From: cajus Date: Mon, 7 Jun 2010 12:51:02 +0000 (+0000) Subject: Black tea. First flush. New locales. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=8041be8a00be8cd76843ac29ce2c6f5833871bbc;p=gosa.git Black tea. First flush. New locales. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@18855 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_jsonRPC.inc b/gosa-core/include/class_jsonRPC.inc index f236b89b8..f0032365a 100644 --- a/gosa-core/include/class_jsonRPC.inc +++ b/gosa-core/include/class_jsonRPC.inc @@ -124,59 +124,59 @@ class jsonRPC { public static function getHttpStatusCodeMessage($code) { $codes = array( - '100' =>_('Continue'), - '101' =>_('Switching Protocols'), - '102' =>_('Processing'), - '200' =>_('OK'), - '201' =>_('Created'), - '202' =>_('Accepted'), - '203' =>_('Non-Authoritative Information'), - '204' =>_('No Content'), - '205' =>_('Reset Content'), - '206' =>_('Partial Content'), - '207' =>_('Multi-Status'), - '300' =>_('Multiple Choice'), - '301' =>_('Moved Permanently'), - '302' =>_('Found'), - '303' =>_('See Other'), - '304' =>_('Not Modified'), - '305' =>_('Use Proxy'), - '306' =>_('(reserviert)'), - '307' =>_('Temporary Redirect'), - '400' =>_('Bad Request'), - '401' =>_('Unauthorized'), - '402' =>_('Payment Required'), - '403' =>_('Forbidden'), - '404' =>_('Not Found'), - '405' =>_('Method Not Allowed'), - '406' =>_('Not Acceptable'), - '407' =>_('Proxy Authentication Required'), - '408' =>_('Request Time-out'), - '409' =>_('Conflict'), - '410' =>_('Gone'), - '411' =>_('Length Required'), - '412' =>_('Precondition Failed'), - '413' =>_('Request Entity Too Large'), - '414' =>_('Request-URI Too Long'), - '415' =>_('Unsupported Media Type'), - '416' =>_('Requested range not satisfiable'), - '417' =>_('Expectation Failed'), - '421' =>_('There are too many connections from your internet address'), - '422' =>_('Unprocessable Entity'), - '423' =>_('Locked'), - '424' =>_('Failed Dependency'), - '425' =>_('Unordered Collection'), - '426' =>_('Upgrade Required'), - '500' =>_('Internal Server Error'), - '501' =>_('Not Implemented'), - '502' =>_('Bad Gateway'), - '503' =>_('Service Unavailable'), - '504' =>_('Gateway Time-out'), - '505' =>_('HTTP Version not supported'), - '506' =>_('Variant Also Negotiates'), - '507' =>_('Insufficient Storage'), - '509' =>_('Bandwidth Limit Exceeded'), - '510' =>_('Not Extended')); + '100' => 'Continue', + '101' => 'Switching Protocols', + '102' => 'Processing', + '200' => 'OK', + '201' => 'Created', + '202' => 'Accepted', + '203' => 'Non-Authoritative Information', + '204' => 'No Content', + '205' => 'Reset Content', + '206' => 'Partial Content', + '207' => 'Multi-Status', + '300' => 'Multiple Choice', + '301' => 'Moved Permanently', + '302' => 'Found', + '303' => 'See Other', + '304' => 'Not Modified', + '305' => 'Use Proxy', + '306' => 'reserved', + '307' => 'Temporary Redirect', + '400' => 'Bad Request', + '401' => 'Unauthorized', + '402' => 'Payment Required', + '403' => 'Forbidden', + '404' => 'Not Found', + '405' => 'Method Not Allowed', + '406' => 'Not Acceptable', + '407' => 'Proxy Authentication Required', + '408' => 'Request Time-out', + '409' => 'Conflict', + '410' => 'Gone', + '411' => 'Length Required', + '412' => 'Precondition Failed', + '413' => 'Request Entity Too Large', + '414' => 'Request-URI Too Long', + '415' => 'Unsupported Media Type', + '416' => 'Requested range not satisfiable', + '417' => 'Expectation Failed', + '421' => 'There are too many connections from your internet address', + '422' => 'Unprocessable Entity', + '423' => 'Locked', + '424' => 'Failed Dependency', + '425' => 'Unordered Collection', + '426' => 'Upgrade Required', + '500' => 'Internal Server Error', + '501' => 'Not Implemented', + '502' => 'Bad Gateway', + '503' => 'Service Unavailable', + '504' => 'Gateway Time-out', + '505' => 'HTTP Version not supported', + '506' => 'Variant Also Negotiates', + '507' => 'Insufficient Storage', + '509' => 'Bandwidth Limit Exceeded', + '510' => 'Not Extended'); return((isset($codes[$code]))? $codes[$code] : sprintf(_("Unknown HTTP status code '%s'!"), $code)); } } diff --git a/gosa-core/include/functions.inc b/gosa-core/include/functions.inc index 829f7dce7..aa2ef6467 100644 --- a/gosa-core/include/functions.inc +++ b/gosa-core/include/functions.inc @@ -2782,12 +2782,12 @@ function check_schema($cfg,$rfc2307bis = FALSE) if($rfc2307bis && isset($tmp['posixGroup']['STRUCTURAL'])){ $checks['posixGroup']['STATUS'] = FALSE; - $checks['posixGroup']['MSG'] = _("RFC 2307bis group schema is enabled, but the current LDAP configuration does not support it!"); - $checks['posixGroup']['INFO'] = _("To use RFC 2307bis groups, the objectClass 'posixGroup' must be AUXILIARY."); + $checks['posixGroup']['MSG'] = _("RFC2307bis schema is enabled, but the current LDAP configuration does not support it!"); + $checks['posixGroup']['INFO'] = _("To use RFC2307bis groups, the objectClass 'posixGroup' must be AUXILIARY."); } if(!$rfc2307bis && !isset($tmp['posixGroup']['STRUCTURAL'])){ $checks['posixGroup']['STATUS'] = FALSE; - $checks['posixGroup']['MSG'] = _("RFC 2307bis group schema is disabled, but the current LDAP configuration supports it!"); + $checks['posixGroup']['MSG'] = _("RFC2307bis schema is disabled, but the current LDAP configuration supports it!"); $checks['posixGroup']['INFO'] = _("To correct this, the objectClass 'posixGroup' must be STRUCTURAL."); } } diff --git a/gosa-core/locale/core/de/LC_MESSAGES/messages.po b/gosa-core/locale/core/de/LC_MESSAGES/messages.po index d461cf83d..4c7ae344d 100644 --- a/gosa-core/locale/core/de/LC_MESSAGES/messages.po +++ b/gosa-core/locale/core/de/LC_MESSAGES/messages.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: messages\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-04-16 10:37+0200\n" +"POT-Creation-Date: 2010-06-07 14:39+0200\n" "PO-Revision-Date: 2009-10-05 15:19+0200\n" "Last-Translator: Cajus Pollmeier \n" "Language-Team: de \n" @@ -23,71 +23,63 @@ msgstr "" "X-Generator: Lokalize 1.0\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -#: setup/setup_ldap.tpl:7 +#: setup/setup_ldap.tpl:2 +msgid "" +"The main data source used in GOsa is LDAP. In order to access the " +"information stored there, please enter the required information." +msgstr "" +"Die massgebliche Datenquelle für GOsa ist das LDAP-Verzeichnis. Um auf die " +"dort gespeicherten Informationen zugreifen zu können, geben sie bitte die " +"benötigten Informationen ein." + +#: setup/setup_ldap.tpl:9 msgid "Please choose the LDAP user to be used by GOsa" msgstr "Bitte wählen Sie den LDAP-Benutzer, der von GOsa verwendet werden soll" -#: setup/setup_ldap.tpl:13 ihtml/themes/default/help.tpl:21 -#: ihtml/themes/modern/help.tpl:21 include/class_filter.inc:228 +#: setup/setup_ldap.tpl:15 ihtml/themes/default/help.tpl:21 +#: include/class_filter.inc:158 include/class_filter.inc:228 msgid "Search" msgstr "Suchen" -#: setup/setup_ldap.tpl:17 setup/setup_migrate.tpl:169 -#: setup/setup_migrate.tpl:224 setup/setup_migrate.tpl:277 -#: setup/setup_migrate.tpl:346 setup/setup_migrate.tpl:405 -#: setup/setup_migrate.tpl:462 setup/setup_migrate.tpl:512 -#: setup/setup_migrate.tpl:560 setup/setup_migrate.tpl:609 -#: ihtml/themes/default/acl.tpl:30 ihtml/themes/default/acl.tpl:54 -#: ihtml/themes/default/acl.tpl:130 ihtml/themes/default/acl.tpl:147 -#: ihtml/themes/modern/acl.tpl:33 ihtml/themes/modern/acl.tpl:62 -#: ihtml/themes/modern/acl.tpl:133 ihtml/themes/modern/acl.tpl:150 -#: include/utils/class_msgPool.inc:324 +#: setup/setup_ldap.tpl:19 setup/setup_migrate.tpl:70 +#: ihtml/themes/default/acl.tpl:33 ihtml/themes/default/acl.tpl:62 +#: ihtml/themes/default/acl.tpl:133 ihtml/themes/default/acl.tpl:150 +#: include/utils/class_msgPool.inc:307 #, php-format msgid "Apply" msgstr "Anwenden" -#: setup/setup_ldap.tpl:19 setup/setup_migrate.tpl:172 -#: setup/setup_migrate.tpl:227 setup/setup_migrate.tpl:279 -#: setup/setup_migrate.tpl:348 setup/setup_migrate.tpl:408 -#: setup/setup_migrate.tpl:465 setup/setup_migrate.tpl:515 -#: setup/setup_migrate.tpl:563 setup/setup_migrate.tpl:612 -#: ihtml/themes/default/acl.tpl:134 ihtml/themes/default/acl.tpl:150 +#: setup/setup_ldap.tpl:20 setup/setup_migrate.tpl:71 +#: ihtml/themes/default/acl.tpl:137 ihtml/themes/default/acl.tpl:153 #: ihtml/themes/default/copyPasteDialog.tpl:21 -#: ihtml/themes/default/remove.tpl:15 ihtml/themes/default/islocked.tpl:19 +#: ihtml/themes/default/islocked.tpl:26 #: ihtml/themes/default/snapshotdialog.tpl:44 -#: ihtml/themes/default/snapshotdialog.tpl:89 -#: ihtml/themes/default/msg_dialog.tpl:79 -#: ihtml/themes/default/msg_dialog.tpl:139 -#: ihtml/themes/default/msg_dialog.tpl:144 ihtml/themes/modern/acl.tpl:137 -#: ihtml/themes/modern/acl.tpl:153 ihtml/themes/modern/copyPasteDialog.tpl:21 -#: ihtml/themes/modern/islocked.tpl:26 -#: ihtml/themes/modern/snapshotdialog.tpl:44 -#: ihtml/themes/modern/snapshotdialog.tpl:90 -#: ihtml/themes/modern/msg_dialog.tpl:80 -#: ihtml/themes/modern/msg_dialog.tpl:141 -#: ihtml/themes/modern/msg_dialog.tpl:146 include/utils/class_msgPool.inc:312 +#: ihtml/themes/default/snapshotdialog.tpl:90 +#: ihtml/themes/default/msg_dialog.tpl:80 +#: ihtml/themes/default/msg_dialog.tpl:141 +#: ihtml/themes/default/msg_dialog.tpl:146 include/utils/class_msgPool.inc:295 #, php-format msgid "Cancel" msgstr "Abbrechen" -#: setup/setup_ldap.tpl:28 +#: setup/setup_ldap.tpl:28 setup/setup_ldap.tpl:29 msgid "LDAP connection" msgstr "LDAP-Verbindung" -#: setup/setup_ldap.tpl:32 +#: setup/setup_ldap.tpl:31 msgid "Location name" msgstr "Name des Standortes" -#: setup/setup_ldap.tpl:40 +#: setup/setup_ldap.tpl:35 msgid "Connection URI" msgstr "Verbindungs-URI" -#: setup/setup_ldap.tpl:48 +#: setup/setup_ldap.tpl:39 msgid "TLS connection" msgstr "TLS-Verbindung" -#: setup/setup_ldap.tpl:58 plugins/personal/generic/generic.tpl:170 -#: plugins/personal/generic/class_user.inc:1692 +#: setup/setup_ldap.tpl:47 plugins/personal/generic/generic.tpl:170 +#: plugins/personal/generic/class_user.inc:1726 #: plugins/personal/posix/groupSelect/group-list.tpl:12 #: plugins/personal/posix/trustSelect/trust-list.tpl:12 #: plugins/admin/users/user-list.tpl:12 @@ -96,13 +88,13 @@ msgstr "TLS-Verbindung" #: plugins/admin/groups/generic.tpl:39 #: plugins/admin/groups/userSelect/user-list.tpl:12 #: plugins/admin/groups/group-list.tpl:12 -#: plugins/admin/groups/class_group.inc:1023 +#: plugins/admin/groups/class_group.inc:1039 #: plugins/admin/departments/class_domain.inc:92 #: plugins/admin/departments/generic.tpl:39 #: plugins/admin/departments/organization.tpl:39 #: plugins/admin/departments/class_localityGeneric.inc:94 #: plugins/admin/departments/locality.tpl:28 -#: plugins/admin/departments/class_department.inc:671 +#: plugins/admin/departments/class_department.inc:679 #: plugins/admin/departments/dcObject.tpl:28 #: plugins/admin/departments/domain.tpl:28 #: plugins/admin/departments/country.tpl:28 @@ -111,87 +103,56 @@ msgstr "TLS-Verbindung" #: plugins/admin/departments/class_organizationGeneric.inc:125 #: plugins/admin/departments/class_dcObject.inc:93 #: plugins/admin/acl/acl_role.tpl:27 plugins/admin/acl/acl-list.tpl:12 -#: plugins/admin/acl/class_aclRole.inc:725 +#: plugins/admin/acl/class_aclRole.inc:739 #: plugins/admin/ogroups/generic.tpl:26 #: plugins/admin/ogroups/objectSelect/selectObject-list.tpl:12 -#: plugins/admin/ogroups/class_ogroup.inc:850 +#: plugins/admin/ogroups/class_ogroup.inc:834 #: plugins/admin/ogroups/ogroup-list.tpl:12 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:114 +#: plugins/addons/dyngroup/dyngroup.tpl:5 msgid "Base" msgstr "Basis" -#: setup/setup_ldap.tpl:68 setup/setup_migrate.tpl:273 +#: setup/setup_ldap.tpl:57 msgid "Reload" msgstr "Neu laden" -#: setup/setup_ldap.tpl:72 +#: setup/setup_ldap.tpl:63 setup/setup_ldap.tpl:64 msgid "Authentication" msgstr "Authentisierung" -#: setup/setup_ldap.tpl:76 +#: setup/setup_ldap.tpl:66 msgid "Admin DN" msgstr "Administrator-DN" -#: setup/setup_ldap.tpl:81 -#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:79 +#: setup/setup_ldap.tpl:71 msgid "Select user" msgstr "Benutzer wählen" -#: setup/setup_ldap.tpl:89 +#: setup/setup_ldap.tpl:81 msgid "Automatically append LDAP base to admin DN" msgstr "Automatisch die LDAP-Basis an die Admin-DN anhängen" -#: setup/setup_ldap.tpl:96 +#: setup/setup_ldap.tpl:85 msgid "Admin password" msgstr "Administrator-Passwort:" -#: setup/setup_ldap.tpl:104 +#: setup/setup_ldap.tpl:91 setup/setup_ldap.tpl:92 msgid "Schema based settings" msgstr "Schema-basierte Einstellungen" -#: setup/setup_ldap.tpl:108 +#: setup/setup_ldap.tpl:94 msgid "Use rfc2307bis compliant groups" msgstr "Verwende rfc2307bis-konforme Gruppen" -#: setup/setup_ldap.tpl:120 +#: setup/setup_ldap.tpl:105 setup/setup_ldap.tpl:106 msgid "Current status" msgstr "Momentaner Status" -#: setup/setup_ldap.tpl:124 ihtml/themes/default/msg_dialog.tpl:61 -#: ihtml/themes/default/msg_dialog.tpl:108 -#: plugins/admin/ogroups/class_ogroup.inc:200 +#: setup/setup_ldap.tpl:108 plugins/admin/ogroups/class_ogroup.inc:230 msgid "Information" msgstr "Information" -#: setup/class_setupStep_Config3.inc:81 setup/class_setupStep_Config3.inc:82 -msgid "GOsa settings 3/3" -msgstr "GOsa-Einstellungen 3/3" - -#: setup/class_setupStep_Config3.inc:83 -msgid "Tweak some GOsa core behaviour" -msgstr "Einstellen von grundlegendem GOsa Verhalten" - -#: setup/class_setupStep_Config3.inc:93 setup/class_setupStep_Ldap.inc:74 -#: setup/class_setupStep_Config2.inc:136 setup/setup_feedback.tpl:65 -#: setup/setup_feedback.tpl:85 setup/class_setupStep_Schema.inc:86 -#: setup/class_setupStep_Config1.inc:88 -msgid "No" -msgstr "nein" - -#: setup/class_setupStep_Config3.inc:93 setup/class_setupStep_Ldap.inc:74 -#: setup/class_setupStep_Config2.inc:136 setup/setup_feedback.tpl:63 -#: setup/setup_feedback.tpl:83 setup/class_setupStep_Schema.inc:86 -#: setup/class_setupStep_Config1.inc:88 -msgid "Yes" -msgstr "ja" - -#: setup/class_setupStep_Config3.inc:212 -msgid "Session lifetime must be a numeric value!" -msgstr "Lebenszeit der Sitzung muss ein numerischer Wert sein!" - -#: setup/class_setupStep_Config3.inc:216 -msgid "Maximum LDAP query time must be a numeric value!" -msgstr "Die maximale LDAP-Abfragedauer muß ein numerischer Wert sein!" - #: setup/setup_finish.tpl:3 msgid "Create your configuration file" msgstr "Erzeugen Ihrer Konfigurationsdatei" @@ -200,215 +161,121 @@ msgstr "Erzeugen Ihrer Konfigurationsdatei" msgid "Depending on the user name your webserver is running on:" msgstr "Abhängig vom Benutzernamen mit dem Ihr Web-Server läuft:" -#: setup/setup_finish.tpl:28 +#: setup/setup_finish.tpl:27 msgid "Download configuration" msgstr "Konfiguration herunterladen" -#: setup/setup_finish.tpl:34 +#: setup/setup_finish.tpl:33 msgid "Status: " msgstr "Status: " -#: setup/setup_welcome.tpl:4 +#: setup/setup_welcome.tpl:3 +msgid "How to get started" +msgstr "Was vorzubereiten ist" + +#: setup/setup_welcome.tpl:5 msgid "" -"This seems to be the first time you start GOsa - we didn't find any " -"configuration right now. This simple wizard intends to help you while " -"setting it up." +"This seems to be the first time you run GOsa on this system. To start the " +"GOsa web interface you need a working configuration file, which can be " +"generated by this wizzard." msgstr "" -"Dies scheint das erste Mal zu sein, dass GOsa gestartet wurde - es wurde " -"keine Konfiguration gefunden. Dieser einfache Assistent hilft Ihnen bei der " -"Einrichtung." - -#: setup/setup_welcome.tpl:8 -msgid "What will the wizard do for you?" -msgstr "Was wird der Assistent für Sie erledigen?" - -#: setup/setup_welcome.tpl:11 -msgid "Create a basic, single site configuration" -msgstr "Erstellen einer einfachen Konfiguration für einen Standort" +"GOsa scheint das erste Mal auf diesem System ausgeführt zu werden. Um die " +"Web-Schnittstelle zu aktivieren benötigen Sie eine gültige " +"Konfigurationsdatei, welche mit diesem Einrichtungsassistenten erzeugt " +"werden kann." -#: setup/setup_welcome.tpl:12 -msgid "Tries to find problems within your PHP and LDAP setup" -msgstr "Versucht, Probleme in Ihrer PHP- und LDAP-Umgebung zu ermitteln" +#: setup/setup_welcome.tpl:9 +msgid "What you need to generate a configuration file:" +msgstr "Was Sie zum Erzeugen der Konfigurationsdatei benötigen:" #: setup/setup_welcome.tpl:13 -msgid "Let you choose from a set of basic and advanced configuration switches" -msgstr "" -"Lässt Sie aus einem Satz von einfachen bis erweiterten " -"Konfigurationsschaltern wählen" +#, fuzzy +msgid "The hostname of your LDAP server" +msgstr "während der Arbeit auf LDAP-Server '%s'" #: setup/setup_welcome.tpl:14 -msgid "Guided migration of existing LDAP trees" -msgstr "Geführte Migration existierende LDAP-Bäume" +msgid "Installed GOsa and supplementary schemas" +msgstr "Installiertes GOsa und die notwendigen LDAP-Schema" -#: setup/setup_welcome.tpl:17 -msgid "What will the wizard NOT do for you?" -msgstr "Was wird der Assistent NICHT für Sie erledigen?" +#: setup/setup_welcome.tpl:15 +msgid "The LDAP base of your LDAP directory" +msgstr "Die LDAP-Basis ihres LDAP-Verzeichnisses" -#: setup/setup_welcome.tpl:20 -msgid "Find every possible configuration error" -msgstr "Finde jeden möglichen Konfigurationsfehler" +#: setup/setup_welcome.tpl:16 +msgid "The DN and the password of the LDAP admin user" +msgstr "Die DN und das Passwort eines LDAP-Administrators" -#: setup/setup_welcome.tpl:21 -msgid "Migrate every possible LDAP setup - create backup dumps!" -msgstr "Migriere jede mögliche LDAP-Umgebung - erstellen Sie Sicherungsabzüge!" +#: setup/setup_welcome.tpl:20 +msgid "" +"If you've collected the needed information, unlock the setup process like " +"shown in the next paragraph." +msgstr "" +"Wenn Sie die notwendigen Informationen vorliegen haben, können Sie den " +"Installationsvorgang wie folgt freischalten." -#: setup/setup_welcome.tpl:25 -msgid "To continue..." -msgstr "Wird fortgesetzt..." +#: setup/setup_welcome.tpl:24 +#, fuzzy +msgid "Starting the setup" +msgstr "Sprachauswahl" -#: setup/setup_welcome.tpl:28 +#: setup/setup_welcome.tpl:26 +#, fuzzy msgid "" -"For security reasons you need to authenticate for the installation by " -"creating the file '/tmp/gosa.auth', containing the current session ID on the " -"servers local filesystem. This can be done by executing the following " -"command:" +"For security reasons you need to authenticate the installation by creating " +"the file '/tmp/gosa.auth', containing the current session ID on the servers " +"local filesystem. This can be done by executing the following command:" msgstr "" "Aus Sicherheitsgründen müssen Sie die Installation authorisieren, indem Sie " "die Datei '/tmp/gosa.auth' mit der aktuellen Sitzungs-ID im Dateisystem des " "Servers erzeugen. Dies wird durch das Ausführen des folgenden Kommandos " "erreicht:" -#: setup/setup_welcome.tpl:34 -msgid "Click the 'Continue' button when you've finished." +#: setup/setup_welcome.tpl:32 +#, fuzzy +msgid "Click the 'Next' button when you've finished." msgstr "Drücken Sie auf den Knopf 'Fortfahren', wenn Sie fertig sind." -#: setup/class_setup.inc:77 setup/class_setupStep_Feedback.inc:131 +#: setup/class_setup.inc:74 setup/class_setupStep_Feedback.inc:132 msgid "Setup error" msgstr "Einrichtungsfehler" -#: setup/class_setup.inc:197 +#: setup/class_setup.inc:183 +msgid "Setup" +msgstr "Einrichtung" + +#: setup/class_setup.inc:195 msgid "Completed" msgstr "Abgeschlossen" -#: setup/class_setup.inc:267 setup/setup_migrate.tpl:291 +#: setup/class_setup.inc:235 +msgid "Check again" +msgstr "Erneut prüfen" + +#: setup/class_setup.inc:238 msgid "Next" msgstr "Vor" -#: setup/setup_license.tpl:8 +#: setup/setup_license.tpl:3 +msgid "" +"GOsa is developed under the terms of the GNU General Public Licence V2. " +"Please accept the terms below." +msgstr "" +"GOsa wird unter der GNU General Public License V2 entwickelt. Bitte " +"akzeptieren Sie die untenstehenden Lizenzbedingungen." + +#: setup/setup_license.tpl:11 msgid "I have read the license and accept it" msgstr "Ich habe die Lizenz gelesen und akzeptiere diese" -#: setup/setup_config2.tpl:2 -msgid "Samba settings" -msgstr "Samba-Einstellungen" - -#: setup/setup_config2.tpl:6 -msgid "Samba hash generator" -msgstr "Samba Hash-Generator" - -#: setup/setup_config2.tpl:15 -msgid "Samba SID" -msgstr "Samba SID" - -#: setup/setup_config2.tpl:31 -msgid "RID base" -msgstr "RID Basis" - -#: setup/setup_config2.tpl:46 -msgid "Workstation container" -msgstr "Container für Arbeitsstationen" - -#: setup/setup_config2.tpl:61 -msgid "Samba SID mapping" -msgstr "Samba SID Abbildung" - -#: setup/setup_config2.tpl:71 -msgid "Timezone" -msgstr "Zeitzone" - -#: setup/setup_config2.tpl:74 -msgid "Please choose your preferred timezone here" -msgstr "Bitte wählen Sie hier Ihre bevorzugte Zeitzone" - -#: setup/setup_config2.tpl:96 -msgid "Additional GOsa settings" -msgstr "Zusätzliche GOsa-Einstellungen" - -#: setup/setup_config2.tpl:100 -msgid "Enable Copy & Paste" -msgstr "Ermögliche Kopieren & Einfügen" - -#: setup/setup_config2.tpl:112 -msgid "Government mode" -msgstr "Behörden-Modus" - -#: setup/setup_config2.tpl:123 -msgid "GOsa logging" -msgstr "GOsa Protokolierung" - -#: setup/setup_config2.tpl:135 -msgid "Mail settings" -msgstr "Mail-Einstellungen" - -#: setup/setup_config2.tpl:139 -msgid "Mail method" -msgstr "Zustellungs-Methode" - -#: setup/setup_config2.tpl:143 -#: plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc:173 -msgid "disabled" -msgstr "deaktiviert" - -#: setup/setup_config2.tpl:155 -msgid "Account identification attribute" -msgstr "Attribut für Kontoidentifikation" - -#: setup/setup_config2.tpl:169 -msgid "Vacation templates" -msgstr "Urlaubsvorlagen" - -#: setup/setup_config2.tpl:185 -msgid "Use Cyrus UNIX style" -msgstr "Verwende Cyrus UNIX-Stil" - -#: setup/setup_config2.tpl:195 -msgid "Snapshots / Undo" -msgstr "Snapshots / Wiederherstellung" - -#: setup/setup_config2.tpl:204 setup/setup_config2.tpl:249 -msgid "Enable snapshots" -msgstr "Snapshots ermöglichen" - -#: setup/setup_config2.tpl:210 setup/setup_config2.tpl:255 -msgid "Snapshot base" -msgstr "Basis für Snapshots" - -#: setup/setup_config2.tpl:219 setup/setup_config2.tpl:264 -#: plugins/generic/references/class_reference.inc:65 -#: plugins/personal/posix/trustSelect/trust-list.xml:12 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:23 -#: plugins/admin/ogroups/class_ogroupManagement.inc:187 -msgid "Server" -msgstr "Server" - -#: setup/setup_config2.tpl:228 setup/setup_config2.tpl:273 -#: plugins/admin/users/user-list.xml:23 plugins/admin/users/user-list.xml:95 -#: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:15 -#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:14 -#: plugins/admin/groups/userSelect/user-list.xml:14 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:63 -#: plugins/admin/ogroups/class_ogroupManagement.inc:183 -msgid "User" -msgstr "Benutzer" - -#: setup/setup_config2.tpl:237 setup/setup_config2.tpl:282 -#: setup/setup_migrate.tpl:320 ihtml/themes/default/login.tpl:47 -#: ihtml/themes/default/login.tpl:49 ihtml/themes/default/password.tpl:40 -#: ihtml/themes/modern/login.tpl:47 ihtml/themes/modern/login.tpl:50 -#: plugins/personal/password/class_password.inc:26 -#: plugins/personal/generic/paste_generic.tpl:21 -msgid "Password" -msgstr "Passwort" - -#: setup/class_setupStep_Ldap.inc:53 +#: setup/class_setupStep_Ldap.inc:54 msgid "LDAP setup" msgstr "LDAP-Einrichtung" -#: setup/class_setupStep_Ldap.inc:54 +#: setup/class_setupStep_Ldap.inc:55 msgid "LDAP connection setup" msgstr "Einrichten der LDAP-Verbindung" -#: setup/class_setupStep_Ldap.inc:55 +#: setup/class_setupStep_Ldap.inc:56 msgid "" "This dialog performs the basic configuration of the LDAP connectivity for " "GOsa." @@ -416,71 +283,81 @@ msgstr "" "Dieser Dialog richtet die grundlegende Konfiguration der LDAP-Verbindung für " "GOsa ein." -#: setup/class_setupStep_Ldap.inc:112 +#: setup/class_setupStep_Ldap.inc:75 setup/setup_feedback.tpl:41 +#: setup/setup_feedback.tpl:52 +msgid "No" +msgstr "nein" + +#: setup/class_setupStep_Ldap.inc:75 setup/setup_feedback.tpl:39 +#: setup/setup_feedback.tpl:50 +msgid "Yes" +msgstr "ja" + +#: setup/class_setupStep_Ldap.inc:113 #, php-format msgid "Anonymous bind to server '%s' failed!" msgstr "Anonyme Anmeldung an server '%s' ist fehlgeschlagen!" -#: setup/class_setupStep_Ldap.inc:114 +#: setup/class_setupStep_Ldap.inc:115 #, php-format msgid "Bind as user '%s' failed!" msgstr "Verbindung als Benutzer '%s' ist fehlgeschlagen!" -#: setup/class_setupStep_Ldap.inc:119 +#: setup/class_setupStep_Ldap.inc:120 #, php-format msgid "Anonymous bind to server '%s' succeeded." msgstr "Verbindung als anonymer Benutzer zu Server '%s' war erfolgreich." -#: setup/class_setupStep_Ldap.inc:120 +#: setup/class_setupStep_Ldap.inc:121 msgid "Please specify user and password!" msgstr "Bitte geben Sie Ihren Benutzer und das zugehörige Passwort ein!" -#: setup/class_setupStep_Ldap.inc:122 +#: setup/class_setupStep_Ldap.inc:123 #, php-format msgid "Bind as user '%s' to server '%s' succeeded!" msgstr "Verbindung als Benutzer '%s' zu Server '%s' war erfolgreich!" -#: setup/class_setupStep_Feedback.inc:92 +#: setup/class_setupStep_Feedback.inc:94 msgid "UNIX accounts/groups" msgstr "UNIX Konten/Gruppen" -#: setup/class_setupStep_Feedback.inc:94 +#: setup/class_setupStep_Feedback.inc:96 msgid "Samba management" msgstr "Samba-Verwaltung" -#: setup/class_setupStep_Feedback.inc:96 +#: setup/class_setupStep_Feedback.inc:98 msgid "Mailsystem management" msgstr "Mailsystem-Verwaltung" -#: setup/class_setupStep_Feedback.inc:98 +#: setup/class_setupStep_Feedback.inc:100 msgid "FAX system administration" msgstr "Faxsystem-Verwaltung" -#: setup/class_setupStep_Feedback.inc:100 +#: setup/class_setupStep_Feedback.inc:102 msgid "Asterisk administration" msgstr "Asterisk-Verwaltung" -#: setup/class_setupStep_Feedback.inc:102 +#: setup/class_setupStep_Feedback.inc:104 msgid "System inventory" msgstr "System-Inventar" -#: setup/class_setupStep_Feedback.inc:104 +#: setup/class_setupStep_Feedback.inc:106 msgid "System-/Configmanagement" msgstr "System-/Konfigurationsverwaltung" -#: setup/class_setupStep_Feedback.inc:106 +#: setup/class_setupStep_Feedback.inc:108 msgid "Addressbook" msgstr "Adressbuch" -#: setup/class_setupStep_Feedback.inc:112 +#: setup/class_setupStep_Feedback.inc:114 msgid "Feedback" msgstr "Rückmeldung" -#: setup/class_setupStep_Feedback.inc:113 +#: setup/class_setupStep_Feedback.inc:115 msgid "Get notifications or send feedback" msgstr "Erhalte Benachrichtungen oder sende Rückmeldung" -#: setup/class_setupStep_Feedback.inc:114 +#: setup/class_setupStep_Feedback.inc:116 msgid "Notification and feedback" msgstr "Benachrichtigung und Rückmeldung" @@ -499,46 +376,30 @@ msgid "Cannot send feedback: service temporarily unavailable" msgstr "" "Kann Rückmeldung nicht senden: Der Dienst ist vorübergehend nicht verfügbar" -#: setup/class_setupStep_Feedback.inc:180 +#: setup/class_setupStep_Feedback.inc:181 msgid "Please specify a valid email address." msgstr "Bitte geben Sie eine gültige E-Mail-Adresse ein." -#: setup/class_setupStep_Feedback.inc:184 +#: setup/class_setupStep_Feedback.inc:185 msgid "" "You have to select at least one of both options, subscribe or send feedback." msgstr "" "Sie müssen mindestens eine der beiden Optionen auswählen, Abonnement der " "Mailingliste oder Senden einer Rückmeldung." -#: setup/class_setupStep_Config2.inc:80 setup/class_setupStep_Config2.inc:81 -msgid "GOsa settings 2/3" -msgstr "GOsa-Einstellungen 2/3" - -#: setup/class_setupStep_Config2.inc:82 -msgid "Customize special parameters" -msgstr "Anpassen von Spezialparametern" - -#: setup/setup_schema.tpl:3 +#: setup/setup_schema.tpl:1 msgid "Schema specific settings" msgstr "Schemaspezifische Einstellungen" -#: setup/setup_schema.tpl:7 -msgid "Enable schema validation when logging in" -msgstr "Ermögliche Schema-Validierung bei der Anmeldung" - -#: setup/setup_schema.tpl:16 -msgid "Check status" -msgstr "Status prüfen" - -#: setup/setup_schema.tpl:20 +#: setup/setup_schema.tpl:4 msgid "Schema check succeeded" msgstr "Schema-Prüfung erfolgreich" -#: setup/setup_schema.tpl:23 +#: setup/setup_schema.tpl:7 msgid "Schema check failed" msgstr "Schema-Prüfung fehlgeschlagen" -#: setup/setup_schema.tpl:31 +#: setup/setup_schema.tpl:11 msgid "" "Could not read any schema informations, all checks skipped. Adjust your ldap " "acls." @@ -546,7 +407,7 @@ msgstr "" "Konnte keine Schema-Informationen beziehen, alle Prüfungen wurden " "übersprungen. Passen Sie Ihre LDAP-ACLs an." -#: setup/setup_schema.tpl:35 +#: setup/setup_schema.tpl:13 msgid "" "It seems that your ldap database wasn't initialized yet. This maybe the " "reason, why GOsa can't read your schema configuration!" @@ -555,15 +416,15 @@ msgstr "" "könnte der Grund sein, weshalb GOsa die Schema-Konfiguration nicht lesen " "konnte!" -#: setup/setup_feedback.tpl:5 +#: setup/setup_feedback.tpl:2 msgid "Feedback sucessfully send" msgstr "Feedback erfolgreich gesendet" -#: setup/setup_feedback.tpl:15 +#: setup/setup_feedback.tpl:6 msgid "Subscribe to the gosa-announce mailinglist" msgstr "Abonnieren der GOsa-Announce Mailingliste" -#: setup/setup_feedback.tpl:18 +#: setup/setup_feedback.tpl:8 msgid "" "When checking this option, GOsa will try to connect http://oss.gonicus.de in " "order to subscribe you to the gosa-announce mailing list. You've to confirm " @@ -573,37 +434,43 @@ msgstr "" "gonicus.de versuchen, um die GOsa-Announce Mailingliste für Sie zu " "abonnieren. Sie müssen dem Abonnement danach noch per Mail zustimmen." -#: setup/setup_feedback.tpl:23 plugins/personal/generic/generic.tpl:301 -#: plugins/personal/generic/class_user.inc:1698 +#: setup/setup_feedback.tpl:10 setup/setup_feedback.tpl:12 +#: plugins/personal/generic/generic.tpl:301 +#: plugins/personal/generic/class_user.inc:1732 #: plugins/admin/departments/organization.tpl:4 #: plugins/admin/departments/dep-list.xml:47 #: plugins/admin/departments/dep-list.xml:131 -#: plugins/admin/departments/class_departmentManagement.inc:238 +#: plugins/admin/departments/class_departmentManagement.inc:241 #: plugins/admin/departments/dep-filter.xml:91 #: plugins/admin/departments/class_organizationGeneric.inc:113 #: plugins/admin/departments/class_organizationGeneric.inc:114 msgid "Organization" msgstr "Organisation" -#: setup/setup_feedback.tpl:31 setup/setup_migrate.tpl:304 -#: ihtml/themes/modern/userFilterEditor.tpl:11 -#: plugins/personal/generic/class_user.inc:1333 -#: plugins/personal/generic/class_user.inc:1351 -#: plugins/personal/generic/class_user.inc:1393 -#: plugins/personal/generic/class_user.inc:1838 +#: setup/setup_feedback.tpl:16 setup/setup_migrate.tpl:43 +#: setup/setup_migrate.tpl:45 ihtml/themes/default/userFilterEditor.tpl:11 +#: plugins/generic/references/class_reference.inc:57 +#: plugins/generic/references/class_reference.inc:63 +#: plugins/generic/references/class_reference.inc:69 +#: plugins/generic/references/class_reference.inc:75 +#: plugins/generic/references/class_reference.inc:81 +#: plugins/personal/generic/class_user.inc:1331 +#: plugins/personal/generic/class_user.inc:1349 +#: plugins/personal/generic/class_user.inc:1391 +#: plugins/personal/generic/class_user.inc:1872 #: plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc:45 #: plugins/personal/posix/groupSelect/group-list.xml:33 #: plugins/personal/posix/trustSelect/trust-list.xml:46 #: plugins/admin/users/class_userManagement.inc:423 #: plugins/admin/users/class_userManagement.inc:470 #: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:49 -#: plugins/admin/groups/class_group.inc:883 -#: plugins/admin/groups/class_group.inc:894 -#: plugins/admin/groups/class_group.inc:896 -#: plugins/admin/groups/class_group.inc:913 -#: plugins/admin/groups/class_group.inc:927 -#: plugins/admin/groups/class_group.inc:934 -#: plugins/admin/groups/class_group.inc:1021 +#: plugins/admin/groups/class_group.inc:886 +#: plugins/admin/groups/class_group.inc:897 +#: plugins/admin/groups/class_group.inc:899 +#: plugins/admin/groups/class_group.inc:916 +#: plugins/admin/groups/class_group.inc:930 +#: plugins/admin/groups/class_group.inc:937 +#: plugins/admin/groups/class_group.inc:1037 #: plugins/admin/groups/group-list.xml:41 #: plugins/admin/departments/class_domain.inc:47 #: plugins/admin/departments/class_domain.inc:49 @@ -616,11 +483,11 @@ msgstr "Organisation" #: plugins/admin/departments/class_localityGeneric.inc:55 #: plugins/admin/departments/class_localityGeneric.inc:57 #: plugins/admin/departments/class_localityGeneric.inc:59 -#: plugins/admin/departments/class_department.inc:355 #: plugins/admin/departments/class_department.inc:357 -#: plugins/admin/departments/class_department.inc:362 -#: plugins/admin/departments/class_department.inc:369 -#: plugins/admin/departments/class_department.inc:373 +#: plugins/admin/departments/class_department.inc:359 +#: plugins/admin/departments/class_department.inc:364 +#: plugins/admin/departments/class_department.inc:371 +#: plugins/admin/departments/class_department.inc:375 #: plugins/admin/departments/class_countryGeneric.inc:47 #: plugins/admin/departments/class_countryGeneric.inc:49 #: plugins/admin/departments/class_countryGeneric.inc:54 @@ -638,31 +505,33 @@ msgstr "Organisation" #: plugins/admin/departments/class_dcObject.inc:58 #: plugins/admin/departments/class_dcObject.inc:90 #: plugins/admin/acl/acl_role.tpl:7 plugins/admin/acl/acl-list.xml:49 -#: plugins/admin/acl/class_aclRole.inc:724 -#: plugins/admin/acl/class_aclRole.inc:736 -#: plugins/admin/acl/class_aclRole.inc:746 plugins/admin/acl/paste_role.tpl:4 +#: plugins/admin/acl/class_aclRole.inc:738 +#: plugins/admin/acl/class_aclRole.inc:750 +#: plugins/admin/acl/class_aclRole.inc:760 plugins/admin/acl/paste_role.tpl:4 #: plugins/admin/ogroups/objectSelect/selectObject-list.xml:97 +#: plugins/admin/ogroups/class_ogroup.inc:155 +#: plugins/admin/ogroups/class_ogroup.inc:652 #: plugins/admin/ogroups/class_ogroup.inc:667 -#: plugins/admin/ogroups/class_ogroup.inc:682 -#: plugins/admin/ogroups/class_ogroup.inc:686 -#: plugins/admin/ogroups/class_ogroup.inc:849 +#: plugins/admin/ogroups/class_ogroup.inc:671 +#: plugins/admin/ogroups/class_ogroup.inc:833 #: plugins/admin/ogroups/ogroup-list.xml:41 +#: plugins/addons/propertyEditor/property-list.xml:80 #: include/class_userFilterEditor.inc:233 -#: include/class_userFilterEditor.inc:237 include/class_acl.inc:263 +#: include/class_userFilterEditor.inc:237 include/class_acl.inc:262 #: include/class_SnapShotDialog.inc:55 include/class_userFilter.inc:55 #: include/class_userFilter.inc:150 msgid "Name" msgstr "Name" -#: setup/setup_feedback.tpl:39 +#: setup/setup_feedback.tpl:20 msgid "Mail address" msgstr "Mail-Adresse" -#: setup/setup_feedback.tpl:50 +#: setup/setup_feedback.tpl:28 msgid "Send feedback to the GOsa project team" msgstr "Sende Feedback an das GOsa Projektteam." -#: setup/setup_feedback.tpl:53 +#: setup/setup_feedback.tpl:31 msgid "" "When checking this option, GOsa will try to connect http://oss.gonicus.de in " "order to submit your form anonymously." @@ -670,386 +539,240 @@ msgstr "" "Bei Auswahl dieser Option wird GOsa versuchen, sich zu http://oss.gonicus.de " "zu verbinden, um Ihr Formular anonym abzusenden." -#: setup/setup_feedback.tpl:55 -#: plugins/generic/references/class_reference.inc:41 +#: setup/setup_feedback.tpl:35 setup/setup_feedback.tpl:36 #: plugins/personal/generic/class_user.inc:37 -#: plugins/personal/generic/class_user.inc:1669 +#: plugins/personal/generic/class_user.inc:1681 #: plugins/personal/posix/generic.tpl:5 #: plugins/admin/users/class_userManagement.inc:755 -#: plugins/admin/groups/class_group.inc:1012 -#: plugins/admin/departments/class_department.inc:659 -#: plugins/admin/ogroups/class_ogroup.inc:840 +#: plugins/admin/groups/class_group.inc:1015 +#: plugins/admin/departments/class_department.inc:661 +#: plugins/admin/ogroups/class_ogroup.inc:820 msgid "Generic" msgstr "Allgemein" -#: setup/setup_feedback.tpl:60 +#: setup/setup_feedback.tpl:38 msgid "Did the setup procedure help you to get started?" msgstr "Hat Ihnen die Setup-Prozedur weitergeholfen?" -#: setup/setup_feedback.tpl:71 +#: setup/setup_feedback.tpl:44 msgid "If not, what problems did you encounter" msgstr "Falls nicht, welche Probleme sind Ihnen aufgefallen" -#: setup/setup_feedback.tpl:80 +#: setup/setup_feedback.tpl:48 msgid "Is this the first time you use GOsa?" msgstr "Ist dies die erstmalige Verwendung von GOsa?" -#: setup/setup_feedback.tpl:86 +#: setup/setup_feedback.tpl:53 msgid "I use it since" msgstr "Ich verwende es seit" -#: setup/setup_feedback.tpl:87 +#: setup/setup_feedback.tpl:54 msgid "Select the year since when you are using GOsa" msgstr "Wählen Sie das Jahr aus, seit dem Sie GOsa verwenden" -#: setup/setup_feedback.tpl:95 +#: setup/setup_feedback.tpl:60 msgid "What operating system / distribution do you use?" msgstr "Welches Betriebssystem / welche Distribution verwenden Sie?" -#: setup/setup_feedback.tpl:104 +#: setup/setup_feedback.tpl:64 msgid "What web server do you use?" msgstr "Welchen Webserver verwenden Sie?" -#: setup/setup_feedback.tpl:113 +#: setup/setup_feedback.tpl:68 msgid "What PHP version do you use?" msgstr "Welche PHP-Version verwenden Sie?" -#: setup/setup_feedback.tpl:121 +#: setup/setup_feedback.tpl:72 +#, fuzzy +msgid "GOsa version" +msgstr "Allgemeine GOsa-Einstellungen" + +#: setup/setup_feedback.tpl:78 setup/setup_feedback.tpl:79 msgid "LDAP" msgstr "LDAP" -#: setup/setup_feedback.tpl:126 +#: setup/setup_feedback.tpl:81 msgid "What kind of LDAP server(s) do you use?" msgstr "Welche(n) LDAP-Server verwenden Sie?" -#: setup/setup_feedback.tpl:132 +#: setup/setup_feedback.tpl:85 msgid "How many objects are in your LDAP?" msgstr "Wie viele Objekte befinden sich in Ihrem LDAP-Verzeichnis?" -#: setup/setup_feedback.tpl:139 +#: setup/setup_feedback.tpl:91 setup/setup_feedback.tpl:92 msgid "Features" msgstr "Fähigkeiten" -#: setup/setup_feedback.tpl:142 +#: setup/setup_feedback.tpl:94 msgid "What features of GOsa do you use?" msgstr "Welche Funktionen von GOsa verwenden Sie?" -#: setup/setup_feedback.tpl:153 +#: setup/setup_feedback.tpl:103 msgid "What features do you want to see in future versions of GOsa?" msgstr "" "Welche Funktionen würden Sie gerne in zukünftigen Versionen von GOsa sehen?" -#: setup/setup_feedback.tpl:161 +#: setup/setup_feedback.tpl:107 msgid "Send feedback" msgstr "Feedback senden" -#: setup/class_setupStep_Schema.inc:42 setup/class_setupStep_Schema.inc:43 +#: setup/class_setupStep_Schema.inc:37 setup/class_setupStep_Schema.inc:38 msgid "LDAP schema check" msgstr "LDAP Schemaprüfung" -#: setup/class_setupStep_Schema.inc:44 +#: setup/class_setupStep_Schema.inc:39 msgid "Perform test on your current LDAP schema" msgstr "Führe Test auf Ihrem aktuellen LDAP Schema durch" -#: setup/class_setupStep_Migrate.inc:127 setup/class_setupStep_Migrate.inc:128 +#: setup/class_setupStep_Schema.inc:96 include/class_configRegistry.inc:230 +msgid "The following object classes are missing:" +msgstr "Die folgenden Objektklassen fehlen:" + +#: setup/class_setupStep_Schema.inc:99 include/class_configRegistry.inc:237 +#, fuzzy +msgid "The following object classes are outdated:" +msgstr "Die folgenden Referenzen werden aktualisiert" + +#: setup/class_setupStep_Migrate.inc:51 setup/class_setupStep_Migrate.inc:52 msgid "LDAP inspection" msgstr "LDAP-Inspektion" -#: setup/class_setupStep_Migrate.inc:129 +#: setup/class_setupStep_Migrate.inc:53 msgid "Analyze your current LDAP for GOsa compatibility" msgstr "Untersuche Ihr LDAP-Verzeichnis auf GOsa-Kompatibilität" -#: setup/class_setupStep_Migrate.inc:135 +#: setup/class_setupStep_Migrate.inc:59 msgid "Checking for root object" msgstr "Prüfe auf Wurzelobjekt" -#: setup/class_setupStep_Migrate.inc:141 +#: setup/class_setupStep_Migrate.inc:65 msgid "Inspecting object classes in root object" msgstr "Prüfe Objekt-Klassen des Wurzelobjektes" -#: setup/class_setupStep_Migrate.inc:147 +#: setup/class_setupStep_Migrate.inc:71 msgid "Checking permission for LDAP database" msgstr "Prüfe Berechtigungen auf die LDAP-Datenbank" -#: setup/class_setupStep_Migrate.inc:153 -msgid "Checking for invisible departments" -msgstr "Prüfe auf unsichtbare Abteilungen" - -#: setup/class_setupStep_Migrate.inc:158 -msgid "Checking for invisible users" -msgstr "Prüfe auf unsichtbare Benutzer" - -#: setup/class_setupStep_Migrate.inc:165 -#: setup/class_setupStep_Migrate.inc:3209 +#: setup/class_setupStep_Migrate.inc:78 msgid "Checking for super administrator" msgstr "Prüfe auf Superadministrator" -#: setup/class_setupStep_Migrate.inc:171 -msgid "Checking for users outside the people tree" -msgstr "Prüfe auf Benutzer ausserhalb des Benutzerbaums" - -#: setup/class_setupStep_Migrate.inc:177 -msgid "Checking for groups outside the groups tree" -msgstr "Prüfe auf Gruppen ausserhalb des Gruppenbaums" - -#: setup/class_setupStep_Migrate.inc:184 -msgid "Checking for windows workstations outside the winstation tree" -msgstr "Prüfe auf Windows-Arbeitsstationen ausserhalb des Winstation-Baums" - -#: setup/class_setupStep_Migrate.inc:190 -msgid "Checking for duplicated UID numbers" -msgstr "Prüfe auf doppelte UID Nummern" - -#: setup/class_setupStep_Migrate.inc:196 -msgid "Checking for duplicate GID numbers" -msgstr "Prüfe auf doppelte GID Nummern" - -#: setup/class_setupStep_Migrate.inc:202 -msgid "Checking for old style USB devices" -msgstr "Prüfe auf alte USB-Geräte" - -#: setup/class_setupStep_Migrate.inc:208 -msgid "Checking for old services that have to be migrated" -msgstr "Prüfe auf alte Service-Einträge" - -#: setup/class_setupStep_Migrate.inc:214 -msgid "Checking for old style application menus" -msgstr "Prüfe auf alte Menü-Einträge" - -#: setup/class_setupStep_Migrate.inc:240 setup/class_setupStep_Migrate.inc:292 -#: setup/class_setupStep_Migrate.inc:357 setup/class_setupStep_Migrate.inc:421 -#: setup/class_setupStep_Migrate.inc:492 setup/class_setupStep_Migrate.inc:569 -#: setup/class_setupStep_Migrate.inc:653 setup/class_setupStep_Migrate.inc:794 -#: setup/class_setupStep_Migrate.inc:890 -#: setup/class_setupStep_Migrate.inc:2036 -#: setup/class_setupStep_Migrate.inc:2504 -#: setup/class_setupStep_Migrate.inc:2695 -#: setup/class_setupStep_Migrate.inc:2832 +#: setup/class_setupStep_Migrate.inc:118 setup/class_setupStep_Migrate.inc:186 +#: setup/class_setupStep_Migrate.inc:709 msgid "LDAP query failed" msgstr "LDAP-Abfrage fehlgeschlagen." -#: setup/class_setupStep_Migrate.inc:241 setup/class_setupStep_Migrate.inc:293 -#: setup/class_setupStep_Migrate.inc:358 setup/class_setupStep_Migrate.inc:422 -#: setup/class_setupStep_Migrate.inc:493 setup/class_setupStep_Migrate.inc:570 -#: setup/class_setupStep_Migrate.inc:654 setup/class_setupStep_Migrate.inc:795 -#: setup/class_setupStep_Migrate.inc:891 -#: setup/class_setupStep_Migrate.inc:2037 -#: setup/class_setupStep_Migrate.inc:2505 -#: setup/class_setupStep_Migrate.inc:2696 -#: setup/class_setupStep_Migrate.inc:2833 +#: setup/class_setupStep_Migrate.inc:119 setup/class_setupStep_Migrate.inc:187 +#: setup/class_setupStep_Migrate.inc:710 msgid "Possibly the 'root object' is missing." msgstr "Wahrscheinlich fehlt das Wurzelobjekt." -#: setup/class_setupStep_Migrate.inc:261 setup/class_setupStep_Migrate.inc:313 -#: setup/class_setupStep_Migrate.inc:446 setup/class_setupStep_Migrate.inc:523 -#: setup/class_setupStep_Migrate.inc:661 setup/class_setupStep_Migrate.inc:802 -#: setup/class_setupStep_Migrate.inc:2571 -#: setup/class_setupStep_Migrate.inc:2724 -#: setup/class_setupStep_Migrate.inc:3056 setup/setup_checks.tpl:32 -#: setup/setup_checks.tpl:93 ihtml/themes/default/remove.tpl:2 -#: ihtml/themes/default/islocked.tpl:6 ihtml/themes/default/msg_dialog.tpl:59 -#: ihtml/themes/default/msg_dialog.tpl:106 -#: plugins/personal/posix/class_posixAccount.inc:678 -#: plugins/personal/posix/class_posixAccount.inc:803 -#: plugins/admin/groups/class_group.inc:832 -#: plugins/admin/departments/dep_move_confirm.tpl:2 include/functions.inc:931 -#: include/functions.inc:2690 include/functions.inc:2694 -#: include/functions.inc:2700 include/utils/class_xml.inc:37 -#: include/class_tabs.inc:241 html/password.php:314 -msgid "Warning" -msgstr "Warnung" - -#: setup/class_setupStep_Migrate.inc:263 -#, php-format -msgid "Found %s duplicate values for attribute 'uidNumber'." -msgstr "Es wurden %s doppelte Werte für das Attribute 'uidNumber' gefunden." - -#: setup/class_setupStep_Migrate.inc:267 setup/class_setupStep_Migrate.inc:319 -#: setup/class_setupStep_Migrate.inc:380 setup/class_setupStep_Migrate.inc:453 -#: setup/class_setupStep_Migrate.inc:530 setup/class_setupStep_Migrate.inc:604 -#: setup/class_setupStep_Migrate.inc:657 setup/class_setupStep_Migrate.inc:798 -#: setup/class_setupStep_Migrate.inc:1044 -#: setup/class_setupStep_Migrate.inc:2011 -#: setup/class_setupStep_Migrate.inc:2155 -#: setup/class_setupStep_Migrate.inc:2577 -#: setup/class_setupStep_Migrate.inc:2731 -#: setup/class_setupStep_Migrate.inc:3061 setup/setup_checks.tpl:27 -#: setup/setup_checks.tpl:87 ihtml/themes/default/msg_dialog.tpl:76 -#: ihtml/themes/default/msg_dialog.tpl:78 -#: ihtml/themes/default/msg_dialog.tpl:134 -#: ihtml/themes/default/msg_dialog.tpl:137 -#: ihtml/themes/default/msg_dialog.tpl:142 -#: ihtml/themes/modern/msg_dialog.tpl:77 ihtml/themes/modern/msg_dialog.tpl:79 -#: ihtml/themes/modern/msg_dialog.tpl:136 -#: ihtml/themes/modern/msg_dialog.tpl:139 -#: ihtml/themes/modern/msg_dialog.tpl:144 include/utils/class_msgPool.inc:318 -#, php-format -msgid "Ok" -msgstr "Ok" - -#: setup/class_setupStep_Migrate.inc:315 -#, php-format -msgid "Found %s duplicate values for attribute 'gidNumber'." -msgstr "Es wurden %s doppelte Werte für das Attribute 'gidNumber' gefunden." - -#: setup/class_setupStep_Migrate.inc:373 setup/class_setupStep_Migrate.inc:583 -#: setup/class_setupStep_Migrate.inc:596 -#: setup/class_setupStep_Migrate.inc:1030 -#: setup/class_setupStep_Migrate.inc:1048 -#: setup/class_setupStep_Migrate.inc:1988 -#: setup/class_setupStep_Migrate.inc:2001 -#: setup/class_setupStep_Migrate.inc:2056 -#: setup/class_setupStep_Migrate.inc:2077 -#: setup/class_setupStep_Migrate.inc:2129 -#: setup/class_setupStep_Migrate.inc:3211 +#: setup/class_setupStep_Migrate.inc:132 setup/class_setupStep_Migrate.inc:145 +#: setup/class_setupStep_Migrate.inc:307 setup/class_setupStep_Migrate.inc:661 +#: setup/class_setupStep_Migrate.inc:674 setup/class_setupStep_Migrate.inc:729 +#: setup/class_setupStep_Migrate.inc:750 setup/class_setupStep_Migrate.inc:802 msgid "Failed" msgstr "Fehlgeschlagen" -#: setup/class_setupStep_Migrate.inc:375 -#, php-format -msgid "" -"Found %s winstations outside the predefined winstation department ou '%s'." -msgstr "" -"Es wurden %s Windows-Arbeitsstationen ausserhalb der für diese Abteilung " -"vordefinierten Winstation Organisationseinheit '%s' gefunden." - -#: setup/class_setupStep_Migrate.inc:376 setup/class_setupStep_Migrate.inc:664 -#: setup/class_setupStep_Migrate.inc:804 -#: setup/class_setupStep_Migrate.inc:1033 -#: setup/class_setupStep_Migrate.inc:2131 -#: setup/class_setupStep_Migrate.inc:2574 -#: setup/class_setupStep_Migrate.inc:2728 -#: setup/class_setupStep_Migrate.inc:3058 setup/setup_migrate.tpl:55 -msgid "Migrate" -msgstr "Migrieren" - -#: setup/class_setupStep_Migrate.inc:448 -#, php-format -msgid "Found %s groups outside the configured tree '%s'." -msgstr "" -"Es wurden %s Gruppen ausserhalb des konfigurierten Baums '%s' gefunden." - -#: setup/class_setupStep_Migrate.inc:449 setup/class_setupStep_Migrate.inc:526 -msgid "Move" -msgstr "Verschieben" - -#: setup/class_setupStep_Migrate.inc:525 -#, php-format -msgid "Found %s user(s) outside the configured tree '%s'." -msgstr "" -"Es wurde(n) %s Benutzer ausserhalb des konfigurierten Baums '%s' gefunden." - -#: setup/class_setupStep_Migrate.inc:585 setup/class_setupStep_Migrate.inc:598 +#: setup/class_setupStep_Migrate.inc:134 setup/class_setupStep_Migrate.inc:147 #, php-format msgid "" "The specified user '%s' does not have full access to your ldap database." msgstr "" "Der angegebene Benutzer '%s' hat keinen Vollzugriff auf Ihre LDAP-Datenbank." -#: setup/class_setupStep_Migrate.inc:662 -#, php-format -msgid "Found %s user(s) that will not be visible in GOsa." -msgstr "" -"Es wurde(n) %s Benutzer gefunden, die in GOsa nicht sichtbar sein werden." - -#: setup/class_setupStep_Migrate.inc:712 setup/class_setupStep_Migrate.inc:855 -#: setup/class_setupStep_Migrate.inc:1118 -msgid "Migration error" -msgstr "Migrationsfehler" - -#: setup/class_setupStep_Migrate.inc:712 setup/class_setupStep_Migrate.inc:855 -#, php-format -msgid "Cannot migrate department '%s':" -msgstr "Die Abteilung '%s' kann nicht migriert werden:" - -#: setup/class_setupStep_Migrate.inc:803 -#, php-format -msgid "Found %s department(s) that will not be visible in GOsa." -msgstr "" -"Es wurde(n) %s Abteilung(en) gefunden, die nicht in GOsa sichtbar sein " -"werden." - -#: setup/class_setupStep_Migrate.inc:1027 +#: setup/class_setupStep_Migrate.inc:153 setup/class_setupStep_Migrate.inc:303 +#: setup/class_setupStep_Migrate.inc:684 setup/class_setupStep_Migrate.inc:828 +#: setup/setup_checks.tpl:21 setup/setup_checks.tpl:62 +#: ihtml/themes/default/msg_dialog.tpl:77 +#: ihtml/themes/default/msg_dialog.tpl:79 +#: ihtml/themes/default/msg_dialog.tpl:136 +#: ihtml/themes/default/msg_dialog.tpl:139 +#: ihtml/themes/default/msg_dialog.tpl:144 include/utils/class_msgPool.inc:301 #, php-format -msgid "GOsa 2.5 administrative accounts found: %s" -msgstr "GOsa 2.5 Verwaltungs-Konten gefunden: %s" - -#: setup/class_setupStep_Migrate.inc:1032 -msgid "There is no valid GOsa 2.6 administrator account inside your LDAP." -msgstr "Es gibt keinen GOsa 2.6 Administrator in Ihrem LDAP." - -#: setup/class_setupStep_Migrate.inc:1034 -#: setup/class_setupStep_Migrate.inc:1050 plugins/admin/users/user-list.xml:89 -#: plugins/admin/groups/group-list.xml:73 -#: plugins/admin/departments/dep-list.xml:98 plugins/admin/acl/acl-list.xml:76 -#: plugins/admin/ogroups/ogroup-list.xml:73 -msgid "Create" -msgstr "Anlegen" +msgid "Ok" +msgstr "Ok" -#: setup/class_setupStep_Migrate.inc:1038 -#: plugins/personal/generic/class_user.inc:1675 -#: plugins/admin/users/class_userManagement.inc:25 include/class_acl.inc:238 +#: setup/class_setupStep_Migrate.inc:297 +#: plugins/generic/references/class_aclResolver.inc:173 +#: plugins/personal/generic/class_user.inc:1687 +#: plugins/admin/users/class_userManagement.inc:25 include/class_acl.inc:237 msgid "Users" msgstr "Benutzer" -#: setup/class_setupStep_Migrate.inc:1041 +#: setup/class_setupStep_Migrate.inc:300 +#: plugins/generic/references/class_aclResolver.inc:165 #: plugins/admin/groups/class_groupManagement.inc:25 -#: plugins/admin/groups/class_group.inc:1018 include/class_acl.inc:238 +#: plugins/admin/groups/class_group.inc:1021 include/class_acl.inc:237 msgid "Groups" msgstr "Gruppen" -#: setup/class_setupStep_Migrate.inc:1049 +#: setup/class_setupStep_Migrate.inc:308 msgid "There is no GOsa administrator account inside your LDAP." msgstr "Es gibt keinen GOsa Administrator in Ihrem LDAP." -#: setup/class_setupStep_Migrate.inc:1118 +#: setup/class_setupStep_Migrate.inc:309 plugins/admin/users/user-list.xml:89 +#: plugins/admin/groups/group-list.xml:73 +#: plugins/admin/departments/dep-list.xml:98 plugins/admin/acl/acl-list.xml:76 +#: plugins/admin/ogroups/ogroup-list.xml:73 +msgid "Create" +msgstr "Anlegen" + +#: setup/class_setupStep_Migrate.inc:377 +msgid "Migration error" +msgstr "Migrationsfehler" + +#: setup/class_setupStep_Migrate.inc:377 #, php-format msgid "Cannot add ACL for user '%s':" msgstr "Kann ACL für Benutzer '%s' nicht hinzufügen:" -#: setup/class_setupStep_Migrate.inc:1156 -#: setup/class_setupStep_Migrate.inc:1166 +#: setup/class_setupStep_Migrate.inc:415 setup/class_setupStep_Migrate.inc:425 msgid "Input error" msgstr "Eingabefehler" -#: setup/class_setupStep_Migrate.inc:1156 +#: setup/class_setupStep_Migrate.inc:415 +#: plugins/generic/references/class_reference.inc:87 +#: plugins/admin/groups/class_group.inc:210 +#: plugins/admin/groups/class_group.inc:1170 +#: plugins/admin/groups/class_group.inc:1180 msgid "Uid" msgstr "Uid" -#: setup/class_setupStep_Migrate.inc:1161 +#: setup/class_setupStep_Migrate.inc:420 msgid "Password error" msgstr "Passwortfehler" -#: setup/class_setupStep_Migrate.inc:1161 +#: setup/class_setupStep_Migrate.inc:420 msgid "Provided passwords do not match!" msgstr "Die angegebenen Passwörter stimmen nicht überein!" -#: setup/class_setupStep_Migrate.inc:1166 +#: setup/class_setupStep_Migrate.inc:425 msgid "Specify a valid user ID!" msgstr "Geben Sie eine gültige Benutzer ID an!" -#: setup/class_setupStep_Migrate.inc:1199 setup/setup_checks.tpl:30 -#: setup/setup_checks.tpl:91 ihtml/themes/default/msg_dialog.tpl:57 -#: ihtml/themes/default/msg_dialog.tpl:104 -#: plugins/personal/generic/class_user.inc:297 -#: plugins/personal/generic/class_user.inc:429 -#: plugins/personal/generic/class_user.inc:522 -#: plugins/personal/generic/class_user.inc:816 -#: plugins/personal/generic/class_user.inc:1205 -#: plugins/personal/generic/class_user.inc:1212 -#: plugins/personal/generic/class_user.inc:1230 -#: plugins/personal/generic/class_user.inc:1500 -#: plugins/personal/generic/class_user.inc:1787 -#: plugins/personal/myaccount/main.inc:112 -#: plugins/admin/groups/class_group.inc:419 -#: plugins/admin/groups/class_group.inc:425 -#: plugins/admin/groups/class_group.inc:634 -#: plugins/admin/groups/class_group.inc:730 -#: plugins/admin/groups/class_group.inc:735 -#: plugins/admin/groups/class_group.inc:1060 -#: plugins/admin/departments/class_department.inc:317 -#: plugins/admin/acl/class_aclRole.inc:672 -#: plugins/admin/ogroups/class_ogroup.inc:368 +#: setup/class_setupStep_Migrate.inc:450 setup/setup_checks.tpl:25 +#: setup/setup_checks.tpl:66 plugins/personal/generic/class_user.inc:297 +#: plugins/personal/generic/class_user.inc:428 +#: plugins/personal/generic/class_user.inc:521 +#: plugins/personal/generic/class_user.inc:814 +#: plugins/personal/generic/class_user.inc:1203 +#: plugins/personal/generic/class_user.inc:1210 +#: plugins/personal/generic/class_user.inc:1228 +#: plugins/personal/generic/class_user.inc:1498 +#: plugins/personal/generic/class_user.inc:1821 +#: plugins/personal/myaccount/main.inc:125 +#: plugins/admin/groups/class_group.inc:463 +#: plugins/admin/groups/class_group.inc:469 +#: plugins/admin/groups/class_group.inc:637 +#: plugins/admin/groups/class_group.inc:733 +#: plugins/admin/groups/class_group.inc:738 +#: plugins/admin/groups/class_group.inc:1076 +#: plugins/admin/departments/class_department.inc:319 +#: plugins/admin/acl/class_aclRole.inc:667 +#: plugins/admin/ogroups/class_ogroup.inc:393 +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:203 +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:207 #: include/class_CopyPasteHandler.inc:118 #: include/class_CopyPasteHandler.inc:127 #: include/class_CopyPasteHandler.inc:159 @@ -1057,142 +780,95 @@ msgstr "Geben Sie eine gültige Benutzer ID an!" #: include/class_CopyPasteHandler.inc:185 #: include/class_CopyPasteHandler.inc:193 #: include/class_CopyPasteHandler.inc:273 -#: include/class_CopyPasteHandler.inc:375 include/functions.inc:3399 -#: include/functions.inc:3413 include/functions.inc:3443 -#: include/functions.inc:3451 include/functions.inc:3463 -#: include/functions.inc:3467 include/functions.inc:3482 -#: include/functions.inc:3491 include/functions.inc:3551 -#: include/password-methods/class_password-methods.inc:250 -#: include/class_msg_dialog.inc:99 include/utils/class_msgPool.inc:154 -#: include/utils/class_msgPool.inc:166 include/utils/class_msgPool.inc:184 -#: include/utils/class_msgPool.inc:457 include/utils/class_msgPool.inc:478 -#: include/utils/class_msgPool.inc:497 include/utils/class_xml.inc:40 -#: include/class_tabs.inc:56 include/class_listing.inc:495 -#: include/class_gosaSupportDaemon.inc:1184 -#: include/class_gosaSupportDaemon.inc:1204 include/class_management.inc:480 -#: include/class_management.inc:616 include/class_management.inc:970 -#: include/class_plugin.inc:1486 include/class_plugin.inc:2080 -#: html/index.php:236 html/index.php:240 +#: include/class_CopyPasteHandler.inc:377 include/functions.inc:3051 +#: include/functions.inc:3357 include/functions.inc:3371 +#: include/functions.inc:3401 include/functions.inc:3409 +#: include/functions.inc:3421 include/functions.inc:3425 +#: include/functions.inc:3440 include/functions.inc:3449 +#: include/functions.inc:3509 +#: include/password-methods/class_password-methods.inc:277 +#: include/class_msg_dialog.inc:99 include/utils/class_msgPool.inc:137 +#: include/utils/class_msgPool.inc:149 include/utils/class_msgPool.inc:167 +#: include/utils/class_msgPool.inc:440 include/utils/class_msgPool.inc:461 +#: include/utils/class_xml.inc:40 include/class_tabs.inc:56 +#: include/class_listing.inc:536 include/class_gosaSupportDaemon.inc:1184 +#: include/class_gosaSupportDaemon.inc:1204 include/class_management.inc:483 +#: include/class_management.inc:644 include/class_plugin.inc:1592 +#: html/index.php:241 html/index.php:245 #, php-format msgid "Error" msgstr "Fehler" -#: setup/class_setupStep_Migrate.inc:1199 +#: setup/class_setupStep_Migrate.inc:450 #, php-format msgid "Adding an administrative user failed: object '%s' already exists!" msgstr "" "Hinzufügen eines administrativen Benutzers fehlgeschlagen: Objekt '%s' " "existiert bereits!" -#: setup/class_setupStep_Migrate.inc:1210 -#: setup/class_setupStep_Migrate.inc:1238 -#: setup/class_setupStep_Migrate.inc:1287 -#: setup/class_setupStep_Migrate.inc:1336 -#: setup/class_setupStep_Migrate.inc:2141 -#: setup/class_setupStep_Migrate.inc:2438 -#: setup/class_setupStep_Migrate.inc:2442 -#: setup/class_setupStep_Migrate.inc:2632 -#: setup/class_setupStep_Migrate.inc:2652 -#: setup/class_setupStep_Migrate.inc:2769 -#: setup/class_setupStep_Migrate.inc:3116 -#: setup/class_setupStep_Migrate.inc:3130 -#: plugins/personal/generic/class_user.inc:730 -#: plugins/personal/generic/class_user.inc:1127 +#: setup/class_setupStep_Migrate.inc:461 setup/class_setupStep_Migrate.inc:814 +#: plugins/generic/references/class_reference.inc:97 +#: plugins/personal/generic/class_user.inc:729 +#: plugins/personal/generic/class_user.inc:1125 #: plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc:253 -#: plugins/personal/posix/class_posixAccount.inc:533 -#: plugins/personal/posix/class_posixAccount.inc:820 -#: plugins/admin/groups/class_group.inc:577 +#: plugins/personal/posix/class_posixAccount.inc:528 +#: plugins/personal/posix/class_posixAccount.inc:790 +#: plugins/admin/groups/class_group.inc:580 #: plugins/admin/groups/class_group.inc:856 -#: plugins/admin/departments/class_department.inc:285 -#: plugins/admin/departments/class_department.inc:482 -#: plugins/admin/departments/class_department.inc:753 -#: plugins/admin/departments/class_department.inc:784 -#: plugins/admin/acl/class_aclRole.inc:604 -#: plugins/admin/acl/class_aclRole.inc:644 -#: plugins/admin/acl/class_aclRole.inc:658 -#: plugins/admin/ogroups/class_ogroup.inc:757 -#: plugins/admin/ogroups/class_ogroup.inc:774 include/class_config.inc:325 -#: include/functions.inc:476 include/functions.inc:511 -#: include/functions.inc:519 include/functions.inc:565 -#: include/functions.inc:817 include/functions.inc:866 -#: include/functions.inc:923 include/functions.inc:976 -#: include/functions.inc:3052 include/functions.inc:3325 -#: include/class_SnapshotHandler.inc:124 include/class_SnapshotHandler.inc:281 -#: include/class_SnapshotHandler.inc:329 include/class_SnapshotHandler.inc:333 -#: include/class_SnapshotHandler.inc:348 include/class_SnapshotHandler.inc:383 -#: include/class_SnapshotHandler.inc:438 include/class_SnapshotHandler.inc:503 -#: include/class_SnapshotHandler.inc:518 include/class_acl.inc:1247 -#: include/class_acl.inc:1343 include/class_ldap.inc:756 -#: include/class_ldap.inc:1222 include/class_plugin.inc:1163 -#: include/class_plugin.inc:1212 include/class_plugin.inc:1216 -#: include/class_plugin.inc:1232 include/class_plugin.inc:1272 -#: include/class_plugin.inc:1330 include/class_plugin.inc:1396 -#: include/class_plugin.inc:1411 include/class_userFilter.inc:275 -#: html/index.php:266 html/index.php:277 html/index.php:290 +#: plugins/admin/departments/class_department.inc:287 +#: plugins/admin/departments/class_department.inc:484 +#: plugins/admin/departments/class_department.inc:761 +#: plugins/admin/departments/class_department.inc:792 +#: plugins/admin/acl/class_aclRole.inc:599 +#: plugins/admin/acl/class_aclRole.inc:639 +#: plugins/admin/acl/class_aclRole.inc:653 +#: plugins/admin/ogroups/class_ogroup.inc:742 +#: plugins/admin/ogroups/class_ogroup.inc:759 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:191 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:256 +#: include/class_config.inc:337 include/functions.inc:488 +#: include/functions.inc:523 include/functions.inc:531 +#: include/functions.inc:577 include/functions.inc:829 +#: include/functions.inc:878 include/functions.inc:935 +#: include/functions.inc:985 include/functions.inc:3002 +#: include/functions.inc:3283 include/class_SnapshotHandler.inc:123 +#: include/class_SnapshotHandler.inc:280 include/class_SnapshotHandler.inc:329 +#: include/class_SnapshotHandler.inc:333 include/class_SnapshotHandler.inc:346 +#: include/class_SnapshotHandler.inc:380 include/class_SnapshotHandler.inc:435 +#: include/class_SnapshotHandler.inc:500 include/class_SnapshotHandler.inc:515 +#: include/class_acl.inc:1250 include/class_acl.inc:1346 +#: include/class_ldap.inc:756 include/class_ldap.inc:1173 +#: include/class_userFilter.inc:275 html/index.php:271 msgid "LDAP error" msgstr "LDAP-Fehler" -#: setup/class_setupStep_Migrate.inc:1238 -#: setup/class_setupStep_Migrate.inc:1287 -#: setup/class_setupStep_Migrate.inc:1336 -msgid "Cannot move users to the requested department!" -msgstr "Kann Benutzer nicht in die geforderte Abteilung verschieben!" - -#: setup/class_setupStep_Migrate.inc:1248 -msgid "Winstation will be moved from" -msgstr "Die Windows-Arbeitsstation wird verschoben von" - -#: setup/class_setupStep_Migrate.inc:1248 -#: setup/class_setupStep_Migrate.inc:1298 -#: setup/class_setupStep_Migrate.inc:1346 include/class_plugin.inc:1691 -msgid "to" -msgstr "an" - -#: setup/class_setupStep_Migrate.inc:1259 -#: setup/class_setupStep_Migrate.inc:1308 -msgid "Updating following references too" -msgstr "Aktualisiere ebenfalls die folgenden Referenzen" - -#: setup/class_setupStep_Migrate.inc:1298 -msgid "Group will be moved from" -msgstr "Die Gruppe wird verschoben von" - -#: setup/class_setupStep_Migrate.inc:1346 -msgid "User will be moved from" -msgstr "Der Benutzer wird verschoben von" - -#: setup/class_setupStep_Migrate.inc:1356 -msgid "The following references will be updated" -msgstr "Die folgenden Referenzen werden aktualisiert" - -#: setup/class_setupStep_Migrate.inc:1989 +#: setup/class_setupStep_Migrate.inc:662 msgid "" "The LDAP root object is missing. It is required to use your LDAP service." msgstr "" "Das LDAP Wurzelobjekt fehlt. Es wird für den Betrieb des LDAP-Dienstes " "benötigt." -#: setup/class_setupStep_Migrate.inc:1990 -#: setup/class_setupStep_Migrate.inc:2003 +#: setup/class_setupStep_Migrate.inc:663 setup/class_setupStep_Migrate.inc:676 msgid "Try to create root object" msgstr "Versuche, das Wurzelobjekt zu erzeugen" -#: setup/class_setupStep_Migrate.inc:2002 +#: setup/class_setupStep_Migrate.inc:675 msgid "Root object couldn't be created, you should try it on your own." msgstr "" "Das Wurzelobjekt konnte nicht erstellt werden, Sie sollten dies manuell " "erledigen." -#: setup/class_setupStep_Migrate.inc:2057 +#: setup/class_setupStep_Migrate.inc:730 #, php-format msgid "Missing GOsa object class '%s'!" msgstr "Die GOsa-Objektklasse '%s' fehlt!" -#: setup/class_setupStep_Migrate.inc:2058 +#: setup/class_setupStep_Migrate.inc:731 msgid "Please check your installation." msgstr "Bitte überprüfen Sie Ihre Installation." -#: setup/class_setupStep_Migrate.inc:2079 +#: setup/class_setupStep_Migrate.inc:752 #, php-format msgid "" "Cannot handle the structural object type of your root object. Please try to " @@ -1201,294 +877,126 @@ msgstr "" "Die strukturelle Objekt-Typ Ihres Wurzel-Objektes kann nicht konvertiert " "werden. Bitte fügen Sie die Objekt-Klasse '%s' manuell hinzu." -#: setup/class_setupStep_Migrate.inc:2438 -#, php-format -msgid "Copy '%s' to '%s' failed:" -msgstr "Kopieren von '%s' nach '%s' fehlgeschlagen:" - -#: setup/class_setupStep_Migrate.inc:2573 -#, php-format -msgid "There are %s devices that need to be migrated." -msgstr "%s Geräte müssen migriert werden." +#: setup/class_setupStep_Migrate.inc:804 setup/setup_migrate.tpl:32 +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:181 +msgid "Migrate" +msgstr "Migrieren" -#: setup/class_setupStep_Migrate.inc:2633 -#, php-format -msgid "Adding '%s' to the LDAP failed: %s" -msgstr "Hinzufügen von '%s' ist fehlgeschlagen: %s" +#: setup/class_setupStep_License.inc:56 setup/class_setupStep_License.inc:57 +msgid "License" +msgstr "Lizenz" -#: setup/class_setupStep_Migrate.inc:2653 -#: setup/class_setupStep_Migrate.inc:2770 -#, php-format -msgid "Updating '%s' failed: %s" -msgstr "Aktualisierung von '%s' ist fehlgeschlagen: %s" +#: setup/class_setupStep_License.inc:58 +msgid "Terms and conditions for usage" +msgstr "Bedingungen und Auflagen für den Gebrauch" -#: setup/class_setupStep_Migrate.inc:2726 -#, php-format -msgid "There are %s services that need to be migrated." -msgstr "Es müssen %s Dienste migriert werden." +#: setup/class_setupStep_Checks.inc:40 setup/class_setupStep_Checks.inc:41 +msgid "Installation check" +msgstr "Installationsprüfung" -#: setup/class_setupStep_Migrate.inc:2867 -#: plugins/personal/generic/generic.tpl:255 -#: plugins/personal/generic/generic.tpl:275 -#: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:83 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:123 -#: include/utils/class_msgPool.inc:336 -#, php-format -msgid "Add" -msgstr "Hinzufügen" +#: setup/class_setupStep_Checks.inc:42 +msgid "Basic checks for PHP compatibility and extensions" +msgstr "Grundlegende Überprüfungen der PHP-Version und Erweiterungen." -#: setup/class_setupStep_Migrate.inc:2868 -#: plugins/personal/generic/generic_certs.tpl:22 -#: plugins/personal/generic/generic_certs.tpl:48 -#: plugins/personal/generic/generic_certs.tpl:74 -#: plugins/admin/users/user-list.xml:121 -#: plugins/admin/groups/group-list.xml:98 -#: plugins/admin/departments/dep-list.xml:160 -#: plugins/admin/departments/dep-list.xml:181 -#: plugins/admin/acl/acl-list.xml:95 plugins/admin/acl/acl-list.xml:144 -#: plugins/admin/ogroups/ogroup-list.xml:98 -msgid "Remove" -msgstr "Entfernen" +#: setup/class_setupStep_Checks.inc:66 +msgid "Checking PHP version" +msgstr "Prüfe PHP-Version" -#: setup/class_setupStep_Migrate.inc:3057 +#: setup/class_setupStep_Checks.inc:67 #, php-format -msgid "There are %s application menus which have to be migrated." -msgstr "Es müssen %s Menüs migriert werden." - -#: setup/setup_config1.tpl:2 -msgid "Look and feel" -msgstr "Aussehen und Verhalten" +msgid "PHP must be of version %s or above." +msgstr "PHP muß in Version %s oder höher vorliegen." -#: setup/setup_config1.tpl:6 -msgid "Theme" -msgstr "Aussehen" - -#: setup/setup_config1.tpl:15 -msgid "Apache" -msgstr "Apache" - -#: setup/setup_config1.tpl:19 -msgid "Compress output send to browser" -msgstr "Sende komprimierte Ausgabe an den Browser" - -#: setup/setup_config1.tpl:27 -msgid "People and group storage" -msgstr "Ablage für Personen und Gruppen" - -#: setup/setup_config1.tpl:30 -msgid "People DN attribute" -msgstr "DN-Attribut für Personen" - -#: setup/setup_config1.tpl:41 -msgid "People storage subtree" -msgstr "Teilbaum für Benutzerablage" - -#: setup/setup_config1.tpl:50 -msgid "Group storage subtree" -msgstr "Teilbaum für Gruppenablage" - -#: setup/setup_config1.tpl:59 -msgid "Include personal title in user DN" -msgstr "Persönlichen Titel in der Benutzer-DN mitführen" - -#: setup/setup_config1.tpl:70 -msgid "Relaxed naming policies" -msgstr "Nicht strikte Namensvorgaben" - -#: setup/setup_config1.tpl:81 -msgid "Automatic UIDs" -msgstr "Automatische UIDs" - -#: setup/setup_config1.tpl:97 setup/class_setupStep_Config1.inc:118 -msgid "GID / UID min id" -msgstr "GID / UID min ID" - -#: setup/setup_config1.tpl:113 -msgid "Number base for people/groups" -msgstr "Zählbasis für Benutzer/Gruppen" - -#: setup/setup_config1.tpl:121 -msgid "Hook for number base" -msgstr "Hook für Zählbasis" - -#: setup/setup_config1.tpl:136 plugins/personal/password/main.inc:57 -msgid "Password settings" -msgstr "Passwort-Einstellungen" - -#: setup/setup_config1.tpl:140 -msgid "Password encryption algorithm" -msgstr "Passwort-Verschlüsselungsalgorithmus" - -#: setup/setup_config1.tpl:151 -msgid "Password restrictions" -msgstr "Passwort-Einschränkungen" - -#: setup/setup_config1.tpl:158 setup/setup_config1.tpl:162 -msgid "Password minimum length" -msgstr "Minimale Passwortlänge" - -#: setup/setup_config1.tpl:169 setup/setup_config1.tpl:173 -msgid "Different characters from old password" -msgstr "Verschiedene Zeichen vom vorherigen Kennwort" - -#: setup/setup_config1.tpl:182 -msgid "Password change hook" -msgstr "Hook für Passwort-Änderung" - -#: setup/setup_config1.tpl:198 -msgid "Use SASL for kerberos" -msgstr "Verwende SASL für Kerberos." - -#: setup/setup_config1.tpl:209 -msgid "Use account expiration" -msgstr "Verwende ablaufende Konten" - -#: setup/setup_config1.tpl:221 -msgid "" -"GOsa supports several encryption types for your passwords. Normally this is " -"adjustable via user templates, but you can specify a default method to be " -"used here, too." -msgstr "" -"GOsa unterstützt zahlreiche Verschlüsselungsarten für Ihre Passwörter. " -"Üblicherweise wird die Auswahl über Vorlagen verwaltet, Sie können aber auch " -"eine Standardmethode festlegen, die benutzt werden soll." - -#: setup/setup_config1.tpl:222 -msgid "" -"GOsa always acts as admin and manages access rights internally. This is a " -"workaround till OpenLDAP's in directory ACI's are fully implemented. For " -"this to work, we need the admin DN and the corresponding password." -msgstr "" -"GOsa arbeitet immer als Administrator und verwaltet die Rechte intern " -"(solange die in OpenLDAP implementierten ACIs nicht vollständig unterstützt " -"werden, wird dieser Workaround bestehen bleiben). Damit dies möglich ist, " -"wird an dieser Stelle der DN des LDAP-Administrators und das dazugehörige " -"Passwort benötigt." - -#: setup/setup_config1.tpl:223 -msgid "" -"Some basic LDAP parameters are tunable and affect the locations where GOsa " -"saves people and groups, including the way accounts get created. Check the " -"values below if the fit your needs." -msgstr "" -"Einige LDAP-Parameter beeinflussen die Art und Weise wie (und wo) GOsa Daten " -"in der Baumstruktur ablegt. Prüfen Sie die vorgegebenen Werte, ob sie Ihren " -"Vorgaben entsprechen." - -#: setup/setup_config1.tpl:224 -msgid "" -"GOsa has modular support for several mail methods. These methods provide " -"interfaces to users mailboxes and general handling for quotas. You can " -"choose the dummy plugin to leave all your mail settings untouched." -msgstr "" -"GOsa unterstützt verschiedene Zustellungs-Methoden. Diese Methoden stellen " -"Schnittstellen für Benutzer-Postfächer und die allgemeine Verwaltung von " -"Kontingenten bereit. Wählen sie 'dummy', um all Ihre Mail-Einstellungen " -"unberührt zu lassen." - -#: setup/class_setupStep_License.inc:56 setup/class_setupStep_License.inc:57 -msgid "License" -msgstr "Lizenz" - -#: setup/class_setupStep_License.inc:58 -msgid "Terms and conditions for usage" -msgstr "Bedingungen und Auflagen für den Gebrauch" - -#: setup/class_setupStep_Checks.inc:38 setup/class_setupStep_Checks.inc:39 -msgid "Installation check" -msgstr "Installationsprüfung" - -#: setup/class_setupStep_Checks.inc:40 -msgid "Basic checks for PHP compatibility and extensions" -msgstr "Grundlegende Überprüfungen der PHP-Version und Erweiterungen." - -#: setup/class_setupStep_Checks.inc:64 -msgid "Checking PHP version" -msgstr "Prüfe PHP-Version" - -#: setup/class_setupStep_Checks.inc:65 -#, php-format -msgid "PHP must be of version %s or above." -msgstr "PHP muß in Version %s oder höher vorliegen." - -#: setup/class_setupStep_Checks.inc:66 +#: setup/class_setupStep_Checks.inc:68 msgid "Please upgrade to a supported version." msgstr "Bitte aktualisieren Sie auf eine unterstützte Version." -#: setup/class_setupStep_Checks.inc:73 +#: setup/class_setupStep_Checks.inc:75 msgid "GOsa requires this module to talk with your LDAP server." msgstr "GOsa benötigt dieses Modul für die Kommunikation mit dem LDAP-Server." -#: setup/class_setupStep_Checks.inc:81 +#: setup/class_setupStep_Checks.inc:83 msgid "GOsa requires this module for an internationalized interface." msgstr "GOsa benötigt dieses Modul für eine lokalisierte Oberfläche." -#: setup/class_setupStep_Checks.inc:89 +#: setup/class_setupStep_Checks.inc:91 msgid "GOsa requires this module for the samba integration." msgstr "GOsa benötigt dieses Modul für die Samba-Einbindung." -#: setup/class_setupStep_Checks.inc:97 -msgid "GOsa requires this module to make use of SSHA encryption." +#: setup/class_setupStep_Checks.inc:99 +#, fuzzy +msgid "" +"GOsa requires either 'mhash' or the 'sha1' module to make use of SSHA " +"encryption." msgstr "GOsa benötigt dieses Modul um die SSHA-Verschlüsselung zu verwenden." -#: setup/class_setupStep_Checks.inc:105 +#: setup/class_setupStep_Checks.inc:107 msgid "GOsa requires this module to talk to an IMAP server." msgstr "" "GOsa benötigt dieses Modul für die Kommunikation mit einem IMAP-Server." -#: setup/class_setupStep_Checks.inc:112 +#: setup/class_setupStep_Checks.inc:114 msgid "mbstring" msgstr "mbstring" -#: setup/class_setupStep_Checks.inc:113 +#: setup/class_setupStep_Checks.inc:115 msgid "GOsa requires this module to handle unicode strings." msgstr "GOsa benötigt dieses Modul um Unicode-Zeichenketten zu verarbeiten." -#: setup/class_setupStep_Checks.inc:120 +#: setup/class_setupStep_Checks.inc:122 +msgid "Calendar" +msgstr "Kalender" + +#: setup/class_setupStep_Checks.inc:123 +#, fuzzy +msgid "GOsa requires this module to calculate dates." +msgstr "GOsa benötigt dieses Modul um Unicode-Zeichenketten zu verarbeiten." + +#: setup/class_setupStep_Checks.inc:130 msgid "MySQL" msgstr "MySQL" -#: setup/class_setupStep_Checks.inc:121 +#: setup/class_setupStep_Checks.inc:131 msgid "" "GOsa requires this module to communicate with several supported databases." msgstr "" "GOsa benötigt dieses Modul, um mit verschiedenen unterstützten Datenbanken " "zu kommunizieren." -#: setup/class_setupStep_Checks.inc:138 +#: setup/class_setupStep_Checks.inc:148 msgid "samba hash generator" msgstr "Samba Hash-Generator" -#: setup/class_setupStep_Checks.inc:139 +#: setup/class_setupStep_Checks.inc:149 msgid "GOsa requires this command to synchronize POSIX and samba passwords." msgstr "" "GOsa benötigt dieses Kommando für den Abgleich der POSIX und Samba-" "Passwörter." -#: setup/class_setupStep_Checks.inc:140 +#: setup/class_setupStep_Checks.inc:150 msgid "" "Deploy a gosa-si installation or install the perl Crypt::SmbHash modules." msgstr "" "Nutzen Sie eine GOsa-SI-Installation oder installieren Sie das Perl-Modul " "Crypt::SmbHash." -#: setup/class_setupStep_Checks.inc:153 +#: setup/class_setupStep_Checks.inc:163 msgid "imagick" msgstr "Imagick" -#: setup/class_setupStep_Checks.inc:154 +#: setup/class_setupStep_Checks.inc:164 msgid "GOsa requires this extension to handle images." msgstr "GOsa benötigt diese Erweiterung um Bilder konvertieren zu können." -#: setup/class_setupStep_Checks.inc:169 +#: setup/class_setupStep_Checks.inc:179 msgid "compression module" msgstr "Komprimierungs-Modul" -#: setup/class_setupStep_Checks.inc:170 +#: setup/class_setupStep_Checks.inc:180 msgid "GOsa requires this extension to handle snapshots." msgstr "GOsa benötigt dieses Modul um Snapshots zu komprimieren." -#: setup/class_setupStep_Checks.inc:181 +#: setup/class_setupStep_Checks.inc:191 msgid "" "register_globals is a PHP mechanism to register all global variables to be " "accessible from scripts without changing the scope. This may be a security " @@ -1497,19 +1005,19 @@ msgstr "" "register_globals ist ein PHP-Mechanismus, welcher alle globalen Variablen " "für Skripte direkt zugänglich macht. Dies kann ein Sicherheitsrisiko sein." -#: setup/class_setupStep_Checks.inc:182 +#: setup/class_setupStep_Checks.inc:192 msgid "Search for 'register_globals' in your php.ini and switch it to 'Off'." msgstr "" "Suchen Sie nach 'register_globals' in Ihrer php.ini und setzen Sie es auf " "'Off'." -#: setup/class_setupStep_Checks.inc:190 +#: setup/class_setupStep_Checks.inc:200 msgid "PHP uses this value for the garbage collector to delete old sessions." msgstr "" "PHP verwendet diese Einstellungen für den Garbage Collector, um alte " "Sessions zu entfernen." -#: setup/class_setupStep_Checks.inc:191 +#: setup/class_setupStep_Checks.inc:201 msgid "" "Setting this value to one day will prevent loosing session and cookies " "before they really timeout." @@ -1518,7 +1026,7 @@ msgstr "" "Sitzung und den zugehörigen Cookie verlieren, bevor diese tatsächlich ihre " "Gültigkeit verlieren." -#: setup/class_setupStep_Checks.inc:192 +#: setup/class_setupStep_Checks.inc:202 msgid "" "Search for 'session.gc_maxlifetime' in your php.ini and set it to 86400 or " "higher." @@ -1526,12 +1034,12 @@ msgstr "" "Suchen Sie in Ihrer php.ini nach 'session.gc_maxlifetime' und setzen Sie es " "auf 84600 oder höher." -#: setup/class_setupStep_Checks.inc:199 setup/class_setupStep_Checks.inc:215 -#: setup/class_setupStep_Checks.inc:231 setup/class_setupStep_Checks.inc:247 +#: setup/class_setupStep_Checks.inc:209 setup/class_setupStep_Checks.inc:225 +#: setup/class_setupStep_Checks.inc:241 setup/class_setupStep_Checks.inc:257 msgid "Off" msgstr "Aus" -#: setup/class_setupStep_Checks.inc:200 +#: setup/class_setupStep_Checks.inc:210 msgid "" "In Order to use GOsa without any trouble, the session.auto_register option " "in your php.ini should be set to 'Off'." @@ -1539,13 +1047,13 @@ msgstr "" "Um GOsa fehlerfrei benutzen zu können, muß die Option session.auto_register " "in Ihrer php.ini auf 'Off' stehen." -#: setup/class_setupStep_Checks.inc:201 +#: setup/class_setupStep_Checks.inc:211 msgid "Search for 'session.auto_start' in your php.ini and set it to 'Off'." msgstr "" "Suchen Sie in Ihrer php.ini nach 'session.auto_start' und setzen Sie es auf " "'Off'." -#: setup/class_setupStep_Checks.inc:208 +#: setup/class_setupStep_Checks.inc:218 msgid "" "GOsa needs at least 32MB of memory. Setting it below this limit may cause " "errors that are not reproducable! Increase it for larger setups." @@ -1554,14 +1062,14 @@ msgstr "" "unvorhersehbare Probleme verursachen! Bei größeren Installationen sollte " "dieser Wert noch vergrössert werden." -#: setup/class_setupStep_Checks.inc:209 +#: setup/class_setupStep_Checks.inc:219 msgid "" "Search for 'memory_limit' in your php.ini and set it to '32M' or higher." msgstr "" "Suchen Sie in Ihrer php.ini nach 'memory_limit' und setzen Sie es auf '32M' " "oder höher." -#: setup/class_setupStep_Checks.inc:216 +#: setup/class_setupStep_Checks.inc:226 msgid "" "This option influences the PHP output handling. Turn this Option off, to " "increase performance." @@ -1569,24 +1077,24 @@ msgstr "" "Diese Einstellung beeinflusst die Verarbeitung der Ausgabe. Stellen Sie " "diese auf 'off', um die Leistung zu erhöhen." -#: setup/class_setupStep_Checks.inc:217 +#: setup/class_setupStep_Checks.inc:227 msgid "Search for 'implicit_flush' in your php.ini and set it to 'Off'." msgstr "" "Suchen Sie in Ihrer php.ini nach 'implicit_flush' und setzen Sie es auf " "'Off'." -#: setup/class_setupStep_Checks.inc:224 +#: setup/class_setupStep_Checks.inc:234 msgid "The Execution time should be at least 30 seconds." msgstr "Die Ausführungszeit sollte mindestens 30 Sekunden betragen." -#: setup/class_setupStep_Checks.inc:225 +#: setup/class_setupStep_Checks.inc:235 msgid "" "Search for 'max_execution_time' in your php.ini and set it to '30' or higher." msgstr "" "Suchen Sie in Ihrer php.ini nach 'max_execution_time' und setzen Sie es auf " "'30' oder höher." -#: setup/class_setupStep_Checks.inc:232 +#: setup/class_setupStep_Checks.inc:242 msgid "" "Increase the server security by setting expose_php to 'off'. PHP won't send " "any information about the server you are running in this case." @@ -1595,16 +1103,16 @@ msgstr "" "setzen. PHP wird in dieser Einstellung keine Informationen über Ihren " "laufenden Server senden." -#: setup/class_setupStep_Checks.inc:233 +#: setup/class_setupStep_Checks.inc:243 msgid "Search for 'expose_php' in your php.ini and set if to 'Off'." msgstr "" "Suchen Sie in Ihrer php.ini nach 'expose_php' und setzen Sie es auf 'Off'." -#: setup/class_setupStep_Checks.inc:239 +#: setup/class_setupStep_Checks.inc:249 msgid "On" msgstr "An" -#: setup/class_setupStep_Checks.inc:240 +#: setup/class_setupStep_Checks.inc:250 msgid "" "Increase your server security by setting magic_quotes_gpc to 'on'. PHP will " "escape all quotes in strings in this case." @@ -1612,34 +1120,34 @@ msgstr "" "Erhöhen Sie die Sicherheit des Server, indem sie magic_quotes_gpc auf 'on' " "stellen. PHP wird in dieser Einstellung alle 'quotes' in 'strings' umwandeln." -#: setup/class_setupStep_Checks.inc:241 +#: setup/class_setupStep_Checks.inc:251 msgid "Search for 'magic_quotes_gpc' in your php.ini and set it to 'On'." msgstr "" "Suchen Sie in Ihrer php.ini nach 'magic_quotes_gpc' und setzen Sie es auf " "'On'." -#: setup/class_setupStep_Checks.inc:248 +#: setup/class_setupStep_Checks.inc:258 msgid "Increase your server performance by setting magic_quotes_gpc to 'off'." msgstr "" "Erhöhen Sie die Leistung des Servers, indem sie magic_quotes_gpc auf 'off' " "stellen." -#: setup/class_setupStep_Checks.inc:249 +#: setup/class_setupStep_Checks.inc:259 msgid "" "Search for 'zend.ze1_compatibility_mode' in your php.ini and set it to 'Off'." msgstr "" "Suchen Sie in Ihrer php.ini nach 'zend.ze1_compatibility_mode' und setzen " "Sie es auf 'Off'." -#: setup/class_setupStep_Checks.inc:259 +#: setup/class_setupStep_Checks.inc:269 msgid "Configuration writeable" msgstr "Konfigurationsdatei schreibbar" -#: setup/class_setupStep_Checks.inc:260 +#: setup/class_setupStep_Checks.inc:270 msgid "The configuration file can't be written" msgstr "Die Konfigurationsdatei kann nicht geschrieben werden" -#: setup/class_setupStep_Checks.inc:261 +#: setup/class_setupStep_Checks.inc:271 #, php-format msgid "" "GOsa reads its configuration from a file located in (%s/%s). The setup can " @@ -1656,124 +1164,11 @@ msgstr "Sprachauswahl" msgid "This step allows you to select your preferred language." msgstr "Dieser Schritt erlaubt es Ihnen, Ihre bevorzugte Sprache auszuwählen." -#: setup/class_setupStep_Language.inc:47 +#: setup/class_setupStep_Language.inc:47 include/class_core.inc:180 msgid "Automatic" msgstr "Automatisch" -#: setup/setup_config3.tpl:2 -msgid "GOsa core settings" -msgstr "GOsa-Grundeinstellungen" - -#: setup/setup_config3.tpl:6 -msgid "Enable primary group filter" -msgstr "Primären Gruppenfilter aktivieren" - -#: setup/setup_config3.tpl:18 -msgid "Display summary in listings" -msgstr "Zeige Zusammenfassung in Listen" - -#: setup/setup_config3.tpl:30 -msgid "Honour administrative units" -msgstr "Beachte administrative Einheiten" - -#: setup/setup_config3.tpl:42 -msgid "Smarty compile directory" -msgstr "Smarty Arbeitsverzeichnis" - -#: setup/setup_config3.tpl:51 -msgid "SNMP community" -msgstr "SNMP Gemeinschaft" - -#: setup/setup_config3.tpl:60 -msgid "Path for PPD storage" -msgstr "Pfad für PPD-Ablage" - -#: setup/setup_config3.tpl:77 -msgid "Path for kiosk profile storage" -msgstr "Pfad für Kioskprofil-Ablage" - -#: setup/setup_config3.tpl:96 -msgid "SUDO role base" -msgstr "Basis für SUDO-Rollen" - -#: setup/setup_config3.tpl:115 -msgid "Mail queue script" -msgstr "Mail-Queue Skript" - -#: setup/setup_config3.tpl:134 -msgid "Notification script" -msgstr "Benachrichtigungsskript" - -#: setup/setup_config3.tpl:153 -msgid "Enable edit locking" -msgstr "Aktiviere Bearbeitungssperre" - -#: setup/setup_config3.tpl:174 -msgid "Gosa support daemon" -msgstr "GOsa support daemon" - -#: setup/setup_config3.tpl:193 -msgid "Daemon timeout" -msgstr "Daemon-Zeitüberschreitung" - -#: setup/setup_config3.tpl:207 -msgid "Login and session" -msgstr "Anmeldung und Sitzung" - -#: setup/setup_config3.tpl:210 -msgid "Login attribute" -msgstr "Anmeldeattribut" - -#: setup/setup_config3.tpl:221 -msgid "Enforce register_globals to be deactivated" -msgstr "Erzwinge das Deaktivieren von register_globals" - -#: setup/setup_config3.tpl:233 -msgid "Enforce encrypted connections" -msgstr "Erzwinge verschlüsselte Verbindungen" - -#: setup/setup_config3.tpl:245 -msgid "Warn if session is not encrypted" -msgstr "Bei unverschlüsselten Verbindungen warnen" - -#: setup/setup_config3.tpl:257 -msgid "Remember dialog filter settings" -msgstr "Merken der Dialogfilter-Einstellungen" - -#: setup/setup_config3.tpl:269 -msgid "Session lifetime" -msgstr "Lebensdauer der Sitzung" - -#: setup/setup_config3.tpl:278 -msgid "Debugging" -msgstr "Debugging" - -#: setup/setup_config3.tpl:282 -msgid "Show PHP errors" -msgstr "Zeige PHP Fehler" - -#: setup/setup_config3.tpl:294 -msgid "Maximum LDAP query time" -msgstr "Maximale LDAP Abfragedauer" - -#: setup/setup_config3.tpl:312 -msgid "Log LDAP statistics" -msgstr "Protokolliere LDAP-Statistiken" - -#: setup/setup_config3.tpl:324 -msgid "Debug level" -msgstr "Debug Level" - -#: setup/setup_config3.tpl:329 setup/setup_config3.tpl:332 -msgid "Disabled" -msgstr "Deaktiviert" - -#: setup/setup_config3.tpl:330 setup/setup_config3.tpl:333 -#: ihtml/themes/modern/userFilterEditor.tpl:45 -msgid "Enabled" -msgstr "Aktiviert" - -#: setup/setup_migrate.tpl:5 +#: setup/setup_migrate.tpl:2 msgid "" "During the LDAP inspection, we're going to check for several common pitfalls " "that may occur when migration to GOsa base LDAP administration. You may want " @@ -1785,163 +1180,32 @@ msgstr "" "beseitigen (wenn vorhanden), um einen problemlosen Betrieb der Dienste zu " "ermöglichen." -#: setup/setup_migrate.tpl:33 -msgid "Check again" -msgstr "Erneut prüfen" +#: setup/setup_migrate.tpl:5 +#, fuzzy +msgid "Checks" +msgstr "Status prüfen" -#: setup/setup_migrate.tpl:38 +#: setup/setup_migrate.tpl:22 msgid "Add required object classes to the LDAP base" msgstr "Füge erforderliche Objekt-Klassen zum Basis-Objekt hinzu" -#: setup/setup_migrate.tpl:40 setup/setup_migrate.tpl:259 -#: setup/setup_migrate.tpl:367 setup/setup_migrate.tpl:425 -#: setup/setup_migrate.tpl:484 setup/setup_migrate.tpl:532 -#: setup/setup_migrate.tpl:581 +#: setup/setup_migrate.tpl:24 msgid "Current" msgstr "Aktuell" -#: setup/setup_migrate.tpl:47 setup/setup_migrate.tpl:263 -#: setup/setup_migrate.tpl:374 setup/setup_migrate.tpl:432 -#: setup/setup_migrate.tpl:488 setup/setup_migrate.tpl:536 -#: setup/setup_migrate.tpl:585 +#: setup/setup_migrate.tpl:28 msgid "After migration" msgstr "Nach der Migration" -#: setup/setup_migrate.tpl:62 setup/setup_migrate.tpl:112 +#: setup/setup_migrate.tpl:35 msgid "Close" msgstr "Schliessen" -#: setup/setup_migrate.tpl:68 -msgid "Move windows workstations into a valid windows workstation department" -msgstr "" -"Verschiebe Windows-Arbeitsstationen in eine gültige Windows-Workstation " -"Abteilung" - -#: setup/setup_migrate.tpl:70 -msgid "" -"This dialog allows you to move the displayed windows workstations into a " -"valid department" -msgstr "" -"Dieser Dialog ermöglicht es Ihnen, die angezeigten Windows-Arbeitsstationen " -"in eine gültige Abteilung zu verschieben" - -#: setup/setup_migrate.tpl:72 -msgid "" -"Be careful with this tool, there may be references pointing to this " -"workstations that can't be migrated." -msgstr "" -"Seien Sie vorsichtig mit diesem Werkzeug, es könnte Referenzen geben, die " -"auf diese Arbeitsstationen zeigen, die nicht migriert werden können." - -#: setup/setup_migrate.tpl:96 setup/setup_migrate.tpl:155 -#: setup/setup_migrate.tpl:211 setup/setup_migrate.tpl:391 -#: setup/setup_migrate.tpl:448 setup/setup_migrate.tpl:495 -#: setup/setup_migrate.tpl:543 setup/setup_migrate.tpl:592 -#: include/class_listing.inc:306 -msgid "Select all" -msgstr "Alle auswählen" - -#: setup/setup_migrate.tpl:98 -msgid "Move selected windows workstations into the following GOsa department" -msgstr "" -"Verschiebe die ausgewählten Windows-Arbeitsstationen in die folgende GOsa-" -"Abteilung" - -#: setup/setup_migrate.tpl:103 -msgid "Move selected workstations" -msgstr "Die gewählten Arbeitsstationen verschieben" - -#: setup/setup_migrate.tpl:105 -msgid "What will be done here" -msgstr "Was wird hier durchgeführt" - -#: setup/setup_migrate.tpl:119 -msgid "Move groups into configured group tree" -msgstr "Verschiebe Gruppen in den konfigurierten Gruppenbaum" - -#: setup/setup_migrate.tpl:122 -msgid "" -"This dialog allows moving a couple of groups to the configured group tree. " -"Doing this may straighten your LDAP service." -msgstr "" -"Dieser Dialog ermöglicht Ihnen das Verschieben einer Zahl von Gruppen in den " -"konfigurierten Gruppenbaum. Dies kann Ihren LDAP-Dienst aufräumen." - -#: setup/setup_migrate.tpl:125 -msgid "" -"Be careful with this option! There may be references pointing to these " -"groups. The GOsa setup can't migrate references, so you may want to cancel " -"the migration in this case." -msgstr "" -"Seien Sie vorsichtig mt dieser Option! Es könnte Referenzen geben, die auf " -"diese Gruppen verweisen. Die GOsa-Einrichtung kann Referenzen nicht " -"migrieren, Sie sollten die Migration an dieser Stelle abbrechen." - -#: setup/setup_migrate.tpl:128 -msgid "Move selected groups into this group tree" -msgstr "Verschiebe die ausgewählten Gruppen in diesen Gruppenbaum" - -#: setup/setup_migrate.tpl:159 setup/setup_migrate.tpl:215 -#: setup/setup_migrate.tpl:269 setup/setup_migrate.tpl:395 -#: setup/setup_migrate.tpl:452 setup/setup_migrate.tpl:500 -#: setup/setup_migrate.tpl:548 setup/setup_migrate.tpl:597 -msgid "Hide changes" -msgstr "Verstecke Änderungen" - -#: setup/setup_migrate.tpl:162 setup/setup_migrate.tpl:218 -#: setup/setup_migrate.tpl:251 setup/setup_migrate.tpl:398 -#: setup/setup_migrate.tpl:455 setup/setup_migrate.tpl:505 -#: setup/setup_migrate.tpl:553 setup/setup_migrate.tpl:602 -msgid "Show changes" -msgstr "Zeige Änderungen" - -#: setup/setup_migrate.tpl:178 -msgid "Move users into configured user tree" -msgstr "Verschiebe Benutzer in den konfigurierten Benutzerbaum" - -#: setup/setup_migrate.tpl:180 -msgid "" -"This dialog allows moving a couple of users to the configured user tree. " -"Doing this may straighten your LDAP service." -msgstr "" -"Dieser Dialol ermöglicht Ihnen das Verschieben einer Zahl von Nutzern in den " -"konfigurierten Benutzerbaum. Dies kann Ihren LDAP-Dienst aufräumen." - -#: setup/setup_migrate.tpl:183 -msgid "" -"Be careful with this option! There may be references pointing to these " -"users. The GOsa setup can't migrate references, so you may want to cancel " -"the migration in this case." -msgstr "" -"Seien Sie vorsichtig mt dieser Option! Es könnte Referenzen geben, die auf " -"diese Benutzer verweisen. Die GOsa-Einrichtung kann Referenzen nicht " -"migrieren, Sie sollten die Migration an dieser Stelle abbrechen." - -#: setup/setup_migrate.tpl:186 -msgid "Move selected users into this people tree" -msgstr "Verschiebe die ausgewählten Benutzer in diesen Benutzerbaum" - -#: setup/setup_migrate.tpl:233 -msgid "Migrate GOsa 2.5 administrative accounts" -msgstr "Migriere GOsa 2.5 Administrator-Konten" - -#: setup/setup_migrate.tpl:235 -msgid "" -"This dialog allows the migration of GOsa 2.5 admin accounts into GOsa 2.6 " -"useable accounts." -msgstr "" -"Dieser Dialog erlaubt die Migration von Administrativen Konten von GOsa 2.5 " -"nach GOsa 2.6." - -#: setup/setup_migrate.tpl:293 -msgid "Abort" -msgstr "Abbrechen" - -#: setup/setup_migrate.tpl:296 +#: setup/setup_migrate.tpl:40 msgid "Create a new GOsa administrator account" msgstr "Erzeuge ein neues GOsa Administratorkonto" -#: setup/setup_migrate.tpl:299 +#: setup/setup_migrate.tpl:41 msgid "" "This dialog will automatically add a new super administrator to your LDAP " "tree." @@ -1949,94 +1213,20 @@ msgstr "" "Dieser Dialog wird automatisch einen neuen Superadministrator in Ihren LDAP-" "Baum einfügen." -#: setup/setup_migrate.tpl:312 -#: plugins/personal/posix/class_posixAccount.inc:1312 +#: setup/setup_migrate.tpl:49 +#: plugins/personal/posix/class_posixAccount.inc:1308 msgid "User ID" msgstr "Benutzer-ID" -#: setup/setup_migrate.tpl:328 +#: setup/setup_migrate.tpl:53 ihtml/themes/default/login.tpl:47 +#: plugins/personal/generic/paste_generic.tpl:21 +msgid "Password" +msgstr "Passwort" + +#: setup/setup_migrate.tpl:57 msgid "Password (again)" msgstr "Passwort (erneut)" -#: setup/setup_migrate.tpl:356 -msgid "" -"The listed departments are currently invisible in the GOsa user interface. " -"If you want to change this for a couple of entries, select them and use the " -"migrate button below." -msgstr "" -"Die angezeigten Abteilungen sind momentan in GOsa unsichtbar. Wenn Sie dies " -"für eine Zahl von Einträgen ändern möchten, wählen Sie sie einfach aus und " -"verwenden den 'Migrieren'-Knopf unterhalb." - -#: setup/setup_migrate.tpl:357 setup/setup_migrate.tpl:416 -#: setup/setup_migrate.tpl:476 setup/setup_migrate.tpl:525 -#: setup/setup_migrate.tpl:574 -msgid "" -"If you want to know what will be done when migrating the selected entries, " -"use the 'Show changes' button to see the LDIF." -msgstr "" -"Wenn Sie erfahren möchten, was bei der Migration der gewählten Einträge " -"erfolgen wird, verwenden Sie den 'Zeige Änderungen'-Knopf um das LDIF zu " -"sehen." - -#: setup/setup_migrate.tpl:415 -msgid "" -"The listed users are currently invisible in the GOsa user interface. If you " -"want to change this for a couple of users, just select them and use the " -"'Migrate' button below." -msgstr "" -"Die folgenden Benutzer sind momentan in GOsa unsichtbar. Wenn Sie dies für " -"einen oder mehrere Benutzer ändern möchten, wählen Sie sie einfach aus und " -"drücken Sie den 'Migrieren'-Knopf unterhalb." - -#: setup/setup_migrate.tpl:475 -msgid "" -"The listed devices are currently invisible in the GOsa interface. If you " -"want to change this for a couple of devices, just select them and use the " -"'Migrate' button below." -msgstr "" -"Die folgenden Geräte sind momentan in GOsa unsichtbar. Wenn Sie dies für " -"eines oder mehrere Geräte ändern möchten, wählen Sie sie einfach aus und " -"drücken Sie den 'Migrieren'-Knopf unten." - -#: setup/setup_migrate.tpl:502 setup/setup_migrate.tpl:550 -#: setup/setup_migrate.tpl:599 -msgid "Refresh" -msgstr "Auffrischen" - -#: setup/setup_migrate.tpl:524 -msgid "" -"The listed services are currently invalid for the GOsa version you are going " -"to install. If you want to update a couple of service, just select them and " -"use the 'Migrate' button below." -msgstr "" -"Die folgenden Dienste sind momentan für die GOsa-Version ungültig, die Sie " -"gerade installieren. Wenn Sie einen oder mehrere Dienste aktualisieren " -"möchten, wählen Sie sie einfach aus und drücken Sie den 'Migrieren'-Knopf " -"unterhalb." - -#: setup/setup_migrate.tpl:573 -msgid "" -"The listed menus are currently invisible in the GOsa interface. If you want " -"to change this for a couple of devices, just select them and use the " -"'Migrate' button below." -msgstr "" -"Die folgenden Menüs sind momentan in GOsa unsichtbar. Wenn Sie dies für " -"eines oder mehrere Menüs ändern möchten, wählen Sie sie einfach aus und " -"drücken Sie den 'Migrieren'-Knopf unterhalb." - -#: setup/setup_frame.tpl:12 -msgid "GOsa setup wizard" -msgstr "GOsa Einrichtungsassistent" - -#: setup/setup_frame.tpl:19 -msgid "Installation" -msgstr "Installation" - -#: setup/setup_frame.tpl:19 -msgid "Setup" -msgstr "Einrichtung" - #: setup/class_setupStep_Welcome.inc:38 msgid "Welcome" msgstr "Willkommen" @@ -2046,7 +1236,8 @@ msgid "The welcome message" msgstr "Die Willkommensnachricht" #: setup/class_setupStep_Welcome.inc:40 -msgid "Welcome to GOsa setup wizard" +#, fuzzy +msgid "Welcome to the GOsa setup assistent" msgstr "Willkommen beim GOsa Einrichtungsassistent" #: setup/setup_language.tpl:3 @@ -2068,42 +1259,80 @@ msgstr "" msgid "Please select your preferred language here" msgstr "Bitte wählen Sie hier Ihre bevorzugte Sprache" -#: setup/setup_checks.tpl:9 +#: setup/setup_checks.tpl:2 +msgid "" +"This step checks if your PHP server has all required modules and " +"configuration settings." +msgstr "" +"Dieser Schritt prüft ob ihre PHP-Umgebung die notwendigen Module eingebunden " +"hat, sowie richtig konfiguriert ist." + +#: setup/setup_checks.tpl:5 +#, fuzzy +msgid "Inspection" +msgstr "LDAP-Inspektion" + +#: setup/setup_checks.tpl:8 msgid "PHP module and extension checks" msgstr "PHP Modul- und Erweiterungsprüfung" -#: setup/setup_checks.tpl:41 setup/setup_checks.tpl:103 +#: setup/setup_checks.tpl:10 +msgid "Basic checks" +msgstr "Grundlegende Prüfungen" + +#: setup/setup_checks.tpl:27 setup/setup_checks.tpl:68 +#: plugins/personal/posix/class_posixAccount.inc:650 +#: plugins/personal/posix/class_posixAccount.inc:773 +#: plugins/admin/groups/class_group.inc:832 +#: plugins/admin/departments/dep_move_confirm.tpl:2 include/functions.inc:2640 +#: include/functions.inc:2644 include/functions.inc:2650 +#: include/functions.inc:2674 include/utils/class_xml.inc:37 +#: include/class_tabs.inc:249 include/class_configRegistry.inc:655 +#: include/class_configRegistry.inc:670 include/class_configRegistry.inc:685 +#: include/class_configRegistry.inc:700 include/class_configRegistry.inc:716 +#: include/class_configRegistry.inc:721 include/class_configRegistry.inc:738 +#: include/class_configRegistry.inc:743 include/class_configRegistry.inc:761 +#: include/class_configRegistry.inc:766 include/class_configRegistry.inc:782 +#: include/class_configRegistry.inc:797 include/class_configRegistry.inc:812 +#: html/password.php:316 +msgid "Warning" +msgstr "Warnung" + +#: setup/setup_checks.tpl:38 setup/setup_checks.tpl:79 msgid "GOsa will NOT run without fixing this." msgstr "" "GOsa kann nicht ausgeführt werden, wenn das Problem nicht behoben wird." -#: setup/setup_checks.tpl:45 setup/setup_checks.tpl:107 +#: setup/setup_checks.tpl:40 setup/setup_checks.tpl:81 msgid "GOsa will run without fixing this." msgstr "GOsa wird verwendbar sein, ohne dies zu beheben." -#: setup/setup_checks.tpl:67 +#: setup/setup_checks.tpl:50 msgid "PHP setup configuration" msgstr "Konfiguration der PHP-Umgebung" -#: setup/setup_checks.tpl:67 +#: setup/setup_checks.tpl:50 msgid "show information" msgstr "zeige Information" -#: setup/class_setupStep_Finish.inc:37 -#: ihtml/themes/default/copyPasteDialog.tpl:32 -#: ihtml/themes/modern/copyPasteDialog.tpl:30 +#: setup/setup_checks.tpl:51 +msgid "Extended checks" +msgstr "Erweiterte Prüfungen" + +#: setup/class_setupStep_Finish.inc:39 +#: ihtml/themes/default/copyPasteDialog.tpl:30 msgid "Finish" msgstr "Speichern" -#: setup/class_setupStep_Finish.inc:38 +#: setup/class_setupStep_Finish.inc:40 msgid "Write configuration file" msgstr "Schreibe Konfigurationsdatei" -#: setup/class_setupStep_Finish.inc:39 +#: setup/class_setupStep_Finish.inc:41 msgid "Finish - write the configuration file" msgstr "Abschluß - Schreiben der Konfigurationsdatei" -#: setup/class_setupStep_Finish.inc:104 +#: setup/class_setupStep_Finish.inc:106 msgid "" "Your configuration file is currently world readable. Please update the file " "permissions!" @@ -2111,11 +1340,11 @@ msgstr "" "Ihre Konfigurationsdatei ist momentan für jeden lesbar. Bitte ändern Sie die " "Zugriffsrechte!" -#: setup/class_setupStep_Finish.inc:106 +#: setup/class_setupStep_Finish.inc:108 msgid "The configuration is currently not readable or it does not exists." msgstr "Die Konfiguration ist momentan nicht lesbar oder existiert nicht." -#: setup/class_setupStep_Finish.inc:115 +#: setup/class_setupStep_Finish.inc:117 #, php-format msgid "" "After downloading and placing the file under %s, please make sure that the " @@ -2128,112 +1357,75 @@ msgstr "" "Nutzer aber nicht. Führen Sie diese Kommandos aus, um die obigen " "Voraussetzungen zu erfüllen:" -#: setup/class_setupStep_Config1.inc:74 setup/class_setupStep_Config1.inc:75 -msgid "GOsa settings 1/3" -msgstr "GOsa-Einstellungen 1/3" - -#: setup/class_setupStep_Config1.inc:76 -msgid "GOsa generic settings" -msgstr "Allgemeine GOsa-Einstellungen" - -#: setup/class_setupStep_Config1.inc:118 -#, php-format -msgid "The specified value for '%s' must be a numeric value" -msgstr "Der angegebene Wert für '%s' muss numerisch sein." - -#: setup/class_setupStep_Config1.inc:122 setup/class_setupStep_Config1.inc:126 -#, php-format -msgid "Don't add a trailing comma to '%s'." -msgstr "Fügen Sie kein Komma an das Ende von '%s'." - -#: setup/class_setupStep_Config1.inc:122 -msgid "People storage ou" -msgstr "Ablage-OU für Benutzer:" - -#: setup/class_setupStep_Config1.inc:126 -msgid "Group storage ou" -msgstr "Ablage-OU für Gruppen:" - -#: setup/class_setupStep_Config1.inc:130 -msgid "Uid base must be numeric" -msgstr "Der Wert für 'UID Base' muss numerisch sein" +#: ihtml/themes/default/ldifViewer.tpl:1 +msgid "Raw LDAP entry" +msgstr "Reiner LDAP-Eintrag" -#: setup/class_setupStep_Config1.inc:134 -msgid "The given password minimum length is not numeric." -msgstr "Die angegebene minimale Passwortlänge ist nicht numerisch." - -#: setup/class_setupStep_Config1.inc:137 -msgid "The given password differ value is not numeric." -msgstr "Die angegebene Passwort-Differenz ist nicht numerisch." - -#: ihtml/themes/default/acl.tpl:7 ihtml/themes/modern/acl.tpl:7 -#: plugins/admin/acl/acl_role.tpl:3 plugins/admin/acl/acl_role.tpl:4 +#: ihtml/themes/default/acl.tpl:7 plugins/admin/acl/acl_role.tpl:3 +#: plugins/admin/acl/acl_role.tpl:4 msgid "Assigned ACL for current entry" msgstr "Zugewiesene ACL für aktuellen Eintrag" -#: ihtml/themes/default/acl.tpl:12 ihtml/themes/modern/acl.tpl:10 -#: plugins/admin/acl/acl_role.tpl:38 +#: ihtml/themes/default/acl.tpl:10 plugins/admin/acl/acl_role.tpl:38 msgid "New ACL" msgstr "Neue ACL" -#: ihtml/themes/default/acl.tpl:18 ihtml/themes/modern/acl.tpl:19 -#: plugins/admin/acl/acl_role.tpl:45 +#: ihtml/themes/default/acl.tpl:15 ihtml/themes/default/acl.tpl:16 +#: include/class_userFilter.inc:55 +msgid "Options" +msgstr "Optionen" + +#: ihtml/themes/default/acl.tpl:19 plugins/admin/acl/acl_role.tpl:45 msgid "ACL type" msgstr "ACL-Typ" -#: ihtml/themes/default/acl.tpl:20 ihtml/themes/default/acl.tpl:25 -#: ihtml/themes/modern/acl.tpl:23 ihtml/themes/modern/acl.tpl:28 +#: ihtml/themes/default/acl.tpl:23 ihtml/themes/default/acl.tpl:28 #: plugins/admin/acl/acl_role.tpl:45 msgid "Select an acl type" msgstr "Wählen Sie einen ACL-Typ" -#: ihtml/themes/default/acl.tpl:38 ihtml/themes/modern/acl.tpl:40 +#: ihtml/themes/default/acl.tpl:40 msgid "Additional filter options" msgstr "Zusätzliche Filteroptionen" -#: ihtml/themes/default/acl.tpl:49 ihtml/themes/modern/acl.tpl:57 +#: ihtml/themes/default/acl.tpl:53 ihtml/themes/default/acl.tpl:65 +#: include/class_acl.inc:1106 +msgid "Members" +msgstr "Mitglieder" + +#: ihtml/themes/default/acl.tpl:54 +msgid "Member selection" +msgstr "Mitglieder-Auswahl" + +#: ihtml/themes/default/acl.tpl:57 msgid "Use members from" msgstr "Verwende Mitglieder von" -#: ihtml/themes/default/acl.tpl:64 -msgid "Available members" -msgstr "Verfügbare Mitglieder" - -#: ihtml/themes/default/acl.tpl:66 ihtml/themes/default/acl.tpl:71 -#: ihtml/themes/modern/acl.tpl:69 ihtml/themes/modern/acl.tpl:74 +#: ihtml/themes/default/acl.tpl:69 ihtml/themes/default/acl.tpl:74 msgid "List message possible targets" msgstr "Zeige mögliche Empfänger dieser Nachricht" -#: ihtml/themes/default/acl.tpl:87 ihtml/themes/modern/acl.tpl:53 -#: ihtml/themes/modern/acl.tpl:65 include/class_acl.inc:1104 -msgid "Members" -msgstr "Mitglieder" - -#: ihtml/themes/default/acl.tpl:89 ihtml/themes/default/acl.tpl:95 -#: ihtml/themes/modern/acl.tpl:92 ihtml/themes/modern/acl.tpl:98 +#: ihtml/themes/default/acl.tpl:92 ihtml/themes/default/acl.tpl:98 msgid "List message recipients" msgstr "Zeige Nachrichtenempfänger" -#: ihtml/themes/default/acl.tpl:109 ihtml/themes/modern/acl.tpl:112 -#: plugins/admin/acl/acl_role.tpl:51 +#: ihtml/themes/default/acl.tpl:112 plugins/admin/acl/acl_role.tpl:51 msgid "List of available ACL categories" msgstr "Liste verfügbarer ACL-Kategorien" -#: ihtml/themes/default/acl.tpl:117 ihtml/themes/modern/acl.tpl:120 +#: ihtml/themes/default/acl.tpl:120 msgid "ACL for this object" msgstr "ACL für dieses Objekt" -#: ihtml/themes/default/acl.tpl:123 ihtml/themes/modern/acl.tpl:126 +#: ihtml/themes/default/acl.tpl:126 msgid "Available roles" msgstr "Verfügbare Rollen" #: ihtml/themes/default/copyPasteDialog.tpl:1 -#: ihtml/themes/modern/copyPasteDialog.tpl:1 msgid "Copy & paste wizard" msgstr "Kopieren & Einfügen - Assistent" #: ihtml/themes/default/copyPasteDialog.tpl:7 -#: ihtml/themes/modern/copyPasteDialog.tpl:7 msgid "" "Some values need to be unique in the complete directory while some " "combinations make no sense. GOsa shows the relevant attributes. Please " @@ -2245,14 +1437,12 @@ msgstr "" "Auflagen zu erfüllen." #: ihtml/themes/default/copyPasteDialog.tpl:9 -#: ihtml/themes/modern/copyPasteDialog.tpl:9 msgid "Remember that some properties like taken snapshots will not be copied!" msgstr "" "Beachten Sie, dass manche Einstellungen wie z.B. erstellte Snapshots nicht " "kopiert werden!" #: ihtml/themes/default/copyPasteDialog.tpl:10 -#: ihtml/themes/modern/copyPasteDialog.tpl:10 msgid "" "Or if you copy or cut an entry within GOsa and delete the source object, you " "may get errors while pasting this object again!" @@ -2262,29 +1452,24 @@ msgstr "" "erhalten, wenn Sie das Objekt einfügen!" #: ihtml/themes/default/copyPasteDialog.tpl:19 -#: ihtml/themes/modern/copyPasteDialog.tpl:19 -#: include/utils/class_msgPool.inc:330 +#: include/utils/class_msgPool.inc:313 #, php-format msgid "Save" msgstr "Speichern" -#: ihtml/themes/default/copyPasteDialog.tpl:24 -#: ihtml/themes/modern/copyPasteDialog.tpl:23 +#: ihtml/themes/default/copyPasteDialog.tpl:23 msgid "Cancel all" msgstr "Alle abbrechen" -#: ihtml/themes/default/copyPasteDialog.tpl:30 -#: ihtml/themes/modern/copyPasteDialog.tpl:28 +#: ihtml/themes/default/copyPasteDialog.tpl:28 msgid "Operation complete" msgstr "Vorgang abgeschlossen" #: ihtml/themes/default/logout-close.tpl:5 -#: ihtml/themes/modern/logout-close.tpl:5 msgid "Your GOsa session has been closed!" msgstr "Ihre GOsa-Sitzung wurde geschlossen!" #: ihtml/themes/default/logout-close.tpl:7 -#: ihtml/themes/modern/logout-close.tpl:7 msgid "" "Please close this browser window and clean the authentication caches to " "avoid an automatic re-authentication by your browser." @@ -2293,62 +1478,38 @@ msgstr "" "Authentisierungscache um eine automatische Wiederanmeldung des Browsers zu " "verhindern." -#: ihtml/themes/default/login.tpl:10 -msgid "GOsa login screen" -msgstr "GOsa Anmeldefenster" - -#: ihtml/themes/default/login.tpl:27 -msgid "Login screen" -msgstr "Anmeldefenster" - -#: ihtml/themes/default/login.tpl:34 -msgid "" -"Please use your username and your password to log into the site " -"administration system." -msgstr "" -"Nutzen Sie Ihren Benutzernamen und Ihr Passwort, um sich an der Verwaltung " -"des Standorts anzumelden." +#: ihtml/themes/default/login.tpl:31 +#, fuzzy +msgid "Login to GOsa" +msgstr "Willkommen bei GOsa" -#: ihtml/themes/default/login.tpl:42 ihtml/themes/default/login.tpl:44 -#: ihtml/themes/default/password.tpl:69 ihtml/themes/default/password.tpl:71 -#: ihtml/themes/modern/login.tpl:37 ihtml/themes/modern/login.tpl:40 +#: ihtml/themes/default/login.tpl:37 ihtml/themes/default/login.tpl:40 msgid "Username" msgstr "Benutzername" -#: ihtml/themes/default/login.tpl:52 ihtml/themes/default/login.tpl:53 -#: ihtml/themes/default/password.tpl:60 ihtml/themes/default/password.tpl:62 -#: ihtml/themes/modern/login.tpl:62 -msgid "Directory" -msgstr "Verzeichnis" +#: ihtml/themes/default/login.tpl:61 +msgid "Choose the directory to work on" +msgstr "Wählen Sie das Verzeichnis auf dem gearbeitet werden soll" -#: ihtml/themes/default/login.tpl:77 ihtml/themes/default/login.tpl:80 -#: ihtml/themes/modern/login.tpl:31 ihtml/themes/modern/login.tpl:67 -#: ihtml/themes/modern/login.tpl:68 -msgid "Sign in" -msgstr "Anmelden" - -#: ihtml/themes/default/login.tpl:78 ihtml/themes/modern/login.tpl:67 +#: ihtml/themes/default/login.tpl:66 msgid "Click here to log in" msgstr "Hier klicken zum Anmelden" -#: ihtml/themes/default/remove.tpl:6 -msgid "" -"This may be used by several groups. Please double check if your really want " -"to do this since there is no way for GOsa to get your data back." -msgstr "" -"Dieser Eintrag wird unter Umständen von verschiedenen Gruppen genutzt. Bitte " -"überprüfen Sie genau was Sie tun, da GOsa keine Möglichkeit hat, die Daten " -"wiederherzustellen." +#: ihtml/themes/default/login.tpl:66 ihtml/themes/default/login.tpl:67 +#, fuzzy +msgid "Log in" +msgstr "Kennung" -#: ihtml/themes/default/remove.tpl:9 -msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." -msgstr "" -"Wenn Sie sicher sind, drücken Sie 'Entfernen' um fortzufahren oder " -"'Abbrechen' zum Abbruch." +#: ihtml/themes/default/userFilter.tpl:1 +msgid "List of defined filters" +msgstr "Liste der definierten Filter" + +#: ihtml/themes/default/framework.tpl:9 +#, fuzzy +msgid "Log out" +msgstr "Abmelden" -#: ihtml/themes/default/framework.tpl:8 ihtml/themes/default/framework.tpl:11 -#: ihtml/themes/default/framework.tpl:20 ihtml/themes/default/framework.tpl:24 -#: ihtml/themes/modern/framework.tpl:10 include/class_pluglist.inc:229 +#: ihtml/themes/default/framework.tpl:10 msgid "" "You are currently editing a database entry. Do you want to dismiss the " "changes?" @@ -2356,39 +1517,24 @@ msgstr "" "Sie bearbeiten gerade einen Datenbankeintrag. Sollen die Daten verworfen " "werden?" -#: ihtml/themes/default/framework.tpl:8 ihtml/themes/default/framework.tpl:11 -msgid "Main" -msgstr "Hauptmenü" - -#: ihtml/themes/default/framework.tpl:16 -msgid "Help" -msgstr "Hilfe" - -#: ihtml/themes/default/framework.tpl:21 ihtml/themes/default/framework.tpl:25 -msgid "Sign out" -msgstr "Abmelden" - -#: ihtml/themes/default/framework.tpl:29 -msgid "Signed in:" -msgstr "Angemeldet:" - -#: ihtml/themes/default/framework.tpl:32 -msgid "GOsa main menu" -msgstr "GOsa Hauptmenü" +#: ihtml/themes/default/framework.tpl:22 +#, fuzzy, php-format +msgid "Session expires in %d!" +msgstr "Die Sitzung ist nicht verschlüsselt!" -#: ihtml/themes/default/help.tpl:9 ihtml/themes/modern/help.tpl:9 +#: ihtml/themes/default/help.tpl:9 msgid "GOsa help viewer" msgstr "GOsa Hilfe-Browser" -#: ihtml/themes/default/help.tpl:15 ihtml/themes/modern/help.tpl:15 +#: ihtml/themes/default/help.tpl:15 msgid "Index" msgstr "Index" -#: ihtml/themes/default/islocked.tpl:2 ihtml/themes/modern/islocked.tpl:4 +#: ihtml/themes/default/islocked.tpl:4 msgid "Locking conflict detected" msgstr "Ein Zugriffskonflikt wurde festgestellt" -#: ihtml/themes/default/islocked.tpl:9 ihtml/themes/modern/islocked.tpl:14 +#: ihtml/themes/default/islocked.tpl:14 msgid "" "If this lock detection is false, the other person has obviously closed the " "webbrowser during the edit operation. You may want to take over the lock by " @@ -2399,82 +1545,15 @@ msgstr "" "Webbrowser geschlossen. In einem solchen Fall können Sie den Konflikt durch " "einen Klick auf Trotzdem bearbeiten übergehen." -#: ihtml/themes/default/islocked.tpl:16 ihtml/themes/modern/islocked.tpl:23 +#: ihtml/themes/default/islocked.tpl:23 msgid "Read only" msgstr "Nur anschauen" -#: ihtml/themes/default/password.tpl:6 -msgid "Change your password" -msgstr "Ihr Passwort ändern" - -#: ihtml/themes/default/password.tpl:35 -msgid "Success" -msgstr "Erfolg" - -#: ihtml/themes/default/password.tpl:35 -msgid "Your password has been changed successfully." -msgstr "Ihr Passwort wurde erfolgreich geändert." - -#: ihtml/themes/default/password.tpl:41 -#: plugins/personal/password/class_password.inc:78 -#: plugins/personal/password/class_password.inc:81 -#: plugins/personal/password/class_password.inc:84 -#: plugins/personal/password/class_password.inc:87 -#: plugins/personal/password/class_password.inc:90 -#: plugins/personal/password/class_password.inc:93 -#: plugins/personal/password/class_password.inc:107 -#: plugins/personal/password/class_password.inc:113 -#: plugins/admin/users/class_userManagement.inc:277 html/main.php:341 -msgid "Password change" -msgstr "Passwort-Änderung" - -#: ihtml/themes/default/password.tpl:53 -msgid "" -"This dialog provides a simple way to change your password. Enter the current " -"password and the new password (twice) in the fields below and press the " -"'Change' button." -msgstr "" -"Dieser Dialog ermöglicht Ihnen auf einfache Weise, Ihr Passwort zu ändern. " -"Geben Sie das aktuelle Passwort und zweimal das neue Passwort in den Feldern " -"unterhalb ein und drücken Sie den 'Ändern'-Knopf." - -#: ihtml/themes/default/password.tpl:78 ihtml/themes/default/password.tpl:79 -#: plugins/personal/password/password.tpl:13 html/password.php:243 -msgid "Current password" -msgstr "Momentanes Passwort" - -#: ihtml/themes/default/password.tpl:82 ihtml/themes/default/password.tpl:83 -#: plugins/personal/password/password.tpl:18 -#: plugins/personal/generic/password.tpl:7 -#: plugins/personal/myaccount/main.inc:97 plugins/admin/users/password.tpl:13 -#: plugins/admin/users/class_userManagement.inc:250 html/password.php:220 -msgid "New password" -msgstr "Neues Passwort" - -#: ihtml/themes/default/password.tpl:86 ihtml/themes/default/password.tpl:87 -msgid "New password repeated" -msgstr "Neues Passwort (Wiederholung)" - -#: ihtml/themes/default/password.tpl:90 -#: plugins/personal/password/password.tpl:28 -msgid "Password strength" -msgstr "Passwort-Stärke" - -#: ihtml/themes/default/password.tpl:101 -msgid "Change" -msgstr "Ändern" - -#: ihtml/themes/default/password.tpl:102 -msgid "Click here to change your password" -msgstr "Hier klicken, um Ihr Passwort zu ändern" - -#: ihtml/themes/default/snapshotdialog.tpl:3 -#: ihtml/themes/modern/snapshotdialog.tpl:3 -msgid "Restoring object snapshots" -msgstr "Stelle Objekt-Snapshots wieder her" +#: ihtml/themes/default/snapshotdialog.tpl:3 +msgid "Restoring object snapshots" +msgstr "Stelle Objekt-Snapshots wieder her" #: ihtml/themes/default/snapshotdialog.tpl:6 -#: ihtml/themes/modern/snapshotdialog.tpl:6 msgid "" "This procedure will restore a snapshot of the selected object. It will " "replace the existing object after pressing the restore button." @@ -2484,7 +1563,6 @@ msgstr "" "Knopf gedrückt haben." #: ihtml/themes/default/snapshotdialog.tpl:9 -#: ihtml/themes/modern/snapshotdialog.tpl:9 msgid "" "Remember that DNS configuration and database entries could not be restored. " "For some objects it is only nescessary to open and save them again (goFon), " @@ -2496,7 +1574,6 @@ msgstr "" "erstellt werden (glpi)." #: ihtml/themes/default/snapshotdialog.tpl:12 -#: ihtml/themes/modern/snapshotdialog.tpl:12 msgid "" "Don't forget to check references to other objects, for example does the " "selected printer still exists ?" @@ -2505,34 +1582,28 @@ msgstr "" "gewählte Drucker noch existiert." #: ihtml/themes/default/snapshotdialog.tpl:20 -#: ihtml/themes/default/snapshotdialog.tpl:62 -#: ihtml/themes/modern/snapshotdialog.tpl:20 -#: ihtml/themes/modern/snapshotdialog.tpl:63 -#: plugins/admin/departments/class_department.inc:624 -#: include/utils/class_msgPool.inc:475 include/class_acl.inc:797 -#: include/class_acl.inc:804 include/class_acl.inc:811 +#: ihtml/themes/default/snapshotdialog.tpl:63 +#: plugins/admin/departments/class_department.inc:626 +#: include/utils/class_msgPool.inc:458 include/class_acl.inc:795 +#: include/class_acl.inc:802 include/class_acl.inc:809 msgid "Object" msgstr "Objekt" #: ihtml/themes/default/snapshotdialog.tpl:29 -#: ihtml/themes/modern/snapshotdialog.tpl:29 msgid "There is no snapshot available that could be restored" msgstr "Es ist kein Snapshot verfügbar, der wiederhergestellt werden kann" #: ihtml/themes/default/snapshotdialog.tpl:31 -#: ihtml/themes/modern/snapshotdialog.tpl:31 msgid "Choose a snapshot and click the folder image, to restore the snapshot" msgstr "" "Wählen Sie einen Snapshot und klicken Sie auf das Ordner-Bild, um diesen " "wiederherzustellen." -#: ihtml/themes/default/snapshotdialog.tpl:49 -#: ihtml/themes/modern/snapshotdialog.tpl:50 +#: ihtml/themes/default/snapshotdialog.tpl:50 msgid "Creating object snapshots" msgstr "Erstelle Objekte-Snapshots" -#: ihtml/themes/default/snapshotdialog.tpl:52 -#: ihtml/themes/modern/snapshotdialog.tpl:53 +#: ihtml/themes/default/snapshotdialog.tpl:53 msgid "" "This procedure will create a snapshot of the selected object. It will be " "stored inside a special branch of your directory system and can be restored " @@ -2542,8 +1613,7 @@ msgstr "" "innerhalb eines speziellen Zweiges Ihres Verzeichnisses gespeichert und kann " "später wieder hergestellt werden." -#: ihtml/themes/default/snapshotdialog.tpl:55 -#: ihtml/themes/modern/snapshotdialog.tpl:56 +#: ihtml/themes/default/snapshotdialog.tpl:56 msgid "" "Remember that database entries, DNS configurations and possibly created " "zones in server extensions will not be stored in the snapshot." @@ -2552,25 +1622,22 @@ msgstr "" "erstellte Zonen in den Server-Erweiterungen nicht im Snapshot gespeichert " "werden." -#: ihtml/themes/default/snapshotdialog.tpl:70 -#: ihtml/themes/modern/snapshotdialog.tpl:71 +#: ihtml/themes/default/snapshotdialog.tpl:71 msgid "Timestamp" msgstr "Zeitstempel" -#: ihtml/themes/default/snapshotdialog.tpl:79 -#: ihtml/themes/modern/snapshotdialog.tpl:80 +#: ihtml/themes/default/snapshotdialog.tpl:80 msgid "Reason for generating this snapshot" msgstr "Grund für das Erzeugen dieses Snapshots" -#: ihtml/themes/default/snapshotdialog.tpl:87 -#: ihtml/themes/modern/snapshotdialog.tpl:88 +#: ihtml/themes/default/snapshotdialog.tpl:88 #: plugins/admin/users/template.tpl:49 -#: plugins/admin/departments/class_department.inc:564 -#: plugins/admin/departments/class_department.inc:646 +#: plugins/admin/departments/class_department.inc:566 +#: plugins/admin/departments/class_department.inc:648 msgid "Continue" msgstr "Fortsetzen" -#: ihtml/themes/default/sizelimit.tpl:3 ihtml/themes/modern/sizelimit.tpl:3 +#: ihtml/themes/default/sizelimit.tpl:3 msgid "" "The size limit option makes LDAP operations faster and saves the LDAP server " "from getting too much load. The easiest way to handle big databases without " @@ -2583,16 +1650,16 @@ msgstr "" "bearbeiten ist es Filter zu verwenden und die Größenbeschränkungen auf einen " "sinnvollen Wert einzustellen." -#: ihtml/themes/default/sizelimit.tpl:6 ihtml/themes/modern/sizelimit.tpl:8 +#: ihtml/themes/default/sizelimit.tpl:8 msgid "Please choose the way to react for this session" msgstr "Bitte entscheiden Sie, wie für diese Sitzung verfahren werden soll" -#: ihtml/themes/default/sizelimit.tpl:9 ihtml/themes/modern/sizelimit.tpl:10 +#: ihtml/themes/default/sizelimit.tpl:10 msgid "ignore this error and show all entries the LDAP server returns" msgstr "" "Ignoriere diesen Fehler und zeige alle vom LDAP-Server gelieferten Einträge" -#: ihtml/themes/default/sizelimit.tpl:10 ihtml/themes/modern/sizelimit.tpl:11 +#: ihtml/themes/default/sizelimit.tpl:11 msgid "" "ignore this error and show all entries that fit into the defined sizelimit " "and let me use filters instead" @@ -2600,82 +1667,75 @@ msgstr "" "Ignoriere diesen Fehler und zeige alle Einträge, die innerhalb der " "Größenbeschränkung liegen" -#: ihtml/themes/default/sizelimit.tpl:14 ihtml/themes/modern/sizelimit.tpl:16 -#: include/utils/class_msgPool.inc:348 +#: ihtml/themes/default/sizelimit.tpl:16 include/utils/class_msgPool.inc:331 #, php-format msgid "Set" msgstr "Setzen" -#: ihtml/themes/default/logout.tpl:5 ihtml/themes/modern/logout.tpl:6 +#: ihtml/themes/default/removeEntries.tpl:4 +#: plugins/addons/propertyEditor/property-list.tpl:7 +msgid "Attention" +msgstr "Achtung" + +#: ihtml/themes/default/removeEntries.tpl:14 +msgid "" +"If you're sure you want to do this press 'Delete' to continue or 'Cancel' to " +"abort." +msgstr "" +"Wenn Sie sicher sind, drücken Sie 'Entfernen' um fortzufahren oder " +"'Abbrechen' zum Abbruch." + +#: ihtml/themes/default/logout.tpl:6 msgid "Your GOsa session has expired!" msgstr "Die Gültigkeit ihrer GOsa-Sitzung ist abgelaufen!" -#: ihtml/themes/default/logout.tpl:7 ihtml/themes/modern/logout.tpl:9 +#: ihtml/themes/default/logout.tpl:9 +#, fuzzy msgid "" -"The last interaction with the GOsa web interface has been some time ago in " -"the past. For security reasons, the session has been closed. To continue " -"with administrative tasks, please sign in again." +"It has been a while since your last interaction with GOsa took place. Your " +"session has been closed for security reasons. Please login again to continue " +"with administrative tasks." msgstr "" "Die letzte in der Web-Applikation durchgeführte Aktion liegt einige Zeit in " "der Vergangenheit. Aus Sicherheitsgründen wurde die Sitzung geschlossen. Um " "mit der Administration fortzufahren, melden Sie sich bitte erneut an." -#: ihtml/themes/default/logout.tpl:10 ihtml/themes/modern/logout.tpl:15 -msgid "Sign in again" +#: ihtml/themes/default/logout.tpl:16 +#, fuzzy +msgid "Login again" msgstr "Erneut anmelden" -#: ihtml/themes/modern/acl.tpl:15 ihtml/themes/modern/acl.tpl:16 -#: include/class_userFilter.inc:55 -msgid "Options" -msgstr "Optionen" - -#: ihtml/themes/modern/acl.tpl:54 -msgid "Member selection" -msgstr "Mitglieder-Auswahl" - -#: ihtml/themes/modern/userFilter.tpl:1 -msgid "List of defined filters" -msgstr "Liste der definierten Filter" - -#: ihtml/themes/modern/removeEntries.tpl:4 -msgid "Attention" -msgstr "Achtung" - -#: ihtml/themes/modern/removeEntries.tpl:14 -msgid "" -"If you're sure you want to do this press 'Delete' to continue or 'Cancel' to " -"abort." -msgstr "" -"Wenn Sie sicher sind, drücken Sie 'Entfernen' um fortzufahren oder " -"'Abbrechen' zum Abbruch." - -#: ihtml/themes/modern/msg_dialog.tpl:55 -#: ihtml/themes/modern/msg_dialog.tpl:103 +#: ihtml/themes/default/msg_dialog.tpl:55 +#: ihtml/themes/default/msg_dialog.tpl:103 msgid "Error message title" msgstr "Titel der Fehlermeldung" -#: ihtml/themes/modern/msg_dialog.tpl:66 -#: ihtml/themes/modern/msg_dialog.tpl:115 +#: ihtml/themes/default/msg_dialog.tpl:66 +#: ihtml/themes/default/msg_dialog.tpl:115 msgid "Error message" msgstr "Fehlermeldung" -#: ihtml/themes/modern/userFilterEditor.tpl:1 -#: ihtml/themes/modern/userFilterEditor.tpl:5 +#: ihtml/themes/default/userFilterEditor.tpl:1 +#: ihtml/themes/default/userFilterEditor.tpl:5 msgid "Filter editor" msgstr "Filter-Editor" -#: ihtml/themes/modern/userFilterEditor.tpl:8 +#: ihtml/themes/default/userFilterEditor.tpl:8 msgid "Filter properties" msgstr "Filtereinstellungen" -#: ihtml/themes/modern/userFilterEditor.tpl:19 -#: plugins/generic/references/contents.tpl:12 +#: ihtml/themes/default/userFilterEditor.tpl:19 +#: plugins/generic/references/class_reference.inc:57 +#: plugins/generic/references/class_reference.inc:63 +#: plugins/generic/references/class_reference.inc:69 +#: plugins/generic/references/class_reference.inc:75 +#: plugins/generic/references/class_reference.inc:81 #: plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc:45 #: plugins/personal/posix/groupSelect/group-list.xml:40 #: plugins/personal/posix/trustSelect/trust-list.xml:53 #: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:57 #: plugins/admin/groups/generic.tpl:24 -#: plugins/admin/groups/class_group.inc:1022 +#: plugins/admin/groups/class_group.inc:1038 #: plugins/admin/groups/group-list.xml:49 #: plugins/admin/departments/class_domain.inc:63 #: plugins/admin/departments/class_domain.inc:91 @@ -2685,8 +1745,8 @@ msgstr "Filtereinstellungen" #: plugins/admin/departments/class_localityGeneric.inc:64 #: plugins/admin/departments/class_localityGeneric.inc:92 #: plugins/admin/departments/locality.tpl:19 -#: plugins/admin/departments/class_department.inc:365 -#: plugins/admin/departments/class_department.inc:669 +#: plugins/admin/departments/class_department.inc:367 +#: plugins/admin/departments/class_department.inc:677 #: plugins/admin/departments/dcObject.tpl:19 #: plugins/admin/departments/domain.tpl:19 #: plugins/admin/departments/country.tpl:19 @@ -2697,153 +1757,225 @@ msgstr "Filtereinstellungen" #: plugins/admin/departments/class_dcObject.inc:63 #: plugins/admin/departments/class_dcObject.inc:91 #: plugins/admin/acl/acl_role.tpl:17 plugins/admin/acl/acl-list.xml:57 -#: plugins/admin/acl/class_aclRole.inc:165 -#: plugins/admin/acl/class_aclRole.inc:726 +#: plugins/admin/acl/class_aclRole.inc:163 +#: plugins/admin/acl/class_aclRole.inc:740 #: plugins/admin/ogroups/generic.tpl:15 #: plugins/admin/ogroups/objectSelect/selectObject-list.xml:105 -#: plugins/admin/ogroups/class_ogroup.inc:851 +#: plugins/admin/ogroups/class_ogroup.inc:835 #: plugins/admin/ogroups/ogroup-list.xml:49 -#: include/class_userFilterEditor.inc:242 include/class_acl.inc:253 -#: include/class_acl.inc:263 include/class_SnapShotDialog.inc:177 +#: include/class_userFilterEditor.inc:242 include/class_acl.inc:252 +#: include/class_acl.inc:262 include/class_SnapShotDialog.inc:173 #: include/class_userFilter.inc:55 msgid "Description" msgstr "Beschreibung" -#: ihtml/themes/modern/userFilterEditor.tpl:27 include/class_userFilter.inc:55 +#: ihtml/themes/default/userFilterEditor.tpl:27 +#: include/class_userFilter.inc:55 msgid "Parent filter" msgstr "Stamm-Filter" -#: ihtml/themes/modern/userFilterEditor.tpl:40 +#: ihtml/themes/default/userFilterEditor.tpl:40 #: plugins/personal/generic/generic.tpl:607 -#: plugins/personal/generic/class_user.inc:1663 +#: plugins/personal/generic/class_user.inc:1675 msgid "Public visible" msgstr "Öffentlich sichtbar" -#: ihtml/themes/modern/userFilterEditor.tpl:49 +#: ihtml/themes/default/userFilterEditor.tpl:45 +msgid "Enabled" +msgstr "Aktiviert" + +#: ihtml/themes/default/userFilterEditor.tpl:49 msgid "Categories where the filter is visible" msgstr "Kategorien in denen der Filter sichtbar ist" -#: ihtml/themes/modern/userFilterEditor.tpl:69 +#: ihtml/themes/default/userFilterEditor.tpl:69 msgid "Query" msgstr "Abfrage" -#: plugins/generic/references/class_reference.inc:43 -#: plugins/personal/posix/class_posixAccount.inc:37 -msgid "UNIX" -msgstr "UNIX" - -#: plugins/generic/references/class_reference.inc:45 -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:72 -#: plugins/admin/users/class_userManagement.inc:762 -#: plugins/admin/groups/class_groupManagement.inc:165 -#: plugins/admin/ogroups/tabs_ogroups.inc:148 -msgid "Mail" -msgstr "Mail" - -#: plugins/generic/references/class_reference.inc:47 -#: plugins/generic/references/class_reference.inc:49 -#: plugins/personal/posix/class_posixAccount.inc:294 -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:80 -#: plugins/admin/users/class_userManagement.inc:767 -#: plugins/admin/groups/class_groupManagement.inc:173 -msgid "Samba" -msgstr "Samba" +#: plugins/generic/references/class_reference.inc:58 +#: plugins/generic/references/class_reference.inc:64 +#: plugins/personal/posix/generic.tpl:89 +#: plugins/personal/posix/paste_generic.tpl:54 +#: plugins/personal/posix/paste_generic.tpl:57 +msgid "Group membership" +msgstr "Gruppenmitgliedschaft" -#: plugins/generic/references/class_reference.inc:51 -#: plugins/admin/users/class_userManagement.inc:779 -msgid "FAX" -msgstr "Fax" +#: plugins/generic/references/class_reference.inc:70 +#, fuzzy +msgid "Role membership" +msgstr "Gruppenmitgliedschaft" -#: plugins/generic/references/class_reference.inc:53 -msgid "Proxy" -msgstr "Proxy" +#: plugins/generic/references/class_reference.inc:76 +#, fuzzy +msgid "Object group membership" +msgstr "Objektgruppe (Allgemein)" -#: plugins/generic/references/class_reference.inc:55 -msgid "FTP" -msgstr "FTP" +#: plugins/generic/references/class_reference.inc:82 +#, fuzzy +msgid "Department manager" +msgstr "Name der Abteilung" -#: plugins/generic/references/class_reference.inc:57 -#: plugins/personal/posix/groupSelect/group-list.xml:13 -#: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:23 -#: plugins/admin/groups/group-list.xml:15 -#: plugins/admin/groups/group-list.xml:79 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:71 -#: plugins/admin/ogroups/class_ogroupManagement.inc:184 -#: plugins/admin/ogroups/ogroup-list.xml:79 -msgid "Group" -msgstr "Gruppe" +#: plugins/generic/references/class_reference.inc:87 +#: plugins/personal/generic/class_user.inc:1341 +#: plugins/personal/generic/class_user.inc:1388 +#: plugins/personal/generic/class_user.inc:1715 +#: plugins/personal/generic/class_user.inc:1869 +#: plugins/admin/users/class_userManagement.inc:426 +#: plugins/admin/users/user-list.xml:57 +#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:40 +#: plugins/admin/groups/userSelect/user-list.xml:40 +#: plugins/admin/groups/class_group.inc:210 +#: plugins/admin/groups/class_group.inc:1170 +#: plugins/admin/groups/class_group.inc:1180 +msgid "Given name" +msgstr "Vorname" -#: plugins/generic/references/class_reference.inc:59 -#: plugins/personal/generic/generic.tpl:309 -#: plugins/personal/generic/class_user.inc:1699 -#: plugins/admin/departments/dep-list.xml:55 -#: plugins/admin/departments/dep-list.xml:71 -#: plugins/admin/departments/dep-list.xml:138 -#: plugins/admin/departments/class_departmentManagement.inc:250 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:15 -#: plugins/admin/ogroups/class_ogroupManagement.inc:186 -msgid "Department" -msgstr "Abteilung" +#: plugins/generic/references/class_reference.inc:87 +#: plugins/personal/generic/class_user.inc:1714 +#: plugins/admin/users/user-list.xml:49 +#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:48 +#: plugins/admin/groups/userSelect/user-list.xml:48 +msgid "Surname" +msgstr "Nachname" -#: plugins/generic/references/class_reference.inc:61 -#: plugins/personal/generic/generic.tpl:397 -#: plugins/personal/generic/generic.tpl:577 -#: plugins/personal/generic/class_user.inc:1371 -#: plugins/personal/generic/class_user.inc:1823 -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:88 -#: plugins/admin/users/class_userManagement.inc:783 -#: plugins/admin/groups/class_groupManagement.inc:181 -#: plugins/admin/departments/generic.tpl:110 -#: plugins/admin/departments/organization.tpl:109 -#: plugins/admin/departments/class_department.inc:376 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:55 -#: plugins/admin/ogroups/class_ogroupManagement.inc:188 -msgid "Phone" -msgstr "Telefon" +#: plugins/generic/references/class_reference.inc:88 +#, fuzzy +msgid "User manager" +msgstr "Benutzername" -#: plugins/generic/references/class_reference.inc:63 -#: plugins/admin/ogroups/class_ogroupManagement.inc:185 -msgid "Application" -msgstr "Anwendung" +#: plugins/generic/references/contents.tpl:2 +#, fuzzy +msgid "Object information" +msgstr "Verbindungs-Information" -#: plugins/generic/references/class_reference.inc:67 -msgid "Thin Client" -msgstr "Thin Client" +#: plugins/generic/references/contents.tpl:3 +#, fuzzy +msgid "Object info" +msgstr "Objekt in Verwendung" -#: plugins/generic/references/class_reference.inc:69 -#: plugins/personal/posix/trustSelect/trust-list.xml:19 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:31 -#: plugins/admin/ogroups/class_ogroupManagement.inc:189 -msgid "Workstation" -msgstr "Arbeitsstation" +#: plugins/generic/references/contents.tpl:7 +msgid "Show raw object entry" +msgstr "Zeige rohe Objektdaten" -#: plugins/generic/references/class_reference.inc:71 -#: plugins/admin/ogroups/generic.tpl:1 -#: plugins/admin/ogroups/ogroup-list.xml:15 -msgid "Object group" -msgstr "Objektgruppe" +#: plugins/generic/references/contents.tpl:18 +#: plugins/generic/references/contents.tpl:20 +#, fuzzy +msgid "Last modification" +msgstr "Benutzerkennung" -#: plugins/generic/references/class_reference.inc:73 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:47 -#: plugins/admin/ogroups/class_ogroupManagement.inc:192 -msgid "Printer" -msgstr "Drucker" +#: plugins/generic/references/contents.tpl:18 +#: plugins/admin/groups/class_group.inc:329 +#: plugins/admin/groups/class_group.inc:350 +#: plugins/admin/groups/class_group.inc:367 +#: plugins/admin/departments/class_department.inc:154 +#: include/class_pluglist.inc:373 +msgid "Unknown" +msgstr "Unbekannt" -#: plugins/generic/references/contents.tpl:2 +#: plugins/generic/references/contents.tpl:29 msgid "Object references" msgstr "Objekt-Referenzen" -#: plugins/generic/references/contents.tpl:12 -msgid "Object name" -msgstr "Objektname" +#: plugins/generic/references/contents.tpl:45 +#, fuzzy +msgid "ACL trace" +msgstr "ACL-Typ" + +#: plugins/generic/references/class_aclResolver.inc:62 +#: include/class_acl.inc:226 +msgid "Reset ACLs" +msgstr "ACLs zurücksetzen" + +#: plugins/generic/references/class_aclResolver.inc:63 +#: plugins/admin/acl/class_aclRole.inc:136 include/class_acl.inc:227 +msgid "One level" +msgstr "Diese Ebene" + +#: plugins/generic/references/class_aclResolver.inc:64 +#: plugins/admin/acl/class_aclRole.inc:137 include/class_acl.inc:228 +#: include/class_acl.inc:233 +msgid "Current object" +msgstr "Aktuelles Objekt" + +#: plugins/generic/references/class_aclResolver.inc:65 +#: plugins/admin/acl/class_aclRole.inc:138 include/class_acl.inc:229 +msgid "Complete subtree" +msgstr "Vollständiger Teilbaum" + +#: plugins/generic/references/class_aclResolver.inc:66 +#: plugins/admin/acl/class_aclRole.inc:139 include/class_acl.inc:230 +msgid "Complete subtree (permanent)" +msgstr "Vollständiger Teilbaum (permanent)" + +#: plugins/generic/references/class_aclResolver.inc:67 +#: include/class_acl.inc:231 include/class_acl.inc:234 +msgid "Use ACL defined in role" +msgstr "Verwende ACL aus Rollendefinition" + +#: plugins/generic/references/class_aclResolver.inc:131 +msgid "Enter another user name" +msgstr "Geben Sie einen anderen Benutzernamen ein" + +#: plugins/generic/references/class_aclResolver.inc:157 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:126 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:128 +#: plugins/addons/dyngroup/dyngroup.tpl:8 +msgid "Filter" +msgstr "Filter" + +#: plugins/generic/references/class_aclResolver.inc:181 +#, fuzzy +msgid "Acls" +msgstr "ACL" + +#: plugins/generic/references/class_aclResolver.inc:186 +#, php-format +msgid "List of effective ACLs for '%s'" +msgstr "Liste der effektiven ACLs für '%s'" + +#: plugins/generic/references/class_aclResolver.inc:187 +#: plugins/generic/references/class_aclResolver.inc:191 +#, fuzzy +msgid "Object permissions" +msgstr "Konto-Berechtigungen" + +#: plugins/generic/references/class_aclResolver.inc:291 +#: include/class_core.inc:113 include/class_core.inc:119 +#, fuzzy +msgid "All" +msgstr "ACL" + +#: plugins/generic/references/class_aclResolver.inc:295 +#: include/class_acl.inc:819 +msgid "Grant permission to owner" +msgstr "Berechtigungen für Eigentümer einräumen" + +#: plugins/generic/references/class_aclResolver.inc:297 +#: include/class_acl.inc:823 include/class_acl.inc:928 +#: include/class_acl.inc:932 +msgid "read" +msgstr "lesen" + +#: plugins/generic/references/class_aclResolver.inc:298 +#: include/class_acl.inc:824 include/class_acl.inc:930 +#: include/class_acl.inc:933 +msgid "write" +msgstr "schreiben" + +#: plugins/generic/references/class_aclResolver.inc:299 +#, fuzzy +msgid "create" +msgstr "Anlegen" -#: plugins/generic/references/contents.tpl:12 -msgid "Contents" -msgstr "Inhalt" +#: plugins/generic/references/class_aclResolver.inc:300 +#, fuzzy +msgid "remove" +msgstr "Entfernen" -#: plugins/generic/references/contents.tpl:19 -msgid "This object has no relationship to other objects." -msgstr "Dieses Objekt hat keine Referenzen zu anderen Objekten." +#: plugins/generic/references/class_aclResolver.inc:301 +#, fuzzy +msgid "move" +msgstr "Entfernen" #: plugins/generic/welcome/main.inc:26 #, php-format @@ -2880,28 +2012,36 @@ msgstr "" "sofort wirksam. Bitte merken Sie sich das neue Passwort, da Sie sich ohne " "dieses nicht mehr anmelden können." -#: plugins/personal/password/password.tpl:8 plugins/admin/users/password.tpl:8 -msgid "" -"Changing the password affects your authentification on mail, proxy, samba " -"and unix services." -msgstr "" -"Das Ändern des Passwortes wirkt sich auf ihre Authentifizierung bei Mail-, " -"Proxy-, Samba- und Unix-Diensten aus." - -#: plugins/personal/password/password.tpl:11 -#: plugins/personal/generic/password.tpl:5 +#: plugins/personal/password/password.tpl:7 +#: plugins/personal/myaccount/password.tpl:5 msgid "Password change dialog" msgstr "Passwort-Änderungsdialog" -#: plugins/personal/password/password.tpl:23 -#: plugins/personal/generic/password.tpl:11 -#: plugins/admin/users/password.tpl:17 +#: plugins/personal/password/password.tpl:9 html/password.php:245 +msgid "Current password" +msgstr "Momentanes Passwort" + +#: plugins/personal/password/password.tpl:15 +#: plugins/personal/myaccount/main.inc:110 +#: plugins/personal/myaccount/password.tpl:7 +#: plugins/admin/users/password.tpl:9 +#: plugins/admin/users/class_userManagement.inc:250 html/password.php:219 +msgid "New password" +msgstr "Neues Passwort" + +#: plugins/personal/password/password.tpl:22 +#: plugins/personal/myaccount/password.tpl:12 +#: plugins/admin/users/password.tpl:16 msgid "Repeat new password" msgstr "Neues Passwort (Wiederholung)" +#: plugins/personal/password/password.tpl:28 +msgid "Password strength" +msgstr "Passwort-Stärke" + #: plugins/personal/password/password.tpl:40 -#: plugins/personal/generic/password.tpl:19 -#: plugins/admin/users/password.tpl:32 +#: plugins/personal/myaccount/password.tpl:22 +#: plugins/admin/users/password.tpl:34 msgid "Set password" msgstr "Passwort setzen" @@ -2909,17 +2049,35 @@ msgstr "Passwort setzen" msgid "Clear fields" msgstr "Felder löschen" +#: plugins/personal/password/class_password.inc:26 +#: plugins/admin/users/user-list.xml:128 plugins/admin/users/user-list.xml:230 +msgid "Change password" +msgstr "Passwort ändern" + #: plugins/personal/password/class_password.inc:27 msgid "Change user password" msgstr "Benutzer-Passwort ändern" +#: plugins/personal/password/class_password.inc:78 +#: plugins/personal/password/class_password.inc:81 +#: plugins/personal/password/class_password.inc:84 +#: plugins/personal/password/class_password.inc:87 +#: plugins/personal/password/class_password.inc:90 +#: plugins/personal/password/class_password.inc:93 +#: plugins/personal/password/class_password.inc:96 +#: plugins/personal/password/class_password.inc:110 +#: plugins/personal/password/class_password.inc:116 +#: plugins/admin/users/class_userManagement.inc:277 html/main.php:349 +msgid "Password change" +msgstr "Passwort-Änderung" + #: plugins/personal/password/class_password.inc:79 msgid "You need to specify your current password in order to proceed." msgstr "Sie müssen das aktuelle Passwort eingeben, um fortfahren zu können." #: plugins/personal/password/class_password.inc:82 -#: plugins/personal/myaccount/main.inc:94 -#: plugins/admin/users/class_userManagement.inc:247 html/password.php:217 +#: plugins/personal/myaccount/main.inc:107 +#: plugins/admin/users/class_userManagement.inc:247 msgid "" "The passwords you've entered as 'New password' and 'Repeated new password' " "do not match." @@ -2932,21 +2090,25 @@ msgid "The password you've entered as 'New password' is empty." msgstr "" "Das Passwort, welches Sie als 'Neues Passwort' eingegeben haben ist leer." -#: plugins/personal/password/class_password.inc:88 html/password.php:229 +#: plugins/personal/password/class_password.inc:88 msgid "The password used as new and current are too similar." msgstr "Das alte und neue Passwort sind sich zu ähnlich." -#: plugins/personal/password/class_password.inc:91 html/password.php:235 +#: plugins/personal/password/class_password.inc:91 msgid "The password used as new is to short." msgstr "" "Das Passwort, welches Sie als 'Neues Passwort' eingegeben haben, ist zu kurz." -#: plugins/personal/password/class_password.inc:94 +#: plugins/personal/password/class_password.inc:94 html/password.php:238 +msgid "The password contains possibly problematic unicode characters!" +msgstr "Das Passwort enthält problematische Unicode-Zeichen!" + +#: plugins/personal/password/class_password.inc:97 #, php-format msgid "External password changer reported a problem: %s." msgstr "Das externe Passwort-Änderungsprogramm hat einen Fehler gemeldet: %s." -#: plugins/personal/password/class_password.inc:108 +#: plugins/personal/password/class_password.inc:111 msgid "" "The password you've entered as your current password doesn't match the real " "one." @@ -2954,18 +2116,18 @@ msgstr "" "Das Passwort, welches Sie als aktuelles Passwort eingegeben haben, ist nicht " "korrekt." -#: plugins/personal/password/class_password.inc:114 +#: plugins/personal/password/class_password.inc:117 msgid "You have no permission to change your password." msgstr "Sie haben keine Berechtigung Ihr Passwort zu ändern." -#: plugins/personal/password/class_password.inc:146 +#: plugins/personal/password/class_password.inc:149 msgid "User password" msgstr "Benutzerpasswort" -#: plugins/personal/password/class_password.inc:150 -#: plugins/personal/generic/class_user.inc:1674 -#: plugins/personal/posix/class_posixAccount.inc:1303 -#: plugins/personal/myaccount/main.inc:125 +#: plugins/personal/password/class_password.inc:153 +#: plugins/personal/generic/class_user.inc:1686 +#: plugins/personal/posix/class_posixAccount.inc:1295 +#: plugins/personal/myaccount/main.inc:138 #: plugins/personal/myaccount/class_MyAccount.inc:5 msgid "My account" msgstr "Mein Konto" @@ -3013,15 +2175,16 @@ msgid "First name" msgstr "Vorname" #: plugins/personal/generic/generic.tpl:68 -#: plugins/personal/generic/class_user.inc:1328 -#: plugins/personal/generic/class_user.inc:1346 +#: plugins/personal/generic/class_user.inc:1326 +#: plugins/personal/generic/class_user.inc:1344 +#: plugins/personal/generic/class_user.inc:1358 #: plugins/personal/generic/class_user.inc:1360 -#: plugins/personal/generic/class_user.inc:1362 +#: plugins/personal/generic/class_user.inc:1716 #: plugins/personal/generic/paste_generic.tpl:16 #: plugins/admin/users/user-list.xml:65 plugins/admin/users/template.tpl:32 #: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:65 #: plugins/admin/groups/singleUserSelect/singleUser-list.xml:56 -#: plugins/admin/groups/userSelect/user-list.xml:56 html/password.php:241 +#: plugins/admin/groups/userSelect/user-list.xml:56 html/password.php:243 msgid "Login" msgstr "Kennung" @@ -3030,23 +2193,23 @@ msgid "Template name" msgstr "Name der Vorlage" #: plugins/personal/generic/generic.tpl:95 -#: plugins/personal/generic/class_user.inc:1686 +#: plugins/personal/generic/class_user.inc:1720 msgid "Personal title" msgstr "Titel" #: plugins/personal/generic/generic.tpl:105 -#: plugins/personal/generic/class_user.inc:1687 +#: plugins/personal/generic/class_user.inc:1721 msgid "Academic title" msgstr "Akademischer Titel" #: plugins/personal/generic/generic.tpl:120 -#: plugins/personal/generic/class_user.inc:1385 -#: plugins/personal/generic/class_user.inc:1689 +#: plugins/personal/generic/class_user.inc:1383 +#: plugins/personal/generic/class_user.inc:1723 msgid "Date of birth" msgstr "Geburtsdatum" #: plugins/personal/generic/generic.tpl:143 -#: plugins/personal/generic/class_user.inc:1690 +#: plugins/personal/generic/class_user.inc:1724 msgid "Sex" msgstr "Geschlecht" @@ -3055,7 +2218,7 @@ msgid "Preferred langage" msgstr "Bevorzugte Sprache" #: plugins/personal/generic/generic.tpl:186 -#: plugins/personal/generic/class_user.inc:1713 +#: plugins/personal/generic/class_user.inc:1747 #: plugins/admin/departments/class_organizationGeneric.inc:131 msgid "Postal address" msgstr "Adresse" @@ -3064,7 +2227,7 @@ msgstr "Adresse" #: plugins/personal/generic/generic.tpl:455 #: plugins/admin/departments/generic.tpl:103 #: plugins/admin/departments/organization.tpl:102 -#: plugins/admin/departments/class_department.inc:675 +#: plugins/admin/departments/class_department.inc:683 msgid "Address" msgstr "Adresse" @@ -3073,9 +2236,9 @@ msgid "Private phone" msgstr "Privat-Telefon" #: plugins/personal/generic/generic.tpl:204 -#: plugins/personal/generic/class_user.inc:1366 -#: plugins/personal/generic/class_user.inc:1717 -#: plugins/personal/generic/class_user.inc:1820 +#: plugins/personal/generic/class_user.inc:1364 +#: plugins/personal/generic/class_user.inc:1751 +#: plugins/personal/generic/class_user.inc:1854 msgid "Homepage" msgstr "Homepage" @@ -3083,13 +2246,13 @@ msgstr "Homepage" msgid "Password storage" msgstr "Passwort-Speicherung" -#: plugins/personal/generic/generic.tpl:221 include/functions.inc:1249 +#: plugins/personal/generic/generic.tpl:221 include/functions.inc:1258 msgid "Configure" msgstr "Konfigurieren" #: plugins/personal/generic/generic.tpl:229 -#: plugins/personal/generic/class_user.inc:550 -#: plugins/personal/generic/class_user.inc:572 +#: plugins/personal/generic/class_user.inc:549 +#: plugins/personal/generic/class_user.inc:571 #: plugins/personal/generic/generic_certs.tpl:3 msgid "Certificates" msgstr "Zertifikate" @@ -3107,10 +2270,19 @@ msgstr "Anmeldung beschränken" msgid "IP or network" msgstr "IP oder Netzwerk" -#: plugins/personal/generic/generic.tpl:288 -#: plugins/personal/generic/generic.tpl:291 -#: plugins/personal/generic/generic.tpl:299 -#: plugins/personal/generic/generic.tpl:386 +#: plugins/personal/generic/generic.tpl:255 +#: plugins/personal/generic/generic.tpl:275 +#: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:83 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:123 +#: include/utils/class_msgPool.inc:319 +#, php-format +msgid "Add" +msgstr "Hinzufügen" + +#: plugins/personal/generic/generic.tpl:288 +#: plugins/personal/generic/generic.tpl:291 +#: plugins/personal/generic/generic.tpl:299 +#: plugins/personal/generic/generic.tpl:386 #: plugins/personal/generic/generic.tpl:437 #: plugins/personal/generic/generic.tpl:469 #: plugins/personal/generic/generic.tpl:518 @@ -3127,6 +2299,17 @@ msgstr "Angabe zur Organisationseinheit" msgid "part" msgstr "Teil" +#: plugins/personal/generic/generic.tpl:309 +#: plugins/personal/generic/class_user.inc:1733 +#: plugins/admin/departments/dep-list.xml:55 +#: plugins/admin/departments/dep-list.xml:71 +#: plugins/admin/departments/dep-list.xml:138 +#: plugins/admin/departments/class_departmentManagement.inc:253 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:15 +#: plugins/admin/ogroups/class_ogroupManagement.inc:186 +msgid "Department" +msgstr "Abteilung" + #: plugins/personal/generic/generic.tpl:317 msgid "Department No." msgstr "Abteilungs-Nr." @@ -3136,19 +2319,19 @@ msgid "Employee No." msgstr "Angestellten-Nr." #: plugins/personal/generic/generic.tpl:333 -#: plugins/personal/generic/class_user.inc:1703 +#: plugins/personal/generic/class_user.inc:1737 msgid "Employee type" msgstr "Anstellungsart" #: plugins/personal/generic/generic.tpl:342 #: plugins/personal/generic/generic.tpl:358 -#: plugins/personal/generic/class_user.inc:1701 +#: plugins/personal/generic/class_user.inc:1735 #: plugins/admin/departments/class_domain.inc:93 #: plugins/admin/departments/generic.tpl:51 #: plugins/admin/departments/organization.tpl:51 #: plugins/admin/departments/class_localityGeneric.inc:93 #: plugins/admin/departments/locality.tpl:39 -#: plugins/admin/departments/class_department.inc:678 +#: plugins/admin/departments/class_department.inc:686 #: plugins/admin/departments/dcObject.tpl:39 #: plugins/admin/departments/domain.tpl:39 #: plugins/admin/departments/country.tpl:39 @@ -3163,101 +2346,115 @@ msgstr "Verwalter" msgid "Room No." msgstr "Zimmer-Nr." +#: plugins/personal/generic/generic.tpl:397 +#: plugins/personal/generic/generic.tpl:577 +#: plugins/personal/generic/class_user.inc:1369 +#: plugins/personal/generic/class_user.inc:1857 +#: plugins/admin/users/class_userManagement.inc:783 +#: plugins/admin/groups/class_groupManagement.inc:181 +#: plugins/admin/departments/generic.tpl:110 +#: plugins/admin/departments/organization.tpl:109 +#: plugins/admin/departments/class_department.inc:378 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:55 +#: plugins/admin/ogroups/class_ogroupManagement.inc:188 +msgid "Phone" +msgstr "Telefon" + #: plugins/personal/generic/generic.tpl:406 -#: plugins/personal/generic/class_user.inc:1377 -#: plugins/personal/generic/class_user.inc:1829 +#: plugins/personal/generic/class_user.inc:1375 +#: plugins/personal/generic/class_user.inc:1863 msgid "Mobile" msgstr "Mobiltelefon" #: plugins/personal/generic/generic.tpl:414 -#: plugins/personal/generic/class_user.inc:1380 -#: plugins/personal/generic/class_user.inc:1832 +#: plugins/personal/generic/class_user.inc:1378 +#: plugins/personal/generic/class_user.inc:1866 msgid "Pager" msgstr "Pager" #: plugins/personal/generic/generic.tpl:422 #: plugins/personal/generic/generic.tpl:589 -#: plugins/personal/generic/class_user.inc:1374 -#: plugins/personal/generic/class_user.inc:1826 +#: plugins/personal/generic/class_user.inc:1372 +#: plugins/personal/generic/class_user.inc:1860 #: plugins/admin/departments/generic.tpl:118 #: plugins/admin/departments/organization.tpl:117 -#: plugins/admin/departments/class_department.inc:379 -#: plugins/admin/departments/class_department.inc:677 +#: plugins/admin/departments/class_department.inc:381 +#: plugins/admin/departments/class_department.inc:685 #: plugins/admin/departments/class_organizationGeneric.inc:133 msgid "Fax" msgstr "Fax" #: plugins/personal/generic/generic.tpl:439 -#: plugins/personal/generic/class_user.inc:1712 +#: plugins/personal/generic/class_user.inc:1746 #: plugins/admin/departments/generic.tpl:83 #: plugins/admin/departments/generic.tpl:85 #: plugins/admin/departments/generic.tpl:95 #: plugins/admin/departments/organization.tpl:82 #: plugins/admin/departments/organization.tpl:94 #: plugins/admin/departments/class_localityGeneric.inc:91 -#: plugins/admin/departments/class_department.inc:674 +#: plugins/admin/departments/class_department.inc:682 #: plugins/admin/departments/class_organizationGeneric.inc:130 msgid "Location" msgstr "Ort" #: plugins/personal/generic/generic.tpl:447 -#: plugins/personal/generic/class_user.inc:1711 +#: plugins/personal/generic/class_user.inc:1745 #: plugins/admin/departments/generic.tpl:87 #: plugins/admin/departments/organization.tpl:86 -#: plugins/admin/departments/class_department.inc:673 +#: plugins/admin/departments/class_department.inc:681 #: plugins/admin/departments/class_organizationGeneric.inc:129 msgid "State" msgstr "Land" #: plugins/personal/generic/generic.tpl:471 -#: plugins/personal/generic/class_user.inc:1656 +#: plugins/personal/generic/class_user.inc:1668 msgid "Vocation" msgstr "Anrede" #: plugins/personal/generic/generic.tpl:479 -#: plugins/personal/generic/class_user.inc:1659 +#: plugins/personal/generic/class_user.inc:1671 msgid "Unit description" msgstr "Aufgabengebiet" #: plugins/personal/generic/generic.tpl:488 -#: plugins/personal/generic/class_user.inc:1660 +#: plugins/personal/generic/class_user.inc:1672 msgid "Subject area" msgstr "Sachgebiet" #: plugins/personal/generic/generic.tpl:497 -#: plugins/personal/generic/class_user.inc:1661 +#: plugins/personal/generic/class_user.inc:1673 msgid "Functional title" msgstr "Amts-/Dienstbezeichnung" #: plugins/personal/generic/generic.tpl:506 -#: plugins/personal/generic/class_user.inc:1665 +#: plugins/personal/generic/class_user.inc:1677 #: plugins/admin/acl/acl-list.xml:23 plugins/admin/acl/acl-list.xml:82 -#: plugins/admin/acl/class_aclRole.inc:716 +#: plugins/admin/acl/class_aclRole.inc:711 msgid "Role" msgstr "Rolle" #: plugins/personal/generic/generic.tpl:520 -#: plugins/personal/generic/class_user.inc:1658 +#: plugins/personal/generic/class_user.inc:1670 msgid "Person locality" msgstr "Dienstort" #: plugins/personal/generic/generic.tpl:529 -#: plugins/personal/generic/class_user.inc:1654 +#: plugins/personal/generic/class_user.inc:1666 msgid "Unit" msgstr "Referat" #: plugins/personal/generic/generic.tpl:538 -#: plugins/personal/generic/class_user.inc:1664 +#: plugins/personal/generic/class_user.inc:1676 msgid "Street" msgstr "Straße" #: plugins/personal/generic/generic.tpl:546 -#: plugins/personal/generic/class_user.inc:1666 +#: plugins/personal/generic/class_user.inc:1678 msgid "Postal code" msgstr "Postleitzahl" #: plugins/personal/generic/generic.tpl:554 -#: plugins/personal/generic/class_user.inc:1655 +#: plugins/personal/generic/class_user.inc:1667 msgid "House identifier" msgstr "Hausbezeichnung" @@ -3266,7 +2463,7 @@ msgid "Please use the phone tab" msgstr "Verwenden sie den Telefon-Reiter" #: plugins/personal/generic/generic.tpl:598 -#: plugins/personal/generic/class_user.inc:1657 +#: plugins/personal/generic/class_user.inc:1669 msgid "Last delivery" msgstr "letzte Übermittlung" @@ -3275,10 +2472,10 @@ msgid "Edit organizational user settings" msgstr "Organisationsbezogene Benutzereinstellungen bearbeiten" #: plugins/personal/generic/class_user.inc:273 -#: plugins/personal/generic/class_user.inc:1876 -#: plugins/admin/departments/class_department.inc:154 -#: include/class_pluglist.inc:363 -msgid "Unknown" +#: plugins/personal/generic/class_user.inc:1910 +#: include/class_configRegistry.inc:185 +#, fuzzy +msgid "unknown" msgstr "Unbekannt" #: plugins/personal/generic/class_user.inc:297 @@ -3287,195 +2484,171 @@ msgstr "" "Bitte eine einzelne IP-Adresse oder eine Netzwerk/Netzmasken Kombination " "hinzufügen!" -#: plugins/personal/generic/class_user.inc:340 +#: plugins/personal/generic/class_user.inc:339 msgid "female" msgstr "weiblich" -#: plugins/personal/generic/class_user.inc:340 +#: plugins/personal/generic/class_user.inc:339 msgid "male" msgstr "männlich" -#: plugins/personal/generic/class_user.inc:396 +#: plugins/personal/generic/class_user.inc:395 msgid "Password configuration" msgstr "Passwort-Konfiguration" -#: plugins/personal/generic/class_user.inc:429 +#: plugins/personal/generic/class_user.inc:428 msgid "Cannot upload file!" msgstr "Kann Datei nicht hochladen!" -#: plugins/personal/generic/class_user.inc:522 +#: plugins/personal/generic/class_user.inc:521 msgid "Serial number" msgstr "Seriennummer" -#: plugins/personal/generic/class_user.inc:544 -#: plugins/personal/generic/class_user.inc:1694 +#: plugins/personal/generic/class_user.inc:543 +#: plugins/personal/generic/class_user.inc:1728 +#: plugins/personal/generic/generic_picture.tpl:1 msgid "User picture" msgstr "Benutzerbild" -#: plugins/personal/generic/class_user.inc:569 -msgid "" -"(Some types of certificates are currently not supported and may be displayed " -"as 'invalid'.)" -msgstr "" -"(Manche Zertifikate werden momentan nicht unterstützt und werden daher als " -"'ungültig' angezeigt)." +#: plugins/personal/generic/class_user.inc:568 +msgid "(Not supported certificate types are marked as invalid.)" +msgstr "(Nicht unterstütze Zertifikat-Typen sind als ungültig markiert.)" -#: plugins/personal/generic/class_user.inc:579 +#: plugins/personal/generic/class_user.inc:578 #, php-format msgid "Certificate is valid from %s to %s and is currently %s." msgstr "Zertifkat ist gültig im Zeitraum von %s bis %s (momentan: %s)." -#: plugins/personal/generic/class_user.inc:582 +#: plugins/personal/generic/class_user.inc:581 msgid "valid" msgstr "gültig" -#: plugins/personal/generic/class_user.inc:583 +#: plugins/personal/generic/class_user.inc:582 msgid "invalid" msgstr "ungültig" -#: plugins/personal/generic/class_user.inc:588 +#: plugins/personal/generic/class_user.inc:587 msgid "No certificate installed" msgstr "Kein Zertifikat eingerichtet" -#: plugins/personal/generic/class_user.inc:614 html/password.php:180 +#: plugins/personal/generic/class_user.inc:613 html/password.php:179 msgid "Password method" msgstr "Passwort-Methode" -#: plugins/personal/generic/class_user.inc:614 +#: plugins/personal/generic/class_user.inc:613 msgid "The selected password method is no longer available." msgstr "Die gewählte Passwort-Methode ist nicht mehr verfügbar." -#: plugins/personal/generic/class_user.inc:1205 +#: plugins/personal/generic/class_user.inc:1203 msgid "Cannot build RDN: no + allowed to build sub RDN!" msgstr "Die RDN kann nicht erstellt werden: + ist in sub RDNs nicht erlaubt!" -#: plugins/personal/generic/class_user.inc:1212 +#: plugins/personal/generic/class_user.inc:1210 msgid "Cannot build RDN: attribute is not defined!" msgstr "Kann RDN nicht erstellen: Attribut ist nicht definiert!" -#: plugins/personal/generic/class_user.inc:1230 +#: plugins/personal/generic/class_user.inc:1228 msgid "Cannot build RDN: invalid attribute parameters!" msgstr "Kann RDN nicht erstellen: ungültige Attribut-Parameter!" -#: plugins/personal/generic/class_user.inc:1301 +#: plugins/personal/generic/class_user.inc:1299 msgid "The selected password method requires initial configuration!" msgstr "Die gewählte Passwort-Methode benötigt eine initiale Konfiguration!" -#: plugins/personal/generic/class_user.inc:1343 -#: plugins/personal/generic/class_user.inc:1390 -#: plugins/personal/generic/class_user.inc:1681 -#: plugins/personal/generic/class_user.inc:1835 -#: plugins/admin/users/class_userManagement.inc:426 -#: plugins/admin/users/user-list.xml:57 -#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:40 -#: plugins/admin/groups/userSelect/user-list.xml:40 -msgid "Given name" -msgstr "Vorname" - -#: plugins/personal/generic/class_user.inc:1500 +#: plugins/personal/generic/class_user.inc:1498 msgid "Cannot open certificate!" msgstr "Kann Zertifikat nicht öffnen!" -#: plugins/personal/generic/class_user.inc:1662 +#: plugins/personal/generic/class_user.inc:1674 #: plugins/personal/generic/generic_certs.tpl:83 msgid "Certificate serial number" msgstr "Zertifikat-Seriennummer" -#: plugins/personal/generic/class_user.inc:1670 +#: plugins/personal/generic/class_user.inc:1682 msgid "Generic user settings" msgstr "Allgemeine Benutzereinstellungen" -#: plugins/personal/generic/class_user.inc:1680 -#: plugins/admin/users/user-list.xml:49 -#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:48 -#: plugins/admin/groups/userSelect/user-list.xml:48 -msgid "Surname" -msgstr "Nachname" - -#: plugins/personal/generic/class_user.inc:1682 -msgid "User identification" -msgstr "Benutzerkennung" +#: plugins/personal/generic/class_user.inc:1704 +#, php-format +msgid "" +"The 'accountRDN' option tells GOsa to use a placeholder pattern for " +"generating account RDNs. A pattern can include attribute names prefaced by a " +"%% and normal text: %s. This will generate a RDN consisting of cn=.... " +"filled with surname and given name of the edited account. This option " +"disables the use of accountPrimaryAttribute and personalTitleInDn." +msgstr "" +"Die Option 'accountRDN' teilt GOsa mit, wie eine Konto-RDN zusammengesetzt " +"werden soll. Das Vorgabemuster kann Attributnamen mit vorangestelltem %% und " +"normalen text enthalten: %s. Dies erstellt eine RDN, bestehend aus cn=...., " +"aufgeüfllt mit Nach- und Vornamen des bearbeiteten Kontos. Diese Option " +"deaktiviert die Nutzung von accountPrimaryAttribute und personalTitleInDn." -#: plugins/personal/generic/class_user.inc:1684 -msgid "Allow to define user filters" +#: plugins/personal/generic/class_user.inc:1718 +#, fuzzy +msgid "Allow definition of custom filters" msgstr "Definieren von Benutzerfiltern erlauben" -#: plugins/personal/generic/class_user.inc:1691 +#: plugins/personal/generic/class_user.inc:1725 msgid "Preferred language" msgstr "Bevorzugte Sprache" -#: plugins/personal/generic/class_user.inc:1696 +#: plugins/personal/generic/class_user.inc:1730 msgid "Login restrictions" msgstr "Anmeldungs-Einschränkungen" -#: plugins/personal/generic/class_user.inc:1700 +#: plugins/personal/generic/class_user.inc:1734 msgid "Department number" msgstr "Abteilungsnummer" -#: plugins/personal/generic/class_user.inc:1702 +#: plugins/personal/generic/class_user.inc:1736 msgid "Employee number" msgstr "Personalnummer" -#: plugins/personal/generic/class_user.inc:1705 +#: plugins/personal/generic/class_user.inc:1739 msgid "Room number" msgstr "Raumnummer" -#: plugins/personal/generic/class_user.inc:1706 +#: plugins/personal/generic/class_user.inc:1740 msgid "Telefon number" msgstr "Telefonnummer" -#: plugins/personal/generic/class_user.inc:1707 +#: plugins/personal/generic/class_user.inc:1741 msgid "Pager number" msgstr "Pagernummer" -#: plugins/personal/generic/class_user.inc:1708 +#: plugins/personal/generic/class_user.inc:1742 msgid "Mobile number" msgstr "Mobiltelefon" -#: plugins/personal/generic/class_user.inc:1709 +#: plugins/personal/generic/class_user.inc:1743 msgid "Fax number" msgstr "Faxnummer" -#: plugins/personal/generic/class_user.inc:1715 +#: plugins/personal/generic/class_user.inc:1749 msgid "Home postal address" msgstr "Private Adresse" -#: plugins/personal/generic/class_user.inc:1716 +#: plugins/personal/generic/class_user.inc:1750 msgid "Home phone number" msgstr "Telefonnummer (privat)" -#: plugins/personal/generic/class_user.inc:1718 +#: plugins/personal/generic/class_user.inc:1752 msgid "User password method" msgstr "Benutzer Passwort-Methode" -#: plugins/personal/generic/class_user.inc:1719 +#: plugins/personal/generic/class_user.inc:1753 msgid "User certificates" msgstr "Benutzer-Zertifikate" -#: plugins/personal/generic/class_user.inc:1927 +#: plugins/personal/generic/class_user.inc:1961 msgid "Entries differ" msgstr "Einträge unterscheiden sich" -#: plugins/personal/generic/generic_picture.tpl:1 -msgid "Personal picture" -msgstr "Bild" - #: plugins/personal/generic/generic_picture.tpl:14 #: plugins/personal/generic/paste_generic.tpl:43 msgid "Remove picture" msgstr "Bild entfernen" -#: plugins/personal/generic/password.tpl:2 -msgid "" -"You have changed the method your password is stored in the ldap database. " -"For that reason you've to enter your password at this point again. GOsa will " -"then encode it with the selected method." -msgstr "" -"Sie haben die Verschlüsselungsart, mit der Ihr Passwort in der LDAP-" -"Datenbank gespeichert wird, geändert. Aus diesem Grund müssen Sie das " -"Passwort an dieser Stelle noch einmal eingeben, damit es von GOsa in der " -"gewünschten Verschlüsselung abgelegt werden kann." - #: plugins/personal/generic/generic_certs.tpl:5 msgid "The users standard certificate" msgstr "Das Standard-Zertifikat des Benutzers" @@ -3484,6 +2657,19 @@ msgstr "Das Standard-Zertifikat des Benutzers" msgid "Standard certificate" msgstr "Standard-Zertifikat" +#: plugins/personal/generic/generic_certs.tpl:22 +#: plugins/personal/generic/generic_certs.tpl:48 +#: plugins/personal/generic/generic_certs.tpl:74 +#: plugins/admin/users/user-list.xml:121 +#: plugins/admin/groups/group-list.xml:98 +#: plugins/admin/departments/dep-list.xml:160 +#: plugins/admin/departments/dep-list.xml:181 +#: plugins/admin/acl/acl-list.xml:95 plugins/admin/acl/acl-list.xml:144 +#: plugins/admin/ogroups/ogroup-list.xml:98 +#: plugins/addons/propertyEditor/property-list.xml:108 +msgid "Remove" +msgstr "Entfernen" + #: plugins/personal/generic/generic_certs.tpl:31 msgid "The users S/MIME certificate" msgstr "Das S/MIME-Zertifikat des Benutzers" @@ -3525,23 +2711,23 @@ msgid "Generic settings" msgstr "Allgemeine Benutzereinstellungen" #: plugins/personal/posix/generic.tpl:8 -#: plugins/personal/posix/class_posixAccount.inc:884 -#: plugins/personal/posix/class_posixAccount.inc:887 -#: plugins/personal/posix/class_posixAccount.inc:962 -#: plugins/personal/posix/class_posixAccount.inc:965 -#: plugins/personal/posix/class_posixAccount.inc:1309 +#: plugins/personal/posix/class_posixAccount.inc:857 +#: plugins/personal/posix/class_posixAccount.inc:860 +#: plugins/personal/posix/class_posixAccount.inc:935 +#: plugins/personal/posix/class_posixAccount.inc:938 +#: plugins/personal/posix/class_posixAccount.inc:1305 #: plugins/personal/posix/paste_generic.tpl:5 #: plugins/personal/posix/paste_generic.tpl:8 msgid "Home directory" msgstr "Basisverzeichnis" #: plugins/personal/posix/generic.tpl:16 -#: plugins/personal/posix/class_posixAccount.inc:1311 +#: plugins/personal/posix/class_posixAccount.inc:1307 msgid "Shell" msgstr "Shell" #: plugins/personal/posix/generic.tpl:26 -#: plugins/personal/posix/class_posixAccount.inc:1310 +#: plugins/personal/posix/class_posixAccount.inc:1306 #: plugins/personal/posix/paste_generic.tpl:17 msgid "Primary group" msgstr "Primäre Gruppe" @@ -3560,28 +2746,22 @@ msgid "Force UID/GID" msgstr "Erzwinge UID/GID" #: plugins/personal/posix/generic.tpl:64 -#: plugins/personal/posix/class_posixAccount.inc:895 -#: plugins/personal/posix/class_posixAccount.inc:898 +#: plugins/personal/posix/class_posixAccount.inc:868 +#: plugins/personal/posix/class_posixAccount.inc:871 #: plugins/personal/posix/paste_generic.tpl:36 msgid "UID" msgstr "UID" #: plugins/personal/posix/generic.tpl:75 -#: plugins/personal/posix/class_posixAccount.inc:902 -#: plugins/personal/posix/class_posixAccount.inc:905 +#: plugins/personal/posix/class_posixAccount.inc:875 +#: plugins/personal/posix/class_posixAccount.inc:878 #: plugins/personal/posix/paste_generic.tpl:45 -#: plugins/admin/groups/class_group.inc:943 #: plugins/admin/groups/class_group.inc:946 -#: plugins/admin/groups/class_group.inc:1025 +#: plugins/admin/groups/class_group.inc:949 +#: plugins/admin/groups/class_group.inc:1041 msgid "GID" msgstr "GID" -#: plugins/personal/posix/generic.tpl:89 -#: plugins/personal/posix/paste_generic.tpl:54 -#: plugins/personal/posix/paste_generic.tpl:57 -msgid "Group membership" -msgstr "Gruppenmitgliedschaft" - #: plugins/personal/posix/generic.tpl:92 #: plugins/personal/posix/paste_generic.tpl:65 msgid "(Warning: more than 16 groups are not supported by NFS!)" @@ -3607,6 +2787,10 @@ msgstr "SSH-Schlüssel" msgid "Edit public ssh keys..." msgstr "Öffentliche Schlüssel bearbeiten..." +#: plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc:173 +msgid "disabled" +msgstr "deaktiviert" + #: plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc:173 msgid "full access" msgstr "Vollzugriff" @@ -3616,7 +2800,7 @@ msgid "allow access to these hosts" msgstr "erlaube Zugriff auf diese Hosts" #: plugins/personal/posix/trustModeDialog/generic.tpl:2 -#: plugins/admin/groups/class_group.inc:1029 +#: plugins/admin/groups/class_group.inc:1045 msgid "System trust" msgstr "System-Vertrauen" @@ -3637,88 +2821,93 @@ msgstr "Passwort-Ablauf Einstellungen" msgid "Password expires on" msgstr "Passwort läuft ab am" +#: plugins/personal/posix/class_posixAccount.inc:37 +#: plugins/personal/posix/class_posixAccount.inc:270 +#: plugins/personal/posix/class_posixAccount.inc:290 +#: plugins/personal/posix/class_posixAccount.inc:292 +#: plugins/personal/posix/class_posixAccount.inc:295 +#: plugins/admin/users/class_userManagement.inc:759 +msgid "POSIX" +msgstr "POSIX" + #: plugins/personal/posix/class_posixAccount.inc:38 msgid "Edit users POSIX settings" msgstr "Benutzer POSIX-Einstellungen bearbeiten" -#: plugins/personal/posix/class_posixAccount.inc:150 +#: plugins/personal/posix/class_posixAccount.inc:146 msgid "expired" msgstr "abgelaufen" -#: plugins/personal/posix/class_posixAccount.inc:152 +#: plugins/personal/posix/class_posixAccount.inc:148 msgid "grace time active" msgstr "Nachfrist aktiv" +#: plugins/personal/posix/class_posixAccount.inc:151 +#: plugins/personal/posix/class_posixAccount.inc:153 #: plugins/personal/posix/class_posixAccount.inc:155 -#: plugins/personal/posix/class_posixAccount.inc:157 -#: plugins/personal/posix/class_posixAccount.inc:159 msgid "active" msgstr "aktiv" -#: plugins/personal/posix/class_posixAccount.inc:155 +#: plugins/personal/posix/class_posixAccount.inc:151 msgid "password not changeable" msgstr "Passwort kann nicht geändert werden" -#: plugins/personal/posix/class_posixAccount.inc:157 +#: plugins/personal/posix/class_posixAccount.inc:153 msgid "password expired" msgstr "Passwort abgelaufen" -#: plugins/personal/posix/class_posixAccount.inc:219 +#: plugins/personal/posix/class_posixAccount.inc:215 #: include/class_management.inc:32 include/class_management.inc:33 msgid "unconfigured" msgstr "unkonfiguriert" -#: plugins/personal/posix/class_posixAccount.inc:230 +#: plugins/personal/posix/class_posixAccount.inc:226 msgid "automatic" msgstr "automatisch" -#: plugins/personal/posix/class_posixAccount.inc:274 -#: plugins/personal/posix/class_posixAccount.inc:294 -#: plugins/personal/posix/class_posixAccount.inc:296 -#: plugins/personal/posix/class_posixAccount.inc:299 -#: plugins/admin/users/class_userManagement.inc:759 -msgid "POSIX" -msgstr "POSIX" +#: plugins/personal/posix/class_posixAccount.inc:290 +#: plugins/admin/users/class_userManagement.inc:767 +#: plugins/admin/groups/class_groupManagement.inc:173 +msgid "Samba" +msgstr "Samba" -#: plugins/personal/posix/class_posixAccount.inc:294 -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:104 +#: plugins/personal/posix/class_posixAccount.inc:290 #: plugins/admin/users/class_userManagement.inc:775 #: plugins/admin/groups/class_groupManagement.inc:197 -#: plugins/admin/ogroups/tabs_ogroups.inc:222 msgid "Environment" msgstr "Umgebung" -#: plugins/personal/posix/class_posixAccount.inc:378 +#: plugins/personal/posix/class_posixAccount.inc:374 #, php-format msgid "Password can't be changed up to %s days after last change" msgstr "" "Passwort kann bis zu %s Tage nach der letzten Änderung nicht geändert werden" -#: plugins/personal/posix/class_posixAccount.inc:382 +#: plugins/personal/posix/class_posixAccount.inc:378 #, php-format msgid "Password must be changed after %s days" msgstr "Der Benutzer muß sein Passwort nach %s Tagen ändern" -#: plugins/personal/posix/class_posixAccount.inc:386 +#: plugins/personal/posix/class_posixAccount.inc:382 #, php-format msgid "Disable account after %s days of inactivity after password expiry" msgstr "Konto nach %s Tagen nach Ablauf ohne Aktivität deaktivieren" -#: plugins/personal/posix/class_posixAccount.inc:390 +#: plugins/personal/posix/class_posixAccount.inc:386 #, php-format msgid "Warn user %s days before password expiry" msgstr "Benutzer %s Tage vor dem Ablauf des Passwortes warnen" -#: plugins/personal/posix/class_posixAccount.inc:678 +#: plugins/personal/posix/class_posixAccount.inc:650 msgid "Timeout while waiting for lock. Ignoring lock!" msgstr "Wartezeit für Sperre abgelaufen. Ignoriere Sperre!" -#: plugins/personal/posix/class_posixAccount.inc:736 -#: plugins/personal/posix/class_posixAccount.inc:1026 +#: plugins/personal/posix/class_posixAccount.inc:708 +#: plugins/personal/posix/class_posixAccount.inc:999 msgid "Group of user" msgstr "Gruppe des Benutzers" -#: plugins/personal/posix/class_posixAccount.inc:803 +#: plugins/personal/posix/class_posixAccount.inc:773 msgid "" "A duplicated UID number was written for this user. If this was not intended " "please verify all used uidNumbers!" @@ -3727,71 +2916,71 @@ msgstr "" "Wenn dies unbeabsichtigt geschah, prüfen Sie bitte alle verwendeten UID-" "Nummern." -#: plugins/personal/posix/class_posixAccount.inc:918 -#: plugins/personal/posix/class_posixAccount.inc:971 +#: plugins/personal/posix/class_posixAccount.inc:891 +#: plugins/personal/posix/class_posixAccount.inc:944 msgid "shadowMin" msgstr "shadowMin" -#: plugins/personal/posix/class_posixAccount.inc:923 -#: plugins/personal/posix/class_posixAccount.inc:976 +#: plugins/personal/posix/class_posixAccount.inc:896 +#: plugins/personal/posix/class_posixAccount.inc:949 msgid "shadowMax" msgstr "shadowMax" -#: plugins/personal/posix/class_posixAccount.inc:928 -#: plugins/personal/posix/class_posixAccount.inc:981 +#: plugins/personal/posix/class_posixAccount.inc:901 +#: plugins/personal/posix/class_posixAccount.inc:954 msgid "shadowWarning" msgstr "shadowWarning" -#: plugins/personal/posix/class_posixAccount.inc:942 -#: plugins/personal/posix/class_posixAccount.inc:995 +#: plugins/personal/posix/class_posixAccount.inc:915 +#: plugins/personal/posix/class_posixAccount.inc:968 msgid "shadowInactive" msgstr "shadowInactive" -#: plugins/personal/posix/class_posixAccount.inc:1299 +#: plugins/personal/posix/class_posixAccount.inc:1291 msgid "POSIX account" msgstr "POSIX-Konto" -#: plugins/personal/posix/class_posixAccount.inc:1313 +#: plugins/personal/posix/class_posixAccount.inc:1309 msgid "Group ID" msgstr "Gruppen-ID" -#: plugins/personal/posix/class_posixAccount.inc:1315 +#: plugins/personal/posix/class_posixAccount.inc:1311 msgid "Shadow last changed" msgstr "Shadow last changed" -#: plugins/personal/posix/class_posixAccount.inc:1316 +#: plugins/personal/posix/class_posixAccount.inc:1312 msgid "Last login" msgstr "Letztes Login" -#: plugins/personal/posix/class_posixAccount.inc:1318 +#: plugins/personal/posix/class_posixAccount.inc:1314 msgid "Force password change on login" msgstr "Erzwinge Änderung des Passwort bei Anmeldung" -#: plugins/personal/posix/class_posixAccount.inc:1319 +#: plugins/personal/posix/class_posixAccount.inc:1315 msgid "Shadow min" msgstr "Shadow min" -#: plugins/personal/posix/class_posixAccount.inc:1320 +#: plugins/personal/posix/class_posixAccount.inc:1316 msgid "Shadow max" msgstr "Shadow max" -#: plugins/personal/posix/class_posixAccount.inc:1321 +#: plugins/personal/posix/class_posixAccount.inc:1317 msgid "Shadow warning" msgstr "Shadow warning" -#: plugins/personal/posix/class_posixAccount.inc:1322 +#: plugins/personal/posix/class_posixAccount.inc:1318 msgid "Shadow inactive" msgstr "Shadow inactive" -#: plugins/personal/posix/class_posixAccount.inc:1323 +#: plugins/personal/posix/class_posixAccount.inc:1319 msgid "Shadow expire" msgstr "Shadow expire" -#: plugins/personal/posix/class_posixAccount.inc:1324 +#: plugins/personal/posix/class_posixAccount.inc:1320 msgid "Public SSH key" msgstr "Öffentlicher SSH-Schlüssel" -#: plugins/personal/posix/class_posixAccount.inc:1325 +#: plugins/personal/posix/class_posixAccount.inc:1321 msgid "System trust model" msgstr "Modell des System-Vertrauens" @@ -3827,6 +3016,29 @@ msgstr "Standard-Filter" msgid "Please select the desired entries" msgstr "Bitte wählen Sie die gewünschten Einträge" +#: plugins/personal/posix/groupSelect/group-list.xml:13 +#: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:23 +#: plugins/admin/groups/group-list.xml:15 +#: plugins/admin/groups/group-list.xml:79 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:71 +#: plugins/admin/ogroups/class_ogroupManagement.inc:184 +#: plugins/admin/ogroups/ogroup-list.xml:79 +#: plugins/addons/propertyEditor/property-list.xml:64 +msgid "Group" +msgstr "Gruppe" + +#: plugins/personal/posix/trustSelect/trust-list.xml:12 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:23 +#: plugins/admin/ogroups/class_ogroupManagement.inc:187 +msgid "Server" +msgstr "Server" + +#: plugins/personal/posix/trustSelect/trust-list.xml:19 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:31 +#: plugins/admin/ogroups/class_ogroupManagement.inc:189 +msgid "Workstation" +msgstr "Arbeitsstation" + #: plugins/personal/posix/trustSelect/trust-list.xml:26 #: plugins/admin/ogroups/objectSelect/selectObject-list.xml:39 #: plugins/admin/ogroups/class_ogroupManagement.inc:191 @@ -3837,51 +3049,30 @@ msgstr "Terminal" msgid "Trust machine selection" msgstr "Auswahl von vertrauenswürdigen Systemen" -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:64 -#: plugins/admin/groups/class_groupManagement.inc:157 -msgid "Posix" -msgstr "Posix" - -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:65 -#: plugins/admin/groups/class_groupManagement.inc:158 -msgid "Edit posix properties" -msgstr "POSIX-Eigenschaften bearbeiten" - -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:73 -#: plugins/admin/users/class_userManagement.inc:764 -#: plugins/admin/groups/class_groupManagement.inc:166 -msgid "Edit mail properties" -msgstr "Mail-Einstellungen bearbeiten" - -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:81 -#: plugins/admin/users/class_userManagement.inc:768 -#: plugins/admin/groups/class_groupManagement.inc:174 -msgid "Edit samba properties" -msgstr "Samba-Einstellungen bearbeiten" - -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:89 -#: plugins/admin/users/class_userManagement.inc:784 -#: plugins/admin/groups/class_groupManagement.inc:182 -msgid "Edit phone properties" -msgstr "Telefon-Einstellungen bearbeiten" - -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:96 -#: plugins/admin/groups/class_groupManagement.inc:189 -msgid "Menu" -msgstr "Menü" - -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:97 -#: plugins/admin/groups/class_groupManagement.inc:190 -msgid "Edit start menu properties" -msgstr "Startmenü-Einstellungen bearbeiten" +#: plugins/personal/myaccount/main.inc:50 +#: include/class_CopyPasteHandler.inc:160 +#: include/class_CopyPasteHandler.inc:274 include/functions.inc:617 +#: include/functions.inc:804 include/functions.inc:922 +#: include/functions.inc:1317 include/functions.inc:2315 +#: include/functions.inc:2349 include/functions.inc:2369 +#: include/class_log.inc:87 include/class_acl.inc:976 +#: include/class_ldap.inc:693 include/class_ldap.inc:744 +#: include/class_management.inc:634 include/class_management.inc:717 +#: include/class_session.inc:76 include/class_session.inc:101 +#: include/class_session.inc:127 +msgid "Internal error" +msgstr "Interner Fehler" -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:105 -#: plugins/admin/users/class_userManagement.inc:776 -#: plugins/admin/groups/class_groupManagement.inc:198 -msgid "Edit environment properties" -msgstr "Umgebungs-Einstellungen bearbeiten" +#: plugins/personal/myaccount/main.inc:51 include/class_management.inc:635 +#: include/class_management.inc:718 +#, php-format +msgid "" +"Cannot instantiate tabbed-plugin, the base plugin (%s) is not available!" +msgstr "" +"Kann das Karteireiter-Plugin nicht instanzieren. Das Basis-Plugin (%s) ist " +"nicht verfügbar!" -#: plugins/personal/myaccount/main.inc:112 +#: plugins/personal/myaccount/main.inc:125 msgid "You have no permission to set your password!" msgstr "Sie haben keine Berechtigung Ihr Passwort zu ändern!" @@ -3889,6 +3080,17 @@ msgstr "Sie haben keine Berechtigung Ihr Passwort zu ändern!" msgid "Edit personal settings" msgstr "Persönliche Filtereinstellungen bearbeiten" +#: plugins/personal/myaccount/password.tpl:2 +msgid "" +"You have changed the method your password is stored in the ldap database. " +"For that reason you've to enter your password at this point again. GOsa will " +"then encode it with the selected method." +msgstr "" +"Sie haben die Verschlüsselungsart, mit der Ihr Passwort in der LDAP-" +"Datenbank gespeichert wird, geändert. Aus diesem Grund müssen Sie das " +"Passwort an dieser Stelle noch einmal eingeben, damit es von GOsa in der " +"gewünschten Verschlüsselung abgelegt werden kann." + #: plugins/admin/users/password.tpl:4 msgid "" "To change the user password use the fields below. The changes take effect " @@ -3899,11 +3101,11 @@ msgstr "" "Änderungen werden sofort wirksam. Merken Sie sich das Passwort, da sich der " "Benutzer ohne dieses Passwort nicht anmelden kann." -#: plugins/admin/users/password.tpl:11 +#: plugins/admin/users/password.tpl:7 msgid "Password input dialog" msgstr "Passwort-Eingabedialog" -#: plugins/admin/users/password.tpl:21 +#: plugins/admin/users/password.tpl:23 msgid "Strength" msgstr "Stärke" @@ -3924,8 +3126,9 @@ msgid "Show mail users" msgstr "Zeige Mail Benutzer" #: plugins/admin/users/class_userManagement.inc:26 +#, fuzzy msgid "" -"Manage aspects of user accounts like generic, posix, samba and mail settings" +"Manage aspects of user accounts like generic, POSIX, samba and mail settings" msgstr "" "Verwalten von Konto-Eigenschaften wie Allgemeines, POSIX-, Samba- und Mail-" "Einstellungen" @@ -3938,11 +3141,9 @@ msgstr "Infrastruktur Fehler" #: plugins/admin/users/class_userManagement.inc:221 #: plugins/admin/users/class_userManagement.inc:629 -#: include/class_management.inc:302 include/class_management.inc:459 -#: include/class_management.inc:506 include/class_management.inc:543 -#: include/class_management.inc:557 include/class_plugin.inc:1434 -#: include/class_plugin.inc:1446 include/class_plugin.inc:1461 -#: include/class_plugin.inc:1474 +#: include/class_management.inc:304 include/class_management.inc:462 +#: include/class_management.inc:509 include/class_management.inc:524 +#: include/class_management.inc:561 include/class_management.inc:575 msgid "Permission" msgstr "Berechtigung" @@ -3953,7 +3154,7 @@ msgstr "Sie haben keine Berechtigung dieses Passwort zu ändern!" #: plugins/admin/users/class_userManagement.inc:348 #: plugins/admin/users/class_userManagement.inc:382 #: plugins/admin/users/class_userManagement.inc:413 -#: plugins/admin/ogroups/class_ogroup.inc:300 +#: plugins/admin/ogroups/class_ogroup.inc:309 msgid "none" msgstr "keine" @@ -3966,7 +3167,7 @@ msgstr "Vorlage" #: plugins/admin/users/class_userManagement.inc:587 #: plugins/admin/users/class_userManagement.inc:591 #: plugins/admin/acl/class_aclManagement.inc:98 -#: include/class_management.inc:383 +#: include/class_management.inc:385 msgid "Permission error" msgstr "Berechtigungsfehler" @@ -3999,6 +3200,22 @@ msgstr "Allgemeine Einstellungen bearbeiten" msgid "Edit POSIX properties" msgstr "UNIX-Einstellungen bearbeiten" +#: plugins/admin/users/class_userManagement.inc:762 +#: plugins/admin/groups/class_groupManagement.inc:165 +#: plugins/admin/ogroups/tabs_ogroups.inc:150 +msgid "Mail" +msgstr "Mail" + +#: plugins/admin/users/class_userManagement.inc:764 +#: plugins/admin/groups/class_groupManagement.inc:166 +msgid "Edit mail properties" +msgstr "Mail-Einstellungen bearbeiten" + +#: plugins/admin/users/class_userManagement.inc:768 +#: plugins/admin/groups/class_groupManagement.inc:174 +msgid "Edit samba properties" +msgstr "Samba-Einstellungen bearbeiten" + #: plugins/admin/users/class_userManagement.inc:771 msgid "Netatalk" msgstr "Netatalk" @@ -4007,10 +3224,24 @@ msgstr "Netatalk" msgid "Edit netatalk properties" msgstr "Netatalk-Einstellungen bearbeiten" +#: plugins/admin/users/class_userManagement.inc:776 +#: plugins/admin/groups/class_groupManagement.inc:198 +msgid "Edit environment properties" +msgstr "Umgebungs-Einstellungen bearbeiten" + +#: plugins/admin/users/class_userManagement.inc:779 +msgid "FAX" +msgstr "Fax" + #: plugins/admin/users/class_userManagement.inc:780 msgid "Edit FAX properties" msgstr "FAX-Einstellungen bearbeiten" +#: plugins/admin/users/class_userManagement.inc:784 +#: plugins/admin/groups/class_groupManagement.inc:182 +msgid "Edit phone properties" +msgstr "Telefon-Einstellungen bearbeiten" + #: plugins/admin/users/templatize.tpl:2 msgid "Applying a template" msgstr "Vorlage anwenden" @@ -4035,11 +3266,20 @@ msgstr "Keine Vorlagen verfügbar!" msgid "List of users" msgstr "Liste der Benutzer" -#: plugins/admin/users/user-list.xml:73 plugins/admin/groups/group-list.xml:57 -#: plugins/admin/departments/generic.tpl:7 -#: plugins/admin/departments/generic.tpl:9 -#: plugins/admin/departments/organization.tpl:7 -#: plugins/admin/departments/organization.tpl:9 +#: plugins/admin/users/user-list.xml:23 plugins/admin/users/user-list.xml:95 +#: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:15 +#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:14 +#: plugins/admin/groups/userSelect/user-list.xml:14 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:63 +#: plugins/admin/ogroups/class_ogroupManagement.inc:183 +msgid "User" +msgstr "Benutzer" + +#: plugins/admin/users/user-list.xml:73 plugins/admin/groups/group-list.xml:57 +#: plugins/admin/departments/generic.tpl:7 +#: plugins/admin/departments/generic.tpl:9 +#: plugins/admin/departments/organization.tpl:7 +#: plugins/admin/departments/organization.tpl:9 #: plugins/admin/departments/locality.tpl:8 #: plugins/admin/departments/locality.tpl:9 #: plugins/admin/departments/dcObject.tpl:8 @@ -4052,11 +3292,11 @@ msgstr "Liste der Benutzer" msgid "Properties" msgstr "Eigenschaften" -#: plugins/admin/users/user-list.xml:78 -#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:64 -#: plugins/admin/groups/group-list.xml:62 +#: plugins/admin/users/user-list.xml:78 plugins/admin/groups/group-list.xml:62 #: plugins/admin/departments/dep-list.xml:87 plugins/admin/acl/acl-list.xml:65 -#: plugins/admin/ogroups/ogroup-list.xml:62 include/class_listing.inc:1127 +#: plugins/admin/ogroups/ogroup-list.xml:62 +#: plugins/addons/propertyEditor/property-list.xml:96 +#: include/class_listing.inc:1174 msgid "Actions" msgstr "Aktionen" @@ -4067,10 +3307,6 @@ msgstr "Aktionen" msgid "Edit" msgstr "Bearbeiten" -#: plugins/admin/users/user-list.xml:128 plugins/admin/users/user-list.xml:230 -msgid "Change password" -msgstr "Passwort ändern" - #: plugins/admin/users/user-list.xml:140 msgid "Lock users" msgstr "Benutzer sperren" @@ -4180,102 +3416,116 @@ msgstr "Mitglieder sind in einer Telefon-Gruppe" msgid "Members are in a nagios group" msgstr "Mitglieder sind in einer Nagios-Gruppe" -#: plugins/admin/groups/generic.tpl:173 -msgid "Group members" -msgstr "Gruppenmitglieder" - -#: plugins/admin/groups/generic.tpl:180 -msgid "In all groups" -msgstr "In allen Gruppen" +#: plugins/admin/groups/generic.tpl:174 +#, fuzzy +msgid "Common group members" +msgstr "Gemeinsame Gruppe" #: plugins/admin/groups/generic.tpl:183 -msgid "Not in all groups" -msgstr "Nicht in allen Gruppen" +#, fuzzy +msgid "Partial group members" +msgstr "Gruppenmitglieder" + +#: plugins/admin/groups/generic.tpl:188 +msgid "Group members" +msgstr "Gruppenmitglieder" #: plugins/admin/groups/class_groupManagement.inc:26 +#, fuzzy msgid "" -"Manage aspects of groups like members, posix, desktop, samba and mail " +"Manage aspects of groups like members, POSIX, desktop, samba and mail " "settings" msgstr "" "Verwalten von Gruppeneigenschaften wie Mitglieder, POSIX-, Desktop-, Samba- " "und Mail-Einstellungen" -#: plugins/admin/groups/class_group.inc:159 -#: plugins/admin/groups/class_group.inc:547 +#: plugins/admin/groups/class_groupManagement.inc:157 +msgid "Posix" +msgstr "Posix" + +#: plugins/admin/groups/class_groupManagement.inc:158 +msgid "Edit posix properties" +msgstr "POSIX-Eigenschaften bearbeiten" + +#: plugins/admin/groups/class_groupManagement.inc:189 +msgid "Menu" +msgstr "Menü" + +#: plugins/admin/groups/class_groupManagement.inc:190 +msgid "Edit start menu properties" +msgstr "Startmenü-Einstellungen bearbeiten" + +#: plugins/admin/groups/class_group.inc:166 #: include/class_CopyPasteHandler.inc:119 #: include/class_CopyPasteHandler.inc:128 #: include/class_CopyPasteHandler.inc:177 #: include/class_CopyPasteHandler.inc:186 -#: include/class_CopyPasteHandler.inc:194 include/class_config.inc:155 -#: include/class_config.inc:702 include/class_config.inc:1153 -#: include/class_config.inc:1166 include/class_config.inc:1184 -#: include/functions.inc:802 include/functions.inc:3073 -#: include/functions.inc:3105 include/functions.inc:3118 +#: include/class_CopyPasteHandler.inc:194 include/class_config.inc:162 +#: include/class_config.inc:678 include/class_config.inc:1138 +#: include/class_config.inc:1151 include/class_config.inc:1169 +#: include/functions.inc:814 include/functions.inc:3023 +#: include/functions.inc:3066 include/functions.inc:3079 #: include/password-methods/class_password-methods-ssha.inc:51 #: include/password-methods/class_password-methods-sha.inc:48 -#: include/utils/class_timezone.inc:47 include/class_SnapshotHandler.inc:45 -#: include/class_SnapshotHandler.inc:58 include/class_SnapshotHandler.inc:76 -#: include/class_pluglist.inc:98 html/index.php:156 html/index.php:228 -#: html/password.php:86 html/main.php:230 +#: include/utils/class_timezone.inc:47 include/class_SnapshotHandler.inc:44 +#: include/class_SnapshotHandler.inc:57 include/class_SnapshotHandler.inc:75 +#: include/class_pluglist.inc:92 html/index.php:157 html/index.php:233 +#: html/password.php:84 html/main.php:239 msgid "Configuration error" msgstr "Konfigurationsfehler" -#: plugins/admin/groups/class_group.inc:159 +#: plugins/admin/groups/class_group.inc:166 msgid "Cannot find group SID in your configuration!" msgstr "Kann keine Gruppen-SID in Ihrer Konfiguration finden!" -#: plugins/admin/groups/class_group.inc:311 +#: plugins/admin/groups/class_group.inc:210 +#: plugins/admin/groups/class_group.inc:1170 +#: plugins/admin/groups/class_group.inc:1180 +#, fuzzy +msgid "Surename" +msgstr "Nachname" + +#: plugins/admin/groups/class_group.inc:310 msgid "Samba group" msgstr "Samba-Gruppe" -#: plugins/admin/groups/class_group.inc:311 +#: plugins/admin/groups/class_group.inc:310 msgid "Domain admins" msgstr "Domänen-Administratoren" -#: plugins/admin/groups/class_group.inc:311 +#: plugins/admin/groups/class_group.inc:310 msgid "Domain users" msgstr "Domänen-Benutzer" -#: plugins/admin/groups/class_group.inc:312 +#: plugins/admin/groups/class_group.inc:311 msgid "Domain guests" msgstr "Domänen-Gäste" -#: plugins/admin/groups/class_group.inc:317 +#: plugins/admin/groups/class_group.inc:316 #, php-format msgid "Special group (%d)" msgstr "Spezielle Gruppe (%d)" -#: plugins/admin/groups/class_group.inc:420 +#: plugins/admin/groups/class_group.inc:464 #, php-format msgid "Adding UID '%s' to group '%s' failed: cannot find user object!" msgstr "" "Die UID '%s' konnte nicht zur Gruppe '%s' hinzugefügt werden: Benutzer-" "Objekt nicht gefunden!" -#: plugins/admin/groups/class_group.inc:426 +#: plugins/admin/groups/class_group.inc:470 #, php-format msgid "Add UID '%s' to group '%s' failed: UID is used more than once!" msgstr "" "Die UID '%s' konnte nicht zur Gruppe '%s' hinzugefügt werden: UID ist " "bereits vorhanden!" -#: plugins/admin/groups/class_group.inc:504 -msgid "! unknown UID" -msgstr "! unbekannte UID" - -#: plugins/admin/groups/class_group.inc:547 -#, php-format -msgid "Search returned too many results. Not displaying more than %s entries!" -msgstr "" -"Die Suche ergab zu viele Treffer. Es werden nicht mehr als %s Einträge " -"angezeigt!" - -#: plugins/admin/groups/class_group.inc:730 +#: plugins/admin/groups/class_group.inc:733 #, php-format msgid "Cannot find any SID for '%s'!" msgstr "Kann keine SID für '%s' finden!" -#: plugins/admin/groups/class_group.inc:735 +#: plugins/admin/groups/class_group.inc:738 #, php-format msgid "Cannot find any RIDBASE for '%s'!" msgstr "Kann keine RIDBASE für '%s' finden!" @@ -4285,27 +3535,36 @@ msgstr "Kann keine RIDBASE für '%s' finden!" msgid "The gidNumber '%s' is already in use by %s!" msgstr "Die Gruppen ID-Nummer '%s' wird bereits von %s verwendet!" -#: plugins/admin/groups/class_group.inc:1013 +#: plugins/admin/groups/class_group.inc:1016 msgid "Generic group settings" msgstr "Allgemeine Gruppeneinstellungen" -#: plugins/admin/groups/class_group.inc:1027 +#: plugins/admin/groups/class_group.inc:1029 +#, fuzzy +msgid "" +"The 'ogroupRDN' statement defines the location where new object groups will " +"be created. The default is 'ou=groups,'." +msgstr "" +"Die 'ogroupRDN' Option definiert den Ablage-Container für neue Objekt-" +"Gruppen.Der Standard ist 'ou=groups,'." + +#: plugins/admin/groups/class_group.inc:1043 msgid "Samba group type" msgstr "Samba-Gruppentyp" -#: plugins/admin/groups/class_group.inc:1028 +#: plugins/admin/groups/class_group.inc:1044 msgid "Samba domain name" msgstr "Samba Domänen-Name" -#: plugins/admin/groups/class_group.inc:1030 +#: plugins/admin/groups/class_group.inc:1046 msgid "Phone pickup group" msgstr "Gesprächs-Annahme Gruppe" -#: plugins/admin/groups/class_group.inc:1031 +#: plugins/admin/groups/class_group.inc:1047 msgid "Nagios group" msgstr "Nagios-Gruppe" -#: plugins/admin/groups/class_group.inc:1033 +#: plugins/admin/groups/class_group.inc:1049 msgid "Group member" msgstr "Gruppenmitglieder" @@ -4335,7 +3594,7 @@ msgstr "Gruppe löschen" #: plugins/admin/departments/class_domain.inc:81 #: plugins/admin/departments/class_domain.inc:82 -#: plugins/admin/departments/class_departmentManagement.inc:202 +#: plugins/admin/departments/class_departmentManagement.inc:205 #: plugins/admin/departments/class_dcObject.inc:81 #: plugins/admin/departments/class_dcObject.inc:82 msgid "Domain Component" @@ -4346,7 +3605,7 @@ msgstr "Domänen-Komponente" #: plugins/admin/departments/organization.tpl:132 #: plugins/admin/departments/class_localityGeneric.inc:95 #: plugins/admin/departments/locality.tpl:67 -#: plugins/admin/departments/class_department.inc:680 +#: plugins/admin/departments/class_department.inc:688 #: plugins/admin/departments/dcObject.tpl:67 #: plugins/admin/departments/domain.tpl:67 #: plugins/admin/departments/country.tpl:68 @@ -4375,9 +3634,9 @@ msgstr "Beschreibender Text zu dieser Abteilung" #: plugins/admin/departments/generic.tpl:27 #: plugins/admin/departments/organization.tpl:27 -#: plugins/admin/departments/class_department.inc:670 +#: plugins/admin/departments/class_department.inc:678 #: plugins/admin/departments/class_organizationGeneric.inc:124 -#: plugins/admin/acl/class_aclRole.inc:165 include/class_userFilter.inc:55 +#: plugins/admin/acl/class_aclRole.inc:163 include/class_userFilter.inc:55 msgid "Category" msgstr "Kategorie" @@ -4442,7 +3701,7 @@ msgstr "Liste von strukturellen Objekten" #: plugins/admin/departments/dep-list.xml:15 #: plugins/admin/departments/dep-list.xml:103 -#: plugins/admin/departments/class_departmentManagement.inc:190 +#: plugins/admin/departments/class_departmentManagement.inc:193 #: plugins/admin/departments/domain.tpl:5 #: plugins/admin/departments/dep-filter.xml:105 msgid "Domain" @@ -4457,7 +3716,7 @@ msgstr "Domänen-Komponente" #: plugins/admin/departments/dep-list.xml:31 #: plugins/admin/departments/dep-list.xml:117 -#: plugins/admin/departments/class_departmentManagement.inc:214 +#: plugins/admin/departments/class_departmentManagement.inc:217 #: plugins/admin/departments/country.tpl:5 #: plugins/admin/departments/dep-filter.xml:49 #: plugins/admin/departments/class_countryGeneric.inc:82 @@ -4470,7 +3729,7 @@ msgstr "Land" #: plugins/admin/departments/class_localityGeneric.inc:82 #: plugins/admin/departments/class_localityGeneric.inc:83 #: plugins/admin/departments/locality.tpl:5 -#: plugins/admin/departments/class_departmentManagement.inc:226 +#: plugins/admin/departments/class_departmentManagement.inc:229 #: plugins/admin/departments/dep-filter.xml:63 msgid "Locality" msgstr "Standort" @@ -4485,55 +3744,55 @@ msgstr "Standort-Name" msgid "Name of locality to create" msgstr "Name des zu erzeugenden Standortes" -#: plugins/admin/departments/class_department.inc:439 -#: include/functions.inc:447 include/utils/class_xml.inc:43 -#: html/password.php:59 html/main.php:149 +#: plugins/admin/departments/class_department.inc:441 +#: include/functions.inc:459 include/utils/class_xml.inc:43 +#: html/password.php:59 html/main.php:158 msgid "Fatal error" msgstr "Schwerer Fehler" -#: plugins/admin/departments/class_department.inc:439 +#: plugins/admin/departments/class_department.inc:441 msgid "Cannot find an unused tag for this administrative unit!" msgstr "Kann keinen unbenutzten Tag für diese administrative Einheit finden!" -#: plugins/admin/departments/class_department.inc:507 +#: plugins/admin/departments/class_department.inc:509 #, php-format msgid "Tagging '%s'." msgstr "Markiere '%s'." -#: plugins/admin/departments/class_department.inc:588 +#: plugins/admin/departments/class_department.inc:590 #, php-format msgid "Moving '%s' to '%s'" msgstr "Verschiebe '%s' nach '%s'" -#: plugins/admin/departments/class_department.inc:629 +#: plugins/admin/departments/class_department.inc:631 #, php-format msgid "FAILED to copy %s, aborting operation" msgstr "Fehler beim kopieren von %s, breche ab" -#: plugins/admin/departments/class_department.inc:660 -#: plugins/admin/departments/class_department.inc:665 +#: plugins/admin/departments/class_department.inc:662 +#: plugins/admin/departments/class_department.inc:673 msgid "Departments" msgstr "Abteilungen" -#: plugins/admin/departments/class_department.inc:668 +#: plugins/admin/departments/class_department.inc:676 msgid "Department name" msgstr "Name der Abteilung" -#: plugins/admin/departments/class_department.inc:676 +#: plugins/admin/departments/class_department.inc:684 msgid "Telephone" msgstr "Telefon" -#: plugins/admin/departments/class_department.inc:731 +#: plugins/admin/departments/class_department.inc:739 #, php-format msgid "Object '%s' is already tagged" msgstr "Objekt '%s' ist bereits markiert" -#: plugins/admin/departments/class_department.inc:738 +#: plugins/admin/departments/class_department.inc:746 #, php-format msgid "Adding tag (%s) to object '%s'" msgstr "Füge Markierung (%s) zu Objekt '%s' hinzu" -#: plugins/admin/departments/class_department.inc:770 +#: plugins/admin/departments/class_department.inc:778 #, php-format msgid "Removing tag from object '%s'" msgstr "Entferne Markierung von Objekt '%s'" @@ -4549,7 +3808,7 @@ msgstr "" "Verwalten von Organisationen, Organisationsheineiten, Standorten, Ländern " "und mehr" -#: plugins/admin/departments/class_departmentManagement.inc:122 +#: plugins/admin/departments/class_departmentManagement.inc:125 msgid "" "As soon as the tag operation has finished, you can scroll down to end of the " "page and press the 'Continue' button to continue with the department " @@ -4652,7 +3911,7 @@ msgid "ACL Templates" msgstr "ACL Vorlagen" #: plugins/admin/acl/class_aclRole.inc:26 -#: plugins/admin/acl/class_aclRole.inc:717 +#: plugins/admin/acl/class_aclRole.inc:712 msgid "Access control roles" msgstr "Rollen für die Zugriffskontrolle" @@ -4660,81 +3919,64 @@ msgstr "Rollen für die Zugriffskontrolle" msgid "Edit AC roles" msgstr "ACL-Rollen bearbeiten" -#: plugins/admin/acl/class_aclRole.inc:130 include/class_acl.inc:219 -msgid "All categories" -msgstr "Alle Kategorien" - -#: plugins/admin/acl/class_aclRole.inc:137 +#: plugins/admin/acl/class_aclRole.inc:135 msgid "Reset ACL" msgstr "ACL zurücksetzen" -#: plugins/admin/acl/class_aclRole.inc:138 include/class_acl.inc:228 -msgid "One level" -msgstr "Diese Ebene" - -#: plugins/admin/acl/class_aclRole.inc:139 include/class_acl.inc:229 -#: include/class_acl.inc:234 -msgid "Current object" -msgstr "Aktuelles Objekt" - -#: plugins/admin/acl/class_aclRole.inc:140 include/class_acl.inc:230 -msgid "Complete subtree" -msgstr "Vollständiger Teilbaum" - -#: plugins/admin/acl/class_aclRole.inc:141 include/class_acl.inc:231 -msgid "Complete subtree (permanent)" -msgstr "Vollständiger Teilbaum (permanent)" - -#: plugins/admin/acl/class_aclRole.inc:181 -#: plugins/admin/acl/class_aclRole.inc:727 include/class_acl.inc:279 +#: plugins/admin/acl/class_aclRole.inc:179 +#: plugins/admin/acl/class_aclRole.inc:741 include/class_acl.inc:278 msgid "Permissions" msgstr "Berechtigungen" -#: plugins/admin/acl/class_aclRole.inc:181 include/class_acl.inc:279 -#: include/php_setup.inc:191 +#: plugins/admin/acl/class_aclRole.inc:179 include/class_acl.inc:278 +#: include/php_setup.inc:185 msgid "Type" msgstr "Typ" -#: plugins/admin/acl/class_aclRole.inc:410 +#: plugins/admin/acl/class_aclRole.inc:408 msgid "No ACL settings for this category" msgstr "Keine ACL-Einstellungen für diese Kategorie" -#: plugins/admin/acl/class_aclRole.inc:412 +#: plugins/admin/acl/class_aclRole.inc:410 #, php-format msgid "ACL for these objects: %s" msgstr "Enthält ACL für diese Objekte: %s" -#: plugins/admin/acl/class_aclRole.inc:417 +#: plugins/admin/acl/class_aclRole.inc:415 msgid "Edit category ACL" msgstr "ACL Kategorie bearbeiten" -#: plugins/admin/acl/class_aclRole.inc:420 +#: plugins/admin/acl/class_aclRole.inc:418 msgid "Delete category ACL" msgstr "ACL-Kategorie entfernen" -#: plugins/admin/acl/class_aclRole.inc:441 +#: plugins/admin/acl/class_aclRole.inc:439 #, php-format msgid "Edit ACL for '%s', scope is '%s'" msgstr "ACL für '%s' bearbeiten, Bereich ist '%s'" -#: plugins/admin/acl/class_aclRole.inc:451 include/class_acl.inc:644 -msgid "All objects in current subtree" -msgstr "Alle Objekte im aktuellen Teilbaum" - -#: plugins/admin/acl/class_aclRole.inc:637 +#: plugins/admin/acl/class_aclRole.inc:632 msgid "Object in use" msgstr "Objekt in Verwendung" -#: plugins/admin/acl/class_aclRole.inc:637 +#: plugins/admin/acl/class_aclRole.inc:632 #, php-format msgid "This role cannot be removed while it is in use by these objects:" msgstr "" "Die Rolle kann nicht entfernt werden, solange sie noch von folgenden " "Objekten verwendet wird:" -#: plugins/admin/acl/class_aclRole.inc:753 plugins/admin/acl/tabs_acl.inc:28 -#: include/class_acl.inc:1279 include/class_acl.inc:1280 -#: include/class_acl.inc:1285 include/class_tabs.inc:374 +#: plugins/admin/acl/class_aclRole.inc:728 +msgid "" +"The 'aclRoleRDN' statement defines the location where new acl roles will be " +"created. The default is 'ou=aclroles,'." +msgstr "" +"Die Option 'aclRoleRDN' definiert den Ablageort für neue ACL-Rollen. Der " +"Standard ist 'ou=aclroles,'." + +#: plugins/admin/acl/class_aclRole.inc:767 plugins/admin/acl/tabs_acl.inc:28 +#: include/class_acl.inc:1282 include/class_acl.inc:1283 +#: include/class_acl.inc:1289 include/class_tabs.inc:382 msgid "ACL" msgstr "Zugriffsregeln" @@ -4742,6 +3984,11 @@ msgstr "Zugriffsregeln" msgid "Paste acl-role" msgstr "ACL-Rolle einfügen" +#: plugins/admin/ogroups/generic.tpl:1 +#: plugins/admin/ogroups/ogroup-list.xml:15 +msgid "Object group" +msgstr "Objektgruppe" + #: plugins/admin/ogroups/generic.tpl:10 msgid "Name of the group" msgstr "Name der Gruppe" @@ -4750,91 +3997,102 @@ msgstr "Name der Gruppe" msgid "Member objects" msgstr "Zusammengefasste Objekte" -#: plugins/admin/ogroups/tabs_ogroups.inc:133 +#: plugins/admin/ogroups/tabs_ogroups.inc:134 msgid "Phone queue" msgstr "Warteschlange" -#: plugins/admin/ogroups/tabs_ogroups.inc:160 -msgid "Systems" -msgstr "Systeme" +#: plugins/admin/ogroups/tabs_ogroups.inc:163 +#, fuzzy +msgid "System settings" +msgstr "Benutzer-Einstellungen" -#: plugins/admin/ogroups/tabs_ogroups.inc:171 -#: plugins/admin/ogroups/tabs_ogroups.inc:194 -msgid "Startup" -msgstr "Start" +#: plugins/admin/ogroups/tabs_ogroups.inc:175 +#: plugins/admin/ogroups/tabs_ogroups.inc:200 +msgid "Recipe" +msgstr "Rezept" -#: plugins/admin/ogroups/tabs_ogroups.inc:182 -#: plugins/admin/ogroups/tabs_ogroups.inc:203 +#: plugins/admin/ogroups/tabs_ogroups.inc:187 +#: plugins/admin/ogroups/tabs_ogroups.inc:209 msgid "Devices" msgstr "Geräte" -#: plugins/admin/ogroups/tabs_ogroups.inc:213 -msgid "FAI summary" -msgstr "FAI-Übersicht" +#: plugins/admin/ogroups/tabs_ogroups.inc:219 +#, fuzzy +msgid "Deployment summary" +msgstr "Abteilungsnummer" + +#: plugins/admin/ogroups/tabs_ogroups.inc:229 +msgid "Desktop" +msgstr "Schreibtisch" -#: plugins/admin/ogroups/tabs_ogroups.inc:241 +#: plugins/admin/ogroups/tabs_ogroups.inc:246 msgid "Applications" msgstr "Anwendungen" +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:47 +#: plugins/admin/ogroups/class_ogroupManagement.inc:192 +msgid "Printer" +msgstr "Drucker" + #: plugins/admin/ogroups/objectSelect/class_objectSelect.inc:29 msgid "Object selection" msgstr "Objektauswahl" -#: plugins/admin/ogroups/class_ogroup.inc:200 +#: plugins/admin/ogroups/class_ogroup.inc:230 msgid "You cannot combine terminals and workstations in one object group!" msgstr "" "Sie können Terminals und Arbeitsstationen nicht zu einer Objektgruppe " "zusammenfassen!" -#: plugins/admin/ogroups/class_ogroup.inc:302 +#: plugins/admin/ogroups/class_ogroup.inc:311 msgid "too many different objects!" msgstr "zu viele unterschiedliche Objekte!" -#: plugins/admin/ogroups/class_ogroup.inc:304 +#: plugins/admin/ogroups/class_ogroup.inc:313 msgid "users" msgstr "Benutzer" -#: plugins/admin/ogroups/class_ogroup.inc:305 +#: plugins/admin/ogroups/class_ogroup.inc:314 msgid "groups" msgstr "Gruppen" -#: plugins/admin/ogroups/class_ogroup.inc:306 +#: plugins/admin/ogroups/class_ogroup.inc:315 msgid "applications" msgstr "Anwendungen" -#: plugins/admin/ogroups/class_ogroup.inc:307 +#: plugins/admin/ogroups/class_ogroup.inc:316 msgid "departments" msgstr "Abteilungen" -#: plugins/admin/ogroups/class_ogroup.inc:308 +#: plugins/admin/ogroups/class_ogroup.inc:317 msgid "servers" msgstr "Server" -#: plugins/admin/ogroups/class_ogroup.inc:309 +#: plugins/admin/ogroups/class_ogroup.inc:318 msgid "workstations" msgstr "Arbeitsstationen" -#: plugins/admin/ogroups/class_ogroup.inc:310 +#: plugins/admin/ogroups/class_ogroup.inc:319 msgid "winstations" msgstr "Windows-Arbeitsstationen" -#: plugins/admin/ogroups/class_ogroup.inc:311 +#: plugins/admin/ogroups/class_ogroup.inc:320 msgid "terminals" msgstr "Terminals" -#: plugins/admin/ogroups/class_ogroup.inc:312 +#: plugins/admin/ogroups/class_ogroup.inc:321 msgid "phones" msgstr "Telefone" -#: plugins/admin/ogroups/class_ogroup.inc:313 +#: plugins/admin/ogroups/class_ogroup.inc:322 msgid "printers" msgstr "Drucker" -#: plugins/admin/ogroups/class_ogroup.inc:500 +#: plugins/admin/ogroups/class_ogroup.inc:524 msgid "Non existing dn:" msgstr "Unbekannte dn:" -#: plugins/admin/ogroups/class_ogroup.inc:657 +#: plugins/admin/ogroups/class_ogroup.inc:642 #, php-format msgid "" "These systems are already configured by other object groups and cannot be " @@ -4843,25 +4101,25 @@ msgstr "" "Die folgenden Systeme sind bereits für die Konfiguration über eine " "Objektgruppe vorgesehen und können nicht hinzugefügt werden:" -#: plugins/admin/ogroups/class_ogroup.inc:691 +#: plugins/admin/ogroups/class_ogroup.inc:676 msgid "You can combine two different object types at maximum, only!" msgstr "" "Sie können maximal zwei verschiedene Objekttypen miteinander kombinieren!" -#: plugins/admin/ogroups/class_ogroup.inc:841 +#: plugins/admin/ogroups/class_ogroup.inc:821 msgid "Object group generic" msgstr "Objektgruppe (Allgemein)" -#: plugins/admin/ogroups/class_ogroup.inc:846 +#: plugins/admin/ogroups/class_ogroup.inc:830 #: plugins/admin/ogroups/class_ogroupManagement.inc:25 msgid "Object groups" msgstr "Objektgruppen" -#: plugins/admin/ogroups/class_ogroup.inc:852 +#: plugins/admin/ogroups/class_ogroup.inc:836 msgid "Sytem trust" msgstr "System-Vertrauen" -#: plugins/admin/ogroups/class_ogroup.inc:853 include/class_acl.inc:279 +#: plugins/admin/ogroups/class_ogroup.inc:837 include/class_acl.inc:278 msgid "Member" msgstr "Mitglied" @@ -4873,6 +4131,10 @@ msgstr "Kombinieren von verschiedenen Objekttypen" msgid "Templates" msgstr "Vorlagen" +#: plugins/admin/ogroups/class_ogroupManagement.inc:185 +msgid "Application" +msgstr "Anwendung" + #: plugins/admin/ogroups/class_ogroupManagement.inc:190 msgid "Windows Install" msgstr "Windows Installation" @@ -4897,6 +4159,276 @@ msgstr "Objektgruppe bearbeiten" msgid "Remove object group" msgstr "Objektgruppe löschen" +#: plugins/addons/propertyEditor/property-list.tpl:3 +#, fuzzy +msgid "Warning message" +msgstr "Nachricht senden" + +#: plugins/addons/propertyEditor/property-list.tpl:9 +msgid "" +"Modifying properties may break your setup, destroy or mess up your LDAP " +"database, lead to security holes or it can even make a login impossible!" +msgstr "" +"Das Verändern von Einstellungen kann Ihre Umgebung beeinträchtigen, ihren " +"LDAP-Inhalt zerstören oder beschädigen, Sicherheitsprobleme hervorrufen oder " +"gar eine Anmeldung unmöglich machen!" + +#: plugins/addons/propertyEditor/property-list.tpl:10 +msgid "" +"Since configuration properties are stored in the LDAP database a copy/backup " +"can be handy." +msgstr "" +"Da die Konfigurationseinstellungen im LDAP-Verzeichnis gespeichert werden, " +"ist ein Backup empfehlenswert." + +#: plugins/addons/propertyEditor/property-list.tpl:14 +msgid "" +"If you've debarred yourself, you can try to set 'ignoreLdapProperties' to " +"'true' in your gosa.conf main section. This will make GOsa ignore LDAP based " +"property values." +msgstr "" +"Falls Sie sich selbst ausgesperrt haben, können Sie versuchen in der 'main' " +"Sektion Ihrer gosa.conf der Option 'ignoreLdapProperties' den Wert 'true' " +"zuzuweisen. Dies schaltet die Nutzung von LDAP-Einstellungen ab." + +#: plugins/addons/propertyEditor/property-list.tpl:22 +msgid "" +"I understand that there are certain risks, but I want to modify properties!" +msgstr "" +"Ja, ich habe verstanden, dass mit der Modifikation von Einstellungen Risiken " +"verbunden sein können, aber ich möchte trotzdem Einstellungen bearbeiten!" + +#: plugins/addons/propertyEditor/property-list.tpl:38 +msgid "Ignoring LDAP defined properties!" +msgstr "Ignoriere LDAP-basierte Einstellungen!" + +#: plugins/addons/propertyEditor/property-list.tpl:77 +msgid "Undo" +msgstr "Wiederherstellen" + +#: plugins/addons/propertyEditor/class_commandVerifier.inc:56 +msgid "Results" +msgstr "Ergebnisse" + +#: plugins/addons/propertyEditor/commandVerifier.tpl:1 +msgid "Command verifier" +msgstr "Kommandoüberprüfung" + +#: plugins/addons/propertyEditor/commandVerifier.tpl:3 +msgid "" +"Here you can execute commands in the way GOsa does and check the generated " +"results or errors. This can be very usefull especially for the post events " +"(postcreate, postmodify and postremove) due to the fact that these hook are " +"executed silently." +msgstr "" +"An dieser stelle können Sie GOsa Kommandos ausführen lassen und das erzeugte " +"Ergebnis einsehen. Dies kann nützlich sein, wenn Sie beispielsweise post-" +"Events (postcreate, postmodify und postremove) ausprobieren möchten." + +#: plugins/addons/propertyEditor/commandVerifier.tpl:8 +msgid "" +"Please be carefull here, all commands will really be executed on your " +"machine and may break things!" +msgstr "" +"Vorsicht! Die Kommandos werden auf diesem Serversystem ausgeführt und können " +"unter Umständen etwas beschädigen!" + +#: plugins/addons/propertyEditor/commandVerifier.tpl:15 +msgid "The command to check for" +msgstr "Das zu überprüfende Kommando" + +#: plugins/addons/propertyEditor/commandVerifier.tpl:17 +#, fuzzy +msgid "Test" +msgstr "Zeitstempel" + +#: plugins/addons/propertyEditor/property-filter.xml:15 +#, fuzzy +msgid "Effective properties" +msgstr "Filtereinstellungen" + +#: plugins/addons/propertyEditor/property-filter.xml:29 +#, fuzzy +msgid "Modified properties" +msgstr "Filtereinstellungen" + +#: plugins/addons/propertyEditor/property-filter.xml:43 +#, fuzzy +msgid "All properties" +msgstr "Filtereinstellungen" + +#: plugins/addons/propertyEditor/property-filter.xml:57 +#, fuzzy +msgid "LDAP properties" +msgstr "Eigenschaften" + +#: plugins/addons/propertyEditor/property-filter.xml:71 +#, fuzzy +msgid "Search for property groups" +msgstr "Zeige primäre Gruppen" + +#: plugins/addons/propertyEditor/property-list.xml:11 +#, fuzzy +msgid "List of configuration settings" +msgstr "Schreibe Konfigurationsdatei" + +#: plugins/addons/propertyEditor/property-list.xml:15 +#, fuzzy +msgid "Property not used" +msgstr "Gruppe des Benutzers" + +#: plugins/addons/propertyEditor/property-list.xml:23 +#, fuzzy +msgid "Property will be restored" +msgstr "Die Gruppe wird verschoben von" + +#: plugins/addons/propertyEditor/property-list.xml:31 +#, fuzzy +msgid "Modified property" +msgstr "Änderungs-Operation" + +#: plugins/addons/propertyEditor/property-list.xml:39 +msgid "Property configured in LDAP" +msgstr "Optionen aus dem LDAP" + +#: plugins/addons/propertyEditor/property-list.xml:47 +#, fuzzy +msgid "Property configured in config file" +msgstr "Erzeugen Ihrer Konfigurationsdatei" + +#: plugins/addons/propertyEditor/property-list.xml:72 +#, fuzzy +msgid "Class" +msgstr "Klasse" + +#: plugins/addons/propertyEditor/property-list.xml:88 +#, fuzzy +msgid "Value" +msgstr "männlich" + +#: plugins/addons/propertyEditor/property-list.xml:124 +msgid "Restore to default" +msgstr "Standard wiederherstellen" + +#: plugins/addons/propertyEditor/class_propertyEditor.inc:6 +#, fuzzy +msgid "Preferences" +msgstr "Referenzen" + +#: plugins/addons/propertyEditor/class_propertyEditor.inc:7 +msgid "" +"Configure global and special GOsa settings like hooks and plugin parameters" +msgstr "Globale und spezielle GOsa-Einstellungen wie Hooks und Plugin-Optionen" + +#: plugins/addons/propertyEditor/class_propertyEditor.inc:206 +#, fuzzy +msgid "No description" +msgstr "Beschreibung" + +#: plugins/addons/propertyEditor/class_propertyEditor.inc:230 +msgid "FALSE" +msgstr "Aus" + +#: plugins/addons/propertyEditor/class_propertyEditor.inc:231 +msgid "TRUE" +msgstr "An" + +#: plugins/addons/propertyEditor/class_propertyEditor.inc:251 +msgid "Test the given command." +msgstr "Übergebenes Kommando prüfen." + +#: plugins/addons/propertyEditor/migrate.tpl:3 +msgid "Property migration assistent" +msgstr "Migrationsassistent für Optionen" + +#: plugins/addons/propertyEditor/migrate.tpl:3 +#, fuzzy +msgid "Migration steps left" +msgstr "Migrationsfehler" + +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:31 +#, php-format +msgid "Migration of property '%s'" +msgstr "Migration der Option '%s'" + +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:34 +#, fuzzy, php-format +msgid "GOsa has detected objects outside of the configured storage point (%s)." +msgstr "" +"Es wurden %s Gruppen ausserhalb des konfigurierten Baums '%s' gefunden." + +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:161 +#, fuzzy +msgid "Objects that will be added" +msgstr "Dieses objekt wird gelöscht!" + +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:169 +#, fuzzy +msgid "Objects that will be moved" +msgstr "Die Windows-Arbeitsstation wird verschoben von" + +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:177 +#, fuzzy, php-format +msgid "Moving object '%s' to '%s'" +msgstr "Verschiebe '%s' nach '%s'" + +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:204 +#, fuzzy, php-format +msgid "Migration failed for object %s, dn already exists!" +msgstr "" +"Hinzufügen eines administrativen Benutzers fehlgeschlagen: Objekt '%s' " +"existiert bereits!" + +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:208 +#, php-format +msgid "Migration failed for object %s, please check if it already exists!" +msgstr "" +"Migration für das Objekt %s ist fehlgeschlagen. Bitte prüfen Sie ob es " +"bereits existiert!" + +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:105 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:327 +msgid "Labeled URI" +msgstr "URI" + +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:119 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:121 +#: plugins/addons/dyngroup/dyngroup.tpl:7 +#, fuzzy +msgid "Attribute" +msgstr "Anmeldeattribut" + +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:128 +msgid "Surrounding brakets are required!" +msgstr "Umschliessende Klammern fehlen!" + +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:136 +#, php-format +msgid "The given filter '%s' for entry %s seems to be invalid!" +msgstr "" +"Der angegebene Filter '%s' für den Eintrag %s scheint ungültig zu sein!" + +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:166 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:168 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:319 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:320 +msgid "Dynamic object" +msgstr "Dynamisches Objekt" + +#: plugins/addons/dyngroup/dyngroup.tpl:1 +#, fuzzy +msgid "List of dynamic rules" +msgstr "Liste der ACLs" + +#: plugins/addons/dyngroup/dyngroup.tpl:3 +msgid "Labeled URI definitions" +msgstr "URI-Definitionen" + +#: plugins/addons/dyngroup/dyngroup.tpl:6 +#, fuzzy +msgid "Scope" +msgstr "Kopieren" + #: include/class_CopyPasteHandler.inc:118 #: include/class_CopyPasteHandler.inc:127 #: include/class_CopyPasteHandler.inc:159 @@ -4909,9 +4441,8 @@ msgid "Copy and paste failed!" msgstr "Kopieren & Einfügen ist fehlgeschlagen!" #: include/class_CopyPasteHandler.inc:118 -#: include/class_CopyPasteHandler.inc:193 -#, php-format -msgid "Cannot set permission for '%s'" +#, fuzzy, php-format +msgid "Cannot set permission for %s" msgstr "Kann Berechtigungen für '%s' nicht setzen" #: include/class_CopyPasteHandler.inc:159 @@ -4919,102 +4450,87 @@ msgstr "Kann Berechtigungen für '%s' nicht setzen" msgid "'%s' is no vaild LDAP object" msgstr "'%s' ist kein gültiges LDAP-Objekt" -#: include/class_CopyPasteHandler.inc:160 -#: include/class_CopyPasteHandler.inc:274 include/functions.inc:605 -#: include/functions.inc:792 include/functions.inc:910 -#: include/functions.inc:1308 include/functions.inc:2365 -#: include/functions.inc:2399 include/functions.inc:2419 -#: include/class_log.inc:87 include/class_acl.inc:974 -#: include/class_ldap.inc:693 include/class_ldap.inc:744 -#: include/class_session.inc:76 include/class_session.inc:101 -#: include/class_session.inc:127 -msgid "Internal error" -msgstr "Interner Fehler" - #: include/class_CopyPasteHandler.inc:176 #, php-format msgid "No write permission in '%s'" msgstr "Keine Schreibberechtigung in '%s'" -#: include/class_CopyPasteHandler.inc:394 +#: include/class_CopyPasteHandler.inc:193 +#, php-format +msgid "Cannot set permission for '%s'" +msgstr "Kann Berechtigungen für '%s' nicht setzen" + +#: include/class_CopyPasteHandler.inc:396 #, php-format msgid "These objects will be pasted: %s" msgstr "Diese Objekte werden eingefügt: %s" -#: include/class_CopyPasteHandler.inc:418 +#: include/class_CopyPasteHandler.inc:420 #, php-format msgid "This object will be pasted: %s" msgstr "Dieses Objekt wird eingefügt: %s" -#: include/class_CopyPasteHandler.inc:514 include/class_listing.inc:1411 -#: include/class_listing.inc:1413 include/class_plugin.inc:1971 -#: include/class_plugin.inc:1974 +#: include/class_CopyPasteHandler.inc:570 include/class_listing.inc:1458 +#: include/class_listing.inc:1460 msgid "Paste" msgstr "Einfügen" -#: include/class_CopyPasteHandler.inc:516 +#: include/class_CopyPasteHandler.inc:572 msgid "Cannot paste" msgstr "Kann nicht einfügen" -#: include/class_config.inc:152 +#: include/class_config.inc:159 #, php-format msgid "XML error in gosa.conf: %s at line %d" msgstr "XML-Fehler in der Datei gosa.conf: %s in Zeile %d" -#: include/class_config.inc:325 -msgid "Cannot bind to LDAP. Please contact the system administrator." -msgstr "" -"Kann nicht mit dem LDAP-Server verbinden. Bitte benachrichtigen Sie den " -"Administrator." +#: include/class_config.inc:337 +msgid "Cannot bind to LDAP!" +msgstr "Kann nicht mit dem LDAP-Server verbinden!" -#: include/class_config.inc:702 +#: include/class_config.inc:678 msgid "sambaSID and/or sambaRidBase missing in the configuration!" msgstr "sambaSID und/oder sambaRidBase fehlen in der Konfiguration!" -#: include/class_config.inc:1112 +#: include/class_config.inc:1097 msgid "Configuration" msgstr "Konfiguration" -#: include/class_config.inc:1112 +#: include/class_config.inc:1097 +#, fuzzy msgid "" -"The configuration file you are using seems to be outdated. Please move the " -"GOsa configuration file away to run the GOsa setup again." +"The configuration file you are using is outdated. Please move the GOsa " +"configuration file away to run the GOsa setup again." msgstr "" "Die von Ihnen verwendete Konfigurationsdatei scheint veraltet zu sein. Bitte " "entfernen Sie diese Datei und starten Sie das GOsa-Setup." -#: include/class_config.inc:1154 include/class_config.inc:1185 -#: include/class_SnapshotHandler.inc:46 include/class_SnapshotHandler.inc:77 -#, php-format +#: include/class_config.inc:1139 include/class_config.inc:1170 +#, fuzzy, php-format msgid "" -"The snapshot functionality is enabled, but the required variable '%s' is not " +"The snapshot functionality is enabled, but the required variable %s is not " "set." msgstr "" "Die Snapshot-Funktionalität ist aktiviert, aber die erforderliche Variable '%" "s' ist nicht gesetzt." -#: include/class_config.inc:1167 include/class_SnapshotHandler.inc:59 -#, php-format +#: include/class_config.inc:1152 +#, fuzzy, php-format msgid "" "The snapshot functionality is enabled, but the required compression module " -"is missing. Please install '%s'." +"is missing. Please install %s." msgstr "" "Die Snapshot-Funktionalität ist aktiviert, aber das erforderliche Modul '%s' " "ist nicht verfügbar. Bitte installieren Sie '%s'." -#: include/class_socketClient.inc:60 -msgid "The mcrypt module was not found. Please install php5-mcrypt." -msgstr "" -"Das mcrypt-Modul wurde nicht gefunden. Bitte installieren Sie php5-mcrypt." - #: include/class_socketClient.inc:108 -#, php-format -msgid "Socket connection to host '%s:%s' failed: %s" +#, fuzzy, php-format +msgid "Socket connection to %s:%s failed: %s" msgstr "Die Socket-Verbindung zum Host '%s:%s' ist fehlgeschlagen: %s" #: include/class_socketClient.inc:191 -#, php-format -msgid "Socket timeout of %s seconds reached." +#, fuzzy, php-format +msgid "Socket timeout of %s seconds reached!" msgstr "Socket-Timeout von %s Sekunden erreicht." #: include/class_multi_plug.inc:362 @@ -5022,11 +4538,13 @@ msgid "You are currently editing mutliple entries." msgstr "Sie bearbeiten momentan mehrere Einträge." #: include/class_multi_plug.inc:391 -msgid "Password reset" -msgstr "Passwort Rücksetzung" +#, fuzzy +msgid "Reset password" +msgstr "Passwort setzen" #: include/class_multi_plug.inc:391 -msgid "The user password was resetted, please set a new password value!" +#, fuzzy +msgid "The user password has been reset. Please set a new password!" msgstr "Das Nutzer-Passwort wurde zurückgesetzt, bitte setzen Sie ein Neues!" #: include/class_sortableListing.inc:221 @@ -5041,648 +4559,1219 @@ msgstr "Diesen Eintrag bearbeiten" msgid "Delete this entry" msgstr "Diesen Eintrag entfernen" -#: include/class_sortableListing.inc:261 include/class_listing.inc:247 -msgid "Up" -msgstr "Auf" +#: include/class_sortableListing.inc:261 include/class_listing.inc:257 +msgid "Sort ascending" +msgstr "Aufsteigend sortieren" -#: include/class_sortableListing.inc:261 include/class_listing.inc:247 -msgid "Down" -msgstr "Ab" +#: include/class_sortableListing.inc:261 include/class_listing.inc:257 +msgid "Sort descending" +msgstr "Absteigend sortieren" -#: include/functions.inc:127 -#, php-format -msgid "Fatal error: no class locations defined - please run '%s' to fix this" +#: include/class_jsonRPC.inc:180 +#, fuzzy, php-format +msgid "Unknown HTTP status code '%s'!" +msgstr "Unbekannter ACL-Typ '%s'!" + +#: include/functions.inc:128 +#, fuzzy, php-format +msgid "Fatal error: no class locations defined - please run %s to fix this" msgstr "" "Schwerer Fehler: keine Klassenfundorte definiert - bitte führen Sie '%s' " "aus, um das Problem zu beheben" -#: include/functions.inc:134 +#: include/functions.inc:135 +#, fuzzy, php-format +msgid "Fatal error: cannot instantiate class %s - try running %s to fix this" +msgstr "" +"Schwerer Fehler: Kann Klasse '%s' nicht instanziieren - bitte führen Sie '%" +"s' aus um das Problem zu beheben" + +#: include/functions.inc:460 +#, fuzzy, php-format +msgid "Error while connecting to LDAP: %s" +msgstr "" +"FATAL: Fehler beim Verbinden mit dem LDAP-Server. Die Meldung lautet '%s'." + +#: include/functions.inc:531 include/functions.inc:617 +#, fuzzy +msgid "User ID is not unique!" +msgstr "sambaUnixIdPool ist nicht eindeutig!" + +#: include/functions.inc:804 include/functions.inc:922 +msgid "Error while locking entry!" +msgstr "Fehler beim Sperren des Eintrags!" + +#: include/functions.inc:814 +#, fuzzy, php-format +msgid "Cannot store lock information in LDAP!" +msgstr "Kann Information über das installierte LDAP-Schema nicht ermitteln!" + +#: include/functions.inc:814 +#, fuzzy, php-format +msgid "Error: %s" +msgstr "Fehler" + +#: include/functions.inc:1244 +#, fuzzy, php-format +msgid "The current size limit of %d entries is exceeded!" +msgstr "Die Größenbeschränkung von %d Einträgen ist überschritten!" + +#: include/functions.inc:1246 +#, php-format +msgid "Set the size limit to %s" +msgstr "Setze Grössenlimitieren auf %s" + +#: include/functions.inc:1263 +#, fuzzy +msgid "list is incomplete" +msgstr "unvollständig" + +#: include/functions.inc:1611 +msgid "Continue anyway" +msgstr "Trotzdem Fortsetzen" + +#: include/functions.inc:1613 +msgid "Edit anyway" +msgstr "Trotzdem bearbeiten" + +#: include/functions.inc:1616 +msgid "These entries are currently locked:" +msgstr "Diese Einträge sind momentan gesperrt:" + +#: include/functions.inc:1856 +msgid "Entries per page" +msgstr "Einträge pro Seite" + +#: include/functions.inc:2207 +#, php-format +msgid "GOsa %s" +msgstr "GOsa %s" + +#: include/functions.inc:2214 +msgid "GOsa %s snapshot (Rev %s)" +msgstr "GOsa %s Entwicklerversion (Rev %s)" + +#: include/functions.inc:2219 +#, php-format +msgid "GOsa development snapshot (Rev %s)" +msgstr "GOsa Entwicklerversion (Rev %s)" + +#: include/functions.inc:2315 +#, fuzzy, php-format +msgid "File %s cannot be deleted!" +msgstr "Die Datei '%s' konnte nicht entfernt werden." + +#: include/functions.inc:2349 include/functions.inc:2369 +#, fuzzy +msgid "Cannot write revision file!" +msgstr "Kann nicht in Revisions-Datei schreiben!" + +#: include/functions.inc:2640 include/functions.inc:2644 +#: include/functions.inc:2650 +msgid "'baseIdHook' is not available. Using default base!" +msgstr "'baseIdHook' ist nicht verfügbar. Verwende die Standard-Basis!" + +#: include/functions.inc:2674 +#, fuzzy +msgid "" +"Cannot read schema information from LDAP. Schema validation is not possible!" +msgstr "" +"Kann die Schema-Informationen nicht vom Server beziehen. Keine Schemaprüfung " +"möglich!" + +#: include/functions.inc:2700 +msgid "This class is used to make users appear in GOsa." +msgstr "Diese Klasse wird verwendet um Benutzer in GOsa sichtbar zu machen." + +#: include/functions.inc:2707 +#, fuzzy +msgid "" +"This class is used to lock entries in order to prevent multiple edits at a " +"time." +msgstr "" +"Verwenden, um die momentan bearbeiteten Einträge für andere zu sperren (um " +"gleichzeitige Änderungen zu verhindern)." + +#: include/functions.inc:2752 +#, fuzzy, php-format +msgid "Required object class %s is missing!" +msgstr "Die benötigte Objektklasse '%s' fehlt!" + +#: include/functions.inc:2755 +#, fuzzy, php-format +msgid "Optional object class %s is missing!" +msgstr "Die optionale Objektklasse '%s' fehlt!" + +#: include/functions.inc:2760 +#, fuzzy, php-format +msgid "Wrong version of required object class %s (!=%s) detected!" +msgstr "Falsche·Version·der·benötigten·Objektklasse·'%s'·(!=%s)!" + +#: include/functions.inc:2763 +#, fuzzy, php-format +msgid "Class available" +msgstr "Verfügbare Klasse(n)" + +#: include/functions.inc:2785 +msgid "" +"RFC2307bis group schema is enabled, but the current LDAP configuration does " +"not support it!" +msgstr "" +"Das RFC2307bis Schema ist aktiv, die momentanen LDAP-Einstellungen unterstützen " +"es aber nicht!" + +#: include/functions.inc:2786 +msgid "" +"To use RFC2307bis groups, the objectClass 'posixGroup' must be AUXILIARY." +msgstr "" +"Um RFC2307bis-konforme Gruppen verwenden zu können, muss die Objektklasse " +"'posixGroup' AUXILIARY sein" + +#: include/functions.inc:2790 +msgid "" +"RFC2307bis schema is disabled, but the current LDAP configuration " +"supports it!" +msgstr "" +"Das RFC2307bis Schema ist inaktiv, die momentanen LDAP-Einstellungen setzen es " +"aber voraus!" + +#: include/functions.inc:2791 +#, fuzzy +msgid "To correct this, the objectClass 'posixGroup' must be STRUCTURAL." +msgstr "Die Objektklasse 'posixGroup' muss STRUCTURAL sein" + +#: include/functions.inc:2816 +msgid "German" +msgstr "Deutsch" + +#: include/functions.inc:2817 +msgid "French" +msgstr "Französisch" + +#: include/functions.inc:2818 +msgid "Italian" +msgstr "Italienisch" + +#: include/functions.inc:2819 +msgid "Spanish" +msgstr "Spanisch" + +#: include/functions.inc:2820 +msgid "English" +msgstr "Englisch" + +#: include/functions.inc:2821 +msgid "Dutch" +msgstr "Niederländisch" + +#: include/functions.inc:2822 +msgid "Polish" +msgstr "Polnisch" + +#: include/functions.inc:2823 +msgid "Brazilian Portuguese" +msgstr "Portugiesisches Brasilianisch" + +#: include/functions.inc:2825 +msgid "Chinese" +msgstr "Chinesisch" + +#: include/functions.inc:2826 +msgid "Vietnamese" +msgstr "Vietnamesisch" + +#: include/functions.inc:2827 +msgid "Russian" +msgstr "Russisch" + +#: include/functions.inc:3022 +#, fuzzy, php-format +msgid "" +"Command %s specified as post modify action for plugin %s does not exist!" +msgstr "" +"Das als '%s'-Erweiterung angegebene Kommando für Modul '%s' existiert nicht!" + +#: include/functions.inc:3066 +#, fuzzy +msgid "Cannot generate SAMBA hash!" +msgstr "Kann Samba-Hash nicht erzeugen!" + +#: include/functions.inc:3079 +#, fuzzy, php-format +msgid "Generating SAMBA hash by running %s failed: check %s!" +msgstr "" +"Kann keinen SAMBA-Hash generieren: die Ausführung von '%s' ist " +"fehlgeschlagen, prüfen Sie den 'sambaHashHook'!" + +#: include/functions.inc:3357 include/functions.inc:3371 +#: include/functions.inc:3409 include/functions.inc:3421 +#: include/functions.inc:3425 include/functions.inc:3440 +#: include/functions.inc:3449 +#, fuzzy +msgid "Cannot allocate free ID:" +msgstr "Konnte keine freie ID allozieren:" + +#: include/functions.inc:3357 +msgid "unknown idAllocation method!" +msgstr "unbekannte idAllocation-Methode!" + +#: include/functions.inc:3371 +#, php-format +msgid "%sPoolMin >= %sPoolMax!" +msgstr "%sPoolMin >= %sPoolMax!" + +#: include/functions.inc:3401 +msgid "Cannot create sambaUnixIdPool entry!" +msgstr "kann sambaUnixIdPool-Eintrag nicht anlegen!" + +#: include/functions.inc:3409 +msgid "sambaUnixIdPool is not unique!" +msgstr "sambaUnixIdPool ist nicht eindeutig!" + +#: include/functions.inc:3421 include/functions.inc:3425 +msgid "no ID available!" +msgstr "keine ID verfügbar!" + +#: include/functions.inc:3449 +#, fuzzy +msgid "maximum number of tries exceeded!" +msgstr "maximale Anzahl von Versuchen abgelaufen!" + +#: include/functions.inc:3509 +#, fuzzy +msgid "Cannot allocate free ID!" +msgstr "Konnte keine freie ID allozieren!" + +#: include/password-methods/class_password-methods.inc:277 +msgid "Cannot find a suitable password method for the current hash!" +msgstr "" +"Es konnte keine passende Passwort-Methode für den aktuellen Hash gefunden " +"werden!" + +#: include/class_msg_dialog.inc:124 +msgid "Please fix the above error and reload the page." +msgstr "Bitte beheben Sie obigen Fehler und laden die Seite neu." + +#: include/class_log.inc:87 +#, php-format +msgid "Logging failed: %s" +msgstr "Protokollieren fehlgeschlagen: %s" + +#: include/class_log.inc:102 +#, fuzzy, php-format +msgid "Invalid option %s specified!" +msgstr "Ungültige Option '%s' angegeben!" + +#: include/class_log.inc:106 +#, fuzzy +msgid "Specified 'objectType' is empty or invalid!" +msgstr "Der angegebene Objekt-Typ ist leer oder ungültig!" + +#: include/class_baseSelector.inc:186 include/class_listing.inc:1050 +#: include/class_listing.inc:1052 include/class_releaseSelector.inc:187 +msgid "Root" +msgstr "Wurzel" + +#: include/class_baseSelector.inc:233 include/class_releaseSelector.inc:235 +msgid "Submit" +msgstr "Übertragen" + +#: include/class_core.inc:114 +#, fuzzy +msgid "All objects" +msgstr "Objekte verschieben" + +#: include/class_core.inc:132 +#, fuzzy +msgid "Traditional" +msgstr "Terminal" + +#: include/class_core.inc:132 +msgid "Use samba pool" +msgstr "Samba-Pool verwenden" + +#: include/class_core.inc:164 include/class_core.inc:167 +#, fuzzy +msgid "hours" +msgstr "Donnerstag" + +#: include/class_core.inc:176 +#, fuzzy +msgid "None" +msgstr "keine" + +#: include/class_core.inc:192 +#, fuzzy +msgid "User value" +msgstr "Benutzername" + +#: include/class_core.inc:201 +#, fuzzy +msgid "Core" +msgstr "Schliessen" + +#: include/class_core.inc:202 +#, fuzzy +msgid "GOsa core plugin" +msgstr "GOsa-Grundeinstellungen" + +#: include/class_core.inc:230 +msgid "" +"The 'htaccessAuthentication' variable tells GOsa to use either htaccess " +"authentication or LDAP authentication. This can be used if you want to use i." +"e. kerberos to authenticate the users." +msgstr "" +"Die Option 'htaccessAuthentication' teilt GOsa mit eine LDAP-basierte oder " +"eine htaccess-Authentifizierung zu verwenden. Dies kann nützlich sein wenn " +"Sie beispielsweise über Kerberos authentifizieren möchten." + +#: include/class_core.inc:240 +msgid "" +"The 'logging' statement enables event logging on GOsa side. Setting it to " +"'true' GOsa will log every action a user performs via syslog. If you use " +"rsyslog and configure it to mysql logging, you can browse all events within " +"GOsa. GOsa will not log anything, if the logging value is empty or set to " +"'false'." +msgstr "" + +#: include/class_core.inc:251 +msgid "" +"The 'listSummary' statement determines whether a status bar will be shown on " +"the bottom of GOsa generated lists, displaying a short summary of type and " +"number of elements in the list." +msgstr "" + +#: include/class_core.inc:261 +msgid "" +"The 'passwordMinLength' statement determines whether a newly entered " +"password has to be of a minimum length." +msgstr "" + +#: include/class_core.inc:271 +msgid "" +"The 'passwordMinDiffer' statement determines whether a newly entered " +"password has to be checked to have at least n different characters." +msgstr "" + +#: include/class_core.inc:282 +msgid "" +"The 'passwordHook' can specify an external script to handle password " +"settings at some other location besides the LDAP." +msgstr "" + +#: include/class_core.inc:282 #, php-format +msgid "It will be called this way: %s" +msgstr "" + +#: include/class_core.inc:292 msgid "" -"Fatal error: cannot instantiate class '%s' - try running '%s' to fix this" +"The 'displayErrors' statement tells GOsa to show PHP errors in the upper " +"part of the screen. This should be disabled in productive deployments, " +"because there might be some important passwords arround." msgstr "" -"Schwerer Fehler: Kann Klasse '%s' nicht instanziieren - bitte führen Sie '%" -"s' aus um das Problem zu beheben" -#: include/functions.inc:448 +#: include/class_core.inc:292 #, php-format -msgid "FATAL: Error when connecting the LDAP. Server said '%s'." +msgid "The property '%s' may be interesting too." msgstr "" -"FATAL: Fehler beim Verbinden mit dem LDAP-Server. Die Meldung lautet '%s'." - -#: include/functions.inc:519 -msgid "Username / UID is not unique inside the LDAP tree!" -msgstr "Der Benutzername / die UID ist nicht eindeutig für den LDAP-Baum." -#: include/functions.inc:605 +#: include/class_core.inc:302 msgid "" -"Username / UID is not unique inside the LDAP tree. Please contact your " -"Administrator." +"The 'developmentMode' statement tells GOsa to show development related error " +"messages, for example messages about missing ACL configuration or classes. " +"Due to the fact that enabling this flag will result in a lot of false error " +"messages it should only be enabled while developing or debugging plugins!" msgstr "" -"Der Benutzername / die UID ist nicht eindeutig für den LDAP-Baum. Bitte " -"kontaktieren Sie Ihren Administrator." -#: include/functions.inc:792 include/functions.inc:910 -msgid "Error while adding a lock. Contact the developers!" +#: include/class_core.inc:313 +msgid "" +"The 'schemaCheck' statement enables or disables schema checking during " +"login. It is recommended to switch this on in order to let GOsa handle " +"object creation more efficient." msgstr "" -"Fehler beim Setzen einer Sperre. Bitte kontaktieren Sie die Entwickler!" -#: include/functions.inc:802 -#, php-format +#: include/class_core.inc:323 msgid "" -"Cannot create locking information in LDAP tree. Please contact your " -"administrator!" +"The 'copyPaste' statement enables copy and paste for LDAP entries managed " +"with GOsa." msgstr "" -"Kann Sperrinformation für LDAP-Baum nicht erzeugen. Bitte kontaktieren Sie " -"Ihren Administrator!" - -#: include/functions.inc:802 -#, php-format -msgid "LDAP server returned: %s" -msgstr "Der LDAP-Server meldete: %s" -#: include/functions.inc:931 +#: include/class_core.inc:333 msgid "" -"Found multiple locks for object to be locked. This should not happen - " -"cleaning up multiple references." +"The 'forceGlobals' statement enables PHP security checks to force " +"register_global settings to be switched off." msgstr "" -"Mehrere Sperren für das zu sperrende Objekt gefunden. Dies sollte nicht " -"passieren - räume mehrere Referenzen auf." -#: include/functions.inc:1235 -#, php-format -msgid "The size limit of %d entries is exceed!" -msgstr "Die Größenbeschränkung von %d Einträgen ist überschritten!" +#: include/class_core.inc:343 +msgid "" +"The 'forceSSL' statement enables PHP security checks to force encrypted " +"access to the web interface. GOsa will try to redirect to the same URL - " +"just with https://" +msgstr "" -#: include/functions.inc:1237 -#, php-format +#: include/class_core.inc:353 msgid "" -"Set the new size limit to %s and show me this message if the limit still " -"exceeds" +"Logs information about triggered ldap operations, duration, filter, aso. " +"into syslog." msgstr "" -"Verwende eine neue Größenbeschränkung von %s Einträgen und zeige diese " -"Meldung bei Überschreitung wieder an" -#: include/functions.inc:1254 -msgid "incomplete" -msgstr "unvollständig" +#: include/class_core.inc:363 +msgid "" +"The 'ldapFollowReferrals' statement tells GOsa to follow LDAP referrals." +msgstr "" -#: include/functions.inc:1636 -msgid "Continue anyway" -msgstr "Trotzdem Fortsetzen" +#: include/class_core.inc:373 +msgid "" +"The 'ldapFilterNestingLimit' statement can be used to speed up group " +"handling for groups with several hundreds of members. The default behaviour " +"is, that GOsa will resolv the memberUid values in a group to real names. To " +"achieve this, it writes a single filter to minimize searches. Some LDAP " +"servers (namely Sun DS) simply crash when the filter gets too big. You can " +"set a member limit, where GOsa will stop to do these lookups." +msgstr "" -#: include/functions.inc:1638 -msgid "Edit anyway" -msgstr "Trotzdem bearbeiten" +#: include/class_core.inc:383 +msgid "" +"The ldapSizelimit statement tells GOsa to retrieve the specified maximum " +"number of results. The user will get a warning, that not all entries " +"were shown." +msgstr "" -#: include/functions.inc:1641 -msgid "These entries are currently locked:" -msgstr "Diese Einträge sind momentan gesperrt:" +#: include/class_core.inc:393 +msgid "" +"Disables sizelimit checks, only the configured amount of results will be " +"shown!" +msgstr "" -#: include/functions.inc:1881 -msgid "Entries per page" -msgstr "Einträge pro Seite" +#: include/class_core.inc:403 +msgid "" +"The 'warnSSL' statement enables PHP security checks to detect non encrypted " +"access to the web interface. GOsa will display a warning in this case." +msgstr "" -#: include/functions.inc:1910 -msgid "Apply filter" -msgstr "Filter anwenden" +#: include/class_core.inc:413 +msgid "The 'ppdGzip' variable enables PPD file compression." +msgstr "" -#: include/functions.inc:2222 -msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" -msgstr "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" +#: include/class_core.inc:424 +msgid "" +"The 'ignoreAcl' value tells GOsa to ignore complete ACL sets for the given " +"DN. Add your DN here and you'll be able to restore accidently dropped ACLs." +msgstr "" -#: include/functions.inc:2268 -#, php-format -msgid "GOsa development snapshot (Rev %s)" -msgstr "GOsa Entwicklerversion (Rev %s)" +#: include/class_core.inc:435 +msgid "" +"The 'ppdPath' variable defines where to store PPD files for the GOto " +"environment plugins." +msgstr "" -#: include/functions.inc:2365 -#, php-format -msgid "File '%s' could not be deleted." -msgstr "Die Datei '%s' konnte nicht entfernt werden." +#: include/class_core.inc:445 +msgid "" +"The 'ldapMaxQueryTime' statement tells GOsa to stop LDAP actions if there is " +"no answer within the specified number of seconds." +msgstr "" -#: include/functions.inc:2399 include/functions.inc:2419 -msgid "Cannot write to revision file!" -msgstr "Kann nicht in Revisions-Datei schreiben!" +#: include/class_core.inc:455 +msgid "" +"The 'storeFilterSettings' statement determines whether GOsa should store " +"filter and plugin settings inside of a cookie." +msgstr "" -#: include/functions.inc:2690 include/functions.inc:2694 -#: include/functions.inc:2700 -msgid "'baseIdHook' is not available. Using default base!" -msgstr "'baseIdHook' ist nicht verfügbar. Verwende die Standard-Basis!" +#: include/class_core.inc:465 +msgid "" +"The 'sendCompressedOutput' statement determines whether PHP should send " +"compressed HTML pages to browsers or not. This may increase or decrease the " +"performance, depending on your network." +msgstr "" -#: include/functions.inc:2724 -msgid "LDAP warning" -msgstr "LDAP-Warnung" +#: include/class_core.inc:476 +msgid "" +"The 'modificationDetectionAttribute' statement enables GOsa to check if a " +"entry currently being edited has been modified from someone else outside " +"GOsa in the meantime. It will display an informative dialog then. It can be " +"set to 'entryCSN' for OpenLDAP based systems or 'contextCSN' for Sun DS " +"based systems." +msgstr "" -#: include/functions.inc:2724 -msgid "Cannot get schema information from server. No schema check possible!" +#: include/class_core.inc:487 +msgid "" +"The 'language' statement defines the default language used by GOsa. Normally " +"GOsa autodetects the language from the browser settings. If this is not " +"working or you want to force the language, just add the language code (i.e. " +"de for german) here." msgstr "" -"Kann die Schema-Informationen nicht vom Server beziehen. Keine Schemaprüfung " -"möglich!" -#: include/functions.inc:2750 -msgid "Used to store account specific informations." -msgstr "Verwendet, um kontenbezogene Informationen zu speichern." +#: include/class_core.inc:498 +msgid "" +"The 'theme' statement defines what theme is used to display GOsa pages. You " +"can install some corporate identity like theme and/or modify certain " +"templates to fit your needs within themes. Take a look at the GOsa FAQ for " +"more information." +msgstr "" -#: include/functions.inc:2757 +#: include/class_core.inc:508 msgid "" -"Used to lock currently edited entries to avoid multiple changes at the same " -"time." +"The 'sessionLifetime' value defines when a session will expire in seconds. " +"For Debian systems, this will not work because the sessions will be removed " +"by a cron job instead. Please modify the value inside of your php.ini " +"instead." msgstr "" -"Verwenden, um die momentan bearbeiteten Einträge für andere zu sperren (um " -"gleichzeitige Änderungen zu verhindern)." -#: include/functions.inc:2802 -#, php-format -msgid "Missing required object class '%s'!" -msgstr "Die benötigte Objektklasse '%s' fehlt!" +#: include/class_core.inc:518 +msgid "" +"The 'templateCompileDirectory' statements defines the path, where the PHP " +"templating engins 'smarty' should store its compiled GOsa templates for " +"improved speed. This path needs to be writeable by the user your webserver " +"is running with." +msgstr "" -#: include/functions.inc:2805 +#: include/class_core.inc:528 #, php-format -msgid "Missing optional object class '%s'!" -msgstr "Die optionale Objektklasse '%s' fehlt!" +msgid "" +"The 'debugLevel' value tells GOsa to display certain information on each " +"page load. Value is an AND combination of the following byte values: %s" +msgstr "" -#: include/functions.inc:2810 +#: include/class_core.inc:548 #, php-format -msgid "Version mismatch for required object class '%s' (!=%s)!" -msgstr "Falsche·Version·der·benötigten·Objektklasse·'%s'·(!=%s)!" +msgid "" +"The 'sambaHashHook' statement contains an executable to generate samba hash " +"values. This is required for password synchronization, but not required if " +"you apply gosa-si services. If you don't have mkntpasswd from the samba " +"distribution installed, you can use perl to generate the hash: %s" +msgstr "" -#: include/functions.inc:2813 -#, php-format -msgid "Class(es) available" -msgstr "Verfügbare Klasse(n)" +#: include/class_core.inc:559 +msgid "" +"The 'passwordDefaultHash' statement defines the default password hash to " +"choose for new accounts." +msgstr "" -#: include/functions.inc:2835 +#: include/class_core.inc:568 msgid "" -"You have enabled the rfc2307bis option on the 'ldap setup' step, but your " -"schema configuration do not support this option." +"The 'strictPasswordRules' tells GOsa to check for UTF-8 characters in the " +"supplied password. These Characters can lead to non working authentications " +"if UTF-8 and none UTF-8 systems locales get mixed. The default is 'true'." msgstr "" -"Sie haben die rfc2307bis-Option in der LDAP-Einrichtung aktiviert, aber Ihre " -"Schema-Konfiguration unterstützt dies nicht." -#: include/functions.inc:2836 +#: include/class_core.inc:579 msgid "" -"In order to use rfc2307bis conform groups the objectClass 'posixGroup' must " -"be AUXILIARY" +"The 'accountPrimaryAttribute' option tells GOsa how to create new accounts. " +"Possible values are 'uid' and 'cn'. In the first case GOsa creates uid style " +"DN entries: 'uid=superuser,ou=staff,dc=example,dc=net'. In the second case, " +"GOsa creates cn style DN entries: 'cn=Foo Bar,ou=staff,dc=example,dc=net'. " +"If you choose \"cn\" to be your 'accountPrimaryAttribute' you can decide " +"whether to include the personal title in your dn by selecting " +"'personalTitleInDN'." msgstr "" -"Um rfc2307bis-konforme Gruppen verwenden zu können, muss die Objektklasse " -"'posixGroup' AUXILIARY sein" -#: include/functions.inc:2840 +#: include/class_core.inc:589 msgid "" -"Your schema is configured to support the rfc2307bis group, but you have " -"disabled this option on the 'ldap setup' step." +"The 'userRDN' statement defines the location where new accounts will be " +"created inside of defined departments. The default is 'ou=people'." msgstr "" -"Ihre Schemakonfiguration ist für rfc2307bis-Gruppen eingerichtet, aber Sie " -"haben die Unterstützung im LDAP-Einrichtungsschritt ausgeschaltet." -#: include/functions.inc:2841 -msgid "The objectClass 'posixGroup' must be STRUCTURAL" -msgstr "Die Objektklasse 'posixGroup' muss STRUCTURAL sein" +#: include/class_core.inc:599 +msgid "" +"The 'groupsRDN' statement defines the location where new groups will be " +"created inside of defined departments. The default is 'ou=groups'." +msgstr "" -#: include/functions.inc:2866 -msgid "German" -msgstr "Deutsch" +#: include/class_core.inc:609 +msgid "" +"The 'gidNumberBase' statement defines where to start looking for a new free " +"group id. This should be synced with your 'adduser.conf' to avoid " +"overlapping gidNumber values between local and LDAP based lookups. The " +"gidNumberBase can even be dynamic. Take a look at the 'nextIdHook' " +"definition." +msgstr "" -#: include/functions.inc:2867 -msgid "French" -msgstr "Französisch" +#: include/class_core.inc:619 +msgid "" +"The 'baseIdHook' statement allows to hook into the id generation method " +"(traditional mode), to define the starting range for new generated ids" +msgstr "" -#: include/functions.inc:2868 -msgid "Italian" -msgstr "Italienisch" +#: include/class_core.inc:629 include/class_core.inc:649 +msgid "" +"The 'uidNumberPoolMin/gidNumberPoolMin' statement defines the lowest " +"assignable user/group id for use with the 'idAllocationMethod = pool'." +msgstr "" -#: include/functions.inc:2869 -msgid "Spanish" -msgstr "Spanisch" +#: include/class_core.inc:639 include/class_core.inc:659 +msgid "" +"The 'uidNumberPoolMax/gidNumberPoolMax' statement defines the highest " +"assignable user/group id for use with the 'idAllocationMethod = pool'." +msgstr "" -#: include/functions.inc:2870 -msgid "English" -msgstr "Englisch" +#: include/class_core.inc:669 +msgid "" +"The 'uidNumberBase' statement defines where to start looking for a new free " +"user id. This should be synced with your 'adduser.conf' to avoid overlapping " +"uidNumber values between local and LDAP based lookups. The uidNumberBase can " +"even be dynamic. Take a look at the 'baseIdHook' definition." +msgstr "" -#: include/functions.inc:2871 -msgid "Dutch" -msgstr "Niederländisch" +#: include/class_core.inc:709 +msgid "" +"The 'gosaSupportURI' defines the major gosa-si server host and the password " +"for GOsa to connect to it. It can be used if you want to use i.e. kerberos " +"to authenticate the users. The format is: credentials@host:port" +msgstr "" -#: include/functions.inc:2872 -msgid "Polish" -msgstr "Polnisch" +#: include/class_core.inc:719 +msgid "" +"The 'gosaSupportTimeout' sets a connection timeout for all gosa-si actions. " +"See 'gosaSupportURI' for details." +msgstr "" -#: include/functions.inc:2873 -msgid "Brazilian Portuguese" -msgstr "Portugiesisches Brasilianisch" +#: include/class_core.inc:730 +msgid "" +"The 'loginAttribute' statement tells GOsa which LDAP attribute is used as " +"the login name during login. It can be set to 'uid', 'mail' or 'both'" +msgstr "" -#: include/functions.inc:2875 -msgid "Chinese" -msgstr "Chinesisch" +#: include/class_core.inc:741 +msgid "" +"The 'timezone' statements defines the timezone used inside of GOsa to handle " +"date related tasks, such as password expiery, vacation messages, etc. The " +"'timezone' value should be a unix conform timezone value like in /etc/" +"timezone." +msgstr "" -#: include/functions.inc:2876 -msgid "Vietnamese" -msgstr "Vietnamesisch" +#: include/class_core.inc:751 +msgid "" +"The 'honourUnitTags' statement enables checking of 'unitTag' attributes when " +"using administrative units. If this is set to 'true' GOsa can only see " +"objects inside the administrative unit a user is logged into." +msgstr "" -#: include/functions.inc:2877 -msgid "Russian" -msgstr "Russisch" +#: include/class_core.inc:761 +msgid "" +"The 'useSaslForKerberos' statement defines the way the kerberos realm is " +"stored in the #userPassword' attribute. Set it to 'true' in order to get " +"{sasl}user@REALM.NET, or to 'false' to get {kerberos}user@REALM.NET. The " +"latter is outdated, but may be needed from time to time." +msgstr "" -#: include/functions.inc:3072 -#, php-format +#: include/class_core.inc:771 msgid "" -"Command '%s', specified as POSTMODIFY for plugin '%s' doesn't seem to exist." +"The 'rfc2307bis' statement enables rfc2307bis style groups in GOsa. You can " +"use 'member' attributes instead of memberUid in this case. To make it work " +"on unix systems, you've to adjust your NSS configuration to use rfc2307bis " +"style groups, too" msgstr "" -"Das in POSTMODIFY angegebene Kommando '%s' (Modul '%s') scheint nicht zu " -"existieren." -#: include/functions.inc:3105 -msgid "Cannot generate samba hash!" -msgstr "Kann Samba-Hash nicht erzeugen!" +#: include/class_core.inc:781 +msgid "" +"The 'personalTitleInDN' option tells GOsa to include the personal title in " +"user DNs when #accountPrimaryAttribute' is set to \"cn\"." +msgstr "" -#: include/functions.inc:3118 -#, php-format +#: include/class_core.inc:791 msgid "" -"Cannot generate samba hash: running '%s' failed, check the 'sambaHashHook'!" +"The 'nextIdHook' statement defines a script to be called for finding the " +"next free id for users or groups externaly. It gets called with the current " +"entry \"dn\" and the attribute to be ID'd. It should return an integer value." msgstr "" -"Kann keinen SAMBA-Hash generieren: die Ausführung von '%s' ist " -"fehlgeschlagen, prüfen Sie den 'sambaHashHook'!" -#: include/functions.inc:3399 include/functions.inc:3413 -#: include/functions.inc:3451 include/functions.inc:3463 -#: include/functions.inc:3467 include/functions.inc:3482 -#: include/functions.inc:3491 -msgid "Cannot allocate a free ID:" -msgstr "Konnte keine freie ID allozieren:" +#: include/class_core.inc:801 +msgid "" +"The 'idGenerator' statement describes an automatic way to generate new user " +"ids. There are two basic functions supported - which can be combined: \n" +"\n" +" a) using attributes\n" +"\n" +" You can specify LDAP attributes (currently only sn and givenName) in\n" +" braces {} and add a percent sign befor it. Optionally you can strip it\n" +" down to a number of characters, specified in []. I.e.\n" +"\n" +" idGenerator=\"{%sn}-{%givenName[2-4]}\"\n" +"\n" +" will generate an ID using the full surename, adding a dash, and adding " +"at\n" +" least the first two characters of givenName. If this ID is used, it'll\n" +" use up to four characters. If no automatic generation is possible, a\n" +" input box is shown.\n" +"\n" +" b) using automatic id's\n" +"\n" +" I.e. specifying\n" +"\n" +" idGenerator=\"acct{id:3}\"\n" +"\n" +" will generate a three digits id with the next free entry appended to " +"\"acct\".\n" +"\n" +" idGenerator=\"acct{id!1}\"\n" +"\n" +" will generate a one digit id with the next free entry appended to \"acct" +"\" - if needed.\n" +"\n" +" idGenerator=\"ext{id#3}\"\n" +"\n" +" will generate a three digits random number appended to \"ext\".\n" +msgstr "" + +#: include/class_core.inc:841 +msgid "" +"The 'strictNamingRules' statement enables strict checking of uids and group " +"names. If you need characters like . or - inside of your accounts, set " +"this to 'false'." +msgstr "" -#: include/functions.inc:3399 -msgid "unknown idAllocation method!" -msgstr "unbekannte idAllocation-Methode!" +#: include/class_core.inc:851 +msgid "" +"The 'minId' statement defines the minimum assignable user or group id to " +"avoid security leaks with uid 0 accounts. This is used for the 'traditional' " +"method." +msgstr "" -#: include/functions.inc:3413 -#, php-format -msgid "%sPoolMin >= %sPoolMax!" -msgstr "%sPoolMin >= %sPoolMax!" +#: include/class_core.inc:862 +msgid "" +"The 'mailAttribute' statement determines which attribute GOsa will use to " +"create accounts. Valid values are 'mail' and 'uid'." +msgstr "" -#: include/functions.inc:3443 -msgid "Cannot create sambaUnixIdPool entry!" -msgstr "kann sambaUnixIdPool-Eintrag nicht anlegen!" +#: include/class_core.inc:872 +msgid "" +"This attribute allows to override the prefix used to create shared folders." +msgstr "" -#: include/functions.inc:3451 -msgid "sambaUnixIdPool is not unique!" -msgstr "sambaUnixIdPool ist nicht eindeutig!" +#: include/class_core.inc:882 +msgid "" +"This attribute allows to override the user account creation syntax, see the " +"'mailFolderCreation' description for more details.\n" +"\n" +"Examples\n" +" mailUserCreation=\"%prefix%%uid%\" => \"user.foobar\"\n" +" mailUserCreation=\"my-prefix.%uid%%domain%\" => \"my-prefix.foobar@example." +"com\"\n" +msgstr "" -#: include/functions.inc:3463 include/functions.inc:3467 -msgid "no ID available!" -msgstr "keine ID verfügbar!" +#: include/class_core.inc:897 +msgid "" +"Every mail method has its own way to create mail accounts like 'share/" +"development' or 'shared.development@example.com' which is used to identify " +"the accounts, set quotas or add acls.\n" +"\n" +"To override the methods default account creation syntax, you can set the " +"'mailFolderCreation' option.\n" +"\n" +"Examples\n" +"\n" +" mailFolderCreation=\"%prefix%%cn%\" => \"shared.development\"\n" +" mailFolderCreation=\"my-prefix.%cn%%domain%\" => \"my-prefix." +"development@example.com\"\n" +"\n" +" %prefix% The methods default prefix. (Depends on cyrusUseSlashes=FALSE/" +"TRUE)\n" +" %cn% The groups/users cn.\n" +" %uid% The users uid.\n" +" %mail% The objects mail attribute.\n" +" %domain% The domain part of the objects mail attribute.\n" +" %mailpart% The user address part of the mail address.\n" +" %uattrib% Depends on mailAttribute=\"uid/mail\".\n" +msgstr "" + +#: include/class_core.inc:923 +msgid "" +"The 'imapTimeout' statement sets the connection timeout for imap actions." +msgstr "" -#: include/functions.inc:3491 -msgid "maximum tries exceeded!" -msgstr "maximale Anzahl von Versuchen abgelaufen!" +#: include/class_core.inc:934 +msgid "" +"The 'mailMethod' statement tells GOsa which mail method the setup should use " +"to communicate with a possible mail server. Leave this undefined if your " +"mail method does not match the predefined ones." +msgstr "" -#: include/functions.inc:3551 -msgid "Cannot allocate a free ID!" -msgstr "Konnte keine freie ID allozieren!" +#: include/class_core.inc:944 +msgid "" +"The 'cyrusUseSlashes' statement determines if GOsa should use \"foo/bar\" or " +"\"foo.bar\" namespaces in IMAP. Unix style is with slashes." +msgstr "" -#: include/password-methods/class_password-methods.inc:250 -msgid "Cannot find a suitable password method for the current hash!" +#: include/class_core.inc:954 +msgid "" +"The 'vacationTemplateDirectory' statement sets the path where GOsa will look " +"for vacation message templates. Default is /etc/gosa/vacation. \n" +"\n" +"Example template /etc/gosa/vacation/business.txt:\n" +"\n" +" DESC:Away from desk\n" +" Hi, I'm currently away from my desk. You can contact me on\n" +" my cell phone via %mobile.\n" +"\n" +" Greetings,\n" +" %givenName %sn\n" +"\n" +msgstr "" + +#: include/class_core.inc:975 +msgid "" +"The 'ldapTLS' statement enables or disables TLS operating on LDAP " +"connections." msgstr "" -"Es konnte keine passende Passwort-Methode für den aktuellen Hash gefunden " -"werden!" -#: include/class_msg_dialog.inc:124 -msgid "Please fix the above error and reload the page." -msgstr "Bitte beheben Sie obigen Fehler und laden die Seite neu." +#: include/class_core.inc:985 +msgid "" +"The 'honourIvbbAttributes' statement enables the IVBB mode inside of GOsa. " +"You need the ivbb.schema file from used by german authorities." +msgstr "" -#: include/class_log.inc:87 -#, php-format -msgid "Logging failed: %s" -msgstr "Protokollieren fehlgeschlagen: %s" +#: include/class_core.inc:995 +msgid "" +"The 'sambaIdMapping' statement tells GOsa to maintain sambaIdmapEntry " +"objects. Depending on your setup this can drastically improve the windows " +"login performance." +msgstr "" -#: include/class_log.inc:102 -#, php-format -msgid "Invalid option '%s' specified!" -msgstr "Ungültige Option '%s' angegeben!" +#: include/class_core.inc:1005 +msgid "" +"The 'handleExpiredAccounts' statement enables shadow attribute tests during " +"the login to the GOsa web interface and forces password renewal or account " +"lockout." +msgstr "" -#: include/class_log.inc:106 -msgid "Specified objectType is empty or invalid!" -msgstr "Der angegebene Objekt-Typ ist leer oder ungültig!" +#: include/class_core.inc:1015 +msgid "" +"The 'sambaSID' statement defines a samba SID if not available inside of the " +"LDAP. You can retrieve the current sid by net getlocalsid." +msgstr "" -#: include/class_baseSelector.inc:160 include/class_listing.inc:1009 -#: include/class_listing.inc:1011 include/class_releaseSelector.inc:164 -msgid "Root" -msgstr "Wurzel" +#: include/class_core.inc:1025 +msgid "" +"The 'sambaRidBase' statement defines the base id to add to ordinary sid " +"calculations - if not available inside of the LDAP." +msgstr "" -#: include/class_baseSelector.inc:207 include/class_releaseSelector.inc:212 -msgid "Submit" -msgstr "Übertragen" +#: include/class_core.inc:1035 +msgid "" +"The 'enableSnapshots' statement enables a snapshot mechaism in GOsa. This " +"enables you to save certain states of entries and restore them later on." +msgstr "" -#: include/utils/class_timezone.inc:47 -#, php-format +#: include/class_core.inc:1045 msgid "" -"The timezone setting '%s' in your gosa.conf is not valid. Cannot calculate " -"correct timezone offset." +"The 'snapshotBase' statement defines the base where snapshots should be " +"stored inside of the LDAP." msgstr "" -"Die Einstellung '%s' der Zeitzone in Ihrer gosa.conf ist ungültig. Kann " -"Zeitzonen-Versatz nicht berechnen." -#: include/utils/class_msgPool.inc:16 -#, php-format -msgid "Select to list objects of type '%s'." -msgstr "Auswählen um Objekte des Typs '%s' aufzulisten." +#: include/class_core.inc:1055 +msgid "" +"The 'snapshotAdminDn' variable defines the user which is used to " +"authenticate when connecting to 'snapshotURI'." +msgstr "" -#: include/utils/class_msgPool.inc:18 -#, php-format -msgid "Select to list objects containig '%s'." -msgstr "Wählen Sie dies um Objekte aufzulisten die '%s' enthalten." +#: include/class_core.inc:1065 +msgid "" +"The 'snapshotAdminPassword' variable defines the credentials which are used " +"in combination with 'snapshotAdminDn' and 'snapshotURI' in order to " +"authenticate." +msgstr "" -#: include/utils/class_msgPool.inc:20 -#, php-format -msgid "Select to list objects that have '%s' enabled" -msgstr "Auswählen um Objekte des Typs '%s' aufzulisten" +#: include/class_core.inc:1076 +msgid "" +"The 'idAllocationMethod' statement defines how GOsa generates numeric user " +"and group id values. If it is set to 'traditional' GOsa will do create a " +"lock and perform a search for the next free ID. The lock will be removed " +"after the procedure completes. 'pool' will use the sambaUnixIdPool " +"objectclass settings inside your LDAP. This one is unsafe, because it does " +"not check for concurrent LDAP access and already used IDs in this range. On " +"the other hand it is much faster." +msgstr "" -#: include/utils/class_msgPool.inc:22 -msgid "Select to search within subtrees" -msgstr "Wählen Sie diese Option um auch in Teilbäumen zu suchen" +#: include/class_core.inc:1085 +msgid "" +"The 'snapshotURI' variable defines the LDAP URI for the server which is used " +"to do object snapshots." +msgstr "" -#: include/utils/class_msgPool.inc:24 include/class_filter.inc:444 -msgid "Search in subtrees" -msgstr "Suche in Teilbäumen" +#: include/utils/class_timezone.inc:47 +#, fuzzy, php-format +msgid "The configured timezone %s is not valid!" +msgstr "Die GOsa-Konfigurationsdatei %s/%s ist nicht lesbar. Abgebrochen." -#: include/utils/class_msgPool.inc:34 +#: include/utils/class_msgPool.inc:17 msgid "This object will be deleted!" msgstr "Dieses objekt wird gelöscht!" -#: include/utils/class_msgPool.inc:36 -#, php-format -msgid "This '%s' object will be deleted!" +#: include/utils/class_msgPool.inc:19 +#, fuzzy, php-format +msgid "This %s object will be deleted!" msgstr "Dieses '%s'-Objekt wird gelöscht!" -#: include/utils/class_msgPool.inc:41 +#: include/utils/class_msgPool.inc:24 #, php-format msgid "This object will be deleted: %s" msgstr "Dieses Objekt wird gelöscht: %s" -#: include/utils/class_msgPool.inc:43 -#, php-format -msgid "This '%s' object will be deleted: %s" +#: include/utils/class_msgPool.inc:26 +#, fuzzy, php-format +msgid "This %s object will be deleted: %s" msgstr "Dieses '%s'-Objekt wird gelöscht: %s" -#: include/utils/class_msgPool.inc:48 +#: include/utils/class_msgPool.inc:31 msgid "This object will be deleted:" msgstr "Dieses Objekt wird gelöscht:" -#: include/utils/class_msgPool.inc:50 -#, php-format -msgid "This '%s' object will be deleted:" +#: include/utils/class_msgPool.inc:33 +#, fuzzy, php-format +msgid "This %s object will be deleted:" msgstr "Dieses '%s'-Objekt wird gelöscht:" -#: include/utils/class_msgPool.inc:54 +#: include/utils/class_msgPool.inc:37 #, php-format msgid "These objects will be deleted: %s" msgstr "Diese Objekte werden gelöscht: %s" -#: include/utils/class_msgPool.inc:56 -#, php-format -msgid "These '%s' objects will be deleted: %s" +#: include/utils/class_msgPool.inc:39 +#, fuzzy, php-format +msgid "These %s objects will be deleted: %s" msgstr "Diese '%s'-Objekte werden gelöscht: %s" -#: include/utils/class_msgPool.inc:64 +#: include/utils/class_msgPool.inc:47 msgid "You have no permission to delete this object!" msgstr "Sie sind nicht berechtigt dieses Objekt zu löschen!" -#: include/utils/class_msgPool.inc:68 include/utils/class_msgPool.inc:72 +#: include/utils/class_msgPool.inc:51 include/utils/class_msgPool.inc:55 msgid "You have no permission to delete the object:" msgstr "Sie sind nicht berechtigt dieses Objekt zu löschen:" -#: include/utils/class_msgPool.inc:75 +#: include/utils/class_msgPool.inc:58 msgid "You have no permission to delete these objects:" msgstr "Sie sind nicht berechtigt dieses Objekte zu löschen:" -#: include/utils/class_msgPool.inc:82 +#: include/utils/class_msgPool.inc:65 msgid "You have no permission to create this object!" msgstr "Sie sind nicht berechtigt diese Objekt anzulegen!" -#: include/utils/class_msgPool.inc:86 include/utils/class_msgPool.inc:90 +#: include/utils/class_msgPool.inc:69 include/utils/class_msgPool.inc:73 msgid "You have no permission to create the object:" msgstr "Sie sind nicht berechtigt dieses Objekt anzulegen:" -#: include/utils/class_msgPool.inc:93 +#: include/utils/class_msgPool.inc:76 msgid "You have no permission to create these objects:" msgstr "Sie sind nicht berechtigt diese Objekte anzulegen:" -#: include/utils/class_msgPool.inc:100 +#: include/utils/class_msgPool.inc:83 msgid "You have no permission to modify this object!" msgstr "Sie sind nicht berechtigt dieses Objekt zu verändern!" -#: include/utils/class_msgPool.inc:104 include/utils/class_msgPool.inc:108 +#: include/utils/class_msgPool.inc:87 include/utils/class_msgPool.inc:91 msgid "You have no permission to modify the object:" msgstr "Sie sind nicht berechtigt dieses Objekt zu verändern:" -#: include/utils/class_msgPool.inc:111 +#: include/utils/class_msgPool.inc:94 msgid "You have no permission to modify these objects:" msgstr "Sie sind nicht berechtigt diese Objekte zu verändern:" -#: include/utils/class_msgPool.inc:118 +#: include/utils/class_msgPool.inc:101 msgid "You have no permission to view this object!" msgstr "Sie sind nicht berechtigt dieses Objekt zu öffnen!" -#: include/utils/class_msgPool.inc:122 include/utils/class_msgPool.inc:126 +#: include/utils/class_msgPool.inc:105 include/utils/class_msgPool.inc:109 msgid "You have no permission to view the object:" msgstr "Sie sind nicht berechtigt dieses Objekt zu öffnen:" -#: include/utils/class_msgPool.inc:129 +#: include/utils/class_msgPool.inc:112 msgid "You have no permission to view these objects:" msgstr "Sie sind nicht berechtigt diese Objekte zu öffnen:" -#: include/utils/class_msgPool.inc:136 +#: include/utils/class_msgPool.inc:119 msgid "You have no permission to move this object!" msgstr "Sie sind nicht berechtigt dieses Objekt zu verschieben!" -#: include/utils/class_msgPool.inc:140 include/utils/class_msgPool.inc:144 +#: include/utils/class_msgPool.inc:123 include/utils/class_msgPool.inc:127 msgid "You have no permission to move the object:" msgstr "Sie sind nicht berechtigt dieses Objekt zu verschieben:" -#: include/utils/class_msgPool.inc:147 +#: include/utils/class_msgPool.inc:130 msgid "You have no permission to move these objects:" msgstr "Sie sind nicht berechtigt diese Objekte zu verschieben:" -#: include/utils/class_msgPool.inc:157 include/utils/class_msgPool.inc:169 -#: include/utils/class_msgPool.inc:187 +#: include/utils/class_msgPool.inc:140 include/utils/class_msgPool.inc:152 +#: include/utils/class_msgPool.inc:170 msgid "Connection information" msgstr "Verbindungs-Information" -#: include/utils/class_msgPool.inc:159 +#: include/utils/class_msgPool.inc:142 #, php-format msgid "Cannot connect to %s database!" msgstr "Kann keine Verbindung zur %s Datenbank aufbauen!" -#: include/utils/class_msgPool.inc:171 +#: include/utils/class_msgPool.inc:154 #, php-format msgid "Cannot select %s database!" msgstr "Kann die Datenbank %s nicht auswählen!" -#: include/utils/class_msgPool.inc:177 +#: include/utils/class_msgPool.inc:160 #, php-format msgid "No %s server defined!" msgstr "Kein Server für %s definiert!" -#: include/utils/class_msgPool.inc:189 +#: include/utils/class_msgPool.inc:172 #, php-format msgid "Cannot query %s database!" msgstr "Kann die Datenbank %s nicht abfragen!" -#: include/utils/class_msgPool.inc:195 -#, php-format -msgid "The field '%s' contains a reserved keyword!" +#: include/utils/class_msgPool.inc:178 +#, fuzzy, php-format +msgid "The field %s contains a reserved keyword!" msgstr "Das Feld '%s' enthält ein reserviertes Schlüsselwort!" -#: include/utils/class_msgPool.inc:201 -#, php-format -msgid "Command specified as %s hook for plugin '%s' does not exist!" +#: include/utils/class_msgPool.inc:184 +#, fuzzy, php-format +msgid "Command specified as %s hook for plugin %s does not exist!" msgstr "" "Das als '%s'-Erweiterung angegebene Kommando für Modul '%s' existiert nicht!" -#: include/utils/class_msgPool.inc:208 -#, php-format -msgid "'%s' command is invalid!" +#: include/utils/class_msgPool.inc:191 +#, fuzzy, php-format +msgid "%s command is invalid!" msgstr "'%s'-Kommando ist ungültig!" -#: include/utils/class_msgPool.inc:210 -#, php-format -msgid "'%s' command (%s) for plugin %s is invalid!" +#: include/utils/class_msgPool.inc:193 +#, fuzzy, php-format +msgid "%s command (%s) for plugin %s is invalid!" msgstr "'%s' Kommando (%s) für Modul %s ist ungültig!" -#: include/utils/class_msgPool.inc:212 -#, php-format -msgid "'%s' command for plugin %s is invalid!" +#: include/utils/class_msgPool.inc:195 +#, fuzzy, php-format +msgid "%s command for plugin %s is invalid!" msgstr "'%s' Kommando für Modul %s ist ungültig!" -#: include/utils/class_msgPool.inc:214 -#, php-format -msgid "'%s' command (%s) is invalid!" +#: include/utils/class_msgPool.inc:197 +#, fuzzy, php-format +msgid "%s command (%s) is invalid!" msgstr "'%s' Kommando (%s) ist ungültig!" -#: include/utils/class_msgPool.inc:222 -#, php-format -msgid "Cannot execute '%s' command!" +#: include/utils/class_msgPool.inc:205 +#, fuzzy, php-format +msgid "Cannot execute %s command!" msgstr "Kann '%s' Kommando nicht ausführen!" -#: include/utils/class_msgPool.inc:224 -#, php-format -msgid "Cannot execute '%s' command (%s) for plugin %s!" +#: include/utils/class_msgPool.inc:207 +#, fuzzy, php-format +msgid "Cannot execute %s command (%s) for plugin %s!" msgstr "Kann '%s' Kommando (%s) für Modul %s nicht ausführen!" -#: include/utils/class_msgPool.inc:226 -#, php-format -msgid "Cannot execute '%s' command for plugin %s!" +#: include/utils/class_msgPool.inc:209 +#, fuzzy, php-format +msgid "Cannot execute %s command for plugin %s!" msgstr "Kann '%s' Kommando für Modul %s nicht ausführen!" -#: include/utils/class_msgPool.inc:228 -#, php-format -msgid "Cannot execute '%s' command (%s)!" +#: include/utils/class_msgPool.inc:211 +#, fuzzy, php-format +msgid "Cannot execute %s command (%s)!" msgstr "Kann '%s' Kommando (%s) nicht ausführen!" -#: include/utils/class_msgPool.inc:236 -#, php-format -msgid "Value for '%s' is too large!" +#: include/utils/class_msgPool.inc:219 +#, fuzzy, php-format +msgid "Value for %s is too large!" msgstr "Der Wert für '%s' ist zu groß!" -#: include/utils/class_msgPool.inc:238 -#, php-format -msgid "'%s' must be smaller than %s!" +#: include/utils/class_msgPool.inc:221 +#, fuzzy, php-format +msgid "%s must be smaller than %s!" msgstr "'%s' muß kleiner sein als %s!" -#: include/utils/class_msgPool.inc:246 -#, php-format -msgid "Value for '%s' is too small!" +#: include/utils/class_msgPool.inc:229 +#, fuzzy, php-format +msgid "Value for %s is too small!" msgstr "Der Wert für '%s' ist zu kein!" -#: include/utils/class_msgPool.inc:248 -#, php-format -msgid "'%s' must be %d or above!" +#: include/utils/class_msgPool.inc:231 +#, fuzzy, php-format +msgid "%s must be %s or above!" msgstr "'%s' muß größer oder gleich %d sein!" -#: include/utils/class_msgPool.inc:255 -#, php-format -msgid "'%s' depends on '%s' - please provide both values!" +#: include/utils/class_msgPool.inc:238 +#, fuzzy, php-format +msgid "%s depends on %s - please provide both values!" msgstr "'%s' hängt von '%s' ab - bitte geben Sie beide Werte an!" -#: include/utils/class_msgPool.inc:261 -#, php-format -msgid "There is already an entry with this '%s' attribute in the system!" +#: include/utils/class_msgPool.inc:244 +#, fuzzy, php-format +msgid "There is already an entry with this %s attribute in the system!" msgstr "Es existiert bereits ein Eintrag mit diesem '%s' Attribut im System!" -#: include/utils/class_msgPool.inc:267 -#, php-format -msgid "The required field '%s' is empty!" +#: include/utils/class_msgPool.inc:250 +#, fuzzy, php-format +msgid "The required field %s is empty!" msgstr "Das Pflicht-Feld '%s' ist leer!" -#: include/utils/class_msgPool.inc:275 +#: include/utils/class_msgPool.inc:258 msgid "Example" msgstr "Beispiel" -#: include/utils/class_msgPool.inc:295 -#, php-format -msgid "The Field '%s' contains invalid characters" +#: include/utils/class_msgPool.inc:278 +#, fuzzy, php-format +msgid "The Field %s contains invalid characters" msgstr "Das Feld '%s' enthält ungültige Zeichen" -#: include/utils/class_msgPool.inc:296 -#, php-format -msgid "'%s' is not allowed:" +#: include/utils/class_msgPool.inc:279 +#, fuzzy, php-format +msgid "%s is not allowed:" msgstr "'%s' ist nicht erlaubt:" -#: include/utils/class_msgPool.inc:296 -#, php-format -msgid "'%s' are not allowed!" +#: include/utils/class_msgPool.inc:279 +#, fuzzy, php-format +msgid "%s are not allowed!" msgstr "'%s' sind nicht erlaubt!" -#: include/utils/class_msgPool.inc:299 -#, php-format -msgid "The Field '%s' contains invalid characters!" +#: include/utils/class_msgPool.inc:282 +#, fuzzy, php-format +msgid "The Field %s contains invalid characters!" msgstr "Das Feld '%s' enthält ungültige Zeichen!" -#: include/utils/class_msgPool.inc:306 +#: include/utils/class_msgPool.inc:289 #, php-format msgid "Missing %s PHP extension!" msgstr "Fehlenden %s PHP-Erweiterung!" -#: include/utils/class_msgPool.inc:336 +#: include/utils/class_msgPool.inc:319 #, php-format msgid "Add %s" msgstr "%s hinzufügen" -#: include/utils/class_msgPool.inc:342 +#: include/utils/class_msgPool.inc:325 #, php-format msgid "Delete" msgstr "Entfernen" -#: include/utils/class_msgPool.inc:342 +#: include/utils/class_msgPool.inc:325 #, php-format msgid "Delete %s" msgstr "%s löschen" -#: include/utils/class_msgPool.inc:348 +#: include/utils/class_msgPool.inc:331 #, php-format msgid "Set %s" msgstr "%s einstellen" -#: include/utils/class_msgPool.inc:354 +#: include/utils/class_msgPool.inc:337 #, php-format msgid "Edit..." msgstr "Bearbeiten..." -#: include/utils/class_msgPool.inc:354 +#: include/utils/class_msgPool.inc:337 #, php-format msgid "Edit %s..." msgstr "%s bearbeiten..." -#: include/utils/class_msgPool.inc:360 +#: include/utils/class_msgPool.inc:343 msgid "Back" msgstr "Zurück" -#: include/utils/class_msgPool.inc:380 +#: include/utils/class_msgPool.inc:363 #, php-format msgid "This account has no valid %s extensions!" msgstr "Dieses Konto besitzt keine gültigen %s-Einstellungen." -#: include/utils/class_msgPool.inc:386 +#: include/utils/class_msgPool.inc:369 #, php-format msgid "" "This account has %s settings enabled. You can disable them by clicking below." @@ -5690,7 +5779,7 @@ msgstr "" "Dieses Konto besitzt aktivierte %s-Einstellungen. Sie können diese durch " "einen Klick auf die untere Schaltfläche deaktivieren." -#: include/utils/class_msgPool.inc:389 include/utils/class_msgPool.inc:396 +#: include/utils/class_msgPool.inc:372 include/utils/class_msgPool.inc:379 #, php-format msgid "" "This account has %s settings enabled. To disable them, you'll need to remove " @@ -5699,7 +5788,7 @@ msgstr "" "Dieses Konto besitzt aktivierte %s-Erweiterungen. Um sie zu deaktivieren, " "müssen Sie zunächst die %s Einstellungen entfernen!" -#: include/utils/class_msgPool.inc:405 +#: include/utils/class_msgPool.inc:388 #, php-format msgid "" "This account has %s settings disabled. You can enable them by clicking below." @@ -5707,7 +5796,7 @@ msgstr "" "Dieses Konto hat keine %s-Einstellungen aktiviert. Sie können Sie durch " "einen Klick auf die Schaltfläche aktivieren." -#: include/utils/class_msgPool.inc:408 include/utils/class_msgPool.inc:415 +#: include/utils/class_msgPool.inc:391 include/utils/class_msgPool.inc:398 #, php-format msgid "" "This account has %s settings disabled. To enable them, you'll need to add " @@ -5716,240 +5805,243 @@ msgstr "" "Dieses Konto besitzt aktuell keine aktivierten %s-Einstellungen. Um sie zu " "aktivieren, müssen Sie zunächst die %s Erweiterungen hinzufügen!" -#: include/utils/class_msgPool.inc:423 +#: include/utils/class_msgPool.inc:406 #, php-format msgid "Add %s settings" msgstr "%s Einstellungen hinzufügen" -#: include/utils/class_msgPool.inc:429 +#: include/utils/class_msgPool.inc:412 #, php-format msgid "Remove %s settings" msgstr "%s Einstellungen entfernen" -#: include/utils/class_msgPool.inc:435 +#: include/utils/class_msgPool.inc:418 msgid "Click the 'Edit' button below to change informations in this dialog" msgstr "" "Betätigen sie den 'Bearbeiten'-Schalter unten um Informationen in diesem " "Dialog zu ändern" -#: include/utils/class_msgPool.inc:441 +#: include/utils/class_msgPool.inc:424 msgid "January" msgstr "Januar" -#: include/utils/class_msgPool.inc:441 +#: include/utils/class_msgPool.inc:424 msgid "February" msgstr "Februar" -#: include/utils/class_msgPool.inc:441 +#: include/utils/class_msgPool.inc:424 msgid "March" msgstr "März" -#: include/utils/class_msgPool.inc:441 +#: include/utils/class_msgPool.inc:424 msgid "April" msgstr "April" -#: include/utils/class_msgPool.inc:442 +#: include/utils/class_msgPool.inc:425 msgid "May" msgstr "Mai" -#: include/utils/class_msgPool.inc:442 +#: include/utils/class_msgPool.inc:425 msgid "June" msgstr "Juni" -#: include/utils/class_msgPool.inc:442 +#: include/utils/class_msgPool.inc:425 msgid "July" msgstr "Juli" -#: include/utils/class_msgPool.inc:442 +#: include/utils/class_msgPool.inc:425 msgid "August" msgstr "August" -#: include/utils/class_msgPool.inc:442 +#: include/utils/class_msgPool.inc:425 msgid "September" msgstr "September" -#: include/utils/class_msgPool.inc:443 +#: include/utils/class_msgPool.inc:426 msgid "October" msgstr "Oktober" -#: include/utils/class_msgPool.inc:443 +#: include/utils/class_msgPool.inc:426 msgid "November" msgstr "November" -#: include/utils/class_msgPool.inc:443 +#: include/utils/class_msgPool.inc:426 msgid "December" msgstr "Dezember" -#: include/utils/class_msgPool.inc:449 +#: include/utils/class_msgPool.inc:432 msgid "Sunday" msgstr "Sonntag" -#: include/utils/class_msgPool.inc:449 +#: include/utils/class_msgPool.inc:432 msgid "Monday" msgstr "Montag" -#: include/utils/class_msgPool.inc:449 +#: include/utils/class_msgPool.inc:432 msgid "Tuesday" msgstr "Dienstag" -#: include/utils/class_msgPool.inc:449 +#: include/utils/class_msgPool.inc:432 msgid "Wednesday" msgstr "Mittwoch" -#: include/utils/class_msgPool.inc:449 +#: include/utils/class_msgPool.inc:432 msgid "Thursday" msgstr "Donnerstag" -#: include/utils/class_msgPool.inc:449 +#: include/utils/class_msgPool.inc:432 msgid "Friday" msgstr "Freitag" -#: include/utils/class_msgPool.inc:449 +#: include/utils/class_msgPool.inc:432 msgid "Saturday" msgstr "Samstag" -#: include/utils/class_msgPool.inc:456 +#: include/utils/class_msgPool.inc:439 msgid "MySQL operation failed!" msgstr "MySQL-Operation fehlgeschlagen!" -#: include/utils/class_msgPool.inc:464 +#: include/utils/class_msgPool.inc:447 msgid "read operation" msgstr "Lese-Operation" -#: include/utils/class_msgPool.inc:464 +#: include/utils/class_msgPool.inc:447 msgid "add operation" msgstr "Hinzufügeoperation" -#: include/utils/class_msgPool.inc:464 +#: include/utils/class_msgPool.inc:447 msgid "modify operation" msgstr "Änderungs-Operation" -#: include/utils/class_msgPool.inc:465 +#: include/utils/class_msgPool.inc:448 msgid "delete operation" msgstr "Lösch-Operation" -#: include/utils/class_msgPool.inc:465 +#: include/utils/class_msgPool.inc:448 msgid "search operation" msgstr "Such-Operation" -#: include/utils/class_msgPool.inc:465 +#: include/utils/class_msgPool.inc:448 msgid "authentication" msgstr "Authentifizierung" -#: include/utils/class_msgPool.inc:468 +#: include/utils/class_msgPool.inc:451 #, php-format msgid "LDAP %s failed!" msgstr "LDAP %s fehlgeschlagen!" -#: include/utils/class_msgPool.inc:470 +#: include/utils/class_msgPool.inc:453 msgid "LDAP operation failed!" msgstr "LDAP-Operation fehlgeschlagen" -#: include/utils/class_msgPool.inc:485 +#: include/utils/class_msgPool.inc:468 msgid "Upload failed!" msgstr "Übertragung fehlgeschlagen!" -#: include/utils/class_msgPool.inc:488 +#: include/utils/class_msgPool.inc:471 #, php-format msgid "Upload failed: %s" msgstr "Übertragung fehlgeschlagen: %s" -#: include/utils/class_msgPool.inc:495 +#: include/utils/class_msgPool.inc:478 msgid "Communication failure with the infrastructure service!" msgstr "Kommunikationsfehler mit dem Infrastruktur Dienst!" -#: include/utils/class_msgPool.inc:497 +#: include/utils/class_msgPool.inc:480 #, php-format msgid "Communication failure with the infrastructure service: %s" msgstr "Kommunikationsfehler mit dem Infrastruktur Dienst: %s" -#: include/utils/class_msgPool.inc:504 include/utils/class_msgPool.inc:507 -#, php-format -msgid "This '%s' is still in use by this object: %s" +#: include/utils/class_msgPool.inc:487 +#, fuzzy +msgid "Communication failure with the GOSA-NG service!" +msgstr "Kommunikationsfehler mit dem Infrastruktur Dienst!" + +#: include/utils/class_msgPool.inc:489 +#, fuzzy, php-format +msgid "Communication failure with the GOSA-NG service: %s" +msgstr "Kommunikationsfehler mit dem Infrastruktur Dienst: %s" + +#: include/utils/class_msgPool.inc:496 include/utils/class_msgPool.inc:499 +#, fuzzy, php-format +msgid "This %s is still in use by this object: %s" msgstr "Dieses '%s' ist noch in Gebrauch dieses Objekts: %s" -#: include/utils/class_msgPool.inc:510 -#, php-format -msgid "This '%s' is still in use." +#: include/utils/class_msgPool.inc:502 +#, fuzzy, php-format +msgid "This %s is still in use." msgstr "Dieses '%s' ist noch in Benutzung." -#: include/utils/class_msgPool.inc:512 -#, php-format -msgid "This '%s' is still in use by these objects: %s" +#: include/utils/class_msgPool.inc:504 +#, fuzzy, php-format +msgid "This %s is still in use by these objects: %s" msgstr "Dieses '%s' ist noch in Gebrauch dieser Objekte: %s" -#: include/utils/class_msgPool.inc:518 -#, php-format -msgid "File '%s' does not exist!" +#: include/utils/class_msgPool.inc:510 +#, fuzzy, php-format +msgid "File %s does not exist!" msgstr "Die Datei '%s' existiert nicht!" -#: include/utils/class_msgPool.inc:524 -#, php-format -msgid "Cannot open file '%s' for reading!" +#: include/utils/class_msgPool.inc:516 +#, fuzzy, php-format +msgid "Cannot open file %s for reading!" msgstr "Kann Datei '%s' nicht zum Lesen öffnen!" -#: include/utils/class_msgPool.inc:530 -#, php-format -msgid "Cannot open file '%s' for writing!" +#: include/utils/class_msgPool.inc:522 +#, fuzzy, php-format +msgid "Cannot open file %s for writing!" msgstr "Kann Datei '%s' nicht zum Schreiben öffnen!" -#: include/utils/class_msgPool.inc:536 -#, php-format +#: include/utils/class_msgPool.inc:528 +#, fuzzy, php-format msgid "" -"The value for '%s' is currently unconfigured or invalid, please check your " +"The value for %s is currently unconfigured or invalid, please check your " "configuration file!" msgstr "" "Der Wert für '%s' ist momentan nicht konfiguriert oder ungültig. Bitte " "prüfen Sie Ihre Konfigurationsdatei!" -#: include/utils/class_msgPool.inc:542 -#, php-format -msgid "Cannot delete file '%s'!" +#: include/utils/class_msgPool.inc:534 +#, fuzzy, php-format +msgid "Cannot delete file %s!" msgstr "Kann Datei '%s' nicht löschen!" -#: include/utils/class_msgPool.inc:548 -#, php-format -msgid "Cannot create folder '%s'!" +#: include/utils/class_msgPool.inc:540 +#, fuzzy, php-format +msgid "Cannot create folder %s!" msgstr "Kann den Ordner '%s' nicht anlegen!" -#: include/utils/class_msgPool.inc:554 -#, php-format -msgid "Cannot delete folder '%s'!" +#: include/utils/class_msgPool.inc:546 +#, fuzzy, php-format +msgid "Cannot delete folder %s!" msgstr "Kann den Ordner '%s' nicht löschen!" -#: include/utils/class_msgPool.inc:560 +#: include/utils/class_msgPool.inc:552 #, php-format msgid "Checking for %s support" msgstr "Prüfe auf %s-Unterstützung" -#: include/utils/class_msgPool.inc:566 +#: include/utils/class_msgPool.inc:558 #, php-format msgid "Install and activate the %s PHP module." msgstr "Installieren und aktivieren Sie das %s PHP-Modul." -#: include/utils/class_msgPool.inc:572 -#, php-format +#: include/utils/class_msgPool.inc:564 +#, fuzzy, php-format msgid "" -"Cannot initialize class '%s'! Maybe there is a plugin missing in your gosa " +"Cannot initialize class %s! Maybe there is a plugin missing in your gosa " "setup?" msgstr "" "Die Klasse '%s' kann nicht initialisiert werden! Vielleicht fehlt ein Modul " "in Ihren GOsa-Einstellungen?" -#: include/utils/class_msgPool.inc:578 +#: include/utils/class_msgPool.inc:570 +#, fuzzy msgid "" -"The supplied base is not valid and has been reset to the previous value!" +"The supplied base is not valid and has been reset to its previous value!" msgstr "" "Die angegebene Basis ist ungültig. Der alte Wert wurde wieder hergestellt!" -#: include/utils/class_xml.inc:48 -msgid "in" -msgstr "in" - -#: include/utils/class_xml.inc:50 -msgid "on line" -msgstr "in Zeile" - #: include/utils/class_xml.inc:51 msgid "XML error" msgstr "XML-Fehler" @@ -5959,7 +6051,8 @@ msgid "Certificate is empty!" msgstr "Zertifikat ist leer!" #: include/class_certificate.inc:100 -msgid "Cannot load certificate - only PEM/DER is supported!" +#, fuzzy +msgid "Cannot load certificate: only PEM and DER are supported!" msgstr "Zertifikat kann nicht geladen werden - nur PEM/DER sind unterstützt!" #: include/class_certificate.inc:115 @@ -5972,19 +6065,19 @@ msgid "No valid certificate loaded!" msgstr "Kein gültiges Zertifikat geladen!" #: include/functions_helpviewer.inc:45 -#, php-format -msgid "XML error in guide.xml: %s at line %d" +#, fuzzy, php-format +msgid "XML error in guide.xml: %s at line %s" msgstr "XML-Fehler in der Datei guide.xml: %s in Zeile %d" #: include/functions_helpviewer.inc:88 msgid "No help available for this plugin." msgstr "Für dieses Modul ist keine Hilfe verfügbar." -#: include/functions_helpviewer.inc:97 html/helpviewer.php:194 +#: include/functions_helpviewer.inc:97 html/helpviewer.php:193 msgid "previous" msgstr "Vorherige" -#: include/functions_helpviewer.inc:101 html/helpviewer.php:198 +#: include/functions_helpviewer.inc:101 html/helpviewer.php:197 msgid "next" msgstr "Nächste" @@ -5993,7 +6086,7 @@ msgstr "Nächste" msgid "%s results for your search with the keyword %s" msgstr "%s Ergebnisse für Ihre Suche nach %s" -#: include/functions_helpviewer.inc:462 +#: include/functions_helpviewer.inc:461 #, php-format msgid "%s%% hit rate in file %s" msgstr "%s%% Trefferquote in Datei %s" @@ -6002,15 +6095,35 @@ msgstr "%s%% Trefferquote in Datei %s" msgid "Search filter" msgstr "Suchfilter" +#: include/class_filter.inc:444 +msgid "Search in subtrees" +msgstr "Suche in Teilbäumen" + #: include/class_filter.inc:449 msgid "Edit filters" msgstr "Filter bearbeiten" -#: include/class_userFilterEditor.inc:251 -#, php-format +#: include/class_SnapshotHandler.inc:45 include/class_SnapshotHandler.inc:76 +#, fuzzy, php-format +msgid "" +"The snapshot functionality is enabled but the required variable %s is not " +"set!" +msgstr "" +"Die Snapshot-Funktionalität ist aktiviert, aber die erforderliche Variable '%" +"s' ist nicht gesetzt." + +#: include/class_SnapshotHandler.inc:58 +#, fuzzy, php-format msgid "" -"Please check your filter #%s. You have '%s' opening and '%s' closing " -"brackets!" +"The snapshot functionality is enabled but the required PHP compression " +"module is missing: %s!" +msgstr "" +"Die Snapshot-Funktionalität ist aktiviert, aber das erforderliche Modul '%s' " +"ist nicht verfügbar. Bitte installieren Sie '%s'." + +#: include/class_userFilterEditor.inc:251 +#, fuzzy, php-format +msgid "Error in filter #%s: %s opening and %s closing brackets detected!" msgstr "" "Bitte prüfen Sie den Filter #%s. Sie haben '%s' öffnende und '%s' " "schliessende Klammern!" @@ -6019,206 +6132,272 @@ msgstr "" msgid "Manage access control lists" msgstr "Zugriffskontrolllisten verwalten" -#: include/class_acl.inc:125 include/class_acl.inc:607 -#: include/class_acl.inc:1023 +#: include/class_acl.inc:125 include/class_acl.inc:609 +#: include/class_acl.inc:1025 #, php-format msgid "All users" msgstr "Alle Benutzer" -#: include/class_acl.inc:227 -msgid "Reset ACLs" -msgstr "ACLs zurücksetzen" - -#: include/class_acl.inc:232 include/class_acl.inc:235 -msgid "Use ACL defined in role" -msgstr "Verwende ACL aus Rollendefinition" - -#: include/class_acl.inc:253 +#: include/class_acl.inc:252 msgid "Section" msgstr "Sektion" -#: include/class_acl.inc:263 +#: include/class_acl.inc:262 msgid "Used" msgstr "Benutzt" -#: include/class_acl.inc:568 +#: include/class_acl.inc:570 msgid "No ACL settings for this category!" msgstr "Keine ACL-Einstellungen für diese Kategorie!" -#: include/class_acl.inc:571 +#: include/class_acl.inc:573 #, php-format -msgid "Contains ACLs for these objects: %s" -msgstr "Enthält ACLs für diese Objekte: %s" +msgid "ACLs for: %s" +msgstr "" -#: include/class_acl.inc:577 include/class_acl.inc:581 +#: include/class_acl.inc:579 include/class_acl.inc:583 msgid "category ACL" msgstr "ACL Kategorie" -#: include/class_acl.inc:634 -#, php-format -msgid "Edit ACL for '%s' - scope is '%s'" +#: include/class_acl.inc:635 +#, fuzzy, php-format +msgid "Edit ACL for '%s' with scope '%s'" msgstr "ACL für '%s' bearbeiten - Gültigkeitsbereich ist '%s'" -#: include/class_acl.inc:799 include/class_acl.inc:806 +#: include/class_acl.inc:797 include/class_acl.inc:804 msgid "Show/hide advanced settings" msgstr "Zeige/verstecke erweiterte Einstellungen" -#: include/class_acl.inc:817 +#: include/class_acl.inc:815 msgid "Create objects" msgstr "Erstelle Objekte" -#: include/class_acl.inc:818 +#: include/class_acl.inc:816 msgid "Move objects" msgstr "Objekte verschieben" -#: include/class_acl.inc:819 +#: include/class_acl.inc:817 msgid "Remove objects" msgstr "Objekte entfernen" -#: include/class_acl.inc:821 -msgid "Grant permission to owner" -msgstr "Berechtigungen für Eigentümer einräumen" - -#: include/class_acl.inc:825 include/class_acl.inc:930 -#: include/class_acl.inc:934 -msgid "read" -msgstr "lesen" - -#: include/class_acl.inc:826 include/class_acl.inc:932 -#: include/class_acl.inc:935 -msgid "write" -msgstr "schreiben" - -#: include/class_acl.inc:830 +#: include/class_acl.inc:828 msgid "Complete object" msgstr "Vollständiges Objekt" -#: include/class_acl.inc:974 +#: include/class_acl.inc:976 #, php-format msgid "Unkown ACL type '%s'!" msgstr "Unbekannter ACL-Typ '%s'!" -#: include/class_acl.inc:1019 +#: include/class_acl.inc:1021 #, php-format msgid "Unknown entry '%s'!" msgstr "Unbekannter Eintrag '%s'!" -#: include/class_acl.inc:1083 include/class_acl.inc:1085 -#, php-format -msgid "Role: %s" -msgstr "Rolle: %s" +#: include/class_acl.inc:1085 include/class_acl.inc:1087 +#, fuzzy, php-format +msgid "ACL role: %s" +msgstr "ACL-Rollen" -#: include/class_acl.inc:1085 -msgid "unknown role" +#: include/class_acl.inc:1087 +#, fuzzy +msgid "unknown ACL role" msgstr "unbekannte rolle" -#: include/class_acl.inc:1093 +#: include/class_acl.inc:1095 #, php-format msgid "Contains settings for these objects: %s" msgstr "Enthält Einstellungen für diese Objekte: %s" -#: include/class_acl.inc:1110 +#: include/class_acl.inc:1112 msgid "inactive" msgstr "inaktiv" -#: include/class_acl.inc:1110 +#: include/class_acl.inc:1112 msgid "No members" msgstr "Keine Mitglieder" -#: include/class_acl.inc:1280 +#: include/class_acl.inc:1283 msgid "Access control list" msgstr "Zugriffskontrollliste" -#: include/class_acl.inc:1285 +#: include/class_acl.inc:1289 msgid "ACL roles" msgstr "ACL-Rollen" -#: include/class_acl.inc:1288 +#: include/class_acl.inc:1292 #, fuzzy msgid "ACL Entries" msgstr "ACL-Einträge" #: include/class_tabs.inc:57 -#, php-format -msgid "" -"No plugin definitions found to initialize '%s', please check your " -"configuration file." +#, fuzzy, php-format +msgid "No plugin definition for %s found: please check the configuration file!" msgstr "" "Es wurde keine Plugin-Definition gefunden um '%s' zu Initialisieren. Bitte " "prüfen Sie Ihre Konfigurationsdatei!" -#: include/class_tabs.inc:241 -#, php-format -msgid "Delete process has been canceled by plugin '%s': %s" +#: include/class_tabs.inc:249 +#, fuzzy, php-format +msgid "Delete process has been canceled by plugin %s: %s" msgstr "Der Lösch-Vorgang wurde durch das plugin '%s' beendet: %s" -#: include/class_tabs.inc:379 +#: include/class_tabs.inc:387 msgid "References" msgstr "Referenzen" -#: include/class_listing.inc:537 +#: include/class_listing.inc:319 +msgid "Select all" +msgstr "Alle auswählen" + +#: include/class_listing.inc:578 msgid "created by" msgstr "Angelegt von" -#: include/class_listing.inc:1016 include/class_listing.inc:1018 -msgid "Go up one department" -msgstr "Eine Abteilung nach oben" +#: include/class_listing.inc:1057 include/class_listing.inc:1059 +msgid "Go to preceding level" +msgstr "" -#: include/class_listing.inc:1024 include/class_listing.inc:1026 -msgid "Go to users department" -msgstr "Gehe zur Abteilung des Benutzers" +#: include/class_listing.inc:1065 include/class_listing.inc:1067 +msgid "Go to current users level" +msgstr "" -#: include/class_listing.inc:1031 +#: include/class_listing.inc:1072 msgid "Reload list" msgstr "Liste neu laden" -#: include/class_listing.inc:1397 include/class_plugin.inc:1960 +#: include/class_listing.inc:1444 msgid "Copy" msgstr "Kopieren" -#: include/class_listing.inc:1403 include/class_plugin.inc:1964 +#: include/class_listing.inc:1450 msgid "Cut" msgstr "Ausschneiden" -#: include/class_listing.inc:1436 include/class_plugin.inc:1918 +#: include/class_listing.inc:1483 msgid "Cut this entry" msgstr "Diesen Eintrag ausschneiden" -#: include/class_listing.inc:1445 include/class_plugin.inc:1926 +#: include/class_listing.inc:1492 msgid "Copy this entry" msgstr "Diesen Eintrag kopieren" -#: include/class_listing.inc:1477 include/class_listing.inc:1479 +#: include/class_listing.inc:1524 include/class_listing.inc:1526 msgid "Restore snapshots" msgstr "Abzug wiederherstellen" -#: include/class_listing.inc:1493 +#: include/class_listing.inc:1540 msgid "Export list" msgstr "Liste exportieren" -#: include/class_listing.inc:1527 include/class_SnapShotDialog.inc:145 -#: include/class_plugin.inc:1892 +#: include/class_listing.inc:1574 include/class_SnapShotDialog.inc:141 msgid "Restore snapshot" msgstr "Abzug wiederherstellen" -#: include/class_listing.inc:1535 include/class_plugin.inc:1900 -msgid "Create a new snapshot from this object" +#: include/class_listing.inc:1582 +#, fuzzy +msgid "Create new snapshot for this object" msgstr "Erstelle einen neuen Snapshot dieses Objekts" +#: include/class_configRegistry.inc:188 +#, php-format +msgid "%s has version %s but %s is required!" +msgstr "" + +#: include/class_configRegistry.inc:243 +msgid "" +"Plugins that require one or more of the object classes above will be " +"disabled until the object classes get updated." +msgstr "" + +#: include/class_configRegistry.inc:245 +#, fuzzy +msgid "Schema validation error" +msgstr "Authentifizierungsfehler" + +#: include/class_configRegistry.inc:656 +#, php-format +msgid "" +"The value '%s' specified for '%s:%s' is invalid. A bool value is required " +"here!" +msgstr "" + +#: include/class_configRegistry.inc:671 +#, php-format +msgid "" +"The value '%s' specified for '%s:%s' is invalid. A string value is required " +"here!" +msgstr "" + +#: include/class_configRegistry.inc:686 +#, php-format +msgid "" +"The value '%s' specified for '%s:%s' is invalid. A numeric value is required " +"here!" +msgstr "" + +#: include/class_configRegistry.inc:701 +#, fuzzy, php-format +msgid "The path '%s' specified for '%s:%s' is invalid!" +msgstr "'%s' Kommando für Modul %s ist ungültig!" + +#: include/class_configRegistry.inc:717 include/class_configRegistry.inc:739 +#, fuzzy, php-format +msgid "The folder '%s' specified for '%s:%s' does not exists!" +msgstr "" +"Das als '%s'-Erweiterung angegebene Kommando für Modul '%s' existiert nicht!" + +#: include/class_configRegistry.inc:722 +#, php-format +msgid "The folder '%s' specified for '%s:%s' cannot be used for reading!" +msgstr "" + +#: include/class_configRegistry.inc:744 +#, php-format +msgid "The folder '%s' specified for '%s:%s' cannot be used for writing!" +msgstr "" + +#: include/class_configRegistry.inc:762 +#, fuzzy, php-format +msgid "The file '%s' specified for '%s:%s' does not exists!" +msgstr "" +"Das als '%s'-Erweiterung angegebene Kommando für Modul '%s' existiert nicht!" + +#: include/class_configRegistry.inc:767 +#, php-format +msgid "The file '%s' specified for '%s:%s' cannot be read!" +msgstr "" + +#: include/class_configRegistry.inc:783 +#, fuzzy, php-format +msgid "The command '%s' specified for '%s:%s' is invalid!" +msgstr "'%s' Kommando (%s) für Modul %s ist ungültig!" + +#: include/class_configRegistry.inc:798 +#, fuzzy, php-format +msgid "The dn '%s' specified for '%s:%s' is invalid!" +msgstr "'%s' Kommando für Modul %s ist ungültig!" + +#: include/class_configRegistry.inc:813 +#, fuzzy, php-format +msgid "The rdn '%s' specified for '%s:%s' is invalid!" +msgstr "'%s' Kommando für Modul %s ist ungültig!" + #: include/class_SnapShotDialog.inc:55 msgid "Date" msgstr "Datum" #: include/class_SnapShotDialog.inc:93 -#, php-format -msgid "You're about to delete the snapshot '%s'." +#, fuzzy, php-format +msgid "You are about to delete the snapshot %s." msgstr "Sie sind dabei den Snapshot '%s' zu entfernen." -#: include/class_SnapShotDialog.inc:146 -msgid "Remove snapshot" -msgstr "Snapshot entfernen." +#: include/class_SnapShotDialog.inc:142 +#, fuzzy +msgid "Delete snapshot" +msgstr "Snapshot erstellen" -#: include/class_SnapShotDialog.inc:147 include/class_SnapShotDialog.inc:165 +#: include/class_SnapShotDialog.inc:143 include/class_SnapShotDialog.inc:161 msgid "Y-m-d, H:i:s" msgstr "Y-m-d, H:i:s" @@ -6227,29 +6406,28 @@ msgid "Performance warning" msgstr "Leistungswarnung" #: include/class_ldap.inc:233 include/class_ldap.inc:266 -#, php-format -msgid "LDAP performance is poor: last query took about %.2fs!" +#, fuzzy, php-format +msgid "LDAP performance is poor: last query took %.2fs!" msgstr "" "Die LDAP-Leistung ist mangelhaft: Die letzte Abfrage dauerte etwa %.2f " "Sekunden!" #: include/class_ldap.inc:693 -#, php-format -msgid "" -"Cannot automatically create subtrees with RDN '%s': no object class found!" +#, fuzzy, php-format +msgid "Cannot automatically create subtrees with RDN %s: no object class found" msgstr "" "Kann Teilbäume mit RDN '%s' nicht automatisch erzeugen: keine Objektklasse " "gefunden!" #: include/class_ldap.inc:744 -#, php-format -msgid "Cannot automatically create subtrees with RDN '%s': not supported" +#, fuzzy, php-format +msgid "Cannot automatically create subtrees with RDN %s: not supported" msgstr "" "Kann Teilbäume mit RDN '%s' nicht automatisch erzeugen: nicht unterstützt" #: include/class_ldap.inc:831 -#, php-format -msgid "while operating on '%s' using LDAP server '%s'" +#, fuzzy, php-format +msgid "while operating on %s using LDAP server %s" msgstr "während der Arbeit mit '%s' auf dem LDAP-Server '%s'" #: include/class_ldap.inc:833 @@ -6257,90 +6435,97 @@ msgstr "während der Arbeit mit '%s' auf dem LDAP-Server '%s'" msgid "while operating on LDAP server %s" msgstr "während der Arbeit auf LDAP-Server '%s'" -#: include/class_ldap.inc:1055 -#, php-format +#: include/class_ldap.inc:1006 +#, fuzzy, php-format msgid "" -"This is not a valid DN: '%s'. A block for import should begin with 'dn: ...' " -"in line %s" +"Invalid DN %s: block to be imported should start with 'dn: ...' in line %s" msgstr "" "Dies ist keine valide DN: '%s'. Ein Block für den Import sollte mit " "'dn:...' beginnen in Zeile %s" -#: include/class_ldap.inc:1084 -#, php-format -msgid "Error while importing dn: '%s', please check your LDIF from line %s on!" +#: include/class_ldap.inc:1035 +#, fuzzy, php-format +msgid "Error while importing DN %s: please check LDIF from line %s on!" msgstr "" "Fehler beim Importieren von dn: '%s', bitte überprüfen Sie die LDIF-Datei ab " "Zeile %s!" -#: include/php_setup.inc:103 +#: include/php_setup.inc:101 msgid "Generating this page caused the PHP interpreter to raise some errors!" msgstr "" "Der PHP-Interpreter meldete einen oder mehrere Fehler beim Erzeugen dieser " "Seite!" -#: include/php_setup.inc:108 -msgid "Send bug report to the GOsa Team" -msgstr "Sende Fehlerbericht an das GOsa Team" - -#: include/php_setup.inc:108 +#: include/php_setup.inc:104 msgid "Send bugreport" msgstr "Fehlerbericht senden" -#: include/php_setup.inc:113 -msgid "Toggle information" -msgstr "Zeige/Verstecke Informationen" +#: include/php_setup.inc:108 +msgid "Toggle details" +msgstr "" -#: include/php_setup.inc:123 +#: include/php_setup.inc:117 msgid "PHP error" msgstr "PHP Fehler" -#: include/php_setup.inc:142 +#: include/php_setup.inc:136 msgid "class" msgstr "Klasse" -#: include/php_setup.inc:148 +#: include/php_setup.inc:142 msgid "function" msgstr "Funktion" -#: include/php_setup.inc:153 +#: include/php_setup.inc:147 msgid "static" msgstr "statisch" -#: include/php_setup.inc:157 +#: include/php_setup.inc:151 msgid "method" msgstr "Methode" -#: include/php_setup.inc:190 -msgid "Trace" +#: include/php_setup.inc:184 +#, fuzzy +msgid "Traceback" msgstr "Ablaufverfolgung" -#: include/php_setup.inc:191 +#: include/php_setup.inc:185 msgid "File" msgstr "Datei" -#: include/php_setup.inc:191 +#: include/php_setup.inc:185 msgid "Line" msgstr "Zeile" -#: include/php_setup.inc:192 +#: include/php_setup.inc:186 msgid "Arguments" msgstr "Argumente" -#: include/class_pathNavigator.inc:69 +#: include/class_pathNavigator.inc:86 msgid "Welcome to GOsa" msgstr "Willkommen bei GOsa" -#: include/class_pluglist.inc:74 -msgid "All objects in this category" -msgstr "Keine Objekte dieser Kategorie" - -#: include/class_pluglist.inc:99 -msgid "The configuration format has changed. Please re-run setup!" +#: include/class_pluglist.inc:93 +#, fuzzy +msgid "The configuration format has changed: please run the setup again!" msgstr "" "Das Konfigurationsformat hat sich geändert. Bitte durchlaufen Sie erneut die " "Einrichtung!" +#: include/class_pluglist.inc:229 +#, fuzzy +msgid "" +"You are currently editing a database entry. Do you want to discard the " +"changes?" +msgstr "" +"Sie bearbeiten gerade einen Datenbankeintrag. Sollen die Daten verworfen " +"werden?" + +#: include/class_pluglist.inc:329 +#, fuzzy +msgid "Back to main menu" +msgstr "GOsa Hauptmenü" + #: include/exporter/class_PDF.inc:24 msgid "Page" msgstr "Seite" @@ -6375,63 +6560,46 @@ msgstr "Kann keine Abbruch-Nachricht für den Eintrag %s versenden!" msgid "Cannot remove entry %s!" msgstr "Kann Eintrag %s nicht entfernen!" -#: include/class_management.inc:459 include/class_plugin.inc:1434 -#, php-format -msgid "You are not allowed to create a snapshot for %s." +#: include/class_management.inc:462 +#, fuzzy, php-format +msgid "You are not allowed to create a snapshot for %s!" msgstr "Ihnen ist es nicht erlaubt, einen Snapshot für %s zu erstellen." -#: include/class_management.inc:506 include/class_management.inc:543 -#: include/class_management.inc:557 include/class_plugin.inc:1446 -#: include/class_plugin.inc:1461 include/class_plugin.inc:1474 -#, php-format -msgid "You are not allowed to restore a snapshot for %s." +#: include/class_management.inc:509 include/class_management.inc:561 +#: include/class_management.inc:575 +#, fuzzy, php-format +msgid "You are not allowed to restore a snapshot for %s!" msgstr "Ihnen ist es nicht erlaubt, einen Snapshot für %s wiederherzustellen." -#: include/class_management.inc:616 -#, php-format +#: include/class_management.inc:524 +#, fuzzy, php-format +msgid "You are not allowed to remove a snapshot for %s!" +msgstr "Ihnen ist es nicht erlaubt, einen Snapshot für %s wiederherzustellen." + +#: include/class_management.inc:644 +#, fuzzy, php-format msgid "" -"No tab declaration for '%s' found in your configuration file. Cannot create " -"plugin instance!" +"No tab definition for %s found in configuration file: cannot create plugin " +"instance!" msgstr "" "Es wurde keine TAB-Definition für '%s' in der Konfigurationsdatei gefunden. " "Kann keine Plugin-Instanz erzeugen!" -#: include/class_plugin.inc:527 +#: include/class_plugin.inc:526 msgid "" -"The object has changed since opened in GOsa. All changes that may be done by " -"others get lost if you save this entry!" +"The current object has been altered while beeing edited. If you save this " +"entry, changes that have been made by others will be discarded!" msgstr "" -"Das Objekt wurde verändert nachdem es in GOsa geöffnet wurde. Bitte stellen " -"Sie sicher, dass niemand wichtige Änderungen vorgenommen hat, die verloren " -"gehen, wenn Sie diesen Eintrag speichern!" - -#: include/class_plugin.inc:1690 -msgid "Changing ACL dn" -msgstr "Ändere ACL dn" - -#: include/class_plugin.inc:1690 -msgid "from" -msgstr "von" - -#: include/class_plugin.inc:1874 include/class_plugin.inc:1876 -msgid "Restore" -msgstr "Wiederherstellen" -#: include/class_plugin.inc:1899 -msgid "Create snapshot" -msgstr "Snapshot erstellen" - -#: include/class_plugin.inc:1918 -msgid "cut" -msgstr "Ausschneiden" - -#: include/class_plugin.inc:1926 -msgid "copy" -msgstr "Kopieren" +#: include/class_plugin.inc:1327 +#, php-format +msgid "Changing ACL DN from %s to %s" +msgstr "" #: include/class_session.inc:76 include/class_session.inc:101 #: include/class_session.inc:127 -msgid "Requested channel does not exist! Please contact your Administrator." +#, fuzzy +msgid "Requested channel does not exist!" msgstr "" "Der angeforderte Kanal existiert nicht! Bitte benachrichtigen Sie Ihren " "Administrator." @@ -6444,7 +6612,7 @@ msgstr "Hilfe-Browser" msgid "There is no helpfile specified for this class" msgstr "Für diese Klasse wurde keine Hilfedatei angegeben" -#: html/helpviewer.php:269 +#: html/helpviewer.php:268 #, php-format msgid "Helpdir '%s' is not accessible, can't read any helpfiles." msgstr "" @@ -6452,177 +6620,190 @@ msgstr "" "keine Hilfedateien lesen." #: html/index.php:45 -#, php-format -msgid "Your browser (%s) is blacklisted for the current theme." +#, fuzzy, php-format +msgid "Your browser (%s) is blacklisted for the current theme!" msgstr "Ihr Browser (%s) ist für das momentane Theme nicht geeignet." -#: html/index.php:70 +#: html/index.php:72 #, php-format msgid "This session is not ecrypted. Click %s to enter an encrypted session." msgstr "" "Diese Sitzung ist nicht verschlüsselt. Klicken Sie %s um eine Verschlüsselte " "Sitzung zu verwenden." -#: html/index.php:70 +#: html/index.php:72 msgid "here" msgstr "hier" -#: html/index.php:76 -msgid "" -"The session lifetime configured in your gosa.conf will be overridden by php." -"ini settings." +#: html/index.php:78 +#, fuzzy +msgid "The configured session lifetime will be overridden by php.ini settings!" msgstr "" "Die Konfiguration der Gültigkeitsdauer einer Sitzung in Ihrer gosa.conf wird " "von der Einstellung in der php.ini überschrieben." -#: html/index.php:156 html/password.php:61 +#: html/index.php:157 html/password.php:61 #, php-format msgid "GOsa configuration %s/%s is not readable. Aborted." msgstr "Die GOsa-Konfigurationsdatei %s/%s ist nicht lesbar. Abgebrochen." -#: html/index.php:177 +#: html/index.php:179 msgid "Smarty error" msgstr "Smarty-Fehler" -#: html/index.php:177 html/password.php:88 html/setup.php:66 -#, php-format -msgid "Directory '%s' specified as compile directory is not accessible!" +#: html/index.php:179 html/password.php:86 html/setup.php:68 +#, fuzzy, php-format +msgid "Compile directory %s is not accessible!" msgstr "" "Auf das als Compile-Verzeichnis angegegebene Verzeichnis '%s' kann nicht " "zugegriffen werden!" -#: html/index.php:228 -msgid "There is a problem with the authentication setup!" +#: html/index.php:202 +#, fuzzy +msgid "" +"Your browser has cookies disabled: please enable cookies and reload this " +"page before logging in!" +msgstr "" +"Ihr Browser hat Cookies deaktiviert. Bitte aktivieren Sie zunächst Cookies " +"und laden anschliessend diese Seite neu, bevor Sie sich anmelden!" + +#: html/index.php:233 +#, fuzzy +msgid "Broken HTTP authentication setup!" msgstr "Es gab ein Problem mit der Authentisierungseinrichtung!" -#: html/index.php:236 -msgid "Cannot find a valid user for the current authentication setup!" +#: html/index.php:241 +#, fuzzy +msgid "Cannot find a valid user for the current HTTP authentication!" msgstr "" "Es konnte kein gültiger Benutzer für die aktuell eingerichtete " "Authentisierung gefunden werden!" -#: html/index.php:240 -msgid "User information is not unique accross the configured LDAP trees!" +#: html/index.php:245 +#, fuzzy +msgid "Cannot find a unique user for the current HTTP authentication!" msgstr "" -"Die Benutzerinformation ist für die konfigurierten LDAP-Bäume nicht " -"eindeutig!" - -#: html/index.php:277 -msgid "Cannot detect information about the installed LDAP schema!" -msgstr "Kann Information über das installierte LDAP-Schema nicht ermitteln!" - -#: html/index.php:290 -msgid "Your LDAP setup contains old schema definitions:" -msgstr "Ihre LDAP-Einrichtung enthält veraltete Schema-Definitionen:" +"Es konnte kein gültiger Benutzer für die aktuell eingerichtete " +"Authentisierung gefunden werden!" -#: html/index.php:311 +#: html/index.php:289 msgid "Please specify a valid username!" msgstr "Bitte geben Sie einen gültigen Benutzernamen ein!" -#: html/index.php:314 +#: html/index.php:292 msgid "Please specify your password!" msgstr "Bitte geben Sie Ihr Passwort ein!" -#: html/index.php:326 +#: html/index.php:304 msgid "Authentication error" msgstr "Authentifizierungsfehler" -#: html/index.php:326 -msgid "Cannot retrieve user information for htaccess authentication!" +#: html/index.php:304 +#, fuzzy +msgid "Cannot retrieve user information for HTTP authentication!" msgstr "" "Konnte Benutzerinformation für htaccess-Authentisierung nicht beziehen!" -#: html/index.php:333 html/password.php:250 -msgid "Please check the username/password combination." +#: html/index.php:311 html/password.php:252 +#, fuzzy +msgid "Please check the username/password combination!" msgstr "Bitte überprüfen Sie die Kombination von Benutzernamen und Passwort." -#: html/index.php:381 +#: html/index.php:359 msgid "Account locked. Please contact your system administrator!" msgstr "Das Konto ist gesperrt. Bitte benachrichtigen Sie den Administrator!" -#: html/index.php:425 -msgid "" -"Your browser has cookies disabled. Please enable cookies and reload this " -"page before logging in!" -msgstr "" -"Ihr Browser hat Cookies deaktiviert. Bitte aktivieren Sie zunächst Cookies " -"und laden anschliessend diese Seite neu, bevor Sie sich anmelden!" - -#: html/password.php:181 +#: html/password.php:180 msgid "Error: Password method not available!" msgstr "Fehler: Passwort-Methode ist nicht verfügbar!" -#: html/password.php:254 -msgid "You have no permissions to change your password." +#: html/password.php:216 +#, fuzzy +msgid "The values for 'New password' and 'Repeated new password' differ!" +msgstr "" +"Die Passwörter, die Sie als 'Neues Passwort' und 'Neues Passwort " +"(Wiederholung)' eingegeben haben sind nicht identisch." + +#: html/password.php:228 +#, fuzzy +msgid "The password used as new and current are too similar!" +msgstr "Das alte und neue Passwort sind sich zu ähnlich." + +#: html/password.php:234 +#, fuzzy +msgid "The password used as new is to short!" +msgstr "" +"Das Passwort, welches Sie als 'Neues Passwort' eingegeben haben, ist zu kurz." + +#: html/password.php:256 +#, fuzzy +msgid "You have no permissions to change your password!" msgstr "Sie haben keine Berechtigung ihr Passwort zu ändern." -#: html/password.php:279 +#: html/password.php:281 #, php-format msgid "External password changer reported a problem: %s" msgstr "Das externe Passwort-Änderungsprogramm hat einen Fehler gemeldet: %s." -#: html/password.php:314 +#: html/password.php:316 msgid "Session will not be encrypted." msgstr "Die Sitzung ist nicht verschlüsselt." -#: html/password.php:316 +#: html/password.php:318 msgid "Enter SSL session" msgstr "SSL Sitzung" -#: html/setup.php:66 +#: html/setup.php:68 msgid "Smarty" msgstr "Smarty" -#: html/main.php:150 -#, php-format -msgid "Cannot locate file '%s' - please run '%s' to fix this" +#: html/main.php:159 +#, fuzzy, php-format +msgid "Cannot locate file %s - please run %s to fix this" msgstr "" "Konnte Datei '%s' nicht finden - bitte führen Sie '%s' aus um das Problem zu " "beseitigen" -#: html/main.php:169 +#: html/main.php:178 msgid "PHP configuration" msgstr "PHP-Konfiguration" -#: html/main.php:170 +#: html/main.php:179 msgid "" -"FATAL: Register globals is on. GOsa will refuse to login unless this is " -"fixed by an administrator." +"FATAL: Register globals is active. Please fix this in order to continue." msgstr "" -"FATAL: 'Register globals' ist im PHP aktiviert. GOsa läßt keine Anmeldung " -"zu, bis dies von einem Administrator behoben wurde." -#: html/main.php:230 +#: html/main.php:239 msgid "Running out of memory!" msgstr "Der verfügbare Arbeitsspeicher wird knapp!" -#: html/main.php:289 +#: html/main.php:299 msgid "ACLs are disabled" msgstr "ACLs sind deaktiviert" -#: html/main.php:289 html/main.php:291 +#: html/main.php:299 html/main.php:301 #, php-format msgid "You're logged in as %s" msgstr "Sie sind als %s angemeldet" -#: html/main.php:341 +#: html/main.php:349 msgid "Your password is about to expire, please change your password!" msgstr "Ihr Passwort ist fast abgelaufen, bitte setzen Sie ein neues!" -#: html/main.php:351 +#: html/main.php:359 msgid "Plugin" msgstr "Erweiterung" -#: html/main.php:352 -#, php-format -msgid "FATAL: Cannot find any plugin definitions for plugin '%s'!" +#: html/main.php:360 +#, fuzzy, php-format +msgid "FATAL: Cannot find any plugin definitions for plugin %s!" msgstr "FATAL: Es kann kein Plugin für die Definition '%s' gefunden werden!" -#: html/main.php:367 +#: html/main.php:376 msgid "Configuration Error" msgstr "Konfigurationsfehler" -#: html/main.php:368 +#: html/main.php:377 #, php-format msgid "" "FATAL: not all POST variables have been transfered by PHP - please inform " @@ -6630,227 +6811,3 @@ msgid "" msgstr "" "FATAL: es wurden nicht alle POST-Variablen von PHP übertragen - bitte " "informieren Sie den Administrator!" - -#~ msgid "Your password has expired. Please choose a new one!" -#~ msgstr "Ihr Passwort ist abgelaufen. Geben Sie bitte ein neues ein!" - -#~ msgid "Old password" -#~ msgstr "Altes Passwort" - -#~ msgid "Verify password" -#~ msgstr "Passwort überprüfen" - -#~ msgid "Session conflict detected" -#~ msgstr "Ein Sitzungskonflikt wurde festgestellt" - -#~ msgid "" -#~ "Probably there's another active instance of your session. Multiple window " -#~ "operation is technical not possible and heavily depends on the browser " -#~ "you're using. Usage of different browsers at a time (i.e. IE and Mozilla) " -#~ "is possible. Pressing the Logout button will close this session." -#~ msgstr "" -#~ "Vermutlich existiert eine andere aktive Instanz Ihrer Sitzung. Das " -#~ "Arbeiten mit mehreren Fenstern ist technisch so nicht möglich und hängt " -#~ "stark vom eingesetzten Browser ab. Die Verwendung unterschiedlicher " -#~ "Browser zur gleichen Zeit (z.B. IE und Mozilla) ist möglich. Das Drücken " -#~ "von 'Abmelden' schließt diese Sitzung." - -#~ msgid "" -#~ "Ignoring this message will change/destroy the data you're currently " -#~ "editing, so please close multiple windows and log in again." -#~ msgstr "" -#~ "Falls Sie trotzdem fortfahren, können einige Daten der momentan " -#~ "bearbeiteten Dialoge verlorengehen. Deshalb schließen Sie bitte die " -#~ "verschiedenen Fenster und melden sich neu an." - -#~ msgid "Logout" -#~ msgstr "Abmelden" - -#~ msgid "External password changer reported a problem: " -#~ msgstr "Das externe Passwort-Änderungsprogramm hat einen Fehler gemeldet:" - -#~ msgid "Session is not encrypted!" -#~ msgstr "Die Sitzung ist nicht verschlüsselt!" - -#~ msgid "You're going to edit the LDAP entry/entries %s" -#~ msgstr "Sie bearbeiten gerade den/die LDAP Eintrag/Einträge %s" - -#~ msgid "Filter" -#~ msgstr "Filter" - -#~ msgid "Show department" -#~ msgstr "Zeige Abteilungen" - -#~ msgid "Show groups" -#~ msgstr "Zeige Gruppen" - -#~ msgid "Show server" -#~ msgstr "Zeige Server" - -#~ msgid "Show workstation" -#~ msgstr "Zeige Arbeitsstationen" - -#~ msgid "Show terminal" -#~ msgstr "Zeige Terminals" - -#~ msgid "Show printer" -#~ msgstr "Zeige Drucker" - -#~ msgid "Show phone" -#~ msgstr "Zeige Telefone" - -#~ msgid "Filter options" -#~ msgstr "Filteroptionen" - -#~ msgid "" -#~ "Please double check if you really want to do this since there is no way " -#~ "for GOsa to get your data back." -#~ msgstr "" -#~ "Bitte überprüfen Sie genau was Sie tun, weil GOsa keine Möglichkeit hat, " -#~ "die Daten wiederherzustellen." - -#~ msgid "Manage object groups" -#~ msgstr "Objektgruppen verwalten" - -#~ msgid "user groups" -#~ msgstr "Benutzergruppen" - -#~ msgid "nested groups" -#~ msgstr "verschachtelte Gruppen" - -#~ msgid "application groups" -#~ msgstr "Anwendungsgruppen" - -#~ msgid "department groups" -#~ msgstr "Abteilungsgruppen" - -#~ msgid "server groups" -#~ msgstr "Servergruppen" - -#~ msgid "workstation groups" -#~ msgstr "Gruppen von Arbeitsstationen" - -#~ msgid "windows workstation groups" -#~ msgstr "Gruppen von Windows Arbeitsstationen" - -#~ msgid "terminal groups" -#~ msgstr "Gruppen von Terminals" - -#~ msgid "printer groups" -#~ msgstr "Druckergruppen" - -#~ msgid "phone groups" -#~ msgstr "Telefongruppen" - -#~ msgid "Select objects to add" -#~ msgstr "Wählen Sie die hinzuzufügenden Objekte" - -#~ msgid "Filters" -#~ msgstr "Filter" - -#~ msgid "Display objects of department" -#~ msgstr "Zeige die Objekte der Abteilung" - -#~ msgid "Choose the department the search will be based on" -#~ msgstr "Wählen Sie die Abteilung, auf die die Suchfunktion angewandt wird" - -#~ msgid "Display objects matching" -#~ msgstr "Zeige die Objekte, auf die Folgendes passt" - -#~ msgid "Regular expression for matching object names" -#~ msgstr "Regulärer Ausdruck zum Erkennen von Objekt-Namen" - -#~ msgid "Select systems to add" -#~ msgstr "Wählen Sie die hinzuzufügenden Systeme" - -#~ msgid "Display systems of department" -#~ msgstr "Zeige die Systeme der Abteilung" - -#~ msgid "Display systems matching" -#~ msgstr "Zeige die Systeme, auf die das Folgende passt" - -#~ msgid "Regular expression for matching addresses" -#~ msgstr "Regulärer Ausdruck zum Erkennen von Mail-Adressen" - -#~ msgid "" -#~ "This may be a primary user group. Please double check if you really want " -#~ "to do this since there is no way for GOsa to get your data back." -#~ msgstr "" -#~ "Bitte prüfen Sie, ob Sie die Aktion wirklich durchführen möchten, da GOsa " -#~ "die Daten nicht wiederherstellen kann." - -#~ msgid "Show primary groups" -#~ msgstr "Zeige primäre Gruppen" - -#~ msgid "Show samba groups" -#~ msgstr "Zeige Samba Gruppen" - -#~ msgid "Show mail groups" -#~ msgstr "Zeige Mail Gruppen" - -#~ msgid "Group administration" -#~ msgstr "Gruppenverwaltung" - -#~ msgid "" -#~ "This includes all account data, system access rules, imap settings, etc. " -#~ "for this user. Please double check if your really want to do this since " -#~ "there is no way for GOsa to get your data back." -#~ msgstr "" -#~ "Dies umfasst alle Konto-Informationen, Zugriffsregeln, IMAP-" -#~ "Einstellungen, etc. dieses Benutzers. Bitte prüfen Sie genau, da es keine " -#~ "Möglichkeit für GOsa gibt, die Daten wiederherzustellen. " - -#~ msgid "Manage users" -#~ msgstr "Benutzer verwalten" - -#~ msgid "" -#~ "This includes 'all' accounts, systems, etc. in this subtree. Please " -#~ "double check if your really want to do this since there is no way for " -#~ "GOsa to get your data back." -#~ msgstr "" -#~ "Dies umfasst 'alle' Konten, System- und Setup-Informationen dieses " -#~ "Teilbaums. Bitte prüfen Sie genau, da es keine Möglichkeit für GOsa gibt, " -#~ "die Daten wiederherzustellen. " - -#~ msgid "" -#~ "Best thing to do before performing this action would be to save the " -#~ "current contents of your LDAP tree in a file. So - if you've done so - " -#~ "press 'Delete' to continue or 'Cancel' to abort." -#~ msgstr "" -#~ "Eine Sicherung der LDAP-Datenbank bietet sich an. Wenn Sie dies erledigt " -#~ "haben, drücken Sie 'Entfernen' um Fortzufahren oder 'Abbrechen', um den " -#~ "Vorgang abzubrechen." - -#~ msgid "List of departments" -#~ msgstr "Liste der Abteilungen" - -#~ msgid "Manage Departments" -#~ msgstr "Abteilungen verwalten" - -#~ msgid "Show access control lists" -#~ msgstr "Zeige Zugriffskontrolllisten" - -#~ msgid "Show roles" -#~ msgstr "Zeige Rollen" - -#~ msgid "Bug submitter" -#~ msgstr "Bug-Melder" - -#~ msgid "" -#~ "Bugsubmitter" -#~ msgstr "" -#~ "Bugsubmitter" - -#~ msgid "Show servers" -#~ msgstr "Zeige Server" - -#~ msgid "Show workstations" -#~ msgstr "Zeige Arbeitsstationen" - -#~ msgid "List of systems" -#~ msgstr "Liste der Systeme" - -#~ msgid "List navigation" -#~ msgstr "Listen-Navigation" diff --git a/gosa-core/locale/core/es/LC_MESSAGES/messages.po b/gosa-core/locale/core/es/LC_MESSAGES/messages.po index 6fe5a1136..14aabb939 100644 --- a/gosa-core/locale/core/es/LC_MESSAGES/messages.po +++ b/gosa-core/locale/core/es/LC_MESSAGES/messages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: admin\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-04-16 10:37+0200\n" +"POT-Creation-Date: 2010-06-07 14:39+0200\n" "PO-Revision-Date: 2010-01-28 23:21+0100\n" "Last-Translator: \n" "Language-Team: Spanish <>\n" @@ -18,71 +18,60 @@ msgstr "" "X-Generator: Lokalize 1.0\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: setup/setup_ldap.tpl:7 +#: setup/setup_ldap.tpl:2 +msgid "" +"The main data source used in GOsa is LDAP. In order to access the " +"information stored there, please enter the required information." +msgstr "" + +#: setup/setup_ldap.tpl:9 msgid "Please choose the LDAP user to be used by GOsa" msgstr "." -#: setup/setup_ldap.tpl:13 ihtml/themes/default/help.tpl:21 -#: ihtml/themes/modern/help.tpl:21 include/class_filter.inc:228 +#: setup/setup_ldap.tpl:15 ihtml/themes/default/help.tpl:21 +#: include/class_filter.inc:158 include/class_filter.inc:228 msgid "Search" msgstr "Buscar" -#: setup/setup_ldap.tpl:17 setup/setup_migrate.tpl:169 -#: setup/setup_migrate.tpl:224 setup/setup_migrate.tpl:277 -#: setup/setup_migrate.tpl:346 setup/setup_migrate.tpl:405 -#: setup/setup_migrate.tpl:462 setup/setup_migrate.tpl:512 -#: setup/setup_migrate.tpl:560 setup/setup_migrate.tpl:609 -#: ihtml/themes/default/acl.tpl:30 ihtml/themes/default/acl.tpl:54 -#: ihtml/themes/default/acl.tpl:130 ihtml/themes/default/acl.tpl:147 -#: ihtml/themes/modern/acl.tpl:33 ihtml/themes/modern/acl.tpl:62 -#: ihtml/themes/modern/acl.tpl:133 ihtml/themes/modern/acl.tpl:150 -#: include/utils/class_msgPool.inc:324 +#: setup/setup_ldap.tpl:19 setup/setup_migrate.tpl:70 +#: ihtml/themes/default/acl.tpl:33 ihtml/themes/default/acl.tpl:62 +#: ihtml/themes/default/acl.tpl:133 ihtml/themes/default/acl.tpl:150 +#: include/utils/class_msgPool.inc:307 #, php-format msgid "Apply" msgstr "Aplicar" -#: setup/setup_ldap.tpl:19 setup/setup_migrate.tpl:172 -#: setup/setup_migrate.tpl:227 setup/setup_migrate.tpl:279 -#: setup/setup_migrate.tpl:348 setup/setup_migrate.tpl:408 -#: setup/setup_migrate.tpl:465 setup/setup_migrate.tpl:515 -#: setup/setup_migrate.tpl:563 setup/setup_migrate.tpl:612 -#: ihtml/themes/default/acl.tpl:134 ihtml/themes/default/acl.tpl:150 +#: setup/setup_ldap.tpl:20 setup/setup_migrate.tpl:71 +#: ihtml/themes/default/acl.tpl:137 ihtml/themes/default/acl.tpl:153 #: ihtml/themes/default/copyPasteDialog.tpl:21 -#: ihtml/themes/default/remove.tpl:15 ihtml/themes/default/islocked.tpl:19 +#: ihtml/themes/default/islocked.tpl:26 #: ihtml/themes/default/snapshotdialog.tpl:44 -#: ihtml/themes/default/snapshotdialog.tpl:89 -#: ihtml/themes/default/msg_dialog.tpl:79 -#: ihtml/themes/default/msg_dialog.tpl:139 -#: ihtml/themes/default/msg_dialog.tpl:144 ihtml/themes/modern/acl.tpl:137 -#: ihtml/themes/modern/acl.tpl:153 ihtml/themes/modern/copyPasteDialog.tpl:21 -#: ihtml/themes/modern/islocked.tpl:26 -#: ihtml/themes/modern/snapshotdialog.tpl:44 -#: ihtml/themes/modern/snapshotdialog.tpl:90 -#: ihtml/themes/modern/msg_dialog.tpl:80 -#: ihtml/themes/modern/msg_dialog.tpl:141 -#: ihtml/themes/modern/msg_dialog.tpl:146 include/utils/class_msgPool.inc:312 +#: ihtml/themes/default/snapshotdialog.tpl:90 +#: ihtml/themes/default/msg_dialog.tpl:80 +#: ihtml/themes/default/msg_dialog.tpl:141 +#: ihtml/themes/default/msg_dialog.tpl:146 include/utils/class_msgPool.inc:295 #, php-format msgid "Cancel" msgstr "Cancelar" -#: setup/setup_ldap.tpl:28 +#: setup/setup_ldap.tpl:28 setup/setup_ldap.tpl:29 msgid "LDAP connection" msgstr "Conexión LDAP" -#: setup/setup_ldap.tpl:32 +#: setup/setup_ldap.tpl:31 msgid "Location name" msgstr "Nombre de la localización" -#: setup/setup_ldap.tpl:40 +#: setup/setup_ldap.tpl:35 msgid "Connection URI" msgstr "URI de conexión" -#: setup/setup_ldap.tpl:48 +#: setup/setup_ldap.tpl:39 msgid "TLS connection" msgstr "Conexión TLS" -#: setup/setup_ldap.tpl:58 plugins/personal/generic/generic.tpl:170 -#: plugins/personal/generic/class_user.inc:1692 +#: setup/setup_ldap.tpl:47 plugins/personal/generic/generic.tpl:170 +#: plugins/personal/generic/class_user.inc:1726 #: plugins/personal/posix/groupSelect/group-list.tpl:12 #: plugins/personal/posix/trustSelect/trust-list.tpl:12 #: plugins/admin/users/user-list.tpl:12 @@ -91,13 +80,13 @@ msgstr "Conexión TLS" #: plugins/admin/groups/generic.tpl:39 #: plugins/admin/groups/userSelect/user-list.tpl:12 #: plugins/admin/groups/group-list.tpl:12 -#: plugins/admin/groups/class_group.inc:1023 +#: plugins/admin/groups/class_group.inc:1039 #: plugins/admin/departments/class_domain.inc:92 #: plugins/admin/departments/generic.tpl:39 #: plugins/admin/departments/organization.tpl:39 #: plugins/admin/departments/class_localityGeneric.inc:94 #: plugins/admin/departments/locality.tpl:28 -#: plugins/admin/departments/class_department.inc:671 +#: plugins/admin/departments/class_department.inc:679 #: plugins/admin/departments/dcObject.tpl:28 #: plugins/admin/departments/domain.tpl:28 #: plugins/admin/departments/country.tpl:28 @@ -106,87 +95,56 @@ msgstr "Conexión TLS" #: plugins/admin/departments/class_organizationGeneric.inc:125 #: plugins/admin/departments/class_dcObject.inc:93 #: plugins/admin/acl/acl_role.tpl:27 plugins/admin/acl/acl-list.tpl:12 -#: plugins/admin/acl/class_aclRole.inc:725 +#: plugins/admin/acl/class_aclRole.inc:739 #: plugins/admin/ogroups/generic.tpl:26 #: plugins/admin/ogroups/objectSelect/selectObject-list.tpl:12 -#: plugins/admin/ogroups/class_ogroup.inc:850 +#: plugins/admin/ogroups/class_ogroup.inc:834 #: plugins/admin/ogroups/ogroup-list.tpl:12 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:114 +#: plugins/addons/dyngroup/dyngroup.tpl:5 msgid "Base" msgstr "Base" -#: setup/setup_ldap.tpl:68 setup/setup_migrate.tpl:273 +#: setup/setup_ldap.tpl:57 msgid "Reload" msgstr "Recargar" -#: setup/setup_ldap.tpl:72 +#: setup/setup_ldap.tpl:63 setup/setup_ldap.tpl:64 msgid "Authentication" msgstr "Autenticación" -#: setup/setup_ldap.tpl:76 +#: setup/setup_ldap.tpl:66 msgid "Admin DN" msgstr "DN del administrador" -#: setup/setup_ldap.tpl:81 -#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:79 +#: setup/setup_ldap.tpl:71 msgid "Select user" msgstr "Eliminar usuario" -#: setup/setup_ldap.tpl:89 +#: setup/setup_ldap.tpl:81 msgid "Automatically append LDAP base to admin DN" msgstr "Añadir automáticamente la base LDAP al DN administrador" -#: setup/setup_ldap.tpl:96 +#: setup/setup_ldap.tpl:85 msgid "Admin password" msgstr "Contraseña de administrador" -#: setup/setup_ldap.tpl:104 +#: setup/setup_ldap.tpl:91 setup/setup_ldap.tpl:92 msgid "Schema based settings" msgstr "Configuración basada en el esquema" -#: setup/setup_ldap.tpl:108 +#: setup/setup_ldap.tpl:94 msgid "Use rfc2307bis compliant groups" msgstr "Usar grupos conformes a rfc2307bis" -#: setup/setup_ldap.tpl:120 +#: setup/setup_ldap.tpl:105 setup/setup_ldap.tpl:106 msgid "Current status" msgstr "Estado actual" -#: setup/setup_ldap.tpl:124 ihtml/themes/default/msg_dialog.tpl:61 -#: ihtml/themes/default/msg_dialog.tpl:108 -#: plugins/admin/ogroups/class_ogroup.inc:200 +#: setup/setup_ldap.tpl:108 plugins/admin/ogroups/class_ogroup.inc:230 msgid "Information" msgstr "Información" -#: setup/class_setupStep_Config3.inc:81 setup/class_setupStep_Config3.inc:82 -msgid "GOsa settings 3/3" -msgstr "Configuración GOsa 3/3" - -#: setup/class_setupStep_Config3.inc:83 -msgid "Tweak some GOsa core behaviour" -msgstr "Ajustar el comportamiento del núcleo común de GOsa" - -#: setup/class_setupStep_Config3.inc:93 setup/class_setupStep_Ldap.inc:74 -#: setup/class_setupStep_Config2.inc:136 setup/setup_feedback.tpl:65 -#: setup/setup_feedback.tpl:85 setup/class_setupStep_Schema.inc:86 -#: setup/class_setupStep_Config1.inc:88 -msgid "No" -msgstr "No" - -#: setup/class_setupStep_Config3.inc:93 setup/class_setupStep_Ldap.inc:74 -#: setup/class_setupStep_Config2.inc:136 setup/setup_feedback.tpl:63 -#: setup/setup_feedback.tpl:83 setup/class_setupStep_Schema.inc:86 -#: setup/class_setupStep_Config1.inc:88 -msgid "Yes" -msgstr "Si" - -#: setup/class_setupStep_Config3.inc:212 -msgid "Session lifetime must be a numeric value!" -msgstr "¡El tiempo de vida de sesión debe ser un valor numérico!" - -#: setup/class_setupStep_Config3.inc:216 -msgid "Maximum LDAP query time must be a numeric value!" -msgstr "¡Máximo tiempo de consulta LDAP debe ser un valor numérico!" - #: setup/setup_finish.tpl:3 msgid "Create your configuration file" msgstr "Crear su fichero de configuración" @@ -197,215 +155,114 @@ msgstr "" "Dependiendo del nombre de usuario sobre el que esta corriendo el servidor " "web:" -#: setup/setup_finish.tpl:28 +#: setup/setup_finish.tpl:27 msgid "Download configuration" msgstr "Descargar configuración" -#: setup/setup_finish.tpl:34 +#: setup/setup_finish.tpl:33 msgid "Status: " msgstr "Estado: " -#: setup/setup_welcome.tpl:4 -msgid "" -"This seems to be the first time you start GOsa - we didn't find any " -"configuration right now. This simple wizard intends to help you while " -"setting it up." +#: setup/setup_welcome.tpl:3 +msgid "How to get started" msgstr "" -"Aparentemente es la primera vez que inicia GOsa - No se ha encontrado " -"ninguna configuración. Este asistente intentara ayudarle mientras se " -"configura." -#: setup/setup_welcome.tpl:8 -msgid "What will the wizard do for you?" -msgstr "¿Que hará este asistente para usted?" - -#: setup/setup_welcome.tpl:11 -msgid "Create a basic, single site configuration" -msgstr "Creara una configuración básica para un único sitio" +#: setup/setup_welcome.tpl:5 +msgid "" +"This seems to be the first time you run GOsa on this system. To start the " +"GOsa web interface you need a working configuration file, which can be " +"generated by this wizzard." +msgstr "" -#: setup/setup_welcome.tpl:12 -msgid "Tries to find problems within your PHP and LDAP setup" -msgstr "Intentando encontrar problemas en la configuración de LDAP y de PHP" +#: setup/setup_welcome.tpl:9 +#, fuzzy +msgid "What you need to generate a configuration file:" +msgstr "Crear su fichero de configuración" #: setup/setup_welcome.tpl:13 -msgid "Let you choose from a set of basic and advanced configuration switches" -msgstr "Le permite seleccionar un juego de opciones básicas o avanzadas" +#, fuzzy +msgid "The hostname of your LDAP server" +msgstr "mientras operaba en el servidor LDAP '%s'" #: setup/setup_welcome.tpl:14 -msgid "Guided migration of existing LDAP trees" -msgstr "Migración guiada de arboles LDAP existentes" +msgid "Installed GOsa and supplementary schemas" +msgstr "" -#: setup/setup_welcome.tpl:17 -msgid "What will the wizard NOT do for you?" -msgstr "¿Que no hará este asistente por usted?" +#: setup/setup_welcome.tpl:15 +msgid "The LDAP base of your LDAP directory" +msgstr "" -#: setup/setup_welcome.tpl:20 -msgid "Find every possible configuration error" -msgstr "Encontrar cada posible error de configuración" +#: setup/setup_welcome.tpl:16 +msgid "The DN and the password of the LDAP admin user" +msgstr "" -#: setup/setup_welcome.tpl:21 -msgid "Migrate every possible LDAP setup - create backup dumps!" +#: setup/setup_welcome.tpl:20 +msgid "" +"If you've collected the needed information, unlock the setup process like " +"shown in the next paragraph." msgstr "" -"Migración asistidas de cualquier configuración LDAP - ¡creando copias de " -"seguridad!" -#: setup/setup_welcome.tpl:25 -msgid "To continue..." -msgstr "Para continuar..." +#: setup/setup_welcome.tpl:24 +#, fuzzy +msgid "Starting the setup" +msgstr "Selección de idiomas" -#: setup/setup_welcome.tpl:28 +#: setup/setup_welcome.tpl:26 +#, fuzzy msgid "" -"For security reasons you need to authenticate for the installation by " -"creating the file '/tmp/gosa.auth', containing the current session ID on the " -"servers local filesystem. This can be done by executing the following " -"command:" +"For security reasons you need to authenticate the installation by creating " +"the file '/tmp/gosa.auth', containing the current session ID on the servers " +"local filesystem. This can be done by executing the following command:" msgstr "" "Por razones de seguridad necesita autenticarse para la instalación, creando " "el archivo '/tmp/gosa.auth', que tendrá el ID de la sesión actual en el " "sistema de archivos del servidor. Esto puede ser hecho ejecutando el " "siguiente comando:" -#: setup/setup_welcome.tpl:34 -msgid "Click the 'Continue' button when you've finished." +#: setup/setup_welcome.tpl:32 +#, fuzzy +msgid "Click the 'Next' button when you've finished." msgstr "Pulse en el botón 'Continuar' cuando haya terminado." -#: setup/class_setup.inc:77 setup/class_setupStep_Feedback.inc:131 +#: setup/class_setup.inc:74 setup/class_setupStep_Feedback.inc:132 msgid "Setup error" msgstr "Error de configuración" -#: setup/class_setup.inc:197 +#: setup/class_setup.inc:183 +msgid "Setup" +msgstr "Configuración" + +#: setup/class_setup.inc:195 msgid "Completed" msgstr "Completado" -#: setup/class_setup.inc:267 setup/setup_migrate.tpl:291 +#: setup/class_setup.inc:235 +msgid "Check again" +msgstr "Comprobar de nuevo" + +#: setup/class_setup.inc:238 msgid "Next" msgstr "Siguiente" -#: setup/setup_license.tpl:8 +#: setup/setup_license.tpl:3 +msgid "" +"GOsa is developed under the terms of the GNU General Public Licence V2. " +"Please accept the terms below." +msgstr "" + +#: setup/setup_license.tpl:11 msgid "I have read the license and accept it" msgstr "He leido la licencia y la acepto" -#: setup/setup_config2.tpl:2 -msgid "Samba settings" -msgstr "Parametros de samba" - -#: setup/setup_config2.tpl:6 -msgid "Samba hash generator" -msgstr "Generador clave hash de Samba" - -#: setup/setup_config2.tpl:15 -msgid "Samba SID" -msgstr "Samba SID" - -#: setup/setup_config2.tpl:31 -msgid "RID base" -msgstr "Base RID" - -#: setup/setup_config2.tpl:46 -msgid "Workstation container" -msgstr "Contenedor de la estación de trabajo" - -#: setup/setup_config2.tpl:61 -msgid "Samba SID mapping" -msgstr "Mapeando SID de Samba" - -#: setup/setup_config2.tpl:71 -msgid "Timezone" -msgstr "Zona de uso horario" - -#: setup/setup_config2.tpl:74 -msgid "Please choose your preferred timezone here" -msgstr "Por favor introduzca su zona horaria preferida aquí" - -#: setup/setup_config2.tpl:96 -msgid "Additional GOsa settings" -msgstr "Configuración avanzada de GOsa" - -#: setup/setup_config2.tpl:100 -msgid "Enable Copy & Paste" -msgstr "Activar Copiar y Pegar" - -#: setup/setup_config2.tpl:112 -msgid "Government mode" -msgstr "Modo gubernamental" - -#: setup/setup_config2.tpl:123 -msgid "GOsa logging" -msgstr "Registro de GOsa" - -#: setup/setup_config2.tpl:135 -msgid "Mail settings" -msgstr "Parámetros de correo" - -#: setup/setup_config2.tpl:139 -msgid "Mail method" -msgstr "Método de correo" - -#: setup/setup_config2.tpl:143 -#: plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc:173 -msgid "disabled" -msgstr "desactivado" - -#: setup/setup_config2.tpl:155 -msgid "Account identification attribute" -msgstr "Modificar atributos existentes" - -#: setup/setup_config2.tpl:169 -msgid "Vacation templates" -msgstr "Plantillas de ausencia" - -#: setup/setup_config2.tpl:185 -msgid "Use Cyrus UNIX style" -msgstr "Usa estilo Cyrus UNIX" - -#: setup/setup_config2.tpl:195 -msgid "Snapshots / Undo" -msgstr "Instantaneas / Deshacer" - -#: setup/setup_config2.tpl:204 setup/setup_config2.tpl:249 -msgid "Enable snapshots" -msgstr "Activar instantaneas" - -#: setup/setup_config2.tpl:210 setup/setup_config2.tpl:255 -msgid "Snapshot base" -msgstr "Base de instantaneas" - -#: setup/setup_config2.tpl:219 setup/setup_config2.tpl:264 -#: plugins/generic/references/class_reference.inc:65 -#: plugins/personal/posix/trustSelect/trust-list.xml:12 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:23 -#: plugins/admin/ogroups/class_ogroupManagement.inc:187 -msgid "Server" -msgstr "Servidor" - -#: setup/setup_config2.tpl:228 setup/setup_config2.tpl:273 -#: plugins/admin/users/user-list.xml:23 plugins/admin/users/user-list.xml:95 -#: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:15 -#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:14 -#: plugins/admin/groups/userSelect/user-list.xml:14 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:63 -#: plugins/admin/ogroups/class_ogroupManagement.inc:183 -msgid "User" -msgstr "Usuario" - -#: setup/setup_config2.tpl:237 setup/setup_config2.tpl:282 -#: setup/setup_migrate.tpl:320 ihtml/themes/default/login.tpl:47 -#: ihtml/themes/default/login.tpl:49 ihtml/themes/default/password.tpl:40 -#: ihtml/themes/modern/login.tpl:47 ihtml/themes/modern/login.tpl:50 -#: plugins/personal/password/class_password.inc:26 -#: plugins/personal/generic/paste_generic.tpl:21 -msgid "Password" -msgstr "Contraseña" - -#: setup/class_setupStep_Ldap.inc:53 +#: setup/class_setupStep_Ldap.inc:54 msgid "LDAP setup" msgstr "Configuración LDAP" -#: setup/class_setupStep_Ldap.inc:54 +#: setup/class_setupStep_Ldap.inc:55 msgid "LDAP connection setup" msgstr "Conectividad LDAP" -#: setup/class_setupStep_Ldap.inc:55 +#: setup/class_setupStep_Ldap.inc:56 msgid "" "This dialog performs the basic configuration of the LDAP connectivity for " "GOsa." @@ -413,71 +270,81 @@ msgstr "" "Este asistente llevara a cabo la configuración de la conectividad entre GOsa " "y LDAP." -#: setup/class_setupStep_Ldap.inc:112 +#: setup/class_setupStep_Ldap.inc:75 setup/setup_feedback.tpl:41 +#: setup/setup_feedback.tpl:52 +msgid "No" +msgstr "No" + +#: setup/class_setupStep_Ldap.inc:75 setup/setup_feedback.tpl:39 +#: setup/setup_feedback.tpl:50 +msgid "Yes" +msgstr "Si" + +#: setup/class_setupStep_Ldap.inc:113 #, php-format msgid "Anonymous bind to server '%s' failed!" msgstr "¡La conexión anónima al servidor '%s' ha fallado!" -#: setup/class_setupStep_Ldap.inc:114 +#: setup/class_setupStep_Ldap.inc:115 #, php-format msgid "Bind as user '%s' failed!" msgstr "¡La conexión como usuario '%s' ha fallado!" -#: setup/class_setupStep_Ldap.inc:119 +#: setup/class_setupStep_Ldap.inc:120 #, php-format msgid "Anonymous bind to server '%s' succeeded." msgstr "La conexión anónima al servidor '%s' ha tenido exito." -#: setup/class_setupStep_Ldap.inc:120 +#: setup/class_setupStep_Ldap.inc:121 msgid "Please specify user and password!" msgstr "¡Por Favor especifique un usuario y contraseña!" -#: setup/class_setupStep_Ldap.inc:122 +#: setup/class_setupStep_Ldap.inc:123 #, php-format msgid "Bind as user '%s' to server '%s' succeeded!" msgstr "¡La conexión como usuario '%s' al servidor '%s' ha tenido exito!" -#: setup/class_setupStep_Feedback.inc:92 +#: setup/class_setupStep_Feedback.inc:94 msgid "UNIX accounts/groups" msgstr "Cuentas/Grupos UNIX" -#: setup/class_setupStep_Feedback.inc:94 +#: setup/class_setupStep_Feedback.inc:96 msgid "Samba management" msgstr "Administración Samba" -#: setup/class_setupStep_Feedback.inc:96 +#: setup/class_setupStep_Feedback.inc:98 msgid "Mailsystem management" msgstr "Administración sistema de correo" -#: setup/class_setupStep_Feedback.inc:98 +#: setup/class_setupStep_Feedback.inc:100 msgid "FAX system administration" msgstr "Administración sistema de FAX" -#: setup/class_setupStep_Feedback.inc:100 +#: setup/class_setupStep_Feedback.inc:102 msgid "Asterisk administration" msgstr "Administración Asterisk" -#: setup/class_setupStep_Feedback.inc:102 +#: setup/class_setupStep_Feedback.inc:104 msgid "System inventory" msgstr "Inventario de sistemas" -#: setup/class_setupStep_Feedback.inc:104 +#: setup/class_setupStep_Feedback.inc:106 msgid "System-/Configmanagement" msgstr "Sistemas-/Administración de Configuraciones" -#: setup/class_setupStep_Feedback.inc:106 +#: setup/class_setupStep_Feedback.inc:108 msgid "Addressbook" msgstr "Libreta direcciones" -#: setup/class_setupStep_Feedback.inc:112 +#: setup/class_setupStep_Feedback.inc:114 msgid "Feedback" msgstr "Sugerencias" -#: setup/class_setupStep_Feedback.inc:113 +#: setup/class_setupStep_Feedback.inc:115 msgid "Get notifications or send feedback" msgstr "Recibir avisos o enviar sugerencias" -#: setup/class_setupStep_Feedback.inc:114 +#: setup/class_setupStep_Feedback.inc:116 msgid "Notification and feedback" msgstr "Avisos y sugerencias" @@ -496,46 +363,30 @@ msgid "Cannot send feedback: service temporarily unavailable" msgstr "" "No se puede envíar su sugerencia. El servicio no se encuentre disponible" -#: setup/class_setupStep_Feedback.inc:180 +#: setup/class_setupStep_Feedback.inc:181 msgid "Please specify a valid email address." msgstr "Por favor indique una dirección de correo válida." -#: setup/class_setupStep_Feedback.inc:184 +#: setup/class_setupStep_Feedback.inc:185 msgid "" "You have to select at least one of both options, subscribe or send feedback." msgstr "" "Debe seleccionar al menos una opción de ambas, para suscribirse o enviar " "sugerencias." -#: setup/class_setupStep_Config2.inc:80 setup/class_setupStep_Config2.inc:81 -msgid "GOsa settings 2/3" -msgstr "Configuración GOsa 2/3" - -#: setup/class_setupStep_Config2.inc:82 -msgid "Customize special parameters" -msgstr "Personalizar parametros especiales" - -#: setup/setup_schema.tpl:3 +#: setup/setup_schema.tpl:1 msgid "Schema specific settings" msgstr "Parametros específicos del esquema" -#: setup/setup_schema.tpl:7 -msgid "Enable schema validation when logging in" -msgstr "Activar validación de esquema cuando se registre" - -#: setup/setup_schema.tpl:16 -msgid "Check status" -msgstr "Comprobar Estado" - -#: setup/setup_schema.tpl:20 +#: setup/setup_schema.tpl:4 msgid "Schema check succeeded" msgstr "Comprobación de esquema correcta" -#: setup/setup_schema.tpl:23 +#: setup/setup_schema.tpl:7 msgid "Schema check failed" msgstr "Ha fallado la comprobación del esquema" -#: setup/setup_schema.tpl:31 +#: setup/setup_schema.tpl:11 msgid "" "Could not read any schema informations, all checks skipped. Adjust your ldap " "acls." @@ -543,7 +394,7 @@ msgstr "" "No se puede acceder a la información de esquemas, todos las comprobaciones " "se suspenden. Ajuste las acl de ldap." -#: setup/setup_schema.tpl:35 +#: setup/setup_schema.tpl:13 msgid "" "It seems that your ldap database wasn't initialized yet. This maybe the " "reason, why GOsa can't read your schema configuration!" @@ -551,15 +402,15 @@ msgstr "" "Parece que la base de datos ldap no ha sido inicializada. ¡Esta puede se la " "razón por la que GOsa no puede acceder a la configuración de esquemas!" -#: setup/setup_feedback.tpl:5 +#: setup/setup_feedback.tpl:2 msgid "Feedback sucessfully send" msgstr "Sugerencia enviada correctamente" -#: setup/setup_feedback.tpl:15 +#: setup/setup_feedback.tpl:6 msgid "Subscribe to the gosa-announce mailinglist" msgstr "Suscribirse a la lista de correo gosa-announce" -#: setup/setup_feedback.tpl:18 +#: setup/setup_feedback.tpl:8 msgid "" "When checking this option, GOsa will try to connect http://oss.gonicus.de in " "order to subscribe you to the gosa-announce mailing list. You've to confirm " @@ -569,37 +420,43 @@ msgstr "" "de para suscribirle a la lista de correo de gosa-announce. Tendrá que " "confirmar esto por correo electrónico." -#: setup/setup_feedback.tpl:23 plugins/personal/generic/generic.tpl:301 -#: plugins/personal/generic/class_user.inc:1698 +#: setup/setup_feedback.tpl:10 setup/setup_feedback.tpl:12 +#: plugins/personal/generic/generic.tpl:301 +#: plugins/personal/generic/class_user.inc:1732 #: plugins/admin/departments/organization.tpl:4 #: plugins/admin/departments/dep-list.xml:47 #: plugins/admin/departments/dep-list.xml:131 -#: plugins/admin/departments/class_departmentManagement.inc:238 +#: plugins/admin/departments/class_departmentManagement.inc:241 #: plugins/admin/departments/dep-filter.xml:91 #: plugins/admin/departments/class_organizationGeneric.inc:113 #: plugins/admin/departments/class_organizationGeneric.inc:114 msgid "Organization" msgstr "Organización" -#: setup/setup_feedback.tpl:31 setup/setup_migrate.tpl:304 -#: ihtml/themes/modern/userFilterEditor.tpl:11 -#: plugins/personal/generic/class_user.inc:1333 -#: plugins/personal/generic/class_user.inc:1351 -#: plugins/personal/generic/class_user.inc:1393 -#: plugins/personal/generic/class_user.inc:1838 +#: setup/setup_feedback.tpl:16 setup/setup_migrate.tpl:43 +#: setup/setup_migrate.tpl:45 ihtml/themes/default/userFilterEditor.tpl:11 +#: plugins/generic/references/class_reference.inc:57 +#: plugins/generic/references/class_reference.inc:63 +#: plugins/generic/references/class_reference.inc:69 +#: plugins/generic/references/class_reference.inc:75 +#: plugins/generic/references/class_reference.inc:81 +#: plugins/personal/generic/class_user.inc:1331 +#: plugins/personal/generic/class_user.inc:1349 +#: plugins/personal/generic/class_user.inc:1391 +#: plugins/personal/generic/class_user.inc:1872 #: plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc:45 #: plugins/personal/posix/groupSelect/group-list.xml:33 #: plugins/personal/posix/trustSelect/trust-list.xml:46 #: plugins/admin/users/class_userManagement.inc:423 #: plugins/admin/users/class_userManagement.inc:470 #: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:49 -#: plugins/admin/groups/class_group.inc:883 -#: plugins/admin/groups/class_group.inc:894 -#: plugins/admin/groups/class_group.inc:896 -#: plugins/admin/groups/class_group.inc:913 -#: plugins/admin/groups/class_group.inc:927 -#: plugins/admin/groups/class_group.inc:934 -#: plugins/admin/groups/class_group.inc:1021 +#: plugins/admin/groups/class_group.inc:886 +#: plugins/admin/groups/class_group.inc:897 +#: plugins/admin/groups/class_group.inc:899 +#: plugins/admin/groups/class_group.inc:916 +#: plugins/admin/groups/class_group.inc:930 +#: plugins/admin/groups/class_group.inc:937 +#: plugins/admin/groups/class_group.inc:1037 #: plugins/admin/groups/group-list.xml:41 #: plugins/admin/departments/class_domain.inc:47 #: plugins/admin/departments/class_domain.inc:49 @@ -612,11 +469,11 @@ msgstr "Organización" #: plugins/admin/departments/class_localityGeneric.inc:55 #: plugins/admin/departments/class_localityGeneric.inc:57 #: plugins/admin/departments/class_localityGeneric.inc:59 -#: plugins/admin/departments/class_department.inc:355 #: plugins/admin/departments/class_department.inc:357 -#: plugins/admin/departments/class_department.inc:362 -#: plugins/admin/departments/class_department.inc:369 -#: plugins/admin/departments/class_department.inc:373 +#: plugins/admin/departments/class_department.inc:359 +#: plugins/admin/departments/class_department.inc:364 +#: plugins/admin/departments/class_department.inc:371 +#: plugins/admin/departments/class_department.inc:375 #: plugins/admin/departments/class_countryGeneric.inc:47 #: plugins/admin/departments/class_countryGeneric.inc:49 #: plugins/admin/departments/class_countryGeneric.inc:54 @@ -634,31 +491,33 @@ msgstr "Organización" #: plugins/admin/departments/class_dcObject.inc:58 #: plugins/admin/departments/class_dcObject.inc:90 #: plugins/admin/acl/acl_role.tpl:7 plugins/admin/acl/acl-list.xml:49 -#: plugins/admin/acl/class_aclRole.inc:724 -#: plugins/admin/acl/class_aclRole.inc:736 -#: plugins/admin/acl/class_aclRole.inc:746 plugins/admin/acl/paste_role.tpl:4 +#: plugins/admin/acl/class_aclRole.inc:738 +#: plugins/admin/acl/class_aclRole.inc:750 +#: plugins/admin/acl/class_aclRole.inc:760 plugins/admin/acl/paste_role.tpl:4 #: plugins/admin/ogroups/objectSelect/selectObject-list.xml:97 +#: plugins/admin/ogroups/class_ogroup.inc:155 +#: plugins/admin/ogroups/class_ogroup.inc:652 #: plugins/admin/ogroups/class_ogroup.inc:667 -#: plugins/admin/ogroups/class_ogroup.inc:682 -#: plugins/admin/ogroups/class_ogroup.inc:686 -#: plugins/admin/ogroups/class_ogroup.inc:849 +#: plugins/admin/ogroups/class_ogroup.inc:671 +#: plugins/admin/ogroups/class_ogroup.inc:833 #: plugins/admin/ogroups/ogroup-list.xml:41 +#: plugins/addons/propertyEditor/property-list.xml:80 #: include/class_userFilterEditor.inc:233 -#: include/class_userFilterEditor.inc:237 include/class_acl.inc:263 +#: include/class_userFilterEditor.inc:237 include/class_acl.inc:262 #: include/class_SnapShotDialog.inc:55 include/class_userFilter.inc:55 #: include/class_userFilter.inc:150 msgid "Name" msgstr "Nombre" -#: setup/setup_feedback.tpl:39 +#: setup/setup_feedback.tpl:20 msgid "Mail address" msgstr "Dirección correo electrónico" -#: setup/setup_feedback.tpl:50 +#: setup/setup_feedback.tpl:28 msgid "Send feedback to the GOsa project team" msgstr "Enviar comentarios al equipo del proyecto GOsa" -#: setup/setup_feedback.tpl:53 +#: setup/setup_feedback.tpl:31 msgid "" "When checking this option, GOsa will try to connect http://oss.gonicus.de in " "order to submit your form anonymously." @@ -666,382 +525,239 @@ msgstr "" "Cuando seleccione esta opción, Gosa intentara conectar a http://oss.gonicus." "de para enviar el formulario de comentarios de forma anónima." -#: setup/setup_feedback.tpl:55 -#: plugins/generic/references/class_reference.inc:41 +#: setup/setup_feedback.tpl:35 setup/setup_feedback.tpl:36 #: plugins/personal/generic/class_user.inc:37 -#: plugins/personal/generic/class_user.inc:1669 +#: plugins/personal/generic/class_user.inc:1681 #: plugins/personal/posix/generic.tpl:5 #: plugins/admin/users/class_userManagement.inc:755 -#: plugins/admin/groups/class_group.inc:1012 -#: plugins/admin/departments/class_department.inc:659 -#: plugins/admin/ogroups/class_ogroup.inc:840 +#: plugins/admin/groups/class_group.inc:1015 +#: plugins/admin/departments/class_department.inc:661 +#: plugins/admin/ogroups/class_ogroup.inc:820 msgid "Generic" msgstr "Genérico" -#: setup/setup_feedback.tpl:60 +#: setup/setup_feedback.tpl:38 msgid "Did the setup procedure help you to get started?" msgstr "¿El procedimiento de configuración le ha ayudado?" -#: setup/setup_feedback.tpl:71 +#: setup/setup_feedback.tpl:44 msgid "If not, what problems did you encounter" msgstr "Si no, que problemas ha encontrado" -#: setup/setup_feedback.tpl:80 +#: setup/setup_feedback.tpl:48 msgid "Is this the first time you use GOsa?" msgstr "¿Es la primera vez que usa GOsa?" -#: setup/setup_feedback.tpl:86 +#: setup/setup_feedback.tpl:53 msgid "I use it since" msgstr "Lo uso desde" -#: setup/setup_feedback.tpl:87 +#: setup/setup_feedback.tpl:54 msgid "Select the year since when you are using GOsa" msgstr "Seleccione el año desde el cual ha estado usando GOsa" -#: setup/setup_feedback.tpl:95 +#: setup/setup_feedback.tpl:60 msgid "What operating system / distribution do you use?" msgstr "¿Que sistema operativo / distribución usa?" -#: setup/setup_feedback.tpl:104 +#: setup/setup_feedback.tpl:64 msgid "What web server do you use?" msgstr "¿Que servidor web usa?" -#: setup/setup_feedback.tpl:113 +#: setup/setup_feedback.tpl:68 msgid "What PHP version do you use?" msgstr "¿Que versión de PHP usa?" -#: setup/setup_feedback.tpl:121 +#: setup/setup_feedback.tpl:72 +#, fuzzy +msgid "GOsa version" +msgstr "Configuración genérica de GOsa" + +#: setup/setup_feedback.tpl:78 setup/setup_feedback.tpl:79 msgid "LDAP" msgstr "LDAP" -#: setup/setup_feedback.tpl:126 +#: setup/setup_feedback.tpl:81 msgid "What kind of LDAP server(s) do you use?" msgstr "¿Que tipo de servidor(es) LDAP usa?" -#: setup/setup_feedback.tpl:132 +#: setup/setup_feedback.tpl:85 msgid "How many objects are in your LDAP?" msgstr "¿Cuantos objetos tiene en su servidor LDAP?" -#: setup/setup_feedback.tpl:139 +#: setup/setup_feedback.tpl:91 setup/setup_feedback.tpl:92 msgid "Features" msgstr "Características" -#: setup/setup_feedback.tpl:142 +#: setup/setup_feedback.tpl:94 msgid "What features of GOsa do you use?" msgstr "¿Que características de GOsa usa?" -#: setup/setup_feedback.tpl:153 +#: setup/setup_feedback.tpl:103 msgid "What features do you want to see in future versions of GOsa?" msgstr "¿Que características le gustaría ver en versiones futuras de GOsa?." -#: setup/setup_feedback.tpl:161 +#: setup/setup_feedback.tpl:107 msgid "Send feedback" msgstr "Enviar Comentario" -#: setup/class_setupStep_Schema.inc:42 setup/class_setupStep_Schema.inc:43 +#: setup/class_setupStep_Schema.inc:37 setup/class_setupStep_Schema.inc:38 msgid "LDAP schema check" msgstr "Comprobar esquemas LDAP" -#: setup/class_setupStep_Schema.inc:44 +#: setup/class_setupStep_Schema.inc:39 msgid "Perform test on your current LDAP schema" msgstr "Efectuando comprobaciones en los esquemas actuales de LDAP" -#: setup/class_setupStep_Migrate.inc:127 setup/class_setupStep_Migrate.inc:128 +#: setup/class_setupStep_Schema.inc:96 include/class_configRegistry.inc:230 +msgid "The following object classes are missing:" +msgstr "" + +#: setup/class_setupStep_Schema.inc:99 include/class_configRegistry.inc:237 +#, fuzzy +msgid "The following object classes are outdated:" +msgstr "Las siguientes referencias se actualizaran" + +#: setup/class_setupStep_Migrate.inc:51 setup/class_setupStep_Migrate.inc:52 msgid "LDAP inspection" msgstr "Inspección LDAP" -#: setup/class_setupStep_Migrate.inc:129 +#: setup/class_setupStep_Migrate.inc:53 msgid "Analyze your current LDAP for GOsa compatibility" msgstr "Analice la compatibilidad con GOsa de su directorio LDAP" -#: setup/class_setupStep_Migrate.inc:135 +#: setup/class_setupStep_Migrate.inc:59 msgid "Checking for root object" msgstr "Comprobando objeto raíz" -#: setup/class_setupStep_Migrate.inc:141 +#: setup/class_setupStep_Migrate.inc:65 msgid "Inspecting object classes in root object" msgstr "Analizando objetos en la entrada raíz" -#: setup/class_setupStep_Migrate.inc:147 +#: setup/class_setupStep_Migrate.inc:71 msgid "Checking permission for LDAP database" msgstr "Comprobando permisos en la base de datos LDAP" -#: setup/class_setupStep_Migrate.inc:153 -msgid "Checking for invisible departments" -msgstr "Comprobando departamentos invisibles" - -#: setup/class_setupStep_Migrate.inc:158 -msgid "Checking for invisible users" -msgstr "Comprobando usuarios invisibles" - -#: setup/class_setupStep_Migrate.inc:165 -#: setup/class_setupStep_Migrate.inc:3209 +#: setup/class_setupStep_Migrate.inc:78 msgid "Checking for super administrator" msgstr "Comprobando súper administrador" -#: setup/class_setupStep_Migrate.inc:171 -msgid "Checking for users outside the people tree" -msgstr "Comprobando cuentas fuera del árbol de usuarios" - -#: setup/class_setupStep_Migrate.inc:177 -msgid "Checking for groups outside the groups tree" -msgstr "Comprobando grupos fuera del árbol de grupos" - -#: setup/class_setupStep_Migrate.inc:184 -msgid "Checking for windows workstations outside the winstation tree" -msgstr "" -"Comprobando estaciones de trabajo windows fuera del árbol de estaciones de " -"trabajo windows" - -#: setup/class_setupStep_Migrate.inc:190 -msgid "Checking for duplicated UID numbers" -msgstr "Comprobando números UID duplicados" - -#: setup/class_setupStep_Migrate.inc:196 -msgid "Checking for duplicate GID numbers" -msgstr "Comprobando números GID duplicados" - -#: setup/class_setupStep_Migrate.inc:202 -msgid "Checking for old style USB devices" -msgstr "Comprobando dispositivos por método antiguo" - -#: setup/class_setupStep_Migrate.inc:208 -msgid "Checking for old services that have to be migrated" -msgstr "Comprobando servicios antiguos que deben ser migrados" - -#: setup/class_setupStep_Migrate.inc:214 -msgid "Checking for old style application menus" -msgstr "Comprobando por menús con estilo antiguo" - -#: setup/class_setupStep_Migrate.inc:240 setup/class_setupStep_Migrate.inc:292 -#: setup/class_setupStep_Migrate.inc:357 setup/class_setupStep_Migrate.inc:421 -#: setup/class_setupStep_Migrate.inc:492 setup/class_setupStep_Migrate.inc:569 -#: setup/class_setupStep_Migrate.inc:653 setup/class_setupStep_Migrate.inc:794 -#: setup/class_setupStep_Migrate.inc:890 -#: setup/class_setupStep_Migrate.inc:2036 -#: setup/class_setupStep_Migrate.inc:2504 -#: setup/class_setupStep_Migrate.inc:2695 -#: setup/class_setupStep_Migrate.inc:2832 +#: setup/class_setupStep_Migrate.inc:118 setup/class_setupStep_Migrate.inc:186 +#: setup/class_setupStep_Migrate.inc:709 msgid "LDAP query failed" msgstr "La consulta LDAP ha fallado" -#: setup/class_setupStep_Migrate.inc:241 setup/class_setupStep_Migrate.inc:293 -#: setup/class_setupStep_Migrate.inc:358 setup/class_setupStep_Migrate.inc:422 -#: setup/class_setupStep_Migrate.inc:493 setup/class_setupStep_Migrate.inc:570 -#: setup/class_setupStep_Migrate.inc:654 setup/class_setupStep_Migrate.inc:795 -#: setup/class_setupStep_Migrate.inc:891 -#: setup/class_setupStep_Migrate.inc:2037 -#: setup/class_setupStep_Migrate.inc:2505 -#: setup/class_setupStep_Migrate.inc:2696 -#: setup/class_setupStep_Migrate.inc:2833 +#: setup/class_setupStep_Migrate.inc:119 setup/class_setupStep_Migrate.inc:187 +#: setup/class_setupStep_Migrate.inc:710 msgid "Possibly the 'root object' is missing." msgstr "Posiblemente el objeto raíz está desaparecido" -#: setup/class_setupStep_Migrate.inc:261 setup/class_setupStep_Migrate.inc:313 -#: setup/class_setupStep_Migrate.inc:446 setup/class_setupStep_Migrate.inc:523 -#: setup/class_setupStep_Migrate.inc:661 setup/class_setupStep_Migrate.inc:802 -#: setup/class_setupStep_Migrate.inc:2571 -#: setup/class_setupStep_Migrate.inc:2724 -#: setup/class_setupStep_Migrate.inc:3056 setup/setup_checks.tpl:32 -#: setup/setup_checks.tpl:93 ihtml/themes/default/remove.tpl:2 -#: ihtml/themes/default/islocked.tpl:6 ihtml/themes/default/msg_dialog.tpl:59 -#: ihtml/themes/default/msg_dialog.tpl:106 -#: plugins/personal/posix/class_posixAccount.inc:678 -#: plugins/personal/posix/class_posixAccount.inc:803 -#: plugins/admin/groups/class_group.inc:832 -#: plugins/admin/departments/dep_move_confirm.tpl:2 include/functions.inc:931 -#: include/functions.inc:2690 include/functions.inc:2694 -#: include/functions.inc:2700 include/utils/class_xml.inc:37 -#: include/class_tabs.inc:241 html/password.php:314 -msgid "Warning" -msgstr "Aviso" - -#: setup/class_setupStep_Migrate.inc:263 -#, php-format -msgid "Found %s duplicate values for attribute 'uidNumber'." -msgstr "Encontrado '%s' valores duplicados del atributo 'uidNumber'." - -#: setup/class_setupStep_Migrate.inc:267 setup/class_setupStep_Migrate.inc:319 -#: setup/class_setupStep_Migrate.inc:380 setup/class_setupStep_Migrate.inc:453 -#: setup/class_setupStep_Migrate.inc:530 setup/class_setupStep_Migrate.inc:604 -#: setup/class_setupStep_Migrate.inc:657 setup/class_setupStep_Migrate.inc:798 -#: setup/class_setupStep_Migrate.inc:1044 -#: setup/class_setupStep_Migrate.inc:2011 -#: setup/class_setupStep_Migrate.inc:2155 -#: setup/class_setupStep_Migrate.inc:2577 -#: setup/class_setupStep_Migrate.inc:2731 -#: setup/class_setupStep_Migrate.inc:3061 setup/setup_checks.tpl:27 -#: setup/setup_checks.tpl:87 ihtml/themes/default/msg_dialog.tpl:76 -#: ihtml/themes/default/msg_dialog.tpl:78 -#: ihtml/themes/default/msg_dialog.tpl:134 -#: ihtml/themes/default/msg_dialog.tpl:137 -#: ihtml/themes/default/msg_dialog.tpl:142 -#: ihtml/themes/modern/msg_dialog.tpl:77 ihtml/themes/modern/msg_dialog.tpl:79 -#: ihtml/themes/modern/msg_dialog.tpl:136 -#: ihtml/themes/modern/msg_dialog.tpl:139 -#: ihtml/themes/modern/msg_dialog.tpl:144 include/utils/class_msgPool.inc:318 -#, php-format -msgid "Ok" -msgstr "Ok" - -#: setup/class_setupStep_Migrate.inc:315 -#, php-format -msgid "Found %s duplicate values for attribute 'gidNumber'." -msgstr "Encontrado '%s' valores duplicados del atributo 'gidNumber'." - -#: setup/class_setupStep_Migrate.inc:373 setup/class_setupStep_Migrate.inc:583 -#: setup/class_setupStep_Migrate.inc:596 -#: setup/class_setupStep_Migrate.inc:1030 -#: setup/class_setupStep_Migrate.inc:1048 -#: setup/class_setupStep_Migrate.inc:1988 -#: setup/class_setupStep_Migrate.inc:2001 -#: setup/class_setupStep_Migrate.inc:2056 -#: setup/class_setupStep_Migrate.inc:2077 -#: setup/class_setupStep_Migrate.inc:2129 -#: setup/class_setupStep_Migrate.inc:3211 +#: setup/class_setupStep_Migrate.inc:132 setup/class_setupStep_Migrate.inc:145 +#: setup/class_setupStep_Migrate.inc:307 setup/class_setupStep_Migrate.inc:661 +#: setup/class_setupStep_Migrate.inc:674 setup/class_setupStep_Migrate.inc:729 +#: setup/class_setupStep_Migrate.inc:750 setup/class_setupStep_Migrate.inc:802 msgid "Failed" msgstr "Error" -#: setup/class_setupStep_Migrate.inc:375 -#, php-format -msgid "" -"Found %s winstations outside the predefined winstation department ou '%s'." -msgstr "" -"Se encontraron '%s' estaciones de trabajo windows fuera del contenedor ou de " -"estaciones de trabajo windows '%s'" - -#: setup/class_setupStep_Migrate.inc:376 setup/class_setupStep_Migrate.inc:664 -#: setup/class_setupStep_Migrate.inc:804 -#: setup/class_setupStep_Migrate.inc:1033 -#: setup/class_setupStep_Migrate.inc:2131 -#: setup/class_setupStep_Migrate.inc:2574 -#: setup/class_setupStep_Migrate.inc:2728 -#: setup/class_setupStep_Migrate.inc:3058 setup/setup_migrate.tpl:55 -msgid "Migrate" -msgstr "Migrar" - -#: setup/class_setupStep_Migrate.inc:448 -#, php-format -msgid "Found %s groups outside the configured tree '%s'." -msgstr "Encontrados '%s' grupos fuera del árbol configurado '%s'." - -#: setup/class_setupStep_Migrate.inc:449 setup/class_setupStep_Migrate.inc:526 -msgid "Move" -msgstr "Mover" - -#: setup/class_setupStep_Migrate.inc:525 -#, php-format -msgid "Found %s user(s) outside the configured tree '%s'." -msgstr "Encontrados '%s' usuario(s) fuera del árbol configurado '%s'." - -#: setup/class_setupStep_Migrate.inc:585 setup/class_setupStep_Migrate.inc:598 +#: setup/class_setupStep_Migrate.inc:134 setup/class_setupStep_Migrate.inc:147 #, php-format msgid "" "The specified user '%s' does not have full access to your ldap database." msgstr "" "El usuario especificado '%s' no tiene acceso total a la base de datos LDAP." -#: setup/class_setupStep_Migrate.inc:662 -#, php-format -msgid "Found %s user(s) that will not be visible in GOsa." -msgstr "Encontrados %s usuario(s) que nos son visibles para GOsa." - -#: setup/class_setupStep_Migrate.inc:712 setup/class_setupStep_Migrate.inc:855 -#: setup/class_setupStep_Migrate.inc:1118 -msgid "Migration error" -msgstr "Error de migración" - -#: setup/class_setupStep_Migrate.inc:712 setup/class_setupStep_Migrate.inc:855 -#, php-format -msgid "Cannot migrate department '%s':" -msgstr "No puede migrar el departamento '%s':" - -#: setup/class_setupStep_Migrate.inc:803 -#, php-format -msgid "Found %s department(s) that will not be visible in GOsa." -msgstr "Encontrados %s departamento(s) que nos son visibles para GOsa." - -#: setup/class_setupStep_Migrate.inc:1027 +#: setup/class_setupStep_Migrate.inc:153 setup/class_setupStep_Migrate.inc:303 +#: setup/class_setupStep_Migrate.inc:684 setup/class_setupStep_Migrate.inc:828 +#: setup/setup_checks.tpl:21 setup/setup_checks.tpl:62 +#: ihtml/themes/default/msg_dialog.tpl:77 +#: ihtml/themes/default/msg_dialog.tpl:79 +#: ihtml/themes/default/msg_dialog.tpl:136 +#: ihtml/themes/default/msg_dialog.tpl:139 +#: ihtml/themes/default/msg_dialog.tpl:144 include/utils/class_msgPool.inc:301 #, php-format -msgid "GOsa 2.5 administrative accounts found: %s" -msgstr "Encontrada cuenta administrativa GOsa 2.5: %s" - -#: setup/class_setupStep_Migrate.inc:1032 -msgid "There is no valid GOsa 2.6 administrator account inside your LDAP." -msgstr "No hay cuenta de administrador GOsa 2.6 en la base de datos LDAP." - -#: setup/class_setupStep_Migrate.inc:1034 -#: setup/class_setupStep_Migrate.inc:1050 plugins/admin/users/user-list.xml:89 -#: plugins/admin/groups/group-list.xml:73 -#: plugins/admin/departments/dep-list.xml:98 plugins/admin/acl/acl-list.xml:76 -#: plugins/admin/ogroups/ogroup-list.xml:73 -msgid "Create" -msgstr "Crear" +msgid "Ok" +msgstr "Ok" -#: setup/class_setupStep_Migrate.inc:1038 -#: plugins/personal/generic/class_user.inc:1675 -#: plugins/admin/users/class_userManagement.inc:25 include/class_acl.inc:238 +#: setup/class_setupStep_Migrate.inc:297 +#: plugins/generic/references/class_aclResolver.inc:173 +#: plugins/personal/generic/class_user.inc:1687 +#: plugins/admin/users/class_userManagement.inc:25 include/class_acl.inc:237 msgid "Users" msgstr "Usuarios" -#: setup/class_setupStep_Migrate.inc:1041 +#: setup/class_setupStep_Migrate.inc:300 +#: plugins/generic/references/class_aclResolver.inc:165 #: plugins/admin/groups/class_groupManagement.inc:25 -#: plugins/admin/groups/class_group.inc:1018 include/class_acl.inc:238 +#: plugins/admin/groups/class_group.inc:1021 include/class_acl.inc:237 msgid "Groups" msgstr "Grupos" -#: setup/class_setupStep_Migrate.inc:1049 +#: setup/class_setupStep_Migrate.inc:308 msgid "There is no GOsa administrator account inside your LDAP." msgstr "No hay cuenta de administrador GOsa en la base de datos LDAP." -#: setup/class_setupStep_Migrate.inc:1118 +#: setup/class_setupStep_Migrate.inc:309 plugins/admin/users/user-list.xml:89 +#: plugins/admin/groups/group-list.xml:73 +#: plugins/admin/departments/dep-list.xml:98 plugins/admin/acl/acl-list.xml:76 +#: plugins/admin/ogroups/ogroup-list.xml:73 +msgid "Create" +msgstr "Crear" + +#: setup/class_setupStep_Migrate.inc:377 +msgid "Migration error" +msgstr "Error de migración" + +#: setup/class_setupStep_Migrate.inc:377 #, php-format msgid "Cannot add ACL for user '%s':" msgstr "No se puede añadir ACL para el usuario '%s':" -#: setup/class_setupStep_Migrate.inc:1156 -#: setup/class_setupStep_Migrate.inc:1166 +#: setup/class_setupStep_Migrate.inc:415 setup/class_setupStep_Migrate.inc:425 msgid "Input error" msgstr "Error de entrada" -#: setup/class_setupStep_Migrate.inc:1156 +#: setup/class_setupStep_Migrate.inc:415 +#: plugins/generic/references/class_reference.inc:87 +#: plugins/admin/groups/class_group.inc:210 +#: plugins/admin/groups/class_group.inc:1170 +#: plugins/admin/groups/class_group.inc:1180 msgid "Uid" msgstr "Uid" -#: setup/class_setupStep_Migrate.inc:1161 +#: setup/class_setupStep_Migrate.inc:420 msgid "Password error" msgstr "Error de contraseña" -#: setup/class_setupStep_Migrate.inc:1161 +#: setup/class_setupStep_Migrate.inc:420 msgid "Provided passwords do not match!" msgstr "¡La contraseñas introducidas no coinciden!" -#: setup/class_setupStep_Migrate.inc:1166 +#: setup/class_setupStep_Migrate.inc:425 msgid "Specify a valid user ID!" msgstr "¡Por favor especifique un ID de usuario válido!" -#: setup/class_setupStep_Migrate.inc:1199 setup/setup_checks.tpl:30 -#: setup/setup_checks.tpl:91 ihtml/themes/default/msg_dialog.tpl:57 -#: ihtml/themes/default/msg_dialog.tpl:104 -#: plugins/personal/generic/class_user.inc:297 -#: plugins/personal/generic/class_user.inc:429 -#: plugins/personal/generic/class_user.inc:522 -#: plugins/personal/generic/class_user.inc:816 -#: plugins/personal/generic/class_user.inc:1205 -#: plugins/personal/generic/class_user.inc:1212 -#: plugins/personal/generic/class_user.inc:1230 -#: plugins/personal/generic/class_user.inc:1500 -#: plugins/personal/generic/class_user.inc:1787 -#: plugins/personal/myaccount/main.inc:112 -#: plugins/admin/groups/class_group.inc:419 -#: plugins/admin/groups/class_group.inc:425 -#: plugins/admin/groups/class_group.inc:634 -#: plugins/admin/groups/class_group.inc:730 -#: plugins/admin/groups/class_group.inc:735 -#: plugins/admin/groups/class_group.inc:1060 -#: plugins/admin/departments/class_department.inc:317 -#: plugins/admin/acl/class_aclRole.inc:672 -#: plugins/admin/ogroups/class_ogroup.inc:368 +#: setup/class_setupStep_Migrate.inc:450 setup/setup_checks.tpl:25 +#: setup/setup_checks.tpl:66 plugins/personal/generic/class_user.inc:297 +#: plugins/personal/generic/class_user.inc:428 +#: plugins/personal/generic/class_user.inc:521 +#: plugins/personal/generic/class_user.inc:814 +#: plugins/personal/generic/class_user.inc:1203 +#: plugins/personal/generic/class_user.inc:1210 +#: plugins/personal/generic/class_user.inc:1228 +#: plugins/personal/generic/class_user.inc:1498 +#: plugins/personal/generic/class_user.inc:1821 +#: plugins/personal/myaccount/main.inc:125 +#: plugins/admin/groups/class_group.inc:463 +#: plugins/admin/groups/class_group.inc:469 +#: plugins/admin/groups/class_group.inc:637 +#: plugins/admin/groups/class_group.inc:733 +#: plugins/admin/groups/class_group.inc:738 +#: plugins/admin/groups/class_group.inc:1076 +#: plugins/admin/departments/class_department.inc:319 +#: plugins/admin/acl/class_aclRole.inc:667 +#: plugins/admin/ogroups/class_ogroup.inc:393 +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:203 +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:207 #: include/class_CopyPasteHandler.inc:118 #: include/class_CopyPasteHandler.inc:127 #: include/class_CopyPasteHandler.inc:159 @@ -1049,140 +765,93 @@ msgstr "¡Por favor especifique un ID de usuario válido!" #: include/class_CopyPasteHandler.inc:185 #: include/class_CopyPasteHandler.inc:193 #: include/class_CopyPasteHandler.inc:273 -#: include/class_CopyPasteHandler.inc:375 include/functions.inc:3399 -#: include/functions.inc:3413 include/functions.inc:3443 -#: include/functions.inc:3451 include/functions.inc:3463 -#: include/functions.inc:3467 include/functions.inc:3482 -#: include/functions.inc:3491 include/functions.inc:3551 -#: include/password-methods/class_password-methods.inc:250 -#: include/class_msg_dialog.inc:99 include/utils/class_msgPool.inc:154 -#: include/utils/class_msgPool.inc:166 include/utils/class_msgPool.inc:184 -#: include/utils/class_msgPool.inc:457 include/utils/class_msgPool.inc:478 -#: include/utils/class_msgPool.inc:497 include/utils/class_xml.inc:40 -#: include/class_tabs.inc:56 include/class_listing.inc:495 -#: include/class_gosaSupportDaemon.inc:1184 -#: include/class_gosaSupportDaemon.inc:1204 include/class_management.inc:480 -#: include/class_management.inc:616 include/class_management.inc:970 -#: include/class_plugin.inc:1486 include/class_plugin.inc:2080 -#: html/index.php:236 html/index.php:240 +#: include/class_CopyPasteHandler.inc:377 include/functions.inc:3051 +#: include/functions.inc:3357 include/functions.inc:3371 +#: include/functions.inc:3401 include/functions.inc:3409 +#: include/functions.inc:3421 include/functions.inc:3425 +#: include/functions.inc:3440 include/functions.inc:3449 +#: include/functions.inc:3509 +#: include/password-methods/class_password-methods.inc:277 +#: include/class_msg_dialog.inc:99 include/utils/class_msgPool.inc:137 +#: include/utils/class_msgPool.inc:149 include/utils/class_msgPool.inc:167 +#: include/utils/class_msgPool.inc:440 include/utils/class_msgPool.inc:461 +#: include/utils/class_xml.inc:40 include/class_tabs.inc:56 +#: include/class_listing.inc:536 include/class_gosaSupportDaemon.inc:1184 +#: include/class_gosaSupportDaemon.inc:1204 include/class_management.inc:483 +#: include/class_management.inc:644 include/class_plugin.inc:1592 +#: html/index.php:241 html/index.php:245 #, php-format msgid "Error" msgstr "Error" -#: setup/class_setupStep_Migrate.inc:1199 +#: setup/class_setupStep_Migrate.inc:450 #, php-format msgid "Adding an administrative user failed: object '%s' already exists!" msgstr "" "Ha fallado al añadir un usuario administrativo: ¡El objeto '%s' ya existe!" -#: setup/class_setupStep_Migrate.inc:1210 -#: setup/class_setupStep_Migrate.inc:1238 -#: setup/class_setupStep_Migrate.inc:1287 -#: setup/class_setupStep_Migrate.inc:1336 -#: setup/class_setupStep_Migrate.inc:2141 -#: setup/class_setupStep_Migrate.inc:2438 -#: setup/class_setupStep_Migrate.inc:2442 -#: setup/class_setupStep_Migrate.inc:2632 -#: setup/class_setupStep_Migrate.inc:2652 -#: setup/class_setupStep_Migrate.inc:2769 -#: setup/class_setupStep_Migrate.inc:3116 -#: setup/class_setupStep_Migrate.inc:3130 -#: plugins/personal/generic/class_user.inc:730 -#: plugins/personal/generic/class_user.inc:1127 +#: setup/class_setupStep_Migrate.inc:461 setup/class_setupStep_Migrate.inc:814 +#: plugins/generic/references/class_reference.inc:97 +#: plugins/personal/generic/class_user.inc:729 +#: plugins/personal/generic/class_user.inc:1125 #: plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc:253 -#: plugins/personal/posix/class_posixAccount.inc:533 -#: plugins/personal/posix/class_posixAccount.inc:820 -#: plugins/admin/groups/class_group.inc:577 +#: plugins/personal/posix/class_posixAccount.inc:528 +#: plugins/personal/posix/class_posixAccount.inc:790 +#: plugins/admin/groups/class_group.inc:580 #: plugins/admin/groups/class_group.inc:856 -#: plugins/admin/departments/class_department.inc:285 -#: plugins/admin/departments/class_department.inc:482 -#: plugins/admin/departments/class_department.inc:753 -#: plugins/admin/departments/class_department.inc:784 -#: plugins/admin/acl/class_aclRole.inc:604 -#: plugins/admin/acl/class_aclRole.inc:644 -#: plugins/admin/acl/class_aclRole.inc:658 -#: plugins/admin/ogroups/class_ogroup.inc:757 -#: plugins/admin/ogroups/class_ogroup.inc:774 include/class_config.inc:325 -#: include/functions.inc:476 include/functions.inc:511 -#: include/functions.inc:519 include/functions.inc:565 -#: include/functions.inc:817 include/functions.inc:866 -#: include/functions.inc:923 include/functions.inc:976 -#: include/functions.inc:3052 include/functions.inc:3325 -#: include/class_SnapshotHandler.inc:124 include/class_SnapshotHandler.inc:281 -#: include/class_SnapshotHandler.inc:329 include/class_SnapshotHandler.inc:333 -#: include/class_SnapshotHandler.inc:348 include/class_SnapshotHandler.inc:383 -#: include/class_SnapshotHandler.inc:438 include/class_SnapshotHandler.inc:503 -#: include/class_SnapshotHandler.inc:518 include/class_acl.inc:1247 -#: include/class_acl.inc:1343 include/class_ldap.inc:756 -#: include/class_ldap.inc:1222 include/class_plugin.inc:1163 -#: include/class_plugin.inc:1212 include/class_plugin.inc:1216 -#: include/class_plugin.inc:1232 include/class_plugin.inc:1272 -#: include/class_plugin.inc:1330 include/class_plugin.inc:1396 -#: include/class_plugin.inc:1411 include/class_userFilter.inc:275 -#: html/index.php:266 html/index.php:277 html/index.php:290 +#: plugins/admin/departments/class_department.inc:287 +#: plugins/admin/departments/class_department.inc:484 +#: plugins/admin/departments/class_department.inc:761 +#: plugins/admin/departments/class_department.inc:792 +#: plugins/admin/acl/class_aclRole.inc:599 +#: plugins/admin/acl/class_aclRole.inc:639 +#: plugins/admin/acl/class_aclRole.inc:653 +#: plugins/admin/ogroups/class_ogroup.inc:742 +#: plugins/admin/ogroups/class_ogroup.inc:759 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:191 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:256 +#: include/class_config.inc:337 include/functions.inc:488 +#: include/functions.inc:523 include/functions.inc:531 +#: include/functions.inc:577 include/functions.inc:829 +#: include/functions.inc:878 include/functions.inc:935 +#: include/functions.inc:985 include/functions.inc:3002 +#: include/functions.inc:3283 include/class_SnapshotHandler.inc:123 +#: include/class_SnapshotHandler.inc:280 include/class_SnapshotHandler.inc:329 +#: include/class_SnapshotHandler.inc:333 include/class_SnapshotHandler.inc:346 +#: include/class_SnapshotHandler.inc:380 include/class_SnapshotHandler.inc:435 +#: include/class_SnapshotHandler.inc:500 include/class_SnapshotHandler.inc:515 +#: include/class_acl.inc:1250 include/class_acl.inc:1346 +#: include/class_ldap.inc:756 include/class_ldap.inc:1173 +#: include/class_userFilter.inc:275 html/index.php:271 msgid "LDAP error" msgstr "Error LDAP" -#: setup/class_setupStep_Migrate.inc:1238 -#: setup/class_setupStep_Migrate.inc:1287 -#: setup/class_setupStep_Migrate.inc:1336 -msgid "Cannot move users to the requested department!" -msgstr "¡No puedo mover los usuarios al departamento especificado!" - -#: setup/class_setupStep_Migrate.inc:1248 -msgid "Winstation will be moved from" -msgstr "La estaciones de trabajo windows serán trasladadas desde" - -#: setup/class_setupStep_Migrate.inc:1248 -#: setup/class_setupStep_Migrate.inc:1298 -#: setup/class_setupStep_Migrate.inc:1346 include/class_plugin.inc:1691 -msgid "to" -msgstr "a" - -#: setup/class_setupStep_Migrate.inc:1259 -#: setup/class_setupStep_Migrate.inc:1308 -msgid "Updating following references too" -msgstr "También se actualizaran las siguientes referencias" - -#: setup/class_setupStep_Migrate.inc:1298 -msgid "Group will be moved from" -msgstr "El grupo serán trasladado desde" - -#: setup/class_setupStep_Migrate.inc:1346 -msgid "User will be moved from" -msgstr "El usuario serán trasladado desde" - -#: setup/class_setupStep_Migrate.inc:1356 -msgid "The following references will be updated" -msgstr "Las siguientes referencias se actualizaran" - -#: setup/class_setupStep_Migrate.inc:1989 +#: setup/class_setupStep_Migrate.inc:662 msgid "" "The LDAP root object is missing. It is required to use your LDAP service." msgstr "" "EL objeto raíz de LDAP ha desaparecido. Es necesario para poder usar el " "servicio LDAP." -#: setup/class_setupStep_Migrate.inc:1990 -#: setup/class_setupStep_Migrate.inc:2003 +#: setup/class_setupStep_Migrate.inc:663 setup/class_setupStep_Migrate.inc:676 msgid "Try to create root object" msgstr "Intentando crear el objeto raíz" -#: setup/class_setupStep_Migrate.inc:2002 +#: setup/class_setupStep_Migrate.inc:675 msgid "Root object couldn't be created, you should try it on your own." msgstr "" "El objeto raíz no ha podido ser creado, tendra que crearlo usted mismo." -#: setup/class_setupStep_Migrate.inc:2057 +#: setup/class_setupStep_Migrate.inc:730 #, php-format msgid "Missing GOsa object class '%s'!" msgstr "¡No se ha encontrado la clase de objeto GOsa '%s'!" -#: setup/class_setupStep_Migrate.inc:2058 +#: setup/class_setupStep_Migrate.inc:731 msgid "Please check your installation." msgstr "Por favor compruebe su instalación" -#: setup/class_setupStep_Migrate.inc:2079 +#: setup/class_setupStep_Migrate.inc:752 #, php-format msgid "" "Cannot handle the structural object type of your root object. Please try to " @@ -1191,292 +860,123 @@ msgstr "" "No se puede un tipo de objeto estructural en su entrada raíz. Por favor " "intente añadir la clase de objeto '%s' manualmente." -#: setup/class_setupStep_Migrate.inc:2438 -#, php-format -msgid "Copy '%s' to '%s' failed:" -msgstr "Copia fallida de '%s' a '%s':" - -#: setup/class_setupStep_Migrate.inc:2573 -#, php-format -msgid "There are %s devices that need to be migrated." -msgstr "Hay %s dispositivos que necesitan ser migrados." +#: setup/class_setupStep_Migrate.inc:804 setup/setup_migrate.tpl:32 +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:181 +msgid "Migrate" +msgstr "Migrar" -#: setup/class_setupStep_Migrate.inc:2633 -#, php-format -msgid "Adding '%s' to the LDAP failed: %s" -msgstr "Añadiendo '%s' a LDAP ha fallado: %s" +#: setup/class_setupStep_License.inc:56 setup/class_setupStep_License.inc:57 +msgid "License" +msgstr "Licencia" -#: setup/class_setupStep_Migrate.inc:2653 -#: setup/class_setupStep_Migrate.inc:2770 -#, php-format -msgid "Updating '%s' failed: %s" -msgstr "Actualizando '%s' ha fallado: %s" +#: setup/class_setupStep_License.inc:58 +msgid "Terms and conditions for usage" +msgstr "Términos y condiciones de uso" -#: setup/class_setupStep_Migrate.inc:2726 -#, php-format -msgid "There are %s services that need to be migrated." -msgstr "Hay %s serviccios que necesitan ser migrados." +#: setup/class_setupStep_Checks.inc:40 setup/class_setupStep_Checks.inc:41 +msgid "Installation check" +msgstr "Comprobación de la instalación" -#: setup/class_setupStep_Migrate.inc:2867 -#: plugins/personal/generic/generic.tpl:255 -#: plugins/personal/generic/generic.tpl:275 -#: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:83 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:123 -#: include/utils/class_msgPool.inc:336 -#, php-format -msgid "Add" -msgstr "Añadir" +#: setup/class_setupStep_Checks.inc:42 +msgid "Basic checks for PHP compatibility and extensions" +msgstr "Comprobación básica de la versión de PHP y las extensiones." -#: setup/class_setupStep_Migrate.inc:2868 -#: plugins/personal/generic/generic_certs.tpl:22 -#: plugins/personal/generic/generic_certs.tpl:48 -#: plugins/personal/generic/generic_certs.tpl:74 -#: plugins/admin/users/user-list.xml:121 -#: plugins/admin/groups/group-list.xml:98 -#: plugins/admin/departments/dep-list.xml:160 -#: plugins/admin/departments/dep-list.xml:181 -#: plugins/admin/acl/acl-list.xml:95 plugins/admin/acl/acl-list.xml:144 -#: plugins/admin/ogroups/ogroup-list.xml:98 -msgid "Remove" -msgstr "Eliminar" +#: setup/class_setupStep_Checks.inc:66 +msgid "Checking PHP version" +msgstr "Comprobando la versión de PHP" -#: setup/class_setupStep_Migrate.inc:3057 +#: setup/class_setupStep_Checks.inc:67 #, php-format -msgid "There are %s application menus which have to be migrated." -msgstr "Hay %s menu de aplicaciones que necesitan ser migrados." - -#: setup/setup_config1.tpl:2 -msgid "Look and feel" -msgstr "Temas y apariencia" +msgid "PHP must be of version %s or above." +msgstr "PHP debe ser versión '%s' o superior." -#: setup/setup_config1.tpl:6 -msgid "Theme" -msgstr "Tema" - -#: setup/setup_config1.tpl:15 -msgid "Apache" -msgstr "Apache" - -#: setup/setup_config1.tpl:19 -msgid "Compress output send to browser" -msgstr "Salida de compresión enviada al navegador" - -#: setup/setup_config1.tpl:27 -msgid "People and group storage" -msgstr "Almacén de grupos y usuarios" - -#: setup/setup_config1.tpl:30 -msgid "People DN attribute" -msgstr "Atributo 'dn' de los usuarios" - -#: setup/setup_config1.tpl:41 -msgid "People storage subtree" -msgstr "Subárbol de almacenamiento para los usuarios" - -#: setup/setup_config1.tpl:50 -msgid "Group storage subtree" -msgstr "Subárbol de almacenamiento para los grupos" - -#: setup/setup_config1.tpl:59 -msgid "Include personal title in user DN" -msgstr "Incluir el título personal en el DN de usuario" - -#: setup/setup_config1.tpl:70 -msgid "Relaxed naming policies" -msgstr "Reglas no estrictas de nombres" - -#: setup/setup_config1.tpl:81 -msgid "Automatic UIDs" -msgstr "UIDs Automaticas" - -#: setup/setup_config1.tpl:97 setup/class_setupStep_Config1.inc:118 -msgid "GID / UID min id" -msgstr "GID / UID min id" - -#: setup/setup_config1.tpl:113 -msgid "Number base for people/groups" -msgstr "Número base para usuarios y grupos" - -#: setup/setup_config1.tpl:121 -msgid "Hook for number base" -msgstr "Método para el número base" - -#: setup/setup_config1.tpl:136 plugins/personal/password/main.inc:57 -msgid "Password settings" -msgstr "Parámetros de Contraseña" - -#: setup/setup_config1.tpl:140 -msgid "Password encryption algorithm" -msgstr "Algoritmo de codificación de contraseña" - -#: setup/setup_config1.tpl:151 -msgid "Password restrictions" -msgstr "Restricciones de contraseña" - -#: setup/setup_config1.tpl:158 setup/setup_config1.tpl:162 -msgid "Password minimum length" -msgstr "Longitud mínima de la contraseña" - -#: setup/setup_config1.tpl:169 setup/setup_config1.tpl:173 -msgid "Different characters from old password" -msgstr "Caracteres diferentes de la contraseña anterior" - -#: setup/setup_config1.tpl:182 -msgid "Password change hook" -msgstr "Método de cambio de contraseña" - -#: setup/setup_config1.tpl:198 -msgid "Use SASL for kerberos" -msgstr "Usar SASL para kerberos" - -#: setup/setup_config1.tpl:209 -msgid "Use account expiration" -msgstr "Usar caducidad de cuenta" - -#: setup/setup_config1.tpl:221 -msgid "" -"GOsa supports several encryption types for your passwords. Normally this is " -"adjustable via user templates, but you can specify a default method to be " -"used here, too." -msgstr "" -"Gosa soporta varios tipos diferentes de codificación para las contraseñas. " -"Normalmente esto es seleccionable a través de las plantillas de usuario, " -"pero también se puede introducir un método que sera usado por defecto." - -#: setup/setup_config1.tpl:222 -msgid "" -"GOsa always acts as admin and manages access rights internally. This is a " -"workaround till OpenLDAP's in directory ACI's are fully implemented. For " -"this to work, we need the admin DN and the corresponding password." -msgstr "" -"GOsa siempre actúa en modo administrador y gestiona los permisos de acceso " -"internamente. Esto es una solución temporal hasta que las ACI (Access " -"control information) estén completamente implementadas en OPENLDAP. Para " -"que esto funcione, necesitamos el DN del administrador y la contraseña " -"correspondiente." - -#: setup/setup_config1.tpl:223 -msgid "" -"Some basic LDAP parameters are tunable and affect the locations where GOsa " -"saves people and groups, including the way accounts get created. Check the " -"values below if the fit your needs." -msgstr "" -"Algunos parámetros básicos de LDAP son modificables y afectarán las " -"ubicaciones donde GOSa guarda los usuarios y los grupos, incluyendo la " -"manera en que las cuentas son creadas. Compruebe los valores a continuación " -"se ajustan a sus necesidades." - -#: setup/setup_config1.tpl:224 -msgid "" -"GOsa has modular support for several mail methods. These methods provide " -"interfaces to users mailboxes and general handling for quotas. You can " -"choose the dummy plugin to leave all your mail settings untouched." -msgstr "" -"Gosa tiene un soporte modular para diferentes métodos de correo electrónico. " -"Estos son herramientas de control de la cuentas de correo y control de " -"cuotas. Puede elegir el método 'dummy' para dejar su configuración de correo " -"limpia." - -#: setup/class_setupStep_License.inc:56 setup/class_setupStep_License.inc:57 -msgid "License" -msgstr "Licencia" - -#: setup/class_setupStep_License.inc:58 -msgid "Terms and conditions for usage" -msgstr "Términos y condiciones de uso" - -#: setup/class_setupStep_Checks.inc:38 setup/class_setupStep_Checks.inc:39 -msgid "Installation check" -msgstr "Comprobación de la instalación" - -#: setup/class_setupStep_Checks.inc:40 -msgid "Basic checks for PHP compatibility and extensions" -msgstr "Comprobación básica de la versión de PHP y las extensiones." - -#: setup/class_setupStep_Checks.inc:64 -msgid "Checking PHP version" -msgstr "Comprobando la versión de PHP" - -#: setup/class_setupStep_Checks.inc:65 -#, php-format -msgid "PHP must be of version %s or above." -msgstr "PHP debe ser versión '%s' o superior." - -#: setup/class_setupStep_Checks.inc:66 +#: setup/class_setupStep_Checks.inc:68 msgid "Please upgrade to a supported version." msgstr "Por favor actualize a la versión soportada." -#: setup/class_setupStep_Checks.inc:73 +#: setup/class_setupStep_Checks.inc:75 msgid "GOsa requires this module to talk with your LDAP server." msgstr "GOsa necesita este módulo para comunicarse con el servidor LDAP." -#: setup/class_setupStep_Checks.inc:81 +#: setup/class_setupStep_Checks.inc:83 msgid "GOsa requires this module for an internationalized interface." msgstr "GOsa necesita este módulo para un interfaz internacionalizado." -#: setup/class_setupStep_Checks.inc:89 +#: setup/class_setupStep_Checks.inc:91 msgid "GOsa requires this module for the samba integration." msgstr "GOsa necesita este módulo para integración con samba." -#: setup/class_setupStep_Checks.inc:97 -msgid "GOsa requires this module to make use of SSHA encryption." +#: setup/class_setupStep_Checks.inc:99 +#, fuzzy +msgid "" +"GOsa requires either 'mhash' or the 'sha1' module to make use of SSHA " +"encryption." msgstr "" "GOsa necesita para poder hacer uso del método de codificación SSHA este " "módulo." -#: setup/class_setupStep_Checks.inc:105 +#: setup/class_setupStep_Checks.inc:107 msgid "GOsa requires this module to talk to an IMAP server." msgstr "GOsa necesita este módulo para comunicarse con servidores IMAP." -#: setup/class_setupStep_Checks.inc:112 +#: setup/class_setupStep_Checks.inc:114 msgid "mbstring" msgstr "mbstring" -#: setup/class_setupStep_Checks.inc:113 +#: setup/class_setupStep_Checks.inc:115 msgid "GOsa requires this module to handle unicode strings." msgstr "GOsa necesita este módulo para manejar cadenas unicode." -#: setup/class_setupStep_Checks.inc:120 +#: setup/class_setupStep_Checks.inc:122 +msgid "Calendar" +msgstr "" + +#: setup/class_setupStep_Checks.inc:123 +#, fuzzy +msgid "GOsa requires this module to calculate dates." +msgstr "GOsa necesita este módulo para manejar cadenas unicode." + +#: setup/class_setupStep_Checks.inc:130 msgid "MySQL" msgstr "MySQL" -#: setup/class_setupStep_Checks.inc:121 +#: setup/class_setupStep_Checks.inc:131 msgid "" "GOsa requires this module to communicate with several supported databases." msgstr "" "Gosa necesita este módulo para comunicarse con las bases de datos soportadas." -#: setup/class_setupStep_Checks.inc:138 +#: setup/class_setupStep_Checks.inc:148 msgid "samba hash generator" msgstr "generador de hash de la contraseña SAMBA" -#: setup/class_setupStep_Checks.inc:139 +#: setup/class_setupStep_Checks.inc:149 msgid "GOsa requires this command to synchronize POSIX and samba passwords." msgstr "GOsa necesita este comando para sincronizar contraseñas POSIX y samba." -#: setup/class_setupStep_Checks.inc:140 +#: setup/class_setupStep_Checks.inc:150 msgid "" "Deploy a gosa-si installation or install the perl Crypt::SmbHash modules." msgstr "" "Desplegar una instalación gosa-si o instale el módulo PERL Crypt::SmbHash." -#: setup/class_setupStep_Checks.inc:153 +#: setup/class_setupStep_Checks.inc:163 msgid "imagick" msgstr "imagick" -#: setup/class_setupStep_Checks.inc:154 +#: setup/class_setupStep_Checks.inc:164 msgid "GOsa requires this extension to handle images." msgstr "GOsa necesita este módulo para manejar imágenes." -#: setup/class_setupStep_Checks.inc:169 +#: setup/class_setupStep_Checks.inc:179 msgid "compression module" msgstr "modulo de compresión" -#: setup/class_setupStep_Checks.inc:170 +#: setup/class_setupStep_Checks.inc:180 msgid "GOsa requires this extension to handle snapshots." msgstr "GOsa necesita este módulo para manejar instantaneas." -#: setup/class_setupStep_Checks.inc:181 +#: setup/class_setupStep_Checks.inc:191 msgid "" "register_globals is a PHP mechanism to register all global variables to be " "accessible from scripts without changing the scope. This may be a security " @@ -1486,17 +986,17 @@ msgstr "" "globales de tal manera que sean accesible desde scripts sin que cambien su " "ámbito. Esto puede ser un problema de seguridad." -#: setup/class_setupStep_Checks.inc:182 +#: setup/class_setupStep_Checks.inc:192 msgid "Search for 'register_globals' in your php.ini and switch it to 'Off'." msgstr "Busque 'register_globals' en su php.ini y modifíquelo por 'Off'." -#: setup/class_setupStep_Checks.inc:190 +#: setup/class_setupStep_Checks.inc:200 msgid "PHP uses this value for the garbage collector to delete old sessions." msgstr "" "PHP usa este valor en el recolector de basura para eliminar las sesiones " "antiguas." -#: setup/class_setupStep_Checks.inc:191 +#: setup/class_setupStep_Checks.inc:201 msgid "" "Setting this value to one day will prevent loosing session and cookies " "before they really timeout." @@ -1504,19 +1004,19 @@ msgstr "" "Ajustando este valor a un día impedirá la perdida de sesiones y cookies " "antes de que realmente se desconecte por tiempo." -#: setup/class_setupStep_Checks.inc:192 +#: setup/class_setupStep_Checks.inc:202 msgid "" "Search for 'session.gc_maxlifetime' in your php.ini and set it to 86400 or " "higher." msgstr "" "Busque 'sessio.gc_maxlifetime' en su php.ini y modifíquelo a 86400 o mayor." -#: setup/class_setupStep_Checks.inc:199 setup/class_setupStep_Checks.inc:215 -#: setup/class_setupStep_Checks.inc:231 setup/class_setupStep_Checks.inc:247 +#: setup/class_setupStep_Checks.inc:209 setup/class_setupStep_Checks.inc:225 +#: setup/class_setupStep_Checks.inc:241 setup/class_setupStep_Checks.inc:257 msgid "Off" msgstr "Off" -#: setup/class_setupStep_Checks.inc:200 +#: setup/class_setupStep_Checks.inc:210 msgid "" "In Order to use GOsa without any trouble, the session.auto_register option " "in your php.ini should be set to 'Off'." @@ -1524,11 +1024,11 @@ msgstr "" "Si quiere usar GOsa sin problemas, debe modificar a 'Off' la opción 'session." "auto_register' en su php.ini." -#: setup/class_setupStep_Checks.inc:201 +#: setup/class_setupStep_Checks.inc:211 msgid "Search for 'session.auto_start' in your php.ini and set it to 'Off'." msgstr "Busque 'session.auto_start' en su php.ini y modifíquelo a 'Off'." -#: setup/class_setupStep_Checks.inc:208 +#: setup/class_setupStep_Checks.inc:218 msgid "" "GOsa needs at least 32MB of memory. Setting it below this limit may cause " "errors that are not reproducable! Increase it for larger setups." @@ -1536,12 +1036,12 @@ msgstr "" "GOsa necesita al menos 32Mb de memoria. Teniéndola por debajo de ese limite " "provocara errores inesperados. Aumentar para configuraciones mayores." -#: setup/class_setupStep_Checks.inc:209 +#: setup/class_setupStep_Checks.inc:219 msgid "" "Search for 'memory_limit' in your php.ini and set it to '32M' or higher." msgstr "Busque 'memory_limit' en su php.ini y modifíquelo a '32M' o mayor." -#: setup/class_setupStep_Checks.inc:216 +#: setup/class_setupStep_Checks.inc:226 msgid "" "This option influences the PHP output handling. Turn this Option off, to " "increase performance." @@ -1549,21 +1049,21 @@ msgstr "" "Esta opción está relacionada con el manejo de salida de PHP. Desactive esta " "opción poniéndola en off para mejorar el rendimiento." -#: setup/class_setupStep_Checks.inc:217 +#: setup/class_setupStep_Checks.inc:227 msgid "Search for 'implicit_flush' in your php.ini and set it to 'Off'." msgstr "Busque 'implicit_flush' en su php.ini y modifíquelo a 'Off'." -#: setup/class_setupStep_Checks.inc:224 +#: setup/class_setupStep_Checks.inc:234 msgid "The Execution time should be at least 30 seconds." msgstr "El tiempo de ejecución debe ser de al menos 30 segundos." -#: setup/class_setupStep_Checks.inc:225 +#: setup/class_setupStep_Checks.inc:235 msgid "" "Search for 'max_execution_time' in your php.ini and set it to '30' or higher." msgstr "" "Busque 'max_execution_time' en su php.ini y modifíquelo a '30' o mayor." -#: setup/class_setupStep_Checks.inc:232 +#: setup/class_setupStep_Checks.inc:242 msgid "" "Increase the server security by setting expose_php to 'off'. PHP won't send " "any information about the server you are running in this case." @@ -1572,15 +1072,15 @@ msgstr "" "'off'. PHP no debería enviar ningún tipo de información sobre el servidor " "que esta ejecutando la aplicación." -#: setup/class_setupStep_Checks.inc:233 +#: setup/class_setupStep_Checks.inc:243 msgid "Search for 'expose_php' in your php.ini and set if to 'Off'." msgstr "Busque 'expose_php' en su php.ini y modifíquelo a 'Off'." -#: setup/class_setupStep_Checks.inc:239 +#: setup/class_setupStep_Checks.inc:249 msgid "On" msgstr "On" -#: setup/class_setupStep_Checks.inc:240 +#: setup/class_setupStep_Checks.inc:250 msgid "" "Increase your server security by setting magic_quotes_gpc to 'on'. PHP will " "escape all quotes in strings in this case." @@ -1588,30 +1088,30 @@ msgstr "" "Aumente la seguridad del servidor modificando el parámetro 'magic_quotes_gpc " "' a 'on'. PHP debería escapar todas las comillas de las cadenas en este caso." -#: setup/class_setupStep_Checks.inc:241 +#: setup/class_setupStep_Checks.inc:251 msgid "Search for 'magic_quotes_gpc' in your php.ini and set it to 'On'." msgstr "Busque 'magic_quotes_gpc' en su php.ini y modifíquelo a 'On'." -#: setup/class_setupStep_Checks.inc:248 +#: setup/class_setupStep_Checks.inc:258 msgid "Increase your server performance by setting magic_quotes_gpc to 'off'." msgstr "" "Aumente el rendimiento de su servidor modificando 'magic_quotes_gpc' a 'off'" -#: setup/class_setupStep_Checks.inc:249 +#: setup/class_setupStep_Checks.inc:259 msgid "" "Search for 'zend.ze1_compatibility_mode' in your php.ini and set it to 'Off'." msgstr "" "Busque 'zend.ze1_compatibility_mode' en su php.ini y modifíquelo a 'Off'." -#: setup/class_setupStep_Checks.inc:259 +#: setup/class_setupStep_Checks.inc:269 msgid "Configuration writeable" msgstr "Se puede escribir en la configuración" -#: setup/class_setupStep_Checks.inc:260 +#: setup/class_setupStep_Checks.inc:270 msgid "The configuration file can't be written" msgstr "No se puede escribir en la configuración" -#: setup/class_setupStep_Checks.inc:261 +#: setup/class_setupStep_Checks.inc:271 #, php-format msgid "" "GOsa reads its configuration from a file located in (%s/%s). The setup can " @@ -1628,124 +1128,11 @@ msgstr "Selección de idiomas" msgid "This step allows you to select your preferred language." msgstr "Este paso le permite seleccionar su idioma preferido" -#: setup/class_setupStep_Language.inc:47 +#: setup/class_setupStep_Language.inc:47 include/class_core.inc:180 msgid "Automatic" msgstr "Automatico" -#: setup/setup_config3.tpl:2 -msgid "GOsa core settings" -msgstr "Configuración común de GOsa" - -#: setup/setup_config3.tpl:6 -msgid "Enable primary group filter" -msgstr "Activar filtro de grupo primario" - -#: setup/setup_config3.tpl:18 -msgid "Display summary in listings" -msgstr "Mostrar resumen en listados" - -#: setup/setup_config3.tpl:30 -msgid "Honour administrative units" -msgstr "Delegar en unidades administrativas" - -#: setup/setup_config3.tpl:42 -msgid "Smarty compile directory" -msgstr "Directorio de compilación Smarty" - -#: setup/setup_config3.tpl:51 -msgid "SNMP community" -msgstr "Comunidad SNMP" - -#: setup/setup_config3.tpl:60 -msgid "Path for PPD storage" -msgstr "Ruta del almacén PPD" - -#: setup/setup_config3.tpl:77 -msgid "Path for kiosk profile storage" -msgstr "Ruta del almacén de perfiles kiosk" - -#: setup/setup_config3.tpl:96 -msgid "SUDO role base" -msgstr "Rol Base SUDO" - -#: setup/setup_config3.tpl:115 -msgid "Mail queue script" -msgstr "Script de cola de correo" - -#: setup/setup_config3.tpl:134 -msgid "Notification script" -msgstr "Script de notificación" - -#: setup/setup_config3.tpl:153 -msgid "Enable edit locking" -msgstr "Activar edición de bloqueo" - -#: setup/setup_config3.tpl:174 -msgid "Gosa support daemon" -msgstr "Demonio de soporte GOsa" - -#: setup/setup_config3.tpl:193 -msgid "Daemon timeout" -msgstr "Tiempo máximo de respuesta de acceso al demonio" - -#: setup/setup_config3.tpl:207 -msgid "Login and session" -msgstr "Inicio y sesión" - -#: setup/setup_config3.tpl:210 -msgid "Login attribute" -msgstr "Atributo de inicio de sesión" - -#: setup/setup_config3.tpl:221 -msgid "Enforce register_globals to be deactivated" -msgstr "Forzar register_globals para que sea desactivado" - -#: setup/setup_config3.tpl:233 -msgid "Enforce encrypted connections" -msgstr "Forzar conexiones seguras" - -#: setup/setup_config3.tpl:245 -msgid "Warn if session is not encrypted" -msgstr "Avisar si la sesión no esta codificada" - -#: setup/setup_config3.tpl:257 -msgid "Remember dialog filter settings" -msgstr "Recordad los parámetros de filtro de los diálogos" - -#: setup/setup_config3.tpl:269 -msgid "Session lifetime" -msgstr "Duración de sesiones." - -#: setup/setup_config3.tpl:278 -msgid "Debugging" -msgstr "Depurando" - -#: setup/setup_config3.tpl:282 -msgid "Show PHP errors" -msgstr "Mostrar errores PHP:" - -#: setup/setup_config3.tpl:294 -msgid "Maximum LDAP query time" -msgstr "Tiempo de consulta máxima de LDAP" - -#: setup/setup_config3.tpl:312 -msgid "Log LDAP statistics" -msgstr "Registrar estadísticas LDAP" - -#: setup/setup_config3.tpl:324 -msgid "Debug level" -msgstr "Nivel de depuración" - -#: setup/setup_config3.tpl:329 setup/setup_config3.tpl:332 -msgid "Disabled" -msgstr "Desactivado" - -#: setup/setup_config3.tpl:330 setup/setup_config3.tpl:333 -#: ihtml/themes/modern/userFilterEditor.tpl:45 -msgid "Enabled" -msgstr "Activado" - -#: setup/setup_migrate.tpl:5 +#: setup/setup_migrate.tpl:2 msgid "" "During the LDAP inspection, we're going to check for several common pitfalls " "that may occur when migration to GOsa base LDAP administration. You may want " @@ -1756,163 +1143,32 @@ msgstr "" "de GOsa. Puede querer arreglar estos problemas aquí, para poder tener una " "administración mas fácil." -#: setup/setup_migrate.tpl:33 -msgid "Check again" -msgstr "Comprobar de nuevo" +#: setup/setup_migrate.tpl:5 +#, fuzzy +msgid "Checks" +msgstr "Comprobar Estado" -#: setup/setup_migrate.tpl:38 +#: setup/setup_migrate.tpl:22 msgid "Add required object classes to the LDAP base" msgstr "Añadir las clases de objetos necesarias a la base LDAP" -#: setup/setup_migrate.tpl:40 setup/setup_migrate.tpl:259 -#: setup/setup_migrate.tpl:367 setup/setup_migrate.tpl:425 -#: setup/setup_migrate.tpl:484 setup/setup_migrate.tpl:532 -#: setup/setup_migrate.tpl:581 +#: setup/setup_migrate.tpl:24 msgid "Current" msgstr "Actual" -#: setup/setup_migrate.tpl:47 setup/setup_migrate.tpl:263 -#: setup/setup_migrate.tpl:374 setup/setup_migrate.tpl:432 -#: setup/setup_migrate.tpl:488 setup/setup_migrate.tpl:536 -#: setup/setup_migrate.tpl:585 +#: setup/setup_migrate.tpl:28 msgid "After migration" msgstr "Despues de migrar" -#: setup/setup_migrate.tpl:62 setup/setup_migrate.tpl:112 +#: setup/setup_migrate.tpl:35 msgid "Close" msgstr "Cerrar" -#: setup/setup_migrate.tpl:68 -msgid "Move windows workstations into a valid windows workstation department" -msgstr "" -"Mover estaciones de trabajo windows a un departamento de estaciones de " -"trabajo windows válido" - -#: setup/setup_migrate.tpl:70 -msgid "" -"This dialog allows you to move the displayed windows workstations into a " -"valid department" -msgstr "" -"Este dialogo le permite mover las estaciones de trabajo windows mostradas a " -"un departamente válido." - -#: setup/setup_migrate.tpl:72 -msgid "" -"Be careful with this tool, there may be references pointing to this " -"workstations that can't be migrated." -msgstr "" -"Tenga cuidado con esta herramienta, puede haber referencias apuntando a " -"estas estaciones de trabajo que no pueden ser migradas." - -#: setup/setup_migrate.tpl:96 setup/setup_migrate.tpl:155 -#: setup/setup_migrate.tpl:211 setup/setup_migrate.tpl:391 -#: setup/setup_migrate.tpl:448 setup/setup_migrate.tpl:495 -#: setup/setup_migrate.tpl:543 setup/setup_migrate.tpl:592 -#: include/class_listing.inc:306 -msgid "Select all" -msgstr "Seleccione todos" - -#: setup/setup_migrate.tpl:98 -msgid "Move selected windows workstations into the following GOsa department" -msgstr "" -"Mover las estaciones de trabajo windows seleccionadas a el siguiente " -"departamento GOsa." - -#: setup/setup_migrate.tpl:103 -msgid "Move selected workstations" -msgstr "Mover estaciones de trabajo seleccionadas" - -#: setup/setup_migrate.tpl:105 -msgid "What will be done here" -msgstr "Que se hará aquí" - -#: setup/setup_migrate.tpl:119 -msgid "Move groups into configured group tree" -msgstr "Mover grupos en el árbol de grupos configurado" - -#: setup/setup_migrate.tpl:122 -msgid "" -"This dialog allows moving a couple of groups to the configured group tree. " -"Doing this may straighten your LDAP service." -msgstr "" -"Este dialogo le permite mover una pareja de grupos al árbol de grupos " -"configurados. Hacer esto puede reforzar su servicio LDAP." - -#: setup/setup_migrate.tpl:125 -msgid "" -"Be careful with this option! There may be references pointing to these " -"groups. The GOsa setup can't migrate references, so you may want to cancel " -"the migration in this case." -msgstr "" -"¡Tenga cuidado con esta opción! Puede haber referencias apuntando a estos " -"grupos. La configuración de GOsa no puede migrar referencias, en este caso " -"puede cancelar la migración." - -#: setup/setup_migrate.tpl:128 -msgid "Move selected groups into this group tree" -msgstr "Mover grupos seleccionados en este árbol de grupos" - -#: setup/setup_migrate.tpl:159 setup/setup_migrate.tpl:215 -#: setup/setup_migrate.tpl:269 setup/setup_migrate.tpl:395 -#: setup/setup_migrate.tpl:452 setup/setup_migrate.tpl:500 -#: setup/setup_migrate.tpl:548 setup/setup_migrate.tpl:597 -msgid "Hide changes" -msgstr "Ocultar cambios" - -#: setup/setup_migrate.tpl:162 setup/setup_migrate.tpl:218 -#: setup/setup_migrate.tpl:251 setup/setup_migrate.tpl:398 -#: setup/setup_migrate.tpl:455 setup/setup_migrate.tpl:505 -#: setup/setup_migrate.tpl:553 setup/setup_migrate.tpl:602 -msgid "Show changes" -msgstr "Mostrar cambios" - -#: setup/setup_migrate.tpl:178 -msgid "Move users into configured user tree" -msgstr "Mover usuarios al árbol de usuarios configurado" - -#: setup/setup_migrate.tpl:180 -msgid "" -"This dialog allows moving a couple of users to the configured user tree. " -"Doing this may straighten your LDAP service." -msgstr "" -"Este dialogo le permite mover una pareja de usuarios al árbol de usuarios " -"configurados. Hacer esto puede reforzar su servicio LDAP." - -#: setup/setup_migrate.tpl:183 -msgid "" -"Be careful with this option! There may be references pointing to these " -"users. The GOsa setup can't migrate references, so you may want to cancel " -"the migration in this case." -msgstr "" -"¡Tenga cuidado con esta opción! Puede haber referencias apuntando a estos " -"usuarios. La configuración de GOsa no puede migrar referencias, por lo que " -"puede querer cancelar la migración." - -#: setup/setup_migrate.tpl:186 -msgid "Move selected users into this people tree" -msgstr "Mover usuarios seleccionados al árbol de usuarios" - -#: setup/setup_migrate.tpl:233 -msgid "Migrate GOsa 2.5 administrative accounts" -msgstr "Migrar cuentas administrativas GOsa versión 2.5" - -#: setup/setup_migrate.tpl:235 -msgid "" -"This dialog allows the migration of GOsa 2.5 admin accounts into GOsa 2.6 " -"useable accounts." -msgstr "" -"Este dialogo le permite migrar cuentas administrativas 2.5 a cuentas " -"utilizables en la versión 2.6" - -#: setup/setup_migrate.tpl:293 -msgid "Abort" -msgstr "Cancelar" - -#: setup/setup_migrate.tpl:296 +#: setup/setup_migrate.tpl:40 msgid "Create a new GOsa administrator account" msgstr "Crear una nueva cuenta administrativa GOsa" -#: setup/setup_migrate.tpl:299 +#: setup/setup_migrate.tpl:41 msgid "" "This dialog will automatically add a new super administrator to your LDAP " "tree." @@ -1920,92 +1176,20 @@ msgstr "" "Este dialogo añadirá automáticamente un nuevo superadministrador a su árbol " "LDAP." -#: setup/setup_migrate.tpl:312 -#: plugins/personal/posix/class_posixAccount.inc:1312 +#: setup/setup_migrate.tpl:49 +#: plugins/personal/posix/class_posixAccount.inc:1308 msgid "User ID" msgstr "Identificador (ID) de usuario" -#: setup/setup_migrate.tpl:328 +#: setup/setup_migrate.tpl:53 ihtml/themes/default/login.tpl:47 +#: plugins/personal/generic/paste_generic.tpl:21 +msgid "Password" +msgstr "Contraseña" + +#: setup/setup_migrate.tpl:57 msgid "Password (again)" msgstr "Contraseña (de nuevo)" -#: setup/setup_migrate.tpl:356 -msgid "" -"The listed departments are currently invisible in the GOsa user interface. " -"If you want to change this for a couple of entries, select them and use the " -"migrate button below." -msgstr "" -"Actualmente los siguientes departamentos son invisibles en el interfaz de " -"GOsa. Si quiere modificar esto para algunas de las entradas, seleccionelas y " -"pulse el botón migrar." - -#: setup/setup_migrate.tpl:357 setup/setup_migrate.tpl:416 -#: setup/setup_migrate.tpl:476 setup/setup_migrate.tpl:525 -#: setup/setup_migrate.tpl:574 -msgid "" -"If you want to know what will be done when migrating the selected entries, " -"use the 'Show changes' button to see the LDIF." -msgstr "" -"Si quiere saber que se hará cuando se migren las entradas seleccionadas use " -"el botón 'Mostrar cambios' para ver el LDIF." - -#: setup/setup_migrate.tpl:415 -msgid "" -"The listed users are currently invisible in the GOsa user interface. If you " -"want to change this for a couple of users, just select them and use the " -"'Migrate' button below." -msgstr "" -"Actualmente los siguientes usuarios son invisibles en el interfaz de GOsa. " -"Si quiere modificar esto para algunos de los usuarios, seleccionelos y pulse " -"el botón migrar." - -#: setup/setup_migrate.tpl:475 -msgid "" -"The listed devices are currently invisible in the GOsa interface. If you " -"want to change this for a couple of devices, just select them and use the " -"'Migrate' button below." -msgstr "" -"Actualmente los siguientes dispositivos son invisibles en el interfaz de " -"GOsa. Si quiere modificar esto para algunas de los dispositivos " -"seleccionelos y pulse el botón migrar." - -#: setup/setup_migrate.tpl:502 setup/setup_migrate.tpl:550 -#: setup/setup_migrate.tpl:599 -msgid "Refresh" -msgstr "Refresco" - -#: setup/setup_migrate.tpl:524 -msgid "" -"The listed services are currently invalid for the GOsa version you are going " -"to install. If you want to update a couple of service, just select them and " -"use the 'Migrate' button below." -msgstr "" -"Actualmente los siguientes servicios son invisibles en el interfaz de GOsa. " -"Si quiere modificar esto para algunos de los servicios, seleccionelos y " -"pulse el botón migrar." - -#: setup/setup_migrate.tpl:573 -msgid "" -"The listed menus are currently invisible in the GOsa interface. If you want " -"to change this for a couple of devices, just select them and use the " -"'Migrate' button below." -msgstr "" -"Actualmente los siguientes menus son invisibles en el interfaz de GOsa. Si " -"quiere modificar esto para algunas de las entradas, seleccionelas y pulse el " -"botón migrar." - -#: setup/setup_frame.tpl:12 -msgid "GOsa setup wizard" -msgstr "Asistente de configuración de GOsa" - -#: setup/setup_frame.tpl:19 -msgid "Installation" -msgstr "Instalación" - -#: setup/setup_frame.tpl:19 -msgid "Setup" -msgstr "Configuración" - #: setup/class_setupStep_Welcome.inc:38 msgid "Welcome" msgstr "Bienvenido" @@ -2015,7 +1199,8 @@ msgid "The welcome message" msgstr "Mensaje de Bienvenida" #: setup/class_setupStep_Welcome.inc:40 -msgid "Welcome to GOsa setup wizard" +#, fuzzy +msgid "Welcome to the GOsa setup assistent" msgstr "Bienvenidos al asistente de configuración de GOsa" #: setup/setup_language.tpl:3 @@ -2036,41 +1221,77 @@ msgstr "" msgid "Please select your preferred language here" msgstr "Por favor seleccione su idioma preferido" -#: setup/setup_checks.tpl:9 +#: setup/setup_checks.tpl:2 +msgid "" +"This step checks if your PHP server has all required modules and " +"configuration settings." +msgstr "" + +#: setup/setup_checks.tpl:5 +#, fuzzy +msgid "Inspection" +msgstr "Inspección LDAP" + +#: setup/setup_checks.tpl:8 msgid "PHP module and extension checks" msgstr "Comprobaciones de módulos y extensiones PHP" -#: setup/setup_checks.tpl:41 setup/setup_checks.tpl:103 +#: setup/setup_checks.tpl:10 +msgid "Basic checks" +msgstr "" + +#: setup/setup_checks.tpl:27 setup/setup_checks.tpl:68 +#: plugins/personal/posix/class_posixAccount.inc:650 +#: plugins/personal/posix/class_posixAccount.inc:773 +#: plugins/admin/groups/class_group.inc:832 +#: plugins/admin/departments/dep_move_confirm.tpl:2 include/functions.inc:2640 +#: include/functions.inc:2644 include/functions.inc:2650 +#: include/functions.inc:2674 include/utils/class_xml.inc:37 +#: include/class_tabs.inc:249 include/class_configRegistry.inc:655 +#: include/class_configRegistry.inc:670 include/class_configRegistry.inc:685 +#: include/class_configRegistry.inc:700 include/class_configRegistry.inc:716 +#: include/class_configRegistry.inc:721 include/class_configRegistry.inc:738 +#: include/class_configRegistry.inc:743 include/class_configRegistry.inc:761 +#: include/class_configRegistry.inc:766 include/class_configRegistry.inc:782 +#: include/class_configRegistry.inc:797 include/class_configRegistry.inc:812 +#: html/password.php:316 +msgid "Warning" +msgstr "Aviso" + +#: setup/setup_checks.tpl:38 setup/setup_checks.tpl:79 msgid "GOsa will NOT run without fixing this." msgstr "GOsa NO funcionara si no arregla esto." -#: setup/setup_checks.tpl:45 setup/setup_checks.tpl:107 +#: setup/setup_checks.tpl:40 setup/setup_checks.tpl:81 msgid "GOsa will run without fixing this." msgstr "GOsa puede funcionar sin que se arregle esto." -#: setup/setup_checks.tpl:67 +#: setup/setup_checks.tpl:50 msgid "PHP setup configuration" msgstr "Configuración de PHP" -#: setup/setup_checks.tpl:67 +#: setup/setup_checks.tpl:50 msgid "show information" msgstr "mostrar información" -#: setup/class_setupStep_Finish.inc:37 -#: ihtml/themes/default/copyPasteDialog.tpl:32 -#: ihtml/themes/modern/copyPasteDialog.tpl:30 +#: setup/setup_checks.tpl:51 +msgid "Extended checks" +msgstr "" + +#: setup/class_setupStep_Finish.inc:39 +#: ihtml/themes/default/copyPasteDialog.tpl:30 msgid "Finish" msgstr "Terminar" -#: setup/class_setupStep_Finish.inc:38 +#: setup/class_setupStep_Finish.inc:40 msgid "Write configuration file" msgstr "Escribir archivo de configuración" -#: setup/class_setupStep_Finish.inc:39 +#: setup/class_setupStep_Finish.inc:41 msgid "Finish - write the configuration file" msgstr "Terminar - Escribir el archivo de configuración" -#: setup/class_setupStep_Finish.inc:104 +#: setup/class_setupStep_Finish.inc:106 msgid "" "Your configuration file is currently world readable. Please update the file " "permissions!" @@ -2078,11 +1299,11 @@ msgstr "" "El fichero de configuración es universalmente legible. ¡Por favor modifique " "los permisos del archivo!" -#: setup/class_setupStep_Finish.inc:106 +#: setup/class_setupStep_Finish.inc:108 msgid "The configuration is currently not readable or it does not exists." msgstr "En estos momentos la configuración no es accesible o no existe." -#: setup/class_setupStep_Finish.inc:115 +#: setup/class_setupStep_Finish.inc:117 #, php-format msgid "" "After downloading and placing the file under %s, please make sure that the " @@ -2094,116 +1315,76 @@ msgstr "" "servicio web es capaz de leer %s, mientras que los otros usuarios no. Si " "quiere puede ejecutar los siguientes comandos para cumplir lo requerido:" -#: setup/class_setupStep_Config1.inc:74 setup/class_setupStep_Config1.inc:75 -msgid "GOsa settings 1/3" -msgstr "Configuración GOsa 1/3" - -#: setup/class_setupStep_Config1.inc:76 -msgid "GOsa generic settings" -msgstr "Configuración genérica de GOsa" - -#: setup/class_setupStep_Config1.inc:118 -#, php-format -msgid "The specified value for '%s' must be a numeric value" -msgstr "El valor especificado para '%s' debe ser una valor numérico" - -#: setup/class_setupStep_Config1.inc:122 setup/class_setupStep_Config1.inc:126 -#, php-format -msgid "Don't add a trailing comma to '%s'." -msgstr "No añada una coma final a '%s'" - -#: setup/class_setupStep_Config1.inc:122 -msgid "People storage ou" -msgstr "OU de almacenamiento de Usuarios" - -#: setup/class_setupStep_Config1.inc:126 -msgid "Group storage ou" -msgstr "OU de almacenamiento de Grupos" - -#: setup/class_setupStep_Config1.inc:130 -msgid "Uid base must be numeric" -msgstr "El Uid base debe ser un valor numérico" - -#: setup/class_setupStep_Config1.inc:134 -msgid "The given password minimum length is not numeric." +#: ihtml/themes/default/ldifViewer.tpl:1 +msgid "Raw LDAP entry" msgstr "" -"El valor indicado como longitud mínima de la contraseña no es un valor " -"numérico." -#: setup/class_setupStep_Config1.inc:137 -msgid "The given password differ value is not numeric." -msgstr "" -"El valor indicado como diferencias mínimas de la contraseña no es un valor " -"numérico." - -#: ihtml/themes/default/acl.tpl:7 ihtml/themes/modern/acl.tpl:7 -#: plugins/admin/acl/acl_role.tpl:3 plugins/admin/acl/acl_role.tpl:4 +#: ihtml/themes/default/acl.tpl:7 plugins/admin/acl/acl_role.tpl:3 +#: plugins/admin/acl/acl_role.tpl:4 msgid "Assigned ACL for current entry" msgstr "Asignando ACL a la entrada actual" -#: ihtml/themes/default/acl.tpl:12 ihtml/themes/modern/acl.tpl:10 -#: plugins/admin/acl/acl_role.tpl:38 +#: ihtml/themes/default/acl.tpl:10 plugins/admin/acl/acl_role.tpl:38 msgid "New ACL" msgstr "Nueva ACL" -#: ihtml/themes/default/acl.tpl:18 ihtml/themes/modern/acl.tpl:19 -#: plugins/admin/acl/acl_role.tpl:45 +#: ihtml/themes/default/acl.tpl:15 ihtml/themes/default/acl.tpl:16 +#: include/class_userFilter.inc:55 +msgid "Options" +msgstr "Opciones" + +#: ihtml/themes/default/acl.tpl:19 plugins/admin/acl/acl_role.tpl:45 msgid "ACL type" msgstr "Tipo de ACL" -#: ihtml/themes/default/acl.tpl:20 ihtml/themes/default/acl.tpl:25 -#: ihtml/themes/modern/acl.tpl:23 ihtml/themes/modern/acl.tpl:28 +#: ihtml/themes/default/acl.tpl:23 ihtml/themes/default/acl.tpl:28 #: plugins/admin/acl/acl_role.tpl:45 msgid "Select an acl type" msgstr "Seleccione un tipo de ACL" -#: ihtml/themes/default/acl.tpl:38 ihtml/themes/modern/acl.tpl:40 +#: ihtml/themes/default/acl.tpl:40 msgid "Additional filter options" msgstr "Añadir opciones de filtrado" -#: ihtml/themes/default/acl.tpl:49 ihtml/themes/modern/acl.tpl:57 +#: ihtml/themes/default/acl.tpl:53 ihtml/themes/default/acl.tpl:65 +#: include/class_acl.inc:1106 +msgid "Members" +msgstr "Miembros" + +#: ihtml/themes/default/acl.tpl:54 +#, fuzzy +msgid "Member selection" +msgstr "Parametros de grupos" + +#: ihtml/themes/default/acl.tpl:57 msgid "Use members from" msgstr "Usar miembros de" -#: ihtml/themes/default/acl.tpl:64 -msgid "Available members" -msgstr "Miembros disponibles" - -#: ihtml/themes/default/acl.tpl:66 ihtml/themes/default/acl.tpl:71 -#: ihtml/themes/modern/acl.tpl:69 ihtml/themes/modern/acl.tpl:74 +#: ihtml/themes/default/acl.tpl:69 ihtml/themes/default/acl.tpl:74 msgid "List message possible targets" msgstr "Mostrar mensaje de posibles destinos" -#: ihtml/themes/default/acl.tpl:87 ihtml/themes/modern/acl.tpl:53 -#: ihtml/themes/modern/acl.tpl:65 include/class_acl.inc:1104 -msgid "Members" -msgstr "Miembros" - -#: ihtml/themes/default/acl.tpl:89 ihtml/themes/default/acl.tpl:95 -#: ihtml/themes/modern/acl.tpl:92 ihtml/themes/modern/acl.tpl:98 +#: ihtml/themes/default/acl.tpl:92 ihtml/themes/default/acl.tpl:98 msgid "List message recipients" msgstr "Lista de recipientes de mensajes" -#: ihtml/themes/default/acl.tpl:109 ihtml/themes/modern/acl.tpl:112 -#: plugins/admin/acl/acl_role.tpl:51 +#: ihtml/themes/default/acl.tpl:112 plugins/admin/acl/acl_role.tpl:51 msgid "List of available ACL categories" msgstr "Lista de categorías ACL disponibles" -#: ihtml/themes/default/acl.tpl:117 ihtml/themes/modern/acl.tpl:120 +#: ihtml/themes/default/acl.tpl:120 msgid "ACL for this object" msgstr "ACL que tienen este objeto" -#: ihtml/themes/default/acl.tpl:123 ihtml/themes/modern/acl.tpl:126 +#: ihtml/themes/default/acl.tpl:126 msgid "Available roles" msgstr "Roles disponibles" #: ihtml/themes/default/copyPasteDialog.tpl:1 -#: ihtml/themes/modern/copyPasteDialog.tpl:1 msgid "Copy & paste wizard" msgstr "Asistente para copiar y pegar" #: ihtml/themes/default/copyPasteDialog.tpl:7 -#: ihtml/themes/modern/copyPasteDialog.tpl:7 msgid "" "Some values need to be unique in the complete directory while some " "combinations make no sense. GOsa shows the relevant attributes. Please " @@ -2215,13 +1396,11 @@ msgstr "" "políticas." #: ihtml/themes/default/copyPasteDialog.tpl:9 -#: ihtml/themes/modern/copyPasteDialog.tpl:9 msgid "Remember that some properties like taken snapshots will not be copied!" msgstr "" "¡Recuerde que propiedades como gestionar instantáneas no serán copiadas!" #: ihtml/themes/default/copyPasteDialog.tpl:10 -#: ihtml/themes/modern/copyPasteDialog.tpl:10 msgid "" "Or if you copy or cut an entry within GOsa and delete the source object, you " "may get errors while pasting this object again!" @@ -2230,29 +1409,24 @@ msgstr "" "¡tendrá errores al pegar el objeto!" #: ihtml/themes/default/copyPasteDialog.tpl:19 -#: ihtml/themes/modern/copyPasteDialog.tpl:19 -#: include/utils/class_msgPool.inc:330 +#: include/utils/class_msgPool.inc:313 #, php-format msgid "Save" msgstr "Guardar" -#: ihtml/themes/default/copyPasteDialog.tpl:24 -#: ihtml/themes/modern/copyPasteDialog.tpl:23 +#: ihtml/themes/default/copyPasteDialog.tpl:23 msgid "Cancel all" msgstr "Cancelar todo" -#: ihtml/themes/default/copyPasteDialog.tpl:30 -#: ihtml/themes/modern/copyPasteDialog.tpl:28 +#: ihtml/themes/default/copyPasteDialog.tpl:28 msgid "Operation complete" msgstr "Operación incompleta" #: ihtml/themes/default/logout-close.tpl:5 -#: ihtml/themes/modern/logout-close.tpl:5 msgid "Your GOsa session has been closed!" msgstr "¡Su sesión de GOsa se ha terminado!" #: ihtml/themes/default/logout-close.tpl:7 -#: ihtml/themes/modern/logout-close.tpl:7 msgid "" "Please close this browser window and clean the authentication caches to " "avoid an automatic re-authentication by your browser." @@ -2260,102 +1434,64 @@ msgstr "" "Por favor cierre la ventana del navegador y limpie la cache para evitar una " "reautentificación automática de su navegador." -#: ihtml/themes/default/login.tpl:10 -msgid "GOsa login screen" -msgstr "Pantalla de inicio de GOsa" - -#: ihtml/themes/default/login.tpl:27 -msgid "Login screen" -msgstr "Pantalla de inicio" - -#: ihtml/themes/default/login.tpl:34 -msgid "" -"Please use your username and your password to log into the site " -"administration system." -msgstr "" -"Por favor use su nombre de usuario y contraseña para iniciar sesión en el " -"sistema de administración." +#: ihtml/themes/default/login.tpl:31 +#, fuzzy +msgid "Login to GOsa" +msgstr "Bienvenidos al asistente de configuración de GOsa" -#: ihtml/themes/default/login.tpl:42 ihtml/themes/default/login.tpl:44 -#: ihtml/themes/default/password.tpl:69 ihtml/themes/default/password.tpl:71 -#: ihtml/themes/modern/login.tpl:37 ihtml/themes/modern/login.tpl:40 +#: ihtml/themes/default/login.tpl:37 ihtml/themes/default/login.tpl:40 msgid "Username" msgstr "Nombre de Usuario" -#: ihtml/themes/default/login.tpl:52 ihtml/themes/default/login.tpl:53 -#: ihtml/themes/default/password.tpl:60 ihtml/themes/default/password.tpl:62 -#: ihtml/themes/modern/login.tpl:62 -msgid "Directory" -msgstr "Directorio" - -#: ihtml/themes/default/login.tpl:77 ihtml/themes/default/login.tpl:80 -#: ihtml/themes/modern/login.tpl:31 ihtml/themes/modern/login.tpl:67 -#: ihtml/themes/modern/login.tpl:68 -msgid "Sign in" -msgstr "Entrando" +#: ihtml/themes/default/login.tpl:61 +msgid "Choose the directory to work on" +msgstr "" -#: ihtml/themes/default/login.tpl:78 ihtml/themes/modern/login.tpl:67 +#: ihtml/themes/default/login.tpl:66 msgid "Click here to log in" msgstr "Pulse aquí para iniciar sesión" -#: ihtml/themes/default/remove.tpl:6 -msgid "" -"This may be used by several groups. Please double check if your really want " -"to do this since there is no way for GOsa to get your data back." -msgstr "" -"Esta puede ser usada por varios grupos. Si está seguro de lo que quiere " -"hacer pulse dos veces, ya que no hay manera de que GOsa recupere " -"posteriormente la información." +#: ihtml/themes/default/login.tpl:66 ihtml/themes/default/login.tpl:67 +#, fuzzy +msgid "Log in" +msgstr "Inicio" -#: ihtml/themes/default/remove.tpl:9 -msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." -msgstr "" -"Entonces, si esta seguro, presione Eliminar para continuar o " -"Cancelar para Abortar." +#: ihtml/themes/default/userFilter.tpl:1 +#, fuzzy +msgid "List of defined filters" +msgstr "Escribir archivo de configuración" -#: ihtml/themes/default/framework.tpl:8 ihtml/themes/default/framework.tpl:11 -#: ihtml/themes/default/framework.tpl:20 ihtml/themes/default/framework.tpl:24 -#: ihtml/themes/modern/framework.tpl:10 include/class_pluglist.inc:229 -msgid "" -"You are currently editing a database entry. Do you want to dismiss the " +#: ihtml/themes/default/framework.tpl:9 +#, fuzzy +msgid "Log out" +msgstr "Salir" + +#: ihtml/themes/default/framework.tpl:10 +msgid "" +"You are currently editing a database entry. Do you want to dismiss the " "changes?" msgstr "" "Esta actualmente editando una entrada de base de datos.¿Quiere desestimar " "los cambios?" -#: ihtml/themes/default/framework.tpl:8 ihtml/themes/default/framework.tpl:11 -msgid "Main" -msgstr "Inicio" - -#: ihtml/themes/default/framework.tpl:16 -msgid "Help" -msgstr "Ayuda" - -#: ihtml/themes/default/framework.tpl:21 ihtml/themes/default/framework.tpl:25 -msgid "Sign out" -msgstr "Salir" - -#: ihtml/themes/default/framework.tpl:29 -msgid "Signed in:" -msgstr "Entrando" - -#: ihtml/themes/default/framework.tpl:32 -msgid "GOsa main menu" -msgstr "Menú inicial de GOsa" +#: ihtml/themes/default/framework.tpl:22 +#, fuzzy, php-format +msgid "Session expires in %d!" +msgstr "¡La sesión no es codificada!" -#: ihtml/themes/default/help.tpl:9 ihtml/themes/modern/help.tpl:9 +#: ihtml/themes/default/help.tpl:9 msgid "GOsa help viewer" msgstr "Ventana de ayuda de GOsa" -#: ihtml/themes/default/help.tpl:15 ihtml/themes/modern/help.tpl:15 +#: ihtml/themes/default/help.tpl:15 msgid "Index" msgstr "índice" -#: ihtml/themes/default/islocked.tpl:2 ihtml/themes/modern/islocked.tpl:4 +#: ihtml/themes/default/islocked.tpl:4 msgid "Locking conflict detected" msgstr "Detectado conflicto de Bloqueos" -#: ihtml/themes/default/islocked.tpl:9 ihtml/themes/modern/islocked.tpl:14 +#: ihtml/themes/default/islocked.tpl:14 msgid "" "If this lock detection is false, the other person has obviously closed the " "webbrowser during the edit operation. You may want to take over the lock by " @@ -2365,82 +1501,15 @@ msgstr "" "mientras estaba editando. Puede eliminar el archivo de bloqueo en ese caso, " "pulsando en el botón Eliminar." -#: ihtml/themes/default/islocked.tpl:16 ihtml/themes/modern/islocked.tpl:23 +#: ihtml/themes/default/islocked.tpl:23 msgid "Read only" msgstr "Solo lectura" -#: ihtml/themes/default/password.tpl:6 -msgid "Change your password" -msgstr "Cambie su contraseña" - -#: ihtml/themes/default/password.tpl:35 -msgid "Success" -msgstr "Correcto" - -#: ihtml/themes/default/password.tpl:35 -msgid "Your password has been changed successfully." -msgstr "Su contraseña se ha cambiado correctamente." - -#: ihtml/themes/default/password.tpl:41 -#: plugins/personal/password/class_password.inc:78 -#: plugins/personal/password/class_password.inc:81 -#: plugins/personal/password/class_password.inc:84 -#: plugins/personal/password/class_password.inc:87 -#: plugins/personal/password/class_password.inc:90 -#: plugins/personal/password/class_password.inc:93 -#: plugins/personal/password/class_password.inc:107 -#: plugins/personal/password/class_password.inc:113 -#: plugins/admin/users/class_userManagement.inc:277 html/main.php:341 -msgid "Password change" -msgstr "Cambio de contraseña" - -#: ihtml/themes/default/password.tpl:53 -msgid "" -"This dialog provides a simple way to change your password. Enter the current " -"password and the new password (twice) in the fields below and press the " -"'Change' button." -msgstr "" -"Este dialogo le permite cambiar de forma sencilla la contraseña. Introduzca " -"la contraseña actual y la nueva contraseña (dos veces) en los campos " -"siguientes y presione en el botón 'Cambiar'." - -#: ihtml/themes/default/password.tpl:78 ihtml/themes/default/password.tpl:79 -#: plugins/personal/password/password.tpl:13 html/password.php:243 -msgid "Current password" -msgstr "Contraseña actual" - -#: ihtml/themes/default/password.tpl:82 ihtml/themes/default/password.tpl:83 -#: plugins/personal/password/password.tpl:18 -#: plugins/personal/generic/password.tpl:7 -#: plugins/personal/myaccount/main.inc:97 plugins/admin/users/password.tpl:13 -#: plugins/admin/users/class_userManagement.inc:250 html/password.php:220 -msgid "New password" -msgstr "Nueva contraseña" - -#: ihtml/themes/default/password.tpl:86 ihtml/themes/default/password.tpl:87 -msgid "New password repeated" -msgstr "Repita la nueva contraseña" - -#: ihtml/themes/default/password.tpl:90 -#: plugins/personal/password/password.tpl:28 -msgid "Password strength" -msgstr "Seguridad de contraseña" - -#: ihtml/themes/default/password.tpl:101 -msgid "Change" -msgstr "Cambiar" - -#: ihtml/themes/default/password.tpl:102 -msgid "Click here to change your password" -msgstr "Pulse aquí para cambiar su contraseña" - #: ihtml/themes/default/snapshotdialog.tpl:3 -#: ihtml/themes/modern/snapshotdialog.tpl:3 msgid "Restoring object snapshots" msgstr "Recuperar instantanea de objetos" #: ihtml/themes/default/snapshotdialog.tpl:6 -#: ihtml/themes/modern/snapshotdialog.tpl:6 msgid "" "This procedure will restore a snapshot of the selected object. It will " "replace the existing object after pressing the restore button." @@ -2450,7 +1519,6 @@ msgstr "" "recuperar." #: ihtml/themes/default/snapshotdialog.tpl:9 -#: ihtml/themes/modern/snapshotdialog.tpl:9 msgid "" "Remember that DNS configuration and database entries could not be restored. " "For some objects it is only nescessary to open and save them again (goFon), " @@ -2462,7 +1530,6 @@ msgstr "" "manualmente (glpi)." #: ihtml/themes/default/snapshotdialog.tpl:12 -#: ihtml/themes/modern/snapshotdialog.tpl:12 msgid "" "Don't forget to check references to other objects, for example does the " "selected printer still exists ?" @@ -2471,34 +1538,28 @@ msgstr "" "existen las impresoras seleccionadas?" #: ihtml/themes/default/snapshotdialog.tpl:20 -#: ihtml/themes/default/snapshotdialog.tpl:62 -#: ihtml/themes/modern/snapshotdialog.tpl:20 -#: ihtml/themes/modern/snapshotdialog.tpl:63 -#: plugins/admin/departments/class_department.inc:624 -#: include/utils/class_msgPool.inc:475 include/class_acl.inc:797 -#: include/class_acl.inc:804 include/class_acl.inc:811 +#: ihtml/themes/default/snapshotdialog.tpl:63 +#: plugins/admin/departments/class_department.inc:626 +#: include/utils/class_msgPool.inc:458 include/class_acl.inc:795 +#: include/class_acl.inc:802 include/class_acl.inc:809 msgid "Object" msgstr "Objeto" #: ihtml/themes/default/snapshotdialog.tpl:29 -#: ihtml/themes/modern/snapshotdialog.tpl:29 msgid "There is no snapshot available that could be restored" msgstr "No hay instantaneas disponibles que puedan ser recuperadas" #: ihtml/themes/default/snapshotdialog.tpl:31 -#: ihtml/themes/modern/snapshotdialog.tpl:31 msgid "Choose a snapshot and click the folder image, to restore the snapshot" msgstr "" "Elija una instantanea y pulse en la imagen carpeta, para recuperar la " "instantanea" -#: ihtml/themes/default/snapshotdialog.tpl:49 -#: ihtml/themes/modern/snapshotdialog.tpl:50 +#: ihtml/themes/default/snapshotdialog.tpl:50 msgid "Creating object snapshots" msgstr "Creando instantaneas de objetos" -#: ihtml/themes/default/snapshotdialog.tpl:52 -#: ihtml/themes/modern/snapshotdialog.tpl:53 +#: ihtml/themes/default/snapshotdialog.tpl:53 msgid "" "This procedure will create a snapshot of the selected object. It will be " "stored inside a special branch of your directory system and can be restored " @@ -2508,8 +1569,7 @@ msgstr "" "Serán guardados dentro de una carpeta especial de sus sistema de archivos y " "podrán recuperados posteriormente." -#: ihtml/themes/default/snapshotdialog.tpl:55 -#: ihtml/themes/modern/snapshotdialog.tpl:56 +#: ihtml/themes/default/snapshotdialog.tpl:56 msgid "" "Remember that database entries, DNS configurations and possibly created " "zones in server extensions will not be stored in the snapshot." @@ -2517,25 +1577,22 @@ msgstr "" "Recuerde que las entradas de base de datos, configuración DNS y zonas " "creadas en extensiones de servidor no serán guardadas en la instantánea." -#: ihtml/themes/default/snapshotdialog.tpl:70 -#: ihtml/themes/modern/snapshotdialog.tpl:71 +#: ihtml/themes/default/snapshotdialog.tpl:71 msgid "Timestamp" msgstr "Marca de tiempo" -#: ihtml/themes/default/snapshotdialog.tpl:79 -#: ihtml/themes/modern/snapshotdialog.tpl:80 +#: ihtml/themes/default/snapshotdialog.tpl:80 msgid "Reason for generating this snapshot" msgstr "Razón para generar esta instantánea" -#: ihtml/themes/default/snapshotdialog.tpl:87 -#: ihtml/themes/modern/snapshotdialog.tpl:88 +#: ihtml/themes/default/snapshotdialog.tpl:88 #: plugins/admin/users/template.tpl:49 -#: plugins/admin/departments/class_department.inc:564 -#: plugins/admin/departments/class_department.inc:646 +#: plugins/admin/departments/class_department.inc:566 +#: plugins/admin/departments/class_department.inc:648 msgid "Continue" msgstr "Continuar" -#: ihtml/themes/default/sizelimit.tpl:3 ihtml/themes/modern/sizelimit.tpl:3 +#: ihtml/themes/default/sizelimit.tpl:3 msgid "" "The size limit option makes LDAP operations faster and saves the LDAP server " "from getting too much load. The easiest way to handle big databases without " @@ -2548,16 +1605,16 @@ msgstr "" "la búsqueda a valores pequeños y usar filtros para encontrar las entradas " "que este buscando." -#: ihtml/themes/default/sizelimit.tpl:6 ihtml/themes/modern/sizelimit.tpl:8 +#: ihtml/themes/default/sizelimit.tpl:8 msgid "Please choose the way to react for this session" msgstr "Por favor elija la forma de reaccionar en esta sesión" -#: ihtml/themes/default/sizelimit.tpl:9 ihtml/themes/modern/sizelimit.tpl:10 +#: ihtml/themes/default/sizelimit.tpl:10 msgid "ignore this error and show all entries the LDAP server returns" msgstr "" "ignore este error y muestre todas las entradas devueltas por el servidor LDAP" -#: ihtml/themes/default/sizelimit.tpl:10 ihtml/themes/modern/sizelimit.tpl:11 +#: ihtml/themes/default/sizelimit.tpl:11 msgid "" "ignore this error and show all entries that fit into the defined sizelimit " "and let me use filters instead" @@ -2565,51 +1622,18 @@ msgstr "" "ignore este error y muestre todas las entradas que coincidan con el tamaño " "limite definido y active el uso de filtros en su lugar" -#: ihtml/themes/default/sizelimit.tpl:14 ihtml/themes/modern/sizelimit.tpl:16 -#: include/utils/class_msgPool.inc:348 +#: ihtml/themes/default/sizelimit.tpl:16 include/utils/class_msgPool.inc:331 #, php-format msgid "Set" msgstr "Activar" -#: ihtml/themes/default/logout.tpl:5 ihtml/themes/modern/logout.tpl:6 -msgid "Your GOsa session has expired!" -msgstr "¡Su sesión de GOsa ha caducado!" - -#: ihtml/themes/default/logout.tpl:7 ihtml/themes/modern/logout.tpl:9 -msgid "" -"The last interaction with the GOsa web interface has been some time ago in " -"the past. For security reasons, the session has been closed. To continue " -"with administrative tasks, please sign in again." -msgstr "" -"La última interacción con el interfaz web de GOsa fue hace ya bastante " -"tiempo. Por razones de seguridad, la sesión ha sido cancelada. Para " -"continuar con las tareas administrativas, vuelva a iniciar sesión de nuevo." - -#: ihtml/themes/default/logout.tpl:10 ihtml/themes/modern/logout.tpl:15 -msgid "Sign in again" -msgstr "Entrando de nuevo" - -#: ihtml/themes/modern/acl.tpl:15 ihtml/themes/modern/acl.tpl:16 -#: include/class_userFilter.inc:55 -msgid "Options" -msgstr "Opciones" - -#: ihtml/themes/modern/acl.tpl:54 -#, fuzzy -msgid "Member selection" -msgstr "Parametros de grupos" - -#: ihtml/themes/modern/userFilter.tpl:1 -#, fuzzy -msgid "List of defined filters" -msgstr "Escribir archivo de configuración" - -#: ihtml/themes/modern/removeEntries.tpl:4 +#: ihtml/themes/default/removeEntries.tpl:4 +#: plugins/addons/propertyEditor/property-list.tpl:7 #, fuzzy msgid "Attention" msgstr "Autenticación" -#: ihtml/themes/modern/removeEntries.tpl:14 +#: ihtml/themes/default/removeEntries.tpl:14 #, fuzzy msgid "" "If you're sure you want to do this press 'Delete' to continue or 'Cancel' to " @@ -2618,36 +1642,60 @@ msgstr "" "Entonces, si esta seguro, presione Eliminar para continuar o " "Cancelar para Abortar." -#: ihtml/themes/modern/msg_dialog.tpl:55 -#: ihtml/themes/modern/msg_dialog.tpl:103 +#: ihtml/themes/default/logout.tpl:6 +msgid "Your GOsa session has expired!" +msgstr "¡Su sesión de GOsa ha caducado!" + +#: ihtml/themes/default/logout.tpl:9 +#, fuzzy +msgid "" +"It has been a while since your last interaction with GOsa took place. Your " +"session has been closed for security reasons. Please login again to continue " +"with administrative tasks." +msgstr "" +"La última interacción con el interfaz web de GOsa fue hace ya bastante " +"tiempo. Por razones de seguridad, la sesión ha sido cancelada. Para " +"continuar con las tareas administrativas, vuelva a iniciar sesión de nuevo." + +#: ihtml/themes/default/logout.tpl:16 +#, fuzzy +msgid "Login again" +msgstr "Entrando de nuevo" + +#: ihtml/themes/default/msg_dialog.tpl:55 +#: ihtml/themes/default/msg_dialog.tpl:103 msgid "Error message title" msgstr "" -#: ihtml/themes/modern/msg_dialog.tpl:66 -#: ihtml/themes/modern/msg_dialog.tpl:115 +#: ihtml/themes/default/msg_dialog.tpl:66 +#: ihtml/themes/default/msg_dialog.tpl:115 #, fuzzy msgid "Error message" msgstr "Enviar mensaje" -#: ihtml/themes/modern/userFilterEditor.tpl:1 -#: ihtml/themes/modern/userFilterEditor.tpl:5 +#: ihtml/themes/default/userFilterEditor.tpl:1 +#: ihtml/themes/default/userFilterEditor.tpl:5 #, fuzzy msgid "Filter editor" msgstr "Error del filtro" -#: ihtml/themes/modern/userFilterEditor.tpl:8 +#: ihtml/themes/default/userFilterEditor.tpl:8 #, fuzzy msgid "Filter properties" msgstr "Editar características generales" -#: ihtml/themes/modern/userFilterEditor.tpl:19 -#: plugins/generic/references/contents.tpl:12 +#: ihtml/themes/default/userFilterEditor.tpl:19 +#: plugins/generic/references/class_reference.inc:57 +#: plugins/generic/references/class_reference.inc:63 +#: plugins/generic/references/class_reference.inc:69 +#: plugins/generic/references/class_reference.inc:75 +#: plugins/generic/references/class_reference.inc:81 #: plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc:45 #: plugins/personal/posix/groupSelect/group-list.xml:40 #: plugins/personal/posix/trustSelect/trust-list.xml:53 #: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:57 #: plugins/admin/groups/generic.tpl:24 -#: plugins/admin/groups/class_group.inc:1022 +#: plugins/admin/groups/class_group.inc:1038 #: plugins/admin/groups/group-list.xml:49 #: plugins/admin/departments/class_domain.inc:63 #: plugins/admin/departments/class_domain.inc:91 @@ -2657,8 +1705,8 @@ msgstr "Editar características generales" #: plugins/admin/departments/class_localityGeneric.inc:64 #: plugins/admin/departments/class_localityGeneric.inc:92 #: plugins/admin/departments/locality.tpl:19 -#: plugins/admin/departments/class_department.inc:365 -#: plugins/admin/departments/class_department.inc:669 +#: plugins/admin/departments/class_department.inc:367 +#: plugins/admin/departments/class_department.inc:677 #: plugins/admin/departments/dcObject.tpl:19 #: plugins/admin/departments/domain.tpl:19 #: plugins/admin/departments/country.tpl:19 @@ -2669,156 +1717,228 @@ msgstr "Editar características generales" #: plugins/admin/departments/class_dcObject.inc:63 #: plugins/admin/departments/class_dcObject.inc:91 #: plugins/admin/acl/acl_role.tpl:17 plugins/admin/acl/acl-list.xml:57 -#: plugins/admin/acl/class_aclRole.inc:165 -#: plugins/admin/acl/class_aclRole.inc:726 +#: plugins/admin/acl/class_aclRole.inc:163 +#: plugins/admin/acl/class_aclRole.inc:740 #: plugins/admin/ogroups/generic.tpl:15 #: plugins/admin/ogroups/objectSelect/selectObject-list.xml:105 -#: plugins/admin/ogroups/class_ogroup.inc:851 +#: plugins/admin/ogroups/class_ogroup.inc:835 #: plugins/admin/ogroups/ogroup-list.xml:49 -#: include/class_userFilterEditor.inc:242 include/class_acl.inc:253 -#: include/class_acl.inc:263 include/class_SnapShotDialog.inc:177 +#: include/class_userFilterEditor.inc:242 include/class_acl.inc:252 +#: include/class_acl.inc:262 include/class_SnapShotDialog.inc:173 #: include/class_userFilter.inc:55 msgid "Description" msgstr "Descripción" -#: ihtml/themes/modern/userFilterEditor.tpl:27 include/class_userFilter.inc:55 +#: ihtml/themes/default/userFilterEditor.tpl:27 +#: include/class_userFilter.inc:55 #, fuzzy msgid "Parent filter" msgstr "Parámetro" -#: ihtml/themes/modern/userFilterEditor.tpl:40 +#: ihtml/themes/default/userFilterEditor.tpl:40 #: plugins/personal/generic/generic.tpl:607 -#: plugins/personal/generic/class_user.inc:1663 +#: plugins/personal/generic/class_user.inc:1675 msgid "Public visible" msgstr "Visible por todos" -#: ihtml/themes/modern/userFilterEditor.tpl:49 +#: ihtml/themes/default/userFilterEditor.tpl:45 +msgid "Enabled" +msgstr "Activado" + +#: ihtml/themes/default/userFilterEditor.tpl:49 msgid "Categories where the filter is visible" msgstr "" -#: ihtml/themes/modern/userFilterEditor.tpl:69 +#: ihtml/themes/default/userFilterEditor.tpl:69 #, fuzzy msgid "Query" msgstr "usuario" -#: plugins/generic/references/class_reference.inc:43 -#: plugins/personal/posix/class_posixAccount.inc:37 -msgid "UNIX" -msgstr "UNIX" - -#: plugins/generic/references/class_reference.inc:45 -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:72 -#: plugins/admin/users/class_userManagement.inc:762 -#: plugins/admin/groups/class_groupManagement.inc:165 -#: plugins/admin/ogroups/tabs_ogroups.inc:148 -msgid "Mail" -msgstr "Correo Electrónico" - -#: plugins/generic/references/class_reference.inc:47 -#: plugins/generic/references/class_reference.inc:49 -#: plugins/personal/posix/class_posixAccount.inc:294 -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:80 -#: plugins/admin/users/class_userManagement.inc:767 -#: plugins/admin/groups/class_groupManagement.inc:173 -msgid "Samba" -msgstr "Samba" +#: plugins/generic/references/class_reference.inc:58 +#: plugins/generic/references/class_reference.inc:64 +#: plugins/personal/posix/generic.tpl:89 +#: plugins/personal/posix/paste_generic.tpl:54 +#: plugins/personal/posix/paste_generic.tpl:57 +msgid "Group membership" +msgstr "Pertenencia a grupo" -#: plugins/generic/references/class_reference.inc:51 -#: plugins/admin/users/class_userManagement.inc:779 -msgid "FAX" -msgstr "FAX" +#: plugins/generic/references/class_reference.inc:70 +#, fuzzy +msgid "Role membership" +msgstr "Pertenencia a grupo" -#: plugins/generic/references/class_reference.inc:53 -msgid "Proxy" -msgstr "Proxy" +#: plugins/generic/references/class_reference.inc:76 +#, fuzzy +msgid "Object group membership" +msgstr "Grupo de objetos genérico" -#: plugins/generic/references/class_reference.inc:55 -msgid "FTP" -msgstr "FTP" +#: plugins/generic/references/class_reference.inc:82 +#, fuzzy +msgid "Department manager" +msgstr "Administración de departamento" -#: plugins/generic/references/class_reference.inc:57 -#: plugins/personal/posix/groupSelect/group-list.xml:13 -#: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:23 -#: plugins/admin/groups/group-list.xml:15 -#: plugins/admin/groups/group-list.xml:79 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:71 -#: plugins/admin/ogroups/class_ogroupManagement.inc:184 -#: plugins/admin/ogroups/ogroup-list.xml:79 -msgid "Group" -msgstr "Grupo" +#: plugins/generic/references/class_reference.inc:87 +#: plugins/personal/generic/class_user.inc:1341 +#: plugins/personal/generic/class_user.inc:1388 +#: plugins/personal/generic/class_user.inc:1715 +#: plugins/personal/generic/class_user.inc:1869 +#: plugins/admin/users/class_userManagement.inc:426 +#: plugins/admin/users/user-list.xml:57 +#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:40 +#: plugins/admin/groups/userSelect/user-list.xml:40 +#: plugins/admin/groups/class_group.inc:210 +#: plugins/admin/groups/class_group.inc:1170 +#: plugins/admin/groups/class_group.inc:1180 +msgid "Given name" +msgstr "Nombre de pila" -#: plugins/generic/references/class_reference.inc:59 -#: plugins/personal/generic/generic.tpl:309 -#: plugins/personal/generic/class_user.inc:1699 -#: plugins/admin/departments/dep-list.xml:55 -#: plugins/admin/departments/dep-list.xml:71 -#: plugins/admin/departments/dep-list.xml:138 -#: plugins/admin/departments/class_departmentManagement.inc:250 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:15 -#: plugins/admin/ogroups/class_ogroupManagement.inc:186 -msgid "Department" -msgstr "Departamento" +#: plugins/generic/references/class_reference.inc:87 +#: plugins/personal/generic/class_user.inc:1714 +#: plugins/admin/users/user-list.xml:49 +#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:48 +#: plugins/admin/groups/userSelect/user-list.xml:48 +msgid "Surname" +msgstr "Apellido" -#: plugins/generic/references/class_reference.inc:61 -#: plugins/personal/generic/generic.tpl:397 -#: plugins/personal/generic/generic.tpl:577 -#: plugins/personal/generic/class_user.inc:1371 -#: plugins/personal/generic/class_user.inc:1823 -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:88 -#: plugins/admin/users/class_userManagement.inc:783 -#: plugins/admin/groups/class_groupManagement.inc:181 -#: plugins/admin/departments/generic.tpl:110 -#: plugins/admin/departments/organization.tpl:109 -#: plugins/admin/departments/class_department.inc:376 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:55 -#: plugins/admin/ogroups/class_ogroupManagement.inc:188 -msgid "Phone" -msgstr "Teléfono" +#: plugins/generic/references/class_reference.inc:88 +#, fuzzy +msgid "User manager" +msgstr "Nombre de Usuario" -#: plugins/generic/references/class_reference.inc:63 -#: plugins/admin/ogroups/class_ogroupManagement.inc:185 -msgid "Application" -msgstr "Aplicación" +#: plugins/generic/references/contents.tpl:2 +#, fuzzy +msgid "Object information" +msgstr "Información de conexión" -#: plugins/generic/references/class_reference.inc:67 -msgid "Thin Client" -msgstr "Cliente ligero" +#: plugins/generic/references/contents.tpl:3 +#, fuzzy +msgid "Object info" +msgstr "Objeto en uso" -#: plugins/generic/references/class_reference.inc:69 -#: plugins/personal/posix/trustSelect/trust-list.xml:19 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:31 -#: plugins/admin/ogroups/class_ogroupManagement.inc:189 -msgid "Workstation" -msgstr "Estación de trabajo" +#: plugins/generic/references/contents.tpl:7 +msgid "Show raw object entry" +msgstr "" -#: plugins/generic/references/class_reference.inc:71 -#: plugins/admin/ogroups/generic.tpl:1 -#: plugins/admin/ogroups/ogroup-list.xml:15 -msgid "Object group" -msgstr "Grupo de objetos" +#: plugins/generic/references/contents.tpl:18 +#: plugins/generic/references/contents.tpl:20 +#, fuzzy +msgid "Last modification" +msgstr "Identificación de Usuario" -#: plugins/generic/references/class_reference.inc:73 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:47 -#: plugins/admin/ogroups/class_ogroupManagement.inc:192 -msgid "Printer" -msgstr "Impresora" +#: plugins/generic/references/contents.tpl:18 +#: plugins/admin/groups/class_group.inc:329 +#: plugins/admin/groups/class_group.inc:350 +#: plugins/admin/groups/class_group.inc:367 +#: plugins/admin/departments/class_department.inc:154 +#: include/class_pluglist.inc:373 +msgid "Unknown" +msgstr "Desconocido" -#: plugins/generic/references/contents.tpl:2 +#: plugins/generic/references/contents.tpl:29 #, fuzzy msgid "Object references" msgstr "Referencias" -#: plugins/generic/references/contents.tpl:12 -msgid "Object name" -msgstr "Nombre de objeto" +#: plugins/generic/references/contents.tpl:45 +#, fuzzy +msgid "ACL trace" +msgstr "Tipo de ACL" + +#: plugins/generic/references/class_aclResolver.inc:62 +#: include/class_acl.inc:226 +msgid "Reset ACLs" +msgstr "Eliminar ACLs" + +#: plugins/generic/references/class_aclResolver.inc:63 +#: plugins/admin/acl/class_aclRole.inc:136 include/class_acl.inc:227 +msgid "One level" +msgstr "Un nivel" + +#: plugins/generic/references/class_aclResolver.inc:64 +#: plugins/admin/acl/class_aclRole.inc:137 include/class_acl.inc:228 +#: include/class_acl.inc:233 +msgid "Current object" +msgstr "Objeto actual" + +#: plugins/generic/references/class_aclResolver.inc:65 +#: plugins/admin/acl/class_aclRole.inc:138 include/class_acl.inc:229 +msgid "Complete subtree" +msgstr "Subárbol completo" + +#: plugins/generic/references/class_aclResolver.inc:66 +#: plugins/admin/acl/class_aclRole.inc:139 include/class_acl.inc:230 +msgid "Complete subtree (permanent)" +msgstr "Subárbol completo (permanente)" + +#: plugins/generic/references/class_aclResolver.inc:67 +#: include/class_acl.inc:231 include/class_acl.inc:234 +msgid "Use ACL defined in role" +msgstr "Utilizar las ACL definidas en el rol" + +#: plugins/generic/references/class_aclResolver.inc:131 +msgid "Enter another user name" +msgstr "" + +#: plugins/generic/references/class_aclResolver.inc:157 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:126 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:128 +#: plugins/addons/dyngroup/dyngroup.tpl:8 +msgid "Filter" +msgstr "Filtro" + +#: plugins/generic/references/class_aclResolver.inc:181 +#, fuzzy +msgid "Acls" +msgstr "ACL" + +#: plugins/generic/references/class_aclResolver.inc:186 +#, php-format +msgid "List of effective ACLs for '%s'" +msgstr "" + +#: plugins/generic/references/class_aclResolver.inc:187 +#: plugins/generic/references/class_aclResolver.inc:191 +#, fuzzy +msgid "Object permissions" +msgstr "Parametros de grupos" + +#: plugins/generic/references/class_aclResolver.inc:291 +#: include/class_core.inc:113 include/class_core.inc:119 +#, fuzzy +msgid "All" +msgstr "ACL" + +#: plugins/generic/references/class_aclResolver.inc:295 +#: include/class_acl.inc:819 +msgid "Grant permission to owner" +msgstr "Garantizar permiso al propietario" + +#: plugins/generic/references/class_aclResolver.inc:297 +#: include/class_acl.inc:823 include/class_acl.inc:928 +#: include/class_acl.inc:932 +msgid "read" +msgstr "leer" + +#: plugins/generic/references/class_aclResolver.inc:298 +#: include/class_acl.inc:824 include/class_acl.inc:930 +#: include/class_acl.inc:933 +msgid "write" +msgstr "escribir" + +#: plugins/generic/references/class_aclResolver.inc:299 +#, fuzzy +msgid "create" +msgstr "Crear" -#: plugins/generic/references/contents.tpl:12 -msgid "Contents" -msgstr "Contenidos" +#: plugins/generic/references/class_aclResolver.inc:300 +#, fuzzy +msgid "remove" +msgstr "Eliminar" -#: plugins/generic/references/contents.tpl:19 -msgid "This object has no relationship to other objects." -msgstr "Este objeto no tiene relación con otros objetos" +#: plugins/generic/references/class_aclResolver.inc:301 +#, fuzzy +msgid "move" +msgstr "Eliminar" #: plugins/generic/welcome/main.inc:26 #, php-format @@ -2855,29 +1975,37 @@ msgstr "" "tendrán efecto inmediato. Por favor memorice la nueva contraseña, porque no " "podrá entrar sin ella." -#: plugins/personal/password/password.tpl:8 plugins/admin/users/password.tpl:8 -msgid "" -"Changing the password affects your authentification on mail, proxy, samba " -"and unix services." -msgstr "" -"Cambiar la contraseña modifica la autenticación del usuario para el correo, " -"proxy, samba y los servicios unix." - -#: plugins/personal/password/password.tpl:11 -#: plugins/personal/generic/password.tpl:5 +#: plugins/personal/password/password.tpl:7 +#: plugins/personal/myaccount/password.tpl:5 #, fuzzy msgid "Password change dialog" msgstr "Cambio de contraseña" -#: plugins/personal/password/password.tpl:23 -#: plugins/personal/generic/password.tpl:11 -#: plugins/admin/users/password.tpl:17 +#: plugins/personal/password/password.tpl:9 html/password.php:245 +msgid "Current password" +msgstr "Contraseña actual" + +#: plugins/personal/password/password.tpl:15 +#: plugins/personal/myaccount/main.inc:110 +#: plugins/personal/myaccount/password.tpl:7 +#: plugins/admin/users/password.tpl:9 +#: plugins/admin/users/class_userManagement.inc:250 html/password.php:219 +msgid "New password" +msgstr "Nueva contraseña" + +#: plugins/personal/password/password.tpl:22 +#: plugins/personal/myaccount/password.tpl:12 +#: plugins/admin/users/password.tpl:16 msgid "Repeat new password" msgstr "Reintroducir nueva contraseña" +#: plugins/personal/password/password.tpl:28 +msgid "Password strength" +msgstr "Seguridad de contraseña" + #: plugins/personal/password/password.tpl:40 -#: plugins/personal/generic/password.tpl:19 -#: plugins/admin/users/password.tpl:32 +#: plugins/personal/myaccount/password.tpl:22 +#: plugins/admin/users/password.tpl:34 msgid "Set password" msgstr "Introducir contraseña" @@ -2885,17 +2013,35 @@ msgstr "Introducir contraseña" msgid "Clear fields" msgstr "Limpiar información" +#: plugins/personal/password/class_password.inc:26 +#: plugins/admin/users/user-list.xml:128 plugins/admin/users/user-list.xml:230 +msgid "Change password" +msgstr "Cambiar contraseña" + #: plugins/personal/password/class_password.inc:27 msgid "Change user password" msgstr "Cambiar contraseña de usuario" -#: plugins/personal/password/class_password.inc:79 -msgid "You need to specify your current password in order to proceed." -msgstr "Necesita introducir su contraseña actual para continuar." - +#: plugins/personal/password/class_password.inc:78 +#: plugins/personal/password/class_password.inc:81 +#: plugins/personal/password/class_password.inc:84 +#: plugins/personal/password/class_password.inc:87 +#: plugins/personal/password/class_password.inc:90 +#: plugins/personal/password/class_password.inc:93 +#: plugins/personal/password/class_password.inc:96 +#: plugins/personal/password/class_password.inc:110 +#: plugins/personal/password/class_password.inc:116 +#: plugins/admin/users/class_userManagement.inc:277 html/main.php:349 +msgid "Password change" +msgstr "Cambio de contraseña" + +#: plugins/personal/password/class_password.inc:79 +msgid "You need to specify your current password in order to proceed." +msgstr "Necesita introducir su contraseña actual para continuar." + #: plugins/personal/password/class_password.inc:82 -#: plugins/personal/myaccount/main.inc:94 -#: plugins/admin/users/class_userManagement.inc:247 html/password.php:217 +#: plugins/personal/myaccount/main.inc:107 +#: plugins/admin/users/class_userManagement.inc:247 msgid "" "The passwords you've entered as 'New password' and 'Repeated new password' " "do not match." @@ -2907,39 +2053,43 @@ msgstr "" msgid "The password you've entered as 'New password' is empty." msgstr "No se ha asignado ningún valor al campo 'Nueva contraseña'." -#: plugins/personal/password/class_password.inc:88 html/password.php:229 +#: plugins/personal/password/class_password.inc:88 msgid "The password used as new and current are too similar." msgstr "" "La contraseña actual y la introducida como nueva son demasiado parecidas." -#: plugins/personal/password/class_password.inc:91 html/password.php:235 +#: plugins/personal/password/class_password.inc:91 msgid "The password used as new is to short." msgstr "La nueva contraseña es demasiado corta." -#: plugins/personal/password/class_password.inc:94 +#: plugins/personal/password/class_password.inc:94 html/password.php:238 +msgid "The password contains possibly problematic unicode characters!" +msgstr "" + +#: plugins/personal/password/class_password.inc:97 #, php-format msgid "External password changer reported a problem: %s." msgstr "" "El programa externo de cambio de contraseña informo de un problema: %s." -#: plugins/personal/password/class_password.inc:108 +#: plugins/personal/password/class_password.inc:111 msgid "" "The password you've entered as your current password doesn't match the real " "one." msgstr "La contraseña introducida como contraseña actual no es correcta." -#: plugins/personal/password/class_password.inc:114 +#: plugins/personal/password/class_password.inc:117 msgid "You have no permission to change your password." msgstr "No tiene permisos para cambiar su contraseña." -#: plugins/personal/password/class_password.inc:146 +#: plugins/personal/password/class_password.inc:149 msgid "User password" msgstr "Contraseña del usuario" -#: plugins/personal/password/class_password.inc:150 -#: plugins/personal/generic/class_user.inc:1674 -#: plugins/personal/posix/class_posixAccount.inc:1303 -#: plugins/personal/myaccount/main.inc:125 +#: plugins/personal/password/class_password.inc:153 +#: plugins/personal/generic/class_user.inc:1686 +#: plugins/personal/posix/class_posixAccount.inc:1295 +#: plugins/personal/myaccount/main.inc:138 #: plugins/personal/myaccount/class_MyAccount.inc:5 msgid "My account" msgstr "Mi cuenta" @@ -2989,15 +2139,16 @@ msgid "First name" msgstr "Nombre" #: plugins/personal/generic/generic.tpl:68 -#: plugins/personal/generic/class_user.inc:1328 -#: plugins/personal/generic/class_user.inc:1346 +#: plugins/personal/generic/class_user.inc:1326 +#: plugins/personal/generic/class_user.inc:1344 +#: plugins/personal/generic/class_user.inc:1358 #: plugins/personal/generic/class_user.inc:1360 -#: plugins/personal/generic/class_user.inc:1362 +#: plugins/personal/generic/class_user.inc:1716 #: plugins/personal/generic/paste_generic.tpl:16 #: plugins/admin/users/user-list.xml:65 plugins/admin/users/template.tpl:32 #: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:65 #: plugins/admin/groups/singleUserSelect/singleUser-list.xml:56 -#: plugins/admin/groups/userSelect/user-list.xml:56 html/password.php:241 +#: plugins/admin/groups/userSelect/user-list.xml:56 html/password.php:243 msgid "Login" msgstr "Inicio" @@ -3006,23 +2157,23 @@ msgid "Template name" msgstr "Nombre de la plantilla" #: plugins/personal/generic/generic.tpl:95 -#: plugins/personal/generic/class_user.inc:1686 +#: plugins/personal/generic/class_user.inc:1720 msgid "Personal title" msgstr "Título Personal" #: plugins/personal/generic/generic.tpl:105 -#: plugins/personal/generic/class_user.inc:1687 +#: plugins/personal/generic/class_user.inc:1721 msgid "Academic title" msgstr "Títulos académicos" #: plugins/personal/generic/generic.tpl:120 -#: plugins/personal/generic/class_user.inc:1385 -#: plugins/personal/generic/class_user.inc:1689 +#: plugins/personal/generic/class_user.inc:1383 +#: plugins/personal/generic/class_user.inc:1723 msgid "Date of birth" msgstr "Fecha de nacimiento" #: plugins/personal/generic/generic.tpl:143 -#: plugins/personal/generic/class_user.inc:1690 +#: plugins/personal/generic/class_user.inc:1724 msgid "Sex" msgstr "Sexo" @@ -3031,7 +2182,7 @@ msgid "Preferred langage" msgstr "Idioma preferido" #: plugins/personal/generic/generic.tpl:186 -#: plugins/personal/generic/class_user.inc:1713 +#: plugins/personal/generic/class_user.inc:1747 #: plugins/admin/departments/class_organizationGeneric.inc:131 msgid "Postal address" msgstr "Código Postal" @@ -3040,7 +2191,7 @@ msgstr "Código Postal" #: plugins/personal/generic/generic.tpl:455 #: plugins/admin/departments/generic.tpl:103 #: plugins/admin/departments/organization.tpl:102 -#: plugins/admin/departments/class_department.inc:675 +#: plugins/admin/departments/class_department.inc:683 msgid "Address" msgstr "Dirección" @@ -3049,9 +2200,9 @@ msgid "Private phone" msgstr "Teléfono privado" #: plugins/personal/generic/generic.tpl:204 -#: plugins/personal/generic/class_user.inc:1366 -#: plugins/personal/generic/class_user.inc:1717 -#: plugins/personal/generic/class_user.inc:1820 +#: plugins/personal/generic/class_user.inc:1364 +#: plugins/personal/generic/class_user.inc:1751 +#: plugins/personal/generic/class_user.inc:1854 msgid "Homepage" msgstr "Página Web" @@ -3059,13 +2210,13 @@ msgstr "Página Web" msgid "Password storage" msgstr "Almacén de claves" -#: plugins/personal/generic/generic.tpl:221 include/functions.inc:1249 +#: plugins/personal/generic/generic.tpl:221 include/functions.inc:1258 msgid "Configure" msgstr "Configurar" #: plugins/personal/generic/generic.tpl:229 -#: plugins/personal/generic/class_user.inc:550 -#: plugins/personal/generic/class_user.inc:572 +#: plugins/personal/generic/class_user.inc:549 +#: plugins/personal/generic/class_user.inc:571 #: plugins/personal/generic/generic_certs.tpl:3 msgid "Certificates" msgstr "Certificados" @@ -3083,6 +2234,15 @@ msgstr "Restringir inicio de sesión a" msgid "IP or network" msgstr "IP o Red" +#: plugins/personal/generic/generic.tpl:255 +#: plugins/personal/generic/generic.tpl:275 +#: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:83 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:123 +#: include/utils/class_msgPool.inc:319 +#, php-format +msgid "Add" +msgstr "Añadir" + #: plugins/personal/generic/generic.tpl:288 #: plugins/personal/generic/generic.tpl:291 #: plugins/personal/generic/generic.tpl:299 @@ -3104,6 +2264,17 @@ msgstr "Información corporativa" msgid "part" msgstr "Smarty" +#: plugins/personal/generic/generic.tpl:309 +#: plugins/personal/generic/class_user.inc:1733 +#: plugins/admin/departments/dep-list.xml:55 +#: plugins/admin/departments/dep-list.xml:71 +#: plugins/admin/departments/dep-list.xml:138 +#: plugins/admin/departments/class_departmentManagement.inc:253 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:15 +#: plugins/admin/ogroups/class_ogroupManagement.inc:186 +msgid "Department" +msgstr "Departamento" + #: plugins/personal/generic/generic.tpl:317 msgid "Department No." msgstr "Número departamento" @@ -3113,19 +2284,19 @@ msgid "Employee No." msgstr "Número empleado" #: plugins/personal/generic/generic.tpl:333 -#: plugins/personal/generic/class_user.inc:1703 +#: plugins/personal/generic/class_user.inc:1737 msgid "Employee type" msgstr "Funciones laborales" #: plugins/personal/generic/generic.tpl:342 #: plugins/personal/generic/generic.tpl:358 -#: plugins/personal/generic/class_user.inc:1701 +#: plugins/personal/generic/class_user.inc:1735 #: plugins/admin/departments/class_domain.inc:93 #: plugins/admin/departments/generic.tpl:51 #: plugins/admin/departments/organization.tpl:51 #: plugins/admin/departments/class_localityGeneric.inc:93 #: plugins/admin/departments/locality.tpl:39 -#: plugins/admin/departments/class_department.inc:678 +#: plugins/admin/departments/class_department.inc:686 #: plugins/admin/departments/dcObject.tpl:39 #: plugins/admin/departments/domain.tpl:39 #: plugins/admin/departments/country.tpl:39 @@ -3141,101 +2312,115 @@ msgstr "Gestión de usuarios" msgid "Room No." msgstr "Número sala" +#: plugins/personal/generic/generic.tpl:397 +#: plugins/personal/generic/generic.tpl:577 +#: plugins/personal/generic/class_user.inc:1369 +#: plugins/personal/generic/class_user.inc:1857 +#: plugins/admin/users/class_userManagement.inc:783 +#: plugins/admin/groups/class_groupManagement.inc:181 +#: plugins/admin/departments/generic.tpl:110 +#: plugins/admin/departments/organization.tpl:109 +#: plugins/admin/departments/class_department.inc:378 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:55 +#: plugins/admin/ogroups/class_ogroupManagement.inc:188 +msgid "Phone" +msgstr "Teléfono" + #: plugins/personal/generic/generic.tpl:406 -#: plugins/personal/generic/class_user.inc:1377 -#: plugins/personal/generic/class_user.inc:1829 +#: plugins/personal/generic/class_user.inc:1375 +#: plugins/personal/generic/class_user.inc:1863 msgid "Mobile" msgstr "Móvil" #: plugins/personal/generic/generic.tpl:414 -#: plugins/personal/generic/class_user.inc:1380 -#: plugins/personal/generic/class_user.inc:1832 +#: plugins/personal/generic/class_user.inc:1378 +#: plugins/personal/generic/class_user.inc:1866 msgid "Pager" msgstr "Buscapersonas" #: plugins/personal/generic/generic.tpl:422 #: plugins/personal/generic/generic.tpl:589 -#: plugins/personal/generic/class_user.inc:1374 -#: plugins/personal/generic/class_user.inc:1826 +#: plugins/personal/generic/class_user.inc:1372 +#: plugins/personal/generic/class_user.inc:1860 #: plugins/admin/departments/generic.tpl:118 #: plugins/admin/departments/organization.tpl:117 -#: plugins/admin/departments/class_department.inc:379 -#: plugins/admin/departments/class_department.inc:677 +#: plugins/admin/departments/class_department.inc:381 +#: plugins/admin/departments/class_department.inc:685 #: plugins/admin/departments/class_organizationGeneric.inc:133 msgid "Fax" msgstr "Fax" #: plugins/personal/generic/generic.tpl:439 -#: plugins/personal/generic/class_user.inc:1712 +#: plugins/personal/generic/class_user.inc:1746 #: plugins/admin/departments/generic.tpl:83 #: plugins/admin/departments/generic.tpl:85 #: plugins/admin/departments/generic.tpl:95 #: plugins/admin/departments/organization.tpl:82 #: plugins/admin/departments/organization.tpl:94 #: plugins/admin/departments/class_localityGeneric.inc:91 -#: plugins/admin/departments/class_department.inc:674 +#: plugins/admin/departments/class_department.inc:682 #: plugins/admin/departments/class_organizationGeneric.inc:130 msgid "Location" msgstr "Localización" #: plugins/personal/generic/generic.tpl:447 -#: plugins/personal/generic/class_user.inc:1711 +#: plugins/personal/generic/class_user.inc:1745 #: plugins/admin/departments/generic.tpl:87 #: plugins/admin/departments/organization.tpl:86 -#: plugins/admin/departments/class_department.inc:673 +#: plugins/admin/departments/class_department.inc:681 #: plugins/admin/departments/class_organizationGeneric.inc:129 msgid "State" msgstr "Provincia" #: plugins/personal/generic/generic.tpl:471 -#: plugins/personal/generic/class_user.inc:1656 +#: plugins/personal/generic/class_user.inc:1668 msgid "Vocation" msgstr "Profesión" #: plugins/personal/generic/generic.tpl:479 -#: plugins/personal/generic/class_user.inc:1659 +#: plugins/personal/generic/class_user.inc:1671 msgid "Unit description" msgstr "Descripción de la unidad" #: plugins/personal/generic/generic.tpl:488 -#: plugins/personal/generic/class_user.inc:1660 +#: plugins/personal/generic/class_user.inc:1672 msgid "Subject area" msgstr "Área de desarrollo" #: plugins/personal/generic/generic.tpl:497 -#: plugins/personal/generic/class_user.inc:1661 +#: plugins/personal/generic/class_user.inc:1673 msgid "Functional title" msgstr "Función" #: plugins/personal/generic/generic.tpl:506 -#: plugins/personal/generic/class_user.inc:1665 +#: plugins/personal/generic/class_user.inc:1677 #: plugins/admin/acl/acl-list.xml:23 plugins/admin/acl/acl-list.xml:82 -#: plugins/admin/acl/class_aclRole.inc:716 +#: plugins/admin/acl/class_aclRole.inc:711 msgid "Role" msgstr "Rol" #: plugins/personal/generic/generic.tpl:520 -#: plugins/personal/generic/class_user.inc:1658 +#: plugins/personal/generic/class_user.inc:1670 msgid "Person locality" msgstr "Lugar de residencia" #: plugins/personal/generic/generic.tpl:529 -#: plugins/personal/generic/class_user.inc:1654 +#: plugins/personal/generic/class_user.inc:1666 msgid "Unit" msgstr "Unidad" #: plugins/personal/generic/generic.tpl:538 -#: plugins/personal/generic/class_user.inc:1664 +#: plugins/personal/generic/class_user.inc:1676 msgid "Street" msgstr "Calle" #: plugins/personal/generic/generic.tpl:546 -#: plugins/personal/generic/class_user.inc:1666 +#: plugins/personal/generic/class_user.inc:1678 msgid "Postal code" msgstr "Código Postal" #: plugins/personal/generic/generic.tpl:554 -#: plugins/personal/generic/class_user.inc:1655 +#: plugins/personal/generic/class_user.inc:1667 msgid "House identifier" msgstr "Tipo de Vía" @@ -3244,7 +2429,7 @@ msgid "Please use the phone tab" msgstr "Por favor use la sección telefóno" #: plugins/personal/generic/generic.tpl:598 -#: plugins/personal/generic/class_user.inc:1657 +#: plugins/personal/generic/class_user.inc:1669 msgid "Last delivery" msgstr "Última dirección conocida" @@ -3253,209 +2438,180 @@ msgid "Edit organizational user settings" msgstr "Editar parámetros de usuarios administrativos" #: plugins/personal/generic/class_user.inc:273 -#: plugins/personal/generic/class_user.inc:1876 -#: plugins/admin/departments/class_department.inc:154 -#: include/class_pluglist.inc:363 -msgid "Unknown" +#: plugins/personal/generic/class_user.inc:1910 +#: include/class_configRegistry.inc:185 +#, fuzzy +msgid "unknown" msgstr "Desconocido" #: plugins/personal/generic/class_user.inc:297 msgid "Please add a single IP address or a network/netmask combination!" msgstr "¡Por favor añada una IP única o una combinación red/mascara!" -#: plugins/personal/generic/class_user.inc:340 +#: plugins/personal/generic/class_user.inc:339 msgid "female" msgstr "mujer" -#: plugins/personal/generic/class_user.inc:340 +#: plugins/personal/generic/class_user.inc:339 msgid "male" msgstr "hombre" -#: plugins/personal/generic/class_user.inc:396 +#: plugins/personal/generic/class_user.inc:395 #, fuzzy msgid "Password configuration" msgstr "Descargar configuración" -#: plugins/personal/generic/class_user.inc:429 +#: plugins/personal/generic/class_user.inc:428 msgid "Cannot upload file!" msgstr "¡No se puede subir el archivo!" -#: plugins/personal/generic/class_user.inc:522 +#: plugins/personal/generic/class_user.inc:521 msgid "Serial number" msgstr "Número serie" -#: plugins/personal/generic/class_user.inc:544 -#: plugins/personal/generic/class_user.inc:1694 +#: plugins/personal/generic/class_user.inc:543 +#: plugins/personal/generic/class_user.inc:1728 +#: plugins/personal/generic/generic_picture.tpl:1 msgid "User picture" msgstr "Foto del usuario" -#: plugins/personal/generic/class_user.inc:569 -msgid "" -"(Some types of certificates are currently not supported and may be displayed " -"as 'invalid'.)" +#: plugins/personal/generic/class_user.inc:568 +msgid "(Not supported certificate types are marked as invalid.)" msgstr "" -"(Algunos tipos de certificados no están soportados y pueden ser mostrados " -"como no validos.)" -#: plugins/personal/generic/class_user.inc:579 +#: plugins/personal/generic/class_user.inc:578 #, php-format msgid "Certificate is valid from %s to %s and is currently %s." msgstr "El certificado es valido desde %s hasta %s y es actualmente %s." -#: plugins/personal/generic/class_user.inc:582 +#: plugins/personal/generic/class_user.inc:581 msgid "valid" msgstr "válido" -#: plugins/personal/generic/class_user.inc:583 +#: plugins/personal/generic/class_user.inc:582 msgid "invalid" msgstr "no válido" -#: plugins/personal/generic/class_user.inc:588 +#: plugins/personal/generic/class_user.inc:587 msgid "No certificate installed" msgstr "No hay certificados instalados" -#: plugins/personal/generic/class_user.inc:614 html/password.php:180 +#: plugins/personal/generic/class_user.inc:613 html/password.php:179 msgid "Password method" msgstr "Metodo de contraseña" -#: plugins/personal/generic/class_user.inc:614 +#: plugins/personal/generic/class_user.inc:613 msgid "The selected password method is no longer available." msgstr "El método de contraseña seleccionado no está disponible." -#: plugins/personal/generic/class_user.inc:1205 +#: plugins/personal/generic/class_user.inc:1203 msgid "Cannot build RDN: no + allowed to build sub RDN!" msgstr "No se puede construir RDN: ¡no se permite + para construir subRDN!" -#: plugins/personal/generic/class_user.inc:1212 +#: plugins/personal/generic/class_user.inc:1210 msgid "Cannot build RDN: attribute is not defined!" msgstr "No se puede construir RDN: ¡Atributo no definido!" -#: plugins/personal/generic/class_user.inc:1230 +#: plugins/personal/generic/class_user.inc:1228 msgid "Cannot build RDN: invalid attribute parameters!" msgstr "No se puede construir RDN: ¡Valor no válido del atributo!" -#: plugins/personal/generic/class_user.inc:1301 +#: plugins/personal/generic/class_user.inc:1299 msgid "The selected password method requires initial configuration!" msgstr "" "¡El método de contraseña seleccionado necesita una configuració inicial!" -#: plugins/personal/generic/class_user.inc:1343 -#: plugins/personal/generic/class_user.inc:1390 -#: plugins/personal/generic/class_user.inc:1681 -#: plugins/personal/generic/class_user.inc:1835 -#: plugins/admin/users/class_userManagement.inc:426 -#: plugins/admin/users/user-list.xml:57 -#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:40 -#: plugins/admin/groups/userSelect/user-list.xml:40 -msgid "Given name" -msgstr "Nombre de pila" - -#: plugins/personal/generic/class_user.inc:1500 +#: plugins/personal/generic/class_user.inc:1498 msgid "Cannot open certificate!" msgstr "¡No puedo abrir el certificado!" -#: plugins/personal/generic/class_user.inc:1662 +#: plugins/personal/generic/class_user.inc:1674 #: plugins/personal/generic/generic_certs.tpl:83 msgid "Certificate serial number" msgstr "Número de serie del certificado" -#: plugins/personal/generic/class_user.inc:1670 +#: plugins/personal/generic/class_user.inc:1682 msgid "Generic user settings" msgstr "Parámetros genéricos del usuario" -#: plugins/personal/generic/class_user.inc:1680 -#: plugins/admin/users/user-list.xml:49 -#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:48 -#: plugins/admin/groups/userSelect/user-list.xml:48 -msgid "Surname" -msgstr "Apellido" - -#: plugins/personal/generic/class_user.inc:1682 -msgid "User identification" -msgstr "Identificación de Usuario" +#: plugins/personal/generic/class_user.inc:1704 +#, php-format +msgid "" +"The 'accountRDN' option tells GOsa to use a placeholder pattern for " +"generating account RDNs. A pattern can include attribute names prefaced by a " +"%% and normal text: %s. This will generate a RDN consisting of cn=.... " +"filled with surname and given name of the edited account. This option " +"disables the use of accountPrimaryAttribute and personalTitleInDn." +msgstr "" -#: plugins/personal/generic/class_user.inc:1684 +#: plugins/personal/generic/class_user.inc:1718 #, fuzzy -msgid "Allow to define user filters" +msgid "Allow definition of custom filters" msgstr "Escribir archivo de configuración" -#: plugins/personal/generic/class_user.inc:1691 +#: plugins/personal/generic/class_user.inc:1725 msgid "Preferred language" msgstr "Idioma preferido" -#: plugins/personal/generic/class_user.inc:1696 +#: plugins/personal/generic/class_user.inc:1730 #, fuzzy msgid "Login restrictions" msgstr "Restricciones de contraseña" -#: plugins/personal/generic/class_user.inc:1700 +#: plugins/personal/generic/class_user.inc:1734 msgid "Department number" msgstr "Número del departamento" -#: plugins/personal/generic/class_user.inc:1702 +#: plugins/personal/generic/class_user.inc:1736 msgid "Employee number" msgstr "Número de empleado" -#: plugins/personal/generic/class_user.inc:1705 +#: plugins/personal/generic/class_user.inc:1739 msgid "Room number" msgstr "Número de habitación" -#: plugins/personal/generic/class_user.inc:1706 +#: plugins/personal/generic/class_user.inc:1740 msgid "Telefon number" msgstr "Número de teléfono" -#: plugins/personal/generic/class_user.inc:1707 +#: plugins/personal/generic/class_user.inc:1741 msgid "Pager number" msgstr "Número del busca" -#: plugins/personal/generic/class_user.inc:1708 +#: plugins/personal/generic/class_user.inc:1742 msgid "Mobile number" msgstr "Teléfono móvil" -#: plugins/personal/generic/class_user.inc:1709 +#: plugins/personal/generic/class_user.inc:1743 msgid "Fax number" msgstr "Número de Fax" -#: plugins/personal/generic/class_user.inc:1715 +#: plugins/personal/generic/class_user.inc:1749 msgid "Home postal address" msgstr "Dirección Postal personal" -#: plugins/personal/generic/class_user.inc:1716 +#: plugins/personal/generic/class_user.inc:1750 msgid "Home phone number" msgstr "Número de teléfono personal" -#: plugins/personal/generic/class_user.inc:1718 +#: plugins/personal/generic/class_user.inc:1752 msgid "User password method" msgstr "Metodo de contraseña de usuario" -#: plugins/personal/generic/class_user.inc:1719 +#: plugins/personal/generic/class_user.inc:1753 msgid "User certificates" msgstr "Certificados de usuario" -#: plugins/personal/generic/class_user.inc:1927 +#: plugins/personal/generic/class_user.inc:1961 #, fuzzy msgid "Entries differ" msgstr "Entradas por página" -#: plugins/personal/generic/generic_picture.tpl:1 -msgid "Personal picture" -msgstr "Foto" - #: plugins/personal/generic/generic_picture.tpl:14 #: plugins/personal/generic/paste_generic.tpl:43 msgid "Remove picture" msgstr "Eliminar foto" -#: plugins/personal/generic/password.tpl:2 -msgid "" -"You have changed the method your password is stored in the ldap database. " -"For that reason you've to enter your password at this point again. GOsa will " -"then encode it with the selected method." -msgstr "" -"Ha cambiado el método en que su clave es guardada en la base de datos LDAP. " -"Por esa razón tiene que volver a introducir su contraseña de nuevo. Gosa " -"codificara esta con el nuevo método seleccionado." - #: plugins/personal/generic/generic_certs.tpl:5 #, fuzzy msgid "The users standard certificate" @@ -3465,6 +2621,19 @@ msgstr "Certificado estándar" msgid "Standard certificate" msgstr "Certificado estándar" +#: plugins/personal/generic/generic_certs.tpl:22 +#: plugins/personal/generic/generic_certs.tpl:48 +#: plugins/personal/generic/generic_certs.tpl:74 +#: plugins/admin/users/user-list.xml:121 +#: plugins/admin/groups/group-list.xml:98 +#: plugins/admin/departments/dep-list.xml:160 +#: plugins/admin/departments/dep-list.xml:181 +#: plugins/admin/acl/acl-list.xml:95 plugins/admin/acl/acl-list.xml:144 +#: plugins/admin/ogroups/ogroup-list.xml:98 +#: plugins/addons/propertyEditor/property-list.xml:108 +msgid "Remove" +msgstr "Eliminar" + #: plugins/personal/generic/generic_certs.tpl:31 #, fuzzy msgid "The users S/MIME certificate" @@ -3510,23 +2679,23 @@ msgid "Generic settings" msgstr "Parámetros genéricos del usuario" #: plugins/personal/posix/generic.tpl:8 -#: plugins/personal/posix/class_posixAccount.inc:884 -#: plugins/personal/posix/class_posixAccount.inc:887 -#: plugins/personal/posix/class_posixAccount.inc:962 -#: plugins/personal/posix/class_posixAccount.inc:965 -#: plugins/personal/posix/class_posixAccount.inc:1309 +#: plugins/personal/posix/class_posixAccount.inc:857 +#: plugins/personal/posix/class_posixAccount.inc:860 +#: plugins/personal/posix/class_posixAccount.inc:935 +#: plugins/personal/posix/class_posixAccount.inc:938 +#: plugins/personal/posix/class_posixAccount.inc:1305 #: plugins/personal/posix/paste_generic.tpl:5 #: plugins/personal/posix/paste_generic.tpl:8 msgid "Home directory" msgstr "Directorio de usuario" #: plugins/personal/posix/generic.tpl:16 -#: plugins/personal/posix/class_posixAccount.inc:1311 +#: plugins/personal/posix/class_posixAccount.inc:1307 msgid "Shell" msgstr "Shell" #: plugins/personal/posix/generic.tpl:26 -#: plugins/personal/posix/class_posixAccount.inc:1310 +#: plugins/personal/posix/class_posixAccount.inc:1306 #: plugins/personal/posix/paste_generic.tpl:17 msgid "Primary group" msgstr "Grupo primario" @@ -3545,28 +2714,22 @@ msgid "Force UID/GID" msgstr "Forzar UID/GID" #: plugins/personal/posix/generic.tpl:64 -#: plugins/personal/posix/class_posixAccount.inc:895 -#: plugins/personal/posix/class_posixAccount.inc:898 +#: plugins/personal/posix/class_posixAccount.inc:868 +#: plugins/personal/posix/class_posixAccount.inc:871 #: plugins/personal/posix/paste_generic.tpl:36 msgid "UID" msgstr "UID" #: plugins/personal/posix/generic.tpl:75 -#: plugins/personal/posix/class_posixAccount.inc:902 -#: plugins/personal/posix/class_posixAccount.inc:905 +#: plugins/personal/posix/class_posixAccount.inc:875 +#: plugins/personal/posix/class_posixAccount.inc:878 #: plugins/personal/posix/paste_generic.tpl:45 -#: plugins/admin/groups/class_group.inc:943 #: plugins/admin/groups/class_group.inc:946 -#: plugins/admin/groups/class_group.inc:1025 +#: plugins/admin/groups/class_group.inc:949 +#: plugins/admin/groups/class_group.inc:1041 msgid "GID" msgstr "GID" -#: plugins/personal/posix/generic.tpl:89 -#: plugins/personal/posix/paste_generic.tpl:54 -#: plugins/personal/posix/paste_generic.tpl:57 -msgid "Group membership" -msgstr "Pertenencia a grupo" - #: plugins/personal/posix/generic.tpl:92 #: plugins/personal/posix/paste_generic.tpl:65 msgid "(Warning: more than 16 groups are not supported by NFS!)" @@ -3593,6 +2756,10 @@ msgstr "Claves SSH" msgid "Edit public ssh keys..." msgstr "Editar claves SSH públicas..." +#: plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc:173 +msgid "disabled" +msgstr "desactivado" + #: plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc:173 msgid "full access" msgstr "Acceso sin restricciones" @@ -3602,7 +2769,7 @@ msgid "allow access to these hosts" msgstr "Permitir el acceso a estos equipos" #: plugins/personal/posix/trustModeDialog/generic.tpl:2 -#: plugins/admin/groups/class_group.inc:1029 +#: plugins/admin/groups/class_group.inc:1045 msgid "System trust" msgstr "Sistema de seguridad" @@ -3624,90 +2791,95 @@ msgstr "Parámetros de Contraseña" msgid "Password expires on" msgstr "La contraseña expira en" +#: plugins/personal/posix/class_posixAccount.inc:37 +#: plugins/personal/posix/class_posixAccount.inc:270 +#: plugins/personal/posix/class_posixAccount.inc:290 +#: plugins/personal/posix/class_posixAccount.inc:292 +#: plugins/personal/posix/class_posixAccount.inc:295 +#: plugins/admin/users/class_userManagement.inc:759 +msgid "POSIX" +msgstr "POSIX" + #: plugins/personal/posix/class_posixAccount.inc:38 msgid "Edit users POSIX settings" msgstr "Editar parametros de usuarios POSIX" -#: plugins/personal/posix/class_posixAccount.inc:150 +#: plugins/personal/posix/class_posixAccount.inc:146 msgid "expired" msgstr "expiró" -#: plugins/personal/posix/class_posixAccount.inc:152 +#: plugins/personal/posix/class_posixAccount.inc:148 msgid "grace time active" msgstr "Periodo de gracia activado" +#: plugins/personal/posix/class_posixAccount.inc:151 +#: plugins/personal/posix/class_posixAccount.inc:153 #: plugins/personal/posix/class_posixAccount.inc:155 -#: plugins/personal/posix/class_posixAccount.inc:157 -#: plugins/personal/posix/class_posixAccount.inc:159 msgid "active" msgstr "activo" -#: plugins/personal/posix/class_posixAccount.inc:155 +#: plugins/personal/posix/class_posixAccount.inc:151 msgid "password not changeable" msgstr "no puede cambiar la contraseña" -#: plugins/personal/posix/class_posixAccount.inc:157 +#: plugins/personal/posix/class_posixAccount.inc:153 msgid "password expired" msgstr "la contraseña expiró" -#: plugins/personal/posix/class_posixAccount.inc:219 +#: plugins/personal/posix/class_posixAccount.inc:215 #: include/class_management.inc:32 include/class_management.inc:33 msgid "unconfigured" msgstr "Sin configurar" -#: plugins/personal/posix/class_posixAccount.inc:230 +#: plugins/personal/posix/class_posixAccount.inc:226 msgid "automatic" msgstr "automático" -#: plugins/personal/posix/class_posixAccount.inc:274 -#: plugins/personal/posix/class_posixAccount.inc:294 -#: plugins/personal/posix/class_posixAccount.inc:296 -#: plugins/personal/posix/class_posixAccount.inc:299 -#: plugins/admin/users/class_userManagement.inc:759 -msgid "POSIX" -msgstr "POSIX" +#: plugins/personal/posix/class_posixAccount.inc:290 +#: plugins/admin/users/class_userManagement.inc:767 +#: plugins/admin/groups/class_groupManagement.inc:173 +msgid "Samba" +msgstr "Samba" -#: plugins/personal/posix/class_posixAccount.inc:294 -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:104 +#: plugins/personal/posix/class_posixAccount.inc:290 #: plugins/admin/users/class_userManagement.inc:775 #: plugins/admin/groups/class_groupManagement.inc:197 -#: plugins/admin/ogroups/tabs_ogroups.inc:222 msgid "Environment" msgstr "Entorno" -#: plugins/personal/posix/class_posixAccount.inc:378 +#: plugins/personal/posix/class_posixAccount.inc:374 #, php-format msgid "Password can't be changed up to %s days after last change" msgstr "" "La contraseñas no pueden ser cambiadas hasta %s días desde el último cambio" -#: plugins/personal/posix/class_posixAccount.inc:382 +#: plugins/personal/posix/class_posixAccount.inc:378 #, php-format msgid "Password must be changed after %s days" msgstr "La contraseñas deben ser cambiadas despues de %s días" -#: plugins/personal/posix/class_posixAccount.inc:386 +#: plugins/personal/posix/class_posixAccount.inc:382 #, php-format msgid "Disable account after %s days of inactivity after password expiry" msgstr "" "Desactivar cuenta despues de %s días de inactividad una vez caducada la " "contraseña" -#: plugins/personal/posix/class_posixAccount.inc:390 +#: plugins/personal/posix/class_posixAccount.inc:386 #, php-format msgid "Warn user %s days before password expiry" msgstr "Avisar al usuario %s días antes de que la contraseña caduque" -#: plugins/personal/posix/class_posixAccount.inc:678 +#: plugins/personal/posix/class_posixAccount.inc:650 msgid "Timeout while waiting for lock. Ignoring lock!" msgstr "Tiempo de espera agotado esperando un bloqueo. ¡Ignorando bloqueo!" -#: plugins/personal/posix/class_posixAccount.inc:736 -#: plugins/personal/posix/class_posixAccount.inc:1026 +#: plugins/personal/posix/class_posixAccount.inc:708 +#: plugins/personal/posix/class_posixAccount.inc:999 msgid "Group of user" msgstr "Grupo de usuarios" -#: plugins/personal/posix/class_posixAccount.inc:803 +#: plugins/personal/posix/class_posixAccount.inc:773 msgid "" "A duplicated UID number was written for this user. If this was not intended " "please verify all used uidNumbers!" @@ -3715,73 +2887,73 @@ msgstr "" "UN número UID duplicado ha sido introducido para este usuario. ¡Si esto no " "es intencionado por favor verifique todos los uidNumbers usado!" -#: plugins/personal/posix/class_posixAccount.inc:918 -#: plugins/personal/posix/class_posixAccount.inc:971 +#: plugins/personal/posix/class_posixAccount.inc:891 +#: plugins/personal/posix/class_posixAccount.inc:944 msgid "shadowMin" msgstr "shadowMin" -#: plugins/personal/posix/class_posixAccount.inc:923 -#: plugins/personal/posix/class_posixAccount.inc:976 +#: plugins/personal/posix/class_posixAccount.inc:896 +#: plugins/personal/posix/class_posixAccount.inc:949 msgid "shadowMax" msgstr "shadowMax" -#: plugins/personal/posix/class_posixAccount.inc:928 -#: plugins/personal/posix/class_posixAccount.inc:981 +#: plugins/personal/posix/class_posixAccount.inc:901 +#: plugins/personal/posix/class_posixAccount.inc:954 msgid "shadowWarning" msgstr "shadowWarning" -#: plugins/personal/posix/class_posixAccount.inc:942 -#: plugins/personal/posix/class_posixAccount.inc:995 +#: plugins/personal/posix/class_posixAccount.inc:915 +#: plugins/personal/posix/class_posixAccount.inc:968 msgid "shadowInactive" msgstr "shadowInactive" -#: plugins/personal/posix/class_posixAccount.inc:1299 +#: plugins/personal/posix/class_posixAccount.inc:1291 msgid "POSIX account" msgstr "Cuenta POSIX" -#: plugins/personal/posix/class_posixAccount.inc:1313 +#: plugins/personal/posix/class_posixAccount.inc:1309 msgid "Group ID" msgstr "Identificador (ID) de Grupo" -#: plugins/personal/posix/class_posixAccount.inc:1315 +#: plugins/personal/posix/class_posixAccount.inc:1311 #, fuzzy msgid "Shadow last changed" msgstr "Mostrar cambios" -#: plugins/personal/posix/class_posixAccount.inc:1316 +#: plugins/personal/posix/class_posixAccount.inc:1312 #, fuzzy msgid "Last login" msgstr "Último inicio de sesión" -#: plugins/personal/posix/class_posixAccount.inc:1318 +#: plugins/personal/posix/class_posixAccount.inc:1314 msgid "Force password change on login" msgstr "Forzar el cambio de contraseña al iniciar" -#: plugins/personal/posix/class_posixAccount.inc:1319 +#: plugins/personal/posix/class_posixAccount.inc:1315 msgid "Shadow min" msgstr "Shadow min" -#: plugins/personal/posix/class_posixAccount.inc:1320 +#: plugins/personal/posix/class_posixAccount.inc:1316 msgid "Shadow max" msgstr "Shadow max" -#: plugins/personal/posix/class_posixAccount.inc:1321 +#: plugins/personal/posix/class_posixAccount.inc:1317 msgid "Shadow warning" msgstr "Shadow warning" -#: plugins/personal/posix/class_posixAccount.inc:1322 +#: plugins/personal/posix/class_posixAccount.inc:1318 msgid "Shadow inactive" msgstr "Shadow inactive" -#: plugins/personal/posix/class_posixAccount.inc:1323 +#: plugins/personal/posix/class_posixAccount.inc:1319 msgid "Shadow expire" msgstr "Shadow expire" -#: plugins/personal/posix/class_posixAccount.inc:1324 +#: plugins/personal/posix/class_posixAccount.inc:1320 msgid "Public SSH key" msgstr "Clave pública SSH" -#: plugins/personal/posix/class_posixAccount.inc:1325 +#: plugins/personal/posix/class_posixAccount.inc:1321 msgid "System trust model" msgstr "Sistema de confianza" @@ -3819,6 +2991,29 @@ msgstr "Parámetro" msgid "Please select the desired entries" msgstr "Por favor seleccione las entradas que desee" +#: plugins/personal/posix/groupSelect/group-list.xml:13 +#: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:23 +#: plugins/admin/groups/group-list.xml:15 +#: plugins/admin/groups/group-list.xml:79 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:71 +#: plugins/admin/ogroups/class_ogroupManagement.inc:184 +#: plugins/admin/ogroups/ogroup-list.xml:79 +#: plugins/addons/propertyEditor/property-list.xml:64 +msgid "Group" +msgstr "Grupo" + +#: plugins/personal/posix/trustSelect/trust-list.xml:12 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:23 +#: plugins/admin/ogroups/class_ogroupManagement.inc:187 +msgid "Server" +msgstr "Servidor" + +#: plugins/personal/posix/trustSelect/trust-list.xml:19 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:31 +#: plugins/admin/ogroups/class_ogroupManagement.inc:189 +msgid "Workstation" +msgstr "Estación de trabajo" + #: plugins/personal/posix/trustSelect/trust-list.xml:26 #: plugins/admin/ogroups/objectSelect/selectObject-list.xml:39 #: plugins/admin/ogroups/class_ogroupManagement.inc:191 @@ -3830,51 +3025,28 @@ msgstr "Terminal" msgid "Trust machine selection" msgstr "Parametros de grupos" -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:64 -#: plugins/admin/groups/class_groupManagement.inc:157 -msgid "Posix" -msgstr "Posix" - -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:65 -#: plugins/admin/groups/class_groupManagement.inc:158 -msgid "Edit posix properties" -msgstr "Editar características posix" - -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:73 -#: plugins/admin/users/class_userManagement.inc:764 -#: plugins/admin/groups/class_groupManagement.inc:166 -msgid "Edit mail properties" -msgstr "Editar características de correo electrónico" - -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:81 -#: plugins/admin/users/class_userManagement.inc:768 -#: plugins/admin/groups/class_groupManagement.inc:174 -msgid "Edit samba properties" -msgstr "Editar características samba" - -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:89 -#: plugins/admin/users/class_userManagement.inc:784 -#: plugins/admin/groups/class_groupManagement.inc:182 -msgid "Edit phone properties" -msgstr "Editar características telefónicas" - -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:96 -#: plugins/admin/groups/class_groupManagement.inc:189 -msgid "Menu" -msgstr "Menú" - -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:97 -#: plugins/admin/groups/class_groupManagement.inc:190 -msgid "Edit start menu properties" -msgstr "Editar propiedades iniciales del menú" +#: plugins/personal/myaccount/main.inc:50 +#: include/class_CopyPasteHandler.inc:160 +#: include/class_CopyPasteHandler.inc:274 include/functions.inc:617 +#: include/functions.inc:804 include/functions.inc:922 +#: include/functions.inc:1317 include/functions.inc:2315 +#: include/functions.inc:2349 include/functions.inc:2369 +#: include/class_log.inc:87 include/class_acl.inc:976 +#: include/class_ldap.inc:693 include/class_ldap.inc:744 +#: include/class_management.inc:634 include/class_management.inc:717 +#: include/class_session.inc:76 include/class_session.inc:101 +#: include/class_session.inc:127 +msgid "Internal error" +msgstr "error interno" -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:105 -#: plugins/admin/users/class_userManagement.inc:776 -#: plugins/admin/groups/class_groupManagement.inc:198 -msgid "Edit environment properties" -msgstr "Editar características de entorno" +#: plugins/personal/myaccount/main.inc:51 include/class_management.inc:635 +#: include/class_management.inc:718 +#, php-format +msgid "" +"Cannot instantiate tabbed-plugin, the base plugin (%s) is not available!" +msgstr "" -#: plugins/personal/myaccount/main.inc:112 +#: plugins/personal/myaccount/main.inc:125 msgid "You have no permission to set your password!" msgstr "¡No tiene permisos para cambiar su contraseña!" @@ -3883,6 +3055,16 @@ msgstr "¡No tiene permisos para cambiar su contraseña!" msgid "Edit personal settings" msgstr "Editar parametros de usuarios POSIX" +#: plugins/personal/myaccount/password.tpl:2 +msgid "" +"You have changed the method your password is stored in the ldap database. " +"For that reason you've to enter your password at this point again. GOsa will " +"then encode it with the selected method." +msgstr "" +"Ha cambiado el método en que su clave es guardada en la base de datos LDAP. " +"Por esa razón tiene que volver a introducir su contraseña de nuevo. Gosa " +"codificara esta con el nuevo método seleccionado." + #: plugins/admin/users/password.tpl:4 msgid "" "To change the user password use the fields below. The changes take effect " @@ -3893,12 +3075,12 @@ msgstr "" "cambios tomarán efecto inmediatamente. Por favor, recuerde la nueva " "contraseña, el usuario no podrá autenticarse sin ella." -#: plugins/admin/users/password.tpl:11 +#: plugins/admin/users/password.tpl:7 #, fuzzy msgid "Password input dialog" msgstr "Cambio de contraseña" -#: plugins/admin/users/password.tpl:21 +#: plugins/admin/users/password.tpl:23 msgid "Strength" msgstr "Seguridad" @@ -3922,7 +3104,7 @@ msgstr "Mostrar los usuarios de correo" #: plugins/admin/users/class_userManagement.inc:26 msgid "" -"Manage aspects of user accounts like generic, posix, samba and mail settings" +"Manage aspects of user accounts like generic, POSIX, samba and mail settings" msgstr "" #: plugins/admin/users/class_userManagement.inc:189 @@ -3933,11 +3115,9 @@ msgstr "error de infraestructura" #: plugins/admin/users/class_userManagement.inc:221 #: plugins/admin/users/class_userManagement.inc:629 -#: include/class_management.inc:302 include/class_management.inc:459 -#: include/class_management.inc:506 include/class_management.inc:543 -#: include/class_management.inc:557 include/class_plugin.inc:1434 -#: include/class_plugin.inc:1446 include/class_plugin.inc:1461 -#: include/class_plugin.inc:1474 +#: include/class_management.inc:304 include/class_management.inc:462 +#: include/class_management.inc:509 include/class_management.inc:524 +#: include/class_management.inc:561 include/class_management.inc:575 msgid "Permission" msgstr "Permiso" @@ -3948,7 +3128,7 @@ msgstr "¡No tiene permisos para cambiar la contraseña de este usuario!" #: plugins/admin/users/class_userManagement.inc:348 #: plugins/admin/users/class_userManagement.inc:382 #: plugins/admin/users/class_userManagement.inc:413 -#: plugins/admin/ogroups/class_ogroup.inc:300 +#: plugins/admin/ogroups/class_ogroup.inc:309 msgid "none" msgstr "ninguno" @@ -3961,7 +3141,7 @@ msgstr "Plantilla" #: plugins/admin/users/class_userManagement.inc:587 #: plugins/admin/users/class_userManagement.inc:591 #: plugins/admin/acl/class_aclManagement.inc:98 -#: include/class_management.inc:383 +#: include/class_management.inc:385 msgid "Permission error" msgstr "Error de Permisos" @@ -3994,6 +3174,22 @@ msgstr "Editar características generales" msgid "Edit POSIX properties" msgstr "Editar características POSIX" +#: plugins/admin/users/class_userManagement.inc:762 +#: plugins/admin/groups/class_groupManagement.inc:165 +#: plugins/admin/ogroups/tabs_ogroups.inc:150 +msgid "Mail" +msgstr "Correo Electrónico" + +#: plugins/admin/users/class_userManagement.inc:764 +#: plugins/admin/groups/class_groupManagement.inc:166 +msgid "Edit mail properties" +msgstr "Editar características de correo electrónico" + +#: plugins/admin/users/class_userManagement.inc:768 +#: plugins/admin/groups/class_groupManagement.inc:174 +msgid "Edit samba properties" +msgstr "Editar características samba" + #: plugins/admin/users/class_userManagement.inc:771 msgid "Netatalk" msgstr "Netatalk" @@ -4002,12 +3198,26 @@ msgstr "Netatalk" msgid "Edit netatalk properties" msgstr "Editar características netatalk" -#: plugins/admin/users/class_userManagement.inc:780 -msgid "Edit FAX properties" -msgstr "Editar características FAX" - -#: plugins/admin/users/templatize.tpl:2 -msgid "Applying a template" +#: plugins/admin/users/class_userManagement.inc:776 +#: plugins/admin/groups/class_groupManagement.inc:198 +msgid "Edit environment properties" +msgstr "Editar características de entorno" + +#: plugins/admin/users/class_userManagement.inc:779 +msgid "FAX" +msgstr "FAX" + +#: plugins/admin/users/class_userManagement.inc:780 +msgid "Edit FAX properties" +msgstr "Editar características FAX" + +#: plugins/admin/users/class_userManagement.inc:784 +#: plugins/admin/groups/class_groupManagement.inc:182 +msgid "Edit phone properties" +msgstr "Editar características telefónicas" + +#: plugins/admin/users/templatize.tpl:2 +msgid "Applying a template" msgstr "Aplicando una plantilla" #: plugins/admin/users/templatize.tpl:6 @@ -4031,6 +3241,15 @@ msgstr "¡No hay plantillas disponibles!" msgid "List of users" msgstr "Lista de usuarios" +#: plugins/admin/users/user-list.xml:23 plugins/admin/users/user-list.xml:95 +#: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:15 +#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:14 +#: plugins/admin/groups/userSelect/user-list.xml:14 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:63 +#: plugins/admin/ogroups/class_ogroupManagement.inc:183 +msgid "User" +msgstr "Usuario" + #: plugins/admin/users/user-list.xml:73 plugins/admin/groups/group-list.xml:57 #: plugins/admin/departments/generic.tpl:7 #: plugins/admin/departments/generic.tpl:9 @@ -4048,11 +3267,11 @@ msgstr "Lista de usuarios" msgid "Properties" msgstr "Propiedades" -#: plugins/admin/users/user-list.xml:78 -#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:64 -#: plugins/admin/groups/group-list.xml:62 +#: plugins/admin/users/user-list.xml:78 plugins/admin/groups/group-list.xml:62 #: plugins/admin/departments/dep-list.xml:87 plugins/admin/acl/acl-list.xml:65 -#: plugins/admin/ogroups/ogroup-list.xml:62 include/class_listing.inc:1127 +#: plugins/admin/ogroups/ogroup-list.xml:62 +#: plugins/addons/propertyEditor/property-list.xml:96 +#: include/class_listing.inc:1174 msgid "Actions" msgstr "Acciones" @@ -4063,10 +3282,6 @@ msgstr "Acciones" msgid "Edit" msgstr "Editar" -#: plugins/admin/users/user-list.xml:128 plugins/admin/users/user-list.xml:230 -msgid "Change password" -msgstr "Cambiar contraseña" - #: plugins/admin/users/user-list.xml:140 msgid "Lock users" msgstr "Bloquear usuarios" @@ -4179,98 +3394,111 @@ msgstr "Los miembros están en un grupo de salto telefónico" msgid "Members are in a nagios group" msgstr "Los miembros están en un grupo Nagios" -#: plugins/admin/groups/generic.tpl:173 -msgid "Group members" -msgstr "Miembros del grupo" - -#: plugins/admin/groups/generic.tpl:180 -msgid "In all groups" -msgstr "en todos los grupos" +#: plugins/admin/groups/generic.tpl:174 +#, fuzzy +msgid "Common group members" +msgstr "Grupo común" #: plugins/admin/groups/generic.tpl:183 -msgid "Not in all groups" -msgstr "no en todos los grupos" +#, fuzzy +msgid "Partial group members" +msgstr "Miembros del grupo" + +#: plugins/admin/groups/generic.tpl:188 +msgid "Group members" +msgstr "Miembros del grupo" #: plugins/admin/groups/class_groupManagement.inc:26 msgid "" -"Manage aspects of groups like members, posix, desktop, samba and mail " +"Manage aspects of groups like members, POSIX, desktop, samba and mail " "settings" msgstr "" -#: plugins/admin/groups/class_group.inc:159 -#: plugins/admin/groups/class_group.inc:547 +#: plugins/admin/groups/class_groupManagement.inc:157 +msgid "Posix" +msgstr "Posix" + +#: plugins/admin/groups/class_groupManagement.inc:158 +msgid "Edit posix properties" +msgstr "Editar características posix" + +#: plugins/admin/groups/class_groupManagement.inc:189 +msgid "Menu" +msgstr "Menú" + +#: plugins/admin/groups/class_groupManagement.inc:190 +msgid "Edit start menu properties" +msgstr "Editar propiedades iniciales del menú" + +#: plugins/admin/groups/class_group.inc:166 #: include/class_CopyPasteHandler.inc:119 #: include/class_CopyPasteHandler.inc:128 #: include/class_CopyPasteHandler.inc:177 #: include/class_CopyPasteHandler.inc:186 -#: include/class_CopyPasteHandler.inc:194 include/class_config.inc:155 -#: include/class_config.inc:702 include/class_config.inc:1153 -#: include/class_config.inc:1166 include/class_config.inc:1184 -#: include/functions.inc:802 include/functions.inc:3073 -#: include/functions.inc:3105 include/functions.inc:3118 +#: include/class_CopyPasteHandler.inc:194 include/class_config.inc:162 +#: include/class_config.inc:678 include/class_config.inc:1138 +#: include/class_config.inc:1151 include/class_config.inc:1169 +#: include/functions.inc:814 include/functions.inc:3023 +#: include/functions.inc:3066 include/functions.inc:3079 #: include/password-methods/class_password-methods-ssha.inc:51 #: include/password-methods/class_password-methods-sha.inc:48 -#: include/utils/class_timezone.inc:47 include/class_SnapshotHandler.inc:45 -#: include/class_SnapshotHandler.inc:58 include/class_SnapshotHandler.inc:76 -#: include/class_pluglist.inc:98 html/index.php:156 html/index.php:228 -#: html/password.php:86 html/main.php:230 +#: include/utils/class_timezone.inc:47 include/class_SnapshotHandler.inc:44 +#: include/class_SnapshotHandler.inc:57 include/class_SnapshotHandler.inc:75 +#: include/class_pluglist.inc:92 html/index.php:157 html/index.php:233 +#: html/password.php:84 html/main.php:239 msgid "Configuration error" msgstr "Error de configuración" -#: plugins/admin/groups/class_group.inc:159 +#: plugins/admin/groups/class_group.inc:166 msgid "Cannot find group SID in your configuration!" msgstr "¡No se puede encontrar SID de grupo en el archivo de configuración!" -#: plugins/admin/groups/class_group.inc:311 +#: plugins/admin/groups/class_group.inc:210 +#: plugins/admin/groups/class_group.inc:1170 +#: plugins/admin/groups/class_group.inc:1180 +#, fuzzy +msgid "Surename" +msgstr "Apellido" + +#: plugins/admin/groups/class_group.inc:310 msgid "Samba group" msgstr "Grupo de samba" -#: plugins/admin/groups/class_group.inc:311 +#: plugins/admin/groups/class_group.inc:310 msgid "Domain admins" msgstr "Administradores del dominio" -#: plugins/admin/groups/class_group.inc:311 +#: plugins/admin/groups/class_group.inc:310 msgid "Domain users" msgstr "Usuarios del dominio" -#: plugins/admin/groups/class_group.inc:312 +#: plugins/admin/groups/class_group.inc:311 msgid "Domain guests" msgstr "Invitados del dominio" -#: plugins/admin/groups/class_group.inc:317 +#: plugins/admin/groups/class_group.inc:316 #, php-format msgid "Special group (%d)" msgstr "Grupo especial (%d)" -#: plugins/admin/groups/class_group.inc:420 +#: plugins/admin/groups/class_group.inc:464 #, php-format msgid "Adding UID '%s' to group '%s' failed: cannot find user object!" msgstr "" "¡Añadir UID '%s' al grupo '%s ha fallado: no podemos encontrar el objeto " "usuario!" -#: plugins/admin/groups/class_group.inc:426 +#: plugins/admin/groups/class_group.inc:470 #, php-format msgid "Add UID '%s' to group '%s' failed: UID is used more than once!" msgstr "¡Añadir UID '%s' al grupo '%s ha fallado: UID es usado mas de una vez!" -#: plugins/admin/groups/class_group.inc:504 -msgid "! unknown UID" -msgstr "¡UID desconocido!" - -#: plugins/admin/groups/class_group.inc:547 -#, php-format -msgid "Search returned too many results. Not displaying more than %s entries!" -msgstr "" -"La busqueda ha devuelto demasiados reultados.¡No se muestran mas de %s " -"entradas!" - -#: plugins/admin/groups/class_group.inc:730 +#: plugins/admin/groups/class_group.inc:733 #, php-format msgid "Cannot find any SID for '%s'!" msgstr "¡No se puede encontrar nigún SID para '%s'!" -#: plugins/admin/groups/class_group.inc:735 +#: plugins/admin/groups/class_group.inc:738 #, php-format msgid "Cannot find any RIDBASE for '%s'!" msgstr "¡No se puede encontrar un RIDBASE para '%s'." @@ -4280,27 +3508,33 @@ msgstr "¡No se puede encontrar un RIDBASE para '%s'." msgid "The gidNumber '%s' is already in use by %s!" msgstr "¡El gidNumber '%s' introducido ya esta siendo usado por %s!" -#: plugins/admin/groups/class_group.inc:1013 +#: plugins/admin/groups/class_group.inc:1016 msgid "Generic group settings" msgstr "Parámetros genéricos del grupo" -#: plugins/admin/groups/class_group.inc:1027 +#: plugins/admin/groups/class_group.inc:1029 +msgid "" +"The 'ogroupRDN' statement defines the location where new object groups will " +"be created. The default is 'ou=groups,'." +msgstr "" + +#: plugins/admin/groups/class_group.inc:1043 msgid "Samba group type" msgstr "Tipo de grupo de samba" -#: plugins/admin/groups/class_group.inc:1028 +#: plugins/admin/groups/class_group.inc:1044 msgid "Samba domain name" msgstr "Nombre de dominio samba" -#: plugins/admin/groups/class_group.inc:1030 +#: plugins/admin/groups/class_group.inc:1046 msgid "Phone pickup group" msgstr "Miembros de grupo de salto telefónico" -#: plugins/admin/groups/class_group.inc:1031 +#: plugins/admin/groups/class_group.inc:1047 msgid "Nagios group" msgstr "Grupo Nagios" -#: plugins/admin/groups/class_group.inc:1033 +#: plugins/admin/groups/class_group.inc:1049 msgid "Group member" msgstr "Miembro del grupo" @@ -4332,7 +3566,7 @@ msgstr "Eliminar grupo" #: plugins/admin/departments/class_domain.inc:81 #: plugins/admin/departments/class_domain.inc:82 -#: plugins/admin/departments/class_departmentManagement.inc:202 +#: plugins/admin/departments/class_departmentManagement.inc:205 #: plugins/admin/departments/class_dcObject.inc:81 #: plugins/admin/departments/class_dcObject.inc:82 msgid "Domain Component" @@ -4343,7 +3577,7 @@ msgstr "Componentes del dominio" #: plugins/admin/departments/organization.tpl:132 #: plugins/admin/departments/class_localityGeneric.inc:95 #: plugins/admin/departments/locality.tpl:67 -#: plugins/admin/departments/class_department.inc:680 +#: plugins/admin/departments/class_department.inc:688 #: plugins/admin/departments/dcObject.tpl:67 #: plugins/admin/departments/domain.tpl:67 #: plugins/admin/departments/country.tpl:68 @@ -4373,9 +3607,9 @@ msgstr "Descripción del departamento" #: plugins/admin/departments/generic.tpl:27 #: plugins/admin/departments/organization.tpl:27 -#: plugins/admin/departments/class_department.inc:670 +#: plugins/admin/departments/class_department.inc:678 #: plugins/admin/departments/class_organizationGeneric.inc:124 -#: plugins/admin/acl/class_aclRole.inc:165 include/class_userFilter.inc:55 +#: plugins/admin/acl/class_aclRole.inc:163 include/class_userFilter.inc:55 msgid "Category" msgstr "Categoría" @@ -4441,7 +3675,7 @@ msgstr "Lista del grupo de objetos" #: plugins/admin/departments/dep-list.xml:15 #: plugins/admin/departments/dep-list.xml:103 -#: plugins/admin/departments/class_departmentManagement.inc:190 +#: plugins/admin/departments/class_departmentManagement.inc:193 #: plugins/admin/departments/domain.tpl:5 #: plugins/admin/departments/dep-filter.xml:105 msgid "Domain" @@ -4456,7 +3690,7 @@ msgstr "Componente del dominio" #: plugins/admin/departments/dep-list.xml:31 #: plugins/admin/departments/dep-list.xml:117 -#: plugins/admin/departments/class_departmentManagement.inc:214 +#: plugins/admin/departments/class_departmentManagement.inc:217 #: plugins/admin/departments/country.tpl:5 #: plugins/admin/departments/dep-filter.xml:49 #: plugins/admin/departments/class_countryGeneric.inc:82 @@ -4469,7 +3703,7 @@ msgstr "País" #: plugins/admin/departments/class_localityGeneric.inc:82 #: plugins/admin/departments/class_localityGeneric.inc:83 #: plugins/admin/departments/locality.tpl:5 -#: plugins/admin/departments/class_departmentManagement.inc:226 +#: plugins/admin/departments/class_departmentManagement.inc:229 #: plugins/admin/departments/dep-filter.xml:63 msgid "Locality" msgstr "Localidad" @@ -4484,57 +3718,57 @@ msgstr "Localidad" msgid "Name of locality to create" msgstr "Nombre de la localidad a crear" -#: plugins/admin/departments/class_department.inc:439 -#: include/functions.inc:447 include/utils/class_xml.inc:43 -#: html/password.php:59 html/main.php:149 +#: plugins/admin/departments/class_department.inc:441 +#: include/functions.inc:459 include/utils/class_xml.inc:43 +#: html/password.php:59 html/main.php:158 msgid "Fatal error" msgstr "Error fatal" -#: plugins/admin/departments/class_department.inc:439 +#: plugins/admin/departments/class_department.inc:441 msgid "Cannot find an unused tag for this administrative unit!" msgstr "" "¡No se puede encontrar una etiqueta sin usar para identificar la unidad " "administrativa!" -#: plugins/admin/departments/class_department.inc:507 +#: plugins/admin/departments/class_department.inc:509 #, php-format msgid "Tagging '%s'." msgstr "Etiquetando '%s'." -#: plugins/admin/departments/class_department.inc:588 +#: plugins/admin/departments/class_department.inc:590 #, php-format msgid "Moving '%s' to '%s'" msgstr "Moviendo '%s' a '%s'" -#: plugins/admin/departments/class_department.inc:629 +#: plugins/admin/departments/class_department.inc:631 #, php-format msgid "FAILED to copy %s, aborting operation" msgstr "Ha fallado a copiar %s, operación abortada" -#: plugins/admin/departments/class_department.inc:660 -#: plugins/admin/departments/class_department.inc:665 +#: plugins/admin/departments/class_department.inc:662 +#: plugins/admin/departments/class_department.inc:673 msgid "Departments" msgstr "Departamentos" -#: plugins/admin/departments/class_department.inc:668 +#: plugins/admin/departments/class_department.inc:676 msgid "Department name" msgstr "Nombre de departamento" -#: plugins/admin/departments/class_department.inc:676 +#: plugins/admin/departments/class_department.inc:684 msgid "Telephone" msgstr "Teléfono" -#: plugins/admin/departments/class_department.inc:731 +#: plugins/admin/departments/class_department.inc:739 #, php-format msgid "Object '%s' is already tagged" msgstr "El objeto '%s' está ya marcado" -#: plugins/admin/departments/class_department.inc:738 +#: plugins/admin/departments/class_department.inc:746 #, php-format msgid "Adding tag (%s) to object '%s'" msgstr "Añadir marca (%s) al objeto '%s'" -#: plugins/admin/departments/class_department.inc:770 +#: plugins/admin/departments/class_department.inc:778 #, php-format msgid "Removing tag from object '%s'" msgstr "Eliminando marca del objeto '%s'" @@ -4549,7 +3783,7 @@ msgid "" "Manage organizations, organizational units, localities, countries and more" msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:122 +#: plugins/admin/departments/class_departmentManagement.inc:125 msgid "" "As soon as the tag operation has finished, you can scroll down to end of the " "page and press the 'Continue' button to continue with the department " @@ -4647,7 +3881,7 @@ msgid "ACL Templates" msgstr "Plantillas ACL" #: plugins/admin/acl/class_aclRole.inc:26 -#: plugins/admin/acl/class_aclRole.inc:717 +#: plugins/admin/acl/class_aclRole.inc:712 msgid "Access control roles" msgstr "Roles de control de acceso" @@ -4655,82 +3889,63 @@ msgstr "Roles de control de acceso" msgid "Edit AC roles" msgstr "Editar roles CA" -#: plugins/admin/acl/class_aclRole.inc:130 include/class_acl.inc:219 -msgid "All categories" -msgstr "Todas las categorías" - -#: plugins/admin/acl/class_aclRole.inc:137 +#: plugins/admin/acl/class_aclRole.inc:135 msgid "Reset ACL" msgstr "Eliminar ACL" -#: plugins/admin/acl/class_aclRole.inc:138 include/class_acl.inc:228 -msgid "One level" -msgstr "Un nivel" - -#: plugins/admin/acl/class_aclRole.inc:139 include/class_acl.inc:229 -#: include/class_acl.inc:234 -msgid "Current object" -msgstr "Objeto actual" - -#: plugins/admin/acl/class_aclRole.inc:140 include/class_acl.inc:230 -msgid "Complete subtree" -msgstr "Subárbol completo" - -#: plugins/admin/acl/class_aclRole.inc:141 include/class_acl.inc:231 -msgid "Complete subtree (permanent)" -msgstr "Subárbol completo (permanente)" - -#: plugins/admin/acl/class_aclRole.inc:181 -#: plugins/admin/acl/class_aclRole.inc:727 include/class_acl.inc:279 +#: plugins/admin/acl/class_aclRole.inc:179 +#: plugins/admin/acl/class_aclRole.inc:741 include/class_acl.inc:278 msgid "Permissions" msgstr "Permisos" -#: plugins/admin/acl/class_aclRole.inc:181 include/class_acl.inc:279 -#: include/php_setup.inc:191 +#: plugins/admin/acl/class_aclRole.inc:179 include/class_acl.inc:278 +#: include/php_setup.inc:185 msgid "Type" msgstr "Tipo" -#: plugins/admin/acl/class_aclRole.inc:410 +#: plugins/admin/acl/class_aclRole.inc:408 msgid "No ACL settings for this category" msgstr "No hay ACL configuradas en esta categoría" -#: plugins/admin/acl/class_aclRole.inc:412 +#: plugins/admin/acl/class_aclRole.inc:410 #, php-format msgid "ACL for these objects: %s" msgstr "ACLs que tienen estos objetos: %s" -#: plugins/admin/acl/class_aclRole.inc:417 +#: plugins/admin/acl/class_aclRole.inc:415 msgid "Edit category ACL" msgstr "Editar la categoría ACL" -#: plugins/admin/acl/class_aclRole.inc:420 +#: plugins/admin/acl/class_aclRole.inc:418 #, fuzzy msgid "Delete category ACL" msgstr "Eliminar la categoría ACL" -#: plugins/admin/acl/class_aclRole.inc:441 +#: plugins/admin/acl/class_aclRole.inc:439 #, php-format msgid "Edit ACL for '%s', scope is '%s'" msgstr "Editar ACL para '%s', el ámbito es '%s'" -#: plugins/admin/acl/class_aclRole.inc:451 include/class_acl.inc:644 -msgid "All objects in current subtree" -msgstr "Todos los objetos en el subárbol actual" - -#: plugins/admin/acl/class_aclRole.inc:637 +#: plugins/admin/acl/class_aclRole.inc:632 msgid "Object in use" msgstr "Objeto en uso" -#: plugins/admin/acl/class_aclRole.inc:637 +#: plugins/admin/acl/class_aclRole.inc:632 #, php-format msgid "This role cannot be removed while it is in use by these objects:" msgstr "" "Este Rol no puede ser eliminado por estar siendo usado por los siguientes " "objetos:" -#: plugins/admin/acl/class_aclRole.inc:753 plugins/admin/acl/tabs_acl.inc:28 -#: include/class_acl.inc:1279 include/class_acl.inc:1280 -#: include/class_acl.inc:1285 include/class_tabs.inc:374 +#: plugins/admin/acl/class_aclRole.inc:728 +msgid "" +"The 'aclRoleRDN' statement defines the location where new acl roles will be " +"created. The default is 'ou=aclroles,'." +msgstr "" + +#: plugins/admin/acl/class_aclRole.inc:767 plugins/admin/acl/tabs_acl.inc:28 +#: include/class_acl.inc:1282 include/class_acl.inc:1283 +#: include/class_acl.inc:1289 include/class_tabs.inc:382 msgid "ACL" msgstr "ACL" @@ -4739,6 +3954,11 @@ msgstr "ACL" msgid "Paste acl-role" msgstr "Eliminar rol" +#: plugins/admin/ogroups/generic.tpl:1 +#: plugins/admin/ogroups/ogroup-list.xml:15 +msgid "Object group" +msgstr "Grupo de objetos" + #: plugins/admin/ogroups/generic.tpl:10 msgid "Name of the group" msgstr "Nombre del grupo" @@ -4747,92 +3967,103 @@ msgstr "Nombre del grupo" msgid "Member objects" msgstr "Objetos miembros" -#: plugins/admin/ogroups/tabs_ogroups.inc:133 +#: plugins/admin/ogroups/tabs_ogroups.inc:134 msgid "Phone queue" msgstr "Cola telefónica" -#: plugins/admin/ogroups/tabs_ogroups.inc:160 -msgid "Systems" -msgstr "Sistemas" +#: plugins/admin/ogroups/tabs_ogroups.inc:163 +#, fuzzy +msgid "System settings" +msgstr "Caracteristicas del usuario" -#: plugins/admin/ogroups/tabs_ogroups.inc:171 -#: plugins/admin/ogroups/tabs_ogroups.inc:194 -msgid "Startup" -msgstr "Inicio" +#: plugins/admin/ogroups/tabs_ogroups.inc:175 +#: plugins/admin/ogroups/tabs_ogroups.inc:200 +msgid "Recipe" +msgstr "" -#: plugins/admin/ogroups/tabs_ogroups.inc:182 -#: plugins/admin/ogroups/tabs_ogroups.inc:203 +#: plugins/admin/ogroups/tabs_ogroups.inc:187 +#: plugins/admin/ogroups/tabs_ogroups.inc:209 msgid "Devices" msgstr "Dispositivos" -#: plugins/admin/ogroups/tabs_ogroups.inc:213 -msgid "FAI summary" -msgstr "Sumario FAI" +#: plugins/admin/ogroups/tabs_ogroups.inc:219 +#, fuzzy +msgid "Deployment summary" +msgstr "Número del departamento" + +#: plugins/admin/ogroups/tabs_ogroups.inc:229 +msgid "Desktop" +msgstr "" -#: plugins/admin/ogroups/tabs_ogroups.inc:241 +#: plugins/admin/ogroups/tabs_ogroups.inc:246 msgid "Applications" msgstr "Aplicaciones" +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:47 +#: plugins/admin/ogroups/class_ogroupManagement.inc:192 +msgid "Printer" +msgstr "Impresora" + #: plugins/admin/ogroups/objectSelect/class_objectSelect.inc:29 #, fuzzy msgid "Object selection" msgstr "Parametros de grupos" -#: plugins/admin/ogroups/class_ogroup.inc:200 +#: plugins/admin/ogroups/class_ogroup.inc:230 msgid "You cannot combine terminals and workstations in one object group!" msgstr "" "¡No puede combinar terminales y estaciones de trabajo en un unico grupo de " "objetos!" -#: plugins/admin/ogroups/class_ogroup.inc:302 +#: plugins/admin/ogroups/class_ogroup.inc:311 msgid "too many different objects!" msgstr "¡demasiados objetos diferentes!" -#: plugins/admin/ogroups/class_ogroup.inc:304 +#: plugins/admin/ogroups/class_ogroup.inc:313 msgid "users" msgstr "usuarios" -#: plugins/admin/ogroups/class_ogroup.inc:305 +#: plugins/admin/ogroups/class_ogroup.inc:314 msgid "groups" msgstr "grupos" -#: plugins/admin/ogroups/class_ogroup.inc:306 +#: plugins/admin/ogroups/class_ogroup.inc:315 msgid "applications" msgstr "aplicaciones" -#: plugins/admin/ogroups/class_ogroup.inc:307 +#: plugins/admin/ogroups/class_ogroup.inc:316 msgid "departments" msgstr "departamentos" -#: plugins/admin/ogroups/class_ogroup.inc:308 +#: plugins/admin/ogroups/class_ogroup.inc:317 msgid "servers" msgstr "servidores" -#: plugins/admin/ogroups/class_ogroup.inc:309 +#: plugins/admin/ogroups/class_ogroup.inc:318 msgid "workstations" msgstr "estaciones de trabajo" -#: plugins/admin/ogroups/class_ogroup.inc:310 +#: plugins/admin/ogroups/class_ogroup.inc:319 msgid "winstations" msgstr "Estación de trabajo Windows" -#: plugins/admin/ogroups/class_ogroup.inc:311 +#: plugins/admin/ogroups/class_ogroup.inc:320 msgid "terminals" msgstr "terminales" -#: plugins/admin/ogroups/class_ogroup.inc:312 +#: plugins/admin/ogroups/class_ogroup.inc:321 msgid "phones" msgstr "teléfonos" -#: plugins/admin/ogroups/class_ogroup.inc:313 +#: plugins/admin/ogroups/class_ogroup.inc:322 msgid "printers" msgstr "impresoras" -#: plugins/admin/ogroups/class_ogroup.inc:500 +#: plugins/admin/ogroups/class_ogroup.inc:524 msgid "Non existing dn:" msgstr "No existe el 'dn':" -#: plugins/admin/ogroups/class_ogroup.inc:657 +#: plugins/admin/ogroups/class_ogroup.inc:642 #, php-format msgid "" "These systems are already configured by other object groups and cannot be " @@ -4841,24 +4072,24 @@ msgstr "" "Estos sistemas ya han sido configurados por otros grupos de objetos y no " "pueden ser añadidos:" -#: plugins/admin/ogroups/class_ogroup.inc:691 +#: plugins/admin/ogroups/class_ogroup.inc:676 msgid "You can combine two different object types at maximum, only!" msgstr "¡Solo se puede combiar dos tipos de objetos diferentes como máximo!" -#: plugins/admin/ogroups/class_ogroup.inc:841 +#: plugins/admin/ogroups/class_ogroup.inc:821 msgid "Object group generic" msgstr "Grupo de objetos genérico" -#: plugins/admin/ogroups/class_ogroup.inc:846 +#: plugins/admin/ogroups/class_ogroup.inc:830 #: plugins/admin/ogroups/class_ogroupManagement.inc:25 msgid "Object groups" msgstr "Grupos de objetos" -#: plugins/admin/ogroups/class_ogroup.inc:852 +#: plugins/admin/ogroups/class_ogroup.inc:836 msgid "Sytem trust" msgstr "Sistema de confianza" -#: plugins/admin/ogroups/class_ogroup.inc:853 include/class_acl.inc:279 +#: plugins/admin/ogroups/class_ogroup.inc:837 include/class_acl.inc:278 msgid "Member" msgstr "Miembro" @@ -4870,6 +4101,10 @@ msgstr "" msgid "Templates" msgstr "Plantillas" +#: plugins/admin/ogroups/class_ogroupManagement.inc:185 +msgid "Application" +msgstr "Aplicación" + #: plugins/admin/ogroups/class_ogroupManagement.inc:190 msgid "Windows Install" msgstr "Instalación Windows" @@ -4895,453 +4130,674 @@ msgstr "Editar grupo de objetos" msgid "Remove object group" msgstr "Eliminar grupo de objetos" -#: include/class_CopyPasteHandler.inc:118 -#: include/class_CopyPasteHandler.inc:127 -#: include/class_CopyPasteHandler.inc:159 -#: include/class_CopyPasteHandler.inc:176 -#: include/class_CopyPasteHandler.inc:185 -#: include/class_CopyPasteHandler.inc:193 -#: include/class_CopyPasteHandler.inc:273 -#, php-format -msgid "Copy and paste failed!" -msgstr "¡Ha fallado copiar y pegar! " - -#: include/class_CopyPasteHandler.inc:118 -#: include/class_CopyPasteHandler.inc:193 -#, php-format -msgid "Cannot set permission for '%s'" -msgstr "No se pueden modificar los permisos para '%s'" - -#: include/class_CopyPasteHandler.inc:159 -#, php-format -msgid "'%s' is no vaild LDAP object" -msgstr "'%s' no es un objeto LDAP válido" - -#: include/class_CopyPasteHandler.inc:160 -#: include/class_CopyPasteHandler.inc:274 include/functions.inc:605 -#: include/functions.inc:792 include/functions.inc:910 -#: include/functions.inc:1308 include/functions.inc:2365 -#: include/functions.inc:2399 include/functions.inc:2419 -#: include/class_log.inc:87 include/class_acl.inc:974 -#: include/class_ldap.inc:693 include/class_ldap.inc:744 -#: include/class_session.inc:76 include/class_session.inc:101 -#: include/class_session.inc:127 -msgid "Internal error" -msgstr "error interno" - -#: include/class_CopyPasteHandler.inc:176 -#, php-format -msgid "No write permission in '%s'" -msgstr "No tiene permiso de escritura en '%s'" +#: plugins/addons/propertyEditor/property-list.tpl:3 +#, fuzzy +msgid "Warning message" +msgstr "Enviar mensaje" -#: include/class_CopyPasteHandler.inc:394 -#, php-format -msgid "These objects will be pasted: %s" -msgstr "Estos objetos serán modificados: %s" +#: plugins/addons/propertyEditor/property-list.tpl:9 +msgid "" +"Modifying properties may break your setup, destroy or mess up your LDAP " +"database, lead to security holes or it can even make a login impossible!" +msgstr "" -#: include/class_CopyPasteHandler.inc:418 -#, php-format -msgid "This object will be pasted: %s" -msgstr "Este objeto sera modificado: %s" +#: plugins/addons/propertyEditor/property-list.tpl:10 +msgid "" +"Since configuration properties are stored in the LDAP database a copy/backup " +"can be handy." +msgstr "" -#: include/class_CopyPasteHandler.inc:514 include/class_listing.inc:1411 -#: include/class_listing.inc:1413 include/class_plugin.inc:1971 -#: include/class_plugin.inc:1974 -msgid "Paste" -msgstr "Pegar" +#: plugins/addons/propertyEditor/property-list.tpl:14 +msgid "" +"If you've debarred yourself, you can try to set 'ignoreLdapProperties' to " +"'true' in your gosa.conf main section. This will make GOsa ignore LDAP based " +"property values." +msgstr "" -#: include/class_CopyPasteHandler.inc:516 -msgid "Cannot paste" -msgstr "No puedo pegar" +#: plugins/addons/propertyEditor/property-list.tpl:22 +msgid "" +"I understand that there are certain risks, but I want to modify properties!" +msgstr "" -#: include/class_config.inc:152 -#, php-format -msgid "XML error in gosa.conf: %s at line %d" -msgstr "Error XML en gosa.conf: %s en la línea %d" +#: plugins/addons/propertyEditor/property-list.tpl:38 +msgid "Ignoring LDAP defined properties!" +msgstr "" -#: include/class_config.inc:325 -msgid "Cannot bind to LDAP. Please contact the system administrator." +#: plugins/addons/propertyEditor/property-list.tpl:77 +msgid "Undo" msgstr "" -"No se puede conectar a LDAP: Por favor consulte con el administrador de " -"sistemas." -#: include/class_config.inc:702 -msgid "sambaSID and/or sambaRidBase missing in the configuration!" -msgstr "¡sambaSID y/o sambaRidBase no aparece en la configuración!" +#: plugins/addons/propertyEditor/class_commandVerifier.inc:56 +msgid "Results" +msgstr "" -#: include/class_config.inc:1112 -msgid "Configuration" -msgstr "Configuración" +#: plugins/addons/propertyEditor/commandVerifier.tpl:1 +msgid "Command verifier" +msgstr "" -#: include/class_config.inc:1112 +#: plugins/addons/propertyEditor/commandVerifier.tpl:3 msgid "" -"The configuration file you are using seems to be outdated. Please move the " -"GOsa configuration file away to run the GOsa setup again." +"Here you can execute commands in the way GOsa does and check the generated " +"results or errors. This can be very usefull especially for the post events " +"(postcreate, postmodify and postremove) due to the fact that these hook are " +"executed silently." msgstr "" -"El archivo de configuración que está usando es obsoleto. Por favor quite el " -"archivo de configuración de GOsa y use el asistente de configuración." -#: include/class_config.inc:1154 include/class_config.inc:1185 -#: include/class_SnapshotHandler.inc:46 include/class_SnapshotHandler.inc:77 -#, php-format +#: plugins/addons/propertyEditor/commandVerifier.tpl:8 msgid "" -"The snapshot functionality is enabled, but the required variable '%s' is not " -"set." +"Please be carefull here, all commands will really be executed on your " +"machine and may break things!" msgstr "" -"La funcionalidad de instancias esta activa, pero el valor requerido '%s' no " -"está activo." -#: include/class_config.inc:1167 include/class_SnapshotHandler.inc:59 -#, php-format -msgid "" -"The snapshot functionality is enabled, but the required compression module " -"is missing. Please install '%s'." +#: plugins/addons/propertyEditor/commandVerifier.tpl:15 +msgid "The command to check for" msgstr "" -"La funcionalidad de instancias esta activa, pero no se encuentra el módulo " -"de compresión requerido. Por favor instale '%s'." -#: include/class_socketClient.inc:60 -msgid "The mcrypt module was not found. Please install php5-mcrypt." -msgstr "El módulo mcrypt no ha sido encontrado. Por favor instale php-mcrypt." +#: plugins/addons/propertyEditor/commandVerifier.tpl:17 +#, fuzzy +msgid "Test" +msgstr "Marca de tiempo" -#: include/class_socketClient.inc:108 -#, php-format -msgid "Socket connection to host '%s:%s' failed: %s" -msgstr "Ha fallado la conexión a la máquina '%s:%s': %s" +#: plugins/addons/propertyEditor/property-filter.xml:15 +#, fuzzy +msgid "Effective properties" +msgstr "Editar características generales" -#: include/class_socketClient.inc:191 -#, php-format -msgid "Socket timeout of %s seconds reached." -msgstr "Tiempo excedido de %s segundos para conexión alcanzado." +#: plugins/addons/propertyEditor/property-filter.xml:29 +#, fuzzy +msgid "Modified properties" +msgstr "Editar características generales" -#: include/class_multi_plug.inc:362 -msgid "You are currently editing mutliple entries." -msgstr "Está actualmente editando varias entradas." +#: plugins/addons/propertyEditor/property-filter.xml:43 +#, fuzzy +msgid "All properties" +msgstr "Editar características generales" -#: include/class_multi_plug.inc:391 -msgid "Password reset" -msgstr "Reintroducir contraseña" +#: plugins/addons/propertyEditor/property-filter.xml:57 +#, fuzzy +msgid "LDAP properties" +msgstr "Propiedades" -#: include/class_multi_plug.inc:391 -msgid "The user password was resetted, please set a new password value!" -msgstr "" -"¡La contraseña del usuario se ha eliminado, por favor introduzca una nueva!" +#: plugins/addons/propertyEditor/property-filter.xml:71 +#, fuzzy +msgid "Search for property groups" +msgstr "Mostrar grupos primarios" -#: include/class_sortableListing.inc:221 +#: plugins/addons/propertyEditor/property-list.xml:11 #, fuzzy -msgid "Sortable list" -msgstr "Exportar lista" +msgid "List of configuration settings" +msgstr "Caracteristicas del usuario" -#: include/class_sortableListing.inc:226 -msgid "Edit this entry" -msgstr "Editar esta entrada" +#: plugins/addons/propertyEditor/property-list.xml:15 +#, fuzzy +msgid "Property not used" +msgstr "Grupo de usuarios" -#: include/class_sortableListing.inc:231 -msgid "Delete this entry" -msgstr "Eliminar esta entrada" +#: plugins/addons/propertyEditor/property-list.xml:23 +#, fuzzy +msgid "Property will be restored" +msgstr "El grupo serán trasladado desde" + +#: plugins/addons/propertyEditor/property-list.xml:31 +#, fuzzy +msgid "Modified property" +msgstr "modificación" + +#: plugins/addons/propertyEditor/property-list.xml:39 +#, fuzzy +msgid "Property configured in LDAP" +msgstr "Crear su fichero de configuración" -#: include/class_sortableListing.inc:261 include/class_listing.inc:247 -msgid "Up" -msgstr "Arriba" +#: plugins/addons/propertyEditor/property-list.xml:47 +#, fuzzy +msgid "Property configured in config file" +msgstr "Crear su fichero de configuración" -#: include/class_sortableListing.inc:261 include/class_listing.inc:247 -msgid "Down" -msgstr "Abajo" +#: plugins/addons/propertyEditor/property-list.xml:72 +#, fuzzy +msgid "Class" +msgstr "clase" -#: include/functions.inc:127 -#, php-format -msgid "Fatal error: no class locations defined - please run '%s' to fix this" +#: plugins/addons/propertyEditor/property-list.xml:88 +#, fuzzy +msgid "Value" +msgstr "hombre" + +#: plugins/addons/propertyEditor/property-list.xml:124 +msgid "Restore to default" msgstr "" -"Error fatal: no se han definido un emplazamiento para las clases - por favor " -"ejecute '%s' para solucionar esto" -#: include/functions.inc:134 -#, php-format +#: plugins/addons/propertyEditor/class_propertyEditor.inc:6 +#, fuzzy +msgid "Preferences" +msgstr "Referencias" + +#: plugins/addons/propertyEditor/class_propertyEditor.inc:7 msgid "" -"Fatal error: cannot instantiate class '%s' - try running '%s' to fix this" +"Configure global and special GOsa settings like hooks and plugin parameters" msgstr "" -"Error fatal: no se puede instanciar la clase '%s' - intente solucionarlo " -"ejecutando '%s'" -#: include/functions.inc:448 +#: plugins/addons/propertyEditor/class_propertyEditor.inc:206 +#, fuzzy +msgid "No description" +msgstr "Descripción del Rol" + +#: plugins/addons/propertyEditor/class_propertyEditor.inc:230 +msgid "FALSE" +msgstr "" + +#: plugins/addons/propertyEditor/class_propertyEditor.inc:231 +msgid "TRUE" +msgstr "" + +#: plugins/addons/propertyEditor/class_propertyEditor.inc:251 +msgid "Test the given command." +msgstr "" + +#: plugins/addons/propertyEditor/migrate.tpl:3 +msgid "Property migration assistent" +msgstr "" + +#: plugins/addons/propertyEditor/migrate.tpl:3 +#, fuzzy +msgid "Migration steps left" +msgstr "Error de migración" + +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:31 +#, fuzzy, php-format +msgid "Migration of property '%s'" +msgstr "Error de migración" + +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:34 +#, fuzzy, php-format +msgid "GOsa has detected objects outside of the configured storage point (%s)." +msgstr "Encontrados '%s' grupos fuera del árbol configurado '%s'." + +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:161 +#, fuzzy +msgid "Objects that will be added" +msgstr "¡El objeto será eliminado!" + +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:169 +#, fuzzy +msgid "Objects that will be moved" +msgstr "La estaciones de trabajo windows serán trasladadas desde" + +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:177 +#, fuzzy, php-format +msgid "Moving object '%s' to '%s'" +msgstr "Moviendo '%s' a '%s'" + +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:204 +#, fuzzy, php-format +msgid "Migration failed for object %s, dn already exists!" +msgstr "" +"Ha fallado al añadir un usuario administrativo: ¡El objeto '%s' ya existe!" + +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:208 #, php-format -msgid "FATAL: Error when connecting the LDAP. Server said '%s'." +msgid "Migration failed for object %s, please check if it already exists!" +msgstr "" + +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:105 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:327 +msgid "Labeled URI" msgstr "" -"FATAL: Ha habido un error conectando a LDAP. El servidor comunicó '%s'." -#: include/functions.inc:519 -msgid "Username / UID is not unique inside the LDAP tree!" -msgstr "¡El nombre de usuario / UID no es único dentro del árbol LDAP!" +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:119 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:121 +#: plugins/addons/dyngroup/dyngroup.tpl:7 +#, fuzzy +msgid "Attribute" +msgstr "Atributo de inicio de sesión" -#: include/functions.inc:605 -msgid "" -"Username / UID is not unique inside the LDAP tree. Please contact your " -"Administrator." +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:128 +msgid "Surrounding brakets are required!" msgstr "" -"El nombre de usuario / UID no es único dentro del árbol LDAP. Por favor " -"contacte con su Administrador." -#: include/functions.inc:792 include/functions.inc:910 -msgid "Error while adding a lock. Contact the developers!" +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:136 +#, php-format +msgid "The given filter '%s' for entry %s seems to be invalid!" +msgstr "" + +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:166 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:168 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:319 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:320 +#, fuzzy +msgid "Dynamic object" +msgstr "Objeto GOsa" + +#: plugins/addons/dyngroup/dyngroup.tpl:1 +#, fuzzy +msgid "List of dynamic rules" +msgstr "Lista de acls" + +#: plugins/addons/dyngroup/dyngroup.tpl:3 +msgid "Labeled URI definitions" msgstr "" -"Ha ocurrido un problema al añadir un bloqueo. ¡Contacte con los " -"desarrolladores!" -#: include/functions.inc:802 +#: plugins/addons/dyngroup/dyngroup.tpl:6 +#, fuzzy +msgid "Scope" +msgstr "copiar" + +#: include/class_CopyPasteHandler.inc:118 +#: include/class_CopyPasteHandler.inc:127 +#: include/class_CopyPasteHandler.inc:159 +#: include/class_CopyPasteHandler.inc:176 +#: include/class_CopyPasteHandler.inc:185 +#: include/class_CopyPasteHandler.inc:193 +#: include/class_CopyPasteHandler.inc:273 +#, php-format +msgid "Copy and paste failed!" +msgstr "¡Ha fallado copiar y pegar! " + +#: include/class_CopyPasteHandler.inc:118 +#, fuzzy, php-format +msgid "Cannot set permission for %s" +msgstr "No se pueden modificar los permisos para '%s'" + +#: include/class_CopyPasteHandler.inc:159 +#, php-format +msgid "'%s' is no vaild LDAP object" +msgstr "'%s' no es un objeto LDAP válido" + +#: include/class_CopyPasteHandler.inc:176 +#, php-format +msgid "No write permission in '%s'" +msgstr "No tiene permiso de escritura en '%s'" + +#: include/class_CopyPasteHandler.inc:193 +#, php-format +msgid "Cannot set permission for '%s'" +msgstr "No se pueden modificar los permisos para '%s'" + +#: include/class_CopyPasteHandler.inc:396 +#, php-format +msgid "These objects will be pasted: %s" +msgstr "Estos objetos serán modificados: %s" + +#: include/class_CopyPasteHandler.inc:420 +#, php-format +msgid "This object will be pasted: %s" +msgstr "Este objeto sera modificado: %s" + +#: include/class_CopyPasteHandler.inc:570 include/class_listing.inc:1458 +#: include/class_listing.inc:1460 +msgid "Paste" +msgstr "Pegar" + +#: include/class_CopyPasteHandler.inc:572 +msgid "Cannot paste" +msgstr "No puedo pegar" + +#: include/class_config.inc:159 #, php-format +msgid "XML error in gosa.conf: %s at line %d" +msgstr "Error XML en gosa.conf: %s en la línea %d" + +#: include/class_config.inc:337 +msgid "Cannot bind to LDAP!" +msgstr "" + +#: include/class_config.inc:678 +msgid "sambaSID and/or sambaRidBase missing in the configuration!" +msgstr "¡sambaSID y/o sambaRidBase no aparece en la configuración!" + +#: include/class_config.inc:1097 +msgid "Configuration" +msgstr "Configuración" + +#: include/class_config.inc:1097 +#, fuzzy msgid "" -"Cannot create locking information in LDAP tree. Please contact your " -"administrator!" +"The configuration file you are using is outdated. Please move the GOsa " +"configuration file away to run the GOsa setup again." msgstr "" -"No puedo crear información de bloqueos en el árbol LDAP. ¡Por favor contacte " -"con su Administrador!" +"El archivo de configuración que está usando es obsoleto. Por favor quite el " +"archivo de configuración de GOsa y use el asistente de configuración." -#: include/functions.inc:802 -#, php-format -msgid "LDAP server returned: %s" -msgstr "El servidor LDAP devolvio: %s" +#: include/class_config.inc:1139 include/class_config.inc:1170 +#, fuzzy, php-format +msgid "" +"The snapshot functionality is enabled, but the required variable %s is not " +"set." +msgstr "" +"La funcionalidad de instancias esta activa, pero el valor requerido '%s' no " +"está activo." -#: include/functions.inc:931 +#: include/class_config.inc:1152 +#, fuzzy, php-format msgid "" -"Found multiple locks for object to be locked. This should not happen - " -"cleaning up multiple references." +"The snapshot functionality is enabled, but the required compression module " +"is missing. Please install %s." msgstr "" -"Se han encontrado varios bloqueos para un objeto que iba a ser bloqueado. " -"Esto no debería ocurrir - limpiando referencias multiples." +"La funcionalidad de instancias esta activa, pero no se encuentra el módulo " +"de compresión requerido. Por favor instale '%s'." -#: include/functions.inc:1235 -#, php-format -msgid "The size limit of %d entries is exceed!" +#: include/class_socketClient.inc:108 +#, fuzzy, php-format +msgid "Socket connection to %s:%s failed: %s" +msgstr "Ha fallado la conexión a la máquina '%s:%s': %s" + +#: include/class_socketClient.inc:191 +#, fuzzy, php-format +msgid "Socket timeout of %s seconds reached!" +msgstr "Tiempo excedido de %s segundos para conexión alcanzado." + +#: include/class_multi_plug.inc:362 +msgid "You are currently editing mutliple entries." +msgstr "Está actualmente editando varias entradas." + +#: include/class_multi_plug.inc:391 +#, fuzzy +msgid "Reset password" +msgstr "Introducir contraseña" + +#: include/class_multi_plug.inc:391 +#, fuzzy +msgid "The user password has been reset. Please set a new password!" +msgstr "" +"¡La contraseña del usuario se ha eliminado, por favor introduzca una nueva!" + +#: include/class_sortableListing.inc:221 +#, fuzzy +msgid "Sortable list" +msgstr "Exportar lista" + +#: include/class_sortableListing.inc:226 +msgid "Edit this entry" +msgstr "Editar esta entrada" + +#: include/class_sortableListing.inc:231 +msgid "Delete this entry" +msgstr "Eliminar esta entrada" + +#: include/class_sortableListing.inc:261 include/class_listing.inc:257 +msgid "Sort ascending" +msgstr "" + +#: include/class_sortableListing.inc:261 include/class_listing.inc:257 +msgid "Sort descending" +msgstr "" + +#: include/class_jsonRPC.inc:180 +#, fuzzy, php-format +msgid "Unknown HTTP status code '%s'!" +msgstr "¡Tipo de ACL desconocido '%s'!" + +#: include/functions.inc:128 +#, fuzzy, php-format +msgid "Fatal error: no class locations defined - please run %s to fix this" +msgstr "" +"Error fatal: no se han definido un emplazamiento para las clases - por favor " +"ejecute '%s' para solucionar esto" + +#: include/functions.inc:135 +#, fuzzy, php-format +msgid "Fatal error: cannot instantiate class %s - try running %s to fix this" +msgstr "" +"Error fatal: no se puede instanciar la clase '%s' - intente solucionarlo " +"ejecutando '%s'" + +#: include/functions.inc:460 +#, fuzzy, php-format +msgid "Error while connecting to LDAP: %s" +msgstr "" +"FATAL: Ha habido un error conectando a LDAP. El servidor comunicó '%s'." + +#: include/functions.inc:531 include/functions.inc:617 +#, fuzzy +msgid "User ID is not unique!" +msgstr "¡sambaUnixIdPool no es único!" + +#: include/functions.inc:804 include/functions.inc:922 +msgid "Error while locking entry!" +msgstr "" + +#: include/functions.inc:814 +#, fuzzy, php-format +msgid "Cannot store lock information in LDAP!" +msgstr "" +"¡No se puede acceder a la información sobre los esuqemas LDAP instalados!" + +#: include/functions.inc:814 +#, fuzzy, php-format +msgid "Error: %s" +msgstr "Error" + +#: include/functions.inc:1244 +#, fuzzy, php-format +msgid "The current size limit of %d entries is exceeded!" msgstr "¡El límite máximo de %d entradas se ha sobrepasado!" -#: include/functions.inc:1237 +#: include/functions.inc:1246 #, php-format -msgid "" -"Set the new size limit to %s and show me this message if the limit still " -"exceeds" +msgid "Set the size limit to %s" msgstr "" -"Introduzca un nuevo límite máximo a %s y se volvera a mostrar este mensaje " -"si se supera el límite máximo" -#: include/functions.inc:1254 -msgid "incomplete" -msgstr "incompleto" +#: include/functions.inc:1263 +#, fuzzy +msgid "list is incomplete" +msgstr "¡El filtro está incompleto!" -#: include/functions.inc:1636 +#: include/functions.inc:1611 msgid "Continue anyway" msgstr "Continuar de cualquier manera" -#: include/functions.inc:1638 +#: include/functions.inc:1613 msgid "Edit anyway" msgstr "Editar de cualquier manera" -#: include/functions.inc:1641 +#: include/functions.inc:1616 msgid "These entries are currently locked:" msgstr "" -#: include/functions.inc:1881 +#: include/functions.inc:1856 msgid "Entries per page" msgstr "Entradas por página" -#: include/functions.inc:1910 -msgid "Apply filter" -msgstr "Aplicar filtro" +#: include/functions.inc:2207 +#, fuzzy, php-format +msgid "GOsa %s" +msgstr "servicio de registro de GOsa" -#: include/functions.inc:2222 -msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" -msgstr "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" +#: include/functions.inc:2214 +#, fuzzy, php-format +msgid "GOsa %s snapshot (Rev %s)" +msgstr "Instantánea de desarrollo GOsa (Rev %s)" -#: include/functions.inc:2268 +#: include/functions.inc:2219 #, php-format msgid "GOsa development snapshot (Rev %s)" msgstr "Instantánea de desarrollo GOsa (Rev %s)" -#: include/functions.inc:2365 -#, php-format -msgid "File '%s' could not be deleted." +#: include/functions.inc:2315 +#, fuzzy, php-format +msgid "File %s cannot be deleted!" msgstr "El archivo '%s' no puede ser eliminado." -#: include/functions.inc:2399 include/functions.inc:2419 -msgid "Cannot write to revision file!" +#: include/functions.inc:2349 include/functions.inc:2369 +#, fuzzy +msgid "Cannot write revision file!" msgstr "¡No se puede escribir en el archivo de revisión!" -#: include/functions.inc:2690 include/functions.inc:2694 -#: include/functions.inc:2700 +#: include/functions.inc:2640 include/functions.inc:2644 +#: include/functions.inc:2650 msgid "'baseIdHook' is not available. Using default base!" msgstr "No esta disponible 'baseIdHook'.¡Se usara la base predeterminada!" -#: include/functions.inc:2724 -msgid "LDAP warning" -msgstr "Aviso LDAP" - -#: include/functions.inc:2724 -msgid "Cannot get schema information from server. No schema check possible!" +#: include/functions.inc:2674 +#, fuzzy +msgid "" +"Cannot read schema information from LDAP. Schema validation is not possible!" msgstr "" "No puedo obtener información de esquemas del servidor. ¡No es posible " "comprobar los esquemas!" -#: include/functions.inc:2750 -msgid "Used to store account specific informations." -msgstr "Usado para guardar información específica de la cuenta." +#: include/functions.inc:2700 +msgid "This class is used to make users appear in GOsa." +msgstr "" -#: include/functions.inc:2757 +#: include/functions.inc:2707 +#, fuzzy msgid "" -"Used to lock currently edited entries to avoid multiple changes at the same " +"This class is used to lock entries in order to prevent multiple edits at a " "time." msgstr "" "Usado para bloquear entradas editadas actualmente y así evitar múltiples " "cambios simultáneos." -#: include/functions.inc:2802 -#, php-format -msgid "Missing required object class '%s'!" +#: include/functions.inc:2752 +#, fuzzy, php-format +msgid "Required object class %s is missing!" msgstr "¡No se ha encontrado la clase de objeto necesaria '%s'!" -#: include/functions.inc:2805 -#, php-format -msgid "Missing optional object class '%s'!" +#: include/functions.inc:2755 +#, fuzzy, php-format +msgid "Optional object class %s is missing!" msgstr "¡No se ha encontrado la clase de objeto opcional '%s'!" -#: include/functions.inc:2810 -#, php-format -msgid "Version mismatch for required object class '%s' (!=%s)!" +#: include/functions.inc:2760 +#, fuzzy, php-format +msgid "Wrong version of required object class %s (!=%s) detected!" msgstr "" "¡Las versiones de la clase de objeto necesaria no coinciden '%s' (!=%s)!" -#: include/functions.inc:2813 -#, php-format -msgid "Class(es) available" +#: include/functions.inc:2763 +#, fuzzy, php-format +msgid "Class available" msgstr "Clase(s) disponibles" -#: include/functions.inc:2835 +#: include/functions.inc:2785 msgid "" -"You have enabled the rfc2307bis option on the 'ldap setup' step, but your " -"schema configuration do not support this option." +"RFC 2307bis group schema is enabled, but the current LDAP configuration does " +"not support it!" msgstr "" -"Ha activado la opción rfc2307bis en el paso 'configuración ldap', pero su " -"configuración de esquemas no soporta esta opción." -#: include/functions.inc:2836 +#: include/functions.inc:2786 +#, fuzzy msgid "" -"In order to use rfc2307bis conform groups the objectClass 'posixGroup' must " -"be AUXILIARY" +"To use RFC 2307bis groups, the objectClass 'posixGroup' must be AUXILIARY." msgstr "" "Para poder usar grupos conforme a rfc2307bis, el objectClass 'posixGroup' " "debe ser AUXILIARY" -#: include/functions.inc:2840 +#: include/functions.inc:2790 msgid "" -"Your schema is configured to support the rfc2307bis group, but you have " -"disabled this option on the 'ldap setup' step." +"RFC 2307bis group schema is disabled, but the current LDAP configuration " +"supports it!" msgstr "" -"Su esquema está configurado para soportar grupos rfc2307bis, pero ha " -"desactivado esta opción en el paso 'configuración ldap'." -#: include/functions.inc:2841 -msgid "The objectClass 'posixGroup' must be STRUCTURAL" +#: include/functions.inc:2791 +#, fuzzy +msgid "To correct this, the objectClass 'posixGroup' must be STRUCTURAL." msgstr "El objectClass 'posixGroup' debe ser STRUCTURAL" -#: include/functions.inc:2866 +#: include/functions.inc:2816 msgid "German" msgstr "Alemán" -#: include/functions.inc:2867 +#: include/functions.inc:2817 msgid "French" msgstr "Francés" -#: include/functions.inc:2868 +#: include/functions.inc:2818 msgid "Italian" msgstr "Italiano" -#: include/functions.inc:2869 +#: include/functions.inc:2819 msgid "Spanish" msgstr "Español" -#: include/functions.inc:2870 +#: include/functions.inc:2820 msgid "English" msgstr "Inglés" -#: include/functions.inc:2871 +#: include/functions.inc:2821 msgid "Dutch" msgstr "Holandes" -#: include/functions.inc:2872 +#: include/functions.inc:2822 msgid "Polish" msgstr "Polaco" -#: include/functions.inc:2873 +#: include/functions.inc:2823 msgid "Brazilian Portuguese" msgstr "" -#: include/functions.inc:2875 +#: include/functions.inc:2825 msgid "Chinese" msgstr "Chino" -#: include/functions.inc:2876 +#: include/functions.inc:2826 msgid "Vietnamese" msgstr "Vietnamita" -#: include/functions.inc:2877 +#: include/functions.inc:2827 msgid "Russian" msgstr "Ruso" -#: include/functions.inc:3072 -#, php-format +#: include/functions.inc:3022 +#, fuzzy, php-format msgid "" -"Command '%s', specified as POSTMODIFY for plugin '%s' doesn't seem to exist." +"Command %s specified as post modify action for plugin %s does not exist!" msgstr "" -"El comando '%s', utilizado como POSTMODIFY para la extensión '%s', no parece " -"existir." +"¡El comando especificado como método %s para la extensión '%s' no existe!" -#: include/functions.inc:3105 -msgid "Cannot generate samba hash!" +#: include/functions.inc:3066 +#, fuzzy +msgid "Cannot generate SAMBA hash!" msgstr "¡No se puede generar la clave samba!" -#: include/functions.inc:3118 -#, php-format -msgid "" -"Cannot generate samba hash: running '%s' failed, check the 'sambaHashHook'!" +#: include/functions.inc:3079 +#, fuzzy, php-format +msgid "Generating SAMBA hash by running %s failed: check %s!" msgstr "" "¡No se puede generar la clave samba: la ejecución de '%s' ha fallado, " "compruebe el 'sambaHashHook'!" -#: include/functions.inc:3399 include/functions.inc:3413 -#: include/functions.inc:3451 include/functions.inc:3463 -#: include/functions.inc:3467 include/functions.inc:3482 -#: include/functions.inc:3491 -msgid "Cannot allocate a free ID:" +#: include/functions.inc:3357 include/functions.inc:3371 +#: include/functions.inc:3409 include/functions.inc:3421 +#: include/functions.inc:3425 include/functions.inc:3440 +#: include/functions.inc:3449 +#, fuzzy +msgid "Cannot allocate free ID:" msgstr "No se puede asignar un identificador (ID) libre:" -#: include/functions.inc:3399 +#: include/functions.inc:3357 msgid "unknown idAllocation method!" msgstr "¡método de asignación de id desconocido!" -#: include/functions.inc:3413 +#: include/functions.inc:3371 #, php-format msgid "%sPoolMin >= %sPoolMax!" msgstr "¡%sPoolMin >= %sPoolMax!" -#: include/functions.inc:3443 +#: include/functions.inc:3401 msgid "Cannot create sambaUnixIdPool entry!" msgstr "¡No se puede crear la entrada sambaUnixIdPool!" -#: include/functions.inc:3451 +#: include/functions.inc:3409 msgid "sambaUnixIdPool is not unique!" msgstr "¡sambaUnixIdPool no es único!" -#: include/functions.inc:3463 include/functions.inc:3467 +#: include/functions.inc:3421 include/functions.inc:3425 msgid "no ID available!" msgstr "¡No hay ID disponibles!" -#: include/functions.inc:3491 -msgid "maximum tries exceeded!" +#: include/functions.inc:3449 +#, fuzzy +msgid "maximum number of tries exceeded!" msgstr "¡Excedido el número de intentos máximo!" -#: include/functions.inc:3551 -msgid "Cannot allocate a free ID!" +#: include/functions.inc:3509 +#, fuzzy +msgid "Cannot allocate free ID!" msgstr "¡No se puede asignar un identificador (ID) libre!" -#: include/password-methods/class_password-methods.inc:250 +#: include/password-methods/class_password-methods.inc:277 msgid "Cannot find a suitable password method for the current hash!" msgstr "" "¡No se puede encontrar un método de codificación válido para la clave " @@ -5357,333 +4813,917 @@ msgid "Logging failed: %s" msgstr "Entrada fallida: %s" #: include/class_log.inc:102 -#, php-format -msgid "Invalid option '%s' specified!" +#, fuzzy, php-format +msgid "Invalid option %s specified!" msgstr "¡Se ha indicado una opción no válida: '%s'!" #: include/class_log.inc:106 -msgid "Specified objectType is empty or invalid!" +#, fuzzy +msgid "Specified 'objectType' is empty or invalid!" msgstr "¡Se ha indicado un objectType vacio o no válido!" -#: include/class_baseSelector.inc:160 include/class_listing.inc:1009 -#: include/class_listing.inc:1011 include/class_releaseSelector.inc:164 +#: include/class_baseSelector.inc:186 include/class_listing.inc:1050 +#: include/class_listing.inc:1052 include/class_releaseSelector.inc:187 msgid "Root" msgstr "Raíz" -#: include/class_baseSelector.inc:207 include/class_releaseSelector.inc:212 +#: include/class_baseSelector.inc:233 include/class_releaseSelector.inc:235 msgid "Submit" msgstr "Enviar" -#: include/utils/class_timezone.inc:47 -#, php-format -msgid "" -"The timezone setting '%s' in your gosa.conf is not valid. Cannot calculate " -"correct timezone offset." -msgstr "" -"El parámetro de zona horaria '%s' en gosa.conf no es válido. No se puede " -"calcular una compensación correcta para la zona horaria." +#: include/class_core.inc:114 +#, fuzzy +msgid "All objects" +msgstr "Mover objetos" -#: include/utils/class_msgPool.inc:16 -#, php-format -msgid "Select to list objects of type '%s'." -msgstr "Seleccione para mostrar objetos de tipo '%s'." +#: include/class_core.inc:132 +#, fuzzy +msgid "Traditional" +msgstr "Terminal" -#: include/utils/class_msgPool.inc:18 -#, php-format -msgid "Select to list objects containig '%s'." -msgstr "Seleccione para mostrar objetos conteniendo '%s'." +#: include/class_core.inc:132 +msgid "Use samba pool" +msgstr "" -#: include/utils/class_msgPool.inc:20 -#, php-format -msgid "Select to list objects that have '%s' enabled" -msgstr "Seleccione para mostrar objetos que tengan '%s' activado" +#: include/class_core.inc:164 include/class_core.inc:167 +#, fuzzy +msgid "hours" +msgstr "operadores telefónicos" -#: include/utils/class_msgPool.inc:22 -msgid "Select to search within subtrees" -msgstr "Seleccione para buscar dentro de subárboles" +#: include/class_core.inc:176 +#, fuzzy +msgid "None" +msgstr "ninguno" -#: include/utils/class_msgPool.inc:24 include/class_filter.inc:444 -msgid "Search in subtrees" -msgstr "Buscar en subárboles" +#: include/class_core.inc:192 +#, fuzzy +msgid "User value" +msgstr "Nombre de Usuario" -#: include/utils/class_msgPool.inc:34 -msgid "This object will be deleted!" -msgstr "¡El objeto será eliminado!" +#: include/class_core.inc:201 +#, fuzzy +msgid "Core" +msgstr "Cerrar" -#: include/utils/class_msgPool.inc:36 -#, php-format -msgid "This '%s' object will be deleted!" -msgstr "¡El objeto '%s' será eliminado!" +#: include/class_core.inc:202 +#, fuzzy +msgid "GOsa core plugin" +msgstr "Configuración común de GOsa" -#: include/utils/class_msgPool.inc:41 -#, php-format -msgid "This object will be deleted: %s" -msgstr "Este objeto será eliminado: %s" +#: include/class_core.inc:230 +msgid "" +"The 'htaccessAuthentication' variable tells GOsa to use either htaccess " +"authentication or LDAP authentication. This can be used if you want to use i." +"e. kerberos to authenticate the users." +msgstr "" + +#: include/class_core.inc:240 +msgid "" +"The 'logging' statement enables event logging on GOsa side. Setting it to " +"'true' GOsa will log every action a user performs via syslog. If you use " +"rsyslog and configure it to mysql logging, you can browse all events within " +"GOsa. GOsa will not log anything, if the logging value is empty or set to " +"'false'." +msgstr "" + +#: include/class_core.inc:251 +msgid "" +"The 'listSummary' statement determines whether a status bar will be shown on " +"the bottom of GOsa generated lists, displaying a short summary of type and " +"number of elements in the list." +msgstr "" + +#: include/class_core.inc:261 +msgid "" +"The 'passwordMinLength' statement determines whether a newly entered " +"password has to be of a minimum length." +msgstr "" + +#: include/class_core.inc:271 +msgid "" +"The 'passwordMinDiffer' statement determines whether a newly entered " +"password has to be checked to have at least n different characters." +msgstr "" + +#: include/class_core.inc:282 +msgid "" +"The 'passwordHook' can specify an external script to handle password " +"settings at some other location besides the LDAP." +msgstr "" + +#: include/class_core.inc:282 +#, php-format +msgid "It will be called this way: %s" +msgstr "" + +#: include/class_core.inc:292 +msgid "" +"The 'displayErrors' statement tells GOsa to show PHP errors in the upper " +"part of the screen. This should be disabled in productive deployments, " +"because there might be some important passwords arround." +msgstr "" + +#: include/class_core.inc:292 +#, php-format +msgid "The property '%s' may be interesting too." +msgstr "" + +#: include/class_core.inc:302 +msgid "" +"The 'developmentMode' statement tells GOsa to show development related error " +"messages, for example messages about missing ACL configuration or classes. " +"Due to the fact that enabling this flag will result in a lot of false error " +"messages it should only be enabled while developing or debugging plugins!" +msgstr "" + +#: include/class_core.inc:313 +msgid "" +"The 'schemaCheck' statement enables or disables schema checking during " +"login. It is recommended to switch this on in order to let GOsa handle " +"object creation more efficient." +msgstr "" + +#: include/class_core.inc:323 +msgid "" +"The 'copyPaste' statement enables copy and paste for LDAP entries managed " +"with GOsa." +msgstr "" + +#: include/class_core.inc:333 +msgid "" +"The 'forceGlobals' statement enables PHP security checks to force " +"register_global settings to be switched off." +msgstr "" + +#: include/class_core.inc:343 +msgid "" +"The 'forceSSL' statement enables PHP security checks to force encrypted " +"access to the web interface. GOsa will try to redirect to the same URL - " +"just with https://" +msgstr "" + +#: include/class_core.inc:353 +msgid "" +"Logs information about triggered ldap operations, duration, filter, aso. " +"into syslog." +msgstr "" + +#: include/class_core.inc:363 +msgid "" +"The 'ldapFollowReferrals' statement tells GOsa to follow LDAP referrals." +msgstr "" + +#: include/class_core.inc:373 +msgid "" +"The 'ldapFilterNestingLimit' statement can be used to speed up group " +"handling for groups with several hundreds of members. The default behaviour " +"is, that GOsa will resolv the memberUid values in a group to real names. To " +"achieve this, it writes a single filter to minimize searches. Some LDAP " +"servers (namely Sun DS) simply crash when the filter gets too big. You can " +"set a member limit, where GOsa will stop to do these lookups." +msgstr "" + +#: include/class_core.inc:383 +msgid "" +"The ldapSizelimit statement tells GOsa to retrieve the specified maximum " +"number of results. The user will get a warning, that not all entries " +"were shown." +msgstr "" + +#: include/class_core.inc:393 +msgid "" +"Disables sizelimit checks, only the configured amount of results will be " +"shown!" +msgstr "" + +#: include/class_core.inc:403 +msgid "" +"The 'warnSSL' statement enables PHP security checks to detect non encrypted " +"access to the web interface. GOsa will display a warning in this case." +msgstr "" + +#: include/class_core.inc:413 +msgid "The 'ppdGzip' variable enables PPD file compression." +msgstr "" + +#: include/class_core.inc:424 +msgid "" +"The 'ignoreAcl' value tells GOsa to ignore complete ACL sets for the given " +"DN. Add your DN here and you'll be able to restore accidently dropped ACLs." +msgstr "" + +#: include/class_core.inc:435 +msgid "" +"The 'ppdPath' variable defines where to store PPD files for the GOto " +"environment plugins." +msgstr "" + +#: include/class_core.inc:445 +msgid "" +"The 'ldapMaxQueryTime' statement tells GOsa to stop LDAP actions if there is " +"no answer within the specified number of seconds." +msgstr "" + +#: include/class_core.inc:455 +msgid "" +"The 'storeFilterSettings' statement determines whether GOsa should store " +"filter and plugin settings inside of a cookie." +msgstr "" + +#: include/class_core.inc:465 +msgid "" +"The 'sendCompressedOutput' statement determines whether PHP should send " +"compressed HTML pages to browsers or not. This may increase or decrease the " +"performance, depending on your network." +msgstr "" + +#: include/class_core.inc:476 +msgid "" +"The 'modificationDetectionAttribute' statement enables GOsa to check if a " +"entry currently being edited has been modified from someone else outside " +"GOsa in the meantime. It will display an informative dialog then. It can be " +"set to 'entryCSN' for OpenLDAP based systems or 'contextCSN' for Sun DS " +"based systems." +msgstr "" + +#: include/class_core.inc:487 +msgid "" +"The 'language' statement defines the default language used by GOsa. Normally " +"GOsa autodetects the language from the browser settings. If this is not " +"working or you want to force the language, just add the language code (i.e. " +"de for german) here." +msgstr "" + +#: include/class_core.inc:498 +msgid "" +"The 'theme' statement defines what theme is used to display GOsa pages. You " +"can install some corporate identity like theme and/or modify certain " +"templates to fit your needs within themes. Take a look at the GOsa FAQ for " +"more information." +msgstr "" + +#: include/class_core.inc:508 +msgid "" +"The 'sessionLifetime' value defines when a session will expire in seconds. " +"For Debian systems, this will not work because the sessions will be removed " +"by a cron job instead. Please modify the value inside of your php.ini " +"instead." +msgstr "" + +#: include/class_core.inc:518 +msgid "" +"The 'templateCompileDirectory' statements defines the path, where the PHP " +"templating engins 'smarty' should store its compiled GOsa templates for " +"improved speed. This path needs to be writeable by the user your webserver " +"is running with." +msgstr "" + +#: include/class_core.inc:528 +#, php-format +msgid "" +"The 'debugLevel' value tells GOsa to display certain information on each " +"page load. Value is an AND combination of the following byte values: %s" +msgstr "" + +#: include/class_core.inc:548 +#, php-format +msgid "" +"The 'sambaHashHook' statement contains an executable to generate samba hash " +"values. This is required for password synchronization, but not required if " +"you apply gosa-si services. If you don't have mkntpasswd from the samba " +"distribution installed, you can use perl to generate the hash: %s" +msgstr "" + +#: include/class_core.inc:559 +msgid "" +"The 'passwordDefaultHash' statement defines the default password hash to " +"choose for new accounts." +msgstr "" + +#: include/class_core.inc:568 +msgid "" +"The 'strictPasswordRules' tells GOsa to check for UTF-8 characters in the " +"supplied password. These Characters can lead to non working authentications " +"if UTF-8 and none UTF-8 systems locales get mixed. The default is 'true'." +msgstr "" + +#: include/class_core.inc:579 +msgid "" +"The 'accountPrimaryAttribute' option tells GOsa how to create new accounts. " +"Possible values are 'uid' and 'cn'. In the first case GOsa creates uid style " +"DN entries: 'uid=superuser,ou=staff,dc=example,dc=net'. In the second case, " +"GOsa creates cn style DN entries: 'cn=Foo Bar,ou=staff,dc=example,dc=net'. " +"If you choose \"cn\" to be your 'accountPrimaryAttribute' you can decide " +"whether to include the personal title in your dn by selecting " +"'personalTitleInDN'." +msgstr "" + +#: include/class_core.inc:589 +msgid "" +"The 'userRDN' statement defines the location where new accounts will be " +"created inside of defined departments. The default is 'ou=people'." +msgstr "" + +#: include/class_core.inc:599 +msgid "" +"The 'groupsRDN' statement defines the location where new groups will be " +"created inside of defined departments. The default is 'ou=groups'." +msgstr "" + +#: include/class_core.inc:609 +msgid "" +"The 'gidNumberBase' statement defines where to start looking for a new free " +"group id. This should be synced with your 'adduser.conf' to avoid " +"overlapping gidNumber values between local and LDAP based lookups. The " +"gidNumberBase can even be dynamic. Take a look at the 'nextIdHook' " +"definition." +msgstr "" + +#: include/class_core.inc:619 +msgid "" +"The 'baseIdHook' statement allows to hook into the id generation method " +"(traditional mode), to define the starting range for new generated ids" +msgstr "" + +#: include/class_core.inc:629 include/class_core.inc:649 +msgid "" +"The 'uidNumberPoolMin/gidNumberPoolMin' statement defines the lowest " +"assignable user/group id for use with the 'idAllocationMethod = pool'." +msgstr "" + +#: include/class_core.inc:639 include/class_core.inc:659 +msgid "" +"The 'uidNumberPoolMax/gidNumberPoolMax' statement defines the highest " +"assignable user/group id for use with the 'idAllocationMethod = pool'." +msgstr "" + +#: include/class_core.inc:669 +msgid "" +"The 'uidNumberBase' statement defines where to start looking for a new free " +"user id. This should be synced with your 'adduser.conf' to avoid overlapping " +"uidNumber values between local and LDAP based lookups. The uidNumberBase can " +"even be dynamic. Take a look at the 'baseIdHook' definition." +msgstr "" + +#: include/class_core.inc:709 +msgid "" +"The 'gosaSupportURI' defines the major gosa-si server host and the password " +"for GOsa to connect to it. It can be used if you want to use i.e. kerberos " +"to authenticate the users. The format is: credentials@host:port" +msgstr "" + +#: include/class_core.inc:719 +msgid "" +"The 'gosaSupportTimeout' sets a connection timeout for all gosa-si actions. " +"See 'gosaSupportURI' for details." +msgstr "" + +#: include/class_core.inc:730 +msgid "" +"The 'loginAttribute' statement tells GOsa which LDAP attribute is used as " +"the login name during login. It can be set to 'uid', 'mail' or 'both'" +msgstr "" + +#: include/class_core.inc:741 +msgid "" +"The 'timezone' statements defines the timezone used inside of GOsa to handle " +"date related tasks, such as password expiery, vacation messages, etc. The " +"'timezone' value should be a unix conform timezone value like in /etc/" +"timezone." +msgstr "" + +#: include/class_core.inc:751 +msgid "" +"The 'honourUnitTags' statement enables checking of 'unitTag' attributes when " +"using administrative units. If this is set to 'true' GOsa can only see " +"objects inside the administrative unit a user is logged into." +msgstr "" + +#: include/class_core.inc:761 +msgid "" +"The 'useSaslForKerberos' statement defines the way the kerberos realm is " +"stored in the #userPassword' attribute. Set it to 'true' in order to get " +"{sasl}user@REALM.NET, or to 'false' to get {kerberos}user@REALM.NET. The " +"latter is outdated, but may be needed from time to time." +msgstr "" + +#: include/class_core.inc:771 +msgid "" +"The 'rfc2307bis' statement enables rfc2307bis style groups in GOsa. You can " +"use 'member' attributes instead of memberUid in this case. To make it work " +"on unix systems, you've to adjust your NSS configuration to use rfc2307bis " +"style groups, too" +msgstr "" + +#: include/class_core.inc:781 +msgid "" +"The 'personalTitleInDN' option tells GOsa to include the personal title in " +"user DNs when #accountPrimaryAttribute' is set to \"cn\"." +msgstr "" + +#: include/class_core.inc:791 +msgid "" +"The 'nextIdHook' statement defines a script to be called for finding the " +"next free id for users or groups externaly. It gets called with the current " +"entry \"dn\" and the attribute to be ID'd. It should return an integer value." +msgstr "" + +#: include/class_core.inc:801 +msgid "" +"The 'idGenerator' statement describes an automatic way to generate new user " +"ids. There are two basic functions supported - which can be combined: \n" +"\n" +" a) using attributes\n" +"\n" +" You can specify LDAP attributes (currently only sn and givenName) in\n" +" braces {} and add a percent sign befor it. Optionally you can strip it\n" +" down to a number of characters, specified in []. I.e.\n" +"\n" +" idGenerator=\"{%sn}-{%givenName[2-4]}\"\n" +"\n" +" will generate an ID using the full surename, adding a dash, and adding " +"at\n" +" least the first two characters of givenName. If this ID is used, it'll\n" +" use up to four characters. If no automatic generation is possible, a\n" +" input box is shown.\n" +"\n" +" b) using automatic id's\n" +"\n" +" I.e. specifying\n" +"\n" +" idGenerator=\"acct{id:3}\"\n" +"\n" +" will generate a three digits id with the next free entry appended to " +"\"acct\".\n" +"\n" +" idGenerator=\"acct{id!1}\"\n" +"\n" +" will generate a one digit id with the next free entry appended to \"acct" +"\" - if needed.\n" +"\n" +" idGenerator=\"ext{id#3}\"\n" +"\n" +" will generate a three digits random number appended to \"ext\".\n" +msgstr "" + +#: include/class_core.inc:841 +msgid "" +"The 'strictNamingRules' statement enables strict checking of uids and group " +"names. If you need characters like . or - inside of your accounts, set " +"this to 'false'." +msgstr "" + +#: include/class_core.inc:851 +msgid "" +"The 'minId' statement defines the minimum assignable user or group id to " +"avoid security leaks with uid 0 accounts. This is used for the 'traditional' " +"method." +msgstr "" + +#: include/class_core.inc:862 +msgid "" +"The 'mailAttribute' statement determines which attribute GOsa will use to " +"create accounts. Valid values are 'mail' and 'uid'." +msgstr "" + +#: include/class_core.inc:872 +msgid "" +"This attribute allows to override the prefix used to create shared folders." +msgstr "" + +#: include/class_core.inc:882 +msgid "" +"This attribute allows to override the user account creation syntax, see the " +"'mailFolderCreation' description for more details.\n" +"\n" +"Examples\n" +" mailUserCreation=\"%prefix%%uid%\" => \"user.foobar\"\n" +" mailUserCreation=\"my-prefix.%uid%%domain%\" => \"my-prefix.foobar@example." +"com\"\n" +msgstr "" + +#: include/class_core.inc:897 +msgid "" +"Every mail method has its own way to create mail accounts like 'share/" +"development' or 'shared.development@example.com' which is used to identify " +"the accounts, set quotas or add acls.\n" +"\n" +"To override the methods default account creation syntax, you can set the " +"'mailFolderCreation' option.\n" +"\n" +"Examples\n" +"\n" +" mailFolderCreation=\"%prefix%%cn%\" => \"shared.development\"\n" +" mailFolderCreation=\"my-prefix.%cn%%domain%\" => \"my-prefix." +"development@example.com\"\n" +"\n" +" %prefix% The methods default prefix. (Depends on cyrusUseSlashes=FALSE/" +"TRUE)\n" +" %cn% The groups/users cn.\n" +" %uid% The users uid.\n" +" %mail% The objects mail attribute.\n" +" %domain% The domain part of the objects mail attribute.\n" +" %mailpart% The user address part of the mail address.\n" +" %uattrib% Depends on mailAttribute=\"uid/mail\".\n" +msgstr "" + +#: include/class_core.inc:923 +msgid "" +"The 'imapTimeout' statement sets the connection timeout for imap actions." +msgstr "" + +#: include/class_core.inc:934 +msgid "" +"The 'mailMethod' statement tells GOsa which mail method the setup should use " +"to communicate with a possible mail server. Leave this undefined if your " +"mail method does not match the predefined ones." +msgstr "" + +#: include/class_core.inc:944 +msgid "" +"The 'cyrusUseSlashes' statement determines if GOsa should use \"foo/bar\" or " +"\"foo.bar\" namespaces in IMAP. Unix style is with slashes." +msgstr "" + +#: include/class_core.inc:954 +msgid "" +"The 'vacationTemplateDirectory' statement sets the path where GOsa will look " +"for vacation message templates. Default is /etc/gosa/vacation. \n" +"\n" +"Example template /etc/gosa/vacation/business.txt:\n" +"\n" +" DESC:Away from desk\n" +" Hi, I'm currently away from my desk. You can contact me on\n" +" my cell phone via %mobile.\n" +"\n" +" Greetings,\n" +" %givenName %sn\n" +"\n" +msgstr "" + +#: include/class_core.inc:975 +msgid "" +"The 'ldapTLS' statement enables or disables TLS operating on LDAP " +"connections." +msgstr "" + +#: include/class_core.inc:985 +msgid "" +"The 'honourIvbbAttributes' statement enables the IVBB mode inside of GOsa. " +"You need the ivbb.schema file from used by german authorities." +msgstr "" + +#: include/class_core.inc:995 +msgid "" +"The 'sambaIdMapping' statement tells GOsa to maintain sambaIdmapEntry " +"objects. Depending on your setup this can drastically improve the windows " +"login performance." +msgstr "" + +#: include/class_core.inc:1005 +msgid "" +"The 'handleExpiredAccounts' statement enables shadow attribute tests during " +"the login to the GOsa web interface and forces password renewal or account " +"lockout." +msgstr "" + +#: include/class_core.inc:1015 +msgid "" +"The 'sambaSID' statement defines a samba SID if not available inside of the " +"LDAP. You can retrieve the current sid by net getlocalsid." +msgstr "" + +#: include/class_core.inc:1025 +msgid "" +"The 'sambaRidBase' statement defines the base id to add to ordinary sid " +"calculations - if not available inside of the LDAP." +msgstr "" + +#: include/class_core.inc:1035 +msgid "" +"The 'enableSnapshots' statement enables a snapshot mechaism in GOsa. This " +"enables you to save certain states of entries and restore them later on." +msgstr "" + +#: include/class_core.inc:1045 +msgid "" +"The 'snapshotBase' statement defines the base where snapshots should be " +"stored inside of the LDAP." +msgstr "" + +#: include/class_core.inc:1055 +msgid "" +"The 'snapshotAdminDn' variable defines the user which is used to " +"authenticate when connecting to 'snapshotURI'." +msgstr "" + +#: include/class_core.inc:1065 +msgid "" +"The 'snapshotAdminPassword' variable defines the credentials which are used " +"in combination with 'snapshotAdminDn' and 'snapshotURI' in order to " +"authenticate." +msgstr "" + +#: include/class_core.inc:1076 +msgid "" +"The 'idAllocationMethod' statement defines how GOsa generates numeric user " +"and group id values. If it is set to 'traditional' GOsa will do create a " +"lock and perform a search for the next free ID. The lock will be removed " +"after the procedure completes. 'pool' will use the sambaUnixIdPool " +"objectclass settings inside your LDAP. This one is unsafe, because it does " +"not check for concurrent LDAP access and already used IDs in this range. On " +"the other hand it is much faster." +msgstr "" + +#: include/class_core.inc:1085 +msgid "" +"The 'snapshotURI' variable defines the LDAP URI for the server which is used " +"to do object snapshots." +msgstr "" + +#: include/utils/class_timezone.inc:47 +#, fuzzy, php-format +msgid "The configured timezone %s is not valid!" +msgstr "No se puede acceder a la configuración de GOsa %s/%s. Cancelado" -#: include/utils/class_msgPool.inc:43 +#: include/utils/class_msgPool.inc:17 +msgid "This object will be deleted!" +msgstr "¡El objeto será eliminado!" + +#: include/utils/class_msgPool.inc:19 +#, fuzzy, php-format +msgid "This %s object will be deleted!" +msgstr "¡El objeto '%s' será eliminado!" + +#: include/utils/class_msgPool.inc:24 #, php-format -msgid "This '%s' object will be deleted: %s" +msgid "This object will be deleted: %s" +msgstr "Este objeto será eliminado: %s" + +#: include/utils/class_msgPool.inc:26 +#, fuzzy, php-format +msgid "This %s object will be deleted: %s" msgstr "El objeto '%s' será eliminado: %s" -#: include/utils/class_msgPool.inc:48 +#: include/utils/class_msgPool.inc:31 msgid "This object will be deleted:" msgstr "Este objeto será eliminado" -#: include/utils/class_msgPool.inc:50 -#, php-format -msgid "This '%s' object will be deleted:" +#: include/utils/class_msgPool.inc:33 +#, fuzzy, php-format +msgid "This %s object will be deleted:" msgstr "El objeto '%s' será eliminado:" -#: include/utils/class_msgPool.inc:54 +#: include/utils/class_msgPool.inc:37 #, php-format msgid "These objects will be deleted: %s" msgstr "Estos objetos serán eliminados: %s" -#: include/utils/class_msgPool.inc:56 -#, php-format -msgid "These '%s' objects will be deleted: %s" +#: include/utils/class_msgPool.inc:39 +#, fuzzy, php-format +msgid "These %s objects will be deleted: %s" msgstr "Los objetos '%s' serán eliminados: %s" -#: include/utils/class_msgPool.inc:64 +#: include/utils/class_msgPool.inc:47 msgid "You have no permission to delete this object!" msgstr "¡No tiene permisos para eliminar este objeto!" -#: include/utils/class_msgPool.inc:68 include/utils/class_msgPool.inc:72 +#: include/utils/class_msgPool.inc:51 include/utils/class_msgPool.inc:55 msgid "You have no permission to delete the object:" msgstr "No tiene permisos para eliminar este objeto:" -#: include/utils/class_msgPool.inc:75 +#: include/utils/class_msgPool.inc:58 msgid "You have no permission to delete these objects:" msgstr "No tiene permisos para eliminar estos objetos:" -#: include/utils/class_msgPool.inc:82 +#: include/utils/class_msgPool.inc:65 msgid "You have no permission to create this object!" msgstr "¡No tiene permisos para crear este objeto!" -#: include/utils/class_msgPool.inc:86 include/utils/class_msgPool.inc:90 +#: include/utils/class_msgPool.inc:69 include/utils/class_msgPool.inc:73 msgid "You have no permission to create the object:" msgstr "No tiene permisos para crear este objeto:" -#: include/utils/class_msgPool.inc:93 +#: include/utils/class_msgPool.inc:76 msgid "You have no permission to create these objects:" msgstr "No tiene permisos para crear estos objetos:" -#: include/utils/class_msgPool.inc:100 +#: include/utils/class_msgPool.inc:83 msgid "You have no permission to modify this object!" msgstr "¡No tiene permisos para modificar este objeto!" -#: include/utils/class_msgPool.inc:104 include/utils/class_msgPool.inc:108 +#: include/utils/class_msgPool.inc:87 include/utils/class_msgPool.inc:91 msgid "You have no permission to modify the object:" msgstr "No tiene permisos para modificar este objeto:" -#: include/utils/class_msgPool.inc:111 +#: include/utils/class_msgPool.inc:94 msgid "You have no permission to modify these objects:" msgstr "No tiene permisos para modificar estos objetos:" -#: include/utils/class_msgPool.inc:118 +#: include/utils/class_msgPool.inc:101 msgid "You have no permission to view this object!" msgstr "¡No tiene permisos para ver este objeto!" -#: include/utils/class_msgPool.inc:122 include/utils/class_msgPool.inc:126 +#: include/utils/class_msgPool.inc:105 include/utils/class_msgPool.inc:109 msgid "You have no permission to view the object:" msgstr "No tiene permisos para ver el objeto:" -#: include/utils/class_msgPool.inc:129 +#: include/utils/class_msgPool.inc:112 msgid "You have no permission to view these objects:" msgstr "No tiene permisos para ver estos objetos:" -#: include/utils/class_msgPool.inc:136 +#: include/utils/class_msgPool.inc:119 msgid "You have no permission to move this object!" msgstr "¡No tiene permisos para mover este objeto!" -#: include/utils/class_msgPool.inc:140 include/utils/class_msgPool.inc:144 +#: include/utils/class_msgPool.inc:123 include/utils/class_msgPool.inc:127 msgid "You have no permission to move the object:" msgstr "No tiene permisos para mover el objeto:" -#: include/utils/class_msgPool.inc:147 +#: include/utils/class_msgPool.inc:130 msgid "You have no permission to move these objects:" msgstr "No tiene permisos para mover estos objetos:" -#: include/utils/class_msgPool.inc:157 include/utils/class_msgPool.inc:169 -#: include/utils/class_msgPool.inc:187 +#: include/utils/class_msgPool.inc:140 include/utils/class_msgPool.inc:152 +#: include/utils/class_msgPool.inc:170 msgid "Connection information" msgstr "Información de conexión" -#: include/utils/class_msgPool.inc:159 +#: include/utils/class_msgPool.inc:142 #, php-format msgid "Cannot connect to %s database!" msgstr "¡No se puede conectar a la base de datos %s!" -#: include/utils/class_msgPool.inc:171 +#: include/utils/class_msgPool.inc:154 #, php-format msgid "Cannot select %s database!" msgstr "¡No se puede seleccionar la base de datos %s!" -#: include/utils/class_msgPool.inc:177 +#: include/utils/class_msgPool.inc:160 #, php-format msgid "No %s server defined!" msgstr "¡No se ha definido el servidor %s!" -#: include/utils/class_msgPool.inc:189 +#: include/utils/class_msgPool.inc:172 #, php-format msgid "Cannot query %s database!" msgstr "¡No se ha podido ejecutar la consulta %s!" -#: include/utils/class_msgPool.inc:195 -#, php-format -msgid "The field '%s' contains a reserved keyword!" +#: include/utils/class_msgPool.inc:178 +#, fuzzy, php-format +msgid "The field %s contains a reserved keyword!" msgstr "¡El campo '%s' tiene una palabra reservada!" -#: include/utils/class_msgPool.inc:201 -#, php-format -msgid "Command specified as %s hook for plugin '%s' does not exist!" +#: include/utils/class_msgPool.inc:184 +#, fuzzy, php-format +msgid "Command specified as %s hook for plugin %s does not exist!" msgstr "" "¡El comando especificado como método %s para la extensión '%s' no existe!" -#: include/utils/class_msgPool.inc:208 -#, php-format -msgid "'%s' command is invalid!" +#: include/utils/class_msgPool.inc:191 +#, fuzzy, php-format +msgid "%s command is invalid!" msgstr "¡El comando '%s' no es válido!" -#: include/utils/class_msgPool.inc:210 -#, php-format -msgid "'%s' command (%s) for plugin %s is invalid!" +#: include/utils/class_msgPool.inc:193 +#, fuzzy, php-format +msgid "%s command (%s) for plugin %s is invalid!" msgstr "¡'%s' comando (%s) para la extensión %s no es válido!" -#: include/utils/class_msgPool.inc:212 -#, php-format -msgid "'%s' command for plugin %s is invalid!" +#: include/utils/class_msgPool.inc:195 +#, fuzzy, php-format +msgid "%s command for plugin %s is invalid!" msgstr "¡'%s' comando para la extensión %s no es válido!" -#: include/utils/class_msgPool.inc:214 -#, php-format -msgid "'%s' command (%s) is invalid!" +#: include/utils/class_msgPool.inc:197 +#, fuzzy, php-format +msgid "%s command (%s) is invalid!" msgstr "¡'%s' comando (%s) no es válido!" -#: include/utils/class_msgPool.inc:222 -#, php-format -msgid "Cannot execute '%s' command!" +#: include/utils/class_msgPool.inc:205 +#, fuzzy, php-format +msgid "Cannot execute %s command!" msgstr "¡No se puede ejecutar el comando '%s'!" -#: include/utils/class_msgPool.inc:224 -#, php-format -msgid "Cannot execute '%s' command (%s) for plugin %s!" +#: include/utils/class_msgPool.inc:207 +#, fuzzy, php-format +msgid "Cannot execute %s command (%s) for plugin %s!" msgstr "¡No se puede ejecutar el comando '%s' (%s) para la extensión %s!" -#: include/utils/class_msgPool.inc:226 -#, php-format -msgid "Cannot execute '%s' command for plugin %s!" +#: include/utils/class_msgPool.inc:209 +#, fuzzy, php-format +msgid "Cannot execute %s command for plugin %s!" msgstr "¡No se puede ejecutar el comando '%s' para la extensión %s!" -#: include/utils/class_msgPool.inc:228 -#, php-format -msgid "Cannot execute '%s' command (%s)!" +#: include/utils/class_msgPool.inc:211 +#, fuzzy, php-format +msgid "Cannot execute %s command (%s)!" msgstr "¡No se puede ejecutar el comando '%s' (%s)!" -#: include/utils/class_msgPool.inc:236 -#, php-format -msgid "Value for '%s' is too large!" +#: include/utils/class_msgPool.inc:219 +#, fuzzy, php-format +msgid "Value for %s is too large!" msgstr "¡El valor especificado como '%s' es demasiado grande!" -#: include/utils/class_msgPool.inc:238 -#, php-format -msgid "'%s' must be smaller than %s!" +#: include/utils/class_msgPool.inc:221 +#, fuzzy, php-format +msgid "%s must be smaller than %s!" msgstr "¡'%s' debe ser menor que %s!" -#: include/utils/class_msgPool.inc:246 -#, php-format -msgid "Value for '%s' is too small!" +#: include/utils/class_msgPool.inc:229 +#, fuzzy, php-format +msgid "Value for %s is too small!" msgstr "¡El valor especificado como '%s' es demasiado pequeño!" -#: include/utils/class_msgPool.inc:248 -#, php-format -msgid "'%s' must be %d or above!" +#: include/utils/class_msgPool.inc:231 +#, fuzzy, php-format +msgid "%s must be %s or above!" msgstr "¡'%s' debe ser %d o superior!" -#: include/utils/class_msgPool.inc:255 -#, php-format -msgid "'%s' depends on '%s' - please provide both values!" +#: include/utils/class_msgPool.inc:238 +#, fuzzy, php-format +msgid "%s depends on %s - please provide both values!" msgstr "¡'%s' depende de '%s' - Por favor introduzca ambos valores!" -#: include/utils/class_msgPool.inc:261 -#, php-format -msgid "There is already an entry with this '%s' attribute in the system!" +#: include/utils/class_msgPool.inc:244 +#, fuzzy, php-format +msgid "There is already an entry with this %s attribute in the system!" msgstr "¡Ya existe una entrada con el atributo '%s' en el sistema!" -#: include/utils/class_msgPool.inc:267 -#, php-format -msgid "The required field '%s' is empty!" +#: include/utils/class_msgPool.inc:250 +#, fuzzy, php-format +msgid "The required field %s is empty!" msgstr "¡El campo obligatorio '%s' está vacio!" -#: include/utils/class_msgPool.inc:275 +#: include/utils/class_msgPool.inc:258 msgid "Example" msgstr "Ejemplo" -#: include/utils/class_msgPool.inc:295 -#, php-format -msgid "The Field '%s' contains invalid characters" +#: include/utils/class_msgPool.inc:278 +#, fuzzy, php-format +msgid "The Field %s contains invalid characters" msgstr "El campo '%s' tiene caracteres no validos." -#: include/utils/class_msgPool.inc:296 -#, php-format -msgid "'%s' is not allowed:" +#: include/utils/class_msgPool.inc:279 +#, fuzzy, php-format +msgid "%s is not allowed:" msgstr "'%s' no está permitido:" -#: include/utils/class_msgPool.inc:296 -#, php-format -msgid "'%s' are not allowed!" +#: include/utils/class_msgPool.inc:279 +#, fuzzy, php-format +msgid "%s are not allowed!" msgstr "¡'%s' no están permitidos!" -#: include/utils/class_msgPool.inc:299 -#, php-format -msgid "The Field '%s' contains invalid characters!" +#: include/utils/class_msgPool.inc:282 +#, fuzzy, php-format +msgid "The Field %s contains invalid characters!" msgstr "¡El campo '%s' tiene caracteres no validos!" -#: include/utils/class_msgPool.inc:306 +#: include/utils/class_msgPool.inc:289 #, php-format msgid "Missing %s PHP extension!" msgstr "¡Extensión PHP %s no encontrada!" -#: include/utils/class_msgPool.inc:336 +#: include/utils/class_msgPool.inc:319 #, php-format msgid "Add %s" msgstr "Añadir %s" -#: include/utils/class_msgPool.inc:342 +#: include/utils/class_msgPool.inc:325 #, php-format msgid "Delete" msgstr "Eliminar" -#: include/utils/class_msgPool.inc:342 +#: include/utils/class_msgPool.inc:325 #, php-format msgid "Delete %s" msgstr "Eliminar %s" -#: include/utils/class_msgPool.inc:348 +#: include/utils/class_msgPool.inc:331 #, php-format msgid "Set %s" msgstr "Activar %s" -#: include/utils/class_msgPool.inc:354 +#: include/utils/class_msgPool.inc:337 #, php-format msgid "Edit..." msgstr "Editar..." -#: include/utils/class_msgPool.inc:354 +#: include/utils/class_msgPool.inc:337 #, php-format msgid "Edit %s..." msgstr "Editar %s..." -#: include/utils/class_msgPool.inc:360 +#: include/utils/class_msgPool.inc:343 msgid "Back" msgstr "Atrás" -#: include/utils/class_msgPool.inc:380 +#: include/utils/class_msgPool.inc:363 #, php-format msgid "This account has no valid %s extensions!" msgstr "¡Esta cuenta tiene extensiones %s no validas!" -#: include/utils/class_msgPool.inc:386 +#: include/utils/class_msgPool.inc:369 #, php-format msgid "" "This account has %s settings enabled. You can disable them by clicking below." @@ -5691,7 +5731,7 @@ msgstr "" "Esta cuenta tiene características %s activadas. Puede desactivarla pulsando " "aquí" -#: include/utils/class_msgPool.inc:389 include/utils/class_msgPool.inc:396 +#: include/utils/class_msgPool.inc:372 include/utils/class_msgPool.inc:379 #, php-format msgid "" "This account has %s settings enabled. To disable them, you'll need to remove " @@ -5700,7 +5740,7 @@ msgstr "" "Esta cuenta tiene las características %s activadas. ¡Para desactivarlas, " "necesita eliminar las caracteristicas %s primero!" -#: include/utils/class_msgPool.inc:405 +#: include/utils/class_msgPool.inc:388 #, php-format msgid "" "This account has %s settings disabled. You can enable them by clicking below." @@ -5708,7 +5748,7 @@ msgstr "" "Esta cuenta tiene características %s desactivadas. Puede activarla pulsando " "aquí" -#: include/utils/class_msgPool.inc:408 include/utils/class_msgPool.inc:415 +#: include/utils/class_msgPool.inc:391 include/utils/class_msgPool.inc:398 #, php-format msgid "" "This account has %s settings disabled. To enable them, you'll need to add " @@ -5717,238 +5757,241 @@ msgstr "" "Esta cuenta tiene las características %s desactivadas. ¡Para activarlas, " "necesita añadir las caracteristicas %s primero!" -#: include/utils/class_msgPool.inc:423 +#: include/utils/class_msgPool.inc:406 #, php-format msgid "Add %s settings" msgstr "Añadir caracteristicas %s" -#: include/utils/class_msgPool.inc:429 +#: include/utils/class_msgPool.inc:412 #, php-format msgid "Remove %s settings" msgstr "Eliminar las caracteristicas %s" -#: include/utils/class_msgPool.inc:435 +#: include/utils/class_msgPool.inc:418 msgid "Click the 'Edit' button below to change informations in this dialog" msgstr "" "Pulse en el botón - Editar - para cambiar la información en esta ventana" -#: include/utils/class_msgPool.inc:441 +#: include/utils/class_msgPool.inc:424 msgid "January" msgstr "Enero" -#: include/utils/class_msgPool.inc:441 +#: include/utils/class_msgPool.inc:424 msgid "February" msgstr "Febrero" -#: include/utils/class_msgPool.inc:441 +#: include/utils/class_msgPool.inc:424 msgid "March" msgstr "Marzo" -#: include/utils/class_msgPool.inc:441 +#: include/utils/class_msgPool.inc:424 msgid "April" msgstr "Abril" -#: include/utils/class_msgPool.inc:442 +#: include/utils/class_msgPool.inc:425 msgid "May" msgstr "Mayo" -#: include/utils/class_msgPool.inc:442 +#: include/utils/class_msgPool.inc:425 msgid "June" msgstr "Junio" -#: include/utils/class_msgPool.inc:442 +#: include/utils/class_msgPool.inc:425 msgid "July" msgstr "Julio" -#: include/utils/class_msgPool.inc:442 +#: include/utils/class_msgPool.inc:425 msgid "August" msgstr "Agosto" -#: include/utils/class_msgPool.inc:442 +#: include/utils/class_msgPool.inc:425 msgid "September" msgstr "Septiembre" -#: include/utils/class_msgPool.inc:443 +#: include/utils/class_msgPool.inc:426 msgid "October" msgstr "Octubre" -#: include/utils/class_msgPool.inc:443 +#: include/utils/class_msgPool.inc:426 msgid "November" msgstr "Noviembre" -#: include/utils/class_msgPool.inc:443 +#: include/utils/class_msgPool.inc:426 msgid "December" msgstr "Diciembre" -#: include/utils/class_msgPool.inc:449 +#: include/utils/class_msgPool.inc:432 msgid "Sunday" msgstr "Domingo" -#: include/utils/class_msgPool.inc:449 +#: include/utils/class_msgPool.inc:432 msgid "Monday" msgstr "Lunes" -#: include/utils/class_msgPool.inc:449 +#: include/utils/class_msgPool.inc:432 msgid "Tuesday" msgstr "Martes" -#: include/utils/class_msgPool.inc:449 +#: include/utils/class_msgPool.inc:432 msgid "Wednesday" msgstr "Miércoles" -#: include/utils/class_msgPool.inc:449 +#: include/utils/class_msgPool.inc:432 msgid "Thursday" msgstr "Jueves" -#: include/utils/class_msgPool.inc:449 +#: include/utils/class_msgPool.inc:432 msgid "Friday" msgstr "Viernes" -#: include/utils/class_msgPool.inc:449 +#: include/utils/class_msgPool.inc:432 msgid "Saturday" msgstr "Sábado" -#: include/utils/class_msgPool.inc:456 +#: include/utils/class_msgPool.inc:439 msgid "MySQL operation failed!" msgstr "¡La consulta MYSQL ha fallado!" -#: include/utils/class_msgPool.inc:464 +#: include/utils/class_msgPool.inc:447 msgid "read operation" msgstr "lectura" -#: include/utils/class_msgPool.inc:464 +#: include/utils/class_msgPool.inc:447 msgid "add operation" msgstr "adición" -#: include/utils/class_msgPool.inc:464 +#: include/utils/class_msgPool.inc:447 msgid "modify operation" msgstr "modificación" -#: include/utils/class_msgPool.inc:465 +#: include/utils/class_msgPool.inc:448 msgid "delete operation" msgstr "eliminación" -#: include/utils/class_msgPool.inc:465 +#: include/utils/class_msgPool.inc:448 msgid "search operation" msgstr "busqueda" -#: include/utils/class_msgPool.inc:465 +#: include/utils/class_msgPool.inc:448 msgid "authentication" msgstr "autenticación" -#: include/utils/class_msgPool.inc:468 +#: include/utils/class_msgPool.inc:451 #, php-format msgid "LDAP %s failed!" msgstr "¡LDAP %s ha fallado!" -#: include/utils/class_msgPool.inc:470 +#: include/utils/class_msgPool.inc:453 msgid "LDAP operation failed!" msgstr "¡La consulta LDAP ha fallado!" -#: include/utils/class_msgPool.inc:485 +#: include/utils/class_msgPool.inc:468 msgid "Upload failed!" msgstr "¡Ha fallado el subir archivo!" -#: include/utils/class_msgPool.inc:488 +#: include/utils/class_msgPool.inc:471 #, php-format msgid "Upload failed: %s" msgstr "Ha fallado el subir archivo: %s" -#: include/utils/class_msgPool.inc:495 +#: include/utils/class_msgPool.inc:478 msgid "Communication failure with the infrastructure service!" msgstr "¡Ha fallado la comunciación con el servicio de infraestructura!" -#: include/utils/class_msgPool.inc:497 +#: include/utils/class_msgPool.inc:480 #, php-format msgid "Communication failure with the infrastructure service: %s" msgstr "Ha fallado la comunciación con el servicio de infraestructura: %s" -#: include/utils/class_msgPool.inc:504 include/utils/class_msgPool.inc:507 -#, php-format -msgid "This '%s' is still in use by this object: %s" +#: include/utils/class_msgPool.inc:487 +#, fuzzy +msgid "Communication failure with the GOSA-NG service!" +msgstr "¡Ha fallado la comunciación con el servicio de infraestructura!" + +#: include/utils/class_msgPool.inc:489 +#, fuzzy, php-format +msgid "Communication failure with the GOSA-NG service: %s" +msgstr "Ha fallado la comunciación con el servicio de infraestructura: %s" + +#: include/utils/class_msgPool.inc:496 include/utils/class_msgPool.inc:499 +#, fuzzy, php-format +msgid "This %s is still in use by this object: %s" msgstr "'%s' esta todavía en uso por el objeto: %s" -#: include/utils/class_msgPool.inc:510 -#, php-format -msgid "This '%s' is still in use." +#: include/utils/class_msgPool.inc:502 +#, fuzzy, php-format +msgid "This %s is still in use." msgstr "'%s' esta todavía en uso." -#: include/utils/class_msgPool.inc:512 -#, php-format -msgid "This '%s' is still in use by these objects: %s" +#: include/utils/class_msgPool.inc:504 +#, fuzzy, php-format +msgid "This %s is still in use by these objects: %s" msgstr "'%s' esta todavía en uso por los objetos: %s" -#: include/utils/class_msgPool.inc:518 -#, php-format -msgid "File '%s' does not exist!" +#: include/utils/class_msgPool.inc:510 +#, fuzzy, php-format +msgid "File %s does not exist!" msgstr "¡El archivo %s no existe!" -#: include/utils/class_msgPool.inc:524 -#, php-format -msgid "Cannot open file '%s' for reading!" +#: include/utils/class_msgPool.inc:516 +#, fuzzy, php-format +msgid "Cannot open file %s for reading!" msgstr "¡No se puede abrir el archivo '%s'!" -#: include/utils/class_msgPool.inc:530 -#, php-format -msgid "Cannot open file '%s' for writing!" +#: include/utils/class_msgPool.inc:522 +#, fuzzy, php-format +msgid "Cannot open file %s for writing!" msgstr "¡No se puede grabar el archivo '%s'!" -#: include/utils/class_msgPool.inc:536 -#, php-format +#: include/utils/class_msgPool.inc:528 +#, fuzzy, php-format msgid "" -"The value for '%s' is currently unconfigured or invalid, please check your " +"The value for %s is currently unconfigured or invalid, please check your " "configuration file!" msgstr "" "El valor para '%s' no esta configurado o no es válido.¡Por favor compruebe " "el archivo de configuración!" -#: include/utils/class_msgPool.inc:542 -#, php-format -msgid "Cannot delete file '%s'!" +#: include/utils/class_msgPool.inc:534 +#, fuzzy, php-format +msgid "Cannot delete file %s!" msgstr "¡No se puede eliminar el fichero '%s'!" -#: include/utils/class_msgPool.inc:548 -#, php-format -msgid "Cannot create folder '%s'!" +#: include/utils/class_msgPool.inc:540 +#, fuzzy, php-format +msgid "Cannot create folder %s!" msgstr "¡No se puede crear la carpeta '%s'!" -#: include/utils/class_msgPool.inc:554 -#, php-format -msgid "Cannot delete folder '%s'!" +#: include/utils/class_msgPool.inc:546 +#, fuzzy, php-format +msgid "Cannot delete folder %s!" msgstr "¡No se puede eliminar la carpeta '%s'!" -#: include/utils/class_msgPool.inc:560 +#: include/utils/class_msgPool.inc:552 #, php-format msgid "Checking for %s support" msgstr "Comprobando soporte %s" -#: include/utils/class_msgPool.inc:566 +#: include/utils/class_msgPool.inc:558 #, php-format msgid "Install and activate the %s PHP module." msgstr "Instala y activa el módulo de PHP %s." -#: include/utils/class_msgPool.inc:572 -#, php-format +#: include/utils/class_msgPool.inc:564 +#, fuzzy, php-format msgid "" -"Cannot initialize class '%s'! Maybe there is a plugin missing in your gosa " +"Cannot initialize class %s! Maybe there is a plugin missing in your gosa " "setup?" msgstr "" "¡No se puede inicializar la clase '%s'! ¿Puede que falte la extensión " "correspondiente en la configuración de GOsa?" -#: include/utils/class_msgPool.inc:578 +#: include/utils/class_msgPool.inc:570 +#, fuzzy msgid "" -"The supplied base is not valid and has been reset to the previous value!" +"The supplied base is not valid and has been reset to its previous value!" msgstr "¡La base introducida no es válida, se ha dejado el valor anterior!" -#: include/utils/class_xml.inc:48 -msgid "in" -msgstr "en" - -#: include/utils/class_xml.inc:50 -msgid "on line" -msgstr "En linea" - #: include/utils/class_xml.inc:51 msgid "XML error" msgstr "Error XML" @@ -5958,7 +6001,8 @@ msgid "Certificate is empty!" msgstr "¡El certificado esta vacío!" #: include/class_certificate.inc:100 -msgid "Cannot load certificate - only PEM/DER is supported!" +#, fuzzy +msgid "Cannot load certificate: only PEM and DER are supported!" msgstr "" "¡No se puede cargar el certificado - solo se soportan certificados PEM/DER!" @@ -5971,19 +6015,19 @@ msgid "No valid certificate loaded!" msgstr "¡No ha cargado un certificado válido!" #: include/functions_helpviewer.inc:45 -#, php-format -msgid "XML error in guide.xml: %s at line %d" +#, fuzzy, php-format +msgid "XML error in guide.xml: %s at line %s" msgstr "Error XML en guide.xml: %s en la linea %d" #: include/functions_helpviewer.inc:88 msgid "No help available for this plugin." msgstr "No hay ayuda disponible para esta extensión." -#: include/functions_helpviewer.inc:97 html/helpviewer.php:194 +#: include/functions_helpviewer.inc:97 html/helpviewer.php:193 msgid "previous" msgstr "anterior" -#: include/functions_helpviewer.inc:101 html/helpviewer.php:198 +#: include/functions_helpviewer.inc:101 html/helpviewer.php:197 msgid "next" msgstr "siguiente" @@ -5992,7 +6036,7 @@ msgstr "siguiente" msgid "%s results for your search with the keyword %s" msgstr "hay %s resultados para su busqueda con el termino %s" -#: include/functions_helpviewer.inc:462 +#: include/functions_helpviewer.inc:461 #, php-format msgid "%s%% hit rate in file %s" msgstr "%s%% procentaje en fichero %s" @@ -6002,225 +6046,311 @@ msgstr "%s%% procentaje en fichero %s" msgid "Search filter" msgstr "Parámetro" +#: include/class_filter.inc:444 +msgid "Search in subtrees" +msgstr "Buscar en subárboles" + #: include/class_filter.inc:449 #, fuzzy msgid "Edit filters" msgstr "Editar certificados" +#: include/class_SnapshotHandler.inc:45 include/class_SnapshotHandler.inc:76 +#, fuzzy, php-format +msgid "" +"The snapshot functionality is enabled but the required variable %s is not " +"set!" +msgstr "" +"La funcionalidad de instancias esta activa, pero el valor requerido '%s' no " +"está activo." + +#: include/class_SnapshotHandler.inc:58 +#, fuzzy, php-format +msgid "" +"The snapshot functionality is enabled but the required PHP compression " +"module is missing: %s!" +msgstr "" +"La funcionalidad de instancias esta activa, pero no se encuentra el módulo " +"de compresión requerido. Por favor instale '%s'." + #: include/class_userFilterEditor.inc:251 #, php-format -msgid "" -"Please check your filter #%s. You have '%s' opening and '%s' closing " -"brackets!" +msgid "Error in filter #%s: %s opening and %s closing brackets detected!" msgstr "" #: include/class_acl.inc:28 msgid "Manage access control lists" msgstr "Gestión de las Listas de control de acceso" -#: include/class_acl.inc:125 include/class_acl.inc:607 -#: include/class_acl.inc:1023 +#: include/class_acl.inc:125 include/class_acl.inc:609 +#: include/class_acl.inc:1025 #, fuzzy, php-format msgid "All users" msgstr "usuarios" -#: include/class_acl.inc:227 -msgid "Reset ACLs" -msgstr "Eliminar ACLs" - -#: include/class_acl.inc:232 include/class_acl.inc:235 -msgid "Use ACL defined in role" -msgstr "Utilizar las ACL definidas en el rol" - -#: include/class_acl.inc:253 +#: include/class_acl.inc:252 #, fuzzy msgid "Section" msgstr "Acción" -#: include/class_acl.inc:263 +#: include/class_acl.inc:262 #, fuzzy msgid "Used" msgstr "Usar" -#: include/class_acl.inc:568 +#: include/class_acl.inc:570 msgid "No ACL settings for this category!" msgstr "¡No hay ACL configuradas para esta categoría!" -#: include/class_acl.inc:571 +#: include/class_acl.inc:573 #, php-format -msgid "Contains ACLs for these objects: %s" -msgstr "Tiene ACLs para estos objetos: %s" +msgid "ACLs for: %s" +msgstr "" -#: include/class_acl.inc:577 include/class_acl.inc:581 +#: include/class_acl.inc:579 include/class_acl.inc:583 msgid "category ACL" msgstr "Categoría ACL" -#: include/class_acl.inc:634 -#, php-format -msgid "Edit ACL for '%s' - scope is '%s'" +#: include/class_acl.inc:635 +#, fuzzy, php-format +msgid "Edit ACL for '%s' with scope '%s'" msgstr "Editar ACL para '%s', el ámbito es '%s'" -#: include/class_acl.inc:799 include/class_acl.inc:806 +#: include/class_acl.inc:797 include/class_acl.inc:804 msgid "Show/hide advanced settings" msgstr "Mostrar/ocultar caracteristicas avanzadas" -#: include/class_acl.inc:817 +#: include/class_acl.inc:815 msgid "Create objects" msgstr "Crear objetos" -#: include/class_acl.inc:818 +#: include/class_acl.inc:816 msgid "Move objects" msgstr "Mover objetos" -#: include/class_acl.inc:819 +#: include/class_acl.inc:817 msgid "Remove objects" msgstr "Eliminar Objetos" -#: include/class_acl.inc:821 -msgid "Grant permission to owner" -msgstr "Garantizar permiso al propietario" - -#: include/class_acl.inc:825 include/class_acl.inc:930 -#: include/class_acl.inc:934 -msgid "read" -msgstr "leer" - -#: include/class_acl.inc:826 include/class_acl.inc:932 -#: include/class_acl.inc:935 -msgid "write" -msgstr "escribir" - -#: include/class_acl.inc:830 +#: include/class_acl.inc:828 msgid "Complete object" msgstr "Objeto completo" -#: include/class_acl.inc:974 +#: include/class_acl.inc:976 #, php-format msgid "Unkown ACL type '%s'!" msgstr "¡Tipo de ACL desconocido '%s'!" -#: include/class_acl.inc:1019 +#: include/class_acl.inc:1021 #, php-format msgid "Unknown entry '%s'!" msgstr "¡Entrada desconocida '%s'!" -#: include/class_acl.inc:1083 include/class_acl.inc:1085 -#, php-format -msgid "Role: %s" -msgstr "Rol: %s" +#: include/class_acl.inc:1085 include/class_acl.inc:1087 +#, fuzzy, php-format +msgid "ACL role: %s" +msgstr "Roles ACL" -#: include/class_acl.inc:1085 -msgid "unknown role" +#: include/class_acl.inc:1087 +#, fuzzy +msgid "unknown ACL role" msgstr "rol desconocido" -#: include/class_acl.inc:1093 +#: include/class_acl.inc:1095 #, php-format msgid "Contains settings for these objects: %s" msgstr "Tiene configuraciones de los siguientes objetos: %s" -#: include/class_acl.inc:1110 +#: include/class_acl.inc:1112 msgid "inactive" msgstr "inactivo" -#: include/class_acl.inc:1110 +#: include/class_acl.inc:1112 msgid "No members" msgstr "Sin miembros" -#: include/class_acl.inc:1280 +#: include/class_acl.inc:1283 msgid "Access control list" msgstr "Lista de control de acceso" -#: include/class_acl.inc:1285 +#: include/class_acl.inc:1289 msgid "ACL roles" msgstr "Roles ACL" -#: include/class_acl.inc:1288 +#: include/class_acl.inc:1292 #, fuzzy msgid "ACL Entries" msgstr "Roles" #: include/class_tabs.inc:57 -#, php-format -msgid "" -"No plugin definitions found to initialize '%s', please check your " -"configuration file." +#, fuzzy, php-format +msgid "No plugin definition for %s found: please check the configuration file!" msgstr "" "No hay definiciones de extensión para iniciar '%s', por favor compruebe su " "archivo de configuración." -#: include/class_tabs.inc:241 -#, php-format -msgid "Delete process has been canceled by plugin '%s': %s" +#: include/class_tabs.inc:249 +#, fuzzy, php-format +msgid "Delete process has been canceled by plugin %s: %s" msgstr "El proceso de eliminación ha sido cancelado por la extensión '%s': %s" -#: include/class_tabs.inc:379 +#: include/class_tabs.inc:387 msgid "References" msgstr "Referencias" -#: include/class_listing.inc:537 +#: include/class_listing.inc:319 +msgid "Select all" +msgstr "Seleccione todos" + +#: include/class_listing.inc:578 msgid "created by" msgstr "Creado por" -#: include/class_listing.inc:1016 include/class_listing.inc:1018 -msgid "Go up one department" -msgstr "Subir un departamento" +#: include/class_listing.inc:1057 include/class_listing.inc:1059 +msgid "Go to preceding level" +msgstr "" -#: include/class_listing.inc:1024 include/class_listing.inc:1026 -msgid "Go to users department" -msgstr "Ir al departamento de usuarios" +#: include/class_listing.inc:1065 include/class_listing.inc:1067 +msgid "Go to current users level" +msgstr "" -#: include/class_listing.inc:1031 +#: include/class_listing.inc:1072 msgid "Reload list" msgstr "Recargar lista" -#: include/class_listing.inc:1397 include/class_plugin.inc:1960 +#: include/class_listing.inc:1444 msgid "Copy" msgstr "Copiar" -#: include/class_listing.inc:1403 include/class_plugin.inc:1964 +#: include/class_listing.inc:1450 msgid "Cut" msgstr "Mover" -#: include/class_listing.inc:1436 include/class_plugin.inc:1918 +#: include/class_listing.inc:1483 msgid "Cut this entry" msgstr "Mover esta entrada" -#: include/class_listing.inc:1445 include/class_plugin.inc:1926 +#: include/class_listing.inc:1492 msgid "Copy this entry" msgstr "Copiar esta entrada" -#: include/class_listing.inc:1477 include/class_listing.inc:1479 +#: include/class_listing.inc:1524 include/class_listing.inc:1526 msgid "Restore snapshots" msgstr "Recuperar instantánea" -#: include/class_listing.inc:1493 +#: include/class_listing.inc:1540 msgid "Export list" msgstr "Exportar lista" -#: include/class_listing.inc:1527 include/class_SnapShotDialog.inc:145 -#: include/class_plugin.inc:1892 +#: include/class_listing.inc:1574 include/class_SnapShotDialog.inc:141 msgid "Restore snapshot" msgstr "Recuperar instantanea" -#: include/class_listing.inc:1535 include/class_plugin.inc:1900 -msgid "Create a new snapshot from this object" +#: include/class_listing.inc:1582 +#, fuzzy +msgid "Create new snapshot for this object" msgstr "¡Crear una nueva instantánea de este objeto!" +#: include/class_configRegistry.inc:188 +#, php-format +msgid "%s has version %s but %s is required!" +msgstr "" + +#: include/class_configRegistry.inc:243 +msgid "" +"Plugins that require one or more of the object classes above will be " +"disabled until the object classes get updated." +msgstr "" + +#: include/class_configRegistry.inc:245 +#, fuzzy +msgid "Schema validation error" +msgstr "Error de Autenticación" + +#: include/class_configRegistry.inc:656 +#, php-format +msgid "" +"The value '%s' specified for '%s:%s' is invalid. A bool value is required " +"here!" +msgstr "" + +#: include/class_configRegistry.inc:671 +#, php-format +msgid "" +"The value '%s' specified for '%s:%s' is invalid. A string value is required " +"here!" +msgstr "" + +#: include/class_configRegistry.inc:686 +#, php-format +msgid "" +"The value '%s' specified for '%s:%s' is invalid. A numeric value is required " +"here!" +msgstr "" + +#: include/class_configRegistry.inc:701 +#, fuzzy, php-format +msgid "The path '%s' specified for '%s:%s' is invalid!" +msgstr "¡'%s' comando para la extensión %s no es válido!" + +#: include/class_configRegistry.inc:717 include/class_configRegistry.inc:739 +#, fuzzy, php-format +msgid "The folder '%s' specified for '%s:%s' does not exists!" +msgstr "" +"¡El comando especificado como método %s para la extensión '%s' no existe!" + +#: include/class_configRegistry.inc:722 +#, php-format +msgid "The folder '%s' specified for '%s:%s' cannot be used for reading!" +msgstr "" + +#: include/class_configRegistry.inc:744 +#, php-format +msgid "The folder '%s' specified for '%s:%s' cannot be used for writing!" +msgstr "" + +#: include/class_configRegistry.inc:762 +#, fuzzy, php-format +msgid "The file '%s' specified for '%s:%s' does not exists!" +msgstr "" +"¡El comando especificado como método %s para la extensión '%s' no existe!" + +#: include/class_configRegistry.inc:767 +#, php-format +msgid "The file '%s' specified for '%s:%s' cannot be read!" +msgstr "" + +#: include/class_configRegistry.inc:783 +#, fuzzy, php-format +msgid "The command '%s' specified for '%s:%s' is invalid!" +msgstr "¡'%s' comando (%s) para la extensión %s no es válido!" + +#: include/class_configRegistry.inc:798 +#, fuzzy, php-format +msgid "The dn '%s' specified for '%s:%s' is invalid!" +msgstr "¡'%s' comando para la extensión %s no es válido!" + +#: include/class_configRegistry.inc:813 +#, fuzzy, php-format +msgid "The rdn '%s' specified for '%s:%s' is invalid!" +msgstr "¡'%s' comando para la extensión %s no es válido!" + #: include/class_SnapShotDialog.inc:55 #, fuzzy msgid "Date" msgstr "Pegar" #: include/class_SnapShotDialog.inc:93 -#, php-format -msgid "You're about to delete the snapshot '%s'." +#, fuzzy, php-format +msgid "You are about to delete the snapshot %s." msgstr "Va a eliminar la instantanea '%s'." -#: include/class_SnapShotDialog.inc:146 -msgid "Remove snapshot" -msgstr "Eliminar instantanea" +#: include/class_SnapShotDialog.inc:142 +#, fuzzy +msgid "Delete snapshot" +msgstr "Crear instantánea" -#: include/class_SnapShotDialog.inc:147 include/class_SnapShotDialog.inc:165 +#: include/class_SnapShotDialog.inc:143 include/class_SnapShotDialog.inc:161 msgid "Y-m-d, H:i:s" msgstr "Y-m-d, H:i:s" @@ -6229,408 +6359,1389 @@ msgid "Performance warning" msgstr "Aviso e rendimiento" #: include/class_ldap.inc:233 include/class_ldap.inc:266 -#, php-format -msgid "LDAP performance is poor: last query took about %.2fs!" +#, fuzzy, php-format +msgid "LDAP performance is poor: last query took %.2fs!" msgstr "El rendimiento LDAP es bajo: ¡la última consulta tardó sobre %.2fs!" #: include/class_ldap.inc:693 -#, php-format -msgid "" -"Cannot automatically create subtrees with RDN '%s': no object class found!" +#, fuzzy, php-format +msgid "Cannot automatically create subtrees with RDN %s: no object class found" msgstr "" "No se pueden crear automáticamente subárboles con RDN '%s': ¡No se ha " "encontrado la clase del objeto!" #: include/class_ldap.inc:744 -#, php-format -msgid "Cannot automatically create subtrees with RDN '%s': not supported" +#, fuzzy, php-format +msgid "Cannot automatically create subtrees with RDN %s: not supported" msgstr "" "No se pueden crear automáticamente subárboles con RDN '%s': no soportado" #: include/class_ldap.inc:831 -#, php-format -msgid "while operating on '%s' using LDAP server '%s'" +#, fuzzy, php-format +msgid "while operating on %s using LDAP server %s" msgstr "mientras operaba en '%s' usando el servidor LDAP '%s'" -#: include/class_ldap.inc:833 -#, php-format -msgid "while operating on LDAP server %s" -msgstr "mientras operaba en el servidor LDAP '%s'" +#: include/class_ldap.inc:833 +#, php-format +msgid "while operating on LDAP server %s" +msgstr "mientras operaba en el servidor LDAP '%s'" + +#: include/class_ldap.inc:1006 +#, fuzzy, php-format +msgid "" +"Invalid DN %s: block to be imported should start with 'dn: ...' in line %s" +msgstr "" +"No es un DN válido: '%s': El bloque para importar debe empezar por 'dn: ...' " +"en la linea %s" + +#: include/class_ldap.inc:1035 +#, fuzzy, php-format +msgid "Error while importing DN %s: please check LDIF from line %s on!" +msgstr "" +"Ha habido un error importando dn: '%s', ¡Por favor compruebe su LDIF desde " +"la línea %s en adelante!" + +#: include/php_setup.inc:101 +msgid "Generating this page caused the PHP interpreter to raise some errors!" +msgstr "" +"¡La generación de esta página ha provocado errores en el interprete PHP!" + +#: include/php_setup.inc:104 +msgid "Send bugreport" +msgstr "Enviar informe de errores" + +#: include/php_setup.inc:108 +msgid "Toggle details" +msgstr "" + +#: include/php_setup.inc:117 +msgid "PHP error" +msgstr "Error PHP" + +#: include/php_setup.inc:136 +msgid "class" +msgstr "clase" + +#: include/php_setup.inc:142 +msgid "function" +msgstr "función" + +#: include/php_setup.inc:147 +msgid "static" +msgstr "estático" + +#: include/php_setup.inc:151 +msgid "method" +msgstr "método" + +#: include/php_setup.inc:184 +#, fuzzy +msgid "Traceback" +msgstr "Traza" + +#: include/php_setup.inc:185 +msgid "File" +msgstr "Archivo" + +#: include/php_setup.inc:185 +msgid "Line" +msgstr "Linea" + +#: include/php_setup.inc:186 +msgid "Arguments" +msgstr "Argumentos" + +#: include/class_pathNavigator.inc:86 +#, fuzzy +msgid "Welcome to GOsa" +msgstr "Bienvenidos al asistente de configuración de GOsa" + +#: include/class_pluglist.inc:93 +#, fuzzy +msgid "The configuration format has changed: please run the setup again!" +msgstr "" +"¡El formato de la configuración ha cambiado. Por favor use el asistente de " +"configuración!" + +#: include/class_pluglist.inc:229 +#, fuzzy +msgid "" +"You are currently editing a database entry. Do you want to discard the " +"changes?" +msgstr "" +"Esta actualmente editando una entrada de base de datos.¿Quiere desestimar " +"los cambios?" + +#: include/class_pluglist.inc:329 +#, fuzzy +msgid "Back to main menu" +msgstr "Menú inicial de GOsa" + +#: include/exporter/class_PDF.inc:24 +msgid "Page" +msgstr "Página" + +#: include/exporter/class_pdfExporter.inc:18 +msgid "No PDF export possible: there is no FPDF library installed." +msgstr "No se puede exportar a PDF: no se ha instalado la librería FPDF." + +#: include/exporter/class_pdfExporter.inc:145 +msgid "PDF" +msgstr "PDF" + +#: include/exporter/class_cvsExporter.inc:48 +msgid "CSV" +msgstr "CSV" + +#: include/class_gosaSupportDaemon.inc:112 +msgid "GOsa support daemon" +msgstr "Demonio de soporte GOsa" + +#: include/class_gosaSupportDaemon.inc:787 +msgid "Cannot not parse XML!" +msgstr "¡No se puede analizar el XML!" + +#: include/class_gosaSupportDaemon.inc:1184 +#, php-format +msgid "Cannot send abort event for entry %s!" +msgstr "¡No se puede enviar el evento abortar para la entrada %s!" + +#: include/class_gosaSupportDaemon.inc:1204 +#, php-format +msgid "Cannot remove entry %s!" +msgstr "¡No se puede eliminar la entrada %s!" + +#: include/class_management.inc:462 +#, fuzzy, php-format +msgid "You are not allowed to create a snapshot for %s!" +msgstr "No tiene permisos para crear una instantanea para %s." + +#: include/class_management.inc:509 include/class_management.inc:561 +#: include/class_management.inc:575 +#, fuzzy, php-format +msgid "You are not allowed to restore a snapshot for %s!" +msgstr "No tiene permisos para recuperar una instantanea para %s." + +#: include/class_management.inc:524 +#, fuzzy, php-format +msgid "You are not allowed to remove a snapshot for %s!" +msgstr "No tiene permisos para recuperar una instantanea para %s." + +#: include/class_management.inc:644 +#, fuzzy, php-format +msgid "" +"No tab definition for %s found in configuration file: cannot create plugin " +"instance!" +msgstr "" +"No hay declaración de pestaña para '%s' en su archivo de configuración. ¡No " +"se puede crear la instancia del plugin!" + +#: include/class_plugin.inc:526 +msgid "" +"The current object has been altered while beeing edited. If you save this " +"entry, changes that have been made by others will be discarded!" +msgstr "" + +#: include/class_plugin.inc:1327 +#, php-format +msgid "Changing ACL DN from %s to %s" +msgstr "" + +#: include/class_session.inc:76 include/class_session.inc:101 +#: include/class_session.inc:127 +#, fuzzy +msgid "Requested channel does not exist!" +msgstr "" +"¡El canal requerido no existe!. Por favor contacte con su Administrador." + +#: html/helpviewer.php:64 +msgid "Help browser" +msgstr "Navegador de ayuda" + +#: html/helpviewer.php:118 +msgid "There is no helpfile specified for this class" +msgstr "No hay archivo de ayuda disponible para esta clase" + +#: html/helpviewer.php:268 +#, php-format +msgid "Helpdir '%s' is not accessible, can't read any helpfiles." +msgstr "" +"El directorio de ayuda '%s' no está disponible, no podrá leer ningún archivo " +"de ayuda." + +#: html/index.php:45 +#, php-format +msgid "Your browser (%s) is blacklisted for the current theme!" +msgstr "" + +#: html/index.php:72 +#, php-format +msgid "This session is not ecrypted. Click %s to enter an encrypted session." +msgstr "" + +#: html/index.php:72 +#, fuzzy +msgid "here" +msgstr "Tema" + +#: html/index.php:78 +#, fuzzy +msgid "The configured session lifetime will be overridden by php.ini settings!" +msgstr "" +"El tiempo de vida de sesión es su gosa.conf sera sustituido por el valor de " +"ini de php." + +#: html/index.php:157 html/password.php:61 +#, php-format +msgid "GOsa configuration %s/%s is not readable. Aborted." +msgstr "No se puede acceder a la configuración de GOsa %s/%s. Cancelado" + +#: html/index.php:179 +msgid "Smarty error" +msgstr "Error Smarty" + +#: html/index.php:179 html/password.php:86 html/setup.php:68 +#, fuzzy, php-format +msgid "Compile directory %s is not accessible!" +msgstr "¡No se puede acceder a el directorio de compilación '%s'!" + +#: html/index.php:202 +#, fuzzy +msgid "" +"Your browser has cookies disabled: please enable cookies and reload this " +"page before logging in!" +msgstr "" +"Su navegador tiene las cookies desactivadas. ¡Porfavor active las cookies y " +"recargue esta página antes de iniciar sesión!" + +#: html/index.php:233 +#, fuzzy +msgid "Broken HTTP authentication setup!" +msgstr "¡Hay un problema con la configuración de autenticación!" + +#: html/index.php:241 +#, fuzzy +msgid "Cannot find a valid user for the current HTTP authentication!" +msgstr "" +"¡No se puede encontrar un usuario válido para la configuración de " +"autenticación seleccionada!" + +#: html/index.php:245 +#, fuzzy +msgid "Cannot find a unique user for the current HTTP authentication!" +msgstr "" +"¡No se puede encontrar un usuario válido para la configuración de " +"autenticación seleccionada!" + +#: html/index.php:289 +msgid "Please specify a valid username!" +msgstr "¡Por favor introduzca un nombre de usuario válido!" + +#: html/index.php:292 +msgid "Please specify your password!" +msgstr "¡Por favor introduzca una contraseña!" + +#: html/index.php:304 +msgid "Authentication error" +msgstr "Error de Autenticación" + +#: html/index.php:304 +#, fuzzy +msgid "Cannot retrieve user information for HTTP authentication!" +msgstr "" +"¡No se puede recuperar la información de usuario para autenticación htaccess!" + +#: html/index.php:311 html/password.php:252 +#, fuzzy +msgid "Please check the username/password combination!" +msgstr "Por favor compruebe la combinación nombre de usuario/contraseña" + +#: html/index.php:359 +msgid "Account locked. Please contact your system administrator!" +msgstr "" +"Cuenta bloqueada. ¡Por favor contacte con su administrador de sistemas!" + +#: html/password.php:180 +msgid "Error: Password method not available!" +msgstr "Error: ¡El método de contraseñas no esta disponible!" + +#: html/password.php:216 +#, fuzzy +msgid "The values for 'New password' and 'Repeated new password' differ!" +msgstr "" +"No coinciden las contraseñas introducidas como 'Nueva contraseña' y 'Repetir " +"nueva contraseña'." + +#: html/password.php:228 +#, fuzzy +msgid "The password used as new and current are too similar!" +msgstr "" +"La contraseña actual y la introducida como nueva son demasiado parecidas." + +#: html/password.php:234 +#, fuzzy +msgid "The password used as new is to short!" +msgstr "La nueva contraseña es demasiado corta." + +#: html/password.php:256 +#, fuzzy +msgid "You have no permissions to change your password!" +msgstr "No tiene permisos para cambiar su contraseña." + +#: html/password.php:281 +#, fuzzy, php-format +msgid "External password changer reported a problem: %s" +msgstr "" +"El programa externo de cambio de contraseña informo de un problema: %s." + +#: html/password.php:316 +msgid "Session will not be encrypted." +msgstr "La sesión no será codificada." + +#: html/password.php:318 +msgid "Enter SSL session" +msgstr "Entrar en sesión SSL" + +#: html/setup.php:68 +msgid "Smarty" +msgstr "Smarty" + +#: html/main.php:159 +#, fuzzy, php-format +msgid "Cannot locate file %s - please run %s to fix this" +msgstr "" +"No se puede encontrar el archivo '%s' - por favor ejecute '%s' para " +"solucionarlo" + +#: html/main.php:178 +msgid "PHP configuration" +msgstr "Configuración PHP" + +#: html/main.php:179 +msgid "" +"FATAL: Register globals is active. Please fix this in order to continue." +msgstr "" + +#: html/main.php:239 +msgid "Running out of memory!" +msgstr "¡Funcionando sin memoria!" + +#: html/main.php:299 +#, fuzzy +msgid "ACLs are disabled" +msgstr "Desactivados chequeos de ACL de usuario" + +#: html/main.php:299 html/main.php:301 +#, php-format +msgid "You're logged in as %s" +msgstr "" + +#: html/main.php:349 +msgid "Your password is about to expire, please change your password!" +msgstr "" +"Su contraseña va a caducar próximamente, ¡Por favor cambie su contraseña!" + +#: html/main.php:359 +msgid "Plugin" +msgstr "Extensión" + +#: html/main.php:360 +#, fuzzy, php-format +msgid "FATAL: Cannot find any plugin definitions for plugin %s!" +msgstr "" +"FATAL: ¡No se puede encontrar ninguna definición de extensión para la " +"extensión '%s'!" + +#: html/main.php:376 +msgid "Configuration Error" +msgstr "Error de configuración" + +#: html/main.php:377 +#, php-format +msgid "" +"FATAL: not all POST variables have been transfered by PHP - please inform " +"your administrator!" +msgstr "" +"FATAL: No todos las variables POST han sido transferidas por PHP - ¡Por " +"favor informe a su administrador!" + +#, fuzzy +#~ msgid "Processing" +#~ msgstr "Permiso" + +#, fuzzy +#~ msgid "Created" +#~ msgstr "Crear" + +#, fuzzy +#~ msgid "No Content" +#~ msgstr "Contenidos" + +#, fuzzy +#~ msgid "Reset Content" +#~ msgstr "Contenidos" + +#, fuzzy +#~ msgid "Partial Content" +#~ msgstr "Contenidos" + +#, fuzzy +#~ msgid "Multi-Status" +#~ msgstr "Estado" + +#, fuzzy +#~ msgid "Multiple Choice" +#~ msgstr "Edición multiple" + +#, fuzzy +#~ msgid "See Other" +#~ msgstr "Eliminar usuario" + +#, fuzzy +#~ msgid "Not Modified" +#~ msgstr "No permitido" + +#, fuzzy +#~ msgid "Use Proxy" +#~ msgstr "Proxy" + +#, fuzzy +#~ msgid "(reserviert)" +#~ msgstr "Servidor" + +#, fuzzy +#~ msgid "Not Found" +#~ msgstr "No permitido" + +#, fuzzy +#~ msgid "Method Not Allowed" +#~ msgstr "No permitido" + +#, fuzzy +#~ msgid "Proxy Authentication Required" +#~ msgstr "Error de Autenticación" + +#, fuzzy +#~ msgid "Gone" +#~ msgstr "ninguno" + +#, fuzzy +#~ msgid "Precondition Failed" +#~ msgstr "Escribir archivo de configuración" + +#, fuzzy +#~ msgid "Expectation Failed" +#~ msgstr "¡La consulta LDAP ha fallado!" + +#, fuzzy +#~ msgid "Locked" +#~ msgstr "Bloquear usuarios" + +#, fuzzy +#~ msgid "Unordered Collection" +#~ msgstr "Parametros de grupos" + +#, fuzzy +#~ msgid "Internal Server Error" +#~ msgstr "error interno" + +#, fuzzy +#~ msgid "Not Implemented" +#~ msgstr "Completado" + +#, fuzzy +#~ msgid "Gateway Time-out" +#~ msgstr "Tiempo máximo de respuesta de acceso al demonio" + +#~ msgid "GOsa settings 3/3" +#~ msgstr "Configuración GOsa 3/3" + +#~ msgid "Tweak some GOsa core behaviour" +#~ msgstr "Ajustar el comportamiento del núcleo común de GOsa" + +#~ msgid "Session lifetime must be a numeric value!" +#~ msgstr "¡El tiempo de vida de sesión debe ser un valor numérico!" + +#~ msgid "Maximum LDAP query time must be a numeric value!" +#~ msgstr "¡Máximo tiempo de consulta LDAP debe ser un valor numérico!" + +#~ msgid "" +#~ "This seems to be the first time you start GOsa - we didn't find any " +#~ "configuration right now. This simple wizard intends to help you while " +#~ "setting it up." +#~ msgstr "" +#~ "Aparentemente es la primera vez que inicia GOsa - No se ha encontrado " +#~ "ninguna configuración. Este asistente intentara ayudarle mientras se " +#~ "configura." + +#~ msgid "What will the wizard do for you?" +#~ msgstr "¿Que hará este asistente para usted?" + +#~ msgid "Create a basic, single site configuration" +#~ msgstr "Creara una configuración básica para un único sitio" + +#~ msgid "Tries to find problems within your PHP and LDAP setup" +#~ msgstr "Intentando encontrar problemas en la configuración de LDAP y de PHP" + +#~ msgid "" +#~ "Let you choose from a set of basic and advanced configuration switches" +#~ msgstr "Le permite seleccionar un juego de opciones básicas o avanzadas" + +#~ msgid "Guided migration of existing LDAP trees" +#~ msgstr "Migración guiada de arboles LDAP existentes" + +#~ msgid "What will the wizard NOT do for you?" +#~ msgstr "¿Que no hará este asistente por usted?" + +#~ msgid "Find every possible configuration error" +#~ msgstr "Encontrar cada posible error de configuración" + +#~ msgid "Migrate every possible LDAP setup - create backup dumps!" +#~ msgstr "" +#~ "Migración asistidas de cualquier configuración LDAP - ¡creando copias de " +#~ "seguridad!" + +#~ msgid "To continue..." +#~ msgstr "Para continuar..." + +#~ msgid "Samba settings" +#~ msgstr "Parametros de samba" + +#~ msgid "Samba hash generator" +#~ msgstr "Generador clave hash de Samba" + +#~ msgid "Samba SID" +#~ msgstr "Samba SID" + +#~ msgid "RID base" +#~ msgstr "Base RID" + +#~ msgid "Workstation container" +#~ msgstr "Contenedor de la estación de trabajo" + +#~ msgid "Samba SID mapping" +#~ msgstr "Mapeando SID de Samba" + +#~ msgid "Timezone" +#~ msgstr "Zona de uso horario" + +#~ msgid "Please choose your preferred timezone here" +#~ msgstr "Por favor introduzca su zona horaria preferida aquí" + +#~ msgid "Additional GOsa settings" +#~ msgstr "Configuración avanzada de GOsa" + +#~ msgid "Enable Copy & Paste" +#~ msgstr "Activar Copiar y Pegar" + +#~ msgid "Government mode" +#~ msgstr "Modo gubernamental" + +#~ msgid "GOsa logging" +#~ msgstr "Registro de GOsa" + +#~ msgid "Mail settings" +#~ msgstr "Parámetros de correo" + +#~ msgid "Mail method" +#~ msgstr "Método de correo" + +#~ msgid "Account identification attribute" +#~ msgstr "Modificar atributos existentes" + +#~ msgid "Vacation templates" +#~ msgstr "Plantillas de ausencia" + +#~ msgid "Use Cyrus UNIX style" +#~ msgstr "Usa estilo Cyrus UNIX" + +#~ msgid "Snapshots / Undo" +#~ msgstr "Instantaneas / Deshacer" + +#~ msgid "Enable snapshots" +#~ msgstr "Activar instantaneas" + +#~ msgid "Snapshot base" +#~ msgstr "Base de instantaneas" + +#~ msgid "GOsa settings 2/3" +#~ msgstr "Configuración GOsa 2/3" + +#~ msgid "Customize special parameters" +#~ msgstr "Personalizar parametros especiales" + +#~ msgid "Enable schema validation when logging in" +#~ msgstr "Activar validación de esquema cuando se registre" + +#~ msgid "Checking for invisible departments" +#~ msgstr "Comprobando departamentos invisibles" + +#~ msgid "Checking for invisible users" +#~ msgstr "Comprobando usuarios invisibles" + +#~ msgid "Checking for users outside the people tree" +#~ msgstr "Comprobando cuentas fuera del árbol de usuarios" + +#~ msgid "Checking for groups outside the groups tree" +#~ msgstr "Comprobando grupos fuera del árbol de grupos" + +#~ msgid "Checking for windows workstations outside the winstation tree" +#~ msgstr "" +#~ "Comprobando estaciones de trabajo windows fuera del árbol de estaciones " +#~ "de trabajo windows" + +#~ msgid "Checking for duplicated UID numbers" +#~ msgstr "Comprobando números UID duplicados" + +#~ msgid "Checking for duplicate GID numbers" +#~ msgstr "Comprobando números GID duplicados" + +#~ msgid "Checking for old style USB devices" +#~ msgstr "Comprobando dispositivos por método antiguo" + +#~ msgid "Checking for old services that have to be migrated" +#~ msgstr "Comprobando servicios antiguos que deben ser migrados" + +#~ msgid "Checking for old style application menus" +#~ msgstr "Comprobando por menús con estilo antiguo" + +#~ msgid "Found %s duplicate values for attribute 'uidNumber'." +#~ msgstr "Encontrado '%s' valores duplicados del atributo 'uidNumber'." + +#~ msgid "Found %s duplicate values for attribute 'gidNumber'." +#~ msgstr "Encontrado '%s' valores duplicados del atributo 'gidNumber'." + +#~ msgid "" +#~ "Found %s winstations outside the predefined winstation department ou '%s'." +#~ msgstr "" +#~ "Se encontraron '%s' estaciones de trabajo windows fuera del contenedor ou " +#~ "de estaciones de trabajo windows '%s'" + +#~ msgid "Move" +#~ msgstr "Mover" + +#~ msgid "Found %s user(s) outside the configured tree '%s'." +#~ msgstr "Encontrados '%s' usuario(s) fuera del árbol configurado '%s'." + +#~ msgid "Found %s user(s) that will not be visible in GOsa." +#~ msgstr "Encontrados %s usuario(s) que nos son visibles para GOsa." + +#~ msgid "Cannot migrate department '%s':" +#~ msgstr "No puede migrar el departamento '%s':" + +#~ msgid "Found %s department(s) that will not be visible in GOsa." +#~ msgstr "Encontrados %s departamento(s) que nos son visibles para GOsa." + +#~ msgid "GOsa 2.5 administrative accounts found: %s" +#~ msgstr "Encontrada cuenta administrativa GOsa 2.5: %s" + +#~ msgid "There is no valid GOsa 2.6 administrator account inside your LDAP." +#~ msgstr "No hay cuenta de administrador GOsa 2.6 en la base de datos LDAP." + +#~ msgid "Cannot move users to the requested department!" +#~ msgstr "¡No puedo mover los usuarios al departamento especificado!" + +#~ msgid "to" +#~ msgstr "a" + +#~ msgid "Updating following references too" +#~ msgstr "También se actualizaran las siguientes referencias" + +#~ msgid "User will be moved from" +#~ msgstr "El usuario serán trasladado desde" + +#~ msgid "Copy '%s' to '%s' failed:" +#~ msgstr "Copia fallida de '%s' a '%s':" + +#~ msgid "There are %s devices that need to be migrated." +#~ msgstr "Hay %s dispositivos que necesitan ser migrados." + +#~ msgid "Adding '%s' to the LDAP failed: %s" +#~ msgstr "Añadiendo '%s' a LDAP ha fallado: %s" + +#~ msgid "Updating '%s' failed: %s" +#~ msgstr "Actualizando '%s' ha fallado: %s" + +#~ msgid "There are %s services that need to be migrated." +#~ msgstr "Hay %s serviccios que necesitan ser migrados." + +#~ msgid "There are %s application menus which have to be migrated." +#~ msgstr "Hay %s menu de aplicaciones que necesitan ser migrados." + +#~ msgid "Look and feel" +#~ msgstr "Temas y apariencia" + +#~ msgid "Theme" +#~ msgstr "Tema" + +#~ msgid "Apache" +#~ msgstr "Apache" + +#~ msgid "Compress output send to browser" +#~ msgstr "Salida de compresión enviada al navegador" + +#~ msgid "People and group storage" +#~ msgstr "Almacén de grupos y usuarios" + +#~ msgid "People DN attribute" +#~ msgstr "Atributo 'dn' de los usuarios" + +#~ msgid "People storage subtree" +#~ msgstr "Subárbol de almacenamiento para los usuarios" + +#~ msgid "Group storage subtree" +#~ msgstr "Subárbol de almacenamiento para los grupos" + +#~ msgid "Include personal title in user DN" +#~ msgstr "Incluir el título personal en el DN de usuario" + +#~ msgid "Relaxed naming policies" +#~ msgstr "Reglas no estrictas de nombres" + +#~ msgid "Automatic UIDs" +#~ msgstr "UIDs Automaticas" + +#~ msgid "GID / UID min id" +#~ msgstr "GID / UID min id" + +#~ msgid "Number base for people/groups" +#~ msgstr "Número base para usuarios y grupos" + +#~ msgid "Hook for number base" +#~ msgstr "Método para el número base" + +#~ msgid "Password settings" +#~ msgstr "Parámetros de Contraseña" + +#~ msgid "Password encryption algorithm" +#~ msgstr "Algoritmo de codificación de contraseña" + +#~ msgid "Password restrictions" +#~ msgstr "Restricciones de contraseña" + +#~ msgid "Password minimum length" +#~ msgstr "Longitud mínima de la contraseña" + +#~ msgid "Different characters from old password" +#~ msgstr "Caracteres diferentes de la contraseña anterior" + +#~ msgid "Password change hook" +#~ msgstr "Método de cambio de contraseña" + +#~ msgid "Use SASL for kerberos" +#~ msgstr "Usar SASL para kerberos" + +#~ msgid "Use account expiration" +#~ msgstr "Usar caducidad de cuenta" + +#~ msgid "" +#~ "GOsa supports several encryption types for your passwords. Normally this " +#~ "is adjustable via user templates, but you can specify a default method to " +#~ "be used here, too." +#~ msgstr "" +#~ "Gosa soporta varios tipos diferentes de codificación para las " +#~ "contraseñas. Normalmente esto es seleccionable a través de las plantillas " +#~ "de usuario, pero también se puede introducir un método que sera usado por " +#~ "defecto." + +#~ msgid "" +#~ "GOsa always acts as admin and manages access rights internally. This is a " +#~ "workaround till OpenLDAP's in directory ACI's are fully implemented. " +#~ "For this to work, we need the admin DN and the corresponding password." +#~ msgstr "" +#~ "GOsa siempre actúa en modo administrador y gestiona los permisos de " +#~ "acceso internamente. Esto es una solución temporal hasta que las ACI " +#~ "(Access control information) estén completamente implementadas en " +#~ "OPENLDAP. Para que esto funcione, necesitamos el DN del administrador y " +#~ "la contraseña correspondiente." + +#~ msgid "" +#~ "Some basic LDAP parameters are tunable and affect the locations where " +#~ "GOsa saves people and groups, including the way accounts get created. " +#~ "Check the values below if the fit your needs." +#~ msgstr "" +#~ "Algunos parámetros básicos de LDAP son modificables y afectarán las " +#~ "ubicaciones donde GOSa guarda los usuarios y los grupos, incluyendo la " +#~ "manera en que las cuentas son creadas. Compruebe los valores a " +#~ "continuación se ajustan a sus necesidades." + +#~ msgid "" +#~ "GOsa has modular support for several mail methods. These methods provide " +#~ "interfaces to users mailboxes and general handling for quotas. You can " +#~ "choose the dummy plugin to leave all your mail settings untouched." +#~ msgstr "" +#~ "Gosa tiene un soporte modular para diferentes métodos de correo " +#~ "electrónico. Estos son herramientas de control de la cuentas de correo y " +#~ "control de cuotas. Puede elegir el método 'dummy' para dejar su " +#~ "configuración de correo limpia." + +#~ msgid "Enable primary group filter" +#~ msgstr "Activar filtro de grupo primario" + +#~ msgid "Display summary in listings" +#~ msgstr "Mostrar resumen en listados" + +#~ msgid "Honour administrative units" +#~ msgstr "Delegar en unidades administrativas" + +#~ msgid "Smarty compile directory" +#~ msgstr "Directorio de compilación Smarty" + +#~ msgid "SNMP community" +#~ msgstr "Comunidad SNMP" + +#~ msgid "Path for PPD storage" +#~ msgstr "Ruta del almacén PPD" + +#~ msgid "Path for kiosk profile storage" +#~ msgstr "Ruta del almacén de perfiles kiosk" + +#~ msgid "SUDO role base" +#~ msgstr "Rol Base SUDO" + +#~ msgid "Mail queue script" +#~ msgstr "Script de cola de correo" + +#~ msgid "Notification script" +#~ msgstr "Script de notificación" + +#~ msgid "Enable edit locking" +#~ msgstr "Activar edición de bloqueo" + +#~ msgid "Gosa support daemon" +#~ msgstr "Demonio de soporte GOsa" + +#~ msgid "Login and session" +#~ msgstr "Inicio y sesión" + +#~ msgid "Enforce register_globals to be deactivated" +#~ msgstr "Forzar register_globals para que sea desactivado" + +#~ msgid "Enforce encrypted connections" +#~ msgstr "Forzar conexiones seguras" + +#~ msgid "Warn if session is not encrypted" +#~ msgstr "Avisar si la sesión no esta codificada" + +#~ msgid "Remember dialog filter settings" +#~ msgstr "Recordad los parámetros de filtro de los diálogos" + +#~ msgid "Session lifetime" +#~ msgstr "Duración de sesiones." + +#~ msgid "Debugging" +#~ msgstr "Depurando" + +#~ msgid "Show PHP errors" +#~ msgstr "Mostrar errores PHP:" + +#~ msgid "Maximum LDAP query time" +#~ msgstr "Tiempo de consulta máxima de LDAP" + +#~ msgid "Log LDAP statistics" +#~ msgstr "Registrar estadísticas LDAP" + +#~ msgid "Debug level" +#~ msgstr "Nivel de depuración" + +#~ msgid "Disabled" +#~ msgstr "Desactivado" + +#~ msgid "" +#~ "Move windows workstations into a valid windows workstation department" +#~ msgstr "" +#~ "Mover estaciones de trabajo windows a un departamento de estaciones de " +#~ "trabajo windows válido" + +#~ msgid "" +#~ "This dialog allows you to move the displayed windows workstations into a " +#~ "valid department" +#~ msgstr "" +#~ "Este dialogo le permite mover las estaciones de trabajo windows mostradas " +#~ "a un departamente válido." + +#~ msgid "" +#~ "Be careful with this tool, there may be references pointing to this " +#~ "workstations that can't be migrated." +#~ msgstr "" +#~ "Tenga cuidado con esta herramienta, puede haber referencias apuntando a " +#~ "estas estaciones de trabajo que no pueden ser migradas." + +#~ msgid "" +#~ "Move selected windows workstations into the following GOsa department" +#~ msgstr "" +#~ "Mover las estaciones de trabajo windows seleccionadas a el siguiente " +#~ "departamento GOsa." + +#~ msgid "Move selected workstations" +#~ msgstr "Mover estaciones de trabajo seleccionadas" + +#~ msgid "What will be done here" +#~ msgstr "Que se hará aquí" + +#~ msgid "Move groups into configured group tree" +#~ msgstr "Mover grupos en el árbol de grupos configurado" + +#~ msgid "" +#~ "This dialog allows moving a couple of groups to the configured group " +#~ "tree. Doing this may straighten your LDAP service." +#~ msgstr "" +#~ "Este dialogo le permite mover una pareja de grupos al árbol de grupos " +#~ "configurados. Hacer esto puede reforzar su servicio LDAP." + +#~ msgid "" +#~ "Be careful with this option! There may be references pointing to these " +#~ "groups. The GOsa setup can't migrate references, so you may want to " +#~ "cancel the migration in this case." +#~ msgstr "" +#~ "¡Tenga cuidado con esta opción! Puede haber referencias apuntando a estos " +#~ "grupos. La configuración de GOsa no puede migrar referencias, en este " +#~ "caso puede cancelar la migración." + +#~ msgid "Move selected groups into this group tree" +#~ msgstr "Mover grupos seleccionados en este árbol de grupos" + +#~ msgid "Hide changes" +#~ msgstr "Ocultar cambios" + +#~ msgid "Show changes" +#~ msgstr "Mostrar cambios" + +#~ msgid "Move users into configured user tree" +#~ msgstr "Mover usuarios al árbol de usuarios configurado" + +#~ msgid "" +#~ "This dialog allows moving a couple of users to the configured user tree. " +#~ "Doing this may straighten your LDAP service." +#~ msgstr "" +#~ "Este dialogo le permite mover una pareja de usuarios al árbol de usuarios " +#~ "configurados. Hacer esto puede reforzar su servicio LDAP." + +#~ msgid "" +#~ "Be careful with this option! There may be references pointing to these " +#~ "users. The GOsa setup can't migrate references, so you may want to cancel " +#~ "the migration in this case." +#~ msgstr "" +#~ "¡Tenga cuidado con esta opción! Puede haber referencias apuntando a estos " +#~ "usuarios. La configuración de GOsa no puede migrar referencias, por lo " +#~ "que puede querer cancelar la migración." + +#~ msgid "Move selected users into this people tree" +#~ msgstr "Mover usuarios seleccionados al árbol de usuarios" + +#~ msgid "Migrate GOsa 2.5 administrative accounts" +#~ msgstr "Migrar cuentas administrativas GOsa versión 2.5" + +#~ msgid "" +#~ "This dialog allows the migration of GOsa 2.5 admin accounts into GOsa 2.6 " +#~ "useable accounts." +#~ msgstr "" +#~ "Este dialogo le permite migrar cuentas administrativas 2.5 a cuentas " +#~ "utilizables en la versión 2.6" + +#~ msgid "Abort" +#~ msgstr "Cancelar" + +#~ msgid "" +#~ "The listed departments are currently invisible in the GOsa user " +#~ "interface. If you want to change this for a couple of entries, select " +#~ "them and use the migrate button below." +#~ msgstr "" +#~ "Actualmente los siguientes departamentos son invisibles en el interfaz de " +#~ "GOsa. Si quiere modificar esto para algunas de las entradas, " +#~ "seleccionelas y pulse el botón migrar." + +#~ msgid "" +#~ "If you want to know what will be done when migrating the selected " +#~ "entries, use the 'Show changes' button to see the LDIF." +#~ msgstr "" +#~ "Si quiere saber que se hará cuando se migren las entradas seleccionadas " +#~ "use el botón 'Mostrar cambios' para ver el LDIF." + +#~ msgid "" +#~ "The listed users are currently invisible in the GOsa user interface. If " +#~ "you want to change this for a couple of users, just select them and use " +#~ "the 'Migrate' button below." +#~ msgstr "" +#~ "Actualmente los siguientes usuarios son invisibles en el interfaz de " +#~ "GOsa. Si quiere modificar esto para algunos de los usuarios, " +#~ "seleccionelos y pulse el botón migrar." + +#~ msgid "" +#~ "The listed devices are currently invisible in the GOsa interface. If you " +#~ "want to change this for a couple of devices, just select them and use the " +#~ "'Migrate' button below." +#~ msgstr "" +#~ "Actualmente los siguientes dispositivos son invisibles en el interfaz de " +#~ "GOsa. Si quiere modificar esto para algunas de los dispositivos " +#~ "seleccionelos y pulse el botón migrar." + +#~ msgid "Refresh" +#~ msgstr "Refresco" + +#~ msgid "" +#~ "The listed services are currently invalid for the GOsa version you are " +#~ "going to install. If you want to update a couple of service, just select " +#~ "them and use the 'Migrate' button below." +#~ msgstr "" +#~ "Actualmente los siguientes servicios son invisibles en el interfaz de " +#~ "GOsa. Si quiere modificar esto para algunos de los servicios, " +#~ "seleccionelos y pulse el botón migrar." + +#~ msgid "" +#~ "The listed menus are currently invisible in the GOsa interface. If you " +#~ "want to change this for a couple of devices, just select them and use the " +#~ "'Migrate' button below." +#~ msgstr "" +#~ "Actualmente los siguientes menus son invisibles en el interfaz de GOsa. " +#~ "Si quiere modificar esto para algunas de las entradas, seleccionelas y " +#~ "pulse el botón migrar." + +#~ msgid "GOsa setup wizard" +#~ msgstr "Asistente de configuración de GOsa" + +#~ msgid "Installation" +#~ msgstr "Instalación" + +#~ msgid "GOsa settings 1/3" +#~ msgstr "Configuración GOsa 1/3" + +#~ msgid "The specified value for '%s' must be a numeric value" +#~ msgstr "El valor especificado para '%s' debe ser una valor numérico" + +#~ msgid "Don't add a trailing comma to '%s'." +#~ msgstr "No añada una coma final a '%s'" + +#~ msgid "People storage ou" +#~ msgstr "OU de almacenamiento de Usuarios" + +#~ msgid "Group storage ou" +#~ msgstr "OU de almacenamiento de Grupos" + +#~ msgid "Uid base must be numeric" +#~ msgstr "El Uid base debe ser un valor numérico" + +#~ msgid "The given password minimum length is not numeric." +#~ msgstr "" +#~ "El valor indicado como longitud mínima de la contraseña no es un valor " +#~ "numérico." + +#~ msgid "The given password differ value is not numeric." +#~ msgstr "" +#~ "El valor indicado como diferencias mínimas de la contraseña no es un " +#~ "valor numérico." + +#~ msgid "Available members" +#~ msgstr "Miembros disponibles" + +#~ msgid "GOsa login screen" +#~ msgstr "Pantalla de inicio de GOsa" + +#~ msgid "Login screen" +#~ msgstr "Pantalla de inicio" -#: include/class_ldap.inc:1055 -#, php-format -msgid "" -"This is not a valid DN: '%s'. A block for import should begin with 'dn: ...' " -"in line %s" -msgstr "" -"No es un DN válido: '%s': El bloque para importar debe empezar por 'dn: ...' " -"en la linea %s" +#~ msgid "" +#~ "Please use your username and your password to log into the site " +#~ "administration system." +#~ msgstr "" +#~ "Por favor use su nombre de usuario y contraseña para iniciar sesión en el " +#~ "sistema de administración." -#: include/class_ldap.inc:1084 -#, php-format -msgid "Error while importing dn: '%s', please check your LDIF from line %s on!" -msgstr "" -"Ha habido un error importando dn: '%s', ¡Por favor compruebe su LDIF desde " -"la línea %s en adelante!" +#~ msgid "Directory" +#~ msgstr "Directorio" -#: include/php_setup.inc:103 -msgid "Generating this page caused the PHP interpreter to raise some errors!" -msgstr "" -"¡La generación de esta página ha provocado errores en el interprete PHP!" +#~ msgid "Sign in" +#~ msgstr "Entrando" -#: include/php_setup.inc:108 -msgid "Send bug report to the GOsa Team" -msgstr "Enviar informe de errores al equipo de desarrollo de GOsa" +#~ msgid "" +#~ "This may be used by several groups. Please double check if your really " +#~ "want to do this since there is no way for GOsa to get your data back." +#~ msgstr "" +#~ "Esta puede ser usada por varios grupos. Si está seguro de lo que quiere " +#~ "hacer pulse dos veces, ya que no hay manera de que GOsa recupere " +#~ "posteriormente la información." -#: include/php_setup.inc:108 -msgid "Send bugreport" -msgstr "Enviar informe de errores" +#~ msgid "" +#~ "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." +#~ msgstr "" +#~ "Entonces, si esta seguro, presione Eliminar para continuar o " +#~ "Cancelar para Abortar." -#: include/php_setup.inc:113 -msgid "Toggle information" -msgstr "Modificar información" +#~ msgid "Main" +#~ msgstr "Inicio" -#: include/php_setup.inc:123 -msgid "PHP error" -msgstr "Error PHP" +#~ msgid "Help" +#~ msgstr "Ayuda" -#: include/php_setup.inc:142 -msgid "class" -msgstr "clase" +#~ msgid "Sign out" +#~ msgstr "Salir" -#: include/php_setup.inc:148 -msgid "function" -msgstr "función" +#~ msgid "Signed in:" +#~ msgstr "Entrando" -#: include/php_setup.inc:153 -msgid "static" -msgstr "estático" +#~ msgid "Change your password" +#~ msgstr "Cambie su contraseña" -#: include/php_setup.inc:157 -msgid "method" -msgstr "método" +#~ msgid "Success" +#~ msgstr "Correcto" -#: include/php_setup.inc:190 -msgid "Trace" -msgstr "Traza" +#~ msgid "Your password has been changed successfully." +#~ msgstr "Su contraseña se ha cambiado correctamente." -#: include/php_setup.inc:191 -msgid "File" -msgstr "Archivo" +#~ msgid "" +#~ "This dialog provides a simple way to change your password. Enter the " +#~ "current password and the new password (twice) in the fields below and " +#~ "press the 'Change' button." +#~ msgstr "" +#~ "Este dialogo le permite cambiar de forma sencilla la contraseña. " +#~ "Introduzca la contraseña actual y la nueva contraseña (dos veces) en los " +#~ "campos siguientes y presione en el botón 'Cambiar'." -#: include/php_setup.inc:191 -msgid "Line" -msgstr "Linea" +#~ msgid "New password repeated" +#~ msgstr "Repita la nueva contraseña" -#: include/php_setup.inc:192 -msgid "Arguments" -msgstr "Argumentos" +#~ msgid "Change" +#~ msgstr "Cambiar" -#: include/class_pathNavigator.inc:69 -#, fuzzy -msgid "Welcome to GOsa" -msgstr "Bienvenidos al asistente de configuración de GOsa" +#~ msgid "Click here to change your password" +#~ msgstr "Pulse aquí para cambiar su contraseña" -#: include/class_pluglist.inc:74 -msgid "All objects in this category" -msgstr "Todos los objetos en esta categoría" +#~ msgid "UNIX" +#~ msgstr "UNIX" -#: include/class_pluglist.inc:99 -msgid "The configuration format has changed. Please re-run setup!" -msgstr "" -"¡El formato de la configuración ha cambiado. Por favor use el asistente de " -"configuración!" +#~ msgid "FTP" +#~ msgstr "FTP" -#: include/exporter/class_PDF.inc:24 -msgid "Page" -msgstr "Página" +#~ msgid "Thin Client" +#~ msgstr "Cliente ligero" -#: include/exporter/class_pdfExporter.inc:18 -msgid "No PDF export possible: there is no FPDF library installed." -msgstr "No se puede exportar a PDF: no se ha instalado la librería FPDF." +#~ msgid "Object name" +#~ msgstr "Nombre de objeto" -#: include/exporter/class_pdfExporter.inc:145 -msgid "PDF" -msgstr "PDF" +#~ msgid "This object has no relationship to other objects." +#~ msgstr "Este objeto no tiene relación con otros objetos" -#: include/exporter/class_cvsExporter.inc:48 -msgid "CSV" -msgstr "CSV" +#~ msgid "" +#~ "Changing the password affects your authentification on mail, proxy, samba " +#~ "and unix services." +#~ msgstr "" +#~ "Cambiar la contraseña modifica la autenticación del usuario para el " +#~ "correo, proxy, samba y los servicios unix." -#: include/class_gosaSupportDaemon.inc:112 -msgid "GOsa support daemon" -msgstr "Demonio de soporte GOsa" +#~ msgid "" +#~ "(Some types of certificates are currently not supported and may be " +#~ "displayed as 'invalid'.)" +#~ msgstr "" +#~ "(Algunos tipos de certificados no están soportados y pueden ser mostrados " +#~ "como no validos.)" -#: include/class_gosaSupportDaemon.inc:787 -msgid "Cannot not parse XML!" -msgstr "¡No se puede analizar el XML!" +#~ msgid "Personal picture" +#~ msgstr "Foto" -#: include/class_gosaSupportDaemon.inc:1184 -#, php-format -msgid "Cannot send abort event for entry %s!" -msgstr "¡No se puede enviar el evento abortar para la entrada %s!" +#~ msgid "In all groups" +#~ msgstr "en todos los grupos" -#: include/class_gosaSupportDaemon.inc:1204 -#, php-format -msgid "Cannot remove entry %s!" -msgstr "¡No se puede eliminar la entrada %s!" +#~ msgid "Not in all groups" +#~ msgstr "no en todos los grupos" -#: include/class_management.inc:459 include/class_plugin.inc:1434 -#, php-format -msgid "You are not allowed to create a snapshot for %s." -msgstr "No tiene permisos para crear una instantanea para %s." +#~ msgid "! unknown UID" +#~ msgstr "¡UID desconocido!" -#: include/class_management.inc:506 include/class_management.inc:543 -#: include/class_management.inc:557 include/class_plugin.inc:1446 -#: include/class_plugin.inc:1461 include/class_plugin.inc:1474 -#, php-format -msgid "You are not allowed to restore a snapshot for %s." -msgstr "No tiene permisos para recuperar una instantanea para %s." +#~ msgid "" +#~ "Search returned too many results. Not displaying more than %s entries!" +#~ msgstr "" +#~ "La busqueda ha devuelto demasiados reultados.¡No se muestran mas de %s " +#~ "entradas!" -#: include/class_management.inc:616 -#, php-format -msgid "" -"No tab declaration for '%s' found in your configuration file. Cannot create " -"plugin instance!" -msgstr "" -"No hay declaración de pestaña para '%s' en su archivo de configuración. ¡No " -"se puede crear la instancia del plugin!" +#~ msgid "All categories" +#~ msgstr "Todas las categorías" -#: include/class_plugin.inc:527 -msgid "" -"The object has changed since opened in GOsa. All changes that may be done by " -"others get lost if you save this entry!" -msgstr "" -"Este objeto ha cambiado desde que ha sido abierto en GOsa. ¡Todos los " -"cambios realizados por otros se perderán si graba esta entrada!" +#~ msgid "All objects in current subtree" +#~ msgstr "Todos los objetos en el subárbol actual" -#: include/class_plugin.inc:1690 -msgid "Changing ACL dn" -msgstr "Modificando ACL dn" +#~ msgid "Systems" +#~ msgstr "Sistemas" -#: include/class_plugin.inc:1690 -msgid "from" -msgstr "desde" +#~ msgid "Startup" +#~ msgstr "Inicio" -#: include/class_plugin.inc:1874 include/class_plugin.inc:1876 -msgid "Restore" -msgstr "Recuperar" +#~ msgid "FAI summary" +#~ msgstr "Sumario FAI" -#: include/class_plugin.inc:1899 -msgid "Create snapshot" -msgstr "Crear instantánea" +#~ msgid "Cannot bind to LDAP. Please contact the system administrator." +#~ msgstr "" +#~ "No se puede conectar a LDAP: Por favor consulte con el administrador de " +#~ "sistemas." -#: include/class_plugin.inc:1918 -msgid "cut" -msgstr "mover" +#~ msgid "The mcrypt module was not found. Please install php5-mcrypt." +#~ msgstr "" +#~ "El módulo mcrypt no ha sido encontrado. Por favor instale php-mcrypt." -#: include/class_plugin.inc:1926 -msgid "copy" -msgstr "copiar" +#~ msgid "Password reset" +#~ msgstr "Reintroducir contraseña" -#: include/class_session.inc:76 include/class_session.inc:101 -#: include/class_session.inc:127 -msgid "Requested channel does not exist! Please contact your Administrator." -msgstr "" -"¡El canal requerido no existe!. Por favor contacte con su Administrador." +#~ msgid "Up" +#~ msgstr "Arriba" -#: html/helpviewer.php:64 -msgid "Help browser" -msgstr "Navegador de ayuda" +#~ msgid "Down" +#~ msgstr "Abajo" -#: html/helpviewer.php:118 -msgid "There is no helpfile specified for this class" -msgstr "No hay archivo de ayuda disponible para esta clase" +#~ msgid "Username / UID is not unique inside the LDAP tree!" +#~ msgstr "¡El nombre de usuario / UID no es único dentro del árbol LDAP!" -#: html/helpviewer.php:269 -#, php-format -msgid "Helpdir '%s' is not accessible, can't read any helpfiles." -msgstr "" -"El directorio de ayuda '%s' no está disponible, no podrá leer ningún archivo " -"de ayuda." +#~ msgid "" +#~ "Username / UID is not unique inside the LDAP tree. Please contact your " +#~ "Administrator." +#~ msgstr "" +#~ "El nombre de usuario / UID no es único dentro del árbol LDAP. Por favor " +#~ "contacte con su Administrador." -#: html/index.php:45 -#, php-format -msgid "Your browser (%s) is blacklisted for the current theme." -msgstr "" +#~ msgid "Error while adding a lock. Contact the developers!" +#~ msgstr "" +#~ "Ha ocurrido un problema al añadir un bloqueo. ¡Contacte con los " +#~ "desarrolladores!" -#: html/index.php:70 -#, php-format -msgid "This session is not ecrypted. Click %s to enter an encrypted session." -msgstr "" +#~ msgid "" +#~ "Cannot create locking information in LDAP tree. Please contact your " +#~ "administrator!" +#~ msgstr "" +#~ "No puedo crear información de bloqueos en el árbol LDAP. ¡Por favor " +#~ "contacte con su Administrador!" -#: html/index.php:70 -#, fuzzy -msgid "here" -msgstr "Tema" +#~ msgid "LDAP server returned: %s" +#~ msgstr "El servidor LDAP devolvio: %s" -#: html/index.php:76 -msgid "" -"The session lifetime configured in your gosa.conf will be overridden by php." -"ini settings." -msgstr "" -"El tiempo de vida de sesión es su gosa.conf sera sustituido por el valor de " -"ini de php." +#~ msgid "" +#~ "Found multiple locks for object to be locked. This should not happen - " +#~ "cleaning up multiple references." +#~ msgstr "" +#~ "Se han encontrado varios bloqueos para un objeto que iba a ser bloqueado. " +#~ "Esto no debería ocurrir - limpiando referencias multiples." -#: html/index.php:156 html/password.php:61 -#, php-format -msgid "GOsa configuration %s/%s is not readable. Aborted." -msgstr "No se puede acceder a la configuración de GOsa %s/%s. Cancelado" +#~ msgid "" +#~ "Set the new size limit to %s and show me this message if the limit still " +#~ "exceeds" +#~ msgstr "" +#~ "Introduzca un nuevo límite máximo a %s y se volvera a mostrar este " +#~ "mensaje si se supera el límite máximo" -#: html/index.php:177 -msgid "Smarty error" -msgstr "Error Smarty" +#~ msgid "incomplete" +#~ msgstr "incompleto" -#: html/index.php:177 html/password.php:88 html/setup.php:66 -#, php-format -msgid "Directory '%s' specified as compile directory is not accessible!" -msgstr "¡No se puede acceder a el directorio de compilación '%s'!" +#~ msgid "Apply filter" +#~ msgstr "Aplicar filtro" -#: html/index.php:228 -msgid "There is a problem with the authentication setup!" -msgstr "¡Hay un problema con la configuración de autenticación!" +#~ msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" +#~ msgstr "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" -#: html/index.php:236 -msgid "Cannot find a valid user for the current authentication setup!" -msgstr "" -"¡No se puede encontrar un usuario válido para la configuración de " -"autenticación seleccionada!" +#~ msgid "LDAP warning" +#~ msgstr "Aviso LDAP" -#: html/index.php:240 -msgid "User information is not unique accross the configured LDAP trees!" -msgstr "" -"¡La información del usuario no es única dentro del árbol LDAP selecionado!" +#~ msgid "Used to store account specific informations." +#~ msgstr "Usado para guardar información específica de la cuenta." -#: html/index.php:277 -msgid "Cannot detect information about the installed LDAP schema!" -msgstr "" -"¡No se puede acceder a la información sobre los esuqemas LDAP instalados!" +#~ msgid "" +#~ "You have enabled the rfc2307bis option on the 'ldap setup' step, but your " +#~ "schema configuration do not support this option." +#~ msgstr "" +#~ "Ha activado la opción rfc2307bis en el paso 'configuración ldap', pero su " +#~ "configuración de esquemas no soporta esta opción." -#: html/index.php:290 -msgid "Your LDAP setup contains old schema definitions:" -msgstr "Su configuración LDAP tiene definiciones de esquemas antiguos:" +#~ msgid "" +#~ "Your schema is configured to support the rfc2307bis group, but you have " +#~ "disabled this option on the 'ldap setup' step." +#~ msgstr "" +#~ "Su esquema está configurado para soportar grupos rfc2307bis, pero ha " +#~ "desactivado esta opción en el paso 'configuración ldap'." -#: html/index.php:311 -msgid "Please specify a valid username!" -msgstr "¡Por favor introduzca un nombre de usuario válido!" +#~ msgid "" +#~ "Command '%s', specified as POSTMODIFY for plugin '%s' doesn't seem to " +#~ "exist." +#~ msgstr "" +#~ "El comando '%s', utilizado como POSTMODIFY para la extensión '%s', no " +#~ "parece existir." -#: html/index.php:314 -msgid "Please specify your password!" -msgstr "¡Por favor introduzca una contraseña!" +#~ msgid "" +#~ "The timezone setting '%s' in your gosa.conf is not valid. Cannot " +#~ "calculate correct timezone offset." +#~ msgstr "" +#~ "El parámetro de zona horaria '%s' en gosa.conf no es válido. No se puede " +#~ "calcular una compensación correcta para la zona horaria." -#: html/index.php:326 -msgid "Authentication error" -msgstr "Error de Autenticación" +#~ msgid "Select to list objects of type '%s'." +#~ msgstr "Seleccione para mostrar objetos de tipo '%s'." -#: html/index.php:326 -msgid "Cannot retrieve user information for htaccess authentication!" -msgstr "" -"¡No se puede recuperar la información de usuario para autenticación htaccess!" +#~ msgid "Select to list objects containig '%s'." +#~ msgstr "Seleccione para mostrar objetos conteniendo '%s'." -#: html/index.php:333 html/password.php:250 -msgid "Please check the username/password combination." -msgstr "Por favor compruebe la combinación nombre de usuario/contraseña" +#~ msgid "Select to list objects that have '%s' enabled" +#~ msgstr "Seleccione para mostrar objetos que tengan '%s' activado" -#: html/index.php:381 -msgid "Account locked. Please contact your system administrator!" -msgstr "" -"Cuenta bloqueada. ¡Por favor contacte con su administrador de sistemas!" +#~ msgid "Select to search within subtrees" +#~ msgstr "Seleccione para buscar dentro de subárboles" -#: html/index.php:425 -msgid "" -"Your browser has cookies disabled. Please enable cookies and reload this " -"page before logging in!" -msgstr "" -"Su navegador tiene las cookies desactivadas. ¡Porfavor active las cookies y " -"recargue esta página antes de iniciar sesión!" +#~ msgid "in" +#~ msgstr "en" -#: html/password.php:181 -msgid "Error: Password method not available!" -msgstr "Error: ¡El método de contraseñas no esta disponible!" +#~ msgid "on line" +#~ msgstr "En linea" -#: html/password.php:254 -msgid "You have no permissions to change your password." -msgstr "No tiene permisos para cambiar su contraseña." +#~ msgid "Contains ACLs for these objects: %s" +#~ msgstr "Tiene ACLs para estos objetos: %s" -#: html/password.php:279 -#, fuzzy, php-format -msgid "External password changer reported a problem: %s" -msgstr "" -"El programa externo de cambio de contraseña informo de un problema: %s." +#~ msgid "Role: %s" +#~ msgstr "Rol: %s" -#: html/password.php:314 -msgid "Session will not be encrypted." -msgstr "La sesión no será codificada." +#~ msgid "Go up one department" +#~ msgstr "Subir un departamento" -#: html/password.php:316 -msgid "Enter SSL session" -msgstr "Entrar en sesión SSL" +#~ msgid "Go to users department" +#~ msgstr "Ir al departamento de usuarios" -#: html/setup.php:66 -msgid "Smarty" -msgstr "Smarty" +#~ msgid "Remove snapshot" +#~ msgstr "Eliminar instantanea" -#: html/main.php:150 -#, php-format -msgid "Cannot locate file '%s' - please run '%s' to fix this" -msgstr "" -"No se puede encontrar el archivo '%s' - por favor ejecute '%s' para " -"solucionarlo" +#~ msgid "Send bug report to the GOsa Team" +#~ msgstr "Enviar informe de errores al equipo de desarrollo de GOsa" -#: html/main.php:169 -msgid "PHP configuration" -msgstr "Configuración PHP" +#~ msgid "Toggle information" +#~ msgstr "Modificar información" -#: html/main.php:170 -msgid "" -"FATAL: Register globals is on. GOsa will refuse to login unless this is " -"fixed by an administrator." -msgstr "" -"FATAL: 'Register globals' está activado. No se permitirá ninguna acceso " -"hasta que esto sea solucionado por un administrador." +#~ msgid "All objects in this category" +#~ msgstr "Todos los objetos en esta categoría" -#: html/main.php:230 -msgid "Running out of memory!" -msgstr "¡Funcionando sin memoria!" +#~ msgid "" +#~ "The object has changed since opened in GOsa. All changes that may be done " +#~ "by others get lost if you save this entry!" +#~ msgstr "" +#~ "Este objeto ha cambiado desde que ha sido abierto en GOsa. ¡Todos los " +#~ "cambios realizados por otros se perderán si graba esta entrada!" -#: html/main.php:289 -#, fuzzy -msgid "ACLs are disabled" -msgstr "Desactivados chequeos de ACL de usuario" +#~ msgid "Changing ACL dn" +#~ msgstr "Modificando ACL dn" -#: html/main.php:289 html/main.php:291 -#, php-format -msgid "You're logged in as %s" -msgstr "" +#~ msgid "from" +#~ msgstr "desde" -#: html/main.php:341 -msgid "Your password is about to expire, please change your password!" -msgstr "" -"Su contraseña va a caducar próximamente, ¡Por favor cambie su contraseña!" +#~ msgid "Restore" +#~ msgstr "Recuperar" -#: html/main.php:351 -msgid "Plugin" -msgstr "Extensión" +#~ msgid "cut" +#~ msgstr "mover" -#: html/main.php:352 -#, php-format -msgid "FATAL: Cannot find any plugin definitions for plugin '%s'!" -msgstr "" -"FATAL: ¡No se puede encontrar ninguna definición de extensión para la " -"extensión '%s'!" +#~ msgid "User information is not unique accross the configured LDAP trees!" +#~ msgstr "" +#~ "¡La información del usuario no es única dentro del árbol LDAP selecionado!" -#: html/main.php:367 -msgid "Configuration Error" -msgstr "Error de configuración" +#~ msgid "Your LDAP setup contains old schema definitions:" +#~ msgstr "Su configuración LDAP tiene definiciones de esquemas antiguos:" -#: html/main.php:368 -#, php-format -msgid "" -"FATAL: not all POST variables have been transfered by PHP - please inform " -"your administrator!" -msgstr "" -"FATAL: No todos las variables POST han sido transferidas por PHP - ¡Por " -"favor informe a su administrador!" +#~ msgid "" +#~ "FATAL: Register globals is on. GOsa will refuse to login unless this is " +#~ "fixed by an administrator." +#~ msgstr "" +#~ "FATAL: 'Register globals' está activado. No se permitirá ninguna acceso " +#~ "hasta que esto sea solucionado por un administrador." #, fuzzy #~ msgid "Prpperties" @@ -6670,22 +7781,13 @@ msgstr "" #~ "Ignorando este mensaje cambiara/eliminara los datos que esta actualmente " #~ "editando. Por favor, cierre las otras ventanas y vuelva a entrar." -#~ msgid "Logout" -#~ msgstr "Salir" - #~ msgid "External password changer reported a problem: " #~ msgstr "" #~ "El programa externo de cambio de contraseña informo de un problema: " -#~ msgid "Session is not encrypted!" -#~ msgstr "¡La sesión no es codificada!" - #~ msgid "You're going to edit the LDAP entry/entries %s" #~ msgstr "Has decidido editar las siguientes entradas LDAP %s" -#~ msgid "Filter" -#~ msgstr "Filtro" - #~ msgid "Show department" #~ msgstr "Mostrar departamento" @@ -6789,9 +7891,6 @@ msgstr "" #~ "pulse dos veces, dado que GOsa no tiene manera de recuperar esta " #~ "información." -#~ msgid "Show primary groups" -#~ msgstr "Mostrar grupos primarios" - #~ msgid "Show samba groups" #~ msgstr "Mostrar grupos de samba" @@ -6875,14 +7974,6 @@ msgstr "" #~ msgid "Group selection filter" #~ msgstr "Parametros de grupos" -#, fuzzy -#~ msgid "List filter settings" -#~ msgstr "Caracteristicas del usuario" - -#, fuzzy -#~ msgid "All" -#~ msgstr "ACL" - #, fuzzy #~ msgid "Posix extension settings" #~ msgstr "Caracteristicas Posix" @@ -6891,9 +7982,6 @@ msgstr "" #~ msgid "Account accessibility" #~ msgstr "Se puede escribir en la configuración" -#~ msgid "The filter is incomplete!" -#~ msgstr "¡El filtro está incompleto!" - #~ msgid "Go to root department" #~ msgstr "Ir al departamento raíz" @@ -7057,9 +8145,6 @@ msgstr "" #~ msgid "functional groups" #~ msgstr "grupos funcionales" -#~ msgid "Not allowed" -#~ msgstr "No permitido" - #~ msgid "Number of listed groups" #~ msgstr "Número de grupos mostrados" @@ -7075,9 +8160,6 @@ msgstr "" #~ msgid "templates" #~ msgstr "plantillas" -#~ msgid "GOsa object" -#~ msgstr "Objeto GOsa" - #~ msgid "functional users" #~ msgstr "usuarios funcionales" @@ -7090,9 +8172,6 @@ msgstr "" #~ msgid "proxy users" #~ msgstr "usuarios de proxy" -#~ msgid "phone users" -#~ msgstr "operadores telefónicos" - #~ msgid "GOsa" #~ msgstr "GOsa" @@ -7139,9 +8218,6 @@ msgstr "" #~ "página y presionar el botón 'Continuar' para continuar con el asistente " #~ "de administración de departamento." -#~ msgid "Department management" -#~ msgstr "Administración de departamento" - #~ msgid "" #~ "This includes all system and setup informations. Please double check if " #~ "your really want to do this since there is no way for GOsa to get your " @@ -7233,9 +8309,6 @@ msgstr "" #~ msgid "Role name" #~ msgstr "Nombre del Rol" -#~ msgid "Role description" -#~ msgstr "Descripción del Rol" - #, fuzzy #~ msgid "Override sudo role ou" #~ msgstr "¡id desconocido!" @@ -7248,10 +8321,6 @@ msgstr "" #~ msgid "add" #~ msgstr "Añadir" -#, fuzzy -#~ msgid "remove" -#~ msgstr "Eliminar" - #~ msgid "You're about to delete the whole LDAP subtree placed under '%s'." #~ msgstr "Ha decidido eliminar todo el subárbol LDAP colocado debajo de '%s'." @@ -7521,10 +8590,6 @@ msgstr "" #~ msgid "Show groups with '%s'" #~ msgstr "Mostrara estaciones de trabajo basadas en windows" -#, fuzzy -#~ msgid "server" -#~ msgstr "Servidor" - #, fuzzy #~ msgid "Show %s user" #~ msgstr "Mostrar usuarios samba" @@ -8067,7 +9132,3 @@ msgstr "" #~ msgid "Services" #~ msgstr "Servicios" - -#, fuzzy -#~ msgid "GOsa logs" -#~ msgstr "servicio de registro de GOsa" diff --git a/gosa-core/locale/core/fr/LC_MESSAGES/messages.po b/gosa-core/locale/core/fr/LC_MESSAGES/messages.po index 91bf8c30f..a78afffa6 100644 --- a/gosa-core/locale/core/fr/LC_MESSAGES/messages.po +++ b/gosa-core/locale/core/fr/LC_MESSAGES/messages.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: messages\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-04-16 10:37+0200\n" +"POT-Creation-Date: 2010-06-07 14:39+0200\n" "PO-Revision-Date: 2010-01-28 22:18+0100\n" "Last-Translator: Benoit Mortier \n" "Language-Team: \n" @@ -14,71 +14,60 @@ msgstr "" "X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: setup/setup_ldap.tpl:7 +#: setup/setup_ldap.tpl:2 +msgid "" +"The main data source used in GOsa is LDAP. In order to access the " +"information stored there, please enter the required information." +msgstr "" + +#: setup/setup_ldap.tpl:9 msgid "Please choose the LDAP user to be used by GOsa" msgstr "Veuillez choisir l'utilisateur LDAP qui sera utilise par GOSa" -#: setup/setup_ldap.tpl:13 ihtml/themes/default/help.tpl:21 -#: ihtml/themes/modern/help.tpl:21 include/class_filter.inc:228 +#: setup/setup_ldap.tpl:15 ihtml/themes/default/help.tpl:21 +#: include/class_filter.inc:158 include/class_filter.inc:228 msgid "Search" msgstr "Recherche" -#: setup/setup_ldap.tpl:17 setup/setup_migrate.tpl:169 -#: setup/setup_migrate.tpl:224 setup/setup_migrate.tpl:277 -#: setup/setup_migrate.tpl:346 setup/setup_migrate.tpl:405 -#: setup/setup_migrate.tpl:462 setup/setup_migrate.tpl:512 -#: setup/setup_migrate.tpl:560 setup/setup_migrate.tpl:609 -#: ihtml/themes/default/acl.tpl:30 ihtml/themes/default/acl.tpl:54 -#: ihtml/themes/default/acl.tpl:130 ihtml/themes/default/acl.tpl:147 -#: ihtml/themes/modern/acl.tpl:33 ihtml/themes/modern/acl.tpl:62 -#: ihtml/themes/modern/acl.tpl:133 ihtml/themes/modern/acl.tpl:150 -#: include/utils/class_msgPool.inc:324 +#: setup/setup_ldap.tpl:19 setup/setup_migrate.tpl:70 +#: ihtml/themes/default/acl.tpl:33 ihtml/themes/default/acl.tpl:62 +#: ihtml/themes/default/acl.tpl:133 ihtml/themes/default/acl.tpl:150 +#: include/utils/class_msgPool.inc:307 #, php-format msgid "Apply" msgstr "Appliquer" -#: setup/setup_ldap.tpl:19 setup/setup_migrate.tpl:172 -#: setup/setup_migrate.tpl:227 setup/setup_migrate.tpl:279 -#: setup/setup_migrate.tpl:348 setup/setup_migrate.tpl:408 -#: setup/setup_migrate.tpl:465 setup/setup_migrate.tpl:515 -#: setup/setup_migrate.tpl:563 setup/setup_migrate.tpl:612 -#: ihtml/themes/default/acl.tpl:134 ihtml/themes/default/acl.tpl:150 +#: setup/setup_ldap.tpl:20 setup/setup_migrate.tpl:71 +#: ihtml/themes/default/acl.tpl:137 ihtml/themes/default/acl.tpl:153 #: ihtml/themes/default/copyPasteDialog.tpl:21 -#: ihtml/themes/default/remove.tpl:15 ihtml/themes/default/islocked.tpl:19 +#: ihtml/themes/default/islocked.tpl:26 #: ihtml/themes/default/snapshotdialog.tpl:44 -#: ihtml/themes/default/snapshotdialog.tpl:89 -#: ihtml/themes/default/msg_dialog.tpl:79 -#: ihtml/themes/default/msg_dialog.tpl:139 -#: ihtml/themes/default/msg_dialog.tpl:144 ihtml/themes/modern/acl.tpl:137 -#: ihtml/themes/modern/acl.tpl:153 ihtml/themes/modern/copyPasteDialog.tpl:21 -#: ihtml/themes/modern/islocked.tpl:26 -#: ihtml/themes/modern/snapshotdialog.tpl:44 -#: ihtml/themes/modern/snapshotdialog.tpl:90 -#: ihtml/themes/modern/msg_dialog.tpl:80 -#: ihtml/themes/modern/msg_dialog.tpl:141 -#: ihtml/themes/modern/msg_dialog.tpl:146 include/utils/class_msgPool.inc:312 +#: ihtml/themes/default/snapshotdialog.tpl:90 +#: ihtml/themes/default/msg_dialog.tpl:80 +#: ihtml/themes/default/msg_dialog.tpl:141 +#: ihtml/themes/default/msg_dialog.tpl:146 include/utils/class_msgPool.inc:295 #, php-format msgid "Cancel" msgstr "Annuler" -#: setup/setup_ldap.tpl:28 +#: setup/setup_ldap.tpl:28 setup/setup_ldap.tpl:29 msgid "LDAP connection" msgstr "Connexion LDAP" -#: setup/setup_ldap.tpl:32 +#: setup/setup_ldap.tpl:31 msgid "Location name" msgstr "Nom de l'emplacement" -#: setup/setup_ldap.tpl:40 +#: setup/setup_ldap.tpl:35 msgid "Connection URI" msgstr "URI de connexion" -#: setup/setup_ldap.tpl:48 +#: setup/setup_ldap.tpl:39 msgid "TLS connection" msgstr "Connexion TLS" -#: setup/setup_ldap.tpl:58 plugins/personal/generic/generic.tpl:170 -#: plugins/personal/generic/class_user.inc:1692 +#: setup/setup_ldap.tpl:47 plugins/personal/generic/generic.tpl:170 +#: plugins/personal/generic/class_user.inc:1726 #: plugins/personal/posix/groupSelect/group-list.tpl:12 #: plugins/personal/posix/trustSelect/trust-list.tpl:12 #: plugins/admin/users/user-list.tpl:12 @@ -87,13 +76,13 @@ msgstr "Connexion TLS" #: plugins/admin/groups/generic.tpl:39 #: plugins/admin/groups/userSelect/user-list.tpl:12 #: plugins/admin/groups/group-list.tpl:12 -#: plugins/admin/groups/class_group.inc:1023 +#: plugins/admin/groups/class_group.inc:1039 #: plugins/admin/departments/class_domain.inc:92 #: plugins/admin/departments/generic.tpl:39 #: plugins/admin/departments/organization.tpl:39 #: plugins/admin/departments/class_localityGeneric.inc:94 #: plugins/admin/departments/locality.tpl:28 -#: plugins/admin/departments/class_department.inc:671 +#: plugins/admin/departments/class_department.inc:679 #: plugins/admin/departments/dcObject.tpl:28 #: plugins/admin/departments/domain.tpl:28 #: plugins/admin/departments/country.tpl:28 @@ -102,88 +91,57 @@ msgstr "Connexion TLS" #: plugins/admin/departments/class_organizationGeneric.inc:125 #: plugins/admin/departments/class_dcObject.inc:93 #: plugins/admin/acl/acl_role.tpl:27 plugins/admin/acl/acl-list.tpl:12 -#: plugins/admin/acl/class_aclRole.inc:725 +#: plugins/admin/acl/class_aclRole.inc:739 #: plugins/admin/ogroups/generic.tpl:26 #: plugins/admin/ogroups/objectSelect/selectObject-list.tpl:12 -#: plugins/admin/ogroups/class_ogroup.inc:850 +#: plugins/admin/ogroups/class_ogroup.inc:834 #: plugins/admin/ogroups/ogroup-list.tpl:12 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:114 +#: plugins/addons/dyngroup/dyngroup.tpl:5 msgid "Base" msgstr "" -#: setup/setup_ldap.tpl:68 setup/setup_migrate.tpl:273 +#: setup/setup_ldap.tpl:57 msgid "Reload" msgstr "Recharger" -#: setup/setup_ldap.tpl:72 +#: setup/setup_ldap.tpl:63 setup/setup_ldap.tpl:64 msgid "Authentication" msgstr "Authentification" -#: setup/setup_ldap.tpl:76 +#: setup/setup_ldap.tpl:66 msgid "Admin DN" msgstr "DN de l'administrateur" -#: setup/setup_ldap.tpl:81 -#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:79 +#: setup/setup_ldap.tpl:71 msgid "Select user" msgstr "Sélectionner un utilisateur" -#: setup/setup_ldap.tpl:89 +#: setup/setup_ldap.tpl:81 msgid "Automatically append LDAP base to admin DN" msgstr "" "Ajouter automatiquement la base de l'annuaire LDAP au DN de l'administrateur" -#: setup/setup_ldap.tpl:96 +#: setup/setup_ldap.tpl:85 msgid "Admin password" msgstr "Mot de passe administrateur" -#: setup/setup_ldap.tpl:104 +#: setup/setup_ldap.tpl:91 setup/setup_ldap.tpl:92 msgid "Schema based settings" msgstr "Paramètres basé sur les schéma" -#: setup/setup_ldap.tpl:108 +#: setup/setup_ldap.tpl:94 msgid "Use rfc2307bis compliant groups" msgstr "Utilisez des groupes rfc2307bis" -#: setup/setup_ldap.tpl:120 +#: setup/setup_ldap.tpl:105 setup/setup_ldap.tpl:106 msgid "Current status" msgstr "Statut actuel" -#: setup/setup_ldap.tpl:124 ihtml/themes/default/msg_dialog.tpl:61 -#: ihtml/themes/default/msg_dialog.tpl:108 -#: plugins/admin/ogroups/class_ogroup.inc:200 +#: setup/setup_ldap.tpl:108 plugins/admin/ogroups/class_ogroup.inc:230 msgid "Information" msgstr "Information" -#: setup/class_setupStep_Config3.inc:81 setup/class_setupStep_Config3.inc:82 -msgid "GOsa settings 3/3" -msgstr "Paramètres de GOsa 3/3" - -#: setup/class_setupStep_Config3.inc:83 -msgid "Tweak some GOsa core behaviour" -msgstr "Customiser certains paramètres essentiels de GOsa" - -#: setup/class_setupStep_Config3.inc:93 setup/class_setupStep_Ldap.inc:74 -#: setup/class_setupStep_Config2.inc:136 setup/setup_feedback.tpl:65 -#: setup/setup_feedback.tpl:85 setup/class_setupStep_Schema.inc:86 -#: setup/class_setupStep_Config1.inc:88 -msgid "No" -msgstr "Non" - -#: setup/class_setupStep_Config3.inc:93 setup/class_setupStep_Ldap.inc:74 -#: setup/class_setupStep_Config2.inc:136 setup/setup_feedback.tpl:63 -#: setup/setup_feedback.tpl:83 setup/class_setupStep_Schema.inc:86 -#: setup/class_setupStep_Config1.inc:88 -msgid "Yes" -msgstr "Oui" - -#: setup/class_setupStep_Config3.inc:212 -msgid "Session lifetime must be a numeric value!" -msgstr "La durée de la session doit être une valeur numérique !" - -#: setup/class_setupStep_Config3.inc:216 -msgid "Maximum LDAP query time must be a numeric value!" -msgstr "Le temps maximumpour une requête ldap doit être une valeur numérique !" - #: setup/setup_finish.tpl:3 msgid "Create your configuration file" msgstr "Création du fichier de configuration" @@ -192,214 +150,113 @@ msgstr "Création du fichier de configuration" msgid "Depending on the user name your webserver is running on:" msgstr "Dependant de l'utilisateur exécutant votre serveur web :" -#: setup/setup_finish.tpl:28 +#: setup/setup_finish.tpl:27 msgid "Download configuration" msgstr "Télécharger la configuration" -#: setup/setup_finish.tpl:34 +#: setup/setup_finish.tpl:33 msgid "Status: " msgstr "Statut: " -#: setup/setup_welcome.tpl:4 -msgid "" -"This seems to be the first time you start GOsa - we didn't find any " -"configuration right now. This simple wizard intends to help you while " -"setting it up." +#: setup/setup_welcome.tpl:3 +msgid "How to get started" msgstr "" -"Il semble que c'est votre première installation de GOsa - nous n'avons pas " -"trouvé de configuration. Ce programme d'aide à l'installation vous aidera à " -"configurer GOsa." - -#: setup/setup_welcome.tpl:8 -msgid "What will the wizard do for you?" -msgstr "Qu'est ce que le programme d'aide à l'installation fera pour vous ?" - -#: setup/setup_welcome.tpl:11 -msgid "Create a basic, single site configuration" -msgstr "Créer une simple configuration mono site" -#: setup/setup_welcome.tpl:12 -msgid "Tries to find problems within your PHP and LDAP setup" +#: setup/setup_welcome.tpl:5 +msgid "" +"This seems to be the first time you run GOsa on this system. To start the " +"GOsa web interface you need a working configuration file, which can be " +"generated by this wizzard." msgstr "" -"Essaye de trouver si il existe des problèmes dans votre configuration PHP ou " -"LDAP" + +#: setup/setup_welcome.tpl:9 +#, fuzzy +msgid "What you need to generate a configuration file:" +msgstr "Création du fichier de configuration" #: setup/setup_welcome.tpl:13 -msgid "Let you choose from a set of basic and advanced configuration switches" -msgstr "Vous permet de choisir un jeu d'option de base ou avancées" +#, fuzzy +msgid "The hostname of your LDAP server" +msgstr "lors de l'opération sur le serveur LDAP %s" #: setup/setup_welcome.tpl:14 -msgid "Guided migration of existing LDAP trees" -msgstr "Migration assistée d'un annuaire LDAP existant" +msgid "Installed GOsa and supplementary schemas" +msgstr "" -#: setup/setup_welcome.tpl:17 -msgid "What will the wizard NOT do for you?" -msgstr "Qu'est ce que le l'assistant d'installation ne fera pas pour vous ?" +#: setup/setup_welcome.tpl:15 +msgid "The LDAP base of your LDAP directory" +msgstr "" -#: setup/setup_welcome.tpl:20 -msgid "Find every possible configuration error" -msgstr "Trouver toutes les erreur possible dans votre configuration" +#: setup/setup_welcome.tpl:16 +msgid "The DN and the password of the LDAP admin user" +msgstr "" -#: setup/setup_welcome.tpl:21 -msgid "Migrate every possible LDAP setup - create backup dumps!" -msgstr "Migrer tout les scénario LDAP possible - créez des sauvegardes !" +#: setup/setup_welcome.tpl:20 +msgid "" +"If you've collected the needed information, unlock the setup process like " +"shown in the next paragraph." +msgstr "" -#: setup/setup_welcome.tpl:25 -msgid "To continue..." -msgstr "Suite de la configuration..." +#: setup/setup_welcome.tpl:24 +#, fuzzy +msgid "Starting the setup" +msgstr "Configuration de la langue" -#: setup/setup_welcome.tpl:28 +#: setup/setup_welcome.tpl:26 +#, fuzzy msgid "" -"For security reasons you need to authenticate for the installation by " -"creating the file '/tmp/gosa.auth', containing the current session ID on the " -"servers local filesystem. This can be done by executing the following " -"command:" +"For security reasons you need to authenticate the installation by creating " +"the file '/tmp/gosa.auth', containing the current session ID on the servers " +"local filesystem. This can be done by executing the following command:" msgstr "" "Pour des raisons de sécurité vous devez vous authentifier en créant le " "fichier '/tmp/gosa.auth', contenant l'ID de la session sur le(s) serveur(s). " "Ceci peut être réalisé en exécutant la commande suivante:" -#: setup/setup_welcome.tpl:34 -msgid "Click the 'Continue' button when you've finished." +#: setup/setup_welcome.tpl:32 +#, fuzzy +msgid "Click the 'Next' button when you've finished." msgstr "Cliquer sur 'Continuer' quand vous avez fini." -#: setup/class_setup.inc:77 setup/class_setupStep_Feedback.inc:131 +#: setup/class_setup.inc:74 setup/class_setupStep_Feedback.inc:132 msgid "Setup error" msgstr "Erreur d'installation" -#: setup/class_setup.inc:197 +#: setup/class_setup.inc:183 +msgid "Setup" +msgstr "Installation" + +#: setup/class_setup.inc:195 msgid "Completed" msgstr "Terminé" -#: setup/class_setup.inc:267 setup/setup_migrate.tpl:291 +#: setup/class_setup.inc:235 +msgid "Check again" +msgstr "Vérifier à nouveau" + +#: setup/class_setup.inc:238 msgid "Next" msgstr "Suivant" -#: setup/setup_license.tpl:8 +#: setup/setup_license.tpl:3 +msgid "" +"GOsa is developed under the terms of the GNU General Public Licence V2. " +"Please accept the terms below." +msgstr "" + +#: setup/setup_license.tpl:11 msgid "I have read the license and accept it" msgstr "J'ai lu la licence et je l'accepte" -#: setup/setup_config2.tpl:2 -msgid "Samba settings" -msgstr "Configuration Samba" - -#: setup/setup_config2.tpl:6 -msgid "Samba hash generator" -msgstr "Générateur de hash samba" - -#: setup/setup_config2.tpl:15 -msgid "Samba SID" -msgstr "SID Samba" - -#: setup/setup_config2.tpl:31 -msgid "RID base" -msgstr "Base du RID" - -#: setup/setup_config2.tpl:46 -msgid "Workstation container" -msgstr "Branche contenant les stations de travail" - -#: setup/setup_config2.tpl:61 -msgid "Samba SID mapping" -msgstr "Correspondance des SID samba" - -#: setup/setup_config2.tpl:71 -msgid "Timezone" -msgstr "Fuseau Horaire" - -#: setup/setup_config2.tpl:74 -msgid "Please choose your preferred timezone here" -msgstr "Veuillez indiquer votre fuseau horaire préféré ici" - -#: setup/setup_config2.tpl:96 -msgid "Additional GOsa settings" -msgstr "Paramètres supplémentaire de GOsa" - -#: setup/setup_config2.tpl:100 -msgid "Enable Copy & Paste" -msgstr "Activer le Copier / Coller" - -#: setup/setup_config2.tpl:112 -msgid "Government mode" -msgstr "Mode Gouvernemental" - -#: setup/setup_config2.tpl:123 -msgid "GOsa logging" -msgstr "journaux systèmes GOsa" - -#: setup/setup_config2.tpl:135 -msgid "Mail settings" -msgstr "Paramètres de messagerie" - -#: setup/setup_config2.tpl:139 -msgid "Mail method" -msgstr "Méthode de messagerie" - -#: setup/setup_config2.tpl:143 -#: plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc:173 -msgid "disabled" -msgstr "désactivé" - -#: setup/setup_config2.tpl:155 -msgid "Account identification attribute" -msgstr "Attribut d'identification du compte" - -#: setup/setup_config2.tpl:169 -msgid "Vacation templates" -msgstr "Modèles de messages d'absence " - -#: setup/setup_config2.tpl:185 -msgid "Use Cyrus UNIX style" -msgstr "Utiliser Cyrus en mode UNIX" - -#: setup/setup_config2.tpl:195 -msgid "Snapshots / Undo" -msgstr "Copie instantanée / Undo" - -#: setup/setup_config2.tpl:204 setup/setup_config2.tpl:249 -msgid "Enable snapshots" -msgstr "Activer la copie instantanée" - -#: setup/setup_config2.tpl:210 setup/setup_config2.tpl:255 -msgid "Snapshot base" -msgstr "Base pour les snapshots" - -#: setup/setup_config2.tpl:219 setup/setup_config2.tpl:264 -#: plugins/generic/references/class_reference.inc:65 -#: plugins/personal/posix/trustSelect/trust-list.xml:12 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:23 -#: plugins/admin/ogroups/class_ogroupManagement.inc:187 -msgid "Server" -msgstr "Serveur" - -#: setup/setup_config2.tpl:228 setup/setup_config2.tpl:273 -#: plugins/admin/users/user-list.xml:23 plugins/admin/users/user-list.xml:95 -#: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:15 -#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:14 -#: plugins/admin/groups/userSelect/user-list.xml:14 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:63 -#: plugins/admin/ogroups/class_ogroupManagement.inc:183 -msgid "User" -msgstr "Utilisateur" - -#: setup/setup_config2.tpl:237 setup/setup_config2.tpl:282 -#: setup/setup_migrate.tpl:320 ihtml/themes/default/login.tpl:47 -#: ihtml/themes/default/login.tpl:49 ihtml/themes/default/password.tpl:40 -#: ihtml/themes/modern/login.tpl:47 ihtml/themes/modern/login.tpl:50 -#: plugins/personal/password/class_password.inc:26 -#: plugins/personal/generic/paste_generic.tpl:21 -msgid "Password" -msgstr "Mot de passe" - -#: setup/class_setupStep_Ldap.inc:53 +#: setup/class_setupStep_Ldap.inc:54 msgid "LDAP setup" msgstr "Configuration LDAP" -#: setup/class_setupStep_Ldap.inc:54 +#: setup/class_setupStep_Ldap.inc:55 msgid "LDAP connection setup" msgstr "Configuration de la connexion LDAP" -#: setup/class_setupStep_Ldap.inc:55 +#: setup/class_setupStep_Ldap.inc:56 msgid "" "This dialog performs the basic configuration of the LDAP connectivity for " "GOsa." @@ -407,71 +264,81 @@ msgstr "" "Cette boite de dialogue permet d'indiquer la configuration de base LDAP pour " "GOsa." -#: setup/class_setupStep_Ldap.inc:112 +#: setup/class_setupStep_Ldap.inc:75 setup/setup_feedback.tpl:41 +#: setup/setup_feedback.tpl:52 +msgid "No" +msgstr "Non" + +#: setup/class_setupStep_Ldap.inc:75 setup/setup_feedback.tpl:39 +#: setup/setup_feedback.tpl:50 +msgid "Yes" +msgstr "Oui" + +#: setup/class_setupStep_Ldap.inc:113 #, php-format msgid "Anonymous bind to server '%s' failed!" msgstr "La connexion anonyme sur le serveur '%s' à échoué !" -#: setup/class_setupStep_Ldap.inc:114 +#: setup/class_setupStep_Ldap.inc:115 #, php-format msgid "Bind as user '%s' failed!" msgstr "la connexion comme l'utilisateur '%s' à échoué !" -#: setup/class_setupStep_Ldap.inc:119 +#: setup/class_setupStep_Ldap.inc:120 #, php-format msgid "Anonymous bind to server '%s' succeeded." msgstr "La connexion anonyme sur le serveur '%s' à réussi." -#: setup/class_setupStep_Ldap.inc:120 +#: setup/class_setupStep_Ldap.inc:121 msgid "Please specify user and password!" msgstr "Veuillez introduire un utilisateur et un mot de passe !" -#: setup/class_setupStep_Ldap.inc:122 +#: setup/class_setupStep_Ldap.inc:123 #, php-format msgid "Bind as user '%s' to server '%s' succeeded!" msgstr "La connexion comme l'utilisateur '%s' au serveur '%s' à réussi !" -#: setup/class_setupStep_Feedback.inc:92 +#: setup/class_setupStep_Feedback.inc:94 msgid "UNIX accounts/groups" msgstr "Compte / Groupes UNIX" -#: setup/class_setupStep_Feedback.inc:94 +#: setup/class_setupStep_Feedback.inc:96 msgid "Samba management" msgstr "Gestion SAMBA" -#: setup/class_setupStep_Feedback.inc:96 +#: setup/class_setupStep_Feedback.inc:98 msgid "Mailsystem management" msgstr "Gestion de la messagerie" -#: setup/class_setupStep_Feedback.inc:98 +#: setup/class_setupStep_Feedback.inc:100 msgid "FAX system administration" msgstr "Gestion des FAX" -#: setup/class_setupStep_Feedback.inc:100 +#: setup/class_setupStep_Feedback.inc:102 msgid "Asterisk administration" msgstr "Gestion d'asterisk" -#: setup/class_setupStep_Feedback.inc:102 +#: setup/class_setupStep_Feedback.inc:104 msgid "System inventory" msgstr "Gestion de l'inventaire" -#: setup/class_setupStep_Feedback.inc:104 +#: setup/class_setupStep_Feedback.inc:106 msgid "System-/Configmanagement" msgstr "Gestion Système / Configuration" -#: setup/class_setupStep_Feedback.inc:106 +#: setup/class_setupStep_Feedback.inc:108 msgid "Addressbook" msgstr "Carnet d'adresses" -#: setup/class_setupStep_Feedback.inc:112 +#: setup/class_setupStep_Feedback.inc:114 msgid "Feedback" msgstr "Envoyer vos réponses" -#: setup/class_setupStep_Feedback.inc:113 +#: setup/class_setupStep_Feedback.inc:115 msgid "Get notifications or send feedback" msgstr "Recevoir des notifications et des retour d'information" -#: setup/class_setupStep_Feedback.inc:114 +#: setup/class_setupStep_Feedback.inc:116 msgid "Notification and feedback" msgstr "Notification et retour d'information" @@ -491,46 +358,30 @@ msgstr "" "Erreur lors de l'envoi de votre retour d'information: service " "temporairement non disponible" -#: setup/class_setupStep_Feedback.inc:180 +#: setup/class_setupStep_Feedback.inc:181 msgid "Please specify a valid email address." msgstr "Veuillez indiquer une adresse de messagerie valide." -#: setup/class_setupStep_Feedback.inc:184 +#: setup/class_setupStep_Feedback.inc:185 msgid "" "You have to select at least one of both options, subscribe or send feedback." msgstr "" "Vous devez au moins avoir activé une option, souscrire ou envoyer votre " "retour d'information." -#: setup/class_setupStep_Config2.inc:80 setup/class_setupStep_Config2.inc:81 -msgid "GOsa settings 2/3" -msgstr "Paramètres de GOsa 2/3" - -#: setup/class_setupStep_Config2.inc:82 -msgid "Customize special parameters" -msgstr "Customiser les paramètres spéciaux" - -#: setup/setup_schema.tpl:3 +#: setup/setup_schema.tpl:1 msgid "Schema specific settings" msgstr "Paramètres spécifiques des schémas" -#: setup/setup_schema.tpl:7 -msgid "Enable schema validation when logging in" -msgstr "Activer la validation des schéma lors de la connexion" - -#: setup/setup_schema.tpl:16 -msgid "Check status" -msgstr "Vérifier les statuts" - -#: setup/setup_schema.tpl:20 +#: setup/setup_schema.tpl:4 msgid "Schema check succeeded" msgstr "La vérification des schéma à réussi" -#: setup/setup_schema.tpl:23 +#: setup/setup_schema.tpl:7 msgid "Schema check failed" msgstr "La vérification des schéma à échoué" -#: setup/setup_schema.tpl:31 +#: setup/setup_schema.tpl:11 msgid "" "Could not read any schema informations, all checks skipped. Adjust your ldap " "acls." @@ -538,7 +389,7 @@ msgstr "" "Impossible de lire les schémas, toutes les vérifications sont annulées. " "Ajuster les acl de votre annuaire ldap." -#: setup/setup_schema.tpl:35 +#: setup/setup_schema.tpl:13 msgid "" "It seems that your ldap database wasn't initialized yet. This maybe the " "reason, why GOsa can't read your schema configuration!" @@ -546,15 +397,15 @@ msgstr "" "Il semble que votre annuaire LDAP 'a pas encore été configuré. C'est peut " "être cela qui empêche GOsa de lire la configuration de vos schémas. " -#: setup/setup_feedback.tpl:5 +#: setup/setup_feedback.tpl:2 msgid "Feedback sucessfully send" msgstr "L'envoi du retour d'information à réussi" -#: setup/setup_feedback.tpl:15 +#: setup/setup_feedback.tpl:6 msgid "Subscribe to the gosa-announce mailinglist" msgstr "Souscrire à la liste de discutions gosa-announce" -#: setup/setup_feedback.tpl:18 +#: setup/setup_feedback.tpl:8 msgid "" "When checking this option, GOsa will try to connect http://oss.gonicus.de in " "order to subscribe you to the gosa-announce mailing list. You've to confirm " @@ -564,37 +415,43 @@ msgstr "" "gonicus.de afin de vous inscrire à la liste de discutions gosa-announce. " "Vous devrez confirmer cette inscription par email." -#: setup/setup_feedback.tpl:23 plugins/personal/generic/generic.tpl:301 -#: plugins/personal/generic/class_user.inc:1698 +#: setup/setup_feedback.tpl:10 setup/setup_feedback.tpl:12 +#: plugins/personal/generic/generic.tpl:301 +#: plugins/personal/generic/class_user.inc:1732 #: plugins/admin/departments/organization.tpl:4 #: plugins/admin/departments/dep-list.xml:47 #: plugins/admin/departments/dep-list.xml:131 -#: plugins/admin/departments/class_departmentManagement.inc:238 +#: plugins/admin/departments/class_departmentManagement.inc:241 #: plugins/admin/departments/dep-filter.xml:91 #: plugins/admin/departments/class_organizationGeneric.inc:113 #: plugins/admin/departments/class_organizationGeneric.inc:114 msgid "Organization" msgstr "Entreprise" -#: setup/setup_feedback.tpl:31 setup/setup_migrate.tpl:304 -#: ihtml/themes/modern/userFilterEditor.tpl:11 -#: plugins/personal/generic/class_user.inc:1333 -#: plugins/personal/generic/class_user.inc:1351 -#: plugins/personal/generic/class_user.inc:1393 -#: plugins/personal/generic/class_user.inc:1838 +#: setup/setup_feedback.tpl:16 setup/setup_migrate.tpl:43 +#: setup/setup_migrate.tpl:45 ihtml/themes/default/userFilterEditor.tpl:11 +#: plugins/generic/references/class_reference.inc:57 +#: plugins/generic/references/class_reference.inc:63 +#: plugins/generic/references/class_reference.inc:69 +#: plugins/generic/references/class_reference.inc:75 +#: plugins/generic/references/class_reference.inc:81 +#: plugins/personal/generic/class_user.inc:1331 +#: plugins/personal/generic/class_user.inc:1349 +#: plugins/personal/generic/class_user.inc:1391 +#: plugins/personal/generic/class_user.inc:1872 #: plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc:45 #: plugins/personal/posix/groupSelect/group-list.xml:33 #: plugins/personal/posix/trustSelect/trust-list.xml:46 #: plugins/admin/users/class_userManagement.inc:423 #: plugins/admin/users/class_userManagement.inc:470 #: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:49 -#: plugins/admin/groups/class_group.inc:883 -#: plugins/admin/groups/class_group.inc:894 -#: plugins/admin/groups/class_group.inc:896 -#: plugins/admin/groups/class_group.inc:913 -#: plugins/admin/groups/class_group.inc:927 -#: plugins/admin/groups/class_group.inc:934 -#: plugins/admin/groups/class_group.inc:1021 +#: plugins/admin/groups/class_group.inc:886 +#: plugins/admin/groups/class_group.inc:897 +#: plugins/admin/groups/class_group.inc:899 +#: plugins/admin/groups/class_group.inc:916 +#: plugins/admin/groups/class_group.inc:930 +#: plugins/admin/groups/class_group.inc:937 +#: plugins/admin/groups/class_group.inc:1037 #: plugins/admin/groups/group-list.xml:41 #: plugins/admin/departments/class_domain.inc:47 #: plugins/admin/departments/class_domain.inc:49 @@ -607,11 +464,11 @@ msgstr "Entreprise" #: plugins/admin/departments/class_localityGeneric.inc:55 #: plugins/admin/departments/class_localityGeneric.inc:57 #: plugins/admin/departments/class_localityGeneric.inc:59 -#: plugins/admin/departments/class_department.inc:355 #: plugins/admin/departments/class_department.inc:357 -#: plugins/admin/departments/class_department.inc:362 -#: plugins/admin/departments/class_department.inc:369 -#: plugins/admin/departments/class_department.inc:373 +#: plugins/admin/departments/class_department.inc:359 +#: plugins/admin/departments/class_department.inc:364 +#: plugins/admin/departments/class_department.inc:371 +#: plugins/admin/departments/class_department.inc:375 #: plugins/admin/departments/class_countryGeneric.inc:47 #: plugins/admin/departments/class_countryGeneric.inc:49 #: plugins/admin/departments/class_countryGeneric.inc:54 @@ -629,31 +486,33 @@ msgstr "Entreprise" #: plugins/admin/departments/class_dcObject.inc:58 #: plugins/admin/departments/class_dcObject.inc:90 #: plugins/admin/acl/acl_role.tpl:7 plugins/admin/acl/acl-list.xml:49 -#: plugins/admin/acl/class_aclRole.inc:724 -#: plugins/admin/acl/class_aclRole.inc:736 -#: plugins/admin/acl/class_aclRole.inc:746 plugins/admin/acl/paste_role.tpl:4 +#: plugins/admin/acl/class_aclRole.inc:738 +#: plugins/admin/acl/class_aclRole.inc:750 +#: plugins/admin/acl/class_aclRole.inc:760 plugins/admin/acl/paste_role.tpl:4 #: plugins/admin/ogroups/objectSelect/selectObject-list.xml:97 +#: plugins/admin/ogroups/class_ogroup.inc:155 +#: plugins/admin/ogroups/class_ogroup.inc:652 #: plugins/admin/ogroups/class_ogroup.inc:667 -#: plugins/admin/ogroups/class_ogroup.inc:682 -#: plugins/admin/ogroups/class_ogroup.inc:686 -#: plugins/admin/ogroups/class_ogroup.inc:849 +#: plugins/admin/ogroups/class_ogroup.inc:671 +#: plugins/admin/ogroups/class_ogroup.inc:833 #: plugins/admin/ogroups/ogroup-list.xml:41 +#: plugins/addons/propertyEditor/property-list.xml:80 #: include/class_userFilterEditor.inc:233 -#: include/class_userFilterEditor.inc:237 include/class_acl.inc:263 +#: include/class_userFilterEditor.inc:237 include/class_acl.inc:262 #: include/class_SnapShotDialog.inc:55 include/class_userFilter.inc:55 #: include/class_userFilter.inc:150 msgid "Name" msgstr "Nom" -#: setup/setup_feedback.tpl:39 +#: setup/setup_feedback.tpl:20 msgid "Mail address" msgstr "Adresse de messagerie" -#: setup/setup_feedback.tpl:50 +#: setup/setup_feedback.tpl:28 msgid "Send feedback to the GOsa project team" msgstr "Envoyer vos commentaire au membres du projet Gosa" -#: setup/setup_feedback.tpl:53 +#: setup/setup_feedback.tpl:31 msgid "" "When checking this option, GOsa will try to connect http://oss.gonicus.de in " "order to submit your form anonymously." @@ -661,385 +520,243 @@ msgstr "" "Quand vous cocher cette option, GOsa essayera de se connecter à http://oss." "gonicus.de pour pouvoir transmettre votre réponse de manière anonyme." -#: setup/setup_feedback.tpl:55 -#: plugins/generic/references/class_reference.inc:41 +#: setup/setup_feedback.tpl:35 setup/setup_feedback.tpl:36 #: plugins/personal/generic/class_user.inc:37 -#: plugins/personal/generic/class_user.inc:1669 +#: plugins/personal/generic/class_user.inc:1681 #: plugins/personal/posix/generic.tpl:5 #: plugins/admin/users/class_userManagement.inc:755 -#: plugins/admin/groups/class_group.inc:1012 -#: plugins/admin/departments/class_department.inc:659 -#: plugins/admin/ogroups/class_ogroup.inc:840 +#: plugins/admin/groups/class_group.inc:1015 +#: plugins/admin/departments/class_department.inc:661 +#: plugins/admin/ogroups/class_ogroup.inc:820 msgid "Generic" msgstr "Informations" -#: setup/setup_feedback.tpl:60 +#: setup/setup_feedback.tpl:38 msgid "Did the setup procedure help you to get started?" msgstr "Est ce que la procédure d'installation vous à aidé ?" -#: setup/setup_feedback.tpl:71 +#: setup/setup_feedback.tpl:44 msgid "If not, what problems did you encounter" msgstr "Si non, quels sont les problèmes que vous avez rencontrés" -#: setup/setup_feedback.tpl:80 +#: setup/setup_feedback.tpl:48 msgid "Is this the first time you use GOsa?" msgstr "Est ce la première fois que vous utilisez GOsa ?" -#: setup/setup_feedback.tpl:86 +#: setup/setup_feedback.tpl:53 msgid "I use it since" msgstr "Je l'utilise depuis " -#: setup/setup_feedback.tpl:87 +#: setup/setup_feedback.tpl:54 msgid "Select the year since when you are using GOsa" msgstr "Veuillez sélectionner l'année depuis laquelle vous utilisez GOsa" -#: setup/setup_feedback.tpl:95 +#: setup/setup_feedback.tpl:60 msgid "What operating system / distribution do you use?" msgstr "Quel système d'exploitation / distribution utilisez vous ?" -#: setup/setup_feedback.tpl:104 +#: setup/setup_feedback.tpl:64 msgid "What web server do you use?" msgstr "Quel serveur web utilisez vous ?" -#: setup/setup_feedback.tpl:113 +#: setup/setup_feedback.tpl:68 msgid "What PHP version do you use?" msgstr "Quelle version de php utilisez vous ?" -#: setup/setup_feedback.tpl:121 +#: setup/setup_feedback.tpl:72 +#, fuzzy +msgid "GOsa version" +msgstr "Préférences de base GOsa" + +#: setup/setup_feedback.tpl:78 setup/setup_feedback.tpl:79 msgid "LDAP" msgstr "" -#: setup/setup_feedback.tpl:126 +#: setup/setup_feedback.tpl:81 msgid "What kind of LDAP server(s) do you use?" msgstr "Quel type de serveur(s) ldap utilisez vous ?" -#: setup/setup_feedback.tpl:132 +#: setup/setup_feedback.tpl:85 msgid "How many objects are in your LDAP?" msgstr "Combien d'objet sont dans votre annuaire LDAP ?" -#: setup/setup_feedback.tpl:139 +#: setup/setup_feedback.tpl:91 setup/setup_feedback.tpl:92 msgid "Features" msgstr "Fonctionalités" -#: setup/setup_feedback.tpl:142 +#: setup/setup_feedback.tpl:94 msgid "What features of GOsa do you use?" msgstr "Quel fonctionnalités de GOsa utilisez vous ?" -#: setup/setup_feedback.tpl:153 +#: setup/setup_feedback.tpl:103 msgid "What features do you want to see in future versions of GOsa?" msgstr "" "Quelle fonctionnalités voulez vous voir dans les prochaines versions de " "GOsa ?" -#: setup/setup_feedback.tpl:161 +#: setup/setup_feedback.tpl:107 msgid "Send feedback" msgstr "Envoyer vos réponses" -#: setup/class_setupStep_Schema.inc:42 setup/class_setupStep_Schema.inc:43 +#: setup/class_setupStep_Schema.inc:37 setup/class_setupStep_Schema.inc:38 msgid "LDAP schema check" msgstr "Vérification des schémas LDAP" -#: setup/class_setupStep_Schema.inc:44 +#: setup/class_setupStep_Schema.inc:39 msgid "Perform test on your current LDAP schema" msgstr "Exécuter des test sur vos schéma LDAP actuels" -#: setup/class_setupStep_Migrate.inc:127 setup/class_setupStep_Migrate.inc:128 +#: setup/class_setupStep_Schema.inc:96 include/class_configRegistry.inc:230 +msgid "The following object classes are missing:" +msgstr "" + +#: setup/class_setupStep_Schema.inc:99 include/class_configRegistry.inc:237 +#, fuzzy +msgid "The following object classes are outdated:" +msgstr "Les références suivantes seront mises à jour" + +#: setup/class_setupStep_Migrate.inc:51 setup/class_setupStep_Migrate.inc:52 msgid "LDAP inspection" msgstr "Vérification de l'annuaire LDAP" -#: setup/class_setupStep_Migrate.inc:129 +#: setup/class_setupStep_Migrate.inc:53 msgid "Analyze your current LDAP for GOsa compatibility" msgstr "Analyse de votre annuaire LDAP pour la compatibilité avec GOsa" -#: setup/class_setupStep_Migrate.inc:135 +#: setup/class_setupStep_Migrate.inc:59 msgid "Checking for root object" msgstr "Recherche de l'objet racine" -#: setup/class_setupStep_Migrate.inc:141 +#: setup/class_setupStep_Migrate.inc:65 msgid "Inspecting object classes in root object" msgstr "Inspecter les classes d'objets de l'objet racine" -#: setup/class_setupStep_Migrate.inc:147 +#: setup/class_setupStep_Migrate.inc:71 msgid "Checking permission for LDAP database" msgstr "Vérification des permissions sur l'annuaire LDAP" -#: setup/class_setupStep_Migrate.inc:153 -msgid "Checking for invisible departments" -msgstr "Vérification des départements invisibles" - -#: setup/class_setupStep_Migrate.inc:158 -msgid "Checking for invisible users" -msgstr "Vérification des utilisateurs invisibles" - -#: setup/class_setupStep_Migrate.inc:165 -#: setup/class_setupStep_Migrate.inc:3209 +#: setup/class_setupStep_Migrate.inc:78 msgid "Checking for super administrator" msgstr "Vérification du superadministrateur" -#: setup/class_setupStep_Migrate.inc:171 -msgid "Checking for users outside the people tree" -msgstr "Vérification d'utilisateurs en dehors de la branche people" - -#: setup/class_setupStep_Migrate.inc:177 -msgid "Checking for groups outside the groups tree" -msgstr "Vérification des groupes en dehors de la branche groups" - -#: setup/class_setupStep_Migrate.inc:184 -msgid "Checking for windows workstations outside the winstation tree" -msgstr "Vérification de stations windows en dehors de la branche winstation" - -#: setup/class_setupStep_Migrate.inc:190 -msgid "Checking for duplicated UID numbers" -msgstr "Vérification pour les uid en double" - -#: setup/class_setupStep_Migrate.inc:196 -msgid "Checking for duplicate GID numbers" -msgstr "Vérification pour les gid en double" - -#: setup/class_setupStep_Migrate.inc:202 -msgid "Checking for old style USB devices" -msgstr "Recherche de périphériques USB ancien style" - -#: setup/class_setupStep_Migrate.inc:208 -msgid "Checking for old services that have to be migrated" -msgstr "Vérification des anciens services qui devront être migré." - -#: setup/class_setupStep_Migrate.inc:214 -msgid "Checking for old style application menus" -msgstr "Vérifier pour les menu des applications ancienne mode" - -#: setup/class_setupStep_Migrate.inc:240 setup/class_setupStep_Migrate.inc:292 -#: setup/class_setupStep_Migrate.inc:357 setup/class_setupStep_Migrate.inc:421 -#: setup/class_setupStep_Migrate.inc:492 setup/class_setupStep_Migrate.inc:569 -#: setup/class_setupStep_Migrate.inc:653 setup/class_setupStep_Migrate.inc:794 -#: setup/class_setupStep_Migrate.inc:890 -#: setup/class_setupStep_Migrate.inc:2036 -#: setup/class_setupStep_Migrate.inc:2504 -#: setup/class_setupStep_Migrate.inc:2695 -#: setup/class_setupStep_Migrate.inc:2832 +#: setup/class_setupStep_Migrate.inc:118 setup/class_setupStep_Migrate.inc:186 +#: setup/class_setupStep_Migrate.inc:709 msgid "LDAP query failed" msgstr "La requête LDAP à échoué" -#: setup/class_setupStep_Migrate.inc:241 setup/class_setupStep_Migrate.inc:293 -#: setup/class_setupStep_Migrate.inc:358 setup/class_setupStep_Migrate.inc:422 -#: setup/class_setupStep_Migrate.inc:493 setup/class_setupStep_Migrate.inc:570 -#: setup/class_setupStep_Migrate.inc:654 setup/class_setupStep_Migrate.inc:795 -#: setup/class_setupStep_Migrate.inc:891 -#: setup/class_setupStep_Migrate.inc:2037 -#: setup/class_setupStep_Migrate.inc:2505 -#: setup/class_setupStep_Migrate.inc:2696 -#: setup/class_setupStep_Migrate.inc:2833 +#: setup/class_setupStep_Migrate.inc:119 setup/class_setupStep_Migrate.inc:187 +#: setup/class_setupStep_Migrate.inc:710 msgid "Possibly the 'root object' is missing." msgstr "L'objet racine est probablement manquant." -#: setup/class_setupStep_Migrate.inc:261 setup/class_setupStep_Migrate.inc:313 -#: setup/class_setupStep_Migrate.inc:446 setup/class_setupStep_Migrate.inc:523 -#: setup/class_setupStep_Migrate.inc:661 setup/class_setupStep_Migrate.inc:802 -#: setup/class_setupStep_Migrate.inc:2571 -#: setup/class_setupStep_Migrate.inc:2724 -#: setup/class_setupStep_Migrate.inc:3056 setup/setup_checks.tpl:32 -#: setup/setup_checks.tpl:93 ihtml/themes/default/remove.tpl:2 -#: ihtml/themes/default/islocked.tpl:6 ihtml/themes/default/msg_dialog.tpl:59 -#: ihtml/themes/default/msg_dialog.tpl:106 -#: plugins/personal/posix/class_posixAccount.inc:678 -#: plugins/personal/posix/class_posixAccount.inc:803 -#: plugins/admin/groups/class_group.inc:832 -#: plugins/admin/departments/dep_move_confirm.tpl:2 include/functions.inc:931 -#: include/functions.inc:2690 include/functions.inc:2694 -#: include/functions.inc:2700 include/utils/class_xml.inc:37 -#: include/class_tabs.inc:241 html/password.php:314 -msgid "Warning" -msgstr "Avertissement" - -#: setup/class_setupStep_Migrate.inc:263 -#, php-format -msgid "Found %s duplicate values for attribute 'uidNumber'." -msgstr "J'ai trouvé %s valeur dupliquées pour l'attribut 'uidNumber'." - -#: setup/class_setupStep_Migrate.inc:267 setup/class_setupStep_Migrate.inc:319 -#: setup/class_setupStep_Migrate.inc:380 setup/class_setupStep_Migrate.inc:453 -#: setup/class_setupStep_Migrate.inc:530 setup/class_setupStep_Migrate.inc:604 -#: setup/class_setupStep_Migrate.inc:657 setup/class_setupStep_Migrate.inc:798 -#: setup/class_setupStep_Migrate.inc:1044 -#: setup/class_setupStep_Migrate.inc:2011 -#: setup/class_setupStep_Migrate.inc:2155 -#: setup/class_setupStep_Migrate.inc:2577 -#: setup/class_setupStep_Migrate.inc:2731 -#: setup/class_setupStep_Migrate.inc:3061 setup/setup_checks.tpl:27 -#: setup/setup_checks.tpl:87 ihtml/themes/default/msg_dialog.tpl:76 -#: ihtml/themes/default/msg_dialog.tpl:78 -#: ihtml/themes/default/msg_dialog.tpl:134 -#: ihtml/themes/default/msg_dialog.tpl:137 -#: ihtml/themes/default/msg_dialog.tpl:142 -#: ihtml/themes/modern/msg_dialog.tpl:77 ihtml/themes/modern/msg_dialog.tpl:79 -#: ihtml/themes/modern/msg_dialog.tpl:136 -#: ihtml/themes/modern/msg_dialog.tpl:139 -#: ihtml/themes/modern/msg_dialog.tpl:144 include/utils/class_msgPool.inc:318 -#, php-format -msgid "Ok" -msgstr "Ok" - -#: setup/class_setupStep_Migrate.inc:315 -#, php-format -msgid "Found %s duplicate values for attribute 'gidNumber'." -msgstr "J'ai trouvé %s valeur dupliquées pour l'attribut 'gidNumber'." - -#: setup/class_setupStep_Migrate.inc:373 setup/class_setupStep_Migrate.inc:583 -#: setup/class_setupStep_Migrate.inc:596 -#: setup/class_setupStep_Migrate.inc:1030 -#: setup/class_setupStep_Migrate.inc:1048 -#: setup/class_setupStep_Migrate.inc:1988 -#: setup/class_setupStep_Migrate.inc:2001 -#: setup/class_setupStep_Migrate.inc:2056 -#: setup/class_setupStep_Migrate.inc:2077 -#: setup/class_setupStep_Migrate.inc:2129 -#: setup/class_setupStep_Migrate.inc:3211 +#: setup/class_setupStep_Migrate.inc:132 setup/class_setupStep_Migrate.inc:145 +#: setup/class_setupStep_Migrate.inc:307 setup/class_setupStep_Migrate.inc:661 +#: setup/class_setupStep_Migrate.inc:674 setup/class_setupStep_Migrate.inc:729 +#: setup/class_setupStep_Migrate.inc:750 setup/class_setupStep_Migrate.inc:802 msgid "Failed" msgstr "Echec" -#: setup/class_setupStep_Migrate.inc:375 -#, php-format -msgid "" -"Found %s winstations outside the predefined winstation department ou '%s'." -msgstr "" -"J'ai trouvé %s winstations en dehors du département winstation prédéfini '%" -"s'." - -#: setup/class_setupStep_Migrate.inc:376 setup/class_setupStep_Migrate.inc:664 -#: setup/class_setupStep_Migrate.inc:804 -#: setup/class_setupStep_Migrate.inc:1033 -#: setup/class_setupStep_Migrate.inc:2131 -#: setup/class_setupStep_Migrate.inc:2574 -#: setup/class_setupStep_Migrate.inc:2728 -#: setup/class_setupStep_Migrate.inc:3058 setup/setup_migrate.tpl:55 -msgid "Migrate" -msgstr "Migrer" - -#: setup/class_setupStep_Migrate.inc:448 -#, php-format -msgid "Found %s groups outside the configured tree '%s'." -msgstr "J'ai trouvé %s groupes en dehors de la branche configurée '%s'." - -#: setup/class_setupStep_Migrate.inc:449 setup/class_setupStep_Migrate.inc:526 -msgid "Move" -msgstr "Bouger" - -#: setup/class_setupStep_Migrate.inc:525 -#, php-format -msgid "Found %s user(s) outside the configured tree '%s'." -msgstr "J'ai trouvé %s utilsateur(s) en dehors de la branche configurée '%s'." - -#: setup/class_setupStep_Migrate.inc:585 setup/class_setupStep_Migrate.inc:598 +#: setup/class_setupStep_Migrate.inc:134 setup/class_setupStep_Migrate.inc:147 #, php-format msgid "" "The specified user '%s' does not have full access to your ldap database." msgstr "" "L'utilisateur spécifié '%s' n'a pas l'accès complet à votre annuaire ldap." -#: setup/class_setupStep_Migrate.inc:662 -#, php-format -msgid "Found %s user(s) that will not be visible in GOsa." -msgstr "J'ai trouvé %s utilisateur(s) qui ne seront pas visibles dans GOsa." - -#: setup/class_setupStep_Migrate.inc:712 setup/class_setupStep_Migrate.inc:855 -#: setup/class_setupStep_Migrate.inc:1118 -msgid "Migration error" -msgstr "Erreur de migration" - -#: setup/class_setupStep_Migrate.inc:712 setup/class_setupStep_Migrate.inc:855 -#, php-format -msgid "Cannot migrate department '%s':" -msgstr "Impossible de migrer le département '%s' :" - -#: setup/class_setupStep_Migrate.inc:803 -#, php-format -msgid "Found %s department(s) that will not be visible in GOsa." -msgstr "J'ai trouvé %s département(s) qui ne seront pas visible dans GOsa." - -#: setup/class_setupStep_Migrate.inc:1027 +#: setup/class_setupStep_Migrate.inc:153 setup/class_setupStep_Migrate.inc:303 +#: setup/class_setupStep_Migrate.inc:684 setup/class_setupStep_Migrate.inc:828 +#: setup/setup_checks.tpl:21 setup/setup_checks.tpl:62 +#: ihtml/themes/default/msg_dialog.tpl:77 +#: ihtml/themes/default/msg_dialog.tpl:79 +#: ihtml/themes/default/msg_dialog.tpl:136 +#: ihtml/themes/default/msg_dialog.tpl:139 +#: ihtml/themes/default/msg_dialog.tpl:144 include/utils/class_msgPool.inc:301 #, php-format -msgid "GOsa 2.5 administrative accounts found: %s" -msgstr "Compte administratifs de GOsa 2.5 trouvés : %s" - -#: setup/class_setupStep_Migrate.inc:1032 -msgid "There is no valid GOsa 2.6 administrator account inside your LDAP." -msgstr "" -"Il n'y a pas d'administrateur GOsa 2.6 valide dans votre annuaire LDAP." - -#: setup/class_setupStep_Migrate.inc:1034 -#: setup/class_setupStep_Migrate.inc:1050 plugins/admin/users/user-list.xml:89 -#: plugins/admin/groups/group-list.xml:73 -#: plugins/admin/departments/dep-list.xml:98 plugins/admin/acl/acl-list.xml:76 -#: plugins/admin/ogroups/ogroup-list.xml:73 -msgid "Create" -msgstr "Créer" +msgid "Ok" +msgstr "Ok" -#: setup/class_setupStep_Migrate.inc:1038 -#: plugins/personal/generic/class_user.inc:1675 -#: plugins/admin/users/class_userManagement.inc:25 include/class_acl.inc:238 +#: setup/class_setupStep_Migrate.inc:297 +#: plugins/generic/references/class_aclResolver.inc:173 +#: plugins/personal/generic/class_user.inc:1687 +#: plugins/admin/users/class_userManagement.inc:25 include/class_acl.inc:237 msgid "Users" msgstr "Utilisateurs" -#: setup/class_setupStep_Migrate.inc:1041 +#: setup/class_setupStep_Migrate.inc:300 +#: plugins/generic/references/class_aclResolver.inc:165 #: plugins/admin/groups/class_groupManagement.inc:25 -#: plugins/admin/groups/class_group.inc:1018 include/class_acl.inc:238 +#: plugins/admin/groups/class_group.inc:1021 include/class_acl.inc:237 msgid "Groups" msgstr "Groupes" -#: setup/class_setupStep_Migrate.inc:1049 +#: setup/class_setupStep_Migrate.inc:308 msgid "There is no GOsa administrator account inside your LDAP." msgstr "Il n'y a pas d'administrateur GOsa dans votre annuaire LDAP." -#: setup/class_setupStep_Migrate.inc:1118 +#: setup/class_setupStep_Migrate.inc:309 plugins/admin/users/user-list.xml:89 +#: plugins/admin/groups/group-list.xml:73 +#: plugins/admin/departments/dep-list.xml:98 plugins/admin/acl/acl-list.xml:76 +#: plugins/admin/ogroups/ogroup-list.xml:73 +msgid "Create" +msgstr "Créer" + +#: setup/class_setupStep_Migrate.inc:377 +msgid "Migration error" +msgstr "Erreur de migration" + +#: setup/class_setupStep_Migrate.inc:377 #, php-format msgid "Cannot add ACL for user '%s':" msgstr "Impossible d'ajouter une ACL pour l'utilisateur '%s' :" -#: setup/class_setupStep_Migrate.inc:1156 -#: setup/class_setupStep_Migrate.inc:1166 +#: setup/class_setupStep_Migrate.inc:415 setup/class_setupStep_Migrate.inc:425 msgid "Input error" msgstr "Erreur d'entrée" -#: setup/class_setupStep_Migrate.inc:1156 +#: setup/class_setupStep_Migrate.inc:415 +#: plugins/generic/references/class_reference.inc:87 +#: plugins/admin/groups/class_group.inc:210 +#: plugins/admin/groups/class_group.inc:1170 +#: plugins/admin/groups/class_group.inc:1180 msgid "Uid" msgstr "" -#: setup/class_setupStep_Migrate.inc:1161 +#: setup/class_setupStep_Migrate.inc:420 msgid "Password error" msgstr "Erreur de mot de passe" -#: setup/class_setupStep_Migrate.inc:1161 +#: setup/class_setupStep_Migrate.inc:420 msgid "Provided passwords do not match!" msgstr "" "Le mot de passe entré dans le champ nouveau et celui dans le champ " "vérification ne concordent pas !" -#: setup/class_setupStep_Migrate.inc:1166 +#: setup/class_setupStep_Migrate.inc:425 msgid "Specify a valid user ID!" msgstr "Le nom d'utilisateur est incorrect !" -#: setup/class_setupStep_Migrate.inc:1199 setup/setup_checks.tpl:30 -#: setup/setup_checks.tpl:91 ihtml/themes/default/msg_dialog.tpl:57 -#: ihtml/themes/default/msg_dialog.tpl:104 -#: plugins/personal/generic/class_user.inc:297 -#: plugins/personal/generic/class_user.inc:429 -#: plugins/personal/generic/class_user.inc:522 -#: plugins/personal/generic/class_user.inc:816 -#: plugins/personal/generic/class_user.inc:1205 -#: plugins/personal/generic/class_user.inc:1212 -#: plugins/personal/generic/class_user.inc:1230 -#: plugins/personal/generic/class_user.inc:1500 -#: plugins/personal/generic/class_user.inc:1787 -#: plugins/personal/myaccount/main.inc:112 -#: plugins/admin/groups/class_group.inc:419 -#: plugins/admin/groups/class_group.inc:425 -#: plugins/admin/groups/class_group.inc:634 -#: plugins/admin/groups/class_group.inc:730 -#: plugins/admin/groups/class_group.inc:735 -#: plugins/admin/groups/class_group.inc:1060 -#: plugins/admin/departments/class_department.inc:317 -#: plugins/admin/acl/class_aclRole.inc:672 -#: plugins/admin/ogroups/class_ogroup.inc:368 +#: setup/class_setupStep_Migrate.inc:450 setup/setup_checks.tpl:25 +#: setup/setup_checks.tpl:66 plugins/personal/generic/class_user.inc:297 +#: plugins/personal/generic/class_user.inc:428 +#: plugins/personal/generic/class_user.inc:521 +#: plugins/personal/generic/class_user.inc:814 +#: plugins/personal/generic/class_user.inc:1203 +#: plugins/personal/generic/class_user.inc:1210 +#: plugins/personal/generic/class_user.inc:1228 +#: plugins/personal/generic/class_user.inc:1498 +#: plugins/personal/generic/class_user.inc:1821 +#: plugins/personal/myaccount/main.inc:125 +#: plugins/admin/groups/class_group.inc:463 +#: plugins/admin/groups/class_group.inc:469 +#: plugins/admin/groups/class_group.inc:637 +#: plugins/admin/groups/class_group.inc:733 +#: plugins/admin/groups/class_group.inc:738 +#: plugins/admin/groups/class_group.inc:1076 +#: plugins/admin/departments/class_department.inc:319 +#: plugins/admin/acl/class_aclRole.inc:667 +#: plugins/admin/ogroups/class_ogroup.inc:393 +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:203 +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:207 #: include/class_CopyPasteHandler.inc:118 #: include/class_CopyPasteHandler.inc:127 #: include/class_CopyPasteHandler.inc:159 @@ -1047,139 +764,92 @@ msgstr "Le nom d'utilisateur est incorrect !" #: include/class_CopyPasteHandler.inc:185 #: include/class_CopyPasteHandler.inc:193 #: include/class_CopyPasteHandler.inc:273 -#: include/class_CopyPasteHandler.inc:375 include/functions.inc:3399 -#: include/functions.inc:3413 include/functions.inc:3443 -#: include/functions.inc:3451 include/functions.inc:3463 -#: include/functions.inc:3467 include/functions.inc:3482 -#: include/functions.inc:3491 include/functions.inc:3551 -#: include/password-methods/class_password-methods.inc:250 -#: include/class_msg_dialog.inc:99 include/utils/class_msgPool.inc:154 -#: include/utils/class_msgPool.inc:166 include/utils/class_msgPool.inc:184 -#: include/utils/class_msgPool.inc:457 include/utils/class_msgPool.inc:478 -#: include/utils/class_msgPool.inc:497 include/utils/class_xml.inc:40 -#: include/class_tabs.inc:56 include/class_listing.inc:495 -#: include/class_gosaSupportDaemon.inc:1184 -#: include/class_gosaSupportDaemon.inc:1204 include/class_management.inc:480 -#: include/class_management.inc:616 include/class_management.inc:970 -#: include/class_plugin.inc:1486 include/class_plugin.inc:2080 -#: html/index.php:236 html/index.php:240 +#: include/class_CopyPasteHandler.inc:377 include/functions.inc:3051 +#: include/functions.inc:3357 include/functions.inc:3371 +#: include/functions.inc:3401 include/functions.inc:3409 +#: include/functions.inc:3421 include/functions.inc:3425 +#: include/functions.inc:3440 include/functions.inc:3449 +#: include/functions.inc:3509 +#: include/password-methods/class_password-methods.inc:277 +#: include/class_msg_dialog.inc:99 include/utils/class_msgPool.inc:137 +#: include/utils/class_msgPool.inc:149 include/utils/class_msgPool.inc:167 +#: include/utils/class_msgPool.inc:440 include/utils/class_msgPool.inc:461 +#: include/utils/class_xml.inc:40 include/class_tabs.inc:56 +#: include/class_listing.inc:536 include/class_gosaSupportDaemon.inc:1184 +#: include/class_gosaSupportDaemon.inc:1204 include/class_management.inc:483 +#: include/class_management.inc:644 include/class_plugin.inc:1592 +#: html/index.php:241 html/index.php:245 #, php-format msgid "Error" msgstr "Erreur" -#: setup/class_setupStep_Migrate.inc:1199 +#: setup/class_setupStep_Migrate.inc:450 #, php-format msgid "Adding an administrative user failed: object '%s' already exists!" msgstr "" "L'ajout d'un utilisateur administratif à échoué : l'objet '%s' existe déja !" -#: setup/class_setupStep_Migrate.inc:1210 -#: setup/class_setupStep_Migrate.inc:1238 -#: setup/class_setupStep_Migrate.inc:1287 -#: setup/class_setupStep_Migrate.inc:1336 -#: setup/class_setupStep_Migrate.inc:2141 -#: setup/class_setupStep_Migrate.inc:2438 -#: setup/class_setupStep_Migrate.inc:2442 -#: setup/class_setupStep_Migrate.inc:2632 -#: setup/class_setupStep_Migrate.inc:2652 -#: setup/class_setupStep_Migrate.inc:2769 -#: setup/class_setupStep_Migrate.inc:3116 -#: setup/class_setupStep_Migrate.inc:3130 -#: plugins/personal/generic/class_user.inc:730 -#: plugins/personal/generic/class_user.inc:1127 +#: setup/class_setupStep_Migrate.inc:461 setup/class_setupStep_Migrate.inc:814 +#: plugins/generic/references/class_reference.inc:97 +#: plugins/personal/generic/class_user.inc:729 +#: plugins/personal/generic/class_user.inc:1125 #: plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc:253 -#: plugins/personal/posix/class_posixAccount.inc:533 -#: plugins/personal/posix/class_posixAccount.inc:820 -#: plugins/admin/groups/class_group.inc:577 +#: plugins/personal/posix/class_posixAccount.inc:528 +#: plugins/personal/posix/class_posixAccount.inc:790 +#: plugins/admin/groups/class_group.inc:580 #: plugins/admin/groups/class_group.inc:856 -#: plugins/admin/departments/class_department.inc:285 -#: plugins/admin/departments/class_department.inc:482 -#: plugins/admin/departments/class_department.inc:753 -#: plugins/admin/departments/class_department.inc:784 -#: plugins/admin/acl/class_aclRole.inc:604 -#: plugins/admin/acl/class_aclRole.inc:644 -#: plugins/admin/acl/class_aclRole.inc:658 -#: plugins/admin/ogroups/class_ogroup.inc:757 -#: plugins/admin/ogroups/class_ogroup.inc:774 include/class_config.inc:325 -#: include/functions.inc:476 include/functions.inc:511 -#: include/functions.inc:519 include/functions.inc:565 -#: include/functions.inc:817 include/functions.inc:866 -#: include/functions.inc:923 include/functions.inc:976 -#: include/functions.inc:3052 include/functions.inc:3325 -#: include/class_SnapshotHandler.inc:124 include/class_SnapshotHandler.inc:281 -#: include/class_SnapshotHandler.inc:329 include/class_SnapshotHandler.inc:333 -#: include/class_SnapshotHandler.inc:348 include/class_SnapshotHandler.inc:383 -#: include/class_SnapshotHandler.inc:438 include/class_SnapshotHandler.inc:503 -#: include/class_SnapshotHandler.inc:518 include/class_acl.inc:1247 -#: include/class_acl.inc:1343 include/class_ldap.inc:756 -#: include/class_ldap.inc:1222 include/class_plugin.inc:1163 -#: include/class_plugin.inc:1212 include/class_plugin.inc:1216 -#: include/class_plugin.inc:1232 include/class_plugin.inc:1272 -#: include/class_plugin.inc:1330 include/class_plugin.inc:1396 -#: include/class_plugin.inc:1411 include/class_userFilter.inc:275 -#: html/index.php:266 html/index.php:277 html/index.php:290 +#: plugins/admin/departments/class_department.inc:287 +#: plugins/admin/departments/class_department.inc:484 +#: plugins/admin/departments/class_department.inc:761 +#: plugins/admin/departments/class_department.inc:792 +#: plugins/admin/acl/class_aclRole.inc:599 +#: plugins/admin/acl/class_aclRole.inc:639 +#: plugins/admin/acl/class_aclRole.inc:653 +#: plugins/admin/ogroups/class_ogroup.inc:742 +#: plugins/admin/ogroups/class_ogroup.inc:759 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:191 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:256 +#: include/class_config.inc:337 include/functions.inc:488 +#: include/functions.inc:523 include/functions.inc:531 +#: include/functions.inc:577 include/functions.inc:829 +#: include/functions.inc:878 include/functions.inc:935 +#: include/functions.inc:985 include/functions.inc:3002 +#: include/functions.inc:3283 include/class_SnapshotHandler.inc:123 +#: include/class_SnapshotHandler.inc:280 include/class_SnapshotHandler.inc:329 +#: include/class_SnapshotHandler.inc:333 include/class_SnapshotHandler.inc:346 +#: include/class_SnapshotHandler.inc:380 include/class_SnapshotHandler.inc:435 +#: include/class_SnapshotHandler.inc:500 include/class_SnapshotHandler.inc:515 +#: include/class_acl.inc:1250 include/class_acl.inc:1346 +#: include/class_ldap.inc:756 include/class_ldap.inc:1173 +#: include/class_userFilter.inc:275 html/index.php:271 msgid "LDAP error" msgstr "Erreur LDAP" -#: setup/class_setupStep_Migrate.inc:1238 -#: setup/class_setupStep_Migrate.inc:1287 -#: setup/class_setupStep_Migrate.inc:1336 -msgid "Cannot move users to the requested department!" -msgstr "Impossible de bouger les utilisateurs vers le département spécifié !" - -#: setup/class_setupStep_Migrate.inc:1248 -msgid "Winstation will be moved from" -msgstr "Les stations windows seront bougées depuis" - -#: setup/class_setupStep_Migrate.inc:1248 -#: setup/class_setupStep_Migrate.inc:1298 -#: setup/class_setupStep_Migrate.inc:1346 include/class_plugin.inc:1691 -msgid "to" -msgstr "vers" - -#: setup/class_setupStep_Migrate.inc:1259 -#: setup/class_setupStep_Migrate.inc:1308 -msgid "Updating following references too" -msgstr "Mise à jour des références suivantes aussi" - -#: setup/class_setupStep_Migrate.inc:1298 -msgid "Group will be moved from" -msgstr "Les groupes seront bougés depuis" - -#: setup/class_setupStep_Migrate.inc:1346 -msgid "User will be moved from" -msgstr "Les utilisateurs seront bougés depuis" - -#: setup/class_setupStep_Migrate.inc:1356 -msgid "The following references will be updated" -msgstr "Les références suivantes seront mises à jour" - -#: setup/class_setupStep_Migrate.inc:1989 +#: setup/class_setupStep_Migrate.inc:662 msgid "" "The LDAP root object is missing. It is required to use your LDAP service." msgstr "" "L'objet LDAP racine est manquant. Il est indispensable pour utiliser votre " "annuaire LDAP." -#: setup/class_setupStep_Migrate.inc:1990 -#: setup/class_setupStep_Migrate.inc:2003 +#: setup/class_setupStep_Migrate.inc:663 setup/class_setupStep_Migrate.inc:676 msgid "Try to create root object" msgstr "Essai de création de l'objet racine" -#: setup/class_setupStep_Migrate.inc:2002 +#: setup/class_setupStep_Migrate.inc:675 msgid "Root object couldn't be created, you should try it on your own." msgstr "L'objet racine n'a pas pu être crée, vous devrez essayer vous même." -#: setup/class_setupStep_Migrate.inc:2057 +#: setup/class_setupStep_Migrate.inc:730 #, php-format msgid "Missing GOsa object class '%s'!" msgstr "Object class '%s' de GOsa manquante !" -#: setup/class_setupStep_Migrate.inc:2058 +#: setup/class_setupStep_Migrate.inc:731 msgid "Please check your installation." msgstr "Veuillez vérifier votre installation." -#: setup/class_setupStep_Migrate.inc:2079 +#: setup/class_setupStep_Migrate.inc:752 #, php-format msgid "" "Cannot handle the structural object type of your root object. Please try to " @@ -1188,298 +858,130 @@ msgstr "" "Impossible de gérer l'objet structural de votre objet racine. S'il vous " "plaît essayer de ajouter la classe d'objet '%s' à la main." -#: setup/class_setupStep_Migrate.inc:2438 -#, php-format -msgid "Copy '%s' to '%s' failed:" -msgstr "La copie de '%s' vers '%s' à échoué :" +#: setup/class_setupStep_Migrate.inc:804 setup/setup_migrate.tpl:32 +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:181 +msgid "Migrate" +msgstr "Migrer" -#: setup/class_setupStep_Migrate.inc:2573 -#, php-format -msgid "There are %s devices that need to be migrated." -msgstr "Il y a %s services qui ont besoin d'être migrés." +#: setup/class_setupStep_License.inc:56 setup/class_setupStep_License.inc:57 +msgid "License" +msgstr "licence" -#: setup/class_setupStep_Migrate.inc:2633 -#, php-format -msgid "Adding '%s' to the LDAP failed: %s" -msgstr "L'ajout de '%s' à l'annuaire LDAP à échoué: %s" +#: setup/class_setupStep_License.inc:58 +msgid "Terms and conditions for usage" +msgstr "Termes et Conditions d'utilisation" -#: setup/class_setupStep_Migrate.inc:2653 -#: setup/class_setupStep_Migrate.inc:2770 -#, php-format -msgid "Updating '%s' failed: %s" -msgstr "La mise à jour de '%s' à échoué : %s" +#: setup/class_setupStep_Checks.inc:40 setup/class_setupStep_Checks.inc:41 +msgid "Installation check" +msgstr "Vérification de l'installation" -#: setup/class_setupStep_Migrate.inc:2726 -#, php-format -msgid "There are %s services that need to be migrated." -msgstr "Il y a %s services qui doivent être migrés." +#: setup/class_setupStep_Checks.inc:42 +msgid "Basic checks for PHP compatibility and extensions" +msgstr "" +"Vérification de base de la version de PHP et des extensions nécéssaires." -#: setup/class_setupStep_Migrate.inc:2867 -#: plugins/personal/generic/generic.tpl:255 -#: plugins/personal/generic/generic.tpl:275 -#: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:83 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:123 -#: include/utils/class_msgPool.inc:336 +#: setup/class_setupStep_Checks.inc:66 +msgid "Checking PHP version" +msgstr "Vérification de la version de PHP" + +#: setup/class_setupStep_Checks.inc:67 #, php-format -msgid "Add" -msgstr "Ajouter" +msgid "PHP must be of version %s or above." +msgstr "PHP doit être à la version %s ou supérieure." -#: setup/class_setupStep_Migrate.inc:2868 -#: plugins/personal/generic/generic_certs.tpl:22 -#: plugins/personal/generic/generic_certs.tpl:48 -#: plugins/personal/generic/generic_certs.tpl:74 -#: plugins/admin/users/user-list.xml:121 -#: plugins/admin/groups/group-list.xml:98 -#: plugins/admin/departments/dep-list.xml:160 -#: plugins/admin/departments/dep-list.xml:181 -#: plugins/admin/acl/acl-list.xml:95 plugins/admin/acl/acl-list.xml:144 -#: plugins/admin/ogroups/ogroup-list.xml:98 -msgid "Remove" -msgstr "Supprimer" - -#: setup/class_setupStep_Migrate.inc:3057 -#, php-format -msgid "There are %s application menus which have to be migrated." -msgstr "Il y a %s menu d'applications qui doivent être migrés." - -#: setup/setup_config1.tpl:2 -msgid "Look and feel" -msgstr "Thèmes et apparences" - -#: setup/setup_config1.tpl:6 -msgid "Theme" -msgstr "Thème" - -#: setup/setup_config1.tpl:15 -msgid "Apache" -msgstr "Apache" - -#: setup/setup_config1.tpl:19 -msgid "Compress output send to browser" -msgstr "Compresser les données envoyées au navigateur web" - -#: setup/setup_config1.tpl:27 -msgid "People and group storage" -msgstr "" -"Branches de l'arbre ldap ou sont stockes les utilisateurs et les groupes" - -#: setup/setup_config1.tpl:30 -msgid "People DN attribute" -msgstr "Type d'attribut pour le DN des utilisateurs" - -#: setup/setup_config1.tpl:41 -msgid "People storage subtree" -msgstr "Branches de l'arbre ldap ou sont stockes les utilisateurs" - -#: setup/setup_config1.tpl:50 -msgid "Group storage subtree" -msgstr "Branches de l'arbre ldap ou sont stockes les groupes" - -#: setup/setup_config1.tpl:59 -msgid "Include personal title in user DN" -msgstr "Inclure le personal title dans le DN de l'utilisateur" - -#: setup/setup_config1.tpl:70 -msgid "Relaxed naming policies" -msgstr "Règles de de nommage souples" - -#: setup/setup_config1.tpl:81 -msgid "Automatic UIDs" -msgstr "Uid automatiques" - -#: setup/setup_config1.tpl:97 setup/class_setupStep_Config1.inc:118 -msgid "GID / UID min id" -msgstr "GID / UID id min" - -#: setup/setup_config1.tpl:113 -msgid "Number base for people/groups" -msgstr "Nombre de départ pour les utilisateurs/groupes" - -#: setup/setup_config1.tpl:121 -msgid "Hook for number base" -msgstr "Connexions pour le nombre de base" - -#: setup/setup_config1.tpl:136 plugins/personal/password/main.inc:57 -msgid "Password settings" -msgstr "Préférences pour les mots de passe" - -#: setup/setup_config1.tpl:140 -msgid "Password encryption algorithm" -msgstr "Algorithme de cryptage pour les mots de passe" - -#: setup/setup_config1.tpl:151 -msgid "Password restrictions" -msgstr "Restrictions pour les mot de passe" - -#: setup/setup_config1.tpl:158 setup/setup_config1.tpl:162 -msgid "Password minimum length" -msgstr "Taille minimum des mots de passe" - -#: setup/setup_config1.tpl:169 setup/setup_config1.tpl:173 -msgid "Different characters from old password" -msgstr "Nombre de caractères différents de l'ancien mot de passe" - -#: setup/setup_config1.tpl:182 -msgid "Password change hook" -msgstr "Connexions pour le changement de mot de passe" - -#: setup/setup_config1.tpl:198 -msgid "Use SASL for kerberos" -msgstr "Utiliser SASL pour kerberos" - -#: setup/setup_config1.tpl:209 -msgid "Use account expiration" -msgstr "Utiliser l'expiration du compte" - -#: setup/setup_config1.tpl:221 -msgid "" -"GOsa supports several encryption types for your passwords. Normally this is " -"adjustable via user templates, but you can specify a default method to be " -"used here, too." -msgstr "" -"GOsa supporte différents types de cryptage pour vos mots de passe. " -"Normalement ceci est ajustable avec des modèles utilisateurs, mais vous " -"pouvez spécifier ici une méthode qui sera utilisée par défaut." - -#: setup/setup_config1.tpl:222 -msgid "" -"GOsa always acts as admin and manages access rights internally. This is a " -"workaround till OpenLDAP's in directory ACI's are fully implemented. For " -"this to work, we need the admin DN and the corresponding password." -msgstr "" -"GOsa agit toujours comme un administrateur et gère les droits (ACLs) en " -"interne. C'est un procédé utilisé en attendant que les ACI de OpenLDAP " -"soient finalisées. Pour ces raisons il est nécessaire d'indiquer le DN de " -"l'administrateur et son mot de passe." - -#: setup/setup_config1.tpl:223 -msgid "" -"Some basic LDAP parameters are tunable and affect the locations where GOsa " -"saves people and groups, including the way accounts get created. Check the " -"values below if the fit your needs." -msgstr "" -"Des paramètres basiques du serveur LDAP sont modifiables et affectent " -"l'endroit où GOsa va enregistrer les utilisateurs et les groupes, incluant " -"la façon dont vont être créés les comptes. Vérifiez les valeurs suivantes " -"afin quelles correspondent à vos besoins." - -#: setup/setup_config1.tpl:224 -msgid "" -"GOsa has modular support for several mail methods. These methods provide " -"interfaces to users mailboxes and general handling for quotas. You can " -"choose the dummy plugin to leave all your mail settings untouched." -msgstr "" -"GOsa à un support modulaire des méthodes de messagerie. Ces méthodes " -"fournissent des interfaces vers les boîtes à messages des utilisateurs ainsi " -"que la gestion de leurs quotas. Vous pouvez choisir l'extension dummy pour " -"que GOsa ne touche a rien." - -#: setup/class_setupStep_License.inc:56 setup/class_setupStep_License.inc:57 -msgid "License" -msgstr "licence" - -#: setup/class_setupStep_License.inc:58 -msgid "Terms and conditions for usage" -msgstr "Termes et Conditions d'utilisation" - -#: setup/class_setupStep_Checks.inc:38 setup/class_setupStep_Checks.inc:39 -msgid "Installation check" -msgstr "Vérification de l'installation" - -#: setup/class_setupStep_Checks.inc:40 -msgid "Basic checks for PHP compatibility and extensions" -msgstr "" -"Vérification de base de la version de PHP et des extensions nécéssaires." - -#: setup/class_setupStep_Checks.inc:64 -msgid "Checking PHP version" -msgstr "Vérification de la version de PHP" - -#: setup/class_setupStep_Checks.inc:65 -#, php-format -msgid "PHP must be of version %s or above." -msgstr "PHP doit être à la version %s ou supérieure." - -#: setup/class_setupStep_Checks.inc:66 +#: setup/class_setupStep_Checks.inc:68 msgid "Please upgrade to a supported version." msgstr "Veuillez faire la mise à jour vers une version supportée." -#: setup/class_setupStep_Checks.inc:73 +#: setup/class_setupStep_Checks.inc:75 msgid "GOsa requires this module to talk with your LDAP server." msgstr "GOsa à besoin de ce module pour dialoger avec votre annuaire ldap." -#: setup/class_setupStep_Checks.inc:81 +#: setup/class_setupStep_Checks.inc:83 msgid "GOsa requires this module for an internationalized interface." msgstr "GOsa à besoin de ce module pour afficher l'interface multilingue." -#: setup/class_setupStep_Checks.inc:89 +#: setup/class_setupStep_Checks.inc:91 msgid "GOsa requires this module for the samba integration." msgstr "GOsa à besoin de ce module pour dialoger avec Samba." -#: setup/class_setupStep_Checks.inc:97 -msgid "GOsa requires this module to make use of SSHA encryption." +#: setup/class_setupStep_Checks.inc:99 +#, fuzzy +msgid "" +"GOsa requires either 'mhash' or the 'sha1' module to make use of SSHA " +"encryption." msgstr "" "GOsa à besoin de ce module est nécessaire pour l'utilisation de l'encryption " "SSHA." -#: setup/class_setupStep_Checks.inc:105 +#: setup/class_setupStep_Checks.inc:107 msgid "GOsa requires this module to talk to an IMAP server." msgstr "GOsa à besoin de ce module pour dialoguer avec un serveur imap." -#: setup/class_setupStep_Checks.inc:112 +#: setup/class_setupStep_Checks.inc:114 msgid "mbstring" msgstr "mbstring" -#: setup/class_setupStep_Checks.inc:113 +#: setup/class_setupStep_Checks.inc:115 msgid "GOsa requires this module to handle unicode strings." msgstr "" "GOsa a besoin de ce module pour gèrer les chaînes de caractère unicode." -#: setup/class_setupStep_Checks.inc:120 +#: setup/class_setupStep_Checks.inc:122 +msgid "Calendar" +msgstr "" + +#: setup/class_setupStep_Checks.inc:123 +#, fuzzy +msgid "GOsa requires this module to calculate dates." +msgstr "" +"GOsa a besoin de ce module pour gèrer les chaînes de caractère unicode." + +#: setup/class_setupStep_Checks.inc:130 msgid "MySQL" msgstr "MySQL" -#: setup/class_setupStep_Checks.inc:121 +#: setup/class_setupStep_Checks.inc:131 msgid "" "GOsa requires this module to communicate with several supported databases." msgstr "" "GOsa à besion de ce module pour dialoguer avec les bases de données " "supportées." -#: setup/class_setupStep_Checks.inc:138 +#: setup/class_setupStep_Checks.inc:148 msgid "samba hash generator" msgstr "générateur de hash samba" -#: setup/class_setupStep_Checks.inc:139 +#: setup/class_setupStep_Checks.inc:149 msgid "GOsa requires this command to synchronize POSIX and samba passwords." msgstr "" "GOsa à besoin de cette commande pour synchroniser les comptes POSIX et les " "mots de passe Samba." -#: setup/class_setupStep_Checks.inc:140 +#: setup/class_setupStep_Checks.inc:150 msgid "" "Deploy a gosa-si installation or install the perl Crypt::SmbHash modules." msgstr "" "Déployez une installation gosa-si ou installer les modules perl Crypt::" "Smbash." -#: setup/class_setupStep_Checks.inc:153 +#: setup/class_setupStep_Checks.inc:163 msgid "imagick" msgstr "" -#: setup/class_setupStep_Checks.inc:154 +#: setup/class_setupStep_Checks.inc:164 msgid "GOsa requires this extension to handle images." msgstr "GOsa a besoin de ce module pour gérer les images." -#: setup/class_setupStep_Checks.inc:169 +#: setup/class_setupStep_Checks.inc:179 msgid "compression module" msgstr "Module de compression" -#: setup/class_setupStep_Checks.inc:170 +#: setup/class_setupStep_Checks.inc:180 msgid "GOsa requires this extension to handle snapshots." msgstr "GOsa a besoin de ce module pour gérer les copie instantanées." -#: setup/class_setupStep_Checks.inc:181 +#: setup/class_setupStep_Checks.inc:191 msgid "" "register_globals is a PHP mechanism to register all global variables to be " "accessible from scripts without changing the scope. This may be a security " @@ -1489,17 +991,17 @@ msgstr "" "globales afin que les scripts puissent y accéder sans changer la porté des " "variables. Cela peut constituer un risque de sécurité." -#: setup/class_setupStep_Checks.inc:182 +#: setup/class_setupStep_Checks.inc:192 msgid "Search for 'register_globals' in your php.ini and switch it to 'Off'." msgstr "" "Recherchez l'option 'register_globals' dans votre php.ini et mettez la à " "'Off'." -#: setup/class_setupStep_Checks.inc:190 +#: setup/class_setupStep_Checks.inc:200 msgid "PHP uses this value for the garbage collector to delete old sessions." msgstr "PHP utilise cette variable pour effacer des anciennes sessions." -#: setup/class_setupStep_Checks.inc:191 +#: setup/class_setupStep_Checks.inc:201 msgid "" "Setting this value to one day will prevent loosing session and cookies " "before they really timeout." @@ -1507,7 +1009,7 @@ msgstr "" "Mettre cette valeur à 1 jour permet d'éviter de perde les cookies et les " "sessions avant qu'elles soient réellement expirées." -#: setup/class_setupStep_Checks.inc:192 +#: setup/class_setupStep_Checks.inc:202 msgid "" "Search for 'session.gc_maxlifetime' in your php.ini and set it to 86400 or " "higher." @@ -1515,12 +1017,12 @@ msgstr "" "Cherchez pour 'session.gc_maxlifetime' dans votre php.ini et mettez le à " "86400 ou plus haut." -#: setup/class_setupStep_Checks.inc:199 setup/class_setupStep_Checks.inc:215 -#: setup/class_setupStep_Checks.inc:231 setup/class_setupStep_Checks.inc:247 +#: setup/class_setupStep_Checks.inc:209 setup/class_setupStep_Checks.inc:225 +#: setup/class_setupStep_Checks.inc:241 setup/class_setupStep_Checks.inc:257 msgid "Off" msgstr "Eteint" -#: setup/class_setupStep_Checks.inc:200 +#: setup/class_setupStep_Checks.inc:210 msgid "" "In Order to use GOsa without any trouble, the session.auto_register option " "in your php.ini should be set to 'Off'." @@ -1528,13 +1030,13 @@ msgstr "" "Pour pouvoir utiliser GOSa sans problèmes, la variable session.auto_register " "doit être a 'Off' dans votre php.ini." -#: setup/class_setupStep_Checks.inc:201 +#: setup/class_setupStep_Checks.inc:211 msgid "Search for 'session.auto_start' in your php.ini and set it to 'Off'." msgstr "" "Recherchez la variable session.auto_register et mettez la à 'Off' dans " "votre php.ini." -#: setup/class_setupStep_Checks.inc:208 +#: setup/class_setupStep_Checks.inc:218 msgid "" "GOsa needs at least 32MB of memory. Setting it below this limit may cause " "errors that are not reproducable! Increase it for larger setups." @@ -1543,14 +1045,14 @@ msgstr "" "erreurs imprévisibles, qui ne seront pas reproductibles ! Augmentez la " "mémoire pour les installations plus complexes." -#: setup/class_setupStep_Checks.inc:209 +#: setup/class_setupStep_Checks.inc:219 msgid "" "Search for 'memory_limit' in your php.ini and set it to '32M' or higher." msgstr "" "Recherchez pour 'memory_limit' dans votre php.ini et mettez le à '32M' or " "plus haut." -#: setup/class_setupStep_Checks.inc:216 +#: setup/class_setupStep_Checks.inc:226 msgid "" "This option influences the PHP output handling. Turn this Option off, to " "increase performance." @@ -1558,22 +1060,22 @@ msgstr "" "Cette option défini la gestion des sorties, mettez cette option à 'Off', " "pour améliorer la performance." -#: setup/class_setupStep_Checks.inc:217 +#: setup/class_setupStep_Checks.inc:227 msgid "Search for 'implicit_flush' in your php.ini and set it to 'Off'." msgstr "Recherchez 'implicit_flush' dans votre php.ini et mettez le à 'Off'." -#: setup/class_setupStep_Checks.inc:224 +#: setup/class_setupStep_Checks.inc:234 msgid "The Execution time should be at least 30 seconds." msgstr "Le temps d'exécution doit être au moins de 30 secondes." -#: setup/class_setupStep_Checks.inc:225 +#: setup/class_setupStep_Checks.inc:235 msgid "" "Search for 'max_execution_time' in your php.ini and set it to '30' or higher." msgstr "" "Rechercher l'option 'max_execution_time' dans votre php.ini et mettez le à " "'30' ou plus." -#: setup/class_setupStep_Checks.inc:232 +#: setup/class_setupStep_Checks.inc:242 msgid "" "Increase the server security by setting expose_php to 'off'. PHP won't send " "any information about the server you are running in this case." @@ -1581,15 +1083,15 @@ msgstr "" "Augmentez la sécurité de votre serveur en mettant l'option expose_php à " "'Off'. PHP n'enverra pas d'information a propos du serveur." -#: setup/class_setupStep_Checks.inc:233 +#: setup/class_setupStep_Checks.inc:243 msgid "Search for 'expose_php' in your php.ini and set if to 'Off'." msgstr "Recherchez 'expose_php' dans votre php.ini et mettez le à 'Off'." -#: setup/class_setupStep_Checks.inc:239 +#: setup/class_setupStep_Checks.inc:249 msgid "On" msgstr "Ouvert" -#: setup/class_setupStep_Checks.inc:240 +#: setup/class_setupStep_Checks.inc:250 msgid "" "Increase your server security by setting magic_quotes_gpc to 'on'. PHP will " "escape all quotes in strings in this case." @@ -1597,34 +1099,34 @@ msgstr "" "Améliorez la sécurité de votre serveur en mettant magic_quotes_gpc à 'on'. " "PHP préfixera tout les guillemets dans les chaînes avec la séquence escape." -#: setup/class_setupStep_Checks.inc:241 +#: setup/class_setupStep_Checks.inc:251 msgid "Search for 'magic_quotes_gpc' in your php.ini and set it to 'On'." msgstr "" "Recherchez l'option 'magic_quotes_gpc' dans votre php.ini et mettez le à " "'On'." -#: setup/class_setupStep_Checks.inc:248 +#: setup/class_setupStep_Checks.inc:258 msgid "Increase your server performance by setting magic_quotes_gpc to 'off'." msgstr "" "Améliorez la performance de votre serveur en mettant magic_quotes_gpc à " "'off'." -#: setup/class_setupStep_Checks.inc:249 +#: setup/class_setupStep_Checks.inc:259 msgid "" "Search for 'zend.ze1_compatibility_mode' in your php.ini and set it to 'Off'." msgstr "" "Recherchez l'option 'zend.ze1_compatibility_mode' dans votre hp.ini et " "mettez la à 'Off'." -#: setup/class_setupStep_Checks.inc:259 +#: setup/class_setupStep_Checks.inc:269 msgid "Configuration writeable" msgstr "Le fichier de configuration peut être écrit" -#: setup/class_setupStep_Checks.inc:260 +#: setup/class_setupStep_Checks.inc:270 msgid "The configuration file can't be written" msgstr "Le fichier de configuration ne peut pas être écrit" -#: setup/class_setupStep_Checks.inc:261 +#: setup/class_setupStep_Checks.inc:271 #, php-format msgid "" "GOsa reads its configuration from a file located in (%s/%s). The setup can " @@ -1642,124 +1144,11 @@ msgstr "Configuration de la langue" msgid "This step allows you to select your preferred language." msgstr "Cette étape vous permet de sélectionner votre langue préférée." -#: setup/class_setupStep_Language.inc:47 +#: setup/class_setupStep_Language.inc:47 include/class_core.inc:180 msgid "Automatic" msgstr "Automatique" -#: setup/setup_config3.tpl:2 -msgid "GOsa core settings" -msgstr "Paramètres essentiels de GOsa" - -#: setup/setup_config3.tpl:6 -msgid "Enable primary group filter" -msgstr "Activer le filtre sur les groupes primaires" - -#: setup/setup_config3.tpl:18 -msgid "Display summary in listings" -msgstr "Afficher les sommaires dans les listes" - -#: setup/setup_config3.tpl:30 -msgid "Honour administrative units" -msgstr "Honorer les entités administratives" - -#: setup/setup_config3.tpl:42 -msgid "Smarty compile directory" -msgstr "Répertoire de compilation de smarty" - -#: setup/setup_config3.tpl:51 -msgid "SNMP community" -msgstr "communauté SNMP" - -#: setup/setup_config3.tpl:60 -msgid "Path for PPD storage" -msgstr "Répertoire pour le stockage des PPD" - -#: setup/setup_config3.tpl:77 -msgid "Path for kiosk profile storage" -msgstr "Répertoire pour le stockage des profiles kiosk" - -#: setup/setup_config3.tpl:96 -msgid "SUDO role base" -msgstr "Base pour SUDO" - -#: setup/setup_config3.tpl:115 -msgid "Mail queue script" -msgstr "Script pour la gestion de la queue du serveur de messagerie" - -#: setup/setup_config3.tpl:134 -msgid "Notification script" -msgstr "Script de notification" - -#: setup/setup_config3.tpl:153 -msgid "Enable edit locking" -msgstr "Activer le vérrouillage lors de l'édition" - -#: setup/setup_config3.tpl:174 -msgid "Gosa support daemon" -msgstr "Service GOsa" - -#: setup/setup_config3.tpl:193 -msgid "Daemon timeout" -msgstr "Délai d'attente pour le service GOsa" - -#: setup/setup_config3.tpl:207 -msgid "Login and session" -msgstr "connexion et session" - -#: setup/setup_config3.tpl:210 -msgid "Login attribute" -msgstr "Attribut de connexion" - -#: setup/setup_config3.tpl:221 -msgid "Enforce register_globals to be deactivated" -msgstr "Force register_globals à être désactivé" - -#: setup/setup_config3.tpl:233 -msgid "Enforce encrypted connections" -msgstr "Force les connexions cryptées" - -#: setup/setup_config3.tpl:245 -msgid "Warn if session is not encrypted" -msgstr "Avertir si la session ne sera pas cryptée" - -#: setup/setup_config3.tpl:257 -msgid "Remember dialog filter settings" -msgstr "Se souvenir des paramètres des filtres" - -#: setup/setup_config3.tpl:269 -msgid "Session lifetime" -msgstr "Durée de vie de la session" - -#: setup/setup_config3.tpl:278 -msgid "Debugging" -msgstr "Deboguage" - -#: setup/setup_config3.tpl:282 -msgid "Show PHP errors" -msgstr "Afficher les erreur PHP" - -#: setup/setup_config3.tpl:294 -msgid "Maximum LDAP query time" -msgstr "Durée maximale d'une requête LDAP" - -#: setup/setup_config3.tpl:312 -msgid "Log LDAP statistics" -msgstr "Inscrit les statistique de l'annuaire LDAP dans les journaux systèmes" - -#: setup/setup_config3.tpl:324 -msgid "Debug level" -msgstr "Niveau de débogage" - -#: setup/setup_config3.tpl:329 setup/setup_config3.tpl:332 -msgid "Disabled" -msgstr "Désactivé" - -#: setup/setup_config3.tpl:330 setup/setup_config3.tpl:333 -#: ihtml/themes/modern/userFilterEditor.tpl:45 -msgid "Enabled" -msgstr "Activé" - -#: setup/setup_migrate.tpl:5 +#: setup/setup_migrate.tpl:2 msgid "" "During the LDAP inspection, we're going to check for several common pitfalls " "that may occur when migration to GOsa base LDAP administration. You may want " @@ -1770,164 +1159,32 @@ msgstr "" "basée sur GOsa. Vous pouvez fixer les problèmes si dessous afin de procurer " "une administration facilitée." -#: setup/setup_migrate.tpl:33 -msgid "Check again" -msgstr "Vérifier à nouveau" +#: setup/setup_migrate.tpl:5 +#, fuzzy +msgid "Checks" +msgstr "Vérifier les statuts" -#: setup/setup_migrate.tpl:38 +#: setup/setup_migrate.tpl:22 msgid "Add required object classes to the LDAP base" msgstr "Ajouter les Object class obligatoires a l'annuaire LDAP. " -#: setup/setup_migrate.tpl:40 setup/setup_migrate.tpl:259 -#: setup/setup_migrate.tpl:367 setup/setup_migrate.tpl:425 -#: setup/setup_migrate.tpl:484 setup/setup_migrate.tpl:532 -#: setup/setup_migrate.tpl:581 +#: setup/setup_migrate.tpl:24 msgid "Current" msgstr "Actuel" -#: setup/setup_migrate.tpl:47 setup/setup_migrate.tpl:263 -#: setup/setup_migrate.tpl:374 setup/setup_migrate.tpl:432 -#: setup/setup_migrate.tpl:488 setup/setup_migrate.tpl:536 -#: setup/setup_migrate.tpl:585 +#: setup/setup_migrate.tpl:28 msgid "After migration" msgstr "Après migration" -#: setup/setup_migrate.tpl:62 setup/setup_migrate.tpl:112 +#: setup/setup_migrate.tpl:35 msgid "Close" msgstr "Fermer" -#: setup/setup_migrate.tpl:68 -msgid "Move windows workstations into a valid windows workstation department" -msgstr "" -"Bouger les stations windows dans un département valide pour les stations " -"windows." - -#: setup/setup_migrate.tpl:70 -msgid "" -"This dialog allows you to move the displayed windows workstations into a " -"valid department" -msgstr "" -"Ce dialogue vous permet de bouger les stations windows affichées dans un " -"département valide" - -#: setup/setup_migrate.tpl:72 -msgid "" -"Be careful with this tool, there may be references pointing to this " -"workstations that can't be migrated." -msgstr "" -"Soyez prudent avec cet outil, il peut y avoir des références pointant vers " -"ces machines qui ne seront pas migrées." - -#: setup/setup_migrate.tpl:96 setup/setup_migrate.tpl:155 -#: setup/setup_migrate.tpl:211 setup/setup_migrate.tpl:391 -#: setup/setup_migrate.tpl:448 setup/setup_migrate.tpl:495 -#: setup/setup_migrate.tpl:543 setup/setup_migrate.tpl:592 -#: include/class_listing.inc:306 -msgid "Select all" -msgstr "Sélectionner tout" - -#: setup/setup_migrate.tpl:98 -msgid "Move selected windows workstations into the following GOsa department" -msgstr "Bouger les machines windows dans le département GOsa suivant" - -#: setup/setup_migrate.tpl:103 -msgid "Move selected workstations" -msgstr "Bouger les stations de travail sélectionnées" - -#: setup/setup_migrate.tpl:105 -msgid "What will be done here" -msgstr "Que ce qui sera exécuté ici" - -#: setup/setup_migrate.tpl:119 -msgid "Move groups into configured group tree" -msgstr "Bouger les groupes dans le groupe configuré" - -#: setup/setup_migrate.tpl:122 -msgid "" -"This dialog allows moving a couple of groups to the configured group tree. " -"Doing this may straighten your LDAP service." -msgstr "" -"Ce dialogue permet de bouger un couple de groupes dans le groupe configuré. " -"Exécuter cela peut améliorer votre service LDAP." - -#: setup/setup_migrate.tpl:125 -msgid "" -"Be careful with this option! There may be references pointing to these " -"groups. The GOsa setup can't migrate references, so you may want to cancel " -"the migration in this case." -msgstr "" -"Soyez prudent avec cette opération ! Il peut exister des références qui " -"pointent vers ces groupes. Le programme d'installation de GOsa ne peut pas " -"migrer ces références, vous préférerez peut être annuler la migration dans " -"ce cas." - -#: setup/setup_migrate.tpl:128 -msgid "Move selected groups into this group tree" -msgstr "Bouger les groupes sélectionnés dans le groupe de base cet annuaire" - -#: setup/setup_migrate.tpl:159 setup/setup_migrate.tpl:215 -#: setup/setup_migrate.tpl:269 setup/setup_migrate.tpl:395 -#: setup/setup_migrate.tpl:452 setup/setup_migrate.tpl:500 -#: setup/setup_migrate.tpl:548 setup/setup_migrate.tpl:597 -msgid "Hide changes" -msgstr "Camoufler les changements" - -#: setup/setup_migrate.tpl:162 setup/setup_migrate.tpl:218 -#: setup/setup_migrate.tpl:251 setup/setup_migrate.tpl:398 -#: setup/setup_migrate.tpl:455 setup/setup_migrate.tpl:505 -#: setup/setup_migrate.tpl:553 setup/setup_migrate.tpl:602 -msgid "Show changes" -msgstr "Montrer les changements" - -#: setup/setup_migrate.tpl:178 -msgid "Move users into configured user tree" -msgstr "Bouger les utilisateurs dans la branche utilisateur configurée" - -#: setup/setup_migrate.tpl:180 -msgid "" -"This dialog allows moving a couple of users to the configured user tree. " -"Doing this may straighten your LDAP service." -msgstr "" -"Ce dialogue permet de bouger un ensemble d'utilisateurs dans la branche " -"utilisateur configurée. Exécuter cette opération peut améliorer votre " -"service LDAP." - -#: setup/setup_migrate.tpl:183 -msgid "" -"Be careful with this option! There may be references pointing to these " -"users. The GOsa setup can't migrate references, so you may want to cancel " -"the migration in this case." -msgstr "" -"Soyez prudent avec cette opération ! Il peut exister des références qui " -"pointent vers ces utilisateurs. Le programme d'installation de GOsa ne peut " -"pas migrer ces références, vous préférerez peut être annuler la migration " -"dans ce cas." - -#: setup/setup_migrate.tpl:186 -msgid "Move selected users into this people tree" -msgstr "Bouger les utilisateurs sélectionnés dans la branche utilisateurs." - -#: setup/setup_migrate.tpl:233 -msgid "Migrate GOsa 2.5 administrative accounts" -msgstr "Migrer les compte administrateur de GOsa 2.5" - -#: setup/setup_migrate.tpl:235 -msgid "" -"This dialog allows the migration of GOsa 2.5 admin accounts into GOsa 2.6 " -"useable accounts." -msgstr "" -"Cette boite de dialogue permet la migration des comptes administrateurs de " -"GOSa 2.5 vers GOsa 2.6." - -#: setup/setup_migrate.tpl:293 -msgid "Abort" -msgstr "Annuler" - -#: setup/setup_migrate.tpl:296 +#: setup/setup_migrate.tpl:40 msgid "Create a new GOsa administrator account" msgstr "Créer un nouveau compte administrateur pour GOsa" -#: setup/setup_migrate.tpl:299 +#: setup/setup_migrate.tpl:41 msgid "" "This dialog will automatically add a new super administrator to your LDAP " "tree." @@ -1935,94 +1192,20 @@ msgstr "" "Ce dialogue vas automatiquement créer un nouveau super utilisateur dans " "votre arbre LDAP." -#: setup/setup_migrate.tpl:312 -#: plugins/personal/posix/class_posixAccount.inc:1312 +#: setup/setup_migrate.tpl:49 +#: plugins/personal/posix/class_posixAccount.inc:1308 msgid "User ID" msgstr "ID de l'utilisateur" -#: setup/setup_migrate.tpl:328 +#: setup/setup_migrate.tpl:53 ihtml/themes/default/login.tpl:47 +#: plugins/personal/generic/paste_generic.tpl:21 +msgid "Password" +msgstr "Mot de passe" + +#: setup/setup_migrate.tpl:57 msgid "Password (again)" msgstr "Mot de passe (de nouveau)" -#: setup/setup_migrate.tpl:356 -msgid "" -"The listed departments are currently invisible in the GOsa user interface. " -"If you want to change this for a couple of entries, select them and use the " -"migrate button below." -msgstr "" -"Les département listés sont actuellement invisibles dans l'interface " -"utilisateur de GOsa. Si vous voulez changer cela pour un certain nombre " -"d'entrée, sélectionnez les et utilisez le bouton migration ci dessous." - -#: setup/setup_migrate.tpl:357 setup/setup_migrate.tpl:416 -#: setup/setup_migrate.tpl:476 setup/setup_migrate.tpl:525 -#: setup/setup_migrate.tpl:574 -msgid "" -"If you want to know what will be done when migrating the selected entries, " -"use the 'Show changes' button to see the LDIF." -msgstr "" -"Si vous voulez savoir ce qui sera effectué lorsque vous migrerez les entrées " -"sélectionnées, utilisez le bouton 'Montrer les changements' pour voir le " -"fichier LDIF." - -#: setup/setup_migrate.tpl:415 -msgid "" -"The listed users are currently invisible in the GOsa user interface. If you " -"want to change this for a couple of users, just select them and use the " -"'Migrate' button below." -msgstr "" -"Les utilisateurs listés sont actuellement invisibles dans l'interface " -"utilisateur de GOsa. Si vous voulez changer ceci pour certains " -"d'utilisateurs, veuillez les sélectionner et utiliser le bouton 'migration' " -"ci dessous." - -#: setup/setup_migrate.tpl:475 -msgid "" -"The listed devices are currently invisible in the GOsa interface. If you " -"want to change this for a couple of devices, just select them and use the " -"'Migrate' button below." -msgstr "" -"Les périphériques listés sont actuellement invisibles dans l'interface de " -"GOsa. Si vous voulez changer ceci pour certains périphériques, veuillez les " -"sélectionner et utiliser le bouton 'migration' ci dessous." - -#: setup/setup_migrate.tpl:502 setup/setup_migrate.tpl:550 -#: setup/setup_migrate.tpl:599 -msgid "Refresh" -msgstr "Rafraîchir" - -#: setup/setup_migrate.tpl:524 -msgid "" -"The listed services are currently invalid for the GOsa version you are going " -"to install. If you want to update a couple of service, just select them and " -"use the 'Migrate' button below." -msgstr "" -"Les services listés sont actuellement invisibles dans l'interface de GOsa. " -"Si vous voulez changer ceci certains services, veuillez les sélectionner et " -"utiliser le bouton 'migration' ci dessous." - -#: setup/setup_migrate.tpl:573 -msgid "" -"The listed menus are currently invisible in the GOsa interface. If you want " -"to change this for a couple of devices, just select them and use the " -"'Migrate' button below." -msgstr "" -"Les menus listés sont actuellement invisibles dans l'interface de GOsa. Si " -"vous voulez changer ceci pour certains menus, veuillez les sélectionner et " -"utiliser le bouton 'migration' ci dessous." - -#: setup/setup_frame.tpl:12 -msgid "GOsa setup wizard" -msgstr "Installation de GOsa" - -#: setup/setup_frame.tpl:19 -msgid "Installation" -msgstr " " - -#: setup/setup_frame.tpl:19 -msgid "Setup" -msgstr "Installation" - #: setup/class_setupStep_Welcome.inc:38 msgid "Welcome" msgstr "Bienvenue" @@ -2032,7 +1215,8 @@ msgid "The welcome message" msgstr "Le message d'accueil" #: setup/class_setupStep_Welcome.inc:40 -msgid "Welcome to GOsa setup wizard" +#, fuzzy +msgid "Welcome to the GOsa setup assistent" msgstr "Bienvenue dans l'installation de GOsa" #: setup/setup_language.tpl:3 @@ -2053,41 +1237,77 @@ msgstr "" msgid "Please select your preferred language here" msgstr "Veuillez indiquer votre langue préférée ici" -#: setup/setup_checks.tpl:9 +#: setup/setup_checks.tpl:2 +msgid "" +"This step checks if your PHP server has all required modules and " +"configuration settings." +msgstr "" + +#: setup/setup_checks.tpl:5 +#, fuzzy +msgid "Inspection" +msgstr "Vérification de l'annuaire LDAP" + +#: setup/setup_checks.tpl:8 msgid "PHP module and extension checks" msgstr "Extension PHP et vérification de ceux ci" -#: setup/setup_checks.tpl:41 setup/setup_checks.tpl:103 +#: setup/setup_checks.tpl:10 +msgid "Basic checks" +msgstr "" + +#: setup/setup_checks.tpl:27 setup/setup_checks.tpl:68 +#: plugins/personal/posix/class_posixAccount.inc:650 +#: plugins/personal/posix/class_posixAccount.inc:773 +#: plugins/admin/groups/class_group.inc:832 +#: plugins/admin/departments/dep_move_confirm.tpl:2 include/functions.inc:2640 +#: include/functions.inc:2644 include/functions.inc:2650 +#: include/functions.inc:2674 include/utils/class_xml.inc:37 +#: include/class_tabs.inc:249 include/class_configRegistry.inc:655 +#: include/class_configRegistry.inc:670 include/class_configRegistry.inc:685 +#: include/class_configRegistry.inc:700 include/class_configRegistry.inc:716 +#: include/class_configRegistry.inc:721 include/class_configRegistry.inc:738 +#: include/class_configRegistry.inc:743 include/class_configRegistry.inc:761 +#: include/class_configRegistry.inc:766 include/class_configRegistry.inc:782 +#: include/class_configRegistry.inc:797 include/class_configRegistry.inc:812 +#: html/password.php:316 +msgid "Warning" +msgstr "Avertissement" + +#: setup/setup_checks.tpl:38 setup/setup_checks.tpl:79 msgid "GOsa will NOT run without fixing this." msgstr "GOsa ne fonctionnera pas si vous ne corriger pas cela." -#: setup/setup_checks.tpl:45 setup/setup_checks.tpl:107 +#: setup/setup_checks.tpl:40 setup/setup_checks.tpl:81 msgid "GOsa will run without fixing this." msgstr "GOsa fonctionnera même si vous ne corrigez pas cela." -#: setup/setup_checks.tpl:67 +#: setup/setup_checks.tpl:50 msgid "PHP setup configuration" msgstr "Configuration de PHP" -#: setup/setup_checks.tpl:67 +#: setup/setup_checks.tpl:50 msgid "show information" msgstr "Montrer les informations" -#: setup/class_setupStep_Finish.inc:37 -#: ihtml/themes/default/copyPasteDialog.tpl:32 -#: ihtml/themes/modern/copyPasteDialog.tpl:30 +#: setup/setup_checks.tpl:51 +msgid "Extended checks" +msgstr "" + +#: setup/class_setupStep_Finish.inc:39 +#: ihtml/themes/default/copyPasteDialog.tpl:30 msgid "Finish" msgstr "Terminé" -#: setup/class_setupStep_Finish.inc:38 +#: setup/class_setupStep_Finish.inc:40 msgid "Write configuration file" msgstr "Ecrire le fichier de configuration" -#: setup/class_setupStep_Finish.inc:39 +#: setup/class_setupStep_Finish.inc:41 msgid "Finish - write the configuration file" msgstr "Fini - écrire le fichier de configuration" -#: setup/class_setupStep_Finish.inc:104 +#: setup/class_setupStep_Finish.inc:106 msgid "" "Your configuration file is currently world readable. Please update the file " "permissions!" @@ -2095,11 +1315,11 @@ msgstr "" "Votre fichier de configuration est lisible par tout le monde. Veuillez " "modifier les permissions !" -#: setup/class_setupStep_Finish.inc:106 +#: setup/class_setupStep_Finish.inc:108 msgid "The configuration is currently not readable or it does not exists." msgstr "Le fichier de configuration ne peut être lu ou n'existe pas." -#: setup/class_setupStep_Finish.inc:115 +#: setup/class_setupStep_Finish.inc:117 #, php-format msgid "" "After downloading and placing the file under %s, please make sure that the " @@ -2111,112 +1331,77 @@ msgstr "" "serveur web puisse lire %s. Vous pouvez exécuter les commandes suivantes " "pour réaliser cette opération:" -#: setup/class_setupStep_Config1.inc:74 setup/class_setupStep_Config1.inc:75 -msgid "GOsa settings 1/3" -msgstr "Paramètres de GOsa 1/3" - -#: setup/class_setupStep_Config1.inc:76 -msgid "GOsa generic settings" -msgstr "Préférences de base GOsa" - -#: setup/class_setupStep_Config1.inc:118 -#, php-format -msgid "The specified value for '%s' must be a numeric value" -msgstr "Le valeur spécifiée pour '%s' doit être une valeur numérique." - -#: setup/class_setupStep_Config1.inc:122 setup/class_setupStep_Config1.inc:126 -#, php-format -msgid "Don't add a trailing comma to '%s'." -msgstr "N'ajoutez pas une virgule à la fin de '%s'." - -#: setup/class_setupStep_Config1.inc:122 -msgid "People storage ou" -msgstr "Branches de l'arbre ldap ou sont stockes les utilisateurs" - -#: setup/class_setupStep_Config1.inc:126 -msgid "Group storage ou" -msgstr "Branches de l'arbre ldap ou sont stockes les groupes" - -#: setup/class_setupStep_Config1.inc:130 -msgid "Uid base must be numeric" -msgstr "l'uid de base doit être une valeur numérique" - -#: setup/class_setupStep_Config1.inc:134 -msgid "The given password minimum length is not numeric." -msgstr "La longueur minimale du mot de passe n'est pas une valeur numérique." - -#: setup/class_setupStep_Config1.inc:137 -msgid "The given password differ value is not numeric." -msgstr "L'option password differ n'est pas une valeur numérique." +#: ihtml/themes/default/ldifViewer.tpl:1 +msgid "Raw LDAP entry" +msgstr "" -#: ihtml/themes/default/acl.tpl:7 ihtml/themes/modern/acl.tpl:7 -#: plugins/admin/acl/acl_role.tpl:3 plugins/admin/acl/acl_role.tpl:4 +#: ihtml/themes/default/acl.tpl:7 plugins/admin/acl/acl_role.tpl:3 +#: plugins/admin/acl/acl_role.tpl:4 msgid "Assigned ACL for current entry" msgstr "ACL assignés à l'entrée actuelle" -#: ihtml/themes/default/acl.tpl:12 ihtml/themes/modern/acl.tpl:10 -#: plugins/admin/acl/acl_role.tpl:38 +#: ihtml/themes/default/acl.tpl:10 plugins/admin/acl/acl_role.tpl:38 msgid "New ACL" msgstr "Nouvelle ACL" -#: ihtml/themes/default/acl.tpl:18 ihtml/themes/modern/acl.tpl:19 -#: plugins/admin/acl/acl_role.tpl:45 +#: ihtml/themes/default/acl.tpl:15 ihtml/themes/default/acl.tpl:16 +#: include/class_userFilter.inc:55 +#, fuzzy +msgid "Options" +msgstr "Applications" + +#: ihtml/themes/default/acl.tpl:19 plugins/admin/acl/acl_role.tpl:45 msgid "ACL type" msgstr "Type ACL" -#: ihtml/themes/default/acl.tpl:20 ihtml/themes/default/acl.tpl:25 -#: ihtml/themes/modern/acl.tpl:23 ihtml/themes/modern/acl.tpl:28 +#: ihtml/themes/default/acl.tpl:23 ihtml/themes/default/acl.tpl:28 #: plugins/admin/acl/acl_role.tpl:45 msgid "Select an acl type" msgstr "Sélectionnez un type d'acl" -#: ihtml/themes/default/acl.tpl:38 ihtml/themes/modern/acl.tpl:40 +#: ihtml/themes/default/acl.tpl:40 msgid "Additional filter options" msgstr "Paramètres supplémentaire pour le filtre" -#: ihtml/themes/default/acl.tpl:49 ihtml/themes/modern/acl.tpl:57 +#: ihtml/themes/default/acl.tpl:53 ihtml/themes/default/acl.tpl:65 +#: include/class_acl.inc:1106 +msgid "Members" +msgstr "Membres" + +#: ihtml/themes/default/acl.tpl:54 +#, fuzzy +msgid "Member selection" +msgstr "Préférences des groupes" + +#: ihtml/themes/default/acl.tpl:57 msgid "Use members from" msgstr "Utiliser les membres depuis" -#: ihtml/themes/default/acl.tpl:64 -msgid "Available members" -msgstr "Membres disponibles" - -#: ihtml/themes/default/acl.tpl:66 ihtml/themes/default/acl.tpl:71 -#: ihtml/themes/modern/acl.tpl:69 ihtml/themes/modern/acl.tpl:74 +#: ihtml/themes/default/acl.tpl:69 ihtml/themes/default/acl.tpl:74 msgid "List message possible targets" msgstr "Liste les destinataires possibles pour les messages" -#: ihtml/themes/default/acl.tpl:87 ihtml/themes/modern/acl.tpl:53 -#: ihtml/themes/modern/acl.tpl:65 include/class_acl.inc:1104 -msgid "Members" -msgstr "Membres" - -#: ihtml/themes/default/acl.tpl:89 ihtml/themes/default/acl.tpl:95 -#: ihtml/themes/modern/acl.tpl:92 ihtml/themes/modern/acl.tpl:98 +#: ihtml/themes/default/acl.tpl:92 ihtml/themes/default/acl.tpl:98 msgid "List message recipients" msgstr "Lister les destinataires du message" -#: ihtml/themes/default/acl.tpl:109 ihtml/themes/modern/acl.tpl:112 -#: plugins/admin/acl/acl_role.tpl:51 +#: ihtml/themes/default/acl.tpl:112 plugins/admin/acl/acl_role.tpl:51 msgid "List of available ACL categories" msgstr "Liste des catégories d'acl disponibles" -#: ihtml/themes/default/acl.tpl:117 ihtml/themes/modern/acl.tpl:120 +#: ihtml/themes/default/acl.tpl:120 msgid "ACL for this object" msgstr "ACL pour cet objet" -#: ihtml/themes/default/acl.tpl:123 ihtml/themes/modern/acl.tpl:126 +#: ihtml/themes/default/acl.tpl:126 msgid "Available roles" msgstr "Type de rôles disponibles" #: ihtml/themes/default/copyPasteDialog.tpl:1 -#: ihtml/themes/modern/copyPasteDialog.tpl:1 msgid "Copy & paste wizard" msgstr "Assistant pour le copier & coller" #: ihtml/themes/default/copyPasteDialog.tpl:7 -#: ihtml/themes/modern/copyPasteDialog.tpl:7 msgid "" "Some values need to be unique in the complete directory while some " "combinations make no sense. GOsa shows the relevant attributes. Please " @@ -2228,14 +1413,12 @@ msgstr "" "politiques de sécurité." #: ihtml/themes/default/copyPasteDialog.tpl:9 -#: ihtml/themes/modern/copyPasteDialog.tpl:9 msgid "Remember that some properties like taken snapshots will not be copied!" msgstr "" "Veuillez vous souvenir que certaines propriétés comme les copie instantanées " "ne seront pas copiés !" #: ihtml/themes/default/copyPasteDialog.tpl:10 -#: ihtml/themes/modern/copyPasteDialog.tpl:10 msgid "" "Or if you copy or cut an entry within GOsa and delete the source object, you " "may get errors while pasting this object again!" @@ -2245,29 +1428,24 @@ msgstr "" "nouveau !" #: ihtml/themes/default/copyPasteDialog.tpl:19 -#: ihtml/themes/modern/copyPasteDialog.tpl:19 -#: include/utils/class_msgPool.inc:330 +#: include/utils/class_msgPool.inc:313 #, php-format msgid "Save" msgstr "Enregistrer" -#: ihtml/themes/default/copyPasteDialog.tpl:24 -#: ihtml/themes/modern/copyPasteDialog.tpl:23 +#: ihtml/themes/default/copyPasteDialog.tpl:23 msgid "Cancel all" msgstr "Tout annuler" -#: ihtml/themes/default/copyPasteDialog.tpl:30 -#: ihtml/themes/modern/copyPasteDialog.tpl:28 +#: ihtml/themes/default/copyPasteDialog.tpl:28 msgid "Operation complete" msgstr "Opération réalisée" #: ihtml/themes/default/logout-close.tpl:5 -#: ihtml/themes/modern/logout-close.tpl:5 msgid "Your GOsa session has been closed!" msgstr "Votre session GOsa à expiré !" #: ihtml/themes/default/logout-close.tpl:7 -#: ihtml/themes/modern/logout-close.tpl:7 msgid "" "Please close this browser window and clean the authentication caches to " "avoid an automatic re-authentication by your browser." @@ -2275,62 +1453,39 @@ msgstr "" "Veuillez fermer la fenêtre de votre navigateur et vider les cache des mots " "de passe pour éviter l'authentification automatique par votre navigateur." -#: ihtml/themes/default/login.tpl:10 -msgid "GOsa login screen" -msgstr "Fenêtre de connexion GOsa" - -#: ihtml/themes/default/login.tpl:27 -msgid "Login screen" -msgstr "Fenêtre de connexion" - -#: ihtml/themes/default/login.tpl:34 -msgid "" -"Please use your username and your password to log into the site " -"administration system." -msgstr "" -"Veuillez utiliser votre nom d'utilisateur et votre mot de passe afin de vous " -"connecter." +#: ihtml/themes/default/login.tpl:31 +#, fuzzy +msgid "Login to GOsa" +msgstr "Bienvenue dans l'installation de GOsa" -#: ihtml/themes/default/login.tpl:42 ihtml/themes/default/login.tpl:44 -#: ihtml/themes/default/password.tpl:69 ihtml/themes/default/password.tpl:71 -#: ihtml/themes/modern/login.tpl:37 ihtml/themes/modern/login.tpl:40 +#: ihtml/themes/default/login.tpl:37 ihtml/themes/default/login.tpl:40 msgid "Username" msgstr "Nom d'utilisateur" -#: ihtml/themes/default/login.tpl:52 ihtml/themes/default/login.tpl:53 -#: ihtml/themes/default/password.tpl:60 ihtml/themes/default/password.tpl:62 -#: ihtml/themes/modern/login.tpl:62 -msgid "Directory" -msgstr "Répertoire" - -#: ihtml/themes/default/login.tpl:77 ihtml/themes/default/login.tpl:80 -#: ihtml/themes/modern/login.tpl:31 ihtml/themes/modern/login.tpl:67 -#: ihtml/themes/modern/login.tpl:68 -msgid "Sign in" -msgstr "Connexion" +#: ihtml/themes/default/login.tpl:61 +msgid "Choose the directory to work on" +msgstr "" -#: ihtml/themes/default/login.tpl:78 ihtml/themes/modern/login.tpl:67 +#: ihtml/themes/default/login.tpl:66 msgid "Click here to log in" msgstr "Cliquez ici pour vous connecter" -#: ihtml/themes/default/remove.tpl:6 -msgid "" -"This may be used by several groups. Please double check if your really want " -"to do this since there is no way for GOsa to get your data back." -msgstr "" -"Cela peut être utilisé par plusieurs groupes. Veuillez vérifier que vous " -"voulez effectuer cette opération étant donné qu'il est impossible pour GOsa " -"de récupérer vos données." - -#: ihtml/themes/default/remove.tpl:9 -msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." -msgstr "" -"D'accord - si vous êtes sur - cliquez sur 'Supprimer' pour continuer ou sur " -"'Annuler' pour abandonner." +#: ihtml/themes/default/login.tpl:66 ihtml/themes/default/login.tpl:67 +#, fuzzy +msgid "Log in" +msgstr "Identifiant" + +#: ihtml/themes/default/userFilter.tpl:1 +#, fuzzy +msgid "List of defined filters" +msgstr "Ecrire le fichier de configuration" + +#: ihtml/themes/default/framework.tpl:9 +#, fuzzy +msgid "Log out" +msgstr "Déconnexion" -#: ihtml/themes/default/framework.tpl:8 ihtml/themes/default/framework.tpl:11 -#: ihtml/themes/default/framework.tpl:20 ihtml/themes/default/framework.tpl:24 -#: ihtml/themes/modern/framework.tpl:10 include/class_pluglist.inc:229 +#: ihtml/themes/default/framework.tpl:10 msgid "" "You are currently editing a database entry. Do you want to dismiss the " "changes?" @@ -2338,39 +1493,24 @@ msgstr "" "Vous êtes actuellement en train d éditer une entrée de la base de données. " "Voulez vous annuler les modifications ?" -#: ihtml/themes/default/framework.tpl:8 ihtml/themes/default/framework.tpl:11 -msgid "Main" -msgstr "Accueil" - -#: ihtml/themes/default/framework.tpl:16 -msgid "Help" -msgstr "Aide" - -#: ihtml/themes/default/framework.tpl:21 ihtml/themes/default/framework.tpl:25 -msgid "Sign out" -msgstr "Déconnexion" - -#: ihtml/themes/default/framework.tpl:29 -msgid "Signed in:" -msgstr "Connecté:" - -#: ihtml/themes/default/framework.tpl:32 -msgid "GOsa main menu" -msgstr "Menu Principal de GOsa" +#: ihtml/themes/default/framework.tpl:22 +#, fuzzy, php-format +msgid "Session expires in %d!" +msgstr "La session n'est pas cryptée !" -#: ihtml/themes/default/help.tpl:9 ihtml/themes/modern/help.tpl:9 +#: ihtml/themes/default/help.tpl:9 msgid "GOsa help viewer" msgstr "Aide en ligne de GOsa" -#: ihtml/themes/default/help.tpl:15 ihtml/themes/modern/help.tpl:15 +#: ihtml/themes/default/help.tpl:15 msgid "Index" msgstr "Index" -#: ihtml/themes/default/islocked.tpl:2 ihtml/themes/modern/islocked.tpl:4 +#: ihtml/themes/default/islocked.tpl:4 msgid "Locking conflict detected" msgstr "Conflit de verrou détecté" -#: ihtml/themes/default/islocked.tpl:9 ihtml/themes/modern/islocked.tpl:14 +#: ihtml/themes/default/islocked.tpl:14 msgid "" "If this lock detection is false, the other person has obviously closed the " "webbrowser during the edit operation. You may want to take over the lock by " @@ -2381,82 +1521,15 @@ msgstr "" "d'une entrée. Dans ce cas, vous pouvez supprimez le verrou en cliquant sur " "le bouton 'Éditer malgré tout'." -#: ihtml/themes/default/islocked.tpl:16 ihtml/themes/modern/islocked.tpl:23 +#: ihtml/themes/default/islocked.tpl:23 msgid "Read only" msgstr "Lecture seule" -#: ihtml/themes/default/password.tpl:6 -msgid "Change your password" -msgstr "Modifier votre mot de passe" - -#: ihtml/themes/default/password.tpl:35 -msgid "Success" -msgstr "Réussi" - -#: ihtml/themes/default/password.tpl:35 -msgid "Your password has been changed successfully." -msgstr "Votre mot de passe à été changé avec succès." - -#: ihtml/themes/default/password.tpl:41 -#: plugins/personal/password/class_password.inc:78 -#: plugins/personal/password/class_password.inc:81 -#: plugins/personal/password/class_password.inc:84 -#: plugins/personal/password/class_password.inc:87 -#: plugins/personal/password/class_password.inc:90 -#: plugins/personal/password/class_password.inc:93 -#: plugins/personal/password/class_password.inc:107 -#: plugins/personal/password/class_password.inc:113 -#: plugins/admin/users/class_userManagement.inc:277 html/main.php:341 -msgid "Password change" -msgstr "Changement de mot de passe" - -#: ihtml/themes/default/password.tpl:53 -msgid "" -"This dialog provides a simple way to change your password. Enter the current " -"password and the new password (twice) in the fields below and press the " -"'Change' button." -msgstr "" -"Cette fenêtre vous permet de changer votre mot de passe de manière simple. " -"Entrez le mot de passe actuel et le nouveau mot de passe (deux fois) dans " -"les champs ci-dessous et appuyez sur le bouton 'Changer'." - -#: ihtml/themes/default/password.tpl:78 ihtml/themes/default/password.tpl:79 -#: plugins/personal/password/password.tpl:13 html/password.php:243 -msgid "Current password" -msgstr "Mot de passe actuel" - -#: ihtml/themes/default/password.tpl:82 ihtml/themes/default/password.tpl:83 -#: plugins/personal/password/password.tpl:18 -#: plugins/personal/generic/password.tpl:7 -#: plugins/personal/myaccount/main.inc:97 plugins/admin/users/password.tpl:13 -#: plugins/admin/users/class_userManagement.inc:250 html/password.php:220 -msgid "New password" -msgstr "Nouveau mot de passe" - -#: ihtml/themes/default/password.tpl:86 ihtml/themes/default/password.tpl:87 -msgid "New password repeated" -msgstr "Nouveau mot de passe" - -#: ihtml/themes/default/password.tpl:90 -#: plugins/personal/password/password.tpl:28 -msgid "Password strength" -msgstr "Niveau de sécurité du mot de passe" - -#: ihtml/themes/default/password.tpl:101 -msgid "Change" -msgstr "Changer" - -#: ihtml/themes/default/password.tpl:102 -msgid "Click here to change your password" -msgstr "Cliquez ici pour changer votre mot de passe" - #: ihtml/themes/default/snapshotdialog.tpl:3 -#: ihtml/themes/modern/snapshotdialog.tpl:3 msgid "Restoring object snapshots" msgstr "Restaurer des copie instantanés des objets" #: ihtml/themes/default/snapshotdialog.tpl:6 -#: ihtml/themes/modern/snapshotdialog.tpl:6 msgid "" "This procedure will restore a snapshot of the selected object. It will " "replace the existing object after pressing the restore button." @@ -2466,7 +1539,6 @@ msgstr "" "restaurer." #: ihtml/themes/default/snapshotdialog.tpl:9 -#: ihtml/themes/modern/snapshotdialog.tpl:9 msgid "" "Remember that DNS configuration and database entries could not be restored. " "For some objects it is only nescessary to open and save them again (goFon), " @@ -2478,7 +1550,6 @@ msgstr "" "être recrées manuellement (glpi)." #: ihtml/themes/default/snapshotdialog.tpl:12 -#: ihtml/themes/modern/snapshotdialog.tpl:12 msgid "" "Don't forget to check references to other objects, for example does the " "selected printer still exists ?" @@ -2487,34 +1558,28 @@ msgstr "" "est ce que l'imprimante sélectionnée existe encore ?" #: ihtml/themes/default/snapshotdialog.tpl:20 -#: ihtml/themes/default/snapshotdialog.tpl:62 -#: ihtml/themes/modern/snapshotdialog.tpl:20 -#: ihtml/themes/modern/snapshotdialog.tpl:63 -#: plugins/admin/departments/class_department.inc:624 -#: include/utils/class_msgPool.inc:475 include/class_acl.inc:797 -#: include/class_acl.inc:804 include/class_acl.inc:811 +#: ihtml/themes/default/snapshotdialog.tpl:63 +#: plugins/admin/departments/class_department.inc:626 +#: include/utils/class_msgPool.inc:458 include/class_acl.inc:795 +#: include/class_acl.inc:802 include/class_acl.inc:809 msgid "Object" msgstr "Objet" #: ihtml/themes/default/snapshotdialog.tpl:29 -#: ihtml/themes/modern/snapshotdialog.tpl:29 msgid "There is no snapshot available that could be restored" msgstr "Il n'y a pas de snapshots disponibles qui pourrait être restaurés" #: ihtml/themes/default/snapshotdialog.tpl:31 -#: ihtml/themes/modern/snapshotdialog.tpl:31 msgid "Choose a snapshot and click the folder image, to restore the snapshot" msgstr "" "Choisissez une copie instantanée et cliquez sur l'image du répertoire, pour " "restaurer la copie" -#: ihtml/themes/default/snapshotdialog.tpl:49 -#: ihtml/themes/modern/snapshotdialog.tpl:50 +#: ihtml/themes/default/snapshotdialog.tpl:50 msgid "Creating object snapshots" msgstr "Créer une copie instantanée des d'objets" -#: ihtml/themes/default/snapshotdialog.tpl:52 -#: ihtml/themes/modern/snapshotdialog.tpl:53 +#: ihtml/themes/default/snapshotdialog.tpl:53 msgid "" "This procedure will create a snapshot of the selected object. It will be " "stored inside a special branch of your directory system and can be restored " @@ -2524,8 +1589,7 @@ msgstr "" "sera stocké dans une branche spéciale de votre annuaire et pourra être " "restauré plus tard." -#: ihtml/themes/default/snapshotdialog.tpl:55 -#: ihtml/themes/modern/snapshotdialog.tpl:56 +#: ihtml/themes/default/snapshotdialog.tpl:56 msgid "" "Remember that database entries, DNS configurations and possibly created " "zones in server extensions will not be stored in the snapshot." @@ -2534,25 +1598,22 @@ msgstr "" "DNS et probablement les zones crées dans les serveurs ne seront pas stockées " "dans les copie instantanées." -#: ihtml/themes/default/snapshotdialog.tpl:70 -#: ihtml/themes/modern/snapshotdialog.tpl:71 +#: ihtml/themes/default/snapshotdialog.tpl:71 msgid "Timestamp" msgstr "Date" -#: ihtml/themes/default/snapshotdialog.tpl:79 -#: ihtml/themes/modern/snapshotdialog.tpl:80 +#: ihtml/themes/default/snapshotdialog.tpl:80 msgid "Reason for generating this snapshot" msgstr "Raison pour la génération de cette copie instantanée" -#: ihtml/themes/default/snapshotdialog.tpl:87 -#: ihtml/themes/modern/snapshotdialog.tpl:88 +#: ihtml/themes/default/snapshotdialog.tpl:88 #: plugins/admin/users/template.tpl:49 -#: plugins/admin/departments/class_department.inc:564 -#: plugins/admin/departments/class_department.inc:646 +#: plugins/admin/departments/class_department.inc:566 +#: plugins/admin/departments/class_department.inc:648 msgid "Continue" msgstr "Continuer" -#: ihtml/themes/default/sizelimit.tpl:3 ihtml/themes/modern/sizelimit.tpl:3 +#: ihtml/themes/default/sizelimit.tpl:3 msgid "" "The size limit option makes LDAP operations faster and saves the LDAP server " "from getting too much load. The easiest way to handle big databases without " @@ -2565,17 +1626,17 @@ msgstr "" "de limiter la recherche à des valeurs plus petites et d'utiliser les filtres " "pour obtenir les valeurs que vous recherchez." -#: ihtml/themes/default/sizelimit.tpl:6 ihtml/themes/modern/sizelimit.tpl:8 +#: ihtml/themes/default/sizelimit.tpl:8 msgid "Please choose the way to react for this session" msgstr "Veuillez choisir la façon de réagir pour cette session" -#: ihtml/themes/default/sizelimit.tpl:9 ihtml/themes/modern/sizelimit.tpl:10 +#: ihtml/themes/default/sizelimit.tpl:10 msgid "ignore this error and show all entries the LDAP server returns" msgstr "" "ignorer cette erreur et montrer toutes les entrées retournées par le serveur " "LDAP" -#: ihtml/themes/default/sizelimit.tpl:10 ihtml/themes/modern/sizelimit.tpl:11 +#: ihtml/themes/default/sizelimit.tpl:11 msgid "" "ignore this error and show all entries that fit into the defined sizelimit " "and let me use filters instead" @@ -2584,52 +1645,18 @@ msgstr "" "au paramètre sizelimit défini et laissez moi utiliser les filtres pour " "restreindre les données a visualiser" -#: ihtml/themes/default/sizelimit.tpl:14 ihtml/themes/modern/sizelimit.tpl:16 -#: include/utils/class_msgPool.inc:348 +#: ihtml/themes/default/sizelimit.tpl:16 include/utils/class_msgPool.inc:331 #, php-format msgid "Set" msgstr "Activer" -#: ihtml/themes/default/logout.tpl:5 ihtml/themes/modern/logout.tpl:6 -msgid "Your GOsa session has expired!" -msgstr "Votre session GOsa à expiré !" - -#: ihtml/themes/default/logout.tpl:7 ihtml/themes/modern/logout.tpl:9 -msgid "" -"The last interaction with the GOsa web interface has been some time ago in " -"the past. For security reasons, the session has been closed. To continue " -"with administrative tasks, please sign in again." -msgstr "" -"Votre dernière interaction avec GOsa date d'un certain temps. Pour des " -"raisons de sécurité, la session à été fermée. Pour continuer à administrer, " -"veuillez vous reconnecter." - -#: ihtml/themes/default/logout.tpl:10 ihtml/themes/modern/logout.tpl:15 -msgid "Sign in again" -msgstr "Reconnexion" - -#: ihtml/themes/modern/acl.tpl:15 ihtml/themes/modern/acl.tpl:16 -#: include/class_userFilter.inc:55 -#, fuzzy -msgid "Options" -msgstr "Applications" - -#: ihtml/themes/modern/acl.tpl:54 -#, fuzzy -msgid "Member selection" -msgstr "Préférences des groupes" - -#: ihtml/themes/modern/userFilter.tpl:1 -#, fuzzy -msgid "List of defined filters" -msgstr "Ecrire le fichier de configuration" - -#: ihtml/themes/modern/removeEntries.tpl:4 +#: ihtml/themes/default/removeEntries.tpl:4 +#: plugins/addons/propertyEditor/property-list.tpl:7 #, fuzzy msgid "Attention" msgstr "Authentification" -#: ihtml/themes/modern/removeEntries.tpl:14 +#: ihtml/themes/default/removeEntries.tpl:14 #, fuzzy msgid "" "If you're sure you want to do this press 'Delete' to continue or 'Cancel' to " @@ -2638,36 +1665,60 @@ msgstr "" "D'accord - si vous êtes sur - cliquez sur 'Supprimer' pour continuer ou sur " "'Annuler' pour abandonner." -#: ihtml/themes/modern/msg_dialog.tpl:55 -#: ihtml/themes/modern/msg_dialog.tpl:103 +#: ihtml/themes/default/logout.tpl:6 +msgid "Your GOsa session has expired!" +msgstr "Votre session GOsa à expiré !" + +#: ihtml/themes/default/logout.tpl:9 +#, fuzzy +msgid "" +"It has been a while since your last interaction with GOsa took place. Your " +"session has been closed for security reasons. Please login again to continue " +"with administrative tasks." +msgstr "" +"Votre dernière interaction avec GOsa date d'un certain temps. Pour des " +"raisons de sécurité, la session à été fermée. Pour continuer à administrer, " +"veuillez vous reconnecter." + +#: ihtml/themes/default/logout.tpl:16 +#, fuzzy +msgid "Login again" +msgstr "Reconnexion" + +#: ihtml/themes/default/msg_dialog.tpl:55 +#: ihtml/themes/default/msg_dialog.tpl:103 msgid "Error message title" msgstr "" -#: ihtml/themes/modern/msg_dialog.tpl:66 -#: ihtml/themes/modern/msg_dialog.tpl:115 +#: ihtml/themes/default/msg_dialog.tpl:66 +#: ihtml/themes/default/msg_dialog.tpl:115 #, fuzzy msgid "Error message" msgstr "Envoyer un message" -#: ihtml/themes/modern/userFilterEditor.tpl:1 -#: ihtml/themes/modern/userFilterEditor.tpl:5 +#: ihtml/themes/default/userFilterEditor.tpl:1 +#: ihtml/themes/default/userFilterEditor.tpl:5 #, fuzzy msgid "Filter editor" msgstr "Erreur de Filtre" -#: ihtml/themes/modern/userFilterEditor.tpl:8 +#: ihtml/themes/default/userFilterEditor.tpl:8 #, fuzzy msgid "Filter properties" msgstr "Modifier les propriétés de base" -#: ihtml/themes/modern/userFilterEditor.tpl:19 -#: plugins/generic/references/contents.tpl:12 +#: ihtml/themes/default/userFilterEditor.tpl:19 +#: plugins/generic/references/class_reference.inc:57 +#: plugins/generic/references/class_reference.inc:63 +#: plugins/generic/references/class_reference.inc:69 +#: plugins/generic/references/class_reference.inc:75 +#: plugins/generic/references/class_reference.inc:81 #: plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc:45 #: plugins/personal/posix/groupSelect/group-list.xml:40 #: plugins/personal/posix/trustSelect/trust-list.xml:53 #: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:57 #: plugins/admin/groups/generic.tpl:24 -#: plugins/admin/groups/class_group.inc:1022 +#: plugins/admin/groups/class_group.inc:1038 #: plugins/admin/groups/group-list.xml:49 #: plugins/admin/departments/class_domain.inc:63 #: plugins/admin/departments/class_domain.inc:91 @@ -2677,8 +1728,8 @@ msgstr "Modifier les propriétés de base" #: plugins/admin/departments/class_localityGeneric.inc:64 #: plugins/admin/departments/class_localityGeneric.inc:92 #: plugins/admin/departments/locality.tpl:19 -#: plugins/admin/departments/class_department.inc:365 -#: plugins/admin/departments/class_department.inc:669 +#: plugins/admin/departments/class_department.inc:367 +#: plugins/admin/departments/class_department.inc:677 #: plugins/admin/departments/dcObject.tpl:19 #: plugins/admin/departments/domain.tpl:19 #: plugins/admin/departments/country.tpl:19 @@ -2689,156 +1740,227 @@ msgstr "Modifier les propriétés de base" #: plugins/admin/departments/class_dcObject.inc:63 #: plugins/admin/departments/class_dcObject.inc:91 #: plugins/admin/acl/acl_role.tpl:17 plugins/admin/acl/acl-list.xml:57 -#: plugins/admin/acl/class_aclRole.inc:165 -#: plugins/admin/acl/class_aclRole.inc:726 +#: plugins/admin/acl/class_aclRole.inc:163 +#: plugins/admin/acl/class_aclRole.inc:740 #: plugins/admin/ogroups/generic.tpl:15 #: plugins/admin/ogroups/objectSelect/selectObject-list.xml:105 -#: plugins/admin/ogroups/class_ogroup.inc:851 +#: plugins/admin/ogroups/class_ogroup.inc:835 #: plugins/admin/ogroups/ogroup-list.xml:49 -#: include/class_userFilterEditor.inc:242 include/class_acl.inc:253 -#: include/class_acl.inc:263 include/class_SnapShotDialog.inc:177 +#: include/class_userFilterEditor.inc:242 include/class_acl.inc:252 +#: include/class_acl.inc:262 include/class_SnapShotDialog.inc:173 #: include/class_userFilter.inc:55 msgid "Description" msgstr "" -#: ihtml/themes/modern/userFilterEditor.tpl:27 include/class_userFilter.inc:55 +#: ihtml/themes/default/userFilterEditor.tpl:27 +#: include/class_userFilter.inc:55 #, fuzzy msgid "Parent filter" msgstr "Imprimante" -#: ihtml/themes/modern/userFilterEditor.tpl:40 +#: ihtml/themes/default/userFilterEditor.tpl:40 #: plugins/personal/generic/generic.tpl:607 -#: plugins/personal/generic/class_user.inc:1663 +#: plugins/personal/generic/class_user.inc:1675 msgid "Public visible" msgstr "Visible par tous" -#: ihtml/themes/modern/userFilterEditor.tpl:49 +#: ihtml/themes/default/userFilterEditor.tpl:45 +msgid "Enabled" +msgstr "Activé" + +#: ihtml/themes/default/userFilterEditor.tpl:49 msgid "Categories where the filter is visible" msgstr "" -#: ihtml/themes/modern/userFilterEditor.tpl:69 +#: ihtml/themes/default/userFilterEditor.tpl:69 #, fuzzy msgid "Query" msgstr "utilisateurs" -#: plugins/generic/references/class_reference.inc:43 -#: plugins/personal/posix/class_posixAccount.inc:37 -msgid "UNIX" -msgstr "" +#: plugins/generic/references/class_reference.inc:58 +#: plugins/generic/references/class_reference.inc:64 +#: plugins/personal/posix/generic.tpl:89 +#: plugins/personal/posix/paste_generic.tpl:54 +#: plugins/personal/posix/paste_generic.tpl:57 +msgid "Group membership" +msgstr "Appartenance au groupe" -#: plugins/generic/references/class_reference.inc:45 -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:72 -#: plugins/admin/users/class_userManagement.inc:762 -#: plugins/admin/groups/class_groupManagement.inc:165 -#: plugins/admin/ogroups/tabs_ogroups.inc:148 -msgid "Mail" -msgstr "Messagerie" +#: plugins/generic/references/class_reference.inc:70 +#, fuzzy +msgid "Role membership" +msgstr "Appartenance au groupe" -#: plugins/generic/references/class_reference.inc:47 -#: plugins/generic/references/class_reference.inc:49 -#: plugins/personal/posix/class_posixAccount.inc:294 -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:80 -#: plugins/admin/users/class_userManagement.inc:767 -#: plugins/admin/groups/class_groupManagement.inc:173 -msgid "Samba" -msgstr "" +#: plugins/generic/references/class_reference.inc:76 +#, fuzzy +msgid "Object group membership" +msgstr "Groupes d'objets" -#: plugins/generic/references/class_reference.inc:51 -#: plugins/admin/users/class_userManagement.inc:779 -msgid "FAX" -msgstr "" +#: plugins/generic/references/class_reference.inc:82 +#, fuzzy +msgid "Department manager" +msgstr "Nom du département" -#: plugins/generic/references/class_reference.inc:53 -msgid "Proxy" -msgstr "" +#: plugins/generic/references/class_reference.inc:87 +#: plugins/personal/generic/class_user.inc:1341 +#: plugins/personal/generic/class_user.inc:1388 +#: plugins/personal/generic/class_user.inc:1715 +#: plugins/personal/generic/class_user.inc:1869 +#: plugins/admin/users/class_userManagement.inc:426 +#: plugins/admin/users/user-list.xml:57 +#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:40 +#: plugins/admin/groups/userSelect/user-list.xml:40 +#: plugins/admin/groups/class_group.inc:210 +#: plugins/admin/groups/class_group.inc:1170 +#: plugins/admin/groups/class_group.inc:1180 +msgid "Given name" +msgstr "Prénom" -#: plugins/generic/references/class_reference.inc:55 -msgid "FTP" +#: plugins/generic/references/class_reference.inc:87 +#: plugins/personal/generic/class_user.inc:1714 +#: plugins/admin/users/user-list.xml:49 +#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:48 +#: plugins/admin/groups/userSelect/user-list.xml:48 +msgid "Surname" +msgstr "Nom de famille" + +#: plugins/generic/references/class_reference.inc:88 +#, fuzzy +msgid "User manager" +msgstr "Nom d'utilisateur" + +#: plugins/generic/references/contents.tpl:2 +#, fuzzy +msgid "Object information" +msgstr "Informations de connexions" + +#: plugins/generic/references/contents.tpl:3 +#, fuzzy +msgid "Object info" +msgstr "Objet utilisé" + +#: plugins/generic/references/contents.tpl:7 +msgid "Show raw object entry" msgstr "" -#: plugins/generic/references/class_reference.inc:57 -#: plugins/personal/posix/groupSelect/group-list.xml:13 -#: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:23 -#: plugins/admin/groups/group-list.xml:15 -#: plugins/admin/groups/group-list.xml:79 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:71 -#: plugins/admin/ogroups/class_ogroupManagement.inc:184 -#: plugins/admin/ogroups/ogroup-list.xml:79 -msgid "Group" -msgstr "Groupes" +#: plugins/generic/references/contents.tpl:18 +#: plugins/generic/references/contents.tpl:20 +#, fuzzy +msgid "Last modification" +msgstr "Information Utilisateur" -#: plugins/generic/references/class_reference.inc:59 -#: plugins/personal/generic/generic.tpl:309 -#: plugins/personal/generic/class_user.inc:1699 -#: plugins/admin/departments/dep-list.xml:55 -#: plugins/admin/departments/dep-list.xml:71 -#: plugins/admin/departments/dep-list.xml:138 -#: plugins/admin/departments/class_departmentManagement.inc:250 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:15 -#: plugins/admin/ogroups/class_ogroupManagement.inc:186 -msgid "Department" -msgstr "Département" +#: plugins/generic/references/contents.tpl:18 +#: plugins/admin/groups/class_group.inc:329 +#: plugins/admin/groups/class_group.inc:350 +#: plugins/admin/groups/class_group.inc:367 +#: plugins/admin/departments/class_department.inc:154 +#: include/class_pluglist.inc:373 +msgid "Unknown" +msgstr "Inconnu" -#: plugins/generic/references/class_reference.inc:61 -#: plugins/personal/generic/generic.tpl:397 -#: plugins/personal/generic/generic.tpl:577 -#: plugins/personal/generic/class_user.inc:1371 -#: plugins/personal/generic/class_user.inc:1823 -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:88 -#: plugins/admin/users/class_userManagement.inc:783 -#: plugins/admin/groups/class_groupManagement.inc:181 -#: plugins/admin/departments/generic.tpl:110 -#: plugins/admin/departments/organization.tpl:109 -#: plugins/admin/departments/class_department.inc:376 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:55 -#: plugins/admin/ogroups/class_ogroupManagement.inc:188 -msgid "Phone" -msgstr "Téléphone" +#: plugins/generic/references/contents.tpl:29 +#, fuzzy +msgid "Object references" +msgstr "Références" -#: plugins/generic/references/class_reference.inc:63 -#: plugins/admin/ogroups/class_ogroupManagement.inc:185 -msgid "Application" -msgstr "Applications" +#: plugins/generic/references/contents.tpl:45 +#, fuzzy +msgid "ACL trace" +msgstr "Type ACL" -#: plugins/generic/references/class_reference.inc:67 -msgid "Thin Client" -msgstr "Clients légers" +#: plugins/generic/references/class_aclResolver.inc:62 +#: include/class_acl.inc:226 +msgid "Reset ACLs" +msgstr "Remise à zéro des ACL" -#: plugins/generic/references/class_reference.inc:69 -#: plugins/personal/posix/trustSelect/trust-list.xml:19 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:31 -#: plugins/admin/ogroups/class_ogroupManagement.inc:189 -msgid "Workstation" -msgstr "Stations de travail" +#: plugins/generic/references/class_aclResolver.inc:63 +#: plugins/admin/acl/class_aclRole.inc:136 include/class_acl.inc:227 +msgid "One level" +msgstr "Un niveau" -#: plugins/generic/references/class_reference.inc:71 -#: plugins/admin/ogroups/generic.tpl:1 -#: plugins/admin/ogroups/ogroup-list.xml:15 -msgid "Object group" -msgstr "Groupes d'objets" +#: plugins/generic/references/class_aclResolver.inc:64 +#: plugins/admin/acl/class_aclRole.inc:137 include/class_acl.inc:228 +#: include/class_acl.inc:233 +msgid "Current object" +msgstr "Objet actuel" -#: plugins/generic/references/class_reference.inc:73 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:47 -#: plugins/admin/ogroups/class_ogroupManagement.inc:192 -msgid "Printer" -msgstr "Imprimante" +#: plugins/generic/references/class_aclResolver.inc:65 +#: plugins/admin/acl/class_aclRole.inc:138 include/class_acl.inc:229 +msgid "Complete subtree" +msgstr "Sous arbre complet" -#: plugins/generic/references/contents.tpl:2 +#: plugins/generic/references/class_aclResolver.inc:66 +#: plugins/admin/acl/class_aclRole.inc:139 include/class_acl.inc:230 +msgid "Complete subtree (permanent)" +msgstr "Le sous arbre complet (permanent)" + +#: plugins/generic/references/class_aclResolver.inc:67 +#: include/class_acl.inc:231 include/class_acl.inc:234 +msgid "Use ACL defined in role" +msgstr "Utiliser l'ACL définie dans le rôle" + +#: plugins/generic/references/class_aclResolver.inc:131 +msgid "Enter another user name" +msgstr "" + +#: plugins/generic/references/class_aclResolver.inc:157 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:126 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:128 +#: plugins/addons/dyngroup/dyngroup.tpl:8 +msgid "Filter" +msgstr "Filtre" + +#: plugins/generic/references/class_aclResolver.inc:181 #, fuzzy -msgid "Object references" -msgstr "Références" +msgid "Acls" +msgstr "classe" + +#: plugins/generic/references/class_aclResolver.inc:186 +#, php-format +msgid "List of effective ACLs for '%s'" +msgstr "" -#: plugins/generic/references/contents.tpl:12 -msgid "Object name" -msgstr "Nom de l'objet" +#: plugins/generic/references/class_aclResolver.inc:187 +#: plugins/generic/references/class_aclResolver.inc:191 +#, fuzzy +msgid "Object permissions" +msgstr "Préférences des groupes" + +#: plugins/generic/references/class_aclResolver.inc:291 +#: include/class_core.inc:113 include/class_core.inc:119 +msgid "All" +msgstr "" + +#: plugins/generic/references/class_aclResolver.inc:295 +#: include/class_acl.inc:819 +msgid "Grant permission to owner" +msgstr "Donner la permission à l'utilisateur" + +#: plugins/generic/references/class_aclResolver.inc:297 +#: include/class_acl.inc:823 include/class_acl.inc:928 +#: include/class_acl.inc:932 +msgid "read" +msgstr "lecture" + +#: plugins/generic/references/class_aclResolver.inc:298 +#: include/class_acl.inc:824 include/class_acl.inc:930 +#: include/class_acl.inc:933 +msgid "write" +msgstr "écrire" + +#: plugins/generic/references/class_aclResolver.inc:299 +#, fuzzy +msgid "create" +msgstr "Créer" -#: plugins/generic/references/contents.tpl:12 -msgid "Contents" -msgstr "Contenu" +#: plugins/generic/references/class_aclResolver.inc:300 +#, fuzzy +msgid "remove" +msgstr "Supprimer" -#: plugins/generic/references/contents.tpl:19 -msgid "This object has no relationship to other objects." -msgstr "Cette objet n'a pas de relation avec d'autres objets." +#: plugins/generic/references/class_aclResolver.inc:301 +#, fuzzy +msgid "move" +msgstr "Supprimer" #: plugins/generic/welcome/main.inc:26 #, php-format @@ -2876,47 +1998,73 @@ msgstr "" "Les changements prennent effet immédiatement. Veuillez mémoriser le nouveau " "mot de passe car sans lui vous ne serez pas capable de vous identifier." -#: plugins/personal/password/password.tpl:8 plugins/admin/users/password.tpl:8 -msgid "" -"Changing the password affects your authentification on mail, proxy, samba " -"and unix services." -msgstr "" -"Changer le mot de passe affecte votre identification sur la messagerie, le " -"proxy, samba, et les services unix." - -#: plugins/personal/password/password.tpl:11 -#: plugins/personal/generic/password.tpl:5 +#: plugins/personal/password/password.tpl:7 +#: plugins/personal/myaccount/password.tpl:5 #, fuzzy msgid "Password change dialog" msgstr "Changement de mot de passe" -#: plugins/personal/password/password.tpl:23 -#: plugins/personal/generic/password.tpl:11 -#: plugins/admin/users/password.tpl:17 +#: plugins/personal/password/password.tpl:9 html/password.php:245 +msgid "Current password" +msgstr "Mot de passe actuel" + +#: plugins/personal/password/password.tpl:15 +#: plugins/personal/myaccount/main.inc:110 +#: plugins/personal/myaccount/password.tpl:7 +#: plugins/admin/users/password.tpl:9 +#: plugins/admin/users/class_userManagement.inc:250 html/password.php:219 +msgid "New password" +msgstr "Nouveau mot de passe" + +#: plugins/personal/password/password.tpl:22 +#: plugins/personal/myaccount/password.tpl:12 +#: plugins/admin/users/password.tpl:16 msgid "Repeat new password" msgstr "Confirmation du nouveau mot de passe" -#: plugins/personal/password/password.tpl:40 -#: plugins/personal/generic/password.tpl:19 -#: plugins/admin/users/password.tpl:32 -msgid "Set password" +#: plugins/personal/password/password.tpl:28 +msgid "Password strength" +msgstr "Niveau de sécurité du mot de passe" + +#: plugins/personal/password/password.tpl:40 +#: plugins/personal/myaccount/password.tpl:22 +#: plugins/admin/users/password.tpl:34 +msgid "Set password" msgstr "Attribuer le mot de passe" #: plugins/personal/password/password.tpl:41 msgid "Clear fields" msgstr "Effacer les données dans les champs" +#: plugins/personal/password/class_password.inc:26 +#: plugins/admin/users/user-list.xml:128 plugins/admin/users/user-list.xml:230 +msgid "Change password" +msgstr "Modifier le mot de passe" + #: plugins/personal/password/class_password.inc:27 msgid "Change user password" msgstr "Modifier votre mot de passe" +#: plugins/personal/password/class_password.inc:78 +#: plugins/personal/password/class_password.inc:81 +#: plugins/personal/password/class_password.inc:84 +#: plugins/personal/password/class_password.inc:87 +#: plugins/personal/password/class_password.inc:90 +#: plugins/personal/password/class_password.inc:93 +#: plugins/personal/password/class_password.inc:96 +#: plugins/personal/password/class_password.inc:110 +#: plugins/personal/password/class_password.inc:116 +#: plugins/admin/users/class_userManagement.inc:277 html/main.php:349 +msgid "Password change" +msgstr "Changement de mot de passe" + #: plugins/personal/password/class_password.inc:79 msgid "You need to specify your current password in order to proceed." msgstr "Vous devez spécifier votre mode de passe actuel pour continuer." #: plugins/personal/password/class_password.inc:82 -#: plugins/personal/myaccount/main.inc:94 -#: plugins/admin/users/class_userManagement.inc:247 html/password.php:217 +#: plugins/personal/myaccount/main.inc:107 +#: plugins/admin/users/class_userManagement.inc:247 msgid "" "The passwords you've entered as 'New password' and 'Repeated new password' " "do not match." @@ -2929,22 +2077,26 @@ msgid "The password you've entered as 'New password' is empty." msgstr "" "Le mot de passe que vous avez entré comme 'Nouveau mot de passe' est vide." -#: plugins/personal/password/class_password.inc:88 html/password.php:229 +#: plugins/personal/password/class_password.inc:88 msgid "The password used as new and current are too similar." msgstr "Le nouveau et l'ancien mot de passe sont trop similaires." -#: plugins/personal/password/class_password.inc:91 html/password.php:235 +#: plugins/personal/password/class_password.inc:91 msgid "The password used as new is to short." msgstr "Le nouveau mot de passe ne comporte pas suffisamment de caractères." -#: plugins/personal/password/class_password.inc:94 +#: plugins/personal/password/class_password.inc:94 html/password.php:238 +msgid "The password contains possibly problematic unicode characters!" +msgstr "" + +#: plugins/personal/password/class_password.inc:97 #, php-format msgid "External password changer reported a problem: %s." msgstr "" "Le programme externe pour changer votre mot de passe à renvoyé une erreur: %" "s." -#: plugins/personal/password/class_password.inc:108 +#: plugins/personal/password/class_password.inc:111 msgid "" "The password you've entered as your current password doesn't match the real " "one." @@ -2952,18 +2104,18 @@ msgstr "" "Le mot de passe entré comme mot de passe actuel ne correspond pas à votre " "mot de passe." -#: plugins/personal/password/class_password.inc:114 +#: plugins/personal/password/class_password.inc:117 msgid "You have no permission to change your password." msgstr "Vous n'avez pas l'autorisation pour changer votre mot de passe." -#: plugins/personal/password/class_password.inc:146 +#: plugins/personal/password/class_password.inc:149 msgid "User password" msgstr "Mot de passe" -#: plugins/personal/password/class_password.inc:150 -#: plugins/personal/generic/class_user.inc:1674 -#: plugins/personal/posix/class_posixAccount.inc:1303 -#: plugins/personal/myaccount/main.inc:125 +#: plugins/personal/password/class_password.inc:153 +#: plugins/personal/generic/class_user.inc:1686 +#: plugins/personal/posix/class_posixAccount.inc:1295 +#: plugins/personal/myaccount/main.inc:138 #: plugins/personal/myaccount/class_MyAccount.inc:5 msgid "My account" msgstr "Mon Compte" @@ -3013,15 +2165,16 @@ msgid "First name" msgstr "Prénom" #: plugins/personal/generic/generic.tpl:68 -#: plugins/personal/generic/class_user.inc:1328 -#: plugins/personal/generic/class_user.inc:1346 +#: plugins/personal/generic/class_user.inc:1326 +#: plugins/personal/generic/class_user.inc:1344 +#: plugins/personal/generic/class_user.inc:1358 #: plugins/personal/generic/class_user.inc:1360 -#: plugins/personal/generic/class_user.inc:1362 +#: plugins/personal/generic/class_user.inc:1716 #: plugins/personal/generic/paste_generic.tpl:16 #: plugins/admin/users/user-list.xml:65 plugins/admin/users/template.tpl:32 #: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:65 #: plugins/admin/groups/singleUserSelect/singleUser-list.xml:56 -#: plugins/admin/groups/userSelect/user-list.xml:56 html/password.php:241 +#: plugins/admin/groups/userSelect/user-list.xml:56 html/password.php:243 msgid "Login" msgstr "Identifiant" @@ -3030,23 +2183,23 @@ msgid "Template name" msgstr "Nom du modèle" #: plugins/personal/generic/generic.tpl:95 -#: plugins/personal/generic/class_user.inc:1686 +#: plugins/personal/generic/class_user.inc:1720 msgid "Personal title" msgstr "Titre Personnel" #: plugins/personal/generic/generic.tpl:105 -#: plugins/personal/generic/class_user.inc:1687 +#: plugins/personal/generic/class_user.inc:1721 msgid "Academic title" msgstr "Titre Universitaire" #: plugins/personal/generic/generic.tpl:120 -#: plugins/personal/generic/class_user.inc:1385 -#: plugins/personal/generic/class_user.inc:1689 +#: plugins/personal/generic/class_user.inc:1383 +#: plugins/personal/generic/class_user.inc:1723 msgid "Date of birth" msgstr "Date de naissance" #: plugins/personal/generic/generic.tpl:143 -#: plugins/personal/generic/class_user.inc:1690 +#: plugins/personal/generic/class_user.inc:1724 msgid "Sex" msgstr "Sexe" @@ -3055,7 +2208,7 @@ msgid "Preferred langage" msgstr "Langue préférée" #: plugins/personal/generic/generic.tpl:186 -#: plugins/personal/generic/class_user.inc:1713 +#: plugins/personal/generic/class_user.inc:1747 #: plugins/admin/departments/class_organizationGeneric.inc:131 msgid "Postal address" msgstr "Adresse postale" @@ -3064,7 +2217,7 @@ msgstr "Adresse postale" #: plugins/personal/generic/generic.tpl:455 #: plugins/admin/departments/generic.tpl:103 #: plugins/admin/departments/organization.tpl:102 -#: plugins/admin/departments/class_department.inc:675 +#: plugins/admin/departments/class_department.inc:683 msgid "Address" msgstr "Adresse" @@ -3073,9 +2226,9 @@ msgid "Private phone" msgstr "Numéro de téléphone privé" #: plugins/personal/generic/generic.tpl:204 -#: plugins/personal/generic/class_user.inc:1366 -#: plugins/personal/generic/class_user.inc:1717 -#: plugins/personal/generic/class_user.inc:1820 +#: plugins/personal/generic/class_user.inc:1364 +#: plugins/personal/generic/class_user.inc:1751 +#: plugins/personal/generic/class_user.inc:1854 msgid "Homepage" msgstr "Page d'accueil" @@ -3083,13 +2236,13 @@ msgstr "Page d'accueil" msgid "Password storage" msgstr "Format de stockage des mots de passe" -#: plugins/personal/generic/generic.tpl:221 include/functions.inc:1249 +#: plugins/personal/generic/generic.tpl:221 include/functions.inc:1258 msgid "Configure" msgstr "Configurer" #: plugins/personal/generic/generic.tpl:229 -#: plugins/personal/generic/class_user.inc:550 -#: plugins/personal/generic/class_user.inc:572 +#: plugins/personal/generic/class_user.inc:549 +#: plugins/personal/generic/class_user.inc:571 #: plugins/personal/generic/generic_certs.tpl:3 msgid "Certificates" msgstr "Certificats" @@ -3107,6 +2260,15 @@ msgstr "Restreindre le login à" msgid "IP or network" msgstr "IP ou réseau" +#: plugins/personal/generic/generic.tpl:255 +#: plugins/personal/generic/generic.tpl:275 +#: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:83 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:123 +#: include/utils/class_msgPool.inc:319 +#, php-format +msgid "Add" +msgstr "Ajouter" + #: plugins/personal/generic/generic.tpl:288 #: plugins/personal/generic/generic.tpl:291 #: plugins/personal/generic/generic.tpl:299 @@ -3128,6 +2290,17 @@ msgstr "Informations sur l'entreprise" msgid "part" msgstr "Smarty" +#: plugins/personal/generic/generic.tpl:309 +#: plugins/personal/generic/class_user.inc:1733 +#: plugins/admin/departments/dep-list.xml:55 +#: plugins/admin/departments/dep-list.xml:71 +#: plugins/admin/departments/dep-list.xml:138 +#: plugins/admin/departments/class_departmentManagement.inc:253 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:15 +#: plugins/admin/ogroups/class_ogroupManagement.inc:186 +msgid "Department" +msgstr "Département" + #: plugins/personal/generic/generic.tpl:317 msgid "Department No." msgstr "No. du département." @@ -3137,19 +2310,19 @@ msgid "Employee No." msgstr "No. de l'employé." #: plugins/personal/generic/generic.tpl:333 -#: plugins/personal/generic/class_user.inc:1703 +#: plugins/personal/generic/class_user.inc:1737 msgid "Employee type" msgstr "Type de l'employé" #: plugins/personal/generic/generic.tpl:342 #: plugins/personal/generic/generic.tpl:358 -#: plugins/personal/generic/class_user.inc:1701 +#: plugins/personal/generic/class_user.inc:1735 #: plugins/admin/departments/class_domain.inc:93 #: plugins/admin/departments/generic.tpl:51 #: plugins/admin/departments/organization.tpl:51 #: plugins/admin/departments/class_localityGeneric.inc:93 #: plugins/admin/departments/locality.tpl:39 -#: plugins/admin/departments/class_department.inc:678 +#: plugins/admin/departments/class_department.inc:686 #: plugins/admin/departments/dcObject.tpl:39 #: plugins/admin/departments/domain.tpl:39 #: plugins/admin/departments/country.tpl:39 @@ -3165,101 +2338,115 @@ msgstr "Gèrer les utilisateurs" msgid "Room No." msgstr "No. de bureau." +#: plugins/personal/generic/generic.tpl:397 +#: plugins/personal/generic/generic.tpl:577 +#: plugins/personal/generic/class_user.inc:1369 +#: plugins/personal/generic/class_user.inc:1857 +#: plugins/admin/users/class_userManagement.inc:783 +#: plugins/admin/groups/class_groupManagement.inc:181 +#: plugins/admin/departments/generic.tpl:110 +#: plugins/admin/departments/organization.tpl:109 +#: plugins/admin/departments/class_department.inc:378 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:55 +#: plugins/admin/ogroups/class_ogroupManagement.inc:188 +msgid "Phone" +msgstr "Téléphone" + #: plugins/personal/generic/generic.tpl:406 -#: plugins/personal/generic/class_user.inc:1377 -#: plugins/personal/generic/class_user.inc:1829 +#: plugins/personal/generic/class_user.inc:1375 +#: plugins/personal/generic/class_user.inc:1863 msgid "Mobile" msgstr "GSM" #: plugins/personal/generic/generic.tpl:414 -#: plugins/personal/generic/class_user.inc:1380 -#: plugins/personal/generic/class_user.inc:1832 +#: plugins/personal/generic/class_user.inc:1378 +#: plugins/personal/generic/class_user.inc:1866 msgid "Pager" msgstr "Bip" #: plugins/personal/generic/generic.tpl:422 #: plugins/personal/generic/generic.tpl:589 -#: plugins/personal/generic/class_user.inc:1374 -#: plugins/personal/generic/class_user.inc:1826 +#: plugins/personal/generic/class_user.inc:1372 +#: plugins/personal/generic/class_user.inc:1860 #: plugins/admin/departments/generic.tpl:118 #: plugins/admin/departments/organization.tpl:117 -#: plugins/admin/departments/class_department.inc:379 -#: plugins/admin/departments/class_department.inc:677 +#: plugins/admin/departments/class_department.inc:381 +#: plugins/admin/departments/class_department.inc:685 #: plugins/admin/departments/class_organizationGeneric.inc:133 msgid "Fax" msgstr "" #: plugins/personal/generic/generic.tpl:439 -#: plugins/personal/generic/class_user.inc:1712 +#: plugins/personal/generic/class_user.inc:1746 #: plugins/admin/departments/generic.tpl:83 #: plugins/admin/departments/generic.tpl:85 #: plugins/admin/departments/generic.tpl:95 #: plugins/admin/departments/organization.tpl:82 #: plugins/admin/departments/organization.tpl:94 #: plugins/admin/departments/class_localityGeneric.inc:91 -#: plugins/admin/departments/class_department.inc:674 +#: plugins/admin/departments/class_department.inc:682 #: plugins/admin/departments/class_organizationGeneric.inc:130 msgid "Location" msgstr "Lieu" #: plugins/personal/generic/generic.tpl:447 -#: plugins/personal/generic/class_user.inc:1711 +#: plugins/personal/generic/class_user.inc:1745 #: plugins/admin/departments/generic.tpl:87 #: plugins/admin/departments/organization.tpl:86 -#: plugins/admin/departments/class_department.inc:673 +#: plugins/admin/departments/class_department.inc:681 #: plugins/admin/departments/class_organizationGeneric.inc:129 msgid "State" msgstr "Département" #: plugins/personal/generic/generic.tpl:471 -#: plugins/personal/generic/class_user.inc:1656 +#: plugins/personal/generic/class_user.inc:1668 msgid "Vocation" msgstr "Travail" #: plugins/personal/generic/generic.tpl:479 -#: plugins/personal/generic/class_user.inc:1659 +#: plugins/personal/generic/class_user.inc:1671 msgid "Unit description" msgstr "Description de l'unité" #: plugins/personal/generic/generic.tpl:488 -#: plugins/personal/generic/class_user.inc:1660 +#: plugins/personal/generic/class_user.inc:1672 msgid "Subject area" msgstr "Zone de sujet" #: plugins/personal/generic/generic.tpl:497 -#: plugins/personal/generic/class_user.inc:1661 +#: plugins/personal/generic/class_user.inc:1673 msgid "Functional title" msgstr "Fonction" #: plugins/personal/generic/generic.tpl:506 -#: plugins/personal/generic/class_user.inc:1665 +#: plugins/personal/generic/class_user.inc:1677 #: plugins/admin/acl/acl-list.xml:23 plugins/admin/acl/acl-list.xml:82 -#: plugins/admin/acl/class_aclRole.inc:716 +#: plugins/admin/acl/class_aclRole.inc:711 msgid "Role" msgstr "Rôle" #: plugins/personal/generic/generic.tpl:520 -#: plugins/personal/generic/class_user.inc:1658 +#: plugins/personal/generic/class_user.inc:1670 msgid "Person locality" msgstr "Lieu de résidence" #: plugins/personal/generic/generic.tpl:529 -#: plugins/personal/generic/class_user.inc:1654 +#: plugins/personal/generic/class_user.inc:1666 msgid "Unit" msgstr "Unité" #: plugins/personal/generic/generic.tpl:538 -#: plugins/personal/generic/class_user.inc:1664 +#: plugins/personal/generic/class_user.inc:1676 msgid "Street" msgstr "Rue" #: plugins/personal/generic/generic.tpl:546 -#: plugins/personal/generic/class_user.inc:1666 +#: plugins/personal/generic/class_user.inc:1678 msgid "Postal code" msgstr "Code postal" #: plugins/personal/generic/generic.tpl:554 -#: plugins/personal/generic/class_user.inc:1655 +#: plugins/personal/generic/class_user.inc:1667 msgid "House identifier" msgstr "Identifiant du bâtiment" @@ -3268,7 +2455,7 @@ msgid "Please use the phone tab" msgstr "Veuillez utiliser l'onglet téléphone" #: plugins/personal/generic/generic.tpl:598 -#: plugins/personal/generic/class_user.inc:1657 +#: plugins/personal/generic/class_user.inc:1669 msgid "Last delivery" msgstr "Dernière distribution" @@ -3277,10 +2464,10 @@ msgid "Edit organizational user settings" msgstr "Editer les paramètres organisationnels de l'utilisateur" #: plugins/personal/generic/class_user.inc:273 -#: plugins/personal/generic/class_user.inc:1876 -#: plugins/admin/departments/class_department.inc:154 -#: include/class_pluglist.inc:363 -msgid "Unknown" +#: plugins/personal/generic/class_user.inc:1910 +#: include/class_configRegistry.inc:185 +#, fuzzy +msgid "unknown" msgstr "Inconnu" #: plugins/personal/generic/class_user.inc:297 @@ -3289,205 +2476,176 @@ msgstr "" "Veuillez ajouter une adresse IP ou une combinaison réseau/masque de sous " "réseau !" -#: plugins/personal/generic/class_user.inc:340 +#: plugins/personal/generic/class_user.inc:339 msgid "female" msgstr "féminin" -#: plugins/personal/generic/class_user.inc:340 +#: plugins/personal/generic/class_user.inc:339 msgid "male" msgstr "masculin" -#: plugins/personal/generic/class_user.inc:396 +#: plugins/personal/generic/class_user.inc:395 #, fuzzy msgid "Password configuration" msgstr "Télécharger la configuration" -#: plugins/personal/generic/class_user.inc:429 +#: plugins/personal/generic/class_user.inc:428 msgid "Cannot upload file!" msgstr "Impossible de télécharger le fichier !" -#: plugins/personal/generic/class_user.inc:522 +#: plugins/personal/generic/class_user.inc:521 msgid "Serial number" msgstr "Numéro de série" -#: plugins/personal/generic/class_user.inc:544 -#: plugins/personal/generic/class_user.inc:1694 +#: plugins/personal/generic/class_user.inc:543 +#: plugins/personal/generic/class_user.inc:1728 +#: plugins/personal/generic/generic_picture.tpl:1 msgid "User picture" msgstr "Image de l'utilisateur" -#: plugins/personal/generic/class_user.inc:569 -msgid "" -"(Some types of certificates are currently not supported and may be displayed " -"as 'invalid'.)" +#: plugins/personal/generic/class_user.inc:568 +msgid "(Not supported certificate types are marked as invalid.)" msgstr "" -"(Certains types de certificats ne sont pas supportés et peuvent être " -"affichés comme 'non valides'.)" -#: plugins/personal/generic/class_user.inc:579 +#: plugins/personal/generic/class_user.inc:578 #, php-format msgid "Certificate is valid from %s to %s and is currently %s." msgstr "Le certificat est valide de %s à %s et est actuellement %s." -#: plugins/personal/generic/class_user.inc:582 +#: plugins/personal/generic/class_user.inc:581 msgid "valid" msgstr "valide" -#: plugins/personal/generic/class_user.inc:583 +#: plugins/personal/generic/class_user.inc:582 msgid "invalid" msgstr "invalide" -#: plugins/personal/generic/class_user.inc:588 +#: plugins/personal/generic/class_user.inc:587 msgid "No certificate installed" msgstr "Pas de certificat installé" -#: plugins/personal/generic/class_user.inc:614 html/password.php:180 +#: plugins/personal/generic/class_user.inc:613 html/password.php:179 msgid "Password method" msgstr "Format de stockage des mots de passe" -#: plugins/personal/generic/class_user.inc:614 +#: plugins/personal/generic/class_user.inc:613 msgid "The selected password method is no longer available." msgstr "" "Le format de stockage sélectionné pour les mots de passe n'est plus " "disponible." -#: plugins/personal/generic/class_user.inc:1205 +#: plugins/personal/generic/class_user.inc:1203 msgid "Cannot build RDN: no + allowed to build sub RDN!" msgstr "" "Impossible de construire le RDN: pas de + autorisé dans la construction d'un " "sous RDN !" -#: plugins/personal/generic/class_user.inc:1212 +#: plugins/personal/generic/class_user.inc:1210 msgid "Cannot build RDN: attribute is not defined!" msgstr "Impossible de construire un RDN: l'attribut n'est pas défini !" -#: plugins/personal/generic/class_user.inc:1230 +#: plugins/personal/generic/class_user.inc:1228 msgid "Cannot build RDN: invalid attribute parameters!" msgstr "" "Imposible de contruire un RDN: les paramètres de l'attribut sont non " "valides !" -#: plugins/personal/generic/class_user.inc:1301 +#: plugins/personal/generic/class_user.inc:1299 msgid "The selected password method requires initial configuration!" msgstr "" "Le format de stockage sélectionné nécessite une configuration de base !" -#: plugins/personal/generic/class_user.inc:1343 -#: plugins/personal/generic/class_user.inc:1390 -#: plugins/personal/generic/class_user.inc:1681 -#: plugins/personal/generic/class_user.inc:1835 -#: plugins/admin/users/class_userManagement.inc:426 -#: plugins/admin/users/user-list.xml:57 -#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:40 -#: plugins/admin/groups/userSelect/user-list.xml:40 -msgid "Given name" -msgstr "Prénom" - -#: plugins/personal/generic/class_user.inc:1500 +#: plugins/personal/generic/class_user.inc:1498 msgid "Cannot open certificate!" msgstr "Impossible d'ouvrir le certificat !" -#: plugins/personal/generic/class_user.inc:1662 +#: plugins/personal/generic/class_user.inc:1674 #: plugins/personal/generic/generic_certs.tpl:83 msgid "Certificate serial number" msgstr "Numéro de série du certificat" -#: plugins/personal/generic/class_user.inc:1670 +#: plugins/personal/generic/class_user.inc:1682 msgid "Generic user settings" msgstr "Paramètres par défaut des utilisateurs" -#: plugins/personal/generic/class_user.inc:1680 -#: plugins/admin/users/user-list.xml:49 -#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:48 -#: plugins/admin/groups/userSelect/user-list.xml:48 -msgid "Surname" -msgstr "Nom de famille" - -#: plugins/personal/generic/class_user.inc:1682 -msgid "User identification" -msgstr "Information Utilisateur" +#: plugins/personal/generic/class_user.inc:1704 +#, php-format +msgid "" +"The 'accountRDN' option tells GOsa to use a placeholder pattern for " +"generating account RDNs. A pattern can include attribute names prefaced by a " +"%% and normal text: %s. This will generate a RDN consisting of cn=.... " +"filled with surname and given name of the edited account. This option " +"disables the use of accountPrimaryAttribute and personalTitleInDn." +msgstr "" -#: plugins/personal/generic/class_user.inc:1684 +#: plugins/personal/generic/class_user.inc:1718 #, fuzzy -msgid "Allow to define user filters" +msgid "Allow definition of custom filters" msgstr "Ecrire le fichier de configuration" -#: plugins/personal/generic/class_user.inc:1691 +#: plugins/personal/generic/class_user.inc:1725 msgid "Preferred language" msgstr "Langue préférée" -#: plugins/personal/generic/class_user.inc:1696 +#: plugins/personal/generic/class_user.inc:1730 #, fuzzy msgid "Login restrictions" msgstr "Restrictions pour les mot de passe" -#: plugins/personal/generic/class_user.inc:1700 +#: plugins/personal/generic/class_user.inc:1734 msgid "Department number" msgstr "Numéro du département" -#: plugins/personal/generic/class_user.inc:1702 +#: plugins/personal/generic/class_user.inc:1736 msgid "Employee number" msgstr "Numéro de l'employé" -#: plugins/personal/generic/class_user.inc:1705 +#: plugins/personal/generic/class_user.inc:1739 msgid "Room number" msgstr "Numéro du bureau" -#: plugins/personal/generic/class_user.inc:1706 +#: plugins/personal/generic/class_user.inc:1740 msgid "Telefon number" msgstr "Numéro de téléphone" -#: plugins/personal/generic/class_user.inc:1707 +#: plugins/personal/generic/class_user.inc:1741 msgid "Pager number" msgstr "Numéro de page" -#: plugins/personal/generic/class_user.inc:1708 +#: plugins/personal/generic/class_user.inc:1742 msgid "Mobile number" msgstr "Numéro de GSM" -#: plugins/personal/generic/class_user.inc:1709 +#: plugins/personal/generic/class_user.inc:1743 msgid "Fax number" msgstr "Numéro de fax" -#: plugins/personal/generic/class_user.inc:1715 +#: plugins/personal/generic/class_user.inc:1749 msgid "Home postal address" msgstr "Adresse postale personnelle" -#: plugins/personal/generic/class_user.inc:1716 +#: plugins/personal/generic/class_user.inc:1750 msgid "Home phone number" msgstr "Numéro de téléphone privé" -#: plugins/personal/generic/class_user.inc:1718 +#: plugins/personal/generic/class_user.inc:1752 msgid "User password method" msgstr "Méthode d'encodage des mots de passe" -#: plugins/personal/generic/class_user.inc:1719 +#: plugins/personal/generic/class_user.inc:1753 msgid "User certificates" msgstr "Certificats utilisateurs" -#: plugins/personal/generic/class_user.inc:1927 +#: plugins/personal/generic/class_user.inc:1961 #, fuzzy msgid "Entries differ" msgstr "Entrées par page" -#: plugins/personal/generic/generic_picture.tpl:1 -msgid "Personal picture" -msgstr "Image personnelle" - #: plugins/personal/generic/generic_picture.tpl:14 #: plugins/personal/generic/paste_generic.tpl:43 msgid "Remove picture" msgstr "Suppression de l'image personnelle" -#: plugins/personal/generic/password.tpl:2 -msgid "" -"You have changed the method your password is stored in the ldap database. " -"For that reason you've to enter your password at this point again. GOsa will " -"then encode it with the selected method." -msgstr "" -"Vous avez sélectionnez une autre méthode de stockage des mots de passe. Pour " -"cette raison vous devez ressaisir votre mot de passe afin que GOsa puisse le " -"réencoder et l'enregistrer dans l'annuaire LDAP." - #: plugins/personal/generic/generic_certs.tpl:5 #, fuzzy msgid "The users standard certificate" @@ -3497,6 +2655,19 @@ msgstr "Certificat standard" msgid "Standard certificate" msgstr "Certificat standard" +#: plugins/personal/generic/generic_certs.tpl:22 +#: plugins/personal/generic/generic_certs.tpl:48 +#: plugins/personal/generic/generic_certs.tpl:74 +#: plugins/admin/users/user-list.xml:121 +#: plugins/admin/groups/group-list.xml:98 +#: plugins/admin/departments/dep-list.xml:160 +#: plugins/admin/departments/dep-list.xml:181 +#: plugins/admin/acl/acl-list.xml:95 plugins/admin/acl/acl-list.xml:144 +#: plugins/admin/ogroups/ogroup-list.xml:98 +#: plugins/addons/propertyEditor/property-list.xml:108 +msgid "Remove" +msgstr "Supprimer" + #: plugins/personal/generic/generic_certs.tpl:31 #, fuzzy msgid "The users S/MIME certificate" @@ -3542,23 +2713,23 @@ msgid "Generic settings" msgstr "Paramètres par défaut des utilisateurs" #: plugins/personal/posix/generic.tpl:8 -#: plugins/personal/posix/class_posixAccount.inc:884 -#: plugins/personal/posix/class_posixAccount.inc:887 -#: plugins/personal/posix/class_posixAccount.inc:962 -#: plugins/personal/posix/class_posixAccount.inc:965 -#: plugins/personal/posix/class_posixAccount.inc:1309 +#: plugins/personal/posix/class_posixAccount.inc:857 +#: plugins/personal/posix/class_posixAccount.inc:860 +#: plugins/personal/posix/class_posixAccount.inc:935 +#: plugins/personal/posix/class_posixAccount.inc:938 +#: plugins/personal/posix/class_posixAccount.inc:1305 #: plugins/personal/posix/paste_generic.tpl:5 #: plugins/personal/posix/paste_generic.tpl:8 msgid "Home directory" msgstr "Répertoire Home" #: plugins/personal/posix/generic.tpl:16 -#: plugins/personal/posix/class_posixAccount.inc:1311 +#: plugins/personal/posix/class_posixAccount.inc:1307 msgid "Shell" msgstr "" #: plugins/personal/posix/generic.tpl:26 -#: plugins/personal/posix/class_posixAccount.inc:1310 +#: plugins/personal/posix/class_posixAccount.inc:1306 #: plugins/personal/posix/paste_generic.tpl:17 msgid "Primary group" msgstr "Groupe principal" @@ -3577,28 +2748,22 @@ msgid "Force UID/GID" msgstr "Forcer l'UID/GID" #: plugins/personal/posix/generic.tpl:64 -#: plugins/personal/posix/class_posixAccount.inc:895 -#: plugins/personal/posix/class_posixAccount.inc:898 +#: plugins/personal/posix/class_posixAccount.inc:868 +#: plugins/personal/posix/class_posixAccount.inc:871 #: plugins/personal/posix/paste_generic.tpl:36 msgid "UID" msgstr "" #: plugins/personal/posix/generic.tpl:75 -#: plugins/personal/posix/class_posixAccount.inc:902 -#: plugins/personal/posix/class_posixAccount.inc:905 +#: plugins/personal/posix/class_posixAccount.inc:875 +#: plugins/personal/posix/class_posixAccount.inc:878 #: plugins/personal/posix/paste_generic.tpl:45 -#: plugins/admin/groups/class_group.inc:943 #: plugins/admin/groups/class_group.inc:946 -#: plugins/admin/groups/class_group.inc:1025 +#: plugins/admin/groups/class_group.inc:949 +#: plugins/admin/groups/class_group.inc:1041 msgid "GID" msgstr "" -#: plugins/personal/posix/generic.tpl:89 -#: plugins/personal/posix/paste_generic.tpl:54 -#: plugins/personal/posix/paste_generic.tpl:57 -msgid "Group membership" -msgstr "Appartenance au groupe" - #: plugins/personal/posix/generic.tpl:92 #: plugins/personal/posix/paste_generic.tpl:65 msgid "(Warning: more than 16 groups are not supported by NFS!)" @@ -3625,6 +2790,10 @@ msgstr "Clefs SSH" msgid "Edit public ssh keys..." msgstr "Editer les clefs SSH" +#: plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc:173 +msgid "disabled" +msgstr "désactivé" + #: plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc:173 msgid "full access" msgstr "accès complet" @@ -3634,7 +2803,7 @@ msgid "allow access to these hosts" msgstr "permettre l'accès a ces hôtes" #: plugins/personal/posix/trustModeDialog/generic.tpl:2 -#: plugins/admin/groups/class_group.inc:1029 +#: plugins/admin/groups/class_group.inc:1045 msgid "System trust" msgstr "Système de Confiance" @@ -3657,91 +2826,96 @@ msgstr "Préférences pour les mots de passe" msgid "Password expires on" msgstr "Le mot de passe expirera le" +#: plugins/personal/posix/class_posixAccount.inc:37 +#: plugins/personal/posix/class_posixAccount.inc:270 +#: plugins/personal/posix/class_posixAccount.inc:290 +#: plugins/personal/posix/class_posixAccount.inc:292 +#: plugins/personal/posix/class_posixAccount.inc:295 +#: plugins/admin/users/class_userManagement.inc:759 +msgid "POSIX" +msgstr "UNIX" + #: plugins/personal/posix/class_posixAccount.inc:38 msgid "Edit users POSIX settings" msgstr "Editer les paramètres Unix" -#: plugins/personal/posix/class_posixAccount.inc:150 +#: plugins/personal/posix/class_posixAccount.inc:146 msgid "expired" msgstr "expire" -#: plugins/personal/posix/class_posixAccount.inc:152 +#: plugins/personal/posix/class_posixAccount.inc:148 msgid "grace time active" msgstr "temps de grâce activé" +#: plugins/personal/posix/class_posixAccount.inc:151 +#: plugins/personal/posix/class_posixAccount.inc:153 #: plugins/personal/posix/class_posixAccount.inc:155 -#: plugins/personal/posix/class_posixAccount.inc:157 -#: plugins/personal/posix/class_posixAccount.inc:159 msgid "active" msgstr "actif" -#: plugins/personal/posix/class_posixAccount.inc:155 +#: plugins/personal/posix/class_posixAccount.inc:151 msgid "password not changeable" msgstr "mot de passe non modifiable" -#: plugins/personal/posix/class_posixAccount.inc:157 +#: plugins/personal/posix/class_posixAccount.inc:153 msgid "password expired" msgstr "mot de passe expiré" -#: plugins/personal/posix/class_posixAccount.inc:219 +#: plugins/personal/posix/class_posixAccount.inc:215 #: include/class_management.inc:32 include/class_management.inc:33 msgid "unconfigured" msgstr "non configuré" -#: plugins/personal/posix/class_posixAccount.inc:230 +#: plugins/personal/posix/class_posixAccount.inc:226 msgid "automatic" msgstr "automatique" -#: plugins/personal/posix/class_posixAccount.inc:274 -#: plugins/personal/posix/class_posixAccount.inc:294 -#: plugins/personal/posix/class_posixAccount.inc:296 -#: plugins/personal/posix/class_posixAccount.inc:299 -#: plugins/admin/users/class_userManagement.inc:759 -msgid "POSIX" -msgstr "UNIX" +#: plugins/personal/posix/class_posixAccount.inc:290 +#: plugins/admin/users/class_userManagement.inc:767 +#: plugins/admin/groups/class_groupManagement.inc:173 +msgid "Samba" +msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:294 -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:104 +#: plugins/personal/posix/class_posixAccount.inc:290 #: plugins/admin/users/class_userManagement.inc:775 #: plugins/admin/groups/class_groupManagement.inc:197 -#: plugins/admin/ogroups/tabs_ogroups.inc:222 msgid "Environment" msgstr "Environnement" -#: plugins/personal/posix/class_posixAccount.inc:378 +#: plugins/personal/posix/class_posixAccount.inc:374 #, php-format msgid "Password can't be changed up to %s days after last change" msgstr "" "Les mots de passe ne peuvent être changé qu'après %s jours à compter de la " "dernière modification de celui-ci" -#: plugins/personal/posix/class_posixAccount.inc:382 +#: plugins/personal/posix/class_posixAccount.inc:378 #, php-format msgid "Password must be changed after %s days" msgstr "Le mot de passe doit être changé après %s jours" -#: plugins/personal/posix/class_posixAccount.inc:386 +#: plugins/personal/posix/class_posixAccount.inc:382 #, php-format msgid "Disable account after %s days of inactivity after password expiry" msgstr "" "Désactiver le compte après %s jours d'inactivité après l'expiration du mot " "de passe" -#: plugins/personal/posix/class_posixAccount.inc:390 +#: plugins/personal/posix/class_posixAccount.inc:386 #, php-format msgid "Warn user %s days before password expiry" msgstr "Avertir l'utilisateur %s jours avant l'expiration de son mot de passe" -#: plugins/personal/posix/class_posixAccount.inc:678 +#: plugins/personal/posix/class_posixAccount.inc:650 msgid "Timeout while waiting for lock. Ignoring lock!" msgstr "Le temps d'attente du verrou à été dépassé. J'ignore le verrou !" -#: plugins/personal/posix/class_posixAccount.inc:736 -#: plugins/personal/posix/class_posixAccount.inc:1026 +#: plugins/personal/posix/class_posixAccount.inc:708 +#: plugins/personal/posix/class_posixAccount.inc:999 msgid "Group of user" msgstr "Groupe d'utilisateurs" -#: plugins/personal/posix/class_posixAccount.inc:803 +#: plugins/personal/posix/class_posixAccount.inc:773 msgid "" "A duplicated UID number was written for this user. If this was not intended " "please verify all used uidNumbers!" @@ -3749,73 +2923,73 @@ msgstr "" "Un uid en double vient d'être écrit pour cet utilisateur. Si ceci n'était " "pas voulu, veuillez vérifier tout les uid utilisés !" -#: plugins/personal/posix/class_posixAccount.inc:918 -#: plugins/personal/posix/class_posixAccount.inc:971 +#: plugins/personal/posix/class_posixAccount.inc:891 +#: plugins/personal/posix/class_posixAccount.inc:944 msgid "shadowMin" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:923 -#: plugins/personal/posix/class_posixAccount.inc:976 +#: plugins/personal/posix/class_posixAccount.inc:896 +#: plugins/personal/posix/class_posixAccount.inc:949 msgid "shadowMax" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:928 -#: plugins/personal/posix/class_posixAccount.inc:981 +#: plugins/personal/posix/class_posixAccount.inc:901 +#: plugins/personal/posix/class_posixAccount.inc:954 msgid "shadowWarning" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:942 -#: plugins/personal/posix/class_posixAccount.inc:995 +#: plugins/personal/posix/class_posixAccount.inc:915 +#: plugins/personal/posix/class_posixAccount.inc:968 msgid "shadowInactive" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1299 +#: plugins/personal/posix/class_posixAccount.inc:1291 msgid "POSIX account" msgstr "Compte Posix" -#: plugins/personal/posix/class_posixAccount.inc:1313 +#: plugins/personal/posix/class_posixAccount.inc:1309 msgid "Group ID" msgstr "ID du Groupe" -#: plugins/personal/posix/class_posixAccount.inc:1315 +#: plugins/personal/posix/class_posixAccount.inc:1311 #, fuzzy msgid "Shadow last changed" msgstr "Montrer les changements" -#: plugins/personal/posix/class_posixAccount.inc:1316 +#: plugins/personal/posix/class_posixAccount.inc:1312 #, fuzzy msgid "Last login" msgstr "Dernière connexion" -#: plugins/personal/posix/class_posixAccount.inc:1318 +#: plugins/personal/posix/class_posixAccount.inc:1314 msgid "Force password change on login" msgstr "Forcer le changement de mot de passe au la connexion" -#: plugins/personal/posix/class_posixAccount.inc:1319 +#: plugins/personal/posix/class_posixAccount.inc:1315 msgid "Shadow min" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1320 +#: plugins/personal/posix/class_posixAccount.inc:1316 msgid "Shadow max" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1321 +#: plugins/personal/posix/class_posixAccount.inc:1317 msgid "Shadow warning" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1322 +#: plugins/personal/posix/class_posixAccount.inc:1318 msgid "Shadow inactive" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1323 +#: plugins/personal/posix/class_posixAccount.inc:1319 msgid "Shadow expire" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1324 +#: plugins/personal/posix/class_posixAccount.inc:1320 msgid "Public SSH key" msgstr "Clef SSH publique" -#: plugins/personal/posix/class_posixAccount.inc:1325 +#: plugins/personal/posix/class_posixAccount.inc:1321 msgid "System trust model" msgstr "Système de Confiance" @@ -3853,6 +3027,29 @@ msgstr "Imprimante" msgid "Please select the desired entries" msgstr "Veuillez sélectionner les entrées désirées" +#: plugins/personal/posix/groupSelect/group-list.xml:13 +#: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:23 +#: plugins/admin/groups/group-list.xml:15 +#: plugins/admin/groups/group-list.xml:79 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:71 +#: plugins/admin/ogroups/class_ogroupManagement.inc:184 +#: plugins/admin/ogroups/ogroup-list.xml:79 +#: plugins/addons/propertyEditor/property-list.xml:64 +msgid "Group" +msgstr "Groupes" + +#: plugins/personal/posix/trustSelect/trust-list.xml:12 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:23 +#: plugins/admin/ogroups/class_ogroupManagement.inc:187 +msgid "Server" +msgstr "Serveur" + +#: plugins/personal/posix/trustSelect/trust-list.xml:19 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:31 +#: plugins/admin/ogroups/class_ogroupManagement.inc:189 +msgid "Workstation" +msgstr "Stations de travail" + #: plugins/personal/posix/trustSelect/trust-list.xml:26 #: plugins/admin/ogroups/objectSelect/selectObject-list.xml:39 #: plugins/admin/ogroups/class_ogroupManagement.inc:191 @@ -3864,51 +3061,28 @@ msgstr "" msgid "Trust machine selection" msgstr "Préférences des groupes" -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:64 -#: plugins/admin/groups/class_groupManagement.inc:157 -msgid "Posix" -msgstr "" - -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:65 -#: plugins/admin/groups/class_groupManagement.inc:158 -msgid "Edit posix properties" -msgstr "Modifier les propriétés posix" - -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:73 -#: plugins/admin/users/class_userManagement.inc:764 -#: plugins/admin/groups/class_groupManagement.inc:166 -msgid "Edit mail properties" -msgstr "Modifier les propriétés de messagerie" - -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:81 -#: plugins/admin/users/class_userManagement.inc:768 -#: plugins/admin/groups/class_groupManagement.inc:174 -msgid "Edit samba properties" -msgstr "Modifier les propriétés samba" - -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:89 -#: plugins/admin/users/class_userManagement.inc:784 -#: plugins/admin/groups/class_groupManagement.inc:182 -msgid "Edit phone properties" -msgstr "Modifier les propriétés téléphoniques" +#: plugins/personal/myaccount/main.inc:50 +#: include/class_CopyPasteHandler.inc:160 +#: include/class_CopyPasteHandler.inc:274 include/functions.inc:617 +#: include/functions.inc:804 include/functions.inc:922 +#: include/functions.inc:1317 include/functions.inc:2315 +#: include/functions.inc:2349 include/functions.inc:2369 +#: include/class_log.inc:87 include/class_acl.inc:976 +#: include/class_ldap.inc:693 include/class_ldap.inc:744 +#: include/class_management.inc:634 include/class_management.inc:717 +#: include/class_session.inc:76 include/class_session.inc:101 +#: include/class_session.inc:127 +msgid "Internal error" +msgstr "Erreur interne" -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:96 -#: plugins/admin/groups/class_groupManagement.inc:189 -msgid "Menu" +#: plugins/personal/myaccount/main.inc:51 include/class_management.inc:635 +#: include/class_management.inc:718 +#, php-format +msgid "" +"Cannot instantiate tabbed-plugin, the base plugin (%s) is not available!" msgstr "" -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:97 -#: plugins/admin/groups/class_groupManagement.inc:190 -msgid "Edit start menu properties" -msgstr "Modifier les propriétes du menu de démarrage" - -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:105 -#: plugins/admin/users/class_userManagement.inc:776 -#: plugins/admin/groups/class_groupManagement.inc:198 -msgid "Edit environment properties" -msgstr "Modifier les propriétés d'environnement" - -#: plugins/personal/myaccount/main.inc:112 +#: plugins/personal/myaccount/main.inc:125 msgid "You have no permission to set your password!" msgstr "Vous n'avez pas l'autorisation pour changer votre mot de passe !" @@ -3917,6 +3091,16 @@ msgstr "Vous n'avez pas l'autorisation pour changer votre mot de passe !" msgid "Edit personal settings" msgstr "Editer les paramètres Unix" +#: plugins/personal/myaccount/password.tpl:2 +msgid "" +"You have changed the method your password is stored in the ldap database. " +"For that reason you've to enter your password at this point again. GOsa will " +"then encode it with the selected method." +msgstr "" +"Vous avez sélectionnez une autre méthode de stockage des mots de passe. Pour " +"cette raison vous devez ressaisir votre mot de passe afin que GOsa puisse le " +"réencoder et l'enregistrer dans l'annuaire LDAP." + #: plugins/admin/users/password.tpl:4 msgid "" "To change the user password use the fields below. The changes take effect " @@ -3927,12 +3111,12 @@ msgstr "" "Les changements prennent effet immédiatement. Veuillez mémoriser le nouveau " "mot de passe sinon l'utilisateur ne pourra pas s'identifier sans celui-ci." -#: plugins/admin/users/password.tpl:11 +#: plugins/admin/users/password.tpl:7 #, fuzzy msgid "Password input dialog" msgstr "Changement de mot de passe" -#: plugins/admin/users/password.tpl:21 +#: plugins/admin/users/password.tpl:23 msgid "Strength" msgstr "Sécurité" @@ -3956,7 +3140,7 @@ msgstr "Montrer les utilisateurs de la messagerie" #: plugins/admin/users/class_userManagement.inc:26 msgid "" -"Manage aspects of user accounts like generic, posix, samba and mail settings" +"Manage aspects of user accounts like generic, POSIX, samba and mail settings" msgstr "" #: plugins/admin/users/class_userManagement.inc:189 @@ -3967,11 +3151,9 @@ msgstr "Erreur d'infrastructure" #: plugins/admin/users/class_userManagement.inc:221 #: plugins/admin/users/class_userManagement.inc:629 -#: include/class_management.inc:302 include/class_management.inc:459 -#: include/class_management.inc:506 include/class_management.inc:543 -#: include/class_management.inc:557 include/class_plugin.inc:1434 -#: include/class_plugin.inc:1446 include/class_plugin.inc:1461 -#: include/class_plugin.inc:1474 +#: include/class_management.inc:304 include/class_management.inc:462 +#: include/class_management.inc:509 include/class_management.inc:524 +#: include/class_management.inc:561 include/class_management.inc:575 msgid "Permission" msgstr "Permissions" @@ -3984,7 +3166,7 @@ msgstr "" #: plugins/admin/users/class_userManagement.inc:348 #: plugins/admin/users/class_userManagement.inc:382 #: plugins/admin/users/class_userManagement.inc:413 -#: plugins/admin/ogroups/class_ogroup.inc:300 +#: plugins/admin/ogroups/class_ogroup.inc:309 msgid "none" msgstr "aucun" @@ -3997,7 +3179,7 @@ msgstr "Modèle" #: plugins/admin/users/class_userManagement.inc:587 #: plugins/admin/users/class_userManagement.inc:591 #: plugins/admin/acl/class_aclManagement.inc:98 -#: include/class_management.inc:383 +#: include/class_management.inc:385 msgid "Permission error" msgstr "Erreur de permissions" @@ -4030,6 +3212,22 @@ msgstr "Modifier les propriétés de base" msgid "Edit POSIX properties" msgstr "Modifier les propriétés UNIX" +#: plugins/admin/users/class_userManagement.inc:762 +#: plugins/admin/groups/class_groupManagement.inc:165 +#: plugins/admin/ogroups/tabs_ogroups.inc:150 +msgid "Mail" +msgstr "Messagerie" + +#: plugins/admin/users/class_userManagement.inc:764 +#: plugins/admin/groups/class_groupManagement.inc:166 +msgid "Edit mail properties" +msgstr "Modifier les propriétés de messagerie" + +#: plugins/admin/users/class_userManagement.inc:768 +#: plugins/admin/groups/class_groupManagement.inc:174 +msgid "Edit samba properties" +msgstr "Modifier les propriétés samba" + #: plugins/admin/users/class_userManagement.inc:771 msgid "Netatalk" msgstr "" @@ -4038,10 +3236,24 @@ msgstr "" msgid "Edit netatalk properties" msgstr "Modifier les propriétés de Netatalk" -#: plugins/admin/users/class_userManagement.inc:780 +#: plugins/admin/users/class_userManagement.inc:776 +#: plugins/admin/groups/class_groupManagement.inc:198 +msgid "Edit environment properties" +msgstr "Modifier les propriétés d'environnement" + +#: plugins/admin/users/class_userManagement.inc:779 +msgid "FAX" +msgstr "" + +#: plugins/admin/users/class_userManagement.inc:780 msgid "Edit FAX properties" msgstr "Modifier les propriétés FAX" +#: plugins/admin/users/class_userManagement.inc:784 +#: plugins/admin/groups/class_groupManagement.inc:182 +msgid "Edit phone properties" +msgstr "Modifier les propriétés téléphoniques" + #: plugins/admin/users/templatize.tpl:2 msgid "Applying a template" msgstr "Appliquer un modèle" @@ -4067,6 +3279,15 @@ msgstr "Pas de modèles disponibles !" msgid "List of users" msgstr "Liste des utilisateurs" +#: plugins/admin/users/user-list.xml:23 plugins/admin/users/user-list.xml:95 +#: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:15 +#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:14 +#: plugins/admin/groups/userSelect/user-list.xml:14 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:63 +#: plugins/admin/ogroups/class_ogroupManagement.inc:183 +msgid "User" +msgstr "Utilisateur" + #: plugins/admin/users/user-list.xml:73 plugins/admin/groups/group-list.xml:57 #: plugins/admin/departments/generic.tpl:7 #: plugins/admin/departments/generic.tpl:9 @@ -4084,11 +3305,11 @@ msgstr "Liste des utilisateurs" msgid "Properties" msgstr "Propriétés" -#: plugins/admin/users/user-list.xml:78 -#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:64 -#: plugins/admin/groups/group-list.xml:62 +#: plugins/admin/users/user-list.xml:78 plugins/admin/groups/group-list.xml:62 #: plugins/admin/departments/dep-list.xml:87 plugins/admin/acl/acl-list.xml:65 -#: plugins/admin/ogroups/ogroup-list.xml:62 include/class_listing.inc:1127 +#: plugins/admin/ogroups/ogroup-list.xml:62 +#: plugins/addons/propertyEditor/property-list.xml:96 +#: include/class_listing.inc:1174 msgid "Actions" msgstr "" @@ -4099,10 +3320,6 @@ msgstr "" msgid "Edit" msgstr "Editer" -#: plugins/admin/users/user-list.xml:128 plugins/admin/users/user-list.xml:230 -msgid "Change password" -msgstr "Modifier le mot de passe" - #: plugins/admin/users/user-list.xml:140 msgid "Lock users" msgstr "Verouillez les utilisateurs" @@ -4215,99 +3432,113 @@ msgstr "Les membres sont dans un groupe téléphonique" msgid "Members are in a nagios group" msgstr "Les membres sont dans un groupe nagios" -#: plugins/admin/groups/generic.tpl:173 -msgid "Group members" -msgstr "Membre du groupe" - -#: plugins/admin/groups/generic.tpl:180 -msgid "In all groups" -msgstr "dans tout les groupes" +#: plugins/admin/groups/generic.tpl:174 +#, fuzzy +msgid "Common group members" +msgstr "groupe commun" #: plugins/admin/groups/generic.tpl:183 -msgid "Not in all groups" -msgstr "pas dans tout les groupes" +#, fuzzy +msgid "Partial group members" +msgstr "Membre du groupe" + +#: plugins/admin/groups/generic.tpl:188 +msgid "Group members" +msgstr "Membre du groupe" #: plugins/admin/groups/class_groupManagement.inc:26 msgid "" -"Manage aspects of groups like members, posix, desktop, samba and mail " +"Manage aspects of groups like members, POSIX, desktop, samba and mail " "settings" msgstr "" -#: plugins/admin/groups/class_group.inc:159 -#: plugins/admin/groups/class_group.inc:547 +#: plugins/admin/groups/class_groupManagement.inc:157 +msgid "Posix" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:158 +msgid "Edit posix properties" +msgstr "Modifier les propriétés posix" + +#: plugins/admin/groups/class_groupManagement.inc:189 +msgid "Menu" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:190 +msgid "Edit start menu properties" +msgstr "Modifier les propriétes du menu de démarrage" + +#: plugins/admin/groups/class_group.inc:166 #: include/class_CopyPasteHandler.inc:119 #: include/class_CopyPasteHandler.inc:128 #: include/class_CopyPasteHandler.inc:177 #: include/class_CopyPasteHandler.inc:186 -#: include/class_CopyPasteHandler.inc:194 include/class_config.inc:155 -#: include/class_config.inc:702 include/class_config.inc:1153 -#: include/class_config.inc:1166 include/class_config.inc:1184 -#: include/functions.inc:802 include/functions.inc:3073 -#: include/functions.inc:3105 include/functions.inc:3118 +#: include/class_CopyPasteHandler.inc:194 include/class_config.inc:162 +#: include/class_config.inc:678 include/class_config.inc:1138 +#: include/class_config.inc:1151 include/class_config.inc:1169 +#: include/functions.inc:814 include/functions.inc:3023 +#: include/functions.inc:3066 include/functions.inc:3079 #: include/password-methods/class_password-methods-ssha.inc:51 #: include/password-methods/class_password-methods-sha.inc:48 -#: include/utils/class_timezone.inc:47 include/class_SnapshotHandler.inc:45 -#: include/class_SnapshotHandler.inc:58 include/class_SnapshotHandler.inc:76 -#: include/class_pluglist.inc:98 html/index.php:156 html/index.php:228 -#: html/password.php:86 html/main.php:230 +#: include/utils/class_timezone.inc:47 include/class_SnapshotHandler.inc:44 +#: include/class_SnapshotHandler.inc:57 include/class_SnapshotHandler.inc:75 +#: include/class_pluglist.inc:92 html/index.php:157 html/index.php:233 +#: html/password.php:84 html/main.php:239 msgid "Configuration error" msgstr "Erreur de configuration" -#: plugins/admin/groups/class_group.inc:159 +#: plugins/admin/groups/class_group.inc:166 msgid "Cannot find group SID in your configuration!" msgstr "Impossible de trouver le SID de ce groupe dans votre configuration !" -#: plugins/admin/groups/class_group.inc:311 +#: plugins/admin/groups/class_group.inc:210 +#: plugins/admin/groups/class_group.inc:1170 +#: plugins/admin/groups/class_group.inc:1180 +#, fuzzy +msgid "Surename" +msgstr "Nom de famille" + +#: plugins/admin/groups/class_group.inc:310 msgid "Samba group" msgstr "Groupe Samba" -#: plugins/admin/groups/class_group.inc:311 +#: plugins/admin/groups/class_group.inc:310 msgid "Domain admins" msgstr "Administrateurs du domaine" -#: plugins/admin/groups/class_group.inc:311 +#: plugins/admin/groups/class_group.inc:310 msgid "Domain users" msgstr "Utilisateurs du domaine" -#: plugins/admin/groups/class_group.inc:312 +#: plugins/admin/groups/class_group.inc:311 msgid "Domain guests" msgstr "Invités du domaine" -#: plugins/admin/groups/class_group.inc:317 +#: plugins/admin/groups/class_group.inc:316 #, php-format msgid "Special group (%d)" msgstr "Groupe spécial (%d)" -#: plugins/admin/groups/class_group.inc:420 +#: plugins/admin/groups/class_group.inc:464 #, php-format msgid "Adding UID '%s' to group '%s' failed: cannot find user object!" msgstr "" "L'ajout de l'UID '%s' au groupe '%s' à échoué : Impossible de trouver " "l'utilisateur !" -#: plugins/admin/groups/class_group.inc:426 +#: plugins/admin/groups/class_group.inc:470 #, php-format msgid "Add UID '%s' to group '%s' failed: UID is used more than once!" msgstr "" "L'ajout de l'UID '%s' au groupe '%s' à échoué : l'UID est utilisé plus d'un " "fois !" -#: plugins/admin/groups/class_group.inc:504 -msgid "! unknown UID" -msgstr "! identifiant inconnu" - -#: plugins/admin/groups/class_group.inc:547 -#, php-format -msgid "Search returned too many results. Not displaying more than %s entries!" -msgstr "" -"La recherche à retourné trop de résultats. Je n'affiche que %s entr§es !" - -#: plugins/admin/groups/class_group.inc:730 +#: plugins/admin/groups/class_group.inc:733 #, php-format msgid "Cannot find any SID for '%s'!" msgstr "Impossible de trouver le SID pour '%s' !" -#: plugins/admin/groups/class_group.inc:735 +#: plugins/admin/groups/class_group.inc:738 #, php-format msgid "Cannot find any RIDBASE for '%s'!" msgstr "Impossible de trouver le RIDBASe pour '%s' !" @@ -4317,27 +3548,33 @@ msgstr "Impossible de trouver le RIDBASe pour '%s' !" msgid "The gidNumber '%s' is already in use by %s!" msgstr "L'identifiant de groupe '%s' est déjà utilisé par '%s' !" -#: plugins/admin/groups/class_group.inc:1013 +#: plugins/admin/groups/class_group.inc:1016 msgid "Generic group settings" msgstr "Préférences des groupes génériques" -#: plugins/admin/groups/class_group.inc:1027 +#: plugins/admin/groups/class_group.inc:1029 +msgid "" +"The 'ogroupRDN' statement defines the location where new object groups will " +"be created. The default is 'ou=groups,'." +msgstr "" + +#: plugins/admin/groups/class_group.inc:1043 msgid "Samba group type" msgstr "Groupe Samba" -#: plugins/admin/groups/class_group.inc:1028 +#: plugins/admin/groups/class_group.inc:1044 msgid "Samba domain name" msgstr "Domaine Samba" -#: plugins/admin/groups/class_group.inc:1030 +#: plugins/admin/groups/class_group.inc:1046 msgid "Phone pickup group" msgstr "Groupe téléphonique" -#: plugins/admin/groups/class_group.inc:1031 +#: plugins/admin/groups/class_group.inc:1047 msgid "Nagios group" msgstr "Groupe Nagios" -#: plugins/admin/groups/class_group.inc:1033 +#: plugins/admin/groups/class_group.inc:1049 msgid "Group member" msgstr "Membre du groupe" @@ -4369,7 +3606,7 @@ msgstr "Enlever le groupe" #: plugins/admin/departments/class_domain.inc:81 #: plugins/admin/departments/class_domain.inc:82 -#: plugins/admin/departments/class_departmentManagement.inc:202 +#: plugins/admin/departments/class_departmentManagement.inc:205 #: plugins/admin/departments/class_dcObject.inc:81 #: plugins/admin/departments/class_dcObject.inc:82 msgid "Domain Component" @@ -4380,7 +3617,7 @@ msgstr "Objet Domaine" #: plugins/admin/departments/organization.tpl:132 #: plugins/admin/departments/class_localityGeneric.inc:95 #: plugins/admin/departments/locality.tpl:67 -#: plugins/admin/departments/class_department.inc:680 +#: plugins/admin/departments/class_department.inc:688 #: plugins/admin/departments/dcObject.tpl:67 #: plugins/admin/departments/domain.tpl:67 #: plugins/admin/departments/country.tpl:68 @@ -4410,9 +3647,9 @@ msgstr "Description du département" #: plugins/admin/departments/generic.tpl:27 #: plugins/admin/departments/organization.tpl:27 -#: plugins/admin/departments/class_department.inc:670 +#: plugins/admin/departments/class_department.inc:678 #: plugins/admin/departments/class_organizationGeneric.inc:124 -#: plugins/admin/acl/class_aclRole.inc:165 include/class_userFilter.inc:55 +#: plugins/admin/acl/class_aclRole.inc:163 include/class_userFilter.inc:55 msgid "Category" msgstr "Catégorie" @@ -4478,7 +3715,7 @@ msgstr "Liste des groupes d'objets" #: plugins/admin/departments/dep-list.xml:15 #: plugins/admin/departments/dep-list.xml:103 -#: plugins/admin/departments/class_departmentManagement.inc:190 +#: plugins/admin/departments/class_departmentManagement.inc:193 #: plugins/admin/departments/domain.tpl:5 #: plugins/admin/departments/dep-filter.xml:105 msgid "Domain" @@ -4493,7 +3730,7 @@ msgstr "Composant domaine" #: plugins/admin/departments/dep-list.xml:31 #: plugins/admin/departments/dep-list.xml:117 -#: plugins/admin/departments/class_departmentManagement.inc:214 +#: plugins/admin/departments/class_departmentManagement.inc:217 #: plugins/admin/departments/country.tpl:5 #: plugins/admin/departments/dep-filter.xml:49 #: plugins/admin/departments/class_countryGeneric.inc:82 @@ -4506,7 +3743,7 @@ msgstr "Pays" #: plugins/admin/departments/class_localityGeneric.inc:82 #: plugins/admin/departments/class_localityGeneric.inc:83 #: plugins/admin/departments/locality.tpl:5 -#: plugins/admin/departments/class_departmentManagement.inc:226 +#: plugins/admin/departments/class_departmentManagement.inc:229 #: plugins/admin/departments/dep-filter.xml:63 msgid "Locality" msgstr "Lieu" @@ -4521,57 +3758,57 @@ msgstr "Nom du lieu" msgid "Name of locality to create" msgstr "Nom du lieu à créer" -#: plugins/admin/departments/class_department.inc:439 -#: include/functions.inc:447 include/utils/class_xml.inc:43 -#: html/password.php:59 html/main.php:149 +#: plugins/admin/departments/class_department.inc:441 +#: include/functions.inc:459 include/utils/class_xml.inc:43 +#: html/password.php:59 html/main.php:158 msgid "Fatal error" msgstr "Erreur Fatale" -#: plugins/admin/departments/class_department.inc:439 +#: plugins/admin/departments/class_department.inc:441 msgid "Cannot find an unused tag for this administrative unit!" msgstr "" "Impossible de trouver un marqueur libre pour marquer l'entité " "administrative !" -#: plugins/admin/departments/class_department.inc:507 +#: plugins/admin/departments/class_department.inc:509 #, php-format msgid "Tagging '%s'." msgstr "Marquer '%s'." -#: plugins/admin/departments/class_department.inc:588 +#: plugins/admin/departments/class_department.inc:590 #, php-format msgid "Moving '%s' to '%s'" msgstr "Bouger '%s' vers '%s'" -#: plugins/admin/departments/class_department.inc:629 +#: plugins/admin/departments/class_department.inc:631 #, php-format msgid "FAILED to copy %s, aborting operation" msgstr "Impossible de copier %s, arrêt de l'opération" -#: plugins/admin/departments/class_department.inc:660 -#: plugins/admin/departments/class_department.inc:665 +#: plugins/admin/departments/class_department.inc:662 +#: plugins/admin/departments/class_department.inc:673 msgid "Departments" msgstr "Départements" -#: plugins/admin/departments/class_department.inc:668 +#: plugins/admin/departments/class_department.inc:676 msgid "Department name" msgstr "Nom du département" -#: plugins/admin/departments/class_department.inc:676 +#: plugins/admin/departments/class_department.inc:684 msgid "Telephone" msgstr "Téléphone" -#: plugins/admin/departments/class_department.inc:731 +#: plugins/admin/departments/class_department.inc:739 #, php-format msgid "Object '%s' is already tagged" msgstr "L'objet '%s' est déjà marqué" -#: plugins/admin/departments/class_department.inc:738 +#: plugins/admin/departments/class_department.inc:746 #, php-format msgid "Adding tag (%s) to object '%s'" msgstr "Ajouter une marque (%s) à l'objet '%s'" -#: plugins/admin/departments/class_department.inc:770 +#: plugins/admin/departments/class_department.inc:778 #, php-format msgid "Removing tag from object '%s'" msgstr "Suppression de la marque de l'objet '%s'" @@ -4586,7 +3823,7 @@ msgid "" "Manage organizations, organizational units, localities, countries and more" msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:122 +#: plugins/admin/departments/class_departmentManagement.inc:125 msgid "" "As soon as the tag operation has finished, you can scroll down to end of the " "page and press the 'Continue' button to continue with the department " @@ -4684,7 +3921,7 @@ msgid "ACL Templates" msgstr "Modèles des ACL" #: plugins/admin/acl/class_aclRole.inc:26 -#: plugins/admin/acl/class_aclRole.inc:717 +#: plugins/admin/acl/class_aclRole.inc:712 msgid "Access control roles" msgstr "Contrôle d'accès (ACL)" @@ -4692,81 +3929,62 @@ msgstr "Contrôle d'accès (ACL)" msgid "Edit AC roles" msgstr "Editer le rôles (ACL)" -#: plugins/admin/acl/class_aclRole.inc:130 include/class_acl.inc:219 -msgid "All categories" -msgstr "Toutes les catégories" - -#: plugins/admin/acl/class_aclRole.inc:137 +#: plugins/admin/acl/class_aclRole.inc:135 msgid "Reset ACL" msgstr "Remise à zéro des ACL" -#: plugins/admin/acl/class_aclRole.inc:138 include/class_acl.inc:228 -msgid "One level" -msgstr "Un niveau" - -#: plugins/admin/acl/class_aclRole.inc:139 include/class_acl.inc:229 -#: include/class_acl.inc:234 -msgid "Current object" -msgstr "Objet actuel" - -#: plugins/admin/acl/class_aclRole.inc:140 include/class_acl.inc:230 -msgid "Complete subtree" -msgstr "Sous arbre complet" - -#: plugins/admin/acl/class_aclRole.inc:141 include/class_acl.inc:231 -msgid "Complete subtree (permanent)" -msgstr "Le sous arbre complet (permanent)" - -#: plugins/admin/acl/class_aclRole.inc:181 -#: plugins/admin/acl/class_aclRole.inc:727 include/class_acl.inc:279 +#: plugins/admin/acl/class_aclRole.inc:179 +#: plugins/admin/acl/class_aclRole.inc:741 include/class_acl.inc:278 msgid "Permissions" msgstr "Permissions" -#: plugins/admin/acl/class_aclRole.inc:181 include/class_acl.inc:279 -#: include/php_setup.inc:191 +#: plugins/admin/acl/class_aclRole.inc:179 include/class_acl.inc:278 +#: include/php_setup.inc:185 msgid "Type" msgstr "Type" -#: plugins/admin/acl/class_aclRole.inc:410 +#: plugins/admin/acl/class_aclRole.inc:408 msgid "No ACL settings for this category" msgstr "Pas d'ACL pour cette catégorie" -#: plugins/admin/acl/class_aclRole.inc:412 +#: plugins/admin/acl/class_aclRole.inc:410 #, php-format msgid "ACL for these objects: %s" msgstr "ACL pour ces objets: %s" -#: plugins/admin/acl/class_aclRole.inc:417 +#: plugins/admin/acl/class_aclRole.inc:415 msgid "Edit category ACL" msgstr "Editer les catégories ACL" -#: plugins/admin/acl/class_aclRole.inc:420 +#: plugins/admin/acl/class_aclRole.inc:418 #, fuzzy msgid "Delete category ACL" msgstr "Remettre à zéro les catégories ACL" -#: plugins/admin/acl/class_aclRole.inc:441 +#: plugins/admin/acl/class_aclRole.inc:439 #, php-format msgid "Edit ACL for '%s', scope is '%s'" msgstr "Editer l'ACL pour '%s', l'étendue est '%s'" -#: plugins/admin/acl/class_aclRole.inc:451 include/class_acl.inc:644 -msgid "All objects in current subtree" -msgstr "Tout les objets dans le sous arbres actuel" - -#: plugins/admin/acl/class_aclRole.inc:637 +#: plugins/admin/acl/class_aclRole.inc:632 msgid "Object in use" msgstr "Objet utilisé" -#: plugins/admin/acl/class_aclRole.inc:637 +#: plugins/admin/acl/class_aclRole.inc:632 #, php-format msgid "This role cannot be removed while it is in use by these objects:" msgstr "" "Ce rôle ne peut pas être supprimé car il est encore utilisé par ces objets :" -#: plugins/admin/acl/class_aclRole.inc:753 plugins/admin/acl/tabs_acl.inc:28 -#: include/class_acl.inc:1279 include/class_acl.inc:1280 -#: include/class_acl.inc:1285 include/class_tabs.inc:374 +#: plugins/admin/acl/class_aclRole.inc:728 +msgid "" +"The 'aclRoleRDN' statement defines the location where new acl roles will be " +"created. The default is 'ou=aclroles,'." +msgstr "" + +#: plugins/admin/acl/class_aclRole.inc:767 plugins/admin/acl/tabs_acl.inc:28 +#: include/class_acl.inc:1282 include/class_acl.inc:1283 +#: include/class_acl.inc:1289 include/class_tabs.inc:382 msgid "ACL" msgstr "" @@ -4774,6 +3992,11 @@ msgstr "" msgid "Paste acl-role" msgstr "" +#: plugins/admin/ogroups/generic.tpl:1 +#: plugins/admin/ogroups/ogroup-list.xml:15 +msgid "Object group" +msgstr "Groupes d'objets" + #: plugins/admin/ogroups/generic.tpl:10 msgid "Name of the group" msgstr "Nom du groupe" @@ -4782,92 +4005,103 @@ msgstr "Nom du groupe" msgid "Member objects" msgstr "Objets membres" -#: plugins/admin/ogroups/tabs_ogroups.inc:133 +#: plugins/admin/ogroups/tabs_ogroups.inc:134 msgid "Phone queue" msgstr "Queue téléphonique" -#: plugins/admin/ogroups/tabs_ogroups.inc:160 -msgid "Systems" -msgstr "Systèmes" +#: plugins/admin/ogroups/tabs_ogroups.inc:163 +#, fuzzy +msgid "System settings" +msgstr "Préférences utilisateur" -#: plugins/admin/ogroups/tabs_ogroups.inc:171 -#: plugins/admin/ogroups/tabs_ogroups.inc:194 -msgid "Startup" -msgstr "Démarrage" +#: plugins/admin/ogroups/tabs_ogroups.inc:175 +#: plugins/admin/ogroups/tabs_ogroups.inc:200 +msgid "Recipe" +msgstr "" -#: plugins/admin/ogroups/tabs_ogroups.inc:182 -#: plugins/admin/ogroups/tabs_ogroups.inc:203 +#: plugins/admin/ogroups/tabs_ogroups.inc:187 +#: plugins/admin/ogroups/tabs_ogroups.inc:209 msgid "Devices" msgstr "Périphériques" -#: plugins/admin/ogroups/tabs_ogroups.inc:213 -msgid "FAI summary" -msgstr "Sommaire FAI" +#: plugins/admin/ogroups/tabs_ogroups.inc:219 +#, fuzzy +msgid "Deployment summary" +msgstr "Numéro du département" + +#: plugins/admin/ogroups/tabs_ogroups.inc:229 +msgid "Desktop" +msgstr "" -#: plugins/admin/ogroups/tabs_ogroups.inc:241 +#: plugins/admin/ogroups/tabs_ogroups.inc:246 msgid "Applications" msgstr "Applications" +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:47 +#: plugins/admin/ogroups/class_ogroupManagement.inc:192 +msgid "Printer" +msgstr "Imprimante" + #: plugins/admin/ogroups/objectSelect/class_objectSelect.inc:29 #, fuzzy msgid "Object selection" msgstr "Préférences des groupes" -#: plugins/admin/ogroups/class_ogroup.inc:200 +#: plugins/admin/ogroups/class_ogroup.inc:230 msgid "You cannot combine terminals and workstations in one object group!" msgstr "" "Vous ne pouvez pas combiner des terminaux et des stations de travail dans un " "groupe d'objet !" -#: plugins/admin/ogroups/class_ogroup.inc:302 +#: plugins/admin/ogroups/class_ogroup.inc:311 msgid "too many different objects!" msgstr "nombre d'objets différents trop important !" -#: plugins/admin/ogroups/class_ogroup.inc:304 +#: plugins/admin/ogroups/class_ogroup.inc:313 msgid "users" msgstr "utilisateurs" -#: plugins/admin/ogroups/class_ogroup.inc:305 +#: plugins/admin/ogroups/class_ogroup.inc:314 msgid "groups" msgstr "groupes" -#: plugins/admin/ogroups/class_ogroup.inc:306 +#: plugins/admin/ogroups/class_ogroup.inc:315 msgid "applications" msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:307 +#: plugins/admin/ogroups/class_ogroup.inc:316 msgid "departments" msgstr "départements" -#: plugins/admin/ogroups/class_ogroup.inc:308 +#: plugins/admin/ogroups/class_ogroup.inc:317 msgid "servers" msgstr "serveurs" -#: plugins/admin/ogroups/class_ogroup.inc:309 +#: plugins/admin/ogroups/class_ogroup.inc:318 msgid "workstations" msgstr "stations de travail" -#: plugins/admin/ogroups/class_ogroup.inc:310 +#: plugins/admin/ogroups/class_ogroup.inc:319 msgid "winstations" msgstr "Stations Windows" -#: plugins/admin/ogroups/class_ogroup.inc:311 +#: plugins/admin/ogroups/class_ogroup.inc:320 msgid "terminals" msgstr "terminaux" -#: plugins/admin/ogroups/class_ogroup.inc:312 +#: plugins/admin/ogroups/class_ogroup.inc:321 msgid "phones" msgstr "téléphones" -#: plugins/admin/ogroups/class_ogroup.inc:313 +#: plugins/admin/ogroups/class_ogroup.inc:322 msgid "printers" msgstr "imprimantes" -#: plugins/admin/ogroups/class_ogroup.inc:500 +#: plugins/admin/ogroups/class_ogroup.inc:524 msgid "Non existing dn:" msgstr "le dn n'existe pas :" -#: plugins/admin/ogroups/class_ogroup.inc:657 +#: plugins/admin/ogroups/class_ogroup.inc:642 #, php-format msgid "" "These systems are already configured by other object groups and cannot be " @@ -4876,24 +4110,24 @@ msgstr "" "Ces systèmes sont déjà configurés par d'autres groupes d'objets et ne " "peuvent pas être ajoutés :" -#: plugins/admin/ogroups/class_ogroup.inc:691 +#: plugins/admin/ogroups/class_ogroup.inc:676 msgid "You can combine two different object types at maximum, only!" msgstr "Vous pouvez combiner au maximum deux objets différents !" -#: plugins/admin/ogroups/class_ogroup.inc:841 +#: plugins/admin/ogroups/class_ogroup.inc:821 msgid "Object group generic" msgstr "Groupes d'objets" -#: plugins/admin/ogroups/class_ogroup.inc:846 +#: plugins/admin/ogroups/class_ogroup.inc:830 #: plugins/admin/ogroups/class_ogroupManagement.inc:25 msgid "Object groups" msgstr "Groupes d'objets" -#: plugins/admin/ogroups/class_ogroup.inc:852 +#: plugins/admin/ogroups/class_ogroup.inc:836 msgid "Sytem trust" msgstr "Système de Confiance" -#: plugins/admin/ogroups/class_ogroup.inc:853 include/class_acl.inc:279 +#: plugins/admin/ogroups/class_ogroup.inc:837 include/class_acl.inc:278 msgid "Member" msgstr "Membres" @@ -4905,6 +4139,10 @@ msgstr "" msgid "Templates" msgstr "Modèles" +#: plugins/admin/ogroups/class_ogroupManagement.inc:185 +msgid "Application" +msgstr "Applications" + #: plugins/admin/ogroups/class_ogroupManagement.inc:190 msgid "Windows Install" msgstr "Installation Windows" @@ -4930,455 +4168,675 @@ msgstr "Editer les groupes d'objets" msgid "Remove object group" msgstr "Enlever le groupe d'objet" -#: include/class_CopyPasteHandler.inc:118 -#: include/class_CopyPasteHandler.inc:127 -#: include/class_CopyPasteHandler.inc:159 -#: include/class_CopyPasteHandler.inc:176 -#: include/class_CopyPasteHandler.inc:185 -#: include/class_CopyPasteHandler.inc:193 -#: include/class_CopyPasteHandler.inc:273 -#, php-format -msgid "Copy and paste failed!" -msgstr "Le copier/coller à échoué !" - -#: include/class_CopyPasteHandler.inc:118 -#: include/class_CopyPasteHandler.inc:193 -#, php-format -msgid "Cannot set permission for '%s'" -msgstr "Impossible d'attribuer les permissions pour '%s'" - -#: include/class_CopyPasteHandler.inc:159 -#, php-format -msgid "'%s' is no vaild LDAP object" -msgstr "'%s' n'est pas un objet LDAP valide" - -#: include/class_CopyPasteHandler.inc:160 -#: include/class_CopyPasteHandler.inc:274 include/functions.inc:605 -#: include/functions.inc:792 include/functions.inc:910 -#: include/functions.inc:1308 include/functions.inc:2365 -#: include/functions.inc:2399 include/functions.inc:2419 -#: include/class_log.inc:87 include/class_acl.inc:974 -#: include/class_ldap.inc:693 include/class_ldap.inc:744 -#: include/class_session.inc:76 include/class_session.inc:101 -#: include/class_session.inc:127 -msgid "Internal error" -msgstr "Erreur interne" - -#: include/class_CopyPasteHandler.inc:176 -#, php-format -msgid "No write permission in '%s'" -msgstr "Pas de permissions d'écriture dans '%s'" +#: plugins/addons/propertyEditor/property-list.tpl:3 +#, fuzzy +msgid "Warning message" +msgstr "Envoyer un message" -#: include/class_CopyPasteHandler.inc:394 -#, php-format -msgid "These objects will be pasted: %s" -msgstr "Ces objets seront collés : %s" +#: plugins/addons/propertyEditor/property-list.tpl:9 +msgid "" +"Modifying properties may break your setup, destroy or mess up your LDAP " +"database, lead to security holes or it can even make a login impossible!" +msgstr "" -#: include/class_CopyPasteHandler.inc:418 -#, php-format -msgid "This object will be pasted: %s" -msgstr "Cet objet sera collé : %s" +#: plugins/addons/propertyEditor/property-list.tpl:10 +msgid "" +"Since configuration properties are stored in the LDAP database a copy/backup " +"can be handy." +msgstr "" -#: include/class_CopyPasteHandler.inc:514 include/class_listing.inc:1411 -#: include/class_listing.inc:1413 include/class_plugin.inc:1971 -#: include/class_plugin.inc:1974 -msgid "Paste" -msgstr "Coller" +#: plugins/addons/propertyEditor/property-list.tpl:14 +msgid "" +"If you've debarred yourself, you can try to set 'ignoreLdapProperties' to " +"'true' in your gosa.conf main section. This will make GOsa ignore LDAP based " +"property values." +msgstr "" -#: include/class_CopyPasteHandler.inc:516 -msgid "Cannot paste" -msgstr "Impossible de coller" +#: plugins/addons/propertyEditor/property-list.tpl:22 +msgid "" +"I understand that there are certain risks, but I want to modify properties!" +msgstr "" -#: include/class_config.inc:152 -#, php-format -msgid "XML error in gosa.conf: %s at line %d" -msgstr "Erreur XML dans gosa.conf: %s à la ligne %d" +#: plugins/addons/propertyEditor/property-list.tpl:38 +msgid "Ignoring LDAP defined properties!" +msgstr "" -#: include/class_config.inc:325 -msgid "Cannot bind to LDAP. Please contact the system administrator." +#: plugins/addons/propertyEditor/property-list.tpl:77 +msgid "Undo" msgstr "" -"Impossible de se connecter à l'annuaire LDAP. Veuillez contacter " -"l'administrateur du système." -#: include/class_config.inc:702 -msgid "sambaSID and/or sambaRidBase missing in the configuration!" -msgstr "sambaSID et/ou sambaRidBase absents de votre configuration !" +#: plugins/addons/propertyEditor/class_commandVerifier.inc:56 +msgid "Results" +msgstr "" -#: include/class_config.inc:1112 -msgid "Configuration" +#: plugins/addons/propertyEditor/commandVerifier.tpl:1 +msgid "Command verifier" msgstr "" -#: include/class_config.inc:1112 +#: plugins/addons/propertyEditor/commandVerifier.tpl:3 msgid "" -"The configuration file you are using seems to be outdated. Please move the " -"GOsa configuration file away to run the GOsa setup again." +"Here you can execute commands in the way GOsa does and check the generated " +"results or errors. This can be very usefull especially for the post events " +"(postcreate, postmodify and postremove) due to the fact that these hook are " +"executed silently." msgstr "" -"Le fichier de configuration que vous utilisez semble ancien. Veuillez " -"l'enlever et recommencer l'installation." -#: include/class_config.inc:1154 include/class_config.inc:1185 -#: include/class_SnapshotHandler.inc:46 include/class_SnapshotHandler.inc:77 -#, php-format +#: plugins/addons/propertyEditor/commandVerifier.tpl:8 msgid "" -"The snapshot functionality is enabled, but the required variable '%s' is not " -"set." +"Please be carefull here, all commands will really be executed on your " +"machine and may break things!" msgstr "" -"La fonctionnalité pour les copie instantanées est activée, mais la variable " -"requise '%s' n'est pas configurée." -#: include/class_config.inc:1167 include/class_SnapshotHandler.inc:59 -#, php-format -msgid "" -"The snapshot functionality is enabled, but the required compression module " -"is missing. Please install '%s'." +#: plugins/addons/propertyEditor/commandVerifier.tpl:15 +msgid "The command to check for" msgstr "" -"La fonctionnalité pour les copie instantanées est activée, mais le module " -"nécessaire à la compression est manquant. Veuillez installer '%s'. " -#: include/class_socketClient.inc:60 -msgid "The mcrypt module was not found. Please install php5-mcrypt." -msgstr "Le module mcrypt n'as pas été trouvé. Veuillez installer php5-mycrypt." +#: plugins/addons/propertyEditor/commandVerifier.tpl:17 +#, fuzzy +msgid "Test" +msgstr "Date" + +#: plugins/addons/propertyEditor/property-filter.xml:15 +#, fuzzy +msgid "Effective properties" +msgstr "Modifier les propriétés de base" -#: include/class_socketClient.inc:108 -#, php-format -msgid "Socket connection to host '%s:%s' failed: %s" -msgstr "La connexion socket vers l'hôte '%s:%s' à echoué : %s" +#: plugins/addons/propertyEditor/property-filter.xml:29 +#, fuzzy +msgid "Modified properties" +msgstr "Modifier les propriétés de base" -#: include/class_socketClient.inc:191 -#, php-format -msgid "Socket timeout of %s seconds reached." -msgstr "Le temps limite du socket de '%s' secondes à été atteint." +#: plugins/addons/propertyEditor/property-filter.xml:43 +#, fuzzy +msgid "All properties" +msgstr "Modifier les propriétés de base" -#: include/class_multi_plug.inc:362 -msgid "You are currently editing mutliple entries." -msgstr "Vous êtes occupé à éditer des entrées multiples." +#: plugins/addons/propertyEditor/property-filter.xml:57 +#, fuzzy +msgid "LDAP properties" +msgstr "Propriétés" -#: include/class_multi_plug.inc:391 -msgid "Password reset" -msgstr "Réinitialisation du mot de passe" +#: plugins/addons/propertyEditor/property-filter.xml:71 +#, fuzzy +msgid "Search for property groups" +msgstr "groupes principaux" -#: include/class_multi_plug.inc:391 -msgid "The user password was resetted, please set a new password value!" -msgstr "" -"Le mot de passe de l'utilisateur à été réinitialisé, veuillez entrer un " -"nouveau mot de passe !" +#: plugins/addons/propertyEditor/property-list.xml:11 +#, fuzzy +msgid "List of configuration settings" +msgstr "Préférences utilisateur" -#: include/class_sortableListing.inc:221 +#: plugins/addons/propertyEditor/property-list.xml:15 #, fuzzy -msgid "Sortable list" -msgstr "Exporter la liste" +msgid "Property not used" +msgstr "Groupe d'utilisateurs" -#: include/class_sortableListing.inc:226 -msgid "Edit this entry" -msgstr "Editer cette entrée" +#: plugins/addons/propertyEditor/property-list.xml:23 +#, fuzzy +msgid "Property will be restored" +msgstr "Les groupes seront bougés depuis" -#: include/class_sortableListing.inc:231 -msgid "Delete this entry" -msgstr "Supprimer cette entrée" +#: plugins/addons/propertyEditor/property-list.xml:31 +#, fuzzy +msgid "Modified property" +msgstr "modification" -#: include/class_sortableListing.inc:261 include/class_listing.inc:247 -msgid "Up" -msgstr "Au dessus" +#: plugins/addons/propertyEditor/property-list.xml:39 +#, fuzzy +msgid "Property configured in LDAP" +msgstr "Création du fichier de configuration" -#: include/class_sortableListing.inc:261 include/class_listing.inc:247 -msgid "Down" -msgstr "En bas" +#: plugins/addons/propertyEditor/property-list.xml:47 +#, fuzzy +msgid "Property configured in config file" +msgstr "Création du fichier de configuration" -#: include/functions.inc:127 -#, php-format -msgid "Fatal error: no class locations defined - please run '%s' to fix this" -msgstr "" -"Erreur fatale : pas d'emplacement défini pour les classes - veuillez " -"exécuter '%s' pour régler le problème" +#: plugins/addons/propertyEditor/property-list.xml:72 +#, fuzzy +msgid "Class" +msgstr "classe" -#: include/functions.inc:134 -#, php-format -msgid "" -"Fatal error: cannot instantiate class '%s' - try running '%s' to fix this" -msgstr "" -"Erreur fatale : impossible d'initialiser la classe '%s' - veuillez exécuter " -"'%s' pour essayer de régler le problème" +#: plugins/addons/propertyEditor/property-list.xml:88 +#, fuzzy +msgid "Value" +msgstr "masculin" -#: include/functions.inc:448 -#, php-format -msgid "FATAL: Error when connecting the LDAP. Server said '%s'." +#: plugins/addons/propertyEditor/property-list.xml:124 +msgid "Restore to default" msgstr "" -"FATAL: Erreur lors de la connexion au serveur LDAP. Le serveur à répondu '%" -"s'." -#: include/functions.inc:519 -msgid "Username / UID is not unique inside the LDAP tree!" -msgstr "" -"Le nom de l'utilisateur / UID n'est pas unique dans votre annuaire LDAP !" +#: plugins/addons/propertyEditor/class_propertyEditor.inc:6 +#, fuzzy +msgid "Preferences" +msgstr "Références" -#: include/functions.inc:605 +#: plugins/addons/propertyEditor/class_propertyEditor.inc:7 msgid "" -"Username / UID is not unique inside the LDAP tree. Please contact your " -"Administrator." +"Configure global and special GOsa settings like hooks and plugin parameters" msgstr "" -"Le nom de l'utilisateur / UID n'est pas unique dans votre annuaire LDAP. " -"Veuillez contacter votre administrateur système." -#: include/functions.inc:792 include/functions.inc:910 -msgid "Error while adding a lock. Contact the developers!" -msgstr "Erreur lors de l'ajout d'un verrou. Contactez les développeurs !" +#: plugins/addons/propertyEditor/class_propertyEditor.inc:206 +#, fuzzy +msgid "No description" +msgstr "Description de l'unité" + +#: plugins/addons/propertyEditor/class_propertyEditor.inc:230 +msgid "FALSE" +msgstr "" + +#: plugins/addons/propertyEditor/class_propertyEditor.inc:231 +msgid "TRUE" +msgstr "" + +#: plugins/addons/propertyEditor/class_propertyEditor.inc:251 +msgid "Test the given command." +msgstr "" + +#: plugins/addons/propertyEditor/migrate.tpl:3 +msgid "Property migration assistent" +msgstr "" + +#: plugins/addons/propertyEditor/migrate.tpl:3 +#, fuzzy +msgid "Migration steps left" +msgstr "Erreur de migration" + +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:31 +#, fuzzy, php-format +msgid "Migration of property '%s'" +msgstr "Erreur de migration" + +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:34 +#, fuzzy, php-format +msgid "GOsa has detected objects outside of the configured storage point (%s)." +msgstr "J'ai trouvé %s groupes en dehors de la branche configurée '%s'." + +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:161 +#, fuzzy +msgid "Objects that will be added" +msgstr "Cet objet sera effacé !" + +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:169 +#, fuzzy +msgid "Objects that will be moved" +msgstr "Les stations windows seront bougées depuis" + +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:177 +#, fuzzy, php-format +msgid "Moving object '%s' to '%s'" +msgstr "Bouger '%s' vers '%s'" + +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:204 +#, fuzzy, php-format +msgid "Migration failed for object %s, dn already exists!" +msgstr "" +"L'ajout d'un utilisateur administratif à échoué : l'objet '%s' existe déja !" -#: include/functions.inc:802 +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:208 #, php-format -msgid "" -"Cannot create locking information in LDAP tree. Please contact your " -"administrator!" +msgid "Migration failed for object %s, please check if it already exists!" +msgstr "" + +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:105 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:327 +msgid "Labeled URI" +msgstr "" + +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:119 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:121 +#: plugins/addons/dyngroup/dyngroup.tpl:7 +#, fuzzy +msgid "Attribute" +msgstr "Attribut de connexion" + +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:128 +msgid "Surrounding brakets are required!" msgstr "" -"Impossible d'obtenir les informations de verrouillage dans l'annuaire LDAP. " -"Veuillez contacter votre administrateur !" -#: include/functions.inc:802 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:136 #, php-format -msgid "LDAP server returned: %s" -msgstr "Le serveur LDAP à retourné: %s" +msgid "The given filter '%s' for entry %s seems to be invalid!" +msgstr "" -#: include/functions.inc:931 -msgid "" -"Found multiple locks for object to be locked. This should not happen - " -"cleaning up multiple references." +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:166 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:168 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:319 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:320 +msgid "Dynamic object" +msgstr "" + +#: plugins/addons/dyngroup/dyngroup.tpl:1 +#, fuzzy +msgid "List of dynamic rules" +msgstr "Liste des acls" + +#: plugins/addons/dyngroup/dyngroup.tpl:3 +msgid "Labeled URI definitions" msgstr "" -"Détection de verrou multiple pour un même objet. Ceci ne devrait pas " -"arriver. Effacement des références multiples." -#: include/functions.inc:1235 +#: plugins/addons/dyngroup/dyngroup.tpl:6 +#, fuzzy +msgid "Scope" +msgstr "copier" + +#: include/class_CopyPasteHandler.inc:118 +#: include/class_CopyPasteHandler.inc:127 +#: include/class_CopyPasteHandler.inc:159 +#: include/class_CopyPasteHandler.inc:176 +#: include/class_CopyPasteHandler.inc:185 +#: include/class_CopyPasteHandler.inc:193 +#: include/class_CopyPasteHandler.inc:273 #, php-format -msgid "The size limit of %d entries is exceed!" -msgstr "La taille limite de %d entrées est dépassée !" +msgid "Copy and paste failed!" +msgstr "Le copier/coller à échoué !" + +#: include/class_CopyPasteHandler.inc:118 +#, fuzzy, php-format +msgid "Cannot set permission for %s" +msgstr "Impossible d'attribuer les permissions pour '%s'" -#: include/functions.inc:1237 +#: include/class_CopyPasteHandler.inc:159 +#, php-format +msgid "'%s' is no vaild LDAP object" +msgstr "'%s' n'est pas un objet LDAP valide" + +#: include/class_CopyPasteHandler.inc:176 +#, php-format +msgid "No write permission in '%s'" +msgstr "Pas de permissions d'écriture dans '%s'" + +#: include/class_CopyPasteHandler.inc:193 +#, php-format +msgid "Cannot set permission for '%s'" +msgstr "Impossible d'attribuer les permissions pour '%s'" + +#: include/class_CopyPasteHandler.inc:396 +#, php-format +msgid "These objects will be pasted: %s" +msgstr "Ces objets seront collés : %s" + +#: include/class_CopyPasteHandler.inc:420 +#, php-format +msgid "This object will be pasted: %s" +msgstr "Cet objet sera collé : %s" + +#: include/class_CopyPasteHandler.inc:570 include/class_listing.inc:1458 +#: include/class_listing.inc:1460 +msgid "Paste" +msgstr "Coller" + +#: include/class_CopyPasteHandler.inc:572 +msgid "Cannot paste" +msgstr "Impossible de coller" + +#: include/class_config.inc:159 #, php-format +msgid "XML error in gosa.conf: %s at line %d" +msgstr "Erreur XML dans gosa.conf: %s à la ligne %d" + +#: include/class_config.inc:337 +msgid "Cannot bind to LDAP!" +msgstr "" + +#: include/class_config.inc:678 +msgid "sambaSID and/or sambaRidBase missing in the configuration!" +msgstr "sambaSID et/ou sambaRidBase absents de votre configuration !" + +#: include/class_config.inc:1097 +msgid "Configuration" +msgstr "" + +#: include/class_config.inc:1097 +#, fuzzy +msgid "" +"The configuration file you are using is outdated. Please move the GOsa " +"configuration file away to run the GOsa setup again." +msgstr "" +"Le fichier de configuration que vous utilisez semble ancien. Veuillez " +"l'enlever et recommencer l'installation." + +#: include/class_config.inc:1139 include/class_config.inc:1170 +#, fuzzy, php-format +msgid "" +"The snapshot functionality is enabled, but the required variable %s is not " +"set." +msgstr "" +"La fonctionnalité pour les copie instantanées est activée, mais la variable " +"requise '%s' n'est pas configurée." + +#: include/class_config.inc:1152 +#, fuzzy, php-format msgid "" -"Set the new size limit to %s and show me this message if the limit still " -"exceeds" +"The snapshot functionality is enabled, but the required compression module " +"is missing. Please install %s." +msgstr "" +"La fonctionnalité pour les copie instantanées est activée, mais le module " +"nécessaire à la compression est manquant. Veuillez installer '%s'. " + +#: include/class_socketClient.inc:108 +#, fuzzy, php-format +msgid "Socket connection to %s:%s failed: %s" +msgstr "La connexion socket vers l'hôte '%s:%s' à echoué : %s" + +#: include/class_socketClient.inc:191 +#, fuzzy, php-format +msgid "Socket timeout of %s seconds reached!" +msgstr "Le temps limite du socket de '%s' secondes à été atteint." + +#: include/class_multi_plug.inc:362 +msgid "You are currently editing mutliple entries." +msgstr "Vous êtes occupé à éditer des entrées multiples." + +#: include/class_multi_plug.inc:391 +#, fuzzy +msgid "Reset password" +msgstr "Attribuer le mot de passe" + +#: include/class_multi_plug.inc:391 +#, fuzzy +msgid "The user password has been reset. Please set a new password!" +msgstr "" +"Le mot de passe de l'utilisateur à été réinitialisé, veuillez entrer un " +"nouveau mot de passe !" + +#: include/class_sortableListing.inc:221 +#, fuzzy +msgid "Sortable list" +msgstr "Exporter la liste" + +#: include/class_sortableListing.inc:226 +msgid "Edit this entry" +msgstr "Editer cette entrée" + +#: include/class_sortableListing.inc:231 +msgid "Delete this entry" +msgstr "Supprimer cette entrée" + +#: include/class_sortableListing.inc:261 include/class_listing.inc:257 +msgid "Sort ascending" +msgstr "" + +#: include/class_sortableListing.inc:261 include/class_listing.inc:257 +msgid "Sort descending" +msgstr "" + +#: include/class_jsonRPC.inc:180 +#, fuzzy, php-format +msgid "Unknown HTTP status code '%s'!" +msgstr "Type d'ACL inconnu '%s' !" + +#: include/functions.inc:128 +#, fuzzy, php-format +msgid "Fatal error: no class locations defined - please run %s to fix this" +msgstr "" +"Erreur fatale : pas d'emplacement défini pour les classes - veuillez " +"exécuter '%s' pour régler le problème" + +#: include/functions.inc:135 +#, fuzzy, php-format +msgid "Fatal error: cannot instantiate class %s - try running %s to fix this" +msgstr "" +"Erreur fatale : impossible d'initialiser la classe '%s' - veuillez exécuter " +"'%s' pour essayer de régler le problème" + +#: include/functions.inc:460 +#, fuzzy, php-format +msgid "Error while connecting to LDAP: %s" +msgstr "" +"FATAL: Erreur lors de la connexion au serveur LDAP. Le serveur à répondu '%" +"s'." + +#: include/functions.inc:531 include/functions.inc:617 +#, fuzzy +msgid "User ID is not unique!" +msgstr "sambaUnixIdPool n'est pas unique !" + +#: include/functions.inc:804 include/functions.inc:922 +msgid "Error while locking entry!" +msgstr "" + +#: include/functions.inc:814 +#, fuzzy, php-format +msgid "Cannot store lock information in LDAP!" +msgstr "" +"Impossible de détecter les information sur les schémas LDAP installés !" + +#: include/functions.inc:814 +#, fuzzy, php-format +msgid "Error: %s" +msgstr "Erreur" + +#: include/functions.inc:1244 +#, fuzzy, php-format +msgid "The current size limit of %d entries is exceeded!" +msgstr "La taille limite de %d entrées est dépassée !" + +#: include/functions.inc:1246 +#, php-format +msgid "Set the size limit to %s" msgstr "" -"Mettre la nouvelle limite à %s et me montrer ce message si la limite est " -"toujours dépassée" -#: include/functions.inc:1254 -msgid "incomplete" -msgstr "incomplet" +#: include/functions.inc:1263 +#, fuzzy +msgid "list is incomplete" +msgstr "Le filtre est incomplet !" -#: include/functions.inc:1636 +#: include/functions.inc:1611 msgid "Continue anyway" msgstr "Continuer malgré tout" -#: include/functions.inc:1638 +#: include/functions.inc:1613 msgid "Edit anyway" msgstr "Éditer malgré tout" -#: include/functions.inc:1641 +#: include/functions.inc:1616 msgid "These entries are currently locked:" msgstr "" -#: include/functions.inc:1881 +#: include/functions.inc:1856 msgid "Entries per page" msgstr "Entrées par page" -#: include/functions.inc:1910 -msgid "Apply filter" -msgstr "Appliquer le filtre" +#: include/functions.inc:2207 +#, php-format +msgid "GOsa %s" +msgstr "" -#: include/functions.inc:2222 -msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" -msgstr "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" +#: include/functions.inc:2214 +#, fuzzy, php-format +msgid "GOsa %s snapshot (Rev %s)" +msgstr "Version de développement de GOsa (Rev %s)" -#: include/functions.inc:2268 +#: include/functions.inc:2219 #, php-format msgid "GOsa development snapshot (Rev %s)" msgstr "Version de développement de GOsa (Rev %s)" -#: include/functions.inc:2365 -#, php-format -msgid "File '%s' could not be deleted." +#: include/functions.inc:2315 +#, fuzzy, php-format +msgid "File %s cannot be deleted!" msgstr "Le fichier '%s' ne peut pas être éffacé." -#: include/functions.inc:2399 include/functions.inc:2419 -msgid "Cannot write to revision file!" +#: include/functions.inc:2349 include/functions.inc:2369 +#, fuzzy +msgid "Cannot write revision file!" msgstr "Impossible d'écrire le fichier de revision !" -#: include/functions.inc:2690 include/functions.inc:2694 -#: include/functions.inc:2700 +#: include/functions.inc:2640 include/functions.inc:2644 +#: include/functions.inc:2650 msgid "'baseIdHook' is not available. Using default base!" msgstr "'baseIdHook' n'est pas disponible. Utilisation de la base par défaut !" -#: include/functions.inc:2724 -msgid "LDAP warning" -msgstr "Avertissement LDAP" - -#: include/functions.inc:2724 -msgid "Cannot get schema information from server. No schema check possible!" +#: include/functions.inc:2674 +#, fuzzy +msgid "" +"Cannot read schema information from LDAP. Schema validation is not possible!" msgstr "" "Impossible de récupérer les informations sur les schémas depuis le serveur. " "Vérification des schémas impossibles !" -#: include/functions.inc:2750 -msgid "Used to store account specific informations." -msgstr "Utilisé pour stocker les informations spécifiques des comptes." +#: include/functions.inc:2700 +msgid "This class is used to make users appear in GOsa." +msgstr "" -#: include/functions.inc:2757 +#: include/functions.inc:2707 +#, fuzzy msgid "" -"Used to lock currently edited entries to avoid multiple changes at the same " +"This class is used to lock entries in order to prevent multiple edits at a " "time." msgstr "" "Utilisé pour verrouiller les entrées actuellement modifiées afin d'éviter de " "multiples changements simultanés." -#: include/functions.inc:2802 -#, php-format -msgid "Missing required object class '%s'!" +#: include/functions.inc:2752 +#, fuzzy, php-format +msgid "Required object class %s is missing!" msgstr "Object class obligatoire '%s' manquante !" -#: include/functions.inc:2805 -#, php-format -msgid "Missing optional object class '%s'!" +#: include/functions.inc:2755 +#, fuzzy, php-format +msgid "Optional object class %s is missing!" msgstr "Object class facultative '%s' manquante !" -#: include/functions.inc:2810 -#, php-format -msgid "Version mismatch for required object class '%s' (!=%s)!" +#: include/functions.inc:2760 +#, fuzzy, php-format +msgid "Wrong version of required object class %s (!=%s) detected!" msgstr "La version requise des object class ne correspond pas '%s' (!=%s) !" -#: include/functions.inc:2813 -#, php-format -msgid "Class(es) available" +#: include/functions.inc:2763 +#, fuzzy, php-format +msgid "Class available" msgstr "Classe(s) disponible(s)" -#: include/functions.inc:2835 +#: include/functions.inc:2785 msgid "" -"You have enabled the rfc2307bis option on the 'ldap setup' step, but your " -"schema configuration do not support this option." +"RFC 2307bis group schema is enabled, but the current LDAP configuration does " +"not support it!" msgstr "" -"Vous avez activé l'option rfc2307bis dans votre option 'configuration du " -"serveur ldap' lors de l'installation, mais la configuration de vos schéma ne " -"supportent pas cette option." -#: include/functions.inc:2836 +#: include/functions.inc:2786 +#, fuzzy msgid "" -"In order to use rfc2307bis conform groups the objectClass 'posixGroup' must " -"be AUXILIARY" +"To use RFC 2307bis groups, the objectClass 'posixGroup' must be AUXILIARY." msgstr "" "Pour pouvoir utiliser des groupes conformes à la norme rfc2307bis, " "l'objectClass 'posixGroup' doit être AUXILIARY" -#: include/functions.inc:2840 +#: include/functions.inc:2790 msgid "" -"Your schema is configured to support the rfc2307bis group, but you have " -"disabled this option on the 'ldap setup' step." +"RFC 2307bis group schema is disabled, but the current LDAP configuration " +"supports it!" msgstr "" -"Votre schéma est configuré pour supporter les groupes rfc2307, mais vous " -"avez désactivé cette option lors de l'étape 'configuration de l'annuaire " -"ldap' du programme d'installation." -#: include/functions.inc:2841 -msgid "The objectClass 'posixGroup' must be STRUCTURAL" +#: include/functions.inc:2791 +#, fuzzy +msgid "To correct this, the objectClass 'posixGroup' must be STRUCTURAL." msgstr "L'objectClass 'posixGroup' doit être STRUCTURAL" -#: include/functions.inc:2866 +#: include/functions.inc:2816 msgid "German" msgstr "Allemand" -#: include/functions.inc:2867 +#: include/functions.inc:2817 msgid "French" msgstr "Français" -#: include/functions.inc:2868 +#: include/functions.inc:2818 msgid "Italian" msgstr "Italien" -#: include/functions.inc:2869 +#: include/functions.inc:2819 msgid "Spanish" msgstr "Espagnol" -#: include/functions.inc:2870 +#: include/functions.inc:2820 msgid "English" msgstr "Anglais" -#: include/functions.inc:2871 +#: include/functions.inc:2821 msgid "Dutch" msgstr "Hollandais" -#: include/functions.inc:2872 +#: include/functions.inc:2822 msgid "Polish" msgstr "Polonais" -#: include/functions.inc:2873 +#: include/functions.inc:2823 msgid "Brazilian Portuguese" msgstr "" -#: include/functions.inc:2875 +#: include/functions.inc:2825 msgid "Chinese" msgstr "Chinois" -#: include/functions.inc:2876 +#: include/functions.inc:2826 msgid "Vietnamese" msgstr "Vietnamien" -#: include/functions.inc:2877 +#: include/functions.inc:2827 msgid "Russian" msgstr "Russe" -#: include/functions.inc:3072 -#, php-format +#: include/functions.inc:3022 +#, fuzzy, php-format msgid "" -"Command '%s', specified as POSTMODIFY for plugin '%s' doesn't seem to exist." +"Command %s specified as post modify action for plugin %s does not exist!" msgstr "" -"La commande '%s', utilisée dans le POSTMODIFY de l'extension '%s' n'existe " -"pas." +"La commande '%s', spécifiée comme connexion de l'extension '%s' n'existe " +"pas !" -#: include/functions.inc:3105 -msgid "Cannot generate samba hash!" +#: include/functions.inc:3066 +#, fuzzy +msgid "Cannot generate SAMBA hash!" msgstr "Impossible de générer un hash samba !" -#: include/functions.inc:3118 -#, php-format -msgid "" -"Cannot generate samba hash: running '%s' failed, check the 'sambaHashHook'!" +#: include/functions.inc:3079 +#, fuzzy, php-format +msgid "Generating SAMBA hash by running %s failed: check %s!" msgstr "" "Impossible de générer le mot de passe samba: l'exécution de '%s' à échoué, " "veuillez vérifier le paramètre 'sambaHashHook'!" -#: include/functions.inc:3399 include/functions.inc:3413 -#: include/functions.inc:3451 include/functions.inc:3463 -#: include/functions.inc:3467 include/functions.inc:3482 -#: include/functions.inc:3491 -msgid "Cannot allocate a free ID:" +#: include/functions.inc:3357 include/functions.inc:3371 +#: include/functions.inc:3409 include/functions.inc:3421 +#: include/functions.inc:3425 include/functions.inc:3440 +#: include/functions.inc:3449 +#, fuzzy +msgid "Cannot allocate free ID:" msgstr "Impossible d'assigner un ID libre :" -#: include/functions.inc:3399 +#: include/functions.inc:3357 msgid "unknown idAllocation method!" msgstr "Méthode d'allocation des id inconnue !" -#: include/functions.inc:3413 +#: include/functions.inc:3371 #, php-format msgid "%sPoolMin >= %sPoolMax!" msgstr "" -#: include/functions.inc:3443 +#: include/functions.inc:3401 msgid "Cannot create sambaUnixIdPool entry!" msgstr "Impossible de créer l'entrée sambaUnixIdPool !" -#: include/functions.inc:3451 +#: include/functions.inc:3409 msgid "sambaUnixIdPool is not unique!" msgstr "sambaUnixIdPool n'est pas unique !" -#: include/functions.inc:3463 include/functions.inc:3467 +#: include/functions.inc:3421 include/functions.inc:3425 msgid "no ID available!" msgstr "Pas d' ID disponibles !" -#: include/functions.inc:3491 -msgid "maximum tries exceeded!" +#: include/functions.inc:3449 +#, fuzzy +msgid "maximum number of tries exceeded!" msgstr "Nombre maximum d'essais dépassés !" -#: include/functions.inc:3551 -msgid "Cannot allocate a free ID!" +#: include/functions.inc:3509 +#, fuzzy +msgid "Cannot allocate free ID!" msgstr "Impossible d'assigner un ID libre !" -#: include/password-methods/class_password-methods.inc:250 +#: include/password-methods/class_password-methods.inc:277 msgid "Cannot find a suitable password method for the current hash!" msgstr "" "Impossible de trouver une méthode de cryptage correspondante pour le mot de " @@ -5394,335 +4852,919 @@ msgid "Logging failed: %s" msgstr "Echec du Journal système : %s" #: include/class_log.inc:102 -#, php-format -msgid "Invalid option '%s' specified!" +#, fuzzy, php-format +msgid "Invalid option %s specified!" msgstr "Option %s non valide !" #: include/class_log.inc:106 -msgid "Specified objectType is empty or invalid!" +#, fuzzy +msgid "Specified 'objectType' is empty or invalid!" msgstr "Le type d'objet spécifié est vide ou invalide !" -#: include/class_baseSelector.inc:160 include/class_listing.inc:1009 -#: include/class_listing.inc:1011 include/class_releaseSelector.inc:164 +#: include/class_baseSelector.inc:186 include/class_listing.inc:1050 +#: include/class_listing.inc:1052 include/class_releaseSelector.inc:187 msgid "Root" msgstr "Racine" -#: include/class_baseSelector.inc:207 include/class_releaseSelector.inc:212 +#: include/class_baseSelector.inc:233 include/class_releaseSelector.inc:235 msgid "Submit" msgstr "Soumettre" -#: include/utils/class_timezone.inc:47 -#, php-format -msgid "" -"The timezone setting '%s' in your gosa.conf is not valid. Cannot calculate " -"correct timezone offset." -msgstr "" -"Le fuseau horaire '%s' indiqué dans votre gosa.conf est invalide. Impossible " -"de calculer le décalage horaire correct." +#: include/class_core.inc:114 +#, fuzzy +msgid "All objects" +msgstr "Bouger un objet" -#: include/utils/class_msgPool.inc:16 -#, php-format -msgid "Select to list objects of type '%s'." -msgstr "Sélectionnez pour lister les objets de type '%s'." +#: include/class_core.inc:132 +#, fuzzy +msgid "Traditional" +msgstr "Entreprise" -#: include/utils/class_msgPool.inc:18 -#, php-format -msgid "Select to list objects containig '%s'." -msgstr "Sélectionner pour lister les objets contenant '%s'." +#: include/class_core.inc:132 +msgid "Use samba pool" +msgstr "" -#: include/utils/class_msgPool.inc:20 -#, php-format -msgid "Select to list objects that have '%s' enabled" -msgstr "Sélectionnez pour lister les objets qui ont '%s' activés" +#: include/class_core.inc:164 include/class_core.inc:167 +#, fuzzy +msgid "hours" +msgstr "Jeudi" -#: include/utils/class_msgPool.inc:22 -msgid "Select to search within subtrees" -msgstr "Sélectionner pour chercher dans le sous arbre" +#: include/class_core.inc:176 +#, fuzzy +msgid "None" +msgstr "aucun" -#: include/utils/class_msgPool.inc:24 include/class_filter.inc:444 -msgid "Search in subtrees" -msgstr "Chercher dans les sous arbre" +#: include/class_core.inc:192 +#, fuzzy +msgid "User value" +msgstr "Nom d'utilisateur" -#: include/utils/class_msgPool.inc:34 -msgid "This object will be deleted!" -msgstr "Cet objet sera effacé !" +#: include/class_core.inc:201 +#, fuzzy +msgid "Core" +msgstr "Fermer" + +#: include/class_core.inc:202 +#, fuzzy +msgid "GOsa core plugin" +msgstr "Paramètres essentiels de GOsa" + +#: include/class_core.inc:230 +msgid "" +"The 'htaccessAuthentication' variable tells GOsa to use either htaccess " +"authentication or LDAP authentication. This can be used if you want to use i." +"e. kerberos to authenticate the users." +msgstr "" + +#: include/class_core.inc:240 +msgid "" +"The 'logging' statement enables event logging on GOsa side. Setting it to " +"'true' GOsa will log every action a user performs via syslog. If you use " +"rsyslog and configure it to mysql logging, you can browse all events within " +"GOsa. GOsa will not log anything, if the logging value is empty or set to " +"'false'." +msgstr "" + +#: include/class_core.inc:251 +msgid "" +"The 'listSummary' statement determines whether a status bar will be shown on " +"the bottom of GOsa generated lists, displaying a short summary of type and " +"number of elements in the list." +msgstr "" + +#: include/class_core.inc:261 +msgid "" +"The 'passwordMinLength' statement determines whether a newly entered " +"password has to be of a minimum length." +msgstr "" + +#: include/class_core.inc:271 +msgid "" +"The 'passwordMinDiffer' statement determines whether a newly entered " +"password has to be checked to have at least n different characters." +msgstr "" + +#: include/class_core.inc:282 +msgid "" +"The 'passwordHook' can specify an external script to handle password " +"settings at some other location besides the LDAP." +msgstr "" + +#: include/class_core.inc:282 +#, php-format +msgid "It will be called this way: %s" +msgstr "" + +#: include/class_core.inc:292 +msgid "" +"The 'displayErrors' statement tells GOsa to show PHP errors in the upper " +"part of the screen. This should be disabled in productive deployments, " +"because there might be some important passwords arround." +msgstr "" + +#: include/class_core.inc:292 +#, php-format +msgid "The property '%s' may be interesting too." +msgstr "" + +#: include/class_core.inc:302 +msgid "" +"The 'developmentMode' statement tells GOsa to show development related error " +"messages, for example messages about missing ACL configuration or classes. " +"Due to the fact that enabling this flag will result in a lot of false error " +"messages it should only be enabled while developing or debugging plugins!" +msgstr "" + +#: include/class_core.inc:313 +msgid "" +"The 'schemaCheck' statement enables or disables schema checking during " +"login. It is recommended to switch this on in order to let GOsa handle " +"object creation more efficient." +msgstr "" + +#: include/class_core.inc:323 +msgid "" +"The 'copyPaste' statement enables copy and paste for LDAP entries managed " +"with GOsa." +msgstr "" + +#: include/class_core.inc:333 +msgid "" +"The 'forceGlobals' statement enables PHP security checks to force " +"register_global settings to be switched off." +msgstr "" + +#: include/class_core.inc:343 +msgid "" +"The 'forceSSL' statement enables PHP security checks to force encrypted " +"access to the web interface. GOsa will try to redirect to the same URL - " +"just with https://" +msgstr "" + +#: include/class_core.inc:353 +msgid "" +"Logs information about triggered ldap operations, duration, filter, aso. " +"into syslog." +msgstr "" + +#: include/class_core.inc:363 +msgid "" +"The 'ldapFollowReferrals' statement tells GOsa to follow LDAP referrals." +msgstr "" + +#: include/class_core.inc:373 +msgid "" +"The 'ldapFilterNestingLimit' statement can be used to speed up group " +"handling for groups with several hundreds of members. The default behaviour " +"is, that GOsa will resolv the memberUid values in a group to real names. To " +"achieve this, it writes a single filter to minimize searches. Some LDAP " +"servers (namely Sun DS) simply crash when the filter gets too big. You can " +"set a member limit, where GOsa will stop to do these lookups." +msgstr "" + +#: include/class_core.inc:383 +msgid "" +"The ldapSizelimit statement tells GOsa to retrieve the specified maximum " +"number of results. The user will get a warning, that not all entries " +"were shown." +msgstr "" + +#: include/class_core.inc:393 +msgid "" +"Disables sizelimit checks, only the configured amount of results will be " +"shown!" +msgstr "" + +#: include/class_core.inc:403 +msgid "" +"The 'warnSSL' statement enables PHP security checks to detect non encrypted " +"access to the web interface. GOsa will display a warning in this case." +msgstr "" + +#: include/class_core.inc:413 +msgid "The 'ppdGzip' variable enables PPD file compression." +msgstr "" + +#: include/class_core.inc:424 +msgid "" +"The 'ignoreAcl' value tells GOsa to ignore complete ACL sets for the given " +"DN. Add your DN here and you'll be able to restore accidently dropped ACLs." +msgstr "" + +#: include/class_core.inc:435 +msgid "" +"The 'ppdPath' variable defines where to store PPD files for the GOto " +"environment plugins." +msgstr "" + +#: include/class_core.inc:445 +msgid "" +"The 'ldapMaxQueryTime' statement tells GOsa to stop LDAP actions if there is " +"no answer within the specified number of seconds." +msgstr "" + +#: include/class_core.inc:455 +msgid "" +"The 'storeFilterSettings' statement determines whether GOsa should store " +"filter and plugin settings inside of a cookie." +msgstr "" + +#: include/class_core.inc:465 +msgid "" +"The 'sendCompressedOutput' statement determines whether PHP should send " +"compressed HTML pages to browsers or not. This may increase or decrease the " +"performance, depending on your network." +msgstr "" + +#: include/class_core.inc:476 +msgid "" +"The 'modificationDetectionAttribute' statement enables GOsa to check if a " +"entry currently being edited has been modified from someone else outside " +"GOsa in the meantime. It will display an informative dialog then. It can be " +"set to 'entryCSN' for OpenLDAP based systems or 'contextCSN' for Sun DS " +"based systems." +msgstr "" + +#: include/class_core.inc:487 +msgid "" +"The 'language' statement defines the default language used by GOsa. Normally " +"GOsa autodetects the language from the browser settings. If this is not " +"working or you want to force the language, just add the language code (i.e. " +"de for german) here." +msgstr "" + +#: include/class_core.inc:498 +msgid "" +"The 'theme' statement defines what theme is used to display GOsa pages. You " +"can install some corporate identity like theme and/or modify certain " +"templates to fit your needs within themes. Take a look at the GOsa FAQ for " +"more information." +msgstr "" + +#: include/class_core.inc:508 +msgid "" +"The 'sessionLifetime' value defines when a session will expire in seconds. " +"For Debian systems, this will not work because the sessions will be removed " +"by a cron job instead. Please modify the value inside of your php.ini " +"instead." +msgstr "" + +#: include/class_core.inc:518 +msgid "" +"The 'templateCompileDirectory' statements defines the path, where the PHP " +"templating engins 'smarty' should store its compiled GOsa templates for " +"improved speed. This path needs to be writeable by the user your webserver " +"is running with." +msgstr "" + +#: include/class_core.inc:528 +#, php-format +msgid "" +"The 'debugLevel' value tells GOsa to display certain information on each " +"page load. Value is an AND combination of the following byte values: %s" +msgstr "" -#: include/utils/class_msgPool.inc:36 +#: include/class_core.inc:548 #, php-format -msgid "This '%s' object will be deleted!" +msgid "" +"The 'sambaHashHook' statement contains an executable to generate samba hash " +"values. This is required for password synchronization, but not required if " +"you apply gosa-si services. If you don't have mkntpasswd from the samba " +"distribution installed, you can use perl to generate the hash: %s" +msgstr "" + +#: include/class_core.inc:559 +msgid "" +"The 'passwordDefaultHash' statement defines the default password hash to " +"choose for new accounts." +msgstr "" + +#: include/class_core.inc:568 +msgid "" +"The 'strictPasswordRules' tells GOsa to check for UTF-8 characters in the " +"supplied password. These Characters can lead to non working authentications " +"if UTF-8 and none UTF-8 systems locales get mixed. The default is 'true'." +msgstr "" + +#: include/class_core.inc:579 +msgid "" +"The 'accountPrimaryAttribute' option tells GOsa how to create new accounts. " +"Possible values are 'uid' and 'cn'. In the first case GOsa creates uid style " +"DN entries: 'uid=superuser,ou=staff,dc=example,dc=net'. In the second case, " +"GOsa creates cn style DN entries: 'cn=Foo Bar,ou=staff,dc=example,dc=net'. " +"If you choose \"cn\" to be your 'accountPrimaryAttribute' you can decide " +"whether to include the personal title in your dn by selecting " +"'personalTitleInDN'." +msgstr "" + +#: include/class_core.inc:589 +msgid "" +"The 'userRDN' statement defines the location where new accounts will be " +"created inside of defined departments. The default is 'ou=people'." +msgstr "" + +#: include/class_core.inc:599 +msgid "" +"The 'groupsRDN' statement defines the location where new groups will be " +"created inside of defined departments. The default is 'ou=groups'." +msgstr "" + +#: include/class_core.inc:609 +msgid "" +"The 'gidNumberBase' statement defines where to start looking for a new free " +"group id. This should be synced with your 'adduser.conf' to avoid " +"overlapping gidNumber values between local and LDAP based lookups. The " +"gidNumberBase can even be dynamic. Take a look at the 'nextIdHook' " +"definition." +msgstr "" + +#: include/class_core.inc:619 +msgid "" +"The 'baseIdHook' statement allows to hook into the id generation method " +"(traditional mode), to define the starting range for new generated ids" +msgstr "" + +#: include/class_core.inc:629 include/class_core.inc:649 +msgid "" +"The 'uidNumberPoolMin/gidNumberPoolMin' statement defines the lowest " +"assignable user/group id for use with the 'idAllocationMethod = pool'." +msgstr "" + +#: include/class_core.inc:639 include/class_core.inc:659 +msgid "" +"The 'uidNumberPoolMax/gidNumberPoolMax' statement defines the highest " +"assignable user/group id for use with the 'idAllocationMethod = pool'." +msgstr "" + +#: include/class_core.inc:669 +msgid "" +"The 'uidNumberBase' statement defines where to start looking for a new free " +"user id. This should be synced with your 'adduser.conf' to avoid overlapping " +"uidNumber values between local and LDAP based lookups. The uidNumberBase can " +"even be dynamic. Take a look at the 'baseIdHook' definition." +msgstr "" + +#: include/class_core.inc:709 +msgid "" +"The 'gosaSupportURI' defines the major gosa-si server host and the password " +"for GOsa to connect to it. It can be used if you want to use i.e. kerberos " +"to authenticate the users. The format is: credentials@host:port" +msgstr "" + +#: include/class_core.inc:719 +msgid "" +"The 'gosaSupportTimeout' sets a connection timeout for all gosa-si actions. " +"See 'gosaSupportURI' for details." +msgstr "" + +#: include/class_core.inc:730 +msgid "" +"The 'loginAttribute' statement tells GOsa which LDAP attribute is used as " +"the login name during login. It can be set to 'uid', 'mail' or 'both'" +msgstr "" + +#: include/class_core.inc:741 +msgid "" +"The 'timezone' statements defines the timezone used inside of GOsa to handle " +"date related tasks, such as password expiery, vacation messages, etc. The " +"'timezone' value should be a unix conform timezone value like in /etc/" +"timezone." +msgstr "" + +#: include/class_core.inc:751 +msgid "" +"The 'honourUnitTags' statement enables checking of 'unitTag' attributes when " +"using administrative units. If this is set to 'true' GOsa can only see " +"objects inside the administrative unit a user is logged into." +msgstr "" + +#: include/class_core.inc:761 +msgid "" +"The 'useSaslForKerberos' statement defines the way the kerberos realm is " +"stored in the #userPassword' attribute. Set it to 'true' in order to get " +"{sasl}user@REALM.NET, or to 'false' to get {kerberos}user@REALM.NET. The " +"latter is outdated, but may be needed from time to time." +msgstr "" + +#: include/class_core.inc:771 +msgid "" +"The 'rfc2307bis' statement enables rfc2307bis style groups in GOsa. You can " +"use 'member' attributes instead of memberUid in this case. To make it work " +"on unix systems, you've to adjust your NSS configuration to use rfc2307bis " +"style groups, too" +msgstr "" + +#: include/class_core.inc:781 +msgid "" +"The 'personalTitleInDN' option tells GOsa to include the personal title in " +"user DNs when #accountPrimaryAttribute' is set to \"cn\"." +msgstr "" + +#: include/class_core.inc:791 +msgid "" +"The 'nextIdHook' statement defines a script to be called for finding the " +"next free id for users or groups externaly. It gets called with the current " +"entry \"dn\" and the attribute to be ID'd. It should return an integer value." +msgstr "" + +#: include/class_core.inc:801 +msgid "" +"The 'idGenerator' statement describes an automatic way to generate new user " +"ids. There are two basic functions supported - which can be combined: \n" +"\n" +" a) using attributes\n" +"\n" +" You can specify LDAP attributes (currently only sn and givenName) in\n" +" braces {} and add a percent sign befor it. Optionally you can strip it\n" +" down to a number of characters, specified in []. I.e.\n" +"\n" +" idGenerator=\"{%sn}-{%givenName[2-4]}\"\n" +"\n" +" will generate an ID using the full surename, adding a dash, and adding " +"at\n" +" least the first two characters of givenName. If this ID is used, it'll\n" +" use up to four characters. If no automatic generation is possible, a\n" +" input box is shown.\n" +"\n" +" b) using automatic id's\n" +"\n" +" I.e. specifying\n" +"\n" +" idGenerator=\"acct{id:3}\"\n" +"\n" +" will generate a three digits id with the next free entry appended to " +"\"acct\".\n" +"\n" +" idGenerator=\"acct{id!1}\"\n" +"\n" +" will generate a one digit id with the next free entry appended to \"acct" +"\" - if needed.\n" +"\n" +" idGenerator=\"ext{id#3}\"\n" +"\n" +" will generate a three digits random number appended to \"ext\".\n" +msgstr "" + +#: include/class_core.inc:841 +msgid "" +"The 'strictNamingRules' statement enables strict checking of uids and group " +"names. If you need characters like . or - inside of your accounts, set " +"this to 'false'." +msgstr "" + +#: include/class_core.inc:851 +msgid "" +"The 'minId' statement defines the minimum assignable user or group id to " +"avoid security leaks with uid 0 accounts. This is used for the 'traditional' " +"method." +msgstr "" + +#: include/class_core.inc:862 +msgid "" +"The 'mailAttribute' statement determines which attribute GOsa will use to " +"create accounts. Valid values are 'mail' and 'uid'." +msgstr "" + +#: include/class_core.inc:872 +msgid "" +"This attribute allows to override the prefix used to create shared folders." +msgstr "" + +#: include/class_core.inc:882 +msgid "" +"This attribute allows to override the user account creation syntax, see the " +"'mailFolderCreation' description for more details.\n" +"\n" +"Examples\n" +" mailUserCreation=\"%prefix%%uid%\" => \"user.foobar\"\n" +" mailUserCreation=\"my-prefix.%uid%%domain%\" => \"my-prefix.foobar@example." +"com\"\n" +msgstr "" + +#: include/class_core.inc:897 +msgid "" +"Every mail method has its own way to create mail accounts like 'share/" +"development' or 'shared.development@example.com' which is used to identify " +"the accounts, set quotas or add acls.\n" +"\n" +"To override the methods default account creation syntax, you can set the " +"'mailFolderCreation' option.\n" +"\n" +"Examples\n" +"\n" +" mailFolderCreation=\"%prefix%%cn%\" => \"shared.development\"\n" +" mailFolderCreation=\"my-prefix.%cn%%domain%\" => \"my-prefix." +"development@example.com\"\n" +"\n" +" %prefix% The methods default prefix. (Depends on cyrusUseSlashes=FALSE/" +"TRUE)\n" +" %cn% The groups/users cn.\n" +" %uid% The users uid.\n" +" %mail% The objects mail attribute.\n" +" %domain% The domain part of the objects mail attribute.\n" +" %mailpart% The user address part of the mail address.\n" +" %uattrib% Depends on mailAttribute=\"uid/mail\".\n" +msgstr "" + +#: include/class_core.inc:923 +msgid "" +"The 'imapTimeout' statement sets the connection timeout for imap actions." +msgstr "" + +#: include/class_core.inc:934 +msgid "" +"The 'mailMethod' statement tells GOsa which mail method the setup should use " +"to communicate with a possible mail server. Leave this undefined if your " +"mail method does not match the predefined ones." +msgstr "" + +#: include/class_core.inc:944 +msgid "" +"The 'cyrusUseSlashes' statement determines if GOsa should use \"foo/bar\" or " +"\"foo.bar\" namespaces in IMAP. Unix style is with slashes." +msgstr "" + +#: include/class_core.inc:954 +msgid "" +"The 'vacationTemplateDirectory' statement sets the path where GOsa will look " +"for vacation message templates. Default is /etc/gosa/vacation. \n" +"\n" +"Example template /etc/gosa/vacation/business.txt:\n" +"\n" +" DESC:Away from desk\n" +" Hi, I'm currently away from my desk. You can contact me on\n" +" my cell phone via %mobile.\n" +"\n" +" Greetings,\n" +" %givenName %sn\n" +"\n" +msgstr "" + +#: include/class_core.inc:975 +msgid "" +"The 'ldapTLS' statement enables or disables TLS operating on LDAP " +"connections." +msgstr "" + +#: include/class_core.inc:985 +msgid "" +"The 'honourIvbbAttributes' statement enables the IVBB mode inside of GOsa. " +"You need the ivbb.schema file from used by german authorities." +msgstr "" + +#: include/class_core.inc:995 +msgid "" +"The 'sambaIdMapping' statement tells GOsa to maintain sambaIdmapEntry " +"objects. Depending on your setup this can drastically improve the windows " +"login performance." +msgstr "" + +#: include/class_core.inc:1005 +msgid "" +"The 'handleExpiredAccounts' statement enables shadow attribute tests during " +"the login to the GOsa web interface and forces password renewal or account " +"lockout." +msgstr "" + +#: include/class_core.inc:1015 +msgid "" +"The 'sambaSID' statement defines a samba SID if not available inside of the " +"LDAP. You can retrieve the current sid by net getlocalsid." +msgstr "" + +#: include/class_core.inc:1025 +msgid "" +"The 'sambaRidBase' statement defines the base id to add to ordinary sid " +"calculations - if not available inside of the LDAP." +msgstr "" + +#: include/class_core.inc:1035 +msgid "" +"The 'enableSnapshots' statement enables a snapshot mechaism in GOsa. This " +"enables you to save certain states of entries and restore them later on." +msgstr "" + +#: include/class_core.inc:1045 +msgid "" +"The 'snapshotBase' statement defines the base where snapshots should be " +"stored inside of the LDAP." +msgstr "" + +#: include/class_core.inc:1055 +msgid "" +"The 'snapshotAdminDn' variable defines the user which is used to " +"authenticate when connecting to 'snapshotURI'." +msgstr "" + +#: include/class_core.inc:1065 +msgid "" +"The 'snapshotAdminPassword' variable defines the credentials which are used " +"in combination with 'snapshotAdminDn' and 'snapshotURI' in order to " +"authenticate." +msgstr "" + +#: include/class_core.inc:1076 +msgid "" +"The 'idAllocationMethod' statement defines how GOsa generates numeric user " +"and group id values. If it is set to 'traditional' GOsa will do create a " +"lock and perform a search for the next free ID. The lock will be removed " +"after the procedure completes. 'pool' will use the sambaUnixIdPool " +"objectclass settings inside your LDAP. This one is unsafe, because it does " +"not check for concurrent LDAP access and already used IDs in this range. On " +"the other hand it is much faster." +msgstr "" + +#: include/class_core.inc:1085 +msgid "" +"The 'snapshotURI' variable defines the LDAP URI for the server which is used " +"to do object snapshots." +msgstr "" + +#: include/utils/class_timezone.inc:47 +#, fuzzy, php-format +msgid "The configured timezone %s is not valid!" +msgstr "Le fichier de configuration %s/%s ne peut être lu. Abandon." + +#: include/utils/class_msgPool.inc:17 +msgid "This object will be deleted!" +msgstr "Cet objet sera effacé !" + +#: include/utils/class_msgPool.inc:19 +#, fuzzy, php-format +msgid "This %s object will be deleted!" msgstr "L'objet '%s' sera effacé !" -#: include/utils/class_msgPool.inc:41 +#: include/utils/class_msgPool.inc:24 #, php-format msgid "This object will be deleted: %s" msgstr "Cet objet sera effacé : %s" -#: include/utils/class_msgPool.inc:43 -#, php-format -msgid "This '%s' object will be deleted: %s" +#: include/utils/class_msgPool.inc:26 +#, fuzzy, php-format +msgid "This %s object will be deleted: %s" msgstr "L'objet de type '%s' sera effacé: %s" -#: include/utils/class_msgPool.inc:48 +#: include/utils/class_msgPool.inc:31 msgid "This object will be deleted:" msgstr "Cet objet sera effacé: " -#: include/utils/class_msgPool.inc:50 -#, php-format -msgid "This '%s' object will be deleted:" +#: include/utils/class_msgPool.inc:33 +#, fuzzy, php-format +msgid "This %s object will be deleted:" msgstr "L'objet de type '%s' sera effacé:" -#: include/utils/class_msgPool.inc:54 +#: include/utils/class_msgPool.inc:37 #, php-format msgid "These objects will be deleted: %s" msgstr "Ces objets seront effacés: %s" -#: include/utils/class_msgPool.inc:56 -#, php-format -msgid "These '%s' objects will be deleted: %s" +#: include/utils/class_msgPool.inc:39 +#, fuzzy, php-format +msgid "These %s objects will be deleted: %s" msgstr "Ces objets de type '%s' seront effacés: %s" -#: include/utils/class_msgPool.inc:64 +#: include/utils/class_msgPool.inc:47 msgid "You have no permission to delete this object!" msgstr "Vous n'avez pas les droits nécessaires pour supprimer cet objet !" -#: include/utils/class_msgPool.inc:68 include/utils/class_msgPool.inc:72 +#: include/utils/class_msgPool.inc:51 include/utils/class_msgPool.inc:55 msgid "You have no permission to delete the object:" msgstr "Vous n'avez pas les droits nécessaires pour supprimer cet objet :" -#: include/utils/class_msgPool.inc:75 +#: include/utils/class_msgPool.inc:58 msgid "You have no permission to delete these objects:" msgstr "Vous n'avez pas les droits nécessaires pour supprimer ces objets :" -#: include/utils/class_msgPool.inc:82 +#: include/utils/class_msgPool.inc:65 msgid "You have no permission to create this object!" msgstr "Vous n'avez pas les droits nécessaires pour créer cet objet !" -#: include/utils/class_msgPool.inc:86 include/utils/class_msgPool.inc:90 +#: include/utils/class_msgPool.inc:69 include/utils/class_msgPool.inc:73 msgid "You have no permission to create the object:" msgstr "Vous n'avez pas les droits nécessaires pour créer l'objet :" -#: include/utils/class_msgPool.inc:93 +#: include/utils/class_msgPool.inc:76 msgid "You have no permission to create these objects:" msgstr "Vous n'avez pas les droits nécessaires pour créer ces objets :" -#: include/utils/class_msgPool.inc:100 +#: include/utils/class_msgPool.inc:83 msgid "You have no permission to modify this object!" msgstr "Vous n'avez pas l'autorisation de modifier cet objet !" -#: include/utils/class_msgPool.inc:104 include/utils/class_msgPool.inc:108 +#: include/utils/class_msgPool.inc:87 include/utils/class_msgPool.inc:91 msgid "You have no permission to modify the object:" msgstr "Vous n'avez pas l'autorisation de modifier cet objet :" -#: include/utils/class_msgPool.inc:111 +#: include/utils/class_msgPool.inc:94 msgid "You have no permission to modify these objects:" msgstr "Vous n'avez pas l'autorisation de modifier ces objets :" -#: include/utils/class_msgPool.inc:118 +#: include/utils/class_msgPool.inc:101 msgid "You have no permission to view this object!" msgstr "Vous n'avez pas l'autorisation de voir cet objet !" -#: include/utils/class_msgPool.inc:122 include/utils/class_msgPool.inc:126 +#: include/utils/class_msgPool.inc:105 include/utils/class_msgPool.inc:109 msgid "You have no permission to view the object:" msgstr "Vous n'avez pas l'autorisation de voir l'objet :" -#: include/utils/class_msgPool.inc:129 +#: include/utils/class_msgPool.inc:112 msgid "You have no permission to view these objects:" msgstr "Vous n'avez pas l'autorisation devoir ces objets :" -#: include/utils/class_msgPool.inc:136 +#: include/utils/class_msgPool.inc:119 msgid "You have no permission to move this object!" msgstr "Vous n'avez pas l'autorisation de bouger cet objet !" -#: include/utils/class_msgPool.inc:140 include/utils/class_msgPool.inc:144 +#: include/utils/class_msgPool.inc:123 include/utils/class_msgPool.inc:127 msgid "You have no permission to move the object:" msgstr "Vous n'avez pas l'autorisation de bouger l'objet :" -#: include/utils/class_msgPool.inc:147 +#: include/utils/class_msgPool.inc:130 msgid "You have no permission to move these objects:" msgstr "Vous n'avez pas l'autorisation de bouger ces objets :" -#: include/utils/class_msgPool.inc:157 include/utils/class_msgPool.inc:169 -#: include/utils/class_msgPool.inc:187 +#: include/utils/class_msgPool.inc:140 include/utils/class_msgPool.inc:152 +#: include/utils/class_msgPool.inc:170 msgid "Connection information" msgstr "Informations de connexions" -#: include/utils/class_msgPool.inc:159 +#: include/utils/class_msgPool.inc:142 #, php-format msgid "Cannot connect to %s database!" msgstr "Impossible de se connecter à la base de données %s !" -#: include/utils/class_msgPool.inc:171 +#: include/utils/class_msgPool.inc:154 #, php-format msgid "Cannot select %s database!" msgstr "Impossible de sélectionner la base de données %s !" -#: include/utils/class_msgPool.inc:177 +#: include/utils/class_msgPool.inc:160 #, php-format msgid "No %s server defined!" msgstr "Pas de serveur %s défini !" -#: include/utils/class_msgPool.inc:189 +#: include/utils/class_msgPool.inc:172 #, php-format msgid "Cannot query %s database!" msgstr "Impossible d'effectuer une requête sur la base de données %s !" -#: include/utils/class_msgPool.inc:195 -#, php-format -msgid "The field '%s' contains a reserved keyword!" +#: include/utils/class_msgPool.inc:178 +#, fuzzy, php-format +msgid "The field %s contains a reserved keyword!" msgstr "Le champ '%s' contient un mot réservé !" -#: include/utils/class_msgPool.inc:201 -#, php-format -msgid "Command specified as %s hook for plugin '%s' does not exist!" +#: include/utils/class_msgPool.inc:184 +#, fuzzy, php-format +msgid "Command specified as %s hook for plugin %s does not exist!" msgstr "" "La commande '%s', spécifiée comme connexion de l'extension '%s' n'existe " "pas !" -#: include/utils/class_msgPool.inc:208 -#, php-format -msgid "'%s' command is invalid!" +#: include/utils/class_msgPool.inc:191 +#, fuzzy, php-format +msgid "%s command is invalid!" msgstr "Le commande '%s' est invalide !" -#: include/utils/class_msgPool.inc:210 -#, php-format -msgid "'%s' command (%s) for plugin %s is invalid!" +#: include/utils/class_msgPool.inc:193 +#, fuzzy, php-format +msgid "%s command (%s) for plugin %s is invalid!" msgstr "l'option '%s' de la commande (%s) pour l'extension %s est invalide !" -#: include/utils/class_msgPool.inc:212 -#, php-format -msgid "'%s' command for plugin %s is invalid!" +#: include/utils/class_msgPool.inc:195 +#, fuzzy, php-format +msgid "%s command for plugin %s is invalid!" msgstr "l'option '%s' de la commande pour l'extension %s est invalide !" -#: include/utils/class_msgPool.inc:214 -#, php-format -msgid "'%s' command (%s) is invalid!" +#: include/utils/class_msgPool.inc:197 +#, fuzzy, php-format +msgid "%s command (%s) is invalid!" msgstr "l'option '%s' de la commande (%s) est invalide !" -#: include/utils/class_msgPool.inc:222 -#, php-format -msgid "Cannot execute '%s' command!" +#: include/utils/class_msgPool.inc:205 +#, fuzzy, php-format +msgid "Cannot execute %s command!" msgstr "Impossible d'exécuter la commande '%s' !" -#: include/utils/class_msgPool.inc:224 -#, php-format -msgid "Cannot execute '%s' command (%s) for plugin %s!" +#: include/utils/class_msgPool.inc:207 +#, fuzzy, php-format +msgid "Cannot execute %s command (%s) for plugin %s!" msgstr "Impossible d'exécuter '%s' de la commande (%s) pour l'extension %s !" -#: include/utils/class_msgPool.inc:226 -#, php-format -msgid "Cannot execute '%s' command for plugin %s!" +#: include/utils/class_msgPool.inc:209 +#, fuzzy, php-format +msgid "Cannot execute %s command for plugin %s!" msgstr "" "Impossible d'exécuter l'option '%s' de la commande pour l'extension %s !" -#: include/utils/class_msgPool.inc:228 -#, php-format -msgid "Cannot execute '%s' command (%s)!" +#: include/utils/class_msgPool.inc:211 +#, fuzzy, php-format +msgid "Cannot execute %s command (%s)!" msgstr "Impossible d'exécuter l'option '%s' de la commande (%s) !" -#: include/utils/class_msgPool.inc:236 -#, php-format -msgid "Value for '%s' is too large!" +#: include/utils/class_msgPool.inc:219 +#, fuzzy, php-format +msgid "Value for %s is too large!" msgstr "La valeur pour '%s' est trop grande !" -#: include/utils/class_msgPool.inc:238 -#, php-format -msgid "'%s' must be smaller than %s!" +#: include/utils/class_msgPool.inc:221 +#, fuzzy, php-format +msgid "%s must be smaller than %s!" msgstr "'%s' doit être plus petit que %s !" -#: include/utils/class_msgPool.inc:246 -#, php-format -msgid "Value for '%s' is too small!" +#: include/utils/class_msgPool.inc:229 +#, fuzzy, php-format +msgid "Value for %s is too small!" msgstr "La valeur pour '%s' est trop petite !" -#: include/utils/class_msgPool.inc:248 -#, php-format -msgid "'%s' must be %d or above!" +#: include/utils/class_msgPool.inc:231 +#, fuzzy, php-format +msgid "%s must be %s or above!" msgstr "'%s' doit être à la version %d ou plus grand !" -#: include/utils/class_msgPool.inc:255 -#, php-format -msgid "'%s' depends on '%s' - please provide both values!" +#: include/utils/class_msgPool.inc:238 +#, fuzzy, php-format +msgid "%s depends on %s - please provide both values!" msgstr "'%s' dépend de '%s' - veuillez indiquer les deux valeurs !" -#: include/utils/class_msgPool.inc:261 -#, php-format -msgid "There is already an entry with this '%s' attribute in the system!" +#: include/utils/class_msgPool.inc:244 +#, fuzzy, php-format +msgid "There is already an entry with this %s attribute in the system!" msgstr "Il existe déjà une entrée avec l'attribut '%s' dans le système !" -#: include/utils/class_msgPool.inc:267 -#, php-format -msgid "The required field '%s' is empty!" +#: include/utils/class_msgPool.inc:250 +#, fuzzy, php-format +msgid "The required field %s is empty!" msgstr "Le champ obligatoire '%s' n'est pas rempli !" -#: include/utils/class_msgPool.inc:275 +#: include/utils/class_msgPool.inc:258 msgid "Example" msgstr "Exemple" -#: include/utils/class_msgPool.inc:295 -#, php-format -msgid "The Field '%s' contains invalid characters" +#: include/utils/class_msgPool.inc:278 +#, fuzzy, php-format +msgid "The Field %s contains invalid characters" msgstr "Le champ '%s' contient des caractères invalides" -#: include/utils/class_msgPool.inc:296 -#, php-format -msgid "'%s' is not allowed:" +#: include/utils/class_msgPool.inc:279 +#, fuzzy, php-format +msgid "%s is not allowed:" msgstr "'%s' n'est pas permis :" -#: include/utils/class_msgPool.inc:296 -#, php-format -msgid "'%s' are not allowed!" +#: include/utils/class_msgPool.inc:279 +#, fuzzy, php-format +msgid "%s are not allowed!" msgstr "'%s' n'est pas autorisé !" -#: include/utils/class_msgPool.inc:299 -#, php-format -msgid "The Field '%s' contains invalid characters!" +#: include/utils/class_msgPool.inc:282 +#, fuzzy, php-format +msgid "The Field %s contains invalid characters!" msgstr "Le champ '%s' contient des caractères invalides !" -#: include/utils/class_msgPool.inc:306 +#: include/utils/class_msgPool.inc:289 #, php-format msgid "Missing %s PHP extension!" msgstr "Extension PHP %s manquante !" -#: include/utils/class_msgPool.inc:336 +#: include/utils/class_msgPool.inc:319 #, php-format msgid "Add %s" msgstr "Ajouter %s" -#: include/utils/class_msgPool.inc:342 +#: include/utils/class_msgPool.inc:325 #, php-format msgid "Delete" msgstr "Supprimer" -#: include/utils/class_msgPool.inc:342 +#: include/utils/class_msgPool.inc:325 #, php-format msgid "Delete %s" msgstr "Supprimer %s" -#: include/utils/class_msgPool.inc:348 +#: include/utils/class_msgPool.inc:331 #, php-format msgid "Set %s" msgstr "Activer %s" -#: include/utils/class_msgPool.inc:354 +#: include/utils/class_msgPool.inc:337 #, php-format msgid "Edit..." msgstr "Editer..." -#: include/utils/class_msgPool.inc:354 +#: include/utils/class_msgPool.inc:337 #, php-format msgid "Edit %s..." msgstr "Editer %s..." -#: include/utils/class_msgPool.inc:360 +#: include/utils/class_msgPool.inc:343 msgid "Back" msgstr "Retour" -#: include/utils/class_msgPool.inc:380 +#: include/utils/class_msgPool.inc:363 #, php-format msgid "This account has no valid %s extensions!" msgstr "Ce compte n'a pas d'extensions %s valides !" -#: include/utils/class_msgPool.inc:386 +#: include/utils/class_msgPool.inc:369 #, php-format msgid "" "This account has %s settings enabled. You can disable them by clicking below." @@ -5730,7 +5772,7 @@ msgstr "" "Ce compte possède l'extension %s activée. Vous pouvez la supprimer en " "cliquant sur le bouton ci-dessous." -#: include/utils/class_msgPool.inc:389 include/utils/class_msgPool.inc:396 +#: include/utils/class_msgPool.inc:372 include/utils/class_msgPool.inc:379 #, php-format msgid "" "This account has %s settings enabled. To disable them, you'll need to remove " @@ -5739,7 +5781,7 @@ msgstr "" "Ce compte possède %s paramètres activés. Pour le désactiver vous devez au " "préalable supprimer les %s paramètres !" -#: include/utils/class_msgPool.inc:405 +#: include/utils/class_msgPool.inc:388 #, php-format msgid "" "This account has %s settings disabled. You can enable them by clicking below." @@ -5747,7 +5789,7 @@ msgstr "" "Ce compte possède %s paramètres desactivés. Vous pouvez les activer en " "clicquant ci dessous." -#: include/utils/class_msgPool.inc:408 include/utils/class_msgPool.inc:415 +#: include/utils/class_msgPool.inc:391 include/utils/class_msgPool.inc:398 #, php-format msgid "" "This account has %s settings disabled. To enable them, you'll need to add " @@ -5756,239 +5798,241 @@ msgstr "" "Ce compte possède %s paramètres désactivés. Pour les activer, vous devez au " "préalable ajouter les %s paramètres !" -#: include/utils/class_msgPool.inc:423 +#: include/utils/class_msgPool.inc:406 #, php-format msgid "Add %s settings" msgstr "Ajouter %s paramètres" -#: include/utils/class_msgPool.inc:429 +#: include/utils/class_msgPool.inc:412 #, php-format msgid "Remove %s settings" msgstr "Effacer %s paramètres" -#: include/utils/class_msgPool.inc:435 +#: include/utils/class_msgPool.inc:418 msgid "Click the 'Edit' button below to change informations in this dialog" msgstr "" "Cliquez sur le bouton 'Editer' ci-dessous pour changer les informations dans " "cette boite de dialogue" -#: include/utils/class_msgPool.inc:441 +#: include/utils/class_msgPool.inc:424 msgid "January" msgstr "Janvier" -#: include/utils/class_msgPool.inc:441 +#: include/utils/class_msgPool.inc:424 msgid "February" msgstr "Février" -#: include/utils/class_msgPool.inc:441 +#: include/utils/class_msgPool.inc:424 msgid "March" msgstr "Mars" -#: include/utils/class_msgPool.inc:441 +#: include/utils/class_msgPool.inc:424 msgid "April" msgstr "Avril" -#: include/utils/class_msgPool.inc:442 +#: include/utils/class_msgPool.inc:425 msgid "May" msgstr "Mai" -#: include/utils/class_msgPool.inc:442 +#: include/utils/class_msgPool.inc:425 msgid "June" msgstr "Juin" -#: include/utils/class_msgPool.inc:442 +#: include/utils/class_msgPool.inc:425 msgid "July" msgstr "Juillet" -#: include/utils/class_msgPool.inc:442 +#: include/utils/class_msgPool.inc:425 msgid "August" msgstr "Août" -#: include/utils/class_msgPool.inc:442 +#: include/utils/class_msgPool.inc:425 msgid "September" msgstr "Septembre" -#: include/utils/class_msgPool.inc:443 +#: include/utils/class_msgPool.inc:426 msgid "October" msgstr "Octobre" -#: include/utils/class_msgPool.inc:443 +#: include/utils/class_msgPool.inc:426 msgid "November" msgstr "Novembre" -#: include/utils/class_msgPool.inc:443 +#: include/utils/class_msgPool.inc:426 msgid "December" msgstr "Décembre" -#: include/utils/class_msgPool.inc:449 +#: include/utils/class_msgPool.inc:432 msgid "Sunday" msgstr "Dimanche" -#: include/utils/class_msgPool.inc:449 +#: include/utils/class_msgPool.inc:432 msgid "Monday" msgstr "Lundi" -#: include/utils/class_msgPool.inc:449 +#: include/utils/class_msgPool.inc:432 msgid "Tuesday" msgstr "Mardi" -#: include/utils/class_msgPool.inc:449 +#: include/utils/class_msgPool.inc:432 msgid "Wednesday" msgstr "Mercredi" -#: include/utils/class_msgPool.inc:449 +#: include/utils/class_msgPool.inc:432 msgid "Thursday" msgstr "Jeudi" -#: include/utils/class_msgPool.inc:449 +#: include/utils/class_msgPool.inc:432 msgid "Friday" msgstr "Vendredi" -#: include/utils/class_msgPool.inc:449 +#: include/utils/class_msgPool.inc:432 msgid "Saturday" msgstr "Samedi" -#: include/utils/class_msgPool.inc:456 +#: include/utils/class_msgPool.inc:439 msgid "MySQL operation failed!" msgstr "La requête MySQL à échoué !" -#: include/utils/class_msgPool.inc:464 +#: include/utils/class_msgPool.inc:447 msgid "read operation" msgstr "lecture" -#: include/utils/class_msgPool.inc:464 +#: include/utils/class_msgPool.inc:447 msgid "add operation" msgstr "ajout" -#: include/utils/class_msgPool.inc:464 +#: include/utils/class_msgPool.inc:447 msgid "modify operation" msgstr "modification" -#: include/utils/class_msgPool.inc:465 +#: include/utils/class_msgPool.inc:448 msgid "delete operation" msgstr "suppression" -#: include/utils/class_msgPool.inc:465 +#: include/utils/class_msgPool.inc:448 msgid "search operation" msgstr "recherche" -#: include/utils/class_msgPool.inc:465 +#: include/utils/class_msgPool.inc:448 msgid "authentication" msgstr "authentification" -#: include/utils/class_msgPool.inc:468 +#: include/utils/class_msgPool.inc:451 #, php-format msgid "LDAP %s failed!" msgstr "La requête LDAP %s à échoué !" -#: include/utils/class_msgPool.inc:470 +#: include/utils/class_msgPool.inc:453 msgid "LDAP operation failed!" msgstr "La requête LDAP à échoué !" -#: include/utils/class_msgPool.inc:485 +#: include/utils/class_msgPool.inc:468 msgid "Upload failed!" msgstr "Le téléchargement à échoué !" -#: include/utils/class_msgPool.inc:488 +#: include/utils/class_msgPool.inc:471 #, php-format msgid "Upload failed: %s" msgstr "Le téléchargement à échoué : %s" -#: include/utils/class_msgPool.inc:495 +#: include/utils/class_msgPool.inc:478 msgid "Communication failure with the infrastructure service!" msgstr "Erreur de communication avec le service d'infrastructure !" -#: include/utils/class_msgPool.inc:497 +#: include/utils/class_msgPool.inc:480 #, php-format msgid "Communication failure with the infrastructure service: %s" msgstr "Erreur de communication avec le service d'infrastructure : %s" -#: include/utils/class_msgPool.inc:504 include/utils/class_msgPool.inc:507 -#, php-format -msgid "This '%s' is still in use by this object: %s" +#: include/utils/class_msgPool.inc:487 +#, fuzzy +msgid "Communication failure with the GOSA-NG service!" +msgstr "Erreur de communication avec le service d'infrastructure !" + +#: include/utils/class_msgPool.inc:489 +#, fuzzy, php-format +msgid "Communication failure with the GOSA-NG service: %s" +msgstr "Erreur de communication avec le service d'infrastructure : %s" + +#: include/utils/class_msgPool.inc:496 include/utils/class_msgPool.inc:499 +#, fuzzy, php-format +msgid "This %s is still in use by this object: %s" msgstr "Ce '%s' est en cours d'utilisation par : %s" -#: include/utils/class_msgPool.inc:510 -#, php-format -msgid "This '%s' is still in use." +#: include/utils/class_msgPool.inc:502 +#, fuzzy, php-format +msgid "This %s is still in use." msgstr "Ce '%s' est toujours en utilisation." -#: include/utils/class_msgPool.inc:512 -#, php-format -msgid "This '%s' is still in use by these objects: %s" +#: include/utils/class_msgPool.inc:504 +#, fuzzy, php-format +msgid "This %s is still in use by these objects: %s" msgstr "Ce '%s' est en utilisation par les objets : %s" -#: include/utils/class_msgPool.inc:518 -#, php-format -msgid "File '%s' does not exist!" +#: include/utils/class_msgPool.inc:510 +#, fuzzy, php-format +msgid "File %s does not exist!" msgstr "Le fichier '%s' n'existe pas !" -#: include/utils/class_msgPool.inc:524 -#, php-format -msgid "Cannot open file '%s' for reading!" +#: include/utils/class_msgPool.inc:516 +#, fuzzy, php-format +msgid "Cannot open file %s for reading!" msgstr "Impossible de lire le fichier '%s' !" -#: include/utils/class_msgPool.inc:530 -#, php-format -msgid "Cannot open file '%s' for writing!" +#: include/utils/class_msgPool.inc:522 +#, fuzzy, php-format +msgid "Cannot open file %s for writing!" msgstr "Impossible d'écrire dans le fichier '%s' !" -#: include/utils/class_msgPool.inc:536 -#, php-format +#: include/utils/class_msgPool.inc:528 +#, fuzzy, php-format msgid "" -"The value for '%s' is currently unconfigured or invalid, please check your " +"The value for %s is currently unconfigured or invalid, please check your " "configuration file!" msgstr "" "La valeur de '%s' est actuellement vide ou non valide, veuillez vérifier " "votre fichier de configuration !" -#: include/utils/class_msgPool.inc:542 -#, php-format -msgid "Cannot delete file '%s'!" +#: include/utils/class_msgPool.inc:534 +#, fuzzy, php-format +msgid "Cannot delete file %s!" msgstr "Impossible d'effacer le fichier '%s' !" -#: include/utils/class_msgPool.inc:548 -#, php-format -msgid "Cannot create folder '%s'!" +#: include/utils/class_msgPool.inc:540 +#, fuzzy, php-format +msgid "Cannot create folder %s!" msgstr "Impossible de créer le répertoire '%s' !" -#: include/utils/class_msgPool.inc:554 -#, php-format -msgid "Cannot delete folder '%s'!" +#: include/utils/class_msgPool.inc:546 +#, fuzzy, php-format +msgid "Cannot delete folder %s!" msgstr "Impossible d'effacer le répertoire '%s' !" -#: include/utils/class_msgPool.inc:560 +#: include/utils/class_msgPool.inc:552 #, php-format msgid "Checking for %s support" msgstr "Vérification du support pour %s" -#: include/utils/class_msgPool.inc:566 +#: include/utils/class_msgPool.inc:558 #, php-format msgid "Install and activate the %s PHP module." msgstr "Installer et activer le module PHP %s." -#: include/utils/class_msgPool.inc:572 -#, php-format +#: include/utils/class_msgPool.inc:564 +#, fuzzy, php-format msgid "" -"Cannot initialize class '%s'! Maybe there is a plugin missing in your gosa " +"Cannot initialize class %s! Maybe there is a plugin missing in your gosa " "setup?" msgstr "" "Impossible d'initialiser la classe '%s' ! Peut être manque t'il une " "extension dans votre installation de GOsa ?" -#: include/utils/class_msgPool.inc:578 +#: include/utils/class_msgPool.inc:570 msgid "" -"The supplied base is not valid and has been reset to the previous value!" +"The supplied base is not valid and has been reset to its previous value!" msgstr "" -#: include/utils/class_xml.inc:48 -msgid "in" -msgstr "dans" - -#: include/utils/class_xml.inc:50 -msgid "on line" -msgstr "en ligne" - #: include/utils/class_xml.inc:51 msgid "XML error" msgstr "Erreur XML" @@ -5998,7 +6042,8 @@ msgid "Certificate is empty!" msgstr "Le Certificat et vide !" #: include/class_certificate.inc:100 -msgid "Cannot load certificate - only PEM/DER is supported!" +#, fuzzy +msgid "Cannot load certificate: only PEM and DER are supported!" msgstr "" "Impossible de charger le certificat - seul les certificats PEM/DER sont " "supportés !" @@ -6012,19 +6057,19 @@ msgid "No valid certificate loaded!" msgstr "Pas de certificat valide chargé !" #: include/functions_helpviewer.inc:45 -#, php-format -msgid "XML error in guide.xml: %s at line %d" +#, fuzzy, php-format +msgid "XML error in guide.xml: %s at line %s" msgstr "Erreur XML dans guide.xml: %s à la ligne %d" #: include/functions_helpviewer.inc:88 msgid "No help available for this plugin." msgstr "L'aide n'est pas disponible pour cette extension." -#: include/functions_helpviewer.inc:97 html/helpviewer.php:194 +#: include/functions_helpviewer.inc:97 html/helpviewer.php:193 msgid "previous" msgstr "précédent" -#: include/functions_helpviewer.inc:101 html/helpviewer.php:198 +#: include/functions_helpviewer.inc:101 html/helpviewer.php:197 msgid "next" msgstr "suivant" @@ -6033,7 +6078,7 @@ msgstr "suivant" msgid "%s results for your search with the keyword %s" msgstr "%s résultats de votre recherche avec le mot %s " -#: include/functions_helpviewer.inc:462 +#: include/functions_helpviewer.inc:461 #, php-format msgid "%s%% hit rate in file %s" msgstr "%s%% de correspondance dans le fichier %s" @@ -6043,225 +6088,313 @@ msgstr "%s%% de correspondance dans le fichier %s" msgid "Search filter" msgstr "Imprimante" +#: include/class_filter.inc:444 +msgid "Search in subtrees" +msgstr "Chercher dans les sous arbre" + #: include/class_filter.inc:449 #, fuzzy msgid "Edit filters" msgstr "Editer des certificats" +#: include/class_SnapshotHandler.inc:45 include/class_SnapshotHandler.inc:76 +#, fuzzy, php-format +msgid "" +"The snapshot functionality is enabled but the required variable %s is not " +"set!" +msgstr "" +"La fonctionnalité pour les copie instantanées est activée, mais la variable " +"requise '%s' n'est pas configurée." + +#: include/class_SnapshotHandler.inc:58 +#, fuzzy, php-format +msgid "" +"The snapshot functionality is enabled but the required PHP compression " +"module is missing: %s!" +msgstr "" +"La fonctionnalité pour les copie instantanées est activée, mais le module " +"nécessaire à la compression est manquant. Veuillez installer '%s'. " + #: include/class_userFilterEditor.inc:251 #, php-format -msgid "" -"Please check your filter #%s. You have '%s' opening and '%s' closing " -"brackets!" +msgid "Error in filter #%s: %s opening and %s closing brackets detected!" msgstr "" #: include/class_acl.inc:28 msgid "Manage access control lists" msgstr "Gestion de listes de contrôle d'accès (ACL)" -#: include/class_acl.inc:125 include/class_acl.inc:607 -#: include/class_acl.inc:1023 +#: include/class_acl.inc:125 include/class_acl.inc:609 +#: include/class_acl.inc:1025 #, fuzzy, php-format msgid "All users" msgstr "utilisateurs" -#: include/class_acl.inc:227 -msgid "Reset ACLs" -msgstr "Remise à zéro des ACL" - -#: include/class_acl.inc:232 include/class_acl.inc:235 -msgid "Use ACL defined in role" -msgstr "Utiliser l'ACL définie dans le rôle" - -#: include/class_acl.inc:253 +#: include/class_acl.inc:252 #, fuzzy msgid "Section" msgstr "fonction" -#: include/class_acl.inc:263 +#: include/class_acl.inc:262 #, fuzzy msgid "Used" msgstr "Utilisateur" -#: include/class_acl.inc:568 +#: include/class_acl.inc:570 msgid "No ACL settings for this category!" msgstr "Pas de paramètres pour les ACL de cette catégorie !" -#: include/class_acl.inc:571 +#: include/class_acl.inc:573 #, php-format -msgid "Contains ACLs for these objects: %s" -msgstr "Contient les ACL pour ces objets: %s" +msgid "ACLs for: %s" +msgstr "" -#: include/class_acl.inc:577 include/class_acl.inc:581 +#: include/class_acl.inc:579 include/class_acl.inc:583 msgid "category ACL" msgstr "ACL de la catégorie" -#: include/class_acl.inc:634 -#, php-format -msgid "Edit ACL for '%s' - scope is '%s'" +#: include/class_acl.inc:635 +#, fuzzy, php-format +msgid "Edit ACL for '%s' with scope '%s'" msgstr "Editer l'ACL pour '%s', l'étendue est '%s'" -#: include/class_acl.inc:799 include/class_acl.inc:806 +#: include/class_acl.inc:797 include/class_acl.inc:804 msgid "Show/hide advanced settings" msgstr "Afficher/Cacher la configuration avancée" -#: include/class_acl.inc:817 +#: include/class_acl.inc:815 msgid "Create objects" msgstr "Créer un objet" -#: include/class_acl.inc:818 +#: include/class_acl.inc:816 msgid "Move objects" msgstr "Bouger un objet" -#: include/class_acl.inc:819 +#: include/class_acl.inc:817 msgid "Remove objects" msgstr "Enlever les objets" -#: include/class_acl.inc:821 -msgid "Grant permission to owner" -msgstr "Donner la permission à l'utilisateur" - -#: include/class_acl.inc:825 include/class_acl.inc:930 -#: include/class_acl.inc:934 -msgid "read" -msgstr "lecture" - -#: include/class_acl.inc:826 include/class_acl.inc:932 -#: include/class_acl.inc:935 -msgid "write" -msgstr "écrire" - -#: include/class_acl.inc:830 +#: include/class_acl.inc:828 msgid "Complete object" msgstr "L'objet au complet" -#: include/class_acl.inc:974 +#: include/class_acl.inc:976 #, php-format msgid "Unkown ACL type '%s'!" msgstr "Type d'ACL inconnu '%s' !" -#: include/class_acl.inc:1019 +#: include/class_acl.inc:1021 #, php-format msgid "Unknown entry '%s'!" msgstr "Entrée inconnue '%s' !" -#: include/class_acl.inc:1083 include/class_acl.inc:1085 -#, php-format -msgid "Role: %s" -msgstr "Rôle : %s" +#: include/class_acl.inc:1085 include/class_acl.inc:1087 +#, fuzzy, php-format +msgid "ACL role: %s" +msgstr "Rôles ACL" -#: include/class_acl.inc:1085 -msgid "unknown role" +#: include/class_acl.inc:1087 +#, fuzzy +msgid "unknown ACL role" msgstr "Rôle inconnu" -#: include/class_acl.inc:1093 +#: include/class_acl.inc:1095 #, php-format msgid "Contains settings for these objects: %s" msgstr "Contient les paramètres pour ces objets: %s" -#: include/class_acl.inc:1110 +#: include/class_acl.inc:1112 msgid "inactive" msgstr "inactif" -#: include/class_acl.inc:1110 +#: include/class_acl.inc:1112 msgid "No members" msgstr "Aucun membres" -#: include/class_acl.inc:1280 +#: include/class_acl.inc:1283 msgid "Access control list" msgstr "Contrôle d'accès (ACL)" -#: include/class_acl.inc:1285 +#: include/class_acl.inc:1289 msgid "ACL roles" msgstr "Rôles ACL" -#: include/class_acl.inc:1288 +#: include/class_acl.inc:1292 #, fuzzy msgid "ACL Entries" msgstr "Toutes les catégories" #: include/class_tabs.inc:57 -#, php-format -msgid "" -"No plugin definitions found to initialize '%s', please check your " -"configuration file." +#, fuzzy, php-format +msgid "No plugin definition for %s found: please check the configuration file!" msgstr "" "Pas de définition de plugin pour l'initialisation de '%s', veuillez vérifier " "votre fichier de configuration." -#: include/class_tabs.inc:241 -#, php-format -msgid "Delete process has been canceled by plugin '%s': %s" +#: include/class_tabs.inc:249 +#, fuzzy, php-format +msgid "Delete process has been canceled by plugin %s: %s" msgstr "L'effacement à été interrompu par l'extension '%s': %s" -#: include/class_tabs.inc:379 +#: include/class_tabs.inc:387 msgid "References" msgstr "Références" -#: include/class_listing.inc:537 +#: include/class_listing.inc:319 +msgid "Select all" +msgstr "Sélectionner tout" + +#: include/class_listing.inc:578 msgid "created by" msgstr "Crée par" -#: include/class_listing.inc:1016 include/class_listing.inc:1018 -msgid "Go up one department" -msgstr "Monter d'un département" +#: include/class_listing.inc:1057 include/class_listing.inc:1059 +msgid "Go to preceding level" +msgstr "" -#: include/class_listing.inc:1024 include/class_listing.inc:1026 -msgid "Go to users department" -msgstr "Aller au département des utilisateurs" +#: include/class_listing.inc:1065 include/class_listing.inc:1067 +msgid "Go to current users level" +msgstr "" -#: include/class_listing.inc:1031 +#: include/class_listing.inc:1072 msgid "Reload list" msgstr "Recharger la liste" -#: include/class_listing.inc:1397 include/class_plugin.inc:1960 +#: include/class_listing.inc:1444 msgid "Copy" msgstr "Copier" -#: include/class_listing.inc:1403 include/class_plugin.inc:1964 +#: include/class_listing.inc:1450 msgid "Cut" msgstr "Couper" -#: include/class_listing.inc:1436 include/class_plugin.inc:1918 +#: include/class_listing.inc:1483 msgid "Cut this entry" msgstr "Couper cette entrée" -#: include/class_listing.inc:1445 include/class_plugin.inc:1926 +#: include/class_listing.inc:1492 msgid "Copy this entry" msgstr "Copier cette entrée" -#: include/class_listing.inc:1477 include/class_listing.inc:1479 +#: include/class_listing.inc:1524 include/class_listing.inc:1526 msgid "Restore snapshots" msgstr "Restaurer la copie instantanée" -#: include/class_listing.inc:1493 +#: include/class_listing.inc:1540 msgid "Export list" msgstr "Exporter la liste" -#: include/class_listing.inc:1527 include/class_SnapShotDialog.inc:145 -#: include/class_plugin.inc:1892 +#: include/class_listing.inc:1574 include/class_SnapShotDialog.inc:141 msgid "Restore snapshot" msgstr "Restaurer la copie instantanée" -#: include/class_listing.inc:1535 include/class_plugin.inc:1900 -msgid "Create a new snapshot from this object" +#: include/class_listing.inc:1582 +#, fuzzy +msgid "Create new snapshot for this object" msgstr "Créer un nouveau snapshot depuis cet objet" +#: include/class_configRegistry.inc:188 +#, php-format +msgid "%s has version %s but %s is required!" +msgstr "" + +#: include/class_configRegistry.inc:243 +msgid "" +"Plugins that require one or more of the object classes above will be " +"disabled until the object classes get updated." +msgstr "" + +#: include/class_configRegistry.inc:245 +#, fuzzy +msgid "Schema validation error" +msgstr "Erreur d'authentification" + +#: include/class_configRegistry.inc:656 +#, php-format +msgid "" +"The value '%s' specified for '%s:%s' is invalid. A bool value is required " +"here!" +msgstr "" + +#: include/class_configRegistry.inc:671 +#, php-format +msgid "" +"The value '%s' specified for '%s:%s' is invalid. A string value is required " +"here!" +msgstr "" + +#: include/class_configRegistry.inc:686 +#, php-format +msgid "" +"The value '%s' specified for '%s:%s' is invalid. A numeric value is required " +"here!" +msgstr "" + +#: include/class_configRegistry.inc:701 +#, fuzzy, php-format +msgid "The path '%s' specified for '%s:%s' is invalid!" +msgstr "l'option '%s' de la commande pour l'extension %s est invalide !" + +#: include/class_configRegistry.inc:717 include/class_configRegistry.inc:739 +#, fuzzy, php-format +msgid "The folder '%s' specified for '%s:%s' does not exists!" +msgstr "" +"La commande '%s', spécifiée comme connexion de l'extension '%s' n'existe " +"pas !" + +#: include/class_configRegistry.inc:722 +#, php-format +msgid "The folder '%s' specified for '%s:%s' cannot be used for reading!" +msgstr "" + +#: include/class_configRegistry.inc:744 +#, php-format +msgid "The folder '%s' specified for '%s:%s' cannot be used for writing!" +msgstr "" + +#: include/class_configRegistry.inc:762 +#, fuzzy, php-format +msgid "The file '%s' specified for '%s:%s' does not exists!" +msgstr "" +"La commande '%s', spécifiée comme connexion de l'extension '%s' n'existe " +"pas !" + +#: include/class_configRegistry.inc:767 +#, php-format +msgid "The file '%s' specified for '%s:%s' cannot be read!" +msgstr "" + +#: include/class_configRegistry.inc:783 +#, fuzzy, php-format +msgid "The command '%s' specified for '%s:%s' is invalid!" +msgstr "l'option '%s' de la commande (%s) pour l'extension %s est invalide !" + +#: include/class_configRegistry.inc:798 +#, fuzzy, php-format +msgid "The dn '%s' specified for '%s:%s' is invalid!" +msgstr "l'option '%s' de la commande pour l'extension %s est invalide !" + +#: include/class_configRegistry.inc:813 +#, fuzzy, php-format +msgid "The rdn '%s' specified for '%s:%s' is invalid!" +msgstr "l'option '%s' de la commande pour l'extension %s est invalide !" + #: include/class_SnapShotDialog.inc:55 #, fuzzy msgid "Date" msgstr "Coller" #: include/class_SnapShotDialog.inc:93 -#, php-format -msgid "You're about to delete the snapshot '%s'." +#, fuzzy, php-format +msgid "You are about to delete the snapshot %s." msgstr "Vous êtes sur le point de supprimer le snapshot '%s'." -#: include/class_SnapShotDialog.inc:146 -msgid "Remove snapshot" -msgstr "Supprimer le snapshot" +#: include/class_SnapShotDialog.inc:142 +#, fuzzy +msgid "Delete snapshot" +msgstr "Créer un snapshot" -#: include/class_SnapShotDialog.inc:147 include/class_SnapShotDialog.inc:165 +#: include/class_SnapShotDialog.inc:143 include/class_SnapShotDialog.inc:161 msgid "Y-m-d, H:i:s" msgstr "" @@ -6270,415 +6403,1380 @@ msgid "Performance warning" msgstr "Avertissement de performance" #: include/class_ldap.inc:233 include/class_ldap.inc:266 -#, php-format -msgid "LDAP performance is poor: last query took about %.2fs!" +#, fuzzy, php-format +msgid "LDAP performance is poor: last query took %.2fs!" msgstr "" "La performance de votre annuaire est faible : la dernière requête à duré " "%.2fs !" -#: include/class_ldap.inc:693 -#, php-format -msgid "" -"Cannot automatically create subtrees with RDN '%s': no object class found!" -msgstr "" -"Impossible de créer automatiquement des sous arbres avec le RDN '%s': object " -"class non trouvé !" +#: include/class_ldap.inc:693 +#, fuzzy, php-format +msgid "Cannot automatically create subtrees with RDN %s: no object class found" +msgstr "" +"Impossible de créer automatiquement des sous arbres avec le RDN '%s': object " +"class non trouvé !" + +#: include/class_ldap.inc:744 +#, fuzzy, php-format +msgid "Cannot automatically create subtrees with RDN %s: not supported" +msgstr "" +"Impossible de créer automatiquement des sous arbres avec le RDN '%s': non " +"supporté" + +#: include/class_ldap.inc:831 +#, fuzzy, php-format +msgid "while operating on %s using LDAP server %s" +msgstr "lors de l'opération sur '%s' en utilisant le serveur LDAP '%s'" + +#: include/class_ldap.inc:833 +#, php-format +msgid "while operating on LDAP server %s" +msgstr "lors de l'opération sur le serveur LDAP %s" + +#: include/class_ldap.inc:1006 +#, fuzzy, php-format +msgid "" +"Invalid DN %s: block to be imported should start with 'dn: ...' in line %s" +msgstr "" +"Ceci n'est pas un DN valide: '%s'. Le fichier d'importation doit commencer " +"avec 'dn: ...' à la ligne %s" + +#: include/class_ldap.inc:1035 +#, fuzzy, php-format +msgid "Error while importing DN %s: please check LDIF from line %s on!" +msgstr "" +"Erreur lors de l'importation du dn: '%s', veuillez vérifier votre fichier " +"votre fichier LDIF à partir de la ligne %s !" + +#: include/php_setup.inc:101 +msgid "Generating this page caused the PHP interpreter to raise some errors!" +msgstr "" +"La création de cette page à occasionné des erreurs d'après l'interpréteur " +"PHP !" + +#: include/php_setup.inc:104 +msgid "Send bugreport" +msgstr "Envoyer un rapport de bug" + +#: include/php_setup.inc:108 +msgid "Toggle details" +msgstr "" + +#: include/php_setup.inc:117 +msgid "PHP error" +msgstr "Erreur PHP" + +#: include/php_setup.inc:136 +msgid "class" +msgstr "classe" + +#: include/php_setup.inc:142 +msgid "function" +msgstr "fonction" + +#: include/php_setup.inc:147 +msgid "static" +msgstr "statique" + +#: include/php_setup.inc:151 +msgid "method" +msgstr "méthode" + +#: include/php_setup.inc:184 +#, fuzzy +msgid "Traceback" +msgstr "Trace" + +#: include/php_setup.inc:185 +msgid "File" +msgstr "Fichier" + +#: include/php_setup.inc:185 +msgid "Line" +msgstr "Ligne" + +#: include/php_setup.inc:186 +msgid "Arguments" +msgstr "Arguments" + +#: include/class_pathNavigator.inc:86 +#, fuzzy +msgid "Welcome to GOsa" +msgstr "Bienvenue dans l'installation de GOsa" + +#: include/class_pluglist.inc:93 +#, fuzzy +msgid "The configuration format has changed: please run the setup again!" +msgstr "" +"Le format du fichier de configuration à changé. Veuillez réexecuter " +"l'installation !" + +#: include/class_pluglist.inc:229 +#, fuzzy +msgid "" +"You are currently editing a database entry. Do you want to discard the " +"changes?" +msgstr "" +"Vous êtes actuellement en train d éditer une entrée de la base de données. " +"Voulez vous annuler les modifications ?" + +#: include/class_pluglist.inc:329 +#, fuzzy +msgid "Back to main menu" +msgstr "Menu Principal de GOsa" + +#: include/exporter/class_PDF.inc:24 +msgid "Page" +msgstr "" + +#: include/exporter/class_pdfExporter.inc:18 +msgid "No PDF export possible: there is no FPDF library installed." +msgstr "Pas d'exportation en pdf, la librairie FPDF n'est pas installée." + +#: include/exporter/class_pdfExporter.inc:145 +msgid "PDF" +msgstr "" + +#: include/exporter/class_cvsExporter.inc:48 +msgid "CSV" +msgstr "" + +#: include/class_gosaSupportDaemon.inc:112 +msgid "GOsa support daemon" +msgstr "GOsa support Service" + +#: include/class_gosaSupportDaemon.inc:787 +msgid "Cannot not parse XML!" +msgstr "Impossible de lire le contenu du fichier XML" + +#: include/class_gosaSupportDaemon.inc:1184 +#, php-format +msgid "Cannot send abort event for entry %s!" +msgstr "Impossible d'envoyer l'evènement annuler pour l'entrée '%s' !" + +#: include/class_gosaSupportDaemon.inc:1204 +#, php-format +msgid "Cannot remove entry %s!" +msgstr "Impossible d'enlever l'entrée %s !" + +#: include/class_management.inc:462 +#, fuzzy, php-format +msgid "You are not allowed to create a snapshot for %s!" +msgstr "" +"Vous n'êtes pas autorisé à créer une nouvelle copie instantanée pour %s." + +#: include/class_management.inc:509 include/class_management.inc:561 +#: include/class_management.inc:575 +#, fuzzy, php-format +msgid "You are not allowed to restore a snapshot for %s!" +msgstr "Vous n'êtes pas autorisé à restaurer un copie instantanée de %s." + +#: include/class_management.inc:524 +#, fuzzy, php-format +msgid "You are not allowed to remove a snapshot for %s!" +msgstr "Vous n'êtes pas autorisé à restaurer un copie instantanée de %s." + +#: include/class_management.inc:644 +#, fuzzy, php-format +msgid "" +"No tab definition for %s found in configuration file: cannot create plugin " +"instance!" +msgstr "" +"Pas de déclaration pour '%s' dans votre fichier de configuration. Impossible " +"d'initialiser le plugin !" + +#: include/class_plugin.inc:526 +msgid "" +"The current object has been altered while beeing edited. If you save this " +"entry, changes that have been made by others will be discarded!" +msgstr "" + +#: include/class_plugin.inc:1327 +#, php-format +msgid "Changing ACL DN from %s to %s" +msgstr "" + +#: include/class_session.inc:76 include/class_session.inc:101 +#: include/class_session.inc:127 +#, fuzzy +msgid "Requested channel does not exist!" +msgstr "" +"Le canal demandé n'existe pas ! Veuillez contacter votre administrateur " +"système." + +#: html/helpviewer.php:64 +msgid "Help browser" +msgstr "Aide" + +#: html/helpviewer.php:118 +msgid "There is no helpfile specified for this class" +msgstr "Il n'y a pas de fichier d'aide spécifiée pour cette classe." + +#: html/helpviewer.php:268 +#, php-format +msgid "Helpdir '%s' is not accessible, can't read any helpfiles." +msgstr "" +"Le répertoire d'aide '%s' n'est pas accessible, impossible de lire les " +"fichiers d'aide." + +#: html/index.php:45 +#, php-format +msgid "Your browser (%s) is blacklisted for the current theme!" +msgstr "" + +#: html/index.php:72 +#, php-format +msgid "This session is not ecrypted. Click %s to enter an encrypted session." +msgstr "" + +#: html/index.php:72 +#, fuzzy +msgid "here" +msgstr "Thème" + +#: html/index.php:78 +#, fuzzy +msgid "The configured session lifetime will be overridden by php.ini settings!" +msgstr "" +"La durée de validité des sessions configurée dans votre gosa.conf sera " +"remplacée par celle définie dans votre php.ini." + +#: html/index.php:157 html/password.php:61 +#, php-format +msgid "GOsa configuration %s/%s is not readable. Aborted." +msgstr "Le fichier de configuration %s/%s ne peut être lu. Abandon." + +#: html/index.php:179 +msgid "Smarty error" +msgstr "Erreur Smarty" + +#: html/index.php:179 html/password.php:86 html/setup.php:68 +#, fuzzy, php-format +msgid "Compile directory %s is not accessible!" +msgstr "" +"Le répertoire '%s' spécifié comme répertoire de compilation est " +"inaccessible !" + +#: html/index.php:202 +#, fuzzy +msgid "" +"Your browser has cookies disabled: please enable cookies and reload this " +"page before logging in!" +msgstr "" +"Votre navigateur à les cookies désactivées. Veuillez activer les cookies et " +"recharger cette page avant de vous connecter !" + +#: html/index.php:233 +#, fuzzy +msgid "Broken HTTP authentication setup!" +msgstr "Il y a une problèmes avec la configuration de l'authentification !" + +#: html/index.php:241 +#, fuzzy +msgid "Cannot find a valid user for the current HTTP authentication!" +msgstr "" +"Impossible de trouver un utilisateur valide pour le système " +"d'authentification !" + +#: html/index.php:245 +#, fuzzy +msgid "Cannot find a unique user for the current HTTP authentication!" +msgstr "" +"Impossible de trouver un utilisateur valide pour le système " +"d'authentification !" + +#: html/index.php:289 +msgid "Please specify a valid username!" +msgstr "Le nom d'utilisateur est incorrect !" + +#: html/index.php:292 +msgid "Please specify your password!" +msgstr "Veuillez introduire votre mot de passe !" + +#: html/index.php:304 +msgid "Authentication error" +msgstr "Erreur d'authentification" + +#: html/index.php:304 +#, fuzzy +msgid "Cannot retrieve user information for HTTP authentication!" +msgstr "" +"Impossible de trouver l'information utilisateur pour l'authentification " +"htaccess !" + +#: html/index.php:311 html/password.php:252 +#, fuzzy +msgid "Please check the username/password combination!" +msgstr "Veuillez vérifier le nom d'utilisateur et le mot de passe." + +#: html/index.php:359 +msgid "Account locked. Please contact your system administrator!" +msgstr "Compte verouillé. Veuillez contacter votre administrateur système !" + +#: html/password.php:180 +msgid "Error: Password method not available!" +msgstr "Erreur: Méthode de changement de mot de passe non disponible!" + +#: html/password.php:216 +#, fuzzy +msgid "The values for 'New password' and 'Repeated new password' differ!" +msgstr "" +"Le mot de passe entrée dans le champ 'Nouveau mot de passe' et celui dans le " +"champ 'Répéter le nouveau mot de passe' ne concordent pas." + +#: html/password.php:228 +#, fuzzy +msgid "The password used as new and current are too similar!" +msgstr "Le nouveau et l'ancien mot de passe sont trop similaires." + +#: html/password.php:234 +#, fuzzy +msgid "The password used as new is to short!" +msgstr "Le nouveau mot de passe ne comporte pas suffisamment de caractères." + +#: html/password.php:256 +#, fuzzy +msgid "You have no permissions to change your password!" +msgstr "Vous n'avez pas l'autorisation pour changer votre mot de passe." + +#: html/password.php:281 +#, fuzzy, php-format +msgid "External password changer reported a problem: %s" +msgstr "" +"Le programme externe pour changer votre mot de passe à renvoyé une erreur: %" +"s." + +#: html/password.php:316 +msgid "Session will not be encrypted." +msgstr "La session ne sera pas cryptée." + +#: html/password.php:318 +msgid "Enter SSL session" +msgstr "Démarrer une session SSL" + +#: html/setup.php:68 +msgid "Smarty" +msgstr "Smarty" + +#: html/main.php:159 +#, fuzzy, php-format +msgid "Cannot locate file %s - please run %s to fix this" +msgstr "" +"Je n'ai pas trouvé '%s' - veuillez exécuter '%s' pour régler ce problème" + +#: html/main.php:178 +msgid "PHP configuration" +msgstr "Configuration de PHP" + +#: html/main.php:179 +msgid "" +"FATAL: Register globals is active. Please fix this in order to continue." +msgstr "" + +#: html/main.php:239 +msgid "Running out of memory!" +msgstr "Plus de mémoire disponible !" + +#: html/main.php:299 +#, fuzzy +msgid "ACLs are disabled" +msgstr "Les vérifications des ACL de l'utilisateur ont été désactivés" + +#: html/main.php:299 html/main.php:301 +#, php-format +msgid "You're logged in as %s" +msgstr "" + +#: html/main.php:349 +msgid "Your password is about to expire, please change your password!" +msgstr "" +"Votre mot de passe va bientôt expirer, veuillez changer votre mot de passe !" + +#: html/main.php:359 +msgid "Plugin" +msgstr "Extension" + +#: html/main.php:360 +#, fuzzy, php-format +msgid "FATAL: Cannot find any plugin definitions for plugin %s!" +msgstr "FATAL: Impossible de trouver une définition pour l'extension '%s' !" + +#: html/main.php:376 +msgid "Configuration Error" +msgstr "Erreur de configuration" + +#: html/main.php:377 +#, php-format +msgid "" +"FATAL: not all POST variables have been transfered by PHP - please inform " +"your administrator!" +msgstr "" +"FATAL: toute les variables POST non pas été transférées par PHP - Veuillez " +"avertir votre administrateur !" + +#, fuzzy +#~ msgid "Processing" +#~ msgstr "Permissions" + +#, fuzzy +#~ msgid "Created" +#~ msgstr "Créer" + +#, fuzzy +#~ msgid "No Content" +#~ msgstr "Contenu" + +#, fuzzy +#~ msgid "Reset Content" +#~ msgstr "Contenu" + +#, fuzzy +#~ msgid "Partial Content" +#~ msgstr "Contenu" + +#, fuzzy +#~ msgid "Multi-Status" +#~ msgstr "Statut" + +#, fuzzy +#~ msgid "Multiple Choice" +#~ msgstr "Edition multiple" + +#, fuzzy +#~ msgid "See Other" +#~ msgstr "Sélectionner un utilisateur" + +#, fuzzy +#~ msgid "Use Proxy" +#~ msgstr "Utilisateur" + +#, fuzzy +#~ msgid "(reserviert)" +#~ msgstr "serveurs" + +#, fuzzy +#~ msgid "Proxy Authentication Required" +#~ msgstr "Erreur d'authentification" + +#, fuzzy +#~ msgid "Gone" +#~ msgstr "aucun" + +#, fuzzy +#~ msgid "Precondition Failed" +#~ msgstr "Ecrire le fichier de configuration" + +#, fuzzy +#~ msgid "Expectation Failed" +#~ msgstr "La requête LDAP à échoué !" + +#, fuzzy +#~ msgid "Locked" +#~ msgstr "Verouillez les utilisateurs" + +#, fuzzy +#~ msgid "Unordered Collection" +#~ msgstr "Préférences des groupes" + +#, fuzzy +#~ msgid "Internal Server Error" +#~ msgstr "Erreur interne" + +#, fuzzy +#~ msgid "Not Implemented" +#~ msgstr "Terminé" + +#, fuzzy +#~ msgid "Gateway Time-out" +#~ msgstr "Délai d'attente pour le service GOsa" + +#~ msgid "GOsa settings 3/3" +#~ msgstr "Paramètres de GOsa 3/3" + +#~ msgid "Tweak some GOsa core behaviour" +#~ msgstr "Customiser certains paramètres essentiels de GOsa" + +#~ msgid "Session lifetime must be a numeric value!" +#~ msgstr "La durée de la session doit être une valeur numérique !" + +#~ msgid "Maximum LDAP query time must be a numeric value!" +#~ msgstr "" +#~ "Le temps maximumpour une requête ldap doit être une valeur numérique !" + +#~ msgid "" +#~ "This seems to be the first time you start GOsa - we didn't find any " +#~ "configuration right now. This simple wizard intends to help you while " +#~ "setting it up." +#~ msgstr "" +#~ "Il semble que c'est votre première installation de GOsa - nous n'avons " +#~ "pas trouvé de configuration. Ce programme d'aide à l'installation vous " +#~ "aidera à configurer GOsa." + +#~ msgid "What will the wizard do for you?" +#~ msgstr "Qu'est ce que le programme d'aide à l'installation fera pour vous ?" + +#~ msgid "Create a basic, single site configuration" +#~ msgstr "Créer une simple configuration mono site" + +#~ msgid "Tries to find problems within your PHP and LDAP setup" +#~ msgstr "" +#~ "Essaye de trouver si il existe des problèmes dans votre configuration PHP " +#~ "ou LDAP" + +#~ msgid "" +#~ "Let you choose from a set of basic and advanced configuration switches" +#~ msgstr "Vous permet de choisir un jeu d'option de base ou avancées" + +#~ msgid "Guided migration of existing LDAP trees" +#~ msgstr "Migration assistée d'un annuaire LDAP existant" + +#~ msgid "What will the wizard NOT do for you?" +#~ msgstr "Qu'est ce que le l'assistant d'installation ne fera pas pour vous ?" + +#~ msgid "Find every possible configuration error" +#~ msgstr "Trouver toutes les erreur possible dans votre configuration" + +#~ msgid "Migrate every possible LDAP setup - create backup dumps!" +#~ msgstr "Migrer tout les scénario LDAP possible - créez des sauvegardes !" + +#~ msgid "To continue..." +#~ msgstr "Suite de la configuration..." + +#~ msgid "Samba settings" +#~ msgstr "Configuration Samba" + +#~ msgid "Samba hash generator" +#~ msgstr "Générateur de hash samba" + +#~ msgid "Samba SID" +#~ msgstr "SID Samba" + +#~ msgid "RID base" +#~ msgstr "Base du RID" + +#~ msgid "Workstation container" +#~ msgstr "Branche contenant les stations de travail" + +#~ msgid "Samba SID mapping" +#~ msgstr "Correspondance des SID samba" + +#~ msgid "Timezone" +#~ msgstr "Fuseau Horaire" + +#~ msgid "Please choose your preferred timezone here" +#~ msgstr "Veuillez indiquer votre fuseau horaire préféré ici" + +#~ msgid "Additional GOsa settings" +#~ msgstr "Paramètres supplémentaire de GOsa" + +#~ msgid "Enable Copy & Paste" +#~ msgstr "Activer le Copier / Coller" + +#~ msgid "Government mode" +#~ msgstr "Mode Gouvernemental" + +#~ msgid "GOsa logging" +#~ msgstr "journaux systèmes GOsa" + +#~ msgid "Mail settings" +#~ msgstr "Paramètres de messagerie" + +#~ msgid "Mail method" +#~ msgstr "Méthode de messagerie" + +#~ msgid "Account identification attribute" +#~ msgstr "Attribut d'identification du compte" + +#~ msgid "Vacation templates" +#~ msgstr "Modèles de messages d'absence " + +#~ msgid "Use Cyrus UNIX style" +#~ msgstr "Utiliser Cyrus en mode UNIX" + +#~ msgid "Snapshots / Undo" +#~ msgstr "Copie instantanée / Undo" + +#~ msgid "Enable snapshots" +#~ msgstr "Activer la copie instantanée" + +#~ msgid "Snapshot base" +#~ msgstr "Base pour les snapshots" + +#~ msgid "GOsa settings 2/3" +#~ msgstr "Paramètres de GOsa 2/3" + +#~ msgid "Customize special parameters" +#~ msgstr "Customiser les paramètres spéciaux" + +#~ msgid "Enable schema validation when logging in" +#~ msgstr "Activer la validation des schéma lors de la connexion" + +#~ msgid "Checking for invisible departments" +#~ msgstr "Vérification des départements invisibles" + +#~ msgid "Checking for invisible users" +#~ msgstr "Vérification des utilisateurs invisibles" + +#~ msgid "Checking for users outside the people tree" +#~ msgstr "Vérification d'utilisateurs en dehors de la branche people" + +#~ msgid "Checking for groups outside the groups tree" +#~ msgstr "Vérification des groupes en dehors de la branche groups" + +#~ msgid "Checking for windows workstations outside the winstation tree" +#~ msgstr "Vérification de stations windows en dehors de la branche winstation" + +#~ msgid "Checking for duplicated UID numbers" +#~ msgstr "Vérification pour les uid en double" + +#~ msgid "Checking for duplicate GID numbers" +#~ msgstr "Vérification pour les gid en double" + +#~ msgid "Checking for old style USB devices" +#~ msgstr "Recherche de périphériques USB ancien style" + +#~ msgid "Checking for old services that have to be migrated" +#~ msgstr "Vérification des anciens services qui devront être migré." + +#~ msgid "Checking for old style application menus" +#~ msgstr "Vérifier pour les menu des applications ancienne mode" + +#~ msgid "Found %s duplicate values for attribute 'uidNumber'." +#~ msgstr "J'ai trouvé %s valeur dupliquées pour l'attribut 'uidNumber'." + +#~ msgid "Found %s duplicate values for attribute 'gidNumber'." +#~ msgstr "J'ai trouvé %s valeur dupliquées pour l'attribut 'gidNumber'." + +#~ msgid "" +#~ "Found %s winstations outside the predefined winstation department ou '%s'." +#~ msgstr "" +#~ "J'ai trouvé %s winstations en dehors du département winstation prédéfini " +#~ "'%s'." + +#~ msgid "Move" +#~ msgstr "Bouger" + +#~ msgid "Found %s user(s) outside the configured tree '%s'." +#~ msgstr "" +#~ "J'ai trouvé %s utilsateur(s) en dehors de la branche configurée '%s'." + +#~ msgid "Found %s user(s) that will not be visible in GOsa." +#~ msgstr "J'ai trouvé %s utilisateur(s) qui ne seront pas visibles dans GOsa." + +#~ msgid "Cannot migrate department '%s':" +#~ msgstr "Impossible de migrer le département '%s' :" + +#~ msgid "Found %s department(s) that will not be visible in GOsa." +#~ msgstr "J'ai trouvé %s département(s) qui ne seront pas visible dans GOsa." + +#~ msgid "GOsa 2.5 administrative accounts found: %s" +#~ msgstr "Compte administratifs de GOsa 2.5 trouvés : %s" + +#~ msgid "There is no valid GOsa 2.6 administrator account inside your LDAP." +#~ msgstr "" +#~ "Il n'y a pas d'administrateur GOsa 2.6 valide dans votre annuaire LDAP." + +#~ msgid "Cannot move users to the requested department!" +#~ msgstr "" +#~ "Impossible de bouger les utilisateurs vers le département spécifié !" + +#~ msgid "to" +#~ msgstr "vers" + +#~ msgid "Updating following references too" +#~ msgstr "Mise à jour des références suivantes aussi" + +#~ msgid "User will be moved from" +#~ msgstr "Les utilisateurs seront bougés depuis" + +#~ msgid "Copy '%s' to '%s' failed:" +#~ msgstr "La copie de '%s' vers '%s' à échoué :" + +#~ msgid "There are %s devices that need to be migrated." +#~ msgstr "Il y a %s services qui ont besoin d'être migrés." + +#~ msgid "Adding '%s' to the LDAP failed: %s" +#~ msgstr "L'ajout de '%s' à l'annuaire LDAP à échoué: %s" + +#~ msgid "Updating '%s' failed: %s" +#~ msgstr "La mise à jour de '%s' à échoué : %s" + +#~ msgid "There are %s services that need to be migrated." +#~ msgstr "Il y a %s services qui doivent être migrés." + +#~ msgid "There are %s application menus which have to be migrated." +#~ msgstr "Il y a %s menu d'applications qui doivent être migrés." + +#~ msgid "Look and feel" +#~ msgstr "Thèmes et apparences" + +#~ msgid "Theme" +#~ msgstr "Thème" + +#~ msgid "Apache" +#~ msgstr "Apache" + +#~ msgid "Compress output send to browser" +#~ msgstr "Compresser les données envoyées au navigateur web" + +#~ msgid "People and group storage" +#~ msgstr "" +#~ "Branches de l'arbre ldap ou sont stockes les utilisateurs et les groupes" + +#~ msgid "People DN attribute" +#~ msgstr "Type d'attribut pour le DN des utilisateurs" + +#~ msgid "People storage subtree" +#~ msgstr "Branches de l'arbre ldap ou sont stockes les utilisateurs" + +#~ msgid "Group storage subtree" +#~ msgstr "Branches de l'arbre ldap ou sont stockes les groupes" + +#~ msgid "Include personal title in user DN" +#~ msgstr "Inclure le personal title dans le DN de l'utilisateur" + +#~ msgid "Relaxed naming policies" +#~ msgstr "Règles de de nommage souples" + +#~ msgid "Automatic UIDs" +#~ msgstr "Uid automatiques" + +#~ msgid "GID / UID min id" +#~ msgstr "GID / UID id min" + +#~ msgid "Number base for people/groups" +#~ msgstr "Nombre de départ pour les utilisateurs/groupes" + +#~ msgid "Hook for number base" +#~ msgstr "Connexions pour le nombre de base" + +#~ msgid "Password settings" +#~ msgstr "Préférences pour les mots de passe" + +#~ msgid "Password encryption algorithm" +#~ msgstr "Algorithme de cryptage pour les mots de passe" + +#~ msgid "Password restrictions" +#~ msgstr "Restrictions pour les mot de passe" + +#~ msgid "Password minimum length" +#~ msgstr "Taille minimum des mots de passe" + +#~ msgid "Different characters from old password" +#~ msgstr "Nombre de caractères différents de l'ancien mot de passe" + +#~ msgid "Password change hook" +#~ msgstr "Connexions pour le changement de mot de passe" + +#~ msgid "Use SASL for kerberos" +#~ msgstr "Utiliser SASL pour kerberos" + +#~ msgid "Use account expiration" +#~ msgstr "Utiliser l'expiration du compte" + +#~ msgid "" +#~ "GOsa supports several encryption types for your passwords. Normally this " +#~ "is adjustable via user templates, but you can specify a default method to " +#~ "be used here, too." +#~ msgstr "" +#~ "GOsa supporte différents types de cryptage pour vos mots de passe. " +#~ "Normalement ceci est ajustable avec des modèles utilisateurs, mais vous " +#~ "pouvez spécifier ici une méthode qui sera utilisée par défaut." + +#~ msgid "" +#~ "GOsa always acts as admin and manages access rights internally. This is a " +#~ "workaround till OpenLDAP's in directory ACI's are fully implemented. " +#~ "For this to work, we need the admin DN and the corresponding password." +#~ msgstr "" +#~ "GOsa agit toujours comme un administrateur et gère les droits (ACLs) en " +#~ "interne. C'est un procédé utilisé en attendant que les ACI de OpenLDAP " +#~ "soient finalisées. Pour ces raisons il est nécessaire d'indiquer le DN de " +#~ "l'administrateur et son mot de passe." + +#~ msgid "" +#~ "Some basic LDAP parameters are tunable and affect the locations where " +#~ "GOsa saves people and groups, including the way accounts get created. " +#~ "Check the values below if the fit your needs." +#~ msgstr "" +#~ "Des paramètres basiques du serveur LDAP sont modifiables et affectent " +#~ "l'endroit où GOsa va enregistrer les utilisateurs et les groupes, " +#~ "incluant la façon dont vont être créés les comptes. Vérifiez les valeurs " +#~ "suivantes afin quelles correspondent à vos besoins." + +#~ msgid "" +#~ "GOsa has modular support for several mail methods. These methods provide " +#~ "interfaces to users mailboxes and general handling for quotas. You can " +#~ "choose the dummy plugin to leave all your mail settings untouched." +#~ msgstr "" +#~ "GOsa à un support modulaire des méthodes de messagerie. Ces méthodes " +#~ "fournissent des interfaces vers les boîtes à messages des utilisateurs " +#~ "ainsi que la gestion de leurs quotas. Vous pouvez choisir l'extension " +#~ "dummy pour que GOsa ne touche a rien." + +#~ msgid "Enable primary group filter" +#~ msgstr "Activer le filtre sur les groupes primaires" + +#~ msgid "Display summary in listings" +#~ msgstr "Afficher les sommaires dans les listes" + +#~ msgid "Honour administrative units" +#~ msgstr "Honorer les entités administratives" + +#~ msgid "Smarty compile directory" +#~ msgstr "Répertoire de compilation de smarty" + +#~ msgid "SNMP community" +#~ msgstr "communauté SNMP" + +#~ msgid "Path for PPD storage" +#~ msgstr "Répertoire pour le stockage des PPD" + +#~ msgid "Path for kiosk profile storage" +#~ msgstr "Répertoire pour le stockage des profiles kiosk" + +#~ msgid "SUDO role base" +#~ msgstr "Base pour SUDO" + +#~ msgid "Mail queue script" +#~ msgstr "Script pour la gestion de la queue du serveur de messagerie" + +#~ msgid "Notification script" +#~ msgstr "Script de notification" + +#~ msgid "Enable edit locking" +#~ msgstr "Activer le vérrouillage lors de l'édition" + +#~ msgid "Gosa support daemon" +#~ msgstr "Service GOsa" + +#~ msgid "Login and session" +#~ msgstr "connexion et session" + +#~ msgid "Enforce register_globals to be deactivated" +#~ msgstr "Force register_globals à être désactivé" + +#~ msgid "Enforce encrypted connections" +#~ msgstr "Force les connexions cryptées" + +#~ msgid "Warn if session is not encrypted" +#~ msgstr "Avertir si la session ne sera pas cryptée" + +#~ msgid "Remember dialog filter settings" +#~ msgstr "Se souvenir des paramètres des filtres" + +#~ msgid "Session lifetime" +#~ msgstr "Durée de vie de la session" + +#~ msgid "Debugging" +#~ msgstr "Deboguage" + +#~ msgid "Show PHP errors" +#~ msgstr "Afficher les erreur PHP" + +#~ msgid "Maximum LDAP query time" +#~ msgstr "Durée maximale d'une requête LDAP" + +#~ msgid "Log LDAP statistics" +#~ msgstr "" +#~ "Inscrit les statistique de l'annuaire LDAP dans les journaux systèmes" + +#~ msgid "Debug level" +#~ msgstr "Niveau de débogage" + +#~ msgid "Disabled" +#~ msgstr "Désactivé" + +#~ msgid "" +#~ "Move windows workstations into a valid windows workstation department" +#~ msgstr "" +#~ "Bouger les stations windows dans un département valide pour les stations " +#~ "windows." + +#~ msgid "" +#~ "This dialog allows you to move the displayed windows workstations into a " +#~ "valid department" +#~ msgstr "" +#~ "Ce dialogue vous permet de bouger les stations windows affichées dans un " +#~ "département valide" + +#~ msgid "" +#~ "Be careful with this tool, there may be references pointing to this " +#~ "workstations that can't be migrated." +#~ msgstr "" +#~ "Soyez prudent avec cet outil, il peut y avoir des références pointant " +#~ "vers ces machines qui ne seront pas migrées." + +#~ msgid "" +#~ "Move selected windows workstations into the following GOsa department" +#~ msgstr "Bouger les machines windows dans le département GOsa suivant" + +#~ msgid "Move selected workstations" +#~ msgstr "Bouger les stations de travail sélectionnées" + +#~ msgid "What will be done here" +#~ msgstr "Que ce qui sera exécuté ici" + +#~ msgid "Move groups into configured group tree" +#~ msgstr "Bouger les groupes dans le groupe configuré" + +#~ msgid "" +#~ "This dialog allows moving a couple of groups to the configured group " +#~ "tree. Doing this may straighten your LDAP service." +#~ msgstr "" +#~ "Ce dialogue permet de bouger un couple de groupes dans le groupe " +#~ "configuré. Exécuter cela peut améliorer votre service LDAP." + +#~ msgid "" +#~ "Be careful with this option! There may be references pointing to these " +#~ "groups. The GOsa setup can't migrate references, so you may want to " +#~ "cancel the migration in this case." +#~ msgstr "" +#~ "Soyez prudent avec cette opération ! Il peut exister des références qui " +#~ "pointent vers ces groupes. Le programme d'installation de GOsa ne peut " +#~ "pas migrer ces références, vous préférerez peut être annuler la migration " +#~ "dans ce cas." + +#~ msgid "Move selected groups into this group tree" +#~ msgstr "Bouger les groupes sélectionnés dans le groupe de base cet annuaire" + +#~ msgid "Hide changes" +#~ msgstr "Camoufler les changements" + +#~ msgid "Show changes" +#~ msgstr "Montrer les changements" + +#~ msgid "Move users into configured user tree" +#~ msgstr "Bouger les utilisateurs dans la branche utilisateur configurée" + +#~ msgid "" +#~ "This dialog allows moving a couple of users to the configured user tree. " +#~ "Doing this may straighten your LDAP service." +#~ msgstr "" +#~ "Ce dialogue permet de bouger un ensemble d'utilisateurs dans la branche " +#~ "utilisateur configurée. Exécuter cette opération peut améliorer votre " +#~ "service LDAP." + +#~ msgid "" +#~ "Be careful with this option! There may be references pointing to these " +#~ "users. The GOsa setup can't migrate references, so you may want to cancel " +#~ "the migration in this case." +#~ msgstr "" +#~ "Soyez prudent avec cette opération ! Il peut exister des références qui " +#~ "pointent vers ces utilisateurs. Le programme d'installation de GOsa ne " +#~ "peut pas migrer ces références, vous préférerez peut être annuler la " +#~ "migration dans ce cas." + +#~ msgid "Move selected users into this people tree" +#~ msgstr "Bouger les utilisateurs sélectionnés dans la branche utilisateurs." + +#~ msgid "Migrate GOsa 2.5 administrative accounts" +#~ msgstr "Migrer les compte administrateur de GOsa 2.5" + +#~ msgid "" +#~ "This dialog allows the migration of GOsa 2.5 admin accounts into GOsa 2.6 " +#~ "useable accounts." +#~ msgstr "" +#~ "Cette boite de dialogue permet la migration des comptes administrateurs " +#~ "de GOSa 2.5 vers GOsa 2.6." + +#~ msgid "Abort" +#~ msgstr "Annuler" + +#~ msgid "" +#~ "The listed departments are currently invisible in the GOsa user " +#~ "interface. If you want to change this for a couple of entries, select " +#~ "them and use the migrate button below." +#~ msgstr "" +#~ "Les département listés sont actuellement invisibles dans l'interface " +#~ "utilisateur de GOsa. Si vous voulez changer cela pour un certain nombre " +#~ "d'entrée, sélectionnez les et utilisez le bouton migration ci dessous." + +#~ msgid "" +#~ "If you want to know what will be done when migrating the selected " +#~ "entries, use the 'Show changes' button to see the LDIF." +#~ msgstr "" +#~ "Si vous voulez savoir ce qui sera effectué lorsque vous migrerez les " +#~ "entrées sélectionnées, utilisez le bouton 'Montrer les changements' pour " +#~ "voir le fichier LDIF." + +#~ msgid "" +#~ "The listed users are currently invisible in the GOsa user interface. If " +#~ "you want to change this for a couple of users, just select them and use " +#~ "the 'Migrate' button below." +#~ msgstr "" +#~ "Les utilisateurs listés sont actuellement invisibles dans l'interface " +#~ "utilisateur de GOsa. Si vous voulez changer ceci pour certains " +#~ "d'utilisateurs, veuillez les sélectionner et utiliser le bouton " +#~ "'migration' ci dessous." + +#~ msgid "" +#~ "The listed devices are currently invisible in the GOsa interface. If you " +#~ "want to change this for a couple of devices, just select them and use the " +#~ "'Migrate' button below." +#~ msgstr "" +#~ "Les périphériques listés sont actuellement invisibles dans l'interface de " +#~ "GOsa. Si vous voulez changer ceci pour certains périphériques, veuillez " +#~ "les sélectionner et utiliser le bouton 'migration' ci dessous." + +#~ msgid "Refresh" +#~ msgstr "Rafraîchir" + +#~ msgid "" +#~ "The listed services are currently invalid for the GOsa version you are " +#~ "going to install. If you want to update a couple of service, just select " +#~ "them and use the 'Migrate' button below." +#~ msgstr "" +#~ "Les services listés sont actuellement invisibles dans l'interface de " +#~ "GOsa. Si vous voulez changer ceci certains services, veuillez les " +#~ "sélectionner et utiliser le bouton 'migration' ci dessous." + +#~ msgid "" +#~ "The listed menus are currently invisible in the GOsa interface. If you " +#~ "want to change this for a couple of devices, just select them and use the " +#~ "'Migrate' button below." +#~ msgstr "" +#~ "Les menus listés sont actuellement invisibles dans l'interface de GOsa. " +#~ "Si vous voulez changer ceci pour certains menus, veuillez les " +#~ "sélectionner et utiliser le bouton 'migration' ci dessous." + +#~ msgid "GOsa setup wizard" +#~ msgstr "Installation de GOsa" + +#~ msgid "Installation" +#~ msgstr " " + +#~ msgid "GOsa settings 1/3" +#~ msgstr "Paramètres de GOsa 1/3" + +#~ msgid "The specified value for '%s' must be a numeric value" +#~ msgstr "Le valeur spécifiée pour '%s' doit être une valeur numérique." + +#~ msgid "Don't add a trailing comma to '%s'." +#~ msgstr "N'ajoutez pas une virgule à la fin de '%s'." + +#~ msgid "People storage ou" +#~ msgstr "Branches de l'arbre ldap ou sont stockes les utilisateurs" + +#~ msgid "Group storage ou" +#~ msgstr "Branches de l'arbre ldap ou sont stockes les groupes" + +#~ msgid "Uid base must be numeric" +#~ msgstr "l'uid de base doit être une valeur numérique" -#: include/class_ldap.inc:744 -#, php-format -msgid "Cannot automatically create subtrees with RDN '%s': not supported" -msgstr "" -"Impossible de créer automatiquement des sous arbres avec le RDN '%s': non " -"supporté" +#~ msgid "The given password minimum length is not numeric." +#~ msgstr "" +#~ "La longueur minimale du mot de passe n'est pas une valeur numérique." -#: include/class_ldap.inc:831 -#, php-format -msgid "while operating on '%s' using LDAP server '%s'" -msgstr "lors de l'opération sur '%s' en utilisant le serveur LDAP '%s'" +#~ msgid "The given password differ value is not numeric." +#~ msgstr "L'option password differ n'est pas une valeur numérique." -#: include/class_ldap.inc:833 -#, php-format -msgid "while operating on LDAP server %s" -msgstr "lors de l'opération sur le serveur LDAP %s" +#~ msgid "Available members" +#~ msgstr "Membres disponibles" -#: include/class_ldap.inc:1055 -#, php-format -msgid "" -"This is not a valid DN: '%s'. A block for import should begin with 'dn: ...' " -"in line %s" -msgstr "" -"Ceci n'est pas un DN valide: '%s'. Le fichier d'importation doit commencer " -"avec 'dn: ...' à la ligne %s" +#~ msgid "GOsa login screen" +#~ msgstr "Fenêtre de connexion GOsa" -#: include/class_ldap.inc:1084 -#, php-format -msgid "Error while importing dn: '%s', please check your LDIF from line %s on!" -msgstr "" -"Erreur lors de l'importation du dn: '%s', veuillez vérifier votre fichier " -"votre fichier LDIF à partir de la ligne %s !" +#~ msgid "Login screen" +#~ msgstr "Fenêtre de connexion" -#: include/php_setup.inc:103 -msgid "Generating this page caused the PHP interpreter to raise some errors!" -msgstr "" -"La création de cette page à occasionné des erreurs d'après l'interpréteur " -"PHP !" +#~ msgid "" +#~ "Please use your username and your password to log into the site " +#~ "administration system." +#~ msgstr "" +#~ "Veuillez utiliser votre nom d'utilisateur et votre mot de passe afin de " +#~ "vous connecter." -#: include/php_setup.inc:108 -msgid "Send bug report to the GOsa Team" -msgstr "Envoyer vos commentaires au membres du projet Gosa" +#~ msgid "Directory" +#~ msgstr "Répertoire" -#: include/php_setup.inc:108 -msgid "Send bugreport" -msgstr "Envoyer un rapport de bug" +#~ msgid "Sign in" +#~ msgstr "Connexion" -#: include/php_setup.inc:113 -msgid "Toggle information" -msgstr "Afficher/Cacher l'information" +#~ msgid "" +#~ "This may be used by several groups. Please double check if your really " +#~ "want to do this since there is no way for GOsa to get your data back." +#~ msgstr "" +#~ "Cela peut être utilisé par plusieurs groupes. Veuillez vérifier que vous " +#~ "voulez effectuer cette opération étant donné qu'il est impossible pour " +#~ "GOsa de récupérer vos données." -#: include/php_setup.inc:123 -msgid "PHP error" -msgstr "Erreur PHP" +#~ msgid "" +#~ "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." +#~ msgstr "" +#~ "D'accord - si vous êtes sur - cliquez sur 'Supprimer' pour continuer ou " +#~ "sur 'Annuler' pour abandonner." -#: include/php_setup.inc:142 -msgid "class" -msgstr "classe" +#~ msgid "Main" +#~ msgstr "Accueil" -#: include/php_setup.inc:148 -msgid "function" -msgstr "fonction" +#~ msgid "Help" +#~ msgstr "Aide" -#: include/php_setup.inc:153 -msgid "static" -msgstr "statique" +#~ msgid "Sign out" +#~ msgstr "Déconnexion" -#: include/php_setup.inc:157 -msgid "method" -msgstr "méthode" +#~ msgid "Signed in:" +#~ msgstr "Connecté:" -#: include/php_setup.inc:190 -msgid "Trace" -msgstr "Trace" +#~ msgid "Change your password" +#~ msgstr "Modifier votre mot de passe" -#: include/php_setup.inc:191 -msgid "File" -msgstr "Fichier" +#~ msgid "Success" +#~ msgstr "Réussi" -#: include/php_setup.inc:191 -msgid "Line" -msgstr "Ligne" +#~ msgid "Your password has been changed successfully." +#~ msgstr "Votre mot de passe à été changé avec succès." -#: include/php_setup.inc:192 -msgid "Arguments" -msgstr "Arguments" +#~ msgid "" +#~ "This dialog provides a simple way to change your password. Enter the " +#~ "current password and the new password (twice) in the fields below and " +#~ "press the 'Change' button." +#~ msgstr "" +#~ "Cette fenêtre vous permet de changer votre mot de passe de manière " +#~ "simple. Entrez le mot de passe actuel et le nouveau mot de passe (deux " +#~ "fois) dans les champs ci-dessous et appuyez sur le bouton 'Changer'." -#: include/class_pathNavigator.inc:69 -#, fuzzy -msgid "Welcome to GOsa" -msgstr "Bienvenue dans l'installation de GOsa" +#~ msgid "New password repeated" +#~ msgstr "Nouveau mot de passe" -#: include/class_pluglist.inc:74 -msgid "All objects in this category" -msgstr "Tout les objets dans cette catégorie" +#~ msgid "Change" +#~ msgstr "Changer" -#: include/class_pluglist.inc:99 -msgid "The configuration format has changed. Please re-run setup!" -msgstr "" -"Le format du fichier de configuration à changé. Veuillez réexecuter " -"l'installation !" +#~ msgid "Click here to change your password" +#~ msgstr "Cliquez ici pour changer votre mot de passe" -#: include/exporter/class_PDF.inc:24 -msgid "Page" -msgstr "" +#~ msgid "Thin Client" +#~ msgstr "Clients légers" -#: include/exporter/class_pdfExporter.inc:18 -msgid "No PDF export possible: there is no FPDF library installed." -msgstr "Pas d'exportation en pdf, la librairie FPDF n'est pas installée." +#~ msgid "Object name" +#~ msgstr "Nom de l'objet" -#: include/exporter/class_pdfExporter.inc:145 -msgid "PDF" -msgstr "" +#~ msgid "This object has no relationship to other objects." +#~ msgstr "Cette objet n'a pas de relation avec d'autres objets." -#: include/exporter/class_cvsExporter.inc:48 -msgid "CSV" -msgstr "" +#~ msgid "" +#~ "Changing the password affects your authentification on mail, proxy, samba " +#~ "and unix services." +#~ msgstr "" +#~ "Changer le mot de passe affecte votre identification sur la messagerie, " +#~ "le proxy, samba, et les services unix." -#: include/class_gosaSupportDaemon.inc:112 -msgid "GOsa support daemon" -msgstr "GOsa support Service" +#~ msgid "" +#~ "(Some types of certificates are currently not supported and may be " +#~ "displayed as 'invalid'.)" +#~ msgstr "" +#~ "(Certains types de certificats ne sont pas supportés et peuvent être " +#~ "affichés comme 'non valides'.)" -#: include/class_gosaSupportDaemon.inc:787 -msgid "Cannot not parse XML!" -msgstr "Impossible de lire le contenu du fichier XML" +#~ msgid "Personal picture" +#~ msgstr "Image personnelle" -#: include/class_gosaSupportDaemon.inc:1184 -#, php-format -msgid "Cannot send abort event for entry %s!" -msgstr "Impossible d'envoyer l'evènement annuler pour l'entrée '%s' !" +#~ msgid "In all groups" +#~ msgstr "dans tout les groupes" -#: include/class_gosaSupportDaemon.inc:1204 -#, php-format -msgid "Cannot remove entry %s!" -msgstr "Impossible d'enlever l'entrée %s !" +#~ msgid "Not in all groups" +#~ msgstr "pas dans tout les groupes" -#: include/class_management.inc:459 include/class_plugin.inc:1434 -#, php-format -msgid "You are not allowed to create a snapshot for %s." -msgstr "" -"Vous n'êtes pas autorisé à créer une nouvelle copie instantanée pour %s." +#~ msgid "! unknown UID" +#~ msgstr "! identifiant inconnu" -#: include/class_management.inc:506 include/class_management.inc:543 -#: include/class_management.inc:557 include/class_plugin.inc:1446 -#: include/class_plugin.inc:1461 include/class_plugin.inc:1474 -#, php-format -msgid "You are not allowed to restore a snapshot for %s." -msgstr "Vous n'êtes pas autorisé à restaurer un copie instantanée de %s." +#~ msgid "" +#~ "Search returned too many results. Not displaying more than %s entries!" +#~ msgstr "" +#~ "La recherche à retourné trop de résultats. Je n'affiche que %s entr§es !" -#: include/class_management.inc:616 -#, php-format -msgid "" -"No tab declaration for '%s' found in your configuration file. Cannot create " -"plugin instance!" -msgstr "" -"Pas de déclaration pour '%s' dans votre fichier de configuration. Impossible " -"d'initialiser le plugin !" +#~ msgid "All categories" +#~ msgstr "Toutes les catégories" -#: include/class_plugin.inc:527 -msgid "" -"The object has changed since opened in GOsa. All changes that may be done by " -"others get lost if you save this entry!" -msgstr "" -"Cet objet à changer depuis son ouverture dans GOsa. Tout les changement " -"éffectués par les autres seront perdus si vous sauvez cette entrée !" +#~ msgid "All objects in current subtree" +#~ msgstr "Tout les objets dans le sous arbres actuel" -#: include/class_plugin.inc:1690 -msgid "Changing ACL dn" -msgstr "Changement du dn de l'acl" +#~ msgid "Systems" +#~ msgstr "Systèmes" -#: include/class_plugin.inc:1690 -msgid "from" -msgstr "de" +#~ msgid "Startup" +#~ msgstr "Démarrage" -#: include/class_plugin.inc:1874 include/class_plugin.inc:1876 -msgid "Restore" -msgstr "Restaurer" +#~ msgid "FAI summary" +#~ msgstr "Sommaire FAI" -#: include/class_plugin.inc:1899 -msgid "Create snapshot" -msgstr "Créer un snapshot" +#~ msgid "Cannot bind to LDAP. Please contact the system administrator." +#~ msgstr "" +#~ "Impossible de se connecter à l'annuaire LDAP. Veuillez contacter " +#~ "l'administrateur du système." -#: include/class_plugin.inc:1918 -msgid "cut" -msgstr "couper" +#~ msgid "The mcrypt module was not found. Please install php5-mcrypt." +#~ msgstr "" +#~ "Le module mcrypt n'as pas été trouvé. Veuillez installer php5-mycrypt." -#: include/class_plugin.inc:1926 -msgid "copy" -msgstr "copier" +#~ msgid "Password reset" +#~ msgstr "Réinitialisation du mot de passe" -#: include/class_session.inc:76 include/class_session.inc:101 -#: include/class_session.inc:127 -msgid "Requested channel does not exist! Please contact your Administrator." -msgstr "" -"Le canal demandé n'existe pas ! Veuillez contacter votre administrateur " -"système." +#~ msgid "Up" +#~ msgstr "Au dessus" -#: html/helpviewer.php:64 -msgid "Help browser" -msgstr "Aide" +#~ msgid "Down" +#~ msgstr "En bas" -#: html/helpviewer.php:118 -msgid "There is no helpfile specified for this class" -msgstr "Il n'y a pas de fichier d'aide spécifiée pour cette classe." +#~ msgid "Username / UID is not unique inside the LDAP tree!" +#~ msgstr "" +#~ "Le nom de l'utilisateur / UID n'est pas unique dans votre annuaire LDAP !" -#: html/helpviewer.php:269 -#, php-format -msgid "Helpdir '%s' is not accessible, can't read any helpfiles." -msgstr "" -"Le répertoire d'aide '%s' n'est pas accessible, impossible de lire les " -"fichiers d'aide." +#~ msgid "" +#~ "Username / UID is not unique inside the LDAP tree. Please contact your " +#~ "Administrator." +#~ msgstr "" +#~ "Le nom de l'utilisateur / UID n'est pas unique dans votre annuaire LDAP. " +#~ "Veuillez contacter votre administrateur système." -#: html/index.php:45 -#, php-format -msgid "Your browser (%s) is blacklisted for the current theme." -msgstr "" +#~ msgid "Error while adding a lock. Contact the developers!" +#~ msgstr "Erreur lors de l'ajout d'un verrou. Contactez les développeurs !" -#: html/index.php:70 -#, php-format -msgid "This session is not ecrypted. Click %s to enter an encrypted session." -msgstr "" +#~ msgid "" +#~ "Cannot create locking information in LDAP tree. Please contact your " +#~ "administrator!" +#~ msgstr "" +#~ "Impossible d'obtenir les informations de verrouillage dans l'annuaire " +#~ "LDAP. Veuillez contacter votre administrateur !" -#: html/index.php:70 -#, fuzzy -msgid "here" -msgstr "Thème" +#~ msgid "LDAP server returned: %s" +#~ msgstr "Le serveur LDAP à retourné: %s" -#: html/index.php:76 -msgid "" -"The session lifetime configured in your gosa.conf will be overridden by php." -"ini settings." -msgstr "" -"La durée de validité des sessions configurée dans votre gosa.conf sera " -"remplacée par celle définie dans votre php.ini." +#~ msgid "" +#~ "Found multiple locks for object to be locked. This should not happen - " +#~ "cleaning up multiple references." +#~ msgstr "" +#~ "Détection de verrou multiple pour un même objet. Ceci ne devrait pas " +#~ "arriver. Effacement des références multiples." -#: html/index.php:156 html/password.php:61 -#, php-format -msgid "GOsa configuration %s/%s is not readable. Aborted." -msgstr "Le fichier de configuration %s/%s ne peut être lu. Abandon." +#~ msgid "" +#~ "Set the new size limit to %s and show me this message if the limit still " +#~ "exceeds" +#~ msgstr "" +#~ "Mettre la nouvelle limite à %s et me montrer ce message si la limite est " +#~ "toujours dépassée" -#: html/index.php:177 -msgid "Smarty error" -msgstr "Erreur Smarty" +#~ msgid "incomplete" +#~ msgstr "incomplet" -#: html/index.php:177 html/password.php:88 html/setup.php:66 -#, php-format -msgid "Directory '%s' specified as compile directory is not accessible!" -msgstr "" -"Le répertoire '%s' spécifié comme répertoire de compilation est " -"inaccessible !" +#~ msgid "Apply filter" +#~ msgstr "Appliquer le filtre" -#: html/index.php:228 -msgid "There is a problem with the authentication setup!" -msgstr "Il y a une problèmes avec la configuration de l'authentification !" +#~ msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" +#~ msgstr "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" -#: html/index.php:236 -msgid "Cannot find a valid user for the current authentication setup!" -msgstr "" -"Impossible de trouver un utilisateur valide pour le système " -"d'authentification !" +#~ msgid "LDAP warning" +#~ msgstr "Avertissement LDAP" -#: html/index.php:240 -msgid "User information is not unique accross the configured LDAP trees!" -msgstr "" -"L'information de l'utilisateur n'est pas unique à travers tout les " -"annuaires !" +#~ msgid "Used to store account specific informations." +#~ msgstr "Utilisé pour stocker les informations spécifiques des comptes." -#: html/index.php:277 -msgid "Cannot detect information about the installed LDAP schema!" -msgstr "" -"Impossible de détecter les information sur les schémas LDAP installés !" +#~ msgid "" +#~ "You have enabled the rfc2307bis option on the 'ldap setup' step, but your " +#~ "schema configuration do not support this option." +#~ msgstr "" +#~ "Vous avez activé l'option rfc2307bis dans votre option 'configuration du " +#~ "serveur ldap' lors de l'installation, mais la configuration de vos schéma " +#~ "ne supportent pas cette option." -#: html/index.php:290 -msgid "Your LDAP setup contains old schema definitions:" -msgstr "Votre installation LDAP contient de vieux schémas :" +#~ msgid "" +#~ "Your schema is configured to support the rfc2307bis group, but you have " +#~ "disabled this option on the 'ldap setup' step." +#~ msgstr "" +#~ "Votre schéma est configuré pour supporter les groupes rfc2307, mais vous " +#~ "avez désactivé cette option lors de l'étape 'configuration de l'annuaire " +#~ "ldap' du programme d'installation." -#: html/index.php:311 -msgid "Please specify a valid username!" -msgstr "Le nom d'utilisateur est incorrect !" +#~ msgid "" +#~ "Command '%s', specified as POSTMODIFY for plugin '%s' doesn't seem to " +#~ "exist." +#~ msgstr "" +#~ "La commande '%s', utilisée dans le POSTMODIFY de l'extension '%s' " +#~ "n'existe pas." -#: html/index.php:314 -msgid "Please specify your password!" -msgstr "Veuillez introduire votre mot de passe !" +#~ msgid "" +#~ "The timezone setting '%s' in your gosa.conf is not valid. Cannot " +#~ "calculate correct timezone offset." +#~ msgstr "" +#~ "Le fuseau horaire '%s' indiqué dans votre gosa.conf est invalide. " +#~ "Impossible de calculer le décalage horaire correct." -#: html/index.php:326 -msgid "Authentication error" -msgstr "Erreur d'authentification" +#~ msgid "Select to list objects of type '%s'." +#~ msgstr "Sélectionnez pour lister les objets de type '%s'." -#: html/index.php:326 -msgid "Cannot retrieve user information for htaccess authentication!" -msgstr "" -"Impossible de trouver l'information utilisateur pour l'authentification " -"htaccess !" +#~ msgid "Select to list objects containig '%s'." +#~ msgstr "Sélectionner pour lister les objets contenant '%s'." -#: html/index.php:333 html/password.php:250 -msgid "Please check the username/password combination." -msgstr "Veuillez vérifier le nom d'utilisateur et le mot de passe." +#~ msgid "Select to list objects that have '%s' enabled" +#~ msgstr "Sélectionnez pour lister les objets qui ont '%s' activés" -#: html/index.php:381 -msgid "Account locked. Please contact your system administrator!" -msgstr "Compte verouillé. Veuillez contacter votre administrateur système !" +#~ msgid "Select to search within subtrees" +#~ msgstr "Sélectionner pour chercher dans le sous arbre" -#: html/index.php:425 -msgid "" -"Your browser has cookies disabled. Please enable cookies and reload this " -"page before logging in!" -msgstr "" -"Votre navigateur à les cookies désactivées. Veuillez activer les cookies et " -"recharger cette page avant de vous connecter !" +#~ msgid "in" +#~ msgstr "dans" -#: html/password.php:181 -msgid "Error: Password method not available!" -msgstr "Erreur: Méthode de changement de mot de passe non disponible!" +#~ msgid "on line" +#~ msgstr "en ligne" -#: html/password.php:254 -msgid "You have no permissions to change your password." -msgstr "Vous n'avez pas l'autorisation pour changer votre mot de passe." +#~ msgid "Contains ACLs for these objects: %s" +#~ msgstr "Contient les ACL pour ces objets: %s" -#: html/password.php:279 -#, fuzzy, php-format -msgid "External password changer reported a problem: %s" -msgstr "" -"Le programme externe pour changer votre mot de passe à renvoyé une erreur: %" -"s." +#~ msgid "Role: %s" +#~ msgstr "Rôle : %s" -#: html/password.php:314 -msgid "Session will not be encrypted." -msgstr "La session ne sera pas cryptée." +#~ msgid "Go up one department" +#~ msgstr "Monter d'un département" -#: html/password.php:316 -msgid "Enter SSL session" -msgstr "Démarrer une session SSL" +#~ msgid "Go to users department" +#~ msgstr "Aller au département des utilisateurs" -#: html/setup.php:66 -msgid "Smarty" -msgstr "Smarty" +#~ msgid "Remove snapshot" +#~ msgstr "Supprimer le snapshot" -#: html/main.php:150 -#, php-format -msgid "Cannot locate file '%s' - please run '%s' to fix this" -msgstr "" -"Je n'ai pas trouvé '%s' - veuillez exécuter '%s' pour régler ce problème" +#~ msgid "Send bug report to the GOsa Team" +#~ msgstr "Envoyer vos commentaires au membres du projet Gosa" -#: html/main.php:169 -msgid "PHP configuration" -msgstr "Configuration de PHP" +#~ msgid "Toggle information" +#~ msgstr "Afficher/Cacher l'information" -#: html/main.php:170 -msgid "" -"FATAL: Register globals is on. GOsa will refuse to login unless this is " -"fixed by an administrator." -msgstr "" -"FATAL: Register globals est activé. GOsa ne permettra pas aux utilisateurs " -"de se connecter tant que ceci n'est pas corrigé par un administrateur." +#~ msgid "All objects in this category" +#~ msgstr "Tout les objets dans cette catégorie" -#: html/main.php:230 -msgid "Running out of memory!" -msgstr "Plus de mémoire disponible !" +#~ msgid "" +#~ "The object has changed since opened in GOsa. All changes that may be done " +#~ "by others get lost if you save this entry!" +#~ msgstr "" +#~ "Cet objet à changer depuis son ouverture dans GOsa. Tout les changement " +#~ "éffectués par les autres seront perdus si vous sauvez cette entrée !" -#: html/main.php:289 -#, fuzzy -msgid "ACLs are disabled" -msgstr "Les vérifications des ACL de l'utilisateur ont été désactivés" +#~ msgid "Changing ACL dn" +#~ msgstr "Changement du dn de l'acl" -#: html/main.php:289 html/main.php:291 -#, php-format -msgid "You're logged in as %s" -msgstr "" +#~ msgid "from" +#~ msgstr "de" -#: html/main.php:341 -msgid "Your password is about to expire, please change your password!" -msgstr "" -"Votre mot de passe va bientôt expirer, veuillez changer votre mot de passe !" +#~ msgid "Restore" +#~ msgstr "Restaurer" -#: html/main.php:351 -msgid "Plugin" -msgstr "Extension" +#~ msgid "cut" +#~ msgstr "couper" -#: html/main.php:352 -#, php-format -msgid "FATAL: Cannot find any plugin definitions for plugin '%s'!" -msgstr "FATAL: Impossible de trouver une définition pour l'extension '%s' !" +#~ msgid "User information is not unique accross the configured LDAP trees!" +#~ msgstr "" +#~ "L'information de l'utilisateur n'est pas unique à travers tout les " +#~ "annuaires !" -#: html/main.php:367 -msgid "Configuration Error" -msgstr "Erreur de configuration" +#~ msgid "Your LDAP setup contains old schema definitions:" +#~ msgstr "Votre installation LDAP contient de vieux schémas :" -#: html/main.php:368 -#, php-format -msgid "" -"FATAL: not all POST variables have been transfered by PHP - please inform " -"your administrator!" -msgstr "" -"FATAL: toute les variables POST non pas été transférées par PHP - Veuillez " -"avertir votre administrateur !" +#~ msgid "" +#~ "FATAL: Register globals is on. GOsa will refuse to login unless this is " +#~ "fixed by an administrator." +#~ msgstr "" +#~ "FATAL: Register globals est activé. GOsa ne permettra pas aux " +#~ "utilisateurs de se connecter tant que ceci n'est pas corrigé par un " +#~ "administrateur." #, fuzzy #~ msgid "Prpperties" @@ -6720,23 +7818,14 @@ msgstr "" #~ "cours d'édition, il est conseillé de fermer toutes les fenêtres ouvertes " #~ "et de se reconnecter." -#~ msgid "Logout" -#~ msgstr "Déconnexion" - #~ msgid "External password changer reported a problem: " #~ msgstr "" #~ "Le programme externe pour changer votre mot de passe à renvoyé une " #~ "erreur: " -#~ msgid "Session is not encrypted!" -#~ msgstr "La session n'est pas cryptée !" - #~ msgid "You're going to edit the LDAP entry/entries %s" #~ msgstr "Vous êtes sur le point d'éditer l'entrée(s) %s" -#~ msgid "Filter" -#~ msgstr "Filtre" - #~ msgid "Show department" #~ msgstr "Départements" @@ -6841,9 +7930,6 @@ msgstr "" #~ "vous assurez que vous voulez bien exécuter cette action étant donné qu'il " #~ "est impossible pour GOsa de récupérer vos données." -#~ msgid "Show primary groups" -#~ msgstr "groupes principaux" - #~ msgid "Show samba groups" #~ msgstr "Groupes Samba" @@ -6927,17 +8013,10 @@ msgstr "" #~ msgid "Group selection filter" #~ msgstr "Préférences des groupes" -#, fuzzy -#~ msgid "List filter settings" -#~ msgstr "Préférences utilisateur" - #, fuzzy #~ msgid "Posix extension settings" #~ msgstr "Paramètres Posix" -#~ msgid "The filter is incomplete!" -#~ msgstr "Le filtre est incomplet !" - #~ msgid "Go to root department" #~ msgstr "Aller au département de base" diff --git a/gosa-core/locale/core/it/LC_MESSAGES/messages.po b/gosa-core/locale/core/it/LC_MESSAGES/messages.po index 82caad31c..f4656184d 100644 --- a/gosa-core/locale/core/it/LC_MESSAGES/messages.po +++ b/gosa-core/locale/core/it/LC_MESSAGES/messages.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: messages\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-04-16 10:37+0200\n" +"POT-Creation-Date: 2010-06-07 14:39+0200\n" "PO-Revision-Date: 2005-11-18 15:26+0100\n" "Last-Translator: Alessandro Amici \n" "Language-Team: Italian\n" @@ -15,74 +15,63 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.9.1\n" -#: setup/setup_ldap.tpl:7 +#: setup/setup_ldap.tpl:2 +msgid "" +"The main data source used in GOsa is LDAP. In order to access the " +"information stored there, please enter the required information." +msgstr "" + +#: setup/setup_ldap.tpl:9 msgid "Please choose the LDAP user to be used by GOsa" msgstr "" -#: setup/setup_ldap.tpl:13 ihtml/themes/default/help.tpl:21 -#: ihtml/themes/modern/help.tpl:21 include/class_filter.inc:228 +#: setup/setup_ldap.tpl:15 ihtml/themes/default/help.tpl:21 +#: include/class_filter.inc:158 include/class_filter.inc:228 msgid "Search" msgstr "Cerca" -#: setup/setup_ldap.tpl:17 setup/setup_migrate.tpl:169 -#: setup/setup_migrate.tpl:224 setup/setup_migrate.tpl:277 -#: setup/setup_migrate.tpl:346 setup/setup_migrate.tpl:405 -#: setup/setup_migrate.tpl:462 setup/setup_migrate.tpl:512 -#: setup/setup_migrate.tpl:560 setup/setup_migrate.tpl:609 -#: ihtml/themes/default/acl.tpl:30 ihtml/themes/default/acl.tpl:54 -#: ihtml/themes/default/acl.tpl:130 ihtml/themes/default/acl.tpl:147 -#: ihtml/themes/modern/acl.tpl:33 ihtml/themes/modern/acl.tpl:62 -#: ihtml/themes/modern/acl.tpl:133 ihtml/themes/modern/acl.tpl:150 -#: include/utils/class_msgPool.inc:324 +#: setup/setup_ldap.tpl:19 setup/setup_migrate.tpl:70 +#: ihtml/themes/default/acl.tpl:33 ihtml/themes/default/acl.tpl:62 +#: ihtml/themes/default/acl.tpl:133 ihtml/themes/default/acl.tpl:150 +#: include/utils/class_msgPool.inc:307 #, php-format msgid "Apply" msgstr "Applica" -#: setup/setup_ldap.tpl:19 setup/setup_migrate.tpl:172 -#: setup/setup_migrate.tpl:227 setup/setup_migrate.tpl:279 -#: setup/setup_migrate.tpl:348 setup/setup_migrate.tpl:408 -#: setup/setup_migrate.tpl:465 setup/setup_migrate.tpl:515 -#: setup/setup_migrate.tpl:563 setup/setup_migrate.tpl:612 -#: ihtml/themes/default/acl.tpl:134 ihtml/themes/default/acl.tpl:150 +#: setup/setup_ldap.tpl:20 setup/setup_migrate.tpl:71 +#: ihtml/themes/default/acl.tpl:137 ihtml/themes/default/acl.tpl:153 #: ihtml/themes/default/copyPasteDialog.tpl:21 -#: ihtml/themes/default/remove.tpl:15 ihtml/themes/default/islocked.tpl:19 +#: ihtml/themes/default/islocked.tpl:26 #: ihtml/themes/default/snapshotdialog.tpl:44 -#: ihtml/themes/default/snapshotdialog.tpl:89 -#: ihtml/themes/default/msg_dialog.tpl:79 -#: ihtml/themes/default/msg_dialog.tpl:139 -#: ihtml/themes/default/msg_dialog.tpl:144 ihtml/themes/modern/acl.tpl:137 -#: ihtml/themes/modern/acl.tpl:153 ihtml/themes/modern/copyPasteDialog.tpl:21 -#: ihtml/themes/modern/islocked.tpl:26 -#: ihtml/themes/modern/snapshotdialog.tpl:44 -#: ihtml/themes/modern/snapshotdialog.tpl:90 -#: ihtml/themes/modern/msg_dialog.tpl:80 -#: ihtml/themes/modern/msg_dialog.tpl:141 -#: ihtml/themes/modern/msg_dialog.tpl:146 include/utils/class_msgPool.inc:312 +#: ihtml/themes/default/snapshotdialog.tpl:90 +#: ihtml/themes/default/msg_dialog.tpl:80 +#: ihtml/themes/default/msg_dialog.tpl:141 +#: ihtml/themes/default/msg_dialog.tpl:146 include/utils/class_msgPool.inc:295 #, php-format msgid "Cancel" msgstr "Annulla" -#: setup/setup_ldap.tpl:28 +#: setup/setup_ldap.tpl:28 setup/setup_ldap.tpl:29 #, fuzzy msgid "LDAP connection" msgstr "Disconnessione " -#: setup/setup_ldap.tpl:32 +#: setup/setup_ldap.tpl:31 msgid "Location name" msgstr "Nome locazione" -#: setup/setup_ldap.tpl:40 +#: setup/setup_ldap.tpl:35 #, fuzzy msgid "Connection URI" msgstr "Connessione" -#: setup/setup_ldap.tpl:48 +#: setup/setup_ldap.tpl:39 #, fuzzy msgid "TLS connection" msgstr "Connessione" -#: setup/setup_ldap.tpl:58 plugins/personal/generic/generic.tpl:170 -#: plugins/personal/generic/class_user.inc:1692 +#: setup/setup_ldap.tpl:47 plugins/personal/generic/generic.tpl:170 +#: plugins/personal/generic/class_user.inc:1726 #: plugins/personal/posix/groupSelect/group-list.tpl:12 #: plugins/personal/posix/trustSelect/trust-list.tpl:12 #: plugins/admin/users/user-list.tpl:12 @@ -91,13 +80,13 @@ msgstr "Connessione" #: plugins/admin/groups/generic.tpl:39 #: plugins/admin/groups/userSelect/user-list.tpl:12 #: plugins/admin/groups/group-list.tpl:12 -#: plugins/admin/groups/class_group.inc:1023 +#: plugins/admin/groups/class_group.inc:1039 #: plugins/admin/departments/class_domain.inc:92 #: plugins/admin/departments/generic.tpl:39 #: plugins/admin/departments/organization.tpl:39 #: plugins/admin/departments/class_localityGeneric.inc:94 #: plugins/admin/departments/locality.tpl:28 -#: plugins/admin/departments/class_department.inc:671 +#: plugins/admin/departments/class_department.inc:679 #: plugins/admin/departments/dcObject.tpl:28 #: plugins/admin/departments/domain.tpl:28 #: plugins/admin/departments/country.tpl:28 @@ -106,96 +95,61 @@ msgstr "Connessione" #: plugins/admin/departments/class_organizationGeneric.inc:125 #: plugins/admin/departments/class_dcObject.inc:93 #: plugins/admin/acl/acl_role.tpl:27 plugins/admin/acl/acl-list.tpl:12 -#: plugins/admin/acl/class_aclRole.inc:725 +#: plugins/admin/acl/class_aclRole.inc:739 #: plugins/admin/ogroups/generic.tpl:26 #: plugins/admin/ogroups/objectSelect/selectObject-list.tpl:12 -#: plugins/admin/ogroups/class_ogroup.inc:850 +#: plugins/admin/ogroups/class_ogroup.inc:834 #: plugins/admin/ogroups/ogroup-list.tpl:12 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:114 +#: plugins/addons/dyngroup/dyngroup.tpl:5 msgid "Base" msgstr "Base" -#: setup/setup_ldap.tpl:68 setup/setup_migrate.tpl:273 +#: setup/setup_ldap.tpl:57 #, fuzzy msgid "Reload" msgstr "leggere" -#: setup/setup_ldap.tpl:72 +#: setup/setup_ldap.tpl:63 setup/setup_ldap.tpl:64 #, fuzzy msgid "Authentication" msgstr "Destinazione" -#: setup/setup_ldap.tpl:76 +#: setup/setup_ldap.tpl:66 msgid "Admin DN" msgstr "DN dell'amministratore" -#: setup/setup_ldap.tpl:81 -#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:79 +#: setup/setup_ldap.tpl:71 #, fuzzy msgid "Select user" msgstr "Rimuovi" -#: setup/setup_ldap.tpl:89 +#: setup/setup_ldap.tpl:81 msgid "Automatically append LDAP base to admin DN" msgstr "" -#: setup/setup_ldap.tpl:96 +#: setup/setup_ldap.tpl:85 msgid "Admin password" msgstr "Password dell'amministratore" -#: setup/setup_ldap.tpl:104 +#: setup/setup_ldap.tpl:91 setup/setup_ldap.tpl:92 #, fuzzy msgid "Schema based settings" msgstr "Impostazioni Samba" -#: setup/setup_ldap.tpl:108 +#: setup/setup_ldap.tpl:94 msgid "Use rfc2307bis compliant groups" msgstr "" -#: setup/setup_ldap.tpl:120 +#: setup/setup_ldap.tpl:105 setup/setup_ldap.tpl:106 #, fuzzy msgid "Current status" msgstr "Stato" -#: setup/setup_ldap.tpl:124 ihtml/themes/default/msg_dialog.tpl:61 -#: ihtml/themes/default/msg_dialog.tpl:108 -#: plugins/admin/ogroups/class_ogroup.inc:200 +#: setup/setup_ldap.tpl:108 plugins/admin/ogroups/class_ogroup.inc:230 msgid "Information" msgstr "Informazioni" -#: setup/class_setupStep_Config3.inc:81 setup/class_setupStep_Config3.inc:82 -#, fuzzy -msgid "GOsa settings 3/3" -msgstr "Opzioni di posta dell'identità" - -#: setup/class_setupStep_Config3.inc:83 -msgid "Tweak some GOsa core behaviour" -msgstr "" - -#: setup/class_setupStep_Config3.inc:93 setup/class_setupStep_Ldap.inc:74 -#: setup/class_setupStep_Config2.inc:136 setup/setup_feedback.tpl:65 -#: setup/setup_feedback.tpl:85 setup/class_setupStep_Schema.inc:86 -#: setup/class_setupStep_Config1.inc:88 -#, fuzzy -msgid "No" -msgstr "nessuno" - -#: setup/class_setupStep_Config3.inc:93 setup/class_setupStep_Ldap.inc:74 -#: setup/class_setupStep_Config2.inc:136 setup/setup_feedback.tpl:63 -#: setup/setup_feedback.tpl:83 setup/class_setupStep_Schema.inc:86 -#: setup/class_setupStep_Config1.inc:88 -#, fuzzy -msgid "Yes" -msgstr "Sistemi" - -#: setup/class_setupStep_Config3.inc:212 -msgid "Session lifetime must be a numeric value!" -msgstr "" - -#: setup/class_setupStep_Config3.inc:216 -#, fuzzy -msgid "Maximum LDAP query time must be a numeric value!" -msgstr "Inoltra i messaggi a" - #: setup/setup_finish.tpl:3 #, fuzzy msgid "Create your configuration file" @@ -205,308 +159,207 @@ msgstr "File di configurazione" msgid "Depending on the user name your webserver is running on:" msgstr "" -#: setup/setup_finish.tpl:28 +#: setup/setup_finish.tpl:27 msgid "Download configuration" msgstr "Scarica il file di configurazione" -#: setup/setup_finish.tpl:34 +#: setup/setup_finish.tpl:33 #, fuzzy msgid "Status: " msgstr "Stato" -#: setup/setup_welcome.tpl:4 -msgid "" -"This seems to be the first time you start GOsa - we didn't find any " -"configuration right now. This simple wizard intends to help you while " -"setting it up." +#: setup/setup_welcome.tpl:3 +msgid "How to get started" msgstr "" -#: setup/setup_welcome.tpl:8 -msgid "What will the wizard do for you?" +#: setup/setup_welcome.tpl:5 +msgid "" +"This seems to be the first time you run GOsa on this system. To start the " +"GOsa web interface you need a working configuration file, which can be " +"generated by this wizzard." msgstr "" -#: setup/setup_welcome.tpl:11 +#: setup/setup_welcome.tpl:9 #, fuzzy -msgid "Create a basic, single site configuration" -msgstr "Scarica il file di configurazione" - -#: setup/setup_welcome.tpl:12 -msgid "Tries to find problems within your PHP and LDAP setup" -msgstr "" +msgid "What you need to generate a configuration file:" +msgstr "File di configurazione" #: setup/setup_welcome.tpl:13 -msgid "Let you choose from a set of basic and advanced configuration switches" -msgstr "" +#, fuzzy +msgid "The hostname of your LDAP server" +msgstr "Errore durante la connessione al server LDAP. Il server dice: '%s'" #: setup/setup_welcome.tpl:14 -msgid "Guided migration of existing LDAP trees" +msgid "Installed GOsa and supplementary schemas" msgstr "" -#: setup/setup_welcome.tpl:17 -msgid "What will the wizard NOT do for you?" +#: setup/setup_welcome.tpl:15 +msgid "The LDAP base of your LDAP directory" msgstr "" -#: setup/setup_welcome.tpl:20 -#, fuzzy -msgid "Find every possible configuration error" -msgstr "File di configurazione" +#: setup/setup_welcome.tpl:16 +msgid "The DN and the password of the LDAP admin user" +msgstr "" -#: setup/setup_welcome.tpl:21 -msgid "Migrate every possible LDAP setup - create backup dumps!" +#: setup/setup_welcome.tpl:20 +msgid "" +"If you've collected the needed information, unlock the setup process like " +"shown in the next paragraph." msgstr "" -#: setup/setup_welcome.tpl:25 +#: setup/setup_welcome.tpl:24 #, fuzzy -msgid "To continue..." -msgstr "Configurazione continua..." +msgid "Starting the setup" +msgstr "Lingua" -#: setup/setup_welcome.tpl:28 +#: setup/setup_welcome.tpl:26 msgid "" -"For security reasons you need to authenticate for the installation by " -"creating the file '/tmp/gosa.auth', containing the current session ID on the " -"servers local filesystem. This can be done by executing the following " -"command:" +"For security reasons you need to authenticate the installation by creating " +"the file '/tmp/gosa.auth', containing the current session ID on the servers " +"local filesystem. This can be done by executing the following command:" msgstr "" -#: setup/setup_welcome.tpl:34 -msgid "Click the 'Continue' button when you've finished." +#: setup/setup_welcome.tpl:32 +msgid "Click the 'Next' button when you've finished." msgstr "" -#: setup/class_setup.inc:77 setup/class_setupStep_Feedback.inc:131 +#: setup/class_setup.inc:74 setup/class_setupStep_Feedback.inc:132 #, fuzzy msgid "Setup error" msgstr "Stato" -#: setup/class_setup.inc:197 -#, fuzzy -msgid "Completed" -msgstr "incompleto" - -#: setup/class_setup.inc:267 setup/setup_migrate.tpl:291 -msgid "Next" -msgstr "" - -#: setup/setup_license.tpl:8 -msgid "I have read the license and accept it" -msgstr "" - -#: setup/setup_config2.tpl:2 -msgid "Samba settings" -msgstr "Impostazioni Samba" - -#: setup/setup_config2.tpl:6 -msgid "Samba hash generator" -msgstr "" - -#: setup/setup_config2.tpl:15 -#, fuzzy -msgid "Samba SID" -msgstr "Samba" - -#: setup/setup_config2.tpl:31 -#, fuzzy -msgid "RID base" -msgstr "Database" - -#: setup/setup_config2.tpl:46 -#, fuzzy -msgid "Workstation container" -msgstr "Mostra workstation" - -#: setup/setup_config2.tpl:61 -#, fuzzy -msgid "Samba SID mapping" -msgstr "Samba" - -#: setup/setup_config2.tpl:71 -#, fuzzy -msgid "Timezone" -msgstr "Cellulare" - -#: setup/setup_config2.tpl:74 -#, fuzzy -msgid "Please choose your preferred timezone here" -msgstr "Lingua preferita" - -#: setup/setup_config2.tpl:96 -#, fuzzy -msgid "Additional GOsa settings" -msgstr "Opzioni applicazione" - -#: setup/setup_config2.tpl:100 -msgid "Enable Copy & Paste" -msgstr "" - -#: setup/setup_config2.tpl:112 +#: setup/class_setup.inc:183 #, fuzzy -msgid "Government mode" -msgstr "nella cartella" +msgid "Setup" +msgstr "Imposta" -#: setup/setup_config2.tpl:123 +#: setup/class_setup.inc:195 #, fuzzy -msgid "GOsa logging" -msgstr "Opzioni di posta dell'identità" +msgid "Completed" +msgstr "incompleto" -#: setup/setup_config2.tpl:135 +#: setup/class_setup.inc:235 #, fuzzy -msgid "Mail settings" -msgstr "Opzioni di posta dell'identità" - -#: setup/setup_config2.tpl:139 -msgid "Mail method" -msgstr "Metodo di amministrazione della posta" - -#: setup/setup_config2.tpl:143 -#: plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc:173 -msgid "disabled" -msgstr "disabilitato" +msgid "Check again" +msgstr "Continua" -#: setup/setup_config2.tpl:155 -msgid "Account identification attribute" +#: setup/class_setup.inc:238 +msgid "Next" msgstr "" -#: setup/setup_config2.tpl:169 -#, fuzzy -msgid "Vacation templates" -msgstr "Messaggio di di risposta automatica" - -#: setup/setup_config2.tpl:185 -msgid "Use Cyrus UNIX style" +#: setup/setup_license.tpl:3 +msgid "" +"GOsa is developed under the terms of the GNU General Public Licence V2. " +"Please accept the terms below." msgstr "" -#: setup/setup_config2.tpl:195 -#, fuzzy -msgid "Snapshots / Undo" -msgstr "Nome applicazione" - -#: setup/setup_config2.tpl:204 setup/setup_config2.tpl:249 -#, fuzzy -msgid "Enable snapshots" -msgstr "Crea estensioni di posta" - -#: setup/setup_config2.tpl:210 setup/setup_config2.tpl:255 -#, fuzzy -msgid "Snapshot base" -msgstr "Nome applicazione" - -#: setup/setup_config2.tpl:219 setup/setup_config2.tpl:264 -#: plugins/generic/references/class_reference.inc:65 -#: plugins/personal/posix/trustSelect/trust-list.xml:12 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:23 -#: plugins/admin/ogroups/class_ogroupManagement.inc:187 -msgid "Server" -msgstr "Server" - -#: setup/setup_config2.tpl:228 setup/setup_config2.tpl:273 -#: plugins/admin/users/user-list.xml:23 plugins/admin/users/user-list.xml:95 -#: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:15 -#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:14 -#: plugins/admin/groups/userSelect/user-list.xml:14 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:63 -#: plugins/admin/ogroups/class_ogroupManagement.inc:183 -msgid "User" +#: setup/setup_license.tpl:11 +msgid "I have read the license and accept it" msgstr "" -#: setup/setup_config2.tpl:237 setup/setup_config2.tpl:282 -#: setup/setup_migrate.tpl:320 ihtml/themes/default/login.tpl:47 -#: ihtml/themes/default/login.tpl:49 ihtml/themes/default/password.tpl:40 -#: ihtml/themes/modern/login.tpl:47 ihtml/themes/modern/login.tpl:50 -#: plugins/personal/password/class_password.inc:26 -#: plugins/personal/generic/paste_generic.tpl:21 -msgid "Password" -msgstr "Password" - -#: setup/class_setupStep_Ldap.inc:53 +#: setup/class_setupStep_Ldap.inc:54 #, fuzzy msgid "LDAP setup" msgstr "Dispositivi" -#: setup/class_setupStep_Ldap.inc:54 +#: setup/class_setupStep_Ldap.inc:55 #, fuzzy msgid "LDAP connection setup" msgstr "Disconnessione " -#: setup/class_setupStep_Ldap.inc:55 +#: setup/class_setupStep_Ldap.inc:56 #, fuzzy msgid "" "This dialog performs the basic configuration of the LDAP connectivity for " "GOsa." msgstr "I campi seguenti permettono una configurazione base di GOsa." -#: setup/class_setupStep_Ldap.inc:112 +#: setup/class_setupStep_Ldap.inc:75 setup/setup_feedback.tpl:41 +#: setup/setup_feedback.tpl:52 +#, fuzzy +msgid "No" +msgstr "nessuno" + +#: setup/class_setupStep_Ldap.inc:75 setup/setup_feedback.tpl:39 +#: setup/setup_feedback.tpl:50 +#, fuzzy +msgid "Yes" +msgstr "Sistemi" + +#: setup/class_setupStep_Ldap.inc:113 #, php-format msgid "Anonymous bind to server '%s' failed!" msgstr "" -#: setup/class_setupStep_Ldap.inc:114 +#: setup/class_setupStep_Ldap.inc:115 #, fuzzy, php-format msgid "Bind as user '%s' failed!" msgstr "Impossibile selezionare il database!" -#: setup/class_setupStep_Ldap.inc:119 +#: setup/class_setupStep_Ldap.inc:120 #, fuzzy, php-format msgid "Anonymous bind to server '%s' succeeded." msgstr "Impossibile selezionare il database!" -#: setup/class_setupStep_Ldap.inc:120 +#: setup/class_setupStep_Ldap.inc:121 #, fuzzy msgid "Please specify user and password!" msgstr "Prego inserire un numero di telefono valido!" -#: setup/class_setupStep_Ldap.inc:122 +#: setup/class_setupStep_Ldap.inc:123 #, fuzzy, php-format msgid "Bind as user '%s' to server '%s' succeeded!" msgstr "Impossibile selezionare il database!" -#: setup/class_setupStep_Feedback.inc:92 +#: setup/class_setupStep_Feedback.inc:94 #, fuzzy msgid "UNIX accounts/groups" msgstr "Account Unix" -#: setup/class_setupStep_Feedback.inc:94 +#: setup/class_setupStep_Feedback.inc:96 #, fuzzy msgid "Samba management" msgstr "Dirigenza" -#: setup/class_setupStep_Feedback.inc:96 +#: setup/class_setupStep_Feedback.inc:98 #, fuzzy msgid "Mailsystem management" msgstr "Riferimenti" -#: setup/class_setupStep_Feedback.inc:98 +#: setup/class_setupStep_Feedback.inc:100 #, fuzzy msgid "FAX system administration" msgstr "Amministrazione utenti" -#: setup/class_setupStep_Feedback.inc:100 +#: setup/class_setupStep_Feedback.inc:102 #, fuzzy msgid "Asterisk administration" msgstr "Amministrazione utenti" -#: setup/class_setupStep_Feedback.inc:102 +#: setup/class_setupStep_Feedback.inc:104 #, fuzzy msgid "System inventory" msgstr "Elimina contatto" -#: setup/class_setupStep_Feedback.inc:104 +#: setup/class_setupStep_Feedback.inc:106 #, fuzzy msgid "System-/Configmanagement" msgstr "Riferimenti" -#: setup/class_setupStep_Feedback.inc:106 +#: setup/class_setupStep_Feedback.inc:108 msgid "Addressbook" msgstr "Rubrica" -#: setup/class_setupStep_Feedback.inc:112 +#: setup/class_setupStep_Feedback.inc:114 msgid "Feedback" msgstr "" -#: setup/class_setupStep_Feedback.inc:113 +#: setup/class_setupStep_Feedback.inc:115 #, fuzzy msgid "Get notifications or send feedback" msgstr "Non ci sono certificati installati" -#: setup/class_setupStep_Feedback.inc:114 +#: setup/class_setupStep_Feedback.inc:116 #, fuzzy msgid "Notification and feedback" msgstr "Non ci sono certificati installati" @@ -525,107 +378,94 @@ msgstr "" msgid "Cannot send feedback: service temporarily unavailable" msgstr "" -#: setup/class_setupStep_Feedback.inc:180 +#: setup/class_setupStep_Feedback.inc:181 #, fuzzy msgid "Please specify a valid email address." msgstr "Prego inserire un numero di telefono valido!" -#: setup/class_setupStep_Feedback.inc:184 +#: setup/class_setupStep_Feedback.inc:185 msgid "" "You have to select at least one of both options, subscribe or send feedback." msgstr "" -#: setup/class_setupStep_Config2.inc:80 setup/class_setupStep_Config2.inc:81 -#, fuzzy -msgid "GOsa settings 2/3" -msgstr "Opzioni di posta dell'identità" - -#: setup/class_setupStep_Config2.inc:82 -#, fuzzy -msgid "Customize special parameters" -msgstr "Parametro" - -#: setup/setup_schema.tpl:3 +#: setup/setup_schema.tpl:1 #, fuzzy msgid "Schema specific settings" msgstr "Impostazioni Samba" -#: setup/setup_schema.tpl:7 -msgid "Enable schema validation when logging in" -msgstr "" - -#: setup/setup_schema.tpl:16 -#, fuzzy -msgid "Check status" -msgstr "Stato" - -#: setup/setup_schema.tpl:20 +#: setup/setup_schema.tpl:4 msgid "Schema check succeeded" msgstr "" -#: setup/setup_schema.tpl:23 +#: setup/setup_schema.tpl:7 #, fuzzy msgid "Schema check failed" msgstr "Server" -#: setup/setup_schema.tpl:31 +#: setup/setup_schema.tpl:11 msgid "" "Could not read any schema informations, all checks skipped. Adjust your ldap " "acls." msgstr "" -#: setup/setup_schema.tpl:35 +#: setup/setup_schema.tpl:13 msgid "" "It seems that your ldap database wasn't initialized yet. This maybe the " "reason, why GOsa can't read your schema configuration!" msgstr "" -#: setup/setup_feedback.tpl:5 +#: setup/setup_feedback.tpl:2 msgid "Feedback sucessfully send" msgstr "" -#: setup/setup_feedback.tpl:15 +#: setup/setup_feedback.tpl:6 msgid "Subscribe to the gosa-announce mailinglist" msgstr "" -#: setup/setup_feedback.tpl:18 +#: setup/setup_feedback.tpl:8 msgid "" "When checking this option, GOsa will try to connect http://oss.gonicus.de in " "order to subscribe you to the gosa-announce mailing list. You've to confirm " "this by mail." msgstr "" -#: setup/setup_feedback.tpl:23 plugins/personal/generic/generic.tpl:301 -#: plugins/personal/generic/class_user.inc:1698 +#: setup/setup_feedback.tpl:10 setup/setup_feedback.tpl:12 +#: plugins/personal/generic/generic.tpl:301 +#: plugins/personal/generic/class_user.inc:1732 #: plugins/admin/departments/organization.tpl:4 #: plugins/admin/departments/dep-list.xml:47 #: plugins/admin/departments/dep-list.xml:131 -#: plugins/admin/departments/class_departmentManagement.inc:238 +#: plugins/admin/departments/class_departmentManagement.inc:241 #: plugins/admin/departments/dep-filter.xml:91 #: plugins/admin/departments/class_organizationGeneric.inc:113 #: plugins/admin/departments/class_organizationGeneric.inc:114 msgid "Organization" msgstr "Organizzazione" -#: setup/setup_feedback.tpl:31 setup/setup_migrate.tpl:304 -#: ihtml/themes/modern/userFilterEditor.tpl:11 -#: plugins/personal/generic/class_user.inc:1333 -#: plugins/personal/generic/class_user.inc:1351 -#: plugins/personal/generic/class_user.inc:1393 -#: plugins/personal/generic/class_user.inc:1838 +#: setup/setup_feedback.tpl:16 setup/setup_migrate.tpl:43 +#: setup/setup_migrate.tpl:45 ihtml/themes/default/userFilterEditor.tpl:11 +#: plugins/generic/references/class_reference.inc:57 +#: plugins/generic/references/class_reference.inc:63 +#: plugins/generic/references/class_reference.inc:69 +#: plugins/generic/references/class_reference.inc:75 +#: plugins/generic/references/class_reference.inc:81 +#: plugins/personal/generic/class_user.inc:1331 +#: plugins/personal/generic/class_user.inc:1349 +#: plugins/personal/generic/class_user.inc:1391 +#: plugins/personal/generic/class_user.inc:1872 #: plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc:45 #: plugins/personal/posix/groupSelect/group-list.xml:33 #: plugins/personal/posix/trustSelect/trust-list.xml:46 #: plugins/admin/users/class_userManagement.inc:423 #: plugins/admin/users/class_userManagement.inc:470 #: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:49 -#: plugins/admin/groups/class_group.inc:883 -#: plugins/admin/groups/class_group.inc:894 -#: plugins/admin/groups/class_group.inc:896 -#: plugins/admin/groups/class_group.inc:913 -#: plugins/admin/groups/class_group.inc:927 -#: plugins/admin/groups/class_group.inc:934 -#: plugins/admin/groups/class_group.inc:1021 +#: plugins/admin/groups/class_group.inc:886 +#: plugins/admin/groups/class_group.inc:897 +#: plugins/admin/groups/class_group.inc:899 +#: plugins/admin/groups/class_group.inc:916 +#: plugins/admin/groups/class_group.inc:930 +#: plugins/admin/groups/class_group.inc:937 +#: plugins/admin/groups/class_group.inc:1037 #: plugins/admin/groups/group-list.xml:41 #: plugins/admin/departments/class_domain.inc:47 #: plugins/admin/departments/class_domain.inc:49 @@ -638,11 +478,11 @@ msgstr "Organizzazione" #: plugins/admin/departments/class_localityGeneric.inc:55 #: plugins/admin/departments/class_localityGeneric.inc:57 #: plugins/admin/departments/class_localityGeneric.inc:59 -#: plugins/admin/departments/class_department.inc:355 #: plugins/admin/departments/class_department.inc:357 -#: plugins/admin/departments/class_department.inc:362 -#: plugins/admin/departments/class_department.inc:369 -#: plugins/admin/departments/class_department.inc:373 +#: plugins/admin/departments/class_department.inc:359 +#: plugins/admin/departments/class_department.inc:364 +#: plugins/admin/departments/class_department.inc:371 +#: plugins/admin/departments/class_department.inc:375 #: plugins/admin/departments/class_countryGeneric.inc:47 #: plugins/admin/departments/class_countryGeneric.inc:49 #: plugins/admin/departments/class_countryGeneric.inc:54 @@ -660,432 +500,282 @@ msgstr "Organizzazione" #: plugins/admin/departments/class_dcObject.inc:58 #: plugins/admin/departments/class_dcObject.inc:90 #: plugins/admin/acl/acl_role.tpl:7 plugins/admin/acl/acl-list.xml:49 -#: plugins/admin/acl/class_aclRole.inc:724 -#: plugins/admin/acl/class_aclRole.inc:736 -#: plugins/admin/acl/class_aclRole.inc:746 plugins/admin/acl/paste_role.tpl:4 +#: plugins/admin/acl/class_aclRole.inc:738 +#: plugins/admin/acl/class_aclRole.inc:750 +#: plugins/admin/acl/class_aclRole.inc:760 plugins/admin/acl/paste_role.tpl:4 #: plugins/admin/ogroups/objectSelect/selectObject-list.xml:97 +#: plugins/admin/ogroups/class_ogroup.inc:155 +#: plugins/admin/ogroups/class_ogroup.inc:652 #: plugins/admin/ogroups/class_ogroup.inc:667 -#: plugins/admin/ogroups/class_ogroup.inc:682 -#: plugins/admin/ogroups/class_ogroup.inc:686 -#: plugins/admin/ogroups/class_ogroup.inc:849 +#: plugins/admin/ogroups/class_ogroup.inc:671 +#: plugins/admin/ogroups/class_ogroup.inc:833 #: plugins/admin/ogroups/ogroup-list.xml:41 +#: plugins/addons/propertyEditor/property-list.xml:80 #: include/class_userFilterEditor.inc:233 -#: include/class_userFilterEditor.inc:237 include/class_acl.inc:263 +#: include/class_userFilterEditor.inc:237 include/class_acl.inc:262 #: include/class_SnapShotDialog.inc:55 include/class_userFilter.inc:55 #: include/class_userFilter.inc:150 msgid "Name" msgstr "Cognome" -#: setup/setup_feedback.tpl:39 +#: setup/setup_feedback.tpl:20 msgid "Mail address" msgstr "Indirizzo principale" -#: setup/setup_feedback.tpl:50 +#: setup/setup_feedback.tpl:28 msgid "Send feedback to the GOsa project team" msgstr "" -#: setup/setup_feedback.tpl:53 +#: setup/setup_feedback.tpl:31 msgid "" "When checking this option, GOsa will try to connect http://oss.gonicus.de in " "order to submit your form anonymously." msgstr "" -#: setup/setup_feedback.tpl:55 -#: plugins/generic/references/class_reference.inc:41 +#: setup/setup_feedback.tpl:35 setup/setup_feedback.tpl:36 #: plugins/personal/generic/class_user.inc:37 -#: plugins/personal/generic/class_user.inc:1669 +#: plugins/personal/generic/class_user.inc:1681 #: plugins/personal/posix/generic.tpl:5 #: plugins/admin/users/class_userManagement.inc:755 -#: plugins/admin/groups/class_group.inc:1012 -#: plugins/admin/departments/class_department.inc:659 -#: plugins/admin/ogroups/class_ogroup.inc:840 +#: plugins/admin/groups/class_group.inc:1015 +#: plugins/admin/departments/class_department.inc:661 +#: plugins/admin/ogroups/class_ogroup.inc:820 msgid "Generic" msgstr "Generale" -#: setup/setup_feedback.tpl:60 +#: setup/setup_feedback.tpl:38 msgid "Did the setup procedure help you to get started?" msgstr "" -#: setup/setup_feedback.tpl:71 +#: setup/setup_feedback.tpl:44 msgid "If not, what problems did you encounter" msgstr "" -#: setup/setup_feedback.tpl:80 +#: setup/setup_feedback.tpl:48 msgid "Is this the first time you use GOsa?" msgstr "" -#: setup/setup_feedback.tpl:86 +#: setup/setup_feedback.tpl:53 msgid "I use it since" msgstr "" -#: setup/setup_feedback.tpl:87 +#: setup/setup_feedback.tpl:54 msgid "Select the year since when you are using GOsa" msgstr "" -#: setup/setup_feedback.tpl:95 +#: setup/setup_feedback.tpl:60 msgid "What operating system / distribution do you use?" msgstr "" -#: setup/setup_feedback.tpl:104 +#: setup/setup_feedback.tpl:64 msgid "What web server do you use?" msgstr "" -#: setup/setup_feedback.tpl:113 +#: setup/setup_feedback.tpl:68 msgid "What PHP version do you use?" msgstr "" -#: setup/setup_feedback.tpl:121 +#: setup/setup_feedback.tpl:72 +#, fuzzy +msgid "GOsa version" +msgstr "Impostazioni generali delle code" + +#: setup/setup_feedback.tpl:78 setup/setup_feedback.tpl:79 msgid "LDAP" msgstr "" -#: setup/setup_feedback.tpl:126 +#: setup/setup_feedback.tpl:81 msgid "What kind of LDAP server(s) do you use?" msgstr "" -#: setup/setup_feedback.tpl:132 +#: setup/setup_feedback.tpl:85 msgid "How many objects are in your LDAP?" msgstr "" -#: setup/setup_feedback.tpl:139 +#: setup/setup_feedback.tpl:91 setup/setup_feedback.tpl:92 #, fuzzy msgid "Features" msgstr "Futuro" -#: setup/setup_feedback.tpl:142 +#: setup/setup_feedback.tpl:94 msgid "What features of GOsa do you use?" msgstr "" -#: setup/setup_feedback.tpl:153 +#: setup/setup_feedback.tpl:103 msgid "What features do you want to see in future versions of GOsa?" msgstr "" -#: setup/setup_feedback.tpl:161 +#: setup/setup_feedback.tpl:107 msgid "Send feedback" msgstr "" -#: setup/class_setupStep_Schema.inc:42 setup/class_setupStep_Schema.inc:43 +#: setup/class_setupStep_Schema.inc:37 setup/class_setupStep_Schema.inc:38 #, fuzzy msgid "LDAP schema check" msgstr "Server" -#: setup/class_setupStep_Schema.inc:44 +#: setup/class_setupStep_Schema.inc:39 msgid "Perform test on your current LDAP schema" msgstr "" -#: setup/class_setupStep_Migrate.inc:127 setup/class_setupStep_Migrate.inc:128 +#: setup/class_setupStep_Schema.inc:96 include/class_configRegistry.inc:230 +msgid "The following object classes are missing:" +msgstr "" + +#: setup/class_setupStep_Schema.inc:99 include/class_configRegistry.inc:237 +msgid "The following object classes are outdated:" +msgstr "" + +#: setup/class_setupStep_Migrate.inc:51 setup/class_setupStep_Migrate.inc:52 #, fuzzy msgid "LDAP inspection" msgstr "Ispezione della configurazione PHP" -#: setup/class_setupStep_Migrate.inc:129 +#: setup/class_setupStep_Migrate.inc:53 msgid "Analyze your current LDAP for GOsa compatibility" msgstr "" -#: setup/class_setupStep_Migrate.inc:135 +#: setup/class_setupStep_Migrate.inc:59 #, fuzzy msgid "Checking for root object" msgstr "Controllo il supporto per iconv" -#: setup/class_setupStep_Migrate.inc:141 +#: setup/class_setupStep_Migrate.inc:65 #, fuzzy msgid "Inspecting object classes in root object" msgstr "Controllo il supporto per iconv" -#: setup/class_setupStep_Migrate.inc:147 +#: setup/class_setupStep_Migrate.inc:71 #, fuzzy msgid "Checking permission for LDAP database" msgstr "Non hai il permesso di cambiare la tua password." -#: setup/class_setupStep_Migrate.inc:153 -#, fuzzy -msgid "Checking for invisible departments" -msgstr "Controllo il supporto per iconv" - -#: setup/class_setupStep_Migrate.inc:158 -#, fuzzy -msgid "Checking for invisible users" -msgstr "Controllo il supporto per iconv" - -#: setup/class_setupStep_Migrate.inc:165 -#: setup/class_setupStep_Migrate.inc:3209 +#: setup/class_setupStep_Migrate.inc:78 #, fuzzy msgid "Checking for super administrator" msgstr "Controllo la presenza di alcuni programmi addizionali" -#: setup/class_setupStep_Migrate.inc:171 -#, fuzzy -msgid "Checking for users outside the people tree" -msgstr "Controllo il modulo cups" - -#: setup/class_setupStep_Migrate.inc:177 -#, fuzzy -msgid "Checking for groups outside the groups tree" -msgstr "Controllo il modulo cups" - -#: setup/class_setupStep_Migrate.inc:184 -msgid "Checking for windows workstations outside the winstation tree" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:190 -#, fuzzy -msgid "Checking for duplicated UID numbers" -msgstr "Controllo il supporto per %s" - -#: setup/class_setupStep_Migrate.inc:196 -#, fuzzy -msgid "Checking for duplicate GID numbers" -msgstr "Controllo il supporto per %s" - -#: setup/class_setupStep_Migrate.inc:202 -#, fuzzy -msgid "Checking for old style USB devices" -msgstr "Controllo il supporto per iconv" - -#: setup/class_setupStep_Migrate.inc:208 -#, fuzzy -msgid "Checking for old services that have to be migrated" -msgstr "Controllo il modulo cups" - -#: setup/class_setupStep_Migrate.inc:214 -#, fuzzy -msgid "Checking for old style application menus" -msgstr "Controllo il supporto per %s" - -#: setup/class_setupStep_Migrate.inc:240 setup/class_setupStep_Migrate.inc:292 -#: setup/class_setupStep_Migrate.inc:357 setup/class_setupStep_Migrate.inc:421 -#: setup/class_setupStep_Migrate.inc:492 setup/class_setupStep_Migrate.inc:569 -#: setup/class_setupStep_Migrate.inc:653 setup/class_setupStep_Migrate.inc:794 -#: setup/class_setupStep_Migrate.inc:890 -#: setup/class_setupStep_Migrate.inc:2036 -#: setup/class_setupStep_Migrate.inc:2504 -#: setup/class_setupStep_Migrate.inc:2695 -#: setup/class_setupStep_Migrate.inc:2832 +#: setup/class_setupStep_Migrate.inc:118 setup/class_setupStep_Migrate.inc:186 +#: setup/class_setupStep_Migrate.inc:709 #, fuzzy msgid "LDAP query failed" msgstr "La query al database è fallita!" -#: setup/class_setupStep_Migrate.inc:241 setup/class_setupStep_Migrate.inc:293 -#: setup/class_setupStep_Migrate.inc:358 setup/class_setupStep_Migrate.inc:422 -#: setup/class_setupStep_Migrate.inc:493 setup/class_setupStep_Migrate.inc:570 -#: setup/class_setupStep_Migrate.inc:654 setup/class_setupStep_Migrate.inc:795 -#: setup/class_setupStep_Migrate.inc:891 -#: setup/class_setupStep_Migrate.inc:2037 -#: setup/class_setupStep_Migrate.inc:2505 -#: setup/class_setupStep_Migrate.inc:2696 -#: setup/class_setupStep_Migrate.inc:2833 +#: setup/class_setupStep_Migrate.inc:119 setup/class_setupStep_Migrate.inc:187 +#: setup/class_setupStep_Migrate.inc:710 msgid "Possibly the 'root object' is missing." msgstr "" -#: setup/class_setupStep_Migrate.inc:261 setup/class_setupStep_Migrate.inc:313 -#: setup/class_setupStep_Migrate.inc:446 setup/class_setupStep_Migrate.inc:523 -#: setup/class_setupStep_Migrate.inc:661 setup/class_setupStep_Migrate.inc:802 -#: setup/class_setupStep_Migrate.inc:2571 -#: setup/class_setupStep_Migrate.inc:2724 -#: setup/class_setupStep_Migrate.inc:3056 setup/setup_checks.tpl:32 -#: setup/setup_checks.tpl:93 ihtml/themes/default/remove.tpl:2 -#: ihtml/themes/default/islocked.tpl:6 ihtml/themes/default/msg_dialog.tpl:59 -#: ihtml/themes/default/msg_dialog.tpl:106 -#: plugins/personal/posix/class_posixAccount.inc:678 -#: plugins/personal/posix/class_posixAccount.inc:803 -#: plugins/admin/groups/class_group.inc:832 -#: plugins/admin/departments/dep_move_confirm.tpl:2 include/functions.inc:931 -#: include/functions.inc:2690 include/functions.inc:2694 -#: include/functions.inc:2700 include/utils/class_xml.inc:37 -#: include/class_tabs.inc:241 html/password.php:314 -msgid "Warning" -msgstr "Attenzione" +#: setup/class_setupStep_Migrate.inc:132 setup/class_setupStep_Migrate.inc:145 +#: setup/class_setupStep_Migrate.inc:307 setup/class_setupStep_Migrate.inc:661 +#: setup/class_setupStep_Migrate.inc:674 setup/class_setupStep_Migrate.inc:729 +#: setup/class_setupStep_Migrate.inc:750 setup/class_setupStep_Migrate.inc:802 +msgid "Failed" +msgstr "Fallito" -#: setup/class_setupStep_Migrate.inc:263 -#, fuzzy, php-format -msgid "Found %s duplicate values for attribute 'uidNumber'." -msgstr "Prego inserire un numero di telefono valido!" +#: setup/class_setupStep_Migrate.inc:134 setup/class_setupStep_Migrate.inc:147 +#, php-format +msgid "" +"The specified user '%s' does not have full access to your ldap database." +msgstr "" -#: setup/class_setupStep_Migrate.inc:267 setup/class_setupStep_Migrate.inc:319 -#: setup/class_setupStep_Migrate.inc:380 setup/class_setupStep_Migrate.inc:453 -#: setup/class_setupStep_Migrate.inc:530 setup/class_setupStep_Migrate.inc:604 -#: setup/class_setupStep_Migrate.inc:657 setup/class_setupStep_Migrate.inc:798 -#: setup/class_setupStep_Migrate.inc:1044 -#: setup/class_setupStep_Migrate.inc:2011 -#: setup/class_setupStep_Migrate.inc:2155 -#: setup/class_setupStep_Migrate.inc:2577 -#: setup/class_setupStep_Migrate.inc:2731 -#: setup/class_setupStep_Migrate.inc:3061 setup/setup_checks.tpl:27 -#: setup/setup_checks.tpl:87 ihtml/themes/default/msg_dialog.tpl:76 -#: ihtml/themes/default/msg_dialog.tpl:78 -#: ihtml/themes/default/msg_dialog.tpl:134 -#: ihtml/themes/default/msg_dialog.tpl:137 -#: ihtml/themes/default/msg_dialog.tpl:142 -#: ihtml/themes/modern/msg_dialog.tpl:77 ihtml/themes/modern/msg_dialog.tpl:79 -#: ihtml/themes/modern/msg_dialog.tpl:136 -#: ihtml/themes/modern/msg_dialog.tpl:139 -#: ihtml/themes/modern/msg_dialog.tpl:144 include/utils/class_msgPool.inc:318 +#: setup/class_setupStep_Migrate.inc:153 setup/class_setupStep_Migrate.inc:303 +#: setup/class_setupStep_Migrate.inc:684 setup/class_setupStep_Migrate.inc:828 +#: setup/setup_checks.tpl:21 setup/setup_checks.tpl:62 +#: ihtml/themes/default/msg_dialog.tpl:77 +#: ihtml/themes/default/msg_dialog.tpl:79 +#: ihtml/themes/default/msg_dialog.tpl:136 +#: ihtml/themes/default/msg_dialog.tpl:139 +#: ihtml/themes/default/msg_dialog.tpl:144 include/utils/class_msgPool.inc:301 #, php-format msgid "Ok" msgstr "" -#: setup/class_setupStep_Migrate.inc:315 -#, fuzzy, php-format -msgid "Found %s duplicate values for attribute 'gidNumber'." -msgstr "Prego inserire un numero di telefono valido!" +#: setup/class_setupStep_Migrate.inc:297 +#: plugins/generic/references/class_aclResolver.inc:173 +#: plugins/personal/generic/class_user.inc:1687 +#: plugins/admin/users/class_userManagement.inc:25 include/class_acl.inc:237 +msgid "Users" +msgstr "Utenti" -#: setup/class_setupStep_Migrate.inc:373 setup/class_setupStep_Migrate.inc:583 -#: setup/class_setupStep_Migrate.inc:596 -#: setup/class_setupStep_Migrate.inc:1030 -#: setup/class_setupStep_Migrate.inc:1048 -#: setup/class_setupStep_Migrate.inc:1988 -#: setup/class_setupStep_Migrate.inc:2001 -#: setup/class_setupStep_Migrate.inc:2056 -#: setup/class_setupStep_Migrate.inc:2077 -#: setup/class_setupStep_Migrate.inc:2129 -#: setup/class_setupStep_Migrate.inc:3211 -msgid "Failed" -msgstr "Fallito" +#: setup/class_setupStep_Migrate.inc:300 +#: plugins/generic/references/class_aclResolver.inc:165 +#: plugins/admin/groups/class_groupManagement.inc:25 +#: plugins/admin/groups/class_group.inc:1021 include/class_acl.inc:237 +msgid "Groups" +msgstr "Gruppi di utenti" -#: setup/class_setupStep_Migrate.inc:375 -#, php-format -msgid "" -"Found %s winstations outside the predefined winstation department ou '%s'." +#: setup/class_setupStep_Migrate.inc:308 +msgid "There is no GOsa administrator account inside your LDAP." msgstr "" -#: setup/class_setupStep_Migrate.inc:376 setup/class_setupStep_Migrate.inc:664 -#: setup/class_setupStep_Migrate.inc:804 -#: setup/class_setupStep_Migrate.inc:1033 -#: setup/class_setupStep_Migrate.inc:2131 -#: setup/class_setupStep_Migrate.inc:2574 -#: setup/class_setupStep_Migrate.inc:2728 -#: setup/class_setupStep_Migrate.inc:3058 setup/setup_migrate.tpl:55 -#, fuzzy -msgid "Migrate" +#: setup/class_setupStep_Migrate.inc:309 plugins/admin/users/user-list.xml:89 +#: plugins/admin/groups/group-list.xml:73 +#: plugins/admin/departments/dep-list.xml:98 plugins/admin/acl/acl-list.xml:76 +#: plugins/admin/ogroups/ogroup-list.xml:73 +msgid "Create" msgstr "Creare" -#: setup/class_setupStep_Migrate.inc:448 -#, fuzzy, php-format -msgid "Found %s groups outside the configured tree '%s'." -msgstr "Non hai il permesso di cambiare la tua password." - -#: setup/class_setupStep_Migrate.inc:449 setup/class_setupStep_Migrate.inc:526 +#: setup/class_setupStep_Migrate.inc:377 #, fuzzy -msgid "Move" -msgstr "Dominio" +msgid "Migration error" +msgstr "Creare" -#: setup/class_setupStep_Migrate.inc:525 +#: setup/class_setupStep_Migrate.inc:377 #, php-format -msgid "Found %s user(s) outside the configured tree '%s'." +msgid "Cannot add ACL for user '%s':" msgstr "" -#: setup/class_setupStep_Migrate.inc:585 setup/class_setupStep_Migrate.inc:598 -#, php-format -msgid "" -"The specified user '%s' does not have full access to your ldap database." -msgstr "" +#: setup/class_setupStep_Migrate.inc:415 setup/class_setupStep_Migrate.inc:425 +#, fuzzy +msgid "Input error" +msgstr "Errore PHP" -#: setup/class_setupStep_Migrate.inc:662 -#, php-format -msgid "Found %s user(s) that will not be visible in GOsa." +#: setup/class_setupStep_Migrate.inc:415 +#: plugins/generic/references/class_reference.inc:87 +#: plugins/admin/groups/class_group.inc:210 +#: plugins/admin/groups/class_group.inc:1170 +#: plugins/admin/groups/class_group.inc:1180 +msgid "Uid" msgstr "" -#: setup/class_setupStep_Migrate.inc:712 setup/class_setupStep_Migrate.inc:855 -#: setup/class_setupStep_Migrate.inc:1118 -#, fuzzy -msgid "Migration error" -msgstr "Creare" - -#: setup/class_setupStep_Migrate.inc:712 setup/class_setupStep_Migrate.inc:855 -#, fuzzy, php-format -msgid "Cannot migrate department '%s':" -msgstr "Vai al dipartimento base" - -#: setup/class_setupStep_Migrate.inc:803 -#, php-format -msgid "Found %s department(s) that will not be visible in GOsa." -msgstr "" - -#: setup/class_setupStep_Migrate.inc:1027 -#, fuzzy, php-format -msgid "GOsa 2.5 administrative accounts found: %s" -msgstr "Crea estensioni di posta" - -#: setup/class_setupStep_Migrate.inc:1032 -#, fuzzy -msgid "There is no valid GOsa 2.6 administrator account inside your LDAP." -msgstr "Crea estensioni di posta" - -#: setup/class_setupStep_Migrate.inc:1034 -#: setup/class_setupStep_Migrate.inc:1050 plugins/admin/users/user-list.xml:89 -#: plugins/admin/groups/group-list.xml:73 -#: plugins/admin/departments/dep-list.xml:98 plugins/admin/acl/acl-list.xml:76 -#: plugins/admin/ogroups/ogroup-list.xml:73 -msgid "Create" -msgstr "Creare" - -#: setup/class_setupStep_Migrate.inc:1038 -#: plugins/personal/generic/class_user.inc:1675 -#: plugins/admin/users/class_userManagement.inc:25 include/class_acl.inc:238 -msgid "Users" -msgstr "Utenti" - -#: setup/class_setupStep_Migrate.inc:1041 -#: plugins/admin/groups/class_groupManagement.inc:25 -#: plugins/admin/groups/class_group.inc:1018 include/class_acl.inc:238 -msgid "Groups" -msgstr "Gruppi di utenti" - -#: setup/class_setupStep_Migrate.inc:1049 -msgid "There is no GOsa administrator account inside your LDAP." -msgstr "" - -#: setup/class_setupStep_Migrate.inc:1118 -#, php-format -msgid "Cannot add ACL for user '%s':" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:1156 -#: setup/class_setupStep_Migrate.inc:1166 -#, fuzzy -msgid "Input error" -msgstr "Errore PHP" - -#: setup/class_setupStep_Migrate.inc:1156 -msgid "Uid" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:1161 +#: setup/class_setupStep_Migrate.inc:420 #, fuzzy msgid "Password error" msgstr "La password spira il" -#: setup/class_setupStep_Migrate.inc:1161 +#: setup/class_setupStep_Migrate.inc:420 #, fuzzy msgid "Provided passwords do not match!" msgstr "Le password nuova e ripetuta non corrispondono" -#: setup/class_setupStep_Migrate.inc:1166 +#: setup/class_setupStep_Migrate.inc:425 #, fuzzy msgid "Specify a valid user ID!" msgstr "Prego inserire un numero di telefono valido!" -#: setup/class_setupStep_Migrate.inc:1199 setup/setup_checks.tpl:30 -#: setup/setup_checks.tpl:91 ihtml/themes/default/msg_dialog.tpl:57 -#: ihtml/themes/default/msg_dialog.tpl:104 -#: plugins/personal/generic/class_user.inc:297 -#: plugins/personal/generic/class_user.inc:429 -#: plugins/personal/generic/class_user.inc:522 -#: plugins/personal/generic/class_user.inc:816 -#: plugins/personal/generic/class_user.inc:1205 -#: plugins/personal/generic/class_user.inc:1212 -#: plugins/personal/generic/class_user.inc:1230 -#: plugins/personal/generic/class_user.inc:1500 -#: plugins/personal/generic/class_user.inc:1787 -#: plugins/personal/myaccount/main.inc:112 -#: plugins/admin/groups/class_group.inc:419 -#: plugins/admin/groups/class_group.inc:425 -#: plugins/admin/groups/class_group.inc:634 -#: plugins/admin/groups/class_group.inc:730 -#: plugins/admin/groups/class_group.inc:735 -#: plugins/admin/groups/class_group.inc:1060 -#: plugins/admin/departments/class_department.inc:317 -#: plugins/admin/acl/class_aclRole.inc:672 -#: plugins/admin/ogroups/class_ogroup.inc:368 +#: setup/class_setupStep_Migrate.inc:450 setup/setup_checks.tpl:25 +#: setup/setup_checks.tpl:66 plugins/personal/generic/class_user.inc:297 +#: plugins/personal/generic/class_user.inc:428 +#: plugins/personal/generic/class_user.inc:521 +#: plugins/personal/generic/class_user.inc:814 +#: plugins/personal/generic/class_user.inc:1203 +#: plugins/personal/generic/class_user.inc:1210 +#: plugins/personal/generic/class_user.inc:1228 +#: plugins/personal/generic/class_user.inc:1498 +#: plugins/personal/generic/class_user.inc:1821 +#: plugins/personal/myaccount/main.inc:125 +#: plugins/admin/groups/class_group.inc:463 +#: plugins/admin/groups/class_group.inc:469 +#: plugins/admin/groups/class_group.inc:637 +#: plugins/admin/groups/class_group.inc:733 +#: plugins/admin/groups/class_group.inc:738 +#: plugins/admin/groups/class_group.inc:1076 +#: plugins/admin/departments/class_department.inc:319 +#: plugins/admin/acl/class_aclRole.inc:667 +#: plugins/admin/ogroups/class_ogroup.inc:393 +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:203 +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:207 #: include/class_CopyPasteHandler.inc:118 #: include/class_CopyPasteHandler.inc:127 #: include/class_CopyPasteHandler.inc:159 @@ -1093,341 +783,102 @@ msgstr "Prego inserire un numero di telefono valido!" #: include/class_CopyPasteHandler.inc:185 #: include/class_CopyPasteHandler.inc:193 #: include/class_CopyPasteHandler.inc:273 -#: include/class_CopyPasteHandler.inc:375 include/functions.inc:3399 -#: include/functions.inc:3413 include/functions.inc:3443 -#: include/functions.inc:3451 include/functions.inc:3463 -#: include/functions.inc:3467 include/functions.inc:3482 -#: include/functions.inc:3491 include/functions.inc:3551 -#: include/password-methods/class_password-methods.inc:250 -#: include/class_msg_dialog.inc:99 include/utils/class_msgPool.inc:154 -#: include/utils/class_msgPool.inc:166 include/utils/class_msgPool.inc:184 -#: include/utils/class_msgPool.inc:457 include/utils/class_msgPool.inc:478 -#: include/utils/class_msgPool.inc:497 include/utils/class_xml.inc:40 -#: include/class_tabs.inc:56 include/class_listing.inc:495 -#: include/class_gosaSupportDaemon.inc:1184 -#: include/class_gosaSupportDaemon.inc:1204 include/class_management.inc:480 -#: include/class_management.inc:616 include/class_management.inc:970 -#: include/class_plugin.inc:1486 include/class_plugin.inc:2080 -#: html/index.php:236 html/index.php:240 +#: include/class_CopyPasteHandler.inc:377 include/functions.inc:3051 +#: include/functions.inc:3357 include/functions.inc:3371 +#: include/functions.inc:3401 include/functions.inc:3409 +#: include/functions.inc:3421 include/functions.inc:3425 +#: include/functions.inc:3440 include/functions.inc:3449 +#: include/functions.inc:3509 +#: include/password-methods/class_password-methods.inc:277 +#: include/class_msg_dialog.inc:99 include/utils/class_msgPool.inc:137 +#: include/utils/class_msgPool.inc:149 include/utils/class_msgPool.inc:167 +#: include/utils/class_msgPool.inc:440 include/utils/class_msgPool.inc:461 +#: include/utils/class_xml.inc:40 include/class_tabs.inc:56 +#: include/class_listing.inc:536 include/class_gosaSupportDaemon.inc:1184 +#: include/class_gosaSupportDaemon.inc:1204 include/class_management.inc:483 +#: include/class_management.inc:644 include/class_plugin.inc:1592 +#: html/index.php:241 html/index.php:245 #, php-format msgid "Error" msgstr "" -#: setup/class_setupStep_Migrate.inc:1199 +#: setup/class_setupStep_Migrate.inc:450 #, php-format msgid "Adding an administrative user failed: object '%s' already exists!" msgstr "" -#: setup/class_setupStep_Migrate.inc:1210 -#: setup/class_setupStep_Migrate.inc:1238 -#: setup/class_setupStep_Migrate.inc:1287 -#: setup/class_setupStep_Migrate.inc:1336 -#: setup/class_setupStep_Migrate.inc:2141 -#: setup/class_setupStep_Migrate.inc:2438 -#: setup/class_setupStep_Migrate.inc:2442 -#: setup/class_setupStep_Migrate.inc:2632 -#: setup/class_setupStep_Migrate.inc:2652 -#: setup/class_setupStep_Migrate.inc:2769 -#: setup/class_setupStep_Migrate.inc:3116 -#: setup/class_setupStep_Migrate.inc:3130 -#: plugins/personal/generic/class_user.inc:730 -#: plugins/personal/generic/class_user.inc:1127 +#: setup/class_setupStep_Migrate.inc:461 setup/class_setupStep_Migrate.inc:814 +#: plugins/generic/references/class_reference.inc:97 +#: plugins/personal/generic/class_user.inc:729 +#: plugins/personal/generic/class_user.inc:1125 #: plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc:253 -#: plugins/personal/posix/class_posixAccount.inc:533 -#: plugins/personal/posix/class_posixAccount.inc:820 -#: plugins/admin/groups/class_group.inc:577 +#: plugins/personal/posix/class_posixAccount.inc:528 +#: plugins/personal/posix/class_posixAccount.inc:790 +#: plugins/admin/groups/class_group.inc:580 #: plugins/admin/groups/class_group.inc:856 -#: plugins/admin/departments/class_department.inc:285 -#: plugins/admin/departments/class_department.inc:482 -#: plugins/admin/departments/class_department.inc:753 -#: plugins/admin/departments/class_department.inc:784 -#: plugins/admin/acl/class_aclRole.inc:604 -#: plugins/admin/acl/class_aclRole.inc:644 -#: plugins/admin/acl/class_aclRole.inc:658 -#: plugins/admin/ogroups/class_ogroup.inc:757 -#: plugins/admin/ogroups/class_ogroup.inc:774 include/class_config.inc:325 -#: include/functions.inc:476 include/functions.inc:511 -#: include/functions.inc:519 include/functions.inc:565 -#: include/functions.inc:817 include/functions.inc:866 -#: include/functions.inc:923 include/functions.inc:976 -#: include/functions.inc:3052 include/functions.inc:3325 -#: include/class_SnapshotHandler.inc:124 include/class_SnapshotHandler.inc:281 -#: include/class_SnapshotHandler.inc:329 include/class_SnapshotHandler.inc:333 -#: include/class_SnapshotHandler.inc:348 include/class_SnapshotHandler.inc:383 -#: include/class_SnapshotHandler.inc:438 include/class_SnapshotHandler.inc:503 -#: include/class_SnapshotHandler.inc:518 include/class_acl.inc:1247 -#: include/class_acl.inc:1343 include/class_ldap.inc:756 -#: include/class_ldap.inc:1222 include/class_plugin.inc:1163 -#: include/class_plugin.inc:1212 include/class_plugin.inc:1216 -#: include/class_plugin.inc:1232 include/class_plugin.inc:1272 -#: include/class_plugin.inc:1330 include/class_plugin.inc:1396 -#: include/class_plugin.inc:1411 include/class_userFilter.inc:275 -#: html/index.php:266 html/index.php:277 html/index.php:290 +#: plugins/admin/departments/class_department.inc:287 +#: plugins/admin/departments/class_department.inc:484 +#: plugins/admin/departments/class_department.inc:761 +#: plugins/admin/departments/class_department.inc:792 +#: plugins/admin/acl/class_aclRole.inc:599 +#: plugins/admin/acl/class_aclRole.inc:639 +#: plugins/admin/acl/class_aclRole.inc:653 +#: plugins/admin/ogroups/class_ogroup.inc:742 +#: plugins/admin/ogroups/class_ogroup.inc:759 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:191 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:256 +#: include/class_config.inc:337 include/functions.inc:488 +#: include/functions.inc:523 include/functions.inc:531 +#: include/functions.inc:577 include/functions.inc:829 +#: include/functions.inc:878 include/functions.inc:935 +#: include/functions.inc:985 include/functions.inc:3002 +#: include/functions.inc:3283 include/class_SnapshotHandler.inc:123 +#: include/class_SnapshotHandler.inc:280 include/class_SnapshotHandler.inc:329 +#: include/class_SnapshotHandler.inc:333 include/class_SnapshotHandler.inc:346 +#: include/class_SnapshotHandler.inc:380 include/class_SnapshotHandler.inc:435 +#: include/class_SnapshotHandler.inc:500 include/class_SnapshotHandler.inc:515 +#: include/class_acl.inc:1250 include/class_acl.inc:1346 +#: include/class_ldap.inc:756 include/class_ldap.inc:1173 +#: include/class_userFilter.inc:275 html/index.php:271 #, fuzzy msgid "LDAP error" msgstr "Errore LDAP" -#: setup/class_setupStep_Migrate.inc:1238 -#: setup/class_setupStep_Migrate.inc:1287 -#: setup/class_setupStep_Migrate.inc:1336 -#, fuzzy -msgid "Cannot move users to the requested department!" -msgstr "Mostra utenti del dipartimento" - -#: setup/class_setupStep_Migrate.inc:1248 -msgid "Winstation will be moved from" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:1248 -#: setup/class_setupStep_Migrate.inc:1298 -#: setup/class_setupStep_Migrate.inc:1346 include/class_plugin.inc:1691 -#, fuzzy -msgid "to" -msgstr "Rapporto" - -#: setup/class_setupStep_Migrate.inc:1259 -#: setup/class_setupStep_Migrate.inc:1308 -msgid "Updating following references too" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:1298 -msgid "Group will be moved from" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:1346 -msgid "User will be moved from" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:1356 -msgid "The following references will be updated" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:1989 +#: setup/class_setupStep_Migrate.inc:662 msgid "" "The LDAP root object is missing. It is required to use your LDAP service." msgstr "" -#: setup/class_setupStep_Migrate.inc:1990 -#: setup/class_setupStep_Migrate.inc:2003 +#: setup/class_setupStep_Migrate.inc:663 setup/class_setupStep_Migrate.inc:676 #, fuzzy msgid "Try to create root object" msgstr "Gruppo di oggetti" -#: setup/class_setupStep_Migrate.inc:2002 +#: setup/class_setupStep_Migrate.inc:675 msgid "Root object couldn't be created, you should try it on your own." msgstr "" -#: setup/class_setupStep_Migrate.inc:2057 +#: setup/class_setupStep_Migrate.inc:730 #, fuzzy, php-format msgid "Missing GOsa object class '%s'!" msgstr "Lista dei dipartimenti" -#: setup/class_setupStep_Migrate.inc:2058 +#: setup/class_setupStep_Migrate.inc:731 msgid "Please check your installation." msgstr "" -#: setup/class_setupStep_Migrate.inc:2079 +#: setup/class_setupStep_Migrate.inc:752 #, php-format msgid "" "Cannot handle the structural object type of your root object. Please try to " "add the object class '%s' manually." msgstr "" -#: setup/class_setupStep_Migrate.inc:2438 -#, php-format -msgid "Copy '%s' to '%s' failed:" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:2573 -#, php-format -msgid "There are %s devices that need to be migrated." -msgstr "" - -#: setup/class_setupStep_Migrate.inc:2633 -#, php-format -msgid "Adding '%s' to the LDAP failed: %s" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:2653 -#: setup/class_setupStep_Migrate.inc:2770 -#, fuzzy, php-format -msgid "Updating '%s' failed: %s" -msgstr "Utenti di Dominio" - -#: setup/class_setupStep_Migrate.inc:2726 -#, php-format -msgid "There are %s services that need to be migrated." -msgstr "" - -#: setup/class_setupStep_Migrate.inc:2867 -#: plugins/personal/generic/generic.tpl:255 -#: plugins/personal/generic/generic.tpl:275 -#: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:83 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:123 -#: include/utils/class_msgPool.inc:336 -#, php-format -msgid "Add" -msgstr "Aggiungi" - -#: setup/class_setupStep_Migrate.inc:2868 -#: plugins/personal/generic/generic_certs.tpl:22 -#: plugins/personal/generic/generic_certs.tpl:48 -#: plugins/personal/generic/generic_certs.tpl:74 -#: plugins/admin/users/user-list.xml:121 -#: plugins/admin/groups/group-list.xml:98 -#: plugins/admin/departments/dep-list.xml:160 -#: plugins/admin/departments/dep-list.xml:181 -#: plugins/admin/acl/acl-list.xml:95 plugins/admin/acl/acl-list.xml:144 -#: plugins/admin/ogroups/ogroup-list.xml:98 -msgid "Remove" -msgstr "Rimuovi" - -#: setup/class_setupStep_Migrate.inc:3057 -#, php-format -msgid "There are %s application menus which have to be migrated." -msgstr "" - -#: setup/setup_config1.tpl:2 -msgid "Look and feel" -msgstr "" - -#: setup/setup_config1.tpl:6 -#, fuzzy -msgid "Theme" -msgstr "Cellulare" - -#: setup/setup_config1.tpl:15 -#, fuzzy -msgid "Apache" -msgstr "Annulla" - -#: setup/setup_config1.tpl:19 -msgid "Compress output send to browser" -msgstr "" - -#: setup/setup_config1.tpl:27 -#, fuzzy -msgid "People and group storage" -msgstr "Ou delle persone" - -#: setup/setup_config1.tpl:30 -#, fuzzy -msgid "People DN attribute" -msgstr "Attributo DN delle persone" - -#: setup/setup_config1.tpl:41 -#, fuzzy -msgid "People storage subtree" -msgstr "Ou delle persone" - -#: setup/setup_config1.tpl:50 -#, fuzzy -msgid "Group storage subtree" -msgstr "Ou dei gruppi" - -#: setup/setup_config1.tpl:59 -msgid "Include personal title in user DN" -msgstr "" - -#: setup/setup_config1.tpl:70 -msgid "Relaxed naming policies" -msgstr "" - -#: setup/setup_config1.tpl:81 -#, fuzzy -msgid "Automatic UIDs" -msgstr "automatico" - -#: setup/setup_config1.tpl:97 setup/class_setupStep_Config1.inc:118 -msgid "GID / UID min id" -msgstr "" - -#: setup/setup_config1.tpl:113 -#, fuzzy -msgid "Number base for people/groups" -msgstr "UID di base per utenti/gruppi" - -#: setup/setup_config1.tpl:121 -msgid "Hook for number base" -msgstr "" - -#: setup/setup_config1.tpl:136 plugins/personal/password/main.inc:57 -#, fuzzy -msgid "Password settings" -msgstr "Opzioni di posta dell'identità" - -#: setup/setup_config1.tpl:140 -#, fuzzy -msgid "Password encryption algorithm" -msgstr "Algoritmo di criptaggio" - -#: setup/setup_config1.tpl:151 -#, fuzzy -msgid "Password restrictions" -msgstr "La password spira il" - -#: setup/setup_config1.tpl:158 setup/setup_config1.tpl:162 -msgid "Password minimum length" -msgstr "" - -#: setup/setup_config1.tpl:169 setup/setup_config1.tpl:173 -msgid "Different characters from old password" -msgstr "" - -#: setup/setup_config1.tpl:182 -#, fuzzy -msgid "Password change hook" -msgstr "Cambia la password" - -#: setup/setup_config1.tpl:198 -msgid "Use SASL for kerberos" -msgstr "" - -#: setup/setup_config1.tpl:209 -#, fuzzy -msgid "Use account expiration" -msgstr "L'account spira dopo" - -#: setup/setup_config1.tpl:221 -msgid "" -"GOsa supports several encryption types for your passwords. Normally this is " -"adjustable via user templates, but you can specify a default method to be " -"used here, too." -msgstr "" -"GOsa supporta numerosi algoritmi di criptaggio per le password. Imposta " -"quello di default." - -#: setup/setup_config1.tpl:222 +#: setup/class_setupStep_Migrate.inc:804 setup/setup_migrate.tpl:32 +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:181 #, fuzzy -msgid "" -"GOsa always acts as admin and manages access rights internally. This is a " -"workaround till OpenLDAP's in directory ACI's are fully implemented. For " -"this to work, we need the admin DN and the corresponding password." -msgstr "" -"GOsa agisce sul DIT tramite l'utente di amministrazione e possiede uno " -"schema di permessi interno. Questo è un workaround finché non sarà " -"completato il supportp per le ACL all'interno del DIT in OpenLDAP." - -#: setup/setup_config1.tpl:223 -msgid "" -"Some basic LDAP parameters are tunable and affect the locations where GOsa " -"saves people and groups, including the way accounts get created. Check the " -"values below if the fit your needs." -msgstr "" -"Alcuni parametri di LDAP sono selezionabili e influenzano il posto in cui " -"GOsa salva le identità e i gruppi. Controlla che i valori riportati " -"corrispondano alle impostaioni del tuo DIT." - -#: setup/setup_config1.tpl:224 -#, fuzzy -msgid "" -"GOsa has modular support for several mail methods. These methods provide " -"interfaces to users mailboxes and general handling for quotas. You can " -"choose the dummy plugin to leave all your mail settings untouched." -msgstr "" -"GOsa supporta numerosi metodi per amministrare la posta. Questi metodi " -"possiedono interfacce per impostare opzioni come ad esempio la quota. Puoi " -"impostare il metodo 'dummy' per mantenere tutte le impostazioni." +msgid "Migrate" +msgstr "Creare" #: setup/class_setupStep_License.inc:56 setup/class_setupStep_License.inc:57 msgid "License" @@ -1437,63 +888,76 @@ msgstr "" msgid "Terms and conditions for usage" msgstr "" -#: setup/class_setupStep_Checks.inc:38 setup/class_setupStep_Checks.inc:39 +#: setup/class_setupStep_Checks.inc:40 setup/class_setupStep_Checks.inc:41 msgid "Installation check" msgstr "" -#: setup/class_setupStep_Checks.inc:40 +#: setup/class_setupStep_Checks.inc:42 msgid "Basic checks for PHP compatibility and extensions" msgstr "" -#: setup/class_setupStep_Checks.inc:64 +#: setup/class_setupStep_Checks.inc:66 #, fuzzy msgid "Checking PHP version" msgstr "Controllo della versione di PHP (>=4.1.0)" -#: setup/class_setupStep_Checks.inc:65 +#: setup/class_setupStep_Checks.inc:67 #, fuzzy, php-format msgid "PHP must be of version %s or above." msgstr "PHP deve essere la versione 4.1.0 o superiore." -#: setup/class_setupStep_Checks.inc:66 +#: setup/class_setupStep_Checks.inc:68 msgid "Please upgrade to a supported version." msgstr "" -#: setup/class_setupStep_Checks.inc:73 +#: setup/class_setupStep_Checks.inc:75 msgid "GOsa requires this module to talk with your LDAP server." msgstr "" -#: setup/class_setupStep_Checks.inc:81 +#: setup/class_setupStep_Checks.inc:83 msgid "GOsa requires this module for an internationalized interface." msgstr "" -#: setup/class_setupStep_Checks.inc:89 +#: setup/class_setupStep_Checks.inc:91 msgid "GOsa requires this module for the samba integration." msgstr "" -#: setup/class_setupStep_Checks.inc:97 -msgid "GOsa requires this module to make use of SSHA encryption." +#: setup/class_setupStep_Checks.inc:99 +msgid "" +"GOsa requires either 'mhash' or the 'sha1' module to make use of SSHA " +"encryption." msgstr "" -#: setup/class_setupStep_Checks.inc:105 +#: setup/class_setupStep_Checks.inc:107 msgid "GOsa requires this module to talk to an IMAP server." msgstr "" -#: setup/class_setupStep_Checks.inc:112 +#: setup/class_setupStep_Checks.inc:114 #, fuzzy msgid "mbstring" msgstr "Impostazioni Samba" -#: setup/class_setupStep_Checks.inc:113 +#: setup/class_setupStep_Checks.inc:115 msgid "GOsa requires this module to handle unicode strings." msgstr "" -#: setup/class_setupStep_Checks.inc:120 +#: setup/class_setupStep_Checks.inc:122 +msgid "Calendar" +msgstr "" + +#: setup/class_setupStep_Checks.inc:123 +#, fuzzy +msgid "GOsa requires this module to calculate dates." +msgstr "" +"Queso modulo serve a leggere i report di GOfax dal database.GOsa funziona " +"correttamente anche senza." + +#: setup/class_setupStep_Checks.inc:130 #, fuzzy msgid "MySQL" msgstr "Errore LDAP" -#: setup/class_setupStep_Checks.inc:121 +#: setup/class_setupStep_Checks.inc:131 #, fuzzy msgid "" "GOsa requires this module to communicate with several supported databases." @@ -1501,37 +965,37 @@ msgstr "" "Queso modulo serve a leggere i report di GOfax dal database.GOsa funziona " "correttamente anche senza." -#: setup/class_setupStep_Checks.inc:138 +#: setup/class_setupStep_Checks.inc:148 msgid "samba hash generator" msgstr "" -#: setup/class_setupStep_Checks.inc:139 +#: setup/class_setupStep_Checks.inc:149 msgid "GOsa requires this command to synchronize POSIX and samba passwords." msgstr "" -#: setup/class_setupStep_Checks.inc:140 +#: setup/class_setupStep_Checks.inc:150 msgid "" "Deploy a gosa-si installation or install the perl Crypt::SmbHash modules." msgstr "" -#: setup/class_setupStep_Checks.inc:153 +#: setup/class_setupStep_Checks.inc:163 msgid "imagick" msgstr "" -#: setup/class_setupStep_Checks.inc:154 +#: setup/class_setupStep_Checks.inc:164 msgid "GOsa requires this extension to handle images." msgstr "" -#: setup/class_setupStep_Checks.inc:169 +#: setup/class_setupStep_Checks.inc:179 #, fuzzy msgid "compression module" msgstr "Opzioni di accesso" -#: setup/class_setupStep_Checks.inc:170 +#: setup/class_setupStep_Checks.inc:180 msgid "GOsa requires this extension to handle snapshots." msgstr "" -#: setup/class_setupStep_Checks.inc:181 +#: setup/class_setupStep_Checks.inc:191 #, fuzzy msgid "" "register_globals is a PHP mechanism to register all global variables to be " @@ -1541,22 +1005,22 @@ msgstr "" "register_globals è un meccanismo PHP che può comportare maggiori rischi per " "la sicurezza. GOsa funziona in entrambe le modalità" -#: setup/class_setupStep_Checks.inc:182 +#: setup/class_setupStep_Checks.inc:192 #, fuzzy msgid "Search for 'register_globals' in your php.ini and switch it to 'Off'." msgstr "Controllo se register_globals e impostato su 'off'" -#: setup/class_setupStep_Checks.inc:190 +#: setup/class_setupStep_Checks.inc:200 msgid "PHP uses this value for the garbage collector to delete old sessions." msgstr "" -#: setup/class_setupStep_Checks.inc:191 +#: setup/class_setupStep_Checks.inc:201 msgid "" "Setting this value to one day will prevent loosing session and cookies " "before they really timeout." msgstr "" -#: setup/class_setupStep_Checks.inc:192 +#: setup/class_setupStep_Checks.inc:202 #, fuzzy msgid "" "Search for 'session.gc_maxlifetime' in your php.ini and set it to 86400 or " @@ -1565,12 +1029,12 @@ msgstr "" "Per non avere problemi con GOsa è necessario impostare l'opzione session." "auto_register su 'off' nel file php.ini" -#: setup/class_setupStep_Checks.inc:199 setup/class_setupStep_Checks.inc:215 -#: setup/class_setupStep_Checks.inc:231 setup/class_setupStep_Checks.inc:247 +#: setup/class_setupStep_Checks.inc:209 setup/class_setupStep_Checks.inc:225 +#: setup/class_setupStep_Checks.inc:241 setup/class_setupStep_Checks.inc:257 msgid "Off" msgstr "" -#: setup/class_setupStep_Checks.inc:200 +#: setup/class_setupStep_Checks.inc:210 #, fuzzy msgid "" "In Order to use GOsa without any trouble, the session.auto_register option " @@ -1579,14 +1043,14 @@ msgstr "" "Per non avere problemi con GOsa è necessario impostare l'opzione session." "auto_register su 'off' nel file php.ini" -#: setup/class_setupStep_Checks.inc:201 +#: setup/class_setupStep_Checks.inc:211 #, fuzzy msgid "Search for 'session.auto_start' in your php.ini and set it to 'Off'." msgstr "" "Per non avere problemi con GOsa è necessario impostare l'opzione session." "auto_register su 'off' nel file php.ini" -#: setup/class_setupStep_Checks.inc:208 +#: setup/class_setupStep_Checks.inc:218 #, fuzzy msgid "" "GOsa needs at least 32MB of memory. Setting it below this limit may cause " @@ -1595,12 +1059,12 @@ msgstr "" "Per non avere problemi con GOsa è necessario impostare l'opzione " "memory_limit a 16MB o più nel file php.ini" -#: setup/class_setupStep_Checks.inc:209 +#: setup/class_setupStep_Checks.inc:219 msgid "" "Search for 'memory_limit' in your php.ini and set it to '32M' or higher." msgstr "" -#: setup/class_setupStep_Checks.inc:216 +#: setup/class_setupStep_Checks.inc:226 #, fuzzy msgid "" "This option influences the PHP output handling. Turn this Option off, to " @@ -1609,23 +1073,23 @@ msgstr "" "Per motivi di performance è consigliato di impostare l'opzione " "implicit_flush su 'off' nel file php.ini." -#: setup/class_setupStep_Checks.inc:217 +#: setup/class_setupStep_Checks.inc:227 msgid "Search for 'implicit_flush' in your php.ini and set it to 'Off'." msgstr "" -#: setup/class_setupStep_Checks.inc:224 +#: setup/class_setupStep_Checks.inc:234 #, fuzzy msgid "The Execution time should be at least 30 seconds." msgstr "" "Per non avere problemi con GOsa è necessario impostare l'opzione " "max_execution_time a 30 secondi o più nel file php.ini" -#: setup/class_setupStep_Checks.inc:225 +#: setup/class_setupStep_Checks.inc:235 msgid "" "Search for 'max_execution_time' in your php.ini and set it to '30' or higher." msgstr "" -#: setup/class_setupStep_Checks.inc:232 +#: setup/class_setupStep_Checks.inc:242 #, fuzzy msgid "" "Increase the server security by setting expose_php to 'off'. PHP won't send " @@ -1634,16 +1098,16 @@ msgstr "" "Per motivi di sicurezza è consigliato di impostare l'opzione expose_php su " "'off' nel file php.ini." -#: setup/class_setupStep_Checks.inc:233 +#: setup/class_setupStep_Checks.inc:243 msgid "Search for 'expose_php' in your php.ini and set if to 'Off'." msgstr "" -#: setup/class_setupStep_Checks.inc:239 +#: setup/class_setupStep_Checks.inc:249 #, fuzzy msgid "On" msgstr "Opzioni" -#: setup/class_setupStep_Checks.inc:240 +#: setup/class_setupStep_Checks.inc:250 msgid "" "Increase your server security by setting magic_quotes_gpc to 'on'. PHP will " "escape all quotes in strings in this case." @@ -1651,19 +1115,19 @@ msgstr "" "Per motivi di sicurezza è consigliato di impostare l'opzione " "magic_quotes_gpc su 'on' nel file php.ini." -#: setup/class_setupStep_Checks.inc:241 +#: setup/class_setupStep_Checks.inc:251 #, fuzzy msgid "Search for 'magic_quotes_gpc' in your php.ini and set it to 'On'." msgstr "Controllo se register_globals e impostato su 'off'" -#: setup/class_setupStep_Checks.inc:248 +#: setup/class_setupStep_Checks.inc:258 #, fuzzy msgid "Increase your server performance by setting magic_quotes_gpc to 'off'." msgstr "" "Per motivi di sicurezza è consigliato di impostare l'opzione " "magic_quotes_gpc su 'on' nel file php.ini." -#: setup/class_setupStep_Checks.inc:249 +#: setup/class_setupStep_Checks.inc:259 #, fuzzy msgid "" "Search for 'zend.ze1_compatibility_mode' in your php.ini and set it to 'Off'." @@ -1671,17 +1135,17 @@ msgstr "" "Per non avere problemi con GOsa è necessario impostare l'opzione session." "auto_register su 'off' nel file php.ini" -#: setup/class_setupStep_Checks.inc:259 +#: setup/class_setupStep_Checks.inc:269 #, fuzzy msgid "Configuration writeable" msgstr "File di configurazione" -#: setup/class_setupStep_Checks.inc:260 +#: setup/class_setupStep_Checks.inc:270 #, fuzzy msgid "The configuration file can't be written" msgstr "File di configurazione" -#: setup/class_setupStep_Checks.inc:261 +#: setup/class_setupStep_Checks.inc:271 #, php-format msgid "" "GOsa reads its configuration from a file located in (%s/%s). The setup can " @@ -1698,460 +1162,188 @@ msgstr "Lingua" msgid "This step allows you to select your preferred language." msgstr "Lingua preferita" -#: setup/class_setupStep_Language.inc:47 +#: setup/class_setupStep_Language.inc:47 include/class_core.inc:180 #, fuzzy msgid "Automatic" msgstr "automatico" -#: setup/setup_config3.tpl:2 +#: setup/setup_migrate.tpl:2 +msgid "" +"During the LDAP inspection, we're going to check for several common pitfalls " +"that may occur when migration to GOsa base LDAP administration. You may want " +"to fix the problems below, in order to provide smooth services." +msgstr "" + +#: setup/setup_migrate.tpl:5 +#, fuzzy +msgid "Checks" +msgstr "Stato" + +#: setup/setup_migrate.tpl:22 #, fuzzy -msgid "GOsa core settings" -msgstr "Opzioni di posta dell'identità" +msgid "Add required object classes to the LDAP base" +msgstr "Lista dei dipartimenti" -#: setup/setup_config3.tpl:6 +#: setup/setup_migrate.tpl:24 #, fuzzy -msgid "Enable primary group filter" -msgstr "Mostra gruppi di utenti" +msgid "Current" +msgstr "Password attuale" -#: setup/setup_config3.tpl:18 +#: setup/setup_migrate.tpl:28 #, fuzzy -msgid "Display summary in listings" -msgstr "Mosra gruppi corrispondenti a" +msgid "After migration" +msgstr "Amministrazione utenti" -#: setup/setup_config3.tpl:30 +#: setup/setup_migrate.tpl:35 #, fuzzy -msgid "Honour administrative units" -msgstr "Amministrazione dei gruppi di utenti" +msgid "Close" +msgstr "Scegli" -#: setup/setup_config3.tpl:42 +#: setup/setup_migrate.tpl:40 #, fuzzy -msgid "Smarty compile directory" -msgstr "Home directory" +msgid "Create a new GOsa administrator account" +msgstr "Crea estensioni di posta" + +#: setup/setup_migrate.tpl:41 +msgid "" +"This dialog will automatically add a new super administrator to your LDAP " +"tree." +msgstr "" -#: setup/setup_config3.tpl:51 -msgid "SNMP community" +#: setup/setup_migrate.tpl:49 +#: plugins/personal/posix/class_posixAccount.inc:1308 +msgid "User ID" msgstr "" -#: setup/setup_config3.tpl:60 +#: setup/setup_migrate.tpl:53 ihtml/themes/default/login.tpl:47 +#: plugins/personal/generic/paste_generic.tpl:21 +msgid "Password" +msgstr "Password" + +#: setup/setup_migrate.tpl:57 #, fuzzy -msgid "Path for PPD storage" +msgid "Password (again)" msgstr "Algorimo password" -#: setup/setup_config3.tpl:77 +#: setup/class_setupStep_Welcome.inc:38 #, fuzzy -msgid "Path for kiosk profile storage" -msgstr "Opzioni di posta dell'identità" - -#: setup/setup_config3.tpl:96 -msgid "SUDO role base" -msgstr "" +msgid "Welcome" +msgstr "Benvenuto %s!" -#: setup/setup_config3.tpl:115 +#: setup/class_setupStep_Welcome.inc:39 #, fuzzy -msgid "Mail queue script" -msgstr "Script path" +msgid "The welcome message" +msgstr "Elimina questo record" -#: setup/setup_config3.tpl:134 +#: setup/class_setupStep_Welcome.inc:40 #, fuzzy -msgid "Notification script" -msgstr "Non ci sono certificati installati" +msgid "Welcome to the GOsa setup assistent" +msgstr "Benvenuto nel setup di GOsa!" -#: setup/setup_config3.tpl:153 -msgid "Enable edit locking" -msgstr "" +#: setup/setup_language.tpl:3 +#, fuzzy +msgid "Please select the preferred language" +msgstr "Lingua preferita" -#: setup/setup_config3.tpl:174 -msgid "Gosa support daemon" +#: setup/setup_language.tpl:5 +msgid "" +"At this point, you can select the site wide default language. Choosing " +"'automatic' will use the language requested by the browser. This setting can " +"be overriden per user." msgstr "" -#: setup/setup_config3.tpl:193 +#: setup/setup_language.tpl:9 #, fuzzy -msgid "Daemon timeout" -msgstr "Dominio" +msgid "Please select your preferred language here" +msgstr "Lingua preferita" -#: setup/setup_config3.tpl:207 -msgid "Login and session" +#: setup/setup_checks.tpl:2 +msgid "" +"This step checks if your PHP server has all required modules and " +"configuration settings." msgstr "" -#: setup/setup_config3.tpl:210 +#: setup/setup_checks.tpl:5 #, fuzzy -msgid "Login attribute" -msgstr "Attributo DN delle persone" +msgid "Inspection" +msgstr "Ispezione della configurazione PHP" + +#: setup/setup_checks.tpl:8 +msgid "PHP module and extension checks" +msgstr "" -#: setup/setup_config3.tpl:221 -msgid "Enforce register_globals to be deactivated" +#: setup/setup_checks.tpl:10 +msgid "Basic checks" msgstr "" -#: setup/setup_config3.tpl:233 -msgid "Enforce encrypted connections" +#: setup/setup_checks.tpl:27 setup/setup_checks.tpl:68 +#: plugins/personal/posix/class_posixAccount.inc:650 +#: plugins/personal/posix/class_posixAccount.inc:773 +#: plugins/admin/groups/class_group.inc:832 +#: plugins/admin/departments/dep_move_confirm.tpl:2 include/functions.inc:2640 +#: include/functions.inc:2644 include/functions.inc:2650 +#: include/functions.inc:2674 include/utils/class_xml.inc:37 +#: include/class_tabs.inc:249 include/class_configRegistry.inc:655 +#: include/class_configRegistry.inc:670 include/class_configRegistry.inc:685 +#: include/class_configRegistry.inc:700 include/class_configRegistry.inc:716 +#: include/class_configRegistry.inc:721 include/class_configRegistry.inc:738 +#: include/class_configRegistry.inc:743 include/class_configRegistry.inc:761 +#: include/class_configRegistry.inc:766 include/class_configRegistry.inc:782 +#: include/class_configRegistry.inc:797 include/class_configRegistry.inc:812 +#: html/password.php:316 +msgid "Warning" +msgstr "Attenzione" + +#: setup/setup_checks.tpl:38 setup/setup_checks.tpl:79 +msgid "GOsa will NOT run without fixing this." msgstr "" -#: setup/setup_config3.tpl:245 -msgid "Warn if session is not encrypted" +#: setup/setup_checks.tpl:40 setup/setup_checks.tpl:81 +msgid "GOsa will run without fixing this." msgstr "" -#: setup/setup_config3.tpl:257 -#, fuzzy -msgid "Remember dialog filter settings" -msgstr "Impostazioni generali delle code" - -#: setup/setup_config3.tpl:269 -#, fuzzy -msgid "Session lifetime" -msgstr "Rilevato un conflitto di sessione" - -#: setup/setup_config3.tpl:278 -msgid "Debugging" -msgstr "" - -#: setup/setup_config3.tpl:282 -#, fuzzy -msgid "Show PHP errors" -msgstr "Errore PHP" - -#: setup/setup_config3.tpl:294 -#, fuzzy -msgid "Maximum LDAP query time" -msgstr "Inoltra i messaggi a" - -#: setup/setup_config3.tpl:312 -msgid "Log LDAP statistics" -msgstr "" - -#: setup/setup_config3.tpl:324 -#, fuzzy -msgid "Debug level" -msgstr "Rimuovi" - -#: setup/setup_config3.tpl:329 setup/setup_config3.tpl:332 -#, fuzzy -msgid "Disabled" -msgstr "disabilitato" - -#: setup/setup_config3.tpl:330 setup/setup_config3.tpl:333 -#: ihtml/themes/modern/userFilterEditor.tpl:45 -#, fuzzy -msgid "Enabled" -msgstr "disabilitato" - -#: setup/setup_migrate.tpl:5 -msgid "" -"During the LDAP inspection, we're going to check for several common pitfalls " -"that may occur when migration to GOsa base LDAP administration. You may want " -"to fix the problems below, in order to provide smooth services." -msgstr "" - -#: setup/setup_migrate.tpl:33 -#, fuzzy -msgid "Check again" -msgstr "Continua" - -#: setup/setup_migrate.tpl:38 -#, fuzzy -msgid "Add required object classes to the LDAP base" -msgstr "Lista dei dipartimenti" - -#: setup/setup_migrate.tpl:40 setup/setup_migrate.tpl:259 -#: setup/setup_migrate.tpl:367 setup/setup_migrate.tpl:425 -#: setup/setup_migrate.tpl:484 setup/setup_migrate.tpl:532 -#: setup/setup_migrate.tpl:581 -#, fuzzy -msgid "Current" -msgstr "Password attuale" - -#: setup/setup_migrate.tpl:47 setup/setup_migrate.tpl:263 -#: setup/setup_migrate.tpl:374 setup/setup_migrate.tpl:432 -#: setup/setup_migrate.tpl:488 setup/setup_migrate.tpl:536 -#: setup/setup_migrate.tpl:585 -#, fuzzy -msgid "After migration" -msgstr "Amministrazione utenti" - -#: setup/setup_migrate.tpl:62 setup/setup_migrate.tpl:112 -#, fuzzy -msgid "Close" -msgstr "Scegli" - -#: setup/setup_migrate.tpl:68 -msgid "Move windows workstations into a valid windows workstation department" -msgstr "" - -#: setup/setup_migrate.tpl:70 -msgid "" -"This dialog allows you to move the displayed windows workstations into a " -"valid department" -msgstr "" - -#: setup/setup_migrate.tpl:72 -msgid "" -"Be careful with this tool, there may be references pointing to this " -"workstations that can't be migrated." -msgstr "" - -#: setup/setup_migrate.tpl:96 setup/setup_migrate.tpl:155 -#: setup/setup_migrate.tpl:211 setup/setup_migrate.tpl:391 -#: setup/setup_migrate.tpl:448 setup/setup_migrate.tpl:495 -#: setup/setup_migrate.tpl:543 setup/setup_migrate.tpl:592 -#: include/class_listing.inc:306 -#, fuzzy -msgid "Select all" -msgstr "Rimuovi" - -#: setup/setup_migrate.tpl:98 -msgid "Move selected windows workstations into the following GOsa department" -msgstr "" - -#: setup/setup_migrate.tpl:103 -#, fuzzy -msgid "Move selected workstations" -msgstr "Selezione le workstation da aggiungere" - -#: setup/setup_migrate.tpl:105 -msgid "What will be done here" -msgstr "" - -#: setup/setup_migrate.tpl:119 -msgid "Move groups into configured group tree" -msgstr "" - -#: setup/setup_migrate.tpl:122 -msgid "" -"This dialog allows moving a couple of groups to the configured group tree. " -"Doing this may straighten your LDAP service." -msgstr "" - -#: setup/setup_migrate.tpl:125 -msgid "" -"Be careful with this option! There may be references pointing to these " -"groups. The GOsa setup can't migrate references, so you may want to cancel " -"the migration in this case." -msgstr "" - -#: setup/setup_migrate.tpl:128 -msgid "Move selected groups into this group tree" -msgstr "" - -#: setup/setup_migrate.tpl:159 setup/setup_migrate.tpl:215 -#: setup/setup_migrate.tpl:269 setup/setup_migrate.tpl:395 -#: setup/setup_migrate.tpl:452 setup/setup_migrate.tpl:500 -#: setup/setup_migrate.tpl:548 setup/setup_migrate.tpl:597 -#, fuzzy -msgid "Hide changes" -msgstr "Open-Xchange" - -#: setup/setup_migrate.tpl:162 setup/setup_migrate.tpl:218 -#: setup/setup_migrate.tpl:251 setup/setup_migrate.tpl:398 -#: setup/setup_migrate.tpl:455 setup/setup_migrate.tpl:505 -#: setup/setup_migrate.tpl:553 setup/setup_migrate.tpl:602 -#, fuzzy -msgid "Show changes" -msgstr "Mostra telefoni" - -#: setup/setup_migrate.tpl:178 -msgid "Move users into configured user tree" -msgstr "" - -#: setup/setup_migrate.tpl:180 -msgid "" -"This dialog allows moving a couple of users to the configured user tree. " -"Doing this may straighten your LDAP service." -msgstr "" - -#: setup/setup_migrate.tpl:183 -msgid "" -"Be careful with this option! There may be references pointing to these " -"users. The GOsa setup can't migrate references, so you may want to cancel " -"the migration in this case." -msgstr "" - -#: setup/setup_migrate.tpl:186 -#, fuzzy -msgid "Move selected users into this people tree" -msgstr "Nuovo template" - -#: setup/setup_migrate.tpl:233 -#, fuzzy -msgid "Migrate GOsa 2.5 administrative accounts" -msgstr "Crea estensioni di posta" - -#: setup/setup_migrate.tpl:235 -msgid "" -"This dialog allows the migration of GOsa 2.5 admin accounts into GOsa 2.6 " -"useable accounts." -msgstr "" - -#: setup/setup_migrate.tpl:293 -msgid "Abort" -msgstr "" - -#: setup/setup_migrate.tpl:296 -#, fuzzy -msgid "Create a new GOsa administrator account" -msgstr "Crea estensioni di posta" - -#: setup/setup_migrate.tpl:299 -msgid "" -"This dialog will automatically add a new super administrator to your LDAP " -"tree." -msgstr "" - -#: setup/setup_migrate.tpl:312 -#: plugins/personal/posix/class_posixAccount.inc:1312 -msgid "User ID" -msgstr "" - -#: setup/setup_migrate.tpl:328 -#, fuzzy -msgid "Password (again)" -msgstr "Algorimo password" - -#: setup/setup_migrate.tpl:356 -msgid "" -"The listed departments are currently invisible in the GOsa user interface. " -"If you want to change this for a couple of entries, select them and use the " -"migrate button below." -msgstr "" - -#: setup/setup_migrate.tpl:357 setup/setup_migrate.tpl:416 -#: setup/setup_migrate.tpl:476 setup/setup_migrate.tpl:525 -#: setup/setup_migrate.tpl:574 -msgid "" -"If you want to know what will be done when migrating the selected entries, " -"use the 'Show changes' button to see the LDIF." -msgstr "" - -#: setup/setup_migrate.tpl:415 -msgid "" -"The listed users are currently invisible in the GOsa user interface. If you " -"want to change this for a couple of users, just select them and use the " -"'Migrate' button below." -msgstr "" - -#: setup/setup_migrate.tpl:475 -msgid "" -"The listed devices are currently invisible in the GOsa interface. If you " -"want to change this for a couple of devices, just select them and use the " -"'Migrate' button below." -msgstr "" - -#: setup/setup_migrate.tpl:502 setup/setup_migrate.tpl:550 -#: setup/setup_migrate.tpl:599 -#, fuzzy -msgid "Refresh" -msgstr "Riferimenti" - -#: setup/setup_migrate.tpl:524 -msgid "" -"The listed services are currently invalid for the GOsa version you are going " -"to install. If you want to update a couple of service, just select them and " -"use the 'Migrate' button below." -msgstr "" - -#: setup/setup_migrate.tpl:573 -msgid "" -"The listed menus are currently invisible in the GOsa interface. If you want " -"to change this for a couple of devices, just select them and use the " -"'Migrate' button below." -msgstr "" - -#: setup/setup_frame.tpl:12 -#, fuzzy -msgid "GOsa setup wizard" -msgstr "Opzioni di posta dell'identità" - -#: setup/setup_frame.tpl:19 -#, fuzzy -msgid "Installation" -msgstr "Amministrazione" - -#: setup/setup_frame.tpl:19 -#, fuzzy -msgid "Setup" -msgstr "Imposta" - -#: setup/class_setupStep_Welcome.inc:38 -#, fuzzy -msgid "Welcome" -msgstr "Benvenuto %s!" - -#: setup/class_setupStep_Welcome.inc:39 -#, fuzzy -msgid "The welcome message" -msgstr "Elimina questo record" - -#: setup/class_setupStep_Welcome.inc:40 -#, fuzzy -msgid "Welcome to GOsa setup wizard" -msgstr "Benvenuto nel setup di GOsa!" - -#: setup/setup_language.tpl:3 -#, fuzzy -msgid "Please select the preferred language" -msgstr "Lingua preferita" - -#: setup/setup_language.tpl:5 -msgid "" -"At this point, you can select the site wide default language. Choosing " -"'automatic' will use the language requested by the browser. This setting can " -"be overriden per user." -msgstr "" - -#: setup/setup_language.tpl:9 -#, fuzzy -msgid "Please select your preferred language here" -msgstr "Lingua preferita" - -#: setup/setup_checks.tpl:9 -msgid "PHP module and extension checks" -msgstr "" - -#: setup/setup_checks.tpl:41 setup/setup_checks.tpl:103 -msgid "GOsa will NOT run without fixing this." -msgstr "" - -#: setup/setup_checks.tpl:45 setup/setup_checks.tpl:107 -msgid "GOsa will run without fixing this." -msgstr "" - -#: setup/setup_checks.tpl:67 +#: setup/setup_checks.tpl:50 #, fuzzy msgid "PHP setup configuration" msgstr "Scarica il file di configurazione" -#: setup/setup_checks.tpl:67 +#: setup/setup_checks.tpl:50 #, fuzzy msgid "show information" msgstr "Informazioni personali" -#: setup/class_setupStep_Finish.inc:37 -#: ihtml/themes/default/copyPasteDialog.tpl:32 -#: ihtml/themes/modern/copyPasteDialog.tpl:30 +#: setup/setup_checks.tpl:51 +msgid "Extended checks" +msgstr "" + +#: setup/class_setupStep_Finish.inc:39 +#: ihtml/themes/default/copyPasteDialog.tpl:30 msgid "Finish" msgstr "Esegui" -#: setup/class_setupStep_Finish.inc:38 +#: setup/class_setupStep_Finish.inc:40 #, fuzzy msgid "Write configuration file" msgstr "File di configurazione" -#: setup/class_setupStep_Finish.inc:39 +#: setup/class_setupStep_Finish.inc:41 #, fuzzy msgid "Finish - write the configuration file" msgstr "File di configurazione" -#: setup/class_setupStep_Finish.inc:104 +#: setup/class_setupStep_Finish.inc:106 #, fuzzy msgid "" "Your configuration file is currently world readable. Please update the file " "permissions!" msgstr "Il file di configurazione di GOsa %s/gosa.conf non è legibile." -#: setup/class_setupStep_Finish.inc:106 +#: setup/class_setupStep_Finish.inc:108 #, fuzzy msgid "The configuration is currently not readable or it does not exists." msgstr "Il file di configurazione di GOsa %s/gosa.conf non è legibile." -#: setup/class_setupStep_Finish.inc:115 +#: setup/class_setupStep_Finish.inc:117 #, fuzzy, php-format msgid "" "After downloading and placing the file under %s, please make sure that the " @@ -2163,121 +1355,83 @@ msgstr "" "webserver sia in grado di leggerlo mentre tutti gli altri utenti non " "possono. In molti casi è sufficiente eseguire i comandi seguenti." -#: setup/class_setupStep_Config1.inc:74 setup/class_setupStep_Config1.inc:75 -#, fuzzy -msgid "GOsa settings 1/3" -msgstr "Opzioni di posta dell'identità" - -#: setup/class_setupStep_Config1.inc:76 -#, fuzzy -msgid "GOsa generic settings" -msgstr "Impostazioni generali delle code" - -#: setup/class_setupStep_Config1.inc:118 -#, php-format -msgid "The specified value for '%s' must be a numeric value" -msgstr "" - -#: setup/class_setupStep_Config1.inc:122 setup/class_setupStep_Config1.inc:126 -#, php-format -msgid "Don't add a trailing comma to '%s'." -msgstr "" - -#: setup/class_setupStep_Config1.inc:122 -msgid "People storage ou" -msgstr "Ou delle persone" - -#: setup/class_setupStep_Config1.inc:126 -msgid "Group storage ou" -msgstr "Ou dei gruppi" - -#: setup/class_setupStep_Config1.inc:130 -msgid "Uid base must be numeric" -msgstr "" - -#: setup/class_setupStep_Config1.inc:134 -msgid "The given password minimum length is not numeric." +#: ihtml/themes/default/ldifViewer.tpl:1 +msgid "Raw LDAP entry" msgstr "" -#: setup/class_setupStep_Config1.inc:137 -msgid "The given password differ value is not numeric." -msgstr "" - -#: ihtml/themes/default/acl.tpl:7 ihtml/themes/modern/acl.tpl:7 -#: plugins/admin/acl/acl_role.tpl:3 plugins/admin/acl/acl_role.tpl:4 +#: ihtml/themes/default/acl.tpl:7 plugins/admin/acl/acl_role.tpl:3 +#: plugins/admin/acl/acl_role.tpl:4 msgid "Assigned ACL for current entry" msgstr "" -#: ihtml/themes/default/acl.tpl:12 ihtml/themes/modern/acl.tpl:10 -#: plugins/admin/acl/acl_role.tpl:38 +#: ihtml/themes/default/acl.tpl:10 plugins/admin/acl/acl_role.tpl:38 #, fuzzy msgid "New ACL" msgstr "Nuovo" -#: ihtml/themes/default/acl.tpl:18 ihtml/themes/modern/acl.tpl:19 -#: plugins/admin/acl/acl_role.tpl:45 +#: ihtml/themes/default/acl.tpl:15 ihtml/themes/default/acl.tpl:16 +#: include/class_userFilter.inc:55 +msgid "Options" +msgstr "Opzioni" + +#: ihtml/themes/default/acl.tpl:19 plugins/admin/acl/acl_role.tpl:45 #, fuzzy msgid "ACL type" msgstr "Tipo" -#: ihtml/themes/default/acl.tpl:20 ihtml/themes/default/acl.tpl:25 -#: ihtml/themes/modern/acl.tpl:23 ihtml/themes/modern/acl.tpl:28 +#: ihtml/themes/default/acl.tpl:23 ihtml/themes/default/acl.tpl:28 #: plugins/admin/acl/acl_role.tpl:45 #, fuzzy msgid "Select an acl type" msgstr "Rimuovi" -#: ihtml/themes/default/acl.tpl:38 ihtml/themes/modern/acl.tpl:40 +#: ihtml/themes/default/acl.tpl:40 #, fuzzy msgid "Additional filter options" msgstr "Opzioni applicazione" -#: ihtml/themes/default/acl.tpl:49 ihtml/themes/modern/acl.tpl:57 -msgid "Use members from" -msgstr "" +#: ihtml/themes/default/acl.tpl:53 ihtml/themes/default/acl.tpl:65 +#: include/class_acl.inc:1106 +msgid "Members" +msgstr "Membri" + +#: ihtml/themes/default/acl.tpl:54 +#, fuzzy +msgid "Member selection" +msgstr "Impostazioni FAX" -#: ihtml/themes/default/acl.tpl:64 -msgid "Available members" +#: ihtml/themes/default/acl.tpl:57 +msgid "Use members from" msgstr "" -#: ihtml/themes/default/acl.tpl:66 ihtml/themes/default/acl.tpl:71 -#: ihtml/themes/modern/acl.tpl:69 ihtml/themes/modern/acl.tpl:74 +#: ihtml/themes/default/acl.tpl:69 ihtml/themes/default/acl.tpl:74 msgid "List message possible targets" msgstr "" -#: ihtml/themes/default/acl.tpl:87 ihtml/themes/modern/acl.tpl:53 -#: ihtml/themes/modern/acl.tpl:65 include/class_acl.inc:1104 -msgid "Members" -msgstr "Membri" - -#: ihtml/themes/default/acl.tpl:89 ihtml/themes/default/acl.tpl:95 -#: ihtml/themes/modern/acl.tpl:92 ihtml/themes/modern/acl.tpl:98 +#: ihtml/themes/default/acl.tpl:92 ihtml/themes/default/acl.tpl:98 msgid "List message recipients" msgstr "" -#: ihtml/themes/default/acl.tpl:109 ihtml/themes/modern/acl.tpl:112 -#: plugins/admin/acl/acl_role.tpl:51 +#: ihtml/themes/default/acl.tpl:112 plugins/admin/acl/acl_role.tpl:51 #, fuzzy msgid "List of available ACL categories" msgstr "Scegli il tuo numero di telefono personale" -#: ihtml/themes/default/acl.tpl:117 ihtml/themes/modern/acl.tpl:120 +#: ihtml/themes/default/acl.tpl:120 #, fuzzy msgid "ACL for this object" msgstr "Controllo il supporto per iconv" -#: ihtml/themes/default/acl.tpl:123 ihtml/themes/modern/acl.tpl:126 +#: ihtml/themes/default/acl.tpl:126 #, fuzzy msgid "Available roles" msgstr "Applicazioni disponibili" #: ihtml/themes/default/copyPasteDialog.tpl:1 -#: ihtml/themes/modern/copyPasteDialog.tpl:1 msgid "Copy & paste wizard" msgstr "" #: ihtml/themes/default/copyPasteDialog.tpl:7 -#: ihtml/themes/modern/copyPasteDialog.tpl:7 msgid "" "Some values need to be unique in the complete directory while some " "combinations make no sense. GOsa shows the relevant attributes. Please " @@ -2285,235 +1439,120 @@ msgid "" msgstr "" #: ihtml/themes/default/copyPasteDialog.tpl:9 -#: ihtml/themes/modern/copyPasteDialog.tpl:9 msgid "Remember that some properties like taken snapshots will not be copied!" msgstr "" #: ihtml/themes/default/copyPasteDialog.tpl:10 -#: ihtml/themes/modern/copyPasteDialog.tpl:10 msgid "" "Or if you copy or cut an entry within GOsa and delete the source object, you " "may get errors while pasting this object again!" msgstr "" #: ihtml/themes/default/copyPasteDialog.tpl:19 -#: ihtml/themes/modern/copyPasteDialog.tpl:19 -#: include/utils/class_msgPool.inc:330 +#: include/utils/class_msgPool.inc:313 #, php-format msgid "Save" msgstr "Salva" -#: ihtml/themes/default/copyPasteDialog.tpl:24 -#: ihtml/themes/modern/copyPasteDialog.tpl:23 +#: ihtml/themes/default/copyPasteDialog.tpl:23 #, fuzzy msgid "Cancel all" msgstr "Annulla" -#: ihtml/themes/default/copyPasteDialog.tpl:30 -#: ihtml/themes/modern/copyPasteDialog.tpl:28 +#: ihtml/themes/default/copyPasteDialog.tpl:28 #, fuzzy msgid "Operation complete" msgstr "incompleto" #: ihtml/themes/default/logout-close.tpl:5 -#: ihtml/themes/modern/logout-close.tpl:5 msgid "Your GOsa session has been closed!" msgstr "" #: ihtml/themes/default/logout-close.tpl:7 -#: ihtml/themes/modern/logout-close.tpl:7 msgid "" "Please close this browser window and clean the authentication caches to " "avoid an automatic re-authentication by your browser." msgstr "" -#: ihtml/themes/default/login.tpl:10 -msgid "GOsa login screen" -msgstr "" - -#: ihtml/themes/default/login.tpl:27 -#, fuzzy -msgid "Login screen" -msgstr "Utenti di Dominio" - -#: ihtml/themes/default/login.tpl:34 +#: ihtml/themes/default/login.tpl:31 #, fuzzy -msgid "" -"Please use your username and your password to log into the site " -"administration system." -msgstr "Usa il tuo nome utente e password per connetterti" +msgid "Login to GOsa" +msgstr "Benvenuto nel setup di GOsa!" -#: ihtml/themes/default/login.tpl:42 ihtml/themes/default/login.tpl:44 -#: ihtml/themes/default/password.tpl:69 ihtml/themes/default/password.tpl:71 -#: ihtml/themes/modern/login.tpl:37 ihtml/themes/modern/login.tpl:40 +#: ihtml/themes/default/login.tpl:37 ihtml/themes/default/login.tpl:40 msgid "Username" msgstr "Nome utente" -#: ihtml/themes/default/login.tpl:52 ihtml/themes/default/login.tpl:53 -#: ihtml/themes/default/password.tpl:60 ihtml/themes/default/password.tpl:62 -#: ihtml/themes/modern/login.tpl:62 -msgid "Directory" -msgstr "Directory" - -#: ihtml/themes/default/login.tpl:77 ihtml/themes/default/login.tpl:80 -#: ihtml/themes/modern/login.tpl:31 ihtml/themes/modern/login.tpl:67 -#: ihtml/themes/modern/login.tpl:68 -msgid "Sign in" -msgstr "Entra" +#: ihtml/themes/default/login.tpl:61 +msgid "Choose the directory to work on" +msgstr "" -#: ihtml/themes/default/login.tpl:78 ihtml/themes/modern/login.tpl:67 +#: ihtml/themes/default/login.tpl:66 msgid "Click here to log in" msgstr "Clicca qui per connetterti" -#: ihtml/themes/default/remove.tpl:6 -msgid "" -"This may be used by several groups. Please double check if your really want " -"to do this since there is no way for GOsa to get your data back." -msgstr "" +#: ihtml/themes/default/login.tpl:66 ihtml/themes/default/login.tpl:67 +#, fuzzy +msgid "Log in" +msgstr "Nome utente" -#: ihtml/themes/default/remove.tpl:9 +#: ihtml/themes/default/userFilter.tpl:1 #, fuzzy -msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." -msgstr "" -"Quindi - Se sei sicuro - premi Rimuovi per continuare o Annulla per abortire." +msgid "List of defined filters" +msgstr "File di configurazione" -#: ihtml/themes/default/framework.tpl:8 ihtml/themes/default/framework.tpl:11 -#: ihtml/themes/default/framework.tpl:20 ihtml/themes/default/framework.tpl:24 -#: ihtml/themes/modern/framework.tpl:10 include/class_pluglist.inc:229 +#: ihtml/themes/default/framework.tpl:9 +#, fuzzy +msgid "Log out" +msgstr "Termina sessione" + +#: ihtml/themes/default/framework.tpl:10 msgid "" "You are currently editing a database entry. Do you want to dismiss the " "changes?" msgstr "" "Stai modificando un campo del database. Vuoi abbandonare i cambiamenti?" -#: ihtml/themes/default/framework.tpl:8 ihtml/themes/default/framework.tpl:11 -msgid "Main" -msgstr "Principale" - -#: ihtml/themes/default/framework.tpl:16 -msgid "Help" -msgstr "Aiuto" - -#: ihtml/themes/default/framework.tpl:21 ihtml/themes/default/framework.tpl:25 -msgid "Sign out" -msgstr "Termina la sessione" - -#: ihtml/themes/default/framework.tpl:29 -msgid "Signed in:" -msgstr "Connesso:" - -#: ihtml/themes/default/framework.tpl:32 -msgid "GOsa main menu" -msgstr "" +#: ihtml/themes/default/framework.tpl:22 +#, fuzzy, php-format +msgid "Session expires in %d!" +msgstr "Rilevato un conflitto di sessione" -#: ihtml/themes/default/help.tpl:9 ihtml/themes/modern/help.tpl:9 +#: ihtml/themes/default/help.tpl:9 msgid "GOsa help viewer" msgstr "" -#: ihtml/themes/default/help.tpl:15 ihtml/themes/modern/help.tpl:15 +#: ihtml/themes/default/help.tpl:15 msgid "Index" msgstr "" -#: ihtml/themes/default/islocked.tpl:2 ihtml/themes/modern/islocked.tpl:4 +#: ihtml/themes/default/islocked.tpl:4 msgid "Locking conflict detected" msgstr "Rilevato un conflitto di accesso" -#: ihtml/themes/default/islocked.tpl:9 ihtml/themes/modern/islocked.tpl:14 +#: ihtml/themes/default/islocked.tpl:14 msgid "" "If this lock detection is false, the other person has obviously closed the " "webbrowser during the edit operation. You may want to take over the lock by " "pressing the 'Edit anyway' button." msgstr "" -#: ihtml/themes/default/islocked.tpl:16 ihtml/themes/modern/islocked.tpl:23 +#: ihtml/themes/default/islocked.tpl:23 msgid "Read only" msgstr "" -#: ihtml/themes/default/password.tpl:6 -#, fuzzy -msgid "Change your password" -msgstr "Cambia la password" - -#: ihtml/themes/default/password.tpl:35 -#, fuzzy -msgid "Success" -msgstr "Setup completato" - -#: ihtml/themes/default/password.tpl:35 -msgid "Your password has been changed successfully." -msgstr "" - -#: ihtml/themes/default/password.tpl:41 -#: plugins/personal/password/class_password.inc:78 -#: plugins/personal/password/class_password.inc:81 -#: plugins/personal/password/class_password.inc:84 -#: plugins/personal/password/class_password.inc:87 -#: plugins/personal/password/class_password.inc:90 -#: plugins/personal/password/class_password.inc:93 -#: plugins/personal/password/class_password.inc:107 -#: plugins/personal/password/class_password.inc:113 -#: plugins/admin/users/class_userManagement.inc:277 html/main.php:341 -#, fuzzy -msgid "Password change" -msgstr "Cambia la password" - -#: ihtml/themes/default/password.tpl:53 -msgid "" -"This dialog provides a simple way to change your password. Enter the current " -"password and the new password (twice) in the fields below and press the " -"'Change' button." -msgstr "" - -#: ihtml/themes/default/password.tpl:78 ihtml/themes/default/password.tpl:79 -#: plugins/personal/password/password.tpl:13 html/password.php:243 -msgid "Current password" -msgstr "Password attuale" - -#: ihtml/themes/default/password.tpl:82 ihtml/themes/default/password.tpl:83 -#: plugins/personal/password/password.tpl:18 -#: plugins/personal/generic/password.tpl:7 -#: plugins/personal/myaccount/main.inc:97 plugins/admin/users/password.tpl:13 -#: plugins/admin/users/class_userManagement.inc:250 html/password.php:220 -msgid "New password" -msgstr "Nuova password" - -#: ihtml/themes/default/password.tpl:86 ihtml/themes/default/password.tpl:87 -#, fuzzy -msgid "New password repeated" -msgstr "Nuova password" - -#: ihtml/themes/default/password.tpl:90 -#: plugins/personal/password/password.tpl:28 -#, fuzzy -msgid "Password strength" -msgstr "Algorimo password" - -#: ihtml/themes/default/password.tpl:101 -#, fuzzy -msgid "Change" -msgstr "Annulla" - -#: ihtml/themes/default/password.tpl:102 -#, fuzzy -msgid "Click here to change your password" -msgstr "Non hai il permesso di cambiare la tua password." - #: ihtml/themes/default/snapshotdialog.tpl:3 -#: ihtml/themes/modern/snapshotdialog.tpl:3 #, fuzzy msgid "Restoring object snapshots" msgstr "Gruppo di oggetti" #: ihtml/themes/default/snapshotdialog.tpl:6 -#: ihtml/themes/modern/snapshotdialog.tpl:6 msgid "" "This procedure will restore a snapshot of the selected object. It will " "replace the existing object after pressing the restore button." msgstr "" #: ihtml/themes/default/snapshotdialog.tpl:9 -#: ihtml/themes/modern/snapshotdialog.tpl:9 msgid "" "Remember that DNS configuration and database entries could not be restored. " "For some objects it is only nescessary to open and save them again (goFon), " @@ -2521,73 +1560,62 @@ msgid "" msgstr "" #: ihtml/themes/default/snapshotdialog.tpl:12 -#: ihtml/themes/modern/snapshotdialog.tpl:12 msgid "" "Don't forget to check references to other objects, for example does the " "selected printer still exists ?" msgstr "" #: ihtml/themes/default/snapshotdialog.tpl:20 -#: ihtml/themes/default/snapshotdialog.tpl:62 -#: ihtml/themes/modern/snapshotdialog.tpl:20 -#: ihtml/themes/modern/snapshotdialog.tpl:63 -#: plugins/admin/departments/class_department.inc:624 -#: include/utils/class_msgPool.inc:475 include/class_acl.inc:797 -#: include/class_acl.inc:804 include/class_acl.inc:811 +#: ihtml/themes/default/snapshotdialog.tpl:63 +#: plugins/admin/departments/class_department.inc:626 +#: include/utils/class_msgPool.inc:458 include/class_acl.inc:795 +#: include/class_acl.inc:802 include/class_acl.inc:809 msgid "Object" msgstr "Oggetto" #: ihtml/themes/default/snapshotdialog.tpl:29 -#: ihtml/themes/modern/snapshotdialog.tpl:29 msgid "There is no snapshot available that could be restored" msgstr "" #: ihtml/themes/default/snapshotdialog.tpl:31 -#: ihtml/themes/modern/snapshotdialog.tpl:31 msgid "Choose a snapshot and click the folder image, to restore the snapshot" msgstr "" -#: ihtml/themes/default/snapshotdialog.tpl:49 -#: ihtml/themes/modern/snapshotdialog.tpl:50 +#: ihtml/themes/default/snapshotdialog.tpl:50 #, fuzzy msgid "Creating object snapshots" msgstr "Gruppo di oggetti" -#: ihtml/themes/default/snapshotdialog.tpl:52 -#: ihtml/themes/modern/snapshotdialog.tpl:53 +#: ihtml/themes/default/snapshotdialog.tpl:53 msgid "" "This procedure will create a snapshot of the selected object. It will be " "stored inside a special branch of your directory system and can be restored " "later on." msgstr "" -#: ihtml/themes/default/snapshotdialog.tpl:55 -#: ihtml/themes/modern/snapshotdialog.tpl:56 +#: ihtml/themes/default/snapshotdialog.tpl:56 msgid "" "Remember that database entries, DNS configurations and possibly created " "zones in server extensions will not be stored in the snapshot." msgstr "" -#: ihtml/themes/default/snapshotdialog.tpl:70 -#: ihtml/themes/modern/snapshotdialog.tpl:71 +#: ihtml/themes/default/snapshotdialog.tpl:71 #, fuzzy msgid "Timestamp" msgstr "Timeout" -#: ihtml/themes/default/snapshotdialog.tpl:79 -#: ihtml/themes/modern/snapshotdialog.tpl:80 +#: ihtml/themes/default/snapshotdialog.tpl:80 msgid "Reason for generating this snapshot" msgstr "" -#: ihtml/themes/default/snapshotdialog.tpl:87 -#: ihtml/themes/modern/snapshotdialog.tpl:88 +#: ihtml/themes/default/snapshotdialog.tpl:88 #: plugins/admin/users/template.tpl:49 -#: plugins/admin/departments/class_department.inc:564 -#: plugins/admin/departments/class_department.inc:646 +#: plugins/admin/departments/class_department.inc:566 +#: plugins/admin/departments/class_department.inc:648 msgid "Continue" msgstr "Continua" -#: ihtml/themes/default/sizelimit.tpl:3 ihtml/themes/modern/sizelimit.tpl:3 +#: ihtml/themes/default/sizelimit.tpl:3 msgid "" "The size limit option makes LDAP operations faster and saves the LDAP server " "from getting too much load. The easiest way to handle big databases without " @@ -2595,63 +1623,32 @@ msgid "" "filters to get the entries you are looking for." msgstr "" -#: ihtml/themes/default/sizelimit.tpl:6 ihtml/themes/modern/sizelimit.tpl:8 +#: ihtml/themes/default/sizelimit.tpl:8 msgid "Please choose the way to react for this session" msgstr "" -#: ihtml/themes/default/sizelimit.tpl:9 ihtml/themes/modern/sizelimit.tpl:10 +#: ihtml/themes/default/sizelimit.tpl:10 msgid "ignore this error and show all entries the LDAP server returns" msgstr "" -#: ihtml/themes/default/sizelimit.tpl:10 ihtml/themes/modern/sizelimit.tpl:11 +#: ihtml/themes/default/sizelimit.tpl:11 msgid "" "ignore this error and show all entries that fit into the defined sizelimit " "and let me use filters instead" msgstr "" -#: ihtml/themes/default/sizelimit.tpl:14 ihtml/themes/modern/sizelimit.tpl:16 -#: include/utils/class_msgPool.inc:348 +#: ihtml/themes/default/sizelimit.tpl:16 include/utils/class_msgPool.inc:331 #, php-format msgid "Set" msgstr "Imposta" -#: ihtml/themes/default/logout.tpl:5 ihtml/themes/modern/logout.tpl:6 -msgid "Your GOsa session has expired!" -msgstr "" - -#: ihtml/themes/default/logout.tpl:7 ihtml/themes/modern/logout.tpl:9 -msgid "" -"The last interaction with the GOsa web interface has been some time ago in " -"the past. For security reasons, the session has been closed. To continue " -"with administrative tasks, please sign in again." -msgstr "" - -#: ihtml/themes/default/logout.tpl:10 ihtml/themes/modern/logout.tpl:15 -#, fuzzy -msgid "Sign in again" -msgstr "Entra" - -#: ihtml/themes/modern/acl.tpl:15 ihtml/themes/modern/acl.tpl:16 -#: include/class_userFilter.inc:55 -msgid "Options" -msgstr "Opzioni" - -#: ihtml/themes/modern/acl.tpl:54 -#, fuzzy -msgid "Member selection" -msgstr "Impostazioni FAX" - -#: ihtml/themes/modern/userFilter.tpl:1 -#, fuzzy -msgid "List of defined filters" -msgstr "File di configurazione" - -#: ihtml/themes/modern/removeEntries.tpl:4 +#: ihtml/themes/default/removeEntries.tpl:4 +#: plugins/addons/propertyEditor/property-list.tpl:7 #, fuzzy msgid "Attention" msgstr "Destinazione" -#: ihtml/themes/modern/removeEntries.tpl:14 +#: ihtml/themes/default/removeEntries.tpl:14 #, fuzzy msgid "" "If you're sure you want to do this press 'Delete' to continue or 'Cancel' to " @@ -2660,36 +1657,56 @@ msgstr "" "Quindi - Se sei sicuro - premi Rimuovi per continuare o Annulla per abortire." -#: ihtml/themes/modern/msg_dialog.tpl:55 -#: ihtml/themes/modern/msg_dialog.tpl:103 +#: ihtml/themes/default/logout.tpl:6 +msgid "Your GOsa session has expired!" +msgstr "" + +#: ihtml/themes/default/logout.tpl:9 +msgid "" +"It has been a while since your last interaction with GOsa took place. Your " +"session has been closed for security reasons. Please login again to continue " +"with administrative tasks." +msgstr "" + +#: ihtml/themes/default/logout.tpl:16 +#, fuzzy +msgid "Login again" +msgstr "Entra" + +#: ihtml/themes/default/msg_dialog.tpl:55 +#: ihtml/themes/default/msg_dialog.tpl:103 msgid "Error message title" msgstr "" -#: ihtml/themes/modern/msg_dialog.tpl:66 -#: ihtml/themes/modern/msg_dialog.tpl:115 +#: ihtml/themes/default/msg_dialog.tpl:66 +#: ihtml/themes/default/msg_dialog.tpl:115 #, fuzzy msgid "Error message" msgstr "Home Page" -#: ihtml/themes/modern/userFilterEditor.tpl:1 -#: ihtml/themes/modern/userFilterEditor.tpl:5 +#: ihtml/themes/default/userFilterEditor.tpl:1 +#: ihtml/themes/default/userFilterEditor.tpl:5 #, fuzzy msgid "Filter editor" msgstr "Terminal Server" -#: ihtml/themes/modern/userFilterEditor.tpl:8 +#: ihtml/themes/default/userFilterEditor.tpl:8 #, fuzzy msgid "Filter properties" msgstr "Modifica proprietà" -#: ihtml/themes/modern/userFilterEditor.tpl:19 -#: plugins/generic/references/contents.tpl:12 +#: ihtml/themes/default/userFilterEditor.tpl:19 +#: plugins/generic/references/class_reference.inc:57 +#: plugins/generic/references/class_reference.inc:63 +#: plugins/generic/references/class_reference.inc:69 +#: plugins/generic/references/class_reference.inc:75 +#: plugins/generic/references/class_reference.inc:81 #: plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc:45 #: plugins/personal/posix/groupSelect/group-list.xml:40 #: plugins/personal/posix/trustSelect/trust-list.xml:53 #: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:57 #: plugins/admin/groups/generic.tpl:24 -#: plugins/admin/groups/class_group.inc:1022 +#: plugins/admin/groups/class_group.inc:1038 #: plugins/admin/groups/group-list.xml:49 #: plugins/admin/departments/class_domain.inc:63 #: plugins/admin/departments/class_domain.inc:91 @@ -2699,8 +1716,8 @@ msgstr "Modifica proprietà" #: plugins/admin/departments/class_localityGeneric.inc:64 #: plugins/admin/departments/class_localityGeneric.inc:92 #: plugins/admin/departments/locality.tpl:19 -#: plugins/admin/departments/class_department.inc:365 -#: plugins/admin/departments/class_department.inc:669 +#: plugins/admin/departments/class_department.inc:367 +#: plugins/admin/departments/class_department.inc:677 #: plugins/admin/departments/dcObject.tpl:19 #: plugins/admin/departments/domain.tpl:19 #: plugins/admin/departments/country.tpl:19 @@ -2711,156 +1728,234 @@ msgstr "Modifica proprietà" #: plugins/admin/departments/class_dcObject.inc:63 #: plugins/admin/departments/class_dcObject.inc:91 #: plugins/admin/acl/acl_role.tpl:17 plugins/admin/acl/acl-list.xml:57 -#: plugins/admin/acl/class_aclRole.inc:165 -#: plugins/admin/acl/class_aclRole.inc:726 +#: plugins/admin/acl/class_aclRole.inc:163 +#: plugins/admin/acl/class_aclRole.inc:740 #: plugins/admin/ogroups/generic.tpl:15 #: plugins/admin/ogroups/objectSelect/selectObject-list.xml:105 -#: plugins/admin/ogroups/class_ogroup.inc:851 +#: plugins/admin/ogroups/class_ogroup.inc:835 #: plugins/admin/ogroups/ogroup-list.xml:49 -#: include/class_userFilterEditor.inc:242 include/class_acl.inc:253 -#: include/class_acl.inc:263 include/class_SnapShotDialog.inc:177 +#: include/class_userFilterEditor.inc:242 include/class_acl.inc:252 +#: include/class_acl.inc:262 include/class_SnapShotDialog.inc:173 #: include/class_userFilter.inc:55 msgid "Description" msgstr "Descrizione" -#: ihtml/themes/modern/userFilterEditor.tpl:27 include/class_userFilter.inc:55 +#: ihtml/themes/default/userFilterEditor.tpl:27 +#: include/class_userFilter.inc:55 #, fuzzy msgid "Parent filter" msgstr "Parametro" -#: ihtml/themes/modern/userFilterEditor.tpl:40 +#: ihtml/themes/default/userFilterEditor.tpl:40 #: plugins/personal/generic/generic.tpl:607 -#: plugins/personal/generic/class_user.inc:1663 +#: plugins/personal/generic/class_user.inc:1675 msgid "Public visible" msgstr "Pubblico" -#: ihtml/themes/modern/userFilterEditor.tpl:49 +#: ihtml/themes/default/userFilterEditor.tpl:45 +#, fuzzy +msgid "Enabled" +msgstr "disabilitato" + +#: ihtml/themes/default/userFilterEditor.tpl:49 msgid "Categories where the filter is visible" msgstr "" -#: ihtml/themes/modern/userFilterEditor.tpl:69 +#: ihtml/themes/default/userFilterEditor.tpl:69 #, fuzzy msgid "Query" msgstr "utenti" -#: plugins/generic/references/class_reference.inc:43 -#: plugins/personal/posix/class_posixAccount.inc:37 -msgid "UNIX" -msgstr "Unix" +#: plugins/generic/references/class_reference.inc:58 +#: plugins/generic/references/class_reference.inc:64 +#: plugins/personal/posix/generic.tpl:89 +#: plugins/personal/posix/paste_generic.tpl:54 +#: plugins/personal/posix/paste_generic.tpl:57 +msgid "Group membership" +msgstr "Gruppi di appartenenza" -#: plugins/generic/references/class_reference.inc:45 -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:72 -#: plugins/admin/users/class_userManagement.inc:762 -#: plugins/admin/groups/class_groupManagement.inc:165 -#: plugins/admin/ogroups/tabs_ogroups.inc:148 -msgid "Mail" -msgstr "Posta" +#: plugins/generic/references/class_reference.inc:70 +#, fuzzy +msgid "Role membership" +msgstr "Gruppi di appartenenza" -#: plugins/generic/references/class_reference.inc:47 -#: plugins/generic/references/class_reference.inc:49 -#: plugins/personal/posix/class_posixAccount.inc:294 -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:80 -#: plugins/admin/users/class_userManagement.inc:767 -#: plugins/admin/groups/class_groupManagement.inc:173 -msgid "Samba" -msgstr "Samba" +#: plugins/generic/references/class_reference.inc:76 +#, fuzzy +msgid "Object group membership" +msgstr "Gruppo di oggetti" -#: plugins/generic/references/class_reference.inc:51 -#: plugins/admin/users/class_userManagement.inc:779 -msgid "FAX" -msgstr "FAX" +#: plugins/generic/references/class_reference.inc:82 +#, fuzzy +msgid "Department manager" +msgstr "Dipartimento" -#: plugins/generic/references/class_reference.inc:53 -msgid "Proxy" -msgstr "Proxy" +#: plugins/generic/references/class_reference.inc:87 +#: plugins/personal/generic/class_user.inc:1341 +#: plugins/personal/generic/class_user.inc:1388 +#: plugins/personal/generic/class_user.inc:1715 +#: plugins/personal/generic/class_user.inc:1869 +#: plugins/admin/users/class_userManagement.inc:426 +#: plugins/admin/users/user-list.xml:57 +#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:40 +#: plugins/admin/groups/userSelect/user-list.xml:40 +#: plugins/admin/groups/class_group.inc:210 +#: plugins/admin/groups/class_group.inc:1170 +#: plugins/admin/groups/class_group.inc:1180 +msgid "Given name" +msgstr "Nome" -#: plugins/generic/references/class_reference.inc:55 -msgid "FTP" -msgstr "FTP" +#: plugins/generic/references/class_reference.inc:87 +#: plugins/personal/generic/class_user.inc:1714 +#: plugins/admin/users/user-list.xml:49 +#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:48 +#: plugins/admin/groups/userSelect/user-list.xml:48 +msgid "Surname" +msgstr "Cognome" -#: plugins/generic/references/class_reference.inc:57 -#: plugins/personal/posix/groupSelect/group-list.xml:13 -#: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:23 -#: plugins/admin/groups/group-list.xml:15 -#: plugins/admin/groups/group-list.xml:79 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:71 -#: plugins/admin/ogroups/class_ogroupManagement.inc:184 -#: plugins/admin/ogroups/ogroup-list.xml:79 -msgid "Group" -msgstr "Gruppo" +#: plugins/generic/references/class_reference.inc:88 +#, fuzzy +msgid "User manager" +msgstr "Nome utente" -#: plugins/generic/references/class_reference.inc:59 -#: plugins/personal/generic/generic.tpl:309 -#: plugins/personal/generic/class_user.inc:1699 -#: plugins/admin/departments/dep-list.xml:55 -#: plugins/admin/departments/dep-list.xml:71 -#: plugins/admin/departments/dep-list.xml:138 -#: plugins/admin/departments/class_departmentManagement.inc:250 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:15 -#: plugins/admin/ogroups/class_ogroupManagement.inc:186 -msgid "Department" -msgstr "Dipartimento" +#: plugins/generic/references/contents.tpl:2 +#, fuzzy +msgid "Object information" +msgstr "Informazioni personali" -#: plugins/generic/references/class_reference.inc:61 -#: plugins/personal/generic/generic.tpl:397 -#: plugins/personal/generic/generic.tpl:577 -#: plugins/personal/generic/class_user.inc:1371 -#: plugins/personal/generic/class_user.inc:1823 -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:88 -#: plugins/admin/users/class_userManagement.inc:783 -#: plugins/admin/groups/class_groupManagement.inc:181 -#: plugins/admin/departments/generic.tpl:110 -#: plugins/admin/departments/organization.tpl:109 -#: plugins/admin/departments/class_department.inc:376 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:55 -#: plugins/admin/ogroups/class_ogroupManagement.inc:188 -msgid "Phone" -msgstr "Telefono" +#: plugins/generic/references/contents.tpl:3 +#, fuzzy +msgid "Object info" +msgstr "Nome dell'oggetto" -#: plugins/generic/references/class_reference.inc:63 -#: plugins/admin/ogroups/class_ogroupManagement.inc:185 -msgid "Application" -msgstr "Applicazione" +#: plugins/generic/references/contents.tpl:7 +#, fuzzy +msgid "Show raw object entry" +msgstr "Gruppi di oggetti" + +#: plugins/generic/references/contents.tpl:18 +#: plugins/generic/references/contents.tpl:20 +#, fuzzy +msgid "Last modification" +msgstr "Località" -#: plugins/generic/references/class_reference.inc:67 -msgid "Thin Client" +#: plugins/generic/references/contents.tpl:18 +#: plugins/admin/groups/class_group.inc:329 +#: plugins/admin/groups/class_group.inc:350 +#: plugins/admin/groups/class_group.inc:367 +#: plugins/admin/departments/class_department.inc:154 +#: include/class_pluglist.inc:373 +msgid "Unknown" msgstr "" -#: plugins/generic/references/class_reference.inc:69 -#: plugins/personal/posix/trustSelect/trust-list.xml:19 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:31 -#: plugins/admin/ogroups/class_ogroupManagement.inc:189 -msgid "Workstation" +#: plugins/generic/references/contents.tpl:29 +#, fuzzy +msgid "Object references" +msgstr "Riferimenti" + +#: plugins/generic/references/contents.tpl:45 +#, fuzzy +msgid "ACL trace" +msgstr "Tipo" + +#: plugins/generic/references/class_aclResolver.inc:62 +#: include/class_acl.inc:226 +msgid "Reset ACLs" msgstr "" -#: plugins/generic/references/class_reference.inc:71 -#: plugins/admin/ogroups/generic.tpl:1 -#: plugins/admin/ogroups/ogroup-list.xml:15 -msgid "Object group" -msgstr "Gruppo di oggetti" +#: plugins/generic/references/class_aclResolver.inc:63 +#: plugins/admin/acl/class_aclRole.inc:136 include/class_acl.inc:227 +msgid "One level" +msgstr "" -#: plugins/generic/references/class_reference.inc:73 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:47 -#: plugins/admin/ogroups/class_ogroupManagement.inc:192 -msgid "Printer" -msgstr "Stampante" +#: plugins/generic/references/class_aclResolver.inc:64 +#: plugins/admin/acl/class_aclRole.inc:137 include/class_acl.inc:228 +#: include/class_acl.inc:233 +#, fuzzy +msgid "Current object" +msgstr "Password attuale" -#: plugins/generic/references/contents.tpl:2 +#: plugins/generic/references/class_aclResolver.inc:65 +#: plugins/admin/acl/class_aclRole.inc:138 include/class_acl.inc:229 #, fuzzy -msgid "Object references" -msgstr "Riferimenti" +msgid "Complete subtree" +msgstr "incompleto" -#: plugins/generic/references/contents.tpl:12 -msgid "Object name" -msgstr "Nome dell'oggetto" +#: plugins/generic/references/class_aclResolver.inc:66 +#: plugins/admin/acl/class_aclRole.inc:139 include/class_acl.inc:230 +msgid "Complete subtree (permanent)" +msgstr "" + +#: plugins/generic/references/class_aclResolver.inc:67 +#: include/class_acl.inc:231 include/class_acl.inc:234 +msgid "Use ACL defined in role" +msgstr "" + +#: plugins/generic/references/class_aclResolver.inc:131 +msgid "Enter another user name" +msgstr "" + +#: plugins/generic/references/class_aclResolver.inc:157 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:126 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:128 +#: plugins/addons/dyngroup/dyngroup.tpl:8 +#, fuzzy +msgid "Filter" +msgstr "Filtri" + +#: plugins/generic/references/class_aclResolver.inc:181 +#, fuzzy +msgid "Acls" +msgstr "Annulla" + +#: plugins/generic/references/class_aclResolver.inc:186 +#, php-format +msgid "List of effective ACLs for '%s'" +msgstr "" + +#: plugins/generic/references/class_aclResolver.inc:187 +#: plugins/generic/references/class_aclResolver.inc:191 +#, fuzzy +msgid "Object permissions" +msgstr "Impostazioni FAX" + +#: plugins/generic/references/class_aclResolver.inc:291 +#: include/class_core.inc:113 include/class_core.inc:119 +#, fuzzy +msgid "All" +msgstr "Annulla" -#: plugins/generic/references/contents.tpl:12 -msgid "Contents" -msgstr "Contenuti" +#: plugins/generic/references/class_aclResolver.inc:295 +#: include/class_acl.inc:819 +#, fuzzy +msgid "Grant permission to owner" +msgstr "Rimuovi" + +#: plugins/generic/references/class_aclResolver.inc:297 +#: include/class_acl.inc:823 include/class_acl.inc:928 +#: include/class_acl.inc:932 +msgid "read" +msgstr "leggere" + +#: plugins/generic/references/class_aclResolver.inc:298 +#: include/class_acl.inc:824 include/class_acl.inc:930 +#: include/class_acl.inc:933 +msgid "write" +msgstr "scrivere" + +#: plugins/generic/references/class_aclResolver.inc:299 +#, fuzzy +msgid "create" +msgstr "Creare" + +#: plugins/generic/references/class_aclResolver.inc:300 +#, fuzzy +msgid "remove" +msgstr "Rimuovi" -#: plugins/generic/references/contents.tpl:19 -msgid "This object has no relationship to other objects." -msgstr "Questo oggetto non ha relazioni con altri oggetti." +#: plugins/generic/references/class_aclResolver.inc:301 +#, fuzzy +msgid "move" +msgstr "Rimuovi" #: plugins/generic/welcome/main.inc:26 #, php-format @@ -2899,29 +1994,38 @@ msgstr "" "effetto immediatamente. Memorizza la nuova password perché non sarai in " "grado di connetterti senza di essa." -#: plugins/personal/password/password.tpl:8 plugins/admin/users/password.tpl:8 -msgid "" -"Changing the password affects your authentification on mail, proxy, samba " -"and unix services." -msgstr "" -"Cambiare la passord influisce sull'autenticazione su posta, proxu Internet, " -"Samba e Unix." - -#: plugins/personal/password/password.tpl:11 -#: plugins/personal/generic/password.tpl:5 +#: plugins/personal/password/password.tpl:7 +#: plugins/personal/myaccount/password.tpl:5 #, fuzzy msgid "Password change dialog" msgstr "Cambia la password" -#: plugins/personal/password/password.tpl:23 -#: plugins/personal/generic/password.tpl:11 -#: plugins/admin/users/password.tpl:17 +#: plugins/personal/password/password.tpl:9 html/password.php:245 +msgid "Current password" +msgstr "Password attuale" + +#: plugins/personal/password/password.tpl:15 +#: plugins/personal/myaccount/main.inc:110 +#: plugins/personal/myaccount/password.tpl:7 +#: plugins/admin/users/password.tpl:9 +#: plugins/admin/users/class_userManagement.inc:250 html/password.php:219 +msgid "New password" +msgstr "Nuova password" + +#: plugins/personal/password/password.tpl:22 +#: plugins/personal/myaccount/password.tpl:12 +#: plugins/admin/users/password.tpl:16 msgid "Repeat new password" msgstr "Ripeti la password" +#: plugins/personal/password/password.tpl:28 +#, fuzzy +msgid "Password strength" +msgstr "Algorimo password" + #: plugins/personal/password/password.tpl:40 -#: plugins/personal/generic/password.tpl:19 -#: plugins/admin/users/password.tpl:32 +#: plugins/personal/myaccount/password.tpl:22 +#: plugins/admin/users/password.tpl:34 msgid "Set password" msgstr "Cambia password" @@ -2929,18 +2033,37 @@ msgstr "Cambia password" msgid "Clear fields" msgstr "Ripulisci i campi" +#: plugins/personal/password/class_password.inc:26 +#: plugins/admin/users/user-list.xml:128 plugins/admin/users/user-list.xml:230 +msgid "Change password" +msgstr "Cambia la password" + #: plugins/personal/password/class_password.inc:27 #, fuzzy msgid "Change user password" msgstr "Cambia la password" +#: plugins/personal/password/class_password.inc:78 +#: plugins/personal/password/class_password.inc:81 +#: plugins/personal/password/class_password.inc:84 +#: plugins/personal/password/class_password.inc:87 +#: plugins/personal/password/class_password.inc:90 +#: plugins/personal/password/class_password.inc:93 +#: plugins/personal/password/class_password.inc:96 +#: plugins/personal/password/class_password.inc:110 +#: plugins/personal/password/class_password.inc:116 +#: plugins/admin/users/class_userManagement.inc:277 html/main.php:349 +#, fuzzy +msgid "Password change" +msgstr "Cambia la password" + #: plugins/personal/password/class_password.inc:79 msgid "You need to specify your current password in order to proceed." msgstr "Devi specificare la tua 'Password attuale' per procedere." #: plugins/personal/password/class_password.inc:82 -#: plugins/personal/myaccount/main.inc:94 -#: plugins/admin/users/class_userManagement.inc:247 html/password.php:217 +#: plugins/personal/myaccount/main.inc:107 +#: plugins/admin/users/class_userManagement.inc:247 msgid "" "The passwords you've entered as 'New password' and 'Repeated new password' " "do not match." @@ -2950,40 +2073,44 @@ msgstr "Le password nuova e ripetuta non corrispondono" msgid "The password you've entered as 'New password' is empty." msgstr "La password immessa come 'Nuova password' è vuota" -#: plugins/personal/password/class_password.inc:88 html/password.php:229 +#: plugins/personal/password/class_password.inc:88 msgid "The password used as new and current are too similar." msgstr "" "La password immessa come 'Nuova password' è troppo simile a quella attuale." -#: plugins/personal/password/class_password.inc:91 html/password.php:235 +#: plugins/personal/password/class_password.inc:91 msgid "The password used as new is to short." msgstr "La 'Nuova password' immessa è troppo corta." -#: plugins/personal/password/class_password.inc:94 +#: plugins/personal/password/class_password.inc:94 html/password.php:238 +msgid "The password contains possibly problematic unicode characters!" +msgstr "" + +#: plugins/personal/password/class_password.inc:97 #, fuzzy, php-format msgid "External password changer reported a problem: %s." msgstr "Il programma esterno per cambiare la password ha avuto un problema:" -#: plugins/personal/password/class_password.inc:108 +#: plugins/personal/password/class_password.inc:111 msgid "" "The password you've entered as your current password doesn't match the real " "one." msgstr "La password immessa come 'Password attuale' è errata" -#: plugins/personal/password/class_password.inc:114 +#: plugins/personal/password/class_password.inc:117 #, fuzzy msgid "You have no permission to change your password." msgstr "Non hai il permesso di cambiare la tua password." -#: plugins/personal/password/class_password.inc:146 +#: plugins/personal/password/class_password.inc:149 #, fuzzy msgid "User password" msgstr "Nuova password" -#: plugins/personal/password/class_password.inc:150 -#: plugins/personal/generic/class_user.inc:1674 -#: plugins/personal/posix/class_posixAccount.inc:1303 -#: plugins/personal/myaccount/main.inc:125 +#: plugins/personal/password/class_password.inc:153 +#: plugins/personal/generic/class_user.inc:1686 +#: plugins/personal/posix/class_posixAccount.inc:1295 +#: plugins/personal/myaccount/main.inc:138 #: plugins/personal/myaccount/class_MyAccount.inc:5 msgid "My account" msgstr "Identità" @@ -3035,15 +2162,16 @@ msgid "First name" msgstr "Liste di blocco" #: plugins/personal/generic/generic.tpl:68 -#: plugins/personal/generic/class_user.inc:1328 -#: plugins/personal/generic/class_user.inc:1346 +#: plugins/personal/generic/class_user.inc:1326 +#: plugins/personal/generic/class_user.inc:1344 +#: plugins/personal/generic/class_user.inc:1358 #: plugins/personal/generic/class_user.inc:1360 -#: plugins/personal/generic/class_user.inc:1362 +#: plugins/personal/generic/class_user.inc:1716 #: plugins/personal/generic/paste_generic.tpl:16 #: plugins/admin/users/user-list.xml:65 plugins/admin/users/template.tpl:32 #: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:65 #: plugins/admin/groups/singleUserSelect/singleUser-list.xml:56 -#: plugins/admin/groups/userSelect/user-list.xml:56 html/password.php:241 +#: plugins/admin/groups/userSelect/user-list.xml:56 html/password.php:243 msgid "Login" msgstr "Nome utente" @@ -3053,23 +2181,23 @@ msgid "Template name" msgstr "Template" #: plugins/personal/generic/generic.tpl:95 -#: plugins/personal/generic/class_user.inc:1686 +#: plugins/personal/generic/class_user.inc:1720 msgid "Personal title" msgstr "Titolo onorifico" #: plugins/personal/generic/generic.tpl:105 -#: plugins/personal/generic/class_user.inc:1687 +#: plugins/personal/generic/class_user.inc:1721 msgid "Academic title" msgstr "Titolo di studio" #: plugins/personal/generic/generic.tpl:120 -#: plugins/personal/generic/class_user.inc:1385 -#: plugins/personal/generic/class_user.inc:1689 +#: plugins/personal/generic/class_user.inc:1383 +#: plugins/personal/generic/class_user.inc:1723 msgid "Date of birth" msgstr "Data di nascita" #: plugins/personal/generic/generic.tpl:143 -#: plugins/personal/generic/class_user.inc:1690 +#: plugins/personal/generic/class_user.inc:1724 msgid "Sex" msgstr "Sesso" @@ -3078,7 +2206,7 @@ msgid "Preferred langage" msgstr "Lingua preferita" #: plugins/personal/generic/generic.tpl:186 -#: plugins/personal/generic/class_user.inc:1713 +#: plugins/personal/generic/class_user.inc:1747 #: plugins/admin/departments/class_organizationGeneric.inc:131 msgid "Postal address" msgstr "CAP" @@ -3087,7 +2215,7 @@ msgstr "CAP" #: plugins/personal/generic/generic.tpl:455 #: plugins/admin/departments/generic.tpl:103 #: plugins/admin/departments/organization.tpl:102 -#: plugins/admin/departments/class_department.inc:675 +#: plugins/admin/departments/class_department.inc:683 msgid "Address" msgstr "Indirizzo" @@ -3096,9 +2224,9 @@ msgid "Private phone" msgstr "Telefono privato" #: plugins/personal/generic/generic.tpl:204 -#: plugins/personal/generic/class_user.inc:1366 -#: plugins/personal/generic/class_user.inc:1717 -#: plugins/personal/generic/class_user.inc:1820 +#: plugins/personal/generic/class_user.inc:1364 +#: plugins/personal/generic/class_user.inc:1751 +#: plugins/personal/generic/class_user.inc:1854 msgid "Homepage" msgstr "Home Page" @@ -3106,13 +2234,13 @@ msgstr "Home Page" msgid "Password storage" msgstr "Algorimo password" -#: plugins/personal/generic/generic.tpl:221 include/functions.inc:1249 +#: plugins/personal/generic/generic.tpl:221 include/functions.inc:1258 msgid "Configure" msgstr "Configura" #: plugins/personal/generic/generic.tpl:229 -#: plugins/personal/generic/class_user.inc:550 -#: plugins/personal/generic/class_user.inc:572 +#: plugins/personal/generic/class_user.inc:549 +#: plugins/personal/generic/class_user.inc:571 #: plugins/personal/generic/generic_certs.tpl:3 msgid "Certificates" msgstr "Certificati" @@ -3130,6 +2258,15 @@ msgstr "" msgid "IP or network" msgstr "" +#: plugins/personal/generic/generic.tpl:255 +#: plugins/personal/generic/generic.tpl:275 +#: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:83 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:123 +#: include/utils/class_msgPool.inc:319 +#, php-format +msgid "Add" +msgstr "Aggiungi" + #: plugins/personal/generic/generic.tpl:288 #: plugins/personal/generic/generic.tpl:291 #: plugins/personal/generic/generic.tpl:299 @@ -3151,6 +2288,17 @@ msgstr "Informazioni organizzazione" msgid "part" msgstr "Avvio" +#: plugins/personal/generic/generic.tpl:309 +#: plugins/personal/generic/class_user.inc:1733 +#: plugins/admin/departments/dep-list.xml:55 +#: plugins/admin/departments/dep-list.xml:71 +#: plugins/admin/departments/dep-list.xml:138 +#: plugins/admin/departments/class_departmentManagement.inc:253 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:15 +#: plugins/admin/ogroups/class_ogroupManagement.inc:186 +msgid "Department" +msgstr "Dipartimento" + #: plugins/personal/generic/generic.tpl:317 msgid "Department No." msgstr "Dipartimento No." @@ -3160,19 +2308,19 @@ msgid "Employee No." msgstr "Matricola" #: plugins/personal/generic/generic.tpl:333 -#: plugins/personal/generic/class_user.inc:1703 +#: plugins/personal/generic/class_user.inc:1737 msgid "Employee type" msgstr "Qualifica" #: plugins/personal/generic/generic.tpl:342 #: plugins/personal/generic/generic.tpl:358 -#: plugins/personal/generic/class_user.inc:1701 +#: plugins/personal/generic/class_user.inc:1735 #: plugins/admin/departments/class_domain.inc:93 #: plugins/admin/departments/generic.tpl:51 #: plugins/admin/departments/organization.tpl:51 #: plugins/admin/departments/class_localityGeneric.inc:93 #: plugins/admin/departments/locality.tpl:39 -#: plugins/admin/departments/class_department.inc:678 +#: plugins/admin/departments/class_department.inc:686 #: plugins/admin/departments/dcObject.tpl:39 #: plugins/admin/departments/domain.tpl:39 #: plugins/admin/departments/country.tpl:39 @@ -3188,101 +2336,115 @@ msgstr "Utenti di Dominio" msgid "Room No." msgstr "Stanza No." +#: plugins/personal/generic/generic.tpl:397 +#: plugins/personal/generic/generic.tpl:577 +#: plugins/personal/generic/class_user.inc:1369 +#: plugins/personal/generic/class_user.inc:1857 +#: plugins/admin/users/class_userManagement.inc:783 +#: plugins/admin/groups/class_groupManagement.inc:181 +#: plugins/admin/departments/generic.tpl:110 +#: plugins/admin/departments/organization.tpl:109 +#: plugins/admin/departments/class_department.inc:378 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:55 +#: plugins/admin/ogroups/class_ogroupManagement.inc:188 +msgid "Phone" +msgstr "Telefono" + #: plugins/personal/generic/generic.tpl:406 -#: plugins/personal/generic/class_user.inc:1377 -#: plugins/personal/generic/class_user.inc:1829 +#: plugins/personal/generic/class_user.inc:1375 +#: plugins/personal/generic/class_user.inc:1863 msgid "Mobile" msgstr "Cellulare" #: plugins/personal/generic/generic.tpl:414 -#: plugins/personal/generic/class_user.inc:1380 -#: plugins/personal/generic/class_user.inc:1832 +#: plugins/personal/generic/class_user.inc:1378 +#: plugins/personal/generic/class_user.inc:1866 msgid "Pager" msgstr "Pager" #: plugins/personal/generic/generic.tpl:422 #: plugins/personal/generic/generic.tpl:589 -#: plugins/personal/generic/class_user.inc:1374 -#: plugins/personal/generic/class_user.inc:1826 +#: plugins/personal/generic/class_user.inc:1372 +#: plugins/personal/generic/class_user.inc:1860 #: plugins/admin/departments/generic.tpl:118 #: plugins/admin/departments/organization.tpl:117 -#: plugins/admin/departments/class_department.inc:379 -#: plugins/admin/departments/class_department.inc:677 +#: plugins/admin/departments/class_department.inc:381 +#: plugins/admin/departments/class_department.inc:685 #: plugins/admin/departments/class_organizationGeneric.inc:133 msgid "Fax" msgstr "Fax" #: plugins/personal/generic/generic.tpl:439 -#: plugins/personal/generic/class_user.inc:1712 +#: plugins/personal/generic/class_user.inc:1746 #: plugins/admin/departments/generic.tpl:83 #: plugins/admin/departments/generic.tpl:85 #: plugins/admin/departments/generic.tpl:95 #: plugins/admin/departments/organization.tpl:82 #: plugins/admin/departments/organization.tpl:94 #: plugins/admin/departments/class_localityGeneric.inc:91 -#: plugins/admin/departments/class_department.inc:674 +#: plugins/admin/departments/class_department.inc:682 #: plugins/admin/departments/class_organizationGeneric.inc:130 msgid "Location" msgstr "Località" #: plugins/personal/generic/generic.tpl:447 -#: plugins/personal/generic/class_user.inc:1711 +#: plugins/personal/generic/class_user.inc:1745 #: plugins/admin/departments/generic.tpl:87 #: plugins/admin/departments/organization.tpl:86 -#: plugins/admin/departments/class_department.inc:673 +#: plugins/admin/departments/class_department.inc:681 #: plugins/admin/departments/class_organizationGeneric.inc:129 msgid "State" msgstr "Stato" #: plugins/personal/generic/generic.tpl:471 -#: plugins/personal/generic/class_user.inc:1656 +#: plugins/personal/generic/class_user.inc:1668 msgid "Vocation" msgstr "" #: plugins/personal/generic/generic.tpl:479 -#: plugins/personal/generic/class_user.inc:1659 +#: plugins/personal/generic/class_user.inc:1671 msgid "Unit description" msgstr "Descrizoione unità" #: plugins/personal/generic/generic.tpl:488 -#: plugins/personal/generic/class_user.inc:1660 +#: plugins/personal/generic/class_user.inc:1672 msgid "Subject area" msgstr "" #: plugins/personal/generic/generic.tpl:497 -#: plugins/personal/generic/class_user.inc:1661 +#: plugins/personal/generic/class_user.inc:1673 msgid "Functional title" msgstr "Funzione" #: plugins/personal/generic/generic.tpl:506 -#: plugins/personal/generic/class_user.inc:1665 +#: plugins/personal/generic/class_user.inc:1677 #: plugins/admin/acl/acl-list.xml:23 plugins/admin/acl/acl-list.xml:82 -#: plugins/admin/acl/class_aclRole.inc:716 +#: plugins/admin/acl/class_aclRole.inc:711 msgid "Role" msgstr "Ruolo" #: plugins/personal/generic/generic.tpl:520 -#: plugins/personal/generic/class_user.inc:1658 +#: plugins/personal/generic/class_user.inc:1670 msgid "Person locality" msgstr "Località personale" #: plugins/personal/generic/generic.tpl:529 -#: plugins/personal/generic/class_user.inc:1654 +#: plugins/personal/generic/class_user.inc:1666 msgid "Unit" msgstr "Unità" #: plugins/personal/generic/generic.tpl:538 -#: plugins/personal/generic/class_user.inc:1664 +#: plugins/personal/generic/class_user.inc:1676 msgid "Street" msgstr "Strada" #: plugins/personal/generic/generic.tpl:546 -#: plugins/personal/generic/class_user.inc:1666 +#: plugins/personal/generic/class_user.inc:1678 msgid "Postal code" msgstr "CAP" #: plugins/personal/generic/generic.tpl:554 -#: plugins/personal/generic/class_user.inc:1655 +#: plugins/personal/generic/class_user.inc:1667 msgid "House identifier" msgstr "Identificativo della casa" @@ -3291,7 +2453,7 @@ msgid "Please use the phone tab" msgstr "Usa il tab del telefono" #: plugins/personal/generic/generic.tpl:598 -#: plugins/personal/generic/class_user.inc:1657 +#: plugins/personal/generic/class_user.inc:1669 msgid "Last delivery" msgstr "Ultimo recapito" @@ -3301,222 +2463,194 @@ msgid "Edit organizational user settings" msgstr "Opzioni applicazione" #: plugins/personal/generic/class_user.inc:273 -#: plugins/personal/generic/class_user.inc:1876 -#: plugins/admin/departments/class_department.inc:154 -#: include/class_pluglist.inc:363 -msgid "Unknown" +#: plugins/personal/generic/class_user.inc:1910 +#: include/class_configRegistry.inc:185 +msgid "unknown" msgstr "" #: plugins/personal/generic/class_user.inc:297 msgid "Please add a single IP address or a network/netmask combination!" msgstr "" -#: plugins/personal/generic/class_user.inc:340 +#: plugins/personal/generic/class_user.inc:339 msgid "female" msgstr "femmina" -#: plugins/personal/generic/class_user.inc:340 +#: plugins/personal/generic/class_user.inc:339 msgid "male" msgstr "maschio" -#: plugins/personal/generic/class_user.inc:396 +#: plugins/personal/generic/class_user.inc:395 #, fuzzy msgid "Password configuration" msgstr "Scarica il file di configurazione" -#: plugins/personal/generic/class_user.inc:429 +#: plugins/personal/generic/class_user.inc:428 msgid "Cannot upload file!" msgstr "" -#: plugins/personal/generic/class_user.inc:522 +#: plugins/personal/generic/class_user.inc:521 #, fuzzy msgid "Serial number" msgstr "Numero di telefono" -#: plugins/personal/generic/class_user.inc:544 -#: plugins/personal/generic/class_user.inc:1694 +#: plugins/personal/generic/class_user.inc:543 +#: plugins/personal/generic/class_user.inc:1728 +#: plugins/personal/generic/generic_picture.tpl:1 #, fuzzy msgid "User picture" msgstr "Foto personale" -#: plugins/personal/generic/class_user.inc:569 -msgid "" -"(Some types of certificates are currently not supported and may be displayed " -"as 'invalid'.)" +#: plugins/personal/generic/class_user.inc:568 +msgid "(Not supported certificate types are marked as invalid.)" msgstr "" -#: plugins/personal/generic/class_user.inc:579 +#: plugins/personal/generic/class_user.inc:578 #, php-format msgid "Certificate is valid from %s to %s and is currently %s." msgstr "" -#: plugins/personal/generic/class_user.inc:582 +#: plugins/personal/generic/class_user.inc:581 msgid "valid" msgstr "valido" -#: plugins/personal/generic/class_user.inc:583 +#: plugins/personal/generic/class_user.inc:582 msgid "invalid" msgstr "invalido" -#: plugins/personal/generic/class_user.inc:588 +#: plugins/personal/generic/class_user.inc:587 msgid "No certificate installed" msgstr "Non ci sono certificati installati" -#: plugins/personal/generic/class_user.inc:614 html/password.php:180 +#: plugins/personal/generic/class_user.inc:613 html/password.php:179 #, fuzzy msgid "Password method" msgstr "Algorimo password" -#: plugins/personal/generic/class_user.inc:614 +#: plugins/personal/generic/class_user.inc:613 msgid "The selected password method is no longer available." msgstr "" -#: plugins/personal/generic/class_user.inc:1205 +#: plugins/personal/generic/class_user.inc:1203 msgid "Cannot build RDN: no + allowed to build sub RDN!" msgstr "" -#: plugins/personal/generic/class_user.inc:1212 +#: plugins/personal/generic/class_user.inc:1210 msgid "Cannot build RDN: attribute is not defined!" msgstr "" -#: plugins/personal/generic/class_user.inc:1230 +#: plugins/personal/generic/class_user.inc:1228 msgid "Cannot build RDN: invalid attribute parameters!" msgstr "" -#: plugins/personal/generic/class_user.inc:1301 +#: plugins/personal/generic/class_user.inc:1299 msgid "The selected password method requires initial configuration!" msgstr "" -#: plugins/personal/generic/class_user.inc:1343 -#: plugins/personal/generic/class_user.inc:1390 -#: plugins/personal/generic/class_user.inc:1681 -#: plugins/personal/generic/class_user.inc:1835 -#: plugins/admin/users/class_userManagement.inc:426 -#: plugins/admin/users/user-list.xml:57 -#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:40 -#: plugins/admin/groups/userSelect/user-list.xml:40 -msgid "Given name" -msgstr "Nome" - -#: plugins/personal/generic/class_user.inc:1500 +#: plugins/personal/generic/class_user.inc:1498 #, fuzzy msgid "Cannot open certificate!" msgstr "Impossibile aprite il certificato selezionato!" -#: plugins/personal/generic/class_user.inc:1662 +#: plugins/personal/generic/class_user.inc:1674 #: plugins/personal/generic/generic_certs.tpl:83 msgid "Certificate serial number" msgstr "Numero seriale del certificato" -#: plugins/personal/generic/class_user.inc:1670 +#: plugins/personal/generic/class_user.inc:1682 #, fuzzy msgid "Generic user settings" msgstr "Impostazioni generali delle code" -#: plugins/personal/generic/class_user.inc:1680 -#: plugins/admin/users/user-list.xml:49 -#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:48 -#: plugins/admin/groups/userSelect/user-list.xml:48 -msgid "Surname" -msgstr "Cognome" - -#: plugins/personal/generic/class_user.inc:1682 -#, fuzzy -msgid "User identification" -msgstr "Amministrazione utenti" +#: plugins/personal/generic/class_user.inc:1704 +#, php-format +msgid "" +"The 'accountRDN' option tells GOsa to use a placeholder pattern for " +"generating account RDNs. A pattern can include attribute names prefaced by a " +"%% and normal text: %s. This will generate a RDN consisting of cn=.... " +"filled with surname and given name of the edited account. This option " +"disables the use of accountPrimaryAttribute and personalTitleInDn." +msgstr "" -#: plugins/personal/generic/class_user.inc:1684 +#: plugins/personal/generic/class_user.inc:1718 #, fuzzy -msgid "Allow to define user filters" +msgid "Allow definition of custom filters" msgstr "File di configurazione" -#: plugins/personal/generic/class_user.inc:1691 +#: plugins/personal/generic/class_user.inc:1725 #, fuzzy msgid "Preferred language" msgstr "Lingua preferita" -#: plugins/personal/generic/class_user.inc:1696 +#: plugins/personal/generic/class_user.inc:1730 #, fuzzy msgid "Login restrictions" msgstr "La password spira il" -#: plugins/personal/generic/class_user.inc:1700 +#: plugins/personal/generic/class_user.inc:1734 #, fuzzy msgid "Department number" msgstr "Dipartimento" -#: plugins/personal/generic/class_user.inc:1702 +#: plugins/personal/generic/class_user.inc:1736 #, fuzzy msgid "Employee number" msgstr "Qualifica" -#: plugins/personal/generic/class_user.inc:1705 +#: plugins/personal/generic/class_user.inc:1739 #, fuzzy msgid "Room number" msgstr "Numero di telefono" -#: plugins/personal/generic/class_user.inc:1706 +#: plugins/personal/generic/class_user.inc:1740 #, fuzzy msgid "Telefon number" msgstr "Numero di telefono" -#: plugins/personal/generic/class_user.inc:1707 +#: plugins/personal/generic/class_user.inc:1741 #, fuzzy msgid "Pager number" msgstr "Numero di telefono" -#: plugins/personal/generic/class_user.inc:1708 +#: plugins/personal/generic/class_user.inc:1742 #, fuzzy msgid "Mobile number" msgstr "Cellulare" -#: plugins/personal/generic/class_user.inc:1709 +#: plugins/personal/generic/class_user.inc:1743 #, fuzzy msgid "Fax number" msgstr "Numero di telefono" -#: plugins/personal/generic/class_user.inc:1715 +#: plugins/personal/generic/class_user.inc:1749 msgid "Home postal address" msgstr "" -#: plugins/personal/generic/class_user.inc:1716 +#: plugins/personal/generic/class_user.inc:1750 #, fuzzy msgid "Home phone number" msgstr "Numero di telefono" -#: plugins/personal/generic/class_user.inc:1718 +#: plugins/personal/generic/class_user.inc:1752 #, fuzzy msgid "User password method" msgstr "Algorimo password" -#: plugins/personal/generic/class_user.inc:1719 +#: plugins/personal/generic/class_user.inc:1753 #, fuzzy msgid "User certificates" msgstr "Certificato standard" -#: plugins/personal/generic/class_user.inc:1927 +#: plugins/personal/generic/class_user.inc:1961 #, fuzzy msgid "Entries differ" msgstr "Gruppo di utenti" -#: plugins/personal/generic/generic_picture.tpl:1 -msgid "Personal picture" -msgstr "Foto personale" - #: plugins/personal/generic/generic_picture.tpl:14 #: plugins/personal/generic/paste_generic.tpl:43 msgid "Remove picture" msgstr "Elimina foto" -#: plugins/personal/generic/password.tpl:2 -msgid "" -"You have changed the method your password is stored in the ldap database. " -"For that reason you've to enter your password at this point again. GOsa will " -"then encode it with the selected method." -msgstr "" -"Hai modificato il metodo con cui la tua password è immagazzinata nel " -"database LDAP. Per questo motivo devi inserire nuovamnete la tua password." - #: plugins/personal/generic/generic_certs.tpl:5 #, fuzzy msgid "The users standard certificate" @@ -3526,6 +2660,19 @@ msgstr "Certificato standard" msgid "Standard certificate" msgstr "Certificato standard" +#: plugins/personal/generic/generic_certs.tpl:22 +#: plugins/personal/generic/generic_certs.tpl:48 +#: plugins/personal/generic/generic_certs.tpl:74 +#: plugins/admin/users/user-list.xml:121 +#: plugins/admin/groups/group-list.xml:98 +#: plugins/admin/departments/dep-list.xml:160 +#: plugins/admin/departments/dep-list.xml:181 +#: plugins/admin/acl/acl-list.xml:95 plugins/admin/acl/acl-list.xml:144 +#: plugins/admin/ogroups/ogroup-list.xml:98 +#: plugins/addons/propertyEditor/property-list.xml:108 +msgid "Remove" +msgstr "Rimuovi" + #: plugins/personal/generic/generic_certs.tpl:31 #, fuzzy msgid "The users S/MIME certificate" @@ -3575,23 +2722,23 @@ msgid "Generic settings" msgstr "Impostazioni generali delle code" #: plugins/personal/posix/generic.tpl:8 -#: plugins/personal/posix/class_posixAccount.inc:884 -#: plugins/personal/posix/class_posixAccount.inc:887 -#: plugins/personal/posix/class_posixAccount.inc:962 -#: plugins/personal/posix/class_posixAccount.inc:965 -#: plugins/personal/posix/class_posixAccount.inc:1309 +#: plugins/personal/posix/class_posixAccount.inc:857 +#: plugins/personal/posix/class_posixAccount.inc:860 +#: plugins/personal/posix/class_posixAccount.inc:935 +#: plugins/personal/posix/class_posixAccount.inc:938 +#: plugins/personal/posix/class_posixAccount.inc:1305 #: plugins/personal/posix/paste_generic.tpl:5 #: plugins/personal/posix/paste_generic.tpl:8 msgid "Home directory" msgstr "Home directory" #: plugins/personal/posix/generic.tpl:16 -#: plugins/personal/posix/class_posixAccount.inc:1311 +#: plugins/personal/posix/class_posixAccount.inc:1307 msgid "Shell" msgstr "Shell" #: plugins/personal/posix/generic.tpl:26 -#: plugins/personal/posix/class_posixAccount.inc:1310 +#: plugins/personal/posix/class_posixAccount.inc:1306 #: plugins/personal/posix/paste_generic.tpl:17 msgid "Primary group" msgstr "Gruppo primario" @@ -3611,28 +2758,22 @@ msgid "Force UID/GID" msgstr "Forza UID/GID" #: plugins/personal/posix/generic.tpl:64 -#: plugins/personal/posix/class_posixAccount.inc:895 -#: plugins/personal/posix/class_posixAccount.inc:898 +#: plugins/personal/posix/class_posixAccount.inc:868 +#: plugins/personal/posix/class_posixAccount.inc:871 #: plugins/personal/posix/paste_generic.tpl:36 msgid "UID" msgstr "UID" #: plugins/personal/posix/generic.tpl:75 -#: plugins/personal/posix/class_posixAccount.inc:902 -#: plugins/personal/posix/class_posixAccount.inc:905 +#: plugins/personal/posix/class_posixAccount.inc:875 +#: plugins/personal/posix/class_posixAccount.inc:878 #: plugins/personal/posix/paste_generic.tpl:45 -#: plugins/admin/groups/class_group.inc:943 #: plugins/admin/groups/class_group.inc:946 -#: plugins/admin/groups/class_group.inc:1025 +#: plugins/admin/groups/class_group.inc:949 +#: plugins/admin/groups/class_group.inc:1041 msgid "GID" msgstr "GID" -#: plugins/personal/posix/generic.tpl:89 -#: plugins/personal/posix/paste_generic.tpl:54 -#: plugins/personal/posix/paste_generic.tpl:57 -msgid "Group membership" -msgstr "Gruppi di appartenenza" - #: plugins/personal/posix/generic.tpl:92 #: plugins/personal/posix/paste_generic.tpl:65 msgid "(Warning: more than 16 groups are not supported by NFS!)" @@ -3661,6 +2802,10 @@ msgstr "" msgid "Edit public ssh keys..." msgstr "" +#: plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc:173 +msgid "disabled" +msgstr "disabilitato" + #: plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc:173 msgid "full access" msgstr "accesso completo" @@ -3670,7 +2815,7 @@ msgid "allow access to these hosts" msgstr "accesso limitato ai seguenti host" #: plugins/personal/posix/trustModeDialog/generic.tpl:2 -#: plugins/admin/groups/class_group.inc:1029 +#: plugins/admin/groups/class_group.inc:1045 msgid "System trust" msgstr "Accesso ai sistemi" @@ -3692,177 +2837,182 @@ msgstr "Opzioni di posta dell'identità" msgid "Password expires on" msgstr "La password spira il" +#: plugins/personal/posix/class_posixAccount.inc:37 +#: plugins/personal/posix/class_posixAccount.inc:270 +#: plugins/personal/posix/class_posixAccount.inc:290 +#: plugins/personal/posix/class_posixAccount.inc:292 +#: plugins/personal/posix/class_posixAccount.inc:295 +#: plugins/admin/users/class_userManagement.inc:759 +msgid "POSIX" +msgstr "" + #: plugins/personal/posix/class_posixAccount.inc:38 #, fuzzy msgid "Edit users POSIX settings" msgstr "Impostazioni Unix" -#: plugins/personal/posix/class_posixAccount.inc:150 +#: plugins/personal/posix/class_posixAccount.inc:146 #, fuzzy msgid "expired" msgstr "Esporta" -#: plugins/personal/posix/class_posixAccount.inc:152 +#: plugins/personal/posix/class_posixAccount.inc:148 msgid "grace time active" msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:151 +#: plugins/personal/posix/class_posixAccount.inc:153 #: plugins/personal/posix/class_posixAccount.inc:155 -#: plugins/personal/posix/class_posixAccount.inc:157 -#: plugins/personal/posix/class_posixAccount.inc:159 #, fuzzy msgid "active" msgstr "Privato" -#: plugins/personal/posix/class_posixAccount.inc:155 +#: plugins/personal/posix/class_posixAccount.inc:151 #, fuzzy msgid "password not changeable" msgstr "Nuova password" -#: plugins/personal/posix/class_posixAccount.inc:157 +#: plugins/personal/posix/class_posixAccount.inc:153 #, fuzzy msgid "password expired" msgstr "La password spira il" -#: plugins/personal/posix/class_posixAccount.inc:219 +#: plugins/personal/posix/class_posixAccount.inc:215 #: include/class_management.inc:32 include/class_management.inc:33 msgid "unconfigured" msgstr "non configurata" -#: plugins/personal/posix/class_posixAccount.inc:230 +#: plugins/personal/posix/class_posixAccount.inc:226 msgid "automatic" msgstr "automatico" -#: plugins/personal/posix/class_posixAccount.inc:274 -#: plugins/personal/posix/class_posixAccount.inc:294 -#: plugins/personal/posix/class_posixAccount.inc:296 -#: plugins/personal/posix/class_posixAccount.inc:299 -#: plugins/admin/users/class_userManagement.inc:759 -msgid "POSIX" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:290 +#: plugins/admin/users/class_userManagement.inc:767 +#: plugins/admin/groups/class_groupManagement.inc:173 +msgid "Samba" +msgstr "Samba" -#: plugins/personal/posix/class_posixAccount.inc:294 -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:104 +#: plugins/personal/posix/class_posixAccount.inc:290 #: plugins/admin/users/class_userManagement.inc:775 #: plugins/admin/groups/class_groupManagement.inc:197 -#: plugins/admin/ogroups/tabs_ogroups.inc:222 msgid "Environment" msgstr "Ambiente" -#: plugins/personal/posix/class_posixAccount.inc:378 +#: plugins/personal/posix/class_posixAccount.inc:374 #, php-format msgid "Password can't be changed up to %s days after last change" msgstr "" "La password non può essere cambiata per %s giorni dall'ultimo cambiamento" -#: plugins/personal/posix/class_posixAccount.inc:382 +#: plugins/personal/posix/class_posixAccount.inc:378 #, php-format msgid "Password must be changed after %s days" msgstr "La password deve essere cambiata dopo %s giorni" -#: plugins/personal/posix/class_posixAccount.inc:386 +#: plugins/personal/posix/class_posixAccount.inc:382 #, fuzzy, php-format msgid "Disable account after %s days of inactivity after password expiry" msgstr "" "Disabilita l'account dopo %s giorni di inattività dopo che la password è " "spirata" -#: plugins/personal/posix/class_posixAccount.inc:390 +#: plugins/personal/posix/class_posixAccount.inc:386 #, fuzzy, php-format msgid "Warn user %s days before password expiry" msgstr "Avvisa l'utente %s giorni prima che la password spiri" -#: plugins/personal/posix/class_posixAccount.inc:678 +#: plugins/personal/posix/class_posixAccount.inc:650 msgid "Timeout while waiting for lock. Ignoring lock!" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:736 -#: plugins/personal/posix/class_posixAccount.inc:1026 +#: plugins/personal/posix/class_posixAccount.inc:708 +#: plugins/personal/posix/class_posixAccount.inc:999 msgid "Group of user" msgstr "Gruppo di utenti" -#: plugins/personal/posix/class_posixAccount.inc:803 +#: plugins/personal/posix/class_posixAccount.inc:773 msgid "" "A duplicated UID number was written for this user. If this was not intended " "please verify all used uidNumbers!" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:918 -#: plugins/personal/posix/class_posixAccount.inc:971 +#: plugins/personal/posix/class_posixAccount.inc:891 +#: plugins/personal/posix/class_posixAccount.inc:944 #, fuzzy msgid "shadowMin" msgstr "Mostra terminali" -#: plugins/personal/posix/class_posixAccount.inc:923 -#: plugins/personal/posix/class_posixAccount.inc:976 +#: plugins/personal/posix/class_posixAccount.inc:896 +#: plugins/personal/posix/class_posixAccount.inc:949 msgid "shadowMax" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:928 -#: plugins/personal/posix/class_posixAccount.inc:981 +#: plugins/personal/posix/class_posixAccount.inc:901 +#: plugins/personal/posix/class_posixAccount.inc:954 #, fuzzy msgid "shadowWarning" msgstr "Mostra workstation" -#: plugins/personal/posix/class_posixAccount.inc:942 -#: plugins/personal/posix/class_posixAccount.inc:995 +#: plugins/personal/posix/class_posixAccount.inc:915 +#: plugins/personal/posix/class_posixAccount.inc:968 #, fuzzy msgid "shadowInactive" msgstr "Mostra stampanti" -#: plugins/personal/posix/class_posixAccount.inc:1299 +#: plugins/personal/posix/class_posixAccount.inc:1291 #, fuzzy msgid "POSIX account" msgstr "Estenzioni FTP" -#: plugins/personal/posix/class_posixAccount.inc:1313 +#: plugins/personal/posix/class_posixAccount.inc:1309 #, fuzzy msgid "Group ID" msgstr "Gruppo" -#: plugins/personal/posix/class_posixAccount.inc:1315 +#: plugins/personal/posix/class_posixAccount.inc:1311 #, fuzzy msgid "Shadow last changed" msgstr "Mostra telefoni" -#: plugins/personal/posix/class_posixAccount.inc:1316 +#: plugins/personal/posix/class_posixAccount.inc:1312 #, fuzzy msgid "Last login" msgstr "Scegli il tuo numero di telefono personale" -#: plugins/personal/posix/class_posixAccount.inc:1318 +#: plugins/personal/posix/class_posixAccount.inc:1314 #, fuzzy msgid "Force password change on login" msgstr "Cambia la password" -#: plugins/personal/posix/class_posixAccount.inc:1319 +#: plugins/personal/posix/class_posixAccount.inc:1315 #, fuzzy msgid "Shadow min" msgstr "Mostra terminali" -#: plugins/personal/posix/class_posixAccount.inc:1320 +#: plugins/personal/posix/class_posixAccount.inc:1316 msgid "Shadow max" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1321 +#: plugins/personal/posix/class_posixAccount.inc:1317 #, fuzzy msgid "Shadow warning" msgstr "Mostra workstation" -#: plugins/personal/posix/class_posixAccount.inc:1322 +#: plugins/personal/posix/class_posixAccount.inc:1318 #, fuzzy msgid "Shadow inactive" msgstr "Mostra stampanti" -#: plugins/personal/posix/class_posixAccount.inc:1323 +#: plugins/personal/posix/class_posixAccount.inc:1319 #, fuzzy msgid "Shadow expire" msgstr "Mostra persone" -#: plugins/personal/posix/class_posixAccount.inc:1324 +#: plugins/personal/posix/class_posixAccount.inc:1320 msgid "Public SSH key" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1325 +#: plugins/personal/posix/class_posixAccount.inc:1321 #, fuzzy msgid "System trust model" msgstr "Accesso ai sistemi" @@ -3903,6 +3053,29 @@ msgstr "Parametro" msgid "Please select the desired entries" msgstr "Lingua preferita" +#: plugins/personal/posix/groupSelect/group-list.xml:13 +#: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:23 +#: plugins/admin/groups/group-list.xml:15 +#: plugins/admin/groups/group-list.xml:79 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:71 +#: plugins/admin/ogroups/class_ogroupManagement.inc:184 +#: plugins/admin/ogroups/ogroup-list.xml:79 +#: plugins/addons/propertyEditor/property-list.xml:64 +msgid "Group" +msgstr "Gruppo" + +#: plugins/personal/posix/trustSelect/trust-list.xml:12 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:23 +#: plugins/admin/ogroups/class_ogroupManagement.inc:187 +msgid "Server" +msgstr "Server" + +#: plugins/personal/posix/trustSelect/trust-list.xml:19 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:31 +#: plugins/admin/ogroups/class_ogroupManagement.inc:189 +msgid "Workstation" +msgstr "" + #: plugins/personal/posix/trustSelect/trust-list.xml:26 #: plugins/admin/ogroups/objectSelect/selectObject-list.xml:39 #: plugins/admin/ogroups/class_ogroupManagement.inc:191 @@ -3915,59 +3088,29 @@ msgstr "Terminali" msgid "Trust machine selection" msgstr "Impostazioni FAX" -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:64 -#: plugins/admin/groups/class_groupManagement.inc:157 -#, fuzzy -msgid "Posix" -msgstr "Proxy" - -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:65 -#: plugins/admin/groups/class_groupManagement.inc:158 -#, fuzzy -msgid "Edit posix properties" -msgstr "Modifica proprietà" - -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:73 -#: plugins/admin/users/class_userManagement.inc:764 -#: plugins/admin/groups/class_groupManagement.inc:166 -#, fuzzy -msgid "Edit mail properties" -msgstr "Modifica proprietà" - -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:81 -#: plugins/admin/users/class_userManagement.inc:768 -#: plugins/admin/groups/class_groupManagement.inc:174 -#, fuzzy -msgid "Edit samba properties" -msgstr "Modifica proprietà" - -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:89 -#: plugins/admin/users/class_userManagement.inc:784 -#: plugins/admin/groups/class_groupManagement.inc:182 -#, fuzzy -msgid "Edit phone properties" -msgstr "Modifica proprietà" - -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:96 -#: plugins/admin/groups/class_groupManagement.inc:189 -#, fuzzy -msgid "Menu" -msgstr "Stampante" - -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:97 -#: plugins/admin/groups/class_groupManagement.inc:190 +#: plugins/personal/myaccount/main.inc:50 +#: include/class_CopyPasteHandler.inc:160 +#: include/class_CopyPasteHandler.inc:274 include/functions.inc:617 +#: include/functions.inc:804 include/functions.inc:922 +#: include/functions.inc:1317 include/functions.inc:2315 +#: include/functions.inc:2349 include/functions.inc:2369 +#: include/class_log.inc:87 include/class_acl.inc:976 +#: include/class_ldap.inc:693 include/class_ldap.inc:744 +#: include/class_management.inc:634 include/class_management.inc:717 +#: include/class_session.inc:76 include/class_session.inc:101 +#: include/class_session.inc:127 #, fuzzy -msgid "Edit start menu properties" -msgstr "Modifica proprietà" +msgid "Internal error" +msgstr "Terminal Server" -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:105 -#: plugins/admin/users/class_userManagement.inc:776 -#: plugins/admin/groups/class_groupManagement.inc:198 -#, fuzzy -msgid "Edit environment properties" -msgstr "Modifica proprietà" +#: plugins/personal/myaccount/main.inc:51 include/class_management.inc:635 +#: include/class_management.inc:718 +#, php-format +msgid "" +"Cannot instantiate tabbed-plugin, the base plugin (%s) is not available!" +msgstr "" -#: plugins/personal/myaccount/main.inc:112 +#: plugins/personal/myaccount/main.inc:125 #, fuzzy msgid "You have no permission to set your password!" msgstr "Non hai il permesso di cambiare la tua password." @@ -3977,6 +3120,15 @@ msgstr "Non hai il permesso di cambiare la tua password." msgid "Edit personal settings" msgstr "Impostazioni Unix" +#: plugins/personal/myaccount/password.tpl:2 +msgid "" +"You have changed the method your password is stored in the ldap database. " +"For that reason you've to enter your password at this point again. GOsa will " +"then encode it with the selected method." +msgstr "" +"Hai modificato il metodo con cui la tua password è immagazzinata nel " +"database LDAP. Per questo motivo devi inserire nuovamnete la tua password." + #: plugins/admin/users/password.tpl:4 msgid "" "To change the user password use the fields below. The changes take effect " @@ -3984,12 +3136,12 @@ msgid "" "able to login without it." msgstr "" -#: plugins/admin/users/password.tpl:11 +#: plugins/admin/users/password.tpl:7 #, fuzzy msgid "Password input dialog" msgstr "Cambia la password" -#: plugins/admin/users/password.tpl:21 +#: plugins/admin/users/password.tpl:23 #, fuzzy msgid "Strength" msgstr "Strada" @@ -4015,7 +3167,7 @@ msgstr "Mostra utenti di posta" #: plugins/admin/users/class_userManagement.inc:26 msgid "" -"Manage aspects of user accounts like generic, posix, samba and mail settings" +"Manage aspects of user accounts like generic, POSIX, samba and mail settings" msgstr "" #: plugins/admin/users/class_userManagement.inc:189 @@ -4027,11 +3179,9 @@ msgstr "Errore PHP" #: plugins/admin/users/class_userManagement.inc:221 #: plugins/admin/users/class_userManagement.inc:629 -#: include/class_management.inc:302 include/class_management.inc:459 -#: include/class_management.inc:506 include/class_management.inc:543 -#: include/class_management.inc:557 include/class_plugin.inc:1434 -#: include/class_plugin.inc:1446 include/class_plugin.inc:1461 -#: include/class_plugin.inc:1474 +#: include/class_management.inc:304 include/class_management.inc:462 +#: include/class_management.inc:509 include/class_management.inc:524 +#: include/class_management.inc:561 include/class_management.inc:575 #, fuzzy msgid "Permission" msgstr "Permessi" @@ -4044,7 +3194,7 @@ msgstr "Non hai il permesso di cambiare la tua password." #: plugins/admin/users/class_userManagement.inc:348 #: plugins/admin/users/class_userManagement.inc:382 #: plugins/admin/users/class_userManagement.inc:413 -#: plugins/admin/ogroups/class_ogroup.inc:300 +#: plugins/admin/ogroups/class_ogroup.inc:309 msgid "none" msgstr "nessuno" @@ -4057,7 +3207,7 @@ msgstr "" #: plugins/admin/users/class_userManagement.inc:587 #: plugins/admin/users/class_userManagement.inc:591 #: plugins/admin/acl/class_aclManagement.inc:98 -#: include/class_management.inc:383 +#: include/class_management.inc:385 #, fuzzy msgid "Permission error" msgstr "Permessi" @@ -4094,20 +3244,54 @@ msgstr "Modifica proprietà" msgid "Edit POSIX properties" msgstr "Modifica proprietà" -#: plugins/admin/users/class_userManagement.inc:771 -msgid "Netatalk" -msgstr "" +#: plugins/admin/users/class_userManagement.inc:762 +#: plugins/admin/groups/class_groupManagement.inc:165 +#: plugins/admin/ogroups/tabs_ogroups.inc:150 +msgid "Mail" +msgstr "Posta" -#: plugins/admin/users/class_userManagement.inc:772 +#: plugins/admin/users/class_userManagement.inc:764 +#: plugins/admin/groups/class_groupManagement.inc:166 #, fuzzy -msgid "Edit netatalk properties" +msgid "Edit mail properties" msgstr "Modifica proprietà" -#: plugins/admin/users/class_userManagement.inc:780 +#: plugins/admin/users/class_userManagement.inc:768 +#: plugins/admin/groups/class_groupManagement.inc:174 +#, fuzzy +msgid "Edit samba properties" +msgstr "Modifica proprietà" + +#: plugins/admin/users/class_userManagement.inc:771 +msgid "Netatalk" +msgstr "" + +#: plugins/admin/users/class_userManagement.inc:772 +#, fuzzy +msgid "Edit netatalk properties" +msgstr "Modifica proprietà" + +#: plugins/admin/users/class_userManagement.inc:776 +#: plugins/admin/groups/class_groupManagement.inc:198 +#, fuzzy +msgid "Edit environment properties" +msgstr "Modifica proprietà" + +#: plugins/admin/users/class_userManagement.inc:779 +msgid "FAX" +msgstr "FAX" + +#: plugins/admin/users/class_userManagement.inc:780 #, fuzzy msgid "Edit FAX properties" msgstr "Modifica proprietà" +#: plugins/admin/users/class_userManagement.inc:784 +#: plugins/admin/groups/class_groupManagement.inc:182 +#, fuzzy +msgid "Edit phone properties" +msgstr "Modifica proprietà" + #: plugins/admin/users/templatize.tpl:2 #, fuzzy msgid "Applying a template" @@ -4132,6 +3316,15 @@ msgstr "" msgid "List of users" msgstr "Lista degli utenti" +#: plugins/admin/users/user-list.xml:23 plugins/admin/users/user-list.xml:95 +#: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:15 +#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:14 +#: plugins/admin/groups/userSelect/user-list.xml:14 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:63 +#: plugins/admin/ogroups/class_ogroupManagement.inc:183 +msgid "User" +msgstr "" + #: plugins/admin/users/user-list.xml:73 plugins/admin/groups/group-list.xml:57 #: plugins/admin/departments/generic.tpl:7 #: plugins/admin/departments/generic.tpl:9 @@ -4149,11 +3342,11 @@ msgstr "Lista degli utenti" msgid "Properties" msgstr "" -#: plugins/admin/users/user-list.xml:78 -#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:64 -#: plugins/admin/groups/group-list.xml:62 +#: plugins/admin/users/user-list.xml:78 plugins/admin/groups/group-list.xml:62 #: plugins/admin/departments/dep-list.xml:87 plugins/admin/acl/acl-list.xml:65 -#: plugins/admin/ogroups/ogroup-list.xml:62 include/class_listing.inc:1127 +#: plugins/admin/ogroups/ogroup-list.xml:62 +#: plugins/addons/propertyEditor/property-list.xml:96 +#: include/class_listing.inc:1174 msgid "Actions" msgstr "Azioni" @@ -4164,10 +3357,6 @@ msgstr "Azioni" msgid "Edit" msgstr "Modifica" -#: plugins/admin/users/user-list.xml:128 plugins/admin/users/user-list.xml:230 -msgid "Change password" -msgstr "Cambia la password" - #: plugins/admin/users/user-list.xml:140 #, fuzzy msgid "Lock users" @@ -4285,97 +3474,114 @@ msgstr "I membri sono in un gruppo di risposta telefonica" msgid "Members are in a nagios group" msgstr "I membri sono in un gruppo di risposta telefonica" -#: plugins/admin/groups/generic.tpl:173 -msgid "Group members" -msgstr "Membri del gruppo" - -#: plugins/admin/groups/generic.tpl:180 +#: plugins/admin/groups/generic.tpl:174 #, fuzzy -msgid "In all groups" -msgstr "Gruppo primario" +msgid "Common group members" +msgstr "Mostra gruppi" #: plugins/admin/groups/generic.tpl:183 #, fuzzy -msgid "Not in all groups" -msgstr "Mostra gruppi di posta" +msgid "Partial group members" +msgstr "Membri del gruppo" + +#: plugins/admin/groups/generic.tpl:188 +msgid "Group members" +msgstr "Membri del gruppo" #: plugins/admin/groups/class_groupManagement.inc:26 msgid "" -"Manage aspects of groups like members, posix, desktop, samba and mail " +"Manage aspects of groups like members, POSIX, desktop, samba and mail " "settings" msgstr "" -#: plugins/admin/groups/class_group.inc:159 -#: plugins/admin/groups/class_group.inc:547 +#: plugins/admin/groups/class_groupManagement.inc:157 +#, fuzzy +msgid "Posix" +msgstr "Proxy" + +#: plugins/admin/groups/class_groupManagement.inc:158 +#, fuzzy +msgid "Edit posix properties" +msgstr "Modifica proprietà" + +#: plugins/admin/groups/class_groupManagement.inc:189 +#, fuzzy +msgid "Menu" +msgstr "Stampante" + +#: plugins/admin/groups/class_groupManagement.inc:190 +#, fuzzy +msgid "Edit start menu properties" +msgstr "Modifica proprietà" + +#: plugins/admin/groups/class_group.inc:166 #: include/class_CopyPasteHandler.inc:119 #: include/class_CopyPasteHandler.inc:128 #: include/class_CopyPasteHandler.inc:177 #: include/class_CopyPasteHandler.inc:186 -#: include/class_CopyPasteHandler.inc:194 include/class_config.inc:155 -#: include/class_config.inc:702 include/class_config.inc:1153 -#: include/class_config.inc:1166 include/class_config.inc:1184 -#: include/functions.inc:802 include/functions.inc:3073 -#: include/functions.inc:3105 include/functions.inc:3118 +#: include/class_CopyPasteHandler.inc:194 include/class_config.inc:162 +#: include/class_config.inc:678 include/class_config.inc:1138 +#: include/class_config.inc:1151 include/class_config.inc:1169 +#: include/functions.inc:814 include/functions.inc:3023 +#: include/functions.inc:3066 include/functions.inc:3079 #: include/password-methods/class_password-methods-ssha.inc:51 #: include/password-methods/class_password-methods-sha.inc:48 -#: include/utils/class_timezone.inc:47 include/class_SnapshotHandler.inc:45 -#: include/class_SnapshotHandler.inc:58 include/class_SnapshotHandler.inc:76 -#: include/class_pluglist.inc:98 html/index.php:156 html/index.php:228 -#: html/password.php:86 html/main.php:230 +#: include/utils/class_timezone.inc:47 include/class_SnapshotHandler.inc:44 +#: include/class_SnapshotHandler.inc:57 include/class_SnapshotHandler.inc:75 +#: include/class_pluglist.inc:92 html/index.php:157 html/index.php:233 +#: html/password.php:84 html/main.php:239 #, fuzzy msgid "Configuration error" msgstr "File di configurazione" -#: plugins/admin/groups/class_group.inc:159 +#: plugins/admin/groups/class_group.inc:166 msgid "Cannot find group SID in your configuration!" msgstr "" -#: plugins/admin/groups/class_group.inc:311 +#: plugins/admin/groups/class_group.inc:210 +#: plugins/admin/groups/class_group.inc:1170 +#: plugins/admin/groups/class_group.inc:1180 +#, fuzzy +msgid "Surename" +msgstr "Cognome" + +#: plugins/admin/groups/class_group.inc:310 msgid "Samba group" msgstr "Gruppo Samba" -#: plugins/admin/groups/class_group.inc:311 +#: plugins/admin/groups/class_group.inc:310 msgid "Domain admins" msgstr "Amministratori di Dominio" -#: plugins/admin/groups/class_group.inc:311 +#: plugins/admin/groups/class_group.inc:310 msgid "Domain users" msgstr "Utenti di Dominio" -#: plugins/admin/groups/class_group.inc:312 +#: plugins/admin/groups/class_group.inc:311 msgid "Domain guests" msgstr "Ospiti di Dominio" -#: plugins/admin/groups/class_group.inc:317 +#: plugins/admin/groups/class_group.inc:316 #, php-format msgid "Special group (%d)" msgstr "Gruppo speciale (%d)" -#: plugins/admin/groups/class_group.inc:420 +#: plugins/admin/groups/class_group.inc:464 #, php-format msgid "Adding UID '%s' to group '%s' failed: cannot find user object!" msgstr "" -#: plugins/admin/groups/class_group.inc:426 +#: plugins/admin/groups/class_group.inc:470 #, php-format msgid "Add UID '%s' to group '%s' failed: UID is used more than once!" msgstr "" -#: plugins/admin/groups/class_group.inc:504 -msgid "! unknown UID" -msgstr "" - -#: plugins/admin/groups/class_group.inc:547 -#, php-format -msgid "Search returned too many results. Not displaying more than %s entries!" -msgstr "" - -#: plugins/admin/groups/class_group.inc:730 +#: plugins/admin/groups/class_group.inc:733 #, fuzzy, php-format msgid "Cannot find any SID for '%s'!" msgstr "Rimuovi" -#: plugins/admin/groups/class_group.inc:735 +#: plugins/admin/groups/class_group.inc:738 #, fuzzy, php-format msgid "Cannot find any RIDBASE for '%s'!" msgstr "Rimuovi" @@ -4385,32 +3591,38 @@ msgstr "Rimuovi" msgid "The gidNumber '%s' is already in use by %s!" msgstr "" -#: plugins/admin/groups/class_group.inc:1013 +#: plugins/admin/groups/class_group.inc:1016 #, fuzzy msgid "Generic group settings" msgstr "Impostazioni generali delle code" -#: plugins/admin/groups/class_group.inc:1027 +#: plugins/admin/groups/class_group.inc:1029 +msgid "" +"The 'ogroupRDN' statement defines the location where new object groups will " +"be created. The default is 'ou=groups,'." +msgstr "" + +#: plugins/admin/groups/class_group.inc:1043 #, fuzzy msgid "Samba group type" msgstr "Gruppo Samba" -#: plugins/admin/groups/class_group.inc:1028 +#: plugins/admin/groups/class_group.inc:1044 #, fuzzy msgid "Samba domain name" msgstr "Home di Samba" -#: plugins/admin/groups/class_group.inc:1030 +#: plugins/admin/groups/class_group.inc:1046 #, fuzzy msgid "Phone pickup group" msgstr "I membri sono in un gruppo di risposta telefonica" -#: plugins/admin/groups/class_group.inc:1031 +#: plugins/admin/groups/class_group.inc:1047 #, fuzzy msgid "Nagios group" msgstr "Contatto" -#: plugins/admin/groups/class_group.inc:1033 +#: plugins/admin/groups/class_group.inc:1049 #, fuzzy msgid "Group member" msgstr "Membri del gruppo" @@ -4446,7 +3658,7 @@ msgstr "server" #: plugins/admin/departments/class_domain.inc:81 #: plugins/admin/departments/class_domain.inc:82 -#: plugins/admin/departments/class_departmentManagement.inc:202 +#: plugins/admin/departments/class_departmentManagement.inc:205 #: plugins/admin/departments/class_dcObject.inc:81 #: plugins/admin/departments/class_dcObject.inc:82 #, fuzzy @@ -4458,7 +3670,7 @@ msgstr "Amministratori di Dominio" #: plugins/admin/departments/organization.tpl:132 #: plugins/admin/departments/class_localityGeneric.inc:95 #: plugins/admin/departments/locality.tpl:67 -#: plugins/admin/departments/class_department.inc:680 +#: plugins/admin/departments/class_department.inc:688 #: plugins/admin/departments/dcObject.tpl:67 #: plugins/admin/departments/domain.tpl:67 #: plugins/admin/departments/country.tpl:68 @@ -4490,9 +3702,9 @@ msgstr "Nome descrittivo del gruppo" #: plugins/admin/departments/generic.tpl:27 #: plugins/admin/departments/organization.tpl:27 -#: plugins/admin/departments/class_department.inc:670 +#: plugins/admin/departments/class_department.inc:678 #: plugins/admin/departments/class_organizationGeneric.inc:124 -#: plugins/admin/acl/class_aclRole.inc:165 include/class_userFilter.inc:55 +#: plugins/admin/acl/class_aclRole.inc:163 include/class_userFilter.inc:55 msgid "Category" msgstr "" @@ -4559,7 +3771,7 @@ msgstr "Nome del gruppo" #: plugins/admin/departments/dep-list.xml:15 #: plugins/admin/departments/dep-list.xml:103 -#: plugins/admin/departments/class_departmentManagement.inc:190 +#: plugins/admin/departments/class_departmentManagement.inc:193 #: plugins/admin/departments/domain.tpl:5 #: plugins/admin/departments/dep-filter.xml:105 #, fuzzy @@ -4576,7 +3788,7 @@ msgstr "Amministratori di Dominio" #: plugins/admin/departments/dep-list.xml:31 #: plugins/admin/departments/dep-list.xml:117 -#: plugins/admin/departments/class_departmentManagement.inc:214 +#: plugins/admin/departments/class_departmentManagement.inc:217 #: plugins/admin/departments/country.tpl:5 #: plugins/admin/departments/dep-filter.xml:49 #: plugins/admin/departments/class_countryGeneric.inc:82 @@ -4589,7 +3801,7 @@ msgstr "Paese" #: plugins/admin/departments/class_localityGeneric.inc:82 #: plugins/admin/departments/class_localityGeneric.inc:83 #: plugins/admin/departments/locality.tpl:5 -#: plugins/admin/departments/class_departmentManagement.inc:226 +#: plugins/admin/departments/class_departmentManagement.inc:229 #: plugins/admin/departments/dep-filter.xml:63 #, fuzzy msgid "Locality" @@ -4606,57 +3818,57 @@ msgstr "Nome locazione" msgid "Name of locality to create" msgstr "" -#: plugins/admin/departments/class_department.inc:439 -#: include/functions.inc:447 include/utils/class_xml.inc:43 -#: html/password.php:59 html/main.php:149 +#: plugins/admin/departments/class_department.inc:441 +#: include/functions.inc:459 include/utils/class_xml.inc:43 +#: html/password.php:59 html/main.php:158 #, fuzzy msgid "Fatal error" msgstr "Terminal Server" -#: plugins/admin/departments/class_department.inc:439 +#: plugins/admin/departments/class_department.inc:441 msgid "Cannot find an unused tag for this administrative unit!" msgstr "" -#: plugins/admin/departments/class_department.inc:507 +#: plugins/admin/departments/class_department.inc:509 #, php-format msgid "Tagging '%s'." msgstr "" -#: plugins/admin/departments/class_department.inc:588 +#: plugins/admin/departments/class_department.inc:590 #, php-format msgid "Moving '%s' to '%s'" msgstr "" -#: plugins/admin/departments/class_department.inc:629 +#: plugins/admin/departments/class_department.inc:631 #, php-format msgid "FAILED to copy %s, aborting operation" msgstr "" -#: plugins/admin/departments/class_department.inc:660 -#: plugins/admin/departments/class_department.inc:665 +#: plugins/admin/departments/class_department.inc:662 +#: plugins/admin/departments/class_department.inc:673 msgid "Departments" msgstr "Dipartimenti" -#: plugins/admin/departments/class_department.inc:668 +#: plugins/admin/departments/class_department.inc:676 #, fuzzy msgid "Department name" msgstr "Dipartimento" -#: plugins/admin/departments/class_department.inc:676 +#: plugins/admin/departments/class_department.inc:684 msgid "Telephone" msgstr "Telefono" -#: plugins/admin/departments/class_department.inc:731 +#: plugins/admin/departments/class_department.inc:739 #, php-format msgid "Object '%s' is already tagged" msgstr "" -#: plugins/admin/departments/class_department.inc:738 +#: plugins/admin/departments/class_department.inc:746 #, php-format msgid "Adding tag (%s) to object '%s'" msgstr "" -#: plugins/admin/departments/class_department.inc:770 +#: plugins/admin/departments/class_department.inc:778 #, php-format msgid "Removing tag from object '%s'" msgstr "" @@ -4671,7 +3883,7 @@ msgid "" "Manage organizations, organizational units, localities, countries and more" msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:122 +#: plugins/admin/departments/class_departmentManagement.inc:125 msgid "" "As soon as the tag operation has finished, you can scroll down to end of the " "page and press the 'Continue' button to continue with the department " @@ -4768,7 +3980,7 @@ msgid "ACL Templates" msgstr "Template" #: plugins/admin/acl/class_aclRole.inc:26 -#: plugins/admin/acl/class_aclRole.inc:717 +#: plugins/admin/acl/class_aclRole.inc:712 #, fuzzy msgid "Access control roles" msgstr "Opzioni di accesso" @@ -4778,88 +3990,66 @@ msgstr "Opzioni di accesso" msgid "Edit AC roles" msgstr "ACL" -#: plugins/admin/acl/class_aclRole.inc:130 include/class_acl.inc:219 -#, fuzzy -msgid "All categories" -msgstr "Aggiungi contatto" - -#: plugins/admin/acl/class_aclRole.inc:137 +#: plugins/admin/acl/class_aclRole.inc:135 #, fuzzy msgid "Reset ACL" msgstr "Rimuovi" -#: plugins/admin/acl/class_aclRole.inc:138 include/class_acl.inc:228 -msgid "One level" -msgstr "" - -#: plugins/admin/acl/class_aclRole.inc:139 include/class_acl.inc:229 -#: include/class_acl.inc:234 -#, fuzzy -msgid "Current object" -msgstr "Password attuale" - -#: plugins/admin/acl/class_aclRole.inc:140 include/class_acl.inc:230 -#, fuzzy -msgid "Complete subtree" -msgstr "incompleto" - -#: plugins/admin/acl/class_aclRole.inc:141 include/class_acl.inc:231 -msgid "Complete subtree (permanent)" -msgstr "" - -#: plugins/admin/acl/class_aclRole.inc:181 -#: plugins/admin/acl/class_aclRole.inc:727 include/class_acl.inc:279 +#: plugins/admin/acl/class_aclRole.inc:179 +#: plugins/admin/acl/class_aclRole.inc:741 include/class_acl.inc:278 #, fuzzy msgid "Permissions" msgstr "Permessi" -#: plugins/admin/acl/class_aclRole.inc:181 include/class_acl.inc:279 -#: include/php_setup.inc:191 +#: plugins/admin/acl/class_aclRole.inc:179 include/class_acl.inc:278 +#: include/php_setup.inc:185 msgid "Type" msgstr "Tipo" -#: plugins/admin/acl/class_aclRole.inc:410 +#: plugins/admin/acl/class_aclRole.inc:408 #, fuzzy msgid "No ACL settings for this category" msgstr "Nome descrittivo del gruppo" -#: plugins/admin/acl/class_aclRole.inc:412 +#: plugins/admin/acl/class_aclRole.inc:410 #, fuzzy, php-format msgid "ACL for these objects: %s" msgstr "Nome descrittivo del gruppo" -#: plugins/admin/acl/class_aclRole.inc:417 +#: plugins/admin/acl/class_aclRole.inc:415 #, fuzzy msgid "Edit category ACL" msgstr "classe" -#: plugins/admin/acl/class_aclRole.inc:420 +#: plugins/admin/acl/class_aclRole.inc:418 #, fuzzy msgid "Delete category ACL" msgstr "classe" -#: plugins/admin/acl/class_aclRole.inc:441 +#: plugins/admin/acl/class_aclRole.inc:439 #, php-format msgid "Edit ACL for '%s', scope is '%s'" msgstr "" -#: plugins/admin/acl/class_aclRole.inc:451 include/class_acl.inc:644 -msgid "All objects in current subtree" -msgstr "" - -#: plugins/admin/acl/class_aclRole.inc:637 +#: plugins/admin/acl/class_aclRole.inc:632 #, fuzzy msgid "Object in use" msgstr "Nome dell'oggetto" -#: plugins/admin/acl/class_aclRole.inc:637 +#: plugins/admin/acl/class_aclRole.inc:632 #, php-format msgid "This role cannot be removed while it is in use by these objects:" msgstr "" -#: plugins/admin/acl/class_aclRole.inc:753 plugins/admin/acl/tabs_acl.inc:28 -#: include/class_acl.inc:1279 include/class_acl.inc:1280 -#: include/class_acl.inc:1285 include/class_tabs.inc:374 +#: plugins/admin/acl/class_aclRole.inc:728 +msgid "" +"The 'aclRoleRDN' statement defines the location where new acl roles will be " +"created. The default is 'ou=aclroles,'." +msgstr "" + +#: plugins/admin/acl/class_aclRole.inc:767 plugins/admin/acl/tabs_acl.inc:28 +#: include/class_acl.inc:1282 include/class_acl.inc:1283 +#: include/class_acl.inc:1289 include/class_tabs.inc:382 msgid "ACL" msgstr "ACL" @@ -4868,6 +4058,11 @@ msgstr "ACL" msgid "Paste acl-role" msgstr "Rimuovi" +#: plugins/admin/ogroups/generic.tpl:1 +#: plugins/admin/ogroups/ogroup-list.xml:15 +msgid "Object group" +msgstr "Gruppo di oggetti" + #: plugins/admin/ogroups/generic.tpl:10 msgid "Name of the group" msgstr "Nome del gruppo" @@ -4876,119 +4071,130 @@ msgstr "Nome del gruppo" msgid "Member objects" msgstr "Oggetti membri" -#: plugins/admin/ogroups/tabs_ogroups.inc:133 +#: plugins/admin/ogroups/tabs_ogroups.inc:134 #, fuzzy msgid "Phone queue" msgstr "Numero di telefono" -#: plugins/admin/ogroups/tabs_ogroups.inc:160 +#: plugins/admin/ogroups/tabs_ogroups.inc:163 #, fuzzy -msgid "Systems" -msgstr "Sistemi" +msgid "System settings" +msgstr "Opzioni di posta dell'identità" -#: plugins/admin/ogroups/tabs_ogroups.inc:171 -#: plugins/admin/ogroups/tabs_ogroups.inc:194 -msgid "Startup" -msgstr "Avvio" +#: plugins/admin/ogroups/tabs_ogroups.inc:175 +#: plugins/admin/ogroups/tabs_ogroups.inc:200 +#, fuzzy +msgid "Recipe" +msgstr "Descrizione" -#: plugins/admin/ogroups/tabs_ogroups.inc:182 -#: plugins/admin/ogroups/tabs_ogroups.inc:203 +#: plugins/admin/ogroups/tabs_ogroups.inc:187 +#: plugins/admin/ogroups/tabs_ogroups.inc:209 msgid "Devices" msgstr "Dispositivi" -#: plugins/admin/ogroups/tabs_ogroups.inc:213 -msgid "FAI summary" +#: plugins/admin/ogroups/tabs_ogroups.inc:219 +#, fuzzy +msgid "Deployment summary" +msgstr "Dipartimento" + +#: plugins/admin/ogroups/tabs_ogroups.inc:229 +msgid "Desktop" msgstr "" -#: plugins/admin/ogroups/tabs_ogroups.inc:241 +#: plugins/admin/ogroups/tabs_ogroups.inc:246 msgid "Applications" msgstr "Applicazioni" +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:47 +#: plugins/admin/ogroups/class_ogroupManagement.inc:192 +msgid "Printer" +msgstr "Stampante" + #: plugins/admin/ogroups/objectSelect/class_objectSelect.inc:29 #, fuzzy msgid "Object selection" msgstr "Impostazioni FAX" -#: plugins/admin/ogroups/class_ogroup.inc:200 +#: plugins/admin/ogroups/class_ogroup.inc:230 msgid "You cannot combine terminals and workstations in one object group!" msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:302 +#: plugins/admin/ogroups/class_ogroup.inc:311 msgid "too many different objects!" msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:304 +#: plugins/admin/ogroups/class_ogroup.inc:313 msgid "users" msgstr "utenti" -#: plugins/admin/ogroups/class_ogroup.inc:305 +#: plugins/admin/ogroups/class_ogroup.inc:314 msgid "groups" msgstr "gruppi" -#: plugins/admin/ogroups/class_ogroup.inc:306 +#: plugins/admin/ogroups/class_ogroup.inc:315 msgid "applications" msgstr "applicazioni" -#: plugins/admin/ogroups/class_ogroup.inc:307 +#: plugins/admin/ogroups/class_ogroup.inc:316 msgid "departments" msgstr "dipartimenti" -#: plugins/admin/ogroups/class_ogroup.inc:308 +#: plugins/admin/ogroups/class_ogroup.inc:317 msgid "servers" msgstr "server" -#: plugins/admin/ogroups/class_ogroup.inc:309 +#: plugins/admin/ogroups/class_ogroup.inc:318 msgid "workstations" msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:310 +#: plugins/admin/ogroups/class_ogroup.inc:319 #, fuzzy msgid "winstations" msgstr "Amministrazione" -#: plugins/admin/ogroups/class_ogroup.inc:311 +#: plugins/admin/ogroups/class_ogroup.inc:320 msgid "terminals" msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:312 +#: plugins/admin/ogroups/class_ogroup.inc:321 msgid "phones" msgstr "telefoni" -#: plugins/admin/ogroups/class_ogroup.inc:313 +#: plugins/admin/ogroups/class_ogroup.inc:322 msgid "printers" msgstr "stampanti" -#: plugins/admin/ogroups/class_ogroup.inc:500 +#: plugins/admin/ogroups/class_ogroup.inc:524 msgid "Non existing dn:" msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:657 +#: plugins/admin/ogroups/class_ogroup.inc:642 #, php-format msgid "" "These systems are already configured by other object groups and cannot be " "added:" msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:691 +#: plugins/admin/ogroups/class_ogroup.inc:676 msgid "You can combine two different object types at maximum, only!" msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:841 +#: plugins/admin/ogroups/class_ogroup.inc:821 #, fuzzy msgid "Object group generic" msgstr "Gruppo di oggetti" -#: plugins/admin/ogroups/class_ogroup.inc:846 +#: plugins/admin/ogroups/class_ogroup.inc:830 #: plugins/admin/ogroups/class_ogroupManagement.inc:25 msgid "Object groups" msgstr "Gruppi di oggetti" -#: plugins/admin/ogroups/class_ogroup.inc:852 +#: plugins/admin/ogroups/class_ogroup.inc:836 #, fuzzy msgid "Sytem trust" msgstr "Accesso ai sistemi" -#: plugins/admin/ogroups/class_ogroup.inc:853 include/class_acl.inc:279 +#: plugins/admin/ogroups/class_ogroup.inc:837 include/class_acl.inc:278 #, fuzzy msgid "Member" msgstr "Membri" @@ -5002,6 +4208,10 @@ msgstr "" msgid "Templates" msgstr "Template" +#: plugins/admin/ogroups/class_ogroupManagement.inc:185 +msgid "Application" +msgstr "Applicazione" + #: plugins/admin/ogroups/class_ogroupManagement.inc:190 msgid "Windows Install" msgstr "" @@ -5031,439 +4241,651 @@ msgstr "Gruppo di oggetti" msgid "Remove object group" msgstr "server" -#: include/class_CopyPasteHandler.inc:118 -#: include/class_CopyPasteHandler.inc:127 -#: include/class_CopyPasteHandler.inc:159 -#: include/class_CopyPasteHandler.inc:176 -#: include/class_CopyPasteHandler.inc:185 -#: include/class_CopyPasteHandler.inc:193 -#: include/class_CopyPasteHandler.inc:273 -#, fuzzy, php-format -msgid "Copy and paste failed!" -msgstr "Nome applicazione" - -#: include/class_CopyPasteHandler.inc:118 -#: include/class_CopyPasteHandler.inc:193 -#, fuzzy, php-format -msgid "Cannot set permission for '%s'" -msgstr "Rimuovi" - -#: include/class_CopyPasteHandler.inc:159 -#, php-format -msgid "'%s' is no vaild LDAP object" -msgstr "" - -#: include/class_CopyPasteHandler.inc:160 -#: include/class_CopyPasteHandler.inc:274 include/functions.inc:605 -#: include/functions.inc:792 include/functions.inc:910 -#: include/functions.inc:1308 include/functions.inc:2365 -#: include/functions.inc:2399 include/functions.inc:2419 -#: include/class_log.inc:87 include/class_acl.inc:974 -#: include/class_ldap.inc:693 include/class_ldap.inc:744 -#: include/class_session.inc:76 include/class_session.inc:101 -#: include/class_session.inc:127 +#: plugins/addons/propertyEditor/property-list.tpl:3 #, fuzzy -msgid "Internal error" -msgstr "Terminal Server" - -#: include/class_CopyPasteHandler.inc:176 -#, fuzzy, php-format -msgid "No write permission in '%s'" -msgstr "Rimuovi" +msgid "Warning message" +msgstr "Home Page" -#: include/class_CopyPasteHandler.inc:394 -#, php-format -msgid "These objects will be pasted: %s" +#: plugins/addons/propertyEditor/property-list.tpl:9 +msgid "" +"Modifying properties may break your setup, destroy or mess up your LDAP " +"database, lead to security holes or it can even make a login impossible!" msgstr "" -#: include/class_CopyPasteHandler.inc:418 -#, php-format -msgid "This object will be pasted: %s" +#: plugins/addons/propertyEditor/property-list.tpl:10 +msgid "" +"Since configuration properties are stored in the LDAP database a copy/backup " +"can be handy." msgstr "" -#: include/class_CopyPasteHandler.inc:514 include/class_listing.inc:1411 -#: include/class_listing.inc:1413 include/class_plugin.inc:1971 -#: include/class_plugin.inc:1974 -#, fuzzy -msgid "Paste" -msgstr "Data" +#: plugins/addons/propertyEditor/property-list.tpl:14 +msgid "" +"If you've debarred yourself, you can try to set 'ignoreLdapProperties' to " +"'true' in your gosa.conf main section. This will make GOsa ignore LDAP based " +"property values." +msgstr "" -#: include/class_CopyPasteHandler.inc:516 -#, fuzzy -msgid "Cannot paste" -msgstr "Crea estensioni telefoniche" +#: plugins/addons/propertyEditor/property-list.tpl:22 +msgid "" +"I understand that there are certain risks, but I want to modify properties!" +msgstr "" -#: include/class_config.inc:152 -#, php-format -msgid "XML error in gosa.conf: %s at line %d" +#: plugins/addons/propertyEditor/property-list.tpl:38 +msgid "Ignoring LDAP defined properties!" msgstr "" -#: include/class_config.inc:325 -#, fuzzy -msgid "Cannot bind to LDAP. Please contact the system administrator." +#: plugins/addons/propertyEditor/property-list.tpl:77 +msgid "Undo" msgstr "" -"Errore di connessione al server LDAP. Contatta l'amministratore del sistema." -#: include/class_config.inc:702 -#, fuzzy -msgid "sambaSID and/or sambaRidBase missing in the configuration!" -msgstr "Scarica il file di configurazione" +#: plugins/addons/propertyEditor/class_commandVerifier.inc:56 +msgid "Results" +msgstr "" -#: include/class_config.inc:1112 +#: plugins/addons/propertyEditor/commandVerifier.tpl:1 #, fuzzy -msgid "Configuration" -msgstr "File di configurazione" - -#: include/class_config.inc:1112 -msgid "" -"The configuration file you are using seems to be outdated. Please move the " -"GOsa configuration file away to run the GOsa setup again." -msgstr "" +msgid "Command verifier" +msgstr "e" -#: include/class_config.inc:1154 include/class_config.inc:1185 -#: include/class_SnapshotHandler.inc:46 include/class_SnapshotHandler.inc:77 -#, php-format +#: plugins/addons/propertyEditor/commandVerifier.tpl:3 msgid "" -"The snapshot functionality is enabled, but the required variable '%s' is not " -"set." +"Here you can execute commands in the way GOsa does and check the generated " +"results or errors. This can be very usefull especially for the post events " +"(postcreate, postmodify and postremove) due to the fact that these hook are " +"executed silently." msgstr "" -#: include/class_config.inc:1167 include/class_SnapshotHandler.inc:59 -#, php-format +#: plugins/addons/propertyEditor/commandVerifier.tpl:8 msgid "" -"The snapshot functionality is enabled, but the required compression module " -"is missing. Please install '%s'." +"Please be carefull here, all commands will really be executed on your " +"machine and may break things!" msgstr "" -#: include/class_socketClient.inc:60 -msgid "The mcrypt module was not found. Please install php5-mcrypt." +#: plugins/addons/propertyEditor/commandVerifier.tpl:15 +msgid "The command to check for" msgstr "" -#: include/class_socketClient.inc:108 -#, php-format -msgid "Socket connection to host '%s:%s' failed: %s" -msgstr "" +#: plugins/addons/propertyEditor/commandVerifier.tpl:17 +#, fuzzy +msgid "Test" +msgstr "Timeout" -#: include/class_socketClient.inc:191 -#, php-format -msgid "Socket timeout of %s seconds reached." -msgstr "" +#: plugins/addons/propertyEditor/property-filter.xml:15 +#, fuzzy +msgid "Effective properties" +msgstr "Modifica proprietà" -#: include/class_multi_plug.inc:362 -msgid "You are currently editing mutliple entries." -msgstr "" +#: plugins/addons/propertyEditor/property-filter.xml:29 +#, fuzzy +msgid "Modified properties" +msgstr "Modifica proprietà" -#: include/class_multi_plug.inc:391 +#: plugins/addons/propertyEditor/property-filter.xml:43 #, fuzzy -msgid "Password reset" -msgstr "La password spira il" +msgid "All properties" +msgstr "Modifica proprietà" -#: include/class_multi_plug.inc:391 +#: plugins/addons/propertyEditor/property-filter.xml:57 #, fuzzy -msgid "The user password was resetted, please set a new password value!" -msgstr "Non hai il permesso di cambiare la tua password." +msgid "LDAP properties" +msgstr "Modifica proprietà" -#: include/class_sortableListing.inc:221 +#: plugins/addons/propertyEditor/property-filter.xml:71 #, fuzzy -msgid "Sortable list" -msgstr "Esporta" +msgid "Search for property groups" +msgstr "Mostra gruppi principali" -#: include/class_sortableListing.inc:226 -msgid "Edit this entry" -msgstr "Modifica questo record" +#: plugins/addons/propertyEditor/property-list.xml:11 +#, fuzzy +msgid "List of configuration settings" +msgstr "Opzioni di posta dell'identità" -#: include/class_sortableListing.inc:231 -msgid "Delete this entry" -msgstr "Elimina questo record" +#: plugins/addons/propertyEditor/property-list.xml:15 +#, fuzzy +msgid "Property not used" +msgstr "Gruppo di utenti" -#: include/class_sortableListing.inc:261 include/class_listing.inc:247 -msgid "Up" +#: plugins/addons/propertyEditor/property-list.xml:23 +msgid "Property will be restored" msgstr "" -#: include/class_sortableListing.inc:261 include/class_listing.inc:247 +#: plugins/addons/propertyEditor/property-list.xml:31 #, fuzzy -msgid "Down" -msgstr "Dominio" +msgid "Modified property" +msgstr "Informazioni personali" -#: include/functions.inc:127 -#, php-format -msgid "Fatal error: no class locations defined - please run '%s' to fix this" -msgstr "" +#: plugins/addons/propertyEditor/property-list.xml:39 +#, fuzzy +msgid "Property configured in LDAP" +msgstr "File di configurazione" -#: include/functions.inc:134 -#, php-format -msgid "" -"Fatal error: cannot instantiate class '%s' - try running '%s' to fix this" -msgstr "" +#: plugins/addons/propertyEditor/property-list.xml:47 +#, fuzzy +msgid "Property configured in config file" +msgstr "File di configurazione" -#: include/functions.inc:448 -#, fuzzy, php-format -msgid "FATAL: Error when connecting the LDAP. Server said '%s'." -msgstr "Errore durante la connessione al server LDAP. Il server dice: '%s'" +#: plugins/addons/propertyEditor/property-list.xml:72 +#, fuzzy +msgid "Class" +msgstr "classe" -#: include/functions.inc:519 +#: plugins/addons/propertyEditor/property-list.xml:88 #, fuzzy -msgid "Username / UID is not unique inside the LDAP tree!" +msgid "Value" +msgstr "maschio" + +#: plugins/addons/propertyEditor/property-list.xml:124 +msgid "Restore to default" msgstr "" -"Errore di connessione al server LDAP. Contatta l'amministratore del sistema." -#: include/functions.inc:605 +#: plugins/addons/propertyEditor/class_propertyEditor.inc:6 #, fuzzy +msgid "Preferences" +msgstr "Riferimenti" + +#: plugins/addons/propertyEditor/class_propertyEditor.inc:7 msgid "" -"Username / UID is not unique inside the LDAP tree. Please contact your " -"Administrator." +"Configure global and special GOsa settings like hooks and plugin parameters" +msgstr "" + +#: plugins/addons/propertyEditor/class_propertyEditor.inc:206 +#, fuzzy +msgid "No description" +msgstr "Descrizoione unità" + +#: plugins/addons/propertyEditor/class_propertyEditor.inc:230 +msgid "FALSE" +msgstr "" + +#: plugins/addons/propertyEditor/class_propertyEditor.inc:231 +msgid "TRUE" +msgstr "" + +#: plugins/addons/propertyEditor/class_propertyEditor.inc:251 +msgid "Test the given command." msgstr "" -"Errore di connessione al server LDAP. Contatta l'amministratore del sistema." -#: include/functions.inc:792 include/functions.inc:910 -msgid "Error while adding a lock. Contact the developers!" +#: plugins/addons/propertyEditor/migrate.tpl:3 +msgid "Property migration assistent" msgstr "" -#: include/functions.inc:802 +#: plugins/addons/propertyEditor/migrate.tpl:3 +#, fuzzy +msgid "Migration steps left" +msgstr "Creare" + +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:31 #, fuzzy, php-format -msgid "" -"Cannot create locking information in LDAP tree. Please contact your " -"administrator!" +msgid "Migration of property '%s'" +msgstr "Creare" + +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:34 +#, fuzzy, php-format +msgid "GOsa has detected objects outside of the configured storage point (%s)." +msgstr "Non hai il permesso di cambiare la tua password." + +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:161 +msgid "Objects that will be added" msgstr "" -"Errore di connessione al server LDAP. Contatta l'amministratore del sistema." -#: include/functions.inc:802 +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:169 +msgid "Objects that will be moved" +msgstr "" + +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:177 +#, fuzzy, php-format +msgid "Moving object '%s' to '%s'" +msgstr "Lista dei dipartimenti" + +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:204 +#, php-format +msgid "Migration failed for object %s, dn already exists!" +msgstr "" + +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:208 +#, php-format +msgid "Migration failed for object %s, please check if it already exists!" +msgstr "" + +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:105 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:327 +msgid "Labeled URI" +msgstr "" + +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:119 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:121 +#: plugins/addons/dyngroup/dyngroup.tpl:7 +#, fuzzy +msgid "Attribute" +msgstr "Attributo DN delle persone" + +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:128 +msgid "Surrounding brakets are required!" +msgstr "" + +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:136 +#, php-format +msgid "The given filter '%s' for entry %s seems to be invalid!" +msgstr "" + +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:166 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:168 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:319 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:320 +#, fuzzy +msgid "Dynamic object" +msgstr "Oggetto" + +#: plugins/addons/dyngroup/dyngroup.tpl:1 +#, fuzzy +msgid "List of dynamic rules" +msgstr "Lista dei gruppi" + +#: plugins/addons/dyngroup/dyngroup.tpl:3 +msgid "Labeled URI definitions" +msgstr "" + +#: plugins/addons/dyngroup/dyngroup.tpl:6 +msgid "Scope" +msgstr "" + +#: include/class_CopyPasteHandler.inc:118 +#: include/class_CopyPasteHandler.inc:127 +#: include/class_CopyPasteHandler.inc:159 +#: include/class_CopyPasteHandler.inc:176 +#: include/class_CopyPasteHandler.inc:185 +#: include/class_CopyPasteHandler.inc:193 +#: include/class_CopyPasteHandler.inc:273 +#, fuzzy, php-format +msgid "Copy and paste failed!" +msgstr "Nome applicazione" + +#: include/class_CopyPasteHandler.inc:118 +#, fuzzy, php-format +msgid "Cannot set permission for %s" +msgstr "Rimuovi" + +#: include/class_CopyPasteHandler.inc:159 +#, php-format +msgid "'%s' is no vaild LDAP object" +msgstr "" + +#: include/class_CopyPasteHandler.inc:176 +#, fuzzy, php-format +msgid "No write permission in '%s'" +msgstr "Rimuovi" + +#: include/class_CopyPasteHandler.inc:193 +#, fuzzy, php-format +msgid "Cannot set permission for '%s'" +msgstr "Rimuovi" + +#: include/class_CopyPasteHandler.inc:396 +#, php-format +msgid "These objects will be pasted: %s" +msgstr "" + +#: include/class_CopyPasteHandler.inc:420 +#, php-format +msgid "This object will be pasted: %s" +msgstr "" + +#: include/class_CopyPasteHandler.inc:570 include/class_listing.inc:1458 +#: include/class_listing.inc:1460 +#, fuzzy +msgid "Paste" +msgstr "Data" + +#: include/class_CopyPasteHandler.inc:572 +#, fuzzy +msgid "Cannot paste" +msgstr "Crea estensioni telefoniche" + +#: include/class_config.inc:159 #, php-format -msgid "LDAP server returned: %s" +msgid "XML error in gosa.conf: %s at line %d" +msgstr "" + +#: include/class_config.inc:337 +msgid "Cannot bind to LDAP!" msgstr "" -#: include/functions.inc:931 +#: include/class_config.inc:678 +#, fuzzy +msgid "sambaSID and/or sambaRidBase missing in the configuration!" +msgstr "Scarica il file di configurazione" + +#: include/class_config.inc:1097 +#, fuzzy +msgid "Configuration" +msgstr "File di configurazione" + +#: include/class_config.inc:1097 msgid "" -"Found multiple locks for object to be locked. This should not happen - " -"cleaning up multiple references." +"The configuration file you are using is outdated. Please move the GOsa " +"configuration file away to run the GOsa setup again." msgstr "" -#: include/functions.inc:1235 +#: include/class_config.inc:1139 include/class_config.inc:1170 #, php-format -msgid "The size limit of %d entries is exceed!" +msgid "" +"The snapshot functionality is enabled, but the required variable %s is not " +"set." msgstr "" -#: include/functions.inc:1237 +#: include/class_config.inc:1152 #, php-format msgid "" -"Set the new size limit to %s and show me this message if the limit still " -"exceeds" +"The snapshot functionality is enabled, but the required compression module " +"is missing. Please install %s." +msgstr "" + +#: include/class_socketClient.inc:108 +#, php-format +msgid "Socket connection to %s:%s failed: %s" +msgstr "" + +#: include/class_socketClient.inc:191 +#, php-format +msgid "Socket timeout of %s seconds reached!" msgstr "" -#: include/functions.inc:1254 -msgid "incomplete" +#: include/class_multi_plug.inc:362 +msgid "You are currently editing mutliple entries." +msgstr "" + +#: include/class_multi_plug.inc:391 +#, fuzzy +msgid "Reset password" +msgstr "Cambia password" + +#: include/class_multi_plug.inc:391 +#, fuzzy +msgid "The user password has been reset. Please set a new password!" +msgstr "Non hai il permesso di cambiare la tua password." + +#: include/class_sortableListing.inc:221 +#, fuzzy +msgid "Sortable list" +msgstr "Esporta" + +#: include/class_sortableListing.inc:226 +msgid "Edit this entry" +msgstr "Modifica questo record" + +#: include/class_sortableListing.inc:231 +msgid "Delete this entry" +msgstr "Elimina questo record" + +#: include/class_sortableListing.inc:261 include/class_listing.inc:257 +msgid "Sort ascending" +msgstr "" + +#: include/class_sortableListing.inc:261 include/class_listing.inc:257 +msgid "Sort descending" +msgstr "" + +#: include/class_jsonRPC.inc:180 +#, php-format +msgid "Unknown HTTP status code '%s'!" +msgstr "" + +#: include/functions.inc:128 +#, php-format +msgid "Fatal error: no class locations defined - please run %s to fix this" +msgstr "" + +#: include/functions.inc:135 +#, php-format +msgid "Fatal error: cannot instantiate class %s - try running %s to fix this" +msgstr "" + +#: include/functions.inc:460 +#, fuzzy, php-format +msgid "Error while connecting to LDAP: %s" +msgstr "Errore durante la connessione al server LDAP. Il server dice: '%s'" + +#: include/functions.inc:531 include/functions.inc:617 +#, fuzzy +msgid "User ID is not unique!" +msgstr "" +"Errore di connessione al server LDAP. Contatta l'amministratore del sistema." + +#: include/functions.inc:804 include/functions.inc:922 +msgid "Error while locking entry!" +msgstr "" + +#: include/functions.inc:814 +#, fuzzy, php-format +msgid "Cannot store lock information in LDAP!" +msgstr "Rimuovi" + +#: include/functions.inc:814 +#, fuzzy, php-format +msgid "Error: %s" +msgstr "Home Page" + +#: include/functions.inc:1244 +#, php-format +msgid "The current size limit of %d entries is exceeded!" +msgstr "" + +#: include/functions.inc:1246 +#, php-format +msgid "Set the size limit to %s" +msgstr "" + +#: include/functions.inc:1263 +#, fuzzy +msgid "list is incomplete" msgstr "incompleto" -#: include/functions.inc:1636 +#: include/functions.inc:1611 #, fuzzy msgid "Continue anyway" msgstr "Continua" -#: include/functions.inc:1638 +#: include/functions.inc:1613 #, fuzzy msgid "Edit anyway" msgstr "Modifica contatto" -#: include/functions.inc:1641 +#: include/functions.inc:1616 msgid "These entries are currently locked:" msgstr "" -#: include/functions.inc:1881 +#: include/functions.inc:1856 msgid "Entries per page" msgstr "" -#: include/functions.inc:1910 -msgid "Apply filter" -msgstr "" +#: include/functions.inc:2207 +#, fuzzy, php-format +msgid "GOsa %s" +msgstr "Utenti di Dominio" -#: include/functions.inc:2222 -msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" -msgstr "" +#: include/functions.inc:2214 +#, fuzzy, php-format +msgid "GOsa %s snapshot (Rev %s)" +msgstr "versione di sviluppo di GOsa (Rev %s)" -#: include/functions.inc:2268 +#: include/functions.inc:2219 #, php-format msgid "GOsa development snapshot (Rev %s)" msgstr "versione di sviluppo di GOsa (Rev %s)" -#: include/functions.inc:2365 +#: include/functions.inc:2315 #, php-format -msgid "File '%s' could not be deleted." +msgid "File %s cannot be deleted!" msgstr "" -#: include/functions.inc:2399 include/functions.inc:2419 +#: include/functions.inc:2349 include/functions.inc:2369 #, fuzzy -msgid "Cannot write to revision file!" +msgid "Cannot write revision file!" msgstr "Rimuovi" -#: include/functions.inc:2690 include/functions.inc:2694 -#: include/functions.inc:2700 +#: include/functions.inc:2640 include/functions.inc:2644 +#: include/functions.inc:2650 msgid "'baseIdHook' is not available. Using default base!" msgstr "" -#: include/functions.inc:2724 -#, fuzzy -msgid "LDAP warning" -msgstr "Amministrazione LDAP" - -#: include/functions.inc:2724 -msgid "Cannot get schema information from server. No schema check possible!" +#: include/functions.inc:2674 +msgid "" +"Cannot read schema information from LDAP. Schema validation is not possible!" msgstr "" -#: include/functions.inc:2750 -msgid "Used to store account specific informations." +#: include/functions.inc:2700 +msgid "This class is used to make users appear in GOsa." msgstr "" -#: include/functions.inc:2757 +#: include/functions.inc:2707 msgid "" -"Used to lock currently edited entries to avoid multiple changes at the same " +"This class is used to lock entries in order to prevent multiple edits at a " "time." msgstr "" -#: include/functions.inc:2802 +#: include/functions.inc:2752 #, fuzzy, php-format -msgid "Missing required object class '%s'!" +msgid "Required object class %s is missing!" msgstr "Lista dei dipartimenti" -#: include/functions.inc:2805 +#: include/functions.inc:2755 #, php-format -msgid "Missing optional object class '%s'!" +msgid "Optional object class %s is missing!" msgstr "" -#: include/functions.inc:2810 -#, php-format -msgid "Version mismatch for required object class '%s' (!=%s)!" -msgstr "" +#: include/functions.inc:2760 +#, fuzzy, php-format +msgid "Wrong version of required object class %s (!=%s) detected!" +msgstr "Lista dei dipartimenti" -#: include/functions.inc:2813 +#: include/functions.inc:2763 #, php-format -msgid "Class(es) available" +msgid "Class available" msgstr "" -#: include/functions.inc:2835 +#: include/functions.inc:2785 msgid "" -"You have enabled the rfc2307bis option on the 'ldap setup' step, but your " -"schema configuration do not support this option." +"RFC 2307bis group schema is enabled, but the current LDAP configuration does " +"not support it!" msgstr "" -#: include/functions.inc:2836 +#: include/functions.inc:2786 msgid "" -"In order to use rfc2307bis conform groups the objectClass 'posixGroup' must " -"be AUXILIARY" +"To use RFC 2307bis groups, the objectClass 'posixGroup' must be AUXILIARY." msgstr "" -#: include/functions.inc:2840 +#: include/functions.inc:2790 msgid "" -"Your schema is configured to support the rfc2307bis group, but you have " -"disabled this option on the 'ldap setup' step." +"RFC 2307bis group schema is disabled, but the current LDAP configuration " +"supports it!" msgstr "" -#: include/functions.inc:2841 -msgid "The objectClass 'posixGroup' must be STRUCTURAL" +#: include/functions.inc:2791 +msgid "To correct this, the objectClass 'posixGroup' must be STRUCTURAL." msgstr "" -#: include/functions.inc:2866 +#: include/functions.inc:2816 msgid "German" msgstr "Tedesco" -#: include/functions.inc:2867 +#: include/functions.inc:2817 msgid "French" msgstr "Francese" -#: include/functions.inc:2868 +#: include/functions.inc:2818 msgid "Italian" msgstr "Italiano" -#: include/functions.inc:2869 +#: include/functions.inc:2819 msgid "Spanish" msgstr "Spagnolo" -#: include/functions.inc:2870 +#: include/functions.inc:2820 msgid "English" msgstr "Inglese" -#: include/functions.inc:2871 +#: include/functions.inc:2821 msgid "Dutch" msgstr "Tedesco" -#: include/functions.inc:2872 +#: include/functions.inc:2822 #, fuzzy msgid "Polish" msgstr "Inglese" -#: include/functions.inc:2873 +#: include/functions.inc:2823 msgid "Brazilian Portuguese" msgstr "" -#: include/functions.inc:2875 +#: include/functions.inc:2825 #, fuzzy msgid "Chinese" msgstr "reset" -#: include/functions.inc:2876 +#: include/functions.inc:2826 #, fuzzy msgid "Vietnamese" msgstr "Nome" -#: include/functions.inc:2877 +#: include/functions.inc:2827 msgid "Russian" msgstr "Russo" -#: include/functions.inc:3072 +#: include/functions.inc:3022 #, php-format msgid "" -"Command '%s', specified as POSTMODIFY for plugin '%s' doesn't seem to exist." +"Command %s specified as post modify action for plugin %s does not exist!" msgstr "" -#: include/functions.inc:3105 -msgid "Cannot generate samba hash!" +#: include/functions.inc:3066 +msgid "Cannot generate SAMBA hash!" msgstr "" -#: include/functions.inc:3118 +#: include/functions.inc:3079 #, php-format -msgid "" -"Cannot generate samba hash: running '%s' failed, check the 'sambaHashHook'!" +msgid "Generating SAMBA hash by running %s failed: check %s!" msgstr "" -#: include/functions.inc:3399 include/functions.inc:3413 -#: include/functions.inc:3451 include/functions.inc:3463 -#: include/functions.inc:3467 include/functions.inc:3482 -#: include/functions.inc:3491 +#: include/functions.inc:3357 include/functions.inc:3371 +#: include/functions.inc:3409 include/functions.inc:3421 +#: include/functions.inc:3425 include/functions.inc:3440 +#: include/functions.inc:3449 #, fuzzy -msgid "Cannot allocate a free ID:" +msgid "Cannot allocate free ID:" msgstr "Troppi utenti non posso allocare un ID libero!" -#: include/functions.inc:3399 +#: include/functions.inc:3357 msgid "unknown idAllocation method!" msgstr "" -#: include/functions.inc:3413 +#: include/functions.inc:3371 #, php-format msgid "%sPoolMin >= %sPoolMax!" msgstr "" -#: include/functions.inc:3443 +#: include/functions.inc:3401 #, fuzzy msgid "Cannot create sambaUnixIdPool entry!" msgstr "Vai al dipartimento base" -#: include/functions.inc:3451 +#: include/functions.inc:3409 msgid "sambaUnixIdPool is not unique!" msgstr "" -#: include/functions.inc:3463 include/functions.inc:3467 +#: include/functions.inc:3421 include/functions.inc:3425 msgid "no ID available!" msgstr "" -#: include/functions.inc:3491 -msgid "maximum tries exceeded!" +#: include/functions.inc:3449 +msgid "maximum number of tries exceeded!" msgstr "" -#: include/functions.inc:3551 +#: include/functions.inc:3509 #, fuzzy -msgid "Cannot allocate a free ID!" +msgid "Cannot allocate free ID!" msgstr "Troppi utenti non posso allocare un ID libero!" -#: include/password-methods/class_password-methods.inc:250 +#: include/password-methods/class_password-methods.inc:277 msgid "Cannot find a suitable password method for the current hash!" msgstr "" @@ -5478,354 +4900,937 @@ msgstr "Utenti di Dominio" #: include/class_log.inc:102 #, fuzzy, php-format -msgid "Invalid option '%s' specified!" +msgid "Invalid option %s specified!" msgstr "L'uid contiene dei caratteri invalidi!" #: include/class_log.inc:106 #, fuzzy -msgid "Specified objectType is empty or invalid!" +msgid "Specified 'objectType' is empty or invalid!" msgstr "Il valore specificato per l'UID non è valido." -#: include/class_baseSelector.inc:160 include/class_listing.inc:1009 -#: include/class_listing.inc:1011 include/class_releaseSelector.inc:164 +#: include/class_baseSelector.inc:186 include/class_listing.inc:1050 +#: include/class_listing.inc:1052 include/class_releaseSelector.inc:187 msgid "Root" msgstr "Root" -#: include/class_baseSelector.inc:207 include/class_releaseSelector.inc:212 +#: include/class_baseSelector.inc:233 include/class_releaseSelector.inc:235 msgid "Submit" msgstr "" -#: include/utils/class_timezone.inc:47 -#, php-format -msgid "" -"The timezone setting '%s' in your gosa.conf is not valid. Cannot calculate " -"correct timezone offset." +#: include/class_core.inc:114 +#, fuzzy +msgid "All objects" +msgstr "Oggetti membri" + +#: include/class_core.inc:132 +#, fuzzy +msgid "Traditional" +msgstr "Terminali" + +#: include/class_core.inc:132 +msgid "Use samba pool" msgstr "" -#: include/utils/class_msgPool.inc:16 -#, fuzzy, php-format -msgid "Select to list objects of type '%s'." -msgstr "Gruppo di oggetti" +#: include/class_core.inc:164 include/class_core.inc:167 +#, fuzzy +msgid "hours" +msgstr "ora" -#: include/utils/class_msgPool.inc:18 -#, fuzzy, php-format -msgid "Select to list objects containig '%s'." -msgstr "Mostra gruppi che contengono utenti" +#: include/class_core.inc:176 +#, fuzzy +msgid "None" +msgstr "nessuno" -#: include/utils/class_msgPool.inc:20 -#, fuzzy, php-format -msgid "Select to list objects that have '%s' enabled" -msgstr "Gruppo di oggetti" +#: include/class_core.inc:192 +#, fuzzy +msgid "User value" +msgstr "Nome utente" -#: include/utils/class_msgPool.inc:22 +#: include/class_core.inc:201 #, fuzzy -msgid "Select to search within subtrees" -msgstr "Seleziona per mostrare le applicazioni" +msgid "Core" +msgstr "Scegli" -#: include/utils/class_msgPool.inc:24 include/class_filter.inc:444 +#: include/class_core.inc:202 #, fuzzy -msgid "Search in subtrees" -msgstr "Seleziona per mostrare le applicazioni" +msgid "GOsa core plugin" +msgstr "Opzioni di posta dell'identità" -#: include/utils/class_msgPool.inc:34 -msgid "This object will be deleted!" +#: include/class_core.inc:230 +msgid "" +"The 'htaccessAuthentication' variable tells GOsa to use either htaccess " +"authentication or LDAP authentication. This can be used if you want to use i." +"e. kerberos to authenticate the users." msgstr "" -#: include/utils/class_msgPool.inc:36 -#, php-format -msgid "This '%s' object will be deleted!" +#: include/class_core.inc:240 +msgid "" +"The 'logging' statement enables event logging on GOsa side. Setting it to " +"'true' GOsa will log every action a user performs via syslog. If you use " +"rsyslog and configure it to mysql logging, you can browse all events within " +"GOsa. GOsa will not log anything, if the logging value is empty or set to " +"'false'." msgstr "" -#: include/utils/class_msgPool.inc:41 -#, php-format -msgid "This object will be deleted: %s" +#: include/class_core.inc:251 +msgid "" +"The 'listSummary' statement determines whether a status bar will be shown on " +"the bottom of GOsa generated lists, displaying a short summary of type and " +"number of elements in the list." msgstr "" -#: include/utils/class_msgPool.inc:43 -#, php-format -msgid "This '%s' object will be deleted: %s" +#: include/class_core.inc:261 +msgid "" +"The 'passwordMinLength' statement determines whether a newly entered " +"password has to be of a minimum length." msgstr "" -#: include/utils/class_msgPool.inc:48 -msgid "This object will be deleted:" +#: include/class_core.inc:271 +msgid "" +"The 'passwordMinDiffer' statement determines whether a newly entered " +"password has to be checked to have at least n different characters." msgstr "" -#: include/utils/class_msgPool.inc:50 -#, php-format -msgid "This '%s' object will be deleted:" +#: include/class_core.inc:282 +msgid "" +"The 'passwordHook' can specify an external script to handle password " +"settings at some other location besides the LDAP." msgstr "" -#: include/utils/class_msgPool.inc:54 +#: include/class_core.inc:282 #, php-format -msgid "These objects will be deleted: %s" +msgid "It will be called this way: %s" +msgstr "" + +#: include/class_core.inc:292 +msgid "" +"The 'displayErrors' statement tells GOsa to show PHP errors in the upper " +"part of the screen. This should be disabled in productive deployments, " +"because there might be some important passwords arround." msgstr "" -#: include/utils/class_msgPool.inc:56 +#: include/class_core.inc:292 #, php-format -msgid "These '%s' objects will be deleted: %s" +msgid "The property '%s' may be interesting too." msgstr "" -#: include/utils/class_msgPool.inc:64 -#, fuzzy -msgid "You have no permission to delete this object!" -msgstr "Non hai il permesso di cambiare la tua password." +#: include/class_core.inc:302 +msgid "" +"The 'developmentMode' statement tells GOsa to show development related error " +"messages, for example messages about missing ACL configuration or classes. " +"Due to the fact that enabling this flag will result in a lot of false error " +"messages it should only be enabled while developing or debugging plugins!" +msgstr "" -#: include/utils/class_msgPool.inc:68 include/utils/class_msgPool.inc:72 -#, fuzzy -msgid "You have no permission to delete the object:" -msgstr "Non hai il permesso di cambiare la tua password." +#: include/class_core.inc:313 +msgid "" +"The 'schemaCheck' statement enables or disables schema checking during " +"login. It is recommended to switch this on in order to let GOsa handle " +"object creation more efficient." +msgstr "" -#: include/utils/class_msgPool.inc:75 -#, fuzzy +#: include/class_core.inc:323 +msgid "" +"The 'copyPaste' statement enables copy and paste for LDAP entries managed " +"with GOsa." +msgstr "" + +#: include/class_core.inc:333 +msgid "" +"The 'forceGlobals' statement enables PHP security checks to force " +"register_global settings to be switched off." +msgstr "" + +#: include/class_core.inc:343 +msgid "" +"The 'forceSSL' statement enables PHP security checks to force encrypted " +"access to the web interface. GOsa will try to redirect to the same URL - " +"just with https://" +msgstr "" + +#: include/class_core.inc:353 +msgid "" +"Logs information about triggered ldap operations, duration, filter, aso. " +"into syslog." +msgstr "" + +#: include/class_core.inc:363 +msgid "" +"The 'ldapFollowReferrals' statement tells GOsa to follow LDAP referrals." +msgstr "" + +#: include/class_core.inc:373 +msgid "" +"The 'ldapFilterNestingLimit' statement can be used to speed up group " +"handling for groups with several hundreds of members. The default behaviour " +"is, that GOsa will resolv the memberUid values in a group to real names. To " +"achieve this, it writes a single filter to minimize searches. Some LDAP " +"servers (namely Sun DS) simply crash when the filter gets too big. You can " +"set a member limit, where GOsa will stop to do these lookups." +msgstr "" + +#: include/class_core.inc:383 +msgid "" +"The ldapSizelimit statement tells GOsa to retrieve the specified maximum " +"number of results. The user will get a warning, that not all entries " +"were shown." +msgstr "" + +#: include/class_core.inc:393 +msgid "" +"Disables sizelimit checks, only the configured amount of results will be " +"shown!" +msgstr "" + +#: include/class_core.inc:403 +msgid "" +"The 'warnSSL' statement enables PHP security checks to detect non encrypted " +"access to the web interface. GOsa will display a warning in this case." +msgstr "" + +#: include/class_core.inc:413 +msgid "The 'ppdGzip' variable enables PPD file compression." +msgstr "" + +#: include/class_core.inc:424 +msgid "" +"The 'ignoreAcl' value tells GOsa to ignore complete ACL sets for the given " +"DN. Add your DN here and you'll be able to restore accidently dropped ACLs." +msgstr "" + +#: include/class_core.inc:435 +msgid "" +"The 'ppdPath' variable defines where to store PPD files for the GOto " +"environment plugins." +msgstr "" + +#: include/class_core.inc:445 +msgid "" +"The 'ldapMaxQueryTime' statement tells GOsa to stop LDAP actions if there is " +"no answer within the specified number of seconds." +msgstr "" + +#: include/class_core.inc:455 +msgid "" +"The 'storeFilterSettings' statement determines whether GOsa should store " +"filter and plugin settings inside of a cookie." +msgstr "" + +#: include/class_core.inc:465 +msgid "" +"The 'sendCompressedOutput' statement determines whether PHP should send " +"compressed HTML pages to browsers or not. This may increase or decrease the " +"performance, depending on your network." +msgstr "" + +#: include/class_core.inc:476 +msgid "" +"The 'modificationDetectionAttribute' statement enables GOsa to check if a " +"entry currently being edited has been modified from someone else outside " +"GOsa in the meantime. It will display an informative dialog then. It can be " +"set to 'entryCSN' for OpenLDAP based systems or 'contextCSN' for Sun DS " +"based systems." +msgstr "" + +#: include/class_core.inc:487 +msgid "" +"The 'language' statement defines the default language used by GOsa. Normally " +"GOsa autodetects the language from the browser settings. If this is not " +"working or you want to force the language, just add the language code (i.e. " +"de for german) here." +msgstr "" + +#: include/class_core.inc:498 +msgid "" +"The 'theme' statement defines what theme is used to display GOsa pages. You " +"can install some corporate identity like theme and/or modify certain " +"templates to fit your needs within themes. Take a look at the GOsa FAQ for " +"more information." +msgstr "" + +#: include/class_core.inc:508 +msgid "" +"The 'sessionLifetime' value defines when a session will expire in seconds. " +"For Debian systems, this will not work because the sessions will be removed " +"by a cron job instead. Please modify the value inside of your php.ini " +"instead." +msgstr "" + +#: include/class_core.inc:518 +msgid "" +"The 'templateCompileDirectory' statements defines the path, where the PHP " +"templating engins 'smarty' should store its compiled GOsa templates for " +"improved speed. This path needs to be writeable by the user your webserver " +"is running with." +msgstr "" + +#: include/class_core.inc:528 +#, php-format +msgid "" +"The 'debugLevel' value tells GOsa to display certain information on each " +"page load. Value is an AND combination of the following byte values: %s" +msgstr "" + +#: include/class_core.inc:548 +#, php-format +msgid "" +"The 'sambaHashHook' statement contains an executable to generate samba hash " +"values. This is required for password synchronization, but not required if " +"you apply gosa-si services. If you don't have mkntpasswd from the samba " +"distribution installed, you can use perl to generate the hash: %s" +msgstr "" + +#: include/class_core.inc:559 +msgid "" +"The 'passwordDefaultHash' statement defines the default password hash to " +"choose for new accounts." +msgstr "" + +#: include/class_core.inc:568 +msgid "" +"The 'strictPasswordRules' tells GOsa to check for UTF-8 characters in the " +"supplied password. These Characters can lead to non working authentications " +"if UTF-8 and none UTF-8 systems locales get mixed. The default is 'true'." +msgstr "" + +#: include/class_core.inc:579 +msgid "" +"The 'accountPrimaryAttribute' option tells GOsa how to create new accounts. " +"Possible values are 'uid' and 'cn'. In the first case GOsa creates uid style " +"DN entries: 'uid=superuser,ou=staff,dc=example,dc=net'. In the second case, " +"GOsa creates cn style DN entries: 'cn=Foo Bar,ou=staff,dc=example,dc=net'. " +"If you choose \"cn\" to be your 'accountPrimaryAttribute' you can decide " +"whether to include the personal title in your dn by selecting " +"'personalTitleInDN'." +msgstr "" + +#: include/class_core.inc:589 +msgid "" +"The 'userRDN' statement defines the location where new accounts will be " +"created inside of defined departments. The default is 'ou=people'." +msgstr "" + +#: include/class_core.inc:599 +msgid "" +"The 'groupsRDN' statement defines the location where new groups will be " +"created inside of defined departments. The default is 'ou=groups'." +msgstr "" + +#: include/class_core.inc:609 +msgid "" +"The 'gidNumberBase' statement defines where to start looking for a new free " +"group id. This should be synced with your 'adduser.conf' to avoid " +"overlapping gidNumber values between local and LDAP based lookups. The " +"gidNumberBase can even be dynamic. Take a look at the 'nextIdHook' " +"definition." +msgstr "" + +#: include/class_core.inc:619 +msgid "" +"The 'baseIdHook' statement allows to hook into the id generation method " +"(traditional mode), to define the starting range for new generated ids" +msgstr "" + +#: include/class_core.inc:629 include/class_core.inc:649 +msgid "" +"The 'uidNumberPoolMin/gidNumberPoolMin' statement defines the lowest " +"assignable user/group id for use with the 'idAllocationMethod = pool'." +msgstr "" + +#: include/class_core.inc:639 include/class_core.inc:659 +msgid "" +"The 'uidNumberPoolMax/gidNumberPoolMax' statement defines the highest " +"assignable user/group id for use with the 'idAllocationMethod = pool'." +msgstr "" + +#: include/class_core.inc:669 +msgid "" +"The 'uidNumberBase' statement defines where to start looking for a new free " +"user id. This should be synced with your 'adduser.conf' to avoid overlapping " +"uidNumber values between local and LDAP based lookups. The uidNumberBase can " +"even be dynamic. Take a look at the 'baseIdHook' definition." +msgstr "" + +#: include/class_core.inc:709 +msgid "" +"The 'gosaSupportURI' defines the major gosa-si server host and the password " +"for GOsa to connect to it. It can be used if you want to use i.e. kerberos " +"to authenticate the users. The format is: credentials@host:port" +msgstr "" + +#: include/class_core.inc:719 +msgid "" +"The 'gosaSupportTimeout' sets a connection timeout for all gosa-si actions. " +"See 'gosaSupportURI' for details." +msgstr "" + +#: include/class_core.inc:730 +msgid "" +"The 'loginAttribute' statement tells GOsa which LDAP attribute is used as " +"the login name during login. It can be set to 'uid', 'mail' or 'both'" +msgstr "" + +#: include/class_core.inc:741 +msgid "" +"The 'timezone' statements defines the timezone used inside of GOsa to handle " +"date related tasks, such as password expiery, vacation messages, etc. The " +"'timezone' value should be a unix conform timezone value like in /etc/" +"timezone." +msgstr "" + +#: include/class_core.inc:751 +msgid "" +"The 'honourUnitTags' statement enables checking of 'unitTag' attributes when " +"using administrative units. If this is set to 'true' GOsa can only see " +"objects inside the administrative unit a user is logged into." +msgstr "" + +#: include/class_core.inc:761 +msgid "" +"The 'useSaslForKerberos' statement defines the way the kerberos realm is " +"stored in the #userPassword' attribute. Set it to 'true' in order to get " +"{sasl}user@REALM.NET, or to 'false' to get {kerberos}user@REALM.NET. The " +"latter is outdated, but may be needed from time to time." +msgstr "" + +#: include/class_core.inc:771 +msgid "" +"The 'rfc2307bis' statement enables rfc2307bis style groups in GOsa. You can " +"use 'member' attributes instead of memberUid in this case. To make it work " +"on unix systems, you've to adjust your NSS configuration to use rfc2307bis " +"style groups, too" +msgstr "" + +#: include/class_core.inc:781 +msgid "" +"The 'personalTitleInDN' option tells GOsa to include the personal title in " +"user DNs when #accountPrimaryAttribute' is set to \"cn\"." +msgstr "" + +#: include/class_core.inc:791 +msgid "" +"The 'nextIdHook' statement defines a script to be called for finding the " +"next free id for users or groups externaly. It gets called with the current " +"entry \"dn\" and the attribute to be ID'd. It should return an integer value." +msgstr "" + +#: include/class_core.inc:801 +msgid "" +"The 'idGenerator' statement describes an automatic way to generate new user " +"ids. There are two basic functions supported - which can be combined: \n" +"\n" +" a) using attributes\n" +"\n" +" You can specify LDAP attributes (currently only sn and givenName) in\n" +" braces {} and add a percent sign befor it. Optionally you can strip it\n" +" down to a number of characters, specified in []. I.e.\n" +"\n" +" idGenerator=\"{%sn}-{%givenName[2-4]}\"\n" +"\n" +" will generate an ID using the full surename, adding a dash, and adding " +"at\n" +" least the first two characters of givenName. If this ID is used, it'll\n" +" use up to four characters. If no automatic generation is possible, a\n" +" input box is shown.\n" +"\n" +" b) using automatic id's\n" +"\n" +" I.e. specifying\n" +"\n" +" idGenerator=\"acct{id:3}\"\n" +"\n" +" will generate a three digits id with the next free entry appended to " +"\"acct\".\n" +"\n" +" idGenerator=\"acct{id!1}\"\n" +"\n" +" will generate a one digit id with the next free entry appended to \"acct" +"\" - if needed.\n" +"\n" +" idGenerator=\"ext{id#3}\"\n" +"\n" +" will generate a three digits random number appended to \"ext\".\n" +msgstr "" + +#: include/class_core.inc:841 +msgid "" +"The 'strictNamingRules' statement enables strict checking of uids and group " +"names. If you need characters like . or - inside of your accounts, set " +"this to 'false'." +msgstr "" + +#: include/class_core.inc:851 +msgid "" +"The 'minId' statement defines the minimum assignable user or group id to " +"avoid security leaks with uid 0 accounts. This is used for the 'traditional' " +"method." +msgstr "" + +#: include/class_core.inc:862 +msgid "" +"The 'mailAttribute' statement determines which attribute GOsa will use to " +"create accounts. Valid values are 'mail' and 'uid'." +msgstr "" + +#: include/class_core.inc:872 +msgid "" +"This attribute allows to override the prefix used to create shared folders." +msgstr "" + +#: include/class_core.inc:882 +msgid "" +"This attribute allows to override the user account creation syntax, see the " +"'mailFolderCreation' description for more details.\n" +"\n" +"Examples\n" +" mailUserCreation=\"%prefix%%uid%\" => \"user.foobar\"\n" +" mailUserCreation=\"my-prefix.%uid%%domain%\" => \"my-prefix.foobar@example." +"com\"\n" +msgstr "" + +#: include/class_core.inc:897 +msgid "" +"Every mail method has its own way to create mail accounts like 'share/" +"development' or 'shared.development@example.com' which is used to identify " +"the accounts, set quotas or add acls.\n" +"\n" +"To override the methods default account creation syntax, you can set the " +"'mailFolderCreation' option.\n" +"\n" +"Examples\n" +"\n" +" mailFolderCreation=\"%prefix%%cn%\" => \"shared.development\"\n" +" mailFolderCreation=\"my-prefix.%cn%%domain%\" => \"my-prefix." +"development@example.com\"\n" +"\n" +" %prefix% The methods default prefix. (Depends on cyrusUseSlashes=FALSE/" +"TRUE)\n" +" %cn% The groups/users cn.\n" +" %uid% The users uid.\n" +" %mail% The objects mail attribute.\n" +" %domain% The domain part of the objects mail attribute.\n" +" %mailpart% The user address part of the mail address.\n" +" %uattrib% Depends on mailAttribute=\"uid/mail\".\n" +msgstr "" + +#: include/class_core.inc:923 +msgid "" +"The 'imapTimeout' statement sets the connection timeout for imap actions." +msgstr "" + +#: include/class_core.inc:934 +msgid "" +"The 'mailMethod' statement tells GOsa which mail method the setup should use " +"to communicate with a possible mail server. Leave this undefined if your " +"mail method does not match the predefined ones." +msgstr "" + +#: include/class_core.inc:944 +msgid "" +"The 'cyrusUseSlashes' statement determines if GOsa should use \"foo/bar\" or " +"\"foo.bar\" namespaces in IMAP. Unix style is with slashes." +msgstr "" + +#: include/class_core.inc:954 +msgid "" +"The 'vacationTemplateDirectory' statement sets the path where GOsa will look " +"for vacation message templates. Default is /etc/gosa/vacation. \n" +"\n" +"Example template /etc/gosa/vacation/business.txt:\n" +"\n" +" DESC:Away from desk\n" +" Hi, I'm currently away from my desk. You can contact me on\n" +" my cell phone via %mobile.\n" +"\n" +" Greetings,\n" +" %givenName %sn\n" +"\n" +msgstr "" + +#: include/class_core.inc:975 +msgid "" +"The 'ldapTLS' statement enables or disables TLS operating on LDAP " +"connections." +msgstr "" + +#: include/class_core.inc:985 +msgid "" +"The 'honourIvbbAttributes' statement enables the IVBB mode inside of GOsa. " +"You need the ivbb.schema file from used by german authorities." +msgstr "" + +#: include/class_core.inc:995 +msgid "" +"The 'sambaIdMapping' statement tells GOsa to maintain sambaIdmapEntry " +"objects. Depending on your setup this can drastically improve the windows " +"login performance." +msgstr "" + +#: include/class_core.inc:1005 +msgid "" +"The 'handleExpiredAccounts' statement enables shadow attribute tests during " +"the login to the GOsa web interface and forces password renewal or account " +"lockout." +msgstr "" + +#: include/class_core.inc:1015 +msgid "" +"The 'sambaSID' statement defines a samba SID if not available inside of the " +"LDAP. You can retrieve the current sid by net getlocalsid." +msgstr "" + +#: include/class_core.inc:1025 +msgid "" +"The 'sambaRidBase' statement defines the base id to add to ordinary sid " +"calculations - if not available inside of the LDAP." +msgstr "" + +#: include/class_core.inc:1035 +msgid "" +"The 'enableSnapshots' statement enables a snapshot mechaism in GOsa. This " +"enables you to save certain states of entries and restore them later on." +msgstr "" + +#: include/class_core.inc:1045 +msgid "" +"The 'snapshotBase' statement defines the base where snapshots should be " +"stored inside of the LDAP." +msgstr "" + +#: include/class_core.inc:1055 +msgid "" +"The 'snapshotAdminDn' variable defines the user which is used to " +"authenticate when connecting to 'snapshotURI'." +msgstr "" + +#: include/class_core.inc:1065 +msgid "" +"The 'snapshotAdminPassword' variable defines the credentials which are used " +"in combination with 'snapshotAdminDn' and 'snapshotURI' in order to " +"authenticate." +msgstr "" + +#: include/class_core.inc:1076 +msgid "" +"The 'idAllocationMethod' statement defines how GOsa generates numeric user " +"and group id values. If it is set to 'traditional' GOsa will do create a " +"lock and perform a search for the next free ID. The lock will be removed " +"after the procedure completes. 'pool' will use the sambaUnixIdPool " +"objectclass settings inside your LDAP. This one is unsafe, because it does " +"not check for concurrent LDAP access and already used IDs in this range. On " +"the other hand it is much faster." +msgstr "" + +#: include/class_core.inc:1085 +msgid "" +"The 'snapshotURI' variable defines the LDAP URI for the server which is used " +"to do object snapshots." +msgstr "" + +#: include/utils/class_timezone.inc:47 +#, fuzzy, php-format +msgid "The configured timezone %s is not valid!" +msgstr "Il file di configurazione di GOsa %s/gosa.conf non è legibile." + +#: include/utils/class_msgPool.inc:17 +msgid "This object will be deleted!" +msgstr "" + +#: include/utils/class_msgPool.inc:19 +#, php-format +msgid "This %s object will be deleted!" +msgstr "" + +#: include/utils/class_msgPool.inc:24 +#, php-format +msgid "This object will be deleted: %s" +msgstr "" + +#: include/utils/class_msgPool.inc:26 +#, php-format +msgid "This %s object will be deleted: %s" +msgstr "" + +#: include/utils/class_msgPool.inc:31 +msgid "This object will be deleted:" +msgstr "" + +#: include/utils/class_msgPool.inc:33 +#, php-format +msgid "This %s object will be deleted:" +msgstr "" + +#: include/utils/class_msgPool.inc:37 +#, php-format +msgid "These objects will be deleted: %s" +msgstr "" + +#: include/utils/class_msgPool.inc:39 +#, php-format +msgid "These %s objects will be deleted: %s" +msgstr "" + +#: include/utils/class_msgPool.inc:47 +#, fuzzy +msgid "You have no permission to delete this object!" +msgstr "Non hai il permesso di cambiare la tua password." + +#: include/utils/class_msgPool.inc:51 include/utils/class_msgPool.inc:55 +#, fuzzy +msgid "You have no permission to delete the object:" +msgstr "Non hai il permesso di cambiare la tua password." + +#: include/utils/class_msgPool.inc:58 +#, fuzzy msgid "You have no permission to delete these objects:" msgstr "Non hai il permesso di cambiare la tua password." -#: include/utils/class_msgPool.inc:82 +#: include/utils/class_msgPool.inc:65 #, fuzzy msgid "You have no permission to create this object!" msgstr "Non hai il permesso di cambiare la tua password." -#: include/utils/class_msgPool.inc:86 include/utils/class_msgPool.inc:90 +#: include/utils/class_msgPool.inc:69 include/utils/class_msgPool.inc:73 #, fuzzy msgid "You have no permission to create the object:" msgstr "Non hai il permesso di cambiare la tua password." -#: include/utils/class_msgPool.inc:93 +#: include/utils/class_msgPool.inc:76 #, fuzzy msgid "You have no permission to create these objects:" msgstr "Non hai il permesso di cambiare la tua password." -#: include/utils/class_msgPool.inc:100 +#: include/utils/class_msgPool.inc:83 #, fuzzy msgid "You have no permission to modify this object!" msgstr "Non hai il permesso di cambiare la tua password." -#: include/utils/class_msgPool.inc:104 include/utils/class_msgPool.inc:108 +#: include/utils/class_msgPool.inc:87 include/utils/class_msgPool.inc:91 #, fuzzy msgid "You have no permission to modify the object:" msgstr "Non hai il permesso di cambiare la tua password." -#: include/utils/class_msgPool.inc:111 +#: include/utils/class_msgPool.inc:94 #, fuzzy msgid "You have no permission to modify these objects:" msgstr "Non hai il permesso di cambiare la tua password." -#: include/utils/class_msgPool.inc:118 +#: include/utils/class_msgPool.inc:101 #, fuzzy msgid "You have no permission to view this object!" msgstr "Non hai il permesso di cambiare la tua password." -#: include/utils/class_msgPool.inc:122 include/utils/class_msgPool.inc:126 +#: include/utils/class_msgPool.inc:105 include/utils/class_msgPool.inc:109 #, fuzzy msgid "You have no permission to view the object:" msgstr "Non hai il permesso di cambiare la tua password." -#: include/utils/class_msgPool.inc:129 +#: include/utils/class_msgPool.inc:112 #, fuzzy msgid "You have no permission to view these objects:" msgstr "Non hai il permesso di cambiare la tua password." -#: include/utils/class_msgPool.inc:136 +#: include/utils/class_msgPool.inc:119 #, fuzzy msgid "You have no permission to move this object!" msgstr "Non hai il permesso di cambiare la tua password." -#: include/utils/class_msgPool.inc:140 include/utils/class_msgPool.inc:144 +#: include/utils/class_msgPool.inc:123 include/utils/class_msgPool.inc:127 #, fuzzy msgid "You have no permission to move the object:" msgstr "Non hai il permesso di cambiare la tua password." -#: include/utils/class_msgPool.inc:147 +#: include/utils/class_msgPool.inc:130 #, fuzzy msgid "You have no permission to move these objects:" msgstr "Non hai il permesso di cambiare la tua password." -#: include/utils/class_msgPool.inc:157 include/utils/class_msgPool.inc:169 -#: include/utils/class_msgPool.inc:187 +#: include/utils/class_msgPool.inc:140 include/utils/class_msgPool.inc:152 +#: include/utils/class_msgPool.inc:170 #, fuzzy msgid "Connection information" msgstr "Informazioni personali" -#: include/utils/class_msgPool.inc:159 +#: include/utils/class_msgPool.inc:142 #, fuzzy, php-format msgid "Cannot connect to %s database!" msgstr "Impossibile connettersi al server del database!" -#: include/utils/class_msgPool.inc:171 +#: include/utils/class_msgPool.inc:154 #, fuzzy, php-format msgid "Cannot select %s database!" msgstr "Impossibile selezionare il database!" -#: include/utils/class_msgPool.inc:177 +#: include/utils/class_msgPool.inc:160 #, php-format msgid "No %s server defined!" msgstr "" -#: include/utils/class_msgPool.inc:189 +#: include/utils/class_msgPool.inc:172 #, fuzzy, php-format msgid "Cannot query %s database!" msgstr "Impossibile selezionare il database!" -#: include/utils/class_msgPool.inc:195 +#: include/utils/class_msgPool.inc:178 #, php-format -msgid "The field '%s' contains a reserved keyword!" +msgid "The field %s contains a reserved keyword!" msgstr "" -#: include/utils/class_msgPool.inc:201 +#: include/utils/class_msgPool.inc:184 #, php-format -msgid "Command specified as %s hook for plugin '%s' does not exist!" +msgid "Command specified as %s hook for plugin %s does not exist!" msgstr "" -#: include/utils/class_msgPool.inc:208 +#: include/utils/class_msgPool.inc:191 #, fuzzy, php-format -msgid "'%s' command is invalid!" +msgid "%s command is invalid!" msgstr "Il valore specificato per l'UID non è valido." -#: include/utils/class_msgPool.inc:210 -#, php-format -msgid "'%s' command (%s) for plugin %s is invalid!" -msgstr "" +#: include/utils/class_msgPool.inc:193 +#, fuzzy, php-format +msgid "%s command (%s) for plugin %s is invalid!" +msgstr "Il valore specificato per l'UID non è valido." -#: include/utils/class_msgPool.inc:212 -#, php-format -msgid "'%s' command for plugin %s is invalid!" -msgstr "" +#: include/utils/class_msgPool.inc:195 +#, fuzzy, php-format +msgid "%s command for plugin %s is invalid!" +msgstr "Il valore specificato per l'UID non è valido." -#: include/utils/class_msgPool.inc:214 +#: include/utils/class_msgPool.inc:197 #, fuzzy, php-format -msgid "'%s' command (%s) is invalid!" +msgid "%s command (%s) is invalid!" msgstr "Il valore specificato per l'UID non è valido." -#: include/utils/class_msgPool.inc:222 +#: include/utils/class_msgPool.inc:205 #, fuzzy, php-format -msgid "Cannot execute '%s' command!" +msgid "Cannot execute %s command!" msgstr "Impossibile selezionare il database!" -#: include/utils/class_msgPool.inc:224 -#, php-format -msgid "Cannot execute '%s' command (%s) for plugin %s!" -msgstr "" +#: include/utils/class_msgPool.inc:207 +#, fuzzy, php-format +msgid "Cannot execute %s command (%s) for plugin %s!" +msgstr "Impossibile selezionare il database!" -#: include/utils/class_msgPool.inc:226 -#, php-format -msgid "Cannot execute '%s' command for plugin %s!" -msgstr "" +#: include/utils/class_msgPool.inc:209 +#, fuzzy, php-format +msgid "Cannot execute %s command for plugin %s!" +msgstr "Impossibile selezionare il database!" -#: include/utils/class_msgPool.inc:228 +#: include/utils/class_msgPool.inc:211 #, fuzzy, php-format -msgid "Cannot execute '%s' command (%s)!" +msgid "Cannot execute %s command (%s)!" msgstr "Impossibile selezionare il database!" -#: include/utils/class_msgPool.inc:236 +#: include/utils/class_msgPool.inc:219 #, fuzzy, php-format -msgid "Value for '%s' is too large!" +msgid "Value for %s is too large!" msgstr "Il valore specificato per l'UID è troppo basso." -#: include/utils/class_msgPool.inc:238 +#: include/utils/class_msgPool.inc:221 #, fuzzy, php-format -msgid "'%s' must be smaller than %s!" +msgid "%s must be smaller than %s!" msgstr "PHP deve essere la versione 4.1.0 o superiore." -#: include/utils/class_msgPool.inc:246 +#: include/utils/class_msgPool.inc:229 #, fuzzy, php-format -msgid "Value for '%s' is too small!" +msgid "Value for %s is too small!" msgstr "Il valore specificato per l'UID è troppo basso." -#: include/utils/class_msgPool.inc:248 +#: include/utils/class_msgPool.inc:231 #, fuzzy, php-format -msgid "'%s' must be %d or above!" +msgid "%s must be %s or above!" msgstr "PHP deve essere la versione 4.1.0 o superiore." -#: include/utils/class_msgPool.inc:255 +#: include/utils/class_msgPool.inc:238 #, php-format -msgid "'%s' depends on '%s' - please provide both values!" +msgid "%s depends on %s - please provide both values!" msgstr "" -#: include/utils/class_msgPool.inc:261 +#: include/utils/class_msgPool.inc:244 #, php-format -msgid "There is already an entry with this '%s' attribute in the system!" +msgid "There is already an entry with this %s attribute in the system!" msgstr "" -#: include/utils/class_msgPool.inc:267 +#: include/utils/class_msgPool.inc:250 #, fuzzy, php-format -msgid "The required field '%s' is empty!" +msgid "The required field %s is empty!" msgstr "Il campo necessario 'Home directory' non è vuoto" -#: include/utils/class_msgPool.inc:275 +#: include/utils/class_msgPool.inc:258 msgid "Example" msgstr "" -#: include/utils/class_msgPool.inc:295 +#: include/utils/class_msgPool.inc:278 #, php-format -msgid "The Field '%s' contains invalid characters" +msgid "The Field %s contains invalid characters" msgstr "" -#: include/utils/class_msgPool.inc:296 -#, php-format -msgid "'%s' is not allowed:" -msgstr "" +#: include/utils/class_msgPool.inc:279 +#, fuzzy, php-format +msgid "%s is not allowed:" +msgstr "Cambia la password" -#: include/utils/class_msgPool.inc:296 +#: include/utils/class_msgPool.inc:279 #, fuzzy, php-format -msgid "'%s' are not allowed!" +msgid "%s are not allowed!" msgstr "Cambia la password" -#: include/utils/class_msgPool.inc:299 +#: include/utils/class_msgPool.inc:282 #, php-format -msgid "The Field '%s' contains invalid characters!" +msgid "The Field %s contains invalid characters!" msgstr "" -#: include/utils/class_msgPool.inc:306 +#: include/utils/class_msgPool.inc:289 #, fuzzy, php-format msgid "Missing %s PHP extension!" msgstr "Elimina foto" -#: include/utils/class_msgPool.inc:336 +#: include/utils/class_msgPool.inc:319 #, fuzzy, php-format msgid "Add %s" msgstr "Aggiungi" -#: include/utils/class_msgPool.inc:342 +#: include/utils/class_msgPool.inc:325 #, php-format msgid "Delete" msgstr "Rimuovi" -#: include/utils/class_msgPool.inc:342 +#: include/utils/class_msgPool.inc:325 #, fuzzy, php-format msgid "Delete %s" msgstr "Rimuovi" -#: include/utils/class_msgPool.inc:348 +#: include/utils/class_msgPool.inc:331 #, fuzzy, php-format msgid "Set %s" msgstr "Imposta" -#: include/utils/class_msgPool.inc:354 +#: include/utils/class_msgPool.inc:337 #, fuzzy, php-format msgid "Edit..." msgstr "Modifica" -#: include/utils/class_msgPool.inc:354 +#: include/utils/class_msgPool.inc:337 #, fuzzy, php-format msgid "Edit %s..." msgstr "Modifica contatto" -#: include/utils/class_msgPool.inc:360 +#: include/utils/class_msgPool.inc:343 msgid "Back" msgstr "Indietro" -#: include/utils/class_msgPool.inc:380 +#: include/utils/class_msgPool.inc:363 #, fuzzy, php-format msgid "This account has no valid %s extensions!" msgstr "Questa identità non possiede estensioni GOsa." -#: include/utils/class_msgPool.inc:386 +#: include/utils/class_msgPool.inc:369 #, fuzzy, php-format msgid "" "This account has %s settings enabled. You can disable them by clicking below." msgstr "Questa identià possiede estensioni Unix." -#: include/utils/class_msgPool.inc:389 include/utils/class_msgPool.inc:396 +#: include/utils/class_msgPool.inc:372 include/utils/class_msgPool.inc:379 #, fuzzy, php-format msgid "" "This account has %s settings enabled. To disable them, you'll need to remove " @@ -5834,13 +5839,13 @@ msgstr "" "Questa identià possiede estensioni Unix. Per eliminarle devi eliminare prima " "le estensioni Samba / ambiente." -#: include/utils/class_msgPool.inc:405 +#: include/utils/class_msgPool.inc:388 #, fuzzy, php-format msgid "" "This account has %s settings disabled. You can enable them by clicking below." msgstr "Questa identità non possiede estensioni Unix" -#: include/utils/class_msgPool.inc:408 include/utils/class_msgPool.inc:415 +#: include/utils/class_msgPool.inc:391 include/utils/class_msgPool.inc:398 #, fuzzy, php-format msgid "" "This account has %s settings disabled. To enable them, you'll need to add " @@ -5849,247 +5854,246 @@ msgstr "" "Questa identià possiede estensioni Unix. Per eliminarle devi eliminare prima " "le estensioni Samba / ambiente." -#: include/utils/class_msgPool.inc:423 +#: include/utils/class_msgPool.inc:406 #, fuzzy, php-format msgid "Add %s settings" msgstr "Opzioni applicazione" -#: include/utils/class_msgPool.inc:429 +#: include/utils/class_msgPool.inc:412 #, fuzzy, php-format msgid "Remove %s settings" msgstr "Impostazioni Unix" -#: include/utils/class_msgPool.inc:435 +#: include/utils/class_msgPool.inc:418 msgid "Click the 'Edit' button below to change informations in this dialog" msgstr "" "Click sul bottone 'Modifica' qui sotto per cambiare le informazioni in " "questo dialogo" -#: include/utils/class_msgPool.inc:441 +#: include/utils/class_msgPool.inc:424 msgid "January" msgstr "Gennaio" -#: include/utils/class_msgPool.inc:441 +#: include/utils/class_msgPool.inc:424 msgid "February" msgstr "Febbraio" -#: include/utils/class_msgPool.inc:441 +#: include/utils/class_msgPool.inc:424 msgid "March" msgstr "Marzo" -#: include/utils/class_msgPool.inc:441 +#: include/utils/class_msgPool.inc:424 msgid "April" msgstr "Aprile" -#: include/utils/class_msgPool.inc:442 +#: include/utils/class_msgPool.inc:425 msgid "May" msgstr "Maggio" -#: include/utils/class_msgPool.inc:442 +#: include/utils/class_msgPool.inc:425 msgid "June" msgstr "Giugno" -#: include/utils/class_msgPool.inc:442 +#: include/utils/class_msgPool.inc:425 msgid "July" msgstr "Luglio" -#: include/utils/class_msgPool.inc:442 +#: include/utils/class_msgPool.inc:425 msgid "August" msgstr "Agosto" -#: include/utils/class_msgPool.inc:442 +#: include/utils/class_msgPool.inc:425 msgid "September" msgstr "Settembre" -#: include/utils/class_msgPool.inc:443 +#: include/utils/class_msgPool.inc:426 msgid "October" msgstr "Ottobre" -#: include/utils/class_msgPool.inc:443 +#: include/utils/class_msgPool.inc:426 msgid "November" msgstr "Novembre" -#: include/utils/class_msgPool.inc:443 +#: include/utils/class_msgPool.inc:426 msgid "December" msgstr "Dicembre" -#: include/utils/class_msgPool.inc:449 +#: include/utils/class_msgPool.inc:432 #, fuzzy msgid "Sunday" msgstr "Cognome" -#: include/utils/class_msgPool.inc:449 +#: include/utils/class_msgPool.inc:432 #, fuzzy msgid "Monday" msgstr "mese" -#: include/utils/class_msgPool.inc:449 +#: include/utils/class_msgPool.inc:432 msgid "Tuesday" msgstr "" -#: include/utils/class_msgPool.inc:449 +#: include/utils/class_msgPool.inc:432 msgid "Wednesday" msgstr "" -#: include/utils/class_msgPool.inc:449 +#: include/utils/class_msgPool.inc:432 msgid "Thursday" msgstr "" -#: include/utils/class_msgPool.inc:449 +#: include/utils/class_msgPool.inc:432 msgid "Friday" msgstr "" -#: include/utils/class_msgPool.inc:449 +#: include/utils/class_msgPool.inc:432 msgid "Saturday" msgstr "" -#: include/utils/class_msgPool.inc:456 +#: include/utils/class_msgPool.inc:439 #, fuzzy msgid "MySQL operation failed!" msgstr "La query al database è fallita!" -#: include/utils/class_msgPool.inc:464 +#: include/utils/class_msgPool.inc:447 #, fuzzy msgid "read operation" msgstr "Opzioni di posta" -#: include/utils/class_msgPool.inc:464 +#: include/utils/class_msgPool.inc:447 msgid "add operation" msgstr "" -#: include/utils/class_msgPool.inc:464 +#: include/utils/class_msgPool.inc:447 #, fuzzy msgid "modify operation" msgstr "Informazioni personali" -#: include/utils/class_msgPool.inc:465 +#: include/utils/class_msgPool.inc:448 #, fuzzy msgid "delete operation" msgstr "Selezione le workstation da aggiungere" -#: include/utils/class_msgPool.inc:465 +#: include/utils/class_msgPool.inc:448 #, fuzzy msgid "search operation" msgstr "L'account spira dopo" -#: include/utils/class_msgPool.inc:465 +#: include/utils/class_msgPool.inc:448 #, fuzzy msgid "authentication" msgstr "Destinazione" -#: include/utils/class_msgPool.inc:468 +#: include/utils/class_msgPool.inc:451 #, fuzzy, php-format msgid "LDAP %s failed!" msgstr "La query al database è fallita!" -#: include/utils/class_msgPool.inc:470 +#: include/utils/class_msgPool.inc:453 #, fuzzy msgid "LDAP operation failed!" msgstr "La query al database è fallita!" -#: include/utils/class_msgPool.inc:485 +#: include/utils/class_msgPool.inc:468 #, fuzzy msgid "Upload failed!" msgstr "Nome applicazione" -#: include/utils/class_msgPool.inc:488 +#: include/utils/class_msgPool.inc:471 #, fuzzy, php-format msgid "Upload failed: %s" msgstr "Utenti di Dominio" -#: include/utils/class_msgPool.inc:495 +#: include/utils/class_msgPool.inc:478 msgid "Communication failure with the infrastructure service!" msgstr "" -#: include/utils/class_msgPool.inc:497 +#: include/utils/class_msgPool.inc:480 #, php-format msgid "Communication failure with the infrastructure service: %s" msgstr "" -#: include/utils/class_msgPool.inc:504 include/utils/class_msgPool.inc:507 +#: include/utils/class_msgPool.inc:487 +msgid "Communication failure with the GOSA-NG service!" +msgstr "" + +#: include/utils/class_msgPool.inc:489 #, php-format -msgid "This '%s' is still in use by this object: %s" +msgid "Communication failure with the GOSA-NG service: %s" msgstr "" -#: include/utils/class_msgPool.inc:510 +#: include/utils/class_msgPool.inc:496 include/utils/class_msgPool.inc:499 #, fuzzy, php-format -msgid "This '%s' is still in use." +msgid "This %s is still in use by this object: %s" msgstr "Nome descrittivo del gruppo" -#: include/utils/class_msgPool.inc:512 +#: include/utils/class_msgPool.inc:502 #, fuzzy, php-format -msgid "This '%s' is still in use by these objects: %s" +msgid "This %s is still in use." msgstr "Nome descrittivo del gruppo" -#: include/utils/class_msgPool.inc:518 -#, php-format -msgid "File '%s' does not exist!" +#: include/utils/class_msgPool.inc:504 +#, fuzzy, php-format +msgid "This %s is still in use by these objects: %s" +msgstr "Nome descrittivo del gruppo" + +#: include/utils/class_msgPool.inc:510 +#, php-format +msgid "File %s does not exist!" msgstr "" -#: include/utils/class_msgPool.inc:524 +#: include/utils/class_msgPool.inc:516 #, fuzzy, php-format -msgid "Cannot open file '%s' for reading!" +msgid "Cannot open file %s for reading!" msgstr "Rimuovi" -#: include/utils/class_msgPool.inc:530 +#: include/utils/class_msgPool.inc:522 #, fuzzy, php-format -msgid "Cannot open file '%s' for writing!" +msgid "Cannot open file %s for writing!" msgstr "Rimuovi" -#: include/utils/class_msgPool.inc:536 -#, php-format +#: include/utils/class_msgPool.inc:528 +#, fuzzy, php-format msgid "" -"The value for '%s' is currently unconfigured or invalid, please check your " +"The value for %s is currently unconfigured or invalid, please check your " "configuration file!" -msgstr "" +msgstr "Impossibile connettersi al server del database!" -#: include/utils/class_msgPool.inc:542 +#: include/utils/class_msgPool.inc:534 #, fuzzy, php-format -msgid "Cannot delete file '%s'!" +msgid "Cannot delete file %s!" msgstr "Rimuovi" -#: include/utils/class_msgPool.inc:548 +#: include/utils/class_msgPool.inc:540 #, fuzzy, php-format -msgid "Cannot create folder '%s'!" +msgid "Cannot create folder %s!" msgstr "Vai al dipartimento base" -#: include/utils/class_msgPool.inc:554 +#: include/utils/class_msgPool.inc:546 #, fuzzy, php-format -msgid "Cannot delete folder '%s'!" +msgid "Cannot delete folder %s!" msgstr "Rimuovi" -#: include/utils/class_msgPool.inc:560 +#: include/utils/class_msgPool.inc:552 #, fuzzy, php-format msgid "Checking for %s support" msgstr "Controllo il supporto per iconv" -#: include/utils/class_msgPool.inc:566 +#: include/utils/class_msgPool.inc:558 #, php-format msgid "Install and activate the %s PHP module." msgstr "" -#: include/utils/class_msgPool.inc:572 +#: include/utils/class_msgPool.inc:564 #, php-format msgid "" -"Cannot initialize class '%s'! Maybe there is a plugin missing in your gosa " +"Cannot initialize class %s! Maybe there is a plugin missing in your gosa " "setup?" msgstr "" -#: include/utils/class_msgPool.inc:578 +#: include/utils/class_msgPool.inc:570 msgid "" -"The supplied base is not valid and has been reset to the previous value!" +"The supplied base is not valid and has been reset to its previous value!" msgstr "" -#: include/utils/class_xml.inc:48 -#, fuzzy -msgid "in" -msgstr "Principale" - -#: include/utils/class_xml.inc:50 -#, fuzzy -msgid "on line" -msgstr "Continua" - #: include/utils/class_xml.inc:51 #, fuzzy msgid "XML error" @@ -6101,7 +6105,7 @@ msgid "Certificate is empty!" msgstr "Certificati" #: include/class_certificate.inc:100 -msgid "Cannot load certificate - only PEM/DER is supported!" +msgid "Cannot load certificate: only PEM and DER are supported!" msgstr "" #: include/class_certificate.inc:115 @@ -6116,18 +6120,18 @@ msgstr "Non ci sono certificati installati" #: include/functions_helpviewer.inc:45 #, php-format -msgid "XML error in guide.xml: %s at line %d" +msgid "XML error in guide.xml: %s at line %s" msgstr "" #: include/functions_helpviewer.inc:88 msgid "No help available for this plugin." msgstr "" -#: include/functions_helpviewer.inc:97 html/helpviewer.php:194 +#: include/functions_helpviewer.inc:97 html/helpviewer.php:193 msgid "previous" msgstr "" -#: include/functions_helpviewer.inc:101 html/helpviewer.php:198 +#: include/functions_helpviewer.inc:101 html/helpviewer.php:197 msgid "next" msgstr "" @@ -6136,7 +6140,7 @@ msgstr "" msgid "%s results for your search with the keyword %s" msgstr "" -#: include/functions_helpviewer.inc:462 +#: include/functions_helpviewer.inc:461 #, php-format msgid "%s%% hit rate in file %s" msgstr "" @@ -6146,16 +6150,33 @@ msgstr "" msgid "Search filter" msgstr "Parametro" +#: include/class_filter.inc:444 +#, fuzzy +msgid "Search in subtrees" +msgstr "Seleziona per mostrare le applicazioni" + #: include/class_filter.inc:449 #, fuzzy msgid "Edit filters" msgstr "Modifica certificati" -#: include/class_userFilterEditor.inc:251 +#: include/class_SnapshotHandler.inc:45 include/class_SnapshotHandler.inc:76 +#, php-format +msgid "" +"The snapshot functionality is enabled but the required variable %s is not " +"set!" +msgstr "" + +#: include/class_SnapshotHandler.inc:58 #, php-format msgid "" -"Please check your filter #%s. You have '%s' opening and '%s' closing " -"brackets!" +"The snapshot functionality is enabled but the required PHP compression " +"module is missing: %s!" +msgstr "" + +#: include/class_userFilterEditor.inc:251 +#, php-format +msgid "Error in filter #%s: %s opening and %s closing brackets detected!" msgstr "" #: include/class_acl.inc:28 @@ -6163,228 +6184,290 @@ msgstr "" msgid "Manage access control lists" msgstr "Opzioni di accesso" -#: include/class_acl.inc:125 include/class_acl.inc:607 -#: include/class_acl.inc:1023 +#: include/class_acl.inc:125 include/class_acl.inc:609 +#: include/class_acl.inc:1025 #, fuzzy, php-format msgid "All users" msgstr "utenti" -#: include/class_acl.inc:227 -msgid "Reset ACLs" -msgstr "" - -#: include/class_acl.inc:232 include/class_acl.inc:235 -msgid "Use ACL defined in role" -msgstr "" - -#: include/class_acl.inc:253 +#: include/class_acl.inc:252 #, fuzzy msgid "Section" msgstr "Azione" -#: include/class_acl.inc:263 +#: include/class_acl.inc:262 #, fuzzy msgid "Used" msgstr "Utenti" -#: include/class_acl.inc:568 +#: include/class_acl.inc:570 #, fuzzy msgid "No ACL settings for this category!" msgstr "Nome descrittivo del gruppo" -#: include/class_acl.inc:571 +#: include/class_acl.inc:573 #, php-format -msgid "Contains ACLs for these objects: %s" +msgid "ACLs for: %s" msgstr "" -#: include/class_acl.inc:577 include/class_acl.inc:581 +#: include/class_acl.inc:579 include/class_acl.inc:583 #, fuzzy msgid "category ACL" msgstr "classe" -#: include/class_acl.inc:634 +#: include/class_acl.inc:635 #, php-format -msgid "Edit ACL for '%s' - scope is '%s'" +msgid "Edit ACL for '%s' with scope '%s'" msgstr "" -#: include/class_acl.inc:799 include/class_acl.inc:806 +#: include/class_acl.inc:797 include/class_acl.inc:804 #, fuzzy msgid "Show/hide advanced settings" msgstr "Opzioni di posta avanzate" -#: include/class_acl.inc:817 +#: include/class_acl.inc:815 #, fuzzy msgid "Create objects" msgstr "Gruppo di oggetti" -#: include/class_acl.inc:818 +#: include/class_acl.inc:816 #, fuzzy msgid "Move objects" msgstr "Oggetti membri" -#: include/class_acl.inc:819 +#: include/class_acl.inc:817 #, fuzzy msgid "Remove objects" msgstr "Oggetti membri" -#: include/class_acl.inc:821 -#, fuzzy -msgid "Grant permission to owner" -msgstr "Rimuovi" - -#: include/class_acl.inc:825 include/class_acl.inc:930 -#: include/class_acl.inc:934 -msgid "read" -msgstr "leggere" - -#: include/class_acl.inc:826 include/class_acl.inc:932 -#: include/class_acl.inc:935 -msgid "write" -msgstr "scrivere" - -#: include/class_acl.inc:830 +#: include/class_acl.inc:828 #, fuzzy msgid "Complete object" msgstr "Gruppo di oggetti" -#: include/class_acl.inc:974 +#: include/class_acl.inc:976 #, php-format msgid "Unkown ACL type '%s'!" msgstr "" -#: include/class_acl.inc:1019 +#: include/class_acl.inc:1021 #, php-format msgid "Unknown entry '%s'!" msgstr "" -#: include/class_acl.inc:1083 include/class_acl.inc:1085 +#: include/class_acl.inc:1085 include/class_acl.inc:1087 #, fuzzy, php-format -msgid "Role: %s" -msgstr "Ruolo" +msgid "ACL role: %s" +msgstr "ACL" -#: include/class_acl.inc:1085 -msgid "unknown role" -msgstr "" +#: include/class_acl.inc:1087 +#, fuzzy +msgid "unknown ACL role" +msgstr "ACL" -#: include/class_acl.inc:1093 +#: include/class_acl.inc:1095 #, fuzzy, php-format msgid "Contains settings for these objects: %s" msgstr "Nome descrittivo del gruppo" -#: include/class_acl.inc:1110 +#: include/class_acl.inc:1112 #, fuzzy msgid "inactive" msgstr "Privato" -#: include/class_acl.inc:1110 +#: include/class_acl.inc:1112 #, fuzzy msgid "No members" msgstr "Membri del gruppo" -#: include/class_acl.inc:1280 +#: include/class_acl.inc:1283 #, fuzzy msgid "Access control list" msgstr "Opzioni di accesso" -#: include/class_acl.inc:1285 +#: include/class_acl.inc:1289 #, fuzzy msgid "ACL roles" msgstr "ACL" -#: include/class_acl.inc:1288 +#: include/class_acl.inc:1292 #, fuzzy msgid "ACL Entries" msgstr "Riferimenti" #: include/class_tabs.inc:57 #, fuzzy, php-format -msgid "" -"No plugin definitions found to initialize '%s', please check your " -"configuration file." +msgid "No plugin definition for %s found: please check the configuration file!" msgstr "Impossibile connettersi al server del database!" -#: include/class_tabs.inc:241 +#: include/class_tabs.inc:249 #, php-format -msgid "Delete process has been canceled by plugin '%s': %s" +msgid "Delete process has been canceled by plugin %s: %s" msgstr "" -#: include/class_tabs.inc:379 +#: include/class_tabs.inc:387 msgid "References" msgstr "Riferimenti" -#: include/class_listing.inc:537 +#: include/class_listing.inc:319 +#, fuzzy +msgid "Select all" +msgstr "Rimuovi" + +#: include/class_listing.inc:578 #, fuzzy msgid "created by" msgstr "Creare" -#: include/class_listing.inc:1016 include/class_listing.inc:1018 -msgid "Go up one department" -msgstr "Sali di dipartimento" +#: include/class_listing.inc:1057 include/class_listing.inc:1059 +msgid "Go to preceding level" +msgstr "" -#: include/class_listing.inc:1024 include/class_listing.inc:1026 -msgid "Go to users department" -msgstr "Vai agli utenti del dipartimento" +#: include/class_listing.inc:1065 include/class_listing.inc:1067 +msgid "Go to current users level" +msgstr "" -#: include/class_listing.inc:1031 +#: include/class_listing.inc:1072 msgid "Reload list" msgstr "" -#: include/class_listing.inc:1397 include/class_plugin.inc:1960 +#: include/class_listing.inc:1444 #, fuzzy msgid "Copy" msgstr "Azienda" -#: include/class_listing.inc:1403 include/class_plugin.inc:1964 +#: include/class_listing.inc:1450 #, fuzzy msgid "Cut" msgstr "Esegui" -#: include/class_listing.inc:1436 include/class_plugin.inc:1918 +#: include/class_listing.inc:1483 #, fuzzy msgid "Cut this entry" msgstr "Modifica questo record" -#: include/class_listing.inc:1445 include/class_plugin.inc:1926 +#: include/class_listing.inc:1492 #, fuzzy msgid "Copy this entry" msgstr "Modifica questo record" -#: include/class_listing.inc:1477 include/class_listing.inc:1479 +#: include/class_listing.inc:1524 include/class_listing.inc:1526 #, fuzzy msgid "Restore snapshots" msgstr "Crea estensioni di posta" -#: include/class_listing.inc:1493 +#: include/class_listing.inc:1540 #, fuzzy msgid "Export list" msgstr "Esporta" -#: include/class_listing.inc:1527 include/class_SnapShotDialog.inc:145 -#: include/class_plugin.inc:1892 +#: include/class_listing.inc:1574 include/class_SnapShotDialog.inc:141 msgid "Restore snapshot" msgstr "" -#: include/class_listing.inc:1535 include/class_plugin.inc:1900 +#: include/class_listing.inc:1582 #, fuzzy -msgid "Create a new snapshot from this object" +msgid "Create new snapshot for this object" msgstr "Gruppo di oggetti" +#: include/class_configRegistry.inc:188 +#, php-format +msgid "%s has version %s but %s is required!" +msgstr "" + +#: include/class_configRegistry.inc:243 +msgid "" +"Plugins that require one or more of the object classes above will be " +"disabled until the object classes get updated." +msgstr "" + +#: include/class_configRegistry.inc:245 +#, fuzzy +msgid "Schema validation error" +msgstr "Destinazione" + +#: include/class_configRegistry.inc:656 +#, php-format +msgid "" +"The value '%s' specified for '%s:%s' is invalid. A bool value is required " +"here!" +msgstr "" + +#: include/class_configRegistry.inc:671 +#, php-format +msgid "" +"The value '%s' specified for '%s:%s' is invalid. A string value is required " +"here!" +msgstr "" + +#: include/class_configRegistry.inc:686 +#, php-format +msgid "" +"The value '%s' specified for '%s:%s' is invalid. A numeric value is required " +"here!" +msgstr "" + +#: include/class_configRegistry.inc:701 +#, php-format +msgid "The path '%s' specified for '%s:%s' is invalid!" +msgstr "" + +#: include/class_configRegistry.inc:717 include/class_configRegistry.inc:739 +#, php-format +msgid "The folder '%s' specified for '%s:%s' does not exists!" +msgstr "" + +#: include/class_configRegistry.inc:722 +#, php-format +msgid "The folder '%s' specified for '%s:%s' cannot be used for reading!" +msgstr "" + +#: include/class_configRegistry.inc:744 +#, php-format +msgid "The folder '%s' specified for '%s:%s' cannot be used for writing!" +msgstr "" + +#: include/class_configRegistry.inc:762 +#, php-format +msgid "The file '%s' specified for '%s:%s' does not exists!" +msgstr "" + +#: include/class_configRegistry.inc:767 +#, php-format +msgid "The file '%s' specified for '%s:%s' cannot be read!" +msgstr "" + +#: include/class_configRegistry.inc:783 +#, php-format +msgid "The command '%s' specified for '%s:%s' is invalid!" +msgstr "" + +#: include/class_configRegistry.inc:798 +#, fuzzy, php-format +msgid "The dn '%s' specified for '%s:%s' is invalid!" +msgstr "Il valore specificato per l'UID non è valido." + +#: include/class_configRegistry.inc:813 +#, php-format +msgid "The rdn '%s' specified for '%s:%s' is invalid!" +msgstr "" + #: include/class_SnapShotDialog.inc:55 #, fuzzy msgid "Date" msgstr "Data" #: include/class_SnapShotDialog.inc:93 -#, php-format -msgid "You're about to delete the snapshot '%s'." -msgstr "" +#, fuzzy, php-format +msgid "You are about to delete the snapshot %s." +msgstr "Non hai il permesso di cambiare la tua password." -#: include/class_SnapShotDialog.inc:146 +#: include/class_SnapShotDialog.inc:142 #, fuzzy -msgid "Remove snapshot" +msgid "Delete snapshot" msgstr "Crea estensioni di posta" -#: include/class_SnapShotDialog.inc:147 include/class_SnapShotDialog.inc:165 +#: include/class_SnapShotDialog.inc:143 include/class_SnapShotDialog.inc:161 msgid "Y-m-d, H:i:s" msgstr "" @@ -6394,23 +6477,22 @@ msgstr "" #: include/class_ldap.inc:233 include/class_ldap.inc:266 #, php-format -msgid "LDAP performance is poor: last query took about %.2fs!" +msgid "LDAP performance is poor: last query took %.2fs!" msgstr "" #: include/class_ldap.inc:693 #, php-format -msgid "" -"Cannot automatically create subtrees with RDN '%s': no object class found!" +msgid "Cannot automatically create subtrees with RDN %s: no object class found" msgstr "" #: include/class_ldap.inc:744 #, php-format -msgid "Cannot automatically create subtrees with RDN '%s': not supported" +msgid "Cannot automatically create subtrees with RDN %s: not supported" msgstr "" #: include/class_ldap.inc:831 #, fuzzy, php-format -msgid "while operating on '%s' using LDAP server '%s'" +msgid "while operating on %s using LDAP server %s" msgstr "Errore durante la connessione al server LDAP. Il server dice: '%s'" #: include/class_ldap.inc:833 @@ -6418,82 +6500,84 @@ msgstr "Errore durante la connessione al server LDAP. Il server dice: '%s'" msgid "while operating on LDAP server %s" msgstr "Errore durante la connessione al server LDAP. Il server dice: '%s'" -#: include/class_ldap.inc:1055 +#: include/class_ldap.inc:1006 #, php-format msgid "" -"This is not a valid DN: '%s'. A block for import should begin with 'dn: ...' " -"in line %s" +"Invalid DN %s: block to be imported should start with 'dn: ...' in line %s" msgstr "" -#: include/class_ldap.inc:1084 +#: include/class_ldap.inc:1035 #, php-format -msgid "Error while importing dn: '%s', please check your LDIF from line %s on!" +msgid "Error while importing DN %s: please check LDIF from line %s on!" msgstr "" -#: include/php_setup.inc:103 +#: include/php_setup.inc:101 msgid "Generating this page caused the PHP interpreter to raise some errors!" msgstr "" -#: include/php_setup.inc:108 -msgid "Send bug report to the GOsa Team" -msgstr "" - -#: include/php_setup.inc:108 +#: include/php_setup.inc:104 msgid "Send bugreport" msgstr "" -#: include/php_setup.inc:113 -msgid "Toggle information" +#: include/php_setup.inc:108 +msgid "Toggle details" msgstr "" -#: include/php_setup.inc:123 +#: include/php_setup.inc:117 msgid "PHP error" msgstr "Errore PHP" -#: include/php_setup.inc:142 +#: include/php_setup.inc:136 msgid "class" msgstr "classe" -#: include/php_setup.inc:148 +#: include/php_setup.inc:142 msgid "function" msgstr "funzione" -#: include/php_setup.inc:153 +#: include/php_setup.inc:147 msgid "static" msgstr "statico" -#: include/php_setup.inc:157 +#: include/php_setup.inc:151 msgid "method" msgstr "metodo" -#: include/php_setup.inc:190 -msgid "Trace" +#: include/php_setup.inc:184 +msgid "Traceback" msgstr "" -#: include/php_setup.inc:191 +#: include/php_setup.inc:185 msgid "File" msgstr "" -#: include/php_setup.inc:191 +#: include/php_setup.inc:185 msgid "Line" msgstr "" -#: include/php_setup.inc:192 +#: include/php_setup.inc:186 msgid "Arguments" msgstr "Argomenti" -#: include/class_pathNavigator.inc:69 +#: include/class_pathNavigator.inc:86 #, fuzzy msgid "Welcome to GOsa" msgstr "Benvenuto nel setup di GOsa!" -#: include/class_pluglist.inc:74 +#: include/class_pluglist.inc:93 +msgid "The configuration format has changed: please run the setup again!" +msgstr "" + +#: include/class_pluglist.inc:229 #, fuzzy -msgid "All objects in this category" -msgstr "Nome descrittivo del gruppo" +msgid "" +"You are currently editing a database entry. Do you want to discard the " +"changes?" +msgstr "" +"Stai modificando un campo del database. Vuoi abbandonare i cambiamenti?" -#: include/class_pluglist.inc:99 -msgid "The configuration format has changed. Please re-run setup!" +#: include/class_pluglist.inc:329 +msgid "Back to main menu" msgstr "" #: include/exporter/class_PDF.inc:24 @@ -6509,277 +6593,883 @@ msgstr "" msgid "PDF" msgstr "" -#: include/exporter/class_cvsExporter.inc:48 -msgid "CSV" -msgstr "" +#: include/exporter/class_cvsExporter.inc:48 +msgid "CSV" +msgstr "" + +#: include/class_gosaSupportDaemon.inc:112 +msgid "GOsa support daemon" +msgstr "" + +#: include/class_gosaSupportDaemon.inc:787 +#, fuzzy +msgid "Cannot not parse XML!" +msgstr "Troppi utenti non posso allocare un ID libero!" + +#: include/class_gosaSupportDaemon.inc:1184 +#, fuzzy, php-format +msgid "Cannot send abort event for entry %s!" +msgstr "Rimuovi" + +#: include/class_gosaSupportDaemon.inc:1204 +#, php-format +msgid "Cannot remove entry %s!" +msgstr "" + +#: include/class_management.inc:462 +#, fuzzy, php-format +msgid "You are not allowed to create a snapshot for %s!" +msgstr "Non hai il permesso di cambiare la tua password." + +#: include/class_management.inc:509 include/class_management.inc:561 +#: include/class_management.inc:575 +#, fuzzy, php-format +msgid "You are not allowed to restore a snapshot for %s!" +msgstr "Non hai il permesso di cambiare la tua password." + +#: include/class_management.inc:524 +#, fuzzy, php-format +msgid "You are not allowed to remove a snapshot for %s!" +msgstr "Non hai il permesso di cambiare la tua password." + +#: include/class_management.inc:644 +#, php-format +msgid "" +"No tab definition for %s found in configuration file: cannot create plugin " +"instance!" +msgstr "" + +#: include/class_plugin.inc:526 +msgid "" +"The current object has been altered while beeing edited. If you save this " +"entry, changes that have been made by others will be discarded!" +msgstr "" + +#: include/class_plugin.inc:1327 +#, php-format +msgid "Changing ACL DN from %s to %s" +msgstr "" + +#: include/class_session.inc:76 include/class_session.inc:101 +#: include/class_session.inc:127 +#, fuzzy +msgid "Requested channel does not exist!" +msgstr "" +"Errore di connessione al server LDAP. Contatta l'amministratore del sistema." + +#: html/helpviewer.php:64 +msgid "Help browser" +msgstr "" + +#: html/helpviewer.php:118 +msgid "There is no helpfile specified for this class" +msgstr "" + +#: html/helpviewer.php:268 +#, php-format +msgid "Helpdir '%s' is not accessible, can't read any helpfiles." +msgstr "" + +#: html/index.php:45 +#, php-format +msgid "Your browser (%s) is blacklisted for the current theme!" +msgstr "" + +#: html/index.php:72 +#, php-format +msgid "This session is not ecrypted. Click %s to enter an encrypted session." +msgstr "" + +#: html/index.php:72 +#, fuzzy +msgid "here" +msgstr "Cellulare" + +#: html/index.php:78 +msgid "The configured session lifetime will be overridden by php.ini settings!" +msgstr "" + +#: html/index.php:157 html/password.php:61 +#, fuzzy, php-format +msgid "GOsa configuration %s/%s is not readable. Aborted." +msgstr "Il file di configurazione di GOsa %s/gosa.conf non è legibile." + +#: html/index.php:179 +#, fuzzy +msgid "Smarty error" +msgstr "Stato" + +#: html/index.php:179 html/password.php:86 html/setup.php:68 +#, php-format +msgid "Compile directory %s is not accessible!" +msgstr "" + +#: html/index.php:202 +msgid "" +"Your browser has cookies disabled: please enable cookies and reload this " +"page before logging in!" +msgstr "" + +#: html/index.php:233 +msgid "Broken HTTP authentication setup!" +msgstr "" + +#: html/index.php:241 +msgid "Cannot find a valid user for the current HTTP authentication!" +msgstr "" + +#: html/index.php:245 +msgid "Cannot find a unique user for the current HTTP authentication!" +msgstr "" + +#: html/index.php:289 +msgid "Please specify a valid username!" +msgstr "" + +#: html/index.php:292 +msgid "Please specify your password!" +msgstr "" + +#: html/index.php:304 +#, fuzzy +msgid "Authentication error" +msgstr "Destinazione" + +#: html/index.php:304 +#, fuzzy +msgid "Cannot retrieve user information for HTTP authentication!" +msgstr "Rimuovi" + +#: html/index.php:311 html/password.php:252 +#, fuzzy +msgid "Please check the username/password combination!" +msgstr "Prego inserire un numero di telefono valido!" + +#: html/index.php:359 +#, fuzzy +msgid "Account locked. Please contact your system administrator!" +msgstr "" +"Errore di connessione al server LDAP. Contatta l'amministratore del sistema." + +#: html/password.php:180 +msgid "Error: Password method not available!" +msgstr "" + +#: html/password.php:216 +#, fuzzy +msgid "The values for 'New password' and 'Repeated new password' differ!" +msgstr "Le password nuova e ripetuta non corrispondono" + +#: html/password.php:228 +#, fuzzy +msgid "The password used as new and current are too similar!" +msgstr "" +"La password immessa come 'Nuova password' è troppo simile a quella attuale." + +#: html/password.php:234 +#, fuzzy +msgid "The password used as new is to short!" +msgstr "La 'Nuova password' immessa è troppo corta." + +#: html/password.php:256 +#, fuzzy +msgid "You have no permissions to change your password!" +msgstr "Non hai il permesso di cambiare la tua password." + +#: html/password.php:281 +#, fuzzy, php-format +msgid "External password changer reported a problem: %s" +msgstr "Il programma esterno per cambiare la password ha avuto un problema:" + +#: html/password.php:316 +msgid "Session will not be encrypted." +msgstr "" + +#: html/password.php:318 +msgid "Enter SSL session" +msgstr "" + +#: html/setup.php:68 +#, fuzzy +msgid "Smarty" +msgstr "Avvio" + +#: html/main.php:159 +#, php-format +msgid "Cannot locate file %s - please run %s to fix this" +msgstr "" + +#: html/main.php:178 +#, fuzzy +msgid "PHP configuration" +msgstr "Scarica il file di configurazione" + +#: html/main.php:179 +msgid "" +"FATAL: Register globals is active. Please fix this in order to continue." +msgstr "" + +#: html/main.php:239 +msgid "Running out of memory!" +msgstr "" + +#: html/main.php:299 +#, fuzzy +msgid "ACLs are disabled" +msgstr "disabilitato" + +#: html/main.php:299 html/main.php:301 +#, php-format +msgid "You're logged in as %s" +msgstr "" + +#: html/main.php:349 +#, fuzzy +msgid "Your password is about to expire, please change your password!" +msgstr "Non hai il permesso di cambiare la tua password." + +#: html/main.php:359 +#, fuzzy +msgid "Plugin" +msgstr "Ricerca" + +#: html/main.php:360 +#, php-format +msgid "FATAL: Cannot find any plugin definitions for plugin %s!" +msgstr "" + +#: html/main.php:376 +#, fuzzy +msgid "Configuration Error" +msgstr "File di configurazione" + +#: html/main.php:377 +#, php-format +msgid "" +"FATAL: not all POST variables have been transfered by PHP - please inform " +"your administrator!" +msgstr "" + +#, fuzzy +#~ msgid "Processing" +#~ msgstr "Permessi" + +#, fuzzy +#~ msgid "Created" +#~ msgstr "Creare" + +#, fuzzy +#~ msgid "No Content" +#~ msgstr "Contenuti" + +#, fuzzy +#~ msgid "Reset Content" +#~ msgstr "Contenuti" + +#, fuzzy +#~ msgid "Partial Content" +#~ msgstr "CAP" + +#, fuzzy +#~ msgid "Multi-Status" +#~ msgstr "Stato" + +#, fuzzy +#~ msgid "See Other" +#~ msgstr "Rimuovi" + +#, fuzzy +#~ msgid "Not Modified" +#~ msgstr "Cambia la password" + +#, fuzzy +#~ msgid "Use Proxy" +#~ msgstr "Proxy" + +#, fuzzy +#~ msgid "(reserviert)" +#~ msgstr "server" + +#, fuzzy +#~ msgid "Not Found" +#~ msgstr "Cambia la password" + +#, fuzzy +#~ msgid "Method Not Allowed" +#~ msgstr "Cambia la password" + +#, fuzzy +#~ msgid "Proxy Authentication Required" +#~ msgstr "Destinazione" + +#, fuzzy +#~ msgid "Gone" +#~ msgstr "nessuno" + +#, fuzzy +#~ msgid "Precondition Failed" +#~ msgstr "File di configurazione" + +#, fuzzy +#~ msgid "Expectation Failed" +#~ msgstr "La query al database è fallita!" + +#, fuzzy +#~ msgid "Locked" +#~ msgstr "Lista degli utenti" + +#, fuzzy +#~ msgid "Unordered Collection" +#~ msgstr "Impostazioni FAX" + +#, fuzzy +#~ msgid "Internal Server Error" +#~ msgstr "Terminal Server" + +#, fuzzy +#~ msgid "Not Implemented" +#~ msgstr "incompleto" + +#, fuzzy +#~ msgid "Gateway Time-out" +#~ msgstr "Dominio" + +#, fuzzy +#~ msgid "GOsa settings 3/3" +#~ msgstr "Opzioni di posta dell'identità" + +#, fuzzy +#~ msgid "Maximum LDAP query time must be a numeric value!" +#~ msgstr "Inoltra i messaggi a" + +#, fuzzy +#~ msgid "Create a basic, single site configuration" +#~ msgstr "Scarica il file di configurazione" + +#, fuzzy +#~ msgid "Find every possible configuration error" +#~ msgstr "File di configurazione" + +#, fuzzy +#~ msgid "To continue..." +#~ msgstr "Configurazione continua..." + +#~ msgid "Samba settings" +#~ msgstr "Impostazioni Samba" + +#, fuzzy +#~ msgid "Samba SID" +#~ msgstr "Samba" + +#, fuzzy +#~ msgid "RID base" +#~ msgstr "Database" + +#, fuzzy +#~ msgid "Workstation container" +#~ msgstr "Mostra workstation" + +#, fuzzy +#~ msgid "Samba SID mapping" +#~ msgstr "Samba" + +#, fuzzy +#~ msgid "Timezone" +#~ msgstr "Cellulare" + +#, fuzzy +#~ msgid "Please choose your preferred timezone here" +#~ msgstr "Lingua preferita" + +#, fuzzy +#~ msgid "Additional GOsa settings" +#~ msgstr "Opzioni applicazione" + +#, fuzzy +#~ msgid "Government mode" +#~ msgstr "nella cartella" + +#, fuzzy +#~ msgid "GOsa logging" +#~ msgstr "Opzioni di posta dell'identità" + +#, fuzzy +#~ msgid "Mail settings" +#~ msgstr "Opzioni di posta dell'identità" + +#~ msgid "Mail method" +#~ msgstr "Metodo di amministrazione della posta" + +#, fuzzy +#~ msgid "Vacation templates" +#~ msgstr "Messaggio di di risposta automatica" + +#, fuzzy +#~ msgid "Snapshots / Undo" +#~ msgstr "Nome applicazione" + +#, fuzzy +#~ msgid "Enable snapshots" +#~ msgstr "Crea estensioni di posta" + +#, fuzzy +#~ msgid "Snapshot base" +#~ msgstr "Nome applicazione" + +#, fuzzy +#~ msgid "GOsa settings 2/3" +#~ msgstr "Opzioni di posta dell'identità" + +#, fuzzy +#~ msgid "Customize special parameters" +#~ msgstr "Parametro" + +#, fuzzy +#~ msgid "Checking for invisible departments" +#~ msgstr "Controllo il supporto per iconv" + +#, fuzzy +#~ msgid "Checking for invisible users" +#~ msgstr "Controllo il supporto per iconv" + +#, fuzzy +#~ msgid "Checking for users outside the people tree" +#~ msgstr "Controllo il modulo cups" + +#, fuzzy +#~ msgid "Checking for groups outside the groups tree" +#~ msgstr "Controllo il modulo cups" + +#, fuzzy +#~ msgid "Checking for duplicated UID numbers" +#~ msgstr "Controllo il supporto per %s" + +#, fuzzy +#~ msgid "Checking for duplicate GID numbers" +#~ msgstr "Controllo il supporto per %s" + +#, fuzzy +#~ msgid "Checking for old style USB devices" +#~ msgstr "Controllo il supporto per iconv" + +#, fuzzy +#~ msgid "Checking for old services that have to be migrated" +#~ msgstr "Controllo il modulo cups" + +#, fuzzy +#~ msgid "Checking for old style application menus" +#~ msgstr "Controllo il supporto per %s" + +#, fuzzy +#~ msgid "Found %s duplicate values for attribute 'uidNumber'." +#~ msgstr "Prego inserire un numero di telefono valido!" + +#, fuzzy +#~ msgid "Found %s duplicate values for attribute 'gidNumber'." +#~ msgstr "Prego inserire un numero di telefono valido!" + +#, fuzzy +#~ msgid "Move" +#~ msgstr "Dominio" + +#, fuzzy +#~ msgid "Cannot migrate department '%s':" +#~ msgstr "Vai al dipartimento base" + +#, fuzzy +#~ msgid "GOsa 2.5 administrative accounts found: %s" +#~ msgstr "Crea estensioni di posta" + +#, fuzzy +#~ msgid "There is no valid GOsa 2.6 administrator account inside your LDAP." +#~ msgstr "Crea estensioni di posta" + +#, fuzzy +#~ msgid "Cannot move users to the requested department!" +#~ msgstr "Mostra utenti del dipartimento" + +#, fuzzy +#~ msgid "to" +#~ msgstr "Rapporto" + +#, fuzzy +#~ msgid "Updating '%s' failed: %s" +#~ msgstr "Utenti di Dominio" + +#, fuzzy +#~ msgid "Theme" +#~ msgstr "Cellulare" + +#, fuzzy +#~ msgid "Apache" +#~ msgstr "Annulla" + +#, fuzzy +#~ msgid "People and group storage" +#~ msgstr "Ou delle persone" + +#, fuzzy +#~ msgid "People DN attribute" +#~ msgstr "Attributo DN delle persone" + +#, fuzzy +#~ msgid "People storage subtree" +#~ msgstr "Ou delle persone" + +#, fuzzy +#~ msgid "Group storage subtree" +#~ msgstr "Ou dei gruppi" + +#, fuzzy +#~ msgid "Automatic UIDs" +#~ msgstr "automatico" + +#, fuzzy +#~ msgid "Number base for people/groups" +#~ msgstr "UID di base per utenti/gruppi" + +#, fuzzy +#~ msgid "Password settings" +#~ msgstr "Opzioni di posta dell'identità" + +#, fuzzy +#~ msgid "Password encryption algorithm" +#~ msgstr "Algoritmo di criptaggio" + +#, fuzzy +#~ msgid "Password restrictions" +#~ msgstr "La password spira il" + +#, fuzzy +#~ msgid "Password change hook" +#~ msgstr "Cambia la password" + +#, fuzzy +#~ msgid "Use account expiration" +#~ msgstr "L'account spira dopo" + +#~ msgid "" +#~ "GOsa supports several encryption types for your passwords. Normally this " +#~ "is adjustable via user templates, but you can specify a default method to " +#~ "be used here, too." +#~ msgstr "" +#~ "GOsa supporta numerosi algoritmi di criptaggio per le password. Imposta " +#~ "quello di default." + +#, fuzzy +#~ msgid "" +#~ "GOsa always acts as admin and manages access rights internally. This is a " +#~ "workaround till OpenLDAP's in directory ACI's are fully implemented. " +#~ "For this to work, we need the admin DN and the corresponding password." +#~ msgstr "" +#~ "GOsa agisce sul DIT tramite l'utente di amministrazione e possiede uno " +#~ "schema di permessi interno. Questo è un workaround finché non sarà " +#~ "completato il supportp per le ACL all'interno del DIT in OpenLDAP." + +#~ msgid "" +#~ "Some basic LDAP parameters are tunable and affect the locations where " +#~ "GOsa saves people and groups, including the way accounts get created. " +#~ "Check the values below if the fit your needs." +#~ msgstr "" +#~ "Alcuni parametri di LDAP sono selezionabili e influenzano il posto in cui " +#~ "GOsa salva le identità e i gruppi. Controlla che i valori riportati " +#~ "corrispondano alle impostaioni del tuo DIT." + +#, fuzzy +#~ msgid "" +#~ "GOsa has modular support for several mail methods. These methods provide " +#~ "interfaces to users mailboxes and general handling for quotas. You can " +#~ "choose the dummy plugin to leave all your mail settings untouched." +#~ msgstr "" +#~ "GOsa supporta numerosi metodi per amministrare la posta. Questi metodi " +#~ "possiedono interfacce per impostare opzioni come ad esempio la quota. " +#~ "Puoi impostare il metodo 'dummy' per mantenere tutte le impostazioni." + +#, fuzzy +#~ msgid "Enable primary group filter" +#~ msgstr "Mostra gruppi di utenti" + +#, fuzzy +#~ msgid "Display summary in listings" +#~ msgstr "Mosra gruppi corrispondenti a" + +#, fuzzy +#~ msgid "Honour administrative units" +#~ msgstr "Amministrazione dei gruppi di utenti" + +#, fuzzy +#~ msgid "Smarty compile directory" +#~ msgstr "Home directory" + +#, fuzzy +#~ msgid "Path for PPD storage" +#~ msgstr "Algorimo password" + +#, fuzzy +#~ msgid "Path for kiosk profile storage" +#~ msgstr "Opzioni di posta dell'identità" + +#, fuzzy +#~ msgid "Mail queue script" +#~ msgstr "Script path" + +#, fuzzy +#~ msgid "Notification script" +#~ msgstr "Non ci sono certificati installati" + +#, fuzzy +#~ msgid "Remember dialog filter settings" +#~ msgstr "Impostazioni generali delle code" + +#, fuzzy +#~ msgid "Session lifetime" +#~ msgstr "Rilevato un conflitto di sessione" -#: include/class_gosaSupportDaemon.inc:112 -msgid "GOsa support daemon" -msgstr "" +#, fuzzy +#~ msgid "Show PHP errors" +#~ msgstr "Errore PHP" -#: include/class_gosaSupportDaemon.inc:787 #, fuzzy -msgid "Cannot not parse XML!" -msgstr "Troppi utenti non posso allocare un ID libero!" +#~ msgid "Maximum LDAP query time" +#~ msgstr "Inoltra i messaggi a" -#: include/class_gosaSupportDaemon.inc:1184 -#, fuzzy, php-format -msgid "Cannot send abort event for entry %s!" -msgstr "Rimuovi" +#, fuzzy +#~ msgid "Debug level" +#~ msgstr "Rimuovi" -#: include/class_gosaSupportDaemon.inc:1204 -#, php-format -msgid "Cannot remove entry %s!" -msgstr "" +#, fuzzy +#~ msgid "Disabled" +#~ msgstr "disabilitato" -#: include/class_management.inc:459 include/class_plugin.inc:1434 -#, fuzzy, php-format -msgid "You are not allowed to create a snapshot for %s." -msgstr "Non hai il permesso di cambiare la tua password." +#, fuzzy +#~ msgid "Move selected workstations" +#~ msgstr "Selezione le workstation da aggiungere" -#: include/class_management.inc:506 include/class_management.inc:543 -#: include/class_management.inc:557 include/class_plugin.inc:1446 -#: include/class_plugin.inc:1461 include/class_plugin.inc:1474 -#, fuzzy, php-format -msgid "You are not allowed to restore a snapshot for %s." -msgstr "Non hai il permesso di cambiare la tua password." +#, fuzzy +#~ msgid "Hide changes" +#~ msgstr "Open-Xchange" -#: include/class_management.inc:616 -#, php-format -msgid "" -"No tab declaration for '%s' found in your configuration file. Cannot create " -"plugin instance!" -msgstr "" +#, fuzzy +#~ msgid "Show changes" +#~ msgstr "Mostra telefoni" -#: include/class_plugin.inc:527 -msgid "" -"The object has changed since opened in GOsa. All changes that may be done by " -"others get lost if you save this entry!" -msgstr "" +#, fuzzy +#~ msgid "Move selected users into this people tree" +#~ msgstr "Nuovo template" -#: include/class_plugin.inc:1690 -msgid "Changing ACL dn" -msgstr "" +#, fuzzy +#~ msgid "Migrate GOsa 2.5 administrative accounts" +#~ msgstr "Crea estensioni di posta" -#: include/class_plugin.inc:1690 #, fuzzy -msgid "from" -msgstr "e" +#~ msgid "Refresh" +#~ msgstr "Riferimenti" -#: include/class_plugin.inc:1874 include/class_plugin.inc:1876 #, fuzzy -msgid "Restore" -msgstr "Riprova" +#~ msgid "GOsa setup wizard" +#~ msgstr "Opzioni di posta dell'identità" -#: include/class_plugin.inc:1899 #, fuzzy -msgid "Create snapshot" -msgstr "Crea estensioni di posta" +#~ msgid "Installation" +#~ msgstr "Amministrazione" -#: include/class_plugin.inc:1918 #, fuzzy -msgid "cut" -msgstr "Esegui" +#~ msgid "GOsa settings 1/3" +#~ msgstr "Opzioni di posta dell'identità" -#: include/class_plugin.inc:1926 -msgid "copy" -msgstr "" +#~ msgid "People storage ou" +#~ msgstr "Ou delle persone" + +#~ msgid "Group storage ou" +#~ msgstr "Ou dei gruppi" -#: include/class_session.inc:76 include/class_session.inc:101 -#: include/class_session.inc:127 #, fuzzy -msgid "Requested channel does not exist! Please contact your Administrator." -msgstr "" -"Errore di connessione al server LDAP. Contatta l'amministratore del sistema." +#~ msgid "Login screen" +#~ msgstr "Utenti di Dominio" -#: html/helpviewer.php:64 -msgid "Help browser" -msgstr "" +#, fuzzy +#~ msgid "" +#~ "Please use your username and your password to log into the site " +#~ "administration system." +#~ msgstr "Usa il tuo nome utente e password per connetterti" -#: html/helpviewer.php:118 -msgid "There is no helpfile specified for this class" -msgstr "" +#~ msgid "Directory" +#~ msgstr "Directory" -#: html/helpviewer.php:269 -#, php-format -msgid "Helpdir '%s' is not accessible, can't read any helpfiles." -msgstr "" +#~ msgid "Sign in" +#~ msgstr "Entra" -#: html/index.php:45 -#, php-format -msgid "Your browser (%s) is blacklisted for the current theme." -msgstr "" +#, fuzzy +#~ msgid "" +#~ "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." +#~ msgstr "" +#~ "Quindi - Se sei sicuro - premi Rimuovi per continuare o " +#~ "Annulla per abortire." -#: html/index.php:70 -#, php-format -msgid "This session is not ecrypted. Click %s to enter an encrypted session." -msgstr "" +#~ msgid "Main" +#~ msgstr "Principale" + +#~ msgid "Help" +#~ msgstr "Aiuto" + +#~ msgid "Sign out" +#~ msgstr "Termina la sessione" + +#~ msgid "Signed in:" +#~ msgstr "Connesso:" -#: html/index.php:70 #, fuzzy -msgid "here" -msgstr "Cellulare" +#~ msgid "Change your password" +#~ msgstr "Cambia la password" -#: html/index.php:76 -msgid "" -"The session lifetime configured in your gosa.conf will be overridden by php." -"ini settings." -msgstr "" +#, fuzzy +#~ msgid "Success" +#~ msgstr "Setup completato" -#: html/index.php:156 html/password.php:61 -#, fuzzy, php-format -msgid "GOsa configuration %s/%s is not readable. Aborted." -msgstr "Il file di configurazione di GOsa %s/gosa.conf non è legibile." +#, fuzzy +#~ msgid "New password repeated" +#~ msgstr "Nuova password" -#: html/index.php:177 #, fuzzy -msgid "Smarty error" -msgstr "Stato" +#~ msgid "Change" +#~ msgstr "Annulla" -#: html/index.php:177 html/password.php:88 html/setup.php:66 -#, php-format -msgid "Directory '%s' specified as compile directory is not accessible!" -msgstr "" +#, fuzzy +#~ msgid "Click here to change your password" +#~ msgstr "Non hai il permesso di cambiare la tua password." -#: html/index.php:228 -msgid "There is a problem with the authentication setup!" -msgstr "" +#~ msgid "UNIX" +#~ msgstr "Unix" -#: html/index.php:236 -msgid "Cannot find a valid user for the current authentication setup!" -msgstr "" +#~ msgid "FTP" +#~ msgstr "FTP" -#: html/index.php:240 -msgid "User information is not unique accross the configured LDAP trees!" -msgstr "" +#~ msgid "Object name" +#~ msgstr "Nome dell'oggetto" -#: html/index.php:277 -msgid "Cannot detect information about the installed LDAP schema!" -msgstr "" +#~ msgid "This object has no relationship to other objects." +#~ msgstr "Questo oggetto non ha relazioni con altri oggetti." -#: html/index.php:290 -msgid "Your LDAP setup contains old schema definitions:" -msgstr "" +#~ msgid "" +#~ "Changing the password affects your authentification on mail, proxy, samba " +#~ "and unix services." +#~ msgstr "" +#~ "Cambiare la passord influisce sull'autenticazione su posta, proxu " +#~ "Internet, Samba e Unix." -#: html/index.php:311 -msgid "Please specify a valid username!" -msgstr "" +#, fuzzy +#~ msgid "User identification" +#~ msgstr "Amministrazione utenti" -#: html/index.php:314 -msgid "Please specify your password!" -msgstr "" +#~ msgid "Personal picture" +#~ msgstr "Foto personale" -#: html/index.php:326 #, fuzzy -msgid "Authentication error" -msgstr "Destinazione" +#~ msgid "In all groups" +#~ msgstr "Gruppo primario" -#: html/index.php:326 -msgid "Cannot retrieve user information for htaccess authentication!" -msgstr "" +#, fuzzy +#~ msgid "Not in all groups" +#~ msgstr "Mostra gruppi di posta" -#: html/index.php:333 html/password.php:250 -msgid "Please check the username/password combination." -msgstr "" +#, fuzzy +#~ msgid "All categories" +#~ msgstr "Aggiungi contatto" -#: html/index.php:381 #, fuzzy -msgid "Account locked. Please contact your system administrator!" -msgstr "" -"Errore di connessione al server LDAP. Contatta l'amministratore del sistema." +#~ msgid "Systems" +#~ msgstr "Sistemi" -#: html/index.php:425 -msgid "" -"Your browser has cookies disabled. Please enable cookies and reload this " -"page before logging in!" -msgstr "" +#~ msgid "Startup" +#~ msgstr "Avvio" -#: html/password.php:181 -msgid "Error: Password method not available!" -msgstr "" +#, fuzzy +#~ msgid "Cannot bind to LDAP. Please contact the system administrator." +#~ msgstr "" +#~ "Errore di connessione al server LDAP. Contatta l'amministratore del " +#~ "sistema." -#: html/password.php:254 -msgid "You have no permissions to change your password." -msgstr "Non hai il permesso di cambiare la tua password." +#, fuzzy +#~ msgid "Password reset" +#~ msgstr "La password spira il" -#: html/password.php:279 -#, fuzzy, php-format -msgid "External password changer reported a problem: %s" -msgstr "Il programma esterno per cambiare la password ha avuto un problema:" +#, fuzzy +#~ msgid "Down" +#~ msgstr "Dominio" -#: html/password.php:314 -msgid "Session will not be encrypted." -msgstr "" +#, fuzzy +#~ msgid "" +#~ "Username / UID is not unique inside the LDAP tree. Please contact your " +#~ "Administrator." +#~ msgstr "" +#~ "Errore di connessione al server LDAP. Contatta l'amministratore del " +#~ "sistema." -#: html/password.php:316 -msgid "Enter SSL session" -msgstr "" +#, fuzzy +#~ msgid "" +#~ "Cannot create locking information in LDAP tree. Please contact your " +#~ "administrator!" +#~ msgstr "" +#~ "Errore di connessione al server LDAP. Contatta l'amministratore del " +#~ "sistema." -#: html/setup.php:66 #, fuzzy -msgid "Smarty" -msgstr "Avvio" +#~ msgid "LDAP warning" +#~ msgstr "Amministrazione LDAP" -#: html/main.php:150 -#, php-format -msgid "Cannot locate file '%s' - please run '%s' to fix this" -msgstr "" +#, fuzzy +#~ msgid "Select to list objects of type '%s'." +#~ msgstr "Gruppo di oggetti" -#: html/main.php:169 #, fuzzy -msgid "PHP configuration" -msgstr "Scarica il file di configurazione" +#~ msgid "Select to list objects containig '%s'." +#~ msgstr "Mostra gruppi che contengono utenti" -#: html/main.php:170 -msgid "" -"FATAL: Register globals is on. GOsa will refuse to login unless this is " -"fixed by an administrator." -msgstr "" +#, fuzzy +#~ msgid "Select to list objects that have '%s' enabled" +#~ msgstr "Gruppo di oggetti" -#: html/main.php:230 -msgid "Running out of memory!" -msgstr "" +#, fuzzy +#~ msgid "Select to search within subtrees" +#~ msgstr "Seleziona per mostrare le applicazioni" -#: html/main.php:289 #, fuzzy -msgid "ACLs are disabled" -msgstr "disabilitato" +#~ msgid "in" +#~ msgstr "Principale" -#: html/main.php:289 html/main.php:291 -#, php-format -msgid "You're logged in as %s" -msgstr "" +#, fuzzy +#~ msgid "on line" +#~ msgstr "Continua" -#: html/main.php:341 #, fuzzy -msgid "Your password is about to expire, please change your password!" -msgstr "Non hai il permesso di cambiare la tua password." +#~ msgid "Role: %s" +#~ msgstr "Ruolo" + +#~ msgid "Go up one department" +#~ msgstr "Sali di dipartimento" + +#~ msgid "Go to users department" +#~ msgstr "Vai agli utenti del dipartimento" -#: html/main.php:351 #, fuzzy -msgid "Plugin" -msgstr "Ricerca" +#~ msgid "Remove snapshot" +#~ msgstr "Crea estensioni di posta" -#: html/main.php:352 -#, php-format -msgid "FATAL: Cannot find any plugin definitions for plugin '%s'!" -msgstr "" +#, fuzzy +#~ msgid "All objects in this category" +#~ msgstr "Nome descrittivo del gruppo" -#: html/main.php:367 #, fuzzy -msgid "Configuration Error" -msgstr "File di configurazione" +#~ msgid "from" +#~ msgstr "e" -#: html/main.php:368 -#, php-format -msgid "" -"FATAL: not all POST variables have been transfered by PHP - please inform " -"your administrator!" -msgstr "" +#, fuzzy +#~ msgid "Restore" +#~ msgstr "Riprova" #, fuzzy -#~ msgid "Prpperties" -#~ msgstr "Modifica proprietà" +#~ msgid "cut" +#~ msgstr "Esegui" #~ msgid "Organizational unit" #~ msgstr "Unità del'organizzazione" @@ -6799,24 +7489,13 @@ msgstr "" #~ msgid "Session conflict detected" #~ msgstr "Rilevato un conflitto di sessione" -#~ msgid "Logout" -#~ msgstr "Termina sessione" - #~ msgid "External password changer reported a problem: " #~ msgstr "Il programma esterno per cambiare la password ha avuto un problema:" -#, fuzzy -#~ msgid "Session is not encrypted!" -#~ msgstr "Rilevato un conflitto di sessione" - #, fuzzy #~ msgid "You're going to edit the LDAP entry/entries %s" #~ msgstr "Non hai il permesso di cambiare la tua password." -#, fuzzy -#~ msgid "Filter" -#~ msgstr "Filtri" - #, fuzzy #~ msgid "Show department" #~ msgstr "Mostra dipartimenti" @@ -6911,9 +7590,6 @@ msgstr "" #~ msgid "Regular expression for matching addresses" #~ msgstr "Espressione regolare per selezionare l'indirizzo" -#~ msgid "Show primary groups" -#~ msgstr "Mostra gruppi principali" - #~ msgid "Show samba groups" #~ msgstr "Mostra gruppi samba" @@ -6964,14 +7640,6 @@ msgstr "" #~ msgid "Group selection filter" #~ msgstr "Impostazioni FAX" -#, fuzzy -#~ msgid "List filter settings" -#~ msgstr "Opzioni di posta dell'identità" - -#, fuzzy -#~ msgid "All" -#~ msgstr "Annulla" - #, fuzzy #~ msgid "Posix extension settings" #~ msgstr "Impostazioni Unix" @@ -7150,10 +7818,6 @@ msgstr "" #~ msgid "functional groups" #~ msgstr "Mostra gruppi funzionali" -#, fuzzy -#~ msgid "Not allowed" -#~ msgstr "Cambia la password" - #, fuzzy #~ msgid "Number of listed groups" #~ msgstr "Nome del gruppo" @@ -7169,10 +7833,6 @@ msgstr "" #~ msgid "templates" #~ msgstr "Template" -#, fuzzy -#~ msgid "GOsa object" -#~ msgstr "Oggetto" - #, fuzzy #~ msgid "functional users" #~ msgstr "Mostra utenti funzionali" @@ -7229,10 +7889,6 @@ msgstr "" #~ msgid "Name / Department" #~ msgstr "Sali di dipartimento" -#, fuzzy -#~ msgid "ACL role" -#~ msgstr "ACL" - #, fuzzy #~ msgid "Display acls matching" #~ msgstr "Mosra gruppi corrispondenti a" @@ -7313,10 +7969,6 @@ msgstr "" #~ msgid "Role name" #~ msgstr "Cognome" -#, fuzzy -#~ msgid "Role description" -#~ msgstr "Descrizoione unità" - #~ msgid "Terminals" #~ msgstr "Terminali" @@ -7328,10 +7980,6 @@ msgstr "" #~ msgid "add" #~ msgstr "Aggiungi" -#, fuzzy -#~ msgid "remove" -#~ msgstr "Rimuovi" - #, fuzzy #~ msgid "department" #~ msgstr "dipartimenti" @@ -7368,10 +8016,6 @@ msgstr "" #~ msgid "Heimdal options" #~ msgstr "Opzioni di posta" -#, fuzzy -#~ msgid "Hour" -#~ msgstr "ora" - #, fuzzy #~ msgid "Day" #~ msgstr "giorno" @@ -7447,9 +8091,6 @@ msgstr "" #~ msgid "Email address" #~ msgstr "Indirizzo principale" -#~ msgid "Postal Code" -#~ msgstr "CAP" - #~ msgid "Title" #~ msgstr "Titolo" @@ -7509,10 +8150,6 @@ msgstr "" #~ msgid "Invalid" #~ msgstr "invalido" -#, fuzzy -#~ msgid "Command" -#~ msgstr "e" - #, fuzzy #~ msgid "Run as user" #~ msgstr "Utenti di Dominio" @@ -7669,10 +8306,6 @@ msgstr "" #~ msgid "Show groups with '%s'" #~ msgstr "Mostra gruppi che contengono utenti" -#, fuzzy -#~ msgid "server" -#~ msgstr "server" - #, fuzzy #~ msgid "Show %s user" #~ msgstr "Mostra utenti Samba" @@ -7905,10 +8538,6 @@ msgstr "" #~ msgid "You have no permission to edit this ACL!" #~ msgstr "Non hai il permesso di cambiare la tua password." -#, fuzzy -#~ msgid "You're about to delete the acl %s." -#~ msgstr "Non hai il permesso di cambiare la tua password." - #, fuzzy #~ msgid "You have no permission to delete this entry!" #~ msgstr "Non hai il permesso di cambiare la tua password." @@ -8130,10 +8759,6 @@ msgstr "" #~ msgid "Cannot find a DESC tag in file '%s'!" #~ msgstr "Rimuovi" -#, fuzzy -#~ msgid "Notification" -#~ msgstr "Località" - #, fuzzy #~ msgid "Notification plugin" #~ msgstr "Non ci sono certificati installati" @@ -8146,10 +8771,6 @@ msgstr "" #~ msgid "Notification target" #~ msgstr "Non ci sono certificati installati" -#, fuzzy -#~ msgid "Recipients" -#~ msgstr "Descrizione" - #~ msgid "Import" #~ msgstr "Importa" @@ -8211,9 +8832,6 @@ msgstr "" #~ msgid "Please enter a valid path in 'Home directory' field." #~ msgstr "Inserire un nome cartella valido per il campo 'Home directory'." -#~ msgid "Value specified as 'UID' is not valid." -#~ msgstr "Il valore specificato per l'UID non è valido." - #~ msgid "Value specified as 'GID' is not valid." #~ msgstr "Il valore specificato per il GID non è valido." @@ -8308,10 +8926,6 @@ msgstr "" #~ msgid "Available targets" #~ msgstr "Applicazioni disponibili" -#, fuzzy -#~ msgid "Show object groups" -#~ msgstr "Gruppi di oggetti" - #, fuzzy #~ msgid "You are not allowed to delete this acl!" #~ msgstr "Non hai il permesso di cambiare la tua password." @@ -8375,10 +8989,6 @@ msgstr "" #~ msgid "Packages" #~ msgstr "Pacchetti" -#, fuzzy -#~ msgid "GOsa logs" -#~ msgstr "Utenti di Dominio" - #, fuzzy #~ msgid "" #~ "Can't connect to glpi database, there is no mysl extension available in " diff --git a/gosa-core/locale/core/messages.po b/gosa-core/locale/core/messages.po index 29edb3b4a..1a8b5ce50 100644 --- a/gosa-core/locale/core/messages.po +++ b/gosa-core/locale/core/messages.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-04-16 10:37+0200\n" +"POT-Creation-Date: 2010-06-07 14:39+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -16,71 +16,60 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -#: setup/setup_ldap.tpl:7 +#: setup/setup_ldap.tpl:2 +msgid "" +"The main data source used in GOsa is LDAP. In order to access the " +"information stored there, please enter the required information." +msgstr "" + +#: setup/setup_ldap.tpl:9 msgid "Please choose the LDAP user to be used by GOsa" msgstr "" -#: setup/setup_ldap.tpl:13 ihtml/themes/default/help.tpl:21 -#: ihtml/themes/modern/help.tpl:21 include/class_filter.inc:228 +#: setup/setup_ldap.tpl:15 ihtml/themes/default/help.tpl:21 +#: include/class_filter.inc:158 include/class_filter.inc:228 msgid "Search" msgstr "" -#: setup/setup_ldap.tpl:17 setup/setup_migrate.tpl:169 -#: setup/setup_migrate.tpl:224 setup/setup_migrate.tpl:277 -#: setup/setup_migrate.tpl:346 setup/setup_migrate.tpl:405 -#: setup/setup_migrate.tpl:462 setup/setup_migrate.tpl:512 -#: setup/setup_migrate.tpl:560 setup/setup_migrate.tpl:609 -#: ihtml/themes/default/acl.tpl:30 ihtml/themes/default/acl.tpl:54 -#: ihtml/themes/default/acl.tpl:130 ihtml/themes/default/acl.tpl:147 -#: ihtml/themes/modern/acl.tpl:33 ihtml/themes/modern/acl.tpl:62 -#: ihtml/themes/modern/acl.tpl:133 ihtml/themes/modern/acl.tpl:150 -#: include/utils/class_msgPool.inc:324 +#: setup/setup_ldap.tpl:19 setup/setup_migrate.tpl:70 +#: ihtml/themes/default/acl.tpl:33 ihtml/themes/default/acl.tpl:62 +#: ihtml/themes/default/acl.tpl:133 ihtml/themes/default/acl.tpl:150 +#: include/utils/class_msgPool.inc:307 #, php-format msgid "Apply" msgstr "" -#: setup/setup_ldap.tpl:19 setup/setup_migrate.tpl:172 -#: setup/setup_migrate.tpl:227 setup/setup_migrate.tpl:279 -#: setup/setup_migrate.tpl:348 setup/setup_migrate.tpl:408 -#: setup/setup_migrate.tpl:465 setup/setup_migrate.tpl:515 -#: setup/setup_migrate.tpl:563 setup/setup_migrate.tpl:612 -#: ihtml/themes/default/acl.tpl:134 ihtml/themes/default/acl.tpl:150 +#: setup/setup_ldap.tpl:20 setup/setup_migrate.tpl:71 +#: ihtml/themes/default/acl.tpl:137 ihtml/themes/default/acl.tpl:153 #: ihtml/themes/default/copyPasteDialog.tpl:21 -#: ihtml/themes/default/remove.tpl:15 ihtml/themes/default/islocked.tpl:19 +#: ihtml/themes/default/islocked.tpl:26 #: ihtml/themes/default/snapshotdialog.tpl:44 -#: ihtml/themes/default/snapshotdialog.tpl:89 -#: ihtml/themes/default/msg_dialog.tpl:79 -#: ihtml/themes/default/msg_dialog.tpl:139 -#: ihtml/themes/default/msg_dialog.tpl:144 ihtml/themes/modern/acl.tpl:137 -#: ihtml/themes/modern/acl.tpl:153 ihtml/themes/modern/copyPasteDialog.tpl:21 -#: ihtml/themes/modern/islocked.tpl:26 -#: ihtml/themes/modern/snapshotdialog.tpl:44 -#: ihtml/themes/modern/snapshotdialog.tpl:90 -#: ihtml/themes/modern/msg_dialog.tpl:80 -#: ihtml/themes/modern/msg_dialog.tpl:141 -#: ihtml/themes/modern/msg_dialog.tpl:146 include/utils/class_msgPool.inc:312 +#: ihtml/themes/default/snapshotdialog.tpl:90 +#: ihtml/themes/default/msg_dialog.tpl:80 +#: ihtml/themes/default/msg_dialog.tpl:141 +#: ihtml/themes/default/msg_dialog.tpl:146 include/utils/class_msgPool.inc:295 #, php-format msgid "Cancel" msgstr "" -#: setup/setup_ldap.tpl:28 +#: setup/setup_ldap.tpl:28 setup/setup_ldap.tpl:29 msgid "LDAP connection" msgstr "" -#: setup/setup_ldap.tpl:32 +#: setup/setup_ldap.tpl:31 msgid "Location name" msgstr "" -#: setup/setup_ldap.tpl:40 +#: setup/setup_ldap.tpl:35 msgid "Connection URI" msgstr "" -#: setup/setup_ldap.tpl:48 +#: setup/setup_ldap.tpl:39 msgid "TLS connection" msgstr "" -#: setup/setup_ldap.tpl:58 plugins/personal/generic/generic.tpl:170 -#: plugins/personal/generic/class_user.inc:1692 +#: setup/setup_ldap.tpl:47 plugins/personal/generic/generic.tpl:170 +#: plugins/personal/generic/class_user.inc:1726 #: plugins/personal/posix/groupSelect/group-list.tpl:12 #: plugins/personal/posix/trustSelect/trust-list.tpl:12 #: plugins/admin/users/user-list.tpl:12 @@ -89,13 +78,13 @@ msgstr "" #: plugins/admin/groups/generic.tpl:39 #: plugins/admin/groups/userSelect/user-list.tpl:12 #: plugins/admin/groups/group-list.tpl:12 -#: plugins/admin/groups/class_group.inc:1023 +#: plugins/admin/groups/class_group.inc:1039 #: plugins/admin/departments/class_domain.inc:92 #: plugins/admin/departments/generic.tpl:39 #: plugins/admin/departments/organization.tpl:39 #: plugins/admin/departments/class_localityGeneric.inc:94 #: plugins/admin/departments/locality.tpl:28 -#: plugins/admin/departments/class_department.inc:671 +#: plugins/admin/departments/class_department.inc:679 #: plugins/admin/departments/dcObject.tpl:28 #: plugins/admin/departments/domain.tpl:28 #: plugins/admin/departments/country.tpl:28 @@ -104,87 +93,56 @@ msgstr "" #: plugins/admin/departments/class_organizationGeneric.inc:125 #: plugins/admin/departments/class_dcObject.inc:93 #: plugins/admin/acl/acl_role.tpl:27 plugins/admin/acl/acl-list.tpl:12 -#: plugins/admin/acl/class_aclRole.inc:725 +#: plugins/admin/acl/class_aclRole.inc:739 #: plugins/admin/ogroups/generic.tpl:26 #: plugins/admin/ogroups/objectSelect/selectObject-list.tpl:12 -#: plugins/admin/ogroups/class_ogroup.inc:850 +#: plugins/admin/ogroups/class_ogroup.inc:834 #: plugins/admin/ogroups/ogroup-list.tpl:12 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:114 +#: plugins/addons/dyngroup/dyngroup.tpl:5 msgid "Base" msgstr "" -#: setup/setup_ldap.tpl:68 setup/setup_migrate.tpl:273 +#: setup/setup_ldap.tpl:57 msgid "Reload" msgstr "" -#: setup/setup_ldap.tpl:72 +#: setup/setup_ldap.tpl:63 setup/setup_ldap.tpl:64 msgid "Authentication" msgstr "" -#: setup/setup_ldap.tpl:76 +#: setup/setup_ldap.tpl:66 msgid "Admin DN" msgstr "" -#: setup/setup_ldap.tpl:81 -#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:79 +#: setup/setup_ldap.tpl:71 msgid "Select user" msgstr "" -#: setup/setup_ldap.tpl:89 +#: setup/setup_ldap.tpl:81 msgid "Automatically append LDAP base to admin DN" msgstr "" -#: setup/setup_ldap.tpl:96 +#: setup/setup_ldap.tpl:85 msgid "Admin password" msgstr "" -#: setup/setup_ldap.tpl:104 +#: setup/setup_ldap.tpl:91 setup/setup_ldap.tpl:92 msgid "Schema based settings" msgstr "" -#: setup/setup_ldap.tpl:108 +#: setup/setup_ldap.tpl:94 msgid "Use rfc2307bis compliant groups" msgstr "" -#: setup/setup_ldap.tpl:120 +#: setup/setup_ldap.tpl:105 setup/setup_ldap.tpl:106 msgid "Current status" msgstr "" -#: setup/setup_ldap.tpl:124 ihtml/themes/default/msg_dialog.tpl:61 -#: ihtml/themes/default/msg_dialog.tpl:108 -#: plugins/admin/ogroups/class_ogroup.inc:200 +#: setup/setup_ldap.tpl:108 plugins/admin/ogroups/class_ogroup.inc:230 msgid "Information" msgstr "" -#: setup/class_setupStep_Config3.inc:81 setup/class_setupStep_Config3.inc:82 -msgid "GOsa settings 3/3" -msgstr "" - -#: setup/class_setupStep_Config3.inc:83 -msgid "Tweak some GOsa core behaviour" -msgstr "" - -#: setup/class_setupStep_Config3.inc:93 setup/class_setupStep_Ldap.inc:74 -#: setup/class_setupStep_Config2.inc:136 setup/setup_feedback.tpl:65 -#: setup/setup_feedback.tpl:85 setup/class_setupStep_Schema.inc:86 -#: setup/class_setupStep_Config1.inc:88 -msgid "No" -msgstr "" - -#: setup/class_setupStep_Config3.inc:93 setup/class_setupStep_Ldap.inc:74 -#: setup/class_setupStep_Config2.inc:136 setup/setup_feedback.tpl:63 -#: setup/setup_feedback.tpl:83 setup/class_setupStep_Schema.inc:86 -#: setup/class_setupStep_Config1.inc:88 -msgid "Yes" -msgstr "" - -#: setup/class_setupStep_Config3.inc:212 -msgid "Session lifetime must be a numeric value!" -msgstr "" - -#: setup/class_setupStep_Config3.inc:216 -msgid "Maximum LDAP query time must be a numeric value!" -msgstr "" - #: setup/setup_finish.tpl:3 msgid "Create your configuration file" msgstr "" @@ -193,276 +151,185 @@ msgstr "" msgid "Depending on the user name your webserver is running on:" msgstr "" -#: setup/setup_finish.tpl:28 +#: setup/setup_finish.tpl:27 msgid "Download configuration" msgstr "" -#: setup/setup_finish.tpl:34 +#: setup/setup_finish.tpl:33 msgid "Status: " msgstr "" -#: setup/setup_welcome.tpl:4 -msgid "" -"This seems to be the first time you start GOsa - we didn't find any " -"configuration right now. This simple wizard intends to help you while " -"setting it up." -msgstr "" - -#: setup/setup_welcome.tpl:8 -msgid "What will the wizard do for you?" +#: setup/setup_welcome.tpl:3 +msgid "How to get started" msgstr "" -#: setup/setup_welcome.tpl:11 -msgid "Create a basic, single site configuration" +#: setup/setup_welcome.tpl:5 +msgid "" +"This seems to be the first time you run GOsa on this system. To start the " +"GOsa web interface you need a working configuration file, which can be " +"generated by this wizzard." msgstr "" -#: setup/setup_welcome.tpl:12 -msgid "Tries to find problems within your PHP and LDAP setup" +#: setup/setup_welcome.tpl:9 +msgid "What you need to generate a configuration file:" msgstr "" #: setup/setup_welcome.tpl:13 -msgid "Let you choose from a set of basic and advanced configuration switches" +msgid "The hostname of your LDAP server" msgstr "" #: setup/setup_welcome.tpl:14 -msgid "Guided migration of existing LDAP trees" +msgid "Installed GOsa and supplementary schemas" msgstr "" -#: setup/setup_welcome.tpl:17 -msgid "What will the wizard NOT do for you?" +#: setup/setup_welcome.tpl:15 +msgid "The LDAP base of your LDAP directory" msgstr "" -#: setup/setup_welcome.tpl:20 -msgid "Find every possible configuration error" +#: setup/setup_welcome.tpl:16 +msgid "The DN and the password of the LDAP admin user" msgstr "" -#: setup/setup_welcome.tpl:21 -msgid "Migrate every possible LDAP setup - create backup dumps!" +#: setup/setup_welcome.tpl:20 +msgid "" +"If you've collected the needed information, unlock the setup process like " +"shown in the next paragraph." msgstr "" -#: setup/setup_welcome.tpl:25 -msgid "To continue..." +#: setup/setup_welcome.tpl:24 +msgid "Starting the setup" msgstr "" -#: setup/setup_welcome.tpl:28 +#: setup/setup_welcome.tpl:26 msgid "" -"For security reasons you need to authenticate for the installation by " -"creating the file '/tmp/gosa.auth', containing the current session ID on the " -"servers local filesystem. This can be done by executing the following " -"command:" +"For security reasons you need to authenticate the installation by creating " +"the file '/tmp/gosa.auth', containing the current session ID on the servers " +"local filesystem. This can be done by executing the following command:" msgstr "" -#: setup/setup_welcome.tpl:34 -msgid "Click the 'Continue' button when you've finished." +#: setup/setup_welcome.tpl:32 +msgid "Click the 'Next' button when you've finished." msgstr "" -#: setup/class_setup.inc:77 setup/class_setupStep_Feedback.inc:131 +#: setup/class_setup.inc:74 setup/class_setupStep_Feedback.inc:132 msgid "Setup error" msgstr "" -#: setup/class_setup.inc:197 -msgid "Completed" -msgstr "" - -#: setup/class_setup.inc:267 setup/setup_migrate.tpl:291 -msgid "Next" -msgstr "" - -#: setup/setup_license.tpl:8 -msgid "I have read the license and accept it" -msgstr "" - -#: setup/setup_config2.tpl:2 -msgid "Samba settings" -msgstr "" - -#: setup/setup_config2.tpl:6 -msgid "Samba hash generator" -msgstr "" - -#: setup/setup_config2.tpl:15 -msgid "Samba SID" -msgstr "" - -#: setup/setup_config2.tpl:31 -msgid "RID base" -msgstr "" - -#: setup/setup_config2.tpl:46 -msgid "Workstation container" -msgstr "" - -#: setup/setup_config2.tpl:61 -msgid "Samba SID mapping" -msgstr "" - -#: setup/setup_config2.tpl:71 -msgid "Timezone" -msgstr "" - -#: setup/setup_config2.tpl:74 -msgid "Please choose your preferred timezone here" -msgstr "" - -#: setup/setup_config2.tpl:96 -msgid "Additional GOsa settings" -msgstr "" - -#: setup/setup_config2.tpl:100 -msgid "Enable Copy & Paste" -msgstr "" - -#: setup/setup_config2.tpl:112 -msgid "Government mode" -msgstr "" - -#: setup/setup_config2.tpl:123 -msgid "GOsa logging" -msgstr "" - -#: setup/setup_config2.tpl:135 -msgid "Mail settings" -msgstr "" - -#: setup/setup_config2.tpl:139 -msgid "Mail method" -msgstr "" - -#: setup/setup_config2.tpl:143 -#: plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc:173 -msgid "disabled" -msgstr "" - -#: setup/setup_config2.tpl:155 -msgid "Account identification attribute" -msgstr "" - -#: setup/setup_config2.tpl:169 -msgid "Vacation templates" -msgstr "" - -#: setup/setup_config2.tpl:185 -msgid "Use Cyrus UNIX style" -msgstr "" - -#: setup/setup_config2.tpl:195 -msgid "Snapshots / Undo" +#: setup/class_setup.inc:183 +msgid "Setup" msgstr "" -#: setup/setup_config2.tpl:204 setup/setup_config2.tpl:249 -msgid "Enable snapshots" +#: setup/class_setup.inc:195 +msgid "Completed" msgstr "" -#: setup/setup_config2.tpl:210 setup/setup_config2.tpl:255 -msgid "Snapshot base" +#: setup/class_setup.inc:235 +msgid "Check again" msgstr "" -#: setup/setup_config2.tpl:219 setup/setup_config2.tpl:264 -#: plugins/generic/references/class_reference.inc:65 -#: plugins/personal/posix/trustSelect/trust-list.xml:12 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:23 -#: plugins/admin/ogroups/class_ogroupManagement.inc:187 -msgid "Server" +#: setup/class_setup.inc:238 +msgid "Next" msgstr "" -#: setup/setup_config2.tpl:228 setup/setup_config2.tpl:273 -#: plugins/admin/users/user-list.xml:23 plugins/admin/users/user-list.xml:95 -#: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:15 -#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:14 -#: plugins/admin/groups/userSelect/user-list.xml:14 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:63 -#: plugins/admin/ogroups/class_ogroupManagement.inc:183 -msgid "User" +#: setup/setup_license.tpl:3 +msgid "" +"GOsa is developed under the terms of the GNU General Public Licence V2. " +"Please accept the terms below." msgstr "" -#: setup/setup_config2.tpl:237 setup/setup_config2.tpl:282 -#: setup/setup_migrate.tpl:320 ihtml/themes/default/login.tpl:47 -#: ihtml/themes/default/login.tpl:49 ihtml/themes/default/password.tpl:40 -#: ihtml/themes/modern/login.tpl:47 ihtml/themes/modern/login.tpl:50 -#: plugins/personal/password/class_password.inc:26 -#: plugins/personal/generic/paste_generic.tpl:21 -msgid "Password" +#: setup/setup_license.tpl:11 +msgid "I have read the license and accept it" msgstr "" -#: setup/class_setupStep_Ldap.inc:53 +#: setup/class_setupStep_Ldap.inc:54 msgid "LDAP setup" msgstr "" -#: setup/class_setupStep_Ldap.inc:54 +#: setup/class_setupStep_Ldap.inc:55 msgid "LDAP connection setup" msgstr "" -#: setup/class_setupStep_Ldap.inc:55 +#: setup/class_setupStep_Ldap.inc:56 msgid "" "This dialog performs the basic configuration of the LDAP connectivity for " "GOsa." msgstr "" -#: setup/class_setupStep_Ldap.inc:112 +#: setup/class_setupStep_Ldap.inc:75 setup/setup_feedback.tpl:41 +#: setup/setup_feedback.tpl:52 +msgid "No" +msgstr "" + +#: setup/class_setupStep_Ldap.inc:75 setup/setup_feedback.tpl:39 +#: setup/setup_feedback.tpl:50 +msgid "Yes" +msgstr "" + +#: setup/class_setupStep_Ldap.inc:113 #, php-format msgid "Anonymous bind to server '%s' failed!" msgstr "" -#: setup/class_setupStep_Ldap.inc:114 +#: setup/class_setupStep_Ldap.inc:115 #, php-format msgid "Bind as user '%s' failed!" msgstr "" -#: setup/class_setupStep_Ldap.inc:119 +#: setup/class_setupStep_Ldap.inc:120 #, php-format msgid "Anonymous bind to server '%s' succeeded." msgstr "" -#: setup/class_setupStep_Ldap.inc:120 +#: setup/class_setupStep_Ldap.inc:121 msgid "Please specify user and password!" msgstr "" -#: setup/class_setupStep_Ldap.inc:122 +#: setup/class_setupStep_Ldap.inc:123 #, php-format msgid "Bind as user '%s' to server '%s' succeeded!" msgstr "" -#: setup/class_setupStep_Feedback.inc:92 +#: setup/class_setupStep_Feedback.inc:94 msgid "UNIX accounts/groups" msgstr "" -#: setup/class_setupStep_Feedback.inc:94 +#: setup/class_setupStep_Feedback.inc:96 msgid "Samba management" msgstr "" -#: setup/class_setupStep_Feedback.inc:96 +#: setup/class_setupStep_Feedback.inc:98 msgid "Mailsystem management" msgstr "" -#: setup/class_setupStep_Feedback.inc:98 +#: setup/class_setupStep_Feedback.inc:100 msgid "FAX system administration" msgstr "" -#: setup/class_setupStep_Feedback.inc:100 +#: setup/class_setupStep_Feedback.inc:102 msgid "Asterisk administration" msgstr "" -#: setup/class_setupStep_Feedback.inc:102 +#: setup/class_setupStep_Feedback.inc:104 msgid "System inventory" msgstr "" -#: setup/class_setupStep_Feedback.inc:104 +#: setup/class_setupStep_Feedback.inc:106 msgid "System-/Configmanagement" msgstr "" -#: setup/class_setupStep_Feedback.inc:106 +#: setup/class_setupStep_Feedback.inc:108 msgid "Addressbook" msgstr "" -#: setup/class_setupStep_Feedback.inc:112 +#: setup/class_setupStep_Feedback.inc:114 msgid "Feedback" msgstr "" -#: setup/class_setupStep_Feedback.inc:113 +#: setup/class_setupStep_Feedback.inc:115 msgid "Get notifications or send feedback" msgstr "" -#: setup/class_setupStep_Feedback.inc:114 +#: setup/class_setupStep_Feedback.inc:116 msgid "Notification and feedback" msgstr "" @@ -480,101 +347,91 @@ msgstr "" msgid "Cannot send feedback: service temporarily unavailable" msgstr "" -#: setup/class_setupStep_Feedback.inc:180 +#: setup/class_setupStep_Feedback.inc:181 msgid "Please specify a valid email address." msgstr "" -#: setup/class_setupStep_Feedback.inc:184 +#: setup/class_setupStep_Feedback.inc:185 msgid "" "You have to select at least one of both options, subscribe or send feedback." msgstr "" -#: setup/class_setupStep_Config2.inc:80 setup/class_setupStep_Config2.inc:81 -msgid "GOsa settings 2/3" -msgstr "" - -#: setup/class_setupStep_Config2.inc:82 -msgid "Customize special parameters" -msgstr "" - -#: setup/setup_schema.tpl:3 +#: setup/setup_schema.tpl:1 msgid "Schema specific settings" msgstr "" -#: setup/setup_schema.tpl:7 -msgid "Enable schema validation when logging in" -msgstr "" - -#: setup/setup_schema.tpl:16 -msgid "Check status" -msgstr "" - -#: setup/setup_schema.tpl:20 +#: setup/setup_schema.tpl:4 msgid "Schema check succeeded" msgstr "" -#: setup/setup_schema.tpl:23 +#: setup/setup_schema.tpl:7 msgid "Schema check failed" msgstr "" -#: setup/setup_schema.tpl:31 +#: setup/setup_schema.tpl:11 msgid "" "Could not read any schema informations, all checks skipped. Adjust your ldap " "acls." msgstr "" -#: setup/setup_schema.tpl:35 +#: setup/setup_schema.tpl:13 msgid "" "It seems that your ldap database wasn't initialized yet. This maybe the " "reason, why GOsa can't read your schema configuration!" msgstr "" -#: setup/setup_feedback.tpl:5 +#: setup/setup_feedback.tpl:2 msgid "Feedback sucessfully send" msgstr "" -#: setup/setup_feedback.tpl:15 +#: setup/setup_feedback.tpl:6 msgid "Subscribe to the gosa-announce mailinglist" msgstr "" -#: setup/setup_feedback.tpl:18 +#: setup/setup_feedback.tpl:8 msgid "" "When checking this option, GOsa will try to connect http://oss.gonicus.de in " "order to subscribe you to the gosa-announce mailing list. You've to confirm " "this by mail." msgstr "" -#: setup/setup_feedback.tpl:23 plugins/personal/generic/generic.tpl:301 -#: plugins/personal/generic/class_user.inc:1698 +#: setup/setup_feedback.tpl:10 setup/setup_feedback.tpl:12 +#: plugins/personal/generic/generic.tpl:301 +#: plugins/personal/generic/class_user.inc:1732 #: plugins/admin/departments/organization.tpl:4 #: plugins/admin/departments/dep-list.xml:47 #: plugins/admin/departments/dep-list.xml:131 -#: plugins/admin/departments/class_departmentManagement.inc:238 +#: plugins/admin/departments/class_departmentManagement.inc:241 #: plugins/admin/departments/dep-filter.xml:91 #: plugins/admin/departments/class_organizationGeneric.inc:113 #: plugins/admin/departments/class_organizationGeneric.inc:114 msgid "Organization" msgstr "" -#: setup/setup_feedback.tpl:31 setup/setup_migrate.tpl:304 -#: ihtml/themes/modern/userFilterEditor.tpl:11 -#: plugins/personal/generic/class_user.inc:1333 -#: plugins/personal/generic/class_user.inc:1351 -#: plugins/personal/generic/class_user.inc:1393 -#: plugins/personal/generic/class_user.inc:1838 +#: setup/setup_feedback.tpl:16 setup/setup_migrate.tpl:43 +#: setup/setup_migrate.tpl:45 ihtml/themes/default/userFilterEditor.tpl:11 +#: plugins/generic/references/class_reference.inc:57 +#: plugins/generic/references/class_reference.inc:63 +#: plugins/generic/references/class_reference.inc:69 +#: plugins/generic/references/class_reference.inc:75 +#: plugins/generic/references/class_reference.inc:81 +#: plugins/personal/generic/class_user.inc:1331 +#: plugins/personal/generic/class_user.inc:1349 +#: plugins/personal/generic/class_user.inc:1391 +#: plugins/personal/generic/class_user.inc:1872 #: plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc:45 #: plugins/personal/posix/groupSelect/group-list.xml:33 #: plugins/personal/posix/trustSelect/trust-list.xml:46 #: plugins/admin/users/class_userManagement.inc:423 #: plugins/admin/users/class_userManagement.inc:470 #: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:49 -#: plugins/admin/groups/class_group.inc:883 -#: plugins/admin/groups/class_group.inc:894 -#: plugins/admin/groups/class_group.inc:896 -#: plugins/admin/groups/class_group.inc:913 -#: plugins/admin/groups/class_group.inc:927 -#: plugins/admin/groups/class_group.inc:934 -#: plugins/admin/groups/class_group.inc:1021 +#: plugins/admin/groups/class_group.inc:886 +#: plugins/admin/groups/class_group.inc:897 +#: plugins/admin/groups/class_group.inc:899 +#: plugins/admin/groups/class_group.inc:916 +#: plugins/admin/groups/class_group.inc:930 +#: plugins/admin/groups/class_group.inc:937 +#: plugins/admin/groups/class_group.inc:1037 #: plugins/admin/groups/group-list.xml:41 #: plugins/admin/departments/class_domain.inc:47 #: plugins/admin/departments/class_domain.inc:49 @@ -587,11 +444,11 @@ msgstr "" #: plugins/admin/departments/class_localityGeneric.inc:55 #: plugins/admin/departments/class_localityGeneric.inc:57 #: plugins/admin/departments/class_localityGeneric.inc:59 -#: plugins/admin/departments/class_department.inc:355 #: plugins/admin/departments/class_department.inc:357 -#: plugins/admin/departments/class_department.inc:362 -#: plugins/admin/departments/class_department.inc:369 -#: plugins/admin/departments/class_department.inc:373 +#: plugins/admin/departments/class_department.inc:359 +#: plugins/admin/departments/class_department.inc:364 +#: plugins/admin/departments/class_department.inc:371 +#: plugins/admin/departments/class_department.inc:375 #: plugins/admin/departments/class_countryGeneric.inc:47 #: plugins/admin/departments/class_countryGeneric.inc:49 #: plugins/admin/departments/class_countryGeneric.inc:54 @@ -609,407 +466,268 @@ msgstr "" #: plugins/admin/departments/class_dcObject.inc:58 #: plugins/admin/departments/class_dcObject.inc:90 #: plugins/admin/acl/acl_role.tpl:7 plugins/admin/acl/acl-list.xml:49 -#: plugins/admin/acl/class_aclRole.inc:724 -#: plugins/admin/acl/class_aclRole.inc:736 -#: plugins/admin/acl/class_aclRole.inc:746 plugins/admin/acl/paste_role.tpl:4 +#: plugins/admin/acl/class_aclRole.inc:738 +#: plugins/admin/acl/class_aclRole.inc:750 +#: plugins/admin/acl/class_aclRole.inc:760 plugins/admin/acl/paste_role.tpl:4 #: plugins/admin/ogroups/objectSelect/selectObject-list.xml:97 +#: plugins/admin/ogroups/class_ogroup.inc:155 +#: plugins/admin/ogroups/class_ogroup.inc:652 #: plugins/admin/ogroups/class_ogroup.inc:667 -#: plugins/admin/ogroups/class_ogroup.inc:682 -#: plugins/admin/ogroups/class_ogroup.inc:686 -#: plugins/admin/ogroups/class_ogroup.inc:849 +#: plugins/admin/ogroups/class_ogroup.inc:671 +#: plugins/admin/ogroups/class_ogroup.inc:833 #: plugins/admin/ogroups/ogroup-list.xml:41 +#: plugins/addons/propertyEditor/property-list.xml:80 #: include/class_userFilterEditor.inc:233 -#: include/class_userFilterEditor.inc:237 include/class_acl.inc:263 +#: include/class_userFilterEditor.inc:237 include/class_acl.inc:262 #: include/class_SnapShotDialog.inc:55 include/class_userFilter.inc:55 #: include/class_userFilter.inc:150 msgid "Name" msgstr "" -#: setup/setup_feedback.tpl:39 +#: setup/setup_feedback.tpl:20 msgid "Mail address" msgstr "" -#: setup/setup_feedback.tpl:50 +#: setup/setup_feedback.tpl:28 msgid "Send feedback to the GOsa project team" msgstr "" -#: setup/setup_feedback.tpl:53 +#: setup/setup_feedback.tpl:31 msgid "" "When checking this option, GOsa will try to connect http://oss.gonicus.de in " "order to submit your form anonymously." msgstr "" -#: setup/setup_feedback.tpl:55 -#: plugins/generic/references/class_reference.inc:41 +#: setup/setup_feedback.tpl:35 setup/setup_feedback.tpl:36 #: plugins/personal/generic/class_user.inc:37 -#: plugins/personal/generic/class_user.inc:1669 +#: plugins/personal/generic/class_user.inc:1681 #: plugins/personal/posix/generic.tpl:5 #: plugins/admin/users/class_userManagement.inc:755 -#: plugins/admin/groups/class_group.inc:1012 -#: plugins/admin/departments/class_department.inc:659 -#: plugins/admin/ogroups/class_ogroup.inc:840 +#: plugins/admin/groups/class_group.inc:1015 +#: plugins/admin/departments/class_department.inc:661 +#: plugins/admin/ogroups/class_ogroup.inc:820 msgid "Generic" msgstr "" -#: setup/setup_feedback.tpl:60 +#: setup/setup_feedback.tpl:38 msgid "Did the setup procedure help you to get started?" msgstr "" -#: setup/setup_feedback.tpl:71 +#: setup/setup_feedback.tpl:44 msgid "If not, what problems did you encounter" msgstr "" -#: setup/setup_feedback.tpl:80 +#: setup/setup_feedback.tpl:48 msgid "Is this the first time you use GOsa?" msgstr "" -#: setup/setup_feedback.tpl:86 +#: setup/setup_feedback.tpl:53 msgid "I use it since" msgstr "" -#: setup/setup_feedback.tpl:87 +#: setup/setup_feedback.tpl:54 msgid "Select the year since when you are using GOsa" msgstr "" -#: setup/setup_feedback.tpl:95 +#: setup/setup_feedback.tpl:60 msgid "What operating system / distribution do you use?" msgstr "" -#: setup/setup_feedback.tpl:104 +#: setup/setup_feedback.tpl:64 msgid "What web server do you use?" msgstr "" -#: setup/setup_feedback.tpl:113 +#: setup/setup_feedback.tpl:68 msgid "What PHP version do you use?" msgstr "" -#: setup/setup_feedback.tpl:121 +#: setup/setup_feedback.tpl:72 +msgid "GOsa version" +msgstr "" + +#: setup/setup_feedback.tpl:78 setup/setup_feedback.tpl:79 msgid "LDAP" msgstr "" -#: setup/setup_feedback.tpl:126 +#: setup/setup_feedback.tpl:81 msgid "What kind of LDAP server(s) do you use?" msgstr "" -#: setup/setup_feedback.tpl:132 +#: setup/setup_feedback.tpl:85 msgid "How many objects are in your LDAP?" msgstr "" -#: setup/setup_feedback.tpl:139 +#: setup/setup_feedback.tpl:91 setup/setup_feedback.tpl:92 msgid "Features" msgstr "" -#: setup/setup_feedback.tpl:142 +#: setup/setup_feedback.tpl:94 msgid "What features of GOsa do you use?" msgstr "" -#: setup/setup_feedback.tpl:153 +#: setup/setup_feedback.tpl:103 msgid "What features do you want to see in future versions of GOsa?" msgstr "" -#: setup/setup_feedback.tpl:161 +#: setup/setup_feedback.tpl:107 msgid "Send feedback" msgstr "" -#: setup/class_setupStep_Schema.inc:42 setup/class_setupStep_Schema.inc:43 +#: setup/class_setupStep_Schema.inc:37 setup/class_setupStep_Schema.inc:38 msgid "LDAP schema check" msgstr "" -#: setup/class_setupStep_Schema.inc:44 +#: setup/class_setupStep_Schema.inc:39 msgid "Perform test on your current LDAP schema" msgstr "" -#: setup/class_setupStep_Migrate.inc:127 setup/class_setupStep_Migrate.inc:128 +#: setup/class_setupStep_Schema.inc:96 include/class_configRegistry.inc:230 +msgid "The following object classes are missing:" +msgstr "" + +#: setup/class_setupStep_Schema.inc:99 include/class_configRegistry.inc:237 +msgid "The following object classes are outdated:" +msgstr "" + +#: setup/class_setupStep_Migrate.inc:51 setup/class_setupStep_Migrate.inc:52 msgid "LDAP inspection" msgstr "" -#: setup/class_setupStep_Migrate.inc:129 +#: setup/class_setupStep_Migrate.inc:53 msgid "Analyze your current LDAP for GOsa compatibility" msgstr "" -#: setup/class_setupStep_Migrate.inc:135 +#: setup/class_setupStep_Migrate.inc:59 msgid "Checking for root object" msgstr "" -#: setup/class_setupStep_Migrate.inc:141 +#: setup/class_setupStep_Migrate.inc:65 msgid "Inspecting object classes in root object" msgstr "" -#: setup/class_setupStep_Migrate.inc:147 +#: setup/class_setupStep_Migrate.inc:71 msgid "Checking permission for LDAP database" msgstr "" -#: setup/class_setupStep_Migrate.inc:153 -msgid "Checking for invisible departments" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:158 -msgid "Checking for invisible users" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:165 -#: setup/class_setupStep_Migrate.inc:3209 +#: setup/class_setupStep_Migrate.inc:78 msgid "Checking for super administrator" msgstr "" -#: setup/class_setupStep_Migrate.inc:171 -msgid "Checking for users outside the people tree" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:177 -msgid "Checking for groups outside the groups tree" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:184 -msgid "Checking for windows workstations outside the winstation tree" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:190 -msgid "Checking for duplicated UID numbers" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:196 -msgid "Checking for duplicate GID numbers" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:202 -msgid "Checking for old style USB devices" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:208 -msgid "Checking for old services that have to be migrated" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:214 -msgid "Checking for old style application menus" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:240 setup/class_setupStep_Migrate.inc:292 -#: setup/class_setupStep_Migrate.inc:357 setup/class_setupStep_Migrate.inc:421 -#: setup/class_setupStep_Migrate.inc:492 setup/class_setupStep_Migrate.inc:569 -#: setup/class_setupStep_Migrate.inc:653 setup/class_setupStep_Migrate.inc:794 -#: setup/class_setupStep_Migrate.inc:890 -#: setup/class_setupStep_Migrate.inc:2036 -#: setup/class_setupStep_Migrate.inc:2504 -#: setup/class_setupStep_Migrate.inc:2695 -#: setup/class_setupStep_Migrate.inc:2832 +#: setup/class_setupStep_Migrate.inc:118 setup/class_setupStep_Migrate.inc:186 +#: setup/class_setupStep_Migrate.inc:709 msgid "LDAP query failed" msgstr "" -#: setup/class_setupStep_Migrate.inc:241 setup/class_setupStep_Migrate.inc:293 -#: setup/class_setupStep_Migrate.inc:358 setup/class_setupStep_Migrate.inc:422 -#: setup/class_setupStep_Migrate.inc:493 setup/class_setupStep_Migrate.inc:570 -#: setup/class_setupStep_Migrate.inc:654 setup/class_setupStep_Migrate.inc:795 -#: setup/class_setupStep_Migrate.inc:891 -#: setup/class_setupStep_Migrate.inc:2037 -#: setup/class_setupStep_Migrate.inc:2505 -#: setup/class_setupStep_Migrate.inc:2696 -#: setup/class_setupStep_Migrate.inc:2833 +#: setup/class_setupStep_Migrate.inc:119 setup/class_setupStep_Migrate.inc:187 +#: setup/class_setupStep_Migrate.inc:710 msgid "Possibly the 'root object' is missing." msgstr "" -#: setup/class_setupStep_Migrate.inc:261 setup/class_setupStep_Migrate.inc:313 -#: setup/class_setupStep_Migrate.inc:446 setup/class_setupStep_Migrate.inc:523 -#: setup/class_setupStep_Migrate.inc:661 setup/class_setupStep_Migrate.inc:802 -#: setup/class_setupStep_Migrate.inc:2571 -#: setup/class_setupStep_Migrate.inc:2724 -#: setup/class_setupStep_Migrate.inc:3056 setup/setup_checks.tpl:32 -#: setup/setup_checks.tpl:93 ihtml/themes/default/remove.tpl:2 -#: ihtml/themes/default/islocked.tpl:6 ihtml/themes/default/msg_dialog.tpl:59 -#: ihtml/themes/default/msg_dialog.tpl:106 -#: plugins/personal/posix/class_posixAccount.inc:678 -#: plugins/personal/posix/class_posixAccount.inc:803 -#: plugins/admin/groups/class_group.inc:832 -#: plugins/admin/departments/dep_move_confirm.tpl:2 include/functions.inc:931 -#: include/functions.inc:2690 include/functions.inc:2694 -#: include/functions.inc:2700 include/utils/class_xml.inc:37 -#: include/class_tabs.inc:241 html/password.php:314 -msgid "Warning" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:263 -#, php-format -msgid "Found %s duplicate values for attribute 'uidNumber'." -msgstr "" - -#: setup/class_setupStep_Migrate.inc:267 setup/class_setupStep_Migrate.inc:319 -#: setup/class_setupStep_Migrate.inc:380 setup/class_setupStep_Migrate.inc:453 -#: setup/class_setupStep_Migrate.inc:530 setup/class_setupStep_Migrate.inc:604 -#: setup/class_setupStep_Migrate.inc:657 setup/class_setupStep_Migrate.inc:798 -#: setup/class_setupStep_Migrate.inc:1044 -#: setup/class_setupStep_Migrate.inc:2011 -#: setup/class_setupStep_Migrate.inc:2155 -#: setup/class_setupStep_Migrate.inc:2577 -#: setup/class_setupStep_Migrate.inc:2731 -#: setup/class_setupStep_Migrate.inc:3061 setup/setup_checks.tpl:27 -#: setup/setup_checks.tpl:87 ihtml/themes/default/msg_dialog.tpl:76 -#: ihtml/themes/default/msg_dialog.tpl:78 -#: ihtml/themes/default/msg_dialog.tpl:134 -#: ihtml/themes/default/msg_dialog.tpl:137 -#: ihtml/themes/default/msg_dialog.tpl:142 -#: ihtml/themes/modern/msg_dialog.tpl:77 ihtml/themes/modern/msg_dialog.tpl:79 -#: ihtml/themes/modern/msg_dialog.tpl:136 -#: ihtml/themes/modern/msg_dialog.tpl:139 -#: ihtml/themes/modern/msg_dialog.tpl:144 include/utils/class_msgPool.inc:318 -#, php-format -msgid "Ok" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:315 -#, php-format -msgid "Found %s duplicate values for attribute 'gidNumber'." -msgstr "" - -#: setup/class_setupStep_Migrate.inc:373 setup/class_setupStep_Migrate.inc:583 -#: setup/class_setupStep_Migrate.inc:596 -#: setup/class_setupStep_Migrate.inc:1030 -#: setup/class_setupStep_Migrate.inc:1048 -#: setup/class_setupStep_Migrate.inc:1988 -#: setup/class_setupStep_Migrate.inc:2001 -#: setup/class_setupStep_Migrate.inc:2056 -#: setup/class_setupStep_Migrate.inc:2077 -#: setup/class_setupStep_Migrate.inc:2129 -#: setup/class_setupStep_Migrate.inc:3211 +#: setup/class_setupStep_Migrate.inc:132 setup/class_setupStep_Migrate.inc:145 +#: setup/class_setupStep_Migrate.inc:307 setup/class_setupStep_Migrate.inc:661 +#: setup/class_setupStep_Migrate.inc:674 setup/class_setupStep_Migrate.inc:729 +#: setup/class_setupStep_Migrate.inc:750 setup/class_setupStep_Migrate.inc:802 msgid "Failed" msgstr "" -#: setup/class_setupStep_Migrate.inc:375 -#, php-format -msgid "" -"Found %s winstations outside the predefined winstation department ou '%s'." -msgstr "" - -#: setup/class_setupStep_Migrate.inc:376 setup/class_setupStep_Migrate.inc:664 -#: setup/class_setupStep_Migrate.inc:804 -#: setup/class_setupStep_Migrate.inc:1033 -#: setup/class_setupStep_Migrate.inc:2131 -#: setup/class_setupStep_Migrate.inc:2574 -#: setup/class_setupStep_Migrate.inc:2728 -#: setup/class_setupStep_Migrate.inc:3058 setup/setup_migrate.tpl:55 -msgid "Migrate" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:448 -#, php-format -msgid "Found %s groups outside the configured tree '%s'." -msgstr "" - -#: setup/class_setupStep_Migrate.inc:449 setup/class_setupStep_Migrate.inc:526 -msgid "Move" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:525 -#, php-format -msgid "Found %s user(s) outside the configured tree '%s'." -msgstr "" - -#: setup/class_setupStep_Migrate.inc:585 setup/class_setupStep_Migrate.inc:598 +#: setup/class_setupStep_Migrate.inc:134 setup/class_setupStep_Migrate.inc:147 #, php-format msgid "" "The specified user '%s' does not have full access to your ldap database." msgstr "" -#: setup/class_setupStep_Migrate.inc:662 -#, php-format -msgid "Found %s user(s) that will not be visible in GOsa." -msgstr "" - -#: setup/class_setupStep_Migrate.inc:712 setup/class_setupStep_Migrate.inc:855 -#: setup/class_setupStep_Migrate.inc:1118 -msgid "Migration error" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:712 setup/class_setupStep_Migrate.inc:855 +#: setup/class_setupStep_Migrate.inc:153 setup/class_setupStep_Migrate.inc:303 +#: setup/class_setupStep_Migrate.inc:684 setup/class_setupStep_Migrate.inc:828 +#: setup/setup_checks.tpl:21 setup/setup_checks.tpl:62 +#: ihtml/themes/default/msg_dialog.tpl:77 +#: ihtml/themes/default/msg_dialog.tpl:79 +#: ihtml/themes/default/msg_dialog.tpl:136 +#: ihtml/themes/default/msg_dialog.tpl:139 +#: ihtml/themes/default/msg_dialog.tpl:144 include/utils/class_msgPool.inc:301 #, php-format -msgid "Cannot migrate department '%s':" +msgid "Ok" msgstr "" -#: setup/class_setupStep_Migrate.inc:803 -#, php-format -msgid "Found %s department(s) that will not be visible in GOsa." +#: setup/class_setupStep_Migrate.inc:297 +#: plugins/generic/references/class_aclResolver.inc:173 +#: plugins/personal/generic/class_user.inc:1687 +#: plugins/admin/users/class_userManagement.inc:25 include/class_acl.inc:237 +msgid "Users" msgstr "" -#: setup/class_setupStep_Migrate.inc:1027 -#, php-format -msgid "GOsa 2.5 administrative accounts found: %s" +#: setup/class_setupStep_Migrate.inc:300 +#: plugins/generic/references/class_aclResolver.inc:165 +#: plugins/admin/groups/class_groupManagement.inc:25 +#: plugins/admin/groups/class_group.inc:1021 include/class_acl.inc:237 +msgid "Groups" msgstr "" -#: setup/class_setupStep_Migrate.inc:1032 -msgid "There is no valid GOsa 2.6 administrator account inside your LDAP." +#: setup/class_setupStep_Migrate.inc:308 +msgid "There is no GOsa administrator account inside your LDAP." msgstr "" -#: setup/class_setupStep_Migrate.inc:1034 -#: setup/class_setupStep_Migrate.inc:1050 plugins/admin/users/user-list.xml:89 +#: setup/class_setupStep_Migrate.inc:309 plugins/admin/users/user-list.xml:89 #: plugins/admin/groups/group-list.xml:73 #: plugins/admin/departments/dep-list.xml:98 plugins/admin/acl/acl-list.xml:76 #: plugins/admin/ogroups/ogroup-list.xml:73 msgid "Create" msgstr "" -#: setup/class_setupStep_Migrate.inc:1038 -#: plugins/personal/generic/class_user.inc:1675 -#: plugins/admin/users/class_userManagement.inc:25 include/class_acl.inc:238 -msgid "Users" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:1041 -#: plugins/admin/groups/class_groupManagement.inc:25 -#: plugins/admin/groups/class_group.inc:1018 include/class_acl.inc:238 -msgid "Groups" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:1049 -msgid "There is no GOsa administrator account inside your LDAP." +#: setup/class_setupStep_Migrate.inc:377 +msgid "Migration error" msgstr "" -#: setup/class_setupStep_Migrate.inc:1118 +#: setup/class_setupStep_Migrate.inc:377 #, php-format msgid "Cannot add ACL for user '%s':" msgstr "" -#: setup/class_setupStep_Migrate.inc:1156 -#: setup/class_setupStep_Migrate.inc:1166 +#: setup/class_setupStep_Migrate.inc:415 setup/class_setupStep_Migrate.inc:425 msgid "Input error" msgstr "" -#: setup/class_setupStep_Migrate.inc:1156 +#: setup/class_setupStep_Migrate.inc:415 +#: plugins/generic/references/class_reference.inc:87 +#: plugins/admin/groups/class_group.inc:210 +#: plugins/admin/groups/class_group.inc:1170 +#: plugins/admin/groups/class_group.inc:1180 msgid "Uid" msgstr "" -#: setup/class_setupStep_Migrate.inc:1161 +#: setup/class_setupStep_Migrate.inc:420 msgid "Password error" msgstr "" -#: setup/class_setupStep_Migrate.inc:1161 +#: setup/class_setupStep_Migrate.inc:420 msgid "Provided passwords do not match!" msgstr "" -#: setup/class_setupStep_Migrate.inc:1166 +#: setup/class_setupStep_Migrate.inc:425 msgid "Specify a valid user ID!" msgstr "" -#: setup/class_setupStep_Migrate.inc:1199 setup/setup_checks.tpl:30 -#: setup/setup_checks.tpl:91 ihtml/themes/default/msg_dialog.tpl:57 -#: ihtml/themes/default/msg_dialog.tpl:104 -#: plugins/personal/generic/class_user.inc:297 -#: plugins/personal/generic/class_user.inc:429 -#: plugins/personal/generic/class_user.inc:522 -#: plugins/personal/generic/class_user.inc:816 -#: plugins/personal/generic/class_user.inc:1205 -#: plugins/personal/generic/class_user.inc:1212 -#: plugins/personal/generic/class_user.inc:1230 -#: plugins/personal/generic/class_user.inc:1500 -#: plugins/personal/generic/class_user.inc:1787 -#: plugins/personal/myaccount/main.inc:112 -#: plugins/admin/groups/class_group.inc:419 -#: plugins/admin/groups/class_group.inc:425 -#: plugins/admin/groups/class_group.inc:634 -#: plugins/admin/groups/class_group.inc:730 -#: plugins/admin/groups/class_group.inc:735 -#: plugins/admin/groups/class_group.inc:1060 -#: plugins/admin/departments/class_department.inc:317 -#: plugins/admin/acl/class_aclRole.inc:672 -#: plugins/admin/ogroups/class_ogroup.inc:368 +#: setup/class_setupStep_Migrate.inc:450 setup/setup_checks.tpl:25 +#: setup/setup_checks.tpl:66 plugins/personal/generic/class_user.inc:297 +#: plugins/personal/generic/class_user.inc:428 +#: plugins/personal/generic/class_user.inc:521 +#: plugins/personal/generic/class_user.inc:814 +#: plugins/personal/generic/class_user.inc:1203 +#: plugins/personal/generic/class_user.inc:1210 +#: plugins/personal/generic/class_user.inc:1228 +#: plugins/personal/generic/class_user.inc:1498 +#: plugins/personal/generic/class_user.inc:1821 +#: plugins/personal/myaccount/main.inc:125 +#: plugins/admin/groups/class_group.inc:463 +#: plugins/admin/groups/class_group.inc:469 +#: plugins/admin/groups/class_group.inc:637 +#: plugins/admin/groups/class_group.inc:733 +#: plugins/admin/groups/class_group.inc:738 +#: plugins/admin/groups/class_group.inc:1076 +#: plugins/admin/departments/class_department.inc:319 +#: plugins/admin/acl/class_aclRole.inc:667 +#: plugins/admin/ogroups/class_ogroup.inc:393 +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:203 +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:207 #: include/class_CopyPasteHandler.inc:118 #: include/class_CopyPasteHandler.inc:127 #: include/class_CopyPasteHandler.inc:159 @@ -1017,521 +735,319 @@ msgstr "" #: include/class_CopyPasteHandler.inc:185 #: include/class_CopyPasteHandler.inc:193 #: include/class_CopyPasteHandler.inc:273 -#: include/class_CopyPasteHandler.inc:375 include/functions.inc:3399 -#: include/functions.inc:3413 include/functions.inc:3443 -#: include/functions.inc:3451 include/functions.inc:3463 -#: include/functions.inc:3467 include/functions.inc:3482 -#: include/functions.inc:3491 include/functions.inc:3551 -#: include/password-methods/class_password-methods.inc:250 -#: include/class_msg_dialog.inc:99 include/utils/class_msgPool.inc:154 -#: include/utils/class_msgPool.inc:166 include/utils/class_msgPool.inc:184 -#: include/utils/class_msgPool.inc:457 include/utils/class_msgPool.inc:478 -#: include/utils/class_msgPool.inc:497 include/utils/class_xml.inc:40 -#: include/class_tabs.inc:56 include/class_listing.inc:495 -#: include/class_gosaSupportDaemon.inc:1184 -#: include/class_gosaSupportDaemon.inc:1204 include/class_management.inc:480 -#: include/class_management.inc:616 include/class_management.inc:970 -#: include/class_plugin.inc:1486 include/class_plugin.inc:2080 -#: html/index.php:236 html/index.php:240 +#: include/class_CopyPasteHandler.inc:377 include/functions.inc:3051 +#: include/functions.inc:3357 include/functions.inc:3371 +#: include/functions.inc:3401 include/functions.inc:3409 +#: include/functions.inc:3421 include/functions.inc:3425 +#: include/functions.inc:3440 include/functions.inc:3449 +#: include/functions.inc:3509 +#: include/password-methods/class_password-methods.inc:277 +#: include/class_msg_dialog.inc:99 include/utils/class_msgPool.inc:137 +#: include/utils/class_msgPool.inc:149 include/utils/class_msgPool.inc:167 +#: include/utils/class_msgPool.inc:440 include/utils/class_msgPool.inc:461 +#: include/utils/class_xml.inc:40 include/class_tabs.inc:56 +#: include/class_listing.inc:536 include/class_gosaSupportDaemon.inc:1184 +#: include/class_gosaSupportDaemon.inc:1204 include/class_management.inc:483 +#: include/class_management.inc:644 include/class_plugin.inc:1592 +#: html/index.php:241 html/index.php:245 #, php-format msgid "Error" msgstr "" -#: setup/class_setupStep_Migrate.inc:1199 +#: setup/class_setupStep_Migrate.inc:450 #, php-format msgid "Adding an administrative user failed: object '%s' already exists!" msgstr "" -#: setup/class_setupStep_Migrate.inc:1210 -#: setup/class_setupStep_Migrate.inc:1238 -#: setup/class_setupStep_Migrate.inc:1287 -#: setup/class_setupStep_Migrate.inc:1336 -#: setup/class_setupStep_Migrate.inc:2141 -#: setup/class_setupStep_Migrate.inc:2438 -#: setup/class_setupStep_Migrate.inc:2442 -#: setup/class_setupStep_Migrate.inc:2632 -#: setup/class_setupStep_Migrate.inc:2652 -#: setup/class_setupStep_Migrate.inc:2769 -#: setup/class_setupStep_Migrate.inc:3116 -#: setup/class_setupStep_Migrate.inc:3130 -#: plugins/personal/generic/class_user.inc:730 -#: plugins/personal/generic/class_user.inc:1127 +#: setup/class_setupStep_Migrate.inc:461 setup/class_setupStep_Migrate.inc:814 +#: plugins/generic/references/class_reference.inc:97 +#: plugins/personal/generic/class_user.inc:729 +#: plugins/personal/generic/class_user.inc:1125 #: plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc:253 -#: plugins/personal/posix/class_posixAccount.inc:533 -#: plugins/personal/posix/class_posixAccount.inc:820 -#: plugins/admin/groups/class_group.inc:577 +#: plugins/personal/posix/class_posixAccount.inc:528 +#: plugins/personal/posix/class_posixAccount.inc:790 +#: plugins/admin/groups/class_group.inc:580 #: plugins/admin/groups/class_group.inc:856 -#: plugins/admin/departments/class_department.inc:285 -#: plugins/admin/departments/class_department.inc:482 -#: plugins/admin/departments/class_department.inc:753 -#: plugins/admin/departments/class_department.inc:784 -#: plugins/admin/acl/class_aclRole.inc:604 -#: plugins/admin/acl/class_aclRole.inc:644 -#: plugins/admin/acl/class_aclRole.inc:658 -#: plugins/admin/ogroups/class_ogroup.inc:757 -#: plugins/admin/ogroups/class_ogroup.inc:774 include/class_config.inc:325 -#: include/functions.inc:476 include/functions.inc:511 -#: include/functions.inc:519 include/functions.inc:565 -#: include/functions.inc:817 include/functions.inc:866 -#: include/functions.inc:923 include/functions.inc:976 -#: include/functions.inc:3052 include/functions.inc:3325 -#: include/class_SnapshotHandler.inc:124 include/class_SnapshotHandler.inc:281 -#: include/class_SnapshotHandler.inc:329 include/class_SnapshotHandler.inc:333 -#: include/class_SnapshotHandler.inc:348 include/class_SnapshotHandler.inc:383 -#: include/class_SnapshotHandler.inc:438 include/class_SnapshotHandler.inc:503 -#: include/class_SnapshotHandler.inc:518 include/class_acl.inc:1247 -#: include/class_acl.inc:1343 include/class_ldap.inc:756 -#: include/class_ldap.inc:1222 include/class_plugin.inc:1163 -#: include/class_plugin.inc:1212 include/class_plugin.inc:1216 -#: include/class_plugin.inc:1232 include/class_plugin.inc:1272 -#: include/class_plugin.inc:1330 include/class_plugin.inc:1396 -#: include/class_plugin.inc:1411 include/class_userFilter.inc:275 -#: html/index.php:266 html/index.php:277 html/index.php:290 +#: plugins/admin/departments/class_department.inc:287 +#: plugins/admin/departments/class_department.inc:484 +#: plugins/admin/departments/class_department.inc:761 +#: plugins/admin/departments/class_department.inc:792 +#: plugins/admin/acl/class_aclRole.inc:599 +#: plugins/admin/acl/class_aclRole.inc:639 +#: plugins/admin/acl/class_aclRole.inc:653 +#: plugins/admin/ogroups/class_ogroup.inc:742 +#: plugins/admin/ogroups/class_ogroup.inc:759 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:191 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:256 +#: include/class_config.inc:337 include/functions.inc:488 +#: include/functions.inc:523 include/functions.inc:531 +#: include/functions.inc:577 include/functions.inc:829 +#: include/functions.inc:878 include/functions.inc:935 +#: include/functions.inc:985 include/functions.inc:3002 +#: include/functions.inc:3283 include/class_SnapshotHandler.inc:123 +#: include/class_SnapshotHandler.inc:280 include/class_SnapshotHandler.inc:329 +#: include/class_SnapshotHandler.inc:333 include/class_SnapshotHandler.inc:346 +#: include/class_SnapshotHandler.inc:380 include/class_SnapshotHandler.inc:435 +#: include/class_SnapshotHandler.inc:500 include/class_SnapshotHandler.inc:515 +#: include/class_acl.inc:1250 include/class_acl.inc:1346 +#: include/class_ldap.inc:756 include/class_ldap.inc:1173 +#: include/class_userFilter.inc:275 html/index.php:271 msgid "LDAP error" msgstr "" -#: setup/class_setupStep_Migrate.inc:1238 -#: setup/class_setupStep_Migrate.inc:1287 -#: setup/class_setupStep_Migrate.inc:1336 -msgid "Cannot move users to the requested department!" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:1248 -msgid "Winstation will be moved from" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:1248 -#: setup/class_setupStep_Migrate.inc:1298 -#: setup/class_setupStep_Migrate.inc:1346 include/class_plugin.inc:1691 -msgid "to" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:1259 -#: setup/class_setupStep_Migrate.inc:1308 -msgid "Updating following references too" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:1298 -msgid "Group will be moved from" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:1346 -msgid "User will be moved from" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:1356 -msgid "The following references will be updated" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:1989 +#: setup/class_setupStep_Migrate.inc:662 msgid "" "The LDAP root object is missing. It is required to use your LDAP service." msgstr "" -#: setup/class_setupStep_Migrate.inc:1990 -#: setup/class_setupStep_Migrate.inc:2003 +#: setup/class_setupStep_Migrate.inc:663 setup/class_setupStep_Migrate.inc:676 msgid "Try to create root object" msgstr "" -#: setup/class_setupStep_Migrate.inc:2002 +#: setup/class_setupStep_Migrate.inc:675 msgid "Root object couldn't be created, you should try it on your own." msgstr "" -#: setup/class_setupStep_Migrate.inc:2057 +#: setup/class_setupStep_Migrate.inc:730 #, php-format msgid "Missing GOsa object class '%s'!" msgstr "" -#: setup/class_setupStep_Migrate.inc:2058 +#: setup/class_setupStep_Migrate.inc:731 msgid "Please check your installation." msgstr "" -#: setup/class_setupStep_Migrate.inc:2079 +#: setup/class_setupStep_Migrate.inc:752 #, php-format msgid "" "Cannot handle the structural object type of your root object. Please try to " "add the object class '%s' manually." msgstr "" -#: setup/class_setupStep_Migrate.inc:2438 -#, php-format -msgid "Copy '%s' to '%s' failed:" +#: setup/class_setupStep_Migrate.inc:804 setup/setup_migrate.tpl:32 +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:181 +msgid "Migrate" msgstr "" -#: setup/class_setupStep_Migrate.inc:2573 -#, php-format -msgid "There are %s devices that need to be migrated." +#: setup/class_setupStep_License.inc:56 setup/class_setupStep_License.inc:57 +msgid "License" msgstr "" -#: setup/class_setupStep_Migrate.inc:2633 -#, php-format -msgid "Adding '%s' to the LDAP failed: %s" +#: setup/class_setupStep_License.inc:58 +msgid "Terms and conditions for usage" msgstr "" -#: setup/class_setupStep_Migrate.inc:2653 -#: setup/class_setupStep_Migrate.inc:2770 -#, php-format -msgid "Updating '%s' failed: %s" +#: setup/class_setupStep_Checks.inc:40 setup/class_setupStep_Checks.inc:41 +msgid "Installation check" msgstr "" -#: setup/class_setupStep_Migrate.inc:2726 -#, php-format -msgid "There are %s services that need to be migrated." +#: setup/class_setupStep_Checks.inc:42 +msgid "Basic checks for PHP compatibility and extensions" msgstr "" -#: setup/class_setupStep_Migrate.inc:2867 -#: plugins/personal/generic/generic.tpl:255 -#: plugins/personal/generic/generic.tpl:275 -#: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:83 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:123 -#: include/utils/class_msgPool.inc:336 -#, php-format -msgid "Add" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:2868 -#: plugins/personal/generic/generic_certs.tpl:22 -#: plugins/personal/generic/generic_certs.tpl:48 -#: plugins/personal/generic/generic_certs.tpl:74 -#: plugins/admin/users/user-list.xml:121 -#: plugins/admin/groups/group-list.xml:98 -#: plugins/admin/departments/dep-list.xml:160 -#: plugins/admin/departments/dep-list.xml:181 -#: plugins/admin/acl/acl-list.xml:95 plugins/admin/acl/acl-list.xml:144 -#: plugins/admin/ogroups/ogroup-list.xml:98 -msgid "Remove" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:3057 -#, php-format -msgid "There are %s application menus which have to be migrated." -msgstr "" - -#: setup/setup_config1.tpl:2 -msgid "Look and feel" -msgstr "" - -#: setup/setup_config1.tpl:6 -msgid "Theme" -msgstr "" - -#: setup/setup_config1.tpl:15 -msgid "Apache" -msgstr "" - -#: setup/setup_config1.tpl:19 -msgid "Compress output send to browser" -msgstr "" - -#: setup/setup_config1.tpl:27 -msgid "People and group storage" -msgstr "" - -#: setup/setup_config1.tpl:30 -msgid "People DN attribute" -msgstr "" - -#: setup/setup_config1.tpl:41 -msgid "People storage subtree" -msgstr "" - -#: setup/setup_config1.tpl:50 -msgid "Group storage subtree" -msgstr "" - -#: setup/setup_config1.tpl:59 -msgid "Include personal title in user DN" -msgstr "" - -#: setup/setup_config1.tpl:70 -msgid "Relaxed naming policies" -msgstr "" - -#: setup/setup_config1.tpl:81 -msgid "Automatic UIDs" -msgstr "" - -#: setup/setup_config1.tpl:97 setup/class_setupStep_Config1.inc:118 -msgid "GID / UID min id" -msgstr "" - -#: setup/setup_config1.tpl:113 -msgid "Number base for people/groups" -msgstr "" - -#: setup/setup_config1.tpl:121 -msgid "Hook for number base" -msgstr "" - -#: setup/setup_config1.tpl:136 plugins/personal/password/main.inc:57 -msgid "Password settings" -msgstr "" - -#: setup/setup_config1.tpl:140 -msgid "Password encryption algorithm" -msgstr "" - -#: setup/setup_config1.tpl:151 -msgid "Password restrictions" -msgstr "" - -#: setup/setup_config1.tpl:158 setup/setup_config1.tpl:162 -msgid "Password minimum length" -msgstr "" - -#: setup/setup_config1.tpl:169 setup/setup_config1.tpl:173 -msgid "Different characters from old password" -msgstr "" - -#: setup/setup_config1.tpl:182 -msgid "Password change hook" -msgstr "" - -#: setup/setup_config1.tpl:198 -msgid "Use SASL for kerberos" -msgstr "" - -#: setup/setup_config1.tpl:209 -msgid "Use account expiration" -msgstr "" - -#: setup/setup_config1.tpl:221 -msgid "" -"GOsa supports several encryption types for your passwords. Normally this is " -"adjustable via user templates, but you can specify a default method to be " -"used here, too." -msgstr "" - -#: setup/setup_config1.tpl:222 -msgid "" -"GOsa always acts as admin and manages access rights internally. This is a " -"workaround till OpenLDAP's in directory ACI's are fully implemented. For " -"this to work, we need the admin DN and the corresponding password." -msgstr "" - -#: setup/setup_config1.tpl:223 -msgid "" -"Some basic LDAP parameters are tunable and affect the locations where GOsa " -"saves people and groups, including the way accounts get created. Check the " -"values below if the fit your needs." -msgstr "" - -#: setup/setup_config1.tpl:224 -msgid "" -"GOsa has modular support for several mail methods. These methods provide " -"interfaces to users mailboxes and general handling for quotas. You can " -"choose the dummy plugin to leave all your mail settings untouched." -msgstr "" - -#: setup/class_setupStep_License.inc:56 setup/class_setupStep_License.inc:57 -msgid "License" -msgstr "" - -#: setup/class_setupStep_License.inc:58 -msgid "Terms and conditions for usage" -msgstr "" - -#: setup/class_setupStep_Checks.inc:38 setup/class_setupStep_Checks.inc:39 -msgid "Installation check" -msgstr "" - -#: setup/class_setupStep_Checks.inc:40 -msgid "Basic checks for PHP compatibility and extensions" -msgstr "" - -#: setup/class_setupStep_Checks.inc:64 +#: setup/class_setupStep_Checks.inc:66 msgid "Checking PHP version" msgstr "" -#: setup/class_setupStep_Checks.inc:65 +#: setup/class_setupStep_Checks.inc:67 #, php-format msgid "PHP must be of version %s or above." msgstr "" -#: setup/class_setupStep_Checks.inc:66 +#: setup/class_setupStep_Checks.inc:68 msgid "Please upgrade to a supported version." msgstr "" -#: setup/class_setupStep_Checks.inc:73 +#: setup/class_setupStep_Checks.inc:75 msgid "GOsa requires this module to talk with your LDAP server." msgstr "" -#: setup/class_setupStep_Checks.inc:81 +#: setup/class_setupStep_Checks.inc:83 msgid "GOsa requires this module for an internationalized interface." msgstr "" -#: setup/class_setupStep_Checks.inc:89 +#: setup/class_setupStep_Checks.inc:91 msgid "GOsa requires this module for the samba integration." msgstr "" -#: setup/class_setupStep_Checks.inc:97 -msgid "GOsa requires this module to make use of SSHA encryption." +#: setup/class_setupStep_Checks.inc:99 +msgid "" +"GOsa requires either 'mhash' or the 'sha1' module to make use of SSHA " +"encryption." msgstr "" -#: setup/class_setupStep_Checks.inc:105 +#: setup/class_setupStep_Checks.inc:107 msgid "GOsa requires this module to talk to an IMAP server." msgstr "" -#: setup/class_setupStep_Checks.inc:112 +#: setup/class_setupStep_Checks.inc:114 msgid "mbstring" msgstr "" -#: setup/class_setupStep_Checks.inc:113 +#: setup/class_setupStep_Checks.inc:115 msgid "GOsa requires this module to handle unicode strings." msgstr "" -#: setup/class_setupStep_Checks.inc:120 +#: setup/class_setupStep_Checks.inc:122 +msgid "Calendar" +msgstr "" + +#: setup/class_setupStep_Checks.inc:123 +msgid "GOsa requires this module to calculate dates." +msgstr "" + +#: setup/class_setupStep_Checks.inc:130 msgid "MySQL" msgstr "" -#: setup/class_setupStep_Checks.inc:121 +#: setup/class_setupStep_Checks.inc:131 msgid "" "GOsa requires this module to communicate with several supported databases." msgstr "" -#: setup/class_setupStep_Checks.inc:138 +#: setup/class_setupStep_Checks.inc:148 msgid "samba hash generator" msgstr "" -#: setup/class_setupStep_Checks.inc:139 +#: setup/class_setupStep_Checks.inc:149 msgid "GOsa requires this command to synchronize POSIX and samba passwords." msgstr "" -#: setup/class_setupStep_Checks.inc:140 +#: setup/class_setupStep_Checks.inc:150 msgid "" "Deploy a gosa-si installation or install the perl Crypt::SmbHash modules." msgstr "" -#: setup/class_setupStep_Checks.inc:153 +#: setup/class_setupStep_Checks.inc:163 msgid "imagick" msgstr "" -#: setup/class_setupStep_Checks.inc:154 +#: setup/class_setupStep_Checks.inc:164 msgid "GOsa requires this extension to handle images." msgstr "" -#: setup/class_setupStep_Checks.inc:169 +#: setup/class_setupStep_Checks.inc:179 msgid "compression module" msgstr "" -#: setup/class_setupStep_Checks.inc:170 +#: setup/class_setupStep_Checks.inc:180 msgid "GOsa requires this extension to handle snapshots." msgstr "" -#: setup/class_setupStep_Checks.inc:181 +#: setup/class_setupStep_Checks.inc:191 msgid "" "register_globals is a PHP mechanism to register all global variables to be " "accessible from scripts without changing the scope. This may be a security " "risk." msgstr "" -#: setup/class_setupStep_Checks.inc:182 +#: setup/class_setupStep_Checks.inc:192 msgid "Search for 'register_globals' in your php.ini and switch it to 'Off'." msgstr "" -#: setup/class_setupStep_Checks.inc:190 +#: setup/class_setupStep_Checks.inc:200 msgid "PHP uses this value for the garbage collector to delete old sessions." msgstr "" -#: setup/class_setupStep_Checks.inc:191 +#: setup/class_setupStep_Checks.inc:201 msgid "" "Setting this value to one day will prevent loosing session and cookies " "before they really timeout." msgstr "" -#: setup/class_setupStep_Checks.inc:192 +#: setup/class_setupStep_Checks.inc:202 msgid "" "Search for 'session.gc_maxlifetime' in your php.ini and set it to 86400 or " "higher." msgstr "" -#: setup/class_setupStep_Checks.inc:199 setup/class_setupStep_Checks.inc:215 -#: setup/class_setupStep_Checks.inc:231 setup/class_setupStep_Checks.inc:247 +#: setup/class_setupStep_Checks.inc:209 setup/class_setupStep_Checks.inc:225 +#: setup/class_setupStep_Checks.inc:241 setup/class_setupStep_Checks.inc:257 msgid "Off" msgstr "" -#: setup/class_setupStep_Checks.inc:200 +#: setup/class_setupStep_Checks.inc:210 msgid "" "In Order to use GOsa without any trouble, the session.auto_register option " "in your php.ini should be set to 'Off'." msgstr "" -#: setup/class_setupStep_Checks.inc:201 +#: setup/class_setupStep_Checks.inc:211 msgid "Search for 'session.auto_start' in your php.ini and set it to 'Off'." msgstr "" -#: setup/class_setupStep_Checks.inc:208 +#: setup/class_setupStep_Checks.inc:218 msgid "" "GOsa needs at least 32MB of memory. Setting it below this limit may cause " "errors that are not reproducable! Increase it for larger setups." msgstr "" -#: setup/class_setupStep_Checks.inc:209 +#: setup/class_setupStep_Checks.inc:219 msgid "" "Search for 'memory_limit' in your php.ini and set it to '32M' or higher." msgstr "" -#: setup/class_setupStep_Checks.inc:216 +#: setup/class_setupStep_Checks.inc:226 msgid "" "This option influences the PHP output handling. Turn this Option off, to " "increase performance." msgstr "" -#: setup/class_setupStep_Checks.inc:217 +#: setup/class_setupStep_Checks.inc:227 msgid "Search for 'implicit_flush' in your php.ini and set it to 'Off'." msgstr "" -#: setup/class_setupStep_Checks.inc:224 +#: setup/class_setupStep_Checks.inc:234 msgid "The Execution time should be at least 30 seconds." msgstr "" -#: setup/class_setupStep_Checks.inc:225 +#: setup/class_setupStep_Checks.inc:235 msgid "" "Search for 'max_execution_time' in your php.ini and set it to '30' or higher." msgstr "" -#: setup/class_setupStep_Checks.inc:232 +#: setup/class_setupStep_Checks.inc:242 msgid "" "Increase the server security by setting expose_php to 'off'. PHP won't send " "any information about the server you are running in this case." msgstr "" -#: setup/class_setupStep_Checks.inc:233 +#: setup/class_setupStep_Checks.inc:243 msgid "Search for 'expose_php' in your php.ini and set if to 'Off'." msgstr "" -#: setup/class_setupStep_Checks.inc:239 +#: setup/class_setupStep_Checks.inc:249 msgid "On" msgstr "" -#: setup/class_setupStep_Checks.inc:240 +#: setup/class_setupStep_Checks.inc:250 msgid "" "Increase your server security by setting magic_quotes_gpc to 'on'. PHP will " "escape all quotes in strings in this case." msgstr "" -#: setup/class_setupStep_Checks.inc:241 +#: setup/class_setupStep_Checks.inc:251 msgid "Search for 'magic_quotes_gpc' in your php.ini and set it to 'On'." msgstr "" -#: setup/class_setupStep_Checks.inc:248 +#: setup/class_setupStep_Checks.inc:258 msgid "Increase your server performance by setting magic_quotes_gpc to 'off'." msgstr "" -#: setup/class_setupStep_Checks.inc:249 +#: setup/class_setupStep_Checks.inc:259 msgid "" "Search for 'zend.ze1_compatibility_mode' in your php.ini and set it to 'Off'." msgstr "" -#: setup/class_setupStep_Checks.inc:259 +#: setup/class_setupStep_Checks.inc:269 msgid "Configuration writeable" msgstr "" -#: setup/class_setupStep_Checks.inc:260 +#: setup/class_setupStep_Checks.inc:270 msgid "The configuration file can't be written" msgstr "" -#: setup/class_setupStep_Checks.inc:261 +#: setup/class_setupStep_Checks.inc:271 #, php-format msgid "" "GOsa reads its configuration from a file located in (%s/%s). The setup can " @@ -1546,4057 +1062,4598 @@ msgstr "" msgid "This step allows you to select your preferred language." msgstr "" -#: setup/class_setupStep_Language.inc:47 +#: setup/class_setupStep_Language.inc:47 include/class_core.inc:180 msgid "Automatic" msgstr "" -#: setup/setup_config3.tpl:2 -msgid "GOsa core settings" +#: setup/setup_migrate.tpl:2 +msgid "" +"During the LDAP inspection, we're going to check for several common pitfalls " +"that may occur when migration to GOsa base LDAP administration. You may want " +"to fix the problems below, in order to provide smooth services." msgstr "" -#: setup/setup_config3.tpl:6 -msgid "Enable primary group filter" +#: setup/setup_migrate.tpl:5 +msgid "Checks" +msgstr "" + +#: setup/setup_migrate.tpl:22 +msgid "Add required object classes to the LDAP base" msgstr "" -#: setup/setup_config3.tpl:18 -msgid "Display summary in listings" +#: setup/setup_migrate.tpl:24 +msgid "Current" msgstr "" -#: setup/setup_config3.tpl:30 -msgid "Honour administrative units" +#: setup/setup_migrate.tpl:28 +msgid "After migration" msgstr "" -#: setup/setup_config3.tpl:42 -msgid "Smarty compile directory" +#: setup/setup_migrate.tpl:35 +msgid "Close" msgstr "" -#: setup/setup_config3.tpl:51 -msgid "SNMP community" +#: setup/setup_migrate.tpl:40 +msgid "Create a new GOsa administrator account" msgstr "" -#: setup/setup_config3.tpl:60 -msgid "Path for PPD storage" +#: setup/setup_migrate.tpl:41 +msgid "" +"This dialog will automatically add a new super administrator to your LDAP " +"tree." msgstr "" -#: setup/setup_config3.tpl:77 -msgid "Path for kiosk profile storage" +#: setup/setup_migrate.tpl:49 +#: plugins/personal/posix/class_posixAccount.inc:1308 +msgid "User ID" msgstr "" -#: setup/setup_config3.tpl:96 -msgid "SUDO role base" +#: setup/setup_migrate.tpl:53 ihtml/themes/default/login.tpl:47 +#: plugins/personal/generic/paste_generic.tpl:21 +msgid "Password" msgstr "" -#: setup/setup_config3.tpl:115 -msgid "Mail queue script" +#: setup/setup_migrate.tpl:57 +msgid "Password (again)" msgstr "" -#: setup/setup_config3.tpl:134 -msgid "Notification script" +#: setup/class_setupStep_Welcome.inc:38 +msgid "Welcome" msgstr "" -#: setup/setup_config3.tpl:153 -msgid "Enable edit locking" +#: setup/class_setupStep_Welcome.inc:39 +msgid "The welcome message" msgstr "" -#: setup/setup_config3.tpl:174 -msgid "Gosa support daemon" +#: setup/class_setupStep_Welcome.inc:40 +msgid "Welcome to the GOsa setup assistent" msgstr "" -#: setup/setup_config3.tpl:193 -msgid "Daemon timeout" +#: setup/setup_language.tpl:3 +msgid "Please select the preferred language" msgstr "" -#: setup/setup_config3.tpl:207 -msgid "Login and session" +#: setup/setup_language.tpl:5 +msgid "" +"At this point, you can select the site wide default language. Choosing " +"'automatic' will use the language requested by the browser. This setting can " +"be overriden per user." msgstr "" -#: setup/setup_config3.tpl:210 -msgid "Login attribute" +#: setup/setup_language.tpl:9 +msgid "Please select your preferred language here" msgstr "" -#: setup/setup_config3.tpl:221 -msgid "Enforce register_globals to be deactivated" +#: setup/setup_checks.tpl:2 +msgid "" +"This step checks if your PHP server has all required modules and " +"configuration settings." msgstr "" -#: setup/setup_config3.tpl:233 -msgid "Enforce encrypted connections" +#: setup/setup_checks.tpl:5 +msgid "Inspection" msgstr "" -#: setup/setup_config3.tpl:245 -msgid "Warn if session is not encrypted" +#: setup/setup_checks.tpl:8 +msgid "PHP module and extension checks" msgstr "" -#: setup/setup_config3.tpl:257 -msgid "Remember dialog filter settings" +#: setup/setup_checks.tpl:10 +msgid "Basic checks" msgstr "" -#: setup/setup_config3.tpl:269 -msgid "Session lifetime" +#: setup/setup_checks.tpl:27 setup/setup_checks.tpl:68 +#: plugins/personal/posix/class_posixAccount.inc:650 +#: plugins/personal/posix/class_posixAccount.inc:773 +#: plugins/admin/groups/class_group.inc:832 +#: plugins/admin/departments/dep_move_confirm.tpl:2 include/functions.inc:2640 +#: include/functions.inc:2644 include/functions.inc:2650 +#: include/functions.inc:2674 include/utils/class_xml.inc:37 +#: include/class_tabs.inc:249 include/class_configRegistry.inc:655 +#: include/class_configRegistry.inc:670 include/class_configRegistry.inc:685 +#: include/class_configRegistry.inc:700 include/class_configRegistry.inc:716 +#: include/class_configRegistry.inc:721 include/class_configRegistry.inc:738 +#: include/class_configRegistry.inc:743 include/class_configRegistry.inc:761 +#: include/class_configRegistry.inc:766 include/class_configRegistry.inc:782 +#: include/class_configRegistry.inc:797 include/class_configRegistry.inc:812 +#: html/password.php:316 +msgid "Warning" msgstr "" -#: setup/setup_config3.tpl:278 -msgid "Debugging" +#: setup/setup_checks.tpl:38 setup/setup_checks.tpl:79 +msgid "GOsa will NOT run without fixing this." msgstr "" -#: setup/setup_config3.tpl:282 -msgid "Show PHP errors" +#: setup/setup_checks.tpl:40 setup/setup_checks.tpl:81 +msgid "GOsa will run without fixing this." msgstr "" -#: setup/setup_config3.tpl:294 -msgid "Maximum LDAP query time" +#: setup/setup_checks.tpl:50 +msgid "PHP setup configuration" msgstr "" -#: setup/setup_config3.tpl:312 -msgid "Log LDAP statistics" +#: setup/setup_checks.tpl:50 +msgid "show information" msgstr "" -#: setup/setup_config3.tpl:324 -msgid "Debug level" +#: setup/setup_checks.tpl:51 +msgid "Extended checks" msgstr "" -#: setup/setup_config3.tpl:329 setup/setup_config3.tpl:332 -msgid "Disabled" +#: setup/class_setupStep_Finish.inc:39 +#: ihtml/themes/default/copyPasteDialog.tpl:30 +msgid "Finish" msgstr "" -#: setup/setup_config3.tpl:330 setup/setup_config3.tpl:333 -#: ihtml/themes/modern/userFilterEditor.tpl:45 -msgid "Enabled" +#: setup/class_setupStep_Finish.inc:40 +msgid "Write configuration file" msgstr "" -#: setup/setup_migrate.tpl:5 -msgid "" -"During the LDAP inspection, we're going to check for several common pitfalls " -"that may occur when migration to GOsa base LDAP administration. You may want " -"to fix the problems below, in order to provide smooth services." +#: setup/class_setupStep_Finish.inc:41 +msgid "Finish - write the configuration file" msgstr "" -#: setup/setup_migrate.tpl:33 -msgid "Check again" +#: setup/class_setupStep_Finish.inc:106 +msgid "" +"Your configuration file is currently world readable. Please update the file " +"permissions!" msgstr "" -#: setup/setup_migrate.tpl:38 -msgid "Add required object classes to the LDAP base" +#: setup/class_setupStep_Finish.inc:108 +msgid "The configuration is currently not readable or it does not exists." msgstr "" -#: setup/setup_migrate.tpl:40 setup/setup_migrate.tpl:259 -#: setup/setup_migrate.tpl:367 setup/setup_migrate.tpl:425 -#: setup/setup_migrate.tpl:484 setup/setup_migrate.tpl:532 -#: setup/setup_migrate.tpl:581 -msgid "Current" +#: setup/class_setupStep_Finish.inc:117 +#, php-format +msgid "" +"After downloading and placing the file under %s, please make sure that the " +"user the webserver is running with is able to read %s, while other users " +"shouldn't. You may want to execute these commands to achieve this " +"requirement:" msgstr "" -#: setup/setup_migrate.tpl:47 setup/setup_migrate.tpl:263 -#: setup/setup_migrate.tpl:374 setup/setup_migrate.tpl:432 -#: setup/setup_migrate.tpl:488 setup/setup_migrate.tpl:536 -#: setup/setup_migrate.tpl:585 -msgid "After migration" +#: ihtml/themes/default/ldifViewer.tpl:1 +msgid "Raw LDAP entry" msgstr "" -#: setup/setup_migrate.tpl:62 setup/setup_migrate.tpl:112 -msgid "Close" +#: ihtml/themes/default/acl.tpl:7 plugins/admin/acl/acl_role.tpl:3 +#: plugins/admin/acl/acl_role.tpl:4 +msgid "Assigned ACL for current entry" msgstr "" -#: setup/setup_migrate.tpl:68 -msgid "Move windows workstations into a valid windows workstation department" +#: ihtml/themes/default/acl.tpl:10 plugins/admin/acl/acl_role.tpl:38 +msgid "New ACL" msgstr "" -#: setup/setup_migrate.tpl:70 -msgid "" -"This dialog allows you to move the displayed windows workstations into a " -"valid department" +#: ihtml/themes/default/acl.tpl:15 ihtml/themes/default/acl.tpl:16 +#: include/class_userFilter.inc:55 +msgid "Options" msgstr "" -#: setup/setup_migrate.tpl:72 -msgid "" -"Be careful with this tool, there may be references pointing to this " -"workstations that can't be migrated." +#: ihtml/themes/default/acl.tpl:19 plugins/admin/acl/acl_role.tpl:45 +msgid "ACL type" msgstr "" -#: setup/setup_migrate.tpl:96 setup/setup_migrate.tpl:155 -#: setup/setup_migrate.tpl:211 setup/setup_migrate.tpl:391 -#: setup/setup_migrate.tpl:448 setup/setup_migrate.tpl:495 -#: setup/setup_migrate.tpl:543 setup/setup_migrate.tpl:592 -#: include/class_listing.inc:306 -msgid "Select all" +#: ihtml/themes/default/acl.tpl:23 ihtml/themes/default/acl.tpl:28 +#: plugins/admin/acl/acl_role.tpl:45 +msgid "Select an acl type" msgstr "" -#: setup/setup_migrate.tpl:98 -msgid "Move selected windows workstations into the following GOsa department" +#: ihtml/themes/default/acl.tpl:40 +msgid "Additional filter options" msgstr "" -#: setup/setup_migrate.tpl:103 -msgid "Move selected workstations" +#: ihtml/themes/default/acl.tpl:53 ihtml/themes/default/acl.tpl:65 +#: include/class_acl.inc:1106 +msgid "Members" msgstr "" -#: setup/setup_migrate.tpl:105 -msgid "What will be done here" +#: ihtml/themes/default/acl.tpl:54 +msgid "Member selection" msgstr "" -#: setup/setup_migrate.tpl:119 -msgid "Move groups into configured group tree" +#: ihtml/themes/default/acl.tpl:57 +msgid "Use members from" msgstr "" -#: setup/setup_migrate.tpl:122 -msgid "" -"This dialog allows moving a couple of groups to the configured group tree. " -"Doing this may straighten your LDAP service." +#: ihtml/themes/default/acl.tpl:69 ihtml/themes/default/acl.tpl:74 +msgid "List message possible targets" msgstr "" -#: setup/setup_migrate.tpl:125 -msgid "" -"Be careful with this option! There may be references pointing to these " -"groups. The GOsa setup can't migrate references, so you may want to cancel " -"the migration in this case." +#: ihtml/themes/default/acl.tpl:92 ihtml/themes/default/acl.tpl:98 +msgid "List message recipients" msgstr "" -#: setup/setup_migrate.tpl:128 -msgid "Move selected groups into this group tree" +#: ihtml/themes/default/acl.tpl:112 plugins/admin/acl/acl_role.tpl:51 +msgid "List of available ACL categories" msgstr "" -#: setup/setup_migrate.tpl:159 setup/setup_migrate.tpl:215 -#: setup/setup_migrate.tpl:269 setup/setup_migrate.tpl:395 -#: setup/setup_migrate.tpl:452 setup/setup_migrate.tpl:500 -#: setup/setup_migrate.tpl:548 setup/setup_migrate.tpl:597 -msgid "Hide changes" +#: ihtml/themes/default/acl.tpl:120 +msgid "ACL for this object" msgstr "" -#: setup/setup_migrate.tpl:162 setup/setup_migrate.tpl:218 -#: setup/setup_migrate.tpl:251 setup/setup_migrate.tpl:398 -#: setup/setup_migrate.tpl:455 setup/setup_migrate.tpl:505 -#: setup/setup_migrate.tpl:553 setup/setup_migrate.tpl:602 -msgid "Show changes" +#: ihtml/themes/default/acl.tpl:126 +msgid "Available roles" msgstr "" -#: setup/setup_migrate.tpl:178 -msgid "Move users into configured user tree" +#: ihtml/themes/default/copyPasteDialog.tpl:1 +msgid "Copy & paste wizard" msgstr "" -#: setup/setup_migrate.tpl:180 +#: ihtml/themes/default/copyPasteDialog.tpl:7 msgid "" -"This dialog allows moving a couple of users to the configured user tree. " -"Doing this may straighten your LDAP service." +"Some values need to be unique in the complete directory while some " +"combinations make no sense. GOsa shows the relevant attributes. Please " +"maintain the values below to fullfill the policies." msgstr "" -#: setup/setup_migrate.tpl:183 -msgid "" -"Be careful with this option! There may be references pointing to these " -"users. The GOsa setup can't migrate references, so you may want to cancel " -"the migration in this case." +#: ihtml/themes/default/copyPasteDialog.tpl:9 +msgid "Remember that some properties like taken snapshots will not be copied!" msgstr "" -#: setup/setup_migrate.tpl:186 -msgid "Move selected users into this people tree" +#: ihtml/themes/default/copyPasteDialog.tpl:10 +msgid "" +"Or if you copy or cut an entry within GOsa and delete the source object, you " +"may get errors while pasting this object again!" msgstr "" -#: setup/setup_migrate.tpl:233 -msgid "Migrate GOsa 2.5 administrative accounts" +#: ihtml/themes/default/copyPasteDialog.tpl:19 +#: include/utils/class_msgPool.inc:313 +#, php-format +msgid "Save" msgstr "" -#: setup/setup_migrate.tpl:235 -msgid "" -"This dialog allows the migration of GOsa 2.5 admin accounts into GOsa 2.6 " -"useable accounts." +#: ihtml/themes/default/copyPasteDialog.tpl:23 +msgid "Cancel all" msgstr "" -#: setup/setup_migrate.tpl:293 -msgid "Abort" +#: ihtml/themes/default/copyPasteDialog.tpl:28 +msgid "Operation complete" msgstr "" -#: setup/setup_migrate.tpl:296 -msgid "Create a new GOsa administrator account" +#: ihtml/themes/default/logout-close.tpl:5 +msgid "Your GOsa session has been closed!" msgstr "" -#: setup/setup_migrate.tpl:299 +#: ihtml/themes/default/logout-close.tpl:7 msgid "" -"This dialog will automatically add a new super administrator to your LDAP " -"tree." +"Please close this browser window and clean the authentication caches to " +"avoid an automatic re-authentication by your browser." msgstr "" -#: setup/setup_migrate.tpl:312 -#: plugins/personal/posix/class_posixAccount.inc:1312 -msgid "User ID" +#: ihtml/themes/default/login.tpl:31 +msgid "Login to GOsa" msgstr "" -#: setup/setup_migrate.tpl:328 -msgid "Password (again)" +#: ihtml/themes/default/login.tpl:37 ihtml/themes/default/login.tpl:40 +msgid "Username" msgstr "" -#: setup/setup_migrate.tpl:356 -msgid "" -"The listed departments are currently invisible in the GOsa user interface. " -"If you want to change this for a couple of entries, select them and use the " -"migrate button below." +#: ihtml/themes/default/login.tpl:61 +msgid "Choose the directory to work on" msgstr "" -#: setup/setup_migrate.tpl:357 setup/setup_migrate.tpl:416 -#: setup/setup_migrate.tpl:476 setup/setup_migrate.tpl:525 -#: setup/setup_migrate.tpl:574 -msgid "" -"If you want to know what will be done when migrating the selected entries, " -"use the 'Show changes' button to see the LDIF." +#: ihtml/themes/default/login.tpl:66 +msgid "Click here to log in" msgstr "" -#: setup/setup_migrate.tpl:415 -msgid "" -"The listed users are currently invisible in the GOsa user interface. If you " -"want to change this for a couple of users, just select them and use the " -"'Migrate' button below." +#: ihtml/themes/default/login.tpl:66 ihtml/themes/default/login.tpl:67 +msgid "Log in" msgstr "" -#: setup/setup_migrate.tpl:475 -msgid "" -"The listed devices are currently invisible in the GOsa interface. If you " -"want to change this for a couple of devices, just select them and use the " -"'Migrate' button below." +#: ihtml/themes/default/userFilter.tpl:1 +msgid "List of defined filters" msgstr "" -#: setup/setup_migrate.tpl:502 setup/setup_migrate.tpl:550 -#: setup/setup_migrate.tpl:599 -msgid "Refresh" +#: ihtml/themes/default/framework.tpl:9 +msgid "Log out" msgstr "" -#: setup/setup_migrate.tpl:524 +#: ihtml/themes/default/framework.tpl:10 msgid "" -"The listed services are currently invalid for the GOsa version you are going " -"to install. If you want to update a couple of service, just select them and " -"use the 'Migrate' button below." +"You are currently editing a database entry. Do you want to dismiss the " +"changes?" msgstr "" -#: setup/setup_migrate.tpl:573 -msgid "" -"The listed menus are currently invisible in the GOsa interface. If you want " -"to change this for a couple of devices, just select them and use the " -"'Migrate' button below." +#: ihtml/themes/default/framework.tpl:22 +#, php-format +msgid "Session expires in %d!" msgstr "" -#: setup/setup_frame.tpl:12 -msgid "GOsa setup wizard" +#: ihtml/themes/default/help.tpl:9 +msgid "GOsa help viewer" msgstr "" -#: setup/setup_frame.tpl:19 -msgid "Installation" +#: ihtml/themes/default/help.tpl:15 +msgid "Index" msgstr "" -#: setup/setup_frame.tpl:19 -msgid "Setup" +#: ihtml/themes/default/islocked.tpl:4 +msgid "Locking conflict detected" msgstr "" -#: setup/class_setupStep_Welcome.inc:38 -msgid "Welcome" +#: ihtml/themes/default/islocked.tpl:14 +msgid "" +"If this lock detection is false, the other person has obviously closed the " +"webbrowser during the edit operation. You may want to take over the lock by " +"pressing the 'Edit anyway' button." msgstr "" -#: setup/class_setupStep_Welcome.inc:39 -msgid "The welcome message" +#: ihtml/themes/default/islocked.tpl:23 +msgid "Read only" msgstr "" -#: setup/class_setupStep_Welcome.inc:40 -msgid "Welcome to GOsa setup wizard" +#: ihtml/themes/default/snapshotdialog.tpl:3 +msgid "Restoring object snapshots" msgstr "" -#: setup/setup_language.tpl:3 -msgid "Please select the preferred language" +#: ihtml/themes/default/snapshotdialog.tpl:6 +msgid "" +"This procedure will restore a snapshot of the selected object. It will " +"replace the existing object after pressing the restore button." msgstr "" -#: setup/setup_language.tpl:5 +#: ihtml/themes/default/snapshotdialog.tpl:9 msgid "" -"At this point, you can select the site wide default language. Choosing " -"'automatic' will use the language requested by the browser. This setting can " -"be overriden per user." +"Remember that DNS configuration and database entries could not be restored. " +"For some objects it is only nescessary to open and save them again (goFon), " +"but some entries must be recreated manually (glpi)." msgstr "" -#: setup/setup_language.tpl:9 -msgid "Please select your preferred language here" +#: ihtml/themes/default/snapshotdialog.tpl:12 +msgid "" +"Don't forget to check references to other objects, for example does the " +"selected printer still exists ?" msgstr "" -#: setup/setup_checks.tpl:9 -msgid "PHP module and extension checks" +#: ihtml/themes/default/snapshotdialog.tpl:20 +#: ihtml/themes/default/snapshotdialog.tpl:63 +#: plugins/admin/departments/class_department.inc:626 +#: include/utils/class_msgPool.inc:458 include/class_acl.inc:795 +#: include/class_acl.inc:802 include/class_acl.inc:809 +msgid "Object" msgstr "" -#: setup/setup_checks.tpl:41 setup/setup_checks.tpl:103 -msgid "GOsa will NOT run without fixing this." +#: ihtml/themes/default/snapshotdialog.tpl:29 +msgid "There is no snapshot available that could be restored" msgstr "" -#: setup/setup_checks.tpl:45 setup/setup_checks.tpl:107 -msgid "GOsa will run without fixing this." +#: ihtml/themes/default/snapshotdialog.tpl:31 +msgid "Choose a snapshot and click the folder image, to restore the snapshot" msgstr "" -#: setup/setup_checks.tpl:67 -msgid "PHP setup configuration" +#: ihtml/themes/default/snapshotdialog.tpl:50 +msgid "Creating object snapshots" msgstr "" -#: setup/setup_checks.tpl:67 -msgid "show information" +#: ihtml/themes/default/snapshotdialog.tpl:53 +msgid "" +"This procedure will create a snapshot of the selected object. It will be " +"stored inside a special branch of your directory system and can be restored " +"later on." msgstr "" -#: setup/class_setupStep_Finish.inc:37 -#: ihtml/themes/default/copyPasteDialog.tpl:32 -#: ihtml/themes/modern/copyPasteDialog.tpl:30 -msgid "Finish" +#: ihtml/themes/default/snapshotdialog.tpl:56 +msgid "" +"Remember that database entries, DNS configurations and possibly created " +"zones in server extensions will not be stored in the snapshot." msgstr "" -#: setup/class_setupStep_Finish.inc:38 -msgid "Write configuration file" +#: ihtml/themes/default/snapshotdialog.tpl:71 +msgid "Timestamp" msgstr "" -#: setup/class_setupStep_Finish.inc:39 -msgid "Finish - write the configuration file" +#: ihtml/themes/default/snapshotdialog.tpl:80 +msgid "Reason for generating this snapshot" msgstr "" -#: setup/class_setupStep_Finish.inc:104 -msgid "" -"Your configuration file is currently world readable. Please update the file " -"permissions!" +#: ihtml/themes/default/snapshotdialog.tpl:88 +#: plugins/admin/users/template.tpl:49 +#: plugins/admin/departments/class_department.inc:566 +#: plugins/admin/departments/class_department.inc:648 +msgid "Continue" msgstr "" -#: setup/class_setupStep_Finish.inc:106 -msgid "The configuration is currently not readable or it does not exists." +#: ihtml/themes/default/sizelimit.tpl:3 +msgid "" +"The size limit option makes LDAP operations faster and saves the LDAP server " +"from getting too much load. The easiest way to handle big databases without " +"long timeouts would be to limit your search to smaller values and use " +"filters to get the entries you are looking for." msgstr "" -#: setup/class_setupStep_Finish.inc:115 -#, php-format -msgid "" -"After downloading and placing the file under %s, please make sure that the " -"user the webserver is running with is able to read %s, while other users " -"shouldn't. You may want to execute these commands to achieve this " -"requirement:" +#: ihtml/themes/default/sizelimit.tpl:8 +msgid "Please choose the way to react for this session" msgstr "" -#: setup/class_setupStep_Config1.inc:74 setup/class_setupStep_Config1.inc:75 -msgid "GOsa settings 1/3" +#: ihtml/themes/default/sizelimit.tpl:10 +msgid "ignore this error and show all entries the LDAP server returns" msgstr "" -#: setup/class_setupStep_Config1.inc:76 -msgid "GOsa generic settings" +#: ihtml/themes/default/sizelimit.tpl:11 +msgid "" +"ignore this error and show all entries that fit into the defined sizelimit " +"and let me use filters instead" msgstr "" -#: setup/class_setupStep_Config1.inc:118 +#: ihtml/themes/default/sizelimit.tpl:16 include/utils/class_msgPool.inc:331 #, php-format -msgid "The specified value for '%s' must be a numeric value" +msgid "Set" msgstr "" -#: setup/class_setupStep_Config1.inc:122 setup/class_setupStep_Config1.inc:126 -#, php-format -msgid "Don't add a trailing comma to '%s'." +#: ihtml/themes/default/removeEntries.tpl:4 +#: plugins/addons/propertyEditor/property-list.tpl:7 +msgid "Attention" msgstr "" -#: setup/class_setupStep_Config1.inc:122 -msgid "People storage ou" +#: ihtml/themes/default/removeEntries.tpl:14 +msgid "" +"If you're sure you want to do this press 'Delete' to continue or 'Cancel' to " +"abort." msgstr "" -#: setup/class_setupStep_Config1.inc:126 -msgid "Group storage ou" +#: ihtml/themes/default/logout.tpl:6 +msgid "Your GOsa session has expired!" msgstr "" -#: setup/class_setupStep_Config1.inc:130 -msgid "Uid base must be numeric" +#: ihtml/themes/default/logout.tpl:9 +msgid "" +"It has been a while since your last interaction with GOsa took place. Your " +"session has been closed for security reasons. Please login again to continue " +"with administrative tasks." msgstr "" -#: setup/class_setupStep_Config1.inc:134 -msgid "The given password minimum length is not numeric." +#: ihtml/themes/default/logout.tpl:16 +msgid "Login again" msgstr "" -#: setup/class_setupStep_Config1.inc:137 -msgid "The given password differ value is not numeric." +#: ihtml/themes/default/msg_dialog.tpl:55 +#: ihtml/themes/default/msg_dialog.tpl:103 +msgid "Error message title" msgstr "" -#: ihtml/themes/default/acl.tpl:7 ihtml/themes/modern/acl.tpl:7 -#: plugins/admin/acl/acl_role.tpl:3 plugins/admin/acl/acl_role.tpl:4 -msgid "Assigned ACL for current entry" +#: ihtml/themes/default/msg_dialog.tpl:66 +#: ihtml/themes/default/msg_dialog.tpl:115 +msgid "Error message" msgstr "" -#: ihtml/themes/default/acl.tpl:12 ihtml/themes/modern/acl.tpl:10 -#: plugins/admin/acl/acl_role.tpl:38 -msgid "New ACL" +#: ihtml/themes/default/userFilterEditor.tpl:1 +#: ihtml/themes/default/userFilterEditor.tpl:5 +msgid "Filter editor" msgstr "" -#: ihtml/themes/default/acl.tpl:18 ihtml/themes/modern/acl.tpl:19 -#: plugins/admin/acl/acl_role.tpl:45 -msgid "ACL type" +#: ihtml/themes/default/userFilterEditor.tpl:8 +msgid "Filter properties" msgstr "" -#: ihtml/themes/default/acl.tpl:20 ihtml/themes/default/acl.tpl:25 -#: ihtml/themes/modern/acl.tpl:23 ihtml/themes/modern/acl.tpl:28 -#: plugins/admin/acl/acl_role.tpl:45 -msgid "Select an acl type" +#: ihtml/themes/default/userFilterEditor.tpl:19 +#: plugins/generic/references/class_reference.inc:57 +#: plugins/generic/references/class_reference.inc:63 +#: plugins/generic/references/class_reference.inc:69 +#: plugins/generic/references/class_reference.inc:75 +#: plugins/generic/references/class_reference.inc:81 +#: plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc:45 +#: plugins/personal/posix/groupSelect/group-list.xml:40 +#: plugins/personal/posix/trustSelect/trust-list.xml:53 +#: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:57 +#: plugins/admin/groups/generic.tpl:24 +#: plugins/admin/groups/class_group.inc:1038 +#: plugins/admin/groups/group-list.xml:49 +#: plugins/admin/departments/class_domain.inc:63 +#: plugins/admin/departments/class_domain.inc:91 +#: plugins/admin/departments/generic.tpl:19 +#: plugins/admin/departments/organization.tpl:19 +#: plugins/admin/departments/dep-list.xml:79 +#: plugins/admin/departments/class_localityGeneric.inc:64 +#: plugins/admin/departments/class_localityGeneric.inc:92 +#: plugins/admin/departments/locality.tpl:19 +#: plugins/admin/departments/class_department.inc:367 +#: plugins/admin/departments/class_department.inc:677 +#: plugins/admin/departments/dcObject.tpl:19 +#: plugins/admin/departments/domain.tpl:19 +#: plugins/admin/departments/country.tpl:19 +#: plugins/admin/departments/class_countryGeneric.inc:63 +#: plugins/admin/departments/class_countryGeneric.inc:92 +#: plugins/admin/departments/class_organizationGeneric.inc:95 +#: plugins/admin/departments/class_organizationGeneric.inc:123 +#: plugins/admin/departments/class_dcObject.inc:63 +#: plugins/admin/departments/class_dcObject.inc:91 +#: plugins/admin/acl/acl_role.tpl:17 plugins/admin/acl/acl-list.xml:57 +#: plugins/admin/acl/class_aclRole.inc:163 +#: plugins/admin/acl/class_aclRole.inc:740 +#: plugins/admin/ogroups/generic.tpl:15 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:105 +#: plugins/admin/ogroups/class_ogroup.inc:835 +#: plugins/admin/ogroups/ogroup-list.xml:49 +#: include/class_userFilterEditor.inc:242 include/class_acl.inc:252 +#: include/class_acl.inc:262 include/class_SnapShotDialog.inc:173 +#: include/class_userFilter.inc:55 +msgid "Description" msgstr "" -#: ihtml/themes/default/acl.tpl:38 ihtml/themes/modern/acl.tpl:40 -msgid "Additional filter options" +#: ihtml/themes/default/userFilterEditor.tpl:27 +#: include/class_userFilter.inc:55 +msgid "Parent filter" msgstr "" -#: ihtml/themes/default/acl.tpl:49 ihtml/themes/modern/acl.tpl:57 -msgid "Use members from" +#: ihtml/themes/default/userFilterEditor.tpl:40 +#: plugins/personal/generic/generic.tpl:607 +#: plugins/personal/generic/class_user.inc:1675 +msgid "Public visible" msgstr "" -#: ihtml/themes/default/acl.tpl:64 -msgid "Available members" +#: ihtml/themes/default/userFilterEditor.tpl:45 +msgid "Enabled" msgstr "" -#: ihtml/themes/default/acl.tpl:66 ihtml/themes/default/acl.tpl:71 -#: ihtml/themes/modern/acl.tpl:69 ihtml/themes/modern/acl.tpl:74 -msgid "List message possible targets" +#: ihtml/themes/default/userFilterEditor.tpl:49 +msgid "Categories where the filter is visible" msgstr "" -#: ihtml/themes/default/acl.tpl:87 ihtml/themes/modern/acl.tpl:53 -#: ihtml/themes/modern/acl.tpl:65 include/class_acl.inc:1104 -msgid "Members" +#: ihtml/themes/default/userFilterEditor.tpl:69 +msgid "Query" msgstr "" -#: ihtml/themes/default/acl.tpl:89 ihtml/themes/default/acl.tpl:95 -#: ihtml/themes/modern/acl.tpl:92 ihtml/themes/modern/acl.tpl:98 -msgid "List message recipients" +#: plugins/generic/references/class_reference.inc:58 +#: plugins/generic/references/class_reference.inc:64 +#: plugins/personal/posix/generic.tpl:89 +#: plugins/personal/posix/paste_generic.tpl:54 +#: plugins/personal/posix/paste_generic.tpl:57 +msgid "Group membership" msgstr "" -#: ihtml/themes/default/acl.tpl:109 ihtml/themes/modern/acl.tpl:112 -#: plugins/admin/acl/acl_role.tpl:51 -msgid "List of available ACL categories" +#: plugins/generic/references/class_reference.inc:70 +msgid "Role membership" msgstr "" -#: ihtml/themes/default/acl.tpl:117 ihtml/themes/modern/acl.tpl:120 -msgid "ACL for this object" +#: plugins/generic/references/class_reference.inc:76 +msgid "Object group membership" msgstr "" -#: ihtml/themes/default/acl.tpl:123 ihtml/themes/modern/acl.tpl:126 -msgid "Available roles" +#: plugins/generic/references/class_reference.inc:82 +msgid "Department manager" msgstr "" -#: ihtml/themes/default/copyPasteDialog.tpl:1 -#: ihtml/themes/modern/copyPasteDialog.tpl:1 -msgid "Copy & paste wizard" +#: plugins/generic/references/class_reference.inc:87 +#: plugins/personal/generic/class_user.inc:1341 +#: plugins/personal/generic/class_user.inc:1388 +#: plugins/personal/generic/class_user.inc:1715 +#: plugins/personal/generic/class_user.inc:1869 +#: plugins/admin/users/class_userManagement.inc:426 +#: plugins/admin/users/user-list.xml:57 +#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:40 +#: plugins/admin/groups/userSelect/user-list.xml:40 +#: plugins/admin/groups/class_group.inc:210 +#: plugins/admin/groups/class_group.inc:1170 +#: plugins/admin/groups/class_group.inc:1180 +msgid "Given name" msgstr "" -#: ihtml/themes/default/copyPasteDialog.tpl:7 -#: ihtml/themes/modern/copyPasteDialog.tpl:7 -msgid "" -"Some values need to be unique in the complete directory while some " -"combinations make no sense. GOsa shows the relevant attributes. Please " -"maintain the values below to fullfill the policies." +#: plugins/generic/references/class_reference.inc:87 +#: plugins/personal/generic/class_user.inc:1714 +#: plugins/admin/users/user-list.xml:49 +#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:48 +#: plugins/admin/groups/userSelect/user-list.xml:48 +msgid "Surname" msgstr "" -#: ihtml/themes/default/copyPasteDialog.tpl:9 -#: ihtml/themes/modern/copyPasteDialog.tpl:9 -msgid "Remember that some properties like taken snapshots will not be copied!" +#: plugins/generic/references/class_reference.inc:88 +msgid "User manager" msgstr "" -#: ihtml/themes/default/copyPasteDialog.tpl:10 -#: ihtml/themes/modern/copyPasteDialog.tpl:10 -msgid "" -"Or if you copy or cut an entry within GOsa and delete the source object, you " -"may get errors while pasting this object again!" +#: plugins/generic/references/contents.tpl:2 +msgid "Object information" msgstr "" -#: ihtml/themes/default/copyPasteDialog.tpl:19 -#: ihtml/themes/modern/copyPasteDialog.tpl:19 -#: include/utils/class_msgPool.inc:330 -#, php-format -msgid "Save" +#: plugins/generic/references/contents.tpl:3 +msgid "Object info" msgstr "" -#: ihtml/themes/default/copyPasteDialog.tpl:24 -#: ihtml/themes/modern/copyPasteDialog.tpl:23 -msgid "Cancel all" +#: plugins/generic/references/contents.tpl:7 +msgid "Show raw object entry" msgstr "" -#: ihtml/themes/default/copyPasteDialog.tpl:30 -#: ihtml/themes/modern/copyPasteDialog.tpl:28 -msgid "Operation complete" +#: plugins/generic/references/contents.tpl:18 +#: plugins/generic/references/contents.tpl:20 +msgid "Last modification" msgstr "" -#: ihtml/themes/default/logout-close.tpl:5 -#: ihtml/themes/modern/logout-close.tpl:5 -msgid "Your GOsa session has been closed!" +#: plugins/generic/references/contents.tpl:18 +#: plugins/admin/groups/class_group.inc:329 +#: plugins/admin/groups/class_group.inc:350 +#: plugins/admin/groups/class_group.inc:367 +#: plugins/admin/departments/class_department.inc:154 +#: include/class_pluglist.inc:373 +msgid "Unknown" msgstr "" -#: ihtml/themes/default/logout-close.tpl:7 -#: ihtml/themes/modern/logout-close.tpl:7 -msgid "" -"Please close this browser window and clean the authentication caches to " -"avoid an automatic re-authentication by your browser." +#: plugins/generic/references/contents.tpl:29 +msgid "Object references" msgstr "" -#: ihtml/themes/default/login.tpl:10 -msgid "GOsa login screen" +#: plugins/generic/references/contents.tpl:45 +msgid "ACL trace" msgstr "" -#: ihtml/themes/default/login.tpl:27 -msgid "Login screen" +#: plugins/generic/references/class_aclResolver.inc:62 +#: include/class_acl.inc:226 +msgid "Reset ACLs" msgstr "" -#: ihtml/themes/default/login.tpl:34 -msgid "" -"Please use your username and your password to log into the site " -"administration system." +#: plugins/generic/references/class_aclResolver.inc:63 +#: plugins/admin/acl/class_aclRole.inc:136 include/class_acl.inc:227 +msgid "One level" msgstr "" -#: ihtml/themes/default/login.tpl:42 ihtml/themes/default/login.tpl:44 -#: ihtml/themes/default/password.tpl:69 ihtml/themes/default/password.tpl:71 -#: ihtml/themes/modern/login.tpl:37 ihtml/themes/modern/login.tpl:40 -msgid "Username" +#: plugins/generic/references/class_aclResolver.inc:64 +#: plugins/admin/acl/class_aclRole.inc:137 include/class_acl.inc:228 +#: include/class_acl.inc:233 +msgid "Current object" msgstr "" -#: ihtml/themes/default/login.tpl:52 ihtml/themes/default/login.tpl:53 -#: ihtml/themes/default/password.tpl:60 ihtml/themes/default/password.tpl:62 -#: ihtml/themes/modern/login.tpl:62 -msgid "Directory" +#: plugins/generic/references/class_aclResolver.inc:65 +#: plugins/admin/acl/class_aclRole.inc:138 include/class_acl.inc:229 +msgid "Complete subtree" msgstr "" -#: ihtml/themes/default/login.tpl:77 ihtml/themes/default/login.tpl:80 -#: ihtml/themes/modern/login.tpl:31 ihtml/themes/modern/login.tpl:67 -#: ihtml/themes/modern/login.tpl:68 -msgid "Sign in" +#: plugins/generic/references/class_aclResolver.inc:66 +#: plugins/admin/acl/class_aclRole.inc:139 include/class_acl.inc:230 +msgid "Complete subtree (permanent)" msgstr "" -#: ihtml/themes/default/login.tpl:78 ihtml/themes/modern/login.tpl:67 -msgid "Click here to log in" +#: plugins/generic/references/class_aclResolver.inc:67 +#: include/class_acl.inc:231 include/class_acl.inc:234 +msgid "Use ACL defined in role" msgstr "" -#: ihtml/themes/default/remove.tpl:6 -msgid "" -"This may be used by several groups. Please double check if your really want " -"to do this since there is no way for GOsa to get your data back." +#: plugins/generic/references/class_aclResolver.inc:131 +msgid "Enter another user name" msgstr "" -#: ihtml/themes/default/remove.tpl:9 -msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." +#: plugins/generic/references/class_aclResolver.inc:157 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:126 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:128 +#: plugins/addons/dyngroup/dyngroup.tpl:8 +msgid "Filter" msgstr "" -#: ihtml/themes/default/framework.tpl:8 ihtml/themes/default/framework.tpl:11 -#: ihtml/themes/default/framework.tpl:20 ihtml/themes/default/framework.tpl:24 -#: ihtml/themes/modern/framework.tpl:10 include/class_pluglist.inc:229 -msgid "" -"You are currently editing a database entry. Do you want to dismiss the " -"changes?" +#: plugins/generic/references/class_aclResolver.inc:181 +msgid "Acls" msgstr "" -#: ihtml/themes/default/framework.tpl:8 ihtml/themes/default/framework.tpl:11 -msgid "Main" +#: plugins/generic/references/class_aclResolver.inc:186 +#, php-format +msgid "List of effective ACLs for '%s'" msgstr "" -#: ihtml/themes/default/framework.tpl:16 -msgid "Help" +#: plugins/generic/references/class_aclResolver.inc:187 +#: plugins/generic/references/class_aclResolver.inc:191 +msgid "Object permissions" msgstr "" -#: ihtml/themes/default/framework.tpl:21 ihtml/themes/default/framework.tpl:25 -msgid "Sign out" +#: plugins/generic/references/class_aclResolver.inc:291 +#: include/class_core.inc:113 include/class_core.inc:119 +msgid "All" msgstr "" -#: ihtml/themes/default/framework.tpl:29 -msgid "Signed in:" +#: plugins/generic/references/class_aclResolver.inc:295 +#: include/class_acl.inc:819 +msgid "Grant permission to owner" msgstr "" -#: ihtml/themes/default/framework.tpl:32 -msgid "GOsa main menu" +#: plugins/generic/references/class_aclResolver.inc:297 +#: include/class_acl.inc:823 include/class_acl.inc:928 +#: include/class_acl.inc:932 +msgid "read" msgstr "" -#: ihtml/themes/default/help.tpl:9 ihtml/themes/modern/help.tpl:9 -msgid "GOsa help viewer" +#: plugins/generic/references/class_aclResolver.inc:298 +#: include/class_acl.inc:824 include/class_acl.inc:930 +#: include/class_acl.inc:933 +msgid "write" msgstr "" -#: ihtml/themes/default/help.tpl:15 ihtml/themes/modern/help.tpl:15 -msgid "Index" +#: plugins/generic/references/class_aclResolver.inc:299 +msgid "create" msgstr "" -#: ihtml/themes/default/islocked.tpl:2 ihtml/themes/modern/islocked.tpl:4 -msgid "Locking conflict detected" +#: plugins/generic/references/class_aclResolver.inc:300 +msgid "remove" msgstr "" -#: ihtml/themes/default/islocked.tpl:9 ihtml/themes/modern/islocked.tpl:14 -msgid "" -"If this lock detection is false, the other person has obviously closed the " -"webbrowser during the edit operation. You may want to take over the lock by " -"pressing the 'Edit anyway' button." +#: plugins/generic/references/class_aclResolver.inc:301 +msgid "move" msgstr "" -#: ihtml/themes/default/islocked.tpl:16 ihtml/themes/modern/islocked.tpl:23 -msgid "Read only" +#: plugins/generic/welcome/main.inc:26 +#, php-format +msgid "Welcome %s!" msgstr "" -#: ihtml/themes/default/password.tpl:6 -msgid "Change your password" +#: plugins/generic/welcome/welcome.tpl:8 +msgid "The GOsa team" msgstr "" -#: ihtml/themes/default/password.tpl:35 -msgid "Success" +#: plugins/personal/password/nochange.tpl:2 +msgid "Password change not allowed" msgstr "" -#: ihtml/themes/default/password.tpl:35 -msgid "Your password has been changed successfully." +#: plugins/personal/password/nochange.tpl:7 +msgid "You have no permission to change your password at this time" msgstr "" -#: ihtml/themes/default/password.tpl:41 -#: plugins/personal/password/class_password.inc:78 -#: plugins/personal/password/class_password.inc:81 -#: plugins/personal/password/class_password.inc:84 -#: plugins/personal/password/class_password.inc:87 -#: plugins/personal/password/class_password.inc:90 -#: plugins/personal/password/class_password.inc:93 -#: plugins/personal/password/class_password.inc:107 -#: plugins/personal/password/class_password.inc:113 -#: plugins/admin/users/class_userManagement.inc:277 html/main.php:341 -msgid "Password change" +#: plugins/personal/password/changed.tpl:3 +msgid "" +"You've successfully changed your password. Remember to change all programms " +"configured to use it as well." msgstr "" -#: ihtml/themes/default/password.tpl:53 +#: plugins/personal/password/password.tpl:4 msgid "" -"This dialog provides a simple way to change your password. Enter the current " -"password and the new password (twice) in the fields below and press the " -"'Change' button." +"To change your personal password use the fields below. The changes take " +"effect immediately. Please memorize the new password, because you wouldn't " +"be able to login without it." +msgstr "" + +#: plugins/personal/password/password.tpl:7 +#: plugins/personal/myaccount/password.tpl:5 +msgid "Password change dialog" msgstr "" -#: ihtml/themes/default/password.tpl:78 ihtml/themes/default/password.tpl:79 -#: plugins/personal/password/password.tpl:13 html/password.php:243 +#: plugins/personal/password/password.tpl:9 html/password.php:245 msgid "Current password" msgstr "" -#: ihtml/themes/default/password.tpl:82 ihtml/themes/default/password.tpl:83 -#: plugins/personal/password/password.tpl:18 -#: plugins/personal/generic/password.tpl:7 -#: plugins/personal/myaccount/main.inc:97 plugins/admin/users/password.tpl:13 -#: plugins/admin/users/class_userManagement.inc:250 html/password.php:220 +#: plugins/personal/password/password.tpl:15 +#: plugins/personal/myaccount/main.inc:110 +#: plugins/personal/myaccount/password.tpl:7 +#: plugins/admin/users/password.tpl:9 +#: plugins/admin/users/class_userManagement.inc:250 html/password.php:219 msgid "New password" msgstr "" -#: ihtml/themes/default/password.tpl:86 ihtml/themes/default/password.tpl:87 -msgid "New password repeated" +#: plugins/personal/password/password.tpl:22 +#: plugins/personal/myaccount/password.tpl:12 +#: plugins/admin/users/password.tpl:16 +msgid "Repeat new password" msgstr "" -#: ihtml/themes/default/password.tpl:90 #: plugins/personal/password/password.tpl:28 msgid "Password strength" msgstr "" -#: ihtml/themes/default/password.tpl:101 -msgid "Change" +#: plugins/personal/password/password.tpl:40 +#: plugins/personal/myaccount/password.tpl:22 +#: plugins/admin/users/password.tpl:34 +msgid "Set password" msgstr "" -#: ihtml/themes/default/password.tpl:102 -msgid "Click here to change your password" +#: plugins/personal/password/password.tpl:41 +msgid "Clear fields" msgstr "" -#: ihtml/themes/default/snapshotdialog.tpl:3 -#: ihtml/themes/modern/snapshotdialog.tpl:3 -msgid "Restoring object snapshots" +#: plugins/personal/password/class_password.inc:26 +#: plugins/admin/users/user-list.xml:128 plugins/admin/users/user-list.xml:230 +msgid "Change password" msgstr "" -#: ihtml/themes/default/snapshotdialog.tpl:6 -#: ihtml/themes/modern/snapshotdialog.tpl:6 -msgid "" -"This procedure will restore a snapshot of the selected object. It will " -"replace the existing object after pressing the restore button." +#: plugins/personal/password/class_password.inc:27 +msgid "Change user password" msgstr "" -#: ihtml/themes/default/snapshotdialog.tpl:9 -#: ihtml/themes/modern/snapshotdialog.tpl:9 -msgid "" -"Remember that DNS configuration and database entries could not be restored. " -"For some objects it is only nescessary to open and save them again (goFon), " -"but some entries must be recreated manually (glpi)." -msgstr "" - -#: ihtml/themes/default/snapshotdialog.tpl:12 -#: ihtml/themes/modern/snapshotdialog.tpl:12 -msgid "" -"Don't forget to check references to other objects, for example does the " -"selected printer still exists ?" +#: plugins/personal/password/class_password.inc:78 +#: plugins/personal/password/class_password.inc:81 +#: plugins/personal/password/class_password.inc:84 +#: plugins/personal/password/class_password.inc:87 +#: plugins/personal/password/class_password.inc:90 +#: plugins/personal/password/class_password.inc:93 +#: plugins/personal/password/class_password.inc:96 +#: plugins/personal/password/class_password.inc:110 +#: plugins/personal/password/class_password.inc:116 +#: plugins/admin/users/class_userManagement.inc:277 html/main.php:349 +msgid "Password change" msgstr "" -#: ihtml/themes/default/snapshotdialog.tpl:20 -#: ihtml/themes/default/snapshotdialog.tpl:62 -#: ihtml/themes/modern/snapshotdialog.tpl:20 -#: ihtml/themes/modern/snapshotdialog.tpl:63 -#: plugins/admin/departments/class_department.inc:624 -#: include/utils/class_msgPool.inc:475 include/class_acl.inc:797 -#: include/class_acl.inc:804 include/class_acl.inc:811 -msgid "Object" +#: plugins/personal/password/class_password.inc:79 +msgid "You need to specify your current password in order to proceed." msgstr "" -#: ihtml/themes/default/snapshotdialog.tpl:29 -#: ihtml/themes/modern/snapshotdialog.tpl:29 -msgid "There is no snapshot available that could be restored" +#: plugins/personal/password/class_password.inc:82 +#: plugins/personal/myaccount/main.inc:107 +#: plugins/admin/users/class_userManagement.inc:247 +msgid "" +"The passwords you've entered as 'New password' and 'Repeated new password' " +"do not match." msgstr "" -#: ihtml/themes/default/snapshotdialog.tpl:31 -#: ihtml/themes/modern/snapshotdialog.tpl:31 -msgid "Choose a snapshot and click the folder image, to restore the snapshot" +#: plugins/personal/password/class_password.inc:85 +msgid "The password you've entered as 'New password' is empty." msgstr "" -#: ihtml/themes/default/snapshotdialog.tpl:49 -#: ihtml/themes/modern/snapshotdialog.tpl:50 -msgid "Creating object snapshots" +#: plugins/personal/password/class_password.inc:88 +msgid "The password used as new and current are too similar." msgstr "" -#: ihtml/themes/default/snapshotdialog.tpl:52 -#: ihtml/themes/modern/snapshotdialog.tpl:53 -msgid "" -"This procedure will create a snapshot of the selected object. It will be " -"stored inside a special branch of your directory system and can be restored " -"later on." +#: plugins/personal/password/class_password.inc:91 +msgid "The password used as new is to short." msgstr "" -#: ihtml/themes/default/snapshotdialog.tpl:55 -#: ihtml/themes/modern/snapshotdialog.tpl:56 -msgid "" -"Remember that database entries, DNS configurations and possibly created " -"zones in server extensions will not be stored in the snapshot." +#: plugins/personal/password/class_password.inc:94 html/password.php:238 +msgid "The password contains possibly problematic unicode characters!" msgstr "" -#: ihtml/themes/default/snapshotdialog.tpl:70 -#: ihtml/themes/modern/snapshotdialog.tpl:71 -msgid "Timestamp" +#: plugins/personal/password/class_password.inc:97 +#, php-format +msgid "External password changer reported a problem: %s." msgstr "" -#: ihtml/themes/default/snapshotdialog.tpl:79 -#: ihtml/themes/modern/snapshotdialog.tpl:80 -msgid "Reason for generating this snapshot" +#: plugins/personal/password/class_password.inc:111 +msgid "" +"The password you've entered as your current password doesn't match the real " +"one." msgstr "" -#: ihtml/themes/default/snapshotdialog.tpl:87 -#: ihtml/themes/modern/snapshotdialog.tpl:88 -#: plugins/admin/users/template.tpl:49 -#: plugins/admin/departments/class_department.inc:564 -#: plugins/admin/departments/class_department.inc:646 -msgid "Continue" +#: plugins/personal/password/class_password.inc:117 +msgid "You have no permission to change your password." msgstr "" -#: ihtml/themes/default/sizelimit.tpl:3 ihtml/themes/modern/sizelimit.tpl:3 -msgid "" -"The size limit option makes LDAP operations faster and saves the LDAP server " -"from getting too much load. The easiest way to handle big databases without " -"long timeouts would be to limit your search to smaller values and use " -"filters to get the entries you are looking for." +#: plugins/personal/password/class_password.inc:149 +msgid "User password" msgstr "" -#: ihtml/themes/default/sizelimit.tpl:6 ihtml/themes/modern/sizelimit.tpl:8 -msgid "Please choose the way to react for this session" +#: plugins/personal/password/class_password.inc:153 +#: plugins/personal/generic/class_user.inc:1686 +#: plugins/personal/posix/class_posixAccount.inc:1295 +#: plugins/personal/myaccount/main.inc:138 +#: plugins/personal/myaccount/class_MyAccount.inc:5 +msgid "My account" msgstr "" -#: ihtml/themes/default/sizelimit.tpl:9 ihtml/themes/modern/sizelimit.tpl:10 -msgid "ignore this error and show all entries the LDAP server returns" +#: plugins/personal/generic/generic.tpl:3 +#: plugins/personal/generic/generic.tpl:6 +#: plugins/personal/generic/paste_generic.tpl:6 +msgid "Personal information" msgstr "" -#: ihtml/themes/default/sizelimit.tpl:10 ihtml/themes/modern/sizelimit.tpl:11 -msgid "" -"ignore this error and show all entries that fit into the defined sizelimit " -"and let me use filters instead" +#: plugins/personal/generic/generic.tpl:11 +#: plugins/personal/generic/generic_picture.tpl:2 +#: plugins/personal/generic/paste_generic.tpl:31 +msgid "The users picture" msgstr "" -#: ihtml/themes/default/sizelimit.tpl:14 ihtml/themes/modern/sizelimit.tpl:16 -#: include/utils/class_msgPool.inc:348 -#, php-format -msgid "Set" +#: plugins/personal/generic/generic.tpl:24 +msgid "Change picture" msgstr "" -#: ihtml/themes/default/logout.tpl:5 ihtml/themes/modern/logout.tpl:6 -msgid "Your GOsa session has expired!" +#: plugins/personal/generic/generic.tpl:37 +#: plugins/personal/generic/generic.tpl:84 +#: plugins/personal/posix/generic.tpl:51 +#: plugins/personal/posix/posix_shadow.tpl:2 +#: plugins/personal/posix/paste_generic.tpl:15 +msgid "Account settings" msgstr "" -#: ihtml/themes/default/logout.tpl:7 ihtml/themes/modern/logout.tpl:9 -msgid "" -"The last interaction with the GOsa web interface has been some time ago in " -"the past. For security reasons, the session has been closed. To continue " -"with administrative tasks, please sign in again." +#: plugins/personal/generic/generic.tpl:40 +#: plugins/personal/generic/paste_generic.tpl:8 +#: plugins/admin/users/template.tpl:23 +msgid "Last name" msgstr "" -#: ihtml/themes/default/logout.tpl:10 ihtml/themes/modern/logout.tpl:15 -msgid "Sign in again" +#: plugins/personal/generic/generic.tpl:44 +#: plugins/personal/generic/generic.tpl:58 +#: plugins/personal/generic/generic.tpl:76 plugins/admin/groups/generic.tpl:14 +msgid "Multiple edit" msgstr "" -#: ihtml/themes/modern/acl.tpl:15 ihtml/themes/modern/acl.tpl:16 -#: include/class_userFilter.inc:55 -msgid "Options" +#: plugins/personal/generic/generic.tpl:54 +#: plugins/personal/generic/paste_generic.tpl:12 +#: plugins/admin/users/template.tpl:27 +msgid "First name" msgstr "" -#: ihtml/themes/modern/acl.tpl:54 -msgid "Member selection" +#: plugins/personal/generic/generic.tpl:68 +#: plugins/personal/generic/class_user.inc:1326 +#: plugins/personal/generic/class_user.inc:1344 +#: plugins/personal/generic/class_user.inc:1358 +#: plugins/personal/generic/class_user.inc:1360 +#: plugins/personal/generic/class_user.inc:1716 +#: plugins/personal/generic/paste_generic.tpl:16 +#: plugins/admin/users/user-list.xml:65 plugins/admin/users/template.tpl:32 +#: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:65 +#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:56 +#: plugins/admin/groups/userSelect/user-list.xml:56 html/password.php:243 +msgid "Login" msgstr "" -#: ihtml/themes/modern/userFilter.tpl:1 -msgid "List of defined filters" +#: plugins/personal/generic/generic.tpl:86 +msgid "Template name" msgstr "" -#: ihtml/themes/modern/removeEntries.tpl:4 -msgid "Attention" +#: plugins/personal/generic/generic.tpl:95 +#: plugins/personal/generic/class_user.inc:1720 +msgid "Personal title" msgstr "" -#: ihtml/themes/modern/removeEntries.tpl:14 -msgid "" -"If you're sure you want to do this press 'Delete' to continue or 'Cancel' to " -"abort." +#: plugins/personal/generic/generic.tpl:105 +#: plugins/personal/generic/class_user.inc:1721 +msgid "Academic title" msgstr "" -#: ihtml/themes/modern/msg_dialog.tpl:55 -#: ihtml/themes/modern/msg_dialog.tpl:103 -msgid "Error message title" +#: plugins/personal/generic/generic.tpl:120 +#: plugins/personal/generic/class_user.inc:1383 +#: plugins/personal/generic/class_user.inc:1723 +msgid "Date of birth" msgstr "" -#: ihtml/themes/modern/msg_dialog.tpl:66 -#: ihtml/themes/modern/msg_dialog.tpl:115 -msgid "Error message" +#: plugins/personal/generic/generic.tpl:143 +#: plugins/personal/generic/class_user.inc:1724 +msgid "Sex" msgstr "" -#: ihtml/themes/modern/userFilterEditor.tpl:1 -#: ihtml/themes/modern/userFilterEditor.tpl:5 -msgid "Filter editor" +#: plugins/personal/generic/generic.tpl:157 +msgid "Preferred langage" msgstr "" -#: ihtml/themes/modern/userFilterEditor.tpl:8 -msgid "Filter properties" +#: plugins/personal/generic/generic.tpl:186 +#: plugins/personal/generic/class_user.inc:1747 +#: plugins/admin/departments/class_organizationGeneric.inc:131 +msgid "Postal address" msgstr "" -#: ihtml/themes/modern/userFilterEditor.tpl:19 -#: plugins/generic/references/contents.tpl:12 -#: plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc:45 -#: plugins/personal/posix/groupSelect/group-list.xml:40 -#: plugins/personal/posix/trustSelect/trust-list.xml:53 -#: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:57 -#: plugins/admin/groups/generic.tpl:24 -#: plugins/admin/groups/class_group.inc:1022 -#: plugins/admin/groups/group-list.xml:49 -#: plugins/admin/departments/class_domain.inc:63 -#: plugins/admin/departments/class_domain.inc:91 -#: plugins/admin/departments/generic.tpl:19 -#: plugins/admin/departments/organization.tpl:19 -#: plugins/admin/departments/dep-list.xml:79 -#: plugins/admin/departments/class_localityGeneric.inc:64 -#: plugins/admin/departments/class_localityGeneric.inc:92 -#: plugins/admin/departments/locality.tpl:19 -#: plugins/admin/departments/class_department.inc:365 -#: plugins/admin/departments/class_department.inc:669 -#: plugins/admin/departments/dcObject.tpl:19 -#: plugins/admin/departments/domain.tpl:19 -#: plugins/admin/departments/country.tpl:19 -#: plugins/admin/departments/class_countryGeneric.inc:63 -#: plugins/admin/departments/class_countryGeneric.inc:92 -#: plugins/admin/departments/class_organizationGeneric.inc:95 -#: plugins/admin/departments/class_organizationGeneric.inc:123 -#: plugins/admin/departments/class_dcObject.inc:63 -#: plugins/admin/departments/class_dcObject.inc:91 -#: plugins/admin/acl/acl_role.tpl:17 plugins/admin/acl/acl-list.xml:57 -#: plugins/admin/acl/class_aclRole.inc:165 -#: plugins/admin/acl/class_aclRole.inc:726 -#: plugins/admin/ogroups/generic.tpl:15 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:105 -#: plugins/admin/ogroups/class_ogroup.inc:851 -#: plugins/admin/ogroups/ogroup-list.xml:49 -#: include/class_userFilterEditor.inc:242 include/class_acl.inc:253 -#: include/class_acl.inc:263 include/class_SnapShotDialog.inc:177 -#: include/class_userFilter.inc:55 -msgid "Description" +#: plugins/personal/generic/generic.tpl:188 +#: plugins/personal/generic/generic.tpl:455 +#: plugins/admin/departments/generic.tpl:103 +#: plugins/admin/departments/organization.tpl:102 +#: plugins/admin/departments/class_department.inc:683 +msgid "Address" msgstr "" -#: ihtml/themes/modern/userFilterEditor.tpl:27 include/class_userFilter.inc:55 -msgid "Parent filter" +#: plugins/personal/generic/generic.tpl:196 +msgid "Private phone" msgstr "" -#: ihtml/themes/modern/userFilterEditor.tpl:40 -#: plugins/personal/generic/generic.tpl:607 -#: plugins/personal/generic/class_user.inc:1663 -msgid "Public visible" +#: plugins/personal/generic/generic.tpl:204 +#: plugins/personal/generic/class_user.inc:1364 +#: plugins/personal/generic/class_user.inc:1751 +#: plugins/personal/generic/class_user.inc:1854 +msgid "Homepage" msgstr "" -#: ihtml/themes/modern/userFilterEditor.tpl:49 -msgid "Categories where the filter is visible" +#: plugins/personal/generic/generic.tpl:212 +msgid "Password storage" msgstr "" -#: ihtml/themes/modern/userFilterEditor.tpl:69 -msgid "Query" +#: plugins/personal/generic/generic.tpl:221 include/functions.inc:1258 +msgid "Configure" msgstr "" -#: plugins/generic/references/class_reference.inc:43 -#: plugins/personal/posix/class_posixAccount.inc:37 -msgid "UNIX" +#: plugins/personal/generic/generic.tpl:229 +#: plugins/personal/generic/class_user.inc:549 +#: plugins/personal/generic/class_user.inc:571 +#: plugins/personal/generic/generic_certs.tpl:3 +msgid "Certificates" msgstr "" -#: plugins/generic/references/class_reference.inc:45 -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:72 -#: plugins/admin/users/class_userManagement.inc:762 -#: plugins/admin/groups/class_groupManagement.inc:165 -#: plugins/admin/ogroups/tabs_ogroups.inc:148 -msgid "Mail" +#: plugins/personal/generic/generic.tpl:232 +msgid "Edit certificates" msgstr "" -#: plugins/generic/references/class_reference.inc:47 -#: plugins/generic/references/class_reference.inc:49 -#: plugins/personal/posix/class_posixAccount.inc:294 -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:80 -#: plugins/admin/users/class_userManagement.inc:767 -#: plugins/admin/groups/class_groupManagement.inc:173 -msgid "Samba" +#: plugins/personal/generic/generic.tpl:244 +msgid "Restrict login to" msgstr "" -#: plugins/generic/references/class_reference.inc:51 -#: plugins/admin/users/class_userManagement.inc:779 -msgid "FAX" +#: plugins/personal/generic/generic.tpl:252 +#: plugins/personal/generic/generic.tpl:272 +msgid "IP or network" msgstr "" -#: plugins/generic/references/class_reference.inc:53 -msgid "Proxy" +#: plugins/personal/generic/generic.tpl:255 +#: plugins/personal/generic/generic.tpl:275 +#: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:83 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:123 +#: include/utils/class_msgPool.inc:319 +#, php-format +msgid "Add" msgstr "" -#: plugins/generic/references/class_reference.inc:55 -msgid "FTP" +#: plugins/personal/generic/generic.tpl:288 +#: plugins/personal/generic/generic.tpl:291 +#: plugins/personal/generic/generic.tpl:299 +#: plugins/personal/generic/generic.tpl:386 +#: plugins/personal/generic/generic.tpl:437 +#: plugins/personal/generic/generic.tpl:469 +#: plugins/personal/generic/generic.tpl:518 +#: plugins/personal/generic/generic.tpl:567 +msgid "Organizational information" msgstr "" -#: plugins/generic/references/class_reference.inc:57 -#: plugins/personal/posix/groupSelect/group-list.xml:13 -#: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:23 -#: plugins/admin/groups/group-list.xml:15 -#: plugins/admin/groups/group-list.xml:79 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:71 -#: plugins/admin/ogroups/class_ogroupManagement.inc:184 -#: plugins/admin/ogroups/ogroup-list.xml:79 -msgid "Group" +#: plugins/personal/generic/generic.tpl:299 +#: plugins/personal/generic/generic.tpl:386 +#: plugins/personal/generic/generic.tpl:437 +#: plugins/personal/generic/generic.tpl:469 +#: plugins/personal/generic/generic.tpl:518 +#: plugins/personal/generic/generic.tpl:567 +msgid "part" msgstr "" -#: plugins/generic/references/class_reference.inc:59 #: plugins/personal/generic/generic.tpl:309 -#: plugins/personal/generic/class_user.inc:1699 +#: plugins/personal/generic/class_user.inc:1733 #: plugins/admin/departments/dep-list.xml:55 #: plugins/admin/departments/dep-list.xml:71 #: plugins/admin/departments/dep-list.xml:138 -#: plugins/admin/departments/class_departmentManagement.inc:250 +#: plugins/admin/departments/class_departmentManagement.inc:253 #: plugins/admin/ogroups/objectSelect/selectObject-list.xml:15 #: plugins/admin/ogroups/class_ogroupManagement.inc:186 msgid "Department" msgstr "" -#: plugins/generic/references/class_reference.inc:61 +#: plugins/personal/generic/generic.tpl:317 +msgid "Department No." +msgstr "" + +#: plugins/personal/generic/generic.tpl:325 +msgid "Employee No." +msgstr "" + +#: plugins/personal/generic/generic.tpl:333 +#: plugins/personal/generic/class_user.inc:1737 +msgid "Employee type" +msgstr "" + +#: plugins/personal/generic/generic.tpl:342 +#: plugins/personal/generic/generic.tpl:358 +#: plugins/personal/generic/class_user.inc:1735 +#: plugins/admin/departments/class_domain.inc:93 +#: plugins/admin/departments/generic.tpl:51 +#: plugins/admin/departments/organization.tpl:51 +#: plugins/admin/departments/class_localityGeneric.inc:93 +#: plugins/admin/departments/locality.tpl:39 +#: plugins/admin/departments/class_department.inc:686 +#: plugins/admin/departments/dcObject.tpl:39 +#: plugins/admin/departments/domain.tpl:39 +#: plugins/admin/departments/country.tpl:39 +#: plugins/admin/departments/class_countryGeneric.inc:93 +#: plugins/admin/departments/class_organizationGeneric.inc:127 +#: plugins/admin/departments/class_dcObject.inc:92 +msgid "Manager" +msgstr "" + +#: plugins/personal/generic/generic.tpl:388 +#: plugins/personal/generic/generic.tpl:569 +msgid "Room No." +msgstr "" + #: plugins/personal/generic/generic.tpl:397 #: plugins/personal/generic/generic.tpl:577 -#: plugins/personal/generic/class_user.inc:1371 -#: plugins/personal/generic/class_user.inc:1823 -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:88 +#: plugins/personal/generic/class_user.inc:1369 +#: plugins/personal/generic/class_user.inc:1857 #: plugins/admin/users/class_userManagement.inc:783 #: plugins/admin/groups/class_groupManagement.inc:181 #: plugins/admin/departments/generic.tpl:110 #: plugins/admin/departments/organization.tpl:109 -#: plugins/admin/departments/class_department.inc:376 +#: plugins/admin/departments/class_department.inc:378 #: plugins/admin/ogroups/objectSelect/selectObject-list.xml:55 #: plugins/admin/ogroups/class_ogroupManagement.inc:188 msgid "Phone" msgstr "" -#: plugins/generic/references/class_reference.inc:63 -#: plugins/admin/ogroups/class_ogroupManagement.inc:185 -msgid "Application" +#: plugins/personal/generic/generic.tpl:406 +#: plugins/personal/generic/class_user.inc:1375 +#: plugins/personal/generic/class_user.inc:1863 +msgid "Mobile" msgstr "" -#: plugins/generic/references/class_reference.inc:67 -msgid "Thin Client" +#: plugins/personal/generic/generic.tpl:414 +#: plugins/personal/generic/class_user.inc:1378 +#: plugins/personal/generic/class_user.inc:1866 +msgid "Pager" msgstr "" -#: plugins/generic/references/class_reference.inc:69 -#: plugins/personal/posix/trustSelect/trust-list.xml:19 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:31 -#: plugins/admin/ogroups/class_ogroupManagement.inc:189 -msgid "Workstation" +#: plugins/personal/generic/generic.tpl:422 +#: plugins/personal/generic/generic.tpl:589 +#: plugins/personal/generic/class_user.inc:1372 +#: plugins/personal/generic/class_user.inc:1860 +#: plugins/admin/departments/generic.tpl:118 +#: plugins/admin/departments/organization.tpl:117 +#: plugins/admin/departments/class_department.inc:381 +#: plugins/admin/departments/class_department.inc:685 +#: plugins/admin/departments/class_organizationGeneric.inc:133 +msgid "Fax" msgstr "" -#: plugins/generic/references/class_reference.inc:71 -#: plugins/admin/ogroups/generic.tpl:1 -#: plugins/admin/ogroups/ogroup-list.xml:15 -msgid "Object group" +#: plugins/personal/generic/generic.tpl:439 +#: plugins/personal/generic/class_user.inc:1746 +#: plugins/admin/departments/generic.tpl:83 +#: plugins/admin/departments/generic.tpl:85 +#: plugins/admin/departments/generic.tpl:95 +#: plugins/admin/departments/organization.tpl:82 +#: plugins/admin/departments/organization.tpl:94 +#: plugins/admin/departments/class_localityGeneric.inc:91 +#: plugins/admin/departments/class_department.inc:682 +#: plugins/admin/departments/class_organizationGeneric.inc:130 +msgid "Location" msgstr "" -#: plugins/generic/references/class_reference.inc:73 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:47 -#: plugins/admin/ogroups/class_ogroupManagement.inc:192 -msgid "Printer" +#: plugins/personal/generic/generic.tpl:447 +#: plugins/personal/generic/class_user.inc:1745 +#: plugins/admin/departments/generic.tpl:87 +#: plugins/admin/departments/organization.tpl:86 +#: plugins/admin/departments/class_department.inc:681 +#: plugins/admin/departments/class_organizationGeneric.inc:129 +msgid "State" msgstr "" -#: plugins/generic/references/contents.tpl:2 -msgid "Object references" +#: plugins/personal/generic/generic.tpl:471 +#: plugins/personal/generic/class_user.inc:1668 +msgid "Vocation" msgstr "" -#: plugins/generic/references/contents.tpl:12 -msgid "Object name" +#: plugins/personal/generic/generic.tpl:479 +#: plugins/personal/generic/class_user.inc:1671 +msgid "Unit description" msgstr "" -#: plugins/generic/references/contents.tpl:12 -msgid "Contents" +#: plugins/personal/generic/generic.tpl:488 +#: plugins/personal/generic/class_user.inc:1672 +msgid "Subject area" msgstr "" -#: plugins/generic/references/contents.tpl:19 -msgid "This object has no relationship to other objects." +#: plugins/personal/generic/generic.tpl:497 +#: plugins/personal/generic/class_user.inc:1673 +msgid "Functional title" msgstr "" -#: plugins/generic/welcome/main.inc:26 -#, php-format -msgid "Welcome %s!" +#: plugins/personal/generic/generic.tpl:506 +#: plugins/personal/generic/class_user.inc:1677 +#: plugins/admin/acl/acl-list.xml:23 plugins/admin/acl/acl-list.xml:82 +#: plugins/admin/acl/class_aclRole.inc:711 +msgid "Role" msgstr "" -#: plugins/generic/welcome/welcome.tpl:8 -msgid "The GOsa team" +#: plugins/personal/generic/generic.tpl:520 +#: plugins/personal/generic/class_user.inc:1670 +msgid "Person locality" msgstr "" -#: plugins/personal/password/nochange.tpl:2 -msgid "Password change not allowed" +#: plugins/personal/generic/generic.tpl:529 +#: plugins/personal/generic/class_user.inc:1666 +msgid "Unit" msgstr "" -#: plugins/personal/password/nochange.tpl:7 -msgid "You have no permission to change your password at this time" +#: plugins/personal/generic/generic.tpl:538 +#: plugins/personal/generic/class_user.inc:1676 +msgid "Street" msgstr "" -#: plugins/personal/password/changed.tpl:3 -msgid "" -"You've successfully changed your password. Remember to change all programms " -"configured to use it as well." +#: plugins/personal/generic/generic.tpl:546 +#: plugins/personal/generic/class_user.inc:1678 +msgid "Postal code" msgstr "" -#: plugins/personal/password/password.tpl:4 -msgid "" -"To change your personal password use the fields below. The changes take " -"effect immediately. Please memorize the new password, because you wouldn't " -"be able to login without it." +#: plugins/personal/generic/generic.tpl:554 +#: plugins/personal/generic/class_user.inc:1667 +msgid "House identifier" msgstr "" -#: plugins/personal/password/password.tpl:8 plugins/admin/users/password.tpl:8 -msgid "" -"Changing the password affects your authentification on mail, proxy, samba " -"and unix services." +#: plugins/personal/generic/generic.tpl:583 +msgid "Please use the phone tab" msgstr "" -#: plugins/personal/password/password.tpl:11 -#: plugins/personal/generic/password.tpl:5 -msgid "Password change dialog" +#: plugins/personal/generic/generic.tpl:598 +#: plugins/personal/generic/class_user.inc:1669 +msgid "Last delivery" msgstr "" -#: plugins/personal/password/password.tpl:23 -#: plugins/personal/generic/password.tpl:11 -#: plugins/admin/users/password.tpl:17 -msgid "Repeat new password" +#: plugins/personal/generic/class_user.inc:38 +msgid "Edit organizational user settings" msgstr "" -#: plugins/personal/password/password.tpl:40 -#: plugins/personal/generic/password.tpl:19 -#: plugins/admin/users/password.tpl:32 -msgid "Set password" +#: plugins/personal/generic/class_user.inc:273 +#: plugins/personal/generic/class_user.inc:1910 +#: include/class_configRegistry.inc:185 +msgid "unknown" msgstr "" -#: plugins/personal/password/password.tpl:41 -msgid "Clear fields" +#: plugins/personal/generic/class_user.inc:297 +msgid "Please add a single IP address or a network/netmask combination!" msgstr "" -#: plugins/personal/password/class_password.inc:27 -msgid "Change user password" +#: plugins/personal/generic/class_user.inc:339 +msgid "female" msgstr "" -#: plugins/personal/password/class_password.inc:79 -msgid "You need to specify your current password in order to proceed." +#: plugins/personal/generic/class_user.inc:339 +msgid "male" msgstr "" -#: plugins/personal/password/class_password.inc:82 -#: plugins/personal/myaccount/main.inc:94 -#: plugins/admin/users/class_userManagement.inc:247 html/password.php:217 -msgid "" -"The passwords you've entered as 'New password' and 'Repeated new password' " -"do not match." +#: plugins/personal/generic/class_user.inc:395 +msgid "Password configuration" msgstr "" -#: plugins/personal/password/class_password.inc:85 -msgid "The password you've entered as 'New password' is empty." +#: plugins/personal/generic/class_user.inc:428 +msgid "Cannot upload file!" msgstr "" -#: plugins/personal/password/class_password.inc:88 html/password.php:229 -msgid "The password used as new and current are too similar." +#: plugins/personal/generic/class_user.inc:521 +msgid "Serial number" msgstr "" -#: plugins/personal/password/class_password.inc:91 html/password.php:235 -msgid "The password used as new is to short." +#: plugins/personal/generic/class_user.inc:543 +#: plugins/personal/generic/class_user.inc:1728 +#: plugins/personal/generic/generic_picture.tpl:1 +msgid "User picture" msgstr "" -#: plugins/personal/password/class_password.inc:94 -#, php-format -msgid "External password changer reported a problem: %s." +#: plugins/personal/generic/class_user.inc:568 +msgid "(Not supported certificate types are marked as invalid.)" msgstr "" -#: plugins/personal/password/class_password.inc:108 -msgid "" -"The password you've entered as your current password doesn't match the real " -"one." +#: plugins/personal/generic/class_user.inc:578 +#, php-format +msgid "Certificate is valid from %s to %s and is currently %s." msgstr "" -#: plugins/personal/password/class_password.inc:114 -msgid "You have no permission to change your password." +#: plugins/personal/generic/class_user.inc:581 +msgid "valid" msgstr "" -#: plugins/personal/password/class_password.inc:146 -msgid "User password" +#: plugins/personal/generic/class_user.inc:582 +msgid "invalid" msgstr "" -#: plugins/personal/password/class_password.inc:150 -#: plugins/personal/generic/class_user.inc:1674 -#: plugins/personal/posix/class_posixAccount.inc:1303 -#: plugins/personal/myaccount/main.inc:125 -#: plugins/personal/myaccount/class_MyAccount.inc:5 -msgid "My account" +#: plugins/personal/generic/class_user.inc:587 +msgid "No certificate installed" msgstr "" -#: plugins/personal/generic/generic.tpl:3 -#: plugins/personal/generic/generic.tpl:6 -#: plugins/personal/generic/paste_generic.tpl:6 -msgid "Personal information" +#: plugins/personal/generic/class_user.inc:613 html/password.php:179 +msgid "Password method" msgstr "" -#: plugins/personal/generic/generic.tpl:11 -#: plugins/personal/generic/generic_picture.tpl:2 -#: plugins/personal/generic/paste_generic.tpl:31 -msgid "The users picture" +#: plugins/personal/generic/class_user.inc:613 +msgid "The selected password method is no longer available." msgstr "" -#: plugins/personal/generic/generic.tpl:24 -msgid "Change picture" +#: plugins/personal/generic/class_user.inc:1203 +msgid "Cannot build RDN: no + allowed to build sub RDN!" msgstr "" -#: plugins/personal/generic/generic.tpl:37 -#: plugins/personal/generic/generic.tpl:84 -#: plugins/personal/posix/generic.tpl:51 -#: plugins/personal/posix/posix_shadow.tpl:2 -#: plugins/personal/posix/paste_generic.tpl:15 -msgid "Account settings" +#: plugins/personal/generic/class_user.inc:1210 +msgid "Cannot build RDN: attribute is not defined!" msgstr "" -#: plugins/personal/generic/generic.tpl:40 -#: plugins/personal/generic/paste_generic.tpl:8 -#: plugins/admin/users/template.tpl:23 -msgid "Last name" +#: plugins/personal/generic/class_user.inc:1228 +msgid "Cannot build RDN: invalid attribute parameters!" msgstr "" -#: plugins/personal/generic/generic.tpl:44 -#: plugins/personal/generic/generic.tpl:58 -#: plugins/personal/generic/generic.tpl:76 plugins/admin/groups/generic.tpl:14 -msgid "Multiple edit" +#: plugins/personal/generic/class_user.inc:1299 +msgid "The selected password method requires initial configuration!" msgstr "" -#: plugins/personal/generic/generic.tpl:54 -#: plugins/personal/generic/paste_generic.tpl:12 -#: plugins/admin/users/template.tpl:27 -msgid "First name" +#: plugins/personal/generic/class_user.inc:1498 +msgid "Cannot open certificate!" msgstr "" -#: plugins/personal/generic/generic.tpl:68 -#: plugins/personal/generic/class_user.inc:1328 -#: plugins/personal/generic/class_user.inc:1346 -#: plugins/personal/generic/class_user.inc:1360 -#: plugins/personal/generic/class_user.inc:1362 -#: plugins/personal/generic/paste_generic.tpl:16 -#: plugins/admin/users/user-list.xml:65 plugins/admin/users/template.tpl:32 -#: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:65 -#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:56 -#: plugins/admin/groups/userSelect/user-list.xml:56 html/password.php:241 -msgid "Login" +#: plugins/personal/generic/class_user.inc:1674 +#: plugins/personal/generic/generic_certs.tpl:83 +msgid "Certificate serial number" msgstr "" -#: plugins/personal/generic/generic.tpl:86 -msgid "Template name" +#: plugins/personal/generic/class_user.inc:1682 +msgid "Generic user settings" msgstr "" -#: plugins/personal/generic/generic.tpl:95 -#: plugins/personal/generic/class_user.inc:1686 -msgid "Personal title" +#: plugins/personal/generic/class_user.inc:1704 +#, php-format +msgid "" +"The 'accountRDN' option tells GOsa to use a placeholder pattern for " +"generating account RDNs. A pattern can include attribute names prefaced by a " +"%% and normal text: %s. This will generate a RDN consisting of cn=.... " +"filled with surname and given name of the edited account. This option " +"disables the use of accountPrimaryAttribute and personalTitleInDn." msgstr "" -#: plugins/personal/generic/generic.tpl:105 -#: plugins/personal/generic/class_user.inc:1687 -msgid "Academic title" +#: plugins/personal/generic/class_user.inc:1718 +msgid "Allow definition of custom filters" msgstr "" -#: plugins/personal/generic/generic.tpl:120 -#: plugins/personal/generic/class_user.inc:1385 -#: plugins/personal/generic/class_user.inc:1689 -msgid "Date of birth" +#: plugins/personal/generic/class_user.inc:1725 +msgid "Preferred language" msgstr "" -#: plugins/personal/generic/generic.tpl:143 -#: plugins/personal/generic/class_user.inc:1690 -msgid "Sex" +#: plugins/personal/generic/class_user.inc:1730 +msgid "Login restrictions" msgstr "" -#: plugins/personal/generic/generic.tpl:157 -msgid "Preferred langage" +#: plugins/personal/generic/class_user.inc:1734 +msgid "Department number" msgstr "" -#: plugins/personal/generic/generic.tpl:186 -#: plugins/personal/generic/class_user.inc:1713 -#: plugins/admin/departments/class_organizationGeneric.inc:131 -msgid "Postal address" +#: plugins/personal/generic/class_user.inc:1736 +msgid "Employee number" msgstr "" -#: plugins/personal/generic/generic.tpl:188 -#: plugins/personal/generic/generic.tpl:455 -#: plugins/admin/departments/generic.tpl:103 -#: plugins/admin/departments/organization.tpl:102 -#: plugins/admin/departments/class_department.inc:675 -msgid "Address" +#: plugins/personal/generic/class_user.inc:1739 +msgid "Room number" msgstr "" -#: plugins/personal/generic/generic.tpl:196 -msgid "Private phone" +#: plugins/personal/generic/class_user.inc:1740 +msgid "Telefon number" msgstr "" -#: plugins/personal/generic/generic.tpl:204 -#: plugins/personal/generic/class_user.inc:1366 -#: plugins/personal/generic/class_user.inc:1717 -#: plugins/personal/generic/class_user.inc:1820 -msgid "Homepage" +#: plugins/personal/generic/class_user.inc:1741 +msgid "Pager number" msgstr "" -#: plugins/personal/generic/generic.tpl:212 -msgid "Password storage" +#: plugins/personal/generic/class_user.inc:1742 +msgid "Mobile number" msgstr "" -#: plugins/personal/generic/generic.tpl:221 include/functions.inc:1249 -msgid "Configure" +#: plugins/personal/generic/class_user.inc:1743 +msgid "Fax number" msgstr "" -#: plugins/personal/generic/generic.tpl:229 -#: plugins/personal/generic/class_user.inc:550 -#: plugins/personal/generic/class_user.inc:572 -#: plugins/personal/generic/generic_certs.tpl:3 -msgid "Certificates" +#: plugins/personal/generic/class_user.inc:1749 +msgid "Home postal address" msgstr "" -#: plugins/personal/generic/generic.tpl:232 -msgid "Edit certificates" +#: plugins/personal/generic/class_user.inc:1750 +msgid "Home phone number" msgstr "" -#: plugins/personal/generic/generic.tpl:244 -msgid "Restrict login to" +#: plugins/personal/generic/class_user.inc:1752 +msgid "User password method" msgstr "" -#: plugins/personal/generic/generic.tpl:252 -#: plugins/personal/generic/generic.tpl:272 -msgid "IP or network" +#: plugins/personal/generic/class_user.inc:1753 +msgid "User certificates" msgstr "" -#: plugins/personal/generic/generic.tpl:288 -#: plugins/personal/generic/generic.tpl:291 -#: plugins/personal/generic/generic.tpl:299 -#: plugins/personal/generic/generic.tpl:386 -#: plugins/personal/generic/generic.tpl:437 -#: plugins/personal/generic/generic.tpl:469 -#: plugins/personal/generic/generic.tpl:518 -#: plugins/personal/generic/generic.tpl:567 -msgid "Organizational information" +#: plugins/personal/generic/class_user.inc:1961 +msgid "Entries differ" msgstr "" -#: plugins/personal/generic/generic.tpl:299 -#: plugins/personal/generic/generic.tpl:386 -#: plugins/personal/generic/generic.tpl:437 -#: plugins/personal/generic/generic.tpl:469 -#: plugins/personal/generic/generic.tpl:518 -#: plugins/personal/generic/generic.tpl:567 -msgid "part" +#: plugins/personal/generic/generic_picture.tpl:14 +#: plugins/personal/generic/paste_generic.tpl:43 +msgid "Remove picture" msgstr "" -#: plugins/personal/generic/generic.tpl:317 -msgid "Department No." +#: plugins/personal/generic/generic_certs.tpl:5 +msgid "The users standard certificate" msgstr "" -#: plugins/personal/generic/generic.tpl:325 -msgid "Employee No." +#: plugins/personal/generic/generic_certs.tpl:8 +msgid "Standard certificate" msgstr "" -#: plugins/personal/generic/generic.tpl:333 -#: plugins/personal/generic/class_user.inc:1703 -msgid "Employee type" +#: plugins/personal/generic/generic_certs.tpl:22 +#: plugins/personal/generic/generic_certs.tpl:48 +#: plugins/personal/generic/generic_certs.tpl:74 +#: plugins/admin/users/user-list.xml:121 +#: plugins/admin/groups/group-list.xml:98 +#: plugins/admin/departments/dep-list.xml:160 +#: plugins/admin/departments/dep-list.xml:181 +#: plugins/admin/acl/acl-list.xml:95 plugins/admin/acl/acl-list.xml:144 +#: plugins/admin/ogroups/ogroup-list.xml:98 +#: plugins/addons/propertyEditor/property-list.xml:108 +msgid "Remove" msgstr "" -#: plugins/personal/generic/generic.tpl:342 -#: plugins/personal/generic/generic.tpl:358 -#: plugins/personal/generic/class_user.inc:1701 -#: plugins/admin/departments/class_domain.inc:93 -#: plugins/admin/departments/generic.tpl:51 -#: plugins/admin/departments/organization.tpl:51 -#: plugins/admin/departments/class_localityGeneric.inc:93 -#: plugins/admin/departments/locality.tpl:39 -#: plugins/admin/departments/class_department.inc:678 -#: plugins/admin/departments/dcObject.tpl:39 -#: plugins/admin/departments/domain.tpl:39 -#: plugins/admin/departments/country.tpl:39 -#: plugins/admin/departments/class_countryGeneric.inc:93 -#: plugins/admin/departments/class_organizationGeneric.inc:127 -#: plugins/admin/departments/class_dcObject.inc:92 -msgid "Manager" +#: plugins/personal/generic/generic_certs.tpl:31 +msgid "The users S/MIME certificate" msgstr "" -#: plugins/personal/generic/generic.tpl:388 -#: plugins/personal/generic/generic.tpl:569 -msgid "Room No." +#: plugins/personal/generic/generic_certs.tpl:34 +msgid "S/MIME certificate" msgstr "" -#: plugins/personal/generic/generic.tpl:406 -#: plugins/personal/generic/class_user.inc:1377 -#: plugins/personal/generic/class_user.inc:1829 -msgid "Mobile" +#: plugins/personal/generic/generic_certs.tpl:57 +msgid "The users PKCS12 certificate" msgstr "" -#: plugins/personal/generic/generic.tpl:414 -#: plugins/personal/generic/class_user.inc:1380 -#: plugins/personal/generic/class_user.inc:1832 -msgid "Pager" +#: plugins/personal/generic/generic_certs.tpl:60 +msgid "PKCS12 certificate" msgstr "" -#: plugins/personal/generic/generic.tpl:422 -#: plugins/personal/generic/generic.tpl:589 -#: plugins/personal/generic/class_user.inc:1374 -#: plugins/personal/generic/class_user.inc:1826 -#: plugins/admin/departments/generic.tpl:118 -#: plugins/admin/departments/organization.tpl:117 -#: plugins/admin/departments/class_department.inc:379 -#: plugins/admin/departments/class_department.inc:677 -#: plugins/admin/departments/class_organizationGeneric.inc:133 -msgid "Fax" +#: plugins/personal/generic/paste_generic.tpl:1 +msgid "User settings" msgstr "" -#: plugins/personal/generic/generic.tpl:439 -#: plugins/personal/generic/class_user.inc:1712 -#: plugins/admin/departments/generic.tpl:83 -#: plugins/admin/departments/generic.tpl:85 -#: plugins/admin/departments/generic.tpl:95 -#: plugins/admin/departments/organization.tpl:82 -#: plugins/admin/departments/organization.tpl:94 -#: plugins/admin/departments/class_localityGeneric.inc:91 -#: plugins/admin/departments/class_department.inc:674 -#: plugins/admin/departments/class_organizationGeneric.inc:130 -msgid "Location" +#: plugins/personal/generic/paste_generic.tpl:3 +msgid "Paste user" msgstr "" -#: plugins/personal/generic/generic.tpl:447 -#: plugins/personal/generic/class_user.inc:1711 -#: plugins/admin/departments/generic.tpl:87 -#: plugins/admin/departments/organization.tpl:86 -#: plugins/admin/departments/class_department.inc:673 -#: plugins/admin/departments/class_organizationGeneric.inc:129 -msgid "State" +#: plugins/personal/generic/paste_generic.tpl:24 +msgid "Clear password" msgstr "" -#: plugins/personal/generic/generic.tpl:471 -#: plugins/personal/generic/class_user.inc:1656 -msgid "Vocation" +#: plugins/personal/generic/paste_generic.tpl:25 +msgid "Set new password" msgstr "" -#: plugins/personal/generic/generic.tpl:479 -#: plugins/personal/generic/class_user.inc:1659 -msgid "Unit description" +#: plugins/personal/posix/generic.tpl:1 +msgid "POSIX settings" msgstr "" -#: plugins/personal/generic/generic.tpl:488 -#: plugins/personal/generic/class_user.inc:1660 -msgid "Subject area" +#: plugins/personal/posix/generic.tpl:6 plugins/admin/ogroups/generic.tpl:5 +msgid "Generic settings" msgstr "" -#: plugins/personal/generic/generic.tpl:497 -#: plugins/personal/generic/class_user.inc:1661 -msgid "Functional title" +#: plugins/personal/posix/generic.tpl:8 +#: plugins/personal/posix/class_posixAccount.inc:857 +#: plugins/personal/posix/class_posixAccount.inc:860 +#: plugins/personal/posix/class_posixAccount.inc:935 +#: plugins/personal/posix/class_posixAccount.inc:938 +#: plugins/personal/posix/class_posixAccount.inc:1305 +#: plugins/personal/posix/paste_generic.tpl:5 +#: plugins/personal/posix/paste_generic.tpl:8 +msgid "Home directory" msgstr "" -#: plugins/personal/generic/generic.tpl:506 -#: plugins/personal/generic/class_user.inc:1665 -#: plugins/admin/acl/acl-list.xml:23 plugins/admin/acl/acl-list.xml:82 -#: plugins/admin/acl/class_aclRole.inc:716 -msgid "Role" +#: plugins/personal/posix/generic.tpl:16 +#: plugins/personal/posix/class_posixAccount.inc:1307 +msgid "Shell" msgstr "" -#: plugins/personal/generic/generic.tpl:520 -#: plugins/personal/generic/class_user.inc:1658 -msgid "Person locality" +#: plugins/personal/posix/generic.tpl:26 +#: plugins/personal/posix/class_posixAccount.inc:1306 +#: plugins/personal/posix/paste_generic.tpl:17 +msgid "Primary group" msgstr "" -#: plugins/personal/generic/generic.tpl:529 -#: plugins/personal/generic/class_user.inc:1654 -msgid "Unit" +#: plugins/personal/posix/generic.tpl:37 +msgid "Status" msgstr "" -#: plugins/personal/generic/generic.tpl:538 -#: plugins/personal/generic/class_user.inc:1664 -msgid "Street" +#: plugins/personal/posix/generic.tpl:42 +msgid "Last logon" msgstr "" -#: plugins/personal/generic/generic.tpl:546 -#: plugins/personal/generic/class_user.inc:1666 -msgid "Postal code" +#: plugins/personal/posix/generic.tpl:60 +#: plugins/personal/posix/paste_generic.tpl:31 +msgid "Force UID/GID" msgstr "" -#: plugins/personal/generic/generic.tpl:554 -#: plugins/personal/generic/class_user.inc:1655 -msgid "House identifier" +#: plugins/personal/posix/generic.tpl:64 +#: plugins/personal/posix/class_posixAccount.inc:868 +#: plugins/personal/posix/class_posixAccount.inc:871 +#: plugins/personal/posix/paste_generic.tpl:36 +msgid "UID" msgstr "" -#: plugins/personal/generic/generic.tpl:583 -msgid "Please use the phone tab" +#: plugins/personal/posix/generic.tpl:75 +#: plugins/personal/posix/class_posixAccount.inc:875 +#: plugins/personal/posix/class_posixAccount.inc:878 +#: plugins/personal/posix/paste_generic.tpl:45 +#: plugins/admin/groups/class_group.inc:946 +#: plugins/admin/groups/class_group.inc:949 +#: plugins/admin/groups/class_group.inc:1041 +msgid "GID" msgstr "" -#: plugins/personal/generic/generic.tpl:598 -#: plugins/personal/generic/class_user.inc:1657 -msgid "Last delivery" +#: plugins/personal/posix/generic.tpl:92 +#: plugins/personal/posix/paste_generic.tpl:65 +msgid "(Warning: more than 16 groups are not supported by NFS!)" msgstr "" -#: plugins/personal/generic/class_user.inc:38 -msgid "Edit organizational user settings" +#: plugins/personal/posix/generic.tpl:101 +msgid "Common group" msgstr "" -#: plugins/personal/generic/class_user.inc:273 -#: plugins/personal/generic/class_user.inc:1876 -#: plugins/admin/departments/class_department.inc:154 -#: include/class_pluglist.inc:363 -msgid "Unknown" +#: plugins/personal/posix/generic.tpl:105 +msgid "Groups differ" msgstr "" -#: plugins/personal/generic/class_user.inc:297 -msgid "Please add a single IP address or a network/netmask combination!" +#: plugins/personal/posix/generic.tpl:125 +msgid "Account permissions" msgstr "" -#: plugins/personal/generic/class_user.inc:340 -msgid "female" +#: plugins/personal/posix/generic.tpl:130 +msgid "SSH keys" msgstr "" -#: plugins/personal/generic/class_user.inc:340 -msgid "male" +#: plugins/personal/posix/generic.tpl:131 +msgid "Edit public ssh keys..." msgstr "" -#: plugins/personal/generic/class_user.inc:396 -msgid "Password configuration" +#: plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc:173 +msgid "disabled" msgstr "" -#: plugins/personal/generic/class_user.inc:429 -msgid "Cannot upload file!" +#: plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc:173 +msgid "full access" msgstr "" -#: plugins/personal/generic/class_user.inc:522 -msgid "Serial number" +#: plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc:174 +msgid "allow access to these hosts" msgstr "" -#: plugins/personal/generic/class_user.inc:544 -#: plugins/personal/generic/class_user.inc:1694 -msgid "User picture" +#: plugins/personal/posix/trustModeDialog/generic.tpl:2 +#: plugins/admin/groups/class_group.inc:1045 +msgid "System trust" +msgstr "" + +#: plugins/personal/posix/trustModeDialog/generic.tpl:5 +#: plugins/personal/posix/trustModeDialog/generic.tpl:21 +msgid "Trust mode" +msgstr "" + +#: plugins/personal/posix/posix_shadow.tpl:12 +msgid "User must change password on first login" +msgstr "" + +#: plugins/personal/posix/posix_shadow.tpl:59 +msgid "Password expiration settings" +msgstr "" + +#: plugins/personal/posix/posix_shadow.tpl:62 +msgid "Password expires on" +msgstr "" + +#: plugins/personal/posix/class_posixAccount.inc:37 +#: plugins/personal/posix/class_posixAccount.inc:270 +#: plugins/personal/posix/class_posixAccount.inc:290 +#: plugins/personal/posix/class_posixAccount.inc:292 +#: plugins/personal/posix/class_posixAccount.inc:295 +#: plugins/admin/users/class_userManagement.inc:759 +msgid "POSIX" +msgstr "" + +#: plugins/personal/posix/class_posixAccount.inc:38 +msgid "Edit users POSIX settings" +msgstr "" + +#: plugins/personal/posix/class_posixAccount.inc:146 +msgid "expired" +msgstr "" + +#: plugins/personal/posix/class_posixAccount.inc:148 +msgid "grace time active" msgstr "" -#: plugins/personal/generic/class_user.inc:569 +#: plugins/personal/posix/class_posixAccount.inc:151 +#: plugins/personal/posix/class_posixAccount.inc:153 +#: plugins/personal/posix/class_posixAccount.inc:155 +msgid "active" +msgstr "" + +#: plugins/personal/posix/class_posixAccount.inc:151 +msgid "password not changeable" +msgstr "" + +#: plugins/personal/posix/class_posixAccount.inc:153 +msgid "password expired" +msgstr "" + +#: plugins/personal/posix/class_posixAccount.inc:215 +#: include/class_management.inc:32 include/class_management.inc:33 +msgid "unconfigured" +msgstr "" + +#: plugins/personal/posix/class_posixAccount.inc:226 +msgid "automatic" +msgstr "" + +#: plugins/personal/posix/class_posixAccount.inc:290 +#: plugins/admin/users/class_userManagement.inc:767 +#: plugins/admin/groups/class_groupManagement.inc:173 +msgid "Samba" +msgstr "" + +#: plugins/personal/posix/class_posixAccount.inc:290 +#: plugins/admin/users/class_userManagement.inc:775 +#: plugins/admin/groups/class_groupManagement.inc:197 +msgid "Environment" +msgstr "" + +#: plugins/personal/posix/class_posixAccount.inc:374 +#, php-format +msgid "Password can't be changed up to %s days after last change" +msgstr "" + +#: plugins/personal/posix/class_posixAccount.inc:378 +#, php-format +msgid "Password must be changed after %s days" +msgstr "" + +#: plugins/personal/posix/class_posixAccount.inc:382 +#, php-format +msgid "Disable account after %s days of inactivity after password expiry" +msgstr "" + +#: plugins/personal/posix/class_posixAccount.inc:386 +#, php-format +msgid "Warn user %s days before password expiry" +msgstr "" + +#: plugins/personal/posix/class_posixAccount.inc:650 +msgid "Timeout while waiting for lock. Ignoring lock!" +msgstr "" + +#: plugins/personal/posix/class_posixAccount.inc:708 +#: plugins/personal/posix/class_posixAccount.inc:999 +msgid "Group of user" +msgstr "" + +#: plugins/personal/posix/class_posixAccount.inc:773 msgid "" -"(Some types of certificates are currently not supported and may be displayed " -"as 'invalid'.)" +"A duplicated UID number was written for this user. If this was not intended " +"please verify all used uidNumbers!" +msgstr "" + +#: plugins/personal/posix/class_posixAccount.inc:891 +#: plugins/personal/posix/class_posixAccount.inc:944 +msgid "shadowMin" +msgstr "" + +#: plugins/personal/posix/class_posixAccount.inc:896 +#: plugins/personal/posix/class_posixAccount.inc:949 +msgid "shadowMax" +msgstr "" + +#: plugins/personal/posix/class_posixAccount.inc:901 +#: plugins/personal/posix/class_posixAccount.inc:954 +msgid "shadowWarning" +msgstr "" + +#: plugins/personal/posix/class_posixAccount.inc:915 +#: plugins/personal/posix/class_posixAccount.inc:968 +msgid "shadowInactive" +msgstr "" + +#: plugins/personal/posix/class_posixAccount.inc:1291 +msgid "POSIX account" +msgstr "" + +#: plugins/personal/posix/class_posixAccount.inc:1309 +msgid "Group ID" +msgstr "" + +#: plugins/personal/posix/class_posixAccount.inc:1311 +msgid "Shadow last changed" +msgstr "" + +#: plugins/personal/posix/class_posixAccount.inc:1312 +msgid "Last login" +msgstr "" + +#: plugins/personal/posix/class_posixAccount.inc:1314 +msgid "Force password change on login" +msgstr "" + +#: plugins/personal/posix/class_posixAccount.inc:1315 +msgid "Shadow min" +msgstr "" + +#: plugins/personal/posix/class_posixAccount.inc:1316 +msgid "Shadow max" +msgstr "" + +#: plugins/personal/posix/class_posixAccount.inc:1317 +msgid "Shadow warning" +msgstr "" + +#: plugins/personal/posix/class_posixAccount.inc:1318 +msgid "Shadow inactive" +msgstr "" + +#: plugins/personal/posix/class_posixAccount.inc:1319 +msgid "Shadow expire" +msgstr "" + +#: plugins/personal/posix/class_posixAccount.inc:1320 +msgid "Public SSH key" +msgstr "" + +#: plugins/personal/posix/class_posixAccount.inc:1321 +msgid "System trust model" +msgstr "" + +#: plugins/personal/posix/paste_generic.tpl:1 +#: plugins/personal/posix/paste_generic.tpl:4 +msgid "Posix settings" +msgstr "" + +#: plugins/personal/posix/groupSelect/class_groupSelect.inc:29 +msgid "Group selection" msgstr "" -#: plugins/personal/generic/class_user.inc:579 +#: plugins/personal/posix/groupSelect/group-filter.xml:16 +#: plugins/personal/posix/trustSelect/trust-filter.xml:17 +#: plugins/admin/users/user-filter.xml:19 +#: plugins/admin/groups/userGroupSelect/selectUserGroup-filter.xml:21 +#: plugins/admin/groups/singleUserSelect/singleUser-filter.xml:20 +#: plugins/admin/groups/userSelect/user-filter.xml:20 +#: plugins/admin/groups/group-filter.xml:17 +#: plugins/admin/departments/dep-filter.xml:17 +#: plugins/admin/acl/acl-filter.xml:18 +#: plugins/admin/ogroups/objectSelect/selectObject-filter.xml:32 +#: plugins/admin/ogroups/ogroup-filter.xml:18 +msgid "Default filter" +msgstr "" + +#: plugins/personal/posix/groupSelect/group-list.xml:10 +#: plugins/personal/posix/trustSelect/trust-list.xml:9 +#: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:11 +#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:10 +#: plugins/admin/groups/userSelect/user-list.xml:10 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:11 +msgid "Please select the desired entries" +msgstr "" + +#: plugins/personal/posix/groupSelect/group-list.xml:13 +#: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:23 +#: plugins/admin/groups/group-list.xml:15 +#: plugins/admin/groups/group-list.xml:79 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:71 +#: plugins/admin/ogroups/class_ogroupManagement.inc:184 +#: plugins/admin/ogroups/ogroup-list.xml:79 +#: plugins/addons/propertyEditor/property-list.xml:64 +msgid "Group" +msgstr "" + +#: plugins/personal/posix/trustSelect/trust-list.xml:12 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:23 +#: plugins/admin/ogroups/class_ogroupManagement.inc:187 +msgid "Server" +msgstr "" + +#: plugins/personal/posix/trustSelect/trust-list.xml:19 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:31 +#: plugins/admin/ogroups/class_ogroupManagement.inc:189 +msgid "Workstation" +msgstr "" + +#: plugins/personal/posix/trustSelect/trust-list.xml:26 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:39 +#: plugins/admin/ogroups/class_ogroupManagement.inc:191 +msgid "Terminal" +msgstr "" + +#: plugins/personal/posix/trustSelect/class_trustSelect.inc:29 +msgid "Trust machine selection" +msgstr "" + +#: plugins/personal/myaccount/main.inc:50 +#: include/class_CopyPasteHandler.inc:160 +#: include/class_CopyPasteHandler.inc:274 include/functions.inc:617 +#: include/functions.inc:804 include/functions.inc:922 +#: include/functions.inc:1317 include/functions.inc:2315 +#: include/functions.inc:2349 include/functions.inc:2369 +#: include/class_log.inc:87 include/class_acl.inc:976 +#: include/class_ldap.inc:693 include/class_ldap.inc:744 +#: include/class_management.inc:634 include/class_management.inc:717 +#: include/class_session.inc:76 include/class_session.inc:101 +#: include/class_session.inc:127 +msgid "Internal error" +msgstr "" + +#: plugins/personal/myaccount/main.inc:51 include/class_management.inc:635 +#: include/class_management.inc:718 #, php-format -msgid "Certificate is valid from %s to %s and is currently %s." +msgid "" +"Cannot instantiate tabbed-plugin, the base plugin (%s) is not available!" msgstr "" -#: plugins/personal/generic/class_user.inc:582 -msgid "valid" +#: plugins/personal/myaccount/main.inc:125 +msgid "You have no permission to set your password!" msgstr "" -#: plugins/personal/generic/class_user.inc:583 -msgid "invalid" +#: plugins/personal/myaccount/class_MyAccount.inc:6 +msgid "Edit personal settings" msgstr "" -#: plugins/personal/generic/class_user.inc:588 -msgid "No certificate installed" +#: plugins/personal/myaccount/password.tpl:2 +msgid "" +"You have changed the method your password is stored in the ldap database. " +"For that reason you've to enter your password at this point again. GOsa will " +"then encode it with the selected method." msgstr "" -#: plugins/personal/generic/class_user.inc:614 html/password.php:180 -msgid "Password method" +#: plugins/admin/users/password.tpl:4 +msgid "" +"To change the user password use the fields below. The changes take effect " +"immediately. Please memorize the new password, because the user wouldn't be " +"able to login without it." msgstr "" -#: plugins/personal/generic/class_user.inc:614 -msgid "The selected password method is no longer available." +#: plugins/admin/users/password.tpl:7 +msgid "Password input dialog" +msgstr "" + +#: plugins/admin/users/password.tpl:23 +msgid "Strength" +msgstr "" + +#: plugins/admin/users/user-filter.xml:33 +msgid "Show templates" +msgstr "" + +#: plugins/admin/users/user-filter.xml:47 +msgid "Show POSIX users" +msgstr "" + +#: plugins/admin/users/user-filter.xml:61 +msgid "Show SAMBA users" +msgstr "" + +#: plugins/admin/users/user-filter.xml:75 +msgid "Show mail users" +msgstr "" + +#: plugins/admin/users/class_userManagement.inc:26 +msgid "" +"Manage aspects of user accounts like generic, POSIX, samba and mail settings" +msgstr "" + +#: plugins/admin/users/class_userManagement.inc:189 +#: plugins/admin/groups/class_groupManagement.inc:100 +#: plugins/admin/ogroups/class_ogroupManagement.inc:115 +msgid "Infrastructure error" +msgstr "" + +#: plugins/admin/users/class_userManagement.inc:221 +#: plugins/admin/users/class_userManagement.inc:629 +#: include/class_management.inc:304 include/class_management.inc:462 +#: include/class_management.inc:509 include/class_management.inc:524 +#: include/class_management.inc:561 include/class_management.inc:575 +msgid "Permission" +msgstr "" + +#: plugins/admin/users/class_userManagement.inc:278 +msgid "You have no permission to change this users password!" +msgstr "" + +#: plugins/admin/users/class_userManagement.inc:348 +#: plugins/admin/users/class_userManagement.inc:382 +#: plugins/admin/users/class_userManagement.inc:413 +#: plugins/admin/ogroups/class_ogroup.inc:309 +msgid "none" +msgstr "" + +#: plugins/admin/users/class_userManagement.inc:420 +#: plugins/admin/users/templatize.tpl:15 plugins/admin/users/user-list.xml:15 +#: plugins/admin/users/user-list.xml:102 plugins/admin/users/template.tpl:15 +msgid "Template" +msgstr "" + +#: plugins/admin/users/class_userManagement.inc:587 +#: plugins/admin/users/class_userManagement.inc:591 +#: plugins/admin/acl/class_aclManagement.inc:98 +#: include/class_management.inc:385 +msgid "Permission error" +msgstr "" + +#: plugins/admin/users/class_userManagement.inc:667 +msgid "Account locking" +msgstr "" + +#: plugins/admin/users/class_userManagement.inc:668 +#, php-format +msgid "" +"Password method '%s' does not support locking. Account (%s) has not been " +"locked!" +msgstr "" + +#: plugins/admin/users/class_userManagement.inc:741 +msgid "Unlock account" +msgstr "" + +#: plugins/admin/users/class_userManagement.inc:743 +msgid "Lock account" +msgstr "" + +#: plugins/admin/users/class_userManagement.inc:756 +msgid "Edit generic properties" +msgstr "" + +#: plugins/admin/users/class_userManagement.inc:760 +msgid "Edit POSIX properties" msgstr "" -#: plugins/personal/generic/class_user.inc:1205 -msgid "Cannot build RDN: no + allowed to build sub RDN!" +#: plugins/admin/users/class_userManagement.inc:762 +#: plugins/admin/groups/class_groupManagement.inc:165 +#: plugins/admin/ogroups/tabs_ogroups.inc:150 +msgid "Mail" msgstr "" -#: plugins/personal/generic/class_user.inc:1212 -msgid "Cannot build RDN: attribute is not defined!" +#: plugins/admin/users/class_userManagement.inc:764 +#: plugins/admin/groups/class_groupManagement.inc:166 +msgid "Edit mail properties" msgstr "" -#: plugins/personal/generic/class_user.inc:1230 -msgid "Cannot build RDN: invalid attribute parameters!" +#: plugins/admin/users/class_userManagement.inc:768 +#: plugins/admin/groups/class_groupManagement.inc:174 +msgid "Edit samba properties" msgstr "" -#: plugins/personal/generic/class_user.inc:1301 -msgid "The selected password method requires initial configuration!" +#: plugins/admin/users/class_userManagement.inc:771 +msgid "Netatalk" msgstr "" -#: plugins/personal/generic/class_user.inc:1343 -#: plugins/personal/generic/class_user.inc:1390 -#: plugins/personal/generic/class_user.inc:1681 -#: plugins/personal/generic/class_user.inc:1835 -#: plugins/admin/users/class_userManagement.inc:426 -#: plugins/admin/users/user-list.xml:57 -#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:40 -#: plugins/admin/groups/userSelect/user-list.xml:40 -msgid "Given name" +#: plugins/admin/users/class_userManagement.inc:772 +msgid "Edit netatalk properties" msgstr "" -#: plugins/personal/generic/class_user.inc:1500 -msgid "Cannot open certificate!" +#: plugins/admin/users/class_userManagement.inc:776 +#: plugins/admin/groups/class_groupManagement.inc:198 +msgid "Edit environment properties" msgstr "" -#: plugins/personal/generic/class_user.inc:1662 -#: plugins/personal/generic/generic_certs.tpl:83 -msgid "Certificate serial number" +#: plugins/admin/users/class_userManagement.inc:779 +msgid "FAX" msgstr "" -#: plugins/personal/generic/class_user.inc:1670 -msgid "Generic user settings" +#: plugins/admin/users/class_userManagement.inc:780 +msgid "Edit FAX properties" msgstr "" -#: plugins/personal/generic/class_user.inc:1680 -#: plugins/admin/users/user-list.xml:49 -#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:48 -#: plugins/admin/groups/userSelect/user-list.xml:48 -msgid "Surname" +#: plugins/admin/users/class_userManagement.inc:784 +#: plugins/admin/groups/class_groupManagement.inc:182 +msgid "Edit phone properties" msgstr "" -#: plugins/personal/generic/class_user.inc:1682 -msgid "User identification" +#: plugins/admin/users/templatize.tpl:2 +msgid "Applying a template" msgstr "" -#: plugins/personal/generic/class_user.inc:1684 -msgid "Allow to define user filters" +#: plugins/admin/users/templatize.tpl:6 +msgid "" +"Applying a template to several users will replace all user attributes " +"defined in the template." msgstr "" -#: plugins/personal/generic/class_user.inc:1691 -msgid "Preferred language" +#: plugins/admin/users/templatize.tpl:13 +msgid "Apply user template" msgstr "" -#: plugins/personal/generic/class_user.inc:1696 -msgid "Login restrictions" +#: plugins/admin/users/templatize.tpl:32 +msgid "No templates available!" msgstr "" -#: plugins/personal/generic/class_user.inc:1700 -msgid "Department number" +#: plugins/admin/users/user-list.xml:11 +msgid "List of users" msgstr "" -#: plugins/personal/generic/class_user.inc:1702 -msgid "Employee number" +#: plugins/admin/users/user-list.xml:23 plugins/admin/users/user-list.xml:95 +#: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:15 +#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:14 +#: plugins/admin/groups/userSelect/user-list.xml:14 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:63 +#: plugins/admin/ogroups/class_ogroupManagement.inc:183 +msgid "User" msgstr "" -#: plugins/personal/generic/class_user.inc:1705 -msgid "Room number" +#: plugins/admin/users/user-list.xml:73 plugins/admin/groups/group-list.xml:57 +#: plugins/admin/departments/generic.tpl:7 +#: plugins/admin/departments/generic.tpl:9 +#: plugins/admin/departments/organization.tpl:7 +#: plugins/admin/departments/organization.tpl:9 +#: plugins/admin/departments/locality.tpl:8 +#: plugins/admin/departments/locality.tpl:9 +#: plugins/admin/departments/dcObject.tpl:8 +#: plugins/admin/departments/dcObject.tpl:9 +#: plugins/admin/departments/domain.tpl:8 +#: plugins/admin/departments/domain.tpl:9 +#: plugins/admin/departments/country.tpl:8 +#: plugins/admin/departments/country.tpl:9 +#: plugins/admin/ogroups/ogroup-list.xml:57 +msgid "Properties" msgstr "" -#: plugins/personal/generic/class_user.inc:1706 -msgid "Telefon number" +#: plugins/admin/users/user-list.xml:78 plugins/admin/groups/group-list.xml:62 +#: plugins/admin/departments/dep-list.xml:87 plugins/admin/acl/acl-list.xml:65 +#: plugins/admin/ogroups/ogroup-list.xml:62 +#: plugins/addons/propertyEditor/property-list.xml:96 +#: include/class_listing.inc:1174 +msgid "Actions" msgstr "" -#: plugins/personal/generic/class_user.inc:1707 -msgid "Pager number" +#: plugins/admin/users/user-list.xml:114 +#: plugins/admin/groups/group-list.xml:91 +#: plugins/admin/departments/dep-list.xml:172 +#: plugins/admin/acl/acl-list.xml:131 plugins/admin/ogroups/ogroup-list.xml:91 +msgid "Edit" msgstr "" -#: plugins/personal/generic/class_user.inc:1708 -msgid "Mobile number" +#: plugins/admin/users/user-list.xml:140 +msgid "Lock users" msgstr "" -#: plugins/personal/generic/class_user.inc:1709 -msgid "Fax number" +#: plugins/admin/users/user-list.xml:148 +msgid "Unlock users" msgstr "" -#: plugins/personal/generic/class_user.inc:1715 -msgid "Home postal address" +#: plugins/admin/users/user-list.xml:156 +#: plugins/admin/groups/group-list.xml:106 +#: plugins/admin/ogroups/ogroup-list.xml:106 +msgid "Send message" msgstr "" -#: plugins/personal/generic/class_user.inc:1716 -msgid "Home phone number" +#: plugins/admin/users/user-list.xml:167 +msgid "Apply template" msgstr "" -#: plugins/personal/generic/class_user.inc:1718 -msgid "User password method" +#: plugins/admin/users/user-list.xml:199 +msgid "New user from template" msgstr "" -#: plugins/personal/generic/class_user.inc:1719 -msgid "User certificates" +#: plugins/admin/users/user-list.xml:213 +msgid "Edit user" msgstr "" -#: plugins/personal/generic/class_user.inc:1927 -msgid "Entries differ" +#: plugins/admin/users/user-list.xml:222 +msgid "%{filter:lockLabel(userPassword)}" msgstr "" -#: plugins/personal/generic/generic_picture.tpl:1 -msgid "Personal picture" +#: plugins/admin/users/user-list.xml:245 +msgid "Remove user" msgstr "" -#: plugins/personal/generic/generic_picture.tpl:14 -#: plugins/personal/generic/paste_generic.tpl:43 -msgid "Remove picture" +#: plugins/admin/users/template.tpl:2 +msgid "Creating a new user using templates" msgstr "" -#: plugins/personal/generic/password.tpl:2 +#: plugins/admin/users/template.tpl:6 msgid "" -"You have changed the method your password is stored in the ldap database. " -"For that reason you've to enter your password at this point again. GOsa will " -"then encode it with the selected method." +"Creating a new user can be assisted by using templates. Many database " +"records will be filled automatically. Choose 'none' to skip the usage of " +"templates." msgstr "" -#: plugins/personal/generic/generic_certs.tpl:5 -msgid "The users standard certificate" +#: plugins/admin/users/template.tpl:13 +msgid "User template selection dialog" msgstr "" -#: plugins/personal/generic/generic_certs.tpl:8 -msgid "Standard certificate" +#: plugins/admin/groups/userGroupSelect/class_userGroupSelect.inc:29 +msgid "User and group selection" msgstr "" -#: plugins/personal/generic/generic_certs.tpl:31 -msgid "The users S/MIME certificate" +#: plugins/admin/groups/singleUserSelect/class_singleUserSelect.inc:29 +#: plugins/admin/groups/userSelect/class_userSelect.inc:26 +msgid "User selection" msgstr "" -#: plugins/personal/generic/generic_certs.tpl:34 -msgid "S/MIME certificate" +#: plugins/admin/groups/generic.tpl:11 +#: plugins/admin/groups/paste_generic.tpl:5 +#: plugins/admin/ogroups/generic.tpl:7 +#: plugins/admin/ogroups/paste_generic.tpl:4 +msgid "Group name" msgstr "" -#: plugins/personal/generic/generic_certs.tpl:57 -msgid "The users PKCS12 certificate" +#: plugins/admin/groups/generic.tpl:17 +#: plugins/admin/groups/paste_generic.tpl:8 +msgid "Posix name of the group" msgstr "" -#: plugins/personal/generic/generic_certs.tpl:60 -msgid "PKCS12 certificate" +#: plugins/admin/groups/generic.tpl:28 plugins/admin/ogroups/generic.tpl:18 +msgid "Descriptive text for this group" msgstr "" -#: plugins/personal/generic/paste_generic.tpl:1 -msgid "User settings" +#: plugins/admin/groups/generic.tpl:59 +#: plugins/admin/groups/paste_generic.tpl:13 +msgid "Normally IDs are autogenerated, select to specify manually" msgstr "" -#: plugins/personal/generic/paste_generic.tpl:3 -msgid "Paste user" +#: plugins/admin/groups/generic.tpl:62 +#: plugins/admin/groups/paste_generic.tpl:15 +msgid "Force GID" msgstr "" -#: plugins/personal/generic/paste_generic.tpl:24 -msgid "Clear password" +#: plugins/admin/groups/generic.tpl:65 +#: plugins/admin/groups/paste_generic.tpl:18 +msgid "Forced ID number" msgstr "" -#: plugins/personal/generic/paste_generic.tpl:25 -msgid "Set new password" +#: plugins/admin/groups/generic.tpl:75 plugins/admin/groups/generic.tpl:102 +msgid "Select to create a samba conform group" msgstr "" -#: plugins/personal/posix/generic.tpl:1 -msgid "POSIX settings" +#: plugins/admin/groups/generic.tpl:87 plugins/admin/groups/generic.tpl:110 +msgid "in domain" msgstr "" -#: plugins/personal/posix/generic.tpl:6 plugins/admin/ogroups/generic.tpl:5 -msgid "Generic settings" +#: plugins/admin/groups/generic.tpl:131 +msgid "Members are in a phone pickup group" msgstr "" -#: plugins/personal/posix/generic.tpl:8 -#: plugins/personal/posix/class_posixAccount.inc:884 -#: plugins/personal/posix/class_posixAccount.inc:887 -#: plugins/personal/posix/class_posixAccount.inc:962 -#: plugins/personal/posix/class_posixAccount.inc:965 -#: plugins/personal/posix/class_posixAccount.inc:1309 -#: plugins/personal/posix/paste_generic.tpl:5 -#: plugins/personal/posix/paste_generic.tpl:8 -msgid "Home directory" +#: plugins/admin/groups/generic.tpl:146 +msgid "Members are in a nagios group" msgstr "" -#: plugins/personal/posix/generic.tpl:16 -#: plugins/personal/posix/class_posixAccount.inc:1311 -msgid "Shell" +#: plugins/admin/groups/generic.tpl:174 +msgid "Common group members" msgstr "" -#: plugins/personal/posix/generic.tpl:26 -#: plugins/personal/posix/class_posixAccount.inc:1310 -#: plugins/personal/posix/paste_generic.tpl:17 -msgid "Primary group" +#: plugins/admin/groups/generic.tpl:183 +msgid "Partial group members" msgstr "" -#: plugins/personal/posix/generic.tpl:37 -msgid "Status" +#: plugins/admin/groups/generic.tpl:188 +msgid "Group members" msgstr "" -#: plugins/personal/posix/generic.tpl:42 -msgid "Last logon" +#: plugins/admin/groups/class_groupManagement.inc:26 +msgid "" +"Manage aspects of groups like members, POSIX, desktop, samba and mail " +"settings" msgstr "" -#: plugins/personal/posix/generic.tpl:60 -#: plugins/personal/posix/paste_generic.tpl:31 -msgid "Force UID/GID" +#: plugins/admin/groups/class_groupManagement.inc:157 +msgid "Posix" msgstr "" -#: plugins/personal/posix/generic.tpl:64 -#: plugins/personal/posix/class_posixAccount.inc:895 -#: plugins/personal/posix/class_posixAccount.inc:898 -#: plugins/personal/posix/paste_generic.tpl:36 -msgid "UID" +#: plugins/admin/groups/class_groupManagement.inc:158 +msgid "Edit posix properties" msgstr "" -#: plugins/personal/posix/generic.tpl:75 -#: plugins/personal/posix/class_posixAccount.inc:902 -#: plugins/personal/posix/class_posixAccount.inc:905 -#: plugins/personal/posix/paste_generic.tpl:45 -#: plugins/admin/groups/class_group.inc:943 -#: plugins/admin/groups/class_group.inc:946 -#: plugins/admin/groups/class_group.inc:1025 -msgid "GID" +#: plugins/admin/groups/class_groupManagement.inc:189 +msgid "Menu" msgstr "" -#: plugins/personal/posix/generic.tpl:89 -#: plugins/personal/posix/paste_generic.tpl:54 -#: plugins/personal/posix/paste_generic.tpl:57 -msgid "Group membership" +#: plugins/admin/groups/class_groupManagement.inc:190 +msgid "Edit start menu properties" msgstr "" -#: plugins/personal/posix/generic.tpl:92 -#: plugins/personal/posix/paste_generic.tpl:65 -msgid "(Warning: more than 16 groups are not supported by NFS!)" +#: plugins/admin/groups/class_group.inc:166 +#: include/class_CopyPasteHandler.inc:119 +#: include/class_CopyPasteHandler.inc:128 +#: include/class_CopyPasteHandler.inc:177 +#: include/class_CopyPasteHandler.inc:186 +#: include/class_CopyPasteHandler.inc:194 include/class_config.inc:162 +#: include/class_config.inc:678 include/class_config.inc:1138 +#: include/class_config.inc:1151 include/class_config.inc:1169 +#: include/functions.inc:814 include/functions.inc:3023 +#: include/functions.inc:3066 include/functions.inc:3079 +#: include/password-methods/class_password-methods-ssha.inc:51 +#: include/password-methods/class_password-methods-sha.inc:48 +#: include/utils/class_timezone.inc:47 include/class_SnapshotHandler.inc:44 +#: include/class_SnapshotHandler.inc:57 include/class_SnapshotHandler.inc:75 +#: include/class_pluglist.inc:92 html/index.php:157 html/index.php:233 +#: html/password.php:84 html/main.php:239 +msgid "Configuration error" msgstr "" -#: plugins/personal/posix/generic.tpl:101 -msgid "Common group" +#: plugins/admin/groups/class_group.inc:166 +msgid "Cannot find group SID in your configuration!" msgstr "" -#: plugins/personal/posix/generic.tpl:105 -msgid "Groups differ" +#: plugins/admin/groups/class_group.inc:210 +#: plugins/admin/groups/class_group.inc:1170 +#: plugins/admin/groups/class_group.inc:1180 +msgid "Surename" msgstr "" -#: plugins/personal/posix/generic.tpl:125 -msgid "Account permissions" +#: plugins/admin/groups/class_group.inc:310 +msgid "Samba group" msgstr "" -#: plugins/personal/posix/generic.tpl:130 -msgid "SSH keys" +#: plugins/admin/groups/class_group.inc:310 +msgid "Domain admins" msgstr "" - -#: plugins/personal/posix/generic.tpl:131 -msgid "Edit public ssh keys..." + +#: plugins/admin/groups/class_group.inc:310 +msgid "Domain users" msgstr "" -#: plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc:173 -msgid "full access" +#: plugins/admin/groups/class_group.inc:311 +msgid "Domain guests" msgstr "" -#: plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc:174 -msgid "allow access to these hosts" +#: plugins/admin/groups/class_group.inc:316 +#, php-format +msgid "Special group (%d)" msgstr "" -#: plugins/personal/posix/trustModeDialog/generic.tpl:2 -#: plugins/admin/groups/class_group.inc:1029 -msgid "System trust" +#: plugins/admin/groups/class_group.inc:464 +#, php-format +msgid "Adding UID '%s' to group '%s' failed: cannot find user object!" msgstr "" -#: plugins/personal/posix/trustModeDialog/generic.tpl:5 -#: plugins/personal/posix/trustModeDialog/generic.tpl:21 -msgid "Trust mode" +#: plugins/admin/groups/class_group.inc:470 +#, php-format +msgid "Add UID '%s' to group '%s' failed: UID is used more than once!" msgstr "" -#: plugins/personal/posix/posix_shadow.tpl:12 -msgid "User must change password on first login" +#: plugins/admin/groups/class_group.inc:733 +#, php-format +msgid "Cannot find any SID for '%s'!" msgstr "" -#: plugins/personal/posix/posix_shadow.tpl:59 -msgid "Password expiration settings" +#: plugins/admin/groups/class_group.inc:738 +#, php-format +msgid "Cannot find any RIDBASE for '%s'!" msgstr "" -#: plugins/personal/posix/posix_shadow.tpl:62 -msgid "Password expires on" +#: plugins/admin/groups/class_group.inc:832 +#, php-format +msgid "The gidNumber '%s' is already in use by %s!" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:38 -msgid "Edit users POSIX settings" +#: plugins/admin/groups/class_group.inc:1016 +msgid "Generic group settings" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:150 -msgid "expired" +#: plugins/admin/groups/class_group.inc:1029 +msgid "" +"The 'ogroupRDN' statement defines the location where new object groups will " +"be created. The default is 'ou=groups,'." msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:152 -msgid "grace time active" +#: plugins/admin/groups/class_group.inc:1043 +msgid "Samba group type" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:155 -#: plugins/personal/posix/class_posixAccount.inc:157 -#: plugins/personal/posix/class_posixAccount.inc:159 -msgid "active" +#: plugins/admin/groups/class_group.inc:1044 +msgid "Samba domain name" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:155 -msgid "password not changeable" +#: plugins/admin/groups/class_group.inc:1046 +msgid "Phone pickup group" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:157 -msgid "password expired" +#: plugins/admin/groups/class_group.inc:1047 +msgid "Nagios group" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:219 -#: include/class_management.inc:32 include/class_management.inc:33 -msgid "unconfigured" +#: plugins/admin/groups/class_group.inc:1049 +msgid "Group member" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:230 -msgid "automatic" +#: plugins/admin/groups/group-filter.xml:31 +msgid "Default filter2" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:274 -#: plugins/personal/posix/class_posixAccount.inc:294 -#: plugins/personal/posix/class_posixAccount.inc:296 -#: plugins/personal/posix/class_posixAccount.inc:299 -#: plugins/admin/users/class_userManagement.inc:759 -msgid "POSIX" +#: plugins/admin/groups/paste_generic.tpl:1 +msgid "Group settings" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:294 -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:104 -#: plugins/admin/users/class_userManagement.inc:775 -#: plugins/admin/groups/class_groupManagement.inc:197 -#: plugins/admin/ogroups/tabs_ogroups.inc:222 -msgid "Environment" +#: plugins/admin/groups/paste_generic.tpl:2 +msgid "Paste group settings" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:378 -#, php-format -msgid "Password can't be changed up to %s days after last change" +#: plugins/admin/groups/group-list.xml:11 +msgid "List of groups" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:382 -#, php-format -msgid "Password must be changed after %s days" +#: plugins/admin/groups/group-list.xml:138 +msgid "Edit group" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:386 -#, php-format -msgid "Disable account after %s days of inactivity after password expiry" +#: plugins/admin/groups/group-list.xml:151 +msgid "Remove group" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:390 -#, php-format -msgid "Warn user %s days before password expiry" +#: plugins/admin/departments/class_domain.inc:81 +#: plugins/admin/departments/class_domain.inc:82 +#: plugins/admin/departments/class_departmentManagement.inc:205 +#: plugins/admin/departments/class_dcObject.inc:81 +#: plugins/admin/departments/class_dcObject.inc:82 +msgid "Domain Component" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:678 -msgid "Timeout while waiting for lock. Ignoring lock!" +#: plugins/admin/departments/class_domain.inc:94 +#: plugins/admin/departments/generic.tpl:132 +#: plugins/admin/departments/organization.tpl:132 +#: plugins/admin/departments/class_localityGeneric.inc:95 +#: plugins/admin/departments/locality.tpl:67 +#: plugins/admin/departments/class_department.inc:688 +#: plugins/admin/departments/dcObject.tpl:67 +#: plugins/admin/departments/domain.tpl:67 +#: plugins/admin/departments/country.tpl:68 +#: plugins/admin/departments/class_countryGeneric.inc:95 +#: plugins/admin/departments/class_organizationGeneric.inc:135 +#: plugins/admin/departments/class_dcObject.inc:94 +msgid "Administrative settings" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:736 -#: plugins/personal/posix/class_posixAccount.inc:1026 -msgid "Group of user" +#: plugins/admin/departments/generic.tpl:4 +#: plugins/admin/departments/dep-filter.xml:35 +msgid "Organizational Unit" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:803 -msgid "" -"A duplicated UID number was written for this user. If this was not intended " -"please verify all used uidNumbers!" +#: plugins/admin/departments/generic.tpl:11 +msgid "Name of department" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:918 -#: plugins/personal/posix/class_posixAccount.inc:971 -msgid "shadowMin" +#: plugins/admin/departments/generic.tpl:14 +msgid "Name of subtree to create" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:923 -#: plugins/personal/posix/class_posixAccount.inc:976 -msgid "shadowMax" +#: plugins/admin/departments/generic.tpl:22 +msgid "Descriptive text for department" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:928 -#: plugins/personal/posix/class_posixAccount.inc:981 -msgid "shadowWarning" +#: plugins/admin/departments/generic.tpl:27 +#: plugins/admin/departments/organization.tpl:27 +#: plugins/admin/departments/class_department.inc:678 +#: plugins/admin/departments/class_organizationGeneric.inc:124 +#: plugins/admin/acl/class_aclRole.inc:163 include/class_userFilter.inc:55 +msgid "Category" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:942 -#: plugins/personal/posix/class_posixAccount.inc:995 -msgid "shadowInactive" +#: plugins/admin/departments/generic.tpl:30 +#: plugins/admin/departments/organization.tpl:30 +msgid "Category for this subtree" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1299 -msgid "POSIX account" +#: plugins/admin/departments/generic.tpl:90 +#: plugins/admin/departments/organization.tpl:89 +msgid "State where this subtree is located" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1313 -msgid "Group ID" +#: plugins/admin/departments/generic.tpl:98 +#: plugins/admin/departments/organization.tpl:97 +msgid "Location of this subtree" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1315 -msgid "Shadow last changed" +#: plugins/admin/departments/generic.tpl:106 +#: plugins/admin/departments/organization.tpl:105 +msgid "Postal address of this subtree" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1316 -msgid "Last login" +#: plugins/admin/departments/generic.tpl:113 +#: plugins/admin/departments/organization.tpl:112 +msgid "Base telephone number of this subtree" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1318 -msgid "Force password change on login" +#: plugins/admin/departments/generic.tpl:121 +#: plugins/admin/departments/organization.tpl:120 +msgid "Base facsimile telephone number of this subtree" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1319 -msgid "Shadow min" +#: plugins/admin/departments/generic.tpl:135 +#: plugins/admin/departments/organization.tpl:135 +#: plugins/admin/departments/locality.tpl:70 +#: plugins/admin/departments/dcObject.tpl:70 +#: plugins/admin/departments/domain.tpl:70 +#: plugins/admin/departments/country.tpl:71 +msgid "Tag department as an independent administrative unit" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1320 -msgid "Shadow max" +#: plugins/admin/departments/organization.tpl:11 +msgid "Name of organization" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1321 -msgid "Shadow warning" +#: plugins/admin/departments/organization.tpl:14 +msgid "Name of organization to create" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1322 -msgid "Shadow inactive" +#: plugins/admin/departments/organization.tpl:22 +#: plugins/admin/departments/locality.tpl:22 +#: plugins/admin/departments/dcObject.tpl:22 +#: plugins/admin/departments/domain.tpl:22 +#: plugins/admin/departments/country.tpl:22 +msgid "Descriptive text for department" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1323 -msgid "Shadow expire" +#: plugins/admin/departments/dep-list.xml:11 +msgid "List of structural objects" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1324 -msgid "Public SSH key" +#: plugins/admin/departments/dep-list.xml:15 +#: plugins/admin/departments/dep-list.xml:103 +#: plugins/admin/departments/class_departmentManagement.inc:193 +#: plugins/admin/departments/domain.tpl:5 +#: plugins/admin/departments/dep-filter.xml:105 +msgid "Domain" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1325 -msgid "System trust model" +#: plugins/admin/departments/dep-list.xml:23 +#: plugins/admin/departments/dep-list.xml:110 +#: plugins/admin/departments/dcObject.tpl:5 +#: plugins/admin/departments/dep-filter.xml:77 +msgid "Domain component" msgstr "" -#: plugins/personal/posix/paste_generic.tpl:1 -#: plugins/personal/posix/paste_generic.tpl:4 -msgid "Posix settings" +#: plugins/admin/departments/dep-list.xml:31 +#: plugins/admin/departments/dep-list.xml:117 +#: plugins/admin/departments/class_departmentManagement.inc:217 +#: plugins/admin/departments/country.tpl:5 +#: plugins/admin/departments/dep-filter.xml:49 +#: plugins/admin/departments/class_countryGeneric.inc:82 +#: plugins/admin/departments/class_countryGeneric.inc:83 +msgid "Country" msgstr "" -#: plugins/personal/posix/groupSelect/class_groupSelect.inc:29 -msgid "Group selection" +#: plugins/admin/departments/dep-list.xml:39 +#: plugins/admin/departments/dep-list.xml:124 +#: plugins/admin/departments/class_localityGeneric.inc:82 +#: plugins/admin/departments/class_localityGeneric.inc:83 +#: plugins/admin/departments/locality.tpl:5 +#: plugins/admin/departments/class_departmentManagement.inc:229 +#: plugins/admin/departments/dep-filter.xml:63 +msgid "Locality" msgstr "" -#: plugins/personal/posix/groupSelect/group-filter.xml:16 -#: plugins/personal/posix/trustSelect/trust-filter.xml:17 -#: plugins/admin/users/user-filter.xml:19 -#: plugins/admin/groups/userGroupSelect/selectUserGroup-filter.xml:21 -#: plugins/admin/groups/singleUserSelect/singleUser-filter.xml:20 -#: plugins/admin/groups/userSelect/user-filter.xml:20 -#: plugins/admin/groups/group-filter.xml:17 -#: plugins/admin/departments/dep-filter.xml:17 -#: plugins/admin/acl/acl-filter.xml:18 -#: plugins/admin/ogroups/objectSelect/selectObject-filter.xml:32 -#: plugins/admin/ogroups/ogroup-filter.xml:18 -msgid "Default filter" +#: plugins/admin/departments/locality.tpl:11 +#: plugins/admin/departments/dcObject.tpl:11 +msgid "Locality name" msgstr "" -#: plugins/personal/posix/groupSelect/group-list.xml:10 -#: plugins/personal/posix/trustSelect/trust-list.xml:9 -#: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:11 -#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:10 -#: plugins/admin/groups/userSelect/user-list.xml:10 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:11 -msgid "Please select the desired entries" +#: plugins/admin/departments/locality.tpl:14 +#: plugins/admin/departments/dcObject.tpl:14 +msgid "Name of locality to create" msgstr "" -#: plugins/personal/posix/trustSelect/trust-list.xml:26 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:39 -#: plugins/admin/ogroups/class_ogroupManagement.inc:191 -msgid "Terminal" +#: plugins/admin/departments/class_department.inc:441 +#: include/functions.inc:459 include/utils/class_xml.inc:43 +#: html/password.php:59 html/main.php:158 +msgid "Fatal error" msgstr "" -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:29 -msgid "Trust machine selection" +#: plugins/admin/departments/class_department.inc:441 +msgid "Cannot find an unused tag for this administrative unit!" msgstr "" -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:64 -#: plugins/admin/groups/class_groupManagement.inc:157 -msgid "Posix" +#: plugins/admin/departments/class_department.inc:509 +#, php-format +msgid "Tagging '%s'." msgstr "" -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:65 -#: plugins/admin/groups/class_groupManagement.inc:158 -msgid "Edit posix properties" +#: plugins/admin/departments/class_department.inc:590 +#, php-format +msgid "Moving '%s' to '%s'" msgstr "" -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:73 -#: plugins/admin/users/class_userManagement.inc:764 -#: plugins/admin/groups/class_groupManagement.inc:166 -msgid "Edit mail properties" +#: plugins/admin/departments/class_department.inc:631 +#, php-format +msgid "FAILED to copy %s, aborting operation" msgstr "" -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:81 -#: plugins/admin/users/class_userManagement.inc:768 -#: plugins/admin/groups/class_groupManagement.inc:174 -msgid "Edit samba properties" +#: plugins/admin/departments/class_department.inc:662 +#: plugins/admin/departments/class_department.inc:673 +msgid "Departments" msgstr "" -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:89 -#: plugins/admin/users/class_userManagement.inc:784 -#: plugins/admin/groups/class_groupManagement.inc:182 -msgid "Edit phone properties" +#: plugins/admin/departments/class_department.inc:676 +msgid "Department name" msgstr "" -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:96 -#: plugins/admin/groups/class_groupManagement.inc:189 -msgid "Menu" +#: plugins/admin/departments/class_department.inc:684 +msgid "Telephone" msgstr "" -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:97 -#: plugins/admin/groups/class_groupManagement.inc:190 -msgid "Edit start menu properties" +#: plugins/admin/departments/class_department.inc:739 +#, php-format +msgid "Object '%s' is already tagged" msgstr "" -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:105 -#: plugins/admin/users/class_userManagement.inc:776 -#: plugins/admin/groups/class_groupManagement.inc:198 -msgid "Edit environment properties" +#: plugins/admin/departments/class_department.inc:746 +#, php-format +msgid "Adding tag (%s) to object '%s'" msgstr "" -#: plugins/personal/myaccount/main.inc:112 -msgid "You have no permission to set your password!" +#: plugins/admin/departments/class_department.inc:778 +#, php-format +msgid "Removing tag from object '%s'" msgstr "" -#: plugins/personal/myaccount/class_MyAccount.inc:6 -msgid "Edit personal settings" +#: plugins/admin/departments/class_departmentManagement.inc:25 +msgid "Directory structure" msgstr "" -#: plugins/admin/users/password.tpl:4 +#: plugins/admin/departments/class_departmentManagement.inc:26 msgid "" -"To change the user password use the fields below. The changes take effect " -"immediately. Please memorize the new password, because the user wouldn't be " -"able to login without it." +"Manage organizations, organizational units, localities, countries and more" msgstr "" -#: plugins/admin/users/password.tpl:11 -msgid "Password input dialog" +#: plugins/admin/departments/class_departmentManagement.inc:125 +msgid "" +"As soon as the tag operation has finished, you can scroll down to end of the " +"page and press the 'Continue' button to continue with the department " +"management dialog." msgstr "" -#: plugins/admin/users/password.tpl:21 -msgid "Strength" +#: plugins/admin/departments/dep_iframe.tpl:1 +msgid "Processing the requested operation" msgstr "" -#: plugins/admin/users/user-filter.xml:33 -msgid "Show templates" +#: plugins/admin/departments/dep_iframe.tpl:7 +msgid "" +"Your browser doesn't support iframes, please use this link to perform the " +"requested operation." msgstr "" -#: plugins/admin/users/user-filter.xml:47 -msgid "Show POSIX users" +#: plugins/admin/departments/domain.tpl:11 +msgid "Domain name" msgstr "" -#: plugins/admin/users/user-filter.xml:61 -msgid "Show SAMBA users" +#: plugins/admin/departments/domain.tpl:14 +msgid "Name of domain to create" msgstr "" -#: plugins/admin/users/user-filter.xml:75 -msgid "Show mail users" +#: plugins/admin/departments/country.tpl:11 +#: plugins/admin/departments/class_countryGeneric.inc:91 +msgid "Country name" msgstr "" -#: plugins/admin/users/class_userManagement.inc:26 -msgid "" -"Manage aspects of user accounts like generic, posix, samba and mail settings" +#: plugins/admin/departments/country.tpl:14 +msgid "Name of country to create" msgstr "" -#: plugins/admin/users/class_userManagement.inc:189 -#: plugins/admin/groups/class_groupManagement.inc:100 -#: plugins/admin/ogroups/class_ogroupManagement.inc:115 -msgid "Infrastructure error" +#: plugins/admin/departments/dep_move_confirm.tpl:2 +msgid "You are currently moving/renaming this department." msgstr "" -#: plugins/admin/users/class_userManagement.inc:221 -#: plugins/admin/users/class_userManagement.inc:629 -#: include/class_management.inc:302 include/class_management.inc:459 -#: include/class_management.inc:506 include/class_management.inc:543 -#: include/class_management.inc:557 include/class_plugin.inc:1434 -#: include/class_plugin.inc:1446 include/class_plugin.inc:1461 -#: include/class_plugin.inc:1474 -msgid "Permission" +#: plugins/admin/departments/dep_move_confirm.tpl:6 +msgid "" +"Modifying a departments naming attribute 'ou' or base may corrupt acls and " +"snapshot entries for all entire objects." msgstr "" -#: plugins/admin/users/class_userManagement.inc:278 -msgid "You have no permission to change this users password!" +#: plugins/admin/departments/dep_move_confirm.tpl:9 +msgid "GOsa can NOT fix this for you, yet." msgstr "" -#: plugins/admin/users/class_userManagement.inc:348 -#: plugins/admin/users/class_userManagement.inc:382 -#: plugins/admin/users/class_userManagement.inc:413 -#: plugins/admin/ogroups/class_ogroup.inc:300 -msgid "none" +#: plugins/admin/departments/dep_move_confirm.tpl:12 +msgid "" +"Before you confirm this action, ensure that everything will be as expected, " +"possibly the best solution is a backup." msgstr "" -#: plugins/admin/users/class_userManagement.inc:420 -#: plugins/admin/users/templatize.tpl:15 plugins/admin/users/user-list.xml:15 -#: plugins/admin/users/user-list.xml:102 plugins/admin/users/template.tpl:15 -msgid "Template" +#: plugins/admin/departments/class_organizationGeneric.inc:122 +msgid "Organization name" msgstr "" -#: plugins/admin/users/class_userManagement.inc:587 -#: plugins/admin/users/class_userManagement.inc:591 -#: plugins/admin/acl/class_aclManagement.inc:98 -#: include/class_management.inc:383 -msgid "Permission error" +#: plugins/admin/departments/class_organizationGeneric.inc:132 +msgid "Phone number" msgstr "" -#: plugins/admin/users/class_userManagement.inc:667 -msgid "Account locking" +#: plugins/admin/acl/class_aclManagement.inc:25 include/class_acl.inc:27 +msgid "Access control" msgstr "" -#: plugins/admin/users/class_userManagement.inc:668 -#, php-format +#: plugins/admin/acl/class_aclManagement.inc:26 msgid "" -"Password method '%s' does not support locking. Account (%s) has not been " -"locked!" +"Control access to GOsa managed objects down to attribute and action level" msgstr "" -#: plugins/admin/users/class_userManagement.inc:741 -msgid "Unlock account" +#: plugins/admin/acl/class_aclManagement.inc:154 +#: plugins/admin/acl/acl-filter.xml:48 +msgid "ACL Assignment" msgstr "" -#: plugins/admin/users/class_userManagement.inc:743 -msgid "Lock account" +#: plugins/admin/acl/acl-list.xml:11 +msgid "List of acls" msgstr "" -#: plugins/admin/users/class_userManagement.inc:756 -msgid "Edit generic properties" +#: plugins/admin/acl/acl-list.xml:15 +msgid "Acl" msgstr "" -#: plugins/admin/users/class_userManagement.inc:760 -msgid "Edit POSIX properties" +#: plugins/admin/acl/tabs_acl_role.inc:28 plugins/admin/acl/acl-filter.xml:33 +msgid "ACL Templates" msgstr "" -#: plugins/admin/users/class_userManagement.inc:771 -msgid "Netatalk" +#: plugins/admin/acl/class_aclRole.inc:26 +#: plugins/admin/acl/class_aclRole.inc:712 +msgid "Access control roles" msgstr "" -#: plugins/admin/users/class_userManagement.inc:772 -msgid "Edit netatalk properties" +#: plugins/admin/acl/class_aclRole.inc:27 +msgid "Edit AC roles" msgstr "" -#: plugins/admin/users/class_userManagement.inc:780 -msgid "Edit FAX properties" +#: plugins/admin/acl/class_aclRole.inc:135 +msgid "Reset ACL" msgstr "" -#: plugins/admin/users/templatize.tpl:2 -msgid "Applying a template" +#: plugins/admin/acl/class_aclRole.inc:179 +#: plugins/admin/acl/class_aclRole.inc:741 include/class_acl.inc:278 +msgid "Permissions" msgstr "" -#: plugins/admin/users/templatize.tpl:6 -msgid "" -"Applying a template to several users will replace all user attributes " -"defined in the template." +#: plugins/admin/acl/class_aclRole.inc:179 include/class_acl.inc:278 +#: include/php_setup.inc:185 +msgid "Type" msgstr "" -#: plugins/admin/users/templatize.tpl:13 -msgid "Apply user template" +#: plugins/admin/acl/class_aclRole.inc:408 +msgid "No ACL settings for this category" msgstr "" -#: plugins/admin/users/templatize.tpl:32 -msgid "No templates available!" +#: plugins/admin/acl/class_aclRole.inc:410 +#, php-format +msgid "ACL for these objects: %s" msgstr "" -#: plugins/admin/users/user-list.xml:11 -msgid "List of users" +#: plugins/admin/acl/class_aclRole.inc:415 +msgid "Edit category ACL" msgstr "" -#: plugins/admin/users/user-list.xml:73 plugins/admin/groups/group-list.xml:57 -#: plugins/admin/departments/generic.tpl:7 -#: plugins/admin/departments/generic.tpl:9 -#: plugins/admin/departments/organization.tpl:7 -#: plugins/admin/departments/organization.tpl:9 -#: plugins/admin/departments/locality.tpl:8 -#: plugins/admin/departments/locality.tpl:9 -#: plugins/admin/departments/dcObject.tpl:8 -#: plugins/admin/departments/dcObject.tpl:9 -#: plugins/admin/departments/domain.tpl:8 -#: plugins/admin/departments/domain.tpl:9 -#: plugins/admin/departments/country.tpl:8 -#: plugins/admin/departments/country.tpl:9 -#: plugins/admin/ogroups/ogroup-list.xml:57 -msgid "Properties" +#: plugins/admin/acl/class_aclRole.inc:418 +msgid "Delete category ACL" msgstr "" -#: plugins/admin/users/user-list.xml:78 -#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:64 -#: plugins/admin/groups/group-list.xml:62 -#: plugins/admin/departments/dep-list.xml:87 plugins/admin/acl/acl-list.xml:65 -#: plugins/admin/ogroups/ogroup-list.xml:62 include/class_listing.inc:1127 -msgid "Actions" +#: plugins/admin/acl/class_aclRole.inc:439 +#, php-format +msgid "Edit ACL for '%s', scope is '%s'" msgstr "" -#: plugins/admin/users/user-list.xml:114 -#: plugins/admin/groups/group-list.xml:91 -#: plugins/admin/departments/dep-list.xml:172 -#: plugins/admin/acl/acl-list.xml:131 plugins/admin/ogroups/ogroup-list.xml:91 -msgid "Edit" +#: plugins/admin/acl/class_aclRole.inc:632 +msgid "Object in use" msgstr "" -#: plugins/admin/users/user-list.xml:128 plugins/admin/users/user-list.xml:230 -msgid "Change password" +#: plugins/admin/acl/class_aclRole.inc:632 +#, php-format +msgid "This role cannot be removed while it is in use by these objects:" msgstr "" -#: plugins/admin/users/user-list.xml:140 -msgid "Lock users" +#: plugins/admin/acl/class_aclRole.inc:728 +msgid "" +"The 'aclRoleRDN' statement defines the location where new acl roles will be " +"created. The default is 'ou=aclroles,'." msgstr "" -#: plugins/admin/users/user-list.xml:148 -msgid "Unlock users" +#: plugins/admin/acl/class_aclRole.inc:767 plugins/admin/acl/tabs_acl.inc:28 +#: include/class_acl.inc:1282 include/class_acl.inc:1283 +#: include/class_acl.inc:1289 include/class_tabs.inc:382 +msgid "ACL" msgstr "" -#: plugins/admin/users/user-list.xml:156 -#: plugins/admin/groups/group-list.xml:106 -#: plugins/admin/ogroups/ogroup-list.xml:106 -msgid "Send message" +#: plugins/admin/acl/paste_role.tpl:1 +msgid "Paste acl-role" msgstr "" -#: plugins/admin/users/user-list.xml:167 -msgid "Apply template" +#: plugins/admin/ogroups/generic.tpl:1 +#: plugins/admin/ogroups/ogroup-list.xml:15 +msgid "Object group" msgstr "" -#: plugins/admin/users/user-list.xml:199 -msgid "New user from template" +#: plugins/admin/ogroups/generic.tpl:10 +msgid "Name of the group" msgstr "" -#: plugins/admin/users/user-list.xml:213 -msgid "Edit user" +#: plugins/admin/ogroups/generic.tpl:41 +msgid "Member objects" msgstr "" -#: plugins/admin/users/user-list.xml:222 -msgid "%{filter:lockLabel(userPassword)}" +#: plugins/admin/ogroups/tabs_ogroups.inc:134 +msgid "Phone queue" msgstr "" -#: plugins/admin/users/user-list.xml:245 -msgid "Remove user" +#: plugins/admin/ogroups/tabs_ogroups.inc:163 +msgid "System settings" msgstr "" -#: plugins/admin/users/template.tpl:2 -msgid "Creating a new user using templates" +#: plugins/admin/ogroups/tabs_ogroups.inc:175 +#: plugins/admin/ogroups/tabs_ogroups.inc:200 +msgid "Recipe" msgstr "" -#: plugins/admin/users/template.tpl:6 -msgid "" -"Creating a new user can be assisted by using templates. Many database " -"records will be filled automatically. Choose 'none' to skip the usage of " -"templates." +#: plugins/admin/ogroups/tabs_ogroups.inc:187 +#: plugins/admin/ogroups/tabs_ogroups.inc:209 +msgid "Devices" msgstr "" -#: plugins/admin/users/template.tpl:13 -msgid "User template selection dialog" +#: plugins/admin/ogroups/tabs_ogroups.inc:219 +msgid "Deployment summary" msgstr "" -#: plugins/admin/groups/userGroupSelect/class_userGroupSelect.inc:29 -msgid "User and group selection" +#: plugins/admin/ogroups/tabs_ogroups.inc:229 +msgid "Desktop" msgstr "" -#: plugins/admin/groups/singleUserSelect/class_singleUserSelect.inc:29 -#: plugins/admin/groups/userSelect/class_userSelect.inc:26 -msgid "User selection" +#: plugins/admin/ogroups/tabs_ogroups.inc:246 +msgid "Applications" msgstr "" -#: plugins/admin/groups/generic.tpl:11 -#: plugins/admin/groups/paste_generic.tpl:5 -#: plugins/admin/ogroups/generic.tpl:7 -#: plugins/admin/ogroups/paste_generic.tpl:4 -msgid "Group name" +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:47 +#: plugins/admin/ogroups/class_ogroupManagement.inc:192 +msgid "Printer" msgstr "" -#: plugins/admin/groups/generic.tpl:17 -#: plugins/admin/groups/paste_generic.tpl:8 -msgid "Posix name of the group" +#: plugins/admin/ogroups/objectSelect/class_objectSelect.inc:29 +msgid "Object selection" msgstr "" -#: plugins/admin/groups/generic.tpl:28 plugins/admin/ogroups/generic.tpl:18 -msgid "Descriptive text for this group" +#: plugins/admin/ogroups/class_ogroup.inc:230 +msgid "You cannot combine terminals and workstations in one object group!" msgstr "" -#: plugins/admin/groups/generic.tpl:59 -#: plugins/admin/groups/paste_generic.tpl:13 -msgid "Normally IDs are autogenerated, select to specify manually" +#: plugins/admin/ogroups/class_ogroup.inc:311 +msgid "too many different objects!" +msgstr "" + +#: plugins/admin/ogroups/class_ogroup.inc:313 +msgid "users" msgstr "" -#: plugins/admin/groups/generic.tpl:62 -#: plugins/admin/groups/paste_generic.tpl:15 -msgid "Force GID" +#: plugins/admin/ogroups/class_ogroup.inc:314 +msgid "groups" msgstr "" -#: plugins/admin/groups/generic.tpl:65 -#: plugins/admin/groups/paste_generic.tpl:18 -msgid "Forced ID number" +#: plugins/admin/ogroups/class_ogroup.inc:315 +msgid "applications" msgstr "" -#: plugins/admin/groups/generic.tpl:75 plugins/admin/groups/generic.tpl:102 -msgid "Select to create a samba conform group" +#: plugins/admin/ogroups/class_ogroup.inc:316 +msgid "departments" msgstr "" -#: plugins/admin/groups/generic.tpl:87 plugins/admin/groups/generic.tpl:110 -msgid "in domain" +#: plugins/admin/ogroups/class_ogroup.inc:317 +msgid "servers" msgstr "" -#: plugins/admin/groups/generic.tpl:131 -msgid "Members are in a phone pickup group" +#: plugins/admin/ogroups/class_ogroup.inc:318 +msgid "workstations" msgstr "" -#: plugins/admin/groups/generic.tpl:146 -msgid "Members are in a nagios group" +#: plugins/admin/ogroups/class_ogroup.inc:319 +msgid "winstations" msgstr "" -#: plugins/admin/groups/generic.tpl:173 -msgid "Group members" +#: plugins/admin/ogroups/class_ogroup.inc:320 +msgid "terminals" msgstr "" -#: plugins/admin/groups/generic.tpl:180 -msgid "In all groups" +#: plugins/admin/ogroups/class_ogroup.inc:321 +msgid "phones" msgstr "" -#: plugins/admin/groups/generic.tpl:183 -msgid "Not in all groups" +#: plugins/admin/ogroups/class_ogroup.inc:322 +msgid "printers" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:26 +#: plugins/admin/ogroups/class_ogroup.inc:524 +msgid "Non existing dn:" +msgstr "" + +#: plugins/admin/ogroups/class_ogroup.inc:642 +#, php-format msgid "" -"Manage aspects of groups like members, posix, desktop, samba and mail " -"settings" +"These systems are already configured by other object groups and cannot be " +"added:" msgstr "" -#: plugins/admin/groups/class_group.inc:159 -#: plugins/admin/groups/class_group.inc:547 -#: include/class_CopyPasteHandler.inc:119 -#: include/class_CopyPasteHandler.inc:128 -#: include/class_CopyPasteHandler.inc:177 -#: include/class_CopyPasteHandler.inc:186 -#: include/class_CopyPasteHandler.inc:194 include/class_config.inc:155 -#: include/class_config.inc:702 include/class_config.inc:1153 -#: include/class_config.inc:1166 include/class_config.inc:1184 -#: include/functions.inc:802 include/functions.inc:3073 -#: include/functions.inc:3105 include/functions.inc:3118 -#: include/password-methods/class_password-methods-ssha.inc:51 -#: include/password-methods/class_password-methods-sha.inc:48 -#: include/utils/class_timezone.inc:47 include/class_SnapshotHandler.inc:45 -#: include/class_SnapshotHandler.inc:58 include/class_SnapshotHandler.inc:76 -#: include/class_pluglist.inc:98 html/index.php:156 html/index.php:228 -#: html/password.php:86 html/main.php:230 -msgid "Configuration error" +#: plugins/admin/ogroups/class_ogroup.inc:676 +msgid "You can combine two different object types at maximum, only!" msgstr "" -#: plugins/admin/groups/class_group.inc:159 -msgid "Cannot find group SID in your configuration!" +#: plugins/admin/ogroups/class_ogroup.inc:821 +msgid "Object group generic" msgstr "" -#: plugins/admin/groups/class_group.inc:311 -msgid "Samba group" +#: plugins/admin/ogroups/class_ogroup.inc:830 +#: plugins/admin/ogroups/class_ogroupManagement.inc:25 +msgid "Object groups" msgstr "" -#: plugins/admin/groups/class_group.inc:311 -msgid "Domain admins" +#: plugins/admin/ogroups/class_ogroup.inc:836 +msgid "Sytem trust" msgstr "" -#: plugins/admin/groups/class_group.inc:311 -msgid "Domain users" +#: plugins/admin/ogroups/class_ogroup.inc:837 include/class_acl.inc:278 +msgid "Member" msgstr "" -#: plugins/admin/groups/class_group.inc:312 -msgid "Domain guests" +#: plugins/admin/ogroups/class_ogroupManagement.inc:26 +msgid "Combine different types of objects to make use of this relationship" msgstr "" -#: plugins/admin/groups/class_group.inc:317 -#, php-format -msgid "Special group (%d)" +#: plugins/admin/ogroups/class_ogroupManagement.inc:182 +msgid "Templates" msgstr "" -#: plugins/admin/groups/class_group.inc:420 -#, php-format -msgid "Adding UID '%s' to group '%s' failed: cannot find user object!" +#: plugins/admin/ogroups/class_ogroupManagement.inc:185 +msgid "Application" msgstr "" -#: plugins/admin/groups/class_group.inc:426 -#, php-format -msgid "Add UID '%s' to group '%s' failed: UID is used more than once!" +#: plugins/admin/ogroups/class_ogroupManagement.inc:190 +msgid "Windows Install" msgstr "" -#: plugins/admin/groups/class_group.inc:504 -msgid "! unknown UID" +#: plugins/admin/ogroups/paste_generic.tpl:1 +msgid "Paste object group" msgstr "" -#: plugins/admin/groups/class_group.inc:547 -#, php-format -msgid "Search returned too many results. Not displaying more than %s entries!" +#: plugins/admin/ogroups/paste_generic.tpl:7 +msgid "Please enter the new object group name" msgstr "" -#: plugins/admin/groups/class_group.inc:730 -#, php-format -msgid "Cannot find any SID for '%s'!" +#: plugins/admin/ogroups/ogroup-list.xml:11 +msgid "List of object groups" msgstr "" -#: plugins/admin/groups/class_group.inc:735 -#, php-format -msgid "Cannot find any RIDBASE for '%s'!" +#: plugins/admin/ogroups/ogroup-list.xml:142 +msgid "Edit object group" msgstr "" -#: plugins/admin/groups/class_group.inc:832 -#, php-format -msgid "The gidNumber '%s' is already in use by %s!" +#: plugins/admin/ogroups/ogroup-list.xml:155 +msgid "Remove object group" msgstr "" -#: plugins/admin/groups/class_group.inc:1013 -msgid "Generic group settings" +#: plugins/addons/propertyEditor/property-list.tpl:3 +msgid "Warning message" msgstr "" -#: plugins/admin/groups/class_group.inc:1027 -msgid "Samba group type" +#: plugins/addons/propertyEditor/property-list.tpl:9 +msgid "" +"Modifying properties may break your setup, destroy or mess up your LDAP " +"database, lead to security holes or it can even make a login impossible!" msgstr "" -#: plugins/admin/groups/class_group.inc:1028 -msgid "Samba domain name" +#: plugins/addons/propertyEditor/property-list.tpl:10 +msgid "" +"Since configuration properties are stored in the LDAP database a copy/backup " +"can be handy." msgstr "" -#: plugins/admin/groups/class_group.inc:1030 -msgid "Phone pickup group" +#: plugins/addons/propertyEditor/property-list.tpl:14 +msgid "" +"If you've debarred yourself, you can try to set 'ignoreLdapProperties' to " +"'true' in your gosa.conf main section. This will make GOsa ignore LDAP based " +"property values." msgstr "" -#: plugins/admin/groups/class_group.inc:1031 -msgid "Nagios group" +#: plugins/addons/propertyEditor/property-list.tpl:22 +msgid "" +"I understand that there are certain risks, but I want to modify properties!" msgstr "" -#: plugins/admin/groups/class_group.inc:1033 -msgid "Group member" +#: plugins/addons/propertyEditor/property-list.tpl:38 +msgid "Ignoring LDAP defined properties!" msgstr "" -#: plugins/admin/groups/group-filter.xml:31 -msgid "Default filter2" +#: plugins/addons/propertyEditor/property-list.tpl:77 +msgid "Undo" msgstr "" -#: plugins/admin/groups/paste_generic.tpl:1 -msgid "Group settings" +#: plugins/addons/propertyEditor/class_commandVerifier.inc:56 +msgid "Results" msgstr "" -#: plugins/admin/groups/paste_generic.tpl:2 -msgid "Paste group settings" +#: plugins/addons/propertyEditor/commandVerifier.tpl:1 +msgid "Command verifier" msgstr "" -#: plugins/admin/groups/group-list.xml:11 -msgid "List of groups" +#: plugins/addons/propertyEditor/commandVerifier.tpl:3 +msgid "" +"Here you can execute commands in the way GOsa does and check the generated " +"results or errors. This can be very usefull especially for the post events " +"(postcreate, postmodify and postremove) due to the fact that these hook are " +"executed silently." msgstr "" -#: plugins/admin/groups/group-list.xml:138 -msgid "Edit group" +#: plugins/addons/propertyEditor/commandVerifier.tpl:8 +msgid "" +"Please be carefull here, all commands will really be executed on your " +"machine and may break things!" msgstr "" -#: plugins/admin/groups/group-list.xml:151 -msgid "Remove group" +#: plugins/addons/propertyEditor/commandVerifier.tpl:15 +msgid "The command to check for" msgstr "" -#: plugins/admin/departments/class_domain.inc:81 -#: plugins/admin/departments/class_domain.inc:82 -#: plugins/admin/departments/class_departmentManagement.inc:202 -#: plugins/admin/departments/class_dcObject.inc:81 -#: plugins/admin/departments/class_dcObject.inc:82 -msgid "Domain Component" +#: plugins/addons/propertyEditor/commandVerifier.tpl:17 +msgid "Test" msgstr "" -#: plugins/admin/departments/class_domain.inc:94 -#: plugins/admin/departments/generic.tpl:132 -#: plugins/admin/departments/organization.tpl:132 -#: plugins/admin/departments/class_localityGeneric.inc:95 -#: plugins/admin/departments/locality.tpl:67 -#: plugins/admin/departments/class_department.inc:680 -#: plugins/admin/departments/dcObject.tpl:67 -#: plugins/admin/departments/domain.tpl:67 -#: plugins/admin/departments/country.tpl:68 -#: plugins/admin/departments/class_countryGeneric.inc:95 -#: plugins/admin/departments/class_organizationGeneric.inc:135 -#: plugins/admin/departments/class_dcObject.inc:94 -msgid "Administrative settings" +#: plugins/addons/propertyEditor/property-filter.xml:15 +msgid "Effective properties" msgstr "" -#: plugins/admin/departments/generic.tpl:4 -#: plugins/admin/departments/dep-filter.xml:35 -msgid "Organizational Unit" +#: plugins/addons/propertyEditor/property-filter.xml:29 +msgid "Modified properties" msgstr "" -#: plugins/admin/departments/generic.tpl:11 -msgid "Name of department" +#: plugins/addons/propertyEditor/property-filter.xml:43 +msgid "All properties" msgstr "" -#: plugins/admin/departments/generic.tpl:14 -msgid "Name of subtree to create" +#: plugins/addons/propertyEditor/property-filter.xml:57 +msgid "LDAP properties" msgstr "" -#: plugins/admin/departments/generic.tpl:22 -msgid "Descriptive text for department" +#: plugins/addons/propertyEditor/property-filter.xml:71 +msgid "Search for property groups" msgstr "" -#: plugins/admin/departments/generic.tpl:27 -#: plugins/admin/departments/organization.tpl:27 -#: plugins/admin/departments/class_department.inc:670 -#: plugins/admin/departments/class_organizationGeneric.inc:124 -#: plugins/admin/acl/class_aclRole.inc:165 include/class_userFilter.inc:55 -msgid "Category" +#: plugins/addons/propertyEditor/property-list.xml:11 +msgid "List of configuration settings" msgstr "" -#: plugins/admin/departments/generic.tpl:30 -#: plugins/admin/departments/organization.tpl:30 -msgid "Category for this subtree" +#: plugins/addons/propertyEditor/property-list.xml:15 +msgid "Property not used" msgstr "" -#: plugins/admin/departments/generic.tpl:90 -#: plugins/admin/departments/organization.tpl:89 -msgid "State where this subtree is located" +#: plugins/addons/propertyEditor/property-list.xml:23 +msgid "Property will be restored" msgstr "" -#: plugins/admin/departments/generic.tpl:98 -#: plugins/admin/departments/organization.tpl:97 -msgid "Location of this subtree" +#: plugins/addons/propertyEditor/property-list.xml:31 +msgid "Modified property" msgstr "" -#: plugins/admin/departments/generic.tpl:106 -#: plugins/admin/departments/organization.tpl:105 -msgid "Postal address of this subtree" +#: plugins/addons/propertyEditor/property-list.xml:39 +msgid "Property configured in LDAP" msgstr "" -#: plugins/admin/departments/generic.tpl:113 -#: plugins/admin/departments/organization.tpl:112 -msgid "Base telephone number of this subtree" +#: plugins/addons/propertyEditor/property-list.xml:47 +msgid "Property configured in config file" msgstr "" -#: plugins/admin/departments/generic.tpl:121 -#: plugins/admin/departments/organization.tpl:120 -msgid "Base facsimile telephone number of this subtree" +#: plugins/addons/propertyEditor/property-list.xml:72 +msgid "Class" msgstr "" -#: plugins/admin/departments/generic.tpl:135 -#: plugins/admin/departments/organization.tpl:135 -#: plugins/admin/departments/locality.tpl:70 -#: plugins/admin/departments/dcObject.tpl:70 -#: plugins/admin/departments/domain.tpl:70 -#: plugins/admin/departments/country.tpl:71 -msgid "Tag department as an independent administrative unit" +#: plugins/addons/propertyEditor/property-list.xml:88 +msgid "Value" msgstr "" -#: plugins/admin/departments/organization.tpl:11 -msgid "Name of organization" +#: plugins/addons/propertyEditor/property-list.xml:124 +msgid "Restore to default" msgstr "" -#: plugins/admin/departments/organization.tpl:14 -msgid "Name of organization to create" +#: plugins/addons/propertyEditor/class_propertyEditor.inc:6 +msgid "Preferences" msgstr "" -#: plugins/admin/departments/organization.tpl:22 -#: plugins/admin/departments/locality.tpl:22 -#: plugins/admin/departments/dcObject.tpl:22 -#: plugins/admin/departments/domain.tpl:22 -#: plugins/admin/departments/country.tpl:22 -msgid "Descriptive text for department" +#: plugins/addons/propertyEditor/class_propertyEditor.inc:7 +msgid "" +"Configure global and special GOsa settings like hooks and plugin parameters" msgstr "" -#: plugins/admin/departments/dep-list.xml:11 -msgid "List of structural objects" +#: plugins/addons/propertyEditor/class_propertyEditor.inc:206 +msgid "No description" msgstr "" -#: plugins/admin/departments/dep-list.xml:15 -#: plugins/admin/departments/dep-list.xml:103 -#: plugins/admin/departments/class_departmentManagement.inc:190 -#: plugins/admin/departments/domain.tpl:5 -#: plugins/admin/departments/dep-filter.xml:105 -msgid "Domain" +#: plugins/addons/propertyEditor/class_propertyEditor.inc:230 +msgid "FALSE" msgstr "" -#: plugins/admin/departments/dep-list.xml:23 -#: plugins/admin/departments/dep-list.xml:110 -#: plugins/admin/departments/dcObject.tpl:5 -#: plugins/admin/departments/dep-filter.xml:77 -msgid "Domain component" +#: plugins/addons/propertyEditor/class_propertyEditor.inc:231 +msgid "TRUE" msgstr "" -#: plugins/admin/departments/dep-list.xml:31 -#: plugins/admin/departments/dep-list.xml:117 -#: plugins/admin/departments/class_departmentManagement.inc:214 -#: plugins/admin/departments/country.tpl:5 -#: plugins/admin/departments/dep-filter.xml:49 -#: plugins/admin/departments/class_countryGeneric.inc:82 -#: plugins/admin/departments/class_countryGeneric.inc:83 -msgid "Country" +#: plugins/addons/propertyEditor/class_propertyEditor.inc:251 +msgid "Test the given command." msgstr "" -#: plugins/admin/departments/dep-list.xml:39 -#: plugins/admin/departments/dep-list.xml:124 -#: plugins/admin/departments/class_localityGeneric.inc:82 -#: plugins/admin/departments/class_localityGeneric.inc:83 -#: plugins/admin/departments/locality.tpl:5 -#: plugins/admin/departments/class_departmentManagement.inc:226 -#: plugins/admin/departments/dep-filter.xml:63 -msgid "Locality" +#: plugins/addons/propertyEditor/migrate.tpl:3 +msgid "Property migration assistent" msgstr "" -#: plugins/admin/departments/locality.tpl:11 -#: plugins/admin/departments/dcObject.tpl:11 -msgid "Locality name" +#: plugins/addons/propertyEditor/migrate.tpl:3 +msgid "Migration steps left" msgstr "" -#: plugins/admin/departments/locality.tpl:14 -#: plugins/admin/departments/dcObject.tpl:14 -msgid "Name of locality to create" +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:31 +#, php-format +msgid "Migration of property '%s'" msgstr "" -#: plugins/admin/departments/class_department.inc:439 -#: include/functions.inc:447 include/utils/class_xml.inc:43 -#: html/password.php:59 html/main.php:149 -msgid "Fatal error" +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:34 +#, php-format +msgid "GOsa has detected objects outside of the configured storage point (%s)." msgstr "" -#: plugins/admin/departments/class_department.inc:439 -msgid "Cannot find an unused tag for this administrative unit!" +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:161 +msgid "Objects that will be added" msgstr "" -#: plugins/admin/departments/class_department.inc:507 -#, php-format -msgid "Tagging '%s'." +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:169 +msgid "Objects that will be moved" msgstr "" -#: plugins/admin/departments/class_department.inc:588 +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:177 #, php-format -msgid "Moving '%s' to '%s'" +msgid "Moving object '%s' to '%s'" msgstr "" -#: plugins/admin/departments/class_department.inc:629 +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:204 #, php-format -msgid "FAILED to copy %s, aborting operation" +msgid "Migration failed for object %s, dn already exists!" msgstr "" -#: plugins/admin/departments/class_department.inc:660 -#: plugins/admin/departments/class_department.inc:665 -msgid "Departments" +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:208 +#, php-format +msgid "Migration failed for object %s, please check if it already exists!" msgstr "" -#: plugins/admin/departments/class_department.inc:668 -msgid "Department name" +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:105 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:327 +msgid "Labeled URI" msgstr "" -#: plugins/admin/departments/class_department.inc:676 -msgid "Telephone" +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:119 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:121 +#: plugins/addons/dyngroup/dyngroup.tpl:7 +msgid "Attribute" msgstr "" -#: plugins/admin/departments/class_department.inc:731 -#, php-format -msgid "Object '%s' is already tagged" +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:128 +msgid "Surrounding brakets are required!" msgstr "" -#: plugins/admin/departments/class_department.inc:738 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:136 #, php-format -msgid "Adding tag (%s) to object '%s'" +msgid "The given filter '%s' for entry %s seems to be invalid!" msgstr "" -#: plugins/admin/departments/class_department.inc:770 -#, php-format -msgid "Removing tag from object '%s'" +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:166 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:168 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:319 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:320 +msgid "Dynamic object" msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:25 -msgid "Directory structure" +#: plugins/addons/dyngroup/dyngroup.tpl:1 +msgid "List of dynamic rules" msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:26 -msgid "" -"Manage organizations, organizational units, localities, countries and more" +#: plugins/addons/dyngroup/dyngroup.tpl:3 +msgid "Labeled URI definitions" msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:122 -msgid "" -"As soon as the tag operation has finished, you can scroll down to end of the " -"page and press the 'Continue' button to continue with the department " -"management dialog." +#: plugins/addons/dyngroup/dyngroup.tpl:6 +msgid "Scope" msgstr "" -#: plugins/admin/departments/dep_iframe.tpl:1 -msgid "Processing the requested operation" +#: include/class_CopyPasteHandler.inc:118 +#: include/class_CopyPasteHandler.inc:127 +#: include/class_CopyPasteHandler.inc:159 +#: include/class_CopyPasteHandler.inc:176 +#: include/class_CopyPasteHandler.inc:185 +#: include/class_CopyPasteHandler.inc:193 +#: include/class_CopyPasteHandler.inc:273 +#, php-format +msgid "Copy and paste failed!" msgstr "" -#: plugins/admin/departments/dep_iframe.tpl:7 -msgid "" -"Your browser doesn't support iframes, please use this link to perform the " -"requested operation." +#: include/class_CopyPasteHandler.inc:118 +#, php-format +msgid "Cannot set permission for %s" msgstr "" -#: plugins/admin/departments/domain.tpl:11 -msgid "Domain name" +#: include/class_CopyPasteHandler.inc:159 +#, php-format +msgid "'%s' is no vaild LDAP object" msgstr "" -#: plugins/admin/departments/domain.tpl:14 -msgid "Name of domain to create" +#: include/class_CopyPasteHandler.inc:176 +#, php-format +msgid "No write permission in '%s'" msgstr "" -#: plugins/admin/departments/country.tpl:11 -#: plugins/admin/departments/class_countryGeneric.inc:91 -msgid "Country name" +#: include/class_CopyPasteHandler.inc:193 +#, php-format +msgid "Cannot set permission for '%s'" msgstr "" -#: plugins/admin/departments/country.tpl:14 -msgid "Name of country to create" +#: include/class_CopyPasteHandler.inc:396 +#, php-format +msgid "These objects will be pasted: %s" msgstr "" -#: plugins/admin/departments/dep_move_confirm.tpl:2 -msgid "You are currently moving/renaming this department." +#: include/class_CopyPasteHandler.inc:420 +#, php-format +msgid "This object will be pasted: %s" msgstr "" -#: plugins/admin/departments/dep_move_confirm.tpl:6 -msgid "" -"Modifying a departments naming attribute 'ou' or base may corrupt acls and " -"snapshot entries for all entire objects." +#: include/class_CopyPasteHandler.inc:570 include/class_listing.inc:1458 +#: include/class_listing.inc:1460 +msgid "Paste" msgstr "" -#: plugins/admin/departments/dep_move_confirm.tpl:9 -msgid "GOsa can NOT fix this for you, yet." +#: include/class_CopyPasteHandler.inc:572 +msgid "Cannot paste" msgstr "" -#: plugins/admin/departments/dep_move_confirm.tpl:12 -msgid "" -"Before you confirm this action, ensure that everything will be as expected, " -"possibly the best solution is a backup." +#: include/class_config.inc:159 +#, php-format +msgid "XML error in gosa.conf: %s at line %d" msgstr "" -#: plugins/admin/departments/class_organizationGeneric.inc:122 -msgid "Organization name" +#: include/class_config.inc:337 +msgid "Cannot bind to LDAP!" msgstr "" -#: plugins/admin/departments/class_organizationGeneric.inc:132 -msgid "Phone number" +#: include/class_config.inc:678 +msgid "sambaSID and/or sambaRidBase missing in the configuration!" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:25 include/class_acl.inc:27 -msgid "Access control" +#: include/class_config.inc:1097 +msgid "Configuration" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:26 +#: include/class_config.inc:1097 msgid "" -"Control access to GOsa managed objects down to attribute and action level" +"The configuration file you are using is outdated. Please move the GOsa " +"configuration file away to run the GOsa setup again." msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:154 -#: plugins/admin/acl/acl-filter.xml:48 -msgid "ACL Assignment" +#: include/class_config.inc:1139 include/class_config.inc:1170 +#, php-format +msgid "" +"The snapshot functionality is enabled, but the required variable %s is not " +"set." msgstr "" -#: plugins/admin/acl/acl-list.xml:11 -msgid "List of acls" +#: include/class_config.inc:1152 +#, php-format +msgid "" +"The snapshot functionality is enabled, but the required compression module " +"is missing. Please install %s." msgstr "" -#: plugins/admin/acl/acl-list.xml:15 -msgid "Acl" +#: include/class_socketClient.inc:108 +#, php-format +msgid "Socket connection to %s:%s failed: %s" msgstr "" -#: plugins/admin/acl/tabs_acl_role.inc:28 plugins/admin/acl/acl-filter.xml:33 -msgid "ACL Templates" +#: include/class_socketClient.inc:191 +#, php-format +msgid "Socket timeout of %s seconds reached!" msgstr "" -#: plugins/admin/acl/class_aclRole.inc:26 -#: plugins/admin/acl/class_aclRole.inc:717 -msgid "Access control roles" +#: include/class_multi_plug.inc:362 +msgid "You are currently editing mutliple entries." msgstr "" -#: plugins/admin/acl/class_aclRole.inc:27 -msgid "Edit AC roles" +#: include/class_multi_plug.inc:391 +msgid "Reset password" msgstr "" -#: plugins/admin/acl/class_aclRole.inc:130 include/class_acl.inc:219 -msgid "All categories" +#: include/class_multi_plug.inc:391 +msgid "The user password has been reset. Please set a new password!" msgstr "" -#: plugins/admin/acl/class_aclRole.inc:137 -msgid "Reset ACL" +#: include/class_sortableListing.inc:221 +msgid "Sortable list" msgstr "" -#: plugins/admin/acl/class_aclRole.inc:138 include/class_acl.inc:228 -msgid "One level" +#: include/class_sortableListing.inc:226 +msgid "Edit this entry" msgstr "" -#: plugins/admin/acl/class_aclRole.inc:139 include/class_acl.inc:229 -#: include/class_acl.inc:234 -msgid "Current object" +#: include/class_sortableListing.inc:231 +msgid "Delete this entry" msgstr "" -#: plugins/admin/acl/class_aclRole.inc:140 include/class_acl.inc:230 -msgid "Complete subtree" +#: include/class_sortableListing.inc:261 include/class_listing.inc:257 +msgid "Sort ascending" msgstr "" -#: plugins/admin/acl/class_aclRole.inc:141 include/class_acl.inc:231 -msgid "Complete subtree (permanent)" +#: include/class_sortableListing.inc:261 include/class_listing.inc:257 +msgid "Sort descending" msgstr "" -#: plugins/admin/acl/class_aclRole.inc:181 -#: plugins/admin/acl/class_aclRole.inc:727 include/class_acl.inc:279 -msgid "Permissions" +#: include/class_jsonRPC.inc:180 +#, php-format +msgid "Unknown HTTP status code '%s'!" msgstr "" -#: plugins/admin/acl/class_aclRole.inc:181 include/class_acl.inc:279 -#: include/php_setup.inc:191 -msgid "Type" +#: include/functions.inc:128 +#, php-format +msgid "Fatal error: no class locations defined - please run %s to fix this" msgstr "" -#: plugins/admin/acl/class_aclRole.inc:410 -msgid "No ACL settings for this category" +#: include/functions.inc:135 +#, php-format +msgid "Fatal error: cannot instantiate class %s - try running %s to fix this" msgstr "" -#: plugins/admin/acl/class_aclRole.inc:412 +#: include/functions.inc:460 #, php-format -msgid "ACL for these objects: %s" +msgid "Error while connecting to LDAP: %s" msgstr "" -#: plugins/admin/acl/class_aclRole.inc:417 -msgid "Edit category ACL" +#: include/functions.inc:531 include/functions.inc:617 +msgid "User ID is not unique!" msgstr "" -#: plugins/admin/acl/class_aclRole.inc:420 -msgid "Delete category ACL" +#: include/functions.inc:804 include/functions.inc:922 +msgid "Error while locking entry!" msgstr "" -#: plugins/admin/acl/class_aclRole.inc:441 +#: include/functions.inc:814 #, php-format -msgid "Edit ACL for '%s', scope is '%s'" -msgstr "" - -#: plugins/admin/acl/class_aclRole.inc:451 include/class_acl.inc:644 -msgid "All objects in current subtree" +msgid "Cannot store lock information in LDAP!" msgstr "" -#: plugins/admin/acl/class_aclRole.inc:637 -msgid "Object in use" +#: include/functions.inc:814 +#, php-format +msgid "Error: %s" msgstr "" -#: plugins/admin/acl/class_aclRole.inc:637 +#: include/functions.inc:1244 #, php-format -msgid "This role cannot be removed while it is in use by these objects:" +msgid "The current size limit of %d entries is exceeded!" msgstr "" -#: plugins/admin/acl/class_aclRole.inc:753 plugins/admin/acl/tabs_acl.inc:28 -#: include/class_acl.inc:1279 include/class_acl.inc:1280 -#: include/class_acl.inc:1285 include/class_tabs.inc:374 -msgid "ACL" +#: include/functions.inc:1246 +#, php-format +msgid "Set the size limit to %s" msgstr "" -#: plugins/admin/acl/paste_role.tpl:1 -msgid "Paste acl-role" +#: include/functions.inc:1263 +msgid "list is incomplete" msgstr "" -#: plugins/admin/ogroups/generic.tpl:10 -msgid "Name of the group" +#: include/functions.inc:1611 +msgid "Continue anyway" msgstr "" -#: plugins/admin/ogroups/generic.tpl:41 -msgid "Member objects" +#: include/functions.inc:1613 +msgid "Edit anyway" msgstr "" -#: plugins/admin/ogroups/tabs_ogroups.inc:133 -msgid "Phone queue" +#: include/functions.inc:1616 +msgid "These entries are currently locked:" msgstr "" -#: plugins/admin/ogroups/tabs_ogroups.inc:160 -msgid "Systems" +#: include/functions.inc:1856 +msgid "Entries per page" msgstr "" -#: plugins/admin/ogroups/tabs_ogroups.inc:171 -#: plugins/admin/ogroups/tabs_ogroups.inc:194 -msgid "Startup" +#: include/functions.inc:2207 +#, php-format +msgid "GOsa %s" msgstr "" -#: plugins/admin/ogroups/tabs_ogroups.inc:182 -#: plugins/admin/ogroups/tabs_ogroups.inc:203 -msgid "Devices" +#: include/functions.inc:2214 +#, php-format +msgid "GOsa %s snapshot (Rev %s)" msgstr "" -#: plugins/admin/ogroups/tabs_ogroups.inc:213 -msgid "FAI summary" +#: include/functions.inc:2219 +#, php-format +msgid "GOsa development snapshot (Rev %s)" msgstr "" -#: plugins/admin/ogroups/tabs_ogroups.inc:241 -msgid "Applications" +#: include/functions.inc:2315 +#, php-format +msgid "File %s cannot be deleted!" msgstr "" -#: plugins/admin/ogroups/objectSelect/class_objectSelect.inc:29 -msgid "Object selection" +#: include/functions.inc:2349 include/functions.inc:2369 +msgid "Cannot write revision file!" msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:200 -msgid "You cannot combine terminals and workstations in one object group!" +#: include/functions.inc:2640 include/functions.inc:2644 +#: include/functions.inc:2650 +msgid "'baseIdHook' is not available. Using default base!" msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:302 -msgid "too many different objects!" +#: include/functions.inc:2674 +msgid "" +"Cannot read schema information from LDAP. Schema validation is not possible!" msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:304 -msgid "users" +#: include/functions.inc:2700 +msgid "This class is used to make users appear in GOsa." msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:305 -msgid "groups" +#: include/functions.inc:2707 +msgid "" +"This class is used to lock entries in order to prevent multiple edits at a " +"time." msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:306 -msgid "applications" +#: include/functions.inc:2752 +#, php-format +msgid "Required object class %s is missing!" msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:307 -msgid "departments" +#: include/functions.inc:2755 +#, php-format +msgid "Optional object class %s is missing!" msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:308 -msgid "servers" +#: include/functions.inc:2760 +#, php-format +msgid "Wrong version of required object class %s (!=%s) detected!" msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:309 -msgid "workstations" +#: include/functions.inc:2763 +#, php-format +msgid "Class available" msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:310 -msgid "winstations" +#: include/functions.inc:2785 +msgid "" +"RFC 2307bis group schema is enabled, but the current LDAP configuration does " +"not support it!" msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:311 -msgid "terminals" +#: include/functions.inc:2786 +msgid "" +"To use RFC 2307bis groups, the objectClass 'posixGroup' must be AUXILIARY." msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:312 -msgid "phones" +#: include/functions.inc:2790 +msgid "" +"RFC 2307bis group schema is disabled, but the current LDAP configuration " +"supports it!" msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:313 -msgid "printers" +#: include/functions.inc:2791 +msgid "To correct this, the objectClass 'posixGroup' must be STRUCTURAL." msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:500 -msgid "Non existing dn:" +#: include/functions.inc:2816 +msgid "German" msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:657 -#, php-format -msgid "" -"These systems are already configured by other object groups and cannot be " -"added:" +#: include/functions.inc:2817 +msgid "French" msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:691 -msgid "You can combine two different object types at maximum, only!" +#: include/functions.inc:2818 +msgid "Italian" msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:841 -msgid "Object group generic" +#: include/functions.inc:2819 +msgid "Spanish" msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:846 -#: plugins/admin/ogroups/class_ogroupManagement.inc:25 -msgid "Object groups" +#: include/functions.inc:2820 +msgid "English" msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:852 -msgid "Sytem trust" +#: include/functions.inc:2821 +msgid "Dutch" msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:853 include/class_acl.inc:279 -msgid "Member" +#: include/functions.inc:2822 +msgid "Polish" msgstr "" -#: plugins/admin/ogroups/class_ogroupManagement.inc:26 -msgid "Combine different types of objects to make use of this relationship" +#: include/functions.inc:2823 +msgid "Brazilian Portuguese" msgstr "" -#: plugins/admin/ogroups/class_ogroupManagement.inc:182 -msgid "Templates" +#: include/functions.inc:2825 +msgid "Chinese" msgstr "" -#: plugins/admin/ogroups/class_ogroupManagement.inc:190 -msgid "Windows Install" +#: include/functions.inc:2826 +msgid "Vietnamese" msgstr "" -#: plugins/admin/ogroups/paste_generic.tpl:1 -msgid "Paste object group" +#: include/functions.inc:2827 +msgid "Russian" msgstr "" -#: plugins/admin/ogroups/paste_generic.tpl:7 -msgid "Please enter the new object group name" +#: include/functions.inc:3022 +#, php-format +msgid "" +"Command %s specified as post modify action for plugin %s does not exist!" msgstr "" -#: plugins/admin/ogroups/ogroup-list.xml:11 -msgid "List of object groups" +#: include/functions.inc:3066 +msgid "Cannot generate SAMBA hash!" msgstr "" -#: plugins/admin/ogroups/ogroup-list.xml:142 -msgid "Edit object group" +#: include/functions.inc:3079 +#, php-format +msgid "Generating SAMBA hash by running %s failed: check %s!" msgstr "" -#: plugins/admin/ogroups/ogroup-list.xml:155 -msgid "Remove object group" +#: include/functions.inc:3357 include/functions.inc:3371 +#: include/functions.inc:3409 include/functions.inc:3421 +#: include/functions.inc:3425 include/functions.inc:3440 +#: include/functions.inc:3449 +msgid "Cannot allocate free ID:" msgstr "" -#: include/class_CopyPasteHandler.inc:118 -#: include/class_CopyPasteHandler.inc:127 -#: include/class_CopyPasteHandler.inc:159 -#: include/class_CopyPasteHandler.inc:176 -#: include/class_CopyPasteHandler.inc:185 -#: include/class_CopyPasteHandler.inc:193 -#: include/class_CopyPasteHandler.inc:273 -#, php-format -msgid "Copy and paste failed!" +#: include/functions.inc:3357 +msgid "unknown idAllocation method!" msgstr "" -#: include/class_CopyPasteHandler.inc:118 -#: include/class_CopyPasteHandler.inc:193 +#: include/functions.inc:3371 #, php-format -msgid "Cannot set permission for '%s'" +msgid "%sPoolMin >= %sPoolMax!" msgstr "" -#: include/class_CopyPasteHandler.inc:159 -#, php-format -msgid "'%s' is no vaild LDAP object" +#: include/functions.inc:3401 +msgid "Cannot create sambaUnixIdPool entry!" msgstr "" -#: include/class_CopyPasteHandler.inc:160 -#: include/class_CopyPasteHandler.inc:274 include/functions.inc:605 -#: include/functions.inc:792 include/functions.inc:910 -#: include/functions.inc:1308 include/functions.inc:2365 -#: include/functions.inc:2399 include/functions.inc:2419 -#: include/class_log.inc:87 include/class_acl.inc:974 -#: include/class_ldap.inc:693 include/class_ldap.inc:744 -#: include/class_session.inc:76 include/class_session.inc:101 -#: include/class_session.inc:127 -msgid "Internal error" +#: include/functions.inc:3409 +msgid "sambaUnixIdPool is not unique!" msgstr "" -#: include/class_CopyPasteHandler.inc:176 -#, php-format -msgid "No write permission in '%s'" +#: include/functions.inc:3421 include/functions.inc:3425 +msgid "no ID available!" msgstr "" -#: include/class_CopyPasteHandler.inc:394 -#, php-format -msgid "These objects will be pasted: %s" +#: include/functions.inc:3449 +msgid "maximum number of tries exceeded!" msgstr "" -#: include/class_CopyPasteHandler.inc:418 -#, php-format -msgid "This object will be pasted: %s" +#: include/functions.inc:3509 +msgid "Cannot allocate free ID!" msgstr "" -#: include/class_CopyPasteHandler.inc:514 include/class_listing.inc:1411 -#: include/class_listing.inc:1413 include/class_plugin.inc:1971 -#: include/class_plugin.inc:1974 -msgid "Paste" +#: include/password-methods/class_password-methods.inc:277 +msgid "Cannot find a suitable password method for the current hash!" msgstr "" -#: include/class_CopyPasteHandler.inc:516 -msgid "Cannot paste" +#: include/class_msg_dialog.inc:124 +msgid "Please fix the above error and reload the page." msgstr "" -#: include/class_config.inc:152 +#: include/class_log.inc:87 #, php-format -msgid "XML error in gosa.conf: %s at line %d" -msgstr "" - -#: include/class_config.inc:325 -msgid "Cannot bind to LDAP. Please contact the system administrator." +msgid "Logging failed: %s" msgstr "" -#: include/class_config.inc:702 -msgid "sambaSID and/or sambaRidBase missing in the configuration!" +#: include/class_log.inc:102 +#, php-format +msgid "Invalid option %s specified!" msgstr "" -#: include/class_config.inc:1112 -msgid "Configuration" +#: include/class_log.inc:106 +msgid "Specified 'objectType' is empty or invalid!" msgstr "" -#: include/class_config.inc:1112 -msgid "" -"The configuration file you are using seems to be outdated. Please move the " -"GOsa configuration file away to run the GOsa setup again." +#: include/class_baseSelector.inc:186 include/class_listing.inc:1050 +#: include/class_listing.inc:1052 include/class_releaseSelector.inc:187 +msgid "Root" msgstr "" -#: include/class_config.inc:1154 include/class_config.inc:1185 -#: include/class_SnapshotHandler.inc:46 include/class_SnapshotHandler.inc:77 -#, php-format -msgid "" -"The snapshot functionality is enabled, but the required variable '%s' is not " -"set." +#: include/class_baseSelector.inc:233 include/class_releaseSelector.inc:235 +msgid "Submit" msgstr "" -#: include/class_config.inc:1167 include/class_SnapshotHandler.inc:59 -#, php-format -msgid "" -"The snapshot functionality is enabled, but the required compression module " -"is missing. Please install '%s'." +#: include/class_core.inc:114 +msgid "All objects" msgstr "" -#: include/class_socketClient.inc:60 -msgid "The mcrypt module was not found. Please install php5-mcrypt." +#: include/class_core.inc:132 +msgid "Traditional" msgstr "" -#: include/class_socketClient.inc:108 -#, php-format -msgid "Socket connection to host '%s:%s' failed: %s" +#: include/class_core.inc:132 +msgid "Use samba pool" msgstr "" -#: include/class_socketClient.inc:191 -#, php-format -msgid "Socket timeout of %s seconds reached." +#: include/class_core.inc:164 include/class_core.inc:167 +msgid "hours" msgstr "" -#: include/class_multi_plug.inc:362 -msgid "You are currently editing mutliple entries." +#: include/class_core.inc:176 +msgid "None" msgstr "" -#: include/class_multi_plug.inc:391 -msgid "Password reset" +#: include/class_core.inc:192 +msgid "User value" msgstr "" -#: include/class_multi_plug.inc:391 -msgid "The user password was resetted, please set a new password value!" +#: include/class_core.inc:201 +msgid "Core" msgstr "" -#: include/class_sortableListing.inc:221 -msgid "Sortable list" +#: include/class_core.inc:202 +msgid "GOsa core plugin" msgstr "" -#: include/class_sortableListing.inc:226 -msgid "Edit this entry" +#: include/class_core.inc:230 +msgid "" +"The 'htaccessAuthentication' variable tells GOsa to use either htaccess " +"authentication or LDAP authentication. This can be used if you want to use i." +"e. kerberos to authenticate the users." msgstr "" -#: include/class_sortableListing.inc:231 -msgid "Delete this entry" +#: include/class_core.inc:240 +msgid "" +"The 'logging' statement enables event logging on GOsa side. Setting it to " +"'true' GOsa will log every action a user performs via syslog. If you use " +"rsyslog and configure it to mysql logging, you can browse all events within " +"GOsa. GOsa will not log anything, if the logging value is empty or set to " +"'false'." msgstr "" -#: include/class_sortableListing.inc:261 include/class_listing.inc:247 -msgid "Up" +#: include/class_core.inc:251 +msgid "" +"The 'listSummary' statement determines whether a status bar will be shown on " +"the bottom of GOsa generated lists, displaying a short summary of type and " +"number of elements in the list." msgstr "" -#: include/class_sortableListing.inc:261 include/class_listing.inc:247 -msgid "Down" +#: include/class_core.inc:261 +msgid "" +"The 'passwordMinLength' statement determines whether a newly entered " +"password has to be of a minimum length." msgstr "" -#: include/functions.inc:127 -#, php-format -msgid "Fatal error: no class locations defined - please run '%s' to fix this" +#: include/class_core.inc:271 +msgid "" +"The 'passwordMinDiffer' statement determines whether a newly entered " +"password has to be checked to have at least n different characters." msgstr "" -#: include/functions.inc:134 -#, php-format +#: include/class_core.inc:282 msgid "" -"Fatal error: cannot instantiate class '%s' - try running '%s' to fix this" +"The 'passwordHook' can specify an external script to handle password " +"settings at some other location besides the LDAP." msgstr "" -#: include/functions.inc:448 +#: include/class_core.inc:282 #, php-format -msgid "FATAL: Error when connecting the LDAP. Server said '%s'." +msgid "It will be called this way: %s" msgstr "" -#: include/functions.inc:519 -msgid "Username / UID is not unique inside the LDAP tree!" +#: include/class_core.inc:292 +msgid "" +"The 'displayErrors' statement tells GOsa to show PHP errors in the upper " +"part of the screen. This should be disabled in productive deployments, " +"because there might be some important passwords arround." msgstr "" -#: include/functions.inc:605 -msgid "" -"Username / UID is not unique inside the LDAP tree. Please contact your " -"Administrator." +#: include/class_core.inc:292 +#, php-format +msgid "The property '%s' may be interesting too." msgstr "" -#: include/functions.inc:792 include/functions.inc:910 -msgid "Error while adding a lock. Contact the developers!" +#: include/class_core.inc:302 +msgid "" +"The 'developmentMode' statement tells GOsa to show development related error " +"messages, for example messages about missing ACL configuration or classes. " +"Due to the fact that enabling this flag will result in a lot of false error " +"messages it should only be enabled while developing or debugging plugins!" msgstr "" -#: include/functions.inc:802 -#, php-format +#: include/class_core.inc:313 msgid "" -"Cannot create locking information in LDAP tree. Please contact your " -"administrator!" +"The 'schemaCheck' statement enables or disables schema checking during " +"login. It is recommended to switch this on in order to let GOsa handle " +"object creation more efficient." msgstr "" -#: include/functions.inc:802 -#, php-format -msgid "LDAP server returned: %s" +#: include/class_core.inc:323 +msgid "" +"The 'copyPaste' statement enables copy and paste for LDAP entries managed " +"with GOsa." msgstr "" -#: include/functions.inc:931 +#: include/class_core.inc:333 msgid "" -"Found multiple locks for object to be locked. This should not happen - " -"cleaning up multiple references." +"The 'forceGlobals' statement enables PHP security checks to force " +"register_global settings to be switched off." msgstr "" -#: include/functions.inc:1235 -#, php-format -msgid "The size limit of %d entries is exceed!" +#: include/class_core.inc:343 +msgid "" +"The 'forceSSL' statement enables PHP security checks to force encrypted " +"access to the web interface. GOsa will try to redirect to the same URL - " +"just with https://" msgstr "" -#: include/functions.inc:1237 -#, php-format +#: include/class_core.inc:353 msgid "" -"Set the new size limit to %s and show me this message if the limit still " -"exceeds" +"Logs information about triggered ldap operations, duration, filter, aso. " +"into syslog." msgstr "" -#: include/functions.inc:1254 -msgid "incomplete" +#: include/class_core.inc:363 +msgid "" +"The 'ldapFollowReferrals' statement tells GOsa to follow LDAP referrals." msgstr "" -#: include/functions.inc:1636 -msgid "Continue anyway" +#: include/class_core.inc:373 +msgid "" +"The 'ldapFilterNestingLimit' statement can be used to speed up group " +"handling for groups with several hundreds of members. The default behaviour " +"is, that GOsa will resolv the memberUid values in a group to real names. To " +"achieve this, it writes a single filter to minimize searches. Some LDAP " +"servers (namely Sun DS) simply crash when the filter gets too big. You can " +"set a member limit, where GOsa will stop to do these lookups." msgstr "" -#: include/functions.inc:1638 -msgid "Edit anyway" +#: include/class_core.inc:383 +msgid "" +"The ldapSizelimit statement tells GOsa to retrieve the specified maximum " +"number of results. The user will get a warning, that not all entries " +"were shown." msgstr "" -#: include/functions.inc:1641 -msgid "These entries are currently locked:" +#: include/class_core.inc:393 +msgid "" +"Disables sizelimit checks, only the configured amount of results will be " +"shown!" msgstr "" -#: include/functions.inc:1881 -msgid "Entries per page" +#: include/class_core.inc:403 +msgid "" +"The 'warnSSL' statement enables PHP security checks to detect non encrypted " +"access to the web interface. GOsa will display a warning in this case." msgstr "" -#: include/functions.inc:1910 -msgid "Apply filter" +#: include/class_core.inc:413 +msgid "The 'ppdGzip' variable enables PPD file compression." msgstr "" -#: include/functions.inc:2222 -msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" +#: include/class_core.inc:424 +msgid "" +"The 'ignoreAcl' value tells GOsa to ignore complete ACL sets for the given " +"DN. Add your DN here and you'll be able to restore accidently dropped ACLs." msgstr "" -#: include/functions.inc:2268 -#, php-format -msgid "GOsa development snapshot (Rev %s)" +#: include/class_core.inc:435 +msgid "" +"The 'ppdPath' variable defines where to store PPD files for the GOto " +"environment plugins." msgstr "" -#: include/functions.inc:2365 -#, php-format -msgid "File '%s' could not be deleted." +#: include/class_core.inc:445 +msgid "" +"The 'ldapMaxQueryTime' statement tells GOsa to stop LDAP actions if there is " +"no answer within the specified number of seconds." msgstr "" -#: include/functions.inc:2399 include/functions.inc:2419 -msgid "Cannot write to revision file!" +#: include/class_core.inc:455 +msgid "" +"The 'storeFilterSettings' statement determines whether GOsa should store " +"filter and plugin settings inside of a cookie." msgstr "" -#: include/functions.inc:2690 include/functions.inc:2694 -#: include/functions.inc:2700 -msgid "'baseIdHook' is not available. Using default base!" +#: include/class_core.inc:465 +msgid "" +"The 'sendCompressedOutput' statement determines whether PHP should send " +"compressed HTML pages to browsers or not. This may increase or decrease the " +"performance, depending on your network." msgstr "" -#: include/functions.inc:2724 -msgid "LDAP warning" +#: include/class_core.inc:476 +msgid "" +"The 'modificationDetectionAttribute' statement enables GOsa to check if a " +"entry currently being edited has been modified from someone else outside " +"GOsa in the meantime. It will display an informative dialog then. It can be " +"set to 'entryCSN' for OpenLDAP based systems or 'contextCSN' for Sun DS " +"based systems." msgstr "" -#: include/functions.inc:2724 -msgid "Cannot get schema information from server. No schema check possible!" +#: include/class_core.inc:487 +msgid "" +"The 'language' statement defines the default language used by GOsa. Normally " +"GOsa autodetects the language from the browser settings. If this is not " +"working or you want to force the language, just add the language code (i.e. " +"de for german) here." msgstr "" -#: include/functions.inc:2750 -msgid "Used to store account specific informations." +#: include/class_core.inc:498 +msgid "" +"The 'theme' statement defines what theme is used to display GOsa pages. You " +"can install some corporate identity like theme and/or modify certain " +"templates to fit your needs within themes. Take a look at the GOsa FAQ for " +"more information." msgstr "" -#: include/functions.inc:2757 +#: include/class_core.inc:508 msgid "" -"Used to lock currently edited entries to avoid multiple changes at the same " -"time." +"The 'sessionLifetime' value defines when a session will expire in seconds. " +"For Debian systems, this will not work because the sessions will be removed " +"by a cron job instead. Please modify the value inside of your php.ini " +"instead." msgstr "" -#: include/functions.inc:2802 -#, php-format -msgid "Missing required object class '%s'!" +#: include/class_core.inc:518 +msgid "" +"The 'templateCompileDirectory' statements defines the path, where the PHP " +"templating engins 'smarty' should store its compiled GOsa templates for " +"improved speed. This path needs to be writeable by the user your webserver " +"is running with." msgstr "" -#: include/functions.inc:2805 +#: include/class_core.inc:528 #, php-format -msgid "Missing optional object class '%s'!" +msgid "" +"The 'debugLevel' value tells GOsa to display certain information on each " +"page load. Value is an AND combination of the following byte values: %s" msgstr "" -#: include/functions.inc:2810 +#: include/class_core.inc:548 #, php-format -msgid "Version mismatch for required object class '%s' (!=%s)!" +msgid "" +"The 'sambaHashHook' statement contains an executable to generate samba hash " +"values. This is required for password synchronization, but not required if " +"you apply gosa-si services. If you don't have mkntpasswd from the samba " +"distribution installed, you can use perl to generate the hash: %s" msgstr "" -#: include/functions.inc:2813 -#, php-format -msgid "Class(es) available" +#: include/class_core.inc:559 +msgid "" +"The 'passwordDefaultHash' statement defines the default password hash to " +"choose for new accounts." msgstr "" -#: include/functions.inc:2835 +#: include/class_core.inc:568 msgid "" -"You have enabled the rfc2307bis option on the 'ldap setup' step, but your " -"schema configuration do not support this option." +"The 'strictPasswordRules' tells GOsa to check for UTF-8 characters in the " +"supplied password. These Characters can lead to non working authentications " +"if UTF-8 and none UTF-8 systems locales get mixed. The default is 'true'." msgstr "" -#: include/functions.inc:2836 +#: include/class_core.inc:579 msgid "" -"In order to use rfc2307bis conform groups the objectClass 'posixGroup' must " -"be AUXILIARY" +"The 'accountPrimaryAttribute' option tells GOsa how to create new accounts. " +"Possible values are 'uid' and 'cn'. In the first case GOsa creates uid style " +"DN entries: 'uid=superuser,ou=staff,dc=example,dc=net'. In the second case, " +"GOsa creates cn style DN entries: 'cn=Foo Bar,ou=staff,dc=example,dc=net'. " +"If you choose \"cn\" to be your 'accountPrimaryAttribute' you can decide " +"whether to include the personal title in your dn by selecting " +"'personalTitleInDN'." msgstr "" -#: include/functions.inc:2840 +#: include/class_core.inc:589 msgid "" -"Your schema is configured to support the rfc2307bis group, but you have " -"disabled this option on the 'ldap setup' step." +"The 'userRDN' statement defines the location where new accounts will be " +"created inside of defined departments. The default is 'ou=people'." msgstr "" -#: include/functions.inc:2841 -msgid "The objectClass 'posixGroup' must be STRUCTURAL" +#: include/class_core.inc:599 +msgid "" +"The 'groupsRDN' statement defines the location where new groups will be " +"created inside of defined departments. The default is 'ou=groups'." msgstr "" -#: include/functions.inc:2866 -msgid "German" +#: include/class_core.inc:609 +msgid "" +"The 'gidNumberBase' statement defines where to start looking for a new free " +"group id. This should be synced with your 'adduser.conf' to avoid " +"overlapping gidNumber values between local and LDAP based lookups. The " +"gidNumberBase can even be dynamic. Take a look at the 'nextIdHook' " +"definition." msgstr "" -#: include/functions.inc:2867 -msgid "French" +#: include/class_core.inc:619 +msgid "" +"The 'baseIdHook' statement allows to hook into the id generation method " +"(traditional mode), to define the starting range for new generated ids" msgstr "" -#: include/functions.inc:2868 -msgid "Italian" +#: include/class_core.inc:629 include/class_core.inc:649 +msgid "" +"The 'uidNumberPoolMin/gidNumberPoolMin' statement defines the lowest " +"assignable user/group id for use with the 'idAllocationMethod = pool'." msgstr "" -#: include/functions.inc:2869 -msgid "Spanish" +#: include/class_core.inc:639 include/class_core.inc:659 +msgid "" +"The 'uidNumberPoolMax/gidNumberPoolMax' statement defines the highest " +"assignable user/group id for use with the 'idAllocationMethod = pool'." msgstr "" -#: include/functions.inc:2870 -msgid "English" +#: include/class_core.inc:669 +msgid "" +"The 'uidNumberBase' statement defines where to start looking for a new free " +"user id. This should be synced with your 'adduser.conf' to avoid overlapping " +"uidNumber values between local and LDAP based lookups. The uidNumberBase can " +"even be dynamic. Take a look at the 'baseIdHook' definition." msgstr "" -#: include/functions.inc:2871 -msgid "Dutch" +#: include/class_core.inc:709 +msgid "" +"The 'gosaSupportURI' defines the major gosa-si server host and the password " +"for GOsa to connect to it. It can be used if you want to use i.e. kerberos " +"to authenticate the users. The format is: credentials@host:port" msgstr "" -#: include/functions.inc:2872 -msgid "Polish" +#: include/class_core.inc:719 +msgid "" +"The 'gosaSupportTimeout' sets a connection timeout for all gosa-si actions. " +"See 'gosaSupportURI' for details." msgstr "" -#: include/functions.inc:2873 -msgid "Brazilian Portuguese" +#: include/class_core.inc:730 +msgid "" +"The 'loginAttribute' statement tells GOsa which LDAP attribute is used as " +"the login name during login. It can be set to 'uid', 'mail' or 'both'" msgstr "" -#: include/functions.inc:2875 -msgid "Chinese" +#: include/class_core.inc:741 +msgid "" +"The 'timezone' statements defines the timezone used inside of GOsa to handle " +"date related tasks, such as password expiery, vacation messages, etc. The " +"'timezone' value should be a unix conform timezone value like in /etc/" +"timezone." msgstr "" -#: include/functions.inc:2876 -msgid "Vietnamese" +#: include/class_core.inc:751 +msgid "" +"The 'honourUnitTags' statement enables checking of 'unitTag' attributes when " +"using administrative units. If this is set to 'true' GOsa can only see " +"objects inside the administrative unit a user is logged into." msgstr "" -#: include/functions.inc:2877 -msgid "Russian" +#: include/class_core.inc:761 +msgid "" +"The 'useSaslForKerberos' statement defines the way the kerberos realm is " +"stored in the #userPassword' attribute. Set it to 'true' in order to get " +"{sasl}user@REALM.NET, or to 'false' to get {kerberos}user@REALM.NET. The " +"latter is outdated, but may be needed from time to time." msgstr "" -#: include/functions.inc:3072 -#, php-format +#: include/class_core.inc:771 msgid "" -"Command '%s', specified as POSTMODIFY for plugin '%s' doesn't seem to exist." +"The 'rfc2307bis' statement enables rfc2307bis style groups in GOsa. You can " +"use 'member' attributes instead of memberUid in this case. To make it work " +"on unix systems, you've to adjust your NSS configuration to use rfc2307bis " +"style groups, too" msgstr "" -#: include/functions.inc:3105 -msgid "Cannot generate samba hash!" +#: include/class_core.inc:781 +msgid "" +"The 'personalTitleInDN' option tells GOsa to include the personal title in " +"user DNs when #accountPrimaryAttribute' is set to \"cn\"." msgstr "" -#: include/functions.inc:3118 -#, php-format +#: include/class_core.inc:791 msgid "" -"Cannot generate samba hash: running '%s' failed, check the 'sambaHashHook'!" +"The 'nextIdHook' statement defines a script to be called for finding the " +"next free id for users or groups externaly. It gets called with the current " +"entry \"dn\" and the attribute to be ID'd. It should return an integer value." msgstr "" -#: include/functions.inc:3399 include/functions.inc:3413 -#: include/functions.inc:3451 include/functions.inc:3463 -#: include/functions.inc:3467 include/functions.inc:3482 -#: include/functions.inc:3491 -msgid "Cannot allocate a free ID:" +#: include/class_core.inc:801 +msgid "" +"The 'idGenerator' statement describes an automatic way to generate new user " +"ids. There are two basic functions supported - which can be combined: \n" +"\n" +" a) using attributes\n" +"\n" +" You can specify LDAP attributes (currently only sn and givenName) in\n" +" braces {} and add a percent sign befor it. Optionally you can strip it\n" +" down to a number of characters, specified in []. I.e.\n" +"\n" +" idGenerator=\"{%sn}-{%givenName[2-4]}\"\n" +"\n" +" will generate an ID using the full surename, adding a dash, and adding " +"at\n" +" least the first two characters of givenName. If this ID is used, it'll\n" +" use up to four characters. If no automatic generation is possible, a\n" +" input box is shown.\n" +"\n" +" b) using automatic id's\n" +"\n" +" I.e. specifying\n" +"\n" +" idGenerator=\"acct{id:3}\"\n" +"\n" +" will generate a three digits id with the next free entry appended to " +"\"acct\".\n" +"\n" +" idGenerator=\"acct{id!1}\"\n" +"\n" +" will generate a one digit id with the next free entry appended to \"acct" +"\" - if needed.\n" +"\n" +" idGenerator=\"ext{id#3}\"\n" +"\n" +" will generate a three digits random number appended to \"ext\".\n" +msgstr "" + +#: include/class_core.inc:841 +msgid "" +"The 'strictNamingRules' statement enables strict checking of uids and group " +"names. If you need characters like . or - inside of your accounts, set " +"this to 'false'." msgstr "" -#: include/functions.inc:3399 -msgid "unknown idAllocation method!" +#: include/class_core.inc:851 +msgid "" +"The 'minId' statement defines the minimum assignable user or group id to " +"avoid security leaks with uid 0 accounts. This is used for the 'traditional' " +"method." msgstr "" -#: include/functions.inc:3413 -#, php-format -msgid "%sPoolMin >= %sPoolMax!" +#: include/class_core.inc:862 +msgid "" +"The 'mailAttribute' statement determines which attribute GOsa will use to " +"create accounts. Valid values are 'mail' and 'uid'." msgstr "" -#: include/functions.inc:3443 -msgid "Cannot create sambaUnixIdPool entry!" +#: include/class_core.inc:872 +msgid "" +"This attribute allows to override the prefix used to create shared folders." msgstr "" -#: include/functions.inc:3451 -msgid "sambaUnixIdPool is not unique!" +#: include/class_core.inc:882 +msgid "" +"This attribute allows to override the user account creation syntax, see the " +"'mailFolderCreation' description for more details.\n" +"\n" +"Examples\n" +" mailUserCreation=\"%prefix%%uid%\" => \"user.foobar\"\n" +" mailUserCreation=\"my-prefix.%uid%%domain%\" => \"my-prefix.foobar@example." +"com\"\n" msgstr "" -#: include/functions.inc:3463 include/functions.inc:3467 -msgid "no ID available!" +#: include/class_core.inc:897 +msgid "" +"Every mail method has its own way to create mail accounts like 'share/" +"development' or 'shared.development@example.com' which is used to identify " +"the accounts, set quotas or add acls.\n" +"\n" +"To override the methods default account creation syntax, you can set the " +"'mailFolderCreation' option.\n" +"\n" +"Examples\n" +"\n" +" mailFolderCreation=\"%prefix%%cn%\" => \"shared.development\"\n" +" mailFolderCreation=\"my-prefix.%cn%%domain%\" => \"my-prefix." +"development@example.com\"\n" +"\n" +" %prefix% The methods default prefix. (Depends on cyrusUseSlashes=FALSE/" +"TRUE)\n" +" %cn% The groups/users cn.\n" +" %uid% The users uid.\n" +" %mail% The objects mail attribute.\n" +" %domain% The domain part of the objects mail attribute.\n" +" %mailpart% The user address part of the mail address.\n" +" %uattrib% Depends on mailAttribute=\"uid/mail\".\n" +msgstr "" + +#: include/class_core.inc:923 +msgid "" +"The 'imapTimeout' statement sets the connection timeout for imap actions." msgstr "" -#: include/functions.inc:3491 -msgid "maximum tries exceeded!" +#: include/class_core.inc:934 +msgid "" +"The 'mailMethod' statement tells GOsa which mail method the setup should use " +"to communicate with a possible mail server. Leave this undefined if your " +"mail method does not match the predefined ones." msgstr "" -#: include/functions.inc:3551 -msgid "Cannot allocate a free ID!" +#: include/class_core.inc:944 +msgid "" +"The 'cyrusUseSlashes' statement determines if GOsa should use \"foo/bar\" or " +"\"foo.bar\" namespaces in IMAP. Unix style is with slashes." msgstr "" -#: include/password-methods/class_password-methods.inc:250 -msgid "Cannot find a suitable password method for the current hash!" +#: include/class_core.inc:954 +msgid "" +"The 'vacationTemplateDirectory' statement sets the path where GOsa will look " +"for vacation message templates. Default is /etc/gosa/vacation. \n" +"\n" +"Example template /etc/gosa/vacation/business.txt:\n" +"\n" +" DESC:Away from desk\n" +" Hi, I'm currently away from my desk. You can contact me on\n" +" my cell phone via %mobile.\n" +"\n" +" Greetings,\n" +" %givenName %sn\n" +"\n" +msgstr "" + +#: include/class_core.inc:975 +msgid "" +"The 'ldapTLS' statement enables or disables TLS operating on LDAP " +"connections." msgstr "" -#: include/class_msg_dialog.inc:124 -msgid "Please fix the above error and reload the page." +#: include/class_core.inc:985 +msgid "" +"The 'honourIvbbAttributes' statement enables the IVBB mode inside of GOsa. " +"You need the ivbb.schema file from used by german authorities." msgstr "" -#: include/class_log.inc:87 -#, php-format -msgid "Logging failed: %s" +#: include/class_core.inc:995 +msgid "" +"The 'sambaIdMapping' statement tells GOsa to maintain sambaIdmapEntry " +"objects. Depending on your setup this can drastically improve the windows " +"login performance." msgstr "" -#: include/class_log.inc:102 -#, php-format -msgid "Invalid option '%s' specified!" +#: include/class_core.inc:1005 +msgid "" +"The 'handleExpiredAccounts' statement enables shadow attribute tests during " +"the login to the GOsa web interface and forces password renewal or account " +"lockout." msgstr "" -#: include/class_log.inc:106 -msgid "Specified objectType is empty or invalid!" +#: include/class_core.inc:1015 +msgid "" +"The 'sambaSID' statement defines a samba SID if not available inside of the " +"LDAP. You can retrieve the current sid by net getlocalsid." msgstr "" -#: include/class_baseSelector.inc:160 include/class_listing.inc:1009 -#: include/class_listing.inc:1011 include/class_releaseSelector.inc:164 -msgid "Root" +#: include/class_core.inc:1025 +msgid "" +"The 'sambaRidBase' statement defines the base id to add to ordinary sid " +"calculations - if not available inside of the LDAP." msgstr "" -#: include/class_baseSelector.inc:207 include/class_releaseSelector.inc:212 -msgid "Submit" +#: include/class_core.inc:1035 +msgid "" +"The 'enableSnapshots' statement enables a snapshot mechaism in GOsa. This " +"enables you to save certain states of entries and restore them later on." msgstr "" -#: include/utils/class_timezone.inc:47 -#, php-format +#: include/class_core.inc:1045 msgid "" -"The timezone setting '%s' in your gosa.conf is not valid. Cannot calculate " -"correct timezone offset." +"The 'snapshotBase' statement defines the base where snapshots should be " +"stored inside of the LDAP." msgstr "" -#: include/utils/class_msgPool.inc:16 -#, php-format -msgid "Select to list objects of type '%s'." +#: include/class_core.inc:1055 +msgid "" +"The 'snapshotAdminDn' variable defines the user which is used to " +"authenticate when connecting to 'snapshotURI'." msgstr "" -#: include/utils/class_msgPool.inc:18 -#, php-format -msgid "Select to list objects containig '%s'." +#: include/class_core.inc:1065 +msgid "" +"The 'snapshotAdminPassword' variable defines the credentials which are used " +"in combination with 'snapshotAdminDn' and 'snapshotURI' in order to " +"authenticate." msgstr "" -#: include/utils/class_msgPool.inc:20 -#, php-format -msgid "Select to list objects that have '%s' enabled" +#: include/class_core.inc:1076 +msgid "" +"The 'idAllocationMethod' statement defines how GOsa generates numeric user " +"and group id values. If it is set to 'traditional' GOsa will do create a " +"lock and perform a search for the next free ID. The lock will be removed " +"after the procedure completes. 'pool' will use the sambaUnixIdPool " +"objectclass settings inside your LDAP. This one is unsafe, because it does " +"not check for concurrent LDAP access and already used IDs in this range. On " +"the other hand it is much faster." msgstr "" -#: include/utils/class_msgPool.inc:22 -msgid "Select to search within subtrees" +#: include/class_core.inc:1085 +msgid "" +"The 'snapshotURI' variable defines the LDAP URI for the server which is used " +"to do object snapshots." msgstr "" -#: include/utils/class_msgPool.inc:24 include/class_filter.inc:444 -msgid "Search in subtrees" +#: include/utils/class_timezone.inc:47 +#, php-format +msgid "The configured timezone %s is not valid!" msgstr "" -#: include/utils/class_msgPool.inc:34 +#: include/utils/class_msgPool.inc:17 msgid "This object will be deleted!" msgstr "" -#: include/utils/class_msgPool.inc:36 +#: include/utils/class_msgPool.inc:19 #, php-format -msgid "This '%s' object will be deleted!" +msgid "This %s object will be deleted!" msgstr "" -#: include/utils/class_msgPool.inc:41 +#: include/utils/class_msgPool.inc:24 #, php-format msgid "This object will be deleted: %s" msgstr "" -#: include/utils/class_msgPool.inc:43 +#: include/utils/class_msgPool.inc:26 #, php-format -msgid "This '%s' object will be deleted: %s" +msgid "This %s object will be deleted: %s" msgstr "" -#: include/utils/class_msgPool.inc:48 +#: include/utils/class_msgPool.inc:31 msgid "This object will be deleted:" msgstr "" -#: include/utils/class_msgPool.inc:50 +#: include/utils/class_msgPool.inc:33 #, php-format -msgid "This '%s' object will be deleted:" +msgid "This %s object will be deleted:" msgstr "" -#: include/utils/class_msgPool.inc:54 +#: include/utils/class_msgPool.inc:37 #, php-format msgid "These objects will be deleted: %s" msgstr "" -#: include/utils/class_msgPool.inc:56 +#: include/utils/class_msgPool.inc:39 #, php-format -msgid "These '%s' objects will be deleted: %s" +msgid "These %s objects will be deleted: %s" msgstr "" -#: include/utils/class_msgPool.inc:64 +#: include/utils/class_msgPool.inc:47 msgid "You have no permission to delete this object!" msgstr "" -#: include/utils/class_msgPool.inc:68 include/utils/class_msgPool.inc:72 +#: include/utils/class_msgPool.inc:51 include/utils/class_msgPool.inc:55 msgid "You have no permission to delete the object:" msgstr "" -#: include/utils/class_msgPool.inc:75 +#: include/utils/class_msgPool.inc:58 msgid "You have no permission to delete these objects:" msgstr "" -#: include/utils/class_msgPool.inc:82 +#: include/utils/class_msgPool.inc:65 msgid "You have no permission to create this object!" msgstr "" -#: include/utils/class_msgPool.inc:86 include/utils/class_msgPool.inc:90 +#: include/utils/class_msgPool.inc:69 include/utils/class_msgPool.inc:73 msgid "You have no permission to create the object:" msgstr "" -#: include/utils/class_msgPool.inc:93 +#: include/utils/class_msgPool.inc:76 msgid "You have no permission to create these objects:" msgstr "" -#: include/utils/class_msgPool.inc:100 +#: include/utils/class_msgPool.inc:83 msgid "You have no permission to modify this object!" msgstr "" -#: include/utils/class_msgPool.inc:104 include/utils/class_msgPool.inc:108 +#: include/utils/class_msgPool.inc:87 include/utils/class_msgPool.inc:91 msgid "You have no permission to modify the object:" msgstr "" -#: include/utils/class_msgPool.inc:111 +#: include/utils/class_msgPool.inc:94 msgid "You have no permission to modify these objects:" msgstr "" -#: include/utils/class_msgPool.inc:118 +#: include/utils/class_msgPool.inc:101 msgid "You have no permission to view this object!" msgstr "" -#: include/utils/class_msgPool.inc:122 include/utils/class_msgPool.inc:126 +#: include/utils/class_msgPool.inc:105 include/utils/class_msgPool.inc:109 msgid "You have no permission to view the object:" msgstr "" -#: include/utils/class_msgPool.inc:129 +#: include/utils/class_msgPool.inc:112 msgid "You have no permission to view these objects:" msgstr "" -#: include/utils/class_msgPool.inc:136 +#: include/utils/class_msgPool.inc:119 msgid "You have no permission to move this object!" msgstr "" -#: include/utils/class_msgPool.inc:140 include/utils/class_msgPool.inc:144 +#: include/utils/class_msgPool.inc:123 include/utils/class_msgPool.inc:127 msgid "You have no permission to move the object:" msgstr "" -#: include/utils/class_msgPool.inc:147 +#: include/utils/class_msgPool.inc:130 msgid "You have no permission to move these objects:" msgstr "" -#: include/utils/class_msgPool.inc:157 include/utils/class_msgPool.inc:169 -#: include/utils/class_msgPool.inc:187 +#: include/utils/class_msgPool.inc:140 include/utils/class_msgPool.inc:152 +#: include/utils/class_msgPool.inc:170 msgid "Connection information" msgstr "" -#: include/utils/class_msgPool.inc:159 +#: include/utils/class_msgPool.inc:142 #, php-format msgid "Cannot connect to %s database!" msgstr "" -#: include/utils/class_msgPool.inc:171 +#: include/utils/class_msgPool.inc:154 #, php-format msgid "Cannot select %s database!" msgstr "" -#: include/utils/class_msgPool.inc:177 +#: include/utils/class_msgPool.inc:160 #, php-format msgid "No %s server defined!" msgstr "" -#: include/utils/class_msgPool.inc:189 +#: include/utils/class_msgPool.inc:172 #, php-format msgid "Cannot query %s database!" msgstr "" -#: include/utils/class_msgPool.inc:195 +#: include/utils/class_msgPool.inc:178 #, php-format -msgid "The field '%s' contains a reserved keyword!" +msgid "The field %s contains a reserved keyword!" msgstr "" -#: include/utils/class_msgPool.inc:201 +#: include/utils/class_msgPool.inc:184 #, php-format -msgid "Command specified as %s hook for plugin '%s' does not exist!" +msgid "Command specified as %s hook for plugin %s does not exist!" msgstr "" -#: include/utils/class_msgPool.inc:208 +#: include/utils/class_msgPool.inc:191 #, php-format -msgid "'%s' command is invalid!" +msgid "%s command is invalid!" msgstr "" -#: include/utils/class_msgPool.inc:210 +#: include/utils/class_msgPool.inc:193 #, php-format -msgid "'%s' command (%s) for plugin %s is invalid!" +msgid "%s command (%s) for plugin %s is invalid!" msgstr "" -#: include/utils/class_msgPool.inc:212 +#: include/utils/class_msgPool.inc:195 #, php-format -msgid "'%s' command for plugin %s is invalid!" +msgid "%s command for plugin %s is invalid!" msgstr "" -#: include/utils/class_msgPool.inc:214 +#: include/utils/class_msgPool.inc:197 #, php-format -msgid "'%s' command (%s) is invalid!" +msgid "%s command (%s) is invalid!" msgstr "" -#: include/utils/class_msgPool.inc:222 +#: include/utils/class_msgPool.inc:205 #, php-format -msgid "Cannot execute '%s' command!" +msgid "Cannot execute %s command!" msgstr "" -#: include/utils/class_msgPool.inc:224 +#: include/utils/class_msgPool.inc:207 #, php-format -msgid "Cannot execute '%s' command (%s) for plugin %s!" +msgid "Cannot execute %s command (%s) for plugin %s!" msgstr "" -#: include/utils/class_msgPool.inc:226 +#: include/utils/class_msgPool.inc:209 #, php-format -msgid "Cannot execute '%s' command for plugin %s!" +msgid "Cannot execute %s command for plugin %s!" msgstr "" -#: include/utils/class_msgPool.inc:228 +#: include/utils/class_msgPool.inc:211 #, php-format -msgid "Cannot execute '%s' command (%s)!" +msgid "Cannot execute %s command (%s)!" msgstr "" -#: include/utils/class_msgPool.inc:236 +#: include/utils/class_msgPool.inc:219 #, php-format -msgid "Value for '%s' is too large!" +msgid "Value for %s is too large!" msgstr "" -#: include/utils/class_msgPool.inc:238 +#: include/utils/class_msgPool.inc:221 #, php-format -msgid "'%s' must be smaller than %s!" +msgid "%s must be smaller than %s!" msgstr "" -#: include/utils/class_msgPool.inc:246 +#: include/utils/class_msgPool.inc:229 #, php-format -msgid "Value for '%s' is too small!" +msgid "Value for %s is too small!" msgstr "" -#: include/utils/class_msgPool.inc:248 +#: include/utils/class_msgPool.inc:231 #, php-format -msgid "'%s' must be %d or above!" +msgid "%s must be %s or above!" msgstr "" -#: include/utils/class_msgPool.inc:255 +#: include/utils/class_msgPool.inc:238 #, php-format -msgid "'%s' depends on '%s' - please provide both values!" +msgid "%s depends on %s - please provide both values!" msgstr "" -#: include/utils/class_msgPool.inc:261 +#: include/utils/class_msgPool.inc:244 #, php-format -msgid "There is already an entry with this '%s' attribute in the system!" +msgid "There is already an entry with this %s attribute in the system!" msgstr "" -#: include/utils/class_msgPool.inc:267 +#: include/utils/class_msgPool.inc:250 #, php-format -msgid "The required field '%s' is empty!" +msgid "The required field %s is empty!" msgstr "" -#: include/utils/class_msgPool.inc:275 +#: include/utils/class_msgPool.inc:258 msgid "Example" msgstr "" -#: include/utils/class_msgPool.inc:295 +#: include/utils/class_msgPool.inc:278 #, php-format -msgid "The Field '%s' contains invalid characters" +msgid "The Field %s contains invalid characters" msgstr "" -#: include/utils/class_msgPool.inc:296 +#: include/utils/class_msgPool.inc:279 #, php-format -msgid "'%s' is not allowed:" +msgid "%s is not allowed:" msgstr "" -#: include/utils/class_msgPool.inc:296 +#: include/utils/class_msgPool.inc:279 #, php-format -msgid "'%s' are not allowed!" +msgid "%s are not allowed!" msgstr "" -#: include/utils/class_msgPool.inc:299 +#: include/utils/class_msgPool.inc:282 #, php-format -msgid "The Field '%s' contains invalid characters!" +msgid "The Field %s contains invalid characters!" msgstr "" -#: include/utils/class_msgPool.inc:306 +#: include/utils/class_msgPool.inc:289 #, php-format msgid "Missing %s PHP extension!" msgstr "" -#: include/utils/class_msgPool.inc:336 +#: include/utils/class_msgPool.inc:319 #, php-format msgid "Add %s" msgstr "" -#: include/utils/class_msgPool.inc:342 +#: include/utils/class_msgPool.inc:325 #, php-format msgid "Delete" msgstr "" -#: include/utils/class_msgPool.inc:342 +#: include/utils/class_msgPool.inc:325 #, php-format msgid "Delete %s" msgstr "" -#: include/utils/class_msgPool.inc:348 +#: include/utils/class_msgPool.inc:331 #, php-format msgid "Set %s" msgstr "" -#: include/utils/class_msgPool.inc:354 +#: include/utils/class_msgPool.inc:337 #, php-format msgid "Edit..." msgstr "" -#: include/utils/class_msgPool.inc:354 +#: include/utils/class_msgPool.inc:337 #, php-format msgid "Edit %s..." msgstr "" -#: include/utils/class_msgPool.inc:360 +#: include/utils/class_msgPool.inc:343 msgid "Back" msgstr "" -#: include/utils/class_msgPool.inc:380 +#: include/utils/class_msgPool.inc:363 #, php-format msgid "This account has no valid %s extensions!" msgstr "" -#: include/utils/class_msgPool.inc:386 +#: include/utils/class_msgPool.inc:369 #, php-format msgid "" "This account has %s settings enabled. You can disable them by clicking below." msgstr "" -#: include/utils/class_msgPool.inc:389 include/utils/class_msgPool.inc:396 +#: include/utils/class_msgPool.inc:372 include/utils/class_msgPool.inc:379 #, php-format msgid "" "This account has %s settings enabled. To disable them, you'll need to remove " "the %s settings first!" msgstr "" -#: include/utils/class_msgPool.inc:405 +#: include/utils/class_msgPool.inc:388 #, php-format msgid "" "This account has %s settings disabled. You can enable them by clicking below." msgstr "" -#: include/utils/class_msgPool.inc:408 include/utils/class_msgPool.inc:415 +#: include/utils/class_msgPool.inc:391 include/utils/class_msgPool.inc:398 #, php-format msgid "" "This account has %s settings disabled. To enable them, you'll need to add " "the %s settings first!" msgstr "" -#: include/utils/class_msgPool.inc:423 +#: include/utils/class_msgPool.inc:406 #, php-format msgid "Add %s settings" msgstr "" -#: include/utils/class_msgPool.inc:429 +#: include/utils/class_msgPool.inc:412 #, php-format msgid "Remove %s settings" msgstr "" -#: include/utils/class_msgPool.inc:435 +#: include/utils/class_msgPool.inc:418 msgid "Click the 'Edit' button below to change informations in this dialog" msgstr "" -#: include/utils/class_msgPool.inc:441 +#: include/utils/class_msgPool.inc:424 msgid "January" msgstr "" -#: include/utils/class_msgPool.inc:441 +#: include/utils/class_msgPool.inc:424 msgid "February" msgstr "" -#: include/utils/class_msgPool.inc:441 +#: include/utils/class_msgPool.inc:424 msgid "March" msgstr "" -#: include/utils/class_msgPool.inc:441 +#: include/utils/class_msgPool.inc:424 msgid "April" msgstr "" -#: include/utils/class_msgPool.inc:442 +#: include/utils/class_msgPool.inc:425 msgid "May" msgstr "" -#: include/utils/class_msgPool.inc:442 +#: include/utils/class_msgPool.inc:425 msgid "June" msgstr "" -#: include/utils/class_msgPool.inc:442 +#: include/utils/class_msgPool.inc:425 msgid "July" msgstr "" -#: include/utils/class_msgPool.inc:442 +#: include/utils/class_msgPool.inc:425 msgid "August" msgstr "" -#: include/utils/class_msgPool.inc:442 +#: include/utils/class_msgPool.inc:425 msgid "September" msgstr "" -#: include/utils/class_msgPool.inc:443 +#: include/utils/class_msgPool.inc:426 msgid "October" msgstr "" -#: include/utils/class_msgPool.inc:443 +#: include/utils/class_msgPool.inc:426 msgid "November" msgstr "" -#: include/utils/class_msgPool.inc:443 +#: include/utils/class_msgPool.inc:426 msgid "December" msgstr "" -#: include/utils/class_msgPool.inc:449 +#: include/utils/class_msgPool.inc:432 msgid "Sunday" msgstr "" -#: include/utils/class_msgPool.inc:449 +#: include/utils/class_msgPool.inc:432 msgid "Monday" msgstr "" -#: include/utils/class_msgPool.inc:449 +#: include/utils/class_msgPool.inc:432 msgid "Tuesday" msgstr "" -#: include/utils/class_msgPool.inc:449 +#: include/utils/class_msgPool.inc:432 msgid "Wednesday" msgstr "" -#: include/utils/class_msgPool.inc:449 +#: include/utils/class_msgPool.inc:432 msgid "Thursday" msgstr "" -#: include/utils/class_msgPool.inc:449 +#: include/utils/class_msgPool.inc:432 msgid "Friday" msgstr "" -#: include/utils/class_msgPool.inc:449 +#: include/utils/class_msgPool.inc:432 msgid "Saturday" msgstr "" -#: include/utils/class_msgPool.inc:456 +#: include/utils/class_msgPool.inc:439 msgid "MySQL operation failed!" msgstr "" -#: include/utils/class_msgPool.inc:464 +#: include/utils/class_msgPool.inc:447 msgid "read operation" msgstr "" -#: include/utils/class_msgPool.inc:464 +#: include/utils/class_msgPool.inc:447 msgid "add operation" msgstr "" -#: include/utils/class_msgPool.inc:464 +#: include/utils/class_msgPool.inc:447 msgid "modify operation" msgstr "" -#: include/utils/class_msgPool.inc:465 +#: include/utils/class_msgPool.inc:448 msgid "delete operation" msgstr "" -#: include/utils/class_msgPool.inc:465 +#: include/utils/class_msgPool.inc:448 msgid "search operation" msgstr "" -#: include/utils/class_msgPool.inc:465 +#: include/utils/class_msgPool.inc:448 msgid "authentication" msgstr "" -#: include/utils/class_msgPool.inc:468 +#: include/utils/class_msgPool.inc:451 #, php-format msgid "LDAP %s failed!" msgstr "" -#: include/utils/class_msgPool.inc:470 +#: include/utils/class_msgPool.inc:453 msgid "LDAP operation failed!" msgstr "" -#: include/utils/class_msgPool.inc:485 +#: include/utils/class_msgPool.inc:468 msgid "Upload failed!" msgstr "" -#: include/utils/class_msgPool.inc:488 +#: include/utils/class_msgPool.inc:471 #, php-format msgid "Upload failed: %s" msgstr "" -#: include/utils/class_msgPool.inc:495 +#: include/utils/class_msgPool.inc:478 msgid "Communication failure with the infrastructure service!" msgstr "" -#: include/utils/class_msgPool.inc:497 +#: include/utils/class_msgPool.inc:480 #, php-format msgid "Communication failure with the infrastructure service: %s" msgstr "" -#: include/utils/class_msgPool.inc:504 include/utils/class_msgPool.inc:507 +#: include/utils/class_msgPool.inc:487 +msgid "Communication failure with the GOSA-NG service!" +msgstr "" + +#: include/utils/class_msgPool.inc:489 #, php-format -msgid "This '%s' is still in use by this object: %s" +msgid "Communication failure with the GOSA-NG service: %s" msgstr "" -#: include/utils/class_msgPool.inc:510 +#: include/utils/class_msgPool.inc:496 include/utils/class_msgPool.inc:499 +#, php-format +msgid "This %s is still in use by this object: %s" +msgstr "" + +#: include/utils/class_msgPool.inc:502 #, php-format -msgid "This '%s' is still in use." +msgid "This %s is still in use." msgstr "" -#: include/utils/class_msgPool.inc:512 +#: include/utils/class_msgPool.inc:504 #, php-format -msgid "This '%s' is still in use by these objects: %s" +msgid "This %s is still in use by these objects: %s" msgstr "" -#: include/utils/class_msgPool.inc:518 +#: include/utils/class_msgPool.inc:510 #, php-format -msgid "File '%s' does not exist!" +msgid "File %s does not exist!" msgstr "" -#: include/utils/class_msgPool.inc:524 +#: include/utils/class_msgPool.inc:516 #, php-format -msgid "Cannot open file '%s' for reading!" +msgid "Cannot open file %s for reading!" msgstr "" -#: include/utils/class_msgPool.inc:530 +#: include/utils/class_msgPool.inc:522 #, php-format -msgid "Cannot open file '%s' for writing!" +msgid "Cannot open file %s for writing!" msgstr "" -#: include/utils/class_msgPool.inc:536 +#: include/utils/class_msgPool.inc:528 #, php-format msgid "" -"The value for '%s' is currently unconfigured or invalid, please check your " +"The value for %s is currently unconfigured or invalid, please check your " "configuration file!" msgstr "" -#: include/utils/class_msgPool.inc:542 +#: include/utils/class_msgPool.inc:534 #, php-format -msgid "Cannot delete file '%s'!" +msgid "Cannot delete file %s!" msgstr "" -#: include/utils/class_msgPool.inc:548 +#: include/utils/class_msgPool.inc:540 #, php-format -msgid "Cannot create folder '%s'!" +msgid "Cannot create folder %s!" msgstr "" -#: include/utils/class_msgPool.inc:554 +#: include/utils/class_msgPool.inc:546 #, php-format -msgid "Cannot delete folder '%s'!" +msgid "Cannot delete folder %s!" msgstr "" -#: include/utils/class_msgPool.inc:560 +#: include/utils/class_msgPool.inc:552 #, php-format msgid "Checking for %s support" msgstr "" -#: include/utils/class_msgPool.inc:566 +#: include/utils/class_msgPool.inc:558 #, php-format msgid "Install and activate the %s PHP module." msgstr "" -#: include/utils/class_msgPool.inc:572 +#: include/utils/class_msgPool.inc:564 #, php-format msgid "" -"Cannot initialize class '%s'! Maybe there is a plugin missing in your gosa " +"Cannot initialize class %s! Maybe there is a plugin missing in your gosa " "setup?" msgstr "" -#: include/utils/class_msgPool.inc:578 +#: include/utils/class_msgPool.inc:570 msgid "" -"The supplied base is not valid and has been reset to the previous value!" -msgstr "" - -#: include/utils/class_xml.inc:48 -msgid "in" -msgstr "" - -#: include/utils/class_xml.inc:50 -msgid "on line" +"The supplied base is not valid and has been reset to its previous value!" msgstr "" #: include/utils/class_xml.inc:51 @@ -5608,7 +5665,7 @@ msgid "Certificate is empty!" msgstr "" #: include/class_certificate.inc:100 -msgid "Cannot load certificate - only PEM/DER is supported!" +msgid "Cannot load certificate: only PEM and DER are supported!" msgstr "" #: include/class_certificate.inc:115 @@ -5621,18 +5678,18 @@ msgstr "" #: include/functions_helpviewer.inc:45 #, php-format -msgid "XML error in guide.xml: %s at line %d" +msgid "XML error in guide.xml: %s at line %s" msgstr "" #: include/functions_helpviewer.inc:88 msgid "No help available for this plugin." msgstr "" -#: include/functions_helpviewer.inc:97 html/helpviewer.php:194 +#: include/functions_helpviewer.inc:97 html/helpviewer.php:193 msgid "previous" msgstr "" -#: include/functions_helpviewer.inc:101 html/helpviewer.php:198 +#: include/functions_helpviewer.inc:101 html/helpviewer.php:197 msgid "next" msgstr "" @@ -5641,7 +5698,7 @@ msgstr "" msgid "%s results for your search with the keyword %s" msgstr "" -#: include/functions_helpviewer.inc:462 +#: include/functions_helpviewer.inc:461 #, php-format msgid "%s%% hit rate in file %s" msgstr "" @@ -5650,202 +5707,278 @@ msgstr "" msgid "Search filter" msgstr "" +#: include/class_filter.inc:444 +msgid "Search in subtrees" +msgstr "" + #: include/class_filter.inc:449 msgid "Edit filters" msgstr "" -#: include/class_userFilterEditor.inc:251 +#: include/class_SnapshotHandler.inc:45 include/class_SnapshotHandler.inc:76 #, php-format msgid "" -"Please check your filter #%s. You have '%s' opening and '%s' closing " -"brackets!" +"The snapshot functionality is enabled but the required variable %s is not " +"set!" msgstr "" -#: include/class_acl.inc:28 -msgid "Manage access control lists" +#: include/class_SnapshotHandler.inc:58 +#, php-format +msgid "" +"The snapshot functionality is enabled but the required PHP compression " +"module is missing: %s!" msgstr "" -#: include/class_acl.inc:125 include/class_acl.inc:607 -#: include/class_acl.inc:1023 +#: include/class_userFilterEditor.inc:251 #, php-format -msgid "All users" +msgid "Error in filter #%s: %s opening and %s closing brackets detected!" msgstr "" -#: include/class_acl.inc:227 -msgid "Reset ACLs" +#: include/class_acl.inc:28 +msgid "Manage access control lists" msgstr "" -#: include/class_acl.inc:232 include/class_acl.inc:235 -msgid "Use ACL defined in role" +#: include/class_acl.inc:125 include/class_acl.inc:609 +#: include/class_acl.inc:1025 +#, php-format +msgid "All users" msgstr "" -#: include/class_acl.inc:253 +#: include/class_acl.inc:252 msgid "Section" msgstr "" -#: include/class_acl.inc:263 +#: include/class_acl.inc:262 msgid "Used" msgstr "" -#: include/class_acl.inc:568 +#: include/class_acl.inc:570 msgid "No ACL settings for this category!" msgstr "" -#: include/class_acl.inc:571 +#: include/class_acl.inc:573 #, php-format -msgid "Contains ACLs for these objects: %s" +msgid "ACLs for: %s" msgstr "" -#: include/class_acl.inc:577 include/class_acl.inc:581 +#: include/class_acl.inc:579 include/class_acl.inc:583 msgid "category ACL" msgstr "" -#: include/class_acl.inc:634 +#: include/class_acl.inc:635 #, php-format -msgid "Edit ACL for '%s' - scope is '%s'" +msgid "Edit ACL for '%s' with scope '%s'" msgstr "" -#: include/class_acl.inc:799 include/class_acl.inc:806 +#: include/class_acl.inc:797 include/class_acl.inc:804 msgid "Show/hide advanced settings" msgstr "" -#: include/class_acl.inc:817 +#: include/class_acl.inc:815 msgid "Create objects" msgstr "" -#: include/class_acl.inc:818 +#: include/class_acl.inc:816 msgid "Move objects" msgstr "" -#: include/class_acl.inc:819 +#: include/class_acl.inc:817 msgid "Remove objects" msgstr "" -#: include/class_acl.inc:821 -msgid "Grant permission to owner" -msgstr "" - -#: include/class_acl.inc:825 include/class_acl.inc:930 -#: include/class_acl.inc:934 -msgid "read" -msgstr "" - -#: include/class_acl.inc:826 include/class_acl.inc:932 -#: include/class_acl.inc:935 -msgid "write" -msgstr "" - -#: include/class_acl.inc:830 +#: include/class_acl.inc:828 msgid "Complete object" msgstr "" -#: include/class_acl.inc:974 +#: include/class_acl.inc:976 #, php-format msgid "Unkown ACL type '%s'!" msgstr "" -#: include/class_acl.inc:1019 +#: include/class_acl.inc:1021 #, php-format msgid "Unknown entry '%s'!" msgstr "" -#: include/class_acl.inc:1083 include/class_acl.inc:1085 +#: include/class_acl.inc:1085 include/class_acl.inc:1087 #, php-format -msgid "Role: %s" +msgid "ACL role: %s" msgstr "" -#: include/class_acl.inc:1085 -msgid "unknown role" +#: include/class_acl.inc:1087 +msgid "unknown ACL role" msgstr "" -#: include/class_acl.inc:1093 +#: include/class_acl.inc:1095 #, php-format msgid "Contains settings for these objects: %s" msgstr "" -#: include/class_acl.inc:1110 +#: include/class_acl.inc:1112 msgid "inactive" msgstr "" -#: include/class_acl.inc:1110 +#: include/class_acl.inc:1112 msgid "No members" msgstr "" -#: include/class_acl.inc:1280 +#: include/class_acl.inc:1283 msgid "Access control list" msgstr "" -#: include/class_acl.inc:1285 +#: include/class_acl.inc:1289 msgid "ACL roles" msgstr "" -#: include/class_acl.inc:1288 +#: include/class_acl.inc:1292 msgid "ACL Entries" msgstr "" #: include/class_tabs.inc:57 #, php-format -msgid "" -"No plugin definitions found to initialize '%s', please check your " -"configuration file." +msgid "No plugin definition for %s found: please check the configuration file!" msgstr "" -#: include/class_tabs.inc:241 +#: include/class_tabs.inc:249 #, php-format -msgid "Delete process has been canceled by plugin '%s': %s" +msgid "Delete process has been canceled by plugin %s: %s" msgstr "" -#: include/class_tabs.inc:379 +#: include/class_tabs.inc:387 msgid "References" msgstr "" -#: include/class_listing.inc:537 +#: include/class_listing.inc:319 +msgid "Select all" +msgstr "" + +#: include/class_listing.inc:578 msgid "created by" msgstr "" -#: include/class_listing.inc:1016 include/class_listing.inc:1018 -msgid "Go up one department" +#: include/class_listing.inc:1057 include/class_listing.inc:1059 +msgid "Go to preceding level" msgstr "" -#: include/class_listing.inc:1024 include/class_listing.inc:1026 -msgid "Go to users department" +#: include/class_listing.inc:1065 include/class_listing.inc:1067 +msgid "Go to current users level" msgstr "" -#: include/class_listing.inc:1031 +#: include/class_listing.inc:1072 msgid "Reload list" msgstr "" -#: include/class_listing.inc:1397 include/class_plugin.inc:1960 +#: include/class_listing.inc:1444 msgid "Copy" msgstr "" -#: include/class_listing.inc:1403 include/class_plugin.inc:1964 +#: include/class_listing.inc:1450 msgid "Cut" msgstr "" -#: include/class_listing.inc:1436 include/class_plugin.inc:1918 +#: include/class_listing.inc:1483 msgid "Cut this entry" msgstr "" -#: include/class_listing.inc:1445 include/class_plugin.inc:1926 +#: include/class_listing.inc:1492 msgid "Copy this entry" msgstr "" -#: include/class_listing.inc:1477 include/class_listing.inc:1479 +#: include/class_listing.inc:1524 include/class_listing.inc:1526 msgid "Restore snapshots" msgstr "" -#: include/class_listing.inc:1493 +#: include/class_listing.inc:1540 msgid "Export list" msgstr "" -#: include/class_listing.inc:1527 include/class_SnapShotDialog.inc:145 -#: include/class_plugin.inc:1892 +#: include/class_listing.inc:1574 include/class_SnapShotDialog.inc:141 msgid "Restore snapshot" msgstr "" -#: include/class_listing.inc:1535 include/class_plugin.inc:1900 -msgid "Create a new snapshot from this object" +#: include/class_listing.inc:1582 +msgid "Create new snapshot for this object" +msgstr "" + +#: include/class_configRegistry.inc:188 +#, php-format +msgid "%s has version %s but %s is required!" +msgstr "" + +#: include/class_configRegistry.inc:243 +msgid "" +"Plugins that require one or more of the object classes above will be " +"disabled until the object classes get updated." +msgstr "" + +#: include/class_configRegistry.inc:245 +msgid "Schema validation error" +msgstr "" + +#: include/class_configRegistry.inc:656 +#, php-format +msgid "" +"The value '%s' specified for '%s:%s' is invalid. A bool value is required " +"here!" +msgstr "" + +#: include/class_configRegistry.inc:671 +#, php-format +msgid "" +"The value '%s' specified for '%s:%s' is invalid. A string value is required " +"here!" +msgstr "" + +#: include/class_configRegistry.inc:686 +#, php-format +msgid "" +"The value '%s' specified for '%s:%s' is invalid. A numeric value is required " +"here!" +msgstr "" + +#: include/class_configRegistry.inc:701 +#, php-format +msgid "The path '%s' specified for '%s:%s' is invalid!" +msgstr "" + +#: include/class_configRegistry.inc:717 include/class_configRegistry.inc:739 +#, php-format +msgid "The folder '%s' specified for '%s:%s' does not exists!" +msgstr "" + +#: include/class_configRegistry.inc:722 +#, php-format +msgid "The folder '%s' specified for '%s:%s' cannot be used for reading!" +msgstr "" + +#: include/class_configRegistry.inc:744 +#, php-format +msgid "The folder '%s' specified for '%s:%s' cannot be used for writing!" +msgstr "" + +#: include/class_configRegistry.inc:762 +#, php-format +msgid "The file '%s' specified for '%s:%s' does not exists!" +msgstr "" + +#: include/class_configRegistry.inc:767 +#, php-format +msgid "The file '%s' specified for '%s:%s' cannot be read!" +msgstr "" + +#: include/class_configRegistry.inc:783 +#, php-format +msgid "The command '%s' specified for '%s:%s' is invalid!" +msgstr "" + +#: include/class_configRegistry.inc:798 +#, php-format +msgid "The dn '%s' specified for '%s:%s' is invalid!" +msgstr "" + +#: include/class_configRegistry.inc:813 +#, php-format +msgid "The rdn '%s' specified for '%s:%s' is invalid!" msgstr "" #: include/class_SnapShotDialog.inc:55 @@ -5854,14 +5987,14 @@ msgstr "" #: include/class_SnapShotDialog.inc:93 #, php-format -msgid "You're about to delete the snapshot '%s'." +msgid "You are about to delete the snapshot %s." msgstr "" -#: include/class_SnapShotDialog.inc:146 -msgid "Remove snapshot" +#: include/class_SnapShotDialog.inc:142 +msgid "Delete snapshot" msgstr "" -#: include/class_SnapShotDialog.inc:147 include/class_SnapShotDialog.inc:165 +#: include/class_SnapShotDialog.inc:143 include/class_SnapShotDialog.inc:161 msgid "Y-m-d, H:i:s" msgstr "" @@ -5871,23 +6004,22 @@ msgstr "" #: include/class_ldap.inc:233 include/class_ldap.inc:266 #, php-format -msgid "LDAP performance is poor: last query took about %.2fs!" +msgid "LDAP performance is poor: last query took %.2fs!" msgstr "" #: include/class_ldap.inc:693 #, php-format -msgid "" -"Cannot automatically create subtrees with RDN '%s': no object class found!" +msgid "Cannot automatically create subtrees with RDN %s: no object class found" msgstr "" #: include/class_ldap.inc:744 #, php-format -msgid "Cannot automatically create subtrees with RDN '%s': not supported" +msgid "Cannot automatically create subtrees with RDN %s: not supported" msgstr "" #: include/class_ldap.inc:831 #, php-format -msgid "while operating on '%s' using LDAP server '%s'" +msgid "while operating on %s using LDAP server %s" msgstr "" #: include/class_ldap.inc:833 @@ -5895,80 +6027,81 @@ msgstr "" msgid "while operating on LDAP server %s" msgstr "" -#: include/class_ldap.inc:1055 +#: include/class_ldap.inc:1006 #, php-format msgid "" -"This is not a valid DN: '%s'. A block for import should begin with 'dn: ...' " -"in line %s" +"Invalid DN %s: block to be imported should start with 'dn: ...' in line %s" msgstr "" -#: include/class_ldap.inc:1084 +#: include/class_ldap.inc:1035 #, php-format -msgid "Error while importing dn: '%s', please check your LDIF from line %s on!" +msgid "Error while importing DN %s: please check LDIF from line %s on!" msgstr "" -#: include/php_setup.inc:103 +#: include/php_setup.inc:101 msgid "Generating this page caused the PHP interpreter to raise some errors!" msgstr "" -#: include/php_setup.inc:108 -msgid "Send bug report to the GOsa Team" -msgstr "" - -#: include/php_setup.inc:108 +#: include/php_setup.inc:104 msgid "Send bugreport" msgstr "" -#: include/php_setup.inc:113 -msgid "Toggle information" +#: include/php_setup.inc:108 +msgid "Toggle details" msgstr "" -#: include/php_setup.inc:123 +#: include/php_setup.inc:117 msgid "PHP error" msgstr "" -#: include/php_setup.inc:142 +#: include/php_setup.inc:136 msgid "class" msgstr "" -#: include/php_setup.inc:148 +#: include/php_setup.inc:142 msgid "function" msgstr "" -#: include/php_setup.inc:153 +#: include/php_setup.inc:147 msgid "static" msgstr "" -#: include/php_setup.inc:157 +#: include/php_setup.inc:151 msgid "method" msgstr "" -#: include/php_setup.inc:190 -msgid "Trace" +#: include/php_setup.inc:184 +msgid "Traceback" msgstr "" -#: include/php_setup.inc:191 +#: include/php_setup.inc:185 msgid "File" msgstr "" -#: include/php_setup.inc:191 +#: include/php_setup.inc:185 msgid "Line" msgstr "" -#: include/php_setup.inc:192 +#: include/php_setup.inc:186 msgid "Arguments" msgstr "" -#: include/class_pathNavigator.inc:69 +#: include/class_pathNavigator.inc:86 msgid "Welcome to GOsa" msgstr "" -#: include/class_pluglist.inc:74 -msgid "All objects in this category" +#: include/class_pluglist.inc:93 +msgid "The configuration format has changed: please run the setup again!" +msgstr "" + +#: include/class_pluglist.inc:229 +msgid "" +"You are currently editing a database entry. Do you want to discard the " +"changes?" msgstr "" -#: include/class_pluglist.inc:99 -msgid "The configuration format has changed. Please re-run setup!" +#: include/class_pluglist.inc:329 +msgid "Back to main menu" msgstr "" #: include/exporter/class_PDF.inc:24 @@ -6005,58 +6138,43 @@ msgstr "" msgid "Cannot remove entry %s!" msgstr "" -#: include/class_management.inc:459 include/class_plugin.inc:1434 +#: include/class_management.inc:462 #, php-format -msgid "You are not allowed to create a snapshot for %s." +msgid "You are not allowed to create a snapshot for %s!" msgstr "" -#: include/class_management.inc:506 include/class_management.inc:543 -#: include/class_management.inc:557 include/class_plugin.inc:1446 -#: include/class_plugin.inc:1461 include/class_plugin.inc:1474 +#: include/class_management.inc:509 include/class_management.inc:561 +#: include/class_management.inc:575 #, php-format -msgid "You are not allowed to restore a snapshot for %s." +msgid "You are not allowed to restore a snapshot for %s!" msgstr "" -#: include/class_management.inc:616 +#: include/class_management.inc:524 #, php-format -msgid "" -"No tab declaration for '%s' found in your configuration file. Cannot create " -"plugin instance!" +msgid "You are not allowed to remove a snapshot for %s!" msgstr "" -#: include/class_plugin.inc:527 +#: include/class_management.inc:644 +#, php-format msgid "" -"The object has changed since opened in GOsa. All changes that may be done by " -"others get lost if you save this entry!" -msgstr "" - -#: include/class_plugin.inc:1690 -msgid "Changing ACL dn" -msgstr "" - -#: include/class_plugin.inc:1690 -msgid "from" -msgstr "" - -#: include/class_plugin.inc:1874 include/class_plugin.inc:1876 -msgid "Restore" -msgstr "" - -#: include/class_plugin.inc:1899 -msgid "Create snapshot" +"No tab definition for %s found in configuration file: cannot create plugin " +"instance!" msgstr "" -#: include/class_plugin.inc:1918 -msgid "cut" +#: include/class_plugin.inc:526 +msgid "" +"The current object has been altered while beeing edited. If you save this " +"entry, changes that have been made by others will be discarded!" msgstr "" -#: include/class_plugin.inc:1926 -msgid "copy" +#: include/class_plugin.inc:1327 +#, php-format +msgid "Changing ACL DN from %s to %s" msgstr "" #: include/class_session.inc:76 include/class_session.inc:101 #: include/class_session.inc:127 -msgid "Requested channel does not exist! Please contact your Administrator." +msgid "Requested channel does not exist!" msgstr "" #: html/helpviewer.php:64 @@ -6067,166 +6185,167 @@ msgstr "" msgid "There is no helpfile specified for this class" msgstr "" -#: html/helpviewer.php:269 +#: html/helpviewer.php:268 #, php-format msgid "Helpdir '%s' is not accessible, can't read any helpfiles." msgstr "" #: html/index.php:45 #, php-format -msgid "Your browser (%s) is blacklisted for the current theme." +msgid "Your browser (%s) is blacklisted for the current theme!" msgstr "" -#: html/index.php:70 +#: html/index.php:72 #, php-format msgid "This session is not ecrypted. Click %s to enter an encrypted session." msgstr "" -#: html/index.php:70 +#: html/index.php:72 msgid "here" msgstr "" -#: html/index.php:76 -msgid "" -"The session lifetime configured in your gosa.conf will be overridden by php." -"ini settings." +#: html/index.php:78 +msgid "The configured session lifetime will be overridden by php.ini settings!" msgstr "" -#: html/index.php:156 html/password.php:61 +#: html/index.php:157 html/password.php:61 #, php-format msgid "GOsa configuration %s/%s is not readable. Aborted." msgstr "" -#: html/index.php:177 +#: html/index.php:179 msgid "Smarty error" msgstr "" -#: html/index.php:177 html/password.php:88 html/setup.php:66 +#: html/index.php:179 html/password.php:86 html/setup.php:68 #, php-format -msgid "Directory '%s' specified as compile directory is not accessible!" -msgstr "" - -#: html/index.php:228 -msgid "There is a problem with the authentication setup!" +msgid "Compile directory %s is not accessible!" msgstr "" -#: html/index.php:236 -msgid "Cannot find a valid user for the current authentication setup!" +#: html/index.php:202 +msgid "" +"Your browser has cookies disabled: please enable cookies and reload this " +"page before logging in!" msgstr "" -#: html/index.php:240 -msgid "User information is not unique accross the configured LDAP trees!" +#: html/index.php:233 +msgid "Broken HTTP authentication setup!" msgstr "" -#: html/index.php:277 -msgid "Cannot detect information about the installed LDAP schema!" +#: html/index.php:241 +msgid "Cannot find a valid user for the current HTTP authentication!" msgstr "" -#: html/index.php:290 -msgid "Your LDAP setup contains old schema definitions:" +#: html/index.php:245 +msgid "Cannot find a unique user for the current HTTP authentication!" msgstr "" -#: html/index.php:311 +#: html/index.php:289 msgid "Please specify a valid username!" msgstr "" -#: html/index.php:314 +#: html/index.php:292 msgid "Please specify your password!" msgstr "" -#: html/index.php:326 +#: html/index.php:304 msgid "Authentication error" msgstr "" -#: html/index.php:326 -msgid "Cannot retrieve user information for htaccess authentication!" +#: html/index.php:304 +msgid "Cannot retrieve user information for HTTP authentication!" msgstr "" -#: html/index.php:333 html/password.php:250 -msgid "Please check the username/password combination." +#: html/index.php:311 html/password.php:252 +msgid "Please check the username/password combination!" msgstr "" -#: html/index.php:381 +#: html/index.php:359 msgid "Account locked. Please contact your system administrator!" msgstr "" -#: html/index.php:425 -msgid "" -"Your browser has cookies disabled. Please enable cookies and reload this " -"page before logging in!" +#: html/password.php:180 +msgid "Error: Password method not available!" msgstr "" -#: html/password.php:181 -msgid "Error: Password method not available!" +#: html/password.php:216 +msgid "The values for 'New password' and 'Repeated new password' differ!" +msgstr "" + +#: html/password.php:228 +msgid "The password used as new and current are too similar!" msgstr "" -#: html/password.php:254 -msgid "You have no permissions to change your password." +#: html/password.php:234 +msgid "The password used as new is to short!" msgstr "" -#: html/password.php:279 +#: html/password.php:256 +msgid "You have no permissions to change your password!" +msgstr "" + +#: html/password.php:281 #, php-format msgid "External password changer reported a problem: %s" msgstr "" -#: html/password.php:314 +#: html/password.php:316 msgid "Session will not be encrypted." msgstr "" -#: html/password.php:316 +#: html/password.php:318 msgid "Enter SSL session" msgstr "" -#: html/setup.php:66 +#: html/setup.php:68 msgid "Smarty" msgstr "" -#: html/main.php:150 +#: html/main.php:159 #, php-format -msgid "Cannot locate file '%s' - please run '%s' to fix this" +msgid "Cannot locate file %s - please run %s to fix this" msgstr "" -#: html/main.php:169 +#: html/main.php:178 msgid "PHP configuration" msgstr "" -#: html/main.php:170 +#: html/main.php:179 msgid "" -"FATAL: Register globals is on. GOsa will refuse to login unless this is " -"fixed by an administrator." +"FATAL: Register globals is active. Please fix this in order to continue." msgstr "" -#: html/main.php:230 +#: html/main.php:239 msgid "Running out of memory!" msgstr "" -#: html/main.php:289 +#: html/main.php:299 msgid "ACLs are disabled" msgstr "" -#: html/main.php:289 html/main.php:291 +#: html/main.php:299 html/main.php:301 #, php-format msgid "You're logged in as %s" msgstr "" -#: html/main.php:341 +#: html/main.php:349 msgid "Your password is about to expire, please change your password!" msgstr "" -#: html/main.php:351 +#: html/main.php:359 msgid "Plugin" msgstr "" -#: html/main.php:352 +#: html/main.php:360 #, php-format -msgid "FATAL: Cannot find any plugin definitions for plugin '%s'!" +msgid "FATAL: Cannot find any plugin definitions for plugin %s!" msgstr "" -#: html/main.php:367 +#: html/main.php:376 msgid "Configuration Error" msgstr "" -#: html/main.php:368 +#: html/main.php:377 #, php-format msgid "" "FATAL: not all POST variables have been transfered by PHP - please inform " diff --git a/gosa-core/locale/core/nl/LC_MESSAGES/messages.po b/gosa-core/locale/core/nl/LC_MESSAGES/messages.po index 45fdc8715..0e5b6c64b 100644 --- a/gosa-core/locale/core/nl/LC_MESSAGES/messages.po +++ b/gosa-core/locale/core/nl/LC_MESSAGES/messages.po @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: messages\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-04-16 10:37+0200\n" +"POT-Creation-Date: 2010-06-07 14:39+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" @@ -19,74 +19,63 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: setup/setup_ldap.tpl:7 +#: setup/setup_ldap.tpl:2 +msgid "" +"The main data source used in GOsa is LDAP. In order to access the " +"information stored there, please enter the required information." +msgstr "" + +#: setup/setup_ldap.tpl:9 msgid "Please choose the LDAP user to be used by GOsa" msgstr "" -#: setup/setup_ldap.tpl:13 ihtml/themes/default/help.tpl:21 -#: ihtml/themes/modern/help.tpl:21 include/class_filter.inc:228 +#: setup/setup_ldap.tpl:15 ihtml/themes/default/help.tpl:21 +#: include/class_filter.inc:158 include/class_filter.inc:228 msgid "Search" msgstr "Zoeken" -#: setup/setup_ldap.tpl:17 setup/setup_migrate.tpl:169 -#: setup/setup_migrate.tpl:224 setup/setup_migrate.tpl:277 -#: setup/setup_migrate.tpl:346 setup/setup_migrate.tpl:405 -#: setup/setup_migrate.tpl:462 setup/setup_migrate.tpl:512 -#: setup/setup_migrate.tpl:560 setup/setup_migrate.tpl:609 -#: ihtml/themes/default/acl.tpl:30 ihtml/themes/default/acl.tpl:54 -#: ihtml/themes/default/acl.tpl:130 ihtml/themes/default/acl.tpl:147 -#: ihtml/themes/modern/acl.tpl:33 ihtml/themes/modern/acl.tpl:62 -#: ihtml/themes/modern/acl.tpl:133 ihtml/themes/modern/acl.tpl:150 -#: include/utils/class_msgPool.inc:324 +#: setup/setup_ldap.tpl:19 setup/setup_migrate.tpl:70 +#: ihtml/themes/default/acl.tpl:33 ihtml/themes/default/acl.tpl:62 +#: ihtml/themes/default/acl.tpl:133 ihtml/themes/default/acl.tpl:150 +#: include/utils/class_msgPool.inc:307 #, php-format msgid "Apply" msgstr "Toepassen" -#: setup/setup_ldap.tpl:19 setup/setup_migrate.tpl:172 -#: setup/setup_migrate.tpl:227 setup/setup_migrate.tpl:279 -#: setup/setup_migrate.tpl:348 setup/setup_migrate.tpl:408 -#: setup/setup_migrate.tpl:465 setup/setup_migrate.tpl:515 -#: setup/setup_migrate.tpl:563 setup/setup_migrate.tpl:612 -#: ihtml/themes/default/acl.tpl:134 ihtml/themes/default/acl.tpl:150 +#: setup/setup_ldap.tpl:20 setup/setup_migrate.tpl:71 +#: ihtml/themes/default/acl.tpl:137 ihtml/themes/default/acl.tpl:153 #: ihtml/themes/default/copyPasteDialog.tpl:21 -#: ihtml/themes/default/remove.tpl:15 ihtml/themes/default/islocked.tpl:19 +#: ihtml/themes/default/islocked.tpl:26 #: ihtml/themes/default/snapshotdialog.tpl:44 -#: ihtml/themes/default/snapshotdialog.tpl:89 -#: ihtml/themes/default/msg_dialog.tpl:79 -#: ihtml/themes/default/msg_dialog.tpl:139 -#: ihtml/themes/default/msg_dialog.tpl:144 ihtml/themes/modern/acl.tpl:137 -#: ihtml/themes/modern/acl.tpl:153 ihtml/themes/modern/copyPasteDialog.tpl:21 -#: ihtml/themes/modern/islocked.tpl:26 -#: ihtml/themes/modern/snapshotdialog.tpl:44 -#: ihtml/themes/modern/snapshotdialog.tpl:90 -#: ihtml/themes/modern/msg_dialog.tpl:80 -#: ihtml/themes/modern/msg_dialog.tpl:141 -#: ihtml/themes/modern/msg_dialog.tpl:146 include/utils/class_msgPool.inc:312 +#: ihtml/themes/default/snapshotdialog.tpl:90 +#: ihtml/themes/default/msg_dialog.tpl:80 +#: ihtml/themes/default/msg_dialog.tpl:141 +#: ihtml/themes/default/msg_dialog.tpl:146 include/utils/class_msgPool.inc:295 #, php-format msgid "Cancel" msgstr "Annuleren" -#: setup/setup_ldap.tpl:28 +#: setup/setup_ldap.tpl:28 setup/setup_ldap.tpl:29 #, fuzzy msgid "LDAP connection" msgstr "Max. verbrekingsduur" -#: setup/setup_ldap.tpl:32 +#: setup/setup_ldap.tpl:31 msgid "Location name" msgstr "Naam van de locatie" -#: setup/setup_ldap.tpl:40 +#: setup/setup_ldap.tpl:35 #, fuzzy msgid "Connection URI" msgstr "Verbindingings URL" -#: setup/setup_ldap.tpl:48 +#: setup/setup_ldap.tpl:39 #, fuzzy msgid "TLS connection" msgstr "Bel..." -#: setup/setup_ldap.tpl:58 plugins/personal/generic/generic.tpl:170 -#: plugins/personal/generic/class_user.inc:1692 +#: setup/setup_ldap.tpl:47 plugins/personal/generic/generic.tpl:170 +#: plugins/personal/generic/class_user.inc:1726 #: plugins/personal/posix/groupSelect/group-list.tpl:12 #: plugins/personal/posix/trustSelect/trust-list.tpl:12 #: plugins/admin/users/user-list.tpl:12 @@ -95,13 +84,13 @@ msgstr "Bel..." #: plugins/admin/groups/generic.tpl:39 #: plugins/admin/groups/userSelect/user-list.tpl:12 #: plugins/admin/groups/group-list.tpl:12 -#: plugins/admin/groups/class_group.inc:1023 +#: plugins/admin/groups/class_group.inc:1039 #: plugins/admin/departments/class_domain.inc:92 #: plugins/admin/departments/generic.tpl:39 #: plugins/admin/departments/organization.tpl:39 #: plugins/admin/departments/class_localityGeneric.inc:94 #: plugins/admin/departments/locality.tpl:28 -#: plugins/admin/departments/class_department.inc:671 +#: plugins/admin/departments/class_department.inc:679 #: plugins/admin/departments/dcObject.tpl:28 #: plugins/admin/departments/domain.tpl:28 #: plugins/admin/departments/country.tpl:28 @@ -110,95 +99,61 @@ msgstr "Bel..." #: plugins/admin/departments/class_organizationGeneric.inc:125 #: plugins/admin/departments/class_dcObject.inc:93 #: plugins/admin/acl/acl_role.tpl:27 plugins/admin/acl/acl-list.tpl:12 -#: plugins/admin/acl/class_aclRole.inc:725 +#: plugins/admin/acl/class_aclRole.inc:739 #: plugins/admin/ogroups/generic.tpl:26 #: plugins/admin/ogroups/objectSelect/selectObject-list.tpl:12 -#: plugins/admin/ogroups/class_ogroup.inc:850 +#: plugins/admin/ogroups/class_ogroup.inc:834 #: plugins/admin/ogroups/ogroup-list.tpl:12 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:114 +#: plugins/addons/dyngroup/dyngroup.tpl:5 msgid "Base" msgstr "Basis" -#: setup/setup_ldap.tpl:68 setup/setup_migrate.tpl:273 +#: setup/setup_ldap.tpl:57 #, fuzzy msgid "Reload" msgstr "Lezen" -#: setup/setup_ldap.tpl:72 +#: setup/setup_ldap.tpl:63 setup/setup_ldap.tpl:64 #, fuzzy msgid "Authentication" msgstr "Nagios authenticatie" -#: setup/setup_ldap.tpl:76 +#: setup/setup_ldap.tpl:66 msgid "Admin DN" msgstr "Beheerders DN" -#: setup/setup_ldap.tpl:81 -#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:79 +#: setup/setup_ldap.tpl:71 #, fuzzy msgid "Select user" msgstr "Verwijder gebruiker" -#: setup/setup_ldap.tpl:89 +#: setup/setup_ldap.tpl:81 msgid "Automatically append LDAP base to admin DN" msgstr "" -#: setup/setup_ldap.tpl:96 +#: setup/setup_ldap.tpl:85 msgid "Admin password" msgstr "Beheerders wachtwoord" -#: setup/setup_ldap.tpl:104 +#: setup/setup_ldap.tpl:91 setup/setup_ldap.tpl:92 #, fuzzy msgid "Schema based settings" msgstr "Samba Instellingen" -#: setup/setup_ldap.tpl:108 +#: setup/setup_ldap.tpl:94 msgid "Use rfc2307bis compliant groups" msgstr "" -#: setup/setup_ldap.tpl:120 +#: setup/setup_ldap.tpl:105 setup/setup_ldap.tpl:106 #, fuzzy msgid "Current status" msgstr "Systeem status" -#: setup/setup_ldap.tpl:124 ihtml/themes/default/msg_dialog.tpl:61 -#: ihtml/themes/default/msg_dialog.tpl:108 -#: plugins/admin/ogroups/class_ogroup.inc:200 +#: setup/setup_ldap.tpl:108 plugins/admin/ogroups/class_ogroup.inc:230 msgid "Information" msgstr "Informatie" -#: setup/class_setupStep_Config3.inc:81 setup/class_setupStep_Config3.inc:82 -#, fuzzy -msgid "GOsa settings 3/3" -msgstr "Gebruikersinstellingen" - -#: setup/class_setupStep_Config3.inc:83 -msgid "Tweak some GOsa core behaviour" -msgstr "" - -#: setup/class_setupStep_Config3.inc:93 setup/class_setupStep_Ldap.inc:74 -#: setup/class_setupStep_Config2.inc:136 setup/setup_feedback.tpl:65 -#: setup/setup_feedback.tpl:85 setup/class_setupStep_Schema.inc:86 -#: setup/class_setupStep_Config1.inc:88 -msgid "No" -msgstr "Nee" - -#: setup/class_setupStep_Config3.inc:93 setup/class_setupStep_Ldap.inc:74 -#: setup/class_setupStep_Config2.inc:136 setup/setup_feedback.tpl:63 -#: setup/setup_feedback.tpl:83 setup/class_setupStep_Schema.inc:86 -#: setup/class_setupStep_Config1.inc:88 -msgid "Yes" -msgstr "Ja" - -#: setup/class_setupStep_Config3.inc:212 -#, fuzzy -msgid "Session lifetime must be a numeric value!" -msgstr "Toekomstige dagen moet een waarde bevatten." - -#: setup/class_setupStep_Config3.inc:216 -#, fuzzy -msgid "Maximum LDAP query time must be a numeric value!" -msgstr "Toekomstige dagen moet een waarde bevatten." - #: setup/setup_finish.tpl:3 #, fuzzy msgid "Create your configuration file" @@ -208,228 +163,116 @@ msgstr "Configuratie bestand" msgid "Depending on the user name your webserver is running on:" msgstr "" -#: setup/setup_finish.tpl:28 +#: setup/setup_finish.tpl:27 msgid "Download configuration" msgstr "Systeem configuratie" -#: setup/setup_finish.tpl:34 +#: setup/setup_finish.tpl:33 #, fuzzy msgid "Status: " msgstr "Status" -#: setup/setup_welcome.tpl:4 -msgid "" -"This seems to be the first time you start GOsa - we didn't find any " -"configuration right now. This simple wizard intends to help you while " -"setting it up." +#: setup/setup_welcome.tpl:3 +msgid "How to get started" msgstr "" -#: setup/setup_welcome.tpl:8 -msgid "What will the wizard do for you?" +#: setup/setup_welcome.tpl:5 +msgid "" +"This seems to be the first time you run GOsa on this system. To start the " +"GOsa web interface you need a working configuration file, which can be " +"generated by this wizzard." msgstr "" -#: setup/setup_welcome.tpl:11 +#: setup/setup_welcome.tpl:9 #, fuzzy -msgid "Create a basic, single site configuration" -msgstr "FAX database" - -#: setup/setup_welcome.tpl:12 -msgid "Tries to find problems within your PHP and LDAP setup" -msgstr "" +msgid "What you need to generate a configuration file:" +msgstr "Configuratie bestand" #: setup/setup_welcome.tpl:13 -msgid "Let you choose from a set of basic and advanced configuration switches" -msgstr "" +#, fuzzy +msgid "The hostname of your LDAP server" +msgstr "bij het bewerken van LDAP server %s" #: setup/setup_welcome.tpl:14 -msgid "Guided migration of existing LDAP trees" +msgid "Installed GOsa and supplementary schemas" msgstr "" -#: setup/setup_welcome.tpl:17 -msgid "What will the wizard NOT do for you?" +#: setup/setup_welcome.tpl:15 +msgid "The LDAP base of your LDAP directory" msgstr "" -#: setup/setup_welcome.tpl:20 -#, fuzzy -msgid "Find every possible configuration error" -msgstr "Configuratie bestand" +#: setup/setup_welcome.tpl:16 +msgid "The DN and the password of the LDAP admin user" +msgstr "" -#: setup/setup_welcome.tpl:21 -msgid "Migrate every possible LDAP setup - create backup dumps!" +#: setup/setup_welcome.tpl:20 +msgid "" +"If you've collected the needed information, unlock the setup process like " +"shown in the next paragraph." msgstr "" -#: setup/setup_welcome.tpl:25 +#: setup/setup_welcome.tpl:24 #, fuzzy -msgid "To continue..." -msgstr "Installatie vervolg..." +msgid "Starting the setup" +msgstr "Taal" -#: setup/setup_welcome.tpl:28 +#: setup/setup_welcome.tpl:26 msgid "" -"For security reasons you need to authenticate for the installation by " -"creating the file '/tmp/gosa.auth', containing the current session ID on the " -"servers local filesystem. This can be done by executing the following " -"command:" +"For security reasons you need to authenticate the installation by creating " +"the file '/tmp/gosa.auth', containing the current session ID on the servers " +"local filesystem. This can be done by executing the following command:" msgstr "" -#: setup/setup_welcome.tpl:34 -msgid "Click the 'Continue' button when you've finished." +#: setup/setup_welcome.tpl:32 +msgid "Click the 'Next' button when you've finished." msgstr "" -#: setup/class_setup.inc:77 setup/class_setupStep_Feedback.inc:131 +#: setup/class_setup.inc:74 setup/class_setupStep_Feedback.inc:132 #, fuzzy msgid "Setup error" msgstr "Systeem status" -#: setup/class_setup.inc:197 -#, fuzzy -msgid "Completed" -msgstr "onvolledig" - -#: setup/class_setup.inc:267 setup/setup_migrate.tpl:291 -#, fuzzy -msgid "Next" -msgstr "tekst" - -#: setup/setup_license.tpl:8 -msgid "I have read the license and accept it" -msgstr "" - -#: setup/setup_config2.tpl:2 -msgid "Samba settings" -msgstr "Samba Instellingen" - -#: setup/setup_config2.tpl:6 -msgid "Samba hash generator" -msgstr "" - -#: setup/setup_config2.tpl:15 -#, fuzzy -msgid "Samba SID" -msgstr "Samba" - -#: setup/setup_config2.tpl:31 -#, fuzzy -msgid "RID base" -msgstr "Database" - -#: setup/setup_config2.tpl:46 -#, fuzzy -msgid "Workstation container" -msgstr "Werkstation naam" - -#: setup/setup_config2.tpl:61 -#, fuzzy -msgid "Samba SID mapping" -msgstr "Samba" - -#: setup/setup_config2.tpl:71 -#, fuzzy -msgid "Timezone" -msgstr "Tijdzone" - -#: setup/setup_config2.tpl:74 +#: setup/class_setup.inc:183 #, fuzzy -msgid "Please choose your preferred timezone here" -msgstr "Voorkeurstaal" +msgid "Setup" +msgstr "Stel in" -#: setup/setup_config2.tpl:96 +#: setup/class_setup.inc:195 #, fuzzy -msgid "Additional GOsa settings" -msgstr "Programma instellingen" - -#: setup/setup_config2.tpl:100 -msgid "Enable Copy & Paste" -msgstr "" +msgid "Completed" +msgstr "onvolledig" -#: setup/setup_config2.tpl:112 +#: setup/class_setup.inc:235 #, fuzzy -msgid "Government mode" -msgstr "naar map" +msgid "Check again" +msgstr "Controleer" -#: setup/setup_config2.tpl:123 +#: setup/class_setup.inc:238 #, fuzzy -msgid "GOsa logging" -msgstr "GOsa" - -#: setup/setup_config2.tpl:135 -msgid "Mail settings" -msgstr "E-mail instellingen" - -#: setup/setup_config2.tpl:139 -msgid "Mail method" -msgstr "E-mail methode" - -#: setup/setup_config2.tpl:143 -#: plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc:173 -msgid "disabled" -msgstr "gedeactiveerd" +msgid "Next" +msgstr "tekst" -#: setup/setup_config2.tpl:155 -msgid "Account identification attribute" +#: setup/setup_license.tpl:3 +msgid "" +"GOsa is developed under the terms of the GNU General Public Licence V2. " +"Please accept the terms below." msgstr "" -#: setup/setup_config2.tpl:169 -#, fuzzy -msgid "Vacation templates" -msgstr "Werkstation sjabloon" - -#: setup/setup_config2.tpl:185 -msgid "Use Cyrus UNIX style" +#: setup/setup_license.tpl:11 +msgid "I have read the license and accept it" msgstr "" -#: setup/setup_config2.tpl:195 -#, fuzzy -msgid "Snapshots / Undo" -msgstr "Het opslaan van de telefoon is mislukt" - -#: setup/setup_config2.tpl:204 setup/setup_config2.tpl:249 -#, fuzzy -msgid "Enable snapshots" -msgstr "Nagios account aanmaken" - -#: setup/setup_config2.tpl:210 setup/setup_config2.tpl:255 -#, fuzzy -msgid "Snapshot base" -msgstr "Het opslaan van de telefoon is mislukt" - -#: setup/setup_config2.tpl:219 setup/setup_config2.tpl:264 -#: plugins/generic/references/class_reference.inc:65 -#: plugins/personal/posix/trustSelect/trust-list.xml:12 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:23 -#: plugins/admin/ogroups/class_ogroupManagement.inc:187 -msgid "Server" -msgstr "Server" - -#: setup/setup_config2.tpl:228 setup/setup_config2.tpl:273 -#: plugins/admin/users/user-list.xml:23 plugins/admin/users/user-list.xml:95 -#: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:15 -#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:14 -#: plugins/admin/groups/userSelect/user-list.xml:14 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:63 -#: plugins/admin/ogroups/class_ogroupManagement.inc:183 -msgid "User" -msgstr "Gebruiker" - -#: setup/setup_config2.tpl:237 setup/setup_config2.tpl:282 -#: setup/setup_migrate.tpl:320 ihtml/themes/default/login.tpl:47 -#: ihtml/themes/default/login.tpl:49 ihtml/themes/default/password.tpl:40 -#: ihtml/themes/modern/login.tpl:47 ihtml/themes/modern/login.tpl:50 -#: plugins/personal/password/class_password.inc:26 -#: plugins/personal/generic/paste_generic.tpl:21 -msgid "Password" -msgstr "Wachtwoord" - -#: setup/class_setupStep_Ldap.inc:53 +#: setup/class_setupStep_Ldap.inc:54 #, fuzzy msgid "LDAP setup" msgstr "LDAP server" -#: setup/class_setupStep_Ldap.inc:54 +#: setup/class_setupStep_Ldap.inc:55 #, fuzzy msgid "LDAP connection setup" msgstr "Bel..." -#: setup/class_setupStep_Ldap.inc:55 +#: setup/class_setupStep_Ldap.inc:56 #, fuzzy msgid "" "This dialog performs the basic configuration of the LDAP connectivity for " @@ -438,80 +281,90 @@ msgstr "" "De volgende velden definiëren de basis configuratie van GOsa's gedrag en " "beïnvloeden diverse eigenschappen in uw hoofd configuratie." -#: setup/class_setupStep_Ldap.inc:112 +#: setup/class_setupStep_Ldap.inc:75 setup/setup_feedback.tpl:41 +#: setup/setup_feedback.tpl:52 +msgid "No" +msgstr "Nee" + +#: setup/class_setupStep_Ldap.inc:75 setup/setup_feedback.tpl:39 +#: setup/setup_feedback.tpl:50 +msgid "Yes" +msgstr "Ja" + +#: setup/class_setupStep_Ldap.inc:113 #, fuzzy, php-format msgid "Anonymous bind to server '%s' failed!" msgstr "Gebruikers inlog mislukt. De LDAP server meldt: '%s'." -#: setup/class_setupStep_Ldap.inc:114 +#: setup/class_setupStep_Ldap.inc:115 #, fuzzy, php-format msgid "Bind as user '%s' failed!" msgstr "Gebruikers inlog mislukt. De LDAP server meldt: '%s'." -#: setup/class_setupStep_Ldap.inc:119 +#: setup/class_setupStep_Ldap.inc:120 #, fuzzy, php-format msgid "Anonymous bind to server '%s' succeeded." msgstr "Gebruikers inlog mislukt. De LDAP server meldt: '%s'." -#: setup/class_setupStep_Ldap.inc:120 +#: setup/class_setupStep_Ldap.inc:121 #, fuzzy msgid "Please specify user and password!" msgstr "Geef a.u.b. uw wachtwoord op!" -#: setup/class_setupStep_Ldap.inc:122 +#: setup/class_setupStep_Ldap.inc:123 #, fuzzy, php-format msgid "Bind as user '%s' to server '%s' succeeded!" msgstr "Gebruikers inlog mislukt. De LDAP server meldt: '%s'." -#: setup/class_setupStep_Feedback.inc:92 +#: setup/class_setupStep_Feedback.inc:94 #, fuzzy msgid "UNIX accounts/groups" msgstr "Account code" -#: setup/class_setupStep_Feedback.inc:94 +#: setup/class_setupStep_Feedback.inc:96 #, fuzzy msgid "Samba management" msgstr "Systeembeheer" -#: setup/class_setupStep_Feedback.inc:96 +#: setup/class_setupStep_Feedback.inc:98 #, fuzzy msgid "Mailsystem management" msgstr "Systeembeheer" -#: setup/class_setupStep_Feedback.inc:98 +#: setup/class_setupStep_Feedback.inc:100 #, fuzzy msgid "FAX system administration" msgstr "Gebruikersbeheer" -#: setup/class_setupStep_Feedback.inc:100 +#: setup/class_setupStep_Feedback.inc:102 #, fuzzy msgid "Asterisk administration" msgstr "Gebruikersbeheer" -#: setup/class_setupStep_Feedback.inc:102 +#: setup/class_setupStep_Feedback.inc:104 #, fuzzy msgid "System inventory" msgstr "Inventaris verwijderen" -#: setup/class_setupStep_Feedback.inc:104 +#: setup/class_setupStep_Feedback.inc:106 #, fuzzy msgid "System-/Configmanagement" msgstr "Systeembeheer" -#: setup/class_setupStep_Feedback.inc:106 +#: setup/class_setupStep_Feedback.inc:108 msgid "Addressbook" msgstr "Adresboek" -#: setup/class_setupStep_Feedback.inc:112 +#: setup/class_setupStep_Feedback.inc:114 msgid "Feedback" msgstr "" -#: setup/class_setupStep_Feedback.inc:113 +#: setup/class_setupStep_Feedback.inc:115 #, fuzzy msgid "Get notifications or send feedback" msgstr "Secties voor deze versie" -#: setup/class_setupStep_Feedback.inc:114 +#: setup/class_setupStep_Feedback.inc:116 #, fuzzy msgid "Notification and feedback" msgstr "Geen certificaat geinstalleerd" @@ -530,107 +383,94 @@ msgstr "" msgid "Cannot send feedback: service temporarily unavailable" msgstr "" -#: setup/class_setupStep_Feedback.inc:180 +#: setup/class_setupStep_Feedback.inc:181 #, fuzzy msgid "Please specify a valid email address." msgstr "Geef a.u.b. een geldige scriptnaam op." -#: setup/class_setupStep_Feedback.inc:184 +#: setup/class_setupStep_Feedback.inc:185 msgid "" "You have to select at least one of both options, subscribe or send feedback." msgstr "" -#: setup/class_setupStep_Config2.inc:80 setup/class_setupStep_Config2.inc:81 -#, fuzzy -msgid "GOsa settings 2/3" -msgstr "Gebruikersinstellingen" - -#: setup/class_setupStep_Config2.inc:82 -#, fuzzy -msgid "Customize special parameters" -msgstr "Controleer parameter" - -#: setup/setup_schema.tpl:3 +#: setup/setup_schema.tpl:1 #, fuzzy msgid "Schema specific settings" msgstr "Samba Instellingen" -#: setup/setup_schema.tpl:7 -msgid "Enable schema validation when logging in" -msgstr "" - -#: setup/setup_schema.tpl:16 -#, fuzzy -msgid "Check status" -msgstr "Systeem status" - -#: setup/setup_schema.tpl:20 +#: setup/setup_schema.tpl:4 msgid "Schema check succeeded" msgstr "" -#: setup/setup_schema.tpl:23 +#: setup/setup_schema.tpl:7 #, fuzzy msgid "Schema check failed" msgstr "Het opslaan van de telefoon is mislukt" -#: setup/setup_schema.tpl:31 +#: setup/setup_schema.tpl:11 msgid "" "Could not read any schema informations, all checks skipped. Adjust your ldap " "acls." msgstr "" -#: setup/setup_schema.tpl:35 +#: setup/setup_schema.tpl:13 msgid "" "It seems that your ldap database wasn't initialized yet. This maybe the " "reason, why GOsa can't read your schema configuration!" msgstr "" -#: setup/setup_feedback.tpl:5 +#: setup/setup_feedback.tpl:2 msgid "Feedback sucessfully send" msgstr "" -#: setup/setup_feedback.tpl:15 +#: setup/setup_feedback.tpl:6 msgid "Subscribe to the gosa-announce mailinglist" msgstr "" -#: setup/setup_feedback.tpl:18 +#: setup/setup_feedback.tpl:8 msgid "" "When checking this option, GOsa will try to connect http://oss.gonicus.de in " "order to subscribe you to the gosa-announce mailing list. You've to confirm " "this by mail." msgstr "" -#: setup/setup_feedback.tpl:23 plugins/personal/generic/generic.tpl:301 -#: plugins/personal/generic/class_user.inc:1698 +#: setup/setup_feedback.tpl:10 setup/setup_feedback.tpl:12 +#: plugins/personal/generic/generic.tpl:301 +#: plugins/personal/generic/class_user.inc:1732 #: plugins/admin/departments/organization.tpl:4 #: plugins/admin/departments/dep-list.xml:47 #: plugins/admin/departments/dep-list.xml:131 -#: plugins/admin/departments/class_departmentManagement.inc:238 +#: plugins/admin/departments/class_departmentManagement.inc:241 #: plugins/admin/departments/dep-filter.xml:91 #: plugins/admin/departments/class_organizationGeneric.inc:113 #: plugins/admin/departments/class_organizationGeneric.inc:114 msgid "Organization" msgstr "Organisatie" -#: setup/setup_feedback.tpl:31 setup/setup_migrate.tpl:304 -#: ihtml/themes/modern/userFilterEditor.tpl:11 -#: plugins/personal/generic/class_user.inc:1333 -#: plugins/personal/generic/class_user.inc:1351 -#: plugins/personal/generic/class_user.inc:1393 -#: plugins/personal/generic/class_user.inc:1838 +#: setup/setup_feedback.tpl:16 setup/setup_migrate.tpl:43 +#: setup/setup_migrate.tpl:45 ihtml/themes/default/userFilterEditor.tpl:11 +#: plugins/generic/references/class_reference.inc:57 +#: plugins/generic/references/class_reference.inc:63 +#: plugins/generic/references/class_reference.inc:69 +#: plugins/generic/references/class_reference.inc:75 +#: plugins/generic/references/class_reference.inc:81 +#: plugins/personal/generic/class_user.inc:1331 +#: plugins/personal/generic/class_user.inc:1349 +#: plugins/personal/generic/class_user.inc:1391 +#: plugins/personal/generic/class_user.inc:1872 #: plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc:45 #: plugins/personal/posix/groupSelect/group-list.xml:33 #: plugins/personal/posix/trustSelect/trust-list.xml:46 #: plugins/admin/users/class_userManagement.inc:423 #: plugins/admin/users/class_userManagement.inc:470 #: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:49 -#: plugins/admin/groups/class_group.inc:883 -#: plugins/admin/groups/class_group.inc:894 -#: plugins/admin/groups/class_group.inc:896 -#: plugins/admin/groups/class_group.inc:913 -#: plugins/admin/groups/class_group.inc:927 -#: plugins/admin/groups/class_group.inc:934 -#: plugins/admin/groups/class_group.inc:1021 +#: plugins/admin/groups/class_group.inc:886 +#: plugins/admin/groups/class_group.inc:897 +#: plugins/admin/groups/class_group.inc:899 +#: plugins/admin/groups/class_group.inc:916 +#: plugins/admin/groups/class_group.inc:930 +#: plugins/admin/groups/class_group.inc:937 +#: plugins/admin/groups/class_group.inc:1037 #: plugins/admin/groups/group-list.xml:41 #: plugins/admin/departments/class_domain.inc:47 #: plugins/admin/departments/class_domain.inc:49 @@ -643,11 +483,11 @@ msgstr "Organisatie" #: plugins/admin/departments/class_localityGeneric.inc:55 #: plugins/admin/departments/class_localityGeneric.inc:57 #: plugins/admin/departments/class_localityGeneric.inc:59 -#: plugins/admin/departments/class_department.inc:355 #: plugins/admin/departments/class_department.inc:357 -#: plugins/admin/departments/class_department.inc:362 -#: plugins/admin/departments/class_department.inc:369 -#: plugins/admin/departments/class_department.inc:373 +#: plugins/admin/departments/class_department.inc:359 +#: plugins/admin/departments/class_department.inc:364 +#: plugins/admin/departments/class_department.inc:371 +#: plugins/admin/departments/class_department.inc:375 #: plugins/admin/departments/class_countryGeneric.inc:47 #: plugins/admin/departments/class_countryGeneric.inc:49 #: plugins/admin/departments/class_countryGeneric.inc:54 @@ -665,434 +505,284 @@ msgstr "Organisatie" #: plugins/admin/departments/class_dcObject.inc:58 #: plugins/admin/departments/class_dcObject.inc:90 #: plugins/admin/acl/acl_role.tpl:7 plugins/admin/acl/acl-list.xml:49 -#: plugins/admin/acl/class_aclRole.inc:724 -#: plugins/admin/acl/class_aclRole.inc:736 -#: plugins/admin/acl/class_aclRole.inc:746 plugins/admin/acl/paste_role.tpl:4 +#: plugins/admin/acl/class_aclRole.inc:738 +#: plugins/admin/acl/class_aclRole.inc:750 +#: plugins/admin/acl/class_aclRole.inc:760 plugins/admin/acl/paste_role.tpl:4 #: plugins/admin/ogroups/objectSelect/selectObject-list.xml:97 +#: plugins/admin/ogroups/class_ogroup.inc:155 +#: plugins/admin/ogroups/class_ogroup.inc:652 #: plugins/admin/ogroups/class_ogroup.inc:667 -#: plugins/admin/ogroups/class_ogroup.inc:682 -#: plugins/admin/ogroups/class_ogroup.inc:686 -#: plugins/admin/ogroups/class_ogroup.inc:849 +#: plugins/admin/ogroups/class_ogroup.inc:671 +#: plugins/admin/ogroups/class_ogroup.inc:833 #: plugins/admin/ogroups/ogroup-list.xml:41 +#: plugins/addons/propertyEditor/property-list.xml:80 #: include/class_userFilterEditor.inc:233 -#: include/class_userFilterEditor.inc:237 include/class_acl.inc:263 +#: include/class_userFilterEditor.inc:237 include/class_acl.inc:262 #: include/class_SnapShotDialog.inc:55 include/class_userFilter.inc:55 #: include/class_userFilter.inc:150 msgid "Name" msgstr "Naam" -#: setup/setup_feedback.tpl:39 +#: setup/setup_feedback.tpl:20 msgid "Mail address" msgstr "E-mail adres" -#: setup/setup_feedback.tpl:50 +#: setup/setup_feedback.tpl:28 msgid "Send feedback to the GOsa project team" msgstr "" -#: setup/setup_feedback.tpl:53 +#: setup/setup_feedback.tpl:31 msgid "" "When checking this option, GOsa will try to connect http://oss.gonicus.de in " "order to submit your form anonymously." msgstr "" -#: setup/setup_feedback.tpl:55 -#: plugins/generic/references/class_reference.inc:41 +#: setup/setup_feedback.tpl:35 setup/setup_feedback.tpl:36 #: plugins/personal/generic/class_user.inc:37 -#: plugins/personal/generic/class_user.inc:1669 +#: plugins/personal/generic/class_user.inc:1681 #: plugins/personal/posix/generic.tpl:5 #: plugins/admin/users/class_userManagement.inc:755 -#: plugins/admin/groups/class_group.inc:1012 -#: plugins/admin/departments/class_department.inc:659 -#: plugins/admin/ogroups/class_ogroup.inc:840 +#: plugins/admin/groups/class_group.inc:1015 +#: plugins/admin/departments/class_department.inc:661 +#: plugins/admin/ogroups/class_ogroup.inc:820 msgid "Generic" msgstr "Algemeen" -#: setup/setup_feedback.tpl:60 +#: setup/setup_feedback.tpl:38 msgid "Did the setup procedure help you to get started?" msgstr "" -#: setup/setup_feedback.tpl:71 +#: setup/setup_feedback.tpl:44 msgid "If not, what problems did you encounter" msgstr "" -#: setup/setup_feedback.tpl:80 +#: setup/setup_feedback.tpl:48 msgid "Is this the first time you use GOsa?" msgstr "" -#: setup/setup_feedback.tpl:86 +#: setup/setup_feedback.tpl:53 msgid "I use it since" msgstr "" -#: setup/setup_feedback.tpl:87 +#: setup/setup_feedback.tpl:54 msgid "Select the year since when you are using GOsa" msgstr "" -#: setup/setup_feedback.tpl:95 +#: setup/setup_feedback.tpl:60 msgid "What operating system / distribution do you use?" msgstr "" -#: setup/setup_feedback.tpl:104 +#: setup/setup_feedback.tpl:64 msgid "What web server do you use?" msgstr "" -#: setup/setup_feedback.tpl:113 +#: setup/setup_feedback.tpl:68 msgid "What PHP version do you use?" msgstr "" -#: setup/setup_feedback.tpl:121 +#: setup/setup_feedback.tpl:72 +#, fuzzy +msgid "GOsa version" +msgstr "Algemene wachtrij instellingen" + +#: setup/setup_feedback.tpl:78 setup/setup_feedback.tpl:79 msgid "LDAP" msgstr "" -#: setup/setup_feedback.tpl:126 +#: setup/setup_feedback.tpl:81 msgid "What kind of LDAP server(s) do you use?" msgstr "" -#: setup/setup_feedback.tpl:132 +#: setup/setup_feedback.tpl:85 msgid "How many objects are in your LDAP?" msgstr "" -#: setup/setup_feedback.tpl:139 +#: setup/setup_feedback.tpl:91 setup/setup_feedback.tpl:92 #, fuzzy msgid "Features" msgstr "Toekomstig" -#: setup/setup_feedback.tpl:142 +#: setup/setup_feedback.tpl:94 msgid "What features of GOsa do you use?" msgstr "" -#: setup/setup_feedback.tpl:153 +#: setup/setup_feedback.tpl:103 msgid "What features do you want to see in future versions of GOsa?" msgstr "" -#: setup/setup_feedback.tpl:161 +#: setup/setup_feedback.tpl:107 msgid "Send feedback" msgstr "" -#: setup/class_setupStep_Schema.inc:42 setup/class_setupStep_Schema.inc:43 +#: setup/class_setupStep_Schema.inc:37 setup/class_setupStep_Schema.inc:38 #, fuzzy msgid "LDAP schema check" msgstr "Ldap server" -#: setup/class_setupStep_Schema.inc:44 +#: setup/class_setupStep_Schema.inc:39 msgid "Perform test on your current LDAP schema" msgstr "" -#: setup/class_setupStep_Migrate.inc:127 setup/class_setupStep_Migrate.inc:128 +#: setup/class_setupStep_Schema.inc:96 include/class_configRegistry.inc:230 +msgid "The following object classes are missing:" +msgstr "" + +#: setup/class_setupStep_Schema.inc:99 include/class_configRegistry.inc:237 +msgid "The following object classes are outdated:" +msgstr "" + +#: setup/class_setupStep_Migrate.inc:51 setup/class_setupStep_Migrate.inc:52 #, fuzzy msgid "LDAP inspection" msgstr "PHP configuratie inspectie" -#: setup/class_setupStep_Migrate.inc:129 +#: setup/class_setupStep_Migrate.inc:53 msgid "Analyze your current LDAP for GOsa compatibility" msgstr "" -#: setup/class_setupStep_Migrate.inc:135 +#: setup/class_setupStep_Migrate.inc:59 #, fuzzy msgid "Checking for root object" msgstr "Zoeken naar iconv ondersteuning" -#: setup/class_setupStep_Migrate.inc:141 +#: setup/class_setupStep_Migrate.inc:65 #, fuzzy msgid "Inspecting object classes in root object" msgstr "Zoeken naar iconv ondersteuning" -#: setup/class_setupStep_Migrate.inc:147 +#: setup/class_setupStep_Migrate.inc:71 #, fuzzy msgid "Checking permission for LDAP database" msgstr "U heeft geen toestemming om deze afdeling te verwijderen." -#: setup/class_setupStep_Migrate.inc:153 -#, fuzzy -msgid "Checking for invisible departments" -msgstr "Zoeken naar iconv ondersteuning" - -#: setup/class_setupStep_Migrate.inc:158 -#, fuzzy -msgid "Checking for invisible users" -msgstr "Zoeken naar iconv ondersteuning" - -#: setup/class_setupStep_Migrate.inc:165 -#: setup/class_setupStep_Migrate.inc:3209 +#: setup/class_setupStep_Migrate.inc:78 #, fuzzy msgid "Checking for super administrator" msgstr "Zoeken naar enkele additionele programma's" -#: setup/class_setupStep_Migrate.inc:171 -#, fuzzy -msgid "Checking for users outside the people tree" -msgstr "Zoeken naar CUPS module" - -#: setup/class_setupStep_Migrate.inc:177 -#, fuzzy -msgid "Checking for groups outside the groups tree" -msgstr "Zoeken naar CUPS module" - -#: setup/class_setupStep_Migrate.inc:184 -msgid "Checking for windows workstations outside the winstation tree" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:190 -#, fuzzy -msgid "Checking for duplicated UID numbers" -msgstr "Zoeken naar functie %s" - -#: setup/class_setupStep_Migrate.inc:196 -#, fuzzy -msgid "Checking for duplicate GID numbers" -msgstr "Zoeken naar functie %s" - -#: setup/class_setupStep_Migrate.inc:202 -#, fuzzy -msgid "Checking for old style USB devices" -msgstr "Zoeken naar iconv ondersteuning" - -#: setup/class_setupStep_Migrate.inc:208 -#, fuzzy -msgid "Checking for old services that have to be migrated" -msgstr "Zoeken naar CUPS module" - -#: setup/class_setupStep_Migrate.inc:214 -#, fuzzy -msgid "Checking for old style application menus" -msgstr "Zoeken naar functie %s" - -#: setup/class_setupStep_Migrate.inc:240 setup/class_setupStep_Migrate.inc:292 -#: setup/class_setupStep_Migrate.inc:357 setup/class_setupStep_Migrate.inc:421 -#: setup/class_setupStep_Migrate.inc:492 setup/class_setupStep_Migrate.inc:569 -#: setup/class_setupStep_Migrate.inc:653 setup/class_setupStep_Migrate.inc:794 -#: setup/class_setupStep_Migrate.inc:890 -#: setup/class_setupStep_Migrate.inc:2036 -#: setup/class_setupStep_Migrate.inc:2504 -#: setup/class_setupStep_Migrate.inc:2695 -#: setup/class_setupStep_Migrate.inc:2832 +#: setup/class_setupStep_Migrate.inc:118 setup/class_setupStep_Migrate.inc:186 +#: setup/class_setupStep_Migrate.inc:709 #, fuzzy msgid "LDAP query failed" msgstr "De database zoekopdracht is mislukt" -#: setup/class_setupStep_Migrate.inc:241 setup/class_setupStep_Migrate.inc:293 -#: setup/class_setupStep_Migrate.inc:358 setup/class_setupStep_Migrate.inc:422 -#: setup/class_setupStep_Migrate.inc:493 setup/class_setupStep_Migrate.inc:570 -#: setup/class_setupStep_Migrate.inc:654 setup/class_setupStep_Migrate.inc:795 -#: setup/class_setupStep_Migrate.inc:891 -#: setup/class_setupStep_Migrate.inc:2037 -#: setup/class_setupStep_Migrate.inc:2505 -#: setup/class_setupStep_Migrate.inc:2696 -#: setup/class_setupStep_Migrate.inc:2833 +#: setup/class_setupStep_Migrate.inc:119 setup/class_setupStep_Migrate.inc:187 +#: setup/class_setupStep_Migrate.inc:710 msgid "Possibly the 'root object' is missing." msgstr "" -#: setup/class_setupStep_Migrate.inc:261 setup/class_setupStep_Migrate.inc:313 -#: setup/class_setupStep_Migrate.inc:446 setup/class_setupStep_Migrate.inc:523 -#: setup/class_setupStep_Migrate.inc:661 setup/class_setupStep_Migrate.inc:802 -#: setup/class_setupStep_Migrate.inc:2571 -#: setup/class_setupStep_Migrate.inc:2724 -#: setup/class_setupStep_Migrate.inc:3056 setup/setup_checks.tpl:32 -#: setup/setup_checks.tpl:93 ihtml/themes/default/remove.tpl:2 -#: ihtml/themes/default/islocked.tpl:6 ihtml/themes/default/msg_dialog.tpl:59 -#: ihtml/themes/default/msg_dialog.tpl:106 -#: plugins/personal/posix/class_posixAccount.inc:678 -#: plugins/personal/posix/class_posixAccount.inc:803 -#: plugins/admin/groups/class_group.inc:832 -#: plugins/admin/departments/dep_move_confirm.tpl:2 include/functions.inc:931 -#: include/functions.inc:2690 include/functions.inc:2694 -#: include/functions.inc:2700 include/utils/class_xml.inc:37 -#: include/class_tabs.inc:241 html/password.php:314 -msgid "Warning" -msgstr "Waarschuwing" - -#: setup/class_setupStep_Migrate.inc:263 -#, fuzzy, php-format -msgid "Found %s duplicate values for attribute 'uidNumber'." -msgstr "Er is een dubbele waarde gevonden voor record type '%s'." - -#: setup/class_setupStep_Migrate.inc:267 setup/class_setupStep_Migrate.inc:319 -#: setup/class_setupStep_Migrate.inc:380 setup/class_setupStep_Migrate.inc:453 -#: setup/class_setupStep_Migrate.inc:530 setup/class_setupStep_Migrate.inc:604 -#: setup/class_setupStep_Migrate.inc:657 setup/class_setupStep_Migrate.inc:798 -#: setup/class_setupStep_Migrate.inc:1044 -#: setup/class_setupStep_Migrate.inc:2011 -#: setup/class_setupStep_Migrate.inc:2155 -#: setup/class_setupStep_Migrate.inc:2577 -#: setup/class_setupStep_Migrate.inc:2731 -#: setup/class_setupStep_Migrate.inc:3061 setup/setup_checks.tpl:27 -#: setup/setup_checks.tpl:87 ihtml/themes/default/msg_dialog.tpl:76 -#: ihtml/themes/default/msg_dialog.tpl:78 -#: ihtml/themes/default/msg_dialog.tpl:134 -#: ihtml/themes/default/msg_dialog.tpl:137 -#: ihtml/themes/default/msg_dialog.tpl:142 -#: ihtml/themes/modern/msg_dialog.tpl:77 ihtml/themes/modern/msg_dialog.tpl:79 -#: ihtml/themes/modern/msg_dialog.tpl:136 -#: ihtml/themes/modern/msg_dialog.tpl:139 -#: ihtml/themes/modern/msg_dialog.tpl:144 include/utils/class_msgPool.inc:318 -#, php-format -msgid "Ok" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:315 -#, fuzzy, php-format -msgid "Found %s duplicate values for attribute 'gidNumber'." -msgstr "Er is een dubbele waarde gevonden voor record type '%s'." - -#: setup/class_setupStep_Migrate.inc:373 setup/class_setupStep_Migrate.inc:583 -#: setup/class_setupStep_Migrate.inc:596 -#: setup/class_setupStep_Migrate.inc:1030 -#: setup/class_setupStep_Migrate.inc:1048 -#: setup/class_setupStep_Migrate.inc:1988 -#: setup/class_setupStep_Migrate.inc:2001 -#: setup/class_setupStep_Migrate.inc:2056 -#: setup/class_setupStep_Migrate.inc:2077 -#: setup/class_setupStep_Migrate.inc:2129 -#: setup/class_setupStep_Migrate.inc:3211 +#: setup/class_setupStep_Migrate.inc:132 setup/class_setupStep_Migrate.inc:145 +#: setup/class_setupStep_Migrate.inc:307 setup/class_setupStep_Migrate.inc:661 +#: setup/class_setupStep_Migrate.inc:674 setup/class_setupStep_Migrate.inc:729 +#: setup/class_setupStep_Migrate.inc:750 setup/class_setupStep_Migrate.inc:802 msgid "Failed" msgstr "Mislukt" -#: setup/class_setupStep_Migrate.inc:375 +#: setup/class_setupStep_Migrate.inc:134 setup/class_setupStep_Migrate.inc:147 #, php-format msgid "" -"Found %s winstations outside the predefined winstation department ou '%s'." +"The specified user '%s' does not have full access to your ldap database." msgstr "" -#: setup/class_setupStep_Migrate.inc:376 setup/class_setupStep_Migrate.inc:664 -#: setup/class_setupStep_Migrate.inc:804 -#: setup/class_setupStep_Migrate.inc:1033 -#: setup/class_setupStep_Migrate.inc:2131 -#: setup/class_setupStep_Migrate.inc:2574 -#: setup/class_setupStep_Migrate.inc:2728 -#: setup/class_setupStep_Migrate.inc:3058 setup/setup_migrate.tpl:55 -#, fuzzy -msgid "Migrate" -msgstr "Aanmaken" - -#: setup/class_setupStep_Migrate.inc:448 -#, fuzzy, php-format -msgid "Found %s groups outside the configured tree '%s'." -msgstr "U staat op het punt de invoer '%s' te kopieren." - -#: setup/class_setupStep_Migrate.inc:449 setup/class_setupStep_Migrate.inc:526 -#, fuzzy -msgid "Move" -msgstr "Modus" - -#: setup/class_setupStep_Migrate.inc:525 +#: setup/class_setupStep_Migrate.inc:153 setup/class_setupStep_Migrate.inc:303 +#: setup/class_setupStep_Migrate.inc:684 setup/class_setupStep_Migrate.inc:828 +#: setup/setup_checks.tpl:21 setup/setup_checks.tpl:62 +#: ihtml/themes/default/msg_dialog.tpl:77 +#: ihtml/themes/default/msg_dialog.tpl:79 +#: ihtml/themes/default/msg_dialog.tpl:136 +#: ihtml/themes/default/msg_dialog.tpl:139 +#: ihtml/themes/default/msg_dialog.tpl:144 include/utils/class_msgPool.inc:301 #, php-format -msgid "Found %s user(s) outside the configured tree '%s'." +msgid "Ok" msgstr "" -#: setup/class_setupStep_Migrate.inc:585 setup/class_setupStep_Migrate.inc:598 -#, php-format -msgid "" -"The specified user '%s' does not have full access to your ldap database." -msgstr "" +#: setup/class_setupStep_Migrate.inc:297 +#: plugins/generic/references/class_aclResolver.inc:173 +#: plugins/personal/generic/class_user.inc:1687 +#: plugins/admin/users/class_userManagement.inc:25 include/class_acl.inc:237 +msgid "Users" +msgstr "Gebruikers" -#: setup/class_setupStep_Migrate.inc:662 -#, php-format -msgid "Found %s user(s) that will not be visible in GOsa." +#: setup/class_setupStep_Migrate.inc:300 +#: plugins/generic/references/class_aclResolver.inc:165 +#: plugins/admin/groups/class_groupManagement.inc:25 +#: plugins/admin/groups/class_group.inc:1021 include/class_acl.inc:237 +msgid "Groups" +msgstr "Groepen" + +#: setup/class_setupStep_Migrate.inc:308 +msgid "There is no GOsa administrator account inside your LDAP." msgstr "" -#: setup/class_setupStep_Migrate.inc:712 setup/class_setupStep_Migrate.inc:855 -#: setup/class_setupStep_Migrate.inc:1118 +#: setup/class_setupStep_Migrate.inc:309 plugins/admin/users/user-list.xml:89 +#: plugins/admin/groups/group-list.xml:73 +#: plugins/admin/departments/dep-list.xml:98 plugins/admin/acl/acl-list.xml:76 +#: plugins/admin/ogroups/ogroup-list.xml:73 +msgid "Create" +msgstr "Aanmaken" + +#: setup/class_setupStep_Migrate.inc:377 #, fuzzy msgid "Migration error" msgstr "Aanmaken" -#: setup/class_setupStep_Migrate.inc:712 setup/class_setupStep_Migrate.inc:855 -#, fuzzy, php-format -msgid "Cannot migrate department '%s':" -msgstr "Ga naar basis afdelingen" - -#: setup/class_setupStep_Migrate.inc:803 +#: setup/class_setupStep_Migrate.inc:377 #, php-format -msgid "Found %s department(s) that will not be visible in GOsa." +msgid "Cannot add ACL for user '%s':" msgstr "" -#: setup/class_setupStep_Migrate.inc:1027 -#, fuzzy, php-format -msgid "GOsa 2.5 administrative accounts found: %s" -msgstr "Netatalk account aanmaken" +#: setup/class_setupStep_Migrate.inc:415 setup/class_setupStep_Migrate.inc:425 +#, fuzzy +msgid "Input error" +msgstr "PHP fout" + +#: setup/class_setupStep_Migrate.inc:415 +#: plugins/generic/references/class_reference.inc:87 +#: plugins/admin/groups/class_group.inc:210 +#: plugins/admin/groups/class_group.inc:1170 +#: plugins/admin/groups/class_group.inc:1180 +msgid "Uid" +msgstr "" -#: setup/class_setupStep_Migrate.inc:1032 +#: setup/class_setupStep_Migrate.inc:420 #, fuzzy -msgid "There is no valid GOsa 2.6 administrator account inside your LDAP." -msgstr "Netatalk account aanmaken" +msgid "Password error" +msgstr "Wachtwoord verloopt op" -#: setup/class_setupStep_Migrate.inc:1034 -#: setup/class_setupStep_Migrate.inc:1050 plugins/admin/users/user-list.xml:89 -#: plugins/admin/groups/group-list.xml:73 -#: plugins/admin/departments/dep-list.xml:98 plugins/admin/acl/acl-list.xml:76 -#: plugins/admin/ogroups/ogroup-list.xml:73 -msgid "Create" -msgstr "Aanmaken" - -#: setup/class_setupStep_Migrate.inc:1038 -#: plugins/personal/generic/class_user.inc:1675 -#: plugins/admin/users/class_userManagement.inc:25 include/class_acl.inc:238 -msgid "Users" -msgstr "Gebruikers" - -#: setup/class_setupStep_Migrate.inc:1041 -#: plugins/admin/groups/class_groupManagement.inc:25 -#: plugins/admin/groups/class_group.inc:1018 include/class_acl.inc:238 -msgid "Groups" -msgstr "Groepen" - -#: setup/class_setupStep_Migrate.inc:1049 -msgid "There is no GOsa administrator account inside your LDAP." -msgstr "" - -#: setup/class_setupStep_Migrate.inc:1118 -#, php-format -msgid "Cannot add ACL for user '%s':" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:1156 -#: setup/class_setupStep_Migrate.inc:1166 -#, fuzzy -msgid "Input error" -msgstr "PHP fout" - -#: setup/class_setupStep_Migrate.inc:1156 -msgid "Uid" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:1161 -#, fuzzy -msgid "Password error" -msgstr "Wachtwoord verloopt op" - -#: setup/class_setupStep_Migrate.inc:1161 +#: setup/class_setupStep_Migrate.inc:420 #, fuzzy msgid "Provided passwords do not match!" msgstr "" "Het nieuwe wachtwoord en het herhaalde wachtwoord komen niet met elkaar " "overeen!" -#: setup/class_setupStep_Migrate.inc:1166 +#: setup/class_setupStep_Migrate.inc:425 #, fuzzy msgid "Specify a valid user ID!" msgstr "Geef a.u.b. een geldige gebruikersnaam op!" -#: setup/class_setupStep_Migrate.inc:1199 setup/setup_checks.tpl:30 -#: setup/setup_checks.tpl:91 ihtml/themes/default/msg_dialog.tpl:57 -#: ihtml/themes/default/msg_dialog.tpl:104 -#: plugins/personal/generic/class_user.inc:297 -#: plugins/personal/generic/class_user.inc:429 -#: plugins/personal/generic/class_user.inc:522 -#: plugins/personal/generic/class_user.inc:816 -#: plugins/personal/generic/class_user.inc:1205 -#: plugins/personal/generic/class_user.inc:1212 -#: plugins/personal/generic/class_user.inc:1230 -#: plugins/personal/generic/class_user.inc:1500 -#: plugins/personal/generic/class_user.inc:1787 -#: plugins/personal/myaccount/main.inc:112 -#: plugins/admin/groups/class_group.inc:419 -#: plugins/admin/groups/class_group.inc:425 -#: plugins/admin/groups/class_group.inc:634 -#: plugins/admin/groups/class_group.inc:730 -#: plugins/admin/groups/class_group.inc:735 -#: plugins/admin/groups/class_group.inc:1060 -#: plugins/admin/departments/class_department.inc:317 -#: plugins/admin/acl/class_aclRole.inc:672 -#: plugins/admin/ogroups/class_ogroup.inc:368 +#: setup/class_setupStep_Migrate.inc:450 setup/setup_checks.tpl:25 +#: setup/setup_checks.tpl:66 plugins/personal/generic/class_user.inc:297 +#: plugins/personal/generic/class_user.inc:428 +#: plugins/personal/generic/class_user.inc:521 +#: plugins/personal/generic/class_user.inc:814 +#: plugins/personal/generic/class_user.inc:1203 +#: plugins/personal/generic/class_user.inc:1210 +#: plugins/personal/generic/class_user.inc:1228 +#: plugins/personal/generic/class_user.inc:1498 +#: plugins/personal/generic/class_user.inc:1821 +#: plugins/personal/myaccount/main.inc:125 +#: plugins/admin/groups/class_group.inc:463 +#: plugins/admin/groups/class_group.inc:469 +#: plugins/admin/groups/class_group.inc:637 +#: plugins/admin/groups/class_group.inc:733 +#: plugins/admin/groups/class_group.inc:738 +#: plugins/admin/groups/class_group.inc:1076 +#: plugins/admin/departments/class_department.inc:319 +#: plugins/admin/acl/class_aclRole.inc:667 +#: plugins/admin/ogroups/class_ogroup.inc:393 +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:203 +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:207 #: include/class_CopyPasteHandler.inc:118 #: include/class_CopyPasteHandler.inc:127 #: include/class_CopyPasteHandler.inc:159 @@ -1100,346 +790,103 @@ msgstr "Geef a.u.b. een geldige gebruikersnaam op!" #: include/class_CopyPasteHandler.inc:185 #: include/class_CopyPasteHandler.inc:193 #: include/class_CopyPasteHandler.inc:273 -#: include/class_CopyPasteHandler.inc:375 include/functions.inc:3399 -#: include/functions.inc:3413 include/functions.inc:3443 -#: include/functions.inc:3451 include/functions.inc:3463 -#: include/functions.inc:3467 include/functions.inc:3482 -#: include/functions.inc:3491 include/functions.inc:3551 -#: include/password-methods/class_password-methods.inc:250 -#: include/class_msg_dialog.inc:99 include/utils/class_msgPool.inc:154 -#: include/utils/class_msgPool.inc:166 include/utils/class_msgPool.inc:184 -#: include/utils/class_msgPool.inc:457 include/utils/class_msgPool.inc:478 -#: include/utils/class_msgPool.inc:497 include/utils/class_xml.inc:40 -#: include/class_tabs.inc:56 include/class_listing.inc:495 -#: include/class_gosaSupportDaemon.inc:1184 -#: include/class_gosaSupportDaemon.inc:1204 include/class_management.inc:480 -#: include/class_management.inc:616 include/class_management.inc:970 -#: include/class_plugin.inc:1486 include/class_plugin.inc:2080 -#: html/index.php:236 html/index.php:240 +#: include/class_CopyPasteHandler.inc:377 include/functions.inc:3051 +#: include/functions.inc:3357 include/functions.inc:3371 +#: include/functions.inc:3401 include/functions.inc:3409 +#: include/functions.inc:3421 include/functions.inc:3425 +#: include/functions.inc:3440 include/functions.inc:3449 +#: include/functions.inc:3509 +#: include/password-methods/class_password-methods.inc:277 +#: include/class_msg_dialog.inc:99 include/utils/class_msgPool.inc:137 +#: include/utils/class_msgPool.inc:149 include/utils/class_msgPool.inc:167 +#: include/utils/class_msgPool.inc:440 include/utils/class_msgPool.inc:461 +#: include/utils/class_xml.inc:40 include/class_tabs.inc:56 +#: include/class_listing.inc:536 include/class_gosaSupportDaemon.inc:1184 +#: include/class_gosaSupportDaemon.inc:1204 include/class_management.inc:483 +#: include/class_management.inc:644 include/class_plugin.inc:1592 +#: html/index.php:241 html/index.php:245 #, php-format msgid "Error" msgstr "Fout" -#: setup/class_setupStep_Migrate.inc:1199 +#: setup/class_setupStep_Migrate.inc:450 #, php-format msgid "Adding an administrative user failed: object '%s' already exists!" msgstr "" -#: setup/class_setupStep_Migrate.inc:1210 -#: setup/class_setupStep_Migrate.inc:1238 -#: setup/class_setupStep_Migrate.inc:1287 -#: setup/class_setupStep_Migrate.inc:1336 -#: setup/class_setupStep_Migrate.inc:2141 -#: setup/class_setupStep_Migrate.inc:2438 -#: setup/class_setupStep_Migrate.inc:2442 -#: setup/class_setupStep_Migrate.inc:2632 -#: setup/class_setupStep_Migrate.inc:2652 -#: setup/class_setupStep_Migrate.inc:2769 -#: setup/class_setupStep_Migrate.inc:3116 -#: setup/class_setupStep_Migrate.inc:3130 -#: plugins/personal/generic/class_user.inc:730 -#: plugins/personal/generic/class_user.inc:1127 +#: setup/class_setupStep_Migrate.inc:461 setup/class_setupStep_Migrate.inc:814 +#: plugins/generic/references/class_reference.inc:97 +#: plugins/personal/generic/class_user.inc:729 +#: plugins/personal/generic/class_user.inc:1125 #: plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc:253 -#: plugins/personal/posix/class_posixAccount.inc:533 -#: plugins/personal/posix/class_posixAccount.inc:820 -#: plugins/admin/groups/class_group.inc:577 +#: plugins/personal/posix/class_posixAccount.inc:528 +#: plugins/personal/posix/class_posixAccount.inc:790 +#: plugins/admin/groups/class_group.inc:580 #: plugins/admin/groups/class_group.inc:856 -#: plugins/admin/departments/class_department.inc:285 -#: plugins/admin/departments/class_department.inc:482 -#: plugins/admin/departments/class_department.inc:753 -#: plugins/admin/departments/class_department.inc:784 -#: plugins/admin/acl/class_aclRole.inc:604 -#: plugins/admin/acl/class_aclRole.inc:644 -#: plugins/admin/acl/class_aclRole.inc:658 -#: plugins/admin/ogroups/class_ogroup.inc:757 -#: plugins/admin/ogroups/class_ogroup.inc:774 include/class_config.inc:325 -#: include/functions.inc:476 include/functions.inc:511 -#: include/functions.inc:519 include/functions.inc:565 -#: include/functions.inc:817 include/functions.inc:866 -#: include/functions.inc:923 include/functions.inc:976 -#: include/functions.inc:3052 include/functions.inc:3325 -#: include/class_SnapshotHandler.inc:124 include/class_SnapshotHandler.inc:281 -#: include/class_SnapshotHandler.inc:329 include/class_SnapshotHandler.inc:333 -#: include/class_SnapshotHandler.inc:348 include/class_SnapshotHandler.inc:383 -#: include/class_SnapshotHandler.inc:438 include/class_SnapshotHandler.inc:503 -#: include/class_SnapshotHandler.inc:518 include/class_acl.inc:1247 -#: include/class_acl.inc:1343 include/class_ldap.inc:756 -#: include/class_ldap.inc:1222 include/class_plugin.inc:1163 -#: include/class_plugin.inc:1212 include/class_plugin.inc:1216 -#: include/class_plugin.inc:1232 include/class_plugin.inc:1272 -#: include/class_plugin.inc:1330 include/class_plugin.inc:1396 -#: include/class_plugin.inc:1411 include/class_userFilter.inc:275 -#: html/index.php:266 html/index.php:277 html/index.php:290 +#: plugins/admin/departments/class_department.inc:287 +#: plugins/admin/departments/class_department.inc:484 +#: plugins/admin/departments/class_department.inc:761 +#: plugins/admin/departments/class_department.inc:792 +#: plugins/admin/acl/class_aclRole.inc:599 +#: plugins/admin/acl/class_aclRole.inc:639 +#: plugins/admin/acl/class_aclRole.inc:653 +#: plugins/admin/ogroups/class_ogroup.inc:742 +#: plugins/admin/ogroups/class_ogroup.inc:759 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:191 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:256 +#: include/class_config.inc:337 include/functions.inc:488 +#: include/functions.inc:523 include/functions.inc:531 +#: include/functions.inc:577 include/functions.inc:829 +#: include/functions.inc:878 include/functions.inc:935 +#: include/functions.inc:985 include/functions.inc:3002 +#: include/functions.inc:3283 include/class_SnapshotHandler.inc:123 +#: include/class_SnapshotHandler.inc:280 include/class_SnapshotHandler.inc:329 +#: include/class_SnapshotHandler.inc:333 include/class_SnapshotHandler.inc:346 +#: include/class_SnapshotHandler.inc:380 include/class_SnapshotHandler.inc:435 +#: include/class_SnapshotHandler.inc:500 include/class_SnapshotHandler.inc:515 +#: include/class_acl.inc:1250 include/class_acl.inc:1346 +#: include/class_ldap.inc:756 include/class_ldap.inc:1173 +#: include/class_userFilter.inc:275 html/index.php:271 #, fuzzy msgid "LDAP error" msgstr "LDAP fout:" -#: setup/class_setupStep_Migrate.inc:1238 -#: setup/class_setupStep_Migrate.inc:1287 -#: setup/class_setupStep_Migrate.inc:1336 -#, fuzzy -msgid "Cannot move users to the requested department!" -msgstr "Ga naar de afdeling van de gebruiker" - -#: setup/class_setupStep_Migrate.inc:1248 -msgid "Winstation will be moved from" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:1248 -#: setup/class_setupStep_Migrate.inc:1298 -#: setup/class_setupStep_Migrate.inc:1346 include/class_plugin.inc:1691 -#, fuzzy -msgid "to" -msgstr "Stop" - -#: setup/class_setupStep_Migrate.inc:1259 -#: setup/class_setupStep_Migrate.inc:1308 -msgid "Updating following references too" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:1298 -msgid "Group will be moved from" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:1346 -msgid "User will be moved from" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:1356 -msgid "The following references will be updated" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:1989 +#: setup/class_setupStep_Migrate.inc:662 msgid "" "The LDAP root object is missing. It is required to use your LDAP service." msgstr "" -#: setup/class_setupStep_Migrate.inc:1990 -#: setup/class_setupStep_Migrate.inc:2003 +#: setup/class_setupStep_Migrate.inc:663 setup/class_setupStep_Migrate.inc:676 #, fuzzy msgid "Try to create root object" msgstr "Nieuw FAI object aanmaken" -#: setup/class_setupStep_Migrate.inc:2002 +#: setup/class_setupStep_Migrate.inc:675 msgid "Root object couldn't be created, you should try it on your own." msgstr "" -#: setup/class_setupStep_Migrate.inc:2057 +#: setup/class_setupStep_Migrate.inc:730 #, fuzzy, php-format msgid "Missing GOsa object class '%s'!" msgstr "Toon FAI sjabloon objecten" -#: setup/class_setupStep_Migrate.inc:2058 +#: setup/class_setupStep_Migrate.inc:731 #, fuzzy msgid "Please check your installation." msgstr "Controleer a.u.b. de gebruikersnaam/wachtwoord combinatie." -#: setup/class_setupStep_Migrate.inc:2079 +#: setup/class_setupStep_Migrate.inc:752 #, php-format msgid "" "Cannot handle the structural object type of your root object. Please try to " "add the object class '%s' manually." msgstr "" -#: setup/class_setupStep_Migrate.inc:2438 -#, fuzzy, php-format -msgid "Copy '%s' to '%s' failed:" -msgstr "Verplaatsen van %s naar %s" - -#: setup/class_setupStep_Migrate.inc:2573 -#, php-format -msgid "There are %s devices that need to be migrated." -msgstr "" - -#: setup/class_setupStep_Migrate.inc:2633 -#, php-format -msgid "Adding '%s' to the LDAP failed: %s" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:2653 -#: setup/class_setupStep_Migrate.inc:2770 -#, fuzzy, php-format -msgid "Updating '%s' failed: %s" -msgstr "Log DB gebruiker" - -#: setup/class_setupStep_Migrate.inc:2726 -#, php-format -msgid "There are %s services that need to be migrated." -msgstr "" - -#: setup/class_setupStep_Migrate.inc:2867 -#: plugins/personal/generic/generic.tpl:255 -#: plugins/personal/generic/generic.tpl:275 -#: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:83 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:123 -#: include/utils/class_msgPool.inc:336 -#, php-format -msgid "Add" -msgstr "Toevoegen" - -#: setup/class_setupStep_Migrate.inc:2868 -#: plugins/personal/generic/generic_certs.tpl:22 -#: plugins/personal/generic/generic_certs.tpl:48 -#: plugins/personal/generic/generic_certs.tpl:74 -#: plugins/admin/users/user-list.xml:121 -#: plugins/admin/groups/group-list.xml:98 -#: plugins/admin/departments/dep-list.xml:160 -#: plugins/admin/departments/dep-list.xml:181 -#: plugins/admin/acl/acl-list.xml:95 plugins/admin/acl/acl-list.xml:144 -#: plugins/admin/ogroups/ogroup-list.xml:98 -msgid "Remove" -msgstr "Verwijderen" - -#: setup/class_setupStep_Migrate.inc:3057 -#, php-format -msgid "There are %s application menus which have to be migrated." -msgstr "" - -#: setup/setup_config1.tpl:2 -msgid "Look and feel" -msgstr "" - -#: setup/setup_config1.tpl:6 -#, fuzzy -msgid "Theme" -msgstr "MIME" - -#: setup/setup_config1.tpl:15 -#, fuzzy -msgid "Apache" -msgstr "Cache" - -#: setup/setup_config1.tpl:19 -msgid "Compress output send to browser" -msgstr "" - -#: setup/setup_config1.tpl:27 -#, fuzzy -msgid "People and group storage" -msgstr "OU voor gebruikers opslag" - -#: setup/setup_config1.tpl:30 -#, fuzzy -msgid "People DN attribute" -msgstr "DN atribuut voor gebruikers" - -#: setup/setup_config1.tpl:41 -#, fuzzy -msgid "People storage subtree" -msgstr "OU voor gebruikers opslag" - -#: setup/setup_config1.tpl:50 -#, fuzzy -msgid "Group storage subtree" -msgstr "OU voor groepen opslag" - -#: setup/setup_config1.tpl:59 -msgid "Include personal title in user DN" -msgstr "" - -#: setup/setup_config1.tpl:70 -msgid "Relaxed naming policies" -msgstr "" - -#: setup/setup_config1.tpl:81 -#, fuzzy -msgid "Automatic UIDs" -msgstr "Automatische modusregels" - -#: setup/setup_config1.tpl:97 setup/class_setupStep_Config1.inc:118 -msgid "GID / UID min id" -msgstr "" - -#: setup/setup_config1.tpl:113 -#, fuzzy -msgid "Number base for people/groups" -msgstr "ID basis voor gebruikers/groepen" - -#: setup/setup_config1.tpl:121 -msgid "Hook for number base" -msgstr "" - -#: setup/setup_config1.tpl:136 plugins/personal/password/main.inc:57 -#, fuzzy -msgid "Password settings" -msgstr "Gebruikersinstellingen" - -#: setup/setup_config1.tpl:140 -#, fuzzy -msgid "Password encryption algorithm" -msgstr "Encryptie algoritme" - -#: setup/setup_config1.tpl:151 -#, fuzzy -msgid "Password restrictions" -msgstr "Wachtwoord verloopt op" - -#: setup/setup_config1.tpl:158 setup/setup_config1.tpl:162 -msgid "Password minimum length" -msgstr "" - -#: setup/setup_config1.tpl:169 setup/setup_config1.tpl:173 -msgid "Different characters from old password" -msgstr "" - -#: setup/setup_config1.tpl:182 -#, fuzzy -msgid "Password change hook" -msgstr "Het veranderen van het wachtwoord is niet toegestaan" - -#: setup/setup_config1.tpl:198 -msgid "Use SASL for kerberos" -msgstr "" - -#: setup/setup_config1.tpl:209 -#, fuzzy -msgid "Use account expiration" -msgstr "Het account verloopt op" - -#: setup/setup_config1.tpl:221 -msgid "" -"GOsa supports several encryption types for your passwords. Normally this is " -"adjustable via user templates, but you can specify a default method to be " -"used here, too." -msgstr "" -"GOsa ondersteunt diverse encryptie types voor uw wachtwoorden. Normaliter is " -"dit aanpasbaar via gebruikerssjablonen. Hier kunt u echter een standaard te " -"gebruiken methode opgeven." - -#: setup/setup_config1.tpl:222 -#, fuzzy -msgid "" -"GOsa always acts as admin and manages access rights internally. This is a " -"workaround till OpenLDAP's in directory ACI's are fully implemented. For " -"this to work, we need the admin DN and the corresponding password." -msgstr "" -"GOsa werkt altijd als een beheerder en verzorgt het toegangsbeheer intern. " -"Dit is een tijdelijke oplossing totdat directory ACIs volledig " -"geïmplementeerd zijn in OpenLDAP. Om dit te kunnen laten werken is een " -"beheerders DN en het bijbehorende wachtwoord nodig." - -#: setup/setup_config1.tpl:223 -msgid "" -"Some basic LDAP parameters are tunable and affect the locations where GOsa " -"saves people and groups, including the way accounts get created. Check the " -"values below if the fit your needs." -msgstr "" -"Sommige LDAP parameters zijn aan te passen en bepalen de locaties waar GOsa " -"gebruikers en groepen opslaat, evenals de manier waarop gebruikers " -"aangemaakt worden. Controleer of de waardes hieronder in uw behoeften " -"voorzien." - -#: setup/setup_config1.tpl:224 +#: setup/class_setupStep_Migrate.inc:804 setup/setup_migrate.tpl:32 +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:181 #, fuzzy -msgid "" -"GOsa has modular support for several mail methods. These methods provide " -"interfaces to users mailboxes and general handling for quotas. You can " -"choose the dummy plugin to leave all your mail settings untouched." -msgstr "" -"GOsa heeft modulaire ondersteuning voor diverse E-mail methodes. Deze " -"methodes leveren toegang tot gebruikers mailboxen en algemene afhandeling " -"voor quota's. U kunt de dummy module kiezen om alle E-mail instellingen " -"ongewijzigd te laten." +msgid "Migrate" +msgstr "Aanmaken" #: setup/class_setupStep_License.inc:56 setup/class_setupStep_License.inc:57 #, fuzzy @@ -1450,20 +897,20 @@ msgstr "Regel" msgid "Terms and conditions for usage" msgstr "" -#: setup/class_setupStep_Checks.inc:38 setup/class_setupStep_Checks.inc:39 +#: setup/class_setupStep_Checks.inc:40 setup/class_setupStep_Checks.inc:41 msgid "Installation check" msgstr "" -#: setup/class_setupStep_Checks.inc:40 +#: setup/class_setupStep_Checks.inc:42 msgid "Basic checks for PHP compatibility and extensions" msgstr "" -#: setup/class_setupStep_Checks.inc:64 +#: setup/class_setupStep_Checks.inc:66 #, fuzzy msgid "Checking PHP version" msgstr "Controle op PHP versie (>=4.1.0)" -#: setup/class_setupStep_Checks.inc:65 +#: setup/class_setupStep_Checks.inc:67 #, fuzzy, php-format msgid "PHP must be of version %s or above." msgstr "" @@ -1471,45 +918,58 @@ msgstr "" "functionaliteit die in voorgaande versies niet goed of helemaal niet " "voorhanden is." -#: setup/class_setupStep_Checks.inc:66 +#: setup/class_setupStep_Checks.inc:68 msgid "Please upgrade to a supported version." msgstr "" -#: setup/class_setupStep_Checks.inc:73 +#: setup/class_setupStep_Checks.inc:75 msgid "GOsa requires this module to talk with your LDAP server." msgstr "" -#: setup/class_setupStep_Checks.inc:81 +#: setup/class_setupStep_Checks.inc:83 msgid "GOsa requires this module for an internationalized interface." msgstr "" -#: setup/class_setupStep_Checks.inc:89 +#: setup/class_setupStep_Checks.inc:91 msgid "GOsa requires this module for the samba integration." msgstr "" -#: setup/class_setupStep_Checks.inc:97 -msgid "GOsa requires this module to make use of SSHA encryption." +#: setup/class_setupStep_Checks.inc:99 +msgid "" +"GOsa requires either 'mhash' or the 'sha1' module to make use of SSHA " +"encryption." msgstr "" -#: setup/class_setupStep_Checks.inc:105 +#: setup/class_setupStep_Checks.inc:107 msgid "GOsa requires this module to talk to an IMAP server." msgstr "" -#: setup/class_setupStep_Checks.inc:112 +#: setup/class_setupStep_Checks.inc:114 #, fuzzy msgid "mbstring" msgstr "Samba Instellingen" -#: setup/class_setupStep_Checks.inc:113 +#: setup/class_setupStep_Checks.inc:115 msgid "GOsa requires this module to handle unicode strings." msgstr "" -#: setup/class_setupStep_Checks.inc:120 +#: setup/class_setupStep_Checks.inc:122 +msgid "Calendar" +msgstr "" + +#: setup/class_setupStep_Checks.inc:123 +#, fuzzy +msgid "GOsa requires this module to calculate dates." +msgstr "" +"MySQL ondersteuning is nodig voor het lezen van GOfax rapporten uit " +"databases." + +#: setup/class_setupStep_Checks.inc:130 #, fuzzy msgid "MySQL" msgstr "LDAP fout:" -#: setup/class_setupStep_Checks.inc:121 +#: setup/class_setupStep_Checks.inc:131 #, fuzzy msgid "" "GOsa requires this module to communicate with several supported databases." @@ -1517,37 +977,37 @@ msgstr "" "MySQL ondersteuning is nodig voor het lezen van GOfax rapporten uit " "databases." -#: setup/class_setupStep_Checks.inc:138 +#: setup/class_setupStep_Checks.inc:148 msgid "samba hash generator" msgstr "" -#: setup/class_setupStep_Checks.inc:139 +#: setup/class_setupStep_Checks.inc:149 msgid "GOsa requires this command to synchronize POSIX and samba passwords." msgstr "" -#: setup/class_setupStep_Checks.inc:140 +#: setup/class_setupStep_Checks.inc:150 msgid "" "Deploy a gosa-si installation or install the perl Crypt::SmbHash modules." msgstr "" -#: setup/class_setupStep_Checks.inc:153 +#: setup/class_setupStep_Checks.inc:163 msgid "imagick" msgstr "" -#: setup/class_setupStep_Checks.inc:154 +#: setup/class_setupStep_Checks.inc:164 msgid "GOsa requires this extension to handle images." msgstr "" -#: setup/class_setupStep_Checks.inc:169 +#: setup/class_setupStep_Checks.inc:179 #, fuzzy msgid "compression module" msgstr "Toegangsopties" -#: setup/class_setupStep_Checks.inc:170 +#: setup/class_setupStep_Checks.inc:180 msgid "GOsa requires this extension to handle snapshots." msgstr "" -#: setup/class_setupStep_Checks.inc:181 +#: setup/class_setupStep_Checks.inc:191 #, fuzzy msgid "" "register_globals is a PHP mechanism to register all global variables to be " @@ -1559,16 +1019,16 @@ msgstr "" "veranderd hoeft te worden. Dit is een veiligheidsrisico. GOsa zal in beide " "modi draaien." -#: setup/class_setupStep_Checks.inc:182 +#: setup/class_setupStep_Checks.inc:192 #, fuzzy msgid "Search for 'register_globals' in your php.ini and switch it to 'Off'." msgstr "Controle of 'register_globals' ingesteld staat op 'off'" -#: setup/class_setupStep_Checks.inc:190 +#: setup/class_setupStep_Checks.inc:200 msgid "PHP uses this value for the garbage collector to delete old sessions." msgstr "" -#: setup/class_setupStep_Checks.inc:191 +#: setup/class_setupStep_Checks.inc:201 #, fuzzy msgid "" "Setting this value to one day will prevent loosing session and cookies " @@ -1578,7 +1038,7 @@ msgstr "" "ruimen. Door deze waarde op een dag te zetten, voorkomt u dat sessie en " "cookie informatie verloren gaan, voordat deze daadwerkelijk ongeldig zijn." -#: setup/class_setupStep_Checks.inc:192 +#: setup/class_setupStep_Checks.inc:202 #, fuzzy msgid "" "Search for 'session.gc_maxlifetime' in your php.ini and set it to 86400 or " @@ -1587,13 +1047,13 @@ msgstr "" "Om GOsa zonder problemen te gebruiken, moet de session.auto_register optie " "in uw php.ini ingesteld zijn op 'Off'." -#: setup/class_setupStep_Checks.inc:199 setup/class_setupStep_Checks.inc:215 -#: setup/class_setupStep_Checks.inc:231 setup/class_setupStep_Checks.inc:247 +#: setup/class_setupStep_Checks.inc:209 setup/class_setupStep_Checks.inc:225 +#: setup/class_setupStep_Checks.inc:241 setup/class_setupStep_Checks.inc:257 #, fuzzy msgid "Off" msgstr "Offline" -#: setup/class_setupStep_Checks.inc:200 +#: setup/class_setupStep_Checks.inc:210 #, fuzzy msgid "" "In Order to use GOsa without any trouble, the session.auto_register option " @@ -1602,14 +1062,14 @@ msgstr "" "Om GOsa zonder problemen te gebruiken, moet de session.auto_register optie " "in uw php.ini ingesteld zijn op 'Off'." -#: setup/class_setupStep_Checks.inc:201 +#: setup/class_setupStep_Checks.inc:211 #, fuzzy msgid "Search for 'session.auto_start' in your php.ini and set it to 'Off'." msgstr "" "Om GOsa zonder problemen te gebruiken, moet de session.auto_register optie " "in uw php.ini ingesteld zijn op 'Off'." -#: setup/class_setupStep_Checks.inc:208 +#: setup/class_setupStep_Checks.inc:218 #, fuzzy msgid "" "GOsa needs at least 32MB of memory. Setting it below this limit may cause " @@ -1619,12 +1079,12 @@ msgstr "" "onvoorspelbare fouten opleveren!.Verhoog deze waarde nog verder voor zeer " "grote omgevingen." -#: setup/class_setupStep_Checks.inc:209 +#: setup/class_setupStep_Checks.inc:219 msgid "" "Search for 'memory_limit' in your php.ini and set it to '32M' or higher." msgstr "" -#: setup/class_setupStep_Checks.inc:216 +#: setup/class_setupStep_Checks.inc:226 #, fuzzy msgid "" "This option influences the PHP output handling. Turn this Option off, to " @@ -1633,23 +1093,23 @@ msgstr "" "Deze Optie definieert Uitvoer afhandeling. Zet deze Optie uit om " "snelheiswinst te behalen" -#: setup/class_setupStep_Checks.inc:217 +#: setup/class_setupStep_Checks.inc:227 msgid "Search for 'implicit_flush' in your php.ini and set it to 'Off'." msgstr "" -#: setup/class_setupStep_Checks.inc:224 +#: setup/class_setupStep_Checks.inc:234 #, fuzzy msgid "The Execution time should be at least 30 seconds." msgstr "" "De uitvoer tijd moet minimaal 30 seconden zijn, omdat sommige acties lang " "kunnen duren." -#: setup/class_setupStep_Checks.inc:225 +#: setup/class_setupStep_Checks.inc:235 msgid "" "Search for 'max_execution_time' in your php.ini and set it to '30' or higher." msgstr "" -#: setup/class_setupStep_Checks.inc:232 +#: setup/class_setupStep_Checks.inc:242 #, fuzzy msgid "" "Increase the server security by setting expose_php to 'off'. PHP won't send " @@ -1658,16 +1118,16 @@ msgstr "" "Verhoog de server veiligheid door 'expose_php' op 'Off' in te stellen. PHP " "zal dan geen enkele informatie over de Server die u gebruikt weergeven." -#: setup/class_setupStep_Checks.inc:233 +#: setup/class_setupStep_Checks.inc:243 msgid "Search for 'expose_php' in your php.ini and set if to 'Off'." msgstr "" -#: setup/class_setupStep_Checks.inc:239 +#: setup/class_setupStep_Checks.inc:249 #, fuzzy msgid "On" msgstr "Open" -#: setup/class_setupStep_Checks.inc:240 +#: setup/class_setupStep_Checks.inc:250 msgid "" "Increase your server security by setting magic_quotes_gpc to 'on'. PHP will " "escape all quotes in strings in this case." @@ -1675,19 +1135,19 @@ msgstr "" "Verhoog de server veiligheid door 'magic_quotes_gpc op 'On' in te stellen." "PHP zal dan alle aanhalingstekens in strings omzetten." -#: setup/class_setupStep_Checks.inc:241 +#: setup/class_setupStep_Checks.inc:251 #, fuzzy msgid "Search for 'magic_quotes_gpc' in your php.ini and set it to 'On'." msgstr "Controle of 'register_globals' ingesteld staat op 'off'" -#: setup/class_setupStep_Checks.inc:248 +#: setup/class_setupStep_Checks.inc:258 #, fuzzy msgid "Increase your server performance by setting magic_quotes_gpc to 'off'." msgstr "" "Verhoog de server veiligheid door 'magic_quotes_gpc op 'On' in te stellen." "PHP zal dan alle aanhalingstekens in strings omzetten." -#: setup/class_setupStep_Checks.inc:249 +#: setup/class_setupStep_Checks.inc:259 #, fuzzy msgid "" "Search for 'zend.ze1_compatibility_mode' in your php.ini and set it to 'Off'." @@ -1695,17 +1155,17 @@ msgstr "" "Om GOsa zonder problemen te gebruiken, moet de session.auto_register optie " "in uw php.ini ingesteld zijn op 'Off'." -#: setup/class_setupStep_Checks.inc:259 +#: setup/class_setupStep_Checks.inc:269 #, fuzzy msgid "Configuration writeable" msgstr "Configuratie bestand" -#: setup/class_setupStep_Checks.inc:260 +#: setup/class_setupStep_Checks.inc:270 #, fuzzy msgid "The configuration file can't be written" msgstr "Configuratie bestand" -#: setup/class_setupStep_Checks.inc:261 +#: setup/class_setupStep_Checks.inc:271 #, php-format msgid "" "GOsa reads its configuration from a file located in (%s/%s). The setup can " @@ -1724,461 +1184,187 @@ msgstr "" "Deze dialoog maakt het mogelijk om een apparaat te verbinden aan de computer " "die u momenteel aan het bewerken bent." -#: setup/class_setupStep_Language.inc:47 +#: setup/class_setupStep_Language.inc:47 include/class_core.inc:180 #, fuzzy msgid "Automatic" msgstr "automatisch" -#: setup/setup_config3.tpl:2 +#: setup/setup_migrate.tpl:2 +msgid "" +"During the LDAP inspection, we're going to check for several common pitfalls " +"that may occur when migration to GOsa base LDAP administration. You may want " +"to fix the problems below, in order to provide smooth services." +msgstr "" + +#: setup/setup_migrate.tpl:5 #, fuzzy -msgid "GOsa core settings" -msgstr "E-mail instellingen" +msgid "Checks" +msgstr "Systeem status" -#: setup/setup_config3.tpl:6 +#: setup/setup_migrate.tpl:22 #, fuzzy -msgid "Enable primary group filter" -msgstr "Toon groepen van gebruiker" +msgid "Add required object classes to the LDAP base" +msgstr "Toon FAI sjabloon objecten" -#: setup/setup_config3.tpl:18 +#: setup/setup_migrate.tpl:24 #, fuzzy -msgid "Display summary in listings" -msgstr "Toon overeenkomende macro's" +msgid "Current" +msgstr "Nieuw FAI object aanmaken" -#: setup/setup_config3.tpl:30 +#: setup/setup_migrate.tpl:28 #, fuzzy -msgid "Honour administrative units" -msgstr "Groepen beheer" +msgid "After migration" +msgstr "Gebruikersbeheer" -#: setup/setup_config3.tpl:42 +#: setup/setup_migrate.tpl:35 +msgid "Close" +msgstr "Sluiten" + +#: setup/setup_migrate.tpl:40 #, fuzzy -msgid "Smarty compile directory" -msgstr "Persoonlijke map" +msgid "Create a new GOsa administrator account" +msgstr "Netatalk account aanmaken" -#: setup/setup_config3.tpl:51 -msgid "SNMP community" +#: setup/setup_migrate.tpl:41 +msgid "" +"This dialog will automatically add a new super administrator to your LDAP " +"tree." msgstr "" -#: setup/setup_config3.tpl:60 +#: setup/setup_migrate.tpl:49 +#: plugins/personal/posix/class_posixAccount.inc:1308 +msgid "User ID" +msgstr "Gebruikers ID" + +#: setup/setup_migrate.tpl:53 ihtml/themes/default/login.tpl:47 +#: plugins/personal/generic/paste_generic.tpl:21 +msgid "Password" +msgstr "Wachtwoord" + +#: setup/setup_migrate.tpl:57 #, fuzzy -msgid "Path for PPD storage" +msgid "Password (again)" msgstr "Wachtwoord encryptie" -#: setup/setup_config3.tpl:77 +#: setup/class_setupStep_Welcome.inc:38 #, fuzzy -msgid "Path for kiosk profile storage" -msgstr "Kiosk profiel instellingen" - -#: setup/setup_config3.tpl:96 -msgid "SUDO role base" -msgstr "" +msgid "Welcome" +msgstr "Welkom %s!" -#: setup/setup_config3.tpl:115 +#: setup/class_setupStep_Welcome.inc:39 #, fuzzy -msgid "Mail queue script" -msgstr "Inlogscript" +msgid "The welcome message" +msgstr "Verwijder dit bericht" -#: setup/setup_config3.tpl:134 +#: setup/class_setupStep_Welcome.inc:40 #, fuzzy -msgid "Notification script" -msgstr "Geen certificaat geinstalleerd" +msgid "Welcome to the GOsa setup assistent" +msgstr "Welkom bij het GOsa installatie programma!" -#: setup/setup_config3.tpl:153 -msgid "Enable edit locking" -msgstr "" +#: setup/setup_language.tpl:3 +#, fuzzy +msgid "Please select the preferred language" +msgstr "Voorkeurstaal" -#: setup/setup_config3.tpl:174 -msgid "Gosa support daemon" +#: setup/setup_language.tpl:5 +msgid "" +"At this point, you can select the site wide default language. Choosing " +"'automatic' will use the language requested by the browser. This setting can " +"be overriden per user." msgstr "" -#: setup/setup_config3.tpl:193 +#: setup/setup_language.tpl:9 #, fuzzy -msgid "Daemon timeout" -msgstr "Omlaag" +msgid "Please select your preferred language here" +msgstr "Voorkeurstaal" -#: setup/setup_config3.tpl:207 -msgid "Login and session" +#: setup/setup_checks.tpl:2 +msgid "" +"This step checks if your PHP server has all required modules and " +"configuration settings." msgstr "" -#: setup/setup_config3.tpl:210 +#: setup/setup_checks.tpl:5 #, fuzzy -msgid "Login attribute" -msgstr "Telefoon attributen " +msgid "Inspection" +msgstr "PHP configuratie inspectie" -#: setup/setup_config3.tpl:221 -msgid "Enforce register_globals to be deactivated" +#: setup/setup_checks.tpl:8 +msgid "PHP module and extension checks" msgstr "" -#: setup/setup_config3.tpl:233 -msgid "Enforce encrypted connections" +#: setup/setup_checks.tpl:10 +msgid "Basic checks" msgstr "" -#: setup/setup_config3.tpl:245 -#, fuzzy -msgid "Warn if session is not encrypted" -msgstr "De sessie zal niet versleuteld zijn." - -#: setup/setup_config3.tpl:257 -#, fuzzy -msgid "Remember dialog filter settings" -msgstr "Algemene wachtrij instellingen" +#: setup/setup_checks.tpl:27 setup/setup_checks.tpl:68 +#: plugins/personal/posix/class_posixAccount.inc:650 +#: plugins/personal/posix/class_posixAccount.inc:773 +#: plugins/admin/groups/class_group.inc:832 +#: plugins/admin/departments/dep_move_confirm.tpl:2 include/functions.inc:2640 +#: include/functions.inc:2644 include/functions.inc:2650 +#: include/functions.inc:2674 include/utils/class_xml.inc:37 +#: include/class_tabs.inc:249 include/class_configRegistry.inc:655 +#: include/class_configRegistry.inc:670 include/class_configRegistry.inc:685 +#: include/class_configRegistry.inc:700 include/class_configRegistry.inc:716 +#: include/class_configRegistry.inc:721 include/class_configRegistry.inc:738 +#: include/class_configRegistry.inc:743 include/class_configRegistry.inc:761 +#: include/class_configRegistry.inc:766 include/class_configRegistry.inc:782 +#: include/class_configRegistry.inc:797 include/class_configRegistry.inc:812 +#: html/password.php:316 +msgid "Warning" +msgstr "Waarschuwing" -#: setup/setup_config3.tpl:269 -#, fuzzy -msgid "Session lifetime" -msgstr "Er is een sessie conflict gedetecteerd" +#: setup/setup_checks.tpl:38 setup/setup_checks.tpl:79 +msgid "GOsa will NOT run without fixing this." +msgstr "" -#: setup/setup_config3.tpl:278 -msgid "Debugging" +#: setup/setup_checks.tpl:40 setup/setup_checks.tpl:81 +msgid "GOsa will run without fixing this." msgstr "" -#: setup/setup_config3.tpl:282 +#: setup/setup_checks.tpl:50 #, fuzzy -msgid "Show PHP errors" -msgstr "PHP fout" +msgid "PHP setup configuration" +msgstr "FAX database" -#: setup/setup_config3.tpl:294 +#: setup/setup_checks.tpl:50 #, fuzzy -msgid "Maximum LDAP query time" -msgstr "E-mail grootte" +msgid "show information" +msgstr "Persoonlijke informatie" -#: setup/setup_config3.tpl:312 -msgid "Log LDAP statistics" +#: setup/setup_checks.tpl:51 +msgid "Extended checks" msgstr "" -#: setup/setup_config3.tpl:324 -#, fuzzy -msgid "Debug level" -msgstr "Log prioriteit" - -#: setup/setup_config3.tpl:329 setup/setup_config3.tpl:332 -#, fuzzy -msgid "Disabled" -msgstr "gedeactiveerd" - -#: setup/setup_config3.tpl:330 setup/setup_config3.tpl:333 -#: ihtml/themes/modern/userFilterEditor.tpl:45 -#, fuzzy -msgid "Enabled" -msgstr "gedeactiveerd" - -#: setup/setup_migrate.tpl:5 -msgid "" -"During the LDAP inspection, we're going to check for several common pitfalls " -"that may occur when migration to GOsa base LDAP administration. You may want " -"to fix the problems below, in order to provide smooth services." -msgstr "" - -#: setup/setup_migrate.tpl:33 -#, fuzzy -msgid "Check again" -msgstr "Controleer" - -#: setup/setup_migrate.tpl:38 -#, fuzzy -msgid "Add required object classes to the LDAP base" -msgstr "Toon FAI sjabloon objecten" - -#: setup/setup_migrate.tpl:40 setup/setup_migrate.tpl:259 -#: setup/setup_migrate.tpl:367 setup/setup_migrate.tpl:425 -#: setup/setup_migrate.tpl:484 setup/setup_migrate.tpl:532 -#: setup/setup_migrate.tpl:581 -#, fuzzy -msgid "Current" -msgstr "Nieuw FAI object aanmaken" - -#: setup/setup_migrate.tpl:47 setup/setup_migrate.tpl:263 -#: setup/setup_migrate.tpl:374 setup/setup_migrate.tpl:432 -#: setup/setup_migrate.tpl:488 setup/setup_migrate.tpl:536 -#: setup/setup_migrate.tpl:585 -#, fuzzy -msgid "After migration" -msgstr "Gebruikersbeheer" - -#: setup/setup_migrate.tpl:62 setup/setup_migrate.tpl:112 -msgid "Close" -msgstr "Sluiten" - -#: setup/setup_migrate.tpl:68 -msgid "Move windows workstations into a valid windows workstation department" -msgstr "" - -#: setup/setup_migrate.tpl:70 -msgid "" -"This dialog allows you to move the displayed windows workstations into a " -"valid department" -msgstr "" - -#: setup/setup_migrate.tpl:72 -msgid "" -"Be careful with this tool, there may be references pointing to this " -"workstations that can't be migrated." -msgstr "" - -#: setup/setup_migrate.tpl:96 setup/setup_migrate.tpl:155 -#: setup/setup_migrate.tpl:211 setup/setup_migrate.tpl:391 -#: setup/setup_migrate.tpl:448 setup/setup_migrate.tpl:495 -#: setup/setup_migrate.tpl:543 setup/setup_migrate.tpl:592 -#: include/class_listing.inc:306 -#, fuzzy -msgid "Select all" -msgstr "Selecteer" - -#: setup/setup_migrate.tpl:98 -msgid "Move selected windows workstations into the following GOsa department" -msgstr "" - -#: setup/setup_migrate.tpl:103 -#, fuzzy -msgid "Move selected workstations" -msgstr "Selecteer om werkstations te zien" - -#: setup/setup_migrate.tpl:105 -msgid "What will be done here" -msgstr "" - -#: setup/setup_migrate.tpl:119 -msgid "Move groups into configured group tree" -msgstr "" - -#: setup/setup_migrate.tpl:122 -msgid "" -"This dialog allows moving a couple of groups to the configured group tree. " -"Doing this may straighten your LDAP service." -msgstr "" - -#: setup/setup_migrate.tpl:125 -msgid "" -"Be careful with this option! There may be references pointing to these " -"groups. The GOsa setup can't migrate references, so you may want to cancel " -"the migration in this case." -msgstr "" - -#: setup/setup_migrate.tpl:128 -msgid "Move selected groups into this group tree" -msgstr "" - -#: setup/setup_migrate.tpl:159 setup/setup_migrate.tpl:215 -#: setup/setup_migrate.tpl:269 setup/setup_migrate.tpl:395 -#: setup/setup_migrate.tpl:452 setup/setup_migrate.tpl:500 -#: setup/setup_migrate.tpl:548 setup/setup_migrate.tpl:597 -#, fuzzy -msgid "Hide changes" -msgstr "Open-Xchange" - -#: setup/setup_migrate.tpl:162 setup/setup_migrate.tpl:218 -#: setup/setup_migrate.tpl:251 setup/setup_migrate.tpl:398 -#: setup/setup_migrate.tpl:455 setup/setup_migrate.tpl:505 -#: setup/setup_migrate.tpl:553 setup/setup_migrate.tpl:602 -#, fuzzy -msgid "Show changes" -msgstr "Toon pakketten" - -#: setup/setup_migrate.tpl:178 -msgid "Move users into configured user tree" -msgstr "" - -#: setup/setup_migrate.tpl:180 -msgid "" -"This dialog allows moving a couple of users to the configured user tree. " -"Doing this may straighten your LDAP service." -msgstr "" - -#: setup/setup_migrate.tpl:183 -msgid "" -"Be careful with this option! There may be references pointing to these " -"users. The GOsa setup can't migrate references, so you may want to cancel " -"the migration in this case." -msgstr "" - -#: setup/setup_migrate.tpl:186 -#, fuzzy -msgid "Move selected users into this people tree" -msgstr "Maak gebruiker aan met dit sjabloon" - -#: setup/setup_migrate.tpl:233 -#, fuzzy -msgid "Migrate GOsa 2.5 administrative accounts" -msgstr "Netatalk account aanmaken" - -#: setup/setup_migrate.tpl:235 -msgid "" -"This dialog allows the migration of GOsa 2.5 admin accounts into GOsa 2.6 " -"useable accounts." -msgstr "" - -#: setup/setup_migrate.tpl:293 -#, fuzzy -msgid "Abort" -msgstr "Poort" - -#: setup/setup_migrate.tpl:296 -#, fuzzy -msgid "Create a new GOsa administrator account" -msgstr "Netatalk account aanmaken" - -#: setup/setup_migrate.tpl:299 -msgid "" -"This dialog will automatically add a new super administrator to your LDAP " -"tree." -msgstr "" - -#: setup/setup_migrate.tpl:312 -#: plugins/personal/posix/class_posixAccount.inc:1312 -msgid "User ID" -msgstr "Gebruikers ID" - -#: setup/setup_migrate.tpl:328 -#, fuzzy -msgid "Password (again)" -msgstr "Wachtwoord encryptie" - -#: setup/setup_migrate.tpl:356 -msgid "" -"The listed departments are currently invisible in the GOsa user interface. " -"If you want to change this for a couple of entries, select them and use the " -"migrate button below." -msgstr "" - -#: setup/setup_migrate.tpl:357 setup/setup_migrate.tpl:416 -#: setup/setup_migrate.tpl:476 setup/setup_migrate.tpl:525 -#: setup/setup_migrate.tpl:574 -msgid "" -"If you want to know what will be done when migrating the selected entries, " -"use the 'Show changes' button to see the LDIF." -msgstr "" - -#: setup/setup_migrate.tpl:415 -msgid "" -"The listed users are currently invisible in the GOsa user interface. If you " -"want to change this for a couple of users, just select them and use the " -"'Migrate' button below." -msgstr "" - -#: setup/setup_migrate.tpl:475 -msgid "" -"The listed devices are currently invisible in the GOsa interface. If you " -"want to change this for a couple of devices, just select them and use the " -"'Migrate' button below." -msgstr "" - -#: setup/setup_migrate.tpl:502 setup/setup_migrate.tpl:550 -#: setup/setup_migrate.tpl:599 -#, fuzzy -msgid "Refresh" -msgstr "Referenties" - -#: setup/setup_migrate.tpl:524 -msgid "" -"The listed services are currently invalid for the GOsa version you are going " -"to install. If you want to update a couple of service, just select them and " -"use the 'Migrate' button below." -msgstr "" - -#: setup/setup_migrate.tpl:573 -msgid "" -"The listed menus are currently invisible in the GOsa interface. If you want " -"to change this for a couple of devices, just select them and use the " -"'Migrate' button below." -msgstr "" - -#: setup/setup_frame.tpl:12 -#, fuzzy -msgid "GOsa setup wizard" -msgstr "GOsa help" - -#: setup/setup_frame.tpl:19 -#, fuzzy -msgid "Installation" -msgstr "Windows werkstation" - -#: setup/setup_frame.tpl:19 -#, fuzzy -msgid "Setup" -msgstr "Stel in" - -#: setup/class_setupStep_Welcome.inc:38 -#, fuzzy -msgid "Welcome" -msgstr "Welkom %s!" - -#: setup/class_setupStep_Welcome.inc:39 -#, fuzzy -msgid "The welcome message" -msgstr "Verwijder dit bericht" - -#: setup/class_setupStep_Welcome.inc:40 -#, fuzzy -msgid "Welcome to GOsa setup wizard" -msgstr "Welkom bij het GOsa installatie programma!" - -#: setup/setup_language.tpl:3 -#, fuzzy -msgid "Please select the preferred language" -msgstr "Voorkeurstaal" - -#: setup/setup_language.tpl:5 -msgid "" -"At this point, you can select the site wide default language. Choosing " -"'automatic' will use the language requested by the browser. This setting can " -"be overriden per user." -msgstr "" - -#: setup/setup_language.tpl:9 -#, fuzzy -msgid "Please select your preferred language here" -msgstr "Voorkeurstaal" - -#: setup/setup_checks.tpl:9 -msgid "PHP module and extension checks" -msgstr "" - -#: setup/setup_checks.tpl:41 setup/setup_checks.tpl:103 -msgid "GOsa will NOT run without fixing this." -msgstr "" - -#: setup/setup_checks.tpl:45 setup/setup_checks.tpl:107 -msgid "GOsa will run without fixing this." -msgstr "" - -#: setup/setup_checks.tpl:67 -#, fuzzy -msgid "PHP setup configuration" -msgstr "FAX database" - -#: setup/setup_checks.tpl:67 -#, fuzzy -msgid "show information" -msgstr "Persoonlijke informatie" - -#: setup/class_setupStep_Finish.inc:37 -#: ihtml/themes/default/copyPasteDialog.tpl:32 -#: ihtml/themes/modern/copyPasteDialog.tpl:30 -msgid "Finish" -msgstr "Opslaan" - -#: setup/class_setupStep_Finish.inc:38 +#: setup/class_setupStep_Finish.inc:39 +#: ihtml/themes/default/copyPasteDialog.tpl:30 +msgid "Finish" +msgstr "Opslaan" + +#: setup/class_setupStep_Finish.inc:40 #, fuzzy msgid "Write configuration file" msgstr "Configuratie bestand" -#: setup/class_setupStep_Finish.inc:39 +#: setup/class_setupStep_Finish.inc:41 #, fuzzy msgid "Finish - write the configuration file" msgstr "Configuratie bestand" -#: setup/class_setupStep_Finish.inc:104 +#: setup/class_setupStep_Finish.inc:106 #, fuzzy msgid "" "Your configuration file is currently world readable. Please update the file " "permissions!" msgstr "GOsa configuratie %s/gosa.conf is niet leesbaar. Geannuleerd." -#: setup/class_setupStep_Finish.inc:106 +#: setup/class_setupStep_Finish.inc:108 #, fuzzy msgid "The configuration is currently not readable or it does not exists." msgstr "GOsa configuratie %s/gosa.conf is niet leesbaar. Geannuleerd." -#: setup/class_setupStep_Finish.inc:115 +#: setup/class_setupStep_Finish.inc:117 #, fuzzy, php-format msgid "" "After downloading and placing the file under %s, please make sure that the " @@ -2191,125 +1377,84 @@ msgstr "" "geplaatst heeft. U wil misschien de volgende commando's uitvoeren om aan " "deze vereiste te voldoen: " -#: setup/class_setupStep_Config1.inc:74 setup/class_setupStep_Config1.inc:75 -#, fuzzy -msgid "GOsa settings 1/3" -msgstr "Gebruikersinstellingen" - -#: setup/class_setupStep_Config1.inc:76 -#, fuzzy -msgid "GOsa generic settings" -msgstr "Algemene wachtrij instellingen" - -#: setup/class_setupStep_Config1.inc:118 -#, fuzzy, php-format -msgid "The specified value for '%s' must be a numeric value" -msgstr "De sieve poort dient nummeriek te zijn." - -#: setup/class_setupStep_Config1.inc:122 setup/class_setupStep_Config1.inc:126 -#, php-format -msgid "Don't add a trailing comma to '%s'." +#: ihtml/themes/default/ldifViewer.tpl:1 +msgid "Raw LDAP entry" msgstr "" -#: setup/class_setupStep_Config1.inc:122 -msgid "People storage ou" -msgstr "OU voor gebruikers opslag" - -#: setup/class_setupStep_Config1.inc:126 -msgid "Group storage ou" -msgstr "OU voor groepen opslag" - -#: setup/class_setupStep_Config1.inc:130 -#, fuzzy -msgid "Uid base must be numeric" -msgstr "Timeout dient nummeriek te zijn" - -#: setup/class_setupStep_Config1.inc:134 -#, fuzzy -msgid "The given password minimum length is not numeric." -msgstr "De sieve poort dient nummeriek te zijn." - -#: setup/class_setupStep_Config1.inc:137 -#, fuzzy -msgid "The given password differ value is not numeric." -msgstr "De sieve poort dient nummeriek te zijn." - -#: ihtml/themes/default/acl.tpl:7 ihtml/themes/modern/acl.tpl:7 -#: plugins/admin/acl/acl_role.tpl:3 plugins/admin/acl/acl_role.tpl:4 +#: ihtml/themes/default/acl.tpl:7 plugins/admin/acl/acl_role.tpl:3 +#: plugins/admin/acl/acl_role.tpl:4 msgid "Assigned ACL for current entry" msgstr "" -#: ihtml/themes/default/acl.tpl:12 ihtml/themes/modern/acl.tpl:10 -#: plugins/admin/acl/acl_role.tpl:38 +#: ihtml/themes/default/acl.tpl:10 plugins/admin/acl/acl_role.tpl:38 #, fuzzy msgid "New ACL" msgstr "Nieuw" -#: ihtml/themes/default/acl.tpl:18 ihtml/themes/modern/acl.tpl:19 -#: plugins/admin/acl/acl_role.tpl:45 +#: ihtml/themes/default/acl.tpl:15 ihtml/themes/default/acl.tpl:16 +#: include/class_userFilter.inc:55 +msgid "Options" +msgstr "Opties" + +#: ihtml/themes/default/acl.tpl:19 plugins/admin/acl/acl_role.tpl:45 #, fuzzy msgid "ACL type" msgstr "type" -#: ihtml/themes/default/acl.tpl:20 ihtml/themes/default/acl.tpl:25 -#: ihtml/themes/modern/acl.tpl:23 ihtml/themes/modern/acl.tpl:28 +#: ihtml/themes/default/acl.tpl:23 ihtml/themes/default/acl.tpl:28 #: plugins/admin/acl/acl_role.tpl:45 #, fuzzy msgid "Select an acl type" msgstr "Selecteer een basis" -#: ihtml/themes/default/acl.tpl:38 ihtml/themes/modern/acl.tpl:40 +#: ihtml/themes/default/acl.tpl:40 #, fuzzy msgid "Additional filter options" msgstr "Programma instellingen" -#: ihtml/themes/default/acl.tpl:49 ihtml/themes/modern/acl.tpl:57 -msgid "Use members from" -msgstr "" +#: ihtml/themes/default/acl.tpl:53 ihtml/themes/default/acl.tpl:65 +#: include/class_acl.inc:1106 +msgid "Members" +msgstr "Groepsleden" -#: ihtml/themes/default/acl.tpl:64 -msgid "Available members" +#: ihtml/themes/default/acl.tpl:54 +#, fuzzy +msgid "Member selection" +msgstr "Groep instellingen" + +#: ihtml/themes/default/acl.tpl:57 +msgid "Use members from" msgstr "" -#: ihtml/themes/default/acl.tpl:66 ihtml/themes/default/acl.tpl:71 -#: ihtml/themes/modern/acl.tpl:69 ihtml/themes/modern/acl.tpl:74 +#: ihtml/themes/default/acl.tpl:69 ihtml/themes/default/acl.tpl:74 msgid "List message possible targets" msgstr "" -#: ihtml/themes/default/acl.tpl:87 ihtml/themes/modern/acl.tpl:53 -#: ihtml/themes/modern/acl.tpl:65 include/class_acl.inc:1104 -msgid "Members" -msgstr "Groepsleden" - -#: ihtml/themes/default/acl.tpl:89 ihtml/themes/default/acl.tpl:95 -#: ihtml/themes/modern/acl.tpl:92 ihtml/themes/modern/acl.tpl:98 +#: ihtml/themes/default/acl.tpl:92 ihtml/themes/default/acl.tpl:98 msgid "List message recipients" msgstr "" -#: ihtml/themes/default/acl.tpl:109 ihtml/themes/modern/acl.tpl:112 -#: plugins/admin/acl/acl_role.tpl:51 +#: ihtml/themes/default/acl.tpl:112 plugins/admin/acl/acl_role.tpl:51 #, fuzzy msgid "List of available ACL categories" msgstr "Lijst met beschikbare pakketten" -#: ihtml/themes/default/acl.tpl:117 ihtml/themes/modern/acl.tpl:120 +#: ihtml/themes/default/acl.tpl:120 #, fuzzy msgid "ACL for this object" msgstr "Zoeken naar iconv ondersteuning" -#: ihtml/themes/default/acl.tpl:123 ihtml/themes/modern/acl.tpl:126 +#: ihtml/themes/default/acl.tpl:126 #, fuzzy msgid "Available roles" msgstr "Beschikbare programma's" #: ihtml/themes/default/copyPasteDialog.tpl:1 -#: ihtml/themes/modern/copyPasteDialog.tpl:1 #, fuzzy msgid "Copy & paste wizard" msgstr "Kopieren & plakken wizard" #: ihtml/themes/default/copyPasteDialog.tpl:7 -#: ihtml/themes/modern/copyPasteDialog.tpl:7 msgid "" "Some values need to be unique in the complete directory while some " "combinations make no sense. GOsa shows the relevant attributes. Please " @@ -2320,104 +1465,74 @@ msgstr "" "waardes hieronder a.u.b. om aan deze vereisten te voldoen." #: ihtml/themes/default/copyPasteDialog.tpl:9 -#: ihtml/themes/modern/copyPasteDialog.tpl:9 msgid "Remember that some properties like taken snapshots will not be copied!" msgstr "" #: ihtml/themes/default/copyPasteDialog.tpl:10 -#: ihtml/themes/modern/copyPasteDialog.tpl:10 msgid "" "Or if you copy or cut an entry within GOsa and delete the source object, you " "may get errors while pasting this object again!" msgstr "" #: ihtml/themes/default/copyPasteDialog.tpl:19 -#: ihtml/themes/modern/copyPasteDialog.tpl:19 -#: include/utils/class_msgPool.inc:330 +#: include/utils/class_msgPool.inc:313 #, php-format msgid "Save" msgstr "Opslaan" -#: ihtml/themes/default/copyPasteDialog.tpl:24 -#: ihtml/themes/modern/copyPasteDialog.tpl:23 +#: ihtml/themes/default/copyPasteDialog.tpl:23 #, fuzzy msgid "Cancel all" msgstr "Annuleren" -#: ihtml/themes/default/copyPasteDialog.tpl:30 -#: ihtml/themes/modern/copyPasteDialog.tpl:28 +#: ihtml/themes/default/copyPasteDialog.tpl:28 msgid "Operation complete" msgstr "Bewerking afgerond" #: ihtml/themes/default/logout-close.tpl:5 -#: ihtml/themes/modern/logout-close.tpl:5 #, fuzzy msgid "Your GOsa session has been closed!" msgstr "Uw GOsa sessie is verlopen!" #: ihtml/themes/default/logout-close.tpl:7 -#: ihtml/themes/modern/logout-close.tpl:7 msgid "" "Please close this browser window and clean the authentication caches to " "avoid an automatic re-authentication by your browser." msgstr "" -#: ihtml/themes/default/login.tpl:10 -msgid "GOsa login screen" -msgstr "" - -#: ihtml/themes/default/login.tpl:27 -#, fuzzy -msgid "Login screen" -msgstr "Log DB gebruiker" - -#: ihtml/themes/default/login.tpl:34 +#: ihtml/themes/default/login.tpl:31 #, fuzzy -msgid "" -"Please use your username and your password to log into the site " -"administration system." -msgstr "Voer uw gebruikersnaam en wachtwoord in" +msgid "Login to GOsa" +msgstr "Welkom bij het GOsa installatie programma!" -#: ihtml/themes/default/login.tpl:42 ihtml/themes/default/login.tpl:44 -#: ihtml/themes/default/password.tpl:69 ihtml/themes/default/password.tpl:71 -#: ihtml/themes/modern/login.tpl:37 ihtml/themes/modern/login.tpl:40 +#: ihtml/themes/default/login.tpl:37 ihtml/themes/default/login.tpl:40 msgid "Username" msgstr "Gebruikersnaam" -#: ihtml/themes/default/login.tpl:52 ihtml/themes/default/login.tpl:53 -#: ihtml/themes/default/password.tpl:60 ihtml/themes/default/password.tpl:62 -#: ihtml/themes/modern/login.tpl:62 -msgid "Directory" -msgstr "Directory" - -#: ihtml/themes/default/login.tpl:77 ihtml/themes/default/login.tpl:80 -#: ihtml/themes/modern/login.tpl:31 ihtml/themes/modern/login.tpl:67 -#: ihtml/themes/modern/login.tpl:68 -msgid "Sign in" -msgstr "Inloggen" +#: ihtml/themes/default/login.tpl:61 +msgid "Choose the directory to work on" +msgstr "" -#: ihtml/themes/default/login.tpl:78 ihtml/themes/modern/login.tpl:67 +#: ihtml/themes/default/login.tpl:66 msgid "Click here to log in" msgstr "Klik hier om in te loggen" -#: ihtml/themes/default/remove.tpl:6 -msgid "" -"This may be used by several groups. Please double check if your really want " -"to do this since there is no way for GOsa to get your data back." -msgstr "" -"Dit kan gebruikt worden door meerdere groepen. Verzeker uzelf ervan dat dit " -"is wat u wil, aangezien er geen mogelijkheid voor GOsa is om uw date terug " -"te halen." +#: ihtml/themes/default/login.tpl:66 ihtml/themes/default/login.tpl:67 +#, fuzzy +msgid "Log in" +msgstr "Inlognaam" -#: ihtml/themes/default/remove.tpl:9 -msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." -msgstr "" -"Indien u zeker bent drukt u dan 'Verwijderen' om door te gaan of 'Annuleren' " -"om te annuleren." +#: ihtml/themes/default/userFilter.tpl:1 +#, fuzzy +msgid "List of defined filters" +msgstr "Configuratie bestand" + +#: ihtml/themes/default/framework.tpl:9 +#, fuzzy +msgid "Log out" +msgstr "Uitloggen" -#: ihtml/themes/default/framework.tpl:8 ihtml/themes/default/framework.tpl:11 -#: ihtml/themes/default/framework.tpl:20 ihtml/themes/default/framework.tpl:24 -#: ihtml/themes/modern/framework.tpl:10 include/class_pluglist.inc:229 +#: ihtml/themes/default/framework.tpl:10 msgid "" "You are currently editing a database entry. Do you want to dismiss the " "changes?" @@ -2425,39 +1540,24 @@ msgstr "" "U bent momenteel database gegevens aan het bewerken. Wilt u eventuele " "wijzigingen ongedaan maken?" -#: ihtml/themes/default/framework.tpl:8 ihtml/themes/default/framework.tpl:11 -msgid "Main" -msgstr "Hoofdmenu" - -#: ihtml/themes/default/framework.tpl:16 -msgid "Help" -msgstr "Help" - -#: ihtml/themes/default/framework.tpl:21 ihtml/themes/default/framework.tpl:25 -msgid "Sign out" -msgstr "Uitloggen" - -#: ihtml/themes/default/framework.tpl:29 -msgid "Signed in:" -msgstr "Aangemeld:" - -#: ihtml/themes/default/framework.tpl:32 -msgid "GOsa main menu" -msgstr "" +#: ihtml/themes/default/framework.tpl:22 +#, fuzzy, php-format +msgid "Session expires in %d!" +msgstr "De sessie zal niet versleuteld zijn." -#: ihtml/themes/default/help.tpl:9 ihtml/themes/modern/help.tpl:9 +#: ihtml/themes/default/help.tpl:9 msgid "GOsa help viewer" msgstr "GOsa help" -#: ihtml/themes/default/help.tpl:15 ihtml/themes/modern/help.tpl:15 +#: ihtml/themes/default/help.tpl:15 msgid "Index" msgstr "Index" -#: ihtml/themes/default/islocked.tpl:2 ihtml/themes/modern/islocked.tpl:4 +#: ihtml/themes/default/islocked.tpl:4 msgid "Locking conflict detected" msgstr "Er is een blokkade conflict gedetecteerd" -#: ihtml/themes/default/islocked.tpl:9 ihtml/themes/modern/islocked.tpl:14 +#: ihtml/themes/default/islocked.tpl:14 #, fuzzy msgid "" "If this lock detection is false, the other person has obviously closed the " @@ -2468,95 +1568,23 @@ msgstr "" "webbrowser afgesloten tijdens de bewerking. U kunt de blokkade in dit geval " "overnemen door de Alsnog bewerken knop te gebruiken." -#: ihtml/themes/default/islocked.tpl:16 ihtml/themes/modern/islocked.tpl:23 +#: ihtml/themes/default/islocked.tpl:23 #, fuzzy msgid "Read only" msgstr "Lijst herladen" -#: ihtml/themes/default/password.tpl:6 -#, fuzzy -msgid "Change your password" -msgstr "Verander wachtwoord" - -#: ihtml/themes/default/password.tpl:35 -#, fuzzy -msgid "Success" -msgstr "Export was succesvol" - -#: ihtml/themes/default/password.tpl:35 -msgid "Your password has been changed successfully." -msgstr "" - -#: ihtml/themes/default/password.tpl:41 -#: plugins/personal/password/class_password.inc:78 -#: plugins/personal/password/class_password.inc:81 -#: plugins/personal/password/class_password.inc:84 -#: plugins/personal/password/class_password.inc:87 -#: plugins/personal/password/class_password.inc:90 -#: plugins/personal/password/class_password.inc:93 -#: plugins/personal/password/class_password.inc:107 -#: plugins/personal/password/class_password.inc:113 -#: plugins/admin/users/class_userManagement.inc:277 html/main.php:341 -#, fuzzy -msgid "Password change" -msgstr "Het veranderen van het wachtwoord is niet toegestaan" - -#: ihtml/themes/default/password.tpl:53 -msgid "" -"This dialog provides a simple way to change your password. Enter the current " -"password and the new password (twice) in the fields below and press the " -"'Change' button." -msgstr "" - -#: ihtml/themes/default/password.tpl:78 ihtml/themes/default/password.tpl:79 -#: plugins/personal/password/password.tpl:13 html/password.php:243 -msgid "Current password" -msgstr "Huidig wachtwoord" - -#: ihtml/themes/default/password.tpl:82 ihtml/themes/default/password.tpl:83 -#: plugins/personal/password/password.tpl:18 -#: plugins/personal/generic/password.tpl:7 -#: plugins/personal/myaccount/main.inc:97 plugins/admin/users/password.tpl:13 -#: plugins/admin/users/class_userManagement.inc:250 html/password.php:220 -msgid "New password" -msgstr "Nieuw wachtwoord" - -#: ihtml/themes/default/password.tpl:86 ihtml/themes/default/password.tpl:87 -#, fuzzy -msgid "New password repeated" -msgstr "Nieuw wachtwoord" - -#: ihtml/themes/default/password.tpl:90 -#: plugins/personal/password/password.tpl:28 -#, fuzzy -msgid "Password strength" -msgstr "Wachtwoord encryptie" - -#: ihtml/themes/default/password.tpl:101 -#, fuzzy -msgid "Change" -msgstr "Kanaal" - -#: ihtml/themes/default/password.tpl:102 -#, fuzzy -msgid "Click here to change your password" -msgstr "Klik hier om uw wachtwoord te veranderen." - #: ihtml/themes/default/snapshotdialog.tpl:3 -#: ihtml/themes/modern/snapshotdialog.tpl:3 #, fuzzy msgid "Restoring object snapshots" msgstr "Nieuwe objectgroep aanmaken" #: ihtml/themes/default/snapshotdialog.tpl:6 -#: ihtml/themes/modern/snapshotdialog.tpl:6 msgid "" "This procedure will restore a snapshot of the selected object. It will " "replace the existing object after pressing the restore button." msgstr "" #: ihtml/themes/default/snapshotdialog.tpl:9 -#: ihtml/themes/modern/snapshotdialog.tpl:9 msgid "" "Remember that DNS configuration and database entries could not be restored. " "For some objects it is only nescessary to open and save them again (goFon), " @@ -2564,75 +1592,64 @@ msgid "" msgstr "" #: ihtml/themes/default/snapshotdialog.tpl:12 -#: ihtml/themes/modern/snapshotdialog.tpl:12 msgid "" "Don't forget to check references to other objects, for example does the " "selected printer still exists ?" msgstr "" #: ihtml/themes/default/snapshotdialog.tpl:20 -#: ihtml/themes/default/snapshotdialog.tpl:62 -#: ihtml/themes/modern/snapshotdialog.tpl:20 -#: ihtml/themes/modern/snapshotdialog.tpl:63 -#: plugins/admin/departments/class_department.inc:624 -#: include/utils/class_msgPool.inc:475 include/class_acl.inc:797 -#: include/class_acl.inc:804 include/class_acl.inc:811 +#: ihtml/themes/default/snapshotdialog.tpl:63 +#: plugins/admin/departments/class_department.inc:626 +#: include/utils/class_msgPool.inc:458 include/class_acl.inc:795 +#: include/class_acl.inc:802 include/class_acl.inc:809 msgid "Object" msgstr "Object" #: ihtml/themes/default/snapshotdialog.tpl:29 -#: ihtml/themes/modern/snapshotdialog.tpl:29 #, fuzzy msgid "There is no snapshot available that could be restored" msgstr "" "Er is geen MySQL extensie beschikbaar. Controleer uw PHP installatie a.u.b." #: ihtml/themes/default/snapshotdialog.tpl:31 -#: ihtml/themes/modern/snapshotdialog.tpl:31 msgid "Choose a snapshot and click the folder image, to restore the snapshot" msgstr "" -#: ihtml/themes/default/snapshotdialog.tpl:49 -#: ihtml/themes/modern/snapshotdialog.tpl:50 +#: ihtml/themes/default/snapshotdialog.tpl:50 #, fuzzy msgid "Creating object snapshots" msgstr "Nieuwe objectgroep aanmaken" -#: ihtml/themes/default/snapshotdialog.tpl:52 -#: ihtml/themes/modern/snapshotdialog.tpl:53 +#: ihtml/themes/default/snapshotdialog.tpl:53 msgid "" "This procedure will create a snapshot of the selected object. It will be " "stored inside a special branch of your directory system and can be restored " "later on." msgstr "" -#: ihtml/themes/default/snapshotdialog.tpl:55 -#: ihtml/themes/modern/snapshotdialog.tpl:56 +#: ihtml/themes/default/snapshotdialog.tpl:56 msgid "" "Remember that database entries, DNS configurations and possibly created " "zones in server extensions will not be stored in the snapshot." msgstr "" -#: ihtml/themes/default/snapshotdialog.tpl:70 -#: ihtml/themes/modern/snapshotdialog.tpl:71 +#: ihtml/themes/default/snapshotdialog.tpl:71 #, fuzzy msgid "Timestamp" msgstr "Timeout" -#: ihtml/themes/default/snapshotdialog.tpl:79 -#: ihtml/themes/modern/snapshotdialog.tpl:80 +#: ihtml/themes/default/snapshotdialog.tpl:80 msgid "Reason for generating this snapshot" msgstr "" -#: ihtml/themes/default/snapshotdialog.tpl:87 -#: ihtml/themes/modern/snapshotdialog.tpl:88 +#: ihtml/themes/default/snapshotdialog.tpl:88 #: plugins/admin/users/template.tpl:49 -#: plugins/admin/departments/class_department.inc:564 -#: plugins/admin/departments/class_department.inc:646 +#: plugins/admin/departments/class_department.inc:566 +#: plugins/admin/departments/class_department.inc:648 msgid "Continue" msgstr "Doorgaan" -#: ihtml/themes/default/sizelimit.tpl:3 ihtml/themes/modern/sizelimit.tpl:3 +#: ihtml/themes/default/sizelimit.tpl:3 msgid "" "The size limit option makes LDAP operations faster and saves the LDAP server " "from getting too much load. The easiest way to handle big databases without " @@ -2644,15 +1661,15 @@ msgstr "" "databases te werken zonder lange timeouts is door zoekopdrachten in grootte " "te beperken en door filters te gebruiken voor de informatie die u zoekt." -#: ihtml/themes/default/sizelimit.tpl:6 ihtml/themes/modern/sizelimit.tpl:8 +#: ihtml/themes/default/sizelimit.tpl:8 msgid "Please choose the way to react for this session" msgstr "Kies a.u.b. de manier waarop gereageerd moet worden voor deze sessie" -#: ihtml/themes/default/sizelimit.tpl:9 ihtml/themes/modern/sizelimit.tpl:10 +#: ihtml/themes/default/sizelimit.tpl:10 msgid "ignore this error and show all entries the LDAP server returns" msgstr "Negeer deze fout en toon alle gegevens die de LDAP server teruggeeft" -#: ihtml/themes/default/sizelimit.tpl:10 ihtml/themes/modern/sizelimit.tpl:11 +#: ihtml/themes/default/sizelimit.tpl:11 msgid "" "ignore this error and show all entries that fit into the defined sizelimit " "and let me use filters instead" @@ -2660,51 +1677,18 @@ msgstr "" "Negeer deze fout en toon alle gegevens die passen binnen de gedefiniëerde " "grootte limiet en laat me daarvoor in de plaats filters gebruiken" -#: ihtml/themes/default/sizelimit.tpl:14 ihtml/themes/modern/sizelimit.tpl:16 -#: include/utils/class_msgPool.inc:348 +#: ihtml/themes/default/sizelimit.tpl:16 include/utils/class_msgPool.inc:331 #, php-format msgid "Set" msgstr "Stel in" -#: ihtml/themes/default/logout.tpl:5 ihtml/themes/modern/logout.tpl:6 -msgid "Your GOsa session has expired!" -msgstr "Uw GOsa sessie is verlopen!" - -#: ihtml/themes/default/logout.tpl:7 ihtml/themes/modern/logout.tpl:9 -msgid "" -"The last interaction with the GOsa web interface has been some time ago in " -"the past. For security reasons, the session has been closed. To continue " -"with administrative tasks, please sign in again." -msgstr "" -"Uw laatste interactie met de GOsa webinterface is enige tijd geleden. Uit " -"veiligheidsoverwegingen is de sessie gesloten. Om door te gaan met " -"administratieve taken, dient u opnieuw in te loggen." - -#: ihtml/themes/default/logout.tpl:10 ihtml/themes/modern/logout.tpl:15 -msgid "Sign in again" -msgstr "Opnieuw inloggen" - -#: ihtml/themes/modern/acl.tpl:15 ihtml/themes/modern/acl.tpl:16 -#: include/class_userFilter.inc:55 -msgid "Options" -msgstr "Opties" - -#: ihtml/themes/modern/acl.tpl:54 -#, fuzzy -msgid "Member selection" -msgstr "Groep instellingen" - -#: ihtml/themes/modern/userFilter.tpl:1 -#, fuzzy -msgid "List of defined filters" -msgstr "Configuratie bestand" - -#: ihtml/themes/modern/removeEntries.tpl:4 +#: ihtml/themes/default/removeEntries.tpl:4 +#: plugins/addons/propertyEditor/property-list.tpl:7 #, fuzzy msgid "Attention" msgstr "Nagios authenticatie" -#: ihtml/themes/modern/removeEntries.tpl:14 +#: ihtml/themes/default/removeEntries.tpl:14 #, fuzzy msgid "" "If you're sure you want to do this press 'Delete' to continue or 'Cancel' to " @@ -2713,36 +1697,60 @@ msgstr "" "Indien u zeker bent drukt u dan 'Verwijderen' om door te gaan of 'Annuleren' " "om te annuleren." -#: ihtml/themes/modern/msg_dialog.tpl:55 -#: ihtml/themes/modern/msg_dialog.tpl:103 +#: ihtml/themes/default/logout.tpl:6 +msgid "Your GOsa session has expired!" +msgstr "Uw GOsa sessie is verlopen!" + +#: ihtml/themes/default/logout.tpl:9 +#, fuzzy +msgid "" +"It has been a while since your last interaction with GOsa took place. Your " +"session has been closed for security reasons. Please login again to continue " +"with administrative tasks." +msgstr "" +"Uw laatste interactie met de GOsa webinterface is enige tijd geleden. Uit " +"veiligheidsoverwegingen is de sessie gesloten. Om door te gaan met " +"administratieve taken, dient u opnieuw in te loggen." + +#: ihtml/themes/default/logout.tpl:16 +#, fuzzy +msgid "Login again" +msgstr "Opnieuw inloggen" + +#: ihtml/themes/default/msg_dialog.tpl:55 +#: ihtml/themes/default/msg_dialog.tpl:103 msgid "Error message title" msgstr "" -#: ihtml/themes/modern/msg_dialog.tpl:66 -#: ihtml/themes/modern/msg_dialog.tpl:115 +#: ihtml/themes/default/msg_dialog.tpl:66 +#: ihtml/themes/default/msg_dialog.tpl:115 #, fuzzy msgid "Error message" msgstr "Bericht in wachtstand plaatsen" -#: ihtml/themes/modern/userFilterEditor.tpl:1 -#: ihtml/themes/modern/userFilterEditor.tpl:5 +#: ihtml/themes/default/userFilterEditor.tpl:1 +#: ihtml/themes/default/userFilterEditor.tpl:5 #, fuzzy msgid "Filter editor" msgstr "Terminal server" -#: ihtml/themes/modern/userFilterEditor.tpl:8 +#: ihtml/themes/default/userFilterEditor.tpl:8 #, fuzzy msgid "Filter properties" msgstr "Bewerk algemene eigenschappen" -#: ihtml/themes/modern/userFilterEditor.tpl:19 -#: plugins/generic/references/contents.tpl:12 +#: ihtml/themes/default/userFilterEditor.tpl:19 +#: plugins/generic/references/class_reference.inc:57 +#: plugins/generic/references/class_reference.inc:63 +#: plugins/generic/references/class_reference.inc:69 +#: plugins/generic/references/class_reference.inc:75 +#: plugins/generic/references/class_reference.inc:81 #: plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc:45 #: plugins/personal/posix/groupSelect/group-list.xml:40 #: plugins/personal/posix/trustSelect/trust-list.xml:53 #: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:57 #: plugins/admin/groups/generic.tpl:24 -#: plugins/admin/groups/class_group.inc:1022 +#: plugins/admin/groups/class_group.inc:1038 #: plugins/admin/groups/group-list.xml:49 #: plugins/admin/departments/class_domain.inc:63 #: plugins/admin/departments/class_domain.inc:91 @@ -2752,8 +1760,8 @@ msgstr "Bewerk algemene eigenschappen" #: plugins/admin/departments/class_localityGeneric.inc:64 #: plugins/admin/departments/class_localityGeneric.inc:92 #: plugins/admin/departments/locality.tpl:19 -#: plugins/admin/departments/class_department.inc:365 -#: plugins/admin/departments/class_department.inc:669 +#: plugins/admin/departments/class_department.inc:367 +#: plugins/admin/departments/class_department.inc:677 #: plugins/admin/departments/dcObject.tpl:19 #: plugins/admin/departments/domain.tpl:19 #: plugins/admin/departments/country.tpl:19 @@ -2764,156 +1772,235 @@ msgstr "Bewerk algemene eigenschappen" #: plugins/admin/departments/class_dcObject.inc:63 #: plugins/admin/departments/class_dcObject.inc:91 #: plugins/admin/acl/acl_role.tpl:17 plugins/admin/acl/acl-list.xml:57 -#: plugins/admin/acl/class_aclRole.inc:165 -#: plugins/admin/acl/class_aclRole.inc:726 +#: plugins/admin/acl/class_aclRole.inc:163 +#: plugins/admin/acl/class_aclRole.inc:740 #: plugins/admin/ogroups/generic.tpl:15 #: plugins/admin/ogroups/objectSelect/selectObject-list.xml:105 -#: plugins/admin/ogroups/class_ogroup.inc:851 +#: plugins/admin/ogroups/class_ogroup.inc:835 #: plugins/admin/ogroups/ogroup-list.xml:49 -#: include/class_userFilterEditor.inc:242 include/class_acl.inc:253 -#: include/class_acl.inc:263 include/class_SnapShotDialog.inc:177 +#: include/class_userFilterEditor.inc:242 include/class_acl.inc:252 +#: include/class_acl.inc:262 include/class_SnapShotDialog.inc:173 #: include/class_userFilter.inc:55 msgid "Description" msgstr "Omschrijving" -#: ihtml/themes/modern/userFilterEditor.tpl:27 include/class_userFilter.inc:55 +#: ihtml/themes/default/userFilterEditor.tpl:27 +#: include/class_userFilter.inc:55 #, fuzzy msgid "Parent filter" msgstr "Parameters" -#: ihtml/themes/modern/userFilterEditor.tpl:40 +#: ihtml/themes/default/userFilterEditor.tpl:40 #: plugins/personal/generic/generic.tpl:607 -#: plugins/personal/generic/class_user.inc:1663 +#: plugins/personal/generic/class_user.inc:1675 msgid "Public visible" msgstr "Publiek zichtbaar" -#: ihtml/themes/modern/userFilterEditor.tpl:49 +#: ihtml/themes/default/userFilterEditor.tpl:45 +#, fuzzy +msgid "Enabled" +msgstr "gedeactiveerd" + +#: ihtml/themes/default/userFilterEditor.tpl:49 msgid "Categories where the filter is visible" msgstr "" -#: ihtml/themes/modern/userFilterEditor.tpl:69 +#: ihtml/themes/default/userFilterEditor.tpl:69 #, fuzzy msgid "Query" msgstr "gebruikers" -#: plugins/generic/references/class_reference.inc:43 -#: plugins/personal/posix/class_posixAccount.inc:37 -msgid "UNIX" -msgstr "Unix" - -#: plugins/generic/references/class_reference.inc:45 -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:72 -#: plugins/admin/users/class_userManagement.inc:762 -#: plugins/admin/groups/class_groupManagement.inc:165 -#: plugins/admin/ogroups/tabs_ogroups.inc:148 -msgid "Mail" -msgstr "E-mail" - -#: plugins/generic/references/class_reference.inc:47 -#: plugins/generic/references/class_reference.inc:49 -#: plugins/personal/posix/class_posixAccount.inc:294 -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:80 -#: plugins/admin/users/class_userManagement.inc:767 -#: plugins/admin/groups/class_groupManagement.inc:173 -msgid "Samba" -msgstr "Samba" +#: plugins/generic/references/class_reference.inc:58 +#: plugins/generic/references/class_reference.inc:64 +#: plugins/personal/posix/generic.tpl:89 +#: plugins/personal/posix/paste_generic.tpl:54 +#: plugins/personal/posix/paste_generic.tpl:57 +msgid "Group membership" +msgstr "Groep lidmaatschap" -#: plugins/generic/references/class_reference.inc:51 -#: plugins/admin/users/class_userManagement.inc:779 -msgid "FAX" -msgstr "Fax" +#: plugins/generic/references/class_reference.inc:70 +#, fuzzy +msgid "Role membership" +msgstr "Groep lidmaatschap" -#: plugins/generic/references/class_reference.inc:53 -msgid "Proxy" -msgstr "Proxy" +#: plugins/generic/references/class_reference.inc:76 +#, fuzzy +msgid "Object group membership" +msgstr "Objectgroep" -#: plugins/generic/references/class_reference.inc:55 -msgid "FTP" -msgstr "Ftp" +#: plugins/generic/references/class_reference.inc:82 +#, fuzzy +msgid "Department manager" +msgstr "Afdeling beheer" -#: plugins/generic/references/class_reference.inc:57 -#: plugins/personal/posix/groupSelect/group-list.xml:13 -#: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:23 -#: plugins/admin/groups/group-list.xml:15 -#: plugins/admin/groups/group-list.xml:79 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:71 -#: plugins/admin/ogroups/class_ogroupManagement.inc:184 -#: plugins/admin/ogroups/ogroup-list.xml:79 -msgid "Group" -msgstr "Groep" +#: plugins/generic/references/class_reference.inc:87 +#: plugins/personal/generic/class_user.inc:1341 +#: plugins/personal/generic/class_user.inc:1388 +#: plugins/personal/generic/class_user.inc:1715 +#: plugins/personal/generic/class_user.inc:1869 +#: plugins/admin/users/class_userManagement.inc:426 +#: plugins/admin/users/user-list.xml:57 +#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:40 +#: plugins/admin/groups/userSelect/user-list.xml:40 +#: plugins/admin/groups/class_group.inc:210 +#: plugins/admin/groups/class_group.inc:1170 +#: plugins/admin/groups/class_group.inc:1180 +msgid "Given name" +msgstr "Naam" -#: plugins/generic/references/class_reference.inc:59 -#: plugins/personal/generic/generic.tpl:309 -#: plugins/personal/generic/class_user.inc:1699 -#: plugins/admin/departments/dep-list.xml:55 -#: plugins/admin/departments/dep-list.xml:71 -#: plugins/admin/departments/dep-list.xml:138 -#: plugins/admin/departments/class_departmentManagement.inc:250 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:15 -#: plugins/admin/ogroups/class_ogroupManagement.inc:186 -msgid "Department" -msgstr "Afdeling" +#: plugins/generic/references/class_reference.inc:87 +#: plugins/personal/generic/class_user.inc:1714 +#: plugins/admin/users/user-list.xml:49 +#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:48 +#: plugins/admin/groups/userSelect/user-list.xml:48 +msgid "Surname" +msgstr "Achternaam" -#: plugins/generic/references/class_reference.inc:61 -#: plugins/personal/generic/generic.tpl:397 -#: plugins/personal/generic/generic.tpl:577 -#: plugins/personal/generic/class_user.inc:1371 -#: plugins/personal/generic/class_user.inc:1823 -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:88 -#: plugins/admin/users/class_userManagement.inc:783 -#: plugins/admin/groups/class_groupManagement.inc:181 -#: plugins/admin/departments/generic.tpl:110 -#: plugins/admin/departments/organization.tpl:109 -#: plugins/admin/departments/class_department.inc:376 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:55 -#: plugins/admin/ogroups/class_ogroupManagement.inc:188 -msgid "Phone" -msgstr "Telefoon" +#: plugins/generic/references/class_reference.inc:88 +#, fuzzy +msgid "User manager" +msgstr "Gebruikersnaam" -#: plugins/generic/references/class_reference.inc:63 -#: plugins/admin/ogroups/class_ogroupManagement.inc:185 -msgid "Application" -msgstr "Programma" +#: plugins/generic/references/contents.tpl:2 +#, fuzzy +msgid "Object information" +msgstr "Persoonlijke informatie" -#: plugins/generic/references/class_reference.inc:67 -msgid "Thin Client" -msgstr "Thin Client" +#: plugins/generic/references/contents.tpl:3 +#, fuzzy +msgid "Object info" +msgstr "Objectnaam" -#: plugins/generic/references/class_reference.inc:69 -#: plugins/personal/posix/trustSelect/trust-list.xml:19 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:31 -#: plugins/admin/ogroups/class_ogroupManagement.inc:189 -msgid "Workstation" -msgstr "Werkstation" +#: plugins/generic/references/contents.tpl:7 +#, fuzzy +msgid "Show raw object entry" +msgstr "Objectgroepen" -#: plugins/generic/references/class_reference.inc:71 -#: plugins/admin/ogroups/generic.tpl:1 -#: plugins/admin/ogroups/ogroup-list.xml:15 -msgid "Object group" -msgstr "Objectgroep" +#: plugins/generic/references/contents.tpl:18 +#: plugins/generic/references/contents.tpl:20 +#, fuzzy +msgid "Last modification" +msgstr "Beroep" -#: plugins/generic/references/class_reference.inc:73 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:47 -#: plugins/admin/ogroups/class_ogroupManagement.inc:192 -msgid "Printer" -msgstr "Printer" +#: plugins/generic/references/contents.tpl:18 +#: plugins/admin/groups/class_group.inc:329 +#: plugins/admin/groups/class_group.inc:350 +#: plugins/admin/groups/class_group.inc:367 +#: plugins/admin/departments/class_department.inc:154 +#: include/class_pluglist.inc:373 +msgid "Unknown" +msgstr "Onbekend" -#: plugins/generic/references/contents.tpl:2 +#: plugins/generic/references/contents.tpl:29 #, fuzzy msgid "Object references" msgstr "Referenties" -#: plugins/generic/references/contents.tpl:12 -msgid "Object name" -msgstr "Objectnaam" +#: plugins/generic/references/contents.tpl:45 +#, fuzzy +msgid "ACL trace" +msgstr "type" + +#: plugins/generic/references/class_aclResolver.inc:62 +#: include/class_acl.inc:226 +msgid "Reset ACLs" +msgstr "" + +#: plugins/generic/references/class_aclResolver.inc:63 +#: plugins/admin/acl/class_aclRole.inc:136 include/class_acl.inc:227 +#, fuzzy +msgid "One level" +msgstr "Log prioriteit" + +#: plugins/generic/references/class_aclResolver.inc:64 +#: plugins/admin/acl/class_aclRole.inc:137 include/class_acl.inc:228 +#: include/class_acl.inc:233 +#, fuzzy +msgid "Current object" +msgstr "Nieuw FAI object aanmaken" + +#: plugins/generic/references/class_aclResolver.inc:65 +#: plugins/admin/acl/class_aclRole.inc:138 include/class_acl.inc:229 +#, fuzzy +msgid "Complete subtree" +msgstr "Subonderdelen negeren" + +#: plugins/generic/references/class_aclResolver.inc:66 +#: plugins/admin/acl/class_aclRole.inc:139 include/class_acl.inc:230 +msgid "Complete subtree (permanent)" +msgstr "" + +#: plugins/generic/references/class_aclResolver.inc:67 +#: include/class_acl.inc:231 include/class_acl.inc:234 +msgid "Use ACL defined in role" +msgstr "" + +#: plugins/generic/references/class_aclResolver.inc:131 +msgid "Enter another user name" +msgstr "" + +#: plugins/generic/references/class_aclResolver.inc:157 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:126 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:128 +#: plugins/addons/dyngroup/dyngroup.tpl:8 +#, fuzzy +msgid "Filter" +msgstr "Filters" + +#: plugins/generic/references/class_aclResolver.inc:181 +#, fuzzy +msgid "Acls" +msgstr "Alle" + +#: plugins/generic/references/class_aclResolver.inc:186 +#, php-format +msgid "List of effective ACLs for '%s'" +msgstr "" + +#: plugins/generic/references/class_aclResolver.inc:187 +#: plugins/generic/references/class_aclResolver.inc:191 +#, fuzzy +msgid "Object permissions" +msgstr "Groep instellingen" + +#: plugins/generic/references/class_aclResolver.inc:291 +#: include/class_core.inc:113 include/class_core.inc:119 +#, fuzzy +msgid "All" +msgstr "Alle" + +#: plugins/generic/references/class_aclResolver.inc:295 +#: include/class_acl.inc:819 +#, fuzzy +msgid "Grant permission to owner" +msgstr "Kan bestand '%s' niet aanmaken." + +#: plugins/generic/references/class_aclResolver.inc:297 +#: include/class_acl.inc:823 include/class_acl.inc:928 +#: include/class_acl.inc:932 +msgid "read" +msgstr "alleen lezen" + +#: plugins/generic/references/class_aclResolver.inc:298 +#: include/class_acl.inc:824 include/class_acl.inc:930 +#: include/class_acl.inc:933 +msgid "write" +msgstr "afleveren, lezen & schrijven" -#: plugins/generic/references/contents.tpl:12 -msgid "Contents" -msgstr "Inhoud" +#: plugins/generic/references/class_aclResolver.inc:299 +#, fuzzy +msgid "create" +msgstr "Aanmaken" + +#: plugins/generic/references/class_aclResolver.inc:300 +#, fuzzy +msgid "remove" +msgstr "Verwijderen" -#: plugins/generic/references/contents.tpl:19 -msgid "This object has no relationship to other objects." -msgstr "Dit object heeft geen relatie met andere objecten." +#: plugins/generic/references/class_aclResolver.inc:301 +#, fuzzy +msgid "move" +msgstr "Verwijderen" #: plugins/generic/welcome/main.inc:26 #, php-format @@ -2951,29 +2038,38 @@ msgstr "" "veranderingen worden direct doorgevoerd. Onthoud het nieuwe wachtwoord a.u." "b. aangezien u niet in zult kunnen loggen zonder dit wachtwoord." -#: plugins/personal/password/password.tpl:8 plugins/admin/users/password.tpl:8 -msgid "" -"Changing the password affects your authentification on mail, proxy, samba " -"and unix services." -msgstr "" -"Het veranderen van het wachtwoord is van invloed op E-mail, proxy, samba en " -"Unix diensten." - -#: plugins/personal/password/password.tpl:11 -#: plugins/personal/generic/password.tpl:5 +#: plugins/personal/password/password.tpl:7 +#: plugins/personal/myaccount/password.tpl:5 #, fuzzy msgid "Password change dialog" msgstr "Het veranderen van het wachtwoord is niet toegestaan" -#: plugins/personal/password/password.tpl:23 -#: plugins/personal/generic/password.tpl:11 -#: plugins/admin/users/password.tpl:17 +#: plugins/personal/password/password.tpl:9 html/password.php:245 +msgid "Current password" +msgstr "Huidig wachtwoord" + +#: plugins/personal/password/password.tpl:15 +#: plugins/personal/myaccount/main.inc:110 +#: plugins/personal/myaccount/password.tpl:7 +#: plugins/admin/users/password.tpl:9 +#: plugins/admin/users/class_userManagement.inc:250 html/password.php:219 +msgid "New password" +msgstr "Nieuw wachtwoord" + +#: plugins/personal/password/password.tpl:22 +#: plugins/personal/myaccount/password.tpl:12 +#: plugins/admin/users/password.tpl:16 msgid "Repeat new password" msgstr "Herhaal het nieuwe wachtwoord" +#: plugins/personal/password/password.tpl:28 +#, fuzzy +msgid "Password strength" +msgstr "Wachtwoord encryptie" + #: plugins/personal/password/password.tpl:40 -#: plugins/personal/generic/password.tpl:19 -#: plugins/admin/users/password.tpl:32 +#: plugins/personal/myaccount/password.tpl:22 +#: plugins/admin/users/password.tpl:34 msgid "Set password" msgstr "Wachtwoord instellen" @@ -2981,18 +2077,37 @@ msgstr "Wachtwoord instellen" msgid "Clear fields" msgstr "Wis velden" -#: plugins/personal/password/class_password.inc:27 -#, fuzzy -msgid "Change user password" +#: plugins/personal/password/class_password.inc:26 +#: plugins/admin/users/user-list.xml:128 plugins/admin/users/user-list.xml:230 +msgid "Change password" +msgstr "Verander wachtwoord" + +#: plugins/personal/password/class_password.inc:27 +#, fuzzy +msgid "Change user password" msgstr "Verander wachtwoord" +#: plugins/personal/password/class_password.inc:78 +#: plugins/personal/password/class_password.inc:81 +#: plugins/personal/password/class_password.inc:84 +#: plugins/personal/password/class_password.inc:87 +#: plugins/personal/password/class_password.inc:90 +#: plugins/personal/password/class_password.inc:93 +#: plugins/personal/password/class_password.inc:96 +#: plugins/personal/password/class_password.inc:110 +#: plugins/personal/password/class_password.inc:116 +#: plugins/admin/users/class_userManagement.inc:277 html/main.php:349 +#, fuzzy +msgid "Password change" +msgstr "Het veranderen van het wachtwoord is niet toegestaan" + #: plugins/personal/password/class_password.inc:79 msgid "You need to specify your current password in order to proceed." msgstr "U moet uw huidige wachtwoord opgeven om door te kunnen gaan." #: plugins/personal/password/class_password.inc:82 -#: plugins/personal/myaccount/main.inc:94 -#: plugins/admin/users/class_userManagement.inc:247 html/password.php:217 +#: plugins/personal/myaccount/main.inc:107 +#: plugins/admin/users/class_userManagement.inc:247 msgid "" "The passwords you've entered as 'New password' and 'Repeated new password' " "do not match." @@ -3004,21 +2119,25 @@ msgstr "" msgid "The password you've entered as 'New password' is empty." msgstr "Het nieuw ingevoerde wachtwoord is leeg." -#: plugins/personal/password/class_password.inc:88 html/password.php:229 +#: plugins/personal/password/class_password.inc:88 msgid "The password used as new and current are too similar." msgstr "" "Het huidige wachtwoord en het nieuwe wachtwoord lijken te veel op elkaar." -#: plugins/personal/password/class_password.inc:91 html/password.php:235 +#: plugins/personal/password/class_password.inc:91 msgid "The password used as new is to short." msgstr "Het nieuw opgegeven wachtwoord is te kort." -#: plugins/personal/password/class_password.inc:94 +#: plugins/personal/password/class_password.inc:94 html/password.php:238 +msgid "The password contains possibly problematic unicode characters!" +msgstr "" + +#: plugins/personal/password/class_password.inc:97 #, fuzzy, php-format msgid "External password changer reported a problem: %s." msgstr "Extern wachtwoord verander mechanisme rapporteerde een probleem:" -#: plugins/personal/password/class_password.inc:108 +#: plugins/personal/password/class_password.inc:111 msgid "" "The password you've entered as your current password doesn't match the real " "one." @@ -3026,20 +2145,20 @@ msgstr "" "Het wachtwoord dat u opgegeven heeft als uw huidige wachtwoord is niet " "correct." -#: plugins/personal/password/class_password.inc:114 +#: plugins/personal/password/class_password.inc:117 #, fuzzy msgid "You have no permission to change your password." msgstr "U heeft geen toestemming om uw wachtwoord te veranderen." -#: plugins/personal/password/class_password.inc:146 +#: plugins/personal/password/class_password.inc:149 #, fuzzy msgid "User password" msgstr "Wachtwoord wissen" -#: plugins/personal/password/class_password.inc:150 -#: plugins/personal/generic/class_user.inc:1674 -#: plugins/personal/posix/class_posixAccount.inc:1303 -#: plugins/personal/myaccount/main.inc:125 +#: plugins/personal/password/class_password.inc:153 +#: plugins/personal/generic/class_user.inc:1686 +#: plugins/personal/posix/class_posixAccount.inc:1295 +#: plugins/personal/myaccount/main.inc:138 #: plugins/personal/myaccount/class_MyAccount.inc:5 msgid "My account" msgstr "Mijn account" @@ -3089,15 +2208,16 @@ msgid "First name" msgstr "Voornaam" #: plugins/personal/generic/generic.tpl:68 -#: plugins/personal/generic/class_user.inc:1328 -#: plugins/personal/generic/class_user.inc:1346 +#: plugins/personal/generic/class_user.inc:1326 +#: plugins/personal/generic/class_user.inc:1344 +#: plugins/personal/generic/class_user.inc:1358 #: plugins/personal/generic/class_user.inc:1360 -#: plugins/personal/generic/class_user.inc:1362 +#: plugins/personal/generic/class_user.inc:1716 #: plugins/personal/generic/paste_generic.tpl:16 #: plugins/admin/users/user-list.xml:65 plugins/admin/users/template.tpl:32 #: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:65 #: plugins/admin/groups/singleUserSelect/singleUser-list.xml:56 -#: plugins/admin/groups/userSelect/user-list.xml:56 html/password.php:241 +#: plugins/admin/groups/userSelect/user-list.xml:56 html/password.php:243 msgid "Login" msgstr "Inlognaam" @@ -3106,23 +2226,23 @@ msgid "Template name" msgstr "Sjabloon naam" #: plugins/personal/generic/generic.tpl:95 -#: plugins/personal/generic/class_user.inc:1686 +#: plugins/personal/generic/class_user.inc:1720 msgid "Personal title" msgstr "Aanhef" #: plugins/personal/generic/generic.tpl:105 -#: plugins/personal/generic/class_user.inc:1687 +#: plugins/personal/generic/class_user.inc:1721 msgid "Academic title" msgstr "Academische titel" #: plugins/personal/generic/generic.tpl:120 -#: plugins/personal/generic/class_user.inc:1385 -#: plugins/personal/generic/class_user.inc:1689 +#: plugins/personal/generic/class_user.inc:1383 +#: plugins/personal/generic/class_user.inc:1723 msgid "Date of birth" msgstr "Geboortedatum" #: plugins/personal/generic/generic.tpl:143 -#: plugins/personal/generic/class_user.inc:1690 +#: plugins/personal/generic/class_user.inc:1724 msgid "Sex" msgstr "Geslacht" @@ -3131,7 +2251,7 @@ msgid "Preferred langage" msgstr "Voorkeurstaal" #: plugins/personal/generic/generic.tpl:186 -#: plugins/personal/generic/class_user.inc:1713 +#: plugins/personal/generic/class_user.inc:1747 #: plugins/admin/departments/class_organizationGeneric.inc:131 msgid "Postal address" msgstr "Adres thuis" @@ -3140,7 +2260,7 @@ msgstr "Adres thuis" #: plugins/personal/generic/generic.tpl:455 #: plugins/admin/departments/generic.tpl:103 #: plugins/admin/departments/organization.tpl:102 -#: plugins/admin/departments/class_department.inc:675 +#: plugins/admin/departments/class_department.inc:683 msgid "Address" msgstr "Adres" @@ -3149,9 +2269,9 @@ msgid "Private phone" msgstr "Telefoon privé" #: plugins/personal/generic/generic.tpl:204 -#: plugins/personal/generic/class_user.inc:1366 -#: plugins/personal/generic/class_user.inc:1717 -#: plugins/personal/generic/class_user.inc:1820 +#: plugins/personal/generic/class_user.inc:1364 +#: plugins/personal/generic/class_user.inc:1751 +#: plugins/personal/generic/class_user.inc:1854 msgid "Homepage" msgstr "Homepage" @@ -3159,13 +2279,13 @@ msgstr "Homepage" msgid "Password storage" msgstr "Wachtwoord encryptie" -#: plugins/personal/generic/generic.tpl:221 include/functions.inc:1249 +#: plugins/personal/generic/generic.tpl:221 include/functions.inc:1258 msgid "Configure" msgstr "Instellen" #: plugins/personal/generic/generic.tpl:229 -#: plugins/personal/generic/class_user.inc:550 -#: plugins/personal/generic/class_user.inc:572 +#: plugins/personal/generic/class_user.inc:549 +#: plugins/personal/generic/class_user.inc:571 #: plugins/personal/generic/generic_certs.tpl:3 msgid "Certificates" msgstr "Certificaten" @@ -3183,6 +2303,15 @@ msgstr "" msgid "IP or network" msgstr "" +#: plugins/personal/generic/generic.tpl:255 +#: plugins/personal/generic/generic.tpl:275 +#: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:83 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:123 +#: include/utils/class_msgPool.inc:319 +#, php-format +msgid "Add" +msgstr "Toevoegen" + #: plugins/personal/generic/generic.tpl:288 #: plugins/personal/generic/generic.tpl:291 #: plugins/personal/generic/generic.tpl:299 @@ -3204,6 +2333,17 @@ msgstr "Organisatie informatie" msgid "part" msgstr "Samenvatting" +#: plugins/personal/generic/generic.tpl:309 +#: plugins/personal/generic/class_user.inc:1733 +#: plugins/admin/departments/dep-list.xml:55 +#: plugins/admin/departments/dep-list.xml:71 +#: plugins/admin/departments/dep-list.xml:138 +#: plugins/admin/departments/class_departmentManagement.inc:253 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:15 +#: plugins/admin/ogroups/class_ogroupManagement.inc:186 +msgid "Department" +msgstr "Afdeling" + #: plugins/personal/generic/generic.tpl:317 msgid "Department No." msgstr "Afdeling nr." @@ -3213,19 +2353,19 @@ msgid "Employee No." msgstr "Personeel nr." #: plugins/personal/generic/generic.tpl:333 -#: plugins/personal/generic/class_user.inc:1703 +#: plugins/personal/generic/class_user.inc:1737 msgid "Employee type" msgstr "Functie" #: plugins/personal/generic/generic.tpl:342 #: plugins/personal/generic/generic.tpl:358 -#: plugins/personal/generic/class_user.inc:1701 +#: plugins/personal/generic/class_user.inc:1735 #: plugins/admin/departments/class_domain.inc:93 #: plugins/admin/departments/generic.tpl:51 #: plugins/admin/departments/organization.tpl:51 #: plugins/admin/departments/class_localityGeneric.inc:93 #: plugins/admin/departments/locality.tpl:39 -#: plugins/admin/departments/class_department.inc:678 +#: plugins/admin/departments/class_department.inc:686 #: plugins/admin/departments/dcObject.tpl:39 #: plugins/admin/departments/domain.tpl:39 #: plugins/admin/departments/country.tpl:39 @@ -3241,101 +2381,115 @@ msgstr "Windows gebruikers" msgid "Room No." msgstr "Kamer nr." +#: plugins/personal/generic/generic.tpl:397 +#: plugins/personal/generic/generic.tpl:577 +#: plugins/personal/generic/class_user.inc:1369 +#: plugins/personal/generic/class_user.inc:1857 +#: plugins/admin/users/class_userManagement.inc:783 +#: plugins/admin/groups/class_groupManagement.inc:181 +#: plugins/admin/departments/generic.tpl:110 +#: plugins/admin/departments/organization.tpl:109 +#: plugins/admin/departments/class_department.inc:378 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:55 +#: plugins/admin/ogroups/class_ogroupManagement.inc:188 +msgid "Phone" +msgstr "Telefoon" + #: plugins/personal/generic/generic.tpl:406 -#: plugins/personal/generic/class_user.inc:1377 -#: plugins/personal/generic/class_user.inc:1829 +#: plugins/personal/generic/class_user.inc:1375 +#: plugins/personal/generic/class_user.inc:1863 msgid "Mobile" msgstr "GSM" #: plugins/personal/generic/generic.tpl:414 -#: plugins/personal/generic/class_user.inc:1380 -#: plugins/personal/generic/class_user.inc:1832 +#: plugins/personal/generic/class_user.inc:1378 +#: plugins/personal/generic/class_user.inc:1866 msgid "Pager" msgstr "Pieper" #: plugins/personal/generic/generic.tpl:422 #: plugins/personal/generic/generic.tpl:589 -#: plugins/personal/generic/class_user.inc:1374 -#: plugins/personal/generic/class_user.inc:1826 +#: plugins/personal/generic/class_user.inc:1372 +#: plugins/personal/generic/class_user.inc:1860 #: plugins/admin/departments/generic.tpl:118 #: plugins/admin/departments/organization.tpl:117 -#: plugins/admin/departments/class_department.inc:379 -#: plugins/admin/departments/class_department.inc:677 +#: plugins/admin/departments/class_department.inc:381 +#: plugins/admin/departments/class_department.inc:685 #: plugins/admin/departments/class_organizationGeneric.inc:133 msgid "Fax" msgstr "Fax" #: plugins/personal/generic/generic.tpl:439 -#: plugins/personal/generic/class_user.inc:1712 +#: plugins/personal/generic/class_user.inc:1746 #: plugins/admin/departments/generic.tpl:83 #: plugins/admin/departments/generic.tpl:85 #: plugins/admin/departments/generic.tpl:95 #: plugins/admin/departments/organization.tpl:82 #: plugins/admin/departments/organization.tpl:94 #: plugins/admin/departments/class_localityGeneric.inc:91 -#: plugins/admin/departments/class_department.inc:674 +#: plugins/admin/departments/class_department.inc:682 #: plugins/admin/departments/class_organizationGeneric.inc:130 msgid "Location" msgstr "Plaats" #: plugins/personal/generic/generic.tpl:447 -#: plugins/personal/generic/class_user.inc:1711 +#: plugins/personal/generic/class_user.inc:1745 #: plugins/admin/departments/generic.tpl:87 #: plugins/admin/departments/organization.tpl:86 -#: plugins/admin/departments/class_department.inc:673 +#: plugins/admin/departments/class_department.inc:681 #: plugins/admin/departments/class_organizationGeneric.inc:129 msgid "State" msgstr "Provincie" #: plugins/personal/generic/generic.tpl:471 -#: plugins/personal/generic/class_user.inc:1656 +#: plugins/personal/generic/class_user.inc:1668 msgid "Vocation" msgstr "Beroep" #: plugins/personal/generic/generic.tpl:479 -#: plugins/personal/generic/class_user.inc:1659 +#: plugins/personal/generic/class_user.inc:1671 msgid "Unit description" msgstr "Eenheid omschrijving" #: plugins/personal/generic/generic.tpl:488 -#: plugins/personal/generic/class_user.inc:1660 +#: plugins/personal/generic/class_user.inc:1672 msgid "Subject area" msgstr "Werkgebied" #: plugins/personal/generic/generic.tpl:497 -#: plugins/personal/generic/class_user.inc:1661 +#: plugins/personal/generic/class_user.inc:1673 msgid "Functional title" msgstr "Functionele titel" #: plugins/personal/generic/generic.tpl:506 -#: plugins/personal/generic/class_user.inc:1665 +#: plugins/personal/generic/class_user.inc:1677 #: plugins/admin/acl/acl-list.xml:23 plugins/admin/acl/acl-list.xml:82 -#: plugins/admin/acl/class_aclRole.inc:716 +#: plugins/admin/acl/class_aclRole.inc:711 msgid "Role" msgstr "Funktie" #: plugins/personal/generic/generic.tpl:520 -#: plugins/personal/generic/class_user.inc:1658 +#: plugins/personal/generic/class_user.inc:1670 msgid "Person locality" msgstr "Werkplaats" #: plugins/personal/generic/generic.tpl:529 -#: plugins/personal/generic/class_user.inc:1654 +#: plugins/personal/generic/class_user.inc:1666 msgid "Unit" msgstr "Eenheid" #: plugins/personal/generic/generic.tpl:538 -#: plugins/personal/generic/class_user.inc:1664 +#: plugins/personal/generic/class_user.inc:1676 msgid "Street" msgstr "Straat" #: plugins/personal/generic/generic.tpl:546 -#: plugins/personal/generic/class_user.inc:1666 +#: plugins/personal/generic/class_user.inc:1678 msgid "Postal code" msgstr "Postcode" #: plugins/personal/generic/generic.tpl:554 -#: plugins/personal/generic/class_user.inc:1655 +#: plugins/personal/generic/class_user.inc:1667 msgid "House identifier" msgstr "Huis identificatie" @@ -3344,7 +2498,7 @@ msgid "Please use the phone tab" msgstr "Gebruik a.u.b. de telefoon tab" #: plugins/personal/generic/generic.tpl:598 -#: plugins/personal/generic/class_user.inc:1657 +#: plugins/personal/generic/class_user.inc:1669 msgid "Last delivery" msgstr "Laatste levering" @@ -3354,224 +2508,196 @@ msgid "Edit organizational user settings" msgstr "Programma instellingen" #: plugins/personal/generic/class_user.inc:273 -#: plugins/personal/generic/class_user.inc:1876 -#: plugins/admin/departments/class_department.inc:154 -#: include/class_pluglist.inc:363 -msgid "Unknown" +#: plugins/personal/generic/class_user.inc:1910 +#: include/class_configRegistry.inc:185 +#, fuzzy +msgid "unknown" msgstr "Onbekend" #: plugins/personal/generic/class_user.inc:297 msgid "Please add a single IP address or a network/netmask combination!" msgstr "" -#: plugins/personal/generic/class_user.inc:340 +#: plugins/personal/generic/class_user.inc:339 msgid "female" msgstr "vrouw" -#: plugins/personal/generic/class_user.inc:340 +#: plugins/personal/generic/class_user.inc:339 msgid "male" msgstr "man" -#: plugins/personal/generic/class_user.inc:396 +#: plugins/personal/generic/class_user.inc:395 #, fuzzy msgid "Password configuration" msgstr "Systeem configuratie" -#: plugins/personal/generic/class_user.inc:429 +#: plugins/personal/generic/class_user.inc:428 msgid "Cannot upload file!" msgstr "" -#: plugins/personal/generic/class_user.inc:522 +#: plugins/personal/generic/class_user.inc:521 #, fuzzy msgid "Serial number" msgstr "Telefoonnummer" -#: plugins/personal/generic/class_user.inc:544 -#: plugins/personal/generic/class_user.inc:1694 +#: plugins/personal/generic/class_user.inc:543 +#: plugins/personal/generic/class_user.inc:1728 +#: plugins/personal/generic/generic_picture.tpl:1 msgid "User picture" msgstr "Persoonlijk plaatje" -#: plugins/personal/generic/class_user.inc:569 -msgid "" -"(Some types of certificates are currently not supported and may be displayed " -"as 'invalid'.)" +#: plugins/personal/generic/class_user.inc:568 +msgid "(Not supported certificate types are marked as invalid.)" msgstr "" -#: plugins/personal/generic/class_user.inc:579 +#: plugins/personal/generic/class_user.inc:578 #, php-format msgid "Certificate is valid from %s to %s and is currently %s." msgstr "Certificaat is geldig van '%s' tot '%s' en de huidige status is '%s'." -#: plugins/personal/generic/class_user.inc:582 +#: plugins/personal/generic/class_user.inc:581 msgid "valid" msgstr "geldig" -#: plugins/personal/generic/class_user.inc:583 +#: plugins/personal/generic/class_user.inc:582 msgid "invalid" msgstr "ongeldig" -#: plugins/personal/generic/class_user.inc:588 +#: plugins/personal/generic/class_user.inc:587 msgid "No certificate installed" msgstr "Geen certificaat geinstalleerd" -#: plugins/personal/generic/class_user.inc:614 html/password.php:180 +#: plugins/personal/generic/class_user.inc:613 html/password.php:179 #, fuzzy msgid "Password method" msgstr "Wachtwoord encryptie" -#: plugins/personal/generic/class_user.inc:614 +#: plugins/personal/generic/class_user.inc:613 #, fuzzy msgid "The selected password method is no longer available." msgstr "Dit programma is niet meer beschikbaar." -#: plugins/personal/generic/class_user.inc:1205 +#: plugins/personal/generic/class_user.inc:1203 msgid "Cannot build RDN: no + allowed to build sub RDN!" msgstr "" -#: plugins/personal/generic/class_user.inc:1212 +#: plugins/personal/generic/class_user.inc:1210 msgid "Cannot build RDN: attribute is not defined!" msgstr "" -#: plugins/personal/generic/class_user.inc:1230 +#: plugins/personal/generic/class_user.inc:1228 msgid "Cannot build RDN: invalid attribute parameters!" msgstr "" -#: plugins/personal/generic/class_user.inc:1301 +#: plugins/personal/generic/class_user.inc:1299 #, fuzzy msgid "The selected password method requires initial configuration!" msgstr "Dit programma is niet meer beschikbaar." -#: plugins/personal/generic/class_user.inc:1343 -#: plugins/personal/generic/class_user.inc:1390 -#: plugins/personal/generic/class_user.inc:1681 -#: plugins/personal/generic/class_user.inc:1835 -#: plugins/admin/users/class_userManagement.inc:426 -#: plugins/admin/users/user-list.xml:57 -#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:40 -#: plugins/admin/groups/userSelect/user-list.xml:40 -msgid "Given name" -msgstr "Naam" - -#: plugins/personal/generic/class_user.inc:1500 +#: plugins/personal/generic/class_user.inc:1498 #, fuzzy msgid "Cannot open certificate!" msgstr "Het opgegeven certificaat kon geopend worden!" -#: plugins/personal/generic/class_user.inc:1662 +#: plugins/personal/generic/class_user.inc:1674 #: plugins/personal/generic/generic_certs.tpl:83 msgid "Certificate serial number" msgstr "Certificaat serienummer" -#: plugins/personal/generic/class_user.inc:1670 +#: plugins/personal/generic/class_user.inc:1682 #, fuzzy msgid "Generic user settings" msgstr "Algemene wachtrij instellingen" -#: plugins/personal/generic/class_user.inc:1680 -#: plugins/admin/users/user-list.xml:49 -#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:48 -#: plugins/admin/groups/userSelect/user-list.xml:48 -msgid "Surname" -msgstr "Achternaam" - -#: plugins/personal/generic/class_user.inc:1682 -#, fuzzy -msgid "User identification" -msgstr "Gebruikersinformatie" +#: plugins/personal/generic/class_user.inc:1704 +#, php-format +msgid "" +"The 'accountRDN' option tells GOsa to use a placeholder pattern for " +"generating account RDNs. A pattern can include attribute names prefaced by a " +"%% and normal text: %s. This will generate a RDN consisting of cn=.... " +"filled with surname and given name of the edited account. This option " +"disables the use of accountPrimaryAttribute and personalTitleInDn." +msgstr "" -#: plugins/personal/generic/class_user.inc:1684 +#: plugins/personal/generic/class_user.inc:1718 #, fuzzy -msgid "Allow to define user filters" +msgid "Allow definition of custom filters" msgstr "Configuratie bestand" -#: plugins/personal/generic/class_user.inc:1691 +#: plugins/personal/generic/class_user.inc:1725 #, fuzzy msgid "Preferred language" msgstr "Voorkeurstaal" -#: plugins/personal/generic/class_user.inc:1696 +#: plugins/personal/generic/class_user.inc:1730 #, fuzzy msgid "Login restrictions" msgstr "Wachtwoord verloopt op" -#: plugins/personal/generic/class_user.inc:1700 +#: plugins/personal/generic/class_user.inc:1734 #, fuzzy msgid "Department number" msgstr "Afdelingnaam" -#: plugins/personal/generic/class_user.inc:1702 +#: plugins/personal/generic/class_user.inc:1736 #, fuzzy msgid "Employee number" msgstr "Functie" -#: plugins/personal/generic/class_user.inc:1705 +#: plugins/personal/generic/class_user.inc:1739 #, fuzzy msgid "Room number" msgstr "Telefoonnummer" -#: plugins/personal/generic/class_user.inc:1706 +#: plugins/personal/generic/class_user.inc:1740 #, fuzzy msgid "Telefon number" msgstr "Telefoonnummer" -#: plugins/personal/generic/class_user.inc:1707 +#: plugins/personal/generic/class_user.inc:1741 #, fuzzy msgid "Pager number" msgstr "Telefoonnummer" -#: plugins/personal/generic/class_user.inc:1708 +#: plugins/personal/generic/class_user.inc:1742 #, fuzzy msgid "Mobile number" msgstr "GSM nummer" -#: plugins/personal/generic/class_user.inc:1709 +#: plugins/personal/generic/class_user.inc:1743 #, fuzzy msgid "Fax number" msgstr "Serienummer" -#: plugins/personal/generic/class_user.inc:1715 +#: plugins/personal/generic/class_user.inc:1749 msgid "Home postal address" msgstr "Adres thuis" -#: plugins/personal/generic/class_user.inc:1716 +#: plugins/personal/generic/class_user.inc:1750 #, fuzzy msgid "Home phone number" msgstr "Telefoonnummer" -#: plugins/personal/generic/class_user.inc:1718 +#: plugins/personal/generic/class_user.inc:1752 #, fuzzy msgid "User password method" msgstr "Wachtwoord encryptie" -#: plugins/personal/generic/class_user.inc:1719 +#: plugins/personal/generic/class_user.inc:1753 #, fuzzy msgid "User certificates" msgstr "Standaard certificaat" -#: plugins/personal/generic/class_user.inc:1927 +#: plugins/personal/generic/class_user.inc:1961 #, fuzzy msgid "Entries differ" msgstr "Regels per pagina" -#: plugins/personal/generic/generic_picture.tpl:1 -msgid "Personal picture" -msgstr "Persoonlijk plaatje" - #: plugins/personal/generic/generic_picture.tpl:14 #: plugins/personal/generic/paste_generic.tpl:43 msgid "Remove picture" msgstr "Plaatje verwijderen" -#: plugins/personal/generic/password.tpl:2 -msgid "" -"You have changed the method your password is stored in the ldap database. " -"For that reason you've to enter your password at this point again. GOsa will " -"then encode it with the selected method." -msgstr "" -"U heeft de manier waarop uw wachtwoord wordt opgeslagen in de LDAP database " -"veranderd. Daarom moet u het wachtwoord op dit moment opnieuw invoeren. GOsa " -"zal dan het wachtwoord versleutelen op de door u geselecteerde methode." - #: plugins/personal/generic/generic_certs.tpl:5 #, fuzzy msgid "The users standard certificate" @@ -3581,6 +2707,19 @@ msgstr "Standaard certificaat" msgid "Standard certificate" msgstr "Standaard certificaat" +#: plugins/personal/generic/generic_certs.tpl:22 +#: plugins/personal/generic/generic_certs.tpl:48 +#: plugins/personal/generic/generic_certs.tpl:74 +#: plugins/admin/users/user-list.xml:121 +#: plugins/admin/groups/group-list.xml:98 +#: plugins/admin/departments/dep-list.xml:160 +#: plugins/admin/departments/dep-list.xml:181 +#: plugins/admin/acl/acl-list.xml:95 plugins/admin/acl/acl-list.xml:144 +#: plugins/admin/ogroups/ogroup-list.xml:98 +#: plugins/addons/propertyEditor/property-list.xml:108 +msgid "Remove" +msgstr "Verwijderen" + #: plugins/personal/generic/generic_certs.tpl:31 #, fuzzy msgid "The users S/MIME certificate" @@ -3627,23 +2766,23 @@ msgid "Generic settings" msgstr "Algemene wachtrij instellingen" #: plugins/personal/posix/generic.tpl:8 -#: plugins/personal/posix/class_posixAccount.inc:884 -#: plugins/personal/posix/class_posixAccount.inc:887 -#: plugins/personal/posix/class_posixAccount.inc:962 -#: plugins/personal/posix/class_posixAccount.inc:965 -#: plugins/personal/posix/class_posixAccount.inc:1309 +#: plugins/personal/posix/class_posixAccount.inc:857 +#: plugins/personal/posix/class_posixAccount.inc:860 +#: plugins/personal/posix/class_posixAccount.inc:935 +#: plugins/personal/posix/class_posixAccount.inc:938 +#: plugins/personal/posix/class_posixAccount.inc:1305 #: plugins/personal/posix/paste_generic.tpl:5 #: plugins/personal/posix/paste_generic.tpl:8 msgid "Home directory" msgstr "Persoonlijke map" #: plugins/personal/posix/generic.tpl:16 -#: plugins/personal/posix/class_posixAccount.inc:1311 +#: plugins/personal/posix/class_posixAccount.inc:1307 msgid "Shell" msgstr "Shell" #: plugins/personal/posix/generic.tpl:26 -#: plugins/personal/posix/class_posixAccount.inc:1310 +#: plugins/personal/posix/class_posixAccount.inc:1306 #: plugins/personal/posix/paste_generic.tpl:17 msgid "Primary group" msgstr "Primaire groep" @@ -3663,28 +2802,22 @@ msgid "Force UID/GID" msgstr "Forceer UID/GID" #: plugins/personal/posix/generic.tpl:64 -#: plugins/personal/posix/class_posixAccount.inc:895 -#: plugins/personal/posix/class_posixAccount.inc:898 +#: plugins/personal/posix/class_posixAccount.inc:868 +#: plugins/personal/posix/class_posixAccount.inc:871 #: plugins/personal/posix/paste_generic.tpl:36 msgid "UID" msgstr "UID" #: plugins/personal/posix/generic.tpl:75 -#: plugins/personal/posix/class_posixAccount.inc:902 -#: plugins/personal/posix/class_posixAccount.inc:905 +#: plugins/personal/posix/class_posixAccount.inc:875 +#: plugins/personal/posix/class_posixAccount.inc:878 #: plugins/personal/posix/paste_generic.tpl:45 -#: plugins/admin/groups/class_group.inc:943 #: plugins/admin/groups/class_group.inc:946 -#: plugins/admin/groups/class_group.inc:1025 +#: plugins/admin/groups/class_group.inc:949 +#: plugins/admin/groups/class_group.inc:1041 msgid "GID" msgstr "GID" -#: plugins/personal/posix/generic.tpl:89 -#: plugins/personal/posix/paste_generic.tpl:54 -#: plugins/personal/posix/paste_generic.tpl:57 -msgid "Group membership" -msgstr "Groep lidmaatschap" - #: plugins/personal/posix/generic.tpl:92 #: plugins/personal/posix/paste_generic.tpl:65 msgid "(Warning: more than 16 groups are not supported by NFS!)" @@ -3713,6 +2846,10 @@ msgstr "" msgid "Edit public ssh keys..." msgstr "" +#: plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc:173 +msgid "disabled" +msgstr "gedeactiveerd" + #: plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc:173 msgid "full access" msgstr "volledige toegang" @@ -3722,7 +2859,7 @@ msgid "allow access to these hosts" msgstr "sta toegang op deze computers toe" #: plugins/personal/posix/trustModeDialog/generic.tpl:2 -#: plugins/admin/groups/class_group.inc:1029 +#: plugins/admin/groups/class_group.inc:1045 msgid "System trust" msgstr "Systeem vertrouwen" @@ -3744,177 +2881,182 @@ msgstr "Gebruikersinstellingen" msgid "Password expires on" msgstr "Wachtwoord verloopt op" +#: plugins/personal/posix/class_posixAccount.inc:37 +#: plugins/personal/posix/class_posixAccount.inc:270 +#: plugins/personal/posix/class_posixAccount.inc:290 +#: plugins/personal/posix/class_posixAccount.inc:292 +#: plugins/personal/posix/class_posixAccount.inc:295 +#: plugins/admin/users/class_userManagement.inc:759 +msgid "POSIX" +msgstr "" + #: plugins/personal/posix/class_posixAccount.inc:38 #, fuzzy msgid "Edit users POSIX settings" msgstr "Posix instellingen" -#: plugins/personal/posix/class_posixAccount.inc:150 +#: plugins/personal/posix/class_posixAccount.inc:146 msgid "expired" msgstr "verlopen" -#: plugins/personal/posix/class_posixAccount.inc:152 +#: plugins/personal/posix/class_posixAccount.inc:148 msgid "grace time active" msgstr "gratie tijd actief" +#: plugins/personal/posix/class_posixAccount.inc:151 +#: plugins/personal/posix/class_posixAccount.inc:153 #: plugins/personal/posix/class_posixAccount.inc:155 -#: plugins/personal/posix/class_posixAccount.inc:157 -#: plugins/personal/posix/class_posixAccount.inc:159 msgid "active" msgstr "actief" -#: plugins/personal/posix/class_posixAccount.inc:155 +#: plugins/personal/posix/class_posixAccount.inc:151 #, fuzzy msgid "password not changeable" msgstr "actief, wachtwoord onveranderbaar" -#: plugins/personal/posix/class_posixAccount.inc:157 +#: plugins/personal/posix/class_posixAccount.inc:153 #, fuzzy msgid "password expired" msgstr "actief, wachtwoord verlopen" -#: plugins/personal/posix/class_posixAccount.inc:219 +#: plugins/personal/posix/class_posixAccount.inc:215 #: include/class_management.inc:32 include/class_management.inc:33 msgid "unconfigured" msgstr "niet geconfigureerd" -#: plugins/personal/posix/class_posixAccount.inc:230 +#: plugins/personal/posix/class_posixAccount.inc:226 msgid "automatic" msgstr "automatisch" -#: plugins/personal/posix/class_posixAccount.inc:274 -#: plugins/personal/posix/class_posixAccount.inc:294 -#: plugins/personal/posix/class_posixAccount.inc:296 -#: plugins/personal/posix/class_posixAccount.inc:299 -#: plugins/admin/users/class_userManagement.inc:759 -msgid "POSIX" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:290 +#: plugins/admin/users/class_userManagement.inc:767 +#: plugins/admin/groups/class_groupManagement.inc:173 +msgid "Samba" +msgstr "Samba" -#: plugins/personal/posix/class_posixAccount.inc:294 -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:104 +#: plugins/personal/posix/class_posixAccount.inc:290 #: plugins/admin/users/class_userManagement.inc:775 #: plugins/admin/groups/class_groupManagement.inc:197 -#: plugins/admin/ogroups/tabs_ogroups.inc:222 msgid "Environment" msgstr "Omgeving" -#: plugins/personal/posix/class_posixAccount.inc:378 +#: plugins/personal/posix/class_posixAccount.inc:374 #, php-format msgid "Password can't be changed up to %s days after last change" msgstr "" "Het wachtwoord kan pas %s dag(en) na de laatste wijziging gewijzigd worden" -#: plugins/personal/posix/class_posixAccount.inc:382 +#: plugins/personal/posix/class_posixAccount.inc:378 #, php-format msgid "Password must be changed after %s days" msgstr "Het wachtwoord moet na %s dag(en) gewijzigd worden" -#: plugins/personal/posix/class_posixAccount.inc:386 +#: plugins/personal/posix/class_posixAccount.inc:382 #, fuzzy, php-format msgid "Disable account after %s days of inactivity after password expiry" msgstr "" "Blokkeer het account na %s dag(en) inactiviteit nadat het wachtwoord " "verlopen is" -#: plugins/personal/posix/class_posixAccount.inc:390 +#: plugins/personal/posix/class_posixAccount.inc:386 #, fuzzy, php-format msgid "Warn user %s days before password expiry" msgstr "Waarschuw de gebruiker %s dagen voordat het wachtwoord verloopt" -#: plugins/personal/posix/class_posixAccount.inc:678 +#: plugins/personal/posix/class_posixAccount.inc:650 msgid "Timeout while waiting for lock. Ignoring lock!" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:736 -#: plugins/personal/posix/class_posixAccount.inc:1026 +#: plugins/personal/posix/class_posixAccount.inc:708 +#: plugins/personal/posix/class_posixAccount.inc:999 msgid "Group of user" msgstr "Gebruikersgroep" -#: plugins/personal/posix/class_posixAccount.inc:803 +#: plugins/personal/posix/class_posixAccount.inc:773 msgid "" "A duplicated UID number was written for this user. If this was not intended " "please verify all used uidNumbers!" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:918 -#: plugins/personal/posix/class_posixAccount.inc:971 +#: plugins/personal/posix/class_posixAccount.inc:891 +#: plugins/personal/posix/class_posixAccount.inc:944 #, fuzzy msgid "shadowMin" msgstr "Schaduwen van andere sessie" -#: plugins/personal/posix/class_posixAccount.inc:923 -#: plugins/personal/posix/class_posixAccount.inc:976 +#: plugins/personal/posix/class_posixAccount.inc:896 +#: plugins/personal/posix/class_posixAccount.inc:949 #, fuzzy msgid "shadowMax" msgstr "Schaduwen van andere sessie" -#: plugins/personal/posix/class_posixAccount.inc:928 -#: plugins/personal/posix/class_posixAccount.inc:981 +#: plugins/personal/posix/class_posixAccount.inc:901 +#: plugins/personal/posix/class_posixAccount.inc:954 #, fuzzy msgid "shadowWarning" msgstr "Schaduwen van andere sessie" -#: plugins/personal/posix/class_posixAccount.inc:942 -#: plugins/personal/posix/class_posixAccount.inc:995 +#: plugins/personal/posix/class_posixAccount.inc:915 +#: plugins/personal/posix/class_posixAccount.inc:968 #, fuzzy msgid "shadowInactive" msgstr "Schaduwen van andere sessie" -#: plugins/personal/posix/class_posixAccount.inc:1299 +#: plugins/personal/posix/class_posixAccount.inc:1291 #, fuzzy msgid "POSIX account" msgstr "GLPI account" -#: plugins/personal/posix/class_posixAccount.inc:1313 +#: plugins/personal/posix/class_posixAccount.inc:1309 #, fuzzy msgid "Group ID" msgstr "Groep" -#: plugins/personal/posix/class_posixAccount.inc:1315 +#: plugins/personal/posix/class_posixAccount.inc:1311 #, fuzzy msgid "Shadow last changed" msgstr "Toon pakketten" -#: plugins/personal/posix/class_posixAccount.inc:1316 +#: plugins/personal/posix/class_posixAccount.inc:1312 #, fuzzy msgid "Last login" msgstr "Achternaam" -#: plugins/personal/posix/class_posixAccount.inc:1318 +#: plugins/personal/posix/class_posixAccount.inc:1314 #, fuzzy msgid "Force password change on login" msgstr "Het veranderen van het wachtwoord is niet toegestaan" -#: plugins/personal/posix/class_posixAccount.inc:1319 +#: plugins/personal/posix/class_posixAccount.inc:1315 #, fuzzy msgid "Shadow min" msgstr "Schaduwen van andere sessie" -#: plugins/personal/posix/class_posixAccount.inc:1320 +#: plugins/personal/posix/class_posixAccount.inc:1316 #, fuzzy msgid "Shadow max" msgstr "Schaduwen van andere sessie" -#: plugins/personal/posix/class_posixAccount.inc:1321 +#: plugins/personal/posix/class_posixAccount.inc:1317 #, fuzzy msgid "Shadow warning" msgstr "Schaduwen van andere sessie" -#: plugins/personal/posix/class_posixAccount.inc:1322 +#: plugins/personal/posix/class_posixAccount.inc:1318 #, fuzzy msgid "Shadow inactive" msgstr "Schaduwen van andere sessie" -#: plugins/personal/posix/class_posixAccount.inc:1323 +#: plugins/personal/posix/class_posixAccount.inc:1319 #, fuzzy msgid "Shadow expire" msgstr "Toon personen" -#: plugins/personal/posix/class_posixAccount.inc:1324 +#: plugins/personal/posix/class_posixAccount.inc:1320 msgid "Public SSH key" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1325 +#: plugins/personal/posix/class_posixAccount.inc:1321 #, fuzzy msgid "System trust model" msgstr "Systeem vertrouwen" @@ -3954,6 +3096,29 @@ msgstr "Parameters" msgid "Please select the desired entries" msgstr "Voorkeurstaal" +#: plugins/personal/posix/groupSelect/group-list.xml:13 +#: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:23 +#: plugins/admin/groups/group-list.xml:15 +#: plugins/admin/groups/group-list.xml:79 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:71 +#: plugins/admin/ogroups/class_ogroupManagement.inc:184 +#: plugins/admin/ogroups/ogroup-list.xml:79 +#: plugins/addons/propertyEditor/property-list.xml:64 +msgid "Group" +msgstr "Groep" + +#: plugins/personal/posix/trustSelect/trust-list.xml:12 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:23 +#: plugins/admin/ogroups/class_ogroupManagement.inc:187 +msgid "Server" +msgstr "Server" + +#: plugins/personal/posix/trustSelect/trust-list.xml:19 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:31 +#: plugins/admin/ogroups/class_ogroupManagement.inc:189 +msgid "Workstation" +msgstr "Werkstation" + #: plugins/personal/posix/trustSelect/trust-list.xml:26 #: plugins/admin/ogroups/objectSelect/selectObject-list.xml:39 #: plugins/admin/ogroups/class_ogroupManagement.inc:191 @@ -3965,54 +3130,29 @@ msgstr "Terminal" msgid "Trust machine selection" msgstr "Groep instellingen" -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:64 -#: plugins/admin/groups/class_groupManagement.inc:157 -msgid "Posix" -msgstr "Posix" - -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:65 -#: plugins/admin/groups/class_groupManagement.inc:158 -#, fuzzy -msgid "Edit posix properties" -msgstr "Bewerk telefoon eigenschappen" - -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:73 -#: plugins/admin/users/class_userManagement.inc:764 -#: plugins/admin/groups/class_groupManagement.inc:166 -msgid "Edit mail properties" -msgstr "Bewerk E-mail eigenschappen" - -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:81 -#: plugins/admin/users/class_userManagement.inc:768 -#: plugins/admin/groups/class_groupManagement.inc:174 -msgid "Edit samba properties" -msgstr "Bewerk Samba eigenschappen" - -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:89 -#: plugins/admin/users/class_userManagement.inc:784 -#: plugins/admin/groups/class_groupManagement.inc:182 -msgid "Edit phone properties" -msgstr "Bewerk telefoon eigenschappen" - -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:96 -#: plugins/admin/groups/class_groupManagement.inc:189 -#, fuzzy -msgid "Menu" -msgstr "Printer" - -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:97 -#: plugins/admin/groups/class_groupManagement.inc:190 +#: plugins/personal/myaccount/main.inc:50 +#: include/class_CopyPasteHandler.inc:160 +#: include/class_CopyPasteHandler.inc:274 include/functions.inc:617 +#: include/functions.inc:804 include/functions.inc:922 +#: include/functions.inc:1317 include/functions.inc:2315 +#: include/functions.inc:2349 include/functions.inc:2369 +#: include/class_log.inc:87 include/class_acl.inc:976 +#: include/class_ldap.inc:693 include/class_ldap.inc:744 +#: include/class_management.inc:634 include/class_management.inc:717 +#: include/class_session.inc:76 include/class_session.inc:101 +#: include/class_session.inc:127 #, fuzzy -msgid "Edit start menu properties" -msgstr "Bewerk Samba eigenschappen" +msgid "Internal error" +msgstr "Terminal server" -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:105 -#: plugins/admin/users/class_userManagement.inc:776 -#: plugins/admin/groups/class_groupManagement.inc:198 -msgid "Edit environment properties" -msgstr "Bewerk omgeving eigenschappen" +#: plugins/personal/myaccount/main.inc:51 include/class_management.inc:635 +#: include/class_management.inc:718 +#, php-format +msgid "" +"Cannot instantiate tabbed-plugin, the base plugin (%s) is not available!" +msgstr "" -#: plugins/personal/myaccount/main.inc:112 +#: plugins/personal/myaccount/main.inc:125 #, fuzzy msgid "You have no permission to set your password!" msgstr "U heeft geen toestemming om uw wachtwoord te veranderen." @@ -4022,6 +3162,16 @@ msgstr "U heeft geen toestemming om uw wachtwoord te veranderen." msgid "Edit personal settings" msgstr "Posix instellingen" +#: plugins/personal/myaccount/password.tpl:2 +msgid "" +"You have changed the method your password is stored in the ldap database. " +"For that reason you've to enter your password at this point again. GOsa will " +"then encode it with the selected method." +msgstr "" +"U heeft de manier waarop uw wachtwoord wordt opgeslagen in de LDAP database " +"veranderd. Daarom moet u het wachtwoord op dit moment opnieuw invoeren. GOsa " +"zal dan het wachtwoord versleutelen op de door u geselecteerde methode." + #: plugins/admin/users/password.tpl:4 msgid "" "To change the user password use the fields below. The changes take effect " @@ -4032,12 +3182,12 @@ msgstr "" "veranderingen worden onmiddelijk doorgevoerd. Onthoud het nieuwe wachtwoord " "a.u.b. aangezien de gebruiker niet in kan loggen zonder dit wachtwoord." -#: plugins/admin/users/password.tpl:11 +#: plugins/admin/users/password.tpl:7 #, fuzzy msgid "Password input dialog" msgstr "Het veranderen van het wachtwoord is niet toegestaan" -#: plugins/admin/users/password.tpl:21 +#: plugins/admin/users/password.tpl:23 #, fuzzy msgid "Strength" msgstr "Straat" @@ -4063,7 +3213,7 @@ msgstr "Toon E-mail gebruikers" #: plugins/admin/users/class_userManagement.inc:26 msgid "" -"Manage aspects of user accounts like generic, posix, samba and mail settings" +"Manage aspects of user accounts like generic, POSIX, samba and mail settings" msgstr "" #: plugins/admin/users/class_userManagement.inc:189 @@ -4075,11 +3225,9 @@ msgstr "PHP fout" #: plugins/admin/users/class_userManagement.inc:221 #: plugins/admin/users/class_userManagement.inc:629 -#: include/class_management.inc:302 include/class_management.inc:459 -#: include/class_management.inc:506 include/class_management.inc:543 -#: include/class_management.inc:557 include/class_plugin.inc:1434 -#: include/class_plugin.inc:1446 include/class_plugin.inc:1461 -#: include/class_plugin.inc:1474 +#: include/class_management.inc:304 include/class_management.inc:462 +#: include/class_management.inc:509 include/class_management.inc:524 +#: include/class_management.inc:561 include/class_management.inc:575 #, fuzzy msgid "Permission" msgstr "Rechten" @@ -4092,7 +3240,7 @@ msgstr "U heeft geen toestemming om uw wachtwoord te veranderen." #: plugins/admin/users/class_userManagement.inc:348 #: plugins/admin/users/class_userManagement.inc:382 #: plugins/admin/users/class_userManagement.inc:413 -#: plugins/admin/ogroups/class_ogroup.inc:300 +#: plugins/admin/ogroups/class_ogroup.inc:309 msgid "none" msgstr "geen" @@ -4105,7 +3253,7 @@ msgstr "Sjabloon" #: plugins/admin/users/class_userManagement.inc:587 #: plugins/admin/users/class_userManagement.inc:591 #: plugins/admin/acl/class_aclManagement.inc:98 -#: include/class_management.inc:383 +#: include/class_management.inc:385 #, fuzzy msgid "Permission error" msgstr "Rechten" @@ -4141,19 +3289,49 @@ msgstr "Bewerk algemene eigenschappen" msgid "Edit POSIX properties" msgstr "Bewerk UNIX eigenschappen" -#: plugins/admin/users/class_userManagement.inc:771 -msgid "Netatalk" -msgstr "Netatalk" - -#: plugins/admin/users/class_userManagement.inc:772 -msgid "Edit netatalk properties" -msgstr "Bewerk Netatalk eigenschappen" +#: plugins/admin/users/class_userManagement.inc:762 +#: plugins/admin/groups/class_groupManagement.inc:165 +#: plugins/admin/ogroups/tabs_ogroups.inc:150 +msgid "Mail" +msgstr "E-mail" -#: plugins/admin/users/class_userManagement.inc:780 -#, fuzzy +#: plugins/admin/users/class_userManagement.inc:764 +#: plugins/admin/groups/class_groupManagement.inc:166 +msgid "Edit mail properties" +msgstr "Bewerk E-mail eigenschappen" + +#: plugins/admin/users/class_userManagement.inc:768 +#: plugins/admin/groups/class_groupManagement.inc:174 +msgid "Edit samba properties" +msgstr "Bewerk Samba eigenschappen" + +#: plugins/admin/users/class_userManagement.inc:771 +msgid "Netatalk" +msgstr "Netatalk" + +#: plugins/admin/users/class_userManagement.inc:772 +msgid "Edit netatalk properties" +msgstr "Bewerk Netatalk eigenschappen" + +#: plugins/admin/users/class_userManagement.inc:776 +#: plugins/admin/groups/class_groupManagement.inc:198 +msgid "Edit environment properties" +msgstr "Bewerk omgeving eigenschappen" + +#: plugins/admin/users/class_userManagement.inc:779 +msgid "FAX" +msgstr "Fax" + +#: plugins/admin/users/class_userManagement.inc:780 +#, fuzzy msgid "Edit FAX properties" msgstr "Bewerk UNIX eigenschappen" +#: plugins/admin/users/class_userManagement.inc:784 +#: plugins/admin/groups/class_groupManagement.inc:182 +msgid "Edit phone properties" +msgstr "Bewerk telefoon eigenschappen" + #: plugins/admin/users/templatize.tpl:2 #, fuzzy msgid "Applying a template" @@ -4179,6 +3357,15 @@ msgstr "Bestand is beschikbaar" msgid "List of users" msgstr "Lijst met gebruikers" +#: plugins/admin/users/user-list.xml:23 plugins/admin/users/user-list.xml:95 +#: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:15 +#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:14 +#: plugins/admin/groups/userSelect/user-list.xml:14 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:63 +#: plugins/admin/ogroups/class_ogroupManagement.inc:183 +msgid "User" +msgstr "Gebruiker" + #: plugins/admin/users/user-list.xml:73 plugins/admin/groups/group-list.xml:57 #: plugins/admin/departments/generic.tpl:7 #: plugins/admin/departments/generic.tpl:9 @@ -4196,11 +3383,11 @@ msgstr "Lijst met gebruikers" msgid "Properties" msgstr "Eigenschappen" -#: plugins/admin/users/user-list.xml:78 -#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:64 -#: plugins/admin/groups/group-list.xml:62 +#: plugins/admin/users/user-list.xml:78 plugins/admin/groups/group-list.xml:62 #: plugins/admin/departments/dep-list.xml:87 plugins/admin/acl/acl-list.xml:65 -#: plugins/admin/ogroups/ogroup-list.xml:62 include/class_listing.inc:1127 +#: plugins/admin/ogroups/ogroup-list.xml:62 +#: plugins/addons/propertyEditor/property-list.xml:96 +#: include/class_listing.inc:1174 msgid "Actions" msgstr "Acties" @@ -4211,10 +3398,6 @@ msgstr "Acties" msgid "Edit" msgstr "Bewerken" -#: plugins/admin/users/user-list.xml:128 plugins/admin/users/user-list.xml:230 -msgid "Change password" -msgstr "Verander wachtwoord" - #: plugins/admin/users/user-list.xml:140 #, fuzzy msgid "Lock users" @@ -4333,101 +3516,116 @@ msgstr "Leden zitten in een telefoon beantwoordgroep" msgid "Members are in a nagios group" msgstr "Leden zitten in een systeeminformatie groep (Nagios)" -#: plugins/admin/groups/generic.tpl:173 -msgid "Group members" -msgstr "Groepsleden" - -#: plugins/admin/groups/generic.tpl:180 +#: plugins/admin/groups/generic.tpl:174 #, fuzzy -msgid "In all groups" -msgstr "Primaire groep" +msgid "Common group members" +msgstr "Toon groepen" #: plugins/admin/groups/generic.tpl:183 #, fuzzy -msgid "Not in all groups" -msgstr "Toon E-mail groepen" +msgid "Partial group members" +msgstr "Groepsleden" + +#: plugins/admin/groups/generic.tpl:188 +msgid "Group members" +msgstr "Groepsleden" #: plugins/admin/groups/class_groupManagement.inc:26 msgid "" -"Manage aspects of groups like members, posix, desktop, samba and mail " +"Manage aspects of groups like members, POSIX, desktop, samba and mail " "settings" msgstr "" -#: plugins/admin/groups/class_group.inc:159 -#: plugins/admin/groups/class_group.inc:547 +#: plugins/admin/groups/class_groupManagement.inc:157 +msgid "Posix" +msgstr "Posix" + +#: plugins/admin/groups/class_groupManagement.inc:158 +#, fuzzy +msgid "Edit posix properties" +msgstr "Bewerk telefoon eigenschappen" + +#: plugins/admin/groups/class_groupManagement.inc:189 +#, fuzzy +msgid "Menu" +msgstr "Printer" + +#: plugins/admin/groups/class_groupManagement.inc:190 +#, fuzzy +msgid "Edit start menu properties" +msgstr "Bewerk Samba eigenschappen" + +#: plugins/admin/groups/class_group.inc:166 #: include/class_CopyPasteHandler.inc:119 #: include/class_CopyPasteHandler.inc:128 #: include/class_CopyPasteHandler.inc:177 #: include/class_CopyPasteHandler.inc:186 -#: include/class_CopyPasteHandler.inc:194 include/class_config.inc:155 -#: include/class_config.inc:702 include/class_config.inc:1153 -#: include/class_config.inc:1166 include/class_config.inc:1184 -#: include/functions.inc:802 include/functions.inc:3073 -#: include/functions.inc:3105 include/functions.inc:3118 +#: include/class_CopyPasteHandler.inc:194 include/class_config.inc:162 +#: include/class_config.inc:678 include/class_config.inc:1138 +#: include/class_config.inc:1151 include/class_config.inc:1169 +#: include/functions.inc:814 include/functions.inc:3023 +#: include/functions.inc:3066 include/functions.inc:3079 #: include/password-methods/class_password-methods-ssha.inc:51 #: include/password-methods/class_password-methods-sha.inc:48 -#: include/utils/class_timezone.inc:47 include/class_SnapshotHandler.inc:45 -#: include/class_SnapshotHandler.inc:58 include/class_SnapshotHandler.inc:76 -#: include/class_pluglist.inc:98 html/index.php:156 html/index.php:228 -#: html/password.php:86 html/main.php:230 +#: include/utils/class_timezone.inc:47 include/class_SnapshotHandler.inc:44 +#: include/class_SnapshotHandler.inc:57 include/class_SnapshotHandler.inc:75 +#: include/class_pluglist.inc:92 html/index.php:157 html/index.php:233 +#: html/password.php:84 html/main.php:239 #, fuzzy msgid "Configuration error" msgstr "Configuratie bestand" -#: plugins/admin/groups/class_group.inc:159 +#: plugins/admin/groups/class_group.inc:166 #, fuzzy msgid "Cannot find group SID in your configuration!" msgstr "" "Kan de SID van deze groep niet vinden in de LDAP database of in uw " "configuratie bestand." -#: plugins/admin/groups/class_group.inc:311 +#: plugins/admin/groups/class_group.inc:210 +#: plugins/admin/groups/class_group.inc:1170 +#: plugins/admin/groups/class_group.inc:1180 +#, fuzzy +msgid "Surename" +msgstr "Achternaam" + +#: plugins/admin/groups/class_group.inc:310 msgid "Samba group" msgstr "Samba groep" -#: plugins/admin/groups/class_group.inc:311 +#: plugins/admin/groups/class_group.inc:310 msgid "Domain admins" msgstr "Windows beheerders" -#: plugins/admin/groups/class_group.inc:311 +#: plugins/admin/groups/class_group.inc:310 msgid "Domain users" msgstr "Windows gebruikers" -#: plugins/admin/groups/class_group.inc:312 +#: plugins/admin/groups/class_group.inc:311 msgid "Domain guests" msgstr "Windows gasten" -#: plugins/admin/groups/class_group.inc:317 +#: plugins/admin/groups/class_group.inc:316 #, php-format msgid "Special group (%d)" msgstr "Speciale groep (%d)" -#: plugins/admin/groups/class_group.inc:420 +#: plugins/admin/groups/class_group.inc:464 #, php-format msgid "Adding UID '%s' to group '%s' failed: cannot find user object!" msgstr "" -#: plugins/admin/groups/class_group.inc:426 +#: plugins/admin/groups/class_group.inc:470 #, php-format msgid "Add UID '%s' to group '%s' failed: UID is used more than once!" msgstr "" -#: plugins/admin/groups/class_group.inc:504 -#, fuzzy -msgid "! unknown UID" -msgstr "! onbekend id" - -#: plugins/admin/groups/class_group.inc:547 -#, php-format -msgid "Search returned too many results. Not displaying more than %s entries!" -msgstr "" - -#: plugins/admin/groups/class_group.inc:730 +#: plugins/admin/groups/class_group.inc:733 #, fuzzy, php-format msgid "Cannot find any SID for '%s'!" msgstr "Kan bestand '%s' niet aanmaken." -#: plugins/admin/groups/class_group.inc:735 +#: plugins/admin/groups/class_group.inc:738 #, fuzzy, php-format msgid "Cannot find any RIDBASE for '%s'!" msgstr "Kan bestand '%s' niet aanmaken." @@ -4437,32 +3635,38 @@ msgstr "Kan bestand '%s' niet aanmaken." msgid "The gidNumber '%s' is already in use by %s!" msgstr "" -#: plugins/admin/groups/class_group.inc:1013 +#: plugins/admin/groups/class_group.inc:1016 #, fuzzy msgid "Generic group settings" msgstr "Algemene wachtrij instellingen" -#: plugins/admin/groups/class_group.inc:1027 +#: plugins/admin/groups/class_group.inc:1029 +msgid "" +"The 'ogroupRDN' statement defines the location where new object groups will " +"be created. The default is 'ou=groups,'." +msgstr "" + +#: plugins/admin/groups/class_group.inc:1043 #, fuzzy msgid "Samba group type" msgstr "Samba groep" -#: plugins/admin/groups/class_group.inc:1028 +#: plugins/admin/groups/class_group.inc:1044 #, fuzzy msgid "Samba domain name" msgstr "Samba home" -#: plugins/admin/groups/class_group.inc:1030 +#: plugins/admin/groups/class_group.inc:1046 #, fuzzy msgid "Phone pickup group" msgstr "Leden zitten in een telefoon beantwoordgroep" -#: plugins/admin/groups/class_group.inc:1031 +#: plugins/admin/groups/class_group.inc:1047 #, fuzzy msgid "Nagios group" msgstr "Nagios account" -#: plugins/admin/groups/class_group.inc:1033 +#: plugins/admin/groups/class_group.inc:1049 #, fuzzy msgid "Group member" msgstr "Groepsleden" @@ -4497,7 +3701,7 @@ msgstr "servers" #: plugins/admin/departments/class_domain.inc:81 #: plugins/admin/departments/class_domain.inc:82 -#: plugins/admin/departments/class_departmentManagement.inc:202 +#: plugins/admin/departments/class_departmentManagement.inc:205 #: plugins/admin/departments/class_dcObject.inc:81 #: plugins/admin/departments/class_dcObject.inc:82 #, fuzzy @@ -4509,7 +3713,7 @@ msgstr "Windows beheerders" #: plugins/admin/departments/organization.tpl:132 #: plugins/admin/departments/class_localityGeneric.inc:95 #: plugins/admin/departments/locality.tpl:67 -#: plugins/admin/departments/class_department.inc:680 +#: plugins/admin/departments/class_department.inc:688 #: plugins/admin/departments/dcObject.tpl:67 #: plugins/admin/departments/domain.tpl:67 #: plugins/admin/departments/country.tpl:68 @@ -4540,9 +3744,9 @@ msgstr "Omschrijving voor de afdeling" #: plugins/admin/departments/generic.tpl:27 #: plugins/admin/departments/organization.tpl:27 -#: plugins/admin/departments/class_department.inc:670 +#: plugins/admin/departments/class_department.inc:678 #: plugins/admin/departments/class_organizationGeneric.inc:124 -#: plugins/admin/acl/class_aclRole.inc:165 include/class_userFilter.inc:55 +#: plugins/admin/acl/class_aclRole.inc:163 include/class_userFilter.inc:55 msgid "Category" msgstr "Categorie" @@ -4610,7 +3814,7 @@ msgstr "Lijst met objectgroepen" #: plugins/admin/departments/dep-list.xml:15 #: plugins/admin/departments/dep-list.xml:103 -#: plugins/admin/departments/class_departmentManagement.inc:190 +#: plugins/admin/departments/class_departmentManagement.inc:193 #: plugins/admin/departments/domain.tpl:5 #: plugins/admin/departments/dep-filter.xml:105 #, fuzzy @@ -4627,7 +3831,7 @@ msgstr "Windows beheerders" #: plugins/admin/departments/dep-list.xml:31 #: plugins/admin/departments/dep-list.xml:117 -#: plugins/admin/departments/class_departmentManagement.inc:214 +#: plugins/admin/departments/class_departmentManagement.inc:217 #: plugins/admin/departments/country.tpl:5 #: plugins/admin/departments/dep-filter.xml:49 #: plugins/admin/departments/class_countryGeneric.inc:82 @@ -4640,7 +3844,7 @@ msgstr "Land" #: plugins/admin/departments/class_localityGeneric.inc:82 #: plugins/admin/departments/class_localityGeneric.inc:83 #: plugins/admin/departments/locality.tpl:5 -#: plugins/admin/departments/class_departmentManagement.inc:226 +#: plugins/admin/departments/class_departmentManagement.inc:229 #: plugins/admin/departments/dep-filter.xml:63 #, fuzzy msgid "Locality" @@ -4658,59 +3862,59 @@ msgstr "Naam van de locatie" msgid "Name of locality to create" msgstr "Naam van de aan te maken subtree" -#: plugins/admin/departments/class_department.inc:439 -#: include/functions.inc:447 include/utils/class_xml.inc:43 -#: html/password.php:59 html/main.php:149 +#: plugins/admin/departments/class_department.inc:441 +#: include/functions.inc:459 include/utils/class_xml.inc:43 +#: html/password.php:59 html/main.php:158 #, fuzzy msgid "Fatal error" msgstr "Terminal server" -#: plugins/admin/departments/class_department.inc:439 +#: plugins/admin/departments/class_department.inc:441 #, fuzzy msgid "Cannot find an unused tag for this administrative unit!" msgstr "" "Fatale fout: Kon geen ongebruikte markering vinden om de administratieve " "eenheid te markeren!" -#: plugins/admin/departments/class_department.inc:507 +#: plugins/admin/departments/class_department.inc:509 #, php-format msgid "Tagging '%s'." msgstr "Markeren van '%s'." -#: plugins/admin/departments/class_department.inc:588 +#: plugins/admin/departments/class_department.inc:590 #, php-format msgid "Moving '%s' to '%s'" msgstr "Verplaatsen van %s naar %s" -#: plugins/admin/departments/class_department.inc:629 +#: plugins/admin/departments/class_department.inc:631 #, php-format msgid "FAILED to copy %s, aborting operation" msgstr "Kopieren van %s is mislukt. Bewerking afgebroken." -#: plugins/admin/departments/class_department.inc:660 -#: plugins/admin/departments/class_department.inc:665 +#: plugins/admin/departments/class_department.inc:662 +#: plugins/admin/departments/class_department.inc:673 msgid "Departments" msgstr "Afdelingen" -#: plugins/admin/departments/class_department.inc:668 +#: plugins/admin/departments/class_department.inc:676 msgid "Department name" msgstr "Afdelingnaam" -#: plugins/admin/departments/class_department.inc:676 +#: plugins/admin/departments/class_department.inc:684 msgid "Telephone" msgstr "Telefoon" -#: plugins/admin/departments/class_department.inc:731 +#: plugins/admin/departments/class_department.inc:739 #, php-format msgid "Object '%s' is already tagged" msgstr "Object '%s' is al gemarkeerd" -#: plugins/admin/departments/class_department.inc:738 +#: plugins/admin/departments/class_department.inc:746 #, php-format msgid "Adding tag (%s) to object '%s'" msgstr "Toevoegen van markering (%s) aan object '%s'" -#: plugins/admin/departments/class_department.inc:770 +#: plugins/admin/departments/class_department.inc:778 #, php-format msgid "Removing tag from object '%s'" msgstr "Verwijderen van markering van object '%s'" @@ -4725,7 +3929,7 @@ msgid "" "Manage organizations, organizational units, localities, countries and more" msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:122 +#: plugins/admin/departments/class_departmentManagement.inc:125 msgid "" "As soon as the tag operation has finished, you can scroll down to end of the " "page and press the 'Continue' button to continue with the department " @@ -4827,7 +4031,7 @@ msgid "ACL Templates" msgstr "Sjablonen" #: plugins/admin/acl/class_aclRole.inc:26 -#: plugins/admin/acl/class_aclRole.inc:717 +#: plugins/admin/acl/class_aclRole.inc:712 #, fuzzy msgid "Access control roles" msgstr "Toegangsopties" @@ -4837,88 +4041,65 @@ msgstr "Toegangsopties" msgid "Edit AC roles" msgstr "Rechten" -#: plugins/admin/acl/class_aclRole.inc:130 include/class_acl.inc:219 -#, fuzzy -msgid "All categories" -msgstr "Categorie toevoegen" - -#: plugins/admin/acl/class_aclRole.inc:137 +#: plugins/admin/acl/class_aclRole.inc:135 #, fuzzy msgid "Reset ACL" msgstr "Verwijderen" -#: plugins/admin/acl/class_aclRole.inc:138 include/class_acl.inc:228 -#, fuzzy -msgid "One level" -msgstr "Log prioriteit" - -#: plugins/admin/acl/class_aclRole.inc:139 include/class_acl.inc:229 -#: include/class_acl.inc:234 -#, fuzzy -msgid "Current object" -msgstr "Nieuw FAI object aanmaken" - -#: plugins/admin/acl/class_aclRole.inc:140 include/class_acl.inc:230 -#, fuzzy -msgid "Complete subtree" -msgstr "Subonderdelen negeren" - -#: plugins/admin/acl/class_aclRole.inc:141 include/class_acl.inc:231 -msgid "Complete subtree (permanent)" -msgstr "" - -#: plugins/admin/acl/class_aclRole.inc:181 -#: plugins/admin/acl/class_aclRole.inc:727 include/class_acl.inc:279 +#: plugins/admin/acl/class_aclRole.inc:179 +#: plugins/admin/acl/class_aclRole.inc:741 include/class_acl.inc:278 #, fuzzy msgid "Permissions" msgstr "Rechten" -#: plugins/admin/acl/class_aclRole.inc:181 include/class_acl.inc:279 -#: include/php_setup.inc:191 +#: plugins/admin/acl/class_aclRole.inc:179 include/class_acl.inc:278 +#: include/php_setup.inc:185 msgid "Type" msgstr "Type" -#: plugins/admin/acl/class_aclRole.inc:410 +#: plugins/admin/acl/class_aclRole.inc:408 msgid "No ACL settings for this category" msgstr "" -#: plugins/admin/acl/class_aclRole.inc:412 +#: plugins/admin/acl/class_aclRole.inc:410 #, fuzzy, php-format msgid "ACL for these objects: %s" msgstr "Nieuw FAI object aanmaken" -#: plugins/admin/acl/class_aclRole.inc:417 +#: plugins/admin/acl/class_aclRole.inc:415 #, fuzzy msgid "Edit category ACL" msgstr "Bewerk klasse" -#: plugins/admin/acl/class_aclRole.inc:420 +#: plugins/admin/acl/class_aclRole.inc:418 #, fuzzy msgid "Delete category ACL" msgstr "Categorie" -#: plugins/admin/acl/class_aclRole.inc:441 +#: plugins/admin/acl/class_aclRole.inc:439 #, php-format msgid "Edit ACL for '%s', scope is '%s'" msgstr "" -#: plugins/admin/acl/class_aclRole.inc:451 include/class_acl.inc:644 -msgid "All objects in current subtree" -msgstr "" - -#: plugins/admin/acl/class_aclRole.inc:637 +#: plugins/admin/acl/class_aclRole.inc:632 #, fuzzy msgid "Object in use" msgstr "Objectnaam" -#: plugins/admin/acl/class_aclRole.inc:637 +#: plugins/admin/acl/class_aclRole.inc:632 #, php-format msgid "This role cannot be removed while it is in use by these objects:" msgstr "" -#: plugins/admin/acl/class_aclRole.inc:753 plugins/admin/acl/tabs_acl.inc:28 -#: include/class_acl.inc:1279 include/class_acl.inc:1280 -#: include/class_acl.inc:1285 include/class_tabs.inc:374 +#: plugins/admin/acl/class_aclRole.inc:728 +msgid "" +"The 'aclRoleRDN' statement defines the location where new acl roles will be " +"created. The default is 'ou=aclroles,'." +msgstr "" + +#: plugins/admin/acl/class_aclRole.inc:767 plugins/admin/acl/tabs_acl.inc:28 +#: include/class_acl.inc:1282 include/class_acl.inc:1283 +#: include/class_acl.inc:1289 include/class_tabs.inc:382 msgid "ACL" msgstr "Rechten" @@ -4927,6 +4108,11 @@ msgstr "Rechten" msgid "Paste acl-role" msgstr "Verwijder gebruiker" +#: plugins/admin/ogroups/generic.tpl:1 +#: plugins/admin/ogroups/ogroup-list.xml:15 +msgid "Object group" +msgstr "Objectgroep" + #: plugins/admin/ogroups/generic.tpl:10 msgid "Name of the group" msgstr "Naam van de groep" @@ -4935,119 +4121,130 @@ msgstr "Naam van de groep" msgid "Member objects" msgstr "Lidmaatschap objecten" -#: plugins/admin/ogroups/tabs_ogroups.inc:133 +#: plugins/admin/ogroups/tabs_ogroups.inc:134 msgid "Phone queue" msgstr "Telefoonwachtrij" -#: plugins/admin/ogroups/tabs_ogroups.inc:160 +#: plugins/admin/ogroups/tabs_ogroups.inc:163 #, fuzzy -msgid "Systems" -msgstr "Systeem" +msgid "System settings" +msgstr "Gebruikersinstellingen" -#: plugins/admin/ogroups/tabs_ogroups.inc:171 -#: plugins/admin/ogroups/tabs_ogroups.inc:194 -msgid "Startup" -msgstr "Opstarten" +#: plugins/admin/ogroups/tabs_ogroups.inc:175 +#: plugins/admin/ogroups/tabs_ogroups.inc:200 +#, fuzzy +msgid "Recipe" +msgstr "Ontvanger" -#: plugins/admin/ogroups/tabs_ogroups.inc:182 -#: plugins/admin/ogroups/tabs_ogroups.inc:203 +#: plugins/admin/ogroups/tabs_ogroups.inc:187 +#: plugins/admin/ogroups/tabs_ogroups.inc:209 msgid "Devices" msgstr "Apparaten" -#: plugins/admin/ogroups/tabs_ogroups.inc:213 -msgid "FAI summary" -msgstr "FAI samenvatting" +#: plugins/admin/ogroups/tabs_ogroups.inc:219 +#, fuzzy +msgid "Deployment summary" +msgstr "Afdelingnaam" + +#: plugins/admin/ogroups/tabs_ogroups.inc:229 +msgid "Desktop" +msgstr "" -#: plugins/admin/ogroups/tabs_ogroups.inc:241 +#: plugins/admin/ogroups/tabs_ogroups.inc:246 msgid "Applications" msgstr "Programma's" +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:47 +#: plugins/admin/ogroups/class_ogroupManagement.inc:192 +msgid "Printer" +msgstr "Printer" + #: plugins/admin/ogroups/objectSelect/class_objectSelect.inc:29 #, fuzzy msgid "Object selection" msgstr "Groep instellingen" -#: plugins/admin/ogroups/class_ogroup.inc:200 +#: plugins/admin/ogroups/class_ogroup.inc:230 msgid "You cannot combine terminals and workstations in one object group!" msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:302 +#: plugins/admin/ogroups/class_ogroup.inc:311 msgid "too many different objects!" msgstr "te veel verschillende object tpyes!" -#: plugins/admin/ogroups/class_ogroup.inc:304 +#: plugins/admin/ogroups/class_ogroup.inc:313 msgid "users" msgstr "gebruikers" -#: plugins/admin/ogroups/class_ogroup.inc:305 +#: plugins/admin/ogroups/class_ogroup.inc:314 msgid "groups" msgstr "groepen" -#: plugins/admin/ogroups/class_ogroup.inc:306 +#: plugins/admin/ogroups/class_ogroup.inc:315 msgid "applications" msgstr "programma's" -#: plugins/admin/ogroups/class_ogroup.inc:307 +#: plugins/admin/ogroups/class_ogroup.inc:316 msgid "departments" msgstr "afdelingen" -#: plugins/admin/ogroups/class_ogroup.inc:308 +#: plugins/admin/ogroups/class_ogroup.inc:317 msgid "servers" msgstr "servers" -#: plugins/admin/ogroups/class_ogroup.inc:309 +#: plugins/admin/ogroups/class_ogroup.inc:318 msgid "workstations" msgstr "werkstations" -#: plugins/admin/ogroups/class_ogroup.inc:310 +#: plugins/admin/ogroups/class_ogroup.inc:319 #, fuzzy msgid "winstations" msgstr "Windows werkstation" -#: plugins/admin/ogroups/class_ogroup.inc:311 +#: plugins/admin/ogroups/class_ogroup.inc:320 msgid "terminals" msgstr "terminals" -#: plugins/admin/ogroups/class_ogroup.inc:312 +#: plugins/admin/ogroups/class_ogroup.inc:321 msgid "phones" msgstr "telefoons" -#: plugins/admin/ogroups/class_ogroup.inc:313 +#: plugins/admin/ogroups/class_ogroup.inc:322 msgid "printers" msgstr "printers" -#: plugins/admin/ogroups/class_ogroup.inc:500 +#: plugins/admin/ogroups/class_ogroup.inc:524 msgid "Non existing dn:" msgstr "Niet bestaande dn: " -#: plugins/admin/ogroups/class_ogroup.inc:657 +#: plugins/admin/ogroups/class_ogroup.inc:642 #, php-format msgid "" "These systems are already configured by other object groups and cannot be " "added:" msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:691 +#: plugins/admin/ogroups/class_ogroup.inc:676 #, fuzzy msgid "You can combine two different object types at maximum, only!" msgstr "U kunt maximaal twee verschillende object types tegelijk combineren!" -#: plugins/admin/ogroups/class_ogroup.inc:841 +#: plugins/admin/ogroups/class_ogroup.inc:821 #, fuzzy msgid "Object group generic" msgstr "Objectgroep" -#: plugins/admin/ogroups/class_ogroup.inc:846 +#: plugins/admin/ogroups/class_ogroup.inc:830 #: plugins/admin/ogroups/class_ogroupManagement.inc:25 msgid "Object groups" msgstr "Objectgroepen" -#: plugins/admin/ogroups/class_ogroup.inc:852 +#: plugins/admin/ogroups/class_ogroup.inc:836 #, fuzzy msgid "Sytem trust" msgstr "Systeem vertrouwen" -#: plugins/admin/ogroups/class_ogroup.inc:853 include/class_acl.inc:279 +#: plugins/admin/ogroups/class_ogroup.inc:837 include/class_acl.inc:278 #, fuzzy msgid "Member" msgstr "Groepsleden" @@ -5061,6 +4258,10 @@ msgstr "" msgid "Templates" msgstr "Sjabloon" +#: plugins/admin/ogroups/class_ogroupManagement.inc:185 +msgid "Application" +msgstr "Programma" + #: plugins/admin/ogroups/class_ogroupManagement.inc:190 #, fuzzy msgid "Windows Install" @@ -5090,449 +4291,657 @@ msgstr "Objectgroep" msgid "Remove object group" msgstr "servers" -#: include/class_CopyPasteHandler.inc:118 -#: include/class_CopyPasteHandler.inc:127 -#: include/class_CopyPasteHandler.inc:159 -#: include/class_CopyPasteHandler.inc:176 -#: include/class_CopyPasteHandler.inc:185 -#: include/class_CopyPasteHandler.inc:193 -#: include/class_CopyPasteHandler.inc:273 -#, fuzzy, php-format -msgid "Copy and paste failed!" -msgstr "Kopieren & plakken wizard" - -#: include/class_CopyPasteHandler.inc:118 -#: include/class_CopyPasteHandler.inc:193 -#, fuzzy, php-format -msgid "Cannot set permission for '%s'" -msgstr "Kan bestand '%s' niet aanmaken." - -#: include/class_CopyPasteHandler.inc:159 -#, php-format -msgid "'%s' is no vaild LDAP object" -msgstr "" - -#: include/class_CopyPasteHandler.inc:160 -#: include/class_CopyPasteHandler.inc:274 include/functions.inc:605 -#: include/functions.inc:792 include/functions.inc:910 -#: include/functions.inc:1308 include/functions.inc:2365 -#: include/functions.inc:2399 include/functions.inc:2419 -#: include/class_log.inc:87 include/class_acl.inc:974 -#: include/class_ldap.inc:693 include/class_ldap.inc:744 -#: include/class_session.inc:76 include/class_session.inc:101 -#: include/class_session.inc:127 +#: plugins/addons/propertyEditor/property-list.tpl:3 #, fuzzy -msgid "Internal error" -msgstr "Terminal server" - -#: include/class_CopyPasteHandler.inc:176 -#, fuzzy, php-format -msgid "No write permission in '%s'" -msgstr "Kan bestand '%s' niet aanmaken." +msgid "Warning message" +msgstr "Bericht in wachtstand plaatsen" -#: include/class_CopyPasteHandler.inc:394 -#, php-format -msgid "These objects will be pasted: %s" +#: plugins/addons/propertyEditor/property-list.tpl:9 +msgid "" +"Modifying properties may break your setup, destroy or mess up your LDAP " +"database, lead to security holes or it can even make a login impossible!" msgstr "" -#: include/class_CopyPasteHandler.inc:418 -#, php-format -msgid "This object will be pasted: %s" +#: plugins/addons/propertyEditor/property-list.tpl:10 +msgid "" +"Since configuration properties are stored in the LDAP database a copy/backup " +"can be handy." msgstr "" -#: include/class_CopyPasteHandler.inc:514 include/class_listing.inc:1411 -#: include/class_listing.inc:1413 include/class_plugin.inc:1971 -#: include/class_plugin.inc:1974 -msgid "Paste" -msgstr "Plakken" +#: plugins/addons/propertyEditor/property-list.tpl:14 +msgid "" +"If you've debarred yourself, you can try to set 'ignoreLdapProperties' to " +"'true' in your gosa.conf main section. This will make GOsa ignore LDAP based " +"property values." +msgstr "" -#: include/class_CopyPasteHandler.inc:516 -#, fuzzy -msgid "Cannot paste" -msgstr "Plakken onmogelijk" +#: plugins/addons/propertyEditor/property-list.tpl:22 +msgid "" +"I understand that there are certain risks, but I want to modify properties!" +msgstr "" -#: include/class_config.inc:152 -#, php-format -msgid "XML error in gosa.conf: %s at line %d" -msgstr "XML fout in gosa.conf: %s op regel %d" +#: plugins/addons/propertyEditor/property-list.tpl:38 +msgid "Ignoring LDAP defined properties!" +msgstr "" -#: include/class_config.inc:325 -#, fuzzy -msgid "Cannot bind to LDAP. Please contact the system administrator." +#: plugins/addons/propertyEditor/property-list.tpl:77 +msgid "Undo" msgstr "" -"Kan niet verbinden met de LDAP server. Neem a.u.b. contact op met de " -"systeembeheerder." -#: include/class_config.inc:702 -#, fuzzy -msgid "sambaSID and/or sambaRidBase missing in the configuration!" -msgstr "SID en/of RIDBASE ontbreken in uw configuratie!" +#: plugins/addons/propertyEditor/class_commandVerifier.inc:56 +msgid "Results" +msgstr "" -#: include/class_config.inc:1112 +#: plugins/addons/propertyEditor/commandVerifier.tpl:1 #, fuzzy -msgid "Configuration" -msgstr "Configuratie bestand" +msgid "Command verifier" +msgstr "en" -#: include/class_config.inc:1112 +#: plugins/addons/propertyEditor/commandVerifier.tpl:3 msgid "" -"The configuration file you are using seems to be outdated. Please move the " -"GOsa configuration file away to run the GOsa setup again." +"Here you can execute commands in the way GOsa does and check the generated " +"results or errors. This can be very usefull especially for the post events " +"(postcreate, postmodify and postremove) due to the fact that these hook are " +"executed silently." msgstr "" -#: include/class_config.inc:1154 include/class_config.inc:1185 -#: include/class_SnapshotHandler.inc:46 include/class_SnapshotHandler.inc:77 -#, php-format +#: plugins/addons/propertyEditor/commandVerifier.tpl:8 msgid "" -"The snapshot functionality is enabled, but the required variable '%s' is not " -"set." +"Please be carefull here, all commands will really be executed on your " +"machine and may break things!" msgstr "" -#: include/class_config.inc:1167 include/class_SnapshotHandler.inc:59 -#, php-format -msgid "" -"The snapshot functionality is enabled, but the required compression module " -"is missing. Please install '%s'." +#: plugins/addons/propertyEditor/commandVerifier.tpl:15 +msgid "The command to check for" msgstr "" -#: include/class_socketClient.inc:60 -msgid "The mcrypt module was not found. Please install php5-mcrypt." -msgstr "" +#: plugins/addons/propertyEditor/commandVerifier.tpl:17 +#, fuzzy +msgid "Test" +msgstr "Timeout" -#: include/class_socketClient.inc:108 -#, php-format -msgid "Socket connection to host '%s:%s' failed: %s" -msgstr "" +#: plugins/addons/propertyEditor/property-filter.xml:15 +#, fuzzy +msgid "Effective properties" +msgstr "Bewerk algemene eigenschappen" -#: include/class_socketClient.inc:191 -#, php-format -msgid "Socket timeout of %s seconds reached." -msgstr "" +#: plugins/addons/propertyEditor/property-filter.xml:29 +#, fuzzy +msgid "Modified properties" +msgstr "Bewerk algemene eigenschappen" -#: include/class_multi_plug.inc:362 +#: plugins/addons/propertyEditor/property-filter.xml:43 #, fuzzy -msgid "You are currently editing mutliple entries." -msgstr "U heeft geen toestemming om deze afdeling te verwijderen." +msgid "All properties" +msgstr "Bewerk algemene eigenschappen" -#: include/class_multi_plug.inc:391 +#: plugins/addons/propertyEditor/property-filter.xml:57 #, fuzzy -msgid "Password reset" -msgstr "Wachtwoord verloopt op" +msgid "LDAP properties" +msgstr "Eigenschappen" -#: include/class_multi_plug.inc:391 +#: plugins/addons/propertyEditor/property-filter.xml:71 #, fuzzy -msgid "The user password was resetted, please set a new password value!" -msgstr "Uw wachtwoord is verlopen! Kies a.u.b. een nieuw wachtwoord. " +msgid "Search for property groups" +msgstr "Toon primaire groepen" -#: include/class_sortableListing.inc:221 +#: plugins/addons/propertyEditor/property-list.xml:11 #, fuzzy -msgid "Sortable list" -msgstr "Exporteer" +msgid "List of configuration settings" +msgstr "Gebruikersinstellingen" -#: include/class_sortableListing.inc:226 -msgid "Edit this entry" -msgstr "Bewerk deze invoer" +#: plugins/addons/propertyEditor/property-list.xml:15 +#, fuzzy +msgid "Property not used" +msgstr "Gebruikersgroep" -#: include/class_sortableListing.inc:231 -msgid "Delete this entry" -msgstr "Verwijder deze invoer" +#: plugins/addons/propertyEditor/property-list.xml:23 +msgid "Property will be restored" +msgstr "" -#: include/class_sortableListing.inc:261 include/class_listing.inc:247 -msgid "Up" -msgstr "Omhoog" +#: plugins/addons/propertyEditor/property-list.xml:31 +#, fuzzy +msgid "Modified property" +msgstr "Persoonlijke informatie" -#: include/class_sortableListing.inc:261 include/class_listing.inc:247 -msgid "Down" -msgstr "Omlaag" +#: plugins/addons/propertyEditor/property-list.xml:39 +#, fuzzy +msgid "Property configured in LDAP" +msgstr "Configuratie bestand" -#: include/functions.inc:127 -#, php-format -msgid "Fatal error: no class locations defined - please run '%s' to fix this" -msgstr "" +#: plugins/addons/propertyEditor/property-list.xml:47 +#, fuzzy +msgid "Property configured in config file" +msgstr "Configuratie bestand" -#: include/functions.inc:134 -#, php-format -msgid "" -"Fatal error: cannot instantiate class '%s' - try running '%s' to fix this" -msgstr "" +#: plugins/addons/propertyEditor/property-list.xml:72 +#, fuzzy +msgid "Class" +msgstr "klasse" + +#: plugins/addons/propertyEditor/property-list.xml:88 +#, fuzzy +msgid "Value" +msgstr "man" + +#: plugins/addons/propertyEditor/property-list.xml:124 +msgid "Restore to default" +msgstr "" + +#: plugins/addons/propertyEditor/class_propertyEditor.inc:6 +#, fuzzy +msgid "Preferences" +msgstr "Referenties" + +#: plugins/addons/propertyEditor/class_propertyEditor.inc:7 +msgid "" +"Configure global and special GOsa settings like hooks and plugin parameters" +msgstr "" + +#: plugins/addons/propertyEditor/class_propertyEditor.inc:206 +#, fuzzy +msgid "No description" +msgstr "Eenheid omschrijving" + +#: plugins/addons/propertyEditor/class_propertyEditor.inc:230 +msgid "FALSE" +msgstr "" + +#: plugins/addons/propertyEditor/class_propertyEditor.inc:231 +msgid "TRUE" +msgstr "" + +#: plugins/addons/propertyEditor/class_propertyEditor.inc:251 +msgid "Test the given command." +msgstr "" + +#: plugins/addons/propertyEditor/migrate.tpl:3 +msgid "Property migration assistent" +msgstr "" + +#: plugins/addons/propertyEditor/migrate.tpl:3 +#, fuzzy +msgid "Migration steps left" +msgstr "Aanmaken" + +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:31 +#, fuzzy, php-format +msgid "Migration of property '%s'" +msgstr "Aanmaken" + +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:34 +#, fuzzy, php-format +msgid "GOsa has detected objects outside of the configured storage point (%s)." +msgstr "U staat op het punt de invoer '%s' te kopieren." + +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:161 +msgid "Objects that will be added" +msgstr "" + +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:169 +msgid "Objects that will be moved" +msgstr "" + +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:177 +#, fuzzy, php-format +msgid "Moving object '%s' to '%s'" +msgstr "Verplaatsen van %s naar %s" -#: include/functions.inc:448 +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:204 #, php-format -msgid "FATAL: Error when connecting the LDAP. Server said '%s'." +msgid "Migration failed for object %s, dn already exists!" +msgstr "" + +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:208 +#, php-format +msgid "Migration failed for object %s, please check if it already exists!" msgstr "" -"FATAAL: Fout bij het verbinden met de LDAP server. De server meldt: '%s'." -#: include/functions.inc:519 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:105 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:327 +msgid "Labeled URI" +msgstr "" + +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:119 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:121 +#: plugins/addons/dyngroup/dyngroup.tpl:7 #, fuzzy -msgid "Username / UID is not unique inside the LDAP tree!" -msgstr "Gebruikersnaam / UID is niet uniek. Controleer uw LDAP database a.u.b." +msgid "Attribute" +msgstr "Telefoon attributen " -#: include/functions.inc:605 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:128 +msgid "Surrounding brakets are required!" +msgstr "" + +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:136 +#, php-format +msgid "The given filter '%s' for entry %s seems to be invalid!" +msgstr "" + +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:166 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:168 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:319 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:320 #, fuzzy -msgid "" -"Username / UID is not unique inside the LDAP tree. Please contact your " -"Administrator." -msgstr "Gebruikersnaam / UID is niet uniek. Controleer uw LDAP database a.u.b." +msgid "Dynamic object" +msgstr "Object" -#: include/functions.inc:792 include/functions.inc:910 -msgid "Error while adding a lock. Contact the developers!" +#: plugins/addons/dyngroup/dyngroup.tpl:1 +#, fuzzy +msgid "List of dynamic rules" +msgstr "Lijst met macro's" + +#: plugins/addons/dyngroup/dyngroup.tpl:3 +msgid "Labeled URI definitions" msgstr "" -#: include/functions.inc:802 +#: plugins/addons/dyngroup/dyngroup.tpl:6 +#, fuzzy +msgid "Scope" +msgstr "kopieer" + +#: include/class_CopyPasteHandler.inc:118 +#: include/class_CopyPasteHandler.inc:127 +#: include/class_CopyPasteHandler.inc:159 +#: include/class_CopyPasteHandler.inc:176 +#: include/class_CopyPasteHandler.inc:185 +#: include/class_CopyPasteHandler.inc:193 +#: include/class_CopyPasteHandler.inc:273 +#, fuzzy, php-format +msgid "Copy and paste failed!" +msgstr "Kopieren & plakken wizard" + +#: include/class_CopyPasteHandler.inc:118 #, fuzzy, php-format -msgid "" -"Cannot create locking information in LDAP tree. Please contact your " -"administrator!" +msgid "Cannot set permission for %s" +msgstr "Kan bestand '%s' niet aanmaken." + +#: include/class_CopyPasteHandler.inc:159 +#, php-format +msgid "'%s' is no vaild LDAP object" msgstr "" -"Kan de blokkade informatie niet ophalen uit de LDAP database. Controleer a.u." -"b. de 'config' regel in gosa.conf!" -#: include/functions.inc:802 +#: include/class_CopyPasteHandler.inc:176 #, fuzzy, php-format -msgid "LDAP server returned: %s" -msgstr "LDAP server" +msgid "No write permission in '%s'" +msgstr "Kan bestand '%s' niet aanmaken." + +#: include/class_CopyPasteHandler.inc:193 +#, fuzzy, php-format +msgid "Cannot set permission for '%s'" +msgstr "Kan bestand '%s' niet aanmaken." + +#: include/class_CopyPasteHandler.inc:396 +#, php-format +msgid "These objects will be pasted: %s" +msgstr "" + +#: include/class_CopyPasteHandler.inc:420 +#, php-format +msgid "This object will be pasted: %s" +msgstr "" + +#: include/class_CopyPasteHandler.inc:570 include/class_listing.inc:1458 +#: include/class_listing.inc:1460 +msgid "Paste" +msgstr "Plakken" + +#: include/class_CopyPasteHandler.inc:572 +#, fuzzy +msgid "Cannot paste" +msgstr "Plakken onmogelijk" + +#: include/class_config.inc:159 +#, php-format +msgid "XML error in gosa.conf: %s at line %d" +msgstr "XML fout in gosa.conf: %s op regel %d" + +#: include/class_config.inc:337 +msgid "Cannot bind to LDAP!" +msgstr "" + +#: include/class_config.inc:678 +#, fuzzy +msgid "sambaSID and/or sambaRidBase missing in the configuration!" +msgstr "SID en/of RIDBASE ontbreken in uw configuratie!" -#: include/functions.inc:931 +#: include/class_config.inc:1097 #, fuzzy +msgid "Configuration" +msgstr "Configuratie bestand" + +#: include/class_config.inc:1097 msgid "" -"Found multiple locks for object to be locked. This should not happen - " -"cleaning up multiple references." +"The configuration file you are using is outdated. Please move the GOsa " +"configuration file away to run the GOsa setup again." msgstr "" -"Er zijn meerdere blokkades voor het te blokkeren object gevonden. Dat zou " -"niet mogelijk moeten zijn. Meervoudige verwijzingen worden opgeschoond." -#: include/functions.inc:1235 +#: include/class_config.inc:1139 include/class_config.inc:1170 #, php-format -msgid "The size limit of %d entries is exceed!" -msgstr "De hoeveelheidslimiet van %d invoeren is overschreden!" +msgid "" +"The snapshot functionality is enabled, but the required variable %s is not " +"set." +msgstr "" -#: include/functions.inc:1237 +#: include/class_config.inc:1152 #, php-format msgid "" -"Set the new size limit to %s and show me this message if the limit still " -"exceeds" +"The snapshot functionality is enabled, but the required compression module " +"is missing. Please install %s." +msgstr "" + +#: include/class_socketClient.inc:108 +#, php-format +msgid "Socket connection to %s:%s failed: %s" +msgstr "" + +#: include/class_socketClient.inc:191 +#, php-format +msgid "Socket timeout of %s seconds reached!" +msgstr "" + +#: include/class_multi_plug.inc:362 +#, fuzzy +msgid "You are currently editing mutliple entries." +msgstr "U heeft geen toestemming om deze afdeling te verwijderen." + +#: include/class_multi_plug.inc:391 +#, fuzzy +msgid "Reset password" +msgstr "Wachtwoord instellen" + +#: include/class_multi_plug.inc:391 +#, fuzzy +msgid "The user password has been reset. Please set a new password!" +msgstr "Uw wachtwoord is verlopen! Kies a.u.b. een nieuw wachtwoord. " + +#: include/class_sortableListing.inc:221 +#, fuzzy +msgid "Sortable list" +msgstr "Exporteer" + +#: include/class_sortableListing.inc:226 +msgid "Edit this entry" +msgstr "Bewerk deze invoer" + +#: include/class_sortableListing.inc:231 +msgid "Delete this entry" +msgstr "Verwijder deze invoer" + +#: include/class_sortableListing.inc:261 include/class_listing.inc:257 +msgid "Sort ascending" +msgstr "" + +#: include/class_sortableListing.inc:261 include/class_listing.inc:257 +msgid "Sort descending" msgstr "" -"Stel de nieuwe hoeveelheidslimiet in op %s en toon me dit bericht indien de " -"limiet nog steeds overschreden wordt." -#: include/functions.inc:1254 -msgid "incomplete" +#: include/class_jsonRPC.inc:180 +#, fuzzy, php-format +msgid "Unknown HTTP status code '%s'!" +msgstr "Onbekende FAI status %s" + +#: include/functions.inc:128 +#, php-format +msgid "Fatal error: no class locations defined - please run %s to fix this" +msgstr "" + +#: include/functions.inc:135 +#, php-format +msgid "Fatal error: cannot instantiate class %s - try running %s to fix this" +msgstr "" + +#: include/functions.inc:460 +#, fuzzy, php-format +msgid "Error while connecting to LDAP: %s" +msgstr "" +"FATAAL: Fout bij het verbinden met de LDAP server. De server meldt: '%s'." + +#: include/functions.inc:531 include/functions.inc:617 +#, fuzzy +msgid "User ID is not unique!" +msgstr "Gebruikersnaam / UID is niet uniek. Controleer uw LDAP database a.u.b." + +#: include/functions.inc:804 include/functions.inc:922 +msgid "Error while locking entry!" +msgstr "" + +#: include/functions.inc:814 +#, fuzzy, php-format +msgid "Cannot store lock information in LDAP!" +msgstr "Kan quota informatie niet ophaleven voor '%s'." + +#: include/functions.inc:814 +#, fuzzy, php-format +msgid "Error: %s" +msgstr "Fout" + +#: include/functions.inc:1244 +#, fuzzy, php-format +msgid "The current size limit of %d entries is exceeded!" +msgstr "De hoeveelheidslimiet van %d invoeren is overschreden!" + +#: include/functions.inc:1246 +#, php-format +msgid "Set the size limit to %s" +msgstr "" + +#: include/functions.inc:1263 +#, fuzzy +msgid "list is incomplete" msgstr "onvolledig" -#: include/functions.inc:1636 +#: include/functions.inc:1611 msgid "Continue anyway" msgstr "Toch doorgaan" -#: include/functions.inc:1638 +#: include/functions.inc:1613 msgid "Edit anyway" msgstr "Alsnog bewerken" -#: include/functions.inc:1641 +#: include/functions.inc:1616 msgid "These entries are currently locked:" msgstr "" -#: include/functions.inc:1881 +#: include/functions.inc:1856 msgid "Entries per page" msgstr "Regels per pagina" -#: include/functions.inc:1910 -msgid "Apply filter" -msgstr "Filter toepassen" +#: include/functions.inc:2207 +#, fuzzy, php-format +msgid "GOsa %s" +msgstr "Log DB gebruiker" -#: include/functions.inc:2222 -msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" -msgstr "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" +#: include/functions.inc:2214 +#, fuzzy, php-format +msgid "GOsa %s snapshot (Rev %s)" +msgstr "GOsa ontwikkelversie (Revisie %s)" -#: include/functions.inc:2268 +#: include/functions.inc:2219 #, php-format msgid "GOsa development snapshot (Rev %s)" msgstr "GOsa ontwikkelversie (Revisie %s)" -#: include/functions.inc:2365 +#: include/functions.inc:2315 #, php-format -msgid "File '%s' could not be deleted." +msgid "File %s cannot be deleted!" msgstr "" -#: include/functions.inc:2399 include/functions.inc:2419 +#: include/functions.inc:2349 include/functions.inc:2369 #, fuzzy -msgid "Cannot write to revision file!" +msgid "Cannot write revision file!" msgstr "Kan bestand '%s' niet aanmaken." -#: include/functions.inc:2690 include/functions.inc:2694 -#: include/functions.inc:2700 +#: include/functions.inc:2640 include/functions.inc:2644 +#: include/functions.inc:2650 msgid "'baseIdHook' is not available. Using default base!" msgstr "" -#: include/functions.inc:2724 +#: include/functions.inc:2674 #, fuzzy -msgid "LDAP warning" -msgstr "LDAP beheer" - -#: include/functions.inc:2724 -#, fuzzy -msgid "Cannot get schema information from server. No schema check possible!" +msgid "" +"Cannot read schema information from LDAP. Schema validation is not possible!" msgstr "" "Kan de schema informatie niet ophalen van de server. Schema controle is " "onmogelijk!" -#: include/functions.inc:2750 -msgid "Used to store account specific informations." +#: include/functions.inc:2700 +msgid "This class is used to make users appear in GOsa." msgstr "" -#: include/functions.inc:2757 +#: include/functions.inc:2707 msgid "" -"Used to lock currently edited entries to avoid multiple changes at the same " +"This class is used to lock entries in order to prevent multiple edits at a " "time." msgstr "" -#: include/functions.inc:2802 +#: include/functions.inc:2752 #, fuzzy, php-format -msgid "Missing required object class '%s'!" +msgid "Required object class %s is missing!" msgstr "Toon FAI sjabloon objecten" -#: include/functions.inc:2805 +#: include/functions.inc:2755 #, php-format -msgid "Missing optional object class '%s'!" +msgid "Optional object class %s is missing!" msgstr "" -#: include/functions.inc:2810 -#, php-format -msgid "Version mismatch for required object class '%s' (!=%s)!" -msgstr "" +#: include/functions.inc:2760 +#, fuzzy, php-format +msgid "Wrong version of required object class %s (!=%s) detected!" +msgstr "Toon FAI sjabloon objecten" -#: include/functions.inc:2813 +#: include/functions.inc:2763 #, fuzzy, php-format -msgid "Class(es) available" +msgid "Class available" msgstr "Bestand is beschikbaar" -#: include/functions.inc:2835 +#: include/functions.inc:2785 msgid "" -"You have enabled the rfc2307bis option on the 'ldap setup' step, but your " -"schema configuration do not support this option." +"RFC 2307bis group schema is enabled, but the current LDAP configuration does " +"not support it!" msgstr "" -#: include/functions.inc:2836 +#: include/functions.inc:2786 msgid "" -"In order to use rfc2307bis conform groups the objectClass 'posixGroup' must " -"be AUXILIARY" +"To use RFC 2307bis groups, the objectClass 'posixGroup' must be AUXILIARY." msgstr "" -#: include/functions.inc:2840 +#: include/functions.inc:2790 msgid "" -"Your schema is configured to support the rfc2307bis group, but you have " -"disabled this option on the 'ldap setup' step." +"RFC 2307bis group schema is disabled, but the current LDAP configuration " +"supports it!" msgstr "" -#: include/functions.inc:2841 -msgid "The objectClass 'posixGroup' must be STRUCTURAL" +#: include/functions.inc:2791 +msgid "To correct this, the objectClass 'posixGroup' must be STRUCTURAL." msgstr "" -#: include/functions.inc:2866 +#: include/functions.inc:2816 msgid "German" msgstr "Duits" -#: include/functions.inc:2867 +#: include/functions.inc:2817 msgid "French" msgstr "Frans" -#: include/functions.inc:2868 +#: include/functions.inc:2818 msgid "Italian" msgstr "Italiaans" -#: include/functions.inc:2869 +#: include/functions.inc:2819 msgid "Spanish" msgstr "Spaans" -#: include/functions.inc:2870 +#: include/functions.inc:2820 msgid "English" msgstr "Engels" -#: include/functions.inc:2871 +#: include/functions.inc:2821 msgid "Dutch" msgstr "Nederlands" -#: include/functions.inc:2872 +#: include/functions.inc:2822 msgid "Polish" msgstr "Pools" -#: include/functions.inc:2873 +#: include/functions.inc:2823 msgid "Brazilian Portuguese" msgstr "" -#: include/functions.inc:2875 +#: include/functions.inc:2825 #, fuzzy msgid "Chinese" msgstr "Chipset" -#: include/functions.inc:2876 +#: include/functions.inc:2826 #, fuzzy msgid "Vietnamese" msgstr "Naam" -#: include/functions.inc:2877 +#: include/functions.inc:2827 msgid "Russian" msgstr "Russisch" -#: include/functions.inc:3072 -#, php-format +#: include/functions.inc:3022 +#, fuzzy, php-format msgid "" -"Command '%s', specified as POSTMODIFY for plugin '%s' doesn't seem to exist." +"Command %s specified as post modify action for plugin %s does not exist!" msgstr "" -"Het commando '%s' dat gespecificeerd is als POSTMODIFY voor module '%s' " +"Het commando '%s' dat gespecificeerd is als CHECK inhaker voor module '%s' " "bestaat niet." -#: include/functions.inc:3105 -msgid "Cannot generate samba hash!" +#: include/functions.inc:3066 +msgid "Cannot generate SAMBA hash!" msgstr "" -#: include/functions.inc:3118 +#: include/functions.inc:3079 #, php-format -msgid "" -"Cannot generate samba hash: running '%s' failed, check the 'sambaHashHook'!" +msgid "Generating SAMBA hash by running %s failed: check %s!" msgstr "" -#: include/functions.inc:3399 include/functions.inc:3413 -#: include/functions.inc:3451 include/functions.inc:3463 -#: include/functions.inc:3467 include/functions.inc:3482 -#: include/functions.inc:3491 +#: include/functions.inc:3357 include/functions.inc:3371 +#: include/functions.inc:3409 include/functions.inc:3421 +#: include/functions.inc:3425 include/functions.inc:3440 +#: include/functions.inc:3449 #, fuzzy -msgid "Cannot allocate a free ID:" +msgid "Cannot allocate free ID:" msgstr "" "Er zitten te veel gebruikers in de database. Kan geen vrij ID toewijzen!" -#: include/functions.inc:3399 +#: include/functions.inc:3357 msgid "unknown idAllocation method!" msgstr "" -#: include/functions.inc:3413 +#: include/functions.inc:3371 #, php-format msgid "%sPoolMin >= %sPoolMax!" msgstr "" -#: include/functions.inc:3443 +#: include/functions.inc:3401 #, fuzzy msgid "Cannot create sambaUnixIdPool entry!" msgstr "Ga naar basis afdelingen" -#: include/functions.inc:3451 +#: include/functions.inc:3409 msgid "sambaUnixIdPool is not unique!" msgstr "" -#: include/functions.inc:3463 include/functions.inc:3467 +#: include/functions.inc:3421 include/functions.inc:3425 #, fuzzy msgid "no ID available!" msgstr "Bestand is beschikbaar" -#: include/functions.inc:3491 -msgid "maximum tries exceeded!" +#: include/functions.inc:3449 +msgid "maximum number of tries exceeded!" msgstr "" -#: include/functions.inc:3551 +#: include/functions.inc:3509 #, fuzzy -msgid "Cannot allocate a free ID!" +msgid "Cannot allocate free ID!" msgstr "" "Er zitten te veel gebruikers in de database. Kan geen vrij ID toewijzen!" -#: include/password-methods/class_password-methods.inc:250 +#: include/password-methods/class_password-methods.inc:277 msgid "Cannot find a suitable password method for the current hash!" msgstr "" @@ -5547,354 +4956,938 @@ msgstr "Log DB gebruiker" #: include/class_log.inc:102 #, php-format -msgid "Invalid option '%s' specified!" +msgid "Invalid option %s specified!" msgstr "" #: include/class_log.inc:106 #, fuzzy -msgid "Specified objectType is empty or invalid!" +msgid "Specified 'objectType' is empty or invalid!" msgstr "De opgegeven naam is ongeldig." -#: include/class_baseSelector.inc:160 include/class_listing.inc:1009 -#: include/class_listing.inc:1011 include/class_releaseSelector.inc:164 +#: include/class_baseSelector.inc:186 include/class_listing.inc:1050 +#: include/class_listing.inc:1052 include/class_releaseSelector.inc:187 msgid "Root" msgstr "Basis" -#: include/class_baseSelector.inc:207 include/class_releaseSelector.inc:212 +#: include/class_baseSelector.inc:233 include/class_releaseSelector.inc:235 msgid "Submit" msgstr "Verwerk" -#: include/utils/class_timezone.inc:47 -#, php-format -msgid "" -"The timezone setting '%s' in your gosa.conf is not valid. Cannot calculate " -"correct timezone offset." +#: include/class_core.inc:114 +#, fuzzy +msgid "All objects" +msgstr "Lidmaatschap objecten" + +#: include/class_core.inc:132 +#, fuzzy +msgid "Traditional" +msgstr "Terminal" + +#: include/class_core.inc:132 +msgid "Use samba pool" msgstr "" -#: include/utils/class_msgPool.inc:16 -#, fuzzy, php-format -msgid "Select to list objects of type '%s'." -msgstr "Selecteer de toe te voegen objecten" +#: include/class_core.inc:164 include/class_core.inc:167 +#, fuzzy +msgid "hours" +msgstr "uur" -#: include/utils/class_msgPool.inc:18 -#, fuzzy, php-format -msgid "Select to list objects containig '%s'." -msgstr "Selecteer om groepen die gebruikers bevatten te tonen" +#: include/class_core.inc:176 +#, fuzzy +msgid "None" +msgstr "geen" -#: include/utils/class_msgPool.inc:20 -#, fuzzy, php-format -msgid "Select to list objects that have '%s' enabled" -msgstr "Selecteer de toe te voegen objecten" +#: include/class_core.inc:192 +#, fuzzy +msgid "User value" +msgstr "Gebruikersnaam" -#: include/utils/class_msgPool.inc:22 -msgid "Select to search within subtrees" -msgstr "Selecteer om binnen subonderdelen te zoeken" +#: include/class_core.inc:201 +#, fuzzy +msgid "Core" +msgstr "Sluiten" -#: include/utils/class_msgPool.inc:24 include/class_filter.inc:444 +#: include/class_core.inc:202 #, fuzzy -msgid "Search in subtrees" -msgstr "Zoek binnen subtree" +msgid "GOsa core plugin" +msgstr "E-mail instellingen" -#: include/utils/class_msgPool.inc:34 -msgid "This object will be deleted!" +#: include/class_core.inc:230 +msgid "" +"The 'htaccessAuthentication' variable tells GOsa to use either htaccess " +"authentication or LDAP authentication. This can be used if you want to use i." +"e. kerberos to authenticate the users." msgstr "" -#: include/utils/class_msgPool.inc:36 -#, php-format -msgid "This '%s' object will be deleted!" +#: include/class_core.inc:240 +msgid "" +"The 'logging' statement enables event logging on GOsa side. Setting it to " +"'true' GOsa will log every action a user performs via syslog. If you use " +"rsyslog and configure it to mysql logging, you can browse all events within " +"GOsa. GOsa will not log anything, if the logging value is empty or set to " +"'false'." msgstr "" -#: include/utils/class_msgPool.inc:41 -#, php-format -msgid "This object will be deleted: %s" +#: include/class_core.inc:251 +msgid "" +"The 'listSummary' statement determines whether a status bar will be shown on " +"the bottom of GOsa generated lists, displaying a short summary of type and " +"number of elements in the list." msgstr "" -#: include/utils/class_msgPool.inc:43 -#, php-format -msgid "This '%s' object will be deleted: %s" +#: include/class_core.inc:261 +msgid "" +"The 'passwordMinLength' statement determines whether a newly entered " +"password has to be of a minimum length." msgstr "" -#: include/utils/class_msgPool.inc:48 -msgid "This object will be deleted:" +#: include/class_core.inc:271 +msgid "" +"The 'passwordMinDiffer' statement determines whether a newly entered " +"password has to be checked to have at least n different characters." msgstr "" -#: include/utils/class_msgPool.inc:50 -#, php-format -msgid "This '%s' object will be deleted:" +#: include/class_core.inc:282 +msgid "" +"The 'passwordHook' can specify an external script to handle password " +"settings at some other location besides the LDAP." msgstr "" -#: include/utils/class_msgPool.inc:54 +#: include/class_core.inc:282 #, php-format -msgid "These objects will be deleted: %s" +msgid "It will be called this way: %s" msgstr "" -#: include/utils/class_msgPool.inc:56 -#, php-format -msgid "These '%s' objects will be deleted: %s" +#: include/class_core.inc:292 +msgid "" +"The 'displayErrors' statement tells GOsa to show PHP errors in the upper " +"part of the screen. This should be disabled in productive deployments, " +"because there might be some important passwords arround." msgstr "" -#: include/utils/class_msgPool.inc:64 -#, fuzzy -msgid "You have no permission to delete this object!" -msgstr "U heeft geen toestemming om deze afdeling te verwijderen." +#: include/class_core.inc:292 +#, php-format +msgid "The property '%s' may be interesting too." +msgstr "" -#: include/utils/class_msgPool.inc:68 include/utils/class_msgPool.inc:72 -#, fuzzy -msgid "You have no permission to delete the object:" -msgstr "U heeft geen toestemming om deze afdeling te verwijderen." +#: include/class_core.inc:302 +msgid "" +"The 'developmentMode' statement tells GOsa to show development related error " +"messages, for example messages about missing ACL configuration or classes. " +"Due to the fact that enabling this flag will result in a lot of false error " +"messages it should only be enabled while developing or debugging plugins!" +msgstr "" -#: include/utils/class_msgPool.inc:75 +#: include/class_core.inc:313 +msgid "" +"The 'schemaCheck' statement enables or disables schema checking during " +"login. It is recommended to switch this on in order to let GOsa handle " +"object creation more efficient." +msgstr "" + +#: include/class_core.inc:323 +msgid "" +"The 'copyPaste' statement enables copy and paste for LDAP entries managed " +"with GOsa." +msgstr "" + +#: include/class_core.inc:333 +msgid "" +"The 'forceGlobals' statement enables PHP security checks to force " +"register_global settings to be switched off." +msgstr "" + +#: include/class_core.inc:343 +msgid "" +"The 'forceSSL' statement enables PHP security checks to force encrypted " +"access to the web interface. GOsa will try to redirect to the same URL - " +"just with https://" +msgstr "" + +#: include/class_core.inc:353 +msgid "" +"Logs information about triggered ldap operations, duration, filter, aso. " +"into syslog." +msgstr "" + +#: include/class_core.inc:363 +msgid "" +"The 'ldapFollowReferrals' statement tells GOsa to follow LDAP referrals." +msgstr "" + +#: include/class_core.inc:373 +msgid "" +"The 'ldapFilterNestingLimit' statement can be used to speed up group " +"handling for groups with several hundreds of members. The default behaviour " +"is, that GOsa will resolv the memberUid values in a group to real names. To " +"achieve this, it writes a single filter to minimize searches. Some LDAP " +"servers (namely Sun DS) simply crash when the filter gets too big. You can " +"set a member limit, where GOsa will stop to do these lookups." +msgstr "" + +#: include/class_core.inc:383 +msgid "" +"The ldapSizelimit statement tells GOsa to retrieve the specified maximum " +"number of results. The user will get a warning, that not all entries " +"were shown." +msgstr "" + +#: include/class_core.inc:393 +msgid "" +"Disables sizelimit checks, only the configured amount of results will be " +"shown!" +msgstr "" + +#: include/class_core.inc:403 +msgid "" +"The 'warnSSL' statement enables PHP security checks to detect non encrypted " +"access to the web interface. GOsa will display a warning in this case." +msgstr "" + +#: include/class_core.inc:413 +msgid "The 'ppdGzip' variable enables PPD file compression." +msgstr "" + +#: include/class_core.inc:424 +msgid "" +"The 'ignoreAcl' value tells GOsa to ignore complete ACL sets for the given " +"DN. Add your DN here and you'll be able to restore accidently dropped ACLs." +msgstr "" + +#: include/class_core.inc:435 +msgid "" +"The 'ppdPath' variable defines where to store PPD files for the GOto " +"environment plugins." +msgstr "" + +#: include/class_core.inc:445 +msgid "" +"The 'ldapMaxQueryTime' statement tells GOsa to stop LDAP actions if there is " +"no answer within the specified number of seconds." +msgstr "" + +#: include/class_core.inc:455 +msgid "" +"The 'storeFilterSettings' statement determines whether GOsa should store " +"filter and plugin settings inside of a cookie." +msgstr "" + +#: include/class_core.inc:465 +msgid "" +"The 'sendCompressedOutput' statement determines whether PHP should send " +"compressed HTML pages to browsers or not. This may increase or decrease the " +"performance, depending on your network." +msgstr "" + +#: include/class_core.inc:476 +msgid "" +"The 'modificationDetectionAttribute' statement enables GOsa to check if a " +"entry currently being edited has been modified from someone else outside " +"GOsa in the meantime. It will display an informative dialog then. It can be " +"set to 'entryCSN' for OpenLDAP based systems or 'contextCSN' for Sun DS " +"based systems." +msgstr "" + +#: include/class_core.inc:487 +msgid "" +"The 'language' statement defines the default language used by GOsa. Normally " +"GOsa autodetects the language from the browser settings. If this is not " +"working or you want to force the language, just add the language code (i.e. " +"de for german) here." +msgstr "" + +#: include/class_core.inc:498 +msgid "" +"The 'theme' statement defines what theme is used to display GOsa pages. You " +"can install some corporate identity like theme and/or modify certain " +"templates to fit your needs within themes. Take a look at the GOsa FAQ for " +"more information." +msgstr "" + +#: include/class_core.inc:508 +msgid "" +"The 'sessionLifetime' value defines when a session will expire in seconds. " +"For Debian systems, this will not work because the sessions will be removed " +"by a cron job instead. Please modify the value inside of your php.ini " +"instead." +msgstr "" + +#: include/class_core.inc:518 +msgid "" +"The 'templateCompileDirectory' statements defines the path, where the PHP " +"templating engins 'smarty' should store its compiled GOsa templates for " +"improved speed. This path needs to be writeable by the user your webserver " +"is running with." +msgstr "" + +#: include/class_core.inc:528 +#, php-format +msgid "" +"The 'debugLevel' value tells GOsa to display certain information on each " +"page load. Value is an AND combination of the following byte values: %s" +msgstr "" + +#: include/class_core.inc:548 +#, php-format +msgid "" +"The 'sambaHashHook' statement contains an executable to generate samba hash " +"values. This is required for password synchronization, but not required if " +"you apply gosa-si services. If you don't have mkntpasswd from the samba " +"distribution installed, you can use perl to generate the hash: %s" +msgstr "" + +#: include/class_core.inc:559 +msgid "" +"The 'passwordDefaultHash' statement defines the default password hash to " +"choose for new accounts." +msgstr "" + +#: include/class_core.inc:568 +msgid "" +"The 'strictPasswordRules' tells GOsa to check for UTF-8 characters in the " +"supplied password. These Characters can lead to non working authentications " +"if UTF-8 and none UTF-8 systems locales get mixed. The default is 'true'." +msgstr "" + +#: include/class_core.inc:579 +msgid "" +"The 'accountPrimaryAttribute' option tells GOsa how to create new accounts. " +"Possible values are 'uid' and 'cn'. In the first case GOsa creates uid style " +"DN entries: 'uid=superuser,ou=staff,dc=example,dc=net'. In the second case, " +"GOsa creates cn style DN entries: 'cn=Foo Bar,ou=staff,dc=example,dc=net'. " +"If you choose \"cn\" to be your 'accountPrimaryAttribute' you can decide " +"whether to include the personal title in your dn by selecting " +"'personalTitleInDN'." +msgstr "" + +#: include/class_core.inc:589 +msgid "" +"The 'userRDN' statement defines the location where new accounts will be " +"created inside of defined departments. The default is 'ou=people'." +msgstr "" + +#: include/class_core.inc:599 +msgid "" +"The 'groupsRDN' statement defines the location where new groups will be " +"created inside of defined departments. The default is 'ou=groups'." +msgstr "" + +#: include/class_core.inc:609 +msgid "" +"The 'gidNumberBase' statement defines where to start looking for a new free " +"group id. This should be synced with your 'adduser.conf' to avoid " +"overlapping gidNumber values between local and LDAP based lookups. The " +"gidNumberBase can even be dynamic. Take a look at the 'nextIdHook' " +"definition." +msgstr "" + +#: include/class_core.inc:619 +msgid "" +"The 'baseIdHook' statement allows to hook into the id generation method " +"(traditional mode), to define the starting range for new generated ids" +msgstr "" + +#: include/class_core.inc:629 include/class_core.inc:649 +msgid "" +"The 'uidNumberPoolMin/gidNumberPoolMin' statement defines the lowest " +"assignable user/group id for use with the 'idAllocationMethod = pool'." +msgstr "" + +#: include/class_core.inc:639 include/class_core.inc:659 +msgid "" +"The 'uidNumberPoolMax/gidNumberPoolMax' statement defines the highest " +"assignable user/group id for use with the 'idAllocationMethod = pool'." +msgstr "" + +#: include/class_core.inc:669 +msgid "" +"The 'uidNumberBase' statement defines where to start looking for a new free " +"user id. This should be synced with your 'adduser.conf' to avoid overlapping " +"uidNumber values between local and LDAP based lookups. The uidNumberBase can " +"even be dynamic. Take a look at the 'baseIdHook' definition." +msgstr "" + +#: include/class_core.inc:709 +msgid "" +"The 'gosaSupportURI' defines the major gosa-si server host and the password " +"for GOsa to connect to it. It can be used if you want to use i.e. kerberos " +"to authenticate the users. The format is: credentials@host:port" +msgstr "" + +#: include/class_core.inc:719 +msgid "" +"The 'gosaSupportTimeout' sets a connection timeout for all gosa-si actions. " +"See 'gosaSupportURI' for details." +msgstr "" + +#: include/class_core.inc:730 +msgid "" +"The 'loginAttribute' statement tells GOsa which LDAP attribute is used as " +"the login name during login. It can be set to 'uid', 'mail' or 'both'" +msgstr "" + +#: include/class_core.inc:741 +msgid "" +"The 'timezone' statements defines the timezone used inside of GOsa to handle " +"date related tasks, such as password expiery, vacation messages, etc. The " +"'timezone' value should be a unix conform timezone value like in /etc/" +"timezone." +msgstr "" + +#: include/class_core.inc:751 +msgid "" +"The 'honourUnitTags' statement enables checking of 'unitTag' attributes when " +"using administrative units. If this is set to 'true' GOsa can only see " +"objects inside the administrative unit a user is logged into." +msgstr "" + +#: include/class_core.inc:761 +msgid "" +"The 'useSaslForKerberos' statement defines the way the kerberos realm is " +"stored in the #userPassword' attribute. Set it to 'true' in order to get " +"{sasl}user@REALM.NET, or to 'false' to get {kerberos}user@REALM.NET. The " +"latter is outdated, but may be needed from time to time." +msgstr "" + +#: include/class_core.inc:771 +msgid "" +"The 'rfc2307bis' statement enables rfc2307bis style groups in GOsa. You can " +"use 'member' attributes instead of memberUid in this case. To make it work " +"on unix systems, you've to adjust your NSS configuration to use rfc2307bis " +"style groups, too" +msgstr "" + +#: include/class_core.inc:781 +msgid "" +"The 'personalTitleInDN' option tells GOsa to include the personal title in " +"user DNs when #accountPrimaryAttribute' is set to \"cn\"." +msgstr "" + +#: include/class_core.inc:791 +msgid "" +"The 'nextIdHook' statement defines a script to be called for finding the " +"next free id for users or groups externaly. It gets called with the current " +"entry \"dn\" and the attribute to be ID'd. It should return an integer value." +msgstr "" + +#: include/class_core.inc:801 +msgid "" +"The 'idGenerator' statement describes an automatic way to generate new user " +"ids. There are two basic functions supported - which can be combined: \n" +"\n" +" a) using attributes\n" +"\n" +" You can specify LDAP attributes (currently only sn and givenName) in\n" +" braces {} and add a percent sign befor it. Optionally you can strip it\n" +" down to a number of characters, specified in []. I.e.\n" +"\n" +" idGenerator=\"{%sn}-{%givenName[2-4]}\"\n" +"\n" +" will generate an ID using the full surename, adding a dash, and adding " +"at\n" +" least the first two characters of givenName. If this ID is used, it'll\n" +" use up to four characters. If no automatic generation is possible, a\n" +" input box is shown.\n" +"\n" +" b) using automatic id's\n" +"\n" +" I.e. specifying\n" +"\n" +" idGenerator=\"acct{id:3}\"\n" +"\n" +" will generate a three digits id with the next free entry appended to " +"\"acct\".\n" +"\n" +" idGenerator=\"acct{id!1}\"\n" +"\n" +" will generate a one digit id with the next free entry appended to \"acct" +"\" - if needed.\n" +"\n" +" idGenerator=\"ext{id#3}\"\n" +"\n" +" will generate a three digits random number appended to \"ext\".\n" +msgstr "" + +#: include/class_core.inc:841 +msgid "" +"The 'strictNamingRules' statement enables strict checking of uids and group " +"names. If you need characters like . or - inside of your accounts, set " +"this to 'false'." +msgstr "" + +#: include/class_core.inc:851 +msgid "" +"The 'minId' statement defines the minimum assignable user or group id to " +"avoid security leaks with uid 0 accounts. This is used for the 'traditional' " +"method." +msgstr "" + +#: include/class_core.inc:862 +msgid "" +"The 'mailAttribute' statement determines which attribute GOsa will use to " +"create accounts. Valid values are 'mail' and 'uid'." +msgstr "" + +#: include/class_core.inc:872 +msgid "" +"This attribute allows to override the prefix used to create shared folders." +msgstr "" + +#: include/class_core.inc:882 +msgid "" +"This attribute allows to override the user account creation syntax, see the " +"'mailFolderCreation' description for more details.\n" +"\n" +"Examples\n" +" mailUserCreation=\"%prefix%%uid%\" => \"user.foobar\"\n" +" mailUserCreation=\"my-prefix.%uid%%domain%\" => \"my-prefix.foobar@example." +"com\"\n" +msgstr "" + +#: include/class_core.inc:897 +msgid "" +"Every mail method has its own way to create mail accounts like 'share/" +"development' or 'shared.development@example.com' which is used to identify " +"the accounts, set quotas or add acls.\n" +"\n" +"To override the methods default account creation syntax, you can set the " +"'mailFolderCreation' option.\n" +"\n" +"Examples\n" +"\n" +" mailFolderCreation=\"%prefix%%cn%\" => \"shared.development\"\n" +" mailFolderCreation=\"my-prefix.%cn%%domain%\" => \"my-prefix." +"development@example.com\"\n" +"\n" +" %prefix% The methods default prefix. (Depends on cyrusUseSlashes=FALSE/" +"TRUE)\n" +" %cn% The groups/users cn.\n" +" %uid% The users uid.\n" +" %mail% The objects mail attribute.\n" +" %domain% The domain part of the objects mail attribute.\n" +" %mailpart% The user address part of the mail address.\n" +" %uattrib% Depends on mailAttribute=\"uid/mail\".\n" +msgstr "" + +#: include/class_core.inc:923 +msgid "" +"The 'imapTimeout' statement sets the connection timeout for imap actions." +msgstr "" + +#: include/class_core.inc:934 +msgid "" +"The 'mailMethod' statement tells GOsa which mail method the setup should use " +"to communicate with a possible mail server. Leave this undefined if your " +"mail method does not match the predefined ones." +msgstr "" + +#: include/class_core.inc:944 +msgid "" +"The 'cyrusUseSlashes' statement determines if GOsa should use \"foo/bar\" or " +"\"foo.bar\" namespaces in IMAP. Unix style is with slashes." +msgstr "" + +#: include/class_core.inc:954 +msgid "" +"The 'vacationTemplateDirectory' statement sets the path where GOsa will look " +"for vacation message templates. Default is /etc/gosa/vacation. \n" +"\n" +"Example template /etc/gosa/vacation/business.txt:\n" +"\n" +" DESC:Away from desk\n" +" Hi, I'm currently away from my desk. You can contact me on\n" +" my cell phone via %mobile.\n" +"\n" +" Greetings,\n" +" %givenName %sn\n" +"\n" +msgstr "" + +#: include/class_core.inc:975 +msgid "" +"The 'ldapTLS' statement enables or disables TLS operating on LDAP " +"connections." +msgstr "" + +#: include/class_core.inc:985 +msgid "" +"The 'honourIvbbAttributes' statement enables the IVBB mode inside of GOsa. " +"You need the ivbb.schema file from used by german authorities." +msgstr "" + +#: include/class_core.inc:995 +msgid "" +"The 'sambaIdMapping' statement tells GOsa to maintain sambaIdmapEntry " +"objects. Depending on your setup this can drastically improve the windows " +"login performance." +msgstr "" + +#: include/class_core.inc:1005 +msgid "" +"The 'handleExpiredAccounts' statement enables shadow attribute tests during " +"the login to the GOsa web interface and forces password renewal or account " +"lockout." +msgstr "" + +#: include/class_core.inc:1015 +msgid "" +"The 'sambaSID' statement defines a samba SID if not available inside of the " +"LDAP. You can retrieve the current sid by net getlocalsid." +msgstr "" + +#: include/class_core.inc:1025 +msgid "" +"The 'sambaRidBase' statement defines the base id to add to ordinary sid " +"calculations - if not available inside of the LDAP." +msgstr "" + +#: include/class_core.inc:1035 +msgid "" +"The 'enableSnapshots' statement enables a snapshot mechaism in GOsa. This " +"enables you to save certain states of entries and restore them later on." +msgstr "" + +#: include/class_core.inc:1045 +msgid "" +"The 'snapshotBase' statement defines the base where snapshots should be " +"stored inside of the LDAP." +msgstr "" + +#: include/class_core.inc:1055 +msgid "" +"The 'snapshotAdminDn' variable defines the user which is used to " +"authenticate when connecting to 'snapshotURI'." +msgstr "" + +#: include/class_core.inc:1065 +msgid "" +"The 'snapshotAdminPassword' variable defines the credentials which are used " +"in combination with 'snapshotAdminDn' and 'snapshotURI' in order to " +"authenticate." +msgstr "" + +#: include/class_core.inc:1076 +msgid "" +"The 'idAllocationMethod' statement defines how GOsa generates numeric user " +"and group id values. If it is set to 'traditional' GOsa will do create a " +"lock and perform a search for the next free ID. The lock will be removed " +"after the procedure completes. 'pool' will use the sambaUnixIdPool " +"objectclass settings inside your LDAP. This one is unsafe, because it does " +"not check for concurrent LDAP access and already used IDs in this range. On " +"the other hand it is much faster." +msgstr "" + +#: include/class_core.inc:1085 +msgid "" +"The 'snapshotURI' variable defines the LDAP URI for the server which is used " +"to do object snapshots." +msgstr "" + +#: include/utils/class_timezone.inc:47 +#, fuzzy, php-format +msgid "The configured timezone %s is not valid!" +msgstr "GOsa configuratie %s/gosa.conf is niet leesbaar. Geannuleerd." + +#: include/utils/class_msgPool.inc:17 +msgid "This object will be deleted!" +msgstr "" + +#: include/utils/class_msgPool.inc:19 +#, php-format +msgid "This %s object will be deleted!" +msgstr "" + +#: include/utils/class_msgPool.inc:24 +#, php-format +msgid "This object will be deleted: %s" +msgstr "" + +#: include/utils/class_msgPool.inc:26 +#, php-format +msgid "This %s object will be deleted: %s" +msgstr "" + +#: include/utils/class_msgPool.inc:31 +msgid "This object will be deleted:" +msgstr "" + +#: include/utils/class_msgPool.inc:33 +#, php-format +msgid "This %s object will be deleted:" +msgstr "" + +#: include/utils/class_msgPool.inc:37 +#, php-format +msgid "These objects will be deleted: %s" +msgstr "" + +#: include/utils/class_msgPool.inc:39 +#, php-format +msgid "These %s objects will be deleted: %s" +msgstr "" + +#: include/utils/class_msgPool.inc:47 +#, fuzzy +msgid "You have no permission to delete this object!" +msgstr "U heeft geen toestemming om deze afdeling te verwijderen." + +#: include/utils/class_msgPool.inc:51 include/utils/class_msgPool.inc:55 +#, fuzzy +msgid "You have no permission to delete the object:" +msgstr "U heeft geen toestemming om deze afdeling te verwijderen." + +#: include/utils/class_msgPool.inc:58 #, fuzzy msgid "You have no permission to delete these objects:" msgstr "U heeft geen toestemming om deze afdeling te verwijderen." -#: include/utils/class_msgPool.inc:82 +#: include/utils/class_msgPool.inc:65 #, fuzzy msgid "You have no permission to create this object!" msgstr "U heeft geen toestemming om deze afdeling te verwijderen." -#: include/utils/class_msgPool.inc:86 include/utils/class_msgPool.inc:90 +#: include/utils/class_msgPool.inc:69 include/utils/class_msgPool.inc:73 #, fuzzy msgid "You have no permission to create the object:" msgstr "U heeft geen toestemming om deze afdeling te verwijderen." -#: include/utils/class_msgPool.inc:93 +#: include/utils/class_msgPool.inc:76 #, fuzzy msgid "You have no permission to create these objects:" msgstr "U heeft geen toestemming om deze afdeling te verwijderen." -#: include/utils/class_msgPool.inc:100 +#: include/utils/class_msgPool.inc:83 #, fuzzy msgid "You have no permission to modify this object!" msgstr "U heeft geen toestemming om deze blokkeerlijst te verwijderen." -#: include/utils/class_msgPool.inc:104 include/utils/class_msgPool.inc:108 +#: include/utils/class_msgPool.inc:87 include/utils/class_msgPool.inc:91 #, fuzzy msgid "You have no permission to modify the object:" msgstr "U heeft geen toestemming om deze blokkeerlijst te verwijderen." -#: include/utils/class_msgPool.inc:111 +#: include/utils/class_msgPool.inc:94 #, fuzzy msgid "You have no permission to modify these objects:" msgstr "U heeft geen toestemming om deze blokkeerlijst te verwijderen." -#: include/utils/class_msgPool.inc:118 +#: include/utils/class_msgPool.inc:101 #, fuzzy msgid "You have no permission to view this object!" msgstr "U heeft geen toestemming om deze blokkeerlijst te verwijderen." -#: include/utils/class_msgPool.inc:122 include/utils/class_msgPool.inc:126 +#: include/utils/class_msgPool.inc:105 include/utils/class_msgPool.inc:109 #, fuzzy msgid "You have no permission to view the object:" msgstr "" "U heeft geen toestemming om een telefoon aan te maken onder deze 'Basis'." -#: include/utils/class_msgPool.inc:129 +#: include/utils/class_msgPool.inc:112 #, fuzzy msgid "You have no permission to view these objects:" msgstr "U heeft geen toestemming om deze blokkeerlijst te verwijderen." -#: include/utils/class_msgPool.inc:136 +#: include/utils/class_msgPool.inc:119 #, fuzzy msgid "You have no permission to move this object!" msgstr "U heeft geen toestemming om deze blokkeerlijst te verwijderen." -#: include/utils/class_msgPool.inc:140 include/utils/class_msgPool.inc:144 +#: include/utils/class_msgPool.inc:123 include/utils/class_msgPool.inc:127 #, fuzzy msgid "You have no permission to move the object:" msgstr "U heeft geen toestemming om deze blokkeerlijst te verwijderen." -#: include/utils/class_msgPool.inc:147 +#: include/utils/class_msgPool.inc:130 #, fuzzy msgid "You have no permission to move these objects:" msgstr "U heeft geen toestemming om deze blokkeerlijst te verwijderen." -#: include/utils/class_msgPool.inc:157 include/utils/class_msgPool.inc:169 -#: include/utils/class_msgPool.inc:187 +#: include/utils/class_msgPool.inc:140 include/utils/class_msgPool.inc:152 +#: include/utils/class_msgPool.inc:170 #, fuzzy msgid "Connection information" msgstr "Persoonlijke informatie" -#: include/utils/class_msgPool.inc:159 +#: include/utils/class_msgPool.inc:142 #, fuzzy, php-format msgid "Cannot connect to %s database!" msgstr "Kan niet verbinden met de database server!" -#: include/utils/class_msgPool.inc:171 +#: include/utils/class_msgPool.inc:154 #, fuzzy, php-format msgid "Cannot select %s database!" msgstr "De opgegeven database kon niet geselecteerd worden!" -#: include/utils/class_msgPool.inc:177 +#: include/utils/class_msgPool.inc:160 #, php-format msgid "No %s server defined!" msgstr "" -#: include/utils/class_msgPool.inc:189 +#: include/utils/class_msgPool.inc:172 #, fuzzy, php-format msgid "Cannot query %s database!" msgstr "De opgegeven database kon niet geselecteerd worden!" -#: include/utils/class_msgPool.inc:195 +#: include/utils/class_msgPool.inc:178 #, fuzzy, php-format -msgid "The field '%s' contains a reserved keyword!" +msgid "The field %s contains a reserved keyword!" msgstr "Het veld 'Fax' bevat een ongeldig Faxnummer." -#: include/utils/class_msgPool.inc:201 +#: include/utils/class_msgPool.inc:184 #, fuzzy, php-format -msgid "Command specified as %s hook for plugin '%s' does not exist!" +msgid "Command specified as %s hook for plugin %s does not exist!" msgstr "" "Het commando '%s' dat gespecificeerd is als CHECK inhaker voor module '%s' " "bestaat niet." -#: include/utils/class_msgPool.inc:208 +#: include/utils/class_msgPool.inc:191 #, fuzzy, php-format -msgid "'%s' command is invalid!" +msgid "%s command is invalid!" msgstr "De opgegeven naam is ongeldig." -#: include/utils/class_msgPool.inc:210 -#, php-format -msgid "'%s' command (%s) for plugin %s is invalid!" -msgstr "" +#: include/utils/class_msgPool.inc:193 +#, fuzzy, php-format +msgid "%s command (%s) for plugin %s is invalid!" +msgstr "De opgegeven naam is ongeldig." -#: include/utils/class_msgPool.inc:212 -#, php-format -msgid "'%s' command for plugin %s is invalid!" -msgstr "" +#: include/utils/class_msgPool.inc:195 +#, fuzzy, php-format +msgid "%s command for plugin %s is invalid!" +msgstr "De opgegeven naam is ongeldig." -#: include/utils/class_msgPool.inc:214 +#: include/utils/class_msgPool.inc:197 #, fuzzy, php-format -msgid "'%s' command (%s) is invalid!" +msgid "%s command (%s) is invalid!" msgstr "De opgegeven naam is ongeldig." -#: include/utils/class_msgPool.inc:222 +#: include/utils/class_msgPool.inc:205 #, fuzzy, php-format -msgid "Cannot execute '%s' command!" +msgid "Cannot execute %s command!" msgstr "De opgegeven database kon niet geselecteerd worden!" -#: include/utils/class_msgPool.inc:224 -#, php-format -msgid "Cannot execute '%s' command (%s) for plugin %s!" -msgstr "" +#: include/utils/class_msgPool.inc:207 +#, fuzzy, php-format +msgid "Cannot execute %s command (%s) for plugin %s!" +msgstr "De opgegeven database kon niet geselecteerd worden!" -#: include/utils/class_msgPool.inc:226 -#, php-format -msgid "Cannot execute '%s' command for plugin %s!" -msgstr "" +#: include/utils/class_msgPool.inc:209 +#, fuzzy, php-format +msgid "Cannot execute %s command for plugin %s!" +msgstr "De opgegeven database kon niet geselecteerd worden!" -#: include/utils/class_msgPool.inc:228 +#: include/utils/class_msgPool.inc:211 #, fuzzy, php-format -msgid "Cannot execute '%s' command (%s)!" +msgid "Cannot execute %s command (%s)!" msgstr "De opgegeven database kon niet geselecteerd worden!" -#: include/utils/class_msgPool.inc:236 +#: include/utils/class_msgPool.inc:219 #, fuzzy, php-format -msgid "Value for '%s' is too large!" +msgid "Value for %s is too large!" msgstr "De opgegeven 'UID' waarde is te klein." -#: include/utils/class_msgPool.inc:238 +#: include/utils/class_msgPool.inc:221 #, fuzzy, php-format -msgid "'%s' must be smaller than %s!" +msgid "%s must be smaller than %s!" msgstr "" "De waarde opgegeven voor 'shadowMin' moet kleiner zijn dan 'shadowMax'." -#: include/utils/class_msgPool.inc:246 +#: include/utils/class_msgPool.inc:229 #, fuzzy, php-format -msgid "Value for '%s' is too small!" +msgid "Value for %s is too small!" msgstr "De opgegeven 'UID' waarde is te klein." -#: include/utils/class_msgPool.inc:248 +#: include/utils/class_msgPool.inc:231 #, fuzzy, php-format -msgid "'%s' must be %d or above!" +msgid "%s must be %s or above!" msgstr "" "PHP moet minimaal versienummer 4.1.0 hebben. GOsa gebruikt bepaalde " "functionaliteit die in voorgaande versies niet goed of helemaal niet " "voorhanden is." -#: include/utils/class_msgPool.inc:255 +#: include/utils/class_msgPool.inc:238 #, php-format -msgid "'%s' depends on '%s' - please provide both values!" +msgid "%s depends on %s - please provide both values!" msgstr "" -#: include/utils/class_msgPool.inc:261 +#: include/utils/class_msgPool.inc:244 #, fuzzy, php-format -msgid "There is already an entry with this '%s' attribute in the system!" +msgid "There is already an entry with this %s attribute in the system!" msgstr "Er bestaat al een account met deze 'Inlog naam' in de database." -#: include/utils/class_msgPool.inc:267 +#: include/utils/class_msgPool.inc:250 #, fuzzy, php-format -msgid "The required field '%s' is empty!" +msgid "The required field %s is empty!" msgstr "Het vereiste veld '(Achter)naam' is leeg." -#: include/utils/class_msgPool.inc:275 +#: include/utils/class_msgPool.inc:258 msgid "Example" msgstr "" -#: include/utils/class_msgPool.inc:295 +#: include/utils/class_msgPool.inc:278 #, fuzzy, php-format -msgid "The Field '%s' contains invalid characters" +msgid "The Field %s contains invalid characters" msgstr "Het veld 'Naam' bevat ongeldige karakters." -#: include/utils/class_msgPool.inc:296 -#, php-format -msgid "'%s' is not allowed:" -msgstr "" +#: include/utils/class_msgPool.inc:279 +#, fuzzy, php-format +msgid "%s is not allowed:" +msgstr "Het veranderen van het wachtwoord is niet toegestaan" -#: include/utils/class_msgPool.inc:296 +#: include/utils/class_msgPool.inc:279 #, fuzzy, php-format -msgid "'%s' are not allowed!" +msgid "%s are not allowed!" msgstr "Het veranderen van het wachtwoord is niet toegestaan" -#: include/utils/class_msgPool.inc:299 +#: include/utils/class_msgPool.inc:282 #, fuzzy, php-format -msgid "The Field '%s' contains invalid characters!" +msgid "The Field %s contains invalid characters!" msgstr "Het veld 'Naam' bevat ongeldige karakters." -#: include/utils/class_msgPool.inc:306 +#: include/utils/class_msgPool.inc:289 #, fuzzy, php-format msgid "Missing %s PHP extension!" msgstr "Verwijder printer mogelijkheden" -#: include/utils/class_msgPool.inc:336 +#: include/utils/class_msgPool.inc:319 #, fuzzy, php-format msgid "Add %s" msgstr "Toevoegen" -#: include/utils/class_msgPool.inc:342 +#: include/utils/class_msgPool.inc:325 #, php-format msgid "Delete" msgstr "Verwijderen" -#: include/utils/class_msgPool.inc:342 +#: include/utils/class_msgPool.inc:325 #, fuzzy, php-format msgid "Delete %s" msgstr "Verwijderen" -#: include/utils/class_msgPool.inc:348 +#: include/utils/class_msgPool.inc:331 #, fuzzy, php-format msgid "Set %s" msgstr "Stel in" -#: include/utils/class_msgPool.inc:354 +#: include/utils/class_msgPool.inc:337 #, fuzzy, php-format msgid "Edit..." msgstr "Bewerken" -#: include/utils/class_msgPool.inc:354 +#: include/utils/class_msgPool.inc:337 #, fuzzy, php-format msgid "Edit %s..." msgstr "Bewerk gebruiker" -#: include/utils/class_msgPool.inc:360 +#: include/utils/class_msgPool.inc:343 msgid "Back" msgstr "Terug" -#: include/utils/class_msgPool.inc:380 +#: include/utils/class_msgPool.inc:363 #, fuzzy, php-format msgid "This account has no valid %s extensions!" msgstr "Dit account heeft geen geldige GOsa extensies." -#: include/utils/class_msgPool.inc:386 +#: include/utils/class_msgPool.inc:369 #, fuzzy, php-format msgid "" "This account has %s settings enabled. You can disable them by clicking below." @@ -5902,7 +5895,7 @@ msgstr "" "Dit account heeft POSIX mogelijkheden ingeschakeld. U kunt deze uitschakelen " "door de knop hieronder te gebruiken." -#: include/utils/class_msgPool.inc:389 include/utils/class_msgPool.inc:396 +#: include/utils/class_msgPool.inc:372 include/utils/class_msgPool.inc:379 #, fuzzy, php-format msgid "" "This account has %s settings enabled. To disable them, you'll need to remove " @@ -5911,7 +5904,7 @@ msgstr "" "Dit account heeft Unix mogelijkheden ingeschakeld. Om deze te verwijderen " "moet u eerst het samba / omgevings account verwijderen." -#: include/utils/class_msgPool.inc:405 +#: include/utils/class_msgPool.inc:388 #, fuzzy, php-format msgid "" "This account has %s settings disabled. You can enable them by clicking below." @@ -5919,7 +5912,7 @@ msgstr "" "Dit account heeft POSIX mogelijkheden uitgeschakeld. U kunt deze inschakelen " "door de knop hieronder te gebruiken." -#: include/utils/class_msgPool.inc:408 include/utils/class_msgPool.inc:415 +#: include/utils/class_msgPool.inc:391 include/utils/class_msgPool.inc:398 #, fuzzy, php-format msgid "" "This account has %s settings disabled. To enable them, you'll need to add " @@ -5928,247 +5921,248 @@ msgstr "" "Dit account heeft Unix mogelijkheden ingeschakeld. Om deze te verwijderen " "moet u eerst het samba / omgevings account verwijderen." -#: include/utils/class_msgPool.inc:423 +#: include/utils/class_msgPool.inc:406 #, fuzzy, php-format msgid "Add %s settings" msgstr "Programma instellingen" -#: include/utils/class_msgPool.inc:429 +#: include/utils/class_msgPool.inc:412 #, fuzzy, php-format msgid "Remove %s settings" msgstr "Posix instellingen" -#: include/utils/class_msgPool.inc:435 +#: include/utils/class_msgPool.inc:418 msgid "Click the 'Edit' button below to change informations in this dialog" msgstr "" "Gebruik de 'Bewerk' knop hieronder om de informatie in deze dialoog te " "veranderen" -#: include/utils/class_msgPool.inc:441 +#: include/utils/class_msgPool.inc:424 msgid "January" msgstr "Januari" -#: include/utils/class_msgPool.inc:441 +#: include/utils/class_msgPool.inc:424 msgid "February" msgstr "Februari" -#: include/utils/class_msgPool.inc:441 +#: include/utils/class_msgPool.inc:424 msgid "March" msgstr "Maart" -#: include/utils/class_msgPool.inc:441 +#: include/utils/class_msgPool.inc:424 msgid "April" msgstr "April" -#: include/utils/class_msgPool.inc:442 +#: include/utils/class_msgPool.inc:425 msgid "May" msgstr "Mei" -#: include/utils/class_msgPool.inc:442 +#: include/utils/class_msgPool.inc:425 msgid "June" msgstr "Juni" -#: include/utils/class_msgPool.inc:442 +#: include/utils/class_msgPool.inc:425 msgid "July" msgstr "Juli" -#: include/utils/class_msgPool.inc:442 +#: include/utils/class_msgPool.inc:425 msgid "August" msgstr "Augustus" -#: include/utils/class_msgPool.inc:442 +#: include/utils/class_msgPool.inc:425 msgid "September" msgstr "September" -#: include/utils/class_msgPool.inc:443 +#: include/utils/class_msgPool.inc:426 msgid "October" msgstr "Oktober" -#: include/utils/class_msgPool.inc:443 +#: include/utils/class_msgPool.inc:426 msgid "November" msgstr "November" -#: include/utils/class_msgPool.inc:443 +#: include/utils/class_msgPool.inc:426 msgid "December" msgstr "December" -#: include/utils/class_msgPool.inc:449 +#: include/utils/class_msgPool.inc:432 #, fuzzy msgid "Sunday" msgstr "Achternaam" -#: include/utils/class_msgPool.inc:449 +#: include/utils/class_msgPool.inc:432 #, fuzzy msgid "Monday" msgstr "maand" -#: include/utils/class_msgPool.inc:449 +#: include/utils/class_msgPool.inc:432 msgid "Tuesday" msgstr "" -#: include/utils/class_msgPool.inc:449 +#: include/utils/class_msgPool.inc:432 msgid "Wednesday" msgstr "" -#: include/utils/class_msgPool.inc:449 +#: include/utils/class_msgPool.inc:432 msgid "Thursday" msgstr "" -#: include/utils/class_msgPool.inc:449 +#: include/utils/class_msgPool.inc:432 msgid "Friday" msgstr "" -#: include/utils/class_msgPool.inc:449 +#: include/utils/class_msgPool.inc:432 msgid "Saturday" msgstr "" -#: include/utils/class_msgPool.inc:456 +#: include/utils/class_msgPool.inc:439 #, fuzzy msgid "MySQL operation failed!" msgstr "De database zoekopdracht is mislukt" -#: include/utils/class_msgPool.inc:464 +#: include/utils/class_msgPool.inc:447 #, fuzzy msgid "read operation" msgstr "E-mail opties" -#: include/utils/class_msgPool.inc:464 +#: include/utils/class_msgPool.inc:447 msgid "add operation" msgstr "" -#: include/utils/class_msgPool.inc:464 +#: include/utils/class_msgPool.inc:447 #, fuzzy msgid "modify operation" msgstr "Persoonlijke informatie" -#: include/utils/class_msgPool.inc:465 +#: include/utils/class_msgPool.inc:448 #, fuzzy msgid "delete operation" msgstr "Selecteer om werkstations te zien" -#: include/utils/class_msgPool.inc:465 +#: include/utils/class_msgPool.inc:448 #, fuzzy msgid "search operation" msgstr "Het account verloopt op" -#: include/utils/class_msgPool.inc:465 +#: include/utils/class_msgPool.inc:448 #, fuzzy msgid "authentication" msgstr "Nagios authenticatie" -#: include/utils/class_msgPool.inc:468 +#: include/utils/class_msgPool.inc:451 #, fuzzy, php-format msgid "LDAP %s failed!" msgstr "De database zoekopdracht is mislukt" -#: include/utils/class_msgPool.inc:470 +#: include/utils/class_msgPool.inc:453 #, fuzzy msgid "LDAP operation failed!" msgstr "De database zoekopdracht is mislukt" -#: include/utils/class_msgPool.inc:485 +#: include/utils/class_msgPool.inc:468 #, fuzzy msgid "Upload failed!" msgstr "Gebruikers inlog mislukt. De LDAP server meldt: '%s'." -#: include/utils/class_msgPool.inc:488 +#: include/utils/class_msgPool.inc:471 #, fuzzy, php-format msgid "Upload failed: %s" msgstr "Log DB gebruiker" -#: include/utils/class_msgPool.inc:495 +#: include/utils/class_msgPool.inc:478 msgid "Communication failure with the infrastructure service!" msgstr "" -#: include/utils/class_msgPool.inc:497 +#: include/utils/class_msgPool.inc:480 #, php-format msgid "Communication failure with the infrastructure service: %s" msgstr "" -#: include/utils/class_msgPool.inc:504 include/utils/class_msgPool.inc:507 +#: include/utils/class_msgPool.inc:487 +msgid "Communication failure with the GOSA-NG service!" +msgstr "" + +#: include/utils/class_msgPool.inc:489 #, php-format -msgid "This '%s' is still in use by this object: %s" +msgid "Communication failure with the GOSA-NG service: %s" msgstr "" -#: include/utils/class_msgPool.inc:510 +#: include/utils/class_msgPool.inc:496 include/utils/class_msgPool.inc:499 #, fuzzy, php-format -msgid "This '%s' is still in use." +msgid "This %s is still in use by this object: %s" msgstr "Deze 'dn' is geen groep." -#: include/utils/class_msgPool.inc:512 -#, php-format -msgid "This '%s' is still in use by these objects: %s" -msgstr "" +#: include/utils/class_msgPool.inc:502 +#, fuzzy, php-format +msgid "This %s is still in use." +msgstr "Deze 'dn' is geen groep." + +#: include/utils/class_msgPool.inc:504 +#, fuzzy, php-format +msgid "This %s is still in use by these objects: %s" +msgstr "Deze 'dn' is geen groep." -#: include/utils/class_msgPool.inc:518 +#: include/utils/class_msgPool.inc:510 #, php-format -msgid "File '%s' does not exist!" +msgid "File %s does not exist!" msgstr "" -#: include/utils/class_msgPool.inc:524 +#: include/utils/class_msgPool.inc:516 #, fuzzy, php-format -msgid "Cannot open file '%s' for reading!" +msgid "Cannot open file %s for reading!" msgstr "Kan bestand '%s' niet openen." -#: include/utils/class_msgPool.inc:530 +#: include/utils/class_msgPool.inc:522 #, fuzzy, php-format -msgid "Cannot open file '%s' for writing!" +msgid "Cannot open file %s for writing!" msgstr "Kan bestand '%s' niet openen." -#: include/utils/class_msgPool.inc:536 -#, php-format +#: include/utils/class_msgPool.inc:528 +#, fuzzy, php-format msgid "" -"The value for '%s' is currently unconfigured or invalid, please check your " +"The value for %s is currently unconfigured or invalid, please check your " "configuration file!" msgstr "" +"Kan niet verbinden met de opgegeven database. Controleer uw GLPI " +"configuratie a.u.b." -#: include/utils/class_msgPool.inc:542 +#: include/utils/class_msgPool.inc:534 #, fuzzy, php-format -msgid "Cannot delete file '%s'!" +msgid "Cannot delete file %s!" msgstr "Kan bestand '%s' niet openen." -#: include/utils/class_msgPool.inc:548 +#: include/utils/class_msgPool.inc:540 #, fuzzy, php-format -msgid "Cannot create folder '%s'!" +msgid "Cannot create folder %s!" msgstr "Ga naar basis afdelingen" -#: include/utils/class_msgPool.inc:554 +#: include/utils/class_msgPool.inc:546 #, fuzzy, php-format -msgid "Cannot delete folder '%s'!" +msgid "Cannot delete folder %s!" msgstr "Kan bestand '%s' niet openen." -#: include/utils/class_msgPool.inc:560 +#: include/utils/class_msgPool.inc:552 #, fuzzy, php-format msgid "Checking for %s support" msgstr "Zoeken naar iconv ondersteuning" -#: include/utils/class_msgPool.inc:566 +#: include/utils/class_msgPool.inc:558 #, php-format msgid "Install and activate the %s PHP module." msgstr "" -#: include/utils/class_msgPool.inc:572 +#: include/utils/class_msgPool.inc:564 #, php-format msgid "" -"Cannot initialize class '%s'! Maybe there is a plugin missing in your gosa " +"Cannot initialize class %s! Maybe there is a plugin missing in your gosa " "setup?" msgstr "" -#: include/utils/class_msgPool.inc:578 +#: include/utils/class_msgPool.inc:570 msgid "" -"The supplied base is not valid and has been reset to the previous value!" +"The supplied base is not valid and has been reset to its previous value!" msgstr "" -#: include/utils/class_xml.inc:48 -#, fuzzy -msgid "in" -msgstr "Hoofdmenu" - -#: include/utils/class_xml.inc:50 -#, fuzzy -msgid "on line" -msgstr "Doorgaan" - #: include/utils/class_xml.inc:51 #, fuzzy msgid "XML error" @@ -6180,7 +6174,7 @@ msgid "Certificate is empty!" msgstr "Certificaten" #: include/class_certificate.inc:100 -msgid "Cannot load certificate - only PEM/DER is supported!" +msgid "Cannot load certificate: only PEM and DER are supported!" msgstr "" #: include/class_certificate.inc:115 @@ -6194,19 +6188,19 @@ msgid "No valid certificate loaded!" msgstr "Geen geldig certificaat geladen" #: include/functions_helpviewer.inc:45 -#, php-format -msgid "XML error in guide.xml: %s at line %d" +#, fuzzy, php-format +msgid "XML error in guide.xml: %s at line %s" msgstr "XML fout in guide.conf: %s op regel %d" #: include/functions_helpviewer.inc:88 msgid "No help available for this plugin." msgstr "Help is (nog) niet beschikbaar voor deze module." -#: include/functions_helpviewer.inc:97 html/helpviewer.php:194 +#: include/functions_helpviewer.inc:97 html/helpviewer.php:193 msgid "previous" msgstr "vorige" -#: include/functions_helpviewer.inc:101 html/helpviewer.php:198 +#: include/functions_helpviewer.inc:101 html/helpviewer.php:197 msgid "next" msgstr "volgende" @@ -6215,7 +6209,7 @@ msgstr "volgende" msgid "%s results for your search with the keyword %s" msgstr "%s resultaten voor uw zoekopdracht met sleutelwoord %s" -#: include/functions_helpviewer.inc:462 +#: include/functions_helpviewer.inc:461 #, php-format msgid "%s%% hit rate in file %s" msgstr "%s%% resultaat in bestand %s" @@ -6225,16 +6219,33 @@ msgstr "%s%% resultaat in bestand %s" msgid "Search filter" msgstr "Parameters" +#: include/class_filter.inc:444 +#, fuzzy +msgid "Search in subtrees" +msgstr "Zoek binnen subtree" + #: include/class_filter.inc:449 #, fuzzy msgid "Edit filters" msgstr "Bewerk certificaten" -#: include/class_userFilterEditor.inc:251 +#: include/class_SnapshotHandler.inc:45 include/class_SnapshotHandler.inc:76 +#, php-format +msgid "" +"The snapshot functionality is enabled but the required variable %s is not " +"set!" +msgstr "" + +#: include/class_SnapshotHandler.inc:58 #, php-format msgid "" -"Please check your filter #%s. You have '%s' opening and '%s' closing " -"brackets!" +"The snapshot functionality is enabled but the required PHP compression " +"module is missing: %s!" +msgstr "" + +#: include/class_userFilterEditor.inc:251 +#, php-format +msgid "Error in filter #%s: %s opening and %s closing brackets detected!" msgstr "" #: include/class_acl.inc:28 @@ -6242,212 +6253,277 @@ msgstr "" msgid "Manage access control lists" msgstr "Toegangsopties" -#: include/class_acl.inc:125 include/class_acl.inc:607 -#: include/class_acl.inc:1023 +#: include/class_acl.inc:125 include/class_acl.inc:609 +#: include/class_acl.inc:1025 #, fuzzy, php-format msgid "All users" msgstr "gebruikers" -#: include/class_acl.inc:227 -msgid "Reset ACLs" -msgstr "" - -#: include/class_acl.inc:232 include/class_acl.inc:235 -msgid "Use ACL defined in role" -msgstr "" - -#: include/class_acl.inc:253 +#: include/class_acl.inc:252 #, fuzzy msgid "Section" msgstr "Actie" -#: include/class_acl.inc:263 +#: include/class_acl.inc:262 #, fuzzy msgid "Used" msgstr "Gebruiker" -#: include/class_acl.inc:568 +#: include/class_acl.inc:570 msgid "No ACL settings for this category!" msgstr "" -#: include/class_acl.inc:571 +#: include/class_acl.inc:573 #, php-format -msgid "Contains ACLs for these objects: %s" +msgid "ACLs for: %s" msgstr "" -#: include/class_acl.inc:577 include/class_acl.inc:581 +#: include/class_acl.inc:579 include/class_acl.inc:583 #, fuzzy msgid "category ACL" msgstr "Categorie" -#: include/class_acl.inc:634 +#: include/class_acl.inc:635 #, php-format -msgid "Edit ACL for '%s' - scope is '%s'" +msgid "Edit ACL for '%s' with scope '%s'" msgstr "" -#: include/class_acl.inc:799 include/class_acl.inc:806 +#: include/class_acl.inc:797 include/class_acl.inc:804 #, fuzzy msgid "Show/hide advanced settings" msgstr "Geavanceerde telefoon instellingen" -#: include/class_acl.inc:817 +#: include/class_acl.inc:815 #, fuzzy msgid "Create objects" msgstr "Nieuw FAI object aanmaken" -#: include/class_acl.inc:818 +#: include/class_acl.inc:816 #, fuzzy msgid "Move objects" msgstr "Lidmaatschap objecten" -#: include/class_acl.inc:819 +#: include/class_acl.inc:817 #, fuzzy msgid "Remove objects" msgstr "Lidmaatschap objecten" -#: include/class_acl.inc:821 -#, fuzzy -msgid "Grant permission to owner" -msgstr "Kan bestand '%s' niet aanmaken." - -#: include/class_acl.inc:825 include/class_acl.inc:930 -#: include/class_acl.inc:934 -msgid "read" -msgstr "alleen lezen" - -#: include/class_acl.inc:826 include/class_acl.inc:932 -#: include/class_acl.inc:935 -msgid "write" -msgstr "afleveren, lezen & schrijven" - -#: include/class_acl.inc:830 +#: include/class_acl.inc:828 #, fuzzy msgid "Complete object" msgstr "Nieuw FAI object aanmaken" -#: include/class_acl.inc:974 +#: include/class_acl.inc:976 #, fuzzy, php-format msgid "Unkown ACL type '%s'!" msgstr "Onbekende FAI status %s" -#: include/class_acl.inc:1019 +#: include/class_acl.inc:1021 #, fuzzy, php-format msgid "Unknown entry '%s'!" msgstr "Onbekende FAI status %s" -#: include/class_acl.inc:1083 include/class_acl.inc:1085 +#: include/class_acl.inc:1085 include/class_acl.inc:1087 #, fuzzy, php-format -msgid "Role: %s" -msgstr "Funktie" +msgid "ACL role: %s" +msgstr "Rechten" -#: include/class_acl.inc:1085 +#: include/class_acl.inc:1087 #, fuzzy -msgid "unknown role" +msgid "unknown ACL role" msgstr "! onbekend id" -#: include/class_acl.inc:1093 +#: include/class_acl.inc:1095 #, php-format msgid "Contains settings for these objects: %s" msgstr "" -#: include/class_acl.inc:1110 +#: include/class_acl.inc:1112 #, fuzzy msgid "inactive" msgstr "actief" -#: include/class_acl.inc:1110 +#: include/class_acl.inc:1112 #, fuzzy msgid "No members" msgstr "Groepsleden" -#: include/class_acl.inc:1280 +#: include/class_acl.inc:1283 #, fuzzy msgid "Access control list" msgstr "Toegangsopties" -#: include/class_acl.inc:1285 +#: include/class_acl.inc:1289 #, fuzzy msgid "ACL roles" msgstr "Rechten" -#: include/class_acl.inc:1288 +#: include/class_acl.inc:1292 #, fuzzy msgid "ACL Entries" msgstr "Nieuw profiel" #: include/class_tabs.inc:57 #, fuzzy, php-format -msgid "" -"No plugin definitions found to initialize '%s', please check your " -"configuration file." +msgid "No plugin definition for %s found: please check the configuration file!" msgstr "" "Kan niet verbinden met de opgegeven database. Controleer uw GLPI " "configuratie a.u.b." -#: include/class_tabs.inc:241 -#, php-format -msgid "Delete process has been canceled by plugin '%s': %s" +#: include/class_tabs.inc:249 +#, fuzzy, php-format +msgid "Delete process has been canceled by plugin %s: %s" msgstr "Het verwijder proces is geannuleerd door plugin '%s': %s" -#: include/class_tabs.inc:379 +#: include/class_tabs.inc:387 msgid "References" msgstr "Referenties" -#: include/class_listing.inc:537 +#: include/class_listing.inc:319 +#, fuzzy +msgid "Select all" +msgstr "Selecteer" + +#: include/class_listing.inc:578 #, fuzzy msgid "created by" msgstr "Aanmaken" -#: include/class_listing.inc:1016 include/class_listing.inc:1018 -msgid "Go up one department" -msgstr "Ga een afdeling omhoog" +#: include/class_listing.inc:1057 include/class_listing.inc:1059 +msgid "Go to preceding level" +msgstr "" -#: include/class_listing.inc:1024 include/class_listing.inc:1026 -msgid "Go to users department" -msgstr "Ga naar gebruikers afdeling" +#: include/class_listing.inc:1065 include/class_listing.inc:1067 +msgid "Go to current users level" +msgstr "" -#: include/class_listing.inc:1031 +#: include/class_listing.inc:1072 msgid "Reload list" msgstr "Lijst herladen" -#: include/class_listing.inc:1397 include/class_plugin.inc:1960 +#: include/class_listing.inc:1444 #, fuzzy msgid "Copy" msgstr "kopieer" -#: include/class_listing.inc:1403 include/class_plugin.inc:1964 +#: include/class_listing.inc:1450 #, fuzzy msgid "Cut" msgstr "knippen" -#: include/class_listing.inc:1436 include/class_plugin.inc:1918 +#: include/class_listing.inc:1483 msgid "Cut this entry" msgstr "Deze invoer knippen" -#: include/class_listing.inc:1445 include/class_plugin.inc:1926 +#: include/class_listing.inc:1492 msgid "Copy this entry" msgstr "Deze invoer kopieren" -#: include/class_listing.inc:1477 include/class_listing.inc:1479 +#: include/class_listing.inc:1524 include/class_listing.inc:1526 #, fuzzy msgid "Restore snapshots" msgstr "Nagios account aanmaken" -#: include/class_listing.inc:1493 +#: include/class_listing.inc:1540 #, fuzzy msgid "Export list" msgstr "Exporteer" -#: include/class_listing.inc:1527 include/class_SnapShotDialog.inc:145 -#: include/class_plugin.inc:1892 +#: include/class_listing.inc:1574 include/class_SnapShotDialog.inc:141 msgid "Restore snapshot" msgstr "" -#: include/class_listing.inc:1535 include/class_plugin.inc:1900 +#: include/class_listing.inc:1582 #, fuzzy -msgid "Create a new snapshot from this object" +msgid "Create new snapshot for this object" msgstr "Nieuw FAI object aanmaken" +#: include/class_configRegistry.inc:188 +#, php-format +msgid "%s has version %s but %s is required!" +msgstr "" + +#: include/class_configRegistry.inc:243 +msgid "" +"Plugins that require one or more of the object classes above will be " +"disabled until the object classes get updated." +msgstr "" + +#: include/class_configRegistry.inc:245 +#, fuzzy +msgid "Schema validation error" +msgstr "Nagios authenticatie" + +#: include/class_configRegistry.inc:656 +#, php-format +msgid "" +"The value '%s' specified for '%s:%s' is invalid. A bool value is required " +"here!" +msgstr "" + +#: include/class_configRegistry.inc:671 +#, php-format +msgid "" +"The value '%s' specified for '%s:%s' is invalid. A string value is required " +"here!" +msgstr "" + +#: include/class_configRegistry.inc:686 +#, php-format +msgid "" +"The value '%s' specified for '%s:%s' is invalid. A numeric value is required " +"here!" +msgstr "" + +#: include/class_configRegistry.inc:701 +#, php-format +msgid "The path '%s' specified for '%s:%s' is invalid!" +msgstr "" + +#: include/class_configRegistry.inc:717 include/class_configRegistry.inc:739 +#, fuzzy, php-format +msgid "The folder '%s' specified for '%s:%s' does not exists!" +msgstr "" +"Het commando '%s' dat gespecificeerd is als CHECK inhaker voor module '%s' " +"bestaat niet." + +#: include/class_configRegistry.inc:722 +#, php-format +msgid "The folder '%s' specified for '%s:%s' cannot be used for reading!" +msgstr "" + +#: include/class_configRegistry.inc:744 +#, php-format +msgid "The folder '%s' specified for '%s:%s' cannot be used for writing!" +msgstr "" + +#: include/class_configRegistry.inc:762 +#, fuzzy, php-format +msgid "The file '%s' specified for '%s:%s' does not exists!" +msgstr "" +"Het commando '%s' dat gespecificeerd is als CHECK inhaker voor module '%s' " +"bestaat niet." + +#: include/class_configRegistry.inc:767 +#, php-format +msgid "The file '%s' specified for '%s:%s' cannot be read!" +msgstr "" + +#: include/class_configRegistry.inc:783 +#, php-format +msgid "The command '%s' specified for '%s:%s' is invalid!" +msgstr "" + +#: include/class_configRegistry.inc:798 +#, fuzzy, php-format +msgid "The dn '%s' specified for '%s:%s' is invalid!" +msgstr "De opgegeven 'UID' waarde is niet correct." + +#: include/class_configRegistry.inc:813 +#, php-format +msgid "The rdn '%s' specified for '%s:%s' is invalid!" +msgstr "" + #: include/class_SnapShotDialog.inc:55 #, fuzzy msgid "Date" @@ -6455,15 +6531,15 @@ msgstr "Plakken" #: include/class_SnapShotDialog.inc:93 #, fuzzy, php-format -msgid "You're about to delete the snapshot '%s'." +msgid "You are about to delete the snapshot %s." msgstr "U staat op het punt de macro '%s' te verwijderen." -#: include/class_SnapShotDialog.inc:146 +#: include/class_SnapShotDialog.inc:142 #, fuzzy -msgid "Remove snapshot" +msgid "Delete snapshot" msgstr "Nagios account aanmaken" -#: include/class_SnapShotDialog.inc:147 include/class_SnapShotDialog.inc:165 +#: include/class_SnapShotDialog.inc:143 include/class_SnapShotDialog.inc:161 msgid "Y-m-d, H:i:s" msgstr "" @@ -6473,23 +6549,22 @@ msgstr "" #: include/class_ldap.inc:233 include/class_ldap.inc:266 #, php-format -msgid "LDAP performance is poor: last query took about %.2fs!" +msgid "LDAP performance is poor: last query took %.2fs!" msgstr "" #: include/class_ldap.inc:693 #, php-format -msgid "" -"Cannot automatically create subtrees with RDN '%s': no object class found!" +msgid "Cannot automatically create subtrees with RDN %s: no object class found" msgstr "" #: include/class_ldap.inc:744 #, php-format -msgid "Cannot automatically create subtrees with RDN '%s': not supported" +msgid "Cannot automatically create subtrees with RDN %s: not supported" msgstr "" #: include/class_ldap.inc:831 -#, php-format -msgid "while operating on '%s' using LDAP server '%s'" +#, fuzzy, php-format +msgid "while operating on %s using LDAP server %s" msgstr "bij het bewerken van '%s' op LDAP server '%s'" #: include/class_ldap.inc:833 @@ -6497,378 +6572,1094 @@ msgstr "bij het bewerken van '%s' op LDAP server '%s'" msgid "while operating on LDAP server %s" msgstr "bij het bewerken van LDAP server %s" -#: include/class_ldap.inc:1055 -#, php-format +#: include/class_ldap.inc:1006 +#, fuzzy, php-format msgid "" -"This is not a valid DN: '%s'. A block for import should begin with 'dn: ...' " -"in line %s" +"Invalid DN %s: block to be imported should start with 'dn: ...' in line %s" msgstr "" "Dit is geen geldige DN: '%s'. Een blok dat geïmporteerd wordt, dient te " "beginnen met 'dn: ...' op regel %s" -#: include/class_ldap.inc:1084 -#, php-format -msgid "Error while importing dn: '%s', please check your LDIF from line %s on!" +#: include/class_ldap.inc:1035 +#, fuzzy, php-format +msgid "Error while importing DN %s: please check LDIF from line %s on!" msgstr "" "Fout bij het importeren van dn: '%s', controleer uw LDIF bestand a.u.b. " "vanaf regel %s!" -#: include/php_setup.inc:103 +#: include/php_setup.inc:101 msgid "Generating this page caused the PHP interpreter to raise some errors!" msgstr "" "Er is minimaal één PHP fout opgetreden bij het genereren van deze pagina!" -#: include/php_setup.inc:108 -msgid "Send bug report to the GOsa Team" -msgstr "" - -#: include/php_setup.inc:108 +#: include/php_setup.inc:104 #, fuzzy msgid "Send bugreport" msgstr "Afzender" -#: include/php_setup.inc:113 -msgid "Toggle information" -msgstr "Informatie weergeven/verbergen" +#: include/php_setup.inc:108 +msgid "Toggle details" +msgstr "" -#: include/php_setup.inc:123 +#: include/php_setup.inc:117 msgid "PHP error" msgstr "PHP fout" -#: include/php_setup.inc:142 +#: include/php_setup.inc:136 msgid "class" msgstr "klasse" -#: include/php_setup.inc:148 +#: include/php_setup.inc:142 msgid "function" msgstr "functie" -#: include/php_setup.inc:153 +#: include/php_setup.inc:147 msgid "static" msgstr "statisch" -#: include/php_setup.inc:157 +#: include/php_setup.inc:151 msgid "method" msgstr "methode" -#: include/php_setup.inc:190 -msgid "Trace" +#: include/php_setup.inc:184 +#, fuzzy +msgid "Traceback" msgstr "Trace" -#: include/php_setup.inc:191 +#: include/php_setup.inc:185 msgid "File" msgstr "Bestand" -#: include/php_setup.inc:191 +#: include/php_setup.inc:185 msgid "Line" msgstr "Regel" -#: include/php_setup.inc:192 -msgid "Arguments" -msgstr "Argumenten" +#: include/php_setup.inc:186 +msgid "Arguments" +msgstr "Argumenten" + +#: include/class_pathNavigator.inc:86 +#, fuzzy +msgid "Welcome to GOsa" +msgstr "Welkom bij het GOsa installatie programma!" + +#: include/class_pluglist.inc:93 +msgid "The configuration format has changed: please run the setup again!" +msgstr "" + +#: include/class_pluglist.inc:229 +#, fuzzy +msgid "" +"You are currently editing a database entry. Do you want to discard the " +"changes?" +msgstr "" +"U bent momenteel database gegevens aan het bewerken. Wilt u eventuele " +"wijzigingen ongedaan maken?" + +#: include/class_pluglist.inc:329 +msgid "Back to main menu" +msgstr "" + +#: include/exporter/class_PDF.inc:24 +#, fuzzy +msgid "Page" +msgstr "Pieper" + +#: include/exporter/class_pdfExporter.inc:18 +msgid "No PDF export possible: there is no FPDF library installed." +msgstr "" + +#: include/exporter/class_pdfExporter.inc:145 +msgid "PDF" +msgstr "" + +#: include/exporter/class_cvsExporter.inc:48 +msgid "CSV" +msgstr "" + +#: include/class_gosaSupportDaemon.inc:112 +msgid "GOsa support daemon" +msgstr "" + +#: include/class_gosaSupportDaemon.inc:787 +#, fuzzy +msgid "Cannot not parse XML!" +msgstr "" +"Er zitten te veel gebruikers in de database. Kan geen vrij ID toewijzen!" + +#: include/class_gosaSupportDaemon.inc:1184 +#, fuzzy, php-format +msgid "Cannot send abort event for entry %s!" +msgstr "Kan bestand '%s' niet aanmaken." + +#: include/class_gosaSupportDaemon.inc:1204 +#, fuzzy, php-format +msgid "Cannot remove entry %s!" +msgstr "Onbekende FAI status %s" + +#: include/class_management.inc:462 +#, fuzzy, php-format +msgid "You are not allowed to create a snapshot for %s!" +msgstr "U heeft geen toestemming om uw wachtwoord te veranderen!" + +#: include/class_management.inc:509 include/class_management.inc:561 +#: include/class_management.inc:575 +#, fuzzy, php-format +msgid "You are not allowed to restore a snapshot for %s!" +msgstr "U heeft geen toestemming om uw wachtwoord te veranderen!" + +#: include/class_management.inc:524 +#, fuzzy, php-format +msgid "You are not allowed to remove a snapshot for %s!" +msgstr "U heeft geen toestemming om uw wachtwoord te veranderen!" + +#: include/class_management.inc:644 +#, php-format +msgid "" +"No tab definition for %s found in configuration file: cannot create plugin " +"instance!" +msgstr "" + +#: include/class_plugin.inc:526 +msgid "" +"The current object has been altered while beeing edited. If you save this " +"entry, changes that have been made by others will be discarded!" +msgstr "" + +#: include/class_plugin.inc:1327 +#, php-format +msgid "Changing ACL DN from %s to %s" +msgstr "" + +#: include/class_session.inc:76 include/class_session.inc:101 +#: include/class_session.inc:127 +#, fuzzy +msgid "Requested channel does not exist!" +msgstr "Gebruikersnaam / UID is niet uniek. Controleer uw LDAP database a.u.b." + +#: html/helpviewer.php:64 +msgid "Help browser" +msgstr "Help verkenner" + +#: html/helpviewer.php:118 +msgid "There is no helpfile specified for this class" +msgstr "Er is (nog) geen help bestand aanwezig voor deze klasse." + +#: html/helpviewer.php:268 +#, php-format +msgid "Helpdir '%s' is not accessible, can't read any helpfiles." +msgstr "" +"Help directory '%s' is niet toegankelijk. Er kunnen geen helpbestanden " +"gelezen worden." + +#: html/index.php:45 +#, php-format +msgid "Your browser (%s) is blacklisted for the current theme!" +msgstr "" + +#: html/index.php:72 +#, php-format +msgid "This session is not ecrypted. Click %s to enter an encrypted session." +msgstr "" + +#: html/index.php:72 +#, fuzzy +msgid "here" +msgstr "MIME" + +#: html/index.php:78 +msgid "The configured session lifetime will be overridden by php.ini settings!" +msgstr "" + +#: html/index.php:157 html/password.php:61 +#, fuzzy, php-format +msgid "GOsa configuration %s/%s is not readable. Aborted." +msgstr "GOsa configuratie %s/gosa.conf is niet leesbaar. Geannuleerd." + +#: html/index.php:179 +#, fuzzy +msgid "Smarty error" +msgstr "Systeem status" + +#: html/index.php:179 html/password.php:86 html/setup.php:68 +#, fuzzy, php-format +msgid "Compile directory %s is not accessible!" +msgstr "" +"Directory '%s' die opgegeven is als compileer directory is niet toegankelijk!" + +#: html/index.php:202 +#, fuzzy +msgid "" +"Your browser has cookies disabled: please enable cookies and reload this " +"page before logging in!" +msgstr "" +"Cookies zijn uitgeschakeld in uw browser. Schakel cookies a.u.b. in en " +"herlaad deze pagina voordat u inlogt!" + +#: html/index.php:233 +msgid "Broken HTTP authentication setup!" +msgstr "" + +#: html/index.php:241 +msgid "Cannot find a valid user for the current HTTP authentication!" +msgstr "" + +#: html/index.php:245 +#, fuzzy +msgid "Cannot find a unique user for the current HTTP authentication!" +msgstr "" +"Fatale fout: Kon geen ongebruikte markering vinden om de administratieve " +"eenheid te markeren!" + +#: html/index.php:289 +msgid "Please specify a valid username!" +msgstr "Geef a.u.b. een geldige gebruikersnaam op!" + +#: html/index.php:292 +msgid "Please specify your password!" +msgstr "Geef a.u.b. uw wachtwoord op!" + +#: html/index.php:304 +#, fuzzy +msgid "Authentication error" +msgstr "Nagios authenticatie" + +#: html/index.php:304 +#, fuzzy +msgid "Cannot retrieve user information for HTTP authentication!" +msgstr "Kan quota informatie niet ophaleven voor '%s'." + +#: html/index.php:311 html/password.php:252 +#, fuzzy +msgid "Please check the username/password combination!" +msgstr "Controleer a.u.b. de gebruikersnaam/wachtwoord combinatie." + +#: html/index.php:359 +#, fuzzy +msgid "Account locked. Please contact your system administrator!" +msgstr "" +"Account is geblokkeerd. Neem a.u.b. contact op met de systeembeheerder." + +#: html/password.php:180 +msgid "Error: Password method not available!" +msgstr "" + +#: html/password.php:216 +#, fuzzy +msgid "The values for 'New password' and 'Repeated new password' differ!" +msgstr "" +"Het nieuwe wachtwoord en het herhaalde wachtwoord komen niet met elkaar " +"overeen." + +#: html/password.php:228 +#, fuzzy +msgid "The password used as new and current are too similar!" +msgstr "" +"Het huidige wachtwoord en het nieuwe wachtwoord lijken te veel op elkaar." + +#: html/password.php:234 +#, fuzzy +msgid "The password used as new is to short!" +msgstr "Het nieuw opgegeven wachtwoord is te kort." + +#: html/password.php:256 +#, fuzzy +msgid "You have no permissions to change your password!" +msgstr "U heeft geen toestemming om uw wachtwoord te veranderen." + +#: html/password.php:281 +#, fuzzy, php-format +msgid "External password changer reported a problem: %s" +msgstr "Extern wachtwoord verander mechanisme rapporteerde een probleem:" + +#: html/password.php:316 +msgid "Session will not be encrypted." +msgstr "De sessie zal niet versleuteld zijn." + +#: html/password.php:318 +msgid "Enter SSL session" +msgstr "Gebruik een SSL sessie" + +#: html/setup.php:68 +#, fuzzy +msgid "Smarty" +msgstr "Samenvatting" + +#: html/main.php:159 +#, php-format +msgid "Cannot locate file %s - please run %s to fix this" +msgstr "" + +#: html/main.php:178 +#, fuzzy +msgid "PHP configuration" +msgstr "FAX database" + +#: html/main.php:179 +msgid "" +"FATAL: Register globals is active. Please fix this in order to continue." +msgstr "" + +#: html/main.php:239 +msgid "Running out of memory!" +msgstr "" + +#: html/main.php:299 +#, fuzzy +msgid "ACLs are disabled" +msgstr "gedeactiveerd" + +#: html/main.php:299 html/main.php:301 +#, php-format +msgid "You're logged in as %s" +msgstr "" + +#: html/main.php:349 +#, fuzzy +msgid "Your password is about to expire, please change your password!" +msgstr "Uw wachtwoord zal spoedig verlopen! Kies a.u.b. een nieuw wachtwoord." + +#: html/main.php:359 +#, fuzzy +msgid "Plugin" +msgstr "in" + +#: html/main.php:360 +#, fuzzy, php-format +msgid "FATAL: Cannot find any plugin definitions for plugin %s!" +msgstr "FATAAL: Kan geen enkele module defenities vinden voor module '%s'!" + +#: html/main.php:376 +#, fuzzy +msgid "Configuration Error" +msgstr "Configuratie bestand" + +#: html/main.php:377 +#, php-format +msgid "" +"FATAL: not all POST variables have been transfered by PHP - please inform " +"your administrator!" +msgstr "" + +#, fuzzy +#~ msgid "Processing" +#~ msgstr "Rechten" + +#, fuzzy +#~ msgid "Created" +#~ msgstr "Aanmaken" + +#, fuzzy +#~ msgid "No Content" +#~ msgstr "Inhoud" + +#, fuzzy +#~ msgid "Reset Content" +#~ msgstr "Inhoud" + +#, fuzzy +#~ msgid "Partial Content" +#~ msgstr "Postcode" + +#, fuzzy +#~ msgid "Multi-Status" +#~ msgstr "Status" + +#, fuzzy +#~ msgid "See Other" +#~ msgstr "Verwijder gebruiker" + +#, fuzzy +#~ msgid "Not Modified" +#~ msgstr "Het veranderen van het wachtwoord is niet toegestaan" + +#, fuzzy +#~ msgid "Use Proxy" +#~ msgstr "Proxy" + +#, fuzzy +#~ msgid "(reserviert)" +#~ msgstr "servers" + +#, fuzzy +#~ msgid "Not Found" +#~ msgstr "Het veranderen van het wachtwoord is niet toegestaan" + +#, fuzzy +#~ msgid "Method Not Allowed" +#~ msgstr "Het veranderen van het wachtwoord is niet toegestaan" + +#, fuzzy +#~ msgid "Proxy Authentication Required" +#~ msgstr "Nagios authenticatie" + +#, fuzzy +#~ msgid "Gone" +#~ msgstr "geen" + +#, fuzzy +#~ msgid "Precondition Failed" +#~ msgstr "Configuratie bestand" + +#, fuzzy +#~ msgid "Expectation Failed" +#~ msgstr "De database zoekopdracht is mislukt" + +#, fuzzy +#~ msgid "Locked" +#~ msgstr "Lijst met gebruikers" + +#, fuzzy +#~ msgid "Unordered Collection" +#~ msgstr "Groep instellingen" + +#, fuzzy +#~ msgid "Internal Server Error" +#~ msgstr "Terminal server" + +#, fuzzy +#~ msgid "Not Implemented" +#~ msgstr "onvolledig" + +#, fuzzy +#~ msgid "Service Unavailable" +#~ msgstr "Servernaam" + +#, fuzzy +#~ msgid "Gateway Time-out" +#~ msgstr "Omlaag" + +#, fuzzy +#~ msgid "GOsa settings 3/3" +#~ msgstr "Gebruikersinstellingen" + +#, fuzzy +#~ msgid "Session lifetime must be a numeric value!" +#~ msgstr "Toekomstige dagen moet een waarde bevatten." + +#, fuzzy +#~ msgid "Maximum LDAP query time must be a numeric value!" +#~ msgstr "Toekomstige dagen moet een waarde bevatten." + +#, fuzzy +#~ msgid "Create a basic, single site configuration" +#~ msgstr "FAX database" + +#, fuzzy +#~ msgid "Find every possible configuration error" +#~ msgstr "Configuratie bestand" + +#, fuzzy +#~ msgid "To continue..." +#~ msgstr "Installatie vervolg..." + +#~ msgid "Samba settings" +#~ msgstr "Samba Instellingen" + +#, fuzzy +#~ msgid "Samba SID" +#~ msgstr "Samba" + +#, fuzzy +#~ msgid "RID base" +#~ msgstr "Database" + +#, fuzzy +#~ msgid "Workstation container" +#~ msgstr "Werkstation naam" + +#, fuzzy +#~ msgid "Samba SID mapping" +#~ msgstr "Samba" + +#, fuzzy +#~ msgid "Timezone" +#~ msgstr "Tijdzone" + +#, fuzzy +#~ msgid "Please choose your preferred timezone here" +#~ msgstr "Voorkeurstaal" + +#, fuzzy +#~ msgid "Additional GOsa settings" +#~ msgstr "Programma instellingen" + +#, fuzzy +#~ msgid "Government mode" +#~ msgstr "naar map" + +#, fuzzy +#~ msgid "GOsa logging" +#~ msgstr "GOsa" + +#~ msgid "Mail settings" +#~ msgstr "E-mail instellingen" + +#~ msgid "Mail method" +#~ msgstr "E-mail methode" + +#, fuzzy +#~ msgid "Vacation templates" +#~ msgstr "Werkstation sjabloon" + +#, fuzzy +#~ msgid "Snapshots / Undo" +#~ msgstr "Het opslaan van de telefoon is mislukt" + +#, fuzzy +#~ msgid "Enable snapshots" +#~ msgstr "Nagios account aanmaken" + +#, fuzzy +#~ msgid "Snapshot base" +#~ msgstr "Het opslaan van de telefoon is mislukt" + +#, fuzzy +#~ msgid "GOsa settings 2/3" +#~ msgstr "Gebruikersinstellingen" + +#, fuzzy +#~ msgid "Customize special parameters" +#~ msgstr "Controleer parameter" + +#, fuzzy +#~ msgid "Checking for invisible departments" +#~ msgstr "Zoeken naar iconv ondersteuning" + +#, fuzzy +#~ msgid "Checking for invisible users" +#~ msgstr "Zoeken naar iconv ondersteuning" + +#, fuzzy +#~ msgid "Checking for users outside the people tree" +#~ msgstr "Zoeken naar CUPS module" + +#, fuzzy +#~ msgid "Checking for groups outside the groups tree" +#~ msgstr "Zoeken naar CUPS module" + +#, fuzzy +#~ msgid "Checking for duplicated UID numbers" +#~ msgstr "Zoeken naar functie %s" + +#, fuzzy +#~ msgid "Checking for duplicate GID numbers" +#~ msgstr "Zoeken naar functie %s" + +#, fuzzy +#~ msgid "Checking for old style USB devices" +#~ msgstr "Zoeken naar iconv ondersteuning" + +#, fuzzy +#~ msgid "Checking for old services that have to be migrated" +#~ msgstr "Zoeken naar CUPS module" + +#, fuzzy +#~ msgid "Checking for old style application menus" +#~ msgstr "Zoeken naar functie %s" + +#, fuzzy +#~ msgid "Found %s duplicate values for attribute 'uidNumber'." +#~ msgstr "Er is een dubbele waarde gevonden voor record type '%s'." + +#, fuzzy +#~ msgid "Found %s duplicate values for attribute 'gidNumber'." +#~ msgstr "Er is een dubbele waarde gevonden voor record type '%s'." + +#, fuzzy +#~ msgid "Move" +#~ msgstr "Modus" + +#, fuzzy +#~ msgid "Cannot migrate department '%s':" +#~ msgstr "Ga naar basis afdelingen" + +#, fuzzy +#~ msgid "GOsa 2.5 administrative accounts found: %s" +#~ msgstr "Netatalk account aanmaken" + +#, fuzzy +#~ msgid "There is no valid GOsa 2.6 administrator account inside your LDAP." +#~ msgstr "Netatalk account aanmaken" + +#, fuzzy +#~ msgid "Cannot move users to the requested department!" +#~ msgstr "Ga naar de afdeling van de gebruiker" + +#, fuzzy +#~ msgid "to" +#~ msgstr "Stop" + +#, fuzzy +#~ msgid "Copy '%s' to '%s' failed:" +#~ msgstr "Verplaatsen van %s naar %s" + +#, fuzzy +#~ msgid "Updating '%s' failed: %s" +#~ msgstr "Log DB gebruiker" + +#, fuzzy +#~ msgid "Theme" +#~ msgstr "MIME" + +#, fuzzy +#~ msgid "Apache" +#~ msgstr "Cache" + +#, fuzzy +#~ msgid "People and group storage" +#~ msgstr "OU voor gebruikers opslag" + +#, fuzzy +#~ msgid "People DN attribute" +#~ msgstr "DN atribuut voor gebruikers" + +#, fuzzy +#~ msgid "People storage subtree" +#~ msgstr "OU voor gebruikers opslag" + +#, fuzzy +#~ msgid "Group storage subtree" +#~ msgstr "OU voor groepen opslag" + +#, fuzzy +#~ msgid "Automatic UIDs" +#~ msgstr "Automatische modusregels" + +#, fuzzy +#~ msgid "Number base for people/groups" +#~ msgstr "ID basis voor gebruikers/groepen" + +#, fuzzy +#~ msgid "Password settings" +#~ msgstr "Gebruikersinstellingen" + +#, fuzzy +#~ msgid "Password encryption algorithm" +#~ msgstr "Encryptie algoritme" + +#, fuzzy +#~ msgid "Password restrictions" +#~ msgstr "Wachtwoord verloopt op" + +#, fuzzy +#~ msgid "Password change hook" +#~ msgstr "Het veranderen van het wachtwoord is niet toegestaan" + +#, fuzzy +#~ msgid "Use account expiration" +#~ msgstr "Het account verloopt op" + +#~ msgid "" +#~ "GOsa supports several encryption types for your passwords. Normally this " +#~ "is adjustable via user templates, but you can specify a default method to " +#~ "be used here, too." +#~ msgstr "" +#~ "GOsa ondersteunt diverse encryptie types voor uw wachtwoorden. Normaliter " +#~ "is dit aanpasbaar via gebruikerssjablonen. Hier kunt u echter een " +#~ "standaard te gebruiken methode opgeven." + +#, fuzzy +#~ msgid "" +#~ "GOsa always acts as admin and manages access rights internally. This is a " +#~ "workaround till OpenLDAP's in directory ACI's are fully implemented. " +#~ "For this to work, we need the admin DN and the corresponding password." +#~ msgstr "" +#~ "GOsa werkt altijd als een beheerder en verzorgt het toegangsbeheer " +#~ "intern. Dit is een tijdelijke oplossing totdat directory ACIs volledig " +#~ "geïmplementeerd zijn in OpenLDAP. Om dit te kunnen laten werken is een " +#~ "beheerders DN en het bijbehorende wachtwoord nodig." + +#~ msgid "" +#~ "Some basic LDAP parameters are tunable and affect the locations where " +#~ "GOsa saves people and groups, including the way accounts get created. " +#~ "Check the values below if the fit your needs." +#~ msgstr "" +#~ "Sommige LDAP parameters zijn aan te passen en bepalen de locaties waar " +#~ "GOsa gebruikers en groepen opslaat, evenals de manier waarop gebruikers " +#~ "aangemaakt worden. Controleer of de waardes hieronder in uw behoeften " +#~ "voorzien." + +#, fuzzy +#~ msgid "" +#~ "GOsa has modular support for several mail methods. These methods provide " +#~ "interfaces to users mailboxes and general handling for quotas. You can " +#~ "choose the dummy plugin to leave all your mail settings untouched." +#~ msgstr "" +#~ "GOsa heeft modulaire ondersteuning voor diverse E-mail methodes. Deze " +#~ "methodes leveren toegang tot gebruikers mailboxen en algemene afhandeling " +#~ "voor quota's. U kunt de dummy module kiezen om alle E-mail instellingen " +#~ "ongewijzigd te laten." + +#, fuzzy +#~ msgid "Enable primary group filter" +#~ msgstr "Toon groepen van gebruiker" + +#, fuzzy +#~ msgid "Display summary in listings" +#~ msgstr "Toon overeenkomende macro's" + +#, fuzzy +#~ msgid "Honour administrative units" +#~ msgstr "Groepen beheer" + +#, fuzzy +#~ msgid "Smarty compile directory" +#~ msgstr "Persoonlijke map" + +#, fuzzy +#~ msgid "Path for PPD storage" +#~ msgstr "Wachtwoord encryptie" + +#, fuzzy +#~ msgid "Path for kiosk profile storage" +#~ msgstr "Kiosk profiel instellingen" + +#, fuzzy +#~ msgid "Mail queue script" +#~ msgstr "Inlogscript" + +#, fuzzy +#~ msgid "Notification script" +#~ msgstr "Geen certificaat geinstalleerd" + +#, fuzzy +#~ msgid "Warn if session is not encrypted" +#~ msgstr "De sessie zal niet versleuteld zijn." + +#, fuzzy +#~ msgid "Remember dialog filter settings" +#~ msgstr "Algemene wachtrij instellingen" + +#, fuzzy +#~ msgid "Session lifetime" +#~ msgstr "Er is een sessie conflict gedetecteerd" + +#, fuzzy +#~ msgid "Show PHP errors" +#~ msgstr "PHP fout" + +#, fuzzy +#~ msgid "Maximum LDAP query time" +#~ msgstr "E-mail grootte" + +#, fuzzy +#~ msgid "Debug level" +#~ msgstr "Log prioriteit" + +#, fuzzy +#~ msgid "Disabled" +#~ msgstr "gedeactiveerd" + +#, fuzzy +#~ msgid "Move selected workstations" +#~ msgstr "Selecteer om werkstations te zien" + +#, fuzzy +#~ msgid "Hide changes" +#~ msgstr "Open-Xchange" + +#, fuzzy +#~ msgid "Show changes" +#~ msgstr "Toon pakketten" + +#, fuzzy +#~ msgid "Move selected users into this people tree" +#~ msgstr "Maak gebruiker aan met dit sjabloon" + +#, fuzzy +#~ msgid "Migrate GOsa 2.5 administrative accounts" +#~ msgstr "Netatalk account aanmaken" + +#, fuzzy +#~ msgid "Abort" +#~ msgstr "Poort" + +#, fuzzy +#~ msgid "Refresh" +#~ msgstr "Referenties" + +#, fuzzy +#~ msgid "GOsa setup wizard" +#~ msgstr "GOsa help" + +#, fuzzy +#~ msgid "Installation" +#~ msgstr "Windows werkstation" + +#, fuzzy +#~ msgid "GOsa settings 1/3" +#~ msgstr "Gebruikersinstellingen" -#: include/class_pathNavigator.inc:69 #, fuzzy -msgid "Welcome to GOsa" -msgstr "Welkom bij het GOsa installatie programma!" +#~ msgid "The specified value for '%s' must be a numeric value" +#~ msgstr "De sieve poort dient nummeriek te zijn." -#: include/class_pluglist.inc:74 -msgid "All objects in this category" -msgstr "" +#~ msgid "People storage ou" +#~ msgstr "OU voor gebruikers opslag" -#: include/class_pluglist.inc:99 -msgid "The configuration format has changed. Please re-run setup!" -msgstr "" +#~ msgid "Group storage ou" +#~ msgstr "OU voor groepen opslag" -#: include/exporter/class_PDF.inc:24 #, fuzzy -msgid "Page" -msgstr "Pieper" - -#: include/exporter/class_pdfExporter.inc:18 -msgid "No PDF export possible: there is no FPDF library installed." -msgstr "" +#~ msgid "Uid base must be numeric" +#~ msgstr "Timeout dient nummeriek te zijn" -#: include/exporter/class_pdfExporter.inc:145 -msgid "PDF" -msgstr "" +#, fuzzy +#~ msgid "The given password minimum length is not numeric." +#~ msgstr "De sieve poort dient nummeriek te zijn." -#: include/exporter/class_cvsExporter.inc:48 -msgid "CSV" -msgstr "" +#, fuzzy +#~ msgid "The given password differ value is not numeric." +#~ msgstr "De sieve poort dient nummeriek te zijn." -#: include/class_gosaSupportDaemon.inc:112 -msgid "GOsa support daemon" -msgstr "" +#, fuzzy +#~ msgid "Login screen" +#~ msgstr "Log DB gebruiker" -#: include/class_gosaSupportDaemon.inc:787 #, fuzzy -msgid "Cannot not parse XML!" -msgstr "" -"Er zitten te veel gebruikers in de database. Kan geen vrij ID toewijzen!" +#~ msgid "" +#~ "Please use your username and your password to log into the site " +#~ "administration system." +#~ msgstr "Voer uw gebruikersnaam en wachtwoord in" -#: include/class_gosaSupportDaemon.inc:1184 -#, fuzzy, php-format -msgid "Cannot send abort event for entry %s!" -msgstr "Kan bestand '%s' niet aanmaken." +#~ msgid "Directory" +#~ msgstr "Directory" -#: include/class_gosaSupportDaemon.inc:1204 -#, fuzzy, php-format -msgid "Cannot remove entry %s!" -msgstr "Onbekende FAI status %s" +#~ msgid "Sign in" +#~ msgstr "Inloggen" -#: include/class_management.inc:459 include/class_plugin.inc:1434 -#, fuzzy, php-format -msgid "You are not allowed to create a snapshot for %s." -msgstr "U heeft geen toestemming om uw wachtwoord te veranderen!" +#~ msgid "" +#~ "This may be used by several groups. Please double check if your really " +#~ "want to do this since there is no way for GOsa to get your data back." +#~ msgstr "" +#~ "Dit kan gebruikt worden door meerdere groepen. Verzeker uzelf ervan dat " +#~ "dit is wat u wil, aangezien er geen mogelijkheid voor GOsa is om uw date " +#~ "terug te halen." -#: include/class_management.inc:506 include/class_management.inc:543 -#: include/class_management.inc:557 include/class_plugin.inc:1446 -#: include/class_plugin.inc:1461 include/class_plugin.inc:1474 -#, fuzzy, php-format -msgid "You are not allowed to restore a snapshot for %s." -msgstr "U heeft geen toestemming om uw wachtwoord te veranderen!" +#~ msgid "" +#~ "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." +#~ msgstr "" +#~ "Indien u zeker bent drukt u dan 'Verwijderen' om door te gaan of " +#~ "'Annuleren' om te annuleren." -#: include/class_management.inc:616 -#, php-format -msgid "" -"No tab declaration for '%s' found in your configuration file. Cannot create " -"plugin instance!" -msgstr "" +#~ msgid "Main" +#~ msgstr "Hoofdmenu" -#: include/class_plugin.inc:527 -msgid "" -"The object has changed since opened in GOsa. All changes that may be done by " -"others get lost if you save this entry!" -msgstr "" +#~ msgid "Help" +#~ msgstr "Help" -#: include/class_plugin.inc:1690 -msgid "Changing ACL dn" -msgstr "" +#~ msgid "Sign out" +#~ msgstr "Uitloggen" -#: include/class_plugin.inc:1690 -#, fuzzy -msgid "from" -msgstr "willekeurig" +#~ msgid "Signed in:" +#~ msgstr "Aangemeld:" -#: include/class_plugin.inc:1874 include/class_plugin.inc:1876 #, fuzzy -msgid "Restore" -msgstr "Opnieuw proberen" +#~ msgid "Change your password" +#~ msgstr "Verander wachtwoord" -#: include/class_plugin.inc:1899 #, fuzzy -msgid "Create snapshot" -msgstr "Nagios account aanmaken" +#~ msgid "Success" +#~ msgstr "Export was succesvol" -#: include/class_plugin.inc:1918 -msgid "cut" -msgstr "knippen" +#, fuzzy +#~ msgid "New password repeated" +#~ msgstr "Nieuw wachtwoord" -#: include/class_plugin.inc:1926 -msgid "copy" -msgstr "kopieer" +#, fuzzy +#~ msgid "Change" +#~ msgstr "Kanaal" -#: include/class_session.inc:76 include/class_session.inc:101 -#: include/class_session.inc:127 #, fuzzy -msgid "Requested channel does not exist! Please contact your Administrator." -msgstr "Gebruikersnaam / UID is niet uniek. Controleer uw LDAP database a.u.b." +#~ msgid "Click here to change your password" +#~ msgstr "Klik hier om uw wachtwoord te veranderen." -#: html/helpviewer.php:64 -msgid "Help browser" -msgstr "Help verkenner" +#~ msgid "UNIX" +#~ msgstr "Unix" -#: html/helpviewer.php:118 -msgid "There is no helpfile specified for this class" -msgstr "Er is (nog) geen help bestand aanwezig voor deze klasse." +#~ msgid "FTP" +#~ msgstr "Ftp" -#: html/helpviewer.php:269 -#, php-format -msgid "Helpdir '%s' is not accessible, can't read any helpfiles." -msgstr "" -"Help directory '%s' is niet toegankelijk. Er kunnen geen helpbestanden " -"gelezen worden." +#~ msgid "Thin Client" +#~ msgstr "Thin Client" -#: html/index.php:45 -#, php-format -msgid "Your browser (%s) is blacklisted for the current theme." -msgstr "" +#~ msgid "Object name" +#~ msgstr "Objectnaam" -#: html/index.php:70 -#, php-format -msgid "This session is not ecrypted. Click %s to enter an encrypted session." -msgstr "" +#~ msgid "This object has no relationship to other objects." +#~ msgstr "Dit object heeft geen relatie met andere objecten." + +#~ msgid "" +#~ "Changing the password affects your authentification on mail, proxy, samba " +#~ "and unix services." +#~ msgstr "" +#~ "Het veranderen van het wachtwoord is van invloed op E-mail, proxy, samba " +#~ "en Unix diensten." -#: html/index.php:70 #, fuzzy -msgid "here" -msgstr "MIME" +#~ msgid "User identification" +#~ msgstr "Gebruikersinformatie" -#: html/index.php:76 -msgid "" -"The session lifetime configured in your gosa.conf will be overridden by php." -"ini settings." -msgstr "" +#~ msgid "Personal picture" +#~ msgstr "Persoonlijk plaatje" -#: html/index.php:156 html/password.php:61 -#, fuzzy, php-format -msgid "GOsa configuration %s/%s is not readable. Aborted." -msgstr "GOsa configuratie %s/gosa.conf is niet leesbaar. Geannuleerd." +#, fuzzy +#~ msgid "In all groups" +#~ msgstr "Primaire groep" -#: html/index.php:177 #, fuzzy -msgid "Smarty error" -msgstr "Systeem status" +#~ msgid "Not in all groups" +#~ msgstr "Toon E-mail groepen" -#: html/index.php:177 html/password.php:88 html/setup.php:66 -#, php-format -msgid "Directory '%s' specified as compile directory is not accessible!" -msgstr "" -"Directory '%s' die opgegeven is als compileer directory is niet toegankelijk!" +#, fuzzy +#~ msgid "! unknown UID" +#~ msgstr "! onbekend id" -#: html/index.php:228 -msgid "There is a problem with the authentication setup!" -msgstr "" +#, fuzzy +#~ msgid "All categories" +#~ msgstr "Categorie toevoegen" -#: html/index.php:236 -msgid "Cannot find a valid user for the current authentication setup!" -msgstr "" +#, fuzzy +#~ msgid "Systems" +#~ msgstr "Systeem" -#: html/index.php:240 -msgid "User information is not unique accross the configured LDAP trees!" -msgstr "" +#~ msgid "Startup" +#~ msgstr "Opstarten" -#: html/index.php:277 -msgid "Cannot detect information about the installed LDAP schema!" -msgstr "" +#~ msgid "FAI summary" +#~ msgstr "FAI samenvatting" -#: html/index.php:290 #, fuzzy -msgid "Your LDAP setup contains old schema definitions:" -msgstr "" -"Uw LDAP installatie bevat oude schema definities. Draai het installatie " -"programma a.u.b. opnieuw." +#~ msgid "Cannot bind to LDAP. Please contact the system administrator." +#~ msgstr "" +#~ "Kan niet verbinden met de LDAP server. Neem a.u.b. contact op met de " +#~ "systeembeheerder." -#: html/index.php:311 -msgid "Please specify a valid username!" -msgstr "Geef a.u.b. een geldige gebruikersnaam op!" +#, fuzzy +#~ msgid "Password reset" +#~ msgstr "Wachtwoord verloopt op" -#: html/index.php:314 -msgid "Please specify your password!" -msgstr "Geef a.u.b. uw wachtwoord op!" +#~ msgid "Up" +#~ msgstr "Omhoog" + +#~ msgid "Down" +#~ msgstr "Omlaag" -#: html/index.php:326 #, fuzzy -msgid "Authentication error" -msgstr "Nagios authenticatie" +#~ msgid "" +#~ "Username / UID is not unique inside the LDAP tree. Please contact your " +#~ "Administrator." +#~ msgstr "" +#~ "Gebruikersnaam / UID is niet uniek. Controleer uw LDAP database a.u.b." -#: html/index.php:326 -msgid "Cannot retrieve user information for htaccess authentication!" -msgstr "" +#, fuzzy +#~ msgid "" +#~ "Cannot create locking information in LDAP tree. Please contact your " +#~ "administrator!" +#~ msgstr "" +#~ "Kan de blokkade informatie niet ophalen uit de LDAP database. Controleer " +#~ "a.u.b. de 'config' regel in gosa.conf!" -#: html/index.php:333 html/password.php:250 -msgid "Please check the username/password combination." -msgstr "Controleer a.u.b. de gebruikersnaam/wachtwoord combinatie." +#, fuzzy +#~ msgid "LDAP server returned: %s" +#~ msgstr "LDAP server" -#: html/index.php:381 #, fuzzy -msgid "Account locked. Please contact your system administrator!" -msgstr "" -"Account is geblokkeerd. Neem a.u.b. contact op met de systeembeheerder." +#~ msgid "" +#~ "Found multiple locks for object to be locked. This should not happen - " +#~ "cleaning up multiple references." +#~ msgstr "" +#~ "Er zijn meerdere blokkades voor het te blokkeren object gevonden. Dat zou " +#~ "niet mogelijk moeten zijn. Meervoudige verwijzingen worden opgeschoond." -#: html/index.php:425 -msgid "" -"Your browser has cookies disabled. Please enable cookies and reload this " -"page before logging in!" -msgstr "" -"Cookies zijn uitgeschakeld in uw browser. Schakel cookies a.u.b. in en " -"herlaad deze pagina voordat u inlogt!" +#~ msgid "" +#~ "Set the new size limit to %s and show me this message if the limit still " +#~ "exceeds" +#~ msgstr "" +#~ "Stel de nieuwe hoeveelheidslimiet in op %s en toon me dit bericht indien " +#~ "de limiet nog steeds overschreden wordt." -#: html/password.php:181 -msgid "Error: Password method not available!" -msgstr "" +#~ msgid "Apply filter" +#~ msgstr "Filter toepassen" -#: html/password.php:254 -msgid "You have no permissions to change your password." -msgstr "U heeft geen toestemming om uw wachtwoord te veranderen." +#~ msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" +#~ msgstr "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" -#: html/password.php:279 -#, fuzzy, php-format -msgid "External password changer reported a problem: %s" -msgstr "Extern wachtwoord verander mechanisme rapporteerde een probleem:" +#, fuzzy +#~ msgid "LDAP warning" +#~ msgstr "LDAP beheer" -#: html/password.php:314 -msgid "Session will not be encrypted." -msgstr "De sessie zal niet versleuteld zijn." +#~ msgid "" +#~ "Command '%s', specified as POSTMODIFY for plugin '%s' doesn't seem to " +#~ "exist." +#~ msgstr "" +#~ "Het commando '%s' dat gespecificeerd is als POSTMODIFY voor module '%s' " +#~ "bestaat niet." -#: html/password.php:316 -msgid "Enter SSL session" -msgstr "Gebruik een SSL sessie" +#, fuzzy +#~ msgid "Select to list objects of type '%s'." +#~ msgstr "Selecteer de toe te voegen objecten" -#: html/setup.php:66 #, fuzzy -msgid "Smarty" -msgstr "Samenvatting" +#~ msgid "Select to list objects containig '%s'." +#~ msgstr "Selecteer om groepen die gebruikers bevatten te tonen" -#: html/main.php:150 -#, php-format -msgid "Cannot locate file '%s' - please run '%s' to fix this" -msgstr "" +#, fuzzy +#~ msgid "Select to list objects that have '%s' enabled" +#~ msgstr "Selecteer de toe te voegen objecten" + +#~ msgid "Select to search within subtrees" +#~ msgstr "Selecteer om binnen subonderdelen te zoeken" -#: html/main.php:169 #, fuzzy -msgid "PHP configuration" -msgstr "FAX database" +#~ msgid "in" +#~ msgstr "Hoofdmenu" -#: html/main.php:170 -msgid "" -"FATAL: Register globals is on. GOsa will refuse to login unless this is " -"fixed by an administrator." -msgstr "" -"FATAAL: 'Register globals' is geactiveerd in PHP. GOsa zal niemand laten " -"inloggen totdat dit opgelost is door een systeembeheerder." +#, fuzzy +#~ msgid "on line" +#~ msgstr "Doorgaan" -#: html/main.php:230 -msgid "Running out of memory!" -msgstr "" +#, fuzzy +#~ msgid "Role: %s" +#~ msgstr "Funktie" + +#~ msgid "Go up one department" +#~ msgstr "Ga een afdeling omhoog" + +#~ msgid "Go to users department" +#~ msgstr "Ga naar gebruikers afdeling" -#: html/main.php:289 #, fuzzy -msgid "ACLs are disabled" -msgstr "gedeactiveerd" +#~ msgid "Remove snapshot" +#~ msgstr "Nagios account aanmaken" -#: html/main.php:289 html/main.php:291 -#, php-format -msgid "You're logged in as %s" -msgstr "" +#~ msgid "Toggle information" +#~ msgstr "Informatie weergeven/verbergen" -#: html/main.php:341 #, fuzzy -msgid "Your password is about to expire, please change your password!" -msgstr "Uw wachtwoord zal spoedig verlopen! Kies a.u.b. een nieuw wachtwoord." +#~ msgid "from" +#~ msgstr "willekeurig" -#: html/main.php:351 #, fuzzy -msgid "Plugin" -msgstr "in" +#~ msgid "Restore" +#~ msgstr "Opnieuw proberen" -#: html/main.php:352 -#, fuzzy, php-format -msgid "FATAL: Cannot find any plugin definitions for plugin '%s'!" -msgstr "FATAAL: Kan geen enkele module defenities vinden voor module '%s'!" +#~ msgid "cut" +#~ msgstr "knippen" -#: html/main.php:367 #, fuzzy -msgid "Configuration Error" -msgstr "Configuratie bestand" +#~ msgid "Your LDAP setup contains old schema definitions:" +#~ msgstr "" +#~ "Uw LDAP installatie bevat oude schema definities. Draai het installatie " +#~ "programma a.u.b. opnieuw." -#: html/main.php:368 -#, php-format -msgid "" -"FATAL: not all POST variables have been transfered by PHP - please inform " -"your administrator!" -msgstr "" +#~ msgid "" +#~ "FATAL: Register globals is on. GOsa will refuse to login unless this is " +#~ "fixed by an administrator." +#~ msgstr "" +#~ "FATAAL: 'Register globals' is geactiveerd in PHP. GOsa zal niemand laten " +#~ "inloggen totdat dit opgelost is door een systeembeheerder." #, fuzzy #~ msgid "Prpperties" @@ -6913,24 +7704,13 @@ msgstr "" #~ "bewerken bent veranderen/vernietigen, dus sluit a.u.b. enige overige " #~ "vensters en log opnieuw in." -#~ msgid "Logout" -#~ msgstr "Uitloggen" - #~ msgid "External password changer reported a problem: " #~ msgstr "Extern wachtwoord verander mechanisme rapporteerde een probleem:" -#, fuzzy -#~ msgid "Session is not encrypted!" -#~ msgstr "De sessie zal niet versleuteld zijn." - #, fuzzy #~ msgid "You're going to edit the LDAP entry/entries %s" #~ msgstr "U staat op het punt de invoer '%s' te kopieren." -#, fuzzy -#~ msgid "Filter" -#~ msgstr "Filters" - #, fuzzy #~ msgid "Show department" #~ msgstr "Toon afdelingen" @@ -7052,9 +7832,6 @@ msgstr "" #~ "wilt, aangezien er geen mogelijkheid voor GOsa is om deze gegevens terug " #~ "te halen." -#~ msgid "Show primary groups" -#~ msgstr "Toon primaire groepen" - #~ msgid "Show samba groups" #~ msgstr "Toon Samba groepen" @@ -7132,14 +7909,6 @@ msgstr "" #~ msgid "Group selection filter" #~ msgstr "Groep instellingen" -#, fuzzy -#~ msgid "List filter settings" -#~ msgstr "Gebruikersinstellingen" - -#, fuzzy -#~ msgid "All" -#~ msgstr "Alle" - #, fuzzy #~ msgid "Posix extension settings" #~ msgstr "Posix instellingen" @@ -7331,10 +8100,6 @@ msgstr "" #~ msgid "functional groups" #~ msgstr "Toon functionele groepen" -#, fuzzy -#~ msgid "Not allowed" -#~ msgstr "Het veranderen van het wachtwoord is niet toegestaan" - #, fuzzy #~ msgid "Number of listed groups" #~ msgstr "Naam van de groep" @@ -7350,10 +8115,6 @@ msgstr "" #~ msgid "templates" #~ msgstr "Sjablonen" -#, fuzzy -#~ msgid "GOsa object" -#~ msgstr "Object" - #, fuzzy #~ msgid "functional users" #~ msgstr "Toon functionele gebruikers" @@ -7415,9 +8176,6 @@ msgstr "" #~ msgid "Regular expression for matching department names" #~ msgstr "Reguliere expressie voor overeenkomende afdelingen" -#~ msgid "Department management" -#~ msgstr "Afdeling beheer" - #, fuzzy #~ msgid "" #~ "This includes all system and setup informations. Please double check if " @@ -7515,10 +8273,6 @@ msgstr "" #~ msgid "Role name" #~ msgstr "Hernoemen" -#, fuzzy -#~ msgid "Role description" -#~ msgstr "Eenheid omschrijving" - #, fuzzy #~ msgid "Override sudo role ou" #~ msgstr "! onbekend id" @@ -7534,10 +8288,6 @@ msgstr "" #~ msgid "add" #~ msgstr "Toevoegen" -#, fuzzy -#~ msgid "remove" -#~ msgstr "Verwijderen" - #~ msgid "You're about to delete the whole LDAP subtree placed under '%s'." #~ msgstr "U staat op het punt de hele LDAP subtree onder '%s' te verwijderen." @@ -7576,10 +8326,6 @@ msgstr "" #~ msgid "Heimdal options" #~ msgstr "E-mail opties" -#, fuzzy -#~ msgid "Hour" -#~ msgstr "uur" - #, fuzzy #~ msgid "Day" #~ msgstr "dag" @@ -7625,9 +8371,6 @@ msgstr "" #~ msgid "Common name" #~ msgstr "Algemene naam" -#~ msgid "Server name" -#~ msgstr "Servernaam" - #~ msgid "Servers of %s on %s" #~ msgstr "Servers van %s in %s" @@ -7664,9 +8407,6 @@ msgstr "" #~ msgid "Email address" #~ msgstr "E-mail adres" -#~ msgid "Postal Code" -#~ msgstr "Postcode" - #~ msgid "Title" #~ msgstr "Titel" @@ -7742,10 +8482,6 @@ msgstr "" #~ msgid "Host" #~ msgstr "Inhakers" -#, fuzzy -#~ msgid "Command" -#~ msgstr "en" - #, fuzzy #~ msgid "Run as user" #~ msgstr "Windows gebruikers" @@ -7915,10 +8651,6 @@ msgstr "" #~ msgid "Show groups with '%s'" #~ msgstr "Toon groepen die gebruikers bevatten" -#, fuzzy -#~ msgid "server" -#~ msgstr "servers" - #, fuzzy #~ msgid "Show %s user" #~ msgstr "Toon Samba gebruikers" @@ -8471,10 +9203,6 @@ msgstr "" #~ msgid "Cannot find a DESC tag in file '%s'!" #~ msgstr "Kan bestand '%s' niet aanmaken." -#, fuzzy -#~ msgid "Notification" -#~ msgstr "Beroep" - #, fuzzy #~ msgid "Notification plugin" #~ msgstr "Geen certificaat geinstalleerd" @@ -8487,10 +9215,6 @@ msgstr "" #~ msgid "Notification target" #~ msgstr "Geen certificaat geinstalleerd" -#, fuzzy -#~ msgid "Recipients" -#~ msgstr "Ontvanger" - #~ msgid "Message" #~ msgstr "Bericht" @@ -8562,9 +9286,6 @@ msgstr "" #~ msgid "Please enter a valid path in 'Home directory' field." #~ msgstr "Geef a.u.b. een geldige map op in het 'Persoonlijke map' veld." -#~ msgid "Value specified as 'UID' is not valid." -#~ msgstr "De opgegeven 'UID' waarde is niet correct." - #~ msgid "Value specified as 'GID' is not valid." #~ msgstr "De opgegeven 'GID' waarde is niet geldig." @@ -8778,10 +9499,6 @@ msgstr "" #~ msgid "Available targets" #~ msgstr "Beschikbare programma's" -#, fuzzy -#~ msgid "Show object groups" -#~ msgstr "Objectgroepen" - #, fuzzy #~ msgid "You are not allowed to delete this acl!" #~ msgstr "U heeft geen toestemming om deze macro te verwijderen!" @@ -8870,10 +9587,6 @@ msgstr "" #~ msgid "Packages" #~ msgstr "Pakketten" -#, fuzzy -#~ msgid "GOsa logs" -#~ msgstr "Log DB gebruiker" - #~ msgid "" #~ "Can't connect to glpi database, there is no mysl extension available in " #~ "your php setup." diff --git a/gosa-core/locale/core/pl/LC_MESSAGES/messages.po b/gosa-core/locale/core/pl/LC_MESSAGES/messages.po index 52969c66c..1f7330ea5 100644 --- a/gosa-core/locale/core/pl/LC_MESSAGES/messages.po +++ b/gosa-core/locale/core/pl/LC_MESSAGES/messages.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: polski\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-04-16 10:37+0200\n" +"POT-Creation-Date: 2010-06-07 14:39+0200\n" "PO-Revision-Date: 2010-04-30 21:15+0100\n" "Last-Translator: Piort Rybicki \n" "Language-Team: Piotr Rybicki \n" @@ -14,93 +14,60 @@ msgstr "" "X-Poedit-SourceCharset: iso-8859-2\n" "X-Poedit-Basepath: tedst\n" -#: setup/setup_ldap.tpl:7 +#: setup/setup_ldap.tpl:2 +msgid "" +"The main data source used in GOsa is LDAP. In order to access the " +"information stored there, please enter the required information." +msgstr "" + +#: setup/setup_ldap.tpl:9 msgid "Please choose the LDAP user to be used by GOsa" msgstr "" -#: setup/setup_ldap.tpl:13 -#: ihtml/themes/default/help.tpl:21 -#: ihtml/themes/modern/help.tpl:21 -#: include/class_filter.inc:228 +#: setup/setup_ldap.tpl:15 ihtml/themes/default/help.tpl:21 +#: include/class_filter.inc:158 include/class_filter.inc:228 msgid "Search" msgstr "Szukaj" -#: setup/setup_ldap.tpl:17 -#: setup/setup_migrate.tpl:169 -#: setup/setup_migrate.tpl:224 -#: setup/setup_migrate.tpl:277 -#: setup/setup_migrate.tpl:346 -#: setup/setup_migrate.tpl:405 -#: setup/setup_migrate.tpl:462 -#: setup/setup_migrate.tpl:512 -#: setup/setup_migrate.tpl:560 -#: setup/setup_migrate.tpl:609 -#: ihtml/themes/default/acl.tpl:30 -#: ihtml/themes/default/acl.tpl:54 -#: ihtml/themes/default/acl.tpl:130 -#: ihtml/themes/default/acl.tpl:147 -#: ihtml/themes/modern/acl.tpl:33 -#: ihtml/themes/modern/acl.tpl:62 -#: ihtml/themes/modern/acl.tpl:133 -#: ihtml/themes/modern/acl.tpl:150 -#: include/utils/class_msgPool.inc:324 +#: setup/setup_ldap.tpl:19 setup/setup_migrate.tpl:70 +#: ihtml/themes/default/acl.tpl:33 ihtml/themes/default/acl.tpl:62 +#: ihtml/themes/default/acl.tpl:133 ihtml/themes/default/acl.tpl:150 +#: include/utils/class_msgPool.inc:307 #, php-format msgid "Apply" msgstr "Zastosuj" -#: setup/setup_ldap.tpl:19 -#: setup/setup_migrate.tpl:172 -#: setup/setup_migrate.tpl:227 -#: setup/setup_migrate.tpl:279 -#: setup/setup_migrate.tpl:348 -#: setup/setup_migrate.tpl:408 -#: setup/setup_migrate.tpl:465 -#: setup/setup_migrate.tpl:515 -#: setup/setup_migrate.tpl:563 -#: setup/setup_migrate.tpl:612 -#: ihtml/themes/default/acl.tpl:134 -#: ihtml/themes/default/acl.tpl:150 +#: setup/setup_ldap.tpl:20 setup/setup_migrate.tpl:71 +#: ihtml/themes/default/acl.tpl:137 ihtml/themes/default/acl.tpl:153 #: ihtml/themes/default/copyPasteDialog.tpl:21 -#: ihtml/themes/default/remove.tpl:15 -#: ihtml/themes/default/islocked.tpl:19 +#: ihtml/themes/default/islocked.tpl:26 #: ihtml/themes/default/snapshotdialog.tpl:44 -#: ihtml/themes/default/snapshotdialog.tpl:89 -#: ihtml/themes/default/msg_dialog.tpl:79 -#: ihtml/themes/default/msg_dialog.tpl:139 -#: ihtml/themes/default/msg_dialog.tpl:144 -#: ihtml/themes/modern/acl.tpl:137 -#: ihtml/themes/modern/acl.tpl:153 -#: ihtml/themes/modern/copyPasteDialog.tpl:21 -#: ihtml/themes/modern/islocked.tpl:26 -#: ihtml/themes/modern/snapshotdialog.tpl:44 -#: ihtml/themes/modern/snapshotdialog.tpl:90 -#: ihtml/themes/modern/msg_dialog.tpl:80 -#: ihtml/themes/modern/msg_dialog.tpl:141 -#: ihtml/themes/modern/msg_dialog.tpl:146 -#: include/utils/class_msgPool.inc:312 +#: ihtml/themes/default/snapshotdialog.tpl:90 +#: ihtml/themes/default/msg_dialog.tpl:80 +#: ihtml/themes/default/msg_dialog.tpl:141 +#: ihtml/themes/default/msg_dialog.tpl:146 include/utils/class_msgPool.inc:295 #, php-format msgid "Cancel" msgstr "Anuluj" -#: setup/setup_ldap.tpl:28 +#: setup/setup_ldap.tpl:28 setup/setup_ldap.tpl:29 msgid "LDAP connection" msgstr "Połączenie LDAP" -#: setup/setup_ldap.tpl:32 +#: setup/setup_ldap.tpl:31 msgid "Location name" msgstr "Nazwa lokalizacji" -#: setup/setup_ldap.tpl:40 +#: setup/setup_ldap.tpl:35 msgid "Connection URI" msgstr "Połączeniowe URI" -#: setup/setup_ldap.tpl:48 +#: setup/setup_ldap.tpl:39 msgid "TLS connection" msgstr "Połączenie TLS" -#: setup/setup_ldap.tpl:58 -#: plugins/personal/generic/generic.tpl:170 -#: plugins/personal/generic/class_user.inc:1692 +#: setup/setup_ldap.tpl:47 plugins/personal/generic/generic.tpl:170 +#: plugins/personal/generic/class_user.inc:1726 #: plugins/personal/posix/groupSelect/group-list.tpl:12 #: plugins/personal/posix/trustSelect/trust-list.tpl:12 #: plugins/admin/users/user-list.tpl:12 @@ -109,13 +76,13 @@ msgstr "Połączenie TLS" #: plugins/admin/groups/generic.tpl:39 #: plugins/admin/groups/userSelect/user-list.tpl:12 #: plugins/admin/groups/group-list.tpl:12 -#: plugins/admin/groups/class_group.inc:1023 +#: plugins/admin/groups/class_group.inc:1039 #: plugins/admin/departments/class_domain.inc:92 #: plugins/admin/departments/generic.tpl:39 #: plugins/admin/departments/organization.tpl:39 #: plugins/admin/departments/class_localityGeneric.inc:94 #: plugins/admin/departments/locality.tpl:28 -#: plugins/admin/departments/class_department.inc:671 +#: plugins/admin/departments/class_department.inc:679 #: plugins/admin/departments/dcObject.tpl:28 #: plugins/admin/departments/domain.tpl:28 #: plugins/admin/departments/country.tpl:28 @@ -123,101 +90,58 @@ msgstr "Połączenie TLS" #: plugins/admin/departments/class_countryGeneric.inc:94 #: plugins/admin/departments/class_organizationGeneric.inc:125 #: plugins/admin/departments/class_dcObject.inc:93 -#: plugins/admin/acl/acl_role.tpl:27 -#: plugins/admin/acl/acl-list.tpl:12 -#: plugins/admin/acl/class_aclRole.inc:725 +#: plugins/admin/acl/acl_role.tpl:27 plugins/admin/acl/acl-list.tpl:12 +#: plugins/admin/acl/class_aclRole.inc:739 #: plugins/admin/ogroups/generic.tpl:26 #: plugins/admin/ogroups/objectSelect/selectObject-list.tpl:12 -#: plugins/admin/ogroups/class_ogroup.inc:850 +#: plugins/admin/ogroups/class_ogroup.inc:834 #: plugins/admin/ogroups/ogroup-list.tpl:12 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:114 +#: plugins/addons/dyngroup/dyngroup.tpl:5 msgid "Base" msgstr "Kontener" -#: setup/setup_ldap.tpl:68 -#: setup/setup_migrate.tpl:273 +#: setup/setup_ldap.tpl:57 msgid "Reload" msgstr "Przeładuj" -#: setup/setup_ldap.tpl:72 +#: setup/setup_ldap.tpl:63 setup/setup_ldap.tpl:64 msgid "Authentication" msgstr "Autentykacja" -#: setup/setup_ldap.tpl:76 +#: setup/setup_ldap.tpl:66 msgid "Admin DN" msgstr "DN Administratora" -#: setup/setup_ldap.tpl:81 -#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:79 +#: setup/setup_ldap.tpl:71 msgid "Select user" msgstr "Wybierz użytkownika" -#: setup/setup_ldap.tpl:89 +#: setup/setup_ldap.tpl:81 msgid "Automatically append LDAP base to admin DN" msgstr "" -#: setup/setup_ldap.tpl:96 +#: setup/setup_ldap.tpl:85 msgid "Admin password" msgstr "Hasło Administratora" -#: setup/setup_ldap.tpl:104 +#: setup/setup_ldap.tpl:91 setup/setup_ldap.tpl:92 #, fuzzy msgid "Schema based settings" msgstr "Ustawienia Samba" -#: setup/setup_ldap.tpl:108 +#: setup/setup_ldap.tpl:94 msgid "Use rfc2307bis compliant groups" msgstr "" -#: setup/setup_ldap.tpl:120 +#: setup/setup_ldap.tpl:105 setup/setup_ldap.tpl:106 msgid "Current status" msgstr "Obecny status" -#: setup/setup_ldap.tpl:124 -#: ihtml/themes/default/msg_dialog.tpl:61 -#: ihtml/themes/default/msg_dialog.tpl:108 -#: plugins/admin/ogroups/class_ogroup.inc:200 +#: setup/setup_ldap.tpl:108 plugins/admin/ogroups/class_ogroup.inc:230 msgid "Information" msgstr "Informacja" -#: setup/class_setupStep_Config3.inc:81 -#: setup/class_setupStep_Config3.inc:82 -msgid "GOsa settings 3/3" -msgstr "Ustawienia GOsa 3/3" - -#: setup/class_setupStep_Config3.inc:83 -msgid "Tweak some GOsa core behaviour" -msgstr "" - -#: setup/class_setupStep_Config3.inc:93 -#: setup/class_setupStep_Ldap.inc:74 -#: setup/class_setupStep_Config2.inc:136 -#: setup/setup_feedback.tpl:65 -#: setup/setup_feedback.tpl:85 -#: setup/class_setupStep_Schema.inc:86 -#: setup/class_setupStep_Config1.inc:88 -msgid "No" -msgstr "Nie" - -#: setup/class_setupStep_Config3.inc:93 -#: setup/class_setupStep_Ldap.inc:74 -#: setup/class_setupStep_Config2.inc:136 -#: setup/setup_feedback.tpl:63 -#: setup/setup_feedback.tpl:83 -#: setup/class_setupStep_Schema.inc:86 -#: setup/class_setupStep_Config1.inc:88 -msgid "Yes" -msgstr "Tak" - -#: setup/class_setupStep_Config3.inc:212 -#, fuzzy -msgid "Session lifetime must be a numeric value!" -msgstr "Przyszłe dni muszą być liczbą." - -#: setup/class_setupStep_Config3.inc:216 -#, fuzzy -msgid "Maximum LDAP query time must be a numeric value!" -msgstr "Przyszłe dni muszą być liczbą." - #: setup/setup_finish.tpl:3 #, fuzzy msgid "Create your configuration file" @@ -227,295 +151,200 @@ msgstr "Plik konfiguracyjny" msgid "Depending on the user name your webserver is running on:" msgstr "" -#: setup/setup_finish.tpl:28 +#: setup/setup_finish.tpl:27 msgid "Download configuration" msgstr "Konfiguracja pobierania" -#: setup/setup_finish.tpl:34 +#: setup/setup_finish.tpl:33 msgid "Status: " msgstr "Status:" -#: setup/setup_welcome.tpl:4 -msgid "This seems to be the first time you start GOsa - we didn't find any configuration right now. This simple wizard intends to help you while setting it up." +#: setup/setup_welcome.tpl:3 +msgid "How to get started" msgstr "" -#: setup/setup_welcome.tpl:8 -msgid "What will the wizard do for you?" -msgstr "Co kreator zrobi dla Ciebie?" +#: setup/setup_welcome.tpl:5 +msgid "" +"This seems to be the first time you run GOsa on this system. To start the " +"GOsa web interface you need a working configuration file, which can be " +"generated by this wizzard." +msgstr "" -#: setup/setup_welcome.tpl:11 +#: setup/setup_welcome.tpl:9 #, fuzzy -msgid "Create a basic, single site configuration" -msgstr "Konfiguracja bazy FAX" - -#: setup/setup_welcome.tpl:12 -msgid "Tries to find problems within your PHP and LDAP setup" -msgstr "" +msgid "What you need to generate a configuration file:" +msgstr "Plik konfiguracyjny" #: setup/setup_welcome.tpl:13 -msgid "Let you choose from a set of basic and advanced configuration switches" -msgstr "" +#, fuzzy +msgid "The hostname of your LDAP server" +msgstr "podczas połączenia z serwerem LDAP '%s'" #: setup/setup_welcome.tpl:14 -msgid "Guided migration of existing LDAP trees" +msgid "Installed GOsa and supplementary schemas" msgstr "" -#: setup/setup_welcome.tpl:17 -msgid "What will the wizard NOT do for you?" +#: setup/setup_welcome.tpl:15 +msgid "The LDAP base of your LDAP directory" msgstr "" -#: setup/setup_welcome.tpl:20 -#, fuzzy -msgid "Find every possible configuration error" -msgstr "Plik konfiguracyjny" +#: setup/setup_welcome.tpl:16 +msgid "The DN and the password of the LDAP admin user" +msgstr "" -#: setup/setup_welcome.tpl:21 -msgid "Migrate every possible LDAP setup - create backup dumps!" +#: setup/setup_welcome.tpl:20 +msgid "" +"If you've collected the needed information, unlock the setup process like " +"shown in the next paragraph." msgstr "" -#: setup/setup_welcome.tpl:25 -msgid "To continue..." -msgstr "Aby kontynuować..." +#: setup/setup_welcome.tpl:24 +#, fuzzy +msgid "Starting the setup" +msgstr "Ustawienia językowe" -#: setup/setup_welcome.tpl:28 -msgid "For security reasons you need to authenticate for the installation by creating the file '/tmp/gosa.auth', containing the current session ID on the servers local filesystem. This can be done by executing the following command:" +#: setup/setup_welcome.tpl:26 +msgid "" +"For security reasons you need to authenticate the installation by creating " +"the file '/tmp/gosa.auth', containing the current session ID on the servers " +"local filesystem. This can be done by executing the following command:" msgstr "" -#: setup/setup_welcome.tpl:34 -msgid "Click the 'Continue' button when you've finished." +#: setup/setup_welcome.tpl:32 +msgid "Click the 'Next' button when you've finished." msgstr "" -#: setup/class_setup.inc:77 -#: setup/class_setupStep_Feedback.inc:131 +#: setup/class_setup.inc:74 setup/class_setupStep_Feedback.inc:132 msgid "Setup error" msgstr "Błąd ustawień" -#: setup/class_setup.inc:197 +#: setup/class_setup.inc:183 +msgid "Setup" +msgstr "Ustawienia" + +#: setup/class_setup.inc:195 msgid "Completed" msgstr "Zakończono" -#: setup/class_setup.inc:267 -#: setup/setup_migrate.tpl:291 +#: setup/class_setup.inc:235 +msgid "Check again" +msgstr "Sprawdź ponownie" + +#: setup/class_setup.inc:238 msgid "Next" msgstr "Następne" -#: setup/setup_license.tpl:8 -msgid "I have read the license and accept it" -msgstr "Przeczytałem licencję i ją akceptuję" - -#: setup/setup_config2.tpl:2 -msgid "Samba settings" -msgstr "Ustawienia Samba" - -#: setup/setup_config2.tpl:6 -msgid "Samba hash generator" -msgstr "" - -#: setup/setup_config2.tpl:15 -msgid "Samba SID" -msgstr "Samba SID" - -#: setup/setup_config2.tpl:31 -msgid "RID base" -msgstr "Baza RID" - -#: setup/setup_config2.tpl:46 -#, fuzzy -msgid "Workstation container" -msgstr "Nazwa stacji roboczej" - -#: setup/setup_config2.tpl:61 -msgid "Samba SID mapping" -msgstr "Mapowanie Samba SID" - -#: setup/setup_config2.tpl:71 -msgid "Timezone" -msgstr "Strefa czasowa" - -#: setup/setup_config2.tpl:74 -#, fuzzy -msgid "Please choose your preferred timezone here" -msgstr "Preferowany język" - -#: setup/setup_config2.tpl:96 -msgid "Additional GOsa settings" -msgstr "Dodatkowe ustawienia GOsa" - -#: setup/setup_config2.tpl:100 -msgid "Enable Copy & Paste" -msgstr "Włącz Copy & Paste" - -#: setup/setup_config2.tpl:112 -#, fuzzy -msgid "Government mode" -msgstr "do folferu" - -#: setup/setup_config2.tpl:123 -msgid "GOsa logging" -msgstr "logowanie GOsa" - -#: setup/setup_config2.tpl:135 -msgid "Mail settings" -msgstr "Ustawienia pocztowe" - -#: setup/setup_config2.tpl:139 -msgid "Mail method" -msgstr "Typ pocztowy" - -#: setup/setup_config2.tpl:143 -#: plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc:173 -msgid "disabled" -msgstr "wyłączone" - -#: setup/setup_config2.tpl:155 -msgid "Account identification attribute" -msgstr "" - -#: setup/setup_config2.tpl:169 -#, fuzzy -msgid "Vacation templates" -msgstr "Szablon stacji roboczej" - -#: setup/setup_config2.tpl:185 -msgid "Use Cyrus UNIX style" +#: setup/setup_license.tpl:3 +msgid "" +"GOsa is developed under the terms of the GNU General Public Licence V2. " +"Please accept the terms below." msgstr "" -#: setup/setup_config2.tpl:195 -msgid "Snapshots / Undo" -msgstr "Snapshoty / Undo" - -#: setup/setup_config2.tpl:204 -#: setup/setup_config2.tpl:249 -msgid "Enable snapshots" -msgstr "Włąćż snapshoty" - -#: setup/setup_config2.tpl:210 -#: setup/setup_config2.tpl:255 -#, fuzzy -msgid "Snapshot base" -msgstr "Tworzenie snapshot'u nieudane" - -#: setup/setup_config2.tpl:219 -#: setup/setup_config2.tpl:264 -#: plugins/generic/references/class_reference.inc:65 -#: plugins/personal/posix/trustSelect/trust-list.xml:12 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:23 -#: plugins/admin/ogroups/class_ogroupManagement.inc:187 -msgid "Server" -msgstr "Serwer" - -#: setup/setup_config2.tpl:228 -#: setup/setup_config2.tpl:273 -#: plugins/admin/users/user-list.xml:23 -#: plugins/admin/users/user-list.xml:95 -#: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:15 -#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:14 -#: plugins/admin/groups/userSelect/user-list.xml:14 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:63 -#: plugins/admin/ogroups/class_ogroupManagement.inc:183 -msgid "User" -msgstr "Użytkownik" - -#: setup/setup_config2.tpl:237 -#: setup/setup_config2.tpl:282 -#: setup/setup_migrate.tpl:320 -#: ihtml/themes/default/login.tpl:47 -#: ihtml/themes/default/login.tpl:49 -#: ihtml/themes/default/password.tpl:40 -#: ihtml/themes/modern/login.tpl:47 -#: ihtml/themes/modern/login.tpl:50 -#: plugins/personal/password/class_password.inc:26 -#: plugins/personal/generic/paste_generic.tpl:21 -msgid "Password" -msgstr "Hasło" +#: setup/setup_license.tpl:11 +msgid "I have read the license and accept it" +msgstr "Przeczytałem licencję i ją akceptuję" -#: setup/class_setupStep_Ldap.inc:53 +#: setup/class_setupStep_Ldap.inc:54 msgid "LDAP setup" msgstr "Ustawienia LDAP" -#: setup/class_setupStep_Ldap.inc:54 +#: setup/class_setupStep_Ldap.inc:55 #, fuzzy msgid "LDAP connection setup" msgstr "Połączenie dzwonienia..." -#: setup/class_setupStep_Ldap.inc:55 +#: setup/class_setupStep_Ldap.inc:56 #, fuzzy -msgid "This dialog performs the basic configuration of the LDAP connectivity for GOsa." -msgstr "Poniższe pola pozwalają na podstawową konfigurację zachowania GOsa i wpływają na różne właściwości w głównej konfiguracji." +msgid "" +"This dialog performs the basic configuration of the LDAP connectivity for " +"GOsa." +msgstr "" +"Poniższe pola pozwalają na podstawową konfigurację zachowania GOsa i " +"wpływają na różne właściwości w głównej konfiguracji." + +#: setup/class_setupStep_Ldap.inc:75 setup/setup_feedback.tpl:41 +#: setup/setup_feedback.tpl:52 +msgid "No" +msgstr "Nie" + +#: setup/class_setupStep_Ldap.inc:75 setup/setup_feedback.tpl:39 +#: setup/setup_feedback.tpl:50 +msgid "Yes" +msgstr "Tak" -#: setup/class_setupStep_Ldap.inc:112 +#: setup/class_setupStep_Ldap.inc:113 #, fuzzy, php-format msgid "Anonymous bind to server '%s' failed!" msgstr "Logowanie użytkownika nieudane, odpowiedź serwera LDAP '%s'." -#: setup/class_setupStep_Ldap.inc:114 +#: setup/class_setupStep_Ldap.inc:115 #, fuzzy, php-format msgid "Bind as user '%s' failed!" msgstr "Logowanie użytkownika nieudane, odpowiedź serwera LDAP '%s'." -#: setup/class_setupStep_Ldap.inc:119 +#: setup/class_setupStep_Ldap.inc:120 #, fuzzy, php-format msgid "Anonymous bind to server '%s' succeeded." msgstr "Logowanie użytkownika nieudane, odpowiedź serwera LDAP '%s'." -#: setup/class_setupStep_Ldap.inc:120 +#: setup/class_setupStep_Ldap.inc:121 msgid "Please specify user and password!" msgstr "Proszę podać użytkownika i hasło!" -#: setup/class_setupStep_Ldap.inc:122 +#: setup/class_setupStep_Ldap.inc:123 #, fuzzy, php-format msgid "Bind as user '%s' to server '%s' succeeded!" msgstr "Logowanie użytkownika nieudane, odpowiedź serwera LDAP '%s'." -#: setup/class_setupStep_Feedback.inc:92 +#: setup/class_setupStep_Feedback.inc:94 #, fuzzy msgid "UNIX accounts/groups" msgstr "Konta Unix" -#: setup/class_setupStep_Feedback.inc:94 +#: setup/class_setupStep_Feedback.inc:96 #, fuzzy msgid "Samba management" msgstr "Zarządzanie systemem" -#: setup/class_setupStep_Feedback.inc:96 +#: setup/class_setupStep_Feedback.inc:98 #, fuzzy msgid "Mailsystem management" msgstr "Zarządzanie systemem" -#: setup/class_setupStep_Feedback.inc:98 +#: setup/class_setupStep_Feedback.inc:100 #, fuzzy msgid "FAX system administration" msgstr "Administracja użytkownikami" -#: setup/class_setupStep_Feedback.inc:100 +#: setup/class_setupStep_Feedback.inc:102 #, fuzzy msgid "Asterisk administration" msgstr "Administracja użytkownikami" -#: setup/class_setupStep_Feedback.inc:102 +#: setup/class_setupStep_Feedback.inc:104 #, fuzzy msgid "System inventory" msgstr "Usuń inwentarz" -#: setup/class_setupStep_Feedback.inc:104 +#: setup/class_setupStep_Feedback.inc:106 #, fuzzy msgid "System-/Configmanagement" msgstr "Zarządzanie systemem" -#: setup/class_setupStep_Feedback.inc:106 +#: setup/class_setupStep_Feedback.inc:108 msgid "Addressbook" msgstr "Książka adresowa" -#: setup/class_setupStep_Feedback.inc:112 +#: setup/class_setupStep_Feedback.inc:114 msgid "Feedback" msgstr "" -#: setup/class_setupStep_Feedback.inc:113 +#: setup/class_setupStep_Feedback.inc:115 #, fuzzy msgid "Get notifications or send feedback" msgstr "Ograniczenia dla nadawcy" -#: setup/class_setupStep_Feedback.inc:114 +#: setup/class_setupStep_Feedback.inc:116 #, fuzzy msgid "Notification and feedback" msgstr "Powiadomienie wysłane!" @@ -534,100 +363,94 @@ msgstr "" msgid "Cannot send feedback: service temporarily unavailable" msgstr "" -#: setup/class_setupStep_Feedback.inc:180 +#: setup/class_setupStep_Feedback.inc:181 #, fuzzy msgid "Please specify a valid email address." msgstr "Proszę podać prawidłową nazwę skryptu." -#: setup/class_setupStep_Feedback.inc:184 -msgid "You have to select at least one of both options, subscribe or send feedback." +#: setup/class_setupStep_Feedback.inc:185 +msgid "" +"You have to select at least one of both options, subscribe or send feedback." msgstr "" -#: setup/class_setupStep_Config2.inc:80 -#: setup/class_setupStep_Config2.inc:81 -msgid "GOsa settings 2/3" -msgstr "Ustawienia GOsa 2/3" - -#: setup/class_setupStep_Config2.inc:82 -msgid "Customize special parameters" -msgstr "Dostosuj specjalne parametry" - -#: setup/setup_schema.tpl:3 +#: setup/setup_schema.tpl:1 #, fuzzy msgid "Schema specific settings" msgstr "Ustawienia Samba" -#: setup/setup_schema.tpl:7 -msgid "Enable schema validation when logging in" -msgstr "" - -#: setup/setup_schema.tpl:16 -#, fuzzy -msgid "Check status" -msgstr "Ustaw status" - -#: setup/setup_schema.tpl:20 +#: setup/setup_schema.tpl:4 msgid "Schema check succeeded" msgstr "Sprawdzanie schematów zakończone powodzeniem" -#: setup/setup_schema.tpl:23 +#: setup/setup_schema.tpl:7 #, fuzzy msgid "Schema check failed" msgstr "Zapisywanie telefonu nieudane" -#: setup/setup_schema.tpl:31 -msgid "Could not read any schema informations, all checks skipped. Adjust your ldap acls." +#: setup/setup_schema.tpl:11 +msgid "" +"Could not read any schema informations, all checks skipped. Adjust your ldap " +"acls." msgstr "" -#: setup/setup_schema.tpl:35 -msgid "It seems that your ldap database wasn't initialized yet. This maybe the reason, why GOsa can't read your schema configuration!" +#: setup/setup_schema.tpl:13 +msgid "" +"It seems that your ldap database wasn't initialized yet. This maybe the " +"reason, why GOsa can't read your schema configuration!" msgstr "" -#: setup/setup_feedback.tpl:5 +#: setup/setup_feedback.tpl:2 msgid "Feedback sucessfully send" msgstr "" -#: setup/setup_feedback.tpl:15 +#: setup/setup_feedback.tpl:6 msgid "Subscribe to the gosa-announce mailinglist" msgstr "" -#: setup/setup_feedback.tpl:18 -msgid "When checking this option, GOsa will try to connect http://oss.gonicus.de in order to subscribe you to the gosa-announce mailing list. You've to confirm this by mail." +#: setup/setup_feedback.tpl:8 +msgid "" +"When checking this option, GOsa will try to connect http://oss.gonicus.de in " +"order to subscribe you to the gosa-announce mailing list. You've to confirm " +"this by mail." msgstr "" -#: setup/setup_feedback.tpl:23 +#: setup/setup_feedback.tpl:10 setup/setup_feedback.tpl:12 #: plugins/personal/generic/generic.tpl:301 -#: plugins/personal/generic/class_user.inc:1698 +#: plugins/personal/generic/class_user.inc:1732 #: plugins/admin/departments/organization.tpl:4 #: plugins/admin/departments/dep-list.xml:47 #: plugins/admin/departments/dep-list.xml:131 -#: plugins/admin/departments/class_departmentManagement.inc:238 +#: plugins/admin/departments/class_departmentManagement.inc:241 #: plugins/admin/departments/dep-filter.xml:91 #: plugins/admin/departments/class_organizationGeneric.inc:113 #: plugins/admin/departments/class_organizationGeneric.inc:114 msgid "Organization" msgstr "Organizacja" -#: setup/setup_feedback.tpl:31 -#: setup/setup_migrate.tpl:304 -#: ihtml/themes/modern/userFilterEditor.tpl:11 -#: plugins/personal/generic/class_user.inc:1333 -#: plugins/personal/generic/class_user.inc:1351 -#: plugins/personal/generic/class_user.inc:1393 -#: plugins/personal/generic/class_user.inc:1838 +#: setup/setup_feedback.tpl:16 setup/setup_migrate.tpl:43 +#: setup/setup_migrate.tpl:45 ihtml/themes/default/userFilterEditor.tpl:11 +#: plugins/generic/references/class_reference.inc:57 +#: plugins/generic/references/class_reference.inc:63 +#: plugins/generic/references/class_reference.inc:69 +#: plugins/generic/references/class_reference.inc:75 +#: plugins/generic/references/class_reference.inc:81 +#: plugins/personal/generic/class_user.inc:1331 +#: plugins/personal/generic/class_user.inc:1349 +#: plugins/personal/generic/class_user.inc:1391 +#: plugins/personal/generic/class_user.inc:1872 #: plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc:45 #: plugins/personal/posix/groupSelect/group-list.xml:33 #: plugins/personal/posix/trustSelect/trust-list.xml:46 #: plugins/admin/users/class_userManagement.inc:423 #: plugins/admin/users/class_userManagement.inc:470 #: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:49 -#: plugins/admin/groups/class_group.inc:883 -#: plugins/admin/groups/class_group.inc:894 -#: plugins/admin/groups/class_group.inc:896 -#: plugins/admin/groups/class_group.inc:913 -#: plugins/admin/groups/class_group.inc:927 -#: plugins/admin/groups/class_group.inc:934 -#: plugins/admin/groups/class_group.inc:1021 +#: plugins/admin/groups/class_group.inc:886 +#: plugins/admin/groups/class_group.inc:897 +#: plugins/admin/groups/class_group.inc:899 +#: plugins/admin/groups/class_group.inc:916 +#: plugins/admin/groups/class_group.inc:930 +#: plugins/admin/groups/class_group.inc:937 +#: plugins/admin/groups/class_group.inc:1037 #: plugins/admin/groups/group-list.xml:41 #: plugins/admin/departments/class_domain.inc:47 #: plugins/admin/departments/class_domain.inc:49 @@ -640,11 +463,11 @@ msgstr "Organizacja" #: plugins/admin/departments/class_localityGeneric.inc:55 #: plugins/admin/departments/class_localityGeneric.inc:57 #: plugins/admin/departments/class_localityGeneric.inc:59 -#: plugins/admin/departments/class_department.inc:355 #: plugins/admin/departments/class_department.inc:357 -#: plugins/admin/departments/class_department.inc:362 -#: plugins/admin/departments/class_department.inc:369 -#: plugins/admin/departments/class_department.inc:373 +#: plugins/admin/departments/class_department.inc:359 +#: plugins/admin/departments/class_department.inc:364 +#: plugins/admin/departments/class_department.inc:371 +#: plugins/admin/departments/class_department.inc:375 #: plugins/admin/departments/class_countryGeneric.inc:47 #: plugins/admin/departments/class_countryGeneric.inc:49 #: plugins/admin/departments/class_countryGeneric.inc:54 @@ -661,466 +484,277 @@ msgstr "Organizacja" #: plugins/admin/departments/class_dcObject.inc:56 #: plugins/admin/departments/class_dcObject.inc:58 #: plugins/admin/departments/class_dcObject.inc:90 -#: plugins/admin/acl/acl_role.tpl:7 -#: plugins/admin/acl/acl-list.xml:49 -#: plugins/admin/acl/class_aclRole.inc:724 -#: plugins/admin/acl/class_aclRole.inc:736 -#: plugins/admin/acl/class_aclRole.inc:746 -#: plugins/admin/acl/paste_role.tpl:4 +#: plugins/admin/acl/acl_role.tpl:7 plugins/admin/acl/acl-list.xml:49 +#: plugins/admin/acl/class_aclRole.inc:738 +#: plugins/admin/acl/class_aclRole.inc:750 +#: plugins/admin/acl/class_aclRole.inc:760 plugins/admin/acl/paste_role.tpl:4 #: plugins/admin/ogroups/objectSelect/selectObject-list.xml:97 +#: plugins/admin/ogroups/class_ogroup.inc:155 +#: plugins/admin/ogroups/class_ogroup.inc:652 #: plugins/admin/ogroups/class_ogroup.inc:667 -#: plugins/admin/ogroups/class_ogroup.inc:682 -#: plugins/admin/ogroups/class_ogroup.inc:686 -#: plugins/admin/ogroups/class_ogroup.inc:849 +#: plugins/admin/ogroups/class_ogroup.inc:671 +#: plugins/admin/ogroups/class_ogroup.inc:833 #: plugins/admin/ogroups/ogroup-list.xml:41 +#: plugins/addons/propertyEditor/property-list.xml:80 #: include/class_userFilterEditor.inc:233 -#: include/class_userFilterEditor.inc:237 -#: include/class_acl.inc:263 -#: include/class_SnapShotDialog.inc:55 -#: include/class_userFilter.inc:55 +#: include/class_userFilterEditor.inc:237 include/class_acl.inc:262 +#: include/class_SnapShotDialog.inc:55 include/class_userFilter.inc:55 #: include/class_userFilter.inc:150 msgid "Name" msgstr "Imię" -#: setup/setup_feedback.tpl:39 +#: setup/setup_feedback.tpl:20 msgid "Mail address" msgstr "Adres email" -#: setup/setup_feedback.tpl:50 +#: setup/setup_feedback.tpl:28 msgid "Send feedback to the GOsa project team" msgstr "" -#: setup/setup_feedback.tpl:53 -msgid "When checking this option, GOsa will try to connect http://oss.gonicus.de in order to submit your form anonymously." +#: setup/setup_feedback.tpl:31 +msgid "" +"When checking this option, GOsa will try to connect http://oss.gonicus.de in " +"order to submit your form anonymously." msgstr "" -#: setup/setup_feedback.tpl:55 -#: plugins/generic/references/class_reference.inc:41 +#: setup/setup_feedback.tpl:35 setup/setup_feedback.tpl:36 #: plugins/personal/generic/class_user.inc:37 -#: plugins/personal/generic/class_user.inc:1669 +#: plugins/personal/generic/class_user.inc:1681 #: plugins/personal/posix/generic.tpl:5 #: plugins/admin/users/class_userManagement.inc:755 -#: plugins/admin/groups/class_group.inc:1012 -#: plugins/admin/departments/class_department.inc:659 -#: plugins/admin/ogroups/class_ogroup.inc:840 +#: plugins/admin/groups/class_group.inc:1015 +#: plugins/admin/departments/class_department.inc:661 +#: plugins/admin/ogroups/class_ogroup.inc:820 msgid "Generic" msgstr "Ogólne" -#: setup/setup_feedback.tpl:60 +#: setup/setup_feedback.tpl:38 msgid "Did the setup procedure help you to get started?" msgstr "" -#: setup/setup_feedback.tpl:71 +#: setup/setup_feedback.tpl:44 msgid "If not, what problems did you encounter" msgstr "" -#: setup/setup_feedback.tpl:80 +#: setup/setup_feedback.tpl:48 msgid "Is this the first time you use GOsa?" msgstr "" -#: setup/setup_feedback.tpl:86 +#: setup/setup_feedback.tpl:53 msgid "I use it since" msgstr "Używam od" -#: setup/setup_feedback.tpl:87 +#: setup/setup_feedback.tpl:54 msgid "Select the year since when you are using GOsa" msgstr "" -#: setup/setup_feedback.tpl:95 +#: setup/setup_feedback.tpl:60 msgid "What operating system / distribution do you use?" msgstr "" -#: setup/setup_feedback.tpl:104 +#: setup/setup_feedback.tpl:64 msgid "What web server do you use?" msgstr "" -#: setup/setup_feedback.tpl:113 +#: setup/setup_feedback.tpl:68 msgid "What PHP version do you use?" msgstr "" -#: setup/setup_feedback.tpl:121 +#: setup/setup_feedback.tpl:72 +#, fuzzy +msgid "GOsa version" +msgstr "Ogólne ustawienia GOsa" + +#: setup/setup_feedback.tpl:78 setup/setup_feedback.tpl:79 msgid "LDAP" msgstr "LDAP" -#: setup/setup_feedback.tpl:126 +#: setup/setup_feedback.tpl:81 msgid "What kind of LDAP server(s) do you use?" msgstr "" -#: setup/setup_feedback.tpl:132 +#: setup/setup_feedback.tpl:85 msgid "How many objects are in your LDAP?" msgstr "" -#: setup/setup_feedback.tpl:139 +#: setup/setup_feedback.tpl:91 setup/setup_feedback.tpl:92 msgid "Features" msgstr "Cechy" -#: setup/setup_feedback.tpl:142 +#: setup/setup_feedback.tpl:94 msgid "What features of GOsa do you use?" msgstr "" -#: setup/setup_feedback.tpl:153 +#: setup/setup_feedback.tpl:103 msgid "What features do you want to see in future versions of GOsa?" msgstr "" -#: setup/setup_feedback.tpl:161 +#: setup/setup_feedback.tpl:107 msgid "Send feedback" msgstr "" -#: setup/class_setupStep_Schema.inc:42 -#: setup/class_setupStep_Schema.inc:43 +#: setup/class_setupStep_Schema.inc:37 setup/class_setupStep_Schema.inc:38 #, fuzzy msgid "LDAP schema check" msgstr "Usługa Ldap" -#: setup/class_setupStep_Schema.inc:44 +#: setup/class_setupStep_Schema.inc:39 msgid "Perform test on your current LDAP schema" msgstr "" -#: setup/class_setupStep_Migrate.inc:127 -#: setup/class_setupStep_Migrate.inc:128 +#: setup/class_setupStep_Schema.inc:96 include/class_configRegistry.inc:230 +msgid "The following object classes are missing:" +msgstr "" + +#: setup/class_setupStep_Schema.inc:99 include/class_configRegistry.inc:237 +msgid "The following object classes are outdated:" +msgstr "" + +#: setup/class_setupStep_Migrate.inc:51 setup/class_setupStep_Migrate.inc:52 msgid "LDAP inspection" msgstr "Inspekcja LDAP" -#: setup/class_setupStep_Migrate.inc:129 +#: setup/class_setupStep_Migrate.inc:53 msgid "Analyze your current LDAP for GOsa compatibility" msgstr "" -#: setup/class_setupStep_Migrate.inc:135 +#: setup/class_setupStep_Migrate.inc:59 #, fuzzy msgid "Checking for root object" msgstr "Sprawdzam wsparcie dla iconv" -#: setup/class_setupStep_Migrate.inc:141 +#: setup/class_setupStep_Migrate.inc:65 #, fuzzy msgid "Inspecting object classes in root object" msgstr "Sprawdzam wsparcie dla iconv" -#: setup/class_setupStep_Migrate.inc:147 +#: setup/class_setupStep_Migrate.inc:71 #, fuzzy msgid "Checking permission for LDAP database" msgstr "Brak uprawnień do usunięcia tego departamentu." -#: setup/class_setupStep_Migrate.inc:153 -#, fuzzy -msgid "Checking for invisible departments" -msgstr "Sprawdzam wsparcie dla iconv" - -#: setup/class_setupStep_Migrate.inc:158 -#, fuzzy -msgid "Checking for invisible users" -msgstr "Sprawdzam wsparcie dla iconv" - -#: setup/class_setupStep_Migrate.inc:165 -#: setup/class_setupStep_Migrate.inc:3209 +#: setup/class_setupStep_Migrate.inc:78 #, fuzzy msgid "Checking for super administrator" msgstr "Sprawedzam dodatkowe programy" -#: setup/class_setupStep_Migrate.inc:171 -#, fuzzy -msgid "Checking for users outside the people tree" -msgstr "Sprawdzam moduł cups" - -#: setup/class_setupStep_Migrate.inc:177 -#, fuzzy -msgid "Checking for groups outside the groups tree" -msgstr "Sprawdzam moduł cups" - -#: setup/class_setupStep_Migrate.inc:184 -msgid "Checking for windows workstations outside the winstation tree" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:190 -#, fuzzy -msgid "Checking for duplicated UID numbers" -msgstr "Sprawdzam funkcję %s" - -#: setup/class_setupStep_Migrate.inc:196 -#, fuzzy -msgid "Checking for duplicate GID numbers" -msgstr "Sprawdzam funkcję %s" - -#: setup/class_setupStep_Migrate.inc:202 -#, fuzzy -msgid "Checking for old style USB devices" -msgstr "Sprawdzam wsparcie dla iconv" - -#: setup/class_setupStep_Migrate.inc:208 -#, fuzzy -msgid "Checking for old services that have to be migrated" -msgstr "Sprawdzam moduł cups" - -#: setup/class_setupStep_Migrate.inc:214 -#, fuzzy -msgid "Checking for old style application menus" -msgstr "Sprawdzam funkcję %s" - -#: setup/class_setupStep_Migrate.inc:240 -#: setup/class_setupStep_Migrate.inc:292 -#: setup/class_setupStep_Migrate.inc:357 -#: setup/class_setupStep_Migrate.inc:421 -#: setup/class_setupStep_Migrate.inc:492 -#: setup/class_setupStep_Migrate.inc:569 -#: setup/class_setupStep_Migrate.inc:653 -#: setup/class_setupStep_Migrate.inc:794 -#: setup/class_setupStep_Migrate.inc:890 -#: setup/class_setupStep_Migrate.inc:2036 -#: setup/class_setupStep_Migrate.inc:2504 -#: setup/class_setupStep_Migrate.inc:2695 -#: setup/class_setupStep_Migrate.inc:2832 +#: setup/class_setupStep_Migrate.inc:118 setup/class_setupStep_Migrate.inc:186 +#: setup/class_setupStep_Migrate.inc:709 msgid "LDAP query failed" msgstr "Kwerenda LDAP nieudana" -#: setup/class_setupStep_Migrate.inc:241 -#: setup/class_setupStep_Migrate.inc:293 -#: setup/class_setupStep_Migrate.inc:358 -#: setup/class_setupStep_Migrate.inc:422 -#: setup/class_setupStep_Migrate.inc:493 -#: setup/class_setupStep_Migrate.inc:570 -#: setup/class_setupStep_Migrate.inc:654 -#: setup/class_setupStep_Migrate.inc:795 -#: setup/class_setupStep_Migrate.inc:891 -#: setup/class_setupStep_Migrate.inc:2037 -#: setup/class_setupStep_Migrate.inc:2505 -#: setup/class_setupStep_Migrate.inc:2696 -#: setup/class_setupStep_Migrate.inc:2833 +#: setup/class_setupStep_Migrate.inc:119 setup/class_setupStep_Migrate.inc:187 +#: setup/class_setupStep_Migrate.inc:710 msgid "Possibly the 'root object' is missing." msgstr "" -#: setup/class_setupStep_Migrate.inc:261 -#: setup/class_setupStep_Migrate.inc:313 -#: setup/class_setupStep_Migrate.inc:446 -#: setup/class_setupStep_Migrate.inc:523 -#: setup/class_setupStep_Migrate.inc:661 -#: setup/class_setupStep_Migrate.inc:802 -#: setup/class_setupStep_Migrate.inc:2571 -#: setup/class_setupStep_Migrate.inc:2724 -#: setup/class_setupStep_Migrate.inc:3056 -#: setup/setup_checks.tpl:32 -#: setup/setup_checks.tpl:93 -#: ihtml/themes/default/remove.tpl:2 -#: ihtml/themes/default/islocked.tpl:6 -#: ihtml/themes/default/msg_dialog.tpl:59 -#: ihtml/themes/default/msg_dialog.tpl:106 -#: plugins/personal/posix/class_posixAccount.inc:678 -#: plugins/personal/posix/class_posixAccount.inc:803 -#: plugins/admin/groups/class_group.inc:832 -#: plugins/admin/departments/dep_move_confirm.tpl:2 -#: include/functions.inc:931 -#: include/functions.inc:2690 -#: include/functions.inc:2694 -#: include/functions.inc:2700 -#: include/utils/class_xml.inc:37 -#: include/class_tabs.inc:241 -#: html/password.php:314 -msgid "Warning" -msgstr "Ostrzeżenie" - -#: setup/class_setupStep_Migrate.inc:263 -#, fuzzy, php-format -msgid "Found %s duplicate values for attribute 'uidNumber'." -msgstr "Znaleziono powtórzoną wartość dla typu rekordu '%s'." - -#: setup/class_setupStep_Migrate.inc:267 -#: setup/class_setupStep_Migrate.inc:319 -#: setup/class_setupStep_Migrate.inc:380 -#: setup/class_setupStep_Migrate.inc:453 -#: setup/class_setupStep_Migrate.inc:530 -#: setup/class_setupStep_Migrate.inc:604 -#: setup/class_setupStep_Migrate.inc:657 -#: setup/class_setupStep_Migrate.inc:798 -#: setup/class_setupStep_Migrate.inc:1044 -#: setup/class_setupStep_Migrate.inc:2011 -#: setup/class_setupStep_Migrate.inc:2155 -#: setup/class_setupStep_Migrate.inc:2577 -#: setup/class_setupStep_Migrate.inc:2731 -#: setup/class_setupStep_Migrate.inc:3061 -#: setup/setup_checks.tpl:27 -#: setup/setup_checks.tpl:87 -#: ihtml/themes/default/msg_dialog.tpl:76 -#: ihtml/themes/default/msg_dialog.tpl:78 -#: ihtml/themes/default/msg_dialog.tpl:134 -#: ihtml/themes/default/msg_dialog.tpl:137 -#: ihtml/themes/default/msg_dialog.tpl:142 -#: ihtml/themes/modern/msg_dialog.tpl:77 -#: ihtml/themes/modern/msg_dialog.tpl:79 -#: ihtml/themes/modern/msg_dialog.tpl:136 -#: ihtml/themes/modern/msg_dialog.tpl:139 -#: ihtml/themes/modern/msg_dialog.tpl:144 -#: include/utils/class_msgPool.inc:318 -#, php-format -msgid "Ok" -msgstr "Ok" - -#: setup/class_setupStep_Migrate.inc:315 -#, fuzzy, php-format -msgid "Found %s duplicate values for attribute 'gidNumber'." -msgstr "Znaleziono powtórzoną wartość dla typu rekordu '%s'." - -#: setup/class_setupStep_Migrate.inc:373 -#: setup/class_setupStep_Migrate.inc:583 -#: setup/class_setupStep_Migrate.inc:596 -#: setup/class_setupStep_Migrate.inc:1030 -#: setup/class_setupStep_Migrate.inc:1048 -#: setup/class_setupStep_Migrate.inc:1988 -#: setup/class_setupStep_Migrate.inc:2001 -#: setup/class_setupStep_Migrate.inc:2056 -#: setup/class_setupStep_Migrate.inc:2077 -#: setup/class_setupStep_Migrate.inc:2129 -#: setup/class_setupStep_Migrate.inc:3211 +#: setup/class_setupStep_Migrate.inc:132 setup/class_setupStep_Migrate.inc:145 +#: setup/class_setupStep_Migrate.inc:307 setup/class_setupStep_Migrate.inc:661 +#: setup/class_setupStep_Migrate.inc:674 setup/class_setupStep_Migrate.inc:729 +#: setup/class_setupStep_Migrate.inc:750 setup/class_setupStep_Migrate.inc:802 msgid "Failed" msgstr "Niepowodzenie" -#: setup/class_setupStep_Migrate.inc:375 -#, php-format -msgid "Found %s winstations outside the predefined winstation department ou '%s'." -msgstr "" - -#: setup/class_setupStep_Migrate.inc:376 -#: setup/class_setupStep_Migrate.inc:664 -#: setup/class_setupStep_Migrate.inc:804 -#: setup/class_setupStep_Migrate.inc:1033 -#: setup/class_setupStep_Migrate.inc:2131 -#: setup/class_setupStep_Migrate.inc:2574 -#: setup/class_setupStep_Migrate.inc:2728 -#: setup/class_setupStep_Migrate.inc:3058 -#: setup/setup_migrate.tpl:55 -msgid "Migrate" -msgstr "Migruj" - -#: setup/class_setupStep_Migrate.inc:448 -#, fuzzy, php-format -msgid "Found %s groups outside the configured tree '%s'." -msgstr "Zamierzasz skopiować wpis '%s'." - -#: setup/class_setupStep_Migrate.inc:449 -#: setup/class_setupStep_Migrate.inc:526 -msgid "Move" -msgstr "Przenieś" - -#: setup/class_setupStep_Migrate.inc:525 -#, php-format -msgid "Found %s user(s) outside the configured tree '%s'." -msgstr "" - -#: setup/class_setupStep_Migrate.inc:585 -#: setup/class_setupStep_Migrate.inc:598 -#, php-format -msgid "The specified user '%s' does not have full access to your ldap database." -msgstr "" - -#: setup/class_setupStep_Migrate.inc:662 +#: setup/class_setupStep_Migrate.inc:134 setup/class_setupStep_Migrate.inc:147 #, php-format -msgid "Found %s user(s) that will not be visible in GOsa." +msgid "" +"The specified user '%s' does not have full access to your ldap database." msgstr "" -#: setup/class_setupStep_Migrate.inc:712 -#: setup/class_setupStep_Migrate.inc:855 -#: setup/class_setupStep_Migrate.inc:1118 -msgid "Migration error" -msgstr "Błąd migracji" - -#: setup/class_setupStep_Migrate.inc:712 -#: setup/class_setupStep_Migrate.inc:855 -#, fuzzy, php-format -msgid "Cannot migrate department '%s':" -msgstr "Utwórz nowy departament" - -#: setup/class_setupStep_Migrate.inc:803 +#: setup/class_setupStep_Migrate.inc:153 setup/class_setupStep_Migrate.inc:303 +#: setup/class_setupStep_Migrate.inc:684 setup/class_setupStep_Migrate.inc:828 +#: setup/setup_checks.tpl:21 setup/setup_checks.tpl:62 +#: ihtml/themes/default/msg_dialog.tpl:77 +#: ihtml/themes/default/msg_dialog.tpl:79 +#: ihtml/themes/default/msg_dialog.tpl:136 +#: ihtml/themes/default/msg_dialog.tpl:139 +#: ihtml/themes/default/msg_dialog.tpl:144 include/utils/class_msgPool.inc:301 #, php-format -msgid "Found %s department(s) that will not be visible in GOsa." -msgstr "" - -#: setup/class_setupStep_Migrate.inc:1027 -#, fuzzy, php-format -msgid "GOsa 2.5 administrative accounts found: %s" -msgstr "Utwórz konto Netatalk" - -#: setup/class_setupStep_Migrate.inc:1032 -#, fuzzy -msgid "There is no valid GOsa 2.6 administrator account inside your LDAP." -msgstr "Utwórz konto Netatalk" - -#: setup/class_setupStep_Migrate.inc:1034 -#: setup/class_setupStep_Migrate.inc:1050 -#: plugins/admin/users/user-list.xml:89 -#: plugins/admin/groups/group-list.xml:73 -#: plugins/admin/departments/dep-list.xml:98 -#: plugins/admin/acl/acl-list.xml:76 -#: plugins/admin/ogroups/ogroup-list.xml:73 -msgid "Create" -msgstr "Utwórz" +msgid "Ok" +msgstr "Ok" -#: setup/class_setupStep_Migrate.inc:1038 -#: plugins/personal/generic/class_user.inc:1675 -#: plugins/admin/users/class_userManagement.inc:25 -#: include/class_acl.inc:238 +#: setup/class_setupStep_Migrate.inc:297 +#: plugins/generic/references/class_aclResolver.inc:173 +#: plugins/personal/generic/class_user.inc:1687 +#: plugins/admin/users/class_userManagement.inc:25 include/class_acl.inc:237 msgid "Users" msgstr "Użytkownicy" -#: setup/class_setupStep_Migrate.inc:1041 +#: setup/class_setupStep_Migrate.inc:300 +#: plugins/generic/references/class_aclResolver.inc:165 #: plugins/admin/groups/class_groupManagement.inc:25 -#: plugins/admin/groups/class_group.inc:1018 -#: include/class_acl.inc:238 +#: plugins/admin/groups/class_group.inc:1021 include/class_acl.inc:237 msgid "Groups" msgstr "Grupy" -#: setup/class_setupStep_Migrate.inc:1049 +#: setup/class_setupStep_Migrate.inc:308 msgid "There is no GOsa administrator account inside your LDAP." msgstr "" -#: setup/class_setupStep_Migrate.inc:1118 +#: setup/class_setupStep_Migrate.inc:309 plugins/admin/users/user-list.xml:89 +#: plugins/admin/groups/group-list.xml:73 +#: plugins/admin/departments/dep-list.xml:98 plugins/admin/acl/acl-list.xml:76 +#: plugins/admin/ogroups/ogroup-list.xml:73 +msgid "Create" +msgstr "Utwórz" + +#: setup/class_setupStep_Migrate.inc:377 +msgid "Migration error" +msgstr "Błąd migracji" + +#: setup/class_setupStep_Migrate.inc:377 #, php-format msgid "Cannot add ACL for user '%s':" msgstr "" -#: setup/class_setupStep_Migrate.inc:1156 -#: setup/class_setupStep_Migrate.inc:1166 +#: setup/class_setupStep_Migrate.inc:415 setup/class_setupStep_Migrate.inc:425 msgid "Input error" msgstr "Błąd wejścia" -#: setup/class_setupStep_Migrate.inc:1156 +#: setup/class_setupStep_Migrate.inc:415 +#: plugins/generic/references/class_reference.inc:87 +#: plugins/admin/groups/class_group.inc:210 +#: plugins/admin/groups/class_group.inc:1170 +#: plugins/admin/groups/class_group.inc:1180 msgid "Uid" msgstr "Uid" -#: setup/class_setupStep_Migrate.inc:1161 +#: setup/class_setupStep_Migrate.inc:420 msgid "Password error" msgstr "Błąd hasła" -#: setup/class_setupStep_Migrate.inc:1161 +#: setup/class_setupStep_Migrate.inc:420 #, fuzzy msgid "Provided passwords do not match!" msgstr "Hasła podane jako nowe i powtórzone nie zgadzają się!" -#: setup/class_setupStep_Migrate.inc:1166 +#: setup/class_setupStep_Migrate.inc:425 #, fuzzy msgid "Specify a valid user ID!" msgstr "Proszę podać prawidłową nazwę użytkownika!" -#: setup/class_setupStep_Migrate.inc:1199 -#: setup/setup_checks.tpl:30 -#: setup/setup_checks.tpl:91 -#: ihtml/themes/default/msg_dialog.tpl:57 -#: ihtml/themes/default/msg_dialog.tpl:104 -#: plugins/personal/generic/class_user.inc:297 -#: plugins/personal/generic/class_user.inc:429 -#: plugins/personal/generic/class_user.inc:522 -#: plugins/personal/generic/class_user.inc:816 -#: plugins/personal/generic/class_user.inc:1205 -#: plugins/personal/generic/class_user.inc:1212 -#: plugins/personal/generic/class_user.inc:1230 -#: plugins/personal/generic/class_user.inc:1500 -#: plugins/personal/generic/class_user.inc:1787 -#: plugins/personal/myaccount/main.inc:112 -#: plugins/admin/groups/class_group.inc:419 -#: plugins/admin/groups/class_group.inc:425 -#: plugins/admin/groups/class_group.inc:634 -#: plugins/admin/groups/class_group.inc:730 -#: plugins/admin/groups/class_group.inc:735 -#: plugins/admin/groups/class_group.inc:1060 -#: plugins/admin/departments/class_department.inc:317 -#: plugins/admin/acl/class_aclRole.inc:672 -#: plugins/admin/ogroups/class_ogroup.inc:368 +#: setup/class_setupStep_Migrate.inc:450 setup/setup_checks.tpl:25 +#: setup/setup_checks.tpl:66 plugins/personal/generic/class_user.inc:297 +#: plugins/personal/generic/class_user.inc:428 +#: plugins/personal/generic/class_user.inc:521 +#: plugins/personal/generic/class_user.inc:814 +#: plugins/personal/generic/class_user.inc:1203 +#: plugins/personal/generic/class_user.inc:1210 +#: plugins/personal/generic/class_user.inc:1228 +#: plugins/personal/generic/class_user.inc:1498 +#: plugins/personal/generic/class_user.inc:1821 +#: plugins/personal/myaccount/main.inc:125 +#: plugins/admin/groups/class_group.inc:463 +#: plugins/admin/groups/class_group.inc:469 +#: plugins/admin/groups/class_group.inc:637 +#: plugins/admin/groups/class_group.inc:733 +#: plugins/admin/groups/class_group.inc:738 +#: plugins/admin/groups/class_group.inc:1076 +#: plugins/admin/departments/class_department.inc:319 +#: plugins/admin/acl/class_aclRole.inc:667 +#: plugins/admin/ogroups/class_ogroup.inc:393 +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:203 +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:207 #: include/class_CopyPasteHandler.inc:118 #: include/class_CopyPasteHandler.inc:127 #: include/class_CopyPasteHandler.inc:159 @@ -1128,353 +762,103 @@ msgstr "Proszę podać prawidłową nazwę użytkownika!" #: include/class_CopyPasteHandler.inc:185 #: include/class_CopyPasteHandler.inc:193 #: include/class_CopyPasteHandler.inc:273 -#: include/class_CopyPasteHandler.inc:375 -#: include/functions.inc:3399 -#: include/functions.inc:3413 -#: include/functions.inc:3443 -#: include/functions.inc:3451 -#: include/functions.inc:3463 -#: include/functions.inc:3467 -#: include/functions.inc:3482 -#: include/functions.inc:3491 -#: include/functions.inc:3551 -#: include/password-methods/class_password-methods.inc:250 -#: include/class_msg_dialog.inc:99 -#: include/utils/class_msgPool.inc:154 -#: include/utils/class_msgPool.inc:166 -#: include/utils/class_msgPool.inc:184 -#: include/utils/class_msgPool.inc:457 -#: include/utils/class_msgPool.inc:478 -#: include/utils/class_msgPool.inc:497 -#: include/utils/class_xml.inc:40 -#: include/class_tabs.inc:56 -#: include/class_listing.inc:495 -#: include/class_gosaSupportDaemon.inc:1184 -#: include/class_gosaSupportDaemon.inc:1204 -#: include/class_management.inc:480 -#: include/class_management.inc:616 -#: include/class_management.inc:970 -#: include/class_plugin.inc:1486 -#: include/class_plugin.inc:2080 -#: html/index.php:236 -#: html/index.php:240 +#: include/class_CopyPasteHandler.inc:377 include/functions.inc:3051 +#: include/functions.inc:3357 include/functions.inc:3371 +#: include/functions.inc:3401 include/functions.inc:3409 +#: include/functions.inc:3421 include/functions.inc:3425 +#: include/functions.inc:3440 include/functions.inc:3449 +#: include/functions.inc:3509 +#: include/password-methods/class_password-methods.inc:277 +#: include/class_msg_dialog.inc:99 include/utils/class_msgPool.inc:137 +#: include/utils/class_msgPool.inc:149 include/utils/class_msgPool.inc:167 +#: include/utils/class_msgPool.inc:440 include/utils/class_msgPool.inc:461 +#: include/utils/class_xml.inc:40 include/class_tabs.inc:56 +#: include/class_listing.inc:536 include/class_gosaSupportDaemon.inc:1184 +#: include/class_gosaSupportDaemon.inc:1204 include/class_management.inc:483 +#: include/class_management.inc:644 include/class_plugin.inc:1592 +#: html/index.php:241 html/index.php:245 #, php-format msgid "Error" msgstr "Błąd" -#: setup/class_setupStep_Migrate.inc:1199 +#: setup/class_setupStep_Migrate.inc:450 #, php-format msgid "Adding an administrative user failed: object '%s' already exists!" msgstr "" -#: setup/class_setupStep_Migrate.inc:1210 -#: setup/class_setupStep_Migrate.inc:1238 -#: setup/class_setupStep_Migrate.inc:1287 -#: setup/class_setupStep_Migrate.inc:1336 -#: setup/class_setupStep_Migrate.inc:2141 -#: setup/class_setupStep_Migrate.inc:2438 -#: setup/class_setupStep_Migrate.inc:2442 -#: setup/class_setupStep_Migrate.inc:2632 -#: setup/class_setupStep_Migrate.inc:2652 -#: setup/class_setupStep_Migrate.inc:2769 -#: setup/class_setupStep_Migrate.inc:3116 -#: setup/class_setupStep_Migrate.inc:3130 -#: plugins/personal/generic/class_user.inc:730 -#: plugins/personal/generic/class_user.inc:1127 +#: setup/class_setupStep_Migrate.inc:461 setup/class_setupStep_Migrate.inc:814 +#: plugins/generic/references/class_reference.inc:97 +#: plugins/personal/generic/class_user.inc:729 +#: plugins/personal/generic/class_user.inc:1125 #: plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc:253 -#: plugins/personal/posix/class_posixAccount.inc:533 -#: plugins/personal/posix/class_posixAccount.inc:820 -#: plugins/admin/groups/class_group.inc:577 +#: plugins/personal/posix/class_posixAccount.inc:528 +#: plugins/personal/posix/class_posixAccount.inc:790 +#: plugins/admin/groups/class_group.inc:580 #: plugins/admin/groups/class_group.inc:856 -#: plugins/admin/departments/class_department.inc:285 -#: plugins/admin/departments/class_department.inc:482 -#: plugins/admin/departments/class_department.inc:753 -#: plugins/admin/departments/class_department.inc:784 -#: plugins/admin/acl/class_aclRole.inc:604 -#: plugins/admin/acl/class_aclRole.inc:644 -#: plugins/admin/acl/class_aclRole.inc:658 -#: plugins/admin/ogroups/class_ogroup.inc:757 -#: plugins/admin/ogroups/class_ogroup.inc:774 -#: include/class_config.inc:325 -#: include/functions.inc:476 -#: include/functions.inc:511 -#: include/functions.inc:519 -#: include/functions.inc:565 -#: include/functions.inc:817 -#: include/functions.inc:866 -#: include/functions.inc:923 -#: include/functions.inc:976 -#: include/functions.inc:3052 -#: include/functions.inc:3325 -#: include/class_SnapshotHandler.inc:124 -#: include/class_SnapshotHandler.inc:281 -#: include/class_SnapshotHandler.inc:329 -#: include/class_SnapshotHandler.inc:333 -#: include/class_SnapshotHandler.inc:348 -#: include/class_SnapshotHandler.inc:383 -#: include/class_SnapshotHandler.inc:438 -#: include/class_SnapshotHandler.inc:503 -#: include/class_SnapshotHandler.inc:518 -#: include/class_acl.inc:1247 -#: include/class_acl.inc:1343 -#: include/class_ldap.inc:756 -#: include/class_ldap.inc:1222 -#: include/class_plugin.inc:1163 -#: include/class_plugin.inc:1212 -#: include/class_plugin.inc:1216 -#: include/class_plugin.inc:1232 -#: include/class_plugin.inc:1272 -#: include/class_plugin.inc:1330 -#: include/class_plugin.inc:1396 -#: include/class_plugin.inc:1411 -#: include/class_userFilter.inc:275 -#: html/index.php:266 -#: html/index.php:277 -#: html/index.php:290 +#: plugins/admin/departments/class_department.inc:287 +#: plugins/admin/departments/class_department.inc:484 +#: plugins/admin/departments/class_department.inc:761 +#: plugins/admin/departments/class_department.inc:792 +#: plugins/admin/acl/class_aclRole.inc:599 +#: plugins/admin/acl/class_aclRole.inc:639 +#: plugins/admin/acl/class_aclRole.inc:653 +#: plugins/admin/ogroups/class_ogroup.inc:742 +#: plugins/admin/ogroups/class_ogroup.inc:759 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:191 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:256 +#: include/class_config.inc:337 include/functions.inc:488 +#: include/functions.inc:523 include/functions.inc:531 +#: include/functions.inc:577 include/functions.inc:829 +#: include/functions.inc:878 include/functions.inc:935 +#: include/functions.inc:985 include/functions.inc:3002 +#: include/functions.inc:3283 include/class_SnapshotHandler.inc:123 +#: include/class_SnapshotHandler.inc:280 include/class_SnapshotHandler.inc:329 +#: include/class_SnapshotHandler.inc:333 include/class_SnapshotHandler.inc:346 +#: include/class_SnapshotHandler.inc:380 include/class_SnapshotHandler.inc:435 +#: include/class_SnapshotHandler.inc:500 include/class_SnapshotHandler.inc:515 +#: include/class_acl.inc:1250 include/class_acl.inc:1346 +#: include/class_ldap.inc:756 include/class_ldap.inc:1173 +#: include/class_userFilter.inc:275 html/index.php:271 msgid "LDAP error" msgstr "błąd LDAP" -#: setup/class_setupStep_Migrate.inc:1238 -#: setup/class_setupStep_Migrate.inc:1287 -#: setup/class_setupStep_Migrate.inc:1336 -#, fuzzy -msgid "Cannot move users to the requested department!" -msgstr "Przejdź do domowego departamentu użytkowników" - -#: setup/class_setupStep_Migrate.inc:1248 -msgid "Winstation will be moved from" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:1248 -#: setup/class_setupStep_Migrate.inc:1298 -#: setup/class_setupStep_Migrate.inc:1346 -#: include/class_plugin.inc:1691 -msgid "to" -msgstr "do" - -#: setup/class_setupStep_Migrate.inc:1259 -#: setup/class_setupStep_Migrate.inc:1308 -msgid "Updating following references too" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:1298 -#, fuzzy -msgid "Group will be moved from" -msgstr "Będzie możliwość odtworzenia z" - -#: setup/class_setupStep_Migrate.inc:1346 -#, fuzzy -msgid "User will be moved from" -msgstr "Użyj członków z" - -#: setup/class_setupStep_Migrate.inc:1356 -msgid "The following references will be updated" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:1989 -msgid "The LDAP root object is missing. It is required to use your LDAP service." +#: setup/class_setupStep_Migrate.inc:662 +msgid "" +"The LDAP root object is missing. It is required to use your LDAP service." msgstr "" -#: setup/class_setupStep_Migrate.inc:1990 -#: setup/class_setupStep_Migrate.inc:2003 +#: setup/class_setupStep_Migrate.inc:663 setup/class_setupStep_Migrate.inc:676 #, fuzzy msgid "Try to create root object" msgstr "Utwórz obiekty" -#: setup/class_setupStep_Migrate.inc:2002 +#: setup/class_setupStep_Migrate.inc:675 msgid "Root object couldn't be created, you should try it on your own." msgstr "" -#: setup/class_setupStep_Migrate.inc:2057 +#: setup/class_setupStep_Migrate.inc:730 #, fuzzy, php-format msgid "Missing GOsa object class '%s'!" msgstr "Wyświetl szablony FAI" -#: setup/class_setupStep_Migrate.inc:2058 +#: setup/class_setupStep_Migrate.inc:731 #, fuzzy msgid "Please check your installation." msgstr "Proszę sprawdzić kombinację login/hasło." -#: setup/class_setupStep_Migrate.inc:2079 -#, php-format -msgid "Cannot handle the structural object type of your root object. Please try to add the object class '%s' manually." -msgstr "" - -#: setup/class_setupStep_Migrate.inc:2438 -#, fuzzy, php-format -msgid "Copy '%s' to '%s' failed:" -msgstr "Przenoszenie '%s' do '%s'" - -#: setup/class_setupStep_Migrate.inc:2573 -#, php-format -msgid "There are %s devices that need to be migrated." -msgstr "" - -#: setup/class_setupStep_Migrate.inc:2633 -#, php-format -msgid "Adding '%s' to the LDAP failed: %s" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:2653 -#: setup/class_setupStep_Migrate.inc:2770 -#, fuzzy, php-format -msgid "Updating '%s' failed: %s" -msgstr "Użytkownik bazy logowania" - -#: setup/class_setupStep_Migrate.inc:2726 -#, php-format -msgid "There are %s services that need to be migrated." -msgstr "" - -#: setup/class_setupStep_Migrate.inc:2867 -#: plugins/personal/generic/generic.tpl:255 -#: plugins/personal/generic/generic.tpl:275 -#: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:83 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:123 -#: include/utils/class_msgPool.inc:336 -#, php-format -msgid "Add" -msgstr "Dodaj" - -#: setup/class_setupStep_Migrate.inc:2868 -#: plugins/personal/generic/generic_certs.tpl:22 -#: plugins/personal/generic/generic_certs.tpl:48 -#: plugins/personal/generic/generic_certs.tpl:74 -#: plugins/admin/users/user-list.xml:121 -#: plugins/admin/groups/group-list.xml:98 -#: plugins/admin/departments/dep-list.xml:160 -#: plugins/admin/departments/dep-list.xml:181 -#: plugins/admin/acl/acl-list.xml:95 -#: plugins/admin/acl/acl-list.xml:144 -#: plugins/admin/ogroups/ogroup-list.xml:98 -msgid "Remove" -msgstr "Usuń" - -#: setup/class_setupStep_Migrate.inc:3057 +#: setup/class_setupStep_Migrate.inc:752 #, php-format -msgid "There are %s application menus which have to be migrated." -msgstr "" - -#: setup/setup_config1.tpl:2 -msgid "Look and feel" -msgstr "Wygląd" - -#: setup/setup_config1.tpl:6 -#, fuzzy -msgid "Theme" -msgstr "Mime" - -#: setup/setup_config1.tpl:15 -msgid "Apache" -msgstr "Apache" - -#: setup/setup_config1.tpl:19 -msgid "Compress output send to browser" -msgstr "" - -#: setup/setup_config1.tpl:27 -#, fuzzy -msgid "People and group storage" -msgstr "Prosze wyszczególnić długość pamięci." - -#: setup/setup_config1.tpl:30 -#, fuzzy -msgid "People DN attribute" -msgstr "Ten 'dn' nie jest aplikacją." - -#: setup/setup_config1.tpl:41 -#, fuzzy -msgid "People storage subtree" -msgstr "Prosze wyszczególnić długość pamięci." - -#: setup/setup_config1.tpl:50 -#, fuzzy -msgid "Group storage subtree" -msgstr "Proszę wybrać grupę obiektów" - -#: setup/setup_config1.tpl:59 -msgid "Include personal title in user DN" -msgstr "" - -#: setup/setup_config1.tpl:70 -msgid "Relaxed naming policies" -msgstr "" - -#: setup/setup_config1.tpl:81 -msgid "Automatic UIDs" -msgstr "Automatyczne UID-y" - -#: setup/setup_config1.tpl:97 -#: setup/class_setupStep_Config1.inc:118 -msgid "GID / UID min id" -msgstr "" - -#: setup/setup_config1.tpl:113 -#, fuzzy -msgid "Number base for people/groups" -msgstr "Podstawowe ID dla użytkowników/grup" - -#: setup/setup_config1.tpl:121 -msgid "Hook for number base" -msgstr "" - -#: setup/setup_config1.tpl:136 -#: plugins/personal/password/main.inc:57 -msgid "Password settings" -msgstr "Ustawienia hasła" - -#: setup/setup_config1.tpl:140 -msgid "Password encryption algorithm" -msgstr "Algorytm szyfrowania hasła" - -#: setup/setup_config1.tpl:151 -msgid "Password restrictions" -msgstr "Ograniczenia hasła" - -#: setup/setup_config1.tpl:158 -#: setup/setup_config1.tpl:162 -msgid "Password minimum length" -msgstr "Minimalna długość hasła" - -#: setup/setup_config1.tpl:169 -#: setup/setup_config1.tpl:173 -msgid "Different characters from old password" +msgid "" +"Cannot handle the structural object type of your root object. Please try to " +"add the object class '%s' manually." msgstr "" -#: setup/setup_config1.tpl:182 -#, fuzzy -msgid "Password change hook" -msgstr "Brak uprawnień do zmiay hasła" - -#: setup/setup_config1.tpl:198 -msgid "Use SASL for kerberos" -msgstr "Użyj SASL dla kerberosa" - -#: setup/setup_config1.tpl:209 -#, fuzzy -msgid "Use account expiration" -msgstr "Konto wygasa po" - -#: setup/setup_config1.tpl:221 -msgid "GOsa supports several encryption types for your passwords. Normally this is adjustable via user templates, but you can specify a default method to be used here, too." -msgstr "GOsa wspiera kilka typów szyfrowania hasła. Typy można ustawić przez szablony użytkownika, oraz można też ustawić typ domyślny tutaj." - -#: setup/setup_config1.tpl:222 -#, fuzzy -msgid "GOsa always acts as admin and manages access rights internally. This is a workaround till OpenLDAP's in directory ACI's are fully implemented. For this to work, we need the admin DN and the corresponding password." -msgstr "GOsa zawsze zachowuje się jak admin i zarządza uprawnieniami wewnętrznie. Jest to obejście dopóki ACL w katalogu OpenLDAP zostaną w pełni zaimplementowane. Trzeba podać administracyjne DN i odpowiednie hasło." - -#: setup/setup_config1.tpl:223 -msgid "Some basic LDAP parameters are tunable and affect the locations where GOsa saves people and groups, including the way accounts get created. Check the values below if the fit your needs." -msgstr "Pewne podstawowe parametry LDAP są zmienialne i wpływają na lokalizacje gdzie GOsa zapisuje użytkowników i grupy razem ze sposobem w jaki konta są tworzone. Sprawdź wartości poniżej i dostosuj do wymagań." - -#: setup/setup_config1.tpl:224 -#, fuzzy -msgid "GOsa has modular support for several mail methods. These methods provide interfaces to users mailboxes and general handling for quotas. You can choose the dummy plugin to leave all your mail settings untouched." -msgstr "GOsa posiada modularne wsparcie dla kilku metod pocztowych. Te metody zapewniają interfejsy dla kont użytkowników oraz quota. Można wybrać sztuczny dodatek, aby pozostawić ustawienia poczty nietknięte." +#: setup/class_setupStep_Migrate.inc:804 setup/setup_migrate.tpl:32 +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:181 +msgid "Migrate" +msgstr "Migruj" -#: setup/class_setupStep_License.inc:56 -#: setup/class_setupStep_License.inc:57 +#: setup/class_setupStep_License.inc:56 setup/class_setupStep_License.inc:57 msgid "License" msgstr "Licencja" @@ -1482,208 +866,270 @@ msgstr "Licencja" msgid "Terms and conditions for usage" msgstr "Warunki użytkowania" -#: setup/class_setupStep_Checks.inc:38 -#: setup/class_setupStep_Checks.inc:39 +#: setup/class_setupStep_Checks.inc:40 setup/class_setupStep_Checks.inc:41 msgid "Installation check" msgstr "Sprawdzenie instalacji" -#: setup/class_setupStep_Checks.inc:40 +#: setup/class_setupStep_Checks.inc:42 msgid "Basic checks for PHP compatibility and extensions" msgstr "" -#: setup/class_setupStep_Checks.inc:64 +#: setup/class_setupStep_Checks.inc:66 msgid "Checking PHP version" msgstr "Sprawdzam wersję PHP" -#: setup/class_setupStep_Checks.inc:65 +#: setup/class_setupStep_Checks.inc:67 #, fuzzy, php-format msgid "PHP must be of version %s or above." -msgstr "PHP musi być w wersji 4.1.0 lub wyższej z powodu używanych funkcji i błędów w języku PHP." +msgstr "" +"PHP musi być w wersji 4.1.0 lub wyższej z powodu używanych funkcji i błędów " +"w języku PHP." -#: setup/class_setupStep_Checks.inc:66 +#: setup/class_setupStep_Checks.inc:68 msgid "Please upgrade to a supported version." msgstr "Proszę zaktualizować do wspieranej wersji." -#: setup/class_setupStep_Checks.inc:73 +#: setup/class_setupStep_Checks.inc:75 msgid "GOsa requires this module to talk with your LDAP server." msgstr "" -#: setup/class_setupStep_Checks.inc:81 +#: setup/class_setupStep_Checks.inc:83 msgid "GOsa requires this module for an internationalized interface." msgstr "" -#: setup/class_setupStep_Checks.inc:89 +#: setup/class_setupStep_Checks.inc:91 msgid "GOsa requires this module for the samba integration." msgstr "" -#: setup/class_setupStep_Checks.inc:97 -msgid "GOsa requires this module to make use of SSHA encryption." +#: setup/class_setupStep_Checks.inc:99 +msgid "" +"GOsa requires either 'mhash' or the 'sha1' module to make use of SSHA " +"encryption." msgstr "" -#: setup/class_setupStep_Checks.inc:105 +#: setup/class_setupStep_Checks.inc:107 msgid "GOsa requires this module to talk to an IMAP server." msgstr "" -#: setup/class_setupStep_Checks.inc:112 +#: setup/class_setupStep_Checks.inc:114 msgid "mbstring" msgstr "mbstring" -#: setup/class_setupStep_Checks.inc:113 +#: setup/class_setupStep_Checks.inc:115 msgid "GOsa requires this module to handle unicode strings." msgstr "" -#: setup/class_setupStep_Checks.inc:120 +#: setup/class_setupStep_Checks.inc:122 +msgid "Calendar" +msgstr "" + +#: setup/class_setupStep_Checks.inc:123 +#, fuzzy +msgid "GOsa requires this module to calculate dates." +msgstr "" +"Wsparcie dla MySQL jest potrzebne do czytania raportów GOfax z bazy danych." + +#: setup/class_setupStep_Checks.inc:130 msgid "MySQL" msgstr "MySQL" -#: setup/class_setupStep_Checks.inc:121 +#: setup/class_setupStep_Checks.inc:131 #, fuzzy -msgid "GOsa requires this module to communicate with several supported databases." -msgstr "Wsparcie dla MySQL jest potrzebne do czytania raportów GOfax z bazy danych." +msgid "" +"GOsa requires this module to communicate with several supported databases." +msgstr "" +"Wsparcie dla MySQL jest potrzebne do czytania raportów GOfax z bazy danych." -#: setup/class_setupStep_Checks.inc:138 +#: setup/class_setupStep_Checks.inc:148 msgid "samba hash generator" msgstr "" -#: setup/class_setupStep_Checks.inc:139 +#: setup/class_setupStep_Checks.inc:149 msgid "GOsa requires this command to synchronize POSIX and samba passwords." msgstr "" -#: setup/class_setupStep_Checks.inc:140 -msgid "Deploy a gosa-si installation or install the perl Crypt::SmbHash modules." +#: setup/class_setupStep_Checks.inc:150 +msgid "" +"Deploy a gosa-si installation or install the perl Crypt::SmbHash modules." msgstr "" -#: setup/class_setupStep_Checks.inc:153 +#: setup/class_setupStep_Checks.inc:163 msgid "imagick" msgstr "imagick" -#: setup/class_setupStep_Checks.inc:154 +#: setup/class_setupStep_Checks.inc:164 msgid "GOsa requires this extension to handle images." msgstr "" -#: setup/class_setupStep_Checks.inc:169 +#: setup/class_setupStep_Checks.inc:179 msgid "compression module" msgstr "moduł kompresji" -#: setup/class_setupStep_Checks.inc:170 +#: setup/class_setupStep_Checks.inc:180 msgid "GOsa requires this extension to handle snapshots." msgstr "" -#: setup/class_setupStep_Checks.inc:181 +#: setup/class_setupStep_Checks.inc:191 #, fuzzy -msgid "register_globals is a PHP mechanism to register all global variables to be accessible from scripts without changing the scope. This may be a security risk." -msgstr "register_globals jest mechanizmem PHP umożliwiającym takie ustawienie zmiennych globalnych, że możliwy jest do nich dostęp bez zmiany zakresu. To może powodować zagrożenie bezpieczeństwa. Gosa może działać w obu trybach." +msgid "" +"register_globals is a PHP mechanism to register all global variables to be " +"accessible from scripts without changing the scope. This may be a security " +"risk." +msgstr "" +"register_globals jest mechanizmem PHP umożliwiającym takie ustawienie " +"zmiennych globalnych, że możliwy jest do nich dostęp bez zmiany zakresu. To " +"może powodować zagrożenie bezpieczeństwa. Gosa może działać w obu trybach." -#: setup/class_setupStep_Checks.inc:182 +#: setup/class_setupStep_Checks.inc:192 msgid "Search for 'register_globals' in your php.ini and switch it to 'Off'." msgstr "Wyszukaj 'register_globals' w php.ini i ustaw na 'Off'" -#: setup/class_setupStep_Checks.inc:190 +#: setup/class_setupStep_Checks.inc:200 msgid "PHP uses this value for the garbage collector to delete old sessions." msgstr "" -#: setup/class_setupStep_Checks.inc:191 +#: setup/class_setupStep_Checks.inc:201 #, fuzzy -msgid "Setting this value to one day will prevent loosing session and cookies before they really timeout." -msgstr "PHP używa tej wartości dla garbage collector'a do usuwania starych sesji. Ustawienie tej wartości na jeden dzień zapobiegnie ustraceniu sesji oraz cookie zanim faktycznie wygasną." +msgid "" +"Setting this value to one day will prevent loosing session and cookies " +"before they really timeout." +msgstr "" +"PHP używa tej wartości dla garbage collector'a do usuwania starych sesji. " +"Ustawienie tej wartości na jeden dzień zapobiegnie ustraceniu sesji oraz " +"cookie zanim faktycznie wygasną." -#: setup/class_setupStep_Checks.inc:192 +#: setup/class_setupStep_Checks.inc:202 #, fuzzy -msgid "Search for 'session.gc_maxlifetime' in your php.ini and set it to 86400 or higher." -msgstr "Aby używać GOsa bez problemow, opcja session.auto_register w pliku php.ini musi być ustawiona na 'off'." +msgid "" +"Search for 'session.gc_maxlifetime' in your php.ini and set it to 86400 or " +"higher." +msgstr "" +"Aby używać GOsa bez problemow, opcja session.auto_register w pliku php.ini " +"musi być ustawiona na 'off'." -#: setup/class_setupStep_Checks.inc:199 -#: setup/class_setupStep_Checks.inc:215 -#: setup/class_setupStep_Checks.inc:231 -#: setup/class_setupStep_Checks.inc:247 +#: setup/class_setupStep_Checks.inc:209 setup/class_setupStep_Checks.inc:225 +#: setup/class_setupStep_Checks.inc:241 setup/class_setupStep_Checks.inc:257 msgid "Off" msgstr "Wyłączone" -#: setup/class_setupStep_Checks.inc:200 +#: setup/class_setupStep_Checks.inc:210 #, fuzzy -msgid "In Order to use GOsa without any trouble, the session.auto_register option in your php.ini should be set to 'Off'." -msgstr "Aby używać GOsa bez problemow, opcja session.auto_register w pliku php.ini musi być ustawiona na 'off'." +msgid "" +"In Order to use GOsa without any trouble, the session.auto_register option " +"in your php.ini should be set to 'Off'." +msgstr "" +"Aby używać GOsa bez problemow, opcja session.auto_register w pliku php.ini " +"musi być ustawiona na 'off'." -#: setup/class_setupStep_Checks.inc:201 +#: setup/class_setupStep_Checks.inc:211 #, fuzzy msgid "Search for 'session.auto_start' in your php.ini and set it to 'Off'." -msgstr "Aby używać GOsa bez problemow, opcja session.auto_register w pliku php.ini musi być ustawiona na 'off'." +msgstr "" +"Aby używać GOsa bez problemow, opcja session.auto_register w pliku php.ini " +"musi być ustawiona na 'off'." -#: setup/class_setupStep_Checks.inc:208 +#: setup/class_setupStep_Checks.inc:218 #, fuzzy -msgid "GOsa needs at least 32MB of memory. Setting it below this limit may cause errors that are not reproducable! Increase it for larger setups." -msgstr "GOsa potrzebuje conajmniej 16MB pamięci. Mniej może prowadzić do nieprzewidywalnych błędów. Dla większych instalacji, należy zwiększyć ten parametr." +msgid "" +"GOsa needs at least 32MB of memory. Setting it below this limit may cause " +"errors that are not reproducable! Increase it for larger setups." +msgstr "" +"GOsa potrzebuje conajmniej 16MB pamięci. Mniej może prowadzić do " +"nieprzewidywalnych błędów. Dla większych instalacji, należy zwiększyć ten " +"parametr." -#: setup/class_setupStep_Checks.inc:209 -msgid "Search for 'memory_limit' in your php.ini and set it to '32M' or higher." +#: setup/class_setupStep_Checks.inc:219 +msgid "" +"Search for 'memory_limit' in your php.ini and set it to '32M' or higher." msgstr "" -#: setup/class_setupStep_Checks.inc:216 +#: setup/class_setupStep_Checks.inc:226 #, fuzzy -msgid "This option influences the PHP output handling. Turn this Option off, to increase performance." -msgstr "Ta opcja wpływa na obsługę output. Aby zwiększyć wydajność, należy ustawić na 'off'." +msgid "" +"This option influences the PHP output handling. Turn this Option off, to " +"increase performance." +msgstr "" +"Ta opcja wpływa na obsługę output. Aby zwiększyć wydajność, należy ustawić " +"na 'off'." -#: setup/class_setupStep_Checks.inc:217 +#: setup/class_setupStep_Checks.inc:227 msgid "Search for 'implicit_flush' in your php.ini and set it to 'Off'." msgstr "" -#: setup/class_setupStep_Checks.inc:224 +#: setup/class_setupStep_Checks.inc:234 #, fuzzy msgid "The Execution time should be at least 30 seconds." -msgstr "Ten parametr powinien byc ustawniony na co najmniej 30 sekund. Niektóre funkcje mogą zabierać dużo czasu." +msgstr "" +"Ten parametr powinien byc ustawniony na co najmniej 30 sekund. Niektóre " +"funkcje mogą zabierać dużo czasu." -#: setup/class_setupStep_Checks.inc:225 -msgid "Search for 'max_execution_time' in your php.ini and set it to '30' or higher." +#: setup/class_setupStep_Checks.inc:235 +msgid "" +"Search for 'max_execution_time' in your php.ini and set it to '30' or higher." msgstr "" -#: setup/class_setupStep_Checks.inc:232 +#: setup/class_setupStep_Checks.inc:242 #, fuzzy -msgid "Increase the server security by setting expose_php to 'off'. PHP won't send any information about the server you are running in this case." -msgstr "Aby zwiększyć bezpieczeństwo, należy ustawić expose_php na 'off'. PHP nie będzie wysyłać żadnych informacji na temat serwera na którym działa." +msgid "" +"Increase the server security by setting expose_php to 'off'. PHP won't send " +"any information about the server you are running in this case." +msgstr "" +"Aby zwiększyć bezpieczeństwo, należy ustawić expose_php na 'off'. PHP nie " +"będzie wysyłać żadnych informacji na temat serwera na którym działa." -#: setup/class_setupStep_Checks.inc:233 +#: setup/class_setupStep_Checks.inc:243 msgid "Search for 'expose_php' in your php.ini and set if to 'Off'." msgstr "" -#: setup/class_setupStep_Checks.inc:239 +#: setup/class_setupStep_Checks.inc:249 msgid "On" msgstr "Włączone" -#: setup/class_setupStep_Checks.inc:240 -msgid "Increase your server security by setting magic_quotes_gpc to 'on'. PHP will escape all quotes in strings in this case." -msgstr "Ustawienie macig_quotes_gpc na 'on' zwiększy bezpieczeństwo serwera. PHP będzie zabezpieczać cudzysłowa w stringach." +#: setup/class_setupStep_Checks.inc:250 +msgid "" +"Increase your server security by setting magic_quotes_gpc to 'on'. PHP will " +"escape all quotes in strings in this case." +msgstr "" +"Ustawienie macig_quotes_gpc na 'on' zwiększy bezpieczeństwo serwera. PHP " +"będzie zabezpieczać cudzysłowa w stringach." -#: setup/class_setupStep_Checks.inc:241 +#: setup/class_setupStep_Checks.inc:251 #, fuzzy msgid "Search for 'magic_quotes_gpc' in your php.ini and set it to 'On'." msgstr "Sprawdzam, czy register_globals jest ustawione na 'off'" -#: setup/class_setupStep_Checks.inc:248 +#: setup/class_setupStep_Checks.inc:258 #, fuzzy msgid "Increase your server performance by setting magic_quotes_gpc to 'off'." -msgstr "Ustawienie macig_quotes_gpc na 'on' zwiększy bezpieczeństwo serwera. PHP będzie zabezpieczać cudzysłowa w stringach." +msgstr "" +"Ustawienie macig_quotes_gpc na 'on' zwiększy bezpieczeństwo serwera. PHP " +"będzie zabezpieczać cudzysłowa w stringach." -#: setup/class_setupStep_Checks.inc:249 +#: setup/class_setupStep_Checks.inc:259 #, fuzzy -msgid "Search for 'zend.ze1_compatibility_mode' in your php.ini and set it to 'Off'." -msgstr "Aby używać GOsa bez problemow, opcja session.auto_register w pliku php.ini musi być ustawiona na 'off'." +msgid "" +"Search for 'zend.ze1_compatibility_mode' in your php.ini and set it to 'Off'." +msgstr "" +"Aby używać GOsa bez problemow, opcja session.auto_register w pliku php.ini " +"musi być ustawiona na 'off'." -#: setup/class_setupStep_Checks.inc:259 +#: setup/class_setupStep_Checks.inc:269 msgid "Configuration writeable" msgstr "Plik konfiguracyjny zapisywalny" -#: setup/class_setupStep_Checks.inc:260 +#: setup/class_setupStep_Checks.inc:270 #, fuzzy msgid "The configuration file can't be written" msgstr "Plik konfiguracyjny" -#: setup/class_setupStep_Checks.inc:261 +#: setup/class_setupStep_Checks.inc:271 #, php-format -msgid "GOsa reads its configuration from a file located in (%s/%s). The setup can write the configuration directly if it is writeable." +msgid "" +"GOsa reads its configuration from a file located in (%s/%s). The setup can " +"write the configuration directly if it is writeable." msgstr "" -#: setup/class_setupStep_Language.inc:40 -#: setup/class_setupStep_Language.inc:41 +#: setup/class_setupStep_Language.inc:40 setup/class_setupStep_Language.inc:41 msgid "Language setup" msgstr "Ustawienia językowe" @@ -1691,949 +1137,553 @@ msgstr "Ustawienia językowe" msgid "This step allows you to select your preferred language." msgstr "Tek krok umożliwia wybranie preferowanego języka." -#: setup/class_setupStep_Language.inc:47 +#: setup/class_setupStep_Language.inc:47 include/class_core.inc:180 msgid "Automatic" msgstr "Automatycznie" -#: setup/setup_config3.tpl:2 -msgid "GOsa core settings" -msgstr "Ustawienia główne GOsa" - -#: setup/setup_config3.tpl:6 -#, fuzzy -msgid "Enable primary group filter" -msgstr "Wyświetl grupy użytkownika" +#: setup/setup_migrate.tpl:2 +msgid "" +"During the LDAP inspection, we're going to check for several common pitfalls " +"that may occur when migration to GOsa base LDAP administration. You may want " +"to fix the problems below, in order to provide smooth services." +msgstr "" -#: setup/setup_config3.tpl:18 +#: setup/setup_migrate.tpl:5 #, fuzzy -msgid "Display summary in listings" -msgstr "Wyświetl makra pasujące" +msgid "Checks" +msgstr "Ustaw status" -#: setup/setup_config3.tpl:30 +#: setup/setup_migrate.tpl:22 #, fuzzy -msgid "Honour administrative units" -msgstr "Administracja Grupą" - -#: setup/setup_config3.tpl:42 -msgid "Smarty compile directory" -msgstr "Katalog kompilacji Smarty" +msgid "Add required object classes to the LDAP base" +msgstr "Wyświetl szablony FAI" -#: setup/setup_config3.tpl:51 -msgid "SNMP community" -msgstr "SNMP community" +#: setup/setup_migrate.tpl:24 +msgid "Current" +msgstr "Obecne" -#: setup/setup_config3.tpl:60 +#: setup/setup_migrate.tpl:28 #, fuzzy -msgid "Path for PPD storage" -msgstr "Przechowywanie hasła" +msgid "After migration" +msgstr "Administracja użytkownikami" + +#: setup/setup_migrate.tpl:35 +msgid "Close" +msgstr "Zamknij" -#: setup/setup_config3.tpl:77 +#: setup/setup_migrate.tpl:40 #, fuzzy -msgid "Path for kiosk profile storage" -msgstr "Ustawienia profilu Kiosk" +msgid "Create a new GOsa administrator account" +msgstr "Utwórz konto Netatalk" -#: setup/setup_config3.tpl:96 -msgid "SUDO role base" +#: setup/setup_migrate.tpl:41 +msgid "" +"This dialog will automatically add a new super administrator to your LDAP " +"tree." msgstr "" -#: setup/setup_config3.tpl:115 -#, fuzzy -msgid "Mail queue script" -msgstr "Ogólna ścieżka do skryptu" +#: setup/setup_migrate.tpl:49 +#: plugins/personal/posix/class_posixAccount.inc:1308 +msgid "User ID" +msgstr "Identyfikator użytkownika" + +#: setup/setup_migrate.tpl:53 ihtml/themes/default/login.tpl:47 +#: plugins/personal/generic/paste_generic.tpl:21 +msgid "Password" +msgstr "Hasło" + +#: setup/setup_migrate.tpl:57 +msgid "Password (again)" +msgstr "Hasło (ponownie)" + +#: setup/class_setupStep_Welcome.inc:38 +msgid "Welcome" +msgstr "Witaj" + +#: setup/class_setupStep_Welcome.inc:39 +msgid "The welcome message" +msgstr "Wiadomość powitalna" -#: setup/setup_config3.tpl:134 +#: setup/class_setupStep_Welcome.inc:40 #, fuzzy -msgid "Notification script" -msgstr "Cel powiadomienia" +msgid "Welcome to the GOsa setup assistent" +msgstr "Witaj w instalacji GOsa!" -#: setup/setup_config3.tpl:153 +#: setup/setup_language.tpl:3 #, fuzzy -msgid "Enable edit locking" -msgstr "Włącz skanowanie antyfirusowe" +msgid "Please select the preferred language" +msgstr "Preferowany język" -#: setup/setup_config3.tpl:174 -msgid "Gosa support daemon" +#: setup/setup_language.tpl:5 +msgid "" +"At this point, you can select the site wide default language. Choosing " +"'automatic' will use the language requested by the browser. This setting can " +"be overriden per user." msgstr "" -#: setup/setup_config3.tpl:193 +#: setup/setup_language.tpl:9 #, fuzzy -msgid "Daemon timeout" -msgstr "W dół" +msgid "Please select your preferred language here" +msgstr "Preferowany język" -#: setup/setup_config3.tpl:207 -msgid "Login and session" +#: setup/setup_checks.tpl:2 +msgid "" +"This step checks if your PHP server has all required modules and " +"configuration settings." msgstr "" -#: setup/setup_config3.tpl:210 +#: setup/setup_checks.tpl:5 #, fuzzy -msgid "Login attribute" -msgstr "Atrybuty telefonu" +msgid "Inspection" +msgstr "Inspekcja LDAP" -#: setup/setup_config3.tpl:221 -msgid "Enforce register_globals to be deactivated" +#: setup/setup_checks.tpl:8 +msgid "PHP module and extension checks" msgstr "" -#: setup/setup_config3.tpl:233 -msgid "Enforce encrypted connections" +#: setup/setup_checks.tpl:10 +msgid "Basic checks" msgstr "" -#: setup/setup_config3.tpl:245 -#, fuzzy -msgid "Warn if session is not encrypted" -msgstr "Sesja nie będzie szyfrowana." - -#: setup/setup_config3.tpl:257 -#, fuzzy -msgid "Remember dialog filter settings" -msgstr "Ogólne ustawienia użytkownika" +#: setup/setup_checks.tpl:27 setup/setup_checks.tpl:68 +#: plugins/personal/posix/class_posixAccount.inc:650 +#: plugins/personal/posix/class_posixAccount.inc:773 +#: plugins/admin/groups/class_group.inc:832 +#: plugins/admin/departments/dep_move_confirm.tpl:2 include/functions.inc:2640 +#: include/functions.inc:2644 include/functions.inc:2650 +#: include/functions.inc:2674 include/utils/class_xml.inc:37 +#: include/class_tabs.inc:249 include/class_configRegistry.inc:655 +#: include/class_configRegistry.inc:670 include/class_configRegistry.inc:685 +#: include/class_configRegistry.inc:700 include/class_configRegistry.inc:716 +#: include/class_configRegistry.inc:721 include/class_configRegistry.inc:738 +#: include/class_configRegistry.inc:743 include/class_configRegistry.inc:761 +#: include/class_configRegistry.inc:766 include/class_configRegistry.inc:782 +#: include/class_configRegistry.inc:797 include/class_configRegistry.inc:812 +#: html/password.php:316 +msgid "Warning" +msgstr "Ostrzeżenie" -#: setup/setup_config3.tpl:269 -#, fuzzy -msgid "Session lifetime" -msgstr "Wykryto konflikt sesji" +#: setup/setup_checks.tpl:38 setup/setup_checks.tpl:79 +msgid "GOsa will NOT run without fixing this." +msgstr "" -#: setup/setup_config3.tpl:278 -msgid "Debugging" +#: setup/setup_checks.tpl:40 setup/setup_checks.tpl:81 +msgid "GOsa will run without fixing this." msgstr "" -#: setup/setup_config3.tpl:282 -#, fuzzy -msgid "Show PHP errors" -msgstr "błąd PHP:" +#: setup/setup_checks.tpl:50 +msgid "PHP setup configuration" +msgstr "Konfiguracja ustawień PHP" -#: setup/setup_config3.tpl:294 -#, fuzzy -msgid "Maximum LDAP query time" -msgstr "Max rozmiar nagłówków poczty" +#: setup/setup_checks.tpl:50 +msgid "show information" +msgstr "pokaż informacje" -#: setup/setup_config3.tpl:312 -msgid "Log LDAP statistics" +#: setup/setup_checks.tpl:51 +msgid "Extended checks" msgstr "" -#: setup/setup_config3.tpl:324 +#: setup/class_setupStep_Finish.inc:39 +#: ihtml/themes/default/copyPasteDialog.tpl:30 +msgid "Finish" +msgstr "Zakończ" + +#: setup/class_setupStep_Finish.inc:40 +msgid "Write configuration file" +msgstr "Zapisz plik konfiguracyjny" + +#: setup/class_setupStep_Finish.inc:41 #, fuzzy -msgid "Debug level" -msgstr "Jeden poziom" +msgid "Finish - write the configuration file" +msgstr "Plik konfiguracyjny" -#: setup/setup_config3.tpl:329 -#: setup/setup_config3.tpl:332 -msgid "Disabled" -msgstr "Wyłączone" +#: setup/class_setupStep_Finish.inc:106 +#, fuzzy +msgid "" +"Your configuration file is currently world readable. Please update the file " +"permissions!" +msgstr "Nie można czytać pliku konfiguracji %s/gosa.conf. Kończę." -#: setup/setup_config3.tpl:330 -#: setup/setup_config3.tpl:333 -#: ihtml/themes/modern/userFilterEditor.tpl:45 -msgid "Enabled" -msgstr "Włączone" +#: setup/class_setupStep_Finish.inc:108 +#, fuzzy +msgid "The configuration is currently not readable or it does not exists." +msgstr "Nie można czytać pliku konfiguracji %s/gosa.conf. Kończę." -#: setup/setup_migrate.tpl:5 -msgid "During the LDAP inspection, we're going to check for several common pitfalls that may occur when migration to GOsa base LDAP administration. You may want to fix the problems below, in order to provide smooth services." +#: setup/class_setupStep_Finish.inc:117 +#, fuzzy, php-format +msgid "" +"After downloading and placing the file under %s, please make sure that the " +"user the webserver is running with is able to read %s, while other users " +"shouldn't. You may want to execute these commands to achieve this " +"requirement:" msgstr "" +"Po umieszczeniu pliku w /etc/gosa upewnij się, że serwer www ma uprawnienia " +"do jego odczytu, podczas gdy inni użytkownicy nie mają. Aby uzyskać takie " +"uprawnienia, można wykonać te polecenia:" -#: setup/setup_migrate.tpl:33 -msgid "Check again" -msgstr "Sprawdź ponownie" +#: ihtml/themes/default/ldifViewer.tpl:1 +msgid "Raw LDAP entry" +msgstr "" -#: setup/setup_migrate.tpl:38 +#: ihtml/themes/default/acl.tpl:7 plugins/admin/acl/acl_role.tpl:3 +#: plugins/admin/acl/acl_role.tpl:4 #, fuzzy -msgid "Add required object classes to the LDAP base" -msgstr "Wyświetl szablony FAI" - -#: setup/setup_migrate.tpl:40 -#: setup/setup_migrate.tpl:259 -#: setup/setup_migrate.tpl:367 -#: setup/setup_migrate.tpl:425 -#: setup/setup_migrate.tpl:484 -#: setup/setup_migrate.tpl:532 -#: setup/setup_migrate.tpl:581 -msgid "Current" -msgstr "Obecne" +msgid "Assigned ACL for current entry" +msgstr "Przypisane ACL'e dla obecnego wpisu" -#: setup/setup_migrate.tpl:47 -#: setup/setup_migrate.tpl:263 -#: setup/setup_migrate.tpl:374 -#: setup/setup_migrate.tpl:432 -#: setup/setup_migrate.tpl:488 -#: setup/setup_migrate.tpl:536 -#: setup/setup_migrate.tpl:585 -#, fuzzy -msgid "After migration" -msgstr "Administracja użytkownikami" - -#: setup/setup_migrate.tpl:62 -#: setup/setup_migrate.tpl:112 -msgid "Close" -msgstr "Zamknij" - -#: setup/setup_migrate.tpl:68 -msgid "Move windows workstations into a valid windows workstation department" -msgstr "" - -#: setup/setup_migrate.tpl:70 -msgid "This dialog allows you to move the displayed windows workstations into a valid department" -msgstr "" - -#: setup/setup_migrate.tpl:72 -msgid "Be careful with this tool, there may be references pointing to this workstations that can't be migrated." -msgstr "" - -#: setup/setup_migrate.tpl:96 -#: setup/setup_migrate.tpl:155 -#: setup/setup_migrate.tpl:211 -#: setup/setup_migrate.tpl:391 -#: setup/setup_migrate.tpl:448 -#: setup/setup_migrate.tpl:495 -#: setup/setup_migrate.tpl:543 -#: setup/setup_migrate.tpl:592 -#: include/class_listing.inc:306 -msgid "Select all" -msgstr "Wybierz wszystko" - -#: setup/setup_migrate.tpl:98 -msgid "Move selected windows workstations into the following GOsa department" -msgstr "" - -#: setup/setup_migrate.tpl:103 -#, fuzzy -msgid "Move selected workstations" -msgstr "Wybierz aby zobaczyc stacje robocze" - -#: setup/setup_migrate.tpl:105 -msgid "What will be done here" -msgstr "Co zostanie zrobione" - -#: setup/setup_migrate.tpl:119 -msgid "Move groups into configured group tree" -msgstr "" - -#: setup/setup_migrate.tpl:122 -msgid "This dialog allows moving a couple of groups to the configured group tree. Doing this may straighten your LDAP service." -msgstr "" - -#: setup/setup_migrate.tpl:125 -msgid "Be careful with this option! There may be references pointing to these groups. The GOsa setup can't migrate references, so you may want to cancel the migration in this case." -msgstr "" - -#: setup/setup_migrate.tpl:128 -msgid "Move selected groups into this group tree" -msgstr "" - -#: setup/setup_migrate.tpl:159 -#: setup/setup_migrate.tpl:215 -#: setup/setup_migrate.tpl:269 -#: setup/setup_migrate.tpl:395 -#: setup/setup_migrate.tpl:452 -#: setup/setup_migrate.tpl:500 -#: setup/setup_migrate.tpl:548 -#: setup/setup_migrate.tpl:597 -#, fuzzy -msgid "Hide changes" -msgstr "Open xchange" - -#: setup/setup_migrate.tpl:162 -#: setup/setup_migrate.tpl:218 -#: setup/setup_migrate.tpl:251 -#: setup/setup_migrate.tpl:398 -#: setup/setup_migrate.tpl:455 -#: setup/setup_migrate.tpl:505 -#: setup/setup_migrate.tpl:553 -#: setup/setup_migrate.tpl:602 -#, fuzzy -msgid "Show changes" -msgstr "Pokaż pakiety" - -#: setup/setup_migrate.tpl:178 -msgid "Move users into configured user tree" -msgstr "Przenieś użytkowników do skonfigurowanego drzewa" - -#: setup/setup_migrate.tpl:180 -msgid "This dialog allows moving a couple of users to the configured user tree. Doing this may straighten your LDAP service." -msgstr "" - -#: setup/setup_migrate.tpl:183 -msgid "Be careful with this option! There may be references pointing to these users. The GOsa setup can't migrate references, so you may want to cancel the migration in this case." -msgstr "" - -#: setup/setup_migrate.tpl:186 -#, fuzzy -msgid "Move selected users into this people tree" -msgstr "Utwórz użytkownika z tego szablonu" - -#: setup/setup_migrate.tpl:233 -#, fuzzy -msgid "Migrate GOsa 2.5 administrative accounts" -msgstr "Utwórz konto Netatalk" - -#: setup/setup_migrate.tpl:235 -msgid "This dialog allows the migration of GOsa 2.5 admin accounts into GOsa 2.6 useable accounts." -msgstr "" - -#: setup/setup_migrate.tpl:293 -msgid "Abort" -msgstr "Anuluj" - -#: setup/setup_migrate.tpl:296 -#, fuzzy -msgid "Create a new GOsa administrator account" -msgstr "Utwórz konto Netatalk" - -#: setup/setup_migrate.tpl:299 -msgid "This dialog will automatically add a new super administrator to your LDAP tree." -msgstr "" - -#: setup/setup_migrate.tpl:312 -#: plugins/personal/posix/class_posixAccount.inc:1312 -msgid "User ID" -msgstr "Identyfikator użytkownika" - -#: setup/setup_migrate.tpl:328 -msgid "Password (again)" -msgstr "Hasło (ponownie)" - -#: setup/setup_migrate.tpl:356 -msgid "The listed departments are currently invisible in the GOsa user interface. If you want to change this for a couple of entries, select them and use the migrate button below." -msgstr "" - -#: setup/setup_migrate.tpl:357 -#: setup/setup_migrate.tpl:416 -#: setup/setup_migrate.tpl:476 -#: setup/setup_migrate.tpl:525 -#: setup/setup_migrate.tpl:574 -msgid "If you want to know what will be done when migrating the selected entries, use the 'Show changes' button to see the LDIF." -msgstr "" - -#: setup/setup_migrate.tpl:415 -msgid "The listed users are currently invisible in the GOsa user interface. If you want to change this for a couple of users, just select them and use the 'Migrate' button below." -msgstr "" - -#: setup/setup_migrate.tpl:475 -msgid "The listed devices are currently invisible in the GOsa interface. If you want to change this for a couple of devices, just select them and use the 'Migrate' button below." -msgstr "" - -#: setup/setup_migrate.tpl:502 -#: setup/setup_migrate.tpl:550 -#: setup/setup_migrate.tpl:599 -msgid "Refresh" -msgstr "Odśwież" - -#: setup/setup_migrate.tpl:524 -msgid "The listed services are currently invalid for the GOsa version you are going to install. If you want to update a couple of service, just select them and use the 'Migrate' button below." -msgstr "" - -#: setup/setup_migrate.tpl:573 -msgid "The listed menus are currently invisible in the GOsa interface. If you want to change this for a couple of devices, just select them and use the 'Migrate' button below." -msgstr "" - -#: setup/setup_frame.tpl:12 -msgid "GOsa setup wizard" -msgstr "Kreator ustawień GOsa" - -#: setup/setup_frame.tpl:19 -msgid "Installation" -msgstr "Instalacja" - -#: setup/setup_frame.tpl:19 -msgid "Setup" -msgstr "Ustawienia" - -#: setup/class_setupStep_Welcome.inc:38 -msgid "Welcome" -msgstr "Witaj" - -#: setup/class_setupStep_Welcome.inc:39 -msgid "The welcome message" -msgstr "Wiadomość powitalna" - -#: setup/class_setupStep_Welcome.inc:40 -#, fuzzy -msgid "Welcome to GOsa setup wizard" -msgstr "Witaj w instalacji GOsa!" - -#: setup/setup_language.tpl:3 -#, fuzzy -msgid "Please select the preferred language" -msgstr "Preferowany język" - -#: setup/setup_language.tpl:5 -msgid "At this point, you can select the site wide default language. Choosing 'automatic' will use the language requested by the browser. This setting can be overriden per user." -msgstr "" - -#: setup/setup_language.tpl:9 -#, fuzzy -msgid "Please select your preferred language here" -msgstr "Preferowany język" - -#: setup/setup_checks.tpl:9 -msgid "PHP module and extension checks" -msgstr "" - -#: setup/setup_checks.tpl:41 -#: setup/setup_checks.tpl:103 -msgid "GOsa will NOT run without fixing this." -msgstr "" - -#: setup/setup_checks.tpl:45 -#: setup/setup_checks.tpl:107 -msgid "GOsa will run without fixing this." -msgstr "" - -#: setup/setup_checks.tpl:67 -msgid "PHP setup configuration" -msgstr "Konfiguracja ustawień PHP" - -#: setup/setup_checks.tpl:67 -msgid "show information" -msgstr "pokaż informacje" - -#: setup/class_setupStep_Finish.inc:37 -#: ihtml/themes/default/copyPasteDialog.tpl:32 -#: ihtml/themes/modern/copyPasteDialog.tpl:30 -msgid "Finish" -msgstr "Zakończ" - -#: setup/class_setupStep_Finish.inc:38 -msgid "Write configuration file" -msgstr "Zapisz plik konfiguracyjny" - -#: setup/class_setupStep_Finish.inc:39 -#, fuzzy -msgid "Finish - write the configuration file" -msgstr "Plik konfiguracyjny" - -#: setup/class_setupStep_Finish.inc:104 -#, fuzzy -msgid "Your configuration file is currently world readable. Please update the file permissions!" -msgstr "Nie można czytać pliku konfiguracji %s/gosa.conf. Kończę." - -#: setup/class_setupStep_Finish.inc:106 -#, fuzzy -msgid "The configuration is currently not readable or it does not exists." -msgstr "Nie można czytać pliku konfiguracji %s/gosa.conf. Kończę." - -#: setup/class_setupStep_Finish.inc:115 -#, fuzzy, php-format -msgid "After downloading and placing the file under %s, please make sure that the user the webserver is running with is able to read %s, while other users shouldn't. You may want to execute these commands to achieve this requirement:" -msgstr "Po umieszczeniu pliku w /etc/gosa upewnij się, że serwer www ma uprawnienia do jego odczytu, podczas gdy inni użytkownicy nie mają. Aby uzyskać takie uprawnienia, można wykonać te polecenia:" - -#: setup/class_setupStep_Config1.inc:74 -#: setup/class_setupStep_Config1.inc:75 -msgid "GOsa settings 1/3" -msgstr "Ustawienia GOsa 1/3" - -#: setup/class_setupStep_Config1.inc:76 -msgid "GOsa generic settings" -msgstr "Ogólne ustawienia GOsa" - -#: setup/class_setupStep_Config1.inc:118 -#, fuzzy, php-format -msgid "The specified value for '%s' must be a numeric value" -msgstr "Port sieve musi być liczbą." - -#: setup/class_setupStep_Config1.inc:122 -#: setup/class_setupStep_Config1.inc:126 -#, php-format -msgid "Don't add a trailing comma to '%s'." -msgstr "Nie dodawaj kropki na końcu '%s'." - -#: setup/class_setupStep_Config1.inc:122 -msgid "People storage ou" -msgstr "Prosze wyszczególnić długość pamięci." - -#: setup/class_setupStep_Config1.inc:126 -msgid "Group storage ou" -msgstr "Proszę wybrać grupę obiektów" - -#: setup/class_setupStep_Config1.inc:130 -#, fuzzy -msgid "Uid base must be numeric" -msgstr "Limit czasu musi być liczbą" - -#: setup/class_setupStep_Config1.inc:134 -#, fuzzy -msgid "The given password minimum length is not numeric." -msgstr "Port sieve musi być liczbą." - -#: setup/class_setupStep_Config1.inc:137 -#, fuzzy -msgid "The given password differ value is not numeric." -msgstr "Port sieve musi być liczbą." - -#: ihtml/themes/default/acl.tpl:7 -#: ihtml/themes/modern/acl.tpl:7 -#: plugins/admin/acl/acl_role.tpl:3 -#: plugins/admin/acl/acl_role.tpl:4 -#, fuzzy -msgid "Assigned ACL for current entry" -msgstr "Przypisane ACL'e dla obecnego wpisu" - -#: ihtml/themes/default/acl.tpl:12 -#: ihtml/themes/modern/acl.tpl:10 -#: plugins/admin/acl/acl_role.tpl:38 +#: ihtml/themes/default/acl.tpl:10 plugins/admin/acl/acl_role.tpl:38 msgid "New ACL" msgstr "Nowy ACL" -#: ihtml/themes/default/acl.tpl:18 -#: ihtml/themes/modern/acl.tpl:19 -#: plugins/admin/acl/acl_role.tpl:45 +#: ihtml/themes/default/acl.tpl:15 ihtml/themes/default/acl.tpl:16 +#: include/class_userFilter.inc:55 +msgid "Options" +msgstr "Opcje" + +#: ihtml/themes/default/acl.tpl:19 plugins/admin/acl/acl_role.tpl:45 msgid "ACL type" msgstr "typ ACL" -#: ihtml/themes/default/acl.tpl:20 -#: ihtml/themes/default/acl.tpl:25 -#: ihtml/themes/modern/acl.tpl:23 -#: ihtml/themes/modern/acl.tpl:28 +#: ihtml/themes/default/acl.tpl:23 ihtml/themes/default/acl.tpl:28 #: plugins/admin/acl/acl_role.tpl:45 msgid "Select an acl type" msgstr "Wybierz typ ACL" -#: ihtml/themes/default/acl.tpl:38 -#: ihtml/themes/modern/acl.tpl:40 +#: ihtml/themes/default/acl.tpl:40 #, fuzzy msgid "Additional filter options" msgstr "Ustawienia Aplikacji" -#: ihtml/themes/default/acl.tpl:49 -#: ihtml/themes/modern/acl.tpl:57 +#: ihtml/themes/default/acl.tpl:53 ihtml/themes/default/acl.tpl:65 +#: include/class_acl.inc:1106 +msgid "Members" +msgstr "Członkowie" + +#: ihtml/themes/default/acl.tpl:54 +#, fuzzy +msgid "Member selection" +msgstr "Ustawienia grupy" + +#: ihtml/themes/default/acl.tpl:57 msgid "Use members from" msgstr "Użyj członków z" -#: ihtml/themes/default/acl.tpl:64 -msgid "Available members" -msgstr "Dostępni członkowie" - -#: ihtml/themes/default/acl.tpl:66 -#: ihtml/themes/default/acl.tpl:71 -#: ihtml/themes/modern/acl.tpl:69 -#: ihtml/themes/modern/acl.tpl:74 +#: ihtml/themes/default/acl.tpl:69 ihtml/themes/default/acl.tpl:74 msgid "List message possible targets" msgstr "Wyświetl możliwe cele wiadomości" -#: ihtml/themes/default/acl.tpl:87 -#: ihtml/themes/modern/acl.tpl:53 -#: ihtml/themes/modern/acl.tpl:65 -#: include/class_acl.inc:1104 -msgid "Members" -msgstr "Członkowie" - -#: ihtml/themes/default/acl.tpl:89 -#: ihtml/themes/default/acl.tpl:95 -#: ihtml/themes/modern/acl.tpl:92 -#: ihtml/themes/modern/acl.tpl:98 +#: ihtml/themes/default/acl.tpl:92 ihtml/themes/default/acl.tpl:98 msgid "List message recipients" msgstr "Wyświetl odbiorców wiadomości" -#: ihtml/themes/default/acl.tpl:109 -#: ihtml/themes/modern/acl.tpl:112 -#: plugins/admin/acl/acl_role.tpl:51 +#: ihtml/themes/default/acl.tpl:112 plugins/admin/acl/acl_role.tpl:51 msgid "List of available ACL categories" msgstr "Lista dostępnych kategorii ACL" -#: ihtml/themes/default/acl.tpl:117 -#: ihtml/themes/modern/acl.tpl:120 +#: ihtml/themes/default/acl.tpl:120 #, fuzzy msgid "ACL for this object" msgstr "ACLe dla tego obiektu" -#: ihtml/themes/default/acl.tpl:123 -#: ihtml/themes/modern/acl.tpl:126 +#: ihtml/themes/default/acl.tpl:126 #, fuzzy msgid "Available roles" msgstr "Dostępni członkowie" #: ihtml/themes/default/copyPasteDialog.tpl:1 -#: ihtml/themes/modern/copyPasteDialog.tpl:1 msgid "Copy & paste wizard" msgstr "Kreator Copy & paste" #: ihtml/themes/default/copyPasteDialog.tpl:7 -#: ihtml/themes/modern/copyPasteDialog.tpl:7 -msgid "Some values need to be unique in the complete directory while some combinations make no sense. GOsa shows the relevant attributes. Please maintain the values below to fullfill the policies." -msgstr "Niektóre wartości muszą być unikalne w całym katalogu, podczas gdy niektóre kombinacje nie mają sensu. GOsa pokazuje dotyczące atrybuty. Proszę poprawić wartości poniżej aby utrzymać zgodność z regułami." +msgid "" +"Some values need to be unique in the complete directory while some " +"combinations make no sense. GOsa shows the relevant attributes. Please " +"maintain the values below to fullfill the policies." +msgstr "" +"Niektóre wartości muszą być unikalne w całym katalogu, podczas gdy niektóre " +"kombinacje nie mają sensu. GOsa pokazuje dotyczące atrybuty. Proszę poprawić " +"wartości poniżej aby utrzymać zgodność z regułami." #: ihtml/themes/default/copyPasteDialog.tpl:9 -#: ihtml/themes/modern/copyPasteDialog.tpl:9 msgid "Remember that some properties like taken snapshots will not be copied!" -msgstr "Pamiętaj, że niektóre właściwości jak snapshoty nie zostaną skopiowane!" +msgstr "" +"Pamiętaj, że niektóre właściwości jak snapshoty nie zostaną skopiowane!" #: ihtml/themes/default/copyPasteDialog.tpl:10 -#: ihtml/themes/modern/copyPasteDialog.tpl:10 -msgid "Or if you copy or cut an entry within GOsa and delete the source object, you may get errors while pasting this object again!" +msgid "" +"Or if you copy or cut an entry within GOsa and delete the source object, you " +"may get errors while pasting this object again!" msgstr "" #: ihtml/themes/default/copyPasteDialog.tpl:19 -#: ihtml/themes/modern/copyPasteDialog.tpl:19 -#: include/utils/class_msgPool.inc:330 +#: include/utils/class_msgPool.inc:313 #, php-format msgid "Save" msgstr "Zapisz" -#: ihtml/themes/default/copyPasteDialog.tpl:24 -#: ihtml/themes/modern/copyPasteDialog.tpl:23 +#: ihtml/themes/default/copyPasteDialog.tpl:23 msgid "Cancel all" msgstr "Anuluj wszystko" -#: ihtml/themes/default/copyPasteDialog.tpl:30 -#: ihtml/themes/modern/copyPasteDialog.tpl:28 +#: ihtml/themes/default/copyPasteDialog.tpl:28 msgid "Operation complete" msgstr "Operacja zakończona" #: ihtml/themes/default/logout-close.tpl:5 -#: ihtml/themes/modern/logout-close.tpl:5 #, fuzzy msgid "Your GOsa session has been closed!" msgstr "Twoja sesja w GOsa wygasła!" #: ihtml/themes/default/logout-close.tpl:7 -#: ihtml/themes/modern/logout-close.tpl:7 -msgid "Please close this browser window and clean the authentication caches to avoid an automatic re-authentication by your browser." +msgid "" +"Please close this browser window and clean the authentication caches to " +"avoid an automatic re-authentication by your browser." msgstr "" -#: ihtml/themes/default/login.tpl:10 -msgid "GOsa login screen" -msgstr "Ekran logowania GOsa" - -#: ihtml/themes/default/login.tpl:27 -msgid "Login screen" -msgstr "Ekran Logowania" - -#: ihtml/themes/default/login.tpl:34 +#: ihtml/themes/default/login.tpl:31 #, fuzzy -msgid "Please use your username and your password to log into the site administration system." -msgstr "Proszę użyć swojego loginu i hasła aby się zalogować" +msgid "Login to GOsa" +msgstr "Witaj w GOsa" -#: ihtml/themes/default/login.tpl:42 -#: ihtml/themes/default/login.tpl:44 -#: ihtml/themes/default/password.tpl:69 -#: ihtml/themes/default/password.tpl:71 -#: ihtml/themes/modern/login.tpl:37 -#: ihtml/themes/modern/login.tpl:40 +#: ihtml/themes/default/login.tpl:37 ihtml/themes/default/login.tpl:40 msgid "Username" msgstr "Nazwa użytkownika" -#: ihtml/themes/default/login.tpl:52 -#: ihtml/themes/default/login.tpl:53 -#: ihtml/themes/default/password.tpl:60 -#: ihtml/themes/default/password.tpl:62 -#: ihtml/themes/modern/login.tpl:62 -msgid "Directory" -msgstr "Katalog" - -#: ihtml/themes/default/login.tpl:77 -#: ihtml/themes/default/login.tpl:80 -#: ihtml/themes/modern/login.tpl:31 -#: ihtml/themes/modern/login.tpl:67 -#: ihtml/themes/modern/login.tpl:68 -msgid "Sign in" -msgstr "Zaloguj" +#: ihtml/themes/default/login.tpl:61 +msgid "Choose the directory to work on" +msgstr "" -#: ihtml/themes/default/login.tpl:78 -#: ihtml/themes/modern/login.tpl:67 +#: ihtml/themes/default/login.tpl:66 msgid "Click here to log in" msgstr "Kliknij tutaj aby się zalogować" -#: ihtml/themes/default/remove.tpl:6 -msgid "This may be used by several groups. Please double check if your really want to do this since there is no way for GOsa to get your data back." -msgstr "To może być używane przez kilka grup. Proszę upewnić się czy kontynuować, gdyż nie ma operacji powrotu." - -#: ihtml/themes/default/remove.tpl:9 -msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." -msgstr "Jeśli jesteś pewien - naciśnij 'Usuń' aby kontynuować lub 'Anuluj' aby anulować." - -#: ihtml/themes/default/framework.tpl:8 -#: ihtml/themes/default/framework.tpl:11 -#: ihtml/themes/default/framework.tpl:20 -#: ihtml/themes/default/framework.tpl:24 -#: ihtml/themes/modern/framework.tpl:10 -#: include/class_pluglist.inc:229 -msgid "You are currently editing a database entry. Do you want to dismiss the changes?" -msgstr "Obecnie edytujesz bazę danych. Czy chcesz porzucić zmiany?" - -#: ihtml/themes/default/framework.tpl:8 -#: ihtml/themes/default/framework.tpl:11 -msgid "Main" -msgstr "Główne" +#: ihtml/themes/default/login.tpl:66 ihtml/themes/default/login.tpl:67 +#, fuzzy +msgid "Log in" +msgstr "Login" -#: ihtml/themes/default/framework.tpl:16 -msgid "Help" -msgstr "Pomoc" +#: ihtml/themes/default/userFilter.tpl:1 +#, fuzzy +msgid "List of defined filters" +msgstr "Zapisz plik konfiguracyjny" -#: ihtml/themes/default/framework.tpl:21 -#: ihtml/themes/default/framework.tpl:25 -msgid "Sign out" +#: ihtml/themes/default/framework.tpl:9 +#, fuzzy +msgid "Log out" msgstr "Wyloguj" -#: ihtml/themes/default/framework.tpl:29 -msgid "Signed in:" -msgstr "Zalogowano:" +#: ihtml/themes/default/framework.tpl:10 +msgid "" +"You are currently editing a database entry. Do you want to dismiss the " +"changes?" +msgstr "Obecnie edytujesz bazę danych. Czy chcesz porzucić zmiany?" -#: ihtml/themes/default/framework.tpl:32 -msgid "GOsa main menu" -msgstr "Menu główne GOsa" +#: ihtml/themes/default/framework.tpl:22 +#, fuzzy, php-format +msgid "Session expires in %d!" +msgstr "Sesja nie jest szyfrowana!" #: ihtml/themes/default/help.tpl:9 -#: ihtml/themes/modern/help.tpl:9 msgid "GOsa help viewer" msgstr "Podgląd pomocy GOsa" #: ihtml/themes/default/help.tpl:15 -#: ihtml/themes/modern/help.tpl:15 msgid "Index" msgstr "Indeks" -#: ihtml/themes/default/islocked.tpl:2 -#: ihtml/themes/modern/islocked.tpl:4 +#: ihtml/themes/default/islocked.tpl:4 msgid "Locking conflict detected" msgstr "Wykryto konflikt blokady" -#: ihtml/themes/default/islocked.tpl:9 -#: ihtml/themes/modern/islocked.tpl:14 -msgid "If this lock detection is false, the other person has obviously closed the webbrowser during the edit operation. You may want to take over the lock by pressing the 'Edit anyway' button." -msgstr "Jeśli to wykrycie blokady jest błędne, inna osoba prawdopodobnie zamknęła okno przeglądarki podczas operacji edycji. Można przejąć blokadę naciskając Edytuj." +#: ihtml/themes/default/islocked.tpl:14 +msgid "" +"If this lock detection is false, the other person has obviously closed the " +"webbrowser during the edit operation. You may want to take over the lock by " +"pressing the 'Edit anyway' button." +msgstr "" +"Jeśli to wykrycie blokady jest błędne, inna osoba prawdopodobnie zamknęła " +"okno przeglądarki podczas operacji edycji. Można przejąć blokadę naciskając " +"Edytuj." -#: ihtml/themes/default/islocked.tpl:16 -#: ihtml/themes/modern/islocked.tpl:23 +#: ihtml/themes/default/islocked.tpl:23 msgid "Read only" msgstr "Tylko do odczytu" -#: ihtml/themes/default/password.tpl:6 -msgid "Change your password" -msgstr "Zmień swoje hasło" - -#: ihtml/themes/default/password.tpl:35 -msgid "Success" -msgstr "Powodzenie" - -#: ihtml/themes/default/password.tpl:35 -msgid "Your password has been changed successfully." -msgstr "Twoje hasło zostało pomyślnie zmienione." - -#: ihtml/themes/default/password.tpl:41 -#: plugins/personal/password/class_password.inc:78 -#: plugins/personal/password/class_password.inc:81 -#: plugins/personal/password/class_password.inc:84 -#: plugins/personal/password/class_password.inc:87 -#: plugins/personal/password/class_password.inc:90 -#: plugins/personal/password/class_password.inc:93 -#: plugins/personal/password/class_password.inc:107 -#: plugins/personal/password/class_password.inc:113 -#: plugins/admin/users/class_userManagement.inc:277 -#: html/main.php:341 -msgid "Password change" -msgstr "Zmiana hasła" - -#: ihtml/themes/default/password.tpl:53 -msgid "This dialog provides a simple way to change your password. Enter the current password and the new password (twice) in the fields below and press the 'Change' button." -msgstr "" - -#: ihtml/themes/default/password.tpl:78 -#: ihtml/themes/default/password.tpl:79 -#: plugins/personal/password/password.tpl:13 -#: html/password.php:243 -msgid "Current password" -msgstr "Obecne hasło" - -#: ihtml/themes/default/password.tpl:82 -#: ihtml/themes/default/password.tpl:83 -#: plugins/personal/password/password.tpl:18 -#: plugins/personal/generic/password.tpl:7 -#: plugins/personal/myaccount/main.inc:97 -#: plugins/admin/users/password.tpl:13 -#: plugins/admin/users/class_userManagement.inc:250 -#: html/password.php:220 -msgid "New password" -msgstr "Nowe hasło" - -#: ihtml/themes/default/password.tpl:86 -#: ihtml/themes/default/password.tpl:87 -#, fuzzy -msgid "New password repeated" -msgstr "Nowe hasło" - -#: ihtml/themes/default/password.tpl:90 -#: plugins/personal/password/password.tpl:28 -#, fuzzy -msgid "Password strength" -msgstr "Przechowywanie hasła" - -#: ihtml/themes/default/password.tpl:101 -msgid "Change" -msgstr "Zmień" - -#: ihtml/themes/default/password.tpl:102 -msgid "Click here to change your password" -msgstr "Kliknij tutaj aby zmienić swoje hasło" - #: ihtml/themes/default/snapshotdialog.tpl:3 -#: ihtml/themes/modern/snapshotdialog.tpl:3 msgid "Restoring object snapshots" msgstr "Odtwarzanie obiektu snapshotów" #: ihtml/themes/default/snapshotdialog.tpl:6 -#: ihtml/themes/modern/snapshotdialog.tpl:6 -msgid "This procedure will restore a snapshot of the selected object. It will replace the existing object after pressing the restore button." -msgstr "Ta procedura przywróci snapshot wybranego obiektu. Obecny obiekt zostanie zamieniony po naciśnięciu przycisku przywróć." +msgid "" +"This procedure will restore a snapshot of the selected object. It will " +"replace the existing object after pressing the restore button." +msgstr "" +"Ta procedura przywróci snapshot wybranego obiektu. Obecny obiekt zostanie " +"zamieniony po naciśnięciu przycisku przywróć." #: ihtml/themes/default/snapshotdialog.tpl:9 -#: ihtml/themes/modern/snapshotdialog.tpl:9 -msgid "Remember that DNS configuration and database entries could not be restored. For some objects it is only nescessary to open and save them again (goFon), but some entries must be recreated manually (glpi)." +msgid "" +"Remember that DNS configuration and database entries could not be restored. " +"For some objects it is only nescessary to open and save them again (goFon), " +"but some entries must be recreated manually (glpi)." msgstr "" #: ihtml/themes/default/snapshotdialog.tpl:12 -#: ihtml/themes/modern/snapshotdialog.tpl:12 -msgid "Don't forget to check references to other objects, for example does the selected printer still exists ?" +msgid "" +"Don't forget to check references to other objects, for example does the " +"selected printer still exists ?" msgstr "" #: ihtml/themes/default/snapshotdialog.tpl:20 -#: ihtml/themes/default/snapshotdialog.tpl:62 -#: ihtml/themes/modern/snapshotdialog.tpl:20 -#: ihtml/themes/modern/snapshotdialog.tpl:63 -#: plugins/admin/departments/class_department.inc:624 -#: include/utils/class_msgPool.inc:475 -#: include/class_acl.inc:797 -#: include/class_acl.inc:804 -#: include/class_acl.inc:811 +#: ihtml/themes/default/snapshotdialog.tpl:63 +#: plugins/admin/departments/class_department.inc:626 +#: include/utils/class_msgPool.inc:458 include/class_acl.inc:795 +#: include/class_acl.inc:802 include/class_acl.inc:809 msgid "Object" msgstr "Obiekt" #: ihtml/themes/default/snapshotdialog.tpl:29 -#: ihtml/themes/modern/snapshotdialog.tpl:29 msgid "There is no snapshot available that could be restored" msgstr "Brak snapshot'u który mógłby zostać odtworzony" #: ihtml/themes/default/snapshotdialog.tpl:31 -#: ihtml/themes/modern/snapshotdialog.tpl:31 msgid "Choose a snapshot and click the folder image, to restore the snapshot" msgstr "Wybierz snapshot i klinij w obrazek folderu, aby odtwodzyć snapshot." -#: ihtml/themes/default/snapshotdialog.tpl:49 -#: ihtml/themes/modern/snapshotdialog.tpl:50 +#: ihtml/themes/default/snapshotdialog.tpl:50 msgid "Creating object snapshots" msgstr "Tworzenie obiektu snapshoty" -#: ihtml/themes/default/snapshotdialog.tpl:52 -#: ihtml/themes/modern/snapshotdialog.tpl:53 -msgid "This procedure will create a snapshot of the selected object. It will be stored inside a special branch of your directory system and can be restored later on." -msgstr "Ta procedura utworzy snapshot wybranego obiektu. Kopia obiektu zostanie zachowana w specjalnej gałęzi i będzie mogła zostać przywrócona później." +#: ihtml/themes/default/snapshotdialog.tpl:53 +msgid "" +"This procedure will create a snapshot of the selected object. It will be " +"stored inside a special branch of your directory system and can be restored " +"later on." +msgstr "" +"Ta procedura utworzy snapshot wybranego obiektu. Kopia obiektu zostanie " +"zachowana w specjalnej gałęzi i będzie mogła zostać przywrócona później." -#: ihtml/themes/default/snapshotdialog.tpl:55 -#: ihtml/themes/modern/snapshotdialog.tpl:56 -msgid "Remember that database entries, DNS configurations and possibly created zones in server extensions will not be stored in the snapshot." +#: ihtml/themes/default/snapshotdialog.tpl:56 +msgid "" +"Remember that database entries, DNS configurations and possibly created " +"zones in server extensions will not be stored in the snapshot." msgstr "" -#: ihtml/themes/default/snapshotdialog.tpl:70 -#: ihtml/themes/modern/snapshotdialog.tpl:71 +#: ihtml/themes/default/snapshotdialog.tpl:71 msgid "Timestamp" msgstr "Czas" -#: ihtml/themes/default/snapshotdialog.tpl:79 -#: ihtml/themes/modern/snapshotdialog.tpl:80 +#: ihtml/themes/default/snapshotdialog.tpl:80 msgid "Reason for generating this snapshot" msgstr "Przyczyna utworzenia tego snapshot'u" -#: ihtml/themes/default/snapshotdialog.tpl:87 -#: ihtml/themes/modern/snapshotdialog.tpl:88 +#: ihtml/themes/default/snapshotdialog.tpl:88 #: plugins/admin/users/template.tpl:49 -#: plugins/admin/departments/class_department.inc:564 -#: plugins/admin/departments/class_department.inc:646 +#: plugins/admin/departments/class_department.inc:566 +#: plugins/admin/departments/class_department.inc:648 msgid "Continue" msgstr "Kontynuuj" #: ihtml/themes/default/sizelimit.tpl:3 -#: ihtml/themes/modern/sizelimit.tpl:3 -msgid "The size limit option makes LDAP operations faster and saves the LDAP server from getting too much load. The easiest way to handle big databases without long timeouts would be to limit your search to smaller values and use filters to get the entries you are looking for." -msgstr "Limit rozmiaru powoduje szybsze operacje LDAP i zapobiega nadmiernemu obciążeniu serwera LDAP. Najprostrzym sposobem działania na dużych bazach bez opóźnień jest ograniczanie wyszukiwań do mniejszej ilości wyników oraz użycie filtrów dla otrzymania poszukiwanych elementów." +msgid "" +"The size limit option makes LDAP operations faster and saves the LDAP server " +"from getting too much load. The easiest way to handle big databases without " +"long timeouts would be to limit your search to smaller values and use " +"filters to get the entries you are looking for." +msgstr "" +"Limit rozmiaru powoduje szybsze operacje LDAP i zapobiega nadmiernemu " +"obciążeniu serwera LDAP. Najprostrzym sposobem działania na dużych bazach " +"bez opóźnień jest ograniczanie wyszukiwań do mniejszej ilości wyników oraz " +"użycie filtrów dla otrzymania poszukiwanych elementów." -#: ihtml/themes/default/sizelimit.tpl:6 -#: ihtml/themes/modern/sizelimit.tpl:8 +#: ihtml/themes/default/sizelimit.tpl:8 msgid "Please choose the way to react for this session" msgstr "Proszę wybrać sposób reakcji dla tej sesji" -#: ihtml/themes/default/sizelimit.tpl:9 -#: ihtml/themes/modern/sizelimit.tpl:10 +#: ihtml/themes/default/sizelimit.tpl:10 msgid "ignore this error and show all entries the LDAP server returns" msgstr "Ignoruj ten błąd i pokaż wszystkie elementy które zwraca serwer LDAP" -#: ihtml/themes/default/sizelimit.tpl:10 -#: ihtml/themes/modern/sizelimit.tpl:11 -msgid "ignore this error and show all entries that fit into the defined sizelimit and let me use filters instead" -msgstr "ignoruj ten błąd i pokaż wszystkie elementy które zmieszczą się w zdefiniowanych limicie rozmiaru i pozwól mi użyć filtrów" +#: ihtml/themes/default/sizelimit.tpl:11 +msgid "" +"ignore this error and show all entries that fit into the defined sizelimit " +"and let me use filters instead" +msgstr "" +"ignoruj ten błąd i pokaż wszystkie elementy które zmieszczą się w " +"zdefiniowanych limicie rozmiaru i pozwól mi użyć filtrów" -#: ihtml/themes/default/sizelimit.tpl:14 -#: ihtml/themes/modern/sizelimit.tpl:16 -#: include/utils/class_msgPool.inc:348 +#: ihtml/themes/default/sizelimit.tpl:16 include/utils/class_msgPool.inc:331 #, php-format msgid "Set" msgstr "Ustaw" -#: ihtml/themes/default/logout.tpl:5 -#: ihtml/themes/modern/logout.tpl:6 -msgid "Your GOsa session has expired!" -msgstr "Twoja sesja w GOsa wygasła!" - -#: ihtml/themes/default/logout.tpl:7 -#: ihtml/themes/modern/logout.tpl:9 -msgid "The last interaction with the GOsa web interface has been some time ago in the past. For security reasons, the session has been closed. To continue with administrative tasks, please sign in again." -msgstr "Ostatnia interakcja z interfejsem GOsa była już jakiś czas temu. Z powodów bezpieczeństwa sesja została zamknięta. Aby kontynuować proszę zalogować się ponownie." +#: ihtml/themes/default/removeEntries.tpl:4 +#: plugins/addons/propertyEditor/property-list.tpl:7 +msgid "Attention" +msgstr "Uwaga" -#: ihtml/themes/default/logout.tpl:10 -#: ihtml/themes/modern/logout.tpl:15 -msgid "Sign in again" -msgstr "Zaloguj się ponownie" - -#: ihtml/themes/modern/acl.tpl:15 -#: ihtml/themes/modern/acl.tpl:16 -#: include/class_userFilter.inc:55 -msgid "Options" -msgstr "Opcje" - -#: ihtml/themes/modern/acl.tpl:54 +#: ihtml/themes/default/removeEntries.tpl:14 #, fuzzy -msgid "Member selection" -msgstr "Ustawienia grupy" +msgid "" +"If you're sure you want to do this press 'Delete' to continue or 'Cancel' to " +"abort." +msgstr "" +"Jeśli jesteś pewien - naciśnij 'Usuń' aby kontynuować lub 'Anuluj' aby " +"anulować." -#: ihtml/themes/modern/userFilter.tpl:1 -#, fuzzy -msgid "List of defined filters" -msgstr "Zapisz plik konfiguracyjny" +#: ihtml/themes/default/logout.tpl:6 +msgid "Your GOsa session has expired!" +msgstr "Twoja sesja w GOsa wygasła!" -#: ihtml/themes/modern/removeEntries.tpl:4 -msgid "Attention" -msgstr "Uwaga" +#: ihtml/themes/default/logout.tpl:9 +#, fuzzy +msgid "" +"It has been a while since your last interaction with GOsa took place. Your " +"session has been closed for security reasons. Please login again to continue " +"with administrative tasks." +msgstr "" +"Ostatnia interakcja z interfejsem GOsa była już jakiś czas temu. Z powodów " +"bezpieczeństwa sesja została zamknięta. Aby kontynuować proszę zalogować się " +"ponownie." -#: ihtml/themes/modern/removeEntries.tpl:14 +#: ihtml/themes/default/logout.tpl:16 #, fuzzy -msgid "If you're sure you want to do this press 'Delete' to continue or 'Cancel' to abort." -msgstr "Jeśli jesteś pewien - naciśnij 'Usuń' aby kontynuować lub 'Anuluj' aby anulować." +msgid "Login again" +msgstr "Zaloguj się ponownie" -#: ihtml/themes/modern/msg_dialog.tpl:55 -#: ihtml/themes/modern/msg_dialog.tpl:103 +#: ihtml/themes/default/msg_dialog.tpl:55 +#: ihtml/themes/default/msg_dialog.tpl:103 msgid "Error message title" msgstr "Tytuł komunikatu błędu" -#: ihtml/themes/modern/msg_dialog.tpl:66 -#: ihtml/themes/modern/msg_dialog.tpl:115 +#: ihtml/themes/default/msg_dialog.tpl:66 +#: ihtml/themes/default/msg_dialog.tpl:115 msgid "Error message" msgstr "Komunikat błędu" -#: ihtml/themes/modern/userFilterEditor.tpl:1 -#: ihtml/themes/modern/userFilterEditor.tpl:5 +#: ihtml/themes/default/userFilterEditor.tpl:1 +#: ihtml/themes/default/userFilterEditor.tpl:5 #, fuzzy msgid "Filter editor" msgstr "Błąd krytyczny" -#: ihtml/themes/modern/userFilterEditor.tpl:8 +#: ihtml/themes/default/userFilterEditor.tpl:8 #, fuzzy msgid "Filter properties" msgstr "Edytuj ogólne właściwości" -#: ihtml/themes/modern/userFilterEditor.tpl:19 -#: plugins/generic/references/contents.tpl:12 +#: ihtml/themes/default/userFilterEditor.tpl:19 +#: plugins/generic/references/class_reference.inc:57 +#: plugins/generic/references/class_reference.inc:63 +#: plugins/generic/references/class_reference.inc:69 +#: plugins/generic/references/class_reference.inc:75 +#: plugins/generic/references/class_reference.inc:81 #: plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc:45 #: plugins/personal/posix/groupSelect/group-list.xml:40 #: plugins/personal/posix/trustSelect/trust-list.xml:53 #: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:57 #: plugins/admin/groups/generic.tpl:24 -#: plugins/admin/groups/class_group.inc:1022 +#: plugins/admin/groups/class_group.inc:1038 #: plugins/admin/groups/group-list.xml:49 #: plugins/admin/departments/class_domain.inc:63 #: plugins/admin/departments/class_domain.inc:91 @@ -2643,8 +1693,8 @@ msgstr "Edytuj ogólne właściwości" #: plugins/admin/departments/class_localityGeneric.inc:64 #: plugins/admin/departments/class_localityGeneric.inc:92 #: plugins/admin/departments/locality.tpl:19 -#: plugins/admin/departments/class_department.inc:365 -#: plugins/admin/departments/class_department.inc:669 +#: plugins/admin/departments/class_department.inc:367 +#: plugins/admin/departments/class_department.inc:677 #: plugins/admin/departments/dcObject.tpl:19 #: plugins/admin/departments/domain.tpl:19 #: plugins/admin/departments/country.tpl:19 @@ -2654,159 +1704,230 @@ msgstr "Edytuj ogólne właściwości" #: plugins/admin/departments/class_organizationGeneric.inc:123 #: plugins/admin/departments/class_dcObject.inc:63 #: plugins/admin/departments/class_dcObject.inc:91 -#: plugins/admin/acl/acl_role.tpl:17 -#: plugins/admin/acl/acl-list.xml:57 -#: plugins/admin/acl/class_aclRole.inc:165 -#: plugins/admin/acl/class_aclRole.inc:726 +#: plugins/admin/acl/acl_role.tpl:17 plugins/admin/acl/acl-list.xml:57 +#: plugins/admin/acl/class_aclRole.inc:163 +#: plugins/admin/acl/class_aclRole.inc:740 #: plugins/admin/ogroups/generic.tpl:15 #: plugins/admin/ogroups/objectSelect/selectObject-list.xml:105 -#: plugins/admin/ogroups/class_ogroup.inc:851 +#: plugins/admin/ogroups/class_ogroup.inc:835 #: plugins/admin/ogroups/ogroup-list.xml:49 -#: include/class_userFilterEditor.inc:242 -#: include/class_acl.inc:253 -#: include/class_acl.inc:263 -#: include/class_SnapShotDialog.inc:177 +#: include/class_userFilterEditor.inc:242 include/class_acl.inc:252 +#: include/class_acl.inc:262 include/class_SnapShotDialog.inc:173 #: include/class_userFilter.inc:55 msgid "Description" msgstr "Opis" -#: ihtml/themes/modern/userFilterEditor.tpl:27 +#: ihtml/themes/default/userFilterEditor.tpl:27 #: include/class_userFilter.inc:55 msgid "Parent filter" msgstr "Filtr nadrzędny" -#: ihtml/themes/modern/userFilterEditor.tpl:40 +#: ihtml/themes/default/userFilterEditor.tpl:40 #: plugins/personal/generic/generic.tpl:607 -#: plugins/personal/generic/class_user.inc:1663 +#: plugins/personal/generic/class_user.inc:1675 msgid "Public visible" msgstr "Publicznie widoczne" -#: ihtml/themes/modern/userFilterEditor.tpl:49 +#: ihtml/themes/default/userFilterEditor.tpl:45 +msgid "Enabled" +msgstr "Włączone" + +#: ihtml/themes/default/userFilterEditor.tpl:49 msgid "Categories where the filter is visible" msgstr "" -#: ihtml/themes/modern/userFilterEditor.tpl:69 +#: ihtml/themes/default/userFilterEditor.tpl:69 msgid "Query" msgstr "Kwerenda" -#: plugins/generic/references/class_reference.inc:43 -#: plugins/personal/posix/class_posixAccount.inc:37 -msgid "UNIX" -msgstr "UNIX" - -#: plugins/generic/references/class_reference.inc:45 -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:72 -#: plugins/admin/users/class_userManagement.inc:762 -#: plugins/admin/groups/class_groupManagement.inc:165 -#: plugins/admin/ogroups/tabs_ogroups.inc:148 -msgid "Mail" -msgstr "Poczta" - -#: plugins/generic/references/class_reference.inc:47 -#: plugins/generic/references/class_reference.inc:49 -#: plugins/personal/posix/class_posixAccount.inc:294 -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:80 -#: plugins/admin/users/class_userManagement.inc:767 -#: plugins/admin/groups/class_groupManagement.inc:173 -msgid "Samba" -msgstr "Samba" +#: plugins/generic/references/class_reference.inc:58 +#: plugins/generic/references/class_reference.inc:64 +#: plugins/personal/posix/generic.tpl:89 +#: plugins/personal/posix/paste_generic.tpl:54 +#: plugins/personal/posix/paste_generic.tpl:57 +msgid "Group membership" +msgstr "Przynależność do grup" -#: plugins/generic/references/class_reference.inc:51 -#: plugins/admin/users/class_userManagement.inc:779 -msgid "FAX" -msgstr "FAX" +#: plugins/generic/references/class_reference.inc:70 +#, fuzzy +msgid "Role membership" +msgstr "Przynależność do grup" -#: plugins/generic/references/class_reference.inc:53 -msgid "Proxy" -msgstr "Proxy" +#: plugins/generic/references/class_reference.inc:76 +#, fuzzy +msgid "Object group membership" +msgstr "Podstawowa grupa obiektu" -#: plugins/generic/references/class_reference.inc:55 -msgid "FTP" -msgstr "FTP" +#: plugins/generic/references/class_reference.inc:82 +#, fuzzy +msgid "Department manager" +msgstr "Zarządzanie departamentem" -#: plugins/generic/references/class_reference.inc:57 -#: plugins/personal/posix/groupSelect/group-list.xml:13 -#: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:23 -#: plugins/admin/groups/group-list.xml:15 -#: plugins/admin/groups/group-list.xml:79 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:71 -#: plugins/admin/ogroups/class_ogroupManagement.inc:184 -#: plugins/admin/ogroups/ogroup-list.xml:79 -msgid "Group" -msgstr "Grupa" +#: plugins/generic/references/class_reference.inc:87 +#: plugins/personal/generic/class_user.inc:1341 +#: plugins/personal/generic/class_user.inc:1388 +#: plugins/personal/generic/class_user.inc:1715 +#: plugins/personal/generic/class_user.inc:1869 +#: plugins/admin/users/class_userManagement.inc:426 +#: plugins/admin/users/user-list.xml:57 +#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:40 +#: plugins/admin/groups/userSelect/user-list.xml:40 +#: plugins/admin/groups/class_group.inc:210 +#: plugins/admin/groups/class_group.inc:1170 +#: plugins/admin/groups/class_group.inc:1180 +msgid "Given name" +msgstr "Imię" -#: plugins/generic/references/class_reference.inc:59 -#: plugins/personal/generic/generic.tpl:309 -#: plugins/personal/generic/class_user.inc:1699 -#: plugins/admin/departments/dep-list.xml:55 -#: plugins/admin/departments/dep-list.xml:71 -#: plugins/admin/departments/dep-list.xml:138 -#: plugins/admin/departments/class_departmentManagement.inc:250 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:15 -#: plugins/admin/ogroups/class_ogroupManagement.inc:186 -msgid "Department" -msgstr "Departament" +#: plugins/generic/references/class_reference.inc:87 +#: plugins/personal/generic/class_user.inc:1714 +#: plugins/admin/users/user-list.xml:49 +#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:48 +#: plugins/admin/groups/userSelect/user-list.xml:48 +msgid "Surname" +msgstr "Nazwisko" -#: plugins/generic/references/class_reference.inc:61 -#: plugins/personal/generic/generic.tpl:397 -#: plugins/personal/generic/generic.tpl:577 -#: plugins/personal/generic/class_user.inc:1371 -#: plugins/personal/generic/class_user.inc:1823 -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:88 -#: plugins/admin/users/class_userManagement.inc:783 -#: plugins/admin/groups/class_groupManagement.inc:181 -#: plugins/admin/departments/generic.tpl:110 -#: plugins/admin/departments/organization.tpl:109 -#: plugins/admin/departments/class_department.inc:376 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:55 -#: plugins/admin/ogroups/class_ogroupManagement.inc:188 -msgid "Phone" -msgstr "Telefon" +#: plugins/generic/references/class_reference.inc:88 +#, fuzzy +msgid "User manager" +msgstr "Nazwa użytkownika" -#: plugins/generic/references/class_reference.inc:63 -#: plugins/admin/ogroups/class_ogroupManagement.inc:185 -msgid "Application" -msgstr "Aplikacja" +#: plugins/generic/references/contents.tpl:2 +#, fuzzy +msgid "Object information" +msgstr "Informacje o połączeniu" -#: plugins/generic/references/class_reference.inc:67 -msgid "Thin Client" -msgstr "Cienki klient" +#: plugins/generic/references/contents.tpl:3 +#, fuzzy +msgid "Object info" +msgstr "Nazwa obiektu" -#: plugins/generic/references/class_reference.inc:69 -#: plugins/personal/posix/trustSelect/trust-list.xml:19 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:31 -#: plugins/admin/ogroups/class_ogroupManagement.inc:189 -msgid "Workstation" -msgstr "Stacja robocza" +#: plugins/generic/references/contents.tpl:7 +#, fuzzy +msgid "Show raw object entry" +msgstr "Grupy obiektów" -#: plugins/generic/references/class_reference.inc:71 -#: plugins/admin/ogroups/generic.tpl:1 -#: plugins/admin/ogroups/ogroup-list.xml:15 -msgid "Object group" -msgstr "Grupa obiektu" +#: plugins/generic/references/contents.tpl:18 +#: plugins/generic/references/contents.tpl:20 +#, fuzzy +msgid "Last modification" +msgstr "Powiadamiania" -#: plugins/generic/references/class_reference.inc:73 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:47 -#: plugins/admin/ogroups/class_ogroupManagement.inc:192 -msgid "Printer" -msgstr "Drukarka" +#: plugins/generic/references/contents.tpl:18 +#: plugins/admin/groups/class_group.inc:329 +#: plugins/admin/groups/class_group.inc:350 +#: plugins/admin/groups/class_group.inc:367 +#: plugins/admin/departments/class_department.inc:154 +#: include/class_pluglist.inc:373 +msgid "Unknown" +msgstr "Nieznane" -#: plugins/generic/references/contents.tpl:2 +#: plugins/generic/references/contents.tpl:29 #, fuzzy msgid "Object references" msgstr "Zależności" -#: plugins/generic/references/contents.tpl:12 -msgid "Object name" -msgstr "Nazwa obiektu" +#: plugins/generic/references/contents.tpl:45 +#, fuzzy +msgid "ACL trace" +msgstr "typ ACL" -#: plugins/generic/references/contents.tpl:12 -msgid "Contents" -msgstr "Zawartość" +#: plugins/generic/references/class_aclResolver.inc:62 +#: include/class_acl.inc:226 +msgid "Reset ACLs" +msgstr "Resetuj ACL'e" + +#: plugins/generic/references/class_aclResolver.inc:63 +#: plugins/admin/acl/class_aclRole.inc:136 include/class_acl.inc:227 +msgid "One level" +msgstr "Jeden poziom" + +#: plugins/generic/references/class_aclResolver.inc:64 +#: plugins/admin/acl/class_aclRole.inc:137 include/class_acl.inc:228 +#: include/class_acl.inc:233 +msgid "Current object" +msgstr "Obecny obiekt" + +#: plugins/generic/references/class_aclResolver.inc:65 +#: plugins/admin/acl/class_aclRole.inc:138 include/class_acl.inc:229 +msgid "Complete subtree" +msgstr "Pełne poddrzewo" + +#: plugins/generic/references/class_aclResolver.inc:66 +#: plugins/admin/acl/class_aclRole.inc:139 include/class_acl.inc:230 +msgid "Complete subtree (permanent)" +msgstr "Pełne poddrzewo (trwałe)" + +#: plugins/generic/references/class_aclResolver.inc:67 +#: include/class_acl.inc:231 include/class_acl.inc:234 +msgid "Use ACL defined in role" +msgstr "Użyj ACL zdefiniowanego w tej roli" + +#: plugins/generic/references/class_aclResolver.inc:131 +msgid "Enter another user name" +msgstr "" + +#: plugins/generic/references/class_aclResolver.inc:157 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:126 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:128 +#: plugins/addons/dyngroup/dyngroup.tpl:8 +#, fuzzy +msgid "Filter" +msgstr "Filtry" + +#: plugins/generic/references/class_aclResolver.inc:181 +#, fuzzy +msgid "Acls" +msgstr "Acl" + +#: plugins/generic/references/class_aclResolver.inc:186 +#, php-format +msgid "List of effective ACLs for '%s'" +msgstr "" + +#: plugins/generic/references/class_aclResolver.inc:187 +#: plugins/generic/references/class_aclResolver.inc:191 +#, fuzzy +msgid "Object permissions" +msgstr "Ustawienia grupy" + +#: plugins/generic/references/class_aclResolver.inc:291 +#: include/class_core.inc:113 include/class_core.inc:119 +#, fuzzy +msgid "All" +msgstr "ACL" + +#: plugins/generic/references/class_aclResolver.inc:295 +#: include/class_acl.inc:819 +#, fuzzy +msgid "Grant permission to owner" +msgstr "Nie można stworzyć pliku '%s'." + +#: plugins/generic/references/class_aclResolver.inc:297 +#: include/class_acl.inc:823 include/class_acl.inc:928 +#: include/class_acl.inc:932 +msgid "read" +msgstr "czytanie" + +#: plugins/generic/references/class_aclResolver.inc:298 +#: include/class_acl.inc:824 include/class_acl.inc:930 +#: include/class_acl.inc:933 +msgid "write" +msgstr "zapisywanie" + +#: plugins/generic/references/class_aclResolver.inc:299 +#, fuzzy +msgid "create" +msgstr "Utwórz" -#: plugins/generic/references/contents.tpl:19 -msgid "This object has no relationship to other objects." -msgstr "Ten obiekt nie posiada powiązań z innymi obiektami." +#: plugins/generic/references/class_aclResolver.inc:300 +#, fuzzy +msgid "remove" +msgstr "Usuń" + +#: plugins/generic/references/class_aclResolver.inc:301 +#, fuzzy +msgid "move" +msgstr "Usuń" #: plugins/generic/welcome/main.inc:26 #, php-format @@ -2827,32 +1948,54 @@ msgid "You have no permission to change your password at this time" msgstr "Brak uprawnień do zmiany własnego hasła" #: plugins/personal/password/changed.tpl:3 -msgid "You've successfully changed your password. Remember to change all programms configured to use it as well." -msgstr "Pomyślnie zmieniono hasło. Proszę pamiętać aby zmienić również ustawienia w programach skonfigurowanych do używania tego hasła." +msgid "" +"You've successfully changed your password. Remember to change all programms " +"configured to use it as well." +msgstr "" +"Pomyślnie zmieniono hasło. Proszę pamiętać aby zmienić również ustawienia w " +"programach skonfigurowanych do używania tego hasła." #: plugins/personal/password/password.tpl:4 -msgid "To change your personal password use the fields below. The changes take effect immediately. Please memorize the new password, because you wouldn't be able to login without it." -msgstr "Aby zmienić własne hasło, proszę użyć formularza poniżej. Zmiany są wprowadzane do systemu natychmiast. Proszę zapamiętać nowe hasło, gdyż bez niego logowanie będzie niemożliwe." - -#: plugins/personal/password/password.tpl:8 -#: plugins/admin/users/password.tpl:8 -msgid "Changing the password affects your authentification on mail, proxy, samba and unix services." -msgstr "Zmiana hasła jest powiązana z autentykacją do usług poczty, proxy, samba, oraz unix." +msgid "" +"To change your personal password use the fields below. The changes take " +"effect immediately. Please memorize the new password, because you wouldn't " +"be able to login without it." +msgstr "" +"Aby zmienić własne hasło, proszę użyć formularza poniżej. Zmiany są " +"wprowadzane do systemu natychmiast. Proszę zapamiętać nowe hasło, gdyż bez " +"niego logowanie będzie niemożliwe." -#: plugins/personal/password/password.tpl:11 -#: plugins/personal/generic/password.tpl:5 +#: plugins/personal/password/password.tpl:7 +#: plugins/personal/myaccount/password.tpl:5 msgid "Password change dialog" msgstr "Dialog zmiany hasła" -#: plugins/personal/password/password.tpl:23 -#: plugins/personal/generic/password.tpl:11 -#: plugins/admin/users/password.tpl:17 +#: plugins/personal/password/password.tpl:9 html/password.php:245 +msgid "Current password" +msgstr "Obecne hasło" + +#: plugins/personal/password/password.tpl:15 +#: plugins/personal/myaccount/main.inc:110 +#: plugins/personal/myaccount/password.tpl:7 +#: plugins/admin/users/password.tpl:9 +#: plugins/admin/users/class_userManagement.inc:250 html/password.php:219 +msgid "New password" +msgstr "Nowe hasło" + +#: plugins/personal/password/password.tpl:22 +#: plugins/personal/myaccount/password.tpl:12 +#: plugins/admin/users/password.tpl:16 msgid "Repeat new password" msgstr "Powtórz nowe hasło" +#: plugins/personal/password/password.tpl:28 +#, fuzzy +msgid "Password strength" +msgstr "Przechowywanie hasła" + #: plugins/personal/password/password.tpl:40 -#: plugins/personal/generic/password.tpl:19 -#: plugins/admin/users/password.tpl:32 +#: plugins/personal/myaccount/password.tpl:22 +#: plugins/admin/users/password.tpl:34 msgid "Set password" msgstr "Ustaw hasło" @@ -2860,20 +2003,39 @@ msgstr "Ustaw hasło" msgid "Clear fields" msgstr "Wyczyść pola" +#: plugins/personal/password/class_password.inc:26 +#: plugins/admin/users/user-list.xml:128 plugins/admin/users/user-list.xml:230 +msgid "Change password" +msgstr "Zmień hasło" + #: plugins/personal/password/class_password.inc:27 #, fuzzy msgid "Change user password" msgstr "Zmień hasło" +#: plugins/personal/password/class_password.inc:78 +#: plugins/personal/password/class_password.inc:81 +#: plugins/personal/password/class_password.inc:84 +#: plugins/personal/password/class_password.inc:87 +#: plugins/personal/password/class_password.inc:90 +#: plugins/personal/password/class_password.inc:93 +#: plugins/personal/password/class_password.inc:96 +#: plugins/personal/password/class_password.inc:110 +#: plugins/personal/password/class_password.inc:116 +#: plugins/admin/users/class_userManagement.inc:277 html/main.php:349 +msgid "Password change" +msgstr "Zmiana hasła" + #: plugins/personal/password/class_password.inc:79 msgid "You need to specify your current password in order to proceed." msgstr "Proszę podać obecne hasło aby kontynuować." #: plugins/personal/password/class_password.inc:82 -#: plugins/personal/myaccount/main.inc:94 +#: plugins/personal/myaccount/main.inc:107 #: plugins/admin/users/class_userManagement.inc:247 -#: html/password.php:217 -msgid "The passwords you've entered as 'New password' and 'Repeated new password' do not match." +msgid "" +"The passwords you've entered as 'New password' and 'Repeated new password' " +"do not match." msgstr "Podane hasła 'Nowe hasło' oraz 'Powtórz nowe hasło' nie są itentyczne." #: plugins/personal/password/class_password.inc:85 @@ -2881,37 +2043,41 @@ msgid "The password you've entered as 'New password' is empty." msgstr "Hasło które podano jako 'Nowe hasło' jest puste." #: plugins/personal/password/class_password.inc:88 -#: html/password.php:229 msgid "The password used as new and current are too similar." msgstr "Hasło podane jako nowe jest zbyt podobne do obecnego." #: plugins/personal/password/class_password.inc:91 -#: html/password.php:235 msgid "The password used as new is to short." msgstr "Hasło podane jako nowe jest za krótkie." -#: plugins/personal/password/class_password.inc:94 +#: plugins/personal/password/class_password.inc:94 html/password.php:238 +msgid "The password contains possibly problematic unicode characters!" +msgstr "" + +#: plugins/personal/password/class_password.inc:97 #, fuzzy, php-format msgid "External password changer reported a problem: %s." msgstr "Zewnętrzny program do zmiany hasła zgłosił następujący problem:" -#: plugins/personal/password/class_password.inc:108 -msgid "The password you've entered as your current password doesn't match the real one." +#: plugins/personal/password/class_password.inc:111 +msgid "" +"The password you've entered as your current password doesn't match the real " +"one." msgstr "Hasło które podano jako obecne nie zgadza się z prawdziwym hasłem." -#: plugins/personal/password/class_password.inc:114 +#: plugins/personal/password/class_password.inc:117 #, fuzzy msgid "You have no permission to change your password." msgstr "Brak uprawnień do zmiany własnego hasła" -#: plugins/personal/password/class_password.inc:146 +#: plugins/personal/password/class_password.inc:149 msgid "User password" msgstr "Hasło użytkownika" -#: plugins/personal/password/class_password.inc:150 -#: plugins/personal/generic/class_user.inc:1674 -#: plugins/personal/posix/class_posixAccount.inc:1303 -#: plugins/personal/myaccount/main.inc:125 +#: plugins/personal/password/class_password.inc:153 +#: plugins/personal/generic/class_user.inc:1686 +#: plugins/personal/posix/class_posixAccount.inc:1295 +#: plugins/personal/myaccount/main.inc:138 #: plugins/personal/myaccount/class_MyAccount.inc:5 msgid "My account" msgstr "Moje konto " @@ -2949,8 +2115,7 @@ msgstr "Nazwisko" #: plugins/personal/generic/generic.tpl:44 #: plugins/personal/generic/generic.tpl:58 -#: plugins/personal/generic/generic.tpl:76 -#: plugins/admin/groups/generic.tpl:14 +#: plugins/personal/generic/generic.tpl:76 plugins/admin/groups/generic.tpl:14 msgid "Multiple edit" msgstr "" @@ -2961,17 +2126,16 @@ msgid "First name" msgstr "Imię" #: plugins/personal/generic/generic.tpl:68 -#: plugins/personal/generic/class_user.inc:1328 -#: plugins/personal/generic/class_user.inc:1346 +#: plugins/personal/generic/class_user.inc:1326 +#: plugins/personal/generic/class_user.inc:1344 +#: plugins/personal/generic/class_user.inc:1358 #: plugins/personal/generic/class_user.inc:1360 -#: plugins/personal/generic/class_user.inc:1362 +#: plugins/personal/generic/class_user.inc:1716 #: plugins/personal/generic/paste_generic.tpl:16 -#: plugins/admin/users/user-list.xml:65 -#: plugins/admin/users/template.tpl:32 +#: plugins/admin/users/user-list.xml:65 plugins/admin/users/template.tpl:32 #: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:65 #: plugins/admin/groups/singleUserSelect/singleUser-list.xml:56 -#: plugins/admin/groups/userSelect/user-list.xml:56 -#: html/password.php:241 +#: plugins/admin/groups/userSelect/user-list.xml:56 html/password.php:243 msgid "Login" msgstr "Login" @@ -2980,23 +2144,23 @@ msgid "Template name" msgstr "Nazwa Szablonu" #: plugins/personal/generic/generic.tpl:95 -#: plugins/personal/generic/class_user.inc:1686 +#: plugins/personal/generic/class_user.inc:1720 msgid "Personal title" msgstr "Osobisty tytuł" #: plugins/personal/generic/generic.tpl:105 -#: plugins/personal/generic/class_user.inc:1687 +#: plugins/personal/generic/class_user.inc:1721 msgid "Academic title" msgstr "Tytuł naukowy" #: plugins/personal/generic/generic.tpl:120 -#: plugins/personal/generic/class_user.inc:1385 -#: plugins/personal/generic/class_user.inc:1689 +#: plugins/personal/generic/class_user.inc:1383 +#: plugins/personal/generic/class_user.inc:1723 msgid "Date of birth" msgstr "Data urodzenia" #: plugins/personal/generic/generic.tpl:143 -#: plugins/personal/generic/class_user.inc:1690 +#: plugins/personal/generic/class_user.inc:1724 msgid "Sex" msgstr "Płeć" @@ -3005,7 +2169,7 @@ msgid "Preferred langage" msgstr "Preferowany język" #: plugins/personal/generic/generic.tpl:186 -#: plugins/personal/generic/class_user.inc:1713 +#: plugins/personal/generic/class_user.inc:1747 #: plugins/admin/departments/class_organizationGeneric.inc:131 msgid "Postal address" msgstr "Adres pocztowy" @@ -3014,7 +2178,7 @@ msgstr "Adres pocztowy" #: plugins/personal/generic/generic.tpl:455 #: plugins/admin/departments/generic.tpl:103 #: plugins/admin/departments/organization.tpl:102 -#: plugins/admin/departments/class_department.inc:675 +#: plugins/admin/departments/class_department.inc:683 msgid "Address" msgstr "Adres" @@ -3023,9 +2187,9 @@ msgid "Private phone" msgstr "Telefon prywatny" #: plugins/personal/generic/generic.tpl:204 -#: plugins/personal/generic/class_user.inc:1366 -#: plugins/personal/generic/class_user.inc:1717 -#: plugins/personal/generic/class_user.inc:1820 +#: plugins/personal/generic/class_user.inc:1364 +#: plugins/personal/generic/class_user.inc:1751 +#: plugins/personal/generic/class_user.inc:1854 msgid "Homepage" msgstr "Strona domowa" @@ -3033,14 +2197,13 @@ msgstr "Strona domowa" msgid "Password storage" msgstr "Przechowywanie hasła" -#: plugins/personal/generic/generic.tpl:221 -#: include/functions.inc:1249 +#: plugins/personal/generic/generic.tpl:221 include/functions.inc:1258 msgid "Configure" msgstr "Konfiguruj" #: plugins/personal/generic/generic.tpl:229 -#: plugins/personal/generic/class_user.inc:550 -#: plugins/personal/generic/class_user.inc:572 +#: plugins/personal/generic/class_user.inc:549 +#: plugins/personal/generic/class_user.inc:571 #: plugins/personal/generic/generic_certs.tpl:3 msgid "Certificates" msgstr "Certyfikaty" @@ -3058,6 +2221,15 @@ msgstr "Ogranicz logowanie do" msgid "IP or network" msgstr "IP lub sieć" +#: plugins/personal/generic/generic.tpl:255 +#: plugins/personal/generic/generic.tpl:275 +#: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:83 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:123 +#: include/utils/class_msgPool.inc:319 +#, php-format +msgid "Add" +msgstr "Dodaj" + #: plugins/personal/generic/generic.tpl:288 #: plugins/personal/generic/generic.tpl:291 #: plugins/personal/generic/generic.tpl:299 @@ -3078,6 +2250,17 @@ msgstr "Informacje organizacyjne" msgid "part" msgstr "część" +#: plugins/personal/generic/generic.tpl:309 +#: plugins/personal/generic/class_user.inc:1733 +#: plugins/admin/departments/dep-list.xml:55 +#: plugins/admin/departments/dep-list.xml:71 +#: plugins/admin/departments/dep-list.xml:138 +#: plugins/admin/departments/class_departmentManagement.inc:253 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:15 +#: plugins/admin/ogroups/class_ogroupManagement.inc:186 +msgid "Department" +msgstr "Departament" + #: plugins/personal/generic/generic.tpl:317 msgid "Department No." msgstr "Numer departamentu" @@ -3087,19 +2270,19 @@ msgid "Employee No." msgstr "Numer pracownika" #: plugins/personal/generic/generic.tpl:333 -#: plugins/personal/generic/class_user.inc:1703 +#: plugins/personal/generic/class_user.inc:1737 msgid "Employee type" msgstr "Typ pracownika" #: plugins/personal/generic/generic.tpl:342 #: plugins/personal/generic/generic.tpl:358 -#: plugins/personal/generic/class_user.inc:1701 +#: plugins/personal/generic/class_user.inc:1735 #: plugins/admin/departments/class_domain.inc:93 #: plugins/admin/departments/generic.tpl:51 #: plugins/admin/departments/organization.tpl:51 #: plugins/admin/departments/class_localityGeneric.inc:93 #: plugins/admin/departments/locality.tpl:39 -#: plugins/admin/departments/class_department.inc:678 +#: plugins/admin/departments/class_department.inc:686 #: plugins/admin/departments/dcObject.tpl:39 #: plugins/admin/departments/domain.tpl:39 #: plugins/admin/departments/country.tpl:39 @@ -3114,102 +2297,115 @@ msgstr "Manager" msgid "Room No." msgstr "Numer pokoju" +#: plugins/personal/generic/generic.tpl:397 +#: plugins/personal/generic/generic.tpl:577 +#: plugins/personal/generic/class_user.inc:1369 +#: plugins/personal/generic/class_user.inc:1857 +#: plugins/admin/users/class_userManagement.inc:783 +#: plugins/admin/groups/class_groupManagement.inc:181 +#: plugins/admin/departments/generic.tpl:110 +#: plugins/admin/departments/organization.tpl:109 +#: plugins/admin/departments/class_department.inc:378 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:55 +#: plugins/admin/ogroups/class_ogroupManagement.inc:188 +msgid "Phone" +msgstr "Telefon" + #: plugins/personal/generic/generic.tpl:406 -#: plugins/personal/generic/class_user.inc:1377 -#: plugins/personal/generic/class_user.inc:1829 +#: plugins/personal/generic/class_user.inc:1375 +#: plugins/personal/generic/class_user.inc:1863 msgid "Mobile" msgstr "Komórka" #: plugins/personal/generic/generic.tpl:414 -#: plugins/personal/generic/class_user.inc:1380 -#: plugins/personal/generic/class_user.inc:1832 +#: plugins/personal/generic/class_user.inc:1378 +#: plugins/personal/generic/class_user.inc:1866 msgid "Pager" msgstr "Pager" #: plugins/personal/generic/generic.tpl:422 #: plugins/personal/generic/generic.tpl:589 -#: plugins/personal/generic/class_user.inc:1374 -#: plugins/personal/generic/class_user.inc:1826 +#: plugins/personal/generic/class_user.inc:1372 +#: plugins/personal/generic/class_user.inc:1860 #: plugins/admin/departments/generic.tpl:118 #: plugins/admin/departments/organization.tpl:117 -#: plugins/admin/departments/class_department.inc:379 -#: plugins/admin/departments/class_department.inc:677 +#: plugins/admin/departments/class_department.inc:381 +#: plugins/admin/departments/class_department.inc:685 #: plugins/admin/departments/class_organizationGeneric.inc:133 msgid "Fax" msgstr "Fax" #: plugins/personal/generic/generic.tpl:439 -#: plugins/personal/generic/class_user.inc:1712 +#: plugins/personal/generic/class_user.inc:1746 #: plugins/admin/departments/generic.tpl:83 #: plugins/admin/departments/generic.tpl:85 #: plugins/admin/departments/generic.tpl:95 #: plugins/admin/departments/organization.tpl:82 #: plugins/admin/departments/organization.tpl:94 #: plugins/admin/departments/class_localityGeneric.inc:91 -#: plugins/admin/departments/class_department.inc:674 +#: plugins/admin/departments/class_department.inc:682 #: plugins/admin/departments/class_organizationGeneric.inc:130 msgid "Location" msgstr "Lokalizacja" #: plugins/personal/generic/generic.tpl:447 -#: plugins/personal/generic/class_user.inc:1711 +#: plugins/personal/generic/class_user.inc:1745 #: plugins/admin/departments/generic.tpl:87 #: plugins/admin/departments/organization.tpl:86 -#: plugins/admin/departments/class_department.inc:673 +#: plugins/admin/departments/class_department.inc:681 #: plugins/admin/departments/class_organizationGeneric.inc:129 msgid "State" msgstr "Stan" #: plugins/personal/generic/generic.tpl:471 -#: plugins/personal/generic/class_user.inc:1656 +#: plugins/personal/generic/class_user.inc:1668 msgid "Vocation" msgstr "Wywołanie" #: plugins/personal/generic/generic.tpl:479 -#: plugins/personal/generic/class_user.inc:1659 +#: plugins/personal/generic/class_user.inc:1671 msgid "Unit description" msgstr "Opis jednostki" #: plugins/personal/generic/generic.tpl:488 -#: plugins/personal/generic/class_user.inc:1660 +#: plugins/personal/generic/class_user.inc:1672 msgid "Subject area" msgstr "Sektor" #: plugins/personal/generic/generic.tpl:497 -#: plugins/personal/generic/class_user.inc:1661 +#: plugins/personal/generic/class_user.inc:1673 msgid "Functional title" msgstr "Tytuł funkcjonalny" #: plugins/personal/generic/generic.tpl:506 -#: plugins/personal/generic/class_user.inc:1665 -#: plugins/admin/acl/acl-list.xml:23 -#: plugins/admin/acl/acl-list.xml:82 -#: plugins/admin/acl/class_aclRole.inc:716 +#: plugins/personal/generic/class_user.inc:1677 +#: plugins/admin/acl/acl-list.xml:23 plugins/admin/acl/acl-list.xml:82 +#: plugins/admin/acl/class_aclRole.inc:711 msgid "Role" msgstr "Pełniona funkcja" #: plugins/personal/generic/generic.tpl:520 -#: plugins/personal/generic/class_user.inc:1658 +#: plugins/personal/generic/class_user.inc:1670 msgid "Person locality" msgstr "Lokalizacja osoby" #: plugins/personal/generic/generic.tpl:529 -#: plugins/personal/generic/class_user.inc:1654 +#: plugins/personal/generic/class_user.inc:1666 msgid "Unit" msgstr "Jednostka" #: plugins/personal/generic/generic.tpl:538 -#: plugins/personal/generic/class_user.inc:1664 +#: plugins/personal/generic/class_user.inc:1676 msgid "Street" msgstr "Ulica" #: plugins/personal/generic/generic.tpl:546 -#: plugins/personal/generic/class_user.inc:1666 +#: plugins/personal/generic/class_user.inc:1678 msgid "Postal code" msgstr "Kod pocztowy" #: plugins/personal/generic/generic.tpl:554 -#: plugins/personal/generic/class_user.inc:1655 +#: plugins/personal/generic/class_user.inc:1667 msgid "House identifier" msgstr "Identyfikator budynku" @@ -3218,7 +2414,7 @@ msgid "Please use the phone tab" msgstr "Proszę użyć zakładki telefony" #: plugins/personal/generic/generic.tpl:598 -#: plugins/personal/generic/class_user.inc:1657 +#: plugins/personal/generic/class_user.inc:1669 msgid "Last delivery" msgstr "Ostatnia dostawa" @@ -3228,202 +2424,182 @@ msgid "Edit organizational user settings" msgstr "Ustawienia Aplikacji" #: plugins/personal/generic/class_user.inc:273 -#: plugins/personal/generic/class_user.inc:1876 -#: plugins/admin/departments/class_department.inc:154 -#: include/class_pluglist.inc:363 -msgid "Unknown" +#: plugins/personal/generic/class_user.inc:1910 +#: include/class_configRegistry.inc:185 +#, fuzzy +msgid "unknown" msgstr "Nieznane" #: plugins/personal/generic/class_user.inc:297 msgid "Please add a single IP address or a network/netmask combination!" msgstr "" -#: plugins/personal/generic/class_user.inc:340 +#: plugins/personal/generic/class_user.inc:339 msgid "female" msgstr "kobieta" -#: plugins/personal/generic/class_user.inc:340 +#: plugins/personal/generic/class_user.inc:339 msgid "male" msgstr "mężczyzna" -#: plugins/personal/generic/class_user.inc:396 +#: plugins/personal/generic/class_user.inc:395 msgid "Password configuration" msgstr "Konfiguracja hasła" -#: plugins/personal/generic/class_user.inc:429 +#: plugins/personal/generic/class_user.inc:428 msgid "Cannot upload file!" msgstr "Nie można wgrać pliku!" -#: plugins/personal/generic/class_user.inc:522 +#: plugins/personal/generic/class_user.inc:521 msgid "Serial number" msgstr "Numer seryjny" -#: plugins/personal/generic/class_user.inc:544 -#: plugins/personal/generic/class_user.inc:1694 +#: plugins/personal/generic/class_user.inc:543 +#: plugins/personal/generic/class_user.inc:1728 +#: plugins/personal/generic/generic_picture.tpl:1 msgid "User picture" msgstr "Zdjęcie użytkownika" -#: plugins/personal/generic/class_user.inc:569 -msgid "(Some types of certificates are currently not supported and may be displayed as 'invalid'.)" +#: plugins/personal/generic/class_user.inc:568 +msgid "(Not supported certificate types are marked as invalid.)" msgstr "" -#: plugins/personal/generic/class_user.inc:579 +#: plugins/personal/generic/class_user.inc:578 #, php-format msgid "Certificate is valid from %s to %s and is currently %s." msgstr "Certyfikat jest ważny od %s do %s i jest obecnie %s." -#: plugins/personal/generic/class_user.inc:582 +#: plugins/personal/generic/class_user.inc:581 msgid "valid" msgstr "prawidłowy" -#: plugins/personal/generic/class_user.inc:583 +#: plugins/personal/generic/class_user.inc:582 msgid "invalid" msgstr "nieprawidłowy" -#: plugins/personal/generic/class_user.inc:588 +#: plugins/personal/generic/class_user.inc:587 msgid "No certificate installed" msgstr "Brak zainstalowanych certyfikatów" -#: plugins/personal/generic/class_user.inc:614 -#: html/password.php:180 +#: plugins/personal/generic/class_user.inc:613 html/password.php:179 #, fuzzy msgid "Password method" msgstr "Przechowywanie hasła" -#: plugins/personal/generic/class_user.inc:614 +#: plugins/personal/generic/class_user.inc:613 #, fuzzy msgid "The selected password method is no longer available." msgstr "Ta aplikacja nie jest już dostępna." -#: plugins/personal/generic/class_user.inc:1205 +#: plugins/personal/generic/class_user.inc:1203 msgid "Cannot build RDN: no + allowed to build sub RDN!" msgstr "" -#: plugins/personal/generic/class_user.inc:1212 +#: plugins/personal/generic/class_user.inc:1210 msgid "Cannot build RDN: attribute is not defined!" msgstr "" -#: plugins/personal/generic/class_user.inc:1230 +#: plugins/personal/generic/class_user.inc:1228 msgid "Cannot build RDN: invalid attribute parameters!" msgstr "" -#: plugins/personal/generic/class_user.inc:1301 +#: plugins/personal/generic/class_user.inc:1299 #, fuzzy msgid "The selected password method requires initial configuration!" msgstr "Ta aplikacja nie jest już dostępna." -#: plugins/personal/generic/class_user.inc:1343 -#: plugins/personal/generic/class_user.inc:1390 -#: plugins/personal/generic/class_user.inc:1681 -#: plugins/personal/generic/class_user.inc:1835 -#: plugins/admin/users/class_userManagement.inc:426 -#: plugins/admin/users/user-list.xml:57 -#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:40 -#: plugins/admin/groups/userSelect/user-list.xml:40 -msgid "Given name" -msgstr "Imię" - -#: plugins/personal/generic/class_user.inc:1500 +#: plugins/personal/generic/class_user.inc:1498 msgid "Cannot open certificate!" msgstr "Nie można otworzyć certyfikatu!" -#: plugins/personal/generic/class_user.inc:1662 +#: plugins/personal/generic/class_user.inc:1674 #: plugins/personal/generic/generic_certs.tpl:83 msgid "Certificate serial number" msgstr "Nmer seryjny certyfikatu" -#: plugins/personal/generic/class_user.inc:1670 +#: plugins/personal/generic/class_user.inc:1682 msgid "Generic user settings" msgstr "Ogólne ustawienia użytkownika" -#: plugins/personal/generic/class_user.inc:1680 -#: plugins/admin/users/user-list.xml:49 -#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:48 -#: plugins/admin/groups/userSelect/user-list.xml:48 -msgid "Surname" -msgstr "Nazwisko" - -#: plugins/personal/generic/class_user.inc:1682 -msgid "User identification" -msgstr "Identyfikacja użytkownika" +#: plugins/personal/generic/class_user.inc:1704 +#, php-format +msgid "" +"The 'accountRDN' option tells GOsa to use a placeholder pattern for " +"generating account RDNs. A pattern can include attribute names prefaced by a " +"%% and normal text: %s. This will generate a RDN consisting of cn=.... " +"filled with surname and given name of the edited account. This option " +"disables the use of accountPrimaryAttribute and personalTitleInDn." +msgstr "" -#: plugins/personal/generic/class_user.inc:1684 +#: plugins/personal/generic/class_user.inc:1718 #, fuzzy -msgid "Allow to define user filters" +msgid "Allow definition of custom filters" msgstr "Zapisz plik konfiguracyjny" -#: plugins/personal/generic/class_user.inc:1691 +#: plugins/personal/generic/class_user.inc:1725 msgid "Preferred language" msgstr "Preferowany język" -#: plugins/personal/generic/class_user.inc:1696 +#: plugins/personal/generic/class_user.inc:1730 #, fuzzy msgid "Login restrictions" msgstr "Hasło wygasa" -#: plugins/personal/generic/class_user.inc:1700 +#: plugins/personal/generic/class_user.inc:1734 msgid "Department number" msgstr "Numer departamentu" -#: plugins/personal/generic/class_user.inc:1702 +#: plugins/personal/generic/class_user.inc:1736 msgid "Employee number" msgstr "Numer pracownika" -#: plugins/personal/generic/class_user.inc:1705 +#: plugins/personal/generic/class_user.inc:1739 msgid "Room number" msgstr "Numer pokoju" -#: plugins/personal/generic/class_user.inc:1706 +#: plugins/personal/generic/class_user.inc:1740 msgid "Telefon number" msgstr "Numer telefonu" -#: plugins/personal/generic/class_user.inc:1707 +#: plugins/personal/generic/class_user.inc:1741 msgid "Pager number" msgstr "Numer pagera" -#: plugins/personal/generic/class_user.inc:1708 +#: plugins/personal/generic/class_user.inc:1742 msgid "Mobile number" msgstr "Telefon komórkowy" -#: plugins/personal/generic/class_user.inc:1709 +#: plugins/personal/generic/class_user.inc:1743 msgid "Fax number" msgstr "Numer fax" -#: plugins/personal/generic/class_user.inc:1715 +#: plugins/personal/generic/class_user.inc:1749 msgid "Home postal address" msgstr "Adres domowy" -#: plugins/personal/generic/class_user.inc:1716 +#: plugins/personal/generic/class_user.inc:1750 msgid "Home phone number" msgstr "Numer telefonu domowego" -#: plugins/personal/generic/class_user.inc:1718 +#: plugins/personal/generic/class_user.inc:1752 #, fuzzy msgid "User password method" msgstr "Przechowywanie hasła" -#: plugins/personal/generic/class_user.inc:1719 +#: plugins/personal/generic/class_user.inc:1753 msgid "User certificates" msgstr "Certyfikaty użytkownika" -#: plugins/personal/generic/class_user.inc:1927 +#: plugins/personal/generic/class_user.inc:1961 #, fuzzy msgid "Entries differ" msgstr "Wpisów na stronie" -#: plugins/personal/generic/generic_picture.tpl:1 -msgid "Personal picture" -msgstr "Osobiste zdjęcie" - #: plugins/personal/generic/generic_picture.tpl:14 #: plugins/personal/generic/paste_generic.tpl:43 msgid "Remove picture" msgstr "Usuń obrazek" -#: plugins/personal/generic/password.tpl:2 -msgid "You have changed the method your password is stored in the ldap database. For that reason you've to enter your password at this point again. GOsa will then encode it with the selected method." -msgstr "Zmieniono metodę kodowania hasła w bazie ldap. Z tego powodu należy teraz podać ponownie swoje hasło. GOsa zakoduje to hasło używając wybranej metody." - #: plugins/personal/generic/generic_certs.tpl:5 #, fuzzy msgid "The users standard certificate" @@ -3433,6 +2609,19 @@ msgstr "Standardowy certyfikat" msgid "Standard certificate" msgstr "Standardowy certyfikat" +#: plugins/personal/generic/generic_certs.tpl:22 +#: plugins/personal/generic/generic_certs.tpl:48 +#: plugins/personal/generic/generic_certs.tpl:74 +#: plugins/admin/users/user-list.xml:121 +#: plugins/admin/groups/group-list.xml:98 +#: plugins/admin/departments/dep-list.xml:160 +#: plugins/admin/departments/dep-list.xml:181 +#: plugins/admin/acl/acl-list.xml:95 plugins/admin/acl/acl-list.xml:144 +#: plugins/admin/ogroups/ogroup-list.xml:98 +#: plugins/addons/propertyEditor/property-list.xml:108 +msgid "Remove" +msgstr "Usuń" + #: plugins/personal/generic/generic_certs.tpl:31 #, fuzzy msgid "The users S/MIME certificate" @@ -3472,30 +2661,29 @@ msgstr "Ustaw nowe hasło" msgid "POSIX settings" msgstr "Ustawienia Posix" -#: plugins/personal/posix/generic.tpl:6 -#: plugins/admin/ogroups/generic.tpl:5 +#: plugins/personal/posix/generic.tpl:6 plugins/admin/ogroups/generic.tpl:5 #, fuzzy msgid "Generic settings" msgstr "Ogólne ustawienia użytkownika" #: plugins/personal/posix/generic.tpl:8 -#: plugins/personal/posix/class_posixAccount.inc:884 -#: plugins/personal/posix/class_posixAccount.inc:887 -#: plugins/personal/posix/class_posixAccount.inc:962 -#: plugins/personal/posix/class_posixAccount.inc:965 -#: plugins/personal/posix/class_posixAccount.inc:1309 +#: plugins/personal/posix/class_posixAccount.inc:857 +#: plugins/personal/posix/class_posixAccount.inc:860 +#: plugins/personal/posix/class_posixAccount.inc:935 +#: plugins/personal/posix/class_posixAccount.inc:938 +#: plugins/personal/posix/class_posixAccount.inc:1305 #: plugins/personal/posix/paste_generic.tpl:5 #: plugins/personal/posix/paste_generic.tpl:8 msgid "Home directory" msgstr "Katalog domowy" #: plugins/personal/posix/generic.tpl:16 -#: plugins/personal/posix/class_posixAccount.inc:1311 +#: plugins/personal/posix/class_posixAccount.inc:1307 msgid "Shell" msgstr "Shell" #: plugins/personal/posix/generic.tpl:26 -#: plugins/personal/posix/class_posixAccount.inc:1310 +#: plugins/personal/posix/class_posixAccount.inc:1306 #: plugins/personal/posix/paste_generic.tpl:17 msgid "Primary group" msgstr "Grupa podstawowa" @@ -3514,28 +2702,22 @@ msgid "Force UID/GID" msgstr "Wymuś UID/GID" #: plugins/personal/posix/generic.tpl:64 -#: plugins/personal/posix/class_posixAccount.inc:895 -#: plugins/personal/posix/class_posixAccount.inc:898 +#: plugins/personal/posix/class_posixAccount.inc:868 +#: plugins/personal/posix/class_posixAccount.inc:871 #: plugins/personal/posix/paste_generic.tpl:36 msgid "UID" msgstr "UID" #: plugins/personal/posix/generic.tpl:75 -#: plugins/personal/posix/class_posixAccount.inc:902 -#: plugins/personal/posix/class_posixAccount.inc:905 +#: plugins/personal/posix/class_posixAccount.inc:875 +#: plugins/personal/posix/class_posixAccount.inc:878 #: plugins/personal/posix/paste_generic.tpl:45 -#: plugins/admin/groups/class_group.inc:943 #: plugins/admin/groups/class_group.inc:946 -#: plugins/admin/groups/class_group.inc:1025 +#: plugins/admin/groups/class_group.inc:949 +#: plugins/admin/groups/class_group.inc:1041 msgid "GID" msgstr "GID" -#: plugins/personal/posix/generic.tpl:89 -#: plugins/personal/posix/paste_generic.tpl:54 -#: plugins/personal/posix/paste_generic.tpl:57 -msgid "Group membership" -msgstr "Przynależność do grup" - #: plugins/personal/posix/generic.tpl:92 #: plugins/personal/posix/paste_generic.tpl:65 msgid "(Warning: more than 16 groups are not supported by NFS!)" @@ -3564,6 +2746,10 @@ msgstr "Klucze SSH" msgid "Edit public ssh keys..." msgstr "Edytuj publiczne klucze ssh" +#: plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc:173 +msgid "disabled" +msgstr "wyłączone" + #: plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc:173 msgid "full access" msgstr "pełen dostęp" @@ -3573,7 +2759,7 @@ msgid "allow access to these hosts" msgstr "zezwól na dostęp do tych hostów" #: plugins/personal/posix/trustModeDialog/generic.tpl:2 -#: plugins/admin/groups/class_group.inc:1029 +#: plugins/admin/groups/class_group.inc:1045 msgid "System trust" msgstr "Zaufanie systemowe" @@ -3595,160 +2781,166 @@ msgstr "Ustawienia użytkownika" msgid "Password expires on" msgstr "Hasło wygasa" +#: plugins/personal/posix/class_posixAccount.inc:37 +#: plugins/personal/posix/class_posixAccount.inc:270 +#: plugins/personal/posix/class_posixAccount.inc:290 +#: plugins/personal/posix/class_posixAccount.inc:292 +#: plugins/personal/posix/class_posixAccount.inc:295 +#: plugins/admin/users/class_userManagement.inc:759 +msgid "POSIX" +msgstr "POSIX" + #: plugins/personal/posix/class_posixAccount.inc:38 #, fuzzy msgid "Edit users POSIX settings" msgstr "Ustawienia Posix" -#: plugins/personal/posix/class_posixAccount.inc:150 +#: plugins/personal/posix/class_posixAccount.inc:146 msgid "expired" msgstr "wygasło" -#: plugins/personal/posix/class_posixAccount.inc:152 +#: plugins/personal/posix/class_posixAccount.inc:148 msgid "grace time active" msgstr "Czas prolongaty aktywny" +#: plugins/personal/posix/class_posixAccount.inc:151 +#: plugins/personal/posix/class_posixAccount.inc:153 #: plugins/personal/posix/class_posixAccount.inc:155 -#: plugins/personal/posix/class_posixAccount.inc:157 -#: plugins/personal/posix/class_posixAccount.inc:159 msgid "active" msgstr "Aktywne" -#: plugins/personal/posix/class_posixAccount.inc:155 +#: plugins/personal/posix/class_posixAccount.inc:151 msgid "password not changeable" msgstr "hasło niezmienialne" -#: plugins/personal/posix/class_posixAccount.inc:157 +#: plugins/personal/posix/class_posixAccount.inc:153 msgid "password expired" msgstr "hasło wygasło" -#: plugins/personal/posix/class_posixAccount.inc:219 -#: include/class_management.inc:32 -#: include/class_management.inc:33 +#: plugins/personal/posix/class_posixAccount.inc:215 +#: include/class_management.inc:32 include/class_management.inc:33 msgid "unconfigured" msgstr "nieskonfigurowane" -#: plugins/personal/posix/class_posixAccount.inc:230 +#: plugins/personal/posix/class_posixAccount.inc:226 msgid "automatic" msgstr "automatyczne" -#: plugins/personal/posix/class_posixAccount.inc:274 -#: plugins/personal/posix/class_posixAccount.inc:294 -#: plugins/personal/posix/class_posixAccount.inc:296 -#: plugins/personal/posix/class_posixAccount.inc:299 -#: plugins/admin/users/class_userManagement.inc:759 -msgid "POSIX" -msgstr "POSIX" +#: plugins/personal/posix/class_posixAccount.inc:290 +#: plugins/admin/users/class_userManagement.inc:767 +#: plugins/admin/groups/class_groupManagement.inc:173 +msgid "Samba" +msgstr "Samba" -#: plugins/personal/posix/class_posixAccount.inc:294 -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:104 +#: plugins/personal/posix/class_posixAccount.inc:290 #: plugins/admin/users/class_userManagement.inc:775 #: plugins/admin/groups/class_groupManagement.inc:197 -#: plugins/admin/ogroups/tabs_ogroups.inc:222 msgid "Environment" msgstr "Środowisko" -#: plugins/personal/posix/class_posixAccount.inc:378 +#: plugins/personal/posix/class_posixAccount.inc:374 #, php-format msgid "Password can't be changed up to %s days after last change" msgstr "Hasło nie może być zmienione do %s dni po ostatniej zmianie" -#: plugins/personal/posix/class_posixAccount.inc:382 +#: plugins/personal/posix/class_posixAccount.inc:378 #, php-format msgid "Password must be changed after %s days" msgstr "Hasło musi zostać zmienione po %s dniach" -#: plugins/personal/posix/class_posixAccount.inc:386 +#: plugins/personal/posix/class_posixAccount.inc:382 #, fuzzy, php-format msgid "Disable account after %s days of inactivity after password expiry" msgstr "Wyłącz konto po %s dniach nieaktywności po wygaśnięciu hasła" -#: plugins/personal/posix/class_posixAccount.inc:390 +#: plugins/personal/posix/class_posixAccount.inc:386 #, fuzzy, php-format msgid "Warn user %s days before password expiry" msgstr "Ostrzeż użytkownika na %s dni przed wygaśnięciem hasła" -#: plugins/personal/posix/class_posixAccount.inc:678 +#: plugins/personal/posix/class_posixAccount.inc:650 msgid "Timeout while waiting for lock. Ignoring lock!" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:736 -#: plugins/personal/posix/class_posixAccount.inc:1026 +#: plugins/personal/posix/class_posixAccount.inc:708 +#: plugins/personal/posix/class_posixAccount.inc:999 msgid "Group of user" msgstr "Grupa użytkownika" -#: plugins/personal/posix/class_posixAccount.inc:803 -msgid "A duplicated UID number was written for this user. If this was not intended please verify all used uidNumbers!" +#: plugins/personal/posix/class_posixAccount.inc:773 +msgid "" +"A duplicated UID number was written for this user. If this was not intended " +"please verify all used uidNumbers!" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:918 -#: plugins/personal/posix/class_posixAccount.inc:971 +#: plugins/personal/posix/class_posixAccount.inc:891 +#: plugins/personal/posix/class_posixAccount.inc:944 msgid "shadowMin" msgstr "shadowMin" -#: plugins/personal/posix/class_posixAccount.inc:923 -#: plugins/personal/posix/class_posixAccount.inc:976 +#: plugins/personal/posix/class_posixAccount.inc:896 +#: plugins/personal/posix/class_posixAccount.inc:949 msgid "shadowMax" msgstr "shadowMax" -#: plugins/personal/posix/class_posixAccount.inc:928 -#: plugins/personal/posix/class_posixAccount.inc:981 +#: plugins/personal/posix/class_posixAccount.inc:901 +#: plugins/personal/posix/class_posixAccount.inc:954 msgid "shadowWarning" msgstr "shadowWarning" -#: plugins/personal/posix/class_posixAccount.inc:942 -#: plugins/personal/posix/class_posixAccount.inc:995 +#: plugins/personal/posix/class_posixAccount.inc:915 +#: plugins/personal/posix/class_posixAccount.inc:968 #, fuzzy msgid "shadowInactive" msgstr "Shadow nieaktywne" -#: plugins/personal/posix/class_posixAccount.inc:1299 +#: plugins/personal/posix/class_posixAccount.inc:1291 msgid "POSIX account" msgstr "Konto POSIX" -#: plugins/personal/posix/class_posixAccount.inc:1313 +#: plugins/personal/posix/class_posixAccount.inc:1309 msgid "Group ID" msgstr "ID grupy" -#: plugins/personal/posix/class_posixAccount.inc:1315 +#: plugins/personal/posix/class_posixAccount.inc:1311 #, fuzzy msgid "Shadow last changed" msgstr "Pokaż pakiety" -#: plugins/personal/posix/class_posixAccount.inc:1316 +#: plugins/personal/posix/class_posixAccount.inc:1312 #, fuzzy msgid "Last login" msgstr "Ostatnie logowanie" -#: plugins/personal/posix/class_posixAccount.inc:1318 +#: plugins/personal/posix/class_posixAccount.inc:1314 msgid "Force password change on login" msgstr "Wymuś zmianę hasła podczas logowania" -#: plugins/personal/posix/class_posixAccount.inc:1319 +#: plugins/personal/posix/class_posixAccount.inc:1315 msgid "Shadow min" msgstr "Shadow min" -#: plugins/personal/posix/class_posixAccount.inc:1320 +#: plugins/personal/posix/class_posixAccount.inc:1316 msgid "Shadow max" msgstr "Shadow max" -#: plugins/personal/posix/class_posixAccount.inc:1321 +#: plugins/personal/posix/class_posixAccount.inc:1317 msgid "Shadow warning" msgstr "Shadow ostrzeżenie" -#: plugins/personal/posix/class_posixAccount.inc:1322 +#: plugins/personal/posix/class_posixAccount.inc:1318 msgid "Shadow inactive" msgstr "Shadow nieaktywne" -#: plugins/personal/posix/class_posixAccount.inc:1323 +#: plugins/personal/posix/class_posixAccount.inc:1319 msgid "Shadow expire" msgstr "Shadow wygasa" -#: plugins/personal/posix/class_posixAccount.inc:1324 +#: plugins/personal/posix/class_posixAccount.inc:1320 msgid "Public SSH key" msgstr "Publiczny klucz SSH" -#: plugins/personal/posix/class_posixAccount.inc:1325 +#: plugins/personal/posix/class_posixAccount.inc:1321 msgid "System trust model" msgstr "Zaufanie do systemów" @@ -3787,6 +2979,29 @@ msgstr "Parametr" msgid "Please select the desired entries" msgstr "Preferowany język" +#: plugins/personal/posix/groupSelect/group-list.xml:13 +#: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:23 +#: plugins/admin/groups/group-list.xml:15 +#: plugins/admin/groups/group-list.xml:79 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:71 +#: plugins/admin/ogroups/class_ogroupManagement.inc:184 +#: plugins/admin/ogroups/ogroup-list.xml:79 +#: plugins/addons/propertyEditor/property-list.xml:64 +msgid "Group" +msgstr "Grupa" + +#: plugins/personal/posix/trustSelect/trust-list.xml:12 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:23 +#: plugins/admin/ogroups/class_ogroupManagement.inc:187 +msgid "Server" +msgstr "Serwer" + +#: plugins/personal/posix/trustSelect/trust-list.xml:19 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:31 +#: plugins/admin/ogroups/class_ogroupManagement.inc:189 +msgid "Workstation" +msgstr "Stacja robocza" + #: plugins/personal/posix/trustSelect/trust-list.xml:26 #: plugins/admin/ogroups/objectSelect/selectObject-list.xml:39 #: plugins/admin/ogroups/class_ogroupManagement.inc:191 @@ -3798,53 +3013,28 @@ msgstr "Terminal" msgid "Trust machine selection" msgstr "Ustawienia grupy" -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:64 -#: plugins/admin/groups/class_groupManagement.inc:157 -msgid "Posix" -msgstr "Posix" - -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:65 -#: plugins/admin/groups/class_groupManagement.inc:158 -#, fuzzy -msgid "Edit posix properties" -msgstr "Edytuj właściwości Telefonu" - -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:73 -#: plugins/admin/users/class_userManagement.inc:764 -#: plugins/admin/groups/class_groupManagement.inc:166 -msgid "Edit mail properties" -msgstr "Edytuj właściwości Poczty" - -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:81 -#: plugins/admin/users/class_userManagement.inc:768 -#: plugins/admin/groups/class_groupManagement.inc:174 -msgid "Edit samba properties" -msgstr "Edytuj właściwości Samba" - -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:89 -#: plugins/admin/users/class_userManagement.inc:784 -#: plugins/admin/groups/class_groupManagement.inc:182 -msgid "Edit phone properties" -msgstr "Edytuj właściwości Telefonu" - -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:96 -#: plugins/admin/groups/class_groupManagement.inc:189 -msgid "Menu" -msgstr "Menu" - -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:97 -#: plugins/admin/groups/class_groupManagement.inc:190 -#, fuzzy -msgid "Edit start menu properties" -msgstr "Edytuj właściwości Samba" +#: plugins/personal/myaccount/main.inc:50 +#: include/class_CopyPasteHandler.inc:160 +#: include/class_CopyPasteHandler.inc:274 include/functions.inc:617 +#: include/functions.inc:804 include/functions.inc:922 +#: include/functions.inc:1317 include/functions.inc:2315 +#: include/functions.inc:2349 include/functions.inc:2369 +#: include/class_log.inc:87 include/class_acl.inc:976 +#: include/class_ldap.inc:693 include/class_ldap.inc:744 +#: include/class_management.inc:634 include/class_management.inc:717 +#: include/class_session.inc:76 include/class_session.inc:101 +#: include/class_session.inc:127 +msgid "Internal error" +msgstr "Błąd wewnętrzny" -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:105 -#: plugins/admin/users/class_userManagement.inc:776 -#: plugins/admin/groups/class_groupManagement.inc:198 -msgid "Edit environment properties" -msgstr "Edytuj właściwości Środowiska" +#: plugins/personal/myaccount/main.inc:51 include/class_management.inc:635 +#: include/class_management.inc:718 +#, php-format +msgid "" +"Cannot instantiate tabbed-plugin, the base plugin (%s) is not available!" +msgstr "" -#: plugins/personal/myaccount/main.inc:112 +#: plugins/personal/myaccount/main.inc:125 #, fuzzy msgid "You have no permission to set your password!" msgstr "Brak uprawnień do zmiany własnego hasła" @@ -3854,16 +3044,31 @@ msgstr "Brak uprawnień do zmiany własnego hasła" msgid "Edit personal settings" msgstr "Ustawienia Posix" +#: plugins/personal/myaccount/password.tpl:2 +msgid "" +"You have changed the method your password is stored in the ldap database. " +"For that reason you've to enter your password at this point again. GOsa will " +"then encode it with the selected method." +msgstr "" +"Zmieniono metodę kodowania hasła w bazie ldap. Z tego powodu należy teraz " +"podać ponownie swoje hasło. GOsa zakoduje to hasło używając wybranej metody." + #: plugins/admin/users/password.tpl:4 -msgid "To change the user password use the fields below. The changes take effect immediately. Please memorize the new password, because the user wouldn't be able to login without it." -msgstr "Aby zmienić hasło użytkownika, proszę użyć formularza poniżej. Zmiany są wprowadzane natychmiastowo. Proszę zapamiętać nowe hasło, gdyż bez niego zalogowanie będzie niemożliwe." +msgid "" +"To change the user password use the fields below. The changes take effect " +"immediately. Please memorize the new password, because the user wouldn't be " +"able to login without it." +msgstr "" +"Aby zmienić hasło użytkownika, proszę użyć formularza poniżej. Zmiany są " +"wprowadzane natychmiastowo. Proszę zapamiętać nowe hasło, gdyż bez niego " +"zalogowanie będzie niemożliwe." -#: plugins/admin/users/password.tpl:11 +#: plugins/admin/users/password.tpl:7 #, fuzzy msgid "Password input dialog" msgstr "Zmiana hasła" -#: plugins/admin/users/password.tpl:21 +#: plugins/admin/users/password.tpl:23 msgid "Strength" msgstr "Siła" @@ -3887,7 +3092,8 @@ msgid "Show mail users" msgstr "Pokaż użytkowników Poczty" #: plugins/admin/users/class_userManagement.inc:26 -msgid "Manage aspects of user accounts like generic, posix, samba and mail settings" +msgid "" +"Manage aspects of user accounts like generic, POSIX, samba and mail settings" msgstr "" #: plugins/admin/users/class_userManagement.inc:189 @@ -3899,15 +3105,9 @@ msgstr "błąd PHP:" #: plugins/admin/users/class_userManagement.inc:221 #: plugins/admin/users/class_userManagement.inc:629 -#: include/class_management.inc:302 -#: include/class_management.inc:459 -#: include/class_management.inc:506 -#: include/class_management.inc:543 -#: include/class_management.inc:557 -#: include/class_plugin.inc:1434 -#: include/class_plugin.inc:1446 -#: include/class_plugin.inc:1461 -#: include/class_plugin.inc:1474 +#: include/class_management.inc:304 include/class_management.inc:462 +#: include/class_management.inc:509 include/class_management.inc:524 +#: include/class_management.inc:561 include/class_management.inc:575 msgid "Permission" msgstr "Uprawnienie" @@ -3919,22 +3119,20 @@ msgstr "Brak uprawnień do zmiany własnego hasła" #: plugins/admin/users/class_userManagement.inc:348 #: plugins/admin/users/class_userManagement.inc:382 #: plugins/admin/users/class_userManagement.inc:413 -#: plugins/admin/ogroups/class_ogroup.inc:300 +#: plugins/admin/ogroups/class_ogroup.inc:309 msgid "none" msgstr "żaden" #: plugins/admin/users/class_userManagement.inc:420 -#: plugins/admin/users/templatize.tpl:15 -#: plugins/admin/users/user-list.xml:15 -#: plugins/admin/users/user-list.xml:102 -#: plugins/admin/users/template.tpl:15 +#: plugins/admin/users/templatize.tpl:15 plugins/admin/users/user-list.xml:15 +#: plugins/admin/users/user-list.xml:102 plugins/admin/users/template.tpl:15 msgid "Template" msgstr "Szablon" #: plugins/admin/users/class_userManagement.inc:587 #: plugins/admin/users/class_userManagement.inc:591 #: plugins/admin/acl/class_aclManagement.inc:98 -#: include/class_management.inc:383 +#: include/class_management.inc:385 msgid "Permission error" msgstr "Błąd uprawnień" @@ -3944,7 +3142,9 @@ msgstr "Blokowanie konta" #: plugins/admin/users/class_userManagement.inc:668 #, php-format -msgid "Password method '%s' does not support locking. Account (%s) has not been locked!" +msgid "" +"Password method '%s' does not support locking. Account (%s) has not been " +"locked!" msgstr "" #: plugins/admin/users/class_userManagement.inc:741 @@ -3964,6 +3164,22 @@ msgstr "Edytuj ogólne właściwości" msgid "Edit POSIX properties" msgstr "Edytuj właściwości UNIX" +#: plugins/admin/users/class_userManagement.inc:762 +#: plugins/admin/groups/class_groupManagement.inc:165 +#: plugins/admin/ogroups/tabs_ogroups.inc:150 +msgid "Mail" +msgstr "Poczta" + +#: plugins/admin/users/class_userManagement.inc:764 +#: plugins/admin/groups/class_groupManagement.inc:166 +msgid "Edit mail properties" +msgstr "Edytuj właściwości Poczty" + +#: plugins/admin/users/class_userManagement.inc:768 +#: plugins/admin/groups/class_groupManagement.inc:174 +msgid "Edit samba properties" +msgstr "Edytuj właściwości Samba" + #: plugins/admin/users/class_userManagement.inc:771 msgid "Netatalk" msgstr "Netatalk" @@ -3972,18 +3188,34 @@ msgstr "Netatalk" msgid "Edit netatalk properties" msgstr "Edytuj właściwości Netatalk" +#: plugins/admin/users/class_userManagement.inc:776 +#: plugins/admin/groups/class_groupManagement.inc:198 +msgid "Edit environment properties" +msgstr "Edytuj właściwości Środowiska" + +#: plugins/admin/users/class_userManagement.inc:779 +msgid "FAX" +msgstr "FAX" + #: plugins/admin/users/class_userManagement.inc:780 #, fuzzy msgid "Edit FAX properties" msgstr "Edytuj właściwości UNIX" +#: plugins/admin/users/class_userManagement.inc:784 +#: plugins/admin/groups/class_groupManagement.inc:182 +msgid "Edit phone properties" +msgstr "Edytuj właściwości Telefonu" + #: plugins/admin/users/templatize.tpl:2 #, fuzzy msgid "Applying a template" msgstr "Szablony" #: plugins/admin/users/templatize.tpl:6 -msgid "Applying a template to several users will replace all user attributes defined in the template." +msgid "" +"Applying a template to several users will replace all user attributes " +"defined in the template." msgstr "" #: plugins/admin/users/templatize.tpl:13 @@ -3999,8 +3231,16 @@ msgstr "Brak szablonów!" msgid "List of users" msgstr "Lista użytkowników" -#: plugins/admin/users/user-list.xml:73 -#: plugins/admin/groups/group-list.xml:57 +#: plugins/admin/users/user-list.xml:23 plugins/admin/users/user-list.xml:95 +#: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:15 +#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:14 +#: plugins/admin/groups/userSelect/user-list.xml:14 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:63 +#: plugins/admin/ogroups/class_ogroupManagement.inc:183 +msgid "User" +msgstr "Użytkownik" + +#: plugins/admin/users/user-list.xml:73 plugins/admin/groups/group-list.xml:57 #: plugins/admin/departments/generic.tpl:7 #: plugins/admin/departments/generic.tpl:9 #: plugins/admin/departments/organization.tpl:7 @@ -4017,29 +3257,21 @@ msgstr "Lista użytkowników" msgid "Properties" msgstr "Właściwości" -#: plugins/admin/users/user-list.xml:78 -#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:64 -#: plugins/admin/groups/group-list.xml:62 -#: plugins/admin/departments/dep-list.xml:87 -#: plugins/admin/acl/acl-list.xml:65 +#: plugins/admin/users/user-list.xml:78 plugins/admin/groups/group-list.xml:62 +#: plugins/admin/departments/dep-list.xml:87 plugins/admin/acl/acl-list.xml:65 #: plugins/admin/ogroups/ogroup-list.xml:62 -#: include/class_listing.inc:1127 +#: plugins/addons/propertyEditor/property-list.xml:96 +#: include/class_listing.inc:1174 msgid "Actions" msgstr "Akcje" #: plugins/admin/users/user-list.xml:114 #: plugins/admin/groups/group-list.xml:91 #: plugins/admin/departments/dep-list.xml:172 -#: plugins/admin/acl/acl-list.xml:131 -#: plugins/admin/ogroups/ogroup-list.xml:91 +#: plugins/admin/acl/acl-list.xml:131 plugins/admin/ogroups/ogroup-list.xml:91 msgid "Edit" msgstr "Edytuj" -#: plugins/admin/users/user-list.xml:128 -#: plugins/admin/users/user-list.xml:230 -msgid "Change password" -msgstr "Zmień hasło" - #: plugins/admin/users/user-list.xml:140 msgid "Lock users" msgstr "Zablokuj użytkowników" @@ -4080,8 +3312,14 @@ msgid "Creating a new user using templates" msgstr "Utwórz nowego użytkownika używając szablonów" #: plugins/admin/users/template.tpl:6 -msgid "Creating a new user can be assisted by using templates. Many database records will be filled automatically. Choose 'none' to skip the usage of templates." -msgstr "Tworzenie nowego użytkownika może być wspomagane przez szablony. Wiele rekordów bazy będzie automatycznie wypełnionych. Wybierz 'brak' aby pominąć użycie szablonów." +msgid "" +"Creating a new user can be assisted by using templates. Many database " +"records will be filled automatically. Choose 'none' to skip the usage of " +"templates." +msgstr "" +"Tworzenie nowego użytkownika może być wspomagane przez szablony. Wiele " +"rekordów bazy będzie automatycznie wypełnionych. Wybierz 'brak' aby pominąć " +"użycie szablonów." #: plugins/admin/users/template.tpl:13 msgid "User template selection dialog" @@ -4110,8 +3348,7 @@ msgstr "Nazwa grupy" msgid "Posix name of the group" msgstr "Posixowa nazwa grupy" -#: plugins/admin/groups/generic.tpl:28 -#: plugins/admin/ogroups/generic.tpl:18 +#: plugins/admin/groups/generic.tpl:28 plugins/admin/ogroups/generic.tpl:18 msgid "Descriptive text for this group" msgstr "Tekst opisowy dla tej grupy" @@ -4130,13 +3367,11 @@ msgstr "Wymuś GID" msgid "Forced ID number" msgstr "Wymuś numer ID" -#: plugins/admin/groups/generic.tpl:75 -#: plugins/admin/groups/generic.tpl:102 +#: plugins/admin/groups/generic.tpl:75 plugins/admin/groups/generic.tpl:102 msgid "Select to create a samba conform group" msgstr "Wybierz aby utworzyć grupę samba" -#: plugins/admin/groups/generic.tpl:87 -#: plugins/admin/groups/generic.tpl:110 +#: plugins/admin/groups/generic.tpl:87 plugins/admin/groups/generic.tpl:110 msgid "in domain" msgstr "w domenie" @@ -4148,103 +3383,113 @@ msgstr "Członkowie są w grupie odbioru telefonu" msgid "Members are in a nagios group" msgstr "Członkowie są w grupie nagios." -#: plugins/admin/groups/generic.tpl:173 -msgid "Group members" -msgstr "Członkowie grupy" - -#: plugins/admin/groups/generic.tpl:180 -msgid "In all groups" -msgstr "We wszystkich grupach" +#: plugins/admin/groups/generic.tpl:174 +#, fuzzy +msgid "Common group members" +msgstr "Pokaż grupy" #: plugins/admin/groups/generic.tpl:183 -msgid "Not in all groups" -msgstr "Nie we wszystkich grupach" +#, fuzzy +msgid "Partial group members" +msgstr "Członkowie grupy" + +#: plugins/admin/groups/generic.tpl:188 +msgid "Group members" +msgstr "Członkowie grupy" #: plugins/admin/groups/class_groupManagement.inc:26 -msgid "Manage aspects of groups like members, posix, desktop, samba and mail settings" +msgid "" +"Manage aspects of groups like members, POSIX, desktop, samba and mail " +"settings" msgstr "" -#: plugins/admin/groups/class_group.inc:159 -#: plugins/admin/groups/class_group.inc:547 +#: plugins/admin/groups/class_groupManagement.inc:157 +msgid "Posix" +msgstr "Posix" + +#: plugins/admin/groups/class_groupManagement.inc:158 +#, fuzzy +msgid "Edit posix properties" +msgstr "Edytuj właściwości Telefonu" + +#: plugins/admin/groups/class_groupManagement.inc:189 +msgid "Menu" +msgstr "Menu" + +#: plugins/admin/groups/class_groupManagement.inc:190 +#, fuzzy +msgid "Edit start menu properties" +msgstr "Edytuj właściwości Samba" + +#: plugins/admin/groups/class_group.inc:166 #: include/class_CopyPasteHandler.inc:119 #: include/class_CopyPasteHandler.inc:128 #: include/class_CopyPasteHandler.inc:177 #: include/class_CopyPasteHandler.inc:186 -#: include/class_CopyPasteHandler.inc:194 -#: include/class_config.inc:155 -#: include/class_config.inc:702 -#: include/class_config.inc:1153 -#: include/class_config.inc:1166 -#: include/class_config.inc:1184 -#: include/functions.inc:802 -#: include/functions.inc:3073 -#: include/functions.inc:3105 -#: include/functions.inc:3118 +#: include/class_CopyPasteHandler.inc:194 include/class_config.inc:162 +#: include/class_config.inc:678 include/class_config.inc:1138 +#: include/class_config.inc:1151 include/class_config.inc:1169 +#: include/functions.inc:814 include/functions.inc:3023 +#: include/functions.inc:3066 include/functions.inc:3079 #: include/password-methods/class_password-methods-ssha.inc:51 #: include/password-methods/class_password-methods-sha.inc:48 -#: include/utils/class_timezone.inc:47 -#: include/class_SnapshotHandler.inc:45 -#: include/class_SnapshotHandler.inc:58 -#: include/class_SnapshotHandler.inc:76 -#: include/class_pluglist.inc:98 -#: html/index.php:156 -#: html/index.php:228 -#: html/password.php:86 -#: html/main.php:230 +#: include/utils/class_timezone.inc:47 include/class_SnapshotHandler.inc:44 +#: include/class_SnapshotHandler.inc:57 include/class_SnapshotHandler.inc:75 +#: include/class_pluglist.inc:92 html/index.php:157 html/index.php:233 +#: html/password.php:84 html/main.php:239 msgid "Configuration error" msgstr "Błąd konfiguracji" -#: plugins/admin/groups/class_group.inc:159 +#: plugins/admin/groups/class_group.inc:166 #, fuzzy msgid "Cannot find group SID in your configuration!" -msgstr "Nie można znaleźć SID tych grup ani w LDAP, ani w pliku konfiguracyjnym!" +msgstr "" +"Nie można znaleźć SID tych grup ani w LDAP, ani w pliku konfiguracyjnym!" -#: plugins/admin/groups/class_group.inc:311 +#: plugins/admin/groups/class_group.inc:210 +#: plugins/admin/groups/class_group.inc:1170 +#: plugins/admin/groups/class_group.inc:1180 +#, fuzzy +msgid "Surename" +msgstr "Nazwisko" + +#: plugins/admin/groups/class_group.inc:310 msgid "Samba group" msgstr "Grupa Samba" -#: plugins/admin/groups/class_group.inc:311 +#: plugins/admin/groups/class_group.inc:310 msgid "Domain admins" msgstr "Administratorzy domeny" -#: plugins/admin/groups/class_group.inc:311 +#: plugins/admin/groups/class_group.inc:310 msgid "Domain users" msgstr "Użytkownicy domeny" -#: plugins/admin/groups/class_group.inc:312 +#: plugins/admin/groups/class_group.inc:311 msgid "Domain guests" msgstr "Goście domeny" -#: plugins/admin/groups/class_group.inc:317 +#: plugins/admin/groups/class_group.inc:316 #, php-format msgid "Special group (%d)" msgstr "Specjalna grupa (%d)" -#: plugins/admin/groups/class_group.inc:420 +#: plugins/admin/groups/class_group.inc:464 #, php-format msgid "Adding UID '%s' to group '%s' failed: cannot find user object!" msgstr "" -#: plugins/admin/groups/class_group.inc:426 +#: plugins/admin/groups/class_group.inc:470 #, php-format msgid "Add UID '%s' to group '%s' failed: UID is used more than once!" msgstr "" -#: plugins/admin/groups/class_group.inc:504 -msgid "! unknown UID" -msgstr "! nieznane UID" - -#: plugins/admin/groups/class_group.inc:547 -#, php-format -msgid "Search returned too many results. Not displaying more than %s entries!" -msgstr "" - -#: plugins/admin/groups/class_group.inc:730 +#: plugins/admin/groups/class_group.inc:733 #, fuzzy, php-format msgid "Cannot find any SID for '%s'!" msgstr "Nie można stworzyć pliku '%s'." -#: plugins/admin/groups/class_group.inc:735 +#: plugins/admin/groups/class_group.inc:738 #, fuzzy, php-format msgid "Cannot find any RIDBASE for '%s'!" msgstr "Nie można stworzyć pliku '%s'." @@ -4254,28 +3499,34 @@ msgstr "Nie można stworzyć pliku '%s'." msgid "The gidNumber '%s' is already in use by %s!" msgstr "" -#: plugins/admin/groups/class_group.inc:1013 +#: plugins/admin/groups/class_group.inc:1016 msgid "Generic group settings" msgstr "Ogólne ustawienia grupy" -#: plugins/admin/groups/class_group.inc:1027 -msgid "Samba group type" -msgstr "Typ grupy Samba" - -#: plugins/admin/groups/class_group.inc:1028 +#: plugins/admin/groups/class_group.inc:1029 +msgid "" +"The 'ogroupRDN' statement defines the location where new object groups will " +"be created. The default is 'ou=groups,'." +msgstr "" + +#: plugins/admin/groups/class_group.inc:1043 +msgid "Samba group type" +msgstr "Typ grupy Samba" + +#: plugins/admin/groups/class_group.inc:1044 #, fuzzy msgid "Samba domain name" msgstr "Katalog domowy Samba" -#: plugins/admin/groups/class_group.inc:1030 +#: plugins/admin/groups/class_group.inc:1046 msgid "Phone pickup group" msgstr "Grupie odbioru telefonu" -#: plugins/admin/groups/class_group.inc:1031 +#: plugins/admin/groups/class_group.inc:1047 msgid "Nagios group" msgstr "Grupa nagios" -#: plugins/admin/groups/class_group.inc:1033 +#: plugins/admin/groups/class_group.inc:1049 msgid "Group member" msgstr "Członek grupy" @@ -4309,7 +3560,7 @@ msgstr "serwery" #: plugins/admin/departments/class_domain.inc:81 #: plugins/admin/departments/class_domain.inc:82 -#: plugins/admin/departments/class_departmentManagement.inc:202 +#: plugins/admin/departments/class_departmentManagement.inc:205 #: plugins/admin/departments/class_dcObject.inc:81 #: plugins/admin/departments/class_dcObject.inc:82 msgid "Domain Component" @@ -4320,7 +3571,7 @@ msgstr "Komponent Domeny" #: plugins/admin/departments/organization.tpl:132 #: plugins/admin/departments/class_localityGeneric.inc:95 #: plugins/admin/departments/locality.tpl:67 -#: plugins/admin/departments/class_department.inc:680 +#: plugins/admin/departments/class_department.inc:688 #: plugins/admin/departments/dcObject.tpl:67 #: plugins/admin/departments/domain.tpl:67 #: plugins/admin/departments/country.tpl:68 @@ -4350,10 +3601,9 @@ msgstr "Tekst opisujący departament" #: plugins/admin/departments/generic.tpl:27 #: plugins/admin/departments/organization.tpl:27 -#: plugins/admin/departments/class_department.inc:670 +#: plugins/admin/departments/class_department.inc:678 #: plugins/admin/departments/class_organizationGeneric.inc:124 -#: plugins/admin/acl/class_aclRole.inc:165 -#: include/class_userFilter.inc:55 +#: plugins/admin/acl/class_aclRole.inc:163 include/class_userFilter.inc:55 msgid "Category" msgstr "Kategoria" @@ -4421,7 +3671,7 @@ msgstr "Lista grupy obiektów" #: plugins/admin/departments/dep-list.xml:15 #: plugins/admin/departments/dep-list.xml:103 -#: plugins/admin/departments/class_departmentManagement.inc:190 +#: plugins/admin/departments/class_departmentManagement.inc:193 #: plugins/admin/departments/domain.tpl:5 #: plugins/admin/departments/dep-filter.xml:105 msgid "Domain" @@ -4436,7 +3686,7 @@ msgstr "Komponent domeny" #: plugins/admin/departments/dep-list.xml:31 #: plugins/admin/departments/dep-list.xml:117 -#: plugins/admin/departments/class_departmentManagement.inc:214 +#: plugins/admin/departments/class_departmentManagement.inc:217 #: plugins/admin/departments/country.tpl:5 #: plugins/admin/departments/dep-filter.xml:49 #: plugins/admin/departments/class_countryGeneric.inc:82 @@ -4449,7 +3699,7 @@ msgstr "Kraj" #: plugins/admin/departments/class_localityGeneric.inc:82 #: plugins/admin/departments/class_localityGeneric.inc:83 #: plugins/admin/departments/locality.tpl:5 -#: plugins/admin/departments/class_departmentManagement.inc:226 +#: plugins/admin/departments/class_departmentManagement.inc:229 #: plugins/admin/departments/dep-filter.xml:63 #, fuzzy msgid "Locality" @@ -4467,58 +3717,58 @@ msgstr "Nazwa lokalizacji" msgid "Name of locality to create" msgstr "Nazwa tworzonego poddrzewa" -#: plugins/admin/departments/class_department.inc:439 -#: include/functions.inc:447 -#: include/utils/class_xml.inc:43 -#: html/password.php:59 -#: html/main.php:149 +#: plugins/admin/departments/class_department.inc:441 +#: include/functions.inc:459 include/utils/class_xml.inc:43 +#: html/password.php:59 html/main.php:158 msgid "Fatal error" msgstr "Błąd krytyczny" -#: plugins/admin/departments/class_department.inc:439 +#: plugins/admin/departments/class_department.inc:441 #, fuzzy msgid "Cannot find an unused tag for this administrative unit!" -msgstr "Błąd krytyczny: Nie można znaleźć nieużywnego znacznika dla jednostki administracyjnej!" +msgstr "" +"Błąd krytyczny: Nie można znaleźć nieużywnego znacznika dla jednostki " +"administracyjnej!" -#: plugins/admin/departments/class_department.inc:507 +#: plugins/admin/departments/class_department.inc:509 #, php-format msgid "Tagging '%s'." msgstr "Zaznaczanie '%s'." -#: plugins/admin/departments/class_department.inc:588 +#: plugins/admin/departments/class_department.inc:590 #, php-format msgid "Moving '%s' to '%s'" msgstr "Przenoszenie '%s' do '%s'" -#: plugins/admin/departments/class_department.inc:629 +#: plugins/admin/departments/class_department.inc:631 #, php-format msgid "FAILED to copy %s, aborting operation" msgstr "BŁĄD kopiowania %s, anulowanie operacji" -#: plugins/admin/departments/class_department.inc:660 -#: plugins/admin/departments/class_department.inc:665 +#: plugins/admin/departments/class_department.inc:662 +#: plugins/admin/departments/class_department.inc:673 msgid "Departments" msgstr "Departamenty" -#: plugins/admin/departments/class_department.inc:668 +#: plugins/admin/departments/class_department.inc:676 msgid "Department name" msgstr "Nazwa departamentu" -#: plugins/admin/departments/class_department.inc:676 +#: plugins/admin/departments/class_department.inc:684 msgid "Telephone" msgstr "Telefon" -#: plugins/admin/departments/class_department.inc:731 +#: plugins/admin/departments/class_department.inc:739 #, php-format msgid "Object '%s' is already tagged" msgstr "Obiekt '%s' jest już zaznaczony" -#: plugins/admin/departments/class_department.inc:738 +#: plugins/admin/departments/class_department.inc:746 #, php-format msgid "Adding tag (%s) to object '%s'" msgstr "Dodawanie znacznika (%s) do obiektu '%s'" -#: plugins/admin/departments/class_department.inc:770 +#: plugins/admin/departments/class_department.inc:778 #, php-format msgid "Removing tag from object '%s'" msgstr "Usuwanie znacznika z obiektu '%s'" @@ -4529,11 +3779,15 @@ msgid "Directory structure" msgstr "Katalog" #: plugins/admin/departments/class_departmentManagement.inc:26 -msgid "Manage organizations, organizational units, localities, countries and more" +msgid "" +"Manage organizations, organizational units, localities, countries and more" msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:122 -msgid "As soon as the tag operation has finished, you can scroll down to end of the page and press the 'Continue' button to continue with the department management dialog." +#: plugins/admin/departments/class_departmentManagement.inc:125 +msgid "" +"As soon as the tag operation has finished, you can scroll down to end of the " +"page and press the 'Continue' button to continue with the department " +"management dialog." msgstr "" #: plugins/admin/departments/dep_iframe.tpl:1 @@ -4541,8 +3795,12 @@ msgid "Processing the requested operation" msgstr "Przetwarzam zadaną operację" #: plugins/admin/departments/dep_iframe.tpl:7 -msgid "Your browser doesn't support iframes, please use this link to perform the requested operation." -msgstr "Twoja przeglądarka nie obsługuje iframes, proszę użyć tego linku aby wykonać żądaną operację." +msgid "" +"Your browser doesn't support iframes, please use this link to perform the " +"requested operation." +msgstr "" +"Twoja przeglądarka nie obsługuje iframes, proszę użyć tego linku aby wykonać " +"żądaną operację." #: plugins/admin/departments/domain.tpl:11 #, fuzzy @@ -4570,7 +3828,9 @@ msgid "You are currently moving/renaming this department." msgstr "Brak uprawnień do usunięcia tego departamentu." #: plugins/admin/departments/dep_move_confirm.tpl:6 -msgid "Modifying a departments naming attribute 'ou' or base may corrupt acls and snapshot entries for all entire objects." +msgid "" +"Modifying a departments naming attribute 'ou' or base may corrupt acls and " +"snapshot entries for all entire objects." msgstr "" #: plugins/admin/departments/dep_move_confirm.tpl:9 @@ -4578,7 +3838,9 @@ msgid "GOsa can NOT fix this for you, yet." msgstr "GOsa NIE może naprawić tego dla Ciebie, jeszcze." #: plugins/admin/departments/dep_move_confirm.tpl:12 -msgid "Before you confirm this action, ensure that everything will be as expected, possibly the best solution is a backup." +msgid "" +"Before you confirm this action, ensure that everything will be as expected, " +"possibly the best solution is a backup." msgstr "" #: plugins/admin/departments/class_organizationGeneric.inc:122 @@ -4589,13 +3851,13 @@ msgstr "Nazwa organizacji" msgid "Phone number" msgstr "Numer telefonu" -#: plugins/admin/acl/class_aclManagement.inc:25 -#: include/class_acl.inc:27 +#: plugins/admin/acl/class_aclManagement.inc:25 include/class_acl.inc:27 msgid "Access control" msgstr "Kontrola dostępu" #: plugins/admin/acl/class_aclManagement.inc:26 -msgid "Control access to GOsa managed objects down to attribute and action level" +msgid "" +"Control access to GOsa managed objects down to attribute and action level" msgstr "" #: plugins/admin/acl/class_aclManagement.inc:154 @@ -4612,13 +3874,12 @@ msgstr "Lista ACLi" msgid "Acl" msgstr "Acl" -#: plugins/admin/acl/tabs_acl_role.inc:28 -#: plugins/admin/acl/acl-filter.xml:33 +#: plugins/admin/acl/tabs_acl_role.inc:28 plugins/admin/acl/acl-filter.xml:33 msgid "ACL Templates" msgstr "Szablony ACL" #: plugins/admin/acl/class_aclRole.inc:26 -#: plugins/admin/acl/class_aclRole.inc:717 +#: plugins/admin/acl/class_aclRole.inc:712 #, fuzzy msgid "Access control roles" msgstr "Kontrola dostępu" @@ -4628,93 +3889,63 @@ msgstr "Kontrola dostępu" msgid "Edit AC roles" msgstr "ACLe" -#: plugins/admin/acl/class_aclRole.inc:130 -#: include/class_acl.inc:219 -msgid "All categories" -msgstr "Wszystkie kategorie" - -#: plugins/admin/acl/class_aclRole.inc:137 +#: plugins/admin/acl/class_aclRole.inc:135 msgid "Reset ACL" msgstr "Resetuj ACL" -#: plugins/admin/acl/class_aclRole.inc:138 -#: include/class_acl.inc:228 -msgid "One level" -msgstr "Jeden poziom" - -#: plugins/admin/acl/class_aclRole.inc:139 -#: include/class_acl.inc:229 -#: include/class_acl.inc:234 -msgid "Current object" -msgstr "Obecny obiekt" - -#: plugins/admin/acl/class_aclRole.inc:140 -#: include/class_acl.inc:230 -msgid "Complete subtree" -msgstr "Pełne poddrzewo" - -#: plugins/admin/acl/class_aclRole.inc:141 -#: include/class_acl.inc:231 -msgid "Complete subtree (permanent)" -msgstr "Pełne poddrzewo (trwałe)" - -#: plugins/admin/acl/class_aclRole.inc:181 -#: plugins/admin/acl/class_aclRole.inc:727 -#: include/class_acl.inc:279 +#: plugins/admin/acl/class_aclRole.inc:179 +#: plugins/admin/acl/class_aclRole.inc:741 include/class_acl.inc:278 msgid "Permissions" msgstr "Uprawnienia" -#: plugins/admin/acl/class_aclRole.inc:181 -#: include/class_acl.inc:279 -#: include/php_setup.inc:191 +#: plugins/admin/acl/class_aclRole.inc:179 include/class_acl.inc:278 +#: include/php_setup.inc:185 msgid "Type" msgstr "Typ" -#: plugins/admin/acl/class_aclRole.inc:410 +#: plugins/admin/acl/class_aclRole.inc:408 msgid "No ACL settings for this category" msgstr "Brak ustawień ACL w tej kategorii" -#: plugins/admin/acl/class_aclRole.inc:412 +#: plugins/admin/acl/class_aclRole.inc:410 #, fuzzy, php-format msgid "ACL for these objects: %s" msgstr "Zawiera ACL'e w tych kategoriach: %s" -#: plugins/admin/acl/class_aclRole.inc:417 +#: plugins/admin/acl/class_aclRole.inc:415 #, fuzzy msgid "Edit category ACL" msgstr "Edytuj kategorie ACL'i" -#: plugins/admin/acl/class_aclRole.inc:420 +#: plugins/admin/acl/class_aclRole.inc:418 #, fuzzy msgid "Delete category ACL" msgstr "Kategoria" -#: plugins/admin/acl/class_aclRole.inc:441 +#: plugins/admin/acl/class_aclRole.inc:439 #, php-format msgid "Edit ACL for '%s', scope is '%s'" msgstr "Edytuj ACL dla '%s', zakres to '%s'" -#: plugins/admin/acl/class_aclRole.inc:451 -#: include/class_acl.inc:644 -msgid "All objects in current subtree" -msgstr "Wszystkie obiekty w obecnym poddrzewie" - -#: plugins/admin/acl/class_aclRole.inc:637 +#: plugins/admin/acl/class_aclRole.inc:632 #, fuzzy msgid "Object in use" msgstr "Nazwa obiektu" -#: plugins/admin/acl/class_aclRole.inc:637 +#: plugins/admin/acl/class_aclRole.inc:632 #, php-format msgid "This role cannot be removed while it is in use by these objects:" msgstr "" -#: plugins/admin/acl/class_aclRole.inc:753 -#: plugins/admin/acl/tabs_acl.inc:28 -#: include/class_acl.inc:1279 -#: include/class_acl.inc:1280 -#: include/class_acl.inc:1285 -#: include/class_tabs.inc:374 +#: plugins/admin/acl/class_aclRole.inc:728 +msgid "" +"The 'aclRoleRDN' statement defines the location where new acl roles will be " +"created. The default is 'ou=aclroles,'." +msgstr "" + +#: plugins/admin/acl/class_aclRole.inc:767 plugins/admin/acl/tabs_acl.inc:28 +#: include/class_acl.inc:1282 include/class_acl.inc:1283 +#: include/class_acl.inc:1289 include/class_tabs.inc:382 msgid "ACL" msgstr "ACL" @@ -4723,6 +3954,11 @@ msgstr "ACL" msgid "Paste acl-role" msgstr "Usuń makro" +#: plugins/admin/ogroups/generic.tpl:1 +#: plugins/admin/ogroups/ogroup-list.xml:15 +msgid "Object group" +msgstr "Grupa obiektu" + #: plugins/admin/ogroups/generic.tpl:10 msgid "Name of the group" msgstr "Nazwa grupy" @@ -4731,115 +3967,128 @@ msgstr "Nazwa grupy" msgid "Member objects" msgstr "Dodaj członka" -#: plugins/admin/ogroups/tabs_ogroups.inc:133 +#: plugins/admin/ogroups/tabs_ogroups.inc:134 msgid "Phone queue" msgstr "Kolejka telefoniczna" -#: plugins/admin/ogroups/tabs_ogroups.inc:160 -msgid "Systems" -msgstr "Systemy" +#: plugins/admin/ogroups/tabs_ogroups.inc:163 +#, fuzzy +msgid "System settings" +msgstr "Ustawienia użytkownika" -#: plugins/admin/ogroups/tabs_ogroups.inc:171 -#: plugins/admin/ogroups/tabs_ogroups.inc:194 -msgid "Startup" -msgstr "Startup" +#: plugins/admin/ogroups/tabs_ogroups.inc:175 +#: plugins/admin/ogroups/tabs_ogroups.inc:200 +#, fuzzy +msgid "Recipe" +msgstr "Odbiorcy" -#: plugins/admin/ogroups/tabs_ogroups.inc:182 -#: plugins/admin/ogroups/tabs_ogroups.inc:203 +#: plugins/admin/ogroups/tabs_ogroups.inc:187 +#: plugins/admin/ogroups/tabs_ogroups.inc:209 msgid "Devices" msgstr "Urządzenia" -#: plugins/admin/ogroups/tabs_ogroups.inc:213 -msgid "FAI summary" -msgstr "Podsumowanie FAI" +#: plugins/admin/ogroups/tabs_ogroups.inc:219 +#, fuzzy +msgid "Deployment summary" +msgstr "Numer departamentu" + +#: plugins/admin/ogroups/tabs_ogroups.inc:229 +msgid "Desktop" +msgstr "" -#: plugins/admin/ogroups/tabs_ogroups.inc:241 +#: plugins/admin/ogroups/tabs_ogroups.inc:246 msgid "Applications" msgstr "Aplikacje" +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:47 +#: plugins/admin/ogroups/class_ogroupManagement.inc:192 +msgid "Printer" +msgstr "Drukarka" + #: plugins/admin/ogroups/objectSelect/class_objectSelect.inc:29 #, fuzzy msgid "Object selection" msgstr "Ustawienia grupy" -#: plugins/admin/ogroups/class_ogroup.inc:200 +#: plugins/admin/ogroups/class_ogroup.inc:230 msgid "You cannot combine terminals and workstations in one object group!" msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:302 +#: plugins/admin/ogroups/class_ogroup.inc:311 msgid "too many different objects!" msgstr "za dużo różnych obiektów!" -#: plugins/admin/ogroups/class_ogroup.inc:304 +#: plugins/admin/ogroups/class_ogroup.inc:313 msgid "users" msgstr "użytkownicy" -#: plugins/admin/ogroups/class_ogroup.inc:305 +#: plugins/admin/ogroups/class_ogroup.inc:314 msgid "groups" msgstr "grupy" -#: plugins/admin/ogroups/class_ogroup.inc:306 +#: plugins/admin/ogroups/class_ogroup.inc:315 msgid "applications" msgstr "aplikacje" -#: plugins/admin/ogroups/class_ogroup.inc:307 +#: plugins/admin/ogroups/class_ogroup.inc:316 msgid "departments" msgstr "departamenty" -#: plugins/admin/ogroups/class_ogroup.inc:308 +#: plugins/admin/ogroups/class_ogroup.inc:317 msgid "servers" msgstr "serwery" -#: plugins/admin/ogroups/class_ogroup.inc:309 +#: plugins/admin/ogroups/class_ogroup.inc:318 msgid "workstations" msgstr "stacje robocze" -#: plugins/admin/ogroups/class_ogroup.inc:310 +#: plugins/admin/ogroups/class_ogroup.inc:319 msgid "winstations" msgstr "Stacje Windows" -#: plugins/admin/ogroups/class_ogroup.inc:311 +#: plugins/admin/ogroups/class_ogroup.inc:320 msgid "terminals" msgstr "terminale" -#: plugins/admin/ogroups/class_ogroup.inc:312 +#: plugins/admin/ogroups/class_ogroup.inc:321 msgid "phones" msgstr "telefony" -#: plugins/admin/ogroups/class_ogroup.inc:313 +#: plugins/admin/ogroups/class_ogroup.inc:322 msgid "printers" msgstr "drukarki" -#: plugins/admin/ogroups/class_ogroup.inc:500 +#: plugins/admin/ogroups/class_ogroup.inc:524 msgid "Non existing dn:" msgstr "Nieistniejące dn:" -#: plugins/admin/ogroups/class_ogroup.inc:657 +#: plugins/admin/ogroups/class_ogroup.inc:642 #, php-format -msgid "These systems are already configured by other object groups and cannot be added:" +msgid "" +"These systems are already configured by other object groups and cannot be " +"added:" msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:691 +#: plugins/admin/ogroups/class_ogroup.inc:676 #, fuzzy msgid "You can combine two different object types at maximum, only!" msgstr "Można połączyć maksymalnie tylko 2 różne typy obiektów!" -#: plugins/admin/ogroups/class_ogroup.inc:841 +#: plugins/admin/ogroups/class_ogroup.inc:821 msgid "Object group generic" msgstr "Podstawowa grupa obiektu" -#: plugins/admin/ogroups/class_ogroup.inc:846 +#: plugins/admin/ogroups/class_ogroup.inc:830 #: plugins/admin/ogroups/class_ogroupManagement.inc:25 msgid "Object groups" msgstr "Grupy obiektów" -#: plugins/admin/ogroups/class_ogroup.inc:852 +#: plugins/admin/ogroups/class_ogroup.inc:836 #, fuzzy msgid "Sytem trust" msgstr "Zaufanie systemowe" -#: plugins/admin/ogroups/class_ogroup.inc:853 -#: include/class_acl.inc:279 +#: plugins/admin/ogroups/class_ogroup.inc:837 include/class_acl.inc:278 msgid "Member" msgstr "Członek" @@ -4851,6 +4100,10 @@ msgstr "" msgid "Templates" msgstr "Szablony" +#: plugins/admin/ogroups/class_ogroupManagement.inc:185 +msgid "Application" +msgstr "Aplikacja" + #: plugins/admin/ogroups/class_ogroupManagement.inc:190 #, fuzzy msgid "Windows Install" @@ -4878,6 +4131,257 @@ msgstr "Modyfikuj grupę obiektów" msgid "Remove object group" msgstr "Usuń grupę obiektów" +#: plugins/addons/propertyEditor/property-list.tpl:3 +#, fuzzy +msgid "Warning message" +msgstr "Wyślij wiadomość" + +#: plugins/addons/propertyEditor/property-list.tpl:9 +msgid "" +"Modifying properties may break your setup, destroy or mess up your LDAP " +"database, lead to security holes or it can even make a login impossible!" +msgstr "" + +#: plugins/addons/propertyEditor/property-list.tpl:10 +msgid "" +"Since configuration properties are stored in the LDAP database a copy/backup " +"can be handy." +msgstr "" + +#: plugins/addons/propertyEditor/property-list.tpl:14 +msgid "" +"If you've debarred yourself, you can try to set 'ignoreLdapProperties' to " +"'true' in your gosa.conf main section. This will make GOsa ignore LDAP based " +"property values." +msgstr "" + +#: plugins/addons/propertyEditor/property-list.tpl:22 +msgid "" +"I understand that there are certain risks, but I want to modify properties!" +msgstr "" + +#: plugins/addons/propertyEditor/property-list.tpl:38 +msgid "Ignoring LDAP defined properties!" +msgstr "" + +#: plugins/addons/propertyEditor/property-list.tpl:77 +msgid "Undo" +msgstr "" + +#: plugins/addons/propertyEditor/class_commandVerifier.inc:56 +msgid "Results" +msgstr "" + +#: plugins/addons/propertyEditor/commandVerifier.tpl:1 +#, fuzzy +msgid "Command verifier" +msgstr "i" + +#: plugins/addons/propertyEditor/commandVerifier.tpl:3 +msgid "" +"Here you can execute commands in the way GOsa does and check the generated " +"results or errors. This can be very usefull especially for the post events " +"(postcreate, postmodify and postremove) due to the fact that these hook are " +"executed silently." +msgstr "" + +#: plugins/addons/propertyEditor/commandVerifier.tpl:8 +msgid "" +"Please be carefull here, all commands will really be executed on your " +"machine and may break things!" +msgstr "" + +#: plugins/addons/propertyEditor/commandVerifier.tpl:15 +msgid "The command to check for" +msgstr "" + +#: plugins/addons/propertyEditor/commandVerifier.tpl:17 +#, fuzzy +msgid "Test" +msgstr "Czas" + +#: plugins/addons/propertyEditor/property-filter.xml:15 +#, fuzzy +msgid "Effective properties" +msgstr "Edytuj ogólne właściwości" + +#: plugins/addons/propertyEditor/property-filter.xml:29 +#, fuzzy +msgid "Modified properties" +msgstr "Edytuj ogólne właściwości" + +#: plugins/addons/propertyEditor/property-filter.xml:43 +#, fuzzy +msgid "All properties" +msgstr "Edytuj ogólne właściwości" + +#: plugins/addons/propertyEditor/property-filter.xml:57 +#, fuzzy +msgid "LDAP properties" +msgstr "Właściwości" + +#: plugins/addons/propertyEditor/property-filter.xml:71 +#, fuzzy +msgid "Search for property groups" +msgstr "Pokaż podstawowe grupy" + +#: plugins/addons/propertyEditor/property-list.xml:11 +#, fuzzy +msgid "List of configuration settings" +msgstr "Ustawienia użytkownika" + +#: plugins/addons/propertyEditor/property-list.xml:15 +#, fuzzy +msgid "Property not used" +msgstr "Grupa użytkownika" + +#: plugins/addons/propertyEditor/property-list.xml:23 +#, fuzzy +msgid "Property will be restored" +msgstr "Będzie możliwość odtworzenia z" + +#: plugins/addons/propertyEditor/property-list.xml:31 +#, fuzzy +msgid "Modified property" +msgstr "Informacje osobiste" + +#: plugins/addons/propertyEditor/property-list.xml:39 +#, fuzzy +msgid "Property configured in LDAP" +msgstr "Plik konfiguracyjny" + +#: plugins/addons/propertyEditor/property-list.xml:47 +#, fuzzy +msgid "Property configured in config file" +msgstr "Plik konfiguracyjny" + +#: plugins/addons/propertyEditor/property-list.xml:72 +#, fuzzy +msgid "Class" +msgstr "klasa" + +#: plugins/addons/propertyEditor/property-list.xml:88 +#, fuzzy +msgid "Value" +msgstr "mężczyzna" + +#: plugins/addons/propertyEditor/property-list.xml:124 +msgid "Restore to default" +msgstr "" + +#: plugins/addons/propertyEditor/class_propertyEditor.inc:6 +#, fuzzy +msgid "Preferences" +msgstr "Zależności" + +#: plugins/addons/propertyEditor/class_propertyEditor.inc:7 +msgid "" +"Configure global and special GOsa settings like hooks and plugin parameters" +msgstr "" + +#: plugins/addons/propertyEditor/class_propertyEditor.inc:206 +#, fuzzy +msgid "No description" +msgstr "Opis jednostki" + +#: plugins/addons/propertyEditor/class_propertyEditor.inc:230 +msgid "FALSE" +msgstr "" + +#: plugins/addons/propertyEditor/class_propertyEditor.inc:231 +msgid "TRUE" +msgstr "" + +#: plugins/addons/propertyEditor/class_propertyEditor.inc:251 +msgid "Test the given command." +msgstr "" + +#: plugins/addons/propertyEditor/migrate.tpl:3 +msgid "Property migration assistent" +msgstr "" + +#: plugins/addons/propertyEditor/migrate.tpl:3 +#, fuzzy +msgid "Migration steps left" +msgstr "Błąd migracji" + +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:31 +#, fuzzy, php-format +msgid "Migration of property '%s'" +msgstr "Błąd migracji" + +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:34 +#, fuzzy, php-format +msgid "GOsa has detected objects outside of the configured storage point (%s)." +msgstr "Zamierzasz skopiować wpis '%s'." + +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:161 +msgid "Objects that will be added" +msgstr "" + +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:169 +#, fuzzy +msgid "Objects that will be moved" +msgstr "Użyj członków z" + +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:177 +#, fuzzy, php-format +msgid "Moving object '%s' to '%s'" +msgstr "Przenoszenie '%s' do '%s'" + +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:204 +#, php-format +msgid "Migration failed for object %s, dn already exists!" +msgstr "" + +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:208 +#, php-format +msgid "Migration failed for object %s, please check if it already exists!" +msgstr "" + +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:105 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:327 +msgid "Labeled URI" +msgstr "" + +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:119 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:121 +#: plugins/addons/dyngroup/dyngroup.tpl:7 +#, fuzzy +msgid "Attribute" +msgstr "Atrybuty telefonu" + +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:128 +msgid "Surrounding brakets are required!" +msgstr "" + +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:136 +#, php-format +msgid "The given filter '%s' for entry %s seems to be invalid!" +msgstr "" + +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:166 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:168 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:319 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:320 +#, fuzzy +msgid "Dynamic object" +msgstr "Obiekt GOsa" + +#: plugins/addons/dyngroup/dyngroup.tpl:1 +#, fuzzy +msgid "List of dynamic rules" +msgstr "Lista ACLi" + +#: plugins/addons/dyngroup/dyngroup.tpl:3 +msgid "Labeled URI definitions" +msgstr "" + +#: plugins/addons/dyngroup/dyngroup.tpl:6 +#, fuzzy +msgid "Scope" +msgstr "kopiuj" + #: include/class_CopyPasteHandler.inc:118 #: include/class_CopyPasteHandler.inc:127 #: include/class_CopyPasteHandler.inc:159 @@ -4890,9 +4394,8 @@ msgid "Copy and paste failed!" msgstr "Copy and paste nieudane!" #: include/class_CopyPasteHandler.inc:118 -#: include/class_CopyPasteHandler.inc:193 #, fuzzy, php-format -msgid "Cannot set permission for '%s'" +msgid "Cannot set permission for %s" msgstr "Nie można stworzyć pliku '%s'." #: include/class_CopyPasteHandler.inc:159 @@ -4900,101 +4403,85 @@ msgstr "Nie można stworzyć pliku '%s'." msgid "'%s' is no vaild LDAP object" msgstr "" -#: include/class_CopyPasteHandler.inc:160 -#: include/class_CopyPasteHandler.inc:274 -#: include/functions.inc:605 -#: include/functions.inc:792 -#: include/functions.inc:910 -#: include/functions.inc:1308 -#: include/functions.inc:2365 -#: include/functions.inc:2399 -#: include/functions.inc:2419 -#: include/class_log.inc:87 -#: include/class_acl.inc:974 -#: include/class_ldap.inc:693 -#: include/class_ldap.inc:744 -#: include/class_session.inc:76 -#: include/class_session.inc:101 -#: include/class_session.inc:127 -msgid "Internal error" -msgstr "Błąd wewnętrzny" - #: include/class_CopyPasteHandler.inc:176 #, fuzzy, php-format msgid "No write permission in '%s'" msgstr "Nie można stworzyć pliku '%s'." -#: include/class_CopyPasteHandler.inc:394 +#: include/class_CopyPasteHandler.inc:193 +#, fuzzy, php-format +msgid "Cannot set permission for '%s'" +msgstr "Nie można stworzyć pliku '%s'." + +#: include/class_CopyPasteHandler.inc:396 #, php-format msgid "These objects will be pasted: %s" msgstr "" -#: include/class_CopyPasteHandler.inc:418 +#: include/class_CopyPasteHandler.inc:420 #, php-format msgid "This object will be pasted: %s" msgstr "" -#: include/class_CopyPasteHandler.inc:514 -#: include/class_listing.inc:1411 -#: include/class_listing.inc:1413 -#: include/class_plugin.inc:1971 -#: include/class_plugin.inc:1974 +#: include/class_CopyPasteHandler.inc:570 include/class_listing.inc:1458 +#: include/class_listing.inc:1460 msgid "Paste" msgstr "Wklej" -#: include/class_CopyPasteHandler.inc:516 +#: include/class_CopyPasteHandler.inc:572 msgid "Cannot paste" msgstr "Nie można wkleić" -#: include/class_config.inc:152 +#: include/class_config.inc:159 #, php-format msgid "XML error in gosa.conf: %s at line %d" msgstr "Błąd XML w pliku gosa.conf: %s w linii %d" -#: include/class_config.inc:325 -#, fuzzy -msgid "Cannot bind to LDAP. Please contact the system administrator." -msgstr "Nie można połączyć się z LDAP. Proszę skontaktować się z administratorem." +#: include/class_config.inc:337 +msgid "Cannot bind to LDAP!" +msgstr "" -#: include/class_config.inc:702 +#: include/class_config.inc:678 #, fuzzy msgid "sambaSID and/or sambaRidBase missing in the configuration!" msgstr "Brak parametru SID lub/i RIDBASE w konfiguracji!" -#: include/class_config.inc:1112 +#: include/class_config.inc:1097 msgid "Configuration" msgstr "Konfiguracja" -#: include/class_config.inc:1112 -msgid "The configuration file you are using seems to be outdated. Please move the GOsa configuration file away to run the GOsa setup again." +#: include/class_config.inc:1097 +msgid "" +"The configuration file you are using is outdated. Please move the GOsa " +"configuration file away to run the GOsa setup again." msgstr "" -#: include/class_config.inc:1154 -#: include/class_config.inc:1185 -#: include/class_SnapshotHandler.inc:46 -#: include/class_SnapshotHandler.inc:77 +#: include/class_config.inc:1139 include/class_config.inc:1170 #, fuzzy, php-format -msgid "The snapshot functionality is enabled, but the required variable '%s' is not set." -msgstr "Funkcjonalność snapshot jest włączona, lecz wymagana zmienna '%s' nie jest skonfigurowana w gosa.conf." +msgid "" +"The snapshot functionality is enabled, but the required variable %s is not " +"set." +msgstr "" +"Funkcjonalność snapshot jest włączona, lecz wymagana zmienna '%s' nie jest " +"skonfigurowana w gosa.conf." -#: include/class_config.inc:1167 -#: include/class_SnapshotHandler.inc:59 +#: include/class_config.inc:1152 #, fuzzy, php-format -msgid "The snapshot functionality is enabled, but the required compression module is missing. Please install '%s'." -msgstr "Funkcjonalność snapshot jest włączona, lecz wymagana zmienna '%s' nie jest skonfigurowana w gosa.conf." - -#: include/class_socketClient.inc:60 -msgid "The mcrypt module was not found. Please install php5-mcrypt." +msgid "" +"The snapshot functionality is enabled, but the required compression module " +"is missing. Please install %s." msgstr "" +"Funkcjonalność snapshot jest włączona, lecz wymagana zmienna '%s' nie jest " +"skonfigurowana w gosa.conf." #: include/class_socketClient.inc:108 #, php-format -msgid "Socket connection to host '%s:%s' failed: %s" +msgid "Socket connection to %s:%s failed: %s" msgstr "" #: include/class_socketClient.inc:191 #, php-format -msgid "Socket timeout of %s seconds reached." +msgid "Socket timeout of %s seconds reached!" msgstr "" #: include/class_multi_plug.inc:362 @@ -5003,12 +4490,13 @@ msgid "You are currently editing mutliple entries." msgstr "Brak uprawnień do usunięcia tego departamentu." #: include/class_multi_plug.inc:391 -msgid "Password reset" -msgstr "Reset hasła" +#, fuzzy +msgid "Reset password" +msgstr "Ustaw hasło" #: include/class_multi_plug.inc:391 #, fuzzy -msgid "The user password was resetted, please set a new password value!" +msgid "The user password has been reset. Please set a new password!" msgstr "Twoje hasło wygasło !! Proszę wybrać inne hasło" #: include/class_sortableListing.inc:221 @@ -5023,275 +4511,272 @@ msgstr "Edytuj ten obiekt" msgid "Delete this entry" msgstr "Usuń ten obiekt" -#: include/class_sortableListing.inc:261 -#: include/class_listing.inc:247 -msgid "Up" -msgstr "Góra" +#: include/class_sortableListing.inc:261 include/class_listing.inc:257 +msgid "Sort ascending" +msgstr "" + +#: include/class_sortableListing.inc:261 include/class_listing.inc:257 +msgid "Sort descending" +msgstr "" -#: include/class_sortableListing.inc:261 -#: include/class_listing.inc:247 -msgid "Down" -msgstr "W dół" +#: include/class_jsonRPC.inc:180 +#, fuzzy, php-format +msgid "Unknown HTTP status code '%s'!" +msgstr "Nieznany wpis '%s'!" -#: include/functions.inc:127 +#: include/functions.inc:128 #, php-format -msgid "Fatal error: no class locations defined - please run '%s' to fix this" +msgid "Fatal error: no class locations defined - please run %s to fix this" msgstr "" -#: include/functions.inc:134 +#: include/functions.inc:135 #, php-format -msgid "Fatal error: cannot instantiate class '%s' - try running '%s' to fix this" +msgid "Fatal error: cannot instantiate class %s - try running %s to fix this" msgstr "" -#: include/functions.inc:448 -#, php-format -msgid "FATAL: Error when connecting the LDAP. Server said '%s'." +#: include/functions.inc:460 +#, fuzzy, php-format +msgid "Error while connecting to LDAP: %s" msgstr "BŁĄD: Nie można połączyć się z serwerem LDAP. Odpowiedź serwera '%s'." -#: include/functions.inc:519 -#, fuzzy -msgid "Username / UID is not unique inside the LDAP tree!" -msgstr "Użytkownik /UID nie są unikalne. Proszę sprawdzić bazę LDAP." - -#: include/functions.inc:605 +#: include/functions.inc:531 include/functions.inc:617 #, fuzzy -msgid "Username / UID is not unique inside the LDAP tree. Please contact your Administrator." +msgid "User ID is not unique!" msgstr "Użytkownik /UID nie są unikalne. Proszę sprawdzić bazę LDAP." -#: include/functions.inc:792 -#: include/functions.inc:910 -msgid "Error while adding a lock. Contact the developers!" +#: include/functions.inc:804 include/functions.inc:922 +msgid "Error while locking entry!" msgstr "" -#: include/functions.inc:802 +#: include/functions.inc:814 #, fuzzy, php-format -msgid "Cannot create locking information in LDAP tree. Please contact your administrator!" -msgstr "Nie można pobrać informacji o blokadach w bazie LDAP. Proszę sprawdzić wpis 'config' w gosa.conf!" - -#: include/functions.inc:802 -#, php-format -msgid "LDAP server returned: %s" -msgstr "Serwer LDAP zwrócił: %s" +msgid "Cannot store lock information in LDAP!" +msgstr "Nie można pobrać informacji o quota dla '%s'." -#: include/functions.inc:931 -#, fuzzy -msgid "Found multiple locks for object to be locked. This should not happen - cleaning up multiple references." -msgstr "Znaleziono wiele blokad dla obiektu do zablokowania. Taka sytuacja nie powinna się wydażyć - czyszczę wiele odwołań." +#: include/functions.inc:814 +#, fuzzy, php-format +msgid "Error: %s" +msgstr "Błąd" -#: include/functions.inc:1235 -#, php-format -msgid "The size limit of %d entries is exceed!" +#: include/functions.inc:1244 +#, fuzzy, php-format +msgid "The current size limit of %d entries is exceeded!" msgstr "Limit wielkości %d elementów został przekroczony!" -#: include/functions.inc:1237 +#: include/functions.inc:1246 #, php-format -msgid "Set the new size limit to %s and show me this message if the limit still exceeds" -msgstr "Ustaw nowy limit rozmiaru na %s i pokaż ten komunikat jeśli limit wciąż jest przekroczony" +msgid "Set the size limit to %s" +msgstr "" -#: include/functions.inc:1254 -msgid "incomplete" +#: include/functions.inc:1263 +#, fuzzy +msgid "list is incomplete" msgstr "niepełne" -#: include/functions.inc:1636 +#: include/functions.inc:1611 msgid "Continue anyway" msgstr "Kontynuuj mimo wszystko" -#: include/functions.inc:1638 +#: include/functions.inc:1613 msgid "Edit anyway" msgstr "Edytuj mimo wszystko" -#: include/functions.inc:1641 +#: include/functions.inc:1616 msgid "These entries are currently locked:" msgstr "" -#: include/functions.inc:1881 +#: include/functions.inc:1856 msgid "Entries per page" msgstr "Wpisów na stronie" -#: include/functions.inc:1910 -msgid "Apply filter" -msgstr "Zastosuj filtr" +#: include/functions.inc:2207 +#, fuzzy, php-format +msgid "GOsa %s" +msgstr "Usługa Logowania" -#: include/functions.inc:2222 -msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" -msgstr "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" +#: include/functions.inc:2214 +#, fuzzy, php-format +msgid "GOsa %s snapshot (Rev %s)" +msgstr "Wersja deweloperska GOsa (Rev %s)" -#: include/functions.inc:2268 +#: include/functions.inc:2219 #, php-format msgid "GOsa development snapshot (Rev %s)" msgstr "Wersja deweloperska GOsa (Rev %s)" -#: include/functions.inc:2365 -#, php-format -msgid "File '%s' could not be deleted." +#: include/functions.inc:2315 +#, fuzzy, php-format +msgid "File %s cannot be deleted!" msgstr "Plik '%s' nie mógł zostać usunięty." -#: include/functions.inc:2399 -#: include/functions.inc:2419 +#: include/functions.inc:2349 include/functions.inc:2369 #, fuzzy -msgid "Cannot write to revision file!" +msgid "Cannot write revision file!" msgstr "Nie można stworzyć pliku '%s'." -#: include/functions.inc:2690 -#: include/functions.inc:2694 -#: include/functions.inc:2700 +#: include/functions.inc:2640 include/functions.inc:2644 +#: include/functions.inc:2650 msgid "'baseIdHook' is not available. Using default base!" msgstr "" -#: include/functions.inc:2724 -msgid "LDAP warning" -msgstr "Ostrzeżenie LDAP" - -#: include/functions.inc:2724 +#: include/functions.inc:2674 #, fuzzy -msgid "Cannot get schema information from server. No schema check possible!" -msgstr "Nie można pobrać informacji o schematach z serwera. Sprawdzenie schematów niemożliwe!" +msgid "" +"Cannot read schema information from LDAP. Schema validation is not possible!" +msgstr "" +"Nie można pobrać informacji o schematach z serwera. Sprawdzenie schematów " +"niemożliwe!" -#: include/functions.inc:2750 -msgid "Used to store account specific informations." +#: include/functions.inc:2700 +msgid "This class is used to make users appear in GOsa." msgstr "" -#: include/functions.inc:2757 -msgid "Used to lock currently edited entries to avoid multiple changes at the same time." +#: include/functions.inc:2707 +msgid "" +"This class is used to lock entries in order to prevent multiple edits at a " +"time." msgstr "" -#: include/functions.inc:2802 +#: include/functions.inc:2752 #, fuzzy, php-format -msgid "Missing required object class '%s'!" +msgid "Required object class %s is missing!" msgstr "Wyświetl szablony FAI" -#: include/functions.inc:2805 -#, php-format -msgid "Missing optional object class '%s'!" +#: include/functions.inc:2755 +#, fuzzy, php-format +msgid "Optional object class %s is missing!" msgstr "Brak opcjonalnego obiektu klasy '%s'!" -#: include/functions.inc:2810 -#, php-format -msgid "Version mismatch for required object class '%s' (!=%s)!" -msgstr "" +#: include/functions.inc:2760 +#, fuzzy, php-format +msgid "Wrong version of required object class %s (!=%s) detected!" +msgstr "Wyświetl szablony FAI" -#: include/functions.inc:2813 +#: include/functions.inc:2763 #, fuzzy, php-format -msgid "Class(es) available" +msgid "Class available" msgstr "Plik jest dostępny" -#: include/functions.inc:2835 -msgid "You have enabled the rfc2307bis option on the 'ldap setup' step, but your schema configuration do not support this option." +#: include/functions.inc:2785 +msgid "" +"RFC 2307bis group schema is enabled, but the current LDAP configuration does " +"not support it!" msgstr "" -#: include/functions.inc:2836 -msgid "In order to use rfc2307bis conform groups the objectClass 'posixGroup' must be AUXILIARY" +#: include/functions.inc:2786 +msgid "" +"To use RFC 2307bis groups, the objectClass 'posixGroup' must be AUXILIARY." msgstr "" -#: include/functions.inc:2840 -msgid "Your schema is configured to support the rfc2307bis group, but you have disabled this option on the 'ldap setup' step." +#: include/functions.inc:2790 +msgid "" +"RFC 2307bis group schema is disabled, but the current LDAP configuration " +"supports it!" msgstr "" -#: include/functions.inc:2841 -msgid "The objectClass 'posixGroup' must be STRUCTURAL" +#: include/functions.inc:2791 +msgid "To correct this, the objectClass 'posixGroup' must be STRUCTURAL." msgstr "" -#: include/functions.inc:2866 +#: include/functions.inc:2816 msgid "German" msgstr "Niemiecki" -#: include/functions.inc:2867 +#: include/functions.inc:2817 msgid "French" msgstr "Francuski" -#: include/functions.inc:2868 +#: include/functions.inc:2818 msgid "Italian" msgstr "Włoski" -#: include/functions.inc:2869 +#: include/functions.inc:2819 msgid "Spanish" msgstr "Hiszpański" -#: include/functions.inc:2870 +#: include/functions.inc:2820 msgid "English" msgstr "Angielski" -#: include/functions.inc:2871 +#: include/functions.inc:2821 msgid "Dutch" msgstr "Holenderski" -#: include/functions.inc:2872 +#: include/functions.inc:2822 msgid "Polish" msgstr "Polski" -#: include/functions.inc:2873 +#: include/functions.inc:2823 msgid "Brazilian Portuguese" msgstr "Brazylijski Portugalski" -#: include/functions.inc:2875 +#: include/functions.inc:2825 msgid "Chinese" msgstr "Chińsski" -#: include/functions.inc:2876 +#: include/functions.inc:2826 msgid "Vietnamese" msgstr "Wietnamski" -#: include/functions.inc:2877 +#: include/functions.inc:2827 msgid "Russian" msgstr "Rosyjski" -#: include/functions.inc:3072 -#, php-format -msgid "Command '%s', specified as POSTMODIFY for plugin '%s' doesn't seem to exist." -msgstr "Polecenie '%s', podane jako POSTMODIFY dla dodatku '%s' nie istnieje." +#: include/functions.inc:3022 +#, fuzzy, php-format +msgid "" +"Command %s specified as post modify action for plugin %s does not exist!" +msgstr "Polecenie '%s' podane jako CHECK dla dodatku '%s' nie istnieje." -#: include/functions.inc:3105 -msgid "Cannot generate samba hash!" +#: include/functions.inc:3066 +msgid "Cannot generate SAMBA hash!" msgstr "" -#: include/functions.inc:3118 +#: include/functions.inc:3079 #, php-format -msgid "Cannot generate samba hash: running '%s' failed, check the 'sambaHashHook'!" +msgid "Generating SAMBA hash by running %s failed: check %s!" msgstr "" -#: include/functions.inc:3399 -#: include/functions.inc:3413 -#: include/functions.inc:3451 -#: include/functions.inc:3463 -#: include/functions.inc:3467 -#: include/functions.inc:3482 -#: include/functions.inc:3491 -msgid "Cannot allocate a free ID:" +#: include/functions.inc:3357 include/functions.inc:3371 +#: include/functions.inc:3409 include/functions.inc:3421 +#: include/functions.inc:3425 include/functions.inc:3440 +#: include/functions.inc:3449 +#, fuzzy +msgid "Cannot allocate free ID:" msgstr "Nie można nadać wolnego ID:" -#: include/functions.inc:3399 +#: include/functions.inc:3357 msgid "unknown idAllocation method!" msgstr "" -#: include/functions.inc:3413 +#: include/functions.inc:3371 #, php-format msgid "%sPoolMin >= %sPoolMax!" msgstr "" -#: include/functions.inc:3443 +#: include/functions.inc:3401 #, fuzzy msgid "Cannot create sambaUnixIdPool entry!" msgstr "Utwórz nowy departament" -#: include/functions.inc:3451 +#: include/functions.inc:3409 msgid "sambaUnixIdPool is not unique!" msgstr "" -#: include/functions.inc:3463 -#: include/functions.inc:3467 +#: include/functions.inc:3421 include/functions.inc:3425 msgid "no ID available!" msgstr "Brak dostępnego ID!" -#: include/functions.inc:3491 -msgid "maximum tries exceeded!" +#: include/functions.inc:3449 +msgid "maximum number of tries exceeded!" msgstr "" -#: include/functions.inc:3551 +#: include/functions.inc:3509 #, fuzzy -msgid "Cannot allocate a free ID!" +msgid "Cannot allocate free ID!" msgstr "Zbyt wielu użytkowników, nie można nadać wolnego ID" -#: include/password-methods/class_password-methods.inc:250 +#: include/password-methods/class_password-methods.inc:277 msgid "Cannot find a suitable password method for the current hash!" msgstr "" @@ -5305,1262 +4790,2650 @@ msgid "Logging failed: %s" msgstr "Użytkownik bazy logowania" #: include/class_log.inc:102 -#, php-format -msgid "Invalid option '%s' specified!" +#, fuzzy, php-format +msgid "Invalid option %s specified!" msgstr "Podano nieprawidłową opcję '%s'!" #: include/class_log.inc:106 #, fuzzy -msgid "Specified objectType is empty or invalid!" +msgid "Specified 'objectType' is empty or invalid!" msgstr "Podana nazwa jest nieprawidłowa" -#: include/class_baseSelector.inc:160 -#: include/class_listing.inc:1009 -#: include/class_listing.inc:1011 -#: include/class_releaseSelector.inc:164 +#: include/class_baseSelector.inc:186 include/class_listing.inc:1050 +#: include/class_listing.inc:1052 include/class_releaseSelector.inc:187 msgid "Root" msgstr "Główny" -#: include/class_baseSelector.inc:207 -#: include/class_releaseSelector.inc:212 +#: include/class_baseSelector.inc:233 include/class_releaseSelector.inc:235 msgid "Submit" msgstr "Wyślij" -#: include/utils/class_timezone.inc:47 -#, php-format -msgid "The timezone setting '%s' in your gosa.conf is not valid. Cannot calculate correct timezone offset." +#: include/class_core.inc:114 +#, fuzzy +msgid "All objects" +msgstr "Przenieś obiekty" + +#: include/class_core.inc:132 +#, fuzzy +msgid "Traditional" +msgstr "Terminal" + +#: include/class_core.inc:132 +msgid "Use samba pool" msgstr "" -#: include/utils/class_msgPool.inc:16 -#, fuzzy, php-format -msgid "Select to list objects of type '%s'." -msgstr "Wybierz obiekty do dodania" +#: include/class_core.inc:164 include/class_core.inc:167 +#, fuzzy +msgid "hours" +msgstr "godzina" -#: include/utils/class_msgPool.inc:18 -#, fuzzy, php-format -msgid "Select to list objects containig '%s'." -msgstr "Zaznacz aby zobaczyć grupy zawierające użytkowników" +#: include/class_core.inc:176 +#, fuzzy +msgid "None" +msgstr "żaden" -#: include/utils/class_msgPool.inc:20 -#, fuzzy, php-format -msgid "Select to list objects that have '%s' enabled" -msgstr "Wybierz obiekty do dodania" +#: include/class_core.inc:192 +#, fuzzy +msgid "User value" +msgstr "Nazwa użytkownika" + +#: include/class_core.inc:201 +#, fuzzy +msgid "Core" +msgstr "Zamknij" -#: include/utils/class_msgPool.inc:22 -msgid "Select to search within subtrees" -msgstr "Zaznacz aby wyszukiwać wewnątrz poddrzew" +#: include/class_core.inc:202 +#, fuzzy +msgid "GOsa core plugin" +msgstr "Ustawienia główne GOsa" -#: include/utils/class_msgPool.inc:24 -#: include/class_filter.inc:444 -msgid "Search in subtrees" -msgstr "Szukaj wewnątrz poddrzew" +#: include/class_core.inc:230 +msgid "" +"The 'htaccessAuthentication' variable tells GOsa to use either htaccess " +"authentication or LDAP authentication. This can be used if you want to use i." +"e. kerberos to authenticate the users." +msgstr "" -#: include/utils/class_msgPool.inc:34 -msgid "This object will be deleted!" +#: include/class_core.inc:240 +msgid "" +"The 'logging' statement enables event logging on GOsa side. Setting it to " +"'true' GOsa will log every action a user performs via syslog. If you use " +"rsyslog and configure it to mysql logging, you can browse all events within " +"GOsa. GOsa will not log anything, if the logging value is empty or set to " +"'false'." msgstr "" -#: include/utils/class_msgPool.inc:36 -#, php-format -msgid "This '%s' object will be deleted!" +#: include/class_core.inc:251 +msgid "" +"The 'listSummary' statement determines whether a status bar will be shown on " +"the bottom of GOsa generated lists, displaying a short summary of type and " +"number of elements in the list." msgstr "" -#: include/utils/class_msgPool.inc:41 -#, php-format -msgid "This object will be deleted: %s" +#: include/class_core.inc:261 +msgid "" +"The 'passwordMinLength' statement determines whether a newly entered " +"password has to be of a minimum length." msgstr "" -#: include/utils/class_msgPool.inc:43 -#, php-format -msgid "This '%s' object will be deleted: %s" +#: include/class_core.inc:271 +msgid "" +"The 'passwordMinDiffer' statement determines whether a newly entered " +"password has to be checked to have at least n different characters." msgstr "" -#: include/utils/class_msgPool.inc:48 -msgid "This object will be deleted:" +#: include/class_core.inc:282 +msgid "" +"The 'passwordHook' can specify an external script to handle password " +"settings at some other location besides the LDAP." msgstr "" -#: include/utils/class_msgPool.inc:50 +#: include/class_core.inc:282 #, php-format -msgid "This '%s' object will be deleted:" +msgid "It will be called this way: %s" msgstr "" -#: include/utils/class_msgPool.inc:54 -#, php-format -msgid "These objects will be deleted: %s" +#: include/class_core.inc:292 +msgid "" +"The 'displayErrors' statement tells GOsa to show PHP errors in the upper " +"part of the screen. This should be disabled in productive deployments, " +"because there might be some important passwords arround." msgstr "" -#: include/utils/class_msgPool.inc:56 +#: include/class_core.inc:292 #, php-format -msgid "These '%s' objects will be deleted: %s" +msgid "The property '%s' may be interesting too." msgstr "" -#: include/utils/class_msgPool.inc:64 -#, fuzzy -msgid "You have no permission to delete this object!" -msgstr "Brak uprawnień do usunięcia tego departamentu." - -#: include/utils/class_msgPool.inc:68 -#: include/utils/class_msgPool.inc:72 -#, fuzzy -msgid "You have no permission to delete the object:" -msgstr "Brak uprawnień do usunięcia tego departamentu." +#: include/class_core.inc:302 +msgid "" +"The 'developmentMode' statement tells GOsa to show development related error " +"messages, for example messages about missing ACL configuration or classes. " +"Due to the fact that enabling this flag will result in a lot of false error " +"messages it should only be enabled while developing or debugging plugins!" +msgstr "" -#: include/utils/class_msgPool.inc:75 -#, fuzzy -msgid "You have no permission to delete these objects:" -msgstr "Brak uprawnień do usunięcia tego departamentu." +#: include/class_core.inc:313 +msgid "" +"The 'schemaCheck' statement enables or disables schema checking during " +"login. It is recommended to switch this on in order to let GOsa handle " +"object creation more efficient." +msgstr "" -#: include/utils/class_msgPool.inc:82 -#, fuzzy -msgid "You have no permission to create this object!" -msgstr "Brak uprawnień do usunięcia tego departamentu." +#: include/class_core.inc:323 +msgid "" +"The 'copyPaste' statement enables copy and paste for LDAP entries managed " +"with GOsa." +msgstr "" -#: include/utils/class_msgPool.inc:86 -#: include/utils/class_msgPool.inc:90 -#, fuzzy -msgid "You have no permission to create the object:" -msgstr "Brak uprawnień do usunięcia tego departamentu." +#: include/class_core.inc:333 +msgid "" +"The 'forceGlobals' statement enables PHP security checks to force " +"register_global settings to be switched off." +msgstr "" -#: include/utils/class_msgPool.inc:93 -#, fuzzy -msgid "You have no permission to create these objects:" -msgstr "Brak uprawnień do usunięcia tego departamentu." +#: include/class_core.inc:343 +msgid "" +"The 'forceSSL' statement enables PHP security checks to force encrypted " +"access to the web interface. GOsa will try to redirect to the same URL - " +"just with https://" +msgstr "" -#: include/utils/class_msgPool.inc:100 -#, fuzzy -msgid "You have no permission to modify this object!" -msgstr "Brak uprawnień do usunięcia grupy obiektowej." +#: include/class_core.inc:353 +msgid "" +"Logs information about triggered ldap operations, duration, filter, aso. " +"into syslog." +msgstr "" -#: include/utils/class_msgPool.inc:104 -#: include/utils/class_msgPool.inc:108 -#, fuzzy -msgid "You have no permission to modify the object:" -msgstr "Brak uprawnień do usunięcia grupy obiektowej." +#: include/class_core.inc:363 +msgid "" +"The 'ldapFollowReferrals' statement tells GOsa to follow LDAP referrals." +msgstr "" -#: include/utils/class_msgPool.inc:111 -#, fuzzy -msgid "You have no permission to modify these objects:" -msgstr "Brak uprawnień do usunięcia grupy obiektowej." +#: include/class_core.inc:373 +msgid "" +"The 'ldapFilterNestingLimit' statement can be used to speed up group " +"handling for groups with several hundreds of members. The default behaviour " +"is, that GOsa will resolv the memberUid values in a group to real names. To " +"achieve this, it writes a single filter to minimize searches. Some LDAP " +"servers (namely Sun DS) simply crash when the filter gets too big. You can " +"set a member limit, where GOsa will stop to do these lookups." +msgstr "" -#: include/utils/class_msgPool.inc:118 -#, fuzzy -msgid "You have no permission to view this object!" -msgstr "Brak uprawnień do usunięcia grupy obiektowej." +#: include/class_core.inc:383 +msgid "" +"The ldapSizelimit statement tells GOsa to retrieve the specified maximum " +"number of results. The user will get a warning, that not all entries " +"were shown." +msgstr "" -#: include/utils/class_msgPool.inc:122 -#: include/utils/class_msgPool.inc:126 -#, fuzzy -msgid "You have no permission to view the object:" -msgstr "Brak uprawnień do tworzenia telefonu w tym elemencie." +#: include/class_core.inc:393 +msgid "" +"Disables sizelimit checks, only the configured amount of results will be " +"shown!" +msgstr "" -#: include/utils/class_msgPool.inc:129 -#, fuzzy -msgid "You have no permission to view these objects:" -msgstr "Brak uprawnień do usunięcia grupy obiektowej." +#: include/class_core.inc:403 +msgid "" +"The 'warnSSL' statement enables PHP security checks to detect non encrypted " +"access to the web interface. GOsa will display a warning in this case." +msgstr "" -#: include/utils/class_msgPool.inc:136 -#, fuzzy -msgid "You have no permission to move this object!" -msgstr "Brak uprawnień do usunięcia grupy obiektowej." +#: include/class_core.inc:413 +msgid "The 'ppdGzip' variable enables PPD file compression." +msgstr "" -#: include/utils/class_msgPool.inc:140 -#: include/utils/class_msgPool.inc:144 -#, fuzzy -msgid "You have no permission to move the object:" -msgstr "Brak uprawnień do usunięcia grupy obiektowej." +#: include/class_core.inc:424 +msgid "" +"The 'ignoreAcl' value tells GOsa to ignore complete ACL sets for the given " +"DN. Add your DN here and you'll be able to restore accidently dropped ACLs." +msgstr "" -#: include/utils/class_msgPool.inc:147 -#, fuzzy -msgid "You have no permission to move these objects:" -msgstr "Brak uprawnień do usunięcia grupy obiektowej." +#: include/class_core.inc:435 +msgid "" +"The 'ppdPath' variable defines where to store PPD files for the GOto " +"environment plugins." +msgstr "" -#: include/utils/class_msgPool.inc:157 -#: include/utils/class_msgPool.inc:169 -#: include/utils/class_msgPool.inc:187 -msgid "Connection information" -msgstr "Informacje o połączeniu" +#: include/class_core.inc:445 +msgid "" +"The 'ldapMaxQueryTime' statement tells GOsa to stop LDAP actions if there is " +"no answer within the specified number of seconds." +msgstr "" -#: include/utils/class_msgPool.inc:159 -#, fuzzy, php-format -msgid "Cannot connect to %s database!" -msgstr "Nie można połączyć się z serwerem baz danych!" +#: include/class_core.inc:455 +msgid "" +"The 'storeFilterSettings' statement determines whether GOsa should store " +"filter and plugin settings inside of a cookie." +msgstr "" -#: include/utils/class_msgPool.inc:171 -#, fuzzy, php-format -msgid "Cannot select %s database!" -msgstr "Nie można wybrać bazy danych!" +#: include/class_core.inc:465 +msgid "" +"The 'sendCompressedOutput' statement determines whether PHP should send " +"compressed HTML pages to browsers or not. This may increase or decrease the " +"performance, depending on your network." +msgstr "" -#: include/utils/class_msgPool.inc:177 -#, php-format -msgid "No %s server defined!" +#: include/class_core.inc:476 +msgid "" +"The 'modificationDetectionAttribute' statement enables GOsa to check if a " +"entry currently being edited has been modified from someone else outside " +"GOsa in the meantime. It will display an informative dialog then. It can be " +"set to 'entryCSN' for OpenLDAP based systems or 'contextCSN' for Sun DS " +"based systems." msgstr "" -#: include/utils/class_msgPool.inc:189 -#, fuzzy, php-format -msgid "Cannot query %s database!" -msgstr "Nie można wybrać bazy danych!" +#: include/class_core.inc:487 +msgid "" +"The 'language' statement defines the default language used by GOsa. Normally " +"GOsa autodetects the language from the browser settings. If this is not " +"working or you want to force the language, just add the language code (i.e. " +"de for german) here." +msgstr "" -#: include/utils/class_msgPool.inc:195 -#, fuzzy, php-format -msgid "The field '%s' contains a reserved keyword!" -msgstr "Pole 'Fax' zawiera nieprawidłowy numer telefonu." +#: include/class_core.inc:498 +msgid "" +"The 'theme' statement defines what theme is used to display GOsa pages. You " +"can install some corporate identity like theme and/or modify certain " +"templates to fit your needs within themes. Take a look at the GOsa FAQ for " +"more information." +msgstr "" -#: include/utils/class_msgPool.inc:201 -#, fuzzy, php-format -msgid "Command specified as %s hook for plugin '%s' does not exist!" -msgstr "Polecenie '%s' podane jako CHECK dla dodatku '%s' nie istnieje." +#: include/class_core.inc:508 +msgid "" +"The 'sessionLifetime' value defines when a session will expire in seconds. " +"For Debian systems, this will not work because the sessions will be removed " +"by a cron job instead. Please modify the value inside of your php.ini " +"instead." +msgstr "" -#: include/utils/class_msgPool.inc:208 -#, fuzzy, php-format -msgid "'%s' command is invalid!" -msgstr "Podana nazwa jest nieprawidłowa" +#: include/class_core.inc:518 +msgid "" +"The 'templateCompileDirectory' statements defines the path, where the PHP " +"templating engins 'smarty' should store its compiled GOsa templates for " +"improved speed. This path needs to be writeable by the user your webserver " +"is running with." +msgstr "" -#: include/utils/class_msgPool.inc:210 +#: include/class_core.inc:528 #, php-format -msgid "'%s' command (%s) for plugin %s is invalid!" +msgid "" +"The 'debugLevel' value tells GOsa to display certain information on each " +"page load. Value is an AND combination of the following byte values: %s" msgstr "" -#: include/utils/class_msgPool.inc:212 +#: include/class_core.inc:548 #, php-format -msgid "'%s' command for plugin %s is invalid!" +msgid "" +"The 'sambaHashHook' statement contains an executable to generate samba hash " +"values. This is required for password synchronization, but not required if " +"you apply gosa-si services. If you don't have mkntpasswd from the samba " +"distribution installed, you can use perl to generate the hash: %s" msgstr "" -#: include/utils/class_msgPool.inc:214 -#, fuzzy, php-format -msgid "'%s' command (%s) is invalid!" -msgstr "Podana nazwa jest nieprawidłowa" - -#: include/utils/class_msgPool.inc:222 -#, fuzzy, php-format -msgid "Cannot execute '%s' command!" -msgstr "Nie można wybrać bazy danych!" +#: include/class_core.inc:559 +msgid "" +"The 'passwordDefaultHash' statement defines the default password hash to " +"choose for new accounts." +msgstr "" -#: include/utils/class_msgPool.inc:224 -#, php-format -msgid "Cannot execute '%s' command (%s) for plugin %s!" +#: include/class_core.inc:568 +msgid "" +"The 'strictPasswordRules' tells GOsa to check for UTF-8 characters in the " +"supplied password. These Characters can lead to non working authentications " +"if UTF-8 and none UTF-8 systems locales get mixed. The default is 'true'." msgstr "" -#: include/utils/class_msgPool.inc:226 -#, php-format -msgid "Cannot execute '%s' command for plugin %s!" +#: include/class_core.inc:579 +msgid "" +"The 'accountPrimaryAttribute' option tells GOsa how to create new accounts. " +"Possible values are 'uid' and 'cn'. In the first case GOsa creates uid style " +"DN entries: 'uid=superuser,ou=staff,dc=example,dc=net'. In the second case, " +"GOsa creates cn style DN entries: 'cn=Foo Bar,ou=staff,dc=example,dc=net'. " +"If you choose \"cn\" to be your 'accountPrimaryAttribute' you can decide " +"whether to include the personal title in your dn by selecting " +"'personalTitleInDN'." msgstr "" -#: include/utils/class_msgPool.inc:228 -#, fuzzy, php-format -msgid "Cannot execute '%s' command (%s)!" -msgstr "Nie można wybrać bazy danych!" +#: include/class_core.inc:589 +msgid "" +"The 'userRDN' statement defines the location where new accounts will be " +"created inside of defined departments. The default is 'ou=people'." +msgstr "" -#: include/utils/class_msgPool.inc:236 -#, fuzzy, php-format -msgid "Value for '%s' is too large!" -msgstr "Wartość podana jako 'UID' jest za mała." +#: include/class_core.inc:599 +msgid "" +"The 'groupsRDN' statement defines the location where new groups will be " +"created inside of defined departments. The default is 'ou=groups'." +msgstr "" -#: include/utils/class_msgPool.inc:238 -#, fuzzy, php-format -msgid "'%s' must be smaller than %s!" -msgstr "Wartość podana jako 'shadowMin' powinna być mniejsza niż 'shadowMax'." +#: include/class_core.inc:609 +msgid "" +"The 'gidNumberBase' statement defines where to start looking for a new free " +"group id. This should be synced with your 'adduser.conf' to avoid " +"overlapping gidNumber values between local and LDAP based lookups. The " +"gidNumberBase can even be dynamic. Take a look at the 'nextIdHook' " +"definition." +msgstr "" -#: include/utils/class_msgPool.inc:246 -#, php-format -msgid "Value for '%s' is too small!" -msgstr "Wartość dla '%s' jest za mała!" +#: include/class_core.inc:619 +msgid "" +"The 'baseIdHook' statement allows to hook into the id generation method " +"(traditional mode), to define the starting range for new generated ids" +msgstr "" -#: include/utils/class_msgPool.inc:248 -#, fuzzy, php-format -msgid "'%s' must be %d or above!" -msgstr "PHP musi być w wersji 4.1.0 lub wyższej z powodu używanych funkcji i błędów w języku PHP." +#: include/class_core.inc:629 include/class_core.inc:649 +msgid "" +"The 'uidNumberPoolMin/gidNumberPoolMin' statement defines the lowest " +"assignable user/group id for use with the 'idAllocationMethod = pool'." +msgstr "" -#: include/utils/class_msgPool.inc:255 -#, php-format -msgid "'%s' depends on '%s' - please provide both values!" +#: include/class_core.inc:639 include/class_core.inc:659 +msgid "" +"The 'uidNumberPoolMax/gidNumberPoolMax' statement defines the highest " +"assignable user/group id for use with the 'idAllocationMethod = pool'." msgstr "" -#: include/utils/class_msgPool.inc:261 -#, fuzzy, php-format -msgid "There is already an entry with this '%s' attribute in the system!" -msgstr "Już istnieje osoba z takim samym loginem w bazie." +#: include/class_core.inc:669 +msgid "" +"The 'uidNumberBase' statement defines where to start looking for a new free " +"user id. This should be synced with your 'adduser.conf' to avoid overlapping " +"uidNumber values between local and LDAP based lookups. The uidNumberBase can " +"even be dynamic. Take a look at the 'baseIdHook' definition." +msgstr "" -#: include/utils/class_msgPool.inc:267 -#, fuzzy, php-format -msgid "The required field '%s' is empty!" -msgstr "Wymagane pole 'Nazwa' jest puste." +#: include/class_core.inc:709 +msgid "" +"The 'gosaSupportURI' defines the major gosa-si server host and the password " +"for GOsa to connect to it. It can be used if you want to use i.e. kerberos " +"to authenticate the users. The format is: credentials@host:port" +msgstr "" -#: include/utils/class_msgPool.inc:275 -msgid "Example" -msgstr "Przykład" +#: include/class_core.inc:719 +msgid "" +"The 'gosaSupportTimeout' sets a connection timeout for all gosa-si actions. " +"See 'gosaSupportURI' for details." +msgstr "" -#: include/utils/class_msgPool.inc:295 -#, fuzzy, php-format -msgid "The Field '%s' contains invalid characters" -msgstr "Pole 'Nazwa' zawiera niedozwolone znaki." +#: include/class_core.inc:730 +msgid "" +"The 'loginAttribute' statement tells GOsa which LDAP attribute is used as " +"the login name during login. It can be set to 'uid', 'mail' or 'both'" +msgstr "" -#: include/utils/class_msgPool.inc:296 -#, php-format -msgid "'%s' is not allowed:" +#: include/class_core.inc:741 +msgid "" +"The 'timezone' statements defines the timezone used inside of GOsa to handle " +"date related tasks, such as password expiery, vacation messages, etc. The " +"'timezone' value should be a unix conform timezone value like in /etc/" +"timezone." msgstr "" -#: include/utils/class_msgPool.inc:296 -#, fuzzy, php-format -msgid "'%s' are not allowed!" -msgstr "Brak uprawnień do zmiay hasła" +#: include/class_core.inc:751 +msgid "" +"The 'honourUnitTags' statement enables checking of 'unitTag' attributes when " +"using administrative units. If this is set to 'true' GOsa can only see " +"objects inside the administrative unit a user is logged into." +msgstr "" -#: include/utils/class_msgPool.inc:299 -#, fuzzy, php-format -msgid "The Field '%s' contains invalid characters!" -msgstr "Pole 'Nazwa' zawiera niedozwolone znaki." +#: include/class_core.inc:761 +msgid "" +"The 'useSaslForKerberos' statement defines the way the kerberos realm is " +"stored in the #userPassword' attribute. Set it to 'true' in order to get " +"{sasl}user@REALM.NET, or to 'false' to get {kerberos}user@REALM.NET. The " +"latter is outdated, but may be needed from time to time." +msgstr "" -#: include/utils/class_msgPool.inc:306 -#, fuzzy, php-format -msgid "Missing %s PHP extension!" -msgstr "Rozszerzenie inwentarza" +#: include/class_core.inc:771 +msgid "" +"The 'rfc2307bis' statement enables rfc2307bis style groups in GOsa. You can " +"use 'member' attributes instead of memberUid in this case. To make it work " +"on unix systems, you've to adjust your NSS configuration to use rfc2307bis " +"style groups, too" +msgstr "" -#: include/utils/class_msgPool.inc:336 -#, php-format -msgid "Add %s" -msgstr "Dodaj %s" +#: include/class_core.inc:781 +msgid "" +"The 'personalTitleInDN' option tells GOsa to include the personal title in " +"user DNs when #accountPrimaryAttribute' is set to \"cn\"." +msgstr "" -#: include/utils/class_msgPool.inc:342 -#, php-format -msgid "Delete" -msgstr "Usuń" +#: include/class_core.inc:791 +msgid "" +"The 'nextIdHook' statement defines a script to be called for finding the " +"next free id for users or groups externaly. It gets called with the current " +"entry \"dn\" and the attribute to be ID'd. It should return an integer value." +msgstr "" -#: include/utils/class_msgPool.inc:342 -#, php-format -msgid "Delete %s" -msgstr "Usuń %s" +#: include/class_core.inc:801 +msgid "" +"The 'idGenerator' statement describes an automatic way to generate new user " +"ids. There are two basic functions supported - which can be combined: \n" +"\n" +" a) using attributes\n" +"\n" +" You can specify LDAP attributes (currently only sn and givenName) in\n" +" braces {} and add a percent sign befor it. Optionally you can strip it\n" +" down to a number of characters, specified in []. I.e.\n" +"\n" +" idGenerator=\"{%sn}-{%givenName[2-4]}\"\n" +"\n" +" will generate an ID using the full surename, adding a dash, and adding " +"at\n" +" least the first two characters of givenName. If this ID is used, it'll\n" +" use up to four characters. If no automatic generation is possible, a\n" +" input box is shown.\n" +"\n" +" b) using automatic id's\n" +"\n" +" I.e. specifying\n" +"\n" +" idGenerator=\"acct{id:3}\"\n" +"\n" +" will generate a three digits id with the next free entry appended to " +"\"acct\".\n" +"\n" +" idGenerator=\"acct{id!1}\"\n" +"\n" +" will generate a one digit id with the next free entry appended to \"acct" +"\" - if needed.\n" +"\n" +" idGenerator=\"ext{id#3}\"\n" +"\n" +" will generate a three digits random number appended to \"ext\".\n" +msgstr "" + +#: include/class_core.inc:841 +msgid "" +"The 'strictNamingRules' statement enables strict checking of uids and group " +"names. If you need characters like . or - inside of your accounts, set " +"this to 'false'." +msgstr "" -#: include/utils/class_msgPool.inc:348 -#, php-format -msgid "Set %s" -msgstr "Ustaw %s" +#: include/class_core.inc:851 +msgid "" +"The 'minId' statement defines the minimum assignable user or group id to " +"avoid security leaks with uid 0 accounts. This is used for the 'traditional' " +"method." +msgstr "" -#: include/utils/class_msgPool.inc:354 -#, php-format -msgid "Edit..." -msgstr "Edytuj..." +#: include/class_core.inc:862 +msgid "" +"The 'mailAttribute' statement determines which attribute GOsa will use to " +"create accounts. Valid values are 'mail' and 'uid'." +msgstr "" -#: include/utils/class_msgPool.inc:354 +#: include/class_core.inc:872 +msgid "" +"This attribute allows to override the prefix used to create shared folders." +msgstr "" + +#: include/class_core.inc:882 +msgid "" +"This attribute allows to override the user account creation syntax, see the " +"'mailFolderCreation' description for more details.\n" +"\n" +"Examples\n" +" mailUserCreation=\"%prefix%%uid%\" => \"user.foobar\"\n" +" mailUserCreation=\"my-prefix.%uid%%domain%\" => \"my-prefix.foobar@example." +"com\"\n" +msgstr "" + +#: include/class_core.inc:897 +msgid "" +"Every mail method has its own way to create mail accounts like 'share/" +"development' or 'shared.development@example.com' which is used to identify " +"the accounts, set quotas or add acls.\n" +"\n" +"To override the methods default account creation syntax, you can set the " +"'mailFolderCreation' option.\n" +"\n" +"Examples\n" +"\n" +" mailFolderCreation=\"%prefix%%cn%\" => \"shared.development\"\n" +" mailFolderCreation=\"my-prefix.%cn%%domain%\" => \"my-prefix." +"development@example.com\"\n" +"\n" +" %prefix% The methods default prefix. (Depends on cyrusUseSlashes=FALSE/" +"TRUE)\n" +" %cn% The groups/users cn.\n" +" %uid% The users uid.\n" +" %mail% The objects mail attribute.\n" +" %domain% The domain part of the objects mail attribute.\n" +" %mailpart% The user address part of the mail address.\n" +" %uattrib% Depends on mailAttribute=\"uid/mail\".\n" +msgstr "" + +#: include/class_core.inc:923 +msgid "" +"The 'imapTimeout' statement sets the connection timeout for imap actions." +msgstr "" + +#: include/class_core.inc:934 +msgid "" +"The 'mailMethod' statement tells GOsa which mail method the setup should use " +"to communicate with a possible mail server. Leave this undefined if your " +"mail method does not match the predefined ones." +msgstr "" + +#: include/class_core.inc:944 +msgid "" +"The 'cyrusUseSlashes' statement determines if GOsa should use \"foo/bar\" or " +"\"foo.bar\" namespaces in IMAP. Unix style is with slashes." +msgstr "" + +#: include/class_core.inc:954 +msgid "" +"The 'vacationTemplateDirectory' statement sets the path where GOsa will look " +"for vacation message templates. Default is /etc/gosa/vacation. \n" +"\n" +"Example template /etc/gosa/vacation/business.txt:\n" +"\n" +" DESC:Away from desk\n" +" Hi, I'm currently away from my desk. You can contact me on\n" +" my cell phone via %mobile.\n" +"\n" +" Greetings,\n" +" %givenName %sn\n" +"\n" +msgstr "" + +#: include/class_core.inc:975 +msgid "" +"The 'ldapTLS' statement enables or disables TLS operating on LDAP " +"connections." +msgstr "" + +#: include/class_core.inc:985 +msgid "" +"The 'honourIvbbAttributes' statement enables the IVBB mode inside of GOsa. " +"You need the ivbb.schema file from used by german authorities." +msgstr "" + +#: include/class_core.inc:995 +msgid "" +"The 'sambaIdMapping' statement tells GOsa to maintain sambaIdmapEntry " +"objects. Depending on your setup this can drastically improve the windows " +"login performance." +msgstr "" + +#: include/class_core.inc:1005 +msgid "" +"The 'handleExpiredAccounts' statement enables shadow attribute tests during " +"the login to the GOsa web interface and forces password renewal or account " +"lockout." +msgstr "" + +#: include/class_core.inc:1015 +msgid "" +"The 'sambaSID' statement defines a samba SID if not available inside of the " +"LDAP. You can retrieve the current sid by net getlocalsid." +msgstr "" + +#: include/class_core.inc:1025 +msgid "" +"The 'sambaRidBase' statement defines the base id to add to ordinary sid " +"calculations - if not available inside of the LDAP." +msgstr "" + +#: include/class_core.inc:1035 +msgid "" +"The 'enableSnapshots' statement enables a snapshot mechaism in GOsa. This " +"enables you to save certain states of entries and restore them later on." +msgstr "" + +#: include/class_core.inc:1045 +msgid "" +"The 'snapshotBase' statement defines the base where snapshots should be " +"stored inside of the LDAP." +msgstr "" + +#: include/class_core.inc:1055 +msgid "" +"The 'snapshotAdminDn' variable defines the user which is used to " +"authenticate when connecting to 'snapshotURI'." +msgstr "" + +#: include/class_core.inc:1065 +msgid "" +"The 'snapshotAdminPassword' variable defines the credentials which are used " +"in combination with 'snapshotAdminDn' and 'snapshotURI' in order to " +"authenticate." +msgstr "" + +#: include/class_core.inc:1076 +msgid "" +"The 'idAllocationMethod' statement defines how GOsa generates numeric user " +"and group id values. If it is set to 'traditional' GOsa will do create a " +"lock and perform a search for the next free ID. The lock will be removed " +"after the procedure completes. 'pool' will use the sambaUnixIdPool " +"objectclass settings inside your LDAP. This one is unsafe, because it does " +"not check for concurrent LDAP access and already used IDs in this range. On " +"the other hand it is much faster." +msgstr "" + +#: include/class_core.inc:1085 +msgid "" +"The 'snapshotURI' variable defines the LDAP URI for the server which is used " +"to do object snapshots." +msgstr "" + +#: include/utils/class_timezone.inc:47 +#, fuzzy, php-format +msgid "The configured timezone %s is not valid!" +msgstr "Nie można czytać pliku konfiguracji %s/%s. Kończę." + +#: include/utils/class_msgPool.inc:17 +msgid "This object will be deleted!" +msgstr "" + +#: include/utils/class_msgPool.inc:19 #, php-format -msgid "Edit %s..." -msgstr "Edytuj %s..." +msgid "This %s object will be deleted!" +msgstr "" -#: include/utils/class_msgPool.inc:360 -msgid "Back" -msgstr "Wróć" +#: include/utils/class_msgPool.inc:24 +#, php-format +msgid "This object will be deleted: %s" +msgstr "" + +#: include/utils/class_msgPool.inc:26 +#, php-format +msgid "This %s object will be deleted: %s" +msgstr "" + +#: include/utils/class_msgPool.inc:31 +msgid "This object will be deleted:" +msgstr "" + +#: include/utils/class_msgPool.inc:33 +#, php-format +msgid "This %s object will be deleted:" +msgstr "" + +#: include/utils/class_msgPool.inc:37 +#, php-format +msgid "These objects will be deleted: %s" +msgstr "" + +#: include/utils/class_msgPool.inc:39 +#, php-format +msgid "These %s objects will be deleted: %s" +msgstr "" + +#: include/utils/class_msgPool.inc:47 +#, fuzzy +msgid "You have no permission to delete this object!" +msgstr "Brak uprawnień do usunięcia tego departamentu." + +#: include/utils/class_msgPool.inc:51 include/utils/class_msgPool.inc:55 +#, fuzzy +msgid "You have no permission to delete the object:" +msgstr "Brak uprawnień do usunięcia tego departamentu." + +#: include/utils/class_msgPool.inc:58 +#, fuzzy +msgid "You have no permission to delete these objects:" +msgstr "Brak uprawnień do usunięcia tego departamentu." + +#: include/utils/class_msgPool.inc:65 +#, fuzzy +msgid "You have no permission to create this object!" +msgstr "Brak uprawnień do usunięcia tego departamentu." + +#: include/utils/class_msgPool.inc:69 include/utils/class_msgPool.inc:73 +#, fuzzy +msgid "You have no permission to create the object:" +msgstr "Brak uprawnień do usunięcia tego departamentu." + +#: include/utils/class_msgPool.inc:76 +#, fuzzy +msgid "You have no permission to create these objects:" +msgstr "Brak uprawnień do usunięcia tego departamentu." + +#: include/utils/class_msgPool.inc:83 +#, fuzzy +msgid "You have no permission to modify this object!" +msgstr "Brak uprawnień do usunięcia grupy obiektowej." + +#: include/utils/class_msgPool.inc:87 include/utils/class_msgPool.inc:91 +#, fuzzy +msgid "You have no permission to modify the object:" +msgstr "Brak uprawnień do usunięcia grupy obiektowej." + +#: include/utils/class_msgPool.inc:94 +#, fuzzy +msgid "You have no permission to modify these objects:" +msgstr "Brak uprawnień do usunięcia grupy obiektowej." + +#: include/utils/class_msgPool.inc:101 +#, fuzzy +msgid "You have no permission to view this object!" +msgstr "Brak uprawnień do usunięcia grupy obiektowej." + +#: include/utils/class_msgPool.inc:105 include/utils/class_msgPool.inc:109 +#, fuzzy +msgid "You have no permission to view the object:" +msgstr "Brak uprawnień do tworzenia telefonu w tym elemencie." + +#: include/utils/class_msgPool.inc:112 +#, fuzzy +msgid "You have no permission to view these objects:" +msgstr "Brak uprawnień do usunięcia grupy obiektowej." + +#: include/utils/class_msgPool.inc:119 +#, fuzzy +msgid "You have no permission to move this object!" +msgstr "Brak uprawnień do usunięcia grupy obiektowej." + +#: include/utils/class_msgPool.inc:123 include/utils/class_msgPool.inc:127 +#, fuzzy +msgid "You have no permission to move the object:" +msgstr "Brak uprawnień do usunięcia grupy obiektowej." + +#: include/utils/class_msgPool.inc:130 +#, fuzzy +msgid "You have no permission to move these objects:" +msgstr "Brak uprawnień do usunięcia grupy obiektowej." + +#: include/utils/class_msgPool.inc:140 include/utils/class_msgPool.inc:152 +#: include/utils/class_msgPool.inc:170 +msgid "Connection information" +msgstr "Informacje o połączeniu" -#: include/utils/class_msgPool.inc:380 +#: include/utils/class_msgPool.inc:142 #, fuzzy, php-format -msgid "This account has no valid %s extensions!" -msgstr "To konto nie posiada poprawnych rozszerzeń GOsa." +msgid "Cannot connect to %s database!" +msgstr "Nie można połączyć się z serwerem baz danych!" -#: include/utils/class_msgPool.inc:386 +#: include/utils/class_msgPool.inc:154 #, fuzzy, php-format -msgid "This account has %s settings enabled. You can disable them by clicking below." -msgstr "To konto posiada rozszerzenia posix. Można je wyłączyć klikająć poniżej." +msgid "Cannot select %s database!" +msgstr "Nie można wybrać bazy danych!" + +#: include/utils/class_msgPool.inc:160 +#, php-format +msgid "No %s server defined!" +msgstr "" -#: include/utils/class_msgPool.inc:389 -#: include/utils/class_msgPool.inc:396 +#: include/utils/class_msgPool.inc:172 #, fuzzy, php-format -msgid "This account has %s settings enabled. To disable them, you'll need to remove the %s settings first!" -msgstr "To konto posiada rozszerzenia unix, Aby je wyłączyć należy najpierw usunąć konto Samba/Środowisko." +msgid "Cannot query %s database!" +msgstr "Nie można wybrać bazy danych!" -#: include/utils/class_msgPool.inc:405 +#: include/utils/class_msgPool.inc:178 #, fuzzy, php-format -msgid "This account has %s settings disabled. You can enable them by clicking below." -msgstr "To konto nie posiada rozszerzenia posix. Można je włączyć klikająć poniżej." +msgid "The field %s contains a reserved keyword!" +msgstr "Pole 'Fax' zawiera nieprawidłowy numer telefonu." -#: include/utils/class_msgPool.inc:408 -#: include/utils/class_msgPool.inc:415 +#: include/utils/class_msgPool.inc:184 #, fuzzy, php-format -msgid "This account has %s settings disabled. To enable them, you'll need to add the %s settings first!" -msgstr "To konto posiada rozszerzenia unix, Aby je wyłączyć należy najpierw usunąć konto Samba/Środowisko." +msgid "Command specified as %s hook for plugin %s does not exist!" +msgstr "Polecenie '%s' podane jako CHECK dla dodatku '%s' nie istnieje." -#: include/utils/class_msgPool.inc:423 +#: include/utils/class_msgPool.inc:191 #, fuzzy, php-format -msgid "Add %s settings" -msgstr "Ustawienia Aplikacji" +msgid "%s command is invalid!" +msgstr "Podana nazwa jest nieprawidłowa" -#: include/utils/class_msgPool.inc:429 +#: include/utils/class_msgPool.inc:193 #, fuzzy, php-format -msgid "Remove %s settings" -msgstr "Ustawienia Posix" +msgid "%s command (%s) for plugin %s is invalid!" +msgstr "Podana nazwa jest nieprawidłowa" -#: include/utils/class_msgPool.inc:435 -msgid "Click the 'Edit' button below to change informations in this dialog" -msgstr "Kliknij przycisk 'Edytuj' poniżej, aby zmienić informacje w tym oknie" +#: include/utils/class_msgPool.inc:195 +#, fuzzy, php-format +msgid "%s command for plugin %s is invalid!" +msgstr "Podana nazwa jest nieprawidłowa" -#: include/utils/class_msgPool.inc:441 -msgid "January" -msgstr "Styczeń" +#: include/utils/class_msgPool.inc:197 +#, fuzzy, php-format +msgid "%s command (%s) is invalid!" +msgstr "Podana nazwa jest nieprawidłowa" -#: include/utils/class_msgPool.inc:441 -msgid "February" -msgstr "Luty" +#: include/utils/class_msgPool.inc:205 +#, fuzzy, php-format +msgid "Cannot execute %s command!" +msgstr "Nie można wybrać bazy danych!" -#: include/utils/class_msgPool.inc:441 -msgid "March" -msgstr "Marzec" +#: include/utils/class_msgPool.inc:207 +#, fuzzy, php-format +msgid "Cannot execute %s command (%s) for plugin %s!" +msgstr "Nie można wybrać bazy danych!" -#: include/utils/class_msgPool.inc:441 -msgid "April" -msgstr "Kwiecień" +#: include/utils/class_msgPool.inc:209 +#, fuzzy, php-format +msgid "Cannot execute %s command for plugin %s!" +msgstr "Nie można wybrać bazy danych!" -#: include/utils/class_msgPool.inc:442 -msgid "May" -msgstr "Maj" +#: include/utils/class_msgPool.inc:211 +#, fuzzy, php-format +msgid "Cannot execute %s command (%s)!" +msgstr "Nie można wybrać bazy danych!" -#: include/utils/class_msgPool.inc:442 -msgid "June" -msgstr "Czerwiec" +#: include/utils/class_msgPool.inc:219 +#, fuzzy, php-format +msgid "Value for %s is too large!" +msgstr "Wartość podana jako 'UID' jest za mała." -#: include/utils/class_msgPool.inc:442 -msgid "July" -msgstr "Lipiec" +#: include/utils/class_msgPool.inc:221 +#, fuzzy, php-format +msgid "%s must be smaller than %s!" +msgstr "Wartość podana jako 'shadowMin' powinna być mniejsza niż 'shadowMax'." -#: include/utils/class_msgPool.inc:442 -msgid "August" -msgstr "Sierpień" +#: include/utils/class_msgPool.inc:229 +#, fuzzy, php-format +msgid "Value for %s is too small!" +msgstr "Wartość dla '%s' jest za mała!" -#: include/utils/class_msgPool.inc:442 -msgid "September" -msgstr "Wrzesień" +#: include/utils/class_msgPool.inc:231 +#, fuzzy, php-format +msgid "%s must be %s or above!" +msgstr "" +"PHP musi być w wersji 4.1.0 lub wyższej z powodu używanych funkcji i błędów " +"w języku PHP." -#: include/utils/class_msgPool.inc:443 -msgid "October" -msgstr "Październik" +#: include/utils/class_msgPool.inc:238 +#, php-format +msgid "%s depends on %s - please provide both values!" +msgstr "" -#: include/utils/class_msgPool.inc:443 -msgid "November" -msgstr "Listopad" +#: include/utils/class_msgPool.inc:244 +#, fuzzy, php-format +msgid "There is already an entry with this %s attribute in the system!" +msgstr "Już istnieje osoba z takim samym loginem w bazie." -#: include/utils/class_msgPool.inc:443 -msgid "December" -msgstr "Grudzień" +#: include/utils/class_msgPool.inc:250 +#, fuzzy, php-format +msgid "The required field %s is empty!" +msgstr "Wymagane pole 'Nazwa' jest puste." -#: include/utils/class_msgPool.inc:449 -msgid "Sunday" -msgstr "Niedziela" +#: include/utils/class_msgPool.inc:258 +msgid "Example" +msgstr "Przykład" -#: include/utils/class_msgPool.inc:449 -msgid "Monday" -msgstr "Poniedziałek" +#: include/utils/class_msgPool.inc:278 +#, fuzzy, php-format +msgid "The Field %s contains invalid characters" +msgstr "Pole 'Nazwa' zawiera niedozwolone znaki." -#: include/utils/class_msgPool.inc:449 -msgid "Tuesday" -msgstr "" +#: include/utils/class_msgPool.inc:279 +#, fuzzy, php-format +msgid "%s is not allowed:" +msgstr "Brak uprawnień do zmiay hasła" -#: include/utils/class_msgPool.inc:449 -msgid "Wednesday" -msgstr "Środa" +#: include/utils/class_msgPool.inc:279 +#, fuzzy, php-format +msgid "%s are not allowed!" +msgstr "Brak uprawnień do zmiay hasła" -#: include/utils/class_msgPool.inc:449 -msgid "Thursday" -msgstr "" +#: include/utils/class_msgPool.inc:282 +#, fuzzy, php-format +msgid "The Field %s contains invalid characters!" +msgstr "Pole 'Nazwa' zawiera niedozwolone znaki." -#: include/utils/class_msgPool.inc:449 -msgid "Friday" -msgstr "Piątek" +#: include/utils/class_msgPool.inc:289 +#, fuzzy, php-format +msgid "Missing %s PHP extension!" +msgstr "Rozszerzenie inwentarza" -#: include/utils/class_msgPool.inc:449 -msgid "Saturday" -msgstr "Sobota" +#: include/utils/class_msgPool.inc:319 +#, php-format +msgid "Add %s" +msgstr "Dodaj %s" -#: include/utils/class_msgPool.inc:456 -msgid "MySQL operation failed!" -msgstr "Zapytanie MySQL nieudane!" +#: include/utils/class_msgPool.inc:325 +#, php-format +msgid "Delete" +msgstr "Usuń" + +#: include/utils/class_msgPool.inc:325 +#, php-format +msgid "Delete %s" +msgstr "Usuń %s" + +#: include/utils/class_msgPool.inc:331 +#, php-format +msgid "Set %s" +msgstr "Ustaw %s" + +#: include/utils/class_msgPool.inc:337 +#, php-format +msgid "Edit..." +msgstr "Edytuj..." + +#: include/utils/class_msgPool.inc:337 +#, php-format +msgid "Edit %s..." +msgstr "Edytuj %s..." + +#: include/utils/class_msgPool.inc:343 +msgid "Back" +msgstr "Wróć" + +#: include/utils/class_msgPool.inc:363 +#, fuzzy, php-format +msgid "This account has no valid %s extensions!" +msgstr "To konto nie posiada poprawnych rozszerzeń GOsa." + +#: include/utils/class_msgPool.inc:369 +#, fuzzy, php-format +msgid "" +"This account has %s settings enabled. You can disable them by clicking below." +msgstr "" +"To konto posiada rozszerzenia posix. Można je wyłączyć klikająć poniżej." + +#: include/utils/class_msgPool.inc:372 include/utils/class_msgPool.inc:379 +#, fuzzy, php-format +msgid "" +"This account has %s settings enabled. To disable them, you'll need to remove " +"the %s settings first!" +msgstr "" +"To konto posiada rozszerzenia unix, Aby je wyłączyć należy najpierw usunąć " +"konto Samba/Środowisko." + +#: include/utils/class_msgPool.inc:388 +#, fuzzy, php-format +msgid "" +"This account has %s settings disabled. You can enable them by clicking below." +msgstr "" +"To konto nie posiada rozszerzenia posix. Można je włączyć klikająć poniżej." + +#: include/utils/class_msgPool.inc:391 include/utils/class_msgPool.inc:398 +#, fuzzy, php-format +msgid "" +"This account has %s settings disabled. To enable them, you'll need to add " +"the %s settings first!" +msgstr "" +"To konto posiada rozszerzenia unix, Aby je wyłączyć należy najpierw usunąć " +"konto Samba/Środowisko." + +#: include/utils/class_msgPool.inc:406 +#, fuzzy, php-format +msgid "Add %s settings" +msgstr "Ustawienia Aplikacji" + +#: include/utils/class_msgPool.inc:412 +#, fuzzy, php-format +msgid "Remove %s settings" +msgstr "Ustawienia Posix" + +#: include/utils/class_msgPool.inc:418 +msgid "Click the 'Edit' button below to change informations in this dialog" +msgstr "Kliknij przycisk 'Edytuj' poniżej, aby zmienić informacje w tym oknie" + +#: include/utils/class_msgPool.inc:424 +msgid "January" +msgstr "Styczeń" + +#: include/utils/class_msgPool.inc:424 +msgid "February" +msgstr "Luty" + +#: include/utils/class_msgPool.inc:424 +msgid "March" +msgstr "Marzec" + +#: include/utils/class_msgPool.inc:424 +msgid "April" +msgstr "Kwiecień" + +#: include/utils/class_msgPool.inc:425 +msgid "May" +msgstr "Maj" + +#: include/utils/class_msgPool.inc:425 +msgid "June" +msgstr "Czerwiec" + +#: include/utils/class_msgPool.inc:425 +msgid "July" +msgstr "Lipiec" + +#: include/utils/class_msgPool.inc:425 +msgid "August" +msgstr "Sierpień" + +#: include/utils/class_msgPool.inc:425 +msgid "September" +msgstr "Wrzesień" + +#: include/utils/class_msgPool.inc:426 +msgid "October" +msgstr "Październik" + +#: include/utils/class_msgPool.inc:426 +msgid "November" +msgstr "Listopad" + +#: include/utils/class_msgPool.inc:426 +msgid "December" +msgstr "Grudzień" + +#: include/utils/class_msgPool.inc:432 +msgid "Sunday" +msgstr "Niedziela" + +#: include/utils/class_msgPool.inc:432 +msgid "Monday" +msgstr "Poniedziałek" + +#: include/utils/class_msgPool.inc:432 +msgid "Tuesday" +msgstr "" + +#: include/utils/class_msgPool.inc:432 +msgid "Wednesday" +msgstr "Środa" + +#: include/utils/class_msgPool.inc:432 +msgid "Thursday" +msgstr "" + +#: include/utils/class_msgPool.inc:432 +msgid "Friday" +msgstr "Piątek" + +#: include/utils/class_msgPool.inc:432 +msgid "Saturday" +msgstr "Sobota" + +#: include/utils/class_msgPool.inc:439 +msgid "MySQL operation failed!" +msgstr "Zapytanie MySQL nieudane!" + +#: include/utils/class_msgPool.inc:447 +#, fuzzy +msgid "read operation" +msgstr "Opcje poczty" + +#: include/utils/class_msgPool.inc:447 +msgid "add operation" +msgstr "dodaj operację" + +#: include/utils/class_msgPool.inc:447 +#, fuzzy +msgid "modify operation" +msgstr "Informacje osobiste" + +#: include/utils/class_msgPool.inc:448 +#, fuzzy +msgid "delete operation" +msgstr "Wybierz aby zobaczyc stacje robocze" + +#: include/utils/class_msgPool.inc:448 +#, fuzzy +msgid "search operation" +msgstr "Konto wygasa po" + +#: include/utils/class_msgPool.inc:448 +msgid "authentication" +msgstr "autentykacja" + +#: include/utils/class_msgPool.inc:451 +#, fuzzy, php-format +msgid "LDAP %s failed!" +msgstr "Zapytanie do bazy danych nieudane" + +#: include/utils/class_msgPool.inc:453 +#, fuzzy +msgid "LDAP operation failed!" +msgstr "Zapytanie do bazy danych nieudane" + +#: include/utils/class_msgPool.inc:468 +#, fuzzy +msgid "Upload failed!" +msgstr "Logowanie użytkownika nieudane, odpowiedź serwera LDAP '%s'." + +#: include/utils/class_msgPool.inc:471 +#, fuzzy, php-format +msgid "Upload failed: %s" +msgstr "Użytkownik bazy logowania" + +#: include/utils/class_msgPool.inc:478 +msgid "Communication failure with the infrastructure service!" +msgstr "Błąd komunikacji z usługą infrastruktury!" + +#: include/utils/class_msgPool.inc:480 +#, php-format +msgid "Communication failure with the infrastructure service: %s" +msgstr "Błąd komunikacji z usługą infrastruktury: %s" + +#: include/utils/class_msgPool.inc:487 +#, fuzzy +msgid "Communication failure with the GOSA-NG service!" +msgstr "Błąd komunikacji z usługą infrastruktury!" + +#: include/utils/class_msgPool.inc:489 +#, fuzzy, php-format +msgid "Communication failure with the GOSA-NG service: %s" +msgstr "Błąd komunikacji z usługą infrastruktury: %s" + +#: include/utils/class_msgPool.inc:496 include/utils/class_msgPool.inc:499 +#, fuzzy, php-format +msgid "This %s is still in use by this object: %s" +msgstr "Zawiera ustawienia dla tych obiektów: %s" + +#: include/utils/class_msgPool.inc:502 +#, fuzzy, php-format +msgid "This %s is still in use." +msgstr "Zawiera ustawienia dla tych obiektów: %s" + +#: include/utils/class_msgPool.inc:504 +#, fuzzy, php-format +msgid "This %s is still in use by these objects: %s" +msgstr "Zawiera ustawienia dla tych obiektów: %s" + +#: include/utils/class_msgPool.inc:510 +#, fuzzy, php-format +msgid "File %s does not exist!" +msgstr "Plik '%s' nie istnieje!" + +#: include/utils/class_msgPool.inc:516 +#, fuzzy, php-format +msgid "Cannot open file %s for reading!" +msgstr "Nie można otworzyć pliku '%s' do odczytu!" + +#: include/utils/class_msgPool.inc:522 +#, fuzzy, php-format +msgid "Cannot open file %s for writing!" +msgstr "Nie można otworzyć pliku '%s' do zapisu!" + +#: include/utils/class_msgPool.inc:528 +#, fuzzy, php-format +msgid "" +"The value for %s is currently unconfigured or invalid, please check your " +"configuration file!" +msgstr "" +"OpenGroupware: Nie można połączyć się z bazą. Proszę sprawdzić podane " +"parametry konfiguracji." + +#: include/utils/class_msgPool.inc:534 +#, fuzzy, php-format +msgid "Cannot delete file %s!" +msgstr "Nie można usunąć pliku '%s'." + +#: include/utils/class_msgPool.inc:540 +#, fuzzy, php-format +msgid "Cannot create folder %s!" +msgstr "Nie można utworzyć folderu '%s'!" + +#: include/utils/class_msgPool.inc:546 +#, fuzzy, php-format +msgid "Cannot delete folder %s!" +msgstr "Nie można usunąć folderu '%s'!" + +#: include/utils/class_msgPool.inc:552 +#, php-format +msgid "Checking for %s support" +msgstr "Sprawdzam wsparcie dla %s" + +#: include/utils/class_msgPool.inc:558 +#, php-format +msgid "Install and activate the %s PHP module." +msgstr "" + +#: include/utils/class_msgPool.inc:564 +#, php-format +msgid "" +"Cannot initialize class %s! Maybe there is a plugin missing in your gosa " +"setup?" +msgstr "" + +#: include/utils/class_msgPool.inc:570 +msgid "" +"The supplied base is not valid and has been reset to its previous value!" +msgstr "" + +#: include/utils/class_xml.inc:51 +msgid "XML error" +msgstr "Błąd XML" + +#: include/class_certificate.inc:73 +msgid "Certificate is empty!" +msgstr "Certyfikat jest pusty!" + +#: include/class_certificate.inc:100 +msgid "Cannot load certificate: only PEM and DER are supported!" +msgstr "" + +#: include/class_certificate.inc:115 +#, fuzzy +msgid "Cannot extract information for non PEM certificates!" +msgstr "Nie można pobrać informacji o quota dla '%s'." + +#: include/class_certificate.inc:219 +msgid "No valid certificate loaded!" +msgstr "Nie załadowano prawidłowego certyfikatu!" + +#: include/functions_helpviewer.inc:45 +#, fuzzy, php-format +msgid "XML error in guide.xml: %s at line %s" +msgstr "Błąd XML w guide.xml: %s w linii %d" + +#: include/functions_helpviewer.inc:88 +msgid "No help available for this plugin." +msgstr "Pomoc nie jest dostępna dla tego dodatku." + +#: include/functions_helpviewer.inc:97 html/helpviewer.php:193 +msgid "previous" +msgstr "poprzednie" + +#: include/functions_helpviewer.inc:101 html/helpviewer.php:197 +msgid "next" +msgstr "następne" + +#: include/functions_helpviewer.inc:388 +#, php-format +msgid "%s results for your search with the keyword %s" +msgstr "%s wyników zapytania ze słowem %s" + +#: include/functions_helpviewer.inc:461 +#, php-format +msgid "%s%% hit rate in file %s" +msgstr "%s%% trafień w pliku %s" + +#: include/class_filter.inc:226 +msgid "Search filter" +msgstr "Filtr wyszukiwania" + +#: include/class_filter.inc:444 +msgid "Search in subtrees" +msgstr "Szukaj wewnątrz poddrzew" + +#: include/class_filter.inc:449 +msgid "Edit filters" +msgstr "Edytuj filtry" + +#: include/class_SnapshotHandler.inc:45 include/class_SnapshotHandler.inc:76 +#, fuzzy, php-format +msgid "" +"The snapshot functionality is enabled but the required variable %s is not " +"set!" +msgstr "" +"Funkcjonalność snapshot jest włączona, lecz wymagana zmienna '%s' nie jest " +"skonfigurowana w gosa.conf." + +#: include/class_SnapshotHandler.inc:58 +#, fuzzy, php-format +msgid "" +"The snapshot functionality is enabled but the required PHP compression " +"module is missing: %s!" +msgstr "" +"Funkcjonalność snapshot jest włączona, lecz wymagana zmienna '%s' nie jest " +"skonfigurowana w gosa.conf." + +#: include/class_userFilterEditor.inc:251 +#, php-format +msgid "Error in filter #%s: %s opening and %s closing brackets detected!" +msgstr "" + +#: include/class_acl.inc:28 +#, fuzzy +msgid "Manage access control lists" +msgstr "Kontrola dostępu" + +#: include/class_acl.inc:125 include/class_acl.inc:609 +#: include/class_acl.inc:1025 +#, php-format +msgid "All users" +msgstr "Wszyscy użytkownicy" + +#: include/class_acl.inc:252 +msgid "Section" +msgstr "Sekcja" + +#: include/class_acl.inc:262 +#, fuzzy +msgid "Used" +msgstr "Użyj" + +#: include/class_acl.inc:570 +#, fuzzy +msgid "No ACL settings for this category!" +msgstr "Brak ustawień ACL w tej kategorii" + +#: include/class_acl.inc:573 +#, php-format +msgid "ACLs for: %s" +msgstr "" + +#: include/class_acl.inc:579 include/class_acl.inc:583 +msgid "category ACL" +msgstr "Kategoria ACL" + +#: include/class_acl.inc:635 +#, fuzzy, php-format +msgid "Edit ACL for '%s' with scope '%s'" +msgstr "Edytuj ACL dla '%s', zakres to '%s'" + +#: include/class_acl.inc:797 include/class_acl.inc:804 +#, fuzzy +msgid "Show/hide advanced settings" +msgstr "Zaawansowane ustawienia telefonu" + +#: include/class_acl.inc:815 +msgid "Create objects" +msgstr "Utwórz obiekty" + +#: include/class_acl.inc:816 +msgid "Move objects" +msgstr "Przenieś obiekty" + +#: include/class_acl.inc:817 +msgid "Remove objects" +msgstr "Usuń obiekty" + +#: include/class_acl.inc:828 +#, fuzzy +msgid "Complete object" +msgstr "Utwórz obiekty" + +#: include/class_acl.inc:976 +#, fuzzy, php-format +msgid "Unkown ACL type '%s'!" +msgstr "Nieznany wpis '%s'!" + +#: include/class_acl.inc:1021 +#, php-format +msgid "Unknown entry '%s'!" +msgstr "Nieznany wpis '%s'!" + +#: include/class_acl.inc:1085 include/class_acl.inc:1087 +#, fuzzy, php-format +msgid "ACL role: %s" +msgstr "ACLe" + +#: include/class_acl.inc:1087 +#, fuzzy +msgid "unknown ACL role" +msgstr "! nieznane id" + +#: include/class_acl.inc:1095 +#, php-format +msgid "Contains settings for these objects: %s" +msgstr "Zawiera ustawienia dla tych obiektów: %s" + +#: include/class_acl.inc:1112 +msgid "inactive" +msgstr "nieaktywne" + +#: include/class_acl.inc:1112 +msgid "No members" +msgstr "Brak członków" + +#: include/class_acl.inc:1283 +#, fuzzy +msgid "Access control list" +msgstr "Kontrola dostępu" + +#: include/class_acl.inc:1289 +#, fuzzy +msgid "ACL roles" +msgstr "ACLe" + +#: include/class_acl.inc:1292 +#, fuzzy +msgid "ACL Entries" +msgstr "Profil FAI" + +#: include/class_tabs.inc:57 +#, fuzzy, php-format +msgid "No plugin definition for %s found: please check the configuration file!" +msgstr "" +"OpenGroupware: Nie można połączyć się z bazą. Proszę sprawdzić podane " +"parametry konfiguracji." + +#: include/class_tabs.inc:249 +#, fuzzy, php-format +msgid "Delete process has been canceled by plugin %s: %s" +msgstr "Proces usuwania został anulowany przez dodatek '%s': %s" + +#: include/class_tabs.inc:387 +msgid "References" +msgstr "Zależności" + +#: include/class_listing.inc:319 +msgid "Select all" +msgstr "Wybierz wszystko" + +#: include/class_listing.inc:578 +msgid "created by" +msgstr "utworzone przez" + +#: include/class_listing.inc:1057 include/class_listing.inc:1059 +msgid "Go to preceding level" +msgstr "" + +#: include/class_listing.inc:1065 include/class_listing.inc:1067 +msgid "Go to current users level" +msgstr "" + +#: include/class_listing.inc:1072 +msgid "Reload list" +msgstr "Przeładuj listę" + +#: include/class_listing.inc:1444 +msgid "Copy" +msgstr "Kopiuj" + +#: include/class_listing.inc:1450 +msgid "Cut" +msgstr "Wytnij" + +#: include/class_listing.inc:1483 +msgid "Cut this entry" +msgstr "Wytnij ten obiekt" + +#: include/class_listing.inc:1492 +msgid "Copy this entry" +msgstr "Kopiuj ten obiekt" + +#: include/class_listing.inc:1524 include/class_listing.inc:1526 +msgid "Restore snapshots" +msgstr "Odtwórz snapshoty" + +#: include/class_listing.inc:1540 +#, fuzzy +msgid "Export list" +msgstr "Export" + +#: include/class_listing.inc:1574 include/class_SnapShotDialog.inc:141 +msgid "Restore snapshot" +msgstr "Odtwórz snapshot" + +#: include/class_listing.inc:1582 +#, fuzzy +msgid "Create new snapshot for this object" +msgstr "Utwórz nowy snapshot z tego obiektu" + +#: include/class_configRegistry.inc:188 +#, php-format +msgid "%s has version %s but %s is required!" +msgstr "" + +#: include/class_configRegistry.inc:243 +msgid "" +"Plugins that require one or more of the object classes above will be " +"disabled until the object classes get updated." +msgstr "" + +#: include/class_configRegistry.inc:245 +#, fuzzy +msgid "Schema validation error" +msgstr "Błąd autentykacji" + +#: include/class_configRegistry.inc:656 +#, php-format +msgid "" +"The value '%s' specified for '%s:%s' is invalid. A bool value is required " +"here!" +msgstr "" + +#: include/class_configRegistry.inc:671 +#, php-format +msgid "" +"The value '%s' specified for '%s:%s' is invalid. A string value is required " +"here!" +msgstr "" + +#: include/class_configRegistry.inc:686 +#, php-format +msgid "" +"The value '%s' specified for '%s:%s' is invalid. A numeric value is required " +"here!" +msgstr "" + +#: include/class_configRegistry.inc:701 +#, php-format +msgid "The path '%s' specified for '%s:%s' is invalid!" +msgstr "" + +#: include/class_configRegistry.inc:717 include/class_configRegistry.inc:739 +#, fuzzy, php-format +msgid "The folder '%s' specified for '%s:%s' does not exists!" +msgstr "Polecenie '%s' podane jako CHECK dla dodatku '%s' nie istnieje." + +#: include/class_configRegistry.inc:722 +#, php-format +msgid "The folder '%s' specified for '%s:%s' cannot be used for reading!" +msgstr "" + +#: include/class_configRegistry.inc:744 +#, php-format +msgid "The folder '%s' specified for '%s:%s' cannot be used for writing!" +msgstr "" + +#: include/class_configRegistry.inc:762 +#, fuzzy, php-format +msgid "The file '%s' specified for '%s:%s' does not exists!" +msgstr "Polecenie '%s' podane jako CHECK dla dodatku '%s' nie istnieje." + +#: include/class_configRegistry.inc:767 +#, php-format +msgid "The file '%s' specified for '%s:%s' cannot be read!" +msgstr "" + +#: include/class_configRegistry.inc:783 +#, php-format +msgid "The command '%s' specified for '%s:%s' is invalid!" +msgstr "" + +#: include/class_configRegistry.inc:798 +#, fuzzy, php-format +msgid "The dn '%s' specified for '%s:%s' is invalid!" +msgstr "Wartość podana jako 'UID' jest nieprawidłowa." + +#: include/class_configRegistry.inc:813 +#, php-format +msgid "The rdn '%s' specified for '%s:%s' is invalid!" +msgstr "" + +#: include/class_SnapShotDialog.inc:55 +msgid "Date" +msgstr "Data" + +#: include/class_SnapShotDialog.inc:93 +#, fuzzy, php-format +msgid "You are about to delete the snapshot %s." +msgstr "Zamierzasz usunąć snapshot '%s'." + +#: include/class_SnapShotDialog.inc:142 +#, fuzzy +msgid "Delete snapshot" +msgstr "Utwórz spanshot" + +#: include/class_SnapShotDialog.inc:143 include/class_SnapShotDialog.inc:161 +msgid "Y-m-d, H:i:s" +msgstr "Y-m-d, H:i:s" + +#: include/class_ldap.inc:233 include/class_ldap.inc:266 +msgid "Performance warning" +msgstr "Ostrzeżenie wydajności" + +#: include/class_ldap.inc:233 include/class_ldap.inc:266 +#, php-format +msgid "LDAP performance is poor: last query took %.2fs!" +msgstr "" + +#: include/class_ldap.inc:693 +#, php-format +msgid "Cannot automatically create subtrees with RDN %s: no object class found" +msgstr "" + +#: include/class_ldap.inc:744 +#, php-format +msgid "Cannot automatically create subtrees with RDN %s: not supported" +msgstr "" + +#: include/class_ldap.inc:831 +#, fuzzy, php-format +msgid "while operating on %s using LDAP server %s" +msgstr "podczas działania na '%s' używając serwera LDAP '%s'" + +#: include/class_ldap.inc:833 +#, php-format +msgid "while operating on LDAP server %s" +msgstr "podczas połączenia z serwerem LDAP '%s'" + +#: include/class_ldap.inc:1006 +#, fuzzy, php-format +msgid "" +"Invalid DN %s: block to be imported should start with 'dn: ...' in line %s" +msgstr "" +"To nie jest poprawne DN: '%s'. Blok dla importu powinien zaczynać się " +"'dn: ...' w linii %s" + +#: include/class_ldap.inc:1035 +#, fuzzy, php-format +msgid "Error while importing DN %s: please check LDIF from line %s on!" +msgstr "Błąd podczas importu dn: '%s', proszę sprawdzić LDIF od linii %s !" + +#: include/php_setup.inc:101 +msgid "Generating this page caused the PHP interpreter to raise some errors!" +msgstr "Tworzenie tej strony spowodowało, że interpreter PHP zwrócił błędy!" + +#: include/php_setup.inc:104 +msgid "Send bugreport" +msgstr "Wyślij raport błędu" + +#: include/php_setup.inc:108 +msgid "Toggle details" +msgstr "" + +#: include/php_setup.inc:117 +msgid "PHP error" +msgstr "błąd PHP:" + +#: include/php_setup.inc:136 +msgid "class" +msgstr "klasa" + +#: include/php_setup.inc:142 +msgid "function" +msgstr "funkcja" + +#: include/php_setup.inc:147 +msgid "static" +msgstr "statyczna" + +#: include/php_setup.inc:151 +msgid "method" +msgstr "metoda" + +#: include/php_setup.inc:184 +#, fuzzy +msgid "Traceback" +msgstr "Śledzenie" + +#: include/php_setup.inc:185 +msgid "File" +msgstr "Plik" + +#: include/php_setup.inc:185 +msgid "Line" +msgstr "Linia" + +#: include/php_setup.inc:186 +msgid "Arguments" +msgstr "Argumenty" + +#: include/class_pathNavigator.inc:86 +msgid "Welcome to GOsa" +msgstr "Witaj w GOsa" + +#: include/class_pluglist.inc:93 +msgid "The configuration format has changed: please run the setup again!" +msgstr "" + +#: include/class_pluglist.inc:229 +#, fuzzy +msgid "" +"You are currently editing a database entry. Do you want to discard the " +"changes?" +msgstr "Obecnie edytujesz bazę danych. Czy chcesz porzucić zmiany?" + +#: include/class_pluglist.inc:329 +#, fuzzy +msgid "Back to main menu" +msgstr "Menu główne GOsa" + +#: include/exporter/class_PDF.inc:24 +msgid "Page" +msgstr "Strona" + +#: include/exporter/class_pdfExporter.inc:18 +msgid "No PDF export possible: there is no FPDF library installed." +msgstr "" + +#: include/exporter/class_pdfExporter.inc:145 +msgid "PDF" +msgstr "PDF" + +#: include/exporter/class_cvsExporter.inc:48 +msgid "CSV" +msgstr "CSV" + +#: include/class_gosaSupportDaemon.inc:112 +msgid "GOsa support daemon" +msgstr "" + +#: include/class_gosaSupportDaemon.inc:787 +msgid "Cannot not parse XML!" +msgstr "Nie można sparsować XML!" + +#: include/class_gosaSupportDaemon.inc:1184 +#, fuzzy, php-format +msgid "Cannot send abort event for entry %s!" +msgstr "Nie można stworzyć pliku '%s'." + +#: include/class_gosaSupportDaemon.inc:1204 +#, php-format +msgid "Cannot remove entry %s!" +msgstr "Nie można usunąć wpisu '%s!" + +#: include/class_management.inc:462 +#, fuzzy, php-format +msgid "You are not allowed to create a snapshot for %s!" +msgstr "Brak uprawnień do utworzenia snapshotu dla %s." + +#: include/class_management.inc:509 include/class_management.inc:561 +#: include/class_management.inc:575 +#, fuzzy, php-format +msgid "You are not allowed to restore a snapshot for %s!" +msgstr "Brak uprawnień do odtworzenia snapshotu dla %s." + +#: include/class_management.inc:524 +#, fuzzy, php-format +msgid "You are not allowed to remove a snapshot for %s!" +msgstr "Brak uprawnień do odtworzenia snapshotu dla %s." + +#: include/class_management.inc:644 +#, php-format +msgid "" +"No tab definition for %s found in configuration file: cannot create plugin " +"instance!" +msgstr "" + +#: include/class_plugin.inc:526 +msgid "" +"The current object has been altered while beeing edited. If you save this " +"entry, changes that have been made by others will be discarded!" +msgstr "" + +#: include/class_plugin.inc:1327 +#, php-format +msgid "Changing ACL DN from %s to %s" +msgstr "" + +#: include/class_session.inc:76 include/class_session.inc:101 +#: include/class_session.inc:127 +#, fuzzy +msgid "Requested channel does not exist!" +msgstr "Żądany kanał nie istnieje! Skontaktuj się z Administratorem." + +#: html/helpviewer.php:64 +msgid "Help browser" +msgstr "Wyszukiwarka pomocy" + +#: html/helpviewer.php:118 +msgid "There is no helpfile specified for this class" +msgstr "Pomoc nie jest dostępna dla tej klasy." + +#: html/helpviewer.php:268 +#, php-format +msgid "Helpdir '%s' is not accessible, can't read any helpfiles." +msgstr "" +"Katalog pomocy '%s' nie jest osiągalny, nie można czytać żadnych plików " +"pomocy." + +#: html/index.php:45 +#, php-format +msgid "Your browser (%s) is blacklisted for the current theme!" +msgstr "" + +#: html/index.php:72 +#, php-format +msgid "This session is not ecrypted. Click %s to enter an encrypted session." +msgstr "" + +#: html/index.php:72 +msgid "here" +msgstr "tutaj" + +#: html/index.php:78 +msgid "The configured session lifetime will be overridden by php.ini settings!" +msgstr "" + +#: html/index.php:157 html/password.php:61 +#, php-format +msgid "GOsa configuration %s/%s is not readable. Aborted." +msgstr "Nie można czytać pliku konfiguracji %s/%s. Kończę." + +#: html/index.php:179 +msgid "Smarty error" +msgstr "Błąd Smarty" + +#: html/index.php:179 html/password.php:86 html/setup.php:68 +#, fuzzy, php-format +msgid "Compile directory %s is not accessible!" +msgstr "Katalog '%s' podany jako katalog kompilacji jest niedostępny!" + +#: html/index.php:202 +#, fuzzy +msgid "" +"Your browser has cookies disabled: please enable cookies and reload this " +"page before logging in!" +msgstr "" +"Twoja przeglądarka ma wyłączone cookies. Proszę włączyć cookies i " +"przeładować stronę przed logowaniem!" + +#: html/index.php:233 +#, fuzzy +msgid "Broken HTTP authentication setup!" +msgstr "Istnieje problem z ustawieniami autentykacji!" + +#: html/index.php:241 +msgid "Cannot find a valid user for the current HTTP authentication!" +msgstr "" + +#: html/index.php:245 +#, fuzzy +msgid "Cannot find a unique user for the current HTTP authentication!" +msgstr "" +"Błąd krytyczny: Nie można znaleźć nieużywnego znacznika dla jednostki " +"administracyjnej!" + +#: html/index.php:289 +msgid "Please specify a valid username!" +msgstr "Proszę podać prawidłową nazwę użytkownika!" + +#: html/index.php:292 +msgid "Please specify your password!" +msgstr "Proszę podać prawidłowe hasło!" + +#: html/index.php:304 +msgid "Authentication error" +msgstr "Błąd autentykacji" + +#: html/index.php:304 +#, fuzzy +msgid "Cannot retrieve user information for HTTP authentication!" +msgstr "Nie można pobrać informacji o quota dla '%s'." + +#: html/index.php:311 html/password.php:252 +#, fuzzy +msgid "Please check the username/password combination!" +msgstr "Proszę sprawdzić kombinację login/hasło." + +#: html/index.php:359 +msgid "Account locked. Please contact your system administrator!" +msgstr "Konto zablokowane. Proszę skontaktować się z administratorem systemu!" + +#: html/password.php:180 +msgid "Error: Password method not available!" +msgstr "" + +#: html/password.php:216 +#, fuzzy +msgid "The values for 'New password' and 'Repeated new password' differ!" +msgstr "Podane hasła 'Nowe hasło' oraz 'Powtórz nowe hasło' nie są itentyczne." + +#: html/password.php:228 +#, fuzzy +msgid "The password used as new and current are too similar!" +msgstr "Hasło podane jako nowe jest zbyt podobne do obecnego." + +#: html/password.php:234 +#, fuzzy +msgid "The password used as new is to short!" +msgstr "Hasło podane jako nowe jest za krótkie." + +#: html/password.php:256 +#, fuzzy +msgid "You have no permissions to change your password!" +msgstr "Brak uprawnień do zmiany własnego hasła" + +#: html/password.php:281 +#, php-format +msgid "External password changer reported a problem: %s" +msgstr "Zewnętrzny program do zmiany hasła zgłosił następujący problem: %s" + +#: html/password.php:316 +msgid "Session will not be encrypted." +msgstr "Sesja nie będzie szyfrowana." + +#: html/password.php:318 +msgid "Enter SSL session" +msgstr "Sprowadź sesję SSL" + +#: html/setup.php:68 +msgid "Smarty" +msgstr "Smarty" + +#: html/main.php:159 +#, php-format +msgid "Cannot locate file %s - please run %s to fix this" +msgstr "" + +#: html/main.php:178 +msgid "PHP configuration" +msgstr "Konfiguracja PHP" + +#: html/main.php:179 +msgid "" +"FATAL: Register globals is active. Please fix this in order to continue." +msgstr "" + +#: html/main.php:239 +msgid "Running out of memory!" +msgstr "Kończy się pamięć!" + +#: html/main.php:299 +msgid "ACLs are disabled" +msgstr "ACL wyłączone" + +#: html/main.php:299 html/main.php:301 +#, php-format +msgid "You're logged in as %s" +msgstr "" + +#: html/main.php:349 +msgid "Your password is about to expire, please change your password!" +msgstr "Twoje hasło zaraz wygaśnie, proszę zmienić hasło!" + +#: html/main.php:359 +msgid "Plugin" +msgstr "Dodatek" + +#: html/main.php:360 +#, fuzzy, php-format +msgid "FATAL: Cannot find any plugin definitions for plugin %s!" +msgstr "BŁĄD: Nie można znaleźć żadnych definicji dla pluginu '%s'!" + +#: html/main.php:376 +msgid "Configuration Error" +msgstr "Błąd konfiguracji" + +#: html/main.php:377 +#, php-format +msgid "" +"FATAL: not all POST variables have been transfered by PHP - please inform " +"your administrator!" +msgstr "" + +#, fuzzy +#~ msgid "Processing" +#~ msgstr "Uprawnienie" + +#, fuzzy +#~ msgid "Created" +#~ msgstr "Utwórz" + +#, fuzzy +#~ msgid "No Content" +#~ msgstr "Zawartość" + +#, fuzzy +#~ msgid "Reset Content" +#~ msgstr "Zawartość" + +#, fuzzy +#~ msgid "Partial Content" +#~ msgstr "Kod Pocztowy" + +#, fuzzy +#~ msgid "Multi-Status" +#~ msgstr "Status" + +#, fuzzy +#~ msgid "See Other" +#~ msgstr "Wybierz użytkownika" + +#, fuzzy +#~ msgid "Not Modified" +#~ msgstr "Brak uprawnień do zmiay hasła" + +#, fuzzy +#~ msgid "Use Proxy" +#~ msgstr "Proxy" + +#, fuzzy +#~ msgid "(reserviert)" +#~ msgstr "serwery" + +#, fuzzy +#~ msgid "Not Found" +#~ msgstr "Brak uprawnień do zmiay hasła" + +#, fuzzy +#~ msgid "Method Not Allowed" +#~ msgstr "Brak uprawnień do zmiay hasła" + +#, fuzzy +#~ msgid "Proxy Authentication Required" +#~ msgstr "Błąd autentykacji" + +#, fuzzy +#~ msgid "Gone" +#~ msgstr "żaden" + +#, fuzzy +#~ msgid "Precondition Failed" +#~ msgstr "Zapisz plik konfiguracyjny" + +#, fuzzy +#~ msgid "Expectation Failed" +#~ msgstr "Zapytanie do bazy danych nieudane" + +#, fuzzy +#~ msgid "Locked" +#~ msgstr "Zablokuj użytkowników" + +#, fuzzy +#~ msgid "Unordered Collection" +#~ msgstr "Ustawienia grupy" -#: include/utils/class_msgPool.inc:464 #, fuzzy -msgid "read operation" -msgstr "Opcje poczty" - -#: include/utils/class_msgPool.inc:464 -msgid "add operation" -msgstr "dodaj operację" +#~ msgid "Internal Server Error" +#~ msgstr "Błąd wewnętrzny" -#: include/utils/class_msgPool.inc:464 #, fuzzy -msgid "modify operation" -msgstr "Informacje osobiste" +#~ msgid "Not Implemented" +#~ msgstr "Zakończono" -#: include/utils/class_msgPool.inc:465 #, fuzzy -msgid "delete operation" -msgstr "Wybierz aby zobaczyc stacje robocze" +#~ msgid "Service Unavailable" +#~ msgstr "Nazwa serwera" -#: include/utils/class_msgPool.inc:465 #, fuzzy -msgid "search operation" -msgstr "Konto wygasa po" +#~ msgid "Gateway Time-out" +#~ msgstr "W dół" -#: include/utils/class_msgPool.inc:465 -msgid "authentication" -msgstr "autentykacja" +#~ msgid "GOsa settings 3/3" +#~ msgstr "Ustawienia GOsa 3/3" -#: include/utils/class_msgPool.inc:468 -#, fuzzy, php-format -msgid "LDAP %s failed!" -msgstr "Zapytanie do bazy danych nieudane" +#, fuzzy +#~ msgid "Session lifetime must be a numeric value!" +#~ msgstr "Przyszłe dni muszą być liczbą." -#: include/utils/class_msgPool.inc:470 #, fuzzy -msgid "LDAP operation failed!" -msgstr "Zapytanie do bazy danych nieudane" +#~ msgid "Maximum LDAP query time must be a numeric value!" +#~ msgstr "Przyszłe dni muszą być liczbą." + +#~ msgid "What will the wizard do for you?" +#~ msgstr "Co kreator zrobi dla Ciebie?" -#: include/utils/class_msgPool.inc:485 #, fuzzy -msgid "Upload failed!" -msgstr "Logowanie użytkownika nieudane, odpowiedź serwera LDAP '%s'." +#~ msgid "Create a basic, single site configuration" +#~ msgstr "Konfiguracja bazy FAX" -#: include/utils/class_msgPool.inc:488 -#, fuzzy, php-format -msgid "Upload failed: %s" -msgstr "Użytkownik bazy logowania" +#, fuzzy +#~ msgid "Find every possible configuration error" +#~ msgstr "Plik konfiguracyjny" -#: include/utils/class_msgPool.inc:495 -msgid "Communication failure with the infrastructure service!" -msgstr "Błąd komunikacji z usługą infrastruktury!" +#~ msgid "To continue..." +#~ msgstr "Aby kontynuować..." -#: include/utils/class_msgPool.inc:497 -#, php-format -msgid "Communication failure with the infrastructure service: %s" -msgstr "Błąd komunikacji z usługą infrastruktury: %s" +#~ msgid "Samba settings" +#~ msgstr "Ustawienia Samba" -#: include/utils/class_msgPool.inc:504 -#: include/utils/class_msgPool.inc:507 -#, php-format -msgid "This '%s' is still in use by this object: %s" -msgstr "" +#~ msgid "Samba SID" +#~ msgstr "Samba SID" -#: include/utils/class_msgPool.inc:510 -#, fuzzy, php-format -msgid "This '%s' is still in use." -msgstr "Zawiera ustawienia dla tych obiektów: %s" +#~ msgid "RID base" +#~ msgstr "Baza RID" -#: include/utils/class_msgPool.inc:512 -#, fuzzy, php-format -msgid "This '%s' is still in use by these objects: %s" -msgstr "Zawiera ustawienia dla tych obiektów: %s" +#, fuzzy +#~ msgid "Workstation container" +#~ msgstr "Nazwa stacji roboczej" -#: include/utils/class_msgPool.inc:518 -#, php-format -msgid "File '%s' does not exist!" -msgstr "Plik '%s' nie istnieje!" +#~ msgid "Samba SID mapping" +#~ msgstr "Mapowanie Samba SID" -#: include/utils/class_msgPool.inc:524 -#, php-format -msgid "Cannot open file '%s' for reading!" -msgstr "Nie można otworzyć pliku '%s' do odczytu!" +#~ msgid "Timezone" +#~ msgstr "Strefa czasowa" -#: include/utils/class_msgPool.inc:530 -#, php-format -msgid "Cannot open file '%s' for writing!" -msgstr "Nie można otworzyć pliku '%s' do zapisu!" +#, fuzzy +#~ msgid "Please choose your preferred timezone here" +#~ msgstr "Preferowany język" -#: include/utils/class_msgPool.inc:536 -#, php-format -msgid "The value for '%s' is currently unconfigured or invalid, please check your configuration file!" -msgstr "" +#~ msgid "Additional GOsa settings" +#~ msgstr "Dodatkowe ustawienia GOsa" -#: include/utils/class_msgPool.inc:542 -#, php-format -msgid "Cannot delete file '%s'!" -msgstr "Nie można usunąć pliku '%s'." +#~ msgid "Enable Copy & Paste" +#~ msgstr "Włącz Copy & Paste" -#: include/utils/class_msgPool.inc:548 -#, php-format -msgid "Cannot create folder '%s'!" -msgstr "Nie można utworzyć folderu '%s'!" +#, fuzzy +#~ msgid "Government mode" +#~ msgstr "do folferu" -#: include/utils/class_msgPool.inc:554 -#, php-format -msgid "Cannot delete folder '%s'!" -msgstr "Nie można usunąć folderu '%s'!" +#~ msgid "GOsa logging" +#~ msgstr "logowanie GOsa" -#: include/utils/class_msgPool.inc:560 -#, php-format -msgid "Checking for %s support" -msgstr "Sprawdzam wsparcie dla %s" +#~ msgid "Mail settings" +#~ msgstr "Ustawienia pocztowe" -#: include/utils/class_msgPool.inc:566 -#, php-format -msgid "Install and activate the %s PHP module." -msgstr "" +#~ msgid "Mail method" +#~ msgstr "Typ pocztowy" -#: include/utils/class_msgPool.inc:572 -#, php-format -msgid "Cannot initialize class '%s'! Maybe there is a plugin missing in your gosa setup?" -msgstr "" +#, fuzzy +#~ msgid "Vacation templates" +#~ msgstr "Szablon stacji roboczej" -#: include/utils/class_msgPool.inc:578 -msgid "The supplied base is not valid and has been reset to the previous value!" -msgstr "" +#~ msgid "Snapshots / Undo" +#~ msgstr "Snapshoty / Undo" -#: include/utils/class_xml.inc:48 -msgid "in" -msgstr "w" +#~ msgid "Enable snapshots" +#~ msgstr "Włąćż snapshoty" -#: include/utils/class_xml.inc:50 -msgid "on line" -msgstr "włączone" +#, fuzzy +#~ msgid "Snapshot base" +#~ msgstr "Tworzenie snapshot'u nieudane" -#: include/utils/class_xml.inc:51 -msgid "XML error" -msgstr "Błąd XML" +#~ msgid "GOsa settings 2/3" +#~ msgstr "Ustawienia GOsa 2/3" -#: include/class_certificate.inc:73 -msgid "Certificate is empty!" -msgstr "Certyfikat jest pusty!" +#~ msgid "Customize special parameters" +#~ msgstr "Dostosuj specjalne parametry" -#: include/class_certificate.inc:100 -msgid "Cannot load certificate - only PEM/DER is supported!" -msgstr "" +#, fuzzy +#~ msgid "Checking for invisible departments" +#~ msgstr "Sprawdzam wsparcie dla iconv" -#: include/class_certificate.inc:115 #, fuzzy -msgid "Cannot extract information for non PEM certificates!" -msgstr "Nie można pobrać informacji o quota dla '%s'." +#~ msgid "Checking for invisible users" +#~ msgstr "Sprawdzam wsparcie dla iconv" -#: include/class_certificate.inc:219 -msgid "No valid certificate loaded!" -msgstr "Nie załadowano prawidłowego certyfikatu!" +#, fuzzy +#~ msgid "Checking for users outside the people tree" +#~ msgstr "Sprawdzam moduł cups" -#: include/functions_helpviewer.inc:45 -#, php-format -msgid "XML error in guide.xml: %s at line %d" -msgstr "Błąd XML w guide.xml: %s w linii %d" +#, fuzzy +#~ msgid "Checking for groups outside the groups tree" +#~ msgstr "Sprawdzam moduł cups" -#: include/functions_helpviewer.inc:88 -msgid "No help available for this plugin." -msgstr "Pomoc nie jest dostępna dla tego dodatku." +#, fuzzy +#~ msgid "Checking for duplicated UID numbers" +#~ msgstr "Sprawdzam funkcję %s" -#: include/functions_helpviewer.inc:97 -#: html/helpviewer.php:194 -msgid "previous" -msgstr "poprzednie" +#, fuzzy +#~ msgid "Checking for duplicate GID numbers" +#~ msgstr "Sprawdzam funkcję %s" -#: include/functions_helpviewer.inc:101 -#: html/helpviewer.php:198 -msgid "next" -msgstr "następne" +#, fuzzy +#~ msgid "Checking for old style USB devices" +#~ msgstr "Sprawdzam wsparcie dla iconv" -#: include/functions_helpviewer.inc:388 -#, php-format -msgid "%s results for your search with the keyword %s" -msgstr "%s wyników zapytania ze słowem %s" +#, fuzzy +#~ msgid "Checking for old services that have to be migrated" +#~ msgstr "Sprawdzam moduł cups" -#: include/functions_helpviewer.inc:462 -#, php-format -msgid "%s%% hit rate in file %s" -msgstr "%s%% trafień w pliku %s" +#, fuzzy +#~ msgid "Checking for old style application menus" +#~ msgstr "Sprawdzam funkcję %s" -#: include/class_filter.inc:226 -msgid "Search filter" -msgstr "Filtr wyszukiwania" +#, fuzzy +#~ msgid "Found %s duplicate values for attribute 'uidNumber'." +#~ msgstr "Znaleziono powtórzoną wartość dla typu rekordu '%s'." -#: include/class_filter.inc:449 -msgid "Edit filters" -msgstr "Edytuj filtry" +#, fuzzy +#~ msgid "Found %s duplicate values for attribute 'gidNumber'." +#~ msgstr "Znaleziono powtórzoną wartość dla typu rekordu '%s'." -#: include/class_userFilterEditor.inc:251 -#, php-format -msgid "Please check your filter #%s. You have '%s' opening and '%s' closing brackets!" -msgstr "" +#~ msgid "Move" +#~ msgstr "Przenieś" -#: include/class_acl.inc:28 #, fuzzy -msgid "Manage access control lists" -msgstr "Kontrola dostępu" +#~ msgid "Cannot migrate department '%s':" +#~ msgstr "Utwórz nowy departament" -#: include/class_acl.inc:125 -#: include/class_acl.inc:607 -#: include/class_acl.inc:1023 -#, php-format -msgid "All users" -msgstr "Wszyscy użytkownicy" +#, fuzzy +#~ msgid "GOsa 2.5 administrative accounts found: %s" +#~ msgstr "Utwórz konto Netatalk" -#: include/class_acl.inc:227 -msgid "Reset ACLs" -msgstr "Resetuj ACL'e" +#, fuzzy +#~ msgid "There is no valid GOsa 2.6 administrator account inside your LDAP." +#~ msgstr "Utwórz konto Netatalk" -#: include/class_acl.inc:232 -#: include/class_acl.inc:235 -msgid "Use ACL defined in role" -msgstr "Użyj ACL zdefiniowanego w tej roli" +#, fuzzy +#~ msgid "Cannot move users to the requested department!" +#~ msgstr "Przejdź do domowego departamentu użytkowników" -#: include/class_acl.inc:253 -msgid "Section" -msgstr "Sekcja" +#~ msgid "to" +#~ msgstr "do" -#: include/class_acl.inc:263 #, fuzzy -msgid "Used" -msgstr "Użyj" +#~ msgid "Copy '%s' to '%s' failed:" +#~ msgstr "Przenoszenie '%s' do '%s'" -#: include/class_acl.inc:568 #, fuzzy -msgid "No ACL settings for this category!" -msgstr "Brak ustawień ACL w tej kategorii" - -#: include/class_acl.inc:571 -#, php-format -msgid "Contains ACLs for these objects: %s" -msgstr "Zawiera ACL'e w tych kategoriach: %s" - -#: include/class_acl.inc:577 -#: include/class_acl.inc:581 -msgid "category ACL" -msgstr "Kategoria ACL" +#~ msgid "Updating '%s' failed: %s" +#~ msgstr "Użytkownik bazy logowania" -#: include/class_acl.inc:634 -#, fuzzy, php-format -msgid "Edit ACL for '%s' - scope is '%s'" -msgstr "Edytuj ACL dla '%s', zakres to '%s'" +#~ msgid "Look and feel" +#~ msgstr "Wygląd" -#: include/class_acl.inc:799 -#: include/class_acl.inc:806 #, fuzzy -msgid "Show/hide advanced settings" -msgstr "Zaawansowane ustawienia telefonu" +#~ msgid "Theme" +#~ msgstr "Mime" -#: include/class_acl.inc:817 -msgid "Create objects" -msgstr "Utwórz obiekty" +#~ msgid "Apache" +#~ msgstr "Apache" -#: include/class_acl.inc:818 -msgid "Move objects" -msgstr "Przenieś obiekty" +#, fuzzy +#~ msgid "People and group storage" +#~ msgstr "Prosze wyszczególnić długość pamięci." -#: include/class_acl.inc:819 -msgid "Remove objects" -msgstr "Usuń obiekty" +#, fuzzy +#~ msgid "People DN attribute" +#~ msgstr "Ten 'dn' nie jest aplikacją." -#: include/class_acl.inc:821 #, fuzzy -msgid "Grant permission to owner" -msgstr "Nie można stworzyć pliku '%s'." +#~ msgid "People storage subtree" +#~ msgstr "Prosze wyszczególnić długość pamięci." -#: include/class_acl.inc:825 -#: include/class_acl.inc:930 -#: include/class_acl.inc:934 -msgid "read" -msgstr "czytanie" +#, fuzzy +#~ msgid "Group storage subtree" +#~ msgstr "Proszę wybrać grupę obiektów" -#: include/class_acl.inc:826 -#: include/class_acl.inc:932 -#: include/class_acl.inc:935 -msgid "write" -msgstr "zapisywanie" +#~ msgid "Automatic UIDs" +#~ msgstr "Automatyczne UID-y" -#: include/class_acl.inc:830 #, fuzzy -msgid "Complete object" -msgstr "Utwórz obiekty" +#~ msgid "Number base for people/groups" +#~ msgstr "Podstawowe ID dla użytkowników/grup" -#: include/class_acl.inc:974 -#, fuzzy, php-format -msgid "Unkown ACL type '%s'!" -msgstr "Nieznany wpis '%s'!" +#~ msgid "Password settings" +#~ msgstr "Ustawienia hasła" -#: include/class_acl.inc:1019 -#, php-format -msgid "Unknown entry '%s'!" -msgstr "Nieznany wpis '%s'!" +#~ msgid "Password encryption algorithm" +#~ msgstr "Algorytm szyfrowania hasła" -#: include/class_acl.inc:1083 -#: include/class_acl.inc:1085 -#, fuzzy, php-format -msgid "Role: %s" -msgstr "Pełniona funkcja" +#~ msgid "Password restrictions" +#~ msgstr "Ograniczenia hasła" + +#~ msgid "Password minimum length" +#~ msgstr "Minimalna długość hasła" -#: include/class_acl.inc:1085 #, fuzzy -msgid "unknown role" -msgstr "! nieznane id" +#~ msgid "Password change hook" +#~ msgstr "Brak uprawnień do zmiay hasła" -#: include/class_acl.inc:1093 -#, php-format -msgid "Contains settings for these objects: %s" -msgstr "Zawiera ustawienia dla tych obiektów: %s" +#~ msgid "Use SASL for kerberos" +#~ msgstr "Użyj SASL dla kerberosa" -#: include/class_acl.inc:1110 -msgid "inactive" -msgstr "nieaktywne" +#, fuzzy +#~ msgid "Use account expiration" +#~ msgstr "Konto wygasa po" -#: include/class_acl.inc:1110 -msgid "No members" -msgstr "Brak członków" +#~ msgid "" +#~ "GOsa supports several encryption types for your passwords. Normally this " +#~ "is adjustable via user templates, but you can specify a default method to " +#~ "be used here, too." +#~ msgstr "" +#~ "GOsa wspiera kilka typów szyfrowania hasła. Typy można ustawić przez " +#~ "szablony użytkownika, oraz można też ustawić typ domyślny tutaj." -#: include/class_acl.inc:1280 #, fuzzy -msgid "Access control list" -msgstr "Kontrola dostępu" +#~ msgid "" +#~ "GOsa always acts as admin and manages access rights internally. This is a " +#~ "workaround till OpenLDAP's in directory ACI's are fully implemented. " +#~ "For this to work, we need the admin DN and the corresponding password." +#~ msgstr "" +#~ "GOsa zawsze zachowuje się jak admin i zarządza uprawnieniami wewnętrznie. " +#~ "Jest to obejście dopóki ACL w katalogu OpenLDAP zostaną w pełni " +#~ "zaimplementowane. Trzeba podać administracyjne DN i odpowiednie hasło." -#: include/class_acl.inc:1285 -#, fuzzy -msgid "ACL roles" -msgstr "ACLe" +#~ msgid "" +#~ "Some basic LDAP parameters are tunable and affect the locations where " +#~ "GOsa saves people and groups, including the way accounts get created. " +#~ "Check the values below if the fit your needs." +#~ msgstr "" +#~ "Pewne podstawowe parametry LDAP są zmienialne i wpływają na lokalizacje " +#~ "gdzie GOsa zapisuje użytkowników i grupy razem ze sposobem w jaki konta " +#~ "są tworzone. Sprawdź wartości poniżej i dostosuj do wymagań." -#: include/class_acl.inc:1288 #, fuzzy -msgid "ACL Entries" -msgstr "Profil FAI" +#~ msgid "" +#~ "GOsa has modular support for several mail methods. These methods provide " +#~ "interfaces to users mailboxes and general handling for quotas. You can " +#~ "choose the dummy plugin to leave all your mail settings untouched." +#~ msgstr "" +#~ "GOsa posiada modularne wsparcie dla kilku metod pocztowych. Te metody " +#~ "zapewniają interfejsy dla kont użytkowników oraz quota. Można wybrać " +#~ "sztuczny dodatek, aby pozostawić ustawienia poczty nietknięte." -#: include/class_tabs.inc:57 -#, fuzzy, php-format -msgid "No plugin definitions found to initialize '%s', please check your configuration file." -msgstr "OpenGroupware: Nie można połączyć się z bazą. Proszę sprawdzić podane parametry konfiguracji." +#, fuzzy +#~ msgid "Enable primary group filter" +#~ msgstr "Wyświetl grupy użytkownika" -#: include/class_tabs.inc:241 -#, php-format -msgid "Delete process has been canceled by plugin '%s': %s" -msgstr "Proces usuwania został anulowany przez dodatek '%s': %s" +#, fuzzy +#~ msgid "Display summary in listings" +#~ msgstr "Wyświetl makra pasujące" -#: include/class_tabs.inc:379 -msgid "References" -msgstr "Zależności" +#, fuzzy +#~ msgid "Honour administrative units" +#~ msgstr "Administracja Grupą" -#: include/class_listing.inc:537 -msgid "created by" -msgstr "utworzone przez" +#~ msgid "Smarty compile directory" +#~ msgstr "Katalog kompilacji Smarty" -#: include/class_listing.inc:1016 -#: include/class_listing.inc:1018 -msgid "Go up one department" -msgstr "Idź jeden departament wyżej" +#~ msgid "SNMP community" +#~ msgstr "SNMP community" -#: include/class_listing.inc:1024 -#: include/class_listing.inc:1026 -msgid "Go to users department" -msgstr "Przejdź do departamentu użytkowników" +#, fuzzy +#~ msgid "Path for PPD storage" +#~ msgstr "Przechowywanie hasła" -#: include/class_listing.inc:1031 -msgid "Reload list" -msgstr "Przeładuj listę" +#, fuzzy +#~ msgid "Path for kiosk profile storage" +#~ msgstr "Ustawienia profilu Kiosk" -#: include/class_listing.inc:1397 -#: include/class_plugin.inc:1960 -msgid "Copy" -msgstr "Kopiuj" +#, fuzzy +#~ msgid "Mail queue script" +#~ msgstr "Ogólna ścieżka do skryptu" -#: include/class_listing.inc:1403 -#: include/class_plugin.inc:1964 -msgid "Cut" -msgstr "Wytnij" +#, fuzzy +#~ msgid "Notification script" +#~ msgstr "Cel powiadomienia" -#: include/class_listing.inc:1436 -#: include/class_plugin.inc:1918 -msgid "Cut this entry" -msgstr "Wytnij ten obiekt" +#, fuzzy +#~ msgid "Enable edit locking" +#~ msgstr "Włącz skanowanie antyfirusowe" -#: include/class_listing.inc:1445 -#: include/class_plugin.inc:1926 -msgid "Copy this entry" -msgstr "Kopiuj ten obiekt" +#, fuzzy +#~ msgid "Warn if session is not encrypted" +#~ msgstr "Sesja nie będzie szyfrowana." -#: include/class_listing.inc:1477 -#: include/class_listing.inc:1479 -msgid "Restore snapshots" -msgstr "Odtwórz snapshoty" +#, fuzzy +#~ msgid "Remember dialog filter settings" +#~ msgstr "Ogólne ustawienia użytkownika" -#: include/class_listing.inc:1493 #, fuzzy -msgid "Export list" -msgstr "Export" +#~ msgid "Session lifetime" +#~ msgstr "Wykryto konflikt sesji" -#: include/class_listing.inc:1527 -#: include/class_SnapShotDialog.inc:145 -#: include/class_plugin.inc:1892 -msgid "Restore snapshot" -msgstr "Odtwórz snapshot" +#, fuzzy +#~ msgid "Show PHP errors" +#~ msgstr "błąd PHP:" -#: include/class_listing.inc:1535 -#: include/class_plugin.inc:1900 -msgid "Create a new snapshot from this object" -msgstr "Utwórz nowy snapshot z tego obiektu" +#, fuzzy +#~ msgid "Maximum LDAP query time" +#~ msgstr "Max rozmiar nagłówków poczty" -#: include/class_SnapShotDialog.inc:55 -msgid "Date" -msgstr "Data" +#, fuzzy +#~ msgid "Debug level" +#~ msgstr "Jeden poziom" -#: include/class_SnapShotDialog.inc:93 -#, php-format -msgid "You're about to delete the snapshot '%s'." -msgstr "Zamierzasz usunąć snapshot '%s'." +#~ msgid "Disabled" +#~ msgstr "Wyłączone" -#: include/class_SnapShotDialog.inc:146 -msgid "Remove snapshot" -msgstr "Usuń snapshot" +#, fuzzy +#~ msgid "Move selected workstations" +#~ msgstr "Wybierz aby zobaczyc stacje robocze" -#: include/class_SnapShotDialog.inc:147 -#: include/class_SnapShotDialog.inc:165 -msgid "Y-m-d, H:i:s" -msgstr "Y-m-d, H:i:s" +#~ msgid "What will be done here" +#~ msgstr "Co zostanie zrobione" -#: include/class_ldap.inc:233 -#: include/class_ldap.inc:266 -msgid "Performance warning" -msgstr "Ostrzeżenie wydajności" +#, fuzzy +#~ msgid "Hide changes" +#~ msgstr "Open xchange" -#: include/class_ldap.inc:233 -#: include/class_ldap.inc:266 -#, php-format -msgid "LDAP performance is poor: last query took about %.2fs!" -msgstr "" +#, fuzzy +#~ msgid "Show changes" +#~ msgstr "Pokaż pakiety" -#: include/class_ldap.inc:693 -#, php-format -msgid "Cannot automatically create subtrees with RDN '%s': no object class found!" -msgstr "" +#~ msgid "Move users into configured user tree" +#~ msgstr "Przenieś użytkowników do skonfigurowanego drzewa" -#: include/class_ldap.inc:744 -#, php-format -msgid "Cannot automatically create subtrees with RDN '%s': not supported" -msgstr "" +#, fuzzy +#~ msgid "Move selected users into this people tree" +#~ msgstr "Utwórz użytkownika z tego szablonu" -#: include/class_ldap.inc:831 -#, php-format -msgid "while operating on '%s' using LDAP server '%s'" -msgstr "podczas działania na '%s' używając serwera LDAP '%s'" +#, fuzzy +#~ msgid "Migrate GOsa 2.5 administrative accounts" +#~ msgstr "Utwórz konto Netatalk" -#: include/class_ldap.inc:833 -#, php-format -msgid "while operating on LDAP server %s" -msgstr "podczas połączenia z serwerem LDAP '%s'" +#~ msgid "Abort" +#~ msgstr "Anuluj" -#: include/class_ldap.inc:1055 -#, php-format -msgid "This is not a valid DN: '%s'. A block for import should begin with 'dn: ...' in line %s" -msgstr "To nie jest poprawne DN: '%s'. Blok dla importu powinien zaczynać się 'dn: ...' w linii %s" +#~ msgid "Refresh" +#~ msgstr "Odśwież" -#: include/class_ldap.inc:1084 -#, php-format -msgid "Error while importing dn: '%s', please check your LDIF from line %s on!" -msgstr "Błąd podczas importu dn: '%s', proszę sprawdzić LDIF od linii %s !" +#~ msgid "GOsa setup wizard" +#~ msgstr "Kreator ustawień GOsa" -#: include/php_setup.inc:103 -msgid "Generating this page caused the PHP interpreter to raise some errors!" -msgstr "Tworzenie tej strony spowodowało, że interpreter PHP zwrócił błędy!" +#~ msgid "Installation" +#~ msgstr "Instalacja" -#: include/php_setup.inc:108 -msgid "Send bug report to the GOsa Team" -msgstr "" +#~ msgid "GOsa settings 1/3" +#~ msgstr "Ustawienia GOsa 1/3" -#: include/php_setup.inc:108 -msgid "Send bugreport" -msgstr "Wyślij raport błędu" +#, fuzzy +#~ msgid "The specified value for '%s' must be a numeric value" +#~ msgstr "Port sieve musi być liczbą." -#: include/php_setup.inc:113 -msgid "Toggle information" -msgstr "Przełącz informacje" +#~ msgid "Don't add a trailing comma to '%s'." +#~ msgstr "Nie dodawaj kropki na końcu '%s'." -#: include/php_setup.inc:123 -msgid "PHP error" -msgstr "błąd PHP:" +#~ msgid "People storage ou" +#~ msgstr "Prosze wyszczególnić długość pamięci." -#: include/php_setup.inc:142 -msgid "class" -msgstr "klasa" +#~ msgid "Group storage ou" +#~ msgstr "Proszę wybrać grupę obiektów" -#: include/php_setup.inc:148 -msgid "function" -msgstr "funkcja" +#, fuzzy +#~ msgid "Uid base must be numeric" +#~ msgstr "Limit czasu musi być liczbą" -#: include/php_setup.inc:153 -msgid "static" -msgstr "statyczna" +#, fuzzy +#~ msgid "The given password minimum length is not numeric." +#~ msgstr "Port sieve musi być liczbą." -#: include/php_setup.inc:157 -msgid "method" -msgstr "metoda" +#, fuzzy +#~ msgid "The given password differ value is not numeric." +#~ msgstr "Port sieve musi być liczbą." -#: include/php_setup.inc:190 -msgid "Trace" -msgstr "Śledzenie" +#~ msgid "Available members" +#~ msgstr "Dostępni członkowie" -#: include/php_setup.inc:191 -msgid "File" -msgstr "Plik" +#~ msgid "GOsa login screen" +#~ msgstr "Ekran logowania GOsa" -#: include/php_setup.inc:191 -msgid "Line" -msgstr "Linia" +#~ msgid "Login screen" +#~ msgstr "Ekran Logowania" -#: include/php_setup.inc:192 -msgid "Arguments" -msgstr "Argumenty" +#, fuzzy +#~ msgid "" +#~ "Please use your username and your password to log into the site " +#~ "administration system." +#~ msgstr "Proszę użyć swojego loginu i hasła aby się zalogować" -#: include/class_pathNavigator.inc:69 -msgid "Welcome to GOsa" -msgstr "Witaj w GOsa" +#~ msgid "Directory" +#~ msgstr "Katalog" -#: include/class_pluglist.inc:74 -msgid "All objects in this category" -msgstr "Wszystkie obiekty w tej kategorii" +#~ msgid "Sign in" +#~ msgstr "Zaloguj" -#: include/class_pluglist.inc:99 -msgid "The configuration format has changed. Please re-run setup!" -msgstr "" +#~ msgid "" +#~ "This may be used by several groups. Please double check if your really " +#~ "want to do this since there is no way for GOsa to get your data back." +#~ msgstr "" +#~ "To może być używane przez kilka grup. Proszę upewnić się czy kontynuować, " +#~ "gdyż nie ma operacji powrotu." -#: include/exporter/class_PDF.inc:24 -msgid "Page" -msgstr "Strona" +#~ msgid "" +#~ "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." +#~ msgstr "" +#~ "Jeśli jesteś pewien - naciśnij 'Usuń' aby kontynuować lub 'Anuluj' aby " +#~ "anulować." -#: include/exporter/class_pdfExporter.inc:18 -msgid "No PDF export possible: there is no FPDF library installed." -msgstr "" +#~ msgid "Main" +#~ msgstr "Główne" -#: include/exporter/class_pdfExporter.inc:145 -msgid "PDF" -msgstr "PDF" +#~ msgid "Help" +#~ msgstr "Pomoc" -#: include/exporter/class_cvsExporter.inc:48 -msgid "CSV" -msgstr "CSV" +#~ msgid "Sign out" +#~ msgstr "Wyloguj" -#: include/class_gosaSupportDaemon.inc:112 -msgid "GOsa support daemon" -msgstr "" +#~ msgid "Signed in:" +#~ msgstr "Zalogowano:" -#: include/class_gosaSupportDaemon.inc:787 -msgid "Cannot not parse XML!" -msgstr "Nie można sparsować XML!" +#~ msgid "Change your password" +#~ msgstr "Zmień swoje hasło" -#: include/class_gosaSupportDaemon.inc:1184 -#, fuzzy, php-format -msgid "Cannot send abort event for entry %s!" -msgstr "Nie można stworzyć pliku '%s'." +#~ msgid "Success" +#~ msgstr "Powodzenie" -#: include/class_gosaSupportDaemon.inc:1204 -#, php-format -msgid "Cannot remove entry %s!" -msgstr "Nie można usunąć wpisu '%s!" +#~ msgid "Your password has been changed successfully." +#~ msgstr "Twoje hasło zostało pomyślnie zmienione." -#: include/class_management.inc:459 -#: include/class_plugin.inc:1434 -#, php-format -msgid "You are not allowed to create a snapshot for %s." -msgstr "Brak uprawnień do utworzenia snapshotu dla %s." +#, fuzzy +#~ msgid "New password repeated" +#~ msgstr "Nowe hasło" -#: include/class_management.inc:506 -#: include/class_management.inc:543 -#: include/class_management.inc:557 -#: include/class_plugin.inc:1446 -#: include/class_plugin.inc:1461 -#: include/class_plugin.inc:1474 -#, php-format -msgid "You are not allowed to restore a snapshot for %s." -msgstr "Brak uprawnień do odtworzenia snapshotu dla %s." +#~ msgid "Change" +#~ msgstr "Zmień" -#: include/class_management.inc:616 -#, php-format -msgid "No tab declaration for '%s' found in your configuration file. Cannot create plugin instance!" -msgstr "" +#~ msgid "Click here to change your password" +#~ msgstr "Kliknij tutaj aby zmienić swoje hasło" -#: include/class_plugin.inc:527 -msgid "The object has changed since opened in GOsa. All changes that may be done by others get lost if you save this entry!" -msgstr "" +#~ msgid "UNIX" +#~ msgstr "UNIX" -#: include/class_plugin.inc:1690 -msgid "Changing ACL dn" -msgstr "" +#~ msgid "FTP" +#~ msgstr "FTP" -#: include/class_plugin.inc:1690 -msgid "from" -msgstr "od" +#~ msgid "Thin Client" +#~ msgstr "Cienki klient" -#: include/class_plugin.inc:1874 -#: include/class_plugin.inc:1876 -msgid "Restore" -msgstr "Odtwórz" +#~ msgid "Object name" +#~ msgstr "Nazwa obiektu" -#: include/class_plugin.inc:1899 -msgid "Create snapshot" -msgstr "Utwórz spanshot" +#~ msgid "This object has no relationship to other objects." +#~ msgstr "Ten obiekt nie posiada powiązań z innymi obiektami." -#: include/class_plugin.inc:1918 -msgid "cut" -msgstr "wytnij" +#~ msgid "" +#~ "Changing the password affects your authentification on mail, proxy, samba " +#~ "and unix services." +#~ msgstr "" +#~ "Zmiana hasła jest powiązana z autentykacją do usług poczty, proxy, samba, " +#~ "oraz unix." -#: include/class_plugin.inc:1926 -msgid "copy" -msgstr "kopiuj" +#~ msgid "User identification" +#~ msgstr "Identyfikacja użytkownika" -#: include/class_session.inc:76 -#: include/class_session.inc:101 -#: include/class_session.inc:127 -msgid "Requested channel does not exist! Please contact your Administrator." -msgstr "Żądany kanał nie istnieje! Skontaktuj się z Administratorem." +#~ msgid "Personal picture" +#~ msgstr "Osobiste zdjęcie" -#: html/helpviewer.php:64 -msgid "Help browser" -msgstr "Wyszukiwarka pomocy" +#~ msgid "In all groups" +#~ msgstr "We wszystkich grupach" -#: html/helpviewer.php:118 -msgid "There is no helpfile specified for this class" -msgstr "Pomoc nie jest dostępna dla tej klasy." +#~ msgid "Not in all groups" +#~ msgstr "Nie we wszystkich grupach" -#: html/helpviewer.php:269 -#, php-format -msgid "Helpdir '%s' is not accessible, can't read any helpfiles." -msgstr "Katalog pomocy '%s' nie jest osiągalny, nie można czytać żadnych plików pomocy." +#~ msgid "! unknown UID" +#~ msgstr "! nieznane UID" -#: html/index.php:45 -#, php-format -msgid "Your browser (%s) is blacklisted for the current theme." -msgstr "" +#~ msgid "All categories" +#~ msgstr "Wszystkie kategorie" -#: html/index.php:70 -#, php-format -msgid "This session is not ecrypted. Click %s to enter an encrypted session." -msgstr "" +#~ msgid "All objects in current subtree" +#~ msgstr "Wszystkie obiekty w obecnym poddrzewie" -#: html/index.php:70 -msgid "here" -msgstr "tutaj" +#~ msgid "Systems" +#~ msgstr "Systemy" -#: html/index.php:76 -msgid "The session lifetime configured in your gosa.conf will be overridden by php.ini settings." -msgstr "" +#~ msgid "Startup" +#~ msgstr "Startup" -#: html/index.php:156 -#: html/password.php:61 -#, php-format -msgid "GOsa configuration %s/%s is not readable. Aborted." -msgstr "Nie można czytać pliku konfiguracji %s/%s. Kończę." +#~ msgid "FAI summary" +#~ msgstr "Podsumowanie FAI" -#: html/index.php:177 -msgid "Smarty error" -msgstr "Błąd Smarty" +#, fuzzy +#~ msgid "Cannot bind to LDAP. Please contact the system administrator." +#~ msgstr "" +#~ "Nie można połączyć się z LDAP. Proszę skontaktować się z administratorem." -#: html/index.php:177 -#: html/password.php:88 -#: html/setup.php:66 -#, php-format -msgid "Directory '%s' specified as compile directory is not accessible!" -msgstr "Katalog '%s' podany jako katalog kompilacji jest niedostępny!" +#~ msgid "Password reset" +#~ msgstr "Reset hasła" -#: html/index.php:228 -msgid "There is a problem with the authentication setup!" -msgstr "Istnieje problem z ustawieniami autentykacji!" +#~ msgid "Up" +#~ msgstr "Góra" -#: html/index.php:236 -msgid "Cannot find a valid user for the current authentication setup!" -msgstr "" +#~ msgid "Down" +#~ msgstr "W dół" -#: html/index.php:240 -msgid "User information is not unique accross the configured LDAP trees!" -msgstr "" +#, fuzzy +#~ msgid "" +#~ "Username / UID is not unique inside the LDAP tree. Please contact your " +#~ "Administrator." +#~ msgstr "Użytkownik /UID nie są unikalne. Proszę sprawdzić bazę LDAP." -#: html/index.php:277 -msgid "Cannot detect information about the installed LDAP schema!" -msgstr "" +#, fuzzy +#~ msgid "" +#~ "Cannot create locking information in LDAP tree. Please contact your " +#~ "administrator!" +#~ msgstr "" +#~ "Nie można pobrać informacji o blokadach w bazie LDAP. Proszę sprawdzić " +#~ "wpis 'config' w gosa.conf!" -#: html/index.php:290 -msgid "Your LDAP setup contains old schema definitions:" -msgstr "Ustawienia serwera LDAP zawierają stare definicje schema:" +#~ msgid "LDAP server returned: %s" +#~ msgstr "Serwer LDAP zwrócił: %s" -#: html/index.php:311 -msgid "Please specify a valid username!" -msgstr "Proszę podać prawidłową nazwę użytkownika!" +#, fuzzy +#~ msgid "" +#~ "Found multiple locks for object to be locked. This should not happen - " +#~ "cleaning up multiple references." +#~ msgstr "" +#~ "Znaleziono wiele blokad dla obiektu do zablokowania. Taka sytuacja nie " +#~ "powinna się wydażyć - czyszczę wiele odwołań." -#: html/index.php:314 -msgid "Please specify your password!" -msgstr "Proszę podać prawidłowe hasło!" +#~ msgid "" +#~ "Set the new size limit to %s and show me this message if the limit still " +#~ "exceeds" +#~ msgstr "" +#~ "Ustaw nowy limit rozmiaru na %s i pokaż ten komunikat jeśli limit wciąż " +#~ "jest przekroczony" -#: html/index.php:326 -msgid "Authentication error" -msgstr "Błąd autentykacji" +#~ msgid "Apply filter" +#~ msgstr "Zastosuj filtr" -#: html/index.php:326 -msgid "Cannot retrieve user information for htaccess authentication!" -msgstr "" +#~ msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" +#~ msgstr "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" -#: html/index.php:333 -#: html/password.php:250 -msgid "Please check the username/password combination." -msgstr "Proszę sprawdzić kombinację login/hasło." +#~ msgid "LDAP warning" +#~ msgstr "Ostrzeżenie LDAP" -#: html/index.php:381 -msgid "Account locked. Please contact your system administrator!" -msgstr "Konto zablokowane. Proszę skontaktować się z administratorem systemu!" +#~ msgid "" +#~ "Command '%s', specified as POSTMODIFY for plugin '%s' doesn't seem to " +#~ "exist." +#~ msgstr "" +#~ "Polecenie '%s', podane jako POSTMODIFY dla dodatku '%s' nie istnieje." -#: html/index.php:425 -msgid "Your browser has cookies disabled. Please enable cookies and reload this page before logging in!" -msgstr "Twoja przeglądarka ma wyłączone cookies. Proszę włączyć cookies i przeładować stronę przed logowaniem!" +#, fuzzy +#~ msgid "Select to list objects of type '%s'." +#~ msgstr "Wybierz obiekty do dodania" -#: html/password.php:181 -msgid "Error: Password method not available!" -msgstr "" +#, fuzzy +#~ msgid "Select to list objects containig '%s'." +#~ msgstr "Zaznacz aby zobaczyć grupy zawierające użytkowników" -#: html/password.php:254 -msgid "You have no permissions to change your password." -msgstr "Brak uprawnień do zmiany własnego hasła" +#, fuzzy +#~ msgid "Select to list objects that have '%s' enabled" +#~ msgstr "Wybierz obiekty do dodania" -#: html/password.php:279 -#, php-format -msgid "External password changer reported a problem: %s" -msgstr "Zewnętrzny program do zmiany hasła zgłosił następujący problem: %s" +#~ msgid "Select to search within subtrees" +#~ msgstr "Zaznacz aby wyszukiwać wewnątrz poddrzew" -#: html/password.php:314 -msgid "Session will not be encrypted." -msgstr "Sesja nie będzie szyfrowana." +#~ msgid "in" +#~ msgstr "w" -#: html/password.php:316 -msgid "Enter SSL session" -msgstr "Sprowadź sesję SSL" +#~ msgid "on line" +#~ msgstr "włączone" -#: html/setup.php:66 -msgid "Smarty" -msgstr "Smarty" +#~ msgid "Contains ACLs for these objects: %s" +#~ msgstr "Zawiera ACL'e w tych kategoriach: %s" -#: html/main.php:150 -#, php-format -msgid "Cannot locate file '%s' - please run '%s' to fix this" -msgstr "" +#, fuzzy +#~ msgid "Role: %s" +#~ msgstr "Pełniona funkcja" -#: html/main.php:169 -msgid "PHP configuration" -msgstr "Konfiguracja PHP" +#~ msgid "Go up one department" +#~ msgstr "Idź jeden departament wyżej" -#: html/main.php:170 -msgid "FATAL: Register globals is on. GOsa will refuse to login unless this is fixed by an administrator." -msgstr "BŁĄD: Register globals jest włączone. GOsa odmówi logowania do momentu poprawienia tego parametru przez administratora." +#~ msgid "Go to users department" +#~ msgstr "Przejdź do departamentu użytkowników" -#: html/main.php:230 -msgid "Running out of memory!" -msgstr "Kończy się pamięć!" +#~ msgid "Remove snapshot" +#~ msgstr "Usuń snapshot" -#: html/main.php:289 -msgid "ACLs are disabled" -msgstr "ACL wyłączone" +#~ msgid "Toggle information" +#~ msgstr "Przełącz informacje" -#: html/main.php:289 -#: html/main.php:291 -#, php-format -msgid "You're logged in as %s" -msgstr "" +#~ msgid "All objects in this category" +#~ msgstr "Wszystkie obiekty w tej kategorii" -#: html/main.php:341 -msgid "Your password is about to expire, please change your password!" -msgstr "Twoje hasło zaraz wygaśnie, proszę zmienić hasło!" +#~ msgid "from" +#~ msgstr "od" -#: html/main.php:351 -msgid "Plugin" -msgstr "Dodatek" +#~ msgid "Restore" +#~ msgstr "Odtwórz" -#: html/main.php:352 -#, php-format -msgid "FATAL: Cannot find any plugin definitions for plugin '%s'!" -msgstr "BŁĄD: Nie można znaleźć żadnych definicji dla pluginu '%s'!" +#~ msgid "cut" +#~ msgstr "wytnij" -#: html/main.php:367 -msgid "Configuration Error" -msgstr "Błąd konfiguracji" +#~ msgid "Your LDAP setup contains old schema definitions:" +#~ msgstr "Ustawienia serwera LDAP zawierają stare definicje schema:" -#: html/main.php:368 -#, php-format -msgid "FATAL: not all POST variables have been transfered by PHP - please inform your administrator!" -msgstr "" +#~ msgid "" +#~ "FATAL: Register globals is on. GOsa will refuse to login unless this is " +#~ "fixed by an administrator." +#~ msgstr "" +#~ "BŁĄD: Register globals jest włączone. GOsa odmówi logowania do momentu " +#~ "poprawienia tego parametru przez administratora." #, fuzzy #~ msgid "Prpperties" @@ -6600,23 +7473,13 @@ msgstr "" #~ "Ignorując ten komunikat zmienisz/usuniesz dane które obecnie edytujesz. " #~ "Proszę zamknąć wiele okien i zalogować się ponownie." -#~ msgid "Logout" -#~ msgstr "Wyloguj" - #~ msgid "External password changer reported a problem: " #~ msgstr "Zewnętrzny program do zmiany hasła zgłosił następujący problem:" -#~ msgid "Session is not encrypted!" -#~ msgstr "Sesja nie jest szyfrowana!" - #, fuzzy #~ msgid "You're going to edit the LDAP entry/entries %s" #~ msgstr "Zamierzasz skopiować wpis '%s'." -#, fuzzy -#~ msgid "Filter" -#~ msgstr "Filtry" - #, fuzzy #~ msgid "Show department" #~ msgstr "Pokaż departamenty" @@ -6735,9 +7598,6 @@ msgstr "" #~ "To może być podstawowa grupa użytkownika. Proszę upewnić się czy aby na " #~ "pewno kontynuować, gdyż tej operacji nie można cofnąć." -#~ msgid "Show primary groups" -#~ msgstr "Pokaż podstawowe grupy" - #~ msgid "Show samba groups" #~ msgstr "Pokaż grupy samba" @@ -6811,14 +7671,6 @@ msgstr "" #~ msgid "Group selection filter" #~ msgstr "Ustawienia grupy" -#, fuzzy -#~ msgid "List filter settings" -#~ msgstr "Ustawienia użytkownika" - -#, fuzzy -#~ msgid "All" -#~ msgstr "ACL" - #, fuzzy #~ msgid "Posix extension settings" #~ msgstr "Ustawienia Posix" @@ -7005,10 +7857,6 @@ msgstr "" #~ msgid "functional groups" #~ msgstr "Pokaż grupy funkcjonalne" -#, fuzzy -#~ msgid "Not allowed" -#~ msgstr "Brak uprawnień do zmiay hasła" - #, fuzzy #~ msgid "Number of listed groups" #~ msgstr "Nazwa grupy" @@ -7025,9 +7873,6 @@ msgstr "" #~ msgid "templates" #~ msgstr "Szablon" -#~ msgid "GOsa object" -#~ msgstr "Obiekt GOsa" - #, fuzzy #~ msgid "functional users" #~ msgstr "Pokaż użytkowników funkcjonalnych" @@ -7089,9 +7934,6 @@ msgstr "" #~ msgid "Regular expression for matching department names" #~ msgstr "Wyrażenie regularne dla dopasowania nazw departamentów" -#~ msgid "Department management" -#~ msgstr "Zarządzanie departamentem" - #~ msgid "" #~ "This includes all system and setup informations. Please double check if " #~ "your really want to do this since there is no way for GOsa to get your " @@ -7190,10 +8032,6 @@ msgstr "" #~ msgid "Role name" #~ msgstr "Zmień nazwę" -#, fuzzy -#~ msgid "Role description" -#~ msgstr "Opis jednostki" - #, fuzzy #~ msgid "Override sudo role ou" #~ msgstr "! nieznane id" @@ -7209,10 +8047,6 @@ msgstr "" #~ msgid "add" #~ msgstr "Dodaj" -#, fuzzy -#~ msgid "remove" -#~ msgstr "Usuń" - #~ msgid "You're about to delete the whole LDAP subtree placed under '%s'." #~ msgstr "Zamierzasz usunąć całe poddrzewo LDAP umieszczone pod '%s'." @@ -7252,10 +8086,6 @@ msgstr "" #~ msgid "Heimdal options" #~ msgstr "Opcje poczty" -#, fuzzy -#~ msgid "Hour" -#~ msgstr "godzina" - #, fuzzy #~ msgid "Day" #~ msgstr "dzień" @@ -7301,9 +8131,6 @@ msgstr "" #~ msgid "Common name" #~ msgstr "Nazwa potoczna" -#~ msgid "Server name" -#~ msgstr "Nazwa serwera" - #~ msgid "Servers of %s on %s" #~ msgstr "Serwery %s na %s" @@ -7340,9 +8167,6 @@ msgstr "" #~ msgid "Email address" #~ msgstr "Adres email" -#~ msgid "Postal Code" -#~ msgstr "Kod Pocztowy" - #~ msgid "Title" #~ msgstr "Tytuł" @@ -7417,10 +8241,6 @@ msgstr "" #~ msgid "Host" #~ msgstr "Zaczepy" -#, fuzzy -#~ msgid "Command" -#~ msgstr "i" - #, fuzzy #~ msgid "Run as user" #~ msgstr "Użytkownicy domeny" @@ -7586,10 +8406,6 @@ msgstr "" #~ msgid "Show groups with '%s'" #~ msgstr "Pokaż grupy zawierające użytkowników" -#, fuzzy -#~ msgid "server" -#~ msgstr "serwery" - #, fuzzy #~ msgid "Show %s user" #~ msgstr "Pokaż użytkowników Samby" @@ -8139,10 +8955,6 @@ msgstr "" #~ msgid "Cannot find a DESC tag in file '%s'!" #~ msgstr "Nie można stworzyć pliku '%s'." -#, fuzzy -#~ msgid "Notification" -#~ msgstr "Powiadamiania" - #, fuzzy #~ msgid "Notification plugin" #~ msgstr "Powiadomienie wysłane!" @@ -8157,9 +8969,6 @@ msgstr "" #~ msgid "Use target from" #~ msgstr "Użyj celu z" -#~ msgid "Recipients" -#~ msgstr "Odbiorcy" - #~ msgid "Message" #~ msgstr "Wiadomość" @@ -8227,9 +9036,6 @@ msgstr "" #~ msgid "Please enter a valid path in 'Home directory' field." #~ msgstr "Proszę podać prawidłową ścieżkę w polu 'Katalog domowy'." -#~ msgid "Value specified as 'UID' is not valid." -#~ msgstr "Wartość podana jako 'UID' jest nieprawidłowa." - #~ msgid "Value specified as 'GID' is not valid." #~ msgstr "Wartość podana jako 'GID' jest nieprawidłowa." @@ -8432,10 +9238,6 @@ msgstr "" #~ msgid "Available targets" #~ msgstr "Dostępni członkowie" -#, fuzzy -#~ msgid "Show object groups" -#~ msgstr "Grupy obiektów" - #~ msgid "You are not allowed to delete this acl!" #~ msgstr "Brak uprawnień do usunięcia tego ACL!" @@ -8523,10 +9325,6 @@ msgstr "" #~ msgid "Packages" #~ msgstr "Pakiety" -#, fuzzy -#~ msgid "GOsa logs" -#~ msgstr "Usługa Logowania" - #~ msgid "" #~ "Can't connect to glpi database, there is no mysl extension available in " #~ "your php setup." diff --git a/gosa-core/locale/core/pt/LC_MESSAGES/messages.po b/gosa-core/locale/core/pt/LC_MESSAGES/messages.po index 7a4646017..76cddf2b6 100644 --- a/gosa-core/locale/core/pt/LC_MESSAGES/messages.po +++ b/gosa-core/locale/core/pt/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: messages-2.6.4-pt_BR\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-04-16 10:37+0200\n" +"POT-Creation-Date: 2010-06-07 14:39+0200\n" "PO-Revision-Date: 2009-03-02 15:03-0300\n" "Last-Translator: Clever de Oliveira Jr. \n" "Language-Team: Brazilian Portuguese \n" @@ -16,71 +16,60 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" -#: setup/setup_ldap.tpl:7 +#: setup/setup_ldap.tpl:2 +msgid "" +"The main data source used in GOsa is LDAP. In order to access the " +"information stored there, please enter the required information." +msgstr "" + +#: setup/setup_ldap.tpl:9 msgid "Please choose the LDAP user to be used by GOsa" msgstr "" -#: setup/setup_ldap.tpl:13 ihtml/themes/default/help.tpl:21 -#: ihtml/themes/modern/help.tpl:21 include/class_filter.inc:228 +#: setup/setup_ldap.tpl:15 ihtml/themes/default/help.tpl:21 +#: include/class_filter.inc:158 include/class_filter.inc:228 msgid "Search" msgstr "Procura" -#: setup/setup_ldap.tpl:17 setup/setup_migrate.tpl:169 -#: setup/setup_migrate.tpl:224 setup/setup_migrate.tpl:277 -#: setup/setup_migrate.tpl:346 setup/setup_migrate.tpl:405 -#: setup/setup_migrate.tpl:462 setup/setup_migrate.tpl:512 -#: setup/setup_migrate.tpl:560 setup/setup_migrate.tpl:609 -#: ihtml/themes/default/acl.tpl:30 ihtml/themes/default/acl.tpl:54 -#: ihtml/themes/default/acl.tpl:130 ihtml/themes/default/acl.tpl:147 -#: ihtml/themes/modern/acl.tpl:33 ihtml/themes/modern/acl.tpl:62 -#: ihtml/themes/modern/acl.tpl:133 ihtml/themes/modern/acl.tpl:150 -#: include/utils/class_msgPool.inc:324 +#: setup/setup_ldap.tpl:19 setup/setup_migrate.tpl:70 +#: ihtml/themes/default/acl.tpl:33 ihtml/themes/default/acl.tpl:62 +#: ihtml/themes/default/acl.tpl:133 ihtml/themes/default/acl.tpl:150 +#: include/utils/class_msgPool.inc:307 #, php-format msgid "Apply" msgstr "Aplicar" -#: setup/setup_ldap.tpl:19 setup/setup_migrate.tpl:172 -#: setup/setup_migrate.tpl:227 setup/setup_migrate.tpl:279 -#: setup/setup_migrate.tpl:348 setup/setup_migrate.tpl:408 -#: setup/setup_migrate.tpl:465 setup/setup_migrate.tpl:515 -#: setup/setup_migrate.tpl:563 setup/setup_migrate.tpl:612 -#: ihtml/themes/default/acl.tpl:134 ihtml/themes/default/acl.tpl:150 +#: setup/setup_ldap.tpl:20 setup/setup_migrate.tpl:71 +#: ihtml/themes/default/acl.tpl:137 ihtml/themes/default/acl.tpl:153 #: ihtml/themes/default/copyPasteDialog.tpl:21 -#: ihtml/themes/default/remove.tpl:15 ihtml/themes/default/islocked.tpl:19 +#: ihtml/themes/default/islocked.tpl:26 #: ihtml/themes/default/snapshotdialog.tpl:44 -#: ihtml/themes/default/snapshotdialog.tpl:89 -#: ihtml/themes/default/msg_dialog.tpl:79 -#: ihtml/themes/default/msg_dialog.tpl:139 -#: ihtml/themes/default/msg_dialog.tpl:144 ihtml/themes/modern/acl.tpl:137 -#: ihtml/themes/modern/acl.tpl:153 ihtml/themes/modern/copyPasteDialog.tpl:21 -#: ihtml/themes/modern/islocked.tpl:26 -#: ihtml/themes/modern/snapshotdialog.tpl:44 -#: ihtml/themes/modern/snapshotdialog.tpl:90 -#: ihtml/themes/modern/msg_dialog.tpl:80 -#: ihtml/themes/modern/msg_dialog.tpl:141 -#: ihtml/themes/modern/msg_dialog.tpl:146 include/utils/class_msgPool.inc:312 +#: ihtml/themes/default/snapshotdialog.tpl:90 +#: ihtml/themes/default/msg_dialog.tpl:80 +#: ihtml/themes/default/msg_dialog.tpl:141 +#: ihtml/themes/default/msg_dialog.tpl:146 include/utils/class_msgPool.inc:295 #, php-format msgid "Cancel" msgstr "Cancelar" -#: setup/setup_ldap.tpl:28 +#: setup/setup_ldap.tpl:28 setup/setup_ldap.tpl:29 msgid "LDAP connection" msgstr "" -#: setup/setup_ldap.tpl:32 +#: setup/setup_ldap.tpl:31 msgid "Location name" msgstr "" -#: setup/setup_ldap.tpl:40 +#: setup/setup_ldap.tpl:35 msgid "Connection URI" msgstr "" -#: setup/setup_ldap.tpl:48 +#: setup/setup_ldap.tpl:39 msgid "TLS connection" msgstr "" -#: setup/setup_ldap.tpl:58 plugins/personal/generic/generic.tpl:170 -#: plugins/personal/generic/class_user.inc:1692 +#: setup/setup_ldap.tpl:47 plugins/personal/generic/generic.tpl:170 +#: plugins/personal/generic/class_user.inc:1726 #: plugins/personal/posix/groupSelect/group-list.tpl:12 #: plugins/personal/posix/trustSelect/trust-list.tpl:12 #: plugins/admin/users/user-list.tpl:12 @@ -89,13 +78,13 @@ msgstr "" #: plugins/admin/groups/generic.tpl:39 #: plugins/admin/groups/userSelect/user-list.tpl:12 #: plugins/admin/groups/group-list.tpl:12 -#: plugins/admin/groups/class_group.inc:1023 +#: plugins/admin/groups/class_group.inc:1039 #: plugins/admin/departments/class_domain.inc:92 #: plugins/admin/departments/generic.tpl:39 #: plugins/admin/departments/organization.tpl:39 #: plugins/admin/departments/class_localityGeneric.inc:94 #: plugins/admin/departments/locality.tpl:28 -#: plugins/admin/departments/class_department.inc:671 +#: plugins/admin/departments/class_department.inc:679 #: plugins/admin/departments/dcObject.tpl:28 #: plugins/admin/departments/domain.tpl:28 #: plugins/admin/departments/country.tpl:28 @@ -104,87 +93,56 @@ msgstr "" #: plugins/admin/departments/class_organizationGeneric.inc:125 #: plugins/admin/departments/class_dcObject.inc:93 #: plugins/admin/acl/acl_role.tpl:27 plugins/admin/acl/acl-list.tpl:12 -#: plugins/admin/acl/class_aclRole.inc:725 +#: plugins/admin/acl/class_aclRole.inc:739 #: plugins/admin/ogroups/generic.tpl:26 #: plugins/admin/ogroups/objectSelect/selectObject-list.tpl:12 -#: plugins/admin/ogroups/class_ogroup.inc:850 +#: plugins/admin/ogroups/class_ogroup.inc:834 #: plugins/admin/ogroups/ogroup-list.tpl:12 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:114 +#: plugins/addons/dyngroup/dyngroup.tpl:5 msgid "Base" msgstr "Base" -#: setup/setup_ldap.tpl:68 setup/setup_migrate.tpl:273 +#: setup/setup_ldap.tpl:57 msgid "Reload" msgstr "" -#: setup/setup_ldap.tpl:72 +#: setup/setup_ldap.tpl:63 setup/setup_ldap.tpl:64 msgid "Authentication" msgstr "" -#: setup/setup_ldap.tpl:76 +#: setup/setup_ldap.tpl:66 msgid "Admin DN" msgstr "" -#: setup/setup_ldap.tpl:81 -#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:79 +#: setup/setup_ldap.tpl:71 msgid "Select user" msgstr "" -#: setup/setup_ldap.tpl:89 +#: setup/setup_ldap.tpl:81 msgid "Automatically append LDAP base to admin DN" msgstr "" -#: setup/setup_ldap.tpl:96 +#: setup/setup_ldap.tpl:85 msgid "Admin password" msgstr "" -#: setup/setup_ldap.tpl:104 +#: setup/setup_ldap.tpl:91 setup/setup_ldap.tpl:92 msgid "Schema based settings" msgstr "" -#: setup/setup_ldap.tpl:108 +#: setup/setup_ldap.tpl:94 msgid "Use rfc2307bis compliant groups" msgstr "" -#: setup/setup_ldap.tpl:120 +#: setup/setup_ldap.tpl:105 setup/setup_ldap.tpl:106 msgid "Current status" msgstr "" -#: setup/setup_ldap.tpl:124 ihtml/themes/default/msg_dialog.tpl:61 -#: ihtml/themes/default/msg_dialog.tpl:108 -#: plugins/admin/ogroups/class_ogroup.inc:200 +#: setup/setup_ldap.tpl:108 plugins/admin/ogroups/class_ogroup.inc:230 msgid "Information" msgstr "Informação" -#: setup/class_setupStep_Config3.inc:81 setup/class_setupStep_Config3.inc:82 -msgid "GOsa settings 3/3" -msgstr "" - -#: setup/class_setupStep_Config3.inc:83 -msgid "Tweak some GOsa core behaviour" -msgstr "" - -#: setup/class_setupStep_Config3.inc:93 setup/class_setupStep_Ldap.inc:74 -#: setup/class_setupStep_Config2.inc:136 setup/setup_feedback.tpl:65 -#: setup/setup_feedback.tpl:85 setup/class_setupStep_Schema.inc:86 -#: setup/class_setupStep_Config1.inc:88 -msgid "No" -msgstr "" - -#: setup/class_setupStep_Config3.inc:93 setup/class_setupStep_Ldap.inc:74 -#: setup/class_setupStep_Config2.inc:136 setup/setup_feedback.tpl:63 -#: setup/setup_feedback.tpl:83 setup/class_setupStep_Schema.inc:86 -#: setup/class_setupStep_Config1.inc:88 -msgid "Yes" -msgstr "" - -#: setup/class_setupStep_Config3.inc:212 -msgid "Session lifetime must be a numeric value!" -msgstr "" - -#: setup/class_setupStep_Config3.inc:216 -msgid "Maximum LDAP query time must be a numeric value!" -msgstr "" - #: setup/setup_finish.tpl:3 msgid "Create your configuration file" msgstr "" @@ -193,276 +151,186 @@ msgstr "" msgid "Depending on the user name your webserver is running on:" msgstr "" -#: setup/setup_finish.tpl:28 +#: setup/setup_finish.tpl:27 msgid "Download configuration" msgstr "" -#: setup/setup_finish.tpl:34 +#: setup/setup_finish.tpl:33 msgid "Status: " msgstr "" -#: setup/setup_welcome.tpl:4 -msgid "" -"This seems to be the first time you start GOsa - we didn't find any " -"configuration right now. This simple wizard intends to help you while " -"setting it up." -msgstr "" - -#: setup/setup_welcome.tpl:8 -msgid "What will the wizard do for you?" +#: setup/setup_welcome.tpl:3 +msgid "How to get started" msgstr "" -#: setup/setup_welcome.tpl:11 -msgid "Create a basic, single site configuration" +#: setup/setup_welcome.tpl:5 +msgid "" +"This seems to be the first time you run GOsa on this system. To start the " +"GOsa web interface you need a working configuration file, which can be " +"generated by this wizzard." msgstr "" -#: setup/setup_welcome.tpl:12 -msgid "Tries to find problems within your PHP and LDAP setup" +#: setup/setup_welcome.tpl:9 +msgid "What you need to generate a configuration file:" msgstr "" #: setup/setup_welcome.tpl:13 -msgid "Let you choose from a set of basic and advanced configuration switches" -msgstr "" +#, fuzzy +msgid "The hostname of your LDAP server" +msgstr "enquanto executava no LDAP server %s" #: setup/setup_welcome.tpl:14 -msgid "Guided migration of existing LDAP trees" +msgid "Installed GOsa and supplementary schemas" msgstr "" -#: setup/setup_welcome.tpl:17 -msgid "What will the wizard NOT do for you?" +#: setup/setup_welcome.tpl:15 +msgid "The LDAP base of your LDAP directory" msgstr "" -#: setup/setup_welcome.tpl:20 -msgid "Find every possible configuration error" +#: setup/setup_welcome.tpl:16 +msgid "The DN and the password of the LDAP admin user" msgstr "" -#: setup/setup_welcome.tpl:21 -msgid "Migrate every possible LDAP setup - create backup dumps!" +#: setup/setup_welcome.tpl:20 +msgid "" +"If you've collected the needed information, unlock the setup process like " +"shown in the next paragraph." msgstr "" -#: setup/setup_welcome.tpl:25 -msgid "To continue..." +#: setup/setup_welcome.tpl:24 +msgid "Starting the setup" msgstr "" -#: setup/setup_welcome.tpl:28 +#: setup/setup_welcome.tpl:26 msgid "" -"For security reasons you need to authenticate for the installation by " -"creating the file '/tmp/gosa.auth', containing the current session ID on the " -"servers local filesystem. This can be done by executing the following " -"command:" +"For security reasons you need to authenticate the installation by creating " +"the file '/tmp/gosa.auth', containing the current session ID on the servers " +"local filesystem. This can be done by executing the following command:" msgstr "" -#: setup/setup_welcome.tpl:34 -msgid "Click the 'Continue' button when you've finished." +#: setup/setup_welcome.tpl:32 +msgid "Click the 'Next' button when you've finished." msgstr "" -#: setup/class_setup.inc:77 setup/class_setupStep_Feedback.inc:131 +#: setup/class_setup.inc:74 setup/class_setupStep_Feedback.inc:132 msgid "Setup error" msgstr "" -#: setup/class_setup.inc:197 -msgid "Completed" -msgstr "" - -#: setup/class_setup.inc:267 setup/setup_migrate.tpl:291 -msgid "Next" -msgstr "" - -#: setup/setup_license.tpl:8 -msgid "I have read the license and accept it" -msgstr "" - -#: setup/setup_config2.tpl:2 -msgid "Samba settings" -msgstr "Configurações samba" - -#: setup/setup_config2.tpl:6 -msgid "Samba hash generator" -msgstr "" - -#: setup/setup_config2.tpl:15 -msgid "Samba SID" -msgstr "" - -#: setup/setup_config2.tpl:31 -msgid "RID base" -msgstr "" - -#: setup/setup_config2.tpl:46 -msgid "Workstation container" -msgstr "" - -#: setup/setup_config2.tpl:61 -msgid "Samba SID mapping" -msgstr "" - -#: setup/setup_config2.tpl:71 -msgid "Timezone" -msgstr "" - -#: setup/setup_config2.tpl:74 -msgid "Please choose your preferred timezone here" -msgstr "" - -#: setup/setup_config2.tpl:96 -msgid "Additional GOsa settings" -msgstr "" - -#: setup/setup_config2.tpl:100 -msgid "Enable Copy & Paste" -msgstr "" - -#: setup/setup_config2.tpl:112 -msgid "Government mode" -msgstr "" - -#: setup/setup_config2.tpl:123 -msgid "GOsa logging" -msgstr "" - -#: setup/setup_config2.tpl:135 -msgid "Mail settings" -msgstr "Configurações de Correio" - -#: setup/setup_config2.tpl:139 -msgid "Mail method" -msgstr "Método de correio" - -#: setup/setup_config2.tpl:143 -#: plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc:173 -msgid "disabled" -msgstr "desabilitado" - -#: setup/setup_config2.tpl:155 -msgid "Account identification attribute" +#: setup/class_setup.inc:183 +msgid "Setup" msgstr "" -#: setup/setup_config2.tpl:169 -msgid "Vacation templates" +#: setup/class_setup.inc:195 +msgid "Completed" msgstr "" -#: setup/setup_config2.tpl:185 -msgid "Use Cyrus UNIX style" +#: setup/class_setup.inc:235 +msgid "Check again" msgstr "" -#: setup/setup_config2.tpl:195 -msgid "Snapshots / Undo" +#: setup/class_setup.inc:238 +msgid "Next" msgstr "" -#: setup/setup_config2.tpl:204 setup/setup_config2.tpl:249 -msgid "Enable snapshots" +#: setup/setup_license.tpl:3 +msgid "" +"GOsa is developed under the terms of the GNU General Public Licence V2. " +"Please accept the terms below." msgstr "" -#: setup/setup_config2.tpl:210 setup/setup_config2.tpl:255 -msgid "Snapshot base" +#: setup/setup_license.tpl:11 +msgid "I have read the license and accept it" msgstr "" -#: setup/setup_config2.tpl:219 setup/setup_config2.tpl:264 -#: plugins/generic/references/class_reference.inc:65 -#: plugins/personal/posix/trustSelect/trust-list.xml:12 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:23 -#: plugins/admin/ogroups/class_ogroupManagement.inc:187 -msgid "Server" -msgstr "Servidor" - -#: setup/setup_config2.tpl:228 setup/setup_config2.tpl:273 -#: plugins/admin/users/user-list.xml:23 plugins/admin/users/user-list.xml:95 -#: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:15 -#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:14 -#: plugins/admin/groups/userSelect/user-list.xml:14 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:63 -#: plugins/admin/ogroups/class_ogroupManagement.inc:183 -msgid "User" -msgstr "Usuário" - -#: setup/setup_config2.tpl:237 setup/setup_config2.tpl:282 -#: setup/setup_migrate.tpl:320 ihtml/themes/default/login.tpl:47 -#: ihtml/themes/default/login.tpl:49 ihtml/themes/default/password.tpl:40 -#: ihtml/themes/modern/login.tpl:47 ihtml/themes/modern/login.tpl:50 -#: plugins/personal/password/class_password.inc:26 -#: plugins/personal/generic/paste_generic.tpl:21 -msgid "Password" -msgstr "Senha" - -#: setup/class_setupStep_Ldap.inc:53 +#: setup/class_setupStep_Ldap.inc:54 msgid "LDAP setup" msgstr "" -#: setup/class_setupStep_Ldap.inc:54 +#: setup/class_setupStep_Ldap.inc:55 msgid "LDAP connection setup" msgstr "" -#: setup/class_setupStep_Ldap.inc:55 +#: setup/class_setupStep_Ldap.inc:56 msgid "" "This dialog performs the basic configuration of the LDAP connectivity for " "GOsa." msgstr "" -#: setup/class_setupStep_Ldap.inc:112 +#: setup/class_setupStep_Ldap.inc:75 setup/setup_feedback.tpl:41 +#: setup/setup_feedback.tpl:52 +msgid "No" +msgstr "" + +#: setup/class_setupStep_Ldap.inc:75 setup/setup_feedback.tpl:39 +#: setup/setup_feedback.tpl:50 +msgid "Yes" +msgstr "" + +#: setup/class_setupStep_Ldap.inc:113 #, php-format msgid "Anonymous bind to server '%s' failed!" msgstr "" -#: setup/class_setupStep_Ldap.inc:114 +#: setup/class_setupStep_Ldap.inc:115 #, php-format msgid "Bind as user '%s' failed!" msgstr "" -#: setup/class_setupStep_Ldap.inc:119 +#: setup/class_setupStep_Ldap.inc:120 #, php-format msgid "Anonymous bind to server '%s' succeeded." msgstr "" -#: setup/class_setupStep_Ldap.inc:120 +#: setup/class_setupStep_Ldap.inc:121 msgid "Please specify user and password!" msgstr "" -#: setup/class_setupStep_Ldap.inc:122 +#: setup/class_setupStep_Ldap.inc:123 #, php-format msgid "Bind as user '%s' to server '%s' succeeded!" msgstr "" -#: setup/class_setupStep_Feedback.inc:92 +#: setup/class_setupStep_Feedback.inc:94 msgid "UNIX accounts/groups" msgstr "" -#: setup/class_setupStep_Feedback.inc:94 +#: setup/class_setupStep_Feedback.inc:96 msgid "Samba management" msgstr "" -#: setup/class_setupStep_Feedback.inc:96 +#: setup/class_setupStep_Feedback.inc:98 msgid "Mailsystem management" msgstr "" -#: setup/class_setupStep_Feedback.inc:98 +#: setup/class_setupStep_Feedback.inc:100 msgid "FAX system administration" msgstr "" -#: setup/class_setupStep_Feedback.inc:100 +#: setup/class_setupStep_Feedback.inc:102 msgid "Asterisk administration" msgstr "" -#: setup/class_setupStep_Feedback.inc:102 +#: setup/class_setupStep_Feedback.inc:104 msgid "System inventory" msgstr "" -#: setup/class_setupStep_Feedback.inc:104 +#: setup/class_setupStep_Feedback.inc:106 msgid "System-/Configmanagement" msgstr "" -#: setup/class_setupStep_Feedback.inc:106 +#: setup/class_setupStep_Feedback.inc:108 msgid "Addressbook" msgstr "Catálogo de Endereços" -#: setup/class_setupStep_Feedback.inc:112 +#: setup/class_setupStep_Feedback.inc:114 msgid "Feedback" msgstr "" -#: setup/class_setupStep_Feedback.inc:113 +#: setup/class_setupStep_Feedback.inc:115 msgid "Get notifications or send feedback" msgstr "" -#: setup/class_setupStep_Feedback.inc:114 +#: setup/class_setupStep_Feedback.inc:116 msgid "Notification and feedback" msgstr "" @@ -480,101 +348,91 @@ msgstr "" msgid "Cannot send feedback: service temporarily unavailable" msgstr "" -#: setup/class_setupStep_Feedback.inc:180 +#: setup/class_setupStep_Feedback.inc:181 msgid "Please specify a valid email address." msgstr "" -#: setup/class_setupStep_Feedback.inc:184 +#: setup/class_setupStep_Feedback.inc:185 msgid "" "You have to select at least one of both options, subscribe or send feedback." msgstr "" -#: setup/class_setupStep_Config2.inc:80 setup/class_setupStep_Config2.inc:81 -msgid "GOsa settings 2/3" -msgstr "" - -#: setup/class_setupStep_Config2.inc:82 -msgid "Customize special parameters" -msgstr "" - -#: setup/setup_schema.tpl:3 +#: setup/setup_schema.tpl:1 msgid "Schema specific settings" msgstr "" -#: setup/setup_schema.tpl:7 -msgid "Enable schema validation when logging in" -msgstr "" - -#: setup/setup_schema.tpl:16 -msgid "Check status" -msgstr "" - -#: setup/setup_schema.tpl:20 +#: setup/setup_schema.tpl:4 msgid "Schema check succeeded" msgstr "" -#: setup/setup_schema.tpl:23 +#: setup/setup_schema.tpl:7 msgid "Schema check failed" msgstr "" -#: setup/setup_schema.tpl:31 +#: setup/setup_schema.tpl:11 msgid "" "Could not read any schema informations, all checks skipped. Adjust your ldap " "acls." msgstr "" -#: setup/setup_schema.tpl:35 +#: setup/setup_schema.tpl:13 msgid "" "It seems that your ldap database wasn't initialized yet. This maybe the " "reason, why GOsa can't read your schema configuration!" msgstr "" -#: setup/setup_feedback.tpl:5 +#: setup/setup_feedback.tpl:2 msgid "Feedback sucessfully send" msgstr "" -#: setup/setup_feedback.tpl:15 +#: setup/setup_feedback.tpl:6 msgid "Subscribe to the gosa-announce mailinglist" msgstr "" -#: setup/setup_feedback.tpl:18 +#: setup/setup_feedback.tpl:8 msgid "" "When checking this option, GOsa will try to connect http://oss.gonicus.de in " "order to subscribe you to the gosa-announce mailing list. You've to confirm " "this by mail." msgstr "" -#: setup/setup_feedback.tpl:23 plugins/personal/generic/generic.tpl:301 -#: plugins/personal/generic/class_user.inc:1698 +#: setup/setup_feedback.tpl:10 setup/setup_feedback.tpl:12 +#: plugins/personal/generic/generic.tpl:301 +#: plugins/personal/generic/class_user.inc:1732 #: plugins/admin/departments/organization.tpl:4 #: plugins/admin/departments/dep-list.xml:47 #: plugins/admin/departments/dep-list.xml:131 -#: plugins/admin/departments/class_departmentManagement.inc:238 +#: plugins/admin/departments/class_departmentManagement.inc:241 #: plugins/admin/departments/dep-filter.xml:91 #: plugins/admin/departments/class_organizationGeneric.inc:113 #: plugins/admin/departments/class_organizationGeneric.inc:114 msgid "Organization" msgstr "Organização" -#: setup/setup_feedback.tpl:31 setup/setup_migrate.tpl:304 -#: ihtml/themes/modern/userFilterEditor.tpl:11 -#: plugins/personal/generic/class_user.inc:1333 -#: plugins/personal/generic/class_user.inc:1351 -#: plugins/personal/generic/class_user.inc:1393 -#: plugins/personal/generic/class_user.inc:1838 +#: setup/setup_feedback.tpl:16 setup/setup_migrate.tpl:43 +#: setup/setup_migrate.tpl:45 ihtml/themes/default/userFilterEditor.tpl:11 +#: plugins/generic/references/class_reference.inc:57 +#: plugins/generic/references/class_reference.inc:63 +#: plugins/generic/references/class_reference.inc:69 +#: plugins/generic/references/class_reference.inc:75 +#: plugins/generic/references/class_reference.inc:81 +#: plugins/personal/generic/class_user.inc:1331 +#: plugins/personal/generic/class_user.inc:1349 +#: plugins/personal/generic/class_user.inc:1391 +#: plugins/personal/generic/class_user.inc:1872 #: plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc:45 #: plugins/personal/posix/groupSelect/group-list.xml:33 #: plugins/personal/posix/trustSelect/trust-list.xml:46 #: plugins/admin/users/class_userManagement.inc:423 #: plugins/admin/users/class_userManagement.inc:470 #: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:49 -#: plugins/admin/groups/class_group.inc:883 -#: plugins/admin/groups/class_group.inc:894 -#: plugins/admin/groups/class_group.inc:896 -#: plugins/admin/groups/class_group.inc:913 -#: plugins/admin/groups/class_group.inc:927 -#: plugins/admin/groups/class_group.inc:934 -#: plugins/admin/groups/class_group.inc:1021 +#: plugins/admin/groups/class_group.inc:886 +#: plugins/admin/groups/class_group.inc:897 +#: plugins/admin/groups/class_group.inc:899 +#: plugins/admin/groups/class_group.inc:916 +#: plugins/admin/groups/class_group.inc:930 +#: plugins/admin/groups/class_group.inc:937 +#: plugins/admin/groups/class_group.inc:1037 #: plugins/admin/groups/group-list.xml:41 #: plugins/admin/departments/class_domain.inc:47 #: plugins/admin/departments/class_domain.inc:49 @@ -587,11 +445,11 @@ msgstr "Organização" #: plugins/admin/departments/class_localityGeneric.inc:55 #: plugins/admin/departments/class_localityGeneric.inc:57 #: plugins/admin/departments/class_localityGeneric.inc:59 -#: plugins/admin/departments/class_department.inc:355 #: plugins/admin/departments/class_department.inc:357 -#: plugins/admin/departments/class_department.inc:362 -#: plugins/admin/departments/class_department.inc:369 -#: plugins/admin/departments/class_department.inc:373 +#: plugins/admin/departments/class_department.inc:359 +#: plugins/admin/departments/class_department.inc:364 +#: plugins/admin/departments/class_department.inc:371 +#: plugins/admin/departments/class_department.inc:375 #: plugins/admin/departments/class_countryGeneric.inc:47 #: plugins/admin/departments/class_countryGeneric.inc:49 #: plugins/admin/departments/class_countryGeneric.inc:54 @@ -609,407 +467,268 @@ msgstr "Organização" #: plugins/admin/departments/class_dcObject.inc:58 #: plugins/admin/departments/class_dcObject.inc:90 #: plugins/admin/acl/acl_role.tpl:7 plugins/admin/acl/acl-list.xml:49 -#: plugins/admin/acl/class_aclRole.inc:724 -#: plugins/admin/acl/class_aclRole.inc:736 -#: plugins/admin/acl/class_aclRole.inc:746 plugins/admin/acl/paste_role.tpl:4 +#: plugins/admin/acl/class_aclRole.inc:738 +#: plugins/admin/acl/class_aclRole.inc:750 +#: plugins/admin/acl/class_aclRole.inc:760 plugins/admin/acl/paste_role.tpl:4 #: plugins/admin/ogroups/objectSelect/selectObject-list.xml:97 +#: plugins/admin/ogroups/class_ogroup.inc:155 +#: plugins/admin/ogroups/class_ogroup.inc:652 #: plugins/admin/ogroups/class_ogroup.inc:667 -#: plugins/admin/ogroups/class_ogroup.inc:682 -#: plugins/admin/ogroups/class_ogroup.inc:686 -#: plugins/admin/ogroups/class_ogroup.inc:849 +#: plugins/admin/ogroups/class_ogroup.inc:671 +#: plugins/admin/ogroups/class_ogroup.inc:833 #: plugins/admin/ogroups/ogroup-list.xml:41 +#: plugins/addons/propertyEditor/property-list.xml:80 #: include/class_userFilterEditor.inc:233 -#: include/class_userFilterEditor.inc:237 include/class_acl.inc:263 +#: include/class_userFilterEditor.inc:237 include/class_acl.inc:262 #: include/class_SnapShotDialog.inc:55 include/class_userFilter.inc:55 #: include/class_userFilter.inc:150 msgid "Name" msgstr "Nome" -#: setup/setup_feedback.tpl:39 +#: setup/setup_feedback.tpl:20 msgid "Mail address" msgstr "Endereço de Correio" -#: setup/setup_feedback.tpl:50 +#: setup/setup_feedback.tpl:28 msgid "Send feedback to the GOsa project team" msgstr "" -#: setup/setup_feedback.tpl:53 +#: setup/setup_feedback.tpl:31 msgid "" "When checking this option, GOsa will try to connect http://oss.gonicus.de in " "order to submit your form anonymously." msgstr "" -#: setup/setup_feedback.tpl:55 -#: plugins/generic/references/class_reference.inc:41 +#: setup/setup_feedback.tpl:35 setup/setup_feedback.tpl:36 #: plugins/personal/generic/class_user.inc:37 -#: plugins/personal/generic/class_user.inc:1669 +#: plugins/personal/generic/class_user.inc:1681 #: plugins/personal/posix/generic.tpl:5 #: plugins/admin/users/class_userManagement.inc:755 -#: plugins/admin/groups/class_group.inc:1012 -#: plugins/admin/departments/class_department.inc:659 -#: plugins/admin/ogroups/class_ogroup.inc:840 +#: plugins/admin/groups/class_group.inc:1015 +#: plugins/admin/departments/class_department.inc:661 +#: plugins/admin/ogroups/class_ogroup.inc:820 msgid "Generic" msgstr "Geral" -#: setup/setup_feedback.tpl:60 +#: setup/setup_feedback.tpl:38 msgid "Did the setup procedure help you to get started?" msgstr "" -#: setup/setup_feedback.tpl:71 +#: setup/setup_feedback.tpl:44 msgid "If not, what problems did you encounter" msgstr "" -#: setup/setup_feedback.tpl:80 +#: setup/setup_feedback.tpl:48 msgid "Is this the first time you use GOsa?" msgstr "" -#: setup/setup_feedback.tpl:86 +#: setup/setup_feedback.tpl:53 msgid "I use it since" msgstr "" -#: setup/setup_feedback.tpl:87 +#: setup/setup_feedback.tpl:54 msgid "Select the year since when you are using GOsa" msgstr "" -#: setup/setup_feedback.tpl:95 +#: setup/setup_feedback.tpl:60 msgid "What operating system / distribution do you use?" msgstr "" -#: setup/setup_feedback.tpl:104 +#: setup/setup_feedback.tpl:64 msgid "What web server do you use?" msgstr "" -#: setup/setup_feedback.tpl:113 +#: setup/setup_feedback.tpl:68 msgid "What PHP version do you use?" msgstr "" -#: setup/setup_feedback.tpl:121 +#: setup/setup_feedback.tpl:72 +msgid "GOsa version" +msgstr "" + +#: setup/setup_feedback.tpl:78 setup/setup_feedback.tpl:79 msgid "LDAP" msgstr "" -#: setup/setup_feedback.tpl:126 +#: setup/setup_feedback.tpl:81 msgid "What kind of LDAP server(s) do you use?" msgstr "" -#: setup/setup_feedback.tpl:132 +#: setup/setup_feedback.tpl:85 msgid "How many objects are in your LDAP?" msgstr "" -#: setup/setup_feedback.tpl:139 +#: setup/setup_feedback.tpl:91 setup/setup_feedback.tpl:92 msgid "Features" msgstr "" -#: setup/setup_feedback.tpl:142 +#: setup/setup_feedback.tpl:94 msgid "What features of GOsa do you use?" msgstr "" -#: setup/setup_feedback.tpl:153 +#: setup/setup_feedback.tpl:103 msgid "What features do you want to see in future versions of GOsa?" msgstr "" -#: setup/setup_feedback.tpl:161 +#: setup/setup_feedback.tpl:107 msgid "Send feedback" msgstr "" -#: setup/class_setupStep_Schema.inc:42 setup/class_setupStep_Schema.inc:43 +#: setup/class_setupStep_Schema.inc:37 setup/class_setupStep_Schema.inc:38 msgid "LDAP schema check" msgstr "" -#: setup/class_setupStep_Schema.inc:44 +#: setup/class_setupStep_Schema.inc:39 msgid "Perform test on your current LDAP schema" msgstr "" -#: setup/class_setupStep_Migrate.inc:127 setup/class_setupStep_Migrate.inc:128 +#: setup/class_setupStep_Schema.inc:96 include/class_configRegistry.inc:230 +msgid "The following object classes are missing:" +msgstr "" + +#: setup/class_setupStep_Schema.inc:99 include/class_configRegistry.inc:237 +msgid "The following object classes are outdated:" +msgstr "" + +#: setup/class_setupStep_Migrate.inc:51 setup/class_setupStep_Migrate.inc:52 msgid "LDAP inspection" msgstr "" -#: setup/class_setupStep_Migrate.inc:129 +#: setup/class_setupStep_Migrate.inc:53 msgid "Analyze your current LDAP for GOsa compatibility" msgstr "" -#: setup/class_setupStep_Migrate.inc:135 +#: setup/class_setupStep_Migrate.inc:59 msgid "Checking for root object" msgstr "" -#: setup/class_setupStep_Migrate.inc:141 +#: setup/class_setupStep_Migrate.inc:65 msgid "Inspecting object classes in root object" msgstr "" -#: setup/class_setupStep_Migrate.inc:147 +#: setup/class_setupStep_Migrate.inc:71 msgid "Checking permission for LDAP database" msgstr "" -#: setup/class_setupStep_Migrate.inc:153 -msgid "Checking for invisible departments" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:158 -msgid "Checking for invisible users" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:165 -#: setup/class_setupStep_Migrate.inc:3209 +#: setup/class_setupStep_Migrate.inc:78 msgid "Checking for super administrator" msgstr "" -#: setup/class_setupStep_Migrate.inc:171 -msgid "Checking for users outside the people tree" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:177 -msgid "Checking for groups outside the groups tree" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:184 -msgid "Checking for windows workstations outside the winstation tree" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:190 -msgid "Checking for duplicated UID numbers" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:196 -msgid "Checking for duplicate GID numbers" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:202 -msgid "Checking for old style USB devices" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:208 -msgid "Checking for old services that have to be migrated" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:214 -msgid "Checking for old style application menus" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:240 setup/class_setupStep_Migrate.inc:292 -#: setup/class_setupStep_Migrate.inc:357 setup/class_setupStep_Migrate.inc:421 -#: setup/class_setupStep_Migrate.inc:492 setup/class_setupStep_Migrate.inc:569 -#: setup/class_setupStep_Migrate.inc:653 setup/class_setupStep_Migrate.inc:794 -#: setup/class_setupStep_Migrate.inc:890 -#: setup/class_setupStep_Migrate.inc:2036 -#: setup/class_setupStep_Migrate.inc:2504 -#: setup/class_setupStep_Migrate.inc:2695 -#: setup/class_setupStep_Migrate.inc:2832 +#: setup/class_setupStep_Migrate.inc:118 setup/class_setupStep_Migrate.inc:186 +#: setup/class_setupStep_Migrate.inc:709 msgid "LDAP query failed" msgstr "" -#: setup/class_setupStep_Migrate.inc:241 setup/class_setupStep_Migrate.inc:293 -#: setup/class_setupStep_Migrate.inc:358 setup/class_setupStep_Migrate.inc:422 -#: setup/class_setupStep_Migrate.inc:493 setup/class_setupStep_Migrate.inc:570 -#: setup/class_setupStep_Migrate.inc:654 setup/class_setupStep_Migrate.inc:795 -#: setup/class_setupStep_Migrate.inc:891 -#: setup/class_setupStep_Migrate.inc:2037 -#: setup/class_setupStep_Migrate.inc:2505 -#: setup/class_setupStep_Migrate.inc:2696 -#: setup/class_setupStep_Migrate.inc:2833 +#: setup/class_setupStep_Migrate.inc:119 setup/class_setupStep_Migrate.inc:187 +#: setup/class_setupStep_Migrate.inc:710 msgid "Possibly the 'root object' is missing." msgstr "" -#: setup/class_setupStep_Migrate.inc:261 setup/class_setupStep_Migrate.inc:313 -#: setup/class_setupStep_Migrate.inc:446 setup/class_setupStep_Migrate.inc:523 -#: setup/class_setupStep_Migrate.inc:661 setup/class_setupStep_Migrate.inc:802 -#: setup/class_setupStep_Migrate.inc:2571 -#: setup/class_setupStep_Migrate.inc:2724 -#: setup/class_setupStep_Migrate.inc:3056 setup/setup_checks.tpl:32 -#: setup/setup_checks.tpl:93 ihtml/themes/default/remove.tpl:2 -#: ihtml/themes/default/islocked.tpl:6 ihtml/themes/default/msg_dialog.tpl:59 -#: ihtml/themes/default/msg_dialog.tpl:106 -#: plugins/personal/posix/class_posixAccount.inc:678 -#: plugins/personal/posix/class_posixAccount.inc:803 -#: plugins/admin/groups/class_group.inc:832 -#: plugins/admin/departments/dep_move_confirm.tpl:2 include/functions.inc:931 -#: include/functions.inc:2690 include/functions.inc:2694 -#: include/functions.inc:2700 include/utils/class_xml.inc:37 -#: include/class_tabs.inc:241 html/password.php:314 -msgid "Warning" -msgstr "Atenção" - -#: setup/class_setupStep_Migrate.inc:263 -#, php-format -msgid "Found %s duplicate values for attribute 'uidNumber'." -msgstr "" - -#: setup/class_setupStep_Migrate.inc:267 setup/class_setupStep_Migrate.inc:319 -#: setup/class_setupStep_Migrate.inc:380 setup/class_setupStep_Migrate.inc:453 -#: setup/class_setupStep_Migrate.inc:530 setup/class_setupStep_Migrate.inc:604 -#: setup/class_setupStep_Migrate.inc:657 setup/class_setupStep_Migrate.inc:798 -#: setup/class_setupStep_Migrate.inc:1044 -#: setup/class_setupStep_Migrate.inc:2011 -#: setup/class_setupStep_Migrate.inc:2155 -#: setup/class_setupStep_Migrate.inc:2577 -#: setup/class_setupStep_Migrate.inc:2731 -#: setup/class_setupStep_Migrate.inc:3061 setup/setup_checks.tpl:27 -#: setup/setup_checks.tpl:87 ihtml/themes/default/msg_dialog.tpl:76 -#: ihtml/themes/default/msg_dialog.tpl:78 -#: ihtml/themes/default/msg_dialog.tpl:134 -#: ihtml/themes/default/msg_dialog.tpl:137 -#: ihtml/themes/default/msg_dialog.tpl:142 -#: ihtml/themes/modern/msg_dialog.tpl:77 ihtml/themes/modern/msg_dialog.tpl:79 -#: ihtml/themes/modern/msg_dialog.tpl:136 -#: ihtml/themes/modern/msg_dialog.tpl:139 -#: ihtml/themes/modern/msg_dialog.tpl:144 include/utils/class_msgPool.inc:318 -#, php-format -msgid "Ok" -msgstr "Ok" - -#: setup/class_setupStep_Migrate.inc:315 -#, php-format -msgid "Found %s duplicate values for attribute 'gidNumber'." -msgstr "" - -#: setup/class_setupStep_Migrate.inc:373 setup/class_setupStep_Migrate.inc:583 -#: setup/class_setupStep_Migrate.inc:596 -#: setup/class_setupStep_Migrate.inc:1030 -#: setup/class_setupStep_Migrate.inc:1048 -#: setup/class_setupStep_Migrate.inc:1988 -#: setup/class_setupStep_Migrate.inc:2001 -#: setup/class_setupStep_Migrate.inc:2056 -#: setup/class_setupStep_Migrate.inc:2077 -#: setup/class_setupStep_Migrate.inc:2129 -#: setup/class_setupStep_Migrate.inc:3211 +#: setup/class_setupStep_Migrate.inc:132 setup/class_setupStep_Migrate.inc:145 +#: setup/class_setupStep_Migrate.inc:307 setup/class_setupStep_Migrate.inc:661 +#: setup/class_setupStep_Migrate.inc:674 setup/class_setupStep_Migrate.inc:729 +#: setup/class_setupStep_Migrate.inc:750 setup/class_setupStep_Migrate.inc:802 msgid "Failed" msgstr "" -#: setup/class_setupStep_Migrate.inc:375 -#, php-format -msgid "" -"Found %s winstations outside the predefined winstation department ou '%s'." -msgstr "" - -#: setup/class_setupStep_Migrate.inc:376 setup/class_setupStep_Migrate.inc:664 -#: setup/class_setupStep_Migrate.inc:804 -#: setup/class_setupStep_Migrate.inc:1033 -#: setup/class_setupStep_Migrate.inc:2131 -#: setup/class_setupStep_Migrate.inc:2574 -#: setup/class_setupStep_Migrate.inc:2728 -#: setup/class_setupStep_Migrate.inc:3058 setup/setup_migrate.tpl:55 -msgid "Migrate" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:448 -#, php-format -msgid "Found %s groups outside the configured tree '%s'." -msgstr "" - -#: setup/class_setupStep_Migrate.inc:449 setup/class_setupStep_Migrate.inc:526 -msgid "Move" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:525 -#, php-format -msgid "Found %s user(s) outside the configured tree '%s'." -msgstr "" - -#: setup/class_setupStep_Migrate.inc:585 setup/class_setupStep_Migrate.inc:598 +#: setup/class_setupStep_Migrate.inc:134 setup/class_setupStep_Migrate.inc:147 #, php-format msgid "" "The specified user '%s' does not have full access to your ldap database." msgstr "" -#: setup/class_setupStep_Migrate.inc:662 -#, php-format -msgid "Found %s user(s) that will not be visible in GOsa." -msgstr "" - -#: setup/class_setupStep_Migrate.inc:712 setup/class_setupStep_Migrate.inc:855 -#: setup/class_setupStep_Migrate.inc:1118 -msgid "Migration error" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:712 setup/class_setupStep_Migrate.inc:855 +#: setup/class_setupStep_Migrate.inc:153 setup/class_setupStep_Migrate.inc:303 +#: setup/class_setupStep_Migrate.inc:684 setup/class_setupStep_Migrate.inc:828 +#: setup/setup_checks.tpl:21 setup/setup_checks.tpl:62 +#: ihtml/themes/default/msg_dialog.tpl:77 +#: ihtml/themes/default/msg_dialog.tpl:79 +#: ihtml/themes/default/msg_dialog.tpl:136 +#: ihtml/themes/default/msg_dialog.tpl:139 +#: ihtml/themes/default/msg_dialog.tpl:144 include/utils/class_msgPool.inc:301 #, php-format -msgid "Cannot migrate department '%s':" -msgstr "" +msgid "Ok" +msgstr "Ok" -#: setup/class_setupStep_Migrate.inc:803 -#, php-format -msgid "Found %s department(s) that will not be visible in GOsa." -msgstr "" +#: setup/class_setupStep_Migrate.inc:297 +#: plugins/generic/references/class_aclResolver.inc:173 +#: plugins/personal/generic/class_user.inc:1687 +#: plugins/admin/users/class_userManagement.inc:25 include/class_acl.inc:237 +msgid "Users" +msgstr "Usuários" -#: setup/class_setupStep_Migrate.inc:1027 -#, php-format -msgid "GOsa 2.5 administrative accounts found: %s" -msgstr "" +#: setup/class_setupStep_Migrate.inc:300 +#: plugins/generic/references/class_aclResolver.inc:165 +#: plugins/admin/groups/class_groupManagement.inc:25 +#: plugins/admin/groups/class_group.inc:1021 include/class_acl.inc:237 +msgid "Groups" +msgstr "Grupos" -#: setup/class_setupStep_Migrate.inc:1032 -msgid "There is no valid GOsa 2.6 administrator account inside your LDAP." +#: setup/class_setupStep_Migrate.inc:308 +msgid "There is no GOsa administrator account inside your LDAP." msgstr "" -#: setup/class_setupStep_Migrate.inc:1034 -#: setup/class_setupStep_Migrate.inc:1050 plugins/admin/users/user-list.xml:89 +#: setup/class_setupStep_Migrate.inc:309 plugins/admin/users/user-list.xml:89 #: plugins/admin/groups/group-list.xml:73 #: plugins/admin/departments/dep-list.xml:98 plugins/admin/acl/acl-list.xml:76 #: plugins/admin/ogroups/ogroup-list.xml:73 msgid "Create" msgstr "Criar" -#: setup/class_setupStep_Migrate.inc:1038 -#: plugins/personal/generic/class_user.inc:1675 -#: plugins/admin/users/class_userManagement.inc:25 include/class_acl.inc:238 -msgid "Users" -msgstr "Usuários" - -#: setup/class_setupStep_Migrate.inc:1041 -#: plugins/admin/groups/class_groupManagement.inc:25 -#: plugins/admin/groups/class_group.inc:1018 include/class_acl.inc:238 -msgid "Groups" -msgstr "Grupos" - -#: setup/class_setupStep_Migrate.inc:1049 -msgid "There is no GOsa administrator account inside your LDAP." +#: setup/class_setupStep_Migrate.inc:377 +msgid "Migration error" msgstr "" -#: setup/class_setupStep_Migrate.inc:1118 +#: setup/class_setupStep_Migrate.inc:377 #, php-format msgid "Cannot add ACL for user '%s':" msgstr "" -#: setup/class_setupStep_Migrate.inc:1156 -#: setup/class_setupStep_Migrate.inc:1166 +#: setup/class_setupStep_Migrate.inc:415 setup/class_setupStep_Migrate.inc:425 msgid "Input error" msgstr "" -#: setup/class_setupStep_Migrate.inc:1156 +#: setup/class_setupStep_Migrate.inc:415 +#: plugins/generic/references/class_reference.inc:87 +#: plugins/admin/groups/class_group.inc:210 +#: plugins/admin/groups/class_group.inc:1170 +#: plugins/admin/groups/class_group.inc:1180 msgid "Uid" msgstr "" -#: setup/class_setupStep_Migrate.inc:1161 +#: setup/class_setupStep_Migrate.inc:420 msgid "Password error" msgstr "" -#: setup/class_setupStep_Migrate.inc:1161 +#: setup/class_setupStep_Migrate.inc:420 msgid "Provided passwords do not match!" msgstr "" -#: setup/class_setupStep_Migrate.inc:1166 +#: setup/class_setupStep_Migrate.inc:425 msgid "Specify a valid user ID!" msgstr "" -#: setup/class_setupStep_Migrate.inc:1199 setup/setup_checks.tpl:30 -#: setup/setup_checks.tpl:91 ihtml/themes/default/msg_dialog.tpl:57 -#: ihtml/themes/default/msg_dialog.tpl:104 -#: plugins/personal/generic/class_user.inc:297 -#: plugins/personal/generic/class_user.inc:429 -#: plugins/personal/generic/class_user.inc:522 -#: plugins/personal/generic/class_user.inc:816 -#: plugins/personal/generic/class_user.inc:1205 -#: plugins/personal/generic/class_user.inc:1212 -#: plugins/personal/generic/class_user.inc:1230 -#: plugins/personal/generic/class_user.inc:1500 -#: plugins/personal/generic/class_user.inc:1787 -#: plugins/personal/myaccount/main.inc:112 -#: plugins/admin/groups/class_group.inc:419 -#: plugins/admin/groups/class_group.inc:425 -#: plugins/admin/groups/class_group.inc:634 -#: plugins/admin/groups/class_group.inc:730 -#: plugins/admin/groups/class_group.inc:735 -#: plugins/admin/groups/class_group.inc:1060 -#: plugins/admin/departments/class_department.inc:317 -#: plugins/admin/acl/class_aclRole.inc:672 -#: plugins/admin/ogroups/class_ogroup.inc:368 +#: setup/class_setupStep_Migrate.inc:450 setup/setup_checks.tpl:25 +#: setup/setup_checks.tpl:66 plugins/personal/generic/class_user.inc:297 +#: plugins/personal/generic/class_user.inc:428 +#: plugins/personal/generic/class_user.inc:521 +#: plugins/personal/generic/class_user.inc:814 +#: plugins/personal/generic/class_user.inc:1203 +#: plugins/personal/generic/class_user.inc:1210 +#: plugins/personal/generic/class_user.inc:1228 +#: plugins/personal/generic/class_user.inc:1498 +#: plugins/personal/generic/class_user.inc:1821 +#: plugins/personal/myaccount/main.inc:125 +#: plugins/admin/groups/class_group.inc:463 +#: plugins/admin/groups/class_group.inc:469 +#: plugins/admin/groups/class_group.inc:637 +#: plugins/admin/groups/class_group.inc:733 +#: plugins/admin/groups/class_group.inc:738 +#: plugins/admin/groups/class_group.inc:1076 +#: plugins/admin/departments/class_department.inc:319 +#: plugins/admin/acl/class_aclRole.inc:667 +#: plugins/admin/ogroups/class_ogroup.inc:393 +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:203 +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:207 #: include/class_CopyPasteHandler.inc:118 #: include/class_CopyPasteHandler.inc:127 #: include/class_CopyPasteHandler.inc:159 @@ -1017,522 +736,320 @@ msgstr "" #: include/class_CopyPasteHandler.inc:185 #: include/class_CopyPasteHandler.inc:193 #: include/class_CopyPasteHandler.inc:273 -#: include/class_CopyPasteHandler.inc:375 include/functions.inc:3399 -#: include/functions.inc:3413 include/functions.inc:3443 -#: include/functions.inc:3451 include/functions.inc:3463 -#: include/functions.inc:3467 include/functions.inc:3482 -#: include/functions.inc:3491 include/functions.inc:3551 -#: include/password-methods/class_password-methods.inc:250 -#: include/class_msg_dialog.inc:99 include/utils/class_msgPool.inc:154 -#: include/utils/class_msgPool.inc:166 include/utils/class_msgPool.inc:184 -#: include/utils/class_msgPool.inc:457 include/utils/class_msgPool.inc:478 -#: include/utils/class_msgPool.inc:497 include/utils/class_xml.inc:40 -#: include/class_tabs.inc:56 include/class_listing.inc:495 -#: include/class_gosaSupportDaemon.inc:1184 -#: include/class_gosaSupportDaemon.inc:1204 include/class_management.inc:480 -#: include/class_management.inc:616 include/class_management.inc:970 -#: include/class_plugin.inc:1486 include/class_plugin.inc:2080 -#: html/index.php:236 html/index.php:240 +#: include/class_CopyPasteHandler.inc:377 include/functions.inc:3051 +#: include/functions.inc:3357 include/functions.inc:3371 +#: include/functions.inc:3401 include/functions.inc:3409 +#: include/functions.inc:3421 include/functions.inc:3425 +#: include/functions.inc:3440 include/functions.inc:3449 +#: include/functions.inc:3509 +#: include/password-methods/class_password-methods.inc:277 +#: include/class_msg_dialog.inc:99 include/utils/class_msgPool.inc:137 +#: include/utils/class_msgPool.inc:149 include/utils/class_msgPool.inc:167 +#: include/utils/class_msgPool.inc:440 include/utils/class_msgPool.inc:461 +#: include/utils/class_xml.inc:40 include/class_tabs.inc:56 +#: include/class_listing.inc:536 include/class_gosaSupportDaemon.inc:1184 +#: include/class_gosaSupportDaemon.inc:1204 include/class_management.inc:483 +#: include/class_management.inc:644 include/class_plugin.inc:1592 +#: html/index.php:241 html/index.php:245 #, php-format msgid "Error" msgstr "Erro" -#: setup/class_setupStep_Migrate.inc:1199 +#: setup/class_setupStep_Migrate.inc:450 #, php-format msgid "Adding an administrative user failed: object '%s' already exists!" msgstr "" -#: setup/class_setupStep_Migrate.inc:1210 -#: setup/class_setupStep_Migrate.inc:1238 -#: setup/class_setupStep_Migrate.inc:1287 -#: setup/class_setupStep_Migrate.inc:1336 -#: setup/class_setupStep_Migrate.inc:2141 -#: setup/class_setupStep_Migrate.inc:2438 -#: setup/class_setupStep_Migrate.inc:2442 -#: setup/class_setupStep_Migrate.inc:2632 -#: setup/class_setupStep_Migrate.inc:2652 -#: setup/class_setupStep_Migrate.inc:2769 -#: setup/class_setupStep_Migrate.inc:3116 -#: setup/class_setupStep_Migrate.inc:3130 -#: plugins/personal/generic/class_user.inc:730 -#: plugins/personal/generic/class_user.inc:1127 +#: setup/class_setupStep_Migrate.inc:461 setup/class_setupStep_Migrate.inc:814 +#: plugins/generic/references/class_reference.inc:97 +#: plugins/personal/generic/class_user.inc:729 +#: plugins/personal/generic/class_user.inc:1125 #: plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc:253 -#: plugins/personal/posix/class_posixAccount.inc:533 -#: plugins/personal/posix/class_posixAccount.inc:820 -#: plugins/admin/groups/class_group.inc:577 +#: plugins/personal/posix/class_posixAccount.inc:528 +#: plugins/personal/posix/class_posixAccount.inc:790 +#: plugins/admin/groups/class_group.inc:580 #: plugins/admin/groups/class_group.inc:856 -#: plugins/admin/departments/class_department.inc:285 -#: plugins/admin/departments/class_department.inc:482 -#: plugins/admin/departments/class_department.inc:753 -#: plugins/admin/departments/class_department.inc:784 -#: plugins/admin/acl/class_aclRole.inc:604 -#: plugins/admin/acl/class_aclRole.inc:644 -#: plugins/admin/acl/class_aclRole.inc:658 -#: plugins/admin/ogroups/class_ogroup.inc:757 -#: plugins/admin/ogroups/class_ogroup.inc:774 include/class_config.inc:325 -#: include/functions.inc:476 include/functions.inc:511 -#: include/functions.inc:519 include/functions.inc:565 -#: include/functions.inc:817 include/functions.inc:866 -#: include/functions.inc:923 include/functions.inc:976 -#: include/functions.inc:3052 include/functions.inc:3325 -#: include/class_SnapshotHandler.inc:124 include/class_SnapshotHandler.inc:281 -#: include/class_SnapshotHandler.inc:329 include/class_SnapshotHandler.inc:333 -#: include/class_SnapshotHandler.inc:348 include/class_SnapshotHandler.inc:383 -#: include/class_SnapshotHandler.inc:438 include/class_SnapshotHandler.inc:503 -#: include/class_SnapshotHandler.inc:518 include/class_acl.inc:1247 -#: include/class_acl.inc:1343 include/class_ldap.inc:756 -#: include/class_ldap.inc:1222 include/class_plugin.inc:1163 -#: include/class_plugin.inc:1212 include/class_plugin.inc:1216 -#: include/class_plugin.inc:1232 include/class_plugin.inc:1272 -#: include/class_plugin.inc:1330 include/class_plugin.inc:1396 -#: include/class_plugin.inc:1411 include/class_userFilter.inc:275 -#: html/index.php:266 html/index.php:277 html/index.php:290 +#: plugins/admin/departments/class_department.inc:287 +#: plugins/admin/departments/class_department.inc:484 +#: plugins/admin/departments/class_department.inc:761 +#: plugins/admin/departments/class_department.inc:792 +#: plugins/admin/acl/class_aclRole.inc:599 +#: plugins/admin/acl/class_aclRole.inc:639 +#: plugins/admin/acl/class_aclRole.inc:653 +#: plugins/admin/ogroups/class_ogroup.inc:742 +#: plugins/admin/ogroups/class_ogroup.inc:759 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:191 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:256 +#: include/class_config.inc:337 include/functions.inc:488 +#: include/functions.inc:523 include/functions.inc:531 +#: include/functions.inc:577 include/functions.inc:829 +#: include/functions.inc:878 include/functions.inc:935 +#: include/functions.inc:985 include/functions.inc:3002 +#: include/functions.inc:3283 include/class_SnapshotHandler.inc:123 +#: include/class_SnapshotHandler.inc:280 include/class_SnapshotHandler.inc:329 +#: include/class_SnapshotHandler.inc:333 include/class_SnapshotHandler.inc:346 +#: include/class_SnapshotHandler.inc:380 include/class_SnapshotHandler.inc:435 +#: include/class_SnapshotHandler.inc:500 include/class_SnapshotHandler.inc:515 +#: include/class_acl.inc:1250 include/class_acl.inc:1346 +#: include/class_ldap.inc:756 include/class_ldap.inc:1173 +#: include/class_userFilter.inc:275 html/index.php:271 msgid "LDAP error" msgstr "Erro de LDAP" -#: setup/class_setupStep_Migrate.inc:1238 -#: setup/class_setupStep_Migrate.inc:1287 -#: setup/class_setupStep_Migrate.inc:1336 -msgid "Cannot move users to the requested department!" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:1248 -msgid "Winstation will be moved from" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:1248 -#: setup/class_setupStep_Migrate.inc:1298 -#: setup/class_setupStep_Migrate.inc:1346 include/class_plugin.inc:1691 -msgid "to" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:1259 -#: setup/class_setupStep_Migrate.inc:1308 -msgid "Updating following references too" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:1298 -msgid "Group will be moved from" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:1346 -msgid "User will be moved from" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:1356 -msgid "The following references will be updated" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:1989 +#: setup/class_setupStep_Migrate.inc:662 msgid "" "The LDAP root object is missing. It is required to use your LDAP service." msgstr "" -#: setup/class_setupStep_Migrate.inc:1990 -#: setup/class_setupStep_Migrate.inc:2003 +#: setup/class_setupStep_Migrate.inc:663 setup/class_setupStep_Migrate.inc:676 msgid "Try to create root object" msgstr "" -#: setup/class_setupStep_Migrate.inc:2002 +#: setup/class_setupStep_Migrate.inc:675 msgid "Root object couldn't be created, you should try it on your own." msgstr "" -#: setup/class_setupStep_Migrate.inc:2057 +#: setup/class_setupStep_Migrate.inc:730 #, php-format msgid "Missing GOsa object class '%s'!" msgstr "" -#: setup/class_setupStep_Migrate.inc:2058 +#: setup/class_setupStep_Migrate.inc:731 #, fuzzy msgid "Please check your installation." msgstr "Por favor, verifique a combinação usuário / senha" -#: setup/class_setupStep_Migrate.inc:2079 +#: setup/class_setupStep_Migrate.inc:752 #, php-format msgid "" "Cannot handle the structural object type of your root object. Please try to " "add the object class '%s' manually." msgstr "" -#: setup/class_setupStep_Migrate.inc:2438 -#, php-format -msgid "Copy '%s' to '%s' failed:" +#: setup/class_setupStep_Migrate.inc:804 setup/setup_migrate.tpl:32 +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:181 +msgid "Migrate" msgstr "" -#: setup/class_setupStep_Migrate.inc:2573 -#, php-format -msgid "There are %s devices that need to be migrated." +#: setup/class_setupStep_License.inc:56 setup/class_setupStep_License.inc:57 +msgid "License" msgstr "" -#: setup/class_setupStep_Migrate.inc:2633 -#, php-format -msgid "Adding '%s' to the LDAP failed: %s" +#: setup/class_setupStep_License.inc:58 +msgid "Terms and conditions for usage" msgstr "" -#: setup/class_setupStep_Migrate.inc:2653 -#: setup/class_setupStep_Migrate.inc:2770 -#, php-format -msgid "Updating '%s' failed: %s" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:2726 -#, php-format -msgid "There are %s services that need to be migrated." -msgstr "" - -#: setup/class_setupStep_Migrate.inc:2867 -#: plugins/personal/generic/generic.tpl:255 -#: plugins/personal/generic/generic.tpl:275 -#: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:83 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:123 -#: include/utils/class_msgPool.inc:336 -#, php-format -msgid "Add" -msgstr "Adicionar" - -#: setup/class_setupStep_Migrate.inc:2868 -#: plugins/personal/generic/generic_certs.tpl:22 -#: plugins/personal/generic/generic_certs.tpl:48 -#: plugins/personal/generic/generic_certs.tpl:74 -#: plugins/admin/users/user-list.xml:121 -#: plugins/admin/groups/group-list.xml:98 -#: plugins/admin/departments/dep-list.xml:160 -#: plugins/admin/departments/dep-list.xml:181 -#: plugins/admin/acl/acl-list.xml:95 plugins/admin/acl/acl-list.xml:144 -#: plugins/admin/ogroups/ogroup-list.xml:98 -msgid "Remove" -msgstr "Remover" - -#: setup/class_setupStep_Migrate.inc:3057 -#, php-format -msgid "There are %s application menus which have to be migrated." -msgstr "" - -#: setup/setup_config1.tpl:2 -msgid "Look and feel" -msgstr "" - -#: setup/setup_config1.tpl:6 -msgid "Theme" -msgstr "" - -#: setup/setup_config1.tpl:15 -msgid "Apache" -msgstr "" - -#: setup/setup_config1.tpl:19 -msgid "Compress output send to browser" -msgstr "" - -#: setup/setup_config1.tpl:27 -msgid "People and group storage" -msgstr "" - -#: setup/setup_config1.tpl:30 -msgid "People DN attribute" -msgstr "" - -#: setup/setup_config1.tpl:41 -msgid "People storage subtree" -msgstr "" - -#: setup/setup_config1.tpl:50 -msgid "Group storage subtree" -msgstr "" - -#: setup/setup_config1.tpl:59 -msgid "Include personal title in user DN" -msgstr "" - -#: setup/setup_config1.tpl:70 -msgid "Relaxed naming policies" -msgstr "" - -#: setup/setup_config1.tpl:81 -msgid "Automatic UIDs" -msgstr "" - -#: setup/setup_config1.tpl:97 setup/class_setupStep_Config1.inc:118 -msgid "GID / UID min id" -msgstr "" - -#: setup/setup_config1.tpl:113 -msgid "Number base for people/groups" -msgstr "" - -#: setup/setup_config1.tpl:121 -msgid "Hook for number base" -msgstr "" - -#: setup/setup_config1.tpl:136 plugins/personal/password/main.inc:57 -msgid "Password settings" -msgstr "Configurações de senha" - -#: setup/setup_config1.tpl:140 -msgid "Password encryption algorithm" -msgstr "" - -#: setup/setup_config1.tpl:151 -msgid "Password restrictions" -msgstr "" - -#: setup/setup_config1.tpl:158 setup/setup_config1.tpl:162 -msgid "Password minimum length" -msgstr "" - -#: setup/setup_config1.tpl:169 setup/setup_config1.tpl:173 -msgid "Different characters from old password" -msgstr "" - -#: setup/setup_config1.tpl:182 -msgid "Password change hook" -msgstr "" - -#: setup/setup_config1.tpl:198 -msgid "Use SASL for kerberos" -msgstr "" - -#: setup/setup_config1.tpl:209 -msgid "Use account expiration" -msgstr "" - -#: setup/setup_config1.tpl:221 -msgid "" -"GOsa supports several encryption types for your passwords. Normally this is " -"adjustable via user templates, but you can specify a default method to be " -"used here, too." -msgstr "" - -#: setup/setup_config1.tpl:222 -msgid "" -"GOsa always acts as admin and manages access rights internally. This is a " -"workaround till OpenLDAP's in directory ACI's are fully implemented. For " -"this to work, we need the admin DN and the corresponding password." -msgstr "" - -#: setup/setup_config1.tpl:223 -msgid "" -"Some basic LDAP parameters are tunable and affect the locations where GOsa " -"saves people and groups, including the way accounts get created. Check the " -"values below if the fit your needs." -msgstr "" - -#: setup/setup_config1.tpl:224 -msgid "" -"GOsa has modular support for several mail methods. These methods provide " -"interfaces to users mailboxes and general handling for quotas. You can " -"choose the dummy plugin to leave all your mail settings untouched." -msgstr "" - -#: setup/class_setupStep_License.inc:56 setup/class_setupStep_License.inc:57 -msgid "License" -msgstr "" - -#: setup/class_setupStep_License.inc:58 -msgid "Terms and conditions for usage" -msgstr "" - -#: setup/class_setupStep_Checks.inc:38 setup/class_setupStep_Checks.inc:39 +#: setup/class_setupStep_Checks.inc:40 setup/class_setupStep_Checks.inc:41 msgid "Installation check" msgstr "" -#: setup/class_setupStep_Checks.inc:40 +#: setup/class_setupStep_Checks.inc:42 msgid "Basic checks for PHP compatibility and extensions" msgstr "" -#: setup/class_setupStep_Checks.inc:64 +#: setup/class_setupStep_Checks.inc:66 msgid "Checking PHP version" msgstr "" -#: setup/class_setupStep_Checks.inc:65 +#: setup/class_setupStep_Checks.inc:67 #, php-format msgid "PHP must be of version %s or above." msgstr "" -#: setup/class_setupStep_Checks.inc:66 +#: setup/class_setupStep_Checks.inc:68 msgid "Please upgrade to a supported version." msgstr "" -#: setup/class_setupStep_Checks.inc:73 +#: setup/class_setupStep_Checks.inc:75 msgid "GOsa requires this module to talk with your LDAP server." msgstr "" -#: setup/class_setupStep_Checks.inc:81 +#: setup/class_setupStep_Checks.inc:83 msgid "GOsa requires this module for an internationalized interface." msgstr "" -#: setup/class_setupStep_Checks.inc:89 +#: setup/class_setupStep_Checks.inc:91 msgid "GOsa requires this module for the samba integration." msgstr "" -#: setup/class_setupStep_Checks.inc:97 -msgid "GOsa requires this module to make use of SSHA encryption." +#: setup/class_setupStep_Checks.inc:99 +msgid "" +"GOsa requires either 'mhash' or the 'sha1' module to make use of SSHA " +"encryption." msgstr "" -#: setup/class_setupStep_Checks.inc:105 +#: setup/class_setupStep_Checks.inc:107 msgid "GOsa requires this module to talk to an IMAP server." msgstr "" -#: setup/class_setupStep_Checks.inc:112 +#: setup/class_setupStep_Checks.inc:114 msgid "mbstring" msgstr "" -#: setup/class_setupStep_Checks.inc:113 +#: setup/class_setupStep_Checks.inc:115 msgid "GOsa requires this module to handle unicode strings." msgstr "" -#: setup/class_setupStep_Checks.inc:120 +#: setup/class_setupStep_Checks.inc:122 +msgid "Calendar" +msgstr "" + +#: setup/class_setupStep_Checks.inc:123 +msgid "GOsa requires this module to calculate dates." +msgstr "" + +#: setup/class_setupStep_Checks.inc:130 msgid "MySQL" msgstr "" -#: setup/class_setupStep_Checks.inc:121 +#: setup/class_setupStep_Checks.inc:131 msgid "" "GOsa requires this module to communicate with several supported databases." msgstr "" -#: setup/class_setupStep_Checks.inc:138 +#: setup/class_setupStep_Checks.inc:148 msgid "samba hash generator" msgstr "" -#: setup/class_setupStep_Checks.inc:139 +#: setup/class_setupStep_Checks.inc:149 msgid "GOsa requires this command to synchronize POSIX and samba passwords." msgstr "" -#: setup/class_setupStep_Checks.inc:140 +#: setup/class_setupStep_Checks.inc:150 msgid "" "Deploy a gosa-si installation or install the perl Crypt::SmbHash modules." msgstr "" -#: setup/class_setupStep_Checks.inc:153 +#: setup/class_setupStep_Checks.inc:163 msgid "imagick" msgstr "" -#: setup/class_setupStep_Checks.inc:154 +#: setup/class_setupStep_Checks.inc:164 msgid "GOsa requires this extension to handle images." msgstr "" -#: setup/class_setupStep_Checks.inc:169 +#: setup/class_setupStep_Checks.inc:179 msgid "compression module" msgstr "" -#: setup/class_setupStep_Checks.inc:170 +#: setup/class_setupStep_Checks.inc:180 msgid "GOsa requires this extension to handle snapshots." msgstr "" -#: setup/class_setupStep_Checks.inc:181 +#: setup/class_setupStep_Checks.inc:191 msgid "" "register_globals is a PHP mechanism to register all global variables to be " "accessible from scripts without changing the scope. This may be a security " "risk." msgstr "" -#: setup/class_setupStep_Checks.inc:182 +#: setup/class_setupStep_Checks.inc:192 msgid "Search for 'register_globals' in your php.ini and switch it to 'Off'." msgstr "" -#: setup/class_setupStep_Checks.inc:190 +#: setup/class_setupStep_Checks.inc:200 msgid "PHP uses this value for the garbage collector to delete old sessions." msgstr "" -#: setup/class_setupStep_Checks.inc:191 +#: setup/class_setupStep_Checks.inc:201 msgid "" "Setting this value to one day will prevent loosing session and cookies " "before they really timeout." msgstr "" -#: setup/class_setupStep_Checks.inc:192 +#: setup/class_setupStep_Checks.inc:202 msgid "" "Search for 'session.gc_maxlifetime' in your php.ini and set it to 86400 or " "higher." msgstr "" -#: setup/class_setupStep_Checks.inc:199 setup/class_setupStep_Checks.inc:215 -#: setup/class_setupStep_Checks.inc:231 setup/class_setupStep_Checks.inc:247 +#: setup/class_setupStep_Checks.inc:209 setup/class_setupStep_Checks.inc:225 +#: setup/class_setupStep_Checks.inc:241 setup/class_setupStep_Checks.inc:257 msgid "Off" msgstr "" -#: setup/class_setupStep_Checks.inc:200 +#: setup/class_setupStep_Checks.inc:210 msgid "" "In Order to use GOsa without any trouble, the session.auto_register option " "in your php.ini should be set to 'Off'." msgstr "" -#: setup/class_setupStep_Checks.inc:201 +#: setup/class_setupStep_Checks.inc:211 msgid "Search for 'session.auto_start' in your php.ini and set it to 'Off'." msgstr "" -#: setup/class_setupStep_Checks.inc:208 +#: setup/class_setupStep_Checks.inc:218 msgid "" "GOsa needs at least 32MB of memory. Setting it below this limit may cause " "errors that are not reproducable! Increase it for larger setups." msgstr "" -#: setup/class_setupStep_Checks.inc:209 +#: setup/class_setupStep_Checks.inc:219 msgid "" "Search for 'memory_limit' in your php.ini and set it to '32M' or higher." msgstr "" -#: setup/class_setupStep_Checks.inc:216 +#: setup/class_setupStep_Checks.inc:226 msgid "" "This option influences the PHP output handling. Turn this Option off, to " "increase performance." msgstr "" -#: setup/class_setupStep_Checks.inc:217 +#: setup/class_setupStep_Checks.inc:227 msgid "Search for 'implicit_flush' in your php.ini and set it to 'Off'." msgstr "" -#: setup/class_setupStep_Checks.inc:224 +#: setup/class_setupStep_Checks.inc:234 msgid "The Execution time should be at least 30 seconds." msgstr "" -#: setup/class_setupStep_Checks.inc:225 +#: setup/class_setupStep_Checks.inc:235 msgid "" "Search for 'max_execution_time' in your php.ini and set it to '30' or higher." msgstr "" -#: setup/class_setupStep_Checks.inc:232 +#: setup/class_setupStep_Checks.inc:242 msgid "" "Increase the server security by setting expose_php to 'off'. PHP won't send " "any information about the server you are running in this case." msgstr "" -#: setup/class_setupStep_Checks.inc:233 +#: setup/class_setupStep_Checks.inc:243 msgid "Search for 'expose_php' in your php.ini and set if to 'Off'." msgstr "" -#: setup/class_setupStep_Checks.inc:239 +#: setup/class_setupStep_Checks.inc:249 msgid "On" msgstr "" -#: setup/class_setupStep_Checks.inc:240 +#: setup/class_setupStep_Checks.inc:250 msgid "" "Increase your server security by setting magic_quotes_gpc to 'on'. PHP will " "escape all quotes in strings in this case." msgstr "" -#: setup/class_setupStep_Checks.inc:241 +#: setup/class_setupStep_Checks.inc:251 msgid "Search for 'magic_quotes_gpc' in your php.ini and set it to 'On'." msgstr "" -#: setup/class_setupStep_Checks.inc:248 +#: setup/class_setupStep_Checks.inc:258 msgid "Increase your server performance by setting magic_quotes_gpc to 'off'." msgstr "" -#: setup/class_setupStep_Checks.inc:249 +#: setup/class_setupStep_Checks.inc:259 msgid "" "Search for 'zend.ze1_compatibility_mode' in your php.ini and set it to 'Off'." msgstr "" -#: setup/class_setupStep_Checks.inc:259 +#: setup/class_setupStep_Checks.inc:269 msgid "Configuration writeable" msgstr "" -#: setup/class_setupStep_Checks.inc:260 +#: setup/class_setupStep_Checks.inc:270 msgid "The configuration file can't be written" msgstr "" -#: setup/class_setupStep_Checks.inc:261 +#: setup/class_setupStep_Checks.inc:271 #, php-format msgid "" "GOsa reads its configuration from a file located in (%s/%s). The setup can " @@ -1547,4165 +1064,4741 @@ msgstr "" msgid "This step allows you to select your preferred language." msgstr "" -#: setup/class_setupStep_Language.inc:47 +#: setup/class_setupStep_Language.inc:47 include/class_core.inc:180 msgid "Automatic" msgstr "" -#: setup/setup_config3.tpl:2 -msgid "GOsa core settings" +#: setup/setup_migrate.tpl:2 +msgid "" +"During the LDAP inspection, we're going to check for several common pitfalls " +"that may occur when migration to GOsa base LDAP administration. You may want " +"to fix the problems below, in order to provide smooth services." msgstr "" -#: setup/setup_config3.tpl:6 -msgid "Enable primary group filter" +#: setup/setup_migrate.tpl:5 +msgid "Checks" msgstr "" -#: setup/setup_config3.tpl:18 -msgid "Display summary in listings" +#: setup/setup_migrate.tpl:22 +msgid "Add required object classes to the LDAP base" msgstr "" -#: setup/setup_config3.tpl:30 -msgid "Honour administrative units" +#: setup/setup_migrate.tpl:24 +msgid "Current" msgstr "" -#: setup/setup_config3.tpl:42 -msgid "Smarty compile directory" +#: setup/setup_migrate.tpl:28 +msgid "After migration" msgstr "" -#: setup/setup_config3.tpl:51 -msgid "SNMP community" -msgstr "" +#: setup/setup_migrate.tpl:35 +msgid "Close" +msgstr "Fechar" -#: setup/setup_config3.tpl:60 -msgid "Path for PPD storage" +#: setup/setup_migrate.tpl:40 +msgid "Create a new GOsa administrator account" msgstr "" -#: setup/setup_config3.tpl:77 -msgid "Path for kiosk profile storage" +#: setup/setup_migrate.tpl:41 +msgid "" +"This dialog will automatically add a new super administrator to your LDAP " +"tree." msgstr "" -#: setup/setup_config3.tpl:96 -msgid "SUDO role base" -msgstr "" +#: setup/setup_migrate.tpl:49 +#: plugins/personal/posix/class_posixAccount.inc:1308 +msgid "User ID" +msgstr "ID do usuário" -#: setup/setup_config3.tpl:115 -msgid "Mail queue script" -msgstr "" +#: setup/setup_migrate.tpl:53 ihtml/themes/default/login.tpl:47 +#: plugins/personal/generic/paste_generic.tpl:21 +msgid "Password" +msgstr "Senha" -#: setup/setup_config3.tpl:134 -msgid "Notification script" +#: setup/setup_migrate.tpl:57 +msgid "Password (again)" msgstr "" -#: setup/setup_config3.tpl:153 -msgid "Enable edit locking" +#: setup/class_setupStep_Welcome.inc:38 +msgid "Welcome" msgstr "" -#: setup/setup_config3.tpl:174 -msgid "Gosa support daemon" +#: setup/class_setupStep_Welcome.inc:39 +msgid "The welcome message" msgstr "" -#: setup/setup_config3.tpl:193 -msgid "Daemon timeout" -msgstr "" +#: setup/class_setupStep_Welcome.inc:40 +#, fuzzy +msgid "Welcome to the GOsa setup assistent" +msgstr "Bem vindo %s!" -#: setup/setup_config3.tpl:207 -msgid "Login and session" +#: setup/setup_language.tpl:3 +msgid "Please select the preferred language" msgstr "" -#: setup/setup_config3.tpl:210 -msgid "Login attribute" +#: setup/setup_language.tpl:5 +msgid "" +"At this point, you can select the site wide default language. Choosing " +"'automatic' will use the language requested by the browser. This setting can " +"be overriden per user." msgstr "" -#: setup/setup_config3.tpl:221 -msgid "Enforce register_globals to be deactivated" +#: setup/setup_language.tpl:9 +msgid "Please select your preferred language here" msgstr "" -#: setup/setup_config3.tpl:233 -msgid "Enforce encrypted connections" +#: setup/setup_checks.tpl:2 +msgid "" +"This step checks if your PHP server has all required modules and " +"configuration settings." msgstr "" -#: setup/setup_config3.tpl:245 -msgid "Warn if session is not encrypted" -msgstr "" +#: setup/setup_checks.tpl:5 +#, fuzzy +msgid "Inspection" +msgstr "Ações" -#: setup/setup_config3.tpl:257 -msgid "Remember dialog filter settings" +#: setup/setup_checks.tpl:8 +msgid "PHP module and extension checks" msgstr "" -#: setup/setup_config3.tpl:269 -msgid "Session lifetime" +#: setup/setup_checks.tpl:10 +msgid "Basic checks" msgstr "" -#: setup/setup_config3.tpl:278 -msgid "Debugging" +#: setup/setup_checks.tpl:27 setup/setup_checks.tpl:68 +#: plugins/personal/posix/class_posixAccount.inc:650 +#: plugins/personal/posix/class_posixAccount.inc:773 +#: plugins/admin/groups/class_group.inc:832 +#: plugins/admin/departments/dep_move_confirm.tpl:2 include/functions.inc:2640 +#: include/functions.inc:2644 include/functions.inc:2650 +#: include/functions.inc:2674 include/utils/class_xml.inc:37 +#: include/class_tabs.inc:249 include/class_configRegistry.inc:655 +#: include/class_configRegistry.inc:670 include/class_configRegistry.inc:685 +#: include/class_configRegistry.inc:700 include/class_configRegistry.inc:716 +#: include/class_configRegistry.inc:721 include/class_configRegistry.inc:738 +#: include/class_configRegistry.inc:743 include/class_configRegistry.inc:761 +#: include/class_configRegistry.inc:766 include/class_configRegistry.inc:782 +#: include/class_configRegistry.inc:797 include/class_configRegistry.inc:812 +#: html/password.php:316 +msgid "Warning" +msgstr "Atenção" + +#: setup/setup_checks.tpl:38 setup/setup_checks.tpl:79 +msgid "GOsa will NOT run without fixing this." msgstr "" -#: setup/setup_config3.tpl:282 -msgid "Show PHP errors" +#: setup/setup_checks.tpl:40 setup/setup_checks.tpl:81 +msgid "GOsa will run without fixing this." msgstr "" -#: setup/setup_config3.tpl:294 -msgid "Maximum LDAP query time" +#: setup/setup_checks.tpl:50 +msgid "PHP setup configuration" msgstr "" -#: setup/setup_config3.tpl:312 -msgid "Log LDAP statistics" +#: setup/setup_checks.tpl:50 +msgid "show information" msgstr "" -#: setup/setup_config3.tpl:324 -msgid "Debug level" +#: setup/setup_checks.tpl:51 +msgid "Extended checks" msgstr "" -#: setup/setup_config3.tpl:329 setup/setup_config3.tpl:332 -msgid "Disabled" +#: setup/class_setupStep_Finish.inc:39 +#: ihtml/themes/default/copyPasteDialog.tpl:30 +msgid "Finish" +msgstr "Finalizar" + +#: setup/class_setupStep_Finish.inc:40 +msgid "Write configuration file" msgstr "" -#: setup/setup_config3.tpl:330 setup/setup_config3.tpl:333 -#: ihtml/themes/modern/userFilterEditor.tpl:45 -msgid "Enabled" +#: setup/class_setupStep_Finish.inc:41 +msgid "Finish - write the configuration file" msgstr "" -#: setup/setup_migrate.tpl:5 +#: setup/class_setupStep_Finish.inc:106 msgid "" -"During the LDAP inspection, we're going to check for several common pitfalls " -"that may occur when migration to GOsa base LDAP administration. You may want " -"to fix the problems below, in order to provide smooth services." +"Your configuration file is currently world readable. Please update the file " +"permissions!" msgstr "" -#: setup/setup_migrate.tpl:33 -msgid "Check again" +#: setup/class_setupStep_Finish.inc:108 +msgid "The configuration is currently not readable or it does not exists." msgstr "" -#: setup/setup_migrate.tpl:38 -msgid "Add required object classes to the LDAP base" +#: setup/class_setupStep_Finish.inc:117 +#, php-format +msgid "" +"After downloading and placing the file under %s, please make sure that the " +"user the webserver is running with is able to read %s, while other users " +"shouldn't. You may want to execute these commands to achieve this " +"requirement:" msgstr "" -#: setup/setup_migrate.tpl:40 setup/setup_migrate.tpl:259 -#: setup/setup_migrate.tpl:367 setup/setup_migrate.tpl:425 -#: setup/setup_migrate.tpl:484 setup/setup_migrate.tpl:532 -#: setup/setup_migrate.tpl:581 -msgid "Current" +#: ihtml/themes/default/ldifViewer.tpl:1 +msgid "Raw LDAP entry" msgstr "" -#: setup/setup_migrate.tpl:47 setup/setup_migrate.tpl:263 -#: setup/setup_migrate.tpl:374 setup/setup_migrate.tpl:432 -#: setup/setup_migrate.tpl:488 setup/setup_migrate.tpl:536 -#: setup/setup_migrate.tpl:585 -msgid "After migration" +#: ihtml/themes/default/acl.tpl:7 plugins/admin/acl/acl_role.tpl:3 +#: plugins/admin/acl/acl_role.tpl:4 +msgid "Assigned ACL for current entry" msgstr "" -#: setup/setup_migrate.tpl:62 setup/setup_migrate.tpl:112 -msgid "Close" -msgstr "Fechar" - -#: setup/setup_migrate.tpl:68 -msgid "Move windows workstations into a valid windows workstation department" +#: ihtml/themes/default/acl.tpl:10 plugins/admin/acl/acl_role.tpl:38 +msgid "New ACL" msgstr "" -#: setup/setup_migrate.tpl:70 -msgid "" -"This dialog allows you to move the displayed windows workstations into a " -"valid department" -msgstr "" +#: ihtml/themes/default/acl.tpl:15 ihtml/themes/default/acl.tpl:16 +#: include/class_userFilter.inc:55 +#, fuzzy +msgid "Options" +msgstr "Ações" -#: setup/setup_migrate.tpl:72 -msgid "" -"Be careful with this tool, there may be references pointing to this " -"workstations that can't be migrated." +#: ihtml/themes/default/acl.tpl:19 plugins/admin/acl/acl_role.tpl:45 +msgid "ACL type" msgstr "" -#: setup/setup_migrate.tpl:96 setup/setup_migrate.tpl:155 -#: setup/setup_migrate.tpl:211 setup/setup_migrate.tpl:391 -#: setup/setup_migrate.tpl:448 setup/setup_migrate.tpl:495 -#: setup/setup_migrate.tpl:543 setup/setup_migrate.tpl:592 -#: include/class_listing.inc:306 -msgid "Select all" +#: ihtml/themes/default/acl.tpl:23 ihtml/themes/default/acl.tpl:28 +#: plugins/admin/acl/acl_role.tpl:45 +msgid "Select an acl type" msgstr "" -#: setup/setup_migrate.tpl:98 -msgid "Move selected windows workstations into the following GOsa department" +#: ihtml/themes/default/acl.tpl:40 +msgid "Additional filter options" msgstr "" -#: setup/setup_migrate.tpl:103 -msgid "Move selected workstations" -msgstr "" +#: ihtml/themes/default/acl.tpl:53 ihtml/themes/default/acl.tpl:65 +#: include/class_acl.inc:1106 +msgid "Members" +msgstr "Membros" -#: setup/setup_migrate.tpl:105 -msgid "What will be done here" -msgstr "" +#: ihtml/themes/default/acl.tpl:54 +#, fuzzy +msgid "Member selection" +msgstr "Administração de grupos" -#: setup/setup_migrate.tpl:119 -msgid "Move groups into configured group tree" +#: ihtml/themes/default/acl.tpl:57 +msgid "Use members from" msgstr "" -#: setup/setup_migrate.tpl:122 -msgid "" -"This dialog allows moving a couple of groups to the configured group tree. " -"Doing this may straighten your LDAP service." +#: ihtml/themes/default/acl.tpl:69 ihtml/themes/default/acl.tpl:74 +msgid "List message possible targets" msgstr "" -#: setup/setup_migrate.tpl:125 -msgid "" -"Be careful with this option! There may be references pointing to these " -"groups. The GOsa setup can't migrate references, so you may want to cancel " -"the migration in this case." +#: ihtml/themes/default/acl.tpl:92 ihtml/themes/default/acl.tpl:98 +msgid "List message recipients" msgstr "" -#: setup/setup_migrate.tpl:128 -msgid "Move selected groups into this group tree" +#: ihtml/themes/default/acl.tpl:112 plugins/admin/acl/acl_role.tpl:51 +msgid "List of available ACL categories" msgstr "" -#: setup/setup_migrate.tpl:159 setup/setup_migrate.tpl:215 -#: setup/setup_migrate.tpl:269 setup/setup_migrate.tpl:395 -#: setup/setup_migrate.tpl:452 setup/setup_migrate.tpl:500 -#: setup/setup_migrate.tpl:548 setup/setup_migrate.tpl:597 -msgid "Hide changes" +#: ihtml/themes/default/acl.tpl:120 +msgid "ACL for this object" msgstr "" -#: setup/setup_migrate.tpl:162 setup/setup_migrate.tpl:218 -#: setup/setup_migrate.tpl:251 setup/setup_migrate.tpl:398 -#: setup/setup_migrate.tpl:455 setup/setup_migrate.tpl:505 -#: setup/setup_migrate.tpl:553 setup/setup_migrate.tpl:602 -msgid "Show changes" +#: ihtml/themes/default/acl.tpl:126 +msgid "Available roles" msgstr "" -#: setup/setup_migrate.tpl:178 -msgid "Move users into configured user tree" +#: ihtml/themes/default/copyPasteDialog.tpl:1 +msgid "Copy & paste wizard" msgstr "" -#: setup/setup_migrate.tpl:180 +#: ihtml/themes/default/copyPasteDialog.tpl:7 msgid "" -"This dialog allows moving a couple of users to the configured user tree. " -"Doing this may straighten your LDAP service." +"Some values need to be unique in the complete directory while some " +"combinations make no sense. GOsa shows the relevant attributes. Please " +"maintain the values below to fullfill the policies." msgstr "" -#: setup/setup_migrate.tpl:183 -msgid "" -"Be careful with this option! There may be references pointing to these " -"users. The GOsa setup can't migrate references, so you may want to cancel " -"the migration in this case." +#: ihtml/themes/default/copyPasteDialog.tpl:9 +msgid "Remember that some properties like taken snapshots will not be copied!" msgstr "" -#: setup/setup_migrate.tpl:186 -msgid "Move selected users into this people tree" +#: ihtml/themes/default/copyPasteDialog.tpl:10 +msgid "" +"Or if you copy or cut an entry within GOsa and delete the source object, you " +"may get errors while pasting this object again!" msgstr "" -#: setup/setup_migrate.tpl:233 -msgid "Migrate GOsa 2.5 administrative accounts" -msgstr "" +#: ihtml/themes/default/copyPasteDialog.tpl:19 +#: include/utils/class_msgPool.inc:313 +#, php-format +msgid "Save" +msgstr "Salvar" -#: setup/setup_migrate.tpl:235 -msgid "" -"This dialog allows the migration of GOsa 2.5 admin accounts into GOsa 2.6 " -"useable accounts." +#: ihtml/themes/default/copyPasteDialog.tpl:23 +msgid "Cancel all" msgstr "" -#: setup/setup_migrate.tpl:293 -msgid "Abort" -msgstr "" +#: ihtml/themes/default/copyPasteDialog.tpl:28 +msgid "Operation complete" +msgstr "Operação finalizada" -#: setup/setup_migrate.tpl:296 -msgid "Create a new GOsa administrator account" +#: ihtml/themes/default/logout-close.tpl:5 +msgid "Your GOsa session has been closed!" msgstr "" -#: setup/setup_migrate.tpl:299 +#: ihtml/themes/default/logout-close.tpl:7 msgid "" -"This dialog will automatically add a new super administrator to your LDAP " -"tree." +"Please close this browser window and clean the authentication caches to " +"avoid an automatic re-authentication by your browser." msgstr "" -#: setup/setup_migrate.tpl:312 -#: plugins/personal/posix/class_posixAccount.inc:1312 -msgid "User ID" -msgstr "ID do usuário" +#: ihtml/themes/default/login.tpl:31 +#, fuzzy +msgid "Login to GOsa" +msgstr "Bem vindo %s!" -#: setup/setup_migrate.tpl:328 -msgid "Password (again)" -msgstr "" +#: ihtml/themes/default/login.tpl:37 ihtml/themes/default/login.tpl:40 +msgid "Username" +msgstr "Nome do usuário" -#: setup/setup_migrate.tpl:356 -msgid "" -"The listed departments are currently invisible in the GOsa user interface. " -"If you want to change this for a couple of entries, select them and use the " -"migrate button below." +#: ihtml/themes/default/login.tpl:61 +msgid "Choose the directory to work on" msgstr "" -#: setup/setup_migrate.tpl:357 setup/setup_migrate.tpl:416 -#: setup/setup_migrate.tpl:476 setup/setup_migrate.tpl:525 -#: setup/setup_migrate.tpl:574 -msgid "" -"If you want to know what will be done when migrating the selected entries, " -"use the 'Show changes' button to see the LDIF." -msgstr "" +#: ihtml/themes/default/login.tpl:66 +msgid "Click here to log in" +msgstr "Clique aqui para logar" -#: setup/setup_migrate.tpl:415 -msgid "" -"The listed users are currently invisible in the GOsa user interface. If you " -"want to change this for a couple of users, just select them and use the " -"'Migrate' button below." -msgstr "" +#: ihtml/themes/default/login.tpl:66 ihtml/themes/default/login.tpl:67 +#, fuzzy +msgid "Log in" +msgstr "Login" -#: setup/setup_migrate.tpl:475 -msgid "" -"The listed devices are currently invisible in the GOsa interface. If you " -"want to change this for a couple of devices, just select them and use the " -"'Migrate' button below." -msgstr "" +#: ihtml/themes/default/userFilter.tpl:1 +#, fuzzy +msgid "List of defined filters" +msgstr "Lista de usuários" -#: setup/setup_migrate.tpl:502 setup/setup_migrate.tpl:550 -#: setup/setup_migrate.tpl:599 -msgid "Refresh" -msgstr "Recarregar" +#: ihtml/themes/default/framework.tpl:9 +#, fuzzy +msgid "Log out" +msgstr "Sair" -#: setup/setup_migrate.tpl:524 +#: ihtml/themes/default/framework.tpl:10 msgid "" -"The listed services are currently invalid for the GOsa version you are going " -"to install. If you want to update a couple of service, just select them and " -"use the 'Migrate' button below." +"You are currently editing a database entry. Do you want to dismiss the " +"changes?" msgstr "" +"Você esta atualmente editando uma entrada na base de dados. Você quer perder " +"as alterações realizadas?" -#: setup/setup_migrate.tpl:573 -msgid "" -"The listed menus are currently invisible in the GOsa interface. If you want " -"to change this for a couple of devices, just select them and use the " -"'Migrate' button below." -msgstr "" +#: ihtml/themes/default/framework.tpl:22 +#, fuzzy, php-format +msgid "Session expires in %d!" +msgstr "Senha expira em" -#: setup/setup_frame.tpl:12 -msgid "GOsa setup wizard" -msgstr "" +#: ihtml/themes/default/help.tpl:9 +msgid "GOsa help viewer" +msgstr "Visualizador de ajuda do GOsa" -#: setup/setup_frame.tpl:19 -msgid "Installation" -msgstr "" +#: ihtml/themes/default/help.tpl:15 +msgid "Index" +msgstr "Índice" -#: setup/setup_frame.tpl:19 -msgid "Setup" -msgstr "" +#: ihtml/themes/default/islocked.tpl:4 +msgid "Locking conflict detected" +msgstr "Conflito de travamento detectado" -#: setup/class_setupStep_Welcome.inc:38 -msgid "Welcome" +#: ihtml/themes/default/islocked.tpl:14 +msgid "" +"If this lock detection is false, the other person has obviously closed the " +"webbrowser during the edit operation. You may want to take over the lock by " +"pressing the 'Edit anyway' button." msgstr "" +"Se esta detecção for falsa, um usuário pode ter fechado o navegador durante " +"a operação de edição. Você pode destravar pressionando o botão 'Editar mesmo " +"assim'." -#: setup/class_setupStep_Welcome.inc:39 -msgid "The welcome message" +#: ihtml/themes/default/islocked.tpl:23 +msgid "Read only" msgstr "" -#: setup/class_setupStep_Welcome.inc:40 -msgid "Welcome to GOsa setup wizard" +#: ihtml/themes/default/snapshotdialog.tpl:3 +msgid "Restoring object snapshots" msgstr "" -#: setup/setup_language.tpl:3 -msgid "Please select the preferred language" +#: ihtml/themes/default/snapshotdialog.tpl:6 +msgid "" +"This procedure will restore a snapshot of the selected object. It will " +"replace the existing object after pressing the restore button." msgstr "" -#: setup/setup_language.tpl:5 +#: ihtml/themes/default/snapshotdialog.tpl:9 msgid "" -"At this point, you can select the site wide default language. Choosing " -"'automatic' will use the language requested by the browser. This setting can " -"be overriden per user." +"Remember that DNS configuration and database entries could not be restored. " +"For some objects it is only nescessary to open and save them again (goFon), " +"but some entries must be recreated manually (glpi)." msgstr "" -#: setup/setup_language.tpl:9 -msgid "Please select your preferred language here" +#: ihtml/themes/default/snapshotdialog.tpl:12 +msgid "" +"Don't forget to check references to other objects, for example does the " +"selected printer still exists ?" msgstr "" -#: setup/setup_checks.tpl:9 -msgid "PHP module and extension checks" -msgstr "" +#: ihtml/themes/default/snapshotdialog.tpl:20 +#: ihtml/themes/default/snapshotdialog.tpl:63 +#: plugins/admin/departments/class_department.inc:626 +#: include/utils/class_msgPool.inc:458 include/class_acl.inc:795 +#: include/class_acl.inc:802 include/class_acl.inc:809 +msgid "Object" +msgstr "Objeto" -#: setup/setup_checks.tpl:41 setup/setup_checks.tpl:103 -msgid "GOsa will NOT run without fixing this." +#: ihtml/themes/default/snapshotdialog.tpl:29 +msgid "There is no snapshot available that could be restored" msgstr "" -#: setup/setup_checks.tpl:45 setup/setup_checks.tpl:107 -msgid "GOsa will run without fixing this." +#: ihtml/themes/default/snapshotdialog.tpl:31 +msgid "Choose a snapshot and click the folder image, to restore the snapshot" msgstr "" -#: setup/setup_checks.tpl:67 -msgid "PHP setup configuration" +#: ihtml/themes/default/snapshotdialog.tpl:50 +msgid "Creating object snapshots" msgstr "" -#: setup/setup_checks.tpl:67 -msgid "show information" +#: ihtml/themes/default/snapshotdialog.tpl:53 +msgid "" +"This procedure will create a snapshot of the selected object. It will be " +"stored inside a special branch of your directory system and can be restored " +"later on." msgstr "" -#: setup/class_setupStep_Finish.inc:37 -#: ihtml/themes/default/copyPasteDialog.tpl:32 -#: ihtml/themes/modern/copyPasteDialog.tpl:30 -msgid "Finish" -msgstr "Finalizar" - -#: setup/class_setupStep_Finish.inc:38 -msgid "Write configuration file" +#: ihtml/themes/default/snapshotdialog.tpl:56 +msgid "" +"Remember that database entries, DNS configurations and possibly created " +"zones in server extensions will not be stored in the snapshot." msgstr "" -#: setup/class_setupStep_Finish.inc:39 -msgid "Finish - write the configuration file" +#: ihtml/themes/default/snapshotdialog.tpl:71 +msgid "Timestamp" msgstr "" -#: setup/class_setupStep_Finish.inc:104 -msgid "" -"Your configuration file is currently world readable. Please update the file " -"permissions!" +#: ihtml/themes/default/snapshotdialog.tpl:80 +msgid "Reason for generating this snapshot" msgstr "" -#: setup/class_setupStep_Finish.inc:106 -msgid "The configuration is currently not readable or it does not exists." -msgstr "" +#: ihtml/themes/default/snapshotdialog.tpl:88 +#: plugins/admin/users/template.tpl:49 +#: plugins/admin/departments/class_department.inc:566 +#: plugins/admin/departments/class_department.inc:648 +msgid "Continue" +msgstr "Continuar" -#: setup/class_setupStep_Finish.inc:115 -#, php-format +#: ihtml/themes/default/sizelimit.tpl:3 msgid "" -"After downloading and placing the file under %s, please make sure that the " -"user the webserver is running with is able to read %s, while other users " -"shouldn't. You may want to execute these commands to achieve this " -"requirement:" +"The size limit option makes LDAP operations faster and saves the LDAP server " +"from getting too much load. The easiest way to handle big databases without " +"long timeouts would be to limit your search to smaller values and use " +"filters to get the entries you are looking for." msgstr "" -#: setup/class_setupStep_Config1.inc:74 setup/class_setupStep_Config1.inc:75 -msgid "GOsa settings 1/3" +#: ihtml/themes/default/sizelimit.tpl:8 +msgid "Please choose the way to react for this session" msgstr "" -#: setup/class_setupStep_Config1.inc:76 -msgid "GOsa generic settings" +#: ihtml/themes/default/sizelimit.tpl:10 +msgid "ignore this error and show all entries the LDAP server returns" msgstr "" -#: setup/class_setupStep_Config1.inc:118 -#, php-format -msgid "The specified value for '%s' must be a numeric value" +#: ihtml/themes/default/sizelimit.tpl:11 +msgid "" +"ignore this error and show all entries that fit into the defined sizelimit " +"and let me use filters instead" msgstr "" -#: setup/class_setupStep_Config1.inc:122 setup/class_setupStep_Config1.inc:126 +#: ihtml/themes/default/sizelimit.tpl:16 include/utils/class_msgPool.inc:331 #, php-format -msgid "Don't add a trailing comma to '%s'." -msgstr "" - -#: setup/class_setupStep_Config1.inc:122 -msgid "People storage ou" -msgstr "" - -#: setup/class_setupStep_Config1.inc:126 -msgid "Group storage ou" -msgstr "" +msgid "Set" +msgstr "Definir" -#: setup/class_setupStep_Config1.inc:130 -msgid "Uid base must be numeric" -msgstr "" +#: ihtml/themes/default/removeEntries.tpl:4 +#: plugins/addons/propertyEditor/property-list.tpl:7 +#, fuzzy +msgid "Attention" +msgstr "Ações" -#: setup/class_setupStep_Config1.inc:134 -msgid "The given password minimum length is not numeric." +#: ihtml/themes/default/removeEntries.tpl:14 +#, fuzzy +msgid "" +"If you're sure you want to do this press 'Delete' to continue or 'Cancel' to " +"abort." msgstr "" +"Então, se você tem certeza, pressione 'Deletar' para continuar ou 'Cancelar' " +"para abortar." -#: setup/class_setupStep_Config1.inc:137 -msgid "The given password differ value is not numeric." -msgstr "" +#: ihtml/themes/default/logout.tpl:6 +msgid "Your GOsa session has expired!" +msgstr "Sua sessão do GOsa expirou!" -#: ihtml/themes/default/acl.tpl:7 ihtml/themes/modern/acl.tpl:7 -#: plugins/admin/acl/acl_role.tpl:3 plugins/admin/acl/acl_role.tpl:4 -msgid "Assigned ACL for current entry" +#: ihtml/themes/default/logout.tpl:9 +msgid "" +"It has been a while since your last interaction with GOsa took place. Your " +"session has been closed for security reasons. Please login again to continue " +"with administrative tasks." msgstr "" -#: ihtml/themes/default/acl.tpl:12 ihtml/themes/modern/acl.tpl:10 -#: plugins/admin/acl/acl_role.tpl:38 -msgid "New ACL" -msgstr "" +#: ihtml/themes/default/logout.tpl:16 +#, fuzzy +msgid "Login again" +msgstr "Entrar novamente" -#: ihtml/themes/default/acl.tpl:18 ihtml/themes/modern/acl.tpl:19 -#: plugins/admin/acl/acl_role.tpl:45 -msgid "ACL type" +#: ihtml/themes/default/msg_dialog.tpl:55 +#: ihtml/themes/default/msg_dialog.tpl:103 +msgid "Error message title" msgstr "" -#: ihtml/themes/default/acl.tpl:20 ihtml/themes/default/acl.tpl:25 -#: ihtml/themes/modern/acl.tpl:23 ihtml/themes/modern/acl.tpl:28 -#: plugins/admin/acl/acl_role.tpl:45 -msgid "Select an acl type" +#: ihtml/themes/default/msg_dialog.tpl:66 +#: ihtml/themes/default/msg_dialog.tpl:115 +msgid "Error message" msgstr "" -#: ihtml/themes/default/acl.tpl:38 ihtml/themes/modern/acl.tpl:40 -msgid "Additional filter options" -msgstr "" +#: ihtml/themes/default/userFilterEditor.tpl:1 +#: ihtml/themes/default/userFilterEditor.tpl:5 +#, fuzzy +msgid "Filter editor" +msgstr "Erro interno" -#: ihtml/themes/default/acl.tpl:49 ihtml/themes/modern/acl.tpl:57 -msgid "Use members from" -msgstr "" +#: ihtml/themes/default/userFilterEditor.tpl:8 +#, fuzzy +msgid "Filter properties" +msgstr "Editar propriedades gerais" -#: ihtml/themes/default/acl.tpl:64 -msgid "Available members" -msgstr "" +#: ihtml/themes/default/userFilterEditor.tpl:19 +#: plugins/generic/references/class_reference.inc:57 +#: plugins/generic/references/class_reference.inc:63 +#: plugins/generic/references/class_reference.inc:69 +#: plugins/generic/references/class_reference.inc:75 +#: plugins/generic/references/class_reference.inc:81 +#: plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc:45 +#: plugins/personal/posix/groupSelect/group-list.xml:40 +#: plugins/personal/posix/trustSelect/trust-list.xml:53 +#: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:57 +#: plugins/admin/groups/generic.tpl:24 +#: plugins/admin/groups/class_group.inc:1038 +#: plugins/admin/groups/group-list.xml:49 +#: plugins/admin/departments/class_domain.inc:63 +#: plugins/admin/departments/class_domain.inc:91 +#: plugins/admin/departments/generic.tpl:19 +#: plugins/admin/departments/organization.tpl:19 +#: plugins/admin/departments/dep-list.xml:79 +#: plugins/admin/departments/class_localityGeneric.inc:64 +#: plugins/admin/departments/class_localityGeneric.inc:92 +#: plugins/admin/departments/locality.tpl:19 +#: plugins/admin/departments/class_department.inc:367 +#: plugins/admin/departments/class_department.inc:677 +#: plugins/admin/departments/dcObject.tpl:19 +#: plugins/admin/departments/domain.tpl:19 +#: plugins/admin/departments/country.tpl:19 +#: plugins/admin/departments/class_countryGeneric.inc:63 +#: plugins/admin/departments/class_countryGeneric.inc:92 +#: plugins/admin/departments/class_organizationGeneric.inc:95 +#: plugins/admin/departments/class_organizationGeneric.inc:123 +#: plugins/admin/departments/class_dcObject.inc:63 +#: plugins/admin/departments/class_dcObject.inc:91 +#: plugins/admin/acl/acl_role.tpl:17 plugins/admin/acl/acl-list.xml:57 +#: plugins/admin/acl/class_aclRole.inc:163 +#: plugins/admin/acl/class_aclRole.inc:740 +#: plugins/admin/ogroups/generic.tpl:15 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:105 +#: plugins/admin/ogroups/class_ogroup.inc:835 +#: plugins/admin/ogroups/ogroup-list.xml:49 +#: include/class_userFilterEditor.inc:242 include/class_acl.inc:252 +#: include/class_acl.inc:262 include/class_SnapShotDialog.inc:173 +#: include/class_userFilter.inc:55 +msgid "Description" +msgstr "Descrição" -#: ihtml/themes/default/acl.tpl:66 ihtml/themes/default/acl.tpl:71 -#: ihtml/themes/modern/acl.tpl:69 ihtml/themes/modern/acl.tpl:74 -msgid "List message possible targets" -msgstr "" +#: ihtml/themes/default/userFilterEditor.tpl:27 +#: include/class_userFilter.inc:55 +#, fuzzy +msgid "Parent filter" +msgstr "Impressora" -#: ihtml/themes/default/acl.tpl:87 ihtml/themes/modern/acl.tpl:53 -#: ihtml/themes/modern/acl.tpl:65 include/class_acl.inc:1104 -msgid "Members" -msgstr "Membros" +#: ihtml/themes/default/userFilterEditor.tpl:40 +#: plugins/personal/generic/generic.tpl:607 +#: plugins/personal/generic/class_user.inc:1675 +msgid "Public visible" +msgstr "Visível publicamente" -#: ihtml/themes/default/acl.tpl:89 ihtml/themes/default/acl.tpl:95 -#: ihtml/themes/modern/acl.tpl:92 ihtml/themes/modern/acl.tpl:98 -msgid "List message recipients" +#: ihtml/themes/default/userFilterEditor.tpl:45 +msgid "Enabled" msgstr "" -#: ihtml/themes/default/acl.tpl:109 ihtml/themes/modern/acl.tpl:112 -#: plugins/admin/acl/acl_role.tpl:51 -msgid "List of available ACL categories" +#: ihtml/themes/default/userFilterEditor.tpl:49 +msgid "Categories where the filter is visible" msgstr "" -#: ihtml/themes/default/acl.tpl:117 ihtml/themes/modern/acl.tpl:120 -msgid "ACL for this object" -msgstr "" +#: ihtml/themes/default/userFilterEditor.tpl:69 +#, fuzzy +msgid "Query" +msgstr "Usuários" -#: ihtml/themes/default/acl.tpl:123 ihtml/themes/modern/acl.tpl:126 -msgid "Available roles" -msgstr "" +#: plugins/generic/references/class_reference.inc:58 +#: plugins/generic/references/class_reference.inc:64 +#: plugins/personal/posix/generic.tpl:89 +#: plugins/personal/posix/paste_generic.tpl:54 +#: plugins/personal/posix/paste_generic.tpl:57 +msgid "Group membership" +msgstr "Membros do grupo" -#: ihtml/themes/default/copyPasteDialog.tpl:1 -#: ihtml/themes/modern/copyPasteDialog.tpl:1 -msgid "Copy & paste wizard" -msgstr "" +#: plugins/generic/references/class_reference.inc:70 +#, fuzzy +msgid "Role membership" +msgstr "Membros do grupo" -#: ihtml/themes/default/copyPasteDialog.tpl:7 -#: ihtml/themes/modern/copyPasteDialog.tpl:7 -msgid "" -"Some values need to be unique in the complete directory while some " -"combinations make no sense. GOsa shows the relevant attributes. Please " -"maintain the values below to fullfill the policies." -msgstr "" +#: plugins/generic/references/class_reference.inc:76 +#, fuzzy +msgid "Object group membership" +msgstr "Membros do grupo" -#: ihtml/themes/default/copyPasteDialog.tpl:9 -#: ihtml/themes/modern/copyPasteDialog.tpl:9 -msgid "Remember that some properties like taken snapshots will not be copied!" -msgstr "" +#: plugins/generic/references/class_reference.inc:82 +#, fuzzy +msgid "Department manager" +msgstr "Nome do departamento" -#: ihtml/themes/default/copyPasteDialog.tpl:10 -#: ihtml/themes/modern/copyPasteDialog.tpl:10 -msgid "" -"Or if you copy or cut an entry within GOsa and delete the source object, you " -"may get errors while pasting this object again!" -msgstr "" +#: plugins/generic/references/class_reference.inc:87 +#: plugins/personal/generic/class_user.inc:1341 +#: plugins/personal/generic/class_user.inc:1388 +#: plugins/personal/generic/class_user.inc:1715 +#: plugins/personal/generic/class_user.inc:1869 +#: plugins/admin/users/class_userManagement.inc:426 +#: plugins/admin/users/user-list.xml:57 +#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:40 +#: plugins/admin/groups/userSelect/user-list.xml:40 +#: plugins/admin/groups/class_group.inc:210 +#: plugins/admin/groups/class_group.inc:1170 +#: plugins/admin/groups/class_group.inc:1180 +msgid "Given name" +msgstr "Nome fornecido" -#: ihtml/themes/default/copyPasteDialog.tpl:19 -#: ihtml/themes/modern/copyPasteDialog.tpl:19 -#: include/utils/class_msgPool.inc:330 -#, php-format -msgid "Save" -msgstr "Salvar" +#: plugins/generic/references/class_reference.inc:87 +#: plugins/personal/generic/class_user.inc:1714 +#: plugins/admin/users/user-list.xml:49 +#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:48 +#: plugins/admin/groups/userSelect/user-list.xml:48 +msgid "Surname" +msgstr "Sobrenome" -#: ihtml/themes/default/copyPasteDialog.tpl:24 -#: ihtml/themes/modern/copyPasteDialog.tpl:23 -msgid "Cancel all" -msgstr "" +#: plugins/generic/references/class_reference.inc:88 +#, fuzzy +msgid "User manager" +msgstr "Nome do usuário" -#: ihtml/themes/default/copyPasteDialog.tpl:30 -#: ihtml/themes/modern/copyPasteDialog.tpl:28 -msgid "Operation complete" -msgstr "Operação finalizada" +#: plugins/generic/references/contents.tpl:2 +#, fuzzy +msgid "Object information" +msgstr "Informação da conexão" -#: ihtml/themes/default/logout-close.tpl:5 -#: ihtml/themes/modern/logout-close.tpl:5 -msgid "Your GOsa session has been closed!" -msgstr "" +#: plugins/generic/references/contents.tpl:3 +#, fuzzy +msgid "Object info" +msgstr "Nome do objeto" -#: ihtml/themes/default/logout-close.tpl:7 -#: ihtml/themes/modern/logout-close.tpl:7 -msgid "" -"Please close this browser window and clean the authentication caches to " -"avoid an automatic re-authentication by your browser." +#: plugins/generic/references/contents.tpl:7 +msgid "Show raw object entry" msgstr "" -#: ihtml/themes/default/login.tpl:10 -msgid "GOsa login screen" -msgstr "" +#: plugins/generic/references/contents.tpl:18 +#: plugins/generic/references/contents.tpl:20 +#, fuzzy +msgid "Last modification" +msgstr "Localização" -#: ihtml/themes/default/login.tpl:27 -msgid "Login screen" -msgstr "" +#: plugins/generic/references/contents.tpl:18 +#: plugins/admin/groups/class_group.inc:329 +#: plugins/admin/groups/class_group.inc:350 +#: plugins/admin/groups/class_group.inc:367 +#: plugins/admin/departments/class_department.inc:154 +#: include/class_pluglist.inc:373 +msgid "Unknown" +msgstr "Desconhecido" -#: ihtml/themes/default/login.tpl:34 -msgid "" -"Please use your username and your password to log into the site " -"administration system." -msgstr "" +#: plugins/generic/references/contents.tpl:29 +#, fuzzy +msgid "Object references" +msgstr "Referências" -#: ihtml/themes/default/login.tpl:42 ihtml/themes/default/login.tpl:44 -#: ihtml/themes/default/password.tpl:69 ihtml/themes/default/password.tpl:71 -#: ihtml/themes/modern/login.tpl:37 ihtml/themes/modern/login.tpl:40 -msgid "Username" -msgstr "Nome do usuário" +#: plugins/generic/references/contents.tpl:45 +#, fuzzy +msgid "ACL trace" +msgstr "Todas as categorias" -#: ihtml/themes/default/login.tpl:52 ihtml/themes/default/login.tpl:53 -#: ihtml/themes/default/password.tpl:60 ihtml/themes/default/password.tpl:62 -#: ihtml/themes/modern/login.tpl:62 -msgid "Directory" -msgstr "Diretório" +#: plugins/generic/references/class_aclResolver.inc:62 +#: include/class_acl.inc:226 +msgid "Reset ACLs" +msgstr "Limpar ACLs" -#: ihtml/themes/default/login.tpl:77 ihtml/themes/default/login.tpl:80 -#: ihtml/themes/modern/login.tpl:31 ihtml/themes/modern/login.tpl:67 -#: ihtml/themes/modern/login.tpl:68 -msgid "Sign in" -msgstr "Entrar" +#: plugins/generic/references/class_aclResolver.inc:63 +#: plugins/admin/acl/class_aclRole.inc:136 include/class_acl.inc:227 +msgid "One level" +msgstr "Um nível" -#: ihtml/themes/default/login.tpl:78 ihtml/themes/modern/login.tpl:67 -msgid "Click here to log in" -msgstr "Clique aqui para logar" +#: plugins/generic/references/class_aclResolver.inc:64 +#: plugins/admin/acl/class_aclRole.inc:137 include/class_acl.inc:228 +#: include/class_acl.inc:233 +msgid "Current object" +msgstr "Objeto atual" -#: ihtml/themes/default/remove.tpl:6 -msgid "" -"This may be used by several groups. Please double check if your really want " -"to do this since there is no way for GOsa to get your data back." +#: plugins/generic/references/class_aclResolver.inc:65 +#: plugins/admin/acl/class_aclRole.inc:138 include/class_acl.inc:229 +msgid "Complete subtree" +msgstr "Subárvore completa" + +#: plugins/generic/references/class_aclResolver.inc:66 +#: plugins/admin/acl/class_aclRole.inc:139 include/class_acl.inc:230 +msgid "Complete subtree (permanent)" +msgstr "Subárvore completa (permanente)" + +#: plugins/generic/references/class_aclResolver.inc:67 +#: include/class_acl.inc:231 include/class_acl.inc:234 +msgid "Use ACL defined in role" +msgstr "Use ACL definida na regra" + +#: plugins/generic/references/class_aclResolver.inc:131 +msgid "Enter another user name" msgstr "" -#: ihtml/themes/default/remove.tpl:9 -msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." +#: plugins/generic/references/class_aclResolver.inc:157 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:126 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:128 +#: plugins/addons/dyngroup/dyngroup.tpl:8 +#, fuzzy +msgid "Filter" +msgstr "Filtros" + +#: plugins/generic/references/class_aclResolver.inc:181 +msgid "Acls" msgstr "" -"Então, se você tem certeza, pressione 'Deletar' para continuar ou 'Cancelar' " -"para abortar." -#: ihtml/themes/default/framework.tpl:8 ihtml/themes/default/framework.tpl:11 -#: ihtml/themes/default/framework.tpl:20 ihtml/themes/default/framework.tpl:24 -#: ihtml/themes/modern/framework.tpl:10 include/class_pluglist.inc:229 -msgid "" -"You are currently editing a database entry. Do you want to dismiss the " -"changes?" +#: plugins/generic/references/class_aclResolver.inc:186 +#, php-format +msgid "List of effective ACLs for '%s'" msgstr "" -"Você esta atualmente editando uma entrada na base de dados. Você quer perder " -"as alterações realizadas?" -#: ihtml/themes/default/framework.tpl:8 ihtml/themes/default/framework.tpl:11 -msgid "Main" -msgstr "Principal" +#: plugins/generic/references/class_aclResolver.inc:187 +#: plugins/generic/references/class_aclResolver.inc:191 +#, fuzzy +msgid "Object permissions" +msgstr "Configurações Posix" -#: ihtml/themes/default/framework.tpl:16 -msgid "Help" -msgstr "Ajuda" +#: plugins/generic/references/class_aclResolver.inc:291 +#: include/class_core.inc:113 include/class_core.inc:119 +msgid "All" +msgstr "" -#: ihtml/themes/default/framework.tpl:21 ihtml/themes/default/framework.tpl:25 -msgid "Sign out" -msgstr "Sair" +#: plugins/generic/references/class_aclResolver.inc:295 +#: include/class_acl.inc:819 +msgid "Grant permission to owner" +msgstr "Conceder permissão para o dono" -#: ihtml/themes/default/framework.tpl:29 -msgid "Signed in:" -msgstr "Logado:" +#: plugins/generic/references/class_aclResolver.inc:297 +#: include/class_acl.inc:823 include/class_acl.inc:928 +#: include/class_acl.inc:932 +msgid "read" +msgstr "leitura" -#: ihtml/themes/default/framework.tpl:32 -msgid "GOsa main menu" -msgstr "" +#: plugins/generic/references/class_aclResolver.inc:298 +#: include/class_acl.inc:824 include/class_acl.inc:930 +#: include/class_acl.inc:933 +msgid "write" +msgstr "escrita" -#: ihtml/themes/default/help.tpl:9 ihtml/themes/modern/help.tpl:9 -msgid "GOsa help viewer" -msgstr "Visualizador de ajuda do GOsa" +#: plugins/generic/references/class_aclResolver.inc:299 +#, fuzzy +msgid "create" +msgstr "Criar" -#: ihtml/themes/default/help.tpl:15 ihtml/themes/modern/help.tpl:15 -msgid "Index" -msgstr "Índice" +#: plugins/generic/references/class_aclResolver.inc:300 +#, fuzzy +msgid "remove" +msgstr "Remover" -#: ihtml/themes/default/islocked.tpl:2 ihtml/themes/modern/islocked.tpl:4 -msgid "Locking conflict detected" -msgstr "Conflito de travamento detectado" +#: plugins/generic/references/class_aclResolver.inc:301 +#, fuzzy +msgid "move" +msgstr "Remover" -#: ihtml/themes/default/islocked.tpl:9 ihtml/themes/modern/islocked.tpl:14 -msgid "" -"If this lock detection is false, the other person has obviously closed the " -"webbrowser during the edit operation. You may want to take over the lock by " -"pressing the 'Edit anyway' button." -msgstr "" -"Se esta detecção for falsa, um usuário pode ter fechado o navegador durante " -"a operação de edição. Você pode destravar pressionando o botão 'Editar mesmo " -"assim'." +#: plugins/generic/welcome/main.inc:26 +#, php-format +msgid "Welcome %s!" +msgstr "Bem vindo %s!" -#: ihtml/themes/default/islocked.tpl:16 ihtml/themes/modern/islocked.tpl:23 -msgid "Read only" +#: plugins/generic/welcome/welcome.tpl:8 +msgid "The GOsa team" msgstr "" -#: ihtml/themes/default/password.tpl:6 -msgid "Change your password" -msgstr "Altere sua senha" - -#: ihtml/themes/default/password.tpl:35 -msgid "Success" -msgstr "Sucesso" +#: plugins/personal/password/nochange.tpl:2 +msgid "Password change not allowed" +msgstr "Alteração de senha não permitida" -#: ihtml/themes/default/password.tpl:35 -msgid "Your password has been changed successfully." -msgstr "Sua senha foi alterada com sucesso." +#: plugins/personal/password/nochange.tpl:7 +msgid "You have no permission to change your password at this time" +msgstr "" -#: ihtml/themes/default/password.tpl:41 -#: plugins/personal/password/class_password.inc:78 -#: plugins/personal/password/class_password.inc:81 -#: plugins/personal/password/class_password.inc:84 -#: plugins/personal/password/class_password.inc:87 -#: plugins/personal/password/class_password.inc:90 -#: plugins/personal/password/class_password.inc:93 -#: plugins/personal/password/class_password.inc:107 -#: plugins/personal/password/class_password.inc:113 -#: plugins/admin/users/class_userManagement.inc:277 html/main.php:341 -msgid "Password change" -msgstr "Senha alterada" +#: plugins/personal/password/changed.tpl:3 +msgid "" +"You've successfully changed your password. Remember to change all programms " +"configured to use it as well." +msgstr "" +"Sua senha foi alterada com sucesso. Lembre-se de alterar todos os programas " +"que a usem." -#: ihtml/themes/default/password.tpl:53 +#: plugins/personal/password/password.tpl:4 msgid "" -"This dialog provides a simple way to change your password. Enter the current " -"password and the new password (twice) in the fields below and press the " -"'Change' button." +"To change your personal password use the fields below. The changes take " +"effect immediately. Please memorize the new password, because you wouldn't " +"be able to login without it." msgstr "" +"Para alterar sua senha pessoal, use os campos abaixo. As alterações terão " +"efeito imediato. Por favor, memorize a nova senha porque você não será capaz " +"de acessar o sistema sem ela." + +#: plugins/personal/password/password.tpl:7 +#: plugins/personal/myaccount/password.tpl:5 +#, fuzzy +msgid "Password change dialog" +msgstr "Senha alterada" -#: ihtml/themes/default/password.tpl:78 ihtml/themes/default/password.tpl:79 -#: plugins/personal/password/password.tpl:13 html/password.php:243 +#: plugins/personal/password/password.tpl:9 html/password.php:245 msgid "Current password" msgstr "Senha atual" -#: ihtml/themes/default/password.tpl:82 ihtml/themes/default/password.tpl:83 -#: plugins/personal/password/password.tpl:18 -#: plugins/personal/generic/password.tpl:7 -#: plugins/personal/myaccount/main.inc:97 plugins/admin/users/password.tpl:13 -#: plugins/admin/users/class_userManagement.inc:250 html/password.php:220 +#: plugins/personal/password/password.tpl:15 +#: plugins/personal/myaccount/main.inc:110 +#: plugins/personal/myaccount/password.tpl:7 +#: plugins/admin/users/password.tpl:9 +#: plugins/admin/users/class_userManagement.inc:250 html/password.php:219 msgid "New password" msgstr "Nova senha" -#: ihtml/themes/default/password.tpl:86 ihtml/themes/default/password.tpl:87 -msgid "New password repeated" -msgstr "Nova senha repetida" +#: plugins/personal/password/password.tpl:22 +#: plugins/personal/myaccount/password.tpl:12 +#: plugins/admin/users/password.tpl:16 +msgid "Repeat new password" +msgstr "Repita nova senha" -#: ihtml/themes/default/password.tpl:90 #: plugins/personal/password/password.tpl:28 msgid "Password strength" msgstr "" -#: ihtml/themes/default/password.tpl:101 -msgid "Change" -msgstr "Alterar" +#: plugins/personal/password/password.tpl:40 +#: plugins/personal/myaccount/password.tpl:22 +#: plugins/admin/users/password.tpl:34 +msgid "Set password" +msgstr "Definir a senha" -#: ihtml/themes/default/password.tpl:102 -msgid "Click here to change your password" -msgstr "Clique aqui para alterar sua senha" +#: plugins/personal/password/password.tpl:41 +msgid "Clear fields" +msgstr "Limpar campos" -#: ihtml/themes/default/snapshotdialog.tpl:3 -#: ihtml/themes/modern/snapshotdialog.tpl:3 -msgid "Restoring object snapshots" -msgstr "" +#: plugins/personal/password/class_password.inc:26 +#: plugins/admin/users/user-list.xml:128 plugins/admin/users/user-list.xml:230 +msgid "Change password" +msgstr "Alterar senha" -#: ihtml/themes/default/snapshotdialog.tpl:6 -#: ihtml/themes/modern/snapshotdialog.tpl:6 -msgid "" -"This procedure will restore a snapshot of the selected object. It will " -"replace the existing object after pressing the restore button." +#: plugins/personal/password/class_password.inc:27 +msgid "Change user password" msgstr "" -#: ihtml/themes/default/snapshotdialog.tpl:9 -#: ihtml/themes/modern/snapshotdialog.tpl:9 -msgid "" -"Remember that DNS configuration and database entries could not be restored. " -"For some objects it is only nescessary to open and save them again (goFon), " -"but some entries must be recreated manually (glpi)." -msgstr "" +#: plugins/personal/password/class_password.inc:78 +#: plugins/personal/password/class_password.inc:81 +#: plugins/personal/password/class_password.inc:84 +#: plugins/personal/password/class_password.inc:87 +#: plugins/personal/password/class_password.inc:90 +#: plugins/personal/password/class_password.inc:93 +#: plugins/personal/password/class_password.inc:96 +#: plugins/personal/password/class_password.inc:110 +#: plugins/personal/password/class_password.inc:116 +#: plugins/admin/users/class_userManagement.inc:277 html/main.php:349 +msgid "Password change" +msgstr "Senha alterada" -#: ihtml/themes/default/snapshotdialog.tpl:12 -#: ihtml/themes/modern/snapshotdialog.tpl:12 +#: plugins/personal/password/class_password.inc:79 +msgid "You need to specify your current password in order to proceed." +msgstr "Você precisa especificar sua senha atual para continuar." + +#: plugins/personal/password/class_password.inc:82 +#: plugins/personal/myaccount/main.inc:107 +#: plugins/admin/users/class_userManagement.inc:247 msgid "" -"Don't forget to check references to other objects, for example does the " -"selected printer still exists ?" +"The passwords you've entered as 'New password' and 'Repeated new password' " +"do not match." msgstr "" +"A senha digitada nos campos 'Nova senha' e 'Repita nova senha' não conferem." -#: ihtml/themes/default/snapshotdialog.tpl:20 -#: ihtml/themes/default/snapshotdialog.tpl:62 -#: ihtml/themes/modern/snapshotdialog.tpl:20 -#: ihtml/themes/modern/snapshotdialog.tpl:63 -#: plugins/admin/departments/class_department.inc:624 -#: include/utils/class_msgPool.inc:475 include/class_acl.inc:797 -#: include/class_acl.inc:804 include/class_acl.inc:811 -msgid "Object" -msgstr "Objeto" +#: plugins/personal/password/class_password.inc:85 +msgid "The password you've entered as 'New password' is empty." +msgstr "O campo 'Nova senha' esta vazio." -#: ihtml/themes/default/snapshotdialog.tpl:29 -#: ihtml/themes/modern/snapshotdialog.tpl:29 -msgid "There is no snapshot available that could be restored" -msgstr "" +#: plugins/personal/password/class_password.inc:88 +msgid "The password used as new and current are too similar." +msgstr "A senha utilizada como nova e atual são muito similares." -#: ihtml/themes/default/snapshotdialog.tpl:31 -#: ihtml/themes/modern/snapshotdialog.tpl:31 -msgid "Choose a snapshot and click the folder image, to restore the snapshot" -msgstr "" +#: plugins/personal/password/class_password.inc:91 +msgid "The password used as new is to short." +msgstr "A senha utilizada como nova é curta." -#: ihtml/themes/default/snapshotdialog.tpl:49 -#: ihtml/themes/modern/snapshotdialog.tpl:50 -msgid "Creating object snapshots" +#: plugins/personal/password/class_password.inc:94 html/password.php:238 +msgid "The password contains possibly problematic unicode characters!" msgstr "" -#: ihtml/themes/default/snapshotdialog.tpl:52 -#: ihtml/themes/modern/snapshotdialog.tpl:53 -msgid "" -"This procedure will create a snapshot of the selected object. It will be " -"stored inside a special branch of your directory system and can be restored " -"later on." +#: plugins/personal/password/class_password.inc:97 +#, php-format +msgid "External password changer reported a problem: %s." msgstr "" -#: ihtml/themes/default/snapshotdialog.tpl:55 -#: ihtml/themes/modern/snapshotdialog.tpl:56 +#: plugins/personal/password/class_password.inc:111 msgid "" -"Remember that database entries, DNS configurations and possibly created " -"zones in server extensions will not be stored in the snapshot." -msgstr "" +"The password you've entered as your current password doesn't match the real " +"one." +msgstr "A senha digitada não confere com a senha atual." -#: ihtml/themes/default/snapshotdialog.tpl:70 -#: ihtml/themes/modern/snapshotdialog.tpl:71 -msgid "Timestamp" +#: plugins/personal/password/class_password.inc:117 +msgid "You have no permission to change your password." msgstr "" -#: ihtml/themes/default/snapshotdialog.tpl:79 -#: ihtml/themes/modern/snapshotdialog.tpl:80 -msgid "Reason for generating this snapshot" +#: plugins/personal/password/class_password.inc:149 +msgid "User password" msgstr "" -#: ihtml/themes/default/snapshotdialog.tpl:87 -#: ihtml/themes/modern/snapshotdialog.tpl:88 -#: plugins/admin/users/template.tpl:49 -#: plugins/admin/departments/class_department.inc:564 -#: plugins/admin/departments/class_department.inc:646 -msgid "Continue" -msgstr "Continuar" - -#: ihtml/themes/default/sizelimit.tpl:3 ihtml/themes/modern/sizelimit.tpl:3 -msgid "" -"The size limit option makes LDAP operations faster and saves the LDAP server " -"from getting too much load. The easiest way to handle big databases without " -"long timeouts would be to limit your search to smaller values and use " -"filters to get the entries you are looking for." -msgstr "" +#: plugins/personal/password/class_password.inc:153 +#: plugins/personal/generic/class_user.inc:1686 +#: plugins/personal/posix/class_posixAccount.inc:1295 +#: plugins/personal/myaccount/main.inc:138 +#: plugins/personal/myaccount/class_MyAccount.inc:5 +msgid "My account" +msgstr "Minha conta" -#: ihtml/themes/default/sizelimit.tpl:6 ihtml/themes/modern/sizelimit.tpl:8 -msgid "Please choose the way to react for this session" -msgstr "" +#: plugins/personal/generic/generic.tpl:3 +#: plugins/personal/generic/generic.tpl:6 +#: plugins/personal/generic/paste_generic.tpl:6 +msgid "Personal information" +msgstr "Informação pessoal" -#: ihtml/themes/default/sizelimit.tpl:9 ihtml/themes/modern/sizelimit.tpl:10 -msgid "ignore this error and show all entries the LDAP server returns" -msgstr "" +#: plugins/personal/generic/generic.tpl:11 +#: plugins/personal/generic/generic_picture.tpl:2 +#: plugins/personal/generic/paste_generic.tpl:31 +#, fuzzy +msgid "The users picture" +msgstr "Foto do usuário" -#: ihtml/themes/default/sizelimit.tpl:10 ihtml/themes/modern/sizelimit.tpl:11 -msgid "" -"ignore this error and show all entries that fit into the defined sizelimit " -"and let me use filters instead" -msgstr "" +#: plugins/personal/generic/generic.tpl:24 +msgid "Change picture" +msgstr "Alterar foto" -#: ihtml/themes/default/sizelimit.tpl:14 ihtml/themes/modern/sizelimit.tpl:16 -#: include/utils/class_msgPool.inc:348 -#, php-format -msgid "Set" -msgstr "Definir" +#: plugins/personal/generic/generic.tpl:37 +#: plugins/personal/generic/generic.tpl:84 +#: plugins/personal/posix/generic.tpl:51 +#: plugins/personal/posix/posix_shadow.tpl:2 +#: plugins/personal/posix/paste_generic.tpl:15 +#, fuzzy +msgid "Account settings" +msgstr "Configurações Posix" -#: ihtml/themes/default/logout.tpl:5 ihtml/themes/modern/logout.tpl:6 -msgid "Your GOsa session has expired!" -msgstr "Sua sessão do GOsa expirou!" +#: plugins/personal/generic/generic.tpl:40 +#: plugins/personal/generic/paste_generic.tpl:8 +#: plugins/admin/users/template.tpl:23 +msgid "Last name" +msgstr "Último nome" -#: ihtml/themes/default/logout.tpl:7 ihtml/themes/modern/logout.tpl:9 -msgid "" -"The last interaction with the GOsa web interface has been some time ago in " -"the past. For security reasons, the session has been closed. To continue " -"with administrative tasks, please sign in again." +#: plugins/personal/generic/generic.tpl:44 +#: plugins/personal/generic/generic.tpl:58 +#: plugins/personal/generic/generic.tpl:76 plugins/admin/groups/generic.tpl:14 +msgid "Multiple edit" msgstr "" -#: ihtml/themes/default/logout.tpl:10 ihtml/themes/modern/logout.tpl:15 -msgid "Sign in again" -msgstr "Entrar novamente" - -#: ihtml/themes/modern/acl.tpl:15 ihtml/themes/modern/acl.tpl:16 -#: include/class_userFilter.inc:55 -#, fuzzy -msgid "Options" -msgstr "Ações" +#: plugins/personal/generic/generic.tpl:54 +#: plugins/personal/generic/paste_generic.tpl:12 +#: plugins/admin/users/template.tpl:27 +msgid "First name" +msgstr "Primeiro nome" -#: ihtml/themes/modern/acl.tpl:54 -#, fuzzy -msgid "Member selection" -msgstr "Administração de grupos" +#: plugins/personal/generic/generic.tpl:68 +#: plugins/personal/generic/class_user.inc:1326 +#: plugins/personal/generic/class_user.inc:1344 +#: plugins/personal/generic/class_user.inc:1358 +#: plugins/personal/generic/class_user.inc:1360 +#: plugins/personal/generic/class_user.inc:1716 +#: plugins/personal/generic/paste_generic.tpl:16 +#: plugins/admin/users/user-list.xml:65 plugins/admin/users/template.tpl:32 +#: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:65 +#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:56 +#: plugins/admin/groups/userSelect/user-list.xml:56 html/password.php:243 +msgid "Login" +msgstr "Login" -#: ihtml/themes/modern/userFilter.tpl:1 -#, fuzzy -msgid "List of defined filters" -msgstr "Lista de usuários" +#: plugins/personal/generic/generic.tpl:86 +msgid "Template name" +msgstr "Nome modelo" -#: ihtml/themes/modern/removeEntries.tpl:4 -#, fuzzy -msgid "Attention" -msgstr "Ações" +#: plugins/personal/generic/generic.tpl:95 +#: plugins/personal/generic/class_user.inc:1720 +msgid "Personal title" +msgstr "Título pessoal" -#: ihtml/themes/modern/removeEntries.tpl:14 -#, fuzzy -msgid "" -"If you're sure you want to do this press 'Delete' to continue or 'Cancel' to " -"abort." -msgstr "" -"Então, se você tem certeza, pressione 'Deletar' para continuar ou 'Cancelar' " -"para abortar." +#: plugins/personal/generic/generic.tpl:105 +#: plugins/personal/generic/class_user.inc:1721 +msgid "Academic title" +msgstr "Título acadêmico" -#: ihtml/themes/modern/msg_dialog.tpl:55 -#: ihtml/themes/modern/msg_dialog.tpl:103 -msgid "Error message title" -msgstr "" +#: plugins/personal/generic/generic.tpl:120 +#: plugins/personal/generic/class_user.inc:1383 +#: plugins/personal/generic/class_user.inc:1723 +msgid "Date of birth" +msgstr "Data de nascimento" -#: ihtml/themes/modern/msg_dialog.tpl:66 -#: ihtml/themes/modern/msg_dialog.tpl:115 -msgid "Error message" -msgstr "" +#: plugins/personal/generic/generic.tpl:143 +#: plugins/personal/generic/class_user.inc:1724 +msgid "Sex" +msgstr "Sexo" -#: ihtml/themes/modern/userFilterEditor.tpl:1 -#: ihtml/themes/modern/userFilterEditor.tpl:5 -#, fuzzy -msgid "Filter editor" -msgstr "Erro interno" +#: plugins/personal/generic/generic.tpl:157 +msgid "Preferred langage" +msgstr "Linguagem preferida" -#: ihtml/themes/modern/userFilterEditor.tpl:8 -#, fuzzy -msgid "Filter properties" -msgstr "Editar propriedades gerais" +#: plugins/personal/generic/generic.tpl:186 +#: plugins/personal/generic/class_user.inc:1747 +#: plugins/admin/departments/class_organizationGeneric.inc:131 +msgid "Postal address" +msgstr "Caixa postal" -#: ihtml/themes/modern/userFilterEditor.tpl:19 -#: plugins/generic/references/contents.tpl:12 -#: plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc:45 -#: plugins/personal/posix/groupSelect/group-list.xml:40 -#: plugins/personal/posix/trustSelect/trust-list.xml:53 -#: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:57 -#: plugins/admin/groups/generic.tpl:24 -#: plugins/admin/groups/class_group.inc:1022 -#: plugins/admin/groups/group-list.xml:49 -#: plugins/admin/departments/class_domain.inc:63 -#: plugins/admin/departments/class_domain.inc:91 -#: plugins/admin/departments/generic.tpl:19 -#: plugins/admin/departments/organization.tpl:19 -#: plugins/admin/departments/dep-list.xml:79 -#: plugins/admin/departments/class_localityGeneric.inc:64 -#: plugins/admin/departments/class_localityGeneric.inc:92 -#: plugins/admin/departments/locality.tpl:19 -#: plugins/admin/departments/class_department.inc:365 -#: plugins/admin/departments/class_department.inc:669 -#: plugins/admin/departments/dcObject.tpl:19 -#: plugins/admin/departments/domain.tpl:19 -#: plugins/admin/departments/country.tpl:19 -#: plugins/admin/departments/class_countryGeneric.inc:63 -#: plugins/admin/departments/class_countryGeneric.inc:92 -#: plugins/admin/departments/class_organizationGeneric.inc:95 -#: plugins/admin/departments/class_organizationGeneric.inc:123 -#: plugins/admin/departments/class_dcObject.inc:63 -#: plugins/admin/departments/class_dcObject.inc:91 -#: plugins/admin/acl/acl_role.tpl:17 plugins/admin/acl/acl-list.xml:57 -#: plugins/admin/acl/class_aclRole.inc:165 -#: plugins/admin/acl/class_aclRole.inc:726 -#: plugins/admin/ogroups/generic.tpl:15 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:105 -#: plugins/admin/ogroups/class_ogroup.inc:851 -#: plugins/admin/ogroups/ogroup-list.xml:49 -#: include/class_userFilterEditor.inc:242 include/class_acl.inc:253 -#: include/class_acl.inc:263 include/class_SnapShotDialog.inc:177 -#: include/class_userFilter.inc:55 -msgid "Description" -msgstr "Descrição" +#: plugins/personal/generic/generic.tpl:188 +#: plugins/personal/generic/generic.tpl:455 +#: plugins/admin/departments/generic.tpl:103 +#: plugins/admin/departments/organization.tpl:102 +#: plugins/admin/departments/class_department.inc:683 +msgid "Address" +msgstr "Endereço" -#: ihtml/themes/modern/userFilterEditor.tpl:27 include/class_userFilter.inc:55 -#, fuzzy -msgid "Parent filter" -msgstr "Impressora" +#: plugins/personal/generic/generic.tpl:196 +msgid "Private phone" +msgstr "Telefone privativo" -#: ihtml/themes/modern/userFilterEditor.tpl:40 -#: plugins/personal/generic/generic.tpl:607 -#: plugins/personal/generic/class_user.inc:1663 -msgid "Public visible" -msgstr "Visível publicamente" +#: plugins/personal/generic/generic.tpl:204 +#: plugins/personal/generic/class_user.inc:1364 +#: plugins/personal/generic/class_user.inc:1751 +#: plugins/personal/generic/class_user.inc:1854 +msgid "Homepage" +msgstr "Página pessoal" -#: ihtml/themes/modern/userFilterEditor.tpl:49 -msgid "Categories where the filter is visible" -msgstr "" +#: plugins/personal/generic/generic.tpl:212 +msgid "Password storage" +msgstr "Armazenamento da senha" -#: ihtml/themes/modern/userFilterEditor.tpl:69 -#, fuzzy -msgid "Query" -msgstr "Usuários" +#: plugins/personal/generic/generic.tpl:221 include/functions.inc:1258 +msgid "Configure" +msgstr "Configurar" -#: plugins/generic/references/class_reference.inc:43 -#: plugins/personal/posix/class_posixAccount.inc:37 -msgid "UNIX" -msgstr "UNIX" +#: plugins/personal/generic/generic.tpl:229 +#: plugins/personal/generic/class_user.inc:549 +#: plugins/personal/generic/class_user.inc:571 +#: plugins/personal/generic/generic_certs.tpl:3 +msgid "Certificates" +msgstr "Certificados" -#: plugins/generic/references/class_reference.inc:45 -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:72 -#: plugins/admin/users/class_userManagement.inc:762 -#: plugins/admin/groups/class_groupManagement.inc:165 -#: plugins/admin/ogroups/tabs_ogroups.inc:148 -msgid "Mail" -msgstr "Correio" +#: plugins/personal/generic/generic.tpl:232 +msgid "Edit certificates" +msgstr "Editar certificados" -#: plugins/generic/references/class_reference.inc:47 -#: plugins/generic/references/class_reference.inc:49 -#: plugins/personal/posix/class_posixAccount.inc:294 -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:80 -#: plugins/admin/users/class_userManagement.inc:767 -#: plugins/admin/groups/class_groupManagement.inc:173 -msgid "Samba" -msgstr "Samba" +#: plugins/personal/generic/generic.tpl:244 +msgid "Restrict login to" +msgstr "" -#: plugins/generic/references/class_reference.inc:51 -#: plugins/admin/users/class_userManagement.inc:779 -msgid "FAX" -msgstr "FAX" +#: plugins/personal/generic/generic.tpl:252 +#: plugins/personal/generic/generic.tpl:272 +msgid "IP or network" +msgstr "" -#: plugins/generic/references/class_reference.inc:53 -msgid "Proxy" -msgstr "Proxy" +#: plugins/personal/generic/generic.tpl:255 +#: plugins/personal/generic/generic.tpl:275 +#: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:83 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:123 +#: include/utils/class_msgPool.inc:319 +#, php-format +msgid "Add" +msgstr "Adicionar" -#: plugins/generic/references/class_reference.inc:55 -msgid "FTP" -msgstr "FTP" +#: plugins/personal/generic/generic.tpl:288 +#: plugins/personal/generic/generic.tpl:291 +#: plugins/personal/generic/generic.tpl:299 +#: plugins/personal/generic/generic.tpl:386 +#: plugins/personal/generic/generic.tpl:437 +#: plugins/personal/generic/generic.tpl:469 +#: plugins/personal/generic/generic.tpl:518 +#: plugins/personal/generic/generic.tpl:567 +msgid "Organizational information" +msgstr "Informação organizacional" -#: plugins/generic/references/class_reference.inc:57 -#: plugins/personal/posix/groupSelect/group-list.xml:13 -#: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:23 -#: plugins/admin/groups/group-list.xml:15 -#: plugins/admin/groups/group-list.xml:79 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:71 -#: plugins/admin/ogroups/class_ogroupManagement.inc:184 -#: plugins/admin/ogroups/ogroup-list.xml:79 -msgid "Group" +#: plugins/personal/generic/generic.tpl:299 +#: plugins/personal/generic/generic.tpl:386 +#: plugins/personal/generic/generic.tpl:437 +#: plugins/personal/generic/generic.tpl:469 +#: plugins/personal/generic/generic.tpl:518 +#: plugins/personal/generic/generic.tpl:567 +msgid "part" msgstr "" -#: plugins/generic/references/class_reference.inc:59 #: plugins/personal/generic/generic.tpl:309 -#: plugins/personal/generic/class_user.inc:1699 +#: plugins/personal/generic/class_user.inc:1733 #: plugins/admin/departments/dep-list.xml:55 #: plugins/admin/departments/dep-list.xml:71 #: plugins/admin/departments/dep-list.xml:138 -#: plugins/admin/departments/class_departmentManagement.inc:250 +#: plugins/admin/departments/class_departmentManagement.inc:253 #: plugins/admin/ogroups/objectSelect/selectObject-list.xml:15 #: plugins/admin/ogroups/class_ogroupManagement.inc:186 msgid "Department" msgstr "Departamento" -#: plugins/generic/references/class_reference.inc:61 +#: plugins/personal/generic/generic.tpl:317 +msgid "Department No." +msgstr "Nº do departamento" + +#: plugins/personal/generic/generic.tpl:325 +msgid "Employee No." +msgstr "Nº do empregado" + +#: plugins/personal/generic/generic.tpl:333 +#: plugins/personal/generic/class_user.inc:1737 +msgid "Employee type" +msgstr "Tipo de empregado" + +#: plugins/personal/generic/generic.tpl:342 +#: plugins/personal/generic/generic.tpl:358 +#: plugins/personal/generic/class_user.inc:1735 +#: plugins/admin/departments/class_domain.inc:93 +#: plugins/admin/departments/generic.tpl:51 +#: plugins/admin/departments/organization.tpl:51 +#: plugins/admin/departments/class_localityGeneric.inc:93 +#: plugins/admin/departments/locality.tpl:39 +#: plugins/admin/departments/class_department.inc:686 +#: plugins/admin/departments/dcObject.tpl:39 +#: plugins/admin/departments/domain.tpl:39 +#: plugins/admin/departments/country.tpl:39 +#: plugins/admin/departments/class_countryGeneric.inc:93 +#: plugins/admin/departments/class_organizationGeneric.inc:127 +#: plugins/admin/departments/class_dcObject.inc:92 +#, fuzzy +msgid "Manager" +msgstr "Pager" + +#: plugins/personal/generic/generic.tpl:388 +#: plugins/personal/generic/generic.tpl:569 +msgid "Room No." +msgstr "Nº da sala" + #: plugins/personal/generic/generic.tpl:397 #: plugins/personal/generic/generic.tpl:577 -#: plugins/personal/generic/class_user.inc:1371 -#: plugins/personal/generic/class_user.inc:1823 -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:88 +#: plugins/personal/generic/class_user.inc:1369 +#: plugins/personal/generic/class_user.inc:1857 #: plugins/admin/users/class_userManagement.inc:783 #: plugins/admin/groups/class_groupManagement.inc:181 #: plugins/admin/departments/generic.tpl:110 #: plugins/admin/departments/organization.tpl:109 -#: plugins/admin/departments/class_department.inc:376 +#: plugins/admin/departments/class_department.inc:378 #: plugins/admin/ogroups/objectSelect/selectObject-list.xml:55 #: plugins/admin/ogroups/class_ogroupManagement.inc:188 msgid "Phone" msgstr "Fone" -#: plugins/generic/references/class_reference.inc:63 -#: plugins/admin/ogroups/class_ogroupManagement.inc:185 -msgid "Application" -msgstr "Aplicação" +#: plugins/personal/generic/generic.tpl:406 +#: plugins/personal/generic/class_user.inc:1375 +#: plugins/personal/generic/class_user.inc:1863 +msgid "Mobile" +msgstr "Celular" + +#: plugins/personal/generic/generic.tpl:414 +#: plugins/personal/generic/class_user.inc:1378 +#: plugins/personal/generic/class_user.inc:1866 +msgid "Pager" +msgstr "Pager" + +#: plugins/personal/generic/generic.tpl:422 +#: plugins/personal/generic/generic.tpl:589 +#: plugins/personal/generic/class_user.inc:1372 +#: plugins/personal/generic/class_user.inc:1860 +#: plugins/admin/departments/generic.tpl:118 +#: plugins/admin/departments/organization.tpl:117 +#: plugins/admin/departments/class_department.inc:381 +#: plugins/admin/departments/class_department.inc:685 +#: plugins/admin/departments/class_organizationGeneric.inc:133 +msgid "Fax" +msgstr "Fax" + +#: plugins/personal/generic/generic.tpl:439 +#: plugins/personal/generic/class_user.inc:1746 +#: plugins/admin/departments/generic.tpl:83 +#: plugins/admin/departments/generic.tpl:85 +#: plugins/admin/departments/generic.tpl:95 +#: plugins/admin/departments/organization.tpl:82 +#: plugins/admin/departments/organization.tpl:94 +#: plugins/admin/departments/class_localityGeneric.inc:91 +#: plugins/admin/departments/class_department.inc:682 +#: plugins/admin/departments/class_organizationGeneric.inc:130 +msgid "Location" +msgstr "Localização" + +#: plugins/personal/generic/generic.tpl:447 +#: plugins/personal/generic/class_user.inc:1745 +#: plugins/admin/departments/generic.tpl:87 +#: plugins/admin/departments/organization.tpl:86 +#: plugins/admin/departments/class_department.inc:681 +#: plugins/admin/departments/class_organizationGeneric.inc:129 +msgid "State" +msgstr "Estado" + +#: plugins/personal/generic/generic.tpl:471 +#: plugins/personal/generic/class_user.inc:1668 +msgid "Vocation" +msgstr "Vocação" + +#: plugins/personal/generic/generic.tpl:479 +#: plugins/personal/generic/class_user.inc:1671 +msgid "Unit description" +msgstr "Descrição da unidade" + +#: plugins/personal/generic/generic.tpl:488 +#: plugins/personal/generic/class_user.inc:1672 +msgid "Subject area" +msgstr "Área de assunto" + +#: plugins/personal/generic/generic.tpl:497 +#: plugins/personal/generic/class_user.inc:1673 +msgid "Functional title" +msgstr "Título funcional" + +#: plugins/personal/generic/generic.tpl:506 +#: plugins/personal/generic/class_user.inc:1677 +#: plugins/admin/acl/acl-list.xml:23 plugins/admin/acl/acl-list.xml:82 +#: plugins/admin/acl/class_aclRole.inc:711 +msgid "Role" +msgstr "Papel" + +#: plugins/personal/generic/generic.tpl:520 +#: plugins/personal/generic/class_user.inc:1670 +msgid "Person locality" +msgstr "Localização da pessoa" + +#: plugins/personal/generic/generic.tpl:529 +#: plugins/personal/generic/class_user.inc:1666 +msgid "Unit" +msgstr "Unidade" + +#: plugins/personal/generic/generic.tpl:538 +#: plugins/personal/generic/class_user.inc:1676 +msgid "Street" +msgstr "Rua" + +#: plugins/personal/generic/generic.tpl:546 +#: plugins/personal/generic/class_user.inc:1678 +msgid "Postal code" +msgstr "CEP" + +#: plugins/personal/generic/generic.tpl:554 +#: plugins/personal/generic/class_user.inc:1667 +msgid "House identifier" +msgstr "Identificação da residência" + +#: plugins/personal/generic/generic.tpl:583 +msgid "Please use the phone tab" +msgstr "Por favor, utilize a orelha telefone" + +#: plugins/personal/generic/generic.tpl:598 +#: plugins/personal/generic/class_user.inc:1669 +msgid "Last delivery" +msgstr "Última entrega" -#: plugins/generic/references/class_reference.inc:67 -msgid "Thin Client" +#: plugins/personal/generic/class_user.inc:38 +msgid "Edit organizational user settings" msgstr "" -#: plugins/generic/references/class_reference.inc:69 -#: plugins/personal/posix/trustSelect/trust-list.xml:19 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:31 -#: plugins/admin/ogroups/class_ogroupManagement.inc:189 -msgid "Workstation" -msgstr "Estação de trabalho" +#: plugins/personal/generic/class_user.inc:273 +#: plugins/personal/generic/class_user.inc:1910 +#: include/class_configRegistry.inc:185 +#, fuzzy +msgid "unknown" +msgstr "Desconhecido" -#: plugins/generic/references/class_reference.inc:71 -#: plugins/admin/ogroups/generic.tpl:1 -#: plugins/admin/ogroups/ogroup-list.xml:15 -msgid "Object group" +#: plugins/personal/generic/class_user.inc:297 +msgid "Please add a single IP address or a network/netmask combination!" msgstr "" -#: plugins/generic/references/class_reference.inc:73 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:47 -#: plugins/admin/ogroups/class_ogroupManagement.inc:192 -msgid "Printer" -msgstr "Impressora" +#: plugins/personal/generic/class_user.inc:339 +msgid "female" +msgstr "feminino" -#: plugins/generic/references/contents.tpl:2 -#, fuzzy -msgid "Object references" -msgstr "Referências" +#: plugins/personal/generic/class_user.inc:339 +msgid "male" +msgstr "masculino" -#: plugins/generic/references/contents.tpl:12 -msgid "Object name" -msgstr "Nome do objeto" +#: plugins/personal/generic/class_user.inc:395 +#, fuzzy +msgid "Password configuration" +msgstr "Configuração" -#: plugins/generic/references/contents.tpl:12 -msgid "Contents" +#: plugins/personal/generic/class_user.inc:428 +msgid "Cannot upload file!" msgstr "" -#: plugins/generic/references/contents.tpl:19 -msgid "This object has no relationship to other objects." +#: plugins/personal/generic/class_user.inc:521 +msgid "Serial number" +msgstr "Número serial" + +#: plugins/personal/generic/class_user.inc:543 +#: plugins/personal/generic/class_user.inc:1728 +#: plugins/personal/generic/generic_picture.tpl:1 +msgid "User picture" +msgstr "Foto do usuário" + +#: plugins/personal/generic/class_user.inc:568 +msgid "(Not supported certificate types are marked as invalid.)" msgstr "" -#: plugins/generic/welcome/main.inc:26 +#: plugins/personal/generic/class_user.inc:578 #, php-format -msgid "Welcome %s!" -msgstr "Bem vindo %s!" +msgid "Certificate is valid from %s to %s and is currently %s." +msgstr "Certificado é válido de %s para %s e está atualmente %s." -#: plugins/generic/welcome/welcome.tpl:8 -msgid "The GOsa team" -msgstr "" +#: plugins/personal/generic/class_user.inc:581 +msgid "valid" +msgstr "válido" -#: plugins/personal/password/nochange.tpl:2 -msgid "Password change not allowed" -msgstr "Alteração de senha não permitida" +#: plugins/personal/generic/class_user.inc:582 +msgid "invalid" +msgstr "inválido" -#: plugins/personal/password/nochange.tpl:7 -msgid "You have no permission to change your password at this time" +#: plugins/personal/generic/class_user.inc:587 +msgid "No certificate installed" +msgstr "Nenhum certificado instalado" + +#: plugins/personal/generic/class_user.inc:613 html/password.php:179 +msgid "Password method" msgstr "" -#: plugins/personal/password/changed.tpl:3 -msgid "" -"You've successfully changed your password. Remember to change all programms " -"configured to use it as well." +#: plugins/personal/generic/class_user.inc:613 +msgid "The selected password method is no longer available." msgstr "" -"Sua senha foi alterada com sucesso. Lembre-se de alterar todos os programas " -"que a usem." -#: plugins/personal/password/password.tpl:4 -msgid "" -"To change your personal password use the fields below. The changes take " -"effect immediately. Please memorize the new password, because you wouldn't " -"be able to login without it." +#: plugins/personal/generic/class_user.inc:1203 +msgid "Cannot build RDN: no + allowed to build sub RDN!" msgstr "" -"Para alterar sua senha pessoal, use os campos abaixo. As alterações terão " -"efeito imediato. Por favor, memorize a nova senha porque você não será capaz " -"de acessar o sistema sem ela." -#: plugins/personal/password/password.tpl:8 plugins/admin/users/password.tpl:8 -msgid "" -"Changing the password affects your authentification on mail, proxy, samba " -"and unix services." +#: plugins/personal/generic/class_user.inc:1210 +msgid "Cannot build RDN: attribute is not defined!" msgstr "" -"Alteração de senha afeta a autenticação dos serviços de correio, proxy, " -"samba e unix." -#: plugins/personal/password/password.tpl:11 -#: plugins/personal/generic/password.tpl:5 -#, fuzzy -msgid "Password change dialog" -msgstr "Senha alterada" +#: plugins/personal/generic/class_user.inc:1228 +msgid "Cannot build RDN: invalid attribute parameters!" +msgstr "" -#: plugins/personal/password/password.tpl:23 -#: plugins/personal/generic/password.tpl:11 -#: plugins/admin/users/password.tpl:17 -msgid "Repeat new password" -msgstr "Repita nova senha" +#: plugins/personal/generic/class_user.inc:1299 +msgid "The selected password method requires initial configuration!" +msgstr "" -#: plugins/personal/password/password.tpl:40 -#: plugins/personal/generic/password.tpl:19 -#: plugins/admin/users/password.tpl:32 -msgid "Set password" -msgstr "Definir a senha" +#: plugins/personal/generic/class_user.inc:1498 +msgid "Cannot open certificate!" +msgstr "" -#: plugins/personal/password/password.tpl:41 -msgid "Clear fields" -msgstr "Limpar campos" +#: plugins/personal/generic/class_user.inc:1674 +#: plugins/personal/generic/generic_certs.tpl:83 +msgid "Certificate serial number" +msgstr "Número serial do certificado" -#: plugins/personal/password/class_password.inc:27 -msgid "Change user password" +#: plugins/personal/generic/class_user.inc:1682 +msgid "Generic user settings" msgstr "" -#: plugins/personal/password/class_password.inc:79 -msgid "You need to specify your current password in order to proceed." -msgstr "Você precisa especificar sua senha atual para continuar." - -#: plugins/personal/password/class_password.inc:82 -#: plugins/personal/myaccount/main.inc:94 -#: plugins/admin/users/class_userManagement.inc:247 html/password.php:217 +#: plugins/personal/generic/class_user.inc:1704 +#, php-format msgid "" -"The passwords you've entered as 'New password' and 'Repeated new password' " -"do not match." +"The 'accountRDN' option tells GOsa to use a placeholder pattern for " +"generating account RDNs. A pattern can include attribute names prefaced by a " +"%% and normal text: %s. This will generate a RDN consisting of cn=.... " +"filled with surname and given name of the edited account. This option " +"disables the use of accountPrimaryAttribute and personalTitleInDn." msgstr "" -"A senha digitada nos campos 'Nova senha' e 'Repita nova senha' não conferem." -#: plugins/personal/password/class_password.inc:85 -msgid "The password you've entered as 'New password' is empty." -msgstr "O campo 'Nova senha' esta vazio." +#: plugins/personal/generic/class_user.inc:1718 +#, fuzzy +msgid "Allow definition of custom filters" +msgstr "Lista de usuários" -#: plugins/personal/password/class_password.inc:88 html/password.php:229 -msgid "The password used as new and current are too similar." -msgstr "A senha utilizada como nova e atual são muito similares." +#: plugins/personal/generic/class_user.inc:1725 +msgid "Preferred language" +msgstr "" -#: plugins/personal/password/class_password.inc:91 html/password.php:235 -msgid "The password used as new is to short." -msgstr "A senha utilizada como nova é curta." +#: plugins/personal/generic/class_user.inc:1730 +#, fuzzy +msgid "Login restrictions" +msgstr "Estações de Trabalho" -#: plugins/personal/password/class_password.inc:94 -#, php-format -msgid "External password changer reported a problem: %s." +#: plugins/personal/generic/class_user.inc:1734 +msgid "Department number" msgstr "" -#: plugins/personal/password/class_password.inc:108 -msgid "" -"The password you've entered as your current password doesn't match the real " -"one." -msgstr "A senha digitada não confere com a senha atual." - -#: plugins/personal/password/class_password.inc:114 -msgid "You have no permission to change your password." +#: plugins/personal/generic/class_user.inc:1736 +msgid "Employee number" msgstr "" -#: plugins/personal/password/class_password.inc:146 -msgid "User password" +#: plugins/personal/generic/class_user.inc:1739 +msgid "Room number" msgstr "" -#: plugins/personal/password/class_password.inc:150 -#: plugins/personal/generic/class_user.inc:1674 -#: plugins/personal/posix/class_posixAccount.inc:1303 -#: plugins/personal/myaccount/main.inc:125 -#: plugins/personal/myaccount/class_MyAccount.inc:5 -msgid "My account" -msgstr "Minha conta" +#: plugins/personal/generic/class_user.inc:1740 +msgid "Telefon number" +msgstr "" -#: plugins/personal/generic/generic.tpl:3 -#: plugins/personal/generic/generic.tpl:6 -#: plugins/personal/generic/paste_generic.tpl:6 -msgid "Personal information" -msgstr "Informação pessoal" +#: plugins/personal/generic/class_user.inc:1741 +msgid "Pager number" +msgstr "" -#: plugins/personal/generic/generic.tpl:11 -#: plugins/personal/generic/generic_picture.tpl:2 -#: plugins/personal/generic/paste_generic.tpl:31 -#, fuzzy -msgid "The users picture" -msgstr "Foto do usuário" +#: plugins/personal/generic/class_user.inc:1742 +msgid "Mobile number" +msgstr "" -#: plugins/personal/generic/generic.tpl:24 -msgid "Change picture" -msgstr "Alterar foto" +#: plugins/personal/generic/class_user.inc:1743 +msgid "Fax number" +msgstr "" -#: plugins/personal/generic/generic.tpl:37 -#: plugins/personal/generic/generic.tpl:84 -#: plugins/personal/posix/generic.tpl:51 -#: plugins/personal/posix/posix_shadow.tpl:2 -#: plugins/personal/posix/paste_generic.tpl:15 -#, fuzzy -msgid "Account settings" -msgstr "Configurações Posix" +#: plugins/personal/generic/class_user.inc:1749 +msgid "Home postal address" +msgstr "Caixa postal residencial" -#: plugins/personal/generic/generic.tpl:40 -#: plugins/personal/generic/paste_generic.tpl:8 -#: plugins/admin/users/template.tpl:23 -msgid "Last name" -msgstr "Último nome" +#: plugins/personal/generic/class_user.inc:1750 +msgid "Home phone number" +msgstr "" -#: plugins/personal/generic/generic.tpl:44 -#: plugins/personal/generic/generic.tpl:58 -#: plugins/personal/generic/generic.tpl:76 plugins/admin/groups/generic.tpl:14 -msgid "Multiple edit" +#: plugins/personal/generic/class_user.inc:1752 +msgid "User password method" msgstr "" -#: plugins/personal/generic/generic.tpl:54 -#: plugins/personal/generic/paste_generic.tpl:12 -#: plugins/admin/users/template.tpl:27 -msgid "First name" -msgstr "Primeiro nome" +#: plugins/personal/generic/class_user.inc:1753 +msgid "User certificates" +msgstr "" -#: plugins/personal/generic/generic.tpl:68 -#: plugins/personal/generic/class_user.inc:1328 -#: plugins/personal/generic/class_user.inc:1346 -#: plugins/personal/generic/class_user.inc:1360 -#: plugins/personal/generic/class_user.inc:1362 -#: plugins/personal/generic/paste_generic.tpl:16 -#: plugins/admin/users/user-list.xml:65 plugins/admin/users/template.tpl:32 -#: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:65 -#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:56 -#: plugins/admin/groups/userSelect/user-list.xml:56 html/password.php:241 -msgid "Login" -msgstr "Login" +#: plugins/personal/generic/class_user.inc:1961 +#, fuzzy +msgid "Entries differ" +msgstr "Grupo do usuário" -#: plugins/personal/generic/generic.tpl:86 -msgid "Template name" -msgstr "Nome modelo" +#: plugins/personal/generic/generic_picture.tpl:14 +#: plugins/personal/generic/paste_generic.tpl:43 +msgid "Remove picture" +msgstr "Remover foto" -#: plugins/personal/generic/generic.tpl:95 -#: plugins/personal/generic/class_user.inc:1686 -msgid "Personal title" -msgstr "Título pessoal" +#: plugins/personal/generic/generic_certs.tpl:5 +#, fuzzy +msgid "The users standard certificate" +msgstr "Certificado padrão" -#: plugins/personal/generic/generic.tpl:105 -#: plugins/personal/generic/class_user.inc:1687 -msgid "Academic title" -msgstr "Título acadêmico" +#: plugins/personal/generic/generic_certs.tpl:8 +msgid "Standard certificate" +msgstr "Certificado padrão" -#: plugins/personal/generic/generic.tpl:120 -#: plugins/personal/generic/class_user.inc:1385 -#: plugins/personal/generic/class_user.inc:1689 -msgid "Date of birth" -msgstr "Data de nascimento" +#: plugins/personal/generic/generic_certs.tpl:22 +#: plugins/personal/generic/generic_certs.tpl:48 +#: plugins/personal/generic/generic_certs.tpl:74 +#: plugins/admin/users/user-list.xml:121 +#: plugins/admin/groups/group-list.xml:98 +#: plugins/admin/departments/dep-list.xml:160 +#: plugins/admin/departments/dep-list.xml:181 +#: plugins/admin/acl/acl-list.xml:95 plugins/admin/acl/acl-list.xml:144 +#: plugins/admin/ogroups/ogroup-list.xml:98 +#: plugins/addons/propertyEditor/property-list.xml:108 +msgid "Remove" +msgstr "Remover" -#: plugins/personal/generic/generic.tpl:143 -#: plugins/personal/generic/class_user.inc:1690 -msgid "Sex" -msgstr "Sexo" +#: plugins/personal/generic/generic_certs.tpl:31 +#, fuzzy +msgid "The users S/MIME certificate" +msgstr "Certificado S/MIME" -#: plugins/personal/generic/generic.tpl:157 -msgid "Preferred langage" -msgstr "Linguagem preferida" +#: plugins/personal/generic/generic_certs.tpl:34 +msgid "S/MIME certificate" +msgstr "Certificado S/MIME" -#: plugins/personal/generic/generic.tpl:186 -#: plugins/personal/generic/class_user.inc:1713 -#: plugins/admin/departments/class_organizationGeneric.inc:131 -msgid "Postal address" -msgstr "Caixa postal" +#: plugins/personal/generic/generic_certs.tpl:57 +#, fuzzy +msgid "The users PKCS12 certificate" +msgstr "Certificado PKCS12" -#: plugins/personal/generic/generic.tpl:188 -#: plugins/personal/generic/generic.tpl:455 -#: plugins/admin/departments/generic.tpl:103 -#: plugins/admin/departments/organization.tpl:102 -#: plugins/admin/departments/class_department.inc:675 -msgid "Address" -msgstr "Endereço" +#: plugins/personal/generic/generic_certs.tpl:60 +msgid "PKCS12 certificate" +msgstr "Certificado PKCS12" -#: plugins/personal/generic/generic.tpl:196 -msgid "Private phone" -msgstr "Telefone privativo" +#: plugins/personal/generic/paste_generic.tpl:1 +msgid "User settings" +msgstr "Configurações do usuário" -#: plugins/personal/generic/generic.tpl:204 -#: plugins/personal/generic/class_user.inc:1366 -#: plugins/personal/generic/class_user.inc:1717 -#: plugins/personal/generic/class_user.inc:1820 -msgid "Homepage" -msgstr "Página pessoal" +#: plugins/personal/generic/paste_generic.tpl:3 +#, fuzzy +msgid "Paste user" +msgstr "Colar" -#: plugins/personal/generic/generic.tpl:212 -msgid "Password storage" -msgstr "Armazenamento da senha" +#: plugins/personal/generic/paste_generic.tpl:24 +msgid "Clear password" +msgstr "Senha limpa" -#: plugins/personal/generic/generic.tpl:221 include/functions.inc:1249 -msgid "Configure" -msgstr "Configurar" +#: plugins/personal/generic/paste_generic.tpl:25 +msgid "Set new password" +msgstr "Definir nova senha" -#: plugins/personal/generic/generic.tpl:229 -#: plugins/personal/generic/class_user.inc:550 -#: plugins/personal/generic/class_user.inc:572 -#: plugins/personal/generic/generic_certs.tpl:3 -msgid "Certificates" -msgstr "Certificados" +#: plugins/personal/posix/generic.tpl:1 +#, fuzzy +msgid "POSIX settings" +msgstr "Configurações samba" -#: plugins/personal/generic/generic.tpl:232 -msgid "Edit certificates" -msgstr "Editar certificados" +#: plugins/personal/posix/generic.tpl:6 plugins/admin/ogroups/generic.tpl:5 +#, fuzzy +msgid "Generic settings" +msgstr "Configurações do usuário" -#: plugins/personal/generic/generic.tpl:244 -msgid "Restrict login to" +#: plugins/personal/posix/generic.tpl:8 +#: plugins/personal/posix/class_posixAccount.inc:857 +#: plugins/personal/posix/class_posixAccount.inc:860 +#: plugins/personal/posix/class_posixAccount.inc:935 +#: plugins/personal/posix/class_posixAccount.inc:938 +#: plugins/personal/posix/class_posixAccount.inc:1305 +#: plugins/personal/posix/paste_generic.tpl:5 +#: plugins/personal/posix/paste_generic.tpl:8 +msgid "Home directory" +msgstr "Diretório pessoal" + +#: plugins/personal/posix/generic.tpl:16 +#: plugins/personal/posix/class_posixAccount.inc:1307 +msgid "Shell" +msgstr "Shell" + +#: plugins/personal/posix/generic.tpl:26 +#: plugins/personal/posix/class_posixAccount.inc:1306 +#: plugins/personal/posix/paste_generic.tpl:17 +msgid "Primary group" +msgstr "Grupo primário" + +#: plugins/personal/posix/generic.tpl:37 +msgid "Status" +msgstr "Estatus" + +#: plugins/personal/posix/generic.tpl:42 +msgid "Last logon" msgstr "" -#: plugins/personal/generic/generic.tpl:252 -#: plugins/personal/generic/generic.tpl:272 -msgid "IP or network" +#: plugins/personal/posix/generic.tpl:60 +#: plugins/personal/posix/paste_generic.tpl:31 +msgid "Force UID/GID" +msgstr "Forçar UID/GID" + +#: plugins/personal/posix/generic.tpl:64 +#: plugins/personal/posix/class_posixAccount.inc:868 +#: plugins/personal/posix/class_posixAccount.inc:871 +#: plugins/personal/posix/paste_generic.tpl:36 +msgid "UID" +msgstr "UID" + +#: plugins/personal/posix/generic.tpl:75 +#: plugins/personal/posix/class_posixAccount.inc:875 +#: plugins/personal/posix/class_posixAccount.inc:878 +#: plugins/personal/posix/paste_generic.tpl:45 +#: plugins/admin/groups/class_group.inc:946 +#: plugins/admin/groups/class_group.inc:949 +#: plugins/admin/groups/class_group.inc:1041 +msgid "GID" +msgstr "GID" + +#: plugins/personal/posix/generic.tpl:92 +#: plugins/personal/posix/paste_generic.tpl:65 +msgid "(Warning: more than 16 groups are not supported by NFS!)" +msgstr "(Atenção: mais do que 16 grupos não são suportados pelo NFS!)" + +#: plugins/personal/posix/generic.tpl:101 +msgid "Common group" msgstr "" -#: plugins/personal/generic/generic.tpl:288 -#: plugins/personal/generic/generic.tpl:291 -#: plugins/personal/generic/generic.tpl:299 -#: plugins/personal/generic/generic.tpl:386 -#: plugins/personal/generic/generic.tpl:437 -#: plugins/personal/generic/generic.tpl:469 -#: plugins/personal/generic/generic.tpl:518 -#: plugins/personal/generic/generic.tpl:567 -msgid "Organizational information" -msgstr "Informação organizacional" +#: plugins/personal/posix/generic.tpl:105 +#, fuzzy +msgid "Groups differ" +msgstr "Grupo do usuário" -#: plugins/personal/generic/generic.tpl:299 -#: plugins/personal/generic/generic.tpl:386 -#: plugins/personal/generic/generic.tpl:437 -#: plugins/personal/generic/generic.tpl:469 -#: plugins/personal/generic/generic.tpl:518 -#: plugins/personal/generic/generic.tpl:567 -msgid "part" +#: plugins/personal/posix/generic.tpl:125 +#, fuzzy +msgid "Account permissions" +msgstr "Configurações Posix" + +#: plugins/personal/posix/generic.tpl:130 +msgid "SSH keys" msgstr "" -#: plugins/personal/generic/generic.tpl:317 -msgid "Department No." -msgstr "Nº do departamento" +#: plugins/personal/posix/generic.tpl:131 +msgid "Edit public ssh keys..." +msgstr "" -#: plugins/personal/generic/generic.tpl:325 -msgid "Employee No." -msgstr "Nº do empregado" +#: plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc:173 +msgid "disabled" +msgstr "desabilitado" -#: plugins/personal/generic/generic.tpl:333 -#: plugins/personal/generic/class_user.inc:1703 -msgid "Employee type" -msgstr "Tipo de empregado" +#: plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc:173 +msgid "full access" +msgstr "acesso completo" -#: plugins/personal/generic/generic.tpl:342 -#: plugins/personal/generic/generic.tpl:358 -#: plugins/personal/generic/class_user.inc:1701 -#: plugins/admin/departments/class_domain.inc:93 -#: plugins/admin/departments/generic.tpl:51 -#: plugins/admin/departments/organization.tpl:51 -#: plugins/admin/departments/class_localityGeneric.inc:93 -#: plugins/admin/departments/locality.tpl:39 -#: plugins/admin/departments/class_department.inc:678 -#: plugins/admin/departments/dcObject.tpl:39 -#: plugins/admin/departments/domain.tpl:39 -#: plugins/admin/departments/country.tpl:39 -#: plugins/admin/departments/class_countryGeneric.inc:93 -#: plugins/admin/departments/class_organizationGeneric.inc:127 -#: plugins/admin/departments/class_dcObject.inc:92 -#, fuzzy -msgid "Manager" -msgstr "Pager" +#: plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc:174 +msgid "allow access to these hosts" +msgstr "permitir acesso a estas máquinas" -#: plugins/personal/generic/generic.tpl:388 -#: plugins/personal/generic/generic.tpl:569 -msgid "Room No." -msgstr "Nº da sala" +#: plugins/personal/posix/trustModeDialog/generic.tpl:2 +#: plugins/admin/groups/class_group.inc:1045 +msgid "System trust" +msgstr "Sistema de confiança" -#: plugins/personal/generic/generic.tpl:406 -#: plugins/personal/generic/class_user.inc:1377 -#: plugins/personal/generic/class_user.inc:1829 -msgid "Mobile" -msgstr "Celular" +#: plugins/personal/posix/trustModeDialog/generic.tpl:5 +#: plugins/personal/posix/trustModeDialog/generic.tpl:21 +msgid "Trust mode" +msgstr "Modo de confiança" -#: plugins/personal/generic/generic.tpl:414 -#: plugins/personal/generic/class_user.inc:1380 -#: plugins/personal/generic/class_user.inc:1832 -msgid "Pager" -msgstr "Pager" +#: plugins/personal/posix/posix_shadow.tpl:12 +msgid "User must change password on first login" +msgstr "O usuário deve alterar sua senha no primeiro acesso" -#: plugins/personal/generic/generic.tpl:422 -#: plugins/personal/generic/generic.tpl:589 -#: plugins/personal/generic/class_user.inc:1374 -#: plugins/personal/generic/class_user.inc:1826 -#: plugins/admin/departments/generic.tpl:118 -#: plugins/admin/departments/organization.tpl:117 -#: plugins/admin/departments/class_department.inc:379 -#: plugins/admin/departments/class_department.inc:677 -#: plugins/admin/departments/class_organizationGeneric.inc:133 -msgid "Fax" -msgstr "Fax" +#: plugins/personal/posix/posix_shadow.tpl:59 +#, fuzzy +msgid "Password expiration settings" +msgstr "Configurações de senha" -#: plugins/personal/generic/generic.tpl:439 -#: plugins/personal/generic/class_user.inc:1712 -#: plugins/admin/departments/generic.tpl:83 -#: plugins/admin/departments/generic.tpl:85 -#: plugins/admin/departments/generic.tpl:95 -#: plugins/admin/departments/organization.tpl:82 -#: plugins/admin/departments/organization.tpl:94 -#: plugins/admin/departments/class_localityGeneric.inc:91 -#: plugins/admin/departments/class_department.inc:674 -#: plugins/admin/departments/class_organizationGeneric.inc:130 -msgid "Location" -msgstr "Localização" +#: plugins/personal/posix/posix_shadow.tpl:62 +msgid "Password expires on" +msgstr "Senha expira em" -#: plugins/personal/generic/generic.tpl:447 -#: plugins/personal/generic/class_user.inc:1711 -#: plugins/admin/departments/generic.tpl:87 -#: plugins/admin/departments/organization.tpl:86 -#: plugins/admin/departments/class_department.inc:673 -#: plugins/admin/departments/class_organizationGeneric.inc:129 -msgid "State" -msgstr "Estado" +#: plugins/personal/posix/class_posixAccount.inc:37 +#: plugins/personal/posix/class_posixAccount.inc:270 +#: plugins/personal/posix/class_posixAccount.inc:290 +#: plugins/personal/posix/class_posixAccount.inc:292 +#: plugins/personal/posix/class_posixAccount.inc:295 +#: plugins/admin/users/class_userManagement.inc:759 +msgid "POSIX" +msgstr "" -#: plugins/personal/generic/generic.tpl:471 -#: plugins/personal/generic/class_user.inc:1656 -msgid "Vocation" -msgstr "Vocação" +#: plugins/personal/posix/class_posixAccount.inc:38 +msgid "Edit users POSIX settings" +msgstr "" -#: plugins/personal/generic/generic.tpl:479 -#: plugins/personal/generic/class_user.inc:1659 -msgid "Unit description" -msgstr "Descrição da unidade" +#: plugins/personal/posix/class_posixAccount.inc:146 +msgid "expired" +msgstr "expirado" -#: plugins/personal/generic/generic.tpl:488 -#: plugins/personal/generic/class_user.inc:1660 -msgid "Subject area" -msgstr "Área de assunto" +#: plugins/personal/posix/class_posixAccount.inc:148 +msgid "grace time active" +msgstr "" -#: plugins/personal/generic/generic.tpl:497 -#: plugins/personal/generic/class_user.inc:1661 -msgid "Functional title" -msgstr "Título funcional" +#: plugins/personal/posix/class_posixAccount.inc:151 +#: plugins/personal/posix/class_posixAccount.inc:153 +#: plugins/personal/posix/class_posixAccount.inc:155 +msgid "active" +msgstr "ativo" -#: plugins/personal/generic/generic.tpl:506 -#: plugins/personal/generic/class_user.inc:1665 -#: plugins/admin/acl/acl-list.xml:23 plugins/admin/acl/acl-list.xml:82 -#: plugins/admin/acl/class_aclRole.inc:716 -msgid "Role" -msgstr "Papel" +#: plugins/personal/posix/class_posixAccount.inc:151 +msgid "password not changeable" +msgstr "" -#: plugins/personal/generic/generic.tpl:520 -#: plugins/personal/generic/class_user.inc:1658 -msgid "Person locality" -msgstr "Localização da pessoa" +#: plugins/personal/posix/class_posixAccount.inc:153 +msgid "password expired" +msgstr "" -#: plugins/personal/generic/generic.tpl:529 -#: plugins/personal/generic/class_user.inc:1654 -msgid "Unit" -msgstr "Unidade" +#: plugins/personal/posix/class_posixAccount.inc:215 +#: include/class_management.inc:32 include/class_management.inc:33 +msgid "unconfigured" +msgstr "desconfigurado" -#: plugins/personal/generic/generic.tpl:538 -#: plugins/personal/generic/class_user.inc:1664 -msgid "Street" -msgstr "Rua" +#: plugins/personal/posix/class_posixAccount.inc:226 +msgid "automatic" +msgstr "automático" -#: plugins/personal/generic/generic.tpl:546 -#: plugins/personal/generic/class_user.inc:1666 -msgid "Postal code" -msgstr "CEP" +#: plugins/personal/posix/class_posixAccount.inc:290 +#: plugins/admin/users/class_userManagement.inc:767 +#: plugins/admin/groups/class_groupManagement.inc:173 +msgid "Samba" +msgstr "Samba" -#: plugins/personal/generic/generic.tpl:554 -#: plugins/personal/generic/class_user.inc:1655 -msgid "House identifier" -msgstr "Identificação da residência" +#: plugins/personal/posix/class_posixAccount.inc:290 +#: plugins/admin/users/class_userManagement.inc:775 +#: plugins/admin/groups/class_groupManagement.inc:197 +msgid "Environment" +msgstr "Ambiente" -#: plugins/personal/generic/generic.tpl:583 -msgid "Please use the phone tab" -msgstr "Por favor, utilize a orelha telefone" +#: plugins/personal/posix/class_posixAccount.inc:374 +#, php-format +msgid "Password can't be changed up to %s days after last change" +msgstr "A senha não pode ser alterada até %s dias após a última troca" -#: plugins/personal/generic/generic.tpl:598 -#: plugins/personal/generic/class_user.inc:1657 -msgid "Last delivery" -msgstr "Última entrega" +#: plugins/personal/posix/class_posixAccount.inc:378 +#, php-format +msgid "Password must be changed after %s days" +msgstr "A senha deve ser alterada após %s dias" -#: plugins/personal/generic/class_user.inc:38 -msgid "Edit organizational user settings" +#: plugins/personal/posix/class_posixAccount.inc:382 +#, php-format +msgid "Disable account after %s days of inactivity after password expiry" msgstr "" -#: plugins/personal/generic/class_user.inc:273 -#: plugins/personal/generic/class_user.inc:1876 -#: plugins/admin/departments/class_department.inc:154 -#: include/class_pluglist.inc:363 -msgid "Unknown" -msgstr "Desconhecido" +#: plugins/personal/posix/class_posixAccount.inc:386 +#, php-format +msgid "Warn user %s days before password expiry" +msgstr "" -#: plugins/personal/generic/class_user.inc:297 -msgid "Please add a single IP address or a network/netmask combination!" +#: plugins/personal/posix/class_posixAccount.inc:650 +msgid "Timeout while waiting for lock. Ignoring lock!" msgstr "" -#: plugins/personal/generic/class_user.inc:340 -msgid "female" -msgstr "feminino" +#: plugins/personal/posix/class_posixAccount.inc:708 +#: plugins/personal/posix/class_posixAccount.inc:999 +msgid "Group of user" +msgstr "Grupo do usuário" -#: plugins/personal/generic/class_user.inc:340 -msgid "male" -msgstr "masculino" +#: plugins/personal/posix/class_posixAccount.inc:773 +msgid "" +"A duplicated UID number was written for this user. If this was not intended " +"please verify all used uidNumbers!" +msgstr "" -#: plugins/personal/generic/class_user.inc:396 -#, fuzzy -msgid "Password configuration" -msgstr "Configuração" +#: plugins/personal/posix/class_posixAccount.inc:891 +#: plugins/personal/posix/class_posixAccount.inc:944 +msgid "shadowMin" +msgstr "" -#: plugins/personal/generic/class_user.inc:429 -msgid "Cannot upload file!" +#: plugins/personal/posix/class_posixAccount.inc:896 +#: plugins/personal/posix/class_posixAccount.inc:949 +msgid "shadowMax" msgstr "" -#: plugins/personal/generic/class_user.inc:522 -msgid "Serial number" -msgstr "Número serial" +#: plugins/personal/posix/class_posixAccount.inc:901 +#: plugins/personal/posix/class_posixAccount.inc:954 +msgid "shadowWarning" +msgstr "" -#: plugins/personal/generic/class_user.inc:544 -#: plugins/personal/generic/class_user.inc:1694 -msgid "User picture" -msgstr "Foto do usuário" +#: plugins/personal/posix/class_posixAccount.inc:915 +#: plugins/personal/posix/class_posixAccount.inc:968 +msgid "shadowInactive" +msgstr "" -#: plugins/personal/generic/class_user.inc:569 -msgid "" -"(Some types of certificates are currently not supported and may be displayed " -"as 'invalid'.)" +#: plugins/personal/posix/class_posixAccount.inc:1291 +msgid "POSIX account" msgstr "" -"(Alguns tipos de certificados não são suportados atualmente e podem ser " -"exibidos como 'inválidos'.)" -#: plugins/personal/generic/class_user.inc:579 -#, php-format -msgid "Certificate is valid from %s to %s and is currently %s." -msgstr "Certificado é válido de %s para %s e está atualmente %s." +#: plugins/personal/posix/class_posixAccount.inc:1309 +msgid "Group ID" +msgstr "" -#: plugins/personal/generic/class_user.inc:582 -msgid "valid" -msgstr "válido" +#: plugins/personal/posix/class_posixAccount.inc:1311 +msgid "Shadow last changed" +msgstr "" -#: plugins/personal/generic/class_user.inc:583 -msgid "invalid" -msgstr "inválido" +#: plugins/personal/posix/class_posixAccount.inc:1312 +#, fuzzy +msgid "Last login" +msgstr "Login" -#: plugins/personal/generic/class_user.inc:588 -msgid "No certificate installed" -msgstr "Nenhum certificado instalado" +#: plugins/personal/posix/class_posixAccount.inc:1314 +msgid "Force password change on login" +msgstr "" -#: plugins/personal/generic/class_user.inc:614 html/password.php:180 -msgid "Password method" +#: plugins/personal/posix/class_posixAccount.inc:1315 +msgid "Shadow min" msgstr "" -#: plugins/personal/generic/class_user.inc:614 -msgid "The selected password method is no longer available." +#: plugins/personal/posix/class_posixAccount.inc:1316 +msgid "Shadow max" msgstr "" -#: plugins/personal/generic/class_user.inc:1205 -msgid "Cannot build RDN: no + allowed to build sub RDN!" +#: plugins/personal/posix/class_posixAccount.inc:1317 +msgid "Shadow warning" msgstr "" -#: plugins/personal/generic/class_user.inc:1212 -msgid "Cannot build RDN: attribute is not defined!" +#: plugins/personal/posix/class_posixAccount.inc:1318 +msgid "Shadow inactive" msgstr "" -#: plugins/personal/generic/class_user.inc:1230 -msgid "Cannot build RDN: invalid attribute parameters!" +#: plugins/personal/posix/class_posixAccount.inc:1319 +msgid "Shadow expire" msgstr "" -#: plugins/personal/generic/class_user.inc:1301 -msgid "The selected password method requires initial configuration!" +#: plugins/personal/posix/class_posixAccount.inc:1320 +msgid "Public SSH key" msgstr "" -#: plugins/personal/generic/class_user.inc:1343 -#: plugins/personal/generic/class_user.inc:1390 -#: plugins/personal/generic/class_user.inc:1681 -#: plugins/personal/generic/class_user.inc:1835 -#: plugins/admin/users/class_userManagement.inc:426 -#: plugins/admin/users/user-list.xml:57 -#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:40 -#: plugins/admin/groups/userSelect/user-list.xml:40 -msgid "Given name" -msgstr "Nome fornecido" +#: plugins/personal/posix/class_posixAccount.inc:1321 +msgid "System trust model" +msgstr "" -#: plugins/personal/generic/class_user.inc:1500 -msgid "Cannot open certificate!" +#: plugins/personal/posix/paste_generic.tpl:1 +#: plugins/personal/posix/paste_generic.tpl:4 +msgid "Posix settings" +msgstr "Configurações Posix" + +#: plugins/personal/posix/groupSelect/class_groupSelect.inc:29 +#, fuzzy +msgid "Group selection" +msgstr "Administração de grupos" + +#: plugins/personal/posix/groupSelect/group-filter.xml:16 +#: plugins/personal/posix/trustSelect/trust-filter.xml:17 +#: plugins/admin/users/user-filter.xml:19 +#: plugins/admin/groups/userGroupSelect/selectUserGroup-filter.xml:21 +#: plugins/admin/groups/singleUserSelect/singleUser-filter.xml:20 +#: plugins/admin/groups/userSelect/user-filter.xml:20 +#: plugins/admin/groups/group-filter.xml:17 +#: plugins/admin/departments/dep-filter.xml:17 +#: plugins/admin/acl/acl-filter.xml:18 +#: plugins/admin/ogroups/objectSelect/selectObject-filter.xml:32 +#: plugins/admin/ogroups/ogroup-filter.xml:18 +#, fuzzy +msgid "Default filter" +msgstr "Impressora" + +#: plugins/personal/posix/groupSelect/group-list.xml:10 +#: plugins/personal/posix/trustSelect/trust-list.xml:9 +#: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:11 +#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:10 +#: plugins/admin/groups/userSelect/user-list.xml:10 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:11 +msgid "Please select the desired entries" msgstr "" -#: plugins/personal/generic/class_user.inc:1662 -#: plugins/personal/generic/generic_certs.tpl:83 -msgid "Certificate serial number" -msgstr "Número serial do certificado" +#: plugins/personal/posix/groupSelect/group-list.xml:13 +#: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:23 +#: plugins/admin/groups/group-list.xml:15 +#: plugins/admin/groups/group-list.xml:79 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:71 +#: plugins/admin/ogroups/class_ogroupManagement.inc:184 +#: plugins/admin/ogroups/ogroup-list.xml:79 +#: plugins/addons/propertyEditor/property-list.xml:64 +msgid "Group" +msgstr "" -#: plugins/personal/generic/class_user.inc:1670 -msgid "Generic user settings" +#: plugins/personal/posix/trustSelect/trust-list.xml:12 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:23 +#: plugins/admin/ogroups/class_ogroupManagement.inc:187 +msgid "Server" +msgstr "Servidor" + +#: plugins/personal/posix/trustSelect/trust-list.xml:19 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:31 +#: plugins/admin/ogroups/class_ogroupManagement.inc:189 +msgid "Workstation" +msgstr "Estação de trabalho" + +#: plugins/personal/posix/trustSelect/trust-list.xml:26 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:39 +#: plugins/admin/ogroups/class_ogroupManagement.inc:191 +msgid "Terminal" msgstr "" -#: plugins/personal/generic/class_user.inc:1680 -#: plugins/admin/users/user-list.xml:49 -#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:48 -#: plugins/admin/groups/userSelect/user-list.xml:48 -msgid "Surname" -msgstr "Sobrenome" +#: plugins/personal/posix/trustSelect/class_trustSelect.inc:29 +#, fuzzy +msgid "Trust machine selection" +msgstr "Administração de grupos" -#: plugins/personal/generic/class_user.inc:1682 -msgid "User identification" +#: plugins/personal/myaccount/main.inc:50 +#: include/class_CopyPasteHandler.inc:160 +#: include/class_CopyPasteHandler.inc:274 include/functions.inc:617 +#: include/functions.inc:804 include/functions.inc:922 +#: include/functions.inc:1317 include/functions.inc:2315 +#: include/functions.inc:2349 include/functions.inc:2369 +#: include/class_log.inc:87 include/class_acl.inc:976 +#: include/class_ldap.inc:693 include/class_ldap.inc:744 +#: include/class_management.inc:634 include/class_management.inc:717 +#: include/class_session.inc:76 include/class_session.inc:101 +#: include/class_session.inc:127 +msgid "Internal error" +msgstr "Erro interno" + +#: plugins/personal/myaccount/main.inc:51 include/class_management.inc:635 +#: include/class_management.inc:718 +#, php-format +msgid "" +"Cannot instantiate tabbed-plugin, the base plugin (%s) is not available!" msgstr "" -#: plugins/personal/generic/class_user.inc:1684 +#: plugins/personal/myaccount/main.inc:125 #, fuzzy -msgid "Allow to define user filters" -msgstr "Lista de usuários" +msgid "You have no permission to set your password!" +msgstr "Você não tem permissão para alterar sua senha." -#: plugins/personal/generic/class_user.inc:1691 -msgid "Preferred language" +#: plugins/personal/myaccount/class_MyAccount.inc:6 +#, fuzzy +msgid "Edit personal settings" +msgstr "Configurações do usuário" + +#: plugins/personal/myaccount/password.tpl:2 +msgid "" +"You have changed the method your password is stored in the ldap database. " +"For that reason you've to enter your password at this point again. GOsa will " +"then encode it with the selected method." +msgstr "" +"Você alterou o método de armazenamento da senha na base ldap. Por esta razão " +"você terá que digitar sua senha novamente agora. GOsa irá codifica-la com o " +"método selecionado." + +#: plugins/admin/users/password.tpl:4 +msgid "" +"To change the user password use the fields below. The changes take effect " +"immediately. Please memorize the new password, because the user wouldn't be " +"able to login without it." msgstr "" +"Para alterar a senha do usuário utilize os campos abaixo. As alterações " +"surtem efeito imediatamente. Por favor, memorize a nova senha porque o " +"usuário não será capaz de acessar o sistema sem ela." -#: plugins/personal/generic/class_user.inc:1696 +#: plugins/admin/users/password.tpl:7 #, fuzzy -msgid "Login restrictions" -msgstr "Estações de Trabalho" +msgid "Password input dialog" +msgstr "Senha alterada" -#: plugins/personal/generic/class_user.inc:1700 -msgid "Department number" +#: plugins/admin/users/password.tpl:23 +msgid "Strength" msgstr "" -#: plugins/personal/generic/class_user.inc:1702 -msgid "Employee number" -msgstr "" +#: plugins/admin/users/user-filter.xml:33 +#, fuzzy +msgid "Show templates" +msgstr "Modelos" + +#: plugins/admin/users/user-filter.xml:47 +#, fuzzy +msgid "Show POSIX users" +msgstr "Servidores" + +#: plugins/admin/users/user-filter.xml:61 +#, fuzzy +msgid "Show SAMBA users" +msgstr "Servidores" + +#: plugins/admin/users/user-filter.xml:75 +#, fuzzy +msgid "Show mail users" +msgstr "Usuários do domínio" -#: plugins/personal/generic/class_user.inc:1705 -msgid "Room number" +#: plugins/admin/users/class_userManagement.inc:26 +msgid "" +"Manage aspects of user accounts like generic, POSIX, samba and mail settings" msgstr "" -#: plugins/personal/generic/class_user.inc:1706 -msgid "Telefon number" +#: plugins/admin/users/class_userManagement.inc:189 +#: plugins/admin/groups/class_groupManagement.inc:100 +#: plugins/admin/ogroups/class_ogroupManagement.inc:115 +msgid "Infrastructure error" msgstr "" -#: plugins/personal/generic/class_user.inc:1707 -msgid "Pager number" +#: plugins/admin/users/class_userManagement.inc:221 +#: plugins/admin/users/class_userManagement.inc:629 +#: include/class_management.inc:304 include/class_management.inc:462 +#: include/class_management.inc:509 include/class_management.inc:524 +#: include/class_management.inc:561 include/class_management.inc:575 +msgid "Permission" msgstr "" -#: plugins/personal/generic/class_user.inc:1708 -msgid "Mobile number" +#: plugins/admin/users/class_userManagement.inc:278 +msgid "You have no permission to change this users password!" msgstr "" -#: plugins/personal/generic/class_user.inc:1709 -msgid "Fax number" -msgstr "" +#: plugins/admin/users/class_userManagement.inc:348 +#: plugins/admin/users/class_userManagement.inc:382 +#: plugins/admin/users/class_userManagement.inc:413 +#: plugins/admin/ogroups/class_ogroup.inc:309 +msgid "none" +msgstr "nenhum" -#: plugins/personal/generic/class_user.inc:1715 -msgid "Home postal address" -msgstr "Caixa postal residencial" +#: plugins/admin/users/class_userManagement.inc:420 +#: plugins/admin/users/templatize.tpl:15 plugins/admin/users/user-list.xml:15 +#: plugins/admin/users/user-list.xml:102 plugins/admin/users/template.tpl:15 +msgid "Template" +msgstr "Modelo" -#: plugins/personal/generic/class_user.inc:1716 -msgid "Home phone number" +#: plugins/admin/users/class_userManagement.inc:587 +#: plugins/admin/users/class_userManagement.inc:591 +#: plugins/admin/acl/class_aclManagement.inc:98 +#: include/class_management.inc:385 +msgid "Permission error" msgstr "" -#: plugins/personal/generic/class_user.inc:1718 -msgid "User password method" +#: plugins/admin/users/class_userManagement.inc:667 +msgid "Account locking" msgstr "" -#: plugins/personal/generic/class_user.inc:1719 -msgid "User certificates" +#: plugins/admin/users/class_userManagement.inc:668 +#, php-format +msgid "" +"Password method '%s' does not support locking. Account (%s) has not been " +"locked!" msgstr "" -#: plugins/personal/generic/class_user.inc:1927 +#: plugins/admin/users/class_userManagement.inc:741 #, fuzzy -msgid "Entries differ" -msgstr "Grupo do usuário" - -#: plugins/personal/generic/generic_picture.tpl:1 -msgid "Personal picture" -msgstr "Foto pessoal" +msgid "Unlock account" +msgstr "Minha conta" -#: plugins/personal/generic/generic_picture.tpl:14 -#: plugins/personal/generic/paste_generic.tpl:43 -msgid "Remove picture" -msgstr "Remover foto" +#: plugins/admin/users/class_userManagement.inc:743 +#, fuzzy +msgid "Lock account" +msgstr "Minha conta" -#: plugins/personal/generic/password.tpl:2 -msgid "" -"You have changed the method your password is stored in the ldap database. " -"For that reason you've to enter your password at this point again. GOsa will " -"then encode it with the selected method." -msgstr "" -"Você alterou o método de armazenamento da senha na base ldap. Por esta razão " -"você terá que digitar sua senha novamente agora. GOsa irá codifica-la com o " -"método selecionado." +#: plugins/admin/users/class_userManagement.inc:756 +msgid "Edit generic properties" +msgstr "Editar propriedades gerais" -#: plugins/personal/generic/generic_certs.tpl:5 +#: plugins/admin/users/class_userManagement.inc:760 #, fuzzy -msgid "The users standard certificate" -msgstr "Certificado padrão" +msgid "Edit POSIX properties" +msgstr "Editar propriedades UNIX" -#: plugins/personal/generic/generic_certs.tpl:8 -msgid "Standard certificate" -msgstr "Certificado padrão" +#: plugins/admin/users/class_userManagement.inc:762 +#: plugins/admin/groups/class_groupManagement.inc:165 +#: plugins/admin/ogroups/tabs_ogroups.inc:150 +msgid "Mail" +msgstr "Correio" -#: plugins/personal/generic/generic_certs.tpl:31 -#, fuzzy -msgid "The users S/MIME certificate" -msgstr "Certificado S/MIME" +#: plugins/admin/users/class_userManagement.inc:764 +#: plugins/admin/groups/class_groupManagement.inc:166 +msgid "Edit mail properties" +msgstr "Editar propriedades de correio" -#: plugins/personal/generic/generic_certs.tpl:34 -msgid "S/MIME certificate" -msgstr "Certificado S/MIME" +#: plugins/admin/users/class_userManagement.inc:768 +#: plugins/admin/groups/class_groupManagement.inc:174 +msgid "Edit samba properties" +msgstr "Editar propriedades do samba" -#: plugins/personal/generic/generic_certs.tpl:57 -#, fuzzy -msgid "The users PKCS12 certificate" -msgstr "Certificado PKCS12" +#: plugins/admin/users/class_userManagement.inc:771 +msgid "Netatalk" +msgstr "Netatalk" -#: plugins/personal/generic/generic_certs.tpl:60 -msgid "PKCS12 certificate" -msgstr "Certificado PKCS12" +#: plugins/admin/users/class_userManagement.inc:772 +msgid "Edit netatalk properties" +msgstr "Editar propriedades do netatalk" -#: plugins/personal/generic/paste_generic.tpl:1 -msgid "User settings" -msgstr "Configurações do usuário" +#: plugins/admin/users/class_userManagement.inc:776 +#: plugins/admin/groups/class_groupManagement.inc:198 +msgid "Edit environment properties" +msgstr "Editar propriedades de ambiente" -#: plugins/personal/generic/paste_generic.tpl:3 +#: plugins/admin/users/class_userManagement.inc:779 +msgid "FAX" +msgstr "FAX" + +#: plugins/admin/users/class_userManagement.inc:780 #, fuzzy -msgid "Paste user" -msgstr "Colar" +msgid "Edit FAX properties" +msgstr "Editar propriedades UNIX" -#: plugins/personal/generic/paste_generic.tpl:24 -msgid "Clear password" -msgstr "Senha limpa" +#: plugins/admin/users/class_userManagement.inc:784 +#: plugins/admin/groups/class_groupManagement.inc:182 +msgid "Edit phone properties" +msgstr "Editar propriedades de telefone" -#: plugins/personal/generic/paste_generic.tpl:25 -msgid "Set new password" -msgstr "Definir nova senha" +#: plugins/admin/users/templatize.tpl:2 +msgid "Applying a template" +msgstr "" -#: plugins/personal/posix/generic.tpl:1 -#, fuzzy -msgid "POSIX settings" -msgstr "Configurações samba" +#: plugins/admin/users/templatize.tpl:6 +msgid "" +"Applying a template to several users will replace all user attributes " +"defined in the template." +msgstr "" -#: plugins/personal/posix/generic.tpl:6 plugins/admin/ogroups/generic.tpl:5 +#: plugins/admin/users/templatize.tpl:13 #, fuzzy -msgid "Generic settings" -msgstr "Configurações do usuário" +msgid "Apply user template" +msgstr "Criar usuário do modelo" -#: plugins/personal/posix/generic.tpl:8 -#: plugins/personal/posix/class_posixAccount.inc:884 -#: plugins/personal/posix/class_posixAccount.inc:887 -#: plugins/personal/posix/class_posixAccount.inc:962 -#: plugins/personal/posix/class_posixAccount.inc:965 -#: plugins/personal/posix/class_posixAccount.inc:1309 -#: plugins/personal/posix/paste_generic.tpl:5 -#: plugins/personal/posix/paste_generic.tpl:8 -msgid "Home directory" -msgstr "Diretório pessoal" +#: plugins/admin/users/templatize.tpl:32 +msgid "No templates available!" +msgstr "" -#: plugins/personal/posix/generic.tpl:16 -#: plugins/personal/posix/class_posixAccount.inc:1311 -msgid "Shell" -msgstr "Shell" +#: plugins/admin/users/user-list.xml:11 +msgid "List of users" +msgstr "Lista de usuários" -#: plugins/personal/posix/generic.tpl:26 -#: plugins/personal/posix/class_posixAccount.inc:1310 -#: plugins/personal/posix/paste_generic.tpl:17 -msgid "Primary group" -msgstr "Grupo primário" +#: plugins/admin/users/user-list.xml:23 plugins/admin/users/user-list.xml:95 +#: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:15 +#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:14 +#: plugins/admin/groups/userSelect/user-list.xml:14 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:63 +#: plugins/admin/ogroups/class_ogroupManagement.inc:183 +msgid "User" +msgstr "Usuário" -#: plugins/personal/posix/generic.tpl:37 -msgid "Status" -msgstr "Estatus" +#: plugins/admin/users/user-list.xml:73 plugins/admin/groups/group-list.xml:57 +#: plugins/admin/departments/generic.tpl:7 +#: plugins/admin/departments/generic.tpl:9 +#: plugins/admin/departments/organization.tpl:7 +#: plugins/admin/departments/organization.tpl:9 +#: plugins/admin/departments/locality.tpl:8 +#: plugins/admin/departments/locality.tpl:9 +#: plugins/admin/departments/dcObject.tpl:8 +#: plugins/admin/departments/dcObject.tpl:9 +#: plugins/admin/departments/domain.tpl:8 +#: plugins/admin/departments/domain.tpl:9 +#: plugins/admin/departments/country.tpl:8 +#: plugins/admin/departments/country.tpl:9 +#: plugins/admin/ogroups/ogroup-list.xml:57 +msgid "Properties" +msgstr "Propriedades" -#: plugins/personal/posix/generic.tpl:42 -msgid "Last logon" +#: plugins/admin/users/user-list.xml:78 plugins/admin/groups/group-list.xml:62 +#: plugins/admin/departments/dep-list.xml:87 plugins/admin/acl/acl-list.xml:65 +#: plugins/admin/ogroups/ogroup-list.xml:62 +#: plugins/addons/propertyEditor/property-list.xml:96 +#: include/class_listing.inc:1174 +msgid "Actions" +msgstr "Ações" + +#: plugins/admin/users/user-list.xml:114 +#: plugins/admin/groups/group-list.xml:91 +#: plugins/admin/departments/dep-list.xml:172 +#: plugins/admin/acl/acl-list.xml:131 plugins/admin/ogroups/ogroup-list.xml:91 +msgid "Edit" +msgstr "Editar" + +#: plugins/admin/users/user-list.xml:140 +#, fuzzy +msgid "Lock users" +msgstr "Lista de usuários" + +#: plugins/admin/users/user-list.xml:148 +#, fuzzy +msgid "Unlock users" +msgstr "Minha conta" + +#: plugins/admin/users/user-list.xml:156 +#: plugins/admin/groups/group-list.xml:106 +#: plugins/admin/ogroups/ogroup-list.xml:106 +msgid "Send message" msgstr "" -#: plugins/personal/posix/generic.tpl:60 -#: plugins/personal/posix/paste_generic.tpl:31 -msgid "Force UID/GID" -msgstr "Forçar UID/GID" +#: plugins/admin/users/user-list.xml:167 +msgid "Apply template" +msgstr "" + +#: plugins/admin/users/user-list.xml:199 +#, fuzzy +msgid "New user from template" +msgstr "Criar usuário do modelo" + +#: plugins/admin/users/user-list.xml:213 +#, fuzzy +msgid "Edit user" +msgstr "Editar esta entrada" -#: plugins/personal/posix/generic.tpl:64 -#: plugins/personal/posix/class_posixAccount.inc:895 -#: plugins/personal/posix/class_posixAccount.inc:898 -#: plugins/personal/posix/paste_generic.tpl:36 -msgid "UID" -msgstr "UID" +#: plugins/admin/users/user-list.xml:222 +msgid "%{filter:lockLabel(userPassword)}" +msgstr "" -#: plugins/personal/posix/generic.tpl:75 -#: plugins/personal/posix/class_posixAccount.inc:902 -#: plugins/personal/posix/class_posixAccount.inc:905 -#: plugins/personal/posix/paste_generic.tpl:45 -#: plugins/admin/groups/class_group.inc:943 -#: plugins/admin/groups/class_group.inc:946 -#: plugins/admin/groups/class_group.inc:1025 -msgid "GID" -msgstr "GID" +#: plugins/admin/users/user-list.xml:245 +#, fuzzy +msgid "Remove user" +msgstr "Remover foto" -#: plugins/personal/posix/generic.tpl:89 -#: plugins/personal/posix/paste_generic.tpl:54 -#: plugins/personal/posix/paste_generic.tpl:57 -msgid "Group membership" -msgstr "Membros do grupo" +#: plugins/admin/users/template.tpl:2 +msgid "Creating a new user using templates" +msgstr "Criando um novo usuário usando modelos" -#: plugins/personal/posix/generic.tpl:92 -#: plugins/personal/posix/paste_generic.tpl:65 -msgid "(Warning: more than 16 groups are not supported by NFS!)" -msgstr "(Atenção: mais do que 16 grupos não são suportados pelo NFS!)" +#: plugins/admin/users/template.tpl:6 +msgid "" +"Creating a new user can be assisted by using templates. Many database " +"records will be filled automatically. Choose 'none' to skip the usage of " +"templates." +msgstr "" +"A criação de usuários pode ser assistida pelo uso de modelos. Muitos campos " +"podem ser preenchidos automaticamente. Escolha 'nenhum' para não utilizar " +"modelos." -#: plugins/personal/posix/generic.tpl:101 -msgid "Common group" +#: plugins/admin/users/template.tpl:13 +msgid "User template selection dialog" msgstr "" -#: plugins/personal/posix/generic.tpl:105 +#: plugins/admin/groups/userGroupSelect/class_userGroupSelect.inc:29 #, fuzzy -msgid "Groups differ" -msgstr "Grupo do usuário" +msgid "User and group selection" +msgstr "Administração de grupos" -#: plugins/personal/posix/generic.tpl:125 +#: plugins/admin/groups/singleUserSelect/class_singleUserSelect.inc:29 +#: plugins/admin/groups/userSelect/class_userSelect.inc:26 #, fuzzy -msgid "Account permissions" -msgstr "Configurações Posix" +msgid "User selection" +msgstr "Administração de grupos" -#: plugins/personal/posix/generic.tpl:130 -msgid "SSH keys" +#: plugins/admin/groups/generic.tpl:11 +#: plugins/admin/groups/paste_generic.tpl:5 +#: plugins/admin/ogroups/generic.tpl:7 +#: plugins/admin/ogroups/paste_generic.tpl:4 +msgid "Group name" +msgstr "Nome do grupo" + +#: plugins/admin/groups/generic.tpl:17 +#: plugins/admin/groups/paste_generic.tpl:8 +msgid "Posix name of the group" msgstr "" -#: plugins/personal/posix/generic.tpl:131 -msgid "Edit public ssh keys..." +#: plugins/admin/groups/generic.tpl:28 plugins/admin/ogroups/generic.tpl:18 +msgid "Descriptive text for this group" msgstr "" -#: plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc:173 -msgid "full access" -msgstr "acesso completo" +#: plugins/admin/groups/generic.tpl:59 +#: plugins/admin/groups/paste_generic.tpl:13 +msgid "Normally IDs are autogenerated, select to specify manually" +msgstr "" -#: plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc:174 -msgid "allow access to these hosts" -msgstr "permitir acesso a estas máquinas" +#: plugins/admin/groups/generic.tpl:62 +#: plugins/admin/groups/paste_generic.tpl:15 +msgid "Force GID" +msgstr "Forçar GID" -#: plugins/personal/posix/trustModeDialog/generic.tpl:2 -#: plugins/admin/groups/class_group.inc:1029 -msgid "System trust" -msgstr "Sistema de confiança" +#: plugins/admin/groups/generic.tpl:65 +#: plugins/admin/groups/paste_generic.tpl:18 +msgid "Forced ID number" +msgstr "" -#: plugins/personal/posix/trustModeDialog/generic.tpl:5 -#: plugins/personal/posix/trustModeDialog/generic.tpl:21 -msgid "Trust mode" -msgstr "Modo de confiança" +#: plugins/admin/groups/generic.tpl:75 plugins/admin/groups/generic.tpl:102 +msgid "Select to create a samba conform group" +msgstr "" -#: plugins/personal/posix/posix_shadow.tpl:12 -msgid "User must change password on first login" -msgstr "O usuário deve alterar sua senha no primeiro acesso" +#: plugins/admin/groups/generic.tpl:87 plugins/admin/groups/generic.tpl:110 +msgid "in domain" +msgstr "no domínio" -#: plugins/personal/posix/posix_shadow.tpl:59 +#: plugins/admin/groups/generic.tpl:131 +msgid "Members are in a phone pickup group" +msgstr "Membros estão no grupo phone pickup" + +#: plugins/admin/groups/generic.tpl:146 +msgid "Members are in a nagios group" +msgstr "" + +#: plugins/admin/groups/generic.tpl:174 #, fuzzy -msgid "Password expiration settings" -msgstr "Configurações de senha" +msgid "Common group members" +msgstr "Membros do grupo" -#: plugins/personal/posix/posix_shadow.tpl:62 -msgid "Password expires on" -msgstr "Senha expira em" +#: plugins/admin/groups/generic.tpl:183 +#, fuzzy +msgid "Partial group members" +msgstr "Membros do grupo" -#: plugins/personal/posix/class_posixAccount.inc:38 -msgid "Edit users POSIX settings" +#: plugins/admin/groups/generic.tpl:188 +msgid "Group members" +msgstr "Membros do grupo" + +#: plugins/admin/groups/class_groupManagement.inc:26 +msgid "" +"Manage aspects of groups like members, POSIX, desktop, samba and mail " +"settings" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:150 -msgid "expired" -msgstr "expirado" +#: plugins/admin/groups/class_groupManagement.inc:157 +msgid "Posix" +msgstr "Posix" -#: plugins/personal/posix/class_posixAccount.inc:152 -msgid "grace time active" +#: plugins/admin/groups/class_groupManagement.inc:158 +#, fuzzy +msgid "Edit posix properties" +msgstr "Editar propriedades de telefone" + +#: plugins/admin/groups/class_groupManagement.inc:189 +msgid "Menu" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:155 -#: plugins/personal/posix/class_posixAccount.inc:157 -#: plugins/personal/posix/class_posixAccount.inc:159 -msgid "active" -msgstr "ativo" +#: plugins/admin/groups/class_groupManagement.inc:190 +#, fuzzy +msgid "Edit start menu properties" +msgstr "Editar propriedades do samba" -#: plugins/personal/posix/class_posixAccount.inc:155 -msgid "password not changeable" -msgstr "" +#: plugins/admin/groups/class_group.inc:166 +#: include/class_CopyPasteHandler.inc:119 +#: include/class_CopyPasteHandler.inc:128 +#: include/class_CopyPasteHandler.inc:177 +#: include/class_CopyPasteHandler.inc:186 +#: include/class_CopyPasteHandler.inc:194 include/class_config.inc:162 +#: include/class_config.inc:678 include/class_config.inc:1138 +#: include/class_config.inc:1151 include/class_config.inc:1169 +#: include/functions.inc:814 include/functions.inc:3023 +#: include/functions.inc:3066 include/functions.inc:3079 +#: include/password-methods/class_password-methods-ssha.inc:51 +#: include/password-methods/class_password-methods-sha.inc:48 +#: include/utils/class_timezone.inc:47 include/class_SnapshotHandler.inc:44 +#: include/class_SnapshotHandler.inc:57 include/class_SnapshotHandler.inc:75 +#: include/class_pluglist.inc:92 html/index.php:157 html/index.php:233 +#: html/password.php:84 html/main.php:239 +msgid "Configuration error" +msgstr "Erro de configuração" -#: plugins/personal/posix/class_posixAccount.inc:157 -msgid "password expired" +#: plugins/admin/groups/class_group.inc:166 +msgid "Cannot find group SID in your configuration!" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:219 -#: include/class_management.inc:32 include/class_management.inc:33 -msgid "unconfigured" -msgstr "desconfigurado" +#: plugins/admin/groups/class_group.inc:210 +#: plugins/admin/groups/class_group.inc:1170 +#: plugins/admin/groups/class_group.inc:1180 +#, fuzzy +msgid "Surename" +msgstr "Sobrenome" -#: plugins/personal/posix/class_posixAccount.inc:230 -msgid "automatic" -msgstr "automático" +#: plugins/admin/groups/class_group.inc:310 +msgid "Samba group" +msgstr "Grupo samba" -#: plugins/personal/posix/class_posixAccount.inc:274 -#: plugins/personal/posix/class_posixAccount.inc:294 -#: plugins/personal/posix/class_posixAccount.inc:296 -#: plugins/personal/posix/class_posixAccount.inc:299 -#: plugins/admin/users/class_userManagement.inc:759 -msgid "POSIX" -msgstr "" +#: plugins/admin/groups/class_group.inc:310 +msgid "Domain admins" +msgstr "Administradores do domínio" -#: plugins/personal/posix/class_posixAccount.inc:294 -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:104 -#: plugins/admin/users/class_userManagement.inc:775 -#: plugins/admin/groups/class_groupManagement.inc:197 -#: plugins/admin/ogroups/tabs_ogroups.inc:222 -msgid "Environment" -msgstr "Ambiente" +#: plugins/admin/groups/class_group.inc:310 +msgid "Domain users" +msgstr "Usuários do domínio" -#: plugins/personal/posix/class_posixAccount.inc:378 +#: plugins/admin/groups/class_group.inc:311 +msgid "Domain guests" +msgstr "Convidados do domínio" + +#: plugins/admin/groups/class_group.inc:316 #, php-format -msgid "Password can't be changed up to %s days after last change" -msgstr "A senha não pode ser alterada até %s dias após a última troca" +msgid "Special group (%d)" +msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:382 +#: plugins/admin/groups/class_group.inc:464 #, php-format -msgid "Password must be changed after %s days" -msgstr "A senha deve ser alterada após %s dias" +msgid "Adding UID '%s' to group '%s' failed: cannot find user object!" +msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:386 +#: plugins/admin/groups/class_group.inc:470 #, php-format -msgid "Disable account after %s days of inactivity after password expiry" +msgid "Add UID '%s' to group '%s' failed: UID is used more than once!" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:390 +#: plugins/admin/groups/class_group.inc:733 #, php-format -msgid "Warn user %s days before password expiry" +msgid "Cannot find any SID for '%s'!" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:678 -msgid "Timeout while waiting for lock. Ignoring lock!" +#: plugins/admin/groups/class_group.inc:738 +#, php-format +msgid "Cannot find any RIDBASE for '%s'!" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:736 -#: plugins/personal/posix/class_posixAccount.inc:1026 -msgid "Group of user" -msgstr "Grupo do usuário" +#: plugins/admin/groups/class_group.inc:832 +#, php-format +msgid "The gidNumber '%s' is already in use by %s!" +msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:803 +#: plugins/admin/groups/class_group.inc:1016 +msgid "Generic group settings" +msgstr "" + +#: plugins/admin/groups/class_group.inc:1029 msgid "" -"A duplicated UID number was written for this user. If this was not intended " -"please verify all used uidNumbers!" +"The 'ogroupRDN' statement defines the location where new object groups will " +"be created. The default is 'ou=groups,'." msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:918 -#: plugins/personal/posix/class_posixAccount.inc:971 -msgid "shadowMin" +#: plugins/admin/groups/class_group.inc:1043 +msgid "Samba group type" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:923 -#: plugins/personal/posix/class_posixAccount.inc:976 -msgid "shadowMax" +#: plugins/admin/groups/class_group.inc:1044 +msgid "Samba domain name" +msgstr "" + +#: plugins/admin/groups/class_group.inc:1046 +msgid "Phone pickup group" +msgstr "" + +#: plugins/admin/groups/class_group.inc:1047 +msgid "Nagios group" +msgstr "" + +#: plugins/admin/groups/class_group.inc:1049 +msgid "Group member" +msgstr "" + +#: plugins/admin/groups/group-filter.xml:31 +#, fuzzy +msgid "Default filter2" +msgstr "Impressora" + +#: plugins/admin/groups/paste_generic.tpl:1 +msgid "Group settings" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:928 -#: plugins/personal/posix/class_posixAccount.inc:981 -msgid "shadowWarning" +#: plugins/admin/groups/paste_generic.tpl:2 +#, fuzzy +msgid "Paste group settings" +msgstr "Configurações do usuário" + +#: plugins/admin/groups/group-list.xml:11 +msgid "List of groups" +msgstr "Lista dos grupos" + +#: plugins/admin/groups/group-list.xml:138 +#, fuzzy +msgid "Edit group" +msgstr "Lista dos grupos" + +#: plugins/admin/groups/group-list.xml:151 +#, fuzzy +msgid "Remove group" +msgstr "Remover foto" + +#: plugins/admin/departments/class_domain.inc:81 +#: plugins/admin/departments/class_domain.inc:82 +#: plugins/admin/departments/class_departmentManagement.inc:205 +#: plugins/admin/departments/class_dcObject.inc:81 +#: plugins/admin/departments/class_dcObject.inc:82 +msgid "Domain Component" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:942 -#: plugins/personal/posix/class_posixAccount.inc:995 -msgid "shadowInactive" +#: plugins/admin/departments/class_domain.inc:94 +#: plugins/admin/departments/generic.tpl:132 +#: plugins/admin/departments/organization.tpl:132 +#: plugins/admin/departments/class_localityGeneric.inc:95 +#: plugins/admin/departments/locality.tpl:67 +#: plugins/admin/departments/class_department.inc:688 +#: plugins/admin/departments/dcObject.tpl:67 +#: plugins/admin/departments/domain.tpl:67 +#: plugins/admin/departments/country.tpl:68 +#: plugins/admin/departments/class_countryGeneric.inc:95 +#: plugins/admin/departments/class_organizationGeneric.inc:135 +#: plugins/admin/departments/class_dcObject.inc:94 +msgid "Administrative settings" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1299 -msgid "POSIX account" -msgstr "" +#: plugins/admin/departments/generic.tpl:4 +#: plugins/admin/departments/dep-filter.xml:35 +#, fuzzy +msgid "Organizational Unit" +msgstr "Organização" -#: plugins/personal/posix/class_posixAccount.inc:1313 -msgid "Group ID" +#: plugins/admin/departments/generic.tpl:11 +msgid "Name of department" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1315 -msgid "Shadow last changed" +#: plugins/admin/departments/generic.tpl:14 +msgid "Name of subtree to create" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1316 +#: plugins/admin/departments/generic.tpl:22 #, fuzzy -msgid "Last login" -msgstr "Login" +msgid "Descriptive text for department" +msgstr "Exibir sistemas do departamento" -#: plugins/personal/posix/class_posixAccount.inc:1318 -msgid "Force password change on login" +#: plugins/admin/departments/generic.tpl:27 +#: plugins/admin/departments/organization.tpl:27 +#: plugins/admin/departments/class_department.inc:678 +#: plugins/admin/departments/class_organizationGeneric.inc:124 +#: plugins/admin/acl/class_aclRole.inc:163 include/class_userFilter.inc:55 +msgid "Category" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1319 -msgid "Shadow min" +#: plugins/admin/departments/generic.tpl:30 +#: plugins/admin/departments/organization.tpl:30 +msgid "Category for this subtree" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1320 -msgid "Shadow max" +#: plugins/admin/departments/generic.tpl:90 +#: plugins/admin/departments/organization.tpl:89 +msgid "State where this subtree is located" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1321 -msgid "Shadow warning" +#: plugins/admin/departments/generic.tpl:98 +#: plugins/admin/departments/organization.tpl:97 +msgid "Location of this subtree" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1322 -msgid "Shadow inactive" +#: plugins/admin/departments/generic.tpl:106 +#: plugins/admin/departments/organization.tpl:105 +msgid "Postal address of this subtree" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1323 -msgid "Shadow expire" +#: plugins/admin/departments/generic.tpl:113 +#: plugins/admin/departments/organization.tpl:112 +msgid "Base telephone number of this subtree" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1324 -msgid "Public SSH key" +#: plugins/admin/departments/generic.tpl:121 +#: plugins/admin/departments/organization.tpl:120 +msgid "Base facsimile telephone number of this subtree" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1325 -msgid "System trust model" +#: plugins/admin/departments/generic.tpl:135 +#: plugins/admin/departments/organization.tpl:135 +#: plugins/admin/departments/locality.tpl:70 +#: plugins/admin/departments/dcObject.tpl:70 +#: plugins/admin/departments/domain.tpl:70 +#: plugins/admin/departments/country.tpl:71 +msgid "Tag department as an independent administrative unit" msgstr "" -#: plugins/personal/posix/paste_generic.tpl:1 -#: plugins/personal/posix/paste_generic.tpl:4 -msgid "Posix settings" -msgstr "Configurações Posix" - -#: plugins/personal/posix/groupSelect/class_groupSelect.inc:29 -#, fuzzy -msgid "Group selection" -msgstr "Administração de grupos" - -#: plugins/personal/posix/groupSelect/group-filter.xml:16 -#: plugins/personal/posix/trustSelect/trust-filter.xml:17 -#: plugins/admin/users/user-filter.xml:19 -#: plugins/admin/groups/userGroupSelect/selectUserGroup-filter.xml:21 -#: plugins/admin/groups/singleUserSelect/singleUser-filter.xml:20 -#: plugins/admin/groups/userSelect/user-filter.xml:20 -#: plugins/admin/groups/group-filter.xml:17 -#: plugins/admin/departments/dep-filter.xml:17 -#: plugins/admin/acl/acl-filter.xml:18 -#: plugins/admin/ogroups/objectSelect/selectObject-filter.xml:32 -#: plugins/admin/ogroups/ogroup-filter.xml:18 -#, fuzzy -msgid "Default filter" -msgstr "Impressora" +#: plugins/admin/departments/organization.tpl:11 +msgid "Name of organization" +msgstr "" -#: plugins/personal/posix/groupSelect/group-list.xml:10 -#: plugins/personal/posix/trustSelect/trust-list.xml:9 -#: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:11 -#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:10 -#: plugins/admin/groups/userSelect/user-list.xml:10 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:11 -msgid "Please select the desired entries" +#: plugins/admin/departments/organization.tpl:14 +msgid "Name of organization to create" msgstr "" -#: plugins/personal/posix/trustSelect/trust-list.xml:26 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:39 -#: plugins/admin/ogroups/class_ogroupManagement.inc:191 -msgid "Terminal" +#: plugins/admin/departments/organization.tpl:22 +#: plugins/admin/departments/locality.tpl:22 +#: plugins/admin/departments/dcObject.tpl:22 +#: plugins/admin/departments/domain.tpl:22 +#: plugins/admin/departments/country.tpl:22 +msgid "Descriptive text for department" msgstr "" -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:29 +#: plugins/admin/departments/dep-list.xml:11 #, fuzzy -msgid "Trust machine selection" -msgstr "Administração de grupos" - -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:64 -#: plugins/admin/groups/class_groupManagement.inc:157 -msgid "Posix" -msgstr "Posix" +msgid "List of structural objects" +msgstr "Lista dos grupos" -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:65 -#: plugins/admin/groups/class_groupManagement.inc:158 +#: plugins/admin/departments/dep-list.xml:15 +#: plugins/admin/departments/dep-list.xml:103 +#: plugins/admin/departments/class_departmentManagement.inc:193 +#: plugins/admin/departments/domain.tpl:5 +#: plugins/admin/departments/dep-filter.xml:105 #, fuzzy -msgid "Edit posix properties" -msgstr "Editar propriedades de telefone" - -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:73 -#: plugins/admin/users/class_userManagement.inc:764 -#: plugins/admin/groups/class_groupManagement.inc:166 -msgid "Edit mail properties" -msgstr "Editar propriedades de correio" +msgid "Domain" +msgstr "no domínio" -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:81 -#: plugins/admin/users/class_userManagement.inc:768 -#: plugins/admin/groups/class_groupManagement.inc:174 -msgid "Edit samba properties" -msgstr "Editar propriedades do samba" +#: plugins/admin/departments/dep-list.xml:23 +#: plugins/admin/departments/dep-list.xml:110 +#: plugins/admin/departments/dcObject.tpl:5 +#: plugins/admin/departments/dep-filter.xml:77 +#, fuzzy +msgid "Domain component" +msgstr "Administradores do domínio" -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:89 -#: plugins/admin/users/class_userManagement.inc:784 -#: plugins/admin/groups/class_groupManagement.inc:182 -msgid "Edit phone properties" -msgstr "Editar propriedades de telefone" +#: plugins/admin/departments/dep-list.xml:31 +#: plugins/admin/departments/dep-list.xml:117 +#: plugins/admin/departments/class_departmentManagement.inc:217 +#: plugins/admin/departments/country.tpl:5 +#: plugins/admin/departments/dep-filter.xml:49 +#: plugins/admin/departments/class_countryGeneric.inc:82 +#: plugins/admin/departments/class_countryGeneric.inc:83 +msgid "Country" +msgstr "País" -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:96 -#: plugins/admin/groups/class_groupManagement.inc:189 -msgid "Menu" +#: plugins/admin/departments/dep-list.xml:39 +#: plugins/admin/departments/dep-list.xml:124 +#: plugins/admin/departments/class_localityGeneric.inc:82 +#: plugins/admin/departments/class_localityGeneric.inc:83 +#: plugins/admin/departments/locality.tpl:5 +#: plugins/admin/departments/class_departmentManagement.inc:229 +#: plugins/admin/departments/dep-filter.xml:63 +msgid "Locality" msgstr "" -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:97 -#: plugins/admin/groups/class_groupManagement.inc:190 -#, fuzzy -msgid "Edit start menu properties" -msgstr "Editar propriedades do samba" - -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:105 -#: plugins/admin/users/class_userManagement.inc:776 -#: plugins/admin/groups/class_groupManagement.inc:198 -msgid "Edit environment properties" -msgstr "Editar propriedades de ambiente" - -#: plugins/personal/myaccount/main.inc:112 -#, fuzzy -msgid "You have no permission to set your password!" -msgstr "Você não tem permissão para alterar sua senha." +#: plugins/admin/departments/locality.tpl:11 +#: plugins/admin/departments/dcObject.tpl:11 +msgid "Locality name" +msgstr "" -#: plugins/personal/myaccount/class_MyAccount.inc:6 -#, fuzzy -msgid "Edit personal settings" -msgstr "Configurações do usuário" +#: plugins/admin/departments/locality.tpl:14 +#: plugins/admin/departments/dcObject.tpl:14 +msgid "Name of locality to create" +msgstr "" -#: plugins/admin/users/password.tpl:4 -msgid "" -"To change the user password use the fields below. The changes take effect " -"immediately. Please memorize the new password, because the user wouldn't be " -"able to login without it." +#: plugins/admin/departments/class_department.inc:441 +#: include/functions.inc:459 include/utils/class_xml.inc:43 +#: html/password.php:59 html/main.php:158 +msgid "Fatal error" msgstr "" -"Para alterar a senha do usuário utilize os campos abaixo. As alterações " -"surtem efeito imediatamente. Por favor, memorize a nova senha porque o " -"usuário não será capaz de acessar o sistema sem ela." -#: plugins/admin/users/password.tpl:11 -#, fuzzy -msgid "Password input dialog" -msgstr "Senha alterada" +#: plugins/admin/departments/class_department.inc:441 +msgid "Cannot find an unused tag for this administrative unit!" +msgstr "" -#: plugins/admin/users/password.tpl:21 -msgid "Strength" +#: plugins/admin/departments/class_department.inc:509 +#, php-format +msgid "Tagging '%s'." msgstr "" -#: plugins/admin/users/user-filter.xml:33 -#, fuzzy -msgid "Show templates" -msgstr "Modelos" +#: plugins/admin/departments/class_department.inc:590 +#, php-format +msgid "Moving '%s' to '%s'" +msgstr "" -#: plugins/admin/users/user-filter.xml:47 -#, fuzzy -msgid "Show POSIX users" -msgstr "Servidores" +#: plugins/admin/departments/class_department.inc:631 +#, php-format +msgid "FAILED to copy %s, aborting operation" +msgstr "" -#: plugins/admin/users/user-filter.xml:61 -#, fuzzy -msgid "Show SAMBA users" -msgstr "Servidores" +#: plugins/admin/departments/class_department.inc:662 +#: plugins/admin/departments/class_department.inc:673 +msgid "Departments" +msgstr "Departamentos" -#: plugins/admin/users/user-filter.xml:75 -#, fuzzy -msgid "Show mail users" -msgstr "Usuários do domínio" +#: plugins/admin/departments/class_department.inc:676 +msgid "Department name" +msgstr "Nome do departamento" -#: plugins/admin/users/class_userManagement.inc:26 -msgid "" -"Manage aspects of user accounts like generic, posix, samba and mail settings" +#: plugins/admin/departments/class_department.inc:684 +msgid "Telephone" msgstr "" -#: plugins/admin/users/class_userManagement.inc:189 -#: plugins/admin/groups/class_groupManagement.inc:100 -#: plugins/admin/ogroups/class_ogroupManagement.inc:115 -msgid "Infrastructure error" +#: plugins/admin/departments/class_department.inc:739 +#, php-format +msgid "Object '%s' is already tagged" msgstr "" -#: plugins/admin/users/class_userManagement.inc:221 -#: plugins/admin/users/class_userManagement.inc:629 -#: include/class_management.inc:302 include/class_management.inc:459 -#: include/class_management.inc:506 include/class_management.inc:543 -#: include/class_management.inc:557 include/class_plugin.inc:1434 -#: include/class_plugin.inc:1446 include/class_plugin.inc:1461 -#: include/class_plugin.inc:1474 -msgid "Permission" +#: plugins/admin/departments/class_department.inc:746 +#, php-format +msgid "Adding tag (%s) to object '%s'" msgstr "" -#: plugins/admin/users/class_userManagement.inc:278 -msgid "You have no permission to change this users password!" +#: plugins/admin/departments/class_department.inc:778 +#, php-format +msgid "Removing tag from object '%s'" msgstr "" -#: plugins/admin/users/class_userManagement.inc:348 -#: plugins/admin/users/class_userManagement.inc:382 -#: plugins/admin/users/class_userManagement.inc:413 -#: plugins/admin/ogroups/class_ogroup.inc:300 -msgid "none" -msgstr "nenhum" +#: plugins/admin/departments/class_departmentManagement.inc:25 +#, fuzzy +msgid "Directory structure" +msgstr "Diretório" -#: plugins/admin/users/class_userManagement.inc:420 -#: plugins/admin/users/templatize.tpl:15 plugins/admin/users/user-list.xml:15 -#: plugins/admin/users/user-list.xml:102 plugins/admin/users/template.tpl:15 -msgid "Template" -msgstr "Modelo" +#: plugins/admin/departments/class_departmentManagement.inc:26 +msgid "" +"Manage organizations, organizational units, localities, countries and more" +msgstr "" -#: plugins/admin/users/class_userManagement.inc:587 -#: plugins/admin/users/class_userManagement.inc:591 -#: plugins/admin/acl/class_aclManagement.inc:98 -#: include/class_management.inc:383 -msgid "Permission error" +#: plugins/admin/departments/class_departmentManagement.inc:125 +msgid "" +"As soon as the tag operation has finished, you can scroll down to end of the " +"page and press the 'Continue' button to continue with the department " +"management dialog." msgstr "" -#: plugins/admin/users/class_userManagement.inc:667 -msgid "Account locking" +#: plugins/admin/departments/dep_iframe.tpl:1 +msgid "Processing the requested operation" msgstr "" -#: plugins/admin/users/class_userManagement.inc:668 -#, php-format +#: plugins/admin/departments/dep_iframe.tpl:7 msgid "" -"Password method '%s' does not support locking. Account (%s) has not been " -"locked!" +"Your browser doesn't support iframes, please use this link to perform the " +"requested operation." msgstr "" -#: plugins/admin/users/class_userManagement.inc:741 -#, fuzzy -msgid "Unlock account" -msgstr "Minha conta" - -#: plugins/admin/users/class_userManagement.inc:743 -#, fuzzy -msgid "Lock account" -msgstr "Minha conta" - -#: plugins/admin/users/class_userManagement.inc:756 -msgid "Edit generic properties" -msgstr "Editar propriedades gerais" - -#: plugins/admin/users/class_userManagement.inc:760 +#: plugins/admin/departments/domain.tpl:11 #, fuzzy -msgid "Edit POSIX properties" -msgstr "Editar propriedades UNIX" +msgid "Domain name" +msgstr "Administradores do domínio" -#: plugins/admin/users/class_userManagement.inc:771 -msgid "Netatalk" -msgstr "Netatalk" +#: plugins/admin/departments/domain.tpl:14 +msgid "Name of domain to create" +msgstr "" -#: plugins/admin/users/class_userManagement.inc:772 -msgid "Edit netatalk properties" -msgstr "Editar propriedades do netatalk" +#: plugins/admin/departments/country.tpl:11 +#: plugins/admin/departments/class_countryGeneric.inc:91 +msgid "Country name" +msgstr "" -#: plugins/admin/users/class_userManagement.inc:780 -#, fuzzy -msgid "Edit FAX properties" -msgstr "Editar propriedades UNIX" +#: plugins/admin/departments/country.tpl:14 +msgid "Name of country to create" +msgstr "" -#: plugins/admin/users/templatize.tpl:2 -msgid "Applying a template" +#: plugins/admin/departments/dep_move_confirm.tpl:2 +msgid "You are currently moving/renaming this department." msgstr "" -#: plugins/admin/users/templatize.tpl:6 +#: plugins/admin/departments/dep_move_confirm.tpl:6 msgid "" -"Applying a template to several users will replace all user attributes " -"defined in the template." +"Modifying a departments naming attribute 'ou' or base may corrupt acls and " +"snapshot entries for all entire objects." msgstr "" -#: plugins/admin/users/templatize.tpl:13 -#, fuzzy -msgid "Apply user template" -msgstr "Criar usuário do modelo" +#: plugins/admin/departments/dep_move_confirm.tpl:9 +msgid "GOsa can NOT fix this for you, yet." +msgstr "" -#: plugins/admin/users/templatize.tpl:32 -msgid "No templates available!" +#: plugins/admin/departments/dep_move_confirm.tpl:12 +msgid "" +"Before you confirm this action, ensure that everything will be as expected, " +"possibly the best solution is a backup." msgstr "" -#: plugins/admin/users/user-list.xml:11 -msgid "List of users" -msgstr "Lista de usuários" +#: plugins/admin/departments/class_organizationGeneric.inc:122 +msgid "Organization name" +msgstr "" -#: plugins/admin/users/user-list.xml:73 plugins/admin/groups/group-list.xml:57 -#: plugins/admin/departments/generic.tpl:7 -#: plugins/admin/departments/generic.tpl:9 -#: plugins/admin/departments/organization.tpl:7 -#: plugins/admin/departments/organization.tpl:9 -#: plugins/admin/departments/locality.tpl:8 -#: plugins/admin/departments/locality.tpl:9 -#: plugins/admin/departments/dcObject.tpl:8 -#: plugins/admin/departments/dcObject.tpl:9 -#: plugins/admin/departments/domain.tpl:8 -#: plugins/admin/departments/domain.tpl:9 -#: plugins/admin/departments/country.tpl:8 -#: plugins/admin/departments/country.tpl:9 -#: plugins/admin/ogroups/ogroup-list.xml:57 -msgid "Properties" -msgstr "Propriedades" +#: plugins/admin/departments/class_organizationGeneric.inc:132 +msgid "Phone number" +msgstr "" -#: plugins/admin/users/user-list.xml:78 -#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:64 -#: plugins/admin/groups/group-list.xml:62 -#: plugins/admin/departments/dep-list.xml:87 plugins/admin/acl/acl-list.xml:65 -#: plugins/admin/ogroups/ogroup-list.xml:62 include/class_listing.inc:1127 -msgid "Actions" -msgstr "Ações" +#: plugins/admin/acl/class_aclManagement.inc:25 include/class_acl.inc:27 +msgid "Access control" +msgstr "Controle de acesso" -#: plugins/admin/users/user-list.xml:114 -#: plugins/admin/groups/group-list.xml:91 -#: plugins/admin/departments/dep-list.xml:172 -#: plugins/admin/acl/acl-list.xml:131 plugins/admin/ogroups/ogroup-list.xml:91 -msgid "Edit" -msgstr "Editar" +#: plugins/admin/acl/class_aclManagement.inc:26 +msgid "" +"Control access to GOsa managed objects down to attribute and action level" +msgstr "" -#: plugins/admin/users/user-list.xml:128 plugins/admin/users/user-list.xml:230 -msgid "Change password" -msgstr "Alterar senha" +#: plugins/admin/acl/class_aclManagement.inc:154 +#: plugins/admin/acl/acl-filter.xml:48 +msgid "ACL Assignment" +msgstr "" -#: plugins/admin/users/user-list.xml:140 -#, fuzzy -msgid "Lock users" -msgstr "Lista de usuários" +#: plugins/admin/acl/acl-list.xml:11 +msgid "List of acls" +msgstr "" -#: plugins/admin/users/user-list.xml:148 -#, fuzzy -msgid "Unlock users" -msgstr "Minha conta" +#: plugins/admin/acl/acl-list.xml:15 +msgid "Acl" +msgstr "" -#: plugins/admin/users/user-list.xml:156 -#: plugins/admin/groups/group-list.xml:106 -#: plugins/admin/ogroups/ogroup-list.xml:106 -msgid "Send message" +#: plugins/admin/acl/tabs_acl_role.inc:28 plugins/admin/acl/acl-filter.xml:33 +msgid "ACL Templates" msgstr "" -#: plugins/admin/users/user-list.xml:167 -msgid "Apply template" +#: plugins/admin/acl/class_aclRole.inc:26 +#: plugins/admin/acl/class_aclRole.inc:712 +msgid "Access control roles" msgstr "" -#: plugins/admin/users/user-list.xml:199 -#, fuzzy -msgid "New user from template" -msgstr "Criar usuário do modelo" +#: plugins/admin/acl/class_aclRole.inc:27 +msgid "Edit AC roles" +msgstr "" -#: plugins/admin/users/user-list.xml:213 -#, fuzzy -msgid "Edit user" -msgstr "Editar esta entrada" +#: plugins/admin/acl/class_aclRole.inc:135 +msgid "Reset ACL" +msgstr "" -#: plugins/admin/users/user-list.xml:222 -msgid "%{filter:lockLabel(userPassword)}" +#: plugins/admin/acl/class_aclRole.inc:179 +#: plugins/admin/acl/class_aclRole.inc:741 include/class_acl.inc:278 +msgid "Permissions" msgstr "" -#: plugins/admin/users/user-list.xml:245 -#, fuzzy -msgid "Remove user" -msgstr "Remover foto" +#: plugins/admin/acl/class_aclRole.inc:179 include/class_acl.inc:278 +#: include/php_setup.inc:185 +msgid "Type" +msgstr "Tipo" -#: plugins/admin/users/template.tpl:2 -msgid "Creating a new user using templates" -msgstr "Criando um novo usuário usando modelos" +#: plugins/admin/acl/class_aclRole.inc:408 +msgid "No ACL settings for this category" +msgstr "" -#: plugins/admin/users/template.tpl:6 -msgid "" -"Creating a new user can be assisted by using templates. Many database " -"records will be filled automatically. Choose 'none' to skip the usage of " -"templates." +#: plugins/admin/acl/class_aclRole.inc:410 +#, php-format +msgid "ACL for these objects: %s" msgstr "" -"A criação de usuários pode ser assistida pelo uso de modelos. Muitos campos " -"podem ser preenchidos automaticamente. Escolha 'nenhum' para não utilizar " -"modelos." -#: plugins/admin/users/template.tpl:13 -msgid "User template selection dialog" +#: plugins/admin/acl/class_aclRole.inc:415 +msgid "Edit category ACL" msgstr "" -#: plugins/admin/groups/userGroupSelect/class_userGroupSelect.inc:29 +#: plugins/admin/acl/class_aclRole.inc:418 #, fuzzy -msgid "User and group selection" -msgstr "Administração de grupos" +msgid "Delete category ACL" +msgstr "Categoria ACL" -#: plugins/admin/groups/singleUserSelect/class_singleUserSelect.inc:29 -#: plugins/admin/groups/userSelect/class_userSelect.inc:26 -#, fuzzy -msgid "User selection" -msgstr "Administração de grupos" +#: plugins/admin/acl/class_aclRole.inc:439 +#, php-format +msgid "Edit ACL for '%s', scope is '%s'" +msgstr "" -#: plugins/admin/groups/generic.tpl:11 -#: plugins/admin/groups/paste_generic.tpl:5 -#: plugins/admin/ogroups/generic.tpl:7 -#: plugins/admin/ogroups/paste_generic.tpl:4 -msgid "Group name" -msgstr "Nome do grupo" +#: plugins/admin/acl/class_aclRole.inc:632 +msgid "Object in use" +msgstr "" -#: plugins/admin/groups/generic.tpl:17 -#: plugins/admin/groups/paste_generic.tpl:8 -msgid "Posix name of the group" +#: plugins/admin/acl/class_aclRole.inc:632 +#, php-format +msgid "This role cannot be removed while it is in use by these objects:" msgstr "" -#: plugins/admin/groups/generic.tpl:28 plugins/admin/ogroups/generic.tpl:18 -msgid "Descriptive text for this group" +#: plugins/admin/acl/class_aclRole.inc:728 +msgid "" +"The 'aclRoleRDN' statement defines the location where new acl roles will be " +"created. The default is 'ou=aclroles,'." msgstr "" -#: plugins/admin/groups/generic.tpl:59 -#: plugins/admin/groups/paste_generic.tpl:13 -msgid "Normally IDs are autogenerated, select to specify manually" +#: plugins/admin/acl/class_aclRole.inc:767 plugins/admin/acl/tabs_acl.inc:28 +#: include/class_acl.inc:1282 include/class_acl.inc:1283 +#: include/class_acl.inc:1289 include/class_tabs.inc:382 +msgid "ACL" +msgstr "ACL" + +#: plugins/admin/acl/paste_role.tpl:1 +msgid "Paste acl-role" msgstr "" -#: plugins/admin/groups/generic.tpl:62 -#: plugins/admin/groups/paste_generic.tpl:15 -msgid "Force GID" -msgstr "Forçar GID" +#: plugins/admin/ogroups/generic.tpl:1 +#: plugins/admin/ogroups/ogroup-list.xml:15 +msgid "Object group" +msgstr "" -#: plugins/admin/groups/generic.tpl:65 -#: plugins/admin/groups/paste_generic.tpl:18 -msgid "Forced ID number" +#: plugins/admin/ogroups/generic.tpl:10 +msgid "Name of the group" msgstr "" -#: plugins/admin/groups/generic.tpl:75 plugins/admin/groups/generic.tpl:102 -msgid "Select to create a samba conform group" +#: plugins/admin/ogroups/generic.tpl:41 +msgid "Member objects" msgstr "" -#: plugins/admin/groups/generic.tpl:87 plugins/admin/groups/generic.tpl:110 -msgid "in domain" -msgstr "no domínio" +#: plugins/admin/ogroups/tabs_ogroups.inc:134 +msgid "Phone queue" +msgstr "Fila de Telefone" -#: plugins/admin/groups/generic.tpl:131 -msgid "Members are in a phone pickup group" -msgstr "Membros estão no grupo phone pickup" +#: plugins/admin/ogroups/tabs_ogroups.inc:163 +#, fuzzy +msgid "System settings" +msgstr "Configurações do usuário" -#: plugins/admin/groups/generic.tpl:146 -msgid "Members are in a nagios group" +#: plugins/admin/ogroups/tabs_ogroups.inc:175 +#: plugins/admin/ogroups/tabs_ogroups.inc:200 +msgid "Recipe" msgstr "" -#: plugins/admin/groups/generic.tpl:173 -msgid "Group members" -msgstr "Membros do grupo" +#: plugins/admin/ogroups/tabs_ogroups.inc:187 +#: plugins/admin/ogroups/tabs_ogroups.inc:209 +msgid "Devices" +msgstr "Dispositivos" -#: plugins/admin/groups/generic.tpl:180 -msgid "In all groups" +#: plugins/admin/ogroups/tabs_ogroups.inc:219 +msgid "Deployment summary" msgstr "" -#: plugins/admin/groups/generic.tpl:183 -msgid "Not in all groups" +#: plugins/admin/ogroups/tabs_ogroups.inc:229 +msgid "Desktop" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:26 -msgid "" -"Manage aspects of groups like members, posix, desktop, samba and mail " -"settings" -msgstr "" +#: plugins/admin/ogroups/tabs_ogroups.inc:246 +msgid "Applications" +msgstr "Aplicações" -#: plugins/admin/groups/class_group.inc:159 -#: plugins/admin/groups/class_group.inc:547 -#: include/class_CopyPasteHandler.inc:119 -#: include/class_CopyPasteHandler.inc:128 -#: include/class_CopyPasteHandler.inc:177 -#: include/class_CopyPasteHandler.inc:186 -#: include/class_CopyPasteHandler.inc:194 include/class_config.inc:155 -#: include/class_config.inc:702 include/class_config.inc:1153 -#: include/class_config.inc:1166 include/class_config.inc:1184 -#: include/functions.inc:802 include/functions.inc:3073 -#: include/functions.inc:3105 include/functions.inc:3118 -#: include/password-methods/class_password-methods-ssha.inc:51 -#: include/password-methods/class_password-methods-sha.inc:48 -#: include/utils/class_timezone.inc:47 include/class_SnapshotHandler.inc:45 -#: include/class_SnapshotHandler.inc:58 include/class_SnapshotHandler.inc:76 -#: include/class_pluglist.inc:98 html/index.php:156 html/index.php:228 -#: html/password.php:86 html/main.php:230 -msgid "Configuration error" -msgstr "Erro de configuração" +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:47 +#: plugins/admin/ogroups/class_ogroupManagement.inc:192 +msgid "Printer" +msgstr "Impressora" -#: plugins/admin/groups/class_group.inc:159 -msgid "Cannot find group SID in your configuration!" +#: plugins/admin/ogroups/objectSelect/class_objectSelect.inc:29 +#, fuzzy +msgid "Object selection" +msgstr "Administração de grupos" + +#: plugins/admin/ogroups/class_ogroup.inc:230 +msgid "You cannot combine terminals and workstations in one object group!" msgstr "" -#: plugins/admin/groups/class_group.inc:311 -msgid "Samba group" -msgstr "Grupo samba" +#: plugins/admin/ogroups/class_ogroup.inc:311 +msgid "too many different objects!" +msgstr "" -#: plugins/admin/groups/class_group.inc:311 -msgid "Domain admins" -msgstr "Administradores do domínio" +#: plugins/admin/ogroups/class_ogroup.inc:313 +msgid "users" +msgstr "Usuários" -#: plugins/admin/groups/class_group.inc:311 -msgid "Domain users" -msgstr "Usuários do domínio" +#: plugins/admin/ogroups/class_ogroup.inc:314 +msgid "groups" +msgstr "Grupos" -#: plugins/admin/groups/class_group.inc:312 -msgid "Domain guests" -msgstr "Convidados do domínio" +#: plugins/admin/ogroups/class_ogroup.inc:315 +msgid "applications" +msgstr "Aplicações" -#: plugins/admin/groups/class_group.inc:317 -#, php-format -msgid "Special group (%d)" -msgstr "" +#: plugins/admin/ogroups/class_ogroup.inc:316 +msgid "departments" +msgstr "Departamentos" -#: plugins/admin/groups/class_group.inc:420 -#, php-format -msgid "Adding UID '%s' to group '%s' failed: cannot find user object!" -msgstr "" +#: plugins/admin/ogroups/class_ogroup.inc:317 +msgid "servers" +msgstr "Servidores" -#: plugins/admin/groups/class_group.inc:426 -#, php-format -msgid "Add UID '%s' to group '%s' failed: UID is used more than once!" +#: plugins/admin/ogroups/class_ogroup.inc:318 +msgid "workstations" +msgstr "Estações de Trabalho" + +#: plugins/admin/ogroups/class_ogroup.inc:319 +msgid "winstations" msgstr "" -#: plugins/admin/groups/class_group.inc:504 -#, fuzzy -msgid "! unknown UID" -msgstr "! id desconhecido" +#: plugins/admin/ogroups/class_ogroup.inc:320 +msgid "terminals" +msgstr "Terminais" -#: plugins/admin/groups/class_group.inc:547 -#, php-format -msgid "Search returned too many results. Not displaying more than %s entries!" -msgstr "" +#: plugins/admin/ogroups/class_ogroup.inc:321 +msgid "phones" +msgstr "Telefones" -#: plugins/admin/groups/class_group.inc:730 -#, php-format -msgid "Cannot find any SID for '%s'!" -msgstr "" +#: plugins/admin/ogroups/class_ogroup.inc:322 +msgid "printers" +msgstr "Impressoras" -#: plugins/admin/groups/class_group.inc:735 -#, php-format -msgid "Cannot find any RIDBASE for '%s'!" -msgstr "" +#: plugins/admin/ogroups/class_ogroup.inc:524 +msgid "Non existing dn:" +msgstr "Dn não existente:" -#: plugins/admin/groups/class_group.inc:832 +#: plugins/admin/ogroups/class_ogroup.inc:642 #, php-format -msgid "The gidNumber '%s' is already in use by %s!" +msgid "" +"These systems are already configured by other object groups and cannot be " +"added:" msgstr "" -#: plugins/admin/groups/class_group.inc:1013 -msgid "Generic group settings" +#: plugins/admin/ogroups/class_ogroup.inc:676 +msgid "You can combine two different object types at maximum, only!" msgstr "" -#: plugins/admin/groups/class_group.inc:1027 -msgid "Samba group type" +#: plugins/admin/ogroups/class_ogroup.inc:821 +msgid "Object group generic" msgstr "" -#: plugins/admin/groups/class_group.inc:1028 -msgid "Samba domain name" +#: plugins/admin/ogroups/class_ogroup.inc:830 +#: plugins/admin/ogroups/class_ogroupManagement.inc:25 +msgid "Object groups" +msgstr "Grupos de objeto" + +#: plugins/admin/ogroups/class_ogroup.inc:836 +msgid "Sytem trust" msgstr "" -#: plugins/admin/groups/class_group.inc:1030 -msgid "Phone pickup group" +#: plugins/admin/ogroups/class_ogroup.inc:837 include/class_acl.inc:278 +msgid "Member" msgstr "" -#: plugins/admin/groups/class_group.inc:1031 -msgid "Nagios group" +#: plugins/admin/ogroups/class_ogroupManagement.inc:26 +msgid "Combine different types of objects to make use of this relationship" msgstr "" -#: plugins/admin/groups/class_group.inc:1033 -msgid "Group member" +#: plugins/admin/ogroups/class_ogroupManagement.inc:182 +msgid "Templates" +msgstr "Modelos" + +#: plugins/admin/ogroups/class_ogroupManagement.inc:185 +msgid "Application" +msgstr "Aplicação" + +#: plugins/admin/ogroups/class_ogroupManagement.inc:190 +msgid "Windows Install" msgstr "" -#: plugins/admin/groups/group-filter.xml:31 +#: plugins/admin/ogroups/paste_generic.tpl:1 #, fuzzy -msgid "Default filter2" -msgstr "Impressora" +msgid "Paste object group" +msgstr "Lista dos grupos" -#: plugins/admin/groups/paste_generic.tpl:1 -msgid "Group settings" +#: plugins/admin/ogroups/paste_generic.tpl:7 +msgid "Please enter the new object group name" msgstr "" -#: plugins/admin/groups/paste_generic.tpl:2 +#: plugins/admin/ogroups/ogroup-list.xml:11 #, fuzzy -msgid "Paste group settings" -msgstr "Configurações do usuário" - -#: plugins/admin/groups/group-list.xml:11 -msgid "List of groups" +msgid "List of object groups" msgstr "Lista dos grupos" -#: plugins/admin/groups/group-list.xml:138 +#: plugins/admin/ogroups/ogroup-list.xml:142 #, fuzzy -msgid "Edit group" +msgid "Edit object group" msgstr "Lista dos grupos" -#: plugins/admin/groups/group-list.xml:151 +#: plugins/admin/ogroups/ogroup-list.xml:155 #, fuzzy -msgid "Remove group" +msgid "Remove object group" msgstr "Remover foto" -#: plugins/admin/departments/class_domain.inc:81 -#: plugins/admin/departments/class_domain.inc:82 -#: plugins/admin/departments/class_departmentManagement.inc:202 -#: plugins/admin/departments/class_dcObject.inc:81 -#: plugins/admin/departments/class_dcObject.inc:82 -msgid "Domain Component" +#: plugins/addons/propertyEditor/property-list.tpl:3 +#, fuzzy +msgid "Warning message" +msgstr "Atenção" + +#: plugins/addons/propertyEditor/property-list.tpl:9 +msgid "" +"Modifying properties may break your setup, destroy or mess up your LDAP " +"database, lead to security holes or it can even make a login impossible!" msgstr "" -#: plugins/admin/departments/class_domain.inc:94 -#: plugins/admin/departments/generic.tpl:132 -#: plugins/admin/departments/organization.tpl:132 -#: plugins/admin/departments/class_localityGeneric.inc:95 -#: plugins/admin/departments/locality.tpl:67 -#: plugins/admin/departments/class_department.inc:680 -#: plugins/admin/departments/dcObject.tpl:67 -#: plugins/admin/departments/domain.tpl:67 -#: plugins/admin/departments/country.tpl:68 -#: plugins/admin/departments/class_countryGeneric.inc:95 -#: plugins/admin/departments/class_organizationGeneric.inc:135 -#: plugins/admin/departments/class_dcObject.inc:94 -msgid "Administrative settings" +#: plugins/addons/propertyEditor/property-list.tpl:10 +msgid "" +"Since configuration properties are stored in the LDAP database a copy/backup " +"can be handy." msgstr "" -#: plugins/admin/departments/generic.tpl:4 -#: plugins/admin/departments/dep-filter.xml:35 -#, fuzzy -msgid "Organizational Unit" -msgstr "Organização" +#: plugins/addons/propertyEditor/property-list.tpl:14 +msgid "" +"If you've debarred yourself, you can try to set 'ignoreLdapProperties' to " +"'true' in your gosa.conf main section. This will make GOsa ignore LDAP based " +"property values." +msgstr "" -#: plugins/admin/departments/generic.tpl:11 -msgid "Name of department" +#: plugins/addons/propertyEditor/property-list.tpl:22 +msgid "" +"I understand that there are certain risks, but I want to modify properties!" msgstr "" -#: plugins/admin/departments/generic.tpl:14 -msgid "Name of subtree to create" +#: plugins/addons/propertyEditor/property-list.tpl:38 +msgid "Ignoring LDAP defined properties!" msgstr "" -#: plugins/admin/departments/generic.tpl:22 -#, fuzzy -msgid "Descriptive text for department" -msgstr "Exibir sistemas do departamento" +#: plugins/addons/propertyEditor/property-list.tpl:77 +msgid "Undo" +msgstr "" -#: plugins/admin/departments/generic.tpl:27 -#: plugins/admin/departments/organization.tpl:27 -#: plugins/admin/departments/class_department.inc:670 -#: plugins/admin/departments/class_organizationGeneric.inc:124 -#: plugins/admin/acl/class_aclRole.inc:165 include/class_userFilter.inc:55 -msgid "Category" +#: plugins/addons/propertyEditor/class_commandVerifier.inc:56 +msgid "Results" msgstr "" -#: plugins/admin/departments/generic.tpl:30 -#: plugins/admin/departments/organization.tpl:30 -msgid "Category for this subtree" +#: plugins/addons/propertyEditor/commandVerifier.tpl:1 +msgid "Command verifier" msgstr "" -#: plugins/admin/departments/generic.tpl:90 -#: plugins/admin/departments/organization.tpl:89 -msgid "State where this subtree is located" +#: plugins/addons/propertyEditor/commandVerifier.tpl:3 +msgid "" +"Here you can execute commands in the way GOsa does and check the generated " +"results or errors. This can be very usefull especially for the post events " +"(postcreate, postmodify and postremove) due to the fact that these hook are " +"executed silently." msgstr "" -#: plugins/admin/departments/generic.tpl:98 -#: plugins/admin/departments/organization.tpl:97 -msgid "Location of this subtree" +#: plugins/addons/propertyEditor/commandVerifier.tpl:8 +msgid "" +"Please be carefull here, all commands will really be executed on your " +"machine and may break things!" msgstr "" -#: plugins/admin/departments/generic.tpl:106 -#: plugins/admin/departments/organization.tpl:105 -msgid "Postal address of this subtree" +#: plugins/addons/propertyEditor/commandVerifier.tpl:15 +msgid "The command to check for" +msgstr "" + +#: plugins/addons/propertyEditor/commandVerifier.tpl:17 +msgid "Test" msgstr "" -#: plugins/admin/departments/generic.tpl:113 -#: plugins/admin/departments/organization.tpl:112 -msgid "Base telephone number of this subtree" -msgstr "" +#: plugins/addons/propertyEditor/property-filter.xml:15 +#, fuzzy +msgid "Effective properties" +msgstr "Editar propriedades gerais" + +#: plugins/addons/propertyEditor/property-filter.xml:29 +#, fuzzy +msgid "Modified properties" +msgstr "Editar propriedades gerais" + +#: plugins/addons/propertyEditor/property-filter.xml:43 +#, fuzzy +msgid "All properties" +msgstr "Editar propriedades gerais" + +#: plugins/addons/propertyEditor/property-filter.xml:57 +#, fuzzy +msgid "LDAP properties" +msgstr "Propriedades" + +#: plugins/addons/propertyEditor/property-filter.xml:71 +#, fuzzy +msgid "Search for property groups" +msgstr "Grupo primário" + +#: plugins/addons/propertyEditor/property-list.xml:11 +#, fuzzy +msgid "List of configuration settings" +msgstr "Configurações do usuário" -#: plugins/admin/departments/generic.tpl:121 -#: plugins/admin/departments/organization.tpl:120 -msgid "Base facsimile telephone number of this subtree" -msgstr "" +#: plugins/addons/propertyEditor/property-list.xml:15 +#, fuzzy +msgid "Property not used" +msgstr "Grupo do usuário" -#: plugins/admin/departments/generic.tpl:135 -#: plugins/admin/departments/organization.tpl:135 -#: plugins/admin/departments/locality.tpl:70 -#: plugins/admin/departments/dcObject.tpl:70 -#: plugins/admin/departments/domain.tpl:70 -#: plugins/admin/departments/country.tpl:71 -msgid "Tag department as an independent administrative unit" -msgstr "" +#: plugins/addons/propertyEditor/property-list.xml:23 +#, fuzzy +msgid "Property will be restored" +msgstr "Esse objeto será apagado!" -#: plugins/admin/departments/organization.tpl:11 -msgid "Name of organization" +#: plugins/addons/propertyEditor/property-list.xml:31 +msgid "Modified property" msgstr "" -#: plugins/admin/departments/organization.tpl:14 -msgid "Name of organization to create" +#: plugins/addons/propertyEditor/property-list.xml:39 +msgid "Property configured in LDAP" msgstr "" -#: plugins/admin/departments/organization.tpl:22 -#: plugins/admin/departments/locality.tpl:22 -#: plugins/admin/departments/dcObject.tpl:22 -#: plugins/admin/departments/domain.tpl:22 -#: plugins/admin/departments/country.tpl:22 -msgid "Descriptive text for department" +#: plugins/addons/propertyEditor/property-list.xml:47 +msgid "Property configured in config file" msgstr "" -#: plugins/admin/departments/dep-list.xml:11 +#: plugins/addons/propertyEditor/property-list.xml:72 #, fuzzy -msgid "List of structural objects" -msgstr "Lista dos grupos" +msgid "Class" +msgstr "Fechar" -#: plugins/admin/departments/dep-list.xml:15 -#: plugins/admin/departments/dep-list.xml:103 -#: plugins/admin/departments/class_departmentManagement.inc:190 -#: plugins/admin/departments/domain.tpl:5 -#: plugins/admin/departments/dep-filter.xml:105 +#: plugins/addons/propertyEditor/property-list.xml:88 #, fuzzy -msgid "Domain" -msgstr "no domínio" +msgid "Value" +msgstr "masculino" -#: plugins/admin/departments/dep-list.xml:23 -#: plugins/admin/departments/dep-list.xml:110 -#: plugins/admin/departments/dcObject.tpl:5 -#: plugins/admin/departments/dep-filter.xml:77 -#, fuzzy -msgid "Domain component" -msgstr "Administradores do domínio" +#: plugins/addons/propertyEditor/property-list.xml:124 +msgid "Restore to default" +msgstr "" -#: plugins/admin/departments/dep-list.xml:31 -#: plugins/admin/departments/dep-list.xml:117 -#: plugins/admin/departments/class_departmentManagement.inc:214 -#: plugins/admin/departments/country.tpl:5 -#: plugins/admin/departments/dep-filter.xml:49 -#: plugins/admin/departments/class_countryGeneric.inc:82 -#: plugins/admin/departments/class_countryGeneric.inc:83 -msgid "Country" -msgstr "País" +#: plugins/addons/propertyEditor/class_propertyEditor.inc:6 +#, fuzzy +msgid "Preferences" +msgstr "Referências" -#: plugins/admin/departments/dep-list.xml:39 -#: plugins/admin/departments/dep-list.xml:124 -#: plugins/admin/departments/class_localityGeneric.inc:82 -#: plugins/admin/departments/class_localityGeneric.inc:83 -#: plugins/admin/departments/locality.tpl:5 -#: plugins/admin/departments/class_departmentManagement.inc:226 -#: plugins/admin/departments/dep-filter.xml:63 -msgid "Locality" +#: plugins/addons/propertyEditor/class_propertyEditor.inc:7 +msgid "" +"Configure global and special GOsa settings like hooks and plugin parameters" msgstr "" -#: plugins/admin/departments/locality.tpl:11 -#: plugins/admin/departments/dcObject.tpl:11 -msgid "Locality name" +#: plugins/addons/propertyEditor/class_propertyEditor.inc:206 +#, fuzzy +msgid "No description" +msgstr "Descrição" + +#: plugins/addons/propertyEditor/class_propertyEditor.inc:230 +msgid "FALSE" msgstr "" -#: plugins/admin/departments/locality.tpl:14 -#: plugins/admin/departments/dcObject.tpl:14 -msgid "Name of locality to create" +#: plugins/addons/propertyEditor/class_propertyEditor.inc:231 +msgid "TRUE" msgstr "" -#: plugins/admin/departments/class_department.inc:439 -#: include/functions.inc:447 include/utils/class_xml.inc:43 -#: html/password.php:59 html/main.php:149 -msgid "Fatal error" +#: plugins/addons/propertyEditor/class_propertyEditor.inc:251 +msgid "Test the given command." msgstr "" -#: plugins/admin/departments/class_department.inc:439 -msgid "Cannot find an unused tag for this administrative unit!" +#: plugins/addons/propertyEditor/migrate.tpl:3 +msgid "Property migration assistent" msgstr "" -#: plugins/admin/departments/class_department.inc:507 -#, php-format -msgid "Tagging '%s'." +#: plugins/addons/propertyEditor/migrate.tpl:3 +msgid "Migration steps left" msgstr "" -#: plugins/admin/departments/class_department.inc:588 +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:31 #, php-format -msgid "Moving '%s' to '%s'" +msgid "Migration of property '%s'" msgstr "" -#: plugins/admin/departments/class_department.inc:629 +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:34 #, php-format -msgid "FAILED to copy %s, aborting operation" +msgid "GOsa has detected objects outside of the configured storage point (%s)." msgstr "" -#: plugins/admin/departments/class_department.inc:660 -#: plugins/admin/departments/class_department.inc:665 -msgid "Departments" -msgstr "Departamentos" - -#: plugins/admin/departments/class_department.inc:668 -msgid "Department name" -msgstr "Nome do departamento" +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:161 +#, fuzzy +msgid "Objects that will be added" +msgstr "Esse objeto será apagado!" -#: plugins/admin/departments/class_department.inc:676 -msgid "Telephone" +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:169 +msgid "Objects that will be moved" msgstr "" -#: plugins/admin/departments/class_department.inc:731 +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:177 #, php-format -msgid "Object '%s' is already tagged" +msgid "Moving object '%s' to '%s'" msgstr "" -#: plugins/admin/departments/class_department.inc:738 +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:204 #, php-format -msgid "Adding tag (%s) to object '%s'" +msgid "Migration failed for object %s, dn already exists!" msgstr "" -#: plugins/admin/departments/class_department.inc:770 +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:208 #, php-format -msgid "Removing tag from object '%s'" +msgid "Migration failed for object %s, please check if it already exists!" msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:25 -#, fuzzy -msgid "Directory structure" -msgstr "Diretório" +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:105 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:327 +msgid "Labeled URI" +msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:26 -msgid "" -"Manage organizations, organizational units, localities, countries and more" +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:119 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:121 +#: plugins/addons/dyngroup/dyngroup.tpl:7 +msgid "Attribute" msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:122 -msgid "" -"As soon as the tag operation has finished, you can scroll down to end of the " -"page and press the 'Continue' button to continue with the department " -"management dialog." +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:128 +msgid "Surrounding brakets are required!" msgstr "" -#: plugins/admin/departments/dep_iframe.tpl:1 -msgid "Processing the requested operation" +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:136 +#, php-format +msgid "The given filter '%s' for entry %s seems to be invalid!" msgstr "" -#: plugins/admin/departments/dep_iframe.tpl:7 -msgid "" -"Your browser doesn't support iframes, please use this link to perform the " -"requested operation." +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:166 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:168 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:319 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:320 +msgid "Dynamic object" msgstr "" -#: plugins/admin/departments/domain.tpl:11 +#: plugins/addons/dyngroup/dyngroup.tpl:1 #, fuzzy -msgid "Domain name" -msgstr "Administradores do domínio" +msgid "List of dynamic rules" +msgstr "Lista dos departamentos" -#: plugins/admin/departments/domain.tpl:14 -msgid "Name of domain to create" +#: plugins/addons/dyngroup/dyngroup.tpl:3 +msgid "Labeled URI definitions" msgstr "" -#: plugins/admin/departments/country.tpl:11 -#: plugins/admin/departments/class_countryGeneric.inc:91 -msgid "Country name" +#: plugins/addons/dyngroup/dyngroup.tpl:6 +msgid "Scope" msgstr "" -#: plugins/admin/departments/country.tpl:14 -msgid "Name of country to create" -msgstr "" +#: include/class_CopyPasteHandler.inc:118 +#: include/class_CopyPasteHandler.inc:127 +#: include/class_CopyPasteHandler.inc:159 +#: include/class_CopyPasteHandler.inc:176 +#: include/class_CopyPasteHandler.inc:185 +#: include/class_CopyPasteHandler.inc:193 +#: include/class_CopyPasteHandler.inc:273 +#, php-format +msgid "Copy and paste failed!" +msgstr "Falha em copiar e colar!" -#: plugins/admin/departments/dep_move_confirm.tpl:2 -msgid "You are currently moving/renaming this department." -msgstr "" +#: include/class_CopyPasteHandler.inc:118 +#, fuzzy, php-format +msgid "Cannot set permission for %s" +msgstr "Não foi possível atribuir permissão para '%s'" -#: plugins/admin/departments/dep_move_confirm.tpl:6 -msgid "" -"Modifying a departments naming attribute 'ou' or base may corrupt acls and " -"snapshot entries for all entire objects." -msgstr "" +#: include/class_CopyPasteHandler.inc:159 +#, php-format +msgid "'%s' is no vaild LDAP object" +msgstr "'%s' não é um objeto LDAP válido" -#: plugins/admin/departments/dep_move_confirm.tpl:9 -msgid "GOsa can NOT fix this for you, yet." -msgstr "" +#: include/class_CopyPasteHandler.inc:176 +#, php-format +msgid "No write permission in '%s'" +msgstr "Sem permissão de escrita em '%s'" -#: plugins/admin/departments/dep_move_confirm.tpl:12 -msgid "" -"Before you confirm this action, ensure that everything will be as expected, " -"possibly the best solution is a backup." -msgstr "" +#: include/class_CopyPasteHandler.inc:193 +#, php-format +msgid "Cannot set permission for '%s'" +msgstr "Não foi possível atribuir permissão para '%s'" -#: plugins/admin/departments/class_organizationGeneric.inc:122 -msgid "Organization name" -msgstr "" +#: include/class_CopyPasteHandler.inc:396 +#, php-format +msgid "These objects will be pasted: %s" +msgstr "Estes objetos serão colados: %s" -#: plugins/admin/departments/class_organizationGeneric.inc:132 -msgid "Phone number" -msgstr "" +#: include/class_CopyPasteHandler.inc:420 +#, php-format +msgid "This object will be pasted: %s" +msgstr "Esse objeto será colado: %s" -#: plugins/admin/acl/class_aclManagement.inc:25 include/class_acl.inc:27 -msgid "Access control" -msgstr "Controle de acesso" +#: include/class_CopyPasteHandler.inc:570 include/class_listing.inc:1458 +#: include/class_listing.inc:1460 +msgid "Paste" +msgstr "Colar" -#: plugins/admin/acl/class_aclManagement.inc:26 -msgid "" -"Control access to GOsa managed objects down to attribute and action level" -msgstr "" +#: include/class_CopyPasteHandler.inc:572 +msgid "Cannot paste" +msgstr "Impossível colar" -#: plugins/admin/acl/class_aclManagement.inc:154 -#: plugins/admin/acl/acl-filter.xml:48 -msgid "ACL Assignment" -msgstr "" +#: include/class_config.inc:159 +#, php-format +msgid "XML error in gosa.conf: %s at line %d" +msgstr "Erro de XML no gosa.conf: %s na linha %d" -#: plugins/admin/acl/acl-list.xml:11 -msgid "List of acls" +#: include/class_config.inc:337 +msgid "Cannot bind to LDAP!" msgstr "" -#: plugins/admin/acl/acl-list.xml:15 -msgid "Acl" +#: include/class_config.inc:678 +msgid "sambaSID and/or sambaRidBase missing in the configuration!" +msgstr "sambaSID e/ou sambaRidBase não configurado!" + +#: include/class_config.inc:1097 +msgid "Configuration" +msgstr "Configuração" + +#: include/class_config.inc:1097 +#, fuzzy +msgid "" +"The configuration file you are using is outdated. Please move the GOsa " +"configuration file away to run the GOsa setup again." msgstr "" +"O arquivo de configuração do GOsa parece estar desatualizador. Por favor, " +"remova-o e execute o configurador novamente." -#: plugins/admin/acl/tabs_acl_role.inc:28 plugins/admin/acl/acl-filter.xml:33 -msgid "ACL Templates" +#: include/class_config.inc:1139 include/class_config.inc:1170 +#, php-format +msgid "" +"The snapshot functionality is enabled, but the required variable %s is not " +"set." msgstr "" -#: plugins/admin/acl/class_aclRole.inc:26 -#: plugins/admin/acl/class_aclRole.inc:717 -msgid "Access control roles" +#: include/class_config.inc:1152 +#, php-format +msgid "" +"The snapshot functionality is enabled, but the required compression module " +"is missing. Please install %s." msgstr "" -#: plugins/admin/acl/class_aclRole.inc:27 -msgid "Edit AC roles" +#: include/class_socketClient.inc:108 +#, fuzzy, php-format +msgid "Socket connection to %s:%s failed: %s" +msgstr "A conexão com o host '%s:%s' falhou: %s" + +#: include/class_socketClient.inc:191 +#, fuzzy, php-format +msgid "Socket timeout of %s seconds reached!" +msgstr "Alcançado o limite de tempo de %s segundos para a conexão." + +#: include/class_multi_plug.inc:362 +msgid "You are currently editing mutliple entries." msgstr "" -#: plugins/admin/acl/class_aclRole.inc:130 include/class_acl.inc:219 -msgid "All categories" -msgstr "Todas as categorias" +#: include/class_multi_plug.inc:391 +#, fuzzy +msgid "Reset password" +msgstr "Definir a senha" -#: plugins/admin/acl/class_aclRole.inc:137 -msgid "Reset ACL" +#: include/class_multi_plug.inc:391 +msgid "The user password has been reset. Please set a new password!" msgstr "" -#: plugins/admin/acl/class_aclRole.inc:138 include/class_acl.inc:228 -msgid "One level" -msgstr "Um nível" +#: include/class_sortableListing.inc:221 +msgid "Sortable list" +msgstr "" -#: plugins/admin/acl/class_aclRole.inc:139 include/class_acl.inc:229 -#: include/class_acl.inc:234 -msgid "Current object" -msgstr "Objeto atual" +#: include/class_sortableListing.inc:226 +msgid "Edit this entry" +msgstr "Editar esta entrada" -#: plugins/admin/acl/class_aclRole.inc:140 include/class_acl.inc:230 -msgid "Complete subtree" -msgstr "Subárvore completa" +#: include/class_sortableListing.inc:231 +msgid "Delete this entry" +msgstr "Deletar esta entrada" -#: plugins/admin/acl/class_aclRole.inc:141 include/class_acl.inc:231 -msgid "Complete subtree (permanent)" -msgstr "Subárvore completa (permanente)" +#: include/class_sortableListing.inc:261 include/class_listing.inc:257 +msgid "Sort ascending" +msgstr "" -#: plugins/admin/acl/class_aclRole.inc:181 -#: plugins/admin/acl/class_aclRole.inc:727 include/class_acl.inc:279 -msgid "Permissions" +#: include/class_sortableListing.inc:261 include/class_listing.inc:257 +msgid "Sort descending" msgstr "" -#: plugins/admin/acl/class_aclRole.inc:181 include/class_acl.inc:279 -#: include/php_setup.inc:191 -msgid "Type" -msgstr "Tipo" +#: include/class_jsonRPC.inc:180 +#, fuzzy, php-format +msgid "Unknown HTTP status code '%s'!" +msgstr "Tipo de ACL desconhecida '%s'!" -#: plugins/admin/acl/class_aclRole.inc:410 -msgid "No ACL settings for this category" +#: include/functions.inc:128 +#, php-format +msgid "Fatal error: no class locations defined - please run %s to fix this" msgstr "" -#: plugins/admin/acl/class_aclRole.inc:412 +#: include/functions.inc:135 #, php-format -msgid "ACL for these objects: %s" +msgid "Fatal error: cannot instantiate class %s - try running %s to fix this" msgstr "" -#: plugins/admin/acl/class_aclRole.inc:417 -msgid "Edit category ACL" +#: include/functions.inc:460 +#, fuzzy, php-format +msgid "Error while connecting to LDAP: %s" +msgstr "enquanto executava no LDAP server %s" + +#: include/functions.inc:531 include/functions.inc:617 +msgid "User ID is not unique!" msgstr "" -#: plugins/admin/acl/class_aclRole.inc:420 -#, fuzzy -msgid "Delete category ACL" -msgstr "Categoria ACL" +#: include/functions.inc:804 include/functions.inc:922 +msgid "Error while locking entry!" +msgstr "" -#: plugins/admin/acl/class_aclRole.inc:441 +#: include/functions.inc:814 #, php-format -msgid "Edit ACL for '%s', scope is '%s'" +msgid "Cannot store lock information in LDAP!" msgstr "" -#: plugins/admin/acl/class_aclRole.inc:451 include/class_acl.inc:644 -msgid "All objects in current subtree" -msgstr "Todos os objetos na subárvore atual" +#: include/functions.inc:814 +#, fuzzy, php-format +msgid "Error: %s" +msgstr "Erro" -#: plugins/admin/acl/class_aclRole.inc:637 -msgid "Object in use" +#: include/functions.inc:1244 +#, php-format +msgid "The current size limit of %d entries is exceeded!" msgstr "" -#: plugins/admin/acl/class_aclRole.inc:637 +#: include/functions.inc:1246 #, php-format -msgid "This role cannot be removed while it is in use by these objects:" +msgid "Set the size limit to %s" msgstr "" -#: plugins/admin/acl/class_aclRole.inc:753 plugins/admin/acl/tabs_acl.inc:28 -#: include/class_acl.inc:1279 include/class_acl.inc:1280 -#: include/class_acl.inc:1285 include/class_tabs.inc:374 -msgid "ACL" -msgstr "ACL" +#: include/functions.inc:1263 +#, fuzzy +msgid "list is incomplete" +msgstr "Operação finalizada" -#: plugins/admin/acl/paste_role.tpl:1 -msgid "Paste acl-role" +#: include/functions.inc:1611 +msgid "Continue anyway" msgstr "" -#: plugins/admin/ogroups/generic.tpl:10 -msgid "Name of the group" +#: include/functions.inc:1613 +msgid "Edit anyway" +msgstr "Editar mesmo assim" + +#: include/functions.inc:1616 +msgid "These entries are currently locked:" msgstr "" -#: plugins/admin/ogroups/generic.tpl:41 -msgid "Member objects" +#: include/functions.inc:1856 +msgid "Entries per page" msgstr "" -#: plugins/admin/ogroups/tabs_ogroups.inc:133 -msgid "Phone queue" -msgstr "Fila de Telefone" +#: include/functions.inc:2207 +#, fuzzy, php-format +msgid "GOsa %s" +msgstr "GOsa" -#: plugins/admin/ogroups/tabs_ogroups.inc:160 -msgid "Systems" -msgstr "Sistemas" +#: include/functions.inc:2214 +#, php-format +msgid "GOsa %s snapshot (Rev %s)" +msgstr "" -#: plugins/admin/ogroups/tabs_ogroups.inc:171 -#: plugins/admin/ogroups/tabs_ogroups.inc:194 -msgid "Startup" -msgstr "Início" +#: include/functions.inc:2219 +#, php-format +msgid "GOsa development snapshot (Rev %s)" +msgstr "" -#: plugins/admin/ogroups/tabs_ogroups.inc:182 -#: plugins/admin/ogroups/tabs_ogroups.inc:203 -msgid "Devices" -msgstr "Dispositivos" +#: include/functions.inc:2315 +#, fuzzy, php-format +msgid "File %s cannot be deleted!" +msgstr "Esse objeto '%s' será apagado!" -#: plugins/admin/ogroups/tabs_ogroups.inc:213 -msgid "FAI summary" -msgstr "Sumário FAI" +#: include/functions.inc:2349 include/functions.inc:2369 +msgid "Cannot write revision file!" +msgstr "" -#: plugins/admin/ogroups/tabs_ogroups.inc:241 -msgid "Applications" -msgstr "Aplicações" +#: include/functions.inc:2640 include/functions.inc:2644 +#: include/functions.inc:2650 +msgid "'baseIdHook' is not available. Using default base!" +msgstr "" -#: plugins/admin/ogroups/objectSelect/class_objectSelect.inc:29 -#, fuzzy -msgid "Object selection" -msgstr "Administração de grupos" +#: include/functions.inc:2674 +msgid "" +"Cannot read schema information from LDAP. Schema validation is not possible!" +msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:200 -msgid "You cannot combine terminals and workstations in one object group!" +#: include/functions.inc:2700 +msgid "This class is used to make users appear in GOsa." msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:302 -msgid "too many different objects!" +#: include/functions.inc:2707 +msgid "" +"This class is used to lock entries in order to prevent multiple edits at a " +"time." msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:304 -msgid "users" -msgstr "Usuários" +#: include/functions.inc:2752 +#, php-format +msgid "Required object class %s is missing!" +msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:305 -msgid "groups" -msgstr "Grupos" +#: include/functions.inc:2755 +#, php-format +msgid "Optional object class %s is missing!" +msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:306 -msgid "applications" -msgstr "Aplicações" +#: include/functions.inc:2760 +#, php-format +msgid "Wrong version of required object class %s (!=%s) detected!" +msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:307 -msgid "departments" -msgstr "Departamentos" +#: include/functions.inc:2763 +#, php-format +msgid "Class available" +msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:308 -msgid "servers" -msgstr "Servidores" +#: include/functions.inc:2785 +msgid "" +"RFC 2307bis group schema is enabled, but the current LDAP configuration does " +"not support it!" +msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:309 -msgid "workstations" -msgstr "Estações de Trabalho" +#: include/functions.inc:2786 +msgid "" +"To use RFC 2307bis groups, the objectClass 'posixGroup' must be AUXILIARY." +msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:310 -msgid "winstations" +#: include/functions.inc:2790 +msgid "" +"RFC 2307bis group schema is disabled, but the current LDAP configuration " +"supports it!" msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:311 -msgid "terminals" -msgstr "Terminais" +#: include/functions.inc:2791 +msgid "To correct this, the objectClass 'posixGroup' must be STRUCTURAL." +msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:312 -msgid "phones" -msgstr "Telefones" +#: include/functions.inc:2816 +msgid "German" +msgstr "Alemão" -#: plugins/admin/ogroups/class_ogroup.inc:313 -msgid "printers" -msgstr "Impressoras" +#: include/functions.inc:2817 +msgid "French" +msgstr "Francês" -#: plugins/admin/ogroups/class_ogroup.inc:500 -msgid "Non existing dn:" -msgstr "Dn não existente:" +#: include/functions.inc:2818 +msgid "Italian" +msgstr "Italiano" -#: plugins/admin/ogroups/class_ogroup.inc:657 -#, php-format -msgid "" -"These systems are already configured by other object groups and cannot be " -"added:" +#: include/functions.inc:2819 +msgid "Spanish" +msgstr "Espanhol" + +#: include/functions.inc:2820 +msgid "English" +msgstr "Inglês" + +#: include/functions.inc:2821 +msgid "Dutch" +msgstr "Holandês" + +#: include/functions.inc:2822 +msgid "Polish" +msgstr "Polonês" + +#: include/functions.inc:2823 +msgid "Brazilian Portuguese" msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:691 -msgid "You can combine two different object types at maximum, only!" +#: include/functions.inc:2825 +msgid "Chinese" msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:841 -msgid "Object group generic" +#: include/functions.inc:2826 +msgid "Vietnamese" msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:846 -#: plugins/admin/ogroups/class_ogroupManagement.inc:25 -msgid "Object groups" -msgstr "Grupos de objeto" +#: include/functions.inc:2827 +msgid "Russian" +msgstr "Russo" -#: plugins/admin/ogroups/class_ogroup.inc:852 -msgid "Sytem trust" +#: include/functions.inc:3022 +#, fuzzy, php-format +msgid "" +"Command %s specified as post modify action for plugin %s does not exist!" +msgstr "O comando especificado como %s, relativo ao plugin '%s', não existe!" + +#: include/functions.inc:3066 +msgid "Cannot generate SAMBA hash!" msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:853 include/class_acl.inc:279 -msgid "Member" +#: include/functions.inc:3079 +#, php-format +msgid "Generating SAMBA hash by running %s failed: check %s!" msgstr "" -#: plugins/admin/ogroups/class_ogroupManagement.inc:26 -msgid "Combine different types of objects to make use of this relationship" +#: include/functions.inc:3357 include/functions.inc:3371 +#: include/functions.inc:3409 include/functions.inc:3421 +#: include/functions.inc:3425 include/functions.inc:3440 +#: include/functions.inc:3449 +msgid "Cannot allocate free ID:" msgstr "" -#: plugins/admin/ogroups/class_ogroupManagement.inc:182 -msgid "Templates" -msgstr "Modelos" +#: include/functions.inc:3357 +msgid "unknown idAllocation method!" +msgstr "" -#: plugins/admin/ogroups/class_ogroupManagement.inc:190 -msgid "Windows Install" +#: include/functions.inc:3371 +#, php-format +msgid "%sPoolMin >= %sPoolMax!" msgstr "" -#: plugins/admin/ogroups/paste_generic.tpl:1 -#, fuzzy -msgid "Paste object group" -msgstr "Lista dos grupos" +#: include/functions.inc:3401 +msgid "Cannot create sambaUnixIdPool entry!" +msgstr "" -#: plugins/admin/ogroups/paste_generic.tpl:7 -msgid "Please enter the new object group name" +#: include/functions.inc:3409 +msgid "sambaUnixIdPool is not unique!" msgstr "" -#: plugins/admin/ogroups/ogroup-list.xml:11 -#, fuzzy -msgid "List of object groups" -msgstr "Lista dos grupos" +#: include/functions.inc:3421 include/functions.inc:3425 +msgid "no ID available!" +msgstr "" -#: plugins/admin/ogroups/ogroup-list.xml:142 -#, fuzzy -msgid "Edit object group" -msgstr "Lista dos grupos" +#: include/functions.inc:3449 +msgid "maximum number of tries exceeded!" +msgstr "" -#: plugins/admin/ogroups/ogroup-list.xml:155 -#, fuzzy -msgid "Remove object group" -msgstr "Remover foto" +#: include/functions.inc:3509 +msgid "Cannot allocate free ID!" +msgstr "" -#: include/class_CopyPasteHandler.inc:118 -#: include/class_CopyPasteHandler.inc:127 -#: include/class_CopyPasteHandler.inc:159 -#: include/class_CopyPasteHandler.inc:176 -#: include/class_CopyPasteHandler.inc:185 -#: include/class_CopyPasteHandler.inc:193 -#: include/class_CopyPasteHandler.inc:273 -#, php-format -msgid "Copy and paste failed!" -msgstr "Falha em copiar e colar!" +#: include/password-methods/class_password-methods.inc:277 +msgid "Cannot find a suitable password method for the current hash!" +msgstr "" -#: include/class_CopyPasteHandler.inc:118 -#: include/class_CopyPasteHandler.inc:193 -#, php-format -msgid "Cannot set permission for '%s'" -msgstr "Não foi possível atribuir permissão para '%s'" +#: include/class_msg_dialog.inc:124 +msgid "Please fix the above error and reload the page." +msgstr "" -#: include/class_CopyPasteHandler.inc:159 +#: include/class_log.inc:87 #, php-format -msgid "'%s' is no vaild LDAP object" -msgstr "'%s' não é um objeto LDAP válido" - -#: include/class_CopyPasteHandler.inc:160 -#: include/class_CopyPasteHandler.inc:274 include/functions.inc:605 -#: include/functions.inc:792 include/functions.inc:910 -#: include/functions.inc:1308 include/functions.inc:2365 -#: include/functions.inc:2399 include/functions.inc:2419 -#: include/class_log.inc:87 include/class_acl.inc:974 -#: include/class_ldap.inc:693 include/class_ldap.inc:744 -#: include/class_session.inc:76 include/class_session.inc:101 -#: include/class_session.inc:127 -msgid "Internal error" -msgstr "Erro interno" +msgid "Logging failed: %s" +msgstr "" -#: include/class_CopyPasteHandler.inc:176 +#: include/class_log.inc:102 #, php-format -msgid "No write permission in '%s'" -msgstr "Sem permissão de escrita em '%s'" +msgid "Invalid option %s specified!" +msgstr "" -#: include/class_CopyPasteHandler.inc:394 -#, php-format -msgid "These objects will be pasted: %s" -msgstr "Estes objetos serão colados: %s" +#: include/class_log.inc:106 +msgid "Specified 'objectType' is empty or invalid!" +msgstr "" -#: include/class_CopyPasteHandler.inc:418 -#, php-format -msgid "This object will be pasted: %s" -msgstr "Esse objeto será colado: %s" +#: include/class_baseSelector.inc:186 include/class_listing.inc:1050 +#: include/class_listing.inc:1052 include/class_releaseSelector.inc:187 +msgid "Root" +msgstr "Raiz" -#: include/class_CopyPasteHandler.inc:514 include/class_listing.inc:1411 -#: include/class_listing.inc:1413 include/class_plugin.inc:1971 -#: include/class_plugin.inc:1974 -msgid "Paste" -msgstr "Colar" +#: include/class_baseSelector.inc:233 include/class_releaseSelector.inc:235 +msgid "Submit" +msgstr "Submeter" -#: include/class_CopyPasteHandler.inc:516 -msgid "Cannot paste" -msgstr "Impossível colar" +#: include/class_core.inc:114 +#, fuzzy +msgid "All objects" +msgstr "Mover objetos" -#: include/class_config.inc:152 -#, php-format -msgid "XML error in gosa.conf: %s at line %d" -msgstr "Erro de XML no gosa.conf: %s na linha %d" +#: include/class_core.inc:132 +#, fuzzy +msgid "Traditional" +msgstr "Organização" -#: include/class_config.inc:325 -msgid "Cannot bind to LDAP. Please contact the system administrator." +#: include/class_core.inc:132 +msgid "Use samba pool" msgstr "" -"Não foi possível realizar bind para o LDAP. Por favor, contacte o " -"administrador do sistema." -#: include/class_config.inc:702 -msgid "sambaSID and/or sambaRidBase missing in the configuration!" -msgstr "sambaSID e/ou sambaRidBase não configurado!" +#: include/class_core.inc:164 include/class_core.inc:167 +#, fuzzy +msgid "hours" +msgstr "Telefones" -#: include/class_config.inc:1112 -msgid "Configuration" -msgstr "Configuração" +#: include/class_core.inc:176 +#, fuzzy +msgid "None" +msgstr "nenhum" + +#: include/class_core.inc:192 +#, fuzzy +msgid "User value" +msgstr "Nome do usuário" + +#: include/class_core.inc:201 +#, fuzzy +msgid "Core" +msgstr "Fechar" -#: include/class_config.inc:1112 -msgid "" -"The configuration file you are using seems to be outdated. Please move the " -"GOsa configuration file away to run the GOsa setup again." +#: include/class_core.inc:202 +msgid "GOsa core plugin" msgstr "" -"O arquivo de configuração do GOsa parece estar desatualizador. Por favor, " -"remova-o e execute o configurador novamente." -#: include/class_config.inc:1154 include/class_config.inc:1185 -#: include/class_SnapshotHandler.inc:46 include/class_SnapshotHandler.inc:77 -#, php-format +#: include/class_core.inc:230 msgid "" -"The snapshot functionality is enabled, but the required variable '%s' is not " -"set." +"The 'htaccessAuthentication' variable tells GOsa to use either htaccess " +"authentication or LDAP authentication. This can be used if you want to use i." +"e. kerberos to authenticate the users." msgstr "" -#: include/class_config.inc:1167 include/class_SnapshotHandler.inc:59 -#, php-format +#: include/class_core.inc:240 msgid "" -"The snapshot functionality is enabled, but the required compression module " -"is missing. Please install '%s'." +"The 'logging' statement enables event logging on GOsa side. Setting it to " +"'true' GOsa will log every action a user performs via syslog. If you use " +"rsyslog and configure it to mysql logging, you can browse all events within " +"GOsa. GOsa will not log anything, if the logging value is empty or set to " +"'false'." msgstr "" -#: include/class_socketClient.inc:60 -msgid "The mcrypt module was not found. Please install php5-mcrypt." -msgstr "O módulo mcrypt não foi encontrado. Por favor, instale o php5-mcrypt." - -#: include/class_socketClient.inc:108 -#, php-format -msgid "Socket connection to host '%s:%s' failed: %s" -msgstr "A conexão com o host '%s:%s' falhou: %s" - -#: include/class_socketClient.inc:191 -#, php-format -msgid "Socket timeout of %s seconds reached." -msgstr "Alcançado o limite de tempo de %s segundos para a conexão." - -#: include/class_multi_plug.inc:362 -msgid "You are currently editing mutliple entries." +#: include/class_core.inc:251 +msgid "" +"The 'listSummary' statement determines whether a status bar will be shown on " +"the bottom of GOsa generated lists, displaying a short summary of type and " +"number of elements in the list." msgstr "" -#: include/class_multi_plug.inc:391 -msgid "Password reset" +#: include/class_core.inc:261 +msgid "" +"The 'passwordMinLength' statement determines whether a newly entered " +"password has to be of a minimum length." msgstr "" -#: include/class_multi_plug.inc:391 -msgid "The user password was resetted, please set a new password value!" +#: include/class_core.inc:271 +msgid "" +"The 'passwordMinDiffer' statement determines whether a newly entered " +"password has to be checked to have at least n different characters." msgstr "" -#: include/class_sortableListing.inc:221 -msgid "Sortable list" +#: include/class_core.inc:282 +msgid "" +"The 'passwordHook' can specify an external script to handle password " +"settings at some other location besides the LDAP." msgstr "" -#: include/class_sortableListing.inc:226 -msgid "Edit this entry" -msgstr "Editar esta entrada" - -#: include/class_sortableListing.inc:231 -msgid "Delete this entry" -msgstr "Deletar esta entrada" - -#: include/class_sortableListing.inc:261 include/class_listing.inc:247 -msgid "Up" -msgstr "Para cima" - -#: include/class_sortableListing.inc:261 include/class_listing.inc:247 -msgid "Down" -msgstr "Para baixo" - -#: include/functions.inc:127 +#: include/class_core.inc:282 #, php-format -msgid "Fatal error: no class locations defined - please run '%s' to fix this" +msgid "It will be called this way: %s" msgstr "" -#: include/functions.inc:134 -#, php-format +#: include/class_core.inc:292 msgid "" -"Fatal error: cannot instantiate class '%s' - try running '%s' to fix this" +"The 'displayErrors' statement tells GOsa to show PHP errors in the upper " +"part of the screen. This should be disabled in productive deployments, " +"because there might be some important passwords arround." msgstr "" -#: include/functions.inc:448 +#: include/class_core.inc:292 #, php-format -msgid "FATAL: Error when connecting the LDAP. Server said '%s'." +msgid "The property '%s' may be interesting too." msgstr "" -#: include/functions.inc:519 -msgid "Username / UID is not unique inside the LDAP tree!" +#: include/class_core.inc:302 +msgid "" +"The 'developmentMode' statement tells GOsa to show development related error " +"messages, for example messages about missing ACL configuration or classes. " +"Due to the fact that enabling this flag will result in a lot of false error " +"messages it should only be enabled while developing or debugging plugins!" msgstr "" -#: include/functions.inc:605 +#: include/class_core.inc:313 msgid "" -"Username / UID is not unique inside the LDAP tree. Please contact your " -"Administrator." +"The 'schemaCheck' statement enables or disables schema checking during " +"login. It is recommended to switch this on in order to let GOsa handle " +"object creation more efficient." msgstr "" -#: include/functions.inc:792 include/functions.inc:910 -msgid "Error while adding a lock. Contact the developers!" +#: include/class_core.inc:323 +msgid "" +"The 'copyPaste' statement enables copy and paste for LDAP entries managed " +"with GOsa." msgstr "" -#: include/functions.inc:802 -#, php-format +#: include/class_core.inc:333 msgid "" -"Cannot create locking information in LDAP tree. Please contact your " -"administrator!" +"The 'forceGlobals' statement enables PHP security checks to force " +"register_global settings to be switched off." msgstr "" -#: include/functions.inc:802 -#, php-format -msgid "LDAP server returned: %s" +#: include/class_core.inc:343 +msgid "" +"The 'forceSSL' statement enables PHP security checks to force encrypted " +"access to the web interface. GOsa will try to redirect to the same URL - " +"just with https://" msgstr "" -#: include/functions.inc:931 +#: include/class_core.inc:353 msgid "" -"Found multiple locks for object to be locked. This should not happen - " -"cleaning up multiple references." +"Logs information about triggered ldap operations, duration, filter, aso. " +"into syslog." msgstr "" -#: include/functions.inc:1235 -#, php-format -msgid "The size limit of %d entries is exceed!" +#: include/class_core.inc:363 +msgid "" +"The 'ldapFollowReferrals' statement tells GOsa to follow LDAP referrals." msgstr "" -#: include/functions.inc:1237 -#, php-format +#: include/class_core.inc:373 msgid "" -"Set the new size limit to %s and show me this message if the limit still " -"exceeds" +"The 'ldapFilterNestingLimit' statement can be used to speed up group " +"handling for groups with several hundreds of members. The default behaviour " +"is, that GOsa will resolv the memberUid values in a group to real names. To " +"achieve this, it writes a single filter to minimize searches. Some LDAP " +"servers (namely Sun DS) simply crash when the filter gets too big. You can " +"set a member limit, where GOsa will stop to do these lookups." msgstr "" -#: include/functions.inc:1254 -msgid "incomplete" +#: include/class_core.inc:383 +msgid "" +"The ldapSizelimit statement tells GOsa to retrieve the specified maximum " +"number of results. The user will get a warning, that not all entries " +"were shown." msgstr "" -#: include/functions.inc:1636 -msgid "Continue anyway" +#: include/class_core.inc:393 +msgid "" +"Disables sizelimit checks, only the configured amount of results will be " +"shown!" msgstr "" -#: include/functions.inc:1638 -msgid "Edit anyway" -msgstr "Editar mesmo assim" - -#: include/functions.inc:1641 -msgid "These entries are currently locked:" +#: include/class_core.inc:403 +msgid "" +"The 'warnSSL' statement enables PHP security checks to detect non encrypted " +"access to the web interface. GOsa will display a warning in this case." msgstr "" -#: include/functions.inc:1881 -msgid "Entries per page" +#: include/class_core.inc:413 +msgid "The 'ppdGzip' variable enables PPD file compression." msgstr "" -#: include/functions.inc:1910 -msgid "Apply filter" -msgstr "Aplicar filtro" - -#: include/functions.inc:2222 -msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" +#: include/class_core.inc:424 +msgid "" +"The 'ignoreAcl' value tells GOsa to ignore complete ACL sets for the given " +"DN. Add your DN here and you'll be able to restore accidently dropped ACLs." msgstr "" -#: include/functions.inc:2268 -#, php-format -msgid "GOsa development snapshot (Rev %s)" +#: include/class_core.inc:435 +msgid "" +"The 'ppdPath' variable defines where to store PPD files for the GOto " +"environment plugins." msgstr "" -#: include/functions.inc:2365 -#, php-format -msgid "File '%s' could not be deleted." +#: include/class_core.inc:445 +msgid "" +"The 'ldapMaxQueryTime' statement tells GOsa to stop LDAP actions if there is " +"no answer within the specified number of seconds." msgstr "" -#: include/functions.inc:2399 include/functions.inc:2419 -msgid "Cannot write to revision file!" +#: include/class_core.inc:455 +msgid "" +"The 'storeFilterSettings' statement determines whether GOsa should store " +"filter and plugin settings inside of a cookie." msgstr "" -#: include/functions.inc:2690 include/functions.inc:2694 -#: include/functions.inc:2700 -msgid "'baseIdHook' is not available. Using default base!" +#: include/class_core.inc:465 +msgid "" +"The 'sendCompressedOutput' statement determines whether PHP should send " +"compressed HTML pages to browsers or not. This may increase or decrease the " +"performance, depending on your network." msgstr "" -#: include/functions.inc:2724 -msgid "LDAP warning" +#: include/class_core.inc:476 +msgid "" +"The 'modificationDetectionAttribute' statement enables GOsa to check if a " +"entry currently being edited has been modified from someone else outside " +"GOsa in the meantime. It will display an informative dialog then. It can be " +"set to 'entryCSN' for OpenLDAP based systems or 'contextCSN' for Sun DS " +"based systems." msgstr "" -#: include/functions.inc:2724 -msgid "Cannot get schema information from server. No schema check possible!" +#: include/class_core.inc:487 +msgid "" +"The 'language' statement defines the default language used by GOsa. Normally " +"GOsa autodetects the language from the browser settings. If this is not " +"working or you want to force the language, just add the language code (i.e. " +"de for german) here." msgstr "" -#: include/functions.inc:2750 -msgid "Used to store account specific informations." +#: include/class_core.inc:498 +msgid "" +"The 'theme' statement defines what theme is used to display GOsa pages. You " +"can install some corporate identity like theme and/or modify certain " +"templates to fit your needs within themes. Take a look at the GOsa FAQ for " +"more information." msgstr "" -#: include/functions.inc:2757 +#: include/class_core.inc:508 msgid "" -"Used to lock currently edited entries to avoid multiple changes at the same " -"time." +"The 'sessionLifetime' value defines when a session will expire in seconds. " +"For Debian systems, this will not work because the sessions will be removed " +"by a cron job instead. Please modify the value inside of your php.ini " +"instead." msgstr "" -#: include/functions.inc:2802 -#, php-format -msgid "Missing required object class '%s'!" +#: include/class_core.inc:518 +msgid "" +"The 'templateCompileDirectory' statements defines the path, where the PHP " +"templating engins 'smarty' should store its compiled GOsa templates for " +"improved speed. This path needs to be writeable by the user your webserver " +"is running with." msgstr "" -#: include/functions.inc:2805 +#: include/class_core.inc:528 #, php-format -msgid "Missing optional object class '%s'!" +msgid "" +"The 'debugLevel' value tells GOsa to display certain information on each " +"page load. Value is an AND combination of the following byte values: %s" msgstr "" -#: include/functions.inc:2810 +#: include/class_core.inc:548 #, php-format -msgid "Version mismatch for required object class '%s' (!=%s)!" +msgid "" +"The 'sambaHashHook' statement contains an executable to generate samba hash " +"values. This is required for password synchronization, but not required if " +"you apply gosa-si services. If you don't have mkntpasswd from the samba " +"distribution installed, you can use perl to generate the hash: %s" msgstr "" -#: include/functions.inc:2813 -#, php-format -msgid "Class(es) available" +#: include/class_core.inc:559 +msgid "" +"The 'passwordDefaultHash' statement defines the default password hash to " +"choose for new accounts." msgstr "" -#: include/functions.inc:2835 +#: include/class_core.inc:568 msgid "" -"You have enabled the rfc2307bis option on the 'ldap setup' step, but your " -"schema configuration do not support this option." +"The 'strictPasswordRules' tells GOsa to check for UTF-8 characters in the " +"supplied password. These Characters can lead to non working authentications " +"if UTF-8 and none UTF-8 systems locales get mixed. The default is 'true'." msgstr "" -#: include/functions.inc:2836 +#: include/class_core.inc:579 msgid "" -"In order to use rfc2307bis conform groups the objectClass 'posixGroup' must " -"be AUXILIARY" +"The 'accountPrimaryAttribute' option tells GOsa how to create new accounts. " +"Possible values are 'uid' and 'cn'. In the first case GOsa creates uid style " +"DN entries: 'uid=superuser,ou=staff,dc=example,dc=net'. In the second case, " +"GOsa creates cn style DN entries: 'cn=Foo Bar,ou=staff,dc=example,dc=net'. " +"If you choose \"cn\" to be your 'accountPrimaryAttribute' you can decide " +"whether to include the personal title in your dn by selecting " +"'personalTitleInDN'." msgstr "" -#: include/functions.inc:2840 +#: include/class_core.inc:589 msgid "" -"Your schema is configured to support the rfc2307bis group, but you have " -"disabled this option on the 'ldap setup' step." +"The 'userRDN' statement defines the location where new accounts will be " +"created inside of defined departments. The default is 'ou=people'." msgstr "" -#: include/functions.inc:2841 -msgid "The objectClass 'posixGroup' must be STRUCTURAL" +#: include/class_core.inc:599 +msgid "" +"The 'groupsRDN' statement defines the location where new groups will be " +"created inside of defined departments. The default is 'ou=groups'." msgstr "" -#: include/functions.inc:2866 -msgid "German" -msgstr "Alemão" +#: include/class_core.inc:609 +msgid "" +"The 'gidNumberBase' statement defines where to start looking for a new free " +"group id. This should be synced with your 'adduser.conf' to avoid " +"overlapping gidNumber values between local and LDAP based lookups. The " +"gidNumberBase can even be dynamic. Take a look at the 'nextIdHook' " +"definition." +msgstr "" -#: include/functions.inc:2867 -msgid "French" -msgstr "Francês" +#: include/class_core.inc:619 +msgid "" +"The 'baseIdHook' statement allows to hook into the id generation method " +"(traditional mode), to define the starting range for new generated ids" +msgstr "" -#: include/functions.inc:2868 -msgid "Italian" -msgstr "Italiano" +#: include/class_core.inc:629 include/class_core.inc:649 +msgid "" +"The 'uidNumberPoolMin/gidNumberPoolMin' statement defines the lowest " +"assignable user/group id for use with the 'idAllocationMethod = pool'." +msgstr "" -#: include/functions.inc:2869 -msgid "Spanish" -msgstr "Espanhol" +#: include/class_core.inc:639 include/class_core.inc:659 +msgid "" +"The 'uidNumberPoolMax/gidNumberPoolMax' statement defines the highest " +"assignable user/group id for use with the 'idAllocationMethod = pool'." +msgstr "" -#: include/functions.inc:2870 -msgid "English" -msgstr "Inglês" +#: include/class_core.inc:669 +msgid "" +"The 'uidNumberBase' statement defines where to start looking for a new free " +"user id. This should be synced with your 'adduser.conf' to avoid overlapping " +"uidNumber values between local and LDAP based lookups. The uidNumberBase can " +"even be dynamic. Take a look at the 'baseIdHook' definition." +msgstr "" -#: include/functions.inc:2871 -msgid "Dutch" -msgstr "Holandês" +#: include/class_core.inc:709 +msgid "" +"The 'gosaSupportURI' defines the major gosa-si server host and the password " +"for GOsa to connect to it. It can be used if you want to use i.e. kerberos " +"to authenticate the users. The format is: credentials@host:port" +msgstr "" -#: include/functions.inc:2872 -msgid "Polish" -msgstr "Polonês" +#: include/class_core.inc:719 +msgid "" +"The 'gosaSupportTimeout' sets a connection timeout for all gosa-si actions. " +"See 'gosaSupportURI' for details." +msgstr "" -#: include/functions.inc:2873 -msgid "Brazilian Portuguese" +#: include/class_core.inc:730 +msgid "" +"The 'loginAttribute' statement tells GOsa which LDAP attribute is used as " +"the login name during login. It can be set to 'uid', 'mail' or 'both'" msgstr "" -#: include/functions.inc:2875 -msgid "Chinese" +#: include/class_core.inc:741 +msgid "" +"The 'timezone' statements defines the timezone used inside of GOsa to handle " +"date related tasks, such as password expiery, vacation messages, etc. The " +"'timezone' value should be a unix conform timezone value like in /etc/" +"timezone." msgstr "" -#: include/functions.inc:2876 -msgid "Vietnamese" +#: include/class_core.inc:751 +msgid "" +"The 'honourUnitTags' statement enables checking of 'unitTag' attributes when " +"using administrative units. If this is set to 'true' GOsa can only see " +"objects inside the administrative unit a user is logged into." msgstr "" -#: include/functions.inc:2877 -msgid "Russian" -msgstr "Russo" +#: include/class_core.inc:761 +msgid "" +"The 'useSaslForKerberos' statement defines the way the kerberos realm is " +"stored in the #userPassword' attribute. Set it to 'true' in order to get " +"{sasl}user@REALM.NET, or to 'false' to get {kerberos}user@REALM.NET. The " +"latter is outdated, but may be needed from time to time." +msgstr "" -#: include/functions.inc:3072 -#, php-format +#: include/class_core.inc:771 msgid "" -"Command '%s', specified as POSTMODIFY for plugin '%s' doesn't seem to exist." +"The 'rfc2307bis' statement enables rfc2307bis style groups in GOsa. You can " +"use 'member' attributes instead of memberUid in this case. To make it work " +"on unix systems, you've to adjust your NSS configuration to use rfc2307bis " +"style groups, too" msgstr "" -#: include/functions.inc:3105 -msgid "Cannot generate samba hash!" +#: include/class_core.inc:781 +msgid "" +"The 'personalTitleInDN' option tells GOsa to include the personal title in " +"user DNs when #accountPrimaryAttribute' is set to \"cn\"." msgstr "" -#: include/functions.inc:3118 -#, php-format +#: include/class_core.inc:791 msgid "" -"Cannot generate samba hash: running '%s' failed, check the 'sambaHashHook'!" +"The 'nextIdHook' statement defines a script to be called for finding the " +"next free id for users or groups externaly. It gets called with the current " +"entry \"dn\" and the attribute to be ID'd. It should return an integer value." msgstr "" -#: include/functions.inc:3399 include/functions.inc:3413 -#: include/functions.inc:3451 include/functions.inc:3463 -#: include/functions.inc:3467 include/functions.inc:3482 -#: include/functions.inc:3491 -msgid "Cannot allocate a free ID:" +#: include/class_core.inc:801 +msgid "" +"The 'idGenerator' statement describes an automatic way to generate new user " +"ids. There are two basic functions supported - which can be combined: \n" +"\n" +" a) using attributes\n" +"\n" +" You can specify LDAP attributes (currently only sn and givenName) in\n" +" braces {} and add a percent sign befor it. Optionally you can strip it\n" +" down to a number of characters, specified in []. I.e.\n" +"\n" +" idGenerator=\"{%sn}-{%givenName[2-4]}\"\n" +"\n" +" will generate an ID using the full surename, adding a dash, and adding " +"at\n" +" least the first two characters of givenName. If this ID is used, it'll\n" +" use up to four characters. If no automatic generation is possible, a\n" +" input box is shown.\n" +"\n" +" b) using automatic id's\n" +"\n" +" I.e. specifying\n" +"\n" +" idGenerator=\"acct{id:3}\"\n" +"\n" +" will generate a three digits id with the next free entry appended to " +"\"acct\".\n" +"\n" +" idGenerator=\"acct{id!1}\"\n" +"\n" +" will generate a one digit id with the next free entry appended to \"acct" +"\" - if needed.\n" +"\n" +" idGenerator=\"ext{id#3}\"\n" +"\n" +" will generate a three digits random number appended to \"ext\".\n" +msgstr "" + +#: include/class_core.inc:841 +msgid "" +"The 'strictNamingRules' statement enables strict checking of uids and group " +"names. If you need characters like . or - inside of your accounts, set " +"this to 'false'." msgstr "" -#: include/functions.inc:3399 -msgid "unknown idAllocation method!" +#: include/class_core.inc:851 +msgid "" +"The 'minId' statement defines the minimum assignable user or group id to " +"avoid security leaks with uid 0 accounts. This is used for the 'traditional' " +"method." msgstr "" -#: include/functions.inc:3413 -#, php-format -msgid "%sPoolMin >= %sPoolMax!" +#: include/class_core.inc:862 +msgid "" +"The 'mailAttribute' statement determines which attribute GOsa will use to " +"create accounts. Valid values are 'mail' and 'uid'." msgstr "" -#: include/functions.inc:3443 -msgid "Cannot create sambaUnixIdPool entry!" +#: include/class_core.inc:872 +msgid "" +"This attribute allows to override the prefix used to create shared folders." msgstr "" -#: include/functions.inc:3451 -msgid "sambaUnixIdPool is not unique!" +#: include/class_core.inc:882 +msgid "" +"This attribute allows to override the user account creation syntax, see the " +"'mailFolderCreation' description for more details.\n" +"\n" +"Examples\n" +" mailUserCreation=\"%prefix%%uid%\" => \"user.foobar\"\n" +" mailUserCreation=\"my-prefix.%uid%%domain%\" => \"my-prefix.foobar@example." +"com\"\n" msgstr "" -#: include/functions.inc:3463 include/functions.inc:3467 -msgid "no ID available!" +#: include/class_core.inc:897 +msgid "" +"Every mail method has its own way to create mail accounts like 'share/" +"development' or 'shared.development@example.com' which is used to identify " +"the accounts, set quotas or add acls.\n" +"\n" +"To override the methods default account creation syntax, you can set the " +"'mailFolderCreation' option.\n" +"\n" +"Examples\n" +"\n" +" mailFolderCreation=\"%prefix%%cn%\" => \"shared.development\"\n" +" mailFolderCreation=\"my-prefix.%cn%%domain%\" => \"my-prefix." +"development@example.com\"\n" +"\n" +" %prefix% The methods default prefix. (Depends on cyrusUseSlashes=FALSE/" +"TRUE)\n" +" %cn% The groups/users cn.\n" +" %uid% The users uid.\n" +" %mail% The objects mail attribute.\n" +" %domain% The domain part of the objects mail attribute.\n" +" %mailpart% The user address part of the mail address.\n" +" %uattrib% Depends on mailAttribute=\"uid/mail\".\n" +msgstr "" + +#: include/class_core.inc:923 +msgid "" +"The 'imapTimeout' statement sets the connection timeout for imap actions." msgstr "" -#: include/functions.inc:3491 -msgid "maximum tries exceeded!" +#: include/class_core.inc:934 +msgid "" +"The 'mailMethod' statement tells GOsa which mail method the setup should use " +"to communicate with a possible mail server. Leave this undefined if your " +"mail method does not match the predefined ones." msgstr "" -#: include/functions.inc:3551 -msgid "Cannot allocate a free ID!" +#: include/class_core.inc:944 +msgid "" +"The 'cyrusUseSlashes' statement determines if GOsa should use \"foo/bar\" or " +"\"foo.bar\" namespaces in IMAP. Unix style is with slashes." msgstr "" -#: include/password-methods/class_password-methods.inc:250 -msgid "Cannot find a suitable password method for the current hash!" +#: include/class_core.inc:954 +msgid "" +"The 'vacationTemplateDirectory' statement sets the path where GOsa will look " +"for vacation message templates. Default is /etc/gosa/vacation. \n" +"\n" +"Example template /etc/gosa/vacation/business.txt:\n" +"\n" +" DESC:Away from desk\n" +" Hi, I'm currently away from my desk. You can contact me on\n" +" my cell phone via %mobile.\n" +"\n" +" Greetings,\n" +" %givenName %sn\n" +"\n" +msgstr "" + +#: include/class_core.inc:975 +msgid "" +"The 'ldapTLS' statement enables or disables TLS operating on LDAP " +"connections." msgstr "" -#: include/class_msg_dialog.inc:124 -msgid "Please fix the above error and reload the page." +#: include/class_core.inc:985 +msgid "" +"The 'honourIvbbAttributes' statement enables the IVBB mode inside of GOsa. " +"You need the ivbb.schema file from used by german authorities." msgstr "" -#: include/class_log.inc:87 -#, php-format -msgid "Logging failed: %s" +#: include/class_core.inc:995 +msgid "" +"The 'sambaIdMapping' statement tells GOsa to maintain sambaIdmapEntry " +"objects. Depending on your setup this can drastically improve the windows " +"login performance." msgstr "" -#: include/class_log.inc:102 -#, php-format -msgid "Invalid option '%s' specified!" +#: include/class_core.inc:1005 +msgid "" +"The 'handleExpiredAccounts' statement enables shadow attribute tests during " +"the login to the GOsa web interface and forces password renewal or account " +"lockout." msgstr "" -#: include/class_log.inc:106 -msgid "Specified objectType is empty or invalid!" +#: include/class_core.inc:1015 +msgid "" +"The 'sambaSID' statement defines a samba SID if not available inside of the " +"LDAP. You can retrieve the current sid by net getlocalsid." msgstr "" -#: include/class_baseSelector.inc:160 include/class_listing.inc:1009 -#: include/class_listing.inc:1011 include/class_releaseSelector.inc:164 -msgid "Root" -msgstr "Raiz" +#: include/class_core.inc:1025 +msgid "" +"The 'sambaRidBase' statement defines the base id to add to ordinary sid " +"calculations - if not available inside of the LDAP." +msgstr "" -#: include/class_baseSelector.inc:207 include/class_releaseSelector.inc:212 -msgid "Submit" -msgstr "Submeter" +#: include/class_core.inc:1035 +msgid "" +"The 'enableSnapshots' statement enables a snapshot mechaism in GOsa. This " +"enables you to save certain states of entries and restore them later on." +msgstr "" -#: include/utils/class_timezone.inc:47 -#, php-format +#: include/class_core.inc:1045 msgid "" -"The timezone setting '%s' in your gosa.conf is not valid. Cannot calculate " -"correct timezone offset." +"The 'snapshotBase' statement defines the base where snapshots should be " +"stored inside of the LDAP." msgstr "" -"A configuração do fuso horário '%s' no gosa.conf não é válida. Não foi " -"possível calcular o intervalo do fuso horário corretamente." -#: include/utils/class_msgPool.inc:16 -#, php-format -msgid "Select to list objects of type '%s'." -msgstr "Selecione para listar objetos do tipo '%s'." +#: include/class_core.inc:1055 +msgid "" +"The 'snapshotAdminDn' variable defines the user which is used to " +"authenticate when connecting to 'snapshotURI'." +msgstr "" -#: include/utils/class_msgPool.inc:18 -#, php-format -msgid "Select to list objects containig '%s'." -msgstr "Selecione para listar objetos contendo '%s'." +#: include/class_core.inc:1065 +msgid "" +"The 'snapshotAdminPassword' variable defines the credentials which are used " +"in combination with 'snapshotAdminDn' and 'snapshotURI' in order to " +"authenticate." +msgstr "" -#: include/utils/class_msgPool.inc:20 -#, php-format -msgid "Select to list objects that have '%s' enabled" -msgstr "Selecione para listar objetos que possuem '%s' habilitado" +#: include/class_core.inc:1076 +msgid "" +"The 'idAllocationMethod' statement defines how GOsa generates numeric user " +"and group id values. If it is set to 'traditional' GOsa will do create a " +"lock and perform a search for the next free ID. The lock will be removed " +"after the procedure completes. 'pool' will use the sambaUnixIdPool " +"objectclass settings inside your LDAP. This one is unsafe, because it does " +"not check for concurrent LDAP access and already used IDs in this range. On " +"the other hand it is much faster." +msgstr "" -#: include/utils/class_msgPool.inc:22 -msgid "Select to search within subtrees" -msgstr "Selecione para pesquisar dentro das sub-árvores" +#: include/class_core.inc:1085 +msgid "" +"The 'snapshotURI' variable defines the LDAP URI for the server which is used " +"to do object snapshots." +msgstr "" -#: include/utils/class_msgPool.inc:24 include/class_filter.inc:444 -msgid "Search in subtrees" -msgstr "Procurar em subárvores" +#: include/utils/class_timezone.inc:47 +#, fuzzy, php-format +msgid "The configured timezone %s is not valid!" +msgstr "A configuração GOsa %s/%s não pôde ser lida. Abortado." -#: include/utils/class_msgPool.inc:34 +#: include/utils/class_msgPool.inc:17 msgid "This object will be deleted!" msgstr "Esse objeto será apagado!" -#: include/utils/class_msgPool.inc:36 -#, php-format -msgid "This '%s' object will be deleted!" +#: include/utils/class_msgPool.inc:19 +#, fuzzy, php-format +msgid "This %s object will be deleted!" msgstr "Esse objeto '%s' será apagado!" -#: include/utils/class_msgPool.inc:41 +#: include/utils/class_msgPool.inc:24 #, php-format msgid "This object will be deleted: %s" msgstr "Esse objeto será apagado: %s" -#: include/utils/class_msgPool.inc:43 -#, php-format -msgid "This '%s' object will be deleted: %s" +#: include/utils/class_msgPool.inc:26 +#, fuzzy, php-format +msgid "This %s object will be deleted: %s" msgstr "Esse objeto '%s' será apagado: %s" -#: include/utils/class_msgPool.inc:48 +#: include/utils/class_msgPool.inc:31 msgid "This object will be deleted:" msgstr "Esse objeto será apagado:" -#: include/utils/class_msgPool.inc:50 -#, php-format -msgid "This '%s' object will be deleted:" +#: include/utils/class_msgPool.inc:33 +#, fuzzy, php-format +msgid "This %s object will be deleted:" msgstr "Esse objeto '%s' será apagado:" -#: include/utils/class_msgPool.inc:54 +#: include/utils/class_msgPool.inc:37 #, php-format msgid "These objects will be deleted: %s" msgstr "Estes objetos serão apagados: %s" -#: include/utils/class_msgPool.inc:56 -#, php-format -msgid "These '%s' objects will be deleted: %s" +#: include/utils/class_msgPool.inc:39 +#, fuzzy, php-format +msgid "These %s objects will be deleted: %s" msgstr "Estes objetos '%s' serão apagados: %s" -#: include/utils/class_msgPool.inc:64 +#: include/utils/class_msgPool.inc:47 msgid "You have no permission to delete this object!" msgstr "Você não tem permissão para apagar esse objeto!" -#: include/utils/class_msgPool.inc:68 include/utils/class_msgPool.inc:72 +#: include/utils/class_msgPool.inc:51 include/utils/class_msgPool.inc:55 msgid "You have no permission to delete the object:" msgstr "Você não tem permissão para apagar o objeto:" -#: include/utils/class_msgPool.inc:75 +#: include/utils/class_msgPool.inc:58 msgid "You have no permission to delete these objects:" msgstr "Você não tem permissão para apagar estes objetos:" -#: include/utils/class_msgPool.inc:82 +#: include/utils/class_msgPool.inc:65 msgid "You have no permission to create this object!" msgstr "Você não tem permissão para criar esse objeto!" -#: include/utils/class_msgPool.inc:86 include/utils/class_msgPool.inc:90 +#: include/utils/class_msgPool.inc:69 include/utils/class_msgPool.inc:73 msgid "You have no permission to create the object:" msgstr "Você não tem permissão para criar o objeto:" -#: include/utils/class_msgPool.inc:93 +#: include/utils/class_msgPool.inc:76 msgid "You have no permission to create these objects:" msgstr "Você não tem permissão para criar estes objetos:" -#: include/utils/class_msgPool.inc:100 +#: include/utils/class_msgPool.inc:83 msgid "You have no permission to modify this object!" msgstr "Você não tem permissão para modificar esse objeto!" -#: include/utils/class_msgPool.inc:104 include/utils/class_msgPool.inc:108 +#: include/utils/class_msgPool.inc:87 include/utils/class_msgPool.inc:91 msgid "You have no permission to modify the object:" msgstr "Você não tem permissão para modificar o objeto:" -#: include/utils/class_msgPool.inc:111 +#: include/utils/class_msgPool.inc:94 msgid "You have no permission to modify these objects:" msgstr "Você não tem permissão para modificar estes objetos:" -#: include/utils/class_msgPool.inc:118 +#: include/utils/class_msgPool.inc:101 msgid "You have no permission to view this object!" msgstr "Você não tem permissão para ver esse objeto!" -#: include/utils/class_msgPool.inc:122 include/utils/class_msgPool.inc:126 +#: include/utils/class_msgPool.inc:105 include/utils/class_msgPool.inc:109 msgid "You have no permission to view the object:" msgstr "Você não tem permissão para ver o objeto:" -#: include/utils/class_msgPool.inc:129 +#: include/utils/class_msgPool.inc:112 msgid "You have no permission to view these objects:" msgstr "Você não tem permissão para ver estes objetos:" -#: include/utils/class_msgPool.inc:136 +#: include/utils/class_msgPool.inc:119 msgid "You have no permission to move this object!" msgstr "Você não tem permissão para mover esse objeto!" -#: include/utils/class_msgPool.inc:140 include/utils/class_msgPool.inc:144 +#: include/utils/class_msgPool.inc:123 include/utils/class_msgPool.inc:127 msgid "You have no permission to move the object:" msgstr "Você não tem permissão para mover o objeto:" -#: include/utils/class_msgPool.inc:147 +#: include/utils/class_msgPool.inc:130 msgid "You have no permission to move these objects:" msgstr "Você não tem permissão para mover estes objetos:" -#: include/utils/class_msgPool.inc:157 include/utils/class_msgPool.inc:169 -#: include/utils/class_msgPool.inc:187 +#: include/utils/class_msgPool.inc:140 include/utils/class_msgPool.inc:152 +#: include/utils/class_msgPool.inc:170 msgid "Connection information" msgstr "Informação da conexão" -#: include/utils/class_msgPool.inc:159 +#: include/utils/class_msgPool.inc:142 #, php-format msgid "Cannot connect to %s database!" msgstr "Não foi possível conectar ao banco de dados %s!" -#: include/utils/class_msgPool.inc:171 +#: include/utils/class_msgPool.inc:154 #, php-format msgid "Cannot select %s database!" msgstr "Não foi possível selecionar o banco de dados %s!" -#: include/utils/class_msgPool.inc:177 +#: include/utils/class_msgPool.inc:160 #, php-format msgid "No %s server defined!" msgstr "Servidor %s não definido!" -#: include/utils/class_msgPool.inc:189 +#: include/utils/class_msgPool.inc:172 #, php-format msgid "Cannot query %s database!" msgstr "Não foi possível pesquisar no banco de dados %s!" -#: include/utils/class_msgPool.inc:195 -#, php-format -msgid "The field '%s' contains a reserved keyword!" +#: include/utils/class_msgPool.inc:178 +#, fuzzy, php-format +msgid "The field %s contains a reserved keyword!" msgstr "O campo '%s' contém uma palavra reservada!" -#: include/utils/class_msgPool.inc:201 -#, php-format -msgid "Command specified as %s hook for plugin '%s' does not exist!" +#: include/utils/class_msgPool.inc:184 +#, fuzzy, php-format +msgid "Command specified as %s hook for plugin %s does not exist!" msgstr "O comando especificado como %s, relativo ao plugin '%s', não existe!" -#: include/utils/class_msgPool.inc:208 -#, php-format -msgid "'%s' command is invalid!" +#: include/utils/class_msgPool.inc:191 +#, fuzzy, php-format +msgid "%s command is invalid!" msgstr "O comando '%s' é inválido!" -#: include/utils/class_msgPool.inc:210 -#, php-format -msgid "'%s' command (%s) for plugin %s is invalid!" +#: include/utils/class_msgPool.inc:193 +#, fuzzy, php-format +msgid "%s command (%s) for plugin %s is invalid!" msgstr "O comando '%s' (%s) para o plugin %s é inválido!" -#: include/utils/class_msgPool.inc:212 -#, php-format -msgid "'%s' command for plugin %s is invalid!" +#: include/utils/class_msgPool.inc:195 +#, fuzzy, php-format +msgid "%s command for plugin %s is invalid!" msgstr "O comando '%s' para o plugin %s is invalid!" -#: include/utils/class_msgPool.inc:214 -#, php-format -msgid "'%s' command (%s) is invalid!" +#: include/utils/class_msgPool.inc:197 +#, fuzzy, php-format +msgid "%s command (%s) is invalid!" msgstr "O comando '%s' (%s) é inválido!" -#: include/utils/class_msgPool.inc:222 -#, php-format -msgid "Cannot execute '%s' command!" +#: include/utils/class_msgPool.inc:205 +#, fuzzy, php-format +msgid "Cannot execute %s command!" msgstr "Não foi possível executar o comando '%s'!" -#: include/utils/class_msgPool.inc:224 -#, php-format -msgid "Cannot execute '%s' command (%s) for plugin %s!" +#: include/utils/class_msgPool.inc:207 +#, fuzzy, php-format +msgid "Cannot execute %s command (%s) for plugin %s!" msgstr "Não foi possível executar o comando '%s' (%s) para o plugin %s!" -#: include/utils/class_msgPool.inc:226 -#, php-format -msgid "Cannot execute '%s' command for plugin %s!" +#: include/utils/class_msgPool.inc:209 +#, fuzzy, php-format +msgid "Cannot execute %s command for plugin %s!" msgstr "Não foi possível executar o comando '%s' para o plugin %s!" -#: include/utils/class_msgPool.inc:228 -#, php-format -msgid "Cannot execute '%s' command (%s)!" -msgstr "" +#: include/utils/class_msgPool.inc:211 +#, fuzzy, php-format +msgid "Cannot execute %s command (%s)!" +msgstr "Não foi possível executar o comando '%s'!" -#: include/utils/class_msgPool.inc:236 +#: include/utils/class_msgPool.inc:219 #, php-format -msgid "Value for '%s' is too large!" +msgid "Value for %s is too large!" msgstr "" -#: include/utils/class_msgPool.inc:238 +#: include/utils/class_msgPool.inc:221 #, php-format -msgid "'%s' must be smaller than %s!" +msgid "%s must be smaller than %s!" msgstr "" -#: include/utils/class_msgPool.inc:246 +#: include/utils/class_msgPool.inc:229 #, php-format -msgid "Value for '%s' is too small!" +msgid "Value for %s is too small!" msgstr "" -#: include/utils/class_msgPool.inc:248 +#: include/utils/class_msgPool.inc:231 #, php-format -msgid "'%s' must be %d or above!" +msgid "%s must be %s or above!" msgstr "" -#: include/utils/class_msgPool.inc:255 +#: include/utils/class_msgPool.inc:238 #, php-format -msgid "'%s' depends on '%s' - please provide both values!" +msgid "%s depends on %s - please provide both values!" msgstr "" -#: include/utils/class_msgPool.inc:261 +#: include/utils/class_msgPool.inc:244 #, php-format -msgid "There is already an entry with this '%s' attribute in the system!" +msgid "There is already an entry with this %s attribute in the system!" msgstr "" -#: include/utils/class_msgPool.inc:267 +#: include/utils/class_msgPool.inc:250 #, php-format -msgid "The required field '%s' is empty!" +msgid "The required field %s is empty!" msgstr "" -#: include/utils/class_msgPool.inc:275 +#: include/utils/class_msgPool.inc:258 msgid "Example" msgstr "" -#: include/utils/class_msgPool.inc:295 -#, php-format -msgid "The Field '%s' contains invalid characters" -msgstr "" +#: include/utils/class_msgPool.inc:278 +#, fuzzy, php-format +msgid "The Field %s contains invalid characters" +msgstr "O campo '%s' contém uma palavra reservada!" -#: include/utils/class_msgPool.inc:296 -#, php-format -msgid "'%s' is not allowed:" -msgstr "" +#: include/utils/class_msgPool.inc:279 +#, fuzzy, php-format +msgid "%s is not allowed:" +msgstr "Alteração de senha não permitida" -#: include/utils/class_msgPool.inc:296 -#, php-format -msgid "'%s' are not allowed!" -msgstr "" +#: include/utils/class_msgPool.inc:279 +#, fuzzy, php-format +msgid "%s are not allowed!" +msgstr "Alteração de senha não permitida" -#: include/utils/class_msgPool.inc:299 -#, php-format -msgid "The Field '%s' contains invalid characters!" -msgstr "" +#: include/utils/class_msgPool.inc:282 +#, fuzzy, php-format +msgid "The Field %s contains invalid characters!" +msgstr "O campo '%s' contém uma palavra reservada!" -#: include/utils/class_msgPool.inc:306 +#: include/utils/class_msgPool.inc:289 #, php-format msgid "Missing %s PHP extension!" msgstr "" -#: include/utils/class_msgPool.inc:336 +#: include/utils/class_msgPool.inc:319 #, php-format msgid "Add %s" msgstr "" -#: include/utils/class_msgPool.inc:342 +#: include/utils/class_msgPool.inc:325 #, php-format msgid "Delete" msgstr "Deletar" -#: include/utils/class_msgPool.inc:342 +#: include/utils/class_msgPool.inc:325 #, php-format msgid "Delete %s" msgstr "" -#: include/utils/class_msgPool.inc:348 +#: include/utils/class_msgPool.inc:331 #, php-format msgid "Set %s" msgstr "" -#: include/utils/class_msgPool.inc:354 +#: include/utils/class_msgPool.inc:337 #, php-format msgid "Edit..." msgstr "" -#: include/utils/class_msgPool.inc:354 +#: include/utils/class_msgPool.inc:337 #, php-format msgid "Edit %s..." msgstr "" -#: include/utils/class_msgPool.inc:360 +#: include/utils/class_msgPool.inc:343 msgid "Back" msgstr "Voltar" -#: include/utils/class_msgPool.inc:380 +#: include/utils/class_msgPool.inc:363 #, php-format msgid "This account has no valid %s extensions!" msgstr "" -#: include/utils/class_msgPool.inc:386 +#: include/utils/class_msgPool.inc:369 #, php-format msgid "" "This account has %s settings enabled. You can disable them by clicking below." msgstr "" -#: include/utils/class_msgPool.inc:389 include/utils/class_msgPool.inc:396 +#: include/utils/class_msgPool.inc:372 include/utils/class_msgPool.inc:379 #, php-format msgid "" "This account has %s settings enabled. To disable them, you'll need to remove " "the %s settings first!" msgstr "" -#: include/utils/class_msgPool.inc:405 +#: include/utils/class_msgPool.inc:388 #, php-format msgid "" "This account has %s settings disabled. You can enable them by clicking below." msgstr "" -#: include/utils/class_msgPool.inc:408 include/utils/class_msgPool.inc:415 +#: include/utils/class_msgPool.inc:391 include/utils/class_msgPool.inc:398 #, php-format msgid "" "This account has %s settings disabled. To enable them, you'll need to add " "the %s settings first!" msgstr "" -#: include/utils/class_msgPool.inc:423 +#: include/utils/class_msgPool.inc:406 #, php-format msgid "Add %s settings" msgstr "" -#: include/utils/class_msgPool.inc:429 +#: include/utils/class_msgPool.inc:412 #, php-format msgid "Remove %s settings" msgstr "" -#: include/utils/class_msgPool.inc:435 +#: include/utils/class_msgPool.inc:418 msgid "Click the 'Edit' button below to change informations in this dialog" msgstr "Clique em Editar para alterar as informações desta janela" -#: include/utils/class_msgPool.inc:441 +#: include/utils/class_msgPool.inc:424 msgid "January" msgstr "Janeiro" -#: include/utils/class_msgPool.inc:441 +#: include/utils/class_msgPool.inc:424 msgid "February" msgstr "Fevereiro" -#: include/utils/class_msgPool.inc:441 +#: include/utils/class_msgPool.inc:424 msgid "March" msgstr "Março" -#: include/utils/class_msgPool.inc:441 +#: include/utils/class_msgPool.inc:424 msgid "April" msgstr "Abril" -#: include/utils/class_msgPool.inc:442 +#: include/utils/class_msgPool.inc:425 msgid "May" msgstr "Maio" -#: include/utils/class_msgPool.inc:442 +#: include/utils/class_msgPool.inc:425 msgid "June" msgstr "Junho" -#: include/utils/class_msgPool.inc:442 +#: include/utils/class_msgPool.inc:425 msgid "July" msgstr "Julho" -#: include/utils/class_msgPool.inc:442 +#: include/utils/class_msgPool.inc:425 msgid "August" msgstr "Agosto" -#: include/utils/class_msgPool.inc:442 +#: include/utils/class_msgPool.inc:425 msgid "September" msgstr "Setembro" -#: include/utils/class_msgPool.inc:443 +#: include/utils/class_msgPool.inc:426 msgid "October" msgstr "Outubro" -#: include/utils/class_msgPool.inc:443 +#: include/utils/class_msgPool.inc:426 msgid "November" msgstr "Novembro" -#: include/utils/class_msgPool.inc:443 +#: include/utils/class_msgPool.inc:426 msgid "December" msgstr "Dezembro" -#: include/utils/class_msgPool.inc:449 +#: include/utils/class_msgPool.inc:432 msgid "Sunday" msgstr "Domingo" -#: include/utils/class_msgPool.inc:449 +#: include/utils/class_msgPool.inc:432 msgid "Monday" msgstr "Segunda" -#: include/utils/class_msgPool.inc:449 +#: include/utils/class_msgPool.inc:432 msgid "Tuesday" msgstr "Terça" -#: include/utils/class_msgPool.inc:449 +#: include/utils/class_msgPool.inc:432 msgid "Wednesday" msgstr "Quarta" -#: include/utils/class_msgPool.inc:449 +#: include/utils/class_msgPool.inc:432 msgid "Thursday" msgstr "Quinta" -#: include/utils/class_msgPool.inc:449 +#: include/utils/class_msgPool.inc:432 msgid "Friday" msgstr "Sexta" -#: include/utils/class_msgPool.inc:449 +#: include/utils/class_msgPool.inc:432 msgid "Saturday" msgstr "Sábado" -#: include/utils/class_msgPool.inc:456 +#: include/utils/class_msgPool.inc:439 msgid "MySQL operation failed!" msgstr "" -#: include/utils/class_msgPool.inc:464 +#: include/utils/class_msgPool.inc:447 msgid "read operation" msgstr "" -#: include/utils/class_msgPool.inc:464 +#: include/utils/class_msgPool.inc:447 msgid "add operation" msgstr "" -#: include/utils/class_msgPool.inc:464 +#: include/utils/class_msgPool.inc:447 msgid "modify operation" msgstr "" -#: include/utils/class_msgPool.inc:465 +#: include/utils/class_msgPool.inc:448 msgid "delete operation" msgstr "" -#: include/utils/class_msgPool.inc:465 +#: include/utils/class_msgPool.inc:448 msgid "search operation" msgstr "" -#: include/utils/class_msgPool.inc:465 +#: include/utils/class_msgPool.inc:448 msgid "authentication" msgstr "" -#: include/utils/class_msgPool.inc:468 +#: include/utils/class_msgPool.inc:451 #, php-format msgid "LDAP %s failed!" msgstr "" -#: include/utils/class_msgPool.inc:470 +#: include/utils/class_msgPool.inc:453 msgid "LDAP operation failed!" msgstr "" -#: include/utils/class_msgPool.inc:485 +#: include/utils/class_msgPool.inc:468 msgid "Upload failed!" msgstr "" -#: include/utils/class_msgPool.inc:488 +#: include/utils/class_msgPool.inc:471 #, php-format msgid "Upload failed: %s" msgstr "" -#: include/utils/class_msgPool.inc:495 +#: include/utils/class_msgPool.inc:478 msgid "Communication failure with the infrastructure service!" msgstr "" -#: include/utils/class_msgPool.inc:497 +#: include/utils/class_msgPool.inc:480 #, php-format msgid "Communication failure with the infrastructure service: %s" msgstr "" -#: include/utils/class_msgPool.inc:504 include/utils/class_msgPool.inc:507 +#: include/utils/class_msgPool.inc:487 +msgid "Communication failure with the GOSA-NG service!" +msgstr "" + +#: include/utils/class_msgPool.inc:489 #, php-format -msgid "This '%s' is still in use by this object: %s" +msgid "Communication failure with the GOSA-NG service: %s" msgstr "" -#: include/utils/class_msgPool.inc:510 +#: include/utils/class_msgPool.inc:496 include/utils/class_msgPool.inc:499 #, php-format -msgid "This '%s' is still in use." +msgid "This %s is still in use by this object: %s" msgstr "" -#: include/utils/class_msgPool.inc:512 +#: include/utils/class_msgPool.inc:502 #, php-format -msgid "This '%s' is still in use by these objects: %s" +msgid "This %s is still in use." msgstr "" -#: include/utils/class_msgPool.inc:518 +#: include/utils/class_msgPool.inc:504 +#, fuzzy, php-format +msgid "This %s is still in use by these objects: %s" +msgstr "Contém configurações para estes objetos: %s" + +#: include/utils/class_msgPool.inc:510 #, php-format -msgid "File '%s' does not exist!" +msgid "File %s does not exist!" msgstr "" -#: include/utils/class_msgPool.inc:524 +#: include/utils/class_msgPool.inc:516 #, php-format -msgid "Cannot open file '%s' for reading!" +msgid "Cannot open file %s for reading!" msgstr "" -#: include/utils/class_msgPool.inc:530 +#: include/utils/class_msgPool.inc:522 #, php-format -msgid "Cannot open file '%s' for writing!" +msgid "Cannot open file %s for writing!" msgstr "" -#: include/utils/class_msgPool.inc:536 +#: include/utils/class_msgPool.inc:528 #, php-format msgid "" -"The value for '%s' is currently unconfigured or invalid, please check your " +"The value for %s is currently unconfigured or invalid, please check your " "configuration file!" msgstr "" -#: include/utils/class_msgPool.inc:542 -#, php-format -msgid "Cannot delete file '%s'!" -msgstr "" +#: include/utils/class_msgPool.inc:534 +#, fuzzy, php-format +msgid "Cannot delete file %s!" +msgstr "Não foi possível selecionar o banco de dados %s!" -#: include/utils/class_msgPool.inc:548 -#, php-format -msgid "Cannot create folder '%s'!" -msgstr "" +#: include/utils/class_msgPool.inc:540 +#, fuzzy, php-format +msgid "Cannot create folder %s!" +msgstr "Não foi possível atribuir permissão para '%s'" -#: include/utils/class_msgPool.inc:554 -#, php-format -msgid "Cannot delete folder '%s'!" -msgstr "" +#: include/utils/class_msgPool.inc:546 +#, fuzzy, php-format +msgid "Cannot delete folder %s!" +msgstr "Não foi possível atribuir permissão para '%s'" -#: include/utils/class_msgPool.inc:560 +#: include/utils/class_msgPool.inc:552 #, php-format msgid "Checking for %s support" msgstr "" -#: include/utils/class_msgPool.inc:566 +#: include/utils/class_msgPool.inc:558 #, php-format msgid "Install and activate the %s PHP module." msgstr "" -#: include/utils/class_msgPool.inc:572 +#: include/utils/class_msgPool.inc:564 #, php-format msgid "" -"Cannot initialize class '%s'! Maybe there is a plugin missing in your gosa " +"Cannot initialize class %s! Maybe there is a plugin missing in your gosa " "setup?" msgstr "" -#: include/utils/class_msgPool.inc:578 +#: include/utils/class_msgPool.inc:570 msgid "" -"The supplied base is not valid and has been reset to the previous value!" +"The supplied base is not valid and has been reset to its previous value!" msgstr "" -#: include/utils/class_xml.inc:48 -#, fuzzy -msgid "in" -msgstr "Principal" - -#: include/utils/class_xml.inc:50 -#, fuzzy -msgid "on line" -msgstr "Continuar" - #: include/utils/class_xml.inc:51 #, fuzzy msgid "XML error" @@ -5716,7 +5809,7 @@ msgid "Certificate is empty!" msgstr "" #: include/class_certificate.inc:100 -msgid "Cannot load certificate - only PEM/DER is supported!" +msgid "Cannot load certificate: only PEM and DER are supported!" msgstr "" #: include/class_certificate.inc:115 @@ -5728,19 +5821,19 @@ msgid "No valid certificate loaded!" msgstr "" #: include/functions_helpviewer.inc:45 -#, php-format -msgid "XML error in guide.xml: %s at line %d" -msgstr "" +#, fuzzy, php-format +msgid "XML error in guide.xml: %s at line %s" +msgstr "Erro de XML no gosa.conf: %s na linha %d" #: include/functions_helpviewer.inc:88 msgid "No help available for this plugin." msgstr "" -#: include/functions_helpviewer.inc:97 html/helpviewer.php:194 +#: include/functions_helpviewer.inc:97 html/helpviewer.php:193 msgid "previous" msgstr "" -#: include/functions_helpviewer.inc:101 html/helpviewer.php:198 +#: include/functions_helpviewer.inc:101 html/helpviewer.php:197 msgid "next" msgstr "" @@ -5749,7 +5842,7 @@ msgstr "" msgid "%s results for your search with the keyword %s" msgstr "" -#: include/functions_helpviewer.inc:462 +#: include/functions_helpviewer.inc:461 #, php-format msgid "%s%% hit rate in file %s" msgstr "" @@ -5759,210 +5852,287 @@ msgstr "" msgid "Search filter" msgstr "Impressora" +#: include/class_filter.inc:444 +msgid "Search in subtrees" +msgstr "Procurar em subárvores" + #: include/class_filter.inc:449 #, fuzzy msgid "Edit filters" msgstr "Editar certificados" -#: include/class_userFilterEditor.inc:251 +#: include/class_SnapshotHandler.inc:45 include/class_SnapshotHandler.inc:76 +#, php-format +msgid "" +"The snapshot functionality is enabled but the required variable %s is not " +"set!" +msgstr "" + +#: include/class_SnapshotHandler.inc:58 #, php-format msgid "" -"Please check your filter #%s. You have '%s' opening and '%s' closing " -"brackets!" +"The snapshot functionality is enabled but the required PHP compression " +"module is missing: %s!" +msgstr "" + +#: include/class_userFilterEditor.inc:251 +#, php-format +msgid "Error in filter #%s: %s opening and %s closing brackets detected!" msgstr "" #: include/class_acl.inc:28 msgid "Manage access control lists" msgstr "Gerenciar listas de controle de acesso" -#: include/class_acl.inc:125 include/class_acl.inc:607 -#: include/class_acl.inc:1023 +#: include/class_acl.inc:125 include/class_acl.inc:609 +#: include/class_acl.inc:1025 #, fuzzy, php-format msgid "All users" msgstr "Usuários" -#: include/class_acl.inc:227 -msgid "Reset ACLs" -msgstr "Limpar ACLs" - -#: include/class_acl.inc:232 include/class_acl.inc:235 -msgid "Use ACL defined in role" -msgstr "Use ACL definida na regra" - -#: include/class_acl.inc:253 +#: include/class_acl.inc:252 #, fuzzy msgid "Section" msgstr "Ações" -#: include/class_acl.inc:263 +#: include/class_acl.inc:262 #, fuzzy msgid "Used" msgstr "Usuário" -#: include/class_acl.inc:568 +#: include/class_acl.inc:570 msgid "No ACL settings for this category!" msgstr "Nenhuma configuração de ACL para essa categoria!" -#: include/class_acl.inc:571 +#: include/class_acl.inc:573 #, php-format -msgid "Contains ACLs for these objects: %s" -msgstr "Contém ACLs para estes objetos: %s" +msgid "ACLs for: %s" +msgstr "" -#: include/class_acl.inc:577 include/class_acl.inc:581 +#: include/class_acl.inc:579 include/class_acl.inc:583 msgid "category ACL" msgstr "Categoria ACL" -#: include/class_acl.inc:634 -#, php-format -msgid "Edit ACL for '%s' - scope is '%s'" +#: include/class_acl.inc:635 +#, fuzzy, php-format +msgid "Edit ACL for '%s' with scope '%s'" msgstr "Editar ACL para '%s' - o escopo é '%s'" -#: include/class_acl.inc:799 include/class_acl.inc:806 +#: include/class_acl.inc:797 include/class_acl.inc:804 msgid "Show/hide advanced settings" msgstr "Exibir/Ocultar configurações avançadas" -#: include/class_acl.inc:817 +#: include/class_acl.inc:815 msgid "Create objects" msgstr "Criar objetos" -#: include/class_acl.inc:818 +#: include/class_acl.inc:816 msgid "Move objects" msgstr "Mover objetos" -#: include/class_acl.inc:819 +#: include/class_acl.inc:817 msgid "Remove objects" msgstr "Remover objetos" -#: include/class_acl.inc:821 -msgid "Grant permission to owner" -msgstr "Conceder permissão para o dono" - -#: include/class_acl.inc:825 include/class_acl.inc:930 -#: include/class_acl.inc:934 -msgid "read" -msgstr "leitura" - -#: include/class_acl.inc:826 include/class_acl.inc:932 -#: include/class_acl.inc:935 -msgid "write" -msgstr "escrita" - -#: include/class_acl.inc:830 +#: include/class_acl.inc:828 msgid "Complete object" msgstr "Objeto completo" -#: include/class_acl.inc:974 +#: include/class_acl.inc:976 #, php-format msgid "Unkown ACL type '%s'!" msgstr "Tipo de ACL desconhecida '%s'!" -#: include/class_acl.inc:1019 +#: include/class_acl.inc:1021 #, php-format msgid "Unknown entry '%s'!" msgstr "Entrada desconhecida '%s'!" -#: include/class_acl.inc:1083 include/class_acl.inc:1085 -#, php-format -msgid "Role: %s" -msgstr "Regra: %s" +#: include/class_acl.inc:1085 include/class_acl.inc:1087 +#, fuzzy, php-format +msgid "ACL role: %s" +msgstr "Regras de ACL" -#: include/class_acl.inc:1085 -msgid "unknown role" +#: include/class_acl.inc:1087 +#, fuzzy +msgid "unknown ACL role" msgstr "regra desconhecida" -#: include/class_acl.inc:1093 +#: include/class_acl.inc:1095 #, php-format msgid "Contains settings for these objects: %s" msgstr "Contém configurações para estes objetos: %s" -#: include/class_acl.inc:1110 +#: include/class_acl.inc:1112 msgid "inactive" msgstr "" -#: include/class_acl.inc:1110 +#: include/class_acl.inc:1112 #, fuzzy msgid "No members" msgstr "Membros do grupo" -#: include/class_acl.inc:1280 +#: include/class_acl.inc:1283 msgid "Access control list" msgstr "Lista de controle de acesso" -#: include/class_acl.inc:1285 +#: include/class_acl.inc:1289 msgid "ACL roles" msgstr "Regras de ACL" -#: include/class_acl.inc:1288 +#: include/class_acl.inc:1292 #, fuzzy msgid "ACL Entries" msgstr "Todas as categorias" #: include/class_tabs.inc:57 #, php-format -msgid "" -"No plugin definitions found to initialize '%s', please check your " -"configuration file." +msgid "No plugin definition for %s found: please check the configuration file!" msgstr "" -#: include/class_tabs.inc:241 +#: include/class_tabs.inc:249 #, php-format -msgid "Delete process has been canceled by plugin '%s': %s" +msgid "Delete process has been canceled by plugin %s: %s" msgstr "" -#: include/class_tabs.inc:379 +#: include/class_tabs.inc:387 msgid "References" msgstr "Referências" -#: include/class_listing.inc:537 +#: include/class_listing.inc:319 +msgid "Select all" +msgstr "" + +#: include/class_listing.inc:578 #, fuzzy msgid "created by" msgstr "Criar" -#: include/class_listing.inc:1016 include/class_listing.inc:1018 -msgid "Go up one department" -msgstr "Subir um departamento" +#: include/class_listing.inc:1057 include/class_listing.inc:1059 +msgid "Go to preceding level" +msgstr "" -#: include/class_listing.inc:1024 include/class_listing.inc:1026 -msgid "Go to users department" -msgstr "Ir para departamento de usuários" +#: include/class_listing.inc:1065 include/class_listing.inc:1067 +msgid "Go to current users level" +msgstr "" -#: include/class_listing.inc:1031 +#: include/class_listing.inc:1072 msgid "Reload list" msgstr "Recarregar lista" -#: include/class_listing.inc:1397 include/class_plugin.inc:1960 +#: include/class_listing.inc:1444 msgid "Copy" msgstr "" -#: include/class_listing.inc:1403 include/class_plugin.inc:1964 +#: include/class_listing.inc:1450 msgid "Cut" msgstr "" -#: include/class_listing.inc:1436 include/class_plugin.inc:1918 +#: include/class_listing.inc:1483 msgid "Cut this entry" msgstr "" -#: include/class_listing.inc:1445 include/class_plugin.inc:1926 +#: include/class_listing.inc:1492 msgid "Copy this entry" msgstr "" -#: include/class_listing.inc:1477 include/class_listing.inc:1479 +#: include/class_listing.inc:1524 include/class_listing.inc:1526 msgid "Restore snapshots" msgstr "" -#: include/class_listing.inc:1493 +#: include/class_listing.inc:1540 msgid "Export list" msgstr "" -#: include/class_listing.inc:1527 include/class_SnapShotDialog.inc:145 -#: include/class_plugin.inc:1892 +#: include/class_listing.inc:1574 include/class_SnapShotDialog.inc:141 msgid "Restore snapshot" msgstr "" -#: include/class_listing.inc:1535 include/class_plugin.inc:1900 -msgid "Create a new snapshot from this object" +#: include/class_listing.inc:1582 +msgid "Create new snapshot for this object" +msgstr "" + +#: include/class_configRegistry.inc:188 +#, php-format +msgid "%s has version %s but %s is required!" +msgstr "" + +#: include/class_configRegistry.inc:243 +msgid "" +"Plugins that require one or more of the object classes above will be " +"disabled until the object classes get updated." +msgstr "" + +#: include/class_configRegistry.inc:245 +msgid "Schema validation error" +msgstr "" + +#: include/class_configRegistry.inc:656 +#, php-format +msgid "" +"The value '%s' specified for '%s:%s' is invalid. A bool value is required " +"here!" +msgstr "" + +#: include/class_configRegistry.inc:671 +#, php-format +msgid "" +"The value '%s' specified for '%s:%s' is invalid. A string value is required " +"here!" +msgstr "" + +#: include/class_configRegistry.inc:686 +#, php-format +msgid "" +"The value '%s' specified for '%s:%s' is invalid. A numeric value is required " +"here!" +msgstr "" + +#: include/class_configRegistry.inc:701 +#, fuzzy, php-format +msgid "The path '%s' specified for '%s:%s' is invalid!" +msgstr "O comando '%s' para o plugin %s is invalid!" + +#: include/class_configRegistry.inc:717 include/class_configRegistry.inc:739 +#, fuzzy, php-format +msgid "The folder '%s' specified for '%s:%s' does not exists!" +msgstr "O comando especificado como %s, relativo ao plugin '%s', não existe!" + +#: include/class_configRegistry.inc:722 +#, php-format +msgid "The folder '%s' specified for '%s:%s' cannot be used for reading!" +msgstr "" + +#: include/class_configRegistry.inc:744 +#, php-format +msgid "The folder '%s' specified for '%s:%s' cannot be used for writing!" +msgstr "" + +#: include/class_configRegistry.inc:762 +#, fuzzy, php-format +msgid "The file '%s' specified for '%s:%s' does not exists!" +msgstr "O comando especificado como %s, relativo ao plugin '%s', não existe!" + +#: include/class_configRegistry.inc:767 +#, php-format +msgid "The file '%s' specified for '%s:%s' cannot be read!" msgstr "" +#: include/class_configRegistry.inc:783 +#, fuzzy, php-format +msgid "The command '%s' specified for '%s:%s' is invalid!" +msgstr "O comando '%s' (%s) para o plugin %s é inválido!" + +#: include/class_configRegistry.inc:798 +#, fuzzy, php-format +msgid "The dn '%s' specified for '%s:%s' is invalid!" +msgstr "O comando '%s' para o plugin %s is invalid!" + +#: include/class_configRegistry.inc:813 +#, fuzzy, php-format +msgid "The rdn '%s' specified for '%s:%s' is invalid!" +msgstr "O comando '%s' para o plugin %s is invalid!" + #: include/class_SnapShotDialog.inc:55 #, fuzzy msgid "Date" @@ -5970,14 +6140,15 @@ msgstr "Colar" #: include/class_SnapShotDialog.inc:93 #, php-format -msgid "You're about to delete the snapshot '%s'." +msgid "You are about to delete the snapshot %s." msgstr "" -#: include/class_SnapShotDialog.inc:146 -msgid "Remove snapshot" -msgstr "" +#: include/class_SnapShotDialog.inc:142 +#, fuzzy +msgid "Delete snapshot" +msgstr "Deletar esta entrada" -#: include/class_SnapShotDialog.inc:147 include/class_SnapShotDialog.inc:165 +#: include/class_SnapShotDialog.inc:143 include/class_SnapShotDialog.inc:161 msgid "Y-m-d, H:i:s" msgstr "" @@ -5986,28 +6157,27 @@ msgid "Performance warning" msgstr "Alerta de performance" #: include/class_ldap.inc:233 include/class_ldap.inc:266 -#, php-format -msgid "LDAP performance is poor: last query took about %.2fs!" +#, fuzzy, php-format +msgid "LDAP performance is poor: last query took %.2fs!" msgstr "" "A performance do LDAP está ruim: a última pesquisa levou cerca de %.2fs!" #: include/class_ldap.inc:693 -#, php-format -msgid "" -"Cannot automatically create subtrees with RDN '%s': no object class found!" +#, fuzzy, php-format +msgid "Cannot automatically create subtrees with RDN %s: no object class found" msgstr "" "Não foi possível criar subárvores automaticamente com RDN '%s': classe de " "objeto não encontrada!" #: include/class_ldap.inc:744 -#, php-format -msgid "Cannot automatically create subtrees with RDN '%s': not supported" +#, fuzzy, php-format +msgid "Cannot automatically create subtrees with RDN %s: not supported" msgstr "" "Não foi possível criar subárvores automaticamente com '%s': não suportado" #: include/class_ldap.inc:831 -#, php-format -msgid "while operating on '%s' using LDAP server '%s'" +#, fuzzy, php-format +msgid "while operating on %s using LDAP server %s" msgstr "enquanto executava em '%s' usando LDAP server '%s'" #: include/class_ldap.inc:833 @@ -6015,88 +6185,93 @@ msgstr "enquanto executava em '%s' usando LDAP server '%s'" msgid "while operating on LDAP server %s" msgstr "enquanto executava no LDAP server %s" -#: include/class_ldap.inc:1055 -#, php-format +#: include/class_ldap.inc:1006 +#, fuzzy, php-format msgid "" -"This is not a valid DN: '%s'. A block for import should begin with 'dn: ...' " -"in line %s" +"Invalid DN %s: block to be imported should start with 'dn: ...' in line %s" msgstr "" "Esse não é um DN válido: '%s'. O bloco para importação deve iniciar com " "'dn: ...' na linha %s" -#: include/class_ldap.inc:1084 -#, php-format -msgid "Error while importing dn: '%s', please check your LDIF from line %s on!" +#: include/class_ldap.inc:1035 +#, fuzzy, php-format +msgid "Error while importing DN %s: please check LDIF from line %s on!" msgstr "" "Erro enquanto importava dn: '%s', por favor, verifique seu LDIF na linha %s!" -#: include/php_setup.inc:103 +#: include/php_setup.inc:101 msgid "Generating this page caused the PHP interpreter to raise some errors!" msgstr "" -#: include/php_setup.inc:108 -msgid "Send bug report to the GOsa Team" -msgstr "" - -#: include/php_setup.inc:108 +#: include/php_setup.inc:104 msgid "Send bugreport" msgstr "" -#: include/php_setup.inc:113 -msgid "Toggle information" +#: include/php_setup.inc:108 +msgid "Toggle details" msgstr "" -#: include/php_setup.inc:123 +#: include/php_setup.inc:117 msgid "PHP error" msgstr "" -#: include/php_setup.inc:142 +#: include/php_setup.inc:136 msgid "class" msgstr "" -#: include/php_setup.inc:148 +#: include/php_setup.inc:142 msgid "function" msgstr "" -#: include/php_setup.inc:153 +#: include/php_setup.inc:147 msgid "static" msgstr "" -#: include/php_setup.inc:157 +#: include/php_setup.inc:151 msgid "method" msgstr "" -#: include/php_setup.inc:190 -msgid "Trace" +#: include/php_setup.inc:184 +msgid "Traceback" msgstr "" -#: include/php_setup.inc:191 +#: include/php_setup.inc:185 msgid "File" msgstr "" -#: include/php_setup.inc:191 +#: include/php_setup.inc:185 msgid "Line" msgstr "" -#: include/php_setup.inc:192 +#: include/php_setup.inc:186 msgid "Arguments" msgstr "" -#: include/class_pathNavigator.inc:69 +#: include/class_pathNavigator.inc:86 #, fuzzy msgid "Welcome to GOsa" msgstr "Bem vindo %s!" -#: include/class_pluglist.inc:74 -msgid "All objects in this category" -msgstr "Todos os objetos nessa categoria" - -#: include/class_pluglist.inc:99 -msgid "The configuration format has changed. Please re-run setup!" +#: include/class_pluglist.inc:93 +#, fuzzy +msgid "The configuration format has changed: please run the setup again!" msgstr "" "O formato da configuração foi alterado. Por favor, execute novamente o " "configurador!" +#: include/class_pluglist.inc:229 +#, fuzzy +msgid "" +"You are currently editing a database entry. Do you want to discard the " +"changes?" +msgstr "" +"Você esta atualmente editando uma entrada na base de dados. Você quer perder " +"as alterações realizadas?" + +#: include/class_pluglist.inc:329 +msgid "Back to main menu" +msgstr "" + #: include/exporter/class_PDF.inc:24 #, fuzzy msgid "Page" @@ -6132,58 +6307,43 @@ msgstr "" msgid "Cannot remove entry %s!" msgstr "" -#: include/class_management.inc:459 include/class_plugin.inc:1434 +#: include/class_management.inc:462 #, php-format -msgid "You are not allowed to create a snapshot for %s." +msgid "You are not allowed to create a snapshot for %s!" msgstr "" -#: include/class_management.inc:506 include/class_management.inc:543 -#: include/class_management.inc:557 include/class_plugin.inc:1446 -#: include/class_plugin.inc:1461 include/class_plugin.inc:1474 +#: include/class_management.inc:509 include/class_management.inc:561 +#: include/class_management.inc:575 #, php-format -msgid "You are not allowed to restore a snapshot for %s." +msgid "You are not allowed to restore a snapshot for %s!" msgstr "" -#: include/class_management.inc:616 +#: include/class_management.inc:524 #, php-format -msgid "" -"No tab declaration for '%s' found in your configuration file. Cannot create " -"plugin instance!" +msgid "You are not allowed to remove a snapshot for %s!" msgstr "" -#: include/class_plugin.inc:527 +#: include/class_management.inc:644 +#, php-format msgid "" -"The object has changed since opened in GOsa. All changes that may be done by " -"others get lost if you save this entry!" -msgstr "" - -#: include/class_plugin.inc:1690 -msgid "Changing ACL dn" -msgstr "" - -#: include/class_plugin.inc:1690 -msgid "from" -msgstr "de" - -#: include/class_plugin.inc:1874 include/class_plugin.inc:1876 -msgid "Restore" -msgstr "" - -#: include/class_plugin.inc:1899 -msgid "Create snapshot" +"No tab definition for %s found in configuration file: cannot create plugin " +"instance!" msgstr "" -#: include/class_plugin.inc:1918 -msgid "cut" +#: include/class_plugin.inc:526 +msgid "" +"The current object has been altered while beeing edited. If you save this " +"entry, changes that have been made by others will be discarded!" msgstr "" -#: include/class_plugin.inc:1926 -msgid "copy" +#: include/class_plugin.inc:1327 +#, php-format +msgid "Changing ACL DN from %s to %s" msgstr "" #: include/class_session.inc:76 include/class_session.inc:101 #: include/class_session.inc:127 -msgid "Requested channel does not exist! Please contact your Administrator." +msgid "Requested channel does not exist!" msgstr "" #: html/helpviewer.php:64 @@ -6194,7 +6354,7 @@ msgstr "Navegador de ajuda" msgid "There is no helpfile specified for this class" msgstr "Não existe helpfile especificado para essa classe" -#: html/helpviewer.php:269 +#: html/helpviewer.php:268 #, php-format msgid "Helpdir '%s' is not accessible, can't read any helpfiles." msgstr "" @@ -6202,169 +6362,375 @@ msgstr "" #: html/index.php:45 #, php-format -msgid "Your browser (%s) is blacklisted for the current theme." +msgid "Your browser (%s) is blacklisted for the current theme!" msgstr "" -#: html/index.php:70 +#: html/index.php:72 #, php-format msgid "This session is not ecrypted. Click %s to enter an encrypted session." msgstr "" -#: html/index.php:70 +#: html/index.php:72 #, fuzzy msgid "here" msgstr "Servidor" -#: html/index.php:76 -msgid "" -"The session lifetime configured in your gosa.conf will be overridden by php." -"ini settings." +#: html/index.php:78 +msgid "The configured session lifetime will be overridden by php.ini settings!" msgstr "" -#: html/index.php:156 html/password.php:61 +#: html/index.php:157 html/password.php:61 #, php-format msgid "GOsa configuration %s/%s is not readable. Aborted." msgstr "A configuração GOsa %s/%s não pôde ser lida. Abortado." -#: html/index.php:177 +#: html/index.php:179 msgid "Smarty error" msgstr "" -#: html/index.php:177 html/password.php:88 html/setup.php:66 +#: html/index.php:179 html/password.php:86 html/setup.php:68 #, php-format -msgid "Directory '%s' specified as compile directory is not accessible!" -msgstr "" - -#: html/index.php:228 -msgid "There is a problem with the authentication setup!" +msgid "Compile directory %s is not accessible!" msgstr "" -#: html/index.php:236 -msgid "Cannot find a valid user for the current authentication setup!" +#: html/index.php:202 +#, fuzzy +msgid "" +"Your browser has cookies disabled: please enable cookies and reload this " +"page before logging in!" msgstr "" +"Seu navegador está com suporte a cookies desabilitado. Por favor, habilite-o " +"e recarregue essa página antes de entrar!" -#: html/index.php:240 -msgid "User information is not unique accross the configured LDAP trees!" +#: html/index.php:233 +msgid "Broken HTTP authentication setup!" msgstr "" -#: html/index.php:277 -msgid "Cannot detect information about the installed LDAP schema!" +#: html/index.php:241 +msgid "Cannot find a valid user for the current HTTP authentication!" msgstr "" -#: html/index.php:290 -msgid "Your LDAP setup contains old schema definitions:" +#: html/index.php:245 +msgid "Cannot find a unique user for the current HTTP authentication!" msgstr "" -#: html/index.php:311 +#: html/index.php:289 msgid "Please specify a valid username!" msgstr "Por favor, especifique um nome de usuário válido!" -#: html/index.php:314 +#: html/index.php:292 msgid "Please specify your password!" msgstr "Por favor, especifique sua senha!" -#: html/index.php:326 +#: html/index.php:304 msgid "Authentication error" msgstr "" -#: html/index.php:326 -msgid "Cannot retrieve user information for htaccess authentication!" +#: html/index.php:304 +msgid "Cannot retrieve user information for HTTP authentication!" msgstr "" -#: html/index.php:333 html/password.php:250 -msgid "Please check the username/password combination." +#: html/index.php:311 html/password.php:252 +#, fuzzy +msgid "Please check the username/password combination!" msgstr "Por favor, verifique a combinação usuário / senha" -#: html/index.php:381 +#: html/index.php:359 msgid "Account locked. Please contact your system administrator!" msgstr "" -#: html/index.php:425 -msgid "" -"Your browser has cookies disabled. Please enable cookies and reload this " -"page before logging in!" -msgstr "" -"Seu navegador está com suporte a cookies desabilitado. Por favor, habilite-o " -"e recarregue essa página antes de entrar!" - -#: html/password.php:181 +#: html/password.php:180 msgid "Error: Password method not available!" msgstr "Erro: Método de senha não disponível!" -#: html/password.php:254 -msgid "You have no permissions to change your password." +#: html/password.php:216 +#, fuzzy +msgid "The values for 'New password' and 'Repeated new password' differ!" +msgstr "" +"A senha digitada nos campos 'Nova senha' e 'Repita nova senha' não conferem." + +#: html/password.php:228 +#, fuzzy +msgid "The password used as new and current are too similar!" +msgstr "A senha utilizada como nova e atual são muito similares." + +#: html/password.php:234 +#, fuzzy +msgid "The password used as new is to short!" +msgstr "A senha utilizada como nova é curta." + +#: html/password.php:256 +#, fuzzy +msgid "You have no permissions to change your password!" msgstr "Você não tem permissão para alterar sua senha." -#: html/password.php:279 +#: html/password.php:281 #, fuzzy, php-format msgid "External password changer reported a problem: %s" msgstr "O alterador externo de senhas reportou um problema:" -#: html/password.php:314 +#: html/password.php:316 msgid "Session will not be encrypted." msgstr "A sessão não será criptografada." -#: html/password.php:316 +#: html/password.php:318 msgid "Enter SSL session" msgstr "Entre com a sessão SSL" -#: html/setup.php:66 +#: html/setup.php:68 msgid "Smarty" msgstr "" -#: html/main.php:150 +#: html/main.php:159 #, php-format -msgid "Cannot locate file '%s' - please run '%s' to fix this" +msgid "Cannot locate file %s - please run %s to fix this" msgstr "" -#: html/main.php:169 +#: html/main.php:178 msgid "PHP configuration" msgstr "" -#: html/main.php:170 +#: html/main.php:179 msgid "" -"FATAL: Register globals is on. GOsa will refuse to login unless this is " -"fixed by an administrator." +"FATAL: Register globals is active. Please fix this in order to continue." msgstr "" -#: html/main.php:230 +#: html/main.php:239 msgid "Running out of memory!" msgstr "" -#: html/main.php:289 +#: html/main.php:299 #, fuzzy msgid "ACLs are disabled" msgstr "desabilitado" -#: html/main.php:289 html/main.php:291 +#: html/main.php:299 html/main.php:301 #, php-format msgid "You're logged in as %s" msgstr "" -#: html/main.php:341 +#: html/main.php:349 msgid "Your password is about to expire, please change your password!" msgstr "" -#: html/main.php:351 +#: html/main.php:359 msgid "Plugin" msgstr "" -#: html/main.php:352 +#: html/main.php:360 #, php-format -msgid "FATAL: Cannot find any plugin definitions for plugin '%s'!" +msgid "FATAL: Cannot find any plugin definitions for plugin %s!" msgstr "" -#: html/main.php:367 +#: html/main.php:376 msgid "Configuration Error" msgstr "" -#: html/main.php:368 +#: html/main.php:377 #, php-format msgid "" "FATAL: not all POST variables have been transfered by PHP - please inform " "your administrator!" msgstr "" +#, fuzzy +#~ msgid "Created" +#~ msgstr "Criar" + +#, fuzzy +#~ msgid "Reset Content" +#~ msgstr "Limpar ACLs" + +#, fuzzy +#~ msgid "Multi-Status" +#~ msgstr "Estatus" + +#, fuzzy +#~ msgid "Use Proxy" +#~ msgstr "Proxy" + +#, fuzzy +#~ msgid "(reserviert)" +#~ msgstr "Servidores" + +#, fuzzy +#~ msgid "Gone" +#~ msgstr "nenhum" + +#, fuzzy +#~ msgid "Locked" +#~ msgstr "Lista de usuários" + +#, fuzzy +#~ msgid "Unordered Collection" +#~ msgstr "Administração de grupos" + +#, fuzzy +#~ msgid "Internal Server Error" +#~ msgstr "Erro interno" + +#~ msgid "Samba settings" +#~ msgstr "Configurações samba" + +#~ msgid "Mail settings" +#~ msgstr "Configurações de Correio" + +#~ msgid "Mail method" +#~ msgstr "Método de correio" + +#~ msgid "Password settings" +#~ msgstr "Configurações de senha" + +#~ msgid "Refresh" +#~ msgstr "Recarregar" + +#~ msgid "Directory" +#~ msgstr "Diretório" + +#~ msgid "Sign in" +#~ msgstr "Entrar" + +#~ msgid "" +#~ "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." +#~ msgstr "" +#~ "Então, se você tem certeza, pressione 'Deletar' para continuar ou " +#~ "'Cancelar' para abortar." + +#~ msgid "Main" +#~ msgstr "Principal" + +#~ msgid "Help" +#~ msgstr "Ajuda" + +#~ msgid "Sign out" +#~ msgstr "Sair" + +#~ msgid "Signed in:" +#~ msgstr "Logado:" + +#~ msgid "Change your password" +#~ msgstr "Altere sua senha" + +#~ msgid "Success" +#~ msgstr "Sucesso" + +#~ msgid "Your password has been changed successfully." +#~ msgstr "Sua senha foi alterada com sucesso." + +#~ msgid "New password repeated" +#~ msgstr "Nova senha repetida" + +#~ msgid "Change" +#~ msgstr "Alterar" + +#~ msgid "Click here to change your password" +#~ msgstr "Clique aqui para alterar sua senha" + +#~ msgid "UNIX" +#~ msgstr "UNIX" + +#~ msgid "FTP" +#~ msgstr "FTP" + +#~ msgid "" +#~ "Changing the password affects your authentification on mail, proxy, samba " +#~ "and unix services." +#~ msgstr "" +#~ "Alteração de senha afeta a autenticação dos serviços de correio, proxy, " +#~ "samba e unix." + +#~ msgid "" +#~ "(Some types of certificates are currently not supported and may be " +#~ "displayed as 'invalid'.)" +#~ msgstr "" +#~ "(Alguns tipos de certificados não são suportados atualmente e podem ser " +#~ "exibidos como 'inválidos'.)" + +#~ msgid "Personal picture" +#~ msgstr "Foto pessoal" + +#, fuzzy +#~ msgid "! unknown UID" +#~ msgstr "! id desconhecido" + +#~ msgid "All categories" +#~ msgstr "Todas as categorias" + +#~ msgid "All objects in current subtree" +#~ msgstr "Todos os objetos na subárvore atual" + +#~ msgid "Systems" +#~ msgstr "Sistemas" + +#~ msgid "Startup" +#~ msgstr "Início" + +#~ msgid "FAI summary" +#~ msgstr "Sumário FAI" + +#~ msgid "Cannot bind to LDAP. Please contact the system administrator." +#~ msgstr "" +#~ "Não foi possível realizar bind para o LDAP. Por favor, contacte o " +#~ "administrador do sistema." + +#~ msgid "The mcrypt module was not found. Please install php5-mcrypt." +#~ msgstr "" +#~ "O módulo mcrypt não foi encontrado. Por favor, instale o php5-mcrypt." + +#~ msgid "Up" +#~ msgstr "Para cima" + +#~ msgid "Down" +#~ msgstr "Para baixo" + +#~ msgid "Apply filter" +#~ msgstr "Aplicar filtro" + +#~ msgid "" +#~ "The timezone setting '%s' in your gosa.conf is not valid. Cannot " +#~ "calculate correct timezone offset." +#~ msgstr "" +#~ "A configuração do fuso horário '%s' no gosa.conf não é válida. Não foi " +#~ "possível calcular o intervalo do fuso horário corretamente." + +#~ msgid "Select to list objects of type '%s'." +#~ msgstr "Selecione para listar objetos do tipo '%s'." + +#~ msgid "Select to list objects containig '%s'." +#~ msgstr "Selecione para listar objetos contendo '%s'." + +#~ msgid "Select to list objects that have '%s' enabled" +#~ msgstr "Selecione para listar objetos que possuem '%s' habilitado" + +#~ msgid "Select to search within subtrees" +#~ msgstr "Selecione para pesquisar dentro das sub-árvores" + +#, fuzzy +#~ msgid "in" +#~ msgstr "Principal" + +#, fuzzy +#~ msgid "on line" +#~ msgstr "Continuar" + +#~ msgid "Contains ACLs for these objects: %s" +#~ msgstr "Contém ACLs para estes objetos: %s" + +#~ msgid "Role: %s" +#~ msgstr "Regra: %s" + +#~ msgid "Go up one department" +#~ msgstr "Subir um departamento" + +#~ msgid "Go to users department" +#~ msgstr "Ir para departamento de usuários" + +#~ msgid "All objects in this category" +#~ msgstr "Todos os objetos nessa categoria" + +#~ msgid "from" +#~ msgstr "de" + #, fuzzy #~ msgid "Prpperties" #~ msgstr "Propriedades" @@ -6376,13 +6742,6 @@ msgstr "" #~ msgid "Session conflict detected" #~ msgstr "Conflito de sessão detectado" -#~ msgid "Logout" -#~ msgstr "Sair" - -#, fuzzy -#~ msgid "Filter" -#~ msgstr "Filtros" - #, fuzzy #~ msgid "Show department" #~ msgstr "Departamentos" @@ -6447,10 +6806,6 @@ msgstr "" #~ "realmente quer fazer isso, pois o GOsa não possui uma forma para " #~ "restaurar seus dados anteriores." -#, fuzzy -#~ msgid "Show primary groups" -#~ msgstr "Grupo primário" - #, fuzzy #~ msgid "Show samba groups" #~ msgstr "Usuários do domínio" @@ -6481,9 +6836,6 @@ msgstr "" #~ "da sua árvore LDAP em um arquivo. Então, se pronto, pressione 'Deletar' " #~ "para continuar ou 'Cancelar' para abortar." -#~ msgid "List of departments" -#~ msgstr "Lista dos departamentos" - #, fuzzy #~ msgid "Show access control lists" #~ msgstr "Lista de controle de acesso" @@ -6508,10 +6860,6 @@ msgstr "" #~ msgid "List of systems" #~ msgstr "Lista de usuários" -#, fuzzy -#~ msgid "List filter settings" -#~ msgstr "Configurações do usuário" - #, fuzzy #~ msgid "Posix extension settings" #~ msgstr "Configurações Posix" @@ -6612,13 +6960,6 @@ msgstr "" #~ msgid "User administration" #~ msgstr "Administração de usuários" -#, fuzzy -#~ msgid "phone users" -#~ msgstr "Telefones" - -#~ msgid "GOsa" -#~ msgstr "GOsa" - #~ msgid "Edit UNIX properties" #~ msgstr "Editar propriedades UNIX" diff --git a/gosa-core/locale/core/ru/LC_MESSAGES/messages.po b/gosa-core/locale/core/ru/LC_MESSAGES/messages.po index 598402c39..50d30de73 100644 --- a/gosa-core/locale/core/ru/LC_MESSAGES/messages.po +++ b/gosa-core/locale/core/ru/LC_MESSAGES/messages.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: messages\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-04-16 10:37+0200\n" +"POT-Creation-Date: 2010-06-07 14:39+0200\n" "PO-Revision-Date: 2005-04-18 14:35+0300\n" "Last-Translator: Igor Muratov \n" "Language-Team: ALT Linux Team\n" @@ -14,74 +14,63 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: poEdit 1.3.1\n" -#: setup/setup_ldap.tpl:7 +#: setup/setup_ldap.tpl:2 +msgid "" +"The main data source used in GOsa is LDAP. In order to access the " +"information stored there, please enter the required information." +msgstr "" + +#: setup/setup_ldap.tpl:9 msgid "Please choose the LDAP user to be used by GOsa" msgstr "" -#: setup/setup_ldap.tpl:13 ihtml/themes/default/help.tpl:21 -#: ihtml/themes/modern/help.tpl:21 include/class_filter.inc:228 +#: setup/setup_ldap.tpl:15 ihtml/themes/default/help.tpl:21 +#: include/class_filter.inc:158 include/class_filter.inc:228 msgid "Search" msgstr "Поиск" -#: setup/setup_ldap.tpl:17 setup/setup_migrate.tpl:169 -#: setup/setup_migrate.tpl:224 setup/setup_migrate.tpl:277 -#: setup/setup_migrate.tpl:346 setup/setup_migrate.tpl:405 -#: setup/setup_migrate.tpl:462 setup/setup_migrate.tpl:512 -#: setup/setup_migrate.tpl:560 setup/setup_migrate.tpl:609 -#: ihtml/themes/default/acl.tpl:30 ihtml/themes/default/acl.tpl:54 -#: ihtml/themes/default/acl.tpl:130 ihtml/themes/default/acl.tpl:147 -#: ihtml/themes/modern/acl.tpl:33 ihtml/themes/modern/acl.tpl:62 -#: ihtml/themes/modern/acl.tpl:133 ihtml/themes/modern/acl.tpl:150 -#: include/utils/class_msgPool.inc:324 +#: setup/setup_ldap.tpl:19 setup/setup_migrate.tpl:70 +#: ihtml/themes/default/acl.tpl:33 ihtml/themes/default/acl.tpl:62 +#: ihtml/themes/default/acl.tpl:133 ihtml/themes/default/acl.tpl:150 +#: include/utils/class_msgPool.inc:307 #, php-format msgid "Apply" msgstr "Применить" -#: setup/setup_ldap.tpl:19 setup/setup_migrate.tpl:172 -#: setup/setup_migrate.tpl:227 setup/setup_migrate.tpl:279 -#: setup/setup_migrate.tpl:348 setup/setup_migrate.tpl:408 -#: setup/setup_migrate.tpl:465 setup/setup_migrate.tpl:515 -#: setup/setup_migrate.tpl:563 setup/setup_migrate.tpl:612 -#: ihtml/themes/default/acl.tpl:134 ihtml/themes/default/acl.tpl:150 +#: setup/setup_ldap.tpl:20 setup/setup_migrate.tpl:71 +#: ihtml/themes/default/acl.tpl:137 ihtml/themes/default/acl.tpl:153 #: ihtml/themes/default/copyPasteDialog.tpl:21 -#: ihtml/themes/default/remove.tpl:15 ihtml/themes/default/islocked.tpl:19 +#: ihtml/themes/default/islocked.tpl:26 #: ihtml/themes/default/snapshotdialog.tpl:44 -#: ihtml/themes/default/snapshotdialog.tpl:89 -#: ihtml/themes/default/msg_dialog.tpl:79 -#: ihtml/themes/default/msg_dialog.tpl:139 -#: ihtml/themes/default/msg_dialog.tpl:144 ihtml/themes/modern/acl.tpl:137 -#: ihtml/themes/modern/acl.tpl:153 ihtml/themes/modern/copyPasteDialog.tpl:21 -#: ihtml/themes/modern/islocked.tpl:26 -#: ihtml/themes/modern/snapshotdialog.tpl:44 -#: ihtml/themes/modern/snapshotdialog.tpl:90 -#: ihtml/themes/modern/msg_dialog.tpl:80 -#: ihtml/themes/modern/msg_dialog.tpl:141 -#: ihtml/themes/modern/msg_dialog.tpl:146 include/utils/class_msgPool.inc:312 +#: ihtml/themes/default/snapshotdialog.tpl:90 +#: ihtml/themes/default/msg_dialog.tpl:80 +#: ihtml/themes/default/msg_dialog.tpl:141 +#: ihtml/themes/default/msg_dialog.tpl:146 include/utils/class_msgPool.inc:295 #, php-format msgid "Cancel" msgstr "Отмена" -#: setup/setup_ldap.tpl:28 +#: setup/setup_ldap.tpl:28 setup/setup_ldap.tpl:29 #, fuzzy msgid "LDAP connection" msgstr "Отключение" -#: setup/setup_ldap.tpl:32 +#: setup/setup_ldap.tpl:31 msgid "Location name" msgstr "Местоположение" -#: setup/setup_ldap.tpl:40 +#: setup/setup_ldap.tpl:35 #, fuzzy msgid "Connection URI" msgstr "Подключение" -#: setup/setup_ldap.tpl:48 +#: setup/setup_ldap.tpl:39 #, fuzzy msgid "TLS connection" msgstr "Соединение..." -#: setup/setup_ldap.tpl:58 plugins/personal/generic/generic.tpl:170 -#: plugins/personal/generic/class_user.inc:1692 +#: setup/setup_ldap.tpl:47 plugins/personal/generic/generic.tpl:170 +#: plugins/personal/generic/class_user.inc:1726 #: plugins/personal/posix/groupSelect/group-list.tpl:12 #: plugins/personal/posix/trustSelect/trust-list.tpl:12 #: plugins/admin/users/user-list.tpl:12 @@ -90,13 +79,13 @@ msgstr "Соединение..." #: plugins/admin/groups/generic.tpl:39 #: plugins/admin/groups/userSelect/user-list.tpl:12 #: plugins/admin/groups/group-list.tpl:12 -#: plugins/admin/groups/class_group.inc:1023 +#: plugins/admin/groups/class_group.inc:1039 #: plugins/admin/departments/class_domain.inc:92 #: plugins/admin/departments/generic.tpl:39 #: plugins/admin/departments/organization.tpl:39 #: plugins/admin/departments/class_localityGeneric.inc:94 #: plugins/admin/departments/locality.tpl:28 -#: plugins/admin/departments/class_department.inc:671 +#: plugins/admin/departments/class_department.inc:679 #: plugins/admin/departments/dcObject.tpl:28 #: plugins/admin/departments/domain.tpl:28 #: plugins/admin/departments/country.tpl:28 @@ -105,96 +94,61 @@ msgstr "Соединение..." #: plugins/admin/departments/class_organizationGeneric.inc:125 #: plugins/admin/departments/class_dcObject.inc:93 #: plugins/admin/acl/acl_role.tpl:27 plugins/admin/acl/acl-list.tpl:12 -#: plugins/admin/acl/class_aclRole.inc:725 +#: plugins/admin/acl/class_aclRole.inc:739 #: plugins/admin/ogroups/generic.tpl:26 #: plugins/admin/ogroups/objectSelect/selectObject-list.tpl:12 -#: plugins/admin/ogroups/class_ogroup.inc:850 +#: plugins/admin/ogroups/class_ogroup.inc:834 #: plugins/admin/ogroups/ogroup-list.tpl:12 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:114 +#: plugins/addons/dyngroup/dyngroup.tpl:5 msgid "Base" msgstr "Ветка" -#: setup/setup_ldap.tpl:68 setup/setup_migrate.tpl:273 +#: setup/setup_ldap.tpl:57 #, fuzzy msgid "Reload" msgstr "чтение" -#: setup/setup_ldap.tpl:72 +#: setup/setup_ldap.tpl:63 setup/setup_ldap.tpl:64 #, fuzzy msgid "Authentication" msgstr "Рабочая станция Windows" -#: setup/setup_ldap.tpl:76 +#: setup/setup_ldap.tpl:66 msgid "Admin DN" msgstr "DN администратора" -#: setup/setup_ldap.tpl:81 -#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:79 +#: setup/setup_ldap.tpl:71 #, fuzzy msgid "Select user" msgstr "Удалить" -#: setup/setup_ldap.tpl:89 +#: setup/setup_ldap.tpl:81 msgid "Automatically append LDAP base to admin DN" msgstr "" -#: setup/setup_ldap.tpl:96 +#: setup/setup_ldap.tpl:85 msgid "Admin password" msgstr "Пароль администратора" -#: setup/setup_ldap.tpl:104 +#: setup/setup_ldap.tpl:91 setup/setup_ldap.tpl:92 #, fuzzy msgid "Schema based settings" msgstr "Настройки Samba" -#: setup/setup_ldap.tpl:108 +#: setup/setup_ldap.tpl:94 msgid "Use rfc2307bis compliant groups" msgstr "" -#: setup/setup_ldap.tpl:120 +#: setup/setup_ldap.tpl:105 setup/setup_ldap.tpl:106 #, fuzzy msgid "Current status" msgstr "Состояние системы" -#: setup/setup_ldap.tpl:124 ihtml/themes/default/msg_dialog.tpl:61 -#: ihtml/themes/default/msg_dialog.tpl:108 -#: plugins/admin/ogroups/class_ogroup.inc:200 +#: setup/setup_ldap.tpl:108 plugins/admin/ogroups/class_ogroup.inc:230 msgid "Information" msgstr "Информация" -#: setup/class_setupStep_Config3.inc:81 setup/class_setupStep_Config3.inc:82 -#, fuzzy -msgid "GOsa settings 3/3" -msgstr "Почтовые настройки пользователя" - -#: setup/class_setupStep_Config3.inc:83 -msgid "Tweak some GOsa core behaviour" -msgstr "" - -#: setup/class_setupStep_Config3.inc:93 setup/class_setupStep_Ldap.inc:74 -#: setup/class_setupStep_Config2.inc:136 setup/setup_feedback.tpl:65 -#: setup/setup_feedback.tpl:85 setup/class_setupStep_Schema.inc:86 -#: setup/class_setupStep_Config1.inc:88 -#, fuzzy -msgid "No" -msgstr "нет" - -#: setup/class_setupStep_Config3.inc:93 setup/class_setupStep_Ldap.inc:74 -#: setup/class_setupStep_Config2.inc:136 setup/setup_feedback.tpl:63 -#: setup/setup_feedback.tpl:83 setup/class_setupStep_Schema.inc:86 -#: setup/class_setupStep_Config1.inc:88 -#, fuzzy -msgid "Yes" -msgstr "Системы" - -#: setup/class_setupStep_Config3.inc:212 -msgid "Session lifetime must be a numeric value!" -msgstr "" - -#: setup/class_setupStep_Config3.inc:216 -#, fuzzy -msgid "Maximum LDAP query time must be a numeric value!" -msgstr "Размер квоты" - #: setup/setup_finish.tpl:3 #, fuzzy msgid "Create your configuration file" @@ -204,310 +158,208 @@ msgstr "Настроить" msgid "Depending on the user name your webserver is running on:" msgstr "" -#: setup/setup_finish.tpl:28 +#: setup/setup_finish.tpl:27 #, fuzzy msgid "Download configuration" msgstr "Системная информация" -#: setup/setup_finish.tpl:34 +#: setup/setup_finish.tpl:33 #, fuzzy msgid "Status: " msgstr "Состояние" -#: setup/setup_welcome.tpl:4 -msgid "" -"This seems to be the first time you start GOsa - we didn't find any " -"configuration right now. This simple wizard intends to help you while " -"setting it up." +#: setup/setup_welcome.tpl:3 +msgid "How to get started" msgstr "" -#: setup/setup_welcome.tpl:8 -msgid "What will the wizard do for you?" +#: setup/setup_welcome.tpl:5 +msgid "" +"This seems to be the first time you run GOsa on this system. To start the " +"GOsa web interface you need a working configuration file, which can be " +"generated by this wizzard." msgstr "" -#: setup/setup_welcome.tpl:11 +#: setup/setup_welcome.tpl:9 #, fuzzy -msgid "Create a basic, single site configuration" -msgstr "Базы данных" - -#: setup/setup_welcome.tpl:12 -msgid "Tries to find problems within your PHP and LDAP setup" -msgstr "" +msgid "What you need to generate a configuration file:" +msgstr "Настроить" #: setup/setup_welcome.tpl:13 -msgid "Let you choose from a set of basic and advanced configuration switches" -msgstr "" +#, fuzzy +msgid "The hostname of your LDAP server" +msgstr "Ошибка при подключении к LDAP-серверу. Ответ сервера: \"%s\"." #: setup/setup_welcome.tpl:14 -msgid "Guided migration of existing LDAP trees" +msgid "Installed GOsa and supplementary schemas" msgstr "" -#: setup/setup_welcome.tpl:17 -msgid "What will the wizard NOT do for you?" +#: setup/setup_welcome.tpl:15 +msgid "The LDAP base of your LDAP directory" msgstr "" -#: setup/setup_welcome.tpl:20 -#, fuzzy -msgid "Find every possible configuration error" -msgstr "Настроить" +#: setup/setup_welcome.tpl:16 +msgid "The DN and the password of the LDAP admin user" +msgstr "" -#: setup/setup_welcome.tpl:21 -msgid "Migrate every possible LDAP setup - create backup dumps!" +#: setup/setup_welcome.tpl:20 +msgid "" +"If you've collected the needed information, unlock the setup process like " +"shown in the next paragraph." msgstr "" -#: setup/setup_welcome.tpl:25 +#: setup/setup_welcome.tpl:24 #, fuzzy -msgid "To continue..." -msgstr "Продолжение настройки..." +msgid "Starting the setup" +msgstr "Язык" -#: setup/setup_welcome.tpl:28 +#: setup/setup_welcome.tpl:26 msgid "" -"For security reasons you need to authenticate for the installation by " -"creating the file '/tmp/gosa.auth', containing the current session ID on the " -"servers local filesystem. This can be done by executing the following " -"command:" +"For security reasons you need to authenticate the installation by creating " +"the file '/tmp/gosa.auth', containing the current session ID on the servers " +"local filesystem. This can be done by executing the following command:" msgstr "" -#: setup/setup_welcome.tpl:34 -msgid "Click the 'Continue' button when you've finished." +#: setup/setup_welcome.tpl:32 +msgid "Click the 'Next' button when you've finished." msgstr "" -#: setup/class_setup.inc:77 setup/class_setupStep_Feedback.inc:131 +#: setup/class_setup.inc:74 setup/class_setupStep_Feedback.inc:132 #, fuzzy msgid "Setup error" msgstr "Состояние системы" -#: setup/class_setup.inc:197 -#, fuzzy -msgid "Completed" -msgstr "не полный" - -#: setup/class_setup.inc:267 setup/setup_migrate.tpl:291 -#, fuzzy -msgid "Next" -msgstr "текст" - -#: setup/setup_license.tpl:8 -msgid "I have read the license and accept it" -msgstr "" - -#: setup/setup_config2.tpl:2 -msgid "Samba settings" -msgstr "Настройки Samba" - -#: setup/setup_config2.tpl:6 -msgid "Samba hash generator" -msgstr "" - -#: setup/setup_config2.tpl:15 -#, fuzzy -msgid "Samba SID" -msgstr "Samba" - -#: setup/setup_config2.tpl:31 -#, fuzzy -msgid "RID base" -msgstr "Базы данных" - -#: setup/setup_config2.tpl:46 -#, fuzzy -msgid "Workstation container" -msgstr "Имя рабочий станции" - -#: setup/setup_config2.tpl:61 -#, fuzzy -msgid "Samba SID mapping" -msgstr "Samba" - -#: setup/setup_config2.tpl:71 -#, fuzzy -msgid "Timezone" -msgstr "Мобильный" - -#: setup/setup_config2.tpl:74 -#, fuzzy -msgid "Please choose your preferred timezone here" -msgstr "Язык по умолчанию" - -#: setup/setup_config2.tpl:96 +#: setup/class_setup.inc:183 #, fuzzy -msgid "Additional GOsa settings" -msgstr "Дополнительные записи в fstab" - -#: setup/setup_config2.tpl:100 -msgid "Enable Copy & Paste" -msgstr "" - -#: setup/setup_config2.tpl:112 -#, fuzzy -msgid "Government mode" -msgstr "в папку" +msgid "Setup" +msgstr "Установить" -#: setup/setup_config2.tpl:123 +#: setup/class_setup.inc:195 #, fuzzy -msgid "GOsa logging" -msgstr "Почтовые настройки пользователя" +msgid "Completed" +msgstr "не полный" -#: setup/setup_config2.tpl:135 +#: setup/class_setup.inc:235 #, fuzzy -msgid "Mail settings" -msgstr "Почтовые настройки пользователя" +msgid "Check again" +msgstr "Проверить" -#: setup/setup_config2.tpl:139 +#: setup/class_setup.inc:238 #, fuzzy -msgid "Mail method" -msgstr "Почтовые настройки" - -#: setup/setup_config2.tpl:143 -#: plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc:173 -msgid "disabled" -msgstr "отключен" +msgid "Next" +msgstr "текст" -#: setup/setup_config2.tpl:155 -msgid "Account identification attribute" +#: setup/setup_license.tpl:3 +msgid "" +"GOsa is developed under the terms of the GNU General Public Licence V2. " +"Please accept the terms below." msgstr "" -#: setup/setup_config2.tpl:169 -#, fuzzy -msgid "Vacation templates" -msgstr "Шаблон рабочей станции" - -#: setup/setup_config2.tpl:185 -msgid "Use Cyrus UNIX style" +#: setup/setup_license.tpl:11 +msgid "I have read the license and accept it" msgstr "" -#: setup/setup_config2.tpl:195 -#, fuzzy -msgid "Snapshots / Undo" -msgstr "Приложение" - -#: setup/setup_config2.tpl:204 setup/setup_config2.tpl:249 -#, fuzzy -msgid "Enable snapshots" -msgstr "Создать настройки запись эл. почты" - -#: setup/setup_config2.tpl:210 setup/setup_config2.tpl:255 -#, fuzzy -msgid "Snapshot base" -msgstr "Приложение" - -#: setup/setup_config2.tpl:219 setup/setup_config2.tpl:264 -#: plugins/generic/references/class_reference.inc:65 -#: plugins/personal/posix/trustSelect/trust-list.xml:12 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:23 -#: plugins/admin/ogroups/class_ogroupManagement.inc:187 -msgid "Server" -msgstr "Сервер" - -#: setup/setup_config2.tpl:228 setup/setup_config2.tpl:273 -#: plugins/admin/users/user-list.xml:23 plugins/admin/users/user-list.xml:95 -#: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:15 -#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:14 -#: plugins/admin/groups/userSelect/user-list.xml:14 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:63 -#: plugins/admin/ogroups/class_ogroupManagement.inc:183 -msgid "User" -msgstr "Пользователь" - -#: setup/setup_config2.tpl:237 setup/setup_config2.tpl:282 -#: setup/setup_migrate.tpl:320 ihtml/themes/default/login.tpl:47 -#: ihtml/themes/default/login.tpl:49 ihtml/themes/default/password.tpl:40 -#: ihtml/themes/modern/login.tpl:47 ihtml/themes/modern/login.tpl:50 -#: plugins/personal/password/class_password.inc:26 -#: plugins/personal/generic/paste_generic.tpl:21 -msgid "Password" -msgstr "Пароль" - -#: setup/class_setupStep_Ldap.inc:53 +#: setup/class_setupStep_Ldap.inc:54 #, fuzzy msgid "LDAP setup" msgstr "LDAP-сервер" -#: setup/class_setupStep_Ldap.inc:54 +#: setup/class_setupStep_Ldap.inc:55 #, fuzzy msgid "LDAP connection setup" msgstr "Соединение..." -#: setup/class_setupStep_Ldap.inc:55 +#: setup/class_setupStep_Ldap.inc:56 msgid "" "This dialog performs the basic configuration of the LDAP connectivity for " "GOsa." msgstr "" -#: setup/class_setupStep_Ldap.inc:112 +#: setup/class_setupStep_Ldap.inc:75 setup/setup_feedback.tpl:41 +#: setup/setup_feedback.tpl:52 +#, fuzzy +msgid "No" +msgstr "нет" + +#: setup/class_setupStep_Ldap.inc:75 setup/setup_feedback.tpl:39 +#: setup/setup_feedback.tpl:50 +#, fuzzy +msgid "Yes" +msgstr "Системы" + +#: setup/class_setupStep_Ldap.inc:113 #, fuzzy, php-format msgid "Anonymous bind to server '%s' failed!" msgstr "Ошибка при регистрации. Ответ сервера: \"%s\"." -#: setup/class_setupStep_Ldap.inc:114 +#: setup/class_setupStep_Ldap.inc:115 #, fuzzy, php-format msgid "Bind as user '%s' failed!" msgstr "Ошибка при регистрации. Ответ сервера: \"%s\"." -#: setup/class_setupStep_Ldap.inc:119 +#: setup/class_setupStep_Ldap.inc:120 #, fuzzy, php-format msgid "Anonymous bind to server '%s' succeeded." msgstr "Ошибка при регистрации. Ответ сервера: \"%s\"." -#: setup/class_setupStep_Ldap.inc:120 +#: setup/class_setupStep_Ldap.inc:121 #, fuzzy msgid "Please specify user and password!" msgstr "Введите свой пароль!" -#: setup/class_setupStep_Ldap.inc:122 +#: setup/class_setupStep_Ldap.inc:123 #, fuzzy, php-format msgid "Bind as user '%s' to server '%s' succeeded!" msgstr "Ошибка при регистрации. Ответ сервера: \"%s\"." -#: setup/class_setupStep_Feedback.inc:92 +#: setup/class_setupStep_Feedback.inc:94 #, fuzzy msgid "UNIX accounts/groups" msgstr "UNIX аккаунт" -#: setup/class_setupStep_Feedback.inc:94 +#: setup/class_setupStep_Feedback.inc:96 #, fuzzy msgid "Samba management" msgstr "Управление системами" -#: setup/class_setupStep_Feedback.inc:96 +#: setup/class_setupStep_Feedback.inc:98 #, fuzzy msgid "Mailsystem management" msgstr "Управление системами" -#: setup/class_setupStep_Feedback.inc:98 +#: setup/class_setupStep_Feedback.inc:100 #, fuzzy msgid "FAX system administration" msgstr "Управление пользователями" -#: setup/class_setupStep_Feedback.inc:100 +#: setup/class_setupStep_Feedback.inc:102 #, fuzzy msgid "Asterisk administration" msgstr "Управление пользователями" -#: setup/class_setupStep_Feedback.inc:102 +#: setup/class_setupStep_Feedback.inc:104 #, fuzzy msgid "System inventory" msgstr "Удалить объект" -#: setup/class_setupStep_Feedback.inc:104 +#: setup/class_setupStep_Feedback.inc:106 #, fuzzy msgid "System-/Configmanagement" msgstr "Управление системами" -#: setup/class_setupStep_Feedback.inc:106 +#: setup/class_setupStep_Feedback.inc:108 msgid "Addressbook" msgstr "Адресная книга" -#: setup/class_setupStep_Feedback.inc:112 +#: setup/class_setupStep_Feedback.inc:114 msgid "Feedback" msgstr "" -#: setup/class_setupStep_Feedback.inc:113 +#: setup/class_setupStep_Feedback.inc:115 #, fuzzy msgid "Get notifications or send feedback" msgstr "Местоположение ветки" -#: setup/class_setupStep_Feedback.inc:114 +#: setup/class_setupStep_Feedback.inc:116 #, fuzzy msgid "Notification and feedback" msgstr "Изменить сертификаты" @@ -526,108 +378,95 @@ msgstr "" msgid "Cannot send feedback: service temporarily unavailable" msgstr "" -#: setup/class_setupStep_Feedback.inc:180 +#: setup/class_setupStep_Feedback.inc:181 #, fuzzy msgid "Please specify a valid email address." msgstr "Введите корректное имя пользователя!" -#: setup/class_setupStep_Feedback.inc:184 +#: setup/class_setupStep_Feedback.inc:185 msgid "" "You have to select at least one of both options, subscribe or send feedback." msgstr "" -#: setup/class_setupStep_Config2.inc:80 setup/class_setupStep_Config2.inc:81 -#, fuzzy -msgid "GOsa settings 2/3" -msgstr "Почтовые настройки пользователя" - -#: setup/class_setupStep_Config2.inc:82 -#, fuzzy -msgid "Customize special parameters" -msgstr "Изменить параметры" - -#: setup/setup_schema.tpl:3 +#: setup/setup_schema.tpl:1 #, fuzzy msgid "Schema specific settings" msgstr "Настройки телефона" -#: setup/setup_schema.tpl:7 -msgid "Enable schema validation when logging in" -msgstr "" - -#: setup/setup_schema.tpl:16 -#, fuzzy -msgid "Check status" -msgstr "Состояние системы" - -#: setup/setup_schema.tpl:20 +#: setup/setup_schema.tpl:4 msgid "Schema check succeeded" msgstr "" -#: setup/setup_schema.tpl:23 +#: setup/setup_schema.tpl:7 #, fuzzy msgid "Schema check failed" msgstr "Приложение" -#: setup/setup_schema.tpl:31 +#: setup/setup_schema.tpl:11 msgid "" "Could not read any schema informations, all checks skipped. Adjust your ldap " "acls." msgstr "" -#: setup/setup_schema.tpl:35 +#: setup/setup_schema.tpl:13 msgid "" "It seems that your ldap database wasn't initialized yet. This maybe the " "reason, why GOsa can't read your schema configuration!" msgstr "" -#: setup/setup_feedback.tpl:5 +#: setup/setup_feedback.tpl:2 #, fuzzy msgid "Feedback sucessfully send" msgstr "Настройка завершена" -#: setup/setup_feedback.tpl:15 +#: setup/setup_feedback.tpl:6 msgid "Subscribe to the gosa-announce mailinglist" msgstr "" -#: setup/setup_feedback.tpl:18 +#: setup/setup_feedback.tpl:8 msgid "" "When checking this option, GOsa will try to connect http://oss.gonicus.de in " "order to subscribe you to the gosa-announce mailing list. You've to confirm " "this by mail." msgstr "" -#: setup/setup_feedback.tpl:23 plugins/personal/generic/generic.tpl:301 -#: plugins/personal/generic/class_user.inc:1698 +#: setup/setup_feedback.tpl:10 setup/setup_feedback.tpl:12 +#: plugins/personal/generic/generic.tpl:301 +#: plugins/personal/generic/class_user.inc:1732 #: plugins/admin/departments/organization.tpl:4 #: plugins/admin/departments/dep-list.xml:47 #: plugins/admin/departments/dep-list.xml:131 -#: plugins/admin/departments/class_departmentManagement.inc:238 +#: plugins/admin/departments/class_departmentManagement.inc:241 #: plugins/admin/departments/dep-filter.xml:91 #: plugins/admin/departments/class_organizationGeneric.inc:113 #: plugins/admin/departments/class_organizationGeneric.inc:114 msgid "Organization" msgstr "Организация" -#: setup/setup_feedback.tpl:31 setup/setup_migrate.tpl:304 -#: ihtml/themes/modern/userFilterEditor.tpl:11 -#: plugins/personal/generic/class_user.inc:1333 -#: plugins/personal/generic/class_user.inc:1351 -#: plugins/personal/generic/class_user.inc:1393 -#: plugins/personal/generic/class_user.inc:1838 +#: setup/setup_feedback.tpl:16 setup/setup_migrate.tpl:43 +#: setup/setup_migrate.tpl:45 ihtml/themes/default/userFilterEditor.tpl:11 +#: plugins/generic/references/class_reference.inc:57 +#: plugins/generic/references/class_reference.inc:63 +#: plugins/generic/references/class_reference.inc:69 +#: plugins/generic/references/class_reference.inc:75 +#: plugins/generic/references/class_reference.inc:81 +#: plugins/personal/generic/class_user.inc:1331 +#: plugins/personal/generic/class_user.inc:1349 +#: plugins/personal/generic/class_user.inc:1391 +#: plugins/personal/generic/class_user.inc:1872 #: plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc:45 #: plugins/personal/posix/groupSelect/group-list.xml:33 #: plugins/personal/posix/trustSelect/trust-list.xml:46 #: plugins/admin/users/class_userManagement.inc:423 #: plugins/admin/users/class_userManagement.inc:470 #: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:49 -#: plugins/admin/groups/class_group.inc:883 -#: plugins/admin/groups/class_group.inc:894 -#: plugins/admin/groups/class_group.inc:896 -#: plugins/admin/groups/class_group.inc:913 -#: plugins/admin/groups/class_group.inc:927 -#: plugins/admin/groups/class_group.inc:934 -#: plugins/admin/groups/class_group.inc:1021 +#: plugins/admin/groups/class_group.inc:886 +#: plugins/admin/groups/class_group.inc:897 +#: plugins/admin/groups/class_group.inc:899 +#: plugins/admin/groups/class_group.inc:916 +#: plugins/admin/groups/class_group.inc:930 +#: plugins/admin/groups/class_group.inc:937 +#: plugins/admin/groups/class_group.inc:1037 #: plugins/admin/groups/group-list.xml:41 #: plugins/admin/departments/class_domain.inc:47 #: plugins/admin/departments/class_domain.inc:49 @@ -640,11 +479,11 @@ msgstr "Организация" #: plugins/admin/departments/class_localityGeneric.inc:55 #: plugins/admin/departments/class_localityGeneric.inc:57 #: plugins/admin/departments/class_localityGeneric.inc:59 -#: plugins/admin/departments/class_department.inc:355 #: plugins/admin/departments/class_department.inc:357 -#: plugins/admin/departments/class_department.inc:362 -#: plugins/admin/departments/class_department.inc:369 -#: plugins/admin/departments/class_department.inc:373 +#: plugins/admin/departments/class_department.inc:359 +#: plugins/admin/departments/class_department.inc:364 +#: plugins/admin/departments/class_department.inc:371 +#: plugins/admin/departments/class_department.inc:375 #: plugins/admin/departments/class_countryGeneric.inc:47 #: plugins/admin/departments/class_countryGeneric.inc:49 #: plugins/admin/departments/class_countryGeneric.inc:54 @@ -662,432 +501,282 @@ msgstr "Организация" #: plugins/admin/departments/class_dcObject.inc:58 #: plugins/admin/departments/class_dcObject.inc:90 #: plugins/admin/acl/acl_role.tpl:7 plugins/admin/acl/acl-list.xml:49 -#: plugins/admin/acl/class_aclRole.inc:724 -#: plugins/admin/acl/class_aclRole.inc:736 -#: plugins/admin/acl/class_aclRole.inc:746 plugins/admin/acl/paste_role.tpl:4 +#: plugins/admin/acl/class_aclRole.inc:738 +#: plugins/admin/acl/class_aclRole.inc:750 +#: plugins/admin/acl/class_aclRole.inc:760 plugins/admin/acl/paste_role.tpl:4 #: plugins/admin/ogroups/objectSelect/selectObject-list.xml:97 +#: plugins/admin/ogroups/class_ogroup.inc:155 +#: plugins/admin/ogroups/class_ogroup.inc:652 #: plugins/admin/ogroups/class_ogroup.inc:667 -#: plugins/admin/ogroups/class_ogroup.inc:682 -#: plugins/admin/ogroups/class_ogroup.inc:686 -#: plugins/admin/ogroups/class_ogroup.inc:849 +#: plugins/admin/ogroups/class_ogroup.inc:671 +#: plugins/admin/ogroups/class_ogroup.inc:833 #: plugins/admin/ogroups/ogroup-list.xml:41 +#: plugins/addons/propertyEditor/property-list.xml:80 #: include/class_userFilterEditor.inc:233 -#: include/class_userFilterEditor.inc:237 include/class_acl.inc:263 +#: include/class_userFilterEditor.inc:237 include/class_acl.inc:262 #: include/class_SnapShotDialog.inc:55 include/class_userFilter.inc:55 #: include/class_userFilter.inc:150 msgid "Name" msgstr "Фамилия" -#: setup/setup_feedback.tpl:39 +#: setup/setup_feedback.tpl:20 #, fuzzy msgid "Mail address" msgstr "MAC-адрес" -#: setup/setup_feedback.tpl:50 +#: setup/setup_feedback.tpl:28 msgid "Send feedback to the GOsa project team" msgstr "" -#: setup/setup_feedback.tpl:53 +#: setup/setup_feedback.tpl:31 msgid "" "When checking this option, GOsa will try to connect http://oss.gonicus.de in " "order to submit your form anonymously." msgstr "" -#: setup/setup_feedback.tpl:55 -#: plugins/generic/references/class_reference.inc:41 +#: setup/setup_feedback.tpl:35 setup/setup_feedback.tpl:36 #: plugins/personal/generic/class_user.inc:37 -#: plugins/personal/generic/class_user.inc:1669 +#: plugins/personal/generic/class_user.inc:1681 #: plugins/personal/posix/generic.tpl:5 #: plugins/admin/users/class_userManagement.inc:755 -#: plugins/admin/groups/class_group.inc:1012 -#: plugins/admin/departments/class_department.inc:659 -#: plugins/admin/ogroups/class_ogroup.inc:840 +#: plugins/admin/groups/class_group.inc:1015 +#: plugins/admin/departments/class_department.inc:661 +#: plugins/admin/ogroups/class_ogroup.inc:820 msgid "Generic" msgstr "Общее" -#: setup/setup_feedback.tpl:60 +#: setup/setup_feedback.tpl:38 msgid "Did the setup procedure help you to get started?" msgstr "" -#: setup/setup_feedback.tpl:71 +#: setup/setup_feedback.tpl:44 msgid "If not, what problems did you encounter" msgstr "" -#: setup/setup_feedback.tpl:80 +#: setup/setup_feedback.tpl:48 msgid "Is this the first time you use GOsa?" msgstr "" -#: setup/setup_feedback.tpl:86 +#: setup/setup_feedback.tpl:53 msgid "I use it since" msgstr "" -#: setup/setup_feedback.tpl:87 +#: setup/setup_feedback.tpl:54 msgid "Select the year since when you are using GOsa" msgstr "" -#: setup/setup_feedback.tpl:95 +#: setup/setup_feedback.tpl:60 msgid "What operating system / distribution do you use?" msgstr "" -#: setup/setup_feedback.tpl:104 +#: setup/setup_feedback.tpl:64 msgid "What web server do you use?" msgstr "" -#: setup/setup_feedback.tpl:113 +#: setup/setup_feedback.tpl:68 msgid "What PHP version do you use?" msgstr "" -#: setup/setup_feedback.tpl:121 +#: setup/setup_feedback.tpl:72 +#, fuzzy +msgid "GOsa version" +msgstr "Общая информация о пользователе" + +#: setup/setup_feedback.tpl:78 setup/setup_feedback.tpl:79 msgid "LDAP" msgstr "" -#: setup/setup_feedback.tpl:126 +#: setup/setup_feedback.tpl:81 msgid "What kind of LDAP server(s) do you use?" msgstr "" -#: setup/setup_feedback.tpl:132 +#: setup/setup_feedback.tpl:85 msgid "How many objects are in your LDAP?" msgstr "" -#: setup/setup_feedback.tpl:139 +#: setup/setup_feedback.tpl:91 setup/setup_feedback.tpl:92 msgid "Features" msgstr "" -#: setup/setup_feedback.tpl:142 +#: setup/setup_feedback.tpl:94 msgid "What features of GOsa do you use?" msgstr "" -#: setup/setup_feedback.tpl:153 +#: setup/setup_feedback.tpl:103 msgid "What features do you want to see in future versions of GOsa?" msgstr "" -#: setup/setup_feedback.tpl:161 +#: setup/setup_feedback.tpl:107 msgid "Send feedback" msgstr "" -#: setup/class_setupStep_Schema.inc:42 setup/class_setupStep_Schema.inc:43 +#: setup/class_setupStep_Schema.inc:37 setup/class_setupStep_Schema.inc:38 #, fuzzy msgid "LDAP schema check" msgstr "Сервер подкачки" -#: setup/class_setupStep_Schema.inc:44 +#: setup/class_setupStep_Schema.inc:39 msgid "Perform test on your current LDAP schema" msgstr "" -#: setup/class_setupStep_Migrate.inc:127 setup/class_setupStep_Migrate.inc:128 +#: setup/class_setupStep_Schema.inc:96 include/class_configRegistry.inc:230 +msgid "The following object classes are missing:" +msgstr "" + +#: setup/class_setupStep_Schema.inc:99 include/class_configRegistry.inc:237 +msgid "The following object classes are outdated:" +msgstr "" + +#: setup/class_setupStep_Migrate.inc:51 setup/class_setupStep_Migrate.inc:52 #, fuzzy msgid "LDAP inspection" msgstr "Проверка конфигурации PHP" -#: setup/class_setupStep_Migrate.inc:129 +#: setup/class_setupStep_Migrate.inc:53 msgid "Analyze your current LDAP for GOsa compatibility" msgstr "" -#: setup/class_setupStep_Migrate.inc:135 +#: setup/class_setupStep_Migrate.inc:59 #, fuzzy msgid "Checking for root object" msgstr "Проверка модуля gd" -#: setup/class_setupStep_Migrate.inc:141 +#: setup/class_setupStep_Migrate.inc:65 #, fuzzy msgid "Inspecting object classes in root object" msgstr "Проверка модуля gd" -#: setup/class_setupStep_Migrate.inc:147 +#: setup/class_setupStep_Migrate.inc:71 #, fuzzy msgid "Checking permission for LDAP database" msgstr "У вас недостаточно прав для удаления этого подразделения." -#: setup/class_setupStep_Migrate.inc:153 -#, fuzzy -msgid "Checking for invisible departments" -msgstr "Проверка поддержки gettext" - -#: setup/class_setupStep_Migrate.inc:158 -#, fuzzy -msgid "Checking for invisible users" -msgstr "Проверка поддержки gettext" - -#: setup/class_setupStep_Migrate.inc:165 -#: setup/class_setupStep_Migrate.inc:3209 +#: setup/class_setupStep_Migrate.inc:78 #, fuzzy msgid "Checking for super administrator" msgstr "Проверка дополнительных программ" -#: setup/class_setupStep_Migrate.inc:171 -#, fuzzy -msgid "Checking for users outside the people tree" -msgstr "Проверка модуля cups" - -#: setup/class_setupStep_Migrate.inc:177 -#, fuzzy -msgid "Checking for groups outside the groups tree" -msgstr "Проверка модуля cups" - -#: setup/class_setupStep_Migrate.inc:184 -msgid "Checking for windows workstations outside the winstation tree" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:190 -#, fuzzy -msgid "Checking for duplicated UID numbers" -msgstr "Проверка поддержки gettext" - -#: setup/class_setupStep_Migrate.inc:196 -#, fuzzy -msgid "Checking for duplicate GID numbers" -msgstr "Проверка поддержки gettext" - -#: setup/class_setupStep_Migrate.inc:202 -#, fuzzy -msgid "Checking for old style USB devices" -msgstr "Проверка модуля gd" - -#: setup/class_setupStep_Migrate.inc:208 -#, fuzzy -msgid "Checking for old services that have to be migrated" -msgstr "Проверка модуля cups" - -#: setup/class_setupStep_Migrate.inc:214 -#, fuzzy -msgid "Checking for old style application menus" -msgstr "Проверка поддержки gettext" - -#: setup/class_setupStep_Migrate.inc:240 setup/class_setupStep_Migrate.inc:292 -#: setup/class_setupStep_Migrate.inc:357 setup/class_setupStep_Migrate.inc:421 -#: setup/class_setupStep_Migrate.inc:492 setup/class_setupStep_Migrate.inc:569 -#: setup/class_setupStep_Migrate.inc:653 setup/class_setupStep_Migrate.inc:794 -#: setup/class_setupStep_Migrate.inc:890 -#: setup/class_setupStep_Migrate.inc:2036 -#: setup/class_setupStep_Migrate.inc:2504 -#: setup/class_setupStep_Migrate.inc:2695 -#: setup/class_setupStep_Migrate.inc:2832 +#: setup/class_setupStep_Migrate.inc:118 setup/class_setupStep_Migrate.inc:186 +#: setup/class_setupStep_Migrate.inc:709 #, fuzzy msgid "LDAP query failed" msgstr "Невозможно выполнить запрос к базе данных!" -#: setup/class_setupStep_Migrate.inc:241 setup/class_setupStep_Migrate.inc:293 -#: setup/class_setupStep_Migrate.inc:358 setup/class_setupStep_Migrate.inc:422 -#: setup/class_setupStep_Migrate.inc:493 setup/class_setupStep_Migrate.inc:570 -#: setup/class_setupStep_Migrate.inc:654 setup/class_setupStep_Migrate.inc:795 -#: setup/class_setupStep_Migrate.inc:891 -#: setup/class_setupStep_Migrate.inc:2037 -#: setup/class_setupStep_Migrate.inc:2505 -#: setup/class_setupStep_Migrate.inc:2696 -#: setup/class_setupStep_Migrate.inc:2833 +#: setup/class_setupStep_Migrate.inc:119 setup/class_setupStep_Migrate.inc:187 +#: setup/class_setupStep_Migrate.inc:710 msgid "Possibly the 'root object' is missing." msgstr "" -#: setup/class_setupStep_Migrate.inc:261 setup/class_setupStep_Migrate.inc:313 -#: setup/class_setupStep_Migrate.inc:446 setup/class_setupStep_Migrate.inc:523 -#: setup/class_setupStep_Migrate.inc:661 setup/class_setupStep_Migrate.inc:802 -#: setup/class_setupStep_Migrate.inc:2571 -#: setup/class_setupStep_Migrate.inc:2724 -#: setup/class_setupStep_Migrate.inc:3056 setup/setup_checks.tpl:32 -#: setup/setup_checks.tpl:93 ihtml/themes/default/remove.tpl:2 -#: ihtml/themes/default/islocked.tpl:6 ihtml/themes/default/msg_dialog.tpl:59 -#: ihtml/themes/default/msg_dialog.tpl:106 -#: plugins/personal/posix/class_posixAccount.inc:678 -#: plugins/personal/posix/class_posixAccount.inc:803 -#: plugins/admin/groups/class_group.inc:832 -#: plugins/admin/departments/dep_move_confirm.tpl:2 include/functions.inc:931 -#: include/functions.inc:2690 include/functions.inc:2694 -#: include/functions.inc:2700 include/utils/class_xml.inc:37 -#: include/class_tabs.inc:241 html/password.php:314 -msgid "Warning" -msgstr "Предупреждение" - -#: setup/class_setupStep_Migrate.inc:263 -#, fuzzy, php-format -msgid "Found %s duplicate values for attribute 'uidNumber'." -msgstr "Укажите корректный номер телефона." - -#: setup/class_setupStep_Migrate.inc:267 setup/class_setupStep_Migrate.inc:319 -#: setup/class_setupStep_Migrate.inc:380 setup/class_setupStep_Migrate.inc:453 -#: setup/class_setupStep_Migrate.inc:530 setup/class_setupStep_Migrate.inc:604 -#: setup/class_setupStep_Migrate.inc:657 setup/class_setupStep_Migrate.inc:798 -#: setup/class_setupStep_Migrate.inc:1044 -#: setup/class_setupStep_Migrate.inc:2011 -#: setup/class_setupStep_Migrate.inc:2155 -#: setup/class_setupStep_Migrate.inc:2577 -#: setup/class_setupStep_Migrate.inc:2731 -#: setup/class_setupStep_Migrate.inc:3061 setup/setup_checks.tpl:27 -#: setup/setup_checks.tpl:87 ihtml/themes/default/msg_dialog.tpl:76 -#: ihtml/themes/default/msg_dialog.tpl:78 -#: ihtml/themes/default/msg_dialog.tpl:134 -#: ihtml/themes/default/msg_dialog.tpl:137 -#: ihtml/themes/default/msg_dialog.tpl:142 -#: ihtml/themes/modern/msg_dialog.tpl:77 ihtml/themes/modern/msg_dialog.tpl:79 -#: ihtml/themes/modern/msg_dialog.tpl:136 -#: ihtml/themes/modern/msg_dialog.tpl:139 -#: ihtml/themes/modern/msg_dialog.tpl:144 include/utils/class_msgPool.inc:318 -#, php-format -msgid "Ok" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:315 -#, fuzzy, php-format -msgid "Found %s duplicate values for attribute 'gidNumber'." -msgstr "Укажите корректный номер телефона." - -#: setup/class_setupStep_Migrate.inc:373 setup/class_setupStep_Migrate.inc:583 -#: setup/class_setupStep_Migrate.inc:596 -#: setup/class_setupStep_Migrate.inc:1030 -#: setup/class_setupStep_Migrate.inc:1048 -#: setup/class_setupStep_Migrate.inc:1988 -#: setup/class_setupStep_Migrate.inc:2001 -#: setup/class_setupStep_Migrate.inc:2056 -#: setup/class_setupStep_Migrate.inc:2077 -#: setup/class_setupStep_Migrate.inc:2129 -#: setup/class_setupStep_Migrate.inc:3211 +#: setup/class_setupStep_Migrate.inc:132 setup/class_setupStep_Migrate.inc:145 +#: setup/class_setupStep_Migrate.inc:307 setup/class_setupStep_Migrate.inc:661 +#: setup/class_setupStep_Migrate.inc:674 setup/class_setupStep_Migrate.inc:729 +#: setup/class_setupStep_Migrate.inc:750 setup/class_setupStep_Migrate.inc:802 msgid "Failed" msgstr "Ошибка" -#: setup/class_setupStep_Migrate.inc:375 +#: setup/class_setupStep_Migrate.inc:134 setup/class_setupStep_Migrate.inc:147 #, php-format msgid "" -"Found %s winstations outside the predefined winstation department ou '%s'." +"The specified user '%s' does not have full access to your ldap database." msgstr "" -#: setup/class_setupStep_Migrate.inc:376 setup/class_setupStep_Migrate.inc:664 -#: setup/class_setupStep_Migrate.inc:804 -#: setup/class_setupStep_Migrate.inc:1033 -#: setup/class_setupStep_Migrate.inc:2131 -#: setup/class_setupStep_Migrate.inc:2574 -#: setup/class_setupStep_Migrate.inc:2728 -#: setup/class_setupStep_Migrate.inc:3058 setup/setup_migrate.tpl:55 -#, fuzzy -msgid "Migrate" -msgstr "Дата" - -#: setup/class_setupStep_Migrate.inc:448 -#, fuzzy, php-format -msgid "Found %s groups outside the configured tree '%s'." -msgstr "Вы собираетесь удалить объект %s." - -#: setup/class_setupStep_Migrate.inc:449 setup/class_setupStep_Migrate.inc:526 -#, fuzzy -msgid "Move" -msgstr "Режим" - -#: setup/class_setupStep_Migrate.inc:525 +#: setup/class_setupStep_Migrate.inc:153 setup/class_setupStep_Migrate.inc:303 +#: setup/class_setupStep_Migrate.inc:684 setup/class_setupStep_Migrate.inc:828 +#: setup/setup_checks.tpl:21 setup/setup_checks.tpl:62 +#: ihtml/themes/default/msg_dialog.tpl:77 +#: ihtml/themes/default/msg_dialog.tpl:79 +#: ihtml/themes/default/msg_dialog.tpl:136 +#: ihtml/themes/default/msg_dialog.tpl:139 +#: ihtml/themes/default/msg_dialog.tpl:144 include/utils/class_msgPool.inc:301 #, php-format -msgid "Found %s user(s) outside the configured tree '%s'." +msgid "Ok" msgstr "" -#: setup/class_setupStep_Migrate.inc:585 setup/class_setupStep_Migrate.inc:598 -#, php-format -msgid "" -"The specified user '%s' does not have full access to your ldap database." -msgstr "" +#: setup/class_setupStep_Migrate.inc:297 +#: plugins/generic/references/class_aclResolver.inc:173 +#: plugins/personal/generic/class_user.inc:1687 +#: plugins/admin/users/class_userManagement.inc:25 include/class_acl.inc:237 +msgid "Users" +msgstr "Пользователи" -#: setup/class_setupStep_Migrate.inc:662 -#, php-format -msgid "Found %s user(s) that will not be visible in GOsa." +#: setup/class_setupStep_Migrate.inc:300 +#: plugins/generic/references/class_aclResolver.inc:165 +#: plugins/admin/groups/class_groupManagement.inc:25 +#: plugins/admin/groups/class_group.inc:1021 include/class_acl.inc:237 +msgid "Groups" +msgstr "Группы" + +#: setup/class_setupStep_Migrate.inc:308 +msgid "There is no GOsa administrator account inside your LDAP." msgstr "" -#: setup/class_setupStep_Migrate.inc:712 setup/class_setupStep_Migrate.inc:855 -#: setup/class_setupStep_Migrate.inc:1118 +#: setup/class_setupStep_Migrate.inc:309 plugins/admin/users/user-list.xml:89 +#: plugins/admin/groups/group-list.xml:73 +#: plugins/admin/departments/dep-list.xml:98 plugins/admin/acl/acl-list.xml:76 +#: plugins/admin/ogroups/ogroup-list.xml:73 +msgid "Create" +msgstr "Создать" + +#: setup/class_setupStep_Migrate.inc:377 #, fuzzy msgid "Migration error" msgstr "Дата" -#: setup/class_setupStep_Migrate.inc:712 setup/class_setupStep_Migrate.inc:855 -#, fuzzy, php-format -msgid "Cannot migrate department '%s':" -msgstr "Список подразделений" - -#: setup/class_setupStep_Migrate.inc:803 -#, php-format -msgid "Found %s department(s) that will not be visible in GOsa." -msgstr "" - -#: setup/class_setupStep_Migrate.inc:1027 -#, fuzzy, php-format -msgid "GOsa 2.5 administrative accounts found: %s" -msgstr "Создать настройки запись эл. почты" - -#: setup/class_setupStep_Migrate.inc:1032 -#, fuzzy -msgid "There is no valid GOsa 2.6 administrator account inside your LDAP." -msgstr "Создать настройки запись эл. почты" - -#: setup/class_setupStep_Migrate.inc:1034 -#: setup/class_setupStep_Migrate.inc:1050 plugins/admin/users/user-list.xml:89 -#: plugins/admin/groups/group-list.xml:73 -#: plugins/admin/departments/dep-list.xml:98 plugins/admin/acl/acl-list.xml:76 -#: plugins/admin/ogroups/ogroup-list.xml:73 -msgid "Create" -msgstr "Создать" - -#: setup/class_setupStep_Migrate.inc:1038 -#: plugins/personal/generic/class_user.inc:1675 -#: plugins/admin/users/class_userManagement.inc:25 include/class_acl.inc:238 -msgid "Users" -msgstr "Пользователи" - -#: setup/class_setupStep_Migrate.inc:1041 -#: plugins/admin/groups/class_groupManagement.inc:25 -#: plugins/admin/groups/class_group.inc:1018 include/class_acl.inc:238 -msgid "Groups" -msgstr "Группы" - -#: setup/class_setupStep_Migrate.inc:1049 -msgid "There is no GOsa administrator account inside your LDAP." -msgstr "" - -#: setup/class_setupStep_Migrate.inc:1118 +#: setup/class_setupStep_Migrate.inc:377 #, php-format msgid "Cannot add ACL for user '%s':" msgstr "" -#: setup/class_setupStep_Migrate.inc:1156 -#: setup/class_setupStep_Migrate.inc:1166 +#: setup/class_setupStep_Migrate.inc:415 setup/class_setupStep_Migrate.inc:425 #, fuzzy msgid "Input error" msgstr "Ошибка LDAP:" -#: setup/class_setupStep_Migrate.inc:1156 +#: setup/class_setupStep_Migrate.inc:415 +#: plugins/generic/references/class_reference.inc:87 +#: plugins/admin/groups/class_group.inc:210 +#: plugins/admin/groups/class_group.inc:1170 +#: plugins/admin/groups/class_group.inc:1180 msgid "Uid" msgstr "" -#: setup/class_setupStep_Migrate.inc:1161 +#: setup/class_setupStep_Migrate.inc:420 #, fuzzy msgid "Password error" msgstr "Срок действия пароля истекает" -#: setup/class_setupStep_Migrate.inc:1161 +#: setup/class_setupStep_Migrate.inc:420 #, fuzzy msgid "Provided passwords do not match!" msgstr "Введенные пароли не совпадают!" -#: setup/class_setupStep_Migrate.inc:1166 +#: setup/class_setupStep_Migrate.inc:425 #, fuzzy msgid "Specify a valid user ID!" msgstr "Введите корректное имя пользователя!" -#: setup/class_setupStep_Migrate.inc:1199 setup/setup_checks.tpl:30 -#: setup/setup_checks.tpl:91 ihtml/themes/default/msg_dialog.tpl:57 -#: ihtml/themes/default/msg_dialog.tpl:104 -#: plugins/personal/generic/class_user.inc:297 -#: plugins/personal/generic/class_user.inc:429 -#: plugins/personal/generic/class_user.inc:522 -#: plugins/personal/generic/class_user.inc:816 -#: plugins/personal/generic/class_user.inc:1205 -#: plugins/personal/generic/class_user.inc:1212 -#: plugins/personal/generic/class_user.inc:1230 -#: plugins/personal/generic/class_user.inc:1500 -#: plugins/personal/generic/class_user.inc:1787 -#: plugins/personal/myaccount/main.inc:112 -#: plugins/admin/groups/class_group.inc:419 -#: plugins/admin/groups/class_group.inc:425 -#: plugins/admin/groups/class_group.inc:634 -#: plugins/admin/groups/class_group.inc:730 -#: plugins/admin/groups/class_group.inc:735 -#: plugins/admin/groups/class_group.inc:1060 -#: plugins/admin/departments/class_department.inc:317 -#: plugins/admin/acl/class_aclRole.inc:672 -#: plugins/admin/ogroups/class_ogroup.inc:368 +#: setup/class_setupStep_Migrate.inc:450 setup/setup_checks.tpl:25 +#: setup/setup_checks.tpl:66 plugins/personal/generic/class_user.inc:297 +#: plugins/personal/generic/class_user.inc:428 +#: plugins/personal/generic/class_user.inc:521 +#: plugins/personal/generic/class_user.inc:814 +#: plugins/personal/generic/class_user.inc:1203 +#: plugins/personal/generic/class_user.inc:1210 +#: plugins/personal/generic/class_user.inc:1228 +#: plugins/personal/generic/class_user.inc:1498 +#: plugins/personal/generic/class_user.inc:1821 +#: plugins/personal/myaccount/main.inc:125 +#: plugins/admin/groups/class_group.inc:463 +#: plugins/admin/groups/class_group.inc:469 +#: plugins/admin/groups/class_group.inc:637 +#: plugins/admin/groups/class_group.inc:733 +#: plugins/admin/groups/class_group.inc:738 +#: plugins/admin/groups/class_group.inc:1076 +#: plugins/admin/departments/class_department.inc:319 +#: plugins/admin/acl/class_aclRole.inc:667 +#: plugins/admin/ogroups/class_ogroup.inc:393 +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:203 +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:207 #: include/class_CopyPasteHandler.inc:118 #: include/class_CopyPasteHandler.inc:127 #: include/class_CopyPasteHandler.inc:159 @@ -1095,338 +784,103 @@ msgstr "Введите корректное имя пользователя!" #: include/class_CopyPasteHandler.inc:185 #: include/class_CopyPasteHandler.inc:193 #: include/class_CopyPasteHandler.inc:273 -#: include/class_CopyPasteHandler.inc:375 include/functions.inc:3399 -#: include/functions.inc:3413 include/functions.inc:3443 -#: include/functions.inc:3451 include/functions.inc:3463 -#: include/functions.inc:3467 include/functions.inc:3482 -#: include/functions.inc:3491 include/functions.inc:3551 -#: include/password-methods/class_password-methods.inc:250 -#: include/class_msg_dialog.inc:99 include/utils/class_msgPool.inc:154 -#: include/utils/class_msgPool.inc:166 include/utils/class_msgPool.inc:184 -#: include/utils/class_msgPool.inc:457 include/utils/class_msgPool.inc:478 -#: include/utils/class_msgPool.inc:497 include/utils/class_xml.inc:40 -#: include/class_tabs.inc:56 include/class_listing.inc:495 -#: include/class_gosaSupportDaemon.inc:1184 -#: include/class_gosaSupportDaemon.inc:1204 include/class_management.inc:480 -#: include/class_management.inc:616 include/class_management.inc:970 -#: include/class_plugin.inc:1486 include/class_plugin.inc:2080 -#: html/index.php:236 html/index.php:240 +#: include/class_CopyPasteHandler.inc:377 include/functions.inc:3051 +#: include/functions.inc:3357 include/functions.inc:3371 +#: include/functions.inc:3401 include/functions.inc:3409 +#: include/functions.inc:3421 include/functions.inc:3425 +#: include/functions.inc:3440 include/functions.inc:3449 +#: include/functions.inc:3509 +#: include/password-methods/class_password-methods.inc:277 +#: include/class_msg_dialog.inc:99 include/utils/class_msgPool.inc:137 +#: include/utils/class_msgPool.inc:149 include/utils/class_msgPool.inc:167 +#: include/utils/class_msgPool.inc:440 include/utils/class_msgPool.inc:461 +#: include/utils/class_xml.inc:40 include/class_tabs.inc:56 +#: include/class_listing.inc:536 include/class_gosaSupportDaemon.inc:1184 +#: include/class_gosaSupportDaemon.inc:1204 include/class_management.inc:483 +#: include/class_management.inc:644 include/class_plugin.inc:1592 +#: html/index.php:241 html/index.php:245 #, php-format msgid "Error" msgstr "" -#: setup/class_setupStep_Migrate.inc:1199 +#: setup/class_setupStep_Migrate.inc:450 #, php-format msgid "Adding an administrative user failed: object '%s' already exists!" msgstr "" -#: setup/class_setupStep_Migrate.inc:1210 -#: setup/class_setupStep_Migrate.inc:1238 -#: setup/class_setupStep_Migrate.inc:1287 -#: setup/class_setupStep_Migrate.inc:1336 -#: setup/class_setupStep_Migrate.inc:2141 -#: setup/class_setupStep_Migrate.inc:2438 -#: setup/class_setupStep_Migrate.inc:2442 -#: setup/class_setupStep_Migrate.inc:2632 -#: setup/class_setupStep_Migrate.inc:2652 -#: setup/class_setupStep_Migrate.inc:2769 -#: setup/class_setupStep_Migrate.inc:3116 -#: setup/class_setupStep_Migrate.inc:3130 -#: plugins/personal/generic/class_user.inc:730 -#: plugins/personal/generic/class_user.inc:1127 +#: setup/class_setupStep_Migrate.inc:461 setup/class_setupStep_Migrate.inc:814 +#: plugins/generic/references/class_reference.inc:97 +#: plugins/personal/generic/class_user.inc:729 +#: plugins/personal/generic/class_user.inc:1125 #: plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc:253 -#: plugins/personal/posix/class_posixAccount.inc:533 -#: plugins/personal/posix/class_posixAccount.inc:820 -#: plugins/admin/groups/class_group.inc:577 +#: plugins/personal/posix/class_posixAccount.inc:528 +#: plugins/personal/posix/class_posixAccount.inc:790 +#: plugins/admin/groups/class_group.inc:580 #: plugins/admin/groups/class_group.inc:856 -#: plugins/admin/departments/class_department.inc:285 -#: plugins/admin/departments/class_department.inc:482 -#: plugins/admin/departments/class_department.inc:753 -#: plugins/admin/departments/class_department.inc:784 -#: plugins/admin/acl/class_aclRole.inc:604 -#: plugins/admin/acl/class_aclRole.inc:644 -#: plugins/admin/acl/class_aclRole.inc:658 -#: plugins/admin/ogroups/class_ogroup.inc:757 -#: plugins/admin/ogroups/class_ogroup.inc:774 include/class_config.inc:325 -#: include/functions.inc:476 include/functions.inc:511 -#: include/functions.inc:519 include/functions.inc:565 -#: include/functions.inc:817 include/functions.inc:866 -#: include/functions.inc:923 include/functions.inc:976 -#: include/functions.inc:3052 include/functions.inc:3325 -#: include/class_SnapshotHandler.inc:124 include/class_SnapshotHandler.inc:281 -#: include/class_SnapshotHandler.inc:329 include/class_SnapshotHandler.inc:333 -#: include/class_SnapshotHandler.inc:348 include/class_SnapshotHandler.inc:383 -#: include/class_SnapshotHandler.inc:438 include/class_SnapshotHandler.inc:503 -#: include/class_SnapshotHandler.inc:518 include/class_acl.inc:1247 -#: include/class_acl.inc:1343 include/class_ldap.inc:756 -#: include/class_ldap.inc:1222 include/class_plugin.inc:1163 -#: include/class_plugin.inc:1212 include/class_plugin.inc:1216 -#: include/class_plugin.inc:1232 include/class_plugin.inc:1272 -#: include/class_plugin.inc:1330 include/class_plugin.inc:1396 -#: include/class_plugin.inc:1411 include/class_userFilter.inc:275 -#: html/index.php:266 html/index.php:277 html/index.php:290 +#: plugins/admin/departments/class_department.inc:287 +#: plugins/admin/departments/class_department.inc:484 +#: plugins/admin/departments/class_department.inc:761 +#: plugins/admin/departments/class_department.inc:792 +#: plugins/admin/acl/class_aclRole.inc:599 +#: plugins/admin/acl/class_aclRole.inc:639 +#: plugins/admin/acl/class_aclRole.inc:653 +#: plugins/admin/ogroups/class_ogroup.inc:742 +#: plugins/admin/ogroups/class_ogroup.inc:759 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:191 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:256 +#: include/class_config.inc:337 include/functions.inc:488 +#: include/functions.inc:523 include/functions.inc:531 +#: include/functions.inc:577 include/functions.inc:829 +#: include/functions.inc:878 include/functions.inc:935 +#: include/functions.inc:985 include/functions.inc:3002 +#: include/functions.inc:3283 include/class_SnapshotHandler.inc:123 +#: include/class_SnapshotHandler.inc:280 include/class_SnapshotHandler.inc:329 +#: include/class_SnapshotHandler.inc:333 include/class_SnapshotHandler.inc:346 +#: include/class_SnapshotHandler.inc:380 include/class_SnapshotHandler.inc:435 +#: include/class_SnapshotHandler.inc:500 include/class_SnapshotHandler.inc:515 +#: include/class_acl.inc:1250 include/class_acl.inc:1346 +#: include/class_ldap.inc:756 include/class_ldap.inc:1173 +#: include/class_userFilter.inc:275 html/index.php:271 #, fuzzy msgid "LDAP error" msgstr "Ошибка LDAP:" -#: setup/class_setupStep_Migrate.inc:1238 -#: setup/class_setupStep_Migrate.inc:1287 -#: setup/class_setupStep_Migrate.inc:1336 -#, fuzzy -msgid "Cannot move users to the requested department!" -msgstr "Невозможно подключиться к серверу базы данных!" - -#: setup/class_setupStep_Migrate.inc:1248 -msgid "Winstation will be moved from" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:1248 -#: setup/class_setupStep_Migrate.inc:1298 -#: setup/class_setupStep_Migrate.inc:1346 include/class_plugin.inc:1691 -#, fuzzy -msgid "to" -msgstr "Отношение" - -#: setup/class_setupStep_Migrate.inc:1259 -#: setup/class_setupStep_Migrate.inc:1308 -msgid "Updating following references too" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:1298 -msgid "Group will be moved from" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:1346 -msgid "User will be moved from" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:1356 -msgid "The following references will be updated" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:1989 +#: setup/class_setupStep_Migrate.inc:662 msgid "" "The LDAP root object is missing. It is required to use your LDAP service." msgstr "" -#: setup/class_setupStep_Migrate.inc:1990 -#: setup/class_setupStep_Migrate.inc:2003 +#: setup/class_setupStep_Migrate.inc:663 setup/class_setupStep_Migrate.inc:676 #, fuzzy msgid "Try to create root object" msgstr "Объект группы" -#: setup/class_setupStep_Migrate.inc:2002 +#: setup/class_setupStep_Migrate.inc:675 msgid "Root object couldn't be created, you should try it on your own." msgstr "" -#: setup/class_setupStep_Migrate.inc:2057 +#: setup/class_setupStep_Migrate.inc:730 #, fuzzy, php-format msgid "Missing GOsa object class '%s'!" msgstr "Список подразделений" -#: setup/class_setupStep_Migrate.inc:2058 +#: setup/class_setupStep_Migrate.inc:731 #, fuzzy msgid "Please check your installation." msgstr "Проверьте, правильно ли вы ввели имя пользователя и пароль." -#: setup/class_setupStep_Migrate.inc:2079 +#: setup/class_setupStep_Migrate.inc:752 #, php-format msgid "" "Cannot handle the structural object type of your root object. Please try to " "add the object class '%s' manually." msgstr "" -#: setup/class_setupStep_Migrate.inc:2438 -#, fuzzy, php-format -msgid "Copy '%s' to '%s' failed:" -msgstr "Ошибка при выполнении \"%s\"!" - -#: setup/class_setupStep_Migrate.inc:2573 -#, php-format -msgid "There are %s devices that need to be migrated." -msgstr "" - -#: setup/class_setupStep_Migrate.inc:2633 -#, php-format -msgid "Adding '%s' to the LDAP failed: %s" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:2653 -#: setup/class_setupStep_Migrate.inc:2770 -#, fuzzy, php-format -msgid "Updating '%s' failed: %s" -msgstr "Служба печати" - -#: setup/class_setupStep_Migrate.inc:2726 -#, php-format -msgid "There are %s services that need to be migrated." -msgstr "" - -#: setup/class_setupStep_Migrate.inc:2867 -#: plugins/personal/generic/generic.tpl:255 -#: plugins/personal/generic/generic.tpl:275 -#: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:83 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:123 -#: include/utils/class_msgPool.inc:336 -#, php-format -msgid "Add" -msgstr "Добавить" - -#: setup/class_setupStep_Migrate.inc:2868 -#: plugins/personal/generic/generic_certs.tpl:22 -#: plugins/personal/generic/generic_certs.tpl:48 -#: plugins/personal/generic/generic_certs.tpl:74 -#: plugins/admin/users/user-list.xml:121 -#: plugins/admin/groups/group-list.xml:98 -#: plugins/admin/departments/dep-list.xml:160 -#: plugins/admin/departments/dep-list.xml:181 -#: plugins/admin/acl/acl-list.xml:95 plugins/admin/acl/acl-list.xml:144 -#: plugins/admin/ogroups/ogroup-list.xml:98 -msgid "Remove" -msgstr "Удалить" - -#: setup/class_setupStep_Migrate.inc:3057 -#, php-format -msgid "There are %s application menus which have to be migrated." -msgstr "" - -#: setup/setup_config1.tpl:2 -msgid "Look and feel" -msgstr "" - -#: setup/setup_config1.tpl:6 -#, fuzzy -msgid "Theme" -msgstr "Мобильный" - -#: setup/setup_config1.tpl:15 -#, fuzzy -msgid "Apache" -msgstr "Отмена" - -#: setup/setup_config1.tpl:19 -msgid "Compress output send to browser" -msgstr "" - -#: setup/setup_config1.tpl:27 -#, fuzzy -msgid "People and group storage" -msgstr "Структурная единица (OU) пользователей" - -#: setup/setup_config1.tpl:30 -#, fuzzy -msgid "People DN attribute" -msgstr "Атрибут DN пользователей" - -#: setup/setup_config1.tpl:41 -#, fuzzy -msgid "People storage subtree" -msgstr "Структурная единица (OU) пользователей" - -#: setup/setup_config1.tpl:50 -#, fuzzy -msgid "Group storage subtree" -msgstr "OU групп" - -#: setup/setup_config1.tpl:59 -msgid "Include personal title in user DN" -msgstr "" - -#: setup/setup_config1.tpl:70 -msgid "Relaxed naming policies" -msgstr "" - -#: setup/setup_config1.tpl:81 -#, fuzzy -msgid "Automatic UIDs" -msgstr "автоматически" - -#: setup/setup_config1.tpl:97 setup/class_setupStep_Config1.inc:118 -msgid "GID / UID min id" -msgstr "" - -#: setup/setup_config1.tpl:113 -#, fuzzy -msgid "Number base for people/groups" -msgstr "База идентификаторов для пользователей/групп" - -#: setup/setup_config1.tpl:121 -msgid "Hook for number base" -msgstr "" - -#: setup/setup_config1.tpl:136 plugins/personal/password/main.inc:57 -#, fuzzy -msgid "Password settings" -msgstr "Почтовые настройки пользователя" - -#: setup/setup_config1.tpl:140 -msgid "Password encryption algorithm" -msgstr "" - -#: setup/setup_config1.tpl:151 -#, fuzzy -msgid "Password restrictions" -msgstr "Срок действия пароля истекает" - -#: setup/setup_config1.tpl:158 setup/setup_config1.tpl:162 -msgid "Password minimum length" -msgstr "" - -#: setup/setup_config1.tpl:169 setup/setup_config1.tpl:173 -msgid "Different characters from old password" -msgstr "" - -#: setup/setup_config1.tpl:182 +#: setup/class_setupStep_Migrate.inc:804 setup/setup_migrate.tpl:32 +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:181 #, fuzzy -msgid "Password change hook" -msgstr "Сменить пароль" - -#: setup/setup_config1.tpl:198 -msgid "Use SASL for kerberos" -msgstr "" - -#: setup/setup_config1.tpl:209 -#, fuzzy -msgid "Use account expiration" -msgstr "Учетная запись" - -#: setup/setup_config1.tpl:221 -msgid "" -"GOsa supports several encryption types for your passwords. Normally this is " -"adjustable via user templates, but you can specify a default method to be " -"used here, too." -msgstr "" - -#: setup/setup_config1.tpl:222 -#, fuzzy -msgid "" -"GOsa always acts as admin and manages access rights internally. This is a " -"workaround till OpenLDAP's in directory ACI's are fully implemented. For " -"this to work, we need the admin DN and the corresponding password." -msgstr "" -"Сейчас вам нужно указать параметры доступа к LDAP-серверу. GOsa всегда " -"выступает в роли администратора и управляет правами доступа самостоятельно. " -"Это временное решение, пока в OpenLDAP не будут реализованы полностью " -"средства контроля доступа (ACI) внутри каталогов. Чтобы это решение " -"работало, укажите DN (уникальное имя) администратора и соответствующий " -"пароль." - -#: setup/setup_config1.tpl:223 -msgid "" -"Some basic LDAP parameters are tunable and affect the locations where GOsa " -"saves people and groups, including the way accounts get created. Check the " -"values below if the fit your needs." -msgstr "" -"Некоторые основные параметры LDAP изменяемы и влияют на расположение " -"сохраняемой информации о пользователях и группах, а также на способ создания " -"учетных записей. Проверьте, подходят ли вам значения, указанные ниже." - -#: setup/setup_config1.tpl:224 -msgid "" -"GOsa has modular support for several mail methods. These methods provide " -"interfaces to users mailboxes and general handling for quotas. You can " -"choose the dummy plugin to leave all your mail settings untouched." -msgstr "" +msgid "Migrate" +msgstr "Дата" #: setup/class_setupStep_License.inc:56 setup/class_setupStep_License.inc:57 #, fuzzy @@ -1437,65 +891,78 @@ msgstr "в" msgid "Terms and conditions for usage" msgstr "" -#: setup/class_setupStep_Checks.inc:38 setup/class_setupStep_Checks.inc:39 +#: setup/class_setupStep_Checks.inc:40 setup/class_setupStep_Checks.inc:41 msgid "Installation check" msgstr "" -#: setup/class_setupStep_Checks.inc:40 +#: setup/class_setupStep_Checks.inc:42 msgid "Basic checks for PHP compatibility and extensions" msgstr "" -#: setup/class_setupStep_Checks.inc:64 +#: setup/class_setupStep_Checks.inc:66 #, fuzzy msgid "Checking PHP version" msgstr "Проверка версии PHP (>=4.1.0)" -#: setup/class_setupStep_Checks.inc:65 +#: setup/class_setupStep_Checks.inc:67 #, fuzzy, php-format msgid "PHP must be of version %s or above." msgstr "" "У вас должна быть установка PHP версии не ниже 4.1.0, так как в ней " "реализованы некоторые новые функции и исправлены некоторые ошибки." -#: setup/class_setupStep_Checks.inc:66 +#: setup/class_setupStep_Checks.inc:68 msgid "Please upgrade to a supported version." msgstr "" -#: setup/class_setupStep_Checks.inc:73 +#: setup/class_setupStep_Checks.inc:75 msgid "GOsa requires this module to talk with your LDAP server." msgstr "" -#: setup/class_setupStep_Checks.inc:81 +#: setup/class_setupStep_Checks.inc:83 msgid "GOsa requires this module for an internationalized interface." msgstr "" -#: setup/class_setupStep_Checks.inc:89 +#: setup/class_setupStep_Checks.inc:91 msgid "GOsa requires this module for the samba integration." msgstr "" -#: setup/class_setupStep_Checks.inc:97 -msgid "GOsa requires this module to make use of SSHA encryption." +#: setup/class_setupStep_Checks.inc:99 +msgid "" +"GOsa requires either 'mhash' or the 'sha1' module to make use of SSHA " +"encryption." msgstr "" -#: setup/class_setupStep_Checks.inc:105 +#: setup/class_setupStep_Checks.inc:107 msgid "GOsa requires this module to talk to an IMAP server." msgstr "" -#: setup/class_setupStep_Checks.inc:112 +#: setup/class_setupStep_Checks.inc:114 #, fuzzy msgid "mbstring" msgstr "Настройки Samba" -#: setup/class_setupStep_Checks.inc:113 +#: setup/class_setupStep_Checks.inc:115 msgid "GOsa requires this module to handle unicode strings." msgstr "" -#: setup/class_setupStep_Checks.inc:120 +#: setup/class_setupStep_Checks.inc:122 +msgid "Calendar" +msgstr "" + +#: setup/class_setupStep_Checks.inc:123 +#, fuzzy +msgid "GOsa requires this module to calculate dates." +msgstr "" +"Необходим для чтения отчетов о полученных факсимильных сообщениях из базы " +"данных." + +#: setup/class_setupStep_Checks.inc:130 #, fuzzy msgid "MySQL" msgstr "Ошибка LDAP:" -#: setup/class_setupStep_Checks.inc:121 +#: setup/class_setupStep_Checks.inc:131 #, fuzzy msgid "" "GOsa requires this module to communicate with several supported databases." @@ -1503,37 +970,37 @@ msgstr "" "Необходим для чтения отчетов о полученных факсимильных сообщениях из базы " "данных." -#: setup/class_setupStep_Checks.inc:138 +#: setup/class_setupStep_Checks.inc:148 msgid "samba hash generator" msgstr "" -#: setup/class_setupStep_Checks.inc:139 +#: setup/class_setupStep_Checks.inc:149 msgid "GOsa requires this command to synchronize POSIX and samba passwords." msgstr "" -#: setup/class_setupStep_Checks.inc:140 +#: setup/class_setupStep_Checks.inc:150 msgid "" "Deploy a gosa-si installation or install the perl Crypt::SmbHash modules." msgstr "" -#: setup/class_setupStep_Checks.inc:153 +#: setup/class_setupStep_Checks.inc:163 msgid "imagick" msgstr "" -#: setup/class_setupStep_Checks.inc:154 +#: setup/class_setupStep_Checks.inc:164 msgid "GOsa requires this extension to handle images." msgstr "" -#: setup/class_setupStep_Checks.inc:169 +#: setup/class_setupStep_Checks.inc:179 #, fuzzy msgid "compression module" msgstr "Параметры доступа" -#: setup/class_setupStep_Checks.inc:170 +#: setup/class_setupStep_Checks.inc:180 msgid "GOsa requires this extension to handle snapshots." msgstr "" -#: setup/class_setupStep_Checks.inc:181 +#: setup/class_setupStep_Checks.inc:191 #, fuzzy msgid "" "register_globals is a PHP mechanism to register all global variables to be " @@ -1544,123 +1011,123 @@ msgstr "" "переменные доступными из сценария без смены области действия. Это может быть " "нарушением безопасности. Тем не менее, GOsa будет работать в любом случае." -#: setup/class_setupStep_Checks.inc:182 +#: setup/class_setupStep_Checks.inc:192 #, fuzzy msgid "Search for 'register_globals' in your php.ini and switch it to 'Off'." msgstr "Проверка значения параметра register_globals (должно быть: off)" -#: setup/class_setupStep_Checks.inc:190 +#: setup/class_setupStep_Checks.inc:200 msgid "PHP uses this value for the garbage collector to delete old sessions." msgstr "" -#: setup/class_setupStep_Checks.inc:191 +#: setup/class_setupStep_Checks.inc:201 msgid "" "Setting this value to one day will prevent loosing session and cookies " "before they really timeout." msgstr "" -#: setup/class_setupStep_Checks.inc:192 +#: setup/class_setupStep_Checks.inc:202 #, fuzzy msgid "" "Search for 'session.gc_maxlifetime' in your php.ini and set it to 86400 or " "higher." msgstr "Проверка значения параметра register_globals (должно быть: off)" -#: setup/class_setupStep_Checks.inc:199 setup/class_setupStep_Checks.inc:215 -#: setup/class_setupStep_Checks.inc:231 setup/class_setupStep_Checks.inc:247 +#: setup/class_setupStep_Checks.inc:209 setup/class_setupStep_Checks.inc:225 +#: setup/class_setupStep_Checks.inc:241 setup/class_setupStep_Checks.inc:257 #, fuzzy msgid "Off" msgstr "не в сети" -#: setup/class_setupStep_Checks.inc:200 +#: setup/class_setupStep_Checks.inc:210 #, fuzzy msgid "" "In Order to use GOsa without any trouble, the session.auto_register option " "in your php.ini should be set to 'Off'." msgstr "Проверка значения параметра register_globals (должно быть: off)" -#: setup/class_setupStep_Checks.inc:201 +#: setup/class_setupStep_Checks.inc:211 #, fuzzy msgid "Search for 'session.auto_start' in your php.ini and set it to 'Off'." msgstr "Проверка значения параметра register_globals (должно быть: off)" -#: setup/class_setupStep_Checks.inc:208 +#: setup/class_setupStep_Checks.inc:218 msgid "" "GOsa needs at least 32MB of memory. Setting it below this limit may cause " "errors that are not reproducable! Increase it for larger setups." msgstr "" -#: setup/class_setupStep_Checks.inc:209 +#: setup/class_setupStep_Checks.inc:219 msgid "" "Search for 'memory_limit' in your php.ini and set it to '32M' or higher." msgstr "" -#: setup/class_setupStep_Checks.inc:216 +#: setup/class_setupStep_Checks.inc:226 msgid "" "This option influences the PHP output handling. Turn this Option off, to " "increase performance." msgstr "" -#: setup/class_setupStep_Checks.inc:217 +#: setup/class_setupStep_Checks.inc:227 msgid "Search for 'implicit_flush' in your php.ini and set it to 'Off'." msgstr "" -#: setup/class_setupStep_Checks.inc:224 +#: setup/class_setupStep_Checks.inc:234 msgid "The Execution time should be at least 30 seconds." msgstr "" -#: setup/class_setupStep_Checks.inc:225 +#: setup/class_setupStep_Checks.inc:235 msgid "" "Search for 'max_execution_time' in your php.ini and set it to '30' or higher." msgstr "" -#: setup/class_setupStep_Checks.inc:232 +#: setup/class_setupStep_Checks.inc:242 msgid "" "Increase the server security by setting expose_php to 'off'. PHP won't send " "any information about the server you are running in this case." msgstr "" -#: setup/class_setupStep_Checks.inc:233 +#: setup/class_setupStep_Checks.inc:243 msgid "Search for 'expose_php' in your php.ini and set if to 'Off'." msgstr "" -#: setup/class_setupStep_Checks.inc:239 +#: setup/class_setupStep_Checks.inc:249 #, fuzzy msgid "On" msgstr "Параметры" -#: setup/class_setupStep_Checks.inc:240 +#: setup/class_setupStep_Checks.inc:250 msgid "" "Increase your server security by setting magic_quotes_gpc to 'on'. PHP will " "escape all quotes in strings in this case." msgstr "" -#: setup/class_setupStep_Checks.inc:241 +#: setup/class_setupStep_Checks.inc:251 #, fuzzy msgid "Search for 'magic_quotes_gpc' in your php.ini and set it to 'On'." msgstr "Проверка значения параметра register_globals (должно быть: off)" -#: setup/class_setupStep_Checks.inc:248 +#: setup/class_setupStep_Checks.inc:258 msgid "Increase your server performance by setting magic_quotes_gpc to 'off'." msgstr "" -#: setup/class_setupStep_Checks.inc:249 +#: setup/class_setupStep_Checks.inc:259 #, fuzzy msgid "" "Search for 'zend.ze1_compatibility_mode' in your php.ini and set it to 'Off'." msgstr "Проверка значения параметра register_globals (должно быть: off)" -#: setup/class_setupStep_Checks.inc:259 +#: setup/class_setupStep_Checks.inc:269 #, fuzzy msgid "Configuration writeable" msgstr "Настроить" -#: setup/class_setupStep_Checks.inc:260 +#: setup/class_setupStep_Checks.inc:270 #, fuzzy msgid "The configuration file can't be written" msgstr "Настроить" -#: setup/class_setupStep_Checks.inc:261 +#: setup/class_setupStep_Checks.inc:271 #, php-format msgid "" "GOsa reads its configuration from a file located in (%s/%s). The setup can " @@ -1677,450 +1144,176 @@ msgstr "Язык" msgid "This step allows you to select your preferred language." msgstr "Язык по умолчанию" -#: setup/class_setupStep_Language.inc:47 +#: setup/class_setupStep_Language.inc:47 include/class_core.inc:180 #, fuzzy msgid "Automatic" msgstr "автоматически" -#: setup/setup_config3.tpl:2 +#: setup/setup_migrate.tpl:2 +msgid "" +"During the LDAP inspection, we're going to check for several common pitfalls " +"that may occur when migration to GOsa base LDAP administration. You may want " +"to fix the problems below, in order to provide smooth services." +msgstr "" + +#: setup/setup_migrate.tpl:5 #, fuzzy -msgid "GOsa core settings" -msgstr "Почтовые настройки пользователя" +msgid "Checks" +msgstr "Состояние системы" + +#: setup/setup_migrate.tpl:22 +#, fuzzy +msgid "Add required object classes to the LDAP base" +msgstr "Список подразделений" -#: setup/setup_config3.tpl:6 +#: setup/setup_migrate.tpl:24 #, fuzzy -msgid "Enable primary group filter" -msgstr "Показать группы пользователей" +msgid "Current" +msgstr "Текущий пароль" -#: setup/setup_config3.tpl:18 +#: setup/setup_migrate.tpl:28 #, fuzzy -msgid "Display summary in listings" -msgstr "Шаблон для групп" +msgid "After migration" +msgstr "Управление пользователями" -#: setup/setup_config3.tpl:30 +#: setup/setup_migrate.tpl:35 #, fuzzy -msgid "Honour administrative units" -msgstr "Управление группами" +msgid "Close" +msgstr "Выбрать" -#: setup/setup_config3.tpl:42 +#: setup/setup_migrate.tpl:40 #, fuzzy -msgid "Smarty compile directory" -msgstr "Домашний каталог" +msgid "Create a new GOsa administrator account" +msgstr "Создать настройки запись эл. почты" -#: setup/setup_config3.tpl:51 -msgid "SNMP community" +#: setup/setup_migrate.tpl:41 +msgid "" +"This dialog will automatically add a new super administrator to your LDAP " +"tree." msgstr "" -#: setup/setup_config3.tpl:60 +#: setup/setup_migrate.tpl:49 +#: plugins/personal/posix/class_posixAccount.inc:1308 +msgid "User ID" +msgstr "Идентификатор пользователя" + +#: setup/setup_migrate.tpl:53 ihtml/themes/default/login.tpl:47 +#: plugins/personal/generic/paste_generic.tpl:21 +msgid "Password" +msgstr "Пароль" + +#: setup/setup_migrate.tpl:57 #, fuzzy -msgid "Path for PPD storage" +msgid "Password (again)" msgstr "Хэширование паролей" -#: setup/setup_config3.tpl:77 +#: setup/class_setupStep_Welcome.inc:38 #, fuzzy -msgid "Path for kiosk profile storage" -msgstr "Почтовые настройки пользователя" - -#: setup/setup_config3.tpl:96 -msgid "SUDO role base" -msgstr "" +msgid "Welcome" +msgstr "Добро пожаловать %s!" -#: setup/setup_config3.tpl:115 +#: setup/class_setupStep_Welcome.inc:39 #, fuzzy -msgid "Mail queue script" -msgstr "Путь к сценариям" +msgid "The welcome message" +msgstr "Удалить" -#: setup/setup_config3.tpl:134 +#: setup/class_setupStep_Welcome.inc:40 #, fuzzy -msgid "Notification script" -msgstr "Изменить сертификаты" +msgid "Welcome to the GOsa setup assistent" +msgstr "Добро пожаловать в раздел настройки GOsa!" -#: setup/setup_config3.tpl:153 -msgid "Enable edit locking" -msgstr "" +#: setup/setup_language.tpl:3 +#, fuzzy +msgid "Please select the preferred language" +msgstr "Язык по умолчанию" -#: setup/setup_config3.tpl:174 -msgid "Gosa support daemon" +#: setup/setup_language.tpl:5 +msgid "" +"At this point, you can select the site wide default language. Choosing " +"'automatic' will use the language requested by the browser. This setting can " +"be overriden per user." msgstr "" -#: setup/setup_config3.tpl:193 +#: setup/setup_language.tpl:9 #, fuzzy -msgid "Daemon timeout" -msgstr "Домен" +msgid "Please select your preferred language here" +msgstr "Язык по умолчанию" -#: setup/setup_config3.tpl:207 -msgid "Login and session" +#: setup/setup_checks.tpl:2 +msgid "" +"This step checks if your PHP server has all required modules and " +"configuration settings." msgstr "" -#: setup/setup_config3.tpl:210 +#: setup/setup_checks.tpl:5 #, fuzzy -msgid "Login attribute" -msgstr "Атрибут DN пользователей" +msgid "Inspection" +msgstr "Проверка конфигурации PHP" -#: setup/setup_config3.tpl:221 -msgid "Enforce register_globals to be deactivated" +#: setup/setup_checks.tpl:8 +msgid "PHP module and extension checks" msgstr "" -#: setup/setup_config3.tpl:233 -msgid "Enforce encrypted connections" +#: setup/setup_checks.tpl:10 +msgid "Basic checks" msgstr "" -#: setup/setup_config3.tpl:245 -#, fuzzy -msgid "Warn if session is not encrypted" -msgstr "Данные, передаваемые в течение этого сеанса, не будут зашифрованы." - -#: setup/setup_config3.tpl:257 -#, fuzzy -msgid "Remember dialog filter settings" -msgstr "Общая информация о пользователе" +#: setup/setup_checks.tpl:27 setup/setup_checks.tpl:68 +#: plugins/personal/posix/class_posixAccount.inc:650 +#: plugins/personal/posix/class_posixAccount.inc:773 +#: plugins/admin/groups/class_group.inc:832 +#: plugins/admin/departments/dep_move_confirm.tpl:2 include/functions.inc:2640 +#: include/functions.inc:2644 include/functions.inc:2650 +#: include/functions.inc:2674 include/utils/class_xml.inc:37 +#: include/class_tabs.inc:249 include/class_configRegistry.inc:655 +#: include/class_configRegistry.inc:670 include/class_configRegistry.inc:685 +#: include/class_configRegistry.inc:700 include/class_configRegistry.inc:716 +#: include/class_configRegistry.inc:721 include/class_configRegistry.inc:738 +#: include/class_configRegistry.inc:743 include/class_configRegistry.inc:761 +#: include/class_configRegistry.inc:766 include/class_configRegistry.inc:782 +#: include/class_configRegistry.inc:797 include/class_configRegistry.inc:812 +#: html/password.php:316 +msgid "Warning" +msgstr "Предупреждение" -#: setup/setup_config3.tpl:269 -#, fuzzy -msgid "Session lifetime" -msgstr "Конфликт сеансов" +#: setup/setup_checks.tpl:38 setup/setup_checks.tpl:79 +msgid "GOsa will NOT run without fixing this." +msgstr "" -#: setup/setup_config3.tpl:278 -msgid "Debugging" +#: setup/setup_checks.tpl:40 setup/setup_checks.tpl:81 +msgid "GOsa will run without fixing this." msgstr "" -#: setup/setup_config3.tpl:282 +#: setup/setup_checks.tpl:50 #, fuzzy -msgid "Show PHP errors" -msgstr "Ошибка LDAP:" +msgid "PHP setup configuration" +msgstr "Базы данных" -#: setup/setup_config3.tpl:294 +#: setup/setup_checks.tpl:50 #, fuzzy -msgid "Maximum LDAP query time" -msgstr "Размер квоты" +msgid "show information" +msgstr "Личная информация" -#: setup/setup_config3.tpl:312 -msgid "Log LDAP statistics" +#: setup/setup_checks.tpl:51 +msgid "Extended checks" msgstr "" -#: setup/setup_config3.tpl:324 -#, fuzzy -msgid "Debug level" -msgstr "Уровень информативности" - -#: setup/setup_config3.tpl:329 setup/setup_config3.tpl:332 -#, fuzzy -msgid "Disabled" -msgstr "отключен" - -#: setup/setup_config3.tpl:330 setup/setup_config3.tpl:333 -#: ihtml/themes/modern/userFilterEditor.tpl:45 -#, fuzzy -msgid "Enabled" -msgstr "отключен" - -#: setup/setup_migrate.tpl:5 -msgid "" -"During the LDAP inspection, we're going to check for several common pitfalls " -"that may occur when migration to GOsa base LDAP administration. You may want " -"to fix the problems below, in order to provide smooth services." -msgstr "" - -#: setup/setup_migrate.tpl:33 -#, fuzzy -msgid "Check again" -msgstr "Проверить" - -#: setup/setup_migrate.tpl:38 -#, fuzzy -msgid "Add required object classes to the LDAP base" -msgstr "Список подразделений" - -#: setup/setup_migrate.tpl:40 setup/setup_migrate.tpl:259 -#: setup/setup_migrate.tpl:367 setup/setup_migrate.tpl:425 -#: setup/setup_migrate.tpl:484 setup/setup_migrate.tpl:532 -#: setup/setup_migrate.tpl:581 -#, fuzzy -msgid "Current" -msgstr "Текущий пароль" - -#: setup/setup_migrate.tpl:47 setup/setup_migrate.tpl:263 -#: setup/setup_migrate.tpl:374 setup/setup_migrate.tpl:432 -#: setup/setup_migrate.tpl:488 setup/setup_migrate.tpl:536 -#: setup/setup_migrate.tpl:585 -#, fuzzy -msgid "After migration" -msgstr "Управление пользователями" - -#: setup/setup_migrate.tpl:62 setup/setup_migrate.tpl:112 -#, fuzzy -msgid "Close" -msgstr "Выбрать" - -#: setup/setup_migrate.tpl:68 -msgid "Move windows workstations into a valid windows workstation department" -msgstr "" - -#: setup/setup_migrate.tpl:70 -msgid "" -"This dialog allows you to move the displayed windows workstations into a " -"valid department" -msgstr "" - -#: setup/setup_migrate.tpl:72 -msgid "" -"Be careful with this tool, there may be references pointing to this " -"workstations that can't be migrated." -msgstr "" - -#: setup/setup_migrate.tpl:96 setup/setup_migrate.tpl:155 -#: setup/setup_migrate.tpl:211 setup/setup_migrate.tpl:391 -#: setup/setup_migrate.tpl:448 setup/setup_migrate.tpl:495 -#: setup/setup_migrate.tpl:543 setup/setup_migrate.tpl:592 -#: include/class_listing.inc:306 -#, fuzzy -msgid "Select all" -msgstr "Удалить" - -#: setup/setup_migrate.tpl:98 -msgid "Move selected windows workstations into the following GOsa department" -msgstr "" - -#: setup/setup_migrate.tpl:103 -#, fuzzy -msgid "Move selected workstations" -msgstr "Выберите чтобы посмотреть рабочие станции" - -#: setup/setup_migrate.tpl:105 -msgid "What will be done here" -msgstr "" - -#: setup/setup_migrate.tpl:119 -msgid "Move groups into configured group tree" -msgstr "" - -#: setup/setup_migrate.tpl:122 -msgid "" -"This dialog allows moving a couple of groups to the configured group tree. " -"Doing this may straighten your LDAP service." -msgstr "" - -#: setup/setup_migrate.tpl:125 -msgid "" -"Be careful with this option! There may be references pointing to these " -"groups. The GOsa setup can't migrate references, so you may want to cancel " -"the migration in this case." -msgstr "" - -#: setup/setup_migrate.tpl:128 -msgid "Move selected groups into this group tree" -msgstr "" - -#: setup/setup_migrate.tpl:159 setup/setup_migrate.tpl:215 -#: setup/setup_migrate.tpl:269 setup/setup_migrate.tpl:395 -#: setup/setup_migrate.tpl:452 setup/setup_migrate.tpl:500 -#: setup/setup_migrate.tpl:548 setup/setup_migrate.tpl:597 -#, fuzzy -msgid "Hide changes" -msgstr "Удалить телефонный аккаунт" - -#: setup/setup_migrate.tpl:162 setup/setup_migrate.tpl:218 -#: setup/setup_migrate.tpl:251 setup/setup_migrate.tpl:398 -#: setup/setup_migrate.tpl:455 setup/setup_migrate.tpl:505 -#: setup/setup_migrate.tpl:553 setup/setup_migrate.tpl:602 -#, fuzzy -msgid "Show changes" -msgstr "Показать телефоны" - -#: setup/setup_migrate.tpl:178 -msgid "Move users into configured user tree" -msgstr "" - -#: setup/setup_migrate.tpl:180 -msgid "" -"This dialog allows moving a couple of users to the configured user tree. " -"Doing this may straighten your LDAP service." -msgstr "" - -#: setup/setup_migrate.tpl:183 -msgid "" -"Be careful with this option! There may be references pointing to these " -"users. The GOsa setup can't migrate references, so you may want to cancel " -"the migration in this case." -msgstr "" - -#: setup/setup_migrate.tpl:186 -#, fuzzy -msgid "Move selected users into this people tree" -msgstr "Создать шаблон" - -#: setup/setup_migrate.tpl:233 -#, fuzzy -msgid "Migrate GOsa 2.5 administrative accounts" -msgstr "Создать настройки запись эл. почты" - -#: setup/setup_migrate.tpl:235 -msgid "" -"This dialog allows the migration of GOsa 2.5 admin accounts into GOsa 2.6 " -"useable accounts." -msgstr "" - -#: setup/setup_migrate.tpl:293 -#, fuzzy -msgid "Abort" -msgstr "Порт" - -#: setup/setup_migrate.tpl:296 -#, fuzzy -msgid "Create a new GOsa administrator account" -msgstr "Создать настройки запись эл. почты" - -#: setup/setup_migrate.tpl:299 -msgid "" -"This dialog will automatically add a new super administrator to your LDAP " -"tree." -msgstr "" - -#: setup/setup_migrate.tpl:312 -#: plugins/personal/posix/class_posixAccount.inc:1312 -msgid "User ID" -msgstr "Идентификатор пользователя" - -#: setup/setup_migrate.tpl:328 -#, fuzzy -msgid "Password (again)" -msgstr "Хэширование паролей" - -#: setup/setup_migrate.tpl:356 -msgid "" -"The listed departments are currently invisible in the GOsa user interface. " -"If you want to change this for a couple of entries, select them and use the " -"migrate button below." -msgstr "" - -#: setup/setup_migrate.tpl:357 setup/setup_migrate.tpl:416 -#: setup/setup_migrate.tpl:476 setup/setup_migrate.tpl:525 -#: setup/setup_migrate.tpl:574 -msgid "" -"If you want to know what will be done when migrating the selected entries, " -"use the 'Show changes' button to see the LDIF." -msgstr "" - -#: setup/setup_migrate.tpl:415 -msgid "" -"The listed users are currently invisible in the GOsa user interface. If you " -"want to change this for a couple of users, just select them and use the " -"'Migrate' button below." -msgstr "" - -#: setup/setup_migrate.tpl:475 -msgid "" -"The listed devices are currently invisible in the GOsa interface. If you " -"want to change this for a couple of devices, just select them and use the " -"'Migrate' button below." -msgstr "" - -#: setup/setup_migrate.tpl:502 setup/setup_migrate.tpl:550 -#: setup/setup_migrate.tpl:599 -#, fuzzy -msgid "Refresh" -msgstr "Ссылки" - -#: setup/setup_migrate.tpl:524 -msgid "" -"The listed services are currently invalid for the GOsa version you are going " -"to install. If you want to update a couple of service, just select them and " -"use the 'Migrate' button below." -msgstr "" - -#: setup/setup_migrate.tpl:573 -msgid "" -"The listed menus are currently invisible in the GOsa interface. If you want " -"to change this for a couple of devices, just select them and use the " -"'Migrate' button below." -msgstr "" - -#: setup/setup_frame.tpl:12 -#, fuzzy -msgid "GOsa setup wizard" -msgstr "Почтовые настройки пользователя" - -#: setup/setup_frame.tpl:19 -#, fuzzy -msgid "Installation" -msgstr "Рабочая станция" - -#: setup/setup_frame.tpl:19 -#, fuzzy -msgid "Setup" -msgstr "Установить" - -#: setup/class_setupStep_Welcome.inc:38 -#, fuzzy -msgid "Welcome" -msgstr "Добро пожаловать %s!" - -#: setup/class_setupStep_Welcome.inc:39 -#, fuzzy -msgid "The welcome message" -msgstr "Удалить" - -#: setup/class_setupStep_Welcome.inc:40 -#, fuzzy -msgid "Welcome to GOsa setup wizard" -msgstr "Добро пожаловать в раздел настройки GOsa!" - -#: setup/setup_language.tpl:3 -#, fuzzy -msgid "Please select the preferred language" -msgstr "Язык по умолчанию" - -#: setup/setup_language.tpl:5 -msgid "" -"At this point, you can select the site wide default language. Choosing " -"'automatic' will use the language requested by the browser. This setting can " -"be overriden per user." -msgstr "" - -#: setup/setup_language.tpl:9 -#, fuzzy -msgid "Please select your preferred language here" -msgstr "Язык по умолчанию" - -#: setup/setup_checks.tpl:9 -msgid "PHP module and extension checks" -msgstr "" - -#: setup/setup_checks.tpl:41 setup/setup_checks.tpl:103 -msgid "GOsa will NOT run without fixing this." -msgstr "" - -#: setup/setup_checks.tpl:45 setup/setup_checks.tpl:107 -msgid "GOsa will run without fixing this." -msgstr "" - -#: setup/setup_checks.tpl:67 -#, fuzzy -msgid "PHP setup configuration" -msgstr "Базы данных" - -#: setup/setup_checks.tpl:67 -#, fuzzy -msgid "show information" -msgstr "Личная информация" - -#: setup/class_setupStep_Finish.inc:37 -#: ihtml/themes/default/copyPasteDialog.tpl:32 -#: ihtml/themes/modern/copyPasteDialog.tpl:30 -msgid "Finish" -msgstr "Готово" - -#: setup/class_setupStep_Finish.inc:38 +#: setup/class_setupStep_Finish.inc:39 +#: ihtml/themes/default/copyPasteDialog.tpl:30 +msgid "Finish" +msgstr "Готово" + +#: setup/class_setupStep_Finish.inc:40 #, fuzzy msgid "Write configuration file" msgstr "Настроить" -#: setup/class_setupStep_Finish.inc:39 +#: setup/class_setupStep_Finish.inc:41 #, fuzzy msgid "Finish - write the configuration file" msgstr "Настроить" -#: setup/class_setupStep_Finish.inc:104 +#: setup/class_setupStep_Finish.inc:106 #, fuzzy msgid "" "Your configuration file is currently world readable. Please update the file " @@ -2128,13 +1321,13 @@ msgid "" msgstr "" "Не удается прочитать файл настройки GOsa %s/gosa.conf. Операция прервана." -#: setup/class_setupStep_Finish.inc:106 +#: setup/class_setupStep_Finish.inc:108 #, fuzzy msgid "The configuration is currently not readable or it does not exists." msgstr "" "Не удается прочитать файл настройки GOsa %s/gosa.conf. Операция прервана." -#: setup/class_setupStep_Finish.inc:115 +#: setup/class_setupStep_Finish.inc:117 #, fuzzy, php-format msgid "" "After downloading and placing the file under %s, please make sure that the " @@ -2146,124 +1339,84 @@ msgstr "" "пользователь веб-сервера может его читать. Для этого вам, возможно, " "понадобится выполнить следующие команды:" -#: setup/class_setupStep_Config1.inc:74 setup/class_setupStep_Config1.inc:75 -#, fuzzy -msgid "GOsa settings 1/3" -msgstr "Почтовые настройки пользователя" - -#: setup/class_setupStep_Config1.inc:76 -#, fuzzy -msgid "GOsa generic settings" -msgstr "Общая информация о пользователе" - -#: setup/class_setupStep_Config1.inc:118 -#, php-format -msgid "The specified value for '%s' must be a numeric value" -msgstr "" - -#: setup/class_setupStep_Config1.inc:122 setup/class_setupStep_Config1.inc:126 -#, php-format -msgid "Don't add a trailing comma to '%s'." -msgstr "" - -#: setup/class_setupStep_Config1.inc:122 -msgid "People storage ou" -msgstr "Структурная единица (OU) пользователей" - -#: setup/class_setupStep_Config1.inc:126 -msgid "Group storage ou" -msgstr "OU групп" - -#: setup/class_setupStep_Config1.inc:130 -msgid "Uid base must be numeric" -msgstr "" - -#: setup/class_setupStep_Config1.inc:134 -msgid "The given password minimum length is not numeric." +#: ihtml/themes/default/ldifViewer.tpl:1 +msgid "Raw LDAP entry" msgstr "" -#: setup/class_setupStep_Config1.inc:137 -#, fuzzy -msgid "The given password differ value is not numeric." -msgstr "Значение поля \"Квота\" некорректно." - -#: ihtml/themes/default/acl.tpl:7 ihtml/themes/modern/acl.tpl:7 -#: plugins/admin/acl/acl_role.tpl:3 plugins/admin/acl/acl_role.tpl:4 +#: ihtml/themes/default/acl.tpl:7 plugins/admin/acl/acl_role.tpl:3 +#: plugins/admin/acl/acl_role.tpl:4 msgid "Assigned ACL for current entry" msgstr "" -#: ihtml/themes/default/acl.tpl:12 ihtml/themes/modern/acl.tpl:10 -#: plugins/admin/acl/acl_role.tpl:38 +#: ihtml/themes/default/acl.tpl:10 plugins/admin/acl/acl_role.tpl:38 #, fuzzy msgid "New ACL" msgstr "Создать" -#: ihtml/themes/default/acl.tpl:18 ihtml/themes/modern/acl.tpl:19 -#: plugins/admin/acl/acl_role.tpl:45 +#: ihtml/themes/default/acl.tpl:15 ihtml/themes/default/acl.tpl:16 +#: include/class_userFilter.inc:55 +msgid "Options" +msgstr "Параметры" + +#: ihtml/themes/default/acl.tpl:19 plugins/admin/acl/acl_role.tpl:45 #, fuzzy msgid "ACL type" msgstr "Тип" -#: ihtml/themes/default/acl.tpl:20 ihtml/themes/default/acl.tpl:25 -#: ihtml/themes/modern/acl.tpl:23 ihtml/themes/modern/acl.tpl:28 +#: ihtml/themes/default/acl.tpl:23 ihtml/themes/default/acl.tpl:28 #: plugins/admin/acl/acl_role.tpl:45 #, fuzzy msgid "Select an acl type" msgstr "Выберите, чтобы просмотреть серверы" -#: ihtml/themes/default/acl.tpl:38 ihtml/themes/modern/acl.tpl:40 +#: ihtml/themes/default/acl.tpl:40 #, fuzzy msgid "Additional filter options" msgstr "Дополнительные записи в fstab" -#: ihtml/themes/default/acl.tpl:49 ihtml/themes/modern/acl.tpl:57 -msgid "Use members from" -msgstr "" +#: ihtml/themes/default/acl.tpl:53 ihtml/themes/default/acl.tpl:65 +#: include/class_acl.inc:1106 +#, fuzzy +msgid "Members" +msgstr "Включаемые объекты" -#: ihtml/themes/default/acl.tpl:64 +#: ihtml/themes/default/acl.tpl:54 #, fuzzy -msgid "Available members" -msgstr "Доступные приложения" +msgid "Member selection" +msgstr "Настройки Samba" -#: ihtml/themes/default/acl.tpl:66 ihtml/themes/default/acl.tpl:71 -#: ihtml/themes/modern/acl.tpl:69 ihtml/themes/modern/acl.tpl:74 -msgid "List message possible targets" +#: ihtml/themes/default/acl.tpl:57 +msgid "Use members from" msgstr "" -#: ihtml/themes/default/acl.tpl:87 ihtml/themes/modern/acl.tpl:53 -#: ihtml/themes/modern/acl.tpl:65 include/class_acl.inc:1104 -#, fuzzy -msgid "Members" -msgstr "Включаемые объекты" +#: ihtml/themes/default/acl.tpl:69 ihtml/themes/default/acl.tpl:74 +msgid "List message possible targets" +msgstr "" -#: ihtml/themes/default/acl.tpl:89 ihtml/themes/default/acl.tpl:95 -#: ihtml/themes/modern/acl.tpl:92 ihtml/themes/modern/acl.tpl:98 +#: ihtml/themes/default/acl.tpl:92 ihtml/themes/default/acl.tpl:98 msgid "List message recipients" msgstr "" -#: ihtml/themes/default/acl.tpl:109 ihtml/themes/modern/acl.tpl:112 -#: plugins/admin/acl/acl_role.tpl:51 +#: ihtml/themes/default/acl.tpl:112 plugins/admin/acl/acl_role.tpl:51 #, fuzzy msgid "List of available ACL categories" msgstr "Выберите тип мыши" -#: ihtml/themes/default/acl.tpl:117 ihtml/themes/modern/acl.tpl:120 +#: ihtml/themes/default/acl.tpl:120 #, fuzzy msgid "ACL for this object" msgstr "Проверка модуля gd" -#: ihtml/themes/default/acl.tpl:123 ihtml/themes/modern/acl.tpl:126 +#: ihtml/themes/default/acl.tpl:126 #, fuzzy msgid "Available roles" msgstr "Доступные приложения" #: ihtml/themes/default/copyPasteDialog.tpl:1 -#: ihtml/themes/modern/copyPasteDialog.tpl:1 msgid "Copy & paste wizard" msgstr "" #: ihtml/themes/default/copyPasteDialog.tpl:7 -#: ihtml/themes/modern/copyPasteDialog.tpl:7 msgid "" "Some values need to be unique in the complete directory while some " "combinations make no sense. GOsa shows the relevant attributes. Please " @@ -2271,146 +1424,98 @@ msgid "" msgstr "" #: ihtml/themes/default/copyPasteDialog.tpl:9 -#: ihtml/themes/modern/copyPasteDialog.tpl:9 msgid "Remember that some properties like taken snapshots will not be copied!" msgstr "" #: ihtml/themes/default/copyPasteDialog.tpl:10 -#: ihtml/themes/modern/copyPasteDialog.tpl:10 msgid "" "Or if you copy or cut an entry within GOsa and delete the source object, you " "may get errors while pasting this object again!" msgstr "" #: ihtml/themes/default/copyPasteDialog.tpl:19 -#: ihtml/themes/modern/copyPasteDialog.tpl:19 -#: include/utils/class_msgPool.inc:330 +#: include/utils/class_msgPool.inc:313 #, php-format msgid "Save" msgstr "Сохранить" -#: ihtml/themes/default/copyPasteDialog.tpl:24 -#: ihtml/themes/modern/copyPasteDialog.tpl:23 +#: ihtml/themes/default/copyPasteDialog.tpl:23 #, fuzzy msgid "Cancel all" msgstr "Отмена" -#: ihtml/themes/default/copyPasteDialog.tpl:30 -#: ihtml/themes/modern/copyPasteDialog.tpl:28 +#: ihtml/themes/default/copyPasteDialog.tpl:28 #, fuzzy msgid "Operation complete" msgstr "не полный" #: ihtml/themes/default/logout-close.tpl:5 -#: ihtml/themes/modern/logout-close.tpl:5 msgid "Your GOsa session has been closed!" msgstr "" #: ihtml/themes/default/logout-close.tpl:7 -#: ihtml/themes/modern/logout-close.tpl:7 msgid "" "Please close this browser window and clean the authentication caches to " "avoid an automatic re-authentication by your browser." msgstr "" -#: ihtml/themes/default/login.tpl:10 -msgid "GOsa login screen" -msgstr "" - -#: ihtml/themes/default/login.tpl:27 -#, fuzzy -msgid "Login screen" -msgstr "Служба печати" - -#: ihtml/themes/default/login.tpl:34 +#: ihtml/themes/default/login.tpl:31 #, fuzzy -msgid "" -"Please use your username and your password to log into the site " -"administration system." -msgstr "" -"Чтобы войти в систему
введите свои имя пользователя и пароль." +msgid "Login to GOsa" +msgstr "Добро пожаловать в раздел настройки GOsa!" -#: ihtml/themes/default/login.tpl:42 ihtml/themes/default/login.tpl:44 -#: ihtml/themes/default/password.tpl:69 ihtml/themes/default/password.tpl:71 -#: ihtml/themes/modern/login.tpl:37 ihtml/themes/modern/login.tpl:40 +#: ihtml/themes/default/login.tpl:37 ihtml/themes/default/login.tpl:40 msgid "Username" msgstr "Имя пользователя" -#: ihtml/themes/default/login.tpl:52 ihtml/themes/default/login.tpl:53 -#: ihtml/themes/default/password.tpl:60 ihtml/themes/default/password.tpl:62 -#: ihtml/themes/modern/login.tpl:62 -msgid "Directory" -msgstr "Каталог" - -#: ihtml/themes/default/login.tpl:77 ihtml/themes/default/login.tpl:80 -#: ihtml/themes/modern/login.tpl:31 ihtml/themes/modern/login.tpl:67 -#: ihtml/themes/modern/login.tpl:68 -msgid "Sign in" -msgstr "Войти" +#: ihtml/themes/default/login.tpl:61 +msgid "Choose the directory to work on" +msgstr "" -#: ihtml/themes/default/login.tpl:78 ihtml/themes/modern/login.tpl:67 +#: ihtml/themes/default/login.tpl:66 msgid "Click here to log in" msgstr "Нажмите на эту кнопку, чтобы войти в систему" -#: ihtml/themes/default/remove.tpl:6 -msgid "" -"This may be used by several groups. Please double check if your really want " -"to do this since there is no way for GOsa to get your data back." -msgstr "" -"Это приложение может использоваться несколькими группами. Подумайте еще раз, " -"действительно ли вы хотите удалить его, так как GOsa не сможет отменить " -"результаты этой операции." +#: ihtml/themes/default/login.tpl:66 ihtml/themes/default/login.tpl:67 +#, fuzzy +msgid "Log in" +msgstr "Имя пользователя" -#: ihtml/themes/default/remove.tpl:9 +#: ihtml/themes/default/userFilter.tpl:1 #, fuzzy -msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." -msgstr "" -"Если вы уверены в своих действиях, нажмите на кнопку Удалить, иначе " -"нажмите Отмена." +msgid "List of defined filters" +msgstr "Настроить" -#: ihtml/themes/default/framework.tpl:8 ihtml/themes/default/framework.tpl:11 -#: ihtml/themes/default/framework.tpl:20 ihtml/themes/default/framework.tpl:24 -#: ihtml/themes/modern/framework.tpl:10 include/class_pluglist.inc:229 +#: ihtml/themes/default/framework.tpl:9 +#, fuzzy +msgid "Log out" +msgstr "Выход" + +#: ihtml/themes/default/framework.tpl:10 msgid "" "You are currently editing a database entry. Do you want to dismiss the " "changes?" msgstr "" "Вы сейчас редактируете объект базы данных. Хотите отказаться от изменений?" -#: ihtml/themes/default/framework.tpl:8 ihtml/themes/default/framework.tpl:11 -msgid "Main" -msgstr "Начало" - -#: ihtml/themes/default/framework.tpl:16 -msgid "Help" -msgstr "Справка" - -#: ihtml/themes/default/framework.tpl:21 ihtml/themes/default/framework.tpl:25 -msgid "Sign out" -msgstr "Выход" - -#: ihtml/themes/default/framework.tpl:29 -msgid "Signed in:" -msgstr "Пользователь:" - -#: ihtml/themes/default/framework.tpl:32 -msgid "GOsa main menu" -msgstr "" +#: ihtml/themes/default/framework.tpl:22 +#, fuzzy, php-format +msgid "Session expires in %d!" +msgstr "Данные, передаваемые в течение этого сеанса, не будут зашифрованы." -#: ihtml/themes/default/help.tpl:9 ihtml/themes/modern/help.tpl:9 +#: ihtml/themes/default/help.tpl:9 msgid "GOsa help viewer" msgstr "" -#: ihtml/themes/default/help.tpl:15 ihtml/themes/modern/help.tpl:15 +#: ihtml/themes/default/help.tpl:15 msgid "Index" msgstr "" -#: ihtml/themes/default/islocked.tpl:2 ihtml/themes/modern/islocked.tpl:4 +#: ihtml/themes/default/islocked.tpl:4 msgid "Locking conflict detected" msgstr "Конфликт блокировок" -#: ihtml/themes/default/islocked.tpl:9 ihtml/themes/modern/islocked.tpl:14 +#: ihtml/themes/default/islocked.tpl:14 #, fuzzy msgid "" "If this lock detection is false, the other person has obviously closed the " @@ -2421,94 +1526,22 @@ msgstr "" "закрыл браузер во время редактирования данных. Вы можете удалить файл " "блокировки, нажав на кнопку Удалить." -#: ihtml/themes/default/islocked.tpl:16 ihtml/themes/modern/islocked.tpl:23 +#: ihtml/themes/default/islocked.tpl:23 msgid "Read only" msgstr "" -#: ihtml/themes/default/password.tpl:6 -#, fuzzy -msgid "Change your password" -msgstr "Сменить пароль" - -#: ihtml/themes/default/password.tpl:35 -#, fuzzy -msgid "Success" -msgstr "Экспорт успешен." - -#: ihtml/themes/default/password.tpl:35 -msgid "Your password has been changed successfully." -msgstr "" - -#: ihtml/themes/default/password.tpl:41 -#: plugins/personal/password/class_password.inc:78 -#: plugins/personal/password/class_password.inc:81 -#: plugins/personal/password/class_password.inc:84 -#: plugins/personal/password/class_password.inc:87 -#: plugins/personal/password/class_password.inc:90 -#: plugins/personal/password/class_password.inc:93 -#: plugins/personal/password/class_password.inc:107 -#: plugins/personal/password/class_password.inc:113 -#: plugins/admin/users/class_userManagement.inc:277 html/main.php:341 -#, fuzzy -msgid "Password change" -msgstr "Сменить пароль" - -#: ihtml/themes/default/password.tpl:53 -msgid "" -"This dialog provides a simple way to change your password. Enter the current " -"password and the new password (twice) in the fields below and press the " -"'Change' button." -msgstr "" - -#: ihtml/themes/default/password.tpl:78 ihtml/themes/default/password.tpl:79 -#: plugins/personal/password/password.tpl:13 html/password.php:243 -msgid "Current password" -msgstr "Текущий пароль" - -#: ihtml/themes/default/password.tpl:82 ihtml/themes/default/password.tpl:83 -#: plugins/personal/password/password.tpl:18 -#: plugins/personal/generic/password.tpl:7 -#: plugins/personal/myaccount/main.inc:97 plugins/admin/users/password.tpl:13 -#: plugins/admin/users/class_userManagement.inc:250 html/password.php:220 -msgid "New password" -msgstr "Новый пароль" - -#: ihtml/themes/default/password.tpl:86 ihtml/themes/default/password.tpl:87 -#, fuzzy -msgid "New password repeated" -msgstr "Новый пароль" - -#: ihtml/themes/default/password.tpl:90 -#: plugins/personal/password/password.tpl:28 -#, fuzzy -msgid "Password strength" -msgstr "Хэширование паролей" - -#: ihtml/themes/default/password.tpl:101 -#, fuzzy -msgid "Change" -msgstr "Канал" - -#: ihtml/themes/default/password.tpl:102 -#, fuzzy -msgid "Click here to change your password" -msgstr "У вас недостаточно прав для смены своего пароля." - #: ihtml/themes/default/snapshotdialog.tpl:3 -#: ihtml/themes/modern/snapshotdialog.tpl:3 #, fuzzy msgid "Restoring object snapshots" msgstr "Объект группы" #: ihtml/themes/default/snapshotdialog.tpl:6 -#: ihtml/themes/modern/snapshotdialog.tpl:6 msgid "" "This procedure will restore a snapshot of the selected object. It will " "replace the existing object after pressing the restore button." msgstr "" #: ihtml/themes/default/snapshotdialog.tpl:9 -#: ihtml/themes/modern/snapshotdialog.tpl:9 msgid "" "Remember that DNS configuration and database entries could not be restored. " "For some objects it is only nescessary to open and save them again (goFon), " @@ -2516,73 +1549,62 @@ msgid "" msgstr "" #: ihtml/themes/default/snapshotdialog.tpl:12 -#: ihtml/themes/modern/snapshotdialog.tpl:12 msgid "" "Don't forget to check references to other objects, for example does the " "selected printer still exists ?" msgstr "" #: ihtml/themes/default/snapshotdialog.tpl:20 -#: ihtml/themes/default/snapshotdialog.tpl:62 -#: ihtml/themes/modern/snapshotdialog.tpl:20 -#: ihtml/themes/modern/snapshotdialog.tpl:63 -#: plugins/admin/departments/class_department.inc:624 -#: include/utils/class_msgPool.inc:475 include/class_acl.inc:797 -#: include/class_acl.inc:804 include/class_acl.inc:811 +#: ihtml/themes/default/snapshotdialog.tpl:63 +#: plugins/admin/departments/class_department.inc:626 +#: include/utils/class_msgPool.inc:458 include/class_acl.inc:795 +#: include/class_acl.inc:802 include/class_acl.inc:809 msgid "Object" msgstr "Объект" #: ihtml/themes/default/snapshotdialog.tpl:29 -#: ihtml/themes/modern/snapshotdialog.tpl:29 msgid "There is no snapshot available that could be restored" msgstr "" #: ihtml/themes/default/snapshotdialog.tpl:31 -#: ihtml/themes/modern/snapshotdialog.tpl:31 msgid "Choose a snapshot and click the folder image, to restore the snapshot" msgstr "" -#: ihtml/themes/default/snapshotdialog.tpl:49 -#: ihtml/themes/modern/snapshotdialog.tpl:50 +#: ihtml/themes/default/snapshotdialog.tpl:50 #, fuzzy msgid "Creating object snapshots" msgstr "Объект группы" -#: ihtml/themes/default/snapshotdialog.tpl:52 -#: ihtml/themes/modern/snapshotdialog.tpl:53 +#: ihtml/themes/default/snapshotdialog.tpl:53 msgid "" "This procedure will create a snapshot of the selected object. It will be " "stored inside a special branch of your directory system and can be restored " "later on." msgstr "" -#: ihtml/themes/default/snapshotdialog.tpl:55 -#: ihtml/themes/modern/snapshotdialog.tpl:56 +#: ihtml/themes/default/snapshotdialog.tpl:56 msgid "" "Remember that database entries, DNS configurations and possibly created " "zones in server extensions will not be stored in the snapshot." msgstr "" -#: ihtml/themes/default/snapshotdialog.tpl:70 -#: ihtml/themes/modern/snapshotdialog.tpl:71 +#: ihtml/themes/default/snapshotdialog.tpl:71 #, fuzzy msgid "Timestamp" msgstr "Таймаут (с)" -#: ihtml/themes/default/snapshotdialog.tpl:79 -#: ihtml/themes/modern/snapshotdialog.tpl:80 +#: ihtml/themes/default/snapshotdialog.tpl:80 msgid "Reason for generating this snapshot" msgstr "" -#: ihtml/themes/default/snapshotdialog.tpl:87 -#: ihtml/themes/modern/snapshotdialog.tpl:88 +#: ihtml/themes/default/snapshotdialog.tpl:88 #: plugins/admin/users/template.tpl:49 -#: plugins/admin/departments/class_department.inc:564 -#: plugins/admin/departments/class_department.inc:646 +#: plugins/admin/departments/class_department.inc:566 +#: plugins/admin/departments/class_department.inc:648 msgid "Continue" msgstr "Продолжить" -#: ihtml/themes/default/sizelimit.tpl:3 ihtml/themes/modern/sizelimit.tpl:3 +#: ihtml/themes/default/sizelimit.tpl:3 msgid "" "The size limit option makes LDAP operations faster and saves the LDAP server " "from getting too much load. The easiest way to handle big databases without " @@ -2595,15 +1617,15 @@ msgstr "" "установить минимальное значение. Кроме того, будет очень полезно " "использовать фильтры для просмотра только ограниченного количества объектов." -#: ihtml/themes/default/sizelimit.tpl:6 ihtml/themes/modern/sizelimit.tpl:8 +#: ihtml/themes/default/sizelimit.tpl:8 msgid "Please choose the way to react for this session" msgstr "Выберите тип реакции для данной сессии" -#: ihtml/themes/default/sizelimit.tpl:9 ihtml/themes/modern/sizelimit.tpl:10 +#: ihtml/themes/default/sizelimit.tpl:10 msgid "ignore this error and show all entries the LDAP server returns" msgstr "игнорировать ошибку и показать все найденые объекты" -#: ihtml/themes/default/sizelimit.tpl:10 ihtml/themes/modern/sizelimit.tpl:11 +#: ihtml/themes/default/sizelimit.tpl:11 #, fuzzy msgid "" "ignore this error and show all entries that fit into the defined sizelimit " @@ -2612,49 +1634,18 @@ msgstr "" "Игнорировать ошибку и показать все возвращаемые объекты в пределах лимита и " "позволить использовать фильтры" -#: ihtml/themes/default/sizelimit.tpl:14 ihtml/themes/modern/sizelimit.tpl:16 -#: include/utils/class_msgPool.inc:348 +#: ihtml/themes/default/sizelimit.tpl:16 include/utils/class_msgPool.inc:331 #, php-format msgid "Set" msgstr "Установить" -#: ihtml/themes/default/logout.tpl:5 ihtml/themes/modern/logout.tpl:6 -msgid "Your GOsa session has expired!" -msgstr "" - -#: ihtml/themes/default/logout.tpl:7 ihtml/themes/modern/logout.tpl:9 -msgid "" -"The last interaction with the GOsa web interface has been some time ago in " -"the past. For security reasons, the session has been closed. To continue " -"with administrative tasks, please sign in again." -msgstr "" - -#: ihtml/themes/default/logout.tpl:10 ihtml/themes/modern/logout.tpl:15 -#, fuzzy -msgid "Sign in again" -msgstr "Войти" - -#: ihtml/themes/modern/acl.tpl:15 ihtml/themes/modern/acl.tpl:16 -#: include/class_userFilter.inc:55 -msgid "Options" -msgstr "Параметры" - -#: ihtml/themes/modern/acl.tpl:54 -#, fuzzy -msgid "Member selection" -msgstr "Настройки Samba" - -#: ihtml/themes/modern/userFilter.tpl:1 -#, fuzzy -msgid "List of defined filters" -msgstr "Настроить" - -#: ihtml/themes/modern/removeEntries.tpl:4 +#: ihtml/themes/default/removeEntries.tpl:4 +#: plugins/addons/propertyEditor/property-list.tpl:7 #, fuzzy msgid "Attention" msgstr "Рабочая станция Windows" -#: ihtml/themes/modern/removeEntries.tpl:14 +#: ihtml/themes/default/removeEntries.tpl:14 #, fuzzy msgid "" "If you're sure you want to do this press 'Delete' to continue or 'Cancel' to " @@ -2663,36 +1654,56 @@ msgstr "" "Если вы уверены в своих действиях, нажмите на кнопку Удалить, иначе " "нажмите Отмена." -#: ihtml/themes/modern/msg_dialog.tpl:55 -#: ihtml/themes/modern/msg_dialog.tpl:103 +#: ihtml/themes/default/logout.tpl:6 +msgid "Your GOsa session has expired!" +msgstr "" + +#: ihtml/themes/default/logout.tpl:9 +msgid "" +"It has been a while since your last interaction with GOsa took place. Your " +"session has been closed for security reasons. Please login again to continue " +"with administrative tasks." +msgstr "" + +#: ihtml/themes/default/logout.tpl:16 +#, fuzzy +msgid "Login again" +msgstr "Войти" + +#: ihtml/themes/default/msg_dialog.tpl:55 +#: ihtml/themes/default/msg_dialog.tpl:103 msgid "Error message title" msgstr "" -#: ihtml/themes/modern/msg_dialog.tpl:66 -#: ihtml/themes/modern/msg_dialog.tpl:115 +#: ihtml/themes/default/msg_dialog.tpl:66 +#: ihtml/themes/default/msg_dialog.tpl:115 #, fuzzy msgid "Error message" msgstr "Домашняя страница" -#: ihtml/themes/modern/userFilterEditor.tpl:1 -#: ihtml/themes/modern/userFilterEditor.tpl:5 +#: ihtml/themes/default/userFilterEditor.tpl:1 +#: ihtml/themes/default/userFilterEditor.tpl:5 #, fuzzy msgid "Filter editor" msgstr "Терминал-сервер" -#: ihtml/themes/modern/userFilterEditor.tpl:8 +#: ihtml/themes/default/userFilterEditor.tpl:8 #, fuzzy msgid "Filter properties" msgstr "Изменить свойства" -#: ihtml/themes/modern/userFilterEditor.tpl:19 -#: plugins/generic/references/contents.tpl:12 +#: ihtml/themes/default/userFilterEditor.tpl:19 +#: plugins/generic/references/class_reference.inc:57 +#: plugins/generic/references/class_reference.inc:63 +#: plugins/generic/references/class_reference.inc:69 +#: plugins/generic/references/class_reference.inc:75 +#: plugins/generic/references/class_reference.inc:81 #: plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc:45 #: plugins/personal/posix/groupSelect/group-list.xml:40 #: plugins/personal/posix/trustSelect/trust-list.xml:53 #: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:57 #: plugins/admin/groups/generic.tpl:24 -#: plugins/admin/groups/class_group.inc:1022 +#: plugins/admin/groups/class_group.inc:1038 #: plugins/admin/groups/group-list.xml:49 #: plugins/admin/departments/class_domain.inc:63 #: plugins/admin/departments/class_domain.inc:91 @@ -2702,8 +1713,8 @@ msgstr "Изменить свойства" #: plugins/admin/departments/class_localityGeneric.inc:64 #: plugins/admin/departments/class_localityGeneric.inc:92 #: plugins/admin/departments/locality.tpl:19 -#: plugins/admin/departments/class_department.inc:365 -#: plugins/admin/departments/class_department.inc:669 +#: plugins/admin/departments/class_department.inc:367 +#: plugins/admin/departments/class_department.inc:677 #: plugins/admin/departments/dcObject.tpl:19 #: plugins/admin/departments/domain.tpl:19 #: plugins/admin/departments/country.tpl:19 @@ -2714,157 +1725,237 @@ msgstr "Изменить свойства" #: plugins/admin/departments/class_dcObject.inc:63 #: plugins/admin/departments/class_dcObject.inc:91 #: plugins/admin/acl/acl_role.tpl:17 plugins/admin/acl/acl-list.xml:57 -#: plugins/admin/acl/class_aclRole.inc:165 -#: plugins/admin/acl/class_aclRole.inc:726 +#: plugins/admin/acl/class_aclRole.inc:163 +#: plugins/admin/acl/class_aclRole.inc:740 #: plugins/admin/ogroups/generic.tpl:15 #: plugins/admin/ogroups/objectSelect/selectObject-list.xml:105 -#: plugins/admin/ogroups/class_ogroup.inc:851 +#: plugins/admin/ogroups/class_ogroup.inc:835 #: plugins/admin/ogroups/ogroup-list.xml:49 -#: include/class_userFilterEditor.inc:242 include/class_acl.inc:253 -#: include/class_acl.inc:263 include/class_SnapShotDialog.inc:177 +#: include/class_userFilterEditor.inc:242 include/class_acl.inc:252 +#: include/class_acl.inc:262 include/class_SnapShotDialog.inc:173 #: include/class_userFilter.inc:55 msgid "Description" msgstr "Описание" -#: ihtml/themes/modern/userFilterEditor.tpl:27 include/class_userFilter.inc:55 +#: ihtml/themes/default/userFilterEditor.tpl:27 +#: include/class_userFilter.inc:55 #, fuzzy msgid "Parent filter" msgstr "Параметры загрузки" -#: ihtml/themes/modern/userFilterEditor.tpl:40 +#: ihtml/themes/default/userFilterEditor.tpl:40 #: plugins/personal/generic/generic.tpl:607 -#: plugins/personal/generic/class_user.inc:1663 +#: plugins/personal/generic/class_user.inc:1675 msgid "Public visible" msgstr "Видимый всем" -#: ihtml/themes/modern/userFilterEditor.tpl:49 +#: ihtml/themes/default/userFilterEditor.tpl:45 +#, fuzzy +msgid "Enabled" +msgstr "отключен" + +#: ihtml/themes/default/userFilterEditor.tpl:49 msgid "Categories where the filter is visible" msgstr "" -#: ihtml/themes/modern/userFilterEditor.tpl:69 +#: ihtml/themes/default/userFilterEditor.tpl:69 #, fuzzy msgid "Query" msgstr "пользователи" -#: plugins/generic/references/class_reference.inc:43 -#: plugins/personal/posix/class_posixAccount.inc:37 -msgid "UNIX" -msgstr "Unix" - -#: plugins/generic/references/class_reference.inc:45 -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:72 -#: plugins/admin/users/class_userManagement.inc:762 -#: plugins/admin/groups/class_groupManagement.inc:165 -#: plugins/admin/ogroups/tabs_ogroups.inc:148 -msgid "Mail" -msgstr "Почта" - -#: plugins/generic/references/class_reference.inc:47 -#: plugins/generic/references/class_reference.inc:49 -#: plugins/personal/posix/class_posixAccount.inc:294 -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:80 -#: plugins/admin/users/class_userManagement.inc:767 -#: plugins/admin/groups/class_groupManagement.inc:173 -msgid "Samba" -msgstr "Samba" +#: plugins/generic/references/class_reference.inc:58 +#: plugins/generic/references/class_reference.inc:64 +#: plugins/personal/posix/generic.tpl:89 +#: plugins/personal/posix/paste_generic.tpl:54 +#: plugins/personal/posix/paste_generic.tpl:57 +msgid "Group membership" +msgstr "Членство в группах" -#: plugins/generic/references/class_reference.inc:51 -#: plugins/admin/users/class_userManagement.inc:779 -msgid "FAX" -msgstr "Факс" +#: plugins/generic/references/class_reference.inc:70 +#, fuzzy +msgid "Role membership" +msgstr "Членство в группах" -#: plugins/generic/references/class_reference.inc:53 -msgid "Proxy" -msgstr "Прокси-сервер" +#: plugins/generic/references/class_reference.inc:76 +#, fuzzy +msgid "Object group membership" +msgstr "Объект группы" -#: plugins/generic/references/class_reference.inc:55 -msgid "FTP" -msgstr "FTP" +#: plugins/generic/references/class_reference.inc:82 +#, fuzzy +msgid "Department manager" +msgstr "Управление подразделениями" -#: plugins/generic/references/class_reference.inc:57 -#: plugins/personal/posix/groupSelect/group-list.xml:13 -#: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:23 -#: plugins/admin/groups/group-list.xml:15 -#: plugins/admin/groups/group-list.xml:79 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:71 -#: plugins/admin/ogroups/class_ogroupManagement.inc:184 -#: plugins/admin/ogroups/ogroup-list.xml:79 -msgid "Group" -msgstr "Группа" +#: plugins/generic/references/class_reference.inc:87 +#: plugins/personal/generic/class_user.inc:1341 +#: plugins/personal/generic/class_user.inc:1388 +#: plugins/personal/generic/class_user.inc:1715 +#: plugins/personal/generic/class_user.inc:1869 +#: plugins/admin/users/class_userManagement.inc:426 +#: plugins/admin/users/user-list.xml:57 +#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:40 +#: plugins/admin/groups/userSelect/user-list.xml:40 +#: plugins/admin/groups/class_group.inc:210 +#: plugins/admin/groups/class_group.inc:1170 +#: plugins/admin/groups/class_group.inc:1180 +msgid "Given name" +msgstr "Имя" -#: plugins/generic/references/class_reference.inc:59 -#: plugins/personal/generic/generic.tpl:309 -#: plugins/personal/generic/class_user.inc:1699 -#: plugins/admin/departments/dep-list.xml:55 -#: plugins/admin/departments/dep-list.xml:71 -#: plugins/admin/departments/dep-list.xml:138 -#: plugins/admin/departments/class_departmentManagement.inc:250 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:15 -#: plugins/admin/ogroups/class_ogroupManagement.inc:186 -msgid "Department" -msgstr "Подразделение" +#: plugins/generic/references/class_reference.inc:87 +#: plugins/personal/generic/class_user.inc:1714 +#: plugins/admin/users/user-list.xml:49 +#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:48 +#: plugins/admin/groups/userSelect/user-list.xml:48 +#, fuzzy +msgid "Surname" +msgstr "Имя сервера" -#: plugins/generic/references/class_reference.inc:61 -#: plugins/personal/generic/generic.tpl:397 -#: plugins/personal/generic/generic.tpl:577 -#: plugins/personal/generic/class_user.inc:1371 -#: plugins/personal/generic/class_user.inc:1823 -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:88 -#: plugins/admin/users/class_userManagement.inc:783 -#: plugins/admin/groups/class_groupManagement.inc:181 -#: plugins/admin/departments/generic.tpl:110 -#: plugins/admin/departments/organization.tpl:109 -#: plugins/admin/departments/class_department.inc:376 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:55 -#: plugins/admin/ogroups/class_ogroupManagement.inc:188 -msgid "Phone" -msgstr "Телефон" +#: plugins/generic/references/class_reference.inc:88 +#, fuzzy +msgid "User manager" +msgstr "Имя пользователя" -#: plugins/generic/references/class_reference.inc:63 -#: plugins/admin/ogroups/class_ogroupManagement.inc:185 -msgid "Application" -msgstr "Приложение" +#: plugins/generic/references/contents.tpl:2 +#, fuzzy +msgid "Object information" +msgstr "Личная информация" -#: plugins/generic/references/class_reference.inc:67 -msgid "Thin Client" -msgstr "Тонкий клиент" +#: plugins/generic/references/contents.tpl:3 +#, fuzzy +msgid "Object info" +msgstr "Имя объекта" -#: plugins/generic/references/class_reference.inc:69 -#: plugins/personal/posix/trustSelect/trust-list.xml:19 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:31 -#: plugins/admin/ogroups/class_ogroupManagement.inc:189 -msgid "Workstation" -msgstr "Рабочая станция" +#: plugins/generic/references/contents.tpl:7 +#, fuzzy +msgid "Show raw object entry" +msgstr "Объединения" -#: plugins/generic/references/class_reference.inc:71 -#: plugins/admin/ogroups/generic.tpl:1 -#: plugins/admin/ogroups/ogroup-list.xml:15 -msgid "Object group" -msgstr "Объект группы" +#: plugins/generic/references/contents.tpl:18 +#: plugins/generic/references/contents.tpl:20 +#, fuzzy +msgid "Last modification" +msgstr "Специальность" -#: plugins/generic/references/class_reference.inc:73 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:47 -#: plugins/admin/ogroups/class_ogroupManagement.inc:192 -msgid "Printer" -msgstr "Принтер" +#: plugins/generic/references/contents.tpl:18 +#: plugins/admin/groups/class_group.inc:329 +#: plugins/admin/groups/class_group.inc:350 +#: plugins/admin/groups/class_group.inc:367 +#: plugins/admin/departments/class_department.inc:154 +#: include/class_pluglist.inc:373 +#, fuzzy +msgid "Unknown" +msgstr "состояние неизвестно" -#: plugins/generic/references/contents.tpl:2 +#: plugins/generic/references/contents.tpl:29 #, fuzzy msgid "Object references" msgstr "Ссылки" -#: plugins/generic/references/contents.tpl:12 -msgid "Object name" -msgstr "Имя объекта" +#: plugins/generic/references/contents.tpl:45 +#, fuzzy +msgid "ACL trace" +msgstr "Тип" + +#: plugins/generic/references/class_aclResolver.inc:62 +#: include/class_acl.inc:226 +msgid "Reset ACLs" +msgstr "" -#: plugins/generic/references/contents.tpl:12 +#: plugins/generic/references/class_aclResolver.inc:63 +#: plugins/admin/acl/class_aclRole.inc:136 include/class_acl.inc:227 #, fuzzy -msgid "Contents" -msgstr "Контакт" +msgid "One level" +msgstr "Уровень информативности" + +#: plugins/generic/references/class_aclResolver.inc:64 +#: plugins/admin/acl/class_aclRole.inc:137 include/class_acl.inc:228 +#: include/class_acl.inc:233 +#, fuzzy +msgid "Current object" +msgstr "Текущий пароль" + +#: plugins/generic/references/class_aclResolver.inc:65 +#: plugins/admin/acl/class_aclRole.inc:138 include/class_acl.inc:229 +#, fuzzy +msgid "Complete subtree" +msgstr "не полный" + +#: plugins/generic/references/class_aclResolver.inc:66 +#: plugins/admin/acl/class_aclRole.inc:139 include/class_acl.inc:230 +msgid "Complete subtree (permanent)" +msgstr "" + +#: plugins/generic/references/class_aclResolver.inc:67 +#: include/class_acl.inc:231 include/class_acl.inc:234 +msgid "Use ACL defined in role" +msgstr "" + +#: plugins/generic/references/class_aclResolver.inc:131 +msgid "Enter another user name" +msgstr "" + +#: plugins/generic/references/class_aclResolver.inc:157 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:126 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:128 +#: plugins/addons/dyngroup/dyngroup.tpl:8 +#, fuzzy +msgid "Filter" +msgstr "Фильтры" + +#: plugins/generic/references/class_aclResolver.inc:181 +#, fuzzy +msgid "Acls" +msgstr "Все" + +#: plugins/generic/references/class_aclResolver.inc:186 +#, php-format +msgid "List of effective ACLs for '%s'" +msgstr "" + +#: plugins/generic/references/class_aclResolver.inc:187 +#: plugins/generic/references/class_aclResolver.inc:191 +#, fuzzy +msgid "Object permissions" +msgstr "Настройки Samba" + +#: plugins/generic/references/class_aclResolver.inc:291 +#: include/class_core.inc:113 include/class_core.inc:119 +#, fuzzy +msgid "All" +msgstr "Все" + +#: plugins/generic/references/class_aclResolver.inc:295 +#: include/class_acl.inc:819 +#, fuzzy +msgid "Grant permission to owner" +msgstr "Удалить" + +#: plugins/generic/references/class_aclResolver.inc:297 +#: include/class_acl.inc:823 include/class_acl.inc:928 +#: include/class_acl.inc:932 +msgid "read" +msgstr "чтение" + +#: plugins/generic/references/class_aclResolver.inc:298 +#: include/class_acl.inc:824 include/class_acl.inc:930 +#: include/class_acl.inc:933 +msgid "write" +msgstr "запись" + +#: plugins/generic/references/class_aclResolver.inc:299 +#, fuzzy +msgid "create" +msgstr "Создать" -#: plugins/generic/references/contents.tpl:19 -msgid "This object has no relationship to other objects." -msgstr "Данный объект не имеет ссылок на другие объекты" +#: plugins/generic/references/class_aclResolver.inc:300 +#, fuzzy +msgid "remove" +msgstr "Удалить" + +#: plugins/generic/references/class_aclResolver.inc:301 +#, fuzzy +msgid "move" +msgstr "Удалить" #: plugins/generic/welcome/main.inc:26 #, php-format @@ -2904,30 +1995,38 @@ msgstr "" "немедленно. Пожалуйста, запомните новый пароль, так как иначе вы не сможете " "войти в систему." -#: plugins/personal/password/password.tpl:8 plugins/admin/users/password.tpl:8 -#, fuzzy -msgid "" -"Changing the password affects your authentification on mail, proxy, samba " -"and unix services." -msgstr "" -"Изменение пароля влияет на аутентификацию при использовании почты, прокси-" -"сервера, Samba и служб UNIX." - -#: plugins/personal/password/password.tpl:11 -#: plugins/personal/generic/password.tpl:5 +#: plugins/personal/password/password.tpl:7 +#: plugins/personal/myaccount/password.tpl:5 #, fuzzy msgid "Password change dialog" msgstr "Сменить пароль" -#: plugins/personal/password/password.tpl:23 -#: plugins/personal/generic/password.tpl:11 -#: plugins/admin/users/password.tpl:17 +#: plugins/personal/password/password.tpl:9 html/password.php:245 +msgid "Current password" +msgstr "Текущий пароль" + +#: plugins/personal/password/password.tpl:15 +#: plugins/personal/myaccount/main.inc:110 +#: plugins/personal/myaccount/password.tpl:7 +#: plugins/admin/users/password.tpl:9 +#: plugins/admin/users/class_userManagement.inc:250 html/password.php:219 +msgid "New password" +msgstr "Новый пароль" + +#: plugins/personal/password/password.tpl:22 +#: plugins/personal/myaccount/password.tpl:12 +#: plugins/admin/users/password.tpl:16 msgid "Repeat new password" msgstr "Подтверждение" -#: plugins/personal/password/password.tpl:40 -#: plugins/personal/generic/password.tpl:19 -#: plugins/admin/users/password.tpl:32 +#: plugins/personal/password/password.tpl:28 +#, fuzzy +msgid "Password strength" +msgstr "Хэширование паролей" + +#: plugins/personal/password/password.tpl:40 +#: plugins/personal/myaccount/password.tpl:22 +#: plugins/admin/users/password.tpl:34 msgid "Set password" msgstr "Изменить пароль" @@ -2935,18 +2034,37 @@ msgstr "Изменить пароль" msgid "Clear fields" msgstr "Очистить поля" +#: plugins/personal/password/class_password.inc:26 +#: plugins/admin/users/user-list.xml:128 plugins/admin/users/user-list.xml:230 +msgid "Change password" +msgstr "Сменить пароль" + #: plugins/personal/password/class_password.inc:27 #, fuzzy msgid "Change user password" msgstr "Сменить пароль" +#: plugins/personal/password/class_password.inc:78 +#: plugins/personal/password/class_password.inc:81 +#: plugins/personal/password/class_password.inc:84 +#: plugins/personal/password/class_password.inc:87 +#: plugins/personal/password/class_password.inc:90 +#: plugins/personal/password/class_password.inc:93 +#: plugins/personal/password/class_password.inc:96 +#: plugins/personal/password/class_password.inc:110 +#: plugins/personal/password/class_password.inc:116 +#: plugins/admin/users/class_userManagement.inc:277 html/main.php:349 +#, fuzzy +msgid "Password change" +msgstr "Сменить пароль" + #: plugins/personal/password/class_password.inc:79 msgid "You need to specify your current password in order to proceed." msgstr "Для продолжения укажите свой текущий пароль." #: plugins/personal/password/class_password.inc:82 -#: plugins/personal/myaccount/main.inc:94 -#: plugins/admin/users/class_userManagement.inc:247 html/password.php:217 +#: plugins/personal/myaccount/main.inc:107 +#: plugins/admin/users/class_userManagement.inc:247 msgid "" "The passwords you've entered as 'New password' and 'Repeated new password' " "do not match." @@ -2956,39 +2074,43 @@ msgstr "Введенные пароли не совпадают!" msgid "The password you've entered as 'New password' is empty." msgstr "Вы не указали новый пароль." -#: plugins/personal/password/class_password.inc:88 html/password.php:229 +#: plugins/personal/password/class_password.inc:88 msgid "The password used as new and current are too similar." msgstr "Новый и текущий пароли слишком похожи." -#: plugins/personal/password/class_password.inc:91 html/password.php:235 +#: plugins/personal/password/class_password.inc:91 msgid "The password used as new is to short." msgstr "Новый пароль слишком короткий." -#: plugins/personal/password/class_password.inc:94 +#: plugins/personal/password/class_password.inc:94 html/password.php:238 +msgid "The password contains possibly problematic unicode characters!" +msgstr "" + +#: plugins/personal/password/class_password.inc:97 #, fuzzy, php-format msgid "External password changer reported a problem: %s." msgstr "При попытке сменить пароль извне возникла проблема: " -#: plugins/personal/password/class_password.inc:108 +#: plugins/personal/password/class_password.inc:111 msgid "" "The password you've entered as your current password doesn't match the real " "one." msgstr "Введенный вами текущий пароль не совпадает с реальным." -#: plugins/personal/password/class_password.inc:114 +#: plugins/personal/password/class_password.inc:117 #, fuzzy msgid "You have no permission to change your password." msgstr "У вас недостаточно прав для смены своего пароля." -#: plugins/personal/password/class_password.inc:146 +#: plugins/personal/password/class_password.inc:149 #, fuzzy msgid "User password" msgstr "Новый пароль" -#: plugins/personal/password/class_password.inc:150 -#: plugins/personal/generic/class_user.inc:1674 -#: plugins/personal/posix/class_posixAccount.inc:1303 -#: plugins/personal/myaccount/main.inc:125 +#: plugins/personal/password/class_password.inc:153 +#: plugins/personal/generic/class_user.inc:1686 +#: plugins/personal/posix/class_posixAccount.inc:1295 +#: plugins/personal/myaccount/main.inc:138 #: plugins/personal/myaccount/class_MyAccount.inc:5 msgid "My account" msgstr "Моя учетная запись" @@ -3040,15 +2162,16 @@ msgid "First name" msgstr "Список" #: plugins/personal/generic/generic.tpl:68 -#: plugins/personal/generic/class_user.inc:1328 -#: plugins/personal/generic/class_user.inc:1346 +#: plugins/personal/generic/class_user.inc:1326 +#: plugins/personal/generic/class_user.inc:1344 +#: plugins/personal/generic/class_user.inc:1358 #: plugins/personal/generic/class_user.inc:1360 -#: plugins/personal/generic/class_user.inc:1362 +#: plugins/personal/generic/class_user.inc:1716 #: plugins/personal/generic/paste_generic.tpl:16 #: plugins/admin/users/user-list.xml:65 plugins/admin/users/template.tpl:32 #: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:65 #: plugins/admin/groups/singleUserSelect/singleUser-list.xml:56 -#: plugins/admin/groups/userSelect/user-list.xml:56 html/password.php:241 +#: plugins/admin/groups/userSelect/user-list.xml:56 html/password.php:243 msgid "Login" msgstr "Имя пользователя" @@ -3058,23 +2181,23 @@ msgid "Template name" msgstr "Шаблон" #: plugins/personal/generic/generic.tpl:95 -#: plugins/personal/generic/class_user.inc:1686 +#: plugins/personal/generic/class_user.inc:1720 msgid "Personal title" msgstr "Обращение" #: plugins/personal/generic/generic.tpl:105 -#: plugins/personal/generic/class_user.inc:1687 +#: plugins/personal/generic/class_user.inc:1721 msgid "Academic title" msgstr "Академическое звание" #: plugins/personal/generic/generic.tpl:120 -#: plugins/personal/generic/class_user.inc:1385 -#: plugins/personal/generic/class_user.inc:1689 +#: plugins/personal/generic/class_user.inc:1383 +#: plugins/personal/generic/class_user.inc:1723 msgid "Date of birth" msgstr "Дата рождения" #: plugins/personal/generic/generic.tpl:143 -#: plugins/personal/generic/class_user.inc:1690 +#: plugins/personal/generic/class_user.inc:1724 msgid "Sex" msgstr "Пол" @@ -3084,7 +2207,7 @@ msgid "Preferred langage" msgstr "Язык по умолчанию" #: plugins/personal/generic/generic.tpl:186 -#: plugins/personal/generic/class_user.inc:1713 +#: plugins/personal/generic/class_user.inc:1747 #: plugins/admin/departments/class_organizationGeneric.inc:131 #, fuzzy msgid "Postal address" @@ -3094,7 +2217,7 @@ msgstr "Почтовый индекс" #: plugins/personal/generic/generic.tpl:455 #: plugins/admin/departments/generic.tpl:103 #: plugins/admin/departments/organization.tpl:102 -#: plugins/admin/departments/class_department.inc:675 +#: plugins/admin/departments/class_department.inc:683 msgid "Address" msgstr "Адрес" @@ -3103,9 +2226,9 @@ msgid "Private phone" msgstr "Личный телефон" #: plugins/personal/generic/generic.tpl:204 -#: plugins/personal/generic/class_user.inc:1366 -#: plugins/personal/generic/class_user.inc:1717 -#: plugins/personal/generic/class_user.inc:1820 +#: plugins/personal/generic/class_user.inc:1364 +#: plugins/personal/generic/class_user.inc:1751 +#: plugins/personal/generic/class_user.inc:1854 msgid "Homepage" msgstr "Домашняя страница" @@ -3113,13 +2236,13 @@ msgstr "Домашняя страница" msgid "Password storage" msgstr "Хэширование паролей" -#: plugins/personal/generic/generic.tpl:221 include/functions.inc:1249 +#: plugins/personal/generic/generic.tpl:221 include/functions.inc:1258 msgid "Configure" msgstr "Настроить" #: plugins/personal/generic/generic.tpl:229 -#: plugins/personal/generic/class_user.inc:550 -#: plugins/personal/generic/class_user.inc:572 +#: plugins/personal/generic/class_user.inc:549 +#: plugins/personal/generic/class_user.inc:571 #: plugins/personal/generic/generic_certs.tpl:3 msgid "Certificates" msgstr "Сертификаты" @@ -3137,6 +2260,15 @@ msgstr "" msgid "IP or network" msgstr "" +#: plugins/personal/generic/generic.tpl:255 +#: plugins/personal/generic/generic.tpl:275 +#: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:83 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:123 +#: include/utils/class_msgPool.inc:319 +#, php-format +msgid "Add" +msgstr "Добавить" + #: plugins/personal/generic/generic.tpl:288 #: plugins/personal/generic/generic.tpl:291 #: plugins/personal/generic/generic.tpl:299 @@ -3158,6 +2290,17 @@ msgstr "Информация об организации" msgid "part" msgstr "Запуск" +#: plugins/personal/generic/generic.tpl:309 +#: plugins/personal/generic/class_user.inc:1733 +#: plugins/admin/departments/dep-list.xml:55 +#: plugins/admin/departments/dep-list.xml:71 +#: plugins/admin/departments/dep-list.xml:138 +#: plugins/admin/departments/class_departmentManagement.inc:253 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:15 +#: plugins/admin/ogroups/class_ogroupManagement.inc:186 +msgid "Department" +msgstr "Подразделение" + #: plugins/personal/generic/generic.tpl:317 msgid "Department No." msgstr "Номер подразделения" @@ -3167,19 +2310,19 @@ msgid "Employee No." msgstr "Номер работника" #: plugins/personal/generic/generic.tpl:333 -#: plugins/personal/generic/class_user.inc:1703 +#: plugins/personal/generic/class_user.inc:1737 msgid "Employee type" msgstr "Форма трудоустройства" #: plugins/personal/generic/generic.tpl:342 #: plugins/personal/generic/generic.tpl:358 -#: plugins/personal/generic/class_user.inc:1701 +#: plugins/personal/generic/class_user.inc:1735 #: plugins/admin/departments/class_domain.inc:93 #: plugins/admin/departments/generic.tpl:51 #: plugins/admin/departments/organization.tpl:51 #: plugins/admin/departments/class_localityGeneric.inc:93 #: plugins/admin/departments/locality.tpl:39 -#: plugins/admin/departments/class_department.inc:678 +#: plugins/admin/departments/class_department.inc:686 #: plugins/admin/departments/dcObject.tpl:39 #: plugins/admin/departments/domain.tpl:39 #: plugins/admin/departments/country.tpl:39 @@ -3195,101 +2338,115 @@ msgstr "Пользователи домена" msgid "Room No." msgstr "Номер комнаты" +#: plugins/personal/generic/generic.tpl:397 +#: plugins/personal/generic/generic.tpl:577 +#: plugins/personal/generic/class_user.inc:1369 +#: plugins/personal/generic/class_user.inc:1857 +#: plugins/admin/users/class_userManagement.inc:783 +#: plugins/admin/groups/class_groupManagement.inc:181 +#: plugins/admin/departments/generic.tpl:110 +#: plugins/admin/departments/organization.tpl:109 +#: plugins/admin/departments/class_department.inc:378 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:55 +#: plugins/admin/ogroups/class_ogroupManagement.inc:188 +msgid "Phone" +msgstr "Телефон" + #: plugins/personal/generic/generic.tpl:406 -#: plugins/personal/generic/class_user.inc:1377 -#: plugins/personal/generic/class_user.inc:1829 +#: plugins/personal/generic/class_user.inc:1375 +#: plugins/personal/generic/class_user.inc:1863 msgid "Mobile" msgstr "Мобильный" #: plugins/personal/generic/generic.tpl:414 -#: plugins/personal/generic/class_user.inc:1380 -#: plugins/personal/generic/class_user.inc:1832 +#: plugins/personal/generic/class_user.inc:1378 +#: plugins/personal/generic/class_user.inc:1866 msgid "Pager" msgstr "Пейджер" #: plugins/personal/generic/generic.tpl:422 #: plugins/personal/generic/generic.tpl:589 -#: plugins/personal/generic/class_user.inc:1374 -#: plugins/personal/generic/class_user.inc:1826 +#: plugins/personal/generic/class_user.inc:1372 +#: plugins/personal/generic/class_user.inc:1860 #: plugins/admin/departments/generic.tpl:118 #: plugins/admin/departments/organization.tpl:117 -#: plugins/admin/departments/class_department.inc:379 -#: plugins/admin/departments/class_department.inc:677 +#: plugins/admin/departments/class_department.inc:381 +#: plugins/admin/departments/class_department.inc:685 #: plugins/admin/departments/class_organizationGeneric.inc:133 msgid "Fax" msgstr "Факс" #: plugins/personal/generic/generic.tpl:439 -#: plugins/personal/generic/class_user.inc:1712 +#: plugins/personal/generic/class_user.inc:1746 #: plugins/admin/departments/generic.tpl:83 #: plugins/admin/departments/generic.tpl:85 #: plugins/admin/departments/generic.tpl:95 #: plugins/admin/departments/organization.tpl:82 #: plugins/admin/departments/organization.tpl:94 #: plugins/admin/departments/class_localityGeneric.inc:91 -#: plugins/admin/departments/class_department.inc:674 +#: plugins/admin/departments/class_department.inc:682 #: plugins/admin/departments/class_organizationGeneric.inc:130 msgid "Location" msgstr "Местоположение" #: plugins/personal/generic/generic.tpl:447 -#: plugins/personal/generic/class_user.inc:1711 +#: plugins/personal/generic/class_user.inc:1745 #: plugins/admin/departments/generic.tpl:87 #: plugins/admin/departments/organization.tpl:86 -#: plugins/admin/departments/class_department.inc:673 +#: plugins/admin/departments/class_department.inc:681 #: plugins/admin/departments/class_organizationGeneric.inc:129 msgid "State" msgstr "Адм. единица" #: plugins/personal/generic/generic.tpl:471 -#: plugins/personal/generic/class_user.inc:1656 +#: plugins/personal/generic/class_user.inc:1668 msgid "Vocation" msgstr "Специальность" #: plugins/personal/generic/generic.tpl:479 -#: plugins/personal/generic/class_user.inc:1659 +#: plugins/personal/generic/class_user.inc:1671 msgid "Unit description" msgstr "Описание подразделения" #: plugins/personal/generic/generic.tpl:488 -#: plugins/personal/generic/class_user.inc:1660 +#: plugins/personal/generic/class_user.inc:1672 msgid "Subject area" msgstr "Область деятельности" #: plugins/personal/generic/generic.tpl:497 -#: plugins/personal/generic/class_user.inc:1661 +#: plugins/personal/generic/class_user.inc:1673 msgid "Functional title" msgstr "Должность" #: plugins/personal/generic/generic.tpl:506 -#: plugins/personal/generic/class_user.inc:1665 +#: plugins/personal/generic/class_user.inc:1677 #: plugins/admin/acl/acl-list.xml:23 plugins/admin/acl/acl-list.xml:82 -#: plugins/admin/acl/class_aclRole.inc:716 +#: plugins/admin/acl/class_aclRole.inc:711 msgid "Role" msgstr "Роль" #: plugins/personal/generic/generic.tpl:520 -#: plugins/personal/generic/class_user.inc:1658 +#: plugins/personal/generic/class_user.inc:1670 msgid "Person locality" msgstr "Местоположение сотрудника" #: plugins/personal/generic/generic.tpl:529 -#: plugins/personal/generic/class_user.inc:1654 +#: plugins/personal/generic/class_user.inc:1666 msgid "Unit" msgstr "Подразделение" #: plugins/personal/generic/generic.tpl:538 -#: plugins/personal/generic/class_user.inc:1664 +#: plugins/personal/generic/class_user.inc:1676 msgid "Street" msgstr "Улица" #: plugins/personal/generic/generic.tpl:546 -#: plugins/personal/generic/class_user.inc:1666 +#: plugins/personal/generic/class_user.inc:1678 msgid "Postal code" msgstr "Почтовый индекс" #: plugins/personal/generic/generic.tpl:554 -#: plugins/personal/generic/class_user.inc:1655 +#: plugins/personal/generic/class_user.inc:1667 msgid "House identifier" msgstr "Номер дома" @@ -3298,7 +2455,7 @@ msgid "Please use the phone tab" msgstr "Воспользуйтесь закладкой \"Телефон\"" #: plugins/personal/generic/generic.tpl:598 -#: plugins/personal/generic/class_user.inc:1657 +#: plugins/personal/generic/class_user.inc:1669 msgid "Last delivery" msgstr "Последняя доставка" @@ -3308,228 +2465,198 @@ msgid "Edit organizational user settings" msgstr "Дополнительные записи в fstab" #: plugins/personal/generic/class_user.inc:273 -#: plugins/personal/generic/class_user.inc:1876 -#: plugins/admin/departments/class_department.inc:154 -#: include/class_pluglist.inc:363 +#: plugins/personal/generic/class_user.inc:1910 +#: include/class_configRegistry.inc:185 #, fuzzy -msgid "Unknown" +msgid "unknown" msgstr "состояние неизвестно" #: plugins/personal/generic/class_user.inc:297 msgid "Please add a single IP address or a network/netmask combination!" msgstr "" -#: plugins/personal/generic/class_user.inc:340 +#: plugins/personal/generic/class_user.inc:339 msgid "female" msgstr "женский" -#: plugins/personal/generic/class_user.inc:340 +#: plugins/personal/generic/class_user.inc:339 msgid "male" msgstr "мужской" -#: plugins/personal/generic/class_user.inc:396 +#: plugins/personal/generic/class_user.inc:395 #, fuzzy msgid "Password configuration" msgstr "Системная информация" -#: plugins/personal/generic/class_user.inc:429 +#: plugins/personal/generic/class_user.inc:428 msgid "Cannot upload file!" msgstr "" -#: plugins/personal/generic/class_user.inc:522 +#: plugins/personal/generic/class_user.inc:521 #, fuzzy msgid "Serial number" msgstr "Телефонные номера" -#: plugins/personal/generic/class_user.inc:544 -#: plugins/personal/generic/class_user.inc:1694 +#: plugins/personal/generic/class_user.inc:543 +#: plugins/personal/generic/class_user.inc:1728 +#: plugins/personal/generic/generic_picture.tpl:1 #, fuzzy msgid "User picture" msgstr "Изображение" -#: plugins/personal/generic/class_user.inc:569 -msgid "" -"(Some types of certificates are currently not supported and may be displayed " -"as 'invalid'.)" +#: plugins/personal/generic/class_user.inc:568 +msgid "(Not supported certificate types are marked as invalid.)" msgstr "" -#: plugins/personal/generic/class_user.inc:579 +#: plugins/personal/generic/class_user.inc:578 #, php-format msgid "Certificate is valid from %s to %s and is currently %s." msgstr "" -#: plugins/personal/generic/class_user.inc:582 +#: plugins/personal/generic/class_user.inc:581 msgid "valid" msgstr "" -#: plugins/personal/generic/class_user.inc:583 +#: plugins/personal/generic/class_user.inc:582 msgid "invalid" msgstr "" -#: plugins/personal/generic/class_user.inc:588 +#: plugins/personal/generic/class_user.inc:587 #, fuzzy msgid "No certificate installed" msgstr "Изменить сертификаты" -#: plugins/personal/generic/class_user.inc:614 html/password.php:180 +#: plugins/personal/generic/class_user.inc:613 html/password.php:179 #, fuzzy msgid "Password method" msgstr "Хэширование паролей" -#: plugins/personal/generic/class_user.inc:614 +#: plugins/personal/generic/class_user.inc:613 #, fuzzy msgid "The selected password method is no longer available." msgstr "У выбранного приложения нет параметров." -#: plugins/personal/generic/class_user.inc:1205 +#: plugins/personal/generic/class_user.inc:1203 msgid "Cannot build RDN: no + allowed to build sub RDN!" msgstr "" -#: plugins/personal/generic/class_user.inc:1212 +#: plugins/personal/generic/class_user.inc:1210 msgid "Cannot build RDN: attribute is not defined!" msgstr "" -#: plugins/personal/generic/class_user.inc:1230 +#: plugins/personal/generic/class_user.inc:1228 msgid "Cannot build RDN: invalid attribute parameters!" msgstr "" -#: plugins/personal/generic/class_user.inc:1301 +#: plugins/personal/generic/class_user.inc:1299 #, fuzzy msgid "The selected password method requires initial configuration!" msgstr "У выбранного приложения нет параметров." -#: plugins/personal/generic/class_user.inc:1343 -#: plugins/personal/generic/class_user.inc:1390 -#: plugins/personal/generic/class_user.inc:1681 -#: plugins/personal/generic/class_user.inc:1835 -#: plugins/admin/users/class_userManagement.inc:426 -#: plugins/admin/users/user-list.xml:57 -#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:40 -#: plugins/admin/groups/userSelect/user-list.xml:40 -msgid "Given name" -msgstr "Имя" - -#: plugins/personal/generic/class_user.inc:1500 +#: plugins/personal/generic/class_user.inc:1498 #, fuzzy msgid "Cannot open certificate!" msgstr "Невозможно выбрать базу данных!" -#: plugins/personal/generic/class_user.inc:1662 +#: plugins/personal/generic/class_user.inc:1674 #: plugins/personal/generic/generic_certs.tpl:83 msgid "Certificate serial number" msgstr "Серийный номер сертификата" -#: plugins/personal/generic/class_user.inc:1670 +#: plugins/personal/generic/class_user.inc:1682 #, fuzzy msgid "Generic user settings" msgstr "Общая информация о пользователе" -#: plugins/personal/generic/class_user.inc:1680 -#: plugins/admin/users/user-list.xml:49 -#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:48 -#: plugins/admin/groups/userSelect/user-list.xml:48 -#, fuzzy -msgid "Surname" -msgstr "Имя сервера" - -#: plugins/personal/generic/class_user.inc:1682 -#, fuzzy -msgid "User identification" -msgstr "Информация" +#: plugins/personal/generic/class_user.inc:1704 +#, php-format +msgid "" +"The 'accountRDN' option tells GOsa to use a placeholder pattern for " +"generating account RDNs. A pattern can include attribute names prefaced by a " +"%% and normal text: %s. This will generate a RDN consisting of cn=.... " +"filled with surname and given name of the edited account. This option " +"disables the use of accountPrimaryAttribute and personalTitleInDn." +msgstr "" -#: plugins/personal/generic/class_user.inc:1684 +#: plugins/personal/generic/class_user.inc:1718 #, fuzzy -msgid "Allow to define user filters" +msgid "Allow definition of custom filters" msgstr "Настроить" -#: plugins/personal/generic/class_user.inc:1691 +#: plugins/personal/generic/class_user.inc:1725 #, fuzzy msgid "Preferred language" msgstr "Язык по умолчанию" -#: plugins/personal/generic/class_user.inc:1696 +#: plugins/personal/generic/class_user.inc:1730 #, fuzzy msgid "Login restrictions" msgstr "Срок действия пароля истекает" -#: plugins/personal/generic/class_user.inc:1700 +#: plugins/personal/generic/class_user.inc:1734 #, fuzzy msgid "Department number" msgstr "Управление подразделениями" -#: plugins/personal/generic/class_user.inc:1702 +#: plugins/personal/generic/class_user.inc:1736 #, fuzzy msgid "Employee number" msgstr "Форма трудоустройства" -#: plugins/personal/generic/class_user.inc:1705 +#: plugins/personal/generic/class_user.inc:1739 #, fuzzy msgid "Room number" msgstr "Телефонные номера" -#: plugins/personal/generic/class_user.inc:1706 +#: plugins/personal/generic/class_user.inc:1740 #, fuzzy msgid "Telefon number" msgstr "Телефонные номера" -#: plugins/personal/generic/class_user.inc:1707 +#: plugins/personal/generic/class_user.inc:1741 #, fuzzy msgid "Pager number" msgstr "Телефонные номера" -#: plugins/personal/generic/class_user.inc:1708 +#: plugins/personal/generic/class_user.inc:1742 #, fuzzy msgid "Mobile number" msgstr "Домашний телефон" -#: plugins/personal/generic/class_user.inc:1709 +#: plugins/personal/generic/class_user.inc:1743 #, fuzzy msgid "Fax number" msgstr "Терминал" -#: plugins/personal/generic/class_user.inc:1715 +#: plugins/personal/generic/class_user.inc:1749 msgid "Home postal address" msgstr "" -#: plugins/personal/generic/class_user.inc:1716 +#: plugins/personal/generic/class_user.inc:1750 #, fuzzy msgid "Home phone number" msgstr "Телефонные номера" -#: plugins/personal/generic/class_user.inc:1718 +#: plugins/personal/generic/class_user.inc:1752 #, fuzzy msgid "User password method" msgstr "Хэширование паролей" -#: plugins/personal/generic/class_user.inc:1719 +#: plugins/personal/generic/class_user.inc:1753 #, fuzzy msgid "User certificates" msgstr "Стандартный сертификат" -#: plugins/personal/generic/class_user.inc:1927 +#: plugins/personal/generic/class_user.inc:1961 #, fuzzy msgid "Entries differ" msgstr "Группа пользователя" -#: plugins/personal/generic/generic_picture.tpl:1 -msgid "Personal picture" -msgstr "Изображение" - #: plugins/personal/generic/generic_picture.tpl:14 #: plugins/personal/generic/paste_generic.tpl:43 msgid "Remove picture" msgstr "Удалить изображение" -#: plugins/personal/generic/password.tpl:2 -msgid "" -"You have changed the method your password is stored in the ldap database. " -"For that reason you've to enter your password at this point again. GOsa will " -"then encode it with the selected method." -msgstr "" -"Вы изменили метод шифрования паролей в базе LDAP. В связи с этим введите " -"свой пароль снова. GOsa произведет шифрование в соответствии с выбраной " -"схемой." - #: plugins/personal/generic/generic_certs.tpl:5 #, fuzzy msgid "The users standard certificate" @@ -3539,6 +2666,19 @@ msgstr "Стандартный сертификат" msgid "Standard certificate" msgstr "Стандартный сертификат" +#: plugins/personal/generic/generic_certs.tpl:22 +#: plugins/personal/generic/generic_certs.tpl:48 +#: plugins/personal/generic/generic_certs.tpl:74 +#: plugins/admin/users/user-list.xml:121 +#: plugins/admin/groups/group-list.xml:98 +#: plugins/admin/departments/dep-list.xml:160 +#: plugins/admin/departments/dep-list.xml:181 +#: plugins/admin/acl/acl-list.xml:95 plugins/admin/acl/acl-list.xml:144 +#: plugins/admin/ogroups/ogroup-list.xml:98 +#: plugins/addons/propertyEditor/property-list.xml:108 +msgid "Remove" +msgstr "Удалить" + #: plugins/personal/generic/generic_certs.tpl:31 #, fuzzy msgid "The users S/MIME certificate" @@ -3588,23 +2728,23 @@ msgid "Generic settings" msgstr "Общая информация о пользователе" #: plugins/personal/posix/generic.tpl:8 -#: plugins/personal/posix/class_posixAccount.inc:884 -#: plugins/personal/posix/class_posixAccount.inc:887 -#: plugins/personal/posix/class_posixAccount.inc:962 -#: plugins/personal/posix/class_posixAccount.inc:965 -#: plugins/personal/posix/class_posixAccount.inc:1309 +#: plugins/personal/posix/class_posixAccount.inc:857 +#: plugins/personal/posix/class_posixAccount.inc:860 +#: plugins/personal/posix/class_posixAccount.inc:935 +#: plugins/personal/posix/class_posixAccount.inc:938 +#: plugins/personal/posix/class_posixAccount.inc:1305 #: plugins/personal/posix/paste_generic.tpl:5 #: plugins/personal/posix/paste_generic.tpl:8 msgid "Home directory" msgstr "Домашний каталог" #: plugins/personal/posix/generic.tpl:16 -#: plugins/personal/posix/class_posixAccount.inc:1311 +#: plugins/personal/posix/class_posixAccount.inc:1307 msgid "Shell" msgstr "Оболочка" #: plugins/personal/posix/generic.tpl:26 -#: plugins/personal/posix/class_posixAccount.inc:1310 +#: plugins/personal/posix/class_posixAccount.inc:1306 #: plugins/personal/posix/paste_generic.tpl:17 msgid "Primary group" msgstr "Основная группа" @@ -3624,28 +2764,22 @@ msgid "Force UID/GID" msgstr "Указать UID/GID вручную" #: plugins/personal/posix/generic.tpl:64 -#: plugins/personal/posix/class_posixAccount.inc:895 -#: plugins/personal/posix/class_posixAccount.inc:898 +#: plugins/personal/posix/class_posixAccount.inc:868 +#: plugins/personal/posix/class_posixAccount.inc:871 #: plugins/personal/posix/paste_generic.tpl:36 msgid "UID" msgstr "UID" #: plugins/personal/posix/generic.tpl:75 -#: plugins/personal/posix/class_posixAccount.inc:902 -#: plugins/personal/posix/class_posixAccount.inc:905 +#: plugins/personal/posix/class_posixAccount.inc:875 +#: plugins/personal/posix/class_posixAccount.inc:878 #: plugins/personal/posix/paste_generic.tpl:45 -#: plugins/admin/groups/class_group.inc:943 #: plugins/admin/groups/class_group.inc:946 -#: plugins/admin/groups/class_group.inc:1025 +#: plugins/admin/groups/class_group.inc:949 +#: plugins/admin/groups/class_group.inc:1041 msgid "GID" msgstr "GID" -#: plugins/personal/posix/generic.tpl:89 -#: plugins/personal/posix/paste_generic.tpl:54 -#: plugins/personal/posix/paste_generic.tpl:57 -msgid "Group membership" -msgstr "Членство в группах" - #: plugins/personal/posix/generic.tpl:92 #: plugins/personal/posix/paste_generic.tpl:65 msgid "(Warning: more than 16 groups are not supported by NFS!)" @@ -3675,6 +2809,10 @@ msgstr "" msgid "Edit public ssh keys..." msgstr "" +#: plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc:173 +msgid "disabled" +msgstr "отключен" + #: plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc:173 msgid "full access" msgstr "полный доступ" @@ -3684,7 +2822,7 @@ msgid "allow access to these hosts" msgstr "разрешить доступ только на эти хосты" #: plugins/personal/posix/trustModeDialog/generic.tpl:2 -#: plugins/admin/groups/class_group.inc:1029 +#: plugins/admin/groups/class_group.inc:1045 msgid "System trust" msgstr "Системные доверия" @@ -3707,180 +2845,185 @@ msgstr "Почтовые настройки пользователя" msgid "Password expires on" msgstr "Срок действия пароля истекает" +#: plugins/personal/posix/class_posixAccount.inc:37 +#: plugins/personal/posix/class_posixAccount.inc:270 +#: plugins/personal/posix/class_posixAccount.inc:290 +#: plugins/personal/posix/class_posixAccount.inc:292 +#: plugins/personal/posix/class_posixAccount.inc:295 +#: plugins/admin/users/class_userManagement.inc:759 +msgid "POSIX" +msgstr "" + #: plugins/personal/posix/class_posixAccount.inc:38 #, fuzzy msgid "Edit users POSIX settings" msgstr "Атрибуты UNIX" -#: plugins/personal/posix/class_posixAccount.inc:150 +#: plugins/personal/posix/class_posixAccount.inc:146 #, fuzzy msgid "expired" msgstr "Экспорт" -#: plugins/personal/posix/class_posixAccount.inc:152 +#: plugins/personal/posix/class_posixAccount.inc:148 msgid "grace time active" msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:151 +#: plugins/personal/posix/class_posixAccount.inc:153 #: plugins/personal/posix/class_posixAccount.inc:155 -#: plugins/personal/posix/class_posixAccount.inc:157 -#: plugins/personal/posix/class_posixAccount.inc:159 #, fuzzy msgid "active" msgstr "Личный" -#: plugins/personal/posix/class_posixAccount.inc:155 +#: plugins/personal/posix/class_posixAccount.inc:151 #, fuzzy msgid "password not changeable" msgstr "Новый пароль" -#: plugins/personal/posix/class_posixAccount.inc:157 +#: plugins/personal/posix/class_posixAccount.inc:153 #, fuzzy msgid "password expired" msgstr "Срок действия пароля истекает" -#: plugins/personal/posix/class_posixAccount.inc:219 +#: plugins/personal/posix/class_posixAccount.inc:215 #: include/class_management.inc:32 include/class_management.inc:33 msgid "unconfigured" msgstr "Не настроено" -#: plugins/personal/posix/class_posixAccount.inc:230 +#: plugins/personal/posix/class_posixAccount.inc:226 msgid "automatic" msgstr "автоматически" -#: plugins/personal/posix/class_posixAccount.inc:274 -#: plugins/personal/posix/class_posixAccount.inc:294 -#: plugins/personal/posix/class_posixAccount.inc:296 -#: plugins/personal/posix/class_posixAccount.inc:299 -#: plugins/admin/users/class_userManagement.inc:759 -msgid "POSIX" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:290 +#: plugins/admin/users/class_userManagement.inc:767 +#: plugins/admin/groups/class_groupManagement.inc:173 +msgid "Samba" +msgstr "Samba" -#: plugins/personal/posix/class_posixAccount.inc:294 -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:104 +#: plugins/personal/posix/class_posixAccount.inc:290 #: plugins/admin/users/class_userManagement.inc:775 #: plugins/admin/groups/class_groupManagement.inc:197 -#: plugins/admin/ogroups/tabs_ogroups.inc:222 msgid "Environment" msgstr "Окружение" -#: plugins/personal/posix/class_posixAccount.inc:378 +#: plugins/personal/posix/class_posixAccount.inc:374 #, php-format msgid "Password can't be changed up to %s days after last change" msgstr "Пароль нельзя изменить в течение %s дн. с последней смены (shadowMin)" -#: plugins/personal/posix/class_posixAccount.inc:382 +#: plugins/personal/posix/class_posixAccount.inc:378 #, php-format msgid "Password must be changed after %s days" msgstr "Пароль должен быть изменен по истечении %s дн. (shadowMax)" -#: plugins/personal/posix/class_posixAccount.inc:386 +#: plugins/personal/posix/class_posixAccount.inc:382 #, fuzzy, php-format msgid "Disable account after %s days of inactivity after password expiry" msgstr "" "Отключить учетную запись, если срок действия пароля истек и прошло %s дн. " "бездействия (shadowInactive)" -#: plugins/personal/posix/class_posixAccount.inc:390 +#: plugins/personal/posix/class_posixAccount.inc:386 #, fuzzy, php-format msgid "Warn user %s days before password expiry" msgstr "" "Предупреждать пользователей за %s дн. до истечения срока действия пароля " "(shadowWarning)" -#: plugins/personal/posix/class_posixAccount.inc:678 +#: plugins/personal/posix/class_posixAccount.inc:650 msgid "Timeout while waiting for lock. Ignoring lock!" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:736 -#: plugins/personal/posix/class_posixAccount.inc:1026 +#: plugins/personal/posix/class_posixAccount.inc:708 +#: plugins/personal/posix/class_posixAccount.inc:999 msgid "Group of user" msgstr "Группа пользователя" -#: plugins/personal/posix/class_posixAccount.inc:803 +#: plugins/personal/posix/class_posixAccount.inc:773 msgid "" "A duplicated UID number was written for this user. If this was not intended " "please verify all used uidNumbers!" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:918 -#: plugins/personal/posix/class_posixAccount.inc:971 +#: plugins/personal/posix/class_posixAccount.inc:891 +#: plugins/personal/posix/class_posixAccount.inc:944 #, fuzzy msgid "shadowMin" msgstr "Затенение" -#: plugins/personal/posix/class_posixAccount.inc:923 -#: plugins/personal/posix/class_posixAccount.inc:976 +#: plugins/personal/posix/class_posixAccount.inc:896 +#: plugins/personal/posix/class_posixAccount.inc:949 #, fuzzy msgid "shadowMax" msgstr "Затенение" -#: plugins/personal/posix/class_posixAccount.inc:928 -#: plugins/personal/posix/class_posixAccount.inc:981 +#: plugins/personal/posix/class_posixAccount.inc:901 +#: plugins/personal/posix/class_posixAccount.inc:954 #, fuzzy msgid "shadowWarning" msgstr "Затенение" -#: plugins/personal/posix/class_posixAccount.inc:942 -#: plugins/personal/posix/class_posixAccount.inc:995 +#: plugins/personal/posix/class_posixAccount.inc:915 +#: plugins/personal/posix/class_posixAccount.inc:968 #, fuzzy msgid "shadowInactive" msgstr "Затенение" -#: plugins/personal/posix/class_posixAccount.inc:1299 +#: plugins/personal/posix/class_posixAccount.inc:1291 #, fuzzy msgid "POSIX account" msgstr "Аккаунт FTP" -#: plugins/personal/posix/class_posixAccount.inc:1313 +#: plugins/personal/posix/class_posixAccount.inc:1309 #, fuzzy msgid "Group ID" msgstr "Группа" -#: plugins/personal/posix/class_posixAccount.inc:1315 +#: plugins/personal/posix/class_posixAccount.inc:1311 #, fuzzy msgid "Shadow last changed" msgstr "Показать телефоны" -#: plugins/personal/posix/class_posixAccount.inc:1316 +#: plugins/personal/posix/class_posixAccount.inc:1312 #, fuzzy msgid "Last login" msgstr "Список" -#: plugins/personal/posix/class_posixAccount.inc:1318 +#: plugins/personal/posix/class_posixAccount.inc:1314 #, fuzzy msgid "Force password change on login" msgstr "Сменить пароль" -#: plugins/personal/posix/class_posixAccount.inc:1319 +#: plugins/personal/posix/class_posixAccount.inc:1315 #, fuzzy msgid "Shadow min" msgstr "Затенение" -#: plugins/personal/posix/class_posixAccount.inc:1320 +#: plugins/personal/posix/class_posixAccount.inc:1316 #, fuzzy msgid "Shadow max" msgstr "Затенение" -#: plugins/personal/posix/class_posixAccount.inc:1321 +#: plugins/personal/posix/class_posixAccount.inc:1317 #, fuzzy msgid "Shadow warning" msgstr "Затенение" -#: plugins/personal/posix/class_posixAccount.inc:1322 +#: plugins/personal/posix/class_posixAccount.inc:1318 #, fuzzy msgid "Shadow inactive" msgstr "Затенение" -#: plugins/personal/posix/class_posixAccount.inc:1323 +#: plugins/personal/posix/class_posixAccount.inc:1319 #, fuzzy msgid "Shadow expire" msgstr "Показать людей" -#: plugins/personal/posix/class_posixAccount.inc:1324 +#: plugins/personal/posix/class_posixAccount.inc:1320 msgid "Public SSH key" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1325 +#: plugins/personal/posix/class_posixAccount.inc:1321 #, fuzzy msgid "System trust model" msgstr "Системные доверия" @@ -3921,6 +3064,29 @@ msgstr "Параметры загрузки" msgid "Please select the desired entries" msgstr "Язык по умолчанию" +#: plugins/personal/posix/groupSelect/group-list.xml:13 +#: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:23 +#: plugins/admin/groups/group-list.xml:15 +#: plugins/admin/groups/group-list.xml:79 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:71 +#: plugins/admin/ogroups/class_ogroupManagement.inc:184 +#: plugins/admin/ogroups/ogroup-list.xml:79 +#: plugins/addons/propertyEditor/property-list.xml:64 +msgid "Group" +msgstr "Группа" + +#: plugins/personal/posix/trustSelect/trust-list.xml:12 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:23 +#: plugins/admin/ogroups/class_ogroupManagement.inc:187 +msgid "Server" +msgstr "Сервер" + +#: plugins/personal/posix/trustSelect/trust-list.xml:19 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:31 +#: plugins/admin/ogroups/class_ogroupManagement.inc:189 +msgid "Workstation" +msgstr "Рабочая станция" + #: plugins/personal/posix/trustSelect/trust-list.xml:26 #: plugins/admin/ogroups/objectSelect/selectObject-list.xml:39 #: plugins/admin/ogroups/class_ogroupManagement.inc:191 @@ -3933,59 +3099,29 @@ msgstr "Терминалы" msgid "Trust machine selection" msgstr "Настройки Samba" -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:64 -#: plugins/admin/groups/class_groupManagement.inc:157 -#, fuzzy -msgid "Posix" -msgstr "Прокси-сервер" - -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:65 -#: plugins/admin/groups/class_groupManagement.inc:158 -#, fuzzy -msgid "Edit posix properties" -msgstr "Изменить свойства" - -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:73 -#: plugins/admin/users/class_userManagement.inc:764 -#: plugins/admin/groups/class_groupManagement.inc:166 -#, fuzzy -msgid "Edit mail properties" -msgstr "Изменить свойства" - -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:81 -#: plugins/admin/users/class_userManagement.inc:768 -#: plugins/admin/groups/class_groupManagement.inc:174 -#, fuzzy -msgid "Edit samba properties" -msgstr "Изменить свойства" - -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:89 -#: plugins/admin/users/class_userManagement.inc:784 -#: plugins/admin/groups/class_groupManagement.inc:182 -#, fuzzy -msgid "Edit phone properties" -msgstr "Изменить свойства" - -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:96 -#: plugins/admin/groups/class_groupManagement.inc:189 -#, fuzzy -msgid "Menu" -msgstr "Принтер" - -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:97 -#: plugins/admin/groups/class_groupManagement.inc:190 +#: plugins/personal/myaccount/main.inc:50 +#: include/class_CopyPasteHandler.inc:160 +#: include/class_CopyPasteHandler.inc:274 include/functions.inc:617 +#: include/functions.inc:804 include/functions.inc:922 +#: include/functions.inc:1317 include/functions.inc:2315 +#: include/functions.inc:2349 include/functions.inc:2369 +#: include/class_log.inc:87 include/class_acl.inc:976 +#: include/class_ldap.inc:693 include/class_ldap.inc:744 +#: include/class_management.inc:634 include/class_management.inc:717 +#: include/class_session.inc:76 include/class_session.inc:101 +#: include/class_session.inc:127 #, fuzzy -msgid "Edit start menu properties" -msgstr "Изменить свойства" +msgid "Internal error" +msgstr "Терминал-сервер" -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:105 -#: plugins/admin/users/class_userManagement.inc:776 -#: plugins/admin/groups/class_groupManagement.inc:198 -#, fuzzy -msgid "Edit environment properties" -msgstr "Изменить свойства" +#: plugins/personal/myaccount/main.inc:51 include/class_management.inc:635 +#: include/class_management.inc:718 +#, php-format +msgid "" +"Cannot instantiate tabbed-plugin, the base plugin (%s) is not available!" +msgstr "" -#: plugins/personal/myaccount/main.inc:112 +#: plugins/personal/myaccount/main.inc:125 #, fuzzy msgid "You have no permission to set your password!" msgstr "У вас недостаточно прав для смены своего пароля." @@ -3995,6 +3131,16 @@ msgstr "У вас недостаточно прав для смены своег msgid "Edit personal settings" msgstr "Атрибуты UNIX" +#: plugins/personal/myaccount/password.tpl:2 +msgid "" +"You have changed the method your password is stored in the ldap database. " +"For that reason you've to enter your password at this point again. GOsa will " +"then encode it with the selected method." +msgstr "" +"Вы изменили метод шифрования паролей в базе LDAP. В связи с этим введите " +"свой пароль снова. GOsa произведет шифрование в соответствии с выбраной " +"схемой." + #: plugins/admin/users/password.tpl:4 #, fuzzy msgid "" @@ -4006,12 +3152,12 @@ msgstr "" "вступят в силу немедленно. Пожалуйста, запомните новый пароль, так как иначе " "пользователь не сможет войти в систему." -#: plugins/admin/users/password.tpl:11 +#: plugins/admin/users/password.tpl:7 #, fuzzy msgid "Password input dialog" msgstr "Сменить пароль" -#: plugins/admin/users/password.tpl:21 +#: plugins/admin/users/password.tpl:23 #, fuzzy msgid "Strength" msgstr "Улица" @@ -4037,7 +3183,7 @@ msgstr "Показать пользователей с почтой" #: plugins/admin/users/class_userManagement.inc:26 msgid "" -"Manage aspects of user accounts like generic, posix, samba and mail settings" +"Manage aspects of user accounts like generic, POSIX, samba and mail settings" msgstr "" #: plugins/admin/users/class_userManagement.inc:189 @@ -4049,11 +3195,9 @@ msgstr "Ошибка LDAP:" #: plugins/admin/users/class_userManagement.inc:221 #: plugins/admin/users/class_userManagement.inc:629 -#: include/class_management.inc:302 include/class_management.inc:459 -#: include/class_management.inc:506 include/class_management.inc:543 -#: include/class_management.inc:557 include/class_plugin.inc:1434 -#: include/class_plugin.inc:1446 include/class_plugin.inc:1461 -#: include/class_plugin.inc:1474 +#: include/class_management.inc:304 include/class_management.inc:462 +#: include/class_management.inc:509 include/class_management.inc:524 +#: include/class_management.inc:561 include/class_management.inc:575 #, fuzzy msgid "Permission" msgstr "Права для членов группы" @@ -4066,7 +3210,7 @@ msgstr "У вас недостаточно прав для смены своег #: plugins/admin/users/class_userManagement.inc:348 #: plugins/admin/users/class_userManagement.inc:382 #: plugins/admin/users/class_userManagement.inc:413 -#: plugins/admin/ogroups/class_ogroup.inc:300 +#: plugins/admin/ogroups/class_ogroup.inc:309 msgid "none" msgstr "нет" @@ -4079,7 +3223,7 @@ msgstr "Шаблон" #: plugins/admin/users/class_userManagement.inc:587 #: plugins/admin/users/class_userManagement.inc:591 #: plugins/admin/acl/class_aclManagement.inc:98 -#: include/class_management.inc:383 +#: include/class_management.inc:385 #, fuzzy msgid "Permission error" msgstr "Права для членов группы" @@ -4116,20 +3260,54 @@ msgstr "Изменить свойства" msgid "Edit POSIX properties" msgstr "Изменить свойства" -#: plugins/admin/users/class_userManagement.inc:771 -msgid "Netatalk" -msgstr "" - +#: plugins/admin/users/class_userManagement.inc:762 +#: plugins/admin/groups/class_groupManagement.inc:165 +#: plugins/admin/ogroups/tabs_ogroups.inc:150 +msgid "Mail" +msgstr "Почта" + +#: plugins/admin/users/class_userManagement.inc:764 +#: plugins/admin/groups/class_groupManagement.inc:166 +#, fuzzy +msgid "Edit mail properties" +msgstr "Изменить свойства" + +#: plugins/admin/users/class_userManagement.inc:768 +#: plugins/admin/groups/class_groupManagement.inc:174 +#, fuzzy +msgid "Edit samba properties" +msgstr "Изменить свойства" + +#: plugins/admin/users/class_userManagement.inc:771 +msgid "Netatalk" +msgstr "" + #: plugins/admin/users/class_userManagement.inc:772 #, fuzzy msgid "Edit netatalk properties" msgstr "Изменить свойства" +#: plugins/admin/users/class_userManagement.inc:776 +#: plugins/admin/groups/class_groupManagement.inc:198 +#, fuzzy +msgid "Edit environment properties" +msgstr "Изменить свойства" + +#: plugins/admin/users/class_userManagement.inc:779 +msgid "FAX" +msgstr "Факс" + #: plugins/admin/users/class_userManagement.inc:780 #, fuzzy msgid "Edit FAX properties" msgstr "Изменить свойства" +#: plugins/admin/users/class_userManagement.inc:784 +#: plugins/admin/groups/class_groupManagement.inc:182 +#, fuzzy +msgid "Edit phone properties" +msgstr "Изменить свойства" + #: plugins/admin/users/templatize.tpl:2 #, fuzzy msgid "Applying a template" @@ -4154,6 +3332,15 @@ msgstr "" msgid "List of users" msgstr "Список пользователей" +#: plugins/admin/users/user-list.xml:23 plugins/admin/users/user-list.xml:95 +#: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:15 +#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:14 +#: plugins/admin/groups/userSelect/user-list.xml:14 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:63 +#: plugins/admin/ogroups/class_ogroupManagement.inc:183 +msgid "User" +msgstr "Пользователь" + #: plugins/admin/users/user-list.xml:73 plugins/admin/groups/group-list.xml:57 #: plugins/admin/departments/generic.tpl:7 #: plugins/admin/departments/generic.tpl:9 @@ -4171,11 +3358,11 @@ msgstr "Список пользователей" msgid "Properties" msgstr "Свойства" -#: plugins/admin/users/user-list.xml:78 -#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:64 -#: plugins/admin/groups/group-list.xml:62 +#: plugins/admin/users/user-list.xml:78 plugins/admin/groups/group-list.xml:62 #: plugins/admin/departments/dep-list.xml:87 plugins/admin/acl/acl-list.xml:65 -#: plugins/admin/ogroups/ogroup-list.xml:62 include/class_listing.inc:1127 +#: plugins/admin/ogroups/ogroup-list.xml:62 +#: plugins/addons/propertyEditor/property-list.xml:96 +#: include/class_listing.inc:1174 msgid "Actions" msgstr "Действия" @@ -4186,10 +3373,6 @@ msgstr "Действия" msgid "Edit" msgstr "Изменить" -#: plugins/admin/users/user-list.xml:128 plugins/admin/users/user-list.xml:230 -msgid "Change password" -msgstr "Сменить пароль" - #: plugins/admin/users/user-list.xml:140 #, fuzzy msgid "Lock users" @@ -4311,99 +3494,115 @@ msgstr "Члены телефонной группы" msgid "Members are in a nagios group" msgstr "Члены телефонной группы" -#: plugins/admin/groups/generic.tpl:173 -msgid "Group members" -msgstr "Члены группы" - -#: plugins/admin/groups/generic.tpl:180 +#: plugins/admin/groups/generic.tpl:174 #, fuzzy -msgid "In all groups" -msgstr "Основная группа" +msgid "Common group members" +msgstr "Показать группы" #: plugins/admin/groups/generic.tpl:183 #, fuzzy -msgid "Not in all groups" -msgstr "Показать группы с эл. почтой" +msgid "Partial group members" +msgstr "Члены группы" + +#: plugins/admin/groups/generic.tpl:188 +msgid "Group members" +msgstr "Члены группы" #: plugins/admin/groups/class_groupManagement.inc:26 msgid "" -"Manage aspects of groups like members, posix, desktop, samba and mail " +"Manage aspects of groups like members, POSIX, desktop, samba and mail " "settings" msgstr "" -#: plugins/admin/groups/class_group.inc:159 -#: plugins/admin/groups/class_group.inc:547 +#: plugins/admin/groups/class_groupManagement.inc:157 +#, fuzzy +msgid "Posix" +msgstr "Прокси-сервер" + +#: plugins/admin/groups/class_groupManagement.inc:158 +#, fuzzy +msgid "Edit posix properties" +msgstr "Изменить свойства" + +#: plugins/admin/groups/class_groupManagement.inc:189 +#, fuzzy +msgid "Menu" +msgstr "Принтер" + +#: plugins/admin/groups/class_groupManagement.inc:190 +#, fuzzy +msgid "Edit start menu properties" +msgstr "Изменить свойства" + +#: plugins/admin/groups/class_group.inc:166 #: include/class_CopyPasteHandler.inc:119 #: include/class_CopyPasteHandler.inc:128 #: include/class_CopyPasteHandler.inc:177 #: include/class_CopyPasteHandler.inc:186 -#: include/class_CopyPasteHandler.inc:194 include/class_config.inc:155 -#: include/class_config.inc:702 include/class_config.inc:1153 -#: include/class_config.inc:1166 include/class_config.inc:1184 -#: include/functions.inc:802 include/functions.inc:3073 -#: include/functions.inc:3105 include/functions.inc:3118 +#: include/class_CopyPasteHandler.inc:194 include/class_config.inc:162 +#: include/class_config.inc:678 include/class_config.inc:1138 +#: include/class_config.inc:1151 include/class_config.inc:1169 +#: include/functions.inc:814 include/functions.inc:3023 +#: include/functions.inc:3066 include/functions.inc:3079 #: include/password-methods/class_password-methods-ssha.inc:51 #: include/password-methods/class_password-methods-sha.inc:48 -#: include/utils/class_timezone.inc:47 include/class_SnapshotHandler.inc:45 -#: include/class_SnapshotHandler.inc:58 include/class_SnapshotHandler.inc:76 -#: include/class_pluglist.inc:98 html/index.php:156 html/index.php:228 -#: html/password.php:86 html/main.php:230 +#: include/utils/class_timezone.inc:47 include/class_SnapshotHandler.inc:44 +#: include/class_SnapshotHandler.inc:57 include/class_SnapshotHandler.inc:75 +#: include/class_pluglist.inc:92 html/index.php:157 html/index.php:233 +#: html/password.php:84 html/main.php:239 #, fuzzy msgid "Configuration error" msgstr "Настроить" -#: plugins/admin/groups/class_group.inc:159 +#: plugins/admin/groups/class_group.inc:166 #, fuzzy msgid "Cannot find group SID in your configuration!" msgstr "Не могу найти SID в базе LDAP или в сонфигурационном файле!" -#: plugins/admin/groups/class_group.inc:311 +#: plugins/admin/groups/class_group.inc:210 +#: plugins/admin/groups/class_group.inc:1170 +#: plugins/admin/groups/class_group.inc:1180 +#, fuzzy +msgid "Surename" +msgstr "Имя сервера" + +#: plugins/admin/groups/class_group.inc:310 msgid "Samba group" msgstr "Группа Samba" -#: plugins/admin/groups/class_group.inc:311 +#: plugins/admin/groups/class_group.inc:310 msgid "Domain admins" msgstr "Администраторы домена" -#: plugins/admin/groups/class_group.inc:311 +#: plugins/admin/groups/class_group.inc:310 msgid "Domain users" msgstr "Пользователи домена" -#: plugins/admin/groups/class_group.inc:312 +#: plugins/admin/groups/class_group.inc:311 msgid "Domain guests" msgstr "Непривилегированные пользователи домена" -#: plugins/admin/groups/class_group.inc:317 +#: plugins/admin/groups/class_group.inc:316 #, php-format msgid "Special group (%d)" msgstr "Специальная группа (%d)" -#: plugins/admin/groups/class_group.inc:420 +#: plugins/admin/groups/class_group.inc:464 #, php-format msgid "Adding UID '%s' to group '%s' failed: cannot find user object!" msgstr "" -#: plugins/admin/groups/class_group.inc:426 +#: plugins/admin/groups/class_group.inc:470 #, php-format msgid "Add UID '%s' to group '%s' failed: UID is used more than once!" msgstr "" -#: plugins/admin/groups/class_group.inc:504 -#, fuzzy -msgid "! unknown UID" -msgstr "состояние неизвестно" - -#: plugins/admin/groups/class_group.inc:547 -#, php-format -msgid "Search returned too many results. Not displaying more than %s entries!" -msgstr "" - -#: plugins/admin/groups/class_group.inc:730 +#: plugins/admin/groups/class_group.inc:733 #, fuzzy, php-format msgid "Cannot find any SID for '%s'!" msgstr "Удалить" -#: plugins/admin/groups/class_group.inc:735 +#: plugins/admin/groups/class_group.inc:738 #, fuzzy, php-format msgid "Cannot find any RIDBASE for '%s'!" msgstr "Удалить" @@ -4413,32 +3612,38 @@ msgstr "Удалить" msgid "The gidNumber '%s' is already in use by %s!" msgstr "" -#: plugins/admin/groups/class_group.inc:1013 +#: plugins/admin/groups/class_group.inc:1016 #, fuzzy msgid "Generic group settings" msgstr "Общая информация о пользователе" -#: plugins/admin/groups/class_group.inc:1027 +#: plugins/admin/groups/class_group.inc:1029 +msgid "" +"The 'ogroupRDN' statement defines the location where new object groups will " +"be created. The default is 'ou=groups,'." +msgstr "" + +#: plugins/admin/groups/class_group.inc:1043 #, fuzzy msgid "Samba group type" msgstr "Группа Samba" -#: plugins/admin/groups/class_group.inc:1028 +#: plugins/admin/groups/class_group.inc:1044 #, fuzzy msgid "Samba domain name" msgstr "Домашний каталог Samba" -#: plugins/admin/groups/class_group.inc:1030 +#: plugins/admin/groups/class_group.inc:1046 #, fuzzy msgid "Phone pickup group" msgstr "Члены телефонной группы" -#: plugins/admin/groups/class_group.inc:1031 +#: plugins/admin/groups/class_group.inc:1047 #, fuzzy msgid "Nagios group" msgstr "Контакт" -#: plugins/admin/groups/class_group.inc:1033 +#: plugins/admin/groups/class_group.inc:1049 #, fuzzy msgid "Group member" msgstr "Члены группы" @@ -4474,7 +3679,7 @@ msgstr "серверы" #: plugins/admin/departments/class_domain.inc:81 #: plugins/admin/departments/class_domain.inc:82 -#: plugins/admin/departments/class_departmentManagement.inc:202 +#: plugins/admin/departments/class_departmentManagement.inc:205 #: plugins/admin/departments/class_dcObject.inc:81 #: plugins/admin/departments/class_dcObject.inc:82 #, fuzzy @@ -4486,7 +3691,7 @@ msgstr "Администраторы домена" #: plugins/admin/departments/organization.tpl:132 #: plugins/admin/departments/class_localityGeneric.inc:95 #: plugins/admin/departments/locality.tpl:67 -#: plugins/admin/departments/class_department.inc:680 +#: plugins/admin/departments/class_department.inc:688 #: plugins/admin/departments/dcObject.tpl:67 #: plugins/admin/departments/domain.tpl:67 #: plugins/admin/departments/country.tpl:68 @@ -4518,9 +3723,9 @@ msgstr "Описание подразделения" #: plugins/admin/departments/generic.tpl:27 #: plugins/admin/departments/organization.tpl:27 -#: plugins/admin/departments/class_department.inc:670 +#: plugins/admin/departments/class_department.inc:678 #: plugins/admin/departments/class_organizationGeneric.inc:124 -#: plugins/admin/acl/class_aclRole.inc:165 include/class_userFilter.inc:55 +#: plugins/admin/acl/class_aclRole.inc:163 include/class_userFilter.inc:55 msgid "Category" msgstr "Категория" @@ -4588,7 +3793,7 @@ msgstr "Название группы" #: plugins/admin/departments/dep-list.xml:15 #: plugins/admin/departments/dep-list.xml:103 -#: plugins/admin/departments/class_departmentManagement.inc:190 +#: plugins/admin/departments/class_departmentManagement.inc:193 #: plugins/admin/departments/domain.tpl:5 #: plugins/admin/departments/dep-filter.xml:105 #, fuzzy @@ -4605,7 +3810,7 @@ msgstr "Администраторы домена" #: plugins/admin/departments/dep-list.xml:31 #: plugins/admin/departments/dep-list.xml:117 -#: plugins/admin/departments/class_departmentManagement.inc:214 +#: plugins/admin/departments/class_departmentManagement.inc:217 #: plugins/admin/departments/country.tpl:5 #: plugins/admin/departments/dep-filter.xml:49 #: plugins/admin/departments/class_countryGeneric.inc:82 @@ -4618,7 +3823,7 @@ msgstr "Страна" #: plugins/admin/departments/class_localityGeneric.inc:82 #: plugins/admin/departments/class_localityGeneric.inc:83 #: plugins/admin/departments/locality.tpl:5 -#: plugins/admin/departments/class_departmentManagement.inc:226 +#: plugins/admin/departments/class_departmentManagement.inc:229 #: plugins/admin/departments/dep-filter.xml:63 #, fuzzy msgid "Locality" @@ -4636,57 +3841,57 @@ msgstr "Местоположение" msgid "Name of locality to create" msgstr "Имя создаваемой ветки" -#: plugins/admin/departments/class_department.inc:439 -#: include/functions.inc:447 include/utils/class_xml.inc:43 -#: html/password.php:59 html/main.php:149 +#: plugins/admin/departments/class_department.inc:441 +#: include/functions.inc:459 include/utils/class_xml.inc:43 +#: html/password.php:59 html/main.php:158 #, fuzzy msgid "Fatal error" msgstr "Терминал-сервер" -#: plugins/admin/departments/class_department.inc:439 +#: plugins/admin/departments/class_department.inc:441 msgid "Cannot find an unused tag for this administrative unit!" msgstr "" -#: plugins/admin/departments/class_department.inc:507 +#: plugins/admin/departments/class_department.inc:509 #, php-format msgid "Tagging '%s'." msgstr "" -#: plugins/admin/departments/class_department.inc:588 +#: plugins/admin/departments/class_department.inc:590 #, php-format msgid "Moving '%s' to '%s'" msgstr "" -#: plugins/admin/departments/class_department.inc:629 +#: plugins/admin/departments/class_department.inc:631 #, php-format msgid "FAILED to copy %s, aborting operation" msgstr "" -#: plugins/admin/departments/class_department.inc:660 -#: plugins/admin/departments/class_department.inc:665 +#: plugins/admin/departments/class_department.inc:662 +#: plugins/admin/departments/class_department.inc:673 msgid "Departments" msgstr "Подразделения" -#: plugins/admin/departments/class_department.inc:668 +#: plugins/admin/departments/class_department.inc:676 #, fuzzy msgid "Department name" msgstr "Управление подразделениями" -#: plugins/admin/departments/class_department.inc:676 +#: plugins/admin/departments/class_department.inc:684 msgid "Telephone" msgstr "Телефон" -#: plugins/admin/departments/class_department.inc:731 +#: plugins/admin/departments/class_department.inc:739 #, php-format msgid "Object '%s' is already tagged" msgstr "" -#: plugins/admin/departments/class_department.inc:738 +#: plugins/admin/departments/class_department.inc:746 #, php-format msgid "Adding tag (%s) to object '%s'" msgstr "" -#: plugins/admin/departments/class_department.inc:770 +#: plugins/admin/departments/class_department.inc:778 #, php-format msgid "Removing tag from object '%s'" msgstr "" @@ -4701,7 +3906,7 @@ msgid "" "Manage organizations, organizational units, localities, countries and more" msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:122 +#: plugins/admin/departments/class_departmentManagement.inc:125 msgid "" "As soon as the tag operation has finished, you can scroll down to end of the " "page and press the 'Continue' button to continue with the department " @@ -4802,7 +4007,7 @@ msgid "ACL Templates" msgstr "Шаблон" #: plugins/admin/acl/class_aclRole.inc:26 -#: plugins/admin/acl/class_aclRole.inc:717 +#: plugins/admin/acl/class_aclRole.inc:712 #, fuzzy msgid "Access control roles" msgstr "Параметры доступа" @@ -4812,89 +4017,66 @@ msgstr "Параметры доступа" msgid "Edit AC roles" msgstr "Доступ" -#: plugins/admin/acl/class_aclRole.inc:130 include/class_acl.inc:219 -#, fuzzy -msgid "All categories" -msgstr "Категория" - -#: plugins/admin/acl/class_aclRole.inc:137 +#: plugins/admin/acl/class_aclRole.inc:135 #, fuzzy msgid "Reset ACL" msgstr "Удалить" -#: plugins/admin/acl/class_aclRole.inc:138 include/class_acl.inc:228 -#, fuzzy -msgid "One level" -msgstr "Уровень информативности" - -#: plugins/admin/acl/class_aclRole.inc:139 include/class_acl.inc:229 -#: include/class_acl.inc:234 -#, fuzzy -msgid "Current object" -msgstr "Текущий пароль" - -#: plugins/admin/acl/class_aclRole.inc:140 include/class_acl.inc:230 -#, fuzzy -msgid "Complete subtree" -msgstr "не полный" - -#: plugins/admin/acl/class_aclRole.inc:141 include/class_acl.inc:231 -msgid "Complete subtree (permanent)" -msgstr "" - -#: plugins/admin/acl/class_aclRole.inc:181 -#: plugins/admin/acl/class_aclRole.inc:727 include/class_acl.inc:279 +#: plugins/admin/acl/class_aclRole.inc:179 +#: plugins/admin/acl/class_aclRole.inc:741 include/class_acl.inc:278 #, fuzzy msgid "Permissions" msgstr "Права для членов группы" -#: plugins/admin/acl/class_aclRole.inc:181 include/class_acl.inc:279 -#: include/php_setup.inc:191 +#: plugins/admin/acl/class_aclRole.inc:179 include/class_acl.inc:278 +#: include/php_setup.inc:185 msgid "Type" msgstr "Тип" -#: plugins/admin/acl/class_aclRole.inc:410 +#: plugins/admin/acl/class_aclRole.inc:408 #, fuzzy msgid "No ACL settings for this category" msgstr "Описание группы" -#: plugins/admin/acl/class_aclRole.inc:412 +#: plugins/admin/acl/class_aclRole.inc:410 #, fuzzy, php-format msgid "ACL for these objects: %s" msgstr "Описание группы" -#: plugins/admin/acl/class_aclRole.inc:417 +#: plugins/admin/acl/class_aclRole.inc:415 #, fuzzy msgid "Edit category ACL" msgstr "Список систем" -#: plugins/admin/acl/class_aclRole.inc:420 +#: plugins/admin/acl/class_aclRole.inc:418 #, fuzzy msgid "Delete category ACL" msgstr "Категория" -#: plugins/admin/acl/class_aclRole.inc:441 +#: plugins/admin/acl/class_aclRole.inc:439 #, php-format msgid "Edit ACL for '%s', scope is '%s'" msgstr "" -#: plugins/admin/acl/class_aclRole.inc:451 include/class_acl.inc:644 -msgid "All objects in current subtree" -msgstr "" - -#: plugins/admin/acl/class_aclRole.inc:637 +#: plugins/admin/acl/class_aclRole.inc:632 #, fuzzy msgid "Object in use" msgstr "Имя объекта" -#: plugins/admin/acl/class_aclRole.inc:637 +#: plugins/admin/acl/class_aclRole.inc:632 #, php-format msgid "This role cannot be removed while it is in use by these objects:" msgstr "" -#: plugins/admin/acl/class_aclRole.inc:753 plugins/admin/acl/tabs_acl.inc:28 -#: include/class_acl.inc:1279 include/class_acl.inc:1280 -#: include/class_acl.inc:1285 include/class_tabs.inc:374 +#: plugins/admin/acl/class_aclRole.inc:728 +msgid "" +"The 'aclRoleRDN' statement defines the location where new acl roles will be " +"created. The default is 'ou=aclroles,'." +msgstr "" + +#: plugins/admin/acl/class_aclRole.inc:767 plugins/admin/acl/tabs_acl.inc:28 +#: include/class_acl.inc:1282 include/class_acl.inc:1283 +#: include/class_acl.inc:1289 include/class_tabs.inc:382 msgid "ACL" msgstr "Доступ" @@ -4903,6 +4085,11 @@ msgstr "Доступ" msgid "Paste acl-role" msgstr "Удалить" +#: plugins/admin/ogroups/generic.tpl:1 +#: plugins/admin/ogroups/ogroup-list.xml:15 +msgid "Object group" +msgstr "Объект группы" + #: plugins/admin/ogroups/generic.tpl:10 msgid "Name of the group" msgstr "Название группы" @@ -4911,122 +4098,133 @@ msgstr "Название группы" msgid "Member objects" msgstr "Включаемые объекты" -#: plugins/admin/ogroups/tabs_ogroups.inc:133 +#: plugins/admin/ogroups/tabs_ogroups.inc:134 #, fuzzy msgid "Phone queue" msgstr "Номер телефона" -#: plugins/admin/ogroups/tabs_ogroups.inc:160 +#: plugins/admin/ogroups/tabs_ogroups.inc:163 #, fuzzy -msgid "Systems" -msgstr "Системы" +msgid "System settings" +msgstr "Почтовые настройки пользователя" -#: plugins/admin/ogroups/tabs_ogroups.inc:171 -#: plugins/admin/ogroups/tabs_ogroups.inc:194 -msgid "Startup" -msgstr "Запуск" +#: plugins/admin/ogroups/tabs_ogroups.inc:175 +#: plugins/admin/ogroups/tabs_ogroups.inc:200 +#, fuzzy +msgid "Recipe" +msgstr "Описание" -#: plugins/admin/ogroups/tabs_ogroups.inc:182 -#: plugins/admin/ogroups/tabs_ogroups.inc:203 +#: plugins/admin/ogroups/tabs_ogroups.inc:187 +#: plugins/admin/ogroups/tabs_ogroups.inc:209 msgid "Devices" msgstr "Устройства" -#: plugins/admin/ogroups/tabs_ogroups.inc:213 -msgid "FAI summary" +#: plugins/admin/ogroups/tabs_ogroups.inc:219 +#, fuzzy +msgid "Deployment summary" +msgstr "Управление подразделениями" + +#: plugins/admin/ogroups/tabs_ogroups.inc:229 +msgid "Desktop" msgstr "" -#: plugins/admin/ogroups/tabs_ogroups.inc:241 +#: plugins/admin/ogroups/tabs_ogroups.inc:246 msgid "Applications" msgstr "Приложения" +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:47 +#: plugins/admin/ogroups/class_ogroupManagement.inc:192 +msgid "Printer" +msgstr "Принтер" + #: plugins/admin/ogroups/objectSelect/class_objectSelect.inc:29 #, fuzzy msgid "Object selection" msgstr "Настройки Samba" -#: plugins/admin/ogroups/class_ogroup.inc:200 +#: plugins/admin/ogroups/class_ogroup.inc:230 msgid "You cannot combine terminals and workstations in one object group!" msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:302 +#: plugins/admin/ogroups/class_ogroup.inc:311 msgid "too many different objects!" msgstr "слишком много различных объектов!" -#: plugins/admin/ogroups/class_ogroup.inc:304 +#: plugins/admin/ogroups/class_ogroup.inc:313 msgid "users" msgstr "пользователи" -#: plugins/admin/ogroups/class_ogroup.inc:305 +#: plugins/admin/ogroups/class_ogroup.inc:314 msgid "groups" msgstr "группы" -#: plugins/admin/ogroups/class_ogroup.inc:306 +#: plugins/admin/ogroups/class_ogroup.inc:315 msgid "applications" msgstr "приложения" -#: plugins/admin/ogroups/class_ogroup.inc:307 +#: plugins/admin/ogroups/class_ogroup.inc:316 msgid "departments" msgstr "подразделения" -#: plugins/admin/ogroups/class_ogroup.inc:308 +#: plugins/admin/ogroups/class_ogroup.inc:317 msgid "servers" msgstr "серверы" -#: plugins/admin/ogroups/class_ogroup.inc:309 +#: plugins/admin/ogroups/class_ogroup.inc:318 msgid "workstations" msgstr "рабочие станции" -#: plugins/admin/ogroups/class_ogroup.inc:310 +#: plugins/admin/ogroups/class_ogroup.inc:319 #, fuzzy msgid "winstations" msgstr "Рабочая станция" -#: plugins/admin/ogroups/class_ogroup.inc:311 +#: plugins/admin/ogroups/class_ogroup.inc:320 msgid "terminals" msgstr "терминалы" -#: plugins/admin/ogroups/class_ogroup.inc:312 +#: plugins/admin/ogroups/class_ogroup.inc:321 msgid "phones" msgstr "телефоны" -#: plugins/admin/ogroups/class_ogroup.inc:313 +#: plugins/admin/ogroups/class_ogroup.inc:322 msgid "printers" msgstr "принтеры" -#: plugins/admin/ogroups/class_ogroup.inc:500 +#: plugins/admin/ogroups/class_ogroup.inc:524 #, fuzzy msgid "Non existing dn:" msgstr "Не существующий dn:" -#: plugins/admin/ogroups/class_ogroup.inc:657 +#: plugins/admin/ogroups/class_ogroup.inc:642 #, php-format msgid "" "These systems are already configured by other object groups and cannot be " "added:" msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:691 +#: plugins/admin/ogroups/class_ogroup.inc:676 #, fuzzy msgid "You can combine two different object types at maximum, only!" msgstr "" "Вы можете комбинировать не более двух различных классов в одном объекте!" -#: plugins/admin/ogroups/class_ogroup.inc:841 +#: plugins/admin/ogroups/class_ogroup.inc:821 #, fuzzy msgid "Object group generic" msgstr "Объект группы" -#: plugins/admin/ogroups/class_ogroup.inc:846 +#: plugins/admin/ogroups/class_ogroup.inc:830 #: plugins/admin/ogroups/class_ogroupManagement.inc:25 msgid "Object groups" msgstr "Объединения" -#: plugins/admin/ogroups/class_ogroup.inc:852 +#: plugins/admin/ogroups/class_ogroup.inc:836 #, fuzzy msgid "Sytem trust" msgstr "Системные доверия" -#: plugins/admin/ogroups/class_ogroup.inc:853 include/class_acl.inc:279 +#: plugins/admin/ogroups/class_ogroup.inc:837 include/class_acl.inc:278 #, fuzzy msgid "Member" msgstr "Включаемые объекты" @@ -5040,6 +4238,10 @@ msgstr "" msgid "Templates" msgstr "Шаблон" +#: plugins/admin/ogroups/class_ogroupManagement.inc:185 +msgid "Application" +msgstr "Приложение" + #: plugins/admin/ogroups/class_ogroupManagement.inc:190 #, fuzzy msgid "Windows Install" @@ -5070,451 +4272,656 @@ msgstr "Объект группы" msgid "Remove object group" msgstr "серверы" -#: include/class_CopyPasteHandler.inc:118 -#: include/class_CopyPasteHandler.inc:127 -#: include/class_CopyPasteHandler.inc:159 -#: include/class_CopyPasteHandler.inc:176 -#: include/class_CopyPasteHandler.inc:185 -#: include/class_CopyPasteHandler.inc:193 -#: include/class_CopyPasteHandler.inc:273 -#, fuzzy, php-format -msgid "Copy and paste failed!" -msgstr "Ошибка при регистрации. Ответ сервера: \"%s\"." - -#: include/class_CopyPasteHandler.inc:118 -#: include/class_CopyPasteHandler.inc:193 -#, fuzzy, php-format -msgid "Cannot set permission for '%s'" -msgstr "Удалить" - -#: include/class_CopyPasteHandler.inc:159 -#, php-format -msgid "'%s' is no vaild LDAP object" -msgstr "" - -#: include/class_CopyPasteHandler.inc:160 -#: include/class_CopyPasteHandler.inc:274 include/functions.inc:605 -#: include/functions.inc:792 include/functions.inc:910 -#: include/functions.inc:1308 include/functions.inc:2365 -#: include/functions.inc:2399 include/functions.inc:2419 -#: include/class_log.inc:87 include/class_acl.inc:974 -#: include/class_ldap.inc:693 include/class_ldap.inc:744 -#: include/class_session.inc:76 include/class_session.inc:101 -#: include/class_session.inc:127 +#: plugins/addons/propertyEditor/property-list.tpl:3 #, fuzzy -msgid "Internal error" -msgstr "Терминал-сервер" - -#: include/class_CopyPasteHandler.inc:176 -#, fuzzy, php-format -msgid "No write permission in '%s'" -msgstr "Удалить" +msgid "Warning message" +msgstr "Домашняя страница" -#: include/class_CopyPasteHandler.inc:394 -#, php-format -msgid "These objects will be pasted: %s" +#: plugins/addons/propertyEditor/property-list.tpl:9 +msgid "" +"Modifying properties may break your setup, destroy or mess up your LDAP " +"database, lead to security holes or it can even make a login impossible!" msgstr "" -#: include/class_CopyPasteHandler.inc:418 -#, php-format -msgid "This object will be pasted: %s" +#: plugins/addons/propertyEditor/property-list.tpl:10 +msgid "" +"Since configuration properties are stored in the LDAP database a copy/backup " +"can be handy." msgstr "" -#: include/class_CopyPasteHandler.inc:514 include/class_listing.inc:1411 -#: include/class_listing.inc:1413 include/class_plugin.inc:1971 -#: include/class_plugin.inc:1974 -#, fuzzy -msgid "Paste" -msgstr "Дата" +#: plugins/addons/propertyEditor/property-list.tpl:14 +msgid "" +"If you've debarred yourself, you can try to set 'ignoreLdapProperties' to " +"'true' in your gosa.conf main section. This will make GOsa ignore LDAP based " +"property values." +msgstr "" -#: include/class_CopyPasteHandler.inc:516 -#, fuzzy -msgid "Cannot paste" -msgstr "Создать телефонный аккаунт" +#: plugins/addons/propertyEditor/property-list.tpl:22 +msgid "" +"I understand that there are certain risks, but I want to modify properties!" +msgstr "" -#: include/class_config.inc:152 -#, php-format -msgid "XML error in gosa.conf: %s at line %d" -msgstr "Ошибка XML в gosa.conf: %s в строке %d" +#: plugins/addons/propertyEditor/property-list.tpl:38 +msgid "Ignoring LDAP defined properties!" +msgstr "" -#: include/class_config.inc:325 -#, fuzzy -msgid "Cannot bind to LDAP. Please contact the system administrator." +#: plugins/addons/propertyEditor/property-list.tpl:77 +msgid "Undo" msgstr "" -"Не удается начать сеанс на LDAP-сервере. Обратитесь к системному " -"администратору." -#: include/class_config.inc:702 -#, fuzzy -msgid "sambaSID and/or sambaRidBase missing in the configuration!" -msgstr "В вашем файле настройки отсутствуют значения SID и/или RIDBASE!" +#: plugins/addons/propertyEditor/class_commandVerifier.inc:56 +msgid "Results" +msgstr "" -#: include/class_config.inc:1112 +#: plugins/addons/propertyEditor/commandVerifier.tpl:1 #, fuzzy -msgid "Configuration" -msgstr "Настроить" - -#: include/class_config.inc:1112 -msgid "" -"The configuration file you are using seems to be outdated. Please move the " -"GOsa configuration file away to run the GOsa setup again." -msgstr "" +msgid "Command verifier" +msgstr "и" -#: include/class_config.inc:1154 include/class_config.inc:1185 -#: include/class_SnapshotHandler.inc:46 include/class_SnapshotHandler.inc:77 -#, php-format +#: plugins/addons/propertyEditor/commandVerifier.tpl:3 msgid "" -"The snapshot functionality is enabled, but the required variable '%s' is not " -"set." +"Here you can execute commands in the way GOsa does and check the generated " +"results or errors. This can be very usefull especially for the post events " +"(postcreate, postmodify and postremove) due to the fact that these hook are " +"executed silently." msgstr "" -#: include/class_config.inc:1167 include/class_SnapshotHandler.inc:59 -#, php-format +#: plugins/addons/propertyEditor/commandVerifier.tpl:8 msgid "" -"The snapshot functionality is enabled, but the required compression module " -"is missing. Please install '%s'." +"Please be carefull here, all commands will really be executed on your " +"machine and may break things!" msgstr "" -#: include/class_socketClient.inc:60 -msgid "The mcrypt module was not found. Please install php5-mcrypt." +#: plugins/addons/propertyEditor/commandVerifier.tpl:15 +msgid "The command to check for" msgstr "" -#: include/class_socketClient.inc:108 -#, php-format -msgid "Socket connection to host '%s:%s' failed: %s" -msgstr "" +#: plugins/addons/propertyEditor/commandVerifier.tpl:17 +#, fuzzy +msgid "Test" +msgstr "Таймаут (с)" -#: include/class_socketClient.inc:191 -#, php-format -msgid "Socket timeout of %s seconds reached." -msgstr "" +#: plugins/addons/propertyEditor/property-filter.xml:15 +#, fuzzy +msgid "Effective properties" +msgstr "Изменить свойства" -#: include/class_multi_plug.inc:362 +#: plugins/addons/propertyEditor/property-filter.xml:29 #, fuzzy -msgid "You are currently editing mutliple entries." -msgstr "У вас недостаточно прав для удаления этого подразделения." +msgid "Modified properties" +msgstr "Изменить свойства" -#: include/class_multi_plug.inc:391 +#: plugins/addons/propertyEditor/property-filter.xml:43 #, fuzzy -msgid "Password reset" -msgstr "Срок действия пароля истекает" +msgid "All properties" +msgstr "Изменить свойства" -#: include/class_multi_plug.inc:391 +#: plugins/addons/propertyEditor/property-filter.xml:57 #, fuzzy -msgid "The user password was resetted, please set a new password value!" -msgstr "У вас недостаточно прав для смены своего пароля." +msgid "LDAP properties" +msgstr "Свойства" -#: include/class_sortableListing.inc:221 +#: plugins/addons/propertyEditor/property-filter.xml:71 #, fuzzy -msgid "Sortable list" -msgstr "Экспорт" +msgid "Search for property groups" +msgstr "Показать основные группы" -#: include/class_sortableListing.inc:226 +#: plugins/addons/propertyEditor/property-list.xml:11 #, fuzzy -msgid "Edit this entry" -msgstr "Редактиовать объект" +msgid "List of configuration settings" +msgstr "Почтовые настройки пользователя" -#: include/class_sortableListing.inc:231 +#: plugins/addons/propertyEditor/property-list.xml:15 #, fuzzy -msgid "Delete this entry" -msgstr "Удалить" +msgid "Property not used" +msgstr "Группа пользователя" -#: include/class_sortableListing.inc:261 include/class_listing.inc:247 -msgid "Up" +#: plugins/addons/propertyEditor/property-list.xml:23 +msgid "Property will be restored" msgstr "" -#: include/class_sortableListing.inc:261 include/class_listing.inc:247 +#: plugins/addons/propertyEditor/property-list.xml:31 #, fuzzy -msgid "Down" -msgstr "Домен" +msgid "Modified property" +msgstr "Личная информация" -#: include/functions.inc:127 -#, php-format -msgid "Fatal error: no class locations defined - please run '%s' to fix this" +#: plugins/addons/propertyEditor/property-list.xml:39 +#, fuzzy +msgid "Property configured in LDAP" +msgstr "Настроить" + +#: plugins/addons/propertyEditor/property-list.xml:47 +#, fuzzy +msgid "Property configured in config file" +msgstr "Настроить" + +#: plugins/addons/propertyEditor/property-list.xml:72 +#, fuzzy +msgid "Class" +msgstr "Выбрать" + +#: plugins/addons/propertyEditor/property-list.xml:88 +#, fuzzy +msgid "Value" +msgstr "мужской" + +#: plugins/addons/propertyEditor/property-list.xml:124 +msgid "Restore to default" msgstr "" -#: include/functions.inc:134 -#, php-format +#: plugins/addons/propertyEditor/class_propertyEditor.inc:6 +#, fuzzy +msgid "Preferences" +msgstr "Ссылки" + +#: plugins/addons/propertyEditor/class_propertyEditor.inc:7 msgid "" -"Fatal error: cannot instantiate class '%s' - try running '%s' to fix this" +"Configure global and special GOsa settings like hooks and plugin parameters" msgstr "" -#: include/functions.inc:448 +#: plugins/addons/propertyEditor/class_propertyEditor.inc:206 +#, fuzzy +msgid "No description" +msgstr "Описание подразделения" + +#: plugins/addons/propertyEditor/class_propertyEditor.inc:230 +msgid "FALSE" +msgstr "" + +#: plugins/addons/propertyEditor/class_propertyEditor.inc:231 +msgid "TRUE" +msgstr "" + +#: plugins/addons/propertyEditor/class_propertyEditor.inc:251 +msgid "Test the given command." +msgstr "" + +#: plugins/addons/propertyEditor/migrate.tpl:3 +msgid "Property migration assistent" +msgstr "" + +#: plugins/addons/propertyEditor/migrate.tpl:3 +#, fuzzy +msgid "Migration steps left" +msgstr "Дата" + +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:31 #, fuzzy, php-format -msgid "FATAL: Error when connecting the LDAP. Server said '%s'." -msgstr "Ошибка при подключении к LDAP-серверу. Ответ сервера: \"%s\"." +msgid "Migration of property '%s'" +msgstr "Дата" -#: include/functions.inc:519 +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:34 +#, fuzzy, php-format +msgid "GOsa has detected objects outside of the configured storage point (%s)." +msgstr "Вы собираетесь удалить объект %s." + +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:161 +msgid "Objects that will be added" +msgstr "" + +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:169 +msgid "Objects that will be moved" +msgstr "" + +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:177 +#, fuzzy, php-format +msgid "Moving object '%s' to '%s'" +msgstr "Список подразделений" + +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:204 +#, php-format +msgid "Migration failed for object %s, dn already exists!" +msgstr "" + +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:208 +#, php-format +msgid "Migration failed for object %s, please check if it already exists!" +msgstr "" + +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:105 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:327 +msgid "Labeled URI" +msgstr "" + +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:119 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:121 +#: plugins/addons/dyngroup/dyngroup.tpl:7 #, fuzzy -msgid "Username / UID is not unique inside the LDAP tree!" +msgid "Attribute" +msgstr "Атрибут DN пользователей" + +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:128 +msgid "Surrounding brakets are required!" +msgstr "" + +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:136 +#, php-format +msgid "The given filter '%s' for entry %s seems to be invalid!" msgstr "" -"Имя/идентификатор пользователя не уникальны. Проверьте свою базу данных LDAP." -#: include/functions.inc:605 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:166 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:168 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:319 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:320 #, fuzzy -msgid "" -"Username / UID is not unique inside the LDAP tree. Please contact your " -"Administrator." +msgid "Dynamic object" +msgstr "Объект" + +#: plugins/addons/dyngroup/dyngroup.tpl:1 +#, fuzzy +msgid "List of dynamic rules" +msgstr "Список групп" + +#: plugins/addons/dyngroup/dyngroup.tpl:3 +msgid "Labeled URI definitions" msgstr "" -"Имя/идентификатор пользователя не уникальны. Проверьте свою базу данных LDAP." -#: include/functions.inc:792 include/functions.inc:910 -msgid "Error while adding a lock. Contact the developers!" +#: plugins/addons/dyngroup/dyngroup.tpl:6 +msgid "Scope" msgstr "" -#: include/functions.inc:802 +#: include/class_CopyPasteHandler.inc:118 +#: include/class_CopyPasteHandler.inc:127 +#: include/class_CopyPasteHandler.inc:159 +#: include/class_CopyPasteHandler.inc:176 +#: include/class_CopyPasteHandler.inc:185 +#: include/class_CopyPasteHandler.inc:193 +#: include/class_CopyPasteHandler.inc:273 +#, fuzzy, php-format +msgid "Copy and paste failed!" +msgstr "Ошибка при регистрации. Ответ сервера: \"%s\"." + +#: include/class_CopyPasteHandler.inc:118 #, fuzzy, php-format -msgid "" -"Cannot create locking information in LDAP tree. Please contact your " -"administrator!" +msgid "Cannot set permission for %s" +msgstr "Удалить" + +#: include/class_CopyPasteHandler.inc:159 +#, php-format +msgid "'%s' is no vaild LDAP object" msgstr "" -"Не удается считать блокировку в базе данных LDAP. Проверьте, раздел \"config" -"\" в файле gosa.conf!" -#: include/functions.inc:802 +#: include/class_CopyPasteHandler.inc:176 #, fuzzy, php-format -msgid "LDAP server returned: %s" -msgstr "LDAP-сервер" +msgid "No write permission in '%s'" +msgstr "Удалить" + +#: include/class_CopyPasteHandler.inc:193 +#, fuzzy, php-format +msgid "Cannot set permission for '%s'" +msgstr "Удалить" + +#: include/class_CopyPasteHandler.inc:396 +#, php-format +msgid "These objects will be pasted: %s" +msgstr "" + +#: include/class_CopyPasteHandler.inc:420 +#, php-format +msgid "This object will be pasted: %s" +msgstr "" + +#: include/class_CopyPasteHandler.inc:570 include/class_listing.inc:1458 +#: include/class_listing.inc:1460 +#, fuzzy +msgid "Paste" +msgstr "Дата" + +#: include/class_CopyPasteHandler.inc:572 +#, fuzzy +msgid "Cannot paste" +msgstr "Создать телефонный аккаунт" + +#: include/class_config.inc:159 +#, php-format +msgid "XML error in gosa.conf: %s at line %d" +msgstr "Ошибка XML в gosa.conf: %s в строке %d" + +#: include/class_config.inc:337 +msgid "Cannot bind to LDAP!" +msgstr "" -#: include/functions.inc:931 +#: include/class_config.inc:678 #, fuzzy +msgid "sambaSID and/or sambaRidBase missing in the configuration!" +msgstr "В вашем файле настройки отсутствуют значения SID и/или RIDBASE!" + +#: include/class_config.inc:1097 +#, fuzzy +msgid "Configuration" +msgstr "Настроить" + +#: include/class_config.inc:1097 msgid "" -"Found multiple locks for object to be locked. This should not happen - " -"cleaning up multiple references." +"The configuration file you are using is outdated. Please move the GOsa " +"configuration file away to run the GOsa setup again." msgstr "" -"Для блокируемого объекта обнаружено несколько блокировок. Этого быть не " -"должно, проверьте работу LDAP." -#: include/functions.inc:1235 +#: include/class_config.inc:1139 include/class_config.inc:1170 #, php-format -msgid "The size limit of %d entries is exceed!" -msgstr "Найдено более %d объектов." +msgid "" +"The snapshot functionality is enabled, but the required variable %s is not " +"set." +msgstr "" -#: include/functions.inc:1237 +#: include/class_config.inc:1152 #, php-format msgid "" -"Set the new size limit to %s and show me this message if the limit still " -"exceeds" +"The snapshot functionality is enabled, but the required compression module " +"is missing. Please install %s." +msgstr "" + +#: include/class_socketClient.inc:108 +#, php-format +msgid "Socket connection to %s:%s failed: %s" msgstr "" -"Установить новое значение лимита в %s и показать мне это сообщение если " -"лимит будет исчерпан." -#: include/functions.inc:1254 -msgid "incomplete" +#: include/class_socketClient.inc:191 +#, php-format +msgid "Socket timeout of %s seconds reached!" +msgstr "" + +#: include/class_multi_plug.inc:362 +#, fuzzy +msgid "You are currently editing mutliple entries." +msgstr "У вас недостаточно прав для удаления этого подразделения." + +#: include/class_multi_plug.inc:391 +#, fuzzy +msgid "Reset password" +msgstr "Изменить пароль" + +#: include/class_multi_plug.inc:391 +#, fuzzy +msgid "The user password has been reset. Please set a new password!" +msgstr "У вас недостаточно прав для смены своего пароля." + +#: include/class_sortableListing.inc:221 +#, fuzzy +msgid "Sortable list" +msgstr "Экспорт" + +#: include/class_sortableListing.inc:226 +#, fuzzy +msgid "Edit this entry" +msgstr "Редактиовать объект" + +#: include/class_sortableListing.inc:231 +#, fuzzy +msgid "Delete this entry" +msgstr "Удалить" + +#: include/class_sortableListing.inc:261 include/class_listing.inc:257 +msgid "Sort ascending" +msgstr "" + +#: include/class_sortableListing.inc:261 include/class_listing.inc:257 +msgid "Sort descending" +msgstr "" + +#: include/class_jsonRPC.inc:180 +#, fuzzy, php-format +msgid "Unknown HTTP status code '%s'!" +msgstr "состояние неизвестно" + +#: include/functions.inc:128 +#, php-format +msgid "Fatal error: no class locations defined - please run %s to fix this" +msgstr "" + +#: include/functions.inc:135 +#, php-format +msgid "Fatal error: cannot instantiate class %s - try running %s to fix this" +msgstr "" + +#: include/functions.inc:460 +#, fuzzy, php-format +msgid "Error while connecting to LDAP: %s" +msgstr "Ошибка при подключении к LDAP-серверу. Ответ сервера: \"%s\"." + +#: include/functions.inc:531 include/functions.inc:617 +#, fuzzy +msgid "User ID is not unique!" +msgstr "" +"Имя/идентификатор пользователя не уникальны. Проверьте свою базу данных LDAP." + +#: include/functions.inc:804 include/functions.inc:922 +msgid "Error while locking entry!" +msgstr "" + +#: include/functions.inc:814 +#, fuzzy, php-format +msgid "Cannot store lock information in LDAP!" +msgstr "Не удается создать квоту IMAP. Ответ сервера: \"%s\"." + +#: include/functions.inc:814 +#, fuzzy, php-format +msgid "Error: %s" +msgstr "Домашняя страница" + +#: include/functions.inc:1244 +#, fuzzy, php-format +msgid "The current size limit of %d entries is exceeded!" +msgstr "Найдено более %d объектов." + +#: include/functions.inc:1246 +#, php-format +msgid "Set the size limit to %s" +msgstr "" + +#: include/functions.inc:1263 +#, fuzzy +msgid "list is incomplete" msgstr "не полный" -#: include/functions.inc:1636 +#: include/functions.inc:1611 #, fuzzy msgid "Continue anyway" msgstr "Продолжить" -#: include/functions.inc:1638 +#: include/functions.inc:1613 #, fuzzy msgid "Edit anyway" msgstr "Редактиовать объект" -#: include/functions.inc:1641 +#: include/functions.inc:1616 msgid "These entries are currently locked:" msgstr "" -#: include/functions.inc:1881 +#: include/functions.inc:1856 msgid "Entries per page" msgstr "" -#: include/functions.inc:1910 -msgid "Apply filter" -msgstr "" +#: include/functions.inc:2207 +#, fuzzy, php-format +msgid "GOsa %s" +msgstr "Служба печати" -#: include/functions.inc:2222 -msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" -msgstr "*АБВГДЕЁЖЗИЙКЛМНОПРСТУФХЦЧШЩЫЭЮЯ0123456789" +#: include/functions.inc:2214 +#, php-format +msgid "GOsa %s snapshot (Rev %s)" +msgstr "" -#: include/functions.inc:2268 +#: include/functions.inc:2219 #, php-format msgid "GOsa development snapshot (Rev %s)" msgstr "" -#: include/functions.inc:2365 +#: include/functions.inc:2315 #, php-format -msgid "File '%s' could not be deleted." +msgid "File %s cannot be deleted!" msgstr "" -#: include/functions.inc:2399 include/functions.inc:2419 +#: include/functions.inc:2349 include/functions.inc:2369 #, fuzzy -msgid "Cannot write to revision file!" +msgid "Cannot write revision file!" msgstr "Удалить" -#: include/functions.inc:2690 include/functions.inc:2694 -#: include/functions.inc:2700 +#: include/functions.inc:2640 include/functions.inc:2644 +#: include/functions.inc:2650 msgid "'baseIdHook' is not available. Using default base!" msgstr "" -#: include/functions.inc:2724 -#, fuzzy -msgid "LDAP warning" -msgstr "Экспорт в LDIF" - -#: include/functions.inc:2724 +#: include/functions.inc:2674 #, fuzzy -msgid "Cannot get schema information from server. No schema check possible!" +msgid "" +"Cannot read schema information from LDAP. Schema validation is not possible!" msgstr "Не удается получить информацию о схемах. Проверка схем невозможна!" -#: include/functions.inc:2750 -msgid "Used to store account specific informations." +#: include/functions.inc:2700 +msgid "This class is used to make users appear in GOsa." msgstr "" -#: include/functions.inc:2757 +#: include/functions.inc:2707 msgid "" -"Used to lock currently edited entries to avoid multiple changes at the same " +"This class is used to lock entries in order to prevent multiple edits at a " "time." msgstr "" -#: include/functions.inc:2802 +#: include/functions.inc:2752 #, fuzzy, php-format -msgid "Missing required object class '%s'!" +msgid "Required object class %s is missing!" msgstr "Список подразделений" -#: include/functions.inc:2805 +#: include/functions.inc:2755 #, php-format -msgid "Missing optional object class '%s'!" +msgid "Optional object class %s is missing!" msgstr "" -#: include/functions.inc:2810 -#, php-format -msgid "Version mismatch for required object class '%s' (!=%s)!" -msgstr "" +#: include/functions.inc:2760 +#, fuzzy, php-format +msgid "Wrong version of required object class %s (!=%s) detected!" +msgstr "Список подразделений" -#: include/functions.inc:2813 +#: include/functions.inc:2763 #, php-format -msgid "Class(es) available" +msgid "Class available" msgstr "" -#: include/functions.inc:2835 +#: include/functions.inc:2785 msgid "" -"You have enabled the rfc2307bis option on the 'ldap setup' step, but your " -"schema configuration do not support this option." +"RFC 2307bis group schema is enabled, but the current LDAP configuration does " +"not support it!" msgstr "" -#: include/functions.inc:2836 +#: include/functions.inc:2786 msgid "" -"In order to use rfc2307bis conform groups the objectClass 'posixGroup' must " -"be AUXILIARY" +"To use RFC 2307bis groups, the objectClass 'posixGroup' must be AUXILIARY." msgstr "" -#: include/functions.inc:2840 +#: include/functions.inc:2790 msgid "" -"Your schema is configured to support the rfc2307bis group, but you have " -"disabled this option on the 'ldap setup' step." +"RFC 2307bis group schema is disabled, but the current LDAP configuration " +"supports it!" msgstr "" -#: include/functions.inc:2841 -msgid "The objectClass 'posixGroup' must be STRUCTURAL" +#: include/functions.inc:2791 +msgid "To correct this, the objectClass 'posixGroup' must be STRUCTURAL." msgstr "" -#: include/functions.inc:2866 +#: include/functions.inc:2816 msgid "German" msgstr "Немецкий" -#: include/functions.inc:2867 +#: include/functions.inc:2817 msgid "French" msgstr "Французский" -#: include/functions.inc:2868 +#: include/functions.inc:2818 msgid "Italian" msgstr "" -#: include/functions.inc:2869 +#: include/functions.inc:2819 msgid "Spanish" msgstr "Испанский" -#: include/functions.inc:2870 +#: include/functions.inc:2820 msgid "English" msgstr "Английский" -#: include/functions.inc:2871 +#: include/functions.inc:2821 msgid "Dutch" msgstr "Датский" -#: include/functions.inc:2872 +#: include/functions.inc:2822 #, fuzzy msgid "Polish" msgstr "Английский" -#: include/functions.inc:2873 +#: include/functions.inc:2823 msgid "Brazilian Portuguese" msgstr "" -#: include/functions.inc:2875 +#: include/functions.inc:2825 #, fuzzy msgid "Chinese" msgstr "сброс" -#: include/functions.inc:2876 +#: include/functions.inc:2826 #, fuzzy msgid "Vietnamese" msgstr "Имя" -#: include/functions.inc:2877 +#: include/functions.inc:2827 msgid "Russian" msgstr "Русский" -#: include/functions.inc:3072 +#: include/functions.inc:3022 #, fuzzy, php-format msgid "" -"Command '%s', specified as POSTMODIFY for plugin '%s' doesn't seem to exist." +"Command %s specified as post modify action for plugin %s does not exist!" msgstr "" -"Не удается найти команду \"%s\", указанную в поле POSTREMOVE модуля \"%s\"." +"Не удается найти команду \"%s\", указанную в поле POSTCREATE модуля \"%s\"." -#: include/functions.inc:3105 -msgid "Cannot generate samba hash!" +#: include/functions.inc:3066 +msgid "Cannot generate SAMBA hash!" msgstr "" -#: include/functions.inc:3118 +#: include/functions.inc:3079 #, php-format -msgid "" -"Cannot generate samba hash: running '%s' failed, check the 'sambaHashHook'!" +msgid "Generating SAMBA hash by running %s failed: check %s!" msgstr "" -#: include/functions.inc:3399 include/functions.inc:3413 -#: include/functions.inc:3451 include/functions.inc:3463 -#: include/functions.inc:3467 include/functions.inc:3482 -#: include/functions.inc:3491 +#: include/functions.inc:3357 include/functions.inc:3371 +#: include/functions.inc:3409 include/functions.inc:3421 +#: include/functions.inc:3425 include/functions.inc:3440 +#: include/functions.inc:3449 #, fuzzy -msgid "Cannot allocate a free ID:" +msgid "Cannot allocate free ID:" msgstr "Слишком много пользователей, невозможно создать идентификатор!" -#: include/functions.inc:3399 +#: include/functions.inc:3357 msgid "unknown idAllocation method!" msgstr "" -#: include/functions.inc:3413 +#: include/functions.inc:3371 #, php-format msgid "%sPoolMin >= %sPoolMax!" msgstr "" -#: include/functions.inc:3443 +#: include/functions.inc:3401 #, fuzzy msgid "Cannot create sambaUnixIdPool entry!" msgstr "Список подразделений" -#: include/functions.inc:3451 +#: include/functions.inc:3409 msgid "sambaUnixIdPool is not unique!" msgstr "" -#: include/functions.inc:3463 include/functions.inc:3467 +#: include/functions.inc:3421 include/functions.inc:3425 msgid "no ID available!" msgstr "" -#: include/functions.inc:3491 -msgid "maximum tries exceeded!" +#: include/functions.inc:3449 +msgid "maximum number of tries exceeded!" msgstr "" -#: include/functions.inc:3551 +#: include/functions.inc:3509 #, fuzzy -msgid "Cannot allocate a free ID!" +msgid "Cannot allocate free ID!" msgstr "Слишком много пользователей, невозможно создать идентификатор!" -#: include/password-methods/class_password-methods.inc:250 +#: include/password-methods/class_password-methods.inc:277 msgid "Cannot find a suitable password method for the current hash!" msgstr "" @@ -5529,354 +4936,938 @@ msgstr "Служба печати" #: include/class_log.inc:102 #, fuzzy, php-format -msgid "Invalid option '%s' specified!" +msgid "Invalid option %s specified!" msgstr "Значение поля \"Имя\" содержит недопустимые символы." #: include/class_log.inc:106 #, fuzzy -msgid "Specified objectType is empty or invalid!" +msgid "Specified 'objectType' is empty or invalid!" msgstr "Указанное имя уже используется." -#: include/class_baseSelector.inc:160 include/class_listing.inc:1009 -#: include/class_listing.inc:1011 include/class_releaseSelector.inc:164 +#: include/class_baseSelector.inc:186 include/class_listing.inc:1050 +#: include/class_listing.inc:1052 include/class_releaseSelector.inc:187 #, fuzzy msgid "Root" msgstr "Перезагрузить" -#: include/class_baseSelector.inc:207 include/class_releaseSelector.inc:212 +#: include/class_baseSelector.inc:233 include/class_releaseSelector.inc:235 msgid "Submit" msgstr "" -#: include/utils/class_timezone.inc:47 -#, php-format -msgid "" -"The timezone setting '%s' in your gosa.conf is not valid. Cannot calculate " -"correct timezone offset." +#: include/class_core.inc:114 +#, fuzzy +msgid "All objects" +msgstr "Включаемые объекты" + +#: include/class_core.inc:132 +#, fuzzy +msgid "Traditional" +msgstr "Терминалы" + +#: include/class_core.inc:132 +msgid "Use samba pool" msgstr "" -#: include/utils/class_msgPool.inc:16 -#, fuzzy, php-format -msgid "Select to list objects of type '%s'." -msgstr "Выбрать объекты для добавления" +#: include/class_core.inc:164 include/class_core.inc:167 +#, fuzzy +msgid "hours" +msgstr "час" -#: include/utils/class_msgPool.inc:18 -#, fuzzy, php-format -msgid "Select to list objects containig '%s'." -msgstr "Показать группы с пользователями" +#: include/class_core.inc:176 +#, fuzzy +msgid "None" +msgstr "нет" -#: include/utils/class_msgPool.inc:20 -#, fuzzy, php-format -msgid "Select to list objects that have '%s' enabled" -msgstr "Выбрать объекты для добавления" +#: include/class_core.inc:192 +#, fuzzy +msgid "User value" +msgstr "Имя пользователя" -#: include/utils/class_msgPool.inc:22 +#: include/class_core.inc:201 #, fuzzy -msgid "Select to search within subtrees" -msgstr "Искать в поддеревьях" +msgid "Core" +msgstr "Выбрать" -#: include/utils/class_msgPool.inc:24 include/class_filter.inc:444 +#: include/class_core.inc:202 #, fuzzy -msgid "Search in subtrees" -msgstr "Искать в поддеревьях" +msgid "GOsa core plugin" +msgstr "Почтовые настройки пользователя" -#: include/utils/class_msgPool.inc:34 -msgid "This object will be deleted!" +#: include/class_core.inc:230 +msgid "" +"The 'htaccessAuthentication' variable tells GOsa to use either htaccess " +"authentication or LDAP authentication. This can be used if you want to use i." +"e. kerberos to authenticate the users." msgstr "" -#: include/utils/class_msgPool.inc:36 -#, php-format -msgid "This '%s' object will be deleted!" +#: include/class_core.inc:240 +msgid "" +"The 'logging' statement enables event logging on GOsa side. Setting it to " +"'true' GOsa will log every action a user performs via syslog. If you use " +"rsyslog and configure it to mysql logging, you can browse all events within " +"GOsa. GOsa will not log anything, if the logging value is empty or set to " +"'false'." msgstr "" -#: include/utils/class_msgPool.inc:41 -#, php-format -msgid "This object will be deleted: %s" +#: include/class_core.inc:251 +msgid "" +"The 'listSummary' statement determines whether a status bar will be shown on " +"the bottom of GOsa generated lists, displaying a short summary of type and " +"number of elements in the list." msgstr "" -#: include/utils/class_msgPool.inc:43 -#, php-format -msgid "This '%s' object will be deleted: %s" +#: include/class_core.inc:261 +msgid "" +"The 'passwordMinLength' statement determines whether a newly entered " +"password has to be of a minimum length." msgstr "" -#: include/utils/class_msgPool.inc:48 -msgid "This object will be deleted:" +#: include/class_core.inc:271 +msgid "" +"The 'passwordMinDiffer' statement determines whether a newly entered " +"password has to be checked to have at least n different characters." msgstr "" -#: include/utils/class_msgPool.inc:50 -#, php-format -msgid "This '%s' object will be deleted:" +#: include/class_core.inc:282 +msgid "" +"The 'passwordHook' can specify an external script to handle password " +"settings at some other location besides the LDAP." msgstr "" -#: include/utils/class_msgPool.inc:54 +#: include/class_core.inc:282 #, php-format -msgid "These objects will be deleted: %s" +msgid "It will be called this way: %s" +msgstr "" + +#: include/class_core.inc:292 +msgid "" +"The 'displayErrors' statement tells GOsa to show PHP errors in the upper " +"part of the screen. This should be disabled in productive deployments, " +"because there might be some important passwords arround." msgstr "" -#: include/utils/class_msgPool.inc:56 +#: include/class_core.inc:292 #, php-format -msgid "These '%s' objects will be deleted: %s" +msgid "The property '%s' may be interesting too." msgstr "" -#: include/utils/class_msgPool.inc:64 -#, fuzzy -msgid "You have no permission to delete this object!" -msgstr "У вас недостаточно прав для удаления этого подразделения." +#: include/class_core.inc:302 +msgid "" +"The 'developmentMode' statement tells GOsa to show development related error " +"messages, for example messages about missing ACL configuration or classes. " +"Due to the fact that enabling this flag will result in a lot of false error " +"messages it should only be enabled while developing or debugging plugins!" +msgstr "" -#: include/utils/class_msgPool.inc:68 include/utils/class_msgPool.inc:72 -#, fuzzy +#: include/class_core.inc:313 +msgid "" +"The 'schemaCheck' statement enables or disables schema checking during " +"login. It is recommended to switch this on in order to let GOsa handle " +"object creation more efficient." +msgstr "" + +#: include/class_core.inc:323 +msgid "" +"The 'copyPaste' statement enables copy and paste for LDAP entries managed " +"with GOsa." +msgstr "" + +#: include/class_core.inc:333 +msgid "" +"The 'forceGlobals' statement enables PHP security checks to force " +"register_global settings to be switched off." +msgstr "" + +#: include/class_core.inc:343 +msgid "" +"The 'forceSSL' statement enables PHP security checks to force encrypted " +"access to the web interface. GOsa will try to redirect to the same URL - " +"just with https://" +msgstr "" + +#: include/class_core.inc:353 +msgid "" +"Logs information about triggered ldap operations, duration, filter, aso. " +"into syslog." +msgstr "" + +#: include/class_core.inc:363 +msgid "" +"The 'ldapFollowReferrals' statement tells GOsa to follow LDAP referrals." +msgstr "" + +#: include/class_core.inc:373 +msgid "" +"The 'ldapFilterNestingLimit' statement can be used to speed up group " +"handling for groups with several hundreds of members. The default behaviour " +"is, that GOsa will resolv the memberUid values in a group to real names. To " +"achieve this, it writes a single filter to minimize searches. Some LDAP " +"servers (namely Sun DS) simply crash when the filter gets too big. You can " +"set a member limit, where GOsa will stop to do these lookups." +msgstr "" + +#: include/class_core.inc:383 +msgid "" +"The ldapSizelimit statement tells GOsa to retrieve the specified maximum " +"number of results. The user will get a warning, that not all entries " +"were shown." +msgstr "" + +#: include/class_core.inc:393 +msgid "" +"Disables sizelimit checks, only the configured amount of results will be " +"shown!" +msgstr "" + +#: include/class_core.inc:403 +msgid "" +"The 'warnSSL' statement enables PHP security checks to detect non encrypted " +"access to the web interface. GOsa will display a warning in this case." +msgstr "" + +#: include/class_core.inc:413 +msgid "The 'ppdGzip' variable enables PPD file compression." +msgstr "" + +#: include/class_core.inc:424 +msgid "" +"The 'ignoreAcl' value tells GOsa to ignore complete ACL sets for the given " +"DN. Add your DN here and you'll be able to restore accidently dropped ACLs." +msgstr "" + +#: include/class_core.inc:435 +msgid "" +"The 'ppdPath' variable defines where to store PPD files for the GOto " +"environment plugins." +msgstr "" + +#: include/class_core.inc:445 +msgid "" +"The 'ldapMaxQueryTime' statement tells GOsa to stop LDAP actions if there is " +"no answer within the specified number of seconds." +msgstr "" + +#: include/class_core.inc:455 +msgid "" +"The 'storeFilterSettings' statement determines whether GOsa should store " +"filter and plugin settings inside of a cookie." +msgstr "" + +#: include/class_core.inc:465 +msgid "" +"The 'sendCompressedOutput' statement determines whether PHP should send " +"compressed HTML pages to browsers or not. This may increase or decrease the " +"performance, depending on your network." +msgstr "" + +#: include/class_core.inc:476 +msgid "" +"The 'modificationDetectionAttribute' statement enables GOsa to check if a " +"entry currently being edited has been modified from someone else outside " +"GOsa in the meantime. It will display an informative dialog then. It can be " +"set to 'entryCSN' for OpenLDAP based systems or 'contextCSN' for Sun DS " +"based systems." +msgstr "" + +#: include/class_core.inc:487 +msgid "" +"The 'language' statement defines the default language used by GOsa. Normally " +"GOsa autodetects the language from the browser settings. If this is not " +"working or you want to force the language, just add the language code (i.e. " +"de for german) here." +msgstr "" + +#: include/class_core.inc:498 +msgid "" +"The 'theme' statement defines what theme is used to display GOsa pages. You " +"can install some corporate identity like theme and/or modify certain " +"templates to fit your needs within themes. Take a look at the GOsa FAQ for " +"more information." +msgstr "" + +#: include/class_core.inc:508 +msgid "" +"The 'sessionLifetime' value defines when a session will expire in seconds. " +"For Debian systems, this will not work because the sessions will be removed " +"by a cron job instead. Please modify the value inside of your php.ini " +"instead." +msgstr "" + +#: include/class_core.inc:518 +msgid "" +"The 'templateCompileDirectory' statements defines the path, where the PHP " +"templating engins 'smarty' should store its compiled GOsa templates for " +"improved speed. This path needs to be writeable by the user your webserver " +"is running with." +msgstr "" + +#: include/class_core.inc:528 +#, php-format +msgid "" +"The 'debugLevel' value tells GOsa to display certain information on each " +"page load. Value is an AND combination of the following byte values: %s" +msgstr "" + +#: include/class_core.inc:548 +#, php-format +msgid "" +"The 'sambaHashHook' statement contains an executable to generate samba hash " +"values. This is required for password synchronization, but not required if " +"you apply gosa-si services. If you don't have mkntpasswd from the samba " +"distribution installed, you can use perl to generate the hash: %s" +msgstr "" + +#: include/class_core.inc:559 +msgid "" +"The 'passwordDefaultHash' statement defines the default password hash to " +"choose for new accounts." +msgstr "" + +#: include/class_core.inc:568 +msgid "" +"The 'strictPasswordRules' tells GOsa to check for UTF-8 characters in the " +"supplied password. These Characters can lead to non working authentications " +"if UTF-8 and none UTF-8 systems locales get mixed. The default is 'true'." +msgstr "" + +#: include/class_core.inc:579 +msgid "" +"The 'accountPrimaryAttribute' option tells GOsa how to create new accounts. " +"Possible values are 'uid' and 'cn'. In the first case GOsa creates uid style " +"DN entries: 'uid=superuser,ou=staff,dc=example,dc=net'. In the second case, " +"GOsa creates cn style DN entries: 'cn=Foo Bar,ou=staff,dc=example,dc=net'. " +"If you choose \"cn\" to be your 'accountPrimaryAttribute' you can decide " +"whether to include the personal title in your dn by selecting " +"'personalTitleInDN'." +msgstr "" + +#: include/class_core.inc:589 +msgid "" +"The 'userRDN' statement defines the location where new accounts will be " +"created inside of defined departments. The default is 'ou=people'." +msgstr "" + +#: include/class_core.inc:599 +msgid "" +"The 'groupsRDN' statement defines the location where new groups will be " +"created inside of defined departments. The default is 'ou=groups'." +msgstr "" + +#: include/class_core.inc:609 +msgid "" +"The 'gidNumberBase' statement defines where to start looking for a new free " +"group id. This should be synced with your 'adduser.conf' to avoid " +"overlapping gidNumber values between local and LDAP based lookups. The " +"gidNumberBase can even be dynamic. Take a look at the 'nextIdHook' " +"definition." +msgstr "" + +#: include/class_core.inc:619 +msgid "" +"The 'baseIdHook' statement allows to hook into the id generation method " +"(traditional mode), to define the starting range for new generated ids" +msgstr "" + +#: include/class_core.inc:629 include/class_core.inc:649 +msgid "" +"The 'uidNumberPoolMin/gidNumberPoolMin' statement defines the lowest " +"assignable user/group id for use with the 'idAllocationMethod = pool'." +msgstr "" + +#: include/class_core.inc:639 include/class_core.inc:659 +msgid "" +"The 'uidNumberPoolMax/gidNumberPoolMax' statement defines the highest " +"assignable user/group id for use with the 'idAllocationMethod = pool'." +msgstr "" + +#: include/class_core.inc:669 +msgid "" +"The 'uidNumberBase' statement defines where to start looking for a new free " +"user id. This should be synced with your 'adduser.conf' to avoid overlapping " +"uidNumber values between local and LDAP based lookups. The uidNumberBase can " +"even be dynamic. Take a look at the 'baseIdHook' definition." +msgstr "" + +#: include/class_core.inc:709 +msgid "" +"The 'gosaSupportURI' defines the major gosa-si server host and the password " +"for GOsa to connect to it. It can be used if you want to use i.e. kerberos " +"to authenticate the users. The format is: credentials@host:port" +msgstr "" + +#: include/class_core.inc:719 +msgid "" +"The 'gosaSupportTimeout' sets a connection timeout for all gosa-si actions. " +"See 'gosaSupportURI' for details." +msgstr "" + +#: include/class_core.inc:730 +msgid "" +"The 'loginAttribute' statement tells GOsa which LDAP attribute is used as " +"the login name during login. It can be set to 'uid', 'mail' or 'both'" +msgstr "" + +#: include/class_core.inc:741 +msgid "" +"The 'timezone' statements defines the timezone used inside of GOsa to handle " +"date related tasks, such as password expiery, vacation messages, etc. The " +"'timezone' value should be a unix conform timezone value like in /etc/" +"timezone." +msgstr "" + +#: include/class_core.inc:751 +msgid "" +"The 'honourUnitTags' statement enables checking of 'unitTag' attributes when " +"using administrative units. If this is set to 'true' GOsa can only see " +"objects inside the administrative unit a user is logged into." +msgstr "" + +#: include/class_core.inc:761 +msgid "" +"The 'useSaslForKerberos' statement defines the way the kerberos realm is " +"stored in the #userPassword' attribute. Set it to 'true' in order to get " +"{sasl}user@REALM.NET, or to 'false' to get {kerberos}user@REALM.NET. The " +"latter is outdated, but may be needed from time to time." +msgstr "" + +#: include/class_core.inc:771 +msgid "" +"The 'rfc2307bis' statement enables rfc2307bis style groups in GOsa. You can " +"use 'member' attributes instead of memberUid in this case. To make it work " +"on unix systems, you've to adjust your NSS configuration to use rfc2307bis " +"style groups, too" +msgstr "" + +#: include/class_core.inc:781 +msgid "" +"The 'personalTitleInDN' option tells GOsa to include the personal title in " +"user DNs when #accountPrimaryAttribute' is set to \"cn\"." +msgstr "" + +#: include/class_core.inc:791 +msgid "" +"The 'nextIdHook' statement defines a script to be called for finding the " +"next free id for users or groups externaly. It gets called with the current " +"entry \"dn\" and the attribute to be ID'd. It should return an integer value." +msgstr "" + +#: include/class_core.inc:801 +msgid "" +"The 'idGenerator' statement describes an automatic way to generate new user " +"ids. There are two basic functions supported - which can be combined: \n" +"\n" +" a) using attributes\n" +"\n" +" You can specify LDAP attributes (currently only sn and givenName) in\n" +" braces {} and add a percent sign befor it. Optionally you can strip it\n" +" down to a number of characters, specified in []. I.e.\n" +"\n" +" idGenerator=\"{%sn}-{%givenName[2-4]}\"\n" +"\n" +" will generate an ID using the full surename, adding a dash, and adding " +"at\n" +" least the first two characters of givenName. If this ID is used, it'll\n" +" use up to four characters. If no automatic generation is possible, a\n" +" input box is shown.\n" +"\n" +" b) using automatic id's\n" +"\n" +" I.e. specifying\n" +"\n" +" idGenerator=\"acct{id:3}\"\n" +"\n" +" will generate a three digits id with the next free entry appended to " +"\"acct\".\n" +"\n" +" idGenerator=\"acct{id!1}\"\n" +"\n" +" will generate a one digit id with the next free entry appended to \"acct" +"\" - if needed.\n" +"\n" +" idGenerator=\"ext{id#3}\"\n" +"\n" +" will generate a three digits random number appended to \"ext\".\n" +msgstr "" + +#: include/class_core.inc:841 +msgid "" +"The 'strictNamingRules' statement enables strict checking of uids and group " +"names. If you need characters like . or - inside of your accounts, set " +"this to 'false'." +msgstr "" + +#: include/class_core.inc:851 +msgid "" +"The 'minId' statement defines the minimum assignable user or group id to " +"avoid security leaks with uid 0 accounts. This is used for the 'traditional' " +"method." +msgstr "" + +#: include/class_core.inc:862 +msgid "" +"The 'mailAttribute' statement determines which attribute GOsa will use to " +"create accounts. Valid values are 'mail' and 'uid'." +msgstr "" + +#: include/class_core.inc:872 +msgid "" +"This attribute allows to override the prefix used to create shared folders." +msgstr "" + +#: include/class_core.inc:882 +msgid "" +"This attribute allows to override the user account creation syntax, see the " +"'mailFolderCreation' description for more details.\n" +"\n" +"Examples\n" +" mailUserCreation=\"%prefix%%uid%\" => \"user.foobar\"\n" +" mailUserCreation=\"my-prefix.%uid%%domain%\" => \"my-prefix.foobar@example." +"com\"\n" +msgstr "" + +#: include/class_core.inc:897 +msgid "" +"Every mail method has its own way to create mail accounts like 'share/" +"development' or 'shared.development@example.com' which is used to identify " +"the accounts, set quotas or add acls.\n" +"\n" +"To override the methods default account creation syntax, you can set the " +"'mailFolderCreation' option.\n" +"\n" +"Examples\n" +"\n" +" mailFolderCreation=\"%prefix%%cn%\" => \"shared.development\"\n" +" mailFolderCreation=\"my-prefix.%cn%%domain%\" => \"my-prefix." +"development@example.com\"\n" +"\n" +" %prefix% The methods default prefix. (Depends on cyrusUseSlashes=FALSE/" +"TRUE)\n" +" %cn% The groups/users cn.\n" +" %uid% The users uid.\n" +" %mail% The objects mail attribute.\n" +" %domain% The domain part of the objects mail attribute.\n" +" %mailpart% The user address part of the mail address.\n" +" %uattrib% Depends on mailAttribute=\"uid/mail\".\n" +msgstr "" + +#: include/class_core.inc:923 +msgid "" +"The 'imapTimeout' statement sets the connection timeout for imap actions." +msgstr "" + +#: include/class_core.inc:934 +msgid "" +"The 'mailMethod' statement tells GOsa which mail method the setup should use " +"to communicate with a possible mail server. Leave this undefined if your " +"mail method does not match the predefined ones." +msgstr "" + +#: include/class_core.inc:944 +msgid "" +"The 'cyrusUseSlashes' statement determines if GOsa should use \"foo/bar\" or " +"\"foo.bar\" namespaces in IMAP. Unix style is with slashes." +msgstr "" + +#: include/class_core.inc:954 +msgid "" +"The 'vacationTemplateDirectory' statement sets the path where GOsa will look " +"for vacation message templates. Default is /etc/gosa/vacation. \n" +"\n" +"Example template /etc/gosa/vacation/business.txt:\n" +"\n" +" DESC:Away from desk\n" +" Hi, I'm currently away from my desk. You can contact me on\n" +" my cell phone via %mobile.\n" +"\n" +" Greetings,\n" +" %givenName %sn\n" +"\n" +msgstr "" + +#: include/class_core.inc:975 +msgid "" +"The 'ldapTLS' statement enables or disables TLS operating on LDAP " +"connections." +msgstr "" + +#: include/class_core.inc:985 +msgid "" +"The 'honourIvbbAttributes' statement enables the IVBB mode inside of GOsa. " +"You need the ivbb.schema file from used by german authorities." +msgstr "" + +#: include/class_core.inc:995 +msgid "" +"The 'sambaIdMapping' statement tells GOsa to maintain sambaIdmapEntry " +"objects. Depending on your setup this can drastically improve the windows " +"login performance." +msgstr "" + +#: include/class_core.inc:1005 +msgid "" +"The 'handleExpiredAccounts' statement enables shadow attribute tests during " +"the login to the GOsa web interface and forces password renewal or account " +"lockout." +msgstr "" + +#: include/class_core.inc:1015 +msgid "" +"The 'sambaSID' statement defines a samba SID if not available inside of the " +"LDAP. You can retrieve the current sid by net getlocalsid." +msgstr "" + +#: include/class_core.inc:1025 +msgid "" +"The 'sambaRidBase' statement defines the base id to add to ordinary sid " +"calculations - if not available inside of the LDAP." +msgstr "" + +#: include/class_core.inc:1035 +msgid "" +"The 'enableSnapshots' statement enables a snapshot mechaism in GOsa. This " +"enables you to save certain states of entries and restore them later on." +msgstr "" + +#: include/class_core.inc:1045 +msgid "" +"The 'snapshotBase' statement defines the base where snapshots should be " +"stored inside of the LDAP." +msgstr "" + +#: include/class_core.inc:1055 +msgid "" +"The 'snapshotAdminDn' variable defines the user which is used to " +"authenticate when connecting to 'snapshotURI'." +msgstr "" + +#: include/class_core.inc:1065 +msgid "" +"The 'snapshotAdminPassword' variable defines the credentials which are used " +"in combination with 'snapshotAdminDn' and 'snapshotURI' in order to " +"authenticate." +msgstr "" + +#: include/class_core.inc:1076 +msgid "" +"The 'idAllocationMethod' statement defines how GOsa generates numeric user " +"and group id values. If it is set to 'traditional' GOsa will do create a " +"lock and perform a search for the next free ID. The lock will be removed " +"after the procedure completes. 'pool' will use the sambaUnixIdPool " +"objectclass settings inside your LDAP. This one is unsafe, because it does " +"not check for concurrent LDAP access and already used IDs in this range. On " +"the other hand it is much faster." +msgstr "" + +#: include/class_core.inc:1085 +msgid "" +"The 'snapshotURI' variable defines the LDAP URI for the server which is used " +"to do object snapshots." +msgstr "" + +#: include/utils/class_timezone.inc:47 +#, fuzzy, php-format +msgid "The configured timezone %s is not valid!" +msgstr "" +"Не удается прочитать файл настройки GOsa %s/gosa.conf. Операция прервана." + +#: include/utils/class_msgPool.inc:17 +msgid "This object will be deleted!" +msgstr "" + +#: include/utils/class_msgPool.inc:19 +#, php-format +msgid "This %s object will be deleted!" +msgstr "" + +#: include/utils/class_msgPool.inc:24 +#, php-format +msgid "This object will be deleted: %s" +msgstr "" + +#: include/utils/class_msgPool.inc:26 +#, php-format +msgid "This %s object will be deleted: %s" +msgstr "" + +#: include/utils/class_msgPool.inc:31 +msgid "This object will be deleted:" +msgstr "" + +#: include/utils/class_msgPool.inc:33 +#, php-format +msgid "This %s object will be deleted:" +msgstr "" + +#: include/utils/class_msgPool.inc:37 +#, php-format +msgid "These objects will be deleted: %s" +msgstr "" + +#: include/utils/class_msgPool.inc:39 +#, php-format +msgid "These %s objects will be deleted: %s" +msgstr "" + +#: include/utils/class_msgPool.inc:47 +#, fuzzy +msgid "You have no permission to delete this object!" +msgstr "У вас недостаточно прав для удаления этого подразделения." + +#: include/utils/class_msgPool.inc:51 include/utils/class_msgPool.inc:55 +#, fuzzy msgid "You have no permission to delete the object:" msgstr "У вас недостаточно прав для удаления этого подразделения." -#: include/utils/class_msgPool.inc:75 +#: include/utils/class_msgPool.inc:58 #, fuzzy msgid "You have no permission to delete these objects:" msgstr "У вас недостаточно прав для удаления этого подразделения." -#: include/utils/class_msgPool.inc:82 +#: include/utils/class_msgPool.inc:65 #, fuzzy msgid "You have no permission to create this object!" msgstr "У вас недостаточно прав для удаления этого подразделения." -#: include/utils/class_msgPool.inc:86 include/utils/class_msgPool.inc:90 +#: include/utils/class_msgPool.inc:69 include/utils/class_msgPool.inc:73 #, fuzzy msgid "You have no permission to create the object:" msgstr "У вас недостаточно прав для удаления этого подразделения." -#: include/utils/class_msgPool.inc:93 +#: include/utils/class_msgPool.inc:76 #, fuzzy msgid "You have no permission to create these objects:" msgstr "У вас недостаточно прав для удаления этого подразделения." -#: include/utils/class_msgPool.inc:100 +#: include/utils/class_msgPool.inc:83 #, fuzzy msgid "You have no permission to modify this object!" msgstr "У вас недостаточно прав для удаления этого стоп-листа." -#: include/utils/class_msgPool.inc:104 include/utils/class_msgPool.inc:108 +#: include/utils/class_msgPool.inc:87 include/utils/class_msgPool.inc:91 #, fuzzy msgid "You have no permission to modify the object:" msgstr "У вас недостаточно прав для удаления этого стоп-листа." -#: include/utils/class_msgPool.inc:111 +#: include/utils/class_msgPool.inc:94 #, fuzzy msgid "You have no permission to modify these objects:" msgstr "У вас недостаточно прав для удаления этого стоп-листа." -#: include/utils/class_msgPool.inc:118 +#: include/utils/class_msgPool.inc:101 #, fuzzy msgid "You have no permission to view this object!" msgstr "У вас недостаточно прав для удаления этого стоп-листа." -#: include/utils/class_msgPool.inc:122 include/utils/class_msgPool.inc:126 +#: include/utils/class_msgPool.inc:105 include/utils/class_msgPool.inc:109 #, fuzzy msgid "You have no permission to view the object:" msgstr "У вас недостаточно прав для создания телефонов в этой ветке." -#: include/utils/class_msgPool.inc:129 +#: include/utils/class_msgPool.inc:112 #, fuzzy msgid "You have no permission to view these objects:" msgstr "У вас недостаточно прав для удаления этого стоп-листа." -#: include/utils/class_msgPool.inc:136 +#: include/utils/class_msgPool.inc:119 #, fuzzy msgid "You have no permission to move this object!" msgstr "У вас недостаточно прав для удаления этого стоп-листа." -#: include/utils/class_msgPool.inc:140 include/utils/class_msgPool.inc:144 +#: include/utils/class_msgPool.inc:123 include/utils/class_msgPool.inc:127 #, fuzzy msgid "You have no permission to move the object:" msgstr "У вас недостаточно прав для удаления этого стоп-листа." -#: include/utils/class_msgPool.inc:147 +#: include/utils/class_msgPool.inc:130 #, fuzzy msgid "You have no permission to move these objects:" msgstr "У вас недостаточно прав для удаления этого стоп-листа." -#: include/utils/class_msgPool.inc:157 include/utils/class_msgPool.inc:169 -#: include/utils/class_msgPool.inc:187 +#: include/utils/class_msgPool.inc:140 include/utils/class_msgPool.inc:152 +#: include/utils/class_msgPool.inc:170 #, fuzzy msgid "Connection information" msgstr "Личная информация" -#: include/utils/class_msgPool.inc:159 +#: include/utils/class_msgPool.inc:142 #, fuzzy, php-format msgid "Cannot connect to %s database!" msgstr "Невозможно подключиться к серверу базы данных!" -#: include/utils/class_msgPool.inc:171 +#: include/utils/class_msgPool.inc:154 #, fuzzy, php-format msgid "Cannot select %s database!" msgstr "Невозможно выбрать базу данных!" -#: include/utils/class_msgPool.inc:177 +#: include/utils/class_msgPool.inc:160 #, php-format msgid "No %s server defined!" msgstr "" -#: include/utils/class_msgPool.inc:189 +#: include/utils/class_msgPool.inc:172 #, fuzzy, php-format msgid "Cannot query %s database!" msgstr "Невозможно выбрать базу данных!" -#: include/utils/class_msgPool.inc:195 +#: include/utils/class_msgPool.inc:178 #, fuzzy, php-format -msgid "The field '%s' contains a reserved keyword!" +msgid "The field %s contains a reserved keyword!" msgstr "Значение поля \"Факс\" содержит недопустимый номер телефона." -#: include/utils/class_msgPool.inc:201 +#: include/utils/class_msgPool.inc:184 #, fuzzy, php-format -msgid "Command specified as %s hook for plugin '%s' does not exist!" +msgid "Command specified as %s hook for plugin %s does not exist!" msgstr "" "Не удается найти команду \"%s\", указанную в поле POSTCREATE модуля \"%s\"." -#: include/utils/class_msgPool.inc:208 +#: include/utils/class_msgPool.inc:191 #, fuzzy, php-format -msgid "'%s' command is invalid!" +msgid "%s command is invalid!" msgstr "Указанное имя уже используется." -#: include/utils/class_msgPool.inc:210 -#, php-format -msgid "'%s' command (%s) for plugin %s is invalid!" -msgstr "" +#: include/utils/class_msgPool.inc:193 +#, fuzzy, php-format +msgid "%s command (%s) for plugin %s is invalid!" +msgstr "Указанное имя уже используется." -#: include/utils/class_msgPool.inc:212 -#, php-format -msgid "'%s' command for plugin %s is invalid!" -msgstr "" +#: include/utils/class_msgPool.inc:195 +#, fuzzy, php-format +msgid "%s command for plugin %s is invalid!" +msgstr "Указанное имя уже используется." -#: include/utils/class_msgPool.inc:214 +#: include/utils/class_msgPool.inc:197 #, fuzzy, php-format -msgid "'%s' command (%s) is invalid!" +msgid "%s command (%s) is invalid!" msgstr "Указанное имя уже используется." -#: include/utils/class_msgPool.inc:222 +#: include/utils/class_msgPool.inc:205 #, fuzzy, php-format -msgid "Cannot execute '%s' command!" +msgid "Cannot execute %s command!" msgstr "Невозможно выбрать базу данных!" -#: include/utils/class_msgPool.inc:224 -#, php-format -msgid "Cannot execute '%s' command (%s) for plugin %s!" -msgstr "" +#: include/utils/class_msgPool.inc:207 +#, fuzzy, php-format +msgid "Cannot execute %s command (%s) for plugin %s!" +msgstr "Невозможно выбрать базу данных!" -#: include/utils/class_msgPool.inc:226 -#, php-format -msgid "Cannot execute '%s' command for plugin %s!" -msgstr "" +#: include/utils/class_msgPool.inc:209 +#, fuzzy, php-format +msgid "Cannot execute %s command for plugin %s!" +msgstr "Невозможно выбрать базу данных!" -#: include/utils/class_msgPool.inc:228 +#: include/utils/class_msgPool.inc:211 #, fuzzy, php-format -msgid "Cannot execute '%s' command (%s)!" +msgid "Cannot execute %s command (%s)!" msgstr "Невозможно выбрать базу данных!" -#: include/utils/class_msgPool.inc:236 +#: include/utils/class_msgPool.inc:219 #, fuzzy, php-format -msgid "Value for '%s' is too large!" +msgid "Value for %s is too large!" msgstr "Значение 'UID' слишком маленькое." -#: include/utils/class_msgPool.inc:238 +#: include/utils/class_msgPool.inc:221 #, fuzzy, php-format -msgid "'%s' must be smaller than %s!" +msgid "%s must be smaller than %s!" msgstr "" "Значение поля \"shadowMin\" должно быть меньше значения поля \"shadowMax\"." -#: include/utils/class_msgPool.inc:246 +#: include/utils/class_msgPool.inc:229 #, fuzzy, php-format -msgid "Value for '%s' is too small!" +msgid "Value for %s is too small!" msgstr "Значение 'UID' слишком маленькое." -#: include/utils/class_msgPool.inc:248 +#: include/utils/class_msgPool.inc:231 #, fuzzy, php-format -msgid "'%s' must be %d or above!" +msgid "%s must be %s or above!" msgstr "" "У вас должна быть установка PHP версии не ниже 4.1.0, так как в ней " "реализованы некоторые новые функции и исправлены некоторые ошибки." -#: include/utils/class_msgPool.inc:255 +#: include/utils/class_msgPool.inc:238 #, php-format -msgid "'%s' depends on '%s' - please provide both values!" +msgid "%s depends on %s - please provide both values!" msgstr "" -#: include/utils/class_msgPool.inc:261 +#: include/utils/class_msgPool.inc:244 #, fuzzy, php-format -msgid "There is already an entry with this '%s' attribute in the system!" +msgid "There is already an entry with this %s attribute in the system!" msgstr "" "Пользователь с таким регистрационным именем в базе данных уже существует." -#: include/utils/class_msgPool.inc:267 +#: include/utils/class_msgPool.inc:250 #, fuzzy, php-format -msgid "The required field '%s' is empty!" +msgid "The required field %s is empty!" msgstr "Обязательное поле \"Имя\" не заполнено." -#: include/utils/class_msgPool.inc:275 +#: include/utils/class_msgPool.inc:258 msgid "Example" msgstr "" -#: include/utils/class_msgPool.inc:295 +#: include/utils/class_msgPool.inc:278 #, fuzzy, php-format -msgid "The Field '%s' contains invalid characters" +msgid "The Field %s contains invalid characters" msgstr "Значение поля \"Имя\" содержит недопустимые символы." -#: include/utils/class_msgPool.inc:296 -#, php-format -msgid "'%s' is not allowed:" -msgstr "" +#: include/utils/class_msgPool.inc:279 +#, fuzzy, php-format +msgid "%s is not allowed:" +msgstr "Сменить пароль" -#: include/utils/class_msgPool.inc:296 +#: include/utils/class_msgPool.inc:279 #, fuzzy, php-format -msgid "'%s' are not allowed!" +msgid "%s are not allowed!" msgstr "Сменить пароль" -#: include/utils/class_msgPool.inc:299 +#: include/utils/class_msgPool.inc:282 #, fuzzy, php-format -msgid "The Field '%s' contains invalid characters!" +msgid "The Field %s contains invalid characters!" msgstr "Значение поля \"Имя\" содержит недопустимые символы." -#: include/utils/class_msgPool.inc:306 +#: include/utils/class_msgPool.inc:289 #, fuzzy, php-format msgid "Missing %s PHP extension!" msgstr "Удалить параметры" -#: include/utils/class_msgPool.inc:336 +#: include/utils/class_msgPool.inc:319 #, fuzzy, php-format msgid "Add %s" msgstr "Добавить" -#: include/utils/class_msgPool.inc:342 +#: include/utils/class_msgPool.inc:325 #, php-format msgid "Delete" msgstr "Удалить" -#: include/utils/class_msgPool.inc:342 +#: include/utils/class_msgPool.inc:325 #, fuzzy, php-format msgid "Delete %s" msgstr "Удалить" -#: include/utils/class_msgPool.inc:348 +#: include/utils/class_msgPool.inc:331 #, fuzzy, php-format msgid "Set %s" msgstr "Установить" -#: include/utils/class_msgPool.inc:354 +#: include/utils/class_msgPool.inc:337 #, fuzzy, php-format msgid "Edit..." msgstr "Изменить" -#: include/utils/class_msgPool.inc:354 +#: include/utils/class_msgPool.inc:337 #, fuzzy, php-format msgid "Edit %s..." msgstr "Пользователи домена" -#: include/utils/class_msgPool.inc:360 +#: include/utils/class_msgPool.inc:343 msgid "Back" msgstr "Назад" -#: include/utils/class_msgPool.inc:380 +#: include/utils/class_msgPool.inc:363 #, fuzzy, php-format msgid "This account has no valid %s extensions!" msgstr "Для этой учетной записи нет корректных расширений GOsa." -#: include/utils/class_msgPool.inc:386 +#: include/utils/class_msgPool.inc:369 #, fuzzy, php-format msgid "" "This account has %s settings enabled. You can disable them by clicking below." @@ -5884,7 +5875,7 @@ msgstr "" "В этой учетной записи используются атрибуты POSIX. Вы можете отключить их " "использование, щелкнув ниже." -#: include/utils/class_msgPool.inc:389 include/utils/class_msgPool.inc:396 +#: include/utils/class_msgPool.inc:372 include/utils/class_msgPool.inc:379 #, fuzzy, php-format msgid "" "This account has %s settings enabled. To disable them, you'll need to remove " @@ -5893,7 +5884,7 @@ msgstr "" "В этой учетной записи используются атрибуты POSIX. Чтобы отключить их " "использование, сначала нужно удалить учетную запись Samba." -#: include/utils/class_msgPool.inc:405 +#: include/utils/class_msgPool.inc:388 #, fuzzy, php-format msgid "" "This account has %s settings disabled. You can enable them by clicking below." @@ -5901,7 +5892,7 @@ msgstr "" "В этой учетной записи не используются атрибуты POSIX. Вы можете использовать " "их, щелкнув ниже." -#: include/utils/class_msgPool.inc:408 include/utils/class_msgPool.inc:415 +#: include/utils/class_msgPool.inc:391 include/utils/class_msgPool.inc:398 #, fuzzy, php-format msgid "" "This account has %s settings disabled. To enable them, you'll need to add " @@ -5910,245 +5901,244 @@ msgstr "" "В этой учетной записи используются атрибуты POSIX. Чтобы отключить их " "использование, сначала нужно удалить учетную запись Samba." -#: include/utils/class_msgPool.inc:423 +#: include/utils/class_msgPool.inc:406 #, fuzzy, php-format msgid "Add %s settings" msgstr "Дополнительные записи в fstab" -#: include/utils/class_msgPool.inc:429 +#: include/utils/class_msgPool.inc:412 #, fuzzy, php-format msgid "Remove %s settings" msgstr "Атрибуты UNIX" -#: include/utils/class_msgPool.inc:435 +#: include/utils/class_msgPool.inc:418 msgid "Click the 'Edit' button below to change informations in this dialog" msgstr "Нажмите 'Изменить' чтобы отредактировать данные в этой форме." -#: include/utils/class_msgPool.inc:441 +#: include/utils/class_msgPool.inc:424 msgid "January" msgstr "Январь" -#: include/utils/class_msgPool.inc:441 +#: include/utils/class_msgPool.inc:424 msgid "February" msgstr "Февраль" -#: include/utils/class_msgPool.inc:441 +#: include/utils/class_msgPool.inc:424 msgid "March" msgstr "Март" -#: include/utils/class_msgPool.inc:441 +#: include/utils/class_msgPool.inc:424 msgid "April" msgstr "Апрель" -#: include/utils/class_msgPool.inc:442 +#: include/utils/class_msgPool.inc:425 msgid "May" msgstr "Май" -#: include/utils/class_msgPool.inc:442 +#: include/utils/class_msgPool.inc:425 msgid "June" msgstr "Июнь" -#: include/utils/class_msgPool.inc:442 +#: include/utils/class_msgPool.inc:425 msgid "July" msgstr "Июль" -#: include/utils/class_msgPool.inc:442 +#: include/utils/class_msgPool.inc:425 msgid "August" msgstr "Август" -#: include/utils/class_msgPool.inc:442 +#: include/utils/class_msgPool.inc:425 msgid "September" msgstr "Сентябрь" -#: include/utils/class_msgPool.inc:443 +#: include/utils/class_msgPool.inc:426 msgid "October" msgstr "Октябрь" -#: include/utils/class_msgPool.inc:443 +#: include/utils/class_msgPool.inc:426 msgid "November" msgstr "Ноябрь" -#: include/utils/class_msgPool.inc:443 +#: include/utils/class_msgPool.inc:426 msgid "December" msgstr "Декабрь" -#: include/utils/class_msgPool.inc:449 +#: include/utils/class_msgPool.inc:432 #, fuzzy msgid "Sunday" msgstr "Имя сервера" -#: include/utils/class_msgPool.inc:449 +#: include/utils/class_msgPool.inc:432 #, fuzzy msgid "Monday" msgstr "месяц" -#: include/utils/class_msgPool.inc:449 +#: include/utils/class_msgPool.inc:432 msgid "Tuesday" msgstr "" -#: include/utils/class_msgPool.inc:449 +#: include/utils/class_msgPool.inc:432 msgid "Wednesday" msgstr "" -#: include/utils/class_msgPool.inc:449 +#: include/utils/class_msgPool.inc:432 msgid "Thursday" msgstr "" -#: include/utils/class_msgPool.inc:449 +#: include/utils/class_msgPool.inc:432 msgid "Friday" msgstr "" -#: include/utils/class_msgPool.inc:449 +#: include/utils/class_msgPool.inc:432 msgid "Saturday" msgstr "" -#: include/utils/class_msgPool.inc:456 +#: include/utils/class_msgPool.inc:439 #, fuzzy msgid "MySQL operation failed!" msgstr "Невозможно выполнить запрос к базе данных!" -#: include/utils/class_msgPool.inc:464 +#: include/utils/class_msgPool.inc:447 #, fuzzy msgid "read operation" msgstr "Почтовые настройки" -#: include/utils/class_msgPool.inc:464 +#: include/utils/class_msgPool.inc:447 msgid "add operation" msgstr "" -#: include/utils/class_msgPool.inc:464 +#: include/utils/class_msgPool.inc:447 #, fuzzy msgid "modify operation" msgstr "Личная информация" -#: include/utils/class_msgPool.inc:465 +#: include/utils/class_msgPool.inc:448 #, fuzzy msgid "delete operation" msgstr "Выберите чтобы посмотреть рабочие станции" -#: include/utils/class_msgPool.inc:465 +#: include/utils/class_msgPool.inc:448 #, fuzzy msgid "search operation" msgstr "Учетная запись" -#: include/utils/class_msgPool.inc:465 +#: include/utils/class_msgPool.inc:448 #, fuzzy msgid "authentication" msgstr "Рабочая станция Windows" -#: include/utils/class_msgPool.inc:468 +#: include/utils/class_msgPool.inc:451 #, fuzzy, php-format msgid "LDAP %s failed!" msgstr "Невозможно выполнить запрос к базе данных!" -#: include/utils/class_msgPool.inc:470 +#: include/utils/class_msgPool.inc:453 #, fuzzy msgid "LDAP operation failed!" msgstr "Невозможно выполнить запрос к базе данных!" -#: include/utils/class_msgPool.inc:485 +#: include/utils/class_msgPool.inc:468 #, fuzzy msgid "Upload failed!" msgstr "Ошибка при регистрации. Ответ сервера: \"%s\"." -#: include/utils/class_msgPool.inc:488 +#: include/utils/class_msgPool.inc:471 #, fuzzy, php-format msgid "Upload failed: %s" msgstr "Служба печати" -#: include/utils/class_msgPool.inc:495 +#: include/utils/class_msgPool.inc:478 msgid "Communication failure with the infrastructure service!" msgstr "" -#: include/utils/class_msgPool.inc:497 +#: include/utils/class_msgPool.inc:480 #, php-format msgid "Communication failure with the infrastructure service: %s" msgstr "" -#: include/utils/class_msgPool.inc:504 include/utils/class_msgPool.inc:507 +#: include/utils/class_msgPool.inc:487 +msgid "Communication failure with the GOSA-NG service!" +msgstr "" + +#: include/utils/class_msgPool.inc:489 #, php-format -msgid "This '%s' is still in use by this object: %s" +msgid "Communication failure with the GOSA-NG service: %s" msgstr "" -#: include/utils/class_msgPool.inc:510 +#: include/utils/class_msgPool.inc:496 include/utils/class_msgPool.inc:499 #, fuzzy, php-format -msgid "This '%s' is still in use." +msgid "This %s is still in use by this object: %s" msgstr "Описание группы" -#: include/utils/class_msgPool.inc:512 +#: include/utils/class_msgPool.inc:502 #, fuzzy, php-format -msgid "This '%s' is still in use by these objects: %s" +msgid "This %s is still in use." msgstr "Описание группы" -#: include/utils/class_msgPool.inc:518 -#, php-format -msgid "File '%s' does not exist!" +#: include/utils/class_msgPool.inc:504 +#, fuzzy, php-format +msgid "This %s is still in use by these objects: %s" +msgstr "Описание группы" + +#: include/utils/class_msgPool.inc:510 +#, php-format +msgid "File %s does not exist!" msgstr "" -#: include/utils/class_msgPool.inc:524 +#: include/utils/class_msgPool.inc:516 #, fuzzy, php-format -msgid "Cannot open file '%s' for reading!" +msgid "Cannot open file %s for reading!" msgstr "Удалить" -#: include/utils/class_msgPool.inc:530 +#: include/utils/class_msgPool.inc:522 #, fuzzy, php-format -msgid "Cannot open file '%s' for writing!" +msgid "Cannot open file %s for writing!" msgstr "Удалить" -#: include/utils/class_msgPool.inc:536 -#, php-format +#: include/utils/class_msgPool.inc:528 +#, fuzzy, php-format msgid "" -"The value for '%s' is currently unconfigured or invalid, please check your " +"The value for %s is currently unconfigured or invalid, please check your " "configuration file!" -msgstr "" +msgstr "Не удается подключиться к базе журналов, отчеты показаны не будут!" -#: include/utils/class_msgPool.inc:542 +#: include/utils/class_msgPool.inc:534 #, fuzzy, php-format -msgid "Cannot delete file '%s'!" +msgid "Cannot delete file %s!" msgstr "Удалить" -#: include/utils/class_msgPool.inc:548 +#: include/utils/class_msgPool.inc:540 #, fuzzy, php-format -msgid "Cannot create folder '%s'!" +msgid "Cannot create folder %s!" msgstr "Список подразделений" -#: include/utils/class_msgPool.inc:554 +#: include/utils/class_msgPool.inc:546 #, fuzzy, php-format -msgid "Cannot delete folder '%s'!" +msgid "Cannot delete folder %s!" msgstr "Удалить" -#: include/utils/class_msgPool.inc:560 +#: include/utils/class_msgPool.inc:552 #, fuzzy, php-format msgid "Checking for %s support" msgstr "Проверка поддержки gettext" -#: include/utils/class_msgPool.inc:566 +#: include/utils/class_msgPool.inc:558 #, php-format msgid "Install and activate the %s PHP module." msgstr "" -#: include/utils/class_msgPool.inc:572 +#: include/utils/class_msgPool.inc:564 #, php-format msgid "" -"Cannot initialize class '%s'! Maybe there is a plugin missing in your gosa " +"Cannot initialize class %s! Maybe there is a plugin missing in your gosa " "setup?" msgstr "" -#: include/utils/class_msgPool.inc:578 +#: include/utils/class_msgPool.inc:570 msgid "" -"The supplied base is not valid and has been reset to the previous value!" +"The supplied base is not valid and has been reset to its previous value!" msgstr "" -#: include/utils/class_xml.inc:48 -#, fuzzy -msgid "in" -msgstr "Начало" - -#: include/utils/class_xml.inc:50 -#, fuzzy -msgid "on line" -msgstr "Продолжить" - #: include/utils/class_xml.inc:51 #, fuzzy msgid "XML error" @@ -6160,7 +6150,7 @@ msgid "Certificate is empty!" msgstr "Сертификаты" #: include/class_certificate.inc:100 -msgid "Cannot load certificate - only PEM/DER is supported!" +msgid "Cannot load certificate: only PEM and DER are supported!" msgstr "" #: include/class_certificate.inc:115 @@ -6175,18 +6165,18 @@ msgstr "Изменить сертификаты" #: include/functions_helpviewer.inc:45 #, fuzzy, php-format -msgid "XML error in guide.xml: %s at line %d" +msgid "XML error in guide.xml: %s at line %s" msgstr "Ошибка XML в gosa.conf: %s в строке %d" #: include/functions_helpviewer.inc:88 msgid "No help available for this plugin." msgstr "" -#: include/functions_helpviewer.inc:97 html/helpviewer.php:194 +#: include/functions_helpviewer.inc:97 html/helpviewer.php:193 msgid "previous" msgstr "" -#: include/functions_helpviewer.inc:101 html/helpviewer.php:198 +#: include/functions_helpviewer.inc:101 html/helpviewer.php:197 #, fuzzy msgid "next" msgstr "текст" @@ -6196,7 +6186,7 @@ msgstr "текст" msgid "%s results for your search with the keyword %s" msgstr "" -#: include/functions_helpviewer.inc:462 +#: include/functions_helpviewer.inc:461 #, php-format msgid "%s%% hit rate in file %s" msgstr "" @@ -6206,16 +6196,33 @@ msgstr "" msgid "Search filter" msgstr "Параметры загрузки" +#: include/class_filter.inc:444 +#, fuzzy +msgid "Search in subtrees" +msgstr "Искать в поддеревьях" + #: include/class_filter.inc:449 #, fuzzy msgid "Edit filters" msgstr "Изменить сертификаты" -#: include/class_userFilterEditor.inc:251 +#: include/class_SnapshotHandler.inc:45 include/class_SnapshotHandler.inc:76 +#, php-format +msgid "" +"The snapshot functionality is enabled but the required variable %s is not " +"set!" +msgstr "" + +#: include/class_SnapshotHandler.inc:58 #, php-format msgid "" -"Please check your filter #%s. You have '%s' opening and '%s' closing " -"brackets!" +"The snapshot functionality is enabled but the required PHP compression " +"module is missing: %s!" +msgstr "" + +#: include/class_userFilterEditor.inc:251 +#, php-format +msgid "Error in filter #%s: %s opening and %s closing brackets detected!" msgstr "" #: include/class_acl.inc:28 @@ -6223,215 +6230,276 @@ msgstr "" msgid "Manage access control lists" msgstr "Параметры доступа" -#: include/class_acl.inc:125 include/class_acl.inc:607 -#: include/class_acl.inc:1023 +#: include/class_acl.inc:125 include/class_acl.inc:609 +#: include/class_acl.inc:1025 #, fuzzy, php-format msgid "All users" msgstr "пользователи" -#: include/class_acl.inc:227 -msgid "Reset ACLs" -msgstr "" - -#: include/class_acl.inc:232 include/class_acl.inc:235 -msgid "Use ACL defined in role" -msgstr "" - -#: include/class_acl.inc:253 +#: include/class_acl.inc:252 #, fuzzy msgid "Section" msgstr "Действие" -#: include/class_acl.inc:263 +#: include/class_acl.inc:262 #, fuzzy msgid "Used" msgstr "Пользователь" -#: include/class_acl.inc:568 +#: include/class_acl.inc:570 #, fuzzy msgid "No ACL settings for this category!" msgstr "Описание группы" -#: include/class_acl.inc:571 +#: include/class_acl.inc:573 #, php-format -msgid "Contains ACLs for these objects: %s" +msgid "ACLs for: %s" msgstr "" -#: include/class_acl.inc:577 include/class_acl.inc:581 +#: include/class_acl.inc:579 include/class_acl.inc:583 #, fuzzy msgid "category ACL" msgstr "Категория" -#: include/class_acl.inc:634 +#: include/class_acl.inc:635 #, php-format -msgid "Edit ACL for '%s' - scope is '%s'" +msgid "Edit ACL for '%s' with scope '%s'" msgstr "" -#: include/class_acl.inc:799 include/class_acl.inc:806 +#: include/class_acl.inc:797 include/class_acl.inc:804 #, fuzzy msgid "Show/hide advanced settings" msgstr "Настройки телефона" -#: include/class_acl.inc:817 +#: include/class_acl.inc:815 #, fuzzy msgid "Create objects" msgstr "Объект группы" -#: include/class_acl.inc:818 +#: include/class_acl.inc:816 #, fuzzy msgid "Move objects" msgstr "Включаемые объекты" -#: include/class_acl.inc:819 +#: include/class_acl.inc:817 #, fuzzy msgid "Remove objects" msgstr "Включаемые объекты" -#: include/class_acl.inc:821 -#, fuzzy -msgid "Grant permission to owner" -msgstr "Удалить" - -#: include/class_acl.inc:825 include/class_acl.inc:930 -#: include/class_acl.inc:934 -msgid "read" -msgstr "чтение" - -#: include/class_acl.inc:826 include/class_acl.inc:932 -#: include/class_acl.inc:935 -msgid "write" -msgstr "запись" - -#: include/class_acl.inc:830 +#: include/class_acl.inc:828 #, fuzzy msgid "Complete object" msgstr "Включаемые объекты" -#: include/class_acl.inc:974 +#: include/class_acl.inc:976 #, fuzzy, php-format msgid "Unkown ACL type '%s'!" msgstr "состояние неизвестно" -#: include/class_acl.inc:1019 +#: include/class_acl.inc:1021 #, fuzzy, php-format msgid "Unknown entry '%s'!" msgstr "состояние неизвестно" -#: include/class_acl.inc:1083 include/class_acl.inc:1085 +#: include/class_acl.inc:1085 include/class_acl.inc:1087 #, fuzzy, php-format -msgid "Role: %s" -msgstr "Роль" +msgid "ACL role: %s" +msgstr "Доступ" -#: include/class_acl.inc:1085 +#: include/class_acl.inc:1087 #, fuzzy -msgid "unknown role" +msgid "unknown ACL role" msgstr "состояние неизвестно" -#: include/class_acl.inc:1093 +#: include/class_acl.inc:1095 #, fuzzy, php-format msgid "Contains settings for these objects: %s" msgstr "Описание группы" -#: include/class_acl.inc:1110 +#: include/class_acl.inc:1112 #, fuzzy msgid "inactive" msgstr "Личный" -#: include/class_acl.inc:1110 +#: include/class_acl.inc:1112 #, fuzzy msgid "No members" msgstr "Члены группы" -#: include/class_acl.inc:1280 +#: include/class_acl.inc:1283 #, fuzzy msgid "Access control list" msgstr "Параметры доступа" -#: include/class_acl.inc:1285 +#: include/class_acl.inc:1289 #, fuzzy msgid "ACL roles" msgstr "Доступ" -#: include/class_acl.inc:1288 +#: include/class_acl.inc:1292 #, fuzzy msgid "ACL Entries" msgstr "Управление системами" #: include/class_tabs.inc:57 #, fuzzy, php-format -msgid "" -"No plugin definitions found to initialize '%s', please check your " -"configuration file." +msgid "No plugin definition for %s found: please check the configuration file!" msgstr "Не удается подключиться к базе журналов, отчеты показаны не будут!" -#: include/class_tabs.inc:241 +#: include/class_tabs.inc:249 #, php-format -msgid "Delete process has been canceled by plugin '%s': %s" +msgid "Delete process has been canceled by plugin %s: %s" msgstr "" -#: include/class_tabs.inc:379 +#: include/class_tabs.inc:387 msgid "References" msgstr "Ссылки" -#: include/class_listing.inc:537 +#: include/class_listing.inc:319 +#, fuzzy +msgid "Select all" +msgstr "Удалить" + +#: include/class_listing.inc:578 #, fuzzy msgid "created by" msgstr "Создать" -#: include/class_listing.inc:1016 include/class_listing.inc:1018 -#, fuzzy -msgid "Go up one department" -msgstr "Подразделение" +#: include/class_listing.inc:1057 include/class_listing.inc:1059 +msgid "Go to preceding level" +msgstr "" -#: include/class_listing.inc:1024 include/class_listing.inc:1026 -#, fuzzy -msgid "Go to users department" -msgstr "Выберите подразделение" +#: include/class_listing.inc:1065 include/class_listing.inc:1067 +msgid "Go to current users level" +msgstr "" -#: include/class_listing.inc:1031 +#: include/class_listing.inc:1072 msgid "Reload list" msgstr "" -#: include/class_listing.inc:1397 include/class_plugin.inc:1960 +#: include/class_listing.inc:1444 #, fuzzy msgid "Copy" msgstr "Компания" -#: include/class_listing.inc:1403 include/class_plugin.inc:1964 +#: include/class_listing.inc:1450 #, fuzzy msgid "Cut" msgstr "Выполнить" -#: include/class_listing.inc:1436 include/class_plugin.inc:1918 +#: include/class_listing.inc:1483 #, fuzzy msgid "Cut this entry" msgstr "Редактиовать объект" -#: include/class_listing.inc:1445 include/class_plugin.inc:1926 +#: include/class_listing.inc:1492 #, fuzzy msgid "Copy this entry" msgstr "Редактиовать объект" -#: include/class_listing.inc:1477 include/class_listing.inc:1479 +#: include/class_listing.inc:1524 include/class_listing.inc:1526 #, fuzzy msgid "Restore snapshots" msgstr "Создать настройки запись эл. почты" -#: include/class_listing.inc:1493 +#: include/class_listing.inc:1540 #, fuzzy msgid "Export list" msgstr "Экспорт" -#: include/class_listing.inc:1527 include/class_SnapShotDialog.inc:145 -#: include/class_plugin.inc:1892 +#: include/class_listing.inc:1574 include/class_SnapShotDialog.inc:141 msgid "Restore snapshot" msgstr "" -#: include/class_listing.inc:1535 include/class_plugin.inc:1900 +#: include/class_listing.inc:1582 #, fuzzy -msgid "Create a new snapshot from this object" +msgid "Create new snapshot for this object" msgstr "Объект группы" +#: include/class_configRegistry.inc:188 +#, php-format +msgid "%s has version %s but %s is required!" +msgstr "" + +#: include/class_configRegistry.inc:243 +msgid "" +"Plugins that require one or more of the object classes above will be " +"disabled until the object classes get updated." +msgstr "" + +#: include/class_configRegistry.inc:245 +#, fuzzy +msgid "Schema validation error" +msgstr "Рабочая станция Windows" + +#: include/class_configRegistry.inc:656 +#, php-format +msgid "" +"The value '%s' specified for '%s:%s' is invalid. A bool value is required " +"here!" +msgstr "" + +#: include/class_configRegistry.inc:671 +#, php-format +msgid "" +"The value '%s' specified for '%s:%s' is invalid. A string value is required " +"here!" +msgstr "" + +#: include/class_configRegistry.inc:686 +#, php-format +msgid "" +"The value '%s' specified for '%s:%s' is invalid. A numeric value is required " +"here!" +msgstr "" + +#: include/class_configRegistry.inc:701 +#, php-format +msgid "The path '%s' specified for '%s:%s' is invalid!" +msgstr "" + +#: include/class_configRegistry.inc:717 include/class_configRegistry.inc:739 +#, fuzzy, php-format +msgid "The folder '%s' specified for '%s:%s' does not exists!" +msgstr "" +"Не удается найти команду \"%s\", указанную в поле POSTCREATE модуля \"%s\"." + +#: include/class_configRegistry.inc:722 +#, php-format +msgid "The folder '%s' specified for '%s:%s' cannot be used for reading!" +msgstr "" + +#: include/class_configRegistry.inc:744 +#, php-format +msgid "The folder '%s' specified for '%s:%s' cannot be used for writing!" +msgstr "" + +#: include/class_configRegistry.inc:762 +#, fuzzy, php-format +msgid "The file '%s' specified for '%s:%s' does not exists!" +msgstr "" +"Не удается найти команду \"%s\", указанную в поле POSTCREATE модуля \"%s\"." + +#: include/class_configRegistry.inc:767 +#, php-format +msgid "The file '%s' specified for '%s:%s' cannot be read!" +msgstr "" + +#: include/class_configRegistry.inc:783 +#, php-format +msgid "The command '%s' specified for '%s:%s' is invalid!" +msgstr "" + +#: include/class_configRegistry.inc:798 +#, fuzzy, php-format +msgid "The dn '%s' specified for '%s:%s' is invalid!" +msgstr "Значение поля \"UID\" некорректно." + +#: include/class_configRegistry.inc:813 +#, php-format +msgid "The rdn '%s' specified for '%s:%s' is invalid!" +msgstr "" + #: include/class_SnapShotDialog.inc:55 #, fuzzy msgid "Date" @@ -6439,15 +6507,15 @@ msgstr "Дата" #: include/class_SnapShotDialog.inc:93 #, fuzzy, php-format -msgid "You're about to delete the snapshot '%s'." +msgid "You are about to delete the snapshot %s." msgstr "Вы собираетесь удалить группу \"%s\"." -#: include/class_SnapShotDialog.inc:146 +#: include/class_SnapShotDialog.inc:142 #, fuzzy -msgid "Remove snapshot" +msgid "Delete snapshot" msgstr "Создать настройки запись эл. почты" -#: include/class_SnapShotDialog.inc:147 include/class_SnapShotDialog.inc:165 +#: include/class_SnapShotDialog.inc:143 include/class_SnapShotDialog.inc:161 msgid "Y-m-d, H:i:s" msgstr "" @@ -6457,23 +6525,22 @@ msgstr "" #: include/class_ldap.inc:233 include/class_ldap.inc:266 #, php-format -msgid "LDAP performance is poor: last query took about %.2fs!" +msgid "LDAP performance is poor: last query took %.2fs!" msgstr "" #: include/class_ldap.inc:693 #, php-format -msgid "" -"Cannot automatically create subtrees with RDN '%s': no object class found!" +msgid "Cannot automatically create subtrees with RDN %s: no object class found" msgstr "" #: include/class_ldap.inc:744 #, php-format -msgid "Cannot automatically create subtrees with RDN '%s': not supported" +msgid "Cannot automatically create subtrees with RDN %s: not supported" msgstr "" #: include/class_ldap.inc:831 #, fuzzy, php-format -msgid "while operating on '%s' using LDAP server '%s'" +msgid "while operating on %s using LDAP server %s" msgstr "Ошибка при подключении к LDAP-серверу. Ответ сервера: \"%s\"." #: include/class_ldap.inc:833 @@ -6481,91 +6548,92 @@ msgstr "Ошибка при подключении к LDAP-серверу. От msgid "while operating on LDAP server %s" msgstr "Ошибка при подключении к LDAP-серверу. Ответ сервера: \"%s\"." -#: include/class_ldap.inc:1055 +#: include/class_ldap.inc:1006 #, php-format msgid "" -"This is not a valid DN: '%s'. A block for import should begin with 'dn: ...' " -"in line %s" +"Invalid DN %s: block to be imported should start with 'dn: ...' in line %s" msgstr "" -#: include/class_ldap.inc:1084 +#: include/class_ldap.inc:1035 #, php-format -msgid "Error while importing dn: '%s', please check your LDIF from line %s on!" +msgid "Error while importing DN %s: please check LDIF from line %s on!" msgstr "" -#: include/php_setup.inc:103 +#: include/php_setup.inc:101 msgid "Generating this page caused the PHP interpreter to raise some errors!" msgstr "" -#: include/php_setup.inc:108 -msgid "Send bug report to the GOsa Team" -msgstr "" - -#: include/php_setup.inc:108 +#: include/php_setup.inc:104 #, fuzzy msgid "Send bugreport" msgstr "Отправитель" -#: include/php_setup.inc:113 -#, fuzzy -msgid "Toggle information" -msgstr "Личная информация" +#: include/php_setup.inc:108 +msgid "Toggle details" +msgstr "" -#: include/php_setup.inc:123 +#: include/php_setup.inc:117 #, fuzzy msgid "PHP error" msgstr "Ошибка LDAP:" -#: include/php_setup.inc:142 +#: include/php_setup.inc:136 msgid "class" msgstr "" -#: include/php_setup.inc:148 +#: include/php_setup.inc:142 #, fuzzy msgid "function" msgstr "Действие" -#: include/php_setup.inc:153 +#: include/php_setup.inc:147 #, fuzzy msgid "static" msgstr "Состояние" -#: include/php_setup.inc:157 +#: include/php_setup.inc:151 #, fuzzy msgid "method" msgstr "Почтовые настройки" -#: include/php_setup.inc:190 -msgid "Trace" +#: include/php_setup.inc:184 +msgid "Traceback" msgstr "" -#: include/php_setup.inc:191 +#: include/php_setup.inc:185 #, fuzzy msgid "File" msgstr "Файлы" -#: include/php_setup.inc:191 +#: include/php_setup.inc:185 #, fuzzy msgid "Line" msgstr "в" -#: include/php_setup.inc:192 +#: include/php_setup.inc:186 #, fuzzy msgid "Arguments" msgstr "подразделения" -#: include/class_pathNavigator.inc:69 +#: include/class_pathNavigator.inc:86 #, fuzzy msgid "Welcome to GOsa" msgstr "Добро пожаловать в раздел настройки GOsa!" -#: include/class_pluglist.inc:74 +#: include/class_pluglist.inc:93 +msgid "The configuration format has changed: please run the setup again!" +msgstr "" + +#: include/class_pluglist.inc:229 #, fuzzy -msgid "All objects in this category" -msgstr "Описание группы" +msgid "" +"You are currently editing a database entry. Do you want to discard the " +"changes?" +msgstr "" +"Вы сейчас редактируете объект базы данных. Хотите отказаться от изменений?" -#: include/class_pluglist.inc:99 -msgid "The configuration format has changed. Please re-run setup!" +#: include/class_pluglist.inc:329 +msgid "Back to main menu" msgstr "" #: include/exporter/class_PDF.inc:24 @@ -6581,279 +6649,954 @@ msgstr "" msgid "PDF" msgstr "" -#: include/exporter/class_cvsExporter.inc:48 -msgid "CSV" -msgstr "" +#: include/exporter/class_cvsExporter.inc:48 +msgid "CSV" +msgstr "" + +#: include/class_gosaSupportDaemon.inc:112 +msgid "GOsa support daemon" +msgstr "" + +#: include/class_gosaSupportDaemon.inc:787 +#, fuzzy +msgid "Cannot not parse XML!" +msgstr "Слишком много пользователей, невозможно создать идентификатор!" + +#: include/class_gosaSupportDaemon.inc:1184 +#, fuzzy, php-format +msgid "Cannot send abort event for entry %s!" +msgstr "Удалить" + +#: include/class_gosaSupportDaemon.inc:1204 +#, fuzzy, php-format +msgid "Cannot remove entry %s!" +msgstr "состояние неизвестно" + +#: include/class_management.inc:462 +#, fuzzy, php-format +msgid "You are not allowed to create a snapshot for %s!" +msgstr "Вам не разрешено менять пароль." + +#: include/class_management.inc:509 include/class_management.inc:561 +#: include/class_management.inc:575 +#, fuzzy, php-format +msgid "You are not allowed to restore a snapshot for %s!" +msgstr "Вам не разрешено менять пароль." + +#: include/class_management.inc:524 +#, fuzzy, php-format +msgid "You are not allowed to remove a snapshot for %s!" +msgstr "Вам не разрешено менять пароль." + +#: include/class_management.inc:644 +#, php-format +msgid "" +"No tab definition for %s found in configuration file: cannot create plugin " +"instance!" +msgstr "" + +#: include/class_plugin.inc:526 +msgid "" +"The current object has been altered while beeing edited. If you save this " +"entry, changes that have been made by others will be discarded!" +msgstr "" + +#: include/class_plugin.inc:1327 +#, php-format +msgid "Changing ACL DN from %s to %s" +msgstr "" + +#: include/class_session.inc:76 include/class_session.inc:101 +#: include/class_session.inc:127 +#, fuzzy +msgid "Requested channel does not exist!" +msgstr "" +"Имя/идентификатор пользователя не уникальны. Проверьте свою базу данных LDAP." + +#: html/helpviewer.php:64 +msgid "Help browser" +msgstr "" + +#: html/helpviewer.php:118 +#, fuzzy +msgid "There is no helpfile specified for this class" +msgstr "Метод '%s' не описан в вашем файле конфигурации." + +#: html/helpviewer.php:268 +#, php-format +msgid "Helpdir '%s' is not accessible, can't read any helpfiles." +msgstr "" + +#: html/index.php:45 +#, php-format +msgid "Your browser (%s) is blacklisted for the current theme!" +msgstr "" + +#: html/index.php:72 +#, php-format +msgid "This session is not ecrypted. Click %s to enter an encrypted session." +msgstr "" + +#: html/index.php:72 +#, fuzzy +msgid "here" +msgstr "Мобильный" + +#: html/index.php:78 +msgid "The configured session lifetime will be overridden by php.ini settings!" +msgstr "" + +#: html/index.php:157 html/password.php:61 +#, fuzzy, php-format +msgid "GOsa configuration %s/%s is not readable. Aborted." +msgstr "" +"Не удается прочитать файл настройки GOsa %s/gosa.conf. Операция прервана." + +#: html/index.php:179 +#, fuzzy +msgid "Smarty error" +msgstr "Состояние системы" + +#: html/index.php:179 html/password.php:86 html/setup.php:68 +#, fuzzy, php-format +msgid "Compile directory %s is not accessible!" +msgstr "Недоступен каталог \"%s\", указанный как каталог компиляции!" + +#: html/index.php:202 +msgid "" +"Your browser has cookies disabled: please enable cookies and reload this " +"page before logging in!" +msgstr "" + +#: html/index.php:233 +msgid "Broken HTTP authentication setup!" +msgstr "" + +#: html/index.php:241 +msgid "Cannot find a valid user for the current HTTP authentication!" +msgstr "" + +#: html/index.php:245 +msgid "Cannot find a unique user for the current HTTP authentication!" +msgstr "" + +#: html/index.php:289 +msgid "Please specify a valid username!" +msgstr "Введите корректное имя пользователя!" + +#: html/index.php:292 +msgid "Please specify your password!" +msgstr "Введите свой пароль!" + +#: html/index.php:304 +#, fuzzy +msgid "Authentication error" +msgstr "Рабочая станция Windows" + +#: html/index.php:304 +#, fuzzy +msgid "Cannot retrieve user information for HTTP authentication!" +msgstr "Не удается создать квоту IMAP. Ответ сервера: \"%s\"." + +#: html/index.php:311 html/password.php:252 +#, fuzzy +msgid "Please check the username/password combination!" +msgstr "Проверьте, правильно ли вы ввели имя пользователя и пароль." + +#: html/index.php:359 +#, fuzzy +msgid "Account locked. Please contact your system administrator!" +msgstr "" +"Не удается начать сеанс на LDAP-сервере. Обратитесь к системному " +"администратору." + +#: html/password.php:180 +msgid "Error: Password method not available!" +msgstr "" + +#: html/password.php:216 +#, fuzzy +msgid "The values for 'New password' and 'Repeated new password' differ!" +msgstr "Введенные пароли не совпадают!" + +#: html/password.php:228 +#, fuzzy +msgid "The password used as new and current are too similar!" +msgstr "Новый и текущий пароли слишком похожи." + +#: html/password.php:234 +#, fuzzy +msgid "The password used as new is to short!" +msgstr "Новый пароль слишком короткий." + +#: html/password.php:256 +#, fuzzy +msgid "You have no permissions to change your password!" +msgstr "У вас недостаточно прав для смены своего пароля." + +#: html/password.php:281 +#, fuzzy, php-format +msgid "External password changer reported a problem: %s" +msgstr "При попытке сменить пароль извне возникла проблема: " + +#: html/password.php:316 +msgid "Session will not be encrypted." +msgstr "Данные, передаваемые в течение этого сеанса, не будут зашифрованы." + +#: html/password.php:318 +msgid "Enter SSL session" +msgstr "Использовать шифрование SSL" + +#: html/setup.php:68 +#, fuzzy +msgid "Smarty" +msgstr "Запуск" + +#: html/main.php:159 +#, php-format +msgid "Cannot locate file %s - please run %s to fix this" +msgstr "" + +#: html/main.php:178 +#, fuzzy +msgid "PHP configuration" +msgstr "Базы данных" + +#: html/main.php:179 +msgid "" +"FATAL: Register globals is active. Please fix this in order to continue." +msgstr "" + +#: html/main.php:239 +msgid "Running out of memory!" +msgstr "" + +#: html/main.php:299 +#, fuzzy +msgid "ACLs are disabled" +msgstr "отключен" + +#: html/main.php:299 html/main.php:301 +#, php-format +msgid "You're logged in as %s" +msgstr "" + +#: html/main.php:349 +#, fuzzy +msgid "Your password is about to expire, please change your password!" +msgstr "У вас недостаточно прав для смены своего пароля." + +#: html/main.php:359 +#, fuzzy +msgid "Plugin" +msgstr "в" + +#: html/main.php:360 +#, fuzzy, php-format +msgid "FATAL: Cannot find any plugin definitions for plugin %s!" +msgstr "Не удается найти определение для модуля \"%s\"!" + +#: html/main.php:376 +#, fuzzy +msgid "Configuration Error" +msgstr "Настроить" + +#: html/main.php:377 +#, php-format +msgid "" +"FATAL: not all POST variables have been transfered by PHP - please inform " +"your administrator!" +msgstr "" + +#, fuzzy +#~ msgid "Processing" +#~ msgstr "Права для членов группы" + +#, fuzzy +#~ msgid "Created" +#~ msgstr "Создать" + +#, fuzzy +#~ msgid "No Content" +#~ msgstr "Контакт" + +#, fuzzy +#~ msgid "Reset Content" +#~ msgstr "Контакт" + +#, fuzzy +#~ msgid "Partial Content" +#~ msgstr "Почтовый индекс" + +#, fuzzy +#~ msgid "Multi-Status" +#~ msgstr "Состояние" + +#, fuzzy +#~ msgid "See Other" +#~ msgstr "Удалить" + +#, fuzzy +#~ msgid "Not Modified" +#~ msgstr "Сменить пароль" + +#, fuzzy +#~ msgid "Use Proxy" +#~ msgstr "Прокси-сервер" + +#, fuzzy +#~ msgid "(reserviert)" +#~ msgstr "серверы" + +#, fuzzy +#~ msgid "Not Found" +#~ msgstr "Сменить пароль" + +#, fuzzy +#~ msgid "Method Not Allowed" +#~ msgstr "Сменить пароль" + +#, fuzzy +#~ msgid "Proxy Authentication Required" +#~ msgstr "Рабочая станция Windows" + +#, fuzzy +#~ msgid "Gone" +#~ msgstr "нет" + +#, fuzzy +#~ msgid "Precondition Failed" +#~ msgstr "Настроить" + +#, fuzzy +#~ msgid "Expectation Failed" +#~ msgstr "Невозможно выполнить запрос к базе данных!" + +#, fuzzy +#~ msgid "Locked" +#~ msgstr "Список пользователей" + +#, fuzzy +#~ msgid "Unordered Collection" +#~ msgstr "Настройки Samba" + +#, fuzzy +#~ msgid "Internal Server Error" +#~ msgstr "Терминал-сервер" + +#, fuzzy +#~ msgid "Not Implemented" +#~ msgstr "не полный" + +#, fuzzy +#~ msgid "Service Unavailable" +#~ msgstr "Имя сервера" + +#, fuzzy +#~ msgid "Gateway Time-out" +#~ msgstr "Домен" + +#, fuzzy +#~ msgid "GOsa settings 3/3" +#~ msgstr "Почтовые настройки пользователя" + +#, fuzzy +#~ msgid "Maximum LDAP query time must be a numeric value!" +#~ msgstr "Размер квоты" + +#, fuzzy +#~ msgid "Create a basic, single site configuration" +#~ msgstr "Базы данных" + +#, fuzzy +#~ msgid "Find every possible configuration error" +#~ msgstr "Настроить" + +#, fuzzy +#~ msgid "To continue..." +#~ msgstr "Продолжение настройки..." + +#~ msgid "Samba settings" +#~ msgstr "Настройки Samba" + +#, fuzzy +#~ msgid "Samba SID" +#~ msgstr "Samba" + +#, fuzzy +#~ msgid "RID base" +#~ msgstr "Базы данных" + +#, fuzzy +#~ msgid "Workstation container" +#~ msgstr "Имя рабочий станции" + +#, fuzzy +#~ msgid "Samba SID mapping" +#~ msgstr "Samba" + +#, fuzzy +#~ msgid "Timezone" +#~ msgstr "Мобильный" + +#, fuzzy +#~ msgid "Please choose your preferred timezone here" +#~ msgstr "Язык по умолчанию" + +#, fuzzy +#~ msgid "Additional GOsa settings" +#~ msgstr "Дополнительные записи в fstab" + +#, fuzzy +#~ msgid "Government mode" +#~ msgstr "в папку" + +#, fuzzy +#~ msgid "GOsa logging" +#~ msgstr "Почтовые настройки пользователя" + +#, fuzzy +#~ msgid "Mail settings" +#~ msgstr "Почтовые настройки пользователя" + +#, fuzzy +#~ msgid "Mail method" +#~ msgstr "Почтовые настройки" + +#, fuzzy +#~ msgid "Vacation templates" +#~ msgstr "Шаблон рабочей станции" + +#, fuzzy +#~ msgid "Snapshots / Undo" +#~ msgstr "Приложение" + +#, fuzzy +#~ msgid "Enable snapshots" +#~ msgstr "Создать настройки запись эл. почты" + +#, fuzzy +#~ msgid "Snapshot base" +#~ msgstr "Приложение" + +#, fuzzy +#~ msgid "GOsa settings 2/3" +#~ msgstr "Почтовые настройки пользователя" + +#, fuzzy +#~ msgid "Customize special parameters" +#~ msgstr "Изменить параметры" + +#, fuzzy +#~ msgid "Checking for invisible departments" +#~ msgstr "Проверка поддержки gettext" + +#, fuzzy +#~ msgid "Checking for invisible users" +#~ msgstr "Проверка поддержки gettext" + +#, fuzzy +#~ msgid "Checking for users outside the people tree" +#~ msgstr "Проверка модуля cups" + +#, fuzzy +#~ msgid "Checking for groups outside the groups tree" +#~ msgstr "Проверка модуля cups" + +#, fuzzy +#~ msgid "Checking for duplicated UID numbers" +#~ msgstr "Проверка поддержки gettext" + +#, fuzzy +#~ msgid "Checking for duplicate GID numbers" +#~ msgstr "Проверка поддержки gettext" + +#, fuzzy +#~ msgid "Checking for old style USB devices" +#~ msgstr "Проверка модуля gd" + +#, fuzzy +#~ msgid "Checking for old services that have to be migrated" +#~ msgstr "Проверка модуля cups" + +#, fuzzy +#~ msgid "Checking for old style application menus" +#~ msgstr "Проверка поддержки gettext" + +#, fuzzy +#~ msgid "Found %s duplicate values for attribute 'uidNumber'." +#~ msgstr "Укажите корректный номер телефона." + +#, fuzzy +#~ msgid "Found %s duplicate values for attribute 'gidNumber'." +#~ msgstr "Укажите корректный номер телефона." + +#, fuzzy +#~ msgid "Move" +#~ msgstr "Режим" + +#, fuzzy +#~ msgid "Cannot migrate department '%s':" +#~ msgstr "Список подразделений" + +#, fuzzy +#~ msgid "GOsa 2.5 administrative accounts found: %s" +#~ msgstr "Создать настройки запись эл. почты" + +#, fuzzy +#~ msgid "There is no valid GOsa 2.6 administrator account inside your LDAP." +#~ msgstr "Создать настройки запись эл. почты" + +#, fuzzy +#~ msgid "Cannot move users to the requested department!" +#~ msgstr "Невозможно подключиться к серверу базы данных!" + +#, fuzzy +#~ msgid "to" +#~ msgstr "Отношение" + +#, fuzzy +#~ msgid "Copy '%s' to '%s' failed:" +#~ msgstr "Ошибка при выполнении \"%s\"!" + +#, fuzzy +#~ msgid "Updating '%s' failed: %s" +#~ msgstr "Служба печати" + +#, fuzzy +#~ msgid "Theme" +#~ msgstr "Мобильный" + +#, fuzzy +#~ msgid "Apache" +#~ msgstr "Отмена" + +#, fuzzy +#~ msgid "People and group storage" +#~ msgstr "Структурная единица (OU) пользователей" + +#, fuzzy +#~ msgid "People DN attribute" +#~ msgstr "Атрибут DN пользователей" + +#, fuzzy +#~ msgid "People storage subtree" +#~ msgstr "Структурная единица (OU) пользователей" + +#, fuzzy +#~ msgid "Group storage subtree" +#~ msgstr "OU групп" + +#, fuzzy +#~ msgid "Automatic UIDs" +#~ msgstr "автоматически" + +#, fuzzy +#~ msgid "Number base for people/groups" +#~ msgstr "База идентификаторов для пользователей/групп" + +#, fuzzy +#~ msgid "Password settings" +#~ msgstr "Почтовые настройки пользователя" + +#, fuzzy +#~ msgid "Password restrictions" +#~ msgstr "Срок действия пароля истекает" + +#, fuzzy +#~ msgid "Password change hook" +#~ msgstr "Сменить пароль" + +#, fuzzy +#~ msgid "Use account expiration" +#~ msgstr "Учетная запись" + +#, fuzzy +#~ msgid "" +#~ "GOsa always acts as admin and manages access rights internally. This is a " +#~ "workaround till OpenLDAP's in directory ACI's are fully implemented. " +#~ "For this to work, we need the admin DN and the corresponding password." +#~ msgstr "" +#~ "Сейчас вам нужно указать параметры доступа к LDAP-серверу. GOsa всегда " +#~ "выступает в роли администратора и управляет правами доступа " +#~ "самостоятельно. Это временное решение, пока в OpenLDAP не будут " +#~ "реализованы полностью средства контроля доступа (ACI) внутри каталогов. " +#~ "Чтобы это решение работало, укажите DN (уникальное имя) администратора и " +#~ "соответствующий пароль." + +#~ msgid "" +#~ "Some basic LDAP parameters are tunable and affect the locations where " +#~ "GOsa saves people and groups, including the way accounts get created. " +#~ "Check the values below if the fit your needs." +#~ msgstr "" +#~ "Некоторые основные параметры LDAP изменяемы и влияют на расположение " +#~ "сохраняемой информации о пользователях и группах, а также на способ " +#~ "создания учетных записей. Проверьте, подходят ли вам значения, указанные " +#~ "ниже." + +#, fuzzy +#~ msgid "Enable primary group filter" +#~ msgstr "Показать группы пользователей" + +#, fuzzy +#~ msgid "Display summary in listings" +#~ msgstr "Шаблон для групп" + +#, fuzzy +#~ msgid "Honour administrative units" +#~ msgstr "Управление группами" + +#, fuzzy +#~ msgid "Smarty compile directory" +#~ msgstr "Домашний каталог" + +#, fuzzy +#~ msgid "Path for PPD storage" +#~ msgstr "Хэширование паролей" + +#, fuzzy +#~ msgid "Path for kiosk profile storage" +#~ msgstr "Почтовые настройки пользователя" + +#, fuzzy +#~ msgid "Mail queue script" +#~ msgstr "Путь к сценариям" + +#, fuzzy +#~ msgid "Notification script" +#~ msgstr "Изменить сертификаты" + +#, fuzzy +#~ msgid "Warn if session is not encrypted" +#~ msgstr "Данные, передаваемые в течение этого сеанса, не будут зашифрованы." + +#, fuzzy +#~ msgid "Remember dialog filter settings" +#~ msgstr "Общая информация о пользователе" + +#, fuzzy +#~ msgid "Session lifetime" +#~ msgstr "Конфликт сеансов" + +#, fuzzy +#~ msgid "Show PHP errors" +#~ msgstr "Ошибка LDAP:" + +#, fuzzy +#~ msgid "Maximum LDAP query time" +#~ msgstr "Размер квоты" + +#, fuzzy +#~ msgid "Debug level" +#~ msgstr "Уровень информативности" + +#, fuzzy +#~ msgid "Disabled" +#~ msgstr "отключен" + +#, fuzzy +#~ msgid "Move selected workstations" +#~ msgstr "Выберите чтобы посмотреть рабочие станции" + +#, fuzzy +#~ msgid "Hide changes" +#~ msgstr "Удалить телефонный аккаунт" + +#, fuzzy +#~ msgid "Show changes" +#~ msgstr "Показать телефоны" + +#, fuzzy +#~ msgid "Move selected users into this people tree" +#~ msgstr "Создать шаблон" + +#, fuzzy +#~ msgid "Migrate GOsa 2.5 administrative accounts" +#~ msgstr "Создать настройки запись эл. почты" + +#, fuzzy +#~ msgid "Abort" +#~ msgstr "Порт" + +#, fuzzy +#~ msgid "Refresh" +#~ msgstr "Ссылки" + +#, fuzzy +#~ msgid "GOsa setup wizard" +#~ msgstr "Почтовые настройки пользователя" + +#, fuzzy +#~ msgid "Installation" +#~ msgstr "Рабочая станция" + +#, fuzzy +#~ msgid "GOsa settings 1/3" +#~ msgstr "Почтовые настройки пользователя" + +#~ msgid "People storage ou" +#~ msgstr "Структурная единица (OU) пользователей" + +#~ msgid "Group storage ou" +#~ msgstr "OU групп" -#: include/class_gosaSupportDaemon.inc:112 -msgid "GOsa support daemon" -msgstr "" +#, fuzzy +#~ msgid "The given password differ value is not numeric." +#~ msgstr "Значение поля \"Квота\" некорректно." -#: include/class_gosaSupportDaemon.inc:787 #, fuzzy -msgid "Cannot not parse XML!" -msgstr "Слишком много пользователей, невозможно создать идентификатор!" +#~ msgid "Available members" +#~ msgstr "Доступные приложения" -#: include/class_gosaSupportDaemon.inc:1184 -#, fuzzy, php-format -msgid "Cannot send abort event for entry %s!" -msgstr "Удалить" +#, fuzzy +#~ msgid "Login screen" +#~ msgstr "Служба печати" -#: include/class_gosaSupportDaemon.inc:1204 -#, fuzzy, php-format -msgid "Cannot remove entry %s!" -msgstr "состояние неизвестно" +#, fuzzy +#~ msgid "" +#~ "Please use your username and your password to log into the site " +#~ "administration system." +#~ msgstr "" +#~ "Чтобы войти в систему
введите свои имя пользователя и " +#~ "пароль." -#: include/class_management.inc:459 include/class_plugin.inc:1434 -#, fuzzy, php-format -msgid "You are not allowed to create a snapshot for %s." -msgstr "Вам не разрешено менять пароль." +#~ msgid "Directory" +#~ msgstr "Каталог" -#: include/class_management.inc:506 include/class_management.inc:543 -#: include/class_management.inc:557 include/class_plugin.inc:1446 -#: include/class_plugin.inc:1461 include/class_plugin.inc:1474 -#, fuzzy, php-format -msgid "You are not allowed to restore a snapshot for %s." -msgstr "Вам не разрешено менять пароль." +#~ msgid "Sign in" +#~ msgstr "Войти" -#: include/class_management.inc:616 -#, php-format -msgid "" -"No tab declaration for '%s' found in your configuration file. Cannot create " -"plugin instance!" -msgstr "" +#~ msgid "" +#~ "This may be used by several groups. Please double check if your really " +#~ "want to do this since there is no way for GOsa to get your data back." +#~ msgstr "" +#~ "Это приложение может использоваться несколькими группами. Подумайте еще " +#~ "раз, действительно ли вы хотите удалить его, так как GOsa не сможет " +#~ "отменить результаты этой операции." -#: include/class_plugin.inc:527 -msgid "" -"The object has changed since opened in GOsa. All changes that may be done by " -"others get lost if you save this entry!" -msgstr "" +#, fuzzy +#~ msgid "" +#~ "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." +#~ msgstr "" +#~ "Если вы уверены в своих действиях, нажмите на кнопку Удалить, " +#~ "иначе нажмите Отмена." -#: include/class_plugin.inc:1690 -msgid "Changing ACL dn" -msgstr "" +#~ msgid "Main" +#~ msgstr "Начало" -#: include/class_plugin.inc:1690 -#, fuzzy -msgid "from" -msgstr "и" +#~ msgid "Help" +#~ msgstr "Справка" + +#~ msgid "Sign out" +#~ msgstr "Выход" + +#~ msgid "Signed in:" +#~ msgstr "Пользователь:" -#: include/class_plugin.inc:1874 include/class_plugin.inc:1876 #, fuzzy -msgid "Restore" -msgstr "Повторить" +#~ msgid "Change your password" +#~ msgstr "Сменить пароль" -#: include/class_plugin.inc:1899 #, fuzzy -msgid "Create snapshot" -msgstr "Создать настройки запись эл. почты" +#~ msgid "Success" +#~ msgstr "Экспорт успешен." -#: include/class_plugin.inc:1918 #, fuzzy -msgid "cut" -msgstr "Выполнить" +#~ msgid "New password repeated" +#~ msgstr "Новый пароль" -#: include/class_plugin.inc:1926 -msgid "copy" -msgstr "" +#, fuzzy +#~ msgid "Change" +#~ msgstr "Канал" -#: include/class_session.inc:76 include/class_session.inc:101 -#: include/class_session.inc:127 #, fuzzy -msgid "Requested channel does not exist! Please contact your Administrator." -msgstr "" -"Имя/идентификатор пользователя не уникальны. Проверьте свою базу данных LDAP." +#~ msgid "Click here to change your password" +#~ msgstr "У вас недостаточно прав для смены своего пароля." -#: html/helpviewer.php:64 -msgid "Help browser" -msgstr "" +#~ msgid "UNIX" +#~ msgstr "Unix" -#: html/helpviewer.php:118 -#, fuzzy -msgid "There is no helpfile specified for this class" -msgstr "Метод '%s' не описан в вашем файле конфигурации." +#~ msgid "FTP" +#~ msgstr "FTP" -#: html/helpviewer.php:269 -#, php-format -msgid "Helpdir '%s' is not accessible, can't read any helpfiles." -msgstr "" +#~ msgid "Thin Client" +#~ msgstr "Тонкий клиент" -#: html/index.php:45 -#, php-format -msgid "Your browser (%s) is blacklisted for the current theme." -msgstr "" +#~ msgid "Object name" +#~ msgstr "Имя объекта" -#: html/index.php:70 -#, php-format -msgid "This session is not ecrypted. Click %s to enter an encrypted session." -msgstr "" +#~ msgid "This object has no relationship to other objects." +#~ msgstr "Данный объект не имеет ссылок на другие объекты" -#: html/index.php:70 #, fuzzy -msgid "here" -msgstr "Мобильный" +#~ msgid "" +#~ "Changing the password affects your authentification on mail, proxy, samba " +#~ "and unix services." +#~ msgstr "" +#~ "Изменение пароля влияет на аутентификацию при использовании почты, прокси-" +#~ "сервера, Samba и служб UNIX." -#: html/index.php:76 -msgid "" -"The session lifetime configured in your gosa.conf will be overridden by php." -"ini settings." -msgstr "" +#, fuzzy +#~ msgid "User identification" +#~ msgstr "Информация" -#: html/index.php:156 html/password.php:61 -#, fuzzy, php-format -msgid "GOsa configuration %s/%s is not readable. Aborted." -msgstr "" -"Не удается прочитать файл настройки GOsa %s/gosa.conf. Операция прервана." +#~ msgid "Personal picture" +#~ msgstr "Изображение" -#: html/index.php:177 #, fuzzy -msgid "Smarty error" -msgstr "Состояние системы" +#~ msgid "In all groups" +#~ msgstr "Основная группа" -#: html/index.php:177 html/password.php:88 html/setup.php:66 -#, fuzzy, php-format -msgid "Directory '%s' specified as compile directory is not accessible!" -msgstr "Недоступен каталог \"%s\", указанный как каталог компиляции!" +#, fuzzy +#~ msgid "Not in all groups" +#~ msgstr "Показать группы с эл. почтой" -#: html/index.php:228 -msgid "There is a problem with the authentication setup!" -msgstr "" +#, fuzzy +#~ msgid "! unknown UID" +#~ msgstr "состояние неизвестно" -#: html/index.php:236 -msgid "Cannot find a valid user for the current authentication setup!" -msgstr "" +#, fuzzy +#~ msgid "All categories" +#~ msgstr "Категория" -#: html/index.php:240 -msgid "User information is not unique accross the configured LDAP trees!" -msgstr "" +#, fuzzy +#~ msgid "Systems" +#~ msgstr "Системы" -#: html/index.php:277 -msgid "Cannot detect information about the installed LDAP schema!" -msgstr "" +#~ msgid "Startup" +#~ msgstr "Запуск" -#: html/index.php:290 -msgid "Your LDAP setup contains old schema definitions:" -msgstr "" +#, fuzzy +#~ msgid "Cannot bind to LDAP. Please contact the system administrator." +#~ msgstr "" +#~ "Не удается начать сеанс на LDAP-сервере. Обратитесь к системному " +#~ "администратору." -#: html/index.php:311 -msgid "Please specify a valid username!" -msgstr "Введите корректное имя пользователя!" +#, fuzzy +#~ msgid "Password reset" +#~ msgstr "Срок действия пароля истекает" -#: html/index.php:314 -msgid "Please specify your password!" -msgstr "Введите свой пароль!" +#, fuzzy +#~ msgid "Down" +#~ msgstr "Домен" -#: html/index.php:326 #, fuzzy -msgid "Authentication error" -msgstr "Рабочая станция Windows" +#~ msgid "" +#~ "Username / UID is not unique inside the LDAP tree. Please contact your " +#~ "Administrator." +#~ msgstr "" +#~ "Имя/идентификатор пользователя не уникальны. Проверьте свою базу данных " +#~ "LDAP." -#: html/index.php:326 -msgid "Cannot retrieve user information for htaccess authentication!" -msgstr "" +#, fuzzy +#~ msgid "" +#~ "Cannot create locking information in LDAP tree. Please contact your " +#~ "administrator!" +#~ msgstr "" +#~ "Не удается считать блокировку в базе данных LDAP. Проверьте, раздел " +#~ "\"config\" в файле gosa.conf!" -#: html/index.php:333 html/password.php:250 -msgid "Please check the username/password combination." -msgstr "Проверьте, правильно ли вы ввели имя пользователя и пароль." +#, fuzzy +#~ msgid "LDAP server returned: %s" +#~ msgstr "LDAP-сервер" -#: html/index.php:381 #, fuzzy -msgid "Account locked. Please contact your system administrator!" -msgstr "" -"Не удается начать сеанс на LDAP-сервере. Обратитесь к системному " -"администратору." +#~ msgid "" +#~ "Found multiple locks for object to be locked. This should not happen - " +#~ "cleaning up multiple references." +#~ msgstr "" +#~ "Для блокируемого объекта обнаружено несколько блокировок. Этого быть не " +#~ "должно, проверьте работу LDAP." -#: html/index.php:425 -msgid "" -"Your browser has cookies disabled. Please enable cookies and reload this " -"page before logging in!" -msgstr "" +#~ msgid "" +#~ "Set the new size limit to %s and show me this message if the limit still " +#~ "exceeds" +#~ msgstr "" +#~ "Установить новое значение лимита в %s и показать мне это сообщение если " +#~ "лимит будет исчерпан." -#: html/password.php:181 -msgid "Error: Password method not available!" -msgstr "" +#~ msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" +#~ msgstr "*АБВГДЕЁЖЗИЙКЛМНОПРСТУФХЦЧШЩЫЭЮЯ0123456789" -#: html/password.php:254 -msgid "You have no permissions to change your password." -msgstr "У вас недостаточно прав для смены своего пароля." +#, fuzzy +#~ msgid "LDAP warning" +#~ msgstr "Экспорт в LDIF" -#: html/password.php:279 -#, fuzzy, php-format -msgid "External password changer reported a problem: %s" -msgstr "При попытке сменить пароль извне возникла проблема: " +#, fuzzy +#~ msgid "" +#~ "Command '%s', specified as POSTMODIFY for plugin '%s' doesn't seem to " +#~ "exist." +#~ msgstr "" +#~ "Не удается найти команду \"%s\", указанную в поле POSTREMOVE модуля \"%s" +#~ "\"." -#: html/password.php:314 -msgid "Session will not be encrypted." -msgstr "Данные, передаваемые в течение этого сеанса, не будут зашифрованы." +#, fuzzy +#~ msgid "Select to list objects of type '%s'." +#~ msgstr "Выбрать объекты для добавления" -#: html/password.php:316 -msgid "Enter SSL session" -msgstr "Использовать шифрование SSL" +#, fuzzy +#~ msgid "Select to list objects containig '%s'." +#~ msgstr "Показать группы с пользователями" -#: html/setup.php:66 #, fuzzy -msgid "Smarty" -msgstr "Запуск" +#~ msgid "Select to list objects that have '%s' enabled" +#~ msgstr "Выбрать объекты для добавления" -#: html/main.php:150 -#, php-format -msgid "Cannot locate file '%s' - please run '%s' to fix this" -msgstr "" +#, fuzzy +#~ msgid "Select to search within subtrees" +#~ msgstr "Искать в поддеревьях" -#: html/main.php:169 #, fuzzy -msgid "PHP configuration" -msgstr "Базы данных" +#~ msgid "in" +#~ msgstr "Начало" -#: html/main.php:170 #, fuzzy -msgid "" -"FATAL: Register globals is on. GOsa will refuse to login unless this is " -"fixed by an administrator." -msgstr "" -"Используется механизм register_globals. GOsa не допустит пользователей в " -"систему, пока он не будет отключен администратором." +#~ msgid "on line" +#~ msgstr "Продолжить" -#: html/main.php:230 -msgid "Running out of memory!" -msgstr "" +#, fuzzy +#~ msgid "Role: %s" +#~ msgstr "Роль" -#: html/main.php:289 #, fuzzy -msgid "ACLs are disabled" -msgstr "отключен" +#~ msgid "Go up one department" +#~ msgstr "Подразделение" -#: html/main.php:289 html/main.php:291 -#, php-format -msgid "You're logged in as %s" -msgstr "" +#, fuzzy +#~ msgid "Go to users department" +#~ msgstr "Выберите подразделение" -#: html/main.php:341 #, fuzzy -msgid "Your password is about to expire, please change your password!" -msgstr "У вас недостаточно прав для смены своего пароля." +#~ msgid "Remove snapshot" +#~ msgstr "Создать настройки запись эл. почты" -#: html/main.php:351 #, fuzzy -msgid "Plugin" -msgstr "в" +#~ msgid "Toggle information" +#~ msgstr "Личная информация" -#: html/main.php:352 -#, fuzzy, php-format -msgid "FATAL: Cannot find any plugin definitions for plugin '%s'!" -msgstr "Не удается найти определение для модуля \"%s\"!" +#, fuzzy +#~ msgid "All objects in this category" +#~ msgstr "Описание группы" -#: html/main.php:367 #, fuzzy -msgid "Configuration Error" -msgstr "Настроить" +#~ msgid "from" +#~ msgstr "и" -#: html/main.php:368 -#, php-format -msgid "" -"FATAL: not all POST variables have been transfered by PHP - please inform " -"your administrator!" -msgstr "" +#, fuzzy +#~ msgid "Restore" +#~ msgstr "Повторить" + +#, fuzzy +#~ msgid "cut" +#~ msgstr "Выполнить" + +#, fuzzy +#~ msgid "" +#~ "FATAL: Register globals is on. GOsa will refuse to login unless this is " +#~ "fixed by an administrator." +#~ msgstr "" +#~ "Используется механизм register_globals. GOsa не допустит пользователей в " +#~ "систему, пока он не будет отключен администратором." #, fuzzy #~ msgid "Prpperties" @@ -6899,24 +7642,13 @@ msgstr "" #~ "сохранены, поэтому закройте все окна, кроме одного, и начните сеанс " #~ "заново." -#~ msgid "Logout" -#~ msgstr "Выход" - #~ msgid "External password changer reported a problem: " #~ msgstr "При попытке сменить пароль извне возникла проблема: " -#, fuzzy -#~ msgid "Session is not encrypted!" -#~ msgstr "Данные, передаваемые в течение этого сеанса, не будут зашифрованы." - #, fuzzy #~ msgid "You're going to edit the LDAP entry/entries %s" #~ msgstr "Вы собираетесь удалить объект %s." -#, fuzzy -#~ msgid "Filter" -#~ msgstr "Фильтры" - #, fuzzy #~ msgid "Show department" #~ msgstr "Показать подразделения" @@ -7038,9 +7770,6 @@ msgstr "" #~ "действительно хотите удалить ее, так как GOsa не сможет отменить " #~ "результаты этой операции." -#~ msgid "Show primary groups" -#~ msgstr "Показать основные группы" - #~ msgid "Show samba groups" #~ msgstr "Показать группы samba" @@ -7121,14 +7850,6 @@ msgstr "" #~ msgid "Group selection filter" #~ msgstr "Настройки Samba" -#, fuzzy -#~ msgid "List filter settings" -#~ msgstr "Почтовые настройки пользователя" - -#, fuzzy -#~ msgid "All" -#~ msgstr "Все" - #, fuzzy #~ msgid "Posix extension settings" #~ msgstr "Атрибуты UNIX" @@ -7325,10 +8046,6 @@ msgstr "" #~ msgid "functional groups" #~ msgstr "Показать обычные группы" -#, fuzzy -#~ msgid "Not allowed" -#~ msgstr "Сменить пароль" - #, fuzzy #~ msgid "Number of listed groups" #~ msgstr "Название группы" @@ -7344,10 +8061,6 @@ msgstr "" #~ msgid "templates" #~ msgstr "Шаблон" -#, fuzzy -#~ msgid "GOsa object" -#~ msgstr "Объект" - #, fuzzy #~ msgid "functional users" #~ msgstr "Показать обычных пользователей" @@ -7411,9 +8124,6 @@ msgstr "" #~ msgid "Regular expression for matching department names" #~ msgstr "Регулярное выражение, соответствующее именам подразделений" -#~ msgid "Department management" -#~ msgstr "Управление подразделениями" - #, fuzzy #~ msgid "" #~ "This includes all system and setup informations. Please double check if " @@ -7508,10 +8218,6 @@ msgstr "" #~ msgid "Role name" #~ msgstr "Имя сервера" -#, fuzzy -#~ msgid "Role description" -#~ msgstr "Описание подразделения" - #, fuzzy #~ msgid "Override sudo role ou" #~ msgstr "состояние неизвестно" @@ -7527,10 +8233,6 @@ msgstr "" #~ msgid "add" #~ msgstr "Добавить" -#, fuzzy -#~ msgid "remove" -#~ msgstr "Удалить" - #~ msgid "You're about to delete the whole LDAP subtree placed under '%s'." #~ msgstr "Вы собираетесь удалить целую ветку LDAP с корнем в \"%s\"." @@ -7570,10 +8272,6 @@ msgstr "" #~ msgid "Heimdal options" #~ msgstr "Почтовые настройки" -#, fuzzy -#~ msgid "Hour" -#~ msgstr "час" - #, fuzzy #~ msgid "Day" #~ msgstr "день" @@ -7620,9 +8318,6 @@ msgstr "" #~ msgid "Common name" #~ msgstr "Местоположение" -#~ msgid "Server name" -#~ msgstr "Имя сервера" - #, fuzzy #~ msgid "Servers of %s on %s" #~ msgstr "Серверы" @@ -7667,10 +8362,6 @@ msgstr "" #~ msgid "Email address" #~ msgstr "Основной адрес" -#, fuzzy -#~ msgid "Postal Code" -#~ msgstr "Почтовый индекс" - #, fuzzy #~ msgid "Title" #~ msgstr "Файлы" @@ -7732,10 +8423,6 @@ msgstr "" #~ msgid "Sudo role" #~ msgstr "состояние неизвестно" -#, fuzzy -#~ msgid "Command" -#~ msgstr "и" - #, fuzzy #~ msgid "Run as user" #~ msgstr "Пользователи домена" @@ -7884,10 +8571,6 @@ msgstr "" #~ msgid "Show groups with '%s'" #~ msgstr "Показать группы с пользователями" -#, fuzzy -#~ msgid "server" -#~ msgstr "серверы" - #, fuzzy #~ msgid "Show %s user" #~ msgstr "Показать пользователей Samba" @@ -8425,10 +9108,6 @@ msgstr "" #~ msgid "Cannot find a DESC tag in file '%s'!" #~ msgstr "Удалить" -#, fuzzy -#~ msgid "Notification" -#~ msgstr "Специальность" - #, fuzzy #~ msgid "Notification plugin" #~ msgstr "Изменить сертификаты" @@ -8441,10 +9120,6 @@ msgstr "" #~ msgid "Notification target" #~ msgstr "Изменить сертификаты" -#, fuzzy -#~ msgid "Recipients" -#~ msgstr "Описание" - #~ msgid "Message" #~ msgstr "Сообщение" @@ -8512,9 +9187,6 @@ msgstr "" #~ msgid "Please enter a valid path in 'Home directory' field." #~ msgstr "Введите корректный путь в поле \"Домашний каталог\"." -#~ msgid "Value specified as 'UID' is not valid." -#~ msgstr "Значение поля \"UID\" некорректно." - #~ msgid "Value specified as 'GID' is not valid." #~ msgstr "Значение поля 'GID' некорректно." @@ -8719,10 +9391,6 @@ msgstr "" #~ msgid "Available targets" #~ msgstr "Доступные приложения" -#, fuzzy -#~ msgid "Show object groups" -#~ msgstr "Объединения" - #, fuzzy #~ msgid "You are not allowed to delete this acl!" #~ msgstr "У вас недостаточно прав для удаления этой группы!" @@ -8799,10 +9467,6 @@ msgstr "" #~ msgid "Packages" #~ msgstr "Показать телефоны" -#, fuzzy -#~ msgid "GOsa logs" -#~ msgstr "Служба печати" - #, fuzzy #~ msgid "" #~ "Can't connect to glpi database, there is no mysl extension available in " diff --git a/gosa-core/locale/core/vi/LC_MESSAGES/messages.po b/gosa-core/locale/core/vi/LC_MESSAGES/messages.po index b0219a979..45bb4ff0d 100644 --- a/gosa-core/locale/core/vi/LC_MESSAGES/messages.po +++ b/gosa-core/locale/core/vi/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: VIcore2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-04-16 10:37+0200\n" +"POT-Creation-Date: 2010-06-07 14:39+0200\n" "PO-Revision-Date: 2008-07-04 09:59+0200\n" "Last-Translator: Stefan Koehler \n" "Language-Team: Vietnamese\n" @@ -18,72 +18,61 @@ msgstr "" "X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=1; plural=0;\n" -#: setup/setup_ldap.tpl:7 +#: setup/setup_ldap.tpl:2 +msgid "" +"The main data source used in GOsa is LDAP. In order to access the " +"information stored there, please enter the required information." +msgstr "" + +#: setup/setup_ldap.tpl:9 msgid "Please choose the LDAP user to be used by GOsa" msgstr "Xin hãy chọn người dùng LDAP để được sử dụng bởi GOsa" -#: setup/setup_ldap.tpl:13 ihtml/themes/default/help.tpl:21 -#: ihtml/themes/modern/help.tpl:21 include/class_filter.inc:228 +#: setup/setup_ldap.tpl:15 ihtml/themes/default/help.tpl:21 +#: include/class_filter.inc:158 include/class_filter.inc:228 msgid "Search" msgstr "Tìm kiếm" -#: setup/setup_ldap.tpl:17 setup/setup_migrate.tpl:169 -#: setup/setup_migrate.tpl:224 setup/setup_migrate.tpl:277 -#: setup/setup_migrate.tpl:346 setup/setup_migrate.tpl:405 -#: setup/setup_migrate.tpl:462 setup/setup_migrate.tpl:512 -#: setup/setup_migrate.tpl:560 setup/setup_migrate.tpl:609 -#: ihtml/themes/default/acl.tpl:30 ihtml/themes/default/acl.tpl:54 -#: ihtml/themes/default/acl.tpl:130 ihtml/themes/default/acl.tpl:147 -#: ihtml/themes/modern/acl.tpl:33 ihtml/themes/modern/acl.tpl:62 -#: ihtml/themes/modern/acl.tpl:133 ihtml/themes/modern/acl.tpl:150 -#: include/utils/class_msgPool.inc:324 +#: setup/setup_ldap.tpl:19 setup/setup_migrate.tpl:70 +#: ihtml/themes/default/acl.tpl:33 ihtml/themes/default/acl.tpl:62 +#: ihtml/themes/default/acl.tpl:133 ihtml/themes/default/acl.tpl:150 +#: include/utils/class_msgPool.inc:307 #, php-format msgid "Apply" msgstr "Áp dụng" -#: setup/setup_ldap.tpl:19 setup/setup_migrate.tpl:172 -#: setup/setup_migrate.tpl:227 setup/setup_migrate.tpl:279 -#: setup/setup_migrate.tpl:348 setup/setup_migrate.tpl:408 -#: setup/setup_migrate.tpl:465 setup/setup_migrate.tpl:515 -#: setup/setup_migrate.tpl:563 setup/setup_migrate.tpl:612 -#: ihtml/themes/default/acl.tpl:134 ihtml/themes/default/acl.tpl:150 +#: setup/setup_ldap.tpl:20 setup/setup_migrate.tpl:71 +#: ihtml/themes/default/acl.tpl:137 ihtml/themes/default/acl.tpl:153 #: ihtml/themes/default/copyPasteDialog.tpl:21 -#: ihtml/themes/default/remove.tpl:15 ihtml/themes/default/islocked.tpl:19 +#: ihtml/themes/default/islocked.tpl:26 #: ihtml/themes/default/snapshotdialog.tpl:44 -#: ihtml/themes/default/snapshotdialog.tpl:89 -#: ihtml/themes/default/msg_dialog.tpl:79 -#: ihtml/themes/default/msg_dialog.tpl:139 -#: ihtml/themes/default/msg_dialog.tpl:144 ihtml/themes/modern/acl.tpl:137 -#: ihtml/themes/modern/acl.tpl:153 ihtml/themes/modern/copyPasteDialog.tpl:21 -#: ihtml/themes/modern/islocked.tpl:26 -#: ihtml/themes/modern/snapshotdialog.tpl:44 -#: ihtml/themes/modern/snapshotdialog.tpl:90 -#: ihtml/themes/modern/msg_dialog.tpl:80 -#: ihtml/themes/modern/msg_dialog.tpl:141 -#: ihtml/themes/modern/msg_dialog.tpl:146 include/utils/class_msgPool.inc:312 +#: ihtml/themes/default/snapshotdialog.tpl:90 +#: ihtml/themes/default/msg_dialog.tpl:80 +#: ihtml/themes/default/msg_dialog.tpl:141 +#: ihtml/themes/default/msg_dialog.tpl:146 include/utils/class_msgPool.inc:295 #, php-format msgid "Cancel" msgstr "Hủy bỏ" -#: setup/setup_ldap.tpl:28 +#: setup/setup_ldap.tpl:28 setup/setup_ldap.tpl:29 msgid "LDAP connection" msgstr "Kết nối LDAP" -#: setup/setup_ldap.tpl:32 +#: setup/setup_ldap.tpl:31 msgid "Location name" msgstr "Tên vị trí" -#: setup/setup_ldap.tpl:40 +#: setup/setup_ldap.tpl:35 #, fuzzy msgid "Connection URI" msgstr "Kết nối URL" -#: setup/setup_ldap.tpl:48 +#: setup/setup_ldap.tpl:39 msgid "TLS connection" msgstr "Kết nối TLS" -#: setup/setup_ldap.tpl:58 plugins/personal/generic/generic.tpl:170 -#: plugins/personal/generic/class_user.inc:1692 +#: setup/setup_ldap.tpl:47 plugins/personal/generic/generic.tpl:170 +#: plugins/personal/generic/class_user.inc:1726 #: plugins/personal/posix/groupSelect/group-list.tpl:12 #: plugins/personal/posix/trustSelect/trust-list.tpl:12 #: plugins/admin/users/user-list.tpl:12 @@ -92,13 +81,13 @@ msgstr "Kết nối TLS" #: plugins/admin/groups/generic.tpl:39 #: plugins/admin/groups/userSelect/user-list.tpl:12 #: plugins/admin/groups/group-list.tpl:12 -#: plugins/admin/groups/class_group.inc:1023 +#: plugins/admin/groups/class_group.inc:1039 #: plugins/admin/departments/class_domain.inc:92 #: plugins/admin/departments/generic.tpl:39 #: plugins/admin/departments/organization.tpl:39 #: plugins/admin/departments/class_localityGeneric.inc:94 #: plugins/admin/departments/locality.tpl:28 -#: plugins/admin/departments/class_department.inc:671 +#: plugins/admin/departments/class_department.inc:679 #: plugins/admin/departments/dcObject.tpl:28 #: plugins/admin/departments/domain.tpl:28 #: plugins/admin/departments/country.tpl:28 @@ -107,87 +96,56 @@ msgstr "Kết nối TLS" #: plugins/admin/departments/class_organizationGeneric.inc:125 #: plugins/admin/departments/class_dcObject.inc:93 #: plugins/admin/acl/acl_role.tpl:27 plugins/admin/acl/acl-list.tpl:12 -#: plugins/admin/acl/class_aclRole.inc:725 +#: plugins/admin/acl/class_aclRole.inc:739 #: plugins/admin/ogroups/generic.tpl:26 #: plugins/admin/ogroups/objectSelect/selectObject-list.tpl:12 -#: plugins/admin/ogroups/class_ogroup.inc:850 +#: plugins/admin/ogroups/class_ogroup.inc:834 #: plugins/admin/ogroups/ogroup-list.tpl:12 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:114 +#: plugins/addons/dyngroup/dyngroup.tpl:5 msgid "Base" msgstr "Cơ sở" -#: setup/setup_ldap.tpl:68 setup/setup_migrate.tpl:273 +#: setup/setup_ldap.tpl:57 msgid "Reload" msgstr "Tải lại" -#: setup/setup_ldap.tpl:72 +#: setup/setup_ldap.tpl:63 setup/setup_ldap.tpl:64 msgid "Authentication" msgstr "Thẩm định quyền" -#: setup/setup_ldap.tpl:76 +#: setup/setup_ldap.tpl:66 msgid "Admin DN" msgstr "Admin DN" -#: setup/setup_ldap.tpl:81 -#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:79 +#: setup/setup_ldap.tpl:71 msgid "Select user" msgstr "Chọn người dùng" -#: setup/setup_ldap.tpl:89 +#: setup/setup_ldap.tpl:81 msgid "Automatically append LDAP base to admin DN" msgstr "Tự động nối cơ sở LDAP với admin DN" -#: setup/setup_ldap.tpl:96 +#: setup/setup_ldap.tpl:85 msgid "Admin password" msgstr "Mật khẩu Admin" -#: setup/setup_ldap.tpl:104 +#: setup/setup_ldap.tpl:91 setup/setup_ldap.tpl:92 msgid "Schema based settings" msgstr "Thiết lập dựa trên Schema" -#: setup/setup_ldap.tpl:108 +#: setup/setup_ldap.tpl:94 msgid "Use rfc2307bis compliant groups" msgstr "Sử dụng các nhóm tuân thủ tiêu chuẩn rfc2307bis" -#: setup/setup_ldap.tpl:120 +#: setup/setup_ldap.tpl:105 setup/setup_ldap.tpl:106 msgid "Current status" msgstr "Tình trạng hiện tại" -#: setup/setup_ldap.tpl:124 ihtml/themes/default/msg_dialog.tpl:61 -#: ihtml/themes/default/msg_dialog.tpl:108 -#: plugins/admin/ogroups/class_ogroup.inc:200 +#: setup/setup_ldap.tpl:108 plugins/admin/ogroups/class_ogroup.inc:230 msgid "Information" msgstr "Thông tin" -#: setup/class_setupStep_Config3.inc:81 setup/class_setupStep_Config3.inc:82 -msgid "GOsa settings 3/3" -msgstr "Thiết lập GOsa 3/3" - -#: setup/class_setupStep_Config3.inc:83 -msgid "Tweak some GOsa core behaviour" -msgstr "Chỉnh sửa một số đặc tính lõi của GOsa" - -#: setup/class_setupStep_Config3.inc:93 setup/class_setupStep_Ldap.inc:74 -#: setup/class_setupStep_Config2.inc:136 setup/setup_feedback.tpl:65 -#: setup/setup_feedback.tpl:85 setup/class_setupStep_Schema.inc:86 -#: setup/class_setupStep_Config1.inc:88 -msgid "No" -msgstr "Không" - -#: setup/class_setupStep_Config3.inc:93 setup/class_setupStep_Ldap.inc:74 -#: setup/class_setupStep_Config2.inc:136 setup/setup_feedback.tpl:63 -#: setup/setup_feedback.tpl:83 setup/class_setupStep_Schema.inc:86 -#: setup/class_setupStep_Config1.inc:88 -msgid "Yes" -msgstr "Có" - -#: setup/class_setupStep_Config3.inc:212 -msgid "Session lifetime must be a numeric value!" -msgstr "Khoảng thời gian của phiên phải là một giá trị số!" - -#: setup/class_setupStep_Config3.inc:216 -msgid "Maximum LDAP query time must be a numeric value!" -msgstr "Thời gian tối đa để yêu cầu LDAP phải là một giá trị số!" - #: setup/setup_finish.tpl:3 msgid "Create your configuration file" msgstr "Tạo ra file cấu hình của bạn" @@ -196,286 +154,196 @@ msgstr "Tạo ra file cấu hình của bạn" msgid "Depending on the user name your webserver is running on:" msgstr "" -#: setup/setup_finish.tpl:28 +#: setup/setup_finish.tpl:27 msgid "Download configuration" msgstr "Tải cấu hình về" -#: setup/setup_finish.tpl:34 +#: setup/setup_finish.tpl:33 msgid "Status: " msgstr "Trạng thái: " -#: setup/setup_welcome.tpl:4 -msgid "" -"This seems to be the first time you start GOsa - we didn't find any " -"configuration right now. This simple wizard intends to help you while " -"setting it up." +#: setup/setup_welcome.tpl:3 +msgid "How to get started" msgstr "" -"Có vẻ đây là lần đầu tiên bạn khởi động Gosa - chúng tôi không tìm thấy cấu " -"hình nào ngay lúc này. Wizard đơn giản dự định giúp bạn trong khi đang cài " -"đặt nó." -#: setup/setup_welcome.tpl:8 -msgid "What will the wizard do for you?" -msgstr "Wizard sẽ giúp bạn những gì?" - -#: setup/setup_welcome.tpl:11 -msgid "Create a basic, single site configuration" -msgstr "Tạo ra một cấu hình trang đơn, đơn giản" +#: setup/setup_welcome.tpl:5 +msgid "" +"This seems to be the first time you run GOsa on this system. To start the " +"GOsa web interface you need a working configuration file, which can be " +"generated by this wizzard." +msgstr "" -#: setup/setup_welcome.tpl:12 -msgid "Tries to find problems within your PHP and LDAP setup" -msgstr "Cố gắng tìm ra vấn đề trong cài đặt PHP và LDAP của bạn " +#: setup/setup_welcome.tpl:9 +#, fuzzy +msgid "What you need to generate a configuration file:" +msgstr "Tạo ra file cấu hình của bạn" #: setup/setup_welcome.tpl:13 -msgid "Let you choose from a set of basic and advanced configuration switches" -msgstr "" -"Cho phép bạn lựa chọn từ một loạt các phím chuyển cấu hình cơ bản và cao cấp" +#, fuzzy +msgid "The hostname of your LDAP server" +msgstr "Trong khi chạy trên LDAP server %s" #: setup/setup_welcome.tpl:14 -msgid "Guided migration of existing LDAP trees" -msgstr "Di trú có hướng dẫn của các cây LDAP hiện có" +msgid "Installed GOsa and supplementary schemas" +msgstr "" + +#: setup/setup_welcome.tpl:15 +msgid "The LDAP base of your LDAP directory" +msgstr "" -#: setup/setup_welcome.tpl:17 -msgid "What will the wizard NOT do for you?" -msgstr "Wizard không thể làm gì được cho bạn?" +#: setup/setup_welcome.tpl:16 +msgid "The DN and the password of the LDAP admin user" +msgstr "" #: setup/setup_welcome.tpl:20 -msgid "Find every possible configuration error" -msgstr "Tìm được mọi lỗi cấu hình có thể xảy ra" - -#: setup/setup_welcome.tpl:21 -msgid "Migrate every possible LDAP setup - create backup dumps!" -msgstr "Di trú mọi cài đặt LDAP - và tạo ra các xổ backup!" +msgid "" +"If you've collected the needed information, unlock the setup process like " +"shown in the next paragraph." +msgstr "" -#: setup/setup_welcome.tpl:25 -msgid "To continue..." -msgstr "Còn nữa..." +#: setup/setup_welcome.tpl:24 +#, fuzzy +msgid "Starting the setup" +msgstr "Cài đặt ngôn ngữ" -#: setup/setup_welcome.tpl:28 +#: setup/setup_welcome.tpl:26 +#, fuzzy msgid "" -"For security reasons you need to authenticate for the installation by " -"creating the file '/tmp/gosa.auth', containing the current session ID on the " -"servers local filesystem. This can be done by executing the following " -"command:" +"For security reasons you need to authenticate the installation by creating " +"the file '/tmp/gosa.auth', containing the current session ID on the servers " +"local filesystem. This can be done by executing the following command:" msgstr "" "Vì lý do an ninh, bạn cần phải xác minh việc cài đặt bằng cách tạo ra file '/" "tmp/gosa.auth', bao gồm phiên ID hiện tại trên hệ thống file nôi bộ của " "server. Ta làm việc này bằng cách chạy các lệnh sau:" -#: setup/setup_welcome.tpl:34 -msgid "Click the 'Continue' button when you've finished." +#: setup/setup_welcome.tpl:32 +#, fuzzy +msgid "Click the 'Next' button when you've finished." msgstr "Kích vào phím 'Continue' khi bạn làm xong." -#: setup/class_setup.inc:77 setup/class_setupStep_Feedback.inc:131 +#: setup/class_setup.inc:74 setup/class_setupStep_Feedback.inc:132 msgid "Setup error" msgstr "Lỗi cài đặt" -#: setup/class_setup.inc:197 +#: setup/class_setup.inc:183 +#, fuzzy +msgid "Setup" +msgstr "Đặt" + +#: setup/class_setup.inc:195 msgid "Completed" msgstr "Đã hoàn thành" -#: setup/class_setup.inc:267 setup/setup_migrate.tpl:291 +#: setup/class_setup.inc:235 +msgid "Check again" +msgstr "Kiểm tra lại" + +#: setup/class_setup.inc:238 msgid "Next" msgstr "Tiếp tục" -#: setup/setup_license.tpl:8 +#: setup/setup_license.tpl:3 +msgid "" +"GOsa is developed under the terms of the GNU General Public Licence V2. " +"Please accept the terms below." +msgstr "" + +#: setup/setup_license.tpl:11 msgid "I have read the license and accept it" msgstr "Tôi đã đọc giấy phép và chấp nhận nó" -#: setup/setup_config2.tpl:2 -msgid "Samba settings" -msgstr "Thiết lập Samba" - -#: setup/setup_config2.tpl:6 -msgid "Samba hash generator" -msgstr "Bộ tạo ra các hàm băm Samba" - -#: setup/setup_config2.tpl:15 -msgid "Samba SID" -msgstr "SID của Samba" - -#: setup/setup_config2.tpl:31 -msgid "RID base" -msgstr "Gốc RID" - -#: setup/setup_config2.tpl:46 -msgid "Workstation container" -msgstr "Công ten nơ chứa máy trạm" - -#: setup/setup_config2.tpl:61 -msgid "Samba SID mapping" -msgstr "Ánh xạ SID samba" - -#: setup/setup_config2.tpl:71 -msgid "Timezone" -msgstr "Múi giờ" - -#: setup/setup_config2.tpl:74 -msgid "Please choose your preferred timezone here" -msgstr "Xin hãy lựa chọn múi giờ bạn muốn ở đây" - -#: setup/setup_config2.tpl:96 -msgid "Additional GOsa settings" -msgstr "Thiết lập thêm của GOsa" - -#: setup/setup_config2.tpl:100 -msgid "Enable Copy & Paste" -msgstr "Bật chức năng Copy & Paste" - -#: setup/setup_config2.tpl:112 -msgid "Government mode" -msgstr "Chế độ nhà nước" - -#: setup/setup_config2.tpl:123 -#, fuzzy -msgid "GOsa logging" -msgstr "Màn hình đăng nhập GOsa" - -#: setup/setup_config2.tpl:135 -msgid "Mail settings" -msgstr "Thiết lập mail" - -#: setup/setup_config2.tpl:139 -msgid "Mail method" -msgstr "Phương pháp Mail" - -#: setup/setup_config2.tpl:143 -#: plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc:173 -msgid "disabled" -msgstr "Đã vô hiệu" - -#: setup/setup_config2.tpl:155 -msgid "Account identification attribute" -msgstr "Thuộc tính xác minh tài khoản" - -#: setup/setup_config2.tpl:169 -msgid "Vacation templates" -msgstr "Mẫu kỳ nghỉ" - -#: setup/setup_config2.tpl:185 -msgid "Use Cyrus UNIX style" -msgstr "Sử dụng phong cách Cyrus Unix" - -#: setup/setup_config2.tpl:195 -msgid "Snapshots / Undo" -msgstr "Snapshots/Undo" - -#: setup/setup_config2.tpl:204 setup/setup_config2.tpl:249 -msgid "Enable snapshots" -msgstr "Bật chức năng snapshots" - -#: setup/setup_config2.tpl:210 setup/setup_config2.tpl:255 -msgid "Snapshot base" -msgstr "Gốc snapshot" - -#: setup/setup_config2.tpl:219 setup/setup_config2.tpl:264 -#: plugins/generic/references/class_reference.inc:65 -#: plugins/personal/posix/trustSelect/trust-list.xml:12 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:23 -#: plugins/admin/ogroups/class_ogroupManagement.inc:187 -msgid "Server" -msgstr "Máy chủ (server)" - -#: setup/setup_config2.tpl:228 setup/setup_config2.tpl:273 -#: plugins/admin/users/user-list.xml:23 plugins/admin/users/user-list.xml:95 -#: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:15 -#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:14 -#: plugins/admin/groups/userSelect/user-list.xml:14 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:63 -#: plugins/admin/ogroups/class_ogroupManagement.inc:183 -msgid "User" -msgstr "Người dùng" - -#: setup/setup_config2.tpl:237 setup/setup_config2.tpl:282 -#: setup/setup_migrate.tpl:320 ihtml/themes/default/login.tpl:47 -#: ihtml/themes/default/login.tpl:49 ihtml/themes/default/password.tpl:40 -#: ihtml/themes/modern/login.tpl:47 ihtml/themes/modern/login.tpl:50 -#: plugins/personal/password/class_password.inc:26 -#: plugins/personal/generic/paste_generic.tpl:21 -msgid "Password" -msgstr "Mật khẩu" - -#: setup/class_setupStep_Ldap.inc:53 +#: setup/class_setupStep_Ldap.inc:54 msgid "LDAP setup" msgstr "Cài đặt LDAP" -#: setup/class_setupStep_Ldap.inc:54 +#: setup/class_setupStep_Ldap.inc:55 msgid "LDAP connection setup" msgstr "Thiết lập kết nối LDAP" -#: setup/class_setupStep_Ldap.inc:55 +#: setup/class_setupStep_Ldap.inc:56 msgid "" "This dialog performs the basic configuration of the LDAP connectivity for " "GOsa." msgstr "" "Đối thoại này chạy cấu hình đơn giản của khả năng kết nối LDAP với Gosa." -#: setup/class_setupStep_Ldap.inc:112 +#: setup/class_setupStep_Ldap.inc:75 setup/setup_feedback.tpl:41 +#: setup/setup_feedback.tpl:52 +msgid "No" +msgstr "Không" + +#: setup/class_setupStep_Ldap.inc:75 setup/setup_feedback.tpl:39 +#: setup/setup_feedback.tpl:50 +msgid "Yes" +msgstr "Có" + +#: setup/class_setupStep_Ldap.inc:113 #, php-format msgid "Anonymous bind to server '%s' failed!" msgstr "Kết nối nặc danh với server '%s' thất bại!" -#: setup/class_setupStep_Ldap.inc:114 +#: setup/class_setupStep_Ldap.inc:115 #, php-format msgid "Bind as user '%s' failed!" msgstr "Kết nối với vai trò người dùng '%s' thất bại!" -#: setup/class_setupStep_Ldap.inc:119 +#: setup/class_setupStep_Ldap.inc:120 #, php-format msgid "Anonymous bind to server '%s' succeeded." msgstr "Kết nối nặc danh đến server '%s' thành công." -#: setup/class_setupStep_Ldap.inc:120 +#: setup/class_setupStep_Ldap.inc:121 msgid "Please specify user and password!" msgstr "Xin hãy xác định người dùng và mật khẩu!" -#: setup/class_setupStep_Ldap.inc:122 +#: setup/class_setupStep_Ldap.inc:123 #, php-format msgid "Bind as user '%s' to server '%s' succeeded!" msgstr "Kết nối với tư cách người dùng '%s' đến server '%s' thành công!" -#: setup/class_setupStep_Feedback.inc:92 +#: setup/class_setupStep_Feedback.inc:94 msgid "UNIX accounts/groups" msgstr "Tài khoản/nhóm UNIX" -#: setup/class_setupStep_Feedback.inc:94 +#: setup/class_setupStep_Feedback.inc:96 msgid "Samba management" msgstr "Quản trị Samba" -#: setup/class_setupStep_Feedback.inc:96 +#: setup/class_setupStep_Feedback.inc:98 msgid "Mailsystem management" msgstr "Quản trị hệ thống thư" -#: setup/class_setupStep_Feedback.inc:98 +#: setup/class_setupStep_Feedback.inc:100 msgid "FAX system administration" msgstr "Quản trị hệ thống FAX" -#: setup/class_setupStep_Feedback.inc:100 +#: setup/class_setupStep_Feedback.inc:102 msgid "Asterisk administration" msgstr "Quản trị Asterisk" -#: setup/class_setupStep_Feedback.inc:102 +#: setup/class_setupStep_Feedback.inc:104 msgid "System inventory" msgstr "Bảng kiểm kê hệ thống" -#: setup/class_setupStep_Feedback.inc:104 +#: setup/class_setupStep_Feedback.inc:106 msgid "System-/Configmanagement" msgstr "Quản trị cấu hình/hệ thống-" -#: setup/class_setupStep_Feedback.inc:106 +#: setup/class_setupStep_Feedback.inc:108 msgid "Addressbook" msgstr "Sổ địa chỉ" -#: setup/class_setupStep_Feedback.inc:112 +#: setup/class_setupStep_Feedback.inc:114 #, fuzzy msgid "Feedback" msgstr "Lỗi phản hồi" -#: setup/class_setupStep_Feedback.inc:113 +#: setup/class_setupStep_Feedback.inc:115 msgid "Get notifications or send feedback" msgstr "Lấy thông báo và gửi phản hồi" -#: setup/class_setupStep_Feedback.inc:114 +#: setup/class_setupStep_Feedback.inc:116 msgid "Notification and feedback" msgstr "Thông báo và phản hồi " @@ -493,45 +361,29 @@ msgstr "Không thể gửi phản hồi đển '%s': %s" msgid "Cannot send feedback: service temporarily unavailable" msgstr "Không thể gửi phản hồi: dịch vụ hiện tại không có " -#: setup/class_setupStep_Feedback.inc:180 +#: setup/class_setupStep_Feedback.inc:181 msgid "Please specify a valid email address." msgstr "Xin hãy xác định một địa chỉ email hợp lệ." -#: setup/class_setupStep_Feedback.inc:184 +#: setup/class_setupStep_Feedback.inc:185 msgid "" "You have to select at least one of both options, subscribe or send feedback." msgstr "" "Bạn phải lựa chọn ít nhất mọt trong hai chọn lựa, thuê bao hoặc gửi phản hồi." -#: setup/class_setupStep_Config2.inc:80 setup/class_setupStep_Config2.inc:81 -msgid "GOsa settings 2/3" -msgstr "Các thiết lập GOsa 2/3" - -#: setup/class_setupStep_Config2.inc:82 -msgid "Customize special parameters" -msgstr "Tùy biến các thông số đặc biệt" - -#: setup/setup_schema.tpl:3 +#: setup/setup_schema.tpl:1 msgid "Schema specific settings" msgstr "Thiết lập cụ thể lược đồ (schema)" -#: setup/setup_schema.tpl:7 -msgid "Enable schema validation when logging in" -msgstr "Cho phép thông qua lược đồ khi đăng nhập" - -#: setup/setup_schema.tpl:16 -msgid "Check status" -msgstr "Kiểm tra trạng thái" - -#: setup/setup_schema.tpl:20 +#: setup/setup_schema.tpl:4 msgid "Schema check succeeded" msgstr "Kiểm tra lược đồ thành công" -#: setup/setup_schema.tpl:23 +#: setup/setup_schema.tpl:7 msgid "Schema check failed" msgstr "Kiểm tra lược đồ thất bại" -#: setup/setup_schema.tpl:31 +#: setup/setup_schema.tpl:11 msgid "" "Could not read any schema informations, all checks skipped. Adjust your ldap " "acls." @@ -539,7 +391,7 @@ msgstr "" "Không thể đọc một thông tin lược đồ nào, bỏ qua toàn bộ việc kiểm tra. Điều " "chỉnh các acls ldap của bạn." -#: setup/setup_schema.tpl:35 +#: setup/setup_schema.tpl:13 msgid "" "It seems that your ldap database wasn't initialized yet. This maybe the " "reason, why GOsa can't read your schema configuration!" @@ -547,15 +399,15 @@ msgstr "" "Dường như cơ sở dữ liệu Ldap của bạn vẫn chưa được khởi chạy trước. Đây có " "thể là lý do tại sao Gosa không thể đọc cấu hình lược đồ của bạn!" -#: setup/setup_feedback.tpl:5 +#: setup/setup_feedback.tpl:2 msgid "Feedback sucessfully send" msgstr "Phản hồi đã được gửi thành công" -#: setup/setup_feedback.tpl:15 +#: setup/setup_feedback.tpl:6 msgid "Subscribe to the gosa-announce mailinglist" msgstr "Thuê bao đến maillinglist do gosa công bố" -#: setup/setup_feedback.tpl:18 +#: setup/setup_feedback.tpl:8 msgid "" "When checking this option, GOsa will try to connect http://oss.gonicus.de in " "order to subscribe you to the gosa-announce mailing list. You've to confirm " @@ -565,37 +417,43 @@ msgstr "" "để có thể thuê bao bạn với mailing list mà gosa công bố. Bạn phải xác minh " "việc này bằng thư." -#: setup/setup_feedback.tpl:23 plugins/personal/generic/generic.tpl:301 -#: plugins/personal/generic/class_user.inc:1698 +#: setup/setup_feedback.tpl:10 setup/setup_feedback.tpl:12 +#: plugins/personal/generic/generic.tpl:301 +#: plugins/personal/generic/class_user.inc:1732 #: plugins/admin/departments/organization.tpl:4 #: plugins/admin/departments/dep-list.xml:47 #: plugins/admin/departments/dep-list.xml:131 -#: plugins/admin/departments/class_departmentManagement.inc:238 +#: plugins/admin/departments/class_departmentManagement.inc:241 #: plugins/admin/departments/dep-filter.xml:91 #: plugins/admin/departments/class_organizationGeneric.inc:113 #: plugins/admin/departments/class_organizationGeneric.inc:114 msgid "Organization" msgstr "Tổ chức" -#: setup/setup_feedback.tpl:31 setup/setup_migrate.tpl:304 -#: ihtml/themes/modern/userFilterEditor.tpl:11 -#: plugins/personal/generic/class_user.inc:1333 -#: plugins/personal/generic/class_user.inc:1351 -#: plugins/personal/generic/class_user.inc:1393 -#: plugins/personal/generic/class_user.inc:1838 +#: setup/setup_feedback.tpl:16 setup/setup_migrate.tpl:43 +#: setup/setup_migrate.tpl:45 ihtml/themes/default/userFilterEditor.tpl:11 +#: plugins/generic/references/class_reference.inc:57 +#: plugins/generic/references/class_reference.inc:63 +#: plugins/generic/references/class_reference.inc:69 +#: plugins/generic/references/class_reference.inc:75 +#: plugins/generic/references/class_reference.inc:81 +#: plugins/personal/generic/class_user.inc:1331 +#: plugins/personal/generic/class_user.inc:1349 +#: plugins/personal/generic/class_user.inc:1391 +#: plugins/personal/generic/class_user.inc:1872 #: plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc:45 #: plugins/personal/posix/groupSelect/group-list.xml:33 #: plugins/personal/posix/trustSelect/trust-list.xml:46 #: plugins/admin/users/class_userManagement.inc:423 #: plugins/admin/users/class_userManagement.inc:470 #: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:49 -#: plugins/admin/groups/class_group.inc:883 -#: plugins/admin/groups/class_group.inc:894 -#: plugins/admin/groups/class_group.inc:896 -#: plugins/admin/groups/class_group.inc:913 -#: plugins/admin/groups/class_group.inc:927 -#: plugins/admin/groups/class_group.inc:934 -#: plugins/admin/groups/class_group.inc:1021 +#: plugins/admin/groups/class_group.inc:886 +#: plugins/admin/groups/class_group.inc:897 +#: plugins/admin/groups/class_group.inc:899 +#: plugins/admin/groups/class_group.inc:916 +#: plugins/admin/groups/class_group.inc:930 +#: plugins/admin/groups/class_group.inc:937 +#: plugins/admin/groups/class_group.inc:1037 #: plugins/admin/groups/group-list.xml:41 #: plugins/admin/departments/class_domain.inc:47 #: plugins/admin/departments/class_domain.inc:49 @@ -608,11 +466,11 @@ msgstr "Tổ chức" #: plugins/admin/departments/class_localityGeneric.inc:55 #: plugins/admin/departments/class_localityGeneric.inc:57 #: plugins/admin/departments/class_localityGeneric.inc:59 -#: plugins/admin/departments/class_department.inc:355 #: plugins/admin/departments/class_department.inc:357 -#: plugins/admin/departments/class_department.inc:362 -#: plugins/admin/departments/class_department.inc:369 -#: plugins/admin/departments/class_department.inc:373 +#: plugins/admin/departments/class_department.inc:359 +#: plugins/admin/departments/class_department.inc:364 +#: plugins/admin/departments/class_department.inc:371 +#: plugins/admin/departments/class_department.inc:375 #: plugins/admin/departments/class_countryGeneric.inc:47 #: plugins/admin/departments/class_countryGeneric.inc:49 #: plugins/admin/departments/class_countryGeneric.inc:54 @@ -630,31 +488,33 @@ msgstr "Tổ chức" #: plugins/admin/departments/class_dcObject.inc:58 #: plugins/admin/departments/class_dcObject.inc:90 #: plugins/admin/acl/acl_role.tpl:7 plugins/admin/acl/acl-list.xml:49 -#: plugins/admin/acl/class_aclRole.inc:724 -#: plugins/admin/acl/class_aclRole.inc:736 -#: plugins/admin/acl/class_aclRole.inc:746 plugins/admin/acl/paste_role.tpl:4 +#: plugins/admin/acl/class_aclRole.inc:738 +#: plugins/admin/acl/class_aclRole.inc:750 +#: plugins/admin/acl/class_aclRole.inc:760 plugins/admin/acl/paste_role.tpl:4 #: plugins/admin/ogroups/objectSelect/selectObject-list.xml:97 +#: plugins/admin/ogroups/class_ogroup.inc:155 +#: plugins/admin/ogroups/class_ogroup.inc:652 #: plugins/admin/ogroups/class_ogroup.inc:667 -#: plugins/admin/ogroups/class_ogroup.inc:682 -#: plugins/admin/ogroups/class_ogroup.inc:686 -#: plugins/admin/ogroups/class_ogroup.inc:849 +#: plugins/admin/ogroups/class_ogroup.inc:671 +#: plugins/admin/ogroups/class_ogroup.inc:833 #: plugins/admin/ogroups/ogroup-list.xml:41 +#: plugins/addons/propertyEditor/property-list.xml:80 #: include/class_userFilterEditor.inc:233 -#: include/class_userFilterEditor.inc:237 include/class_acl.inc:263 +#: include/class_userFilterEditor.inc:237 include/class_acl.inc:262 #: include/class_SnapShotDialog.inc:55 include/class_userFilter.inc:55 #: include/class_userFilter.inc:150 msgid "Name" msgstr "Tên" -#: setup/setup_feedback.tpl:39 +#: setup/setup_feedback.tpl:20 msgid "Mail address" msgstr "Địa chỉ thư" -#: setup/setup_feedback.tpl:50 +#: setup/setup_feedback.tpl:28 msgid "Send feedback to the GOsa project team" msgstr "Gửi phản hồi lại cho nhóm phát triển dự án GOsa" -#: setup/setup_feedback.tpl:53 +#: setup/setup_feedback.tpl:31 msgid "" "When checking this option, GOsa will try to connect http://oss.gonicus.de in " "order to submit your form anonymously." @@ -662,387 +522,242 @@ msgstr "" "Khi kiểm tra lựa chọn này, GOsa sẽ cố gắng kết nối bạn với http://oss." "gonicus.de để nộp đăng ký của bạn nặc danh." -#: setup/setup_feedback.tpl:55 -#: plugins/generic/references/class_reference.inc:41 +#: setup/setup_feedback.tpl:35 setup/setup_feedback.tpl:36 #: plugins/personal/generic/class_user.inc:37 -#: plugins/personal/generic/class_user.inc:1669 +#: plugins/personal/generic/class_user.inc:1681 #: plugins/personal/posix/generic.tpl:5 #: plugins/admin/users/class_userManagement.inc:755 -#: plugins/admin/groups/class_group.inc:1012 -#: plugins/admin/departments/class_department.inc:659 -#: plugins/admin/ogroups/class_ogroup.inc:840 +#: plugins/admin/groups/class_group.inc:1015 +#: plugins/admin/departments/class_department.inc:661 +#: plugins/admin/ogroups/class_ogroup.inc:820 msgid "Generic" msgstr "Thông tin chung" -#: setup/setup_feedback.tpl:60 +#: setup/setup_feedback.tpl:38 msgid "Did the setup procedure help you to get started?" msgstr "Các thủ tục cài đặt có giúp bạn bắt đầu được không?" -#: setup/setup_feedback.tpl:71 +#: setup/setup_feedback.tpl:44 msgid "If not, what problems did you encounter" msgstr "Nếu không, vấn đề mà bạn gặp phải là gì?" -#: setup/setup_feedback.tpl:80 +#: setup/setup_feedback.tpl:48 msgid "Is this the first time you use GOsa?" msgstr "Đây có phải là lần đầu tiên bạn sử dụng GOsa không?" -#: setup/setup_feedback.tpl:86 +#: setup/setup_feedback.tpl:53 msgid "I use it since" msgstr "Tôi sử dụng nó từ khi" -#: setup/setup_feedback.tpl:87 +#: setup/setup_feedback.tpl:54 msgid "Select the year since when you are using GOsa" msgstr "Lựa chọn năm mà bạn đang sử dụng GOsa" -#: setup/setup_feedback.tpl:95 +#: setup/setup_feedback.tpl:60 msgid "What operating system / distribution do you use?" msgstr "Bạn sử dụng loại hệ điều hành/bản phân phối nảo?" -#: setup/setup_feedback.tpl:104 +#: setup/setup_feedback.tpl:64 msgid "What web server do you use?" msgstr "Bạn sử dụng loại web server nào?" -#: setup/setup_feedback.tpl:113 +#: setup/setup_feedback.tpl:68 msgid "What PHP version do you use?" msgstr "Bạn sử dụng phiên bản PHP nào?" -#: setup/setup_feedback.tpl:121 +#: setup/setup_feedback.tpl:72 +#, fuzzy +msgid "GOsa version" +msgstr "Thiết lập GOsa chung " + +#: setup/setup_feedback.tpl:78 setup/setup_feedback.tpl:79 msgid "LDAP" msgstr "LDAP" -#: setup/setup_feedback.tpl:126 +#: setup/setup_feedback.tpl:81 msgid "What kind of LDAP server(s) do you use?" msgstr "Bạn sử dụng loại LDAP server nào?" -#: setup/setup_feedback.tpl:132 +#: setup/setup_feedback.tpl:85 msgid "How many objects are in your LDAP?" msgstr "Có bao nhiêu đối tượng trong LDAP của bạn?" -#: setup/setup_feedback.tpl:139 +#: setup/setup_feedback.tpl:91 setup/setup_feedback.tpl:92 msgid "Features" msgstr "Các tính năng" -#: setup/setup_feedback.tpl:142 +#: setup/setup_feedback.tpl:94 msgid "What features of GOsa do you use?" msgstr "Bạn sử dụng tính năng nào của GOsa?" -#: setup/setup_feedback.tpl:153 +#: setup/setup_feedback.tpl:103 msgid "What features do you want to see in future versions of GOsa?" msgstr "" "Bạn muốn được thấy tính năng nào trong các phiên bản tương lai của GOsa?" -#: setup/setup_feedback.tpl:161 +#: setup/setup_feedback.tpl:107 msgid "Send feedback" msgstr "Gửi phản hồi" -#: setup/class_setupStep_Schema.inc:42 setup/class_setupStep_Schema.inc:43 +#: setup/class_setupStep_Schema.inc:37 setup/class_setupStep_Schema.inc:38 msgid "LDAP schema check" msgstr "Kiểm tra lược đồ LDAP" -#: setup/class_setupStep_Schema.inc:44 +#: setup/class_setupStep_Schema.inc:39 msgid "Perform test on your current LDAP schema" msgstr "Thực hiện việc kiểm tra trên lược đồ LDAP hiện tại của bạn" -#: setup/class_setupStep_Migrate.inc:127 setup/class_setupStep_Migrate.inc:128 +#: setup/class_setupStep_Schema.inc:96 include/class_configRegistry.inc:230 +msgid "The following object classes are missing:" +msgstr "" + +#: setup/class_setupStep_Schema.inc:99 include/class_configRegistry.inc:237 +#, fuzzy +msgid "The following object classes are outdated:" +msgstr "Tham chiếu sau sẽ được cập nhật" + +#: setup/class_setupStep_Migrate.inc:51 setup/class_setupStep_Migrate.inc:52 msgid "LDAP inspection" msgstr "Thanh tra LDAP" -#: setup/class_setupStep_Migrate.inc:129 +#: setup/class_setupStep_Migrate.inc:53 msgid "Analyze your current LDAP for GOsa compatibility" msgstr "Phân tích LDAP hiện tại của bạn để xem khả năng tương thích với GOsa" -#: setup/class_setupStep_Migrate.inc:135 +#: setup/class_setupStep_Migrate.inc:59 msgid "Checking for root object" msgstr "Kiểm tra đối tượng gốc" -#: setup/class_setupStep_Migrate.inc:141 +#: setup/class_setupStep_Migrate.inc:65 #, fuzzy msgid "Inspecting object classes in root object" msgstr "Kiểm tra đối tượng gốc" -#: setup/class_setupStep_Migrate.inc:147 +#: setup/class_setupStep_Migrate.inc:71 #, fuzzy msgid "Checking permission for LDAP database" msgstr "Kiểm tra các cho phép trên cơ sở dữ liệu LDAP " -#: setup/class_setupStep_Migrate.inc:153 -msgid "Checking for invisible departments" -msgstr "Kiểm tra các bộ phận ẩn" - -#: setup/class_setupStep_Migrate.inc:158 -msgid "Checking for invisible users" -msgstr "Kiểm tra những người dùng ẩn" - -#: setup/class_setupStep_Migrate.inc:165 -#: setup/class_setupStep_Migrate.inc:3209 +#: setup/class_setupStep_Migrate.inc:78 msgid "Checking for super administrator" msgstr "Kiểm tra siêu admin" -#: setup/class_setupStep_Migrate.inc:171 -msgid "Checking for users outside the people tree" -msgstr "Kiểm tra người dùng bên ngoài cây con người" - -#: setup/class_setupStep_Migrate.inc:177 -msgid "Checking for groups outside the groups tree" -msgstr "Kiểm tra nhóm bên ngoài cây nhóm" - -#: setup/class_setupStep_Migrate.inc:184 -msgid "Checking for windows workstations outside the winstation tree" -msgstr "Kiểm tra máy trạm window bên ngoài cây máy trạm window" - -#: setup/class_setupStep_Migrate.inc:190 -msgid "Checking for duplicated UID numbers" -msgstr "Kiểm tra các số ID cuả người dùng (UID) được nhân bản" - -#: setup/class_setupStep_Migrate.inc:196 -msgid "Checking for duplicate GID numbers" -msgstr "Kiểm tra các số ID của nhóm (GID) được nhân bản" - -#: setup/class_setupStep_Migrate.inc:202 -#, fuzzy -msgid "Checking for old style USB devices" -msgstr "Kiểm tra đối tượng gốc" - -#: setup/class_setupStep_Migrate.inc:208 -#, fuzzy -msgid "Checking for old services that have to be migrated" -msgstr "Kiểm tra người dùng bên ngoài cây con người" - -#: setup/class_setupStep_Migrate.inc:214 -#, fuzzy -msgid "Checking for old style application menus" -msgstr "Kiểm tra các bộ phận ẩn" - -#: setup/class_setupStep_Migrate.inc:240 setup/class_setupStep_Migrate.inc:292 -#: setup/class_setupStep_Migrate.inc:357 setup/class_setupStep_Migrate.inc:421 -#: setup/class_setupStep_Migrate.inc:492 setup/class_setupStep_Migrate.inc:569 -#: setup/class_setupStep_Migrate.inc:653 setup/class_setupStep_Migrate.inc:794 -#: setup/class_setupStep_Migrate.inc:890 -#: setup/class_setupStep_Migrate.inc:2036 -#: setup/class_setupStep_Migrate.inc:2504 -#: setup/class_setupStep_Migrate.inc:2695 -#: setup/class_setupStep_Migrate.inc:2832 +#: setup/class_setupStep_Migrate.inc:118 setup/class_setupStep_Migrate.inc:186 +#: setup/class_setupStep_Migrate.inc:709 msgid "LDAP query failed" msgstr "Yêu cầu LDAP thất bại" -#: setup/class_setupStep_Migrate.inc:241 setup/class_setupStep_Migrate.inc:293 -#: setup/class_setupStep_Migrate.inc:358 setup/class_setupStep_Migrate.inc:422 -#: setup/class_setupStep_Migrate.inc:493 setup/class_setupStep_Migrate.inc:570 -#: setup/class_setupStep_Migrate.inc:654 setup/class_setupStep_Migrate.inc:795 -#: setup/class_setupStep_Migrate.inc:891 -#: setup/class_setupStep_Migrate.inc:2037 -#: setup/class_setupStep_Migrate.inc:2505 -#: setup/class_setupStep_Migrate.inc:2696 -#: setup/class_setupStep_Migrate.inc:2833 +#: setup/class_setupStep_Migrate.inc:119 setup/class_setupStep_Migrate.inc:187 +#: setup/class_setupStep_Migrate.inc:710 msgid "Possibly the 'root object' is missing." msgstr "Có thể 'đối tượng gốc' bị mất tích." -#: setup/class_setupStep_Migrate.inc:261 setup/class_setupStep_Migrate.inc:313 -#: setup/class_setupStep_Migrate.inc:446 setup/class_setupStep_Migrate.inc:523 -#: setup/class_setupStep_Migrate.inc:661 setup/class_setupStep_Migrate.inc:802 -#: setup/class_setupStep_Migrate.inc:2571 -#: setup/class_setupStep_Migrate.inc:2724 -#: setup/class_setupStep_Migrate.inc:3056 setup/setup_checks.tpl:32 -#: setup/setup_checks.tpl:93 ihtml/themes/default/remove.tpl:2 -#: ihtml/themes/default/islocked.tpl:6 ihtml/themes/default/msg_dialog.tpl:59 -#: ihtml/themes/default/msg_dialog.tpl:106 -#: plugins/personal/posix/class_posixAccount.inc:678 -#: plugins/personal/posix/class_posixAccount.inc:803 -#: plugins/admin/groups/class_group.inc:832 -#: plugins/admin/departments/dep_move_confirm.tpl:2 include/functions.inc:931 -#: include/functions.inc:2690 include/functions.inc:2694 -#: include/functions.inc:2700 include/utils/class_xml.inc:37 -#: include/class_tabs.inc:241 html/password.php:314 -msgid "Warning" -msgstr "Cảnh báo" - -#: setup/class_setupStep_Migrate.inc:263 -#, php-format -msgid "Found %s duplicate values for attribute 'uidNumber'." -msgstr "Đã tìm được %s giá trị nhân bản cho thuộc tính 'uidNumder'." - -#: setup/class_setupStep_Migrate.inc:267 setup/class_setupStep_Migrate.inc:319 -#: setup/class_setupStep_Migrate.inc:380 setup/class_setupStep_Migrate.inc:453 -#: setup/class_setupStep_Migrate.inc:530 setup/class_setupStep_Migrate.inc:604 -#: setup/class_setupStep_Migrate.inc:657 setup/class_setupStep_Migrate.inc:798 -#: setup/class_setupStep_Migrate.inc:1044 -#: setup/class_setupStep_Migrate.inc:2011 -#: setup/class_setupStep_Migrate.inc:2155 -#: setup/class_setupStep_Migrate.inc:2577 -#: setup/class_setupStep_Migrate.inc:2731 -#: setup/class_setupStep_Migrate.inc:3061 setup/setup_checks.tpl:27 -#: setup/setup_checks.tpl:87 ihtml/themes/default/msg_dialog.tpl:76 -#: ihtml/themes/default/msg_dialog.tpl:78 -#: ihtml/themes/default/msg_dialog.tpl:134 -#: ihtml/themes/default/msg_dialog.tpl:137 -#: ihtml/themes/default/msg_dialog.tpl:142 -#: ihtml/themes/modern/msg_dialog.tpl:77 ihtml/themes/modern/msg_dialog.tpl:79 -#: ihtml/themes/modern/msg_dialog.tpl:136 -#: ihtml/themes/modern/msg_dialog.tpl:139 -#: ihtml/themes/modern/msg_dialog.tpl:144 include/utils/class_msgPool.inc:318 -#, php-format -msgid "Ok" -msgstr "Ok" - -#: setup/class_setupStep_Migrate.inc:315 -#, php-format -msgid "Found %s duplicate values for attribute 'gidNumber'." -msgstr "Đã tìm được %s giá trị nhân bản cho thuộc tính 'gidNumder'." - -#: setup/class_setupStep_Migrate.inc:373 setup/class_setupStep_Migrate.inc:583 -#: setup/class_setupStep_Migrate.inc:596 -#: setup/class_setupStep_Migrate.inc:1030 -#: setup/class_setupStep_Migrate.inc:1048 -#: setup/class_setupStep_Migrate.inc:1988 -#: setup/class_setupStep_Migrate.inc:2001 -#: setup/class_setupStep_Migrate.inc:2056 -#: setup/class_setupStep_Migrate.inc:2077 -#: setup/class_setupStep_Migrate.inc:2129 -#: setup/class_setupStep_Migrate.inc:3211 +#: setup/class_setupStep_Migrate.inc:132 setup/class_setupStep_Migrate.inc:145 +#: setup/class_setupStep_Migrate.inc:307 setup/class_setupStep_Migrate.inc:661 +#: setup/class_setupStep_Migrate.inc:674 setup/class_setupStep_Migrate.inc:729 +#: setup/class_setupStep_Migrate.inc:750 setup/class_setupStep_Migrate.inc:802 msgid "Failed" msgstr "Thất bại" -#: setup/class_setupStep_Migrate.inc:375 -#, php-format -msgid "" -"Found %s winstations outside the predefined winstation department ou '%s'." -msgstr "" -"Đã tìm thấy %s máy trạm win bên ngoài bộ phận winstation đã được xác định " -"trước '%s'." - -#: setup/class_setupStep_Migrate.inc:376 setup/class_setupStep_Migrate.inc:664 -#: setup/class_setupStep_Migrate.inc:804 -#: setup/class_setupStep_Migrate.inc:1033 -#: setup/class_setupStep_Migrate.inc:2131 -#: setup/class_setupStep_Migrate.inc:2574 -#: setup/class_setupStep_Migrate.inc:2728 -#: setup/class_setupStep_Migrate.inc:3058 setup/setup_migrate.tpl:55 -msgid "Migrate" -msgstr "Di trú" - -#: setup/class_setupStep_Migrate.inc:448 -#, php-format -msgid "Found %s groups outside the configured tree '%s'." -msgstr "Đã tìm thấy %s nhóm bên ngoài cây được cấu hình '%s'." - -#: setup/class_setupStep_Migrate.inc:449 setup/class_setupStep_Migrate.inc:526 -msgid "Move" -msgstr "Chuyển" - -#: setup/class_setupStep_Migrate.inc:525 -#, php-format -msgid "Found %s user(s) outside the configured tree '%s'." -msgstr "Đã tìm thấy %s người dùng bên ngoài cây được cấu hình '%s'." - -#: setup/class_setupStep_Migrate.inc:585 setup/class_setupStep_Migrate.inc:598 +#: setup/class_setupStep_Migrate.inc:134 setup/class_setupStep_Migrate.inc:147 #, php-format msgid "" "The specified user '%s' does not have full access to your ldap database." msgstr "" "Người dùng '%s' không có toàn quyền truy cập vào cơ sở dữ liệu LDAP của bạn." -#: setup/class_setupStep_Migrate.inc:662 -#, php-format -msgid "Found %s user(s) that will not be visible in GOsa." -msgstr "Đã tìm thấy %s người dùng mà không hiên thị trên GOsa." - -#: setup/class_setupStep_Migrate.inc:712 setup/class_setupStep_Migrate.inc:855 -#: setup/class_setupStep_Migrate.inc:1118 -msgid "Migration error" -msgstr "Lỗi di trú" - -#: setup/class_setupStep_Migrate.inc:712 setup/class_setupStep_Migrate.inc:855 +#: setup/class_setupStep_Migrate.inc:153 setup/class_setupStep_Migrate.inc:303 +#: setup/class_setupStep_Migrate.inc:684 setup/class_setupStep_Migrate.inc:828 +#: setup/setup_checks.tpl:21 setup/setup_checks.tpl:62 +#: ihtml/themes/default/msg_dialog.tpl:77 +#: ihtml/themes/default/msg_dialog.tpl:79 +#: ihtml/themes/default/msg_dialog.tpl:136 +#: ihtml/themes/default/msg_dialog.tpl:139 +#: ihtml/themes/default/msg_dialog.tpl:144 include/utils/class_msgPool.inc:301 #, php-format -msgid "Cannot migrate department '%s':" -msgstr "Không thể di trú bộ phận '%s':" +msgid "Ok" +msgstr "Ok" -#: setup/class_setupStep_Migrate.inc:803 -#, php-format -msgid "Found %s department(s) that will not be visible in GOsa." -msgstr "Tìm thấy %s bộ phận mà không hiển thị trên Gosa." +#: setup/class_setupStep_Migrate.inc:297 +#: plugins/generic/references/class_aclResolver.inc:173 +#: plugins/personal/generic/class_user.inc:1687 +#: plugins/admin/users/class_userManagement.inc:25 include/class_acl.inc:237 +msgid "Users" +msgstr "Người dùng" -#: setup/class_setupStep_Migrate.inc:1027 -#, fuzzy, php-format -msgid "GOsa 2.5 administrative accounts found: %s" -msgstr "Tạo ra một tài khoản admin GOsa mới" +#: setup/class_setupStep_Migrate.inc:300 +#: plugins/generic/references/class_aclResolver.inc:165 +#: plugins/admin/groups/class_groupManagement.inc:25 +#: plugins/admin/groups/class_group.inc:1021 include/class_acl.inc:237 +msgid "Groups" +msgstr "Các nhóm" -#: setup/class_setupStep_Migrate.inc:1032 -#, fuzzy -msgid "There is no valid GOsa 2.6 administrator account inside your LDAP." +#: setup/class_setupStep_Migrate.inc:308 +msgid "There is no GOsa administrator account inside your LDAP." msgstr "Không có một tài khoản Admin cùa Gosa nào trong LDAP của bạn." -#: setup/class_setupStep_Migrate.inc:1034 -#: setup/class_setupStep_Migrate.inc:1050 plugins/admin/users/user-list.xml:89 +#: setup/class_setupStep_Migrate.inc:309 plugins/admin/users/user-list.xml:89 #: plugins/admin/groups/group-list.xml:73 #: plugins/admin/departments/dep-list.xml:98 plugins/admin/acl/acl-list.xml:76 #: plugins/admin/ogroups/ogroup-list.xml:73 msgid "Create" msgstr "Tạo " -#: setup/class_setupStep_Migrate.inc:1038 -#: plugins/personal/generic/class_user.inc:1675 -#: plugins/admin/users/class_userManagement.inc:25 include/class_acl.inc:238 -msgid "Users" -msgstr "Người dùng" - -#: setup/class_setupStep_Migrate.inc:1041 -#: plugins/admin/groups/class_groupManagement.inc:25 -#: plugins/admin/groups/class_group.inc:1018 include/class_acl.inc:238 -msgid "Groups" -msgstr "Các nhóm" - -#: setup/class_setupStep_Migrate.inc:1049 -msgid "There is no GOsa administrator account inside your LDAP." -msgstr "Không có một tài khoản Admin cùa Gosa nào trong LDAP của bạn." +#: setup/class_setupStep_Migrate.inc:377 +msgid "Migration error" +msgstr "Lỗi di trú" -#: setup/class_setupStep_Migrate.inc:1118 +#: setup/class_setupStep_Migrate.inc:377 #, php-format msgid "Cannot add ACL for user '%s':" msgstr "Không thể thêm ACL cho người dùng '%s':" -#: setup/class_setupStep_Migrate.inc:1156 -#: setup/class_setupStep_Migrate.inc:1166 +#: setup/class_setupStep_Migrate.inc:415 setup/class_setupStep_Migrate.inc:425 msgid "Input error" msgstr "Lỗi nhập vào" -#: setup/class_setupStep_Migrate.inc:1156 +#: setup/class_setupStep_Migrate.inc:415 +#: plugins/generic/references/class_reference.inc:87 +#: plugins/admin/groups/class_group.inc:210 +#: plugins/admin/groups/class_group.inc:1170 +#: plugins/admin/groups/class_group.inc:1180 msgid "Uid" msgstr "" -#: setup/class_setupStep_Migrate.inc:1161 +#: setup/class_setupStep_Migrate.inc:420 msgid "Password error" msgstr "Lỗi mật mã" -#: setup/class_setupStep_Migrate.inc:1161 +#: setup/class_setupStep_Migrate.inc:420 msgid "Provided passwords do not match!" msgstr "Những mật khẩu được cung cấp không phù hợp!" -#: setup/class_setupStep_Migrate.inc:1166 +#: setup/class_setupStep_Migrate.inc:425 msgid "Specify a valid user ID!" msgstr "Xác định một ID người dùng hợp lệ!" -#: setup/class_setupStep_Migrate.inc:1199 setup/setup_checks.tpl:30 -#: setup/setup_checks.tpl:91 ihtml/themes/default/msg_dialog.tpl:57 -#: ihtml/themes/default/msg_dialog.tpl:104 -#: plugins/personal/generic/class_user.inc:297 -#: plugins/personal/generic/class_user.inc:429 -#: plugins/personal/generic/class_user.inc:522 -#: plugins/personal/generic/class_user.inc:816 -#: plugins/personal/generic/class_user.inc:1205 -#: plugins/personal/generic/class_user.inc:1212 -#: plugins/personal/generic/class_user.inc:1230 -#: plugins/personal/generic/class_user.inc:1500 -#: plugins/personal/generic/class_user.inc:1787 -#: plugins/personal/myaccount/main.inc:112 -#: plugins/admin/groups/class_group.inc:419 -#: plugins/admin/groups/class_group.inc:425 -#: plugins/admin/groups/class_group.inc:634 -#: plugins/admin/groups/class_group.inc:730 -#: plugins/admin/groups/class_group.inc:735 -#: plugins/admin/groups/class_group.inc:1060 -#: plugins/admin/departments/class_department.inc:317 -#: plugins/admin/acl/class_aclRole.inc:672 -#: plugins/admin/ogroups/class_ogroup.inc:368 +#: setup/class_setupStep_Migrate.inc:450 setup/setup_checks.tpl:25 +#: setup/setup_checks.tpl:66 plugins/personal/generic/class_user.inc:297 +#: plugins/personal/generic/class_user.inc:428 +#: plugins/personal/generic/class_user.inc:521 +#: plugins/personal/generic/class_user.inc:814 +#: plugins/personal/generic/class_user.inc:1203 +#: plugins/personal/generic/class_user.inc:1210 +#: plugins/personal/generic/class_user.inc:1228 +#: plugins/personal/generic/class_user.inc:1498 +#: plugins/personal/generic/class_user.inc:1821 +#: plugins/personal/myaccount/main.inc:125 +#: plugins/admin/groups/class_group.inc:463 +#: plugins/admin/groups/class_group.inc:469 +#: plugins/admin/groups/class_group.inc:637 +#: plugins/admin/groups/class_group.inc:733 +#: plugins/admin/groups/class_group.inc:738 +#: plugins/admin/groups/class_group.inc:1076 +#: plugins/admin/departments/class_department.inc:319 +#: plugins/admin/acl/class_aclRole.inc:667 +#: plugins/admin/ogroups/class_ogroup.inc:393 +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:203 +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:207 #: include/class_CopyPasteHandler.inc:118 #: include/class_CopyPasteHandler.inc:127 #: include/class_CopyPasteHandler.inc:159 @@ -1050,434 +765,218 @@ msgstr "Xác định một ID người dùng hợp lệ!" #: include/class_CopyPasteHandler.inc:185 #: include/class_CopyPasteHandler.inc:193 #: include/class_CopyPasteHandler.inc:273 -#: include/class_CopyPasteHandler.inc:375 include/functions.inc:3399 -#: include/functions.inc:3413 include/functions.inc:3443 -#: include/functions.inc:3451 include/functions.inc:3463 -#: include/functions.inc:3467 include/functions.inc:3482 -#: include/functions.inc:3491 include/functions.inc:3551 -#: include/password-methods/class_password-methods.inc:250 -#: include/class_msg_dialog.inc:99 include/utils/class_msgPool.inc:154 -#: include/utils/class_msgPool.inc:166 include/utils/class_msgPool.inc:184 -#: include/utils/class_msgPool.inc:457 include/utils/class_msgPool.inc:478 -#: include/utils/class_msgPool.inc:497 include/utils/class_xml.inc:40 -#: include/class_tabs.inc:56 include/class_listing.inc:495 -#: include/class_gosaSupportDaemon.inc:1184 -#: include/class_gosaSupportDaemon.inc:1204 include/class_management.inc:480 -#: include/class_management.inc:616 include/class_management.inc:970 -#: include/class_plugin.inc:1486 include/class_plugin.inc:2080 -#: html/index.php:236 html/index.php:240 +#: include/class_CopyPasteHandler.inc:377 include/functions.inc:3051 +#: include/functions.inc:3357 include/functions.inc:3371 +#: include/functions.inc:3401 include/functions.inc:3409 +#: include/functions.inc:3421 include/functions.inc:3425 +#: include/functions.inc:3440 include/functions.inc:3449 +#: include/functions.inc:3509 +#: include/password-methods/class_password-methods.inc:277 +#: include/class_msg_dialog.inc:99 include/utils/class_msgPool.inc:137 +#: include/utils/class_msgPool.inc:149 include/utils/class_msgPool.inc:167 +#: include/utils/class_msgPool.inc:440 include/utils/class_msgPool.inc:461 +#: include/utils/class_xml.inc:40 include/class_tabs.inc:56 +#: include/class_listing.inc:536 include/class_gosaSupportDaemon.inc:1184 +#: include/class_gosaSupportDaemon.inc:1204 include/class_management.inc:483 +#: include/class_management.inc:644 include/class_plugin.inc:1592 +#: html/index.php:241 html/index.php:245 #, php-format msgid "Error" msgstr "Lỗi" -#: setup/class_setupStep_Migrate.inc:1199 +#: setup/class_setupStep_Migrate.inc:450 #, php-format msgid "Adding an administrative user failed: object '%s' already exists!" msgstr "" "Việc thêm một người dùng quản trị đã thất bại: đối tượng '%s' đã có rồi!" -#: setup/class_setupStep_Migrate.inc:1210 -#: setup/class_setupStep_Migrate.inc:1238 -#: setup/class_setupStep_Migrate.inc:1287 -#: setup/class_setupStep_Migrate.inc:1336 -#: setup/class_setupStep_Migrate.inc:2141 -#: setup/class_setupStep_Migrate.inc:2438 -#: setup/class_setupStep_Migrate.inc:2442 -#: setup/class_setupStep_Migrate.inc:2632 -#: setup/class_setupStep_Migrate.inc:2652 -#: setup/class_setupStep_Migrate.inc:2769 -#: setup/class_setupStep_Migrate.inc:3116 -#: setup/class_setupStep_Migrate.inc:3130 -#: plugins/personal/generic/class_user.inc:730 -#: plugins/personal/generic/class_user.inc:1127 +#: setup/class_setupStep_Migrate.inc:461 setup/class_setupStep_Migrate.inc:814 +#: plugins/generic/references/class_reference.inc:97 +#: plugins/personal/generic/class_user.inc:729 +#: plugins/personal/generic/class_user.inc:1125 #: plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc:253 -#: plugins/personal/posix/class_posixAccount.inc:533 -#: plugins/personal/posix/class_posixAccount.inc:820 -#: plugins/admin/groups/class_group.inc:577 +#: plugins/personal/posix/class_posixAccount.inc:528 +#: plugins/personal/posix/class_posixAccount.inc:790 +#: plugins/admin/groups/class_group.inc:580 #: plugins/admin/groups/class_group.inc:856 -#: plugins/admin/departments/class_department.inc:285 -#: plugins/admin/departments/class_department.inc:482 -#: plugins/admin/departments/class_department.inc:753 -#: plugins/admin/departments/class_department.inc:784 -#: plugins/admin/acl/class_aclRole.inc:604 -#: plugins/admin/acl/class_aclRole.inc:644 -#: plugins/admin/acl/class_aclRole.inc:658 -#: plugins/admin/ogroups/class_ogroup.inc:757 -#: plugins/admin/ogroups/class_ogroup.inc:774 include/class_config.inc:325 -#: include/functions.inc:476 include/functions.inc:511 -#: include/functions.inc:519 include/functions.inc:565 -#: include/functions.inc:817 include/functions.inc:866 -#: include/functions.inc:923 include/functions.inc:976 -#: include/functions.inc:3052 include/functions.inc:3325 -#: include/class_SnapshotHandler.inc:124 include/class_SnapshotHandler.inc:281 -#: include/class_SnapshotHandler.inc:329 include/class_SnapshotHandler.inc:333 -#: include/class_SnapshotHandler.inc:348 include/class_SnapshotHandler.inc:383 -#: include/class_SnapshotHandler.inc:438 include/class_SnapshotHandler.inc:503 -#: include/class_SnapshotHandler.inc:518 include/class_acl.inc:1247 -#: include/class_acl.inc:1343 include/class_ldap.inc:756 -#: include/class_ldap.inc:1222 include/class_plugin.inc:1163 -#: include/class_plugin.inc:1212 include/class_plugin.inc:1216 -#: include/class_plugin.inc:1232 include/class_plugin.inc:1272 -#: include/class_plugin.inc:1330 include/class_plugin.inc:1396 -#: include/class_plugin.inc:1411 include/class_userFilter.inc:275 -#: html/index.php:266 html/index.php:277 html/index.php:290 +#: plugins/admin/departments/class_department.inc:287 +#: plugins/admin/departments/class_department.inc:484 +#: plugins/admin/departments/class_department.inc:761 +#: plugins/admin/departments/class_department.inc:792 +#: plugins/admin/acl/class_aclRole.inc:599 +#: plugins/admin/acl/class_aclRole.inc:639 +#: plugins/admin/acl/class_aclRole.inc:653 +#: plugins/admin/ogroups/class_ogroup.inc:742 +#: plugins/admin/ogroups/class_ogroup.inc:759 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:191 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:256 +#: include/class_config.inc:337 include/functions.inc:488 +#: include/functions.inc:523 include/functions.inc:531 +#: include/functions.inc:577 include/functions.inc:829 +#: include/functions.inc:878 include/functions.inc:935 +#: include/functions.inc:985 include/functions.inc:3002 +#: include/functions.inc:3283 include/class_SnapshotHandler.inc:123 +#: include/class_SnapshotHandler.inc:280 include/class_SnapshotHandler.inc:329 +#: include/class_SnapshotHandler.inc:333 include/class_SnapshotHandler.inc:346 +#: include/class_SnapshotHandler.inc:380 include/class_SnapshotHandler.inc:435 +#: include/class_SnapshotHandler.inc:500 include/class_SnapshotHandler.inc:515 +#: include/class_acl.inc:1250 include/class_acl.inc:1346 +#: include/class_ldap.inc:756 include/class_ldap.inc:1173 +#: include/class_userFilter.inc:275 html/index.php:271 msgid "LDAP error" msgstr "Lỗi LDAP" -#: setup/class_setupStep_Migrate.inc:1238 -#: setup/class_setupStep_Migrate.inc:1287 -#: setup/class_setupStep_Migrate.inc:1336 -msgid "Cannot move users to the requested department!" -msgstr "Không thể chuyển người dùng đến bộ phận được yêu cầu!" - -#: setup/class_setupStep_Migrate.inc:1248 -msgid "Winstation will be moved from" -msgstr "Máy trạm Win sẽ được chuyển từ" - -#: setup/class_setupStep_Migrate.inc:1248 -#: setup/class_setupStep_Migrate.inc:1298 -#: setup/class_setupStep_Migrate.inc:1346 include/class_plugin.inc:1691 -msgid "to" -msgstr "đến" - -#: setup/class_setupStep_Migrate.inc:1259 -#: setup/class_setupStep_Migrate.inc:1308 -msgid "Updating following references too" -msgstr "Cập nhật cả các tham chiếu sau" - -#: setup/class_setupStep_Migrate.inc:1298 -msgid "Group will be moved from" -msgstr "Nhóm sẽ được chuyển từ" - -#: setup/class_setupStep_Migrate.inc:1346 -msgid "User will be moved from" -msgstr "Người dùng sẽ được chuyển từ" - -#: setup/class_setupStep_Migrate.inc:1356 -msgid "The following references will be updated" -msgstr "Tham chiếu sau sẽ được cập nhật" - -#: setup/class_setupStep_Migrate.inc:1989 +#: setup/class_setupStep_Migrate.inc:662 msgid "" "The LDAP root object is missing. It is required to use your LDAP service." msgstr "" "Đối tượng gốc LDAP đang mất tích. Để sử dụng dịch vụ LDAP của bạn, bạn cần " "có nó." -#: setup/class_setupStep_Migrate.inc:1990 -#: setup/class_setupStep_Migrate.inc:2003 +#: setup/class_setupStep_Migrate.inc:663 setup/class_setupStep_Migrate.inc:676 msgid "Try to create root object" msgstr "Cố tạo ra một đối tượng gốc" -#: setup/class_setupStep_Migrate.inc:2002 +#: setup/class_setupStep_Migrate.inc:675 msgid "Root object couldn't be created, you should try it on your own." msgstr "Đối tượng gốc không thể được tạo ra, bạn phải cố tự mình tạo ra nó." -#: setup/class_setupStep_Migrate.inc:2057 +#: setup/class_setupStep_Migrate.inc:730 #, fuzzy, php-format msgid "Missing GOsa object class '%s'!" msgstr "Lớp đối tượng lựa chọn '%s' mất tích!" -#: setup/class_setupStep_Migrate.inc:2058 +#: setup/class_setupStep_Migrate.inc:731 #, fuzzy msgid "Please check your installation." msgstr "Xin hãy kiểm tra kết hợp tên người dùng/mật khẩu." -#: setup/class_setupStep_Migrate.inc:2079 +#: setup/class_setupStep_Migrate.inc:752 #, php-format msgid "" "Cannot handle the structural object type of your root object. Please try to " "add the object class '%s' manually." msgstr "" -#: setup/class_setupStep_Migrate.inc:2438 -#, php-format -msgid "Copy '%s' to '%s' failed:" -msgstr "Sao chép '%s' đến '%s' bị thất bại:" +#: setup/class_setupStep_Migrate.inc:804 setup/setup_migrate.tpl:32 +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:181 +msgid "Migrate" +msgstr "Di trú" -#: setup/class_setupStep_Migrate.inc:2573 -#, php-format -msgid "There are %s devices that need to be migrated." -msgstr "" +#: setup/class_setupStep_License.inc:56 setup/class_setupStep_License.inc:57 +msgid "License" +msgstr "Giấy Phép" -#: setup/class_setupStep_Migrate.inc:2633 -#, php-format -msgid "Adding '%s' to the LDAP failed: %s" -msgstr "" +#: setup/class_setupStep_License.inc:58 +msgid "Terms and conditions for usage" +msgstr "Điều khoản và điều kiện cho việc sử dụng" -#: setup/class_setupStep_Migrate.inc:2653 -#: setup/class_setupStep_Migrate.inc:2770 -#, fuzzy, php-format -msgid "Updating '%s' failed: %s" -msgstr "Tải lên thất bại: %s" +#: setup/class_setupStep_Checks.inc:40 setup/class_setupStep_Checks.inc:41 +msgid "Installation check" +msgstr "Kiểm tra cài đặt" -#: setup/class_setupStep_Migrate.inc:2726 -#, php-format -msgid "There are %s services that need to be migrated." -msgstr "" +#: setup/class_setupStep_Checks.inc:42 +msgid "Basic checks for PHP compatibility and extensions" +msgstr "Kiểm tra cơ bản cho khả năng tương thích và mở rộng PHP " -#: setup/class_setupStep_Migrate.inc:2867 -#: plugins/personal/generic/generic.tpl:255 -#: plugins/personal/generic/generic.tpl:275 -#: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:83 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:123 -#: include/utils/class_msgPool.inc:336 -#, php-format -msgid "Add" -msgstr "Thêm vào" - -#: setup/class_setupStep_Migrate.inc:2868 -#: plugins/personal/generic/generic_certs.tpl:22 -#: plugins/personal/generic/generic_certs.tpl:48 -#: plugins/personal/generic/generic_certs.tpl:74 -#: plugins/admin/users/user-list.xml:121 -#: plugins/admin/groups/group-list.xml:98 -#: plugins/admin/departments/dep-list.xml:160 -#: plugins/admin/departments/dep-list.xml:181 -#: plugins/admin/acl/acl-list.xml:95 plugins/admin/acl/acl-list.xml:144 -#: plugins/admin/ogroups/ogroup-list.xml:98 -msgid "Remove" -msgstr "Xóa bỏ" - -#: setup/class_setupStep_Migrate.inc:3057 -#, php-format -msgid "There are %s application menus which have to be migrated." -msgstr "" - -#: setup/setup_config1.tpl:2 -msgid "Look and feel" -msgstr "Xem và cảm nhận" - -#: setup/setup_config1.tpl:6 -msgid "Theme" -msgstr "Theme" - -#: setup/setup_config1.tpl:15 -msgid "Apache" -msgstr "Apache" - -#: setup/setup_config1.tpl:19 -msgid "Compress output send to browser" -msgstr "Nén output lại gửi cho trình duyệt" - -#: setup/setup_config1.tpl:27 -msgid "People and group storage" -msgstr "Kho lưu trữ người và nhóm" - -#: setup/setup_config1.tpl:30 -msgid "People DN attribute" -msgstr "Thuộc tính DN người" - -#: setup/setup_config1.tpl:41 -msgid "People storage subtree" -msgstr "Cây con lưu trữ người" - -#: setup/setup_config1.tpl:50 -msgid "Group storage subtree" -msgstr "Cây con lưu trữ nhóm" - -#: setup/setup_config1.tpl:59 -msgid "Include personal title in user DN" -msgstr "Bao gồm chức danh cá nhân trong DN của người dùng" - -#: setup/setup_config1.tpl:70 -msgid "Relaxed naming policies" -msgstr "Chính sách đặt tên thoải mái" - -#: setup/setup_config1.tpl:81 -msgid "Automatic UIDs" -msgstr "Các UID tự động" - -#: setup/setup_config1.tpl:97 setup/class_setupStep_Config1.inc:118 -msgid "GID / UID min id" -msgstr "ID min GID/UID" - -#: setup/setup_config1.tpl:113 -msgid "Number base for people/groups" -msgstr "Cơ sơ số cho người/nhóm" - -#: setup/setup_config1.tpl:121 -msgid "Hook for number base" -msgstr "Móc nối với cơ sở số" - -#: setup/setup_config1.tpl:136 plugins/personal/password/main.inc:57 -msgid "Password settings" -msgstr "Thiết lập mật khẩu" - -#: setup/setup_config1.tpl:140 -msgid "Password encryption algorithm" -msgstr "Thuật toán mã hóa mật khẩu" - -#: setup/setup_config1.tpl:151 -msgid "Password restrictions" -msgstr "Các hạn chế mật khẩu" - -#: setup/setup_config1.tpl:158 setup/setup_config1.tpl:162 -msgid "Password minimum length" -msgstr "Độ dài tối thiểu của mật khẩu" - -#: setup/setup_config1.tpl:169 setup/setup_config1.tpl:173 -msgid "Different characters from old password" -msgstr "Các ký tự khác với mật khẩu cũ" - -#: setup/setup_config1.tpl:182 -msgid "Password change hook" -msgstr "Móc nối việc thay đổi mật khẩu" - -#: setup/setup_config1.tpl:198 -msgid "Use SASL for kerberos" -msgstr "Sử dụng ngôn ngữ SASL cho hệ thống Kerberos" - -#: setup/setup_config1.tpl:209 -msgid "Use account expiration" -msgstr "Sử dụng việc hết hạn tài khoản" - -#: setup/setup_config1.tpl:221 -msgid "" -"GOsa supports several encryption types for your passwords. Normally this is " -"adjustable via user templates, but you can specify a default method to be " -"used here, too." -msgstr "" -"GOsa hỗ trợ một vài kiểu mã hóa cho các mật khẩu của bạn. Thông thường thì " -"việc này có thể được điều chỉnh thông qua các khuôn mẫu của người dùng, " -"nhưng bạn có thể xác định một phương pháp mặc định để nó cũng được sử dụng ở " -"đây." - -#: setup/setup_config1.tpl:222 -msgid "" -"GOsa always acts as admin and manages access rights internally. This is a " -"workaround till OpenLDAP's in directory ACI's are fully implemented. For " -"this to work, we need the admin DN and the corresponding password." -msgstr "" -"GOsa sẽ luôn luôn đóng vai trò admin và quản lý các quyền truy cập nội bộ. " -"Đây là một cách khác cho tới khi các file OpenLDAP' trong thư mục và ACI's " -"được thực hiện đầy đủ. Để làm được điều này, chúng ta cần DN của admin và " -"mật khẩu tương ứng." - -#: setup/setup_config1.tpl:223 -msgid "" -"Some basic LDAP parameters are tunable and affect the locations where GOsa " -"saves people and groups, including the way accounts get created. Check the " -"values below if the fit your needs." -msgstr "" -"Một số thông số cơ bản của LDAP có thể được điều chỉnh và ảnh hưởng tới nơi " -"mà Gosa lưu trữ thông tin về người và nhóm, bao gồm cả cách mà các tài khoản " -"được lập ra. Kiểm tra các giá trị dưới đây nếu chúng phù hợp với nhu cầu của " -"bạn." - -#: setup/setup_config1.tpl:224 -msgid "" -"GOsa has modular support for several mail methods. These methods provide " -"interfaces to users mailboxes and general handling for quotas. You can " -"choose the dummy plugin to leave all your mail settings untouched." -msgstr "" -"GOsa có mô-đun hỗ trợ cho một vài phương pháp gửi thư. Các phương pháp này " -"cung cấp các giao diện đến hộp thư của người dùng và cách giải quyết thông " -"thường với các hạn ngạnh. Bạn có thể lựa chọn chế độ dummy plugin để không " -"ai đụng tới được tất cả các thiết lập mail của bạn." - -#: setup/class_setupStep_License.inc:56 setup/class_setupStep_License.inc:57 -msgid "License" -msgstr "Giấy Phép" - -#: setup/class_setupStep_License.inc:58 -msgid "Terms and conditions for usage" -msgstr "Điều khoản và điều kiện cho việc sử dụng" - -#: setup/class_setupStep_Checks.inc:38 setup/class_setupStep_Checks.inc:39 -msgid "Installation check" -msgstr "Kiểm tra cài đặt" - -#: setup/class_setupStep_Checks.inc:40 -msgid "Basic checks for PHP compatibility and extensions" -msgstr "Kiểm tra cơ bản cho khả năng tương thích và mở rộng PHP " - -#: setup/class_setupStep_Checks.inc:64 +#: setup/class_setupStep_Checks.inc:66 msgid "Checking PHP version" msgstr "Kiểm tra phiên bản PHP" -#: setup/class_setupStep_Checks.inc:65 +#: setup/class_setupStep_Checks.inc:67 #, php-format msgid "PHP must be of version %s or above." msgstr "PHP phải là phiên bản %s hoặc như trên." -#: setup/class_setupStep_Checks.inc:66 +#: setup/class_setupStep_Checks.inc:68 msgid "Please upgrade to a supported version." msgstr "Xin hãy cập nhật cho một phiên bản hỗ trợ." -#: setup/class_setupStep_Checks.inc:73 +#: setup/class_setupStep_Checks.inc:75 msgid "GOsa requires this module to talk with your LDAP server." msgstr "GOsa yêu cầu môdun này giao tiếp với server LDAP của bạn." -#: setup/class_setupStep_Checks.inc:81 +#: setup/class_setupStep_Checks.inc:83 msgid "GOsa requires this module for an internationalized interface." msgstr "GOsa yêu cầu môdun này cho một giao diện được quốc tế hóa." -#: setup/class_setupStep_Checks.inc:89 +#: setup/class_setupStep_Checks.inc:91 msgid "GOsa requires this module for the samba integration." msgstr "GOsa yêu cầu mô-đun này cho việc tích hợp samba." -#: setup/class_setupStep_Checks.inc:97 -msgid "GOsa requires this module to make use of SSHA encryption." +#: setup/class_setupStep_Checks.inc:99 +#, fuzzy +msgid "" +"GOsa requires either 'mhash' or the 'sha1' module to make use of SSHA " +"encryption." msgstr "GOsa yêu cầu môdun này để tận dụng được việc mã hóa SSHA." -#: setup/class_setupStep_Checks.inc:105 +#: setup/class_setupStep_Checks.inc:107 msgid "GOsa requires this module to talk to an IMAP server." msgstr "GOsa yêu cầu mô-đun này để giao tiếp với server IMAP." -#: setup/class_setupStep_Checks.inc:112 +#: setup/class_setupStep_Checks.inc:114 msgid "mbstring" msgstr "mbstring" -#: setup/class_setupStep_Checks.inc:113 +#: setup/class_setupStep_Checks.inc:115 msgid "GOsa requires this module to handle unicode strings." msgstr "GOsa cần môđun này để sử lý những đoạn mã unicode." -#: setup/class_setupStep_Checks.inc:120 +#: setup/class_setupStep_Checks.inc:122 +msgid "Calendar" +msgstr "" + +#: setup/class_setupStep_Checks.inc:123 +#, fuzzy +msgid "GOsa requires this module to calculate dates." +msgstr "GOsa cần môđun này để sử lý những đoạn mã unicode." + +#: setup/class_setupStep_Checks.inc:130 msgid "MySQL" msgstr "MySOL" -#: setup/class_setupStep_Checks.inc:121 +#: setup/class_setupStep_Checks.inc:131 msgid "" "GOsa requires this module to communicate with several supported databases." msgstr "" "GOsa cần mô đun này để giao tiếp với một vài cơ sở dữ liệu được hỗ trợ." -#: setup/class_setupStep_Checks.inc:138 +#: setup/class_setupStep_Checks.inc:148 msgid "samba hash generator" msgstr "Bộ sinh ra hàm băm Samba" -#: setup/class_setupStep_Checks.inc:139 +#: setup/class_setupStep_Checks.inc:149 msgid "GOsa requires this command to synchronize POSIX and samba passwords." msgstr "GOsa cần lệnh này để đồng bộ hóa mật khẩu của POSIX và Samba." -#: setup/class_setupStep_Checks.inc:140 +#: setup/class_setupStep_Checks.inc:150 msgid "" "Deploy a gosa-si installation or install the perl Crypt::SmbHash modules." msgstr "" "Triển khai việc cài đặt gosa-si hoặc cài đặt các môđun ngôn ngữ perl Crypt::" "SmbHash." -#: setup/class_setupStep_Checks.inc:153 +#: setup/class_setupStep_Checks.inc:163 msgid "imagick" msgstr "" -#: setup/class_setupStep_Checks.inc:154 +#: setup/class_setupStep_Checks.inc:164 #, fuzzy msgid "GOsa requires this extension to handle images." msgstr "GOsa cần môđun này để sử lý những đoạn mã unicode." -#: setup/class_setupStep_Checks.inc:169 +#: setup/class_setupStep_Checks.inc:179 #, fuzzy msgid "compression module" msgstr "Kiểm soát truy cập" -#: setup/class_setupStep_Checks.inc:170 +#: setup/class_setupStep_Checks.inc:180 #, fuzzy msgid "GOsa requires this extension to handle snapshots." msgstr "GOsa cần môđun này để sử lý những đoạn mã unicode." -#: setup/class_setupStep_Checks.inc:181 +#: setup/class_setupStep_Checks.inc:191 msgid "" "register_globals is a PHP mechanism to register all global variables to be " "accessible from scripts without changing the scope. This may be a security " @@ -1487,18 +986,18 @@ msgstr "" "các biến số toàn cầu mà có thể truy cập từ các tập lệnh mà không phải thay " "đổi phạm vi. Đây có thể là một rủi ro về bảo mật." -#: setup/class_setupStep_Checks.inc:182 +#: setup/class_setupStep_Checks.inc:192 msgid "Search for 'register_globals' in your php.ini and switch it to 'Off'." msgstr "" "Tìm kiếm 'register_globals' trong thư mục php.ini của bạn và chuyển nó thành " "'Off'." -#: setup/class_setupStep_Checks.inc:190 +#: setup/class_setupStep_Checks.inc:200 msgid "PHP uses this value for the garbage collector to delete old sessions." msgstr "" "PHP sử dụng giá trị này để phần mềm thu dọn rác có thể sóa các phiên cũ đi." -#: setup/class_setupStep_Checks.inc:191 +#: setup/class_setupStep_Checks.inc:201 msgid "" "Setting this value to one day will prevent loosing session and cookies " "before they really timeout." @@ -1506,7 +1005,7 @@ msgstr "" "Thiết lập giá trị này đến một ngày sẽ ngăn cản việc mất đi các phiên và " "cookies trước khi chúng thực sự hết hạn." -#: setup/class_setupStep_Checks.inc:192 +#: setup/class_setupStep_Checks.inc:202 msgid "" "Search for 'session.gc_maxlifetime' in your php.ini and set it to 86400 or " "higher." @@ -1514,12 +1013,12 @@ msgstr "" "Tìm kiếm 'session.gc_maxlifetime' trong thư mục php.ini của bạn và thiết " "lập nó đển 86400 hoặc cao hơn." -#: setup/class_setupStep_Checks.inc:199 setup/class_setupStep_Checks.inc:215 -#: setup/class_setupStep_Checks.inc:231 setup/class_setupStep_Checks.inc:247 +#: setup/class_setupStep_Checks.inc:209 setup/class_setupStep_Checks.inc:225 +#: setup/class_setupStep_Checks.inc:241 setup/class_setupStep_Checks.inc:257 msgid "Off" msgstr "Tắt" -#: setup/class_setupStep_Checks.inc:200 +#: setup/class_setupStep_Checks.inc:210 msgid "" "In Order to use GOsa without any trouble, the session.auto_register option " "in your php.ini should be set to 'Off'." @@ -1527,13 +1026,13 @@ msgstr "" "Để có thể sử dụng được GOsa mà không gặp vấn đề nào, lựa chọn session." "auto_register trong php.ini nên được thiết lập là 'Off' (tắt)." -#: setup/class_setupStep_Checks.inc:201 +#: setup/class_setupStep_Checks.inc:211 msgid "Search for 'session.auto_start' in your php.ini and set it to 'Off'." msgstr "" "Tìm kiếm 'session.auto_start' trong thư mục php.ini của bạn và đặt nó thành " "'Off'." -#: setup/class_setupStep_Checks.inc:208 +#: setup/class_setupStep_Checks.inc:218 msgid "" "GOsa needs at least 32MB of memory. Setting it below this limit may cause " "errors that are not reproducable! Increase it for larger setups." @@ -1542,14 +1041,14 @@ msgstr "" "này có thể sẽ gây ra lỗi mà không thể tự sản sinh ra kết quả nữa! Hãy tăng " "dung lượng lên cho cài đặt lớn hơn." -#: setup/class_setupStep_Checks.inc:209 +#: setup/class_setupStep_Checks.inc:219 msgid "" "Search for 'memory_limit' in your php.ini and set it to '32M' or higher." msgstr "" "Tìm kiếm 'memory_limit' trong thư mục php.ini của bạn và thiết lập nó lên " "'32M' hoặc cao hơn." -#: setup/class_setupStep_Checks.inc:216 +#: setup/class_setupStep_Checks.inc:226 msgid "" "This option influences the PHP output handling. Turn this Option off, to " "increase performance." @@ -1557,24 +1056,24 @@ msgstr "" "Lựa chọn này sẽ ảnh hưởng tới việc sử lý đầu vào PHP. Tắt chức năng này đi, " "để tăng khả năng hoạt động." -#: setup/class_setupStep_Checks.inc:217 +#: setup/class_setupStep_Checks.inc:227 msgid "Search for 'implicit_flush' in your php.ini and set it to 'Off'." msgstr "" "Tìm kiếm 'implicit_flush' trong thư mục php.ini của bạn và chuyển nó sang " "'Off'." -#: setup/class_setupStep_Checks.inc:224 +#: setup/class_setupStep_Checks.inc:234 msgid "The Execution time should be at least 30 seconds." msgstr "Thời gian chạy ít nhất là 30 giây." -#: setup/class_setupStep_Checks.inc:225 +#: setup/class_setupStep_Checks.inc:235 msgid "" "Search for 'max_execution_time' in your php.ini and set it to '30' or higher." msgstr "" "Tìm kiếm 'max_execution_time' trong thư mục php.ini của bạn và thiết lập nó " "đến '30' hoặc cao hơn." -#: setup/class_setupStep_Checks.inc:232 +#: setup/class_setupStep_Checks.inc:242 msgid "" "Increase the server security by setting expose_php to 'off'. PHP won't send " "any information about the server you are running in this case." @@ -1583,17 +1082,17 @@ msgstr "" "sẽ không gửi bất cứ thông tin nào về server bạn đang chạy trong trường hợp " "này." -#: setup/class_setupStep_Checks.inc:233 +#: setup/class_setupStep_Checks.inc:243 msgid "Search for 'expose_php' in your php.ini and set if to 'Off'." msgstr "" "Tìm kiếm 'expose_php' trong thư much php.ini của bạn và chuyển nó thành " "'Off'." -#: setup/class_setupStep_Checks.inc:239 +#: setup/class_setupStep_Checks.inc:249 msgid "On" msgstr "Bật" -#: setup/class_setupStep_Checks.inc:240 +#: setup/class_setupStep_Checks.inc:250 msgid "" "Increase your server security by setting magic_quotes_gpc to 'on'. PHP will " "escape all quotes in strings in this case." @@ -1602,34 +1101,34 @@ msgstr "" "thành 'on'. PHP sẽ giải thoát tất cả các trích dẫn trong các đoạn mã trong " "trường hợp này." -#: setup/class_setupStep_Checks.inc:241 +#: setup/class_setupStep_Checks.inc:251 msgid "Search for 'magic_quotes_gpc' in your php.ini and set it to 'On'." msgstr "" "Tìm kiếm ''magic_quotes_gpc' trong thư mục php.ini của bạn và chuyển nó " "thành 'On'" -#: setup/class_setupStep_Checks.inc:248 +#: setup/class_setupStep_Checks.inc:258 msgid "Increase your server performance by setting magic_quotes_gpc to 'off'." msgstr "" "Tăng cường khả năng hoạt động cho server của bạn bằng việc thiết lập " "magic_quotes_gpc thành 'off'." -#: setup/class_setupStep_Checks.inc:249 +#: setup/class_setupStep_Checks.inc:259 msgid "" "Search for 'zend.ze1_compatibility_mode' in your php.ini and set it to 'Off'." msgstr "" "Tìm kiếm 'zend.ze1_compatibility_mode' trong thư mục php.ini và chuyển nó " "thành 'Off'." -#: setup/class_setupStep_Checks.inc:259 +#: setup/class_setupStep_Checks.inc:269 msgid "Configuration writeable" msgstr "Cấu hình có thể lưu trữ dữ liệu (writable)" -#: setup/class_setupStep_Checks.inc:260 +#: setup/class_setupStep_Checks.inc:270 msgid "The configuration file can't be written" msgstr "Không thể viết lên File cấu hình " -#: setup/class_setupStep_Checks.inc:261 +#: setup/class_setupStep_Checks.inc:271 #, php-format msgid "" "GOsa reads its configuration from a file located in (%s/%s). The setup can " @@ -1646,126 +1145,11 @@ msgstr "Cài đặt ngôn ngữ" msgid "This step allows you to select your preferred language." msgstr "Bước này cho phép bạn lựa chọn ngôn ngữ bạn muốn dùng." -#: setup/class_setupStep_Language.inc:47 +#: setup/class_setupStep_Language.inc:47 include/class_core.inc:180 msgid "Automatic" msgstr "Tự động" -#: setup/setup_config3.tpl:2 -msgid "GOsa core settings" -msgstr "thiết lập lõi của GOsa" - -#: setup/setup_config3.tpl:6 -#, fuzzy -msgid "Enable primary group filter" -msgstr "Vô hiệu bộ lọc nhóm sơ cấp" - -#: setup/setup_config3.tpl:18 -msgid "Display summary in listings" -msgstr "Hiển thị tóm tắt trên danh sách" - -#: setup/setup_config3.tpl:30 -msgid "Honour administrative units" -msgstr "Các đơn vị quản trị chức danh" - -#: setup/setup_config3.tpl:42 -msgid "Smarty compile directory" -msgstr "Thư mục soạn thảo Smarty" - -#: setup/setup_config3.tpl:51 -msgid "SNMP community" -msgstr "Cộng đồng SNMP" - -#: setup/setup_config3.tpl:60 -msgid "Path for PPD storage" -msgstr "Đường dẫn đến kho lưu trữ PPD" - -#: setup/setup_config3.tpl:77 -msgid "Path for kiosk profile storage" -msgstr "Đường dẫn đến kho lưu trữ profile của ki-ốt" - -#: setup/setup_config3.tpl:96 -msgid "SUDO role base" -msgstr "" - -#: setup/setup_config3.tpl:115 -msgid "Mail queue script" -msgstr "Tập lệnh sắp hàng mail" - -#: setup/setup_config3.tpl:134 -msgid "Notification script" -msgstr "Tập lệnh thông báo" - -#: setup/setup_config3.tpl:153 -msgid "Enable edit locking" -msgstr "Bật chức năng khóa việc hiệu chỉnh lên" - -#: setup/setup_config3.tpl:174 -#, fuzzy -msgid "Gosa support daemon" -msgstr "GOsa hỗ trợ chương trình daemon" - -#: setup/setup_config3.tpl:193 -msgid "Daemon timeout" -msgstr "" - -#: setup/setup_config3.tpl:207 -msgid "Login and session" -msgstr "Đăng nhập và phiên" - -#: setup/setup_config3.tpl:210 -msgid "Login attribute" -msgstr "Thuộc tính đăng nhập" - -#: setup/setup_config3.tpl:221 -msgid "Enforce register_globals to be deactivated" -msgstr "Tắt chức năng đăng ký _toàn cầu " - -#: setup/setup_config3.tpl:233 -msgid "Enforce encrypted connections" -msgstr "Thực thi việc mã hóa các kết nối" - -#: setup/setup_config3.tpl:245 -msgid "Warn if session is not encrypted" -msgstr "Cảnh báo nếu một phiên chưa được mã hóa" - -#: setup/setup_config3.tpl:257 -msgid "Remember dialog filter settings" -msgstr "Nhớ thiết lập bộ lọc đối thoại " - -#: setup/setup_config3.tpl:269 -msgid "Session lifetime" -msgstr "Thời gian cho một phiên (một Session)" - -#: setup/setup_config3.tpl:278 -msgid "Debugging" -msgstr "Sửa lỗi" - -#: setup/setup_config3.tpl:282 -msgid "Show PHP errors" -msgstr "Hiển thị lỗi PHP" - -#: setup/setup_config3.tpl:294 -msgid "Maximum LDAP query time" -msgstr "Thời gian truy vấn LDAP tối đa" - -#: setup/setup_config3.tpl:312 -msgid "Log LDAP statistics" -msgstr "Đăng nhập thống kê LDAP" - -#: setup/setup_config3.tpl:324 -msgid "Debug level" -msgstr "Cấp độ sửa lỗi" - -#: setup/setup_config3.tpl:329 setup/setup_config3.tpl:332 -msgid "Disabled" -msgstr "Vô hiệu hóa/ Tắt chức năng" - -#: setup/setup_config3.tpl:330 setup/setup_config3.tpl:333 -#: ihtml/themes/modern/userFilterEditor.tpl:45 -msgid "Enabled" -msgstr "Bật chức năng" - -#: setup/setup_migrate.tpl:5 +#: setup/setup_migrate.tpl:2 msgid "" "During the LDAP inspection, we're going to check for several common pitfalls " "that may occur when migration to GOsa base LDAP administration. You may want " @@ -1775,258 +1159,52 @@ msgstr "" "thường mà có thể xảy ra khi di trú đến quản trị LDAP gốc GOsa. Bạn có thể " "muốn sửa những vấn đề dưới đây để cung cấp các dịch vụ êm xuôi hơn." -#: setup/setup_migrate.tpl:33 -msgid "Check again" -msgstr "Kiểm tra lại" +#: setup/setup_migrate.tpl:5 +#, fuzzy +msgid "Checks" +msgstr "Kiểm tra trạng thái" -#: setup/setup_migrate.tpl:38 +#: setup/setup_migrate.tpl:22 #, fuzzy msgid "Add required object classes to the LDAP base" msgstr "Lớp đối tượng '%s' được yêu cầu mất tích!" -#: setup/setup_migrate.tpl:40 setup/setup_migrate.tpl:259 -#: setup/setup_migrate.tpl:367 setup/setup_migrate.tpl:425 -#: setup/setup_migrate.tpl:484 setup/setup_migrate.tpl:532 -#: setup/setup_migrate.tpl:581 +#: setup/setup_migrate.tpl:24 msgid "Current" msgstr "Hiện tại" -#: setup/setup_migrate.tpl:47 setup/setup_migrate.tpl:263 -#: setup/setup_migrate.tpl:374 setup/setup_migrate.tpl:432 -#: setup/setup_migrate.tpl:488 setup/setup_migrate.tpl:536 -#: setup/setup_migrate.tpl:585 +#: setup/setup_migrate.tpl:28 msgid "After migration" msgstr "Sau khi di trú" -#: setup/setup_migrate.tpl:62 setup/setup_migrate.tpl:112 +#: setup/setup_migrate.tpl:35 msgid "Close" msgstr "Đóng" -#: setup/setup_migrate.tpl:68 -msgid "Move windows workstations into a valid windows workstation department" -msgstr "" -"Chuyển một máy trạm window thành một bộ phận máy trạm windown có hiệu lực" - -#: setup/setup_migrate.tpl:70 -msgid "" -"This dialog allows you to move the displayed windows workstations into a " -"valid department" -msgstr "" -"Hộp thoại này cho phép bạn chuyển từ một máy trạm window được hiển thị sang " -"một bộ phận có hiệu lực" - -#: setup/setup_migrate.tpl:72 -msgid "" -"Be careful with this tool, there may be references pointing to this " -"workstations that can't be migrated." -msgstr "" -"Hãy cẩn thận với công cụ này, có thể có các tham chiếu hướng đến máy trạm " -"này mà không thể được du nhập vào." - -#: setup/setup_migrate.tpl:96 setup/setup_migrate.tpl:155 -#: setup/setup_migrate.tpl:211 setup/setup_migrate.tpl:391 -#: setup/setup_migrate.tpl:448 setup/setup_migrate.tpl:495 -#: setup/setup_migrate.tpl:543 setup/setup_migrate.tpl:592 -#: include/class_listing.inc:306 -msgid "Select all" -msgstr "Chọn tất" - -#: setup/setup_migrate.tpl:98 -msgid "Move selected windows workstations into the following GOsa department" -msgstr "" -"Chuyển những máy trạm window đã chọn vào trong những bộ phận GOsa tiếp theo" - -#: setup/setup_migrate.tpl:103 -msgid "Move selected workstations" -msgstr "Chuyển các máy trạm đã chọn" - -#: setup/setup_migrate.tpl:105 -msgid "What will be done here" -msgstr "Việc sẽ được làm ở đây" - -#: setup/setup_migrate.tpl:119 -msgid "Move groups into configured group tree" -msgstr "Chuyển nhóm thành cây nhóm đã được cấu hình" - -#: setup/setup_migrate.tpl:122 -msgid "" -"This dialog allows moving a couple of groups to the configured group tree. " -"Doing this may straighten your LDAP service." -msgstr "" -"Hộp thoại này cho phép việc chuyển một vài nhóm đến cây nhóm đã được cấu " -"hình. Thực hiện việc này có thể sẽ làm gọn gàng dịch vụ LDAP của bạn." - -#: setup/setup_migrate.tpl:125 -msgid "" -"Be careful with this option! There may be references pointing to these " -"groups. The GOsa setup can't migrate references, so you may want to cancel " -"the migration in this case." -msgstr "" -"Hãy cẩn thận với lựa chọn này! Có thể có các thông tin tham chiếu hướng đến " -"nhóm này. Cài đặt Gosa không thể di trú các tham chiếu này, vì thế bạn có " -"thể muốn hủy bỏ việc di trú trong trường hợp này." - -#: setup/setup_migrate.tpl:128 -msgid "Move selected groups into this group tree" -msgstr "Chuyển các nhóm đã chọn vào trong các cây nhóm" - -#: setup/setup_migrate.tpl:159 setup/setup_migrate.tpl:215 -#: setup/setup_migrate.tpl:269 setup/setup_migrate.tpl:395 -#: setup/setup_migrate.tpl:452 setup/setup_migrate.tpl:500 -#: setup/setup_migrate.tpl:548 setup/setup_migrate.tpl:597 -msgid "Hide changes" -msgstr "Ẩn các thay đổi" - -#: setup/setup_migrate.tpl:162 setup/setup_migrate.tpl:218 -#: setup/setup_migrate.tpl:251 setup/setup_migrate.tpl:398 -#: setup/setup_migrate.tpl:455 setup/setup_migrate.tpl:505 -#: setup/setup_migrate.tpl:553 setup/setup_migrate.tpl:602 -msgid "Show changes" -msgstr "Hiển thị các thay đổi" - -#: setup/setup_migrate.tpl:178 -msgid "Move users into configured user tree" -msgstr "Chuyển người dùng sang cây người dùng được cấu hình" - -#: setup/setup_migrate.tpl:180 -msgid "" -"This dialog allows moving a couple of users to the configured user tree. " -"Doing this may straighten your LDAP service." -msgstr "" -"Hộp thoại này cho phép việc chuyển một vài nhóm đến cây nhóm đã được cấu " -"hình. Thực hiện việc này có thể sẽ làm gọn gàng dịch vụ LDAP của bạn." - -#: setup/setup_migrate.tpl:183 -msgid "" -"Be careful with this option! There may be references pointing to these " -"users. The GOsa setup can't migrate references, so you may want to cancel " -"the migration in this case." -msgstr "" -"Hãy cẩn thận với lựa chọn này! Có thể có các thông tin tham chiếu hướng đến " -"nhóm này. Cài đặt Gosa không thể di trú các tham chiếu này, vì thế bạn có " -"thể muốn hủy bỏ việc di trú trong trường hợp này." - -#: setup/setup_migrate.tpl:186 -msgid "Move selected users into this people tree" -msgstr "Chuyển người dùng sang cây người dùng được cấu hình" - -#: setup/setup_migrate.tpl:233 -#, fuzzy -msgid "Migrate GOsa 2.5 administrative accounts" -msgstr "Tạo ra một tài khoản admin GOsa mới" - -#: setup/setup_migrate.tpl:235 -msgid "" -"This dialog allows the migration of GOsa 2.5 admin accounts into GOsa 2.6 " -"useable accounts." -msgstr "" - -#: setup/setup_migrate.tpl:293 -msgid "Abort" -msgstr "Ngừng lại" - -#: setup/setup_migrate.tpl:296 +#: setup/setup_migrate.tpl:40 msgid "Create a new GOsa administrator account" msgstr "Tạo ra một tài khoản admin GOsa mới" -#: setup/setup_migrate.tpl:299 +#: setup/setup_migrate.tpl:41 msgid "" "This dialog will automatically add a new super administrator to your LDAP " "tree." msgstr "Hộp thoại này sẽ tự động thêm một siêu admin mới vào cây LDAP của bạn." -#: setup/setup_migrate.tpl:312 -#: plugins/personal/posix/class_posixAccount.inc:1312 +#: setup/setup_migrate.tpl:49 +#: plugins/personal/posix/class_posixAccount.inc:1308 msgid "User ID" msgstr "ID người dùng" -#: setup/setup_migrate.tpl:328 +#: setup/setup_migrate.tpl:53 ihtml/themes/default/login.tpl:47 +#: plugins/personal/generic/paste_generic.tpl:21 +msgid "Password" +msgstr "Mật khẩu" + +#: setup/setup_migrate.tpl:57 msgid "Password (again)" msgstr "Mật khẩu (nhập lại)" -#: setup/setup_migrate.tpl:356 -msgid "" -"The listed departments are currently invisible in the GOsa user interface. " -"If you want to change this for a couple of entries, select them and use the " -"migrate button below." -msgstr "" -"Các bộ phận được liệt kê hiện đang bị ẩn trên giao diện người dùng của " -"GOsa. Nếu bạn muốn thay đổi việc này cho một số entry, lựa chọn chúng và sử " -"dụng phím 'di trú' ở dưới." - -#: setup/setup_migrate.tpl:357 setup/setup_migrate.tpl:416 -#: setup/setup_migrate.tpl:476 setup/setup_migrate.tpl:525 -#: setup/setup_migrate.tpl:574 -msgid "" -"If you want to know what will be done when migrating the selected entries, " -"use the 'Show changes' button to see the LDIF." -msgstr "" -"Nếu bạn muốn biết việc gì sẽ được tiến hành khi di trú các entry được chọn " -"này, hãy sử dụng phím 'hiển thị thay đổi 'để xem định dạng LDIF." - -#: setup/setup_migrate.tpl:415 -#, fuzzy -msgid "" -"The listed users are currently invisible in the GOsa user interface. If you " -"want to change this for a couple of users, just select them and use the " -"'Migrate' button below." -msgstr "" -"Các bộ phận được liệt kê hiện đang bị ẩn trên giao diện người dùng của " -"Gosa. Nếu bạn muốn thay đổi việc này cho một số entry, lựa chọn chúng và sử " -"dụng phím \"Di trú\" ở dưới." - -#: setup/setup_migrate.tpl:475 -#, fuzzy -msgid "" -"The listed devices are currently invisible in the GOsa interface. If you " -"want to change this for a couple of devices, just select them and use the " -"'Migrate' button below." -msgstr "" -"Các bộ phận được liệt kê hiện đang bị ẩn trên giao diện người dùng của " -"Gosa. Nếu bạn muốn thay đổi việc này cho một số entry, lựa chọn chúng và sử " -"dụng phím \"Di trú\" ở dưới." - -#: setup/setup_migrate.tpl:502 setup/setup_migrate.tpl:550 -#: setup/setup_migrate.tpl:599 -#, fuzzy -msgid "Refresh" -msgstr "Các tham chiếu" - -#: setup/setup_migrate.tpl:524 -#, fuzzy -msgid "" -"The listed services are currently invalid for the GOsa version you are going " -"to install. If you want to update a couple of service, just select them and " -"use the 'Migrate' button below." -msgstr "" -"Các bộ phận được liệt kê hiện đang bị ẩn trên giao diện người dùng của " -"Gosa. Nếu bạn muốn thay đổi việc này cho một số entry, lựa chọn chúng và sử " -"dụng phím \"Di trú\" ở dưới." - -#: setup/setup_migrate.tpl:573 -#, fuzzy -msgid "" -"The listed menus are currently invisible in the GOsa interface. If you want " -"to change this for a couple of devices, just select them and use the " -"'Migrate' button below." -msgstr "" -"Các bộ phận được liệt kê hiện đang bị ẩn trên giao diện người dùng của " -"Gosa. Nếu bạn muốn thay đổi việc này cho một số entry, lựa chọn chúng và sử " -"dụng phím \"Di trú\" ở dưới." - -#: setup/setup_frame.tpl:12 -msgid "GOsa setup wizard" -msgstr "Hướng dẫn cài đặt GOsa chi tiết " - -#: setup/setup_frame.tpl:19 -msgid "Installation" -msgstr "Cài đặt" - -#: setup/setup_frame.tpl:19 -#, fuzzy -msgid "Setup" -msgstr "Đặt" - #: setup/class_setupStep_Welcome.inc:38 msgid "Welcome" msgstr "Chào mừng" @@ -2036,7 +1214,8 @@ msgid "The welcome message" msgstr "Tin nhắn chào mừng" #: setup/class_setupStep_Welcome.inc:40 -msgid "Welcome to GOsa setup wizard" +#, fuzzy +msgid "Welcome to the GOsa setup assistent" msgstr "Chào mừng bạn đến với bộ cài đặt wizard GOsa" #: setup/setup_language.tpl:3 @@ -2057,41 +1236,77 @@ msgstr "" msgid "Please select your preferred language here" msgstr "Xin hãy lựa chọn ngôn ngữ bạn muốn dùng ở đây" -#: setup/setup_checks.tpl:9 +#: setup/setup_checks.tpl:2 +msgid "" +"This step checks if your PHP server has all required modules and " +"configuration settings." +msgstr "" + +#: setup/setup_checks.tpl:5 +#, fuzzy +msgid "Inspection" +msgstr "Thanh tra LDAP" + +#: setup/setup_checks.tpl:8 msgid "PHP module and extension checks" msgstr "Kiểm tra các module và mở rộng của PHP" -#: setup/setup_checks.tpl:41 setup/setup_checks.tpl:103 +#: setup/setup_checks.tpl:10 +msgid "Basic checks" +msgstr "" + +#: setup/setup_checks.tpl:27 setup/setup_checks.tpl:68 +#: plugins/personal/posix/class_posixAccount.inc:650 +#: plugins/personal/posix/class_posixAccount.inc:773 +#: plugins/admin/groups/class_group.inc:832 +#: plugins/admin/departments/dep_move_confirm.tpl:2 include/functions.inc:2640 +#: include/functions.inc:2644 include/functions.inc:2650 +#: include/functions.inc:2674 include/utils/class_xml.inc:37 +#: include/class_tabs.inc:249 include/class_configRegistry.inc:655 +#: include/class_configRegistry.inc:670 include/class_configRegistry.inc:685 +#: include/class_configRegistry.inc:700 include/class_configRegistry.inc:716 +#: include/class_configRegistry.inc:721 include/class_configRegistry.inc:738 +#: include/class_configRegistry.inc:743 include/class_configRegistry.inc:761 +#: include/class_configRegistry.inc:766 include/class_configRegistry.inc:782 +#: include/class_configRegistry.inc:797 include/class_configRegistry.inc:812 +#: html/password.php:316 +msgid "Warning" +msgstr "Cảnh báo" + +#: setup/setup_checks.tpl:38 setup/setup_checks.tpl:79 msgid "GOsa will NOT run without fixing this." msgstr "GOsa sẽ không chạy được nếu không sửa chỗ này." -#: setup/setup_checks.tpl:45 setup/setup_checks.tpl:107 +#: setup/setup_checks.tpl:40 setup/setup_checks.tpl:81 msgid "GOsa will run without fixing this." msgstr "GOsa sẽ chạy mà không cần sửa chỗ này." -#: setup/setup_checks.tpl:67 +#: setup/setup_checks.tpl:50 msgid "PHP setup configuration" msgstr "Cấu hình cài đặt PHP" -#: setup/setup_checks.tpl:67 +#: setup/setup_checks.tpl:50 msgid "show information" msgstr "hiển thị thông tin" -#: setup/class_setupStep_Finish.inc:37 -#: ihtml/themes/default/copyPasteDialog.tpl:32 -#: ihtml/themes/modern/copyPasteDialog.tpl:30 +#: setup/setup_checks.tpl:51 +msgid "Extended checks" +msgstr "" + +#: setup/class_setupStep_Finish.inc:39 +#: ihtml/themes/default/copyPasteDialog.tpl:30 msgid "Finish" msgstr "Kết thúc" -#: setup/class_setupStep_Finish.inc:38 +#: setup/class_setupStep_Finish.inc:40 msgid "Write configuration file" msgstr "Viết file cấu hình" -#: setup/class_setupStep_Finish.inc:39 +#: setup/class_setupStep_Finish.inc:41 msgid "Finish - write the configuration file" msgstr "Kết thúc - viết file cấu hình" -#: setup/class_setupStep_Finish.inc:104 +#: setup/class_setupStep_Finish.inc:106 msgid "" "Your configuration file is currently world readable. Please update the file " "permissions!" @@ -2099,11 +1314,11 @@ msgstr "" "File cấu hình của bạn hiện cả thế giới đều đọc được. Xin hãy cập nhật quyền " "truy cập file!" -#: setup/class_setupStep_Finish.inc:106 +#: setup/class_setupStep_Finish.inc:108 msgid "The configuration is currently not readable or it does not exists." msgstr "Cấu hình hiện tại không thể đọc được hoặc nó không tồn tại." -#: setup/class_setupStep_Finish.inc:115 +#: setup/class_setupStep_Finish.inc:117 #, php-format msgid "" "After downloading and placing the file under %s, please make sure that the " @@ -2115,112 +1330,77 @@ msgstr "" "webserver này đang chạy với có thể đọc được %s, trong khi những người dùng " "khác không thể. Bạn có thể muốn chạy những lệnh này để đạt được yêu cầu:" -#: setup/class_setupStep_Config1.inc:74 setup/class_setupStep_Config1.inc:75 -msgid "GOsa settings 1/3" -msgstr "Thiết lập GOsa 1/3" - -#: setup/class_setupStep_Config1.inc:76 -msgid "GOsa generic settings" -msgstr "Thiết lập GOsa chung " - -#: setup/class_setupStep_Config1.inc:118 -#, php-format -msgid "The specified value for '%s' must be a numeric value" -msgstr "Gía trị cụ thể cho '%s' phải là một giá trị số" - -#: setup/class_setupStep_Config1.inc:122 setup/class_setupStep_Config1.inc:126 -#, php-format -msgid "Don't add a trailing comma to '%s'." -msgstr "Đừng thêm dấu phẩy đuôi vào '%s'." - -#: setup/class_setupStep_Config1.inc:122 -msgid "People storage ou" -msgstr "ou lưu trữ người" - -#: setup/class_setupStep_Config1.inc:126 -msgid "Group storage ou" -msgstr "ou lưu trữ nhóm" - -#: setup/class_setupStep_Config1.inc:130 -msgid "Uid base must be numeric" -msgstr "Gốc UID phải là số" - -#: setup/class_setupStep_Config1.inc:134 -msgid "The given password minimum length is not numeric." -msgstr "Độ dài tối thiểu của mật khẩu đã cho không phải là số." - -#: setup/class_setupStep_Config1.inc:137 -msgid "The given password differ value is not numeric." -msgstr "Gía trị khác của mật khẩu cho trước không phải là số." +#: ihtml/themes/default/ldifViewer.tpl:1 +msgid "Raw LDAP entry" +msgstr "" -#: ihtml/themes/default/acl.tpl:7 ihtml/themes/modern/acl.tpl:7 -#: plugins/admin/acl/acl_role.tpl:3 plugins/admin/acl/acl_role.tpl:4 +#: ihtml/themes/default/acl.tpl:7 plugins/admin/acl/acl_role.tpl:3 +#: plugins/admin/acl/acl_role.tpl:4 msgid "Assigned ACL for current entry" msgstr "Giao ACL cho entry hiện tại" -#: ihtml/themes/default/acl.tpl:12 ihtml/themes/modern/acl.tpl:10 -#: plugins/admin/acl/acl_role.tpl:38 +#: ihtml/themes/default/acl.tpl:10 plugins/admin/acl/acl_role.tpl:38 msgid "New ACL" msgstr "ACL mới" -#: ihtml/themes/default/acl.tpl:18 ihtml/themes/modern/acl.tpl:19 -#: plugins/admin/acl/acl_role.tpl:45 +#: ihtml/themes/default/acl.tpl:15 ihtml/themes/default/acl.tpl:16 +#: include/class_userFilter.inc:55 +#, fuzzy +msgid "Options" +msgstr "Các thao tác" + +#: ihtml/themes/default/acl.tpl:19 plugins/admin/acl/acl_role.tpl:45 msgid "ACL type" msgstr "Dạng ACL" -#: ihtml/themes/default/acl.tpl:20 ihtml/themes/default/acl.tpl:25 -#: ihtml/themes/modern/acl.tpl:23 ihtml/themes/modern/acl.tpl:28 +#: ihtml/themes/default/acl.tpl:23 ihtml/themes/default/acl.tpl:28 #: plugins/admin/acl/acl_role.tpl:45 msgid "Select an acl type" msgstr "Chọn một dạng acl" -#: ihtml/themes/default/acl.tpl:38 ihtml/themes/modern/acl.tpl:40 +#: ihtml/themes/default/acl.tpl:40 msgid "Additional filter options" msgstr "Các lựa chọn thêm cho bộ lọc" -#: ihtml/themes/default/acl.tpl:49 ihtml/themes/modern/acl.tpl:57 -msgid "Use members from" -msgstr "Sử dụng các thành viên từ" - -#: ihtml/themes/default/acl.tpl:64 -msgid "Available members" -msgstr "Những thành viên đang có mặt" - -#: ihtml/themes/default/acl.tpl:66 ihtml/themes/default/acl.tpl:71 -#: ihtml/themes/modern/acl.tpl:69 ihtml/themes/modern/acl.tpl:74 -msgid "List message possible targets" -msgstr "Liệt kê các mục tiêu có thể gửi tin nhắn" - -#: ihtml/themes/default/acl.tpl:87 ihtml/themes/modern/acl.tpl:53 -#: ihtml/themes/modern/acl.tpl:65 include/class_acl.inc:1104 +#: ihtml/themes/default/acl.tpl:53 ihtml/themes/default/acl.tpl:65 +#: include/class_acl.inc:1106 msgid "Members" msgstr "Các thành viên" -#: ihtml/themes/default/acl.tpl:89 ihtml/themes/default/acl.tpl:95 -#: ihtml/themes/modern/acl.tpl:92 ihtml/themes/modern/acl.tpl:98 +#: ihtml/themes/default/acl.tpl:54 +#, fuzzy +msgid "Member selection" +msgstr "Thiết lập nhóm" + +#: ihtml/themes/default/acl.tpl:57 +msgid "Use members from" +msgstr "Sử dụng các thành viên từ" + +#: ihtml/themes/default/acl.tpl:69 ihtml/themes/default/acl.tpl:74 +msgid "List message possible targets" +msgstr "Liệt kê các mục tiêu có thể gửi tin nhắn" + +#: ihtml/themes/default/acl.tpl:92 ihtml/themes/default/acl.tpl:98 msgid "List message recipients" msgstr "Liệt kê người nhận tin" -#: ihtml/themes/default/acl.tpl:109 ihtml/themes/modern/acl.tpl:112 -#: plugins/admin/acl/acl_role.tpl:51 +#: ihtml/themes/default/acl.tpl:112 plugins/admin/acl/acl_role.tpl:51 msgid "List of available ACL categories" msgstr "Danh sách tất cả các mục ACL hiện có" -#: ihtml/themes/default/acl.tpl:117 ihtml/themes/modern/acl.tpl:120 +#: ihtml/themes/default/acl.tpl:120 msgid "ACL for this object" msgstr "ACL cho đối tượng này" -#: ihtml/themes/default/acl.tpl:123 ihtml/themes/modern/acl.tpl:126 +#: ihtml/themes/default/acl.tpl:126 msgid "Available roles" msgstr "Các vai trò hiện có" #: ihtml/themes/default/copyPasteDialog.tpl:1 -#: ihtml/themes/modern/copyPasteDialog.tpl:1 msgid "Copy & paste wizard" msgstr "Copy & Paste wizard" #: ihtml/themes/default/copyPasteDialog.tpl:7 -#: ihtml/themes/modern/copyPasteDialog.tpl:7 msgid "" "Some values need to be unique in the complete directory while some " "combinations make no sense. GOsa shows the relevant attributes. Please " @@ -2231,13 +1411,11 @@ msgstr "" "hãy giữ các giá trị bên dưới để thực hiện các chính sách đó." #: ihtml/themes/default/copyPasteDialog.tpl:9 -#: ihtml/themes/modern/copyPasteDialog.tpl:9 msgid "Remember that some properties like taken snapshots will not be copied!" msgstr "" "Hãy nhớ rằng một số đặc tính ví dụ như snapshot sẽ không được copy lại!" #: ihtml/themes/default/copyPasteDialog.tpl:10 -#: ihtml/themes/modern/copyPasteDialog.tpl:10 msgid "" "Or if you copy or cut an entry within GOsa and delete the source object, you " "may get errors while pasting this object again!" @@ -2246,29 +1424,24 @@ msgstr "" "có thể lại gặp lỗi khi paste đối tượng này!" #: ihtml/themes/default/copyPasteDialog.tpl:19 -#: ihtml/themes/modern/copyPasteDialog.tpl:19 -#: include/utils/class_msgPool.inc:330 +#: include/utils/class_msgPool.inc:313 #, php-format msgid "Save" msgstr "Lưu lại" -#: ihtml/themes/default/copyPasteDialog.tpl:24 -#: ihtml/themes/modern/copyPasteDialog.tpl:23 +#: ihtml/themes/default/copyPasteDialog.tpl:23 msgid "Cancel all" msgstr "Hủy bỏ tất" -#: ihtml/themes/default/copyPasteDialog.tpl:30 -#: ihtml/themes/modern/copyPasteDialog.tpl:28 +#: ihtml/themes/default/copyPasteDialog.tpl:28 msgid "Operation complete" msgstr "Thao tác hoàn thành" #: ihtml/themes/default/logout-close.tpl:5 -#: ihtml/themes/modern/logout-close.tpl:5 msgid "Your GOsa session has been closed!" msgstr "Phiên GOsa của bạn vừa bị đóng!" #: ihtml/themes/default/logout-close.tpl:7 -#: ihtml/themes/modern/logout-close.tpl:7 msgid "" "Please close this browser window and clean the authentication caches to " "avoid an automatic re-authentication by your browser." @@ -2276,62 +1449,39 @@ msgstr "" "Xin hãy đóng cửa sổ trình duyệt này lại và dọn sạch bộ nhớ đệm thẩm định " "quyền để tránh việc tự động thẩm định lại quyền bằng trình duyệt của bạn." -#: ihtml/themes/default/login.tpl:10 -msgid "GOsa login screen" -msgstr "Màn hình đăng nhập GOsa" - -#: ihtml/themes/default/login.tpl:27 -msgid "Login screen" -msgstr "Màn hình đăng nhập" - -#: ihtml/themes/default/login.tpl:34 -msgid "" -"Please use your username and your password to log into the site " -"administration system." -msgstr "" -"Xin hãy sử dụng tên và mật khẩu của bạn để đăng nhập vào trang hệ thống quản " -"trị." +#: ihtml/themes/default/login.tpl:31 +#, fuzzy +msgid "Login to GOsa" +msgstr "Chào mừng bạn đến với bộ cài đặt wizard GOsa" -#: ihtml/themes/default/login.tpl:42 ihtml/themes/default/login.tpl:44 -#: ihtml/themes/default/password.tpl:69 ihtml/themes/default/password.tpl:71 -#: ihtml/themes/modern/login.tpl:37 ihtml/themes/modern/login.tpl:40 +#: ihtml/themes/default/login.tpl:37 ihtml/themes/default/login.tpl:40 msgid "Username" msgstr "Tên người dùng" -#: ihtml/themes/default/login.tpl:52 ihtml/themes/default/login.tpl:53 -#: ihtml/themes/default/password.tpl:60 ihtml/themes/default/password.tpl:62 -#: ihtml/themes/modern/login.tpl:62 -msgid "Directory" -msgstr "Thư mục" - -#: ihtml/themes/default/login.tpl:77 ihtml/themes/default/login.tpl:80 -#: ihtml/themes/modern/login.tpl:31 ihtml/themes/modern/login.tpl:67 -#: ihtml/themes/modern/login.tpl:68 -msgid "Sign in" -msgstr "Đăng ký" +#: ihtml/themes/default/login.tpl:61 +msgid "Choose the directory to work on" +msgstr "" -#: ihtml/themes/default/login.tpl:78 ihtml/themes/modern/login.tpl:67 +#: ihtml/themes/default/login.tpl:66 msgid "Click here to log in" msgstr "Kích vào đây để đăng nhập" -#: ihtml/themes/default/remove.tpl:6 -msgid "" -"This may be used by several groups. Please double check if your really want " -"to do this since there is no way for GOsa to get your data back." -msgstr "" -"Thứ này có thể được sử dụng bởi một vài nhóm. Xin hãy kiểm tra hai lần nếu " -"bạn thực sự muốn làm điều này bởi vì sẽ không có cách nào để GOsa phục hồi " -"dữ liệu cho bạn." +#: ihtml/themes/default/login.tpl:66 ihtml/themes/default/login.tpl:67 +#, fuzzy +msgid "Log in" +msgstr "Đăng nhập" -#: ihtml/themes/default/remove.tpl:9 -msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." -msgstr "" -"Vì thế nếu bạn chắc chắn hãy nhấn \"Xóa bỏ\" để tiếp tục hoặc'Hủy bỏ' để " -"dừng lại." +#: ihtml/themes/default/userFilter.tpl:1 +#, fuzzy +msgid "List of defined filters" +msgstr "Viết file cấu hình" + +#: ihtml/themes/default/framework.tpl:9 +#, fuzzy +msgid "Log out" +msgstr "Đăng xuất" -#: ihtml/themes/default/framework.tpl:8 ihtml/themes/default/framework.tpl:11 -#: ihtml/themes/default/framework.tpl:20 ihtml/themes/default/framework.tpl:24 -#: ihtml/themes/modern/framework.tpl:10 include/class_pluglist.inc:229 +#: ihtml/themes/default/framework.tpl:10 msgid "" "You are currently editing a database entry. Do you want to dismiss the " "changes?" @@ -2339,39 +1489,24 @@ msgstr "" "Bạn hiện đang hiệu chỉnh một entry vào cơ sở dữ liệu. Bạn có muốn hủy bỏ các " "thay đổi?" -#: ihtml/themes/default/framework.tpl:8 ihtml/themes/default/framework.tpl:11 -msgid "Main" -msgstr "Trang chính" - -#: ihtml/themes/default/framework.tpl:16 -msgid "Help" -msgstr "Trợ giúp" - -#: ihtml/themes/default/framework.tpl:21 ihtml/themes/default/framework.tpl:25 -msgid "Sign out" -msgstr "Đăng xuất" - -#: ihtml/themes/default/framework.tpl:29 -msgid "Signed in:" -msgstr "Đăng nhập:" - -#: ihtml/themes/default/framework.tpl:32 -msgid "GOsa main menu" -msgstr "Menu chính của GOsa" +#: ihtml/themes/default/framework.tpl:22 +#, fuzzy, php-format +msgid "Session expires in %d!" +msgstr "Phiên không được mã hóa!" -#: ihtml/themes/default/help.tpl:9 ihtml/themes/modern/help.tpl:9 +#: ihtml/themes/default/help.tpl:9 msgid "GOsa help viewer" msgstr "GOsa help viewer" -#: ihtml/themes/default/help.tpl:15 ihtml/themes/modern/help.tpl:15 +#: ihtml/themes/default/help.tpl:15 msgid "Index" msgstr "Chỉ mục" -#: ihtml/themes/default/islocked.tpl:2 ihtml/themes/modern/islocked.tpl:4 +#: ihtml/themes/default/islocked.tpl:4 msgid "Locking conflict detected" msgstr "Phát hiện xung đột khóa" -#: ihtml/themes/default/islocked.tpl:9 ihtml/themes/modern/islocked.tpl:14 +#: ihtml/themes/default/islocked.tpl:14 msgid "" "If this lock detection is false, the other person has obviously closed the " "webbrowser during the edit operation. You may want to take over the lock by " @@ -2381,83 +1516,16 @@ msgstr "" "duyệt web trong quá trình thao tác hiệu chỉnh. Bạn có thể muốn tiếp quản " "việc khóa bằng các nhấn vào nút 'tiếp tục hiệu chỉnh'." -#: ihtml/themes/default/islocked.tpl:16 ihtml/themes/modern/islocked.tpl:23 +#: ihtml/themes/default/islocked.tpl:23 #, fuzzy msgid "Read only" msgstr "Danh sách reload" -#: ihtml/themes/default/password.tpl:6 -msgid "Change your password" -msgstr "Thay đổi mật khẩu của bạn" - -#: ihtml/themes/default/password.tpl:35 -msgid "Success" -msgstr "Thành công" - -#: ihtml/themes/default/password.tpl:35 -msgid "Your password has been changed successfully." -msgstr "Mật khẩu của bạn đã được thay đổi thành công." - -#: ihtml/themes/default/password.tpl:41 -#: plugins/personal/password/class_password.inc:78 -#: plugins/personal/password/class_password.inc:81 -#: plugins/personal/password/class_password.inc:84 -#: plugins/personal/password/class_password.inc:87 -#: plugins/personal/password/class_password.inc:90 -#: plugins/personal/password/class_password.inc:93 -#: plugins/personal/password/class_password.inc:107 -#: plugins/personal/password/class_password.inc:113 -#: plugins/admin/users/class_userManagement.inc:277 html/main.php:341 -msgid "Password change" -msgstr "Thay đổi mật khẩu" - -#: ihtml/themes/default/password.tpl:53 -msgid "" -"This dialog provides a simple way to change your password. Enter the current " -"password and the new password (twice) in the fields below and press the " -"'Change' button." -msgstr "" -"Hộp thoại này cung cấp một cách đơn giản để thay đổi mật khẩu của bạn. Hãy " -"nhập mật khẩu hiện tại và mật khẩu mới vào (hai lần) trong các trường bên " -"dưới và nhấn vào nút 'Thay đổi'." - -#: ihtml/themes/default/password.tpl:78 ihtml/themes/default/password.tpl:79 -#: plugins/personal/password/password.tpl:13 html/password.php:243 -msgid "Current password" -msgstr "Mật khẩu hiện tại" - -#: ihtml/themes/default/password.tpl:82 ihtml/themes/default/password.tpl:83 -#: plugins/personal/password/password.tpl:18 -#: plugins/personal/generic/password.tpl:7 -#: plugins/personal/myaccount/main.inc:97 plugins/admin/users/password.tpl:13 -#: plugins/admin/users/class_userManagement.inc:250 html/password.php:220 -msgid "New password" -msgstr "Mật khẩu mới" - -#: ihtml/themes/default/password.tpl:86 ihtml/themes/default/password.tpl:87 -msgid "New password repeated" -msgstr "Mật khẩu mới được lặp lại" - -#: ihtml/themes/default/password.tpl:90 -#: plugins/personal/password/password.tpl:28 -msgid "Password strength" -msgstr "Ưu điểm của mật khẩu" - -#: ihtml/themes/default/password.tpl:101 -msgid "Change" -msgstr "Thay đổi" - -#: ihtml/themes/default/password.tpl:102 -msgid "Click here to change your password" -msgstr "Kích vào đây để thay đổi mật khẩu của bạn" - #: ihtml/themes/default/snapshotdialog.tpl:3 -#: ihtml/themes/modern/snapshotdialog.tpl:3 msgid "Restoring object snapshots" msgstr "Phục hồi chế độ snapshot của đối tượng" #: ihtml/themes/default/snapshotdialog.tpl:6 -#: ihtml/themes/modern/snapshotdialog.tpl:6 msgid "" "This procedure will restore a snapshot of the selected object. It will " "replace the existing object after pressing the restore button." @@ -2466,7 +1534,6 @@ msgstr "" "thế cho đối tượng hiện có sau khi bấm vào nút phục hồi." #: ihtml/themes/default/snapshotdialog.tpl:9 -#: ihtml/themes/modern/snapshotdialog.tpl:9 msgid "" "Remember that DNS configuration and database entries could not be restored. " "For some objects it is only nescessary to open and save them again (goFon), " @@ -2477,7 +1544,6 @@ msgstr "" "(goFon), nhưng với một số entry thì bạn cần phải tạo lại bằng tay (glpi)." #: ihtml/themes/default/snapshotdialog.tpl:12 -#: ihtml/themes/modern/snapshotdialog.tpl:12 msgid "" "Don't forget to check references to other objects, for example does the " "selected printer still exists ?" @@ -2486,32 +1552,26 @@ msgstr "" "in được chọn có còn tồn tại không?" #: ihtml/themes/default/snapshotdialog.tpl:20 -#: ihtml/themes/default/snapshotdialog.tpl:62 -#: ihtml/themes/modern/snapshotdialog.tpl:20 -#: ihtml/themes/modern/snapshotdialog.tpl:63 -#: plugins/admin/departments/class_department.inc:624 -#: include/utils/class_msgPool.inc:475 include/class_acl.inc:797 -#: include/class_acl.inc:804 include/class_acl.inc:811 +#: ihtml/themes/default/snapshotdialog.tpl:63 +#: plugins/admin/departments/class_department.inc:626 +#: include/utils/class_msgPool.inc:458 include/class_acl.inc:795 +#: include/class_acl.inc:802 include/class_acl.inc:809 msgid "Object" msgstr "đối tượng" #: ihtml/themes/default/snapshotdialog.tpl:29 -#: ihtml/themes/modern/snapshotdialog.tpl:29 msgid "There is no snapshot available that could be restored" msgstr "Không có snapshot hiện có nào có thể được phục hồi" #: ihtml/themes/default/snapshotdialog.tpl:31 -#: ihtml/themes/modern/snapshotdialog.tpl:31 msgid "Choose a snapshot and click the folder image, to restore the snapshot" msgstr "Chọn một snapshot và kích vào hình folder, để phục hồi snapshot" -#: ihtml/themes/default/snapshotdialog.tpl:49 -#: ihtml/themes/modern/snapshotdialog.tpl:50 +#: ihtml/themes/default/snapshotdialog.tpl:50 msgid "Creating object snapshots" msgstr "Tạo ra snapshot đối tượng" -#: ihtml/themes/default/snapshotdialog.tpl:52 -#: ihtml/themes/modern/snapshotdialog.tpl:53 +#: ihtml/themes/default/snapshotdialog.tpl:53 msgid "" "This procedure will create a snapshot of the selected object. It will be " "stored inside a special branch of your directory system and can be restored " @@ -2521,8 +1581,7 @@ msgstr "" "trữ trong một nhánh đặc biệt thuộc hệ thống thư mục của bạn và có thể được " "phục hồi sau này." -#: ihtml/themes/default/snapshotdialog.tpl:55 -#: ihtml/themes/modern/snapshotdialog.tpl:56 +#: ihtml/themes/default/snapshotdialog.tpl:56 msgid "" "Remember that database entries, DNS configurations and possibly created " "zones in server extensions will not be stored in the snapshot." @@ -2531,25 +1590,22 @@ msgstr "" "thể được tạo ra trong việc mở rộng server sẽ không được lưu lại trong " "snapshot." -#: ihtml/themes/default/snapshotdialog.tpl:70 -#: ihtml/themes/modern/snapshotdialog.tpl:71 +#: ihtml/themes/default/snapshotdialog.tpl:71 msgid "Timestamp" msgstr "Timestamp" -#: ihtml/themes/default/snapshotdialog.tpl:79 -#: ihtml/themes/modern/snapshotdialog.tpl:80 +#: ihtml/themes/default/snapshotdialog.tpl:80 msgid "Reason for generating this snapshot" msgstr "Lý do để tạo ra snapshot này" -#: ihtml/themes/default/snapshotdialog.tpl:87 -#: ihtml/themes/modern/snapshotdialog.tpl:88 +#: ihtml/themes/default/snapshotdialog.tpl:88 #: plugins/admin/users/template.tpl:49 -#: plugins/admin/departments/class_department.inc:564 -#: plugins/admin/departments/class_department.inc:646 +#: plugins/admin/departments/class_department.inc:566 +#: plugins/admin/departments/class_department.inc:648 msgid "Continue" msgstr "Tiếp tục" -#: ihtml/themes/default/sizelimit.tpl:3 ihtml/themes/modern/sizelimit.tpl:3 +#: ihtml/themes/default/sizelimit.tpl:3 msgid "" "The size limit option makes LDAP operations faster and saves the LDAP server " "from getting too much load. The easiest way to handle big databases without " @@ -2562,15 +1618,15 @@ msgstr "" "kiếm của bạn vào các giá trị nhỏ hơn và sử dụng bộ lọc để có được các entry " "mà bạn đang tìm kiếm." -#: ihtml/themes/default/sizelimit.tpl:6 ihtml/themes/modern/sizelimit.tpl:8 +#: ihtml/themes/default/sizelimit.tpl:8 msgid "Please choose the way to react for this session" msgstr "Xin hãy lựa chọn cách để phản ứng với phiên này" -#: ihtml/themes/default/sizelimit.tpl:9 ihtml/themes/modern/sizelimit.tpl:10 +#: ihtml/themes/default/sizelimit.tpl:10 msgid "ignore this error and show all entries the LDAP server returns" msgstr "Lờ đi lỗi này và hiển thị tất cả các entry mà LDAP server trả về " -#: ihtml/themes/default/sizelimit.tpl:10 ihtml/themes/modern/sizelimit.tpl:11 +#: ihtml/themes/default/sizelimit.tpl:11 msgid "" "ignore this error and show all entries that fit into the defined sizelimit " "and let me use filters instead" @@ -2578,52 +1634,18 @@ msgstr "" "Lờ lỗi này đi và hiển thị tất cả các entry mà phù hợp với giới hạn kích cỡ " "đã xác định và thay vào đó cho tôi sử dụng các bộ lọc " -#: ihtml/themes/default/sizelimit.tpl:14 ihtml/themes/modern/sizelimit.tpl:16 -#: include/utils/class_msgPool.inc:348 +#: ihtml/themes/default/sizelimit.tpl:16 include/utils/class_msgPool.inc:331 #, php-format msgid "Set" msgstr "Đặt" -#: ihtml/themes/default/logout.tpl:5 ihtml/themes/modern/logout.tpl:6 -msgid "Your GOsa session has expired!" -msgstr "Phiên GOsa của bạn đã bị hết hạn!" - -#: ihtml/themes/default/logout.tpl:7 ihtml/themes/modern/logout.tpl:9 -msgid "" -"The last interaction with the GOsa web interface has been some time ago in " -"the past. For security reasons, the session has been closed. To continue " -"with administrative tasks, please sign in again." -msgstr "" -"Tương tác cuối cùng với giao diện web của GOsa đã diễn ra được một thời gian " -"trong quá khứ, Vì các lý do an ninh, phiên này vừa bị đóng. Để tiếp tục các " -"tác vụ của admin, xin hãy đăng ký lại lần nữa." - -#: ihtml/themes/default/logout.tpl:10 ihtml/themes/modern/logout.tpl:15 -msgid "Sign in again" -msgstr "Đăng ký lại" - -#: ihtml/themes/modern/acl.tpl:15 ihtml/themes/modern/acl.tpl:16 -#: include/class_userFilter.inc:55 -#, fuzzy -msgid "Options" -msgstr "Các thao tác" - -#: ihtml/themes/modern/acl.tpl:54 -#, fuzzy -msgid "Member selection" -msgstr "Thiết lập nhóm" - -#: ihtml/themes/modern/userFilter.tpl:1 -#, fuzzy -msgid "List of defined filters" -msgstr "Viết file cấu hình" - -#: ihtml/themes/modern/removeEntries.tpl:4 +#: ihtml/themes/default/removeEntries.tpl:4 +#: plugins/addons/propertyEditor/property-list.tpl:7 #, fuzzy msgid "Attention" msgstr "Thẩm định quyền" -#: ihtml/themes/modern/removeEntries.tpl:14 +#: ihtml/themes/default/removeEntries.tpl:14 #, fuzzy msgid "" "If you're sure you want to do this press 'Delete' to continue or 'Cancel' to " @@ -2632,35 +1654,59 @@ msgstr "" "Vì thế nếu bạn chắc chắn hãy nhấn \"Xóa bỏ\" để tiếp tục hoặc'Hủy bỏ' để " "dừng lại." -#: ihtml/themes/modern/msg_dialog.tpl:55 -#: ihtml/themes/modern/msg_dialog.tpl:103 +#: ihtml/themes/default/logout.tpl:6 +msgid "Your GOsa session has expired!" +msgstr "Phiên GOsa của bạn đã bị hết hạn!" + +#: ihtml/themes/default/logout.tpl:9 +#, fuzzy +msgid "" +"It has been a while since your last interaction with GOsa took place. Your " +"session has been closed for security reasons. Please login again to continue " +"with administrative tasks." +msgstr "" +"Tương tác cuối cùng với giao diện web của GOsa đã diễn ra được một thời gian " +"trong quá khứ, Vì các lý do an ninh, phiên này vừa bị đóng. Để tiếp tục các " +"tác vụ của admin, xin hãy đăng ký lại lần nữa." + +#: ihtml/themes/default/logout.tpl:16 +#, fuzzy +msgid "Login again" +msgstr "Đăng ký lại" + +#: ihtml/themes/default/msg_dialog.tpl:55 +#: ihtml/themes/default/msg_dialog.tpl:103 msgid "Error message title" msgstr "" -#: ihtml/themes/modern/msg_dialog.tpl:66 -#: ihtml/themes/modern/msg_dialog.tpl:115 +#: ihtml/themes/default/msg_dialog.tpl:66 +#: ihtml/themes/default/msg_dialog.tpl:115 msgid "Error message" msgstr "" -#: ihtml/themes/modern/userFilterEditor.tpl:1 -#: ihtml/themes/modern/userFilterEditor.tpl:5 +#: ihtml/themes/default/userFilterEditor.tpl:1 +#: ihtml/themes/default/userFilterEditor.tpl:5 #, fuzzy msgid "Filter editor" msgstr "Lỗi nặng" -#: ihtml/themes/modern/userFilterEditor.tpl:8 +#: ihtml/themes/default/userFilterEditor.tpl:8 #, fuzzy msgid "Filter properties" msgstr "Hiệu chỉnh các tính năng chung" -#: ihtml/themes/modern/userFilterEditor.tpl:19 -#: plugins/generic/references/contents.tpl:12 +#: ihtml/themes/default/userFilterEditor.tpl:19 +#: plugins/generic/references/class_reference.inc:57 +#: plugins/generic/references/class_reference.inc:63 +#: plugins/generic/references/class_reference.inc:69 +#: plugins/generic/references/class_reference.inc:75 +#: plugins/generic/references/class_reference.inc:81 #: plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc:45 #: plugins/personal/posix/groupSelect/group-list.xml:40 #: plugins/personal/posix/trustSelect/trust-list.xml:53 #: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:57 #: plugins/admin/groups/generic.tpl:24 -#: plugins/admin/groups/class_group.inc:1022 +#: plugins/admin/groups/class_group.inc:1038 #: plugins/admin/groups/group-list.xml:49 #: plugins/admin/departments/class_domain.inc:63 #: plugins/admin/departments/class_domain.inc:91 @@ -2670,8 +1716,8 @@ msgstr "Hiệu chỉnh các tính năng chung" #: plugins/admin/departments/class_localityGeneric.inc:64 #: plugins/admin/departments/class_localityGeneric.inc:92 #: plugins/admin/departments/locality.tpl:19 -#: plugins/admin/departments/class_department.inc:365 -#: plugins/admin/departments/class_department.inc:669 +#: plugins/admin/departments/class_department.inc:367 +#: plugins/admin/departments/class_department.inc:677 #: plugins/admin/departments/dcObject.tpl:19 #: plugins/admin/departments/domain.tpl:19 #: plugins/admin/departments/country.tpl:19 @@ -2682,215 +1728,297 @@ msgstr "Hiệu chỉnh các tính năng chung" #: plugins/admin/departments/class_dcObject.inc:63 #: plugins/admin/departments/class_dcObject.inc:91 #: plugins/admin/acl/acl_role.tpl:17 plugins/admin/acl/acl-list.xml:57 -#: plugins/admin/acl/class_aclRole.inc:165 -#: plugins/admin/acl/class_aclRole.inc:726 +#: plugins/admin/acl/class_aclRole.inc:163 +#: plugins/admin/acl/class_aclRole.inc:740 #: plugins/admin/ogroups/generic.tpl:15 #: plugins/admin/ogroups/objectSelect/selectObject-list.xml:105 -#: plugins/admin/ogroups/class_ogroup.inc:851 +#: plugins/admin/ogroups/class_ogroup.inc:835 #: plugins/admin/ogroups/ogroup-list.xml:49 -#: include/class_userFilterEditor.inc:242 include/class_acl.inc:253 -#: include/class_acl.inc:263 include/class_SnapShotDialog.inc:177 +#: include/class_userFilterEditor.inc:242 include/class_acl.inc:252 +#: include/class_acl.inc:262 include/class_SnapShotDialog.inc:173 #: include/class_userFilter.inc:55 msgid "Description" msgstr "Mô tả" -#: ihtml/themes/modern/userFilterEditor.tpl:27 include/class_userFilter.inc:55 +#: ihtml/themes/default/userFilterEditor.tpl:27 +#: include/class_userFilter.inc:55 #, fuzzy msgid "Parent filter" msgstr "Máy in" -#: ihtml/themes/modern/userFilterEditor.tpl:40 +#: ihtml/themes/default/userFilterEditor.tpl:40 #: plugins/personal/generic/generic.tpl:607 -#: plugins/personal/generic/class_user.inc:1663 +#: plugins/personal/generic/class_user.inc:1675 msgid "Public visible" msgstr "Hiển thị với tất cả mọi người" -#: ihtml/themes/modern/userFilterEditor.tpl:49 +#: ihtml/themes/default/userFilterEditor.tpl:45 +msgid "Enabled" +msgstr "Bật chức năng" + +#: ihtml/themes/default/userFilterEditor.tpl:49 msgid "Categories where the filter is visible" msgstr "" -#: ihtml/themes/modern/userFilterEditor.tpl:69 +#: ihtml/themes/default/userFilterEditor.tpl:69 #, fuzzy msgid "Query" msgstr "người dùng" -#: plugins/generic/references/class_reference.inc:43 -#: plugins/personal/posix/class_posixAccount.inc:37 -msgid "UNIX" -msgstr "UNIX" - -#: plugins/generic/references/class_reference.inc:45 -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:72 -#: plugins/admin/users/class_userManagement.inc:762 -#: plugins/admin/groups/class_groupManagement.inc:165 -#: plugins/admin/ogroups/tabs_ogroups.inc:148 -msgid "Mail" -msgstr "Thư" - -#: plugins/generic/references/class_reference.inc:47 -#: plugins/generic/references/class_reference.inc:49 -#: plugins/personal/posix/class_posixAccount.inc:294 -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:80 -#: plugins/admin/users/class_userManagement.inc:767 -#: plugins/admin/groups/class_groupManagement.inc:173 -msgid "Samba" -msgstr "Samba" +#: plugins/generic/references/class_reference.inc:58 +#: plugins/generic/references/class_reference.inc:64 +#: plugins/personal/posix/generic.tpl:89 +#: plugins/personal/posix/paste_generic.tpl:54 +#: plugins/personal/posix/paste_generic.tpl:57 +msgid "Group membership" +msgstr "Tư cách thành viên nhóm" -#: plugins/generic/references/class_reference.inc:51 -#: plugins/admin/users/class_userManagement.inc:779 -msgid "FAX" -msgstr "Fax" +#: plugins/generic/references/class_reference.inc:70 +#, fuzzy +msgid "Role membership" +msgstr "Tư cách thành viên nhóm" -#: plugins/generic/references/class_reference.inc:53 -msgid "Proxy" -msgstr "Proxy" +#: plugins/generic/references/class_reference.inc:76 +#, fuzzy +msgid "Object group membership" +msgstr "Nhóm đối tượng chung" -#: plugins/generic/references/class_reference.inc:55 -msgid "FTP" -msgstr "FTP " +#: plugins/generic/references/class_reference.inc:82 +#, fuzzy +msgid "Department manager" +msgstr "Quản trị phòng ban " -#: plugins/generic/references/class_reference.inc:57 -#: plugins/personal/posix/groupSelect/group-list.xml:13 -#: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:23 -#: plugins/admin/groups/group-list.xml:15 -#: plugins/admin/groups/group-list.xml:79 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:71 -#: plugins/admin/ogroups/class_ogroupManagement.inc:184 -#: plugins/admin/ogroups/ogroup-list.xml:79 -msgid "Group" -msgstr "Nhóm " +#: plugins/generic/references/class_reference.inc:87 +#: plugins/personal/generic/class_user.inc:1341 +#: plugins/personal/generic/class_user.inc:1388 +#: plugins/personal/generic/class_user.inc:1715 +#: plugins/personal/generic/class_user.inc:1869 +#: plugins/admin/users/class_userManagement.inc:426 +#: plugins/admin/users/user-list.xml:57 +#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:40 +#: plugins/admin/groups/userSelect/user-list.xml:40 +#: plugins/admin/groups/class_group.inc:210 +#: plugins/admin/groups/class_group.inc:1170 +#: plugins/admin/groups/class_group.inc:1180 +msgid "Given name" +msgstr "Tên thật" -#: plugins/generic/references/class_reference.inc:59 -#: plugins/personal/generic/generic.tpl:309 -#: plugins/personal/generic/class_user.inc:1699 -#: plugins/admin/departments/dep-list.xml:55 -#: plugins/admin/departments/dep-list.xml:71 -#: plugins/admin/departments/dep-list.xml:138 -#: plugins/admin/departments/class_departmentManagement.inc:250 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:15 -#: plugins/admin/ogroups/class_ogroupManagement.inc:186 -msgid "Department" -msgstr "Bộ phận" +#: plugins/generic/references/class_reference.inc:87 +#: plugins/personal/generic/class_user.inc:1714 +#: plugins/admin/users/user-list.xml:49 +#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:48 +#: plugins/admin/groups/userSelect/user-list.xml:48 +#, fuzzy +msgid "Surname" +msgstr "Họ " -#: plugins/generic/references/class_reference.inc:61 -#: plugins/personal/generic/generic.tpl:397 -#: plugins/personal/generic/generic.tpl:577 -#: plugins/personal/generic/class_user.inc:1371 -#: plugins/personal/generic/class_user.inc:1823 -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:88 -#: plugins/admin/users/class_userManagement.inc:783 -#: plugins/admin/groups/class_groupManagement.inc:181 -#: plugins/admin/departments/generic.tpl:110 -#: plugins/admin/departments/organization.tpl:109 -#: plugins/admin/departments/class_department.inc:376 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:55 -#: plugins/admin/ogroups/class_ogroupManagement.inc:188 -msgid "Phone" -msgstr "Số điện thoại" +#: plugins/generic/references/class_reference.inc:88 +#, fuzzy +msgid "User manager" +msgstr "Tên người dùng" -#: plugins/generic/references/class_reference.inc:63 -#: plugins/admin/ogroups/class_ogroupManagement.inc:185 -msgid "Application" -msgstr "Ứng dụng" +#: plugins/generic/references/contents.tpl:2 +#, fuzzy +msgid "Object information" +msgstr "Thông tin kết nối" -#: plugins/generic/references/class_reference.inc:67 -msgid "Thin Client" -msgstr "Máy khách yếu" +#: plugins/generic/references/contents.tpl:3 +#, fuzzy +msgid "Object info" +msgstr "Đối tượng đang được sử dụng" -#: plugins/generic/references/class_reference.inc:69 -#: plugins/personal/posix/trustSelect/trust-list.xml:19 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:31 -#: plugins/admin/ogroups/class_ogroupManagement.inc:189 -msgid "Workstation" -msgstr "Máy trạm" +#: plugins/generic/references/contents.tpl:7 +msgid "Show raw object entry" +msgstr "" -#: plugins/generic/references/class_reference.inc:71 -#: plugins/admin/ogroups/generic.tpl:1 -#: plugins/admin/ogroups/ogroup-list.xml:15 -msgid "Object group" -msgstr "Nhóm đối tượng" +#: plugins/generic/references/contents.tpl:18 +#: plugins/generic/references/contents.tpl:20 +#, fuzzy +msgid "Last modification" +msgstr "Chứng nhận người dùng" -#: plugins/generic/references/class_reference.inc:73 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:47 -#: plugins/admin/ogroups/class_ogroupManagement.inc:192 -msgid "Printer" -msgstr "Máy in" +#: plugins/generic/references/contents.tpl:18 +#: plugins/admin/groups/class_group.inc:329 +#: plugins/admin/groups/class_group.inc:350 +#: plugins/admin/groups/class_group.inc:367 +#: plugins/admin/departments/class_department.inc:154 +#: include/class_pluglist.inc:373 +msgid "Unknown" +msgstr "Không rõ" -#: plugins/generic/references/contents.tpl:2 +#: plugins/generic/references/contents.tpl:29 #, fuzzy msgid "Object references" msgstr "Các tham chiếu" -#: plugins/generic/references/contents.tpl:12 -msgid "Object name" -msgstr "Tên đối tượng" +#: plugins/generic/references/contents.tpl:45 +#, fuzzy +msgid "ACL trace" +msgstr "Dạng ACL" -#: plugins/generic/references/contents.tpl:12 -msgid "Contents" -msgstr "Nội dung" +#: plugins/generic/references/class_aclResolver.inc:62 +#: include/class_acl.inc:226 +msgid "Reset ACLs" +msgstr "Xác lập lại ACLs" -#: plugins/generic/references/contents.tpl:19 -msgid "This object has no relationship to other objects." -msgstr "Đối tượng này không có mối quan hệ nào với các đối tượng khác." +#: plugins/generic/references/class_aclResolver.inc:63 +#: plugins/admin/acl/class_aclRole.inc:136 include/class_acl.inc:227 +msgid "One level" +msgstr "Một cấp độ" -#: plugins/generic/welcome/main.inc:26 -#, php-format -msgid "Welcome %s!" -msgstr "Chào mừng %s!" +#: plugins/generic/references/class_aclResolver.inc:64 +#: plugins/admin/acl/class_aclRole.inc:137 include/class_acl.inc:228 +#: include/class_acl.inc:233 +msgid "Current object" +msgstr "Đối tượng hiện tại" -#: plugins/generic/welcome/welcome.tpl:8 -msgid "The GOsa team" -msgstr "Nhóm phát triển Gosa" +#: plugins/generic/references/class_aclResolver.inc:65 +#: plugins/admin/acl/class_aclRole.inc:138 include/class_acl.inc:229 +msgid "Complete subtree" +msgstr "Hoàn thành cây thư mục con" -#: plugins/personal/password/nochange.tpl:2 -msgid "Password change not allowed" -msgstr "Bạn không được phép thay đổi mật khẩu" +#: plugins/generic/references/class_aclResolver.inc:66 +#: plugins/admin/acl/class_aclRole.inc:139 include/class_acl.inc:230 +msgid "Complete subtree (permanent)" +msgstr "Hoàn thành cây thư mục con (vĩnh viễn)" -#: plugins/personal/password/nochange.tpl:7 -msgid "You have no permission to change your password at this time" -msgstr "Bạn không được phép thay đổi mật khẩu tại thời điểm này" +#: plugins/generic/references/class_aclResolver.inc:67 +#: include/class_acl.inc:231 include/class_acl.inc:234 +msgid "Use ACL defined in role" +msgstr "Sử dụng ACL được xác định trong vai trò" -#: plugins/personal/password/changed.tpl:3 -msgid "" -"You've successfully changed your password. Remember to change all programms " -"configured to use it as well." +#: plugins/generic/references/class_aclResolver.inc:131 +msgid "Enter another user name" msgstr "" -"Bạn đã thay đổi mật khẩu thành công. Hãy nhớ thay đổi cả các chương trình " -"cấu hình để sử dụng được nó." -#: plugins/personal/password/password.tpl:4 -msgid "" -"To change your personal password use the fields below. The changes take " -"effect immediately. Please memorize the new password, because you wouldn't " -"be able to login without it." -msgstr "" -"Để thay đổi được mật khẩu cá nhân, sử dụng các trường dưới đây. Các thay đổi " -"sẽ diễn ra ngay lập tức. Xin hãy nhớ mật khẩu mới, bởi vì bạn sẽ không thể " -"đăng nhập vào nếu không có nó." +#: plugins/generic/references/class_aclResolver.inc:157 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:126 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:128 +#: plugins/addons/dyngroup/dyngroup.tpl:8 +#, fuzzy +msgid "Filter" +msgstr "Các bộ lọc" -#: plugins/personal/password/password.tpl:8 plugins/admin/users/password.tpl:8 -msgid "" -"Changing the password affects your authentification on mail, proxy, samba " -"and unix services." -msgstr "" -"Thay đổi mật khẩu có thể ảnh hưởng đến sự xác nhận của bạn lên các dịch vụ " -"mail, ủy quyền (proxy), samba và unix." +#: plugins/generic/references/class_aclResolver.inc:181 +#, fuzzy +msgid "Acls" +msgstr "lớp" + +#: plugins/generic/references/class_aclResolver.inc:186 +#, php-format +msgid "List of effective ACLs for '%s'" +msgstr "" + +#: plugins/generic/references/class_aclResolver.inc:187 +#: plugins/generic/references/class_aclResolver.inc:191 +#, fuzzy +msgid "Object permissions" +msgstr "Thiết lập nhóm" + +#: plugins/generic/references/class_aclResolver.inc:291 +#: include/class_core.inc:113 include/class_core.inc:119 +msgid "All" +msgstr "" + +#: plugins/generic/references/class_aclResolver.inc:295 +#: include/class_acl.inc:819 +#, fuzzy +msgid "Grant permission to owner" +msgstr "Không thể thiết lập phép cho '%s'" + +#: plugins/generic/references/class_aclResolver.inc:297 +#: include/class_acl.inc:823 include/class_acl.inc:928 +#: include/class_acl.inc:932 +msgid "read" +msgstr "đọc" + +#: plugins/generic/references/class_aclResolver.inc:298 +#: include/class_acl.inc:824 include/class_acl.inc:930 +#: include/class_acl.inc:933 +msgid "write" +msgstr "viết" + +#: plugins/generic/references/class_aclResolver.inc:299 +#, fuzzy +msgid "create" +msgstr "Tạo " + +#: plugins/generic/references/class_aclResolver.inc:300 +#, fuzzy +msgid "remove" +msgstr "Xóa bỏ" + +#: plugins/generic/references/class_aclResolver.inc:301 +#, fuzzy +msgid "move" +msgstr "Xóa bỏ" + +#: plugins/generic/welcome/main.inc:26 +#, php-format +msgid "Welcome %s!" +msgstr "Chào mừng %s!" + +#: plugins/generic/welcome/welcome.tpl:8 +msgid "The GOsa team" +msgstr "Nhóm phát triển Gosa" + +#: plugins/personal/password/nochange.tpl:2 +msgid "Password change not allowed" +msgstr "Bạn không được phép thay đổi mật khẩu" + +#: plugins/personal/password/nochange.tpl:7 +msgid "You have no permission to change your password at this time" +msgstr "Bạn không được phép thay đổi mật khẩu tại thời điểm này" + +#: plugins/personal/password/changed.tpl:3 +msgid "" +"You've successfully changed your password. Remember to change all programms " +"configured to use it as well." +msgstr "" +"Bạn đã thay đổi mật khẩu thành công. Hãy nhớ thay đổi cả các chương trình " +"cấu hình để sử dụng được nó." + +#: plugins/personal/password/password.tpl:4 +msgid "" +"To change your personal password use the fields below. The changes take " +"effect immediately. Please memorize the new password, because you wouldn't " +"be able to login without it." +msgstr "" +"Để thay đổi được mật khẩu cá nhân, sử dụng các trường dưới đây. Các thay đổi " +"sẽ diễn ra ngay lập tức. Xin hãy nhớ mật khẩu mới, bởi vì bạn sẽ không thể " +"đăng nhập vào nếu không có nó." -#: plugins/personal/password/password.tpl:11 -#: plugins/personal/generic/password.tpl:5 +#: plugins/personal/password/password.tpl:7 +#: plugins/personal/myaccount/password.tpl:5 #, fuzzy msgid "Password change dialog" msgstr "Thay đổi mật khẩu" -#: plugins/personal/password/password.tpl:23 -#: plugins/personal/generic/password.tpl:11 -#: plugins/admin/users/password.tpl:17 +#: plugins/personal/password/password.tpl:9 html/password.php:245 +msgid "Current password" +msgstr "Mật khẩu hiện tại" + +#: plugins/personal/password/password.tpl:15 +#: plugins/personal/myaccount/main.inc:110 +#: plugins/personal/myaccount/password.tpl:7 +#: plugins/admin/users/password.tpl:9 +#: plugins/admin/users/class_userManagement.inc:250 html/password.php:219 +msgid "New password" +msgstr "Mật khẩu mới" + +#: plugins/personal/password/password.tpl:22 +#: plugins/personal/myaccount/password.tpl:12 +#: plugins/admin/users/password.tpl:16 msgid "Repeat new password" msgstr "Lặp lại mật khẩu mới" +#: plugins/personal/password/password.tpl:28 +msgid "Password strength" +msgstr "Ưu điểm của mật khẩu" + #: plugins/personal/password/password.tpl:40 -#: plugins/personal/generic/password.tpl:19 -#: plugins/admin/users/password.tpl:32 +#: plugins/personal/myaccount/password.tpl:22 +#: plugins/admin/users/password.tpl:34 msgid "Set password" msgstr "Đặt mật khẩu" @@ -2898,17 +2026,35 @@ msgstr "Đặt mật khẩu" msgid "Clear fields" msgstr "Dọn sạch các trường " +#: plugins/personal/password/class_password.inc:26 +#: plugins/admin/users/user-list.xml:128 plugins/admin/users/user-list.xml:230 +msgid "Change password" +msgstr "Thay đổi mật mã " + #: plugins/personal/password/class_password.inc:27 msgid "Change user password" msgstr "Thay đổi mật khẩu người dùng" +#: plugins/personal/password/class_password.inc:78 +#: plugins/personal/password/class_password.inc:81 +#: plugins/personal/password/class_password.inc:84 +#: plugins/personal/password/class_password.inc:87 +#: plugins/personal/password/class_password.inc:90 +#: plugins/personal/password/class_password.inc:93 +#: plugins/personal/password/class_password.inc:96 +#: plugins/personal/password/class_password.inc:110 +#: plugins/personal/password/class_password.inc:116 +#: plugins/admin/users/class_userManagement.inc:277 html/main.php:349 +msgid "Password change" +msgstr "Thay đổi mật khẩu" + #: plugins/personal/password/class_password.inc:79 msgid "You need to specify your current password in order to proceed." msgstr "Bạn cần xác định mật khẩu hiện tại để có thể tiếp tục." #: plugins/personal/password/class_password.inc:82 -#: plugins/personal/myaccount/main.inc:94 -#: plugins/admin/users/class_userManagement.inc:247 html/password.php:217 +#: plugins/personal/myaccount/main.inc:107 +#: plugins/admin/users/class_userManagement.inc:247 msgid "" "The passwords you've entered as 'New password' and 'Repeated new password' " "do not match." @@ -2920,38 +2066,42 @@ msgstr "" msgid "The password you've entered as 'New password' is empty." msgstr "Mật khẩu bạn vừa nhập vào làm \"Mật khẩu mới\" bị rỗng." -#: plugins/personal/password/class_password.inc:88 html/password.php:229 +#: plugins/personal/password/class_password.inc:88 msgid "The password used as new and current are too similar." msgstr "Mật khẩu mới và mật khẩu cũ quá giống nhau." -#: plugins/personal/password/class_password.inc:91 html/password.php:235 +#: plugins/personal/password/class_password.inc:91 msgid "The password used as new is to short." msgstr "Mật khẩu mới cần được cắt ngắn lại." -#: plugins/personal/password/class_password.inc:94 +#: plugins/personal/password/class_password.inc:94 html/password.php:238 +msgid "The password contains possibly problematic unicode characters!" +msgstr "" + +#: plugins/personal/password/class_password.inc:97 #, php-format msgid "External password changer reported a problem: %s." msgstr "Bộ thay đổi mật khẩu bên ngoài báo cáo có vấn đề:%s." -#: plugins/personal/password/class_password.inc:108 +#: plugins/personal/password/class_password.inc:111 msgid "" "The password you've entered as your current password doesn't match the real " "one." msgstr "" "Mật khẩu bạn vừa đưa vào làm mật khẩu hiện tại không giống mật khẩu thật." -#: plugins/personal/password/class_password.inc:114 +#: plugins/personal/password/class_password.inc:117 msgid "You have no permission to change your password." msgstr "Bạn không có quyền thay đổi mật khẩu của bạn." -#: plugins/personal/password/class_password.inc:146 +#: plugins/personal/password/class_password.inc:149 msgid "User password" msgstr "Mật khẩu người dùng" -#: plugins/personal/password/class_password.inc:150 -#: plugins/personal/generic/class_user.inc:1674 -#: plugins/personal/posix/class_posixAccount.inc:1303 -#: plugins/personal/myaccount/main.inc:125 +#: plugins/personal/password/class_password.inc:153 +#: plugins/personal/generic/class_user.inc:1686 +#: plugins/personal/posix/class_posixAccount.inc:1295 +#: plugins/personal/myaccount/main.inc:138 #: plugins/personal/myaccount/class_MyAccount.inc:5 msgid "My account" msgstr "Tài khoản của tôi" @@ -3001,15 +2151,16 @@ msgid "First name" msgstr "Tên" #: plugins/personal/generic/generic.tpl:68 -#: plugins/personal/generic/class_user.inc:1328 -#: plugins/personal/generic/class_user.inc:1346 +#: plugins/personal/generic/class_user.inc:1326 +#: plugins/personal/generic/class_user.inc:1344 +#: plugins/personal/generic/class_user.inc:1358 #: plugins/personal/generic/class_user.inc:1360 -#: plugins/personal/generic/class_user.inc:1362 +#: plugins/personal/generic/class_user.inc:1716 #: plugins/personal/generic/paste_generic.tpl:16 #: plugins/admin/users/user-list.xml:65 plugins/admin/users/template.tpl:32 #: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:65 #: plugins/admin/groups/singleUserSelect/singleUser-list.xml:56 -#: plugins/admin/groups/userSelect/user-list.xml:56 html/password.php:241 +#: plugins/admin/groups/userSelect/user-list.xml:56 html/password.php:243 msgid "Login" msgstr "Đăng nhập" @@ -3018,23 +2169,23 @@ msgid "Template name" msgstr "Tên Mẫu" #: plugins/personal/generic/generic.tpl:95 -#: plugins/personal/generic/class_user.inc:1686 +#: plugins/personal/generic/class_user.inc:1720 msgid "Personal title" msgstr "Chức danh cá nhân" #: plugins/personal/generic/generic.tpl:105 -#: plugins/personal/generic/class_user.inc:1687 +#: plugins/personal/generic/class_user.inc:1721 msgid "Academic title" msgstr "Chức danh học thuật" #: plugins/personal/generic/generic.tpl:120 -#: plugins/personal/generic/class_user.inc:1385 -#: plugins/personal/generic/class_user.inc:1689 +#: plugins/personal/generic/class_user.inc:1383 +#: plugins/personal/generic/class_user.inc:1723 msgid "Date of birth" msgstr "Ngày sinh" #: plugins/personal/generic/generic.tpl:143 -#: plugins/personal/generic/class_user.inc:1690 +#: plugins/personal/generic/class_user.inc:1724 msgid "Sex" msgstr "Giới tính" @@ -3043,7 +2194,7 @@ msgid "Preferred langage" msgstr "Ngôn ngữ muốn dùng" #: plugins/personal/generic/generic.tpl:186 -#: plugins/personal/generic/class_user.inc:1713 +#: plugins/personal/generic/class_user.inc:1747 #: plugins/admin/departments/class_organizationGeneric.inc:131 msgid "Postal address" msgstr "Địa chỉ theo bưu điện" @@ -3052,7 +2203,7 @@ msgstr "Địa chỉ theo bưu điện" #: plugins/personal/generic/generic.tpl:455 #: plugins/admin/departments/generic.tpl:103 #: plugins/admin/departments/organization.tpl:102 -#: plugins/admin/departments/class_department.inc:675 +#: plugins/admin/departments/class_department.inc:683 msgid "Address" msgstr "Địa chỉ" @@ -3061,9 +2212,9 @@ msgid "Private phone" msgstr "Số điện thoại riêng" #: plugins/personal/generic/generic.tpl:204 -#: plugins/personal/generic/class_user.inc:1366 -#: plugins/personal/generic/class_user.inc:1717 -#: plugins/personal/generic/class_user.inc:1820 +#: plugins/personal/generic/class_user.inc:1364 +#: plugins/personal/generic/class_user.inc:1751 +#: plugins/personal/generic/class_user.inc:1854 msgid "Homepage" msgstr "Trang chủ" @@ -3071,13 +2222,13 @@ msgstr "Trang chủ" msgid "Password storage" msgstr "Kho lưu mật khẩu" -#: plugins/personal/generic/generic.tpl:221 include/functions.inc:1249 +#: plugins/personal/generic/generic.tpl:221 include/functions.inc:1258 msgid "Configure" msgstr "Cấu hình" #: plugins/personal/generic/generic.tpl:229 -#: plugins/personal/generic/class_user.inc:550 -#: plugins/personal/generic/class_user.inc:572 +#: plugins/personal/generic/class_user.inc:549 +#: plugins/personal/generic/class_user.inc:571 #: plugins/personal/generic/generic_certs.tpl:3 msgid "Certificates" msgstr "Các giấy phép" @@ -3095,6 +2246,15 @@ msgstr "" msgid "IP or network" msgstr "" +#: plugins/personal/generic/generic.tpl:255 +#: plugins/personal/generic/generic.tpl:275 +#: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:83 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:123 +#: include/utils/class_msgPool.inc:319 +#, php-format +msgid "Add" +msgstr "Thêm vào" + #: plugins/personal/generic/generic.tpl:288 #: plugins/personal/generic/generic.tpl:291 #: plugins/personal/generic/generic.tpl:299 @@ -3116,6 +2276,17 @@ msgstr "Thông tin về tổ chức" msgid "part" msgstr "Smarty" +#: plugins/personal/generic/generic.tpl:309 +#: plugins/personal/generic/class_user.inc:1733 +#: plugins/admin/departments/dep-list.xml:55 +#: plugins/admin/departments/dep-list.xml:71 +#: plugins/admin/departments/dep-list.xml:138 +#: plugins/admin/departments/class_departmentManagement.inc:253 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:15 +#: plugins/admin/ogroups/class_ogroupManagement.inc:186 +msgid "Department" +msgstr "Bộ phận" + #: plugins/personal/generic/generic.tpl:317 msgid "Department No." msgstr "Số phòng ban" @@ -3125,19 +2296,19 @@ msgid "Employee No." msgstr "Số nhân viên" #: plugins/personal/generic/generic.tpl:333 -#: plugins/personal/generic/class_user.inc:1703 +#: plugins/personal/generic/class_user.inc:1737 msgid "Employee type" msgstr "Loại nhân viên" #: plugins/personal/generic/generic.tpl:342 #: plugins/personal/generic/generic.tpl:358 -#: plugins/personal/generic/class_user.inc:1701 +#: plugins/personal/generic/class_user.inc:1735 #: plugins/admin/departments/class_domain.inc:93 #: plugins/admin/departments/generic.tpl:51 #: plugins/admin/departments/organization.tpl:51 #: plugins/admin/departments/class_localityGeneric.inc:93 #: plugins/admin/departments/locality.tpl:39 -#: plugins/admin/departments/class_department.inc:678 +#: plugins/admin/departments/class_department.inc:686 #: plugins/admin/departments/dcObject.tpl:39 #: plugins/admin/departments/domain.tpl:39 #: plugins/admin/departments/country.tpl:39 @@ -3153,101 +2324,115 @@ msgstr "Quản lý người dùng" msgid "Room No." msgstr "Số phòng" +#: plugins/personal/generic/generic.tpl:397 +#: plugins/personal/generic/generic.tpl:577 +#: plugins/personal/generic/class_user.inc:1369 +#: plugins/personal/generic/class_user.inc:1857 +#: plugins/admin/users/class_userManagement.inc:783 +#: plugins/admin/groups/class_groupManagement.inc:181 +#: plugins/admin/departments/generic.tpl:110 +#: plugins/admin/departments/organization.tpl:109 +#: plugins/admin/departments/class_department.inc:378 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:55 +#: plugins/admin/ogroups/class_ogroupManagement.inc:188 +msgid "Phone" +msgstr "Số điện thoại" + #: plugins/personal/generic/generic.tpl:406 -#: plugins/personal/generic/class_user.inc:1377 -#: plugins/personal/generic/class_user.inc:1829 +#: plugins/personal/generic/class_user.inc:1375 +#: plugins/personal/generic/class_user.inc:1863 msgid "Mobile" msgstr "Điện thoại di động" #: plugins/personal/generic/generic.tpl:414 -#: plugins/personal/generic/class_user.inc:1380 -#: plugins/personal/generic/class_user.inc:1832 +#: plugins/personal/generic/class_user.inc:1378 +#: plugins/personal/generic/class_user.inc:1866 msgid "Pager" msgstr "Máy nhắn tin" #: plugins/personal/generic/generic.tpl:422 #: plugins/personal/generic/generic.tpl:589 -#: plugins/personal/generic/class_user.inc:1374 -#: plugins/personal/generic/class_user.inc:1826 +#: plugins/personal/generic/class_user.inc:1372 +#: plugins/personal/generic/class_user.inc:1860 #: plugins/admin/departments/generic.tpl:118 #: plugins/admin/departments/organization.tpl:117 -#: plugins/admin/departments/class_department.inc:379 -#: plugins/admin/departments/class_department.inc:677 +#: plugins/admin/departments/class_department.inc:381 +#: plugins/admin/departments/class_department.inc:685 #: plugins/admin/departments/class_organizationGeneric.inc:133 msgid "Fax" msgstr "Số fax" #: plugins/personal/generic/generic.tpl:439 -#: plugins/personal/generic/class_user.inc:1712 +#: plugins/personal/generic/class_user.inc:1746 #: plugins/admin/departments/generic.tpl:83 #: plugins/admin/departments/generic.tpl:85 #: plugins/admin/departments/generic.tpl:95 #: plugins/admin/departments/organization.tpl:82 #: plugins/admin/departments/organization.tpl:94 #: plugins/admin/departments/class_localityGeneric.inc:91 -#: plugins/admin/departments/class_department.inc:674 +#: plugins/admin/departments/class_department.inc:682 #: plugins/admin/departments/class_organizationGeneric.inc:130 msgid "Location" msgstr "Vị trí" #: plugins/personal/generic/generic.tpl:447 -#: plugins/personal/generic/class_user.inc:1711 +#: plugins/personal/generic/class_user.inc:1745 #: plugins/admin/departments/generic.tpl:87 #: plugins/admin/departments/organization.tpl:86 -#: plugins/admin/departments/class_department.inc:673 +#: plugins/admin/departments/class_department.inc:681 #: plugins/admin/departments/class_organizationGeneric.inc:129 msgid "State" msgstr "Bang" #: plugins/personal/generic/generic.tpl:471 -#: plugins/personal/generic/class_user.inc:1656 +#: plugins/personal/generic/class_user.inc:1668 msgid "Vocation" msgstr "Nghề nghiệp" #: plugins/personal/generic/generic.tpl:479 -#: plugins/personal/generic/class_user.inc:1659 +#: plugins/personal/generic/class_user.inc:1671 msgid "Unit description" msgstr "Mô tả đơn vị " #: plugins/personal/generic/generic.tpl:488 -#: plugins/personal/generic/class_user.inc:1660 +#: plugins/personal/generic/class_user.inc:1672 msgid "Subject area" msgstr "Lĩnh vực chuyên môn" #: plugins/personal/generic/generic.tpl:497 -#: plugins/personal/generic/class_user.inc:1661 +#: plugins/personal/generic/class_user.inc:1673 msgid "Functional title" msgstr "Danh xưng chức năng" #: plugins/personal/generic/generic.tpl:506 -#: plugins/personal/generic/class_user.inc:1665 +#: plugins/personal/generic/class_user.inc:1677 #: plugins/admin/acl/acl-list.xml:23 plugins/admin/acl/acl-list.xml:82 -#: plugins/admin/acl/class_aclRole.inc:716 +#: plugins/admin/acl/class_aclRole.inc:711 msgid "Role" msgstr "Vai trò" #: plugins/personal/generic/generic.tpl:520 -#: plugins/personal/generic/class_user.inc:1658 +#: plugins/personal/generic/class_user.inc:1670 msgid "Person locality" msgstr "Địa phương của người dùng" #: plugins/personal/generic/generic.tpl:529 -#: plugins/personal/generic/class_user.inc:1654 +#: plugins/personal/generic/class_user.inc:1666 msgid "Unit" msgstr "Đơn vị" #: plugins/personal/generic/generic.tpl:538 -#: plugins/personal/generic/class_user.inc:1664 +#: plugins/personal/generic/class_user.inc:1676 msgid "Street" msgstr "Phố" #: plugins/personal/generic/generic.tpl:546 -#: plugins/personal/generic/class_user.inc:1666 +#: plugins/personal/generic/class_user.inc:1678 msgid "Postal code" msgstr "Mã bưu điện" #: plugins/personal/generic/generic.tpl:554 -#: plugins/personal/generic/class_user.inc:1655 +#: plugins/personal/generic/class_user.inc:1667 msgid "House identifier" msgstr "Mô tả căn nhà" @@ -3256,7 +2441,7 @@ msgid "Please use the phone tab" msgstr "Xin hãy sử dụng Phone Tab" #: plugins/personal/generic/generic.tpl:598 -#: plugins/personal/generic/class_user.inc:1657 +#: plugins/personal/generic/class_user.inc:1669 msgid "Last delivery" msgstr "Lần cung cấp cuối" @@ -3265,210 +2450,180 @@ msgid "Edit organizational user settings" msgstr "Hiệu chỉnh thiết lập tổ chức của người sử dụng " #: plugins/personal/generic/class_user.inc:273 -#: plugins/personal/generic/class_user.inc:1876 -#: plugins/admin/departments/class_department.inc:154 -#: include/class_pluglist.inc:363 -msgid "Unknown" +#: plugins/personal/generic/class_user.inc:1910 +#: include/class_configRegistry.inc:185 +#, fuzzy +msgid "unknown" msgstr "Không rõ" #: plugins/personal/generic/class_user.inc:297 msgid "Please add a single IP address or a network/netmask combination!" msgstr "" -#: plugins/personal/generic/class_user.inc:340 +#: plugins/personal/generic/class_user.inc:339 msgid "female" msgstr "Nữ" -#: plugins/personal/generic/class_user.inc:340 +#: plugins/personal/generic/class_user.inc:339 msgid "male" msgstr "Nam" -#: plugins/personal/generic/class_user.inc:396 +#: plugins/personal/generic/class_user.inc:395 #, fuzzy msgid "Password configuration" msgstr "Tải cấu hình về" -#: plugins/personal/generic/class_user.inc:429 +#: plugins/personal/generic/class_user.inc:428 msgid "Cannot upload file!" msgstr "Không thể tải file lên!" -#: plugins/personal/generic/class_user.inc:522 +#: plugins/personal/generic/class_user.inc:521 msgid "Serial number" msgstr "Số seri" -#: plugins/personal/generic/class_user.inc:544 -#: plugins/personal/generic/class_user.inc:1694 +#: plugins/personal/generic/class_user.inc:543 +#: plugins/personal/generic/class_user.inc:1728 +#: plugins/personal/generic/generic_picture.tpl:1 msgid "User picture" msgstr "Ảnh của người sử dụng" -#: plugins/personal/generic/class_user.inc:569 -msgid "" -"(Some types of certificates are currently not supported and may be displayed " -"as 'invalid'.)" +#: plugins/personal/generic/class_user.inc:568 +msgid "(Not supported certificate types are marked as invalid.)" msgstr "" -"(Một số loại chứng nhận hiện không được hỗ trợ và có thể hiển thị 'không hợp " -"lệ'.)" -#: plugins/personal/generic/class_user.inc:579 +#: plugins/personal/generic/class_user.inc:578 #, php-format msgid "Certificate is valid from %s to %s and is currently %s." msgstr "Giấy chứng nhận có hiệu lực từ %s đến %s và hiện tại đang là %s." -#: plugins/personal/generic/class_user.inc:582 +#: plugins/personal/generic/class_user.inc:581 msgid "valid" msgstr "hợp lệ" -#: plugins/personal/generic/class_user.inc:583 +#: plugins/personal/generic/class_user.inc:582 msgid "invalid" msgstr "không hợp lệ" -#: plugins/personal/generic/class_user.inc:588 +#: plugins/personal/generic/class_user.inc:587 msgid "No certificate installed" msgstr "Không có giấy chứng nhận nào được cài đặt" -#: plugins/personal/generic/class_user.inc:614 html/password.php:180 +#: plugins/personal/generic/class_user.inc:613 html/password.php:179 msgid "Password method" msgstr "Phương pháp lập mật khẩu" -#: plugins/personal/generic/class_user.inc:614 +#: plugins/personal/generic/class_user.inc:613 msgid "The selected password method is no longer available." msgstr "Phương pháp lập mật khẩu được chọn này không còn ở đây." -#: plugins/personal/generic/class_user.inc:1205 +#: plugins/personal/generic/class_user.inc:1203 msgid "Cannot build RDN: no + allowed to build sub RDN!" msgstr "" -#: plugins/personal/generic/class_user.inc:1212 +#: plugins/personal/generic/class_user.inc:1210 msgid "Cannot build RDN: attribute is not defined!" msgstr "" -#: plugins/personal/generic/class_user.inc:1230 +#: plugins/personal/generic/class_user.inc:1228 msgid "Cannot build RDN: invalid attribute parameters!" msgstr "" -#: plugins/personal/generic/class_user.inc:1301 +#: plugins/personal/generic/class_user.inc:1299 msgid "The selected password method requires initial configuration!" msgstr "Phương pháp lập mật khẩu được chọn yêu cầu cấu hình ban đầu!" -#: plugins/personal/generic/class_user.inc:1343 -#: plugins/personal/generic/class_user.inc:1390 -#: plugins/personal/generic/class_user.inc:1681 -#: plugins/personal/generic/class_user.inc:1835 -#: plugins/admin/users/class_userManagement.inc:426 -#: plugins/admin/users/user-list.xml:57 -#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:40 -#: plugins/admin/groups/userSelect/user-list.xml:40 -msgid "Given name" -msgstr "Tên thật" - -#: plugins/personal/generic/class_user.inc:1500 +#: plugins/personal/generic/class_user.inc:1498 msgid "Cannot open certificate!" msgstr "Không mở được giấy chứng nhận!" -#: plugins/personal/generic/class_user.inc:1662 +#: plugins/personal/generic/class_user.inc:1674 #: plugins/personal/generic/generic_certs.tpl:83 msgid "Certificate serial number" msgstr "Số seri chứng nhận" -#: plugins/personal/generic/class_user.inc:1670 +#: plugins/personal/generic/class_user.inc:1682 msgid "Generic user settings" msgstr "Thiết lập chung của người dùng" -#: plugins/personal/generic/class_user.inc:1680 -#: plugins/admin/users/user-list.xml:49 -#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:48 -#: plugins/admin/groups/userSelect/user-list.xml:48 -#, fuzzy -msgid "Surname" -msgstr "Họ " - -#: plugins/personal/generic/class_user.inc:1682 -msgid "User identification" -msgstr "Chứng nhận người dùng" +#: plugins/personal/generic/class_user.inc:1704 +#, php-format +msgid "" +"The 'accountRDN' option tells GOsa to use a placeholder pattern for " +"generating account RDNs. A pattern can include attribute names prefaced by a " +"%% and normal text: %s. This will generate a RDN consisting of cn=.... " +"filled with surname and given name of the edited account. This option " +"disables the use of accountPrimaryAttribute and personalTitleInDn." +msgstr "" -#: plugins/personal/generic/class_user.inc:1684 +#: plugins/personal/generic/class_user.inc:1718 #, fuzzy -msgid "Allow to define user filters" +msgid "Allow definition of custom filters" msgstr "Viết file cấu hình" -#: plugins/personal/generic/class_user.inc:1691 +#: plugins/personal/generic/class_user.inc:1725 msgid "Preferred language" msgstr "Ngôn ngữ muốn sử dụng" -#: plugins/personal/generic/class_user.inc:1696 +#: plugins/personal/generic/class_user.inc:1730 #, fuzzy msgid "Login restrictions" msgstr "Các hạn chế mật khẩu" -#: plugins/personal/generic/class_user.inc:1700 +#: plugins/personal/generic/class_user.inc:1734 msgid "Department number" msgstr "Số phòng làm việc" -#: plugins/personal/generic/class_user.inc:1702 +#: plugins/personal/generic/class_user.inc:1736 msgid "Employee number" msgstr "Số nhân viên" -#: plugins/personal/generic/class_user.inc:1705 +#: plugins/personal/generic/class_user.inc:1739 msgid "Room number" msgstr "Số phòng" -#: plugins/personal/generic/class_user.inc:1706 +#: plugins/personal/generic/class_user.inc:1740 msgid "Telefon number" msgstr "Số điện thoại" -#: plugins/personal/generic/class_user.inc:1707 +#: plugins/personal/generic/class_user.inc:1741 msgid "Pager number" msgstr "Số máy nhắn tin" -#: plugins/personal/generic/class_user.inc:1708 +#: plugins/personal/generic/class_user.inc:1742 msgid "Mobile number" msgstr "Số di động" -#: plugins/personal/generic/class_user.inc:1709 +#: plugins/personal/generic/class_user.inc:1743 msgid "Fax number" msgstr "Số fax" -#: plugins/personal/generic/class_user.inc:1715 +#: plugins/personal/generic/class_user.inc:1749 msgid "Home postal address" msgstr "Đại chỉ nhà theo bưu điện" -#: plugins/personal/generic/class_user.inc:1716 +#: plugins/personal/generic/class_user.inc:1750 msgid "Home phone number" msgstr "Số điện thoại nhà" -#: plugins/personal/generic/class_user.inc:1718 +#: plugins/personal/generic/class_user.inc:1752 #, fuzzy msgid "User password method" msgstr "Phương pháp lập mật khẩu" -#: plugins/personal/generic/class_user.inc:1719 +#: plugins/personal/generic/class_user.inc:1753 msgid "User certificates" msgstr "Giấy phép của người dùng" -#: plugins/personal/generic/class_user.inc:1927 +#: plugins/personal/generic/class_user.inc:1961 #, fuzzy msgid "Entries differ" msgstr "các entry cho mỗi trang" -#: plugins/personal/generic/generic_picture.tpl:1 -msgid "Personal picture" -msgstr "Ảnh cá nhân" - #: plugins/personal/generic/generic_picture.tpl:14 #: plugins/personal/generic/paste_generic.tpl:43 msgid "Remove picture" msgstr "Xóa ảnh " -#: plugins/personal/generic/password.tpl:2 -msgid "" -"You have changed the method your password is stored in the ldap database. " -"For that reason you've to enter your password at this point again. GOsa will " -"then encode it with the selected method." -msgstr "" -"Bạn đã thay đổi phương pháp mà mật khẩu của bạn được lưu trữ trong cơ sở dữ " -"liệu ldap. Vì lý do đó bạn phải nhập mật khẩu lại tại điểm này. Gosa sau đó " -"sẽ mã hóa nó với phương pháp đã được lựa chọn." - #: plugins/personal/generic/generic_certs.tpl:5 #, fuzzy msgid "The users standard certificate" @@ -3478,6 +2633,19 @@ msgstr "Giấy phép chuẩn" msgid "Standard certificate" msgstr "Giấy phép chuẩn" +#: plugins/personal/generic/generic_certs.tpl:22 +#: plugins/personal/generic/generic_certs.tpl:48 +#: plugins/personal/generic/generic_certs.tpl:74 +#: plugins/admin/users/user-list.xml:121 +#: plugins/admin/groups/group-list.xml:98 +#: plugins/admin/departments/dep-list.xml:160 +#: plugins/admin/departments/dep-list.xml:181 +#: plugins/admin/acl/acl-list.xml:95 plugins/admin/acl/acl-list.xml:144 +#: plugins/admin/ogroups/ogroup-list.xml:98 +#: plugins/addons/propertyEditor/property-list.xml:108 +msgid "Remove" +msgstr "Xóa bỏ" + #: plugins/personal/generic/generic_certs.tpl:31 #, fuzzy msgid "The users S/MIME certificate" @@ -3523,23 +2691,23 @@ msgid "Generic settings" msgstr "Thiết lập chung của người dùng" #: plugins/personal/posix/generic.tpl:8 -#: plugins/personal/posix/class_posixAccount.inc:884 -#: plugins/personal/posix/class_posixAccount.inc:887 -#: plugins/personal/posix/class_posixAccount.inc:962 -#: plugins/personal/posix/class_posixAccount.inc:965 -#: plugins/personal/posix/class_posixAccount.inc:1309 +#: plugins/personal/posix/class_posixAccount.inc:857 +#: plugins/personal/posix/class_posixAccount.inc:860 +#: plugins/personal/posix/class_posixAccount.inc:935 +#: plugins/personal/posix/class_posixAccount.inc:938 +#: plugins/personal/posix/class_posixAccount.inc:1305 #: plugins/personal/posix/paste_generic.tpl:5 #: plugins/personal/posix/paste_generic.tpl:8 msgid "Home directory" msgstr "Thư mục chủ" #: plugins/personal/posix/generic.tpl:16 -#: plugins/personal/posix/class_posixAccount.inc:1311 +#: plugins/personal/posix/class_posixAccount.inc:1307 msgid "Shell" msgstr "Shell" #: plugins/personal/posix/generic.tpl:26 -#: plugins/personal/posix/class_posixAccount.inc:1310 +#: plugins/personal/posix/class_posixAccount.inc:1306 #: plugins/personal/posix/paste_generic.tpl:17 msgid "Primary group" msgstr "Nhóm sơ cấp" @@ -3559,28 +2727,22 @@ msgid "Force UID/GID" msgstr "Bắt buộc có UID/GID " #: plugins/personal/posix/generic.tpl:64 -#: plugins/personal/posix/class_posixAccount.inc:895 -#: plugins/personal/posix/class_posixAccount.inc:898 +#: plugins/personal/posix/class_posixAccount.inc:868 +#: plugins/personal/posix/class_posixAccount.inc:871 #: plugins/personal/posix/paste_generic.tpl:36 msgid "UID" msgstr "Số ID của người sử dụng" #: plugins/personal/posix/generic.tpl:75 -#: plugins/personal/posix/class_posixAccount.inc:902 -#: plugins/personal/posix/class_posixAccount.inc:905 +#: plugins/personal/posix/class_posixAccount.inc:875 +#: plugins/personal/posix/class_posixAccount.inc:878 #: plugins/personal/posix/paste_generic.tpl:45 -#: plugins/admin/groups/class_group.inc:943 #: plugins/admin/groups/class_group.inc:946 -#: plugins/admin/groups/class_group.inc:1025 +#: plugins/admin/groups/class_group.inc:949 +#: plugins/admin/groups/class_group.inc:1041 msgid "GID" msgstr "Số ID của nhóm" -#: plugins/personal/posix/generic.tpl:89 -#: plugins/personal/posix/paste_generic.tpl:54 -#: plugins/personal/posix/paste_generic.tpl:57 -msgid "Group membership" -msgstr "Tư cách thành viên nhóm" - #: plugins/personal/posix/generic.tpl:92 #: plugins/personal/posix/paste_generic.tpl:65 msgid "(Warning: more than 16 groups are not supported by NFS!)" @@ -3609,6 +2771,10 @@ msgstr "" msgid "Edit public ssh keys..." msgstr "" +#: plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc:173 +msgid "disabled" +msgstr "Đã vô hiệu" + #: plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc:173 msgid "full access" msgstr "Truy cập hoàn toàn" @@ -3618,7 +2784,7 @@ msgid "allow access to these hosts" msgstr "Cho phép truy cập đến các máy chủ này" #: plugins/personal/posix/trustModeDialog/generic.tpl:2 -#: plugins/admin/groups/class_group.inc:1029 +#: plugins/admin/groups/class_group.inc:1045 msgid "System trust" msgstr "Ủy thác hệ thống" @@ -3640,90 +2806,95 @@ msgstr "Thiết lập mật khẩu" msgid "Password expires on" msgstr "Mật khẩu hết hạn vào ngày" +#: plugins/personal/posix/class_posixAccount.inc:37 +#: plugins/personal/posix/class_posixAccount.inc:270 +#: plugins/personal/posix/class_posixAccount.inc:290 +#: plugins/personal/posix/class_posixAccount.inc:292 +#: plugins/personal/posix/class_posixAccount.inc:295 +#: plugins/admin/users/class_userManagement.inc:759 +msgid "POSIX" +msgstr "POSIX (giao diện hệ điều hành lưu động)" + #: plugins/personal/posix/class_posixAccount.inc:38 msgid "Edit users POSIX settings" msgstr "Hiệu chỉnh cài đặt POSIX của người dùng" -#: plugins/personal/posix/class_posixAccount.inc:150 +#: plugins/personal/posix/class_posixAccount.inc:146 msgid "expired" msgstr "hết hạn" -#: plugins/personal/posix/class_posixAccount.inc:152 +#: plugins/personal/posix/class_posixAccount.inc:148 msgid "grace time active" msgstr "Thời gian trước khi tài khoản bị khóa đang hoạt động" +#: plugins/personal/posix/class_posixAccount.inc:151 +#: plugins/personal/posix/class_posixAccount.inc:153 #: plugins/personal/posix/class_posixAccount.inc:155 -#: plugins/personal/posix/class_posixAccount.inc:157 -#: plugins/personal/posix/class_posixAccount.inc:159 msgid "active" msgstr "hoạt động" -#: plugins/personal/posix/class_posixAccount.inc:155 +#: plugins/personal/posix/class_posixAccount.inc:151 #, fuzzy msgid "password not changeable" msgstr "Mật khẩu không thay đổi được" -#: plugins/personal/posix/class_posixAccount.inc:157 +#: plugins/personal/posix/class_posixAccount.inc:153 msgid "password expired" msgstr "mật khẩu hết hạn" -#: plugins/personal/posix/class_posixAccount.inc:219 +#: plugins/personal/posix/class_posixAccount.inc:215 #: include/class_management.inc:32 include/class_management.inc:33 msgid "unconfigured" msgstr "không được cấu hình" -#: plugins/personal/posix/class_posixAccount.inc:230 +#: plugins/personal/posix/class_posixAccount.inc:226 msgid "automatic" msgstr "tự động" -#: plugins/personal/posix/class_posixAccount.inc:274 -#: plugins/personal/posix/class_posixAccount.inc:294 -#: plugins/personal/posix/class_posixAccount.inc:296 -#: plugins/personal/posix/class_posixAccount.inc:299 -#: plugins/admin/users/class_userManagement.inc:759 -msgid "POSIX" -msgstr "POSIX (giao diện hệ điều hành lưu động)" +#: plugins/personal/posix/class_posixAccount.inc:290 +#: plugins/admin/users/class_userManagement.inc:767 +#: plugins/admin/groups/class_groupManagement.inc:173 +msgid "Samba" +msgstr "Samba" -#: plugins/personal/posix/class_posixAccount.inc:294 -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:104 +#: plugins/personal/posix/class_posixAccount.inc:290 #: plugins/admin/users/class_userManagement.inc:775 #: plugins/admin/groups/class_groupManagement.inc:197 -#: plugins/admin/ogroups/tabs_ogroups.inc:222 msgid "Environment" msgstr "Môi trường" -#: plugins/personal/posix/class_posixAccount.inc:378 +#: plugins/personal/posix/class_posixAccount.inc:374 #, php-format msgid "Password can't be changed up to %s days after last change" msgstr "" "Mật khẩu không thể được thay đổi it nhất là %s ngày sau lần thay đổi trước" -#: plugins/personal/posix/class_posixAccount.inc:382 +#: plugins/personal/posix/class_posixAccount.inc:378 #, php-format msgid "Password must be changed after %s days" msgstr "Mật khẩu phải được thay đổi sau %s ngày" -#: plugins/personal/posix/class_posixAccount.inc:386 +#: plugins/personal/posix/class_posixAccount.inc:382 #, fuzzy, php-format msgid "Disable account after %s days of inactivity after password expiry" msgstr "" "Vô hiệu hóa tài khoản sau %s ngày không hoạt động sau khi mật khẩu hết hạn" -#: plugins/personal/posix/class_posixAccount.inc:390 +#: plugins/personal/posix/class_posixAccount.inc:386 #, fuzzy, php-format msgid "Warn user %s days before password expiry" msgstr "Cảnh báo người sử dụng còn %s ngày nữa là hết hạn password" -#: plugins/personal/posix/class_posixAccount.inc:678 +#: plugins/personal/posix/class_posixAccount.inc:650 msgid "Timeout while waiting for lock. Ignoring lock!" msgstr "Thời gian chờ khóa. Bỏ qua khóa!" -#: plugins/personal/posix/class_posixAccount.inc:736 -#: plugins/personal/posix/class_posixAccount.inc:1026 +#: plugins/personal/posix/class_posixAccount.inc:708 +#: plugins/personal/posix/class_posixAccount.inc:999 msgid "Group of user" msgstr "Nhóm người dùng" -#: plugins/personal/posix/class_posixAccount.inc:803 +#: plugins/personal/posix/class_posixAccount.inc:773 msgid "" "A duplicated UID number was written for this user. If this was not intended " "please verify all used uidNumbers!" @@ -3731,73 +2902,73 @@ msgstr "" "Số UID nhân bản đã được viết cho người sử dụng này. Nếu vệc này là không cố " "ý, xin hãy xác minh lại tất cả các số UID!" -#: plugins/personal/posix/class_posixAccount.inc:918 -#: plugins/personal/posix/class_posixAccount.inc:971 +#: plugins/personal/posix/class_posixAccount.inc:891 +#: plugins/personal/posix/class_posixAccount.inc:944 msgid "shadowMin" msgstr "shadowMin" -#: plugins/personal/posix/class_posixAccount.inc:923 -#: plugins/personal/posix/class_posixAccount.inc:976 +#: plugins/personal/posix/class_posixAccount.inc:896 +#: plugins/personal/posix/class_posixAccount.inc:949 msgid "shadowMax" msgstr "shadowMax" -#: plugins/personal/posix/class_posixAccount.inc:928 -#: plugins/personal/posix/class_posixAccount.inc:981 +#: plugins/personal/posix/class_posixAccount.inc:901 +#: plugins/personal/posix/class_posixAccount.inc:954 msgid "shadowWarning" msgstr "Cảnh báo về Shadow" -#: plugins/personal/posix/class_posixAccount.inc:942 -#: plugins/personal/posix/class_posixAccount.inc:995 +#: plugins/personal/posix/class_posixAccount.inc:915 +#: plugins/personal/posix/class_posixAccount.inc:968 msgid "shadowInactive" msgstr "Shadow không hoạt động" -#: plugins/personal/posix/class_posixAccount.inc:1299 +#: plugins/personal/posix/class_posixAccount.inc:1291 msgid "POSIX account" msgstr "tài khoản POSIX" -#: plugins/personal/posix/class_posixAccount.inc:1313 +#: plugins/personal/posix/class_posixAccount.inc:1309 msgid "Group ID" msgstr "ID nhóm" -#: plugins/personal/posix/class_posixAccount.inc:1315 +#: plugins/personal/posix/class_posixAccount.inc:1311 #, fuzzy msgid "Shadow last changed" msgstr "Hiển thị các thay đổi" -#: plugins/personal/posix/class_posixAccount.inc:1316 +#: plugins/personal/posix/class_posixAccount.inc:1312 #, fuzzy msgid "Last login" msgstr "Họ" -#: plugins/personal/posix/class_posixAccount.inc:1318 +#: plugins/personal/posix/class_posixAccount.inc:1314 msgid "Force password change on login" msgstr "Ép buộc thay đổi mật khẩu trong khi đăng nhập" -#: plugins/personal/posix/class_posixAccount.inc:1319 +#: plugins/personal/posix/class_posixAccount.inc:1315 msgid "Shadow min" msgstr "Shadow min" -#: plugins/personal/posix/class_posixAccount.inc:1320 +#: plugins/personal/posix/class_posixAccount.inc:1316 msgid "Shadow max" msgstr "Shadow max" -#: plugins/personal/posix/class_posixAccount.inc:1321 +#: plugins/personal/posix/class_posixAccount.inc:1317 msgid "Shadow warning" msgstr "Cảnh báo Shadow" -#: plugins/personal/posix/class_posixAccount.inc:1322 +#: plugins/personal/posix/class_posixAccount.inc:1318 msgid "Shadow inactive" msgstr "Shadow không hoạt động" -#: plugins/personal/posix/class_posixAccount.inc:1323 +#: plugins/personal/posix/class_posixAccount.inc:1319 msgid "Shadow expire" msgstr "Shadow hết hạn" -#: plugins/personal/posix/class_posixAccount.inc:1324 +#: plugins/personal/posix/class_posixAccount.inc:1320 msgid "Public SSH key" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1325 +#: plugins/personal/posix/class_posixAccount.inc:1321 msgid "System trust model" msgstr "Mô hình ủy thác hệ thống" @@ -3836,64 +3007,62 @@ msgstr "Máy in" msgid "Please select the desired entries" msgstr "Xin hãy lựa chọn ngôn ngữ ưu thích" -#: plugins/personal/posix/trustSelect/trust-list.xml:26 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:39 -#: plugins/admin/ogroups/class_ogroupManagement.inc:191 -msgid "Terminal" -msgstr "Thiết bị cuối " - -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:29 -#, fuzzy -msgid "Trust machine selection" -msgstr "Thiết lập nhóm" +#: plugins/personal/posix/groupSelect/group-list.xml:13 +#: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:23 +#: plugins/admin/groups/group-list.xml:15 +#: plugins/admin/groups/group-list.xml:79 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:71 +#: plugins/admin/ogroups/class_ogroupManagement.inc:184 +#: plugins/admin/ogroups/ogroup-list.xml:79 +#: plugins/addons/propertyEditor/property-list.xml:64 +msgid "Group" +msgstr "Nhóm " -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:64 -#: plugins/admin/groups/class_groupManagement.inc:157 -msgid "Posix" -msgstr "Posix" +#: plugins/personal/posix/trustSelect/trust-list.xml:12 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:23 +#: plugins/admin/ogroups/class_ogroupManagement.inc:187 +msgid "Server" +msgstr "Máy chủ (server)" -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:65 -#: plugins/admin/groups/class_groupManagement.inc:158 -#, fuzzy -msgid "Edit posix properties" -msgstr "Hiệu chỉnh các tính năng điện thoại" +#: plugins/personal/posix/trustSelect/trust-list.xml:19 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:31 +#: plugins/admin/ogroups/class_ogroupManagement.inc:189 +msgid "Workstation" +msgstr "Máy trạm" -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:73 -#: plugins/admin/users/class_userManagement.inc:764 -#: plugins/admin/groups/class_groupManagement.inc:166 -msgid "Edit mail properties" -msgstr "Hiệu chỉnh các tính năng mail" +#: plugins/personal/posix/trustSelect/trust-list.xml:26 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:39 +#: plugins/admin/ogroups/class_ogroupManagement.inc:191 +msgid "Terminal" +msgstr "Thiết bị cuối " -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:81 -#: plugins/admin/users/class_userManagement.inc:768 -#: plugins/admin/groups/class_groupManagement.inc:174 -msgid "Edit samba properties" -msgstr "Hiệu chỉnh các tính năng samba" +#: plugins/personal/posix/trustSelect/class_trustSelect.inc:29 +#, fuzzy +msgid "Trust machine selection" +msgstr "Thiết lập nhóm" -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:89 -#: plugins/admin/users/class_userManagement.inc:784 -#: plugins/admin/groups/class_groupManagement.inc:182 -msgid "Edit phone properties" -msgstr "Hiệu chỉnh các tính năng điện thoại" +#: plugins/personal/myaccount/main.inc:50 +#: include/class_CopyPasteHandler.inc:160 +#: include/class_CopyPasteHandler.inc:274 include/functions.inc:617 +#: include/functions.inc:804 include/functions.inc:922 +#: include/functions.inc:1317 include/functions.inc:2315 +#: include/functions.inc:2349 include/functions.inc:2369 +#: include/class_log.inc:87 include/class_acl.inc:976 +#: include/class_ldap.inc:693 include/class_ldap.inc:744 +#: include/class_management.inc:634 include/class_management.inc:717 +#: include/class_session.inc:76 include/class_session.inc:101 +#: include/class_session.inc:127 +msgid "Internal error" +msgstr "Lỗi nội bộ" -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:96 -#: plugins/admin/groups/class_groupManagement.inc:189 -msgid "Menu" +#: plugins/personal/myaccount/main.inc:51 include/class_management.inc:635 +#: include/class_management.inc:718 +#, php-format +msgid "" +"Cannot instantiate tabbed-plugin, the base plugin (%s) is not available!" msgstr "" -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:97 -#: plugins/admin/groups/class_groupManagement.inc:190 -#, fuzzy -msgid "Edit start menu properties" -msgstr "Hiệu chỉnh các tính năng samba" - -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:105 -#: plugins/admin/users/class_userManagement.inc:776 -#: plugins/admin/groups/class_groupManagement.inc:198 -msgid "Edit environment properties" -msgstr "Hiệu chỉnh các tính năng môi trường" - -#: plugins/personal/myaccount/main.inc:112 +#: plugins/personal/myaccount/main.inc:125 msgid "You have no permission to set your password!" msgstr "Bạn không có quyền lập mật khẩu cho bạn!" @@ -3902,6 +3071,16 @@ msgstr "Bạn không có quyền lập mật khẩu cho bạn!" msgid "Edit personal settings" msgstr "Hiệu chỉnh cài đặt POSIX của người dùng" +#: plugins/personal/myaccount/password.tpl:2 +msgid "" +"You have changed the method your password is stored in the ldap database. " +"For that reason you've to enter your password at this point again. GOsa will " +"then encode it with the selected method." +msgstr "" +"Bạn đã thay đổi phương pháp mà mật khẩu của bạn được lưu trữ trong cơ sở dữ " +"liệu ldap. Vì lý do đó bạn phải nhập mật khẩu lại tại điểm này. Gosa sau đó " +"sẽ mã hóa nó với phương pháp đã được lựa chọn." + #: plugins/admin/users/password.tpl:4 msgid "" "To change the user password use the fields below. The changes take effect " @@ -3912,12 +3091,12 @@ msgstr "" "sẽ có hiệu lực ngay lập tức. Hãy nhớ mật mã mới bởi người dùng sẽ không thể " "đăng nhập nếu thiếu nó." -#: plugins/admin/users/password.tpl:11 +#: plugins/admin/users/password.tpl:7 #, fuzzy msgid "Password input dialog" msgstr "Thay đổi mật khẩu" -#: plugins/admin/users/password.tpl:21 +#: plugins/admin/users/password.tpl:23 msgid "Strength" msgstr "Cường độ" @@ -3943,7 +3122,7 @@ msgstr "Người dùng mail" #: plugins/admin/users/class_userManagement.inc:26 msgid "" -"Manage aspects of user accounts like generic, posix, samba and mail settings" +"Manage aspects of user accounts like generic, POSIX, samba and mail settings" msgstr "" #: plugins/admin/users/class_userManagement.inc:189 @@ -3954,11 +3133,9 @@ msgstr "Lỗi cơ sở hạ tầng" #: plugins/admin/users/class_userManagement.inc:221 #: plugins/admin/users/class_userManagement.inc:629 -#: include/class_management.inc:302 include/class_management.inc:459 -#: include/class_management.inc:506 include/class_management.inc:543 -#: include/class_management.inc:557 include/class_plugin.inc:1434 -#: include/class_plugin.inc:1446 include/class_plugin.inc:1461 -#: include/class_plugin.inc:1474 +#: include/class_management.inc:304 include/class_management.inc:462 +#: include/class_management.inc:509 include/class_management.inc:524 +#: include/class_management.inc:561 include/class_management.inc:575 msgid "Permission" msgstr "Cho phép" @@ -3969,7 +3146,7 @@ msgstr "Bạn không được phép thay đổi mật mã người dùng này!" #: plugins/admin/users/class_userManagement.inc:348 #: plugins/admin/users/class_userManagement.inc:382 #: plugins/admin/users/class_userManagement.inc:413 -#: plugins/admin/ogroups/class_ogroup.inc:300 +#: plugins/admin/ogroups/class_ogroup.inc:309 msgid "none" msgstr "không có" @@ -3982,7 +3159,7 @@ msgstr "Mẫu" #: plugins/admin/users/class_userManagement.inc:587 #: plugins/admin/users/class_userManagement.inc:591 #: plugins/admin/acl/class_aclManagement.inc:98 -#: include/class_management.inc:383 +#: include/class_management.inc:385 msgid "Permission error" msgstr "Lỗi về cấp phép" @@ -4017,6 +3194,22 @@ msgstr "Hiệu chỉnh các tính năng chung" msgid "Edit POSIX properties" msgstr "Hiệu chỉnh các tính năng UNIX" +#: plugins/admin/users/class_userManagement.inc:762 +#: plugins/admin/groups/class_groupManagement.inc:165 +#: plugins/admin/ogroups/tabs_ogroups.inc:150 +msgid "Mail" +msgstr "Thư" + +#: plugins/admin/users/class_userManagement.inc:764 +#: plugins/admin/groups/class_groupManagement.inc:166 +msgid "Edit mail properties" +msgstr "Hiệu chỉnh các tính năng mail" + +#: plugins/admin/users/class_userManagement.inc:768 +#: plugins/admin/groups/class_groupManagement.inc:174 +msgid "Edit samba properties" +msgstr "Hiệu chỉnh các tính năng samba" + #: plugins/admin/users/class_userManagement.inc:771 msgid "Netatalk" msgstr "Netatalk" @@ -4025,11 +3218,25 @@ msgstr "Netatalk" msgid "Edit netatalk properties" msgstr "Hiệu chỉnh các đặc tính của netatalk" +#: plugins/admin/users/class_userManagement.inc:776 +#: plugins/admin/groups/class_groupManagement.inc:198 +msgid "Edit environment properties" +msgstr "Hiệu chỉnh các tính năng môi trường" + +#: plugins/admin/users/class_userManagement.inc:779 +msgid "FAX" +msgstr "Fax" + #: plugins/admin/users/class_userManagement.inc:780 #, fuzzy msgid "Edit FAX properties" msgstr "Hiệu chỉnh các tính năng UNIX" +#: plugins/admin/users/class_userManagement.inc:784 +#: plugins/admin/groups/class_groupManagement.inc:182 +msgid "Edit phone properties" +msgstr "Hiệu chỉnh các tính năng điện thoại" + #: plugins/admin/users/templatize.tpl:2 msgid "Applying a template" msgstr "Áp dụng một mẫu" @@ -4055,6 +3262,15 @@ msgstr "Không có mẫu nào!" msgid "List of users" msgstr "Danh sách người dùng" +#: plugins/admin/users/user-list.xml:23 plugins/admin/users/user-list.xml:95 +#: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:15 +#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:14 +#: plugins/admin/groups/userSelect/user-list.xml:14 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:63 +#: plugins/admin/ogroups/class_ogroupManagement.inc:183 +msgid "User" +msgstr "Người dùng" + #: plugins/admin/users/user-list.xml:73 plugins/admin/groups/group-list.xml:57 #: plugins/admin/departments/generic.tpl:7 #: plugins/admin/departments/generic.tpl:9 @@ -4072,11 +3288,11 @@ msgstr "Danh sách người dùng" msgid "Properties" msgstr "Properties" -#: plugins/admin/users/user-list.xml:78 -#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:64 -#: plugins/admin/groups/group-list.xml:62 +#: plugins/admin/users/user-list.xml:78 plugins/admin/groups/group-list.xml:62 #: plugins/admin/departments/dep-list.xml:87 plugins/admin/acl/acl-list.xml:65 -#: plugins/admin/ogroups/ogroup-list.xml:62 include/class_listing.inc:1127 +#: plugins/admin/ogroups/ogroup-list.xml:62 +#: plugins/addons/propertyEditor/property-list.xml:96 +#: include/class_listing.inc:1174 msgid "Actions" msgstr "Các thao tác" @@ -4087,10 +3303,6 @@ msgstr "Các thao tác" msgid "Edit" msgstr "Hiệu chỉnh" -#: plugins/admin/users/user-list.xml:128 plugins/admin/users/user-list.xml:230 -msgid "Change password" -msgstr "Thay đổi mật mã " - #: plugins/admin/users/user-list.xml:140 #, fuzzy msgid "Lock users" @@ -4208,96 +3420,111 @@ msgstr "Các thành viên trong một nhóm nhấc điện thoại" msgid "Members are in a nagios group" msgstr "Các thành viên trong một nhóm Nargios" -#: plugins/admin/groups/generic.tpl:173 -msgid "Group members" -msgstr "Các thành viên nhóm" - -#: plugins/admin/groups/generic.tpl:180 -msgid "In all groups" -msgstr "Trong tất cả các nhóm" +#: plugins/admin/groups/generic.tpl:174 +#, fuzzy +msgid "Common group members" +msgstr "các nhóm điện thoại" #: plugins/admin/groups/generic.tpl:183 -msgid "Not in all groups" -msgstr "Không ở trong tất cả các nhóm" +#, fuzzy +msgid "Partial group members" +msgstr "Các thành viên nhóm" + +#: plugins/admin/groups/generic.tpl:188 +msgid "Group members" +msgstr "Các thành viên nhóm" #: plugins/admin/groups/class_groupManagement.inc:26 msgid "" -"Manage aspects of groups like members, posix, desktop, samba and mail " +"Manage aspects of groups like members, POSIX, desktop, samba and mail " "settings" msgstr "" -#: plugins/admin/groups/class_group.inc:159 -#: plugins/admin/groups/class_group.inc:547 +#: plugins/admin/groups/class_groupManagement.inc:157 +msgid "Posix" +msgstr "Posix" + +#: plugins/admin/groups/class_groupManagement.inc:158 +#, fuzzy +msgid "Edit posix properties" +msgstr "Hiệu chỉnh các tính năng điện thoại" + +#: plugins/admin/groups/class_groupManagement.inc:189 +msgid "Menu" +msgstr "" + +#: plugins/admin/groups/class_groupManagement.inc:190 +#, fuzzy +msgid "Edit start menu properties" +msgstr "Hiệu chỉnh các tính năng samba" + +#: plugins/admin/groups/class_group.inc:166 #: include/class_CopyPasteHandler.inc:119 #: include/class_CopyPasteHandler.inc:128 #: include/class_CopyPasteHandler.inc:177 #: include/class_CopyPasteHandler.inc:186 -#: include/class_CopyPasteHandler.inc:194 include/class_config.inc:155 -#: include/class_config.inc:702 include/class_config.inc:1153 -#: include/class_config.inc:1166 include/class_config.inc:1184 -#: include/functions.inc:802 include/functions.inc:3073 -#: include/functions.inc:3105 include/functions.inc:3118 +#: include/class_CopyPasteHandler.inc:194 include/class_config.inc:162 +#: include/class_config.inc:678 include/class_config.inc:1138 +#: include/class_config.inc:1151 include/class_config.inc:1169 +#: include/functions.inc:814 include/functions.inc:3023 +#: include/functions.inc:3066 include/functions.inc:3079 #: include/password-methods/class_password-methods-ssha.inc:51 #: include/password-methods/class_password-methods-sha.inc:48 -#: include/utils/class_timezone.inc:47 include/class_SnapshotHandler.inc:45 -#: include/class_SnapshotHandler.inc:58 include/class_SnapshotHandler.inc:76 -#: include/class_pluglist.inc:98 html/index.php:156 html/index.php:228 -#: html/password.php:86 html/main.php:230 +#: include/utils/class_timezone.inc:47 include/class_SnapshotHandler.inc:44 +#: include/class_SnapshotHandler.inc:57 include/class_SnapshotHandler.inc:75 +#: include/class_pluglist.inc:92 html/index.php:157 html/index.php:233 +#: html/password.php:84 html/main.php:239 msgid "Configuration error" msgstr "Lỗi cấu hình" -#: plugins/admin/groups/class_group.inc:159 +#: plugins/admin/groups/class_group.inc:166 msgid "Cannot find group SID in your configuration!" msgstr "Không thể tìm được nhóm SID trong cấu hình của bạn!" -#: plugins/admin/groups/class_group.inc:311 +#: plugins/admin/groups/class_group.inc:210 +#: plugins/admin/groups/class_group.inc:1170 +#: plugins/admin/groups/class_group.inc:1180 +#, fuzzy +msgid "Surename" +msgstr "Họ " + +#: plugins/admin/groups/class_group.inc:310 msgid "Samba group" msgstr "Nhóm Samba" -#: plugins/admin/groups/class_group.inc:311 +#: plugins/admin/groups/class_group.inc:310 msgid "Domain admins" msgstr "Admin miền" -#: plugins/admin/groups/class_group.inc:311 +#: plugins/admin/groups/class_group.inc:310 msgid "Domain users" msgstr "Người dùng miền" -#: plugins/admin/groups/class_group.inc:312 +#: plugins/admin/groups/class_group.inc:311 msgid "Domain guests" msgstr "Khách miền" -#: plugins/admin/groups/class_group.inc:317 +#: plugins/admin/groups/class_group.inc:316 #, php-format msgid "Special group (%d)" msgstr "Nhóm đặc biệt (%d)" -#: plugins/admin/groups/class_group.inc:420 +#: plugins/admin/groups/class_group.inc:464 #, php-format msgid "Adding UID '%s' to group '%s' failed: cannot find user object!" msgstr "" -#: plugins/admin/groups/class_group.inc:426 +#: plugins/admin/groups/class_group.inc:470 #, php-format msgid "Add UID '%s' to group '%s' failed: UID is used more than once!" msgstr "" -#: plugins/admin/groups/class_group.inc:504 -#, fuzzy -msgid "! unknown UID" -msgstr "! không nhận ra id này" - -#: plugins/admin/groups/class_group.inc:547 -#, php-format -msgid "Search returned too many results. Not displaying more than %s entries!" -msgstr "" -"Việc tìm kiếm có quá nhiều kết quả. Không hiển thị nhiều hơn %s mục vào!" - -#: plugins/admin/groups/class_group.inc:730 +#: plugins/admin/groups/class_group.inc:733 #, php-format msgid "Cannot find any SID for '%s'!" msgstr "Không thể tìm thấy một SID nào cho '%s'!" -#: plugins/admin/groups/class_group.inc:735 +#: plugins/admin/groups/class_group.inc:738 #, php-format msgid "Cannot find any RIDBASE for '%s'!" msgstr "Không thể tìm thấy một RIDBASE nào cho '%s'!" @@ -4307,27 +3534,33 @@ msgstr "Không thể tìm thấy một RIDBASE nào cho '%s'!" msgid "The gidNumber '%s' is already in use by %s!" msgstr "" -#: plugins/admin/groups/class_group.inc:1013 +#: plugins/admin/groups/class_group.inc:1016 msgid "Generic group settings" msgstr "Thiết lập nhóm chung" -#: plugins/admin/groups/class_group.inc:1027 +#: plugins/admin/groups/class_group.inc:1029 +msgid "" +"The 'ogroupRDN' statement defines the location where new object groups will " +"be created. The default is 'ou=groups,'." +msgstr "" + +#: plugins/admin/groups/class_group.inc:1043 msgid "Samba group type" msgstr "Loại nhóm Samba" -#: plugins/admin/groups/class_group.inc:1028 +#: plugins/admin/groups/class_group.inc:1044 msgid "Samba domain name" msgstr "Tên miền Samba" -#: plugins/admin/groups/class_group.inc:1030 +#: plugins/admin/groups/class_group.inc:1046 msgid "Phone pickup group" msgstr "Nhóm nhấc điện thoại" -#: plugins/admin/groups/class_group.inc:1031 +#: plugins/admin/groups/class_group.inc:1047 msgid "Nagios group" msgstr "Nhóm phần mềm Nagios" -#: plugins/admin/groups/class_group.inc:1033 +#: plugins/admin/groups/class_group.inc:1049 msgid "Group member" msgstr "Thành viên nhóm" @@ -4361,7 +3594,7 @@ msgstr "các nhóm server" #: plugins/admin/departments/class_domain.inc:81 #: plugins/admin/departments/class_domain.inc:82 -#: plugins/admin/departments/class_departmentManagement.inc:202 +#: plugins/admin/departments/class_departmentManagement.inc:205 #: plugins/admin/departments/class_dcObject.inc:81 #: plugins/admin/departments/class_dcObject.inc:82 #, fuzzy @@ -4373,7 +3606,7 @@ msgstr "Admin miền" #: plugins/admin/departments/organization.tpl:132 #: plugins/admin/departments/class_localityGeneric.inc:95 #: plugins/admin/departments/locality.tpl:67 -#: plugins/admin/departments/class_department.inc:680 +#: plugins/admin/departments/class_department.inc:688 #: plugins/admin/departments/dcObject.tpl:67 #: plugins/admin/departments/domain.tpl:67 #: plugins/admin/departments/country.tpl:68 @@ -4404,9 +3637,9 @@ msgstr "Văn bản mô tả cho bộ phận" #: plugins/admin/departments/generic.tpl:27 #: plugins/admin/departments/organization.tpl:27 -#: plugins/admin/departments/class_department.inc:670 +#: plugins/admin/departments/class_department.inc:678 #: plugins/admin/departments/class_organizationGeneric.inc:124 -#: plugins/admin/acl/class_aclRole.inc:165 include/class_userFilter.inc:55 +#: plugins/admin/acl/class_aclRole.inc:163 include/class_userFilter.inc:55 msgid "Category" msgstr "Các danh mục" @@ -4474,7 +3707,7 @@ msgstr "Danh sách các nhóm đối tượng" #: plugins/admin/departments/dep-list.xml:15 #: plugins/admin/departments/dep-list.xml:103 -#: plugins/admin/departments/class_departmentManagement.inc:190 +#: plugins/admin/departments/class_departmentManagement.inc:193 #: plugins/admin/departments/domain.tpl:5 #: plugins/admin/departments/dep-filter.xml:105 #, fuzzy @@ -4491,7 +3724,7 @@ msgstr "Admin miền" #: plugins/admin/departments/dep-list.xml:31 #: plugins/admin/departments/dep-list.xml:117 -#: plugins/admin/departments/class_departmentManagement.inc:214 +#: plugins/admin/departments/class_departmentManagement.inc:217 #: plugins/admin/departments/country.tpl:5 #: plugins/admin/departments/dep-filter.xml:49 #: plugins/admin/departments/class_countryGeneric.inc:82 @@ -4504,7 +3737,7 @@ msgstr "Quốc Gia" #: plugins/admin/departments/class_localityGeneric.inc:82 #: plugins/admin/departments/class_localityGeneric.inc:83 #: plugins/admin/departments/locality.tpl:5 -#: plugins/admin/departments/class_departmentManagement.inc:226 +#: plugins/admin/departments/class_departmentManagement.inc:229 #: plugins/admin/departments/dep-filter.xml:63 #, fuzzy msgid "Locality" @@ -4522,55 +3755,55 @@ msgstr "Tên vị trí" msgid "Name of locality to create" msgstr "Tên của cây con được tạo" -#: plugins/admin/departments/class_department.inc:439 -#: include/functions.inc:447 include/utils/class_xml.inc:43 -#: html/password.php:59 html/main.php:149 +#: plugins/admin/departments/class_department.inc:441 +#: include/functions.inc:459 include/utils/class_xml.inc:43 +#: html/password.php:59 html/main.php:158 msgid "Fatal error" msgstr "Lỗi nặng" -#: plugins/admin/departments/class_department.inc:439 +#: plugins/admin/departments/class_department.inc:441 msgid "Cannot find an unused tag for this administrative unit!" msgstr "Không thể tìm được một tag chưa được dùng cho đơn vị quản trị này!" -#: plugins/admin/departments/class_department.inc:507 +#: plugins/admin/departments/class_department.inc:509 #, php-format msgid "Tagging '%s'." msgstr "Tagging '%s'." -#: plugins/admin/departments/class_department.inc:588 +#: plugins/admin/departments/class_department.inc:590 #, php-format msgid "Moving '%s' to '%s'" msgstr "Chuyển từ '%s' đến '%s'" -#: plugins/admin/departments/class_department.inc:629 +#: plugins/admin/departments/class_department.inc:631 #, php-format msgid "FAILED to copy %s, aborting operation" msgstr "Thất bại trong việc copy %s, bãi bỏ thao tác" -#: plugins/admin/departments/class_department.inc:660 -#: plugins/admin/departments/class_department.inc:665 +#: plugins/admin/departments/class_department.inc:662 +#: plugins/admin/departments/class_department.inc:673 msgid "Departments" msgstr "Các bộ phận" -#: plugins/admin/departments/class_department.inc:668 +#: plugins/admin/departments/class_department.inc:676 msgid "Department name" msgstr "Tên bộ phận" -#: plugins/admin/departments/class_department.inc:676 +#: plugins/admin/departments/class_department.inc:684 msgid "Telephone" msgstr "Số điện thoại" -#: plugins/admin/departments/class_department.inc:731 +#: plugins/admin/departments/class_department.inc:739 #, php-format msgid "Object '%s' is already tagged" msgstr "Đối tượng '%s' đã bị tag" -#: plugins/admin/departments/class_department.inc:738 +#: plugins/admin/departments/class_department.inc:746 #, php-format msgid "Adding tag (%s) to object '%s'" msgstr "Thêm tag (%s) vào đối tượng '%s'" -#: plugins/admin/departments/class_department.inc:770 +#: plugins/admin/departments/class_department.inc:778 #, php-format msgid "Removing tag from object '%s'" msgstr "Bỏ tag từ đối tượng '%s'" @@ -4585,7 +3818,7 @@ msgid "" "Manage organizations, organizational units, localities, countries and more" msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:122 +#: plugins/admin/departments/class_departmentManagement.inc:125 #, fuzzy msgid "" "As soon as the tag operation has finished, you can scroll down to end of the " @@ -4690,7 +3923,7 @@ msgid "ACL Templates" msgstr "Các mẫu ACL" #: plugins/admin/acl/class_aclRole.inc:26 -#: plugins/admin/acl/class_aclRole.inc:717 +#: plugins/admin/acl/class_aclRole.inc:712 msgid "Access control roles" msgstr "Các vai trò kiểm soát truy cập" @@ -4698,83 +3931,64 @@ msgstr "Các vai trò kiểm soát truy cập" msgid "Edit AC roles" msgstr "Hiệu chỉnh các vai trò ACL" -#: plugins/admin/acl/class_aclRole.inc:130 include/class_acl.inc:219 -msgid "All categories" -msgstr "Tất cả các mục" - -#: plugins/admin/acl/class_aclRole.inc:137 +#: plugins/admin/acl/class_aclRole.inc:135 msgid "Reset ACL" msgstr "Xác lập lại ACL" -#: plugins/admin/acl/class_aclRole.inc:138 include/class_acl.inc:228 -msgid "One level" -msgstr "Một cấp độ" - -#: plugins/admin/acl/class_aclRole.inc:139 include/class_acl.inc:229 -#: include/class_acl.inc:234 -msgid "Current object" -msgstr "Đối tượng hiện tại" - -#: plugins/admin/acl/class_aclRole.inc:140 include/class_acl.inc:230 -msgid "Complete subtree" -msgstr "Hoàn thành cây thư mục con" - -#: plugins/admin/acl/class_aclRole.inc:141 include/class_acl.inc:231 -msgid "Complete subtree (permanent)" -msgstr "Hoàn thành cây thư mục con (vĩnh viễn)" - -#: plugins/admin/acl/class_aclRole.inc:181 -#: plugins/admin/acl/class_aclRole.inc:727 include/class_acl.inc:279 +#: plugins/admin/acl/class_aclRole.inc:179 +#: plugins/admin/acl/class_aclRole.inc:741 include/class_acl.inc:278 #, fuzzy msgid "Permissions" msgstr "Cho phép" -#: plugins/admin/acl/class_aclRole.inc:181 include/class_acl.inc:279 -#: include/php_setup.inc:191 +#: plugins/admin/acl/class_aclRole.inc:179 include/class_acl.inc:278 +#: include/php_setup.inc:185 msgid "Type" msgstr "Loại" -#: plugins/admin/acl/class_aclRole.inc:410 +#: plugins/admin/acl/class_aclRole.inc:408 msgid "No ACL settings for this category" msgstr "Không có cài đặt ACL cho mục này" -#: plugins/admin/acl/class_aclRole.inc:412 +#: plugins/admin/acl/class_aclRole.inc:410 #, php-format msgid "ACL for these objects: %s" msgstr "ACL cho các đối tượng sau: %s" -#: plugins/admin/acl/class_aclRole.inc:417 +#: plugins/admin/acl/class_aclRole.inc:415 msgid "Edit category ACL" msgstr "Hiệu chính mục ACL" -#: plugins/admin/acl/class_aclRole.inc:420 +#: plugins/admin/acl/class_aclRole.inc:418 #, fuzzy msgid "Delete category ACL" msgstr "Xác lập mục ACL" -#: plugins/admin/acl/class_aclRole.inc:441 +#: plugins/admin/acl/class_aclRole.inc:439 #, php-format msgid "Edit ACL for '%s', scope is '%s'" msgstr "Hiệu chỉnh ACL cho'%s', vùng là '%s'" -#: plugins/admin/acl/class_aclRole.inc:451 include/class_acl.inc:644 -msgid "All objects in current subtree" -msgstr "Tất cả các đối tượng hiện trong cây thư mục con hiện tại" - -#: plugins/admin/acl/class_aclRole.inc:637 +#: plugins/admin/acl/class_aclRole.inc:632 msgid "Object in use" msgstr "Đối tượng đang được sử dụng" -#: plugins/admin/acl/class_aclRole.inc:637 +#: plugins/admin/acl/class_aclRole.inc:632 #, php-format msgid "This role cannot be removed while it is in use by these objects:" msgstr "" "Vai trò này không thể bị xóa bỏ trong khi nó vẫn đang được sử dụng bởi các " "đối tượng:" -#: plugins/admin/acl/class_aclRole.inc:753 plugins/admin/acl/tabs_acl.inc:28 -#: include/class_acl.inc:1279 include/class_acl.inc:1280 -#: include/class_acl.inc:1285 include/class_tabs.inc:374 +#: plugins/admin/acl/class_aclRole.inc:728 +msgid "" +"The 'aclRoleRDN' statement defines the location where new acl roles will be " +"created. The default is 'ou=aclroles,'." +msgstr "" + +#: plugins/admin/acl/class_aclRole.inc:767 plugins/admin/acl/tabs_acl.inc:28 +#: include/class_acl.inc:1282 include/class_acl.inc:1283 +#: include/class_acl.inc:1289 include/class_tabs.inc:382 msgid "ACL" msgstr "ACL" @@ -4783,6 +3997,11 @@ msgstr "ACL" msgid "Paste acl-role" msgstr "Xóa vai trò acl" +#: plugins/admin/ogroups/generic.tpl:1 +#: plugins/admin/ogroups/ogroup-list.xml:15 +msgid "Object group" +msgstr "Nhóm đối tượng" + #: plugins/admin/ogroups/generic.tpl:10 msgid "Name of the group" msgstr "Tên của nhóm" @@ -4791,117 +4010,128 @@ msgstr "Tên của nhóm" msgid "Member objects" msgstr "Các đối tượng thành viên" -#: plugins/admin/ogroups/tabs_ogroups.inc:133 +#: plugins/admin/ogroups/tabs_ogroups.inc:134 msgid "Phone queue" msgstr "Các hàng phone" -#: plugins/admin/ogroups/tabs_ogroups.inc:160 -msgid "Systems" -msgstr "Các hệ thống" +#: plugins/admin/ogroups/tabs_ogroups.inc:163 +#, fuzzy +msgid "System settings" +msgstr "Thiết lập của người dùng" -#: plugins/admin/ogroups/tabs_ogroups.inc:171 -#: plugins/admin/ogroups/tabs_ogroups.inc:194 -msgid "Startup" -msgstr "Khởi động" +#: plugins/admin/ogroups/tabs_ogroups.inc:175 +#: plugins/admin/ogroups/tabs_ogroups.inc:200 +msgid "Recipe" +msgstr "" -#: plugins/admin/ogroups/tabs_ogroups.inc:182 -#: plugins/admin/ogroups/tabs_ogroups.inc:203 +#: plugins/admin/ogroups/tabs_ogroups.inc:187 +#: plugins/admin/ogroups/tabs_ogroups.inc:209 msgid "Devices" msgstr "Các thiết bị" -#: plugins/admin/ogroups/tabs_ogroups.inc:213 -msgid "FAI summary" -msgstr "Tóm tắt FAI" +#: plugins/admin/ogroups/tabs_ogroups.inc:219 +#, fuzzy +msgid "Deployment summary" +msgstr "Số phòng làm việc" + +#: plugins/admin/ogroups/tabs_ogroups.inc:229 +msgid "Desktop" +msgstr "" -#: plugins/admin/ogroups/tabs_ogroups.inc:241 +#: plugins/admin/ogroups/tabs_ogroups.inc:246 msgid "Applications" msgstr "Các ứng dụng" +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:47 +#: plugins/admin/ogroups/class_ogroupManagement.inc:192 +msgid "Printer" +msgstr "Máy in" + #: plugins/admin/ogroups/objectSelect/class_objectSelect.inc:29 #, fuzzy msgid "Object selection" msgstr "Thiết lập nhóm" -#: plugins/admin/ogroups/class_ogroup.inc:200 +#: plugins/admin/ogroups/class_ogroup.inc:230 msgid "You cannot combine terminals and workstations in one object group!" msgstr "" "Bạn không thể kết hợp các thiết bị cuối và máy trạm vào trong một nhóm đối " "tượng!" -#: plugins/admin/ogroups/class_ogroup.inc:302 +#: plugins/admin/ogroups/class_ogroup.inc:311 msgid "too many different objects!" msgstr "có quá nhiều các đối tượng khác nhau!" -#: plugins/admin/ogroups/class_ogroup.inc:304 +#: plugins/admin/ogroups/class_ogroup.inc:313 msgid "users" msgstr "người dùng" -#: plugins/admin/ogroups/class_ogroup.inc:305 +#: plugins/admin/ogroups/class_ogroup.inc:314 msgid "groups" msgstr "các nhóm" -#: plugins/admin/ogroups/class_ogroup.inc:306 +#: plugins/admin/ogroups/class_ogroup.inc:315 msgid "applications" msgstr "các ứng dụng" -#: plugins/admin/ogroups/class_ogroup.inc:307 +#: plugins/admin/ogroups/class_ogroup.inc:316 msgid "departments" msgstr "các bộ phận" -#: plugins/admin/ogroups/class_ogroup.inc:308 +#: plugins/admin/ogroups/class_ogroup.inc:317 msgid "servers" msgstr "các server" -#: plugins/admin/ogroups/class_ogroup.inc:309 +#: plugins/admin/ogroups/class_ogroup.inc:318 msgid "workstations" msgstr "máy trạm" -#: plugins/admin/ogroups/class_ogroup.inc:310 +#: plugins/admin/ogroups/class_ogroup.inc:319 msgid "winstations" msgstr "máy trạm dùng win " -#: plugins/admin/ogroups/class_ogroup.inc:311 +#: plugins/admin/ogroups/class_ogroup.inc:320 msgid "terminals" msgstr "các thiết bị cuối" -#: plugins/admin/ogroups/class_ogroup.inc:312 +#: plugins/admin/ogroups/class_ogroup.inc:321 msgid "phones" msgstr "điện thoại" -#: plugins/admin/ogroups/class_ogroup.inc:313 +#: plugins/admin/ogroups/class_ogroup.inc:322 msgid "printers" msgstr "các máy in" -#: plugins/admin/ogroups/class_ogroup.inc:500 +#: plugins/admin/ogroups/class_ogroup.inc:524 msgid "Non existing dn:" msgstr "dn không tồn tại:" -#: plugins/admin/ogroups/class_ogroup.inc:657 +#: plugins/admin/ogroups/class_ogroup.inc:642 #, php-format msgid "" "These systems are already configured by other object groups and cannot be " "added:" msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:691 +#: plugins/admin/ogroups/class_ogroup.inc:676 msgid "You can combine two different object types at maximum, only!" msgstr "Bạn chỉ có thể kết hợp hai đối tượng khác nhau tại mức cực đại!" -#: plugins/admin/ogroups/class_ogroup.inc:841 +#: plugins/admin/ogroups/class_ogroup.inc:821 msgid "Object group generic" msgstr "Nhóm đối tượng chung" -#: plugins/admin/ogroups/class_ogroup.inc:846 +#: plugins/admin/ogroups/class_ogroup.inc:830 #: plugins/admin/ogroups/class_ogroupManagement.inc:25 msgid "Object groups" msgstr "Tất cả các nhóm đối tượng" -#: plugins/admin/ogroups/class_ogroup.inc:852 +#: plugins/admin/ogroups/class_ogroup.inc:836 #, fuzzy msgid "Sytem trust" msgstr "Ủy thác hệ thống" -#: plugins/admin/ogroups/class_ogroup.inc:853 include/class_acl.inc:279 +#: plugins/admin/ogroups/class_ogroup.inc:837 include/class_acl.inc:278 msgid "Member" msgstr "Thành viên" @@ -4914,6 +4144,10 @@ msgstr "" msgid "Templates" msgstr "Mẫu" +#: plugins/admin/ogroups/class_ogroupManagement.inc:185 +msgid "Application" +msgstr "Ứng dụng" + #: plugins/admin/ogroups/class_ogroupManagement.inc:190 msgid "Windows Install" msgstr "Cài đặt window" @@ -4941,122 +4175,361 @@ msgstr "Nhóm đối tượng" msgid "Remove object group" msgstr "các nhóm server" -#: include/class_CopyPasteHandler.inc:118 -#: include/class_CopyPasteHandler.inc:127 -#: include/class_CopyPasteHandler.inc:159 -#: include/class_CopyPasteHandler.inc:176 -#: include/class_CopyPasteHandler.inc:185 -#: include/class_CopyPasteHandler.inc:193 -#: include/class_CopyPasteHandler.inc:273 -#, php-format -msgid "Copy and paste failed!" -msgstr "Copy và Paste bị thất bại!" +#: plugins/addons/propertyEditor/property-list.tpl:3 +#, fuzzy +msgid "Warning message" +msgstr "Cảnh báo" -#: include/class_CopyPasteHandler.inc:118 -#: include/class_CopyPasteHandler.inc:193 -#, php-format -msgid "Cannot set permission for '%s'" -msgstr "Không thể thiết lập phép cho '%s'" +#: plugins/addons/propertyEditor/property-list.tpl:9 +msgid "" +"Modifying properties may break your setup, destroy or mess up your LDAP " +"database, lead to security holes or it can even make a login impossible!" +msgstr "" -#: include/class_CopyPasteHandler.inc:159 -#, php-format -msgid "'%s' is no vaild LDAP object" -msgstr "'%s' không phải là một đối tượng LDAP hợp lệ" +#: plugins/addons/propertyEditor/property-list.tpl:10 +msgid "" +"Since configuration properties are stored in the LDAP database a copy/backup " +"can be handy." +msgstr "" -#: include/class_CopyPasteHandler.inc:160 -#: include/class_CopyPasteHandler.inc:274 include/functions.inc:605 -#: include/functions.inc:792 include/functions.inc:910 -#: include/functions.inc:1308 include/functions.inc:2365 -#: include/functions.inc:2399 include/functions.inc:2419 -#: include/class_log.inc:87 include/class_acl.inc:974 -#: include/class_ldap.inc:693 include/class_ldap.inc:744 -#: include/class_session.inc:76 include/class_session.inc:101 -#: include/class_session.inc:127 -msgid "Internal error" -msgstr "Lỗi nội bộ" +#: plugins/addons/propertyEditor/property-list.tpl:14 +msgid "" +"If you've debarred yourself, you can try to set 'ignoreLdapProperties' to " +"'true' in your gosa.conf main section. This will make GOsa ignore LDAP based " +"property values." +msgstr "" -#: include/class_CopyPasteHandler.inc:176 -#, php-format -msgid "No write permission in '%s'" -msgstr "Không có phép viết cho '%s'" +#: plugins/addons/propertyEditor/property-list.tpl:22 +msgid "" +"I understand that there are certain risks, but I want to modify properties!" +msgstr "" -#: include/class_CopyPasteHandler.inc:394 -#, php-format -msgid "These objects will be pasted: %s" -msgstr "Các đối tượng này sẽ được paste: %s" +#: plugins/addons/propertyEditor/property-list.tpl:38 +msgid "Ignoring LDAP defined properties!" +msgstr "" -#: include/class_CopyPasteHandler.inc:418 -#, php-format -msgid "This object will be pasted: %s" -msgstr "Đối tượng này sẽ được paste: %s" +#: plugins/addons/propertyEditor/property-list.tpl:77 +msgid "Undo" +msgstr "" -#: include/class_CopyPasteHandler.inc:514 include/class_listing.inc:1411 -#: include/class_listing.inc:1413 include/class_plugin.inc:1971 -#: include/class_plugin.inc:1974 -msgid "Paste" -msgstr "Paste" +#: plugins/addons/propertyEditor/class_commandVerifier.inc:56 +msgid "Results" +msgstr "" -#: include/class_CopyPasteHandler.inc:516 -msgid "Cannot paste" -msgstr "Không thể paste" +#: plugins/addons/propertyEditor/commandVerifier.tpl:1 +msgid "Command verifier" +msgstr "" + +#: plugins/addons/propertyEditor/commandVerifier.tpl:3 +msgid "" +"Here you can execute commands in the way GOsa does and check the generated " +"results or errors. This can be very usefull especially for the post events " +"(postcreate, postmodify and postremove) due to the fact that these hook are " +"executed silently." +msgstr "" + +#: plugins/addons/propertyEditor/commandVerifier.tpl:8 +msgid "" +"Please be carefull here, all commands will really be executed on your " +"machine and may break things!" +msgstr "" + +#: plugins/addons/propertyEditor/commandVerifier.tpl:15 +msgid "The command to check for" +msgstr "" + +#: plugins/addons/propertyEditor/commandVerifier.tpl:17 +#, fuzzy +msgid "Test" +msgstr "Timestamp" + +#: plugins/addons/propertyEditor/property-filter.xml:15 +#, fuzzy +msgid "Effective properties" +msgstr "Hiệu chỉnh các tính năng chung" + +#: plugins/addons/propertyEditor/property-filter.xml:29 +#, fuzzy +msgid "Modified properties" +msgstr "Hiệu chỉnh các tính năng chung" + +#: plugins/addons/propertyEditor/property-filter.xml:43 +#, fuzzy +msgid "All properties" +msgstr "Hiệu chỉnh các tính năng chung" + +#: plugins/addons/propertyEditor/property-filter.xml:57 +#, fuzzy +msgid "LDAP properties" +msgstr "Properties" + +#: plugins/addons/propertyEditor/property-filter.xml:71 +#, fuzzy +msgid "Search for property groups" +msgstr "các nhóm sơ cấp" + +#: plugins/addons/propertyEditor/property-list.xml:11 +#, fuzzy +msgid "List of configuration settings" +msgstr "Thiết lập của người dùng" + +#: plugins/addons/propertyEditor/property-list.xml:15 +#, fuzzy +msgid "Property not used" +msgstr "Nhóm người dùng" + +#: plugins/addons/propertyEditor/property-list.xml:23 +#, fuzzy +msgid "Property will be restored" +msgstr "Nhóm sẽ được chuyển từ" + +#: plugins/addons/propertyEditor/property-list.xml:31 +#, fuzzy +msgid "Modified property" +msgstr "thay đối thao tác" + +#: plugins/addons/propertyEditor/property-list.xml:39 +#, fuzzy +msgid "Property configured in LDAP" +msgstr "Tạo ra file cấu hình của bạn" + +#: plugins/addons/propertyEditor/property-list.xml:47 +#, fuzzy +msgid "Property configured in config file" +msgstr "Tạo ra file cấu hình của bạn" + +#: plugins/addons/propertyEditor/property-list.xml:72 +#, fuzzy +msgid "Class" +msgstr "lớp" + +#: plugins/addons/propertyEditor/property-list.xml:88 +#, fuzzy +msgid "Value" +msgstr "Nam" + +#: plugins/addons/propertyEditor/property-list.xml:124 +msgid "Restore to default" +msgstr "" + +#: plugins/addons/propertyEditor/class_propertyEditor.inc:6 +#, fuzzy +msgid "Preferences" +msgstr "Các tham chiếu" + +#: plugins/addons/propertyEditor/class_propertyEditor.inc:7 +msgid "" +"Configure global and special GOsa settings like hooks and plugin parameters" +msgstr "" + +#: plugins/addons/propertyEditor/class_propertyEditor.inc:206 +#, fuzzy +msgid "No description" +msgstr "Mô tả vai trò" + +#: plugins/addons/propertyEditor/class_propertyEditor.inc:230 +msgid "FALSE" +msgstr "" + +#: plugins/addons/propertyEditor/class_propertyEditor.inc:231 +msgid "TRUE" +msgstr "" + +#: plugins/addons/propertyEditor/class_propertyEditor.inc:251 +msgid "Test the given command." +msgstr "" + +#: plugins/addons/propertyEditor/migrate.tpl:3 +msgid "Property migration assistent" +msgstr "" + +#: plugins/addons/propertyEditor/migrate.tpl:3 +#, fuzzy +msgid "Migration steps left" +msgstr "Lỗi di trú" + +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:31 +#, fuzzy, php-format +msgid "Migration of property '%s'" +msgstr "Lỗi di trú" + +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:34 +#, fuzzy, php-format +msgid "GOsa has detected objects outside of the configured storage point (%s)." +msgstr "Đã tìm thấy %s nhóm bên ngoài cây được cấu hình '%s'." + +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:161 +#, fuzzy +msgid "Objects that will be added" +msgstr "Đối tượng này sẽ bị xóa!" + +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:169 +#, fuzzy +msgid "Objects that will be moved" +msgstr "Máy trạm Win sẽ được chuyển từ" + +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:177 +#, fuzzy, php-format +msgid "Moving object '%s' to '%s'" +msgstr "Chuyển từ '%s' đến '%s'" + +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:204 +#, fuzzy, php-format +msgid "Migration failed for object %s, dn already exists!" +msgstr "" +"Việc thêm một người dùng quản trị đã thất bại: đối tượng '%s' đã có rồi!" + +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:208 +#, php-format +msgid "Migration failed for object %s, please check if it already exists!" +msgstr "" + +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:105 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:327 +msgid "Labeled URI" +msgstr "" + +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:119 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:121 +#: plugins/addons/dyngroup/dyngroup.tpl:7 +#, fuzzy +msgid "Attribute" +msgstr "Thuộc tính đăng nhập" + +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:128 +msgid "Surrounding brakets are required!" +msgstr "" + +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:136 +#, php-format +msgid "The given filter '%s' for entry %s seems to be invalid!" +msgstr "" + +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:166 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:168 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:319 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:320 +#, fuzzy +msgid "Dynamic object" +msgstr "Đối tượng GOsa" + +#: plugins/addons/dyngroup/dyngroup.tpl:1 +#, fuzzy +msgid "List of dynamic rules" +msgstr "Danh sách các ads" + +#: plugins/addons/dyngroup/dyngroup.tpl:3 +msgid "Labeled URI definitions" +msgstr "" + +#: plugins/addons/dyngroup/dyngroup.tpl:6 +#, fuzzy +msgid "Scope" +msgstr "Copy" + +#: include/class_CopyPasteHandler.inc:118 +#: include/class_CopyPasteHandler.inc:127 +#: include/class_CopyPasteHandler.inc:159 +#: include/class_CopyPasteHandler.inc:176 +#: include/class_CopyPasteHandler.inc:185 +#: include/class_CopyPasteHandler.inc:193 +#: include/class_CopyPasteHandler.inc:273 +#, php-format +msgid "Copy and paste failed!" +msgstr "Copy và Paste bị thất bại!" + +#: include/class_CopyPasteHandler.inc:118 +#, fuzzy, php-format +msgid "Cannot set permission for %s" +msgstr "Không thể thiết lập phép cho '%s'" -#: include/class_config.inc:152 +#: include/class_CopyPasteHandler.inc:159 +#, php-format +msgid "'%s' is no vaild LDAP object" +msgstr "'%s' không phải là một đối tượng LDAP hợp lệ" + +#: include/class_CopyPasteHandler.inc:176 +#, php-format +msgid "No write permission in '%s'" +msgstr "Không có phép viết cho '%s'" + +#: include/class_CopyPasteHandler.inc:193 +#, php-format +msgid "Cannot set permission for '%s'" +msgstr "Không thể thiết lập phép cho '%s'" + +#: include/class_CopyPasteHandler.inc:396 +#, php-format +msgid "These objects will be pasted: %s" +msgstr "Các đối tượng này sẽ được paste: %s" + +#: include/class_CopyPasteHandler.inc:420 +#, php-format +msgid "This object will be pasted: %s" +msgstr "Đối tượng này sẽ được paste: %s" + +#: include/class_CopyPasteHandler.inc:570 include/class_listing.inc:1458 +#: include/class_listing.inc:1460 +msgid "Paste" +msgstr "Paste" + +#: include/class_CopyPasteHandler.inc:572 +msgid "Cannot paste" +msgstr "Không thể paste" + +#: include/class_config.inc:159 #, php-format msgid "XML error in gosa.conf: %s at line %d" msgstr "Lỗi XML trong gosa.conf: %s tại dòng %d" -#: include/class_config.inc:325 -msgid "Cannot bind to LDAP. Please contact the system administrator." -msgstr "Không thể nối kết với LDAP. Xin hãy liên lạc với với admin hệ thống." +#: include/class_config.inc:337 +msgid "Cannot bind to LDAP!" +msgstr "" -#: include/class_config.inc:702 +#: include/class_config.inc:678 #, fuzzy msgid "sambaSID and/or sambaRidBase missing in the configuration!" msgstr "SID và/hoặc RIDBASE đang bị mất trong cấu hình này!" -#: include/class_config.inc:1112 +#: include/class_config.inc:1097 msgid "Configuration" msgstr "Cấu hình" -#: include/class_config.inc:1112 +#: include/class_config.inc:1097 +#, fuzzy msgid "" -"The configuration file you are using seems to be outdated. Please move the " -"GOsa configuration file away to run the GOsa setup again." +"The configuration file you are using is outdated. Please move the GOsa " +"configuration file away to run the GOsa setup again." msgstr "" "File cấu hình bạn đang sử dụng hình như đã lỗi thời. Hãy chuyển file cấu " "hình của GOsa ra chỗ khác để chạy việc cài đặt GOsa lần nữa." -#: include/class_config.inc:1154 include/class_config.inc:1185 -#: include/class_SnapshotHandler.inc:46 include/class_SnapshotHandler.inc:77 -#, php-format +#: include/class_config.inc:1139 include/class_config.inc:1170 +#, fuzzy, php-format msgid "" -"The snapshot functionality is enabled, but the required variable '%s' is not " +"The snapshot functionality is enabled, but the required variable %s is not " "set." msgstr "" "Chức năng Snapshot đã được bật, nhưng biến số được yêu cầu: '%s' vẫn chưa " "được thiết lập." -#: include/class_config.inc:1167 include/class_SnapshotHandler.inc:59 +#: include/class_config.inc:1152 #, fuzzy, php-format msgid "" "The snapshot functionality is enabled, but the required compression module " -"is missing. Please install '%s'." +"is missing. Please install %s." msgstr "" "Chức năng Snapshot đã được bật, nhưng biến số được yêu cầu: '%s' vẫn chưa " "được thiết lập." -#: include/class_socketClient.inc:60 -msgid "The mcrypt module was not found. Please install php5-mcrypt." -msgstr "Không tìm thấy Mô-đun mcrypt. Xin hãy cài đặt php5-mcrypt." - #: include/class_socketClient.inc:108 -#, php-format -msgid "Socket connection to host '%s:%s' failed: %s" +#, fuzzy, php-format +msgid "Socket connection to %s:%s failed: %s" msgstr "Kết nối socket đến '%s:%s' thất bại: '%s'" #: include/class_socketClient.inc:191 -#, php-format -msgid "Socket timeout of %s seconds reached." +#, fuzzy, php-format +msgid "Socket timeout of %s seconds reached!" msgstr "Thời hạn cho socket là %s giây đã đến." #: include/class_multi_plug.inc:362 @@ -5064,11 +4537,13 @@ msgid "You are currently editing mutliple entries." msgstr "Bạn hiện đang hiệu chỉnh rất nhiều entry." #: include/class_multi_plug.inc:391 -msgid "Password reset" -msgstr "Xác lập lại mật khẩu" +#, fuzzy +msgid "Reset password" +msgstr "Đặt mật khẩu" #: include/class_multi_plug.inc:391 -msgid "The user password was resetted, please set a new password value!" +#, fuzzy +msgid "The user password has been reset. Please set a new password!" msgstr "" "Mật khẩu người dùng đã được xác lập lại, hãy thiết lập một giá trị mật khẩu " "mới!" @@ -5085,306 +4560,286 @@ msgstr "Hiệu chỉnh entry này" msgid "Delete this entry" msgstr "Xóa bỏ entry" -#: include/class_sortableListing.inc:261 include/class_listing.inc:247 -msgid "Up" -msgstr "Lên" +#: include/class_sortableListing.inc:261 include/class_listing.inc:257 +msgid "Sort ascending" +msgstr "" -#: include/class_sortableListing.inc:261 include/class_listing.inc:247 -msgid "Down" -msgstr "Xuống" +#: include/class_sortableListing.inc:261 include/class_listing.inc:257 +msgid "Sort descending" +msgstr "" -#: include/functions.inc:127 -#, php-format -msgid "Fatal error: no class locations defined - please run '%s' to fix this" +#: include/class_jsonRPC.inc:180 +#, fuzzy, php-format +msgid "Unknown HTTP status code '%s'!" +msgstr "dạng ACL '%s' không được biết đến!" + +#: include/functions.inc:128 +#, fuzzy, php-format +msgid "Fatal error: no class locations defined - please run %s to fix this" msgstr "" "Lỗi nghiêm trọng: không có vị trí lớp nào được xác định - xin hãy chạy '%s' " "để sửa lỗi này" -#: include/functions.inc:134 -#, php-format -msgid "" -"Fatal error: cannot instantiate class '%s' - try running '%s' to fix this" +#: include/functions.inc:135 +#, fuzzy, php-format +msgid "Fatal error: cannot instantiate class %s - try running %s to fix this" msgstr "" "Lỗi nghiêm trọng: không thể tạo ra lớp '%s' - hãy thử chạy '%s' để sửa lỗi " "này" -#: include/functions.inc:448 -#, php-format -msgid "FATAL: Error when connecting the LDAP. Server said '%s'." +#: include/functions.inc:460 +#, fuzzy, php-format +msgid "Error while connecting to LDAP: %s" msgstr "" "LỖI NGHIÊM TRỌNG: Lỗi khi đang kết nối với LDAP. Server thông báo '%s'." -#: include/functions.inc:519 -msgid "Username / UID is not unique inside the LDAP tree!" +#: include/functions.inc:531 include/functions.inc:617 +#, fuzzy +msgid "User ID is not unique!" msgstr "Tên người dùng/ UID không phải là duy nhất trong cây LDAP!" -#: include/functions.inc:605 -msgid "" -"Username / UID is not unique inside the LDAP tree. Please contact your " -"Administrator." -msgstr "" -"Tên người dùng/UID không phải là duy nhất trong cây LDAP. Xin hãy liên Lạc " -"với Admin của bạn." - -#: include/functions.inc:792 include/functions.inc:910 -msgid "Error while adding a lock. Contact the developers!" -msgstr "Lỗi khi đang thêm một khóa vào. Hãy liên lạc với các nhà phát triển!" - -#: include/functions.inc:802 -#, php-format -msgid "" -"Cannot create locking information in LDAP tree. Please contact your " -"administrator!" +#: include/functions.inc:804 include/functions.inc:922 +msgid "Error while locking entry!" msgstr "" -"Không thể tạo ra việc khóa thông tin trong cây LDAP.Xin hãy liên lạc với " -"admin của bạn!" -#: include/functions.inc:802 -#, php-format -msgid "LDAP server returned: %s" -msgstr "LDAP server trả về: %s" +#: include/functions.inc:814 +#, fuzzy, php-format +msgid "Cannot store lock information in LDAP!" +msgstr "Không thể tìm ra thông tin về lược đồ LDAP đã được cài đặt!" -#: include/functions.inc:931 -msgid "" -"Found multiple locks for object to be locked. This should not happen - " -"cleaning up multiple references." -msgstr "" -"Tìm thấy nhiều khóa khác nhau để khóa đối tượng. Điều này không nên xảy ra - " -"hãy dọn sạch các tham chiếu." +#: include/functions.inc:814 +#, fuzzy, php-format +msgid "Error: %s" +msgstr "Lỗi" -#: include/functions.inc:1235 -#, php-format -msgid "The size limit of %d entries is exceed!" +#: include/functions.inc:1244 +#, fuzzy, php-format +msgid "The current size limit of %d entries is exceeded!" msgstr "Đã vượt quá giới hạn kích cỡ của các entry %d!" -#: include/functions.inc:1237 +#: include/functions.inc:1246 #, php-format -msgid "" -"Set the new size limit to %s and show me this message if the limit still " -"exceeds" +msgid "Set the size limit to %s" msgstr "" -"Thiết lập kích cỡ mới cho %s và cho tôi thấy tin nhắn nếu giới hạn này vẫn " -"vượt quá tiêu chuẩn" -#: include/functions.inc:1254 -msgid "incomplete" +#: include/functions.inc:1263 +#, fuzzy +msgid "list is incomplete" msgstr "chưa hoàn thành" -#: include/functions.inc:1636 +#: include/functions.inc:1611 msgid "Continue anyway" msgstr "Cứ tiếp tục" -#: include/functions.inc:1638 +#: include/functions.inc:1613 msgid "Edit anyway" msgstr "Cứ hiệu chỉnh" -#: include/functions.inc:1641 +#: include/functions.inc:1616 msgid "These entries are currently locked:" msgstr "" -#: include/functions.inc:1881 +#: include/functions.inc:1856 msgid "Entries per page" msgstr "các entry cho mỗi trang" -#: include/functions.inc:1910 -msgid "Apply filter" -msgstr "Áp dụng bộ lọc" +#: include/functions.inc:2207 +#, fuzzy, php-format +msgid "GOsa %s" +msgstr "GOsa" -#: include/functions.inc:2222 -msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" -msgstr "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" +#: include/functions.inc:2214 +#, fuzzy, php-format +msgid "GOsa %s snapshot (Rev %s)" +msgstr "snapshot phát triển GOsa (Rev %s)" -#: include/functions.inc:2268 +#: include/functions.inc:2219 #, php-format msgid "GOsa development snapshot (Rev %s)" msgstr "snapshot phát triển GOsa (Rev %s)" -#: include/functions.inc:2365 -#, php-format -msgid "File '%s' could not be deleted." +#: include/functions.inc:2315 +#, fuzzy, php-format +msgid "File %s cannot be deleted!" msgstr "File '%s' không thể bị xóa." -#: include/functions.inc:2399 include/functions.inc:2419 -msgid "Cannot write to revision file!" +#: include/functions.inc:2349 include/functions.inc:2369 +#, fuzzy +msgid "Cannot write revision file!" msgstr "Không thể viết lên revision file!" -#: include/functions.inc:2690 include/functions.inc:2694 -#: include/functions.inc:2700 +#: include/functions.inc:2640 include/functions.inc:2644 +#: include/functions.inc:2650 #, fuzzy msgid "'baseIdHook' is not available. Using default base!" msgstr "'base_hook' không có. Hãy sử dụng cơ sở mặc định!" -#: include/functions.inc:2724 -msgid "LDAP warning" -msgstr "Cảnh báo LDAP" - -#: include/functions.inc:2724 -msgid "Cannot get schema information from server. No schema check possible!" +#: include/functions.inc:2674 +#, fuzzy +msgid "" +"Cannot read schema information from LDAP. Schema validation is not possible!" msgstr "" "Không thể dùng thông tin lược đồ từ server. Không thể kiểm tra giản đồ!" -#: include/functions.inc:2750 -msgid "Used to store account specific informations." -msgstr "Đã từng lưu trữ thông tin cụ thể về tài khoản." +#: include/functions.inc:2700 +msgid "This class is used to make users appear in GOsa." +msgstr "" -#: include/functions.inc:2757 +#: include/functions.inc:2707 +#, fuzzy msgid "" -"Used to lock currently edited entries to avoid multiple changes at the same " +"This class is used to lock entries in order to prevent multiple edits at a " "time." msgstr "" "Đã từng khóa các entry hiện đang được hiệu chỉnh nhằm tránh các thay đổi " "khác nhau tại cùng một thời điểm." -#: include/functions.inc:2802 -#, php-format -msgid "Missing required object class '%s'!" +#: include/functions.inc:2752 +#, fuzzy, php-format +msgid "Required object class %s is missing!" msgstr "Lớp đối tượng '%s' được yêu cầu mất tích!" -#: include/functions.inc:2805 -#, php-format -msgid "Missing optional object class '%s'!" +#: include/functions.inc:2755 +#, fuzzy, php-format +msgid "Optional object class %s is missing!" msgstr "Lớp đối tượng lựa chọn '%s' mất tích!" -#: include/functions.inc:2810 -#, php-format -msgid "Version mismatch for required object class '%s' (!=%s)!" +#: include/functions.inc:2760 +#, fuzzy, php-format +msgid "Wrong version of required object class %s (!=%s) detected!" msgstr "Phiên bản không phù hợp với lớp đối tượng '%s' được yêu cầu (!=%s)!" -#: include/functions.inc:2813 -#, php-format -msgid "Class(es) available" +#: include/functions.inc:2763 +#, fuzzy, php-format +msgid "Class available" msgstr "Đã có lớp" -#: include/functions.inc:2835 +#: include/functions.inc:2785 msgid "" -"You have enabled the rfc2307bis option on the 'ldap setup' step, but your " -"schema configuration do not support this option." +"RFC 2307bis group schema is enabled, but the current LDAP configuration does " +"not support it!" msgstr "" -"Bạn vừa bật lựa chọn rfc2307bis lên trên bước ' cài đặt ldap', nhưng cấu " -"hình giản đồ của bạn không hỗ trợ lựa chọn này." -#: include/functions.inc:2836 +#: include/functions.inc:2786 +#, fuzzy msgid "" -"In order to use rfc2307bis conform groups the objectClass 'posixGroup' must " -"be AUXILIARY" +"To use RFC 2307bis groups, the objectClass 'posixGroup' must be AUXILIARY." msgstr "" "Để có thể sử dụng được nhóm conform rfc2307bis, objectClass " "'posixGroup' (nhóm posix) phải được hỗ trợ " -#: include/functions.inc:2840 +#: include/functions.inc:2790 msgid "" -"Your schema is configured to support the rfc2307bis group, but you have " -"disabled this option on the 'ldap setup' step." +"RFC 2307bis group schema is disabled, but the current LDAP configuration " +"supports it!" msgstr "" -"Lược đồ của bạn được cấu hình để hỗ trợ nhóm rfc2307bis, nhưng bạn đã vừa " -"tắt chức năng này đi trong bước 'cài đặt ldap'." -#: include/functions.inc:2841 -msgid "The objectClass 'posixGroup' must be STRUCTURAL" +#: include/functions.inc:2791 +#, fuzzy +msgid "To correct this, the objectClass 'posixGroup' must be STRUCTURAL." msgstr "ObjectClass (Lớp đối tượng) 'posixGroup' phải CÓ CẤU TRÚC" -#: include/functions.inc:2866 +#: include/functions.inc:2816 msgid "German" msgstr "Tiếng Đức" -#: include/functions.inc:2867 +#: include/functions.inc:2817 msgid "French" msgstr "Tiếng Pháp" -#: include/functions.inc:2868 +#: include/functions.inc:2818 msgid "Italian" msgstr "Tiếng Ý" -#: include/functions.inc:2869 +#: include/functions.inc:2819 msgid "Spanish" msgstr "Tiếng Tây Ban Nha" -#: include/functions.inc:2870 +#: include/functions.inc:2820 msgid "English" msgstr "Tiếng Anh" -#: include/functions.inc:2871 +#: include/functions.inc:2821 msgid "Dutch" msgstr "Tiếng Hà Lan" -#: include/functions.inc:2872 +#: include/functions.inc:2822 msgid "Polish" msgstr "Tiếng Phần Lan" -#: include/functions.inc:2873 +#: include/functions.inc:2823 msgid "Brazilian Portuguese" msgstr "" -#: include/functions.inc:2875 +#: include/functions.inc:2825 msgid "Chinese" msgstr "Tiếng Trung Quốc" -#: include/functions.inc:2876 +#: include/functions.inc:2826 msgid "Vietnamese" msgstr "Tiếng Việt" -#: include/functions.inc:2877 +#: include/functions.inc:2827 msgid "Russian" msgstr "Tiếng Nga" -#: include/functions.inc:3072 -#, php-format +#: include/functions.inc:3022 +#, fuzzy, php-format msgid "" -"Command '%s', specified as POSTMODIFY for plugin '%s' doesn't seem to exist." -msgstr "" -"Lệnh '%s', được xác định là POSTMODIFY (thay đổi sau) cho chế độ plugin '%s' " -"hình như không tồn tại." +"Command %s specified as post modify action for plugin %s does not exist!" +msgstr "Lệnh được cụ thể hóa là %s móc nối với plugin '%s' không tồn tại!" -#: include/functions.inc:3105 -msgid "Cannot generate samba hash!" +#: include/functions.inc:3066 +#, fuzzy +msgid "Cannot generate SAMBA hash!" msgstr "Không thể sinh ra hàm băm samba!" -#: include/functions.inc:3118 +#: include/functions.inc:3079 #, php-format -msgid "" -"Cannot generate samba hash: running '%s' failed, check the 'sambaHashHook'!" +msgid "Generating SAMBA hash by running %s failed: check %s!" msgstr "" -#: include/functions.inc:3399 include/functions.inc:3413 -#: include/functions.inc:3451 include/functions.inc:3463 -#: include/functions.inc:3467 include/functions.inc:3482 -#: include/functions.inc:3491 +#: include/functions.inc:3357 include/functions.inc:3371 +#: include/functions.inc:3409 include/functions.inc:3421 +#: include/functions.inc:3425 include/functions.inc:3440 +#: include/functions.inc:3449 #, fuzzy -msgid "Cannot allocate a free ID:" +msgid "Cannot allocate free ID:" msgstr "Không thể phân phối một ID miễn phí!" -#: include/functions.inc:3399 +#: include/functions.inc:3357 msgid "unknown idAllocation method!" msgstr "" -#: include/functions.inc:3413 +#: include/functions.inc:3371 #, php-format msgid "%sPoolMin >= %sPoolMax!" msgstr "" -#: include/functions.inc:3443 +#: include/functions.inc:3401 #, fuzzy msgid "Cannot create sambaUnixIdPool entry!" msgstr "Không thể tạo ra folder '%s'!" -#: include/functions.inc:3451 +#: include/functions.inc:3409 msgid "sambaUnixIdPool is not unique!" msgstr "" -#: include/functions.inc:3463 include/functions.inc:3467 +#: include/functions.inc:3421 include/functions.inc:3425 #, fuzzy msgid "no ID available!" msgstr "Không có mẫu nào!" -#: include/functions.inc:3491 -msgid "maximum tries exceeded!" +#: include/functions.inc:3449 +msgid "maximum number of tries exceeded!" msgstr "" -#: include/functions.inc:3551 -msgid "Cannot allocate a free ID!" +#: include/functions.inc:3509 +#, fuzzy +msgid "Cannot allocate free ID!" msgstr "Không thể phân phối một ID miễn phí!" -#: include/password-methods/class_password-methods.inc:250 +#: include/password-methods/class_password-methods.inc:277 msgid "Cannot find a suitable password method for the current hash!" msgstr "" "Không thể tìm thấy một phương pháp mật khẩu phù hợp cho hàm băm hiện tại!" @@ -5399,332 +4854,916 @@ msgid "Logging failed: %s" msgstr "Đăng nhập thất bại: %s" #: include/class_log.inc:102 -#, php-format -msgid "Invalid option '%s' specified!" +#, fuzzy, php-format +msgid "Invalid option %s specified!" msgstr "Lựa chọn '%s' không hợp lệ đã được chỉ định!" #: include/class_log.inc:106 -msgid "Specified objectType is empty or invalid!" +#, fuzzy +msgid "Specified 'objectType' is empty or invalid!" msgstr "ObjecType được chỉ định đang rỗng hặc không hợp lệ!" -#: include/class_baseSelector.inc:160 include/class_listing.inc:1009 -#: include/class_listing.inc:1011 include/class_releaseSelector.inc:164 +#: include/class_baseSelector.inc:186 include/class_listing.inc:1050 +#: include/class_listing.inc:1052 include/class_releaseSelector.inc:187 msgid "Root" msgstr "Gốc" -#: include/class_baseSelector.inc:207 include/class_releaseSelector.inc:212 +#: include/class_baseSelector.inc:233 include/class_releaseSelector.inc:235 msgid "Submit" msgstr "Nộp" -#: include/utils/class_timezone.inc:47 -#, php-format -msgid "" -"The timezone setting '%s' in your gosa.conf is not valid. Cannot calculate " -"correct timezone offset." -msgstr "" -"Múi giờ thiết lập '%s' trong gosa.config không hợp lệ. Không thể tính toán " -"chính xác thời gian bù thêm vào múi giờ." - -#: include/utils/class_msgPool.inc:16 -#, php-format -msgid "Select to list objects of type '%s'." -msgstr "Chọn để liệt kê các đối tượng loại '%s'." +#: include/class_core.inc:114 +#, fuzzy +msgid "All objects" +msgstr "Dịch chuyển đối tượng" -#: include/utils/class_msgPool.inc:18 -#, php-format -msgid "Select to list objects containig '%s'." -msgstr "Chọn để liệt kê đối tượng chứa '%s'." +#: include/class_core.inc:132 +#, fuzzy +msgid "Traditional" +msgstr "Thiết bị cuối " -#: include/utils/class_msgPool.inc:20 -#, php-format -msgid "Select to list objects that have '%s' enabled" -msgstr "Chọn để liệt kê đối tượng mà cho phép '%s'" +#: include/class_core.inc:132 +msgid "Use samba pool" +msgstr "" -#: include/utils/class_msgPool.inc:22 -msgid "Select to search within subtrees" -msgstr "Chọn để tìm kiếm trong các cây con" +#: include/class_core.inc:164 include/class_core.inc:167 +#, fuzzy +msgid "hours" +msgstr "Người dùng Proxy" -#: include/utils/class_msgPool.inc:24 include/class_filter.inc:444 -msgid "Search in subtrees" -msgstr "Tìm kiếm tại các cây con" +#: include/class_core.inc:176 +#, fuzzy +msgid "None" +msgstr "không có" -#: include/utils/class_msgPool.inc:34 -msgid "This object will be deleted!" -msgstr "Đối tượng này sẽ bị xóa!" +#: include/class_core.inc:192 +#, fuzzy +msgid "User value" +msgstr "Tên người dùng" -#: include/utils/class_msgPool.inc:36 +#: include/class_core.inc:201 +#, fuzzy +msgid "Core" +msgstr "Đóng" + +#: include/class_core.inc:202 +#, fuzzy +msgid "GOsa core plugin" +msgstr "thiết lập lõi của GOsa" + +#: include/class_core.inc:230 +msgid "" +"The 'htaccessAuthentication' variable tells GOsa to use either htaccess " +"authentication or LDAP authentication. This can be used if you want to use i." +"e. kerberos to authenticate the users." +msgstr "" + +#: include/class_core.inc:240 +msgid "" +"The 'logging' statement enables event logging on GOsa side. Setting it to " +"'true' GOsa will log every action a user performs via syslog. If you use " +"rsyslog and configure it to mysql logging, you can browse all events within " +"GOsa. GOsa will not log anything, if the logging value is empty or set to " +"'false'." +msgstr "" + +#: include/class_core.inc:251 +msgid "" +"The 'listSummary' statement determines whether a status bar will be shown on " +"the bottom of GOsa generated lists, displaying a short summary of type and " +"number of elements in the list." +msgstr "" + +#: include/class_core.inc:261 +msgid "" +"The 'passwordMinLength' statement determines whether a newly entered " +"password has to be of a minimum length." +msgstr "" + +#: include/class_core.inc:271 +msgid "" +"The 'passwordMinDiffer' statement determines whether a newly entered " +"password has to be checked to have at least n different characters." +msgstr "" + +#: include/class_core.inc:282 +msgid "" +"The 'passwordHook' can specify an external script to handle password " +"settings at some other location besides the LDAP." +msgstr "" + +#: include/class_core.inc:282 +#, php-format +msgid "It will be called this way: %s" +msgstr "" + +#: include/class_core.inc:292 +msgid "" +"The 'displayErrors' statement tells GOsa to show PHP errors in the upper " +"part of the screen. This should be disabled in productive deployments, " +"because there might be some important passwords arround." +msgstr "" + +#: include/class_core.inc:292 +#, php-format +msgid "The property '%s' may be interesting too." +msgstr "" + +#: include/class_core.inc:302 +msgid "" +"The 'developmentMode' statement tells GOsa to show development related error " +"messages, for example messages about missing ACL configuration or classes. " +"Due to the fact that enabling this flag will result in a lot of false error " +"messages it should only be enabled while developing or debugging plugins!" +msgstr "" + +#: include/class_core.inc:313 +msgid "" +"The 'schemaCheck' statement enables or disables schema checking during " +"login. It is recommended to switch this on in order to let GOsa handle " +"object creation more efficient." +msgstr "" + +#: include/class_core.inc:323 +msgid "" +"The 'copyPaste' statement enables copy and paste for LDAP entries managed " +"with GOsa." +msgstr "" + +#: include/class_core.inc:333 +msgid "" +"The 'forceGlobals' statement enables PHP security checks to force " +"register_global settings to be switched off." +msgstr "" + +#: include/class_core.inc:343 +msgid "" +"The 'forceSSL' statement enables PHP security checks to force encrypted " +"access to the web interface. GOsa will try to redirect to the same URL - " +"just with https://" +msgstr "" + +#: include/class_core.inc:353 +msgid "" +"Logs information about triggered ldap operations, duration, filter, aso. " +"into syslog." +msgstr "" + +#: include/class_core.inc:363 +msgid "" +"The 'ldapFollowReferrals' statement tells GOsa to follow LDAP referrals." +msgstr "" + +#: include/class_core.inc:373 +msgid "" +"The 'ldapFilterNestingLimit' statement can be used to speed up group " +"handling for groups with several hundreds of members. The default behaviour " +"is, that GOsa will resolv the memberUid values in a group to real names. To " +"achieve this, it writes a single filter to minimize searches. Some LDAP " +"servers (namely Sun DS) simply crash when the filter gets too big. You can " +"set a member limit, where GOsa will stop to do these lookups." +msgstr "" + +#: include/class_core.inc:383 +msgid "" +"The ldapSizelimit statement tells GOsa to retrieve the specified maximum " +"number of results. The user will get a warning, that not all entries " +"were shown." +msgstr "" + +#: include/class_core.inc:393 +msgid "" +"Disables sizelimit checks, only the configured amount of results will be " +"shown!" +msgstr "" + +#: include/class_core.inc:403 +msgid "" +"The 'warnSSL' statement enables PHP security checks to detect non encrypted " +"access to the web interface. GOsa will display a warning in this case." +msgstr "" + +#: include/class_core.inc:413 +msgid "The 'ppdGzip' variable enables PPD file compression." +msgstr "" + +#: include/class_core.inc:424 +msgid "" +"The 'ignoreAcl' value tells GOsa to ignore complete ACL sets for the given " +"DN. Add your DN here and you'll be able to restore accidently dropped ACLs." +msgstr "" + +#: include/class_core.inc:435 +msgid "" +"The 'ppdPath' variable defines where to store PPD files for the GOto " +"environment plugins." +msgstr "" + +#: include/class_core.inc:445 +msgid "" +"The 'ldapMaxQueryTime' statement tells GOsa to stop LDAP actions if there is " +"no answer within the specified number of seconds." +msgstr "" + +#: include/class_core.inc:455 +msgid "" +"The 'storeFilterSettings' statement determines whether GOsa should store " +"filter and plugin settings inside of a cookie." +msgstr "" + +#: include/class_core.inc:465 +msgid "" +"The 'sendCompressedOutput' statement determines whether PHP should send " +"compressed HTML pages to browsers or not. This may increase or decrease the " +"performance, depending on your network." +msgstr "" + +#: include/class_core.inc:476 +msgid "" +"The 'modificationDetectionAttribute' statement enables GOsa to check if a " +"entry currently being edited has been modified from someone else outside " +"GOsa in the meantime. It will display an informative dialog then. It can be " +"set to 'entryCSN' for OpenLDAP based systems or 'contextCSN' for Sun DS " +"based systems." +msgstr "" + +#: include/class_core.inc:487 +msgid "" +"The 'language' statement defines the default language used by GOsa. Normally " +"GOsa autodetects the language from the browser settings. If this is not " +"working or you want to force the language, just add the language code (i.e. " +"de for german) here." +msgstr "" + +#: include/class_core.inc:498 +msgid "" +"The 'theme' statement defines what theme is used to display GOsa pages. You " +"can install some corporate identity like theme and/or modify certain " +"templates to fit your needs within themes. Take a look at the GOsa FAQ for " +"more information." +msgstr "" + +#: include/class_core.inc:508 +msgid "" +"The 'sessionLifetime' value defines when a session will expire in seconds. " +"For Debian systems, this will not work because the sessions will be removed " +"by a cron job instead. Please modify the value inside of your php.ini " +"instead." +msgstr "" + +#: include/class_core.inc:518 +msgid "" +"The 'templateCompileDirectory' statements defines the path, where the PHP " +"templating engins 'smarty' should store its compiled GOsa templates for " +"improved speed. This path needs to be writeable by the user your webserver " +"is running with." +msgstr "" + +#: include/class_core.inc:528 +#, php-format +msgid "" +"The 'debugLevel' value tells GOsa to display certain information on each " +"page load. Value is an AND combination of the following byte values: %s" +msgstr "" + +#: include/class_core.inc:548 #, php-format -msgid "This '%s' object will be deleted!" +msgid "" +"The 'sambaHashHook' statement contains an executable to generate samba hash " +"values. This is required for password synchronization, but not required if " +"you apply gosa-si services. If you don't have mkntpasswd from the samba " +"distribution installed, you can use perl to generate the hash: %s" +msgstr "" + +#: include/class_core.inc:559 +msgid "" +"The 'passwordDefaultHash' statement defines the default password hash to " +"choose for new accounts." +msgstr "" + +#: include/class_core.inc:568 +msgid "" +"The 'strictPasswordRules' tells GOsa to check for UTF-8 characters in the " +"supplied password. These Characters can lead to non working authentications " +"if UTF-8 and none UTF-8 systems locales get mixed. The default is 'true'." +msgstr "" + +#: include/class_core.inc:579 +msgid "" +"The 'accountPrimaryAttribute' option tells GOsa how to create new accounts. " +"Possible values are 'uid' and 'cn'. In the first case GOsa creates uid style " +"DN entries: 'uid=superuser,ou=staff,dc=example,dc=net'. In the second case, " +"GOsa creates cn style DN entries: 'cn=Foo Bar,ou=staff,dc=example,dc=net'. " +"If you choose \"cn\" to be your 'accountPrimaryAttribute' you can decide " +"whether to include the personal title in your dn by selecting " +"'personalTitleInDN'." +msgstr "" + +#: include/class_core.inc:589 +msgid "" +"The 'userRDN' statement defines the location where new accounts will be " +"created inside of defined departments. The default is 'ou=people'." +msgstr "" + +#: include/class_core.inc:599 +msgid "" +"The 'groupsRDN' statement defines the location where new groups will be " +"created inside of defined departments. The default is 'ou=groups'." +msgstr "" + +#: include/class_core.inc:609 +msgid "" +"The 'gidNumberBase' statement defines where to start looking for a new free " +"group id. This should be synced with your 'adduser.conf' to avoid " +"overlapping gidNumber values between local and LDAP based lookups. The " +"gidNumberBase can even be dynamic. Take a look at the 'nextIdHook' " +"definition." +msgstr "" + +#: include/class_core.inc:619 +msgid "" +"The 'baseIdHook' statement allows to hook into the id generation method " +"(traditional mode), to define the starting range for new generated ids" +msgstr "" + +#: include/class_core.inc:629 include/class_core.inc:649 +msgid "" +"The 'uidNumberPoolMin/gidNumberPoolMin' statement defines the lowest " +"assignable user/group id for use with the 'idAllocationMethod = pool'." +msgstr "" + +#: include/class_core.inc:639 include/class_core.inc:659 +msgid "" +"The 'uidNumberPoolMax/gidNumberPoolMax' statement defines the highest " +"assignable user/group id for use with the 'idAllocationMethod = pool'." +msgstr "" + +#: include/class_core.inc:669 +msgid "" +"The 'uidNumberBase' statement defines where to start looking for a new free " +"user id. This should be synced with your 'adduser.conf' to avoid overlapping " +"uidNumber values between local and LDAP based lookups. The uidNumberBase can " +"even be dynamic. Take a look at the 'baseIdHook' definition." +msgstr "" + +#: include/class_core.inc:709 +msgid "" +"The 'gosaSupportURI' defines the major gosa-si server host and the password " +"for GOsa to connect to it. It can be used if you want to use i.e. kerberos " +"to authenticate the users. The format is: credentials@host:port" +msgstr "" + +#: include/class_core.inc:719 +msgid "" +"The 'gosaSupportTimeout' sets a connection timeout for all gosa-si actions. " +"See 'gosaSupportURI' for details." +msgstr "" + +#: include/class_core.inc:730 +msgid "" +"The 'loginAttribute' statement tells GOsa which LDAP attribute is used as " +"the login name during login. It can be set to 'uid', 'mail' or 'both'" +msgstr "" + +#: include/class_core.inc:741 +msgid "" +"The 'timezone' statements defines the timezone used inside of GOsa to handle " +"date related tasks, such as password expiery, vacation messages, etc. The " +"'timezone' value should be a unix conform timezone value like in /etc/" +"timezone." +msgstr "" + +#: include/class_core.inc:751 +msgid "" +"The 'honourUnitTags' statement enables checking of 'unitTag' attributes when " +"using administrative units. If this is set to 'true' GOsa can only see " +"objects inside the administrative unit a user is logged into." +msgstr "" + +#: include/class_core.inc:761 +msgid "" +"The 'useSaslForKerberos' statement defines the way the kerberos realm is " +"stored in the #userPassword' attribute. Set it to 'true' in order to get " +"{sasl}user@REALM.NET, or to 'false' to get {kerberos}user@REALM.NET. The " +"latter is outdated, but may be needed from time to time." +msgstr "" + +#: include/class_core.inc:771 +msgid "" +"The 'rfc2307bis' statement enables rfc2307bis style groups in GOsa. You can " +"use 'member' attributes instead of memberUid in this case. To make it work " +"on unix systems, you've to adjust your NSS configuration to use rfc2307bis " +"style groups, too" +msgstr "" + +#: include/class_core.inc:781 +msgid "" +"The 'personalTitleInDN' option tells GOsa to include the personal title in " +"user DNs when #accountPrimaryAttribute' is set to \"cn\"." +msgstr "" + +#: include/class_core.inc:791 +msgid "" +"The 'nextIdHook' statement defines a script to be called for finding the " +"next free id for users or groups externaly. It gets called with the current " +"entry \"dn\" and the attribute to be ID'd. It should return an integer value." +msgstr "" + +#: include/class_core.inc:801 +msgid "" +"The 'idGenerator' statement describes an automatic way to generate new user " +"ids. There are two basic functions supported - which can be combined: \n" +"\n" +" a) using attributes\n" +"\n" +" You can specify LDAP attributes (currently only sn and givenName) in\n" +" braces {} and add a percent sign befor it. Optionally you can strip it\n" +" down to a number of characters, specified in []. I.e.\n" +"\n" +" idGenerator=\"{%sn}-{%givenName[2-4]}\"\n" +"\n" +" will generate an ID using the full surename, adding a dash, and adding " +"at\n" +" least the first two characters of givenName. If this ID is used, it'll\n" +" use up to four characters. If no automatic generation is possible, a\n" +" input box is shown.\n" +"\n" +" b) using automatic id's\n" +"\n" +" I.e. specifying\n" +"\n" +" idGenerator=\"acct{id:3}\"\n" +"\n" +" will generate a three digits id with the next free entry appended to " +"\"acct\".\n" +"\n" +" idGenerator=\"acct{id!1}\"\n" +"\n" +" will generate a one digit id with the next free entry appended to \"acct" +"\" - if needed.\n" +"\n" +" idGenerator=\"ext{id#3}\"\n" +"\n" +" will generate a three digits random number appended to \"ext\".\n" +msgstr "" + +#: include/class_core.inc:841 +msgid "" +"The 'strictNamingRules' statement enables strict checking of uids and group " +"names. If you need characters like . or - inside of your accounts, set " +"this to 'false'." +msgstr "" + +#: include/class_core.inc:851 +msgid "" +"The 'minId' statement defines the minimum assignable user or group id to " +"avoid security leaks with uid 0 accounts. This is used for the 'traditional' " +"method." +msgstr "" + +#: include/class_core.inc:862 +msgid "" +"The 'mailAttribute' statement determines which attribute GOsa will use to " +"create accounts. Valid values are 'mail' and 'uid'." +msgstr "" + +#: include/class_core.inc:872 +msgid "" +"This attribute allows to override the prefix used to create shared folders." +msgstr "" + +#: include/class_core.inc:882 +msgid "" +"This attribute allows to override the user account creation syntax, see the " +"'mailFolderCreation' description for more details.\n" +"\n" +"Examples\n" +" mailUserCreation=\"%prefix%%uid%\" => \"user.foobar\"\n" +" mailUserCreation=\"my-prefix.%uid%%domain%\" => \"my-prefix.foobar@example." +"com\"\n" +msgstr "" + +#: include/class_core.inc:897 +msgid "" +"Every mail method has its own way to create mail accounts like 'share/" +"development' or 'shared.development@example.com' which is used to identify " +"the accounts, set quotas or add acls.\n" +"\n" +"To override the methods default account creation syntax, you can set the " +"'mailFolderCreation' option.\n" +"\n" +"Examples\n" +"\n" +" mailFolderCreation=\"%prefix%%cn%\" => \"shared.development\"\n" +" mailFolderCreation=\"my-prefix.%cn%%domain%\" => \"my-prefix." +"development@example.com\"\n" +"\n" +" %prefix% The methods default prefix. (Depends on cyrusUseSlashes=FALSE/" +"TRUE)\n" +" %cn% The groups/users cn.\n" +" %uid% The users uid.\n" +" %mail% The objects mail attribute.\n" +" %domain% The domain part of the objects mail attribute.\n" +" %mailpart% The user address part of the mail address.\n" +" %uattrib% Depends on mailAttribute=\"uid/mail\".\n" +msgstr "" + +#: include/class_core.inc:923 +msgid "" +"The 'imapTimeout' statement sets the connection timeout for imap actions." +msgstr "" + +#: include/class_core.inc:934 +msgid "" +"The 'mailMethod' statement tells GOsa which mail method the setup should use " +"to communicate with a possible mail server. Leave this undefined if your " +"mail method does not match the predefined ones." +msgstr "" + +#: include/class_core.inc:944 +msgid "" +"The 'cyrusUseSlashes' statement determines if GOsa should use \"foo/bar\" or " +"\"foo.bar\" namespaces in IMAP. Unix style is with slashes." +msgstr "" + +#: include/class_core.inc:954 +msgid "" +"The 'vacationTemplateDirectory' statement sets the path where GOsa will look " +"for vacation message templates. Default is /etc/gosa/vacation. \n" +"\n" +"Example template /etc/gosa/vacation/business.txt:\n" +"\n" +" DESC:Away from desk\n" +" Hi, I'm currently away from my desk. You can contact me on\n" +" my cell phone via %mobile.\n" +"\n" +" Greetings,\n" +" %givenName %sn\n" +"\n" +msgstr "" + +#: include/class_core.inc:975 +msgid "" +"The 'ldapTLS' statement enables or disables TLS operating on LDAP " +"connections." +msgstr "" + +#: include/class_core.inc:985 +msgid "" +"The 'honourIvbbAttributes' statement enables the IVBB mode inside of GOsa. " +"You need the ivbb.schema file from used by german authorities." +msgstr "" + +#: include/class_core.inc:995 +msgid "" +"The 'sambaIdMapping' statement tells GOsa to maintain sambaIdmapEntry " +"objects. Depending on your setup this can drastically improve the windows " +"login performance." +msgstr "" + +#: include/class_core.inc:1005 +msgid "" +"The 'handleExpiredAccounts' statement enables shadow attribute tests during " +"the login to the GOsa web interface and forces password renewal or account " +"lockout." +msgstr "" + +#: include/class_core.inc:1015 +msgid "" +"The 'sambaSID' statement defines a samba SID if not available inside of the " +"LDAP. You can retrieve the current sid by net getlocalsid." +msgstr "" + +#: include/class_core.inc:1025 +msgid "" +"The 'sambaRidBase' statement defines the base id to add to ordinary sid " +"calculations - if not available inside of the LDAP." +msgstr "" + +#: include/class_core.inc:1035 +msgid "" +"The 'enableSnapshots' statement enables a snapshot mechaism in GOsa. This " +"enables you to save certain states of entries and restore them later on." +msgstr "" + +#: include/class_core.inc:1045 +msgid "" +"The 'snapshotBase' statement defines the base where snapshots should be " +"stored inside of the LDAP." +msgstr "" + +#: include/class_core.inc:1055 +msgid "" +"The 'snapshotAdminDn' variable defines the user which is used to " +"authenticate when connecting to 'snapshotURI'." +msgstr "" + +#: include/class_core.inc:1065 +msgid "" +"The 'snapshotAdminPassword' variable defines the credentials which are used " +"in combination with 'snapshotAdminDn' and 'snapshotURI' in order to " +"authenticate." +msgstr "" + +#: include/class_core.inc:1076 +msgid "" +"The 'idAllocationMethod' statement defines how GOsa generates numeric user " +"and group id values. If it is set to 'traditional' GOsa will do create a " +"lock and perform a search for the next free ID. The lock will be removed " +"after the procedure completes. 'pool' will use the sambaUnixIdPool " +"objectclass settings inside your LDAP. This one is unsafe, because it does " +"not check for concurrent LDAP access and already used IDs in this range. On " +"the other hand it is much faster." +msgstr "" + +#: include/class_core.inc:1085 +msgid "" +"The 'snapshotURI' variable defines the LDAP URI for the server which is used " +"to do object snapshots." +msgstr "" + +#: include/utils/class_timezone.inc:47 +#, fuzzy, php-format +msgid "The configured timezone %s is not valid!" +msgstr "Cấu hình GOsa %s/%s không đọc được. Bãi bỏ." + +#: include/utils/class_msgPool.inc:17 +msgid "This object will be deleted!" +msgstr "Đối tượng này sẽ bị xóa!" + +#: include/utils/class_msgPool.inc:19 +#, fuzzy, php-format +msgid "This %s object will be deleted!" msgstr "Đối tượng '%s' này sẽ bị xóa!" -#: include/utils/class_msgPool.inc:41 +#: include/utils/class_msgPool.inc:24 #, php-format msgid "This object will be deleted: %s" msgstr "Đối tượng này sẽ bị xóa: %s" -#: include/utils/class_msgPool.inc:43 -#, php-format -msgid "This '%s' object will be deleted: %s" +#: include/utils/class_msgPool.inc:26 +#, fuzzy, php-format +msgid "This %s object will be deleted: %s" msgstr "Đối tượng '%s' này sẽ bị xóa: '%s'" -#: include/utils/class_msgPool.inc:48 +#: include/utils/class_msgPool.inc:31 msgid "This object will be deleted:" msgstr "Đối tượng này sẽ bị xóa:" -#: include/utils/class_msgPool.inc:50 -#, php-format -msgid "This '%s' object will be deleted:" +#: include/utils/class_msgPool.inc:33 +#, fuzzy, php-format +msgid "This %s object will be deleted:" msgstr "Đối tượng '%s' này sẽ bị xóa:" -#: include/utils/class_msgPool.inc:54 +#: include/utils/class_msgPool.inc:37 #, php-format msgid "These objects will be deleted: %s" msgstr "Đối tượng này sẽ bị xóa: %s" -#: include/utils/class_msgPool.inc:56 -#, php-format -msgid "These '%s' objects will be deleted: %s" +#: include/utils/class_msgPool.inc:39 +#, fuzzy, php-format +msgid "These %s objects will be deleted: %s" msgstr "Đối tượng '%s' này sẽ bị xóa; %s" -#: include/utils/class_msgPool.inc:64 +#: include/utils/class_msgPool.inc:47 msgid "You have no permission to delete this object!" msgstr "Bạn không có quyền xóa đối tượng này!" -#: include/utils/class_msgPool.inc:68 include/utils/class_msgPool.inc:72 +#: include/utils/class_msgPool.inc:51 include/utils/class_msgPool.inc:55 msgid "You have no permission to delete the object:" msgstr "Bạn không có quyền xóa đối tượng này:" -#: include/utils/class_msgPool.inc:75 +#: include/utils/class_msgPool.inc:58 msgid "You have no permission to delete these objects:" msgstr "Bạn không có quyền xóa những đối tượng này:" -#: include/utils/class_msgPool.inc:82 +#: include/utils/class_msgPool.inc:65 msgid "You have no permission to create this object!" msgstr "Bạn không có quyền tạo ra đối tượng này!" -#: include/utils/class_msgPool.inc:86 include/utils/class_msgPool.inc:90 +#: include/utils/class_msgPool.inc:69 include/utils/class_msgPool.inc:73 msgid "You have no permission to create the object:" msgstr "Bạn không có quyền tạo ra đối tượng này:" -#: include/utils/class_msgPool.inc:93 +#: include/utils/class_msgPool.inc:76 msgid "You have no permission to create these objects:" msgstr "Bạn không có quyền tạo ra những đối tượng này:" -#: include/utils/class_msgPool.inc:100 +#: include/utils/class_msgPool.inc:83 msgid "You have no permission to modify this object!" msgstr "Bạn không có quyền thay đổi đối tượng này!" -#: include/utils/class_msgPool.inc:104 include/utils/class_msgPool.inc:108 +#: include/utils/class_msgPool.inc:87 include/utils/class_msgPool.inc:91 msgid "You have no permission to modify the object:" msgstr "Bạn không có quyền thay đổi đối tượng này:" -#: include/utils/class_msgPool.inc:111 +#: include/utils/class_msgPool.inc:94 msgid "You have no permission to modify these objects:" msgstr "Bạn không có quyền thay đổi những đối tượng này:" -#: include/utils/class_msgPool.inc:118 +#: include/utils/class_msgPool.inc:101 msgid "You have no permission to view this object!" msgstr "Bạn không có quyền xem đối tượng này!" -#: include/utils/class_msgPool.inc:122 include/utils/class_msgPool.inc:126 +#: include/utils/class_msgPool.inc:105 include/utils/class_msgPool.inc:109 msgid "You have no permission to view the object:" msgstr "Bạn không có quyền xem đối tượng này:" -#: include/utils/class_msgPool.inc:129 +#: include/utils/class_msgPool.inc:112 msgid "You have no permission to view these objects:" msgstr "Bạn không có quyền xem những đối tượng này:" -#: include/utils/class_msgPool.inc:136 +#: include/utils/class_msgPool.inc:119 msgid "You have no permission to move this object!" msgstr "Bạn không có quyền di chuyển đối tượng này!" -#: include/utils/class_msgPool.inc:140 include/utils/class_msgPool.inc:144 +#: include/utils/class_msgPool.inc:123 include/utils/class_msgPool.inc:127 msgid "You have no permission to move the object:" msgstr "Bạn không có quyền di chuyển đối tượng này:" -#: include/utils/class_msgPool.inc:147 +#: include/utils/class_msgPool.inc:130 msgid "You have no permission to move these objects:" msgstr "Bạn không có quyền di chuyển những đối tượng này:" -#: include/utils/class_msgPool.inc:157 include/utils/class_msgPool.inc:169 -#: include/utils/class_msgPool.inc:187 +#: include/utils/class_msgPool.inc:140 include/utils/class_msgPool.inc:152 +#: include/utils/class_msgPool.inc:170 msgid "Connection information" msgstr "Thông tin kết nối" -#: include/utils/class_msgPool.inc:159 +#: include/utils/class_msgPool.inc:142 #, php-format msgid "Cannot connect to %s database!" msgstr "Không thể kết nối đến cơ sở dữ liệu %s!" -#: include/utils/class_msgPool.inc:171 +#: include/utils/class_msgPool.inc:154 #, php-format msgid "Cannot select %s database!" msgstr "Không thể lựa chọn cơ sở dữ liệu %s!" -#: include/utils/class_msgPool.inc:177 +#: include/utils/class_msgPool.inc:160 #, php-format msgid "No %s server defined!" msgstr "Không xác định được Server '%s'!" -#: include/utils/class_msgPool.inc:189 +#: include/utils/class_msgPool.inc:172 #, php-format msgid "Cannot query %s database!" msgstr "Không truy vấn được cơ sở dữ liệu %s!" -#: include/utils/class_msgPool.inc:195 -#, php-format -msgid "The field '%s' contains a reserved keyword!" +#: include/utils/class_msgPool.inc:178 +#, fuzzy, php-format +msgid "The field %s contains a reserved keyword!" msgstr "Trường '%s' có chứa một từ khóa dự trữ!" -#: include/utils/class_msgPool.inc:201 -#, php-format -msgid "Command specified as %s hook for plugin '%s' does not exist!" +#: include/utils/class_msgPool.inc:184 +#, fuzzy, php-format +msgid "Command specified as %s hook for plugin %s does not exist!" msgstr "Lệnh được cụ thể hóa là %s móc nối với plugin '%s' không tồn tại!" -#: include/utils/class_msgPool.inc:208 -#, php-format -msgid "'%s' command is invalid!" +#: include/utils/class_msgPool.inc:191 +#, fuzzy, php-format +msgid "%s command is invalid!" msgstr "Lệnh '%s' không hợp lệ!" -#: include/utils/class_msgPool.inc:210 -#, php-format -msgid "'%s' command (%s) for plugin %s is invalid!" +#: include/utils/class_msgPool.inc:193 +#, fuzzy, php-format +msgid "%s command (%s) for plugin %s is invalid!" msgstr "Lệnh '%s' (%s) cho plugin %s không hợp lệ!" -#: include/utils/class_msgPool.inc:212 -#, php-format -msgid "'%s' command for plugin %s is invalid!" +#: include/utils/class_msgPool.inc:195 +#, fuzzy, php-format +msgid "%s command for plugin %s is invalid!" msgstr "Lệnh '%s' cho plugin '%s' không hợp lệ!" -#: include/utils/class_msgPool.inc:214 -#, php-format -msgid "'%s' command (%s) is invalid!" +#: include/utils/class_msgPool.inc:197 +#, fuzzy, php-format +msgid "%s command (%s) is invalid!" msgstr "Lệnh '%s' (%s) không hợp lệ!" -#: include/utils/class_msgPool.inc:222 -#, php-format -msgid "Cannot execute '%s' command!" +#: include/utils/class_msgPool.inc:205 +#, fuzzy, php-format +msgid "Cannot execute %s command!" msgstr "Không thể chạy lệnh '%s'!" -#: include/utils/class_msgPool.inc:224 -#, php-format -msgid "Cannot execute '%s' command (%s) for plugin %s!" +#: include/utils/class_msgPool.inc:207 +#, fuzzy, php-format +msgid "Cannot execute %s command (%s) for plugin %s!" msgstr "Không thể chạy lệnh '%s' ('%s) cho plugin %s!" -#: include/utils/class_msgPool.inc:226 -#, php-format -msgid "Cannot execute '%s' command for plugin %s!" +#: include/utils/class_msgPool.inc:209 +#, fuzzy, php-format +msgid "Cannot execute %s command for plugin %s!" msgstr "Không thể chạy lệnh '%s' cho plugin %s!" -#: include/utils/class_msgPool.inc:228 -#, php-format -msgid "Cannot execute '%s' command (%s)!" +#: include/utils/class_msgPool.inc:211 +#, fuzzy, php-format +msgid "Cannot execute %s command (%s)!" msgstr "Không thể chạy lệnh '%s' ('%s)!" -#: include/utils/class_msgPool.inc:236 -#, php-format -msgid "Value for '%s' is too large!" +#: include/utils/class_msgPool.inc:219 +#, fuzzy, php-format +msgid "Value for %s is too large!" msgstr "Gía trị '%s' quá lớn!" -#: include/utils/class_msgPool.inc:238 +#: include/utils/class_msgPool.inc:221 #, fuzzy, php-format -msgid "'%s' must be smaller than %s!" +msgid "%s must be smaller than %s!" msgstr "'%s' phải thấp hơn %d!" -#: include/utils/class_msgPool.inc:246 -#, php-format -msgid "Value for '%s' is too small!" +#: include/utils/class_msgPool.inc:229 +#, fuzzy, php-format +msgid "Value for %s is too small!" msgstr "Gía trị '%s' quá nhỏ!" -#: include/utils/class_msgPool.inc:248 -#, php-format -msgid "'%s' must be %d or above!" +#: include/utils/class_msgPool.inc:231 +#, fuzzy, php-format +msgid "%s must be %s or above!" msgstr "'%s' phải lớn hơn %d hoặc trên nữa!" -#: include/utils/class_msgPool.inc:255 -#, php-format -msgid "'%s' depends on '%s' - please provide both values!" +#: include/utils/class_msgPool.inc:238 +#, fuzzy, php-format +msgid "%s depends on %s - please provide both values!" msgstr "'%s' phụ thuộc vào '%s'- xin hãy cung cấp cả hai giá trị!" -#: include/utils/class_msgPool.inc:261 -#, php-format -msgid "There is already an entry with this '%s' attribute in the system!" +#: include/utils/class_msgPool.inc:244 +#, fuzzy, php-format +msgid "There is already an entry with this %s attribute in the system!" msgstr "Đã có sẵn một entry với thuộc tính '%s' trong hệ thống này!" -#: include/utils/class_msgPool.inc:267 -#, php-format -msgid "The required field '%s' is empty!" +#: include/utils/class_msgPool.inc:250 +#, fuzzy, php-format +msgid "The required field %s is empty!" msgstr "Trường được yêu cầu '%s' bị rỗng!" -#: include/utils/class_msgPool.inc:275 +#: include/utils/class_msgPool.inc:258 msgid "Example" msgstr "Ví dụ" -#: include/utils/class_msgPool.inc:295 -#, php-format -msgid "The Field '%s' contains invalid characters" +#: include/utils/class_msgPool.inc:278 +#, fuzzy, php-format +msgid "The Field %s contains invalid characters" msgstr "Trường '%s' chứa các ký tự không hợp lệ" -#: include/utils/class_msgPool.inc:296 -#, php-format -msgid "'%s' is not allowed:" +#: include/utils/class_msgPool.inc:279 +#, fuzzy, php-format +msgid "%s is not allowed:" msgstr "'%s' không được phép:" -#: include/utils/class_msgPool.inc:296 -#, php-format -msgid "'%s' are not allowed!" +#: include/utils/class_msgPool.inc:279 +#, fuzzy, php-format +msgid "%s are not allowed!" msgstr "'%s' không được cho phép!" -#: include/utils/class_msgPool.inc:299 -#, php-format -msgid "The Field '%s' contains invalid characters!" +#: include/utils/class_msgPool.inc:282 +#, fuzzy, php-format +msgid "The Field %s contains invalid characters!" msgstr "Trường '%s' chứa các ký tự không hợp lệ!" -#: include/utils/class_msgPool.inc:306 +#: include/utils/class_msgPool.inc:289 #, php-format msgid "Missing %s PHP extension!" msgstr "PHP mở rộng %s mất tích!" -#: include/utils/class_msgPool.inc:336 +#: include/utils/class_msgPool.inc:319 #, php-format msgid "Add %s" msgstr "Thêm %s" -#: include/utils/class_msgPool.inc:342 +#: include/utils/class_msgPool.inc:325 #, php-format msgid "Delete" msgstr "Xóa" -#: include/utils/class_msgPool.inc:342 +#: include/utils/class_msgPool.inc:325 #, php-format msgid "Delete %s" msgstr "Xóa %s" -#: include/utils/class_msgPool.inc:348 +#: include/utils/class_msgPool.inc:331 #, php-format msgid "Set %s" msgstr "Thiết lập %s" -#: include/utils/class_msgPool.inc:354 +#: include/utils/class_msgPool.inc:337 #, php-format msgid "Edit..." msgstr "Hiệu chỉnh..." -#: include/utils/class_msgPool.inc:354 +#: include/utils/class_msgPool.inc:337 #, php-format msgid "Edit %s..." msgstr "Hiệu chỉnh %s..." -#: include/utils/class_msgPool.inc:360 +#: include/utils/class_msgPool.inc:343 msgid "Back" msgstr "Quay lại" -#: include/utils/class_msgPool.inc:380 +#: include/utils/class_msgPool.inc:363 #, php-format msgid "This account has no valid %s extensions!" msgstr "Tài khoản này không có chức năng mở rộng %s hợp lệ!" -#: include/utils/class_msgPool.inc:386 +#: include/utils/class_msgPool.inc:369 #, php-format msgid "" "This account has %s settings enabled. You can disable them by clicking below." @@ -5732,7 +5771,7 @@ msgstr "" "Tài khoản này đã bật các thiết lập %s lên. Bạn có thể tắt chúng đi bằng việc " "kích vào bên dưới." -#: include/utils/class_msgPool.inc:389 include/utils/class_msgPool.inc:396 +#: include/utils/class_msgPool.inc:372 include/utils/class_msgPool.inc:379 #, php-format msgid "" "This account has %s settings enabled. To disable them, you'll need to remove " @@ -5741,7 +5780,7 @@ msgstr "" "Tài khoản này đã bật các thiết lập %s lên. Để tắt chúng đi, bạn cần phải xóa " "thiết lập %s trước!" -#: include/utils/class_msgPool.inc:405 +#: include/utils/class_msgPool.inc:388 #, php-format msgid "" "This account has %s settings disabled. You can enable them by clicking below." @@ -5749,7 +5788,7 @@ msgstr "" "Tài khoản này đã tắt các thiết lập %s đi. Bạn có thể bật chúng lên bằng việc " "kích vào bên dưới." -#: include/utils/class_msgPool.inc:408 include/utils/class_msgPool.inc:415 +#: include/utils/class_msgPool.inc:391 include/utils/class_msgPool.inc:398 #, php-format msgid "" "This account has %s settings disabled. To enable them, you'll need to add " @@ -5758,237 +5797,237 @@ msgstr "" "Tài khoản này đã tắt các thiết lập %s đi. Để bật chúng lên, bạn cần phải " "thêm thiết lập %s trước!" -#: include/utils/class_msgPool.inc:423 +#: include/utils/class_msgPool.inc:406 #, php-format msgid "Add %s settings" msgstr "Thêm thiết lập %s " -#: include/utils/class_msgPool.inc:429 +#: include/utils/class_msgPool.inc:412 #, php-format msgid "Remove %s settings" msgstr "Xóa thiết lập %s" -#: include/utils/class_msgPool.inc:435 +#: include/utils/class_msgPool.inc:418 msgid "Click the 'Edit' button below to change informations in this dialog" msgstr "" "Kích phím 'Hiệu chỉnh' bên dưới để thay đổi thông tin trong hộp thoại này " -#: include/utils/class_msgPool.inc:441 +#: include/utils/class_msgPool.inc:424 msgid "January" msgstr "Tháng Một" -#: include/utils/class_msgPool.inc:441 +#: include/utils/class_msgPool.inc:424 msgid "February" msgstr "Tháng Hai" -#: include/utils/class_msgPool.inc:441 +#: include/utils/class_msgPool.inc:424 msgid "March" msgstr "Tháng Ba" -#: include/utils/class_msgPool.inc:441 +#: include/utils/class_msgPool.inc:424 msgid "April" msgstr "Tháng Tư" -#: include/utils/class_msgPool.inc:442 +#: include/utils/class_msgPool.inc:425 msgid "May" msgstr "Tháng Năm" -#: include/utils/class_msgPool.inc:442 +#: include/utils/class_msgPool.inc:425 msgid "June" msgstr "Tháng Sáu" -#: include/utils/class_msgPool.inc:442 +#: include/utils/class_msgPool.inc:425 msgid "July" msgstr "Tháng Bảy" -#: include/utils/class_msgPool.inc:442 +#: include/utils/class_msgPool.inc:425 msgid "August" msgstr "Tháng Tám" -#: include/utils/class_msgPool.inc:442 +#: include/utils/class_msgPool.inc:425 msgid "September" msgstr "Tháng Chín" -#: include/utils/class_msgPool.inc:443 +#: include/utils/class_msgPool.inc:426 msgid "October" msgstr "Tháng Mười" -#: include/utils/class_msgPool.inc:443 +#: include/utils/class_msgPool.inc:426 msgid "November" msgstr "Tháng Mười Một" -#: include/utils/class_msgPool.inc:443 +#: include/utils/class_msgPool.inc:426 msgid "December" msgstr "Tháng Mười Hai" -#: include/utils/class_msgPool.inc:449 +#: include/utils/class_msgPool.inc:432 msgid "Sunday" msgstr "Chủ nhật" -#: include/utils/class_msgPool.inc:449 +#: include/utils/class_msgPool.inc:432 msgid "Monday" msgstr "Thứ Hai" -#: include/utils/class_msgPool.inc:449 +#: include/utils/class_msgPool.inc:432 msgid "Tuesday" msgstr "Thứ Ba" -#: include/utils/class_msgPool.inc:449 +#: include/utils/class_msgPool.inc:432 msgid "Wednesday" msgstr "Thứ Tư" -#: include/utils/class_msgPool.inc:449 +#: include/utils/class_msgPool.inc:432 msgid "Thursday" msgstr "Thứ Năm" -#: include/utils/class_msgPool.inc:449 +#: include/utils/class_msgPool.inc:432 msgid "Friday" msgstr "Thứ Sáu" -#: include/utils/class_msgPool.inc:449 +#: include/utils/class_msgPool.inc:432 msgid "Saturday" msgstr "Thứ Bảy" -#: include/utils/class_msgPool.inc:456 +#: include/utils/class_msgPool.inc:439 #, fuzzy msgid "MySQL operation failed!" msgstr "Hoạt động LDAP thất bại!" -#: include/utils/class_msgPool.inc:464 +#: include/utils/class_msgPool.inc:447 msgid "read operation" msgstr "Đọc thao tác" -#: include/utils/class_msgPool.inc:464 +#: include/utils/class_msgPool.inc:447 msgid "add operation" msgstr "thêm tao tác" -#: include/utils/class_msgPool.inc:464 +#: include/utils/class_msgPool.inc:447 msgid "modify operation" msgstr "thay đối thao tác" -#: include/utils/class_msgPool.inc:465 +#: include/utils/class_msgPool.inc:448 msgid "delete operation" msgstr "xóa thao tác" -#: include/utils/class_msgPool.inc:465 +#: include/utils/class_msgPool.inc:448 msgid "search operation" msgstr "tìm kiếm thao tác" -#: include/utils/class_msgPool.inc:465 +#: include/utils/class_msgPool.inc:448 msgid "authentication" msgstr "Xác định thẩm quyền" -#: include/utils/class_msgPool.inc:468 +#: include/utils/class_msgPool.inc:451 #, php-format msgid "LDAP %s failed!" msgstr "LDAP %s thất bại!" -#: include/utils/class_msgPool.inc:470 +#: include/utils/class_msgPool.inc:453 msgid "LDAP operation failed!" msgstr "Hoạt động LDAP thất bại!" -#: include/utils/class_msgPool.inc:485 +#: include/utils/class_msgPool.inc:468 msgid "Upload failed!" msgstr "Tải lên thất bại!" -#: include/utils/class_msgPool.inc:488 +#: include/utils/class_msgPool.inc:471 #, php-format msgid "Upload failed: %s" msgstr "Tải lên thất bại: %s" -#: include/utils/class_msgPool.inc:495 +#: include/utils/class_msgPool.inc:478 msgid "Communication failure with the infrastructure service!" msgstr "Giao tiếp với dịch vụ cơ sở hạ tầng bị thất bại!" -#: include/utils/class_msgPool.inc:497 +#: include/utils/class_msgPool.inc:480 #, php-format msgid "Communication failure with the infrastructure service: %s" msgstr "Giao tiếp với dịch vụ cơ sở hạ tầng bị thất bại: %s" -#: include/utils/class_msgPool.inc:504 include/utils/class_msgPool.inc:507 -#, php-format -msgid "This '%s' is still in use by this object: %s" +#: include/utils/class_msgPool.inc:487 +#, fuzzy +msgid "Communication failure with the GOSA-NG service!" +msgstr "Giao tiếp với dịch vụ cơ sở hạ tầng bị thất bại!" + +#: include/utils/class_msgPool.inc:489 +#, fuzzy, php-format +msgid "Communication failure with the GOSA-NG service: %s" +msgstr "Giao tiếp với dịch vụ cơ sở hạ tầng bị thất bại: %s" + +#: include/utils/class_msgPool.inc:496 include/utils/class_msgPool.inc:499 +#, fuzzy, php-format +msgid "This %s is still in use by this object: %s" msgstr "'%s' này vẫn còn được sử dụng bởi đối tượng: %s " -#: include/utils/class_msgPool.inc:510 -#, php-format -msgid "This '%s' is still in use." +#: include/utils/class_msgPool.inc:502 +#, fuzzy, php-format +msgid "This %s is still in use." msgstr "'%s' này vẫn còn được sử dụng." -#: include/utils/class_msgPool.inc:512 -#, php-format -msgid "This '%s' is still in use by these objects: %s" +#: include/utils/class_msgPool.inc:504 +#, fuzzy, php-format +msgid "This %s is still in use by these objects: %s" msgstr "'%s' vẫn còn được sử dụng bởi các đối tượng này: %s" -#: include/utils/class_msgPool.inc:518 -#, php-format -msgid "File '%s' does not exist!" +#: include/utils/class_msgPool.inc:510 +#, fuzzy, php-format +msgid "File %s does not exist!" msgstr "File '%s' không tồn tại!" -#: include/utils/class_msgPool.inc:524 -#, php-format -msgid "Cannot open file '%s' for reading!" +#: include/utils/class_msgPool.inc:516 +#, fuzzy, php-format +msgid "Cannot open file %s for reading!" msgstr "Không thể mở file '%s' để đọc!" -#: include/utils/class_msgPool.inc:530 -#, php-format -msgid "Cannot open file '%s' for writing!" +#: include/utils/class_msgPool.inc:522 +#, fuzzy, php-format +msgid "Cannot open file %s for writing!" msgstr "Không thể mở file '%s' để viết!" -#: include/utils/class_msgPool.inc:536 +#: include/utils/class_msgPool.inc:528 #, php-format msgid "" -"The value for '%s' is currently unconfigured or invalid, please check your " +"The value for %s is currently unconfigured or invalid, please check your " "configuration file!" msgstr "" -#: include/utils/class_msgPool.inc:542 -#, php-format -msgid "Cannot delete file '%s'!" +#: include/utils/class_msgPool.inc:534 +#, fuzzy, php-format +msgid "Cannot delete file %s!" msgstr "Không thế xóa file '%s'!" -#: include/utils/class_msgPool.inc:548 -#, php-format -msgid "Cannot create folder '%s'!" +#: include/utils/class_msgPool.inc:540 +#, fuzzy, php-format +msgid "Cannot create folder %s!" msgstr "Không thể tạo ra folder '%s'!" -#: include/utils/class_msgPool.inc:554 -#, php-format -msgid "Cannot delete folder '%s'!" +#: include/utils/class_msgPool.inc:546 +#, fuzzy, php-format +msgid "Cannot delete folder %s!" msgstr "Không thể xóa folder '%s'!" -#: include/utils/class_msgPool.inc:560 +#: include/utils/class_msgPool.inc:552 #, php-format msgid "Checking for %s support" msgstr "Kiểm tra hỗ trợ %s" -#: include/utils/class_msgPool.inc:566 +#: include/utils/class_msgPool.inc:558 #, php-format msgid "Install and activate the %s PHP module." msgstr "Cài đặt và kích hoạt mô-đun PHP %s." -#: include/utils/class_msgPool.inc:572 +#: include/utils/class_msgPool.inc:564 #, php-format msgid "" -"Cannot initialize class '%s'! Maybe there is a plugin missing in your gosa " +"Cannot initialize class %s! Maybe there is a plugin missing in your gosa " "setup?" msgstr "" -#: include/utils/class_msgPool.inc:578 +#: include/utils/class_msgPool.inc:570 msgid "" -"The supplied base is not valid and has been reset to the previous value!" +"The supplied base is not valid and has been reset to its previous value!" msgstr "" -#: include/utils/class_xml.inc:48 -#, fuzzy -msgid "in" -msgstr "Trang chính" - -#: include/utils/class_xml.inc:50 -#, fuzzy -msgid "on line" -msgstr "Tiếp tục" - #: include/utils/class_xml.inc:51 #, fuzzy msgid "XML error" @@ -5999,7 +6038,8 @@ msgid "Certificate is empty!" msgstr "Giấy chứng nhận trống!" #: include/class_certificate.inc:100 -msgid "Cannot load certificate - only PEM/DER is supported!" +#, fuzzy +msgid "Cannot load certificate: only PEM and DER are supported!" msgstr "Không thể tải giấy chứng nhận - chỉ có PEM/DER là được hỗ trợ!" #: include/class_certificate.inc:115 @@ -6012,19 +6052,19 @@ msgid "No valid certificate loaded!" msgstr "Không tải được giấy chứng nhận có hiệu lực nào!" #: include/functions_helpviewer.inc:45 -#, php-format -msgid "XML error in guide.xml: %s at line %d" +#, fuzzy, php-format +msgid "XML error in guide.xml: %s at line %s" msgstr "Lỗi XML trong thư mục guide.xml : %s ở dòng %d" #: include/functions_helpviewer.inc:88 msgid "No help available for this plugin." msgstr "Không có sự trợ giúp nào cho plugin này." -#: include/functions_helpviewer.inc:97 html/helpviewer.php:194 +#: include/functions_helpviewer.inc:97 html/helpviewer.php:193 msgid "previous" msgstr "Trước" -#: include/functions_helpviewer.inc:101 html/helpviewer.php:198 +#: include/functions_helpviewer.inc:101 html/helpviewer.php:197 msgid "next" msgstr "Tiếp theo" @@ -6033,7 +6073,7 @@ msgstr "Tiếp theo" msgid "%s results for your search with the keyword %s" msgstr "%s kết quả cho việc tìm kiếm của bạn với từ khóa %s" -#: include/functions_helpviewer.inc:462 +#: include/functions_helpviewer.inc:461 #, php-format msgid "%s%% hit rate in file %s" msgstr "%s%% tỷ lệ hit trong file %s" @@ -6043,227 +6083,310 @@ msgstr "%s%% tỷ lệ hit trong file %s" msgid "Search filter" msgstr "Máy in" +#: include/class_filter.inc:444 +msgid "Search in subtrees" +msgstr "Tìm kiếm tại các cây con" + #: include/class_filter.inc:449 #, fuzzy msgid "Edit filters" msgstr "Hiệu chỉnh các giấy phép" +#: include/class_SnapshotHandler.inc:45 include/class_SnapshotHandler.inc:76 +#, fuzzy, php-format +msgid "" +"The snapshot functionality is enabled but the required variable %s is not " +"set!" +msgstr "" +"Chức năng Snapshot đã được bật, nhưng biến số được yêu cầu: '%s' vẫn chưa " +"được thiết lập." + +#: include/class_SnapshotHandler.inc:58 +#, fuzzy, php-format +msgid "" +"The snapshot functionality is enabled but the required PHP compression " +"module is missing: %s!" +msgstr "" +"Chức năng Snapshot đã được bật, nhưng biến số được yêu cầu: '%s' vẫn chưa " +"được thiết lập." + #: include/class_userFilterEditor.inc:251 #, php-format -msgid "" -"Please check your filter #%s. You have '%s' opening and '%s' closing " -"brackets!" +msgid "Error in filter #%s: %s opening and %s closing brackets detected!" msgstr "" #: include/class_acl.inc:28 msgid "Manage access control lists" msgstr "Quản lý các danh sách kiểm soát truy cập" -#: include/class_acl.inc:125 include/class_acl.inc:607 -#: include/class_acl.inc:1023 +#: include/class_acl.inc:125 include/class_acl.inc:609 +#: include/class_acl.inc:1025 #, fuzzy, php-format msgid "All users" msgstr "người dùng" -#: include/class_acl.inc:227 -msgid "Reset ACLs" -msgstr "Xác lập lại ACLs" - -#: include/class_acl.inc:232 include/class_acl.inc:235 -msgid "Use ACL defined in role" -msgstr "Sử dụng ACL được xác định trong vai trò" - -#: include/class_acl.inc:253 +#: include/class_acl.inc:252 #, fuzzy msgid "Section" msgstr "Hành động" -#: include/class_acl.inc:263 +#: include/class_acl.inc:262 #, fuzzy msgid "Used" msgstr "Sử dụng " -#: include/class_acl.inc:568 +#: include/class_acl.inc:570 msgid "No ACL settings for this category!" msgstr "Không có thiết lập ACL cho hạng mục này!" -#: include/class_acl.inc:571 +#: include/class_acl.inc:573 #, php-format -msgid "Contains ACLs for these objects: %s" -msgstr "Có chứa ACLs cho các đối tượng: %s " +msgid "ACLs for: %s" +msgstr "" -#: include/class_acl.inc:577 include/class_acl.inc:581 +#: include/class_acl.inc:579 include/class_acl.inc:583 msgid "category ACL" msgstr "Hạng mục ACL" -#: include/class_acl.inc:634 -#, php-format -msgid "Edit ACL for '%s' - scope is '%s'" +#: include/class_acl.inc:635 +#, fuzzy, php-format +msgid "Edit ACL for '%s' with scope '%s'" msgstr "Hiệu chỉnh ACL cho '%s' - phạm vi là '%s'" -#: include/class_acl.inc:799 include/class_acl.inc:806 +#: include/class_acl.inc:797 include/class_acl.inc:804 msgid "Show/hide advanced settings" msgstr "Hiển thị/ Ẩn các thiết lập cao cấp " -#: include/class_acl.inc:817 +#: include/class_acl.inc:815 msgid "Create objects" msgstr "Tạo ra đối tượng" -#: include/class_acl.inc:818 +#: include/class_acl.inc:816 msgid "Move objects" msgstr "Dịch chuyển đối tượng" -#: include/class_acl.inc:819 +#: include/class_acl.inc:817 msgid "Remove objects" msgstr "Xóa đối tượng" -#: include/class_acl.inc:821 -#, fuzzy -msgid "Grant permission to owner" -msgstr "Không thể thiết lập phép cho '%s'" - -#: include/class_acl.inc:825 include/class_acl.inc:930 -#: include/class_acl.inc:934 -msgid "read" -msgstr "đọc" - -#: include/class_acl.inc:826 include/class_acl.inc:932 -#: include/class_acl.inc:935 -msgid "write" -msgstr "viết" - -#: include/class_acl.inc:830 +#: include/class_acl.inc:828 msgid "Complete object" msgstr "Hoàn thành đối tượng" -#: include/class_acl.inc:974 +#: include/class_acl.inc:976 #, php-format msgid "Unkown ACL type '%s'!" msgstr "dạng ACL '%s' không được biết đến!" -#: include/class_acl.inc:1019 +#: include/class_acl.inc:1021 #, php-format msgid "Unknown entry '%s'!" msgstr "Entry '%s' không được biết đến!" -#: include/class_acl.inc:1083 include/class_acl.inc:1085 -#, php-format -msgid "Role: %s" -msgstr "Vai trò: %s" +#: include/class_acl.inc:1085 include/class_acl.inc:1087 +#, fuzzy, php-format +msgid "ACL role: %s" +msgstr "Các vai trò ACL" -#: include/class_acl.inc:1085 -msgid "unknown role" +#: include/class_acl.inc:1087 +#, fuzzy +msgid "unknown ACL role" msgstr "Vai trò không được biết đến" -#: include/class_acl.inc:1093 +#: include/class_acl.inc:1095 #, php-format msgid "Contains settings for these objects: %s" msgstr "Chứa các thiết lập cho các đối tượng: %s" -#: include/class_acl.inc:1110 +#: include/class_acl.inc:1112 msgid "inactive" msgstr "không hoạt động" -#: include/class_acl.inc:1110 +#: include/class_acl.inc:1112 #, fuzzy msgid "No members" msgstr "Các thành viên nhóm" -#: include/class_acl.inc:1280 +#: include/class_acl.inc:1283 msgid "Access control list" msgstr "Danh sách kiểm soát truy cập" -#: include/class_acl.inc:1285 +#: include/class_acl.inc:1289 msgid "ACL roles" msgstr "Các vai trò ACL" -#: include/class_acl.inc:1288 +#: include/class_acl.inc:1292 #, fuzzy msgid "ACL Entries" msgstr "Tất cả các mục" #: include/class_tabs.inc:57 #, php-format -msgid "" -"No plugin definitions found to initialize '%s', please check your " -"configuration file." +msgid "No plugin definition for %s found: please check the configuration file!" msgstr "" -#: include/class_tabs.inc:241 -#, php-format -msgid "Delete process has been canceled by plugin '%s': %s" +#: include/class_tabs.inc:249 +#, fuzzy, php-format +msgid "Delete process has been canceled by plugin %s: %s" msgstr "Qúa trình xóa đã bị hủy bỏ bởi plugin '%s': %s" -#: include/class_tabs.inc:379 +#: include/class_tabs.inc:387 msgid "References" msgstr "Các tham chiếu" -#: include/class_listing.inc:537 +#: include/class_listing.inc:319 +msgid "Select all" +msgstr "Chọn tất" + +#: include/class_listing.inc:578 #, fuzzy msgid "created by" msgstr "Tạo " -#: include/class_listing.inc:1016 include/class_listing.inc:1018 -msgid "Go up one department" -msgstr "Đi lên một bộ phận" +#: include/class_listing.inc:1057 include/class_listing.inc:1059 +msgid "Go to preceding level" +msgstr "" -#: include/class_listing.inc:1024 include/class_listing.inc:1026 -msgid "Go to users department" -msgstr "Đi đến bộ phận người dùng" +#: include/class_listing.inc:1065 include/class_listing.inc:1067 +msgid "Go to current users level" +msgstr "" -#: include/class_listing.inc:1031 +#: include/class_listing.inc:1072 msgid "Reload list" msgstr "Danh sách reload" -#: include/class_listing.inc:1397 include/class_plugin.inc:1960 +#: include/class_listing.inc:1444 msgid "Copy" msgstr "Copy" -#: include/class_listing.inc:1403 include/class_plugin.inc:1964 +#: include/class_listing.inc:1450 msgid "Cut" msgstr "Cut" -#: include/class_listing.inc:1436 include/class_plugin.inc:1918 +#: include/class_listing.inc:1483 msgid "Cut this entry" msgstr "Cắt entry này" -#: include/class_listing.inc:1445 include/class_plugin.inc:1926 +#: include/class_listing.inc:1492 msgid "Copy this entry" msgstr "Copy entry này" -#: include/class_listing.inc:1477 include/class_listing.inc:1479 +#: include/class_listing.inc:1524 include/class_listing.inc:1526 #, fuzzy msgid "Restore snapshots" msgstr "Phục hồi lại snapshot" -#: include/class_listing.inc:1493 +#: include/class_listing.inc:1540 msgid "Export list" msgstr "" -#: include/class_listing.inc:1527 include/class_SnapShotDialog.inc:145 -#: include/class_plugin.inc:1892 +#: include/class_listing.inc:1574 include/class_SnapShotDialog.inc:141 msgid "Restore snapshot" msgstr "Phục hồi lại snapshot" -#: include/class_listing.inc:1535 include/class_plugin.inc:1900 -msgid "Create a new snapshot from this object" +#: include/class_listing.inc:1582 +#, fuzzy +msgid "Create new snapshot for this object" msgstr "Tạo ra một snapshot mới từ đối tượng này" +#: include/class_configRegistry.inc:188 +#, php-format +msgid "%s has version %s but %s is required!" +msgstr "" + +#: include/class_configRegistry.inc:243 +msgid "" +"Plugins that require one or more of the object classes above will be " +"disabled until the object classes get updated." +msgstr "" + +#: include/class_configRegistry.inc:245 +#, fuzzy +msgid "Schema validation error" +msgstr "Lỗi xác định thẩm quyền" + +#: include/class_configRegistry.inc:656 +#, php-format +msgid "" +"The value '%s' specified for '%s:%s' is invalid. A bool value is required " +"here!" +msgstr "" + +#: include/class_configRegistry.inc:671 +#, php-format +msgid "" +"The value '%s' specified for '%s:%s' is invalid. A string value is required " +"here!" +msgstr "" + +#: include/class_configRegistry.inc:686 +#, php-format +msgid "" +"The value '%s' specified for '%s:%s' is invalid. A numeric value is required " +"here!" +msgstr "" + +#: include/class_configRegistry.inc:701 +#, fuzzy, php-format +msgid "The path '%s' specified for '%s:%s' is invalid!" +msgstr "Lệnh '%s' cho plugin '%s' không hợp lệ!" + +#: include/class_configRegistry.inc:717 include/class_configRegistry.inc:739 +#, fuzzy, php-format +msgid "The folder '%s' specified for '%s:%s' does not exists!" +msgstr "Lệnh được cụ thể hóa là %s móc nối với plugin '%s' không tồn tại!" + +#: include/class_configRegistry.inc:722 +#, php-format +msgid "The folder '%s' specified for '%s:%s' cannot be used for reading!" +msgstr "" + +#: include/class_configRegistry.inc:744 +#, php-format +msgid "The folder '%s' specified for '%s:%s' cannot be used for writing!" +msgstr "" + +#: include/class_configRegistry.inc:762 +#, fuzzy, php-format +msgid "The file '%s' specified for '%s:%s' does not exists!" +msgstr "Lệnh được cụ thể hóa là %s móc nối với plugin '%s' không tồn tại!" + +#: include/class_configRegistry.inc:767 +#, php-format +msgid "The file '%s' specified for '%s:%s' cannot be read!" +msgstr "" + +#: include/class_configRegistry.inc:783 +#, fuzzy, php-format +msgid "The command '%s' specified for '%s:%s' is invalid!" +msgstr "Lệnh '%s' (%s) cho plugin %s không hợp lệ!" + +#: include/class_configRegistry.inc:798 +#, fuzzy, php-format +msgid "The dn '%s' specified for '%s:%s' is invalid!" +msgstr "Lệnh '%s' cho plugin '%s' không hợp lệ!" + +#: include/class_configRegistry.inc:813 +#, fuzzy, php-format +msgid "The rdn '%s' specified for '%s:%s' is invalid!" +msgstr "Lệnh '%s' cho plugin '%s' không hợp lệ!" + #: include/class_SnapShotDialog.inc:55 #, fuzzy msgid "Date" msgstr "Paste" #: include/class_SnapShotDialog.inc:93 -#, php-format -msgid "You're about to delete the snapshot '%s'." +#, fuzzy, php-format +msgid "You are about to delete the snapshot %s." msgstr "Bạn chuẩn bị xóa chế độ snapshot '%s'." -#: include/class_SnapShotDialog.inc:146 -msgid "Remove snapshot" -msgstr "Xóa snapshot" +#: include/class_SnapShotDialog.inc:142 +#, fuzzy +msgid "Delete snapshot" +msgstr "Tạo ra snapshot" -#: include/class_SnapShotDialog.inc:147 include/class_SnapShotDialog.inc:165 +#: include/class_SnapShotDialog.inc:143 include/class_SnapShotDialog.inc:161 msgid "Y-m-d, H:i:s" msgstr "Y-m-d, H:i:s (Năm-tháng-ngày)" @@ -6272,402 +6395,1357 @@ msgid "Performance warning" msgstr "Cảnh báo khả năng hoạt động" #: include/class_ldap.inc:233 include/class_ldap.inc:266 -#, php-format -msgid "LDAP performance is poor: last query took about %.2fs!" +#, fuzzy, php-format +msgid "LDAP performance is poor: last query took %.2fs!" msgstr "" "Khả năng hoạt động của LDAP rất thấp: truy vấn lần cuối mất khoảng %.2fs!" #: include/class_ldap.inc:693 -#, php-format -msgid "" -"Cannot automatically create subtrees with RDN '%s': no object class found!" +#, fuzzy, php-format +msgid "Cannot automatically create subtrees with RDN %s: no object class found" msgstr "" "Không thể tự động tạo ra cây con với RDN '%s': không có lớp đối tượng nào " "được tìm thấy!" -#: include/class_ldap.inc:744 -#, php-format -msgid "Cannot automatically create subtrees with RDN '%s': not supported" -msgstr "Không thể tự động tạo ra cây con với RDN '%s': không được hỗ trợ " +#: include/class_ldap.inc:744 +#, fuzzy, php-format +msgid "Cannot automatically create subtrees with RDN %s: not supported" +msgstr "Không thể tự động tạo ra cây con với RDN '%s': không được hỗ trợ " + +#: include/class_ldap.inc:831 +#, fuzzy, php-format +msgid "while operating on %s using LDAP server %s" +msgstr "Trong khi chạy trên '%s' sử dụng LDAP server '%s'" + +#: include/class_ldap.inc:833 +#, php-format +msgid "while operating on LDAP server %s" +msgstr "Trong khi chạy trên LDAP server %s" + +#: include/class_ldap.inc:1006 +#, fuzzy, php-format +msgid "" +"Invalid DN %s: block to be imported should start with 'dn: ...' in line %s" +msgstr "" +"Đây không phải là một DN hợp lệ: '%s'. Khóa để chặn việc nạp thêm phải được " +"bắt đầu với 'dn:...' trong dòng %s " + +#: include/class_ldap.inc:1035 +#, fuzzy, php-format +msgid "Error while importing DN %s: please check LDIF from line %s on!" +msgstr "" +"Lỗi trong khi đang nạp thêm dn:'%s', xin hãy kiểm tra lại LDIF của bạn từ " +"dòng %s trở đi!" + +#: include/php_setup.inc:101 +msgid "Generating this page caused the PHP interpreter to raise some errors!" +msgstr "Tạo ra trang này khiến cho bộ dịch PHP sinh ra một số lỗi!" + +#: include/php_setup.inc:104 +msgid "Send bugreport" +msgstr "Gửi thông báo lỗi" + +#: include/php_setup.inc:108 +msgid "Toggle details" +msgstr "" + +#: include/php_setup.inc:117 +msgid "PHP error" +msgstr "Lỗi PHP" + +#: include/php_setup.inc:136 +msgid "class" +msgstr "lớp" + +#: include/php_setup.inc:142 +msgid "function" +msgstr "chức năng" + +#: include/php_setup.inc:147 +msgid "static" +msgstr "tĩnh" + +#: include/php_setup.inc:151 +msgid "method" +msgstr "phương pháp" + +#: include/php_setup.inc:184 +#, fuzzy +msgid "Traceback" +msgstr "Dò theo" + +#: include/php_setup.inc:185 +msgid "File" +msgstr "File" + +#: include/php_setup.inc:185 +msgid "Line" +msgstr "Dòng" + +#: include/php_setup.inc:186 +msgid "Arguments" +msgstr "Tranh luận" + +#: include/class_pathNavigator.inc:86 +#, fuzzy +msgid "Welcome to GOsa" +msgstr "Chào mừng bạn đến với bộ cài đặt wizard GOsa" + +#: include/class_pluglist.inc:93 +#, fuzzy +msgid "The configuration format has changed: please run the setup again!" +msgstr "Định dạng cấu hình đã thay đổi. Xin hãy chạy lại cài đặt!" + +#: include/class_pluglist.inc:229 +#, fuzzy +msgid "" +"You are currently editing a database entry. Do you want to discard the " +"changes?" +msgstr "" +"Bạn hiện đang hiệu chỉnh một entry vào cơ sở dữ liệu. Bạn có muốn hủy bỏ các " +"thay đổi?" + +#: include/class_pluglist.inc:329 +#, fuzzy +msgid "Back to main menu" +msgstr "Menu chính của GOsa" + +#: include/exporter/class_PDF.inc:24 +#, fuzzy +msgid "Page" +msgstr "Máy nhắn tin" + +#: include/exporter/class_pdfExporter.inc:18 +msgid "No PDF export possible: there is no FPDF library installed." +msgstr "" + +#: include/exporter/class_pdfExporter.inc:145 +msgid "PDF" +msgstr "" + +#: include/exporter/class_cvsExporter.inc:48 +msgid "CSV" +msgstr "" + +#: include/class_gosaSupportDaemon.inc:112 +msgid "GOsa support daemon" +msgstr "GOsa hỗ trợ chương trình daemon" + +#: include/class_gosaSupportDaemon.inc:787 +msgid "Cannot not parse XML!" +msgstr "Không thể phân tách XML!" + +#: include/class_gosaSupportDaemon.inc:1184 +#, php-format +msgid "Cannot send abort event for entry %s!" +msgstr "Không thể gửi thông báo trì hoãn đến entry %s!" + +#: include/class_gosaSupportDaemon.inc:1204 +#, php-format +msgid "Cannot remove entry %s!" +msgstr "Không thể xóa entry %s!" + +#: include/class_management.inc:462 +#, fuzzy, php-format +msgid "You are not allowed to create a snapshot for %s!" +msgstr "Bạn không được phép tạo ra snapshot cho %s." + +#: include/class_management.inc:509 include/class_management.inc:561 +#: include/class_management.inc:575 +#, fuzzy, php-format +msgid "You are not allowed to restore a snapshot for %s!" +msgstr "Bạn không được phép phục hồi một snapshot cho %s." + +#: include/class_management.inc:524 +#, fuzzy, php-format +msgid "You are not allowed to remove a snapshot for %s!" +msgstr "Bạn không được phép phục hồi một snapshot cho %s." + +#: include/class_management.inc:644 +#, php-format +msgid "" +"No tab definition for %s found in configuration file: cannot create plugin " +"instance!" +msgstr "" + +#: include/class_plugin.inc:526 +msgid "" +"The current object has been altered while beeing edited. If you save this " +"entry, changes that have been made by others will be discarded!" +msgstr "" + +#: include/class_plugin.inc:1327 +#, php-format +msgid "Changing ACL DN from %s to %s" +msgstr "" + +#: include/class_session.inc:76 include/class_session.inc:101 +#: include/class_session.inc:127 +#, fuzzy +msgid "Requested channel does not exist!" +msgstr "" +"Tên người dùng/UID không phải là duy nhất trong cây LDAP. Xin hãy liên Lạc " +"với Admin của bạn." + +#: html/helpviewer.php:64 +msgid "Help browser" +msgstr "Hỗ trợ trình duyệt" + +#: html/helpviewer.php:118 +msgid "There is no helpfile specified for this class" +msgstr "Không có file trợ giúp nào được chỉ định cho lớp này" + +#: html/helpviewer.php:268 +#, php-format +msgid "Helpdir '%s' is not accessible, can't read any helpfiles." +msgstr "" +"Không thể truy cập Helpdir '%s', không thể đọc được bất cứ file trợ giúp nào." + +#: html/index.php:45 +#, php-format +msgid "Your browser (%s) is blacklisted for the current theme!" +msgstr "" + +#: html/index.php:72 +#, php-format +msgid "This session is not ecrypted. Click %s to enter an encrypted session." +msgstr "" + +#: html/index.php:72 +#, fuzzy +msgid "here" +msgstr "Theme" + +#: html/index.php:78 +#, fuzzy +msgid "The configured session lifetime will be overridden by php.ini settings!" +msgstr "" +"Thời gian hạn định của phiên được cấu hình trong file gosa.conf của bạn sẽ " +"được ghi đè lên bởi các thiết lập php.ini." + +#: html/index.php:157 html/password.php:61 +#, php-format +msgid "GOsa configuration %s/%s is not readable. Aborted." +msgstr "Cấu hình GOsa %s/%s không đọc được. Bãi bỏ." + +#: html/index.php:179 +msgid "Smarty error" +msgstr "Lỗi Smarty" + +#: html/index.php:179 html/password.php:86 html/setup.php:68 +#, fuzzy, php-format +msgid "Compile directory %s is not accessible!" +msgstr "" +"Không thể truy cập vào thư mục '%s' được xác định là thư mục soạn thảo!" + +#: html/index.php:202 +#, fuzzy +msgid "" +"Your browser has cookies disabled: please enable cookies and reload this " +"page before logging in!" +msgstr "" +"Trình duyệt của bạn đã vô hiệu cookies. Xin hãy cho phép cookies vào và tải " +"lại trang này trước khi đăng nhập!" + +#: html/index.php:233 +#, fuzzy +msgid "Broken HTTP authentication setup!" +msgstr "Có vấn đề với việc cài đặt chức năng xác định thẩm quyền!" + +#: html/index.php:241 +#, fuzzy +msgid "Cannot find a valid user for the current HTTP authentication!" +msgstr "" +"Không thể tìm thấy một người dùng hợp lệ cho việc cài đặt xác định thẩm " +"quyền hiện tại!" + +#: html/index.php:245 +#, fuzzy +msgid "Cannot find a unique user for the current HTTP authentication!" +msgstr "" +"Không thể tìm thấy một người dùng hợp lệ cho việc cài đặt xác định thẩm " +"quyền hiện tại!" + +#: html/index.php:289 +msgid "Please specify a valid username!" +msgstr "Xin hãy xác định một tên người dùng hợp lệ!" + +#: html/index.php:292 +msgid "Please specify your password!" +msgstr "Xin hãy xác định mật mã của bạn!" + +#: html/index.php:304 +msgid "Authentication error" +msgstr "Lỗi xác định thẩm quyền" + +#: html/index.php:304 +#, fuzzy +msgid "Cannot retrieve user information for HTTP authentication!" +msgstr "" +"Không thể phục hồi thông tin của người dùng cho việc thẩm định quyền " +"htaccess (truy cập ht)!" + +#: html/index.php:311 html/password.php:252 +#, fuzzy +msgid "Please check the username/password combination!" +msgstr "Xin hãy kiểm tra kết hợp tên người dùng/mật khẩu." + +#: html/index.php:359 +msgid "Account locked. Please contact your system administrator!" +msgstr "" +"Tài khoản bị khóa. Xin hãy liên lạc với admin quản trị hệ thống của bạn!" + +#: html/password.php:180 +msgid "Error: Password method not available!" +msgstr "Lỗi: Phương pháp mật khẩu không có!" + +#: html/password.php:216 +#, fuzzy +msgid "The values for 'New password' and 'Repeated new password' differ!" +msgstr "" +"Các mật khẩu bạn vừa nhập vào: \"Mật khẩu mới\" và \"Mật khẩu lặp lại\" " +"không giống nhau." + +#: html/password.php:228 +#, fuzzy +msgid "The password used as new and current are too similar!" +msgstr "Mật khẩu mới và mật khẩu cũ quá giống nhau." + +#: html/password.php:234 +#, fuzzy +msgid "The password used as new is to short!" +msgstr "Mật khẩu mới cần được cắt ngắn lại." + +#: html/password.php:256 +#, fuzzy +msgid "You have no permissions to change your password!" +msgstr "Bạn không được phép thay đổi mật mã của bạn." + +#: html/password.php:281 +#, fuzzy, php-format +msgid "External password changer reported a problem: %s" +msgstr "Bộ thay đổi mật khẩu bên ngoài báo cáo có vấn đề:%s." + +#: html/password.php:316 +msgid "Session will not be encrypted." +msgstr "Phiên sẽ không được mã hóa." + +#: html/password.php:318 +msgid "Enter SSL session" +msgstr "Vào phiên SSL" + +#: html/setup.php:68 +msgid "Smarty" +msgstr "Smarty" + +#: html/main.php:159 +#, fuzzy, php-format +msgid "Cannot locate file %s - please run %s to fix this" +msgstr "Không thể xác định vị trí file '%s'- xin hãy chạy '%s' để sửa lỗi này!" + +#: html/main.php:178 +msgid "PHP configuration" +msgstr "Cấu hình PHP" + +#: html/main.php:179 +msgid "" +"FATAL: Register globals is active. Please fix this in order to continue." +msgstr "" + +#: html/main.php:239 +msgid "Running out of memory!" +msgstr "Hết dung lượng bộ nhớ!" + +#: html/main.php:299 +#, fuzzy +msgid "ACLs are disabled" +msgstr "Vô hiệu việc kiểm tra ACL của người dùng" + +#: html/main.php:299 html/main.php:301 +#, php-format +msgid "You're logged in as %s" +msgstr "" + +#: html/main.php:349 +msgid "Your password is about to expire, please change your password!" +msgstr "Mật khẩu của bạn chuẩn bị hết hạn, xin hãy thay đối mật khẩu của bạn!" + +#: html/main.php:359 +msgid "Plugin" +msgstr "Plugin" + +#: html/main.php:360 +#, fuzzy, php-format +msgid "FATAL: Cannot find any plugin definitions for plugin %s!" +msgstr "" +"LỖI NGHIÊM TRỌNG: không thể tìm thấy bất cứ plugin definition nào cho " +"plugin '%s'!" + +#: html/main.php:376 +#, fuzzy +msgid "Configuration Error" +msgstr "Lỗi cấu hình" + +#: html/main.php:377 +#, php-format +msgid "" +"FATAL: not all POST variables have been transfered by PHP - please inform " +"your administrator!" +msgstr "" + +#, fuzzy +#~ msgid "Processing" +#~ msgstr "Cho phép" + +#, fuzzy +#~ msgid "Created" +#~ msgstr "Tạo " + +#, fuzzy +#~ msgid "No Content" +#~ msgstr "Nội dung" + +#, fuzzy +#~ msgid "Reset Content" +#~ msgstr "Nội dung" + +#, fuzzy +#~ msgid "Partial Content" +#~ msgstr "Nội dung" + +#, fuzzy +#~ msgid "Multi-Status" +#~ msgstr "Trạng thái" + +#, fuzzy +#~ msgid "Multiple Choice" +#~ msgstr "Hiệu chỉnh đa dạng" + +#, fuzzy +#~ msgid "See Other" +#~ msgstr "Chọn người dùng" + +#, fuzzy +#~ msgid "Not Modified" +#~ msgstr "Không cho phép" + +#, fuzzy +#~ msgid "Use Proxy" +#~ msgstr "Proxy" + +#, fuzzy +#~ msgid "(reserviert)" +#~ msgstr "các server" + +#, fuzzy +#~ msgid "Not Found" +#~ msgstr "Không cho phép" + +#, fuzzy +#~ msgid "Method Not Allowed" +#~ msgstr "Không cho phép" + +#, fuzzy +#~ msgid "Proxy Authentication Required" +#~ msgstr "Lỗi xác định thẩm quyền" + +#, fuzzy +#~ msgid "Gone" +#~ msgstr "không có" + +#, fuzzy +#~ msgid "Precondition Failed" +#~ msgstr "Viết file cấu hình" + +#, fuzzy +#~ msgid "Expectation Failed" +#~ msgstr "Hoạt động LDAP thất bại!" + +#, fuzzy +#~ msgid "Locked" +#~ msgstr "Danh sách người dùng" + +#, fuzzy +#~ msgid "Unordered Collection" +#~ msgstr "Thiết lập nhóm" + +#, fuzzy +#~ msgid "Internal Server Error" +#~ msgstr "Lỗi nội bộ" + +#, fuzzy +#~ msgid "Not Implemented" +#~ msgstr "Đã hoàn thành" + +#~ msgid "GOsa settings 3/3" +#~ msgstr "Thiết lập GOsa 3/3" + +#~ msgid "Tweak some GOsa core behaviour" +#~ msgstr "Chỉnh sửa một số đặc tính lõi của GOsa" + +#~ msgid "Session lifetime must be a numeric value!" +#~ msgstr "Khoảng thời gian của phiên phải là một giá trị số!" + +#~ msgid "Maximum LDAP query time must be a numeric value!" +#~ msgstr "Thời gian tối đa để yêu cầu LDAP phải là một giá trị số!" + +#~ msgid "" +#~ "This seems to be the first time you start GOsa - we didn't find any " +#~ "configuration right now. This simple wizard intends to help you while " +#~ "setting it up." +#~ msgstr "" +#~ "Có vẻ đây là lần đầu tiên bạn khởi động Gosa - chúng tôi không tìm thấy " +#~ "cấu hình nào ngay lúc này. Wizard đơn giản dự định giúp bạn trong khi " +#~ "đang cài đặt nó." + +#~ msgid "What will the wizard do for you?" +#~ msgstr "Wizard sẽ giúp bạn những gì?" + +#~ msgid "Create a basic, single site configuration" +#~ msgstr "Tạo ra một cấu hình trang đơn, đơn giản" + +#~ msgid "Tries to find problems within your PHP and LDAP setup" +#~ msgstr "Cố gắng tìm ra vấn đề trong cài đặt PHP và LDAP của bạn " + +#~ msgid "" +#~ "Let you choose from a set of basic and advanced configuration switches" +#~ msgstr "" +#~ "Cho phép bạn lựa chọn từ một loạt các phím chuyển cấu hình cơ bản và cao " +#~ "cấp" + +#~ msgid "Guided migration of existing LDAP trees" +#~ msgstr "Di trú có hướng dẫn của các cây LDAP hiện có" + +#~ msgid "What will the wizard NOT do for you?" +#~ msgstr "Wizard không thể làm gì được cho bạn?" + +#~ msgid "Find every possible configuration error" +#~ msgstr "Tìm được mọi lỗi cấu hình có thể xảy ra" + +#~ msgid "Migrate every possible LDAP setup - create backup dumps!" +#~ msgstr "Di trú mọi cài đặt LDAP - và tạo ra các xổ backup!" + +#~ msgid "To continue..." +#~ msgstr "Còn nữa..." + +#~ msgid "Samba settings" +#~ msgstr "Thiết lập Samba" + +#~ msgid "Samba hash generator" +#~ msgstr "Bộ tạo ra các hàm băm Samba" + +#~ msgid "Samba SID" +#~ msgstr "SID của Samba" + +#~ msgid "RID base" +#~ msgstr "Gốc RID" + +#~ msgid "Workstation container" +#~ msgstr "Công ten nơ chứa máy trạm" + +#~ msgid "Samba SID mapping" +#~ msgstr "Ánh xạ SID samba" + +#~ msgid "Timezone" +#~ msgstr "Múi giờ" + +#~ msgid "Please choose your preferred timezone here" +#~ msgstr "Xin hãy lựa chọn múi giờ bạn muốn ở đây" + +#~ msgid "Additional GOsa settings" +#~ msgstr "Thiết lập thêm của GOsa" + +#~ msgid "Enable Copy & Paste" +#~ msgstr "Bật chức năng Copy & Paste" + +#~ msgid "Government mode" +#~ msgstr "Chế độ nhà nước" + +#, fuzzy +#~ msgid "GOsa logging" +#~ msgstr "Màn hình đăng nhập GOsa" + +#~ msgid "Mail settings" +#~ msgstr "Thiết lập mail" + +#~ msgid "Mail method" +#~ msgstr "Phương pháp Mail" + +#~ msgid "Account identification attribute" +#~ msgstr "Thuộc tính xác minh tài khoản" + +#~ msgid "Vacation templates" +#~ msgstr "Mẫu kỳ nghỉ" + +#~ msgid "Use Cyrus UNIX style" +#~ msgstr "Sử dụng phong cách Cyrus Unix" + +#~ msgid "Snapshots / Undo" +#~ msgstr "Snapshots/Undo" + +#~ msgid "Enable snapshots" +#~ msgstr "Bật chức năng snapshots" + +#~ msgid "Snapshot base" +#~ msgstr "Gốc snapshot" + +#~ msgid "GOsa settings 2/3" +#~ msgstr "Các thiết lập GOsa 2/3" + +#~ msgid "Customize special parameters" +#~ msgstr "Tùy biến các thông số đặc biệt" + +#~ msgid "Enable schema validation when logging in" +#~ msgstr "Cho phép thông qua lược đồ khi đăng nhập" + +#~ msgid "Checking for invisible departments" +#~ msgstr "Kiểm tra các bộ phận ẩn" + +#~ msgid "Checking for invisible users" +#~ msgstr "Kiểm tra những người dùng ẩn" + +#~ msgid "Checking for users outside the people tree" +#~ msgstr "Kiểm tra người dùng bên ngoài cây con người" + +#~ msgid "Checking for groups outside the groups tree" +#~ msgstr "Kiểm tra nhóm bên ngoài cây nhóm" + +#~ msgid "Checking for windows workstations outside the winstation tree" +#~ msgstr "Kiểm tra máy trạm window bên ngoài cây máy trạm window" + +#~ msgid "Checking for duplicated UID numbers" +#~ msgstr "Kiểm tra các số ID cuả người dùng (UID) được nhân bản" + +#~ msgid "Checking for duplicate GID numbers" +#~ msgstr "Kiểm tra các số ID của nhóm (GID) được nhân bản" + +#, fuzzy +#~ msgid "Checking for old style USB devices" +#~ msgstr "Kiểm tra đối tượng gốc" + +#, fuzzy +#~ msgid "Checking for old services that have to be migrated" +#~ msgstr "Kiểm tra người dùng bên ngoài cây con người" + +#, fuzzy +#~ msgid "Checking for old style application menus" +#~ msgstr "Kiểm tra các bộ phận ẩn" + +#~ msgid "Found %s duplicate values for attribute 'uidNumber'." +#~ msgstr "Đã tìm được %s giá trị nhân bản cho thuộc tính 'uidNumder'." + +#~ msgid "Found %s duplicate values for attribute 'gidNumber'." +#~ msgstr "Đã tìm được %s giá trị nhân bản cho thuộc tính 'gidNumder'." + +#~ msgid "" +#~ "Found %s winstations outside the predefined winstation department ou '%s'." +#~ msgstr "" +#~ "Đã tìm thấy %s máy trạm win bên ngoài bộ phận winstation đã được xác định " +#~ "trước '%s'." + +#~ msgid "Move" +#~ msgstr "Chuyển" + +#~ msgid "Found %s user(s) outside the configured tree '%s'." +#~ msgstr "Đã tìm thấy %s người dùng bên ngoài cây được cấu hình '%s'." + +#~ msgid "Found %s user(s) that will not be visible in GOsa." +#~ msgstr "Đã tìm thấy %s người dùng mà không hiên thị trên GOsa." + +#~ msgid "Cannot migrate department '%s':" +#~ msgstr "Không thể di trú bộ phận '%s':" + +#~ msgid "Found %s department(s) that will not be visible in GOsa." +#~ msgstr "Tìm thấy %s bộ phận mà không hiển thị trên Gosa." + +#, fuzzy +#~ msgid "GOsa 2.5 administrative accounts found: %s" +#~ msgstr "Tạo ra một tài khoản admin GOsa mới" + +#, fuzzy +#~ msgid "There is no valid GOsa 2.6 administrator account inside your LDAP." +#~ msgstr "Không có một tài khoản Admin cùa Gosa nào trong LDAP của bạn." + +#~ msgid "Cannot move users to the requested department!" +#~ msgstr "Không thể chuyển người dùng đến bộ phận được yêu cầu!" + +#~ msgid "to" +#~ msgstr "đến" + +#~ msgid "Updating following references too" +#~ msgstr "Cập nhật cả các tham chiếu sau" + +#~ msgid "User will be moved from" +#~ msgstr "Người dùng sẽ được chuyển từ" + +#~ msgid "Copy '%s' to '%s' failed:" +#~ msgstr "Sao chép '%s' đến '%s' bị thất bại:" + +#, fuzzy +#~ msgid "Updating '%s' failed: %s" +#~ msgstr "Tải lên thất bại: %s" + +#~ msgid "Look and feel" +#~ msgstr "Xem và cảm nhận" + +#~ msgid "Theme" +#~ msgstr "Theme" + +#~ msgid "Apache" +#~ msgstr "Apache" + +#~ msgid "Compress output send to browser" +#~ msgstr "Nén output lại gửi cho trình duyệt" + +#~ msgid "People and group storage" +#~ msgstr "Kho lưu trữ người và nhóm" + +#~ msgid "People DN attribute" +#~ msgstr "Thuộc tính DN người" + +#~ msgid "People storage subtree" +#~ msgstr "Cây con lưu trữ người" + +#~ msgid "Group storage subtree" +#~ msgstr "Cây con lưu trữ nhóm" + +#~ msgid "Include personal title in user DN" +#~ msgstr "Bao gồm chức danh cá nhân trong DN của người dùng" + +#~ msgid "Relaxed naming policies" +#~ msgstr "Chính sách đặt tên thoải mái" + +#~ msgid "Automatic UIDs" +#~ msgstr "Các UID tự động" + +#~ msgid "GID / UID min id" +#~ msgstr "ID min GID/UID" + +#~ msgid "Number base for people/groups" +#~ msgstr "Cơ sơ số cho người/nhóm" + +#~ msgid "Hook for number base" +#~ msgstr "Móc nối với cơ sở số" + +#~ msgid "Password settings" +#~ msgstr "Thiết lập mật khẩu" + +#~ msgid "Password encryption algorithm" +#~ msgstr "Thuật toán mã hóa mật khẩu" + +#~ msgid "Password restrictions" +#~ msgstr "Các hạn chế mật khẩu" + +#~ msgid "Password minimum length" +#~ msgstr "Độ dài tối thiểu của mật khẩu" + +#~ msgid "Different characters from old password" +#~ msgstr "Các ký tự khác với mật khẩu cũ" + +#~ msgid "Password change hook" +#~ msgstr "Móc nối việc thay đổi mật khẩu" + +#~ msgid "Use SASL for kerberos" +#~ msgstr "Sử dụng ngôn ngữ SASL cho hệ thống Kerberos" + +#~ msgid "Use account expiration" +#~ msgstr "Sử dụng việc hết hạn tài khoản" + +#~ msgid "" +#~ "GOsa supports several encryption types for your passwords. Normally this " +#~ "is adjustable via user templates, but you can specify a default method to " +#~ "be used here, too." +#~ msgstr "" +#~ "GOsa hỗ trợ một vài kiểu mã hóa cho các mật khẩu của bạn. Thông thường " +#~ "thì việc này có thể được điều chỉnh thông qua các khuôn mẫu của người " +#~ "dùng, nhưng bạn có thể xác định một phương pháp mặc định để nó cũng được " +#~ "sử dụng ở đây." + +#~ msgid "" +#~ "GOsa always acts as admin and manages access rights internally. This is a " +#~ "workaround till OpenLDAP's in directory ACI's are fully implemented. " +#~ "For this to work, we need the admin DN and the corresponding password." +#~ msgstr "" +#~ "GOsa sẽ luôn luôn đóng vai trò admin và quản lý các quyền truy cập nội " +#~ "bộ. Đây là một cách khác cho tới khi các file OpenLDAP' trong thư mục và " +#~ "ACI's được thực hiện đầy đủ. Để làm được điều này, chúng ta cần DN của " +#~ "admin và mật khẩu tương ứng." + +#~ msgid "" +#~ "Some basic LDAP parameters are tunable and affect the locations where " +#~ "GOsa saves people and groups, including the way accounts get created. " +#~ "Check the values below if the fit your needs." +#~ msgstr "" +#~ "Một số thông số cơ bản của LDAP có thể được điều chỉnh và ảnh hưởng tới " +#~ "nơi mà Gosa lưu trữ thông tin về người và nhóm, bao gồm cả cách mà các " +#~ "tài khoản được lập ra. Kiểm tra các giá trị dưới đây nếu chúng phù hợp " +#~ "với nhu cầu của bạn." + +#~ msgid "" +#~ "GOsa has modular support for several mail methods. These methods provide " +#~ "interfaces to users mailboxes and general handling for quotas. You can " +#~ "choose the dummy plugin to leave all your mail settings untouched." +#~ msgstr "" +#~ "GOsa có mô-đun hỗ trợ cho một vài phương pháp gửi thư. Các phương pháp " +#~ "này cung cấp các giao diện đến hộp thư của người dùng và cách giải quyết " +#~ "thông thường với các hạn ngạnh. Bạn có thể lựa chọn chế độ dummy plugin " +#~ "để không ai đụng tới được tất cả các thiết lập mail của bạn." + +#, fuzzy +#~ msgid "Enable primary group filter" +#~ msgstr "Vô hiệu bộ lọc nhóm sơ cấp" + +#~ msgid "Display summary in listings" +#~ msgstr "Hiển thị tóm tắt trên danh sách" + +#~ msgid "Honour administrative units" +#~ msgstr "Các đơn vị quản trị chức danh" + +#~ msgid "Smarty compile directory" +#~ msgstr "Thư mục soạn thảo Smarty" + +#~ msgid "SNMP community" +#~ msgstr "Cộng đồng SNMP" + +#~ msgid "Path for PPD storage" +#~ msgstr "Đường dẫn đến kho lưu trữ PPD" + +#~ msgid "Path for kiosk profile storage" +#~ msgstr "Đường dẫn đến kho lưu trữ profile của ki-ốt" + +#~ msgid "Mail queue script" +#~ msgstr "Tập lệnh sắp hàng mail" + +#~ msgid "Notification script" +#~ msgstr "Tập lệnh thông báo" + +#~ msgid "Enable edit locking" +#~ msgstr "Bật chức năng khóa việc hiệu chỉnh lên" + +#, fuzzy +#~ msgid "Gosa support daemon" +#~ msgstr "GOsa hỗ trợ chương trình daemon" + +#~ msgid "Login and session" +#~ msgstr "Đăng nhập và phiên" + +#~ msgid "Enforce register_globals to be deactivated" +#~ msgstr "Tắt chức năng đăng ký _toàn cầu " + +#~ msgid "Enforce encrypted connections" +#~ msgstr "Thực thi việc mã hóa các kết nối" + +#~ msgid "Warn if session is not encrypted" +#~ msgstr "Cảnh báo nếu một phiên chưa được mã hóa" + +#~ msgid "Remember dialog filter settings" +#~ msgstr "Nhớ thiết lập bộ lọc đối thoại " + +#~ msgid "Session lifetime" +#~ msgstr "Thời gian cho một phiên (một Session)" + +#~ msgid "Debugging" +#~ msgstr "Sửa lỗi" + +#~ msgid "Show PHP errors" +#~ msgstr "Hiển thị lỗi PHP" + +#~ msgid "Maximum LDAP query time" +#~ msgstr "Thời gian truy vấn LDAP tối đa" + +#~ msgid "Log LDAP statistics" +#~ msgstr "Đăng nhập thống kê LDAP" + +#~ msgid "Debug level" +#~ msgstr "Cấp độ sửa lỗi" + +#~ msgid "Disabled" +#~ msgstr "Vô hiệu hóa/ Tắt chức năng" + +#~ msgid "" +#~ "Move windows workstations into a valid windows workstation department" +#~ msgstr "" +#~ "Chuyển một máy trạm window thành một bộ phận máy trạm windown có hiệu lực" + +#~ msgid "" +#~ "This dialog allows you to move the displayed windows workstations into a " +#~ "valid department" +#~ msgstr "" +#~ "Hộp thoại này cho phép bạn chuyển từ một máy trạm window được hiển thị " +#~ "sang một bộ phận có hiệu lực" + +#~ msgid "" +#~ "Be careful with this tool, there may be references pointing to this " +#~ "workstations that can't be migrated." +#~ msgstr "" +#~ "Hãy cẩn thận với công cụ này, có thể có các tham chiếu hướng đến máy trạm " +#~ "này mà không thể được du nhập vào." + +#~ msgid "" +#~ "Move selected windows workstations into the following GOsa department" +#~ msgstr "" +#~ "Chuyển những máy trạm window đã chọn vào trong những bộ phận GOsa tiếp " +#~ "theo" + +#~ msgid "Move selected workstations" +#~ msgstr "Chuyển các máy trạm đã chọn" + +#~ msgid "What will be done here" +#~ msgstr "Việc sẽ được làm ở đây" + +#~ msgid "Move groups into configured group tree" +#~ msgstr "Chuyển nhóm thành cây nhóm đã được cấu hình" + +#~ msgid "" +#~ "This dialog allows moving a couple of groups to the configured group " +#~ "tree. Doing this may straighten your LDAP service." +#~ msgstr "" +#~ "Hộp thoại này cho phép việc chuyển một vài nhóm đến cây nhóm đã được cấu " +#~ "hình. Thực hiện việc này có thể sẽ làm gọn gàng dịch vụ LDAP của bạn." + +#~ msgid "" +#~ "Be careful with this option! There may be references pointing to these " +#~ "groups. The GOsa setup can't migrate references, so you may want to " +#~ "cancel the migration in this case." +#~ msgstr "" +#~ "Hãy cẩn thận với lựa chọn này! Có thể có các thông tin tham chiếu hướng " +#~ "đến nhóm này. Cài đặt Gosa không thể di trú các tham chiếu này, vì thế " +#~ "bạn có thể muốn hủy bỏ việc di trú trong trường hợp này." + +#~ msgid "Move selected groups into this group tree" +#~ msgstr "Chuyển các nhóm đã chọn vào trong các cây nhóm" + +#~ msgid "Hide changes" +#~ msgstr "Ẩn các thay đổi" + +#~ msgid "Show changes" +#~ msgstr "Hiển thị các thay đổi" + +#~ msgid "Move users into configured user tree" +#~ msgstr "Chuyển người dùng sang cây người dùng được cấu hình" + +#~ msgid "" +#~ "This dialog allows moving a couple of users to the configured user tree. " +#~ "Doing this may straighten your LDAP service." +#~ msgstr "" +#~ "Hộp thoại này cho phép việc chuyển một vài nhóm đến cây nhóm đã được cấu " +#~ "hình. Thực hiện việc này có thể sẽ làm gọn gàng dịch vụ LDAP của bạn." + +#~ msgid "" +#~ "Be careful with this option! There may be references pointing to these " +#~ "users. The GOsa setup can't migrate references, so you may want to cancel " +#~ "the migration in this case." +#~ msgstr "" +#~ "Hãy cẩn thận với lựa chọn này! Có thể có các thông tin tham chiếu hướng " +#~ "đến nhóm này. Cài đặt Gosa không thể di trú các tham chiếu này, vì thế " +#~ "bạn có thể muốn hủy bỏ việc di trú trong trường hợp này." + +#~ msgid "Move selected users into this people tree" +#~ msgstr "Chuyển người dùng sang cây người dùng được cấu hình" + +#, fuzzy +#~ msgid "Migrate GOsa 2.5 administrative accounts" +#~ msgstr "Tạo ra một tài khoản admin GOsa mới" + +#~ msgid "Abort" +#~ msgstr "Ngừng lại" + +#~ msgid "" +#~ "The listed departments are currently invisible in the GOsa user " +#~ "interface. If you want to change this for a couple of entries, select " +#~ "them and use the migrate button below." +#~ msgstr "" +#~ "Các bộ phận được liệt kê hiện đang bị ẩn trên giao diện người dùng của " +#~ "GOsa. Nếu bạn muốn thay đổi việc này cho một số entry, lựa chọn chúng và " +#~ "sử dụng phím 'di trú' ở dưới." + +#~ msgid "" +#~ "If you want to know what will be done when migrating the selected " +#~ "entries, use the 'Show changes' button to see the LDIF." +#~ msgstr "" +#~ "Nếu bạn muốn biết việc gì sẽ được tiến hành khi di trú các entry được " +#~ "chọn này, hãy sử dụng phím 'hiển thị thay đổi 'để xem định dạng LDIF." + +#, fuzzy +#~ msgid "" +#~ "The listed users are currently invisible in the GOsa user interface. If " +#~ "you want to change this for a couple of users, just select them and use " +#~ "the 'Migrate' button below." +#~ msgstr "" +#~ "Các bộ phận được liệt kê hiện đang bị ẩn trên giao diện người dùng của " +#~ "Gosa. Nếu bạn muốn thay đổi việc này cho một số entry, lựa chọn chúng và " +#~ "sử dụng phím \"Di trú\" ở dưới." + +#, fuzzy +#~ msgid "" +#~ "The listed devices are currently invisible in the GOsa interface. If you " +#~ "want to change this for a couple of devices, just select them and use the " +#~ "'Migrate' button below." +#~ msgstr "" +#~ "Các bộ phận được liệt kê hiện đang bị ẩn trên giao diện người dùng của " +#~ "Gosa. Nếu bạn muốn thay đổi việc này cho một số entry, lựa chọn chúng và " +#~ "sử dụng phím \"Di trú\" ở dưới." + +#, fuzzy +#~ msgid "Refresh" +#~ msgstr "Các tham chiếu" + +#, fuzzy +#~ msgid "" +#~ "The listed services are currently invalid for the GOsa version you are " +#~ "going to install. If you want to update a couple of service, just select " +#~ "them and use the 'Migrate' button below." +#~ msgstr "" +#~ "Các bộ phận được liệt kê hiện đang bị ẩn trên giao diện người dùng của " +#~ "Gosa. Nếu bạn muốn thay đổi việc này cho một số entry, lựa chọn chúng và " +#~ "sử dụng phím \"Di trú\" ở dưới." + +#, fuzzy +#~ msgid "" +#~ "The listed menus are currently invisible in the GOsa interface. If you " +#~ "want to change this for a couple of devices, just select them and use the " +#~ "'Migrate' button below." +#~ msgstr "" +#~ "Các bộ phận được liệt kê hiện đang bị ẩn trên giao diện người dùng của " +#~ "Gosa. Nếu bạn muốn thay đổi việc này cho một số entry, lựa chọn chúng và " +#~ "sử dụng phím \"Di trú\" ở dưới." + +#~ msgid "GOsa setup wizard" +#~ msgstr "Hướng dẫn cài đặt GOsa chi tiết " -#: include/class_ldap.inc:831 -#, php-format -msgid "while operating on '%s' using LDAP server '%s'" -msgstr "Trong khi chạy trên '%s' sử dụng LDAP server '%s'" +#~ msgid "Installation" +#~ msgstr "Cài đặt" -#: include/class_ldap.inc:833 -#, php-format -msgid "while operating on LDAP server %s" -msgstr "Trong khi chạy trên LDAP server %s" +#~ msgid "GOsa settings 1/3" +#~ msgstr "Thiết lập GOsa 1/3" -#: include/class_ldap.inc:1055 -#, php-format -msgid "" -"This is not a valid DN: '%s'. A block for import should begin with 'dn: ...' " -"in line %s" -msgstr "" -"Đây không phải là một DN hợp lệ: '%s'. Khóa để chặn việc nạp thêm phải được " -"bắt đầu với 'dn:...' trong dòng %s " +#~ msgid "The specified value for '%s' must be a numeric value" +#~ msgstr "Gía trị cụ thể cho '%s' phải là một giá trị số" -#: include/class_ldap.inc:1084 -#, php-format -msgid "Error while importing dn: '%s', please check your LDIF from line %s on!" -msgstr "" -"Lỗi trong khi đang nạp thêm dn:'%s', xin hãy kiểm tra lại LDIF của bạn từ " -"dòng %s trở đi!" +#~ msgid "Don't add a trailing comma to '%s'." +#~ msgstr "Đừng thêm dấu phẩy đuôi vào '%s'." -#: include/php_setup.inc:103 -msgid "Generating this page caused the PHP interpreter to raise some errors!" -msgstr "Tạo ra trang này khiến cho bộ dịch PHP sinh ra một số lỗi!" +#~ msgid "People storage ou" +#~ msgstr "ou lưu trữ người" -#: include/php_setup.inc:108 -msgid "Send bug report to the GOsa Team" -msgstr "Gửi báo cáo lỗi cho nhóm phát triển GOsa" +#~ msgid "Group storage ou" +#~ msgstr "ou lưu trữ nhóm" -#: include/php_setup.inc:108 -msgid "Send bugreport" -msgstr "Gửi thông báo lỗi" +#~ msgid "Uid base must be numeric" +#~ msgstr "Gốc UID phải là số" -#: include/php_setup.inc:113 -msgid "Toggle information" -msgstr "Thông tin Toggle" +#~ msgid "The given password minimum length is not numeric." +#~ msgstr "Độ dài tối thiểu của mật khẩu đã cho không phải là số." -#: include/php_setup.inc:123 -msgid "PHP error" -msgstr "Lỗi PHP" +#~ msgid "The given password differ value is not numeric." +#~ msgstr "Gía trị khác của mật khẩu cho trước không phải là số." -#: include/php_setup.inc:142 -msgid "class" -msgstr "lớp" +#~ msgid "Available members" +#~ msgstr "Những thành viên đang có mặt" -#: include/php_setup.inc:148 -msgid "function" -msgstr "chức năng" +#~ msgid "GOsa login screen" +#~ msgstr "Màn hình đăng nhập GOsa" -#: include/php_setup.inc:153 -msgid "static" -msgstr "tĩnh" +#~ msgid "Login screen" +#~ msgstr "Màn hình đăng nhập" -#: include/php_setup.inc:157 -msgid "method" -msgstr "phương pháp" +#~ msgid "" +#~ "Please use your username and your password to log into the site " +#~ "administration system." +#~ msgstr "" +#~ "Xin hãy sử dụng tên và mật khẩu của bạn để đăng nhập vào trang hệ thống " +#~ "quản trị." -#: include/php_setup.inc:190 -msgid "Trace" -msgstr "Dò theo" +#~ msgid "Directory" +#~ msgstr "Thư mục" -#: include/php_setup.inc:191 -msgid "File" -msgstr "File" +#~ msgid "Sign in" +#~ msgstr "Đăng ký" -#: include/php_setup.inc:191 -msgid "Line" -msgstr "Dòng" +#~ msgid "" +#~ "This may be used by several groups. Please double check if your really " +#~ "want to do this since there is no way for GOsa to get your data back." +#~ msgstr "" +#~ "Thứ này có thể được sử dụng bởi một vài nhóm. Xin hãy kiểm tra hai lần " +#~ "nếu bạn thực sự muốn làm điều này bởi vì sẽ không có cách nào để GOsa " +#~ "phục hồi dữ liệu cho bạn." -#: include/php_setup.inc:192 -msgid "Arguments" -msgstr "Tranh luận" +#~ msgid "" +#~ "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." +#~ msgstr "" +#~ "Vì thế nếu bạn chắc chắn hãy nhấn \"Xóa bỏ\" để tiếp tục hoặc'Hủy bỏ' để " +#~ "dừng lại." -#: include/class_pathNavigator.inc:69 -#, fuzzy -msgid "Welcome to GOsa" -msgstr "Chào mừng bạn đến với bộ cài đặt wizard GOsa" +#~ msgid "Main" +#~ msgstr "Trang chính" -#: include/class_pluglist.inc:74 -msgid "All objects in this category" -msgstr "Tất cả các đối tượng trong hạng mục này" +#~ msgid "Help" +#~ msgstr "Trợ giúp" -#: include/class_pluglist.inc:99 -msgid "The configuration format has changed. Please re-run setup!" -msgstr "Định dạng cấu hình đã thay đổi. Xin hãy chạy lại cài đặt!" +#~ msgid "Sign out" +#~ msgstr "Đăng xuất" -#: include/exporter/class_PDF.inc:24 -#, fuzzy -msgid "Page" -msgstr "Máy nhắn tin" +#~ msgid "Signed in:" +#~ msgstr "Đăng nhập:" -#: include/exporter/class_pdfExporter.inc:18 -msgid "No PDF export possible: there is no FPDF library installed." -msgstr "" +#~ msgid "Change your password" +#~ msgstr "Thay đổi mật khẩu của bạn" -#: include/exporter/class_pdfExporter.inc:145 -msgid "PDF" -msgstr "" +#~ msgid "Success" +#~ msgstr "Thành công" -#: include/exporter/class_cvsExporter.inc:48 -msgid "CSV" -msgstr "" +#~ msgid "Your password has been changed successfully." +#~ msgstr "Mật khẩu của bạn đã được thay đổi thành công." -#: include/class_gosaSupportDaemon.inc:112 -msgid "GOsa support daemon" -msgstr "GOsa hỗ trợ chương trình daemon" +#~ msgid "" +#~ "This dialog provides a simple way to change your password. Enter the " +#~ "current password and the new password (twice) in the fields below and " +#~ "press the 'Change' button." +#~ msgstr "" +#~ "Hộp thoại này cung cấp một cách đơn giản để thay đổi mật khẩu của bạn. " +#~ "Hãy nhập mật khẩu hiện tại và mật khẩu mới vào (hai lần) trong các trường " +#~ "bên dưới và nhấn vào nút 'Thay đổi'." -#: include/class_gosaSupportDaemon.inc:787 -msgid "Cannot not parse XML!" -msgstr "Không thể phân tách XML!" +#~ msgid "New password repeated" +#~ msgstr "Mật khẩu mới được lặp lại" -#: include/class_gosaSupportDaemon.inc:1184 -#, php-format -msgid "Cannot send abort event for entry %s!" -msgstr "Không thể gửi thông báo trì hoãn đến entry %s!" +#~ msgid "Change" +#~ msgstr "Thay đổi" -#: include/class_gosaSupportDaemon.inc:1204 -#, php-format -msgid "Cannot remove entry %s!" -msgstr "Không thể xóa entry %s!" +#~ msgid "Click here to change your password" +#~ msgstr "Kích vào đây để thay đổi mật khẩu của bạn" -#: include/class_management.inc:459 include/class_plugin.inc:1434 -#, php-format -msgid "You are not allowed to create a snapshot for %s." -msgstr "Bạn không được phép tạo ra snapshot cho %s." +#~ msgid "UNIX" +#~ msgstr "UNIX" -#: include/class_management.inc:506 include/class_management.inc:543 -#: include/class_management.inc:557 include/class_plugin.inc:1446 -#: include/class_plugin.inc:1461 include/class_plugin.inc:1474 -#, php-format -msgid "You are not allowed to restore a snapshot for %s." -msgstr "Bạn không được phép phục hồi một snapshot cho %s." +#~ msgid "FTP" +#~ msgstr "FTP " -#: include/class_management.inc:616 -#, php-format -msgid "" -"No tab declaration for '%s' found in your configuration file. Cannot create " -"plugin instance!" -msgstr "" +#~ msgid "Thin Client" +#~ msgstr "Máy khách yếu" -#: include/class_plugin.inc:527 -msgid "" -"The object has changed since opened in GOsa. All changes that may be done by " -"others get lost if you save this entry!" -msgstr "" -"Đối tượng đã bị thay đổi từ khi được mở trong GOsa. Nếu bạn lưu entry này " -"lại, khi các đối tượng khác lạc hướng có thể gây ra thêm tất cả các thay đổi!" +#~ msgid "Object name" +#~ msgstr "Tên đối tượng" -#: include/class_plugin.inc:1690 -msgid "Changing ACL dn" -msgstr "Thay đổi ACL dn" +#~ msgid "This object has no relationship to other objects." +#~ msgstr "Đối tượng này không có mối quan hệ nào với các đối tượng khác." -#: include/class_plugin.inc:1690 -msgid "from" -msgstr "Từ" +#~ msgid "" +#~ "Changing the password affects your authentification on mail, proxy, samba " +#~ "and unix services." +#~ msgstr "" +#~ "Thay đổi mật khẩu có thể ảnh hưởng đến sự xác nhận của bạn lên các dịch " +#~ "vụ mail, ủy quyền (proxy), samba và unix." -#: include/class_plugin.inc:1874 include/class_plugin.inc:1876 -msgid "Restore" -msgstr "Phục hồi" +#~ msgid "" +#~ "(Some types of certificates are currently not supported and may be " +#~ "displayed as 'invalid'.)" +#~ msgstr "" +#~ "(Một số loại chứng nhận hiện không được hỗ trợ và có thể hiển thị 'không " +#~ "hợp lệ'.)" -#: include/class_plugin.inc:1899 -msgid "Create snapshot" -msgstr "Tạo ra snapshot" +#~ msgid "Personal picture" +#~ msgstr "Ảnh cá nhân" -#: include/class_plugin.inc:1918 -msgid "cut" -msgstr "cắt" +#~ msgid "In all groups" +#~ msgstr "Trong tất cả các nhóm" -#: include/class_plugin.inc:1926 -msgid "copy" -msgstr "Copy" +#~ msgid "Not in all groups" +#~ msgstr "Không ở trong tất cả các nhóm" -#: include/class_session.inc:76 include/class_session.inc:101 -#: include/class_session.inc:127 #, fuzzy -msgid "Requested channel does not exist! Please contact your Administrator." -msgstr "" -"Tên người dùng/UID không phải là duy nhất trong cây LDAP. Xin hãy liên Lạc " -"với Admin của bạn." +#~ msgid "! unknown UID" +#~ msgstr "! không nhận ra id này" -#: html/helpviewer.php:64 -msgid "Help browser" -msgstr "Hỗ trợ trình duyệt" +#~ msgid "" +#~ "Search returned too many results. Not displaying more than %s entries!" +#~ msgstr "" +#~ "Việc tìm kiếm có quá nhiều kết quả. Không hiển thị nhiều hơn %s mục vào!" -#: html/helpviewer.php:118 -msgid "There is no helpfile specified for this class" -msgstr "Không có file trợ giúp nào được chỉ định cho lớp này" +#~ msgid "All categories" +#~ msgstr "Tất cả các mục" -#: html/helpviewer.php:269 -#, php-format -msgid "Helpdir '%s' is not accessible, can't read any helpfiles." -msgstr "" -"Không thể truy cập Helpdir '%s', không thể đọc được bất cứ file trợ giúp nào." +#~ msgid "All objects in current subtree" +#~ msgstr "Tất cả các đối tượng hiện trong cây thư mục con hiện tại" -#: html/index.php:45 -#, php-format -msgid "Your browser (%s) is blacklisted for the current theme." -msgstr "" +#~ msgid "Systems" +#~ msgstr "Các hệ thống" -#: html/index.php:70 -#, php-format -msgid "This session is not ecrypted. Click %s to enter an encrypted session." -msgstr "" +#~ msgid "Startup" +#~ msgstr "Khởi động" -#: html/index.php:70 -#, fuzzy -msgid "here" -msgstr "Theme" +#~ msgid "FAI summary" +#~ msgstr "Tóm tắt FAI" -#: html/index.php:76 -msgid "" -"The session lifetime configured in your gosa.conf will be overridden by php." -"ini settings." -msgstr "" -"Thời gian hạn định của phiên được cấu hình trong file gosa.conf của bạn sẽ " -"được ghi đè lên bởi các thiết lập php.ini." +#~ msgid "Cannot bind to LDAP. Please contact the system administrator." +#~ msgstr "" +#~ "Không thể nối kết với LDAP. Xin hãy liên lạc với với admin hệ thống." -#: html/index.php:156 html/password.php:61 -#, php-format -msgid "GOsa configuration %s/%s is not readable. Aborted." -msgstr "Cấu hình GOsa %s/%s không đọc được. Bãi bỏ." +#~ msgid "The mcrypt module was not found. Please install php5-mcrypt." +#~ msgstr "Không tìm thấy Mô-đun mcrypt. Xin hãy cài đặt php5-mcrypt." -#: html/index.php:177 -msgid "Smarty error" -msgstr "Lỗi Smarty" +#~ msgid "Password reset" +#~ msgstr "Xác lập lại mật khẩu" -#: html/index.php:177 html/password.php:88 html/setup.php:66 -#, php-format -msgid "Directory '%s' specified as compile directory is not accessible!" -msgstr "" -"Không thể truy cập vào thư mục '%s' được xác định là thư mục soạn thảo!" +#~ msgid "Up" +#~ msgstr "Lên" -#: html/index.php:228 -msgid "There is a problem with the authentication setup!" -msgstr "Có vấn đề với việc cài đặt chức năng xác định thẩm quyền!" +#~ msgid "Down" +#~ msgstr "Xuống" -#: html/index.php:236 -msgid "Cannot find a valid user for the current authentication setup!" -msgstr "" -"Không thể tìm thấy một người dùng hợp lệ cho việc cài đặt xác định thẩm " -"quyền hiện tại!" +#~ msgid "" +#~ "Username / UID is not unique inside the LDAP tree. Please contact your " +#~ "Administrator." +#~ msgstr "" +#~ "Tên người dùng/UID không phải là duy nhất trong cây LDAP. Xin hãy liên " +#~ "Lạc với Admin của bạn." -#: html/index.php:240 -msgid "User information is not unique accross the configured LDAP trees!" -msgstr "" -"Thông tin người dùng không phải là duy nhất trong tất cả các cây LDAP đã " -"được cấu hình!" +#~ msgid "Error while adding a lock. Contact the developers!" +#~ msgstr "" +#~ "Lỗi khi đang thêm một khóa vào. Hãy liên lạc với các nhà phát triển!" -#: html/index.php:277 -msgid "Cannot detect information about the installed LDAP schema!" -msgstr "Không thể tìm ra thông tin về lược đồ LDAP đã được cài đặt!" +#~ msgid "" +#~ "Cannot create locking information in LDAP tree. Please contact your " +#~ "administrator!" +#~ msgstr "" +#~ "Không thể tạo ra việc khóa thông tin trong cây LDAP.Xin hãy liên lạc với " +#~ "admin của bạn!" -#: html/index.php:290 -msgid "Your LDAP setup contains old schema definitions:" -msgstr "Cài đặt LDAP của bạn có chứa các định nghĩa lược đồ cũ:" +#~ msgid "LDAP server returned: %s" +#~ msgstr "LDAP server trả về: %s" -#: html/index.php:311 -msgid "Please specify a valid username!" -msgstr "Xin hãy xác định một tên người dùng hợp lệ!" +#~ msgid "" +#~ "Found multiple locks for object to be locked. This should not happen - " +#~ "cleaning up multiple references." +#~ msgstr "" +#~ "Tìm thấy nhiều khóa khác nhau để khóa đối tượng. Điều này không nên xảy " +#~ "ra - hãy dọn sạch các tham chiếu." -#: html/index.php:314 -msgid "Please specify your password!" -msgstr "Xin hãy xác định mật mã của bạn!" +#~ msgid "" +#~ "Set the new size limit to %s and show me this message if the limit still " +#~ "exceeds" +#~ msgstr "" +#~ "Thiết lập kích cỡ mới cho %s và cho tôi thấy tin nhắn nếu giới hạn này " +#~ "vẫn vượt quá tiêu chuẩn" -#: html/index.php:326 -msgid "Authentication error" -msgstr "Lỗi xác định thẩm quyền" +#~ msgid "Apply filter" +#~ msgstr "Áp dụng bộ lọc" -#: html/index.php:326 -msgid "Cannot retrieve user information for htaccess authentication!" -msgstr "" -"Không thể phục hồi thông tin của người dùng cho việc thẩm định quyền " -"htaccess (truy cập ht)!" +#~ msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" +#~ msgstr "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" -#: html/index.php:333 html/password.php:250 -msgid "Please check the username/password combination." -msgstr "Xin hãy kiểm tra kết hợp tên người dùng/mật khẩu." +#~ msgid "LDAP warning" +#~ msgstr "Cảnh báo LDAP" -#: html/index.php:381 -msgid "Account locked. Please contact your system administrator!" -msgstr "" -"Tài khoản bị khóa. Xin hãy liên lạc với admin quản trị hệ thống của bạn!" +#~ msgid "Used to store account specific informations." +#~ msgstr "Đã từng lưu trữ thông tin cụ thể về tài khoản." -#: html/index.php:425 -msgid "" -"Your browser has cookies disabled. Please enable cookies and reload this " -"page before logging in!" -msgstr "" -"Trình duyệt của bạn đã vô hiệu cookies. Xin hãy cho phép cookies vào và tải " -"lại trang này trước khi đăng nhập!" +#~ msgid "" +#~ "You have enabled the rfc2307bis option on the 'ldap setup' step, but your " +#~ "schema configuration do not support this option." +#~ msgstr "" +#~ "Bạn vừa bật lựa chọn rfc2307bis lên trên bước ' cài đặt ldap', nhưng cấu " +#~ "hình giản đồ của bạn không hỗ trợ lựa chọn này." -#: html/password.php:181 -msgid "Error: Password method not available!" -msgstr "Lỗi: Phương pháp mật khẩu không có!" +#~ msgid "" +#~ "Your schema is configured to support the rfc2307bis group, but you have " +#~ "disabled this option on the 'ldap setup' step." +#~ msgstr "" +#~ "Lược đồ của bạn được cấu hình để hỗ trợ nhóm rfc2307bis, nhưng bạn đã vừa " +#~ "tắt chức năng này đi trong bước 'cài đặt ldap'." -#: html/password.php:254 -msgid "You have no permissions to change your password." -msgstr "Bạn không được phép thay đổi mật mã của bạn." +#~ msgid "" +#~ "Command '%s', specified as POSTMODIFY for plugin '%s' doesn't seem to " +#~ "exist." +#~ msgstr "" +#~ "Lệnh '%s', được xác định là POSTMODIFY (thay đổi sau) cho chế độ plugin '%" +#~ "s' hình như không tồn tại." -#: html/password.php:279 -#, fuzzy, php-format -msgid "External password changer reported a problem: %s" -msgstr "Bộ thay đổi mật khẩu bên ngoài báo cáo có vấn đề:%s." +#~ msgid "" +#~ "The timezone setting '%s' in your gosa.conf is not valid. Cannot " +#~ "calculate correct timezone offset." +#~ msgstr "" +#~ "Múi giờ thiết lập '%s' trong gosa.config không hợp lệ. Không thể tính " +#~ "toán chính xác thời gian bù thêm vào múi giờ." -#: html/password.php:314 -msgid "Session will not be encrypted." -msgstr "Phiên sẽ không được mã hóa." +#~ msgid "Select to list objects of type '%s'." +#~ msgstr "Chọn để liệt kê các đối tượng loại '%s'." -#: html/password.php:316 -msgid "Enter SSL session" -msgstr "Vào phiên SSL" +#~ msgid "Select to list objects containig '%s'." +#~ msgstr "Chọn để liệt kê đối tượng chứa '%s'." -#: html/setup.php:66 -msgid "Smarty" -msgstr "Smarty" +#~ msgid "Select to list objects that have '%s' enabled" +#~ msgstr "Chọn để liệt kê đối tượng mà cho phép '%s'" -#: html/main.php:150 -#, php-format -msgid "Cannot locate file '%s' - please run '%s' to fix this" -msgstr "Không thể xác định vị trí file '%s'- xin hãy chạy '%s' để sửa lỗi này!" +#~ msgid "Select to search within subtrees" +#~ msgstr "Chọn để tìm kiếm trong các cây con" -#: html/main.php:169 -msgid "PHP configuration" -msgstr "Cấu hình PHP" +#, fuzzy +#~ msgid "in" +#~ msgstr "Trang chính" -#: html/main.php:170 -msgid "" -"FATAL: Register globals is on. GOsa will refuse to login unless this is " -"fixed by an administrator." -msgstr "" -"LỖI NGHIÊM TRỌNG: Đăng ký toàn cầu đang bật. GOsa sẽ từ chối đăng nhập vào " -"trừ khi lỗi này được một admin sửa." +#, fuzzy +#~ msgid "on line" +#~ msgstr "Tiếp tục" -#: html/main.php:230 -msgid "Running out of memory!" -msgstr "Hết dung lượng bộ nhớ!" +#~ msgid "Contains ACLs for these objects: %s" +#~ msgstr "Có chứa ACLs cho các đối tượng: %s " -#: html/main.php:289 -#, fuzzy -msgid "ACLs are disabled" -msgstr "Vô hiệu việc kiểm tra ACL của người dùng" +#~ msgid "Role: %s" +#~ msgstr "Vai trò: %s" -#: html/main.php:289 html/main.php:291 -#, php-format -msgid "You're logged in as %s" -msgstr "" +#~ msgid "Go up one department" +#~ msgstr "Đi lên một bộ phận" -#: html/main.php:341 -msgid "Your password is about to expire, please change your password!" -msgstr "Mật khẩu của bạn chuẩn bị hết hạn, xin hãy thay đối mật khẩu của bạn!" +#~ msgid "Go to users department" +#~ msgstr "Đi đến bộ phận người dùng" -#: html/main.php:351 -msgid "Plugin" -msgstr "Plugin" +#~ msgid "Remove snapshot" +#~ msgstr "Xóa snapshot" -#: html/main.php:352 -#, php-format -msgid "FATAL: Cannot find any plugin definitions for plugin '%s'!" -msgstr "" -"LỖI NGHIÊM TRỌNG: không thể tìm thấy bất cứ plugin definition nào cho " -"plugin '%s'!" +#~ msgid "Send bug report to the GOsa Team" +#~ msgstr "Gửi báo cáo lỗi cho nhóm phát triển GOsa" -#: html/main.php:367 -#, fuzzy -msgid "Configuration Error" -msgstr "Lỗi cấu hình" +#~ msgid "Toggle information" +#~ msgstr "Thông tin Toggle" -#: html/main.php:368 -#, php-format -msgid "" -"FATAL: not all POST variables have been transfered by PHP - please inform " -"your administrator!" -msgstr "" +#~ msgid "All objects in this category" +#~ msgstr "Tất cả các đối tượng trong hạng mục này" + +#~ msgid "" +#~ "The object has changed since opened in GOsa. All changes that may be done " +#~ "by others get lost if you save this entry!" +#~ msgstr "" +#~ "Đối tượng đã bị thay đổi từ khi được mở trong GOsa. Nếu bạn lưu entry này " +#~ "lại, khi các đối tượng khác lạc hướng có thể gây ra thêm tất cả các thay " +#~ "đổi!" + +#~ msgid "Changing ACL dn" +#~ msgstr "Thay đổi ACL dn" + +#~ msgid "from" +#~ msgstr "Từ" + +#~ msgid "Restore" +#~ msgstr "Phục hồi" + +#~ msgid "cut" +#~ msgstr "cắt" + +#~ msgid "User information is not unique accross the configured LDAP trees!" +#~ msgstr "" +#~ "Thông tin người dùng không phải là duy nhất trong tất cả các cây LDAP đã " +#~ "được cấu hình!" + +#~ msgid "Your LDAP setup contains old schema definitions:" +#~ msgstr "Cài đặt LDAP của bạn có chứa các định nghĩa lược đồ cũ:" + +#~ msgid "" +#~ "FATAL: Register globals is on. GOsa will refuse to login unless this is " +#~ "fixed by an administrator." +#~ msgstr "" +#~ "LỖI NGHIÊM TRỌNG: Đăng ký toàn cầu đang bật. GOsa sẽ từ chối đăng nhập " +#~ "vào trừ khi lỗi này được một admin sửa." #, fuzzy #~ msgid "Prpperties" @@ -6708,22 +7786,12 @@ msgstr "" #~ "Bỏ qua tin nhắn này sẽ thay đổi/hủy dữ liệu mà hiện nay bạn đang hiệu " #~ "chỉnh, vì thể xin hãy đóng các cửa sổ lại và đăng nhập lại." -#~ msgid "Logout" -#~ msgstr "Đăng xuất" - #~ msgid "External password changer reported a problem: " #~ msgstr "Bộ thay đổi mật khẩu bên ngoài báo cáo một vấn đề: " -#~ msgid "Session is not encrypted!" -#~ msgstr "Phiên không được mã hóa!" - #~ msgid "You're going to edit the LDAP entry/entries %s" #~ msgstr "Bạn sẽ hiệu chỉnh entry/các entry %s của LDAP" -#, fuzzy -#~ msgid "Filter" -#~ msgstr "Các bộ lọc" - #, fuzzy #~ msgid "Show department" #~ msgstr "Bộ phận" @@ -6834,10 +7902,6 @@ msgstr "" #~ "nếu bạn thực sự muốn làm việc này bởi sẽ không có cách nào để GOsa lấy " #~ "lại dữ liệu cho bạn." -#, fuzzy -#~ msgid "Show primary groups" -#~ msgstr "các nhóm sơ cấp" - #, fuzzy #~ msgid "Show samba groups" #~ msgstr "các nhóm samba" @@ -6928,10 +7992,6 @@ msgstr "" #~ msgid "Group selection filter" #~ msgstr "Thiết lập nhóm" -#, fuzzy -#~ msgid "List filter settings" -#~ msgstr "Thiết lập của người dùng" - #, fuzzy #~ msgid "Posix extension settings" #~ msgstr "Thiết lập Posix" @@ -7106,9 +8166,6 @@ msgstr "" #~ msgid "functional groups" #~ msgstr "các nhóm chức năng" -#~ msgid "Not allowed" -#~ msgstr "Không cho phép" - #~ msgid "Number of listed groups" #~ msgstr "Tên các nhóm đã được lên danh sách" @@ -7124,9 +8181,6 @@ msgstr "" #~ msgid "templates" #~ msgstr "các mẫu" -#~ msgid "GOsa object" -#~ msgstr "Đối tượng GOsa" - #~ msgid "functional users" #~ msgstr "Người dùng chức năng" @@ -7139,13 +8193,6 @@ msgstr "" #~ msgid "proxy users" #~ msgstr "Người dùng Proxy" -#, fuzzy -#~ msgid "phone users" -#~ msgstr "Người dùng Proxy" - -#~ msgid "GOsa" -#~ msgstr "GOsa" - #~ msgid "Edit UNIX properties" #~ msgstr "Hiệu chỉnh các tính năng UNIX" @@ -7189,9 +8236,6 @@ msgstr "" #~ "trang và kích vào phím \"Tiếp tục\" để tiếp tục với hộp thoại quản lý bộ " #~ "phận." -#~ msgid "Department management" -#~ msgstr "Quản trị phòng ban " - #~ msgid "" #~ "This includes all system and setup informations. Please double check if " #~ "your really want to do this since there is no way for GOsa to get your " @@ -7289,9 +8333,6 @@ msgstr "" #~ msgid "Role name" #~ msgstr "Tên vai trò" -#~ msgid "Role description" -#~ msgstr "Mô tả vai trò" - #~ msgid "Swedish" #~ msgstr "Tiếng Thụy Điển" diff --git a/gosa-core/locale/core/zh/LC_MESSAGES/messages.po b/gosa-core/locale/core/zh/LC_MESSAGES/messages.po index 26fcb0362..448425d0f 100644 --- a/gosa-core/locale/core/zh/LC_MESSAGES/messages.po +++ b/gosa-core/locale/core/zh/LC_MESSAGES/messages.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: messages\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2010-04-16 10:37+0200\n" +"POT-Creation-Date: 2010-06-07 14:39+0200\n" "PO-Revision-Date: 2007-06-03 12:27+0800\n" "Last-Translator: Jiang Xin \n" "Language-Team: Chinese Simplified \n" @@ -16,74 +16,63 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" -#: setup/setup_ldap.tpl:7 +#: setup/setup_ldap.tpl:2 +msgid "" +"The main data source used in GOsa is LDAP. In order to access the " +"information stored there, please enter the required information." +msgstr "" + +#: setup/setup_ldap.tpl:9 msgid "Please choose the LDAP user to be used by GOsa" msgstr "" -#: setup/setup_ldap.tpl:13 ihtml/themes/default/help.tpl:21 -#: ihtml/themes/modern/help.tpl:21 include/class_filter.inc:228 +#: setup/setup_ldap.tpl:15 ihtml/themes/default/help.tpl:21 +#: include/class_filter.inc:158 include/class_filter.inc:228 msgid "Search" msgstr "查找" -#: setup/setup_ldap.tpl:17 setup/setup_migrate.tpl:169 -#: setup/setup_migrate.tpl:224 setup/setup_migrate.tpl:277 -#: setup/setup_migrate.tpl:346 setup/setup_migrate.tpl:405 -#: setup/setup_migrate.tpl:462 setup/setup_migrate.tpl:512 -#: setup/setup_migrate.tpl:560 setup/setup_migrate.tpl:609 -#: ihtml/themes/default/acl.tpl:30 ihtml/themes/default/acl.tpl:54 -#: ihtml/themes/default/acl.tpl:130 ihtml/themes/default/acl.tpl:147 -#: ihtml/themes/modern/acl.tpl:33 ihtml/themes/modern/acl.tpl:62 -#: ihtml/themes/modern/acl.tpl:133 ihtml/themes/modern/acl.tpl:150 -#: include/utils/class_msgPool.inc:324 +#: setup/setup_ldap.tpl:19 setup/setup_migrate.tpl:70 +#: ihtml/themes/default/acl.tpl:33 ihtml/themes/default/acl.tpl:62 +#: ihtml/themes/default/acl.tpl:133 ihtml/themes/default/acl.tpl:150 +#: include/utils/class_msgPool.inc:307 #, php-format msgid "Apply" msgstr "应用" -#: setup/setup_ldap.tpl:19 setup/setup_migrate.tpl:172 -#: setup/setup_migrate.tpl:227 setup/setup_migrate.tpl:279 -#: setup/setup_migrate.tpl:348 setup/setup_migrate.tpl:408 -#: setup/setup_migrate.tpl:465 setup/setup_migrate.tpl:515 -#: setup/setup_migrate.tpl:563 setup/setup_migrate.tpl:612 -#: ihtml/themes/default/acl.tpl:134 ihtml/themes/default/acl.tpl:150 +#: setup/setup_ldap.tpl:20 setup/setup_migrate.tpl:71 +#: ihtml/themes/default/acl.tpl:137 ihtml/themes/default/acl.tpl:153 #: ihtml/themes/default/copyPasteDialog.tpl:21 -#: ihtml/themes/default/remove.tpl:15 ihtml/themes/default/islocked.tpl:19 +#: ihtml/themes/default/islocked.tpl:26 #: ihtml/themes/default/snapshotdialog.tpl:44 -#: ihtml/themes/default/snapshotdialog.tpl:89 -#: ihtml/themes/default/msg_dialog.tpl:79 -#: ihtml/themes/default/msg_dialog.tpl:139 -#: ihtml/themes/default/msg_dialog.tpl:144 ihtml/themes/modern/acl.tpl:137 -#: ihtml/themes/modern/acl.tpl:153 ihtml/themes/modern/copyPasteDialog.tpl:21 -#: ihtml/themes/modern/islocked.tpl:26 -#: ihtml/themes/modern/snapshotdialog.tpl:44 -#: ihtml/themes/modern/snapshotdialog.tpl:90 -#: ihtml/themes/modern/msg_dialog.tpl:80 -#: ihtml/themes/modern/msg_dialog.tpl:141 -#: ihtml/themes/modern/msg_dialog.tpl:146 include/utils/class_msgPool.inc:312 +#: ihtml/themes/default/snapshotdialog.tpl:90 +#: ihtml/themes/default/msg_dialog.tpl:80 +#: ihtml/themes/default/msg_dialog.tpl:141 +#: ihtml/themes/default/msg_dialog.tpl:146 include/utils/class_msgPool.inc:295 #, php-format msgid "Cancel" msgstr "取消" -#: setup/setup_ldap.tpl:28 +#: setup/setup_ldap.tpl:28 setup/setup_ldap.tpl:29 #, fuzzy msgid "LDAP connection" msgstr "断开" -#: setup/setup_ldap.tpl:32 +#: setup/setup_ldap.tpl:31 msgid "Location name" msgstr "位置名称" -#: setup/setup_ldap.tpl:40 +#: setup/setup_ldap.tpl:35 #, fuzzy msgid "Connection URI" msgstr "连接 URL" -#: setup/setup_ldap.tpl:48 +#: setup/setup_ldap.tpl:39 #, fuzzy msgid "TLS connection" msgstr "连接" -#: setup/setup_ldap.tpl:58 plugins/personal/generic/generic.tpl:170 -#: plugins/personal/generic/class_user.inc:1692 +#: setup/setup_ldap.tpl:47 plugins/personal/generic/generic.tpl:170 +#: plugins/personal/generic/class_user.inc:1726 #: plugins/personal/posix/groupSelect/group-list.tpl:12 #: plugins/personal/posix/trustSelect/trust-list.tpl:12 #: plugins/admin/users/user-list.tpl:12 @@ -92,13 +81,13 @@ msgstr "连接" #: plugins/admin/groups/generic.tpl:39 #: plugins/admin/groups/userSelect/user-list.tpl:12 #: plugins/admin/groups/group-list.tpl:12 -#: plugins/admin/groups/class_group.inc:1023 +#: plugins/admin/groups/class_group.inc:1039 #: plugins/admin/departments/class_domain.inc:92 #: plugins/admin/departments/generic.tpl:39 #: plugins/admin/departments/organization.tpl:39 #: plugins/admin/departments/class_localityGeneric.inc:94 #: plugins/admin/departments/locality.tpl:28 -#: plugins/admin/departments/class_department.inc:671 +#: plugins/admin/departments/class_department.inc:679 #: plugins/admin/departments/dcObject.tpl:28 #: plugins/admin/departments/domain.tpl:28 #: plugins/admin/departments/country.tpl:28 @@ -107,95 +96,61 @@ msgstr "连接" #: plugins/admin/departments/class_organizationGeneric.inc:125 #: plugins/admin/departments/class_dcObject.inc:93 #: plugins/admin/acl/acl_role.tpl:27 plugins/admin/acl/acl-list.tpl:12 -#: plugins/admin/acl/class_aclRole.inc:725 +#: plugins/admin/acl/class_aclRole.inc:739 #: plugins/admin/ogroups/generic.tpl:26 #: plugins/admin/ogroups/objectSelect/selectObject-list.tpl:12 -#: plugins/admin/ogroups/class_ogroup.inc:850 +#: plugins/admin/ogroups/class_ogroup.inc:834 #: plugins/admin/ogroups/ogroup-list.tpl:12 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:114 +#: plugins/addons/dyngroup/dyngroup.tpl:5 msgid "Base" msgstr "位置" -#: setup/setup_ldap.tpl:68 setup/setup_migrate.tpl:273 +#: setup/setup_ldap.tpl:57 #, fuzzy msgid "Reload" msgstr "读" -#: setup/setup_ldap.tpl:72 +#: setup/setup_ldap.tpl:63 setup/setup_ldap.tpl:64 #, fuzzy msgid "Authentication" msgstr "Nagios 鉴权" -#: setup/setup_ldap.tpl:76 +#: setup/setup_ldap.tpl:66 msgid "Admin DN" msgstr "管理员 DN" -#: setup/setup_ldap.tpl:81 -#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:79 +#: setup/setup_ldap.tpl:71 #, fuzzy msgid "Select user" msgstr "删除用户" -#: setup/setup_ldap.tpl:89 +#: setup/setup_ldap.tpl:81 msgid "Automatically append LDAP base to admin DN" msgstr "" -#: setup/setup_ldap.tpl:96 +#: setup/setup_ldap.tpl:85 msgid "Admin password" msgstr "管理员口令" -#: setup/setup_ldap.tpl:104 +#: setup/setup_ldap.tpl:91 setup/setup_ldap.tpl:92 #, fuzzy msgid "Schema based settings" msgstr "Samba 设置" -#: setup/setup_ldap.tpl:108 +#: setup/setup_ldap.tpl:94 msgid "Use rfc2307bis compliant groups" msgstr "" -#: setup/setup_ldap.tpl:120 +#: setup/setup_ldap.tpl:105 setup/setup_ldap.tpl:106 #, fuzzy msgid "Current status" msgstr "当前版本" -#: setup/setup_ldap.tpl:124 ihtml/themes/default/msg_dialog.tpl:61 -#: ihtml/themes/default/msg_dialog.tpl:108 -#: plugins/admin/ogroups/class_ogroup.inc:200 +#: setup/setup_ldap.tpl:108 plugins/admin/ogroups/class_ogroup.inc:230 msgid "Information" msgstr "提示信息" -#: setup/class_setupStep_Config3.inc:81 setup/class_setupStep_Config3.inc:82 -#, fuzzy -msgid "GOsa settings 3/3" -msgstr "用户设置" - -#: setup/class_setupStep_Config3.inc:83 -msgid "Tweak some GOsa core behaviour" -msgstr "" - -#: setup/class_setupStep_Config3.inc:93 setup/class_setupStep_Ldap.inc:74 -#: setup/class_setupStep_Config2.inc:136 setup/setup_feedback.tpl:65 -#: setup/setup_feedback.tpl:85 setup/class_setupStep_Schema.inc:86 -#: setup/class_setupStep_Config1.inc:88 -msgid "No" -msgstr "否" - -#: setup/class_setupStep_Config3.inc:93 setup/class_setupStep_Ldap.inc:74 -#: setup/class_setupStep_Config2.inc:136 setup/setup_feedback.tpl:63 -#: setup/setup_feedback.tpl:83 setup/class_setupStep_Schema.inc:86 -#: setup/class_setupStep_Config1.inc:88 -msgid "Yes" -msgstr "是" - -#: setup/class_setupStep_Config3.inc:212 -#, fuzzy -msgid "Session lifetime must be a numeric value!" -msgstr "需要的分值必须是数字。" - -#: setup/class_setupStep_Config3.inc:216 -#, fuzzy -msgid "Maximum LDAP query time must be a numeric value!" -msgstr "需要的分值必须是数字。" - #: setup/setup_finish.tpl:3 #, fuzzy msgid "Create your configuration file" @@ -205,300 +160,204 @@ msgstr "配置文件" msgid "Depending on the user name your webserver is running on:" msgstr "" -#: setup/setup_finish.tpl:28 +#: setup/setup_finish.tpl:27 msgid "Download configuration" msgstr "下载配置" -#: setup/setup_finish.tpl:34 +#: setup/setup_finish.tpl:33 #, fuzzy msgid "Status: " msgstr "状态" -#: setup/setup_welcome.tpl:4 -msgid "" -"This seems to be the first time you start GOsa - we didn't find any " -"configuration right now. This simple wizard intends to help you while " -"setting it up." -msgstr "" - -#: setup/setup_welcome.tpl:8 -msgid "What will the wizard do for you?" +#: setup/setup_welcome.tpl:3 +msgid "How to get started" msgstr "" -#: setup/setup_welcome.tpl:11 -msgid "Create a basic, single site configuration" +#: setup/setup_welcome.tpl:5 +msgid "" +"This seems to be the first time you run GOsa on this system. To start the " +"GOsa web interface you need a working configuration file, which can be " +"generated by this wizzard." msgstr "" -#: setup/setup_welcome.tpl:12 -msgid "Tries to find problems within your PHP and LDAP setup" -msgstr "" +#: setup/setup_welcome.tpl:9 +#, fuzzy +msgid "What you need to generate a configuration file:" +msgstr "配置文件" #: setup/setup_welcome.tpl:13 -msgid "Let you choose from a set of basic and advanced configuration switches" -msgstr "" +#, fuzzy +msgid "The hostname of your LDAP server" +msgstr "当操作 LDAP 服务器 '%s' 时" #: setup/setup_welcome.tpl:14 -msgid "Guided migration of existing LDAP trees" +msgid "Installed GOsa and supplementary schemas" msgstr "" -#: setup/setup_welcome.tpl:17 -msgid "What will the wizard NOT do for you?" +#: setup/setup_welcome.tpl:15 +msgid "The LDAP base of your LDAP directory" msgstr "" -#: setup/setup_welcome.tpl:20 -msgid "Find every possible configuration error" +#: setup/setup_welcome.tpl:16 +msgid "The DN and the password of the LDAP admin user" msgstr "" -#: setup/setup_welcome.tpl:21 -msgid "Migrate every possible LDAP setup - create backup dumps!" +#: setup/setup_welcome.tpl:20 +msgid "" +"If you've collected the needed information, unlock the setup process like " +"shown in the next paragraph." msgstr "" -#: setup/setup_welcome.tpl:25 +#: setup/setup_welcome.tpl:24 #, fuzzy -msgid "To continue..." -msgstr "安装继续..." +msgid "Starting the setup" +msgstr "语言" -#: setup/setup_welcome.tpl:28 +#: setup/setup_welcome.tpl:26 msgid "" -"For security reasons you need to authenticate for the installation by " -"creating the file '/tmp/gosa.auth', containing the current session ID on the " -"servers local filesystem. This can be done by executing the following " -"command:" +"For security reasons you need to authenticate the installation by creating " +"the file '/tmp/gosa.auth', containing the current session ID on the servers " +"local filesystem. This can be done by executing the following command:" msgstr "" -#: setup/setup_welcome.tpl:34 -msgid "Click the 'Continue' button when you've finished." +#: setup/setup_welcome.tpl:32 +msgid "Click the 'Next' button when you've finished." msgstr "" -#: setup/class_setup.inc:77 setup/class_setupStep_Feedback.inc:131 +#: setup/class_setup.inc:74 setup/class_setupStep_Feedback.inc:132 #, fuzzy msgid "Setup error" msgstr "PHP 错误" -#: setup/class_setup.inc:197 -#, fuzzy -msgid "Completed" -msgstr "不完整" - -#: setup/class_setup.inc:267 setup/setup_migrate.tpl:291 -#, fuzzy -msgid "Next" -msgstr "下一个" - -#: setup/setup_license.tpl:8 -msgid "I have read the license and accept it" -msgstr "" - -#: setup/setup_config2.tpl:2 -msgid "Samba settings" -msgstr "Samba 设置" - -#: setup/setup_config2.tpl:6 -msgid "Samba hash generator" -msgstr "" - -#: setup/setup_config2.tpl:15 -#, fuzzy -msgid "Samba SID" -msgstr "Samba" - -#: setup/setup_config2.tpl:31 -#, fuzzy -msgid "RID base" -msgstr "数据库" - -#: setup/setup_config2.tpl:46 -#, fuzzy -msgid "Workstation container" -msgstr "工作站名称" - -#: setup/setup_config2.tpl:61 -msgid "Samba SID mapping" -msgstr "" - -#: setup/setup_config2.tpl:71 -#, fuzzy -msgid "Timezone" -msgstr "用户时区" - -#: setup/setup_config2.tpl:74 -#, fuzzy -msgid "Please choose your preferred timezone here" -msgstr "首选语种" - -#: setup/setup_config2.tpl:96 +#: setup/class_setup.inc:183 #, fuzzy -msgid "Additional GOsa settings" -msgstr "应用程序设置" - -#: setup/setup_config2.tpl:100 -msgid "Enable Copy & Paste" -msgstr "" +msgid "Setup" +msgstr "设置" -#: setup/setup_config2.tpl:112 +#: setup/class_setup.inc:195 #, fuzzy -msgid "Government mode" -msgstr "部门名称" +msgid "Completed" +msgstr "不完整" -#: setup/setup_config2.tpl:123 +#: setup/class_setup.inc:235 #, fuzzy -msgid "GOsa logging" -msgstr "GOsa" - -#: setup/setup_config2.tpl:135 -msgid "Mail settings" -msgstr "邮件选项" - -#: setup/setup_config2.tpl:139 -msgid "Mail method" -msgstr "邮件方法" - -#: setup/setup_config2.tpl:143 -#: plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc:173 -msgid "disabled" -msgstr "禁用" - -#: setup/setup_config2.tpl:155 -msgid "Account identification attribute" -msgstr "" +msgid "Check again" +msgstr "检查" -#: setup/setup_config2.tpl:169 +#: setup/class_setup.inc:238 #, fuzzy -msgid "Vacation templates" -msgstr "工作站模板" - -#: setup/setup_config2.tpl:185 -msgid "Use Cyrus UNIX style" -msgstr "" - -#: setup/setup_config2.tpl:195 -msgid "Snapshots / Undo" -msgstr "" +msgid "Next" +msgstr "下一个" -#: setup/setup_config2.tpl:204 setup/setup_config2.tpl:249 -msgid "Enable snapshots" +#: setup/setup_license.tpl:3 +msgid "" +"GOsa is developed under the terms of the GNU General Public Licence V2. " +"Please accept the terms below." msgstr "" -#: setup/setup_config2.tpl:210 setup/setup_config2.tpl:255 -msgid "Snapshot base" +#: setup/setup_license.tpl:11 +msgid "I have read the license and accept it" msgstr "" -#: setup/setup_config2.tpl:219 setup/setup_config2.tpl:264 -#: plugins/generic/references/class_reference.inc:65 -#: plugins/personal/posix/trustSelect/trust-list.xml:12 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:23 -#: plugins/admin/ogroups/class_ogroupManagement.inc:187 -msgid "Server" -msgstr "服务器" - -#: setup/setup_config2.tpl:228 setup/setup_config2.tpl:273 -#: plugins/admin/users/user-list.xml:23 plugins/admin/users/user-list.xml:95 -#: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:15 -#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:14 -#: plugins/admin/groups/userSelect/user-list.xml:14 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:63 -#: plugins/admin/ogroups/class_ogroupManagement.inc:183 -msgid "User" -msgstr "用户" - -#: setup/setup_config2.tpl:237 setup/setup_config2.tpl:282 -#: setup/setup_migrate.tpl:320 ihtml/themes/default/login.tpl:47 -#: ihtml/themes/default/login.tpl:49 ihtml/themes/default/password.tpl:40 -#: ihtml/themes/modern/login.tpl:47 ihtml/themes/modern/login.tpl:50 -#: plugins/personal/password/class_password.inc:26 -#: plugins/personal/generic/paste_generic.tpl:21 -msgid "Password" -msgstr "口令" - -#: setup/class_setupStep_Ldap.inc:53 +#: setup/class_setupStep_Ldap.inc:54 #, fuzzy msgid "LDAP setup" msgstr "LDAP 服务器" -#: setup/class_setupStep_Ldap.inc:54 +#: setup/class_setupStep_Ldap.inc:55 #, fuzzy msgid "LDAP connection setup" msgstr "断开" -#: setup/class_setupStep_Ldap.inc:55 +#: setup/class_setupStep_Ldap.inc:56 msgid "" "This dialog performs the basic configuration of the LDAP connectivity for " "GOsa." msgstr "" -#: setup/class_setupStep_Ldap.inc:112 +#: setup/class_setupStep_Ldap.inc:75 setup/setup_feedback.tpl:41 +#: setup/setup_feedback.tpl:52 +msgid "No" +msgstr "否" + +#: setup/class_setupStep_Ldap.inc:75 setup/setup_feedback.tpl:39 +#: setup/setup_feedback.tpl:50 +msgid "Yes" +msgstr "是" + +#: setup/class_setupStep_Ldap.inc:113 #, fuzzy, php-format msgid "Anonymous bind to server '%s' failed!" msgstr "为服务器 '%s' 插入新宏失败。" -#: setup/class_setupStep_Ldap.inc:114 +#: setup/class_setupStep_Ldap.inc:115 #, fuzzy, php-format msgid "Bind as user '%s' failed!" msgstr "为服务器 '%s' 插入新宏失败。" -#: setup/class_setupStep_Ldap.inc:119 +#: setup/class_setupStep_Ldap.inc:120 #, fuzzy, php-format msgid "Anonymous bind to server '%s' succeeded." msgstr "为服务器 '%s' 插入新宏失败。" -#: setup/class_setupStep_Ldap.inc:120 +#: setup/class_setupStep_Ldap.inc:121 #, fuzzy msgid "Please specify user and password!" msgstr "请输入您的口令!" -#: setup/class_setupStep_Ldap.inc:122 +#: setup/class_setupStep_Ldap.inc:123 #, fuzzy, php-format msgid "Bind as user '%s' to server '%s' succeeded!" msgstr "无法在主服务器 '%s' 上选择数据库 '%s'。" -#: setup/class_setupStep_Feedback.inc:92 +#: setup/class_setupStep_Feedback.inc:94 msgid "UNIX accounts/groups" msgstr "" -#: setup/class_setupStep_Feedback.inc:94 +#: setup/class_setupStep_Feedback.inc:96 #, fuzzy msgid "Samba management" msgstr "系统管理" -#: setup/class_setupStep_Feedback.inc:96 +#: setup/class_setupStep_Feedback.inc:98 #, fuzzy msgid "Mailsystem management" msgstr "系统管理" -#: setup/class_setupStep_Feedback.inc:98 +#: setup/class_setupStep_Feedback.inc:100 #, fuzzy msgid "FAX system administration" msgstr "用户管理" -#: setup/class_setupStep_Feedback.inc:100 +#: setup/class_setupStep_Feedback.inc:102 #, fuzzy msgid "Asterisk administration" msgstr "用户管理" -#: setup/class_setupStep_Feedback.inc:102 +#: setup/class_setupStep_Feedback.inc:104 #, fuzzy msgid "System inventory" msgstr "删除 inventory" -#: setup/class_setupStep_Feedback.inc:104 +#: setup/class_setupStep_Feedback.inc:106 #, fuzzy msgid "System-/Configmanagement" msgstr "系统管理" -#: setup/class_setupStep_Feedback.inc:106 +#: setup/class_setupStep_Feedback.inc:108 msgid "Addressbook" msgstr "地址簿" -#: setup/class_setupStep_Feedback.inc:112 +#: setup/class_setupStep_Feedback.inc:114 msgid "Feedback" msgstr "" -#: setup/class_setupStep_Feedback.inc:113 +#: setup/class_setupStep_Feedback.inc:115 #, fuzzy msgid "Get notifications or send feedback" msgstr "主机通知命令" -#: setup/class_setupStep_Feedback.inc:114 +#: setup/class_setupStep_Feedback.inc:116 msgid "Notification and feedback" msgstr "" @@ -516,107 +375,94 @@ msgstr "" msgid "Cannot send feedback: service temporarily unavailable" msgstr "" -#: setup/class_setupStep_Feedback.inc:180 +#: setup/class_setupStep_Feedback.inc:181 #, fuzzy msgid "Please specify a valid email address." msgstr "请输入一个有效的 iSerial。" -#: setup/class_setupStep_Feedback.inc:184 +#: setup/class_setupStep_Feedback.inc:185 msgid "" "You have to select at least one of both options, subscribe or send feedback." msgstr "" -#: setup/class_setupStep_Config2.inc:80 setup/class_setupStep_Config2.inc:81 -#, fuzzy -msgid "GOsa settings 2/3" -msgstr "用户设置" - -#: setup/class_setupStep_Config2.inc:82 -#, fuzzy -msgid "Customize special parameters" -msgstr "检查参数" - -#: setup/setup_schema.tpl:3 +#: setup/setup_schema.tpl:1 #, fuzzy msgid "Schema specific settings" msgstr "Samba 设置" -#: setup/setup_schema.tpl:7 -msgid "Enable schema validation when logging in" -msgstr "" - -#: setup/setup_schema.tpl:16 -#, fuzzy -msgid "Check status" -msgstr "具有状态" - -#: setup/setup_schema.tpl:20 +#: setup/setup_schema.tpl:4 msgid "Schema check succeeded" msgstr "" -#: setup/setup_schema.tpl:23 +#: setup/setup_schema.tpl:7 #, fuzzy msgid "Schema check failed" msgstr "保存电话失败" -#: setup/setup_schema.tpl:31 +#: setup/setup_schema.tpl:11 msgid "" "Could not read any schema informations, all checks skipped. Adjust your ldap " "acls." msgstr "" -#: setup/setup_schema.tpl:35 +#: setup/setup_schema.tpl:13 msgid "" "It seems that your ldap database wasn't initialized yet. This maybe the " "reason, why GOsa can't read your schema configuration!" msgstr "" -#: setup/setup_feedback.tpl:5 +#: setup/setup_feedback.tpl:2 msgid "Feedback sucessfully send" msgstr "" -#: setup/setup_feedback.tpl:15 +#: setup/setup_feedback.tpl:6 msgid "Subscribe to the gosa-announce mailinglist" msgstr "" -#: setup/setup_feedback.tpl:18 +#: setup/setup_feedback.tpl:8 msgid "" "When checking this option, GOsa will try to connect http://oss.gonicus.de in " "order to subscribe you to the gosa-announce mailing list. You've to confirm " "this by mail." msgstr "" -#: setup/setup_feedback.tpl:23 plugins/personal/generic/generic.tpl:301 -#: plugins/personal/generic/class_user.inc:1698 +#: setup/setup_feedback.tpl:10 setup/setup_feedback.tpl:12 +#: plugins/personal/generic/generic.tpl:301 +#: plugins/personal/generic/class_user.inc:1732 #: plugins/admin/departments/organization.tpl:4 #: plugins/admin/departments/dep-list.xml:47 #: plugins/admin/departments/dep-list.xml:131 -#: plugins/admin/departments/class_departmentManagement.inc:238 +#: plugins/admin/departments/class_departmentManagement.inc:241 #: plugins/admin/departments/dep-filter.xml:91 #: plugins/admin/departments/class_organizationGeneric.inc:113 #: plugins/admin/departments/class_organizationGeneric.inc:114 msgid "Organization" msgstr "组织/公司" -#: setup/setup_feedback.tpl:31 setup/setup_migrate.tpl:304 -#: ihtml/themes/modern/userFilterEditor.tpl:11 -#: plugins/personal/generic/class_user.inc:1333 -#: plugins/personal/generic/class_user.inc:1351 -#: plugins/personal/generic/class_user.inc:1393 -#: plugins/personal/generic/class_user.inc:1838 +#: setup/setup_feedback.tpl:16 setup/setup_migrate.tpl:43 +#: setup/setup_migrate.tpl:45 ihtml/themes/default/userFilterEditor.tpl:11 +#: plugins/generic/references/class_reference.inc:57 +#: plugins/generic/references/class_reference.inc:63 +#: plugins/generic/references/class_reference.inc:69 +#: plugins/generic/references/class_reference.inc:75 +#: plugins/generic/references/class_reference.inc:81 +#: plugins/personal/generic/class_user.inc:1331 +#: plugins/personal/generic/class_user.inc:1349 +#: plugins/personal/generic/class_user.inc:1391 +#: plugins/personal/generic/class_user.inc:1872 #: plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc:45 #: plugins/personal/posix/groupSelect/group-list.xml:33 #: plugins/personal/posix/trustSelect/trust-list.xml:46 #: plugins/admin/users/class_userManagement.inc:423 #: plugins/admin/users/class_userManagement.inc:470 #: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:49 -#: plugins/admin/groups/class_group.inc:883 -#: plugins/admin/groups/class_group.inc:894 -#: plugins/admin/groups/class_group.inc:896 -#: plugins/admin/groups/class_group.inc:913 -#: plugins/admin/groups/class_group.inc:927 -#: plugins/admin/groups/class_group.inc:934 -#: plugins/admin/groups/class_group.inc:1021 +#: plugins/admin/groups/class_group.inc:886 +#: plugins/admin/groups/class_group.inc:897 +#: plugins/admin/groups/class_group.inc:899 +#: plugins/admin/groups/class_group.inc:916 +#: plugins/admin/groups/class_group.inc:930 +#: plugins/admin/groups/class_group.inc:937 +#: plugins/admin/groups/class_group.inc:1037 #: plugins/admin/groups/group-list.xml:41 #: plugins/admin/departments/class_domain.inc:47 #: plugins/admin/departments/class_domain.inc:49 @@ -629,11 +475,11 @@ msgstr "组织/公司" #: plugins/admin/departments/class_localityGeneric.inc:55 #: plugins/admin/departments/class_localityGeneric.inc:57 #: plugins/admin/departments/class_localityGeneric.inc:59 -#: plugins/admin/departments/class_department.inc:355 #: plugins/admin/departments/class_department.inc:357 -#: plugins/admin/departments/class_department.inc:362 -#: plugins/admin/departments/class_department.inc:369 -#: plugins/admin/departments/class_department.inc:373 +#: plugins/admin/departments/class_department.inc:359 +#: plugins/admin/departments/class_department.inc:364 +#: plugins/admin/departments/class_department.inc:371 +#: plugins/admin/departments/class_department.inc:375 #: plugins/admin/departments/class_countryGeneric.inc:47 #: plugins/admin/departments/class_countryGeneric.inc:49 #: plugins/admin/departments/class_countryGeneric.inc:54 @@ -651,431 +497,281 @@ msgstr "组织/公司" #: plugins/admin/departments/class_dcObject.inc:58 #: plugins/admin/departments/class_dcObject.inc:90 #: plugins/admin/acl/acl_role.tpl:7 plugins/admin/acl/acl-list.xml:49 -#: plugins/admin/acl/class_aclRole.inc:724 -#: plugins/admin/acl/class_aclRole.inc:736 -#: plugins/admin/acl/class_aclRole.inc:746 plugins/admin/acl/paste_role.tpl:4 +#: plugins/admin/acl/class_aclRole.inc:738 +#: plugins/admin/acl/class_aclRole.inc:750 +#: plugins/admin/acl/class_aclRole.inc:760 plugins/admin/acl/paste_role.tpl:4 #: plugins/admin/ogroups/objectSelect/selectObject-list.xml:97 +#: plugins/admin/ogroups/class_ogroup.inc:155 +#: plugins/admin/ogroups/class_ogroup.inc:652 #: plugins/admin/ogroups/class_ogroup.inc:667 -#: plugins/admin/ogroups/class_ogroup.inc:682 -#: plugins/admin/ogroups/class_ogroup.inc:686 -#: plugins/admin/ogroups/class_ogroup.inc:849 +#: plugins/admin/ogroups/class_ogroup.inc:671 +#: plugins/admin/ogroups/class_ogroup.inc:833 #: plugins/admin/ogroups/ogroup-list.xml:41 +#: plugins/addons/propertyEditor/property-list.xml:80 #: include/class_userFilterEditor.inc:233 -#: include/class_userFilterEditor.inc:237 include/class_acl.inc:263 +#: include/class_userFilterEditor.inc:237 include/class_acl.inc:262 #: include/class_SnapShotDialog.inc:55 include/class_userFilter.inc:55 #: include/class_userFilter.inc:150 msgid "Name" msgstr "名称" -#: setup/setup_feedback.tpl:39 +#: setup/setup_feedback.tpl:20 msgid "Mail address" msgstr "邮件地址" -#: setup/setup_feedback.tpl:50 +#: setup/setup_feedback.tpl:28 msgid "Send feedback to the GOsa project team" msgstr "" -#: setup/setup_feedback.tpl:53 +#: setup/setup_feedback.tpl:31 msgid "" "When checking this option, GOsa will try to connect http://oss.gonicus.de in " "order to submit your form anonymously." msgstr "" -#: setup/setup_feedback.tpl:55 -#: plugins/generic/references/class_reference.inc:41 +#: setup/setup_feedback.tpl:35 setup/setup_feedback.tpl:36 #: plugins/personal/generic/class_user.inc:37 -#: plugins/personal/generic/class_user.inc:1669 +#: plugins/personal/generic/class_user.inc:1681 #: plugins/personal/posix/generic.tpl:5 #: plugins/admin/users/class_userManagement.inc:755 -#: plugins/admin/groups/class_group.inc:1012 -#: plugins/admin/departments/class_department.inc:659 -#: plugins/admin/ogroups/class_ogroup.inc:840 +#: plugins/admin/groups/class_group.inc:1015 +#: plugins/admin/departments/class_department.inc:661 +#: plugins/admin/ogroups/class_ogroup.inc:820 msgid "Generic" msgstr "通用配置" -#: setup/setup_feedback.tpl:60 +#: setup/setup_feedback.tpl:38 msgid "Did the setup procedure help you to get started?" msgstr "" -#: setup/setup_feedback.tpl:71 +#: setup/setup_feedback.tpl:44 msgid "If not, what problems did you encounter" msgstr "" -#: setup/setup_feedback.tpl:80 +#: setup/setup_feedback.tpl:48 msgid "Is this the first time you use GOsa?" msgstr "" -#: setup/setup_feedback.tpl:86 +#: setup/setup_feedback.tpl:53 msgid "I use it since" msgstr "" -#: setup/setup_feedback.tpl:87 +#: setup/setup_feedback.tpl:54 msgid "Select the year since when you are using GOsa" msgstr "" -#: setup/setup_feedback.tpl:95 +#: setup/setup_feedback.tpl:60 msgid "What operating system / distribution do you use?" msgstr "" -#: setup/setup_feedback.tpl:104 +#: setup/setup_feedback.tpl:64 msgid "What web server do you use?" msgstr "" -#: setup/setup_feedback.tpl:113 +#: setup/setup_feedback.tpl:68 msgid "What PHP version do you use?" msgstr "" -#: setup/setup_feedback.tpl:121 +#: setup/setup_feedback.tpl:72 +#, fuzzy +msgid "GOsa version" +msgstr "用户设置" + +#: setup/setup_feedback.tpl:78 setup/setup_feedback.tpl:79 msgid "LDAP" msgstr "" -#: setup/setup_feedback.tpl:126 +#: setup/setup_feedback.tpl:81 msgid "What kind of LDAP server(s) do you use?" msgstr "" -#: setup/setup_feedback.tpl:132 +#: setup/setup_feedback.tpl:85 msgid "How many objects are in your LDAP?" msgstr "" -#: setup/setup_feedback.tpl:139 +#: setup/setup_feedback.tpl:91 setup/setup_feedback.tpl:92 #, fuzzy msgid "Features" msgstr "功能" -#: setup/setup_feedback.tpl:142 +#: setup/setup_feedback.tpl:94 msgid "What features of GOsa do you use?" msgstr "" -#: setup/setup_feedback.tpl:153 +#: setup/setup_feedback.tpl:103 msgid "What features do you want to see in future versions of GOsa?" msgstr "" -#: setup/setup_feedback.tpl:161 +#: setup/setup_feedback.tpl:107 msgid "Send feedback" msgstr "" -#: setup/class_setupStep_Schema.inc:42 setup/class_setupStep_Schema.inc:43 +#: setup/class_setupStep_Schema.inc:37 setup/class_setupStep_Schema.inc:38 msgid "LDAP schema check" msgstr "" -#: setup/class_setupStep_Schema.inc:44 +#: setup/class_setupStep_Schema.inc:39 msgid "Perform test on your current LDAP schema" msgstr "" -#: setup/class_setupStep_Migrate.inc:127 setup/class_setupStep_Migrate.inc:128 +#: setup/class_setupStep_Schema.inc:96 include/class_configRegistry.inc:230 +msgid "The following object classes are missing:" +msgstr "" + +#: setup/class_setupStep_Schema.inc:99 include/class_configRegistry.inc:237 +msgid "The following object classes are outdated:" +msgstr "" + +#: setup/class_setupStep_Migrate.inc:51 setup/class_setupStep_Migrate.inc:52 #, fuzzy msgid "LDAP inspection" msgstr "PHP 安装检查" -#: setup/class_setupStep_Migrate.inc:129 +#: setup/class_setupStep_Migrate.inc:53 msgid "Analyze your current LDAP for GOsa compatibility" msgstr "" -#: setup/class_setupStep_Migrate.inc:135 +#: setup/class_setupStep_Migrate.inc:59 #, fuzzy msgid "Checking for root object" msgstr "检查 iconv 支持" -#: setup/class_setupStep_Migrate.inc:141 +#: setup/class_setupStep_Migrate.inc:65 #, fuzzy msgid "Inspecting object classes in root object" msgstr "检查 iconv 支持" -#: setup/class_setupStep_Migrate.inc:147 +#: setup/class_setupStep_Migrate.inc:71 #, fuzzy msgid "Checking permission for LDAP database" msgstr "您无权删除这个部门。" -#: setup/class_setupStep_Migrate.inc:153 -#, fuzzy -msgid "Checking for invisible departments" -msgstr "检查 iconv 支持" - -#: setup/class_setupStep_Migrate.inc:158 -#, fuzzy -msgid "Checking for invisible users" -msgstr "检查 iconv 支持" - -#: setup/class_setupStep_Migrate.inc:165 -#: setup/class_setupStep_Migrate.inc:3209 +#: setup/class_setupStep_Migrate.inc:78 #, fuzzy msgid "Checking for super administrator" msgstr "检查一些附加程序" -#: setup/class_setupStep_Migrate.inc:171 -#, fuzzy -msgid "Checking for users outside the people tree" -msgstr "检查 cups 模块" - -#: setup/class_setupStep_Migrate.inc:177 -#, fuzzy -msgid "Checking for groups outside the groups tree" -msgstr "检查 cups 模块" - -#: setup/class_setupStep_Migrate.inc:184 -msgid "Checking for windows workstations outside the winstation tree" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:190 -#, fuzzy -msgid "Checking for duplicated UID numbers" -msgstr "检查函数 %s" - -#: setup/class_setupStep_Migrate.inc:196 -#, fuzzy -msgid "Checking for duplicate GID numbers" -msgstr "检查函数 %s" - -#: setup/class_setupStep_Migrate.inc:202 -#, fuzzy -msgid "Checking for old style USB devices" -msgstr "检查 iconv 支持" - -#: setup/class_setupStep_Migrate.inc:208 -#, fuzzy -msgid "Checking for old services that have to be migrated" -msgstr "检查 cups 模块" - -#: setup/class_setupStep_Migrate.inc:214 -#, fuzzy -msgid "Checking for old style application menus" -msgstr "检查函数 %s" - -#: setup/class_setupStep_Migrate.inc:240 setup/class_setupStep_Migrate.inc:292 -#: setup/class_setupStep_Migrate.inc:357 setup/class_setupStep_Migrate.inc:421 -#: setup/class_setupStep_Migrate.inc:492 setup/class_setupStep_Migrate.inc:569 -#: setup/class_setupStep_Migrate.inc:653 setup/class_setupStep_Migrate.inc:794 -#: setup/class_setupStep_Migrate.inc:890 -#: setup/class_setupStep_Migrate.inc:2036 -#: setup/class_setupStep_Migrate.inc:2504 -#: setup/class_setupStep_Migrate.inc:2695 -#: setup/class_setupStep_Migrate.inc:2832 +#: setup/class_setupStep_Migrate.inc:118 setup/class_setupStep_Migrate.inc:186 +#: setup/class_setupStep_Migrate.inc:709 #, fuzzy msgid "LDAP query failed" msgstr "Mysql 查询失败。" -#: setup/class_setupStep_Migrate.inc:241 setup/class_setupStep_Migrate.inc:293 -#: setup/class_setupStep_Migrate.inc:358 setup/class_setupStep_Migrate.inc:422 -#: setup/class_setupStep_Migrate.inc:493 setup/class_setupStep_Migrate.inc:570 -#: setup/class_setupStep_Migrate.inc:654 setup/class_setupStep_Migrate.inc:795 -#: setup/class_setupStep_Migrate.inc:891 -#: setup/class_setupStep_Migrate.inc:2037 -#: setup/class_setupStep_Migrate.inc:2505 -#: setup/class_setupStep_Migrate.inc:2696 -#: setup/class_setupStep_Migrate.inc:2833 +#: setup/class_setupStep_Migrate.inc:119 setup/class_setupStep_Migrate.inc:187 +#: setup/class_setupStep_Migrate.inc:710 msgid "Possibly the 'root object' is missing." msgstr "" -#: setup/class_setupStep_Migrate.inc:261 setup/class_setupStep_Migrate.inc:313 -#: setup/class_setupStep_Migrate.inc:446 setup/class_setupStep_Migrate.inc:523 -#: setup/class_setupStep_Migrate.inc:661 setup/class_setupStep_Migrate.inc:802 -#: setup/class_setupStep_Migrate.inc:2571 -#: setup/class_setupStep_Migrate.inc:2724 -#: setup/class_setupStep_Migrate.inc:3056 setup/setup_checks.tpl:32 -#: setup/setup_checks.tpl:93 ihtml/themes/default/remove.tpl:2 -#: ihtml/themes/default/islocked.tpl:6 ihtml/themes/default/msg_dialog.tpl:59 -#: ihtml/themes/default/msg_dialog.tpl:106 -#: plugins/personal/posix/class_posixAccount.inc:678 -#: plugins/personal/posix/class_posixAccount.inc:803 -#: plugins/admin/groups/class_group.inc:832 -#: plugins/admin/departments/dep_move_confirm.tpl:2 include/functions.inc:931 -#: include/functions.inc:2690 include/functions.inc:2694 -#: include/functions.inc:2700 include/utils/class_xml.inc:37 -#: include/class_tabs.inc:241 html/password.php:314 -msgid "Warning" -msgstr "警告" - -#: setup/class_setupStep_Migrate.inc:263 -#, fuzzy, php-format -msgid "Found %s duplicate values for attribute 'uidNumber'." -msgstr "发现记录类型 '%s' 有重复。" - -#: setup/class_setupStep_Migrate.inc:267 setup/class_setupStep_Migrate.inc:319 -#: setup/class_setupStep_Migrate.inc:380 setup/class_setupStep_Migrate.inc:453 -#: setup/class_setupStep_Migrate.inc:530 setup/class_setupStep_Migrate.inc:604 -#: setup/class_setupStep_Migrate.inc:657 setup/class_setupStep_Migrate.inc:798 -#: setup/class_setupStep_Migrate.inc:1044 -#: setup/class_setupStep_Migrate.inc:2011 -#: setup/class_setupStep_Migrate.inc:2155 -#: setup/class_setupStep_Migrate.inc:2577 -#: setup/class_setupStep_Migrate.inc:2731 -#: setup/class_setupStep_Migrate.inc:3061 setup/setup_checks.tpl:27 -#: setup/setup_checks.tpl:87 ihtml/themes/default/msg_dialog.tpl:76 -#: ihtml/themes/default/msg_dialog.tpl:78 -#: ihtml/themes/default/msg_dialog.tpl:134 -#: ihtml/themes/default/msg_dialog.tpl:137 -#: ihtml/themes/default/msg_dialog.tpl:142 -#: ihtml/themes/modern/msg_dialog.tpl:77 ihtml/themes/modern/msg_dialog.tpl:79 -#: ihtml/themes/modern/msg_dialog.tpl:136 -#: ihtml/themes/modern/msg_dialog.tpl:139 -#: ihtml/themes/modern/msg_dialog.tpl:144 include/utils/class_msgPool.inc:318 -#, php-format -msgid "Ok" -msgstr "好" - -#: setup/class_setupStep_Migrate.inc:315 -#, fuzzy, php-format -msgid "Found %s duplicate values for attribute 'gidNumber'." -msgstr "发现记录类型 '%s' 有重复。" - -#: setup/class_setupStep_Migrate.inc:373 setup/class_setupStep_Migrate.inc:583 -#: setup/class_setupStep_Migrate.inc:596 -#: setup/class_setupStep_Migrate.inc:1030 -#: setup/class_setupStep_Migrate.inc:1048 -#: setup/class_setupStep_Migrate.inc:1988 -#: setup/class_setupStep_Migrate.inc:2001 -#: setup/class_setupStep_Migrate.inc:2056 -#: setup/class_setupStep_Migrate.inc:2077 -#: setup/class_setupStep_Migrate.inc:2129 -#: setup/class_setupStep_Migrate.inc:3211 +#: setup/class_setupStep_Migrate.inc:132 setup/class_setupStep_Migrate.inc:145 +#: setup/class_setupStep_Migrate.inc:307 setup/class_setupStep_Migrate.inc:661 +#: setup/class_setupStep_Migrate.inc:674 setup/class_setupStep_Migrate.inc:729 +#: setup/class_setupStep_Migrate.inc:750 setup/class_setupStep_Migrate.inc:802 msgid "Failed" msgstr "失败" -#: setup/class_setupStep_Migrate.inc:375 +#: setup/class_setupStep_Migrate.inc:134 setup/class_setupStep_Migrate.inc:147 #, php-format msgid "" -"Found %s winstations outside the predefined winstation department ou '%s'." +"The specified user '%s' does not have full access to your ldap database." msgstr "" -#: setup/class_setupStep_Migrate.inc:376 setup/class_setupStep_Migrate.inc:664 -#: setup/class_setupStep_Migrate.inc:804 -#: setup/class_setupStep_Migrate.inc:1033 -#: setup/class_setupStep_Migrate.inc:2131 -#: setup/class_setupStep_Migrate.inc:2574 -#: setup/class_setupStep_Migrate.inc:2728 -#: setup/class_setupStep_Migrate.inc:3058 setup/setup_migrate.tpl:55 -#, fuzzy -msgid "Migrate" -msgstr "创建" - -#: setup/class_setupStep_Migrate.inc:448 +#: setup/class_setupStep_Migrate.inc:153 setup/class_setupStep_Migrate.inc:303 +#: setup/class_setupStep_Migrate.inc:684 setup/class_setupStep_Migrate.inc:828 +#: setup/setup_checks.tpl:21 setup/setup_checks.tpl:62 +#: ihtml/themes/default/msg_dialog.tpl:77 +#: ihtml/themes/default/msg_dialog.tpl:79 +#: ihtml/themes/default/msg_dialog.tpl:136 +#: ihtml/themes/default/msg_dialog.tpl:139 +#: ihtml/themes/default/msg_dialog.tpl:144 include/utils/class_msgPool.inc:301 #, php-format -msgid "Found %s groups outside the configured tree '%s'." -msgstr "" +msgid "Ok" +msgstr "好" -#: setup/class_setupStep_Migrate.inc:449 setup/class_setupStep_Migrate.inc:526 -#, fuzzy -msgid "Move" -msgstr "模式" +#: setup/class_setupStep_Migrate.inc:297 +#: plugins/generic/references/class_aclResolver.inc:173 +#: plugins/personal/generic/class_user.inc:1687 +#: plugins/admin/users/class_userManagement.inc:25 include/class_acl.inc:237 +msgid "Users" +msgstr "用户" -#: setup/class_setupStep_Migrate.inc:525 -#, php-format -msgid "Found %s user(s) outside the configured tree '%s'." -msgstr "" +#: setup/class_setupStep_Migrate.inc:300 +#: plugins/generic/references/class_aclResolver.inc:165 +#: plugins/admin/groups/class_groupManagement.inc:25 +#: plugins/admin/groups/class_group.inc:1021 include/class_acl.inc:237 +msgid "Groups" +msgstr "用户组" -#: setup/class_setupStep_Migrate.inc:585 setup/class_setupStep_Migrate.inc:598 -#, php-format -msgid "" -"The specified user '%s' does not have full access to your ldap database." +#: setup/class_setupStep_Migrate.inc:308 +msgid "There is no GOsa administrator account inside your LDAP." msgstr "" -#: setup/class_setupStep_Migrate.inc:662 -#, php-format -msgid "Found %s user(s) that will not be visible in GOsa." -msgstr "" +#: setup/class_setupStep_Migrate.inc:309 plugins/admin/users/user-list.xml:89 +#: plugins/admin/groups/group-list.xml:73 +#: plugins/admin/departments/dep-list.xml:98 plugins/admin/acl/acl-list.xml:76 +#: plugins/admin/ogroups/ogroup-list.xml:73 +msgid "Create" +msgstr "创建" -#: setup/class_setupStep_Migrate.inc:712 setup/class_setupStep_Migrate.inc:855 -#: setup/class_setupStep_Migrate.inc:1118 +#: setup/class_setupStep_Migrate.inc:377 #, fuzzy msgid "Migration error" msgstr "创建" -#: setup/class_setupStep_Migrate.inc:712 setup/class_setupStep_Migrate.inc:855 -#, fuzzy, php-format -msgid "Cannot migrate department '%s':" -msgstr "转到根部门" - -#: setup/class_setupStep_Migrate.inc:803 +#: setup/class_setupStep_Migrate.inc:377 #, php-format -msgid "Found %s department(s) that will not be visible in GOsa." +msgid "Cannot add ACL for user '%s':" msgstr "" -#: setup/class_setupStep_Migrate.inc:1027 -#, fuzzy, php-format -msgid "GOsa 2.5 administrative accounts found: %s" -msgstr "创建 netatalk 账号" - -#: setup/class_setupStep_Migrate.inc:1032 +#: setup/class_setupStep_Migrate.inc:415 setup/class_setupStep_Migrate.inc:425 #, fuzzy -msgid "There is no valid GOsa 2.6 administrator account inside your LDAP." -msgstr "创建 netatalk 账号" - -#: setup/class_setupStep_Migrate.inc:1034 -#: setup/class_setupStep_Migrate.inc:1050 plugins/admin/users/user-list.xml:89 -#: plugins/admin/groups/group-list.xml:73 -#: plugins/admin/departments/dep-list.xml:98 plugins/admin/acl/acl-list.xml:76 -#: plugins/admin/ogroups/ogroup-list.xml:73 -msgid "Create" -msgstr "创建" +msgid "Input error" +msgstr "PHP 错误" -#: setup/class_setupStep_Migrate.inc:1038 -#: plugins/personal/generic/class_user.inc:1675 -#: plugins/admin/users/class_userManagement.inc:25 include/class_acl.inc:238 -msgid "Users" -msgstr "用户" +#: setup/class_setupStep_Migrate.inc:415 +#: plugins/generic/references/class_reference.inc:87 +#: plugins/admin/groups/class_group.inc:210 +#: plugins/admin/groups/class_group.inc:1170 +#: plugins/admin/groups/class_group.inc:1180 +msgid "Uid" +msgstr "" -#: setup/class_setupStep_Migrate.inc:1041 -#: plugins/admin/groups/class_groupManagement.inc:25 -#: plugins/admin/groups/class_group.inc:1018 include/class_acl.inc:238 -msgid "Groups" -msgstr "用户组" - -#: setup/class_setupStep_Migrate.inc:1049 -msgid "There is no GOsa administrator account inside your LDAP." -msgstr "" - -#: setup/class_setupStep_Migrate.inc:1118 -#, php-format -msgid "Cannot add ACL for user '%s':" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:1156 -#: setup/class_setupStep_Migrate.inc:1166 -#, fuzzy -msgid "Input error" -msgstr "PHP 错误" - -#: setup/class_setupStep_Migrate.inc:1156 -msgid "Uid" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:1161 +#: setup/class_setupStep_Migrate.inc:420 #, fuzzy msgid "Password error" msgstr "口令过期截止日" -#: setup/class_setupStep_Migrate.inc:1161 +#: setup/class_setupStep_Migrate.inc:420 #, fuzzy msgid "Provided passwords do not match!" msgstr "输入的新口令和重复口令不匹配!" -#: setup/class_setupStep_Migrate.inc:1166 +#: setup/class_setupStep_Migrate.inc:425 #, fuzzy msgid "Specify a valid user ID!" msgstr "请输入一个有效的用户名!" -#: setup/class_setupStep_Migrate.inc:1199 setup/setup_checks.tpl:30 -#: setup/setup_checks.tpl:91 ihtml/themes/default/msg_dialog.tpl:57 -#: ihtml/themes/default/msg_dialog.tpl:104 -#: plugins/personal/generic/class_user.inc:297 -#: plugins/personal/generic/class_user.inc:429 -#: plugins/personal/generic/class_user.inc:522 -#: plugins/personal/generic/class_user.inc:816 -#: plugins/personal/generic/class_user.inc:1205 -#: plugins/personal/generic/class_user.inc:1212 -#: plugins/personal/generic/class_user.inc:1230 -#: plugins/personal/generic/class_user.inc:1500 -#: plugins/personal/generic/class_user.inc:1787 -#: plugins/personal/myaccount/main.inc:112 -#: plugins/admin/groups/class_group.inc:419 -#: plugins/admin/groups/class_group.inc:425 -#: plugins/admin/groups/class_group.inc:634 -#: plugins/admin/groups/class_group.inc:730 -#: plugins/admin/groups/class_group.inc:735 -#: plugins/admin/groups/class_group.inc:1060 -#: plugins/admin/departments/class_department.inc:317 -#: plugins/admin/acl/class_aclRole.inc:672 -#: plugins/admin/ogroups/class_ogroup.inc:368 +#: setup/class_setupStep_Migrate.inc:450 setup/setup_checks.tpl:25 +#: setup/setup_checks.tpl:66 plugins/personal/generic/class_user.inc:297 +#: plugins/personal/generic/class_user.inc:428 +#: plugins/personal/generic/class_user.inc:521 +#: plugins/personal/generic/class_user.inc:814 +#: plugins/personal/generic/class_user.inc:1203 +#: plugins/personal/generic/class_user.inc:1210 +#: plugins/personal/generic/class_user.inc:1228 +#: plugins/personal/generic/class_user.inc:1498 +#: plugins/personal/generic/class_user.inc:1821 +#: plugins/personal/myaccount/main.inc:125 +#: plugins/admin/groups/class_group.inc:463 +#: plugins/admin/groups/class_group.inc:469 +#: plugins/admin/groups/class_group.inc:637 +#: plugins/admin/groups/class_group.inc:733 +#: plugins/admin/groups/class_group.inc:738 +#: plugins/admin/groups/class_group.inc:1076 +#: plugins/admin/departments/class_department.inc:319 +#: plugins/admin/acl/class_aclRole.inc:667 +#: plugins/admin/ogroups/class_ogroup.inc:393 +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:203 +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:207 #: include/class_CopyPasteHandler.inc:118 #: include/class_CopyPasteHandler.inc:127 #: include/class_CopyPasteHandler.inc:159 @@ -1083,337 +779,102 @@ msgstr "请输入一个有效的用户名!" #: include/class_CopyPasteHandler.inc:185 #: include/class_CopyPasteHandler.inc:193 #: include/class_CopyPasteHandler.inc:273 -#: include/class_CopyPasteHandler.inc:375 include/functions.inc:3399 -#: include/functions.inc:3413 include/functions.inc:3443 -#: include/functions.inc:3451 include/functions.inc:3463 -#: include/functions.inc:3467 include/functions.inc:3482 -#: include/functions.inc:3491 include/functions.inc:3551 -#: include/password-methods/class_password-methods.inc:250 -#: include/class_msg_dialog.inc:99 include/utils/class_msgPool.inc:154 -#: include/utils/class_msgPool.inc:166 include/utils/class_msgPool.inc:184 -#: include/utils/class_msgPool.inc:457 include/utils/class_msgPool.inc:478 -#: include/utils/class_msgPool.inc:497 include/utils/class_xml.inc:40 -#: include/class_tabs.inc:56 include/class_listing.inc:495 -#: include/class_gosaSupportDaemon.inc:1184 -#: include/class_gosaSupportDaemon.inc:1204 include/class_management.inc:480 -#: include/class_management.inc:616 include/class_management.inc:970 -#: include/class_plugin.inc:1486 include/class_plugin.inc:2080 -#: html/index.php:236 html/index.php:240 +#: include/class_CopyPasteHandler.inc:377 include/functions.inc:3051 +#: include/functions.inc:3357 include/functions.inc:3371 +#: include/functions.inc:3401 include/functions.inc:3409 +#: include/functions.inc:3421 include/functions.inc:3425 +#: include/functions.inc:3440 include/functions.inc:3449 +#: include/functions.inc:3509 +#: include/password-methods/class_password-methods.inc:277 +#: include/class_msg_dialog.inc:99 include/utils/class_msgPool.inc:137 +#: include/utils/class_msgPool.inc:149 include/utils/class_msgPool.inc:167 +#: include/utils/class_msgPool.inc:440 include/utils/class_msgPool.inc:461 +#: include/utils/class_xml.inc:40 include/class_tabs.inc:56 +#: include/class_listing.inc:536 include/class_gosaSupportDaemon.inc:1184 +#: include/class_gosaSupportDaemon.inc:1204 include/class_management.inc:483 +#: include/class_management.inc:644 include/class_plugin.inc:1592 +#: html/index.php:241 html/index.php:245 #, php-format msgid "Error" msgstr "错误" -#: setup/class_setupStep_Migrate.inc:1199 +#: setup/class_setupStep_Migrate.inc:450 #, fuzzy, php-format msgid "Adding an administrative user failed: object '%s' already exists!" msgstr "为对象 '%s' 设置动作状态(FAIstate) 失败,值为 '%s'。" -#: setup/class_setupStep_Migrate.inc:1210 -#: setup/class_setupStep_Migrate.inc:1238 -#: setup/class_setupStep_Migrate.inc:1287 -#: setup/class_setupStep_Migrate.inc:1336 -#: setup/class_setupStep_Migrate.inc:2141 -#: setup/class_setupStep_Migrate.inc:2438 -#: setup/class_setupStep_Migrate.inc:2442 -#: setup/class_setupStep_Migrate.inc:2632 -#: setup/class_setupStep_Migrate.inc:2652 -#: setup/class_setupStep_Migrate.inc:2769 -#: setup/class_setupStep_Migrate.inc:3116 -#: setup/class_setupStep_Migrate.inc:3130 -#: plugins/personal/generic/class_user.inc:730 -#: plugins/personal/generic/class_user.inc:1127 +#: setup/class_setupStep_Migrate.inc:461 setup/class_setupStep_Migrate.inc:814 +#: plugins/generic/references/class_reference.inc:97 +#: plugins/personal/generic/class_user.inc:729 +#: plugins/personal/generic/class_user.inc:1125 #: plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc:253 -#: plugins/personal/posix/class_posixAccount.inc:533 -#: plugins/personal/posix/class_posixAccount.inc:820 -#: plugins/admin/groups/class_group.inc:577 +#: plugins/personal/posix/class_posixAccount.inc:528 +#: plugins/personal/posix/class_posixAccount.inc:790 +#: plugins/admin/groups/class_group.inc:580 #: plugins/admin/groups/class_group.inc:856 -#: plugins/admin/departments/class_department.inc:285 -#: plugins/admin/departments/class_department.inc:482 -#: plugins/admin/departments/class_department.inc:753 -#: plugins/admin/departments/class_department.inc:784 -#: plugins/admin/acl/class_aclRole.inc:604 -#: plugins/admin/acl/class_aclRole.inc:644 -#: plugins/admin/acl/class_aclRole.inc:658 -#: plugins/admin/ogroups/class_ogroup.inc:757 -#: plugins/admin/ogroups/class_ogroup.inc:774 include/class_config.inc:325 -#: include/functions.inc:476 include/functions.inc:511 -#: include/functions.inc:519 include/functions.inc:565 -#: include/functions.inc:817 include/functions.inc:866 -#: include/functions.inc:923 include/functions.inc:976 -#: include/functions.inc:3052 include/functions.inc:3325 -#: include/class_SnapshotHandler.inc:124 include/class_SnapshotHandler.inc:281 -#: include/class_SnapshotHandler.inc:329 include/class_SnapshotHandler.inc:333 -#: include/class_SnapshotHandler.inc:348 include/class_SnapshotHandler.inc:383 -#: include/class_SnapshotHandler.inc:438 include/class_SnapshotHandler.inc:503 -#: include/class_SnapshotHandler.inc:518 include/class_acl.inc:1247 -#: include/class_acl.inc:1343 include/class_ldap.inc:756 -#: include/class_ldap.inc:1222 include/class_plugin.inc:1163 -#: include/class_plugin.inc:1212 include/class_plugin.inc:1216 -#: include/class_plugin.inc:1232 include/class_plugin.inc:1272 -#: include/class_plugin.inc:1330 include/class_plugin.inc:1396 -#: include/class_plugin.inc:1411 include/class_userFilter.inc:275 -#: html/index.php:266 html/index.php:277 html/index.php:290 +#: plugins/admin/departments/class_department.inc:287 +#: plugins/admin/departments/class_department.inc:484 +#: plugins/admin/departments/class_department.inc:761 +#: plugins/admin/departments/class_department.inc:792 +#: plugins/admin/acl/class_aclRole.inc:599 +#: plugins/admin/acl/class_aclRole.inc:639 +#: plugins/admin/acl/class_aclRole.inc:653 +#: plugins/admin/ogroups/class_ogroup.inc:742 +#: plugins/admin/ogroups/class_ogroup.inc:759 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:191 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:256 +#: include/class_config.inc:337 include/functions.inc:488 +#: include/functions.inc:523 include/functions.inc:531 +#: include/functions.inc:577 include/functions.inc:829 +#: include/functions.inc:878 include/functions.inc:935 +#: include/functions.inc:985 include/functions.inc:3002 +#: include/functions.inc:3283 include/class_SnapshotHandler.inc:123 +#: include/class_SnapshotHandler.inc:280 include/class_SnapshotHandler.inc:329 +#: include/class_SnapshotHandler.inc:333 include/class_SnapshotHandler.inc:346 +#: include/class_SnapshotHandler.inc:380 include/class_SnapshotHandler.inc:435 +#: include/class_SnapshotHandler.inc:500 include/class_SnapshotHandler.inc:515 +#: include/class_acl.inc:1250 include/class_acl.inc:1346 +#: include/class_ldap.inc:756 include/class_ldap.inc:1173 +#: include/class_userFilter.inc:275 html/index.php:271 #, fuzzy msgid "LDAP error" msgstr "LDAP 错误:" -#: setup/class_setupStep_Migrate.inc:1238 -#: setup/class_setupStep_Migrate.inc:1287 -#: setup/class_setupStep_Migrate.inc:1336 -#, fuzzy -msgid "Cannot move users to the requested department!" -msgstr "选择放置部门的子树" - -#: setup/class_setupStep_Migrate.inc:1248 -msgid "Winstation will be moved from" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:1248 -#: setup/class_setupStep_Migrate.inc:1298 -#: setup/class_setupStep_Migrate.inc:1346 include/class_plugin.inc:1691 -#, fuzzy -msgid "to" -msgstr "停止" - -#: setup/class_setupStep_Migrate.inc:1259 -#: setup/class_setupStep_Migrate.inc:1308 -msgid "Updating following references too" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:1298 -msgid "Group will be moved from" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:1346 -msgid "User will be moved from" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:1356 -msgid "The following references will be updated" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:1989 +#: setup/class_setupStep_Migrate.inc:662 msgid "" "The LDAP root object is missing. It is required to use your LDAP service." msgstr "" -#: setup/class_setupStep_Migrate.inc:1990 -#: setup/class_setupStep_Migrate.inc:2003 +#: setup/class_setupStep_Migrate.inc:663 setup/class_setupStep_Migrate.inc:676 msgid "Try to create root object" msgstr "" -#: setup/class_setupStep_Migrate.inc:2002 +#: setup/class_setupStep_Migrate.inc:675 msgid "Root object couldn't be created, you should try it on your own." msgstr "" -#: setup/class_setupStep_Migrate.inc:2057 +#: setup/class_setupStep_Migrate.inc:730 #, php-format msgid "Missing GOsa object class '%s'!" msgstr "" -#: setup/class_setupStep_Migrate.inc:2058 +#: setup/class_setupStep_Migrate.inc:731 #, fuzzy msgid "Please check your installation." msgstr "请检查用户名/口令。" -#: setup/class_setupStep_Migrate.inc:2079 +#: setup/class_setupStep_Migrate.inc:752 #, php-format msgid "" "Cannot handle the structural object type of your root object. Please try to " "add the object class '%s' manually." msgstr "" -#: setup/class_setupStep_Migrate.inc:2438 -#, fuzzy, php-format -msgid "Copy '%s' to '%s' failed:" -msgstr "移动 '%s' 到 '%s'" - -#: setup/class_setupStep_Migrate.inc:2573 -#, php-format -msgid "There are %s devices that need to be migrated." -msgstr "" - -#: setup/class_setupStep_Migrate.inc:2633 -#, php-format -msgid "Adding '%s' to the LDAP failed: %s" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:2653 -#: setup/class_setupStep_Migrate.inc:2770 -#, fuzzy, php-format -msgid "Updating '%s' failed: %s" -msgstr "Logging DB 用户" - -#: setup/class_setupStep_Migrate.inc:2726 -#, php-format -msgid "There are %s services that need to be migrated." -msgstr "" - -#: setup/class_setupStep_Migrate.inc:2867 -#: plugins/personal/generic/generic.tpl:255 -#: plugins/personal/generic/generic.tpl:275 -#: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:83 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:123 -#: include/utils/class_msgPool.inc:336 -#, php-format -msgid "Add" -msgstr "添加" - -#: setup/class_setupStep_Migrate.inc:2868 -#: plugins/personal/generic/generic_certs.tpl:22 -#: plugins/personal/generic/generic_certs.tpl:48 -#: plugins/personal/generic/generic_certs.tpl:74 -#: plugins/admin/users/user-list.xml:121 -#: plugins/admin/groups/group-list.xml:98 -#: plugins/admin/departments/dep-list.xml:160 -#: plugins/admin/departments/dep-list.xml:181 -#: plugins/admin/acl/acl-list.xml:95 plugins/admin/acl/acl-list.xml:144 -#: plugins/admin/ogroups/ogroup-list.xml:98 -msgid "Remove" -msgstr "删除" - -#: setup/class_setupStep_Migrate.inc:3057 -#, php-format -msgid "There are %s application menus which have to be migrated." -msgstr "" - -#: setup/setup_config1.tpl:2 -msgid "Look and feel" -msgstr "" - -#: setup/setup_config1.tpl:6 -#, fuzzy -msgid "Theme" -msgstr "模板" - -#: setup/setup_config1.tpl:15 -#, fuzzy -msgid "Apache" -msgstr "缓存" - -#: setup/setup_config1.tpl:19 -msgid "Compress output send to browser" -msgstr "" - -#: setup/setup_config1.tpl:27 -#, fuzzy -msgid "People and group storage" -msgstr "People dn attribute" - -#: setup/setup_config1.tpl:30 -#, fuzzy -msgid "People DN attribute" -msgstr "People dn attribute" - -#: setup/setup_config1.tpl:41 -msgid "People storage subtree" -msgstr "" - -#: setup/setup_config1.tpl:50 -#, fuzzy -msgid "Group storage subtree" -msgstr "忽略子树" - -#: setup/setup_config1.tpl:59 -msgid "Include personal title in user DN" -msgstr "" - -#: setup/setup_config1.tpl:70 -msgid "Relaxed naming policies" -msgstr "" - -#: setup/setup_config1.tpl:81 -#, fuzzy -msgid "Automatic UIDs" -msgstr "自动" - -#: setup/setup_config1.tpl:97 setup/class_setupStep_Config1.inc:118 -msgid "GID / UID min id" -msgstr "" - -#: setup/setup_config1.tpl:113 -#, fuzzy -msgid "Number base for people/groups" -msgstr "用户/组起始 ID" - -#: setup/setup_config1.tpl:121 -msgid "Hook for number base" -msgstr "" - -#: setup/setup_config1.tpl:136 plugins/personal/password/main.inc:57 -#, fuzzy -msgid "Password settings" -msgstr "用户设置" - -#: setup/setup_config1.tpl:140 -#, fuzzy -msgid "Password encryption algorithm" -msgstr "加密算法" - -#: setup/setup_config1.tpl:151 -#, fuzzy -msgid "Password restrictions" -msgstr "口令过期截止日" - -#: setup/setup_config1.tpl:158 setup/setup_config1.tpl:162 -msgid "Password minimum length" -msgstr "" - -#: setup/setup_config1.tpl:169 setup/setup_config1.tpl:173 -msgid "Different characters from old password" -msgstr "" - -#: setup/setup_config1.tpl:182 -#, fuzzy -msgid "Password change hook" -msgstr "不允许修改口令" - -#: setup/setup_config1.tpl:198 -msgid "Use SASL for kerberos" -msgstr "" - -#: setup/setup_config1.tpl:209 -#, fuzzy -msgid "Use account expiration" -msgstr "账号过期于" - -#: setup/setup_config1.tpl:221 -msgid "" -"GOsa supports several encryption types for your passwords. Normally this is " -"adjustable via user templates, but you can specify a default method to be " -"used here, too." -msgstr "" -"GOsa 支持好几种口令加密算法。通常可以通过用户模板调整算法,但是在这里您可以定" -"义一个缺省方法。" - -#: setup/setup_config1.tpl:222 -#, fuzzy -msgid "" -"GOsa always acts as admin and manages access rights internally. This is a " -"workaround till OpenLDAP's in directory ACI's are fully implemented. For " -"this to work, we need the admin DN and the corresponding password." -msgstr "" -"GOsa 总是作为 LDAP 管理员,并且管理内部权限。这是一个临时方案直到 OpenLDAP 目" -"录 ACI 被完全实现。为了让其实现,我们需要管理员 DN 和正确的口令。" - -#: setup/setup_config1.tpl:223 -msgid "" -"Some basic LDAP parameters are tunable and affect the locations where GOsa " -"saves people and groups, including the way accounts get created. Check the " -"values below if the fit your needs." -msgstr "" -"有的基本的 LDAP 参数是可调的,并影响位置Gosa 保存用户和组的地方。包括账号创建" -"的方式。点击下面的值如果它们不符合您的需要。" - -#: setup/setup_config1.tpl:224 +#: setup/class_setupStep_Migrate.inc:804 setup/setup_migrate.tpl:32 +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:181 #, fuzzy -msgid "" -"GOsa has modular support for several mail methods. These methods provide " -"interfaces to users mailboxes and general handling for quotas. You can " -"choose the dummy plugin to leave all your mail settings untouched." -msgstr "" -"GOsa 通过模组支持几种邮件方法。这些方法提供用户邮箱的界面以及管理用户空间。您" -"可以选择选择 dummy 插件以保持您的邮件设置不被更改。" +msgid "Migrate" +msgstr "创建" #: setup/class_setupStep_License.inc:56 setup/class_setupStep_License.inc:57 #, fuzzy @@ -1424,99 +885,110 @@ msgstr "行" msgid "Terms and conditions for usage" msgstr "" -#: setup/class_setupStep_Checks.inc:38 setup/class_setupStep_Checks.inc:39 +#: setup/class_setupStep_Checks.inc:40 setup/class_setupStep_Checks.inc:41 msgid "Installation check" msgstr "" -#: setup/class_setupStep_Checks.inc:40 +#: setup/class_setupStep_Checks.inc:42 msgid "Basic checks for PHP compatibility and extensions" msgstr "" -#: setup/class_setupStep_Checks.inc:64 +#: setup/class_setupStep_Checks.inc:66 #, fuzzy msgid "Checking PHP version" msgstr "检查 PHP 版本 (>=4.1.0)" -#: setup/class_setupStep_Checks.inc:65 +#: setup/class_setupStep_Checks.inc:67 #, php-format msgid "PHP must be of version %s or above." msgstr "" -#: setup/class_setupStep_Checks.inc:66 +#: setup/class_setupStep_Checks.inc:68 msgid "Please upgrade to a supported version." msgstr "" -#: setup/class_setupStep_Checks.inc:73 +#: setup/class_setupStep_Checks.inc:75 msgid "GOsa requires this module to talk with your LDAP server." msgstr "" -#: setup/class_setupStep_Checks.inc:81 +#: setup/class_setupStep_Checks.inc:83 msgid "GOsa requires this module for an internationalized interface." msgstr "" -#: setup/class_setupStep_Checks.inc:89 +#: setup/class_setupStep_Checks.inc:91 msgid "GOsa requires this module for the samba integration." msgstr "" -#: setup/class_setupStep_Checks.inc:97 -msgid "GOsa requires this module to make use of SSHA encryption." +#: setup/class_setupStep_Checks.inc:99 +msgid "" +"GOsa requires either 'mhash' or the 'sha1' module to make use of SSHA " +"encryption." msgstr "" -#: setup/class_setupStep_Checks.inc:105 +#: setup/class_setupStep_Checks.inc:107 msgid "GOsa requires this module to talk to an IMAP server." msgstr "" -#: setup/class_setupStep_Checks.inc:112 +#: setup/class_setupStep_Checks.inc:114 #, fuzzy msgid "mbstring" msgstr "Samba 设置" -#: setup/class_setupStep_Checks.inc:113 +#: setup/class_setupStep_Checks.inc:115 msgid "GOsa requires this module to handle unicode strings." msgstr "" -#: setup/class_setupStep_Checks.inc:120 +#: setup/class_setupStep_Checks.inc:122 +msgid "Calendar" +msgstr "" + +#: setup/class_setupStep_Checks.inc:123 +#, fuzzy +msgid "GOsa requires this module to calculate dates." +msgstr "需要 MySQL 支持来从数据库中读取 GOfax 报告。" + +#: setup/class_setupStep_Checks.inc:130 #, fuzzy msgid "MySQL" msgstr "LDAP 错误:" -#: setup/class_setupStep_Checks.inc:121 +#: setup/class_setupStep_Checks.inc:131 #, fuzzy msgid "" "GOsa requires this module to communicate with several supported databases." msgstr "需要 MySQL 支持来从数据库中读取 GOfax 报告。" -#: setup/class_setupStep_Checks.inc:138 +#: setup/class_setupStep_Checks.inc:148 msgid "samba hash generator" msgstr "" -#: setup/class_setupStep_Checks.inc:139 +#: setup/class_setupStep_Checks.inc:149 msgid "GOsa requires this command to synchronize POSIX and samba passwords." msgstr "" -#: setup/class_setupStep_Checks.inc:140 +#: setup/class_setupStep_Checks.inc:150 msgid "" "Deploy a gosa-si installation or install the perl Crypt::SmbHash modules." msgstr "" -#: setup/class_setupStep_Checks.inc:153 +#: setup/class_setupStep_Checks.inc:163 msgid "imagick" msgstr "" -#: setup/class_setupStep_Checks.inc:154 +#: setup/class_setupStep_Checks.inc:164 msgid "GOsa requires this extension to handle images." msgstr "" -#: setup/class_setupStep_Checks.inc:169 +#: setup/class_setupStep_Checks.inc:179 #, fuzzy msgid "compression module" msgstr "访问选项" -#: setup/class_setupStep_Checks.inc:170 +#: setup/class_setupStep_Checks.inc:180 msgid "GOsa requires this extension to handle snapshots." msgstr "" -#: setup/class_setupStep_Checks.inc:181 +#: setup/class_setupStep_Checks.inc:191 #, fuzzy msgid "" "register_globals is a PHP mechanism to register all global variables to be " @@ -1526,16 +998,16 @@ msgstr "" "register_globals 是 PHP 的一个不必修改范围就可以从脚本中访问所有全局变量的机" "制。这可能存在安全风险。GOsa 在两种情况下都可以运行。" -#: setup/class_setupStep_Checks.inc:182 +#: setup/class_setupStep_Checks.inc:192 #, fuzzy msgid "Search for 'register_globals' in your php.ini and switch it to 'Off'." msgstr "检查 register_globals 是否设置为 'off'" -#: setup/class_setupStep_Checks.inc:190 +#: setup/class_setupStep_Checks.inc:200 msgid "PHP uses this value for the garbage collector to delete old sessions." msgstr "" -#: setup/class_setupStep_Checks.inc:191 +#: setup/class_setupStep_Checks.inc:201 #, fuzzy msgid "" "Setting this value to one day will prevent loosing session and cookies " @@ -1544,18 +1016,18 @@ msgstr "" "PHP 用这个值来进行垃圾回收,删除旧的会话。设置这个值为一天,将会防止在真正超" "时之前的会话和 cookie 丢失。" -#: setup/class_setupStep_Checks.inc:192 +#: setup/class_setupStep_Checks.inc:202 msgid "" "Search for 'session.gc_maxlifetime' in your php.ini and set it to 86400 or " "higher." msgstr "" -#: setup/class_setupStep_Checks.inc:199 setup/class_setupStep_Checks.inc:215 -#: setup/class_setupStep_Checks.inc:231 setup/class_setupStep_Checks.inc:247 +#: setup/class_setupStep_Checks.inc:209 setup/class_setupStep_Checks.inc:225 +#: setup/class_setupStep_Checks.inc:241 setup/class_setupStep_Checks.inc:257 msgid "Off" msgstr "" -#: setup/class_setupStep_Checks.inc:200 +#: setup/class_setupStep_Checks.inc:210 #, fuzzy msgid "" "In Order to use GOsa without any trouble, the session.auto_register option " @@ -1564,47 +1036,47 @@ msgstr "" "为了在是使用 GOsa 中不遇到麻烦,您的 php.ini 中 session.auto_register 选项必" "须设置为 'Off'。" -#: setup/class_setupStep_Checks.inc:201 +#: setup/class_setupStep_Checks.inc:211 #, fuzzy msgid "Search for 'session.auto_start' in your php.ini and set it to 'Off'." msgstr "" "为了在是使用 GOsa 中不遇到麻烦,您的 php.ini 中 session.auto_register 选项必" "须设置为 'Off'。" -#: setup/class_setupStep_Checks.inc:208 +#: setup/class_setupStep_Checks.inc:218 #, fuzzy msgid "" "GOsa needs at least 32MB of memory. Setting it below this limit may cause " "errors that are not reproducable! Increase it for larger setups." msgstr "GOsa 需要至少 16MB 内存,太少会导致无法预料的错误!将其设置为更大。" -#: setup/class_setupStep_Checks.inc:209 +#: setup/class_setupStep_Checks.inc:219 msgid "" "Search for 'memory_limit' in your php.ini and set it to '32M' or higher." msgstr "" -#: setup/class_setupStep_Checks.inc:216 +#: setup/class_setupStep_Checks.inc:226 #, fuzzy msgid "" "This option influences the PHP output handling. Turn this Option off, to " "increase performance." msgstr "这个选项影响输出处理。关闭这个选项,可以提高性能。" -#: setup/class_setupStep_Checks.inc:217 +#: setup/class_setupStep_Checks.inc:227 msgid "Search for 'implicit_flush' in your php.ini and set it to 'Off'." msgstr "" -#: setup/class_setupStep_Checks.inc:224 +#: setup/class_setupStep_Checks.inc:234 #, fuzzy msgid "The Execution time should be at least 30 seconds." msgstr "执行时间应该至少 30 秒,因为一些动作可能会花很多时间。" -#: setup/class_setupStep_Checks.inc:225 +#: setup/class_setupStep_Checks.inc:235 msgid "" "Search for 'max_execution_time' in your php.ini and set it to '30' or higher." msgstr "" -#: setup/class_setupStep_Checks.inc:232 +#: setup/class_setupStep_Checks.inc:242 #, fuzzy msgid "" "Increase the server security by setting expose_php to 'off'. PHP won't send " @@ -1613,16 +1085,16 @@ msgstr "" "将 expose_php 设置为“off”可以增强服务器安全性。PHP 将不会发送任何有关正运行着" "的服务器的信息。" -#: setup/class_setupStep_Checks.inc:233 +#: setup/class_setupStep_Checks.inc:243 msgid "Search for 'expose_php' in your php.ini and set if to 'Off'." msgstr "" -#: setup/class_setupStep_Checks.inc:239 +#: setup/class_setupStep_Checks.inc:249 #, fuzzy msgid "On" msgstr "打开" -#: setup/class_setupStep_Checks.inc:240 +#: setup/class_setupStep_Checks.inc:250 msgid "" "Increase your server security by setting magic_quotes_gpc to 'on'. PHP will " "escape all quotes in strings in this case." @@ -1630,33 +1102,33 @@ msgstr "" "将 magic_quotes_gpc 设置为 'on' 会增加服务器安全性。这种情况下 PHP 会将字符串" "中所有引号编码。" -#: setup/class_setupStep_Checks.inc:241 +#: setup/class_setupStep_Checks.inc:251 msgid "Search for 'magic_quotes_gpc' in your php.ini and set it to 'On'." msgstr "" -#: setup/class_setupStep_Checks.inc:248 +#: setup/class_setupStep_Checks.inc:258 #, fuzzy msgid "Increase your server performance by setting magic_quotes_gpc to 'off'." msgstr "" "将 magic_quotes_gpc 设置为 'on' 会增加服务器安全性。这种情况下 PHP 会将字符串" "中所有引号编码。" -#: setup/class_setupStep_Checks.inc:249 +#: setup/class_setupStep_Checks.inc:259 msgid "" "Search for 'zend.ze1_compatibility_mode' in your php.ini and set it to 'Off'." msgstr "" -#: setup/class_setupStep_Checks.inc:259 +#: setup/class_setupStep_Checks.inc:269 #, fuzzy msgid "Configuration writeable" msgstr "配置文件" -#: setup/class_setupStep_Checks.inc:260 +#: setup/class_setupStep_Checks.inc:270 #, fuzzy msgid "The configuration file can't be written" msgstr "查看配置信息" -#: setup/class_setupStep_Checks.inc:261 +#: setup/class_setupStep_Checks.inc:271 #, php-format msgid "" "GOsa reads its configuration from a file located in (%s/%s). The setup can " @@ -1672,462 +1144,186 @@ msgstr "语言" msgid "This step allows you to select your preferred language." msgstr "" -#: setup/class_setupStep_Language.inc:47 +#: setup/class_setupStep_Language.inc:47 include/class_core.inc:180 #, fuzzy msgid "Automatic" msgstr "自动" -#: setup/setup_config3.tpl:2 -#, fuzzy -msgid "GOsa core settings" -msgstr "用户设置" +#: setup/setup_migrate.tpl:2 +msgid "" +"During the LDAP inspection, we're going to check for several common pitfalls " +"that may occur when migration to GOsa base LDAP administration. You may want " +"to fix the problems below, in order to provide smooth services." +msgstr "" -#: setup/setup_config3.tpl:6 +#: setup/setup_migrate.tpl:5 #, fuzzy -msgid "Enable primary group filter" -msgstr "显示用户组" +msgid "Checks" +msgstr "具有状态" + +#: setup/setup_migrate.tpl:22 +msgid "Add required object classes to the LDAP base" +msgstr "" -#: setup/setup_config3.tpl:18 +#: setup/setup_migrate.tpl:24 #, fuzzy -msgid "Display summary in listings" -msgstr "显示匹配的宏" +msgid "Current" +msgstr "当前版本" -#: setup/setup_config3.tpl:30 +#: setup/setup_migrate.tpl:28 #, fuzzy -msgid "Honour administrative units" -msgstr "组管理" +msgid "After migration" +msgstr "用户管理" + +#: setup/setup_migrate.tpl:35 +msgid "Close" +msgstr "关闭" -#: setup/setup_config3.tpl:42 +#: setup/setup_migrate.tpl:40 #, fuzzy -msgid "Smarty compile directory" -msgstr "用户主目录" +msgid "Create a new GOsa administrator account" +msgstr "创建 netatalk 账号" -#: setup/setup_config3.tpl:51 -msgid "SNMP community" +#: setup/setup_migrate.tpl:41 +msgid "" +"This dialog will automatically add a new super administrator to your LDAP " +"tree." msgstr "" -#: setup/setup_config3.tpl:60 +#: setup/setup_migrate.tpl:49 +#: plugins/personal/posix/class_posixAccount.inc:1308 +msgid "User ID" +msgstr "用户 ID" + +#: setup/setup_migrate.tpl:53 ihtml/themes/default/login.tpl:47 +#: plugins/personal/generic/paste_generic.tpl:21 +msgid "Password" +msgstr "口令" + +#: setup/setup_migrate.tpl:57 #, fuzzy -msgid "Path for PPD storage" +msgid "Password (again)" msgstr "口令存储" -#: setup/setup_config3.tpl:77 +#: setup/class_setupStep_Welcome.inc:38 #, fuzzy -msgid "Path for kiosk profile storage" -msgstr "Kiosk profile 设置" - -#: setup/setup_config3.tpl:96 -msgid "SUDO role base" -msgstr "" +msgid "Welcome" +msgstr "欢迎 %s!" -#: setup/setup_config3.tpl:115 +#: setup/class_setupStep_Welcome.inc:39 #, fuzzy -msgid "Mail queue script" -msgstr "邮件队列" +msgid "The welcome message" +msgstr "解除挂起的邮件" -#: setup/setup_config3.tpl:134 +#: setup/class_setupStep_Welcome.inc:40 #, fuzzy -msgid "Notification script" -msgstr "主机通知周期" +msgid "Welcome to the GOsa setup assistent" +msgstr "欢迎进入 Gosa 安装程序!" -#: setup/setup_config3.tpl:153 +#: setup/setup_language.tpl:3 #, fuzzy -msgid "Enable edit locking" -msgstr "启用邮件扫描" +msgid "Please select the preferred language" +msgstr "请选择一个打印机或者取消。" -#: setup/setup_config3.tpl:174 -msgid "Gosa support daemon" +#: setup/setup_language.tpl:5 +msgid "" +"At this point, you can select the site wide default language. Choosing " +"'automatic' will use the language requested by the browser. This setting can " +"be overriden per user." msgstr "" -#: setup/setup_config3.tpl:193 +#: setup/setup_language.tpl:9 #, fuzzy -msgid "Daemon timeout" -msgstr "关闭" +msgid "Please select your preferred language here" +msgstr "首选语种" -#: setup/setup_config3.tpl:207 -msgid "Login and session" +#: setup/setup_checks.tpl:2 +msgid "" +"This step checks if your PHP server has all required modules and " +"configuration settings." msgstr "" -#: setup/setup_config3.tpl:210 +#: setup/setup_checks.tpl:5 #, fuzzy -msgid "Login attribute" -msgstr "电话属性" +msgid "Inspection" +msgstr "PHP 安装检查" -#: setup/setup_config3.tpl:221 -msgid "Enforce register_globals to be deactivated" +#: setup/setup_checks.tpl:8 +msgid "PHP module and extension checks" msgstr "" -#: setup/setup_config3.tpl:233 -#, fuzzy -msgid "Enforce encrypted connections" -msgstr "封锁加密归档" - -#: setup/setup_config3.tpl:245 -#, fuzzy -msgid "Warn if session is not encrypted" -msgstr "会话不会被加密。" +#: setup/setup_checks.tpl:10 +msgid "Basic checks" +msgstr "" -#: setup/setup_config3.tpl:257 -#, fuzzy -msgid "Remember dialog filter settings" -msgstr "通用队列设置" +#: setup/setup_checks.tpl:27 setup/setup_checks.tpl:68 +#: plugins/personal/posix/class_posixAccount.inc:650 +#: plugins/personal/posix/class_posixAccount.inc:773 +#: plugins/admin/groups/class_group.inc:832 +#: plugins/admin/departments/dep_move_confirm.tpl:2 include/functions.inc:2640 +#: include/functions.inc:2644 include/functions.inc:2650 +#: include/functions.inc:2674 include/utils/class_xml.inc:37 +#: include/class_tabs.inc:249 include/class_configRegistry.inc:655 +#: include/class_configRegistry.inc:670 include/class_configRegistry.inc:685 +#: include/class_configRegistry.inc:700 include/class_configRegistry.inc:716 +#: include/class_configRegistry.inc:721 include/class_configRegistry.inc:738 +#: include/class_configRegistry.inc:743 include/class_configRegistry.inc:761 +#: include/class_configRegistry.inc:766 include/class_configRegistry.inc:782 +#: include/class_configRegistry.inc:797 include/class_configRegistry.inc:812 +#: html/password.php:316 +msgid "Warning" +msgstr "警告" -#: setup/setup_config3.tpl:269 -#, fuzzy -msgid "Session lifetime" -msgstr "检测道会话冲突" +#: setup/setup_checks.tpl:38 setup/setup_checks.tpl:79 +msgid "GOsa will NOT run without fixing this." +msgstr "" -#: setup/setup_config3.tpl:278 -#, fuzzy -msgid "Debugging" -msgstr "启用 debug" +#: setup/setup_checks.tpl:40 setup/setup_checks.tpl:81 +msgid "GOsa will run without fixing this." +msgstr "" -#: setup/setup_config3.tpl:282 +#: setup/setup_checks.tpl:50 #, fuzzy -msgid "Show PHP errors" -msgstr "PHP 错误" +msgid "PHP setup configuration" +msgstr "PHP 安装检查" -#: setup/setup_config3.tpl:294 +#: setup/setup_checks.tpl:50 #, fuzzy -msgid "Maximum LDAP query time" -msgstr "最大文件大小" +msgid "show information" +msgstr "个人信息" -#: setup/setup_config3.tpl:312 -msgid "Log LDAP statistics" +#: setup/setup_checks.tpl:51 +msgid "Extended checks" msgstr "" -#: setup/setup_config3.tpl:324 -#, fuzzy -msgid "Debug level" -msgstr "日志级别" +#: setup/class_setupStep_Finish.inc:39 +#: ihtml/themes/default/copyPasteDialog.tpl:30 +msgid "Finish" +msgstr "完成" -#: setup/setup_config3.tpl:329 setup/setup_config3.tpl:332 +#: setup/class_setupStep_Finish.inc:40 #, fuzzy -msgid "Disabled" -msgstr "禁用" +msgid "Write configuration file" +msgstr "配置文件" -#: setup/setup_config3.tpl:330 setup/setup_config3.tpl:333 -#: ihtml/themes/modern/userFilterEditor.tpl:45 +#: setup/class_setupStep_Finish.inc:41 #, fuzzy -msgid "Enabled" -msgstr "禁用" +msgid "Finish - write the configuration file" +msgstr "需要 XML 功能来解析配置文件。" -#: setup/setup_migrate.tpl:5 -msgid "" -"During the LDAP inspection, we're going to check for several common pitfalls " -"that may occur when migration to GOsa base LDAP administration. You may want " -"to fix the problems below, in order to provide smooth services." -msgstr "" - -#: setup/setup_migrate.tpl:33 -#, fuzzy -msgid "Check again" -msgstr "检查" - -#: setup/setup_migrate.tpl:38 -msgid "Add required object classes to the LDAP base" -msgstr "" - -#: setup/setup_migrate.tpl:40 setup/setup_migrate.tpl:259 -#: setup/setup_migrate.tpl:367 setup/setup_migrate.tpl:425 -#: setup/setup_migrate.tpl:484 setup/setup_migrate.tpl:532 -#: setup/setup_migrate.tpl:581 -#, fuzzy -msgid "Current" -msgstr "当前版本" - -#: setup/setup_migrate.tpl:47 setup/setup_migrate.tpl:263 -#: setup/setup_migrate.tpl:374 setup/setup_migrate.tpl:432 -#: setup/setup_migrate.tpl:488 setup/setup_migrate.tpl:536 -#: setup/setup_migrate.tpl:585 -#, fuzzy -msgid "After migration" -msgstr "用户管理" - -#: setup/setup_migrate.tpl:62 setup/setup_migrate.tpl:112 -msgid "Close" -msgstr "关闭" - -#: setup/setup_migrate.tpl:68 -msgid "Move windows workstations into a valid windows workstation department" -msgstr "" - -#: setup/setup_migrate.tpl:70 -msgid "" -"This dialog allows you to move the displayed windows workstations into a " -"valid department" -msgstr "" - -#: setup/setup_migrate.tpl:72 -msgid "" -"Be careful with this tool, there may be references pointing to this " -"workstations that can't be migrated." -msgstr "" - -#: setup/setup_migrate.tpl:96 setup/setup_migrate.tpl:155 -#: setup/setup_migrate.tpl:211 setup/setup_migrate.tpl:391 -#: setup/setup_migrate.tpl:448 setup/setup_migrate.tpl:495 -#: setup/setup_migrate.tpl:543 setup/setup_migrate.tpl:592 -#: include/class_listing.inc:306 -#, fuzzy -msgid "Select all" -msgstr "选择" - -#: setup/setup_migrate.tpl:98 -msgid "Move selected windows workstations into the following GOsa department" -msgstr "" - -#: setup/setup_migrate.tpl:103 -#, fuzzy -msgid "Move selected workstations" -msgstr "选择查看工作站" - -#: setup/setup_migrate.tpl:105 -msgid "What will be done here" -msgstr "" - -#: setup/setup_migrate.tpl:119 -msgid "Move groups into configured group tree" -msgstr "" - -#: setup/setup_migrate.tpl:122 -msgid "" -"This dialog allows moving a couple of groups to the configured group tree. " -"Doing this may straighten your LDAP service." -msgstr "" - -#: setup/setup_migrate.tpl:125 -msgid "" -"Be careful with this option! There may be references pointing to these " -"groups. The GOsa setup can't migrate references, so you may want to cancel " -"the migration in this case." -msgstr "" - -#: setup/setup_migrate.tpl:128 -msgid "Move selected groups into this group tree" -msgstr "" - -#: setup/setup_migrate.tpl:159 setup/setup_migrate.tpl:215 -#: setup/setup_migrate.tpl:269 setup/setup_migrate.tpl:395 -#: setup/setup_migrate.tpl:452 setup/setup_migrate.tpl:500 -#: setup/setup_migrate.tpl:548 setup/setup_migrate.tpl:597 -msgid "Hide changes" -msgstr "" - -#: setup/setup_migrate.tpl:162 setup/setup_migrate.tpl:218 -#: setup/setup_migrate.tpl:251 setup/setup_migrate.tpl:398 -#: setup/setup_migrate.tpl:455 setup/setup_migrate.tpl:505 -#: setup/setup_migrate.tpl:553 setup/setup_migrate.tpl:602 -#, fuzzy -msgid "Show changes" -msgstr "显示软件包" - -#: setup/setup_migrate.tpl:178 -msgid "Move users into configured user tree" -msgstr "" - -#: setup/setup_migrate.tpl:180 -msgid "" -"This dialog allows moving a couple of users to the configured user tree. " -"Doing this may straighten your LDAP service." -msgstr "" - -#: setup/setup_migrate.tpl:183 -msgid "" -"Be careful with this option! There may be references pointing to these " -"users. The GOsa setup can't migrate references, so you may want to cancel " -"the migration in this case." -msgstr "" - -#: setup/setup_migrate.tpl:186 -#, fuzzy -msgid "Move selected users into this people tree" -msgstr "创建使用该模板的用户" - -#: setup/setup_migrate.tpl:233 -#, fuzzy -msgid "Migrate GOsa 2.5 administrative accounts" -msgstr "创建 netatalk 账号" - -#: setup/setup_migrate.tpl:235 -msgid "" -"This dialog allows the migration of GOsa 2.5 admin accounts into GOsa 2.6 " -"useable accounts." -msgstr "" - -#: setup/setup_migrate.tpl:293 -#, fuzzy -msgid "Abort" -msgstr "端口" - -#: setup/setup_migrate.tpl:296 -#, fuzzy -msgid "Create a new GOsa administrator account" -msgstr "创建 netatalk 账号" - -#: setup/setup_migrate.tpl:299 -msgid "" -"This dialog will automatically add a new super administrator to your LDAP " -"tree." -msgstr "" - -#: setup/setup_migrate.tpl:312 -#: plugins/personal/posix/class_posixAccount.inc:1312 -msgid "User ID" -msgstr "用户 ID" - -#: setup/setup_migrate.tpl:328 -#, fuzzy -msgid "Password (again)" -msgstr "口令存储" - -#: setup/setup_migrate.tpl:356 -msgid "" -"The listed departments are currently invisible in the GOsa user interface. " -"If you want to change this for a couple of entries, select them and use the " -"migrate button below." -msgstr "" - -#: setup/setup_migrate.tpl:357 setup/setup_migrate.tpl:416 -#: setup/setup_migrate.tpl:476 setup/setup_migrate.tpl:525 -#: setup/setup_migrate.tpl:574 -msgid "" -"If you want to know what will be done when migrating the selected entries, " -"use the 'Show changes' button to see the LDIF." -msgstr "" - -#: setup/setup_migrate.tpl:415 -msgid "" -"The listed users are currently invisible in the GOsa user interface. If you " -"want to change this for a couple of users, just select them and use the " -"'Migrate' button below." -msgstr "" - -#: setup/setup_migrate.tpl:475 -msgid "" -"The listed devices are currently invisible in the GOsa interface. If you " -"want to change this for a couple of devices, just select them and use the " -"'Migrate' button below." -msgstr "" - -#: setup/setup_migrate.tpl:502 setup/setup_migrate.tpl:550 -#: setup/setup_migrate.tpl:599 -#, fuzzy -msgid "Refresh" -msgstr "参考" - -#: setup/setup_migrate.tpl:524 -msgid "" -"The listed services are currently invalid for the GOsa version you are going " -"to install. If you want to update a couple of service, just select them and " -"use the 'Migrate' button below." -msgstr "" - -#: setup/setup_migrate.tpl:573 -msgid "" -"The listed menus are currently invisible in the GOsa interface. If you want " -"to change this for a couple of devices, just select them and use the " -"'Migrate' button below." -msgstr "" - -#: setup/setup_frame.tpl:12 -#, fuzzy -msgid "GOsa setup wizard" -msgstr "GOsa 帮助浏览器" - -#: setup/setup_frame.tpl:19 -#, fuzzy -msgid "Installation" -msgstr "Windows 工作站" - -#: setup/setup_frame.tpl:19 -#, fuzzy -msgid "Setup" -msgstr "设置" - -#: setup/class_setupStep_Welcome.inc:38 -#, fuzzy -msgid "Welcome" -msgstr "欢迎 %s!" - -#: setup/class_setupStep_Welcome.inc:39 -#, fuzzy -msgid "The welcome message" -msgstr "解除挂起的邮件" - -#: setup/class_setupStep_Welcome.inc:40 -#, fuzzy -msgid "Welcome to GOsa setup wizard" -msgstr "欢迎进入 Gosa 安装程序!" - -#: setup/setup_language.tpl:3 -#, fuzzy -msgid "Please select the preferred language" -msgstr "请选择一个打印机或者取消。" - -#: setup/setup_language.tpl:5 -msgid "" -"At this point, you can select the site wide default language. Choosing " -"'automatic' will use the language requested by the browser. This setting can " -"be overriden per user." -msgstr "" - -#: setup/setup_language.tpl:9 -#, fuzzy -msgid "Please select your preferred language here" -msgstr "首选语种" - -#: setup/setup_checks.tpl:9 -msgid "PHP module and extension checks" -msgstr "" - -#: setup/setup_checks.tpl:41 setup/setup_checks.tpl:103 -msgid "GOsa will NOT run without fixing this." -msgstr "" - -#: setup/setup_checks.tpl:45 setup/setup_checks.tpl:107 -msgid "GOsa will run without fixing this." -msgstr "" - -#: setup/setup_checks.tpl:67 -#, fuzzy -msgid "PHP setup configuration" -msgstr "PHP 安装检查" - -#: setup/setup_checks.tpl:67 -#, fuzzy -msgid "show information" -msgstr "个人信息" - -#: setup/class_setupStep_Finish.inc:37 -#: ihtml/themes/default/copyPasteDialog.tpl:32 -#: ihtml/themes/modern/copyPasteDialog.tpl:30 -msgid "Finish" -msgstr "完成" - -#: setup/class_setupStep_Finish.inc:38 -#, fuzzy -msgid "Write configuration file" -msgstr "配置文件" - -#: setup/class_setupStep_Finish.inc:39 -#, fuzzy -msgid "Finish - write the configuration file" -msgstr "需要 XML 功能来解析配置文件。" - -#: setup/class_setupStep_Finish.inc:104 -#, fuzzy +#: setup/class_setupStep_Finish.inc:106 +#, fuzzy msgid "" "Your configuration file is currently world readable. Please update the file " "permissions!" msgstr "GOsa 配置 %s/gosa.conf 不可读取。退出。" -#: setup/class_setupStep_Finish.inc:106 +#: setup/class_setupStep_Finish.inc:108 #, fuzzy msgid "The configuration is currently not readable or it does not exists." msgstr "GOsa 配置 %s/gosa.conf 不可读取。退出。" -#: setup/class_setupStep_Finish.inc:115 +#: setup/class_setupStep_Finish.inc:117 #, fuzzy, php-format msgid "" "After downloading and placing the file under %s, please make sure that the " @@ -2138,125 +1334,84 @@ msgstr "" "将文件保存在 GOsa 配置文件目录中,确认 Web 服务器运行的账号能够读取 gosa." "conf,其他用户则无权访问。您可以执行如下命令来实现:" -#: setup/class_setupStep_Config1.inc:74 setup/class_setupStep_Config1.inc:75 -#, fuzzy -msgid "GOsa settings 1/3" -msgstr "用户设置" - -#: setup/class_setupStep_Config1.inc:76 -#, fuzzy -msgid "GOsa generic settings" -msgstr "用户设置" - -#: setup/class_setupStep_Config1.inc:118 -#, fuzzy, php-format -msgid "The specified value for '%s' must be a numeric value" -msgstr "指定 '%s' 的值必须是数字类型。" - -#: setup/class_setupStep_Config1.inc:122 setup/class_setupStep_Config1.inc:126 -#, php-format -msgid "Don't add a trailing comma to '%s'." -msgstr "" - -#: setup/class_setupStep_Config1.inc:122 -msgid "People storage ou" +#: ihtml/themes/default/ldifViewer.tpl:1 +msgid "Raw LDAP entry" msgstr "" -#: setup/class_setupStep_Config1.inc:126 -msgid "Group storage ou" -msgstr "" - -#: setup/class_setupStep_Config1.inc:130 -#, fuzzy -msgid "Uid base must be numeric" -msgstr "超时必须填数字" - -#: setup/class_setupStep_Config1.inc:134 -#, fuzzy -msgid "The given password minimum length is not numeric." -msgstr "Sieve 端口应为数字。" - -#: setup/class_setupStep_Config1.inc:137 -#, fuzzy -msgid "The given password differ value is not numeric." -msgstr "Sieve 端口应为数字。" - -#: ihtml/themes/default/acl.tpl:7 ihtml/themes/modern/acl.tpl:7 -#: plugins/admin/acl/acl_role.tpl:3 plugins/admin/acl/acl_role.tpl:4 +#: ihtml/themes/default/acl.tpl:7 plugins/admin/acl/acl_role.tpl:3 +#: plugins/admin/acl/acl_role.tpl:4 msgid "Assigned ACL for current entry" msgstr "" -#: ihtml/themes/default/acl.tpl:12 ihtml/themes/modern/acl.tpl:10 -#: plugins/admin/acl/acl_role.tpl:38 +#: ihtml/themes/default/acl.tpl:10 plugins/admin/acl/acl_role.tpl:38 #, fuzzy msgid "New ACL" msgstr "新" -#: ihtml/themes/default/acl.tpl:18 ihtml/themes/modern/acl.tpl:19 -#: plugins/admin/acl/acl_role.tpl:45 +#: ihtml/themes/default/acl.tpl:15 ihtml/themes/default/acl.tpl:16 +#: include/class_userFilter.inc:55 +msgid "Options" +msgstr "选项" + +#: ihtml/themes/default/acl.tpl:19 plugins/admin/acl/acl_role.tpl:45 #, fuzzy msgid "ACL type" msgstr "分类类型" -#: ihtml/themes/default/acl.tpl:20 ihtml/themes/default/acl.tpl:25 -#: ihtml/themes/modern/acl.tpl:23 ihtml/themes/modern/acl.tpl:28 +#: ihtml/themes/default/acl.tpl:23 ihtml/themes/default/acl.tpl:28 #: plugins/admin/acl/acl_role.tpl:45 #, fuzzy msgid "Select an acl type" msgstr "选择一个位置" -#: ihtml/themes/default/acl.tpl:38 ihtml/themes/modern/acl.tpl:40 +#: ihtml/themes/default/acl.tpl:40 #, fuzzy msgid "Additional filter options" msgstr "应用程序设置" -#: ihtml/themes/default/acl.tpl:49 ihtml/themes/modern/acl.tpl:57 -msgid "Use members from" -msgstr "" +#: ihtml/themes/default/acl.tpl:53 ihtml/themes/default/acl.tpl:65 +#: include/class_acl.inc:1106 +msgid "Members" +msgstr "成员" + +#: ihtml/themes/default/acl.tpl:54 +#, fuzzy +msgid "Member selection" +msgstr "组设置" -#: ihtml/themes/default/acl.tpl:64 -msgid "Available members" +#: ihtml/themes/default/acl.tpl:57 +msgid "Use members from" msgstr "" -#: ihtml/themes/default/acl.tpl:66 ihtml/themes/default/acl.tpl:71 -#: ihtml/themes/modern/acl.tpl:69 ihtml/themes/modern/acl.tpl:74 +#: ihtml/themes/default/acl.tpl:69 ihtml/themes/default/acl.tpl:74 msgid "List message possible targets" msgstr "" -#: ihtml/themes/default/acl.tpl:87 ihtml/themes/modern/acl.tpl:53 -#: ihtml/themes/modern/acl.tpl:65 include/class_acl.inc:1104 -msgid "Members" -msgstr "成员" - -#: ihtml/themes/default/acl.tpl:89 ihtml/themes/default/acl.tpl:95 -#: ihtml/themes/modern/acl.tpl:92 ihtml/themes/modern/acl.tpl:98 +#: ihtml/themes/default/acl.tpl:92 ihtml/themes/default/acl.tpl:98 msgid "List message recipients" msgstr "" -#: ihtml/themes/default/acl.tpl:109 ihtml/themes/modern/acl.tpl:112 -#: plugins/admin/acl/acl_role.tpl:51 +#: ihtml/themes/default/acl.tpl:112 plugins/admin/acl/acl_role.tpl:51 #, fuzzy msgid "List of available ACL categories" msgstr "可用软件包列表" -#: ihtml/themes/default/acl.tpl:117 ihtml/themes/modern/acl.tpl:120 +#: ihtml/themes/default/acl.tpl:120 #, fuzzy msgid "ACL for this object" msgstr "检查 iconv 支持" -#: ihtml/themes/default/acl.tpl:123 ihtml/themes/modern/acl.tpl:126 +#: ihtml/themes/default/acl.tpl:126 #, fuzzy msgid "Available roles" msgstr "可用的应用程序" #: ihtml/themes/default/copyPasteDialog.tpl:1 -#: ihtml/themes/modern/copyPasteDialog.tpl:1 #, fuzzy msgid "Copy & paste wizard" msgstr "拷贝和粘贴精灵" #: ihtml/themes/default/copyPasteDialog.tpl:7 -#: ihtml/themes/modern/copyPasteDialog.tpl:7 msgid "" "Some values need to be unique in the complete directory while some " "combinations make no sense. GOsa shows the relevant attributes. Please " @@ -2266,139 +1421,97 @@ msgstr "" "照这个原则维护其取值。" #: ihtml/themes/default/copyPasteDialog.tpl:9 -#: ihtml/themes/modern/copyPasteDialog.tpl:9 msgid "Remember that some properties like taken snapshots will not be copied!" msgstr "" #: ihtml/themes/default/copyPasteDialog.tpl:10 -#: ihtml/themes/modern/copyPasteDialog.tpl:10 msgid "" "Or if you copy or cut an entry within GOsa and delete the source object, you " "may get errors while pasting this object again!" msgstr "" #: ihtml/themes/default/copyPasteDialog.tpl:19 -#: ihtml/themes/modern/copyPasteDialog.tpl:19 -#: include/utils/class_msgPool.inc:330 +#: include/utils/class_msgPool.inc:313 #, php-format msgid "Save" msgstr "保存" -#: ihtml/themes/default/copyPasteDialog.tpl:24 -#: ihtml/themes/modern/copyPasteDialog.tpl:23 +#: ihtml/themes/default/copyPasteDialog.tpl:23 #, fuzzy msgid "Cancel all" msgstr "取消" -#: ihtml/themes/default/copyPasteDialog.tpl:30 -#: ihtml/themes/modern/copyPasteDialog.tpl:28 +#: ihtml/themes/default/copyPasteDialog.tpl:28 msgid "Operation complete" msgstr "操作完成" #: ihtml/themes/default/logout-close.tpl:5 -#: ihtml/themes/modern/logout-close.tpl:5 #, fuzzy msgid "Your GOsa session has been closed!" msgstr "您的 GOsa 会话已经过期!" #: ihtml/themes/default/logout-close.tpl:7 -#: ihtml/themes/modern/logout-close.tpl:7 msgid "" "Please close this browser window and clean the authentication caches to " "avoid an automatic re-authentication by your browser." msgstr "" -#: ihtml/themes/default/login.tpl:10 -msgid "GOsa login screen" -msgstr "" - -#: ihtml/themes/default/login.tpl:27 +#: ihtml/themes/default/login.tpl:31 #, fuzzy -msgid "Login screen" -msgstr "登录脚本" - -#: ihtml/themes/default/login.tpl:34 -#, fuzzy -msgid "" -"Please use your username and your password to log into the site " -"administration system." -msgstr "请用您的用户名和口令登录" +msgid "Login to GOsa" +msgstr "欢迎进入 Gosa 安装程序!" -#: ihtml/themes/default/login.tpl:42 ihtml/themes/default/login.tpl:44 -#: ihtml/themes/default/password.tpl:69 ihtml/themes/default/password.tpl:71 -#: ihtml/themes/modern/login.tpl:37 ihtml/themes/modern/login.tpl:40 +#: ihtml/themes/default/login.tpl:37 ihtml/themes/default/login.tpl:40 msgid "Username" msgstr "用户名" -#: ihtml/themes/default/login.tpl:52 ihtml/themes/default/login.tpl:53 -#: ihtml/themes/default/password.tpl:60 ihtml/themes/default/password.tpl:62 -#: ihtml/themes/modern/login.tpl:62 -msgid "Directory" -msgstr "目录" - -#: ihtml/themes/default/login.tpl:77 ihtml/themes/default/login.tpl:80 -#: ihtml/themes/modern/login.tpl:31 ihtml/themes/modern/login.tpl:67 -#: ihtml/themes/modern/login.tpl:68 -msgid "Sign in" -msgstr "登录" +#: ihtml/themes/default/login.tpl:61 +msgid "Choose the directory to work on" +msgstr "" -#: ihtml/themes/default/login.tpl:78 ihtml/themes/modern/login.tpl:67 +#: ihtml/themes/default/login.tpl:66 msgid "Click here to log in" msgstr "点击这里登录" -#: ihtml/themes/default/remove.tpl:6 -msgid "" -"This may be used by several groups. Please double check if your really want " -"to do this since there is no way for GOsa to get your data back." -msgstr "" -"这可能被好几个组使用。请再次检查您是否要这么做,因为 GOsa 没有办法将您的数据" -"找回。" +#: ihtml/themes/default/login.tpl:66 ihtml/themes/default/login.tpl:67 +#, fuzzy +msgid "Log in" +msgstr "登录名" -#: ihtml/themes/default/remove.tpl:9 -msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." -msgstr "所以,如果您确定,请按“删除”继续,否则按“取消”退出。" +#: ihtml/themes/default/userFilter.tpl:1 +#, fuzzy +msgid "List of defined filters" +msgstr "配置文件" + +#: ihtml/themes/default/framework.tpl:9 +#, fuzzy +msgid "Log out" +msgstr "退出" -#: ihtml/themes/default/framework.tpl:8 ihtml/themes/default/framework.tpl:11 -#: ihtml/themes/default/framework.tpl:20 ihtml/themes/default/framework.tpl:24 -#: ihtml/themes/modern/framework.tpl:10 include/class_pluglist.inc:229 +#: ihtml/themes/default/framework.tpl:10 msgid "" "You are currently editing a database entry. Do you want to dismiss the " "changes?" msgstr "您正在编辑一个数据项。您确认要丢弃当前的修改么?" -#: ihtml/themes/default/framework.tpl:8 ihtml/themes/default/framework.tpl:11 -msgid "Main" -msgstr "首页" - -#: ihtml/themes/default/framework.tpl:16 -msgid "Help" -msgstr "帮助" - -#: ihtml/themes/default/framework.tpl:21 ihtml/themes/default/framework.tpl:25 -msgid "Sign out" -msgstr "退出" - -#: ihtml/themes/default/framework.tpl:29 -msgid "Signed in:" -msgstr "登录:" - -#: ihtml/themes/default/framework.tpl:32 -msgid "GOsa main menu" -msgstr "" +#: ihtml/themes/default/framework.tpl:22 +#, fuzzy, php-format +msgid "Session expires in %d!" +msgstr "会话不会被加密。" -#: ihtml/themes/default/help.tpl:9 ihtml/themes/modern/help.tpl:9 +#: ihtml/themes/default/help.tpl:9 msgid "GOsa help viewer" msgstr "GOsa 帮助浏览器" -#: ihtml/themes/default/help.tpl:15 ihtml/themes/modern/help.tpl:15 +#: ihtml/themes/default/help.tpl:15 msgid "Index" msgstr "索引" -#: ihtml/themes/default/islocked.tpl:2 ihtml/themes/modern/islocked.tpl:4 +#: ihtml/themes/default/islocked.tpl:4 msgid "Locking conflict detected" msgstr "检测到锁定冲突" -#: ihtml/themes/default/islocked.tpl:9 ihtml/themes/modern/islocked.tpl:14 +#: ihtml/themes/default/islocked.tpl:14 msgid "" "If this lock detection is false, the other person has obviously closed the " "webbrowser during the edit operation. You may want to take over the lock by " @@ -2407,94 +1520,22 @@ msgstr "" "如果锁检查失败,明显的是另外的人在进行编辑操作时关闭了浏览器。您可以通过按“仍" "然编辑”按钮来接管这个锁文件。" -#: ihtml/themes/default/islocked.tpl:16 ihtml/themes/modern/islocked.tpl:23 +#: ihtml/themes/default/islocked.tpl:23 #, fuzzy msgid "Read only" msgstr "重新加载列表" -#: ihtml/themes/default/password.tpl:6 -#, fuzzy -msgid "Change your password" -msgstr "修改口令" - -#: ihtml/themes/default/password.tpl:35 -#, fuzzy -msgid "Success" -msgstr "访问" - -#: ihtml/themes/default/password.tpl:35 -msgid "Your password has been changed successfully." -msgstr "" - -#: ihtml/themes/default/password.tpl:41 -#: plugins/personal/password/class_password.inc:78 -#: plugins/personal/password/class_password.inc:81 -#: plugins/personal/password/class_password.inc:84 -#: plugins/personal/password/class_password.inc:87 -#: plugins/personal/password/class_password.inc:90 -#: plugins/personal/password/class_password.inc:93 -#: plugins/personal/password/class_password.inc:107 -#: plugins/personal/password/class_password.inc:113 -#: plugins/admin/users/class_userManagement.inc:277 html/main.php:341 -#, fuzzy -msgid "Password change" -msgstr "不允许修改口令" - -#: ihtml/themes/default/password.tpl:53 -msgid "" -"This dialog provides a simple way to change your password. Enter the current " -"password and the new password (twice) in the fields below and press the " -"'Change' button." -msgstr "" - -#: ihtml/themes/default/password.tpl:78 ihtml/themes/default/password.tpl:79 -#: plugins/personal/password/password.tpl:13 html/password.php:243 -msgid "Current password" -msgstr "当前口令" - -#: ihtml/themes/default/password.tpl:82 ihtml/themes/default/password.tpl:83 -#: plugins/personal/password/password.tpl:18 -#: plugins/personal/generic/password.tpl:7 -#: plugins/personal/myaccount/main.inc:97 plugins/admin/users/password.tpl:13 -#: plugins/admin/users/class_userManagement.inc:250 html/password.php:220 -msgid "New password" -msgstr "新口令" - -#: ihtml/themes/default/password.tpl:86 ihtml/themes/default/password.tpl:87 -#, fuzzy -msgid "New password repeated" -msgstr "新口令" - -#: ihtml/themes/default/password.tpl:90 -#: plugins/personal/password/password.tpl:28 -#, fuzzy -msgid "Password strength" -msgstr "口令存储" - -#: ihtml/themes/default/password.tpl:101 -#, fuzzy -msgid "Change" -msgstr "频道" - -#: ihtml/themes/default/password.tpl:102 -#, fuzzy -msgid "Click here to change your password" -msgstr "点击这里来修改您的口令" - -#: ihtml/themes/default/snapshotdialog.tpl:3 -#: ihtml/themes/modern/snapshotdialog.tpl:3 -msgid "Restoring object snapshots" -msgstr "" +#: ihtml/themes/default/snapshotdialog.tpl:3 +msgid "Restoring object snapshots" +msgstr "" #: ihtml/themes/default/snapshotdialog.tpl:6 -#: ihtml/themes/modern/snapshotdialog.tpl:6 msgid "" "This procedure will restore a snapshot of the selected object. It will " "replace the existing object after pressing the restore button." msgstr "" #: ihtml/themes/default/snapshotdialog.tpl:9 -#: ihtml/themes/modern/snapshotdialog.tpl:9 msgid "" "Remember that DNS configuration and database entries could not be restored. " "For some objects it is only nescessary to open and save them again (goFon), " @@ -2502,74 +1543,63 @@ msgid "" msgstr "" #: ihtml/themes/default/snapshotdialog.tpl:12 -#: ihtml/themes/modern/snapshotdialog.tpl:12 msgid "" "Don't forget to check references to other objects, for example does the " "selected printer still exists ?" msgstr "" #: ihtml/themes/default/snapshotdialog.tpl:20 -#: ihtml/themes/default/snapshotdialog.tpl:62 -#: ihtml/themes/modern/snapshotdialog.tpl:20 -#: ihtml/themes/modern/snapshotdialog.tpl:63 -#: plugins/admin/departments/class_department.inc:624 -#: include/utils/class_msgPool.inc:475 include/class_acl.inc:797 -#: include/class_acl.inc:804 include/class_acl.inc:811 +#: ihtml/themes/default/snapshotdialog.tpl:63 +#: plugins/admin/departments/class_department.inc:626 +#: include/utils/class_msgPool.inc:458 include/class_acl.inc:795 +#: include/class_acl.inc:802 include/class_acl.inc:809 msgid "Object" msgstr "对象" #: ihtml/themes/default/snapshotdialog.tpl:29 -#: ihtml/themes/modern/snapshotdialog.tpl:29 #, fuzzy msgid "There is no snapshot available that could be restored" msgstr "没有可用的 mysql 扩展,请检查您的 php 设置。" #: ihtml/themes/default/snapshotdialog.tpl:31 -#: ihtml/themes/modern/snapshotdialog.tpl:31 msgid "Choose a snapshot and click the folder image, to restore the snapshot" msgstr "" -#: ihtml/themes/default/snapshotdialog.tpl:49 -#: ihtml/themes/modern/snapshotdialog.tpl:50 +#: ihtml/themes/default/snapshotdialog.tpl:50 #, fuzzy msgid "Creating object snapshots" msgstr "创建新对象组" -#: ihtml/themes/default/snapshotdialog.tpl:52 -#: ihtml/themes/modern/snapshotdialog.tpl:53 +#: ihtml/themes/default/snapshotdialog.tpl:53 msgid "" "This procedure will create a snapshot of the selected object. It will be " "stored inside a special branch of your directory system and can be restored " "later on." msgstr "" -#: ihtml/themes/default/snapshotdialog.tpl:55 -#: ihtml/themes/modern/snapshotdialog.tpl:56 +#: ihtml/themes/default/snapshotdialog.tpl:56 msgid "" "Remember that database entries, DNS configurations and possibly created " "zones in server extensions will not be stored in the snapshot." msgstr "" -#: ihtml/themes/default/snapshotdialog.tpl:70 -#: ihtml/themes/modern/snapshotdialog.tpl:71 +#: ihtml/themes/default/snapshotdialog.tpl:71 #, fuzzy msgid "Timestamp" msgstr "过期" -#: ihtml/themes/default/snapshotdialog.tpl:79 -#: ihtml/themes/modern/snapshotdialog.tpl:80 +#: ihtml/themes/default/snapshotdialog.tpl:80 msgid "Reason for generating this snapshot" msgstr "" -#: ihtml/themes/default/snapshotdialog.tpl:87 -#: ihtml/themes/modern/snapshotdialog.tpl:88 +#: ihtml/themes/default/snapshotdialog.tpl:88 #: plugins/admin/users/template.tpl:49 -#: plugins/admin/departments/class_department.inc:564 -#: plugins/admin/departments/class_department.inc:646 +#: plugins/admin/departments/class_department.inc:566 +#: plugins/admin/departments/class_department.inc:648 msgid "Continue" msgstr "继续" -#: ihtml/themes/default/sizelimit.tpl:3 ihtml/themes/modern/sizelimit.tpl:3 +#: ihtml/themes/default/sizelimit.tpl:3 msgid "" "The size limit option makes LDAP operations faster and saves the LDAP server " "from getting too much load. The easiest way to handle big databases without " @@ -2579,100 +1609,91 @@ msgstr "" "大小限制选项会让 LDAP 操作更快,以免使 LDAP 服务器过载。最简单让大数据库处理" "不发成长时间超时的办法是,将查询缩小到更少并且使用过滤器。" -#: ihtml/themes/default/sizelimit.tpl:6 ihtml/themes/modern/sizelimit.tpl:8 +#: ihtml/themes/default/sizelimit.tpl:8 msgid "Please choose the way to react for this session" msgstr "请选择响应这个会话的方法" -#: ihtml/themes/default/sizelimit.tpl:9 ihtml/themes/modern/sizelimit.tpl:10 +#: ihtml/themes/default/sizelimit.tpl:10 msgid "ignore this error and show all entries the LDAP server returns" msgstr "忽略错误并显示 LDAP 服务器返回的所有条目" -#: ihtml/themes/default/sizelimit.tpl:10 ihtml/themes/modern/sizelimit.tpl:11 +#: ihtml/themes/default/sizelimit.tpl:11 msgid "" "ignore this error and show all entries that fit into the defined sizelimit " "and let me use filters instead" msgstr "忽略错误并显示在定义限制长度内的所有条目,并让我使用过滤器。" -#: ihtml/themes/default/sizelimit.tpl:14 ihtml/themes/modern/sizelimit.tpl:16 -#: include/utils/class_msgPool.inc:348 +#: ihtml/themes/default/sizelimit.tpl:16 include/utils/class_msgPool.inc:331 #, php-format msgid "Set" msgstr "设置" -#: ihtml/themes/default/logout.tpl:5 ihtml/themes/modern/logout.tpl:6 -msgid "Your GOsa session has expired!" -msgstr "您的 GOsa 会话已经过期!" - -#: ihtml/themes/default/logout.tpl:7 ihtml/themes/modern/logout.tpl:9 -msgid "" -"The last interaction with the GOsa web interface has been some time ago in " -"the past. For security reasons, the session has been closed. To continue " -"with administrative tasks, please sign in again." -msgstr "" -"上一次操作 GOsa 界面是在很长时间之前。出于安全上的考虑,已经关闭了连接。要继" -"续执行管理任务,请重新登录。" - -#: ihtml/themes/default/logout.tpl:10 ihtml/themes/modern/logout.tpl:15 -msgid "Sign in again" -msgstr "重新登录" - -#: ihtml/themes/modern/acl.tpl:15 ihtml/themes/modern/acl.tpl:16 -#: include/class_userFilter.inc:55 -msgid "Options" -msgstr "选项" - -#: ihtml/themes/modern/acl.tpl:54 -#, fuzzy -msgid "Member selection" -msgstr "组设置" - -#: ihtml/themes/modern/userFilter.tpl:1 -#, fuzzy -msgid "List of defined filters" -msgstr "配置文件" - -#: ihtml/themes/modern/removeEntries.tpl:4 +#: ihtml/themes/default/removeEntries.tpl:4 +#: plugins/addons/propertyEditor/property-list.tpl:7 #, fuzzy msgid "Attention" msgstr "Nagios 鉴权" -#: ihtml/themes/modern/removeEntries.tpl:14 +#: ihtml/themes/default/removeEntries.tpl:14 #, fuzzy msgid "" "If you're sure you want to do this press 'Delete' to continue or 'Cancel' to " "abort." msgstr "所以,如果您确定,请按“删除”继续,否则按“取消”退出。" -#: ihtml/themes/modern/msg_dialog.tpl:55 -#: ihtml/themes/modern/msg_dialog.tpl:103 +#: ihtml/themes/default/logout.tpl:6 +msgid "Your GOsa session has expired!" +msgstr "您的 GOsa 会话已经过期!" + +#: ihtml/themes/default/logout.tpl:9 +#, fuzzy +msgid "" +"It has been a while since your last interaction with GOsa took place. Your " +"session has been closed for security reasons. Please login again to continue " +"with administrative tasks." +msgstr "" +"上一次操作 GOsa 界面是在很长时间之前。出于安全上的考虑,已经关闭了连接。要继" +"续执行管理任务,请重新登录。" + +#: ihtml/themes/default/logout.tpl:16 +#, fuzzy +msgid "Login again" +msgstr "重新登录" + +#: ihtml/themes/default/msg_dialog.tpl:55 +#: ihtml/themes/default/msg_dialog.tpl:103 msgid "Error message title" msgstr "" -#: ihtml/themes/modern/msg_dialog.tpl:66 -#: ihtml/themes/modern/msg_dialog.tpl:115 +#: ihtml/themes/default/msg_dialog.tpl:66 +#: ihtml/themes/default/msg_dialog.tpl:115 #, fuzzy msgid "Error message" msgstr "挂起邮件" -#: ihtml/themes/modern/userFilterEditor.tpl:1 -#: ihtml/themes/modern/userFilterEditor.tpl:5 +#: ihtml/themes/default/userFilterEditor.tpl:1 +#: ihtml/themes/default/userFilterEditor.tpl:5 #, fuzzy msgid "Filter editor" msgstr "终端服务器" -#: ihtml/themes/modern/userFilterEditor.tpl:8 +#: ihtml/themes/default/userFilterEditor.tpl:8 #, fuzzy msgid "Filter properties" msgstr "编辑通用属性" -#: ihtml/themes/modern/userFilterEditor.tpl:19 -#: plugins/generic/references/contents.tpl:12 +#: ihtml/themes/default/userFilterEditor.tpl:19 +#: plugins/generic/references/class_reference.inc:57 +#: plugins/generic/references/class_reference.inc:63 +#: plugins/generic/references/class_reference.inc:69 +#: plugins/generic/references/class_reference.inc:75 +#: plugins/generic/references/class_reference.inc:81 #: plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc:45 #: plugins/personal/posix/groupSelect/group-list.xml:40 #: plugins/personal/posix/trustSelect/trust-list.xml:53 #: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:57 #: plugins/admin/groups/generic.tpl:24 -#: plugins/admin/groups/class_group.inc:1022 +#: plugins/admin/groups/class_group.inc:1038 #: plugins/admin/groups/group-list.xml:49 #: plugins/admin/departments/class_domain.inc:63 #: plugins/admin/departments/class_domain.inc:91 @@ -2682,8 +1703,8 @@ msgstr "编辑通用属性" #: plugins/admin/departments/class_localityGeneric.inc:64 #: plugins/admin/departments/class_localityGeneric.inc:92 #: plugins/admin/departments/locality.tpl:19 -#: plugins/admin/departments/class_department.inc:365 -#: plugins/admin/departments/class_department.inc:669 +#: plugins/admin/departments/class_department.inc:367 +#: plugins/admin/departments/class_department.inc:677 #: plugins/admin/departments/dcObject.tpl:19 #: plugins/admin/departments/domain.tpl:19 #: plugins/admin/departments/country.tpl:19 @@ -2694,156 +1715,235 @@ msgstr "编辑通用属性" #: plugins/admin/departments/class_dcObject.inc:63 #: plugins/admin/departments/class_dcObject.inc:91 #: plugins/admin/acl/acl_role.tpl:17 plugins/admin/acl/acl-list.xml:57 -#: plugins/admin/acl/class_aclRole.inc:165 -#: plugins/admin/acl/class_aclRole.inc:726 +#: plugins/admin/acl/class_aclRole.inc:163 +#: plugins/admin/acl/class_aclRole.inc:740 #: plugins/admin/ogroups/generic.tpl:15 #: plugins/admin/ogroups/objectSelect/selectObject-list.xml:105 -#: plugins/admin/ogroups/class_ogroup.inc:851 +#: plugins/admin/ogroups/class_ogroup.inc:835 #: plugins/admin/ogroups/ogroup-list.xml:49 -#: include/class_userFilterEditor.inc:242 include/class_acl.inc:253 -#: include/class_acl.inc:263 include/class_SnapShotDialog.inc:177 +#: include/class_userFilterEditor.inc:242 include/class_acl.inc:252 +#: include/class_acl.inc:262 include/class_SnapShotDialog.inc:173 #: include/class_userFilter.inc:55 msgid "Description" msgstr "描述" -#: ihtml/themes/modern/userFilterEditor.tpl:27 include/class_userFilter.inc:55 +#: ihtml/themes/default/userFilterEditor.tpl:27 +#: include/class_userFilter.inc:55 #, fuzzy msgid "Parent filter" msgstr "参数" -#: ihtml/themes/modern/userFilterEditor.tpl:40 +#: ihtml/themes/default/userFilterEditor.tpl:40 #: plugins/personal/generic/generic.tpl:607 -#: plugins/personal/generic/class_user.inc:1663 +#: plugins/personal/generic/class_user.inc:1675 msgid "Public visible" msgstr "公开" -#: ihtml/themes/modern/userFilterEditor.tpl:49 +#: ihtml/themes/default/userFilterEditor.tpl:45 +#, fuzzy +msgid "Enabled" +msgstr "禁用" + +#: ihtml/themes/default/userFilterEditor.tpl:49 msgid "Categories where the filter is visible" msgstr "" -#: ihtml/themes/modern/userFilterEditor.tpl:69 +#: ihtml/themes/default/userFilterEditor.tpl:69 #, fuzzy msgid "Query" msgstr "用户" -#: plugins/generic/references/class_reference.inc:43 -#: plugins/personal/posix/class_posixAccount.inc:37 -msgid "UNIX" -msgstr "UNIX" - -#: plugins/generic/references/class_reference.inc:45 -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:72 -#: plugins/admin/users/class_userManagement.inc:762 -#: plugins/admin/groups/class_groupManagement.inc:165 -#: plugins/admin/ogroups/tabs_ogroups.inc:148 -msgid "Mail" -msgstr "邮件" - -#: plugins/generic/references/class_reference.inc:47 -#: plugins/generic/references/class_reference.inc:49 -#: plugins/personal/posix/class_posixAccount.inc:294 -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:80 -#: plugins/admin/users/class_userManagement.inc:767 -#: plugins/admin/groups/class_groupManagement.inc:173 -msgid "Samba" -msgstr "Samba" - -#: plugins/generic/references/class_reference.inc:51 -#: plugins/admin/users/class_userManagement.inc:779 -msgid "FAX" -msgstr "传真" +#: plugins/generic/references/class_reference.inc:58 +#: plugins/generic/references/class_reference.inc:64 +#: plugins/personal/posix/generic.tpl:89 +#: plugins/personal/posix/paste_generic.tpl:54 +#: plugins/personal/posix/paste_generic.tpl:57 +msgid "Group membership" +msgstr "组成员身份" -#: plugins/generic/references/class_reference.inc:53 -msgid "Proxy" -msgstr "代理" +#: plugins/generic/references/class_reference.inc:70 +#, fuzzy +msgid "Role membership" +msgstr "组成员身份" -#: plugins/generic/references/class_reference.inc:55 -msgid "FTP" -msgstr "FTP" +#: plugins/generic/references/class_reference.inc:76 +#, fuzzy +msgid "Object group membership" +msgstr "对象组" -#: plugins/generic/references/class_reference.inc:57 -#: plugins/personal/posix/groupSelect/group-list.xml:13 -#: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:23 -#: plugins/admin/groups/group-list.xml:15 -#: plugins/admin/groups/group-list.xml:79 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:71 -#: plugins/admin/ogroups/class_ogroupManagement.inc:184 -#: plugins/admin/ogroups/ogroup-list.xml:79 -msgid "Group" -msgstr "组" +#: plugins/generic/references/class_reference.inc:82 +#, fuzzy +msgid "Department manager" +msgstr "部门管理" -#: plugins/generic/references/class_reference.inc:59 -#: plugins/personal/generic/generic.tpl:309 -#: plugins/personal/generic/class_user.inc:1699 -#: plugins/admin/departments/dep-list.xml:55 -#: plugins/admin/departments/dep-list.xml:71 -#: plugins/admin/departments/dep-list.xml:138 -#: plugins/admin/departments/class_departmentManagement.inc:250 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:15 -#: plugins/admin/ogroups/class_ogroupManagement.inc:186 -msgid "Department" -msgstr "部门" +#: plugins/generic/references/class_reference.inc:87 +#: plugins/personal/generic/class_user.inc:1341 +#: plugins/personal/generic/class_user.inc:1388 +#: plugins/personal/generic/class_user.inc:1715 +#: plugins/personal/generic/class_user.inc:1869 +#: plugins/admin/users/class_userManagement.inc:426 +#: plugins/admin/users/user-list.xml:57 +#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:40 +#: plugins/admin/groups/userSelect/user-list.xml:40 +#: plugins/admin/groups/class_group.inc:210 +#: plugins/admin/groups/class_group.inc:1170 +#: plugins/admin/groups/class_group.inc:1180 +msgid "Given name" +msgstr "名" -#: plugins/generic/references/class_reference.inc:61 -#: plugins/personal/generic/generic.tpl:397 -#: plugins/personal/generic/generic.tpl:577 -#: plugins/personal/generic/class_user.inc:1371 -#: plugins/personal/generic/class_user.inc:1823 -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:88 -#: plugins/admin/users/class_userManagement.inc:783 -#: plugins/admin/groups/class_groupManagement.inc:181 -#: plugins/admin/departments/generic.tpl:110 -#: plugins/admin/departments/organization.tpl:109 -#: plugins/admin/departments/class_department.inc:376 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:55 -#: plugins/admin/ogroups/class_ogroupManagement.inc:188 -msgid "Phone" -msgstr "电话" +#: plugins/generic/references/class_reference.inc:87 +#: plugins/personal/generic/class_user.inc:1714 +#: plugins/admin/users/user-list.xml:49 +#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:48 +#: plugins/admin/groups/userSelect/user-list.xml:48 +msgid "Surname" +msgstr "姓" -#: plugins/generic/references/class_reference.inc:63 -#: plugins/admin/ogroups/class_ogroupManagement.inc:185 -msgid "Application" -msgstr "应用程序" +#: plugins/generic/references/class_reference.inc:88 +#, fuzzy +msgid "User manager" +msgstr "用户名" -#: plugins/generic/references/class_reference.inc:67 -msgid "Thin Client" -msgstr "瘦客户机" +#: plugins/generic/references/contents.tpl:2 +#, fuzzy +msgid "Object information" +msgstr "个人信息" -#: plugins/generic/references/class_reference.inc:69 -#: plugins/personal/posix/trustSelect/trust-list.xml:19 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:31 -#: plugins/admin/ogroups/class_ogroupManagement.inc:189 -msgid "Workstation" -msgstr "工作站" +#: plugins/generic/references/contents.tpl:3 +#, fuzzy +msgid "Object info" +msgstr "对象名称" -#: plugins/generic/references/class_reference.inc:71 -#: plugins/admin/ogroups/generic.tpl:1 -#: plugins/admin/ogroups/ogroup-list.xml:15 -msgid "Object group" +#: plugins/generic/references/contents.tpl:7 +#, fuzzy +msgid "Show raw object entry" msgstr "对象组" -#: plugins/generic/references/class_reference.inc:73 -#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:47 -#: plugins/admin/ogroups/class_ogroupManagement.inc:192 -msgid "Printer" -msgstr "打印机" +#: plugins/generic/references/contents.tpl:18 +#: plugins/generic/references/contents.tpl:20 +#, fuzzy +msgid "Last modification" +msgstr "行业" -#: plugins/generic/references/contents.tpl:2 +#: plugins/generic/references/contents.tpl:18 +#: plugins/admin/groups/class_group.inc:329 +#: plugins/admin/groups/class_group.inc:350 +#: plugins/admin/groups/class_group.inc:367 +#: plugins/admin/departments/class_department.inc:154 +#: include/class_pluglist.inc:373 +msgid "Unknown" +msgstr "未知" + +#: plugins/generic/references/contents.tpl:29 #, fuzzy msgid "Object references" msgstr "参考" -#: plugins/generic/references/contents.tpl:12 -msgid "Object name" -msgstr "对象名称" +#: plugins/generic/references/contents.tpl:45 +#, fuzzy +msgid "ACL trace" +msgstr "分类类型" + +#: plugins/generic/references/class_aclResolver.inc:62 +#: include/class_acl.inc:226 +msgid "Reset ACLs" +msgstr "" + +#: plugins/generic/references/class_aclResolver.inc:63 +#: plugins/admin/acl/class_aclRole.inc:136 include/class_acl.inc:227 +#, fuzzy +msgid "One level" +msgstr "日志级别" + +#: plugins/generic/references/class_aclResolver.inc:64 +#: plugins/admin/acl/class_aclRole.inc:137 include/class_acl.inc:228 +#: include/class_acl.inc:233 +#, fuzzy +msgid "Current object" +msgstr "创建新 FAI 对象" + +#: plugins/generic/references/class_aclResolver.inc:65 +#: plugins/admin/acl/class_aclRole.inc:138 include/class_acl.inc:229 +#, fuzzy +msgid "Complete subtree" +msgstr "忽略子树" + +#: plugins/generic/references/class_aclResolver.inc:66 +#: plugins/admin/acl/class_aclRole.inc:139 include/class_acl.inc:230 +msgid "Complete subtree (permanent)" +msgstr "" + +#: plugins/generic/references/class_aclResolver.inc:67 +#: include/class_acl.inc:231 include/class_acl.inc:234 +msgid "Use ACL defined in role" +msgstr "" + +#: plugins/generic/references/class_aclResolver.inc:131 +msgid "Enter another user name" +msgstr "" + +#: plugins/generic/references/class_aclResolver.inc:157 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:126 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:128 +#: plugins/addons/dyngroup/dyngroup.tpl:8 +#, fuzzy +msgid "Filter" +msgstr "过滤器" + +#: plugins/generic/references/class_aclResolver.inc:181 +#, fuzzy +msgid "Acls" +msgstr "全部" + +#: plugins/generic/references/class_aclResolver.inc:186 +#, php-format +msgid "List of effective ACLs for '%s'" +msgstr "" + +#: plugins/generic/references/class_aclResolver.inc:187 +#: plugins/generic/references/class_aclResolver.inc:191 +#, fuzzy +msgid "Object permissions" +msgstr "组设置" + +#: plugins/generic/references/class_aclResolver.inc:291 +#: include/class_core.inc:113 include/class_core.inc:119 +#, fuzzy +msgid "All" +msgstr "全部" + +#: plugins/generic/references/class_aclResolver.inc:295 +#: include/class_acl.inc:819 +#, fuzzy +msgid "Grant permission to owner" +msgstr "无法创建文件 '%s'。" -#: plugins/generic/references/contents.tpl:12 -msgid "Contents" -msgstr "内容" +#: plugins/generic/references/class_aclResolver.inc:297 +#: include/class_acl.inc:823 include/class_acl.inc:928 +#: include/class_acl.inc:932 +msgid "read" +msgstr "读" + +#: plugins/generic/references/class_aclResolver.inc:298 +#: include/class_acl.inc:824 include/class_acl.inc:930 +#: include/class_acl.inc:933 +msgid "write" +msgstr "写" + +#: plugins/generic/references/class_aclResolver.inc:299 +#, fuzzy +msgid "create" +msgstr "创建" -#: plugins/generic/references/contents.tpl:19 -msgid "This object has no relationship to other objects." -msgstr "这个对象和其他对象没有关系。" +#: plugins/generic/references/class_aclResolver.inc:300 +#, fuzzy +msgid "remove" +msgstr "删除" + +#: plugins/generic/references/class_aclResolver.inc:301 +#, fuzzy +msgid "move" +msgstr "删除" #: plugins/generic/welcome/main.inc:26 #, php-format @@ -2878,27 +1978,38 @@ msgstr "" "用下面的表格更改个人口令。口令更改即时生效。请记住新口令,忘记口令将无法登" "录。" -#: plugins/personal/password/password.tpl:8 plugins/admin/users/password.tpl:8 -msgid "" -"Changing the password affects your authentification on mail, proxy, samba " -"and unix services." -msgstr "修改口令将影响邮件,代理,samba,unix等的登录。" - -#: plugins/personal/password/password.tpl:11 -#: plugins/personal/generic/password.tpl:5 +#: plugins/personal/password/password.tpl:7 +#: plugins/personal/myaccount/password.tpl:5 #, fuzzy msgid "Password change dialog" msgstr "不允许修改口令" -#: plugins/personal/password/password.tpl:23 -#: plugins/personal/generic/password.tpl:11 -#: plugins/admin/users/password.tpl:17 +#: plugins/personal/password/password.tpl:9 html/password.php:245 +msgid "Current password" +msgstr "当前口令" + +#: plugins/personal/password/password.tpl:15 +#: plugins/personal/myaccount/main.inc:110 +#: plugins/personal/myaccount/password.tpl:7 +#: plugins/admin/users/password.tpl:9 +#: plugins/admin/users/class_userManagement.inc:250 html/password.php:219 +msgid "New password" +msgstr "新口令" + +#: plugins/personal/password/password.tpl:22 +#: plugins/personal/myaccount/password.tpl:12 +#: plugins/admin/users/password.tpl:16 msgid "Repeat new password" msgstr "重复新口令" +#: plugins/personal/password/password.tpl:28 +#, fuzzy +msgid "Password strength" +msgstr "口令存储" + #: plugins/personal/password/password.tpl:40 -#: plugins/personal/generic/password.tpl:19 -#: plugins/admin/users/password.tpl:32 +#: plugins/personal/myaccount/password.tpl:22 +#: plugins/admin/users/password.tpl:34 msgid "Set password" msgstr "设置口令" @@ -2906,18 +2017,37 @@ msgstr "设置口令" msgid "Clear fields" msgstr "清除字段" +#: plugins/personal/password/class_password.inc:26 +#: plugins/admin/users/user-list.xml:128 plugins/admin/users/user-list.xml:230 +msgid "Change password" +msgstr "修改口令" + #: plugins/personal/password/class_password.inc:27 #, fuzzy msgid "Change user password" msgstr "修改口令" -#: plugins/personal/password/class_password.inc:79 +#: plugins/personal/password/class_password.inc:78 +#: plugins/personal/password/class_password.inc:81 +#: plugins/personal/password/class_password.inc:84 +#: plugins/personal/password/class_password.inc:87 +#: plugins/personal/password/class_password.inc:90 +#: plugins/personal/password/class_password.inc:93 +#: plugins/personal/password/class_password.inc:96 +#: plugins/personal/password/class_password.inc:110 +#: plugins/personal/password/class_password.inc:116 +#: plugins/admin/users/class_userManagement.inc:277 html/main.php:349 +#, fuzzy +msgid "Password change" +msgstr "不允许修改口令" + +#: plugins/personal/password/class_password.inc:79 msgid "You need to specify your current password in order to proceed." msgstr "您需要输入当前口令才能继续。" #: plugins/personal/password/class_password.inc:82 -#: plugins/personal/myaccount/main.inc:94 -#: plugins/admin/users/class_userManagement.inc:247 html/password.php:217 +#: plugins/personal/myaccount/main.inc:107 +#: plugins/admin/users/class_userManagement.inc:247 msgid "" "The passwords you've entered as 'New password' and 'Repeated new password' " "do not match." @@ -2927,39 +2057,43 @@ msgstr "您输入的“新口令”和“重复新口令”不匹配。" msgid "The password you've entered as 'New password' is empty." msgstr "输入的“新口令”为空。" -#: plugins/personal/password/class_password.inc:88 html/password.php:229 +#: plugins/personal/password/class_password.inc:88 msgid "The password used as new and current are too similar." msgstr "输入的新口令和当前口令非常相似。" -#: plugins/personal/password/class_password.inc:91 html/password.php:235 +#: plugins/personal/password/class_password.inc:91 msgid "The password used as new is to short." msgstr "输入的新口令太短了。" -#: plugins/personal/password/class_password.inc:94 +#: plugins/personal/password/class_password.inc:94 html/password.php:238 +msgid "The password contains possibly problematic unicode characters!" +msgstr "" + +#: plugins/personal/password/class_password.inc:97 #, fuzzy, php-format msgid "External password changer reported a problem: %s." msgstr "外部口令更改程序报告错误:" -#: plugins/personal/password/class_password.inc:108 +#: plugins/personal/password/class_password.inc:111 msgid "" "The password you've entered as your current password doesn't match the real " "one." msgstr "您输入的当前口令不正确。" -#: plugins/personal/password/class_password.inc:114 +#: plugins/personal/password/class_password.inc:117 #, fuzzy msgid "You have no permission to change your password." msgstr "您无权修改您的口令。" -#: plugins/personal/password/class_password.inc:146 +#: plugins/personal/password/class_password.inc:149 #, fuzzy msgid "User password" msgstr "清除口令" -#: plugins/personal/password/class_password.inc:150 -#: plugins/personal/generic/class_user.inc:1674 -#: plugins/personal/posix/class_posixAccount.inc:1303 -#: plugins/personal/myaccount/main.inc:125 +#: plugins/personal/password/class_password.inc:153 +#: plugins/personal/generic/class_user.inc:1686 +#: plugins/personal/posix/class_posixAccount.inc:1295 +#: plugins/personal/myaccount/main.inc:138 #: plugins/personal/myaccount/class_MyAccount.inc:5 msgid "My account" msgstr "我的账号" @@ -3009,15 +2143,16 @@ msgid "First name" msgstr "名" #: plugins/personal/generic/generic.tpl:68 -#: plugins/personal/generic/class_user.inc:1328 -#: plugins/personal/generic/class_user.inc:1346 +#: plugins/personal/generic/class_user.inc:1326 +#: plugins/personal/generic/class_user.inc:1344 +#: plugins/personal/generic/class_user.inc:1358 #: plugins/personal/generic/class_user.inc:1360 -#: plugins/personal/generic/class_user.inc:1362 +#: plugins/personal/generic/class_user.inc:1716 #: plugins/personal/generic/paste_generic.tpl:16 #: plugins/admin/users/user-list.xml:65 plugins/admin/users/template.tpl:32 #: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:65 #: plugins/admin/groups/singleUserSelect/singleUser-list.xml:56 -#: plugins/admin/groups/userSelect/user-list.xml:56 html/password.php:241 +#: plugins/admin/groups/userSelect/user-list.xml:56 html/password.php:243 msgid "Login" msgstr "登录名" @@ -3026,23 +2161,23 @@ msgid "Template name" msgstr "模板名称" #: plugins/personal/generic/generic.tpl:95 -#: plugins/personal/generic/class_user.inc:1686 +#: plugins/personal/generic/class_user.inc:1720 msgid "Personal title" msgstr "个人称谓" #: plugins/personal/generic/generic.tpl:105 -#: plugins/personal/generic/class_user.inc:1687 +#: plugins/personal/generic/class_user.inc:1721 msgid "Academic title" msgstr "学位头衔" #: plugins/personal/generic/generic.tpl:120 -#: plugins/personal/generic/class_user.inc:1385 -#: plugins/personal/generic/class_user.inc:1689 +#: plugins/personal/generic/class_user.inc:1383 +#: plugins/personal/generic/class_user.inc:1723 msgid "Date of birth" msgstr "生日" #: plugins/personal/generic/generic.tpl:143 -#: plugins/personal/generic/class_user.inc:1690 +#: plugins/personal/generic/class_user.inc:1724 msgid "Sex" msgstr "性别" @@ -3051,7 +2186,7 @@ msgid "Preferred langage" msgstr "首选语种" #: plugins/personal/generic/generic.tpl:186 -#: plugins/personal/generic/class_user.inc:1713 +#: plugins/personal/generic/class_user.inc:1747 #: plugins/admin/departments/class_organizationGeneric.inc:131 msgid "Postal address" msgstr "地址" @@ -3060,7 +2195,7 @@ msgstr "地址" #: plugins/personal/generic/generic.tpl:455 #: plugins/admin/departments/generic.tpl:103 #: plugins/admin/departments/organization.tpl:102 -#: plugins/admin/departments/class_department.inc:675 +#: plugins/admin/departments/class_department.inc:683 msgid "Address" msgstr "住址" @@ -3069,9 +2204,9 @@ msgid "Private phone" msgstr "私人电话" #: plugins/personal/generic/generic.tpl:204 -#: plugins/personal/generic/class_user.inc:1366 -#: plugins/personal/generic/class_user.inc:1717 -#: plugins/personal/generic/class_user.inc:1820 +#: plugins/personal/generic/class_user.inc:1364 +#: plugins/personal/generic/class_user.inc:1751 +#: plugins/personal/generic/class_user.inc:1854 msgid "Homepage" msgstr "个人主页" @@ -3079,13 +2214,13 @@ msgstr "个人主页" msgid "Password storage" msgstr "口令存储" -#: plugins/personal/generic/generic.tpl:221 include/functions.inc:1249 +#: plugins/personal/generic/generic.tpl:221 include/functions.inc:1258 msgid "Configure" msgstr "配置" #: plugins/personal/generic/generic.tpl:229 -#: plugins/personal/generic/class_user.inc:550 -#: plugins/personal/generic/class_user.inc:572 +#: plugins/personal/generic/class_user.inc:549 +#: plugins/personal/generic/class_user.inc:571 #: plugins/personal/generic/generic_certs.tpl:3 msgid "Certificates" msgstr "证书" @@ -3103,6 +2238,15 @@ msgstr "" msgid "IP or network" msgstr "" +#: plugins/personal/generic/generic.tpl:255 +#: plugins/personal/generic/generic.tpl:275 +#: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:83 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:123 +#: include/utils/class_msgPool.inc:319 +#, php-format +msgid "Add" +msgstr "添加" + #: plugins/personal/generic/generic.tpl:288 #: plugins/personal/generic/generic.tpl:291 #: plugins/personal/generic/generic.tpl:299 @@ -3124,6 +2268,17 @@ msgstr "组织信息" msgid "part" msgstr "总结" +#: plugins/personal/generic/generic.tpl:309 +#: plugins/personal/generic/class_user.inc:1733 +#: plugins/admin/departments/dep-list.xml:55 +#: plugins/admin/departments/dep-list.xml:71 +#: plugins/admin/departments/dep-list.xml:138 +#: plugins/admin/departments/class_departmentManagement.inc:253 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:15 +#: plugins/admin/ogroups/class_ogroupManagement.inc:186 +msgid "Department" +msgstr "部门" + #: plugins/personal/generic/generic.tpl:317 msgid "Department No." msgstr "部门编号" @@ -3133,19 +2288,19 @@ msgid "Employee No." msgstr "员工编号" #: plugins/personal/generic/generic.tpl:333 -#: plugins/personal/generic/class_user.inc:1703 +#: plugins/personal/generic/class_user.inc:1737 msgid "Employee type" msgstr "员工类别" #: plugins/personal/generic/generic.tpl:342 #: plugins/personal/generic/generic.tpl:358 -#: plugins/personal/generic/class_user.inc:1701 +#: plugins/personal/generic/class_user.inc:1735 #: plugins/admin/departments/class_domain.inc:93 #: plugins/admin/departments/generic.tpl:51 #: plugins/admin/departments/organization.tpl:51 #: plugins/admin/departments/class_localityGeneric.inc:93 #: plugins/admin/departments/locality.tpl:39 -#: plugins/admin/departments/class_department.inc:678 +#: plugins/admin/departments/class_department.inc:686 #: plugins/admin/departments/dcObject.tpl:39 #: plugins/admin/departments/domain.tpl:39 #: plugins/admin/departments/country.tpl:39 @@ -3161,101 +2316,115 @@ msgstr "域用户" msgid "Room No." msgstr "房间号" +#: plugins/personal/generic/generic.tpl:397 +#: plugins/personal/generic/generic.tpl:577 +#: plugins/personal/generic/class_user.inc:1369 +#: plugins/personal/generic/class_user.inc:1857 +#: plugins/admin/users/class_userManagement.inc:783 +#: plugins/admin/groups/class_groupManagement.inc:181 +#: plugins/admin/departments/generic.tpl:110 +#: plugins/admin/departments/organization.tpl:109 +#: plugins/admin/departments/class_department.inc:378 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:55 +#: plugins/admin/ogroups/class_ogroupManagement.inc:188 +msgid "Phone" +msgstr "电话" + #: plugins/personal/generic/generic.tpl:406 -#: plugins/personal/generic/class_user.inc:1377 -#: plugins/personal/generic/class_user.inc:1829 +#: plugins/personal/generic/class_user.inc:1375 +#: plugins/personal/generic/class_user.inc:1863 msgid "Mobile" msgstr "手机" #: plugins/personal/generic/generic.tpl:414 -#: plugins/personal/generic/class_user.inc:1380 -#: plugins/personal/generic/class_user.inc:1832 +#: plugins/personal/generic/class_user.inc:1378 +#: plugins/personal/generic/class_user.inc:1866 msgid "Pager" msgstr "呼机" #: plugins/personal/generic/generic.tpl:422 #: plugins/personal/generic/generic.tpl:589 -#: plugins/personal/generic/class_user.inc:1374 -#: plugins/personal/generic/class_user.inc:1826 +#: plugins/personal/generic/class_user.inc:1372 +#: plugins/personal/generic/class_user.inc:1860 #: plugins/admin/departments/generic.tpl:118 #: plugins/admin/departments/organization.tpl:117 -#: plugins/admin/departments/class_department.inc:379 -#: plugins/admin/departments/class_department.inc:677 +#: plugins/admin/departments/class_department.inc:381 +#: plugins/admin/departments/class_department.inc:685 #: plugins/admin/departments/class_organizationGeneric.inc:133 msgid "Fax" msgstr "传真" #: plugins/personal/generic/generic.tpl:439 -#: plugins/personal/generic/class_user.inc:1712 +#: plugins/personal/generic/class_user.inc:1746 #: plugins/admin/departments/generic.tpl:83 #: plugins/admin/departments/generic.tpl:85 #: plugins/admin/departments/generic.tpl:95 #: plugins/admin/departments/organization.tpl:82 #: plugins/admin/departments/organization.tpl:94 #: plugins/admin/departments/class_localityGeneric.inc:91 -#: plugins/admin/departments/class_department.inc:674 +#: plugins/admin/departments/class_department.inc:682 #: plugins/admin/departments/class_organizationGeneric.inc:130 msgid "Location" msgstr "位置" #: plugins/personal/generic/generic.tpl:447 -#: plugins/personal/generic/class_user.inc:1711 +#: plugins/personal/generic/class_user.inc:1745 #: plugins/admin/departments/generic.tpl:87 #: plugins/admin/departments/organization.tpl:86 -#: plugins/admin/departments/class_department.inc:673 +#: plugins/admin/departments/class_department.inc:681 #: plugins/admin/departments/class_organizationGeneric.inc:129 msgid "State" msgstr "州/省" #: plugins/personal/generic/generic.tpl:471 -#: plugins/personal/generic/class_user.inc:1656 +#: plugins/personal/generic/class_user.inc:1668 msgid "Vocation" msgstr "行业" #: plugins/personal/generic/generic.tpl:479 -#: plugins/personal/generic/class_user.inc:1659 +#: plugins/personal/generic/class_user.inc:1671 msgid "Unit description" msgstr "单元描述" #: plugins/personal/generic/generic.tpl:488 -#: plugins/personal/generic/class_user.inc:1660 +#: plugins/personal/generic/class_user.inc:1672 msgid "Subject area" msgstr "" #: plugins/personal/generic/generic.tpl:497 -#: plugins/personal/generic/class_user.inc:1661 +#: plugins/personal/generic/class_user.inc:1673 msgid "Functional title" msgstr "单位职称" #: plugins/personal/generic/generic.tpl:506 -#: plugins/personal/generic/class_user.inc:1665 +#: plugins/personal/generic/class_user.inc:1677 #: plugins/admin/acl/acl-list.xml:23 plugins/admin/acl/acl-list.xml:82 -#: plugins/admin/acl/class_aclRole.inc:716 +#: plugins/admin/acl/class_aclRole.inc:711 msgid "Role" msgstr "角色" #: plugins/personal/generic/generic.tpl:520 -#: plugins/personal/generic/class_user.inc:1658 +#: plugins/personal/generic/class_user.inc:1670 msgid "Person locality" msgstr "" #: plugins/personal/generic/generic.tpl:529 -#: plugins/personal/generic/class_user.inc:1654 +#: plugins/personal/generic/class_user.inc:1666 msgid "Unit" msgstr "单元" #: plugins/personal/generic/generic.tpl:538 -#: plugins/personal/generic/class_user.inc:1664 +#: plugins/personal/generic/class_user.inc:1676 msgid "Street" msgstr "街道" #: plugins/personal/generic/generic.tpl:546 -#: plugins/personal/generic/class_user.inc:1666 +#: plugins/personal/generic/class_user.inc:1678 msgid "Postal code" msgstr "邮编" #: plugins/personal/generic/generic.tpl:554 -#: plugins/personal/generic/class_user.inc:1655 +#: plugins/personal/generic/class_user.inc:1667 msgid "House identifier" msgstr "家庭角色" @@ -3264,7 +2433,7 @@ msgid "Please use the phone tab" msgstr "请使用电话页面" #: plugins/personal/generic/generic.tpl:598 -#: plugins/personal/generic/class_user.inc:1657 +#: plugins/personal/generic/class_user.inc:1669 msgid "Last delivery" msgstr "最后传递" @@ -3274,223 +2443,196 @@ msgid "Edit organizational user settings" msgstr "应用程序设置" #: plugins/personal/generic/class_user.inc:273 -#: plugins/personal/generic/class_user.inc:1876 -#: plugins/admin/departments/class_department.inc:154 -#: include/class_pluglist.inc:363 -msgid "Unknown" +#: plugins/personal/generic/class_user.inc:1910 +#: include/class_configRegistry.inc:185 +#, fuzzy +msgid "unknown" msgstr "未知" #: plugins/personal/generic/class_user.inc:297 msgid "Please add a single IP address or a network/netmask combination!" msgstr "" -#: plugins/personal/generic/class_user.inc:340 +#: plugins/personal/generic/class_user.inc:339 msgid "female" msgstr "女" -#: plugins/personal/generic/class_user.inc:340 +#: plugins/personal/generic/class_user.inc:339 msgid "male" msgstr "男" -#: plugins/personal/generic/class_user.inc:396 +#: plugins/personal/generic/class_user.inc:395 #, fuzzy msgid "Password configuration" msgstr "下载配置" -#: plugins/personal/generic/class_user.inc:429 +#: plugins/personal/generic/class_user.inc:428 msgid "Cannot upload file!" msgstr "" -#: plugins/personal/generic/class_user.inc:522 +#: plugins/personal/generic/class_user.inc:521 #, fuzzy msgid "Serial number" msgstr "电话号码" -#: plugins/personal/generic/class_user.inc:544 -#: plugins/personal/generic/class_user.inc:1694 +#: plugins/personal/generic/class_user.inc:543 +#: plugins/personal/generic/class_user.inc:1728 +#: plugins/personal/generic/generic_picture.tpl:1 msgid "User picture" msgstr "用户图片" -#: plugins/personal/generic/class_user.inc:569 -msgid "" -"(Some types of certificates are currently not supported and may be displayed " -"as 'invalid'.)" -msgstr "(目前有的种类的证书不支持,可能显示为“无效”)" +#: plugins/personal/generic/class_user.inc:568 +msgid "(Not supported certificate types are marked as invalid.)" +msgstr "" -#: plugins/personal/generic/class_user.inc:579 +#: plugins/personal/generic/class_user.inc:578 #, php-format msgid "Certificate is valid from %s to %s and is currently %s." msgstr "证书从 %s 到 %s 是有效的,当前为 %s。" -#: plugins/personal/generic/class_user.inc:582 +#: plugins/personal/generic/class_user.inc:581 msgid "valid" msgstr "有效" -#: plugins/personal/generic/class_user.inc:583 +#: plugins/personal/generic/class_user.inc:582 msgid "invalid" msgstr "无效" -#: plugins/personal/generic/class_user.inc:588 +#: plugins/personal/generic/class_user.inc:587 msgid "No certificate installed" msgstr "未安装证书" -#: plugins/personal/generic/class_user.inc:614 html/password.php:180 +#: plugins/personal/generic/class_user.inc:613 html/password.php:179 #, fuzzy msgid "Password method" msgstr "口令存储" -#: plugins/personal/generic/class_user.inc:614 +#: plugins/personal/generic/class_user.inc:613 #, fuzzy msgid "The selected password method is no longer available." msgstr "此应用程序不再可用。" -#: plugins/personal/generic/class_user.inc:1205 +#: plugins/personal/generic/class_user.inc:1203 msgid "Cannot build RDN: no + allowed to build sub RDN!" msgstr "" -#: plugins/personal/generic/class_user.inc:1212 +#: plugins/personal/generic/class_user.inc:1210 msgid "Cannot build RDN: attribute is not defined!" msgstr "" -#: plugins/personal/generic/class_user.inc:1230 +#: plugins/personal/generic/class_user.inc:1228 msgid "Cannot build RDN: invalid attribute parameters!" msgstr "" -#: plugins/personal/generic/class_user.inc:1301 +#: plugins/personal/generic/class_user.inc:1299 #, fuzzy msgid "The selected password method requires initial configuration!" msgstr "此应用程序不再可用。" -#: plugins/personal/generic/class_user.inc:1343 -#: plugins/personal/generic/class_user.inc:1390 -#: plugins/personal/generic/class_user.inc:1681 -#: plugins/personal/generic/class_user.inc:1835 -#: plugins/admin/users/class_userManagement.inc:426 -#: plugins/admin/users/user-list.xml:57 -#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:40 -#: plugins/admin/groups/userSelect/user-list.xml:40 -msgid "Given name" -msgstr "名" - -#: plugins/personal/generic/class_user.inc:1500 +#: plugins/personal/generic/class_user.inc:1498 #, fuzzy msgid "Cannot open certificate!" msgstr "无法打开指定证书!" -#: plugins/personal/generic/class_user.inc:1662 +#: plugins/personal/generic/class_user.inc:1674 #: plugins/personal/generic/generic_certs.tpl:83 msgid "Certificate serial number" msgstr "证书系列号" -#: plugins/personal/generic/class_user.inc:1670 +#: plugins/personal/generic/class_user.inc:1682 #, fuzzy msgid "Generic user settings" msgstr "通用队列设置" -#: plugins/personal/generic/class_user.inc:1680 -#: plugins/admin/users/user-list.xml:49 -#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:48 -#: plugins/admin/groups/userSelect/user-list.xml:48 -msgid "Surname" -msgstr "姓" - -#: plugins/personal/generic/class_user.inc:1682 -#, fuzzy -msgid "User identification" -msgstr "用户信息" +#: plugins/personal/generic/class_user.inc:1704 +#, php-format +msgid "" +"The 'accountRDN' option tells GOsa to use a placeholder pattern for " +"generating account RDNs. A pattern can include attribute names prefaced by a " +"%% and normal text: %s. This will generate a RDN consisting of cn=.... " +"filled with surname and given name of the edited account. This option " +"disables the use of accountPrimaryAttribute and personalTitleInDn." +msgstr "" -#: plugins/personal/generic/class_user.inc:1684 +#: plugins/personal/generic/class_user.inc:1718 #, fuzzy -msgid "Allow to define user filters" +msgid "Allow definition of custom filters" msgstr "配置文件" -#: plugins/personal/generic/class_user.inc:1691 +#: plugins/personal/generic/class_user.inc:1725 #, fuzzy msgid "Preferred language" msgstr "首选语种" -#: plugins/personal/generic/class_user.inc:1696 +#: plugins/personal/generic/class_user.inc:1730 #, fuzzy msgid "Login restrictions" msgstr "口令过期截止日" -#: plugins/personal/generic/class_user.inc:1700 +#: plugins/personal/generic/class_user.inc:1734 #, fuzzy msgid "Department number" msgstr "部门名称" -#: plugins/personal/generic/class_user.inc:1702 +#: plugins/personal/generic/class_user.inc:1736 #, fuzzy msgid "Employee number" msgstr "员工类别" -#: plugins/personal/generic/class_user.inc:1705 +#: plugins/personal/generic/class_user.inc:1739 #, fuzzy msgid "Room number" msgstr "电话号码" -#: plugins/personal/generic/class_user.inc:1706 +#: plugins/personal/generic/class_user.inc:1740 #, fuzzy msgid "Telefon number" msgstr "电话号码" -#: plugins/personal/generic/class_user.inc:1707 +#: plugins/personal/generic/class_user.inc:1741 #, fuzzy msgid "Pager number" msgstr "电话号码" -#: plugins/personal/generic/class_user.inc:1708 +#: plugins/personal/generic/class_user.inc:1742 #, fuzzy msgid "Mobile number" msgstr "电话号码" -#: plugins/personal/generic/class_user.inc:1709 +#: plugins/personal/generic/class_user.inc:1743 #, fuzzy msgid "Fax number" msgstr "系列号" -#: plugins/personal/generic/class_user.inc:1715 +#: plugins/personal/generic/class_user.inc:1749 msgid "Home postal address" msgstr "住宅地址" -#: plugins/personal/generic/class_user.inc:1716 +#: plugins/personal/generic/class_user.inc:1750 #, fuzzy msgid "Home phone number" msgstr "电话号码" -#: plugins/personal/generic/class_user.inc:1718 +#: plugins/personal/generic/class_user.inc:1752 #, fuzzy msgid "User password method" msgstr "口令存储" -#: plugins/personal/generic/class_user.inc:1719 +#: plugins/personal/generic/class_user.inc:1753 #, fuzzy msgid "User certificates" msgstr "编辑证书" -#: plugins/personal/generic/class_user.inc:1927 +#: plugins/personal/generic/class_user.inc:1961 #, fuzzy msgid "Entries differ" msgstr "每页条目数" -#: plugins/personal/generic/generic_picture.tpl:1 -msgid "Personal picture" -msgstr "个人图片" - #: plugins/personal/generic/generic_picture.tpl:14 #: plugins/personal/generic/paste_generic.tpl:43 msgid "Remove picture" msgstr "删除图片" -#: plugins/personal/generic/password.tpl:2 -msgid "" -"You have changed the method your password is stored in the ldap database. " -"For that reason you've to enter your password at this point again. GOsa will " -"then encode it with the selected method." -msgstr "" -"您已经修改了口令在 LDAP 数据库中存储的方法。因此您需要再输入您的口令。GOsa 将" -"会按照您选择的方法重新编码。" - #: plugins/personal/generic/generic_certs.tpl:5 #, fuzzy msgid "The users standard certificate" @@ -3500,6 +2642,19 @@ msgstr "标准证书" msgid "Standard certificate" msgstr "标准证书" +#: plugins/personal/generic/generic_certs.tpl:22 +#: plugins/personal/generic/generic_certs.tpl:48 +#: plugins/personal/generic/generic_certs.tpl:74 +#: plugins/admin/users/user-list.xml:121 +#: plugins/admin/groups/group-list.xml:98 +#: plugins/admin/departments/dep-list.xml:160 +#: plugins/admin/departments/dep-list.xml:181 +#: plugins/admin/acl/acl-list.xml:95 plugins/admin/acl/acl-list.xml:144 +#: plugins/admin/ogroups/ogroup-list.xml:98 +#: plugins/addons/propertyEditor/property-list.xml:108 +msgid "Remove" +msgstr "删除" + #: plugins/personal/generic/generic_certs.tpl:31 #, fuzzy msgid "The users S/MIME certificate" @@ -3546,23 +2701,23 @@ msgid "Generic settings" msgstr "通用队列设置" #: plugins/personal/posix/generic.tpl:8 -#: plugins/personal/posix/class_posixAccount.inc:884 -#: plugins/personal/posix/class_posixAccount.inc:887 -#: plugins/personal/posix/class_posixAccount.inc:962 -#: plugins/personal/posix/class_posixAccount.inc:965 -#: plugins/personal/posix/class_posixAccount.inc:1309 +#: plugins/personal/posix/class_posixAccount.inc:857 +#: plugins/personal/posix/class_posixAccount.inc:860 +#: plugins/personal/posix/class_posixAccount.inc:935 +#: plugins/personal/posix/class_posixAccount.inc:938 +#: plugins/personal/posix/class_posixAccount.inc:1305 #: plugins/personal/posix/paste_generic.tpl:5 #: plugins/personal/posix/paste_generic.tpl:8 msgid "Home directory" msgstr "用户主目录" #: plugins/personal/posix/generic.tpl:16 -#: plugins/personal/posix/class_posixAccount.inc:1311 +#: plugins/personal/posix/class_posixAccount.inc:1307 msgid "Shell" msgstr "Shell" #: plugins/personal/posix/generic.tpl:26 -#: plugins/personal/posix/class_posixAccount.inc:1310 +#: plugins/personal/posix/class_posixAccount.inc:1306 #: plugins/personal/posix/paste_generic.tpl:17 msgid "Primary group" msgstr "主要用户组" @@ -3582,28 +2737,22 @@ msgid "Force UID/GID" msgstr "指定 UID/GID" #: plugins/personal/posix/generic.tpl:64 -#: plugins/personal/posix/class_posixAccount.inc:895 -#: plugins/personal/posix/class_posixAccount.inc:898 +#: plugins/personal/posix/class_posixAccount.inc:868 +#: plugins/personal/posix/class_posixAccount.inc:871 #: plugins/personal/posix/paste_generic.tpl:36 msgid "UID" msgstr "UID" #: plugins/personal/posix/generic.tpl:75 -#: plugins/personal/posix/class_posixAccount.inc:902 -#: plugins/personal/posix/class_posixAccount.inc:905 +#: plugins/personal/posix/class_posixAccount.inc:875 +#: plugins/personal/posix/class_posixAccount.inc:878 #: plugins/personal/posix/paste_generic.tpl:45 -#: plugins/admin/groups/class_group.inc:943 #: plugins/admin/groups/class_group.inc:946 -#: plugins/admin/groups/class_group.inc:1025 +#: plugins/admin/groups/class_group.inc:949 +#: plugins/admin/groups/class_group.inc:1041 msgid "GID" msgstr "GID" -#: plugins/personal/posix/generic.tpl:89 -#: plugins/personal/posix/paste_generic.tpl:54 -#: plugins/personal/posix/paste_generic.tpl:57 -msgid "Group membership" -msgstr "组成员身份" - #: plugins/personal/posix/generic.tpl:92 #: plugins/personal/posix/paste_generic.tpl:65 msgid "(Warning: more than 16 groups are not supported by NFS!)" @@ -3632,6 +2781,10 @@ msgstr "" msgid "Edit public ssh keys..." msgstr "" +#: plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc:173 +msgid "disabled" +msgstr "禁用" + #: plugins/personal/posix/trustModeDialog/class_trustModeDialog.inc:173 msgid "full access" msgstr "完全访问权限" @@ -3641,7 +2794,7 @@ msgid "allow access to these hosts" msgstr "允许访问这些主机" #: plugins/personal/posix/trustModeDialog/generic.tpl:2 -#: plugins/admin/groups/class_group.inc:1029 +#: plugins/admin/groups/class_group.inc:1045 msgid "System trust" msgstr "信赖的系统" @@ -3663,172 +2816,177 @@ msgstr "用户设置" msgid "Password expires on" msgstr "口令过期截止日" +#: plugins/personal/posix/class_posixAccount.inc:37 +#: plugins/personal/posix/class_posixAccount.inc:270 +#: plugins/personal/posix/class_posixAccount.inc:290 +#: plugins/personal/posix/class_posixAccount.inc:292 +#: plugins/personal/posix/class_posixAccount.inc:295 +#: plugins/admin/users/class_userManagement.inc:759 +msgid "POSIX" +msgstr "" + #: plugins/personal/posix/class_posixAccount.inc:38 #, fuzzy msgid "Edit users POSIX settings" msgstr "Posix 设置" -#: plugins/personal/posix/class_posixAccount.inc:150 +#: plugins/personal/posix/class_posixAccount.inc:146 msgid "expired" msgstr "过期" -#: plugins/personal/posix/class_posixAccount.inc:152 +#: plugins/personal/posix/class_posixAccount.inc:148 msgid "grace time active" msgstr "时间限制激活" +#: plugins/personal/posix/class_posixAccount.inc:151 +#: plugins/personal/posix/class_posixAccount.inc:153 #: plugins/personal/posix/class_posixAccount.inc:155 -#: plugins/personal/posix/class_posixAccount.inc:157 -#: plugins/personal/posix/class_posixAccount.inc:159 msgid "active" msgstr "活动" -#: plugins/personal/posix/class_posixAccount.inc:155 +#: plugins/personal/posix/class_posixAccount.inc:151 #, fuzzy msgid "password not changeable" msgstr "活动,口令不可更改" -#: plugins/personal/posix/class_posixAccount.inc:157 +#: plugins/personal/posix/class_posixAccount.inc:153 #, fuzzy msgid "password expired" msgstr "活动,口令过期" -#: plugins/personal/posix/class_posixAccount.inc:219 +#: plugins/personal/posix/class_posixAccount.inc:215 #: include/class_management.inc:32 include/class_management.inc:33 msgid "unconfigured" msgstr "未配置" -#: plugins/personal/posix/class_posixAccount.inc:230 +#: plugins/personal/posix/class_posixAccount.inc:226 msgid "automatic" msgstr "自动" -#: plugins/personal/posix/class_posixAccount.inc:274 -#: plugins/personal/posix/class_posixAccount.inc:294 -#: plugins/personal/posix/class_posixAccount.inc:296 -#: plugins/personal/posix/class_posixAccount.inc:299 -#: plugins/admin/users/class_userManagement.inc:759 -msgid "POSIX" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:290 +#: plugins/admin/users/class_userManagement.inc:767 +#: plugins/admin/groups/class_groupManagement.inc:173 +msgid "Samba" +msgstr "Samba" -#: plugins/personal/posix/class_posixAccount.inc:294 -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:104 +#: plugins/personal/posix/class_posixAccount.inc:290 #: plugins/admin/users/class_userManagement.inc:775 #: plugins/admin/groups/class_groupManagement.inc:197 -#: plugins/admin/ogroups/tabs_ogroups.inc:222 msgid "Environment" msgstr "环境设置" -#: plugins/personal/posix/class_posixAccount.inc:378 +#: plugins/personal/posix/class_posixAccount.inc:374 #, php-format msgid "Password can't be changed up to %s days after last change" msgstr "自上次更改以来 %s 天,不能修改口令" -#: plugins/personal/posix/class_posixAccount.inc:382 +#: plugins/personal/posix/class_posixAccount.inc:378 #, php-format msgid "Password must be changed after %s days" msgstr "口令必须在 %s 天之后更改" -#: plugins/personal/posix/class_posixAccount.inc:386 +#: plugins/personal/posix/class_posixAccount.inc:382 #, fuzzy, php-format msgid "Disable account after %s days of inactivity after password expiry" msgstr "口令过期 %s 天后,禁用账号" -#: plugins/personal/posix/class_posixAccount.inc:390 +#: plugins/personal/posix/class_posixAccount.inc:386 #, fuzzy, php-format msgid "Warn user %s days before password expiry" msgstr "在口令过期 %s 天之前警告用户" -#: plugins/personal/posix/class_posixAccount.inc:678 +#: plugins/personal/posix/class_posixAccount.inc:650 msgid "Timeout while waiting for lock. Ignoring lock!" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:736 -#: plugins/personal/posix/class_posixAccount.inc:1026 +#: plugins/personal/posix/class_posixAccount.inc:708 +#: plugins/personal/posix/class_posixAccount.inc:999 msgid "Group of user" msgstr "用户组" -#: plugins/personal/posix/class_posixAccount.inc:803 +#: plugins/personal/posix/class_posixAccount.inc:773 msgid "" "A duplicated UID number was written for this user. If this was not intended " "please verify all used uidNumbers!" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:918 -#: plugins/personal/posix/class_posixAccount.inc:971 +#: plugins/personal/posix/class_posixAccount.inc:891 +#: plugins/personal/posix/class_posixAccount.inc:944 #, fuzzy msgid "shadowMin" msgstr "显示终端" -#: plugins/personal/posix/class_posixAccount.inc:923 -#: plugins/personal/posix/class_posixAccount.inc:976 +#: plugins/personal/posix/class_posixAccount.inc:896 +#: plugins/personal/posix/class_posixAccount.inc:949 msgid "shadowMax" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:928 -#: plugins/personal/posix/class_posixAccount.inc:981 +#: plugins/personal/posix/class_posixAccount.inc:901 +#: plugins/personal/posix/class_posixAccount.inc:954 #, fuzzy msgid "shadowWarning" msgstr "显示分区" -#: plugins/personal/posix/class_posixAccount.inc:942 -#: plugins/personal/posix/class_posixAccount.inc:995 +#: plugins/personal/posix/class_posixAccount.inc:915 +#: plugins/personal/posix/class_posixAccount.inc:968 #, fuzzy msgid "shadowInactive" msgstr "显示打印机" -#: plugins/personal/posix/class_posixAccount.inc:1299 +#: plugins/personal/posix/class_posixAccount.inc:1291 #, fuzzy msgid "POSIX account" msgstr "GLPI 账号" -#: plugins/personal/posix/class_posixAccount.inc:1313 +#: plugins/personal/posix/class_posixAccount.inc:1309 #, fuzzy msgid "Group ID" msgstr "组" -#: plugins/personal/posix/class_posixAccount.inc:1315 +#: plugins/personal/posix/class_posixAccount.inc:1311 #, fuzzy msgid "Shadow last changed" msgstr "显示软件包" -#: plugins/personal/posix/class_posixAccount.inc:1316 +#: plugins/personal/posix/class_posixAccount.inc:1312 #, fuzzy msgid "Last login" msgstr "姓" -#: plugins/personal/posix/class_posixAccount.inc:1318 +#: plugins/personal/posix/class_posixAccount.inc:1314 #, fuzzy msgid "Force password change on login" msgstr "不允许修改口令" -#: plugins/personal/posix/class_posixAccount.inc:1319 +#: plugins/personal/posix/class_posixAccount.inc:1315 #, fuzzy msgid "Shadow min" msgstr "显示终端" -#: plugins/personal/posix/class_posixAccount.inc:1320 +#: plugins/personal/posix/class_posixAccount.inc:1316 msgid "Shadow max" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1321 +#: plugins/personal/posix/class_posixAccount.inc:1317 #, fuzzy msgid "Shadow warning" msgstr "显示分区" -#: plugins/personal/posix/class_posixAccount.inc:1322 +#: plugins/personal/posix/class_posixAccount.inc:1318 #, fuzzy msgid "Shadow inactive" msgstr "显示打印机" -#: plugins/personal/posix/class_posixAccount.inc:1323 +#: plugins/personal/posix/class_posixAccount.inc:1319 #, fuzzy msgid "Shadow expire" msgstr "显示人员" -#: plugins/personal/posix/class_posixAccount.inc:1324 +#: plugins/personal/posix/class_posixAccount.inc:1320 msgid "Public SSH key" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1325 +#: plugins/personal/posix/class_posixAccount.inc:1321 #, fuzzy msgid "System trust model" msgstr "信赖的系统" @@ -3868,6 +3026,29 @@ msgstr "参数" msgid "Please select the desired entries" msgstr "请选择一个打印机或者取消。" +#: plugins/personal/posix/groupSelect/group-list.xml:13 +#: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:23 +#: plugins/admin/groups/group-list.xml:15 +#: plugins/admin/groups/group-list.xml:79 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:71 +#: plugins/admin/ogroups/class_ogroupManagement.inc:184 +#: plugins/admin/ogroups/ogroup-list.xml:79 +#: plugins/addons/propertyEditor/property-list.xml:64 +msgid "Group" +msgstr "组" + +#: plugins/personal/posix/trustSelect/trust-list.xml:12 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:23 +#: plugins/admin/ogroups/class_ogroupManagement.inc:187 +msgid "Server" +msgstr "服务器" + +#: plugins/personal/posix/trustSelect/trust-list.xml:19 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:31 +#: plugins/admin/ogroups/class_ogroupManagement.inc:189 +msgid "Workstation" +msgstr "工作站" + #: plugins/personal/posix/trustSelect/trust-list.xml:26 #: plugins/admin/ogroups/objectSelect/selectObject-list.xml:39 #: plugins/admin/ogroups/class_ogroupManagement.inc:191 @@ -3879,54 +3060,29 @@ msgstr "终端" msgid "Trust machine selection" msgstr "组设置" -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:64 -#: plugins/admin/groups/class_groupManagement.inc:157 -msgid "Posix" -msgstr "Posix" - -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:65 -#: plugins/admin/groups/class_groupManagement.inc:158 -#, fuzzy -msgid "Edit posix properties" -msgstr "编辑电话属性" - -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:73 -#: plugins/admin/users/class_userManagement.inc:764 -#: plugins/admin/groups/class_groupManagement.inc:166 -msgid "Edit mail properties" -msgstr "编辑邮件属性" - -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:81 -#: plugins/admin/users/class_userManagement.inc:768 -#: plugins/admin/groups/class_groupManagement.inc:174 -msgid "Edit samba properties" -msgstr "编辑 samba 属性" - -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:89 -#: plugins/admin/users/class_userManagement.inc:784 -#: plugins/admin/groups/class_groupManagement.inc:182 -msgid "Edit phone properties" -msgstr "编辑电话属性" - -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:96 -#: plugins/admin/groups/class_groupManagement.inc:189 -#, fuzzy -msgid "Menu" -msgstr "打印机" - -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:97 -#: plugins/admin/groups/class_groupManagement.inc:190 +#: plugins/personal/myaccount/main.inc:50 +#: include/class_CopyPasteHandler.inc:160 +#: include/class_CopyPasteHandler.inc:274 include/functions.inc:617 +#: include/functions.inc:804 include/functions.inc:922 +#: include/functions.inc:1317 include/functions.inc:2315 +#: include/functions.inc:2349 include/functions.inc:2369 +#: include/class_log.inc:87 include/class_acl.inc:976 +#: include/class_ldap.inc:693 include/class_ldap.inc:744 +#: include/class_management.inc:634 include/class_management.inc:717 +#: include/class_session.inc:76 include/class_session.inc:101 +#: include/class_session.inc:127 #, fuzzy -msgid "Edit start menu properties" -msgstr "编辑 samba 属性" +msgid "Internal error" +msgstr "终端服务器" -#: plugins/personal/posix/trustSelect/class_trustSelect.inc:105 -#: plugins/admin/users/class_userManagement.inc:776 -#: plugins/admin/groups/class_groupManagement.inc:198 -msgid "Edit environment properties" -msgstr "编辑环境属性" +#: plugins/personal/myaccount/main.inc:51 include/class_management.inc:635 +#: include/class_management.inc:718 +#, php-format +msgid "" +"Cannot instantiate tabbed-plugin, the base plugin (%s) is not available!" +msgstr "" -#: plugins/personal/myaccount/main.inc:112 +#: plugins/personal/myaccount/main.inc:125 #, fuzzy msgid "You have no permission to set your password!" msgstr "您无权修改您的口令。" @@ -3936,6 +3092,15 @@ msgstr "您无权修改您的口令。" msgid "Edit personal settings" msgstr "Posix 设置" +#: plugins/personal/myaccount/password.tpl:2 +msgid "" +"You have changed the method your password is stored in the ldap database. " +"For that reason you've to enter your password at this point again. GOsa will " +"then encode it with the selected method." +msgstr "" +"您已经修改了口令在 LDAP 数据库中存储的方法。因此您需要再输入您的口令。GOsa 将" +"会按照您选择的方法重新编码。" + #: plugins/admin/users/password.tpl:4 msgid "" "To change the user password use the fields below. The changes take effect " @@ -3943,12 +3108,12 @@ msgid "" "able to login without it." msgstr "用下面的字段修改用口令。修改即时生效。请记住新密码,否则无法登录。" -#: plugins/admin/users/password.tpl:11 +#: plugins/admin/users/password.tpl:7 #, fuzzy msgid "Password input dialog" msgstr "不允许修改口令" -#: plugins/admin/users/password.tpl:21 +#: plugins/admin/users/password.tpl:23 #, fuzzy msgid "Strength" msgstr "街道" @@ -3974,7 +3139,7 @@ msgstr "显示邮件用户" #: plugins/admin/users/class_userManagement.inc:26 msgid "" -"Manage aspects of user accounts like generic, posix, samba and mail settings" +"Manage aspects of user accounts like generic, POSIX, samba and mail settings" msgstr "" #: plugins/admin/users/class_userManagement.inc:189 @@ -3986,11 +3151,9 @@ msgstr "PHP 错误" #: plugins/admin/users/class_userManagement.inc:221 #: plugins/admin/users/class_userManagement.inc:629 -#: include/class_management.inc:302 include/class_management.inc:459 -#: include/class_management.inc:506 include/class_management.inc:543 -#: include/class_management.inc:557 include/class_plugin.inc:1434 -#: include/class_plugin.inc:1446 include/class_plugin.inc:1461 -#: include/class_plugin.inc:1474 +#: include/class_management.inc:304 include/class_management.inc:462 +#: include/class_management.inc:509 include/class_management.inc:524 +#: include/class_management.inc:561 include/class_management.inc:575 #, fuzzy msgid "Permission" msgstr "允许" @@ -4003,7 +3166,7 @@ msgstr "您无权修改您的口令。" #: plugins/admin/users/class_userManagement.inc:348 #: plugins/admin/users/class_userManagement.inc:382 #: plugins/admin/users/class_userManagement.inc:413 -#: plugins/admin/ogroups/class_ogroup.inc:300 +#: plugins/admin/ogroups/class_ogroup.inc:309 msgid "none" msgstr "无" @@ -4016,7 +3179,7 @@ msgstr "模板" #: plugins/admin/users/class_userManagement.inc:587 #: plugins/admin/users/class_userManagement.inc:591 #: plugins/admin/acl/class_aclManagement.inc:98 -#: include/class_management.inc:383 +#: include/class_management.inc:385 #, fuzzy msgid "Permission error" msgstr "允许" @@ -4052,6 +3215,22 @@ msgstr "编辑通用属性" msgid "Edit POSIX properties" msgstr "编辑 UNIX 属性" +#: plugins/admin/users/class_userManagement.inc:762 +#: plugins/admin/groups/class_groupManagement.inc:165 +#: plugins/admin/ogroups/tabs_ogroups.inc:150 +msgid "Mail" +msgstr "邮件" + +#: plugins/admin/users/class_userManagement.inc:764 +#: plugins/admin/groups/class_groupManagement.inc:166 +msgid "Edit mail properties" +msgstr "编辑邮件属性" + +#: plugins/admin/users/class_userManagement.inc:768 +#: plugins/admin/groups/class_groupManagement.inc:174 +msgid "Edit samba properties" +msgstr "编辑 samba 属性" + #: plugins/admin/users/class_userManagement.inc:771 msgid "Netatalk" msgstr "Netatalk" @@ -4060,13 +3239,27 @@ msgstr "Netatalk" msgid "Edit netatalk properties" msgstr "编辑 netatalk 属性" -#: plugins/admin/users/class_userManagement.inc:780 -#, fuzzy -msgid "Edit FAX properties" -msgstr "编辑 UNIX 属性" - -#: plugins/admin/users/templatize.tpl:2 -#, fuzzy +#: plugins/admin/users/class_userManagement.inc:776 +#: plugins/admin/groups/class_groupManagement.inc:198 +msgid "Edit environment properties" +msgstr "编辑环境属性" + +#: plugins/admin/users/class_userManagement.inc:779 +msgid "FAX" +msgstr "传真" + +#: plugins/admin/users/class_userManagement.inc:780 +#, fuzzy +msgid "Edit FAX properties" +msgstr "编辑 UNIX 属性" + +#: plugins/admin/users/class_userManagement.inc:784 +#: plugins/admin/groups/class_groupManagement.inc:182 +msgid "Edit phone properties" +msgstr "编辑电话属性" + +#: plugins/admin/users/templatize.tpl:2 +#, fuzzy msgid "Applying a template" msgstr "模板" @@ -4090,6 +3283,15 @@ msgstr "文件可用。" msgid "List of users" msgstr "用户列表" +#: plugins/admin/users/user-list.xml:23 plugins/admin/users/user-list.xml:95 +#: plugins/admin/groups/userGroupSelect/selectUserGroup-list.xml:15 +#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:14 +#: plugins/admin/groups/userSelect/user-list.xml:14 +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:63 +#: plugins/admin/ogroups/class_ogroupManagement.inc:183 +msgid "User" +msgstr "用户" + #: plugins/admin/users/user-list.xml:73 plugins/admin/groups/group-list.xml:57 #: plugins/admin/departments/generic.tpl:7 #: plugins/admin/departments/generic.tpl:9 @@ -4107,11 +3309,11 @@ msgstr "用户列表" msgid "Properties" msgstr "属性" -#: plugins/admin/users/user-list.xml:78 -#: plugins/admin/groups/singleUserSelect/singleUser-list.xml:64 -#: plugins/admin/groups/group-list.xml:62 +#: plugins/admin/users/user-list.xml:78 plugins/admin/groups/group-list.xml:62 #: plugins/admin/departments/dep-list.xml:87 plugins/admin/acl/acl-list.xml:65 -#: plugins/admin/ogroups/ogroup-list.xml:62 include/class_listing.inc:1127 +#: plugins/admin/ogroups/ogroup-list.xml:62 +#: plugins/addons/propertyEditor/property-list.xml:96 +#: include/class_listing.inc:1174 msgid "Actions" msgstr "动作" @@ -4122,10 +3324,6 @@ msgstr "动作" msgid "Edit" msgstr "编辑" -#: plugins/admin/users/user-list.xml:128 plugins/admin/users/user-list.xml:230 -msgid "Change password" -msgstr "修改口令" - #: plugins/admin/users/user-list.xml:140 #, fuzzy msgid "Lock users" @@ -4241,99 +3439,114 @@ msgstr "成员属于电话应答组" msgid "Members are in a nagios group" msgstr "成员属于 nagios 组" -#: plugins/admin/groups/generic.tpl:173 -msgid "Group members" -msgstr "组成员" - -#: plugins/admin/groups/generic.tpl:180 +#: plugins/admin/groups/generic.tpl:174 #, fuzzy -msgid "In all groups" -msgstr "显示邮件组" +msgid "Common group members" +msgstr "显示组" #: plugins/admin/groups/generic.tpl:183 #, fuzzy -msgid "Not in all groups" -msgstr "显示邮件组" +msgid "Partial group members" +msgstr "组成员" + +#: plugins/admin/groups/generic.tpl:188 +msgid "Group members" +msgstr "组成员" #: plugins/admin/groups/class_groupManagement.inc:26 msgid "" -"Manage aspects of groups like members, posix, desktop, samba and mail " +"Manage aspects of groups like members, POSIX, desktop, samba and mail " "settings" msgstr "" -#: plugins/admin/groups/class_group.inc:159 -#: plugins/admin/groups/class_group.inc:547 +#: plugins/admin/groups/class_groupManagement.inc:157 +msgid "Posix" +msgstr "Posix" + +#: plugins/admin/groups/class_groupManagement.inc:158 +#, fuzzy +msgid "Edit posix properties" +msgstr "编辑电话属性" + +#: plugins/admin/groups/class_groupManagement.inc:189 +#, fuzzy +msgid "Menu" +msgstr "打印机" + +#: plugins/admin/groups/class_groupManagement.inc:190 +#, fuzzy +msgid "Edit start menu properties" +msgstr "编辑 samba 属性" + +#: plugins/admin/groups/class_group.inc:166 #: include/class_CopyPasteHandler.inc:119 #: include/class_CopyPasteHandler.inc:128 #: include/class_CopyPasteHandler.inc:177 #: include/class_CopyPasteHandler.inc:186 -#: include/class_CopyPasteHandler.inc:194 include/class_config.inc:155 -#: include/class_config.inc:702 include/class_config.inc:1153 -#: include/class_config.inc:1166 include/class_config.inc:1184 -#: include/functions.inc:802 include/functions.inc:3073 -#: include/functions.inc:3105 include/functions.inc:3118 +#: include/class_CopyPasteHandler.inc:194 include/class_config.inc:162 +#: include/class_config.inc:678 include/class_config.inc:1138 +#: include/class_config.inc:1151 include/class_config.inc:1169 +#: include/functions.inc:814 include/functions.inc:3023 +#: include/functions.inc:3066 include/functions.inc:3079 #: include/password-methods/class_password-methods-ssha.inc:51 #: include/password-methods/class_password-methods-sha.inc:48 -#: include/utils/class_timezone.inc:47 include/class_SnapshotHandler.inc:45 -#: include/class_SnapshotHandler.inc:58 include/class_SnapshotHandler.inc:76 -#: include/class_pluglist.inc:98 html/index.php:156 html/index.php:228 -#: html/password.php:86 html/main.php:230 +#: include/utils/class_timezone.inc:47 include/class_SnapshotHandler.inc:44 +#: include/class_SnapshotHandler.inc:57 include/class_SnapshotHandler.inc:75 +#: include/class_pluglist.inc:92 html/index.php:157 html/index.php:233 +#: html/password.php:84 html/main.php:239 #, fuzzy msgid "Configuration error" msgstr "配置文件" -#: plugins/admin/groups/class_group.inc:159 +#: plugins/admin/groups/class_group.inc:166 #, fuzzy msgid "Cannot find group SID in your configuration!" msgstr "无法在 LDAP 或您的配置文件中查找这个组 SID。" -#: plugins/admin/groups/class_group.inc:311 +#: plugins/admin/groups/class_group.inc:210 +#: plugins/admin/groups/class_group.inc:1170 +#: plugins/admin/groups/class_group.inc:1180 +#, fuzzy +msgid "Surename" +msgstr "姓" + +#: plugins/admin/groups/class_group.inc:310 msgid "Samba group" msgstr "Samba 组" -#: plugins/admin/groups/class_group.inc:311 +#: plugins/admin/groups/class_group.inc:310 msgid "Domain admins" msgstr "域管理员" -#: plugins/admin/groups/class_group.inc:311 +#: plugins/admin/groups/class_group.inc:310 msgid "Domain users" msgstr "域用户" -#: plugins/admin/groups/class_group.inc:312 +#: plugins/admin/groups/class_group.inc:311 msgid "Domain guests" msgstr "域名 guests" -#: plugins/admin/groups/class_group.inc:317 +#: plugins/admin/groups/class_group.inc:316 #, php-format msgid "Special group (%d)" msgstr "特殊组 (%d)" -#: plugins/admin/groups/class_group.inc:420 +#: plugins/admin/groups/class_group.inc:464 #, php-format msgid "Adding UID '%s' to group '%s' failed: cannot find user object!" msgstr "" -#: plugins/admin/groups/class_group.inc:426 +#: plugins/admin/groups/class_group.inc:470 #, php-format msgid "Add UID '%s' to group '%s' failed: UID is used more than once!" msgstr "" -#: plugins/admin/groups/class_group.inc:504 -#, fuzzy -msgid "! unknown UID" -msgstr "! 未知 id" - -#: plugins/admin/groups/class_group.inc:547 -#, php-format -msgid "Search returned too many results. Not displaying more than %s entries!" -msgstr "" - -#: plugins/admin/groups/class_group.inc:730 +#: plugins/admin/groups/class_group.inc:733 #, fuzzy, php-format msgid "Cannot find any SID for '%s'!" msgstr "无法创建文件 '%s'。" -#: plugins/admin/groups/class_group.inc:735 +#: plugins/admin/groups/class_group.inc:738 #, fuzzy, php-format msgid "Cannot find any RIDBASE for '%s'!" msgstr "无法创建文件 '%s'。" @@ -4343,32 +3556,38 @@ msgstr "无法创建文件 '%s'。" msgid "The gidNumber '%s' is already in use by %s!" msgstr "" -#: plugins/admin/groups/class_group.inc:1013 +#: plugins/admin/groups/class_group.inc:1016 #, fuzzy msgid "Generic group settings" msgstr "组设置" -#: plugins/admin/groups/class_group.inc:1027 +#: plugins/admin/groups/class_group.inc:1029 +msgid "" +"The 'ogroupRDN' statement defines the location where new object groups will " +"be created. The default is 'ou=groups,'." +msgstr "" + +#: plugins/admin/groups/class_group.inc:1043 #, fuzzy msgid "Samba group type" msgstr "Samba 组" -#: plugins/admin/groups/class_group.inc:1028 +#: plugins/admin/groups/class_group.inc:1044 #, fuzzy msgid "Samba domain name" msgstr "Samba 主目录" -#: plugins/admin/groups/class_group.inc:1030 +#: plugins/admin/groups/class_group.inc:1046 #, fuzzy msgid "Phone pickup group" msgstr "成员属于电话应答组" -#: plugins/admin/groups/class_group.inc:1031 +#: plugins/admin/groups/class_group.inc:1047 #, fuzzy msgid "Nagios group" msgstr "Nagios 账号" -#: plugins/admin/groups/class_group.inc:1033 +#: plugins/admin/groups/class_group.inc:1049 #, fuzzy msgid "Group member" msgstr "组成员" @@ -4403,7 +3622,7 @@ msgstr "服务器" #: plugins/admin/departments/class_domain.inc:81 #: plugins/admin/departments/class_domain.inc:82 -#: plugins/admin/departments/class_departmentManagement.inc:202 +#: plugins/admin/departments/class_departmentManagement.inc:205 #: plugins/admin/departments/class_dcObject.inc:81 #: plugins/admin/departments/class_dcObject.inc:82 #, fuzzy @@ -4415,7 +3634,7 @@ msgstr "域管理员" #: plugins/admin/departments/organization.tpl:132 #: plugins/admin/departments/class_localityGeneric.inc:95 #: plugins/admin/departments/locality.tpl:67 -#: plugins/admin/departments/class_department.inc:680 +#: plugins/admin/departments/class_department.inc:688 #: plugins/admin/departments/dcObject.tpl:67 #: plugins/admin/departments/domain.tpl:67 #: plugins/admin/departments/country.tpl:68 @@ -4446,9 +3665,9 @@ msgstr "部门描述文件" #: plugins/admin/departments/generic.tpl:27 #: plugins/admin/departments/organization.tpl:27 -#: plugins/admin/departments/class_department.inc:670 +#: plugins/admin/departments/class_department.inc:678 #: plugins/admin/departments/class_organizationGeneric.inc:124 -#: plugins/admin/acl/class_aclRole.inc:165 include/class_userFilter.inc:55 +#: plugins/admin/acl/class_aclRole.inc:163 include/class_userFilter.inc:55 msgid "Category" msgstr "分类" @@ -4516,7 +3735,7 @@ msgstr "对象组列表" #: plugins/admin/departments/dep-list.xml:15 #: plugins/admin/departments/dep-list.xml:103 -#: plugins/admin/departments/class_departmentManagement.inc:190 +#: plugins/admin/departments/class_departmentManagement.inc:193 #: plugins/admin/departments/domain.tpl:5 #: plugins/admin/departments/dep-filter.xml:105 #, fuzzy @@ -4533,7 +3752,7 @@ msgstr "域管理员" #: plugins/admin/departments/dep-list.xml:31 #: plugins/admin/departments/dep-list.xml:117 -#: plugins/admin/departments/class_departmentManagement.inc:214 +#: plugins/admin/departments/class_departmentManagement.inc:217 #: plugins/admin/departments/country.tpl:5 #: plugins/admin/departments/dep-filter.xml:49 #: plugins/admin/departments/class_countryGeneric.inc:82 @@ -4546,7 +3765,7 @@ msgstr "国家" #: plugins/admin/departments/class_localityGeneric.inc:82 #: plugins/admin/departments/class_localityGeneric.inc:83 #: plugins/admin/departments/locality.tpl:5 -#: plugins/admin/departments/class_departmentManagement.inc:226 +#: plugins/admin/departments/class_departmentManagement.inc:229 #: plugins/admin/departments/dep-filter.xml:63 #, fuzzy msgid "Locality" @@ -4564,57 +3783,57 @@ msgstr "位置名称" msgid "Name of locality to create" msgstr "要创建子树的名称" -#: plugins/admin/departments/class_department.inc:439 -#: include/functions.inc:447 include/utils/class_xml.inc:43 -#: html/password.php:59 html/main.php:149 +#: plugins/admin/departments/class_department.inc:441 +#: include/functions.inc:459 include/utils/class_xml.inc:43 +#: html/password.php:59 html/main.php:158 #, fuzzy msgid "Fatal error" msgstr "终端服务器" -#: plugins/admin/departments/class_department.inc:439 +#: plugins/admin/departments/class_department.inc:441 #, fuzzy msgid "Cannot find an unused tag for this administrative unit!" msgstr "致命错误:无法找到一个未使用的标志来标记管理单元!" -#: plugins/admin/departments/class_department.inc:507 +#: plugins/admin/departments/class_department.inc:509 #, php-format msgid "Tagging '%s'." msgstr "标记 '%s'。" -#: plugins/admin/departments/class_department.inc:588 +#: plugins/admin/departments/class_department.inc:590 #, php-format msgid "Moving '%s' to '%s'" msgstr "移动 '%s' 到 '%s'" -#: plugins/admin/departments/class_department.inc:629 +#: plugins/admin/departments/class_department.inc:631 #, php-format msgid "FAILED to copy %s, aborting operation" msgstr "拷贝 %s 失败,退出操作" -#: plugins/admin/departments/class_department.inc:660 -#: plugins/admin/departments/class_department.inc:665 +#: plugins/admin/departments/class_department.inc:662 +#: plugins/admin/departments/class_department.inc:673 msgid "Departments" msgstr "部门" -#: plugins/admin/departments/class_department.inc:668 +#: plugins/admin/departments/class_department.inc:676 msgid "Department name" msgstr "部门名称" -#: plugins/admin/departments/class_department.inc:676 +#: plugins/admin/departments/class_department.inc:684 msgid "Telephone" msgstr "电话" -#: plugins/admin/departments/class_department.inc:731 +#: plugins/admin/departments/class_department.inc:739 #, php-format msgid "Object '%s' is already tagged" msgstr "对象 '%s' 已经做标记" -#: plugins/admin/departments/class_department.inc:738 +#: plugins/admin/departments/class_department.inc:746 #, php-format msgid "Adding tag (%s) to object '%s'" msgstr "添加标识(%s)到对象 '%s'" -#: plugins/admin/departments/class_department.inc:770 +#: plugins/admin/departments/class_department.inc:778 #, php-format msgid "Removing tag from object '%s'" msgstr "从对象 '%s' 删除标记" @@ -4629,7 +3848,7 @@ msgid "" "Manage organizations, organizational units, localities, countries and more" msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:122 +#: plugins/admin/departments/class_departmentManagement.inc:125 msgid "" "As soon as the tag operation has finished, you can scroll down to end of the " "page and press the 'Continue' button to continue with the department " @@ -4729,7 +3948,7 @@ msgid "ACL Templates" msgstr "模板" #: plugins/admin/acl/class_aclRole.inc:26 -#: plugins/admin/acl/class_aclRole.inc:717 +#: plugins/admin/acl/class_aclRole.inc:712 #, fuzzy msgid "Access control roles" msgstr "访问选项" @@ -4739,88 +3958,65 @@ msgstr "访问选项" msgid "Edit AC roles" msgstr "MAC 地址" -#: plugins/admin/acl/class_aclRole.inc:130 include/class_acl.inc:219 -#, fuzzy -msgid "All categories" -msgstr "添加分类" - -#: plugins/admin/acl/class_aclRole.inc:137 +#: plugins/admin/acl/class_aclRole.inc:135 #, fuzzy msgid "Reset ACL" msgstr "删除" -#: plugins/admin/acl/class_aclRole.inc:138 include/class_acl.inc:228 -#, fuzzy -msgid "One level" -msgstr "日志级别" - -#: plugins/admin/acl/class_aclRole.inc:139 include/class_acl.inc:229 -#: include/class_acl.inc:234 -#, fuzzy -msgid "Current object" -msgstr "创建新 FAI 对象" - -#: plugins/admin/acl/class_aclRole.inc:140 include/class_acl.inc:230 -#, fuzzy -msgid "Complete subtree" -msgstr "忽略子树" - -#: plugins/admin/acl/class_aclRole.inc:141 include/class_acl.inc:231 -msgid "Complete subtree (permanent)" -msgstr "" - -#: plugins/admin/acl/class_aclRole.inc:181 -#: plugins/admin/acl/class_aclRole.inc:727 include/class_acl.inc:279 +#: plugins/admin/acl/class_aclRole.inc:179 +#: plugins/admin/acl/class_aclRole.inc:741 include/class_acl.inc:278 #, fuzzy msgid "Permissions" msgstr "允许" -#: plugins/admin/acl/class_aclRole.inc:181 include/class_acl.inc:279 -#: include/php_setup.inc:191 +#: plugins/admin/acl/class_aclRole.inc:179 include/class_acl.inc:278 +#: include/php_setup.inc:185 msgid "Type" msgstr "类型" -#: plugins/admin/acl/class_aclRole.inc:410 +#: plugins/admin/acl/class_aclRole.inc:408 msgid "No ACL settings for this category" msgstr "" -#: plugins/admin/acl/class_aclRole.inc:412 +#: plugins/admin/acl/class_aclRole.inc:410 #, fuzzy, php-format msgid "ACL for these objects: %s" msgstr "创建新 FAI 对象" -#: plugins/admin/acl/class_aclRole.inc:417 +#: plugins/admin/acl/class_aclRole.inc:415 #, fuzzy msgid "Edit category ACL" msgstr "编辑分类" -#: plugins/admin/acl/class_aclRole.inc:420 +#: plugins/admin/acl/class_aclRole.inc:418 #, fuzzy msgid "Delete category ACL" msgstr "分类" -#: plugins/admin/acl/class_aclRole.inc:441 +#: plugins/admin/acl/class_aclRole.inc:439 #, php-format msgid "Edit ACL for '%s', scope is '%s'" msgstr "" -#: plugins/admin/acl/class_aclRole.inc:451 include/class_acl.inc:644 -msgid "All objects in current subtree" -msgstr "" - -#: plugins/admin/acl/class_aclRole.inc:637 +#: plugins/admin/acl/class_aclRole.inc:632 #, fuzzy msgid "Object in use" msgstr "对象名称" -#: plugins/admin/acl/class_aclRole.inc:637 +#: plugins/admin/acl/class_aclRole.inc:632 #, fuzzy, php-format msgid "This role cannot be removed while it is in use by these objects:" msgstr "这个共享不能被删除,因为仍然被 %d 个用户使用:" -#: plugins/admin/acl/class_aclRole.inc:753 plugins/admin/acl/tabs_acl.inc:28 -#: include/class_acl.inc:1279 include/class_acl.inc:1280 -#: include/class_acl.inc:1285 include/class_tabs.inc:374 +#: plugins/admin/acl/class_aclRole.inc:728 +msgid "" +"The 'aclRoleRDN' statement defines the location where new acl roles will be " +"created. The default is 'ou=aclroles,'." +msgstr "" + +#: plugins/admin/acl/class_aclRole.inc:767 plugins/admin/acl/tabs_acl.inc:28 +#: include/class_acl.inc:1282 include/class_acl.inc:1283 +#: include/class_acl.inc:1289 include/class_tabs.inc:382 msgid "ACL" msgstr "ACL" @@ -4829,6 +4025,11 @@ msgstr "ACL" msgid "Paste acl-role" msgstr "删除宏" +#: plugins/admin/ogroups/generic.tpl:1 +#: plugins/admin/ogroups/ogroup-list.xml:15 +msgid "Object group" +msgstr "对象组" + #: plugins/admin/ogroups/generic.tpl:10 msgid "Name of the group" msgstr "组名称" @@ -4837,119 +4038,130 @@ msgstr "组名称" msgid "Member objects" msgstr "成员对象" -#: plugins/admin/ogroups/tabs_ogroups.inc:133 +#: plugins/admin/ogroups/tabs_ogroups.inc:134 msgid "Phone queue" msgstr "电话队列" -#: plugins/admin/ogroups/tabs_ogroups.inc:160 +#: plugins/admin/ogroups/tabs_ogroups.inc:163 #, fuzzy -msgid "Systems" -msgstr "系统" +msgid "System settings" +msgstr "用户设置" -#: plugins/admin/ogroups/tabs_ogroups.inc:171 -#: plugins/admin/ogroups/tabs_ogroups.inc:194 -msgid "Startup" -msgstr "启动" +#: plugins/admin/ogroups/tabs_ogroups.inc:175 +#: plugins/admin/ogroups/tabs_ogroups.inc:200 +#, fuzzy +msgid "Recipe" +msgstr "收件人" -#: plugins/admin/ogroups/tabs_ogroups.inc:182 -#: plugins/admin/ogroups/tabs_ogroups.inc:203 +#: plugins/admin/ogroups/tabs_ogroups.inc:187 +#: plugins/admin/ogroups/tabs_ogroups.inc:209 msgid "Devices" msgstr "设备" -#: plugins/admin/ogroups/tabs_ogroups.inc:213 -msgid "FAI summary" -msgstr "自动化安装说明" +#: plugins/admin/ogroups/tabs_ogroups.inc:219 +#, fuzzy +msgid "Deployment summary" +msgstr "部门名称" + +#: plugins/admin/ogroups/tabs_ogroups.inc:229 +msgid "Desktop" +msgstr "" -#: plugins/admin/ogroups/tabs_ogroups.inc:241 +#: plugins/admin/ogroups/tabs_ogroups.inc:246 msgid "Applications" msgstr "应用程序" +#: plugins/admin/ogroups/objectSelect/selectObject-list.xml:47 +#: plugins/admin/ogroups/class_ogroupManagement.inc:192 +msgid "Printer" +msgstr "打印机" + #: plugins/admin/ogroups/objectSelect/class_objectSelect.inc:29 #, fuzzy msgid "Object selection" msgstr "组设置" -#: plugins/admin/ogroups/class_ogroup.inc:200 +#: plugins/admin/ogroups/class_ogroup.inc:230 msgid "You cannot combine terminals and workstations in one object group!" msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:302 +#: plugins/admin/ogroups/class_ogroup.inc:311 msgid "too many different objects!" msgstr "太多不同对象!" -#: plugins/admin/ogroups/class_ogroup.inc:304 +#: plugins/admin/ogroups/class_ogroup.inc:313 msgid "users" msgstr "用户" -#: plugins/admin/ogroups/class_ogroup.inc:305 +#: plugins/admin/ogroups/class_ogroup.inc:314 msgid "groups" msgstr "组" -#: plugins/admin/ogroups/class_ogroup.inc:306 +#: plugins/admin/ogroups/class_ogroup.inc:315 msgid "applications" msgstr "应用程序" -#: plugins/admin/ogroups/class_ogroup.inc:307 +#: plugins/admin/ogroups/class_ogroup.inc:316 msgid "departments" msgstr "部门" -#: plugins/admin/ogroups/class_ogroup.inc:308 +#: plugins/admin/ogroups/class_ogroup.inc:317 msgid "servers" msgstr "服务器" -#: plugins/admin/ogroups/class_ogroup.inc:309 +#: plugins/admin/ogroups/class_ogroup.inc:318 msgid "workstations" msgstr "工作站" -#: plugins/admin/ogroups/class_ogroup.inc:310 +#: plugins/admin/ogroups/class_ogroup.inc:319 #, fuzzy msgid "winstations" msgstr "Windows 工作站" -#: plugins/admin/ogroups/class_ogroup.inc:311 +#: plugins/admin/ogroups/class_ogroup.inc:320 msgid "terminals" msgstr "终端" -#: plugins/admin/ogroups/class_ogroup.inc:312 +#: plugins/admin/ogroups/class_ogroup.inc:321 msgid "phones" msgstr "电话" -#: plugins/admin/ogroups/class_ogroup.inc:313 +#: plugins/admin/ogroups/class_ogroup.inc:322 msgid "printers" msgstr "打印机" -#: plugins/admin/ogroups/class_ogroup.inc:500 +#: plugins/admin/ogroups/class_ogroup.inc:524 msgid "Non existing dn:" msgstr "不存在的 dn:" -#: plugins/admin/ogroups/class_ogroup.inc:657 +#: plugins/admin/ogroups/class_ogroup.inc:642 #, php-format msgid "" "These systems are already configured by other object groups and cannot be " "added:" msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:691 +#: plugins/admin/ogroups/class_ogroup.inc:676 #, fuzzy msgid "You can combine two different object types at maximum, only!" msgstr "您最多只能组合两个不同的对象类!" -#: plugins/admin/ogroups/class_ogroup.inc:841 +#: plugins/admin/ogroups/class_ogroup.inc:821 #, fuzzy msgid "Object group generic" msgstr "对象组" -#: plugins/admin/ogroups/class_ogroup.inc:846 +#: plugins/admin/ogroups/class_ogroup.inc:830 #: plugins/admin/ogroups/class_ogroupManagement.inc:25 msgid "Object groups" msgstr "对象组" -#: plugins/admin/ogroups/class_ogroup.inc:852 +#: plugins/admin/ogroups/class_ogroup.inc:836 #, fuzzy msgid "Sytem trust" msgstr "信赖的系统" -#: plugins/admin/ogroups/class_ogroup.inc:853 include/class_acl.inc:279 +#: plugins/admin/ogroups/class_ogroup.inc:837 include/class_acl.inc:278 #, fuzzy msgid "Member" msgstr "成员" @@ -4963,6 +4175,10 @@ msgstr "" msgid "Templates" msgstr "模板" +#: plugins/admin/ogroups/class_ogroupManagement.inc:185 +msgid "Application" +msgstr "应用程序" + #: plugins/admin/ogroups/class_ogroupManagement.inc:190 #, fuzzy msgid "Windows Install" @@ -4991,434 +4207,650 @@ msgstr "对象组" msgid "Remove object group" msgstr "服务器" -#: include/class_CopyPasteHandler.inc:118 -#: include/class_CopyPasteHandler.inc:127 -#: include/class_CopyPasteHandler.inc:159 -#: include/class_CopyPasteHandler.inc:176 -#: include/class_CopyPasteHandler.inc:185 -#: include/class_CopyPasteHandler.inc:193 -#: include/class_CopyPasteHandler.inc:273 -#, fuzzy, php-format -msgid "Copy and paste failed!" -msgstr "拷贝和粘贴精灵" - -#: include/class_CopyPasteHandler.inc:118 -#: include/class_CopyPasteHandler.inc:193 -#, fuzzy, php-format -msgid "Cannot set permission for '%s'" -msgstr "无法创建文件 '%s'。" - -#: include/class_CopyPasteHandler.inc:159 -#, php-format -msgid "'%s' is no vaild LDAP object" -msgstr "" - -#: include/class_CopyPasteHandler.inc:160 -#: include/class_CopyPasteHandler.inc:274 include/functions.inc:605 -#: include/functions.inc:792 include/functions.inc:910 -#: include/functions.inc:1308 include/functions.inc:2365 -#: include/functions.inc:2399 include/functions.inc:2419 -#: include/class_log.inc:87 include/class_acl.inc:974 -#: include/class_ldap.inc:693 include/class_ldap.inc:744 -#: include/class_session.inc:76 include/class_session.inc:101 -#: include/class_session.inc:127 +#: plugins/addons/propertyEditor/property-list.tpl:3 #, fuzzy -msgid "Internal error" -msgstr "终端服务器" - -#: include/class_CopyPasteHandler.inc:176 -#, fuzzy, php-format -msgid "No write permission in '%s'" -msgstr "无法创建文件 '%s'。" +msgid "Warning message" +msgstr "挂起邮件" -#: include/class_CopyPasteHandler.inc:394 -#, php-format -msgid "These objects will be pasted: %s" +#: plugins/addons/propertyEditor/property-list.tpl:9 +msgid "" +"Modifying properties may break your setup, destroy or mess up your LDAP " +"database, lead to security holes or it can even make a login impossible!" msgstr "" -#: include/class_CopyPasteHandler.inc:418 -#, php-format -msgid "This object will be pasted: %s" +#: plugins/addons/propertyEditor/property-list.tpl:10 +msgid "" +"Since configuration properties are stored in the LDAP database a copy/backup " +"can be handy." msgstr "" -#: include/class_CopyPasteHandler.inc:514 include/class_listing.inc:1411 -#: include/class_listing.inc:1413 include/class_plugin.inc:1971 -#: include/class_plugin.inc:1974 -msgid "Paste" -msgstr "粘贴" +#: plugins/addons/propertyEditor/property-list.tpl:14 +msgid "" +"If you've debarred yourself, you can try to set 'ignoreLdapProperties' to " +"'true' in your gosa.conf main section. This will make GOsa ignore LDAP based " +"property values." +msgstr "" -#: include/class_CopyPasteHandler.inc:516 -#, fuzzy -msgid "Cannot paste" -msgstr "无法粘贴" +#: plugins/addons/propertyEditor/property-list.tpl:22 +msgid "" +"I understand that there are certain risks, but I want to modify properties!" +msgstr "" -#: include/class_config.inc:152 -#, php-format -msgid "XML error in gosa.conf: %s at line %d" -msgstr "XML 出错于 gosa.conf: %s ,行 %d" +#: plugins/addons/propertyEditor/property-list.tpl:38 +msgid "Ignoring LDAP defined properties!" +msgstr "" -#: include/class_config.inc:325 -#, fuzzy -msgid "Cannot bind to LDAP. Please contact the system administrator." -msgstr "无法绑定 LDAP。请联系系统管理员。" +#: plugins/addons/propertyEditor/property-list.tpl:77 +msgid "Undo" +msgstr "" -#: include/class_config.inc:702 -#, fuzzy -msgid "sambaSID and/or sambaRidBase missing in the configuration!" -msgstr "您的配置文件缺少 SID 和/或 RIDBASE!" +#: plugins/addons/propertyEditor/class_commandVerifier.inc:56 +msgid "Results" +msgstr "" -#: include/class_config.inc:1112 +#: plugins/addons/propertyEditor/commandVerifier.tpl:1 #, fuzzy -msgid "Configuration" -msgstr "配置文件" - -#: include/class_config.inc:1112 -msgid "" -"The configuration file you are using seems to be outdated. Please move the " -"GOsa configuration file away to run the GOsa setup again." -msgstr "" +msgid "Command verifier" +msgstr "和" -#: include/class_config.inc:1154 include/class_config.inc:1185 -#: include/class_SnapshotHandler.inc:46 include/class_SnapshotHandler.inc:77 -#, php-format +#: plugins/addons/propertyEditor/commandVerifier.tpl:3 msgid "" -"The snapshot functionality is enabled, but the required variable '%s' is not " -"set." +"Here you can execute commands in the way GOsa does and check the generated " +"results or errors. This can be very usefull especially for the post events " +"(postcreate, postmodify and postremove) due to the fact that these hook are " +"executed silently." msgstr "" -#: include/class_config.inc:1167 include/class_SnapshotHandler.inc:59 -#, php-format +#: plugins/addons/propertyEditor/commandVerifier.tpl:8 msgid "" -"The snapshot functionality is enabled, but the required compression module " -"is missing. Please install '%s'." +"Please be carefull here, all commands will really be executed on your " +"machine and may break things!" msgstr "" -#: include/class_socketClient.inc:60 -msgid "The mcrypt module was not found. Please install php5-mcrypt." -msgstr "" - -#: include/class_socketClient.inc:108 -#, php-format -msgid "Socket connection to host '%s:%s' failed: %s" -msgstr "" - -#: include/class_socketClient.inc:191 -#, php-format -msgid "Socket timeout of %s seconds reached." +#: plugins/addons/propertyEditor/commandVerifier.tpl:15 +msgid "The command to check for" msgstr "" -#: include/class_multi_plug.inc:362 +#: plugins/addons/propertyEditor/commandVerifier.tpl:17 #, fuzzy -msgid "You are currently editing mutliple entries." -msgstr "您无权删除这个部门。" +msgid "Test" +msgstr "过期" -#: include/class_multi_plug.inc:391 +#: plugins/addons/propertyEditor/property-filter.xml:15 #, fuzzy -msgid "Password reset" -msgstr "口令过期截止日" +msgid "Effective properties" +msgstr "编辑通用属性" -#: include/class_multi_plug.inc:391 +#: plugins/addons/propertyEditor/property-filter.xml:29 #, fuzzy -msgid "The user password was resetted, please set a new password value!" -msgstr "您的口令已经过期 !! 选择一个新口令" +msgid "Modified properties" +msgstr "编辑通用属性" -#: include/class_sortableListing.inc:221 +#: plugins/addons/propertyEditor/property-filter.xml:43 #, fuzzy -msgid "Sortable list" -msgstr "导出" +msgid "All properties" +msgstr "编辑通用属性" -#: include/class_sortableListing.inc:226 -msgid "Edit this entry" -msgstr "编辑这条记录" +#: plugins/addons/propertyEditor/property-filter.xml:57 +#, fuzzy +msgid "LDAP properties" +msgstr "属性" -#: include/class_sortableListing.inc:231 -msgid "Delete this entry" -msgstr "删除这个条目" +#: plugins/addons/propertyEditor/property-filter.xml:71 +#, fuzzy +msgid "Search for property groups" +msgstr "显示主要组" -#: include/class_sortableListing.inc:261 include/class_listing.inc:247 -msgid "Up" -msgstr "上" +#: plugins/addons/propertyEditor/property-list.xml:11 +#, fuzzy +msgid "List of configuration settings" +msgstr "用户设置" -#: include/class_sortableListing.inc:261 include/class_listing.inc:247 -msgid "Down" -msgstr "关闭" +#: plugins/addons/propertyEditor/property-list.xml:15 +#, fuzzy +msgid "Property not used" +msgstr "用户组" -#: include/functions.inc:127 -#, php-format -msgid "Fatal error: no class locations defined - please run '%s' to fix this" +#: plugins/addons/propertyEditor/property-list.xml:23 +msgid "Property will be restored" msgstr "" -#: include/functions.inc:134 -#, php-format -msgid "" -"Fatal error: cannot instantiate class '%s' - try running '%s' to fix this" -msgstr "" +#: plugins/addons/propertyEditor/property-list.xml:31 +#, fuzzy +msgid "Modified property" +msgstr "个人信息" -#: include/functions.inc:448 -#, php-format -msgid "FATAL: Error when connecting the LDAP. Server said '%s'." -msgstr "致命错误:连接 LDAP 错误。服务器返回 '%s'。" +#: plugins/addons/propertyEditor/property-list.xml:39 +#, fuzzy +msgid "Property configured in LDAP" +msgstr "配置文件" -#: include/functions.inc:519 +#: plugins/addons/propertyEditor/property-list.xml:47 #, fuzzy -msgid "Username / UID is not unique inside the LDAP tree!" -msgstr "用户名 / UID 不唯一。请检查您的 LDAP 数据库。" +msgid "Property configured in config file" +msgstr "配置文件" -#: include/functions.inc:605 +#: plugins/addons/propertyEditor/property-list.xml:72 #, fuzzy -msgid "" -"Username / UID is not unique inside the LDAP tree. Please contact your " -"Administrator." -msgstr "用户名 / UID 不唯一。请检查您的 LDAP 数据库。" +msgid "Class" +msgstr "类" + +#: plugins/addons/propertyEditor/property-list.xml:88 +#, fuzzy +msgid "Value" +msgstr "男" -#: include/functions.inc:792 include/functions.inc:910 -msgid "Error while adding a lock. Contact the developers!" +#: plugins/addons/propertyEditor/property-list.xml:124 +msgid "Restore to default" msgstr "" -#: include/functions.inc:802 -#, fuzzy, php-format -msgid "" -"Cannot create locking information in LDAP tree. Please contact your " -"administrator!" -msgstr "无法获得 LDAP 数据库的锁信息。检查 gosa.conf 中的 'config' 条目!" +#: plugins/addons/propertyEditor/class_propertyEditor.inc:6 +#, fuzzy +msgid "Preferences" +msgstr "参考" + +#: plugins/addons/propertyEditor/class_propertyEditor.inc:7 +msgid "" +"Configure global and special GOsa settings like hooks and plugin parameters" +msgstr "" + +#: plugins/addons/propertyEditor/class_propertyEditor.inc:206 +#, fuzzy +msgid "No description" +msgstr "单元描述" + +#: plugins/addons/propertyEditor/class_propertyEditor.inc:230 +msgid "FALSE" +msgstr "" + +#: plugins/addons/propertyEditor/class_propertyEditor.inc:231 +msgid "TRUE" +msgstr "" + +#: plugins/addons/propertyEditor/class_propertyEditor.inc:251 +msgid "Test the given command." +msgstr "" + +#: plugins/addons/propertyEditor/migrate.tpl:3 +msgid "Property migration assistent" +msgstr "" -#: include/functions.inc:802 +#: plugins/addons/propertyEditor/migrate.tpl:3 +#, fuzzy +msgid "Migration steps left" +msgstr "创建" + +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:31 #, fuzzy, php-format -msgid "LDAP server returned: %s" -msgstr "LDAP 服务器" +msgid "Migration of property '%s'" +msgstr "创建" + +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:34 +#, php-format +msgid "GOsa has detected objects outside of the configured storage point (%s)." +msgstr "" + +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:161 +msgid "Objects that will be added" +msgstr "" + +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:169 +msgid "Objects that will be moved" +msgstr "" + +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:177 +#, fuzzy, php-format +msgid "Moving object '%s' to '%s'" +msgstr "移动 '%s' 到 '%s'" + +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:204 +#, fuzzy, php-format +msgid "Migration failed for object %s, dn already exists!" +msgstr "为对象 '%s' 设置动作状态(FAIstate) 失败,值为 '%s'。" + +#: plugins/addons/propertyEditor/migration/class_migrateRDN.inc:208 +#, php-format +msgid "Migration failed for object %s, please check if it already exists!" +msgstr "" + +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:105 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:327 +msgid "Labeled URI" +msgstr "" + +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:119 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:121 +#: plugins/addons/dyngroup/dyngroup.tpl:7 +#, fuzzy +msgid "Attribute" +msgstr "电话属性" + +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:128 +msgid "Surrounding brakets are required!" +msgstr "" + +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:136 +#, php-format +msgid "The given filter '%s' for entry %s seems to be invalid!" +msgstr "" + +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:166 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:168 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:319 +#: plugins/addons/dyngroup/classDynamicLdapGroup.inc:320 +#, fuzzy +msgid "Dynamic object" +msgstr "对象" + +#: plugins/addons/dyngroup/dyngroup.tpl:1 +#, fuzzy +msgid "List of dynamic rules" +msgstr "宏列表" + +#: plugins/addons/dyngroup/dyngroup.tpl:3 +msgid "Labeled URI definitions" +msgstr "" + +#: plugins/addons/dyngroup/dyngroup.tpl:6 +#, fuzzy +msgid "Scope" +msgstr "复制" + +#: include/class_CopyPasteHandler.inc:118 +#: include/class_CopyPasteHandler.inc:127 +#: include/class_CopyPasteHandler.inc:159 +#: include/class_CopyPasteHandler.inc:176 +#: include/class_CopyPasteHandler.inc:185 +#: include/class_CopyPasteHandler.inc:193 +#: include/class_CopyPasteHandler.inc:273 +#, fuzzy, php-format +msgid "Copy and paste failed!" +msgstr "拷贝和粘贴精灵" + +#: include/class_CopyPasteHandler.inc:118 +#, fuzzy, php-format +msgid "Cannot set permission for %s" +msgstr "无法创建文件 '%s'。" + +#: include/class_CopyPasteHandler.inc:159 +#, php-format +msgid "'%s' is no vaild LDAP object" +msgstr "" + +#: include/class_CopyPasteHandler.inc:176 +#, fuzzy, php-format +msgid "No write permission in '%s'" +msgstr "无法创建文件 '%s'。" + +#: include/class_CopyPasteHandler.inc:193 +#, fuzzy, php-format +msgid "Cannot set permission for '%s'" +msgstr "无法创建文件 '%s'。" + +#: include/class_CopyPasteHandler.inc:396 +#, php-format +msgid "These objects will be pasted: %s" +msgstr "" + +#: include/class_CopyPasteHandler.inc:420 +#, php-format +msgid "This object will be pasted: %s" +msgstr "" -#: include/functions.inc:931 +#: include/class_CopyPasteHandler.inc:570 include/class_listing.inc:1458 +#: include/class_listing.inc:1460 +msgid "Paste" +msgstr "粘贴" + +#: include/class_CopyPasteHandler.inc:572 +#, fuzzy +msgid "Cannot paste" +msgstr "无法粘贴" + +#: include/class_config.inc:159 +#, php-format +msgid "XML error in gosa.conf: %s at line %d" +msgstr "XML 出错于 gosa.conf: %s ,行 %d" + +#: include/class_config.inc:337 +msgid "Cannot bind to LDAP!" +msgstr "" + +#: include/class_config.inc:678 +#, fuzzy +msgid "sambaSID and/or sambaRidBase missing in the configuration!" +msgstr "您的配置文件缺少 SID 和/或 RIDBASE!" + +#: include/class_config.inc:1097 #, fuzzy +msgid "Configuration" +msgstr "配置文件" + +#: include/class_config.inc:1097 msgid "" -"Found multiple locks for object to be locked. This should not happen - " -"cleaning up multiple references." -msgstr "发现要锁定的对象由多个锁。这虽然不可能──清除多个引用。" +"The configuration file you are using is outdated. Please move the GOsa " +"configuration file away to run the GOsa setup again." +msgstr "" -#: include/functions.inc:1235 +#: include/class_config.inc:1139 include/class_config.inc:1170 #, php-format -msgid "The size limit of %d entries is exceed!" -msgstr "超过了 %d 个条目的大小限制!" +msgid "" +"The snapshot functionality is enabled, but the required variable %s is not " +"set." +msgstr "" -#: include/functions.inc:1237 +#: include/class_config.inc:1152 #, php-format msgid "" -"Set the new size limit to %s and show me this message if the limit still " -"exceeds" -msgstr "设置新的大小限制为 %s 并且如果限制依然超出还显示这条信息。" +"The snapshot functionality is enabled, but the required compression module " +"is missing. Please install %s." +msgstr "" + +#: include/class_socketClient.inc:108 +#, php-format +msgid "Socket connection to %s:%s failed: %s" +msgstr "" + +#: include/class_socketClient.inc:191 +#, php-format +msgid "Socket timeout of %s seconds reached!" +msgstr "" + +#: include/class_multi_plug.inc:362 +#, fuzzy +msgid "You are currently editing mutliple entries." +msgstr "您无权删除这个部门。" + +#: include/class_multi_plug.inc:391 +#, fuzzy +msgid "Reset password" +msgstr "设置口令" + +#: include/class_multi_plug.inc:391 +#, fuzzy +msgid "The user password has been reset. Please set a new password!" +msgstr "您的口令已经过期 !! 选择一个新口令" + +#: include/class_sortableListing.inc:221 +#, fuzzy +msgid "Sortable list" +msgstr "导出" + +#: include/class_sortableListing.inc:226 +msgid "Edit this entry" +msgstr "编辑这条记录" + +#: include/class_sortableListing.inc:231 +msgid "Delete this entry" +msgstr "删除这个条目" + +#: include/class_sortableListing.inc:261 include/class_listing.inc:257 +msgid "Sort ascending" +msgstr "" + +#: include/class_sortableListing.inc:261 include/class_listing.inc:257 +msgid "Sort descending" +msgstr "" + +#: include/class_jsonRPC.inc:180 +#, fuzzy, php-format +msgid "Unknown HTTP status code '%s'!" +msgstr "未知 FAIstate %s" + +#: include/functions.inc:128 +#, php-format +msgid "Fatal error: no class locations defined - please run %s to fix this" +msgstr "" + +#: include/functions.inc:135 +#, php-format +msgid "Fatal error: cannot instantiate class %s - try running %s to fix this" +msgstr "" + +#: include/functions.inc:460 +#, fuzzy, php-format +msgid "Error while connecting to LDAP: %s" +msgstr "致命错误:连接 LDAP 错误。服务器返回 '%s'。" + +#: include/functions.inc:531 include/functions.inc:617 +#, fuzzy +msgid "User ID is not unique!" +msgstr "用户名 / UID 不唯一。请检查您的 LDAP 数据库。" -#: include/functions.inc:1254 -msgid "incomplete" +#: include/functions.inc:804 include/functions.inc:922 +msgid "Error while locking entry!" +msgstr "" + +#: include/functions.inc:814 +#, php-format +msgid "Cannot store lock information in LDAP!" +msgstr "" + +#: include/functions.inc:814 +#, fuzzy, php-format +msgid "Error: %s" +msgstr "错误" + +#: include/functions.inc:1244 +#, fuzzy, php-format +msgid "The current size limit of %d entries is exceeded!" +msgstr "超过了 %d 个条目的大小限制!" + +#: include/functions.inc:1246 +#, php-format +msgid "Set the size limit to %s" +msgstr "" + +#: include/functions.inc:1263 +#, fuzzy +msgid "list is incomplete" msgstr "不完整" -#: include/functions.inc:1636 +#: include/functions.inc:1611 msgid "Continue anyway" msgstr "仍然继续" -#: include/functions.inc:1638 +#: include/functions.inc:1613 msgid "Edit anyway" msgstr "仍然编辑" -#: include/functions.inc:1641 +#: include/functions.inc:1616 msgid "These entries are currently locked:" msgstr "" -#: include/functions.inc:1881 +#: include/functions.inc:1856 msgid "Entries per page" msgstr "每页条目数" -#: include/functions.inc:1910 -msgid "Apply filter" -msgstr "应用过滤器" +#: include/functions.inc:2207 +#, fuzzy, php-format +msgid "GOsa %s" +msgstr "Syslog 服务" -#: include/functions.inc:2222 -msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" -msgstr "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" +#: include/functions.inc:2214 +#, fuzzy, php-format +msgid "GOsa %s snapshot (Rev %s)" +msgstr "GOsa 开发版(版本 %s)" -#: include/functions.inc:2268 +#: include/functions.inc:2219 #, php-format msgid "GOsa development snapshot (Rev %s)" msgstr "GOsa 开发版(版本 %s)" -#: include/functions.inc:2365 +#: include/functions.inc:2315 #, php-format -msgid "File '%s' could not be deleted." +msgid "File %s cannot be deleted!" msgstr "" -#: include/functions.inc:2399 include/functions.inc:2419 +#: include/functions.inc:2349 include/functions.inc:2369 #, fuzzy -msgid "Cannot write to revision file!" +msgid "Cannot write revision file!" msgstr "无法创建文件 '%s'。" -#: include/functions.inc:2690 include/functions.inc:2694 -#: include/functions.inc:2700 +#: include/functions.inc:2640 include/functions.inc:2644 +#: include/functions.inc:2650 #, fuzzy msgid "'baseIdHook' is not available. Using default base!" msgstr "警告: nextIdHook不可用。使用缺省 base。" -#: include/functions.inc:2724 -#, fuzzy -msgid "LDAP warning" -msgstr "LDAP 管理" - -#: include/functions.inc:2724 +#: include/functions.inc:2674 #, fuzzy -msgid "Cannot get schema information from server. No schema check possible!" +msgid "" +"Cannot read schema information from LDAP. Schema validation is not possible!" msgstr "不能从服务器得到 schema 信息。无法对 schema 检查!" -#: include/functions.inc:2750 -msgid "Used to store account specific informations." +#: include/functions.inc:2700 +msgid "This class is used to make users appear in GOsa." msgstr "" -#: include/functions.inc:2757 +#: include/functions.inc:2707 msgid "" -"Used to lock currently edited entries to avoid multiple changes at the same " +"This class is used to lock entries in order to prevent multiple edits at a " "time." msgstr "" -#: include/functions.inc:2802 +#: include/functions.inc:2752 #, php-format -msgid "Missing required object class '%s'!" +msgid "Required object class %s is missing!" msgstr "" -#: include/functions.inc:2805 +#: include/functions.inc:2755 #, php-format -msgid "Missing optional object class '%s'!" +msgid "Optional object class %s is missing!" msgstr "" -#: include/functions.inc:2810 +#: include/functions.inc:2760 #, php-format -msgid "Version mismatch for required object class '%s' (!=%s)!" +msgid "Wrong version of required object class %s (!=%s) detected!" msgstr "" -#: include/functions.inc:2813 +#: include/functions.inc:2763 #, fuzzy, php-format -msgid "Class(es) available" +msgid "Class available" msgstr "文件可用。" -#: include/functions.inc:2835 +#: include/functions.inc:2785 msgid "" -"You have enabled the rfc2307bis option on the 'ldap setup' step, but your " -"schema configuration do not support this option." +"RFC 2307bis group schema is enabled, but the current LDAP configuration does " +"not support it!" msgstr "" -#: include/functions.inc:2836 +#: include/functions.inc:2786 msgid "" -"In order to use rfc2307bis conform groups the objectClass 'posixGroup' must " -"be AUXILIARY" +"To use RFC 2307bis groups, the objectClass 'posixGroup' must be AUXILIARY." msgstr "" -#: include/functions.inc:2840 +#: include/functions.inc:2790 msgid "" -"Your schema is configured to support the rfc2307bis group, but you have " -"disabled this option on the 'ldap setup' step." +"RFC 2307bis group schema is disabled, but the current LDAP configuration " +"supports it!" msgstr "" -#: include/functions.inc:2841 -msgid "The objectClass 'posixGroup' must be STRUCTURAL" +#: include/functions.inc:2791 +msgid "To correct this, the objectClass 'posixGroup' must be STRUCTURAL." msgstr "" -#: include/functions.inc:2866 +#: include/functions.inc:2816 msgid "German" msgstr "德语" -#: include/functions.inc:2867 +#: include/functions.inc:2817 msgid "French" msgstr "法语" -#: include/functions.inc:2868 +#: include/functions.inc:2818 msgid "Italian" msgstr "意大利语" -#: include/functions.inc:2869 +#: include/functions.inc:2819 msgid "Spanish" msgstr "西班牙语" -#: include/functions.inc:2870 +#: include/functions.inc:2820 msgid "English" msgstr "英语" -#: include/functions.inc:2871 +#: include/functions.inc:2821 msgid "Dutch" msgstr "荷兰语" -#: include/functions.inc:2872 +#: include/functions.inc:2822 msgid "Polish" msgstr "波兰语" -#: include/functions.inc:2873 +#: include/functions.inc:2823 msgid "Brazilian Portuguese" msgstr "" -#: include/functions.inc:2875 +#: include/functions.inc:2825 msgid "Chinese" msgstr "芯片组" -#: include/functions.inc:2876 +#: include/functions.inc:2826 #, fuzzy msgid "Vietnamese" msgstr "名" -#: include/functions.inc:2877 +#: include/functions.inc:2827 msgid "Russian" msgstr "俄语" -#: include/functions.inc:3072 -#, php-format +#: include/functions.inc:3022 +#, fuzzy, php-format msgid "" -"Command '%s', specified as POSTMODIFY for plugin '%s' doesn't seem to exist." -msgstr "命令 '%s',作为插件 '%s' 的 POSTMODIFY 好像并不存在。" +"Command %s specified as post modify action for plugin %s does not exist!" +msgstr "命令 '%s',作为插件 '%s' 的 CHECK hook 好像并不存在。" -#: include/functions.inc:3105 -msgid "Cannot generate samba hash!" +#: include/functions.inc:3066 +msgid "Cannot generate SAMBA hash!" msgstr "" -#: include/functions.inc:3118 +#: include/functions.inc:3079 #, php-format -msgid "" -"Cannot generate samba hash: running '%s' failed, check the 'sambaHashHook'!" +msgid "Generating SAMBA hash by running %s failed: check %s!" msgstr "" -#: include/functions.inc:3399 include/functions.inc:3413 -#: include/functions.inc:3451 include/functions.inc:3463 -#: include/functions.inc:3467 include/functions.inc:3482 -#: include/functions.inc:3491 +#: include/functions.inc:3357 include/functions.inc:3371 +#: include/functions.inc:3409 include/functions.inc:3421 +#: include/functions.inc:3425 include/functions.inc:3440 +#: include/functions.inc:3449 #, fuzzy -msgid "Cannot allocate a free ID:" +msgid "Cannot allocate free ID:" msgstr "太多用户,无法分配一个可用的 ID!" -#: include/functions.inc:3399 +#: include/functions.inc:3357 msgid "unknown idAllocation method!" msgstr "" -#: include/functions.inc:3413 +#: include/functions.inc:3371 #, php-format msgid "%sPoolMin >= %sPoolMax!" msgstr "" -#: include/functions.inc:3443 +#: include/functions.inc:3401 #, fuzzy msgid "Cannot create sambaUnixIdPool entry!" msgstr "转到根部门" -#: include/functions.inc:3451 +#: include/functions.inc:3409 msgid "sambaUnixIdPool is not unique!" msgstr "" -#: include/functions.inc:3463 include/functions.inc:3467 +#: include/functions.inc:3421 include/functions.inc:3425 #, fuzzy msgid "no ID available!" msgstr "文件可用。" -#: include/functions.inc:3491 -msgid "maximum tries exceeded!" +#: include/functions.inc:3449 +msgid "maximum number of tries exceeded!" msgstr "" -#: include/functions.inc:3551 +#: include/functions.inc:3509 #, fuzzy -msgid "Cannot allocate a free ID!" +msgid "Cannot allocate free ID!" msgstr "太多用户,无法分配一个可用的 ID!" -#: include/password-methods/class_password-methods.inc:250 +#: include/password-methods/class_password-methods.inc:277 msgid "Cannot find a suitable password method for the current hash!" msgstr "" @@ -5434,353 +4866,937 @@ msgstr "Logging DB 用户" #: include/class_log.inc:102 #, php-format -msgid "Invalid option '%s' specified!" +msgid "Invalid option %s specified!" msgstr "" #: include/class_log.inc:106 #, fuzzy -msgid "Specified objectType is empty or invalid!" +msgid "Specified 'objectType' is empty or invalid!" msgstr "指定的 branch 名称无效。" -#: include/class_baseSelector.inc:160 include/class_listing.inc:1009 -#: include/class_listing.inc:1011 include/class_releaseSelector.inc:164 +#: include/class_baseSelector.inc:186 include/class_listing.inc:1050 +#: include/class_listing.inc:1052 include/class_releaseSelector.inc:187 msgid "Root" msgstr "根" -#: include/class_baseSelector.inc:207 include/class_releaseSelector.inc:212 +#: include/class_baseSelector.inc:233 include/class_releaseSelector.inc:235 msgid "Submit" msgstr "提交" -#: include/utils/class_timezone.inc:47 -#, php-format -msgid "" -"The timezone setting '%s' in your gosa.conf is not valid. Cannot calculate " -"correct timezone offset." +#: include/class_core.inc:114 +#, fuzzy +msgid "All objects" +msgstr "成员对象" + +#: include/class_core.inc:132 +#, fuzzy +msgid "Traditional" +msgstr "终端" + +#: include/class_core.inc:132 +msgid "Use samba pool" msgstr "" -#: include/utils/class_msgPool.inc:16 -#, fuzzy, php-format -msgid "Select to list objects of type '%s'." -msgstr "选择要添加的对象" +#: include/class_core.inc:164 include/class_core.inc:167 +#, fuzzy +msgid "hours" +msgstr "小时" -#: include/utils/class_msgPool.inc:18 -#, fuzzy, php-format -msgid "Select to list objects containig '%s'." -msgstr "选择查看包含用户的组" +#: include/class_core.inc:176 +#, fuzzy +msgid "None" +msgstr "无" -#: include/utils/class_msgPool.inc:20 -#, fuzzy, php-format -msgid "Select to list objects that have '%s' enabled" -msgstr "选择要添加的对象" +#: include/class_core.inc:192 +#, fuzzy +msgid "User value" +msgstr "用户名" -#: include/utils/class_msgPool.inc:22 -msgid "Select to search within subtrees" -msgstr "选择在子树中查询" +#: include/class_core.inc:201 +#, fuzzy +msgid "Core" +msgstr "关闭" -#: include/utils/class_msgPool.inc:24 include/class_filter.inc:444 +#: include/class_core.inc:202 #, fuzzy -msgid "Search in subtrees" -msgstr "在子树中查找" +msgid "GOsa core plugin" +msgstr "用户设置" -#: include/utils/class_msgPool.inc:34 -msgid "This object will be deleted!" +#: include/class_core.inc:230 +msgid "" +"The 'htaccessAuthentication' variable tells GOsa to use either htaccess " +"authentication or LDAP authentication. This can be used if you want to use i." +"e. kerberos to authenticate the users." msgstr "" -#: include/utils/class_msgPool.inc:36 -#, php-format -msgid "This '%s' object will be deleted!" +#: include/class_core.inc:240 +msgid "" +"The 'logging' statement enables event logging on GOsa side. Setting it to " +"'true' GOsa will log every action a user performs via syslog. If you use " +"rsyslog and configure it to mysql logging, you can browse all events within " +"GOsa. GOsa will not log anything, if the logging value is empty or set to " +"'false'." msgstr "" -#: include/utils/class_msgPool.inc:41 -#, php-format -msgid "This object will be deleted: %s" +#: include/class_core.inc:251 +msgid "" +"The 'listSummary' statement determines whether a status bar will be shown on " +"the bottom of GOsa generated lists, displaying a short summary of type and " +"number of elements in the list." msgstr "" -#: include/utils/class_msgPool.inc:43 -#, php-format -msgid "This '%s' object will be deleted: %s" +#: include/class_core.inc:261 +msgid "" +"The 'passwordMinLength' statement determines whether a newly entered " +"password has to be of a minimum length." msgstr "" -#: include/utils/class_msgPool.inc:48 -msgid "This object will be deleted:" +#: include/class_core.inc:271 +msgid "" +"The 'passwordMinDiffer' statement determines whether a newly entered " +"password has to be checked to have at least n different characters." msgstr "" -#: include/utils/class_msgPool.inc:50 -#, php-format -msgid "This '%s' object will be deleted:" +#: include/class_core.inc:282 +msgid "" +"The 'passwordHook' can specify an external script to handle password " +"settings at some other location besides the LDAP." msgstr "" -#: include/utils/class_msgPool.inc:54 +#: include/class_core.inc:282 #, php-format -msgid "These objects will be deleted: %s" +msgid "It will be called this way: %s" msgstr "" -#: include/utils/class_msgPool.inc:56 -#, php-format -msgid "These '%s' objects will be deleted: %s" +#: include/class_core.inc:292 +msgid "" +"The 'displayErrors' statement tells GOsa to show PHP errors in the upper " +"part of the screen. This should be disabled in productive deployments, " +"because there might be some important passwords arround." msgstr "" -#: include/utils/class_msgPool.inc:64 -#, fuzzy -msgid "You have no permission to delete this object!" -msgstr "您无权删除这个部门。" +#: include/class_core.inc:292 +#, php-format +msgid "The property '%s' may be interesting too." +msgstr "" -#: include/utils/class_msgPool.inc:68 include/utils/class_msgPool.inc:72 -#, fuzzy -msgid "You have no permission to delete the object:" -msgstr "您无权删除这个部门。" +#: include/class_core.inc:302 +msgid "" +"The 'developmentMode' statement tells GOsa to show development related error " +"messages, for example messages about missing ACL configuration or classes. " +"Due to the fact that enabling this flag will result in a lot of false error " +"messages it should only be enabled while developing or debugging plugins!" +msgstr "" -#: include/utils/class_msgPool.inc:75 -#, fuzzy -msgid "You have no permission to delete these objects:" -msgstr "您无权删除这个部门。" +#: include/class_core.inc:313 +msgid "" +"The 'schemaCheck' statement enables or disables schema checking during " +"login. It is recommended to switch this on in order to let GOsa handle " +"object creation more efficient." +msgstr "" -#: include/utils/class_msgPool.inc:82 +#: include/class_core.inc:323 +msgid "" +"The 'copyPaste' statement enables copy and paste for LDAP entries managed " +"with GOsa." +msgstr "" + +#: include/class_core.inc:333 +msgid "" +"The 'forceGlobals' statement enables PHP security checks to force " +"register_global settings to be switched off." +msgstr "" + +#: include/class_core.inc:343 +msgid "" +"The 'forceSSL' statement enables PHP security checks to force encrypted " +"access to the web interface. GOsa will try to redirect to the same URL - " +"just with https://" +msgstr "" + +#: include/class_core.inc:353 +msgid "" +"Logs information about triggered ldap operations, duration, filter, aso. " +"into syslog." +msgstr "" + +#: include/class_core.inc:363 +msgid "" +"The 'ldapFollowReferrals' statement tells GOsa to follow LDAP referrals." +msgstr "" + +#: include/class_core.inc:373 +msgid "" +"The 'ldapFilterNestingLimit' statement can be used to speed up group " +"handling for groups with several hundreds of members. The default behaviour " +"is, that GOsa will resolv the memberUid values in a group to real names. To " +"achieve this, it writes a single filter to minimize searches. Some LDAP " +"servers (namely Sun DS) simply crash when the filter gets too big. You can " +"set a member limit, where GOsa will stop to do these lookups." +msgstr "" + +#: include/class_core.inc:383 +msgid "" +"The ldapSizelimit statement tells GOsa to retrieve the specified maximum " +"number of results. The user will get a warning, that not all entries " +"were shown." +msgstr "" + +#: include/class_core.inc:393 +msgid "" +"Disables sizelimit checks, only the configured amount of results will be " +"shown!" +msgstr "" + +#: include/class_core.inc:403 +msgid "" +"The 'warnSSL' statement enables PHP security checks to detect non encrypted " +"access to the web interface. GOsa will display a warning in this case." +msgstr "" + +#: include/class_core.inc:413 +msgid "The 'ppdGzip' variable enables PPD file compression." +msgstr "" + +#: include/class_core.inc:424 +msgid "" +"The 'ignoreAcl' value tells GOsa to ignore complete ACL sets for the given " +"DN. Add your DN here and you'll be able to restore accidently dropped ACLs." +msgstr "" + +#: include/class_core.inc:435 +msgid "" +"The 'ppdPath' variable defines where to store PPD files for the GOto " +"environment plugins." +msgstr "" + +#: include/class_core.inc:445 +msgid "" +"The 'ldapMaxQueryTime' statement tells GOsa to stop LDAP actions if there is " +"no answer within the specified number of seconds." +msgstr "" + +#: include/class_core.inc:455 +msgid "" +"The 'storeFilterSettings' statement determines whether GOsa should store " +"filter and plugin settings inside of a cookie." +msgstr "" + +#: include/class_core.inc:465 +msgid "" +"The 'sendCompressedOutput' statement determines whether PHP should send " +"compressed HTML pages to browsers or not. This may increase or decrease the " +"performance, depending on your network." +msgstr "" + +#: include/class_core.inc:476 +msgid "" +"The 'modificationDetectionAttribute' statement enables GOsa to check if a " +"entry currently being edited has been modified from someone else outside " +"GOsa in the meantime. It will display an informative dialog then. It can be " +"set to 'entryCSN' for OpenLDAP based systems or 'contextCSN' for Sun DS " +"based systems." +msgstr "" + +#: include/class_core.inc:487 +msgid "" +"The 'language' statement defines the default language used by GOsa. Normally " +"GOsa autodetects the language from the browser settings. If this is not " +"working or you want to force the language, just add the language code (i.e. " +"de for german) here." +msgstr "" + +#: include/class_core.inc:498 +msgid "" +"The 'theme' statement defines what theme is used to display GOsa pages. You " +"can install some corporate identity like theme and/or modify certain " +"templates to fit your needs within themes. Take a look at the GOsa FAQ for " +"more information." +msgstr "" + +#: include/class_core.inc:508 +msgid "" +"The 'sessionLifetime' value defines when a session will expire in seconds. " +"For Debian systems, this will not work because the sessions will be removed " +"by a cron job instead. Please modify the value inside of your php.ini " +"instead." +msgstr "" + +#: include/class_core.inc:518 +msgid "" +"The 'templateCompileDirectory' statements defines the path, where the PHP " +"templating engins 'smarty' should store its compiled GOsa templates for " +"improved speed. This path needs to be writeable by the user your webserver " +"is running with." +msgstr "" + +#: include/class_core.inc:528 +#, php-format +msgid "" +"The 'debugLevel' value tells GOsa to display certain information on each " +"page load. Value is an AND combination of the following byte values: %s" +msgstr "" + +#: include/class_core.inc:548 +#, php-format +msgid "" +"The 'sambaHashHook' statement contains an executable to generate samba hash " +"values. This is required for password synchronization, but not required if " +"you apply gosa-si services. If you don't have mkntpasswd from the samba " +"distribution installed, you can use perl to generate the hash: %s" +msgstr "" + +#: include/class_core.inc:559 +msgid "" +"The 'passwordDefaultHash' statement defines the default password hash to " +"choose for new accounts." +msgstr "" + +#: include/class_core.inc:568 +msgid "" +"The 'strictPasswordRules' tells GOsa to check for UTF-8 characters in the " +"supplied password. These Characters can lead to non working authentications " +"if UTF-8 and none UTF-8 systems locales get mixed. The default is 'true'." +msgstr "" + +#: include/class_core.inc:579 +msgid "" +"The 'accountPrimaryAttribute' option tells GOsa how to create new accounts. " +"Possible values are 'uid' and 'cn'. In the first case GOsa creates uid style " +"DN entries: 'uid=superuser,ou=staff,dc=example,dc=net'. In the second case, " +"GOsa creates cn style DN entries: 'cn=Foo Bar,ou=staff,dc=example,dc=net'. " +"If you choose \"cn\" to be your 'accountPrimaryAttribute' you can decide " +"whether to include the personal title in your dn by selecting " +"'personalTitleInDN'." +msgstr "" + +#: include/class_core.inc:589 +msgid "" +"The 'userRDN' statement defines the location where new accounts will be " +"created inside of defined departments. The default is 'ou=people'." +msgstr "" + +#: include/class_core.inc:599 +msgid "" +"The 'groupsRDN' statement defines the location where new groups will be " +"created inside of defined departments. The default is 'ou=groups'." +msgstr "" + +#: include/class_core.inc:609 +msgid "" +"The 'gidNumberBase' statement defines where to start looking for a new free " +"group id. This should be synced with your 'adduser.conf' to avoid " +"overlapping gidNumber values between local and LDAP based lookups. The " +"gidNumberBase can even be dynamic. Take a look at the 'nextIdHook' " +"definition." +msgstr "" + +#: include/class_core.inc:619 +msgid "" +"The 'baseIdHook' statement allows to hook into the id generation method " +"(traditional mode), to define the starting range for new generated ids" +msgstr "" + +#: include/class_core.inc:629 include/class_core.inc:649 +msgid "" +"The 'uidNumberPoolMin/gidNumberPoolMin' statement defines the lowest " +"assignable user/group id for use with the 'idAllocationMethod = pool'." +msgstr "" + +#: include/class_core.inc:639 include/class_core.inc:659 +msgid "" +"The 'uidNumberPoolMax/gidNumberPoolMax' statement defines the highest " +"assignable user/group id for use with the 'idAllocationMethod = pool'." +msgstr "" + +#: include/class_core.inc:669 +msgid "" +"The 'uidNumberBase' statement defines where to start looking for a new free " +"user id. This should be synced with your 'adduser.conf' to avoid overlapping " +"uidNumber values between local and LDAP based lookups. The uidNumberBase can " +"even be dynamic. Take a look at the 'baseIdHook' definition." +msgstr "" + +#: include/class_core.inc:709 +msgid "" +"The 'gosaSupportURI' defines the major gosa-si server host and the password " +"for GOsa to connect to it. It can be used if you want to use i.e. kerberos " +"to authenticate the users. The format is: credentials@host:port" +msgstr "" + +#: include/class_core.inc:719 +msgid "" +"The 'gosaSupportTimeout' sets a connection timeout for all gosa-si actions. " +"See 'gosaSupportURI' for details." +msgstr "" + +#: include/class_core.inc:730 +msgid "" +"The 'loginAttribute' statement tells GOsa which LDAP attribute is used as " +"the login name during login. It can be set to 'uid', 'mail' or 'both'" +msgstr "" + +#: include/class_core.inc:741 +msgid "" +"The 'timezone' statements defines the timezone used inside of GOsa to handle " +"date related tasks, such as password expiery, vacation messages, etc. The " +"'timezone' value should be a unix conform timezone value like in /etc/" +"timezone." +msgstr "" + +#: include/class_core.inc:751 +msgid "" +"The 'honourUnitTags' statement enables checking of 'unitTag' attributes when " +"using administrative units. If this is set to 'true' GOsa can only see " +"objects inside the administrative unit a user is logged into." +msgstr "" + +#: include/class_core.inc:761 +msgid "" +"The 'useSaslForKerberos' statement defines the way the kerberos realm is " +"stored in the #userPassword' attribute. Set it to 'true' in order to get " +"{sasl}user@REALM.NET, or to 'false' to get {kerberos}user@REALM.NET. The " +"latter is outdated, but may be needed from time to time." +msgstr "" + +#: include/class_core.inc:771 +msgid "" +"The 'rfc2307bis' statement enables rfc2307bis style groups in GOsa. You can " +"use 'member' attributes instead of memberUid in this case. To make it work " +"on unix systems, you've to adjust your NSS configuration to use rfc2307bis " +"style groups, too" +msgstr "" + +#: include/class_core.inc:781 +msgid "" +"The 'personalTitleInDN' option tells GOsa to include the personal title in " +"user DNs when #accountPrimaryAttribute' is set to \"cn\"." +msgstr "" + +#: include/class_core.inc:791 +msgid "" +"The 'nextIdHook' statement defines a script to be called for finding the " +"next free id for users or groups externaly. It gets called with the current " +"entry \"dn\" and the attribute to be ID'd. It should return an integer value." +msgstr "" + +#: include/class_core.inc:801 +msgid "" +"The 'idGenerator' statement describes an automatic way to generate new user " +"ids. There are two basic functions supported - which can be combined: \n" +"\n" +" a) using attributes\n" +"\n" +" You can specify LDAP attributes (currently only sn and givenName) in\n" +" braces {} and add a percent sign befor it. Optionally you can strip it\n" +" down to a number of characters, specified in []. I.e.\n" +"\n" +" idGenerator=\"{%sn}-{%givenName[2-4]}\"\n" +"\n" +" will generate an ID using the full surename, adding a dash, and adding " +"at\n" +" least the first two characters of givenName. If this ID is used, it'll\n" +" use up to four characters. If no automatic generation is possible, a\n" +" input box is shown.\n" +"\n" +" b) using automatic id's\n" +"\n" +" I.e. specifying\n" +"\n" +" idGenerator=\"acct{id:3}\"\n" +"\n" +" will generate a three digits id with the next free entry appended to " +"\"acct\".\n" +"\n" +" idGenerator=\"acct{id!1}\"\n" +"\n" +" will generate a one digit id with the next free entry appended to \"acct" +"\" - if needed.\n" +"\n" +" idGenerator=\"ext{id#3}\"\n" +"\n" +" will generate a three digits random number appended to \"ext\".\n" +msgstr "" + +#: include/class_core.inc:841 +msgid "" +"The 'strictNamingRules' statement enables strict checking of uids and group " +"names. If you need characters like . or - inside of your accounts, set " +"this to 'false'." +msgstr "" + +#: include/class_core.inc:851 +msgid "" +"The 'minId' statement defines the minimum assignable user or group id to " +"avoid security leaks with uid 0 accounts. This is used for the 'traditional' " +"method." +msgstr "" + +#: include/class_core.inc:862 +msgid "" +"The 'mailAttribute' statement determines which attribute GOsa will use to " +"create accounts. Valid values are 'mail' and 'uid'." +msgstr "" + +#: include/class_core.inc:872 +msgid "" +"This attribute allows to override the prefix used to create shared folders." +msgstr "" + +#: include/class_core.inc:882 +msgid "" +"This attribute allows to override the user account creation syntax, see the " +"'mailFolderCreation' description for more details.\n" +"\n" +"Examples\n" +" mailUserCreation=\"%prefix%%uid%\" => \"user.foobar\"\n" +" mailUserCreation=\"my-prefix.%uid%%domain%\" => \"my-prefix.foobar@example." +"com\"\n" +msgstr "" + +#: include/class_core.inc:897 +msgid "" +"Every mail method has its own way to create mail accounts like 'share/" +"development' or 'shared.development@example.com' which is used to identify " +"the accounts, set quotas or add acls.\n" +"\n" +"To override the methods default account creation syntax, you can set the " +"'mailFolderCreation' option.\n" +"\n" +"Examples\n" +"\n" +" mailFolderCreation=\"%prefix%%cn%\" => \"shared.development\"\n" +" mailFolderCreation=\"my-prefix.%cn%%domain%\" => \"my-prefix." +"development@example.com\"\n" +"\n" +" %prefix% The methods default prefix. (Depends on cyrusUseSlashes=FALSE/" +"TRUE)\n" +" %cn% The groups/users cn.\n" +" %uid% The users uid.\n" +" %mail% The objects mail attribute.\n" +" %domain% The domain part of the objects mail attribute.\n" +" %mailpart% The user address part of the mail address.\n" +" %uattrib% Depends on mailAttribute=\"uid/mail\".\n" +msgstr "" + +#: include/class_core.inc:923 +msgid "" +"The 'imapTimeout' statement sets the connection timeout for imap actions." +msgstr "" + +#: include/class_core.inc:934 +msgid "" +"The 'mailMethod' statement tells GOsa which mail method the setup should use " +"to communicate with a possible mail server. Leave this undefined if your " +"mail method does not match the predefined ones." +msgstr "" + +#: include/class_core.inc:944 +msgid "" +"The 'cyrusUseSlashes' statement determines if GOsa should use \"foo/bar\" or " +"\"foo.bar\" namespaces in IMAP. Unix style is with slashes." +msgstr "" + +#: include/class_core.inc:954 +msgid "" +"The 'vacationTemplateDirectory' statement sets the path where GOsa will look " +"for vacation message templates. Default is /etc/gosa/vacation. \n" +"\n" +"Example template /etc/gosa/vacation/business.txt:\n" +"\n" +" DESC:Away from desk\n" +" Hi, I'm currently away from my desk. You can contact me on\n" +" my cell phone via %mobile.\n" +"\n" +" Greetings,\n" +" %givenName %sn\n" +"\n" +msgstr "" + +#: include/class_core.inc:975 +msgid "" +"The 'ldapTLS' statement enables or disables TLS operating on LDAP " +"connections." +msgstr "" + +#: include/class_core.inc:985 +msgid "" +"The 'honourIvbbAttributes' statement enables the IVBB mode inside of GOsa. " +"You need the ivbb.schema file from used by german authorities." +msgstr "" + +#: include/class_core.inc:995 +msgid "" +"The 'sambaIdMapping' statement tells GOsa to maintain sambaIdmapEntry " +"objects. Depending on your setup this can drastically improve the windows " +"login performance." +msgstr "" + +#: include/class_core.inc:1005 +msgid "" +"The 'handleExpiredAccounts' statement enables shadow attribute tests during " +"the login to the GOsa web interface and forces password renewal or account " +"lockout." +msgstr "" + +#: include/class_core.inc:1015 +msgid "" +"The 'sambaSID' statement defines a samba SID if not available inside of the " +"LDAP. You can retrieve the current sid by net getlocalsid." +msgstr "" + +#: include/class_core.inc:1025 +msgid "" +"The 'sambaRidBase' statement defines the base id to add to ordinary sid " +"calculations - if not available inside of the LDAP." +msgstr "" + +#: include/class_core.inc:1035 +msgid "" +"The 'enableSnapshots' statement enables a snapshot mechaism in GOsa. This " +"enables you to save certain states of entries and restore them later on." +msgstr "" + +#: include/class_core.inc:1045 +msgid "" +"The 'snapshotBase' statement defines the base where snapshots should be " +"stored inside of the LDAP." +msgstr "" + +#: include/class_core.inc:1055 +msgid "" +"The 'snapshotAdminDn' variable defines the user which is used to " +"authenticate when connecting to 'snapshotURI'." +msgstr "" + +#: include/class_core.inc:1065 +msgid "" +"The 'snapshotAdminPassword' variable defines the credentials which are used " +"in combination with 'snapshotAdminDn' and 'snapshotURI' in order to " +"authenticate." +msgstr "" + +#: include/class_core.inc:1076 +msgid "" +"The 'idAllocationMethod' statement defines how GOsa generates numeric user " +"and group id values. If it is set to 'traditional' GOsa will do create a " +"lock and perform a search for the next free ID. The lock will be removed " +"after the procedure completes. 'pool' will use the sambaUnixIdPool " +"objectclass settings inside your LDAP. This one is unsafe, because it does " +"not check for concurrent LDAP access and already used IDs in this range. On " +"the other hand it is much faster." +msgstr "" + +#: include/class_core.inc:1085 +msgid "" +"The 'snapshotURI' variable defines the LDAP URI for the server which is used " +"to do object snapshots." +msgstr "" + +#: include/utils/class_timezone.inc:47 +#, fuzzy, php-format +msgid "The configured timezone %s is not valid!" +msgstr "GOsa 配置 %s/gosa.conf 不可读取。退出。" + +#: include/utils/class_msgPool.inc:17 +msgid "This object will be deleted!" +msgstr "" + +#: include/utils/class_msgPool.inc:19 +#, php-format +msgid "This %s object will be deleted!" +msgstr "" + +#: include/utils/class_msgPool.inc:24 +#, php-format +msgid "This object will be deleted: %s" +msgstr "" + +#: include/utils/class_msgPool.inc:26 +#, php-format +msgid "This %s object will be deleted: %s" +msgstr "" + +#: include/utils/class_msgPool.inc:31 +msgid "This object will be deleted:" +msgstr "" + +#: include/utils/class_msgPool.inc:33 +#, php-format +msgid "This %s object will be deleted:" +msgstr "" + +#: include/utils/class_msgPool.inc:37 +#, php-format +msgid "These objects will be deleted: %s" +msgstr "" + +#: include/utils/class_msgPool.inc:39 +#, php-format +msgid "These %s objects will be deleted: %s" +msgstr "" + +#: include/utils/class_msgPool.inc:47 +#, fuzzy +msgid "You have no permission to delete this object!" +msgstr "您无权删除这个部门。" + +#: include/utils/class_msgPool.inc:51 include/utils/class_msgPool.inc:55 +#, fuzzy +msgid "You have no permission to delete the object:" +msgstr "您无权删除这个部门。" + +#: include/utils/class_msgPool.inc:58 +#, fuzzy +msgid "You have no permission to delete these objects:" +msgstr "您无权删除这个部门。" + +#: include/utils/class_msgPool.inc:65 #, fuzzy msgid "You have no permission to create this object!" msgstr "您无权删除这个部门。" -#: include/utils/class_msgPool.inc:86 include/utils/class_msgPool.inc:90 +#: include/utils/class_msgPool.inc:69 include/utils/class_msgPool.inc:73 #, fuzzy msgid "You have no permission to create the object:" msgstr "您无权删除这个部门。" -#: include/utils/class_msgPool.inc:93 +#: include/utils/class_msgPool.inc:76 #, fuzzy msgid "You have no permission to create these objects:" msgstr "您无权删除这个部门。" -#: include/utils/class_msgPool.inc:100 +#: include/utils/class_msgPool.inc:83 #, fuzzy msgid "You have no permission to modify this object!" msgstr "您无权删除这个黑名单。" -#: include/utils/class_msgPool.inc:104 include/utils/class_msgPool.inc:108 +#: include/utils/class_msgPool.inc:87 include/utils/class_msgPool.inc:91 #, fuzzy msgid "You have no permission to modify the object:" msgstr "您无权删除这个黑名单。" -#: include/utils/class_msgPool.inc:111 +#: include/utils/class_msgPool.inc:94 #, fuzzy msgid "You have no permission to modify these objects:" msgstr "您无权删除这个黑名单。" -#: include/utils/class_msgPool.inc:118 +#: include/utils/class_msgPool.inc:101 #, fuzzy msgid "You have no permission to view this object!" msgstr "您无权删除这个黑名单。" -#: include/utils/class_msgPool.inc:122 include/utils/class_msgPool.inc:126 +#: include/utils/class_msgPool.inc:105 include/utils/class_msgPool.inc:109 #, fuzzy msgid "You have no permission to view the object:" msgstr "您无权在此 'Base' 下创建一个电话" -#: include/utils/class_msgPool.inc:129 +#: include/utils/class_msgPool.inc:112 #, fuzzy msgid "You have no permission to view these objects:" msgstr "您无权删除这个黑名单。" -#: include/utils/class_msgPool.inc:136 +#: include/utils/class_msgPool.inc:119 #, fuzzy msgid "You have no permission to move this object!" msgstr "您无权删除这个黑名单。" -#: include/utils/class_msgPool.inc:140 include/utils/class_msgPool.inc:144 +#: include/utils/class_msgPool.inc:123 include/utils/class_msgPool.inc:127 #, fuzzy msgid "You have no permission to move the object:" msgstr "您无权删除这个黑名单。" -#: include/utils/class_msgPool.inc:147 +#: include/utils/class_msgPool.inc:130 #, fuzzy msgid "You have no permission to move these objects:" msgstr "您无权删除这个黑名单。" -#: include/utils/class_msgPool.inc:157 include/utils/class_msgPool.inc:169 -#: include/utils/class_msgPool.inc:187 +#: include/utils/class_msgPool.inc:140 include/utils/class_msgPool.inc:152 +#: include/utils/class_msgPool.inc:170 #, fuzzy msgid "Connection information" msgstr "个人信息" -#: include/utils/class_msgPool.inc:159 +#: include/utils/class_msgPool.inc:142 #, fuzzy, php-format msgid "Cannot connect to %s database!" msgstr "无法连接到数据库!" -#: include/utils/class_msgPool.inc:171 +#: include/utils/class_msgPool.inc:154 #, fuzzy, php-format msgid "Cannot select %s database!" msgstr "无法选择数据库!" -#: include/utils/class_msgPool.inc:177 +#: include/utils/class_msgPool.inc:160 #, php-format msgid "No %s server defined!" msgstr "" -#: include/utils/class_msgPool.inc:189 +#: include/utils/class_msgPool.inc:172 #, fuzzy, php-format msgid "Cannot query %s database!" msgstr "无法选择数据库!" -#: include/utils/class_msgPool.inc:195 +#: include/utils/class_msgPool.inc:178 #, fuzzy, php-format -msgid "The field '%s' contains a reserved keyword!" +msgid "The field %s contains a reserved keyword!" msgstr "“传真”字段包含一个无效电话号码" -#: include/utils/class_msgPool.inc:201 +#: include/utils/class_msgPool.inc:184 #, fuzzy, php-format -msgid "Command specified as %s hook for plugin '%s' does not exist!" +msgid "Command specified as %s hook for plugin %s does not exist!" msgstr "命令 '%s',作为插件 '%s' 的 CHECK hook 好像并不存在。" -#: include/utils/class_msgPool.inc:208 +#: include/utils/class_msgPool.inc:191 #, fuzzy, php-format -msgid "'%s' command is invalid!" +msgid "%s command is invalid!" msgstr "指定的 branch 名称无效。" -#: include/utils/class_msgPool.inc:210 -#, php-format -msgid "'%s' command (%s) for plugin %s is invalid!" -msgstr "" +#: include/utils/class_msgPool.inc:193 +#, fuzzy, php-format +msgid "%s command (%s) for plugin %s is invalid!" +msgstr "指定的 branch 名称无效。" -#: include/utils/class_msgPool.inc:212 -#, php-format -msgid "'%s' command for plugin %s is invalid!" -msgstr "" +#: include/utils/class_msgPool.inc:195 +#, fuzzy, php-format +msgid "%s command for plugin %s is invalid!" +msgstr "指定的 branch 名称无效。" -#: include/utils/class_msgPool.inc:214 +#: include/utils/class_msgPool.inc:197 #, fuzzy, php-format -msgid "'%s' command (%s) is invalid!" +msgid "%s command (%s) is invalid!" msgstr "指定的 branch 名称无效。" -#: include/utils/class_msgPool.inc:222 +#: include/utils/class_msgPool.inc:205 #, fuzzy, php-format -msgid "Cannot execute '%s' command!" +msgid "Cannot execute %s command!" msgstr "无法选择数据库!" -#: include/utils/class_msgPool.inc:224 -#, php-format -msgid "Cannot execute '%s' command (%s) for plugin %s!" -msgstr "" +#: include/utils/class_msgPool.inc:207 +#, fuzzy, php-format +msgid "Cannot execute %s command (%s) for plugin %s!" +msgstr "无法选择数据库!" -#: include/utils/class_msgPool.inc:226 -#, php-format -msgid "Cannot execute '%s' command for plugin %s!" -msgstr "" +#: include/utils/class_msgPool.inc:209 +#, fuzzy, php-format +msgid "Cannot execute %s command for plugin %s!" +msgstr "无法选择数据库!" -#: include/utils/class_msgPool.inc:228 +#: include/utils/class_msgPool.inc:211 #, fuzzy, php-format -msgid "Cannot execute '%s' command (%s)!" +msgid "Cannot execute %s command (%s)!" msgstr "无法选择数据库!" -#: include/utils/class_msgPool.inc:236 +#: include/utils/class_msgPool.inc:219 #, fuzzy, php-format -msgid "Value for '%s' is too large!" +msgid "Value for %s is too large!" msgstr "'UID' 赋值太小。" -#: include/utils/class_msgPool.inc:238 +#: include/utils/class_msgPool.inc:221 #, fuzzy, php-format -msgid "'%s' must be smaller than %s!" +msgid "%s must be smaller than %s!" msgstr "提供的 'shadowMin' 应该小于'shadowMax'。" -#: include/utils/class_msgPool.inc:246 +#: include/utils/class_msgPool.inc:229 #, fuzzy, php-format -msgid "Value for '%s' is too small!" +msgid "Value for %s is too small!" msgstr "'UID' 赋值太小。" -#: include/utils/class_msgPool.inc:248 -#, php-format -msgid "'%s' must be %d or above!" -msgstr "" +#: include/utils/class_msgPool.inc:231 +#, fuzzy, php-format +msgid "%s must be %s or above!" +msgstr "提供的 'shadowMin' 应该小于'shadowMax'。" -#: include/utils/class_msgPool.inc:255 +#: include/utils/class_msgPool.inc:238 #, php-format -msgid "'%s' depends on '%s' - please provide both values!" +msgid "%s depends on %s - please provide both values!" msgstr "" -#: include/utils/class_msgPool.inc:261 +#: include/utils/class_msgPool.inc:244 #, fuzzy, php-format -msgid "There is already an entry with this '%s' attribute in the system!" +msgid "There is already an entry with this %s attribute in the system!" msgstr "数据库中已经有同样登录名的用户。" -#: include/utils/class_msgPool.inc:267 +#: include/utils/class_msgPool.inc:250 #, fuzzy, php-format -msgid "The required field '%s' is empty!" +msgid "The required field %s is empty!" msgstr "需要的“姓名”字段没有设置" -#: include/utils/class_msgPool.inc:275 +#: include/utils/class_msgPool.inc:258 msgid "Example" msgstr "" -#: include/utils/class_msgPool.inc:295 +#: include/utils/class_msgPool.inc:278 #, fuzzy, php-format -msgid "The Field '%s' contains invalid characters" +msgid "The Field %s contains invalid characters" msgstr "“姓名”字段包含无效字符。" -#: include/utils/class_msgPool.inc:296 -#, php-format -msgid "'%s' is not allowed:" -msgstr "" - -#: include/utils/class_msgPool.inc:296 +#: include/utils/class_msgPool.inc:279 #, fuzzy, php-format -msgid "'%s' are not allowed!" +msgid "%s is not allowed:" msgstr "不允许修改口令" -#: include/utils/class_msgPool.inc:299 +#: include/utils/class_msgPool.inc:279 #, fuzzy, php-format -msgid "The Field '%s' contains invalid characters!" +msgid "%s are not allowed!" +msgstr "不允许修改口令" + +#: include/utils/class_msgPool.inc:282 +#, fuzzy, php-format +msgid "The Field %s contains invalid characters!" msgstr "“姓名”字段包含无效字符。" -#: include/utils/class_msgPool.inc:306 +#: include/utils/class_msgPool.inc:289 #, fuzzy, php-format msgid "Missing %s PHP extension!" msgstr "删除打印机扩展" -#: include/utils/class_msgPool.inc:336 +#: include/utils/class_msgPool.inc:319 #, fuzzy, php-format msgid "Add %s" msgstr "添加" -#: include/utils/class_msgPool.inc:342 +#: include/utils/class_msgPool.inc:325 #, php-format msgid "Delete" msgstr "删除" -#: include/utils/class_msgPool.inc:342 +#: include/utils/class_msgPool.inc:325 #, fuzzy, php-format msgid "Delete %s" msgstr "删除" -#: include/utils/class_msgPool.inc:348 +#: include/utils/class_msgPool.inc:331 #, fuzzy, php-format msgid "Set %s" msgstr "设置" -#: include/utils/class_msgPool.inc:354 +#: include/utils/class_msgPool.inc:337 #, fuzzy, php-format msgid "Edit..." msgstr "编辑" -#: include/utils/class_msgPool.inc:354 +#: include/utils/class_msgPool.inc:337 #, fuzzy, php-format msgid "Edit %s..." msgstr "编辑用户" -#: include/utils/class_msgPool.inc:360 +#: include/utils/class_msgPool.inc:343 msgid "Back" msgstr "返回" -#: include/utils/class_msgPool.inc:380 +#: include/utils/class_msgPool.inc:363 #, fuzzy, php-format msgid "This account has no valid %s extensions!" msgstr "该账户没有有效的 Gosa 扩展。" -#: include/utils/class_msgPool.inc:386 +#: include/utils/class_msgPool.inc:369 #, fuzzy, php-format msgid "" "This account has %s settings enabled. You can disable them by clicking below." msgstr "这个账户已经启用 posix 功能。要禁用请点击下面按钮。" -#: include/utils/class_msgPool.inc:389 include/utils/class_msgPool.inc:396 +#: include/utils/class_msgPool.inc:372 include/utils/class_msgPool.inc:379 #, fuzzy, php-format msgid "" "This account has %s settings enabled. To disable them, you'll need to remove " @@ -5788,13 +5804,13 @@ msgid "" msgstr "" "这个账户已经启用 unix 功能。要禁用,您需要先删除 samba / 环境变量账户。" -#: include/utils/class_msgPool.inc:405 +#: include/utils/class_msgPool.inc:388 #, fuzzy, php-format msgid "" "This account has %s settings disabled. You can enable them by clicking below." msgstr "这个账户已经启用 posix 功能。要启用请点击下面按钮。" -#: include/utils/class_msgPool.inc:408 include/utils/class_msgPool.inc:415 +#: include/utils/class_msgPool.inc:391 include/utils/class_msgPool.inc:398 #, fuzzy, php-format msgid "" "This account has %s settings disabled. To enable them, you'll need to add " @@ -5802,246 +5818,245 @@ msgid "" msgstr "" "这个账户已经启用 unix 功能。要禁用,您需要先删除 samba / 环境变量账户。" -#: include/utils/class_msgPool.inc:423 +#: include/utils/class_msgPool.inc:406 #, fuzzy, php-format msgid "Add %s settings" msgstr "应用程序设置" -#: include/utils/class_msgPool.inc:429 +#: include/utils/class_msgPool.inc:412 #, fuzzy, php-format msgid "Remove %s settings" msgstr "Posix 设置" -#: include/utils/class_msgPool.inc:435 +#: include/utils/class_msgPool.inc:418 msgid "Click the 'Edit' button below to change informations in this dialog" msgstr "点击下面的“编辑”按钮修改该对话框内的信息" -#: include/utils/class_msgPool.inc:441 +#: include/utils/class_msgPool.inc:424 msgid "January" msgstr "一月" -#: include/utils/class_msgPool.inc:441 +#: include/utils/class_msgPool.inc:424 msgid "February" msgstr "二月" -#: include/utils/class_msgPool.inc:441 +#: include/utils/class_msgPool.inc:424 msgid "March" msgstr "三月" -#: include/utils/class_msgPool.inc:441 +#: include/utils/class_msgPool.inc:424 msgid "April" msgstr "四月" -#: include/utils/class_msgPool.inc:442 +#: include/utils/class_msgPool.inc:425 msgid "May" msgstr "五月" -#: include/utils/class_msgPool.inc:442 +#: include/utils/class_msgPool.inc:425 msgid "June" msgstr "六月" -#: include/utils/class_msgPool.inc:442 +#: include/utils/class_msgPool.inc:425 msgid "July" msgstr "七月" -#: include/utils/class_msgPool.inc:442 +#: include/utils/class_msgPool.inc:425 msgid "August" msgstr "八月" -#: include/utils/class_msgPool.inc:442 +#: include/utils/class_msgPool.inc:425 msgid "September" msgstr "九月" -#: include/utils/class_msgPool.inc:443 +#: include/utils/class_msgPool.inc:426 msgid "October" msgstr "十月" -#: include/utils/class_msgPool.inc:443 +#: include/utils/class_msgPool.inc:426 msgid "November" msgstr "十一月" -#: include/utils/class_msgPool.inc:443 +#: include/utils/class_msgPool.inc:426 msgid "December" msgstr "十二月" -#: include/utils/class_msgPool.inc:449 +#: include/utils/class_msgPool.inc:432 #, fuzzy msgid "Sunday" msgstr "姓" -#: include/utils/class_msgPool.inc:449 +#: include/utils/class_msgPool.inc:432 #, fuzzy msgid "Monday" msgstr "月" -#: include/utils/class_msgPool.inc:449 +#: include/utils/class_msgPool.inc:432 msgid "Tuesday" msgstr "" -#: include/utils/class_msgPool.inc:449 +#: include/utils/class_msgPool.inc:432 #, fuzzy msgid "Wednesday" msgstr "星期三" -#: include/utils/class_msgPool.inc:449 +#: include/utils/class_msgPool.inc:432 msgid "Thursday" msgstr "" -#: include/utils/class_msgPool.inc:449 +#: include/utils/class_msgPool.inc:432 msgid "Friday" msgstr "" -#: include/utils/class_msgPool.inc:449 +#: include/utils/class_msgPool.inc:432 msgid "Saturday" msgstr "" -#: include/utils/class_msgPool.inc:456 +#: include/utils/class_msgPool.inc:439 #, fuzzy msgid "MySQL operation failed!" msgstr "Mysql 查询失败。" -#: include/utils/class_msgPool.inc:464 +#: include/utils/class_msgPool.inc:447 #, fuzzy msgid "read operation" msgstr "邮件选项" -#: include/utils/class_msgPool.inc:464 +#: include/utils/class_msgPool.inc:447 msgid "add operation" msgstr "" -#: include/utils/class_msgPool.inc:464 +#: include/utils/class_msgPool.inc:447 #, fuzzy msgid "modify operation" msgstr "个人信息" -#: include/utils/class_msgPool.inc:465 +#: include/utils/class_msgPool.inc:448 #, fuzzy msgid "delete operation" msgstr "选择查看工作站" -#: include/utils/class_msgPool.inc:465 +#: include/utils/class_msgPool.inc:448 #, fuzzy msgid "search operation" msgstr "账号过期于" -#: include/utils/class_msgPool.inc:465 +#: include/utils/class_msgPool.inc:448 #, fuzzy msgid "authentication" msgstr "Nagios 鉴权" -#: include/utils/class_msgPool.inc:468 +#: include/utils/class_msgPool.inc:451 #, fuzzy, php-format msgid "LDAP %s failed!" msgstr "Mysql 查询失败。" -#: include/utils/class_msgPool.inc:470 +#: include/utils/class_msgPool.inc:453 #, fuzzy msgid "LDAP operation failed!" msgstr "Mysql 查询失败。" -#: include/utils/class_msgPool.inc:485 +#: include/utils/class_msgPool.inc:468 #, fuzzy msgid "Upload failed!" msgstr "用户登录失败。LDAP 服务器返回 '%s'。" -#: include/utils/class_msgPool.inc:488 +#: include/utils/class_msgPool.inc:471 #, fuzzy, php-format msgid "Upload failed: %s" msgstr "Logging DB 用户" -#: include/utils/class_msgPool.inc:495 +#: include/utils/class_msgPool.inc:478 msgid "Communication failure with the infrastructure service!" msgstr "" -#: include/utils/class_msgPool.inc:497 +#: include/utils/class_msgPool.inc:480 #, php-format msgid "Communication failure with the infrastructure service: %s" msgstr "" -#: include/utils/class_msgPool.inc:504 include/utils/class_msgPool.inc:507 +#: include/utils/class_msgPool.inc:487 +msgid "Communication failure with the GOSA-NG service!" +msgstr "" + +#: include/utils/class_msgPool.inc:489 #, php-format -msgid "This '%s' is still in use by this object: %s" +msgid "Communication failure with the GOSA-NG service: %s" msgstr "" -#: include/utils/class_msgPool.inc:510 +#: include/utils/class_msgPool.inc:496 include/utils/class_msgPool.inc:499 #, fuzzy, php-format -msgid "This '%s' is still in use." +msgid "This %s is still in use by this object: %s" msgstr "这个共享不能被删除,因为仍然被 %d 个用户使用:" -#: include/utils/class_msgPool.inc:512 +#: include/utils/class_msgPool.inc:502 #, fuzzy, php-format -msgid "This '%s' is still in use by these objects: %s" +msgid "This %s is still in use." msgstr "这个共享不能被删除,因为仍然被 %d 个用户使用:" -#: include/utils/class_msgPool.inc:518 +#: include/utils/class_msgPool.inc:504 +#, fuzzy, php-format +msgid "This %s is still in use by these objects: %s" +msgstr "这个共享不能被删除,因为仍然被 %d 个用户使用:" + +#: include/utils/class_msgPool.inc:510 #, php-format -msgid "File '%s' does not exist!" +msgid "File %s does not exist!" msgstr "" -#: include/utils/class_msgPool.inc:524 +#: include/utils/class_msgPool.inc:516 #, fuzzy, php-format -msgid "Cannot open file '%s' for reading!" +msgid "Cannot open file %s for reading!" msgstr "无法打开文件 '%s'。" -#: include/utils/class_msgPool.inc:530 +#: include/utils/class_msgPool.inc:522 #, fuzzy, php-format -msgid "Cannot open file '%s' for writing!" +msgid "Cannot open file %s for writing!" msgstr "无法打开文件 '%s'。" -#: include/utils/class_msgPool.inc:536 -#, php-format +#: include/utils/class_msgPool.inc:528 +#, fuzzy, php-format msgid "" -"The value for '%s' is currently unconfigured or invalid, please check your " +"The value for %s is currently unconfigured or invalid, please check your " "configuration file!" -msgstr "" +msgstr "无法连接到指定数据库,请检查您 glpi 设置。" -#: include/utils/class_msgPool.inc:542 +#: include/utils/class_msgPool.inc:534 #, fuzzy, php-format -msgid "Cannot delete file '%s'!" +msgid "Cannot delete file %s!" msgstr "无法打开文件 '%s'。" -#: include/utils/class_msgPool.inc:548 +#: include/utils/class_msgPool.inc:540 #, fuzzy, php-format -msgid "Cannot create folder '%s'!" +msgid "Cannot create folder %s!" msgstr "转到根部门" -#: include/utils/class_msgPool.inc:554 +#: include/utils/class_msgPool.inc:546 #, fuzzy, php-format -msgid "Cannot delete folder '%s'!" +msgid "Cannot delete folder %s!" msgstr "无法打开文件 '%s'。" -#: include/utils/class_msgPool.inc:560 +#: include/utils/class_msgPool.inc:552 #, fuzzy, php-format msgid "Checking for %s support" msgstr "检查 iconv 支持" -#: include/utils/class_msgPool.inc:566 +#: include/utils/class_msgPool.inc:558 #, php-format msgid "Install and activate the %s PHP module." msgstr "" -#: include/utils/class_msgPool.inc:572 +#: include/utils/class_msgPool.inc:564 #, php-format msgid "" -"Cannot initialize class '%s'! Maybe there is a plugin missing in your gosa " +"Cannot initialize class %s! Maybe there is a plugin missing in your gosa " "setup?" msgstr "" -#: include/utils/class_msgPool.inc:578 +#: include/utils/class_msgPool.inc:570 msgid "" -"The supplied base is not valid and has been reset to the previous value!" +"The supplied base is not valid and has been reset to its previous value!" msgstr "" -#: include/utils/class_xml.inc:48 -#, fuzzy -msgid "in" -msgstr "首页" - -#: include/utils/class_xml.inc:50 -#, fuzzy -msgid "on line" -msgstr "继续" - #: include/utils/class_xml.inc:51 #, fuzzy msgid "XML error" @@ -6053,7 +6068,7 @@ msgid "Certificate is empty!" msgstr "证书" #: include/class_certificate.inc:100 -msgid "Cannot load certificate - only PEM/DER is supported!" +msgid "Cannot load certificate: only PEM and DER are supported!" msgstr "" #: include/class_certificate.inc:115 @@ -6066,19 +6081,19 @@ msgid "No valid certificate loaded!" msgstr "无有效证书加载" #: include/functions_helpviewer.inc:45 -#, php-format -msgid "XML error in guide.xml: %s at line %d" +#, fuzzy, php-format +msgid "XML error in guide.xml: %s at line %s" msgstr "XML 出错于 guide.xml: %s ,行 %d" #: include/functions_helpviewer.inc:88 msgid "No help available for this plugin." msgstr "此插件没有可用帮助信息。" -#: include/functions_helpviewer.inc:97 html/helpviewer.php:194 +#: include/functions_helpviewer.inc:97 html/helpviewer.php:193 msgid "previous" msgstr "上一个" -#: include/functions_helpviewer.inc:101 html/helpviewer.php:198 +#: include/functions_helpviewer.inc:101 html/helpviewer.php:197 msgid "next" msgstr "下一个" @@ -6087,7 +6102,7 @@ msgstr "下一个" msgid "%s results for your search with the keyword %s" msgstr "%s 结果当您查找关键字 %s" -#: include/functions_helpviewer.inc:462 +#: include/functions_helpviewer.inc:461 #, php-format msgid "%s%% hit rate in file %s" msgstr "%s%% 点击率于文件 %s" @@ -6097,16 +6112,33 @@ msgstr "%s%% 点击率于文件 %s" msgid "Search filter" msgstr "参数" +#: include/class_filter.inc:444 +#, fuzzy +msgid "Search in subtrees" +msgstr "在子树中查找" + #: include/class_filter.inc:449 #, fuzzy msgid "Edit filters" msgstr "编辑证书" -#: include/class_userFilterEditor.inc:251 +#: include/class_SnapshotHandler.inc:45 include/class_SnapshotHandler.inc:76 +#, php-format +msgid "" +"The snapshot functionality is enabled but the required variable %s is not " +"set!" +msgstr "" + +#: include/class_SnapshotHandler.inc:58 #, php-format msgid "" -"Please check your filter #%s. You have '%s' opening and '%s' closing " -"brackets!" +"The snapshot functionality is enabled but the required PHP compression " +"module is missing: %s!" +msgstr "" + +#: include/class_userFilterEditor.inc:251 +#, php-format +msgid "Error in filter #%s: %s opening and %s closing brackets detected!" msgstr "" #: include/class_acl.inc:28 @@ -6114,210 +6146,271 @@ msgstr "" msgid "Manage access control lists" msgstr "访问选项" -#: include/class_acl.inc:125 include/class_acl.inc:607 -#: include/class_acl.inc:1023 +#: include/class_acl.inc:125 include/class_acl.inc:609 +#: include/class_acl.inc:1025 #, fuzzy, php-format msgid "All users" msgstr "用户" -#: include/class_acl.inc:227 -msgid "Reset ACLs" -msgstr "" - -#: include/class_acl.inc:232 include/class_acl.inc:235 -msgid "Use ACL defined in role" -msgstr "" - -#: include/class_acl.inc:253 +#: include/class_acl.inc:252 #, fuzzy msgid "Section" msgstr "行动" -#: include/class_acl.inc:263 +#: include/class_acl.inc:262 #, fuzzy msgid "Used" msgstr "用户" -#: include/class_acl.inc:568 +#: include/class_acl.inc:570 msgid "No ACL settings for this category!" msgstr "" -#: include/class_acl.inc:571 +#: include/class_acl.inc:573 #, php-format -msgid "Contains ACLs for these objects: %s" +msgid "ACLs for: %s" msgstr "" -#: include/class_acl.inc:577 include/class_acl.inc:581 +#: include/class_acl.inc:579 include/class_acl.inc:583 #, fuzzy msgid "category ACL" msgstr "分类" -#: include/class_acl.inc:634 +#: include/class_acl.inc:635 #, php-format -msgid "Edit ACL for '%s' - scope is '%s'" +msgid "Edit ACL for '%s' with scope '%s'" msgstr "" -#: include/class_acl.inc:799 include/class_acl.inc:806 +#: include/class_acl.inc:797 include/class_acl.inc:804 #, fuzzy msgid "Show/hide advanced settings" msgstr "高级电话设置" -#: include/class_acl.inc:817 +#: include/class_acl.inc:815 #, fuzzy msgid "Create objects" msgstr "创建新 FAI 对象" -#: include/class_acl.inc:818 +#: include/class_acl.inc:816 #, fuzzy msgid "Move objects" msgstr "成员对象" -#: include/class_acl.inc:819 +#: include/class_acl.inc:817 #, fuzzy msgid "Remove objects" msgstr "成员对象" -#: include/class_acl.inc:821 -#, fuzzy -msgid "Grant permission to owner" -msgstr "无法创建文件 '%s'。" - -#: include/class_acl.inc:825 include/class_acl.inc:930 -#: include/class_acl.inc:934 -msgid "read" -msgstr "读" - -#: include/class_acl.inc:826 include/class_acl.inc:932 -#: include/class_acl.inc:935 -msgid "write" -msgstr "写" - -#: include/class_acl.inc:830 +#: include/class_acl.inc:828 #, fuzzy msgid "Complete object" msgstr "成员对象" -#: include/class_acl.inc:974 +#: include/class_acl.inc:976 #, fuzzy, php-format msgid "Unkown ACL type '%s'!" msgstr "未知 FAIstate %s" -#: include/class_acl.inc:1019 +#: include/class_acl.inc:1021 #, fuzzy, php-format msgid "Unknown entry '%s'!" msgstr "未知 FAIstate %s" -#: include/class_acl.inc:1083 include/class_acl.inc:1085 +#: include/class_acl.inc:1085 include/class_acl.inc:1087 #, fuzzy, php-format -msgid "Role: %s" -msgstr "角色" +msgid "ACL role: %s" +msgstr "MAC 地址" -#: include/class_acl.inc:1085 +#: include/class_acl.inc:1087 #, fuzzy -msgid "unknown role" +msgid "unknown ACL role" msgstr "! 未知 id" -#: include/class_acl.inc:1093 +#: include/class_acl.inc:1095 #, php-format msgid "Contains settings for these objects: %s" msgstr "" -#: include/class_acl.inc:1110 +#: include/class_acl.inc:1112 #, fuzzy msgid "inactive" msgstr "活动" -#: include/class_acl.inc:1110 +#: include/class_acl.inc:1112 #, fuzzy msgid "No members" msgstr "组成员" -#: include/class_acl.inc:1280 +#: include/class_acl.inc:1283 #, fuzzy msgid "Access control list" msgstr "访问选项" -#: include/class_acl.inc:1285 +#: include/class_acl.inc:1289 #, fuzzy msgid "ACL roles" msgstr "MAC 地址" -#: include/class_acl.inc:1288 +#: include/class_acl.inc:1292 #, fuzzy msgid "ACL Entries" msgstr "添加分类" #: include/class_tabs.inc:57 #, fuzzy, php-format -msgid "" -"No plugin definitions found to initialize '%s', please check your " -"configuration file." +msgid "No plugin definition for %s found: please check the configuration file!" msgstr "无法连接到指定数据库,请检查您 glpi 设置。" -#: include/class_tabs.inc:241 -#, php-format -msgid "Delete process has been canceled by plugin '%s': %s" +#: include/class_tabs.inc:249 +#, fuzzy, php-format +msgid "Delete process has been canceled by plugin %s: %s" msgstr "删除进程被插件 '%s' 取消: %s" -#: include/class_tabs.inc:379 +#: include/class_tabs.inc:387 msgid "References" msgstr "参考" -#: include/class_listing.inc:537 +#: include/class_listing.inc:319 +#, fuzzy +msgid "Select all" +msgstr "选择" + +#: include/class_listing.inc:578 #, fuzzy msgid "created by" msgstr "创建" -#: include/class_listing.inc:1016 include/class_listing.inc:1018 -msgid "Go up one department" -msgstr "向上跳转一个部门" +#: include/class_listing.inc:1057 include/class_listing.inc:1059 +msgid "Go to preceding level" +msgstr "" -#: include/class_listing.inc:1024 include/class_listing.inc:1026 -msgid "Go to users department" -msgstr "转到用户部门" +#: include/class_listing.inc:1065 include/class_listing.inc:1067 +msgid "Go to current users level" +msgstr "" -#: include/class_listing.inc:1031 +#: include/class_listing.inc:1072 msgid "Reload list" msgstr "重新加载列表" -#: include/class_listing.inc:1397 include/class_plugin.inc:1960 +#: include/class_listing.inc:1444 #, fuzzy msgid "Copy" msgstr "复制" -#: include/class_listing.inc:1403 include/class_plugin.inc:1964 +#: include/class_listing.inc:1450 #, fuzzy msgid "Cut" msgstr "剪切" -#: include/class_listing.inc:1436 include/class_plugin.inc:1918 +#: include/class_listing.inc:1483 msgid "Cut this entry" msgstr "剪切条目" -#: include/class_listing.inc:1445 include/class_plugin.inc:1926 +#: include/class_listing.inc:1492 msgid "Copy this entry" msgstr "拷贝条目" -#: include/class_listing.inc:1477 include/class_listing.inc:1479 +#: include/class_listing.inc:1524 include/class_listing.inc:1526 #, fuzzy msgid "Restore snapshots" msgstr "删除记录" -#: include/class_listing.inc:1493 +#: include/class_listing.inc:1540 #, fuzzy msgid "Export list" msgstr "导出" -#: include/class_listing.inc:1527 include/class_SnapShotDialog.inc:145 -#: include/class_plugin.inc:1892 +#: include/class_listing.inc:1574 include/class_SnapShotDialog.inc:141 msgid "Restore snapshot" msgstr "" -#: include/class_listing.inc:1535 include/class_plugin.inc:1900 +#: include/class_listing.inc:1582 #, fuzzy -msgid "Create a new snapshot from this object" +msgid "Create new snapshot for this object" msgstr "创建新 FAI 对象" +#: include/class_configRegistry.inc:188 +#, php-format +msgid "%s has version %s but %s is required!" +msgstr "" + +#: include/class_configRegistry.inc:243 +msgid "" +"Plugins that require one or more of the object classes above will be " +"disabled until the object classes get updated." +msgstr "" + +#: include/class_configRegistry.inc:245 +#, fuzzy +msgid "Schema validation error" +msgstr "Nagios 鉴权" + +#: include/class_configRegistry.inc:656 +#, php-format +msgid "" +"The value '%s' specified for '%s:%s' is invalid. A bool value is required " +"here!" +msgstr "" + +#: include/class_configRegistry.inc:671 +#, php-format +msgid "" +"The value '%s' specified for '%s:%s' is invalid. A string value is required " +"here!" +msgstr "" + +#: include/class_configRegistry.inc:686 +#, php-format +msgid "" +"The value '%s' specified for '%s:%s' is invalid. A numeric value is required " +"here!" +msgstr "" + +#: include/class_configRegistry.inc:701 +#, php-format +msgid "The path '%s' specified for '%s:%s' is invalid!" +msgstr "" + +#: include/class_configRegistry.inc:717 include/class_configRegistry.inc:739 +#, fuzzy, php-format +msgid "The folder '%s' specified for '%s:%s' does not exists!" +msgstr "命令 '%s',作为插件 '%s' 的 CHECK hook 好像并不存在。" + +#: include/class_configRegistry.inc:722 +#, php-format +msgid "The folder '%s' specified for '%s:%s' cannot be used for reading!" +msgstr "" + +#: include/class_configRegistry.inc:744 +#, php-format +msgid "The folder '%s' specified for '%s:%s' cannot be used for writing!" +msgstr "" + +#: include/class_configRegistry.inc:762 +#, fuzzy, php-format +msgid "The file '%s' specified for '%s:%s' does not exists!" +msgstr "命令 '%s',作为插件 '%s' 的 CHECK hook 好像并不存在。" + +#: include/class_configRegistry.inc:767 +#, php-format +msgid "The file '%s' specified for '%s:%s' cannot be read!" +msgstr "" + +#: include/class_configRegistry.inc:783 +#, php-format +msgid "The command '%s' specified for '%s:%s' is invalid!" +msgstr "" + +#: include/class_configRegistry.inc:798 +#, fuzzy, php-format +msgid "The dn '%s' specified for '%s:%s' is invalid!" +msgstr "'UID' 赋值无效。" + +#: include/class_configRegistry.inc:813 +#, php-format +msgid "The rdn '%s' specified for '%s:%s' is invalid!" +msgstr "" + #: include/class_SnapShotDialog.inc:55 #, fuzzy msgid "Date" @@ -6325,15 +6418,15 @@ msgstr "粘贴" #: include/class_SnapShotDialog.inc:93 #, fuzzy, php-format -msgid "You're about to delete the snapshot '%s'." +msgid "You are about to delete the snapshot %s." msgstr "您将要删除宏 '%s'。" -#: include/class_SnapShotDialog.inc:146 +#: include/class_SnapShotDialog.inc:142 #, fuzzy -msgid "Remove snapshot" -msgstr "删除记录" +msgid "Delete snapshot" +msgstr "创建 nagios 账户" -#: include/class_SnapShotDialog.inc:147 include/class_SnapShotDialog.inc:165 +#: include/class_SnapShotDialog.inc:143 include/class_SnapShotDialog.inc:161 msgid "Y-m-d, H:i:s" msgstr "" @@ -6343,23 +6436,22 @@ msgstr "" #: include/class_ldap.inc:233 include/class_ldap.inc:266 #, php-format -msgid "LDAP performance is poor: last query took about %.2fs!" +msgid "LDAP performance is poor: last query took %.2fs!" msgstr "" #: include/class_ldap.inc:693 #, php-format -msgid "" -"Cannot automatically create subtrees with RDN '%s': no object class found!" +msgid "Cannot automatically create subtrees with RDN %s: no object class found" msgstr "" #: include/class_ldap.inc:744 #, php-format -msgid "Cannot automatically create subtrees with RDN '%s': not supported" +msgid "Cannot automatically create subtrees with RDN %s: not supported" msgstr "" #: include/class_ldap.inc:831 -#, php-format -msgid "while operating on '%s' using LDAP server '%s'" +#, fuzzy, php-format +msgid "while operating on %s using LDAP server %s" msgstr "当操作 '%s' 使用 LDAP 服务器 '%s' 时" #: include/class_ldap.inc:833 @@ -6367,361 +6459,1026 @@ msgstr "当操作 '%s' 使用 LDAP 服务器 '%s' 时" msgid "while operating on LDAP server %s" msgstr "当操作 LDAP 服务器 '%s' 时" -#: include/class_ldap.inc:1055 -#, php-format +#: include/class_ldap.inc:1006 +#, fuzzy, php-format msgid "" -"This is not a valid DN: '%s'. A block for import should begin with 'dn: ...' " -"in line %s" +"Invalid DN %s: block to be imported should start with 'dn: ...' in line %s" msgstr "这不是一条有效的 DN: '%s'。导入数据应该以 'dn:...' 开始于行 %s" -#: include/class_ldap.inc:1084 -#, php-format -msgid "Error while importing dn: '%s', please check your LDIF from line %s on!" +#: include/class_ldap.inc:1035 +#, fuzzy, php-format +msgid "Error while importing DN %s: please check LDIF from line %s on!" msgstr "导入 dn: '%s' 时错误,请从行 %s 开始检查您的 LDIF!" -#: include/php_setup.inc:103 +#: include/php_setup.inc:101 msgid "Generating this page caused the PHP interpreter to raise some errors!" msgstr "生成这个页面导致 PHP 解析器发生一些错误!" -#: include/php_setup.inc:108 -msgid "Send bug report to the GOsa Team" -msgstr "" - -#: include/php_setup.inc:108 +#: include/php_setup.inc:104 #, fuzzy msgid "Send bugreport" msgstr "发送者" -#: include/php_setup.inc:113 -msgid "Toggle information" -msgstr "切换信息" +#: include/php_setup.inc:108 +msgid "Toggle details" +msgstr "" -#: include/php_setup.inc:123 +#: include/php_setup.inc:117 msgid "PHP error" msgstr "PHP 错误" -#: include/php_setup.inc:142 +#: include/php_setup.inc:136 msgid "class" msgstr "类" -#: include/php_setup.inc:148 +#: include/php_setup.inc:142 msgid "function" msgstr "功能" -#: include/php_setup.inc:153 -msgid "static" -msgstr "静态" +#: include/php_setup.inc:147 +msgid "static" +msgstr "静态" + +#: include/php_setup.inc:151 +msgid "method" +msgstr "方法" + +#: include/php_setup.inc:184 +#, fuzzy +msgid "Traceback" +msgstr "跟踪" + +#: include/php_setup.inc:185 +msgid "File" +msgstr "文件" + +#: include/php_setup.inc:185 +msgid "Line" +msgstr "行" + +#: include/php_setup.inc:186 +msgid "Arguments" +msgstr "参数" + +#: include/class_pathNavigator.inc:86 +#, fuzzy +msgid "Welcome to GOsa" +msgstr "欢迎进入 Gosa 安装程序!" + +#: include/class_pluglist.inc:93 +msgid "The configuration format has changed: please run the setup again!" +msgstr "" + +#: include/class_pluglist.inc:229 +#, fuzzy +msgid "" +"You are currently editing a database entry. Do you want to discard the " +"changes?" +msgstr "您正在编辑一个数据项。您确认要丢弃当前的修改么?" + +#: include/class_pluglist.inc:329 +msgid "Back to main menu" +msgstr "" + +#: include/exporter/class_PDF.inc:24 +#, fuzzy +msgid "Page" +msgstr "呼机" + +#: include/exporter/class_pdfExporter.inc:18 +msgid "No PDF export possible: there is no FPDF library installed." +msgstr "" + +#: include/exporter/class_pdfExporter.inc:145 +msgid "PDF" +msgstr "" + +#: include/exporter/class_cvsExporter.inc:48 +msgid "CSV" +msgstr "" + +#: include/class_gosaSupportDaemon.inc:112 +msgid "GOsa support daemon" +msgstr "" + +#: include/class_gosaSupportDaemon.inc:787 +#, fuzzy +msgid "Cannot not parse XML!" +msgstr "太多用户,无法分配一个可用的 ID!" + +#: include/class_gosaSupportDaemon.inc:1184 +#, fuzzy, php-format +msgid "Cannot send abort event for entry %s!" +msgstr "无法创建文件 '%s'。" + +#: include/class_gosaSupportDaemon.inc:1204 +#, fuzzy, php-format +msgid "Cannot remove entry %s!" +msgstr "未知 FAIstate %s" + +#: include/class_management.inc:462 +#, fuzzy, php-format +msgid "You are not allowed to create a snapshot for %s!" +msgstr "您无权删除这个用户!" + +#: include/class_management.inc:509 include/class_management.inc:561 +#: include/class_management.inc:575 +#, fuzzy, php-format +msgid "You are not allowed to restore a snapshot for %s!" +msgstr "您无权删除这个用户!" + +#: include/class_management.inc:524 +#, fuzzy, php-format +msgid "You are not allowed to remove a snapshot for %s!" +msgstr "您无权删除这个用户!" + +#: include/class_management.inc:644 +#, php-format +msgid "" +"No tab definition for %s found in configuration file: cannot create plugin " +"instance!" +msgstr "" + +#: include/class_plugin.inc:526 +msgid "" +"The current object has been altered while beeing edited. If you save this " +"entry, changes that have been made by others will be discarded!" +msgstr "" + +#: include/class_plugin.inc:1327 +#, php-format +msgid "Changing ACL DN from %s to %s" +msgstr "" + +#: include/class_session.inc:76 include/class_session.inc:101 +#: include/class_session.inc:127 +#, fuzzy +msgid "Requested channel does not exist!" +msgstr "用户名 / UID 不唯一。请检查您的 LDAP 数据库。" + +#: html/helpviewer.php:64 +msgid "Help browser" +msgstr "帮助浏览器" + +#: html/helpviewer.php:118 +msgid "There is no helpfile specified for this class" +msgstr "此类没有帮助文件" + +#: html/helpviewer.php:268 +#, php-format +msgid "Helpdir '%s' is not accessible, can't read any helpfiles." +msgstr "帮助目录 '%s' 不能访问,无法读取任何帮助文件。" + +#: html/index.php:45 +#, php-format +msgid "Your browser (%s) is blacklisted for the current theme!" +msgstr "" + +#: html/index.php:72 +#, php-format +msgid "This session is not ecrypted. Click %s to enter an encrypted session." +msgstr "" + +#: html/index.php:72 +#, fuzzy +msgid "here" +msgstr "模板" + +#: html/index.php:78 +msgid "The configured session lifetime will be overridden by php.ini settings!" +msgstr "" + +#: html/index.php:157 html/password.php:61 +#, fuzzy, php-format +msgid "GOsa configuration %s/%s is not readable. Aborted." +msgstr "GOsa 配置 %s/gosa.conf 不可读取。退出。" + +#: html/index.php:179 +#, fuzzy +msgid "Smarty error" +msgstr "PHP 错误" + +#: html/index.php:179 html/password.php:86 html/setup.php:68 +#, fuzzy, php-format +msgid "Compile directory %s is not accessible!" +msgstr "目录 '%s' 作为编译目录无法访问!" + +#: html/index.php:202 +#, fuzzy +msgid "" +"Your browser has cookies disabled: please enable cookies and reload this " +"page before logging in!" +msgstr "您的浏览器已经禁用 cookies。请启用 cookies 并在登录前重新加载本页面!" + +#: html/index.php:233 +msgid "Broken HTTP authentication setup!" +msgstr "" + +#: html/index.php:241 +msgid "Cannot find a valid user for the current HTTP authentication!" +msgstr "" + +#: html/index.php:245 +#, fuzzy +msgid "Cannot find a unique user for the current HTTP authentication!" +msgstr "致命错误:无法找到一个未使用的标志来标记管理单元!" + +#: html/index.php:289 +msgid "Please specify a valid username!" +msgstr "请输入一个有效的用户名!" + +#: html/index.php:292 +msgid "Please specify your password!" +msgstr "请输入您的口令!" + +#: html/index.php:304 +#, fuzzy +msgid "Authentication error" +msgstr "Nagios 鉴权" + +#: html/index.php:304 +msgid "Cannot retrieve user information for HTTP authentication!" +msgstr "" + +#: html/index.php:311 html/password.php:252 +#, fuzzy +msgid "Please check the username/password combination!" +msgstr "请检查用户名/口令。" + +#: html/index.php:359 +#, fuzzy +msgid "Account locked. Please contact your system administrator!" +msgstr "账户锁定。请联系管理员。" + +#: html/password.php:180 +msgid "Error: Password method not available!" +msgstr "" + +#: html/password.php:216 +#, fuzzy +msgid "The values for 'New password' and 'Repeated new password' differ!" +msgstr "您输入的“新口令”和“重复新口令”不匹配。" + +#: html/password.php:228 +#, fuzzy +msgid "The password used as new and current are too similar!" +msgstr "输入的新口令和当前口令非常相似。" + +#: html/password.php:234 +#, fuzzy +msgid "The password used as new is to short!" +msgstr "输入的新口令太短了。" + +#: html/password.php:256 +#, fuzzy +msgid "You have no permissions to change your password!" +msgstr "您无权修改您的口令。" + +#: html/password.php:281 +#, fuzzy, php-format +msgid "External password changer reported a problem: %s" +msgstr "外部口令更改程序报告错误:" + +#: html/password.php:316 +msgid "Session will not be encrypted." +msgstr "会话不会被加密。" + +#: html/password.php:318 +msgid "Enter SSL session" +msgstr "进入 SSL 会话" + +#: html/setup.php:68 +#, fuzzy +msgid "Smarty" +msgstr "总结" + +#: html/main.php:159 +#, php-format +msgid "Cannot locate file %s - please run %s to fix this" +msgstr "" + +#: html/main.php:178 +#, fuzzy +msgid "PHP configuration" +msgstr "PHP 安装检查" + +#: html/main.php:179 +msgid "" +"FATAL: Register globals is active. Please fix this in order to continue." +msgstr "" + +#: html/main.php:239 +msgid "Running out of memory!" +msgstr "" + +#: html/main.php:299 +#, fuzzy +msgid "ACLs are disabled" +msgstr "禁用" + +#: html/main.php:299 html/main.php:301 +#, php-format +msgid "You're logged in as %s" +msgstr "" + +#: html/main.php:349 +#, fuzzy +msgid "Your password is about to expire, please change your password!" +msgstr "您的口令就要过期,请修改您的口令" + +#: html/main.php:359 +#, fuzzy +msgid "Plugin" +msgstr "于" + +#: html/main.php:360 +#, fuzzy, php-format +msgid "FATAL: Cannot find any plugin definitions for plugin %s!" +msgstr "警告: 没有发现针对插件 '%s' 的任何插件定义!" + +#: html/main.php:376 +#, fuzzy +msgid "Configuration Error" +msgstr "配置文件" + +#: html/main.php:377 +#, php-format +msgid "" +"FATAL: not all POST variables have been transfered by PHP - please inform " +"your administrator!" +msgstr "" + +#, fuzzy +#~ msgid "Processing" +#~ msgstr "允许" + +#, fuzzy +#~ msgid "Created" +#~ msgstr "创建" + +#, fuzzy +#~ msgid "No Content" +#~ msgstr "内容" + +#, fuzzy +#~ msgid "Reset Content" +#~ msgstr "内容" + +#, fuzzy +#~ msgid "Partial Content" +#~ msgstr "邮编" + +#, fuzzy +#~ msgid "Multi-Status" +#~ msgstr "状态" + +#, fuzzy +#~ msgid "See Other" +#~ msgstr "删除用户" + +#, fuzzy +#~ msgid "Not Modified" +#~ msgstr "不允许修改口令" + +#, fuzzy +#~ msgid "Use Proxy" +#~ msgstr "代理" + +#, fuzzy +#~ msgid "(reserviert)" +#~ msgstr "服务器" + +#, fuzzy +#~ msgid "Not Found" +#~ msgstr "不允许修改口令" + +#, fuzzy +#~ msgid "Method Not Allowed" +#~ msgstr "不允许修改口令" + +#, fuzzy +#~ msgid "Proxy Authentication Required" +#~ msgstr "Nagios 鉴权" + +#, fuzzy +#~ msgid "Gone" +#~ msgstr "无" + +#, fuzzy +#~ msgid "Precondition Failed" +#~ msgstr "配置文件" + +#, fuzzy +#~ msgid "Expectation Failed" +#~ msgstr "Mysql 查询失败。" + +#, fuzzy +#~ msgid "Locked" +#~ msgstr "用户列表" + +#, fuzzy +#~ msgid "Unordered Collection" +#~ msgstr "组设置" + +#, fuzzy +#~ msgid "Internal Server Error" +#~ msgstr "终端服务器" + +#, fuzzy +#~ msgid "Not Implemented" +#~ msgstr "不完整" + +#, fuzzy +#~ msgid "Service Unavailable" +#~ msgstr "服务器名称" + +#, fuzzy +#~ msgid "Gateway Time-out" +#~ msgstr "关闭" + +#, fuzzy +#~ msgid "GOsa settings 3/3" +#~ msgstr "用户设置" + +#, fuzzy +#~ msgid "Session lifetime must be a numeric value!" +#~ msgstr "需要的分值必须是数字。" + +#, fuzzy +#~ msgid "Maximum LDAP query time must be a numeric value!" +#~ msgstr "需要的分值必须是数字。" + +#, fuzzy +#~ msgid "To continue..." +#~ msgstr "安装继续..." + +#~ msgid "Samba settings" +#~ msgstr "Samba 设置" + +#, fuzzy +#~ msgid "Samba SID" +#~ msgstr "Samba" + +#, fuzzy +#~ msgid "RID base" +#~ msgstr "数据库" + +#, fuzzy +#~ msgid "Workstation container" +#~ msgstr "工作站名称" + +#, fuzzy +#~ msgid "Timezone" +#~ msgstr "用户时区" + +#, fuzzy +#~ msgid "Please choose your preferred timezone here" +#~ msgstr "首选语种" + +#, fuzzy +#~ msgid "Additional GOsa settings" +#~ msgstr "应用程序设置" + +#, fuzzy +#~ msgid "Government mode" +#~ msgstr "部门名称" + +#, fuzzy +#~ msgid "GOsa logging" +#~ msgstr "GOsa" + +#~ msgid "Mail settings" +#~ msgstr "邮件选项" + +#~ msgid "Mail method" +#~ msgstr "邮件方法" + +#, fuzzy +#~ msgid "Vacation templates" +#~ msgstr "工作站模板" + +#, fuzzy +#~ msgid "GOsa settings 2/3" +#~ msgstr "用户设置" + +#, fuzzy +#~ msgid "Customize special parameters" +#~ msgstr "检查参数" + +#, fuzzy +#~ msgid "Checking for invisible departments" +#~ msgstr "检查 iconv 支持" + +#, fuzzy +#~ msgid "Checking for invisible users" +#~ msgstr "检查 iconv 支持" + +#, fuzzy +#~ msgid "Checking for users outside the people tree" +#~ msgstr "检查 cups 模块" + +#, fuzzy +#~ msgid "Checking for groups outside the groups tree" +#~ msgstr "检查 cups 模块" + +#, fuzzy +#~ msgid "Checking for duplicated UID numbers" +#~ msgstr "检查函数 %s" + +#, fuzzy +#~ msgid "Checking for duplicate GID numbers" +#~ msgstr "检查函数 %s" + +#, fuzzy +#~ msgid "Checking for old style USB devices" +#~ msgstr "检查 iconv 支持" + +#, fuzzy +#~ msgid "Checking for old services that have to be migrated" +#~ msgstr "检查 cups 模块" + +#, fuzzy +#~ msgid "Checking for old style application menus" +#~ msgstr "检查函数 %s" + +#, fuzzy +#~ msgid "Found %s duplicate values for attribute 'uidNumber'." +#~ msgstr "发现记录类型 '%s' 有重复。" + +#, fuzzy +#~ msgid "Found %s duplicate values for attribute 'gidNumber'." +#~ msgstr "发现记录类型 '%s' 有重复。" + +#, fuzzy +#~ msgid "Move" +#~ msgstr "模式" + +#, fuzzy +#~ msgid "Cannot migrate department '%s':" +#~ msgstr "转到根部门" + +#, fuzzy +#~ msgid "GOsa 2.5 administrative accounts found: %s" +#~ msgstr "创建 netatalk 账号" + +#, fuzzy +#~ msgid "There is no valid GOsa 2.6 administrator account inside your LDAP." +#~ msgstr "创建 netatalk 账号" + +#, fuzzy +#~ msgid "Cannot move users to the requested department!" +#~ msgstr "选择放置部门的子树" + +#, fuzzy +#~ msgid "to" +#~ msgstr "停止" + +#, fuzzy +#~ msgid "Copy '%s' to '%s' failed:" +#~ msgstr "移动 '%s' 到 '%s'" + +#, fuzzy +#~ msgid "Updating '%s' failed: %s" +#~ msgstr "Logging DB 用户" + +#, fuzzy +#~ msgid "Theme" +#~ msgstr "模板" + +#, fuzzy +#~ msgid "Apache" +#~ msgstr "缓存" + +#, fuzzy +#~ msgid "People and group storage" +#~ msgstr "People dn attribute" + +#, fuzzy +#~ msgid "People DN attribute" +#~ msgstr "People dn attribute" + +#, fuzzy +#~ msgid "Group storage subtree" +#~ msgstr "忽略子树" + +#, fuzzy +#~ msgid "Automatic UIDs" +#~ msgstr "自动" + +#, fuzzy +#~ msgid "Number base for people/groups" +#~ msgstr "用户/组起始 ID" + +#, fuzzy +#~ msgid "Password settings" +#~ msgstr "用户设置" + +#, fuzzy +#~ msgid "Password encryption algorithm" +#~ msgstr "加密算法" + +#, fuzzy +#~ msgid "Password restrictions" +#~ msgstr "口令过期截止日" + +#, fuzzy +#~ msgid "Password change hook" +#~ msgstr "不允许修改口令" + +#, fuzzy +#~ msgid "Use account expiration" +#~ msgstr "账号过期于" + +#~ msgid "" +#~ "GOsa supports several encryption types for your passwords. Normally this " +#~ "is adjustable via user templates, but you can specify a default method to " +#~ "be used here, too." +#~ msgstr "" +#~ "GOsa 支持好几种口令加密算法。通常可以通过用户模板调整算法,但是在这里您可" +#~ "以定义一个缺省方法。" + +#, fuzzy +#~ msgid "" +#~ "GOsa always acts as admin and manages access rights internally. This is a " +#~ "workaround till OpenLDAP's in directory ACI's are fully implemented. " +#~ "For this to work, we need the admin DN and the corresponding password." +#~ msgstr "" +#~ "GOsa 总是作为 LDAP 管理员,并且管理内部权限。这是一个临时方案直到 " +#~ "OpenLDAP 目录 ACI 被完全实现。为了让其实现,我们需要管理员 DN 和正确的口" +#~ "令。" + +#~ msgid "" +#~ "Some basic LDAP parameters are tunable and affect the locations where " +#~ "GOsa saves people and groups, including the way accounts get created. " +#~ "Check the values below if the fit your needs." +#~ msgstr "" +#~ "有的基本的 LDAP 参数是可调的,并影响位置Gosa 保存用户和组的地方。包括账号" +#~ "创建的方式。点击下面的值如果它们不符合您的需要。" + +#, fuzzy +#~ msgid "" +#~ "GOsa has modular support for several mail methods. These methods provide " +#~ "interfaces to users mailboxes and general handling for quotas. You can " +#~ "choose the dummy plugin to leave all your mail settings untouched." +#~ msgstr "" +#~ "GOsa 通过模组支持几种邮件方法。这些方法提供用户邮箱的界面以及管理用户空" +#~ "间。您可以选择选择 dummy 插件以保持您的邮件设置不被更改。" + +#, fuzzy +#~ msgid "Enable primary group filter" +#~ msgstr "显示用户组" + +#, fuzzy +#~ msgid "Display summary in listings" +#~ msgstr "显示匹配的宏" + +#, fuzzy +#~ msgid "Honour administrative units" +#~ msgstr "组管理" + +#, fuzzy +#~ msgid "Smarty compile directory" +#~ msgstr "用户主目录" + +#, fuzzy +#~ msgid "Path for PPD storage" +#~ msgstr "口令存储" + +#, fuzzy +#~ msgid "Path for kiosk profile storage" +#~ msgstr "Kiosk profile 设置" + +#, fuzzy +#~ msgid "Mail queue script" +#~ msgstr "邮件队列" + +#, fuzzy +#~ msgid "Notification script" +#~ msgstr "主机通知周期" + +#, fuzzy +#~ msgid "Enable edit locking" +#~ msgstr "启用邮件扫描" + +#, fuzzy +#~ msgid "Enforce encrypted connections" +#~ msgstr "封锁加密归档" + +#, fuzzy +#~ msgid "Warn if session is not encrypted" +#~ msgstr "会话不会被加密。" + +#, fuzzy +#~ msgid "Remember dialog filter settings" +#~ msgstr "通用队列设置" + +#, fuzzy +#~ msgid "Session lifetime" +#~ msgstr "检测道会话冲突" + +#, fuzzy +#~ msgid "Debugging" +#~ msgstr "启用 debug" + +#, fuzzy +#~ msgid "Show PHP errors" +#~ msgstr "PHP 错误" + +#, fuzzy +#~ msgid "Maximum LDAP query time" +#~ msgstr "最大文件大小" + +#, fuzzy +#~ msgid "Debug level" +#~ msgstr "日志级别" + +#, fuzzy +#~ msgid "Disabled" +#~ msgstr "禁用" -#: include/php_setup.inc:157 -msgid "method" -msgstr "方法" +#, fuzzy +#~ msgid "Move selected workstations" +#~ msgstr "选择查看工作站" -#: include/php_setup.inc:190 -msgid "Trace" -msgstr "跟踪" +#, fuzzy +#~ msgid "Show changes" +#~ msgstr "显示软件包" -#: include/php_setup.inc:191 -msgid "File" -msgstr "文件" +#, fuzzy +#~ msgid "Move selected users into this people tree" +#~ msgstr "创建使用该模板的用户" -#: include/php_setup.inc:191 -msgid "Line" -msgstr "行" +#, fuzzy +#~ msgid "Migrate GOsa 2.5 administrative accounts" +#~ msgstr "创建 netatalk 账号" -#: include/php_setup.inc:192 -msgid "Arguments" -msgstr "参数" +#, fuzzy +#~ msgid "Abort" +#~ msgstr "端口" -#: include/class_pathNavigator.inc:69 #, fuzzy -msgid "Welcome to GOsa" -msgstr "欢迎进入 Gosa 安装程序!" +#~ msgid "Refresh" +#~ msgstr "参考" -#: include/class_pluglist.inc:74 -msgid "All objects in this category" -msgstr "" +#, fuzzy +#~ msgid "GOsa setup wizard" +#~ msgstr "GOsa 帮助浏览器" -#: include/class_pluglist.inc:99 -msgid "The configuration format has changed. Please re-run setup!" -msgstr "" +#, fuzzy +#~ msgid "Installation" +#~ msgstr "Windows 工作站" -#: include/exporter/class_PDF.inc:24 #, fuzzy -msgid "Page" -msgstr "呼机" +#~ msgid "GOsa settings 1/3" +#~ msgstr "用户设置" -#: include/exporter/class_pdfExporter.inc:18 -msgid "No PDF export possible: there is no FPDF library installed." -msgstr "" +#, fuzzy +#~ msgid "The specified value for '%s' must be a numeric value" +#~ msgstr "指定 '%s' 的值必须是数字类型。" -#: include/exporter/class_pdfExporter.inc:145 -msgid "PDF" -msgstr "" +#, fuzzy +#~ msgid "Uid base must be numeric" +#~ msgstr "超时必须填数字" -#: include/exporter/class_cvsExporter.inc:48 -msgid "CSV" -msgstr "" +#, fuzzy +#~ msgid "The given password minimum length is not numeric." +#~ msgstr "Sieve 端口应为数字。" -#: include/class_gosaSupportDaemon.inc:112 -msgid "GOsa support daemon" -msgstr "" +#, fuzzy +#~ msgid "The given password differ value is not numeric." +#~ msgstr "Sieve 端口应为数字。" -#: include/class_gosaSupportDaemon.inc:787 #, fuzzy -msgid "Cannot not parse XML!" -msgstr "太多用户,无法分配一个可用的 ID!" +#~ msgid "Login screen" +#~ msgstr "登录脚本" -#: include/class_gosaSupportDaemon.inc:1184 -#, fuzzy, php-format -msgid "Cannot send abort event for entry %s!" -msgstr "无法创建文件 '%s'。" +#, fuzzy +#~ msgid "" +#~ "Please use your username and your password to log into the site " +#~ "administration system." +#~ msgstr "请用您的用户名和口令登录" -#: include/class_gosaSupportDaemon.inc:1204 -#, fuzzy, php-format -msgid "Cannot remove entry %s!" -msgstr "未知 FAIstate %s" +#~ msgid "Directory" +#~ msgstr "目录" -#: include/class_management.inc:459 include/class_plugin.inc:1434 -#, fuzzy, php-format -msgid "You are not allowed to create a snapshot for %s." -msgstr "您无权删除这个用户!" +#~ msgid "Sign in" +#~ msgstr "登录" -#: include/class_management.inc:506 include/class_management.inc:543 -#: include/class_management.inc:557 include/class_plugin.inc:1446 -#: include/class_plugin.inc:1461 include/class_plugin.inc:1474 -#, fuzzy, php-format -msgid "You are not allowed to restore a snapshot for %s." -msgstr "您无权删除这个用户!" +#~ msgid "" +#~ "This may be used by several groups. Please double check if your really " +#~ "want to do this since there is no way for GOsa to get your data back." +#~ msgstr "" +#~ "这可能被好几个组使用。请再次检查您是否要这么做,因为 GOsa 没有办法将您的数" +#~ "据找回。" -#: include/class_management.inc:616 -#, php-format -msgid "" -"No tab declaration for '%s' found in your configuration file. Cannot create " -"plugin instance!" -msgstr "" +#~ msgid "" +#~ "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." +#~ msgstr "所以,如果您确定,请按“删除”继续,否则按“取消”退出。" -#: include/class_plugin.inc:527 -msgid "" -"The object has changed since opened in GOsa. All changes that may be done by " -"others get lost if you save this entry!" -msgstr "" +#~ msgid "Main" +#~ msgstr "首页" -#: include/class_plugin.inc:1690 -msgid "Changing ACL dn" -msgstr "" +#~ msgid "Help" +#~ msgstr "帮助" + +#~ msgid "Sign out" +#~ msgstr "退出" -#: include/class_plugin.inc:1690 -msgid "from" -msgstr "从" +#~ msgid "Signed in:" +#~ msgstr "登录:" -#: include/class_plugin.inc:1874 include/class_plugin.inc:1876 #, fuzzy -msgid "Restore" -msgstr "仓库" +#~ msgid "Change your password" +#~ msgstr "修改口令" -#: include/class_plugin.inc:1899 #, fuzzy -msgid "Create snapshot" -msgstr "创建 nagios 账户" +#~ msgid "Success" +#~ msgstr "访问" -#: include/class_plugin.inc:1918 -msgid "cut" -msgstr "剪切" +#, fuzzy +#~ msgid "New password repeated" +#~ msgstr "新口令" -#: include/class_plugin.inc:1926 -msgid "copy" -msgstr "复制" +#, fuzzy +#~ msgid "Change" +#~ msgstr "频道" -#: include/class_session.inc:76 include/class_session.inc:101 -#: include/class_session.inc:127 #, fuzzy -msgid "Requested channel does not exist! Please contact your Administrator." -msgstr "用户名 / UID 不唯一。请检查您的 LDAP 数据库。" +#~ msgid "Click here to change your password" +#~ msgstr "点击这里来修改您的口令" -#: html/helpviewer.php:64 -msgid "Help browser" -msgstr "帮助浏览器" +#~ msgid "UNIX" +#~ msgstr "UNIX" -#: html/helpviewer.php:118 -msgid "There is no helpfile specified for this class" -msgstr "此类没有帮助文件" +#~ msgid "FTP" +#~ msgstr "FTP" -#: html/helpviewer.php:269 -#, php-format -msgid "Helpdir '%s' is not accessible, can't read any helpfiles." -msgstr "帮助目录 '%s' 不能访问,无法读取任何帮助文件。" +#~ msgid "Thin Client" +#~ msgstr "瘦客户机" -#: html/index.php:45 -#, php-format -msgid "Your browser (%s) is blacklisted for the current theme." -msgstr "" +#~ msgid "Object name" +#~ msgstr "对象名称" -#: html/index.php:70 -#, php-format -msgid "This session is not ecrypted. Click %s to enter an encrypted session." -msgstr "" +#~ msgid "This object has no relationship to other objects." +#~ msgstr "这个对象和其他对象没有关系。" + +#~ msgid "" +#~ "Changing the password affects your authentification on mail, proxy, samba " +#~ "and unix services." +#~ msgstr "修改口令将影响邮件,代理,samba,unix等的登录。" + +#~ msgid "" +#~ "(Some types of certificates are currently not supported and may be " +#~ "displayed as 'invalid'.)" +#~ msgstr "(目前有的种类的证书不支持,可能显示为“无效”)" -#: html/index.php:70 #, fuzzy -msgid "here" -msgstr "模板" +#~ msgid "User identification" +#~ msgstr "用户信息" -#: html/index.php:76 -msgid "" -"The session lifetime configured in your gosa.conf will be overridden by php." -"ini settings." -msgstr "" +#~ msgid "Personal picture" +#~ msgstr "个人图片" -#: html/index.php:156 html/password.php:61 -#, fuzzy, php-format -msgid "GOsa configuration %s/%s is not readable. Aborted." -msgstr "GOsa 配置 %s/gosa.conf 不可读取。退出。" +#, fuzzy +#~ msgid "In all groups" +#~ msgstr "显示邮件组" -#: html/index.php:177 #, fuzzy -msgid "Smarty error" -msgstr "PHP 错误" +#~ msgid "Not in all groups" +#~ msgstr "显示邮件组" -#: html/index.php:177 html/password.php:88 html/setup.php:66 -#, php-format -msgid "Directory '%s' specified as compile directory is not accessible!" -msgstr "目录 '%s' 作为编译目录无法访问!" +#, fuzzy +#~ msgid "! unknown UID" +#~ msgstr "! 未知 id" -#: html/index.php:228 -msgid "There is a problem with the authentication setup!" -msgstr "" +#, fuzzy +#~ msgid "All categories" +#~ msgstr "添加分类" -#: html/index.php:236 -msgid "Cannot find a valid user for the current authentication setup!" -msgstr "" +#, fuzzy +#~ msgid "Systems" +#~ msgstr "系统" -#: html/index.php:240 -msgid "User information is not unique accross the configured LDAP trees!" -msgstr "" +#~ msgid "Startup" +#~ msgstr "启动" -#: html/index.php:277 -msgid "Cannot detect information about the installed LDAP schema!" -msgstr "" +#~ msgid "FAI summary" +#~ msgstr "自动化安装说明" -#: html/index.php:290 #, fuzzy -msgid "Your LDAP setup contains old schema definitions:" -msgstr "您 LDAP 的设置包含老的 schema 定义。请重新执行安装。" +#~ msgid "Cannot bind to LDAP. Please contact the system administrator." +#~ msgstr "无法绑定 LDAP。请联系系统管理员。" -#: html/index.php:311 -msgid "Please specify a valid username!" -msgstr "请输入一个有效的用户名!" +#, fuzzy +#~ msgid "Password reset" +#~ msgstr "口令过期截止日" -#: html/index.php:314 -msgid "Please specify your password!" -msgstr "请输入您的口令!" +#~ msgid "Up" +#~ msgstr "上" -#: html/index.php:326 -#, fuzzy -msgid "Authentication error" -msgstr "Nagios 鉴权" +#~ msgid "Down" +#~ msgstr "关闭" -#: html/index.php:326 -msgid "Cannot retrieve user information for htaccess authentication!" -msgstr "" +#, fuzzy +#~ msgid "" +#~ "Username / UID is not unique inside the LDAP tree. Please contact your " +#~ "Administrator." +#~ msgstr "用户名 / UID 不唯一。请检查您的 LDAP 数据库。" -#: html/index.php:333 html/password.php:250 -msgid "Please check the username/password combination." -msgstr "请检查用户名/口令。" +#, fuzzy +#~ msgid "" +#~ "Cannot create locking information in LDAP tree. Please contact your " +#~ "administrator!" +#~ msgstr "无法获得 LDAP 数据库的锁信息。检查 gosa.conf 中的 'config' 条目!" -#: html/index.php:381 #, fuzzy -msgid "Account locked. Please contact your system administrator!" -msgstr "账户锁定。请联系管理员。" +#~ msgid "LDAP server returned: %s" +#~ msgstr "LDAP 服务器" -#: html/index.php:425 -msgid "" -"Your browser has cookies disabled. Please enable cookies and reload this " -"page before logging in!" -msgstr "您的浏览器已经禁用 cookies。请启用 cookies 并在登录前重新加载本页面!" +#, fuzzy +#~ msgid "" +#~ "Found multiple locks for object to be locked. This should not happen - " +#~ "cleaning up multiple references." +#~ msgstr "发现要锁定的对象由多个锁。这虽然不可能──清除多个引用。" -#: html/password.php:181 -msgid "Error: Password method not available!" -msgstr "" +#~ msgid "" +#~ "Set the new size limit to %s and show me this message if the limit still " +#~ "exceeds" +#~ msgstr "设置新的大小限制为 %s 并且如果限制依然超出还显示这条信息。" -#: html/password.php:254 -msgid "You have no permissions to change your password." -msgstr "您无权修改您的口令。" +#~ msgid "Apply filter" +#~ msgstr "应用过滤器" -#: html/password.php:279 -#, fuzzy, php-format -msgid "External password changer reported a problem: %s" -msgstr "外部口令更改程序报告错误:" +#~ msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" +#~ msgstr "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" -#: html/password.php:314 -msgid "Session will not be encrypted." -msgstr "会话不会被加密。" +#, fuzzy +#~ msgid "LDAP warning" +#~ msgstr "LDAP 管理" -#: html/password.php:316 -msgid "Enter SSL session" -msgstr "进入 SSL 会话" +#~ msgid "" +#~ "Command '%s', specified as POSTMODIFY for plugin '%s' doesn't seem to " +#~ "exist." +#~ msgstr "命令 '%s',作为插件 '%s' 的 POSTMODIFY 好像并不存在。" -#: html/setup.php:66 #, fuzzy -msgid "Smarty" -msgstr "总结" +#~ msgid "Select to list objects of type '%s'." +#~ msgstr "选择要添加的对象" -#: html/main.php:150 -#, php-format -msgid "Cannot locate file '%s' - please run '%s' to fix this" -msgstr "" +#, fuzzy +#~ msgid "Select to list objects containig '%s'." +#~ msgstr "选择查看包含用户的组" -#: html/main.php:169 #, fuzzy -msgid "PHP configuration" -msgstr "PHP 安装检查" +#~ msgid "Select to list objects that have '%s' enabled" +#~ msgstr "选择要添加的对象" -#: html/main.php:170 -msgid "" -"FATAL: Register globals is on. GOsa will refuse to login unless this is " -"fixed by an administrator." -msgstr "致命错误:全局注册已打开。GOsa 将拒绝登录直到被管理修正。" +#~ msgid "Select to search within subtrees" +#~ msgstr "选择在子树中查询" -#: html/main.php:230 -msgid "Running out of memory!" -msgstr "" +#, fuzzy +#~ msgid "in" +#~ msgstr "首页" -#: html/main.php:289 #, fuzzy -msgid "ACLs are disabled" -msgstr "禁用" +#~ msgid "on line" +#~ msgstr "继续" -#: html/main.php:289 html/main.php:291 -#, php-format -msgid "You're logged in as %s" -msgstr "" +#, fuzzy +#~ msgid "Role: %s" +#~ msgstr "角色" + +#~ msgid "Go up one department" +#~ msgstr "向上跳转一个部门" + +#~ msgid "Go to users department" +#~ msgstr "转到用户部门" -#: html/main.php:341 #, fuzzy -msgid "Your password is about to expire, please change your password!" -msgstr "您的口令就要过期,请修改您的口令" +#~ msgid "Remove snapshot" +#~ msgstr "删除记录" + +#~ msgid "Toggle information" +#~ msgstr "切换信息" + +#~ msgid "from" +#~ msgstr "从" -#: html/main.php:351 #, fuzzy -msgid "Plugin" -msgstr "于" +#~ msgid "Restore" +#~ msgstr "仓库" -#: html/main.php:352 -#, fuzzy, php-format -msgid "FATAL: Cannot find any plugin definitions for plugin '%s'!" -msgstr "警告: 没有发现针对插件 '%s' 的任何插件定义!" +#~ msgid "cut" +#~ msgstr "剪切" -#: html/main.php:367 #, fuzzy -msgid "Configuration Error" -msgstr "配置文件" +#~ msgid "Your LDAP setup contains old schema definitions:" +#~ msgstr "您 LDAP 的设置包含老的 schema 定义。请重新执行安装。" -#: html/main.php:368 -#, php-format -msgid "" -"FATAL: not all POST variables have been transfered by PHP - please inform " -"your administrator!" -msgstr "" +#~ msgid "" +#~ "FATAL: Register globals is on. GOsa will refuse to login unless this is " +#~ "fixed by an administrator." +#~ msgstr "致命错误:全局注册已打开。GOsa 将拒绝登录直到被管理修正。" #, fuzzy #~ msgid "Prpperties" @@ -6762,24 +7519,13 @@ msgstr "" #~ msgstr "" #~ "忽略这条信息将会修改/破坏您当前编辑的数据,所以请关闭多个窗口并重新登录。" -#~ msgid "Logout" -#~ msgstr "退出" - #~ msgid "External password changer reported a problem: " #~ msgstr "外部口令更改程序报告错误:" -#, fuzzy -#~ msgid "Session is not encrypted!" -#~ msgstr "会话不会被加密。" - #, fuzzy #~ msgid "You're going to edit the LDAP entry/entries %s" #~ msgstr "您将要拷贝条目 '%s'。" -#, fuzzy -#~ msgid "Filter" -#~ msgstr "过滤器" - #, fuzzy #~ msgid "Show department" #~ msgstr "显示部门" @@ -6898,9 +7644,6 @@ msgstr "" #~ "这可能是一个主要的用户组。请再次检查您是否要这么做,因为 GOsa 没有办法将您" #~ "的数据找回。" -#~ msgid "Show primary groups" -#~ msgstr "显示主要组" - #~ msgid "Show samba groups" #~ msgstr "显示 samba 用户组" @@ -6975,14 +7718,6 @@ msgstr "" #~ msgid "Group selection filter" #~ msgstr "组设置" -#, fuzzy -#~ msgid "List filter settings" -#~ msgstr "用户设置" - -#, fuzzy -#~ msgid "All" -#~ msgstr "全部" - #, fuzzy #~ msgid "Posix extension settings" #~ msgstr "Posix 设置" @@ -7164,10 +7899,6 @@ msgstr "" #~ msgid "functional groups" #~ msgstr "显示实用组" -#, fuzzy -#~ msgid "Not allowed" -#~ msgstr "不允许修改口令" - #, fuzzy #~ msgid "Number of listed groups" #~ msgstr "组名称" @@ -7183,10 +7914,6 @@ msgstr "" #~ msgid "templates" #~ msgstr "模板" -#, fuzzy -#~ msgid "GOsa object" -#~ msgstr "对象" - #, fuzzy #~ msgid "functional users" #~ msgstr "显示用户" @@ -7249,9 +7976,6 @@ msgstr "" #~ msgid "Regular expression for matching department names" #~ msgstr "匹配附件名称的正则表达式" -#~ msgid "Department management" -#~ msgstr "部门管理" - #, fuzzy #~ msgid "" #~ "This includes all system and setup informations. Please double check if " @@ -7345,10 +8069,6 @@ msgstr "" #~ msgid "Role name" #~ msgstr "重命名" -#, fuzzy -#~ msgid "Role description" -#~ msgstr "单元描述" - #, fuzzy #~ msgid "Override sudo role ou" #~ msgstr "! 未知 id" @@ -7364,10 +8084,6 @@ msgstr "" #~ msgid "add" #~ msgstr "添加" -#, fuzzy -#~ msgid "remove" -#~ msgstr "删除" - #~ msgid "You're about to delete the whole LDAP subtree placed under '%s'." #~ msgstr "您将要删除 '%s' 下的整个 LDAP 子树。" @@ -7406,9 +8122,6 @@ msgstr "" #~ msgid "Heimdal options" #~ msgstr "邮件选项" -#~ msgid "Hour" -#~ msgstr "小时" - #, fuzzy #~ msgid "Day" #~ msgstr "五月" @@ -7454,9 +8167,6 @@ msgstr "" #~ msgid "Common name" #~ msgstr "常用名" -#~ msgid "Server name" -#~ msgstr "服务器名称" - #~ msgid "Servers of %s on %s" #~ msgstr "%s服务器于%s" @@ -7493,9 +8203,6 @@ msgstr "" #~ msgid "Email address" #~ msgstr "邮件地址" -#~ msgid "Postal Code" -#~ msgstr "邮编" - #~ msgid "Title" #~ msgstr "称谓" @@ -7570,10 +8277,6 @@ msgstr "" #~ msgid "Host" #~ msgstr "钩子" -#, fuzzy -#~ msgid "Command" -#~ msgstr "和" - #, fuzzy #~ msgid "Run as user" #~ msgstr "域用户" @@ -7721,10 +8424,6 @@ msgstr "" #~ msgid "Show groups with '%s'" #~ msgstr "显示包含用户的组" -#, fuzzy -#~ msgid "server" -#~ msgstr "服务器" - #, fuzzy #~ msgid "Show %s user" #~ msgstr "显示 samba 用户" @@ -8247,10 +8946,6 @@ msgstr "" #~ msgid "Cannot find a DESC tag in file '%s'!" #~ msgstr "无法创建文件 '%s'。" -#, fuzzy -#~ msgid "Notification" -#~ msgstr "行业" - #, fuzzy #~ msgid "Notification plugin" #~ msgstr "主机通知选项" @@ -8263,10 +8958,6 @@ msgstr "" #~ msgid "Notification target" #~ msgstr "未安装证书" -#, fuzzy -#~ msgid "Recipients" -#~ msgstr "收件人" - #~ msgid "Message" #~ msgstr "信息" @@ -8347,9 +9038,6 @@ msgstr "" #~ msgid "Please enter a valid path in 'Home directory' field." #~ msgstr "请在“用户主目录”输入一个有效的地址。" -#~ msgid "Value specified as 'UID' is not valid." -#~ msgstr "'UID' 赋值无效。" - #~ msgid "Value specified as 'GID' is not valid." #~ msgstr "'GID' 赋值无效。" @@ -8542,10 +9230,6 @@ msgstr "" #~ msgid "Available targets" #~ msgstr "可用的应用程序" -#, fuzzy -#~ msgid "Show object groups" -#~ msgstr "对象组" - #, fuzzy #~ msgid "You are not allowed to delete this acl!" #~ msgstr "您无权删除这个宏!" @@ -8632,10 +9316,6 @@ msgstr "" #~ msgid "Packages" #~ msgstr "软件包" -#, fuzzy -#~ msgid "GOsa logs" -#~ msgstr "Syslog 服务" - #~ msgid "" #~ "Can't connect to glpi database, there is no mysl extension available in " #~ "your php setup." diff --git a/gosa-core/plugins/addons/dyngroup/classDynamicLdapGroup.inc b/gosa-core/plugins/addons/dyngroup/classDynamicLdapGroup.inc index a97000bc0..28ed6cd89 100644 --- a/gosa-core/plugins/addons/dyngroup/classDynamicLdapGroup.inc +++ b/gosa-core/plugins/addons/dyngroup/classDynamicLdapGroup.inc @@ -102,7 +102,7 @@ class DynamicLdapGroup extends plugin // At least one entry is required. if(!count($this->labeledURIparsed)){ - $messages[] = msgPool::required(_("Labeled Uri")); + $messages[] = msgPool::required(_("Labeled URI")); } // Check entries @@ -324,7 +324,7 @@ class DynamicLdapGroup extends plugin "plSection" => Array("addon"), "plCategory" => Array("groups", "department", "ogroups"), "plProvidedAcls" => array( - 'labeledURI' => _('labeledURI'), + 'labeledURI' => _('Labeled URI'), ) ); } diff --git a/gosa-core/plugins/addons/dyngroup/dyngroup.tpl b/gosa-core/plugins/addons/dyngroup/dyngroup.tpl index f3759ca86..7fcab4d02 100644 --- a/gosa-core/plugins/addons/dyngroup/dyngroup.tpl +++ b/gosa-core/plugins/addons/dyngroup/dyngroup.tpl @@ -1,6 +1,6 @@

{t}List of dynamic rules{/t}

- +
diff --git a/gosa-core/plugins/addons/propertyEditor/migration/class_migrateRDN.inc b/gosa-core/plugins/addons/propertyEditor/migration/class_migrateRDN.inc index 874970ddd..95f81672a 100644 --- a/gosa-core/plugins/addons/propertyEditor/migration/class_migrateRDN.inc +++ b/gosa-core/plugins/addons/propertyEditor/migration/class_migrateRDN.inc @@ -28,7 +28,7 @@ class migrateRDN implements propertyMigration //Set a dummy title and description if(empty($this->title)){ - $this->title = sprintf(_("GOsa migration of property '%s'"), $this->property->getName()); + $this->title = sprintf(_("Migration of property '%s'"), $this->property->getName()); } if(empty($this->description)){ $this->description = sprintf(_("GOsa has detected objects outside of the configured storage point (%s)."), $this->property->getValue(TRUE)); diff --git a/gosa-core/plugins/addons/propertyEditor/property-list.xml b/gosa-core/plugins/addons/propertyEditor/property-list.xml index 0c861a09e..f5b1cc63e 100644 --- a/gosa-core/plugins/addons/propertyEditor/property-list.xml +++ b/gosa-core/plugins/addons/propertyEditor/property-list.xml @@ -36,7 +36,7 @@ - + ldap all all diff --git a/gosa-core/plugins/admin/groups/class_group.inc b/gosa-core/plugins/admin/groups/class_group.inc index 9dbc14f09..54fff6518 100644 --- a/gosa-core/plugins/admin/groups/class_group.inc +++ b/gosa-core/plugins/admin/groups/class_group.inc @@ -1026,7 +1026,7 @@ class group extends plugin "name" => "ogroupRDN", "type" => "rdn", "default" => "ou=groups,", - "description" => _("The 'ogroupRDN' statement defines the location where new accounts will be created. The default is 'ou=groups,'."), + "description" => _("The 'ogroupRDN' statement defines the location where new object groups will be created. The default is 'ou=groups,'."), "check" => "gosaProperty::isRdn", "migrate" => "migrate_ogroupRDN", "group" => "plugin",
{t}Base{/t} {t}Scope{/t}