From 0a4171daad5d0800071bfc9694d1e42361a1db8b Mon Sep 17 00:00:00 2001 From: cajus Date: Wed, 22 Jul 2009 11:06:26 +0000 Subject: [PATCH] * Updated locales * Corrected regex and applied optimization git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13943 594d385d-05f5-0310-b6e9-bd551577e9d8 --- .../admin/devices/class_deviceGeneric.inc | 6 +- .../goto/locale/de/LC_MESSAGES/messages.po | 234 +++++++++------ .../goto/locale/es/LC_MESSAGES/messages.po | 240 ++++++++------- .../goto/locale/fr/LC_MESSAGES/messages.po | 273 +++++++++++------- .../goto/locale/it/LC_MESSAGES/messages.po | 239 ++++++++------- gosa-plugins/goto/locale/messages.po | 220 ++++++++------ .../goto/locale/nl/LC_MESSAGES/messages.po | 244 +++++++++------- .../goto/locale/pl/LC_MESSAGES/messages.po | 242 +++++++++------- .../goto/locale/ru/LC_MESSAGES/messages.po | 242 +++++++++------- .../goto/locale/zh/LC_MESSAGES/messages.po | 239 ++++++++------- 10 files changed, 1241 insertions(+), 938 deletions(-) diff --git a/gosa-plugins/goto/admin/devices/class_deviceGeneric.inc b/gosa-plugins/goto/admin/devices/class_deviceGeneric.inc index 0448b3bde..ac4c810c6 100644 --- a/gosa-plugins/goto/admin/devices/class_deviceGeneric.inc +++ b/gosa-plugins/goto/admin/devices/class_deviceGeneric.inc @@ -100,10 +100,10 @@ class deviceGeneric extends plugin $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 */ @@ -201,7 +201,7 @@ class deviceGeneric extends plugin /* 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 d0f45c4d9..004ad0b4c 100644 --- a/gosa-plugins/goto/locale/de/LC_MESSAGES/messages.po +++ b/gosa-plugins/goto/locale/de/LC_MESSAGES/messages.po @@ -13,7 +13,7 @@ msgid "" 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 \n" "Language-Team: deutsch \n" @@ -296,13 +296,13 @@ msgstr "Systemanalyse" #: 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 @@ -382,7 +382,7 @@ msgstr "Anwendungs-Einstellungen" #: 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 @@ -391,7 +391,7 @@ msgstr "Anwendungs-Einstellungen" #: 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 @@ -685,7 +685,7 @@ msgstr "Geräte" #: 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 @@ -717,6 +717,7 @@ msgid "(iSerial)" msgstr "(iSerial)" #: admin/devices/deviceGeneric.tpl:63 +#: admin/devices/class_deviceGeneric.inc:106 msgid "Vendor-ID" msgstr "Anbieter-ID" @@ -725,6 +726,7 @@ msgid "(idVendor)" msgstr "(idVendor)" #: admin/devices/deviceGeneric.tpl:72 +#: admin/devices/class_deviceGeneric.inc:103 msgid "Product-ID" msgstr "Produkt-ID" @@ -753,16 +755,6 @@ msgstr "CD/DVD-Laufwerk" 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 @@ -776,7 +768,7 @@ msgstr "Lieferanten-ID" #: 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 @@ -816,7 +808,7 @@ msgid "Hotplug" 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 @@ -827,6 +819,11 @@ msgstr "Hotplug" 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" @@ -1248,7 +1245,7 @@ msgstr "CUPS" #: 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" @@ -1374,39 +1371,46 @@ msgstr "Freigaben" #: 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" @@ -1429,6 +1433,7 @@ msgid "NFS setup" 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 @@ -1631,6 +1636,41 @@ msgstr "" 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" @@ -1890,6 +1930,27 @@ msgstr "System-Information" 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 @@ -2209,13 +2270,6 @@ msgstr "" 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" @@ -2566,41 +2620,10 @@ msgstr "" "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 " @@ -2792,38 +2815,54 @@ msgstr "Die PPD-Datei '%s' konnte nicht zum Lesen geöffnet werden." 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 "" @@ -2837,14 +2876,14 @@ 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 @@ -2862,7 +2901,7 @@ msgid "Cannot open PPD path '%s' for reading and writing!" msgstr "Kann PPD-Pfad '%s' nicht zum Lesen und Schreiben öffnen!" #: admin/systems/ppd/class_printerPPDDialog.inc: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" @@ -2872,11 +2911,11 @@ 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?" @@ -2884,26 +2923,26 @@ msgstr "" "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." @@ -3885,3 +3924,6 @@ msgstr "Wählen Sie die Abteilung, auf die die Suchfunktion angewandt wird" #: 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 b5536286c..e2c6d3496 100644 --- a/gosa-plugins/goto/locale/es/LC_MESSAGES/messages.po +++ b/gosa-plugins/goto/locale/es/LC_MESSAGES/messages.po @@ -8,7 +8,7 @@ msgid "" 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: \n" @@ -294,13 +294,13 @@ msgstr "Análisis del sistema" #: 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 @@ -389,7 +389,7 @@ msgstr "Parametros de la aplicación" #: 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 @@ -398,7 +398,7 @@ msgstr "Parametros de la aplicación" #: 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 @@ -711,7 +711,7 @@ msgstr "Dispositivos" #: 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 @@ -745,6 +745,7 @@ msgid "(iSerial)" msgstr "" #: admin/devices/deviceGeneric.tpl:63 +#: admin/devices/class_deviceGeneric.inc:106 msgid "Vendor-ID" msgstr "" @@ -753,6 +754,7 @@ msgid "(idVendor)" msgstr "" #: admin/devices/deviceGeneric.tpl:72 +#: admin/devices/class_deviceGeneric.inc:103 msgid "Product-ID" msgstr "" @@ -783,18 +785,6 @@ 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 @@ -808,7 +798,7 @@ msgstr "Identificador (ID) de usuario" #: 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 @@ -850,7 +840,7 @@ msgid "Hotplug" 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 @@ -861,6 +851,12 @@ msgstr "Dispositivos de conexión en caliente (HotPlug)" 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" @@ -1317,7 +1313,7 @@ msgstr "Cups" #: 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" @@ -1449,40 +1445,46 @@ msgstr "Recursos compartidos" #: 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" @@ -1507,6 +1509,7 @@ msgid "NFS setup" 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 @@ -1725,6 +1728,42 @@ msgstr "" 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 @@ -2000,6 +2039,28 @@ msgstr "Inventario de sistemas" 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 @@ -2333,13 +2394,6 @@ msgstr "" 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" @@ -2701,43 +2755,10 @@ msgid "" "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 " @@ -2939,38 +2960,49 @@ msgstr "El método especificado '%s' no se puede ejecutar para servicios." 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 "" @@ -2982,14 +3014,14 @@ 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 @@ -3008,7 +3040,7 @@ msgid "Cannot open PPD path '%s' for reading and writing!" 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" @@ -3019,37 +3051,37 @@ msgstr "Eliminar esta entrada" 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." @@ -4124,6 +4156,10 @@ msgstr "Escoja el departamento base de la búsqueda" 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" @@ -4810,9 +4846,6 @@ msgstr "Expresión regular para buscar nombres de grupos" #~ 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" @@ -5626,9 +5659,6 @@ msgstr "Expresión regular para buscar nombres de grupos" #~ 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 438b868b2..70b5181f9 100644 --- a/gosa-plugins/goto/locale/fr/LC_MESSAGES/messages.po +++ b/gosa-plugins/goto/locale/fr/LC_MESSAGES/messages.po @@ -4,7 +4,7 @@ msgid "" 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 \n" "Language-Team: \n" @@ -285,13 +285,13 @@ msgstr "Analyse du système" #: 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 @@ -371,7 +371,7 @@ msgstr "Préférences de l'application" #: 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 @@ -380,7 +380,7 @@ msgstr "Préférences de l'application" #: 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 @@ -674,7 +674,7 @@ msgstr "Périphériques" #: 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 @@ -706,6 +706,7 @@ msgid "(iSerial)" msgstr "(ISérie)" #: admin/devices/deviceGeneric.tpl:63 +#: admin/devices/class_deviceGeneric.inc:106 msgid "Vendor-ID" msgstr "ID du vendeur" @@ -714,6 +715,7 @@ msgid "(idVendor)" msgstr "(Idvendeur)" #: admin/devices/deviceGeneric.tpl:72 +#: admin/devices/class_deviceGeneric.inc:103 msgid "Product-ID" msgstr "ID du produit" @@ -742,16 +744,6 @@ msgstr "Lecteur de CD / DVD" 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 @@ -765,7 +757,7 @@ msgstr "ID du vendeur" #: 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 @@ -805,7 +797,7 @@ msgid "Hotplug" 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 @@ -816,6 +808,11 @@ msgstr "" 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" @@ -1239,7 +1236,7 @@ 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" @@ -1365,39 +1362,46 @@ msgstr "Partages" #: 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" @@ -1420,6 +1424,7 @@ msgid "NFS setup" 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 @@ -1622,6 +1627,41 @@ msgstr "" 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" @@ -1629,7 +1669,8 @@ msgstr "Erreur interne" #: 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' ! " @@ -1653,7 +1694,8 @@ msgstr "" #: 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." @@ -1876,6 +1918,27 @@ msgstr "Information système" 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 @@ -2195,13 +2258,6 @@ msgstr "" 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" @@ -2404,11 +2460,13 @@ msgstr "" #: 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' !" @@ -2547,46 +2605,16 @@ msgstr "" "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" @@ -2772,38 +2800,52 @@ msgstr "Le fichier PPD '%s' ne peut pas être ouvert en lecture." 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." @@ -2815,14 +2857,14 @@ 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 @@ -2837,10 +2879,11 @@ msgstr "Impossible de lire le PPD '%s' !" #: 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" @@ -2850,36 +2893,37 @@ 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." @@ -3101,11 +3145,13 @@ msgstr "Etat du déploiement des systèmes" #: 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" @@ -3256,7 +3302,8 @@ msgstr "Déploiement de système" #: 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" @@ -3519,7 +3566,8 @@ msgid "Progress" 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 ?" @@ -3527,7 +3575,8 @@ msgstr "" #: 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 @@ -3585,7 +3634,8 @@ msgstr "" #: 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é." @@ -3851,5 +3901,8 @@ msgstr "Sélectionner le département où sera effectuée la recherche" #: personal/environment/hotplugDialog.tpl:48 msgid "Regular expression for matching hotplugs" -msgstr "Expression régulière concordant avec les noms des périphériques hotplug" +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 f65626fca..3f4e6a299 100644 --- a/gosa-plugins/goto/locale/it/LC_MESSAGES/messages.po +++ b/gosa-plugins/goto/locale/it/LC_MESSAGES/messages.po @@ -6,7 +6,7 @@ msgid "" 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 \n" "Language-Team: Italian\n" @@ -302,13 +302,13 @@ msgstr "Log di sitema" #: 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 @@ -400,7 +400,7 @@ msgstr "Opzioni applicazione" #: 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 @@ -409,7 +409,7 @@ msgstr "Opzioni applicazione" #: 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 @@ -724,7 +724,7 @@ msgstr "Dispositivi" #: 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 @@ -760,6 +760,7 @@ msgid "(iSerial)" msgstr "Terminali" #: admin/devices/deviceGeneric.tpl:63 +#: admin/devices/class_deviceGeneric.inc:106 msgid "Vendor-ID" msgstr "" @@ -768,6 +769,7 @@ msgid "(idVendor)" msgstr "" #: admin/devices/deviceGeneric.tpl:72 +#: admin/devices/class_deviceGeneric.inc:103 msgid "Product-ID" msgstr "" @@ -799,17 +801,6 @@ 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 @@ -823,7 +814,7 @@ msgstr "" #: 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 @@ -865,7 +856,7 @@ msgid "Hotplug" 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 @@ -876,6 +867,12 @@ msgstr "Dispositivi del client" 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" @@ -1347,7 +1344,7 @@ msgstr "gruppi" #: 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" @@ -1489,45 +1486,50 @@ msgstr "reset" #: 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 @@ -1553,6 +1555,7 @@ msgid "NFS setup" 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 @@ -1777,6 +1780,43 @@ msgstr "" 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 @@ -2048,6 +2088,29 @@ msgstr "Elimina contatto" 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 @@ -2392,13 +2455,6 @@ msgstr "" 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" @@ -2767,45 +2823,10 @@ msgid "" "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 " @@ -3008,36 +3029,47 @@ msgstr "" 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 "" @@ -3049,14 +3081,14 @@ 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 @@ -3075,7 +3107,7 @@ msgid "Cannot open PPD path '%s' for reading and writing!" 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" @@ -3086,39 +3118,39 @@ msgstr "Elimina questo record" 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." @@ -5219,10 +5251,6 @@ msgstr "Espressioni regolare per selezionare il nome del gruppo" #~ 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" @@ -6190,9 +6218,6 @@ msgstr "Espressioni regolare per selezionare il nome del gruppo" #~ 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" diff --git a/gosa-plugins/goto/locale/messages.po b/gosa-plugins/goto/locale/messages.po index 7a48d728c..df44975c6 100644 --- a/gosa-plugins/goto/locale/messages.po +++ b/gosa-plugins/goto/locale/messages.po @@ -8,7 +8,7 @@ msgid "" 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 \n" "Language-Team: LANGUAGE \n" @@ -284,13 +284,13 @@ msgstr "" #: 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 @@ -370,7 +370,7 @@ msgstr "" #: 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 @@ -379,7 +379,7 @@ msgstr "" #: 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 @@ -668,7 +668,7 @@ msgstr "" #: 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 @@ -700,6 +700,7 @@ msgid "(iSerial)" msgstr "" #: admin/devices/deviceGeneric.tpl:63 +#: admin/devices/class_deviceGeneric.inc:106 msgid "Vendor-ID" msgstr "" @@ -708,6 +709,7 @@ msgid "(idVendor)" msgstr "" #: admin/devices/deviceGeneric.tpl:72 +#: admin/devices/class_deviceGeneric.inc:103 msgid "Product-ID" msgstr "" @@ -736,16 +738,6 @@ 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 @@ -759,7 +751,7 @@ msgstr "" #: 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 @@ -799,7 +791,7 @@ msgid "Hotplug" 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 @@ -810,6 +802,11 @@ msgstr "" 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 "" @@ -1226,7 +1223,7 @@ 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" @@ -1352,39 +1349,44 @@ msgstr "" #: admin/systems/services/shares/class_goShareServer.inc:31 #: admin/systems/services/shares/class_goShareServer.inc:157 -#: admin/systems/services/shares/class_goShareServer.inc:389 +#: admin/systems/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" @@ -1407,6 +1409,7 @@ msgid "NFS setup" 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 @@ -1605,6 +1608,39 @@ msgstr "" 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" @@ -1852,6 +1888,27 @@ msgstr "" 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 @@ -2167,13 +2224,6 @@ msgstr "" 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 "" @@ -2504,41 +2554,10 @@ msgid "" "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 " @@ -2722,36 +2741,47 @@ msgstr "" 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 "" @@ -2763,14 +2793,14 @@ 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 @@ -2788,7 +2818,7 @@ msgid "Cannot open PPD path '%s' for reading and writing!" 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 "" @@ -2798,36 +2828,36 @@ 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 7ef09121c..3bfee6736 100644 --- a/gosa-plugins/goto/locale/nl/LC_MESSAGES/messages.po +++ b/gosa-plugins/goto/locale/nl/LC_MESSAGES/messages.po @@ -11,7 +11,7 @@ msgid "" 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) \n" "Language-Team: CareWorks ICT Services \n" @@ -294,13 +294,13 @@ msgstr "Systeem analyse" #: 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 @@ -389,7 +389,7 @@ msgstr "Programma instellingen" #: 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 @@ -398,7 +398,7 @@ msgstr "Programma instellingen" #: 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 @@ -709,7 +709,7 @@ msgstr "Apparaten" #: 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 @@ -744,6 +744,7 @@ msgid "(iSerial)" msgstr "Serieel" #: admin/devices/deviceGeneric.tpl:63 +#: admin/devices/class_deviceGeneric.inc:106 #, fuzzy msgid "Vendor-ID" msgstr "Afzender ID" @@ -754,6 +755,7 @@ msgid "(idVendor)" msgstr "Afzender ID" #: admin/devices/deviceGeneric.tpl:72 +#: admin/devices/class_deviceGeneric.inc:103 msgid "Product-ID" msgstr "" @@ -785,18 +787,6 @@ 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 @@ -810,7 +800,7 @@ msgstr "Afzender ID" #: 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 @@ -852,7 +842,7 @@ msgid "Hotplug" 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 @@ -863,6 +853,12 @@ msgstr "Hotplug apparaten" 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" @@ -1323,7 +1319,7 @@ msgstr "omhoog" #: 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" @@ -1461,43 +1457,50 @@ msgstr "Shares" #: 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" @@ -1520,6 +1523,7 @@ msgid "NFS setup" 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 @@ -1731,6 +1735,41 @@ msgstr "" 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 @@ -2008,6 +2047,27 @@ msgstr "Systeem informatie" 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 @@ -2344,13 +2404,6 @@ msgstr "" 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" @@ -2715,41 +2768,10 @@ msgstr "" "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 "" @@ -2990,14 +3027,14 @@ 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 @@ -3016,7 +3053,7 @@ msgid "Cannot open PPD path '%s' for reading and writing!" 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" @@ -3027,38 +3064,38 @@ msgstr "Verwijder deze invoer" 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." @@ -4110,6 +4147,10 @@ msgstr "Selecteer de afdeling waarbinnen gezocht zal worden" 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" @@ -5371,10 +5412,6 @@ msgstr "Reguliere expressie voor overeenkomende hotplugs" #~ 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" @@ -6547,9 +6584,6 @@ msgstr "Reguliere expressie voor overeenkomende hotplugs" #~ 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 774f9c594..8aaee63fe 100644 --- a/gosa-plugins/goto/locale/pl/LC_MESSAGES/messages.po +++ b/gosa-plugins/goto/locale/pl/LC_MESSAGES/messages.po @@ -2,7 +2,7 @@ msgid "" 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 \n" "Language-Team: Piotr Rybicki \n" @@ -289,13 +289,13 @@ msgstr "Analiza systemu" #: 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 @@ -381,7 +381,7 @@ msgstr "Ustawienia Aplikacji" #: 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 @@ -390,7 +390,7 @@ msgstr "Ustawienia Aplikacji" #: 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 @@ -699,7 +699,7 @@ msgstr "Urządzenia" #: 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 @@ -734,6 +734,7 @@ msgid "(iSerial)" msgstr "Szeregowy" #: admin/devices/deviceGeneric.tpl:63 +#: admin/devices/class_deviceGeneric.inc:106 #, fuzzy msgid "Vendor-ID" msgstr "ID Dostawcy" @@ -744,6 +745,7 @@ msgid "(idVendor)" msgstr "ID Dostawcy" #: admin/devices/deviceGeneric.tpl:72 +#: admin/devices/class_deviceGeneric.inc:103 #, fuzzy msgid "Product-ID" msgstr "ID Produktu" @@ -777,18 +779,6 @@ msgstr "" 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 @@ -802,7 +792,7 @@ msgstr "ID Dostawcy" #: 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 @@ -844,7 +834,7 @@ msgid "Hotplug" 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 @@ -855,6 +845,12 @@ msgstr "Urządzenia Hotplug" 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" @@ -1292,7 +1288,7 @@ msgstr "Cups" #: 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" @@ -1422,43 +1418,49 @@ msgstr "Udziały" #: 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" @@ -1481,6 +1483,7 @@ msgid "NFS setup" 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 @@ -1689,6 +1692,41 @@ msgstr "" 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 @@ -1961,6 +1999,27 @@ msgstr "Informacja o systemie" 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 @@ -2285,13 +2344,6 @@ msgstr "" 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" @@ -2653,41 +2705,10 @@ msgstr "" "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 " @@ -2881,38 +2902,52 @@ msgstr "Podany plik ppd '%s' nie może zostać otwarty do czytania." 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." @@ -2924,14 +2959,14 @@ 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 @@ -2950,7 +2985,7 @@ msgid "Cannot open PPD path '%s' for reading and writing!" 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" @@ -2961,38 +2996,38 @@ msgstr "Usuń ten obiekt" 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." @@ -4036,6 +4071,10 @@ msgstr "Wybierz departament na którym będzie wyszukiwanie" 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" @@ -5309,10 +5348,6 @@ msgstr "Wyrażenie regularne dla dopasowania hotplug" #~ 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" @@ -6519,9 +6554,6 @@ msgstr "Wyrażenie regularne dla dopasowania hotplug" #~ 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 c700d50ad..e07f77ce6 100644 --- a/gosa-plugins/goto/locale/ru/LC_MESSAGES/messages.po +++ b/gosa-plugins/goto/locale/ru/LC_MESSAGES/messages.po @@ -5,7 +5,7 @@ msgid "" 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 \n" "Language-Team: ALT Linux Team\n" @@ -292,13 +292,13 @@ msgstr "Системные журналы" #: 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 @@ -390,7 +390,7 @@ msgstr "Параметры приложения" #: 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 @@ -399,7 +399,7 @@ msgstr "Параметры приложения" #: 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 @@ -725,7 +725,7 @@ msgstr "Устройства" #: 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 @@ -761,6 +761,7 @@ msgid "(iSerial)" msgstr "терминалы" #: admin/devices/deviceGeneric.tpl:63 +#: admin/devices/class_deviceGeneric.inc:106 #, fuzzy msgid "Vendor-ID" msgstr "Идентификатор отправителя" @@ -771,6 +772,7 @@ msgid "(idVendor)" msgstr "Идентификатор отправителя" #: admin/devices/deviceGeneric.tpl:72 +#: admin/devices/class_deviceGeneric.inc:103 msgid "Product-ID" msgstr "" @@ -802,18 +804,6 @@ 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 @@ -827,7 +817,7 @@ msgstr "Идентификатор отправителя" #: 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 @@ -869,7 +859,7 @@ msgid "Hotplug" 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 @@ -880,6 +870,12 @@ msgstr "Дисковод" 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" @@ -1352,7 +1348,7 @@ 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" @@ -1494,45 +1490,50 @@ msgstr "сброс" #: admin/systems/services/shares/class_goShareServer.inc:31 #: admin/systems/services/shares/class_goShareServer.inc:157 -#: admin/systems/services/shares/class_goShareServer.inc:389 +#: admin/systems/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 @@ -1558,6 +1559,7 @@ msgid "NFS setup" 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 @@ -1779,6 +1781,43 @@ msgstr "" 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 @@ -2051,6 +2090,28 @@ msgstr "Системная информация" 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 @@ -2392,13 +2453,6 @@ msgstr "" 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" @@ -2756,44 +2810,10 @@ msgid "" "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 " @@ -3000,39 +3020,50 @@ msgstr "" 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 "" @@ -3044,14 +3075,14 @@ 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 @@ -3070,7 +3101,7 @@ msgid "Cannot open PPD path '%s' for reading and writing!" 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" @@ -3081,12 +3112,12 @@ msgstr "Удалить" 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 " @@ -3094,30 +3125,30 @@ msgid "" 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." @@ -4202,6 +4233,10 @@ msgstr "Выбрать раздел, для которого будет осущ msgid "Regular expression for matching hotplugs" msgstr "Регулярное выражение, соответствующее именам пользователей" +#, fuzzy +#~ msgid "Vendor ID" +#~ msgstr "Идентификатор отправителя" + #, fuzzy #~ msgid "System mass deployment" #~ msgstr "Управление системами" @@ -5299,10 +5334,6 @@ msgstr "Регулярное выражение, соответствующее #~ msgid "Cannot move users to the requested department!" #~ msgstr "Невозможно подключиться к серверу базы данных!" -#, fuzzy -#~ msgid "to" -#~ msgstr "Отношение" - #, fuzzy #~ msgid "Try to create root object" #~ msgstr "Объект группы" @@ -6468,9 +6499,6 @@ 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 dbf6cdc24..ec11b42b2 100644 --- a/gosa-plugins/goto/locale/zh/LC_MESSAGES/messages.po +++ b/gosa-plugins/goto/locale/zh/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" 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 \n" "Language-Team: Chinese Simplified \n" @@ -290,13 +290,13 @@ msgstr "系统分析" #: 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 @@ -385,7 +385,7 @@ msgstr "应用程序设置" #: 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 @@ -394,7 +394,7 @@ msgstr "应用程序设置" #: 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 @@ -702,7 +702,7 @@ msgstr "设备" #: 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 @@ -736,6 +736,7 @@ msgid "(iSerial)" msgstr "(iSerial)" #: admin/devices/deviceGeneric.tpl:63 +#: admin/devices/class_deviceGeneric.inc:106 msgid "Vendor-ID" msgstr "供应商-ID" @@ -744,6 +745,7 @@ msgid "(idVendor)" msgstr "(idVendor)" #: admin/devices/deviceGeneric.tpl:72 +#: admin/devices/class_deviceGeneric.inc:103 msgid "Product-ID" msgstr "产品-ID" @@ -775,18 +777,6 @@ msgstr "" 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 @@ -800,7 +790,7 @@ msgstr "供应商-ID" #: 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 @@ -842,7 +832,7 @@ msgid "Hotplug" 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 @@ -853,6 +843,12 @@ msgstr "热插拔设备" 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" @@ -1311,7 +1307,7 @@ 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" @@ -1449,43 +1445,48 @@ msgstr "共享" #: admin/systems/services/shares/class_goShareServer.inc:31 #: admin/systems/services/shares/class_goShareServer.inc:157 -#: admin/systems/services/shares/class_goShareServer.inc:389 +#: admin/systems/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" @@ -1508,6 +1509,7 @@ msgid "NFS setup" 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 @@ -1719,6 +1721,41 @@ msgstr "" 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 @@ -1987,6 +2024,27 @@ msgstr "系统信息" 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 @@ -2323,13 +2381,6 @@ msgstr "" 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" @@ -2682,41 +2733,10 @@ msgid "" "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 "" @@ -2910,36 +2930,48 @@ msgstr "给出的 ppd 文件 '%s' 无法打开读取。" 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 失败──未找到信息。" @@ -2951,14 +2983,14 @@ 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 @@ -2977,7 +3009,7 @@ msgid "Cannot open PPD path '%s' for reading and writing!" 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" @@ -2988,38 +3020,38 @@ msgstr "删除这个条目" 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." @@ -4064,6 +4096,10 @@ msgstr "选择一个部门来做查询" msgid "Regular expression for matching hotplugs" msgstr "用于匹配热插拔的正则表达式" +#, fuzzy +#~ msgid "Vendor ID" +#~ msgstr "供应商-ID" + #, fuzzy #~ msgid "System mass deployment" #~ msgstr "系统管理" @@ -5183,10 +5219,6 @@ msgstr "用于匹配热插拔的正则表达式" #~ msgid "Cannot move users to the requested department!" #~ msgstr "选择放置部门的子树" -#, fuzzy -#~ msgid "to" -#~ msgstr "停止" - #, fuzzy #~ msgid "Copy '%s' to '%s' failed:" #~ msgstr "移动 '%s' 到 '%s'" @@ -6311,9 +6343,6 @@ 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." -- 2.30.2