summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: fac2448)
raw | patch | inline | side by side (parent: fac2448)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 22 Jul 2009 11:06:26 +0000 (11:06 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 22 Jul 2009 11:06:26 +0000 (11:06 +0000) |
* Corrected regex and applied optimization
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13943 594d385d-05f5-0310-b6e9-bd551577e9d8
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13943 594d385d-05f5-0310-b6e9-bd551577e9d8
diff --git a/gosa-plugins/goto/admin/devices/class_deviceGeneric.inc b/gosa-plugins/goto/admin/devices/class_deviceGeneric.inc
index 0448b3bde477c104852c65bfc142a2dcb5f575ea..ac4c810c6abf35eae088cd6fe601c23091d4b9a6 100644 (file)
$message[]= msgPool::required(_("iSerial"));
}
if(empty($this->serial) || !$this->is_2byteHex($this->serial)){
- $message[]= msgPool::invalid(_("Serial"),"","","0x1234");
+ $message[]= msgPool::invalid(_("Product-ID"),"","","0x1234");
}
if(empty($this->vendor) || !$this->is_2byteHex($this->vendor)){
- $message[]= msgPool::invalid(_("Vendor ID"),"","","0x1234");
+ $message[]= msgPool::invalid(_("Vendor-ID"),"","","0x1234");
}
/* Check if entry already exists */
/* check if given str in like this 0xffff*/
function is_2byteHex($str)
{
- return !strlen($str) || preg_match("/^(0x|x|)[a-f0-9][a-f0-9][a-f0-9][a-f0-9]/i",$str);
+ return !strlen($str) || preg_match("/^(0x|x|)[a-f0-9]{4}$/i",$str);
}
diff --git a/gosa-plugins/goto/locale/de/LC_MESSAGES/messages.po b/gosa-plugins/goto/locale/de/LC_MESSAGES/messages.po
index d0f45c4d9316f215a6d8fe620e1ad1642dfc778b..004ad0b4c3a343893304f0965ec33329096fb7b1 100644 (file)
msgstr ""
"Project-Id-Version: messages\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-06-30 09:57+0200\n"
+"POT-Creation-Date: 2009-07-22 13:05+0200\n"
"PO-Revision-Date: 2008-12-04 11:18+0100\n"
"Last-Translator: Cajus Pollmeier <pollmeier@gonicus.de>\n"
"Language-Team: deutsch <de@li.org>\n"
#: admin/systems/services/ntp/class_goNtpServer.inc:98
#: admin/systems/services/terminal/class_goTerminalServer.inc:103
#: 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/shares/class_goShareServer.inc:285
+#: admin/systems/services/shares/class_goShareServer.inc:301
+#: admin/systems/services/shares/class_goShareServer.inc:314
#: admin/systems/goto/class_printGeneric.inc:660
#: admin/systems/goto/class_printGeneric.inc:953
#: admin/systems/goto/class_terminalStartup.inc:455
-#: admin/systems/goto/class_ArpNewDevice.inc:69
+#: admin/systems/goto/class_ArpNewDevice.inc:126
#: admin/systems/goto/class_terminalService.inc:597
#: admin/systems/goto/class_workstationGeneric.inc:364
#: admin/systems/goto/class_workstationGeneric.inc:596
#: admin/applications/class_applicationGeneric.inc:610
#: admin/mimetypes/class_mimetypeGeneric.inc:532
#: admin/mimetypes/class_mimetypeGeneric.inc:724
-#: admin/systems/services/shares/class_goShareServer.inc:398
+#: admin/systems/services/shares/class_goShareServer.inc:422
#: admin/systems/services/nfs/class_servNfs.inc:199
#: admin/systems/services/nfs/class_servNfs.inc:202
#: admin/systems/services/nfs/class_servNfs.inc:235
#: admin/systems/goto/class_printGeneric.inc:738
#: admin/systems/goto/class_printGeneric.inc:757
#: admin/systems/goto/class_printGeneric.inc:997
-#: admin/systems/goto/class_ArpNewDevice.inc:46
+#: admin/systems/goto/class_ArpNewDevice.inc:88
#: admin/systems/goto/class_workstationGeneric.inc:456
#: admin/systems/goto/class_workstationGeneric.inc:461
#: admin/systems/goto/class_workstationGeneric.inc:479
#: admin/applications/class_applicationGeneric.inc:608
#: admin/mimetypes/generic.tpl:34 admin/mimetypes/paste_generic.tpl:21
#: admin/mimetypes/class_mimetypeGeneric.inc:726
-#: admin/systems/services/shares/class_goShareServer.inc:400
+#: admin/systems/services/shares/class_goShareServer.inc:424
#: admin/systems/services/nfs/class_servNfs.inc:207
#: admin/systems/services/nfs/servnfs.tpl:19
#: admin/systems/goto/workstation.tpl:19
msgstr "(iSerial)"
#: admin/devices/deviceGeneric.tpl:63
+#: admin/devices/class_deviceGeneric.inc:106
msgid "Vendor-ID"
msgstr "Anbieter-ID"
msgstr "(idVendor)"
#: admin/devices/deviceGeneric.tpl:72
+#: admin/devices/class_deviceGeneric.inc:103
msgid "Product-ID"
msgstr "Produkt-ID"
msgid "iSerial"
msgstr "iSerial"
-#: admin/devices/class_deviceGeneric.inc:103
-#: admin/devices/class_deviceGeneric.inc:264
-#: admin/systems/goto/class_gotoLpdEnabled.inc:51
-msgid "Serial"
-msgstr "Seriell"
-
-#: admin/devices/class_deviceGeneric.inc:106
-msgid "Vendor ID"
-msgstr "Lieferanten-ID"
-
#: admin/devices/class_deviceGeneric.inc:159
#: admin/applications/class_applicationGeneric.inc:264
#: admin/applications/class_applicationGeneric.inc:338
#: admin/systems/services/kiosk/class_goKioskService.inc:164
#: admin/systems/services/kiosk/class_goKioskService.inc:234
#: admin/systems/services/shares/class_goShareServer.inc:98
-#: admin/systems/services/shares/class_goShareServer.inc:233
+#: admin/systems/services/shares/class_goShareServer.inc:257
#: admin/systems/services/nfs/class_servNfs.inc:43
#: admin/systems/services/nfs/class_servNfs.inc:46
#: admin/systems/goto/class_printGeneric.inc:488
msgstr "Hotplug"
#: admin/devices/class_deviceGeneric.inc:263
-#: admin/systems/services/shares/class_goShareServer.inc:401
+#: admin/systems/services/shares/class_goShareServer.inc:425
#: admin/systems/services/nfs/class_servNfs.inc:193
#: admin/systems/services/nfs/servnfs.tpl:56
#: admin/systems/goto/terminalService.tpl:48
msgid "Type"
msgstr "Typ"
+#: admin/devices/class_deviceGeneric.inc:264
+#: admin/systems/goto/class_gotoLpdEnabled.inc:51
+msgid "Serial"
+msgstr "Seriell"
+
#: admin/devices/class_deviceGeneric.inc:265
msgid "Vendor"
msgstr "Hersteller"
#: admin/systems/services/ldap/class_goLdapServer.inc:129
#: admin/systems/services/ntp/class_goNtpServer.inc:115
#: admin/systems/services/terminal/class_goTerminalServer.inc:165
-#: admin/systems/services/shares/class_goShareServer.inc:390
+#: admin/systems/services/shares/class_goShareServer.inc:414
#: admin/systems/services/syslog/class_goSyslogServer.inc:69
#: admin/systems/services/syslog/class_goLogDBServer.inc:93
msgid "Services"
#: 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/services/shares/class_goShareServer.inc:413
msgid "File service (Shares)"
msgstr "Datei-Dienst (Freigaben)"
-#: admin/systems/services/shares/class_goShareServer.inc:233
+#: admin/systems/services/shares/class_goShareServer.inc:237
+#, fuzzy, php-format
+msgid "Cannot remove share - 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"
+
+#: admin/systems/services/shares/class_goShareServer.inc:257
msgid "share"
msgstr "Freigabe"
-#: admin/systems/services/shares/class_goShareServer.inc:390
+#: admin/systems/services/shares/class_goShareServer.inc:414
msgid "File service - Shares"
msgstr "Datei-Dienst - Freigaben"
-#: admin/systems/services/shares/class_goShareServer.inc:399
+#: admin/systems/services/shares/class_goShareServer.inc:423
msgid "Apple mounts"
msgstr "Apple Freigaben"
-#: admin/systems/services/shares/class_goShareServer.inc:402
+#: admin/systems/services/shares/class_goShareServer.inc:426
msgid "Charset"
msgstr "Zeichensatz"
-#: admin/systems/services/shares/class_goShareServer.inc:403
+#: admin/systems/services/shares/class_goShareServer.inc:427
#: admin/systems/services/nfs/class_servNfs.inc:179
#: admin/systems/services/nfs/servnfs.tpl:29
msgid "Path"
msgstr "Pfad"
-#: admin/systems/services/shares/class_goShareServer.inc:404
+#: admin/systems/services/shares/class_goShareServer.inc:428
#: admin/systems/services/nfs/class_servNfs.inc:215
#: admin/systems/services/nfs/servnfs.tpl:121
msgid "Option"
msgstr "Option"
-#: admin/systems/services/shares/class_goShareServer.inc:405
+#: admin/systems/services/shares/class_goShareServer.inc:429
#: admin/systems/services/nfs/class_servNfs.inc:211
#: admin/systems/services/nfs/servnfs.tpl:29
msgid "Volume"
msgstr "NFS-Einrichtung"
#: admin/systems/services/nfs/servnfs.tpl:39
+#: admin/systems/goto/class_ArpNewDevice.inc:38
#: admin/systems/goto/class_SelectDeviceType.inc:39
#: addons/goto/class_target_list.inc:201
#: addons/goto/events/class_EventTargetAddList.inc:238
msgid "DNS name"
msgstr "DNS-Name"
+#: admin/systems/goto/ArpNewDevice.tpl:31
+#, fuzzy
+msgid "GOto"
+msgstr "Option"
+
+#: admin/systems/goto/ArpNewDevice.tpl:35
+#, fuzzy
+msgid "GOto integration"
+msgstr "Gruppenverwaltung"
+
+#: admin/systems/goto/ArpNewDevice.tpl:43
+#: admin/systems/goto/ArpNewDevice.tpl:46
+#: admin/systems/goto/SelectDeviceType.tpl:23
+#: admin/systems/goto/SelectDeviceType.tpl:24
+msgid "System type"
+msgstr "System-Typ"
+
+#: admin/systems/goto/ArpNewDevice.tpl:58
+#: admin/systems/goto/SelectDeviceType.tpl:36
+msgid "Choose an object group as template"
+msgstr "Wählen Sie eine Objektgruppe als Vorlageobjekt"
+
+#: admin/systems/goto/ArpNewDevice.tpl:61
+#: admin/systems/goto/SelectDeviceType.tpl:37
+#: addons/goto/class_target_list.inc:205 addons/goto/goto_import_file.tpl:40
+#: addons/goto/events/class_EventTargetAddList.inc:259
+msgid "Object group"
+msgstr "Objektgruppe"
+
+#: admin/systems/goto/ArpNewDevice.tpl:62
+#: admin/systems/goto/SelectDeviceType.tpl:39
+#: addons/goto/class_gotoLogView.inc:87
+msgid "none"
+msgstr "keine"
+
#: admin/systems/goto/class_printGeneric.inc:108
#: admin/systems/goto/class_printGeneric.inc:1036
msgid "Internal error"
msgid "System informations"
msgstr "System-Informationen"
+#: admin/systems/goto/class_ArpNewDevice.inc:38
+#: admin/systems/goto/class_workstationGeneric.inc:704
+#: admin/systems/goto/class_SelectDeviceType.inc:39
+#: addons/goto/class_target_list.inc:203
+#: addons/goto/events/class_EventTargetAddList.inc:249
+msgid "Workstation"
+msgstr "Arbeitsstation"
+
+#: admin/systems/goto/class_ArpNewDevice.inc:38
+#: admin/systems/goto/class_SelectDeviceType.inc:39
+#: admin/systems/goto/class_terminalGeneric.inc:656
+#: admin/systems/goto/class_terminalGeneric.inc:662
+msgid "Terminal"
+msgstr "Terminal"
+
+#: admin/systems/goto/class_ArpNewDevice.inc:40
+#: admin/systems/goto/class_SelectDeviceType.inc:41
+#: admin/systems/goto/chooser.tpl:10
+msgid "Windows workstation"
+msgstr "Windows Arbeitsstation"
+
#: admin/systems/goto/class_terminalService.inc:121
#: admin/systems/goto/class_workstationStartup.inc:1295
#: admin/systems/goto/class_workstationStartup.inc:1297
msgid "Workstation generic"
msgstr "Arbeitsstation (Allgemein)"
-#: admin/systems/goto/class_workstationGeneric.inc:704
-#: admin/systems/goto/class_SelectDeviceType.inc:39
-#: addons/goto/class_target_list.inc:203
-#: addons/goto/events/class_EventTargetAddList.inc:249
-msgid "Workstation"
-msgstr "Arbeitsstation"
-
#: admin/systems/goto/class_workstationGeneric.inc:711
msgid "Goto mode"
msgstr "GOto-Modus"
"Bitte wählen Sie einen Systemtyp und (optional) einen Satz von "
"vordefinierten Einstellungen."
-#: admin/systems/goto/SelectDeviceType.tpl:23
-#: admin/systems/goto/SelectDeviceType.tpl:24
-msgid "System type"
-msgstr "System-Typ"
-
-#: admin/systems/goto/SelectDeviceType.tpl:36
-msgid "Choose an object group as template"
-msgstr "Wählen Sie eine Objektgruppe als Vorlageobjekt"
-
-#: admin/systems/goto/SelectDeviceType.tpl:37
-#: addons/goto/class_target_list.inc:205 addons/goto/goto_import_file.tpl:40
-#: addons/goto/events/class_EventTargetAddList.inc:259
-msgid "Object group"
-msgstr "Objektgruppe"
-
-#: admin/systems/goto/SelectDeviceType.tpl:39
-#: addons/goto/class_gotoLogView.inc:87
-msgid "none"
-msgstr "keine"
-
#: admin/systems/goto/SelectDeviceType.tpl:51
msgid "Continue"
msgstr "Fortsetzen"
-#: admin/systems/goto/class_SelectDeviceType.inc:39
-#: admin/systems/goto/class_terminalGeneric.inc:656
-#: admin/systems/goto/class_terminalGeneric.inc:662
-msgid "Terminal"
-msgstr "Terminal"
-
-#: admin/systems/goto/class_SelectDeviceType.inc:41
-#: admin/systems/goto/chooser.tpl:10
-msgid "Windows workstation"
-msgstr "Windows Arbeitsstation"
-
#: admin/systems/goto/workstationStartup.tpl:64
msgid ""
"FAI Object assignment disabled. You can't use this feature until FAI is "
msgid "The temporary file '%s' cannot be opened for writing."
msgstr "Die temporäre Datei '%s' kann nicht zum Schreiben geöffnet werden."
-#: admin/systems/ppd/class_ppdManager.inc:200
-#: admin/systems/ppd/class_ppdManager.inc:335
-#, php-format
+#: admin/systems/ppd/class_ppdManager.inc:196
+#: admin/systems/ppd/class_ppdManager.inc:326
+#, fuzzy
+msgid "Parsing PPD file failed - file is empty!"
+msgstr ""
+"Das Verarbeiten der PPD-Datei '%s' ist fehlgeschlagen - keine Information "
+"gefunden."
+
+#: admin/systems/ppd/class_ppdManager.inc:206
+#, fuzzy, php-format
msgid ""
"Parsing PPD file %s failed - line too long. Trailing characters have been "
-"ignored"
+"ignored!"
msgstr ""
"Das Verarbeiten der PPD-Datei '%s' ist fehlgeschlagen - Zeile zu lang. "
"Nachfolgende Zeichen wurden ausgelassen."
-#: admin/systems/ppd/class_ppdManager.inc:208
+#: admin/systems/ppd/class_ppdManager.inc:214
msgid "Nested groups are not supported!"
msgstr "Verschachtelte Gruppen werden nicht unterstützt!"
-#: admin/systems/ppd/class_ppdManager.inc:212
+#: admin/systems/ppd/class_ppdManager.inc:218
msgid "Group name not unique!"
msgstr "Der Gruppenname ist nicht eindeutig!"
-#: admin/systems/ppd/class_ppdManager.inc:218
-#: admin/systems/ppd/class_ppdManager.inc:248
+#: admin/systems/ppd/class_ppdManager.inc:224
+#: admin/systems/ppd/class_ppdManager.inc:254
msgid "Symbol values are not supported yet!"
msgstr "Symbolische Werte werden noch nicht unterstützt!"
-#: admin/systems/ppd/class_ppdManager.inc:242
+#: admin/systems/ppd/class_ppdManager.inc:248
msgid "Nested options are not supported!"
msgstr "Verschachtelte Werte werden noch nicht unterstützt."
-#: admin/systems/ppd/class_ppdManager.inc:267
+#: admin/systems/ppd/class_ppdManager.inc:273
msgid "PickMany is not supported yet!"
msgstr "Die Option PickMany wird noch nicht unterstützt!"
-#: admin/systems/ppd/class_ppdManager.inc:360
+#: admin/systems/ppd/class_ppdManager.inc:346
+#, 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/ppd/class_ppdManager.inc:371
#, php-format
msgid "Parsing PPD file %s failed - no information found."
msgstr ""
#: admin/systems/ppd/class_printerPPDDialog.inc:246
#: admin/systems/ppd/class_printerPPDDialog.inc:270
#: admin/systems/ppd/class_printerPPDDialog.inc:287
-#: admin/systems/ppd/class_printerPPDDialog.inc:310
-#: admin/systems/ppd/class_printerPPDDialog.inc:324
-#: admin/systems/ppd/class_printerPPDDialog.inc:334
-#: admin/systems/ppd/class_printerPPDDialog.inc:338
-#: admin/systems/ppd/class_printerPPDDialog.inc:531
-#: admin/systems/ppd/class_printerPPDDialog.inc:548
-#: admin/systems/ppd/class_printerPPDDialog.inc:551
-#: admin/systems/ppd/class_printerPPDDialog.inc:554
+#: admin/systems/ppd/class_printerPPDDialog.inc:311
+#: admin/systems/ppd/class_printerPPDDialog.inc:325
+#: admin/systems/ppd/class_printerPPDDialog.inc:335
+#: admin/systems/ppd/class_printerPPDDialog.inc:339
+#: admin/systems/ppd/class_printerPPDDialog.inc:532
+#: admin/systems/ppd/class_printerPPDDialog.inc:549
+#: admin/systems/ppd/class_printerPPDDialog.inc:552
+#: admin/systems/ppd/class_printerPPDDialog.inc:555
#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:75
#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:100
#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:124
msgstr "Kann PPD-Pfad '%s' nicht zum Lesen und Schreiben öffnen!"
#: admin/systems/ppd/class_printerPPDDialog.inc:140
-#: admin/systems/ppd/class_printerPPDDialog.inc:338
+#: admin/systems/ppd/class_printerPPDDialog.inc:339
#: addons/goto/class_goto_import_file.inc:29
msgid "file is empty"
msgstr "Datei ist leer"
msgid "Cannot parse PPD '%s'!"
msgstr "Kann PPD '%s' nicht einlesen!"
-#: admin/systems/ppd/class_printerPPDDialog.inc:313
+#: admin/systems/ppd/class_printerPPDDialog.inc:314
msgid "Overwrite existing PPD"
msgstr "Existierende PPD überschreiben"
-#: admin/systems/ppd/class_printerPPDDialog.inc:314
+#: admin/systems/ppd/class_printerPPDDialog.inc:315
msgid ""
"There is already a ppd file for this kind of printer. Do you want to "
"overwrite it?"
"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:462
+#: admin/systems/ppd/class_printerPPDDialog.inc:463
msgid "Section"
msgstr "Section"
-#: admin/systems/ppd/class_printerPPDDialog.inc:522
-#: admin/systems/ppd/class_printerPPDDialog.inc:525
+#: admin/systems/ppd/class_printerPPDDialog.inc:523
+#: admin/systems/ppd/class_printerPPDDialog.inc:526
msgid "True"
msgstr "wahr"
-#: admin/systems/ppd/class_printerPPDDialog.inc:523
-#: admin/systems/ppd/class_printerPPDDialog.inc:526
+#: admin/systems/ppd/class_printerPPDDialog.inc:524
+#: admin/systems/ppd/class_printerPPDDialog.inc:527
msgid "False"
msgstr "falsch"
-#: admin/systems/ppd/class_printerPPDDialog.inc:531
+#: admin/systems/ppd/class_printerPPDDialog.inc:532
#, php-format
msgid "PPD type '%s' is not supported!"
msgstr "PPD-Typ '%s' wird nicht unterstützt!"
-#: admin/systems/ppd/class_printerPPDDialog.inc:568
+#: admin/systems/ppd/class_printerPPDDialog.inc:569
msgid ""
"Please select a valid ppd file or use 'Cancel' to go back to printer "
"configuration."
#: personal/environment/hotplugDialog.tpl:48
msgid "Regular expression for matching hotplugs"
msgstr "Regulärer Ausdruck zum Erkennen von Hotplug-Geräten"
+
+#~ msgid "Vendor ID"
+#~ msgstr "Lieferanten-ID"
diff --git a/gosa-plugins/goto/locale/es/LC_MESSAGES/messages.po b/gosa-plugins/goto/locale/es/LC_MESSAGES/messages.po
index b5536286c1d6ad4392dc5cb85bb313163227c88e..e2c6d3496a026d7978501a520b886e06d554e475 100644 (file)
msgstr ""
"Project-Id-Version: admin\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-06-30 09:57+0200\n"
+"POT-Creation-Date: 2009-07-22 13:05+0200\n"
"PO-Revision-Date: 2007-07-24 00:26+0200\n"
"Last-Translator: ALEJANDRO ESCANERO BLANCO\n"
"Language-Team: <es@li.org>\n"
#: admin/systems/services/ntp/class_goNtpServer.inc:98
#: admin/systems/services/terminal/class_goTerminalServer.inc:103
#: 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/shares/class_goShareServer.inc:285
+#: admin/systems/services/shares/class_goShareServer.inc:301
+#: admin/systems/services/shares/class_goShareServer.inc:314
#: admin/systems/goto/class_printGeneric.inc:660
#: admin/systems/goto/class_printGeneric.inc:953
#: admin/systems/goto/class_terminalStartup.inc:455
-#: admin/systems/goto/class_ArpNewDevice.inc:69
+#: admin/systems/goto/class_ArpNewDevice.inc:126
#: admin/systems/goto/class_terminalService.inc:597
#: admin/systems/goto/class_workstationGeneric.inc:364
#: admin/systems/goto/class_workstationGeneric.inc:596
#: admin/applications/class_applicationGeneric.inc:610
#: admin/mimetypes/class_mimetypeGeneric.inc:532
#: admin/mimetypes/class_mimetypeGeneric.inc:724
-#: admin/systems/services/shares/class_goShareServer.inc:398
+#: admin/systems/services/shares/class_goShareServer.inc:422
#: admin/systems/services/nfs/class_servNfs.inc:199
#: admin/systems/services/nfs/class_servNfs.inc:202
#: admin/systems/services/nfs/class_servNfs.inc:235
#: admin/systems/goto/class_printGeneric.inc:738
#: admin/systems/goto/class_printGeneric.inc:757
#: admin/systems/goto/class_printGeneric.inc:997
-#: admin/systems/goto/class_ArpNewDevice.inc:46
+#: admin/systems/goto/class_ArpNewDevice.inc:88
#: admin/systems/goto/class_workstationGeneric.inc:456
#: admin/systems/goto/class_workstationGeneric.inc:461
#: admin/systems/goto/class_workstationGeneric.inc:479
#: admin/applications/class_applicationGeneric.inc:608
#: admin/mimetypes/generic.tpl:34 admin/mimetypes/paste_generic.tpl:21
#: admin/mimetypes/class_mimetypeGeneric.inc:726
-#: admin/systems/services/shares/class_goShareServer.inc:400
+#: admin/systems/services/shares/class_goShareServer.inc:424
#: admin/systems/services/nfs/class_servNfs.inc:207
#: admin/systems/services/nfs/servnfs.tpl:19
#: admin/systems/goto/workstation.tpl:19
msgstr ""
#: admin/devices/deviceGeneric.tpl:63
+#: admin/devices/class_deviceGeneric.inc:106
msgid "Vendor-ID"
msgstr ""
msgstr ""
#: admin/devices/deviceGeneric.tpl:72
+#: admin/devices/class_deviceGeneric.inc:103
msgid "Product-ID"
msgstr ""
msgid "iSerial"
msgstr "Terminal"
-#: admin/devices/class_deviceGeneric.inc:103
-#: admin/devices/class_deviceGeneric.inc:264
-#: admin/systems/goto/class_gotoLpdEnabled.inc:51
-#, fuzzy
-msgid "Serial"
-msgstr "Terminal"
-
-#: admin/devices/class_deviceGeneric.inc:106
-#, fuzzy
-msgid "Vendor ID"
-msgstr "Identificador (ID) de usuario"
-
#: admin/devices/class_deviceGeneric.inc:159
#: admin/applications/class_applicationGeneric.inc:264
#: admin/applications/class_applicationGeneric.inc:338
#: admin/systems/services/kiosk/class_goKioskService.inc:164
#: admin/systems/services/kiosk/class_goKioskService.inc:234
#: admin/systems/services/shares/class_goShareServer.inc:98
-#: admin/systems/services/shares/class_goShareServer.inc:233
+#: admin/systems/services/shares/class_goShareServer.inc:257
#: admin/systems/services/nfs/class_servNfs.inc:43
#: admin/systems/services/nfs/class_servNfs.inc:46
#: admin/systems/goto/class_printGeneric.inc:488
msgstr "Dispositivos de conexión en caliente (HotPlug)"
#: admin/devices/class_deviceGeneric.inc:263
-#: admin/systems/services/shares/class_goShareServer.inc:401
+#: admin/systems/services/shares/class_goShareServer.inc:425
#: admin/systems/services/nfs/class_servNfs.inc:193
#: admin/systems/services/nfs/servnfs.tpl:56
#: admin/systems/goto/terminalService.tpl:48
msgid "Type"
msgstr "Tipo"
+#: admin/devices/class_deviceGeneric.inc:264
+#: admin/systems/goto/class_gotoLpdEnabled.inc:51
+#, fuzzy
+msgid "Serial"
+msgstr "Terminal"
+
#: admin/devices/class_deviceGeneric.inc:265
#, fuzzy
msgid "Vendor"
#: admin/systems/services/ldap/class_goLdapServer.inc:129
#: admin/systems/services/ntp/class_goNtpServer.inc:115
#: admin/systems/services/terminal/class_goTerminalServer.inc:165
-#: admin/systems/services/shares/class_goShareServer.inc:390
+#: admin/systems/services/shares/class_goShareServer.inc:414
#: admin/systems/services/syslog/class_goSyslogServer.inc:69
#: admin/systems/services/syslog/class_goLogDBServer.inc:93
msgid "Services"
#: 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/services/shares/class_goShareServer.inc:413
msgid "File service (Shares)"
msgstr "Servicio de Archivos (Compartidos)"
-#: admin/systems/services/shares/class_goShareServer.inc:233
+#: admin/systems/services/shares/class_goShareServer.inc:237
+#, fuzzy, php-format
+msgid "Cannot remove share - 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/services/shares/class_goShareServer.inc:257
#, fuzzy
msgid "share"
msgstr "Recursos compartidos"
-#: admin/systems/services/shares/class_goShareServer.inc:390
+#: admin/systems/services/shares/class_goShareServer.inc:414
msgid "File service - Shares"
msgstr "Servidor de Archivos - Compartidos"
-#: admin/systems/services/shares/class_goShareServer.inc:399
+#: admin/systems/services/shares/class_goShareServer.inc:423
msgid "Apple mounts"
msgstr "Puntos de montaje Appletalk"
-#: admin/systems/services/shares/class_goShareServer.inc:402
+#: admin/systems/services/shares/class_goShareServer.inc:426
msgid "Charset"
msgstr "Juego de caracteres"
-#: admin/systems/services/shares/class_goShareServer.inc:403
+#: admin/systems/services/shares/class_goShareServer.inc:427
#: admin/systems/services/nfs/class_servNfs.inc:179
#: admin/systems/services/nfs/servnfs.tpl:29
msgid "Path"
msgstr "Ruta"
-#: admin/systems/services/shares/class_goShareServer.inc:404
+#: admin/systems/services/shares/class_goShareServer.inc:428
#: admin/systems/services/nfs/class_servNfs.inc:215
#: admin/systems/services/nfs/servnfs.tpl:121
msgid "Option"
msgstr "Opción"
-#: admin/systems/services/shares/class_goShareServer.inc:405
+#: admin/systems/services/shares/class_goShareServer.inc:429
#: admin/systems/services/nfs/class_servNfs.inc:211
#: admin/systems/services/nfs/servnfs.tpl:29
msgid "Volume"
msgstr "Configuración"
#: admin/systems/services/nfs/servnfs.tpl:39
+#: admin/systems/goto/class_ArpNewDevice.inc:38
#: admin/systems/goto/class_SelectDeviceType.inc:39
#: addons/goto/class_target_list.inc:201
#: addons/goto/events/class_EventTargetAddList.inc:238
msgid "DNS name"
msgstr "Nombre"
+#: admin/systems/goto/ArpNewDevice.tpl:31
+#, fuzzy
+msgid "GOto"
+msgstr "a"
+
+#: admin/systems/goto/ArpNewDevice.tpl:35
+#, fuzzy
+msgid "GOto integration"
+msgstr "Administración de grupo"
+
+#: admin/systems/goto/ArpNewDevice.tpl:43
+#: admin/systems/goto/ArpNewDevice.tpl:46
+#: admin/systems/goto/SelectDeviceType.tpl:23
+#: admin/systems/goto/SelectDeviceType.tpl:24
+#, fuzzy
+msgid "System type"
+msgstr "Sistema de seguridad"
+
+#: admin/systems/goto/ArpNewDevice.tpl:58
+#: admin/systems/goto/SelectDeviceType.tpl:36
+msgid "Choose an object group as template"
+msgstr ""
+
+#: admin/systems/goto/ArpNewDevice.tpl:61
+#: admin/systems/goto/SelectDeviceType.tpl:37
+#: addons/goto/class_target_list.inc:205 addons/goto/goto_import_file.tpl:40
+#: addons/goto/events/class_EventTargetAddList.inc:259
+msgid "Object group"
+msgstr "Grupo de objetos"
+
+#: admin/systems/goto/ArpNewDevice.tpl:62
+#: admin/systems/goto/SelectDeviceType.tpl:39
+#: addons/goto/class_gotoLogView.inc:87
+msgid "none"
+msgstr "ninguno"
+
#: admin/systems/goto/class_printGeneric.inc:108
#: admin/systems/goto/class_printGeneric.inc:1036
#, fuzzy
msgid "System informations"
msgstr "No se puede acceder a la información PPD"
+#: admin/systems/goto/class_ArpNewDevice.inc:38
+#: admin/systems/goto/class_workstationGeneric.inc:704
+#: admin/systems/goto/class_SelectDeviceType.inc:39
+#: addons/goto/class_target_list.inc:203
+#: addons/goto/events/class_EventTargetAddList.inc:249
+msgid "Workstation"
+msgstr "Estación de trabajo"
+
+#: admin/systems/goto/class_ArpNewDevice.inc:38
+#: admin/systems/goto/class_SelectDeviceType.inc:39
+#: admin/systems/goto/class_terminalGeneric.inc:656
+#: admin/systems/goto/class_terminalGeneric.inc:662
+msgid "Terminal"
+msgstr "Terminal"
+
+#: admin/systems/goto/class_ArpNewDevice.inc:40
+#: admin/systems/goto/class_SelectDeviceType.inc:41
+#: admin/systems/goto/chooser.tpl:10
+#, fuzzy
+msgid "Windows workstation"
+msgstr "grupos de estaciones de trabajo windows"
+
#: admin/systems/goto/class_terminalService.inc:121
#: admin/systems/goto/class_workstationStartup.inc:1295
#: admin/systems/goto/class_workstationStartup.inc:1297
msgid "Workstation generic"
msgstr "Estación de trabajo genérica"
-#: admin/systems/goto/class_workstationGeneric.inc:704
-#: admin/systems/goto/class_SelectDeviceType.inc:39
-#: addons/goto/class_target_list.inc:203
-#: addons/goto/events/class_EventTargetAddList.inc:249
-msgid "Workstation"
-msgstr "Estación de trabajo"
-
#: admin/systems/goto/class_workstationGeneric.inc:711
msgid "Goto mode"
msgstr "Pasar al modo"
"inherited."
msgstr ""
-#: admin/systems/goto/SelectDeviceType.tpl:23
-#: admin/systems/goto/SelectDeviceType.tpl:24
-#, fuzzy
-msgid "System type"
-msgstr "Sistema de seguridad"
-
-#: admin/systems/goto/SelectDeviceType.tpl:36
-msgid "Choose an object group as template"
-msgstr ""
-
-#: admin/systems/goto/SelectDeviceType.tpl:37
-#: addons/goto/class_target_list.inc:205 addons/goto/goto_import_file.tpl:40
-#: addons/goto/events/class_EventTargetAddList.inc:259
-msgid "Object group"
-msgstr "Grupo de objetos"
-
-#: admin/systems/goto/SelectDeviceType.tpl:39
-#: addons/goto/class_gotoLogView.inc:87
-msgid "none"
-msgstr "ninguno"
-
#: admin/systems/goto/SelectDeviceType.tpl:51
msgid "Continue"
msgstr "Continuar"
-#: admin/systems/goto/class_SelectDeviceType.inc:39
-#: admin/systems/goto/class_terminalGeneric.inc:656
-#: admin/systems/goto/class_terminalGeneric.inc:662
-msgid "Terminal"
-msgstr "Terminal"
-
-#: admin/systems/goto/class_SelectDeviceType.inc:41
-#: admin/systems/goto/chooser.tpl:10
-#, fuzzy
-msgid "Windows workstation"
-msgstr "grupos de estaciones de trabajo windows"
-
#: admin/systems/goto/workstationStartup.tpl:64
msgid ""
"FAI Object assignment disabled. You can't use this feature until FAI is "
msgid "The temporary file '%s' cannot be opened for writing."
msgstr ""
-#: admin/systems/ppd/class_ppdManager.inc:200
-#: admin/systems/ppd/class_ppdManager.inc:335
+#: admin/systems/ppd/class_ppdManager.inc:196
+#: admin/systems/ppd/class_ppdManager.inc:326
+msgid "Parsing PPD file failed - file is empty!"
+msgstr ""
+
+#: admin/systems/ppd/class_ppdManager.inc:206
#, php-format
msgid ""
"Parsing PPD file %s failed - line too long. Trailing characters have been "
-"ignored"
+"ignored!"
msgstr ""
-#: admin/systems/ppd/class_ppdManager.inc:208
+#: admin/systems/ppd/class_ppdManager.inc:214
#, fuzzy
msgid "Nested groups are not supported!"
msgstr "(Aviso: NFS no soporta mas de 16 grupos)"
-#: admin/systems/ppd/class_ppdManager.inc:212
+#: admin/systems/ppd/class_ppdManager.inc:218
#, fuzzy
msgid "Group name not unique!"
msgstr "Nombre del grupo"
-#: admin/systems/ppd/class_ppdManager.inc:218
-#: admin/systems/ppd/class_ppdManager.inc:248
+#: admin/systems/ppd/class_ppdManager.inc:224
+#: admin/systems/ppd/class_ppdManager.inc:254
msgid "Symbol values are not supported yet!"
msgstr ""
-#: admin/systems/ppd/class_ppdManager.inc:242
+#: admin/systems/ppd/class_ppdManager.inc:248
msgid "Nested options are not supported!"
msgstr ""
-#: admin/systems/ppd/class_ppdManager.inc:267
+#: admin/systems/ppd/class_ppdManager.inc:273
msgid "PickMany is not supported yet!"
msgstr ""
-#: admin/systems/ppd/class_ppdManager.inc:360
+#: admin/systems/ppd/class_ppdManager.inc:346
+#, php-format
+msgid ""
+"Parsing PPD file %s failed - line too long. Trailing characters have been "
+"ignored"
+msgstr ""
+
+#: admin/systems/ppd/class_ppdManager.inc:371
#, php-format
msgid "Parsing PPD file %s failed - no information found."
msgstr ""
#: admin/systems/ppd/class_printerPPDDialog.inc:246
#: admin/systems/ppd/class_printerPPDDialog.inc:270
#: admin/systems/ppd/class_printerPPDDialog.inc:287
-#: admin/systems/ppd/class_printerPPDDialog.inc:310
-#: admin/systems/ppd/class_printerPPDDialog.inc:324
-#: admin/systems/ppd/class_printerPPDDialog.inc:334
-#: admin/systems/ppd/class_printerPPDDialog.inc:338
-#: admin/systems/ppd/class_printerPPDDialog.inc:531
-#: admin/systems/ppd/class_printerPPDDialog.inc:548
-#: admin/systems/ppd/class_printerPPDDialog.inc:551
-#: admin/systems/ppd/class_printerPPDDialog.inc:554
+#: admin/systems/ppd/class_printerPPDDialog.inc:311
+#: admin/systems/ppd/class_printerPPDDialog.inc:325
+#: admin/systems/ppd/class_printerPPDDialog.inc:335
+#: admin/systems/ppd/class_printerPPDDialog.inc:339
+#: admin/systems/ppd/class_printerPPDDialog.inc:532
+#: admin/systems/ppd/class_printerPPDDialog.inc:549
+#: admin/systems/ppd/class_printerPPDDialog.inc:552
+#: admin/systems/ppd/class_printerPPDDialog.inc:555
#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:75
#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:100
#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:124
msgstr "¡No se puede abrir el archivo '%s'!"
#: admin/systems/ppd/class_printerPPDDialog.inc:140
-#: admin/systems/ppd/class_printerPPDDialog.inc:338
+#: admin/systems/ppd/class_printerPPDDialog.inc:339
#: addons/goto/class_goto_import_file.inc:29
#, fuzzy
msgid "file is empty"
msgid "Cannot parse PPD '%s'!"
msgstr "No se puede grabar el archivo '%s'."
-#: admin/systems/ppd/class_printerPPDDialog.inc:313
+#: admin/systems/ppd/class_printerPPDDialog.inc:314
msgid "Overwrite existing PPD"
msgstr ""
-#: admin/systems/ppd/class_printerPPDDialog.inc:314
+#: admin/systems/ppd/class_printerPPDDialog.inc:315
#, 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/ppd/class_printerPPDDialog.inc:462
+#: admin/systems/ppd/class_printerPPDDialog.inc:463
msgid "Section"
msgstr "Sección"
-#: admin/systems/ppd/class_printerPPDDialog.inc:522
-#: admin/systems/ppd/class_printerPPDDialog.inc:525
+#: admin/systems/ppd/class_printerPPDDialog.inc:523
+#: admin/systems/ppd/class_printerPPDDialog.inc:526
msgid "True"
msgstr "Verdadero"
-#: admin/systems/ppd/class_printerPPDDialog.inc:523
-#: admin/systems/ppd/class_printerPPDDialog.inc:526
+#: admin/systems/ppd/class_printerPPDDialog.inc:524
+#: admin/systems/ppd/class_printerPPDDialog.inc:527
msgid "False"
msgstr "Falso"
-#: admin/systems/ppd/class_printerPPDDialog.inc:531
+#: admin/systems/ppd/class_printerPPDDialog.inc:532
#, php-format
msgid "PPD type '%s' is not supported!"
msgstr ""
-#: admin/systems/ppd/class_printerPPDDialog.inc:568
+#: admin/systems/ppd/class_printerPPDDialog.inc:569
msgid ""
"Please select a valid ppd file or use 'Cancel' to go back to printer "
"configuration."
msgid "Regular expression for matching hotplugs"
msgstr "Expresión regular para buscar nombres de grupos"
+#, fuzzy
+#~ msgid "Vendor ID"
+#~ msgstr "Identificador (ID) de usuario"
+
#~ msgid "Spool server"
#~ msgstr "Servidor de Cola"
#~ msgid "Winstation will be moved from"
#~ msgstr "La estaciones de trabajo windows serán trasladadas desde"
-#~ msgid "to"
-#~ msgstr "a"
-
#~ msgid "Updating following references too"
#~ msgstr "También se actualizaran las siguientes referencias"
#~ msgid "Group member"
#~ msgstr "Miembro del grupo"
-#~ msgid "Group administration"
-#~ msgstr "Administración de grupo"
-
#~ msgid "Display systems matching"
#~ msgstr "Mostrar sistemas que coincidan con"
diff --git a/gosa-plugins/goto/locale/fr/LC_MESSAGES/messages.po b/gosa-plugins/goto/locale/fr/LC_MESSAGES/messages.po
index 438b868b26c1c515c212e0178816e9c3c9d36245..70b5181f9a2ed0394c10c9e2e15ae07f9282cb10 100644 (file)
msgstr ""
"Project-Id-Version: messages\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-06-30 09:57+0200\n"
+"POT-Creation-Date: 2009-07-22 13:05+0200\n"
"PO-Revision-Date: 2009-06-30 11:09+0200\n"
"Last-Translator: Benoit Mortier <benoit.mortier@opensides.be>\n"
"Language-Team: <fr@li.org>\n"
#: admin/systems/services/ntp/class_goNtpServer.inc:98
#: admin/systems/services/terminal/class_goTerminalServer.inc:103
#: 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/shares/class_goShareServer.inc:285
+#: admin/systems/services/shares/class_goShareServer.inc:301
+#: admin/systems/services/shares/class_goShareServer.inc:314
#: admin/systems/goto/class_printGeneric.inc:660
#: admin/systems/goto/class_printGeneric.inc:953
#: admin/systems/goto/class_terminalStartup.inc:455
-#: admin/systems/goto/class_ArpNewDevice.inc:69
+#: admin/systems/goto/class_ArpNewDevice.inc:126
#: admin/systems/goto/class_terminalService.inc:597
#: admin/systems/goto/class_workstationGeneric.inc:364
#: admin/systems/goto/class_workstationGeneric.inc:596
#: admin/applications/class_applicationGeneric.inc:610
#: admin/mimetypes/class_mimetypeGeneric.inc:532
#: admin/mimetypes/class_mimetypeGeneric.inc:724
-#: admin/systems/services/shares/class_goShareServer.inc:398
+#: admin/systems/services/shares/class_goShareServer.inc:422
#: admin/systems/services/nfs/class_servNfs.inc:199
#: admin/systems/services/nfs/class_servNfs.inc:202
#: admin/systems/services/nfs/class_servNfs.inc:235
#: admin/systems/goto/class_printGeneric.inc:738
#: admin/systems/goto/class_printGeneric.inc:757
#: admin/systems/goto/class_printGeneric.inc:997
-#: admin/systems/goto/class_ArpNewDevice.inc:46
+#: admin/systems/goto/class_ArpNewDevice.inc:88
#: admin/systems/goto/class_workstationGeneric.inc:456
#: admin/systems/goto/class_workstationGeneric.inc:461
#: admin/systems/goto/class_workstationGeneric.inc:479
#: admin/applications/class_applicationGeneric.inc:608
#: admin/mimetypes/generic.tpl:34 admin/mimetypes/paste_generic.tpl:21
#: admin/mimetypes/class_mimetypeGeneric.inc:726
-#: admin/systems/services/shares/class_goShareServer.inc:400
+#: admin/systems/services/shares/class_goShareServer.inc:424
#: admin/systems/services/nfs/class_servNfs.inc:207
#: admin/systems/services/nfs/servnfs.tpl:19
#: admin/systems/goto/workstation.tpl:19
msgstr "(ISérie)"
#: admin/devices/deviceGeneric.tpl:63
+#: admin/devices/class_deviceGeneric.inc:106
msgid "Vendor-ID"
msgstr "ID du vendeur"
msgstr "(Idvendeur)"
#: admin/devices/deviceGeneric.tpl:72
+#: admin/devices/class_deviceGeneric.inc:103
msgid "Product-ID"
msgstr "ID du produit"
msgid "iSerial"
msgstr "ISérie"
-#: admin/devices/class_deviceGeneric.inc:103
-#: admin/devices/class_deviceGeneric.inc:264
-#: admin/systems/goto/class_gotoLpdEnabled.inc:51
-msgid "Serial"
-msgstr "Série"
-
-#: admin/devices/class_deviceGeneric.inc:106
-msgid "Vendor ID"
-msgstr "ID du vendeur"
-
#: admin/devices/class_deviceGeneric.inc:159
#: admin/applications/class_applicationGeneric.inc:264
#: admin/applications/class_applicationGeneric.inc:338
#: admin/systems/services/kiosk/class_goKioskService.inc:164
#: admin/systems/services/kiosk/class_goKioskService.inc:234
#: admin/systems/services/shares/class_goShareServer.inc:98
-#: admin/systems/services/shares/class_goShareServer.inc:233
+#: admin/systems/services/shares/class_goShareServer.inc:257
#: admin/systems/services/nfs/class_servNfs.inc:43
#: admin/systems/services/nfs/class_servNfs.inc:46
#: admin/systems/goto/class_printGeneric.inc:488
msgstr ""
#: admin/devices/class_deviceGeneric.inc:263
-#: admin/systems/services/shares/class_goShareServer.inc:401
+#: admin/systems/services/shares/class_goShareServer.inc:425
#: admin/systems/services/nfs/class_servNfs.inc:193
#: admin/systems/services/nfs/servnfs.tpl:56
#: admin/systems/goto/terminalService.tpl:48
msgid "Type"
msgstr "Type"
+#: admin/devices/class_deviceGeneric.inc:264
+#: admin/systems/goto/class_gotoLpdEnabled.inc:51
+msgid "Serial"
+msgstr "Série"
+
#: admin/devices/class_deviceGeneric.inc:265
msgid "Vendor"
msgstr "Vendeur"
#: admin/systems/services/ldap/class_goLdapServer.inc:129
#: admin/systems/services/ntp/class_goNtpServer.inc:115
#: admin/systems/services/terminal/class_goTerminalServer.inc:165
-#: admin/systems/services/shares/class_goShareServer.inc:390
+#: admin/systems/services/shares/class_goShareServer.inc:414
#: admin/systems/services/syslog/class_goSyslogServer.inc:69
#: admin/systems/services/syslog/class_goLogDBServer.inc:93
msgid "Services"
#: 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/services/shares/class_goShareServer.inc:413
msgid "File service (Shares)"
msgstr "Serveur de fichier (Partages)"
-#: admin/systems/services/shares/class_goShareServer.inc:233
+#: admin/systems/services/shares/class_goShareServer.inc:237
+#, fuzzy, php-format
+msgid "Cannot remove share - it is still in use by these objects: %s"
+msgstr ""
+"Impossible d'enlever l'application ,elle est encore utilisée par ce(s) "
+"objets : %s"
+
+#: admin/systems/services/shares/class_goShareServer.inc:257
msgid "share"
msgstr "partage"
-#: admin/systems/services/shares/class_goShareServer.inc:390
+#: admin/systems/services/shares/class_goShareServer.inc:414
msgid "File service - Shares"
msgstr "Serveur de fichier - Partages"
-#: admin/systems/services/shares/class_goShareServer.inc:399
+#: admin/systems/services/shares/class_goShareServer.inc:423
msgid "Apple mounts"
msgstr "Montages Apple"
-#: admin/systems/services/shares/class_goShareServer.inc:402
+#: admin/systems/services/shares/class_goShareServer.inc:426
msgid "Charset"
msgstr "Jeu de caractères"
-#: admin/systems/services/shares/class_goShareServer.inc:403
+#: admin/systems/services/shares/class_goShareServer.inc:427
#: admin/systems/services/nfs/class_servNfs.inc:179
#: admin/systems/services/nfs/servnfs.tpl:29
msgid "Path"
msgstr "Chemin"
-#: admin/systems/services/shares/class_goShareServer.inc:404
+#: admin/systems/services/shares/class_goShareServer.inc:428
#: admin/systems/services/nfs/class_servNfs.inc:215
#: admin/systems/services/nfs/servnfs.tpl:121
msgid "Option"
msgstr "Option"
-#: admin/systems/services/shares/class_goShareServer.inc:405
+#: admin/systems/services/shares/class_goShareServer.inc:429
#: admin/systems/services/nfs/class_servNfs.inc:211
#: admin/systems/services/nfs/servnfs.tpl:29
msgid "Volume"
msgstr "Préférences NFS"
#: admin/systems/services/nfs/servnfs.tpl:39
+#: admin/systems/goto/class_ArpNewDevice.inc:38
#: admin/systems/goto/class_SelectDeviceType.inc:39
#: addons/goto/class_target_list.inc:201
#: addons/goto/events/class_EventTargetAddList.inc:238
msgid "DNS name"
msgstr "Nom DNS"
+#: admin/systems/goto/ArpNewDevice.tpl:31
+#, fuzzy
+msgid "GOto"
+msgstr "Option"
+
+#: admin/systems/goto/ArpNewDevice.tpl:35
+#, fuzzy
+msgid "GOto integration"
+msgstr "Administration du groupe"
+
+#: admin/systems/goto/ArpNewDevice.tpl:43
+#: admin/systems/goto/ArpNewDevice.tpl:46
+#: admin/systems/goto/SelectDeviceType.tpl:23
+#: admin/systems/goto/SelectDeviceType.tpl:24
+msgid "System type"
+msgstr "Type de système"
+
+#: admin/systems/goto/ArpNewDevice.tpl:58
+#: admin/systems/goto/SelectDeviceType.tpl:36
+msgid "Choose an object group as template"
+msgstr "Choisissez un groupe d'objets comme modèles"
+
+#: admin/systems/goto/ArpNewDevice.tpl:61
+#: admin/systems/goto/SelectDeviceType.tpl:37
+#: addons/goto/class_target_list.inc:205 addons/goto/goto_import_file.tpl:40
+#: addons/goto/events/class_EventTargetAddList.inc:259
+msgid "Object group"
+msgstr "Groupes d'objets"
+
+#: admin/systems/goto/ArpNewDevice.tpl:62
+#: admin/systems/goto/SelectDeviceType.tpl:39
+#: addons/goto/class_gotoLogView.inc:87
+msgid "none"
+msgstr "aucun"
+
#: admin/systems/goto/class_printGeneric.inc:108
#: admin/systems/goto/class_printGeneric.inc:1036
msgid "Internal error"
#: admin/systems/goto/class_printGeneric.inc:108
#, php-format
-msgid "Cannot determine a valid department for this object. Setting base to '%s'!"
+msgid ""
+"Cannot determine a valid department for this object. Setting base to '%s'!"
msgstr ""
"Impossible d'obtenir un département valide pour cet objet. Je met la base à "
"'%s' ! "
#: admin/systems/goto/class_printGeneric.inc:294
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é."
+msgstr ""
+"Ceci est un modèle de station de travail, l'onglet imprimante est désactivé."
#: admin/systems/goto/class_printGeneric.inc:299
msgid "This is a terminal template, printer tab is disabled."
msgid "System informations"
msgstr "Information système"
+#: admin/systems/goto/class_ArpNewDevice.inc:38
+#: admin/systems/goto/class_workstationGeneric.inc:704
+#: admin/systems/goto/class_SelectDeviceType.inc:39
+#: addons/goto/class_target_list.inc:203
+#: addons/goto/events/class_EventTargetAddList.inc:249
+msgid "Workstation"
+msgstr "Stations de travail"
+
+#: admin/systems/goto/class_ArpNewDevice.inc:38
+#: admin/systems/goto/class_SelectDeviceType.inc:39
+#: admin/systems/goto/class_terminalGeneric.inc:656
+#: admin/systems/goto/class_terminalGeneric.inc:662
+msgid "Terminal"
+msgstr "Terminal"
+
+#: admin/systems/goto/class_ArpNewDevice.inc:40
+#: admin/systems/goto/class_SelectDeviceType.inc:41
+#: admin/systems/goto/chooser.tpl:10
+msgid "Windows workstation"
+msgstr "Station de travail Windows"
+
#: admin/systems/goto/class_terminalService.inc:121
#: admin/systems/goto/class_workstationStartup.inc:1295
#: admin/systems/goto/class_workstationStartup.inc:1297
msgid "Workstation generic"
msgstr "Information de la station de travail"
-#: admin/systems/goto/class_workstationGeneric.inc:704
-#: admin/systems/goto/class_SelectDeviceType.inc:39
-#: addons/goto/class_target_list.inc:203
-#: addons/goto/events/class_EventTargetAddList.inc:249
-msgid "Workstation"
-msgstr "Stations de travail"
-
#: admin/systems/goto/class_workstationGeneric.inc:711
msgid "Goto mode"
msgstr "Mode Goto"
#: admin/systems/goto/class_workstationStartup.inc:234
#, php-format
msgid "FAI mirror '%s' is not available - setting to mirror 'auto'!"
-msgstr "Le miroir FAI '%s' n'est pas disponible - miroir mis sur 'automatique' !"
+msgstr ""
+"Le miroir FAI '%s' n'est pas disponible - miroir mis sur 'automatique' !"
#: admin/systems/goto/class_workstationStartup.inc:247
#, php-format
-msgid "FAI release '%s' is not available on mirror '%s' - setting to release '%s'!"
+msgid ""
+"FAI release '%s' is not available on mirror '%s' - setting to release '%s'!"
msgstr ""
"La version FAI '%s' n'est pas disponible sur le miroir '%s' - la version "
"sera '%s' !"
"Veuillez sélectionner un type de système et d'un ensemble de paramètres à "
"hériter."
-#: admin/systems/goto/SelectDeviceType.tpl:23
-#: admin/systems/goto/SelectDeviceType.tpl:24
-msgid "System type"
-msgstr "Type de système"
-
-#: admin/systems/goto/SelectDeviceType.tpl:36
-msgid "Choose an object group as template"
-msgstr "Choisissez un groupe d'objets comme modèles"
-
-#: admin/systems/goto/SelectDeviceType.tpl:37
-#: addons/goto/class_target_list.inc:205 addons/goto/goto_import_file.tpl:40
-#: addons/goto/events/class_EventTargetAddList.inc:259
-msgid "Object group"
-msgstr "Groupes d'objets"
-
-#: admin/systems/goto/SelectDeviceType.tpl:39
-#: addons/goto/class_gotoLogView.inc:87
-msgid "none"
-msgstr "aucun"
-
#: admin/systems/goto/SelectDeviceType.tpl:51
msgid "Continue"
msgstr "Continuer"
-#: admin/systems/goto/class_SelectDeviceType.inc:39
-#: admin/systems/goto/class_terminalGeneric.inc:656
-#: admin/systems/goto/class_terminalGeneric.inc:662
-msgid "Terminal"
-msgstr "Terminal"
-
-#: admin/systems/goto/class_SelectDeviceType.inc:41
-#: admin/systems/goto/chooser.tpl:10
-msgid "Windows workstation"
-msgstr "Station de travail Windows"
-
#: admin/systems/goto/workstationStartup.tpl:64
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é."
+msgstr ""
+"Vous ne pouvez pas utiliser cette option tant que FAI n'est pas activé."
#: admin/systems/goto/workstationStartup.tpl:66
msgid "GOsa support daemon not configured"
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/ppd/class_ppdManager.inc:200
-#: admin/systems/ppd/class_ppdManager.inc:335
-#, php-format
+#: admin/systems/ppd/class_ppdManager.inc:196
+#: admin/systems/ppd/class_ppdManager.inc:326
+#, fuzzy
+msgid "Parsing PPD file failed - file is empty!"
+msgstr "La lecture du fichier PPD %s à échoué - pas de données."
+
+#: admin/systems/ppd/class_ppdManager.inc:206
+#, fuzzy, php-format
msgid ""
"Parsing PPD file %s failed - line too long. Trailing characters have been "
-"ignored"
+"ignored!"
msgstr ""
"La lecture du PPD %s à échoué - ligne trop longue. Les caractères restant on "
"été ignorés"
-#: admin/systems/ppd/class_ppdManager.inc:208
+#: admin/systems/ppd/class_ppdManager.inc:214
msgid "Nested groups are not supported!"
msgstr "Les groupes imbriqués ne sont pas supportés !"
-#: admin/systems/ppd/class_ppdManager.inc:212
+#: admin/systems/ppd/class_ppdManager.inc:218
msgid "Group name not unique!"
msgstr "Le nom du groupe n'est pas unique !"
-#: admin/systems/ppd/class_ppdManager.inc:218
-#: admin/systems/ppd/class_ppdManager.inc:248
+#: admin/systems/ppd/class_ppdManager.inc:224
+#: admin/systems/ppd/class_ppdManager.inc:254
msgid "Symbol values are not supported yet!"
msgstr ""
-#: admin/systems/ppd/class_ppdManager.inc:242
+#: admin/systems/ppd/class_ppdManager.inc:248
msgid "Nested options are not supported!"
msgstr "Les options imbriquées ne sont pas supportées !"
-#: admin/systems/ppd/class_ppdManager.inc:267
+#: admin/systems/ppd/class_ppdManager.inc:273
msgid "PickMany is not supported yet!"
msgstr "La sélection multiple n'est pas encore supportée !"
-#: admin/systems/ppd/class_ppdManager.inc:360
+#: admin/systems/ppd/class_ppdManager.inc:346
+#, 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/ppd/class_ppdManager.inc:371
#, 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/ppd/class_printerPPDDialog.inc:246
#: admin/systems/ppd/class_printerPPDDialog.inc:270
#: admin/systems/ppd/class_printerPPDDialog.inc:287
-#: admin/systems/ppd/class_printerPPDDialog.inc:310
-#: admin/systems/ppd/class_printerPPDDialog.inc:324
-#: admin/systems/ppd/class_printerPPDDialog.inc:334
-#: admin/systems/ppd/class_printerPPDDialog.inc:338
-#: admin/systems/ppd/class_printerPPDDialog.inc:531
-#: admin/systems/ppd/class_printerPPDDialog.inc:548
-#: admin/systems/ppd/class_printerPPDDialog.inc:551
-#: admin/systems/ppd/class_printerPPDDialog.inc:554
+#: admin/systems/ppd/class_printerPPDDialog.inc:311
+#: admin/systems/ppd/class_printerPPDDialog.inc:325
+#: admin/systems/ppd/class_printerPPDDialog.inc:335
+#: admin/systems/ppd/class_printerPPDDialog.inc:339
+#: admin/systems/ppd/class_printerPPDDialog.inc:532
+#: admin/systems/ppd/class_printerPPDDialog.inc:549
+#: admin/systems/ppd/class_printerPPDDialog.inc:552
+#: admin/systems/ppd/class_printerPPDDialog.inc:555
#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:75
#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:100
#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:124
#: admin/systems/ppd/class_printerPPDDialog.inc:121
#, php-format
msgid "Cannot open PPD path '%s' for reading and writing!"
-msgstr "Impossible de lire et d'écrire dans le chemin spécifié pour le PPD '%s' !"
+msgstr ""
+"Impossible de lire et d'écrire dans le chemin spécifié pour le PPD '%s' !"
#: admin/systems/ppd/class_printerPPDDialog.inc:140
-#: admin/systems/ppd/class_printerPPDDialog.inc:338
+#: admin/systems/ppd/class_printerPPDDialog.inc:339
#: addons/goto/class_goto_import_file.inc:29
msgid "file is empty"
msgstr "Le fichier est vide"
msgid "Cannot parse PPD '%s'!"
msgstr "Ne peut pas analyser le PPD '%s' !"
-#: admin/systems/ppd/class_printerPPDDialog.inc:313
+#: admin/systems/ppd/class_printerPPDDialog.inc:314
msgid "Overwrite existing PPD"
msgstr "Ecrasement du PPD existant"
-#: admin/systems/ppd/class_printerPPDDialog.inc:314
+#: admin/systems/ppd/class_printerPPDDialog.inc:315
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. Voulez vous l'écraser ?"
+msgstr ""
+"Il y a déjà un fichier ppd pour ce type d'imprimante. Voulez vous l'écraser ?"
-#: admin/systems/ppd/class_printerPPDDialog.inc:462
+#: admin/systems/ppd/class_printerPPDDialog.inc:463
msgid "Section"
msgstr "Section"
-#: admin/systems/ppd/class_printerPPDDialog.inc:522
-#: admin/systems/ppd/class_printerPPDDialog.inc:525
+#: admin/systems/ppd/class_printerPPDDialog.inc:523
+#: admin/systems/ppd/class_printerPPDDialog.inc:526
msgid "True"
msgstr "Vrai"
-#: admin/systems/ppd/class_printerPPDDialog.inc:523
-#: admin/systems/ppd/class_printerPPDDialog.inc:526
+#: admin/systems/ppd/class_printerPPDDialog.inc:524
+#: admin/systems/ppd/class_printerPPDDialog.inc:527
msgid "False"
msgstr "Faux"
-#: admin/systems/ppd/class_printerPPDDialog.inc:531
+#: admin/systems/ppd/class_printerPPDDialog.inc:532
#, php-format
msgid "PPD type '%s' is not supported!"
msgstr " PPD de type '%s' non supporté !"
-#: admin/systems/ppd/class_printerPPDDialog.inc:568
+#: admin/systems/ppd/class_printerPPDDialog.inc:569
msgid ""
"Please select a valid ppd file or use 'Cancel' to go back to printer "
"configuration."
#: addons/goto/class_gotomasses.inc:270
#, php-format
msgid "The following jobs couldn't be deleted, they have to be aborted: %s"
-msgstr "Les jobs suivants ne peuvent pas être effacés, il doivent être annulés: %s"
+msgstr ""
+"Les jobs suivants ne peuvent pas être effacés, il doivent être annulés: %s"
#: addons/goto/class_gotomasses.inc:360
msgid "This menu allows you to remove and change the properties of GOsa tasks."
-msgstr "Ce menu vous permet d'effacer et d'éditer les propriétés des tâches GOsa."
+msgstr ""
+"Ce menu vous permet d'effacer et d'éditer les propriétés des tâches GOsa."
#: addons/goto/class_gotomasses.inc:361
msgid "List of queued jobs"
#: addons/goto/class_gotomasses.inc:911
msgid "Provide a mechanism to automatically activate systems"
-msgstr "Procure un mécanisme pour activer un ensemble de systèmes automatiquement"
+msgstr ""
+"Procure un mécanisme pour activer un ensemble de systèmes automatiquement"
#: addons/goto/log_view.tpl:7
msgid "Available logs"
msgstr "Progression"
#: addons/goto/class_goto_import_file.inc:90
-msgid "Selected entries will be skipped because of errors. Do you want to proceed?"
+msgid ""
+"Selected entries will be skipped because of errors. Do you want to proceed?"
msgstr ""
"Les entrées sélectionnées seront ignorées à cause des erreurs qu'elle "
"contiennent. Voulez vous continuer ?"
#: addons/goto/class_goto_import_file.inc:131
#, php-format
msgid "Import complete: %s events successfully send, %s failed"
-msgstr "L'importation est finie : %s évènements ont été envoyés, %s ont échoués"
+msgstr ""
+"L'importation est finie : %s évènements ont été envoyés, %s ont échoués"
#: personal/environment/class_environment.inc:9
#: personal/environment/class_environment.inc:433
#: personal/environment/class_environment.inc:364
#, php-format
-msgid "Profile server '%s' is not available anymore. Kiosk profile will be disabled."
+msgid ""
+"Profile server '%s' is not available anymore. Kiosk profile will be disabled."
msgstr ""
"Le serveur de profil sélectionné '%s' n'est plus disponible. Le profil Kiosk "
"sera désactivé."
#: 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"
+msgstr ""
+"Expression régulière concordant avec les noms des périphériques hotplug"
+#~ msgid "Vendor ID"
+#~ msgstr "ID du vendeur"
diff --git a/gosa-plugins/goto/locale/it/LC_MESSAGES/messages.po b/gosa-plugins/goto/locale/it/LC_MESSAGES/messages.po
index f65626fca16cc6743ab758f825f2894db0c8a368..3f4e6a299254344b3962a35d8117ae6d7ae92b2b 100644 (file)
msgstr ""
"Project-Id-Version: messages\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-06-30 09:57+0200\n"
+"POT-Creation-Date: 2009-07-22 13:05+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"
#: admin/systems/services/ntp/class_goNtpServer.inc:98
#: admin/systems/services/terminal/class_goTerminalServer.inc:103
#: 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/shares/class_goShareServer.inc:285
+#: admin/systems/services/shares/class_goShareServer.inc:301
+#: admin/systems/services/shares/class_goShareServer.inc:314
#: admin/systems/goto/class_printGeneric.inc:660
#: admin/systems/goto/class_printGeneric.inc:953
#: admin/systems/goto/class_terminalStartup.inc:455
-#: admin/systems/goto/class_ArpNewDevice.inc:69
+#: admin/systems/goto/class_ArpNewDevice.inc:126
#: admin/systems/goto/class_terminalService.inc:597
#: admin/systems/goto/class_workstationGeneric.inc:364
#: admin/systems/goto/class_workstationGeneric.inc:596
#: admin/applications/class_applicationGeneric.inc:610
#: admin/mimetypes/class_mimetypeGeneric.inc:532
#: admin/mimetypes/class_mimetypeGeneric.inc:724
-#: admin/systems/services/shares/class_goShareServer.inc:398
+#: admin/systems/services/shares/class_goShareServer.inc:422
#: admin/systems/services/nfs/class_servNfs.inc:199
#: admin/systems/services/nfs/class_servNfs.inc:202
#: admin/systems/services/nfs/class_servNfs.inc:235
#: admin/systems/goto/class_printGeneric.inc:738
#: admin/systems/goto/class_printGeneric.inc:757
#: admin/systems/goto/class_printGeneric.inc:997
-#: admin/systems/goto/class_ArpNewDevice.inc:46
+#: admin/systems/goto/class_ArpNewDevice.inc:88
#: admin/systems/goto/class_workstationGeneric.inc:456
#: admin/systems/goto/class_workstationGeneric.inc:461
#: admin/systems/goto/class_workstationGeneric.inc:479
#: admin/applications/class_applicationGeneric.inc:608
#: admin/mimetypes/generic.tpl:34 admin/mimetypes/paste_generic.tpl:21
#: admin/mimetypes/class_mimetypeGeneric.inc:726
-#: admin/systems/services/shares/class_goShareServer.inc:400
+#: admin/systems/services/shares/class_goShareServer.inc:424
#: admin/systems/services/nfs/class_servNfs.inc:207
#: admin/systems/services/nfs/servnfs.tpl:19
#: admin/systems/goto/workstation.tpl:19
msgstr "Terminali"
#: admin/devices/deviceGeneric.tpl:63
+#: admin/devices/class_deviceGeneric.inc:106
msgid "Vendor-ID"
msgstr ""
msgstr ""
#: admin/devices/deviceGeneric.tpl:72
+#: admin/devices/class_deviceGeneric.inc:103
msgid "Product-ID"
msgstr ""
msgid "iSerial"
msgstr "Terminali"
-#: admin/devices/class_deviceGeneric.inc:103
-#: admin/devices/class_deviceGeneric.inc:264
-#: admin/systems/goto/class_gotoLpdEnabled.inc:51
-#, fuzzy
-msgid "Serial"
-msgstr "Terminali"
-
-#: admin/devices/class_deviceGeneric.inc:106
-msgid "Vendor ID"
-msgstr ""
-
#: admin/devices/class_deviceGeneric.inc:159
#: admin/applications/class_applicationGeneric.inc:264
#: admin/applications/class_applicationGeneric.inc:338
#: admin/systems/services/kiosk/class_goKioskService.inc:164
#: admin/systems/services/kiosk/class_goKioskService.inc:234
#: admin/systems/services/shares/class_goShareServer.inc:98
-#: admin/systems/services/shares/class_goShareServer.inc:233
+#: admin/systems/services/shares/class_goShareServer.inc:257
#: admin/systems/services/nfs/class_servNfs.inc:43
#: admin/systems/services/nfs/class_servNfs.inc:46
#: admin/systems/goto/class_printGeneric.inc:488
msgstr "Dispositivi del client"
#: admin/devices/class_deviceGeneric.inc:263
-#: admin/systems/services/shares/class_goShareServer.inc:401
+#: admin/systems/services/shares/class_goShareServer.inc:425
#: admin/systems/services/nfs/class_servNfs.inc:193
#: admin/systems/services/nfs/servnfs.tpl:56
#: admin/systems/goto/terminalService.tpl:48
msgid "Type"
msgstr "Tipo"
+#: admin/devices/class_deviceGeneric.inc:264
+#: admin/systems/goto/class_gotoLpdEnabled.inc:51
+#, fuzzy
+msgid "Serial"
+msgstr "Terminali"
+
#: admin/devices/class_deviceGeneric.inc:265
#, fuzzy
msgid "Vendor"
#: admin/systems/services/ldap/class_goLdapServer.inc:129
#: admin/systems/services/ntp/class_goNtpServer.inc:115
#: admin/systems/services/terminal/class_goTerminalServer.inc:165
-#: admin/systems/services/shares/class_goShareServer.inc:390
+#: admin/systems/services/shares/class_goShareServer.inc:414
#: admin/systems/services/syslog/class_goSyslogServer.inc:69
#: admin/systems/services/syslog/class_goLogDBServer.inc:93
msgid "Services"
#: 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/services/shares/class_goShareServer.inc:413
#, fuzzy
msgid "File service (Shares)"
msgstr "Server"
-#: admin/systems/services/shares/class_goShareServer.inc:233
+#: admin/systems/services/shares/class_goShareServer.inc:237
+#, fuzzy, php-format
+msgid "Cannot remove share - it is still in use by these objects: %s"
+msgstr "Non hai il permesso di cambiare la tua password."
+
+#: admin/systems/services/shares/class_goShareServer.inc:257
#, fuzzy
msgid "share"
msgstr "reset"
-#: admin/systems/services/shares/class_goShareServer.inc:390
+#: admin/systems/services/shares/class_goShareServer.inc:414
#, fuzzy
msgid "File service - Shares"
msgstr "Server"
-#: admin/systems/services/shares/class_goShareServer.inc:399
+#: admin/systems/services/shares/class_goShareServer.inc:423
msgid "Apple mounts"
msgstr ""
-#: admin/systems/services/shares/class_goShareServer.inc:402
+#: admin/systems/services/shares/class_goShareServer.inc:426
#, fuzzy
msgid "Charset"
msgstr "reset"
-#: admin/systems/services/shares/class_goShareServer.inc:403
+#: admin/systems/services/shares/class_goShareServer.inc:427
#: admin/systems/services/nfs/class_servNfs.inc:179
#: admin/systems/services/nfs/servnfs.tpl:29
#, fuzzy
msgid "Path"
msgstr "Data"
-#: admin/systems/services/shares/class_goShareServer.inc:404
+#: admin/systems/services/shares/class_goShareServer.inc:428
#: admin/systems/services/nfs/class_servNfs.inc:215
#: admin/systems/services/nfs/servnfs.tpl:121
#, fuzzy
msgid "Option"
msgstr "Opzioni"
-#: admin/systems/services/shares/class_goShareServer.inc:405
+#: admin/systems/services/shares/class_goShareServer.inc:429
#: admin/systems/services/nfs/class_servNfs.inc:211
#: admin/systems/services/nfs/servnfs.tpl:29
#, fuzzy
msgstr "Imposta"
#: admin/systems/services/nfs/servnfs.tpl:39
+#: admin/systems/goto/class_ArpNewDevice.inc:38
#: admin/systems/goto/class_SelectDeviceType.inc:39
#: addons/goto/class_target_list.inc:201
#: addons/goto/events/class_EventTargetAddList.inc:238
msgid "DNS name"
msgstr "Cognome"
+#: admin/systems/goto/ArpNewDevice.tpl:31
+#, fuzzy
+msgid "GOto"
+msgstr "Rapporto"
+
+#: admin/systems/goto/ArpNewDevice.tpl:35
+#, fuzzy
+msgid "GOto integration"
+msgstr "Amministrazione dei gruppi di utenti"
+
+#: admin/systems/goto/ArpNewDevice.tpl:43
+#: admin/systems/goto/ArpNewDevice.tpl:46
+#: admin/systems/goto/SelectDeviceType.tpl:23
+#: admin/systems/goto/SelectDeviceType.tpl:24
+#, fuzzy
+msgid "System type"
+msgstr "Sistemi"
+
+#: admin/systems/goto/ArpNewDevice.tpl:58
+#: admin/systems/goto/SelectDeviceType.tpl:36
+#, fuzzy
+msgid "Choose an object group as template"
+msgstr "Gruppo di oggetti"
+
+#: admin/systems/goto/ArpNewDevice.tpl:61
+#: admin/systems/goto/SelectDeviceType.tpl:37
+#: addons/goto/class_target_list.inc:205 addons/goto/goto_import_file.tpl:40
+#: addons/goto/events/class_EventTargetAddList.inc:259
+msgid "Object group"
+msgstr "Gruppo di oggetti"
+
+#: admin/systems/goto/ArpNewDevice.tpl:62
+#: admin/systems/goto/SelectDeviceType.tpl:39
+#: addons/goto/class_gotoLogView.inc:87
+msgid "none"
+msgstr "nessuno"
+
#: admin/systems/goto/class_printGeneric.inc:108
#: admin/systems/goto/class_printGeneric.inc:1036
#, fuzzy
msgid "System informations"
msgstr "Informazioni personali"
+#: admin/systems/goto/class_ArpNewDevice.inc:38
+#: admin/systems/goto/class_workstationGeneric.inc:704
+#: admin/systems/goto/class_SelectDeviceType.inc:39
+#: addons/goto/class_target_list.inc:203
+#: addons/goto/events/class_EventTargetAddList.inc:249
+msgid "Workstation"
+msgstr ""
+
+#: admin/systems/goto/class_ArpNewDevice.inc:38
+#: admin/systems/goto/class_SelectDeviceType.inc:39
+#: admin/systems/goto/class_terminalGeneric.inc:656
+#: admin/systems/goto/class_terminalGeneric.inc:662
+#, fuzzy
+msgid "Terminal"
+msgstr "Terminali"
+
+#: admin/systems/goto/class_ArpNewDevice.inc:40
+#: admin/systems/goto/class_SelectDeviceType.inc:41
+#: admin/systems/goto/chooser.tpl:10
+#, fuzzy
+msgid "Windows workstation"
+msgstr "Mostra workstation"
+
#: admin/systems/goto/class_terminalService.inc:121
#: admin/systems/goto/class_workstationStartup.inc:1295
#: admin/systems/goto/class_workstationStartup.inc:1297
msgid "Workstation generic"
msgstr "Mostra workstation"
-#: admin/systems/goto/class_workstationGeneric.inc:704
-#: admin/systems/goto/class_SelectDeviceType.inc:39
-#: addons/goto/class_target_list.inc:203
-#: addons/goto/events/class_EventTargetAddList.inc:249
-msgid "Workstation"
-msgstr ""
-
#: admin/systems/goto/class_workstationGeneric.inc:711
#, fuzzy
msgid "Goto mode"
"inherited."
msgstr ""
-#: admin/systems/goto/SelectDeviceType.tpl:23
-#: admin/systems/goto/SelectDeviceType.tpl:24
-#, fuzzy
-msgid "System type"
-msgstr "Sistemi"
-
-#: admin/systems/goto/SelectDeviceType.tpl:36
-#, fuzzy
-msgid "Choose an object group as template"
-msgstr "Gruppo di oggetti"
-
-#: admin/systems/goto/SelectDeviceType.tpl:37
-#: addons/goto/class_target_list.inc:205 addons/goto/goto_import_file.tpl:40
-#: addons/goto/events/class_EventTargetAddList.inc:259
-msgid "Object group"
-msgstr "Gruppo di oggetti"
-
-#: admin/systems/goto/SelectDeviceType.tpl:39
-#: addons/goto/class_gotoLogView.inc:87
-msgid "none"
-msgstr "nessuno"
-
#: admin/systems/goto/SelectDeviceType.tpl:51
msgid "Continue"
msgstr "Continua"
-#: admin/systems/goto/class_SelectDeviceType.inc:39
-#: admin/systems/goto/class_terminalGeneric.inc:656
-#: admin/systems/goto/class_terminalGeneric.inc:662
-#, fuzzy
-msgid "Terminal"
-msgstr "Terminali"
-
-#: admin/systems/goto/class_SelectDeviceType.inc:41
-#: admin/systems/goto/chooser.tpl:10
-#, fuzzy
-msgid "Windows workstation"
-msgstr "Mostra workstation"
-
#: admin/systems/goto/workstationStartup.tpl:64
msgid ""
"FAI Object assignment disabled. You can't use this feature until FAI is "
msgid "The temporary file '%s' cannot be opened for writing."
msgstr ""
-#: admin/systems/ppd/class_ppdManager.inc:200
-#: admin/systems/ppd/class_ppdManager.inc:335
+#: admin/systems/ppd/class_ppdManager.inc:196
+#: admin/systems/ppd/class_ppdManager.inc:326
+msgid "Parsing PPD file failed - file is empty!"
+msgstr ""
+
+#: admin/systems/ppd/class_ppdManager.inc:206
#, php-format
msgid ""
"Parsing PPD file %s failed - line too long. Trailing characters have been "
-"ignored"
+"ignored!"
msgstr ""
-#: admin/systems/ppd/class_ppdManager.inc:208
+#: admin/systems/ppd/class_ppdManager.inc:214
msgid "Nested groups are not supported!"
msgstr "Gruppi ricorsivi non supportati!"
-#: admin/systems/ppd/class_ppdManager.inc:212
+#: admin/systems/ppd/class_ppdManager.inc:218
msgid "Group name not unique!"
msgstr "Nome del gruppo non unico!"
-#: admin/systems/ppd/class_ppdManager.inc:218
-#: admin/systems/ppd/class_ppdManager.inc:248
+#: admin/systems/ppd/class_ppdManager.inc:224
+#: admin/systems/ppd/class_ppdManager.inc:254
msgid "Symbol values are not supported yet!"
msgstr ""
-#: admin/systems/ppd/class_ppdManager.inc:242
+#: admin/systems/ppd/class_ppdManager.inc:248
msgid "Nested options are not supported!"
msgstr ""
-#: admin/systems/ppd/class_ppdManager.inc:267
+#: admin/systems/ppd/class_ppdManager.inc:273
msgid "PickMany is not supported yet!"
msgstr ""
-#: admin/systems/ppd/class_ppdManager.inc:360
+#: admin/systems/ppd/class_ppdManager.inc:346
+#, php-format
+msgid ""
+"Parsing PPD file %s failed - line too long. Trailing characters have been "
+"ignored"
+msgstr ""
+
+#: admin/systems/ppd/class_ppdManager.inc:371
#, php-format
msgid "Parsing PPD file %s failed - no information found."
msgstr ""
#: admin/systems/ppd/class_printerPPDDialog.inc:246
#: admin/systems/ppd/class_printerPPDDialog.inc:270
#: admin/systems/ppd/class_printerPPDDialog.inc:287
-#: admin/systems/ppd/class_printerPPDDialog.inc:310
-#: admin/systems/ppd/class_printerPPDDialog.inc:324
-#: admin/systems/ppd/class_printerPPDDialog.inc:334
-#: admin/systems/ppd/class_printerPPDDialog.inc:338
-#: admin/systems/ppd/class_printerPPDDialog.inc:531
-#: admin/systems/ppd/class_printerPPDDialog.inc:548
-#: admin/systems/ppd/class_printerPPDDialog.inc:551
-#: admin/systems/ppd/class_printerPPDDialog.inc:554
+#: admin/systems/ppd/class_printerPPDDialog.inc:311
+#: admin/systems/ppd/class_printerPPDDialog.inc:325
+#: admin/systems/ppd/class_printerPPDDialog.inc:335
+#: admin/systems/ppd/class_printerPPDDialog.inc:339
+#: admin/systems/ppd/class_printerPPDDialog.inc:532
+#: admin/systems/ppd/class_printerPPDDialog.inc:549
+#: admin/systems/ppd/class_printerPPDDialog.inc:552
+#: admin/systems/ppd/class_printerPPDDialog.inc:555
#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:75
#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:100
#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:124
msgstr "Rimuovi"
#: admin/systems/ppd/class_printerPPDDialog.inc:140
-#: admin/systems/ppd/class_printerPPDDialog.inc:338
+#: admin/systems/ppd/class_printerPPDDialog.inc:339
#: addons/goto/class_goto_import_file.inc:29
#, fuzzy
msgid "file is empty"
msgid "Cannot parse PPD '%s'!"
msgstr "Rimuovi"
-#: admin/systems/ppd/class_printerPPDDialog.inc:313
+#: admin/systems/ppd/class_printerPPDDialog.inc:314
msgid "Overwrite existing PPD"
msgstr ""
-#: admin/systems/ppd/class_printerPPDDialog.inc:314
+#: admin/systems/ppd/class_printerPPDDialog.inc:315
msgid ""
"There is already a ppd file for this kind of printer. Do you want to "
"overwrite it?"
msgstr ""
-#: admin/systems/ppd/class_printerPPDDialog.inc:462
+#: admin/systems/ppd/class_printerPPDDialog.inc:463
#, fuzzy
msgid "Section"
msgstr "Azione"
-#: admin/systems/ppd/class_printerPPDDialog.inc:522
-#: admin/systems/ppd/class_printerPPDDialog.inc:525
+#: admin/systems/ppd/class_printerPPDDialog.inc:523
+#: admin/systems/ppd/class_printerPPDDialog.inc:526
#, fuzzy
msgid "True"
msgstr "Futuro"
-#: admin/systems/ppd/class_printerPPDDialog.inc:523
-#: admin/systems/ppd/class_printerPPDDialog.inc:526
+#: admin/systems/ppd/class_printerPPDDialog.inc:524
+#: admin/systems/ppd/class_printerPPDDialog.inc:527
#, fuzzy
msgid "False"
msgstr "femmina"
-#: admin/systems/ppd/class_printerPPDDialog.inc:531
+#: admin/systems/ppd/class_printerPPDDialog.inc:532
#, fuzzy, php-format
msgid "PPD type '%s' is not supported!"
msgstr "Gruppi ricorsivi non supportati!"
-#: admin/systems/ppd/class_printerPPDDialog.inc:568
+#: admin/systems/ppd/class_printerPPDDialog.inc:569
msgid ""
"Please select a valid ppd file or use 'Cancel' to go back to printer "
"configuration."
#~ msgid "Cannot move users to the requested department!"
#~ msgstr "Mostra utenti del dipartimento"
-#, fuzzy
-#~ msgid "to"
-#~ msgstr "Rapporto"
-
#, fuzzy
#~ msgid "Try to create root object"
#~ msgstr "Gruppo di oggetti"
#~ msgid "Group member"
#~ msgstr "Membri del gruppo"
-#~ msgid "Group administration"
-#~ msgstr "Amministrazione dei gruppi di utenti"
-
#~ msgid "Select systems to add"
#~ msgstr "Seleziona un sistema da aggiungere"
index 7a48d728c62c3644edde01b582ab4071c6edbffe..df44975c6274efc44e4c68faf9c170bb9164284d 100644 (file)
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-06-30 09:57+0200\n"
+"POT-Creation-Date: 2009-07-22 13:05+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"
#: admin/systems/services/ntp/class_goNtpServer.inc:98
#: admin/systems/services/terminal/class_goTerminalServer.inc:103
#: 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/shares/class_goShareServer.inc:285
+#: admin/systems/services/shares/class_goShareServer.inc:301
+#: admin/systems/services/shares/class_goShareServer.inc:314
#: admin/systems/goto/class_printGeneric.inc:660
#: admin/systems/goto/class_printGeneric.inc:953
#: admin/systems/goto/class_terminalStartup.inc:455
-#: admin/systems/goto/class_ArpNewDevice.inc:69
+#: admin/systems/goto/class_ArpNewDevice.inc:126
#: admin/systems/goto/class_terminalService.inc:597
#: admin/systems/goto/class_workstationGeneric.inc:364
#: admin/systems/goto/class_workstationGeneric.inc:596
#: admin/applications/class_applicationGeneric.inc:610
#: admin/mimetypes/class_mimetypeGeneric.inc:532
#: admin/mimetypes/class_mimetypeGeneric.inc:724
-#: admin/systems/services/shares/class_goShareServer.inc:398
+#: admin/systems/services/shares/class_goShareServer.inc:422
#: admin/systems/services/nfs/class_servNfs.inc:199
#: admin/systems/services/nfs/class_servNfs.inc:202
#: admin/systems/services/nfs/class_servNfs.inc:235
#: admin/systems/goto/class_printGeneric.inc:738
#: admin/systems/goto/class_printGeneric.inc:757
#: admin/systems/goto/class_printGeneric.inc:997
-#: admin/systems/goto/class_ArpNewDevice.inc:46
+#: admin/systems/goto/class_ArpNewDevice.inc:88
#: admin/systems/goto/class_workstationGeneric.inc:456
#: admin/systems/goto/class_workstationGeneric.inc:461
#: admin/systems/goto/class_workstationGeneric.inc:479
#: admin/applications/class_applicationGeneric.inc:608
#: admin/mimetypes/generic.tpl:34 admin/mimetypes/paste_generic.tpl:21
#: admin/mimetypes/class_mimetypeGeneric.inc:726
-#: admin/systems/services/shares/class_goShareServer.inc:400
+#: admin/systems/services/shares/class_goShareServer.inc:424
#: admin/systems/services/nfs/class_servNfs.inc:207
#: admin/systems/services/nfs/servnfs.tpl:19
#: admin/systems/goto/workstation.tpl:19
msgstr ""
#: admin/devices/deviceGeneric.tpl:63
+#: admin/devices/class_deviceGeneric.inc:106
msgid "Vendor-ID"
msgstr ""
msgstr ""
#: admin/devices/deviceGeneric.tpl:72
+#: admin/devices/class_deviceGeneric.inc:103
msgid "Product-ID"
msgstr ""
msgid "iSerial"
msgstr ""
-#: admin/devices/class_deviceGeneric.inc:103
-#: admin/devices/class_deviceGeneric.inc:264
-#: admin/systems/goto/class_gotoLpdEnabled.inc:51
-msgid "Serial"
-msgstr ""
-
-#: admin/devices/class_deviceGeneric.inc:106
-msgid "Vendor ID"
-msgstr ""
-
#: admin/devices/class_deviceGeneric.inc:159
#: admin/applications/class_applicationGeneric.inc:264
#: admin/applications/class_applicationGeneric.inc:338
#: admin/systems/services/kiosk/class_goKioskService.inc:164
#: admin/systems/services/kiosk/class_goKioskService.inc:234
#: admin/systems/services/shares/class_goShareServer.inc:98
-#: admin/systems/services/shares/class_goShareServer.inc:233
+#: admin/systems/services/shares/class_goShareServer.inc:257
#: admin/systems/services/nfs/class_servNfs.inc:43
#: admin/systems/services/nfs/class_servNfs.inc:46
#: admin/systems/goto/class_printGeneric.inc:488
msgstr ""
#: admin/devices/class_deviceGeneric.inc:263
-#: admin/systems/services/shares/class_goShareServer.inc:401
+#: admin/systems/services/shares/class_goShareServer.inc:425
#: admin/systems/services/nfs/class_servNfs.inc:193
#: admin/systems/services/nfs/servnfs.tpl:56
#: admin/systems/goto/terminalService.tpl:48
msgid "Type"
msgstr ""
+#: admin/devices/class_deviceGeneric.inc:264
+#: admin/systems/goto/class_gotoLpdEnabled.inc:51
+msgid "Serial"
+msgstr ""
+
#: admin/devices/class_deviceGeneric.inc:265
msgid "Vendor"
msgstr ""
#: admin/systems/services/ldap/class_goLdapServer.inc:129
#: admin/systems/services/ntp/class_goNtpServer.inc:115
#: admin/systems/services/terminal/class_goTerminalServer.inc:165
-#: admin/systems/services/shares/class_goShareServer.inc:390
+#: admin/systems/services/shares/class_goShareServer.inc:414
#: admin/systems/services/syslog/class_goSyslogServer.inc:69
#: admin/systems/services/syslog/class_goLogDBServer.inc:93
msgid "Services"
#: 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/services/shares/class_goShareServer.inc:413
msgid "File service (Shares)"
msgstr ""
-#: admin/systems/services/shares/class_goShareServer.inc:233
+#: admin/systems/services/shares/class_goShareServer.inc:237
+#, php-format
+msgid "Cannot remove share - it is still in use by these objects: %s"
+msgstr ""
+
+#: admin/systems/services/shares/class_goShareServer.inc:257
msgid "share"
msgstr ""
-#: admin/systems/services/shares/class_goShareServer.inc:390
+#: admin/systems/services/shares/class_goShareServer.inc:414
msgid "File service - Shares"
msgstr ""
-#: admin/systems/services/shares/class_goShareServer.inc:399
+#: admin/systems/services/shares/class_goShareServer.inc:423
msgid "Apple mounts"
msgstr ""
-#: admin/systems/services/shares/class_goShareServer.inc:402
+#: admin/systems/services/shares/class_goShareServer.inc:426
msgid "Charset"
msgstr ""
-#: admin/systems/services/shares/class_goShareServer.inc:403
+#: admin/systems/services/shares/class_goShareServer.inc:427
#: admin/systems/services/nfs/class_servNfs.inc:179
#: admin/systems/services/nfs/servnfs.tpl:29
msgid "Path"
msgstr ""
-#: admin/systems/services/shares/class_goShareServer.inc:404
+#: admin/systems/services/shares/class_goShareServer.inc:428
#: admin/systems/services/nfs/class_servNfs.inc:215
#: admin/systems/services/nfs/servnfs.tpl:121
msgid "Option"
msgstr ""
-#: admin/systems/services/shares/class_goShareServer.inc:405
+#: admin/systems/services/shares/class_goShareServer.inc:429
#: admin/systems/services/nfs/class_servNfs.inc:211
#: admin/systems/services/nfs/servnfs.tpl:29
msgid "Volume"
msgstr ""
#: admin/systems/services/nfs/servnfs.tpl:39
+#: admin/systems/goto/class_ArpNewDevice.inc:38
#: admin/systems/goto/class_SelectDeviceType.inc:39
#: addons/goto/class_target_list.inc:201
#: addons/goto/events/class_EventTargetAddList.inc:238
msgid "DNS name"
msgstr ""
+#: admin/systems/goto/ArpNewDevice.tpl:31
+msgid "GOto"
+msgstr ""
+
+#: admin/systems/goto/ArpNewDevice.tpl:35
+msgid "GOto integration"
+msgstr ""
+
+#: admin/systems/goto/ArpNewDevice.tpl:43
+#: admin/systems/goto/ArpNewDevice.tpl:46
+#: admin/systems/goto/SelectDeviceType.tpl:23
+#: admin/systems/goto/SelectDeviceType.tpl:24
+msgid "System type"
+msgstr ""
+
+#: admin/systems/goto/ArpNewDevice.tpl:58
+#: admin/systems/goto/SelectDeviceType.tpl:36
+msgid "Choose an object group as template"
+msgstr ""
+
+#: admin/systems/goto/ArpNewDevice.tpl:61
+#: admin/systems/goto/SelectDeviceType.tpl:37
+#: addons/goto/class_target_list.inc:205 addons/goto/goto_import_file.tpl:40
+#: addons/goto/events/class_EventTargetAddList.inc:259
+msgid "Object group"
+msgstr ""
+
+#: admin/systems/goto/ArpNewDevice.tpl:62
+#: admin/systems/goto/SelectDeviceType.tpl:39
+#: addons/goto/class_gotoLogView.inc:87
+msgid "none"
+msgstr ""
+
#: admin/systems/goto/class_printGeneric.inc:108
#: admin/systems/goto/class_printGeneric.inc:1036
msgid "Internal error"
msgid "System informations"
msgstr ""
+#: admin/systems/goto/class_ArpNewDevice.inc:38
+#: admin/systems/goto/class_workstationGeneric.inc:704
+#: admin/systems/goto/class_SelectDeviceType.inc:39
+#: addons/goto/class_target_list.inc:203
+#: addons/goto/events/class_EventTargetAddList.inc:249
+msgid "Workstation"
+msgstr ""
+
+#: admin/systems/goto/class_ArpNewDevice.inc:38
+#: admin/systems/goto/class_SelectDeviceType.inc:39
+#: admin/systems/goto/class_terminalGeneric.inc:656
+#: admin/systems/goto/class_terminalGeneric.inc:662
+msgid "Terminal"
+msgstr ""
+
+#: admin/systems/goto/class_ArpNewDevice.inc:40
+#: admin/systems/goto/class_SelectDeviceType.inc:41
+#: admin/systems/goto/chooser.tpl:10
+msgid "Windows workstation"
+msgstr ""
+
#: admin/systems/goto/class_terminalService.inc:121
#: admin/systems/goto/class_workstationStartup.inc:1295
#: admin/systems/goto/class_workstationStartup.inc:1297
msgid "Workstation generic"
msgstr ""
-#: admin/systems/goto/class_workstationGeneric.inc:704
-#: admin/systems/goto/class_SelectDeviceType.inc:39
-#: addons/goto/class_target_list.inc:203
-#: addons/goto/events/class_EventTargetAddList.inc:249
-msgid "Workstation"
-msgstr ""
-
#: admin/systems/goto/class_workstationGeneric.inc:711
msgid "Goto mode"
msgstr ""
"inherited."
msgstr ""
-#: admin/systems/goto/SelectDeviceType.tpl:23
-#: admin/systems/goto/SelectDeviceType.tpl:24
-msgid "System type"
-msgstr ""
-
-#: admin/systems/goto/SelectDeviceType.tpl:36
-msgid "Choose an object group as template"
-msgstr ""
-
-#: admin/systems/goto/SelectDeviceType.tpl:37
-#: addons/goto/class_target_list.inc:205 addons/goto/goto_import_file.tpl:40
-#: addons/goto/events/class_EventTargetAddList.inc:259
-msgid "Object group"
-msgstr ""
-
-#: admin/systems/goto/SelectDeviceType.tpl:39
-#: addons/goto/class_gotoLogView.inc:87
-msgid "none"
-msgstr ""
-
#: admin/systems/goto/SelectDeviceType.tpl:51
msgid "Continue"
msgstr ""
-#: admin/systems/goto/class_SelectDeviceType.inc:39
-#: admin/systems/goto/class_terminalGeneric.inc:656
-#: admin/systems/goto/class_terminalGeneric.inc:662
-msgid "Terminal"
-msgstr ""
-
-#: admin/systems/goto/class_SelectDeviceType.inc:41
-#: admin/systems/goto/chooser.tpl:10
-msgid "Windows workstation"
-msgstr ""
-
#: admin/systems/goto/workstationStartup.tpl:64
msgid ""
"FAI Object assignment disabled. You can't use this feature until FAI is "
msgid "The temporary file '%s' cannot be opened for writing."
msgstr ""
-#: admin/systems/ppd/class_ppdManager.inc:200
-#: admin/systems/ppd/class_ppdManager.inc:335
+#: admin/systems/ppd/class_ppdManager.inc:196
+#: admin/systems/ppd/class_ppdManager.inc:326
+msgid "Parsing PPD file failed - file is empty!"
+msgstr ""
+
+#: admin/systems/ppd/class_ppdManager.inc:206
#, php-format
msgid ""
"Parsing PPD file %s failed - line too long. Trailing characters have been "
-"ignored"
+"ignored!"
msgstr ""
-#: admin/systems/ppd/class_ppdManager.inc:208
+#: admin/systems/ppd/class_ppdManager.inc:214
msgid "Nested groups are not supported!"
msgstr ""
-#: admin/systems/ppd/class_ppdManager.inc:212
+#: admin/systems/ppd/class_ppdManager.inc:218
msgid "Group name not unique!"
msgstr ""
-#: admin/systems/ppd/class_ppdManager.inc:218
-#: admin/systems/ppd/class_ppdManager.inc:248
+#: admin/systems/ppd/class_ppdManager.inc:224
+#: admin/systems/ppd/class_ppdManager.inc:254
msgid "Symbol values are not supported yet!"
msgstr ""
-#: admin/systems/ppd/class_ppdManager.inc:242
+#: admin/systems/ppd/class_ppdManager.inc:248
msgid "Nested options are not supported!"
msgstr ""
-#: admin/systems/ppd/class_ppdManager.inc:267
+#: admin/systems/ppd/class_ppdManager.inc:273
msgid "PickMany is not supported yet!"
msgstr ""
-#: admin/systems/ppd/class_ppdManager.inc:360
+#: admin/systems/ppd/class_ppdManager.inc:346
+#, php-format
+msgid ""
+"Parsing PPD file %s failed - line too long. Trailing characters have been "
+"ignored"
+msgstr ""
+
+#: admin/systems/ppd/class_ppdManager.inc:371
#, php-format
msgid "Parsing PPD file %s failed - no information found."
msgstr ""
#: admin/systems/ppd/class_printerPPDDialog.inc:246
#: admin/systems/ppd/class_printerPPDDialog.inc:270
#: admin/systems/ppd/class_printerPPDDialog.inc:287
-#: admin/systems/ppd/class_printerPPDDialog.inc:310
-#: admin/systems/ppd/class_printerPPDDialog.inc:324
-#: admin/systems/ppd/class_printerPPDDialog.inc:334
-#: admin/systems/ppd/class_printerPPDDialog.inc:338
-#: admin/systems/ppd/class_printerPPDDialog.inc:531
-#: admin/systems/ppd/class_printerPPDDialog.inc:548
-#: admin/systems/ppd/class_printerPPDDialog.inc:551
-#: admin/systems/ppd/class_printerPPDDialog.inc:554
+#: admin/systems/ppd/class_printerPPDDialog.inc:311
+#: admin/systems/ppd/class_printerPPDDialog.inc:325
+#: admin/systems/ppd/class_printerPPDDialog.inc:335
+#: admin/systems/ppd/class_printerPPDDialog.inc:339
+#: admin/systems/ppd/class_printerPPDDialog.inc:532
+#: admin/systems/ppd/class_printerPPDDialog.inc:549
+#: admin/systems/ppd/class_printerPPDDialog.inc:552
+#: admin/systems/ppd/class_printerPPDDialog.inc:555
#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:75
#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:100
#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:124
msgstr ""
#: admin/systems/ppd/class_printerPPDDialog.inc:140
-#: admin/systems/ppd/class_printerPPDDialog.inc:338
+#: admin/systems/ppd/class_printerPPDDialog.inc:339
#: addons/goto/class_goto_import_file.inc:29
msgid "file is empty"
msgstr ""
msgid "Cannot parse PPD '%s'!"
msgstr ""
-#: admin/systems/ppd/class_printerPPDDialog.inc:313
+#: admin/systems/ppd/class_printerPPDDialog.inc:314
msgid "Overwrite existing PPD"
msgstr ""
-#: admin/systems/ppd/class_printerPPDDialog.inc:314
+#: admin/systems/ppd/class_printerPPDDialog.inc:315
msgid ""
"There is already a ppd file for this kind of printer. Do you want to "
"overwrite it?"
msgstr ""
-#: admin/systems/ppd/class_printerPPDDialog.inc:462
+#: admin/systems/ppd/class_printerPPDDialog.inc:463
msgid "Section"
msgstr ""
-#: admin/systems/ppd/class_printerPPDDialog.inc:522
-#: admin/systems/ppd/class_printerPPDDialog.inc:525
+#: admin/systems/ppd/class_printerPPDDialog.inc:523
+#: admin/systems/ppd/class_printerPPDDialog.inc:526
msgid "True"
msgstr ""
-#: admin/systems/ppd/class_printerPPDDialog.inc:523
-#: admin/systems/ppd/class_printerPPDDialog.inc:526
+#: admin/systems/ppd/class_printerPPDDialog.inc:524
+#: admin/systems/ppd/class_printerPPDDialog.inc:527
msgid "False"
msgstr ""
-#: admin/systems/ppd/class_printerPPDDialog.inc:531
+#: admin/systems/ppd/class_printerPPDDialog.inc:532
#, php-format
msgid "PPD type '%s' is not supported!"
msgstr ""
-#: admin/systems/ppd/class_printerPPDDialog.inc:568
+#: admin/systems/ppd/class_printerPPDDialog.inc:569
msgid ""
"Please select a valid ppd file or use 'Cancel' to go back to printer "
"configuration."
diff --git a/gosa-plugins/goto/locale/nl/LC_MESSAGES/messages.po b/gosa-plugins/goto/locale/nl/LC_MESSAGES/messages.po
index 7ef09121c7e2e63eb5b1f4f785356fc670d3f437..3bfee6736cb31cabb41446f7fed02a89b6f6e67f 100644 (file)
msgstr ""
"Project-Id-Version: messages\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-06-30 09:57+0200\n"
+"POT-Creation-Date: 2009-07-22 13:05+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"
#: admin/systems/services/ntp/class_goNtpServer.inc:98
#: admin/systems/services/terminal/class_goTerminalServer.inc:103
#: 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/shares/class_goShareServer.inc:285
+#: admin/systems/services/shares/class_goShareServer.inc:301
+#: admin/systems/services/shares/class_goShareServer.inc:314
#: admin/systems/goto/class_printGeneric.inc:660
#: admin/systems/goto/class_printGeneric.inc:953
#: admin/systems/goto/class_terminalStartup.inc:455
-#: admin/systems/goto/class_ArpNewDevice.inc:69
+#: admin/systems/goto/class_ArpNewDevice.inc:126
#: admin/systems/goto/class_terminalService.inc:597
#: admin/systems/goto/class_workstationGeneric.inc:364
#: admin/systems/goto/class_workstationGeneric.inc:596
#: admin/applications/class_applicationGeneric.inc:610
#: admin/mimetypes/class_mimetypeGeneric.inc:532
#: admin/mimetypes/class_mimetypeGeneric.inc:724
-#: admin/systems/services/shares/class_goShareServer.inc:398
+#: admin/systems/services/shares/class_goShareServer.inc:422
#: admin/systems/services/nfs/class_servNfs.inc:199
#: admin/systems/services/nfs/class_servNfs.inc:202
#: admin/systems/services/nfs/class_servNfs.inc:235
#: admin/systems/goto/class_printGeneric.inc:738
#: admin/systems/goto/class_printGeneric.inc:757
#: admin/systems/goto/class_printGeneric.inc:997
-#: admin/systems/goto/class_ArpNewDevice.inc:46
+#: admin/systems/goto/class_ArpNewDevice.inc:88
#: admin/systems/goto/class_workstationGeneric.inc:456
#: admin/systems/goto/class_workstationGeneric.inc:461
#: admin/systems/goto/class_workstationGeneric.inc:479
#: admin/applications/class_applicationGeneric.inc:608
#: admin/mimetypes/generic.tpl:34 admin/mimetypes/paste_generic.tpl:21
#: admin/mimetypes/class_mimetypeGeneric.inc:726
-#: admin/systems/services/shares/class_goShareServer.inc:400
+#: admin/systems/services/shares/class_goShareServer.inc:424
#: admin/systems/services/nfs/class_servNfs.inc:207
#: admin/systems/services/nfs/servnfs.tpl:19
#: admin/systems/goto/workstation.tpl:19
msgstr "Serieel"
#: admin/devices/deviceGeneric.tpl:63
+#: admin/devices/class_deviceGeneric.inc:106
#, fuzzy
msgid "Vendor-ID"
msgstr "Afzender ID"
msgstr "Afzender ID"
#: admin/devices/deviceGeneric.tpl:72
+#: admin/devices/class_deviceGeneric.inc:103
msgid "Product-ID"
msgstr ""
msgid "iSerial"
msgstr "Serieel"
-#: admin/devices/class_deviceGeneric.inc:103
-#: admin/devices/class_deviceGeneric.inc:264
-#: admin/systems/goto/class_gotoLpdEnabled.inc:51
-#, fuzzy
-msgid "Serial"
-msgstr "Serieel"
-
-#: admin/devices/class_deviceGeneric.inc:106
-#, fuzzy
-msgid "Vendor ID"
-msgstr "Afzender ID"
-
#: admin/devices/class_deviceGeneric.inc:159
#: admin/applications/class_applicationGeneric.inc:264
#: admin/applications/class_applicationGeneric.inc:338
#: admin/systems/services/kiosk/class_goKioskService.inc:164
#: admin/systems/services/kiosk/class_goKioskService.inc:234
#: admin/systems/services/shares/class_goShareServer.inc:98
-#: admin/systems/services/shares/class_goShareServer.inc:233
+#: admin/systems/services/shares/class_goShareServer.inc:257
#: admin/systems/services/nfs/class_servNfs.inc:43
#: admin/systems/services/nfs/class_servNfs.inc:46
#: admin/systems/goto/class_printGeneric.inc:488
msgstr "Hotplug apparaten"
#: admin/devices/class_deviceGeneric.inc:263
-#: admin/systems/services/shares/class_goShareServer.inc:401
+#: admin/systems/services/shares/class_goShareServer.inc:425
#: admin/systems/services/nfs/class_servNfs.inc:193
#: admin/systems/services/nfs/servnfs.tpl:56
#: admin/systems/goto/terminalService.tpl:48
msgid "Type"
msgstr "Type"
+#: admin/devices/class_deviceGeneric.inc:264
+#: admin/systems/goto/class_gotoLpdEnabled.inc:51
+#, fuzzy
+msgid "Serial"
+msgstr "Serieel"
+
#: admin/devices/class_deviceGeneric.inc:265
#, fuzzy
msgid "Vendor"
#: admin/systems/services/ldap/class_goLdapServer.inc:129
#: admin/systems/services/ntp/class_goNtpServer.inc:115
#: admin/systems/services/terminal/class_goTerminalServer.inc:165
-#: admin/systems/services/shares/class_goShareServer.inc:390
+#: admin/systems/services/shares/class_goShareServer.inc:414
#: admin/systems/services/syslog/class_goSyslogServer.inc:69
#: admin/systems/services/syslog/class_goLogDBServer.inc:93
msgid "Services"
#: 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/services/shares/class_goShareServer.inc:413
#, fuzzy
msgid "File service (Shares)"
msgstr "Bestandserver"
-#: admin/systems/services/shares/class_goShareServer.inc:233
+#: admin/systems/services/shares/class_goShareServer.inc:237
+#, fuzzy, php-format
+msgid "Cannot remove share - 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/services/shares/class_goShareServer.inc:257
#, fuzzy
msgid "share"
msgstr "Shares"
-#: admin/systems/services/shares/class_goShareServer.inc:390
+#: admin/systems/services/shares/class_goShareServer.inc:414
#, fuzzy
msgid "File service - Shares"
msgstr "Bestandserver"
-#: admin/systems/services/shares/class_goShareServer.inc:399
+#: admin/systems/services/shares/class_goShareServer.inc:423
msgid "Apple mounts"
msgstr ""
-#: admin/systems/services/shares/class_goShareServer.inc:402
+#: admin/systems/services/shares/class_goShareServer.inc:426
#, fuzzy
msgid "Charset"
msgstr "Chipset"
-#: admin/systems/services/shares/class_goShareServer.inc:403
+#: admin/systems/services/shares/class_goShareServer.inc:427
#: admin/systems/services/nfs/class_servNfs.inc:179
#: admin/systems/services/nfs/servnfs.tpl:29
msgid "Path"
msgstr "Pad"
-#: admin/systems/services/shares/class_goShareServer.inc:404
+#: admin/systems/services/shares/class_goShareServer.inc:428
#: admin/systems/services/nfs/class_servNfs.inc:215
#: admin/systems/services/nfs/servnfs.tpl:121
msgid "Option"
msgstr "Optie"
-#: admin/systems/services/shares/class_goShareServer.inc:405
+#: admin/systems/services/shares/class_goShareServer.inc:429
#: admin/systems/services/nfs/class_servNfs.inc:211
#: admin/systems/services/nfs/servnfs.tpl:29
msgid "Volume"
msgstr "NFS instellingen"
#: admin/systems/services/nfs/servnfs.tpl:39
+#: admin/systems/goto/class_ArpNewDevice.inc:38
#: admin/systems/goto/class_SelectDeviceType.inc:39
#: addons/goto/class_target_list.inc:201
#: addons/goto/events/class_EventTargetAddList.inc:238
msgid "DNS name"
msgstr "Naam"
+#: admin/systems/goto/ArpNewDevice.tpl:31
+#, fuzzy
+msgid "GOto"
+msgstr "Stop"
+
+#: admin/systems/goto/ArpNewDevice.tpl:35
+#, fuzzy
+msgid "GOto integration"
+msgstr "Groepen beheer"
+
+#: admin/systems/goto/ArpNewDevice.tpl:43
+#: admin/systems/goto/ArpNewDevice.tpl:46
+#: admin/systems/goto/SelectDeviceType.tpl:23
+#: admin/systems/goto/SelectDeviceType.tpl:24
+msgid "System type"
+msgstr "Systeemtype"
+
+#: admin/systems/goto/ArpNewDevice.tpl:58
+#: admin/systems/goto/SelectDeviceType.tpl:36
+msgid "Choose an object group as template"
+msgstr "Selecteer een objectgroep als sjabloon"
+
+#: admin/systems/goto/ArpNewDevice.tpl:61
+#: admin/systems/goto/SelectDeviceType.tpl:37
+#: addons/goto/class_target_list.inc:205 addons/goto/goto_import_file.tpl:40
+#: addons/goto/events/class_EventTargetAddList.inc:259
+msgid "Object group"
+msgstr "Objectgroep"
+
+#: admin/systems/goto/ArpNewDevice.tpl:62
+#: admin/systems/goto/SelectDeviceType.tpl:39
+#: addons/goto/class_gotoLogView.inc:87
+msgid "none"
+msgstr "geen"
+
#: admin/systems/goto/class_printGeneric.inc:108
#: admin/systems/goto/class_printGeneric.inc:1036
#, fuzzy
msgid "System informations"
msgstr "Systeem informatie"
+#: admin/systems/goto/class_ArpNewDevice.inc:38
+#: admin/systems/goto/class_workstationGeneric.inc:704
+#: admin/systems/goto/class_SelectDeviceType.inc:39
+#: addons/goto/class_target_list.inc:203
+#: addons/goto/events/class_EventTargetAddList.inc:249
+msgid "Workstation"
+msgstr "Werkstation"
+
+#: admin/systems/goto/class_ArpNewDevice.inc:38
+#: admin/systems/goto/class_SelectDeviceType.inc:39
+#: admin/systems/goto/class_terminalGeneric.inc:656
+#: admin/systems/goto/class_terminalGeneric.inc:662
+msgid "Terminal"
+msgstr "Terminal"
+
+#: admin/systems/goto/class_ArpNewDevice.inc:40
+#: admin/systems/goto/class_SelectDeviceType.inc:41
+#: admin/systems/goto/chooser.tpl:10
+msgid "Windows workstation"
+msgstr "Windows werkstation"
+
#: admin/systems/goto/class_terminalService.inc:121
#: admin/systems/goto/class_workstationStartup.inc:1295
#: admin/systems/goto/class_workstationStartup.inc:1297
msgid "Workstation generic"
msgstr "Werkstation naam"
-#: admin/systems/goto/class_workstationGeneric.inc:704
-#: admin/systems/goto/class_SelectDeviceType.inc:39
-#: addons/goto/class_target_list.inc:203
-#: addons/goto/events/class_EventTargetAddList.inc:249
-msgid "Workstation"
-msgstr "Werkstation"
-
#: admin/systems/goto/class_workstationGeneric.inc:711
#, fuzzy
msgid "Goto mode"
"Selecteer a.u.b. een systeemtype en een optionele bundel met te overerven "
"voorgedefinieerde instellingen."
-#: admin/systems/goto/SelectDeviceType.tpl:23
-#: admin/systems/goto/SelectDeviceType.tpl:24
-msgid "System type"
-msgstr "Systeemtype"
-
-#: admin/systems/goto/SelectDeviceType.tpl:36
-msgid "Choose an object group as template"
-msgstr "Selecteer een objectgroep als sjabloon"
-
-#: admin/systems/goto/SelectDeviceType.tpl:37
-#: addons/goto/class_target_list.inc:205 addons/goto/goto_import_file.tpl:40
-#: addons/goto/events/class_EventTargetAddList.inc:259
-msgid "Object group"
-msgstr "Objectgroep"
-
-#: admin/systems/goto/SelectDeviceType.tpl:39
-#: addons/goto/class_gotoLogView.inc:87
-msgid "none"
-msgstr "geen"
-
#: admin/systems/goto/SelectDeviceType.tpl:51
msgid "Continue"
msgstr "Doorgaan"
-#: admin/systems/goto/class_SelectDeviceType.inc:39
-#: admin/systems/goto/class_terminalGeneric.inc:656
-#: admin/systems/goto/class_terminalGeneric.inc:662
-msgid "Terminal"
-msgstr "Terminal"
-
-#: admin/systems/goto/class_SelectDeviceType.inc:41
-#: admin/systems/goto/chooser.tpl:10
-msgid "Windows workstation"
-msgstr "Windows werkstation"
-
#: admin/systems/goto/workstationStartup.tpl:64
msgid ""
"FAI Object assignment disabled. You can't use this feature until FAI is "
@@ -2946,38 +2968,53 @@ msgstr "Het opgegeven ppd bestand '%s' kan niet geopend worden om te lezen."
msgid "The temporary file '%s' cannot be opened for writing."
msgstr "Het vereiste tijdelijke bestand '%s' kan niet weggeschreven worden."
-#: admin/systems/ppd/class_ppdManager.inc:200
-#: admin/systems/ppd/class_ppdManager.inc:335
-#, php-format
+#: admin/systems/ppd/class_ppdManager.inc:196
+#: admin/systems/ppd/class_ppdManager.inc:326
+#, fuzzy
+msgid "Parsing PPD file failed - file is empty!"
+msgstr ""
+"Het parsen van PPD bestand %s is mislukt - er is geen informatie gevonden."
+
+#: admin/systems/ppd/class_ppdManager.inc:206
+#, fuzzy, php-format
msgid ""
"Parsing PPD file %s failed - line too long. Trailing characters have been "
-"ignored"
+"ignored!"
msgstr ""
"Het parsen van PPD bestand %s is mislukt - regel was te lang. Resterende "
"karakters zijn genegeerd."
-#: admin/systems/ppd/class_ppdManager.inc:208
+#: admin/systems/ppd/class_ppdManager.inc:214
msgid "Nested groups are not supported!"
msgstr "Geneste groepen worden niet ondersteund!"
-#: admin/systems/ppd/class_ppdManager.inc:212
+#: admin/systems/ppd/class_ppdManager.inc:218
msgid "Group name not unique!"
msgstr "Groepnaam is niet uniek!"
-#: admin/systems/ppd/class_ppdManager.inc:218
-#: admin/systems/ppd/class_ppdManager.inc:248
+#: admin/systems/ppd/class_ppdManager.inc:224
+#: admin/systems/ppd/class_ppdManager.inc:254
msgid "Symbol values are not supported yet!"
msgstr "Symbool waardes worden nog niet ondersteund!"
-#: admin/systems/ppd/class_ppdManager.inc:242
+#: admin/systems/ppd/class_ppdManager.inc:248
msgid "Nested options are not supported!"
msgstr "Geneste opties worden niet ondersteund!"
-#: admin/systems/ppd/class_ppdManager.inc:267
+#: admin/systems/ppd/class_ppdManager.inc:273
msgid "PickMany is not supported yet!"
msgstr "PickMany wordt nog niet ondersteund!"
-#: admin/systems/ppd/class_ppdManager.inc:360
+#: admin/systems/ppd/class_ppdManager.inc:346
+#, 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/ppd/class_ppdManager.inc:371
#, php-format
msgid "Parsing PPD file %s failed - no information found."
msgstr ""
#: admin/systems/ppd/class_printerPPDDialog.inc:246
#: admin/systems/ppd/class_printerPPDDialog.inc:270
#: admin/systems/ppd/class_printerPPDDialog.inc:287
-#: admin/systems/ppd/class_printerPPDDialog.inc:310
-#: admin/systems/ppd/class_printerPPDDialog.inc:324
-#: admin/systems/ppd/class_printerPPDDialog.inc:334
-#: admin/systems/ppd/class_printerPPDDialog.inc:338
-#: admin/systems/ppd/class_printerPPDDialog.inc:531
-#: admin/systems/ppd/class_printerPPDDialog.inc:548
-#: admin/systems/ppd/class_printerPPDDialog.inc:551
-#: admin/systems/ppd/class_printerPPDDialog.inc:554
+#: admin/systems/ppd/class_printerPPDDialog.inc:311
+#: admin/systems/ppd/class_printerPPDDialog.inc:325
+#: admin/systems/ppd/class_printerPPDDialog.inc:335
+#: admin/systems/ppd/class_printerPPDDialog.inc:339
+#: admin/systems/ppd/class_printerPPDDialog.inc:532
+#: admin/systems/ppd/class_printerPPDDialog.inc:549
+#: admin/systems/ppd/class_printerPPDDialog.inc:552
+#: admin/systems/ppd/class_printerPPDDialog.inc:555
#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:75
#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:100
#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:124
msgstr "Kan bestand '%s' niet openen."
#: admin/systems/ppd/class_printerPPDDialog.inc:140
-#: admin/systems/ppd/class_printerPPDDialog.inc:338
+#: admin/systems/ppd/class_printerPPDDialog.inc:339
#: addons/goto/class_goto_import_file.inc:29
#, fuzzy
msgid "file is empty"
msgid "Cannot parse PPD '%s'!"
msgstr "Kan bestand '%s' niet openen."
-#: admin/systems/ppd/class_printerPPDDialog.inc:313
+#: admin/systems/ppd/class_printerPPDDialog.inc:314
#, fuzzy
msgid "Overwrite existing PPD"
msgstr "Overschrijf bestaande gegevens"
-#: admin/systems/ppd/class_printerPPDDialog.inc:314
+#: admin/systems/ppd/class_printerPPDDialog.inc:315
#, 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/ppd/class_printerPPDDialog.inc:462
+#: admin/systems/ppd/class_printerPPDDialog.inc:463
msgid "Section"
msgstr "Sectie"
-#: admin/systems/ppd/class_printerPPDDialog.inc:522
-#: admin/systems/ppd/class_printerPPDDialog.inc:525
+#: admin/systems/ppd/class_printerPPDDialog.inc:523
+#: admin/systems/ppd/class_printerPPDDialog.inc:526
msgid "True"
msgstr "Ja"
-#: admin/systems/ppd/class_printerPPDDialog.inc:523
-#: admin/systems/ppd/class_printerPPDDialog.inc:526
+#: admin/systems/ppd/class_printerPPDDialog.inc:524
+#: admin/systems/ppd/class_printerPPDDialog.inc:527
msgid "False"
msgstr "Nee"
-#: admin/systems/ppd/class_printerPPDDialog.inc:531
+#: admin/systems/ppd/class_printerPPDDialog.inc:532
#, fuzzy, php-format
msgid "PPD type '%s' is not supported!"
msgstr "PickMany wordt nog niet ondersteund!"
-#: admin/systems/ppd/class_printerPPDDialog.inc:568
+#: admin/systems/ppd/class_printerPPDDialog.inc:569
msgid ""
"Please select a valid ppd file or use 'Cancel' to go back to printer "
"configuration."
msgid "Regular expression for matching hotplugs"
msgstr "Reguliere expressie voor overeenkomende hotplugs"
+#, fuzzy
+#~ msgid "Vendor ID"
+#~ msgstr "Afzender ID"
+
#, fuzzy
#~ msgid "System mass deployment"
#~ msgstr "Systeembeheer"
#~ msgid "Cannot move users to the requested department!"
#~ msgstr "Ga naar de afdeling van de gebruiker"
-#, fuzzy
-#~ msgid "to"
-#~ msgstr "Stop"
-
#, fuzzy
#~ msgid "Try to create root object"
#~ msgstr "Nieuw FAI object aanmaken"
#~ msgid "Group member"
#~ msgstr "Groepsleden"
-#~ msgid "Group administration"
-#~ msgstr "Groepen beheer"
-
#~ msgid ""
#~ "This may be a primary user group. Please double check if you really want "
#~ "to do this since there is no way for GOsa to get your data back."
diff --git a/gosa-plugins/goto/locale/pl/LC_MESSAGES/messages.po b/gosa-plugins/goto/locale/pl/LC_MESSAGES/messages.po
index 774f9c5940b339b54b407f76051615ffd93fdd7e..8aaee63fef514acbb5a9de4460360c3d8c25e630 100644 (file)
msgstr ""
"Project-Id-Version: polski\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-06-30 09:57+0200\n"
+"POT-Creation-Date: 2009-07-22 13:05+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"
#: admin/systems/services/ntp/class_goNtpServer.inc:98
#: admin/systems/services/terminal/class_goTerminalServer.inc:103
#: 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/shares/class_goShareServer.inc:285
+#: admin/systems/services/shares/class_goShareServer.inc:301
+#: admin/systems/services/shares/class_goShareServer.inc:314
#: admin/systems/goto/class_printGeneric.inc:660
#: admin/systems/goto/class_printGeneric.inc:953
#: admin/systems/goto/class_terminalStartup.inc:455
-#: admin/systems/goto/class_ArpNewDevice.inc:69
+#: admin/systems/goto/class_ArpNewDevice.inc:126
#: admin/systems/goto/class_terminalService.inc:597
#: admin/systems/goto/class_workstationGeneric.inc:364
#: admin/systems/goto/class_workstationGeneric.inc:596
#: admin/applications/class_applicationGeneric.inc:610
#: admin/mimetypes/class_mimetypeGeneric.inc:532
#: admin/mimetypes/class_mimetypeGeneric.inc:724
-#: admin/systems/services/shares/class_goShareServer.inc:398
+#: admin/systems/services/shares/class_goShareServer.inc:422
#: admin/systems/services/nfs/class_servNfs.inc:199
#: admin/systems/services/nfs/class_servNfs.inc:202
#: admin/systems/services/nfs/class_servNfs.inc:235
#: admin/systems/goto/class_printGeneric.inc:738
#: admin/systems/goto/class_printGeneric.inc:757
#: admin/systems/goto/class_printGeneric.inc:997
-#: admin/systems/goto/class_ArpNewDevice.inc:46
+#: admin/systems/goto/class_ArpNewDevice.inc:88
#: admin/systems/goto/class_workstationGeneric.inc:456
#: admin/systems/goto/class_workstationGeneric.inc:461
#: admin/systems/goto/class_workstationGeneric.inc:479
#: admin/applications/class_applicationGeneric.inc:608
#: admin/mimetypes/generic.tpl:34 admin/mimetypes/paste_generic.tpl:21
#: admin/mimetypes/class_mimetypeGeneric.inc:726
-#: admin/systems/services/shares/class_goShareServer.inc:400
+#: admin/systems/services/shares/class_goShareServer.inc:424
#: admin/systems/services/nfs/class_servNfs.inc:207
#: admin/systems/services/nfs/servnfs.tpl:19
#: admin/systems/goto/workstation.tpl:19
msgstr "Szeregowy"
#: admin/devices/deviceGeneric.tpl:63
+#: admin/devices/class_deviceGeneric.inc:106
#, fuzzy
msgid "Vendor-ID"
msgstr "ID Dostawcy"
msgstr "ID Dostawcy"
#: admin/devices/deviceGeneric.tpl:72
+#: admin/devices/class_deviceGeneric.inc:103
#, fuzzy
msgid "Product-ID"
msgstr "ID Produktu"
msgid "iSerial"
msgstr "Szeregowy"
-#: admin/devices/class_deviceGeneric.inc:103
-#: admin/devices/class_deviceGeneric.inc:264
-#: admin/systems/goto/class_gotoLpdEnabled.inc:51
-#, fuzzy
-msgid "Serial"
-msgstr "Szeregowy"
-
-#: admin/devices/class_deviceGeneric.inc:106
-#, fuzzy
-msgid "Vendor ID"
-msgstr "ID Dostawcy"
-
#: admin/devices/class_deviceGeneric.inc:159
#: admin/applications/class_applicationGeneric.inc:264
#: admin/applications/class_applicationGeneric.inc:338
#: admin/systems/services/kiosk/class_goKioskService.inc:164
#: admin/systems/services/kiosk/class_goKioskService.inc:234
#: admin/systems/services/shares/class_goShareServer.inc:98
-#: admin/systems/services/shares/class_goShareServer.inc:233
+#: admin/systems/services/shares/class_goShareServer.inc:257
#: admin/systems/services/nfs/class_servNfs.inc:43
#: admin/systems/services/nfs/class_servNfs.inc:46
#: admin/systems/goto/class_printGeneric.inc:488
msgstr "Urządzenia Hotplug"
#: admin/devices/class_deviceGeneric.inc:263
-#: admin/systems/services/shares/class_goShareServer.inc:401
+#: admin/systems/services/shares/class_goShareServer.inc:425
#: admin/systems/services/nfs/class_servNfs.inc:193
#: admin/systems/services/nfs/servnfs.tpl:56
#: admin/systems/goto/terminalService.tpl:48
msgid "Type"
msgstr "Typ"
+#: admin/devices/class_deviceGeneric.inc:264
+#: admin/systems/goto/class_gotoLpdEnabled.inc:51
+#, fuzzy
+msgid "Serial"
+msgstr "Szeregowy"
+
#: admin/devices/class_deviceGeneric.inc:265
#, fuzzy
msgid "Vendor"
#: admin/systems/services/ldap/class_goLdapServer.inc:129
#: admin/systems/services/ntp/class_goNtpServer.inc:115
#: admin/systems/services/terminal/class_goTerminalServer.inc:165
-#: admin/systems/services/shares/class_goShareServer.inc:390
+#: admin/systems/services/shares/class_goShareServer.inc:414
#: admin/systems/services/syslog/class_goSyslogServer.inc:69
#: admin/systems/services/syslog/class_goLogDBServer.inc:93
msgid "Services"
#: 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/services/shares/class_goShareServer.inc:413
#, fuzzy
msgid "File service (Shares)"
msgstr "Usługa plików"
-#: admin/systems/services/shares/class_goShareServer.inc:233
+#: admin/systems/services/shares/class_goShareServer.inc:237
+#, fuzzy, php-format
+msgid "Cannot remove share - 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/services/shares/class_goShareServer.inc:257
#, fuzzy
msgid "share"
msgstr "Udziały"
-#: admin/systems/services/shares/class_goShareServer.inc:390
+#: admin/systems/services/shares/class_goShareServer.inc:414
#, fuzzy
msgid "File service - Shares"
msgstr "Usługa plików"
-#: admin/systems/services/shares/class_goShareServer.inc:399
+#: admin/systems/services/shares/class_goShareServer.inc:423
#, fuzzy
msgid "Apple mounts"
msgstr "Apple talk"
-#: admin/systems/services/shares/class_goShareServer.inc:402
+#: admin/systems/services/shares/class_goShareServer.inc:426
msgid "Charset"
msgstr "Kodowanie"
-#: admin/systems/services/shares/class_goShareServer.inc:403
+#: admin/systems/services/shares/class_goShareServer.inc:427
#: admin/systems/services/nfs/class_servNfs.inc:179
#: admin/systems/services/nfs/servnfs.tpl:29
msgid "Path"
msgstr "Ścieżka"
-#: admin/systems/services/shares/class_goShareServer.inc:404
+#: admin/systems/services/shares/class_goShareServer.inc:428
#: admin/systems/services/nfs/class_servNfs.inc:215
#: admin/systems/services/nfs/servnfs.tpl:121
msgid "Option"
msgstr "Opcja"
-#: admin/systems/services/shares/class_goShareServer.inc:405
+#: admin/systems/services/shares/class_goShareServer.inc:429
#: admin/systems/services/nfs/class_servNfs.inc:211
#: admin/systems/services/nfs/servnfs.tpl:29
msgid "Volume"
msgstr "Ustawienia NFS"
#: admin/systems/services/nfs/servnfs.tpl:39
+#: admin/systems/goto/class_ArpNewDevice.inc:38
#: admin/systems/goto/class_SelectDeviceType.inc:39
#: addons/goto/class_target_list.inc:201
#: addons/goto/events/class_EventTargetAddList.inc:238
msgid "DNS name"
msgstr "Imię"
+#: admin/systems/goto/ArpNewDevice.tpl:31
+#, fuzzy
+msgid "GOto"
+msgstr "Zatrzymaj"
+
+#: admin/systems/goto/ArpNewDevice.tpl:35
+#, fuzzy
+msgid "GOto integration"
+msgstr "Administracja Grupą"
+
+#: admin/systems/goto/ArpNewDevice.tpl:43
+#: admin/systems/goto/ArpNewDevice.tpl:46
+#: admin/systems/goto/SelectDeviceType.tpl:23
+#: admin/systems/goto/SelectDeviceType.tpl:24
+msgid "System type"
+msgstr "Typ systemu"
+
+#: admin/systems/goto/ArpNewDevice.tpl:58
+#: admin/systems/goto/SelectDeviceType.tpl:36
+msgid "Choose an object group as template"
+msgstr "Wybierz grupę obiektową jako szablon"
+
+#: admin/systems/goto/ArpNewDevice.tpl:61
+#: admin/systems/goto/SelectDeviceType.tpl:37
+#: addons/goto/class_target_list.inc:205 addons/goto/goto_import_file.tpl:40
+#: addons/goto/events/class_EventTargetAddList.inc:259
+msgid "Object group"
+msgstr "Grupa obiektu"
+
+#: admin/systems/goto/ArpNewDevice.tpl:62
+#: admin/systems/goto/SelectDeviceType.tpl:39
+#: addons/goto/class_gotoLogView.inc:87
+msgid "none"
+msgstr "żaden"
+
#: admin/systems/goto/class_printGeneric.inc:108
#: admin/systems/goto/class_printGeneric.inc:1036
#, fuzzy
msgid "System informations"
msgstr "Informacja o systemie"
+#: admin/systems/goto/class_ArpNewDevice.inc:38
+#: admin/systems/goto/class_workstationGeneric.inc:704
+#: admin/systems/goto/class_SelectDeviceType.inc:39
+#: addons/goto/class_target_list.inc:203
+#: addons/goto/events/class_EventTargetAddList.inc:249
+msgid "Workstation"
+msgstr "Stacja robocza"
+
+#: admin/systems/goto/class_ArpNewDevice.inc:38
+#: admin/systems/goto/class_SelectDeviceType.inc:39
+#: admin/systems/goto/class_terminalGeneric.inc:656
+#: admin/systems/goto/class_terminalGeneric.inc:662
+msgid "Terminal"
+msgstr "Terminal"
+
+#: admin/systems/goto/class_ArpNewDevice.inc:40
+#: admin/systems/goto/class_SelectDeviceType.inc:41
+#: admin/systems/goto/chooser.tpl:10
+msgid "Windows workstation"
+msgstr "Stacja robocza Windows"
+
#: admin/systems/goto/class_terminalService.inc:121
#: admin/systems/goto/class_workstationStartup.inc:1295
#: admin/systems/goto/class_workstationStartup.inc:1297
msgid "Workstation generic"
msgstr "Nazwa stacji roboczej"
-#: admin/systems/goto/class_workstationGeneric.inc:704
-#: admin/systems/goto/class_SelectDeviceType.inc:39
-#: addons/goto/class_target_list.inc:203
-#: addons/goto/events/class_EventTargetAddList.inc:249
-msgid "Workstation"
-msgstr "Stacja robocza"
-
#: admin/systems/goto/class_workstationGeneric.inc:711
#, fuzzy
msgid "Goto mode"
"Proszę wybrać typ systemu i opcjonalny zestaw predefiniowanych ustawień do "
"dziedziczenia."
-#: admin/systems/goto/SelectDeviceType.tpl:23
-#: admin/systems/goto/SelectDeviceType.tpl:24
-msgid "System type"
-msgstr "Typ systemu"
-
-#: admin/systems/goto/SelectDeviceType.tpl:36
-msgid "Choose an object group as template"
-msgstr "Wybierz grupę obiektową jako szablon"
-
-#: admin/systems/goto/SelectDeviceType.tpl:37
-#: addons/goto/class_target_list.inc:205 addons/goto/goto_import_file.tpl:40
-#: addons/goto/events/class_EventTargetAddList.inc:259
-msgid "Object group"
-msgstr "Grupa obiektu"
-
-#: admin/systems/goto/SelectDeviceType.tpl:39
-#: addons/goto/class_gotoLogView.inc:87
-msgid "none"
-msgstr "żaden"
-
#: admin/systems/goto/SelectDeviceType.tpl:51
msgid "Continue"
msgstr "Kontynuuj"
-#: admin/systems/goto/class_SelectDeviceType.inc:39
-#: admin/systems/goto/class_terminalGeneric.inc:656
-#: admin/systems/goto/class_terminalGeneric.inc:662
-msgid "Terminal"
-msgstr "Terminal"
-
-#: admin/systems/goto/class_SelectDeviceType.inc:41
-#: admin/systems/goto/chooser.tpl:10
-msgid "Windows workstation"
-msgstr "Stacja robocza Windows"
-
#: admin/systems/goto/workstationStartup.tpl:64
msgid ""
"FAI Object assignment disabled. You can't use this feature until FAI is "
msgid "The temporary file '%s' cannot be opened for writing."
msgstr "Wymagany plik tymczasowy '%s' nie może zostać otwarty do zapisu."
-#: admin/systems/ppd/class_ppdManager.inc:200
-#: admin/systems/ppd/class_ppdManager.inc:335
-#, php-format
+#: admin/systems/ppd/class_ppdManager.inc:196
+#: admin/systems/ppd/class_ppdManager.inc:326
+#, fuzzy
+msgid "Parsing PPD file failed - file is empty!"
+msgstr "Parsowanie pliku PPD %s nieudane - nie znaleziono informacji."
+
+#: admin/systems/ppd/class_ppdManager.inc:206
+#, fuzzy, php-format
msgid ""
"Parsing PPD file %s failed - line too long. Trailing characters have been "
-"ignored"
+"ignored!"
msgstr ""
"Parsowanie pliku PPD %s nieudane - linia za długa . Końcowe znaki zostały "
"zignorowane"
-#: admin/systems/ppd/class_ppdManager.inc:208
+#: admin/systems/ppd/class_ppdManager.inc:214
msgid "Nested groups are not supported!"
msgstr "Zagnieżdżone grupy nie są wspierane!"
-#: admin/systems/ppd/class_ppdManager.inc:212
+#: admin/systems/ppd/class_ppdManager.inc:218
msgid "Group name not unique!"
msgstr "Nazwa grupy nie jest unikalna"
-#: admin/systems/ppd/class_ppdManager.inc:218
-#: admin/systems/ppd/class_ppdManager.inc:248
+#: admin/systems/ppd/class_ppdManager.inc:224
+#: admin/systems/ppd/class_ppdManager.inc:254
msgid "Symbol values are not supported yet!"
msgstr "Wartości symboliczne nie są jeszcze wspierane!"
-#: admin/systems/ppd/class_ppdManager.inc:242
+#: admin/systems/ppd/class_ppdManager.inc:248
msgid "Nested options are not supported!"
msgstr "Opcje zagnieżdżone nie są wspierane!"
-#: admin/systems/ppd/class_ppdManager.inc:267
+#: admin/systems/ppd/class_ppdManager.inc:273
msgid "PickMany is not supported yet!"
msgstr "PickMany nie jest jeszcze obsługiwany"
-#: admin/systems/ppd/class_ppdManager.inc:360
+#: admin/systems/ppd/class_ppdManager.inc:346
+#, 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/ppd/class_ppdManager.inc:371
#, php-format
msgid "Parsing PPD file %s failed - no information found."
msgstr "Parsowanie pliku PPD %s nieudane - nie znaleziono informacji."
#: admin/systems/ppd/class_printerPPDDialog.inc:246
#: admin/systems/ppd/class_printerPPDDialog.inc:270
#: admin/systems/ppd/class_printerPPDDialog.inc:287
-#: admin/systems/ppd/class_printerPPDDialog.inc:310
-#: admin/systems/ppd/class_printerPPDDialog.inc:324
-#: admin/systems/ppd/class_printerPPDDialog.inc:334
-#: admin/systems/ppd/class_printerPPDDialog.inc:338
-#: admin/systems/ppd/class_printerPPDDialog.inc:531
-#: admin/systems/ppd/class_printerPPDDialog.inc:548
-#: admin/systems/ppd/class_printerPPDDialog.inc:551
-#: admin/systems/ppd/class_printerPPDDialog.inc:554
+#: admin/systems/ppd/class_printerPPDDialog.inc:311
+#: admin/systems/ppd/class_printerPPDDialog.inc:325
+#: admin/systems/ppd/class_printerPPDDialog.inc:335
+#: admin/systems/ppd/class_printerPPDDialog.inc:339
+#: admin/systems/ppd/class_printerPPDDialog.inc:532
+#: admin/systems/ppd/class_printerPPDDialog.inc:549
+#: admin/systems/ppd/class_printerPPDDialog.inc:552
+#: admin/systems/ppd/class_printerPPDDialog.inc:555
#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:75
#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:100
#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:124
msgstr "Nie można otworzyć pliku '%s'."
#: admin/systems/ppd/class_printerPPDDialog.inc:140
-#: admin/systems/ppd/class_printerPPDDialog.inc:338
+#: admin/systems/ppd/class_printerPPDDialog.inc:339
#: addons/goto/class_goto_import_file.inc:29
#, fuzzy
msgid "file is empty"
msgid "Cannot parse PPD '%s'!"
msgstr "Nie można otworzyć pliku '%s'."
-#: admin/systems/ppd/class_printerPPDDialog.inc:313
+#: admin/systems/ppd/class_printerPPDDialog.inc:314
#, fuzzy
msgid "Overwrite existing PPD"
msgstr "Zastąp istniejący wpis"
-#: admin/systems/ppd/class_printerPPDDialog.inc:314
+#: admin/systems/ppd/class_printerPPDDialog.inc:315
#, 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."
-#: admin/systems/ppd/class_printerPPDDialog.inc:462
+#: admin/systems/ppd/class_printerPPDDialog.inc:463
msgid "Section"
msgstr "Sekcja"
-#: admin/systems/ppd/class_printerPPDDialog.inc:522
-#: admin/systems/ppd/class_printerPPDDialog.inc:525
+#: admin/systems/ppd/class_printerPPDDialog.inc:523
+#: admin/systems/ppd/class_printerPPDDialog.inc:526
msgid "True"
msgstr "Tak"
-#: admin/systems/ppd/class_printerPPDDialog.inc:523
-#: admin/systems/ppd/class_printerPPDDialog.inc:526
+#: admin/systems/ppd/class_printerPPDDialog.inc:524
+#: admin/systems/ppd/class_printerPPDDialog.inc:527
msgid "False"
msgstr "Nie"
-#: admin/systems/ppd/class_printerPPDDialog.inc:531
+#: admin/systems/ppd/class_printerPPDDialog.inc:532
#, fuzzy, php-format
msgid "PPD type '%s' is not supported!"
msgstr "PickMany nie jest jeszcze obsługiwany"
-#: admin/systems/ppd/class_printerPPDDialog.inc:568
+#: admin/systems/ppd/class_printerPPDDialog.inc:569
msgid ""
"Please select a valid ppd file or use 'Cancel' to go back to printer "
"configuration."
msgid "Regular expression for matching hotplugs"
msgstr "Wyrażenie regularne dla dopasowania hotplug"
+#, fuzzy
+#~ msgid "Vendor ID"
+#~ msgstr "ID Dostawcy"
+
#, fuzzy
#~ msgid "System mass deployment"
#~ msgstr "Zarządzanie systemem"
#~ msgid "Cannot move users to the requested department!"
#~ msgstr "Przejdź do domowego departamentu użytkowników"
-#, fuzzy
-#~ msgid "to"
-#~ msgstr "Zatrzymaj"
-
#, fuzzy
#~ msgid "Group will be moved from"
#~ msgstr "Będzie możliwość odtworzenia z"
#~ msgid "Group member"
#~ msgstr "Członek grupy"
-#~ msgid "Group administration"
-#~ msgstr "Administracja Grupą"
-
#~ msgid ""
#~ "This may be a primary user group. Please double check if you really want "
#~ "to do this since there is no way for GOsa to get your data back."
diff --git a/gosa-plugins/goto/locale/ru/LC_MESSAGES/messages.po b/gosa-plugins/goto/locale/ru/LC_MESSAGES/messages.po
index c700d50ad65297622346e839a22d57bd8339da3a..e07f77ce6b3e7b70823354e2dc45d050289266e8 100644 (file)
msgstr ""
"Project-Id-Version: messages\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-06-30 09:57+0200\n"
+"POT-Creation-Date: 2009-07-22 13:05+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"
#: admin/systems/services/ntp/class_goNtpServer.inc:98
#: admin/systems/services/terminal/class_goTerminalServer.inc:103
#: 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/shares/class_goShareServer.inc:285
+#: admin/systems/services/shares/class_goShareServer.inc:301
+#: admin/systems/services/shares/class_goShareServer.inc:314
#: admin/systems/goto/class_printGeneric.inc:660
#: admin/systems/goto/class_printGeneric.inc:953
#: admin/systems/goto/class_terminalStartup.inc:455
-#: admin/systems/goto/class_ArpNewDevice.inc:69
+#: admin/systems/goto/class_ArpNewDevice.inc:126
#: admin/systems/goto/class_terminalService.inc:597
#: admin/systems/goto/class_workstationGeneric.inc:364
#: admin/systems/goto/class_workstationGeneric.inc:596
#: admin/applications/class_applicationGeneric.inc:610
#: admin/mimetypes/class_mimetypeGeneric.inc:532
#: admin/mimetypes/class_mimetypeGeneric.inc:724
-#: admin/systems/services/shares/class_goShareServer.inc:398
+#: admin/systems/services/shares/class_goShareServer.inc:422
#: admin/systems/services/nfs/class_servNfs.inc:199
#: admin/systems/services/nfs/class_servNfs.inc:202
#: admin/systems/services/nfs/class_servNfs.inc:235
#: admin/systems/goto/class_printGeneric.inc:738
#: admin/systems/goto/class_printGeneric.inc:757
#: admin/systems/goto/class_printGeneric.inc:997
-#: admin/systems/goto/class_ArpNewDevice.inc:46
+#: admin/systems/goto/class_ArpNewDevice.inc:88
#: admin/systems/goto/class_workstationGeneric.inc:456
#: admin/systems/goto/class_workstationGeneric.inc:461
#: admin/systems/goto/class_workstationGeneric.inc:479
#: admin/applications/class_applicationGeneric.inc:608
#: admin/mimetypes/generic.tpl:34 admin/mimetypes/paste_generic.tpl:21
#: admin/mimetypes/class_mimetypeGeneric.inc:726
-#: admin/systems/services/shares/class_goShareServer.inc:400
+#: admin/systems/services/shares/class_goShareServer.inc:424
#: admin/systems/services/nfs/class_servNfs.inc:207
#: admin/systems/services/nfs/servnfs.tpl:19
#: admin/systems/goto/workstation.tpl:19
msgstr "терминалы"
#: admin/devices/deviceGeneric.tpl:63
+#: admin/devices/class_deviceGeneric.inc:106
#, fuzzy
msgid "Vendor-ID"
msgstr "Идентификатор отправителя"
msgstr "Идентификатор отправителя"
#: admin/devices/deviceGeneric.tpl:72
+#: admin/devices/class_deviceGeneric.inc:103
msgid "Product-ID"
msgstr ""
msgid "iSerial"
msgstr "терминалы"
-#: admin/devices/class_deviceGeneric.inc:103
-#: admin/devices/class_deviceGeneric.inc:264
-#: admin/systems/goto/class_gotoLpdEnabled.inc:51
-#, fuzzy
-msgid "Serial"
-msgstr "терминалы"
-
-#: admin/devices/class_deviceGeneric.inc:106
-#, fuzzy
-msgid "Vendor ID"
-msgstr "Идентификатор отправителя"
-
#: admin/devices/class_deviceGeneric.inc:159
#: admin/applications/class_applicationGeneric.inc:264
#: admin/applications/class_applicationGeneric.inc:338
#: admin/systems/services/kiosk/class_goKioskService.inc:164
#: admin/systems/services/kiosk/class_goKioskService.inc:234
#: admin/systems/services/shares/class_goShareServer.inc:98
-#: admin/systems/services/shares/class_goShareServer.inc:233
+#: admin/systems/services/shares/class_goShareServer.inc:257
#: admin/systems/services/nfs/class_servNfs.inc:43
#: admin/systems/services/nfs/class_servNfs.inc:46
#: admin/systems/goto/class_printGeneric.inc:488
msgstr "Дисковод"
#: admin/devices/class_deviceGeneric.inc:263
-#: admin/systems/services/shares/class_goShareServer.inc:401
+#: admin/systems/services/shares/class_goShareServer.inc:425
#: admin/systems/services/nfs/class_servNfs.inc:193
#: admin/systems/services/nfs/servnfs.tpl:56
#: admin/systems/goto/terminalService.tpl:48
msgid "Type"
msgstr "Тип"
+#: admin/devices/class_deviceGeneric.inc:264
+#: admin/systems/goto/class_gotoLpdEnabled.inc:51
+#, fuzzy
+msgid "Serial"
+msgstr "терминалы"
+
#: admin/devices/class_deviceGeneric.inc:265
#, fuzzy
msgid "Vendor"
#: admin/systems/services/ldap/class_goLdapServer.inc:129
#: admin/systems/services/ntp/class_goNtpServer.inc:115
#: admin/systems/services/terminal/class_goTerminalServer.inc:165
-#: admin/systems/services/shares/class_goShareServer.inc:390
+#: admin/systems/services/shares/class_goShareServer.inc:414
#: admin/systems/services/syslog/class_goSyslogServer.inc:69
#: admin/systems/services/syslog/class_goLogDBServer.inc:93
msgid "Services"
#: 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/services/shares/class_goShareServer.inc:413
#, fuzzy
msgid "File service (Shares)"
msgstr "Сервер"
-#: admin/systems/services/shares/class_goShareServer.inc:233
+#: admin/systems/services/shares/class_goShareServer.inc:237
+#, fuzzy, php-format
+msgid "Cannot remove share - it is still in use by these objects: %s"
+msgstr "У вас недостаточно прав для удаления этого группового объекта!"
+
+#: admin/systems/services/shares/class_goShareServer.inc:257
#, fuzzy
msgid "share"
msgstr "сброс"
-#: admin/systems/services/shares/class_goShareServer.inc:390
+#: admin/systems/services/shares/class_goShareServer.inc:414
#, fuzzy
msgid "File service - Shares"
msgstr "Сервер"
-#: admin/systems/services/shares/class_goShareServer.inc:399
+#: admin/systems/services/shares/class_goShareServer.inc:423
msgid "Apple mounts"
msgstr ""
-#: admin/systems/services/shares/class_goShareServer.inc:402
+#: admin/systems/services/shares/class_goShareServer.inc:426
#, fuzzy
msgid "Charset"
msgstr "сброс"
-#: admin/systems/services/shares/class_goShareServer.inc:403
+#: admin/systems/services/shares/class_goShareServer.inc:427
#: admin/systems/services/nfs/class_servNfs.inc:179
#: admin/systems/services/nfs/servnfs.tpl:29
#, fuzzy
msgid "Path"
msgstr "Дата"
-#: admin/systems/services/shares/class_goShareServer.inc:404
+#: admin/systems/services/shares/class_goShareServer.inc:428
#: admin/systems/services/nfs/class_servNfs.inc:215
#: admin/systems/services/nfs/servnfs.tpl:121
#, fuzzy
msgid "Option"
msgstr "Параметры"
-#: admin/systems/services/shares/class_goShareServer.inc:405
+#: admin/systems/services/shares/class_goShareServer.inc:429
#: admin/systems/services/nfs/class_servNfs.inc:211
#: admin/systems/services/nfs/servnfs.tpl:29
#, fuzzy
msgstr "Установить"
#: admin/systems/services/nfs/servnfs.tpl:39
+#: admin/systems/goto/class_ArpNewDevice.inc:38
#: admin/systems/goto/class_SelectDeviceType.inc:39
#: addons/goto/class_target_list.inc:201
#: addons/goto/events/class_EventTargetAddList.inc:238
msgid "DNS name"
msgstr "Список"
+#: admin/systems/goto/ArpNewDevice.tpl:31
+#, fuzzy
+msgid "GOto"
+msgstr "Отношение"
+
+#: admin/systems/goto/ArpNewDevice.tpl:35
+#, fuzzy
+msgid "GOto integration"
+msgstr "Управление группами"
+
+#: admin/systems/goto/ArpNewDevice.tpl:43
+#: admin/systems/goto/ArpNewDevice.tpl:46
+#: admin/systems/goto/SelectDeviceType.tpl:23
+#: admin/systems/goto/SelectDeviceType.tpl:24
+#, fuzzy
+msgid "System type"
+msgstr "Системы"
+
+#: admin/systems/goto/ArpNewDevice.tpl:58
+#: admin/systems/goto/SelectDeviceType.tpl:36
+#, fuzzy
+msgid "Choose an object group as template"
+msgstr "Объект группы"
+
+#: admin/systems/goto/ArpNewDevice.tpl:61
+#: admin/systems/goto/SelectDeviceType.tpl:37
+#: addons/goto/class_target_list.inc:205 addons/goto/goto_import_file.tpl:40
+#: addons/goto/events/class_EventTargetAddList.inc:259
+msgid "Object group"
+msgstr "Объект группы"
+
+#: admin/systems/goto/ArpNewDevice.tpl:62
+#: admin/systems/goto/SelectDeviceType.tpl:39
+#: addons/goto/class_gotoLogView.inc:87
+msgid "none"
+msgstr "нет"
+
#: admin/systems/goto/class_printGeneric.inc:108
#: admin/systems/goto/class_printGeneric.inc:1036
#, fuzzy
msgid "System informations"
msgstr "Системная информация"
+#: admin/systems/goto/class_ArpNewDevice.inc:38
+#: admin/systems/goto/class_workstationGeneric.inc:704
+#: admin/systems/goto/class_SelectDeviceType.inc:39
+#: addons/goto/class_target_list.inc:203
+#: addons/goto/events/class_EventTargetAddList.inc:249
+msgid "Workstation"
+msgstr "Рабочая станция"
+
+#: admin/systems/goto/class_ArpNewDevice.inc:38
+#: admin/systems/goto/class_SelectDeviceType.inc:39
+#: admin/systems/goto/class_terminalGeneric.inc:656
+#: admin/systems/goto/class_terminalGeneric.inc:662
+#, fuzzy
+msgid "Terminal"
+msgstr "Терминалы"
+
+#: admin/systems/goto/class_ArpNewDevice.inc:40
+#: admin/systems/goto/class_SelectDeviceType.inc:41
+#: admin/systems/goto/chooser.tpl:10
+msgid "Windows workstation"
+msgstr "Рабочая станция Windows"
+
#: admin/systems/goto/class_terminalService.inc:121
#: admin/systems/goto/class_workstationStartup.inc:1295
#: admin/systems/goto/class_workstationStartup.inc:1297
msgid "Workstation generic"
msgstr "Имя рабочий станции"
-#: admin/systems/goto/class_workstationGeneric.inc:704
-#: admin/systems/goto/class_SelectDeviceType.inc:39
-#: addons/goto/class_target_list.inc:203
-#: addons/goto/events/class_EventTargetAddList.inc:249
-msgid "Workstation"
-msgstr "Рабочая станция"
-
#: admin/systems/goto/class_workstationGeneric.inc:711
#, fuzzy
msgid "Goto mode"
"inherited."
msgstr ""
-#: admin/systems/goto/SelectDeviceType.tpl:23
-#: admin/systems/goto/SelectDeviceType.tpl:24
-#, fuzzy
-msgid "System type"
-msgstr "Системы"
-
-#: admin/systems/goto/SelectDeviceType.tpl:36
-#, fuzzy
-msgid "Choose an object group as template"
-msgstr "Объект группы"
-
-#: admin/systems/goto/SelectDeviceType.tpl:37
-#: addons/goto/class_target_list.inc:205 addons/goto/goto_import_file.tpl:40
-#: addons/goto/events/class_EventTargetAddList.inc:259
-msgid "Object group"
-msgstr "Объект группы"
-
-#: admin/systems/goto/SelectDeviceType.tpl:39
-#: addons/goto/class_gotoLogView.inc:87
-msgid "none"
-msgstr "нет"
-
#: admin/systems/goto/SelectDeviceType.tpl:51
msgid "Continue"
msgstr "Продолжить"
-#: admin/systems/goto/class_SelectDeviceType.inc:39
-#: admin/systems/goto/class_terminalGeneric.inc:656
-#: admin/systems/goto/class_terminalGeneric.inc:662
-#, fuzzy
-msgid "Terminal"
-msgstr "Терминалы"
-
-#: admin/systems/goto/class_SelectDeviceType.inc:41
-#: admin/systems/goto/chooser.tpl:10
-msgid "Windows workstation"
-msgstr "Рабочая станция Windows"
-
#: admin/systems/goto/workstationStartup.tpl:64
msgid ""
"FAI Object assignment disabled. You can't use this feature until FAI is "
msgid "The temporary file '%s' cannot be opened for writing."
msgstr ""
-#: admin/systems/ppd/class_ppdManager.inc:200
-#: admin/systems/ppd/class_ppdManager.inc:335
+#: admin/systems/ppd/class_ppdManager.inc:196
+#: admin/systems/ppd/class_ppdManager.inc:326
+msgid "Parsing PPD file failed - file is empty!"
+msgstr ""
+
+#: admin/systems/ppd/class_ppdManager.inc:206
#, php-format
msgid ""
"Parsing PPD file %s failed - line too long. Trailing characters have been "
-"ignored"
+"ignored!"
msgstr ""
-#: admin/systems/ppd/class_ppdManager.inc:208
+#: admin/systems/ppd/class_ppdManager.inc:214
#, fuzzy
msgid "Nested groups are not supported!"
msgstr ""
"(Предупреждение: NFS не поддерживает более 16 групп для одного пользователя!)"
-#: admin/systems/ppd/class_ppdManager.inc:212
+#: admin/systems/ppd/class_ppdManager.inc:218
#, fuzzy
msgid "Group name not unique!"
msgstr "Группа"
-#: admin/systems/ppd/class_ppdManager.inc:218
-#: admin/systems/ppd/class_ppdManager.inc:248
+#: admin/systems/ppd/class_ppdManager.inc:224
+#: admin/systems/ppd/class_ppdManager.inc:254
msgid "Symbol values are not supported yet!"
msgstr ""
-#: admin/systems/ppd/class_ppdManager.inc:242
+#: admin/systems/ppd/class_ppdManager.inc:248
msgid "Nested options are not supported!"
msgstr ""
-#: admin/systems/ppd/class_ppdManager.inc:267
+#: admin/systems/ppd/class_ppdManager.inc:273
msgid "PickMany is not supported yet!"
msgstr ""
-#: admin/systems/ppd/class_ppdManager.inc:360
+#: admin/systems/ppd/class_ppdManager.inc:346
+#, php-format
+msgid ""
+"Parsing PPD file %s failed - line too long. Trailing characters have been "
+"ignored"
+msgstr ""
+
+#: admin/systems/ppd/class_ppdManager.inc:371
#, php-format
msgid "Parsing PPD file %s failed - no information found."
msgstr ""
#: admin/systems/ppd/class_printerPPDDialog.inc:246
#: admin/systems/ppd/class_printerPPDDialog.inc:270
#: admin/systems/ppd/class_printerPPDDialog.inc:287
-#: admin/systems/ppd/class_printerPPDDialog.inc:310
-#: admin/systems/ppd/class_printerPPDDialog.inc:324
-#: admin/systems/ppd/class_printerPPDDialog.inc:334
-#: admin/systems/ppd/class_printerPPDDialog.inc:338
-#: admin/systems/ppd/class_printerPPDDialog.inc:531
-#: admin/systems/ppd/class_printerPPDDialog.inc:548
-#: admin/systems/ppd/class_printerPPDDialog.inc:551
-#: admin/systems/ppd/class_printerPPDDialog.inc:554
+#: admin/systems/ppd/class_printerPPDDialog.inc:311
+#: admin/systems/ppd/class_printerPPDDialog.inc:325
+#: admin/systems/ppd/class_printerPPDDialog.inc:335
+#: admin/systems/ppd/class_printerPPDDialog.inc:339
+#: admin/systems/ppd/class_printerPPDDialog.inc:532
+#: admin/systems/ppd/class_printerPPDDialog.inc:549
+#: admin/systems/ppd/class_printerPPDDialog.inc:552
+#: admin/systems/ppd/class_printerPPDDialog.inc:555
#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:75
#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:100
#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:124
msgstr "Удалить"
#: admin/systems/ppd/class_printerPPDDialog.inc:140
-#: admin/systems/ppd/class_printerPPDDialog.inc:338
+#: admin/systems/ppd/class_printerPPDDialog.inc:339
#: addons/goto/class_goto_import_file.inc:29
#, fuzzy
msgid "file is empty"
msgid "Cannot parse PPD '%s'!"
msgstr "Удалить"
-#: admin/systems/ppd/class_printerPPDDialog.inc:313
+#: admin/systems/ppd/class_printerPPDDialog.inc:314
#, fuzzy
msgid "Overwrite existing PPD"
msgstr "Экспорт объекта"
-#: admin/systems/ppd/class_printerPPDDialog.inc:314
+#: admin/systems/ppd/class_printerPPDDialog.inc:315
#, fuzzy
msgid ""
"There is already a ppd file for this kind of printer. Do you want to "
msgstr ""
"Пользователь с таким регистрационным именем в базе данных уже существует."
-#: admin/systems/ppd/class_printerPPDDialog.inc:462
+#: admin/systems/ppd/class_printerPPDDialog.inc:463
#, fuzzy
msgid "Section"
msgstr "Действие"
-#: admin/systems/ppd/class_printerPPDDialog.inc:522
-#: admin/systems/ppd/class_printerPPDDialog.inc:525
+#: admin/systems/ppd/class_printerPPDDialog.inc:523
+#: admin/systems/ppd/class_printerPPDDialog.inc:526
#, fuzzy
msgid "True"
msgstr "Улица"
-#: admin/systems/ppd/class_printerPPDDialog.inc:523
-#: admin/systems/ppd/class_printerPPDDialog.inc:526
+#: admin/systems/ppd/class_printerPPDDialog.inc:524
+#: admin/systems/ppd/class_printerPPDDialog.inc:527
#, fuzzy
msgid "False"
msgstr "женский"
-#: admin/systems/ppd/class_printerPPDDialog.inc:531
+#: admin/systems/ppd/class_printerPPDDialog.inc:532
#, fuzzy, php-format
msgid "PPD type '%s' is not supported!"
msgstr ""
"(Предупреждение: NFS не поддерживает более 16 групп для одного пользователя!)"
-#: admin/systems/ppd/class_printerPPDDialog.inc:568
+#: admin/systems/ppd/class_printerPPDDialog.inc:569
msgid ""
"Please select a valid ppd file or use 'Cancel' to go back to printer "
"configuration."
msgid "Regular expression for matching hotplugs"
msgstr "Регулярное выражение, соответствующее именам пользователей"
+#, fuzzy
+#~ msgid "Vendor ID"
+#~ msgstr "Идентификатор отправителя"
+
#, fuzzy
#~ msgid "System mass deployment"
#~ msgstr "Управление системами"
#~ msgid "Cannot move users to the requested department!"
#~ msgstr "Невозможно подключиться к серверу базы данных!"
-#, fuzzy
-#~ msgid "to"
-#~ msgstr "Отношение"
-
#, fuzzy
#~ msgid "Try to create root object"
#~ msgstr "Объект группы"
#~ msgid "Group member"
#~ msgstr "Члены группы"
-#~ msgid "Group administration"
-#~ msgstr "Управление группами"
-
#~ msgid ""
#~ "This may be a primary user group. Please double check if you really want "
#~ "to do this since there is no way for GOsa to get your data back."
diff --git a/gosa-plugins/goto/locale/zh/LC_MESSAGES/messages.po b/gosa-plugins/goto/locale/zh/LC_MESSAGES/messages.po
index dbf6cdc2483dbc0141f8b1925eff9d3220a20782..ec11b42b2a87741d0ca8e1a7172514469a7ac64d 100644 (file)
msgstr ""
"Project-Id-Version: messages\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2009-06-30 09:57+0200\n"
+"POT-Creation-Date: 2009-07-22 13:05+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"
#: admin/systems/services/ntp/class_goNtpServer.inc:98
#: admin/systems/services/terminal/class_goTerminalServer.inc:103
#: 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/shares/class_goShareServer.inc:285
+#: admin/systems/services/shares/class_goShareServer.inc:301
+#: admin/systems/services/shares/class_goShareServer.inc:314
#: admin/systems/goto/class_printGeneric.inc:660
#: admin/systems/goto/class_printGeneric.inc:953
#: admin/systems/goto/class_terminalStartup.inc:455
-#: admin/systems/goto/class_ArpNewDevice.inc:69
+#: admin/systems/goto/class_ArpNewDevice.inc:126
#: admin/systems/goto/class_terminalService.inc:597
#: admin/systems/goto/class_workstationGeneric.inc:364
#: admin/systems/goto/class_workstationGeneric.inc:596
#: admin/applications/class_applicationGeneric.inc:610
#: admin/mimetypes/class_mimetypeGeneric.inc:532
#: admin/mimetypes/class_mimetypeGeneric.inc:724
-#: admin/systems/services/shares/class_goShareServer.inc:398
+#: admin/systems/services/shares/class_goShareServer.inc:422
#: admin/systems/services/nfs/class_servNfs.inc:199
#: admin/systems/services/nfs/class_servNfs.inc:202
#: admin/systems/services/nfs/class_servNfs.inc:235
#: admin/systems/goto/class_printGeneric.inc:738
#: admin/systems/goto/class_printGeneric.inc:757
#: admin/systems/goto/class_printGeneric.inc:997
-#: admin/systems/goto/class_ArpNewDevice.inc:46
+#: admin/systems/goto/class_ArpNewDevice.inc:88
#: admin/systems/goto/class_workstationGeneric.inc:456
#: admin/systems/goto/class_workstationGeneric.inc:461
#: admin/systems/goto/class_workstationGeneric.inc:479
#: admin/applications/class_applicationGeneric.inc:608
#: admin/mimetypes/generic.tpl:34 admin/mimetypes/paste_generic.tpl:21
#: admin/mimetypes/class_mimetypeGeneric.inc:726
-#: admin/systems/services/shares/class_goShareServer.inc:400
+#: admin/systems/services/shares/class_goShareServer.inc:424
#: admin/systems/services/nfs/class_servNfs.inc:207
#: admin/systems/services/nfs/servnfs.tpl:19
#: admin/systems/goto/workstation.tpl:19
msgstr "(iSerial)"
#: admin/devices/deviceGeneric.tpl:63
+#: admin/devices/class_deviceGeneric.inc:106
msgid "Vendor-ID"
msgstr "供应商-ID"
msgstr "(idVendor)"
#: admin/devices/deviceGeneric.tpl:72
+#: admin/devices/class_deviceGeneric.inc:103
msgid "Product-ID"
msgstr "产品-ID"
msgid "iSerial"
msgstr "(iSerial)"
-#: admin/devices/class_deviceGeneric.inc:103
-#: admin/devices/class_deviceGeneric.inc:264
-#: admin/systems/goto/class_gotoLpdEnabled.inc:51
-#, fuzzy
-msgid "Serial"
-msgstr "(iSerial)"
-
-#: admin/devices/class_deviceGeneric.inc:106
-#, fuzzy
-msgid "Vendor ID"
-msgstr "供应商-ID"
-
#: admin/devices/class_deviceGeneric.inc:159
#: admin/applications/class_applicationGeneric.inc:264
#: admin/applications/class_applicationGeneric.inc:338
#: admin/systems/services/kiosk/class_goKioskService.inc:164
#: admin/systems/services/kiosk/class_goKioskService.inc:234
#: admin/systems/services/shares/class_goShareServer.inc:98
-#: admin/systems/services/shares/class_goShareServer.inc:233
+#: admin/systems/services/shares/class_goShareServer.inc:257
#: admin/systems/services/nfs/class_servNfs.inc:43
#: admin/systems/services/nfs/class_servNfs.inc:46
#: admin/systems/goto/class_printGeneric.inc:488
msgstr "热插拔设备"
#: admin/devices/class_deviceGeneric.inc:263
-#: admin/systems/services/shares/class_goShareServer.inc:401
+#: admin/systems/services/shares/class_goShareServer.inc:425
#: admin/systems/services/nfs/class_servNfs.inc:193
#: admin/systems/services/nfs/servnfs.tpl:56
#: admin/systems/goto/terminalService.tpl:48
msgid "Type"
msgstr "类型"
+#: admin/devices/class_deviceGeneric.inc:264
+#: admin/systems/goto/class_gotoLpdEnabled.inc:51
+#, fuzzy
+msgid "Serial"
+msgstr "(iSerial)"
+
#: admin/devices/class_deviceGeneric.inc:265
#, fuzzy
msgid "Vendor"
#: admin/systems/services/ldap/class_goLdapServer.inc:129
#: admin/systems/services/ntp/class_goNtpServer.inc:115
#: admin/systems/services/terminal/class_goTerminalServer.inc:165
-#: admin/systems/services/shares/class_goShareServer.inc:390
+#: admin/systems/services/shares/class_goShareServer.inc:414
#: admin/systems/services/syslog/class_goSyslogServer.inc:69
#: admin/systems/services/syslog/class_goLogDBServer.inc:93
msgid "Services"
#: 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/services/shares/class_goShareServer.inc:413
#, fuzzy
msgid "File service (Shares)"
msgstr "文件服务器"
-#: admin/systems/services/shares/class_goShareServer.inc:233
+#: admin/systems/services/shares/class_goShareServer.inc:237
+#, fuzzy, php-format
+msgid "Cannot remove share - it is still in use by these objects: %s"
+msgstr "您不能删除 asterisk 数据库扩展,它仍被这些对象 '%s' 使用。"
+
+#: admin/systems/services/shares/class_goShareServer.inc:257
#, fuzzy
msgid "share"
msgstr "共享"
-#: admin/systems/services/shares/class_goShareServer.inc:390
+#: admin/systems/services/shares/class_goShareServer.inc:414
#, fuzzy
msgid "File service - Shares"
msgstr "文件服务器"
-#: admin/systems/services/shares/class_goShareServer.inc:399
+#: admin/systems/services/shares/class_goShareServer.inc:423
msgid "Apple mounts"
msgstr ""
-#: admin/systems/services/shares/class_goShareServer.inc:402
+#: admin/systems/services/shares/class_goShareServer.inc:426
#, fuzzy
msgid "Charset"
msgstr "芯片组"
-#: admin/systems/services/shares/class_goShareServer.inc:403
+#: admin/systems/services/shares/class_goShareServer.inc:427
#: admin/systems/services/nfs/class_servNfs.inc:179
#: admin/systems/services/nfs/servnfs.tpl:29
msgid "Path"
msgstr "路径"
-#: admin/systems/services/shares/class_goShareServer.inc:404
+#: admin/systems/services/shares/class_goShareServer.inc:428
#: admin/systems/services/nfs/class_servNfs.inc:215
#: admin/systems/services/nfs/servnfs.tpl:121
msgid "Option"
msgstr "选项"
-#: admin/systems/services/shares/class_goShareServer.inc:405
+#: admin/systems/services/shares/class_goShareServer.inc:429
#: admin/systems/services/nfs/class_servNfs.inc:211
#: admin/systems/services/nfs/servnfs.tpl:29
msgid "Volume"
msgstr "NFS 设置"
#: admin/systems/services/nfs/servnfs.tpl:39
+#: admin/systems/goto/class_ArpNewDevice.inc:38
#: admin/systems/goto/class_SelectDeviceType.inc:39
#: addons/goto/class_target_list.inc:201
#: addons/goto/events/class_EventTargetAddList.inc:238
msgid "DNS name"
msgstr "名称"
+#: admin/systems/goto/ArpNewDevice.tpl:31
+#, fuzzy
+msgid "GOto"
+msgstr "停止"
+
+#: admin/systems/goto/ArpNewDevice.tpl:35
+#, fuzzy
+msgid "GOto integration"
+msgstr "组管理"
+
+#: admin/systems/goto/ArpNewDevice.tpl:43
+#: admin/systems/goto/ArpNewDevice.tpl:46
+#: admin/systems/goto/SelectDeviceType.tpl:23
+#: admin/systems/goto/SelectDeviceType.tpl:24
+msgid "System type"
+msgstr "系统类型"
+
+#: admin/systems/goto/ArpNewDevice.tpl:58
+#: admin/systems/goto/SelectDeviceType.tpl:36
+msgid "Choose an object group as template"
+msgstr "选择一个对象组作为模板"
+
+#: admin/systems/goto/ArpNewDevice.tpl:61
+#: admin/systems/goto/SelectDeviceType.tpl:37
+#: addons/goto/class_target_list.inc:205 addons/goto/goto_import_file.tpl:40
+#: addons/goto/events/class_EventTargetAddList.inc:259
+msgid "Object group"
+msgstr "对象组"
+
+#: admin/systems/goto/ArpNewDevice.tpl:62
+#: admin/systems/goto/SelectDeviceType.tpl:39
+#: addons/goto/class_gotoLogView.inc:87
+msgid "none"
+msgstr "无"
+
#: admin/systems/goto/class_printGeneric.inc:108
#: admin/systems/goto/class_printGeneric.inc:1036
#, fuzzy
msgid "System informations"
msgstr "系统信息"
+#: admin/systems/goto/class_ArpNewDevice.inc:38
+#: admin/systems/goto/class_workstationGeneric.inc:704
+#: admin/systems/goto/class_SelectDeviceType.inc:39
+#: addons/goto/class_target_list.inc:203
+#: addons/goto/events/class_EventTargetAddList.inc:249
+msgid "Workstation"
+msgstr "工作站"
+
+#: admin/systems/goto/class_ArpNewDevice.inc:38
+#: admin/systems/goto/class_SelectDeviceType.inc:39
+#: admin/systems/goto/class_terminalGeneric.inc:656
+#: admin/systems/goto/class_terminalGeneric.inc:662
+msgid "Terminal"
+msgstr "终端"
+
+#: admin/systems/goto/class_ArpNewDevice.inc:40
+#: admin/systems/goto/class_SelectDeviceType.inc:41
+#: admin/systems/goto/chooser.tpl:10
+msgid "Windows workstation"
+msgstr "Windows 工作站"
+
#: admin/systems/goto/class_terminalService.inc:121
#: admin/systems/goto/class_workstationStartup.inc:1295
#: admin/systems/goto/class_workstationStartup.inc:1297
msgid "Workstation generic"
msgstr "工作站名称"
-#: admin/systems/goto/class_workstationGeneric.inc:704
-#: admin/systems/goto/class_SelectDeviceType.inc:39
-#: addons/goto/class_target_list.inc:203
-#: addons/goto/events/class_EventTargetAddList.inc:249
-msgid "Workstation"
-msgstr "工作站"
-
#: admin/systems/goto/class_workstationGeneric.inc:711
#, fuzzy
msgid "Goto mode"
"inherited."
msgstr "请选择一个系统类型以及一个要继承的可选的预定义设置。"
-#: admin/systems/goto/SelectDeviceType.tpl:23
-#: admin/systems/goto/SelectDeviceType.tpl:24
-msgid "System type"
-msgstr "系统类型"
-
-#: admin/systems/goto/SelectDeviceType.tpl:36
-msgid "Choose an object group as template"
-msgstr "选择一个对象组作为模板"
-
-#: admin/systems/goto/SelectDeviceType.tpl:37
-#: addons/goto/class_target_list.inc:205 addons/goto/goto_import_file.tpl:40
-#: addons/goto/events/class_EventTargetAddList.inc:259
-msgid "Object group"
-msgstr "对象组"
-
-#: admin/systems/goto/SelectDeviceType.tpl:39
-#: addons/goto/class_gotoLogView.inc:87
-msgid "none"
-msgstr "无"
-
#: admin/systems/goto/SelectDeviceType.tpl:51
msgid "Continue"
msgstr "继续"
-#: admin/systems/goto/class_SelectDeviceType.inc:39
-#: admin/systems/goto/class_terminalGeneric.inc:656
-#: admin/systems/goto/class_terminalGeneric.inc:662
-msgid "Terminal"
-msgstr "终端"
-
-#: admin/systems/goto/class_SelectDeviceType.inc:41
-#: admin/systems/goto/chooser.tpl:10
-msgid "Windows workstation"
-msgstr "Windows 工作站"
-
#: admin/systems/goto/workstationStartup.tpl:64
#, fuzzy
msgid ""
msgid "The temporary file '%s' cannot be opened for writing."
msgstr "请求的 tmp 文件 '%s' 无法以写方式打开。"
-#: admin/systems/ppd/class_ppdManager.inc:200
-#: admin/systems/ppd/class_ppdManager.inc:335
-#, php-format
+#: admin/systems/ppd/class_ppdManager.inc:196
+#: admin/systems/ppd/class_ppdManager.inc:326
+#, fuzzy
+msgid "Parsing PPD file failed - file is empty!"
+msgstr "解析 PPD 文件 %s 失败──未找到信息。"
+
+#: admin/systems/ppd/class_ppdManager.inc:206
+#, fuzzy, php-format
msgid ""
"Parsing PPD file %s failed - line too long. Trailing characters have been "
-"ignored"
+"ignored!"
msgstr "解析 PPD 文件 %s 失败──行太长。截断的字符被忽略。"
-#: admin/systems/ppd/class_ppdManager.inc:208
+#: admin/systems/ppd/class_ppdManager.inc:214
msgid "Nested groups are not supported!"
msgstr "不支持嵌套组!"
-#: admin/systems/ppd/class_ppdManager.inc:212
+#: admin/systems/ppd/class_ppdManager.inc:218
msgid "Group name not unique!"
msgstr "组名不唯一!"
-#: admin/systems/ppd/class_ppdManager.inc:218
-#: admin/systems/ppd/class_ppdManager.inc:248
+#: admin/systems/ppd/class_ppdManager.inc:224
+#: admin/systems/ppd/class_ppdManager.inc:254
msgid "Symbol values are not supported yet!"
msgstr "尚不支持符号值!"
-#: admin/systems/ppd/class_ppdManager.inc:242
+#: admin/systems/ppd/class_ppdManager.inc:248
msgid "Nested options are not supported!"
msgstr "不支持嵌套选项!"
-#: admin/systems/ppd/class_ppdManager.inc:267
+#: admin/systems/ppd/class_ppdManager.inc:273
msgid "PickMany is not supported yet!"
msgstr "尚不支持 PickMany!"
-#: admin/systems/ppd/class_ppdManager.inc:360
+#: admin/systems/ppd/class_ppdManager.inc:346
+#, php-format
+msgid ""
+"Parsing PPD file %s failed - line too long. Trailing characters have been "
+"ignored"
+msgstr "解析 PPD 文件 %s 失败──行太长。截断的字符被忽略。"
+
+#: admin/systems/ppd/class_ppdManager.inc:371
#, php-format
msgid "Parsing PPD file %s failed - no information found."
msgstr "解析 PPD 文件 %s 失败──未找到信息。"
#: admin/systems/ppd/class_printerPPDDialog.inc:246
#: admin/systems/ppd/class_printerPPDDialog.inc:270
#: admin/systems/ppd/class_printerPPDDialog.inc:287
-#: admin/systems/ppd/class_printerPPDDialog.inc:310
-#: admin/systems/ppd/class_printerPPDDialog.inc:324
-#: admin/systems/ppd/class_printerPPDDialog.inc:334
-#: admin/systems/ppd/class_printerPPDDialog.inc:338
-#: admin/systems/ppd/class_printerPPDDialog.inc:531
-#: admin/systems/ppd/class_printerPPDDialog.inc:548
-#: admin/systems/ppd/class_printerPPDDialog.inc:551
-#: admin/systems/ppd/class_printerPPDDialog.inc:554
+#: admin/systems/ppd/class_printerPPDDialog.inc:311
+#: admin/systems/ppd/class_printerPPDDialog.inc:325
+#: admin/systems/ppd/class_printerPPDDialog.inc:335
+#: admin/systems/ppd/class_printerPPDDialog.inc:339
+#: admin/systems/ppd/class_printerPPDDialog.inc:532
+#: admin/systems/ppd/class_printerPPDDialog.inc:549
+#: admin/systems/ppd/class_printerPPDDialog.inc:552
+#: admin/systems/ppd/class_printerPPDDialog.inc:555
#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:75
#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:100
#: admin/systems/ppd/class_printerPPDSelectionDialog.inc:124
msgstr "无法打开文件 '%s'。"
#: admin/systems/ppd/class_printerPPDDialog.inc:140
-#: admin/systems/ppd/class_printerPPDDialog.inc:338
+#: admin/systems/ppd/class_printerPPDDialog.inc:339
#: addons/goto/class_goto_import_file.inc:29
#, fuzzy
msgid "file is empty"
msgid "Cannot parse PPD '%s'!"
msgstr "无法打开文件 '%s'。"
-#: admin/systems/ppd/class_printerPPDDialog.inc:313
+#: admin/systems/ppd/class_printerPPDDialog.inc:314
#, fuzzy
msgid "Overwrite existing PPD"
msgstr "覆盖已经存在的条目"
-#: admin/systems/ppd/class_printerPPDDialog.inc:314
+#: admin/systems/ppd/class_printerPPDDialog.inc:315
#, fuzzy
msgid ""
"There is already a ppd file for this kind of printer. Do you want to "
"overwrite it?"
msgstr "这种打印机类型已经有一个 ppd 文件。"
-#: admin/systems/ppd/class_printerPPDDialog.inc:462
+#: admin/systems/ppd/class_printerPPDDialog.inc:463
msgid "Section"
msgstr "节"
-#: admin/systems/ppd/class_printerPPDDialog.inc:522
-#: admin/systems/ppd/class_printerPPDDialog.inc:525
+#: admin/systems/ppd/class_printerPPDDialog.inc:523
+#: admin/systems/ppd/class_printerPPDDialog.inc:526
msgid "True"
msgstr "真"
-#: admin/systems/ppd/class_printerPPDDialog.inc:523
-#: admin/systems/ppd/class_printerPPDDialog.inc:526
+#: admin/systems/ppd/class_printerPPDDialog.inc:524
+#: admin/systems/ppd/class_printerPPDDialog.inc:527
msgid "False"
msgstr "假"
-#: admin/systems/ppd/class_printerPPDDialog.inc:531
+#: admin/systems/ppd/class_printerPPDDialog.inc:532
#, fuzzy, php-format
msgid "PPD type '%s' is not supported!"
msgstr "尚不支持 PickMany!"
-#: admin/systems/ppd/class_printerPPDDialog.inc:568
+#: admin/systems/ppd/class_printerPPDDialog.inc:569
msgid ""
"Please select a valid ppd file or use 'Cancel' to go back to printer "
"configuration."
msgid "Regular expression for matching hotplugs"
msgstr "用于匹配热插拔的正则表达式"
+#, fuzzy
+#~ msgid "Vendor ID"
+#~ msgstr "供应商-ID"
+
#, fuzzy
#~ msgid "System mass deployment"
#~ msgstr "系统管理"
#~ msgid "Cannot move users to the requested department!"
#~ msgstr "选择放置部门的子树"
-#, fuzzy
-#~ msgid "to"
-#~ msgstr "停止"
-
#, fuzzy
#~ msgid "Copy '%s' to '%s' failed:"
#~ msgstr "移动 '%s' 到 '%s'"
#~ msgid "Group member"
#~ msgstr "组成员"
-#~ msgid "Group administration"
-#~ msgstr "组管理"
-
#~ msgid ""
#~ "This may be a primary user group. Please double check if you really want "
#~ "to do this since there is no way for GOsa to get your data back."