From 18ddf97c7467b397a389cbb0cec81cc7302c5fa0 Mon Sep 17 00:00:00 2001 From: janw Date: Thu, 21 Feb 2008 17:45:56 +0000 Subject: [PATCH] Fixed Translation Strings. Added German Translation (not done yet). git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9037 594d385d-05f5-0310-b6e9-bd551577e9d8 --- gosa-core/html/index.php | 2 +- gosa-core/include/class_log.inc | 2 +- gosa-core/include/utils/class_timezone.inc | 2 +- .../locale/core/de/LC_MESSAGES/messages.po | 9803 ++++++++------- .../locale/core/es/LC_MESSAGES/messages.po | 8349 ++++++------- .../locale/core/fr/LC_MESSAGES/messages.po | 9535 +++++++------- .../locale/core/it/LC_MESSAGES/messages.po | 8992 +++++++------ gosa-core/locale/core/messages.po | 6661 +++++----- .../locale/core/nl/LC_MESSAGES/messages.po | 9346 +++++++------- .../locale/core/pl/LC_MESSAGES/messages.po | 10410 ++++++++-------- .../locale/core/ru/LC_MESSAGES/messages.po | 9300 +++++++------- .../locale/core/zh/LC_MESSAGES/messages.po | 9660 +++++++------- .../admin/users/class_userManagement.inc | 2 +- gosa-core/setup/class_setupStep_Feedback.inc | 2 +- gosa-core/setup/class_setupStep_Finish.inc | 2 +- gosa-core/setup/class_setupStep_Migrate.inc | 2 +- gosa-core/setup/setup_config2.tpl | 2 +- gosa-core/setup/setup_language.tpl | 2 +- gosa-core/setup/setup_migrate.tpl | 4 +- 19 files changed, 40775 insertions(+), 41303 deletions(-) diff --git a/gosa-core/html/index.php b/gosa-core/html/index.php index 4312855b1..7aa0ca77b 100644 --- a/gosa-core/html/index.php +++ b/gosa-core/html/index.php @@ -215,7 +215,7 @@ if (isset($config->data['MAIN']['HTACCESS_AUTH']) && preg_match('/^(yes|true)$/i exit; } if ($server == ""){ - msg_dialog::display(_("Error"), _("User information is not uniq accross the configured LDAP trees!"), FATAL_ERROR_DIALOG); + msg_dialog::display(_("Error"), _("User information is not unique accross the configured LDAP trees!"), FATAL_ERROR_DIALOG); exit; } diff --git a/gosa-core/include/class_log.inc b/gosa-core/include/class_log.inc index 859b1c0f8..4f7376e51 100644 --- a/gosa-core/include/class_log.inc +++ b/gosa-core/include/class_log.inc @@ -141,7 +141,7 @@ class log { if(isset($this->config->data['SERVERS']['LOGGING'])){ $servers = $this->config->data['SERVERS']['LOGGING']; }else{ - msg_dialog::display(_("Error"), _("You have enabled the logging into mysql databse, but there are no logging servers available."), ERROR_DIALOG); + msg_dialog::display(_("Error"), _("You have enabled the logging into mysql database, but there are no logging servers available."), ERROR_DIALOG); return(FALSE); } diff --git a/gosa-core/include/utils/class_timezone.inc b/gosa-core/include/utils/class_timezone.inc index 8e6b4e7ac..7f2b9e379 100644 --- a/gosa-core/include/utils/class_timezone.inc +++ b/gosa-core/include/utils/class_timezone.inc @@ -48,7 +48,7 @@ class timezone { } if(!@date_default_timezone_set($tz)){ - msg_dialog::display(_("Configuration error"), sprintf(_("The timezone setting '%s' in your gosa.conf is not valid. Cannot calculate correct timezone offest."), $tz), ERROR_DIALOG); + msg_dialog::display(_("Configuration error"), sprintf(_("The timezone setting '%s' in your gosa.conf is not valid. Cannot calculate correct timezone offset."), $tz), ERROR_DIALOG); } $tz_delta = date("Z", $stamp); $tz_delta = $tz_delta / 3600 ; diff --git a/gosa-core/locale/core/de/LC_MESSAGES/messages.po b/gosa-core/locale/core/de/LC_MESSAGES/messages.po index 4a849a913..b937583ac 100644 --- a/gosa-core/locale/core/de/LC_MESSAGES/messages.po +++ b/gosa-core/locale/core/de/LC_MESSAGES/messages.po @@ -12,1191 +12,1166 @@ msgid "" msgstr "" "Project-Id-Version: messages\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-01-18 14:59+0100\n" -"PO-Revision-Date: 2007-06-18 15:08+0200\n" +"POT-Creation-Date: 2008-02-21 18:29+0100\n" +"PO-Revision-Date: 2008-02-21 18:44+0100\n" "Last-Translator: Cajus Pollmeier \n" "Language-Team: German \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" +"Content-Transfer-Encoding: 8bit" -#: contrib/gosa.conf:4 plugins/personal/password/class_password.inc:144 -#: plugins/personal/generic/class_user.inc:1413 -#: plugins/personal/posix/class_posixAccount.inc:1457 -msgid "My account" -msgstr "Mein Konto" +#: plugins/personal/password/class_password.inc:24 +#: plugins/personal/generic/paste_generic.tpl:20 setup/setup_config2.tpl:282 +#: setup/setup_config2.tpl:327 setup/setup_migrate.tpl:225 +#: ihtml/themes/default/password.tpl:39 ihtml/themes/default/login.tpl:45 +#: ihtml/themes/default/login.tpl:47 +msgid "Password" +msgstr "Passwort" -#: contrib/gosa.conf:41 -msgid "Administration" -msgstr "Administration" +#: plugins/personal/password/class_password.inc:25 +#: plugins/personal/posix/class_posixAccount.inc:17 +#: plugins/personal/generic/class_user.inc:17 +#: plugins/addons/notifications/class_msgplug.inc:7 +#: plugins/admin/acl/class_aclManagement.inc:25 +#: plugins/admin/acl/class_aclRole.inc:7 +#: plugins/admin/groups/class_groupManagement.inc:25 +#: plugins/admin/users/class_userManagement.inc:25 +#: plugins/admin/departments/class_departmentManagement.inc:25 +#: plugins/admin/ogroups/class_ogroupManagement.inc:25 include/class_acl.inc:7 +msgid "This does something" +msgstr "Dies tut etwas" -#: contrib/gosa.conf:88 -msgid "Addons" -msgstr "Zusätzliches" +#: plugins/personal/password/class_password.inc:77 +#: plugins/personal/password/class_password.inc:80 +#: plugins/personal/password/class_password.inc:83 +#: plugins/personal/password/class_password.inc:86 +#: plugins/personal/password/class_password.inc:89 +#: plugins/personal/password/class_password.inc:92 +#: plugins/personal/password/class_password.inc:106 +#: plugins/personal/password/class_password.inc:112 +#: plugins/personal/password/class_password.inc:140 +#: plugins/personal/generic/class_user.inc:1419 +msgid "User password" +msgstr "Benutzerpasswort" -#: contrib/gosa.conf:121 -#, fuzzy -msgid "ACL Role" -msgstr "ACL-Rollen" +#: plugins/personal/password/class_password.inc:78 +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." -#: contrib/gosa.conf:125 contrib/gosa.conf:149 contrib/gosa.conf:153 -#: contrib/gosa.conf:157 contrib/gosa.conf:162 contrib/gosa.conf:169 -#: contrib/gosa.conf:174 contrib/gosa.conf:178 contrib/gosa.conf:183 -#: contrib/gosa.conf:193 contrib/gosa.conf:207 contrib/gosa.conf:222 -#: contrib/gosa.conf:227 contrib/gosa.conf:232 contrib/gosa.conf:237 -#: contrib/gosa.conf:270 contrib/gosa.conf:274 -#: plugins/generic/references/class_reference.inc:20 -#: plugins/personal/generic/class_user.inc:16 -#: plugins/personal/generic/class_user.inc:1408 -#: plugins/personal/posix/generic.tpl:4 -#: plugins/addons/gotomasses/goto_task.tpl:4 -#: plugins/admin/ogroups/class_ogroup.inc:752 -#: plugins/admin/departments/class_departmentGeneric.inc:581 -#: plugins/admin/groups/class_groupGeneric.inc:992 setup/setup_feedback.tpl:46 -msgid "Generic" -msgstr "Allgemein" +#: plugins/personal/password/class_password.inc:81 +#: plugins/personal/generic/main.inc:80 +#: plugins/admin/users/class_userManagement.inc:189 html/password.php:195 +msgid "" +"The passwords you've entered as 'New password' and 'Repeated new password' " +"do not match." +msgstr "" +"Die Passwörter, die Sie als 'Neues Passwort' und 'Neues Passwort " +"(Wiederholung)' eingegeben haben sind nicht identisch." -#: contrib/gosa.conf:126 -msgid "Unix" -msgstr "Unix" +#: plugins/personal/password/class_password.inc:84 +#: plugins/personal/generic/main.inc:85 +#: plugins/admin/users/class_userManagement.inc:194 html/password.php:198 +msgid "The password you've entered as 'New password' is empty." +msgstr "" +"Das Passwort, welches Sie als 'Neues Passwort' eingegeben haben ist leer." -#: contrib/gosa.conf:127 contrib/gosa.conf:163 -#: plugins/admin/users/class_divListUsers.inc:240 -#: plugins/admin/ogroups/tabs_ogroups.inc:137 -#: plugins/admin/groups/class_divListGroup.inc:236 -msgid "Environment" -msgstr "Umgebung" +#: plugins/personal/password/class_password.inc:87 html/password.php:206 +msgid "The password used as new and current are too similar." +msgstr "Das alte und neue Passwort sind sich zu ähnlich." -#: contrib/gosa.conf:128 contrib/gosa.conf:165 -#: plugins/generic/references/class_reference.inc:24 -#: plugins/admin/users/class_divListUsers.inc:242 -#: plugins/admin/ogroups/class_divListOGroup.inc:228 -#: plugins/admin/ogroups/tabs_ogroups.inc:85 -#: plugins/admin/ogroups/tabs_ogroups.inc:223 -#: plugins/admin/groups/class_divListGroup.inc:228 -msgid "Mail" -msgstr "Mail" +#: plugins/personal/password/class_password.inc:90 html/password.php:211 +msgid "The password used as new is to short." +msgstr "" +"Das Passwort, welches Sie als 'Neues Passwort' eingegeben haben, ist zu kurz." -#: contrib/gosa.conf:129 plugins/generic/references/class_reference.inc:26 -#: plugins/generic/references/class_reference.inc:28 -#: plugins/admin/users/class_divListUsers.inc:248 -#: plugins/admin/groups/class_divListGroup.inc:230 -msgid "Samba" -msgstr "Samba" +#: plugins/personal/password/class_password.inc:93 +#, php-format +msgid "External password changer reported a problem: %s." +msgstr "Das externe Passwort-Änderungsprogramm hat einen Fehler gemeldet: %s." -#: contrib/gosa.conf:131 contrib/gosa.conf:134 -#: plugins/admin/users/class_divListUsers.inc:250 -msgid "Netatalk" -msgstr "Netatalk" +#: plugins/personal/password/class_password.inc:107 +msgid "" +"The password you've entered as your current password doesn't match the real " +"one." +msgstr "" +"Das Passwort, welches Sie als aktuelles Passwort eingegeben haben, ist nicht " +"korrekt." -#: contrib/gosa.conf:137 -msgid "Connectivity" -msgstr "Konnektivität" +#: plugins/personal/password/class_password.inc:113 +msgid "You have no permission to change your password." +msgstr "Sie haben keine Berechtigung Ihr Passwort zu ändern." -#: contrib/gosa.conf:138 plugins/personal/generic/multiple_generic.tpl:247 -#: plugins/personal/generic/multiple_generic.tpl:438 -#: plugins/personal/generic/generic.tpl:355 -#: plugins/personal/generic/generic.tpl:523 -#: plugins/admin/users/class_divListUsers.inc:246 -#: plugins/admin/departments/class_departmentGeneric.inc:600 -#: plugins/admin/departments/generic.tpl:91 html/getxls.php:222 -#: html/getxls.php:297 -msgid "Fax" -msgstr "Fax" +#: plugins/personal/password/class_password.inc:144 +#: plugins/personal/posix/class_posixAccount.inc:1484 +#: plugins/personal/generic/class_user.inc:1413 +msgid "My account" +msgstr "Mein Konto" -#: contrib/gosa.conf:139 plugins/generic/references/class_reference.inc:40 -#: plugins/personal/generic/multiple_generic.tpl:217 -#: plugins/personal/generic/multiple_generic.tpl:428 -#: plugins/personal/generic/generic.tpl:330 -#: plugins/personal/generic/generic.tpl:511 -#: plugins/admin/users/class_divListUsers.inc:244 -#: plugins/admin/ogroups/class_ogroupManagement.inc:455 -#: plugins/admin/departments/generic.tpl:83 -#: plugins/admin/groups/class_divListGroup.inc:234 -msgid "Phone" -msgstr "Telefon" +#: plugins/personal/password/nochange.tpl:2 +msgid "Password change not allowed" +msgstr "Passwort-Änderung ist nicht erlaubt" -#: contrib/gosa.conf:141 -#, fuzzy -msgid "Scalix" -msgstr "Speziell" +#: plugins/personal/password/nochange.tpl:6 +msgid "You are not allowed to change your password at this time" +msgstr "Sie haben keine Berechtigung, ihr Passwort zu ändern" -#: contrib/gosa.conf:144 -msgid "Nagios" -msgstr "Nagios" +#: 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 "" +"Um das Passwort zu ändern, benutzen Sie das untere Feld. Die Änderung wird " +"sofort wirksam. Bitte merken Sie sich das neue Passwort, da Sie sich ohne " +"dieses nicht mehr anmelden können." -#: contrib/gosa.conf:164 -msgid "Applications" -msgstr "Anwendungen" +#: 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." -#: contrib/gosa.conf:170 -msgid "Options" -msgstr "Optionen" +#: plugins/personal/password/password.tpl:13 +#: ihtml/themes/default/password.tpl:77 ihtml/themes/default/password.tpl:78 +msgid "Current password" +msgstr "Momentanes Passwort" -#: contrib/gosa.conf:179 -msgid "Parameter" -msgstr "Parameter" +#: plugins/personal/password/password.tpl:18 +#: plugins/personal/generic/password.tpl:7 plugins/admin/users/password.tpl:13 +#: ihtml/themes/default/password.tpl:81 ihtml/themes/default/password.tpl:82 +#: ihtml/themes/default/password.tpl:85 +msgid "New password" +msgstr "Neues Passwort" -#: contrib/gosa.conf:184 contrib/gosa.conf:194 contrib/gosa.conf:208 -#: plugins/admin/ogroups/tabs_ogroups.inc:111 -msgid "Startup" -msgstr "Start" +#: plugins/personal/password/password.tpl:23 +#: plugins/personal/generic/password.tpl:11 +#: plugins/admin/users/password.tpl:17 +msgid "Repeat new password" +msgstr "Neues Passwort (Wiederholung)" -#: contrib/gosa.conf:185 contrib/gosa.conf:209 -#: plugins/admin/ogroups/tabs_ogroups.inc:104 -msgid "Devices" -msgstr "Geräte" +#: plugins/personal/password/password.tpl:28 +#: ihtml/themes/default/password.tpl:89 +msgid "Password strength" +msgstr "Passwort-Stärke" -#: contrib/gosa.conf:186 contrib/gosa.conf:210 -#: plugins/generic/references/class_reference.inc:52 -#: plugins/admin/ogroups/class_ogroupManagement.inc:459 -msgid "Printer" -msgstr "Drucker" +#: plugins/personal/password/password.tpl:39 +#: plugins/personal/generic/password.tpl:17 +#: plugins/admin/users/password.tpl:30 +msgid "Set password" +msgstr "Passwort setzen" -#: contrib/gosa.conf:187 contrib/gosa.conf:201 contrib/gosa.conf:211 -#: ihtml/themes/default/msg_dialog.tpl:64 -#: ihtml/themes/default/msg_dialog.tpl:110 -#: ihtml/themes/default/MultiSelectWindow.tpl:44 -#: ihtml/themes/default/MultiSelectWindow.tpl:84 setup/setup_ldap.tpl:121 -msgid "Information" -msgstr "Information" +#: plugins/personal/password/password.tpl:41 +msgid "Clear fields" +msgstr "Felder löschen" -#: contrib/gosa.conf:189 contrib/gosa.conf:203 contrib/gosa.conf:218 -#: contrib/gosa.conf:223 contrib/gosa.conf:228 contrib/gosa.conf:233 -#: contrib/gosa.conf:238 -#, fuzzy -msgid "Inventory" -msgstr "Inventar hinzufügen" +#: plugins/personal/password/changed.tpl:3 +msgid "" +"You've successfully changed your password. Remember to change all programms " +"configured to use it as well." +msgstr "" +"Sie haben erfolgreich Ihr Passwort geändert. Bitte denken Sie daran alle " +"Programme anzupassen, die dieses Passwort auch benutzen." -#: contrib/gosa.conf:195 -msgid "Services" -msgstr "Dienste" +#: plugins/personal/password/changed.tpl:9 +#: plugins/personal/generic/main.inc:169 +#: plugins/admin/departments/dep_iframe.tpl:18 +#: plugins/admin/departments/class_departmentManagement.inc:444 +#: include/functions.inc:1509 setup/class_setup.inc:261 +#: setup/class_setup.inc:263 +msgid "Back" +msgstr "Zurück" -#: contrib/gosa.conf:197 contrib/gosa.conf:199 contrib/gosa.conf:214 -#: contrib/gosa.conf:216 -msgid "FAI summary" -msgstr "FAI Übersicht" +#: plugins/personal/password/main.inc:46 setup/setup_config1.tpl:136 +msgid "Password settings" +msgstr "Passwort-Einstellungen" -#: contrib/gosa.conf:287 -msgid "OGo" -msgstr "OGo" +#: plugins/personal/posix/posix_groups.tpl:6 +msgid "Select groups to add" +msgstr "Wählen Sie die hinzuzufügenden Gruppen" -#: contrib/gosa.conf:298 -msgid "Export" -msgstr "Export" +#: plugins/personal/posix/posix_groups.tpl:21 +#: plugins/admin/groups/group_objects.tpl:20 +#: plugins/admin/ogroups/ogroup_objects.tpl:20 +#: ihtml/themes/default/MultiSelectWindow.tpl:55 +#: ihtml/themes/default/MultiSelectWindow.tpl:95 +msgid "Filters" +msgstr "Filter" -#: contrib/gosa.conf:299 -msgid "Excel Export" -msgstr "Excel-Export" +#: plugins/personal/posix/posix_groups.tpl:32 +msgid "Display groups of department" +msgstr "Zeige Gruppen der Abteilung" -#: contrib/gosa.conf:300 plugins/addons/notifications/contents.tpl:54 -msgid "Import" -msgstr "Importieren" +#: plugins/personal/posix/posix_groups.tpl:35 +#: plugins/personal/posix/trust_machines.tpl:27 +#: plugins/admin/groups/group_objects.tpl:40 +#: plugins/admin/ogroups/ogroup_objects.tpl:42 +msgid "Choose the department the search will be based on" +msgstr "Wählen Sie die Abteilung, auf die die Suchfunktion angewandt wird" -#: contrib/gosa.conf:301 -msgid "CSV Import" -msgstr "CSV Import" +#: plugins/personal/posix/posix_groups.tpl:44 +msgid "Display groups matching" +msgstr "Zeige Gruppen, auf die zutrifft" -#: contrib/gosa.conf:306 contrib/gosa.conf:336 -msgid "Partitions" -msgstr "Partitionen" +#: plugins/personal/posix/posix_groups.tpl:48 +#: plugins/admin/groups/class_divListGroup.inc:76 +#: plugins/admin/ogroups/class_divListOGroup.inc:85 +msgid "Regular expression for matching group names" +msgstr "Regulärer Ausdruck zum Erkennen von Gruppennamen" -#: contrib/gosa.conf:310 contrib/gosa.conf:340 -msgid "Script" -msgstr "Skript" +#: plugins/personal/posix/posix_groups.tpl:55 +msgid "Display groups of user" +msgstr "Zeige Gruppen des Benutzers" -#: contrib/gosa.conf:314 contrib/gosa.conf:344 -msgid "Hooks" -msgstr "Hooks" +#: plugins/personal/posix/posix_groups.tpl:59 +#: plugins/admin/groups/class_divListGroup.inc:77 +msgid "User name of which groups are shown" +msgstr "Benutzername, dessen Gruppen angezeigt werden" -#: contrib/gosa.conf:318 contrib/gosa.conf:348 -msgid "Variables" -msgstr "Variablen" +#: plugins/personal/posix/posix_groups.tpl:68 +#: plugins/admin/groups/class_divListGroup.inc:73 +#: plugins/admin/users/class_divListUsers.inc:74 +#: plugins/admin/departments/class_divListDepartment.inc:53 +#: plugins/admin/ogroups/ogroup_objects.tpl:38 +#: plugins/admin/ogroups/class_divListOGroup.inc:82 +msgid "Search in subtrees" +msgstr "Suche in Teilbäumen" -#: contrib/gosa.conf:322 contrib/gosa.conf:352 -msgid "Templates" -msgstr "Vorlagen" +#: plugins/personal/posix/posix_groups.tpl:79 +#: plugins/personal/posix/paste_generic.tpl:61 +#: plugins/personal/posix/trust_machines.tpl:39 +#: plugins/personal/posix/generic.tpl:104 +#: plugins/personal/posix/generic.tpl:146 +#: plugins/personal/posix/generic.tpl:175 +#: plugins/admin/groups/group_objects.tpl:55 +#: plugins/admin/groups/generic.tpl:193 +#: plugins/admin/ogroups/ogroup_objects.tpl:54 +#: plugins/admin/ogroups/generic.tpl:51 +msgid "Add" +msgstr "Hinzufügen" -#: contrib/gosa.conf:326 contrib/gosa.conf:356 -msgid "Profiles" -msgstr "Profile" +#: plugins/personal/posix/posix_groups.tpl:81 +#: plugins/personal/posix/trust_machines.tpl:41 +#: plugins/personal/posix/main.inc:108 +#: plugins/personal/generic/password.tpl:19 +#: plugins/personal/generic/generic_picture.tpl:35 +#: plugins/personal/generic/generic_certs.tpl:94 +#: plugins/personal/generic/main.inc:161 plugins/admin/acl/tabs_acl.inc:63 +#: plugins/admin/acl/tabs_acl_role.inc:49 plugins/admin/acl/remove.tpl:17 +#: plugins/admin/acl/remove.tpl:21 plugins/admin/acl/acl_role.tpl:61 +#: plugins/admin/acl/acl_role.tpl:75 plugins/admin/groups/group_objects.tpl:57 +#: plugins/admin/groups/class_groupManagement.inc:472 +#: plugins/admin/groups/remove.tpl:18 plugins/admin/groups/remove.tpl:22 +#: plugins/admin/users/password.tpl:32 plugins/admin/users/template.tpl:50 +#: plugins/admin/users/remove.tpl:16 plugins/admin/users/remove.tpl:19 +#: plugins/admin/users/class_userManagement.inc:877 +#: plugins/admin/departments/dep_move_confirm.tpl:17 +#: plugins/admin/departments/remove.tpl:17 +#: plugins/admin/departments/remove.tpl:21 +#: plugins/admin/departments/class_departmentManagement.inc:409 +#: plugins/admin/ogroups/ogroup_objects.tpl:56 +#: plugins/admin/ogroups/class_ogroupManagement.inc:406 +#: plugins/admin/ogroups/remove.tpl:17 plugins/admin/ogroups/remove.tpl:21 +#: setup/setup_ldap.tpl:17 setup/setup_migrate.tpl:135 +#: setup/setup_migrate.tpl:186 setup/setup_migrate.tpl:251 +#: setup/setup_migrate.tpl:307 setup/setup_migrate.tpl:360 +#: ihtml/themes/default/copyPasteDialog.tpl:21 +#: ihtml/themes/default/islocked.tpl:15 ihtml/themes/default/remove.tpl:15 +#: ihtml/themes/default/acl.tpl:77 ihtml/themes/default/acl.tpl:91 +#: ihtml/themes/default/msg_dialog.tpl:79 +#: ihtml/themes/default/msg_dialog.tpl:134 +#: ihtml/themes/default/pwd_heimdal.tpl:200 +#: ihtml/themes/default/snapshotdialog.tpl:44 +#: ihtml/themes/default/snapshotdialog.tpl:89 +msgid "Cancel" +msgstr "Abbrechen" -#: contrib/gosa.conf:327 contrib/gosa.conf:357 -#: plugins/admin/ogroups/tabs_ogroups.inc:115 -#: plugins/admin/acl/class_divListACL.inc:54 -msgid "Summary" -msgstr "Übersicht" - -#: contrib/gosa.conf:331 contrib/gosa.conf:361 -msgid "Packages" -msgstr "Pakete" +#: plugins/personal/posix/posix_shadow.tpl:9 +msgid "User must change password on first login" +msgstr "Der Benutzer muss beim ersten Anmelden sein Passwort ändern" -#: contrib/gosa.conf:367 -msgid "System logs" -msgstr "Systemprotokolle" +#: plugins/personal/posix/posix_shadow.tpl:34 +msgid "Password expires on" +msgstr "Passwort läuft ab am" -#: contrib/gosa.conf:368 -#, fuzzy -msgid "GOsa logs" -msgstr "Protokoll-Dienst" +#: plugins/personal/posix/paste_generic.tpl:4 +msgid "Posix settings" +msgstr "UNIX-Einstellungen" -#: ihtml/themes/default/conflict.tpl:2 -msgid "Session conflict detected" -msgstr "Ein Sitzungskonflikt wurde festgestellt" +#: plugins/personal/posix/paste_generic.tpl:8 +#: plugins/personal/posix/generic.tpl:7 +#: plugins/personal/posix/class_posixAccount.inc:1490 +msgid "Home directory" +msgstr "Basisverzeichnis" -#: ihtml/themes/default/conflict.tpl:6 ihtml/themes/default/msg_dialog.tpl:62 -#: ihtml/themes/default/msg_dialog.tpl:108 ihtml/themes/default/remove.tpl:2 -#: ihtml/themes/default/islocked.tpl:6 -#: plugins/personal/posix/class_posixAccount.inc:803 -#: plugins/addons/gotomasses/remove.tpl:2 plugins/admin/users/remove.tpl:2 -#: plugins/admin/ogroups/remove.tpl:2 -#: plugins/admin/departments/dep_move_confirm.tpl:2 -#: plugins/admin/departments/remove.tpl:2 plugins/admin/acl/remove.tpl:2 -#: plugins/admin/groups/remove.tpl:2 setup/class_setupStep_Migrate.inc:211 -#: setup/class_setupStep_Migrate.inc:260 setup/class_setupStep_Migrate.inc:385 -#: setup/class_setupStep_Migrate.inc:460 setup/class_setupStep_Migrate.inc:596 -#: setup/class_setupStep_Migrate.inc:726 setup/setup_checks.tpl:32 -#: setup/setup_checks.tpl:93 include/class_tabs.inc:214 -#: include/functions.inc:686 include/functions.inc:2158 -#: include/functions.inc:2162 include/functions.inc:2168 html/password.php:282 -#: html/index.php:50 html/index.php:56 html/index.php:407 html/index.php:413 -msgid "Warning" -msgstr "Warnung" +#: plugins/personal/posix/paste_generic.tpl:23 +#: plugins/personal/posix/generic.tpl:52 +msgid "Force UID/GID" +msgstr "Erzwinge UID/GID" -#: ihtml/themes/default/conflict.tpl:6 -msgid "" -"Probably there's another active instance of your session. Multiple window " -"operation is technical not possible and heavily depends on the browser " -"you're using. Usage of different browsers at a time (i.e. IE and Mozilla) is " -"possible. Pressing the Logout button will close this session." -msgstr "" -"Vermutlich existiert eine andere aktive Instanz Ihrer Sitzung. Das Arbeiten " -"mit mehreren Fenstern ist technisch so nicht möglich und hängt stark vom " -"eingesetzten Browser ab. Die Verwendung unterschiedlicher Browser zur " -"gleichen Zeit (z.B. IE und Mozilla) ist möglich. Das Drücken von 'Abmelden' " -"schließt diese Sitzung." +#: plugins/personal/posix/paste_generic.tpl:28 +#: plugins/personal/posix/generic.tpl:56 html/getxls.php:287 +msgid "UID" +msgstr "UID" -#: ihtml/themes/default/conflict.tpl:10 -msgid "" -"Ignoring this message will change/destroy the data you're currently editing, " -"so please close multiple windows and log in again." -msgstr "" -"Falls Sie trotzdem fortfahren, können einige Daten der momentan bearbeiteten " -"Dialoge verlorengehen. Deshalb schließen Sie bitte die verschiedenen Fenster " -"und melden sich neu an." +#: plugins/personal/posix/paste_generic.tpl:37 +#: plugins/personal/posix/generic.tpl:67 +#: plugins/admin/groups/class_groupGeneric.inc:1008 +msgid "GID" +msgstr "GID" -#: ihtml/themes/default/conflict.tpl:14 -msgid "Logout" -msgstr "Abmelden" +#: plugins/personal/posix/paste_generic.tpl:47 +#: plugins/personal/posix/generic.tpl:82 +msgid "Group membership" +msgstr "Gruppenmitgliedschaft" -#: ihtml/themes/default/accountexpired.tpl:15 -msgid "Your Password has expired !! Choose a new Password" -msgstr "Ihr Passwort ist abgelaufen, geben Sie bitte ein neues Passwort ein" +#: plugins/personal/posix/paste_generic.tpl:54 +#: plugins/personal/posix/generic.tpl:84 +msgid "(Warning: more than 16 groups are not supported by NFS!)" +msgstr "(Warnung: mehr als 16 Gruppen werden von NFS nicht unterstützt!)" -#: ihtml/themes/default/accountexpired.tpl:23 -#: ihtml/themes/default/accountexpired.tpl:27 -msgid "Old Password" -msgstr "Altes Passwort" +#: plugins/personal/posix/paste_generic.tpl:62 +#: plugins/personal/posix/generic.tpl:107 +#: plugins/personal/posix/generic.tpl:149 +#: plugins/personal/posix/generic.tpl:178 plugins/admin/acl/remove.tpl:15 +#: plugins/admin/acl/remove.tpl:19 plugins/admin/groups/generic.tpl:195 +#: plugins/admin/groups/remove.tpl:16 plugins/admin/groups/remove.tpl:20 +#: plugins/admin/users/remove.tpl:15 plugins/admin/users/remove.tpl:18 +#: plugins/admin/departments/remove.tpl:15 +#: plugins/admin/departments/remove.tpl:19 +#: plugins/admin/ogroups/generic.tpl:54 plugins/admin/ogroups/remove.tpl:15 +#: plugins/admin/ogroups/remove.tpl:19 ihtml/themes/default/remove.tpl:13 +msgid "Delete" +msgstr "Entfernen" -#: ihtml/themes/default/accountexpired.tpl:32 -#: ihtml/themes/default/accountexpired.tpl:36 -msgid "New Password" -msgstr "Neues Passwort" +#: plugins/personal/posix/trust_machines.tpl:6 +msgid "Select systems to add" +msgstr "Wählen Sie die hinzuzufügenden Systeme" -#: ihtml/themes/default/accountexpired.tpl:41 -#: ihtml/themes/default/accountexpired.tpl:45 -msgid "Verify Password" -msgstr "Passwort überprüfen" +#: plugins/personal/posix/trust_machines.tpl:26 +msgid "Display systems of department" +msgstr "Zeige die Systeme der Abteilung" -#: ihtml/themes/default/accountexpired.tpl:51 -msgid "Change Password" -msgstr "Passwort ändern" +#: plugins/personal/posix/trust_machines.tpl:30 +msgid "Display systems matching" +msgstr "Zeige die Systeme, auf die das Folgende passt" -#: ihtml/themes/default/accountexpired.tpl:52 -msgid "Click here to Change your password" -msgstr "Hier klicken, um Ihr Passwort zu ändern" +#: plugins/personal/posix/trust_machines.tpl:31 +msgid "Regular expression for matching addresses" +msgstr "Regulärer Ausdruck zum Erkennen von Mail-Adressen" -#: ihtml/themes/default/login.tpl:9 -msgid "GOsa login screen" -msgstr "" +#: plugins/personal/posix/generic.tpl:4 +#: plugins/personal/generic/class_user.inc:16 +#: plugins/personal/generic/class_user.inc:1408 +#: plugins/admin/groups/class_groupGeneric.inc:992 +#: plugins/admin/departments/class_departmentGeneric.inc:560 +#: plugins/admin/ogroups/class_ogroup.inc:740 +#: plugins/generic/references/class_reference.inc:20 +#: setup/setup_feedback.tpl:46 +msgid "Generic" +msgstr "Allgemein" -#: ihtml/themes/default/login.tpl:25 -#, fuzzy -msgid "Login screen" -msgstr "Protokoll-Dienst" +#: plugins/personal/posix/generic.tpl:15 +#: plugins/personal/posix/class_posixAccount.inc:1491 +msgid "Shell" +msgstr "Shell" -#: ihtml/themes/default/login.tpl:32 -#, fuzzy -msgid "" -"Please use your username and your password to log into the site " -"administration system." -msgstr "Melden Sie sich bitte mit Ihrem Benutzernamen und Ihrem Passwort an" +#: plugins/personal/posix/generic.tpl:25 +msgid "Primary group" +msgstr "Primäre Gruppe" -#: ihtml/themes/default/login.tpl:40 ihtml/themes/default/login.tpl:42 -#: ihtml/themes/default/password.tpl:67 ihtml/themes/default/password.tpl:69 -#: plugins/admin/users/class_divListUsers.inc:61 -msgid "Username" -msgstr "Benutzername" +#: plugins/personal/posix/generic.tpl:36 +msgid "Status" +msgstr "Status" -#: ihtml/themes/default/login.tpl:45 ihtml/themes/default/login.tpl:47 -#: ihtml/themes/default/password.tpl:38 -#: plugins/personal/password/class_password.inc:24 -#: plugins/personal/generic/paste_generic.tpl:20 setup/setup_migrate.tpl:225 -#: setup/setup_config2.tpl:266 setup/setup_config2.tpl:311 -msgid "Password" -msgstr "Passwort" +#: plugins/personal/posix/generic.tpl:93 plugins/admin/groups/generic.tpl:179 +msgid "In all groups" +msgstr "In allen Gruppen" -#: ihtml/themes/default/login.tpl:50 ihtml/themes/default/login.tpl:51 -#: ihtml/themes/default/password.tpl:58 ihtml/themes/default/password.tpl:60 -msgid "Directory" -msgstr "Verzeichnis" +#: plugins/personal/posix/generic.tpl:97 plugins/admin/groups/generic.tpl:182 +msgid "Not in all groups" +msgstr "Nicht in allen Gruppen" -#: ihtml/themes/default/login.tpl:76 ihtml/themes/default/login.tpl:79 -msgid "Sign in" -msgstr "Anmelden" +#: plugins/personal/posix/generic.tpl:118 +msgid "Account" +msgstr "Konto" -#: ihtml/themes/default/login.tpl:77 -msgid "Click here to log in" -msgstr "Hier klicken zum Anmelden" +#: plugins/personal/posix/generic.tpl:125 +msgid "System trust" +msgstr "System-Vertrauen" -#: ihtml/themes/default/logout.tpl:5 -msgid "Your GOsa session has expired!" -msgstr "Die Gültigkeit ihrer GOsa-Sitzung ist abgelaufen!" +#: plugins/personal/posix/generic.tpl:127 +#: plugins/personal/posix/generic.tpl:155 +msgid "Trust mode" +msgstr "Vertrauens-Modus" -#: ihtml/themes/default/logout.tpl:7 -msgid "" -"The last interaction with the GOsa web interface has been some time ago in " -"the past. For security reasons, the session has been closed. To continue " -"with administrative tasks, please sign in again." -msgstr "" -"Die letzte in der Web-Applikation durchgeführte Aktion liegt einige Zeit in " -"der Vergangenheit. Aus Sicherheitsgründen wurde die Sitzung geschlossen. Um " -"mit der Administration fortzufahren, melden Sie sich bitte erneut an." +#: plugins/personal/posix/class_posixAccount.inc:16 +#: plugins/generic/references/class_reference.inc:22 +msgid "UNIX" +msgstr "UNIX" -#: ihtml/themes/default/logout.tpl:10 -msgid "Sign in again" -msgstr "Erneut anmelden" +#: plugins/personal/posix/class_posixAccount.inc:138 +msgid "expired" +msgstr "abgelaufen" -#: ihtml/themes/default/acl.tpl:2 plugins/admin/acl/acl_role.tpl:3 -msgid "Assigned ACLs for current entry" -msgstr "Zugewiesene ACLs für aktuellen Eintrag" +#: plugins/personal/posix/class_posixAccount.inc:140 +msgid "grace time active" +msgstr "Nachfrist aktiv" -#: ihtml/themes/default/acl.tpl:4 plugins/admin/acl/acl_role.tpl:44 -msgid "New ACL" -msgstr "Neue ACL" +#: plugins/personal/posix/class_posixAccount.inc:143 +msgid "active, password not changable" +msgstr "aktiv, Passwort kann nicht geändert werden" -#: ihtml/themes/default/acl.tpl:8 plugins/admin/acl/acl_role.tpl:49 -msgid "ACL type" -msgstr "ACL-Typ" +#: plugins/personal/posix/class_posixAccount.inc:145 +msgid "active, password expired" +msgstr "aktiv, Passwort abgelaufen" -#: ihtml/themes/default/acl.tpl:8 plugins/admin/acl/acl_role.tpl:49 -msgid "Select an acl type" -msgstr "Wählen Sie einen ACL-Typ" +#: plugins/personal/posix/class_posixAccount.inc:147 +msgid "active" +msgstr "aktiv" -#: ihtml/themes/default/acl.tpl:8 ihtml/themes/default/acl.tpl:20 -#: ihtml/themes/default/acl.tpl:75 ihtml/themes/default/acl.tpl:89 -#: plugins/addons/notifications/contents.tpl:12 -#: plugins/admin/users/class_userManagement.inc:874 -#: plugins/admin/ogroups/class_ogroupManagement.inc:403 -#: plugins/admin/acl/acl_role.tpl:49 plugins/admin/acl/acl_role.tpl:59 -#: plugins/admin/acl/acl_role.tpl:73 -#: plugins/admin/groups/class_groupManagement.inc:469 setup/setup_ldap.tpl:16 -#: setup/setup_migrate.tpl:133 setup/setup_migrate.tpl:184 -#: setup/setup_migrate.tpl:250 setup/setup_migrate.tpl:305 -#: setup/setup_migrate.tpl:358 -msgid "Apply" -msgstr "Anwenden" +#: plugins/personal/posix/class_posixAccount.inc:192 +msgid "unconfigured" +msgstr "unkonfiguriert" -#: ihtml/themes/default/acl.tpl:15 -msgid "Use members from" -msgstr "Verwende Mitglieder von" +#: plugins/personal/posix/class_posixAccount.inc:203 +msgid "automatic" +msgstr "automatisch" -#: ihtml/themes/default/acl.tpl:29 -msgid "Available members" -msgstr "Verfügbare Mitglieder" +#: plugins/personal/posix/class_posixAccount.inc:259 +msgid "This account has no unix extensions." +msgstr "Dieses Konto besitzt keine UNIX-Erweiterungen." -#: ihtml/themes/default/acl.tpl:30 -#: plugins/addons/notifications/contents.tpl:22 -msgid "List message possible targets" -msgstr "Zeige mögliche Empfänger dieser Nachricht" +#: plugins/personal/posix/class_posixAccount.inc:279 +#: plugins/personal/posix/class_posixAccount.inc:282 +msgid "Remove posix account" +msgstr "UNIX-Konto entfernen" -#: ihtml/themes/default/acl.tpl:41 html/getxls.php:121 html/getxls.php:284 -msgid "Members" -msgstr "Mitglieder" +#: plugins/personal/posix/class_posixAccount.inc:280 +msgid "" +"This account has unix features enabled. To disable them, you'll need to " +"remove the samba / environment account first." +msgstr "" +"Dieses Konto besitzt aktivierte UNIX-Erweiterungen. Um sie zu deaktivieren, " +"müssen Sie zunächst die Samba- und Umgebungserweiterungen deaktivieren." -#: ihtml/themes/default/acl.tpl:42 -#: plugins/addons/notifications/contents.tpl:34 -msgid "List message recipients" -msgstr "Zeige Nachrichtenempfänger" +#: plugins/personal/posix/class_posixAccount.inc:283 +msgid "" +"This account has posix features enabled. You can disable them by clicking " +"below." +msgstr "" +"Dieses Konto besitzt aktivierte UNIX-Erweiterungen. Sie können diese durch " +"einen Klick auf die untere Schaltfläche deaktivieren." -#: ihtml/themes/default/acl.tpl:55 plugins/admin/acl/acl_role.tpl:54 -msgid "List of available ACL categories" -msgstr "Liste verfügbarer ACL-Kategorien" - -#: ihtml/themes/default/acl.tpl:63 -msgid "ACLs for this object" -msgstr "ACLs für dieses Objekt" - -#: ihtml/themes/default/acl.tpl:69 -msgid "Available roles" -msgstr "Verfügbare Rollen" - -#: ihtml/themes/default/acl.tpl:77 ihtml/themes/default/acl.tpl:91 -#: 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:134 -#: ihtml/themes/default/pwd_heimdal.tpl:200 ihtml/themes/default/remove.tpl:15 -#: ihtml/themes/default/islocked.tpl:15 -#: ihtml/themes/default/copyPasteDialog.tpl:21 -#: plugins/personal/generic/generic_certs.tpl:94 -#: plugins/personal/generic/password.tpl:19 -#: plugins/personal/generic/main.inc:161 -#: plugins/personal/generic/generic_picture.tpl:35 -#: plugins/personal/posix/posix_groups.tpl:81 -#: plugins/personal/posix/main.inc:108 -#: plugins/personal/posix/trust_machines.tpl:41 -#: plugins/addons/gotomasses/goto_task.tpl:56 -#: plugins/addons/gotomasses/remove.tpl:19 -#: plugins/admin/users/class_userManagement.inc:877 -#: plugins/admin/users/remove.tpl:16 plugins/admin/users/remove.tpl:19 -#: plugins/admin/users/template.tpl:50 plugins/admin/users/password.tpl:23 -#: plugins/admin/ogroups/class_ogroupManagement.inc:406 -#: plugins/admin/ogroups/ogroup_objects.tpl:56 -#: plugins/admin/ogroups/remove.tpl:17 plugins/admin/ogroups/remove.tpl:21 -#: plugins/admin/departments/class_departmentManagement.inc:409 -#: plugins/admin/departments/dep_move_confirm.tpl:17 -#: plugins/admin/departments/remove.tpl:17 -#: plugins/admin/departments/remove.tpl:21 plugins/admin/acl/acl_role.tpl:61 -#: plugins/admin/acl/acl_role.tpl:75 plugins/admin/acl/tabs_acl.inc:63 -#: plugins/admin/acl/remove.tpl:17 plugins/admin/acl/remove.tpl:21 -#: plugins/admin/acl/tabs_acl_role.inc:49 -#: plugins/admin/groups/group_objects.tpl:57 -#: plugins/admin/groups/class_groupManagement.inc:472 -#: plugins/admin/groups/remove.tpl:18 plugins/admin/groups/remove.tpl:22 -#: setup/setup_ldap.tpl:17 setup/setup_migrate.tpl:135 -#: setup/setup_migrate.tpl:186 setup/setup_migrate.tpl:251 -#: setup/setup_migrate.tpl:307 setup/setup_migrate.tpl:360 -msgid "Cancel" -msgstr "Abbrechen" - -#: ihtml/themes/default/logout-close.tpl:5 -#, fuzzy -msgid "Your GOsa session has been closed!" -msgstr "Die Gültigkeit ihrer GOsa-Sitzung ist abgelaufen!" +#: plugins/personal/posix/class_posixAccount.inc:286 +msgid "Create posix account" +msgstr "UNIX-Konto erstellen" -#: ihtml/themes/default/logout-close.tpl:7 +#: plugins/personal/posix/class_posixAccount.inc:287 msgid "" -"Please close this browser window and clean the authentication caches to " -"avoid an automatic re-authentication by your browser." +"This account has posix features disabled. You can enable them by clicking " +"below." msgstr "" +"Dieses Konto besitzt keine aktivierten UNIX-Erweiterungen. Sie können diese " +"durch einen Klick auf die untere Schaltfläche aktivieren." -#: ihtml/themes/default/framework.tpl:8 ihtml/themes/default/framework.tpl:11 -#: ihtml/themes/default/framework.tpl:20 ihtml/themes/default/framework.tpl:24 -#: include/class_pluglist.inc:176 -msgid "" -"You are currently editing a database entry. Do you want to dismiss the " -"changes?" +#: plugins/personal/posix/class_posixAccount.inc:447 +#, php-format +msgid "Password can't be changed up to %s days after last change" msgstr "" -"Sie bearbeiten gerade einen Datenbankeintrag. Sollen die Daten verworfen " -"werden?" +"Passwort kann bis zu %s Tage nach der letzten Änderung nicht geändert werden" -#: ihtml/themes/default/framework.tpl:8 ihtml/themes/default/framework.tpl:11 -msgid "Main" -msgstr "Hauptmenü" +#: plugins/personal/posix/class_posixAccount.inc:451 +#, php-format +msgid "Password must be changed after %s days" +msgstr "Der Benutzer muß sein Passwort nach %s Tagen ändern" -#: ihtml/themes/default/framework.tpl:16 -msgid "Help" -msgstr "Hilfe" +#: plugins/personal/posix/class_posixAccount.inc:455 +#, php-format +msgid "Disable account after %s days of inactivity after password expiery" +msgstr "Konto nach %s Tagen nach Ablauf ohne Aktivität deaktivieren" -#: ihtml/themes/default/framework.tpl:21 ihtml/themes/default/framework.tpl:25 -msgid "Sign out" -msgstr "Abmelden" +#: plugins/personal/posix/class_posixAccount.inc:459 +#, php-format +msgid "Warn user %s days before password expiery" +msgstr "Benutzer %s Tage vor dem Ablauf des Passwortes warnen" -#: ihtml/themes/default/framework.tpl:29 -msgid "Signed in:" -msgstr "Angemeldet:" +#: plugins/personal/posix/class_posixAccount.inc:493 +#: plugins/personal/generic/class_user.inc:265 +msgid "January" +msgstr "Januar" -#: ihtml/themes/default/framework.tpl:32 -msgid "GOsa main menu" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:493 +#: plugins/personal/generic/class_user.inc:265 +msgid "February" +msgstr "Februar" -#: ihtml/themes/default/snapshotdialog.tpl:3 -msgid "Restoring object snapshots" -msgstr "Stelle Objekt-Abbilder wieder her" +#: plugins/personal/posix/class_posixAccount.inc:493 +#: plugins/personal/generic/class_user.inc:265 +msgid "March" +msgstr "März" -#: 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 "" -"Dieser Vorgang stellt ein Abbild des gewählten Objekts wieder her. Er wird " -"dabei das vorhandene überschreiben, nachdem Sie den Wiederherstellen-Knopf " -"gedrückt haben." +#: plugins/personal/posix/class_posixAccount.inc:493 +#: plugins/personal/generic/class_user.inc:265 +msgid "April" +msgstr "April" -#: ihtml/themes/default/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 "" -"Beachten Sie, dass die DNS-Konfiguration mitsamt den Datenbankeinträgen " -"nicht wiederhergestellt werden kann.Für manche Objekte reicht es bereits, " -"sie zu öffnen und zu speichen (GOfon), andere Einträge müssen manuell " -"erstellt werden (glpi)." +#: plugins/personal/posix/class_posixAccount.inc:494 +#: plugins/personal/generic/class_user.inc:266 +msgid "May" +msgstr "Mai" -#: 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 "" -"Vergessen Sie nicht, Verweise auf andere Objekte zu überprüfen, bspw. ob der " -"gewählte Drucker noch existiert." +#: plugins/personal/posix/class_posixAccount.inc:494 +#: plugins/personal/generic/class_user.inc:266 +msgid "June" +msgstr "Juni" -#: ihtml/themes/default/snapshotdialog.tpl:20 -#: ihtml/themes/default/snapshotdialog.tpl:62 -#: plugins/admin/departments/class_departmentGeneric.inc:545 -#: include/class_acl.inc:643 include/class_acl.inc:650 -#: include/class_acl.inc:657 include/class_acl.inc:663 -msgid "Object" -msgstr "Objekt" +#: plugins/personal/posix/class_posixAccount.inc:494 +#: plugins/personal/generic/class_user.inc:266 +msgid "July" +msgstr "Juli" -#: ihtml/themes/default/snapshotdialog.tpl:29 -msgid "There is no snapshot available that could be restored" -msgstr "Es ist kein Abbild verfügbar, das wiederhergestellt werden kann" +#: plugins/personal/posix/class_posixAccount.inc:494 +#: plugins/personal/generic/class_user.inc:266 +msgid "August" +msgstr "August" -#: ihtml/themes/default/snapshotdialog.tpl:31 -msgid "Choose a snapshot and click the folder image, to restore the snapshot" -msgstr "" -"Wählen Sie ein Abbild und klicken Sie auf das Ordner-Bild, um es " -"wiederherzustellen." +#: plugins/personal/posix/class_posixAccount.inc:494 +#: plugins/personal/generic/class_user.inc:266 +msgid "September" +msgstr "September" -#: ihtml/themes/default/snapshotdialog.tpl:49 -msgid "Creating object snapshots" -msgstr "Erstelle Objekte-Abbilder" +#: plugins/personal/posix/class_posixAccount.inc:495 +#: plugins/personal/generic/class_user.inc:267 +msgid "October" +msgstr "Oktober" -#: ihtml/themes/default/snapshotdialog.tpl:52 -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 "" -"Dieser Vorgang wird ein Abbild des gewählten Objekts erzeugen. Es wird " -"innerhalb eines speziellen Zweiges Ihres Verzeichnisses gespeichert und kann " -"später wieder hergestellt werden." +#: plugins/personal/posix/class_posixAccount.inc:495 +#: plugins/personal/generic/class_user.inc:267 +msgid "November" +msgstr "November" -#: ihtml/themes/default/snapshotdialog.tpl:55 -msgid "" -"Remember that database entries, DNS configurations and possibly created " -"zones in server extensions will not be stored in the snapshot." -msgstr "" -"Beachten Sie, dass Datenbankeinträge, DNS-Konfigurationen und evtl. " -"erstellte Zonen in den Server-Erweiterungen nicht im Abbild gespeichert " -"werden." +#: plugins/personal/posix/class_posixAccount.inc:495 +#: plugins/personal/generic/class_user.inc:267 +msgid "December" +msgstr "Dezember" -#: ihtml/themes/default/snapshotdialog.tpl:70 -msgid "Timestamp" -msgstr "Zeitstempel" +#: plugins/personal/posix/class_posixAccount.inc:592 +#: setup/setup_config2.tpl:188 +msgid "disabled" +msgstr "deaktiviert" -#: ihtml/themes/default/snapshotdialog.tpl:79 -msgid "Reason for generating this snapshot" -msgstr "Grund für das Erzeugen dieses Abbilds" +#: plugins/personal/posix/class_posixAccount.inc:592 +msgid "full access" +msgstr "Vollzugriff" -#: ihtml/themes/default/snapshotdialog.tpl:87 -#: plugins/addons/notifications/contents.tpl:78 -#: plugins/admin/users/template.tpl:48 -#: plugins/admin/departments/class_departmentGeneric.inc:472 -#: plugins/admin/departments/class_departmentGeneric.inc:567 -#: setup/class_setup.inc:266 -msgid "Continue" -msgstr "Fortsetzen" +#: plugins/personal/posix/class_posixAccount.inc:593 +msgid "allow access to these hosts" +msgstr "erlaube Zugriff auf diese Hosts" -#: ihtml/themes/default/msg_dialog.tpl:60 -#: ihtml/themes/default/msg_dialog.tpl:106 -#: plugins/personal/generic/class_user.inc:374 -#: plugins/personal/generic/class_user.inc:471 -#: plugins/personal/generic/class_user.inc:732 -#: plugins/personal/generic/class_user.inc:1262 -#: plugins/personal/generic/main.inc:103 -#: plugins/personal/posix/class_posixAccount.inc:1278 -#: plugins/addons/gotomasses/class_gotomasses.inc:102 -#: plugins/addons/gotomasses/class_gotomasses.inc:188 -#: plugins/addons/gotomasses/class_gotomasses.inc:203 -#: plugins/addons/gotomasses/class_gotomasses.inc:237 -#: plugins/addons/gotomasses/class_target_list.inc:229 -#: plugins/addons/gotomasses/class_target_list.inc:233 -#: plugins/addons/notifications/class_msgplug.inc:117 -#: plugins/addons/notifications/class_msgplug.inc:213 -#: setup/class_setupStep_Migrate.inc:1019 setup/setup_checks.tpl:30 -#: setup/setup_checks.tpl:91 include/class_plugin.inc:624 -#: include/class_plugin.inc:656 include/class_plugin.inc:692 -#: include/class_plugin.inc:1391 include/class_log.inc:144 -#: include/class_log.inc:152 include/class_log.inc:157 -#: include/class_log.inc:177 include/functions.inc:1175 -#: include/functions.inc:1287 include/class_CopyPasteHandler.inc:274 -#: include/class_CopyPasteHandler.inc:277 -#: include/class_CopyPasteHandler.inc:315 -#: include/class_CopyPasteHandler.inc:318 html/index.php:213 -#: html/index.php:217 -msgid "Error" -msgstr "Fehler" +#: plugins/personal/posix/class_posixAccount.inc:646 +#, php-format +msgid "Removing of user/posix account with dn '%s' failed." +msgstr "Entfernen von Benutzer/POSIX-Konto mit dn '%s' fehlgeschlagen." -#: ihtml/themes/default/msg_dialog.tpl:76 -#: ihtml/themes/default/msg_dialog.tpl:78 -#: ihtml/themes/default/msg_dialog.tpl:131 -#: ihtml/themes/default/msg_dialog.tpl:133 -#: plugins/personal/generic/main.inc:159 plugins/personal/posix/main.inc:106 -#: plugins/addons/gotomasses/goto_task.tpl:55 -#: plugins/admin/users/class_userManagement.inc:871 -#: plugins/admin/ogroups/class_ogroupManagement.inc:400 -#: plugins/admin/acl/tabs_acl.inc:61 plugins/admin/acl/tabs_acl_role.inc:47 -#: plugins/admin/groups/class_groupManagement.inc:466 -#: setup/class_setupStep_Migrate.inc:217 setup/class_setupStep_Migrate.inc:266 -#: setup/class_setupStep_Migrate.inc:324 setup/class_setupStep_Migrate.inc:392 -#: setup/class_setupStep_Migrate.inc:467 setup/class_setupStep_Migrate.inc:539 -#: setup/class_setupStep_Migrate.inc:592 setup/class_setupStep_Migrate.inc:722 -#: setup/class_setupStep_Migrate.inc:877 -#: setup/class_setupStep_Migrate.inc:1635 setup/setup_checks.tpl:27 -#: setup/setup_checks.tpl:87 -msgid "Ok" -msgstr "Ok" +#: plugins/personal/posix/class_posixAccount.inc:802 +#: plugins/admin/acl/remove.tpl:2 plugins/admin/groups/remove.tpl:2 +#: plugins/admin/users/remove.tpl:2 +#: plugins/admin/departments/dep_move_confirm.tpl:2 +#: plugins/admin/departments/remove.tpl:2 plugins/admin/ogroups/remove.tpl:2 +#: include/functions.inc:696 include/functions.inc:2171 +#: include/functions.inc:2175 include/functions.inc:2181 +#: include/class_tabs.inc:214 setup/setup_checks.tpl:32 +#: setup/setup_checks.tpl:93 setup/class_setupStep_Migrate.inc:211 +#: setup/class_setupStep_Migrate.inc:260 setup/class_setupStep_Migrate.inc:385 +#: setup/class_setupStep_Migrate.inc:460 setup/class_setupStep_Migrate.inc:596 +#: setup/class_setupStep_Migrate.inc:726 html/password.php:282 +#: html/index.php:50 html/index.php:56 html/index.php:408 html/index.php:414 +#: ihtml/themes/default/islocked.tpl:6 ihtml/themes/default/remove.tpl:2 +#: ihtml/themes/default/conflict.tpl:6 ihtml/themes/default/msg_dialog.tpl:57 +#: ihtml/themes/default/msg_dialog.tpl:102 +msgid "Warning" +msgstr "Warnung" -#: ihtml/themes/default/pwd_heimdal.tpl:5 -#, fuzzy -msgid "Heimdal options" -msgstr "Mail-Einstellungen" +#: plugins/personal/posix/class_posixAccount.inc:802 +msgid "Timeout while waiting for lock! Ignoring lock." +msgstr "Wartezeit für Sperre abgelaufen! Ignoriere Sperre." -#: ihtml/themes/default/pwd_heimdal.tpl:6 -msgid "Use empty values for infinite" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:896 +msgid "Uid number" +msgstr "Uid Nummer" -#: ihtml/themes/default/pwd_heimdal.tpl:10 -msgid "Ticket max life" +#: plugins/personal/posix/class_posixAccount.inc:896 +msgid "" +"A duplicated uid number was written for this user, if this was not intended " +"please verify all used uidNumbers." msgstr "" +"Für diesen Benutzer wurde eine bereits vorhandene uid-Nummer geschrieben. " +"Wenn dies unbeabsichtigt geschah, prüfen Sie bitte alle verwendeten uid-" +"Nummern." -#: ihtml/themes/default/pwd_heimdal.tpl:18 -msgid "Ticket max renew" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:910 +#, php-format +msgid "Saving of user/posix account with dn '%s' failed." +msgstr "Speichern von Benutzer/POSIX-Konto mit dn '%s' fehlgeschlagen." -#: ihtml/themes/default/pwd_heimdal.tpl:32 -msgid "infinite" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:929 +#: plugins/personal/posix/class_posixAccount.inc:1126 +msgid "Group of user" +msgstr "Gruppe des Benutzers" -#: ihtml/themes/default/pwd_heimdal.tpl:34 -#: plugins/addons/gotomasses/class_gotomasses.inc:348 -msgid "Hour" -msgstr "Stunde" +#: plugins/personal/posix/class_posixAccount.inc:985 +#: plugins/personal/posix/class_posixAccount.inc:1062 +msgid "The required field 'Home directory' is not set." +msgstr "Das benötigte Feld 'Basisverzeichnis' ist nicht gesetzt." -#: ihtml/themes/default/pwd_heimdal.tpl:36 -#: plugins/addons/gotomasses/class_gotomasses.inc:347 -#, fuzzy -msgid "Minute" -msgstr "Drucker" +#: plugins/personal/posix/class_posixAccount.inc:988 +#: plugins/personal/posix/class_posixAccount.inc:1065 +msgid "Please enter a valid path in 'Home directory' field." +msgstr "" +"Bitte geben Sie einen gültigen Pfad in das Feld 'Basisverzeichnis' ein." -#: ihtml/themes/default/pwd_heimdal.tpl:38 -#: plugins/addons/gotomasses/class_gotomasses.inc:346 -msgid "Day" -msgstr "Tag" +#: plugins/personal/posix/class_posixAccount.inc:996 +msgid "Value specified as 'UID' is not valid." +msgstr "Die von ihnen angebene 'UID' ist nicht korrekt." -#: ihtml/themes/default/pwd_heimdal.tpl:40 -#: plugins/addons/gotomasses/class_gotomasses.inc:349 -#, fuzzy -msgid "Month" -msgstr "Monat" +#: plugins/personal/posix/class_posixAccount.inc:999 +msgid "Value specified as 'UID' is too small." +msgstr "Die von ihnen angebene 'UID' ist zu klein." -#: ihtml/themes/default/pwd_heimdal.tpl:42 -#, fuzzy -msgid "Year" -msgstr "Suchen" +#: plugins/personal/posix/class_posixAccount.inc:1003 +#: plugins/admin/groups/class_groupGeneric.inc:899 +msgid "Value specified as 'GID' is not valid." +msgstr "Die von ihnen angebene 'GID' ist nicht korrekt." -#: ihtml/themes/default/pwd_heimdal.tpl:47 -msgid "Valid ticket start time" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:1006 +#: plugins/admin/groups/class_groupGeneric.inc:902 +msgid "Value specified as 'GID' is too small." +msgstr "Die von ihnen angebene 'GID' ist zu klein." -#: ihtml/themes/default/pwd_heimdal.tpl:87 -msgid "Valid ticket end time" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:1014 +#: plugins/personal/posix/class_posixAccount.inc:1071 +msgid "Value specified as 'shadowMin' is not valid." +msgstr "Der von ihnen angegebene Wert 'shadowMin' ist nicht gültig." -#: ihtml/themes/default/pwd_heimdal.tpl:127 -#, fuzzy -msgid "Password end" -msgstr "Passwort" +#: plugins/personal/posix/class_posixAccount.inc:1019 +#: plugins/personal/posix/class_posixAccount.inc:1076 +msgid "Value specified as 'shadowMax' is not valid." +msgstr "Der von ihnen angegebene Wert 'shadowMax' ist nicht gültig." -#: ihtml/themes/default/pwd_heimdal.tpl:198 -#: ihtml/themes/default/copyPasteDialog.tpl:19 -#: plugins/personal/generic/generic_certs.tpl:91 -#: plugins/personal/generic/generic_picture.tpl:33 -#: plugins/admin/departments/class_departmentManagement.inc:407 -#: plugins/admin/departments/dep_move_confirm.tpl:15 -#: include/class_MultiSelectWindow.inc:113 -msgid "Save" -msgstr "Speichern" +#: plugins/personal/posix/class_posixAccount.inc:1024 +#: plugins/personal/posix/class_posixAccount.inc:1081 +msgid "Value specified as 'shadowWarning' is not valid." +msgstr "Der von ihnen angegebene Wert 'shadowWarning' ist nicht gültig." -#: 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." +#: plugins/personal/posix/class_posixAccount.inc:1027 +#: plugins/personal/posix/class_posixAccount.inc:1084 +msgid "'shadowWarning' without 'shadowMax' makes no sense." +msgstr "'shadowWarning' in ohne die Angabe von 'shadowMax' ergibt keinen Sinn." -#: ihtml/themes/default/remove.tpl:9 plugins/addons/gotomasses/remove.tpl:10 -#: plugins/admin/users/remove.tpl:10 plugins/admin/ogroups/remove.tpl:10 -#: plugins/admin/groups/remove.tpl:10 -msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." +#: plugins/personal/posix/class_posixAccount.inc:1030 +#: plugins/personal/posix/class_posixAccount.inc:1087 +msgid "Value specified as 'shadowWarning' should be smaller than 'shadowMax'." msgstr "" -"Wenn Sie sicher sind, drücken Sie 'Entfernen' um fortzufahren oder " -"'Abbrechen' zum Abbruch." +"Der angegebene Wert 'shadowWarning' sollte kleiner als 'shadowMax' sein." -#: ihtml/themes/default/remove.tpl:13 -#: plugins/personal/posix/paste_generic.tpl:62 -#: plugins/personal/posix/generic.tpl:107 -#: plugins/personal/posix/generic.tpl:149 -#: plugins/personal/posix/generic.tpl:178 -#: plugins/addons/gotomasses/remove.tpl:15 -#: plugins/addons/gotomasses/remove.tpl:17 plugins/admin/users/remove.tpl:15 -#: plugins/admin/users/remove.tpl:18 plugins/admin/ogroups/remove.tpl:15 -#: plugins/admin/ogroups/remove.tpl:19 plugins/admin/ogroups/generic.tpl:54 -#: plugins/admin/departments/remove.tpl:15 -#: plugins/admin/departments/remove.tpl:19 plugins/admin/acl/remove.tpl:15 -#: plugins/admin/acl/remove.tpl:19 plugins/admin/groups/remove.tpl:16 -#: plugins/admin/groups/remove.tpl:20 plugins/admin/groups/generic.tpl:195 -msgid "Delete" -msgstr "Entfernen" +#: plugins/personal/posix/class_posixAccount.inc:1033 +#: plugins/personal/posix/class_posixAccount.inc:1090 +msgid "Value specified as 'shadowWarning' should be greater than 'shadowMin'." +msgstr "" +"Der angegebene Wert 'shadowWarning' sollte größer als 'shadowMin' sein." -#: ihtml/themes/default/islocked.tpl:2 -msgid "Locking conflict detected" -msgstr "Ein Zugriffskonflikt wurde festgestellt" +#: plugins/personal/posix/class_posixAccount.inc:1038 +#: plugins/personal/posix/class_posixAccount.inc:1095 +msgid "Value specified as 'shadowInactive' is not valid." +msgstr "Der von ihnen angegebene Wert 'shadowInactive' ist nicht gültig." -#: ihtml/themes/default/islocked.tpl:9 -msgid "" -"If this lock detection is false, the other person has obviously closed the " -"webbrowser during the edit operation. You may want to take over the lock by " -"pressing the 'Edit anyway' button." +#: plugins/personal/posix/class_posixAccount.inc:1041 +#: plugins/personal/posix/class_posixAccount.inc:1098 +msgid "'shadowInactive' without 'shadowMax' makes no sense." msgstr "" -"Wenn diese Anzeige eines Zugriffskonflikts fehlerhaft ist, hat eine andere " -"Person offenbar während der Bearbeitung eines Eintrages einfach den " -"Webbrowser geschlossen. In einem solchen Fall können Sie den Konflikt durch " -"einen Klick auf Trotzdem bearbeiten übergehen." +"'shadowInactive' in ohne die Angabe von 'shadowMax' ergibt keinen Sinn." -#: ihtml/themes/default/MultiSelectWindow.tpl:55 -#: ihtml/themes/default/MultiSelectWindow.tpl:95 -#: plugins/personal/posix/posix_groups.tpl:21 -#: plugins/admin/ogroups/ogroup_objects.tpl:20 -#: plugins/admin/groups/group_objects.tpl:20 -msgid "Filters" -msgstr "Filter" +#: plugins/personal/posix/class_posixAccount.inc:1046 +#: plugins/personal/posix/class_posixAccount.inc:1103 +msgid "Value specified as 'shadowMin' should be smaller than 'shadowMax'." +msgstr "Der angegebene Wert 'shadowMin' sollte kleiner als 'shadowMax' sein." -#: ihtml/themes/default/password.tpl:6 -#, fuzzy -msgid "Change your password" -msgstr "Passwort ändern" +#: plugins/personal/posix/class_posixAccount.inc:1305 +#: plugins/personal/generic/class_user.inc:374 +#: plugins/personal/generic/class_user.inc:471 +#: plugins/personal/generic/class_user.inc:732 +#: plugins/personal/generic/class_user.inc:1262 +#: plugins/personal/generic/main.inc:103 +#: plugins/addons/notifications/class_msgplug.inc:117 +#: plugins/addons/notifications/class_msgplug.inc:213 +#: plugins/admin/groups/class_groupGeneric.inc:711 +#: plugins/admin/groups/class_groupGeneric.inc:716 +#: plugins/admin/groups/class_groupGeneric.inc:944 include/functions.inc:1188 +#: include/functions.inc:1300 include/class_plugin.inc:621 +#: include/class_plugin.inc:653 include/class_plugin.inc:689 +#: include/class_plugin.inc:1370 include/class_CopyPasteHandler.inc:274 +#: include/class_CopyPasteHandler.inc:277 +#: include/class_CopyPasteHandler.inc:315 +#: include/class_CopyPasteHandler.inc:318 include/class_log.inc:144 +#: include/class_log.inc:152 include/class_log.inc:157 +#: include/class_log.inc:177 setup/setup_checks.tpl:30 +#: setup/setup_checks.tpl:91 setup/class_setupStep_Migrate.inc:1019 +#: html/index.php:214 html/index.php:218 +#: ihtml/themes/default/msg_dialog.tpl:55 +#: ihtml/themes/default/msg_dialog.tpl:100 +msgid "Error" +msgstr "Fehler" -#: ihtml/themes/default/password.tpl:33 -#, fuzzy -msgid "Success" -msgstr "Erfolgreich" +#: plugins/personal/posix/class_posixAccount.inc:1305 +msgid "Cannot allocate a free ID: too many users!" +msgstr "Konnte keine freie ID allozieren: Zu viele Benutzer!" -#: ihtml/themes/default/password.tpl:33 -msgid "Your password has been changed successfully." -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:1480 +msgid "POSIX account" +msgstr "POSIX-Konto" -#: ihtml/themes/default/password.tpl:39 -#: plugins/admin/users/class_userManagement.inc:296 -#, fuzzy -msgid "Password change" -msgstr "Passwort-Änderung ist nicht erlaubt" +#: plugins/personal/posix/class_posixAccount.inc:1492 +#: setup/setup_migrate.tpl:217 html/getxls.php:100 html/getxls.php:135 +#: html/getxls.php:158 html/getxls.php:347 html/getxls.php:364 +msgid "User ID" +msgstr "Benutzer-ID" -#: ihtml/themes/default/password.tpl:51 -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 "" +#: plugins/personal/posix/class_posixAccount.inc:1493 +msgid "Group ID" +msgstr "Gruppen-ID" -#: ihtml/themes/default/password.tpl:76 ihtml/themes/default/password.tpl:77 -#: plugins/personal/password/password.tpl:11 -msgid "Current password" -msgstr "Momentanes Passwort" +#: plugins/personal/posix/class_posixAccount.inc:1495 +msgid "Force password change on login" +msgstr "Erzwinge Änderung des Passwort bei Anmeldung" -#: ihtml/themes/default/password.tpl:80 ihtml/themes/default/password.tpl:81 -#: ihtml/themes/default/password.tpl:84 -#: plugins/personal/password/password.tpl:16 -#: plugins/personal/generic/password.tpl:7 plugins/admin/users/password.tpl:11 -msgid "New password" -msgstr "Neues Passwort" +#: plugins/personal/posix/class_posixAccount.inc:1496 +msgid "Shadow min" +msgstr "Shadow min" -#: ihtml/themes/default/password.tpl:84 -#, fuzzy -msgid "again" -msgstr "Hauptmenü" +#: plugins/personal/posix/class_posixAccount.inc:1497 +msgid "Shadow max" +msgstr "Shadow max" -#: ihtml/themes/default/password.tpl:85 -#, fuzzy -msgid "New password repeated" -msgstr "Neues Passwort" +#: plugins/personal/posix/class_posixAccount.inc:1498 +msgid "Shadow warning" +msgstr "Shadow warning" -#: ihtml/themes/default/password.tpl:92 -#, fuzzy -msgid "Change" -msgstr "Kanal" +#: plugins/personal/posix/class_posixAccount.inc:1499 +msgid "Shadow inactive" +msgstr "Shadow inactive" -#: ihtml/themes/default/password.tpl:93 -#, fuzzy -msgid "Click here to change your password" -msgstr "Hier klicken, um Ihr Passwort zu ändern" +#: plugins/personal/posix/class_posixAccount.inc:1500 +msgid "Shadow expire" +msgstr "Shadow expire" -#: ihtml/themes/default/copyPasteDialog.tpl:1 -msgid "Copy & paste wizard" -msgstr "Kopieren & Einfügen - Assistent" +#: plugins/personal/posix/class_posixAccount.inc:1501 +msgid "System trust model" +msgstr "Modell des System-Vertrauens" -#: ihtml/themes/default/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 "" -"Bestimmte Werte müssen im gesamten Verzeichnis eindeutig sein, während " -"andere Kombinationen keinen Sinn ergeben. GOsa zeigt die relevanten " -"Attribute. Bitte verwalten Sie die Werte, die unten angezeigt werden, um die " -"Auflagen zu erfüllen." +#: plugins/personal/posix/main.inc:106 plugins/personal/generic/main.inc:159 +#: plugins/admin/acl/tabs_acl.inc:61 plugins/admin/acl/tabs_acl_role.inc:47 +#: plugins/admin/groups/class_groupManagement.inc:466 +#: plugins/admin/users/class_userManagement.inc:871 +#: plugins/admin/ogroups/class_ogroupManagement.inc:400 +#: setup/setup_checks.tpl:27 setup/setup_checks.tpl:87 +#: setup/class_setupStep_Migrate.inc:217 setup/class_setupStep_Migrate.inc:266 +#: setup/class_setupStep_Migrate.inc:324 setup/class_setupStep_Migrate.inc:392 +#: setup/class_setupStep_Migrate.inc:467 setup/class_setupStep_Migrate.inc:539 +#: setup/class_setupStep_Migrate.inc:592 setup/class_setupStep_Migrate.inc:722 +#: setup/class_setupStep_Migrate.inc:877 +#: setup/class_setupStep_Migrate.inc:1635 +#: ihtml/themes/default/msg_dialog.tpl:76 +#: ihtml/themes/default/msg_dialog.tpl:78 +#: ihtml/themes/default/msg_dialog.tpl:131 +#: ihtml/themes/default/msg_dialog.tpl:133 +msgid "Ok" +msgstr "Ok" -#: ihtml/themes/default/copyPasteDialog.tpl:9 -msgid "Remember that some properties like taken snapshots will not be copied!" +#: plugins/personal/posix/main.inc:118 plugins/personal/generic/main.inc:182 +msgid "Click the 'Edit' button below to change informations in this dialog" msgstr "" -"Beachten Sie, dass manche Einstellungen wie z.B. erstellte Abbilder nicht " -"kopiert werden!" +"Betätigen sie den 'Bearbeiten'-Schalter unten um Informationen in diesem " +"Dialog zu ändern" -#: ihtml/themes/default/copyPasteDialog.tpl:10 +#: plugins/personal/posix/main.inc:120 plugins/personal/generic/main.inc:172 +#: plugins/admin/groups/class_divListGroup.inc:171 +#: plugins/admin/users/class_divListUsers.inc:164 +msgid "Edit" +msgstr "Bearbeiten" + +#: plugins/personal/posix/main.inc:129 +msgid "Unix settings" +msgstr "UNIX-Einstellungen" + +#: plugins/personal/generic/password.tpl:2 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!" +"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 "" -"Oder wenn sie einen Eintrag in GOsa kopieren oder ausschneiden und das " -"Quellobjekt entfernen, werden Sie wahrscheinlich wieder eine Fehlermeldung " -"erhalten, wenn Sie das Objekt einfügen!" +"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." -#: ihtml/themes/default/copyPasteDialog.tpl:24 -#, fuzzy -msgid "Cancel all" -msgstr "Abbrechen" +#: plugins/personal/generic/generic_picture.tpl:5 +#: plugins/personal/generic/generic_picture.tpl:15 +#: plugins/personal/generic/multiple_generic.tpl:13 +#: plugins/personal/generic/paste_generic.tpl:37 +#: plugins/personal/generic/generic.tpl:20 +#: plugins/personal/generic/generic.tpl:22 +#: plugins/personal/generic/generic.tpl:38 +msgid "Personal picture" +msgstr "Bild" -#: ihtml/themes/default/copyPasteDialog.tpl:30 -msgid "Operation complete" -msgstr "Vorgang abgeschlossen" +#: plugins/personal/generic/generic_picture.tpl:27 +#: plugins/personal/generic/paste_generic.tpl:52 +msgid "Remove picture" +msgstr "Bild entfernen" -#: ihtml/themes/default/copyPasteDialog.tpl:32 -#: setup/class_setupStep_Finish.inc:37 -msgid "Finish" +#: plugins/personal/generic/generic_picture.tpl:33 +#: plugins/personal/generic/generic_certs.tpl:91 +#: plugins/admin/departments/dep_move_confirm.tpl:15 +#: plugins/admin/departments/class_departmentManagement.inc:407 +#: include/class_MultiSelectWindow.inc:113 +#: ihtml/themes/default/copyPasteDialog.tpl:19 +#: ihtml/themes/default/pwd_heimdal.tpl:198 +msgid "Save" msgstr "Speichern" -#: ihtml/themes/default/sizelimit.tpl:3 -msgid "" -"The size limit option makes LDAP operations faster and saves the LDAP server " -"from getting too much load. The easiest way to handle big databases without " -"long timeouts would be to limit your search to smaller values and use " -"filters to get the entries you are looking for." -msgstr "" -"Die Größenbeschränkung sorgt dafür, daß die LDAP-Operationen schneller " -"durchgeführt werden können und verringern die Last auf dem LDAP-Server. Der " -"einfachste Weg, große Datenbanken ohne große Zeitüberschreitungen zu " -"bearbeiten ist es Filter zu verwenden und die Größenbeschränkungen auf einen " -"sinnvollen Wert einzustellen." - -#: ihtml/themes/default/sizelimit.tpl:6 -msgid "Please choose the way to react for this session" -msgstr "Bitte entscheiden Sie, wie für diese Sitzung verfahren werden soll" - -#: ihtml/themes/default/sizelimit.tpl:9 -msgid "ignore this error and show all entries the LDAP server returns" -msgstr "" -"Ignoriere diesen Fehler und zeige alle vom LDAP-Server gelieferten Einträge" - -#: ihtml/themes/default/sizelimit.tpl:10 -msgid "" -"ignore this error and show all entries that fit into the defined sizelimit " -"and let me use filters instead" -msgstr "" -"Ignoriere diesen Fehler und zeige alle Einträge, die innerhalb der " -"Größenbeschränkung liegen" +#: plugins/personal/generic/multiple_generic.tpl:5 +#: plugins/personal/generic/generic.tpl:6 +msgid "Personal information" +msgstr "Persönliche Informationen" -#: ihtml/themes/default/sizelimit.tpl:14 -#: plugins/personal/generic/generic.tpl:137 -msgid "Set" -msgstr "Setzen" +#: plugins/personal/generic/multiple_generic.tpl:23 +#: plugins/personal/generic/generic.tpl:108 +#: plugins/personal/generic/class_user.inc:1424 +msgid "Academic title" +msgstr "Akademischer Titel" -#: ihtml/themes/default/help.tpl:9 -msgid "GOsa help viewer" -msgstr "GOsa Hilfe-Browser" +#: plugins/personal/generic/multiple_generic.tpl:33 +#: plugins/personal/generic/generic.tpl:157 +msgid "Preferred langage" +msgstr "Bevorzugte Sprache" -#: ihtml/themes/default/help.tpl:15 -msgid "Index" -msgstr "Index" +#: plugins/personal/generic/multiple_generic.tpl:47 +#: plugins/personal/generic/generic.tpl:170 +#: plugins/personal/generic/class_user.inc:1418 +#: plugins/admin/acl/class_divListACL.inc:134 +#: plugins/admin/acl/acl_role.tpl:27 plugins/admin/acl/class_aclRole.inc:678 +#: plugins/admin/groups/class_groupGeneric.inc:1002 +#: plugins/admin/groups/class_divListGroup.inc:151 +#: plugins/admin/groups/generic.tpl:39 +#: plugins/admin/users/class_divListUsers.inc:143 +#: plugins/admin/departments/class_divListDepartment.inc:125 +#: plugins/admin/departments/generic.tpl:35 +#: plugins/admin/departments/class_departmentGeneric.inc:571 +#: plugins/admin/ogroups/class_divListOGroup.inc:163 +#: plugins/admin/ogroups/class_ogroup.inc:750 +#: plugins/admin/ogroups/generic.tpl:26 setup/setup_ldap.tpl:55 +msgid "Base" +msgstr "Basis" -#: ihtml/themes/default/help.tpl:21 setup/setup_ldap.tpl:13 -msgid "Search" -msgstr "Suchen" +#: plugins/personal/generic/multiple_generic.tpl:53 +#: plugins/personal/generic/generic.tpl:175 +msgid "Choose subtree to place user in" +msgstr "Wählen Sie den Teilbaum, in den der Benutzer eingepflegt werden soll" -#: plugins/generic/welcome/welcome.tpl:4 -msgid "" -"This is the GOsa main menu. You can select your tasks from the menu on the " -"left, or by choosing one of the pictograms below. All changes apply directly " -"to your companies LDAP server." -msgstr "" -"Dies ist das GOsa Hauptmenü. Wählen Sie die gewünschte Option aus dem Menü " -"links oder durch die Auswahl eines Piktogrammes unten. Alle Änderungen " -"werden direkt in den LDAP-Server Ihres Unternehmens eingepflegt." +#: plugins/personal/generic/multiple_generic.tpl:56 +#: plugins/personal/generic/generic.tpl:180 plugins/admin/acl/acl_role.tpl:37 +#: plugins/admin/groups/generic.tpl:49 +#: plugins/admin/departments/generic.tpl:45 +#: plugins/admin/ogroups/generic.tpl:34 +msgid "Select a base" +msgstr "Wählen Sie eine Basis" -#: plugins/generic/welcome/welcome.tpl:8 -msgid "" -"Use 'Sign out' on the upper left to close the connection and 'Main' to get " -"back to the pictogram view." -msgstr "" -"Benutzen Sie 'Abmelden' oben links, um die Arbeit mit GOsa zu beenden und " -"'Hauptmenü', um wieder in diese Ansicht zurückzugelangen." +#: plugins/personal/generic/multiple_generic.tpl:67 +#: plugins/personal/generic/multiple_generic.tpl:285 +#: plugins/personal/generic/generic.tpl:194 +#: plugins/personal/generic/generic.tpl:389 +#: plugins/admin/departments/generic.tpl:76 +#: plugins/admin/departments/class_departmentGeneric.inc:577 +#: html/getxls.php:227 +msgid "Address" +msgstr "Adresse" -#: plugins/generic/welcome/welcome.tpl:15 -msgid "The GOsa team" -msgstr "Das GOsa Team" +#: plugins/personal/generic/multiple_generic.tpl:78 +#: plugins/personal/generic/generic.tpl:202 +msgid "Private phone" +msgstr "Privat-Telefon" -#: plugins/generic/welcome/main.inc:24 -#, php-format -msgid "Welcome %s!" -msgstr "Willkommen %s!" +#: plugins/personal/generic/multiple_generic.tpl:88 +#: plugins/personal/generic/generic.tpl:210 +#: plugins/personal/generic/class_user.inc:1427 +msgid "Homepage" +msgstr "Homepage" -#: plugins/generic/references/class_reference.inc:22 -#: plugins/personal/posix/class_posixAccount.inc:16 -msgid "UNIX" -msgstr "UNIX" +#: plugins/personal/generic/multiple_generic.tpl:105 +#: plugins/personal/generic/generic.tpl:223 +msgid "Password storage" +msgstr "Passwort-Speicherung" -#: plugins/generic/references/class_reference.inc:30 -msgid "FAX" -msgstr "Fax" +#: plugins/personal/generic/multiple_generic.tpl:117 +#: plugins/personal/generic/generic.tpl:238 +#: plugins/personal/generic/generic_certs.tpl:3 +msgid "Certificates" +msgstr "Zertifikate" -#: plugins/generic/references/class_reference.inc:32 -msgid "Proxy" -msgstr "Proxy" +#: plugins/personal/generic/multiple_generic.tpl:121 +#: plugins/personal/generic/generic.tpl:241 +msgid "Edit certificates" +msgstr "Zertifikate bearbeiten" -#: plugins/generic/references/class_reference.inc:34 -msgid "FTP" -msgstr "FTP" +#: plugins/personal/generic/multiple_generic.tpl:137 +#: plugins/personal/generic/generic.tpl:259 +msgid "Organizational information" +msgstr "Angabe zur Organisationseinheit" -#: plugins/generic/references/class_reference.inc:36 -#: plugins/admin/ogroups/class_ogroupManagement.inc:451 -#: plugins/admin/groups/class_divListGroup.inc:165 -msgid "Group" -msgstr "Gruppe" +#: plugins/personal/generic/multiple_generic.tpl:149 +#: plugins/personal/generic/generic.tpl:271 +#: plugins/personal/generic/class_user.inc:1428 setup/setup_feedback.tpl:14 +#: html/getxls.php:299 +msgid "Organization" +msgstr "Organisation" -#: plugins/generic/references/class_reference.inc:38 -#: plugins/personal/generic/class_user.inc:1429 #: plugins/personal/generic/multiple_generic.tpl:159 #: plugins/personal/generic/generic.tpl:279 +#: plugins/personal/generic/class_user.inc:1429 #: plugins/admin/users/class_divListUsers.inc:61 -#: plugins/admin/ogroups/class_ogroupManagement.inc:453 #: plugins/admin/departments/class_divListDepartment.inc:137 +#: plugins/admin/ogroups/class_ogroupManagement.inc:453 +#: plugins/generic/references/class_reference.inc:38 msgid "Department" msgstr "Abteilung" -#: plugins/generic/references/class_reference.inc:42 -#: plugins/admin/ogroups/class_ogroupManagement.inc:452 -#: plugins/admin/ogroups/tabs_ogroups.inc:122 -#: plugins/admin/groups/class_divListGroup.inc:232 -msgid "Application" -msgstr "Anwendung" +#: plugins/personal/generic/multiple_generic.tpl:169 +#: plugins/personal/generic/generic.tpl:287 +msgid "Department No." +msgstr "Abteilungs-Nr." -#: plugins/generic/references/class_reference.inc:44 -#: plugins/addons/gotomasses/class_target_list.inc:180 -#: plugins/admin/ogroups/class_ogroupManagement.inc:454 -#: setup/setup_config2.tpl:248 setup/setup_config2.tpl:293 -msgid "Server" -msgstr "Server" +#: plugins/personal/generic/multiple_generic.tpl:179 +#: plugins/personal/generic/generic.tpl:295 +msgid "Employee No." +msgstr "Angestellten-Nr." -#: plugins/generic/references/class_reference.inc:46 -msgid "Thin Client" -msgstr "Thin Client" +#: plugins/personal/generic/multiple_generic.tpl:189 +#: plugins/personal/generic/generic.tpl:303 +#: plugins/personal/generic/class_user.inc:1435 +msgid "Employee type" +msgstr "Anstellungsart" -#: plugins/generic/references/class_reference.inc:48 -#: plugins/addons/gotomasses/class_target_list.inc:182 -#: plugins/admin/ogroups/class_ogroupManagement.inc:456 -msgid "Workstation" -msgstr "Arbeitsstation" +#: plugins/personal/generic/multiple_generic.tpl:207 +#: plugins/personal/generic/multiple_generic.tpl:418 +#: plugins/personal/generic/generic.tpl:321 +#: plugins/personal/generic/generic.tpl:503 +msgid "Room No." +msgstr "Zimmer-Nr." -#: plugins/generic/references/class_reference.inc:50 -#: plugins/addons/gotomasses/class_target_list.inc:184 -#: plugins/admin/ogroups/class_divListOGroup.inc:176 -#: plugins/admin/ogroups/class_divListOGroup.inc:294 -msgid "Object group" -msgstr "Objektgruppe" +#: plugins/personal/generic/multiple_generic.tpl:217 +#: plugins/personal/generic/multiple_generic.tpl:428 +#: plugins/personal/generic/generic.tpl:330 +#: plugins/personal/generic/generic.tpl:511 +#: plugins/admin/groups/class_divListGroup.inc:234 +#: plugins/admin/users/class_divListUsers.inc:244 +#: plugins/admin/departments/generic.tpl:83 +#: plugins/admin/ogroups/class_ogroupManagement.inc:455 +#: plugins/generic/references/class_reference.inc:40 +msgid "Phone" +msgstr "Telefon" -#: plugins/generic/references/contents.tpl:11 -#: plugins/addons/gotomasses/class_target_list.inc:48 -msgid "Object name" -msgstr "Objektname" +#: plugins/personal/generic/multiple_generic.tpl:227 +#: plugins/personal/generic/generic.tpl:339 html/getxls.php:299 +msgid "Mobile" +msgstr "Mobiltelefon" -#: plugins/generic/references/contents.tpl:11 -#: plugins/addons/gotomasses/class_gotomasses.inc:344 -#: plugins/admin/ogroups/class_ogroup.inc:763 -#: plugins/admin/ogroups/generic.tpl:15 -#: plugins/admin/departments/class_departmentGeneric.inc:590 -#: plugins/admin/departments/generic.tpl:16 plugins/admin/acl/acl_role.tpl:17 -#: plugins/admin/acl/class_aclRole.inc:679 plugins/admin/groups/generic.tpl:24 -#: plugins/admin/groups/class_groupGeneric.inc:1003 html/getxls.php:158 -#: html/getxls.php:287 -msgid "Description" -msgstr "Beschreibung" +#: plugins/personal/generic/multiple_generic.tpl:237 +#: plugins/personal/generic/generic.tpl:347 html/getxls.php:226 +#: html/getxls.php:300 +msgid "Pager" +msgstr "Pager" -#: plugins/generic/references/contents.tpl:11 -msgid "Contents" -msgstr "Inhalt" +#: plugins/personal/generic/multiple_generic.tpl:247 +#: plugins/personal/generic/multiple_generic.tpl:438 +#: plugins/personal/generic/generic.tpl:355 +#: plugins/personal/generic/generic.tpl:523 +#: plugins/admin/users/class_divListUsers.inc:246 +#: plugins/admin/departments/generic.tpl:91 +#: plugins/admin/departments/class_departmentGeneric.inc:579 +#: html/getxls.php:222 html/getxls.php:297 +msgid "Fax" +msgstr "Fax" -#: plugins/generic/references/contents.tpl:18 -msgid "This object has no relationship to other objects." -msgstr "Dieses Objekt hat keine Referenzen zu anderen Objekten." +#: plugins/personal/generic/multiple_generic.tpl:265 +#: plugins/personal/generic/generic.tpl:373 +#: plugins/personal/generic/class_user.inc:1436 +#: plugins/admin/departments/generic.tpl:56 +#: plugins/admin/departments/generic.tpl:68 +#: plugins/admin/departments/class_departmentGeneric.inc:572 +#: html/getxls.php:224 +msgid "Location" +msgstr "Ort" -#: plugins/personal/password/class_password.inc:25 -#: plugins/personal/generic/class_user.inc:17 -#: plugins/personal/posix/class_posixAccount.inc:17 -#: plugins/addons/gotomasses/class_gotomasses.inc:7 -#: plugins/addons/gotomasses/class_goto_task.inc:7 -#: plugins/addons/notifications/class_msgplug.inc:7 -#: plugins/admin/users/class_userManagement.inc:25 -#: plugins/admin/ogroups/class_ogroupManagement.inc:25 -#: plugins/admin/departments/class_departmentManagement.inc:25 -#: plugins/admin/acl/class_aclRole.inc:7 -#: plugins/admin/acl/class_aclManagement.inc:25 -#: plugins/admin/groups/class_groupManagement.inc:25 include/class_acl.inc:7 -msgid "This does something" -msgstr "Dies tut etwas" +#: plugins/personal/generic/multiple_generic.tpl:275 +#: plugins/personal/generic/generic.tpl:381 +#: plugins/personal/generic/class_user.inc:1437 +#: plugins/admin/departments/generic.tpl:60 +#: plugins/admin/departments/class_departmentGeneric.inc:576 +#: html/getxls.php:228 html/getxls.php:301 +msgid "State" +msgstr "Land" -#: plugins/personal/password/class_password.inc:77 -#: plugins/personal/password/class_password.inc:80 -#: plugins/personal/password/class_password.inc:83 -#: plugins/personal/password/class_password.inc:86 -#: plugins/personal/password/class_password.inc:89 -#: plugins/personal/password/class_password.inc:92 -#: plugins/personal/password/class_password.inc:106 -#: plugins/personal/password/class_password.inc:112 -#: plugins/personal/password/class_password.inc:140 -#: plugins/personal/generic/class_user.inc:1419 -msgid "User password" -msgstr "Benutzerpasswort" +#: plugins/personal/generic/multiple_generic.tpl:302 +#: plugins/personal/generic/generic.tpl:405 +#: plugins/personal/generic/class_user.inc:1395 +msgid "Vocation" +msgstr "Anrede" -#: plugins/personal/password/class_password.inc:78 -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/generic/multiple_generic.tpl:312 +#: plugins/personal/generic/generic.tpl:413 +#: plugins/personal/generic/class_user.inc:1398 +msgid "Unit description" +msgstr "Aufgabengebiet" -#: plugins/personal/password/class_password.inc:81 -#: plugins/personal/generic/main.inc:80 -#: plugins/admin/users/class_userManagement.inc:189 html/password.php:195 -msgid "" -"The passwords you've entered as 'New password' and 'Repeated new password' " -"do not match." -msgstr "" -"Die Passwörter, die Sie als 'Neues Passwort' und 'Neues Passwort " -"(Wiederholung)' eingegeben haben sind nicht identisch." +#: plugins/personal/generic/multiple_generic.tpl:323 +#: plugins/personal/generic/generic.tpl:422 +#: plugins/personal/generic/class_user.inc:1399 +msgid "Subject area" +msgstr "Sachgebiet" -#: plugins/personal/password/class_password.inc:84 -#: plugins/personal/generic/main.inc:85 -#: plugins/admin/users/class_userManagement.inc:194 html/password.php:198 -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/generic/multiple_generic.tpl:334 +#: plugins/personal/generic/generic.tpl:431 +#: plugins/personal/generic/class_user.inc:1400 +msgid "Functional title" +msgstr "Amts-/Dienstbezeichnung" -#: plugins/personal/password/class_password.inc:87 html/password.php:206 -msgid "The password used as new and current are too similar." -msgstr "Das alte und neue Passwort sind sich zu ähnlich." +#: plugins/personal/generic/multiple_generic.tpl:345 +#: plugins/personal/generic/generic.tpl:440 +#: plugins/personal/generic/class_user.inc:1404 +#: plugins/admin/acl/class_divListACL.inc:147 +#: plugins/admin/acl/class_divListACL.inc:206 +#: plugins/admin/acl/class_aclRole.inc:668 +msgid "Role" +msgstr "Funktion" -#: plugins/personal/password/class_password.inc:90 html/password.php:211 -msgid "The password used as new is to short." -msgstr "" -"Das Passwort, welches Sie als 'Neues Passwort' eingegeben haben, ist zu kurz." +#: plugins/personal/generic/multiple_generic.tpl:360 +#: plugins/personal/generic/generic.tpl:454 +#: plugins/personal/generic/class_user.inc:1397 +msgid "Person locality" +msgstr "Dienstort" -#: plugins/personal/password/class_password.inc:93 -#, fuzzy, php-format -msgid "External password changer reported a problem: %s." -msgstr "Das externe Passwort-Änderungsprogramm hat einen Fehler gemeldet:" +#: plugins/personal/generic/multiple_generic.tpl:371 +#: plugins/personal/generic/generic.tpl:463 +#: plugins/personal/generic/class_user.inc:1393 +msgid "Unit" +msgstr "Referat" + +#: plugins/personal/generic/multiple_generic.tpl:382 +#: plugins/personal/generic/generic.tpl:472 +#: plugins/personal/generic/class_user.inc:1403 +msgid "Street" +msgstr "Straße" + +#: plugins/personal/generic/multiple_generic.tpl:392 +#: plugins/personal/generic/generic.tpl:480 +#: plugins/personal/generic/class_user.inc:1405 html/getxls.php:227 +msgid "Postal code" +msgstr "Postleitzahl" + +#: plugins/personal/generic/multiple_generic.tpl:402 +#: plugins/personal/generic/generic.tpl:488 +#: plugins/personal/generic/class_user.inc:1394 +msgid "House identifier" +msgstr "Hausbezeichnung" + +#: plugins/personal/generic/multiple_generic.tpl:449 +#: plugins/personal/generic/generic.tpl:532 +#: plugins/personal/generic/class_user.inc:1396 +msgid "Last delivery" +msgstr "letzte Übermittlung" + +#: plugins/personal/generic/multiple_generic.tpl:460 +#: plugins/personal/generic/generic.tpl:541 +#: plugins/personal/generic/class_user.inc:1402 +msgid "Public visible" +msgstr "Öffentlich sichtbar" + +#: plugins/personal/generic/paste_generic.tpl:1 +msgid "User settings" +msgstr "Benutzer-Einstellungen" + +#: plugins/personal/generic/paste_generic.tpl:7 +#: plugins/personal/generic/generic.tpl:49 plugins/admin/users/template.tpl:23 +msgid "Last name" +msgstr "Nachname" + +#: plugins/personal/generic/paste_generic.tpl:11 +#: plugins/personal/generic/generic.tpl:69 plugins/admin/users/template.tpl:27 +msgid "First name" +msgstr "Vorname" -#: plugins/personal/password/class_password.inc:107 -msgid "" -"The password you've entered as your current password doesn't match the real " -"one." -msgstr "" -"Das Passwort, welches Sie als aktuelles Passwort eingegeben haben, ist nicht " -"korrekt." +#: plugins/personal/generic/paste_generic.tpl:15 +#: plugins/personal/generic/generic.tpl:82 plugins/admin/users/template.tpl:32 +msgid "Login" +msgstr "Kennung" -#: plugins/personal/password/class_password.inc:113 -#, fuzzy -msgid "You have no permission to change your password." -msgstr "Sie haben keine Berechtigung ihr Passwort zu ändern." +#: plugins/personal/generic/paste_generic.tpl:23 +msgid "Clear password" +msgstr "Passwort löschen" -#: plugins/personal/password/nochange.tpl:2 -msgid "Password change not allowed" -msgstr "Passwort-Änderung ist nicht erlaubt" +#: plugins/personal/generic/paste_generic.tpl:24 +msgid "Set new password" +msgstr "Neues Passwort setzen" -#: plugins/personal/password/nochange.tpl:6 -msgid "You are not allowed to change your password at this time" -msgstr "Sie haben keine Berechtigung, ihr Passwort zu ändern" +#: plugins/personal/generic/paste_generic.tpl:47 +#: plugins/personal/generic/class_user.inc:1438 +msgid "User picture" +msgstr "Benutzerbild" -#: plugins/personal/password/changed.tpl:3 -msgid "" -"You've successfully changed your password. Remember to change all programms " -"configured to use it as well." -msgstr "" -"Sie haben erfolgreich Ihr Passwort geändert. Bitte denken Sie daran alle " -"Programme anzupassen, die dieses Passwort auch benutzen." +#: plugins/personal/generic/generic.tpl:29 +#: plugins/personal/generic/generic.tpl:40 +msgid "Change picture" +msgstr "Bild ändern" -#: plugins/personal/password/changed.tpl:9 -#: plugins/personal/generic/main.inc:169 -#: plugins/admin/departments/class_departmentManagement.inc:444 -#: plugins/admin/departments/dep_iframe.tpl:18 setup/class_setup.inc:261 -#: setup/class_setup.inc:263 include/functions.inc:1496 -msgid "Back" -msgstr "Zurück" +#: plugins/personal/generic/generic.tpl:52 +#: plugins/personal/generic/generic.tpl:73 +#: plugins/personal/generic/generic.tpl:89 plugins/admin/groups/generic.tpl:14 +msgid "Multiple edit" +msgstr "Mehrfach bearbeiten" -#: plugins/personal/password/password.tpl:2 -msgid "" -"To change your personal password use the fields below. The changes take " -"effect immediately. Please memorize the new password, because you wouldn't " -"be able to login without it." -msgstr "" -"Um das Passwort zu ändern, benutzen Sie das untere Feld. Die Änderung wird " -"sofort wirksam. Bitte merken Sie sich das neue Passwort, da Sie sich ohne " -"dieses nicht mehr anmelden können." +#: plugins/personal/generic/generic.tpl:62 +msgid "Template name" +msgstr "Name der Vorlage" -#: plugins/personal/password/password.tpl:6 plugins/admin/users/password.tpl:6 -msgid "" -"Changing the password affects your authentification on mail, proxy, samba " -"and unix services." -msgstr "" -"Das Ändern des Passwortes wirkt sich auf ihre Authentifizierung bei Mail-, " -"Proxy-, Samba- und Unix-Diensten aus." +#: plugins/personal/generic/generic.tpl:98 +#: plugins/personal/generic/class_user.inc:1423 +msgid "Personal title" +msgstr "Titel" -#: plugins/personal/password/password.tpl:21 -#: plugins/personal/generic/password.tpl:11 -#: plugins/admin/users/password.tpl:15 -msgid "Repeat new password" -msgstr "Neues Passwort (Wiederholung)" +#: plugins/personal/generic/generic.tpl:119 +#: plugins/personal/generic/class_user.inc:1430 +msgid "Date of birth" +msgstr "Geburtsdatum" -#: plugins/personal/password/password.tpl:30 -#: plugins/personal/generic/password.tpl:17 -#: plugins/admin/users/password.tpl:21 -msgid "Set password" -msgstr "Passwort setzen" +#: plugins/personal/generic/generic.tpl:137 +#: ihtml/themes/default/sizelimit.tpl:14 +msgid "Set" +msgstr "Setzen" -#: plugins/personal/password/password.tpl:32 -msgid "Clear fields" -msgstr "Felder löschen" +#: plugins/personal/generic/generic.tpl:144 html/getxls.php:86 +#: html/getxls.php:281 +msgid "Sex" +msgstr "Geschlecht" -#: plugins/personal/password/main.inc:46 setup/setup_config1.tpl:136 -msgid "Password settings" -msgstr "Passwort-Einstellungen" +#: plugins/personal/generic/generic.tpl:230 include/functions.inc:936 +msgid "Configure" +msgstr "Konfigurieren" -#: plugins/personal/generic/generic_certs.tpl:3 -#: plugins/personal/generic/multiple_generic.tpl:117 -#: plugins/personal/generic/generic.tpl:238 -msgid "Certificates" -msgstr "Zertifikate" +#: plugins/personal/generic/generic.tpl:517 +msgid "Please use the phone tab" +msgstr "Verwenden sie den Telefon-Reiter" #: plugins/personal/generic/generic_certs.tpl:8 msgid "Standard certificate" @@ -1205,11 +1180,11 @@ msgstr "Standard-Zertifikat" #: plugins/personal/generic/generic_certs.tpl:21 #: plugins/personal/generic/generic_certs.tpl:45 #: plugins/personal/generic/generic_certs.tpl:69 -#: plugins/admin/users/class_divListUsers.inc:168 -#: plugins/admin/ogroups/class_divListOGroup.inc:185 -#: plugins/admin/departments/class_divListDepartment.inc:141 #: plugins/admin/acl/class_divListACL.inc:153 #: plugins/admin/groups/class_divListGroup.inc:173 +#: plugins/admin/users/class_divListUsers.inc:168 +#: plugins/admin/departments/class_divListDepartment.inc:141 +#: plugins/admin/ogroups/class_divListOGroup.inc:185 msgid "Remove" msgstr "Entfernen" @@ -1226,66 +1201,6 @@ msgstr "PKCS12-Zertifikat" msgid "Certificate serial number" msgstr "Zertifikat-Seriennummer" -#: plugins/personal/generic/class_user.inc:265 -#: plugins/personal/posix/class_posixAccount.inc:494 -msgid "January" -msgstr "Januar" - -#: plugins/personal/generic/class_user.inc:265 -#: plugins/personal/posix/class_posixAccount.inc:494 -msgid "February" -msgstr "Februar" - -#: plugins/personal/generic/class_user.inc:265 -#: plugins/personal/posix/class_posixAccount.inc:494 -msgid "March" -msgstr "März" - -#: plugins/personal/generic/class_user.inc:265 -#: plugins/personal/posix/class_posixAccount.inc:494 -msgid "April" -msgstr "April" - -#: plugins/personal/generic/class_user.inc:266 -#: plugins/personal/posix/class_posixAccount.inc:495 -msgid "May" -msgstr "Mai" - -#: plugins/personal/generic/class_user.inc:266 -#: plugins/personal/posix/class_posixAccount.inc:495 -msgid "June" -msgstr "Juni" - -#: plugins/personal/generic/class_user.inc:266 -#: plugins/personal/posix/class_posixAccount.inc:495 -msgid "July" -msgstr "Juli" - -#: plugins/personal/generic/class_user.inc:266 -#: plugins/personal/posix/class_posixAccount.inc:495 -msgid "August" -msgstr "August" - -#: plugins/personal/generic/class_user.inc:266 -#: plugins/personal/posix/class_posixAccount.inc:495 -msgid "September" -msgstr "September" - -#: plugins/personal/generic/class_user.inc:267 -#: plugins/personal/posix/class_posixAccount.inc:496 -msgid "October" -msgstr "Oktober" - -#: plugins/personal/generic/class_user.inc:267 -#: plugins/personal/posix/class_posixAccount.inc:496 -msgid "November" -msgstr "November" - -#: plugins/personal/generic/class_user.inc:267 -#: plugins/personal/posix/class_posixAccount.inc:496 -msgid "December" -msgstr "Dezember" - #: plugins/personal/generic/class_user.inc:276 msgid "female" msgstr "weiblich" @@ -1300,12 +1215,11 @@ msgstr "Dieses Konto besitzt keine gültigen GOsa-Erweiterungen." #: plugins/personal/generic/class_user.inc:374 msgid "Cannot upload file!" -msgstr "" +msgstr "Kann Datei nicht hochladen!" #: plugins/personal/generic/class_user.inc:471 -#, fuzzy msgid "Please enter a valid serial number!" -msgstr "Bitte geben Sie eine gültige Seriennummer ein" +msgstr "Bitte geben Sie eine gültige Seriennummer ein!" #: plugins/personal/generic/class_user.inc:515 msgid "" @@ -1332,15 +1246,13 @@ msgstr "ungültig" msgid "No certificate installed" msgstr "Kein Zertifikat eingerichtet" -#: plugins/personal/generic/class_user.inc:554 -#, fuzzy +#: plugins/personal/generic/class_user.inc:554 html/password.php:161 msgid "Password method" -msgstr "Passwort-Speicherung" +msgstr "Passwort-Methode" #: plugins/personal/generic/class_user.inc:554 -#, fuzzy msgid "The selected password method is no longer available." -msgstr "Diese Applikation ist nicht mehr verfügbar." +msgstr "Die gewählte Passwort-Methode ist nicht mehr verfügbar." #: plugins/personal/generic/class_user.inc:649 #, php-format @@ -1348,9 +1260,10 @@ msgid "Removing of user/generic account with dn '%s' failed." msgstr "Entfernen von Benutzer/Allgemeines Konto mit dn '%s' fehlgeschlagen." #: plugins/personal/generic/class_user.inc:732 -#, fuzzy, php-format +#, php-format msgid "You have no permission to move this object to '%s'!" -msgstr "Sie haben keine Berechtigung, diese Sperrliste zu entfernen." +msgstr "" +"Sie haben keine Berechtigung, um dieses Objekt nach '%s' zu verschieben!" #: plugins/personal/generic/class_user.inc:985 #, php-format @@ -1402,7 +1315,7 @@ msgstr "Das Feld 'Homepage' enthält eine ungültige Internetadresse." #: plugins/personal/generic/class_user.inc:1158 #: plugins/personal/generic/class_user.inc:1529 #: plugins/personal/generic/class_user.inc:1550 -#: plugins/admin/departments/class_departmentGeneric.inc:276 +#: plugins/admin/departments/class_departmentGeneric.inc:264 msgid "The field 'Name' contains invalid characters." msgstr "Das Feld 'Name' enthält ungültige Zeichen." @@ -1415,105 +1328,29 @@ msgstr "Das Feld 'Vorname' enthält ungültige Zeichen." #: plugins/personal/generic/class_user.inc:1141 #: plugins/personal/generic/class_user.inc:1535 -#: plugins/admin/departments/class_departmentGeneric.inc:279 +#: plugins/admin/departments/class_departmentGeneric.inc:267 msgid "The field 'Phone' contains an invalid phone number." -msgstr "Das Feld 'Telefon' enthält eine ungültige Telefonnummer." - -#: plugins/personal/generic/class_user.inc:1144 -#: plugins/personal/generic/class_user.inc:1538 -#: plugins/admin/departments/class_departmentGeneric.inc:282 -msgid "The field 'Fax' contains an invalid phone number." -msgstr "Das Feld 'Fax' enthält eine ungültige Telefonnummer." - -#: plugins/personal/generic/class_user.inc:1147 -#: plugins/personal/generic/class_user.inc:1541 -msgid "The field 'Mobile' contains an invalid phone number." -msgstr "Das Feld 'Mobil' enthält eine ungültige Telefonnummer" - -#: plugins/personal/generic/class_user.inc:1150 -#: plugins/personal/generic/class_user.inc:1544 -msgid "The field 'Pager' contains an invalid phone number." -msgstr "Das Feld 'Pager' enthält eine ungültige Telefonnummer." - -#: plugins/personal/generic/class_user.inc:1262 -#, fuzzy -msgid "Cannot open certificate!" -msgstr "Die angegebene Datei konnte nicht geöffnet werden!" - -#: plugins/personal/generic/class_user.inc:1393 -#: plugins/personal/generic/multiple_generic.tpl:371 -#: plugins/personal/generic/generic.tpl:463 -msgid "Unit" -msgstr "Referat" - -#: plugins/personal/generic/class_user.inc:1394 -#: plugins/personal/generic/multiple_generic.tpl:402 -#: plugins/personal/generic/generic.tpl:488 -msgid "House identifier" -msgstr "Hausbezeichnung" - -#: plugins/personal/generic/class_user.inc:1395 -#: plugins/personal/generic/multiple_generic.tpl:302 -#: plugins/personal/generic/generic.tpl:405 -msgid "Vocation" -msgstr "Anrede" - -#: plugins/personal/generic/class_user.inc:1396 -#: plugins/personal/generic/multiple_generic.tpl:449 -#: plugins/personal/generic/generic.tpl:532 -msgid "Last delivery" -msgstr "letzte Übermittlung" - -#: plugins/personal/generic/class_user.inc:1397 -#: plugins/personal/generic/multiple_generic.tpl:360 -#: plugins/personal/generic/generic.tpl:454 -msgid "Person locality" -msgstr "Dienstort" - -#: plugins/personal/generic/class_user.inc:1398 -#: plugins/personal/generic/multiple_generic.tpl:312 -#: plugins/personal/generic/generic.tpl:413 -msgid "Unit description" -msgstr "Aufgabengebiet" - -#: plugins/personal/generic/class_user.inc:1399 -#: plugins/personal/generic/multiple_generic.tpl:323 -#: plugins/personal/generic/generic.tpl:422 -msgid "Subject area" -msgstr "Sachgebiet" - -#: plugins/personal/generic/class_user.inc:1400 -#: plugins/personal/generic/multiple_generic.tpl:334 -#: plugins/personal/generic/generic.tpl:431 -msgid "Functional title" -msgstr "Amts-/Dienstbezeichnung" - -#: plugins/personal/generic/class_user.inc:1402 -#: plugins/personal/generic/multiple_generic.tpl:460 -#: plugins/personal/generic/generic.tpl:541 -msgid "Public visible" -msgstr "Öffentlich sichtbar" +msgstr "Das Feld 'Telefon' enthält eine ungültige Telefonnummer." -#: plugins/personal/generic/class_user.inc:1403 -#: plugins/personal/generic/multiple_generic.tpl:382 -#: plugins/personal/generic/generic.tpl:472 -msgid "Street" -msgstr "Straße" +#: plugins/personal/generic/class_user.inc:1144 +#: plugins/personal/generic/class_user.inc:1538 +#: plugins/admin/departments/class_departmentGeneric.inc:270 +msgid "The field 'Fax' contains an invalid phone number." +msgstr "Das Feld 'Fax' enthält eine ungültige Telefonnummer." -#: plugins/personal/generic/class_user.inc:1404 -#: plugins/personal/generic/multiple_generic.tpl:345 -#: plugins/personal/generic/generic.tpl:440 -#: plugins/admin/acl/class_aclRole.inc:668 -#: plugins/admin/acl/class_divListACL.inc:147 -#: plugins/admin/acl/class_divListACL.inc:206 -msgid "Role" -msgstr "Funktion" +#: plugins/personal/generic/class_user.inc:1147 +#: plugins/personal/generic/class_user.inc:1541 +msgid "The field 'Mobile' contains an invalid phone number." +msgstr "Das Feld 'Mobil' enthält eine ungültige Telefonnummer" -#: plugins/personal/generic/class_user.inc:1405 -#: plugins/personal/generic/multiple_generic.tpl:392 -#: plugins/personal/generic/generic.tpl:480 html/getxls.php:227 -msgid "Postal code" -msgstr "Postleitzahl" +#: plugins/personal/generic/class_user.inc:1150 +#: plugins/personal/generic/class_user.inc:1544 +msgid "The field 'Pager' contains an invalid phone number." +msgstr "Das Feld 'Pager' enthält eine ungültige Telefonnummer." + +#: plugins/personal/generic/class_user.inc:1262 +msgid "Cannot open certificate!" +msgstr "Kann Zertifikat nicht öffnen!" #: plugins/personal/generic/class_user.inc:1409 msgid "Generic user settings" @@ -1526,25 +1363,6 @@ msgstr "Allgemeine Benutzereinstellungen" msgid "Users" msgstr "Benutzer" -#: plugins/personal/generic/class_user.inc:1418 -#: plugins/personal/generic/multiple_generic.tpl:47 -#: plugins/personal/generic/generic.tpl:170 -#: plugins/addons/gotomasses/class_target_list.inc:130 -#: plugins/admin/users/class_divListUsers.inc:143 -#: plugins/admin/ogroups/class_ogroup.inc:762 -#: plugins/admin/ogroups/generic.tpl:26 -#: plugins/admin/ogroups/class_divListOGroup.inc:163 -#: plugins/admin/departments/class_departmentGeneric.inc:592 -#: plugins/admin/departments/class_divListDepartment.inc:125 -#: plugins/admin/departments/generic.tpl:35 plugins/admin/acl/acl_role.tpl:27 -#: plugins/admin/acl/class_aclRole.inc:678 -#: plugins/admin/acl/class_divListACL.inc:134 -#: plugins/admin/groups/class_divListGroup.inc:151 -#: plugins/admin/groups/generic.tpl:39 -#: plugins/admin/groups/class_groupGeneric.inc:1002 setup/setup_ldap.tpl:55 -msgid "Base" -msgstr "Basis" - #: plugins/personal/generic/class_user.inc:1420 html/getxls.php:301 msgid "Surename" msgstr "Nachname" @@ -1558,17 +1376,6 @@ msgstr "Vorname" msgid "User identification" msgstr "Benutzerkennung" -#: plugins/personal/generic/class_user.inc:1423 -#: plugins/personal/generic/generic.tpl:98 -msgid "Personal title" -msgstr "Titel" - -#: plugins/personal/generic/class_user.inc:1424 -#: plugins/personal/generic/multiple_generic.tpl:23 -#: plugins/personal/generic/generic.tpl:108 -msgid "Academic title" -msgstr "Akademischer Titel" - #: plugins/personal/generic/class_user.inc:1425 html/getxls.php:224 msgid "Home postal address" msgstr "Private Adresse" @@ -1577,24 +1384,6 @@ msgstr "Private Adresse" msgid "Home phone number" msgstr "Telefonnummer (privat)" -#: plugins/personal/generic/class_user.inc:1427 -#: plugins/personal/generic/multiple_generic.tpl:88 -#: plugins/personal/generic/generic.tpl:210 -msgid "Homepage" -msgstr "Homepage" - -#: plugins/personal/generic/class_user.inc:1428 -#: plugins/personal/generic/multiple_generic.tpl:149 -#: plugins/personal/generic/generic.tpl:271 setup/setup_feedback.tpl:14 -#: html/getxls.php:299 -msgid "Organization" -msgstr "Organisation" - -#: plugins/personal/generic/class_user.inc:1430 -#: plugins/personal/generic/generic.tpl:119 -msgid "Date of birth" -msgstr "Geburtsdatum" - #: plugins/personal/generic/class_user.inc:1431 msgid "Gender" msgstr "Geschlecht" @@ -1611,35 +1400,6 @@ msgstr "Abteilungsnummer" msgid "Employee number" msgstr "Personalnummer" -#: plugins/personal/generic/class_user.inc:1435 -#: plugins/personal/generic/multiple_generic.tpl:189 -#: plugins/personal/generic/generic.tpl:303 -msgid "Employee type" -msgstr "Anstellungsart" - -#: plugins/personal/generic/class_user.inc:1436 -#: plugins/personal/generic/multiple_generic.tpl:265 -#: plugins/personal/generic/generic.tpl:373 -#: plugins/admin/departments/class_departmentGeneric.inc:593 -#: plugins/admin/departments/generic.tpl:56 -#: plugins/admin/departments/generic.tpl:68 html/getxls.php:224 -msgid "Location" -msgstr "Ort" - -#: plugins/personal/generic/class_user.inc:1437 -#: plugins/personal/generic/multiple_generic.tpl:275 -#: plugins/personal/generic/generic.tpl:381 -#: plugins/admin/departments/class_departmentGeneric.inc:597 -#: plugins/admin/departments/generic.tpl:60 html/getxls.php:228 -#: html/getxls.php:301 -msgid "State" -msgstr "Land" - -#: plugins/personal/generic/class_user.inc:1438 -#: plugins/personal/generic/paste_generic.tpl:47 -msgid "User picture" -msgstr "Benutzerbild" - #: plugins/personal/generic/class_user.inc:1439 msgid "Room number" msgstr "Raumnummer" @@ -1669,926 +1429,970 @@ msgstr "Adresse" msgid "Fax number" msgstr "Faxnummer" -#: plugins/personal/generic/multiple_generic.tpl:5 -#: plugins/personal/generic/generic.tpl:6 -msgid "Personal information" -msgstr "Persönliche Informationen" +#: plugins/personal/generic/main.inc:103 +msgid "You have no permission to set your password!" +msgstr "Sie haben keine Berechtigung ihr Passwort zu speichern!" -#: plugins/personal/generic/multiple_generic.tpl:13 -#: plugins/personal/generic/paste_generic.tpl:37 -#: plugins/personal/generic/generic.tpl:20 -#: plugins/personal/generic/generic.tpl:22 -#: plugins/personal/generic/generic.tpl:38 -#: plugins/personal/generic/generic_picture.tpl:5 -#: plugins/personal/generic/generic_picture.tpl:15 -msgid "Personal picture" -msgstr "Bild" +#: plugins/personal/generic/main.inc:194 +msgid "Generic user information" +msgstr "Generische Benutzer-Information" -#: plugins/personal/generic/multiple_generic.tpl:33 -#: plugins/personal/generic/generic.tpl:157 -msgid "Preferred langage" -msgstr "Bevorzugte Sprache" +#: plugins/addons/notifications/class_msgplug.inc:6 +#: plugins/addons/notifications/main.inc:47 +msgid "Notifications" +msgstr "Meldungen" -#: plugins/personal/generic/multiple_generic.tpl:53 -#: plugins/personal/generic/generic.tpl:175 -msgid "Choose subtree to place user in" -msgstr "Wählen Sie den Teilbaum, in den der Benutzer eingepflegt werden soll" +#: plugins/addons/notifications/class_msgplug.inc:36 +#: plugins/admin/groups/class_groupGeneric.inc:998 +#: plugins/admin/groups/class_groupManagement.inc:24 include/class_acl.inc:196 +#: html/getxls.php:124 html/getxls.php:126 html/getxls.php:309 +msgid "Groups" +msgstr "Gruppen" -#: plugins/personal/generic/multiple_generic.tpl:56 -#: plugins/personal/generic/generic.tpl:180 -#: plugins/admin/ogroups/generic.tpl:34 -#: plugins/admin/departments/generic.tpl:45 plugins/admin/acl/acl_role.tpl:37 -#: plugins/admin/groups/generic.tpl:49 -msgid "Select a base" -msgstr "Wählen Sie eine Basis" +#: plugins/addons/notifications/class_msgplug.inc:99 +#: plugins/admin/acl/class_aclManagement.inc:160 +#: plugins/admin/acl/class_aclManagement.inc:197 +#: plugins/admin/acl/class_aclManagement.inc:250 +#: plugins/admin/acl/class_aclManagement.inc:274 +#: plugins/admin/acl/class_aclManagement.inc:313 +#: plugins/admin/acl/class_aclManagement.inc:337 +#: plugins/admin/groups/class_groupManagement.inc:334 +#: plugins/admin/groups/class_groupManagement.inc:387 +#: plugins/admin/groups/class_groupManagement.inc:418 +#: plugins/admin/departments/class_departmentManagement.inc:206 +#: plugins/admin/departments/class_departmentManagement.inc:254 +#: plugins/admin/departments/class_departmentManagement.inc:273 +#: plugins/admin/ogroups/class_ogroupManagement.inc:215 +#: plugins/admin/ogroups/class_ogroupManagement.inc:267 +#: plugins/admin/ogroups/class_ogroupManagement.inc:294 +msgid "Permission error" +msgstr "Berechtigungsfehler" -#: plugins/personal/generic/multiple_generic.tpl:67 -#: plugins/personal/generic/multiple_generic.tpl:285 -#: plugins/personal/generic/generic.tpl:194 -#: plugins/personal/generic/generic.tpl:389 -#: plugins/admin/departments/class_departmentGeneric.inc:598 -#: plugins/admin/departments/generic.tpl:76 html/getxls.php:227 -msgid "Address" -msgstr "Adresse" +#: plugins/addons/notifications/class_msgplug.inc:99 +msgid "You have no permissions to send a message!" +msgstr "Sie haben keine Berechtigung, um eine Nachricht zu senden!" -#: plugins/personal/generic/multiple_generic.tpl:78 -#: plugins/personal/generic/generic.tpl:202 -msgid "Private phone" -msgstr "Privat-Telefon" +#: plugins/addons/notifications/class_msgplug.inc:103 +#: plugins/addons/notifications/class_msgplug.inc:111 +#: plugins/admin/groups/class_groupGeneric.inc:137 +#: plugins/admin/groups/class_groupGeneric.inc:532 +#: include/utils/class_timezone.inc:51 +#: include/password-methods/class_password-methods-sha.inc:46 +#: include/password-methods/class_password-methods-ssha.inc:51 +#: include/functions.inc:602 include/functions.inc:2522 +#: include/functions.inc:2541 include/class_plugin.inc:1133 +#: include/class_plugin.inc:1145 include/class_pluglist.inc:148 +#: include/class_config.inc:556 include/class_CopyPasteHandler.inc:91 +#: include/class_CopyPasteHandler.inc:99 +#: include/class_CopyPasteHandler.inc:148 +#: include/class_CopyPasteHandler.inc:156 +#: include/class_CopyPasteHandler.inc:165 html/index.php:206 +msgid "Configuration error" +msgstr "Konfigurationsfehler" -#: plugins/personal/generic/multiple_generic.tpl:105 -#: plugins/personal/generic/generic.tpl:223 -msgid "Password storage" -msgstr "Passwort-Speicherung" +#: plugins/addons/notifications/class_msgplug.inc:103 +#, php-format +msgid "Missing '%s' directive in configuration!" +msgstr "Fehlende '%s'-Anweisung in der Konfiguration!" -#: plugins/personal/generic/multiple_generic.tpl:121 -#: plugins/personal/generic/generic.tpl:241 -msgid "Edit certificates" -msgstr "Zertifikate bearbeiten" +#: plugins/addons/notifications/class_msgplug.inc:111 +#, php-format +msgid "'%s' defined for the '%s' directive cannot be executed!" +msgstr "Das Ziel '%s' der Anweisung '%s' kann nicht ausgeführt werden!" -#: plugins/personal/generic/multiple_generic.tpl:137 -#: plugins/personal/generic/generic.tpl:259 -msgid "Organizational information" -msgstr "Angabe zur Organisationseinheit" +#: plugins/addons/notifications/class_msgplug.inc:117 +msgid "Please specify at least one recipient to send a message!" +msgstr "" +"Bitte geben Sie mindestens einen Empfänger an, um eine Nachricht zu senden!" -#: plugins/personal/generic/multiple_generic.tpl:169 -#: plugins/personal/generic/generic.tpl:287 -msgid "Department No." -msgstr "Abteilungs-Nr." +#: plugins/addons/notifications/class_msgplug.inc:213 +#, fuzzy, php-format +msgid "Cannot find a DESC tag in file '%s'!" +msgstr "Kann Datei '%s' nicht anlegen." -#: plugins/personal/generic/multiple_generic.tpl:179 -#: plugins/personal/generic/generic.tpl:295 -msgid "Employee No." -msgstr "Angestellten-Nr." +#: plugins/addons/notifications/class_msgplug.inc:240 +msgid "Notification" +msgstr "Meldung" -#: plugins/personal/generic/multiple_generic.tpl:207 -#: plugins/personal/generic/multiple_generic.tpl:418 -#: plugins/personal/generic/generic.tpl:321 -#: plugins/personal/generic/generic.tpl:503 -msgid "Room No." -msgstr "Zimmer-Nr." +#: plugins/addons/notifications/class_msgplug.inc:241 +#: plugins/addons/notifications/class_msgplug.inc:246 +msgid "Notification plugin" +msgstr "Meldungs-Erweiterung" -#: plugins/personal/generic/multiple_generic.tpl:227 -#: plugins/personal/generic/generic.tpl:339 html/getxls.php:299 -msgid "Mobile" -msgstr "Mobiltelefon" +#: plugins/addons/notifications/class_msgplug.inc:249 +msgid "Allow sending notifications" +msgstr "Erlaube Senden von Benachrichtigungen" -#: plugins/personal/generic/multiple_generic.tpl:237 -#: plugins/personal/generic/generic.tpl:347 html/getxls.php:226 -#: html/getxls.php:300 -msgid "Pager" -msgstr "Pager" +#: plugins/addons/notifications/contents.tpl:2 +msgid "Notification target" +msgstr "Empfänger der Meldung" -#: plugins/personal/generic/paste_generic.tpl:1 -msgid "User settings" -msgstr "Benutzer-Einstellungen" +#: plugins/addons/notifications/contents.tpl:7 +msgid "Use target from" +msgstr "Verwende Ziel von" -#: plugins/personal/generic/paste_generic.tpl:7 -#: plugins/personal/generic/generic.tpl:49 plugins/admin/users/template.tpl:23 -msgid "Last name" -msgstr "Nachname" +#: plugins/addons/notifications/contents.tpl:12 +#: plugins/admin/acl/acl_role.tpl:49 plugins/admin/acl/acl_role.tpl:59 +#: plugins/admin/acl/acl_role.tpl:73 +#: plugins/admin/groups/class_groupManagement.inc:469 +#: plugins/admin/users/class_userManagement.inc:874 +#: plugins/admin/ogroups/class_ogroupManagement.inc:403 +#: setup/setup_ldap.tpl:16 setup/setup_migrate.tpl:133 +#: setup/setup_migrate.tpl:184 setup/setup_migrate.tpl:250 +#: setup/setup_migrate.tpl:305 setup/setup_migrate.tpl:358 +#: ihtml/themes/default/acl.tpl:8 ihtml/themes/default/acl.tpl:20 +#: ihtml/themes/default/acl.tpl:75 ihtml/themes/default/acl.tpl:89 +msgid "Apply" +msgstr "Anwenden" -#: plugins/personal/generic/paste_generic.tpl:11 -#: plugins/personal/generic/generic.tpl:69 plugins/admin/users/template.tpl:27 -msgid "First name" -msgstr "Vorname" +#: plugins/addons/notifications/contents.tpl:21 +msgid "Available recipients" +msgstr "Verfügbare Empfänger" -#: plugins/personal/generic/paste_generic.tpl:15 -#: plugins/personal/generic/generic.tpl:82 plugins/admin/users/template.tpl:32 -msgid "Login" -msgstr "Kennung" +#: plugins/addons/notifications/contents.tpl:22 +#: ihtml/themes/default/acl.tpl:30 +msgid "List message possible targets" +msgstr "Zeige mögliche Empfänger dieser Nachricht" -#: plugins/personal/generic/paste_generic.tpl:23 -msgid "Clear password" -msgstr "Passwort löschen" +#: plugins/addons/notifications/contents.tpl:33 +msgid "Recipients" +msgstr "Empfänger" -#: plugins/personal/generic/paste_generic.tpl:24 -msgid "Set new password" -msgstr "Neues Passwort setzen" +#: plugins/addons/notifications/contents.tpl:34 +#: ihtml/themes/default/acl.tpl:42 +msgid "List message recipients" +msgstr "Zeige Nachrichtenempfänger" -#: plugins/personal/generic/paste_generic.tpl:52 -#: plugins/personal/generic/generic_picture.tpl:27 -msgid "Remove picture" -msgstr "Bild entfernen" +#: plugins/addons/notifications/contents.tpl:44 +msgid "Message" +msgstr "Nachricht" -#: 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/addons/notifications/contents.tpl:54 +msgid "Import" +msgstr "Importieren" -#: plugins/personal/generic/generic.tpl:29 -#: plugins/personal/generic/generic.tpl:40 -msgid "Change picture" -msgstr "Bild ändern" +#: plugins/addons/notifications/contents.tpl:60 +msgid "Send message" +msgstr "Nachricht senden" -#: plugins/personal/generic/generic.tpl:52 -#: plugins/personal/generic/generic.tpl:73 -#: plugins/personal/generic/generic.tpl:89 plugins/admin/groups/generic.tpl:14 -msgid "Multiple edit" +#: plugins/addons/notifications/contents.tpl:72 +msgid "Notification send!" +msgstr "Meldung gesendet!" + +#: plugins/addons/notifications/contents.tpl:75 +msgid "" +"Your message has been sent successfully. Press the continue button to get " +"back to the notification plugin." msgstr "" +"Ihre Nachricht wurde erfolgreich verschickt. Drücken Sie den Knopf " +"Fortfahren um zurück zur Mitteilungs-Erweiterung zu gelangen." -#: plugins/personal/generic/generic.tpl:62 -msgid "Template name" -msgstr "Name der Vorlage" +#: plugins/addons/notifications/contents.tpl:78 +#: plugins/admin/users/template.tpl:48 +#: plugins/admin/departments/class_departmentGeneric.inc:451 +#: plugins/admin/departments/class_departmentGeneric.inc:546 +#: setup/class_setup.inc:266 ihtml/themes/default/snapshotdialog.tpl:87 +msgid "Continue" +msgstr "Fortsetzen" -#: plugins/personal/generic/generic.tpl:144 html/getxls.php:86 -#: html/getxls.php:281 -msgid "Sex" -msgstr "Geschlecht" +#: plugins/addons/bugsubmitter/class_bugsubmitter.inc:5 +msgid "Bug submitter" +msgstr "Bug-Melder" -#: plugins/personal/generic/generic.tpl:230 include/functions.inc:923 -msgid "Configure" -msgstr "Konfigurieren" +#: plugins/addons/bugsubmitter/class_bugsubmitter.inc:6 +msgid "" +"Bugsubmitter" +msgstr "" +"Bugsubmitter" -#: plugins/personal/generic/generic.tpl:517 -msgid "Please use the phone tab" -msgstr "Verwenden sie den Telefon-Reiter" +#: plugins/admin/acl/tabs_acl.inc:8 plugins/admin/acl/class_divListACL.inc:240 +msgid "Acl" +msgstr "ACL" -#: plugins/personal/generic/main.inc:103 -#, fuzzy -msgid "You have no permission to set your password!" -msgstr "Sie haben keine Berechtigung ihr Passwort zu ändern." +#: plugins/admin/acl/tabs_acl_role.inc:8 +msgid "ACL Templates" +msgstr "ACL Vorlagen" -#: plugins/personal/generic/main.inc:172 plugins/personal/posix/main.inc:120 -#: plugins/addons/gotomasses/class_divListMasses.inc:125 -#: plugins/admin/users/class_divListUsers.inc:164 -#: plugins/admin/groups/class_divListGroup.inc:171 -msgid "Edit" -msgstr "Bearbeiten" +#: plugins/admin/acl/class_aclManagement.inc:24 +msgid "ACLs" +msgstr "ACLs" -#: plugins/personal/generic/main.inc:182 plugins/personal/posix/main.inc:118 -msgid "Click the 'Edit' button below to change informations in this dialog" -msgstr "" -"Betätigen sie den 'Bearbeiten'-Schalter unten um Informationen in diesem " -"Dialog zu ändern" +#: plugins/admin/acl/class_aclManagement.inc:160 +msgid "You have no permission to create a new role!" +msgstr "Sie haben keine Berechtigung, eine neue Rolle zu erzeugen!" -#: plugins/personal/generic/main.inc:194 -msgid "Generic user information" -msgstr "Generische Benutzer-Information" +#: plugins/admin/acl/class_aclManagement.inc:197 +msgid "You have no permission to edit this ACL!" +msgstr "Sie haben keine Berechtigung, diese ACL zu bearbeiten!" -#: plugins/personal/posix/posix_groups.tpl:6 -msgid "Select groups to add" -msgstr "Wählen Sie die hinzuzufügenden Gruppen" +#: plugins/admin/acl/class_aclManagement.inc:242 +#: plugins/admin/acl/class_aclManagement.inc:306 +#, php-format +msgid "You're about to delete the acl %s." +msgstr "Sie sind dabei die ACL %s zu löschen." -#: plugins/personal/posix/posix_groups.tpl:32 -msgid "Display groups of department" -msgstr "Zeige Gruppen der Abteilung" +#: plugins/admin/acl/class_aclManagement.inc:250 +#: plugins/admin/acl/class_aclManagement.inc:274 +#: plugins/admin/acl/class_aclManagement.inc:313 +#: plugins/admin/acl/class_aclManagement.inc:337 +#: plugins/admin/groups/class_groupManagement.inc:334 +#: plugins/admin/groups/class_groupManagement.inc:387 +#: plugins/admin/groups/class_groupManagement.inc:418 +#: plugins/admin/departments/class_departmentManagement.inc:206 +#: plugins/admin/departments/class_departmentManagement.inc:254 +#: plugins/admin/departments/class_departmentManagement.inc:273 +#: plugins/admin/ogroups/class_ogroupManagement.inc:215 +#: plugins/admin/ogroups/class_ogroupManagement.inc:267 +#: plugins/admin/ogroups/class_ogroupManagement.inc:294 +msgid "You have no permission to delete this entry!" +msgstr "Sie haben keine Berechtigung um diesen Eintrag zu entfernen!" -#: plugins/personal/posix/posix_groups.tpl:35 -#: plugins/personal/posix/trust_machines.tpl:27 -#: plugins/admin/ogroups/ogroup_objects.tpl:42 -#: plugins/admin/groups/group_objects.tpl:40 -msgid "Choose the department the search will be based on" -msgstr "Wählen Sie die Abteilung, auf die die Suchfunktion angewandt wird" +#: plugins/admin/acl/class_divListACL.inc:31 +msgid "List of acl" +msgstr "Liste der ACL" -#: plugins/personal/posix/posix_groups.tpl:44 -msgid "Display groups matching" -msgstr "Zeige Gruppen, auf die zutrifft" +#: plugins/admin/acl/class_divListACL.inc:32 +msgid "List of acls" +msgstr "Liste der ACLs" -#: plugins/personal/posix/posix_groups.tpl:48 -#: plugins/addons/gotomasses/class_target_list.inc:61 -#: plugins/admin/ogroups/class_divListOGroup.inc:85 -#: plugins/admin/groups/class_divListGroup.inc:76 -msgid "Regular expression for matching group names" -msgstr "Regulärer Ausdruck zum Erkennen von Gruppennamen" +#: plugins/admin/acl/class_divListACL.inc:36 +msgid "This menu allows you to edit and delete selected acls." +msgstr "" +"Dieses Menü erlaubt es Ihnen, ausgewählte ACLs zu entfernen und zu " +"bearbeiten." -#: plugins/personal/posix/posix_groups.tpl:55 -msgid "Display groups of user" -msgstr "Zeige Gruppen des Benutzers" +#: plugins/admin/acl/class_divListACL.inc:54 +#: plugins/admin/ogroups/tabs_ogroups.inc:126 +msgid "Summary" +msgstr "Übersicht" -#: plugins/personal/posix/posix_groups.tpl:59 -#: plugins/admin/groups/class_divListGroup.inc:77 -msgid "User name of which groups are shown" -msgstr "Benutzername, dessen Gruppen angezeigt werden" +#: plugins/admin/acl/class_divListACL.inc:55 +#: plugins/admin/acl/class_divListACL.inc:140 +#: plugins/admin/groups/class_divListGroup.inc:62 +#: plugins/admin/groups/class_divListGroup.inc:157 +#: plugins/admin/users/class_divListUsers.inc:63 +#: plugins/admin/users/class_divListUsers.inc:149 +#: plugins/admin/departments/class_divListDepartment.inc:49 +#: plugins/admin/departments/class_divListDepartment.inc:130 +#: plugins/admin/ogroups/class_divListOGroup.inc:66 +#: plugins/admin/ogroups/class_divListOGroup.inc:169 +msgid "Actions" +msgstr "Aktionen" -#: plugins/personal/posix/posix_groups.tpl:68 -#: plugins/addons/gotomasses/class_target_list.inc:57 +#: plugins/admin/acl/class_divListACL.inc:61 +#: plugins/admin/groups/class_divListGroup.inc:73 #: plugins/admin/users/class_divListUsers.inc:74 +#: plugins/admin/departments/class_divListDepartment.inc:53 #: plugins/admin/ogroups/ogroup_objects.tpl:38 #: plugins/admin/ogroups/class_divListOGroup.inc:82 -#: plugins/admin/departments/class_divListDepartment.inc:53 -#: plugins/admin/groups/class_divListGroup.inc:73 -#, fuzzy -msgid "Search in subtrees" -msgstr "Suche im Teilbaum" - -#: plugins/personal/posix/posix_groups.tpl:79 -#: plugins/personal/posix/paste_generic.tpl:61 -#: plugins/personal/posix/generic.tpl:104 -#: plugins/personal/posix/generic.tpl:146 -#: plugins/personal/posix/generic.tpl:175 -#: plugins/personal/posix/trust_machines.tpl:39 -#: plugins/admin/ogroups/ogroup_objects.tpl:54 -#: plugins/admin/ogroups/generic.tpl:51 -#: plugins/admin/groups/group_objects.tpl:55 -#: plugins/admin/groups/generic.tpl:193 -msgid "Add" -msgstr "Hinzufügen" - -#: plugins/personal/posix/class_posixAccount.inc:138 -msgid "expired" -msgstr "abgelaufen" - -#: plugins/personal/posix/class_posixAccount.inc:140 -msgid "grace time active" -msgstr "Nachfrist aktiv" +msgid "Select to search within subtrees" +msgstr "Wählen Sie diese Option um auch in Teilbäumen zu suchen" -#: plugins/personal/posix/class_posixAccount.inc:143 -msgid "active, password not changable" -msgstr "aktiv, Passwort kann nicht geändert werden" +#: plugins/admin/acl/class_divListACL.inc:61 +msgid "Ignore subtrees" +msgstr "Ignoriere Teilbäume" -#: plugins/personal/posix/class_posixAccount.inc:145 -msgid "active, password expired" -msgstr "aktiv, Passwort abgelaufen" +#: plugins/admin/acl/class_divListACL.inc:65 +msgid "Display acls matching" +msgstr "Zeige ACLs, auf die zutrifft" -#: plugins/personal/posix/class_posixAccount.inc:147 -msgid "active" -msgstr "aktiv" +#: plugins/admin/acl/class_divListACL.inc:136 +#: plugins/admin/groups/class_divListGroup.inc:152 +#: plugins/admin/users/class_divListUsers.inc:145 +#: plugins/admin/departments/class_divListDepartment.inc:127 +#: plugins/admin/ogroups/class_divListOGroup.inc:165 +msgid "Submit department" +msgstr "Aktualisieren" -#: plugins/personal/posix/class_posixAccount.inc:158 -#: plugins/personal/posix/class_posixAccount.inc:1115 -msgid "Group of user" -msgstr "Gruppe des Benutzers" +#: plugins/admin/acl/class_divListACL.inc:136 +#: plugins/admin/groups/class_divListGroup.inc:152 +#: plugins/admin/users/class_divListUsers.inc:145 +#: plugins/admin/departments/class_divListDepartment.inc:127 +#: plugins/admin/ogroups/class_divListOGroup.inc:165 +#: include/class_MultiSelectWindow.inc:242 +msgid "Submit" +msgstr "Übertragen" -#: plugins/personal/posix/class_posixAccount.inc:193 -msgid "unconfigured" -msgstr "unkonfiguriert" +#: plugins/admin/acl/class_divListACL.inc:142 +#: plugins/admin/groups/class_divListGroup.inc:159 +#: plugins/admin/users/class_divListUsers.inc:151 +#: plugins/admin/departments/class_divListDepartment.inc:132 +#: plugins/admin/ogroups/class_divListOGroup.inc:171 +#: setup/class_setupStep_Migrate.inc:883 +msgid "Create" +msgstr "Anlegen" -#: plugins/personal/posix/class_posixAccount.inc:204 -msgid "automatic" -msgstr "automatisch" +#: plugins/admin/acl/class_divListACL.inc:159 +#: plugins/admin/groups/class_divListGroup.inc:179 +#: plugins/admin/users/class_divListUsers.inc:174 +#: plugins/admin/ogroups/class_divListOGroup.inc:191 +msgid "Copy" +msgstr "Kopieren" -#: plugins/personal/posix/class_posixAccount.inc:260 -msgid "This account has no unix extensions." -msgstr "Dieses Konto besitzt keine UNIX-Erweiterungen." +#: plugins/admin/acl/class_divListACL.inc:161 +#: plugins/admin/groups/class_divListGroup.inc:181 +#: plugins/admin/users/class_divListUsers.inc:176 +#: plugins/admin/ogroups/class_divListOGroup.inc:193 +msgid "Cut" +msgstr "Ausschneiden" -#: plugins/personal/posix/class_posixAccount.inc:280 -#: plugins/personal/posix/class_posixAccount.inc:283 -msgid "Remove posix account" -msgstr "UNIX-Konto entfernen" +#: plugins/admin/acl/class_divListACL.inc:165 +#: plugins/admin/acl/class_divListACL.inc:168 +#: plugins/admin/groups/class_divListGroup.inc:185 +#: plugins/admin/groups/class_divListGroup.inc:188 +#: plugins/admin/users/class_divListUsers.inc:180 +#: plugins/admin/users/class_divListUsers.inc:183 +#: plugins/admin/ogroups/class_divListOGroup.inc:197 +#: plugins/admin/ogroups/class_divListOGroup.inc:200 +#: include/class_CopyPasteHandler.inc:435 +msgid "Paste" +msgstr "Einfügen" -#: plugins/personal/posix/class_posixAccount.inc:281 -msgid "" -"This account has unix features enabled. To disable them, you'll need to " -"remove the samba / environment account first." -msgstr "" -"Dieses Konto besitzt aktivierte UNIX-Erweiterungen. Um sie zu deaktivieren, " -"müssen Sie zunächst die Samba- und Umgebungserweiterungen deaktivieren." +#: plugins/admin/acl/class_divListACL.inc:216 +#: plugins/admin/groups/class_divListGroup.inc:256 +#: plugins/admin/users/class_divListUsers.inc:277 +#: plugins/admin/ogroups/class_divListOGroup.inc:247 +msgid "cut" +msgstr "Ausschneiden" -#: plugins/personal/posix/class_posixAccount.inc:284 -msgid "" -"This account has posix features enabled. You can disable them by clicking " -"below." -msgstr "" -"Dieses Konto besitzt aktivierte UNIX-Erweiterungen. Sie können diese durch " -"einen Klick auf die untere Schaltfläche deaktivieren." +#: plugins/admin/acl/class_divListACL.inc:216 +#: plugins/admin/groups/class_divListGroup.inc:256 +#: plugins/admin/users/class_divListUsers.inc:277 +#: plugins/admin/ogroups/class_divListOGroup.inc:247 +msgid "Cut this entry" +msgstr "Diesen Eintrag ausschneiden" -#: plugins/personal/posix/class_posixAccount.inc:287 -msgid "Create posix account" -msgstr "UNIX-Konto erstellen" +#: plugins/admin/acl/class_divListACL.inc:218 +#: plugins/admin/groups/class_divListGroup.inc:258 +#: plugins/admin/users/class_divListUsers.inc:279 +#: plugins/admin/ogroups/class_divListOGroup.inc:249 +msgid "copy" +msgstr "Kopieren" -#: plugins/personal/posix/class_posixAccount.inc:288 -msgid "" -"This account has posix features disabled. You can enable them by clicking " -"below." -msgstr "" -"Dieses Konto besitzt keine aktivierten UNIX-Erweiterungen. Sie können diese " -"durch einen Klick auf die untere Schaltfläche aktivieren." +#: plugins/admin/acl/class_divListACL.inc:218 +#: plugins/admin/groups/class_divListGroup.inc:258 +#: plugins/admin/users/class_divListUsers.inc:279 +#: plugins/admin/ogroups/class_divListOGroup.inc:249 +msgid "Copy this entry" +msgstr "Diesen Eintrag kopieren" -#: plugins/personal/posix/class_posixAccount.inc:448 -#, 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/admin/acl/class_divListACL.inc:223 +#: plugins/admin/acl/class_divListACL.inc:245 +#: plugins/admin/acl/class_aclRole.inc:340 +#: plugins/admin/acl/class_aclRole.inc:385 +#: plugins/admin/groups/class_divListGroup.inc:263 +#: plugins/admin/users/class_divListUsers.inc:298 +#: plugins/admin/departments/class_divListDepartment.inc:166 +#: plugins/admin/ogroups/class_divListOGroup.inc:253 include/class_acl.inc:409 +#: include/class_acl.inc:452 +msgid "edit" +msgstr "Bearbeiten" -#: plugins/personal/posix/class_posixAccount.inc:452 -#, php-format -msgid "Password must be changed after %s days" -msgstr "Der Benutzer muß sein Passwort nach %s Tagen ändern" +#: plugins/admin/acl/class_divListACL.inc:224 +msgid "Edit acl role" +msgstr "ACL-Rolle bearbeiten" -#: plugins/personal/posix/class_posixAccount.inc:456 -#, php-format -msgid "Disable account after %s days of inactivity after password expiery" -msgstr "Konto nach %s Tagen nach Ablauf ohne Aktivität deaktivieren" +#: plugins/admin/acl/class_divListACL.inc:233 +#: plugins/admin/acl/class_divListACL.inc:249 +#: plugins/admin/acl/class_aclRole.inc:341 +#: plugins/admin/acl/class_aclRole.inc:386 +#: plugins/admin/groups/class_divListGroup.inc:272 +#: plugins/admin/users/class_divListUsers.inc:322 +#: plugins/admin/departments/class_divListDepartment.inc:171 +#: plugins/admin/ogroups/class_divListOGroup.inc:261 include/class_acl.inc:410 +#: include/class_acl.inc:453 +msgid "delete" +msgstr "Entfernen" -#: plugins/personal/posix/class_posixAccount.inc:460 -#, php-format -msgid "Warn user %s days before password expiery" -msgstr "Benutzer %s Tage vor dem Ablauf des Passwortes warnen" +#: plugins/admin/acl/class_divListACL.inc:234 +msgid "Delete acl role" +msgstr "ACL-Rolle entfernen" -#: plugins/personal/posix/class_posixAccount.inc:593 -#: setup/setup_config2.tpl:188 -msgid "disabled" -msgstr "deaktiviert" +#: plugins/admin/acl/class_divListACL.inc:246 +msgid "Edit acl" +msgstr "ACL bearbeiten" -#: plugins/personal/posix/class_posixAccount.inc:593 -msgid "full access" -msgstr "Vollzugriff" +#: plugins/admin/acl/class_divListACL.inc:250 +msgid "Delete acl" +msgstr "ACL entfernen" -#: plugins/personal/posix/class_posixAccount.inc:594 -msgid "allow access to these hosts" -msgstr "erlaube Zugriff auf diese Hosts" +#: plugins/admin/acl/paste_role.tpl:4 plugins/admin/acl/acl_role.tpl:7 +#: plugins/admin/acl/class_aclRole.inc:677 +#: plugins/admin/groups/class_groupGeneric.inc:1001 +#: plugins/admin/ogroups/class_ogroup.inc:749 setup/setup_feedback.tpl:22 +#: setup/setup_migrate.tpl:209 html/getxls.php:223 html/getxls.php:290 +msgid "Name" +msgstr "Name" -#: plugins/personal/posix/class_posixAccount.inc:647 -#, php-format -msgid "Removing of user/posix account with dn '%s' failed." -msgstr "Entfernen von Benutzer/POSIX-Konto mit dn '%s' fehlgeschlagen." +#: plugins/admin/acl/remove.tpl:6 +msgid "" +"This includes all system and setup informations. Please double check if your " +"really want to do this since there is no way for GOsa to get your data back." +msgstr "" +"Dies umfasst alle System- und Setup-Informationen Bitte prüfen Sie dies " +"genau, da es keine Möglichkeit für GOsa gibt, die Daten zu restaurieren. " -#: plugins/personal/posix/class_posixAccount.inc:803 -msgid "Timeout while waiting for lock! Ignoring lock." +#: plugins/admin/acl/remove.tpl:10 plugins/admin/departments/remove.tpl:10 +msgid "" +"Best thing to do before performing this action would be to save the current " +"contents of your LDAP tree in a file. So - if you've done so - press " +"'Delete' to continue or 'Cancel' to abort." msgstr "" +"Eine Sicherung der LDAP-Datenbank bietet sich an. Wenn Sie dies erledigt " +"haben, drücken Sie 'Entfernen' um Fortzufahren oder 'Abbrechen', um den " +"Vorgang abzubrechen." -#: plugins/personal/posix/class_posixAccount.inc:899 -#, php-format -msgid "Saving of user/posix account with dn '%s' failed." -msgstr "Speichern von Benutzer/POSIX-Konto mit dn '%s' fehlgeschlagen." +#: plugins/admin/acl/main.inc:43 plugins/admin/acl/main.inc:45 +msgid "ACL management" +msgstr "ACL-Verwaltung" -#: plugins/personal/posix/class_posixAccount.inc:974 -#: plugins/personal/posix/class_posixAccount.inc:1051 -msgid "The required field 'Home directory' is not set." -msgstr "Das benötigte Feld 'Basisverzeichnis' ist nicht gesetzt." +#: plugins/admin/acl/acl_role.tpl:3 ihtml/themes/default/acl.tpl:2 +msgid "Assigned ACLs for current entry" +msgstr "Zugewiesene ACLs für aktuellen Eintrag" -#: plugins/personal/posix/class_posixAccount.inc:977 -#: plugins/personal/posix/class_posixAccount.inc:1054 -msgid "Please enter a valid path in 'Home directory' field." -msgstr "" -"Bitte geben Sie einen gültigen Pfad in das Feld 'Basisverzeichnis' ein." +#: plugins/admin/acl/acl_role.tpl:17 plugins/admin/acl/class_aclRole.inc:679 +#: plugins/admin/groups/class_groupGeneric.inc:1003 +#: plugins/admin/groups/generic.tpl:24 +#: plugins/admin/departments/generic.tpl:16 +#: plugins/admin/departments/class_departmentGeneric.inc:569 +#: plugins/admin/ogroups/class_ogroup.inc:751 +#: plugins/admin/ogroups/generic.tpl:15 +#: plugins/generic/references/contents.tpl:11 html/getxls.php:158 +#: html/getxls.php:287 +msgid "Description" +msgstr "Beschreibung" -#: plugins/personal/posix/class_posixAccount.inc:985 -msgid "Value specified as 'UID' is not valid." -msgstr "Die von ihnen angebene 'UID' ist nicht korrekt." +#: plugins/admin/acl/acl_role.tpl:31 plugins/admin/groups/generic.tpl:43 +#: plugins/admin/ogroups/generic.tpl:29 +msgid "Choose subtree to place group in" +msgstr "Wählen Sie den Teilbaum, in den die Gruppe eingepflegt werden soll" -#: plugins/personal/posix/class_posixAccount.inc:988 -msgid "Value specified as 'UID' is too small." -msgstr "Die von ihnen angebene 'UID' ist zu klein." +#: plugins/admin/acl/acl_role.tpl:44 ihtml/themes/default/acl.tpl:4 +msgid "New ACL" +msgstr "Neue ACL" -#: plugins/personal/posix/class_posixAccount.inc:992 -#: plugins/admin/groups/class_groupGeneric.inc:899 -msgid "Value specified as 'GID' is not valid." -msgstr "Die von ihnen angebene 'GID' ist nicht korrekt." +#: plugins/admin/acl/acl_role.tpl:49 ihtml/themes/default/acl.tpl:8 +msgid "ACL type" +msgstr "ACL-Typ" -#: plugins/personal/posix/class_posixAccount.inc:995 -#: plugins/admin/groups/class_groupGeneric.inc:902 -msgid "Value specified as 'GID' is too small." -msgstr "Die von ihnen angebene 'GID' ist zu klein." +#: plugins/admin/acl/acl_role.tpl:49 ihtml/themes/default/acl.tpl:8 +msgid "Select an acl type" +msgstr "Wählen Sie einen ACL-Typ" -#: plugins/personal/posix/class_posixAccount.inc:1003 -#: plugins/personal/posix/class_posixAccount.inc:1060 -msgid "Value specified as 'shadowMin' is not valid." -msgstr "Der von ihnen angegebene Wert 'shadowMin' ist nicht gültig." +#: plugins/admin/acl/acl_role.tpl:54 ihtml/themes/default/acl.tpl:55 +msgid "List of available ACL categories" +msgstr "Liste verfügbarer ACL-Kategorien" -#: plugins/personal/posix/class_posixAccount.inc:1008 -#: plugins/personal/posix/class_posixAccount.inc:1065 -msgid "Value specified as 'shadowMax' is not valid." -msgstr "Der von ihnen angegebene Wert 'shadowMax' ist nicht gültig." +#: plugins/admin/acl/class_aclRole.inc:6 +msgid "Access control list templates" +msgstr "Vorlagen für Zugriffskontrollisten" -#: plugins/personal/posix/class_posixAccount.inc:1013 -#: plugins/personal/posix/class_posixAccount.inc:1070 -msgid "Value specified as 'shadowWarning' is not valid." -msgstr "Der von ihnen angegebene Wert 'shadowWarning' ist nicht gültig." +#: plugins/admin/acl/class_aclRole.inc:103 include/class_acl.inc:177 +msgid "All categories" +msgstr "Alle Kategorien" -#: plugins/personal/posix/class_posixAccount.inc:1016 -#: plugins/personal/posix/class_posixAccount.inc:1073 -msgid "'shadowWarning' without 'shadowMax' makes no sense." -msgstr "'shadowWarning' in ohne die Angabe von 'shadowMax' ergibt keinen Sinn." +#: plugins/admin/acl/class_aclRole.inc:110 include/class_acl.inc:185 +msgid "Reset ACLs" +msgstr "ACLs zurücksetzen" -#: plugins/personal/posix/class_posixAccount.inc:1019 -#: plugins/personal/posix/class_posixAccount.inc:1076 -msgid "Value specified as 'shadowWarning' should be smaller than 'shadowMax'." -msgstr "" -"Der angegebene Wert 'shadowWarning' sollte kleiner als 'shadowMax' sein." +#: plugins/admin/acl/class_aclRole.inc:111 include/class_acl.inc:186 +msgid "One level" +msgstr "Diese Ebene" -#: plugins/personal/posix/class_posixAccount.inc:1022 -#: plugins/personal/posix/class_posixAccount.inc:1079 -msgid "Value specified as 'shadowWarning' should be greater than 'shadowMin'." -msgstr "" -"Der angegebene Wert 'shadowWarning' sollte größer als 'shadowMin' sein." +#: plugins/admin/acl/class_aclRole.inc:112 include/class_acl.inc:187 +#: include/class_acl.inc:192 +msgid "Current object" +msgstr "Aktuelles Objekt" -#: plugins/personal/posix/class_posixAccount.inc:1027 -#: plugins/personal/posix/class_posixAccount.inc:1084 -msgid "Value specified as 'shadowInactive' is not valid." -msgstr "Der von ihnen angegebene Wert 'shadowInactive' ist nicht gültig." +#: plugins/admin/acl/class_aclRole.inc:113 include/class_acl.inc:188 +msgid "Complete subtree" +msgstr "Vollständiger Teilbaum" -#: plugins/personal/posix/class_posixAccount.inc:1030 -#: plugins/personal/posix/class_posixAccount.inc:1087 -msgid "'shadowInactive' without 'shadowMax' makes no sense." -msgstr "" -"'shadowInactive' in ohne die Angabe von 'shadowMax' ergibt keinen Sinn." +#: plugins/admin/acl/class_aclRole.inc:114 include/class_acl.inc:189 +msgid "Complete subtree (permanent)" +msgstr "Vollständiger Teilbaum (permanent)" -#: plugins/personal/posix/class_posixAccount.inc:1035 -#: plugins/personal/posix/class_posixAccount.inc:1092 -msgid "Value specified as 'shadowMin' should be smaller than 'shadowMax'." -msgstr "Der angegebene Wert 'shadowMin' sollte kleiner als 'shadowMax' sein." +#: plugins/admin/acl/class_aclRole.inc:338 +#: include/class_MultiSelectWindow.inc:227 +#: include/class_MultiSelectWindow.inc:229 include/class_acl.inc:407 +msgid "Up" +msgstr "Auf" -#: plugins/personal/posix/class_posixAccount.inc:1278 -msgid "Cannot allocate a free ID: too many users!" -msgstr "" +#: plugins/admin/acl/class_aclRole.inc:339 include/class_acl.inc:408 +msgid "Down" +msgstr "Ab" -#: plugins/personal/posix/class_posixAccount.inc:1453 -msgid "POSIX account" -msgstr "POSIX-Konto" +#: plugins/admin/acl/class_aclRole.inc:340 include/class_acl.inc:409 +msgid "Edit ACL" +msgstr "ACL Bearbeiten" -#: plugins/personal/posix/class_posixAccount.inc:1463 -#: plugins/personal/posix/paste_generic.tpl:8 -#: plugins/personal/posix/generic.tpl:7 -msgid "Home directory" -msgstr "Basisverzeichnis" +#: plugins/admin/acl/class_aclRole.inc:341 include/class_acl.inc:410 +msgid "Delete ACL" +msgstr "ACL Entfernen" -#: plugins/personal/posix/class_posixAccount.inc:1464 -#: plugins/personal/posix/generic.tpl:15 -msgid "Shell" -msgstr "Shell" +#: plugins/admin/acl/class_aclRole.inc:378 include/class_acl.inc:445 +msgid "No ACL settings for this category" +msgstr "Keine ACL-Einstellungen für diese Kategorie" -#: plugins/personal/posix/class_posixAccount.inc:1465 -#: setup/setup_migrate.tpl:217 html/getxls.php:100 html/getxls.php:135 -#: html/getxls.php:158 html/getxls.php:347 html/getxls.php:364 -msgid "User ID" -msgstr "Benutzer-ID" +#: plugins/admin/acl/class_aclRole.inc:380 include/class_acl.inc:447 +#, php-format +msgid "Contains ACLs for these objects: %s" +msgstr "Enthält ACLs für diese Objekte: %s" -#: plugins/personal/posix/class_posixAccount.inc:1466 -msgid "Group ID" -msgstr "Gruppen-ID" +#: plugins/admin/acl/class_aclRole.inc:385 include/class_acl.inc:452 +msgid "Edit categories ACLs" +msgstr "ACLs dieser Kategorie bearbeiten" -#: plugins/personal/posix/class_posixAccount.inc:1468 -msgid "Force password change on login" -msgstr "Erzwinge Änderung des Passwort bei Anmeldung" +#: plugins/admin/acl/class_aclRole.inc:386 include/class_acl.inc:453 +msgid "Clear categories ACLs" +msgstr "ACLs dieser Kategorie leeren" -#: plugins/personal/posix/class_posixAccount.inc:1469 -msgid "Shadow min" -msgstr "Shadow min" +#: plugins/admin/acl/class_aclRole.inc:402 include/class_acl.inc:498 +#, php-format +msgid "Edit ACL for '%s', scope is '%s'" +msgstr "ACL für '%s' bearbeiten, Bereich ist '%s'" -#: plugins/personal/posix/class_posixAccount.inc:1470 -msgid "Shadow max" -msgstr "Shadow max" +#: plugins/admin/acl/class_aclRole.inc:412 include/class_acl.inc:508 +msgid "All objects in current subtree" +msgstr "Alle Objekte im aktuellen Teilbaum" -#: plugins/personal/posix/class_posixAccount.inc:1471 -msgid "Shadow warning" -msgstr "Shadow warning" +#: plugins/admin/acl/class_aclRole.inc:564 include/class_acl.inc:1061 +#, php-format +msgid "Saving ACLs with dn '%s' failed." +msgstr "Speichern der ACLs von dn '%s' fehlgeschlagen." -#: plugins/personal/posix/class_posixAccount.inc:1472 -msgid "Shadow inactive" -msgstr "Shadow inactive" +#: plugins/admin/acl/class_aclRole.inc:596 +msgid "Object in use" +msgstr "Objekt in Verwendung" -#: plugins/personal/posix/class_posixAccount.inc:1473 -msgid "Shadow expire" -msgstr "Shadow expire" +#: plugins/admin/acl/class_aclRole.inc:596 +#, 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/personal/posix/class_posixAccount.inc:1474 -msgid "System trust model" -msgstr "Modell des System-Vertrauens" +#: plugins/admin/acl/class_aclRole.inc:602 +#, php-format +msgid "Removing of aclRole with dn '%s' failed." +msgstr "Entfernen von aclRole mit dn '%s' fehlgeschlagen." -#: plugins/personal/posix/paste_generic.tpl:4 -msgid "Posix settings" -msgstr "UNIX-Einstellungen" +#: plugins/admin/acl/class_aclRole.inc:614 +#, fuzzy, php-format +msgid "Removing aclRole from objectgroup '%s' failed" +msgstr "Entfernen der Anwendung von Objektgruppe '%s' fehlgeschlagen" -#: plugins/personal/posix/paste_generic.tpl:23 -#: plugins/personal/posix/generic.tpl:52 -msgid "Force UID/GID" -msgstr "Erzwinge UID/GID" +#: plugins/admin/acl/class_aclRole.inc:669 include/class_acl.inc:1098 +msgid "ACL roles" +msgstr "ACL-Rollen" -#: plugins/personal/posix/paste_generic.tpl:28 -#: plugins/personal/posix/generic.tpl:56 html/getxls.php:287 -msgid "UID" -msgstr "UID" +#: plugins/admin/acl/class_aclRole.inc:674 +msgid "Acl roles" +msgstr "ACL-Rollen" -#: plugins/personal/posix/paste_generic.tpl:37 -#: plugins/personal/posix/generic.tpl:67 -#: plugins/admin/groups/class_groupGeneric.inc:1008 -msgid "GID" -msgstr "GID" +#: plugins/admin/groups/group_objects.tpl:6 +msgid "Select users to add" +msgstr "Wählen Sie die hinzuzufügenden Benutzer" -#: plugins/personal/posix/paste_generic.tpl:47 -#: plugins/personal/posix/generic.tpl:82 -msgid "Group membership" -msgstr "Gruppenmitgliedschaft" +#: plugins/admin/groups/group_objects.tpl:30 +#: plugins/admin/ogroups/ogroup_objects.tpl:31 +msgid "Select to see servers" +msgstr "Wählen um Server anzuzeigen" -#: plugins/personal/posix/paste_generic.tpl:54 -#: plugins/personal/posix/generic.tpl:84 -msgid "(Warning: more than 16 groups are not supported by NFS!)" -msgstr "(Warnung: mehr als 16 Gruppen werden von NFS nicht unterstützt!)" +#: plugins/admin/groups/group_objects.tpl:30 +msgid "Search within subtree" +msgstr "Suche im Teilbaum" -#: plugins/personal/posix/generic.tpl:25 -msgid "Primary group" -msgstr "Primäre Gruppe" +#: plugins/admin/groups/group_objects.tpl:37 +msgid "Display users of department" +msgstr "Zeige die Benutzer der Abteilung" -#: plugins/personal/posix/generic.tpl:36 -#: plugins/addons/gotomasses/goto_task.tpl:20 -#: plugins/addons/gotomasses/class_divListMasses.inc:46 -msgid "Status" -msgstr "Status" +#: plugins/admin/groups/group_objects.tpl:46 +#: plugins/admin/users/class_divListUsers.inc:77 +msgid "Display users matching" +msgstr "Zeige die Benutzer, auf die Folgendes passt" -#: plugins/personal/posix/generic.tpl:93 plugins/admin/groups/generic.tpl:179 -#, fuzzy -msgid "In all groups" -msgstr "Mail-Gruppe" +#: plugins/admin/groups/group_objects.tpl:47 +msgid "Regular expression for matching user names" +msgstr "Regulärer Ausdruck zum Erkennen von Benutzernamen" -#: plugins/personal/posix/generic.tpl:97 plugins/admin/groups/generic.tpl:182 +#: plugins/admin/groups/class_groupGeneric.inc:137 #, fuzzy -msgid "Not in all groups" -msgstr "Zeige E-Mail-Gruppen" +msgid "Cannot find group SID in your configuration!" +msgstr "" +"Die SID dieser Gruppe kann weder im LDAP noch in der Konfigurationsdatei " +"gefunden werden!" -#: plugins/personal/posix/generic.tpl:118 -msgid "Account" -msgstr "Konto" +#: plugins/admin/groups/class_groupGeneric.inc:193 +msgid "This 'dn' is no group." +msgstr "Diese 'dn' hat keine Gruppenerweiterungen." -#: plugins/personal/posix/generic.tpl:125 -msgid "System trust" -msgstr "System-Vertrauen" +#: plugins/admin/groups/class_groupGeneric.inc:334 +msgid "Samba group" +msgstr "Samba-Gruppe" -#: plugins/personal/posix/generic.tpl:127 -#: plugins/personal/posix/generic.tpl:155 -msgid "Trust mode" -msgstr "Vertrauens-Modus" +#: plugins/admin/groups/class_groupGeneric.inc:334 +msgid "Domain admins" +msgstr "Domänen-Administratoren" -#: plugins/personal/posix/posix_shadow.tpl:9 -msgid "User must change password on first login" -msgstr "Der Benutzer muss beim ersten Anmelden sein Passwort ändern" +#: plugins/admin/groups/class_groupGeneric.inc:334 +msgid "Domain users" +msgstr "Domänen-Benutzer" -#: plugins/personal/posix/posix_shadow.tpl:34 -msgid "Password expires on" -msgstr "Passwort läuft ab am" +#: plugins/admin/groups/class_groupGeneric.inc:335 +msgid "Domain guests" +msgstr "Domänen-Gäste" -#: plugins/personal/posix/main.inc:129 -msgid "Unix settings" -msgstr "UNIX-Einstellungen" +#: plugins/admin/groups/class_groupGeneric.inc:340 +#, php-format +msgid "Special group (%d)" +msgstr "Spezielle Gruppe (%d)" -#: plugins/personal/posix/trust_machines.tpl:6 -msgid "Select systems to add" -msgstr "Wählen Sie die hinzuzufügenden Systeme" +#: plugins/admin/groups/class_groupGeneric.inc:494 +msgid "! unknown id" +msgstr "! unbekannte id" -#: plugins/personal/posix/trust_machines.tpl:26 -msgid "Display systems of department" -msgstr "Zeige die Systeme der Abteilung" +#: plugins/admin/groups/class_groupGeneric.inc:532 +#, php-format +msgid "Search returned too many results. Not displaying more than %s entries." +msgstr "" +"Die Suche ergab zu viele Treffer. Es werden maximal %s Einträge angezeigt." -#: plugins/personal/posix/trust_machines.tpl:30 -msgid "Display systems matching" -msgstr "Zeige die Systeme, auf die das Folgende passt" +#: plugins/admin/groups/class_groupGeneric.inc:561 +#: plugins/admin/groups/class_groupGeneric.inc:826 +#, php-format +msgid "Removing of groups/generic with dn '%s' failed." +msgstr "Entfernen von Gruppe/Allgemein mit dn '%s' fehlgeschlagen." -#: plugins/personal/posix/trust_machines.tpl:31 -msgid "Regular expression for matching addresses" -msgstr "Regulärer Ausdruck zum Erkennen von Mail-Adressen" +#: plugins/admin/groups/class_groupGeneric.inc:711 +#, fuzzy, php-format +msgid "Cannot find any SID for '%s'!" +msgstr "Kann Datei '%s' nicht anlegen." -#: plugins/addons/gotomasses/class_gotomasses.inc:6 -#: plugins/addons/gotomasses/main.inc:50 -#, fuzzy -msgid "System deployment" -msgstr "Systemverwaltung" +#: plugins/admin/groups/class_groupGeneric.inc:716 +#, fuzzy, php-format +msgid "Cannot find any RIDBASE for '%s'!" +msgstr "Kann Datei '%s' nicht anlegen." -#: plugins/addons/gotomasses/class_gotomasses.inc:114 -#: plugins/addons/notifications/class_msgplug.inc:99 -#, fuzzy -msgid "Permission error" -msgstr "Berechtigungen" +#: plugins/admin/groups/class_groupGeneric.inc:858 +msgid "" +"The field 'Name' contains invalid characters. Lowercase, numbers and dashes " +"are allowed." +msgstr "" +"Das Feld 'Name' enthält ungültige Zeichen. Kleinbuchstaben, Zahlen und " +"Bindestriche sind erlaubt." -#: plugins/addons/gotomasses/class_gotomasses.inc:114 -#, fuzzy -msgid "You have no permission to delete this entry!" -msgstr "Sie haben keine Berechtigung, diese Abteilung zu entfernen." +#: plugins/admin/groups/class_groupGeneric.inc:869 +#: plugins/admin/groups/class_groupGeneric.inc:883 +#: plugins/admin/groups/class_groupGeneric.inc:890 +msgid "Value specified as 'Name' is already used." +msgstr "Eine Gruppe mit diesem Namen existiert bereits." -#: plugins/addons/gotomasses/class_gotomasses.inc:135 -#, fuzzy, php-format -msgid "Your are about to delete the following tasks: %s" -msgstr "Sie löschen gerade den Eintrag %s." +#: plugins/admin/groups/class_groupGeneric.inc:944 +msgid "Cannot allocate a free ID!" +msgstr "Konnte keine freie ID allozieren!" -#: plugins/addons/gotomasses/class_gotomasses.inc:237 -#, php-format -msgid "Cannot load queue entries: %s" -msgstr "" +#: plugins/admin/groups/class_groupGeneric.inc:993 +msgid "Generic group settings" +msgstr "Allgemeine Gruppeneinstellungen" -#: plugins/addons/gotomasses/class_gotomasses.inc:327 -#, fuzzy -msgid "GOsa ping" -msgstr "GOsa" +#: plugins/admin/groups/class_groupGeneric.inc:1005 +msgid "Phone pickup group" +msgstr "Gesprächs-Annahme Gruppe" -#: plugins/addons/gotomasses/class_gotomasses.inc:328 -#, fuzzy -msgid "Ping" -msgstr "in" +#: plugins/admin/groups/class_groupGeneric.inc:1006 +msgid "Nagios group" +msgstr "Nagios-Gruppe" -#: plugins/addons/gotomasses/class_gotomasses.inc:329 -#, fuzzy -msgid "Say hello" -msgstr "Shell" +#: plugins/admin/groups/class_groupGeneric.inc:1009 +msgid "Group member" +msgstr "Gruppenmitglieder" -#: plugins/addons/gotomasses/class_gotomasses.inc:337 -#: plugins/addons/gotomasses/class_gotomasses.inc:343 -#: plugins/addons/gotomasses/class_goto_task.inc:6 -#, fuzzy -msgid "System mass deployment" -msgstr "Systemverwaltung" +#: plugins/admin/groups/class_groupGeneric.inc:1010 +msgid "Samba group type" +msgstr "Samba-Gruppentyp" -#: plugins/addons/gotomasses/class_gotomasses.inc:338 -msgid "Provide a mechanism to automatically activate a set of systems" -msgstr "" +#: plugins/admin/groups/class_groupGeneric.inc:1011 +msgid "Samba domain name" +msgstr "Samba Domänen-Name" -#: plugins/addons/gotomasses/class_gotomasses.inc:345 -#: plugins/addons/gotomasses/class_divListMasses.inc:48 -msgid "Action" -msgstr "Aktion" +#: plugins/admin/groups/class_groupGeneric.inc:1012 setup/setup_config2.tpl:15 +msgid "Samba SID" +msgstr "Samba SID" -#: plugins/addons/gotomasses/class_gotomasses.inc:350 -#, fuzzy -msgid "Week day" -msgstr "Mittwoch" +#: plugins/admin/groups/class_groupManagement.inc:298 +#: plugins/admin/departments/class_departmentManagement.inc:178 +#, php-format +msgid "You're about to delete the following entry %s" +msgstr "Sie löschen gerade den Eintrag %s" -#: plugins/addons/gotomasses/class_gotomasses.inc:351 -#: plugins/addons/gotomasses/class_divListMasses.inc:42 -#, fuzzy -msgid "Target" -msgstr "Zeichensatz" +#: plugins/admin/groups/class_groupManagement.inc:300 +#: plugins/admin/departments/class_departmentManagement.inc:180 +#, php-format +msgid "You're about to delete the following entries %s" +msgstr "Sie löschen gerade die Einträge %s" -#: plugins/addons/gotomasses/goto_task.tpl:12 -msgid "Job ID" -msgstr "" +#: plugins/admin/groups/class_groupManagement.inc:380 +#, php-format +msgid "You're about to delete the group '%s'." +msgstr "Sie sind dabei die Gruppe '%s' zu löschen." -#: plugins/addons/gotomasses/goto_task.tpl:28 -#, fuzzy -msgid "Mac" -msgstr "März" +#: plugins/admin/groups/paste_generic.tpl:1 +msgid "Group settings" +msgstr "Gruppen-Einstellungen" -#: plugins/addons/gotomasses/goto_task.tpl:36 -#, fuzzy -msgid "Header Tag" -msgstr "Kopfzeilen" +#: plugins/admin/groups/paste_generic.tpl:5 +#: plugins/admin/groups/generic.tpl:11 +#: plugins/admin/ogroups/paste_generic.tpl:4 +#: plugins/admin/ogroups/generic.tpl:7 +msgid "Group name" +msgstr "Gruppenname" -#: plugins/addons/gotomasses/goto_task.tpl:40 include/class_pluglist.inc:168 -#: include/class_pluglist.inc:169 include/class_pluglist.inc:283 -msgid "Unknown" -msgstr "Unbekannt" +#: plugins/admin/groups/paste_generic.tpl:8 +#: plugins/admin/groups/generic.tpl:17 +msgid "Posix name of the group" +msgstr "UNIX-Name der Gruppe" -#: plugins/addons/gotomasses/class_target_list.inc:37 -msgid "Select the target objects for your scheduled action." +#: plugins/admin/groups/paste_generic.tpl:13 +#: plugins/admin/groups/generic.tpl:65 +msgid "Normally IDs are autogenerated, select to specify manually" msgstr "" +"Normalerweise werden IDs automatisch generiert. Auswählen um dies zu umgehen" -#: plugins/addons/gotomasses/class_target_list.inc:38 -#: plugins/addons/gotomasses/class_target_list.inc:39 -#, fuzzy -msgid "Available targets" -msgstr "Verfügbare Rollen" - -#: plugins/addons/gotomasses/class_target_list.inc:51 -#, fuzzy -msgid "Select to see object groups" -msgstr "Wählen Sie die hinzuzufügenden Objekte" - -#: plugins/addons/gotomasses/class_target_list.inc:51 -#, fuzzy -msgid "Show object groups" -msgstr "Objektgruppen" +#: plugins/admin/groups/paste_generic.tpl:15 +#: plugins/admin/groups/generic.tpl:68 +msgid "Force GID" +msgstr "Erzwinge GID" -#: plugins/addons/gotomasses/class_target_list.inc:52 -#: plugins/admin/ogroups/ogroup_objects.tpl:31 -#: plugins/admin/groups/group_objects.tpl:30 -msgid "Select to see servers" -msgstr "Wählen um Server anzuzeigen" +#: plugins/admin/groups/paste_generic.tpl:18 +#: plugins/admin/groups/generic.tpl:71 +msgid "Forced ID number" +msgstr "Erzwungene ID-Nummer" -#: plugins/addons/gotomasses/class_target_list.inc:52 -#: plugins/admin/ogroups/ogroup_objects.tpl:31 -msgid "Show servers" -msgstr "Zeige Server" +#: plugins/admin/groups/class_divListGroup.inc:35 +#: plugins/admin/groups/class_divListGroup.inc:36 +msgid "List of groups" +msgstr "Liste der Gruppen" -#: plugins/addons/gotomasses/class_target_list.inc:53 -#: plugins/admin/ogroups/ogroup_objects.tpl:32 -msgid "Select to see workstations" -msgstr "Wählen, um die 'Arbeitsstationen' zu sehen" +#: plugins/admin/groups/class_divListGroup.inc:41 +msgid "" +"This menu allows you to add, edit and remove selected groups. You may want " +"to use the range selector on top of the group listbox, when working with a " +"large number of groups." +msgstr "" +"Dieses Menü erlaubt es Ihnen Gruppen hinzuzufügen, zu bearbeiten oder zu " +"entfernen. Bei einer großen Anzahl von Gruppen bietet sich die Verwendung " +"der Bereichsauswahl an." -#: plugins/addons/gotomasses/class_target_list.inc:53 -#: plugins/admin/ogroups/ogroup_objects.tpl:32 -msgid "Show workstations" -msgstr "Zeige Arbeitsstationen" +#: plugins/admin/groups/class_divListGroup.inc:60 +msgid "Groupname / Department" +msgstr "Gruppenname / Abteilung" -#: plugins/addons/gotomasses/class_target_list.inc:57 -#: plugins/admin/users/class_divListUsers.inc:74 -#: plugins/admin/ogroups/ogroup_objects.tpl:38 -#: plugins/admin/ogroups/class_divListOGroup.inc:82 -#: plugins/admin/departments/class_divListDepartment.inc:53 -#: plugins/admin/acl/class_divListACL.inc:61 -#: plugins/admin/groups/class_divListGroup.inc:73 -msgid "Select to search within subtrees" -msgstr "Wählen Sie diese Option um auch in Teilbäumen zu suchen" +#: plugins/admin/groups/class_divListGroup.inc:61 +#: plugins/admin/users/class_divListUsers.inc:62 +#: plugins/admin/departments/generic.tpl:4 +#: plugins/admin/ogroups/class_divListOGroup.inc:65 +msgid "Properties" +msgstr "Eigenschaften" -#: plugins/addons/gotomasses/class_target_list.inc:58 -msgid "Select to search for a specific IP range only" +#: plugins/admin/groups/class_divListGroup.inc:65 +msgid "Select to see groups that are primary groups of users" msgstr "" +"Auswählen, um die Gruppen zu sehen, die primären Gruppen der Benutzer sind" -#: plugins/addons/gotomasses/class_target_list.inc:58 -msgid "Match IP range" -msgstr "" +#: plugins/admin/groups/class_divListGroup.inc:65 +msgid "Show primary groups" +msgstr "Zeige primäre Gruppen" -#: plugins/addons/gotomasses/class_target_list.inc:62 -msgid "IP range start" +#: plugins/admin/groups/class_divListGroup.inc:66 +msgid "Select to see groups that have samba groups mappings" msgstr "" +"Auswählen, um die Gruppen zu sehen, denen Samba-Eigenschaften zugeordnet sind" -#: plugins/addons/gotomasses/class_target_list.inc:63 -msgid "IP range end" -msgstr "" +#: plugins/admin/groups/class_divListGroup.inc:66 +msgid "Show samba groups" +msgstr "Zeige Samba-Gruppen" -#: plugins/addons/gotomasses/class_target_list.inc:132 -#: plugins/admin/users/class_divListUsers.inc:145 -#: plugins/admin/ogroups/class_divListOGroup.inc:165 -#: plugins/admin/departments/class_divListDepartment.inc:127 -#: plugins/admin/acl/class_divListACL.inc:136 -#: plugins/admin/groups/class_divListGroup.inc:152 -msgid "Submit department" -msgstr "Aktualisieren" +#: plugins/admin/groups/class_divListGroup.inc:67 +msgid "Select to see groups that have applications configured" +msgstr "Auswählen, um die Gruppen zu sehen, denen Anwendungen zugeordnet sind" -#: plugins/addons/gotomasses/class_target_list.inc:132 -#: plugins/admin/users/class_divListUsers.inc:145 -#: plugins/admin/ogroups/class_divListOGroup.inc:165 -#: plugins/admin/departments/class_divListDepartment.inc:127 -#: plugins/admin/acl/class_divListACL.inc:136 -#: plugins/admin/groups/class_divListGroup.inc:152 -#: include/class_MultiSelectWindow.inc:242 -msgid "Submit" -msgstr "Übertragen" +#: plugins/admin/groups/class_divListGroup.inc:67 +msgid "Show application groups" +msgstr "Zeige Anwendungs-Gruppen" -#: plugins/addons/gotomasses/class_target_list.inc:229 -#: plugins/addons/gotomasses/class_target_list.inc:233 -#, fuzzy -msgid "IP range is invalid!" -msgstr "Der angegebene Name ist ungültig." +#: plugins/admin/groups/class_divListGroup.inc:68 +msgid "Select to see groups that have mail settings" +msgstr "" +"Auswählen, um die Gruppen zu sehen, denen E-Mail-Eigenschaften zugeordnet " +"sind" -#: plugins/addons/gotomasses/class_divListMasses.inc:21 -#, fuzzy -msgid "List of queued deamon jobs." -msgstr "Liste der Abteilungen" +#: plugins/admin/groups/class_divListGroup.inc:68 +msgid "Show mail groups" +msgstr "Zeige E-Mail-Gruppen" -#: plugins/addons/gotomasses/class_divListMasses.inc:25 -#, fuzzy -msgid "" -"This menu allows you to remove and change the properties of GOsa deamon " -"tasks." -msgstr "" -"Mit diesem Menü können Sie die Eigenschaften bestimmter Dienste hinzufügen, " -"diese löschen oder verändern." +#: plugins/admin/groups/class_divListGroup.inc:69 +msgid "Select to see normal groups that have only functional aspects" +msgstr "Auswählen, um die \"normalen\" Gruppen zu sehen" -#: plugins/addons/gotomasses/class_divListMasses.inc:29 -#: plugins/addons/gotomasses/class_divListMasses.inc:30 -#, fuzzy, php-format -msgid "Display entries with action %s." -msgstr "Einträge mit dieser Syntax filtern" +#: plugins/admin/groups/class_divListGroup.inc:69 +msgid "Show functional groups" +msgstr "Zeige Funktions-Gruppen" -#: plugins/addons/gotomasses/class_divListMasses.inc:40 -msgid "#" -msgstr "" +#: plugins/admin/groups/class_divListGroup.inc:165 +#: plugins/admin/ogroups/class_ogroupManagement.inc:451 +#: plugins/generic/references/class_reference.inc:36 +msgid "Group" +msgstr "Gruppe" -#: plugins/addons/gotomasses/class_divListMasses.inc:43 -msgid "Task" -msgstr "Aufgabe" +#: plugins/admin/groups/class_divListGroup.inc:226 +#: plugins/admin/users/class_divListUsers.inc:238 +msgid "Posix" +msgstr "Posix" -#: plugins/addons/gotomasses/class_divListMasses.inc:44 -#, fuzzy -msgid "Schedule" -msgstr "PHP Schedule It" +#: plugins/admin/groups/class_divListGroup.inc:228 +#: plugins/admin/users/class_divListUsers.inc:242 +#: plugins/admin/ogroups/tabs_ogroups.inc:90 +#: plugins/admin/ogroups/tabs_ogroups.inc:236 +#: plugins/admin/ogroups/class_divListOGroup.inc:228 +#: plugins/generic/references/class_reference.inc:24 +msgid "Mail" +msgstr "Mail" -#: plugins/addons/gotomasses/class_divListMasses.inc:127 -#, fuzzy -msgid "Reomve" -msgstr "Entfernen" +#: plugins/admin/groups/class_divListGroup.inc:230 +#: plugins/admin/users/class_divListUsers.inc:248 +#: plugins/generic/references/class_reference.inc:26 +#: plugins/generic/references/class_reference.inc:28 +msgid "Samba" +msgstr "Samba" -#: plugins/addons/gotomasses/remove.tpl:6 plugins/admin/users/remove.tpl:6 -msgid "" -"This includes all account data, system access rules, imap settings, etc. for " -"this user. Please double check if your really want to do this since there is " -"no way for GOsa to get your data back." -msgstr "" -"Dies umfasst alle Konto-Informationen, Zugriffsregeln, IMAP-Einstellungen, " -"etc. dieses Benutzers. Bitte prüfen Sie genau, da es keine Möglichkeit für " -"GOsa gibt, die Daten wiederherzustellen. " +#: plugins/admin/groups/class_divListGroup.inc:232 +#: plugins/admin/ogroups/tabs_ogroups.inc:133 +#: plugins/admin/ogroups/class_ogroupManagement.inc:452 +#: plugins/generic/references/class_reference.inc:42 +msgid "Application" +msgstr "Anwendung" -#: plugins/addons/bugsubmitter/class_bugsubmitter.inc:5 -msgid "" -"Bugsubmitter" -msgstr "" +#: plugins/admin/groups/class_divListGroup.inc:236 +#: plugins/admin/users/class_divListUsers.inc:240 +#: plugins/admin/ogroups/tabs_ogroups.inc:148 +msgid "Environment" +msgstr "Umgebung" -#: plugins/addons/notifications/class_msgplug.inc:6 -#: plugins/addons/notifications/main.inc:47 -msgid "Notifications" -msgstr "Meldungen" +#: plugins/admin/groups/class_divListGroup.inc:263 +#: plugins/admin/departments/class_divListDepartment.inc:166 +#: plugins/admin/ogroups/class_divListOGroup.inc:253 +msgid "Edit this entry" +msgstr "Diesen Eintrag bearbeiten" -#: plugins/addons/notifications/class_msgplug.inc:36 -#: plugins/admin/groups/class_groupManagement.inc:24 -#: plugins/admin/groups/class_groupGeneric.inc:998 include/class_acl.inc:196 -#: html/getxls.php:124 html/getxls.php:126 html/getxls.php:309 -msgid "Groups" -msgstr "Gruppen" +#: plugins/admin/groups/class_divListGroup.inc:272 +#: plugins/admin/departments/class_divListDepartment.inc:171 +#: plugins/admin/ogroups/class_divListOGroup.inc:261 +msgid "Delete this entry" +msgstr "Diesen Eintrag entfernen" -#: plugins/addons/notifications/class_msgplug.inc:99 -msgid "You have no permissions to send a message!" -msgstr "Sie haben keine Berechtigung, um eine Nachricht zu senden!" +#: plugins/admin/groups/class_divListGroup.inc:329 +msgid "Number of listed groups" +msgstr "Anzahl der angezeigten Gruppen" -#: plugins/addons/notifications/class_msgplug.inc:103 -#: plugins/addons/notifications/class_msgplug.inc:111 -#: include/class_plugin.inc:1154 include/class_plugin.inc:1166 -#: include/class_pluglist.inc:152 include/class_config.inc:554 -#: include/functions.inc:592 include/functions.inc:2509 -#: include/functions.inc:2528 include/class_CopyPasteHandler.inc:91 -#: include/class_CopyPasteHandler.inc:99 -#: include/class_CopyPasteHandler.inc:148 -#: include/class_CopyPasteHandler.inc:156 -#: include/class_CopyPasteHandler.inc:165 -#: include/password-methods/class_password-methods-sha.inc:46 -#: include/password-methods/class_password-methods-ssha.inc:51 -#: include/utils/class_timezone.inc:51 html/index.php:205 -#, fuzzy -msgid "Configuration error" -msgstr "Konfigurationsdatei" +#: plugins/admin/groups/class_divListGroup.inc:330 +#: plugins/admin/users/class_divListUsers.inc:413 +#: plugins/admin/departments/class_divListDepartment.inc:210 +#: plugins/admin/ogroups/class_divListOGroup.inc:311 +msgid "Number of listed departments" +msgstr "Anzahl der angezeigten Abteilungen" -#: plugins/addons/notifications/class_msgplug.inc:103 -#, php-format -msgid "Missing '%s' directive in configuration!" -msgstr "" +#: plugins/admin/groups/generic.tpl:28 plugins/admin/ogroups/generic.tpl:18 +msgid "Descriptive text for this group" +msgstr "Beschreibender Text für diese Gruppe" -#: plugins/addons/notifications/class_msgplug.inc:111 -#, php-format -msgid "'%s' defined for the '%s' directive cannot be executed!" -msgstr "" +#: plugins/admin/groups/generic.tpl:83 plugins/admin/groups/generic.tpl:110 +msgid "Select to create a samba conform group" +msgstr "Auswählen, um eine sambakonforme Gruppe zu erzeugen" -#: plugins/addons/notifications/class_msgplug.inc:117 -msgid "Please specify at least one recipient to send a message!" -msgstr "" -"Bitte geben Sie mindestens einen Empfänger an, um eine Nachricht zu senden!" +#: plugins/admin/groups/generic.tpl:95 plugins/admin/groups/generic.tpl:118 +msgid "in domain" +msgstr "in der Domain" -#: plugins/addons/notifications/class_msgplug.inc:213 -#, fuzzy, php-format -msgid "Cannot find a DESC tag in file '%s'!" -msgstr "Kann Datei '%s' nicht anlegen." +#: plugins/admin/groups/generic.tpl:140 +msgid "Members are in a phone pickup group" +msgstr "Mitglieder sind in einer Telefon-Gruppe" -#: plugins/addons/notifications/class_msgplug.inc:240 -msgid "Notification" -msgstr "Meldung" +#: plugins/admin/groups/generic.tpl:155 +msgid "Members are in a nagios group" +msgstr "Mitglieder sind in einer Nagios-Gruppe" -#: plugins/addons/notifications/class_msgplug.inc:241 -#: plugins/addons/notifications/class_msgplug.inc:246 -msgid "Notification plugin" -msgstr "Meldungs-Erweiterung" +#: plugins/admin/groups/generic.tpl:172 +msgid "Group members" +msgstr "Gruppenmitglieder" -#: plugins/addons/notifications/class_msgplug.inc:249 -msgid "Allow sending notifications" -msgstr "Erlaube Senden von Benachrichtigungen" +#: plugins/admin/groups/remove.tpl:6 +msgid "" +"This may be a primary user group. Please double check if you really want to " +"do this since there is no way for GOsa to get your data back." +msgstr "" +"Bitte prüfen Sie, ob Sie die Aktion wirklich durchführen möchten, da GOsa " +"die Daten nicht wiederherstellen kann." -#: plugins/addons/notifications/contents.tpl:2 -msgid "Notification target" -msgstr "Empfänger der Meldung" +#: plugins/admin/groups/remove.tpl:10 plugins/admin/users/remove.tpl:10 +#: plugins/admin/ogroups/remove.tpl:10 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." -#: plugins/addons/notifications/contents.tpl:7 -msgid "Use target from" -msgstr "Verwende Ziel von" +#: plugins/admin/groups/main.inc:40 plugins/admin/groups/main.inc:44 +msgid "Group administration" +msgstr "Gruppenverwaltung" -#: plugins/addons/notifications/contents.tpl:21 -msgid "Available recipients" -msgstr "Verfügbare Empfänger" +#: 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 "" +"Um das Benutzer-Passwort zu ändern, nutzen Sie die Felder unten. Die " +"Änderungen werden sofort wirksam. Merken Sie sich das Passwort, da sich der " +"Benutzer ohne dieses Passwort nicht anmelden kann." -#: plugins/addons/notifications/contents.tpl:33 -msgid "Recipients" -msgstr "Empfänger" +#: plugins/admin/users/password.tpl:21 +msgid "Strength" +msgstr "Stärke" -#: plugins/addons/notifications/contents.tpl:44 -msgid "Message" -msgstr "Nachricht" +#: plugins/admin/users/template.tpl:2 +msgid "Creating a new user using templates" +msgstr "Erzeugen eines neuen Benutzer aus einer Vorlage" -#: plugins/addons/notifications/contents.tpl:60 -msgid "Send message" -msgstr "Nachricht senden" +#: 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 "" +"Das Anlegen von neuen Benutzern kann durch die Verwendung von Vorlagen " +"vereinfacht werden. Viele Datenbankeinträge lassen sich damit automatisch " +"ausfüllen. Wählen sie 'keine' um den Vorlagen-Dialog zu überspringen." -#: plugins/addons/notifications/contents.tpl:72 -msgid "Notification send!" -msgstr "Meldung gesendet!" +#: plugins/admin/users/template.tpl:15 +#: plugins/admin/users/class_divListUsers.inc:158 +msgid "Template" +msgstr "Vorlage" -#: plugins/addons/notifications/contents.tpl:75 +#: plugins/admin/users/remove.tpl:6 msgid "" -"Your message has been sent successfully. Press the continue button to get " -"back to the notification plugin." +"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 "" -"Ihre Nachricht wurde erfolgreich verschickt. Drücken Sie den Knopf " -"Fortfahren um zurück zur Mitteilungs-Erweiterung zu gelangen." +"Dies umfasst alle Konto-Informationen, Zugriffsregeln, IMAP-Einstellungen, " +"etc. dieses Benutzers. Bitte prüfen Sie genau, da es keine Möglichkeit für " +"GOsa gibt, die Daten wiederherzustellen. " + +#: plugins/admin/users/main.inc:43 plugins/admin/users/main.inc:49 +msgid "User administration" +msgstr "Benutzerverwaltung" #: plugins/admin/users/class_divListUsers.inc:35 #: plugins/admin/users/class_divListUsers.inc:36 @@ -2605,25 +2409,11 @@ msgstr "" "zu entfernen. Bei einer großen Anzahl von Benutzern bietet sich die " "Verwendung der Bereichsauswahl an." -#: plugins/admin/users/class_divListUsers.inc:62 -#: plugins/admin/ogroups/class_divListOGroup.inc:65 -#: plugins/admin/departments/generic.tpl:4 -#: plugins/admin/groups/class_divListGroup.inc:61 -msgid "Properties" -msgstr "Eigenschaften" - -#: plugins/admin/users/class_divListUsers.inc:63 -#: plugins/admin/users/class_divListUsers.inc:149 -#: plugins/admin/ogroups/class_divListOGroup.inc:66 -#: plugins/admin/ogroups/class_divListOGroup.inc:169 -#: plugins/admin/departments/class_divListDepartment.inc:49 -#: plugins/admin/departments/class_divListDepartment.inc:130 -#: plugins/admin/acl/class_divListACL.inc:55 -#: plugins/admin/acl/class_divListACL.inc:140 -#: plugins/admin/groups/class_divListGroup.inc:62 -#: plugins/admin/groups/class_divListGroup.inc:157 -msgid "Actions" -msgstr "Aktionen" +#: plugins/admin/users/class_divListUsers.inc:61 +#: ihtml/themes/default/password.tpl:68 ihtml/themes/default/password.tpl:70 +#: ihtml/themes/default/login.tpl:40 ihtml/themes/default/login.tpl:42 +msgid "Username" +msgstr "Benutzername" #: plugins/admin/users/class_divListUsers.inc:65 msgid "Select to see template pseudo users" @@ -2674,64 +2464,17 @@ msgstr "Auswählen, um die Benutzer zu sehen, die Proxy-Einstellungen besitzen" msgid "Show proxy users" msgstr "Zeige Proxy-Benutzer" -#: plugins/admin/users/class_divListUsers.inc:77 -#: plugins/admin/groups/group_objects.tpl:46 -msgid "Display users matching" -msgstr "Zeige die Benutzer, auf die Folgendes passt" - -#: plugins/admin/users/class_divListUsers.inc:151 -#: plugins/admin/ogroups/class_divListOGroup.inc:171 -#: plugins/admin/departments/class_divListDepartment.inc:132 -#: plugins/admin/acl/class_divListACL.inc:142 -#: plugins/admin/groups/class_divListGroup.inc:159 -#: setup/class_setupStep_Migrate.inc:883 -msgid "Create" -msgstr "Anlegen" - #: plugins/admin/users/class_divListUsers.inc:156 #: plugins/admin/ogroups/class_ogroupManagement.inc:450 -#: setup/setup_config2.tpl:257 setup/setup_config2.tpl:302 +#: setup/setup_config2.tpl:273 setup/setup_config2.tpl:318 msgid "User" msgstr "Benutzer" -#: plugins/admin/users/class_divListUsers.inc:158 -#: plugins/admin/users/template.tpl:15 -msgid "Template" -msgstr "Vorlage" - #: plugins/admin/users/class_divListUsers.inc:166 #: plugins/admin/users/class_divListUsers.inc:309 msgid "Change password" msgstr "Passwort ändern" -#: plugins/admin/users/class_divListUsers.inc:174 -#: plugins/admin/ogroups/class_divListOGroup.inc:191 -#: plugins/admin/acl/class_divListACL.inc:159 -#: plugins/admin/groups/class_divListGroup.inc:179 -#, fuzzy -msgid "Copy" -msgstr "Kopieren" - -#: plugins/admin/users/class_divListUsers.inc:176 -#: plugins/admin/ogroups/class_divListOGroup.inc:193 -#: plugins/admin/acl/class_divListACL.inc:161 -#: plugins/admin/groups/class_divListGroup.inc:181 -#, fuzzy -msgid "Cut" -msgstr "Ausschneiden" - -#: plugins/admin/users/class_divListUsers.inc:180 -#: plugins/admin/users/class_divListUsers.inc:183 -#: plugins/admin/ogroups/class_divListOGroup.inc:197 -#: plugins/admin/ogroups/class_divListOGroup.inc:200 -#: plugins/admin/acl/class_divListACL.inc:165 -#: plugins/admin/acl/class_divListACL.inc:168 -#: plugins/admin/groups/class_divListGroup.inc:185 -#: plugins/admin/groups/class_divListGroup.inc:188 -#: include/class_CopyPasteHandler.inc:435 -msgid "Paste" -msgstr "Einfügen" - #: plugins/admin/users/class_divListUsers.inc:236 msgid "GOsa" msgstr "GOsa" @@ -2740,11 +2483,6 @@ msgstr "GOsa" msgid "Edit generic properties" msgstr "Allgemeine Einstellungen bearbeiten" -#: plugins/admin/users/class_divListUsers.inc:238 -#: plugins/admin/groups/class_divListGroup.inc:226 -msgid "Posix" -msgstr "Posix" - #: plugins/admin/users/class_divListUsers.inc:239 msgid "Edit UNIX properties" msgstr "UNIX-Einstellungen bearbeiten" @@ -2769,6 +2507,10 @@ msgstr "Fax-Einstellungen bearbeiten" msgid "Edit samba properties" msgstr "Samba-Einstellungen bearbeiten" +#: plugins/admin/users/class_divListUsers.inc:250 +msgid "Netatalk" +msgstr "Netatalk" + #: plugins/admin/users/class_divListUsers.inc:251 msgid "Edit netatalk properties" msgstr "Netatalk-Einstellungen bearbeiten" @@ -2781,34 +2523,6 @@ msgstr "Neuen Benutzer aus Vorlage erstellen" msgid "Create user with this template" msgstr "Neuen Benutzer aus dieser Vorlage erstellen" -#: plugins/admin/users/class_divListUsers.inc:277 -#: plugins/admin/ogroups/class_divListOGroup.inc:247 -#: plugins/admin/acl/class_divListACL.inc:216 -#: plugins/admin/groups/class_divListGroup.inc:256 -msgid "cut" -msgstr "Ausschneiden" - -#: plugins/admin/users/class_divListUsers.inc:277 -#: plugins/admin/ogroups/class_divListOGroup.inc:247 -#: plugins/admin/acl/class_divListACL.inc:216 -#: plugins/admin/groups/class_divListGroup.inc:256 -msgid "Cut this entry" -msgstr "Diesen Eintrag ausschneiden" - -#: plugins/admin/users/class_divListUsers.inc:279 -#: plugins/admin/ogroups/class_divListOGroup.inc:249 -#: plugins/admin/acl/class_divListACL.inc:218 -#: plugins/admin/groups/class_divListGroup.inc:258 -msgid "copy" -msgstr "Kopieren" - -#: plugins/admin/users/class_divListUsers.inc:279 -#: plugins/admin/ogroups/class_divListOGroup.inc:249 -#: plugins/admin/acl/class_divListACL.inc:218 -#: plugins/admin/groups/class_divListGroup.inc:258 -msgid "Copy this entry" -msgstr "Diesen Eintrag kopieren" - #: plugins/admin/users/class_divListUsers.inc:288 #, fuzzy msgid "Deactivated" @@ -2818,18 +2532,6 @@ msgstr "Aktiv" msgid "Active" msgstr "Aktiv" -#: plugins/admin/users/class_divListUsers.inc:298 -#: plugins/admin/ogroups/class_divListOGroup.inc:253 -#: plugins/admin/departments/class_divListDepartment.inc:166 -#: plugins/admin/acl/class_aclRole.inc:340 -#: plugins/admin/acl/class_aclRole.inc:385 -#: plugins/admin/acl/class_divListACL.inc:223 -#: plugins/admin/acl/class_divListACL.inc:245 -#: plugins/admin/groups/class_divListGroup.inc:263 include/class_acl.inc:409 -#: include/class_acl.inc:452 -msgid "edit" -msgstr "Bearbeiten" - #: plugins/admin/users/class_divListUsers.inc:299 msgid "Edit user" msgstr "Benutzer bearbeiten" @@ -2842,18 +2544,6 @@ msgstr "Passwort" msgid "You are not allowed to change the password for this user." msgstr "Sie haben keine Berechtigung, das Passwort dieses Benutzers zu ändern." -#: plugins/admin/users/class_divListUsers.inc:322 -#: plugins/admin/ogroups/class_divListOGroup.inc:261 -#: plugins/admin/departments/class_divListDepartment.inc:171 -#: plugins/admin/acl/class_aclRole.inc:341 -#: plugins/admin/acl/class_aclRole.inc:386 -#: plugins/admin/acl/class_divListACL.inc:233 -#: plugins/admin/acl/class_divListACL.inc:249 -#: plugins/admin/groups/class_divListGroup.inc:272 include/class_acl.inc:410 -#: include/class_acl.inc:453 -msgid "delete" -msgstr "Entfernen" - #: plugins/admin/users/class_divListUsers.inc:323 #: plugins/admin/users/class_userManagement.inc:526 msgid "Delete user" @@ -2864,83 +2554,74 @@ msgid "You are not allowed to remove this user." msgstr "Sie haben keine Berechtigung, diesen Benutzer zu löschen." #: plugins/admin/users/class_divListUsers.inc:412 -#, fuzzy msgid "Number of listed users" -msgstr "Anzahl der Seiten" - -#: plugins/admin/users/class_divListUsers.inc:413 -#: plugins/admin/ogroups/class_divListOGroup.inc:311 -#: plugins/admin/departments/class_divListDepartment.inc:210 -#: plugins/admin/groups/class_divListGroup.inc:330 -#, fuzzy -msgid "Number of listed departments" -msgstr "Name der Abteilung" +msgstr "Anzahl der angezeigten Benutzer" #: plugins/admin/users/class_userManagement.inc:241 -#, fuzzy msgid "Password change failed." -msgstr "Passwort-Änderung ist nicht erlaubt" +msgstr "Passwort-Änderung fehlgeschlagen." #: plugins/admin/users/class_userManagement.inc:241 #: plugins/admin/users/class_userManagement.inc:296 msgid "You are not allowed to set this users password!" msgstr "Sie haben keine Berechtigung, das Passwort dieses Benutzers zu setzen!" +#: plugins/admin/users/class_userManagement.inc:296 +#: ihtml/themes/default/password.tpl:40 +msgid "Password change" +msgstr "Passwort-Änderung" + #: plugins/admin/users/class_userManagement.inc:404 -#, fuzzy, php-format +#, php-format msgid "You're about to delete the following entry: %s" -msgstr "Sie löschen gerade den Eintrag %s." +msgstr "Sie löschen gerade den folgenden Eintrag: %s" #: plugins/admin/users/class_userManagement.inc:406 -#, fuzzy, php-format +#, php-format msgid "You're about to delete the following entries: %s" -msgstr "Sie löschen gerade den Eintrag %s." +msgstr "Sie löschen gerade die folgenden Einträge: %s" #: plugins/admin/users/class_userManagement.inc:408 -#, fuzzy msgid "Delete users" msgstr "Benutzer entfernen" #: plugins/admin/users/class_userManagement.inc:436 #: plugins/admin/users/class_userManagement.inc:558 -#, fuzzy msgid "User delete" -msgstr "Entfernen" +msgstr "Benutzer Entfernen" #: plugins/admin/users/class_userManagement.inc:436 -#, fuzzy, php-format +#, php-format msgid "You are not allowed to delete the user '%s'!" -msgstr "Sie haben keine Berechtigung, diesen Benutzer zu löschen!" +msgstr "Sie haben keine Berechtigung, um den Benutzer '%s' zu löschen!" #: plugins/admin/users/class_userManagement.inc:493 msgid "Could not set user status from locked to unlocked." -msgstr "" +msgstr "Konnte Benutzerstatus nicht von gesperrt auf aktiv setzen." #: plugins/admin/users/class_userManagement.inc:495 msgid "Could not set user status from unlocked to locked." -msgstr "" +msgstr "Konnte Benutzerstatus nicht von aktiv auf gesperrt setzen." #: plugins/admin/users/class_userManagement.inc:526 #, php-format msgid "You're about to delete the user %s." msgstr "Sie löschen gerade den Benutzer %s." -#: plugins/admin/users/class_userManagement.inc:553 -#, fuzzy -msgid "User delted" -msgstr "Benutzerbild" +#: plugins/admin/users/class_userManagement.inc:553 +msgid "User deleted" +msgstr "Benutzer entfernt" #: plugins/admin/users/class_userManagement.inc:553 -#, fuzzy msgid "User successfully removed." -msgstr "Import erfolgreich" +msgstr "Benutzer erfolgreich entfernt." #: plugins/admin/users/class_userManagement.inc:558 msgid "You are not allowed to delete this user!" msgstr "Sie haben keine Berechtigung, diesen Benutzer zu löschen!" #: plugins/admin/users/class_userManagement.inc:664 -#: plugins/admin/ogroups/class_ogroup.inc:298 +#: plugins/admin/ogroups/class_ogroup.inc:286 msgid "none" msgstr "keine" @@ -2953,161 +2634,289 @@ msgid "A person with the choosen name is already used in this tree." msgstr "" "Ein Person mit dem ausgewählten Namen ist in diesem Baum bereits angelegt." -#: plugins/admin/users/template.tpl:2 -msgid "Creating a new user using templates" -msgstr "Erzeugen eines neuen Benutzer aus einer Vorlage" +#: plugins/admin/departments/class_divListDepartment.inc:27 +#: plugins/admin/departments/class_divListDepartment.inc:28 +msgid "List of departments" +msgstr "Liste der Abteilungen" -#: plugins/admin/users/template.tpl:6 +#: plugins/admin/departments/class_divListDepartment.inc:33 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." +"This menu allows you to create, delete and edit selected departments. Having " +"a large number of departments, you might prefer the range selectors on top " +"of the department list." msgstr "" -"Das Anlegen von neuen Benutzern kann durch die Verwendung von Vorlagen " -"vereinfacht werden. Viele Datenbankeinträge lassen sich damit automatisch " -"ausfüllen. Wählen sie 'keine' um den Vorlagen-Dialog zu überspringen." +"Dieses Menü erlaubt es Ihnen, Abteilungen hinzuzufügen, zu bearbeiten oder " +"zu entfernen. Bei einer Vielzahl von Abteilungen bietet sich die Verwendung " +"der Bereichsauswahl über der Abteilungsliste an." + +#: plugins/admin/departments/class_divListDepartment.inc:48 +#: plugins/admin/departments/class_departmentGeneric.inc:574 +msgid "Department name" +msgstr "Name der Abteilung" + +#: plugins/admin/departments/class_divListDepartment.inc:56 +msgid "Regular expression for matching department names" +msgstr "Regulärer Ausdruck zum Erkennen von Abteilungs-Namen" -#: plugins/admin/users/password.tpl:2 +#: plugins/admin/departments/class_divListDepartment.inc:200 +msgid "department" +msgstr "Abteilung" + +#: plugins/admin/departments/tabs_department.inc:34 +#: include/class_MultiSelectWindow.inc:503 include/functions.inc:341 +#: include/functions.inc:368 include/functions.inc:377 +#: include/functions.inc:406 include/functions.inc:649 +#: include/functions.inc:688 include/functions.inc:733 +#: include/functions.inc:1311 include/functions.inc:2503 +#: include/class_config.inc:224 setup/class_setupStep_Schema.inc:95 +#: setup/class_setupStep_Migrate.inc:1030 +#: setup/class_setupStep_Migrate.inc:1056 +#: setup/class_setupStep_Migrate.inc:1104 +#: setup/class_setupStep_Migrate.inc:1152 +#: setup/class_setupStep_Migrate.inc:1916 html/index.php:244 +#: html/index.php:258 html/index.php:271 +msgid "LDAP error" +msgstr "LDAP-Fehler" + +#: plugins/admin/departments/tabs_department.inc:34 +msgid "Moving LDAP tree failed: destination tree is a subtree of the source!" +msgstr "" +"Verschieben des Baums ist fehlgeschlagen: Der Zielbaum ist ein Teilbaum der " +"Quelle!" + +#: plugins/admin/departments/dep_iframe.tpl:1 +msgid "Processing the requested operation" +msgstr "Gewünschte Operation wird durchgeführt" + +#: plugins/admin/departments/dep_iframe.tpl:7 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." +"Your browser doesn't support iframes, please use this link to perform the " +"requested operation." msgstr "" -"Um das Benutzer-Passwort zu ändern, nutzen Sie die Felder unten. Die " -"Änderungen werden sofort wirksam. Merken Sie sich das Passwort, da sich der " -"Benutzer ohne dieses Passwort nicht anmelden kann." +"Ihr Browser unterstützt keine IFrames - bitte wählen Sie diesen Link, um die " +"gewünschte Operation durchzuführen." -#: plugins/admin/users/main.inc:43 plugins/admin/users/main.inc:49 -msgid "User administration" -msgstr "Benutzerverwaltung" +#: plugins/admin/departments/dep_move_confirm.tpl:2 +msgid "You are currently moving/renaming this department." +msgstr "" +"Momentan sind Sie dabei, diese Abteilung zu verschieben bzw. neu zu benennen." -#: plugins/admin/ogroups/class_ogroupManagement.inc:24 -#: plugins/admin/ogroups/class_ogroup.inc:758 -#: plugins/admin/ogroups/main.inc:35 plugins/admin/ogroups/main.inc:40 -msgid "Object groups" -msgstr "Objektgruppen" +#: plugins/admin/departments/dep_move_confirm.tpl:5 +msgid "" +"Modifying a departments naming attribute 'ou' or base may corrupt acls and " +"snapshot entries for all entire objects." +msgstr "" +"Verändern des für die Namensbildung zuständigen Attributes 'ou' einer " +"Abteilung oder der Basis kann vorhandene ACLs und/oder Abbilder für alle " +"Objekte unbrauchbar machen." -#: plugins/admin/ogroups/class_ogroupManagement.inc:183 -#, fuzzy, php-format -msgid "You're about to delete the following object entry %s" -msgstr "Sie löschen gerade den Eintrag %s." +#: plugins/admin/departments/dep_move_confirm.tpl:8 +msgid "GOsa can NOT fix this for you, yet." +msgstr "GOsa kann dies (noch) NICHT für Sie reparieren." -#: plugins/admin/ogroups/class_ogroupManagement.inc:185 -#, fuzzy, php-format -msgid "You're about to delete the following object entries %s" -msgstr "Sie sind dabei die Objektgruppe '%s' zu löschen." +#: plugins/admin/departments/dep_move_confirm.tpl:11 +msgid "" +"Before you confirm this action, ensure that everything will be as expected, " +"possibly the best solution is a backup." +msgstr "" +"Bevor Sie diese Aktion bestätigen, stellen Sie sicher, dass alles wie " +"erwartet sein wird, vielleicht ist die beste Lösung, vorher ein Backup zu " +"erstellen." -#: plugins/admin/ogroups/class_ogroupManagement.inc:215 -#: plugins/admin/ogroups/class_ogroupManagement.inc:267 -#: plugins/admin/ogroups/class_ogroupManagement.inc:294 -msgid "You are not allowed to delete this object group!" -msgstr "Es ist Ihnen nicht erlaubt, diese Objektgruppe zu löschen!" +#: plugins/admin/departments/generic.tpl:8 +msgid "Name of department" +msgstr "Name der Abteilung" -#: plugins/admin/ogroups/class_ogroupManagement.inc:260 -#, php-format -msgid "You're about to delete the object group '%s'." -msgstr "Sie sind dabei die Objektgruppe '%s' zu löschen." +#: plugins/admin/departments/generic.tpl:11 +msgid "Name of subtree to create" +msgstr "Name des zu erzeugenden Teilbaums" -#: plugins/admin/ogroups/class_ogroupManagement.inc:457 -#, fuzzy -msgid "Windows Install" -msgstr "Windows Arbeitsstation" +#: plugins/admin/departments/generic.tpl:19 +msgid "Descriptive text for department" +msgstr "Beschreibender Text zu dieser Abteilung" -#: plugins/admin/ogroups/class_ogroupManagement.inc:458 -msgid "Terminal" -msgstr "Terminal" +#: plugins/admin/departments/generic.tpl:24 +#: plugins/admin/departments/class_departmentGeneric.inc:575 +msgid "Category" +msgstr "Kategorie" -#: plugins/admin/ogroups/class_ogroup.inc:156 -msgid "This 'dn' is no object group." -msgstr "Diese 'dn' ist keine Objektgruppenerweiterungen." +#: plugins/admin/departments/generic.tpl:27 +msgid "Category for this subtree" +msgstr "Kategorie dieses Teilbaums" -#: plugins/admin/ogroups/class_ogroup.inc:300 -msgid "too many different objects!" -msgstr "zu viele unterschiedliche Objekte!" +#: plugins/admin/departments/generic.tpl:39 +msgid "Choose subtree to place department in" +msgstr "Wählen Sie den Teilbaum, in den die Abteilung eingepflegt werden soll" -#: plugins/admin/ogroups/class_ogroup.inc:302 -msgid "users" -msgstr "Benutzer" +#: plugins/admin/departments/generic.tpl:63 +msgid "State where this subtree is located" +msgstr "Land, in dem dieser Teilbaum anzusiedeln ist" -#: plugins/admin/ogroups/class_ogroup.inc:303 -msgid "groups" -msgstr "Gruppen" +#: plugins/admin/departments/generic.tpl:71 +msgid "Location of this subtree" +msgstr "Ort dieses Teilbaums" -#: plugins/admin/ogroups/class_ogroup.inc:304 -msgid "applications" -msgstr "Anwendungen" +#: plugins/admin/departments/generic.tpl:79 +msgid "Postal address of this subtree" +msgstr "Postalische Anschrift dieses Teilbaums" -#: plugins/admin/ogroups/class_ogroup.inc:305 -msgid "departments" -msgstr "Abteilungen" +#: plugins/admin/departments/generic.tpl:86 +msgid "Base telephone number of this subtree" +msgstr "Einleitende Telefonnummer dieses Teilbaums" -#: plugins/admin/ogroups/class_ogroup.inc:306 -msgid "servers" -msgstr "Server" +#: plugins/admin/departments/generic.tpl:94 +msgid "Base facsimile telephone number of this subtree" +msgstr "Einleitende Fax-Nummer dieses Teilbaums" -#: plugins/admin/ogroups/class_ogroup.inc:307 -msgid "workstations" -msgstr "Arbeitsstationen" +#: plugins/admin/departments/generic.tpl:109 +#: plugins/admin/departments/class_departmentGeneric.inc:578 +msgid "Administrative settings" +msgstr "Administrative Einstellungen" -#: plugins/admin/ogroups/class_ogroup.inc:308 -#, fuzzy -msgid "winstations" -msgstr "Windows-Workstation" +#: plugins/admin/departments/generic.tpl:111 +msgid "Tag department as an independent administrative unit" +msgstr "Abteilung als eigenständige administrative Einheit kennzeichnen" -#: plugins/admin/ogroups/class_ogroup.inc:309 -msgid "terminals" -msgstr "Terminals" +#: plugins/admin/departments/remove.tpl:6 +msgid "" +"This includes 'all' accounts, systems, etc. in this subtree. Please double " +"check if your really want to do this since there is no way for GOsa to get " +"your data back." +msgstr "" +"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. " -#: plugins/admin/ogroups/class_ogroup.inc:310 -msgid "phones" -msgstr "Telefone" +#: plugins/admin/departments/main.inc:41 plugins/admin/departments/main.inc:43 +msgid "Department management" +msgstr "Abteilungsverwaltung" -#: plugins/admin/ogroups/class_ogroup.inc:311 -msgid "printers" -msgstr "Drucker" +#: plugins/admin/departments/class_departmentGeneric.inc:187 +#, php-format +msgid "Removing of department with dn '%s' failed." +msgstr "Entfernen der Abeilung mit dn '%s' fehlgeschlagen." -#: plugins/admin/ogroups/class_ogroup.inc:318 -msgid "and" -msgstr "und" +#: plugins/admin/departments/class_departmentGeneric.inc:246 +#: plugins/admin/departments/class_departmentGeneric.inc:248 +msgid "Department with that 'Name' already exists." +msgstr "Eine Abteilung mit diesem Namen existiert bereits." -#: plugins/admin/ogroups/class_ogroup.inc:463 -msgid "Non existing dn:" -msgstr "Unbekannte dn:" +#: plugins/admin/departments/class_departmentGeneric.inc:253 +msgid "Required field 'Name' is not set." +msgstr "Das benötigte Feld 'Name' ist nicht ausgefüllt." -#: plugins/admin/ogroups/class_ogroup.inc:607 -msgid "There is already an object with this cn." -msgstr "Diese cn ist bereits vergeben." +#: plugins/admin/departments/class_departmentGeneric.inc:256 +msgid "Required field 'Description' is not set." +msgstr "Das benötigte Feld 'Beschreibung' ist nicht gesetzt." -#: plugins/admin/ogroups/class_ogroup.inc:622 -msgid "You can combine two different object types at maximum only!" +#: plugins/admin/departments/class_departmentGeneric.inc:260 +#, php-format +msgid "" +"The field 'Name' contains the reserved word '%s'. Please choose another name." msgstr "" -"Sie können maximal zwei verschiedene Objekttypen miteinander kombinieren!" +"Das Feld 'Name' enthält das reservierte Wort '%s'. Bitte wählen Sie einen " +"anderen Namen." + +#: plugins/admin/departments/class_departmentGeneric.inc:312 html/main.php:149 +msgid "Fatal error" +msgstr "Schwerer Fehler" + +#: plugins/admin/departments/class_departmentGeneric.inc:312 +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_departmentGeneric.inc:358 +#, php-format +msgid "Saving of department with dn '%s' failed." +msgstr "Speichern der Abteilung mit dn '%s' fehlgeschlagen." + +#: plugins/admin/departments/class_departmentGeneric.inc:403 +#, php-format +msgid "Tagging '%s'." +msgstr "Markiere '%s'." + +#: plugins/admin/departments/class_departmentGeneric.inc:488 +#, php-format +msgid "Moving '%s' to '%s'" +msgstr "Verschiebe '%s' nach '%s'" + +#: plugins/admin/departments/class_departmentGeneric.inc:524 +#: include/class_acl.inc:643 include/class_acl.inc:650 +#: include/class_acl.inc:657 include/class_acl.inc:663 +#: ihtml/themes/default/snapshotdialog.tpl:20 +#: ihtml/themes/default/snapshotdialog.tpl:62 +msgid "Object" +msgstr "Objekt" + +#: plugins/admin/departments/class_departmentGeneric.inc:529 +#, php-format +msgid "FAILED to copy %s, aborting operation" +msgstr "Fehler beim kopieren von %s, breche ab" + +#: plugins/admin/departments/class_departmentGeneric.inc:561 +#: plugins/admin/departments/class_departmentGeneric.inc:566 +#: plugins/admin/departments/class_departmentManagement.inc:24 +#: plugins/admin/ogroups/class_divListOGroup.inc:64 +msgid "Departments" +msgstr "Abteilungen" + +#: plugins/admin/departments/class_departmentGeneric.inc:570 +msgid "Country" +msgstr "Land" + +#: plugins/admin/departments/class_departmentGeneric.inc:573 +msgid "Telephone" +msgstr "Telefon" + +#: plugins/admin/departments/class_departmentGeneric.inc:630 +#, php-format +msgid "Object '%s' is already tagged" +msgstr "Objekt '%s' ist bereits markiert" + +#: plugins/admin/departments/class_departmentGeneric.inc:637 +#, php-format +msgid "Adding tag (%s) to object '%s'" +msgstr "Füge Markierung (%s) zu Objekt '%s' hinzu" + +#: plugins/admin/departments/class_departmentGeneric.inc:651 +#: plugins/admin/departments/class_departmentGeneric.inc:680 +#, php-format +msgid "Handle object tagging with dn '%s' failed." +msgstr "Die Bearbeitung der Objekt-Markierung für dn '%s' ist fehlgeschlagen." -#: plugins/admin/ogroups/class_ogroup.inc:678 +#: plugins/admin/departments/class_departmentGeneric.inc:667 #, php-format -msgid "Saving of object group/generic with dn '%s' failed." -msgstr "Speichern von Objektgruppe/Allgemein mit dn '%s' fehlgeschlagen." +msgid "Removing tag from object '%s'" +msgstr "Entferne Markierung von Objekt '%s'" -#: plugins/admin/ogroups/class_ogroup.inc:691 +#: plugins/admin/departments/class_departmentManagement.inc:248 #, php-format -msgid "Removing of object group/generic with dn '%s' failed." -msgstr "Entfernen von Objektgruppe/Allgemein mit dn '%s' fehlgeschlagen." +msgid "You're about to delete the whole LDAP subtree placed under '%s'." +msgstr "" +"Sie sind dabei, einen gesamten LDAP-Teilbaum unterhalb von '%s' zu löschen." -#: plugins/admin/ogroups/class_ogroup.inc:753 -msgid "Object group generic" -msgstr "Objektgruppe (Allgemein)" +#: plugins/admin/ogroups/tabs_ogroups.inc:76 +#: plugins/admin/ogroups/tabs_ogroups.inc:228 +msgid "Phone queue" +msgstr "Warteschlange" -#: plugins/admin/ogroups/class_ogroup.inc:761 plugins/admin/acl/acl_role.tpl:7 -#: plugins/admin/acl/class_aclRole.inc:677 plugins/admin/acl/paste_role.tpl:4 -#: plugins/admin/groups/class_groupGeneric.inc:1001 -#: setup/setup_migrate.tpl:209 setup/setup_feedback.tpl:22 html/getxls.php:223 -#: html/getxls.php:290 -msgid "Name" -msgstr "Name" +#: plugins/admin/ogroups/tabs_ogroups.inc:100 +msgid "System" +msgstr "System" -#: plugins/admin/ogroups/class_ogroup.inc:764 -msgid "Member" -msgstr "Mitglied" +#: plugins/admin/ogroups/tabs_ogroups.inc:108 +#: plugins/admin/ogroups/tabs_ogroups.inc:115 +#: plugins/admin/ogroups/tabs_ogroups.inc:208 +msgid "Devices" +msgstr "Geräte" + +#: plugins/admin/ogroups/tabs_ogroups.inc:122 +msgid "Startup" +msgstr "Start" + +#: plugins/admin/ogroups/tabs_ogroups.inc:204 +msgid "Terminals" +msgstr "Arbeitsplätze" #: plugins/admin/ogroups/ogroup_objects.tpl:6 msgid "Select objects to add" @@ -3145,6 +2954,18 @@ msgstr "Wählen, um Anwendungen zu sehen" msgid "Show applications" msgstr "Zeige Anwendungen" +#: plugins/admin/ogroups/ogroup_objects.tpl:31 +msgid "Show servers" +msgstr "Zeige Server" + +#: plugins/admin/ogroups/ogroup_objects.tpl:32 +msgid "Select to see workstations" +msgstr "Wählen, um die 'Arbeitsstationen' zu sehen" + +#: plugins/admin/ogroups/ogroup_objects.tpl:32 +msgid "Show workstations" +msgstr "Zeige Arbeitsstationen" + #: plugins/admin/ogroups/ogroup_objects.tpl:33 msgid "Select to see terminals" msgstr "Wählen, um die 'Terminals' zu sehen" @@ -3181,41 +3002,54 @@ msgstr "Zeige die Objekte, auf die Folgendes passt" msgid "Regular expression for matching object names" msgstr "Regulärer Ausdruck zum Erkennen von Objekt-Namen" -#: plugins/admin/ogroups/remove.tpl:7 -msgid "" -"Please double check if you really want to do this since there is no way for " -"GOsa to get your data back." -msgstr "" -"Bitte überprüfen Sie genau was Sie tun, weil GOsa keine Möglichkeit hat, die " -"Daten wiederherzustellen." +#: plugins/admin/ogroups/class_ogroupManagement.inc:24 +#: plugins/admin/ogroups/class_ogroup.inc:746 +#: plugins/admin/ogroups/main.inc:35 plugins/admin/ogroups/main.inc:40 +msgid "Object groups" +msgstr "Objektgruppen" -#: plugins/admin/ogroups/paste_generic.tpl:4 -#: plugins/admin/ogroups/generic.tpl:7 -#: plugins/admin/groups/paste_generic.tpl:5 -#: plugins/admin/groups/generic.tpl:11 -msgid "Group name" -msgstr "Gruppenname" +#: plugins/admin/ogroups/class_ogroupManagement.inc:183 +#, php-format +msgid "You're about to delete the following object entry %s" +msgstr "Sie löschen gerade den Objekteintrag %s" -#: plugins/admin/ogroups/paste_generic.tpl:7 -msgid "Please enter the new object group name" -msgstr "Bitte geben Sie einen Namen für die neue Objektgruppe ein" +#: plugins/admin/ogroups/class_ogroupManagement.inc:185 +#, php-format +msgid "You're about to delete the following object entries %s" +msgstr "Sie löschen gerade die Objekteinträge %s" -#: plugins/admin/ogroups/generic.tpl:10 -msgid "Name of the group" -msgstr "Name der Gruppe" +#: plugins/admin/ogroups/class_ogroupManagement.inc:260 +#, php-format +msgid "You're about to delete the object group '%s'." +msgstr "Sie sind dabei die Objektgruppe '%s' zu löschen." -#: plugins/admin/ogroups/generic.tpl:18 plugins/admin/groups/generic.tpl:28 -msgid "Descriptive text for this group" -msgstr "Beschreibender Text für diese Gruppe" +#: plugins/admin/ogroups/class_ogroupManagement.inc:454 +#: plugins/generic/references/class_reference.inc:44 +#: setup/setup_config2.tpl:264 setup/setup_config2.tpl:309 +msgid "Server" +msgstr "Server" -#: plugins/admin/ogroups/generic.tpl:29 plugins/admin/acl/acl_role.tpl:31 -#: plugins/admin/groups/generic.tpl:43 -msgid "Choose subtree to place group in" -msgstr "Wählen Sie den Teilbaum, in den die Gruppe eingepflegt werden soll" +#: plugins/admin/ogroups/class_ogroupManagement.inc:456 +#: plugins/generic/references/class_reference.inc:48 +msgid "Workstation" +msgstr "Arbeitsstation" -#: plugins/admin/ogroups/generic.tpl:42 -msgid "Member objects" -msgstr "Zusammengefasste Objekte" +#: plugins/admin/ogroups/class_ogroupManagement.inc:457 +msgid "Windows Install" +msgstr "Windows Installation" + +#: plugins/admin/ogroups/class_ogroupManagement.inc:458 +msgid "Terminal" +msgstr "Terminal" + +#: plugins/admin/ogroups/class_ogroupManagement.inc:459 +#: plugins/generic/references/class_reference.inc:52 +msgid "Printer" +msgstr "Drucker" + +#: plugins/admin/ogroups/paste_generic.tpl:7 +msgid "Please enter the new object group name" +msgstr "Bitte geben Sie einen Namen für die neue Objektgruppe ein" #: plugins/admin/ogroups/class_divListOGroup.inc:39 #: plugins/admin/ogroups/class_divListOGroup.inc:40 @@ -3236,13 +3070,6 @@ msgstr "" msgid "Name of object groups" msgstr "Name der Objektgruppen" -#: plugins/admin/ogroups/class_divListOGroup.inc:64 -#: plugins/admin/departments/class_departmentManagement.inc:24 -#: plugins/admin/departments/class_departmentGeneric.inc:582 -#: plugins/admin/departments/class_departmentGeneric.inc:587 -msgid "Departments" -msgstr "Abteilungen" - #: plugins/admin/ogroups/class_divListOGroup.inc:69 msgid "Select to see groups containing users" msgstr "Zeige Gruppen die Benutzer enthalten" @@ -3271,1645 +3098,1482 @@ msgstr "Zeige Gruppen mit Applikationen" msgid "Select to see groups containing departments" msgstr "Zeige Gruppen die Abteilungen enthalten" -#: plugins/admin/ogroups/class_divListOGroup.inc:72 -msgid "Show groups containing departments" -msgstr "Zeige Gruppen mit Abteilungen" - -#: plugins/admin/ogroups/class_divListOGroup.inc:73 -msgid "Select to see groups containing servers" -msgstr "Zeige Gruppen die Server enthalten" - -#: plugins/admin/ogroups/class_divListOGroup.inc:73 -msgid "Show groups containing servers" -msgstr "Zeige Gruppen mit Servern" - -#: plugins/admin/ogroups/class_divListOGroup.inc:74 -msgid "Select to see groups containing workstations" -msgstr "Zeige Gruppen die Arbeitsstationen enthalten" - -#: plugins/admin/ogroups/class_divListOGroup.inc:74 -msgid "Show groups containing workstations" -msgstr "Zeige Gruppen mit Arbeitsstationen" - -#: plugins/admin/ogroups/class_divListOGroup.inc:75 -#, fuzzy -msgid "Select to see groups containing windows workstations" -msgstr "Zeige Gruppen die Arbeitsstationen enthalten" - -#: plugins/admin/ogroups/class_divListOGroup.inc:75 -#, fuzzy -msgid "Show groups containing windows workstations" -msgstr "Zeige Gruppen mit Arbeitsstationen" - -#: plugins/admin/ogroups/class_divListOGroup.inc:76 -msgid "Select to see groups containing terminals" -msgstr "Zeige Gruppen die Terminals enthalten" - -#: plugins/admin/ogroups/class_divListOGroup.inc:76 -msgid "Show groups containing terminals" -msgstr "Zeige Gruppen mit Terminals" - -#: plugins/admin/ogroups/class_divListOGroup.inc:77 -msgid "Select to see groups containing printer" -msgstr "Zeige Gruppen die Drucker enthalten" - -#: plugins/admin/ogroups/class_divListOGroup.inc:77 -msgid "Show groups containing printer" -msgstr "Zeige Gruppen mit Druckern" - -#: plugins/admin/ogroups/class_divListOGroup.inc:78 -msgid "Select to see groups containing phones" -msgstr "Zeige Gruppen die Telefone enthalten" - -#: plugins/admin/ogroups/class_divListOGroup.inc:78 -msgid "Show groups containing phones" -msgstr "Zeige Gruppen mit Telefonen" - -#: plugins/admin/ogroups/class_divListOGroup.inc:253 -#: plugins/admin/departments/class_divListDepartment.inc:166 -#: plugins/admin/groups/class_divListGroup.inc:263 -msgid "Edit this entry" -msgstr "Diesen Eintrag bearbeiten" - -#: plugins/admin/ogroups/class_divListOGroup.inc:261 -#: plugins/admin/departments/class_divListDepartment.inc:171 -#: plugins/admin/groups/class_divListGroup.inc:272 -msgid "Delete this entry" -msgstr "Diesen Eintrag entfernen" - -#: plugins/admin/ogroups/class_divListOGroup.inc:264 -msgid "You are not allowed to remove this entry." -msgstr "Sie haben keine Berechtigung, diesen Eintrag zu löschen!" - -#: plugins/admin/ogroups/class_divListOGroup.inc:310 -#, fuzzy -msgid "Number of listed object groups" -msgstr "Name der Objektgruppen" - -#: plugins/admin/ogroups/tabs_ogroups.inc:71 -#: plugins/admin/ogroups/tabs_ogroups.inc:215 -msgid "Phone queue" -msgstr "Warteschlange" - -#: plugins/admin/ogroups/tabs_ogroups.inc:95 -msgid "System" -msgstr "System" - -#: plugins/admin/ogroups/tabs_ogroups.inc:193 -msgid "Terminals" -msgstr "Arbeitsplätze" - -#: plugins/admin/departments/class_departmentManagement.inc:178 -#: plugins/admin/groups/class_groupManagement.inc:298 -#, fuzzy, php-format -msgid "You're about to delete the following entry %s" -msgstr "Sie löschen gerade den Eintrag %s." - -#: plugins/admin/departments/class_departmentManagement.inc:180 -#: plugins/admin/groups/class_groupManagement.inc:300 -#, fuzzy, php-format -msgid "You're about to delete the following entries %s" -msgstr "Sie löschen gerade den Eintrag %s." - -#: plugins/admin/departments/class_departmentManagement.inc:206 -#: plugins/admin/departments/class_departmentManagement.inc:254 -#: plugins/admin/departments/class_departmentManagement.inc:273 -msgid "You have no permission to remove this department." -msgstr "Sie haben keine Berechtigung, diese Abteilung zu entfernen." - -#: plugins/admin/departments/class_departmentManagement.inc:248 -#, php-format -msgid "You're about to delete the whole LDAP subtree placed under '%s'." -msgstr "" -"Sie sind dabei, einen gesamten LDAP-Teilbaum unterhalb von '%s' zu löschen." - -#: plugins/admin/departments/tabs_department.inc:34 -msgid "Try to move tree failed. Destination tree is subtree of source tree." -msgstr "" -"Verschieben des Baums ist fehlgeschlagen: Der Zielbaum ist ein Teilbaum des " -"Quellbaumes." - -#: plugins/admin/departments/dep_move_confirm.tpl:2 -msgid "You are currently moving/renaming this department." -msgstr "" -"Momentan sind Sie dabei, diese Abteilung zu verschieben bzw. neu zu benennen." - -#: plugins/admin/departments/dep_move_confirm.tpl:5 -msgid "" -"Modifying a departments naming attribute 'ou' or base may corrupt acls and " -"snapshot entries for all entire objects." -msgstr "" -"Verändern des für die Namensbildung zuständigen Attributes 'ou' einer " -"Abteilung oder der Basis kann vorhandene ACLs und/oder Abbilder für alle " -"Objekte unbrauchbar machen." - -#: plugins/admin/departments/dep_move_confirm.tpl:8 -msgid "GOsa can NOT fix this for you, yet." -msgstr "GOsa kann dies (noch) NICHT für Sie reparieren." - -#: plugins/admin/departments/dep_move_confirm.tpl:11 -msgid "" -"Before you confirm this action, ensure that everything will be as expected, " -"possibly the best solution is a backup." -msgstr "" -"Bevor Sie diese Aktion bestätigen, stellen Sie sicher, dass alles wie " -"erwartet sein wird, vielleicht ist die beste Lösung, vorher ein Backup zu " -"erstellen." - -#: plugins/admin/departments/class_departmentGeneric.inc:197 -#, php-format -msgid "Removing of department with dn '%s' failed." -msgstr "Entfernen der Abeilung mit dn '%s' fehlgeschlagen." - -#: plugins/admin/departments/class_departmentGeneric.inc:258 -#: plugins/admin/departments/class_departmentGeneric.inc:260 -msgid "Department with that 'Name' already exists." -msgstr "Eine Abteilung mit diesem Namen existiert bereits." - -#: plugins/admin/departments/class_departmentGeneric.inc:265 -msgid "Required field 'Name' is not set." -msgstr "Das benötigte Feld 'Name' ist nicht ausgefüllt." +#: plugins/admin/ogroups/class_divListOGroup.inc:72 +msgid "Show groups containing departments" +msgstr "Zeige Gruppen mit Abteilungen" -#: plugins/admin/departments/class_departmentGeneric.inc:268 -msgid "Required field 'Description' is not set." -msgstr "Das benötigte Feld 'Beschreibung' ist nicht gesetzt." +#: plugins/admin/ogroups/class_divListOGroup.inc:73 +msgid "Select to see groups containing servers" +msgstr "Zeige Gruppen die Server enthalten" -#: plugins/admin/departments/class_departmentGeneric.inc:272 -#, php-format -msgid "" -"The field 'Name' contains the reserved word '%s'. Please choose another name." -msgstr "" -"Das Feld 'Name' enthält das reservierte Wort '%s'. Bitte wählen Sie einen " -"anderen Namen." +#: plugins/admin/ogroups/class_divListOGroup.inc:73 +msgid "Show groups containing servers" +msgstr "Zeige Gruppen mit Servern" -#: plugins/admin/departments/class_departmentGeneric.inc:326 -msgid "Fatal error: Can't find an unused tag to mark the administrative unit!" -msgstr "" -"Kritischer Fehler: Kann keine unbenutzte Marke finden, um die administrative " -"Einheit zu kennzeichnen!" +#: plugins/admin/ogroups/class_divListOGroup.inc:74 +msgid "Select to see groups containing workstations" +msgstr "Zeige Gruppen die Arbeitsstationen enthalten" -#: plugins/admin/departments/class_departmentGeneric.inc:376 -#, php-format -msgid "Saving of department with dn '%s' failed." -msgstr "Speichern der Abteilung mit dn '%s' fehlgeschlagen." +#: plugins/admin/ogroups/class_divListOGroup.inc:74 +msgid "Show groups containing workstations" +msgstr "Zeige Gruppen mit Arbeitsstationen" -#: plugins/admin/departments/class_departmentGeneric.inc:424 -#, php-format -msgid "Tagging '%s'." -msgstr "Markiere '%s'." +#: plugins/admin/ogroups/class_divListOGroup.inc:75 +msgid "Select to see groups containing windows workstations" +msgstr "Zeige Gruppen die Windows-Arbeitsstationen enthalten" -#: plugins/admin/departments/class_departmentGeneric.inc:509 -#, php-format -msgid "Moving '%s' to '%s'" -msgstr "Verschiebe '%s' nach '%s'" +#: plugins/admin/ogroups/class_divListOGroup.inc:75 +msgid "Show groups containing windows workstations" +msgstr "Zeige Gruppen mit Windows-Arbeitsstationen" -#: plugins/admin/departments/class_departmentGeneric.inc:550 -#, php-format -msgid "FAILED to copy %s, aborting operation" -msgstr "Fehler beim kopieren von %s, breche ab" +#: plugins/admin/ogroups/class_divListOGroup.inc:76 +msgid "Select to see groups containing terminals" +msgstr "Zeige Gruppen die Terminals enthalten" -#: plugins/admin/departments/class_departmentGeneric.inc:591 -msgid "Country" -msgstr "Land" +#: plugins/admin/ogroups/class_divListOGroup.inc:76 +msgid "Show groups containing terminals" +msgstr "Zeige Gruppen mit Terminals" -#: plugins/admin/departments/class_departmentGeneric.inc:594 -msgid "Telephone" -msgstr "Telefon" +#: plugins/admin/ogroups/class_divListOGroup.inc:77 +msgid "Select to see groups containing printer" +msgstr "Zeige Gruppen die Drucker enthalten" -#: plugins/admin/departments/class_departmentGeneric.inc:595 -#: plugins/admin/departments/class_divListDepartment.inc:48 -msgid "Department name" -msgstr "Name der Abteilung" +#: plugins/admin/ogroups/class_divListOGroup.inc:77 +msgid "Show groups containing printer" +msgstr "Zeige Gruppen mit Druckern" -#: plugins/admin/departments/class_departmentGeneric.inc:596 -#: plugins/admin/departments/generic.tpl:24 -msgid "Category" -msgstr "Kategorie" +#: plugins/admin/ogroups/class_divListOGroup.inc:78 +msgid "Select to see groups containing phones" +msgstr "Zeige Gruppen die Telefone enthalten" -#: plugins/admin/departments/class_departmentGeneric.inc:599 -#: plugins/admin/departments/generic.tpl:117 -msgid "Administrative settings" -msgstr "Administrative Einstellungen" +#: plugins/admin/ogroups/class_divListOGroup.inc:78 +msgid "Show groups containing phones" +msgstr "Zeige Gruppen mit Telefonen" -#: plugins/admin/departments/class_departmentGeneric.inc:651 -#, php-format -msgid "Object '%s' is already tagged" -msgstr "Objekt '%s' ist bereits markiert" +#: plugins/admin/ogroups/class_divListOGroup.inc:176 +#: plugins/admin/ogroups/class_divListOGroup.inc:294 +#: plugins/generic/references/class_reference.inc:50 +msgid "Object group" +msgstr "Objektgruppe" -#: plugins/admin/departments/class_departmentGeneric.inc:658 -#, php-format -msgid "Adding tag (%s) to object '%s'" -msgstr "Füge Markierung (%s) zu Objekt '%s' hinzu" +#: plugins/admin/ogroups/class_divListOGroup.inc:264 +msgid "You are not allowed to remove this entry." +msgstr "Sie haben keine Berechtigung, diesen Eintrag zu löschen!" -#: plugins/admin/departments/class_departmentGeneric.inc:672 -#: plugins/admin/departments/class_departmentGeneric.inc:701 -#, php-format -msgid "Handle object tagging with dn '%s' failed." -msgstr "Die Bearbeitung der Objekt-Markierung für dn '%s' ist fehlgeschlagen." +#: plugins/admin/ogroups/class_divListOGroup.inc:310 +msgid "Number of listed object groups" +msgstr "Anzahl der angezeigten Objektgruppen" -#: plugins/admin/departments/class_departmentGeneric.inc:688 -#, php-format -msgid "Removing tag from object '%s'" -msgstr "Entferne Markierung von Objekt '%s'" +#: plugins/admin/ogroups/class_ogroup.inc:150 setup/setup_ldap.tpl:121 +#: ihtml/themes/default/MultiSelectWindow.tpl:44 +#: ihtml/themes/default/MultiSelectWindow.tpl:84 +#: ihtml/themes/default/msg_dialog.tpl:59 +#: ihtml/themes/default/msg_dialog.tpl:104 +msgid "Information" +msgstr "Information" -#: plugins/admin/departments/remove.tpl:6 -msgid "" -"This includes 'all' accounts, systems, etc. in this subtree. Please double " -"check if your really want to do this since there is no way for GOsa to get " -"your data back." +#: plugins/admin/ogroups/class_ogroup.inc:150 +msgid "You cannot combine terminals and workstations in one object group!" 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. " +"Sie können Terminals und Arbeitsstationen nicht zu einer Objektgruppe " +"zusammenfassen!" -#: plugins/admin/departments/remove.tpl:10 plugins/admin/acl/remove.tpl:10 -msgid "" -"Best thing to do before performing this action would be to save the current " -"contents of your LDAP tree in a file. So - if you've done so - press " -"'Delete' to continue or 'Cancel' to abort." -msgstr "" -"Eine Sicherung der LDAP-Datenbank bietet sich an. Wenn Sie dies erledigt " -"haben, drücken Sie 'Entfernen' um Fortzufahren oder 'Abbrechen', um den " -"Vorgang abzubrechen." +#: plugins/admin/ogroups/class_ogroup.inc:171 +msgid "This 'dn' is no object group." +msgstr "Diese 'dn' ist keine Objektgruppenerweiterungen." -#: plugins/admin/departments/class_divListDepartment.inc:27 -#: plugins/admin/departments/class_divListDepartment.inc:28 -msgid "List of departments" -msgstr "Liste der Abteilungen" +#: plugins/admin/ogroups/class_ogroup.inc:288 +msgid "too many different objects!" +msgstr "zu viele unterschiedliche Objekte!" -#: plugins/admin/departments/class_divListDepartment.inc:33 -msgid "" -"This menu allows you to create, delete and edit selected departments. Having " -"a large number of departments, you might prefer the range selectors on top " -"of the department list." -msgstr "" -"Dieses Menü erlaubt es Ihnen, Abteilungen hinzuzufügen, zu bearbeiten oder " -"zu entfernen. Bei einer Vielzahl von Abteilungen bietet sich die Verwendung " -"der Bereichsauswahl über der Abteilungsliste an." +#: plugins/admin/ogroups/class_ogroup.inc:290 +msgid "users" +msgstr "Benutzer" -#: plugins/admin/departments/class_divListDepartment.inc:56 -msgid "Regular expression for matching department names" -msgstr "Regulärer Ausdruck zum Erkennen von Abteilungs-Namen" +#: plugins/admin/ogroups/class_ogroup.inc:291 +msgid "groups" +msgstr "Gruppen" -#: plugins/admin/departments/class_divListDepartment.inc:200 -msgid "department" -msgstr "Abteilung" +#: plugins/admin/ogroups/class_ogroup.inc:292 +msgid "applications" +msgstr "Anwendungen" -#: plugins/admin/departments/generic.tpl:8 -msgid "Name of department" -msgstr "Name der Abteilung" +#: plugins/admin/ogroups/class_ogroup.inc:293 +msgid "departments" +msgstr "Abteilungen" -#: plugins/admin/departments/generic.tpl:11 -msgid "Name of subtree to create" -msgstr "Name des zu erzeugenden Teilbaums" +#: plugins/admin/ogroups/class_ogroup.inc:294 +msgid "servers" +msgstr "Server" -#: plugins/admin/departments/generic.tpl:19 -msgid "Descriptive text for department" -msgstr "Beschreibender Text zu dieser Abteilung" +#: plugins/admin/ogroups/class_ogroup.inc:295 +msgid "workstations" +msgstr "Arbeitsstationen" -#: plugins/admin/departments/generic.tpl:27 -msgid "Category for this subtree" -msgstr "Kategorie dieses Teilbaums" +#: plugins/admin/ogroups/class_ogroup.inc:296 +msgid "winstations" +msgstr "Windows-Arbeitsstationen" -#: plugins/admin/departments/generic.tpl:39 -msgid "Choose subtree to place department in" -msgstr "Wählen Sie den Teilbaum, in den die Abteilung eingepflegt werden soll" +#: plugins/admin/ogroups/class_ogroup.inc:297 +msgid "terminals" +msgstr "Terminals" -#: plugins/admin/departments/generic.tpl:63 -msgid "State where this subtree is located" -msgstr "Land, in dem dieser Teilbaum anzusiedeln ist" +#: plugins/admin/ogroups/class_ogroup.inc:298 +msgid "phones" +msgstr "Telefone" -#: plugins/admin/departments/generic.tpl:71 -msgid "Location of this subtree" -msgstr "Ort dieses Teilbaums" +#: plugins/admin/ogroups/class_ogroup.inc:299 +msgid "printers" +msgstr "Drucker" -#: plugins/admin/departments/generic.tpl:79 -msgid "Postal address of this subtree" -msgstr "Postalische Anschrift dieses Teilbaums" +#: plugins/admin/ogroups/class_ogroup.inc:306 +msgid "and" +msgstr "und" -#: plugins/admin/departments/generic.tpl:86 -msgid "Base telephone number of this subtree" -msgstr "Einleitende Telefonnummer dieses Teilbaums" +#: plugins/admin/ogroups/class_ogroup.inc:451 +msgid "Non existing dn:" +msgstr "Unbekannte dn:" -#: plugins/admin/departments/generic.tpl:94 -msgid "Base facsimile telephone number of this subtree" -msgstr "Einleitende Fax-Nummer dieses Teilbaums" +#: plugins/admin/ogroups/class_ogroup.inc:595 +msgid "There is already an object with this cn." +msgstr "Diese cn ist bereits vergeben." -#: plugins/admin/departments/generic.tpl:119 -msgid "Tag department as an independent administrative unit" -msgstr "Abteilung als eigenständige administrative Einheit kennzeichnen" +#: plugins/admin/ogroups/class_ogroup.inc:610 +msgid "You can combine two different object types at maximum only!" +msgstr "" +"Sie können maximal zwei verschiedene Objekttypen miteinander kombinieren!" -#: plugins/admin/departments/main.inc:41 plugins/admin/departments/main.inc:43 -msgid "Department management" -msgstr "Abteilungsverwaltung" +#: plugins/admin/ogroups/class_ogroup.inc:666 +#, php-format +msgid "Saving of object group/generic with dn '%s' failed." +msgstr "Speichern von Objektgruppe/Allgemein mit dn '%s' fehlgeschlagen." -#: plugins/admin/departments/dep_iframe.tpl:1 -msgid "Processing the requested operation" -msgstr "Gewünschte Operation wird durchgeführt" +#: plugins/admin/ogroups/class_ogroup.inc:679 +#, php-format +msgid "Removing of object group/generic with dn '%s' failed." +msgstr "Entfernen von Objektgruppe/Allgemein mit dn '%s' fehlgeschlagen." -#: plugins/admin/departments/dep_iframe.tpl:7 -msgid "" -"Your browser doesn't support iframes, please use this link to perform the " -"requested operation." -msgstr "" -"Ihr Browser unterstützt keine IFrames - bitte wählen Sie diesen Link, um die " -"gewünschte Operation durchzuführen." +#: plugins/admin/ogroups/class_ogroup.inc:741 +msgid "Object group generic" +msgstr "Objektgruppe (Allgemein)" -#: plugins/admin/acl/tabs_acl.inc:8 plugins/admin/acl/class_divListACL.inc:240 -msgid "Acl" -msgstr "ACL" +#: plugins/admin/ogroups/class_ogroup.inc:752 +msgid "Member" +msgstr "Mitglied" -#: plugins/admin/acl/class_aclRole.inc:6 -msgid "Access control list templates" -msgstr "Vorlagen für Zugriffskontrollisten" +#: plugins/admin/ogroups/generic.tpl:10 +msgid "Name of the group" +msgstr "Name der Gruppe" -#: plugins/admin/acl/class_aclRole.inc:103 include/class_acl.inc:177 -msgid "All categories" -msgstr "Alle Kategorien" +#: plugins/admin/ogroups/generic.tpl:42 +msgid "Member objects" +msgstr "Zusammengefasste Objekte" -#: plugins/admin/acl/class_aclRole.inc:110 include/class_acl.inc:185 -msgid "Reset ACLs" -msgstr "ACLs zurücksetzen" +#: plugins/admin/ogroups/remove.tpl:7 +msgid "" +"Please double check if you really want to do this since there is no way for " +"GOsa to get your data back." +msgstr "" +"Bitte überprüfen Sie genau was Sie tun, weil GOsa keine Möglichkeit hat, die " +"Daten wiederherzustellen." -#: plugins/admin/acl/class_aclRole.inc:111 include/class_acl.inc:186 -msgid "One level" -msgstr "Diese Ebene" +#: plugins/generic/references/class_reference.inc:30 +msgid "FAX" +msgstr "Fax" + +#: plugins/generic/references/class_reference.inc:32 +msgid "Proxy" +msgstr "Proxy" -#: plugins/admin/acl/class_aclRole.inc:112 include/class_acl.inc:187 -#: include/class_acl.inc:192 -msgid "Current object" -msgstr "Aktuelles Objekt" +#: plugins/generic/references/class_reference.inc:34 +msgid "FTP" +msgstr "FTP" -#: plugins/admin/acl/class_aclRole.inc:113 include/class_acl.inc:188 -msgid "Complete subtree" -msgstr "Vollständiger Teilbaum" +#: plugins/generic/references/class_reference.inc:46 +msgid "Thin Client" +msgstr "Thin Client" -#: plugins/admin/acl/class_aclRole.inc:114 include/class_acl.inc:189 -msgid "Complete subtree (permanent)" -msgstr "Vollständiger Teilbaum (permanent)" +#: plugins/generic/references/contents.tpl:11 +msgid "Object name" +msgstr "Objektname" -#: plugins/admin/acl/class_aclRole.inc:338 -#: include/class_MultiSelectWindow.inc:227 -#: include/class_MultiSelectWindow.inc:229 include/class_acl.inc:407 -msgid "Up" -msgstr "Auf" +#: plugins/generic/references/contents.tpl:11 +msgid "Contents" +msgstr "Inhalt" -#: plugins/admin/acl/class_aclRole.inc:339 include/class_acl.inc:408 -msgid "Down" -msgstr "Ab" +#: plugins/generic/references/contents.tpl:18 +msgid "This object has no relationship to other objects." +msgstr "Dieses Objekt hat keine Referenzen zu anderen Objekten." -#: plugins/admin/acl/class_aclRole.inc:340 include/class_acl.inc:409 -msgid "Edit ACL" -msgstr "ACL Bearbeiten" +#: plugins/generic/welcome/welcome.tpl:4 +msgid "" +"This is the GOsa main menu. You can select your tasks from the menu on the " +"left, or by choosing one of the pictograms below. All changes apply directly " +"to your companies LDAP server." +msgstr "" +"Dies ist das GOsa Hauptmenü. Wählen Sie die gewünschte Option aus dem Menü " +"links oder durch die Auswahl eines Piktogrammes unten. Alle Änderungen " +"werden direkt in den LDAP-Server Ihres Unternehmens eingepflegt." -#: plugins/admin/acl/class_aclRole.inc:341 include/class_acl.inc:410 -msgid "Delete ACL" -msgstr "ACL Entfernen" +#: plugins/generic/welcome/welcome.tpl:8 +msgid "" +"Use 'Sign out' on the upper left to close the connection and 'Main' to get " +"back to the pictogram view." +msgstr "" +"Benutzen Sie 'Abmelden' oben links, um die Arbeit mit GOsa zu beenden und " +"'Hauptmenü', um wieder in diese Ansicht zurückzugelangen." -#: plugins/admin/acl/class_aclRole.inc:378 include/class_acl.inc:445 -msgid "No ACL settings for this category" -msgstr "Keine ACL-Einstellungen für diese Kategorie" +#: plugins/generic/welcome/welcome.tpl:15 +msgid "The GOsa team" +msgstr "Das GOsa Team" -#: plugins/admin/acl/class_aclRole.inc:380 include/class_acl.inc:447 +#: plugins/generic/welcome/main.inc:24 #, php-format -msgid "Contains ACLs for these objects: %s" -msgstr "Enthält ACLs für diese Objekte: %s" - -#: plugins/admin/acl/class_aclRole.inc:385 include/class_acl.inc:452 -msgid "Edit categories ACLs" -msgstr "ACLs dieser Kategorie bearbeiten" +msgid "Welcome %s!" +msgstr "Willkommen %s!" -#: plugins/admin/acl/class_aclRole.inc:386 include/class_acl.inc:453 -msgid "Clear categories ACLs" -msgstr "ACLs dieser Kategorie leeren" +#: include/utils/class_timezone.inc:51 +#, php-format +msgid "" +"The timezone setting '%s' in your gosa.conf is not valid. Cannot calculate " +"correct timezone offset." +msgstr "" +"Die Einstellung '%s' der Zeitzone in Ihrer gosa.conf ist ungültig. Kann " +"Zeitzonen-Versatz nicht berechnen." -#: plugins/admin/acl/class_aclRole.inc:402 include/class_acl.inc:498 +#: include/password-methods/class_password-methods-sha.inc:46 +#: include/password-methods/class_password-methods-ssha.inc:51 #, php-format -msgid "Edit ACL for '%s', scope is '%s'" -msgstr "ACL für '%s' bearbeiten, Bereich ist '%s'" +msgid "Cannot use %s encryption: no PHP functions for sha1/mhash available" +msgstr "" +"Kann %s Verschlüsselung nicht verwenden: keine PHP-Funktionen für SHA1/mHash " +"verfügbar" -#: plugins/admin/acl/class_aclRole.inc:412 include/class_acl.inc:508 -msgid "All objects in current subtree" -msgstr "Alle Objekte im aktuellen Teilbaum" +#: include/class_certificate.inc:35 +msgid "Can't open specified file, check accessibility and or existence" +msgstr "" +"Kann angegebene Datei nicht öffnen, prüfen Sie die Existenz und/oder " +"Zugriffsrechte" -#: plugins/admin/acl/class_aclRole.inc:564 include/class_acl.inc:1061 -#, php-format -msgid "Saving ACLs with dn '%s' failed." -msgstr "Speichern der ACLs von dn '%s' fehlgeschlagen." +#: include/class_certificate.inc:53 +msgid "Can't read specified certificate / or empty string given" +msgstr "" +"Kann angegebenes Zertifikat nicht lesen (oder es wurde eine leere " +"Zeichenkette übergeben)" -#: plugins/admin/acl/class_aclRole.inc:596 -#, fuzzy, php-format -msgid "" -"This role can't be removed while it is in use. Follwing objects are using " -"this role %s" +#: include/class_certificate.inc:80 +msgid "Can't load certificate, possibly unsupported format (use PEM/DER) " msgstr "" -"Die Freigabe kann nicht entfernt werden, da sie noch von %d Benutzern " -"verwendet wird." +"Kann Zertifikat nicht laden, wahrscheinlich aufgrund eines nicht " +"unterstützten Formats (benutzen Sie PEM/DER)" -#: plugins/admin/acl/class_aclRole.inc:602 -#, fuzzy, php-format -msgid "Removing of aclRole with dn '%s' failed." -msgstr "Entfernen von Blockliste mit dn '%s' fehlgeschlagen." +#: include/class_certificate.inc:95 +msgid "The Format must be PEM, to output certificate informations" +msgstr "Um Zertifikatsinformationen anzuzeigen muss das Format PEM sein" -#: plugins/admin/acl/class_aclRole.inc:614 -#, fuzzy, php-format -msgid "Removing aclRole from objectgroup '%s' failed" -msgstr "Entfernen der Anwendung von Objektgruppe '%s' fehlgeschlagen" +#: include/class_certificate.inc:192 +msgid "Can't create/open File" +msgstr "Kann Datei nicht anlegen/öffnen" -#: plugins/admin/acl/class_aclRole.inc:669 include/class_acl.inc:1098 -msgid "ACL roles" -msgstr "ACL-Rollen" +#: include/class_certificate.inc:199 +msgid "No valid certificate loaded" +msgstr "Kein gültiges Zertifikat geladen" -#: plugins/admin/acl/class_aclRole.inc:674 -msgid "Acl roles" -msgstr "ACL-Rollen" +#: include/class_MultiSelectWindow.inc:114 setup/setup_migrate.tpl:79 +msgid "Close" +msgstr "Schliessen" -#: plugins/admin/acl/remove.tpl:6 -msgid "" -"This includes all system and setup informations. Please double check if your " -"really want to do this since there is no way for GOsa to get your data back." -msgstr "" -"Dies umfasst alle System- und Setup-Informationen Bitte prüfen Sie dies " -"genau, da es keine Möglichkeit für GOsa gibt, die Daten zu restaurieren. " +#: include/class_MultiSelectWindow.inc:219 +msgid "Go to root department" +msgstr "Gehe zur Wurzel-Abteilung" -#: plugins/admin/acl/tabs_acl_role.inc:8 -msgid "ACL Templates" -msgstr "ACL Vorlagen" +#: include/class_MultiSelectWindow.inc:219 +#: include/class_MultiSelectWindow.inc:221 +msgid "Root" +msgstr "Wurzel" -#: plugins/admin/acl/class_divListACL.inc:31 -msgid "List of acl" -msgstr "Liste der ACL" +#: include/class_MultiSelectWindow.inc:227 +msgid "Go up one department" +msgstr "Eine Abteilung nach oben" -#: plugins/admin/acl/class_divListACL.inc:32 -msgid "List of acls" -msgstr "Liste der ACLs" +#: include/class_MultiSelectWindow.inc:235 +msgid "Go to users department" +msgstr "Gehe zur Abteilung des Benutzers" -#: plugins/admin/acl/class_divListACL.inc:36 -msgid "This menu allows you to edit and delete selected acls." -msgstr "" -"Dieses Menü erlaubt es Ihnen, ausgewählte ACLs zu entfernen und zu " -"bearbeiten." +#: include/class_MultiSelectWindow.inc:235 +#: include/class_MultiSelectWindow.inc:237 +msgid "Home" +msgstr "Heimat" -#: plugins/admin/acl/class_divListACL.inc:61 -msgid "Ignore subtrees" -msgstr "Ignoriere Teilbäume" +#: include/class_MultiSelectWindow.inc:242 +msgid "Reload list" +msgstr "Liste neu laden" -#: plugins/admin/acl/class_divListACL.inc:65 -msgid "Display acls matching" -msgstr "Zeige ACLs, auf die zutrifft" +#: include/class_MultiSelectWindow.inc:503 +#, php-format +msgid "Inconsistent DN encoding detected: '%s'" +msgstr "Inkonsistente Enkodierung der DN erkannt: '%s'" -#: plugins/admin/acl/class_divListACL.inc:224 -msgid "Edit acl role" -msgstr "ACL-Rolle bearbeiten" +#: include/class_MultiSelectWindow.inc:622 +#: include/class_MultiSelectWindow.inc:626 +#: include/class_MultiSelectWindow.inc:630 +msgid "Restore" +msgstr "Wiederherstellen" -#: plugins/admin/acl/class_divListACL.inc:234 -msgid "Delete acl role" -msgstr "ACL-Rolle entfernen" +#: include/class_MultiSelectWindow.inc:625 +msgid "Restore snapshopts of already deleted objects" +msgstr "Stelle Abzüge von bereits entfernten Objekten her" -#: plugins/admin/acl/class_divListACL.inc:246 -msgid "Edit acl" -msgstr "ACL bearbeiten" +#: include/class_MultiSelectWindow.inc:648 +#: include/class_SnapShotDialog.inc:113 +msgid "Restore snapshot" +msgstr "Abzug wiederherstellen" -#: plugins/admin/acl/class_divListACL.inc:250 -msgid "Delete acl" -msgstr "ACL entfernen" +#: include/class_MultiSelectWindow.inc:654 +msgid "Create snapshot" +msgstr "Abbild erstellen" -#: plugins/admin/acl/main.inc:43 plugins/admin/acl/main.inc:45 -msgid "ACL management" -msgstr "ACL-Verwaltung" +#: include/class_MultiSelectWindow.inc:654 +msgid "Create a new snapshot from this object" +msgstr "Erstelle ein neues Abbild dieses Objekts" -#: plugins/admin/acl/class_aclManagement.inc:24 -msgid "ACLs" -msgstr "ACLs" +#: include/php_setup.inc:93 +msgid "Generating this page caused the PHP interpreter to raise some errors!" +msgstr "" +"Der PHP-Interpreter meldete einen oder mehrere Fehler beim Erzeugen dieser " +"Seite!" -#: plugins/admin/acl/class_aclManagement.inc:160 -msgid "You are not allowed to create a new role." -msgstr "Es ist Ihnen nicht erlaubt, eine neue Rolle zu erstellen." +#: include/php_setup.inc:98 +msgid "Send bug report to the GOsa Team" +msgstr "Sende Fehlerbericht an das GOsa Team" -#: plugins/admin/acl/class_aclManagement.inc:197 -msgid "You are not allowed to edit this acl." -msgstr "Sie sind nicht berechtigt, diese ACL zu bearbeiten." +#: include/php_setup.inc:98 +msgid "Send bugreport" +msgstr "Fehlerbericht senden" -#: plugins/admin/acl/class_aclManagement.inc:242 -#: plugins/admin/acl/class_aclManagement.inc:306 -#, php-format -msgid "You're about to delete the acl %s." -msgstr "Sie sind dabei die ACL %s zu löschen." +#: include/php_setup.inc:103 +msgid "Toggle information" +msgstr "Zeige/Verstecke Informationen" -#: plugins/admin/acl/class_aclManagement.inc:250 -#: plugins/admin/acl/class_aclManagement.inc:313 -#: plugins/admin/acl/class_aclManagement.inc:337 -msgid "You are not allowed to delete this acl!" -msgstr "Sie sind nicht berechtigt, diese ACL zu löschen!" +#: include/php_setup.inc:113 +msgid "PHP error" +msgstr "PHP Fehler" + +#: include/php_setup.inc:132 +msgid "class" +msgstr "Klasse" + +#: include/php_setup.inc:138 +msgid "function" +msgstr "Funktion" + +#: include/php_setup.inc:143 +msgid "static" +msgstr "statisch" + +#: include/php_setup.inc:147 +msgid "method" +msgstr "Methode" + +#: include/php_setup.inc:180 +msgid "Trace" +msgstr "Ablaufverfolgung" -#: plugins/admin/acl/class_aclManagement.inc:274 -#, fuzzy -msgid "You are not allowed to delete this acl role!" -msgstr "Sie sind nicht berechtigt, dieses Makro zu löschen!" +#: include/php_setup.inc:181 +msgid "File" +msgstr "Datei" -#: plugins/admin/groups/class_divListGroup.inc:35 -#: plugins/admin/groups/class_divListGroup.inc:36 -msgid "List of groups" -msgstr "Liste der Gruppen" +#: include/php_setup.inc:181 +msgid "Line" +msgstr "Zeile" -#: plugins/admin/groups/class_divListGroup.inc:41 -msgid "" -"This menu allows you to add, edit and remove selected groups. You may want " -"to use the range selector on top of the group listbox, when working with a " -"large number of groups." -msgstr "" -"Dieses Menü erlaubt es Ihnen Gruppen hinzuzufügen, zu bearbeiten oder zu " -"entfernen. Bei einer großen Anzahl von Gruppen bietet sich die Verwendung " -"der Bereichsauswahl an." +#: include/php_setup.inc:181 +msgid "Type" +msgstr "Typ" -#: plugins/admin/groups/class_divListGroup.inc:60 -msgid "Groupname / Department" -msgstr "Gruppenname / Abteilung" +#: include/php_setup.inc:182 +msgid "Arguments" +msgstr "Argumente" -#: plugins/admin/groups/class_divListGroup.inc:65 -msgid "Select to see groups that are primary groups of users" +#: include/functions.inc:98 +#, php-format +msgid "Fatal error: no class locations defined - please run '%s' to fix this" msgstr "" -"Auswählen, um die Gruppen zu sehen, die primären Gruppen der Benutzer sind" - -#: plugins/admin/groups/class_divListGroup.inc:65 -msgid "Show primary groups" -msgstr "Zeige primäre Gruppen" +"Schwerer Fehler: keine Klassenfundorte definiert - bitte führen Sie '%s' " +"aus, um das Problem zu beheben" -#: plugins/admin/groups/class_divListGroup.inc:66 -msgid "Select to see groups that have samba groups mappings" +#: include/functions.inc:105 +#, php-format +msgid "" +"Fatal error: cannot instantiate class '%s' - try running '%s' to fix this" msgstr "" -"Auswählen, um die Gruppen zu sehen, denen Samba-Eigenschaften zugeordnet sind" +"Schwerer Fehler: Kann Klasse '%s' nicht instanziieren - bitte führen Sie '%" +"s' aus um das Problem zu beheben" -#: plugins/admin/groups/class_divListGroup.inc:66 -msgid "Show samba groups" -msgstr "Zeige Samba-Gruppen" +#: include/functions.inc:315 +#, php-format +msgid "FATAL: Error when connecting the LDAP. Server said '%s'." +msgstr "" +"FATAL: Fehler beim Verbinden mit dem LDAP-Server. Die Meldung lautet '%s'." -#: plugins/admin/groups/class_divListGroup.inc:67 -msgid "Select to see groups that have applications configured" -msgstr "Auswählen, um die Gruppen zu sehen, denen Anwendungen zugeordnet sind" +#: include/functions.inc:341 include/functions.inc:368 +#: include/functions.inc:406 +#, php-format +msgid "User login failed." +msgstr "Benutzeranmeldung fehlgeschlagen." -#: plugins/admin/groups/class_divListGroup.inc:67 -msgid "Show application groups" -msgstr "Zeige Anwendungs-Gruppen" +#: include/functions.inc:341 include/functions.inc:368 +#: include/functions.inc:406 include/functions.inc:602 +#: include/functions.inc:617 include/functions.inc:649 +#: include/functions.inc:688 include/functions.inc:733 +#: include/functions.inc:2503 +#, php-format +msgid "LDAP server returned: %s" +msgstr "Der LDAP-Server meldete: %s" -#: plugins/admin/groups/class_divListGroup.inc:68 -msgid "Select to see groups that have mail settings" +#: include/functions.inc:377 include/functions.inc:447 +msgid "" +"Username / UID is not unique inside the LDAP tree. Please contact your " +"Administrator." msgstr "" -"Auswählen, um die Gruppen zu sehen, denen E-Mail-Eigenschaften zugeordnet " -"sind" - -#: plugins/admin/groups/class_divListGroup.inc:68 -msgid "Show mail groups" -msgstr "Zeige E-Mail-Gruppen" +"Der Benutzername / die UID ist nicht eindeutig für den LDAP-Baum. Bitte " +"kontaktieren Sie Ihren Administrator." -#: plugins/admin/groups/class_divListGroup.inc:69 -msgid "Select to see normal groups that have only functional aspects" -msgstr "Auswählen, um die \"normalen\" Gruppen zu sehen" - -#: plugins/admin/groups/class_divListGroup.inc:69 -msgid "Show functional groups" -msgstr "Zeige Funktions-Gruppen" +#: include/functions.inc:447 include/functions.inc:592 +#: include/functions.inc:617 include/functions.inc:678 +#: include/functions.inc:994 include/functions.inc:1875 +#: include/functions.inc:1909 include/functions.inc:1929 +#: include/class_acl.inc:806 include/class_CopyPasteHandler.inc:131 +#: include/class_CopyPasteHandler.inc:250 include/class_ldap.inc:561 +#: include/class_ldap.inc:609 include/class_log.inc:87 html/getvcard.php:37 +msgid "Internal error" +msgstr "Interner Fehler" -#: plugins/admin/groups/class_divListGroup.inc:329 -#, fuzzy -msgid "Number of listed groups" -msgstr "Name der Gruppe" +#: include/functions.inc:592 include/functions.inc:678 +msgid "Error while adding a lock. Contact the developers!" +msgstr "" +"Fehler beim Setzen einer Sperre. Bitte kontaktieren Sie die Entwickler!" -#: plugins/admin/groups/group_objects.tpl:6 -msgid "Select users to add" -msgstr "Wählen Sie die hinzuzufügenden Benutzer" +#: include/functions.inc:602 +#, php-format +msgid "" +"Cannot create locking information in LDAP tree. Please contact your " +"administrator!" +msgstr "" +"Kann Sperrinformation für LDAP-Baum nicht erzeugen. Bitte kontaktieren Sie " +"Ihren Administrator!" -#: plugins/admin/groups/group_objects.tpl:30 -msgid "Search within subtree" -msgstr "Suche im Teilbaum" +#: include/functions.inc:617 +#, php-format +msgid "Adding a lock failed." +msgstr "Hinzufügen der Sperre ist fehlgeschlagen" -#: plugins/admin/groups/group_objects.tpl:37 -msgid "Display users of department" -msgstr "Zeige die Benutzer der Abteilung" +#: include/functions.inc:649 +#, php-format +msgid "Removing a lock failed." +msgstr "Entfernen der Sperre ist fehlgeschlagen" -#: plugins/admin/groups/group_objects.tpl:47 -msgid "Regular expression for matching user names" -msgstr "Regulärer Ausdruck zum Erkennen von Benutzernamen" +#: include/functions.inc:688 include/functions.inc:733 +#, php-format +msgid "Cannot get locking information from LDAP tree!" +msgstr "Kann die Sperr-Information des LDAP-Baums nicht ermitteln!" -#: plugins/admin/groups/class_groupManagement.inc:334 -#: plugins/admin/groups/class_groupManagement.inc:387 -#: plugins/admin/groups/class_groupManagement.inc:418 -msgid "You are not allowed to delete this group!" -msgstr "Sie haben keine Berechtigung, diese Gruppe zu löschen!" +#: include/functions.inc:696 +msgid "" +"Found multiple locks for object to be locked. This should not happen - " +"cleaning up multiple references." +msgstr "" +"Mehrere Sperren für das zu sperrende Objekt gefunden. Dies sollte nicht " +"passieren - räume mehrere Referenzen auf." -#: plugins/admin/groups/class_groupManagement.inc:380 +#: include/functions.inc:922 #, php-format -msgid "You're about to delete the group '%s'." -msgstr "Sie sind dabei die Gruppe '%s' zu löschen." +msgid "The size limit of %d entries is exceed!" +msgstr "Die Größenbeschränkung von %d Einträgen ist überschritten!" -#: plugins/admin/groups/remove.tpl:6 +#: include/functions.inc:924 +#, php-format 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." +"Set the new size limit to %s and show me this message if the limit still " +"exceeds" msgstr "" -"Bitte prüfen Sie, ob Sie die Aktion wirklich durchführen möchten, da GOsa " -"die Daten nicht wiederherstellen kann." +"Verwende eine neue Größenbeschränkung von %s Einträgen und zeige diese " +"Meldung bei Überschreitung wieder an" -#: plugins/admin/groups/paste_generic.tpl:1 -msgid "Group settings" -msgstr "Gruppen-Einstellungen" +#: include/functions.inc:941 +msgid "incomplete" +msgstr "unvollständig" -#: plugins/admin/groups/paste_generic.tpl:8 -#: plugins/admin/groups/generic.tpl:17 -msgid "Posix name of the group" -msgstr "UNIX-Name der Gruppe" +#: include/functions.inc:1177 include/functions.inc:1308 +msgid "LDAP error:" +msgstr "LDAP-Fehler:" -#: plugins/admin/groups/paste_generic.tpl:13 -#: plugins/admin/groups/generic.tpl:65 -msgid "Normally IDs are autogenerated, select to specify manually" +#: include/functions.inc:1178 +msgid "" +"Problems with the LDAP server mean that you probably lost the last changes. " +"Please check your LDAP setup for possible errors and try again." msgstr "" -"Normalerweise werden IDs automatisch generiert. Auswählen um dies zu umgehen" - -#: plugins/admin/groups/paste_generic.tpl:15 -#: plugins/admin/groups/generic.tpl:68 -msgid "Force GID" -msgstr "Erzwinge GID" +"Probleme mit dem LDAP-Server bedeuten meist, dass ihre letzten Änderungen " +"verloren gegangen sind. Bitte prüfen Sie die LDAP-Konfiguration um " +"eventuelle Fehler aufzudecken und wiederholen Sie die Aktion." -#: plugins/admin/groups/paste_generic.tpl:18 -#: plugins/admin/groups/generic.tpl:71 -msgid "Forced ID number" -msgstr "Erzwungene ID-Nummer" +#: include/functions.inc:1184 +msgid "" +"Please check your input and fix the error. Press 'OK' to close this message " +"box." +msgstr "" +"Bitte prüfen Sie ihre Eingaben und beheben Sie den Fehler. Drücken Sie den " +"'OK'-Knopf um dieses Meldungsfenster zu schließen." -#: plugins/admin/groups/generic.tpl:83 plugins/admin/groups/generic.tpl:110 -msgid "Select to create a samba conform group" -msgstr "Auswählen, um eine sambakonforme Gruppe zu erzeugen" +#: include/functions.inc:1249 +msgid "Continue anyway" +msgstr "Trotzdem Fortsetzen" -#: plugins/admin/groups/generic.tpl:95 plugins/admin/groups/generic.tpl:118 -msgid "in domain" -msgstr "in der Domain" +#: include/functions.inc:1251 +msgid "Edit anyway" +msgstr "Trotzdem bearbeiten" -#: plugins/admin/groups/generic.tpl:140 -msgid "Members are in a phone pickup group" -msgstr "Mitglieder sind in einer Telefon-Gruppe" +#: include/functions.inc:1253 +#, php-format +msgid "You're going to edit the LDAP entry/entries '%s'" +msgstr "Sie bearbeiten gerade den/die LDAP Eintrag/Einträge '%s'" -#: plugins/admin/groups/generic.tpl:155 -msgid "Members are in a nagios group" -msgstr "Mitglieder sind in einer Nagios-Gruppe" +#: include/functions.inc:1311 +#, php-format +msgid "Plugin '%s':%s" +msgstr "Erweiterung '%s':%s" -#: plugins/admin/groups/generic.tpl:172 -msgid "Group members" -msgstr "Gruppenmitglieder" +#: include/functions.inc:1472 +msgid "Entries per page" +msgstr "Einträge pro Seite" -#: plugins/admin/groups/main.inc:40 plugins/admin/groups/main.inc:44 -msgid "Group administration" -msgstr "Gruppenverwaltung" +#: include/functions.inc:1500 +msgid "Apply filter" +msgstr "Filter anwenden" -#: plugins/admin/groups/class_groupGeneric.inc:137 -msgid "Can't find this groups SID in LDAP or in your configuration file!" -msgstr "" -"Die SID dieser Gruppe kann weder im LDAP noch in der Konfigurationsdatei " -"gefunden werden!" +#: include/functions.inc:1752 +msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" +msgstr "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" -#: plugins/admin/groups/class_groupGeneric.inc:193 -msgid "This 'dn' is no group." -msgstr "Diese 'dn' hat keine Gruppenerweiterungen." +#: include/functions.inc:1796 +#, php-format +msgid "GOsa development snapshot (Rev %s)" +msgstr "GOsa Entwicklerversion (Rev %s)" -#: plugins/admin/groups/class_groupGeneric.inc:334 -msgid "Samba group" -msgstr "Samba-Gruppe" +#: include/functions.inc:1875 +#, php-format +msgid "File '%s' could not be deleted." +msgstr "Die Datei '%s' konnte nicht entfernt werden." -#: plugins/admin/groups/class_groupGeneric.inc:334 -msgid "Domain admins" -msgstr "Domänen-Administratoren" +#: include/functions.inc:1909 include/functions.inc:1929 +msgid "Cannot write to revision file!" +msgstr "Kann nicht in Revisions-Datei schreiben!" -#: plugins/admin/groups/class_groupGeneric.inc:334 -msgid "Domain users" -msgstr "Domänen-Benutzer" +#: include/functions.inc:2171 include/functions.inc:2175 +#: include/functions.inc:2181 +msgid "'base_hook' is not available. Using default base." +msgstr "'base_hook' ist nicht verfügbar. Verwende die Standard-Basis." -#: plugins/admin/groups/class_groupGeneric.inc:335 -msgid "Domain guests" -msgstr "Domänen-Gäste" +#: include/functions.inc:2203 +msgid "LDAP warning" +msgstr "LDAP-Warnung" -#: plugins/admin/groups/class_groupGeneric.inc:340 -#, php-format -msgid "Special group (%d)" -msgstr "Spezielle Gruppe (%d)" +#: include/functions.inc:2203 +msgid "Cannot get schema information from server. No schema check possible!" +msgstr "" +"Kann die Schema-Informationen nicht vom Server beziehen. Keine Schemaprüfung " +"möglich!" -#: plugins/admin/groups/class_groupGeneric.inc:494 -msgid "! unknown id" -msgstr "! unbekannte id" +#: include/functions.inc:2229 +msgid "Used to store account specific informations." +msgstr "Verwendet, um kontenbezogene Informationen zu speichern." -#: plugins/admin/groups/class_groupGeneric.inc:532 -#, php-format +#: include/functions.inc:2236 msgid "" -"Your search method returned more than '%s' users, only '%s' users are shown." +"Used to lock currently edited entries to avoid multiple changes at the same " +"time." msgstr "" -"Ihre Such-Methode ergab mehr als '%s' Benutzer, es werden davon '%s' " -"Benutzer angezeigt." +"Verwenden, um die momentan bearbeiteten Einträge für andere zu sperren (um " +"gleichzeitige Änderungen zu verhindern)." -#: plugins/admin/groups/class_groupGeneric.inc:561 -#: plugins/admin/groups/class_groupGeneric.inc:826 +#: include/functions.inc:2279 #, php-format -msgid "Removing of groups/generic with dn '%s' failed." -msgstr "Entfernen von Gruppe/Allgemein mit dn '%s' fehlgeschlagen." +msgid "Missing required object class '%s'!" +msgstr "Die benötigte Objektklasse '%s' fehlt!" -#: plugins/admin/groups/class_groupGeneric.inc:711 +#: include/functions.inc:2281 +#, php-format +msgid "Missing optional object class '%s'!" +msgstr "Die optionale Objektklasse '%s' fehlt!" + +#: include/functions.inc:2287 +#, php-format +msgid "Version mismatch for required object class '%s' (!=%s)!" +msgstr "Falsche·Version·der·benötigten·Objektklasse·'%s'·(!=%s)!" + +#: include/functions.inc:2289 #, php-format -msgid "No configured SID found for '%s'." -msgstr "Keine konfigurierte SID für %s gefunden" +msgid "Version mismatch for optional object class '%s' (!=%s)!" +msgstr "Falsche Version der optionalen Objektklasse '%s' (!=%s)!" -#: plugins/admin/groups/class_groupGeneric.inc:716 +#: include/functions.inc:2293 #, php-format -msgid "No configured RIDBASE found for '%s'." -msgstr "Keine konfigurierte RIDBASE für '%s' gefunden." +msgid "Class(es) available" +msgstr "Verfügbare Klasse(n)" -#: plugins/admin/groups/class_groupGeneric.inc:858 +#: include/functions.inc:2315 msgid "" -"The field 'Name' contains invalid characters. Lowercase, numbers and dashes " -"are allowed." -msgstr "" -"Das Feld 'Name' enthält ungültige Zeichen. Kleinbuchstaben, Zahlen und " -"Bindestriche sind erlaubt." - -#: plugins/admin/groups/class_groupGeneric.inc:869 -#: plugins/admin/groups/class_groupGeneric.inc:883 -#: plugins/admin/groups/class_groupGeneric.inc:890 -msgid "Value specified as 'Name' is already used." -msgstr "Eine Gruppe mit diesem Namen existiert bereits." +"You have enabled the rfc2307bis option on the 'ldap setup' step, but your " +"schema configuration do not support this option." +msgstr "Sie haben die rfc2307bis-Option in der LDAP-Einrichtung aktiviert, aber Ihre" +" Schema-Konfiguration unterstützt dies nicht." -#: plugins/admin/groups/class_groupGeneric.inc:944 -msgid "Too many users, can't allocate a free ID!" +#: include/functions.inc:2316 +msgid "" +"In order to use rfc2307bis conform groups the objectClass 'posixGroup' must " +"be AUXILIARY" msgstr "" -"Es sind zu viele Benutzer in der Datenbank. Es kann keine freie ID " -"reserviert werden!" - -#: plugins/admin/groups/class_groupGeneric.inc:993 -msgid "Generic group settings" -msgstr "Allgemeine Gruppeneinstellungen" +"Um rfc2307bis-konforme Gruppen verwenden zu können, muss die Objektklasse " +"'posixGroup' AUXILIARY sein" -#: plugins/admin/groups/class_groupGeneric.inc:1005 -msgid "Phone pickup group" -msgstr "Gesprächs-Annahme Gruppe" +#: include/functions.inc:2320 +msgid "" +"You have disabled the rfc2307bis option on the 'ldap setup' step, but your " +"schema configuration do not support this option." +msgstr "" +"Sie haben die Option rfc2307bis in der LDAP-Einrichtung deaktiviert, aber " +"dies wird von Ihrer Schema-Konfiguration nicht unterstützt." -#: plugins/admin/groups/class_groupGeneric.inc:1006 -msgid "Nagios group" -msgstr "Nagios-Gruppe" +#: include/functions.inc:2321 +msgid "The objectClass 'posixGroup' must be STRUCTURAL" +msgstr "Die Objektklasse 'posixGroup' muss STRUCTURAL sein" -#: plugins/admin/groups/class_groupGeneric.inc:1009 -msgid "Group member" -msgstr "Gruppenmitglieder" +#: include/functions.inc:2344 +msgid "German" +msgstr "Deutsch" -#: plugins/admin/groups/class_groupGeneric.inc:1010 -msgid "Samba group type" -msgstr "Samba-Gruppentyp" +#: include/functions.inc:2345 +msgid "French" +msgstr "Französisch" -#: plugins/admin/groups/class_groupGeneric.inc:1011 -msgid "Samba domain name" -msgstr "Samba Domänen-Name" +#: include/functions.inc:2346 +msgid "Italian" +msgstr "Italienisch" -#: plugins/admin/groups/class_groupGeneric.inc:1012 setup/setup_config2.tpl:15 -msgid "Samba SID" -msgstr "Samba SID" +#: include/functions.inc:2347 +msgid "Spanish" +msgstr "Spanisch" -#: setup/class_setupStep_Language.inc:40 setup/class_setupStep_Language.inc:41 -#, fuzzy -msgid "Language setup" -msgstr "Sprachauswahl" +#: include/functions.inc:2348 +msgid "English" +msgstr "Englisch" -#: setup/class_setupStep_Language.inc:42 -#, fuzzy -msgid "This step allows you to select your preferred language." -msgstr "" -"Dieser Dialog erlaubt es Ihnen, ein Gerät zum momentan ausgewählten Computer " -"hinzuzufügen." +#: include/functions.inc:2349 +msgid "Dutch" +msgstr "Niederländisch" -#: setup/class_setupStep_Language.inc:47 -msgid "Automatic" -msgstr "Automatisch" +#: include/functions.inc:2350 +msgid "Polish" +msgstr "Polnisch" -#: 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 "" +#: include/functions.inc:2351 +msgid "Swedish" +msgstr "Schwedisch" -#: setup/setup_welcome.tpl:8 -msgid "What will the wizard do for you?" -msgstr "" +#: include/functions.inc:2352 +msgid "Chinese" +msgstr "Chinesisch" -#: setup/setup_welcome.tpl:11 -#, fuzzy -msgid "Create a basic, single site configuration" -msgstr "Erstelle eine Sicherung von der bestehenden Konfigurationsdatei" +#: include/functions.inc:2353 +msgid "Russian" +msgstr "Russisch" -#: setup/setup_welcome.tpl:12 -msgid "Tries to find problems within your PHP and LDAP setup" -msgstr "" +#: include/functions.inc:2503 +#, php-format +msgid "Setting the password failed!" +msgstr "Das Setzen des Passworts ist fehlgeschlagen!" -#: setup/setup_welcome.tpl:13 -msgid "Let you choose from a set of basic and advanced configuration switches" +#: include/functions.inc:2521 include/class_plugin.inc:652 +#, php-format +msgid "" +"Command '%s', specified as POSTMODIFY for plugin '%s' doesn't seem to exist." msgstr "" +"Das in POSTMODIFY angegebene Kommando '%s' (Modul '%s') scheint nicht zu " +"existieren." -#: setup/setup_welcome.tpl:14 -msgid "Guided migration of existing LDAP trees" +#: include/functions.inc:2541 +msgid "" +"Setting for SMBHASH in gosa.conf is incorrect! Cannot change Samba password." msgstr "" +"Die Einstellung 'SMBHASH' in der Datei gosa.conf ist nicht korrekt! Das " +"Samba-Passwort kann nicht geändert werden." -#: setup/setup_welcome.tpl:17 -msgid "What will the wizard NOT do for you?" +#: include/class_socketClient.inc:38 +msgid "The mcrypt module was not found. Please install php5-mcrypt." msgstr "" +"Das mcrypt-Modul wurde nicht gefunden. Bitte installieren Sie php5-mcrypt." -#: setup/setup_welcome.tpl:20 -#, fuzzy -msgid "Find every possible configuration error" -msgstr "Schreibe Konfigurationsdatei" +#: include/class_tabs.inc:214 +#, php-format +msgid "Delete process has been canceled by plugin '%s': %s" +msgstr "Der Lösch-Vorgang wurde durch das plugin '%s' beendet: %s" -#: setup/setup_welcome.tpl:21 -msgid "Migrate every possible LDAP setup - create backup dumps!" -msgstr "" +#: include/class_tabs.inc:341 include/class_acl.inc:1092 +#: include/class_acl.inc:1093 include/class_acl.inc:1098 +msgid "ACL" +msgstr "Zugriffsregeln" -#: setup/setup_welcome.tpl:25 -#, fuzzy -msgid "To continue..." -msgstr "Einrichtung wird fortgesetzt..." +#: include/class_tabs.inc:344 +msgid "References" +msgstr "Referenzen" -#: setup/setup_welcome.tpl:28 +#: include/class_plugin.inc:433 +#, php-format 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:" +"Command '%s', specified as CHECK hook for plugin '%s' doesn't seem to exist." msgstr "" +"Das in CHECK angegebene Kommando '%s' (Modul '%s') scheint nicht zu " +"existieren." -#: setup/setup_welcome.tpl:34 -msgid "Click the 'Continue' button when you've finished." +#: include/class_plugin.inc:487 +msgid "" +"The object has changed since opened in GOsa. Please ensure that nobody has " +"done serious changes that may get lost if you save this entry." 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." -#: 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 -#, fuzzy -msgid "GOsa generic settings" -msgstr "Allgemeine GOsa-Einstellungen, Seite 2/3" - -#: setup/class_setupStep_Config1.inc:88 setup/class_setupStep_Config3.inc:89 -#: setup/setup_feedback.tpl:55 setup/setup_feedback.tpl:73 -#: setup/class_setupStep_Ldap.inc:74 setup/class_setupStep_Schema.inc:63 -#: setup/class_setupStep_Config2.inc:161 -msgid "No" -msgstr "nein" - -#: setup/class_setupStep_Config1.inc:88 setup/class_setupStep_Config3.inc:89 -#: setup/setup_feedback.tpl:53 setup/setup_feedback.tpl:71 -#: setup/class_setupStep_Ldap.inc:74 setup/class_setupStep_Schema.inc:63 -#: setup/class_setupStep_Config2.inc:161 -msgid "Yes" -msgstr "ja" - -#: setup/class_setupStep_Config1.inc:118 +#: include/class_plugin.inc:620 #, 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:118 setup/setup_config1.tpl:97 -msgid "GID / UID min id" -msgstr "GID / UID min id" +msgid "" +"Command '%s', specified as POSTCREATE for plugin '%s' doesn't seem to exist." +msgstr "" +"Das in POSTCREATE angegebene Kommando '%s' (Modul '%s') scheint nicht zu " +"existieren." -#: setup/class_setupStep_Config1.inc:122 setup/class_setupStep_Config1.inc:126 +#: include/class_plugin.inc:688 #, 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" - -#: setup/class_setupStep_Config1.inc:134 -#, fuzzy -msgid "The given password minimum length is not numeric." -msgstr "Der Sieve-Port muss numerisch sein." +msgid "" +"Command '%s', specified as POSTREMOVE for plugin '%s' doesn't seem to exist." +msgstr "" +"Das in POSTREMOVE angegebene Kommando '%s' (Modul '%s') scheint nicht zu " +"existieren." -#: setup/class_setupStep_Config1.inc:137 -#, fuzzy -msgid "The given password differ value is not numeric." -msgstr "Der Sieve-Port muss numerisch sein." +#: include/class_plugin.inc:1059 include/class_plugin.inc:1106 +#: include/class_plugin.inc:1107 +#, php-format +msgid "Saving object snapshot with dn '%s' failed." +msgstr "Speichern des Abbilds von Objekt mit dn '%s' fehlgeschlagen." -#: setup/setup_ldap.tpl:7 -msgid "Please choose the LDAP user to be used by GOsa" +#: include/class_plugin.inc:1133 include/class_plugin.inc:1145 +#, php-format +msgid "" +"The snapshot functionality is enabled, but the required variable '%s' is not " +"set." msgstr "" +"Die Abbild-Funktionalität ist aktiviert, aber die erforderliche Variable '%" +"s' ist nicht gesetzt." -#: setup/setup_ldap.tpl:25 -#, fuzzy -msgid "LDAP connection" -msgstr "Trennen" - -#: setup/setup_ldap.tpl:29 -msgid "Location name" -msgstr "Name des Standortes:" +#: include/class_plugin.inc:1181 +#, php-format +msgid "Method get available snapshots with dn '%s' failed." +msgstr "Konnte die verfügbaren Abbilder für dn '%s' nicht ermitteln." -#: setup/setup_ldap.tpl:37 -#, fuzzy -msgid "Connection URL" -msgstr "Verbindungs-URL" +#: include/class_plugin.inc:1237 +#, php-format +msgid "Method get deleted snapshots with dn '%s' failed." +msgstr "Konnte die entfernten Abbilder für dn '%s' nicht ermitteln." -#: setup/setup_ldap.tpl:45 -#, fuzzy -msgid "TLS connection" -msgstr "LDAP-Verbindung" +#: include/class_plugin.inc:1301 include/class_plugin.inc:1315 +#, php-format +msgid "Restore snapshot with dn '%s' failed." +msgstr "Wiederherstellen des Abbilds mit dn '%s' fehlgeschlagen." -#: setup/setup_ldap.tpl:65 -#, fuzzy -msgid "Reload" -msgstr "Lesen" +#: include/class_plugin.inc:1579 +msgid "Changing ACL dn" +msgstr "Ändere ACL dn" -#: setup/setup_ldap.tpl:69 -#, fuzzy -msgid "Authentication" -msgstr "IAX Authentifikations-Typ" +#: include/class_plugin.inc:1579 +msgid "from" +msgstr "von" -#: setup/setup_ldap.tpl:73 -msgid "Admin DN" -msgstr "Administrator-DN:" +#: include/class_plugin.inc:1580 setup/class_setupStep_Migrate.inc:1066 +#: setup/class_setupStep_Migrate.inc:1115 +#: setup/class_setupStep_Migrate.inc:1162 +msgid "to" +msgstr "an" -#: setup/setup_ldap.tpl:78 -msgid "Select user" -msgstr "Benutzer wählen" +#: include/class_acl.inc:6 +msgid "Access control" +msgstr "Zugriffskontrolle" -#: setup/setup_ldap.tpl:86 -msgid "Automatically append LDAP base to admin DN" -msgstr "" +#: include/class_acl.inc:190 include/class_acl.inc:193 +msgid "Use ACL defined in role" +msgstr "Verwende ACL aus Rollendefinition" -#: setup/setup_ldap.tpl:93 -msgid "Admin password" -msgstr "Administrator-Passwort:" +#: include/class_acl.inc:645 include/class_acl.inc:652 +msgid "Show/Hide Advanced Settings" +msgstr "Zeige/Verstecke Erweiterte Einstellungen" -#: setup/setup_ldap.tpl:101 -#, fuzzy -msgid "Schema based settings" -msgstr "Samba-Einstellungen" +#: include/class_acl.inc:670 +msgid "Create objects" +msgstr "Erstelle Objekte" -#: setup/setup_ldap.tpl:105 -msgid "Use rfc2307bis compliant groups" -msgstr "" +#: include/class_acl.inc:671 +msgid "Move objects" +msgstr "Objekte verschieben" -#: setup/setup_ldap.tpl:117 -#, fuzzy -msgid "Current status" -msgstr "Status setzen" +#: include/class_acl.inc:672 +msgid "Remove objects" +msgstr "Objekte entfernen" -#: 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 "" +#: include/class_acl.inc:674 include/class_acl.inc:680 +msgid "Modifyable by owner" +msgstr "Änderbar vom Eigentümer" -#: setup/setup_migrate.tpl:33 -#, fuzzy -msgid "Check again" -msgstr "Prüfen" +#: include/class_acl.inc:677 +msgid "Move object" +msgstr "Objekt verschieben" -#: setup/setup_migrate.tpl:37 -msgid "Move windows workstations into a valid windows workstation department" -msgstr "" +#: include/class_acl.inc:678 +msgid "Remove object" +msgstr "Objekt entfernen" -#: setup/setup_migrate.tpl:39 -msgid "" -"This dialog allows you to move the displayed windows workstations into a " -"valid department" -msgstr "" +#: include/class_acl.inc:685 include/class_acl.inc:776 +msgid "read" +msgstr "lesen" -#: setup/setup_migrate.tpl:41 -msgid "" -"Be careful with this tool, there may be references pointing to this " -"workstations that can't be migrated." -msgstr "" +#: include/class_acl.inc:686 include/class_acl.inc:778 +msgid "write" +msgstr "schreiben" -#: setup/setup_migrate.tpl:65 setup/setup_migrate.tpl:121 -#: setup/setup_migrate.tpl:173 setup/setup_migrate.tpl:293 -#: setup/setup_migrate.tpl:346 -#, fuzzy -msgid "Select all" -msgstr "Auswahl" +#: include/class_acl.inc:690 +msgid "Complete object" +msgstr "Vollständiges Objekt" -#: setup/setup_migrate.tpl:67 -msgid "Move selected windows workstations into the following GOsa department" -msgstr "" +#: include/class_acl.inc:806 +#, php-format +msgid "Unkown ACL type '%s'. Don't know how to handle it." +msgstr "Unbekannter ACL-Typ '%s'. Verarbeitung nicht möglich." -#: setup/setup_migrate.tpl:72 -#, fuzzy -msgid "Move selected workstations" -msgstr "Wählen, um die 'Arbeitsstationen' zu sehen" +#: include/class_acl.inc:849 +#, php-format +msgid "Unknown entry '%s'!" +msgstr "Unbekannter Eintrag '%s'!" -#: setup/setup_migrate.tpl:73 -msgid "What will be done here" -msgstr "" +#: include/class_acl.inc:909 include/class_acl.inc:911 +#, php-format +msgid "Role: %s" +msgstr "Rolle: %s" -#: setup/setup_migrate.tpl:79 include/class_MultiSelectWindow.inc:114 -msgid "Close" -msgstr "Schliessen" +#: include/class_acl.inc:911 +msgid "Unknown role, possibly removed" +msgstr "Unbekannte Rolle, möglicherweise wurde sie entfernt" -#: setup/setup_migrate.tpl:85 -msgid "Move groups into configured group tree" -msgstr "" +#: include/class_acl.inc:919 +#, php-format +msgid "Contains settings for these objects: %s" +msgstr "Enthält Einstellungen für diese Objekte: %s" -#: setup/setup_migrate.tpl:88 -msgid "" -"This dialog allows moving a couple of groups to the configured group tree. " -"Doing this may straighten your LDAP service." -msgstr "" +#: include/class_acl.inc:928 +msgid "Members:" +msgstr "Mitglieder:" -#: setup/setup_migrate.tpl:91 -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 in this case." -msgstr "" +#: include/class_acl.inc:934 +msgid "ACL is valid for all users" +msgstr "ACL ist gültig für alle Benutzer" -#: setup/setup_migrate.tpl:94 -msgid "Move selected groups into this group tree" -msgstr "" +#: include/class_acl.inc:1093 +msgid "Access control list" +msgstr "Zugriffskontrollliste" -#: setup/setup_migrate.tpl:125 setup/setup_migrate.tpl:177 -#: setup/setup_migrate.tpl:297 setup/setup_migrate.tpl:350 -#, fuzzy -msgid "Hide changes" -msgstr "Open-Xchange" +#: include/class_acl.inc:1101 +msgid "Role name" +msgstr "Rollenname" -#: setup/setup_migrate.tpl:127 setup/setup_migrate.tpl:179 -#: setup/setup_migrate.tpl:299 setup/setup_migrate.tpl:352 -#, fuzzy -msgid "Show changes" -msgstr "Zeige Pakete" +#: include/class_acl.inc:1102 +msgid "Role description" +msgstr "Rollenbeschreibung" -#: setup/setup_migrate.tpl:140 -msgid "Move users into configured user tree" -msgstr "" +#: include/class_pluglist.inc:55 +msgid "All objects in this category" +msgstr "Keine Objekte dieser Kategorie" -#: setup/setup_migrate.tpl:142 -msgid "" -"This dialog allows moving a couple of users to the configured user tree. " -"Doing this may straighten your LDAP service." +#: include/class_pluglist.inc:149 +msgid "The configuration format has changed. Please re-run setup!" msgstr "" +"Das Konfigurationsformat hat sich geändert. Bitte durchlaufen Sie erneut die " +"Einrichtung!" -#: setup/setup_migrate.tpl:145 +#: include/class_pluglist.inc:166 include/class_pluglist.inc:167 +#: include/class_pluglist.inc:281 +msgid "Unknown" +msgstr "Unbekannt" + +#: include/class_pluglist.inc:174 ihtml/themes/default/framework.tpl:8 +#: ihtml/themes/default/framework.tpl:11 ihtml/themes/default/framework.tpl:20 +#: ihtml/themes/default/framework.tpl:24 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." +"You are currently editing a database entry. Do you want to dismiss the " +"changes?" msgstr "" +"Sie bearbeiten gerade einen Datenbankeintrag. Sollen die Daten verworfen " +"werden?" -#: setup/setup_migrate.tpl:148 -#, fuzzy -msgid "Move selected users into this people tree" -msgstr "Neuen Benutzer aus dieser Vorlage erstellen" - -#: setup/setup_migrate.tpl:198 -msgid "Next" -msgstr "Vor" +#: include/class_msg_dialog.inc:91 +msgid "Please fix the above error and reload the page." +msgstr "Bitte beheben Sie obigen Fehler und laden die Seite neu." -#: setup/setup_migrate.tpl:199 -msgid "Abort" -msgstr "Abbrechen" +#: include/class_config.inc:104 +#, php-format +msgid "XML error in gosa.conf: %s at line %d" +msgstr "XML-Fehler in der Datei gosa.conf: %s in Zeile %d" -#: setup/setup_migrate.tpl:201 -#, fuzzy -msgid "Create a new GOsa administrator account" -msgstr "Neues Netatalk-Konto erzeugen" +#: include/class_config.inc:107 +msgid "Config file parsing" +msgstr "Erfassung der Konfigurationsdatei" -#: setup/setup_migrate.tpl:204 -msgid "" -"This dialog will automatically add a new super administrator to your LDAP " -"tree." +#: include/class_config.inc:224 +msgid "Cannot bind to LDAP. Please contact the system administrator." msgstr "" +"Kann nicht mit dem LDAP-Server verbinden. Bitte benachrichtigen Sie den " +"Administrator." -#: setup/setup_migrate.tpl:233 +#: include/class_config.inc:556 #, fuzzy -msgid "Password (again)" -msgstr "Passwort-Speicherung" +msgid "SID and/or RIDBASE missing in the configuration!" +msgstr "SID und/oder RIDBASE fehlen in der Konfiguration!" -#: setup/setup_migrate.tpl:258 -msgid "" -"The listed departments are currenlty invisble in the GOsa user interface. If " -"you want to change this for a couple of entries, select them and use the " -"migrate button below." +#: include/class_CopyPasteHandler.inc:90 +#, php-format +msgid "Cannot cleanup copy & paste queue: setting permissions for '%s' failed!" msgstr "" -#: setup/setup_migrate.tpl:259 setup/setup_migrate.tpl:314 -msgid "" -"If you want to know what will be done when migrating the selected entries, " -"use the 'Show changes' button to see the LDIF." +#: include/class_CopyPasteHandler.inc:98 +#, php-format +msgid "Cannot cleanup copy & paste queue: no write permission inside '%s'!" msgstr "" -#: setup/setup_migrate.tpl:269 setup/setup_migrate.tpl:323 -#, fuzzy -msgid "Current" -msgstr "Aktuelles Objekt" - -#: setup/setup_migrate.tpl:276 setup/setup_migrate.tpl:330 -#, fuzzy -msgid "After migration" -msgstr "Benutzerverwaltung" - -#: setup/setup_migrate.tpl:313 -msgid "" -"The listed users are currenlty invisble 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." +#: include/class_CopyPasteHandler.inc:130 +#, php-format +msgid "Copy and paste failed: object '%s' is not a valid ldap object!" msgstr "" +"Kopieren und Einfügen fehlgeschlagen: das Objekt '%s' ist kein gültiges LDAP-" +"Objekt!" -#: setup/class_setupStep_Config3.inc:80 setup/class_setupStep_Config3.inc:81 -msgid "GOsa settings 3/3" -msgstr "GOsa-Einstellungen 3/3" +#: include/class_CopyPasteHandler.inc:147 +#, php-format +msgid "Cannot save LDAP dump: no write permission inside '%s'!" +msgstr "" +"Kann LDAP-Abzug nicht speichern: keine Schreibberechtigung innerhalb von '%" +"s'!" -#: setup/class_setupStep_Config3.inc:82 -msgid "Tweak some GOsa core behaviour" +#: include/class_CopyPasteHandler.inc:155 +#, php-format +msgid "Cannot save LDAP dump: setting permissions for '%s' failed!" msgstr "" +"Kann·LDAP-Abzug·nicht·speichern:·Setzen der Berechtigungen·für·'%s' " +"fehlgeschlagen!" -#: setup/class_setupStep_Config3.inc:205 -#, fuzzy -msgid "Session lifetime must be a numeric value." -msgstr "Benötiger Wert muß numerisch sein." +#: include/class_CopyPasteHandler.inc:164 +#, php-format +msgid "Cannot save LDAP dump: no write permission to '%s/%s'!" +msgstr "Kann LDAP-Abzug nicht speichern: keine Schreibberechtigung in '%s/%s'!" + +#: include/class_CopyPasteHandler.inc:249 +#, fuzzy, php-format +msgid "Cannot load dumped file '%s'!" +msgstr "Kann Datei '%s' nicht öffnen." -#: setup/class_setupStep_Config3.inc:209 -#, fuzzy -msgid "Maximal ldap query time must be a numeric value. " -msgstr "Benötiger Wert muß numerisch sein." +#: include/class_CopyPasteHandler.inc:274 +#, php-format +msgid "You have no permission to save object '%s'." +msgstr "Sie haben keine Berechtigung um das Objekt '%s' zu speichern." -#: setup/class_setupStep_Migrate.inc:105 setup/class_setupStep_Migrate.inc:106 -#, fuzzy -msgid "LDAP inspection" -msgstr "Überprüfung des PHP-Setups" +#: include/class_CopyPasteHandler.inc:302 +#, php-format +msgid "You are going to paste the cutted entry '%s'." +msgstr "Sie sind dabei, den ausgeschnitten Eintrag '%s' einzufügen." -#: setup/class_setupStep_Migrate.inc:107 -msgid "Analyze your current LDAP for GOsa compatibility" +#: include/class_CopyPasteHandler.inc:315 +#, php-format +msgid "You have no permission to copy and paste object '%s'!" msgstr "" +"Sie haben keine Berechtigung zum Kopieren und Einfügen des Objektes '%s'!" -#: setup/class_setupStep_Migrate.inc:113 -#, fuzzy -msgid "Checking for root object" -msgstr "Prüfe auf iconv-Erweiterung" +#: include/class_CopyPasteHandler.inc:336 +#, php-format +msgid "You are going to paste the copied entry '%s'." +msgstr "Sie sind dabei, den kopierten Eintrag '%s' einzufügen." -#: setup/class_setupStep_Migrate.inc:119 -msgid "Checking permissions on LDAP database" -msgstr "" +#: include/class_CopyPasteHandler.inc:437 +msgid "Can't paste" +msgstr "Kann nicht einfügen" -#: setup/class_setupStep_Migrate.inc:125 -#, fuzzy -msgid "Checking for invisible deparmtments" -msgstr "Prüfe auf iconv-Erweiterung" +#: include/class_gosaSupportDaemon.inc:479 +msgid "Could not parse XML." +msgstr "Konnte XML nicht erfassen." -#: setup/class_setupStep_Migrate.inc:131 -#, fuzzy -msgid "Checking for invisible users" -msgstr "Prüfe auf iconv-Erweiterung" +#: include/functions_helpviewer.inc:43 +#, php-format +msgid "XML error in guide.xml: %s at line %d" +msgstr "XML-Fehler in der Datei guide.xml: %s in Zeile %d" -#: setup/class_setupStep_Migrate.inc:137 -#, fuzzy -msgid "Checking for super administrator" -msgstr "Suche einige zusätzliche Programme" +#: include/functions_helpviewer.inc:86 +msgid "No help available for this plugin." +msgstr "Für dieses Modul ist keine Hilfe verfügbar." -#: setup/class_setupStep_Migrate.inc:143 -#, fuzzy -msgid "Checking for users outside the people tree" -msgstr "Suche CUPS-Modul" +#: include/functions_helpviewer.inc:95 html/helpviewer.php:196 +msgid "previous" +msgstr "Vorherige" -#: setup/class_setupStep_Migrate.inc:149 -#, fuzzy -msgid "Checking for groups outside the groups tree" -msgstr "Suche CUPS-Modul" +#: include/functions_helpviewer.inc:99 html/helpviewer.php:200 +msgid "next" +msgstr "Nächste" -#: setup/class_setupStep_Migrate.inc:155 -msgid "Checking for windows workstations outside the winstation tree" -msgstr "" +#: include/functions_helpviewer.inc:387 +#, php-format +msgid "%s results for your search with the keyword %s" +msgstr "%s Ergebnisse für Ihre Suche nach %s" -#: setup/class_setupStep_Migrate.inc:161 -#, fuzzy -msgid "Checking for duplicate uid numbers" -msgstr "Prüfe Funktion %s" +#: include/functions_helpviewer.inc:461 +#, php-format +msgid "%s%% hit rate in file %s" +msgstr "%s%% Trefferquote in Datei %s" -#: setup/class_setupStep_Migrate.inc:167 -#, fuzzy -msgid "Checking for duplicate gid numbers" -msgstr "Prüfe Funktion %s" +#: include/class_SnapShotDialog.inc:63 +#, php-format +msgid "You're about to delete the snapshot '%s'." +msgstr "Sie sind dabei das Abbild '%s' zu entfernen." -#: setup/class_setupStep_Migrate.inc:190 setup/class_setupStep_Migrate.inc:239 -#: setup/class_setupStep_Migrate.inc:301 setup/class_setupStep_Migrate.inc:362 -#: setup/class_setupStep_Migrate.inc:429 setup/class_setupStep_Migrate.inc:503 -#: setup/class_setupStep_Migrate.inc:588 setup/class_setupStep_Migrate.inc:718 -#: setup/class_setupStep_Migrate.inc:807 -#, fuzzy -msgid "LDAP query failed" -msgstr "MySQL-Abfrage fehlgeschlagen." +#: include/class_SnapShotDialog.inc:115 +msgid "Remove snapshot" +msgstr "Abbild entfernen." -#: setup/class_setupStep_Migrate.inc:191 setup/class_setupStep_Migrate.inc:240 -#: setup/class_setupStep_Migrate.inc:302 setup/class_setupStep_Migrate.inc:363 -#: setup/class_setupStep_Migrate.inc:430 setup/class_setupStep_Migrate.inc:504 -#: setup/class_setupStep_Migrate.inc:589 setup/class_setupStep_Migrate.inc:719 -#: setup/class_setupStep_Migrate.inc:808 -msgid "Possibly the 'root object' is missing." -msgstr "" +#: include/class_SnapShotDialog.inc:117 include/class_SnapShotDialog.inc:137 +msgid "Y-m-d, H:i:s" +msgstr "Y-m-d, H:i:s" -#: setup/class_setupStep_Migrate.inc:213 -#, fuzzy, php-format -msgid "Found %s duplicate values for attribute 'uidNumber'." -msgstr "Es wurde ein doppelter Wert für Eintrag-Typ '%s' gefunden." +#: include/class_SnapShotDialog.inc:149 +msgid "Please specify a valid description for this snapshot." +msgstr "Bitte geben Sie eine gültige Beschreibung für diesen Abzug an." -#: setup/class_setupStep_Migrate.inc:262 -#, fuzzy, php-format -msgid "Found %s duplicate values for attribute 'gidNumber'." -msgstr "Es wurde ein doppelter Wert für Eintrag-Typ '%s' gefunden." +#: include/class_ldap.inc:204 include/class_ldap.inc:236 +msgid "Performance warning" +msgstr "Leistungswarnung" -#: setup/class_setupStep_Migrate.inc:317 setup/class_setupStep_Migrate.inc:518 -#: setup/class_setupStep_Migrate.inc:531 setup/class_setupStep_Migrate.inc:881 -#: setup/class_setupStep_Migrate.inc:1612 -#: setup/class_setupStep_Migrate.inc:1625 -msgid "Failed" -msgstr "Fehlgeschlagen" +#: include/class_ldap.inc:204 include/class_ldap.inc:236 +#, php-format +msgid "LDAP performance is poor: last query took about %.2fs!" +msgstr "" +"Die LDAP-Leistung ist mangelhaft: Die letzte Abfrage dauerte etwa %.2f " +"Sekunden!" -#: setup/class_setupStep_Migrate.inc:319 +#: include/class_ldap.inc:561 #, php-format msgid "" -"Found %s winstations outside the predefined winstation department ou '%s'." +"Cannot automatically create subtrees with RDN '%s': no object class found" msgstr "" +"Kann Teilbäume mit RDN '%s' nicht automatisch erzeugen: keine Objektklasse " +"gefunden" -#: setup/class_setupStep_Migrate.inc:320 setup/class_setupStep_Migrate.inc:599 -#: setup/class_setupStep_Migrate.inc:728 -#, fuzzy -msgid "Migrate" -msgstr "Megabyte" +#: include/class_ldap.inc:609 +#, 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" -#: setup/class_setupStep_Migrate.inc:387 -#, fuzzy, php-format -msgid "Found %s groups outside the configured tree '%s'." -msgstr "Sie sind dabei, den kopierten Eintrag '%s' einzufügen." +#: include/class_ldap.inc:617 +#, php-format +msgid "Creating subtree '%s' failed." +msgstr "Erzeugen des Teilbaums '%s' fehlgeschlagen." -#: setup/class_setupStep_Migrate.inc:388 setup/class_setupStep_Migrate.inc:463 -#, fuzzy -msgid "Move" -msgstr "Modus" +#: include/class_ldap.inc:686 +#, php-format +msgid "while operating on '%s' using LDAP server '%s'" +msgstr "während der Arbeit mit '%s' auf dem LDAP-Server '%s'" -#: setup/class_setupStep_Migrate.inc:462 +#: include/class_ldap.inc:688 #, php-format -msgid "Found %s user(s) outside the configured tree '%s'." -msgstr "" +msgid "while operating on LDAP server %s" +msgstr "während der Arbeit auf LDAP-Server '%s'" -#: setup/class_setupStep_Migrate.inc:520 setup/class_setupStep_Migrate.inc:533 +#: include/class_ldap.inc:910 #, php-format msgid "" -"The specified user '%s' does not have full access to your ldap database." +"This is not a valid DN: '%s'. A block for import should begin with 'dn: ...' " +"in line %s" msgstr "" +"Dies ist keine valide DN: '%s'. Ein Block für den Import sollte mit " +"'dn:...' beginnen in Zeile %s" -#: setup/class_setupStep_Migrate.inc:597 +#: include/class_ldap.inc:939 #, php-format -msgid "Found %s user(s) that will not be visible in GOsa." +msgid "Error while importing dn: '%s', please check your LDIF from line %s on!" msgstr "" +"Fehler beim Importieren von dn: '%s', bitte überprüfen Sie die LDIF-Datei ab " +"Zeile %s!" -#: setup/class_setupStep_Migrate.inc:647 setup/class_setupStep_Migrate.inc:779 -#: setup/class_setupStep_Migrate.inc:945 -#, fuzzy -msgid "Migration error" -msgstr "Megabyte" +#: include/class_ldap.inc:1075 +#, php-format +msgid "Ldap import with dn '%s' failed." +msgstr "LDAP-Import von dn '%s' fehlgeschlagen." -#: setup/class_setupStep_Migrate.inc:647 setup/class_setupStep_Migrate.inc:779 +#: include/class_hostActionQueue.inc:68 include/class_hostActionQueue.inc:193 #, fuzzy, php-format -msgid "Cannot migrate department '%s':" -msgstr "Gehe zur Wurzel-Abteilung" +msgid "Can't locate gotomasses queue file '%s'." +msgstr "Kann Datei '%s' nicht anlegen." -#: setup/class_setupStep_Migrate.inc:727 +#: include/class_hostActionQueue.inc:72 #, php-format -msgid "Found %s department(s) that will not be visible in GOsa." +msgid "Can't read gotomasses queue file '%s'." +msgstr "Kann GOtomasses Queue-Datei '%s' nicht lesen." + +#: include/class_hostActionQueue.inc:79 +#, fuzzy, php-format +msgid "Can't read gotomasses storage file '%s'." +msgstr "Kann Datei '%s' nicht anlegen." + +#: include/class_hostActionQueue.inc:142 +msgid "GOsa infrastructure" +msgstr "GOsa Infrastruktur" + +#: include/class_hostActionQueue.inc:142 +msgid "Cannot read broken entry - skipped!" +msgstr "Kann kaputten Eintrag nicht lesen - übersprungen!" + +#: include/class_hostActionQueue.inc:197 include/class_hostActionQueue.inc:206 +#, fuzzy, php-format +msgid "Can't write gotomasses queue file '%s'." +msgstr "Kann Datei '%s' nicht anlegen." + +#: include/class_hostActionQueue.inc:201 +msgid "The queue file was modified since last reload. Can't save changes." msgstr "" +"Die Queue-Datei wurde seit der letzten Aktualisierung verändert. Kann die " +"Änderungen nicht speichern." -#: setup/class_setupStep_Migrate.inc:882 -msgid "There is no GOsa administrator account inside your LDAP." +#: include/class_hostActionQueue.inc:276 +#, php-format +msgid "Entry with id '%s' not found." +msgstr "Eintrag mit der ID '%s' wurde nicht gefunden." + +#: include/class_hostActionQueue.inc:286 +#, php-format +msgid "Could not update entry, entry with id '%s' not found." msgstr "" +"Konnte Eintrag nicht aktualisieren, der Eintrag mit der ID '%s' wurde nicht " +"gefunden." -#: setup/class_setupStep_Migrate.inc:945 +#: include/class_hostActionQueue.inc:297 #, php-format -msgid "Cannot add ACL for user '%s':" +msgid "Could not remove entry, entry with id '%s' not found." msgstr "" +"Konnte Eintrag nicht entfernen, der Eintrag mit der ID '%s' wurde nicht " +"gefunden." -#: setup/class_setupStep_Migrate.inc:970 -#, fuzzy -msgid "Password error" -msgstr "Passwort läuft ab" +#: include/class_hostActionQueue.inc:371 include/class_hostActionQueue.inc:389 +#: include/class_hostActionQueue.inc:420 include/class_hostActionQueue.inc:455 +#, php-format +msgid "Can't set priority for ID '%s'. ID does not exist." +msgstr "Kann die Priorität der ID '%s' nicht festlegen. Die ID ist unbekannt." -#: setup/class_setupStep_Migrate.inc:970 -#, fuzzy -msgid "Provided passwords do not match!" -msgstr "" -"Die Passworte, die Sie als 'Neues Passwort' und 'Wiederholung des neuen " -"Passwort' eingegeben haben sind nicht identisch!" +#: include/class_multi_plug.inc:360 +msgid "You are currently editing mutliple entries." +msgstr "Sie bearbeiten momentan mehrere Einträge." -#: setup/class_setupStep_Migrate.inc:975 -#, fuzzy -msgid "Input error" -msgstr "PHP Fehler" +#: include/class_multi_plug.inc:389 +msgid "Password reset" +msgstr "Passwort Rücksetzung" -#: setup/class_setupStep_Migrate.inc:975 -#, fuzzy -msgid "Specify a valid user ID!" -msgstr "Bitte geben Sie einen gültigen Benutzernamen ein!" +#: include/class_multi_plug.inc:389 +msgid "The user password was resetted, please set a new password value!" +msgstr "Das Nutzer-Passwort wurde zurückgesetzt, bitte setzen Sie ein Neues!" -#: setup/class_setupStep_Migrate.inc:1019 -#, fuzzy, php-format -msgid "Adding an administrative user failed: object '%s' already exists!" -msgstr "" -"Setzen von Ablaufstatus (FAIstate) fehlgeschlagen für Objekt '%s'; der Wert " -"war '%s'." +#: include/class_log.inc:87 +#, php-format +msgid "Logging failed: %s" +msgstr "Protokollieren fehlgeschlagen: %s" + +#: include/class_log.inc:106 +msgid "Logging to MySQL disabled" +msgstr "Protokollieren nach MySQL inaktiv" + +#: include/class_log.inc:106 +msgid "" +"The logging to a MySQL database is now disabled for this session of GOsa, " +"due to communication errors with the specified logging database." +msgstr "Das Protokollieren in die MySQL-Datenbank ist für diese Sitzung abgeschaltet, " +"da es Kommunikationsfehler mit der angegebenen Protokoll-Datenbank gab." -#: setup/class_setupStep_Migrate.inc:1030 -#: setup/class_setupStep_Migrate.inc:1056 -#: setup/class_setupStep_Migrate.inc:1104 -#: setup/class_setupStep_Migrate.inc:1152 -#: setup/class_setupStep_Migrate.inc:1916 setup/class_setupStep_Schema.inc:95 -#: include/class_MultiSelectWindow.inc:503 include/class_config.inc:224 -#: include/functions.inc:331 include/functions.inc:358 -#: include/functions.inc:367 include/functions.inc:396 -#: include/functions.inc:639 include/functions.inc:678 -#: include/functions.inc:723 include/functions.inc:1298 -#: include/functions.inc:2490 html/index.php:243 html/index.php:257 -#: html/index.php:270 -#, fuzzy -msgid "LDAP error" -msgstr "LDAP-Fehler:" +#: include/class_log.inc:119 +#, php-format +msgid "Invalid option '%s' specified." +msgstr "Ungültige Option '%s' angegeben." -#: setup/class_setupStep_Migrate.inc:1056 -#: setup/class_setupStep_Migrate.inc:1104 -#: setup/class_setupStep_Migrate.inc:1152 -#, fuzzy -msgid "Cannot move users to the requested department!" -msgstr "Gehe zur Abteilung des angemeldeten Benutzers" +#: include/class_log.inc:123 +msgid "Specified objectType is empty or invalid" +msgstr "Der angegebene Objekttyp ist leer oder ungültig" -#: setup/class_setupStep_Migrate.inc:1066 -msgid "Winstation will be moved from" +#: include/class_log.inc:144 +#, fuzzy +msgid "" +"You have enabled the logging into mysql database, but there are no logging " +"servers available." msgstr "" +"Sie haben das Protokollieren in eine MySQL-Datenbank aktiviert, aber es gibt " +"keine verfügbaren Protokoll-Server." -#: setup/class_setupStep_Migrate.inc:1066 -#: setup/class_setupStep_Migrate.inc:1115 -#: setup/class_setupStep_Migrate.inc:1162 include/class_plugin.inc:1604 -msgid "to" -msgstr "an" +#: include/class_log.inc:152 +#, php-format +msgid "Cannot connect to logging server '%s'." +msgstr "Kann nicht zum Protokoll-Server '%s' verbinden." -#: setup/class_setupStep_Migrate.inc:1077 -#: setup/class_setupStep_Migrate.inc:1125 -msgid "Updating following references too" -msgstr "" +#: include/class_log.inc:157 +#, php-format +msgid "Cannot select database '%s' on server '%s': %s" +msgstr "Kann die Datenbank '%s' auf dem Server '%s' nicht auswählen: %s" -#: setup/class_setupStep_Migrate.inc:1115 -#, fuzzy -msgid "Group will be moved from" -msgstr "Sie können wiederherstellen von" +#: include/class_log.inc:177 +#, php-format +msgid "Cannot query database '%s' on server '%s': %s" +msgstr "Kann die Datenbank '%s' auf dem Server '%s' nicht abfragen: %s" -#: setup/class_setupStep_Migrate.inc:1162 -#, fuzzy -msgid "User will be moved from" -msgstr "Verwende Mitglieder von" +#: setup/class_setupStep_Ldap.inc:53 +msgid "LDAP setup" +msgstr "LDAP-Einrichtung" -#: setup/class_setupStep_Migrate.inc:1172 -msgid "The following references will be updated" -msgstr "" +#: setup/class_setupStep_Ldap.inc:54 +msgid "LDAP connection setup" +msgstr "Einrichten der LDAP-Verbindung" -#: setup/class_setupStep_Migrate.inc:1613 +#: setup/class_setupStep_Ldap.inc:55 +#, fuzzy msgid "" -"The LDAP root object is missing. It is required to use your LDAP service." +"This dialog performs the basic configuration of the LDAP connectivity for " +"GOsa." msgstr "" +"Die folgenden Eingabefelder ermöglichen die Grundkonfiguration von GOsa und " +"beeinflussen verschiedene Eigenschaften der Hauptkonfiguration." -#: setup/class_setupStep_Migrate.inc:1614 -#: setup/class_setupStep_Migrate.inc:1627 -#, fuzzy -msgid "Try to create root object" -msgstr "Erstelle Objekte" +#: setup/class_setupStep_Ldap.inc:74 setup/class_setupStep_Config1.inc:88 +#: setup/class_setupStep_Config2.inc:160 setup/class_setupStep_Config3.inc:87 +#: setup/setup_feedback.tpl:55 setup/setup_feedback.tpl:73 +#: setup/class_setupStep_Schema.inc:63 +msgid "No" +msgstr "nein" -#: setup/class_setupStep_Migrate.inc:1626 -msgid "Root object couldn't be created, you should try it on your own." -msgstr "" +#: setup/class_setupStep_Ldap.inc:74 setup/class_setupStep_Config1.inc:88 +#: setup/class_setupStep_Config2.inc:160 setup/class_setupStep_Config3.inc:87 +#: setup/setup_feedback.tpl:53 setup/setup_feedback.tpl:71 +#: setup/class_setupStep_Schema.inc:63 +msgid "Yes" +msgstr "ja" -#: setup/class_setupStep_Migrate.inc:1916 -#, fuzzy, php-format -msgid "Copy '%s' to '%s' failed:" -msgstr "Verschiebe '%s' nach '%s'" +#: setup/class_setupStep_Ldap.inc:105 +#, php-format +msgid "Anonymous bind failed on server '%s'." +msgstr "Verbindung als anonymer Benutzer zu Server '%s' schlug fehl." -#: setup/class_setupStep_Migrate.inc:1919 -msgid "Problem copying DNs" -msgstr "" +#: setup/class_setupStep_Ldap.inc:107 +#, php-format +msgid "Bind as user '%s' failed on server '%s'." +msgstr "Verbindung als Benutzer '%s' zu Server '%s' schlug fehl." -#: setup/setup_frame.tpl:12 -#, fuzzy -msgid "GOsa setup wizard" -msgstr "GOsa Hilfe-Browser" +#: setup/class_setupStep_Ldap.inc:112 +#, php-format +msgid "Anonymous bind on server '%s' succeeded." +msgstr "Verbindung als anonymer Benutzer zu Server '%s' war erfolgreich." -#: setup/setup_frame.tpl:19 -#, fuzzy -msgid "Installation" -msgstr "Installationsprüfung" +#: setup/class_setupStep_Ldap.inc:113 +msgid "Please specify user and password." +msgstr "Bitte geben Sie Ihren Benutzer und das zugehörige Passwort ein." -#: setup/setup_frame.tpl:19 -#, fuzzy -msgid "Steps" -msgstr "Systeme" +#: setup/class_setupStep_Ldap.inc:115 +#, php-format +msgid "Bind as user '%s' on server '%s' succeeded." +msgstr "Verbindung als Benutzer '%s' zu Server '%s' schlug war erfolgreich." -#: setup/class_setupStep_Feedback.inc:91 -#, fuzzy -msgid "UNIX accounts/groups" -msgstr "IAX Konto-Identifikation" +#: setup/class_setupStep_License.inc:56 setup/class_setupStep_License.inc:57 +msgid "License" +msgstr "Lizenz" -#: setup/class_setupStep_Feedback.inc:93 -#, fuzzy -msgid "Samba management" -msgstr "Systemverwaltung" +#: setup/class_setupStep_License.inc:58 +msgid "Terms and conditions for usage" +msgstr "Bedingungen und Auflagen für den Gebrauch" -#: setup/class_setupStep_Feedback.inc:95 -#, fuzzy -msgid "Mailsystem management" -msgstr "Systemverwaltung" +#: setup/class_setupStep_Language.inc:40 setup/class_setupStep_Language.inc:41 +msgid "Language setup" +msgstr "Sprachauswahl" -#: setup/class_setupStep_Feedback.inc:97 +#: setup/class_setupStep_Language.inc:42 #, fuzzy -msgid "FAX system administration" -msgstr "Benutzerverwaltung" +msgid "This step allows you to select your preferred language." +msgstr "" +"Dieser Dialog erlaubt es Ihnen, ein Gerät zum momentan ausgewählten Computer " +"hinzuzufügen." -#: setup/class_setupStep_Feedback.inc:99 -#, fuzzy -msgid "Asterisk administration" -msgstr "Benutzerverwaltung" +#: setup/class_setupStep_Language.inc:47 +msgid "Automatic" +msgstr "Automatisch" -#: setup/class_setupStep_Feedback.inc:101 -#, fuzzy -msgid "System inventory" -msgstr "Inventar entfernen" +#: setup/class_setup.inc:76 setup/class_setupStep_Feedback.inc:131 +msgid "Setup error" +msgstr "Einrichtungsfehler" -#: setup/class_setupStep_Feedback.inc:103 -#, fuzzy -msgid "System-/Configmanagement" -msgstr "Systemverwaltung" +#: setup/class_setup.inc:196 +msgid "Completed" +msgstr "Abgeschlossen" -#: setup/class_setupStep_Feedback.inc:105 -msgid "Addressbook" -msgstr "Adressbuch" +#: setup/setup_finish.tpl:3 +msgid "Create your configuration file" +msgstr "Erzeugen Ihrer Konfigurationsdatei" -#: setup/class_setupStep_Feedback.inc:111 -#: setup/class_setupStep_Feedback.inc:113 -#, fuzzy -msgid "Notification and feedback" -msgstr "Meldung gesendet!" +#: setup/setup_finish.tpl:13 +msgid "Download configuration" +msgstr "Konfiguration herunterladen" -#: setup/class_setupStep_Feedback.inc:112 -#, fuzzy -msgid "Get notifications or send feedback" -msgstr "Einschränkungen für den Sender" +#: setup/setup_finish.tpl:18 +msgid "Status: " +msgstr "Status: " -#: setup/class_setupStep_Feedback.inc:131 setup/class_setup.inc:76 -#, fuzzy -msgid "Setup error" -msgstr "Schritte der Einrichtung" +#: setup/setup_ldap.tpl:7 +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/class_setupStep_Feedback.inc:140 -#: setup/class_setupStep_Feedback.inc:147 -msgid "Feedback error" -msgstr "" +#: setup/setup_ldap.tpl:13 ihtml/themes/default/help.tpl:21 +msgid "Search" +msgstr "Suchen" -#: setup/class_setupStep_Feedback.inc:140 -#, php-format -msgid "Cannot send feedback to '%s': %s" -msgstr "" +#: setup/setup_ldap.tpl:25 +msgid "LDAP connection" +msgstr "LDAP-Verbindung" -#: setup/class_setupStep_Feedback.inc:147 -msgid "Cannot send feedback: service temporarily unavailable" -msgstr "" +#: setup/setup_ldap.tpl:29 +msgid "Location name" +msgstr "Name des Standortes:" -#: setup/class_setupStep_Feedback.inc:149 -msgid "Feedback sucessfully send" -msgstr "" +#: setup/setup_ldap.tpl:37 +msgid "Connection URL" +msgstr "Verbindungs-URL" -#: setup/class_setupStep_Feedback.inc:179 -msgid "Please specify a valid email address." -msgstr "Bitte geben Sie eine gültige E-Mail-Adresse ein." +#: setup/setup_ldap.tpl:45 +msgid "TLS connection" +msgstr "TLS-Verbindung" -#: setup/class_setupStep_Feedback.inc:183 -msgid "" -"You should have enabled at least one option, to subscribe or send your " -"feedback." -msgstr "" +#: setup/setup_ldap.tpl:65 +msgid "Reload" +msgstr "Neu laden" -#: setup/class_setupStep_License.inc:56 setup/class_setupStep_License.inc:57 -msgid "License" -msgstr "Lizenz" +#: setup/setup_ldap.tpl:69 +msgid "Authentication" +msgstr "Authentisierung" -#: setup/class_setupStep_License.inc:58 -msgid "Terms and conditions for usage" -msgstr "" +#: setup/setup_ldap.tpl:73 +msgid "Admin DN" +msgstr "Administrator-DN:" -#: setup/setup_config2.tpl:2 -msgid "Samba settings" -msgstr "Samba-Einstellungen" +#: setup/setup_ldap.tpl:78 +msgid "Select user" +msgstr "Benutzer wählen" -#: setup/setup_config2.tpl:6 -msgid "Samba hash generator" -msgstr "" +#: setup/setup_ldap.tpl:86 +msgid "Automatically append LDAP base to admin DN" +msgstr "Automatisch die LDAP-Basis an die Admin DN anhängen" -#: setup/setup_config2.tpl:31 -msgid "RID base" -msgstr "RID Basis" +#: setup/setup_ldap.tpl:93 +msgid "Admin password" +msgstr "Administrator-Passwort:" -#: setup/setup_config2.tpl:46 -#, fuzzy -msgid "Workstation container" -msgstr "Name der Arbeitsstation" +#: setup/setup_ldap.tpl:101 +msgid "Schema based settings" +msgstr "Schema-basierte Einstellungen" + +#: setup/setup_ldap.tpl:105 +msgid "Use rfc2307bis compliant groups" +msgstr "Verwende rfc2307bis-konforme Gruppen" + +#: setup/setup_ldap.tpl:117 +msgid "Current status" +msgstr "Momentaner Status" -#: setup/setup_config2.tpl:61 -#, fuzzy -msgid "Samba SID mapping" -msgstr "Samba SID" +#: setup/class_setupStep_Config1.inc:74 setup/class_setupStep_Config1.inc:75 +msgid "GOsa settings 1/3" +msgstr "GOsa-Einstellungen 1/3" -#: setup/setup_config2.tpl:71 -#, fuzzy -msgid "Timezone" -msgstr "OX-Zeitzone" +#: setup/class_setupStep_Config1.inc:76 +msgid "GOsa generic settings" +msgstr "Allgemeine GOsa-Einstellungen" -#: setup/setup_config2.tpl:74 -#, fuzzy -msgid "Please your preferred timezone here" -msgstr "Bevorzugte Sprache" +#: 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/setup_config2.tpl:96 -msgid "Additional GOsa settings" -msgstr "Zusätzliche GOsa-Einstellungen" +#: setup/class_setupStep_Config1.inc:118 setup/setup_config1.tpl:97 +msgid "GID / UID min id" +msgstr "GID / UID min id" -#: setup/setup_config2.tpl:100 -msgid "Enable Copy & Paste" -msgstr "Ermögliche Kopieren & Einfügen" +#: 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/setup_config2.tpl:112 -#, fuzzy -msgid "Enable DNS extension" -msgstr "Inventar-Erweiterung" +#: setup/class_setupStep_Config1.inc:122 +msgid "People storage ou" +msgstr "Ablage-OU für Benutzer:" -#: setup/setup_config2.tpl:124 -#, fuzzy -msgid "Enable DHCP extension" -msgstr "Inventar-Erweiterung" +#: setup/class_setupStep_Config1.inc:126 +msgid "Group storage ou" +msgstr "Ablage-OU für Gruppen:" -#: setup/setup_config2.tpl:136 -#, fuzzy -msgid "Enable mime type management" -msgstr "MIME-Typen Verwaltung" +#: setup/class_setupStep_Config1.inc:130 +msgid "Uid base must be numeric" +msgstr "Der Wert für 'UID Base' muss numerisch sein" -#: setup/setup_config2.tpl:148 +#: setup/class_setupStep_Config1.inc:134 #, fuzzy -msgid "Enable FAI release management" -msgstr "FAI Release-Verwaltung" +msgid "The given password minimum length is not numeric." +msgstr "Der Sieve-Port muss numerisch sein." -#: setup/setup_config2.tpl:160 +#: setup/class_setupStep_Config1.inc:137 #, fuzzy -msgid "Enable user netatalk plugin" -msgstr "Netatalk-Konto verwalten" - -#: setup/setup_config2.tpl:171 -msgid "Government mode" -msgstr "Behörden-Modus" +msgid "The given password differ value is not numeric." +msgstr "Der Sieve-Port muss numerisch sein." -#: setup/setup_config2.tpl:180 -msgid "Mail settings" -msgstr "Mail-Einstellungen" +#: setup/class_setupStep_Config2.inc:85 setup/class_setupStep_Config2.inc:86 +msgid "GOsa settings 2/3" +msgstr "GOsa-Einstellungen 2/3" -#: setup/setup_config2.tpl:184 -msgid "Mail method" -msgstr "Zustellungs-Methode" +#: setup/class_setupStep_Config2.inc:87 +msgid "Customize special parameters" +msgstr "Anpassen von Spezialparametern" -#: setup/setup_config2.tpl:198 -#, fuzzy -msgid "Vacation templates" -msgstr "Vorlage für Arbeitsstation" +#: setup/setup_license.tpl:8 +msgid "I have read the license and accept it" +msgstr "Ich habe die Lizenz gelesen und akzeptiere diese" -#: setup/setup_config2.tpl:214 -msgid "Use Cyrus UNIX style" -msgstr "" +#: setup/class_setupStep_Config3.inc:78 setup/class_setupStep_Config3.inc:79 +msgid "GOsa settings 3/3" +msgstr "GOsa-Einstellungen 3/3" -#: setup/setup_config2.tpl:224 -#, fuzzy -msgid "Snapshots / Undo" -msgstr "Abbild fehlgeschlagen." +#: setup/class_setupStep_Config3.inc:80 +msgid "Tweak some GOsa core behaviour" +msgstr "Einstellen von grundlegendem GOsa Verhalten" -#: setup/setup_config2.tpl:233 setup/setup_config2.tpl:278 +#: setup/class_setupStep_Config3.inc:194 #, fuzzy -msgid "Enable snapshots" -msgstr "Abbild erstellen" +msgid "Session lifetime must be a numeric value." +msgstr "Benötiger Wert muß numerisch sein." -#: setup/setup_config2.tpl:239 setup/setup_config2.tpl:284 -#, fuzzy -msgid "Snapshot base" -msgstr "Abbild fehlgeschlagen." +#: setup/class_setupStep_Config3.inc:198 +msgid "Maximal ldap query time must be a numeric value. " +msgstr "Die maximale LDAP-Abfragedauer muß ein numerischer Wert sein. " #: setup/setup_feedback.tpl:6 msgid "Subscribe to the gosa-announce mailinglist" -msgstr "" +msgstr "Abonnieren der GOsa-Announce Mailingliste" #: setup/setup_feedback.tpl:9 msgid "" @@ -4917,6 +4581,9 @@ msgid "" "order to subscribe you to the gosa-announce mailing list. You've to confirm " "this by mail." msgstr "" +"Wenn Sie diese Option auswählen wird GOsa eine Verbindung zu http://oss." +"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:30 html/getxls.php:225 msgid "Mail address" @@ -4924,180 +4591,112 @@ msgstr "Mail-Adresse" #: setup/setup_feedback.tpl:41 msgid "Send feedback to the GOsa project team" -msgstr "" +msgstr "Sende Feedback an das GOsa Projektteam." #: setup/setup_feedback.tpl:44 msgid "" "When checking this option, GOsa will try to connect http://oss.gonicus.de in " "order to submit your form anonymously." 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:50 msgid "Did the setup procedure help you to get started?" -msgstr "" +msgstr "Hat Ihnen die Setup-Prozedur weitergeholfen?" #: setup/setup_feedback.tpl:60 msgid "If not, what problems did you encounter" -msgstr "" +msgstr "Falls nicht, welche Probleme sind Ihnen aufgefallen" #: setup/setup_feedback.tpl:68 msgid "Is this the first time you use GOsa?" -msgstr "" +msgstr "Ist dies die erstmalige Verwendung von GOsa?" #: setup/setup_feedback.tpl:74 msgid "I use it since" -msgstr "" +msgstr "Ich verwende es seit" #: setup/setup_feedback.tpl:75 msgid "Select the year since when you are using GOsa" -msgstr "" +msgstr "Wählen Sie das Jahr aus, seit dem Sie GOsa verwenden" #: setup/setup_feedback.tpl:82 msgid "What operating system / distribution do you use?" -msgstr "" +msgstr "Welches Betriebssystem / welche Distribution verwenden Sie?" #: setup/setup_feedback.tpl:90 msgid "What web server do you use?" -msgstr "" +msgstr "Welchen Webserver verwenden Sie?" #: setup/setup_feedback.tpl:98 msgid "What PHP version do you use?" -msgstr "" +msgstr "Welche PHP-Version verwenden Sie?" #: setup/setup_feedback.tpl:106 msgid "LDAP" -msgstr "" +msgstr "LDAP" #: setup/setup_feedback.tpl:110 msgid "What kind of LDAP server(s) do you use?" -msgstr "" +msgstr "Welche(n) LDAP-Server verwenden Sie?" #: setup/setup_feedback.tpl:116 msgid "How many objects are in your LDAP?" -msgstr "" +msgstr "Wie viele Objekte befinden sich in Ihrem LDAP-Verzeichnis?" #: setup/setup_feedback.tpl:123 -#, fuzzy msgid "Features" -msgstr "Zukunft" +msgstr "Fähigkeiten" #: setup/setup_feedback.tpl:126 msgid "What features of GOsa do you use?" -msgstr "" +msgstr "Welche Funktionen von GOsa verwenden Sie?" #: setup/setup_feedback.tpl:136 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:143 msgid "Send feedback" -msgstr "" - -#: setup/setup_schema.tpl:3 -#, fuzzy -msgid "Schema specific settings" -msgstr "Samba-Einstellungen" - -#: setup/setup_schema.tpl:7 -#, fuzzy -msgid "Enable schema validation when logging in" -msgstr "Ermögliche Schema-Validierung" - -#: setup/setup_schema.tpl:16 -#, fuzzy -msgid "Check status" -msgstr "Status setzen" - -#: setup/setup_schema.tpl:20 -#, fuzzy -msgid "Schema check succeeded" -msgstr "Schema-Prüfung" - -#: setup/setup_schema.tpl:23 -#, fuzzy -msgid "Schema check failed" -msgstr "Schema-Prüfung" - -#: setup/setup_license.tpl:8 -msgid "I have read the license and accept it" -msgstr "" - -#: setup/class_setup.inc:196 -#, fuzzy -msgid "Completed" -msgstr "unvollständig" - -#: setup/class_setupStep_Ldap.inc:53 -#, fuzzy -msgid "LDAP setup" -msgstr "LDAP-Server" - -#: setup/class_setupStep_Ldap.inc:54 -#, fuzzy -msgid "LDAP connection setup" -msgstr "Einrichten der LDAP-Verbindung" - -#: setup/class_setupStep_Ldap.inc:55 -#, fuzzy -msgid "" -"This dialog performs the basic configuration of the LDAP connectivity for " -"GOsa." -msgstr "" -"Die folgenden Eingabefelder ermöglichen die Grundkonfiguration von GOsa und " -"beeinflussen verschiedene Eigenschaften der Hauptkonfiguration." - -#: setup/class_setupStep_Ldap.inc:105 -#, php-format -msgid "Anonymous bind failed on server '%s'." -msgstr "Verbindung als anonymer Benutzer zu Server '%s' schlug fehl." - -#: setup/class_setupStep_Ldap.inc:107 -#, php-format -msgid "Bind as user '%s' failed on server '%s'." -msgstr "Verbindung als Benutzer '%s' zu Server '%s' schlug fehl." +msgstr "Feedback senden" -#: setup/class_setupStep_Ldap.inc:112 -#, fuzzy, php-format -msgid "Anonymous bind on server '%s' succeeded." -msgstr "Verbindung als anonymer Benutzer zu Server '%s' schlug fehl." +#: setup/class_setupStep_Welcome.inc:38 +msgid "Welcome" +msgstr "Willkommen" -#: setup/class_setupStep_Ldap.inc:113 -#, fuzzy -msgid "Please specify user and password." -msgstr "Bitte geben Sie Ihr Passwort ein!" +#: setup/class_setupStep_Welcome.inc:39 +msgid "The welcome message" +msgstr "Die Willkommensnachricht" -#: setup/class_setupStep_Ldap.inc:115 -#, fuzzy, php-format -msgid "Bind as user '%s' on server '%s' succeeded." -msgstr "Verbindung als Benutzer '%s' zu Server '%s' schlug fehl." +#: setup/class_setupStep_Welcome.inc:40 +msgid "Welcome to GOsa setup wizard" +msgstr "Willkommen beim GOsa Einrichtungsassistent" #: setup/setup_config1.tpl:2 msgid "Look and feel" -msgstr "" +msgstr "Aussehen und Verhalten" #: setup/setup_config1.tpl:6 -#, fuzzy msgid "Theme" -msgstr "Zeit" +msgstr "Thema" #: setup/setup_config1.tpl:15 -#, fuzzy msgid "Apache" -msgstr "Cache" +msgstr "Apache" #: setup/setup_config1.tpl:19 msgid "Compress output send to browser" -msgstr "" +msgstr "Sende komprimierte Ausgabe an den Browser" #: setup/setup_config1.tpl:27 -#, fuzzy msgid "People and group storage" -msgstr "Ablage-OU für Benutzer:" +msgstr "Ablage für Personen und Gruppen" #: setup/setup_config1.tpl:30 -#, fuzzy msgid "People DN attribute" -msgstr "DN-Attribut für Benutzer:" +msgstr "DN-Attribut für Personen" #: setup/setup_config1.tpl:41 #, fuzzy @@ -5111,11 +4710,11 @@ msgstr "Ablage-OU für Gruppen:" #: setup/setup_config1.tpl:59 msgid "Include personal title in user DN" -msgstr "" +msgstr "Persönlichen Titel in der Benutzer-DN mitführen" #: setup/setup_config1.tpl:70 msgid "Relaxed naming policies" -msgstr "" +msgstr "Gelockerte Namensvorgaben" #: setup/setup_config1.tpl:81 msgid "Automatic uids" @@ -5128,7 +4727,7 @@ msgstr "ID-Basis für Benutzer/Gruppen:" #: setup/setup_config1.tpl:121 msgid "Hook for number base" -msgstr "" +msgstr "Hook für Zählbasis" #: setup/setup_config1.tpl:140 msgid "Password encryption algorithm" @@ -5153,7 +4752,7 @@ msgstr "Passwort-Änderung ist nicht erlaubt" #: setup/setup_config1.tpl:198 msgid "Use SASL for kerberos" -msgstr "" +msgstr "Verwende SASL für Kerberos." #: setup/setup_config1.tpl:209 #, fuzzy @@ -5192,33 +4791,153 @@ msgstr "" "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/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/setup_config3.tpl:2 +msgid "GOsa core settings" +msgstr "GOsa-Grundeinstellungen" + +#: setup/setup_config3.tpl:6 +#, fuzzy +msgid "Disable primary group filter" +msgstr "Zeige Gruppen des Benutzers" + +#: 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 "Enable system deployment" +msgstr "Aktiviere Systemverteilung" + +#: setup/setup_config3.tpl:115 +#, fuzzy +msgid "Mail queue script" +msgstr "Allgemeiner Skript-Pfad" + +#: setup/setup_config3.tpl:134 +#, fuzzy +msgid "Notification script" +msgstr "Empfänger der Meldung" + +#: setup/setup_config3.tpl:153 +msgid "Enable edit locking" +msgstr "Aktiviere Bearbeitungssperre" + +#: setup/setup_config3.tpl:174 +msgid "Special search method for huge ldap servers." +msgstr "Spezielle Suchmethode für viele LDAP-Server." + +#: setup/setup_config3.tpl:185 +msgid "Login and session" +msgstr "Anmeldung und Sitzung" + +#: setup/setup_config3.tpl:188 +msgid "Login attribute" +msgstr "Anmeldeattribut" + +#: setup/setup_config3.tpl:199 +msgid "Enforce register_globals to be deactivated" +msgstr "Erzwinge das Deaktivieren von register_globals" -#: setup/setup_language.tpl:3 +#: setup/setup_config3.tpl:211 +msgid "Enforce encrypted connections" +msgstr "Erzwinge verschlüsselte Verbindungen" + +#: setup/setup_config3.tpl:223 +msgid "Warn if session is not encrypted" +msgstr "Warnen wenn die Sitzung nicht verschlüsselt ist" + +#: setup/setup_config3.tpl:235 +msgid "Remember dialog filter settings" +msgstr "Merken der Dialogfilter-Einstellungen" + +#: setup/setup_config3.tpl:247 +msgid "Session lifetime" +msgstr "Lebenszeit der Sitzung" + +#: setup/setup_config3.tpl:256 #, fuzzy -msgid "Please select the preferred language" -msgstr "Bitte wählen Sie Ihre bevorzugte Sprache" +msgid "Debugging" +msgstr "Aktiviere Debugging" -#: 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:260 +msgid "Show PHP errors" +msgstr "Zeige PHP Fehler" -#: setup/setup_language.tpl:9 +#: setup/setup_config3.tpl:272 +msgid "Maximum LDAP query time" +msgstr "Maximale LDAP Abfragedauer" + +#: setup/setup_config3.tpl:290 +msgid "Log LDAP statistics" +msgstr "Protokolliere LDAP-Statistiken" + +#: setup/setup_config3.tpl:302 #, fuzzy -msgid "Please your preferred language here" -msgstr "Bevorzugte Sprache" +msgid "Debug level" +msgstr "Diese Ebene" + +#: setup/setup_config3.tpl:307 setup/setup_config3.tpl:310 +msgid "Disabled" +msgstr "Deaktiviert" + +#: setup/setup_config3.tpl:308 setup/setup_config3.tpl:311 +msgid "Enabled" +msgstr "Aktiviert" + +#: 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 "Steps" +msgstr "Schritte" + +#: setup/class_setupStep_Schema.inc:40 setup/class_setupStep_Schema.inc:41 +msgid "LDAP schema check" +msgstr "LDAP Schemaprüfung" + +#: setup/class_setupStep_Schema.inc:42 +msgid "Perform test on your current LDAP schema" +msgstr "Führe Test auf Ihrem aktuellen LDAP Schema durch" + +#: setup/class_setupStep_Schema.inc:95 html/index.php:258 +msgid "Cannot detect information about the installed LDAP schema!" +msgstr "Kann Information über das installierte LDAP-Schema nicht ermitteln!" #: setup/class_setupStep_Checks.inc:38 setup/class_setupStep_Checks.inc:39 msgid "Installation check" @@ -5235,11 +4954,9 @@ msgid "Checking PHP version" msgstr "Prüfe PHP-Version" #: setup/class_setupStep_Checks.inc:65 -#, fuzzy, php-format +#, php-format msgid "PHP must be of version %s or above." -msgstr "" -"PHP muß für manche Funktionen in der Version %s oder %s (oder höher) " -"vorliegen " +msgstr "PHP muß in Version %s oder höher vorliegen." #: setup/class_setupStep_Checks.inc:66 #, fuzzy @@ -5251,23 +4968,19 @@ msgstr "" "verfügbar sind,aktualisieren Sie einfach auf eine unterstützte PHP-Version." #: setup/class_setupStep_Checks.inc:72 -#, fuzzy msgid "Checking for LDAP support" -msgstr "Prüfe auf iconv-Erweiterung" +msgstr "Prüfe auf LDAP-Unterstützung" #: setup/class_setupStep_Checks.inc:73 -#, fuzzy msgid "This is the main extension used by GOsa and therefore really required." -msgstr "" -"GOsa benötigt dieses Modul für LDAP-Zugriffe, daher ist es unabkömmlich." +msgstr "Dies ist die grundlegende Erweiterung für GOsa und wird daher wirklich benötigt." #: setup/class_setupStep_Checks.inc:74 -#, fuzzy msgid "" "The ldap extension (php5-ldap) is required to communicate with your LDAP " "server." msgstr "" -"Das LDAP-Modul (php4-ldap/php5-ldap) wird zur Kommunikation mit dem LDAP-" +"Das LDAP-Modul (php5-ldap) wird zur Kommunikation mit dem LDAP-" "Server benötigt." #: setup/class_setupStep_Checks.inc:80 @@ -5275,16 +4988,13 @@ msgid "Checking for gettext support" msgstr "Prüfe auf gettext-Erweiterung" #: setup/class_setupStep_Checks.inc:81 -#, fuzzy msgid "Gettext support is required for internationalization." msgstr "" -"Gettext-Unterstützung wird für Übersetzungen benötigt (Anmerkung des " -"Übersetzers: Da Sie diese Meldung in deutsch lesen können, ist davon " -"auszugehen, daß ihr PHP gettext-fähig ist)." +"Gettext-Unterstützung wird für Mehrsprachigkeit benötigt." #: setup/class_setupStep_Checks.inc:82 setup/class_setupStep_Checks.inc:90 msgid "Please make sure that the extension is activated." -msgstr "" +msgstr "Bitte stellen Sie sicher, dass die Erweiterung aktiviert ist." #: setup/class_setupStep_Checks.inc:88 msgid "Checking for iconv support" @@ -5299,25 +5009,21 @@ msgstr "" "konvertieren und wird daher benötigt." #: setup/class_setupStep_Checks.inc:96 -#, fuzzy msgid "Checking for mhash support" -msgstr "Prüfe auf iconv-Erweiterung" +msgstr "Prüfe auf mHash-Unterstützung" #: setup/class_setupStep_Checks.inc:97 msgid "You'll need this module to make use of SSHA encryption" -msgstr "" +msgstr "Sie benötigen dieses Modul um die SSHA-Verschlüsselung zu verwenden" #: setup/class_setupStep_Checks.inc:98 -#, fuzzy msgid "The mhash module for PHP 5 is not available.Please install php5-mhash." msgstr "" -"Das MHASH-Modul für PHP 4/5 ist nicht verfügbar, bitte installieren Sie es " -"(php4-mhash/php5-mhash)." +"Das mHash-Modul für PHP 5 ist nicht verfügbar, bitte installieren Sie php5-mhash." #: setup/class_setupStep_Checks.inc:104 -#, fuzzy msgid "Checking for IMAP support" -msgstr "Prüfe auf iconv-Erweiterung" +msgstr "Prüfe auf IMAP-Unterstützung" #: setup/class_setupStep_Checks.inc:105 #, fuzzy @@ -5329,16 +5035,14 @@ msgstr "" "Dort können Benutzer verwaltet und Statusinformationen bezogen werden." #: setup/class_setupStep_Checks.inc:106 -#, fuzzy msgid "" "This module is used to communicate with your mail server. Please install " "php5-imap." msgstr "" "Dieses Modul wird verwendet, um mit Ihrem Mail-Server zu kommunizieren. " -"Bitte installieren Sie es (php4-imap/php5-imap)." +"Bitte installieren Sie php5-imap." #: setup/class_setupStep_Checks.inc:112 -#, fuzzy msgid "Checking for getacl in IMAP implementation" msgstr "Prüfe auf getacl im IMAP-Modul" @@ -5355,16 +5059,14 @@ msgstr "" "aktuelles PHP um diese Funktion nutzen zu können." #: setup/class_setupStep_Checks.inc:120 -#, fuzzy msgid "Checking for MySQL support" -msgstr "Prüfe auf iconv-Erweiterung" +msgstr "Prüfe auf MySQL-Unterstützung" #: setup/class_setupStep_Checks.inc:121 -#, fuzzy msgid "" "MySQL support is needed to communicate with several supported databases." msgstr "" -"Das MySQL-Modul wird benötigt, um Fax-Berichte anzuzeigen und auszuwerten." +"Das MySQL-Modul wird benötigt, um mit verschiedenen unterstützten Datenbanken zu kommunizieren." #: setup/class_setupStep_Checks.inc:122 #, fuzzy @@ -5447,16 +5149,13 @@ msgstr "" "überwachen." #: setup/class_setupStep_Checks.inc:156 -#, fuzzy msgid "" "The fping utility is only used in thin client based terminal environment." -msgstr "" -"Fping wird benötigt, um den Status von Thin-Client basierenden Terminal zu " -"überwachen." +msgstr "Fping wird nur in Thin-Client basierten Terminal-Umgebungen benötigt." #: setup/class_setupStep_Checks.inc:171 msgid "SAMBA password hash generation" -msgstr "" +msgstr "Samba Passwort-Hash Erzeugung" #: setup/class_setupStep_Checks.inc:172 #, fuzzy @@ -5468,13 +5167,12 @@ msgstr "" "Programm benötigt, welches die Passwort-Hashes generieren kann." #: setup/class_setupStep_Checks.inc:173 -#, fuzzy msgid "" "In order to use SAMBA 2/3 you've to install additional perl libraries. Take " "a look at mkntpasswd." msgstr "" -"Um Samba 2.x/3.x in Verbindung mit LDAP nutzen zu können, wird ein externes " -"Programm benötigt, welches die Passwort-Hashes generieren kann." +"Um Samba 2.x/3.x nutzen zu können, werden zusätzliche Perl-Bibliotheken " +"benötigt. Werfen Sie einen Blick auf mkntpasswd." #: setup/class_setupStep_Checks.inc:183 setup/class_setupStep_Checks.inc:202 #: setup/class_setupStep_Checks.inc:218 setup/class_setupStep_Checks.inc:234 @@ -5494,9 +5192,10 @@ msgstr "" "GOsa funktioniert mit beiden möglichen Einstellungen." #: setup/class_setupStep_Checks.inc:185 -#, fuzzy msgid "Search for 'register_globals' in your php.ini and switch it to 'Off'." -msgstr "Prüfe ob register_globals ausgeschaltet ist" +msgstr "" +"Suchen Sie nach 'register_globals' in Ihrer php.ini und setzen Sie es auf " +"'Off'." #: setup/class_setupStep_Checks.inc:193 msgid "PHP uses this value for the garbage collector to delete old sessions." @@ -5621,1561 +5320,1799 @@ msgstr "" #, fuzzy msgid "Increase your server performance by setting magic_quotes_gpc to 'off'." 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." +"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:252 +#, fuzzy +msgid "" +"Search for 'zend.ze1_compatibility_mode' 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:262 +msgid "Configuration writeable" +msgstr "Konfigurationsdatei schreibbar" + +#: setup/class_setupStep_Checks.inc:263 +#, fuzzy +msgid "The configuration file can't be written" +msgstr "Die Konfigurationsdatei kann nicht geschrieben werden" + +#: setup/class_setupStep_Checks.inc:264 +#, 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." +msgstr "" +"GOsa liest sein Konfiguration von einer Datei in (%s/%s). Die Einrichtung " +"kann die Konfiguration direkt schreiben, wenn diese schreibbar ist." + +#: 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 "" +"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 +#, fuzzy +msgid "Create a basic, single site configuration" +msgstr "Erstelle eine Sicherung von der bestehenden Konfigurationsdatei" + +#: 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: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" + +#: setup/setup_welcome.tpl:14 +msgid "Guided migration of existing LDAP trees" +msgstr "Geführte Migration existierende LDAP-Bäume" + +#: 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:20 +#, fuzzy +msgid "Find every possible configuration error" +msgstr "Schreibe Konfigurationsdatei" + +#: 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:25 +#, fuzzy +msgid "To continue..." +msgstr "Einrichtung wird fortgesetzt..." + +#: 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:" +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." +msgstr "Drücken Sie auf den Knopf 'Fortfahren', wenn Sie fertig sind." + +#: setup/setup_checks.tpl:9 +msgid "PHP module and extension checks" +msgstr "PHP Modul- und Erweiterungsprüfung" + +#: setup/setup_checks.tpl:41 setup/setup_checks.tpl:103 +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 +msgid "GOsa will run without fixing this." +msgstr "GOsa wird verwendbar sein, ohne dies zu beheben." + +#: setup/setup_checks.tpl:67 +msgid "PHP setup configuration" +msgstr "Konfiguration der PHP-Umgebung" + +#: setup/setup_checks.tpl:67 +msgid "show information" +msgstr "zeige Information" + +#: setup/setup_schema.tpl:3 +msgid "Schema specific settings" +msgstr "Schemaspezifische Einstellungen" + +#: setup/setup_schema.tpl:7 +#, fuzzy +msgid "Enable schema validation when logging in" +msgstr "Ermögliche Schema-Validierung" + +#: setup/setup_schema.tpl:16 +msgid "Check status" +msgstr "Status prüfen" + +#: setup/setup_schema.tpl:20 +msgid "Schema check succeeded" +msgstr "Schema-Prüfung erfolgreich" + +#: setup/setup_schema.tpl:23 +msgid "Schema check failed" +msgstr "Schema-Prüfung fehlgeschlagen" + +#: setup/class_setupStep_Feedback.inc:91 +msgid "UNIX accounts/groups" +msgstr "UNIX Konten/Gruppen" + +#: setup/class_setupStep_Feedback.inc:93 +msgid "Samba management" +msgstr "Samba-Verwaltung" + +#: setup/class_setupStep_Feedback.inc:95 +msgid "Mailsystem management" +msgstr "Mailsystem-Verwaltung" + +#: setup/class_setupStep_Feedback.inc:97 +msgid "FAX system administration" +msgstr "Faxsystem-Verwaltung" + +#: setup/class_setupStep_Feedback.inc:99 +msgid "Asterisk administration" +msgstr "Asterisk-Verwaltung" + +#: setup/class_setupStep_Feedback.inc:101 +msgid "System inventory" +msgstr "System-Inventar" + +#: setup/class_setupStep_Feedback.inc:103 +#, fuzzy +msgid "System-/Configmanagement" +msgstr "Systemverwaltung" + +#: setup/class_setupStep_Feedback.inc:105 +msgid "Addressbook" +msgstr "Adressbuch" + +#: setup/class_setupStep_Feedback.inc:111 +#: setup/class_setupStep_Feedback.inc:113 +msgid "Notification and feedback" +msgstr "Benachrichtigung und Rückmeldung" + +#: setup/class_setupStep_Feedback.inc:112 +#, fuzzy +msgid "Get notifications or send feedback" +msgstr "Einschränkungen für den Sender" + +#: setup/class_setupStep_Feedback.inc:140 +#: setup/class_setupStep_Feedback.inc:147 +msgid "Feedback error" +msgstr "Fehler beim Rückmelden" + +#: setup/class_setupStep_Feedback.inc:140 +#, php-format +msgid "Cannot send feedback to '%s': %s" +msgstr "Kann Rückmeldung nicht an '%s' senden: %s" + +#: setup/class_setupStep_Feedback.inc:147 +msgid "Cannot send feedback: service temporarily unavailable" +msgstr "" +"Kann Rückmeldung nicht senden: Der Dienst ist vorübergehend nicht verfügbar" -#: setup/class_setupStep_Checks.inc:252 +#: setup/class_setupStep_Feedback.inc:149 +msgid "Feedback sucessfully send" +msgstr "Feedback erfolgreich gesendet" + +#: setup/class_setupStep_Feedback.inc:179 +msgid "Please specify a valid email address." +msgstr "Bitte geben Sie eine gültige E-Mail-Adresse ein." + +#: setup/class_setupStep_Feedback.inc:183 #, fuzzy msgid "" -"Search for 'zend.ze1_compatibility_mode' in your php.ini and set it to 'Off'." +"You have to select at least one of both options, subscribe or send feedback." msgstr "" -"Suchen Sie in Ihrer php.ini nach 'implicit_flush' und setzen Sie es auf " -"'Off'." +"Sie müssen mindestens eine Option auswählen, Abonnement der Mailingliste " +"oder Senden einer Rückmeldung." -#: setup/class_setupStep_Checks.inc:262 -#, fuzzy -msgid "Configuration writeable" -msgstr "Konfigurationsdatei schreibbar" +#: setup/class_setupStep_Finish.inc:37 +#: ihtml/themes/default/copyPasteDialog.tpl:32 +msgid "Finish" +msgstr "Speichern" -#: setup/class_setupStep_Checks.inc:263 +#: setup/class_setupStep_Finish.inc:38 +msgid "Write configuration file" +msgstr "Schreibe Konfigurationsdatei" + +#: setup/class_setupStep_Finish.inc:39 +msgid "Finish - write the configuration file" +msgstr "Abschluß - Schreiben der Konfigurationsdatei" + +#: setup/class_setupStep_Finish.inc:100 #, fuzzy -msgid "The configuration file can't be written" -msgstr "Die Konfigurationsdatei kann nicht geschrieben werden" +msgid "" +"Your configuration file is currently world readable. Please update the file " +"permissions!" +msgstr "" +"Ihre Konfigurationsdatei ist momentan für jeden lesbar. Bitte ändern Sie die " +"Zugriffsrechte!" -#: setup/class_setupStep_Checks.inc:264 +#: setup/class_setupStep_Finish.inc:102 +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:111 #, 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." +"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 "" +"Nachdem Sie die Konfigurationsdatei unter %s abgelegt haben, muß " +"sichergestellt werden, daß der Webserver auf %s zugreifen kann, während " +"normale Nutzer dies nicht dürfen. Führen Sie diese Kommandos aus, um die " +"obigen Voraussetzungen zu erfüllen:" -#: setup/setup_config3.tpl:2 -#, fuzzy -msgid "GOsa core settings" -msgstr "GOsa-Einstellungen" +#: setup/class_setupStep_Migrate.inc:105 setup/class_setupStep_Migrate.inc:106 +msgid "LDAP inspection" +msgstr "LDAP-Inspektion" -#: setup/setup_config3.tpl:6 -#, fuzzy -msgid "Disable primary group filter" -msgstr "Zeige Gruppen des Benutzers" +#: setup/class_setupStep_Migrate.inc:107 +msgid "Analyze your current LDAP for GOsa compatibility" +msgstr "Untersuche Ihr LDAP-Verzeichnis auf GOsa-Kompatibilität" -#: setup/setup_config3.tpl:18 -#, fuzzy -msgid "Display summary in listings" -msgstr "Zeige Makros, auf die zutrifft" +#: setup/class_setupStep_Migrate.inc:113 +msgid "Checking for root object" +msgstr "Prüfe auf Wurzelobjekt" -#: setup/setup_config3.tpl:30 -#, fuzzy -msgid "Honour administrative units" -msgstr "Gruppenverwaltung" +#: setup/class_setupStep_Migrate.inc:119 +msgid "Checking permissions on LDAP database" +msgstr "Prüfe Berechtigungen auf die LDAP-Datenbank" -#: setup/setup_config3.tpl:42 +#: setup/class_setupStep_Migrate.inc:125 #, fuzzy -msgid "Smarty compile directory" -msgstr "Basisverzeichnis" +msgid "Checking for invisible departments" +msgstr "Prüfe auf unsichtbare Abteilungen" -#: setup/setup_config3.tpl:51 -msgid "SNMP community" -msgstr "" +#: setup/class_setupStep_Migrate.inc:131 +msgid "Checking for invisible users" +msgstr "Prüfe auf unsichtbare Benutzer" -#: setup/setup_config3.tpl:60 -#, fuzzy -msgid "Path for PPD storage" -msgstr "Passwort-Speicherung" +#: setup/class_setupStep_Migrate.inc:137 +msgid "Checking for super administrator" +msgstr "Prüfe auf Superadministrator" -#: setup/setup_config3.tpl:77 -#, fuzzy -msgid "Path for kiosk profile storage" -msgstr "Kiosk-Profil-Einstellungen" +#: setup/class_setupStep_Migrate.inc:143 +msgid "Checking for users outside the people tree" +msgstr "Prüfe auf Benutzer ausserhalb des Benutzerbaums" -#: setup/setup_config3.tpl:96 -#, fuzzy -msgid "Enable system deployment" -msgstr "Systemverwaltung" +#: setup/class_setupStep_Migrate.inc:149 +msgid "Checking for groups outside the groups tree" +msgstr "Prüfe auf Gruppen ausserhalb des Gruppenbaums" -#: setup/setup_config3.tpl:116 -#, fuzzy -msgid "Network resolv hook" -msgstr "Netzwerk-Adresse" +#: setup/class_setupStep_Migrate.inc:155 +msgid "Checking for windows workstations outside the winstation tree" +msgstr "Prüfe auf Windows-Arbeitsstationen ausserhalb des Winstation-Baums" -#: setup/setup_config3.tpl:135 -#, fuzzy -msgid "Mail queue script" -msgstr "Allgemeiner Skript-Pfad" +#: setup/class_setupStep_Migrate.inc:161 +msgid "Checking for duplicate uid numbers" +msgstr "Prüfe auf doppelte UID Nummern" -#: setup/setup_config3.tpl:154 -#, fuzzy -msgid "Notification script" -msgstr "Empfänger der Meldung" +#: setup/class_setupStep_Migrate.inc:167 +msgid "Checking for duplicate gid numbers" +msgstr "Prüfe auf doppelte GID Nummern" -#: setup/setup_config3.tpl:173 -#, fuzzy -msgid "Enable edit locking" -msgstr "Mail-Scanner aktivieren" +#: setup/class_setupStep_Migrate.inc:190 setup/class_setupStep_Migrate.inc:239 +#: setup/class_setupStep_Migrate.inc:301 setup/class_setupStep_Migrate.inc:362 +#: setup/class_setupStep_Migrate.inc:429 setup/class_setupStep_Migrate.inc:503 +#: setup/class_setupStep_Migrate.inc:588 setup/class_setupStep_Migrate.inc:718 +#: setup/class_setupStep_Migrate.inc:807 +msgid "LDAP query failed" +msgstr "LDAP-Abfrage fehlgeschlagen." -#: setup/setup_config3.tpl:192 -msgid "Login and session" -msgstr "" +#: setup/class_setupStep_Migrate.inc:191 setup/class_setupStep_Migrate.inc:240 +#: setup/class_setupStep_Migrate.inc:302 setup/class_setupStep_Migrate.inc:363 +#: setup/class_setupStep_Migrate.inc:430 setup/class_setupStep_Migrate.inc:504 +#: setup/class_setupStep_Migrate.inc:589 setup/class_setupStep_Migrate.inc:719 +#: setup/class_setupStep_Migrate.inc:808 +msgid "Possibly the 'root object' is missing." +msgstr "Wahrscheinlich fehlt das Wurzelobjekt." -#: setup/setup_config3.tpl:195 -#, fuzzy -msgid "Login attribute" -msgstr "Telefon-Attribute" +#: setup/class_setupStep_Migrate.inc:213 +#, php-format +msgid "Found %s duplicate values for attribute 'uidNumber'." +msgstr "Es wurden %s doppelte Werte für das Attribute 'uidNumber' gefunden." -#: setup/setup_config3.tpl:206 -msgid "Enforce register_globals to be deactivated" +#: setup/class_setupStep_Migrate.inc:262 +#, 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:317 setup/class_setupStep_Migrate.inc:518 +#: setup/class_setupStep_Migrate.inc:531 setup/class_setupStep_Migrate.inc:881 +#: setup/class_setupStep_Migrate.inc:1612 +#: setup/class_setupStep_Migrate.inc:1625 +msgid "Failed" +msgstr "Fehlgeschlagen" + +#: setup/class_setupStep_Migrate.inc:319 +#, 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/setup_config3.tpl:218 -#, fuzzy -msgid "Enforce encrypted connections" -msgstr "Lehne verschlüsselte Archive ab" +#: setup/class_setupStep_Migrate.inc:320 setup/class_setupStep_Migrate.inc:599 +#: setup/class_setupStep_Migrate.inc:728 +msgid "Migrate" +msgstr "Migrieren" -#: setup/setup_config3.tpl:230 -#, fuzzy -msgid "Warn if session is not encrypted" -msgstr "Die Sitzung ist nicht verschlüsselt." +#: setup/class_setupStep_Migrate.inc:387 +#, php-format +msgid "Found %s groups outside the configured tree '%s'." +msgstr "" +"Es wurden %s Gruppen ausserhalb des konfigurierten Baums '%s' gefunden." -#: setup/setup_config3.tpl:242 -#, fuzzy -msgid "Remember dialog filter settings" -msgstr "Allgemeine Benutzereinstellungen" +#: setup/class_setupStep_Migrate.inc:388 setup/class_setupStep_Migrate.inc:463 +msgid "Move" +msgstr "Verschieben" -#: setup/setup_config3.tpl:254 -msgid "Session lifetime" -msgstr "Lebenszeit der Sitzung" +#: setup/class_setupStep_Migrate.inc:462 +#, 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/setup_config3.tpl:262 -#, fuzzy -msgid "Debugging" -msgstr "Aktiviere Debugging" +#: setup/class_setupStep_Migrate.inc:520 setup/class_setupStep_Migrate.inc:533 +#, 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/setup_config3.tpl:266 -#, fuzzy -msgid "Show PHP errors" -msgstr "PHP Fehler" +#: setup/class_setupStep_Migrate.inc:597 +#, 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/setup_config3.tpl:278 -#, fuzzy -msgid "Maximum LDAP query time" -msgstr "Maximale Größe der Mail-Kopfzeilen" +#: setup/class_setupStep_Migrate.inc:647 setup/class_setupStep_Migrate.inc:779 +#: setup/class_setupStep_Migrate.inc:945 +msgid "Migration error" +msgstr "Migrationsfehler" -#: setup/setup_config3.tpl:296 -msgid "Log LDAP statistics" +#: setup/class_setupStep_Migrate.inc:647 setup/class_setupStep_Migrate.inc:779 +#, php-format +msgid "Cannot migrate department '%s':" +msgstr "Die Abteilung '%s' kann nicht migriert werden:" + +#: setup/class_setupStep_Migrate.inc:727 +#, 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/setup_config3.tpl:308 -#, fuzzy -msgid "Debug level" -msgstr "Diese Ebene" +#: setup/class_setupStep_Migrate.inc:882 +msgid "There is no GOsa administrator account inside your LDAP." +msgstr "Es gibt keinen GOsa Administrator in Ihrem LDAP." -#: setup/setup_config3.tpl:313 setup/setup_config3.tpl:316 -msgid "Disabled" -msgstr "Deaktiviert" +#: setup/class_setupStep_Migrate.inc:945 +#, php-format +msgid "Cannot add ACL for user '%s':" +msgstr "Kann ACL für Benutzer '%s' nicht hinzufügen:" -#: setup/setup_config3.tpl:314 setup/setup_config3.tpl:317 -msgid "Enabled" -msgstr "Aktiviert" +#: setup/class_setupStep_Migrate.inc:970 +msgid "Password error" +msgstr "Passwortfehler" -#: setup/class_setupStep_Welcome.inc:38 +#: setup/class_setupStep_Migrate.inc:970 #, fuzzy -msgid "Welcome" -msgstr "Willkommen %s!" +msgid "Provided passwords do not match!" +msgstr "" +"Die Passworte, die Sie als 'Neues Passwort' und 'Wiederholung des neuen " +"Passwort' eingegeben haben sind nicht identisch!" -#: setup/class_setupStep_Welcome.inc:39 -#, fuzzy -msgid "The welcome message" -msgstr "Entferne Nachricht" +#: setup/class_setupStep_Migrate.inc:975 +msgid "Input error" +msgstr "Eingabefehler" -#: setup/class_setupStep_Welcome.inc:40 -#, fuzzy -msgid "Welcome to GOsa setup wizard" -msgstr "Willkommen bei der GOsa Einrichtung!" +#: setup/class_setupStep_Migrate.inc:975 +msgid "Specify a valid user ID!" +msgstr "Geben Sie eine gültige Benutzer ID an!" + +#: setup/class_setupStep_Migrate.inc:1019 +#, fuzzy, php-format +msgid "Adding an administrative user failed: object '%s' already exists!" +msgstr "" +"Setzen von Ablaufstatus (FAIstate) fehlgeschlagen für Objekt '%s'; der Wert " +"war '%s'." + +#: setup/class_setupStep_Migrate.inc:1056 +#: setup/class_setupStep_Migrate.inc:1104 +#: setup/class_setupStep_Migrate.inc:1152 +msgid "Cannot move users to the requested department!" +msgstr "Kann Benutzer nicht in die geforderte Abteilung verschieben!" + +#: setup/class_setupStep_Migrate.inc:1066 +msgid "Winstation will be moved from" +msgstr "Die Windows-Arbeitsstation wird verschoben von" + +#: setup/class_setupStep_Migrate.inc:1077 +#: setup/class_setupStep_Migrate.inc:1125 +msgid "Updating following references too" +msgstr "Aktualisiere ebenfalls die folgenden Referenzen" + +#: setup/class_setupStep_Migrate.inc:1115 +msgid "Group will be moved from" +msgstr "Die Gruppe wird verschoben von" -#: setup/class_setupStep_Schema.inc:40 setup/class_setupStep_Schema.inc:41 -#, fuzzy -msgid "LDAP schema check" -msgstr "LDAP-Schema-Prüfung" +#: setup/class_setupStep_Migrate.inc:1162 +msgid "User will be moved from" +msgstr "Der Benutzer wird verschoben von" -#: setup/class_setupStep_Schema.inc:42 -msgid "Perform test on your current LDAP schema" -msgstr "" +#: setup/class_setupStep_Migrate.inc:1172 +msgid "The following references will be updated" +msgstr "Die folgenden Referenzen werden aktualisiert" -#: setup/class_setupStep_Schema.inc:95 html/index.php:257 -msgid "Cannot detect information about the installed LDAP schema!" +#: setup/class_setupStep_Migrate.inc:1613 +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/setup_checks.tpl:9 -msgid "PHP module and extension checks" -msgstr "PHP Modul- und Erweiterungsprüfung" +#: setup/class_setupStep_Migrate.inc:1614 +#: setup/class_setupStep_Migrate.inc:1627 +msgid "Try to create root object" +msgstr "Versuche, das Wurzelobjekt zu erzeugen" -#: setup/setup_checks.tpl:41 setup/setup_checks.tpl:103 -msgid "GOsa will NOT run without fixing this." +#: setup/class_setupStep_Migrate.inc:1626 +msgid "Root object couldn't be created, you should try it on your own." msgstr "" -"GOsa kann nicht ausgeführt werden, wenn das Problem nicht behoben wird." +"Das Wurzelobjekt konnte nicht erstellt werden, Sie sollten dies manuell " +"erledigen." -#: setup/setup_checks.tpl:45 setup/setup_checks.tpl:107 -msgid "GOsa will run without fixing this." -msgstr "GOsa wird verwendbar sein, ohne dies zu beheben." +#: setup/class_setupStep_Migrate.inc:1916 +#, php-format +msgid "Copy '%s' to '%s' failed:" +msgstr "Kopieren von '%s' nach '%s' fehlgeschlagen:" -#: setup/setup_checks.tpl:67 -msgid "PHP setup configuration" -msgstr "Konfiguration der PHP-Umgebung" +#: setup/class_setupStep_Migrate.inc:1919 +msgid "Problem copying DNs" +msgstr "Problem beim Kopieren von DNs" -#: setup/setup_checks.tpl:67 -#, fuzzy -msgid "show information" -msgstr "Persönliche Informationen" +#: setup/setup_language.tpl:3 +msgid "Please select the preferred language" +msgstr "Bitte wählen Sie Ihre bevorzugte Sprache" -#: setup/setup_finish.tpl:3 +#: 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 "" +"An dieser Stelle können Sie die standortweite Standardsprache auswählen. Bei " +"Auswahl von 'automatisch' wird automatisch die vom Browser angeforderte " +"Sprache verwendet. Diese Einstellung kann von der Einstellung des Benutzers " +"überschrieben werden." + +#: setup/setup_language.tpl:9 #, fuzzy -msgid "Create your configuration file" -msgstr "Schreibe Konfigurationsdatei" +msgid "Please select your preferred language here" +msgstr "Bitte wählen Sie hier Ihre bevorzugte Sprache" -#: setup/setup_finish.tpl:13 -msgid "Download configuration" -msgstr "Konfiguration herunterladen" +#: setup/setup_config2.tpl:2 +msgid "Samba settings" +msgstr "Samba-Einstellungen" -#: setup/setup_finish.tpl:18 -#, fuzzy -msgid "Status: " -msgstr "Status" +#: setup/setup_config2.tpl:6 +msgid "Samba hash generator" +msgstr "Samba Hash-Generator" -#: setup/class_setupStep_Finish.inc:38 -msgid "Write configuration file" -msgstr "Schreibe Konfigurationsdatei" +#: setup/setup_config2.tpl:31 +msgid "RID base" +msgstr "RID Basis" -#: setup/class_setupStep_Finish.inc:39 +#: setup/setup_config2.tpl:46 #, fuzzy -msgid "Finish - write the configuration file" -msgstr "Schreibe Konfigurationsdatei" +msgid "Workstation container" +msgstr "Name der Arbeitsstation" -#: setup/class_setupStep_Finish.inc:100 +#: setup/setup_config2.tpl:61 #, fuzzy -msgid "" -"Your configuration file is currently world readable. Please updated the file " -"permissions!" -msgstr "" -"Ihre Konfigurationsdatei ist momentan für jeden lesbar. Dies ist ein großer " -"Sicherheitsrisiko. Bitte verändern Sie die Zugriffsrechte entsprechend der " -"manuellen Variante unterhalb." +msgid "Samba SID mapping" +msgstr "Samba SID" -#: setup/class_setupStep_Finish.inc:102 +#: setup/setup_config2.tpl:71 +msgid "Timezone" +msgstr "Zeitzone" + +#: setup/setup_config2.tpl:74 #, fuzzy -msgid "The configuration is currently not readable or it does not exists." -msgstr "Die GOsa-Konfigurationsdatei %s/%s ist nicht lesbar. Abgebrochen." +msgid "Please choose your preferred timezone here" +msgstr "Bitte wählen Sie hier Ihre bevorzugte Zeitzone" -#: setup/class_setupStep_Finish.inc:111 -#, 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 "" -"Nachdem Sie die Konfigurationsdatei unter %s abgelegt haben, muß " -"sichergestellt werden, daß der Webserver auf %s zugreifen kann - während " -"normale Nutzer dies nicht dürfen. Führen Sie diese Kommandos aus, um die " -"obigen Voraussetzungen zu erfüllen:" +#: setup/setup_config2.tpl:96 +msgid "Additional GOsa settings" +msgstr "Zusätzliche GOsa-Einstellungen" -#: setup/class_setupStep_Config2.inc:87 setup/class_setupStep_Config2.inc:88 -msgid "GOsa settings 2/3" -msgstr "GOsa-Einstellungen 2/3" +#: setup/setup_config2.tpl:100 +msgid "Enable Copy & Paste" +msgstr "Ermögliche Kopieren & Einfügen" -#: setup/class_setupStep_Config2.inc:89 +#: setup/setup_config2.tpl:112 +msgid "Enable DNS extension" +msgstr "Aktiviere DNS-Erweiterung" + +#: setup/setup_config2.tpl:124 +msgid "Enable DHCP extension" +msgstr "Aktiviere DHCP-Erweiterung" + +#: setup/setup_config2.tpl:136 #, fuzzy -msgid "Customize special parameters" -msgstr "Überprüfe Parameter" +msgid "Enable mime type management" +msgstr "MIME-Typen Verwaltung" -#: include/functions_helpviewer.inc:43 -#, php-format -msgid "XML error in guide.xml: %s at line %d" -msgstr "XML-Fehler in der Datei guide.xml: %s in Zeile %d" +#: setup/setup_config2.tpl:148 +msgid "Enable FAI release management" +msgstr "Aktiviere FAI Release-Verwaltung" -#: include/functions_helpviewer.inc:86 -msgid "No help available for this plugin." -msgstr "Für dieses Modul ist keine Hilfe verfügbar." +#: setup/setup_config2.tpl:160 +msgid "Enable user netatalk plugin" +msgstr "Aktiviere Netatalk-Erweiterung für Benutzer" -#: include/functions_helpviewer.inc:95 html/helpviewer.php:196 -msgid "previous" -msgstr "Vorherige" +#: setup/setup_config2.tpl:171 +msgid "Government mode" +msgstr "Behörden-Modus" -#: include/functions_helpviewer.inc:99 html/helpviewer.php:200 -msgid "next" -msgstr "Nächste" +#: setup/setup_config2.tpl:180 +msgid "Mail settings" +msgstr "Mail-Einstellungen" -#: include/functions_helpviewer.inc:387 -#, php-format -msgid "%s results for your search with the keyword %s" -msgstr "%s Ergebnisse für Ihre Suche nach %s" +#: setup/setup_config2.tpl:184 +msgid "Mail method" +msgstr "Zustellungs-Methode" -#: include/functions_helpviewer.inc:461 -#, php-format -msgid "%s%% hit rate in file %s" -msgstr "%s%% Trefferquote in Datei %s" +#: setup/setup_config2.tpl:200 +msgid "Account identification attribute" +msgstr "Attribut für Kontoidentifikation" -#: include/class_tabs.inc:214 -#, php-format -msgid "Delete process has been canceled by plugin '%s': %s" -msgstr "Der Lösch-Vorgang wurde durch das plugin '%s' beendet: %s" +#: setup/setup_config2.tpl:214 +msgid "Vacation templates" +msgstr "Urlaubsvorlagen" -#: include/class_tabs.inc:341 include/class_acl.inc:1092 -#: include/class_acl.inc:1093 include/class_acl.inc:1098 -msgid "ACL" -msgstr "Zugriffsregeln" +#: setup/setup_config2.tpl:230 +msgid "Use Cyrus UNIX style" +msgstr "Verwenden Cyrus UNIX-Stil" -#: include/class_tabs.inc:344 -msgid "References" -msgstr "Referenzen" +#: setup/setup_config2.tpl:240 +#, fuzzy +msgid "Snapshots / Undo" +msgstr "Abbild fehlgeschlagen." -#: include/class_plugin.inc:436 -#, php-format -msgid "" -"Command '%s', specified as CHECK hook for plugin '%s' doesn't seem to exist." -msgstr "" -"Das in CHECK angegebene Kommando '%s' (Modul '%s') scheint nicht zu " -"existieren." +#: setup/setup_config2.tpl:249 setup/setup_config2.tpl:294 +#, fuzzy +msgid "Enable snapshots" +msgstr "Abbild erstellen" + +#: setup/setup_config2.tpl:255 setup/setup_config2.tpl:300 +#, fuzzy +msgid "Snapshot base" +msgstr "Abbild fehlgeschlagen." -#: include/class_plugin.inc:490 +#: setup/setup_migrate.tpl:5 msgid "" -"The object has changed since opened in GOsa. Please ensure that nobody has " -"done serious changes that may get lost if you save this entry." +"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 "" +"Während der LDAP-Inspektion wird auf verschiedene, gängige Stolpersteine " +"geprüft, die auftreten können, wenn auf eine GOsa-basierte LDAP-" +"Administration migriert wird. Sie sollten die unten genannten Probleme " +"beseitigen, um einen problemlosen Betrieb der Dienste zu ermöglichen." -#: include/class_plugin.inc:623 -#, php-format -msgid "" -"Command '%s', specified as POSTCREATE for plugin '%s' doesn't seem to exist." +#: setup/setup_migrate.tpl:33 +msgid "Check again" +msgstr "Erneut prüfen" + +#: setup/setup_migrate.tpl:37 +msgid "Move windows workstations into a valid windows workstation department" msgstr "" -"Das in POSTCREATE angegebene Kommando '%s' (Modul '%s') scheint nicht zu " -"existieren." +"Verschiebe Windows-Arbeitsstationen in eine gültige Windows-Workstation " +"Abteilung" -#: include/class_plugin.inc:655 include/functions.inc:2508 -#, php-format +#: setup/setup_migrate.tpl:39 msgid "" -"Command '%s', specified as POSTMODIFY for plugin '%s' doesn't seem to exist." +"This dialog allows you to move the displayed windows workstations into a " +"valid department" msgstr "" -"Das in POSTMODIFY angegebene Kommando '%s' (Modul '%s') scheint nicht zu " -"existieren." +"Dieser Dialog ermöglicht es Ihnen, die angezeigten Windows-Arbeitsstationen " +"in eine gültige Abteilung zu verschieben" -#: include/class_plugin.inc:691 -#, php-format +#: setup/setup_migrate.tpl:41 msgid "" -"Command '%s', specified as POSTREMOVE for plugin '%s' doesn't seem to exist." +"Be careful with this tool, there may be references pointing to this " +"workstations that can't be migrated." msgstr "" -"Das in POSTREMOVE angegebene Kommando '%s' (Modul '%s') scheint nicht zu " -"existieren." +"Seien Sie vorsichtig mit diesem Werkzeug, es könnte Referenzen geben, die " +"auf diese Arbeitsstationen zeigen, die nicht migriert werden können." -#: include/class_plugin.inc:1080 include/class_plugin.inc:1127 -#: include/class_plugin.inc:1128 -#, php-format -msgid "Saving object snapshot with dn '%s' failed." -msgstr "Speichern des Abbilds von Objekt mit dn '%s' fehlgeschlagen." +#: setup/setup_migrate.tpl:65 setup/setup_migrate.tpl:121 +#: setup/setup_migrate.tpl:173 setup/setup_migrate.tpl:293 +#: setup/setup_migrate.tpl:346 +msgid "Select all" +msgstr "Alle auswählen" -#: include/class_plugin.inc:1154 include/class_plugin.inc:1166 -#, fuzzy, php-format -msgid "" -"The snapshot functionality is enabled, but the required variable '%s' is not " -"set." +#: setup/setup_migrate.tpl:67 +msgid "Move selected windows workstations into the following GOsa department" msgstr "" -"Die Abbild-Funktionalität ist aktiviert, aber die erforderliche Variable '%" -"s' ist nicht in ihrer gosa.conf konfiguriert." +"Verschiebe die ausgewählten Windows-Arbeitsstationen in die folgende GOsa-" +"Abteilung" -#: include/class_plugin.inc:1202 -#, php-format -msgid "Method get available snapshots with dn '%s' failed." -msgstr "Konnte die verfügbaren Abbilder für dn '%s' nicht ermitteln." +#: setup/setup_migrate.tpl:72 +msgid "Move selected workstations" +msgstr "Die gewählten Arbeitsstationen verschieben" -#: include/class_plugin.inc:1258 -#, php-format -msgid "Method get deleted snapshots with dn '%s' failed." -msgstr "Konnte die entfernten Abbilder für dn '%s' nicht ermitteln." +#: setup/setup_migrate.tpl:73 +msgid "What will be done here" +msgstr "Was wird hier durchgeführt" -#: include/class_plugin.inc:1322 include/class_plugin.inc:1336 -#, php-format -msgid "Restore snapshot with dn '%s' failed." -msgstr "Wiederherstellen des Abbilds mit dn '%s' fehlgeschlagen." +#: setup/setup_migrate.tpl:85 +msgid "Move groups into configured group tree" +msgstr "Verschiebe Gruppen in den konfigurierten Gruppenbaum" -#: include/class_plugin.inc:1602 -msgid "Changing ACL dn" +#: setup/setup_migrate.tpl:88 +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:91 +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." -#: include/class_plugin.inc:1602 -msgid "from" -msgstr "von" - -#: include/class_MultiSelectWindow.inc:219 -msgid "Go to root department" -msgstr "Gehe zur Wurzel-Abteilung" - -#: include/class_MultiSelectWindow.inc:219 -#: include/class_MultiSelectWindow.inc:221 -msgid "Root" -msgstr "Wurzel" +#: setup/setup_migrate.tpl:94 +msgid "Move selected groups into this group tree" +msgstr "Verschiebe die ausgewählten Gruppen in diesen Gruppenbaum" -#: include/class_MultiSelectWindow.inc:227 -msgid "Go up one department" -msgstr "Eine Abteilung nach oben" +#: setup/setup_migrate.tpl:125 setup/setup_migrate.tpl:177 +#: setup/setup_migrate.tpl:297 setup/setup_migrate.tpl:350 +msgid "Hide changes" +msgstr "Verstecke Änderungen" -#: include/class_MultiSelectWindow.inc:235 -msgid "Go to users department" -msgstr "Gehe zur Abteilung des Benutzers" +#: setup/setup_migrate.tpl:127 setup/setup_migrate.tpl:179 +#: setup/setup_migrate.tpl:299 setup/setup_migrate.tpl:352 +msgid "Show changes" +msgstr "Zeige Änderungen" -#: include/class_MultiSelectWindow.inc:235 -#: include/class_MultiSelectWindow.inc:237 -msgid "Home" -msgstr "Heimat" +#: setup/setup_migrate.tpl:140 +msgid "Move users into configured user tree" +msgstr "" -#: include/class_MultiSelectWindow.inc:242 -msgid "Reload list" -msgstr "Liste neu laden" +#: setup/setup_migrate.tpl:142 +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." -#: include/class_MultiSelectWindow.inc:503 -#, php-format -msgid "Inconsistent DN encoding detected: '%s'" +#: setup/setup_migrate.tpl:145 +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." -#: include/class_MultiSelectWindow.inc:622 -#: include/class_MultiSelectWindow.inc:626 -#: include/class_MultiSelectWindow.inc:630 -msgid "Restore" -msgstr "Wiederherstellen" +#: setup/setup_migrate.tpl:148 +#, fuzzy +msgid "Move selected users into this people tree" +msgstr "Neuen Benutzer aus dieser Vorlage erstellen" -#: include/class_MultiSelectWindow.inc:625 -msgid "Restore snapshopts of already deleted objects" -msgstr "Stelle Abzüge von bereits entfernten Objekten her" +#: setup/setup_migrate.tpl:198 +msgid "Next" +msgstr "Vor" -#: include/class_MultiSelectWindow.inc:648 -#: include/class_SnapShotDialog.inc:113 -msgid "Restore snapshot" -msgstr "Abzug wiederherstellen" +#: setup/setup_migrate.tpl:199 +msgid "Abort" +msgstr "Abbrechen" -#: include/class_MultiSelectWindow.inc:654 -msgid "Create snapshot" -msgstr "Abbild erstellen" +#: setup/setup_migrate.tpl:201 +msgid "Create a new GOsa administrator account" +msgstr "Erzeuge ein neues GOsa Administratorkonto" -#: include/class_MultiSelectWindow.inc:654 -msgid "Create a new snapshot from this object" -msgstr "Erstelle ein neues Abbild dieses Objekts" +#: setup/setup_migrate.tpl:204 +msgid "" +"This dialog will automatically add a new super administrator to your LDAP " +"tree." +msgstr "" +"Dieser Dialog wird automatisch einen neuen Superadministrator in Ihren LDAP-" +"Baum einfügen." -#: include/class_pluglist.inc:55 -msgid "All objects in this category" -msgstr "Keine Objekte dieser Kategorie" +#: setup/setup_migrate.tpl:233 +msgid "Password (again)" +msgstr "Passwort (erneut)" -#: include/class_pluglist.inc:152 -msgid "The configuration format has changed. Please re-run setup!" +#: setup/setup_migrate.tpl:258 +#, fuzzy +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." -#: include/class_certificate.inc:35 -msgid "Can't open specified file, check accessibility and or existence" +#: setup/setup_migrate.tpl:259 setup/setup_migrate.tpl:314 +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 "" -"Kann angegebene Datei nicht öffnen, prüfen Sie die Existenz und/oder " -"Zugriffsrechte" +"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." -#: include/class_certificate.inc:53 -msgid "Can't read specified certificate / or empty string given" -msgstr "" -"Kann angegebenes Zertifikat nicht lesen (oder es wurde eine leere " -"Zeichenkette übergeben)" +#: setup/setup_migrate.tpl:269 setup/setup_migrate.tpl:323 +msgid "Current" +msgstr "Aktuell" -#: include/class_certificate.inc:80 -msgid "Can't load certificate, possibly unsupported format (use PEM/DER) " -msgstr "" -"Kann Zertifikat nicht laden, wahrscheinlich aufgrund eines nicht " -"unterstützten Formats (benutzen Sie PEM/DER)" +#: setup/setup_migrate.tpl:276 setup/setup_migrate.tpl:330 +msgid "After migration" +msgstr "Nach der Migration" -#: include/class_certificate.inc:95 -msgid "The Format must be PEM, to output certificate informations" -msgstr "Um Zertifikatsinformationen anzuzeigen muss das Format PEM sein" +#: setup/setup_migrate.tpl:313 +msgid "" +"The listed users are currenlty invisble 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 " +"eine Zahl von Benutzern ändern möchten, wählen Sie sie einfach aus und " +"drücken Sie den 'Migrieren'-Knopf unterhalb." -#: include/class_certificate.inc:192 -msgid "Can't create/open File" -msgstr "Kann Datei nicht anlegen/öffnen" +#: html/getvcard.php:37 +msgid "Missing parameters!" +msgstr "Fehlende Parameter!" -#: include/class_certificate.inc:199 -msgid "No valid certificate loaded" -msgstr "Kein gültiges Zertifikat geladen" +#: html/setup.php:78 html/index.php:155 +msgid "Smarty" +msgstr "Smarty" -#: include/class_socketClient.inc:37 -msgid "The mcrypt module was not found. Please install php5-mcrypt." +#: html/setup.php:78 html/password.php:76 html/index.php:155 +#, php-format +msgid "Directory '%s' specified as compile directory is not accessible!" msgstr "" +"Auf das als Compile-Verzeichnis angegegebene Verzeichnis '%s' kann nicht " +"zugegriffen werden!" -#: include/class_SnapShotDialog.inc:63 +#: html/password.php:56 html/index.php:130 #, php-format -msgid "You're about to delete the snapshot '%s'." -msgstr "Sie sind dabei das Abbild '%s' zu entfernen." +msgid "GOsa configuration %s/%s is not readable. Aborted." +msgstr "Die GOsa-Konfigurationsdatei %s/%s ist nicht lesbar. Abgebrochen." -#: include/class_SnapShotDialog.inc:115 -msgid "Remove snapshot" -msgstr "Abbild entfernen." +#: html/password.php:76 +msgid "Accessibility" +msgstr "Zugänglichkeit" -#: include/class_SnapShotDialog.inc:117 include/class_SnapShotDialog.inc:137 -msgid "Y-m-d, H:i:s" -msgstr "Y-m-d, H:i:s" +#: html/password.php:161 +msgid "Error: Password method not available!" +msgstr "Fehler: Passwort-Methode ist nicht verfügbar!" -#: include/class_SnapShotDialog.inc:149 -msgid "Please specify a valid description for this snapshot." -msgstr "Bitte geben Sie eine gültige Beschreibung für diesen Abzug an." +#: html/password.php:217 html/index.php:292 +msgid "Please specify a valid username!" +msgstr "Bitte geben Sie einen gültigen Benutzernamen ein!" -#: include/class_config.inc:104 -#, php-format -msgid "XML error in gosa.conf: %s at line %d" -msgstr "XML-Fehler in der Datei gosa.conf: %s in Zeile %d" +#: html/password.php:219 html/index.php:295 +msgid "Please specify your password!" +msgstr "Bitte geben Sie Ihr Passwort ein!" -#: include/class_config.inc:107 -msgid "Config file parsing" -msgstr "" +#: html/password.php:226 html/index.php:314 +msgid "Please check the username/password combination." +msgstr "Bitte überprüfen Sie die Kombination von Benutzernamen und Passwort." -#: include/class_config.inc:224 html/index.php:243 -msgid "Can't bind to LDAP. Please contact the system administrator." -msgstr "" -"Kann den LDAP-Server nicht erreichen. Bitte benachrichtigen Sie den " -"Administrator." +#: html/password.php:230 +msgid "You have no permissions to change your password." +msgstr "Sie haben keine Berechtigung ihr Passwort zu ändern." -#: include/class_config.inc:554 -#, fuzzy -msgid "SID and/or RIDBASE missing in the configuration!" -msgstr "SID und/oder RIDBASE fehlen in der Konfiguration!" +#: html/password.php:251 +msgid "External password changer reported a problem: " +msgstr "Das externe Passwort-Änderungsprogramm hat einen Fehler gemeldet:" -#: include/class_log.inc:87 include/class_acl.inc:806 -#: include/functions.inc:437 include/functions.inc:582 -#: include/functions.inc:607 include/functions.inc:668 -#: include/functions.inc:981 include/functions.inc:1862 -#: include/functions.inc:1896 include/functions.inc:1916 -#: include/class_ldap.inc:561 include/class_ldap.inc:609 -#: include/class_CopyPasteHandler.inc:131 -#: include/class_CopyPasteHandler.inc:250 html/getvcard.php:36 -#, fuzzy -msgid "Internal error" -msgstr "Terminal-Server" +#: html/password.php:282 html/index.php:408 +msgid "Session will not be encrypted." +msgstr "Die Sitzung ist nicht verschlüsselt." -#: include/class_log.inc:87 -#, fuzzy, php-format -msgid "Logging failed: %s" -msgstr "Protokoll-DB Benutzer" +#: html/password.php:282 html/index.php:408 +msgid "Enter SSL session" +msgstr "SSL Sitzung" -#: include/class_log.inc:106 -msgid "Logging to MySQL disabled" -msgstr "" +#: html/getxls.php:86 +msgid "Birthday" +msgstr "Geburtstag" -#: include/class_log.inc:106 -msgid "" -"The logging to a MySQL database is now disabled for this session of GOsa, " -"due to communication errors with the specified logging database." -msgstr "" +#: html/getxls.php:86 html/getxls.php:227 html/getxls.php:281 +#: html/getxls.php:297 +msgid "Surname" +msgstr "Name" -#: include/class_log.inc:119 -#, fuzzy, php-format -msgid "Invalid option '%s' specified." -msgstr "Ungültiger Operator übergeben." +#: html/getxls.php:86 html/getxls.php:281 +msgid "Language" +msgstr "Sprache" -#: include/class_log.inc:123 -#, fuzzy -msgid "Specified objectType is empty or invalid" -msgstr "Der angegebene Name ist ungültig." +#: html/getxls.php:94 +#, php-format +msgid "User list of %s on %s" +msgstr "Benutzerliste von %s am %s" -#: include/class_log.inc:144 -msgid "" -"You have enabled the logging into mysql databse, but there are no logging " -"servers available." -msgstr "" +#: html/getxls.php:121 html/getxls.php:284 ihtml/themes/default/acl.tpl:41 +msgid "Members" +msgstr "Mitglieder" -#: include/class_log.inc:152 -#, fuzzy, php-format -msgid "Cannot connect to logging server '%s'." -msgstr "Die SQL-Datenbank kann nicht erreicht werden!" +#: html/getxls.php:131 html/getxls.php:360 +#, php-format +msgid "Groups of %s on %s" +msgstr "Gruppen von %s vom %s" -#: include/class_log.inc:157 -#, fuzzy, php-format -msgid "Cannot select database '%s' on server '%s': %s" -msgstr "" -"Die Datenbank '%s' auf dem Home-Server '%s' kann nicht ausgewählt werden." +#: html/getxls.php:155 html/getxls.php:188 html/getxls.php:190 +#: html/getxls.php:197 html/getxls.php:233 html/getxls.php:310 +#: html/getxls.php:381 +msgid "Servers" +msgstr "Server" -#: include/class_log.inc:177 -#, fuzzy, php-format -msgid "Cannot query database '%s' on server '%s': %s" -msgstr "" -"Die Datenbank '%s' auf dem Home-Server '%s' kann nicht ausgewählt werden." +#: html/getxls.php:159 html/getxls.php:311 +msgid "Computers" +msgstr "Systeme" + +#: html/getxls.php:169 html/getxls.php:222 html/getxls.php:401 +#: html/getxls.php:421 +msgid "Common name" +msgstr "Name" + +#: html/getxls.php:185 +msgid "Server name" +msgstr "Server-Name" + +#: html/getxls.php:195 html/getxls.php:379 +#, php-format +msgid "Servers of %s on %s" +msgstr "Server von %s vom %s" -#: include/php_setup.inc:91 -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!" +#: html/getxls.php:222 html/getxls.php:297 +msgid "Display name" +msgstr "Angezeigter Name" -#: include/php_setup.inc:96 -msgid "Send bug report to the GOsa Team" -msgstr "" +#: html/getxls.php:223 +msgid "Home phone" +msgstr "Telefon (zu Hause)" -#: include/php_setup.inc:96 -#, fuzzy -msgid "Send bugreport" -msgstr "Absender" +#: html/getxls.php:224 html/getxls.php:298 +msgid "Initials" +msgstr "Initialien" -#: include/php_setup.inc:101 -msgid "Toggle information" -msgstr "Zeige/Verstecke Informationen" +#: html/getxls.php:225 +msgid "Mobile phone" +msgstr "Mobiltelefon" -#: include/php_setup.inc:111 -msgid "PHP error" -msgstr "PHP Fehler" +#: html/getxls.php:225 html/getxls.php:298 +msgid "City" +msgstr "Stadt" -#: include/php_setup.inc:130 -msgid "class" -msgstr "Klasse" +#: html/getxls.php:226 html/getxls.php:298 html/getxls.php:300 +msgid "Phone number" +msgstr "Telefonnummer" -#: include/php_setup.inc:136 -msgid "function" +#: html/getxls.php:228 +msgid "Function" msgstr "Funktion" -#: include/php_setup.inc:141 -msgid "static" -msgstr "statisch" +#: html/getxls.php:231 html/getxls.php:312 +msgid "Adressbook" +msgstr "Adressbuch" -#: include/php_setup.inc:145 -msgid "method" -msgstr "Methode" +#: html/getxls.php:238 html/getxls.php:414 +#, php-format +msgid "Adressbook of %s on %s" +msgstr "Adressbuch von %s vom %s" -#: include/php_setup.inc:178 -msgid "Trace" -msgstr "Ablaufverfolgung" +#: html/getxls.php:244 +msgid "Common Name" +msgstr "Name" -#: include/php_setup.inc:179 -msgid "File" -msgstr "Datei" +#: html/getxls.php:281 +msgid "Day of birth" +msgstr "Geburtsdatum" -#: include/php_setup.inc:179 -msgid "Line" -msgstr "Zeile" +#: html/getxls.php:299 +msgid "Email address" +msgstr "Email-Adresse" -#: include/php_setup.inc:179 -msgid "Type" -msgstr "Typ" +#: html/getxls.php:299 +msgid "Organizational unit" +msgstr "Organisationeinheit" -#: include/php_setup.inc:180 -msgid "Arguments" -msgstr "Argumente" +#: html/getxls.php:300 +msgid "Postal Code" +msgstr "Postleitzahl" -#: include/class_acl.inc:6 -msgid "Access control" -msgstr "Zugriffskontrolle" +#: html/getxls.php:301 +msgid "Title" +msgstr "Titel" -#: include/class_acl.inc:190 include/class_acl.inc:193 -msgid "Use ACL defined in role" -msgstr "Verwende ACL aus Rollendefinition" +#: html/getxls.php:304 +msgid "Full" +msgstr "Voll" -#: include/class_acl.inc:645 include/class_acl.inc:652 -msgid "Show/Hide Advanced Settings" -msgstr "Zeige/Verstecke Erweiterte Einstellungen" +#: html/getxls.php:341 +#, php-format +msgid "User List of %s on %s" +msgstr "Benutzerliste von %s vom %s" -#: include/class_acl.inc:670 -msgid "Create objects" -msgstr "Erstelle Objekte" +#: html/getxls.php:395 +#, php-format +msgid "Computers of %s on %s" +msgstr "Systeme von %s vom %s" -#: include/class_acl.inc:671 -msgid "Move objects" -msgstr "Objekte verschieben" +#: html/getxls.php:491 html/getldif.php:80 +msgid "Permission denied!" +msgstr "Zugriff verweigert!" -#: include/class_acl.inc:672 -msgid "Remove objects" -msgstr "Objekte entfernen" +#: html/getxls.php:491 +#, fuzzy +msgid "You are not allowed to perform this action." +msgstr "Sie sind nicht berechtigt, diese ACL zu bearbeiten." -#: include/class_acl.inc:674 include/class_acl.inc:680 -msgid "Modifyable by owner" -msgstr "Änderbar vom Eigentümer" +#: html/helpviewer.php:68 +msgid "Help browser" +msgstr "Hilfe-Browser" -#: include/class_acl.inc:677 -msgid "Move object" -msgstr "Objekt verschieben" +#: html/helpviewer.php:122 +msgid "There is no helpfile specified for this class" +msgstr "Für diese Klasse wurde keine Hilfedatei angegeben" -#: include/class_acl.inc:678 -msgid "Remove object" -msgstr "Objekt entfernen" +#: html/helpviewer.php:271 +#, php-format +msgid "Helpdir '%s' is not accessible, can't read any helpfiles." +msgstr "" +"Auf das Hilfeverzeichnis '%s' kann nicht zugegriffen werden - kann daher " +"keine Hilfedateien lesen." -#: include/class_acl.inc:685 include/class_acl.inc:776 -msgid "read" -msgstr "lesen" +#: html/getldif.php:80 +#, fuzzy +msgid "You are not allowed to create ldap dumps." +msgstr "Es ist Ihnen nicht erlaubt, eine neue Rolle zu erstellen." -#: include/class_acl.inc:686 include/class_acl.inc:778 -msgid "write" -msgstr "schreiben" +#: html/getldif.php:105 +msgid "Error in ivbb parameter!" +msgstr "Fehler im ivbb-Parameter!" -#: include/class_acl.inc:690 -msgid "Complete object" -msgstr "Vollständiges Objekt" +#: html/getfax.php:54 +msgid "Could not connect to database server!" +msgstr "Die SQL-Datenbank kann nicht erreicht werden!" -#: include/class_acl.inc:806 -#, php-format -msgid "Unkown ACL type '%s'. Don't know how to handle it." -msgstr "Unbekannter ACL-Typ '%s'. Verarbeitung nicht möglich." +#: html/getfax.php:56 +msgid "Could not select database!" +msgstr "Die angegebene Datenbank kann nicht ausgewählt werden." -#: include/class_acl.inc:849 +#: html/getfax.php:61 html/getfax.php:69 +msgid "Database query failed!" +msgstr "Die Datenbankabfrage ist fehlgeschlagen!" + +#: html/main.php:150 #, php-format -msgid "Unknown entry '%s'!" -msgstr "Unbekannter Eintrag '%s'!" +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" -#: include/class_acl.inc:909 include/class_acl.inc:911 -#, fuzzy, php-format -msgid "Role: %s" -msgstr "Funktion" +#: html/main.php:168 +msgid "PHP configuration" +msgstr "PHP-Konfiguration" -#: include/class_acl.inc:911 -msgid "Unknown role, possibly removed" +#: html/main.php:169 +msgid "" +"FATAL: Register globals is on. GOsa will refuse to login unless this is " +"fixed by an administrator." msgstr "" +"FATAL: 'Register globals' ist im PHP aktiviert. GOsa läßt keine Anmeldung " +"zu, bis dies von einem Administrator behoben wurde." -#: include/class_acl.inc:919 -#, php-format -msgid "Contains settings for these objects: %s" -msgstr "Enthält Einstellungen für diese Objekte: %s" +#: html/main.php:214 +msgid "Configuration warning" +msgstr "Konfigurationswarnung" -#: include/class_acl.inc:928 -msgid "Members:" -msgstr "Mitglieder:" +#: html/main.php:214 +msgid "Running out of memory!" +msgstr "Der verfügbare Arbeitsspeicher wird knapp!" -#: include/class_acl.inc:934 -msgid "ACL is valid for all users" -msgstr "ACL ist gültig für alle Benutzer" +#: html/main.php:353 +msgid "Password reminder" +msgstr "Passwort Erinnerung" -#: include/class_acl.inc:1093 -msgid "Access control list" -msgstr "Zugriffskontrollliste" +#: html/main.php:353 +#, fuzzy +msgid "Your password is about to expire, please change your password!" +msgstr "Ihr Passwort ist abgelaufen, geben Sie bitte ein neues Passwort eie" -#: include/class_acl.inc:1101 -msgid "Role name" -msgstr "Rollenname" +#: html/main.php:362 +msgid "Plugin" +msgstr "Erweiterung" -#: include/class_acl.inc:1102 -msgid "Role description" -msgstr "Rollenbeschreibung" +#: html/main.php:363 +#, php-format +msgid "FATAL: Can't find any plugin definitions for plugin '%s'!" +msgstr "FATAL: Es kann kein Plugin für die Definition '%s' gefunden werden!" -#: include/class_msg_dialog.inc:91 -#, fuzzy -msgid "Please fix the above error and reload the page." -msgstr "Bitte sehen Sie in die GOsa-Protokolldateien." +#: html/index.php:50 +msgid "Session is not encrypted!" +msgstr "Die Sitzung ist nicht verschlüsselt!" -#: include/class_hostActionQueue.inc:68 include/class_hostActionQueue.inc:193 -#, fuzzy, php-format -msgid "Can't locate gotomasses queue file '%s'." -msgstr "Kann Datei '%s' nicht anlegen." +#: html/index.php:57 +msgid "" +"The session lifetime configured in your gosa.conf 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." -#: include/class_hostActionQueue.inc:72 -#, fuzzy, php-format -msgid "Can't read gotomasses queue file '%s'." -msgstr "Kann Datei '%s' nicht anlegen." +#: html/index.php:130 +#, fuzzy +msgid "Configuration accessibility" +msgstr "Konfigurationsdatei" -#: include/class_hostActionQueue.inc:79 -#, fuzzy, php-format -msgid "Can't read gotomasses storage file '%s'." -msgstr "Kann Datei '%s' nicht anlegen." +#: html/index.php:206 +msgid "There is a problem with the authentication setup!" +msgstr "Es gab ein Problem mit der Authentisierungseinrichtung!" -#: include/class_hostActionQueue.inc:142 -msgid "Entry broken, skipped." +#: html/index.php:214 +msgid "Cannot find a valid user for the current authentication setup!" msgstr "" +"Es konnte kein gültiger Benutzer für die aktuell eingerichtete " +"Authentisierung gefunden werden!" -#: include/class_hostActionQueue.inc:197 include/class_hostActionQueue.inc:206 -#, fuzzy, php-format -msgid "Can't write gotomasses queue file '%s'." -msgstr "Kann Datei '%s' nicht anlegen." +#: html/index.php:218 +msgid "User information is not unique accross the configured LDAP trees!" +msgstr "" +"Die Benutzerinformation ist für die konfigurierten LDAP-Bäume nicht " +"eindeutig!" -#: include/class_hostActionQueue.inc:201 -msgid "The queue file was modified since last reload. Can't save changes." +#: html/index.php:244 +msgid "Can't bind to LDAP. Please contact the system administrator." msgstr "" +"Kann den LDAP-Server nicht erreichen. Bitte benachrichtigen Sie den " +"Administrator." -#: include/class_hostActionQueue.inc:276 -#, fuzzy, php-format -msgid "Entry with id '%s' not found." -msgstr ") mit dn '%s' fehlgeschlagen." +#: html/index.php:271 +msgid "Your ldap setup contains old schema definitions:" +msgstr "Ihre LDAP-Einrichtung enthält veraltete Schema-Definitionen:" -#: include/class_hostActionQueue.inc:286 -#, php-format -msgid "Could not update entry, entry with id '%s' not found." +#: html/index.php:307 +msgid "Authentication error" +msgstr "Authentifizierungsfehler" + +#: html/index.php:307 +msgid "Cannot retrieve user information for htaccess authentication!" msgstr "" +"Konnte Benutzerinformation für htaccess-Authentisierung nicht beziehen!" -#: include/class_hostActionQueue.inc:297 -#, php-format -msgid "Could not remove entry, entry with id '%s' not found." +#: html/index.php:363 +msgid "Account locked. Please contact your system administrator." +msgstr "Das Konto ist gesperrt. Bitte benachrichtigen Sie den Administrator." + +#: html/index.php:414 +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!" -#: include/class_hostActionQueue.inc:371 include/class_hostActionQueue.inc:389 -#: include/class_hostActionQueue.inc:420 include/class_hostActionQueue.inc:455 -#, fuzzy, php-format -msgid "Can't set priority for ID '%s'. ID does not exist." -msgstr "Paket '%s' existiert nicht." +#: ihtml/themes/default/copyPasteDialog.tpl:1 +msgid "Copy & paste wizard" +msgstr "Kopieren & Einfügen - Assistent" -#: include/functions.inc:98 -#, php-format -msgid "Fatal error: no class locations defined - please run '%s' to fix this" +#: ihtml/themes/default/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 "" +"Bestimmte Werte müssen im gesamten Verzeichnis eindeutig sein, während " +"andere Kombinationen keinen Sinn ergeben. GOsa zeigt die relevanten " +"Attribute. Bitte verwalten Sie die Werte, die unten angezeigt werden, um die " +"Auflagen zu erfüllen." -#: include/functions.inc:105 -#, php-format -msgid "Fatal error: cannot instantiate class '%s' - execution aborted" +#: ihtml/themes/default/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 Abbilder nicht " +"kopiert werden!" -#: include/functions.inc:305 -#, php-format -msgid "FATAL: Error when connecting the LDAP. Server said '%s'." +#: 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 "" -"FATAL: Fehler beim Verbinden mit dem LDAP-Server. Die Meldung lautet '%s'." +"Oder wenn sie einen Eintrag in GOsa kopieren oder ausschneiden und das " +"Quellobjekt entfernen, werden Sie wahrscheinlich wieder eine Fehlermeldung " +"erhalten, wenn Sie das Objekt einfügen!" -#: include/functions.inc:331 include/functions.inc:358 -#: include/functions.inc:396 -#, fuzzy, php-format -msgid "User login failed." -msgstr "Anmeldung des Nutzers ist fehlgeschlagen. Die Meldung lautet '%s'." +#: ihtml/themes/default/copyPasteDialog.tpl:24 +msgid "Cancel all" +msgstr "Alle abbrechen" -#: include/functions.inc:331 include/functions.inc:358 -#: include/functions.inc:396 include/functions.inc:592 -#: include/functions.inc:607 include/functions.inc:639 -#: include/functions.inc:678 include/functions.inc:723 -#: include/functions.inc:2490 -#, fuzzy, php-format -msgid "LDAP server returned: %s" -msgstr "LDAP-Server" +#: ihtml/themes/default/copyPasteDialog.tpl:30 +msgid "Operation complete" +msgstr "Vorgang abgeschlossen" -#: include/functions.inc:367 include/functions.inc:437 -#, fuzzy -msgid "" -"Username / UID is not unique inside the LDAP tree. Please contact your " -"Administrator." -msgstr "Die Kennung ist nicht eindeutig. Bitte prüfen Sie die LDAP-Datenbank." +#: ihtml/themes/default/help.tpl:9 +msgid "GOsa help viewer" +msgstr "GOsa Hilfe-Browser" -#: include/functions.inc:582 include/functions.inc:668 -msgid "Error while adding a lock. Contact the developers!" -msgstr "" +#: ihtml/themes/default/help.tpl:15 +msgid "Index" +msgstr "Index" -#: include/functions.inc:592 -#, fuzzy, php-format +#: ihtml/themes/default/islocked.tpl:2 +msgid "Locking conflict detected" +msgstr "Ein Zugriffskonflikt wurde festgestellt" + +#: ihtml/themes/default/islocked.tpl:9 msgid "" -"Cannot create locking information in LDAP tree. Please contact your " -"administrator!" +"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 "" -"Die Information über den Zugriffsschutz kann nicht aus der LDAP-Datenbank " -"gelesen werden. Bitte prüfen Sie den \"Config\"-Eintrag in der gosa.conf!" +"Wenn diese Anzeige eines Zugriffskonflikts fehlerhaft ist, hat eine andere " +"Person offenbar während der Bearbeitung eines Eintrages einfach den " +"Webbrowser geschlossen. In einem solchen Fall können Sie den Konflikt durch " +"einen Klick auf Trotzdem bearbeiten übergehen." -#: include/functions.inc:607 -#, fuzzy, php-format -msgid "Adding a lock failed." -msgstr "Speichern des FAI-Hooks ist fehlgeschlagen" +#: ihtml/themes/default/framework.tpl:8 ihtml/themes/default/framework.tpl:11 +msgid "Main" +msgstr "Hauptmenü" -#: include/functions.inc:639 -#, fuzzy, php-format -msgid "Removing a lock failed." -msgstr "Entfernen des FAI-Hooks ist fehlgeschlagen" +#: ihtml/themes/default/framework.tpl:16 +msgid "Help" +msgstr "Hilfe" -#: include/functions.inc:678 include/functions.inc:723 -#, fuzzy, php-format -msgid "Cannot get locking information from LDAP tree!" -msgstr "Kann die Kontingent-Einstellungen für '%s' nicht ermitteln." +#: ihtml/themes/default/framework.tpl:21 ihtml/themes/default/framework.tpl:25 +msgid "Sign out" +msgstr "Abmelden" -#: include/functions.inc:686 -#, fuzzy -msgid "" -"Found multiple locks for object to be locked. This should not happen - " -"cleaning up multiple references." -msgstr "" -"Mehrere Sperrungen für ein Objekt gefunden. Dies sollte nicht möglich sein, " -"bitte entfernen Sie mehrfache Referenzen." +#: ihtml/themes/default/framework.tpl:29 +msgid "Signed in:" +msgstr "Angemeldet:" -#: include/functions.inc:909 -#, php-format -msgid "The size limit of %d entries is exceed!" -msgstr "Die Größenbeschränkung von %d Einträgen ist überschritten!" +#: ihtml/themes/default/framework.tpl:32 +msgid "GOsa main menu" +msgstr "GOsa Hauptmenü" -#: include/functions.inc:911 -#, php-format +#: ihtml/themes/default/remove.tpl:6 msgid "" -"Set the new size limit to %s and show me this message if the limit still " -"exceeds" +"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 "" -"Verwende eine neue Größenbeschränkung von %s Einträgen und zeige diese " -"Meldung bei Überschreitung wieder an" +"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." -#: include/functions.inc:928 -msgid "incomplete" -msgstr "unvollständig" +#: ihtml/themes/default/acl.tpl:15 +msgid "Use members from" +msgstr "Verwende Mitglieder von" -#: include/functions.inc:1164 include/functions.inc:1295 -msgid "LDAP error:" -msgstr "LDAP-Fehler:" +#: ihtml/themes/default/acl.tpl:29 +msgid "Available members" +msgstr "Verfügbare Mitglieder" + +#: ihtml/themes/default/acl.tpl:63 +msgid "ACLs for this object" +msgstr "ACLs für dieses Objekt" + +#: ihtml/themes/default/acl.tpl:69 +msgid "Available roles" +msgstr "Verfügbare Rollen" + +#: ihtml/themes/default/conflict.tpl:2 +msgid "Session conflict detected" +msgstr "Ein Sitzungskonflikt wurde festgestellt" -#: include/functions.inc:1165 +#: ihtml/themes/default/conflict.tpl:6 msgid "" -"Problems with the LDAP server mean that you probably lost the last changes. " -"Please check your LDAP setup for possible errors and try again." +"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 "" -"Probleme mit dem LDAP-Server bedeuten meist, dass ihre letzten Änderungen " -"verloren gegangen sind. Bitte prüfen Sie die LDAP-Konfiguration um " -"eventuelle Fehler aufzudecken und wiederholen Sie die Aktion." +"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." -#: include/functions.inc:1171 +#: ihtml/themes/default/conflict.tpl:10 msgid "" -"Please check your input and fix the error. Press 'OK' to close this message " -"box." +"Ignoring this message will change/destroy the data you're currently editing, " +"so please close multiple windows and log in again." msgstr "" -"Bitte prüfen Sie ihre Eingaben und beheben Sie den Fehler. Drücken Sie den " -"'OK'-Knopf um dieses Meldungsfenster zu schließen." +"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." -#: include/functions.inc:1236 -msgid "Continue anyway" -msgstr "Trotzdem Fortsetzen" +#: ihtml/themes/default/conflict.tpl:14 +msgid "Logout" +msgstr "Abmelden" -#: include/functions.inc:1238 -msgid "Edit anyway" -msgstr "Trotzdem bearbeiten" +#: ihtml/themes/default/password.tpl:6 +msgid "Change your password" +msgstr "Ihr Passwort ändern" -#: include/functions.inc:1240 -#, fuzzy, php-format -msgid "You're going to edit the LDAP entry/entries '%s'" -msgstr "Sie sind dabei, den ausgeschnitten Eintrag '%s' einzufügen." +#: ihtml/themes/default/password.tpl:34 +msgid "Success" +msgstr "Erfolg" -#: include/functions.inc:1298 -#, php-format -msgid "Plugin '%s':%s" +#: ihtml/themes/default/password.tpl:34 +msgid "Your password has been changed successfully." +msgstr "Ihr Passwort wurde erfolgreich geändert." + +#: ihtml/themes/default/password.tpl:52 +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." -#: include/functions.inc:1459 -msgid "Entries per page" -msgstr "Einträge pro Seite" +#: ihtml/themes/default/password.tpl:59 ihtml/themes/default/password.tpl:61 +#: ihtml/themes/default/login.tpl:50 ihtml/themes/default/login.tpl:51 +msgid "Directory" +msgstr "Verzeichnis" -#: include/functions.inc:1487 -msgid "Apply filter" -msgstr "Filter anwenden" +#: ihtml/themes/default/password.tpl:85 +msgid "again" +msgstr "nochmals" -#: include/functions.inc:1739 -msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" -msgstr "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" +#: ihtml/themes/default/password.tpl:86 +msgid "New password repeated" +msgstr "Neues Passwort (Wiederholung)" -#: include/functions.inc:1783 -#, php-format -msgid "GOsa development snapshot (Rev %s)" -msgstr "GOsa Entwicklerversion (Rev %s)" +#: ihtml/themes/default/password.tpl:100 +msgid "Change" +msgstr "Ändern" -#: include/functions.inc:1862 -#, php-format -msgid "File '%s' could not be deleted." -msgstr "" +#: ihtml/themes/default/password.tpl:101 +msgid "Click here to change your password" +msgstr "Hier klicken, um Ihr Passwort zu ändern" -#: include/functions.inc:1896 include/functions.inc:1916 -#, fuzzy -msgid "Cannot write to revision file!" -msgstr "Kann Datei '%s' nicht anlegen." +#: ihtml/themes/default/login.tpl:9 +msgid "GOsa login screen" +msgstr "GOsa Anmeldeschirm" -#: include/functions.inc:2158 include/functions.inc:2162 -#: include/functions.inc:2168 -msgid "'base_hook' is not available. Using default base." -msgstr "" +#: ihtml/themes/default/login.tpl:25 +msgid "Login screen" +msgstr "Anmeldefenster" -#: include/functions.inc:2190 +#: ihtml/themes/default/login.tpl:32 #, fuzzy -msgid "LDAP warning" -msgstr "LDAP-Manager" +msgid "" +"Please use your username and your password to log into the site " +"administration system." +msgstr "Melden Sie sich bitte mit Ihrem Benutzernamen und Ihrem Passwort an" -#: include/functions.inc:2190 -#, fuzzy -msgid "Cannot get schema information from server. No schema check possible!" -msgstr "" -"Kann die Schema-Informationen nicht vom Server beziehen: Keine Überprüfung " -"möglich!" +#: ihtml/themes/default/login.tpl:76 ihtml/themes/default/login.tpl:79 +msgid "Sign in" +msgstr "Anmelden" -#: include/functions.inc:2216 -msgid "Used to store account specific informations." -msgstr "Verwendet, um kontenbezogene Informationen zu speichern." +#: ihtml/themes/default/login.tpl:77 +msgid "Click here to log in" +msgstr "Hier klicken zum Anmelden" + +#: ihtml/themes/default/logout.tpl:5 +msgid "Your GOsa session has expired!" +msgstr "Die Gültigkeit ihrer GOsa-Sitzung ist abgelaufen!" -#: include/functions.inc:2223 +#: ihtml/themes/default/logout.tpl:7 msgid "" -"Used to lock currently edited entries to avoid multiple changes at the same " -"time." +"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 "" -"Verwenden, um die momentan bearbeiteten Einträge für andere zu sperren (um " -"gleichzeitige Änderungen zu verhindern)." +"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." -#: include/functions.inc:2266 -#, fuzzy, php-format -msgid "Missing required object class '%s'!" -msgstr "Zeige FAI-Vorlagen Objekte" +#: ihtml/themes/default/logout.tpl:10 +msgid "Sign in again" +msgstr "Erneut anmelden" -#: include/functions.inc:2268 -#, php-format -msgid "Missing optional object class '%s'!" +#: ihtml/themes/default/sizelimit.tpl:3 +msgid "" +"The size limit option makes LDAP operations faster and saves the LDAP server " +"from getting too much load. The easiest way to handle big databases without " +"long timeouts would be to limit your search to smaller values and use " +"filters to get the entries you are looking for." msgstr "" +"Die Größenbeschränkung sorgt dafür, daß die LDAP-Operationen schneller " +"durchgeführt werden können und verringern die Last auf dem LDAP-Server. Der " +"einfachste Weg, große Datenbanken ohne große Zeitüberschreitungen zu " +"bearbeiten ist es Filter zu verwenden und die Größenbeschränkungen auf einen " +"sinnvollen Wert einzustellen." -#: include/functions.inc:2274 -#, php-format -msgid "Version mismatch for required object class '%s' (!=%s)!" -msgstr "" +#: ihtml/themes/default/sizelimit.tpl:6 +msgid "Please choose the way to react for this session" +msgstr "Bitte entscheiden Sie, wie für diese Sitzung verfahren werden soll" -#: include/functions.inc:2276 -#, php-format -msgid "Version mismatch for optional object class '%s' (!=%s)!" +#: ihtml/themes/default/sizelimit.tpl:9 +msgid "ignore this error and show all entries the LDAP server returns" msgstr "" +"Ignoriere diesen Fehler und zeige alle vom LDAP-Server gelieferten Einträge" -#: include/functions.inc:2280 -#, php-format -msgid "Class(es) available" -msgstr "Verfügbare Klasse(n)" - -#: include/functions.inc:2302 +#: ihtml/themes/default/sizelimit.tpl:10 msgid "" -"You have enabled the rfc2307bis option on the 'ldap setup' step, but your " -"schema configuration do not support this option." +"ignore this error and show all entries that fit into the defined sizelimit " +"and let me use filters instead" msgstr "" +"Ignoriere diesen Fehler und zeige alle Einträge, die innerhalb der " +"Größenbeschränkung liegen" -#: include/functions.inc:2303 -msgid "" -"In order to use rfc2307bis conform groups the objectClass 'posixGroup' must " -"be AUXILIARY" -msgstr "" +#: ihtml/themes/default/logout-close.tpl:5 +msgid "Your GOsa session has been closed!" +msgstr "Ihre GOsa-Sitzung wurde geschlossen!" -#: include/functions.inc:2307 +#: ihtml/themes/default/logout-close.tpl:7 msgid "" -"You have disabled the rfc2307bis option on the 'ldap setup' step, but your " -"schema configuration do not support this option." -msgstr "" - -#: include/functions.inc:2308 -msgid "The objectClass 'posixGroup' must be STRUCTURAL" +"Please close this browser window and clean the authentication caches to " +"avoid an automatic re-authentication by your browser." msgstr "" +"Bitte schliessen Sie dieses Browserfenster und leeren den " +"Authentisierungscache um eine automatische Wiederanmeldung des Browsers zu " +"verhindern." -#: include/functions.inc:2331 -msgid "German" -msgstr "Deutsch" - -#: include/functions.inc:2332 -msgid "French" -msgstr "Französisch" - -#: include/functions.inc:2333 -msgid "Italian" -msgstr "Italienisch" - -#: include/functions.inc:2334 -msgid "Spanish" -msgstr "Spanisch" - -#: include/functions.inc:2335 -msgid "English" -msgstr "Englisch" - -#: include/functions.inc:2336 -msgid "Dutch" -msgstr "Niederländisch" +#: ihtml/themes/default/accountexpired.tpl:15 +msgid "Your Password has expired !! Choose a new Password" +msgstr "Ihr Passwort ist abgelaufen, geben Sie bitte ein neues Passwort ein" -#: include/functions.inc:2337 -msgid "Polish" -msgstr "Polnisch" +#: ihtml/themes/default/accountexpired.tpl:23 +#: ihtml/themes/default/accountexpired.tpl:27 +msgid "Old Password" +msgstr "Altes Passwort" -#: include/functions.inc:2338 -msgid "Swedish" -msgstr "" +#: ihtml/themes/default/accountexpired.tpl:32 +#: ihtml/themes/default/accountexpired.tpl:36 +msgid "New Password" +msgstr "Neues Passwort" -#: include/functions.inc:2339 -#, fuzzy -msgid "Chinese" -msgstr "Chipsatz" +#: ihtml/themes/default/accountexpired.tpl:41 +#: ihtml/themes/default/accountexpired.tpl:45 +msgid "Verify Password" +msgstr "Passwort überprüfen" -#: include/functions.inc:2340 -msgid "Russian" -msgstr "Russisch" +#: ihtml/themes/default/accountexpired.tpl:51 +msgid "Change Password" +msgstr "Passwort ändern" -#: include/functions.inc:2490 -#, fuzzy, php-format -msgid "Setting the password failed!" -msgstr "" -"Das Setzen des Passwortes ist fehlgeschlagen. Die Meldung vom LDAP-Server " -"lautet '%s'." +#: ihtml/themes/default/accountexpired.tpl:52 +msgid "Click here to Change your password" +msgstr "Hier klicken, um Ihr Passwort zu ändern" -#: include/functions.inc:2528 -#, fuzzy -msgid "" -"Setting for SMBHASH in gosa.conf is incorrect! Cannot change Samba password." -msgstr "" -"Die Einstellung 'SMBHASH' in /etc/gosa/gosa.conf ist nicht korrekt! Das " -"Samba-Passwort kann nicht geändert werden." +#: ihtml/themes/default/pwd_heimdal.tpl:5 +msgid "Heimdal options" +msgstr "Heimdal-Einstellungen" -#: include/class_ldap.inc:204 include/class_ldap.inc:236 -msgid "Performance warning" -msgstr "" +#: ihtml/themes/default/pwd_heimdal.tpl:6 +msgid "Use empty values for infinite" +msgstr "Verwende leere Werte für unendlich" -#: include/class_ldap.inc:204 include/class_ldap.inc:236 -#, php-format -msgid "LDAP performance is poor: last query took about %.2fs!" +#: ihtml/themes/default/pwd_heimdal.tpl:10 +msgid "Ticket max life" msgstr "" -#: include/class_ldap.inc:561 -#, php-format -msgid "" -"Cannot automatically create subtrees with RDN '%s': no object class found" +#: ihtml/themes/default/pwd_heimdal.tpl:18 +msgid "Ticket max renew" msgstr "" -#: include/class_ldap.inc:609 -#, php-format -msgid "Cannot automatically create subtrees with RDN '%s': not supported" -msgstr "" +#: ihtml/themes/default/pwd_heimdal.tpl:32 +msgid "infinite" +msgstr "unendlich" -#: include/class_ldap.inc:617 -#, fuzzy, php-format -msgid "Creating subtree '%s' failed." -msgstr "Erzeugen von FAI/Skript mit dn '%s' fehlgeschlagen" +#: ihtml/themes/default/pwd_heimdal.tpl:34 +msgid "Hour" +msgstr "Stunde" -#: include/class_ldap.inc:686 -#, php-format -msgid "while operating on '%s' using LDAP server '%s'" -msgstr "während der Arbeit mit '%s' auf dem LDAP-Server '%s'" +#: ihtml/themes/default/pwd_heimdal.tpl:36 +msgid "Minute" +msgstr "Minute" -#: include/class_ldap.inc:688 -#, php-format -msgid "while operating on LDAP server %s" -msgstr "während der Arbeit auf LDAP-Server '%s'" +#: ihtml/themes/default/pwd_heimdal.tpl:38 +msgid "Day" +msgstr "Tag" -#: include/class_ldap.inc:910 -#, php-format -msgid "" -"This is not a valid DN: '%s'. A block for import should begin with 'dn: ...' " -"in line %s" -msgstr "" -"Dies ist keine valide DN: '%s'. Ein Block für den Import sollte mit " -"'dn:...' beginnen in Zeile %s" +#: ihtml/themes/default/pwd_heimdal.tpl:40 +msgid "Month" +msgstr "Monat" -#: include/class_ldap.inc:939 -#, php-format -msgid "Error while importing dn: '%s', please check your LDIF from line %s on!" -msgstr "" -"Fehler beim Importieren von dn: '%s', bitte überprüfen Sie die LDIF-Datei ab " -"Zeile %s!" +#: ihtml/themes/default/pwd_heimdal.tpl:42 +msgid "Year" +msgstr "Jahr" -#: include/class_ldap.inc:1075 -#, php-format -msgid "Ldap import with dn '%s' failed." -msgstr "LDAP-Import von dn '%s' fehlgeschlagen." +#: ihtml/themes/default/pwd_heimdal.tpl:47 +msgid "Valid ticket start time" +msgstr "Gültigkeitsbeginn des Tickets" -#: include/class_CopyPasteHandler.inc:90 -#, php-format -msgid "Cannot cleanup copy & paste queue: setting permissions for '%s' failed!" -msgstr "" +#: ihtml/themes/default/pwd_heimdal.tpl:87 +msgid "Valid ticket end time" +msgstr "Gültigkeitsende des Tickets" -#: include/class_CopyPasteHandler.inc:98 -#, php-format -msgid "Cannot cleanup copy & paste queue: no write permission inside '%s'!" -msgstr "" +#: ihtml/themes/default/pwd_heimdal.tpl:127 +msgid "Password end" +msgstr "Ende der Gültigkeit des Passworts" -#: include/class_CopyPasteHandler.inc:130 -#, php-format -msgid "Copy and paste failed: object '%s' is not a valid ldap object!" -msgstr "" +#: ihtml/themes/default/snapshotdialog.tpl:3 +msgid "Restoring object snapshots" +msgstr "Stelle Objekt-Abbilder wieder her" -#: include/class_CopyPasteHandler.inc:147 -#, php-format -msgid "Cannot save LDAP dump: no write permission inside '%s'!" +#: 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 "" +"Dieser Vorgang stellt ein Abbild des gewählten Objekts wieder her. Er wird " +"dabei das vorhandene überschreiben, nachdem Sie den Wiederherstellen-Knopf " +"gedrückt haben." -#: include/class_CopyPasteHandler.inc:155 -#, php-format -msgid "Cannot save LDAP dump: setting permissions for '%s' failed!" +#: ihtml/themes/default/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 "" +"Beachten Sie, dass die DNS-Konfiguration mitsamt den Datenbankeinträgen " +"nicht wiederhergestellt werden kann.Für manche Objekte reicht es bereits, " +"sie zu öffnen und zu speichen (GOfon), andere Einträge müssen manuell " +"erstellt werden (glpi)." -#: include/class_CopyPasteHandler.inc:164 -#, php-format -msgid "Cannot save LDAP dump: no write permission to '%s/%s'!" +#: 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 "" +"Vergessen Sie nicht, Verweise auf andere Objekte zu überprüfen, bspw. ob der " +"gewählte Drucker noch existiert." -#: include/class_CopyPasteHandler.inc:249 -#, fuzzy, php-format -msgid "Cannot load dumped file '%s'!" -msgstr "Kann Datei '%s' nicht öffnen." +#: ihtml/themes/default/snapshotdialog.tpl:29 +msgid "There is no snapshot available that could be restored" +msgstr "Es ist kein Abbild verfügbar, das wiederhergestellt werden kann" -#: include/class_CopyPasteHandler.inc:274 -#, fuzzy, php-format -msgid "You have no permission to save object '%s'." +#: ihtml/themes/default/snapshotdialog.tpl:31 +msgid "Choose a snapshot and click the folder image, to restore the snapshot" msgstr "" -"Sie haben keine Berechtigung, ein Telefon unterhalb dieser 'Basis' anzulegen." - -#: include/class_CopyPasteHandler.inc:302 -#, php-format -msgid "You are going to paste the cutted entry '%s'." -msgstr "Sie sind dabei, den ausgeschnitten Eintrag '%s' einzufügen." - -#: include/class_CopyPasteHandler.inc:315 -#, fuzzy, php-format -msgid "You have no permission to copy and paste object '%s'!" -msgstr "Sie haben keine Berechtigung, um eine Nachricht zu senden!" - -#: include/class_CopyPasteHandler.inc:336 -#, php-format -msgid "You are going to paste the copied entry '%s'." -msgstr "Sie sind dabei, den kopierten Eintrag '%s' einzufügen." - -#: include/class_CopyPasteHandler.inc:437 -msgid "Can't paste" -msgstr "Kann nicht einfügen" +"Wählen Sie ein Abbild und klicken Sie auf das Ordner-Bild, um es " +"wiederherzustellen." -#: include/password-methods/class_password-methods-sha.inc:46 -#: include/password-methods/class_password-methods-ssha.inc:51 -#, fuzzy, php-format -msgid "Cannot use %s encryption: no PHP functions for sha1/mhash available" -msgstr "Kann SHA nicht benutzen (fehlende Funktion mhash / sha1 / crypt)" +#: ihtml/themes/default/snapshotdialog.tpl:49 +msgid "Creating object snapshots" +msgstr "Erstelle Objekte-Abbilder" -#: include/utils/class_timezone.inc:51 -#, php-format +#: ihtml/themes/default/snapshotdialog.tpl:52 msgid "" -"The timezone setting '%s' in your gosa.conf is not valid. Cannot calculate " -"correct timezone offest." +"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 "" +"Dieser Vorgang wird ein Abbild des gewählten Objekts erzeugen. Es wird " +"innerhalb eines speziellen Zweiges Ihres Verzeichnisses gespeichert und kann " +"später wieder hergestellt werden." -#: include/class_multi_plug.inc:360 -#, fuzzy -msgid "You are currently editing mutliple entries." +#: ihtml/themes/default/snapshotdialog.tpl:55 +msgid "" +"Remember that database entries, DNS configurations and possibly created " +"zones in server extensions will not be stored in the snapshot." msgstr "" -"Momentan sind Sie dabei, diese Abteilung zu verschieben bzw. neu zu benennen." +"Beachten Sie, dass Datenbankeinträge, DNS-Konfigurationen und evtl. " +"erstellte Zonen in den Server-Erweiterungen nicht im Abbild gespeichert " +"werden." -#: include/class_multi_plug.inc:389 -#, fuzzy -msgid "Password reset" -msgstr "Passwort läuft ab" +#: ihtml/themes/default/snapshotdialog.tpl:70 +msgid "Timestamp" +msgstr "Zeitstempel" -#: include/class_multi_plug.inc:389 -#, fuzzy -msgid "The user password was resetted, please set a new password value!" -msgstr "Ihr Passwort ist abgelaufen, geben Sie bitte ein neues Passwort ein" +#: ihtml/themes/default/snapshotdialog.tpl:79 +msgid "Reason for generating this snapshot" +msgstr "Grund für das Erzeugen dieses Abbilds" -#: html/getvcard.php:36 -#, fuzzy -msgid "Missing parameters!" -msgstr "Anwendungs-Parameter" +#~ msgid "User delted" +#~ msgstr "Benutzer wurde entfernt" -#: html/getldif.php:79 -#, fuzzy -msgid "Permission denied!" -msgstr "Berechtigungen" +#~ 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 in this case." +#~ msgstr "" +#~ "Seien Sie vorsichtig mit dieser Option! Es könnte Referenzen geben, die " +#~ "auf diese Gruppe verweisen. Die GOsa-Einrichtung kann Referenzen nicht " +#~ "migrieren, Sie sollten in diesem Fall die Migration an dieser Stelle " +#~ "abbrechen." -#: html/getldif.php:104 #, fuzzy -msgid "Error in ivbb parameter!" -msgstr "Kernel-Parameter" - -#: html/password.php:56 html/index.php:129 -#, php-format -msgid "GOsa configuration %s/%s is not readable. Aborted." -msgstr "Die GOsa-Konfigurationsdatei %s/%s ist nicht lesbar. Abgebrochen." +#~ msgid "System deployment" +#~ msgstr "Systemverwaltung" -#: html/password.php:76 html/setup.php:77 html/index.php:154 -#, php-format -msgid "Directory '%s' specified as compile directory is not accessible!" -msgstr "" -"Auf das als Compile-Verzeichnis angegegebene Verzeichnis '%s' kann nicht " -"zugegriffen werden!" - -#: html/password.php:161 -msgid "Error: Password method not available!" -msgstr "" +#, fuzzy +#~ msgid "Your are about to delete the following tasks: %s" +#~ msgstr "Sie löschen gerade den Eintrag %s." -#: html/password.php:217 html/index.php:291 -msgid "Please specify a valid username!" -msgstr "Bitte geben Sie einen gültigen Benutzernamen ein!" +#, fuzzy +#~ msgid "" +#~ "This menu allows you to remove and change the properties of GOsa deamon " +#~ "tasks." +#~ msgstr "" +#~ "Mit diesem Menü können Sie die Eigenschaften bestimmter Dienste " +#~ "hinzufügen, diese löschen oder verändern." -#: html/password.php:219 html/index.php:294 -msgid "Please specify your password!" -msgstr "Bitte geben Sie Ihr Passwort ein!" +#, fuzzy +#~ msgid "List of queued deamon jobs." +#~ msgstr "Liste der Abteilungen" -#: html/password.php:226 html/index.php:313 -msgid "Please check the username/password combination." -msgstr "Bitte überprüfen Sie die Kombination von Benutzernamen und Passwort." +#, fuzzy +#~ msgid "Target" +#~ msgstr "Zeichensatz" -#: html/password.php:230 -msgid "You have no permissions to change your password." -msgstr "Sie haben keine Berechtigung ihr Passwort zu ändern." +#~ msgid "Task" +#~ msgstr "Aufgabe" -#: html/password.php:251 -msgid "External password changer reported a problem: " -msgstr "Das externe Passwort-Änderungsprogramm hat einen Fehler gemeldet:" +#, fuzzy +#~ msgid "Schedule" +#~ msgstr "PHP Schedule It" -#: html/password.php:282 html/index.php:407 -msgid "Session will not be encrypted." -msgstr "Die Sitzung ist nicht verschlüsselt." +#~ msgid "Action" +#~ msgstr "Aktion" -#: html/password.php:282 html/index.php:407 -msgid "Enter SSL session" -msgstr "SSL Sitzung" +#, fuzzy +#~ msgid "Reomve" +#~ msgstr "Entfernen" -#: html/setup.php:77 html/index.php:154 #, fuzzy -msgid "Smarty" -msgstr "Übersicht" +#~ msgid "GOsa ping" +#~ msgstr "GOsa" -#: html/index.php:50 #, fuzzy -msgid "Session is not encrypted!" -msgstr "Die Sitzung ist nicht verschlüsselt." +#~ msgid "Say hello" +#~ msgstr "Shell" -#: html/index.php:57 -msgid "" -"The session lifetime configured in your gosa.conf will be overridden by php." -"ini settings." -msgstr "" +#, fuzzy +#~ msgid "System mass deployment" +#~ msgstr "Systemverwaltung" -#: html/index.php:129 #, fuzzy -msgid "Configuration accessibility" -msgstr "Konfigurationsdatei" +#~ msgid "Week day" +#~ msgstr "Mittwoch" -#: html/index.php:205 -msgid "There is a problem with the authentication setup!" -msgstr "" +#, fuzzy +#~ msgid "Header Tag" +#~ msgstr "Kopfzeilen" -#: html/index.php:213 -msgid "Cannot find a valid user for the current authentication setup!" -msgstr "" +#, fuzzy +#~ msgid "Schedule Execution" +#~ msgstr "PHP Schedule It" -#: html/index.php:217 -msgid "User information is not uniq accross the configured LDAP trees!" -msgstr "" +#, fuzzy +#~ msgid "Monat" +#~ msgstr "Monat" -#: html/index.php:270 #, fuzzy -msgid "Your ldap setup contains old schema definitions:" -msgstr "" -"Ihr LDAP-Server enthält veraltete Schema-Definitionen. Bitte führen Sie " -"erneut die Einrichtung durch." +#~ msgid "Tag" +#~ msgstr "Zeichensatz" -#: html/index.php:306 #, fuzzy -msgid "Authentication error" -msgstr "IAX Authentifikations-Typ" +#~ msgid "Stunde" +#~ msgstr "Name" -#: html/index.php:306 -msgid "Cannot retrieve user information for htaccess authentication!" -msgstr "" +#, fuzzy +#~ msgid "Sekunde" +#~ msgstr "Geschlecht" -#: html/index.php:362 -msgid "Account locked. Please contact your system administrator." -msgstr "Das Konto ist gesperrt. Bitte benachrichtigen Sie den Administrator." +#, fuzzy +#~ msgid "Mac" +#~ msgstr "März" -#: html/index.php:413 -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!" +#, fuzzy +#~ msgid "Available targets" +#~ msgstr "Verfügbare Rollen" -#: html/main.php:148 -#, php-format -msgid "Fatal error: cannot locate file '%s' - please run '%s' to fix this" -msgstr "" +#, fuzzy +#~ msgid "Select to see object groups" +#~ msgstr "Wählen Sie die hinzuzufügenden Objekte" -#: html/main.php:165 -msgid "" -"FATAL: Register globals is on. GOsa will refuse to login unless this is " -"fixed by an administrator." -msgstr "" -"FATAL: 'Register globals' ist im PHP aktiviert. GOsa läßt keine Anmeldung " -"zu, bis dies von einem Administrator behoben wurde." +#, fuzzy +#~ msgid "Show object groups" +#~ msgstr "Objektgruppen" -#: html/main.php:208 #, fuzzy -msgid "Configuration warning" -msgstr "Konfigurationsdatei schreibbar" +#~ msgid "IP range is invalid!" +#~ msgstr "Der angegebene Name ist ungültig." -#: html/main.php:208 -msgid "Running out of memory!" -msgstr "" +#~ msgid "You are not allowed to create a new role." +#~ msgstr "Es ist Ihnen nicht erlaubt, eine neue Rolle zu erstellen." -#: html/main.php:347 -#, fuzzy -msgid "Password reminder" -msgstr "Passwort läuft ab" +#~ msgid "You are not allowed to delete this acl!" +#~ msgstr "Sie sind nicht berechtigt, diese ACL zu löschen!" -#: html/main.php:347 #, fuzzy -msgid "Your password is about to expire, please change your password!" -msgstr "Ihr Passwort ist abgelaufen, geben Sie bitte ein neues Passwort eie" +#~ msgid "You are not allowed to delete this acl role!" +#~ msgstr "Sie sind nicht berechtigt, dieses Makro zu löschen!" -#: html/main.php:355 -#, php-format -msgid "FATAL: Can't find any plugin definitions for plugin '%s'!" -msgstr "FATAL: Es kann kein Plugin für die Definition '%s' gefunden werden!" +#~ msgid "" +#~ "Your search method returned more than '%s' users, only '%s' users are " +#~ "shown." +#~ msgstr "" +#~ "Ihre Such-Methode ergab mehr als '%s' Benutzer, es werden davon '%s' " +#~ "Benutzer angezeigt." -#: html/getxls.php:86 -msgid "Birthday" -msgstr "Geburtstag" +#~ msgid "No configured SID found for '%s'." +#~ msgstr "Keine konfigurierte SID für %s gefunden" -#: html/getxls.php:86 html/getxls.php:227 html/getxls.php:281 -#: html/getxls.php:297 -msgid "Surname" -msgstr "Name" +#~ msgid "No configured RIDBASE found for '%s'." +#~ msgstr "Keine konfigurierte RIDBASE für '%s' gefunden." -#: html/getxls.php:86 html/getxls.php:281 -msgid "Language" -msgstr "Sprache" +#~ msgid "Too many users, can't allocate a free ID!" +#~ msgstr "" +#~ "Es sind zu viele Benutzer in der Datenbank. Es kann keine freie ID " +#~ "reserviert werden!" -#: html/getxls.php:94 -#, php-format -msgid "User list of %s on %s" -msgstr "Benutzerliste von %s am %s" +#~ msgid "You are not allowed to delete this group!" +#~ msgstr "Sie haben keine Berechtigung, diese Gruppe zu löschen!" -#: html/getxls.php:131 html/getxls.php:360 -#, php-format -msgid "Groups of %s on %s" -msgstr "Gruppen von %s vom %s" +#~ msgid "You have no permission to remove this department." +#~ msgstr "Sie haben keine Berechtigung, diese Abteilung zu entfernen." -#: html/getxls.php:155 html/getxls.php:188 html/getxls.php:190 -#: html/getxls.php:197 html/getxls.php:233 html/getxls.php:310 -#: html/getxls.php:381 -msgid "Servers" -msgstr "Server" +#~ msgid "You are not allowed to delete this object group!" +#~ msgstr "Es ist Ihnen nicht erlaubt, diese Objektgruppe zu löschen!" -#: html/getxls.php:159 html/getxls.php:311 -msgid "Computers" -msgstr "Systeme" +#, fuzzy +#~ msgid "Network resolv hook" +#~ msgstr "Netzwerk-Adresse" -#: html/getxls.php:169 html/getxls.php:222 html/getxls.php:401 -#: html/getxls.php:421 -msgid "Common name" -msgstr "Name" +#~ msgid "Administration" +#~ msgstr "Administration" -#: html/getxls.php:185 -msgid "Server name" -msgstr "Server-Name" +#~ msgid "Addons" +#~ msgstr "Zusätzliches" -#: html/getxls.php:195 html/getxls.php:379 -#, php-format -msgid "Servers of %s on %s" -msgstr "Server von %s vom %s" +#, fuzzy +#~ msgid "ACL Role" +#~ msgstr "ACL-Rollen" -#: html/getxls.php:222 html/getxls.php:297 -msgid "Display name" -msgstr "Angezeigter Name" +#~ msgid "Unix" +#~ msgstr "Unix" -#: html/getxls.php:223 -msgid "Home phone" -msgstr "Telefon (zu Hause)" +#~ msgid "Connectivity" +#~ msgstr "Konnektivität" -#: html/getxls.php:224 html/getxls.php:298 -msgid "Initials" -msgstr "Initialien" +#, fuzzy +#~ msgid "Scalix" +#~ msgstr "Speziell" -#: html/getxls.php:225 -msgid "Mobile phone" -msgstr "Mobiltelefon" +#~ msgid "Nagios" +#~ msgstr "Nagios" -#: html/getxls.php:225 html/getxls.php:298 -msgid "City" -msgstr "Stadt" +#~ msgid "Applications" +#~ msgstr "Anwendungen" -#: html/getxls.php:226 html/getxls.php:298 html/getxls.php:300 -msgid "Phone number" -msgstr "Telefonnummer" +#~ msgid "Options" +#~ msgstr "Optionen" -#: html/getxls.php:228 -msgid "Function" -msgstr "Funktion" +#~ msgid "Parameter" +#~ msgstr "Parameter" -#: html/getxls.php:231 html/getxls.php:312 -msgid "Adressbook" -msgstr "Adressbuch" +#, fuzzy +#~ msgid "Inventory" +#~ msgstr "Inventar hinzufügen" -#: html/getxls.php:238 html/getxls.php:414 -#, php-format -msgid "Adressbook of %s on %s" -msgstr "Adressbuch von %s vom %s" +#~ msgid "Services" +#~ msgstr "Dienste" -#: html/getxls.php:244 -msgid "Common Name" -msgstr "Name" +#~ msgid "FAI summary" +#~ msgstr "FAI Übersicht" -#: html/getxls.php:281 -msgid "Day of birth" -msgstr "Geburtsdatum" +#~ msgid "OGo" +#~ msgstr "OGo" -#: html/getxls.php:299 -msgid "Email address" -msgstr "Email-Adresse" +#~ msgid "Export" +#~ msgstr "Export" -#: html/getxls.php:299 -msgid "Organizational unit" -msgstr "Organisationeinheit" +#~ msgid "Excel Export" +#~ msgstr "Excel-Export" -#: html/getxls.php:300 -msgid "Postal Code" -msgstr "Postleitzahl" +#~ msgid "CSV Import" +#~ msgstr "CSV Import" -#: html/getxls.php:301 -msgid "Title" -msgstr "Titel" +#~ msgid "Partitions" +#~ msgstr "Partitionen" -#: html/getxls.php:304 -msgid "Full" -msgstr "Voll" +#~ msgid "Script" +#~ msgstr "Skript" -#: html/getxls.php:341 -#, php-format -msgid "User List of %s on %s" -msgstr "Benutzerliste von %s vom %s" +#~ msgid "Hooks" +#~ msgstr "Hooks" -#: html/getxls.php:395 -#, php-format -msgid "Computers of %s on %s" -msgstr "Systeme von %s vom %s" +#~ msgid "Variables" +#~ msgstr "Variablen" -#: html/getfax.php:53 -msgid "Could not connect to database server!" -msgstr "Die SQL-Datenbank kann nicht erreicht werden!" +#~ msgid "Templates" +#~ msgstr "Vorlagen" -#: html/getfax.php:55 -msgid "Could not select database!" -msgstr "Die angegebene Datenbank kann nicht ausgewählt werden." +#~ msgid "Profiles" +#~ msgstr "Profile" -#: html/getfax.php:60 html/getfax.php:68 -msgid "Database query failed!" -msgstr "Die Datenbankabfrage ist fehlgeschlagen!" +#~ msgid "Packages" +#~ msgstr "Pakete" -#: html/get_attachment.php:47 -msgid "" -"Can't connect to glpi database, there is no mysl extension available in your " -"php setup." -msgstr "" -"Kann nicht zur glpi-Datenbank verbinden, da die MySQL-Erweiterung in Ihrer " -"PHP-Umgebung nicht verfügbar ist." +#~ msgid "System logs" +#~ msgstr "Systemprotokolle" -#: html/get_attachment.php:55 -msgid "" -"Can't connect to specified database, please check your glpi configuration." -msgstr "" -"Kann die angegebene Datenbank nicht erreiche, bitte überprüfen Sie Ihre glpi-" -"Konfiguration." +#, fuzzy +#~ msgid "GOsa logs" +#~ msgstr "Protokoll-Dienst" -#: html/get_attachment.php:64 -msgid "Can't get specified attachment file, there is no entry with this id." -msgstr "" -"Kann die gewählte Anhangs-Datei nicht abrufen, es wurde kein Eintrag mit der " -"angegebenen ID gefunden." +#, fuzzy +#~ msgid "Display entries with action %s." +#~ msgstr "Einträge mit dieser Syntax filtern" -#: html/get_attachment.php:69 -#, php-format -msgid "Can't open file '%s'." -msgstr "Kann Datei '%s' nicht öffnen." +#~ msgid "" +#~ "Can't connect to glpi database, there is no mysl extension available in " +#~ "your php setup." +#~ msgstr "" +#~ "Kann nicht zur glpi-Datenbank verbinden, da die MySQL-Erweiterung in " +#~ "Ihrer PHP-Umgebung nicht verfügbar ist." -#: html/helpviewer.php:68 -msgid "Help browser" -msgstr "Hilfe-Browser" +#~ msgid "" +#~ "Can't connect to specified database, please check your glpi configuration." +#~ msgstr "" +#~ "Kann die angegebene Datenbank nicht erreiche, bitte überprüfen Sie Ihre " +#~ "glpi-Konfiguration." -#: html/helpviewer.php:122 -msgid "There is no helpfile specified for this class" -msgstr "Für diese Klasse wurde keine Hilfedatei angegeben" +#~ msgid "Can't get specified attachment file, there is no entry with this id." +#~ msgstr "" +#~ "Kann die gewählte Anhangs-Datei nicht abrufen, es wurde kein Eintrag mit " +#~ "der angegebenen ID gefunden." -#: html/helpviewer.php:271 -#, php-format -msgid "Helpdir '%s' is not accessible, can't read any helpfiles." -msgstr "" -"Auf das Hilfeverzeichnis '%s' kann nicht zugegriffen werden - kann daher " -"keine Hilfedateien lesen." +#~ msgid "Can't open file '%s'." +#~ msgstr "Kann Datei '%s' nicht öffnen." -#: html/getkiosk.php:25 -#, php-format -msgid "Can't open file '%s', possibly the file does not exist." -msgstr "Kann Datei '%s' nicht öffnen, möglicherweise existiert sie nicht." +#~ msgid "Can't open file '%s', possibly the file does not exist." +#~ msgstr "Kann Datei '%s' nicht öffnen, möglicherweise existiert sie nicht." -#: html/getkiosk.php:30 -#, php-format -msgid "Can't read file '%s', check permissions." -msgstr "Kann Datei '%s' nicht lesen, überprüfen Sie die Rechte." +#~ msgid "Can't read file '%s', check permissions." +#~ msgstr "Kann Datei '%s' nicht lesen, überprüfen Sie die Rechte." diff --git a/gosa-core/locale/core/es/LC_MESSAGES/messages.po b/gosa-core/locale/core/es/LC_MESSAGES/messages.po index 175fda26e..c541cd9ba 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: 2008-01-18 14:59+0100\n" +"POT-Creation-Date: 2008-02-21 18:29+0100\n" "PO-Revision-Date: 2007-07-24 00:26+0200\n" "Last-Translator: ALEJANDRO ESCANERO BLANCO\n" "Language-Team: \n" @@ -17,1106 +17,1146 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" -#: contrib/gosa.conf:4 plugins/personal/password/class_password.inc:144 -#: plugins/personal/generic/class_user.inc:1413 -#: plugins/personal/posix/class_posixAccount.inc:1457 -msgid "My account" -msgstr "Mi cuenta" - -#: contrib/gosa.conf:41 -msgid "Administration" -msgstr "" +#: plugins/personal/password/class_password.inc:24 +#: plugins/personal/generic/paste_generic.tpl:20 setup/setup_config2.tpl:282 +#: setup/setup_config2.tpl:327 setup/setup_migrate.tpl:225 +#: ihtml/themes/default/password.tpl:39 ihtml/themes/default/login.tpl:45 +#: ihtml/themes/default/login.tpl:47 +msgid "Password" +msgstr "Contraseña" -#: contrib/gosa.conf:88 -msgid "Addons" +#: plugins/personal/password/class_password.inc:25 +#: plugins/personal/posix/class_posixAccount.inc:17 +#: plugins/personal/generic/class_user.inc:17 +#: plugins/addons/notifications/class_msgplug.inc:7 +#: plugins/admin/acl/class_aclManagement.inc:25 +#: plugins/admin/acl/class_aclRole.inc:7 +#: plugins/admin/groups/class_groupManagement.inc:25 +#: plugins/admin/users/class_userManagement.inc:25 +#: plugins/admin/departments/class_departmentManagement.inc:25 +#: plugins/admin/ogroups/class_ogroupManagement.inc:25 include/class_acl.inc:7 +msgid "This does something" msgstr "" -#: contrib/gosa.conf:121 -msgid "ACL Role" -msgstr "" +#: plugins/personal/password/class_password.inc:77 +#: plugins/personal/password/class_password.inc:80 +#: plugins/personal/password/class_password.inc:83 +#: plugins/personal/password/class_password.inc:86 +#: plugins/personal/password/class_password.inc:89 +#: plugins/personal/password/class_password.inc:92 +#: plugins/personal/password/class_password.inc:106 +#: plugins/personal/password/class_password.inc:112 +#: plugins/personal/password/class_password.inc:140 +#: plugins/personal/generic/class_user.inc:1419 +msgid "User password" +msgstr "Contraseña del usuario" -#: contrib/gosa.conf:125 contrib/gosa.conf:149 contrib/gosa.conf:153 -#: contrib/gosa.conf:157 contrib/gosa.conf:162 contrib/gosa.conf:169 -#: contrib/gosa.conf:174 contrib/gosa.conf:178 contrib/gosa.conf:183 -#: contrib/gosa.conf:193 contrib/gosa.conf:207 contrib/gosa.conf:222 -#: contrib/gosa.conf:227 contrib/gosa.conf:232 contrib/gosa.conf:237 -#: contrib/gosa.conf:270 contrib/gosa.conf:274 -#: plugins/generic/references/class_reference.inc:20 -#: plugins/personal/generic/class_user.inc:16 -#: plugins/personal/generic/class_user.inc:1408 -#: plugins/personal/posix/generic.tpl:4 -#: plugins/addons/gotomasses/goto_task.tpl:4 -#: plugins/admin/ogroups/class_ogroup.inc:752 -#: plugins/admin/departments/class_departmentGeneric.inc:581 -#: plugins/admin/groups/class_groupGeneric.inc:992 setup/setup_feedback.tpl:46 -msgid "Generic" -msgstr "Genérico" +#: plugins/personal/password/class_password.inc:78 +msgid "You need to specify your current password in order to proceed." +msgstr "Necesita introducir su contraseña actual para continuar." -#: contrib/gosa.conf:126 -msgid "Unix" +#: plugins/personal/password/class_password.inc:81 +#: plugins/personal/generic/main.inc:80 +#: plugins/admin/users/class_userManagement.inc:189 html/password.php:195 +msgid "" +"The passwords you've entered as 'New password' and 'Repeated new password' " +"do not match." msgstr "" +"No coinciden las contraseñas introducidas como 'Nueva contraseña' y 'Repetir " +"nueva contraseña'." -#: contrib/gosa.conf:127 contrib/gosa.conf:163 -#: plugins/admin/users/class_divListUsers.inc:240 -#: plugins/admin/ogroups/tabs_ogroups.inc:137 -#: plugins/admin/groups/class_divListGroup.inc:236 -msgid "Environment" -msgstr "Entorno" - -#: contrib/gosa.conf:128 contrib/gosa.conf:165 -#: plugins/generic/references/class_reference.inc:24 -#: plugins/admin/users/class_divListUsers.inc:242 -#: plugins/admin/ogroups/class_divListOGroup.inc:228 -#: plugins/admin/ogroups/tabs_ogroups.inc:85 -#: plugins/admin/ogroups/tabs_ogroups.inc:223 -#: plugins/admin/groups/class_divListGroup.inc:228 -msgid "Mail" -msgstr "Correo Electrónico" - -#: contrib/gosa.conf:129 plugins/generic/references/class_reference.inc:26 -#: plugins/generic/references/class_reference.inc:28 -#: plugins/admin/users/class_divListUsers.inc:248 -#: plugins/admin/groups/class_divListGroup.inc:230 -msgid "Samba" -msgstr "Samba" +#: plugins/personal/password/class_password.inc:84 +#: plugins/personal/generic/main.inc:85 +#: plugins/admin/users/class_userManagement.inc:194 html/password.php:198 +msgid "The password you've entered as 'New password' is empty." +msgstr "No se ha asignado ningún valor al campo 'Nueva contraseña'." -#: contrib/gosa.conf:131 contrib/gosa.conf:134 -#: plugins/admin/users/class_divListUsers.inc:250 -msgid "Netatalk" -msgstr "Netatalk" +#: plugins/personal/password/class_password.inc:87 html/password.php:206 +msgid "The password used as new and current are too similar." +msgstr "" +"La contraseña actual y la introducida como nueva son demasiado parecidas." -#: contrib/gosa.conf:137 -msgid "Connectivity" -msgstr "Conectividad" +#: plugins/personal/password/class_password.inc:90 html/password.php:211 +msgid "The password used as new is to short." +msgstr "La nueva contraseña es demasiado corta." -#: contrib/gosa.conf:138 plugins/personal/generic/multiple_generic.tpl:247 -#: plugins/personal/generic/multiple_generic.tpl:438 -#: plugins/personal/generic/generic.tpl:355 -#: plugins/personal/generic/generic.tpl:523 -#: plugins/admin/users/class_divListUsers.inc:246 -#: plugins/admin/departments/class_departmentGeneric.inc:600 -#: plugins/admin/departments/generic.tpl:91 html/getxls.php:222 -#: html/getxls.php:297 -msgid "Fax" -msgstr "Fax" +#: plugins/personal/password/class_password.inc:93 +#, fuzzy, php-format +msgid "External password changer reported a problem: %s." +msgstr "El programa externo de cambio de contraseña informo de un problema: " -#: contrib/gosa.conf:139 plugins/generic/references/class_reference.inc:40 -#: plugins/personal/generic/multiple_generic.tpl:217 -#: plugins/personal/generic/multiple_generic.tpl:428 -#: plugins/personal/generic/generic.tpl:330 -#: plugins/personal/generic/generic.tpl:511 -#: plugins/admin/users/class_divListUsers.inc:244 -#: plugins/admin/ogroups/class_ogroupManagement.inc:455 -#: plugins/admin/departments/generic.tpl:83 -#: plugins/admin/groups/class_divListGroup.inc:234 -msgid "Phone" -msgstr "Teléfono" +#: plugins/personal/password/class_password.inc:107 +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." -#: contrib/gosa.conf:141 +#: plugins/personal/password/class_password.inc:113 #, fuzzy -msgid "Scalix" -msgstr "Cuenta Scalix" - -#: contrib/gosa.conf:144 -msgid "Nagios" -msgstr "Nagios" - -#: contrib/gosa.conf:164 -msgid "Applications" -msgstr "Aplicaciones" - -#: contrib/gosa.conf:170 -msgid "Options" -msgstr "Opciones" - -#: contrib/gosa.conf:179 -msgid "Parameter" -msgstr "Parámetro" +msgid "You have no permission to change your password." +msgstr "No tiene permisos para cambiar su contraseña." -#: contrib/gosa.conf:184 contrib/gosa.conf:194 contrib/gosa.conf:208 -#: plugins/admin/ogroups/tabs_ogroups.inc:111 -msgid "Startup" -msgstr "Inicio" +#: plugins/personal/password/class_password.inc:144 +#: plugins/personal/posix/class_posixAccount.inc:1484 +#: plugins/personal/generic/class_user.inc:1413 +msgid "My account" +msgstr "Mi cuenta" -#: contrib/gosa.conf:185 contrib/gosa.conf:209 -#: plugins/admin/ogroups/tabs_ogroups.inc:104 -msgid "Devices" +#: plugins/personal/password/nochange.tpl:2 +msgid "Password change not allowed" msgstr "" -#: contrib/gosa.conf:186 contrib/gosa.conf:210 -#: plugins/generic/references/class_reference.inc:52 -#: plugins/admin/ogroups/class_ogroupManagement.inc:459 -msgid "Printer" -msgstr "Impresora" - -#: contrib/gosa.conf:187 contrib/gosa.conf:201 contrib/gosa.conf:211 -#: ihtml/themes/default/msg_dialog.tpl:64 -#: ihtml/themes/default/msg_dialog.tpl:110 -#: ihtml/themes/default/MultiSelectWindow.tpl:44 -#: ihtml/themes/default/MultiSelectWindow.tpl:84 setup/setup_ldap.tpl:121 -msgid "Information" +#: plugins/personal/password/nochange.tpl:6 +msgid "You are not allowed to change your password at this time" msgstr "" -#: contrib/gosa.conf:189 contrib/gosa.conf:203 contrib/gosa.conf:218 -#: contrib/gosa.conf:223 contrib/gosa.conf:228 contrib/gosa.conf:233 -#: contrib/gosa.conf:238 -#, fuzzy -msgid "Inventory" -msgstr "Añadir inventario" - -#: contrib/gosa.conf:195 -msgid "Services" -msgstr "Servicios" - -#: contrib/gosa.conf:197 contrib/gosa.conf:199 contrib/gosa.conf:214 -#: contrib/gosa.conf:216 -msgid "FAI summary" +#: 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 "" -#: contrib/gosa.conf:287 -msgid "OGo" +#: 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 "" -#: contrib/gosa.conf:298 -msgid "Export" +#: plugins/personal/password/password.tpl:13 +#: ihtml/themes/default/password.tpl:77 ihtml/themes/default/password.tpl:78 +msgid "Current password" msgstr "" -#: contrib/gosa.conf:299 -msgid "Excel Export" +#: plugins/personal/password/password.tpl:18 +#: plugins/personal/generic/password.tpl:7 plugins/admin/users/password.tpl:13 +#: ihtml/themes/default/password.tpl:81 ihtml/themes/default/password.tpl:82 +#: ihtml/themes/default/password.tpl:85 +msgid "New password" msgstr "" -#: contrib/gosa.conf:300 plugins/addons/notifications/contents.tpl:54 -msgid "Import" +#: plugins/personal/password/password.tpl:23 +#: plugins/personal/generic/password.tpl:11 +#: plugins/admin/users/password.tpl:17 +msgid "Repeat new password" msgstr "" -#: contrib/gosa.conf:301 -msgid "CSV Import" -msgstr "" +#: plugins/personal/password/password.tpl:28 +#: ihtml/themes/default/password.tpl:89 +#, fuzzy +msgid "Password strength" +msgstr "La contraseña expira en" -#: contrib/gosa.conf:306 contrib/gosa.conf:336 -msgid "Partitions" +#: plugins/personal/password/password.tpl:39 +#: plugins/personal/generic/password.tpl:17 +#: plugins/admin/users/password.tpl:30 +msgid "Set password" msgstr "" -#: contrib/gosa.conf:310 contrib/gosa.conf:340 -msgid "Script" +#: plugins/personal/password/password.tpl:41 +msgid "Clear fields" msgstr "" -#: contrib/gosa.conf:314 contrib/gosa.conf:344 -msgid "Hooks" +#: 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 "" -#: contrib/gosa.conf:318 contrib/gosa.conf:348 -msgid "Variables" -msgstr "" +#: plugins/personal/password/changed.tpl:9 +#: plugins/personal/generic/main.inc:169 +#: plugins/admin/departments/dep_iframe.tpl:18 +#: plugins/admin/departments/class_departmentManagement.inc:444 +#: include/functions.inc:1509 setup/class_setup.inc:261 +#: setup/class_setup.inc:263 +msgid "Back" +msgstr "Atrás" -#: contrib/gosa.conf:322 contrib/gosa.conf:352 -msgid "Templates" -msgstr "" +#: plugins/personal/password/main.inc:46 setup/setup_config1.tpl:136 +msgid "Password settings" +msgstr "Parámetros de Contraseña" -#: contrib/gosa.conf:326 contrib/gosa.conf:356 -msgid "Profiles" +#: plugins/personal/posix/posix_groups.tpl:6 +msgid "Select groups to add" msgstr "" -#: contrib/gosa.conf:327 contrib/gosa.conf:357 -#: plugins/admin/ogroups/tabs_ogroups.inc:115 -#: plugins/admin/acl/class_divListACL.inc:54 -msgid "Summary" -msgstr "Sumario" - -#: contrib/gosa.conf:331 contrib/gosa.conf:361 -msgid "Packages" +#: plugins/personal/posix/posix_groups.tpl:21 +#: plugins/admin/groups/group_objects.tpl:20 +#: plugins/admin/ogroups/ogroup_objects.tpl:20 +#: ihtml/themes/default/MultiSelectWindow.tpl:55 +#: ihtml/themes/default/MultiSelectWindow.tpl:95 +msgid "Filters" msgstr "" -#: contrib/gosa.conf:367 -msgid "System logs" +#: plugins/personal/posix/posix_groups.tpl:32 +msgid "Display groups of department" msgstr "" -#: contrib/gosa.conf:368 -#, fuzzy -msgid "GOsa logs" -msgstr "servicio de registro de GOsa" - -#: ihtml/themes/default/conflict.tpl:2 -msgid "Session conflict detected" +#: plugins/personal/posix/posix_groups.tpl:35 +#: plugins/personal/posix/trust_machines.tpl:27 +#: plugins/admin/groups/group_objects.tpl:40 +#: plugins/admin/ogroups/ogroup_objects.tpl:42 +msgid "Choose the department the search will be based on" msgstr "" -#: ihtml/themes/default/conflict.tpl:6 ihtml/themes/default/msg_dialog.tpl:62 -#: ihtml/themes/default/msg_dialog.tpl:108 ihtml/themes/default/remove.tpl:2 -#: ihtml/themes/default/islocked.tpl:6 -#: plugins/personal/posix/class_posixAccount.inc:803 -#: plugins/addons/gotomasses/remove.tpl:2 plugins/admin/users/remove.tpl:2 -#: plugins/admin/ogroups/remove.tpl:2 -#: plugins/admin/departments/dep_move_confirm.tpl:2 -#: plugins/admin/departments/remove.tpl:2 plugins/admin/acl/remove.tpl:2 -#: plugins/admin/groups/remove.tpl:2 setup/class_setupStep_Migrate.inc:211 -#: setup/class_setupStep_Migrate.inc:260 setup/class_setupStep_Migrate.inc:385 -#: setup/class_setupStep_Migrate.inc:460 setup/class_setupStep_Migrate.inc:596 -#: setup/class_setupStep_Migrate.inc:726 setup/setup_checks.tpl:32 -#: setup/setup_checks.tpl:93 include/class_tabs.inc:214 -#: include/functions.inc:686 include/functions.inc:2158 -#: include/functions.inc:2162 include/functions.inc:2168 html/password.php:282 -#: html/index.php:50 html/index.php:56 html/index.php:407 html/index.php:413 -msgid "Warning" -msgstr "Aviso" - -#: ihtml/themes/default/conflict.tpl:6 -msgid "" -"Probably there's another active instance of your session. Multiple window " -"operation is technical not possible and heavily depends on the browser " -"you're using. Usage of different browsers at a time (i.e. IE and Mozilla) is " -"possible. Pressing the Logout button will close this session." +#: plugins/personal/posix/posix_groups.tpl:44 +msgid "Display groups matching" msgstr "" -#: ihtml/themes/default/conflict.tpl:10 -msgid "" -"Ignoring this message will change/destroy the data you're currently editing, " -"so please close multiple windows and log in again." -msgstr "" +#: plugins/personal/posix/posix_groups.tpl:48 +#: plugins/admin/groups/class_divListGroup.inc:76 +#: plugins/admin/ogroups/class_divListOGroup.inc:85 +msgid "Regular expression for matching group names" +msgstr "Expresión regular para buscar nombres de grupos" -#: ihtml/themes/default/conflict.tpl:14 -msgid "Logout" +#: plugins/personal/posix/posix_groups.tpl:55 +msgid "Display groups of user" msgstr "" -#: ihtml/themes/default/accountexpired.tpl:15 -msgid "Your Password has expired !! Choose a new Password" -msgstr "" +#: plugins/personal/posix/posix_groups.tpl:59 +#: plugins/admin/groups/class_divListGroup.inc:77 +msgid "User name of which groups are shown" +msgstr "Nombre de usuario de los grupos que se muestran" -#: ihtml/themes/default/accountexpired.tpl:23 -#: ihtml/themes/default/accountexpired.tpl:27 -msgid "Old Password" -msgstr "" +#: plugins/personal/posix/posix_groups.tpl:68 +#: plugins/admin/groups/class_divListGroup.inc:73 +#: plugins/admin/users/class_divListUsers.inc:74 +#: plugins/admin/departments/class_divListDepartment.inc:53 +#: plugins/admin/ogroups/ogroup_objects.tpl:38 +#: plugins/admin/ogroups/class_divListOGroup.inc:82 +msgid "Search in subtrees" +msgstr "Buscar en subárboles" -#: ihtml/themes/default/accountexpired.tpl:32 -#: ihtml/themes/default/accountexpired.tpl:36 -msgid "New Password" -msgstr "" +#: plugins/personal/posix/posix_groups.tpl:79 +#: plugins/personal/posix/paste_generic.tpl:61 +#: plugins/personal/posix/trust_machines.tpl:39 +#: plugins/personal/posix/generic.tpl:104 +#: plugins/personal/posix/generic.tpl:146 +#: plugins/personal/posix/generic.tpl:175 +#: plugins/admin/groups/group_objects.tpl:55 +#: plugins/admin/groups/generic.tpl:193 +#: plugins/admin/ogroups/ogroup_objects.tpl:54 +#: plugins/admin/ogroups/generic.tpl:51 +msgid "Add" +msgstr "Añadir" -#: ihtml/themes/default/accountexpired.tpl:41 -#: ihtml/themes/default/accountexpired.tpl:45 -msgid "Verify Password" -msgstr "" +#: plugins/personal/posix/posix_groups.tpl:81 +#: plugins/personal/posix/trust_machines.tpl:41 +#: plugins/personal/posix/main.inc:108 +#: plugins/personal/generic/password.tpl:19 +#: plugins/personal/generic/generic_picture.tpl:35 +#: plugins/personal/generic/generic_certs.tpl:94 +#: plugins/personal/generic/main.inc:161 plugins/admin/acl/tabs_acl.inc:63 +#: plugins/admin/acl/tabs_acl_role.inc:49 plugins/admin/acl/remove.tpl:17 +#: plugins/admin/acl/remove.tpl:21 plugins/admin/acl/acl_role.tpl:61 +#: plugins/admin/acl/acl_role.tpl:75 plugins/admin/groups/group_objects.tpl:57 +#: plugins/admin/groups/class_groupManagement.inc:472 +#: plugins/admin/groups/remove.tpl:18 plugins/admin/groups/remove.tpl:22 +#: plugins/admin/users/password.tpl:32 plugins/admin/users/template.tpl:50 +#: plugins/admin/users/remove.tpl:16 plugins/admin/users/remove.tpl:19 +#: plugins/admin/users/class_userManagement.inc:877 +#: plugins/admin/departments/dep_move_confirm.tpl:17 +#: plugins/admin/departments/remove.tpl:17 +#: plugins/admin/departments/remove.tpl:21 +#: plugins/admin/departments/class_departmentManagement.inc:409 +#: plugins/admin/ogroups/ogroup_objects.tpl:56 +#: plugins/admin/ogroups/class_ogroupManagement.inc:406 +#: plugins/admin/ogroups/remove.tpl:17 plugins/admin/ogroups/remove.tpl:21 +#: setup/setup_ldap.tpl:17 setup/setup_migrate.tpl:135 +#: setup/setup_migrate.tpl:186 setup/setup_migrate.tpl:251 +#: setup/setup_migrate.tpl:307 setup/setup_migrate.tpl:360 +#: ihtml/themes/default/copyPasteDialog.tpl:21 +#: ihtml/themes/default/islocked.tpl:15 ihtml/themes/default/remove.tpl:15 +#: ihtml/themes/default/acl.tpl:77 ihtml/themes/default/acl.tpl:91 +#: ihtml/themes/default/msg_dialog.tpl:79 +#: ihtml/themes/default/msg_dialog.tpl:134 +#: ihtml/themes/default/pwd_heimdal.tpl:200 +#: ihtml/themes/default/snapshotdialog.tpl:44 +#: ihtml/themes/default/snapshotdialog.tpl:89 +msgid "Cancel" +msgstr "Cancelar" -#: ihtml/themes/default/accountexpired.tpl:51 -msgid "Change Password" +#: plugins/personal/posix/posix_shadow.tpl:9 +msgid "User must change password on first login" msgstr "" -#: ihtml/themes/default/accountexpired.tpl:52 -msgid "Click here to Change your password" +#: plugins/personal/posix/posix_shadow.tpl:34 +msgid "Password expires on" msgstr "" -#: ihtml/themes/default/login.tpl:9 -msgid "GOsa login screen" +#: plugins/personal/posix/paste_generic.tpl:4 +msgid "Posix settings" msgstr "" -#: ihtml/themes/default/login.tpl:25 -msgid "Login screen" -msgstr "" +#: plugins/personal/posix/paste_generic.tpl:8 +#: plugins/personal/posix/generic.tpl:7 +#: plugins/personal/posix/class_posixAccount.inc:1490 +msgid "Home directory" +msgstr "Directorio de usuario" -#: ihtml/themes/default/login.tpl:32 -msgid "" -"Please use your username and your password to log into the site " -"administration system." +#: plugins/personal/posix/paste_generic.tpl:23 +#: plugins/personal/posix/generic.tpl:52 +msgid "Force UID/GID" msgstr "" -#: ihtml/themes/default/login.tpl:40 ihtml/themes/default/login.tpl:42 -#: ihtml/themes/default/password.tpl:67 ihtml/themes/default/password.tpl:69 -#: plugins/admin/users/class_divListUsers.inc:61 -msgid "Username" -msgstr "Nombre de Usuario" +#: plugins/personal/posix/paste_generic.tpl:28 +#: plugins/personal/posix/generic.tpl:56 html/getxls.php:287 +msgid "UID" +msgstr "" -#: ihtml/themes/default/login.tpl:45 ihtml/themes/default/login.tpl:47 -#: ihtml/themes/default/password.tpl:38 -#: plugins/personal/password/class_password.inc:24 -#: plugins/personal/generic/paste_generic.tpl:20 setup/setup_migrate.tpl:225 -#: setup/setup_config2.tpl:266 setup/setup_config2.tpl:311 -msgid "Password" -msgstr "Contraseña" +#: plugins/personal/posix/paste_generic.tpl:37 +#: plugins/personal/posix/generic.tpl:67 +#: plugins/admin/groups/class_groupGeneric.inc:1008 +msgid "GID" +msgstr "GID" -#: ihtml/themes/default/login.tpl:50 ihtml/themes/default/login.tpl:51 -#: ihtml/themes/default/password.tpl:58 ihtml/themes/default/password.tpl:60 -msgid "Directory" +#: plugins/personal/posix/paste_generic.tpl:47 +#: plugins/personal/posix/generic.tpl:82 +msgid "Group membership" msgstr "" -#: ihtml/themes/default/login.tpl:76 ihtml/themes/default/login.tpl:79 -msgid "Sign in" +#: plugins/personal/posix/paste_generic.tpl:54 +#: plugins/personal/posix/generic.tpl:84 +msgid "(Warning: more than 16 groups are not supported by NFS!)" msgstr "" -#: ihtml/themes/default/login.tpl:77 -msgid "Click here to log in" -msgstr "" +#: plugins/personal/posix/paste_generic.tpl:62 +#: plugins/personal/posix/generic.tpl:107 +#: plugins/personal/posix/generic.tpl:149 +#: plugins/personal/posix/generic.tpl:178 plugins/admin/acl/remove.tpl:15 +#: plugins/admin/acl/remove.tpl:19 plugins/admin/groups/generic.tpl:195 +#: plugins/admin/groups/remove.tpl:16 plugins/admin/groups/remove.tpl:20 +#: plugins/admin/users/remove.tpl:15 plugins/admin/users/remove.tpl:18 +#: plugins/admin/departments/remove.tpl:15 +#: plugins/admin/departments/remove.tpl:19 +#: plugins/admin/ogroups/generic.tpl:54 plugins/admin/ogroups/remove.tpl:15 +#: plugins/admin/ogroups/remove.tpl:19 ihtml/themes/default/remove.tpl:13 +msgid "Delete" +msgstr "Eliminar" -#: ihtml/themes/default/logout.tpl:5 -msgid "Your GOsa session has expired!" +#: plugins/personal/posix/trust_machines.tpl:6 +msgid "Select systems to add" msgstr "" -#: ihtml/themes/default/logout.tpl:7 -msgid "" -"The last interaction with the GOsa web interface has been some time ago in " -"the past. For security reasons, the session has been closed. To continue " -"with administrative tasks, please sign in again." +#: plugins/personal/posix/trust_machines.tpl:26 +msgid "Display systems of department" msgstr "" -#: ihtml/themes/default/logout.tpl:10 -msgid "Sign in again" -msgstr "" +#: plugins/personal/posix/trust_machines.tpl:30 +msgid "Display systems matching" +msgstr "Mostrar sistemas que coincidan con" -#: ihtml/themes/default/acl.tpl:2 plugins/admin/acl/acl_role.tpl:3 -msgid "Assigned ACLs for current entry" +#: plugins/personal/posix/trust_machines.tpl:31 +msgid "Regular expression for matching addresses" msgstr "" -#: ihtml/themes/default/acl.tpl:4 plugins/admin/acl/acl_role.tpl:44 -msgid "New ACL" -msgstr "" +#: plugins/personal/posix/generic.tpl:4 +#: plugins/personal/generic/class_user.inc:16 +#: plugins/personal/generic/class_user.inc:1408 +#: plugins/admin/groups/class_groupGeneric.inc:992 +#: plugins/admin/departments/class_departmentGeneric.inc:560 +#: plugins/admin/ogroups/class_ogroup.inc:740 +#: plugins/generic/references/class_reference.inc:20 +#: setup/setup_feedback.tpl:46 +msgid "Generic" +msgstr "Genérico" -#: ihtml/themes/default/acl.tpl:8 plugins/admin/acl/acl_role.tpl:49 -msgid "ACL type" -msgstr "" +#: plugins/personal/posix/generic.tpl:15 +#: plugins/personal/posix/class_posixAccount.inc:1491 +msgid "Shell" +msgstr "Shell" -#: ihtml/themes/default/acl.tpl:8 plugins/admin/acl/acl_role.tpl:49 -msgid "Select an acl type" +#: plugins/personal/posix/generic.tpl:25 +msgid "Primary group" msgstr "" -#: ihtml/themes/default/acl.tpl:8 ihtml/themes/default/acl.tpl:20 -#: ihtml/themes/default/acl.tpl:75 ihtml/themes/default/acl.tpl:89 -#: plugins/addons/notifications/contents.tpl:12 -#: plugins/admin/users/class_userManagement.inc:874 -#: plugins/admin/ogroups/class_ogroupManagement.inc:403 -#: plugins/admin/acl/acl_role.tpl:49 plugins/admin/acl/acl_role.tpl:59 -#: plugins/admin/acl/acl_role.tpl:73 -#: plugins/admin/groups/class_groupManagement.inc:469 setup/setup_ldap.tpl:16 -#: setup/setup_migrate.tpl:133 setup/setup_migrate.tpl:184 -#: setup/setup_migrate.tpl:250 setup/setup_migrate.tpl:305 -#: setup/setup_migrate.tpl:358 -msgid "Apply" -msgstr "Aplicar" +#: plugins/personal/posix/generic.tpl:36 +msgid "Status" +msgstr "Estado" -#: ihtml/themes/default/acl.tpl:15 -msgid "Use members from" -msgstr "" +#: plugins/personal/posix/generic.tpl:93 plugins/admin/groups/generic.tpl:179 +#, fuzzy +msgid "In all groups" +msgstr "Mostrar grupos de correo" -#: ihtml/themes/default/acl.tpl:29 -msgid "Available members" -msgstr "" +#: plugins/personal/posix/generic.tpl:97 plugins/admin/groups/generic.tpl:182 +#, fuzzy +msgid "Not in all groups" +msgstr "Mostrar grupos de correo" -#: ihtml/themes/default/acl.tpl:30 -#: plugins/addons/notifications/contents.tpl:22 -msgid "List message possible targets" +#: plugins/personal/posix/generic.tpl:118 +msgid "Account" msgstr "" -#: ihtml/themes/default/acl.tpl:41 html/getxls.php:121 html/getxls.php:284 -msgid "Members" +#: plugins/personal/posix/generic.tpl:125 +msgid "System trust" msgstr "" -#: ihtml/themes/default/acl.tpl:42 -#: plugins/addons/notifications/contents.tpl:34 -msgid "List message recipients" +#: plugins/personal/posix/generic.tpl:127 +#: plugins/personal/posix/generic.tpl:155 +msgid "Trust mode" msgstr "" -#: ihtml/themes/default/acl.tpl:55 plugins/admin/acl/acl_role.tpl:54 -msgid "List of available ACL categories" +#: plugins/personal/posix/class_posixAccount.inc:16 +#: plugins/generic/references/class_reference.inc:22 +msgid "UNIX" msgstr "" -#: ihtml/themes/default/acl.tpl:63 -msgid "ACLs for this object" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:138 +msgid "expired" +msgstr "expiró" -#: ihtml/themes/default/acl.tpl:69 -msgid "Available roles" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:140 +msgid "grace time active" +msgstr "Periodo de gracia activado" -#: ihtml/themes/default/acl.tpl:77 ihtml/themes/default/acl.tpl:91 -#: 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:134 -#: ihtml/themes/default/pwd_heimdal.tpl:200 ihtml/themes/default/remove.tpl:15 -#: ihtml/themes/default/islocked.tpl:15 -#: ihtml/themes/default/copyPasteDialog.tpl:21 -#: plugins/personal/generic/generic_certs.tpl:94 -#: plugins/personal/generic/password.tpl:19 -#: plugins/personal/generic/main.inc:161 -#: plugins/personal/generic/generic_picture.tpl:35 -#: plugins/personal/posix/posix_groups.tpl:81 -#: plugins/personal/posix/main.inc:108 -#: plugins/personal/posix/trust_machines.tpl:41 -#: plugins/addons/gotomasses/goto_task.tpl:56 -#: plugins/addons/gotomasses/remove.tpl:19 -#: plugins/admin/users/class_userManagement.inc:877 -#: plugins/admin/users/remove.tpl:16 plugins/admin/users/remove.tpl:19 -#: plugins/admin/users/template.tpl:50 plugins/admin/users/password.tpl:23 -#: plugins/admin/ogroups/class_ogroupManagement.inc:406 -#: plugins/admin/ogroups/ogroup_objects.tpl:56 -#: plugins/admin/ogroups/remove.tpl:17 plugins/admin/ogroups/remove.tpl:21 -#: plugins/admin/departments/class_departmentManagement.inc:409 -#: plugins/admin/departments/dep_move_confirm.tpl:17 -#: plugins/admin/departments/remove.tpl:17 -#: plugins/admin/departments/remove.tpl:21 plugins/admin/acl/acl_role.tpl:61 -#: plugins/admin/acl/acl_role.tpl:75 plugins/admin/acl/tabs_acl.inc:63 -#: plugins/admin/acl/remove.tpl:17 plugins/admin/acl/remove.tpl:21 -#: plugins/admin/acl/tabs_acl_role.inc:49 -#: plugins/admin/groups/group_objects.tpl:57 -#: plugins/admin/groups/class_groupManagement.inc:472 -#: plugins/admin/groups/remove.tpl:18 plugins/admin/groups/remove.tpl:22 -#: setup/setup_ldap.tpl:17 setup/setup_migrate.tpl:135 -#: setup/setup_migrate.tpl:186 setup/setup_migrate.tpl:251 -#: setup/setup_migrate.tpl:307 setup/setup_migrate.tpl:360 -msgid "Cancel" -msgstr "Cancelar" +#: plugins/personal/posix/class_posixAccount.inc:143 +msgid "active, password not changable" +msgstr "activo, no puede cambiar la contraseña" -#: ihtml/themes/default/logout-close.tpl:5 -msgid "Your GOsa session has been closed!" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:145 +msgid "active, password expired" +msgstr "activo, la contraseña expiró" -#: ihtml/themes/default/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 "" +#: plugins/personal/posix/class_posixAccount.inc:147 +msgid "active" +msgstr "activo" -#: ihtml/themes/default/framework.tpl:8 ihtml/themes/default/framework.tpl:11 -#: ihtml/themes/default/framework.tpl:20 ihtml/themes/default/framework.tpl:24 -#: include/class_pluglist.inc:176 -msgid "" -"You are currently editing a database entry. Do you want to dismiss the " -"changes?" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:192 +msgid "unconfigured" +msgstr "Sin configurar" -#: ihtml/themes/default/framework.tpl:8 ihtml/themes/default/framework.tpl:11 -msgid "Main" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:203 +msgid "automatic" +msgstr "automático" -#: ihtml/themes/default/framework.tpl:16 -msgid "Help" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:259 +msgid "This account has no unix extensions." +msgstr "Este cuenta no tiene extensiones unix." -#: ihtml/themes/default/framework.tpl:21 ihtml/themes/default/framework.tpl:25 -msgid "Sign out" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:279 +#: plugins/personal/posix/class_posixAccount.inc:282 +msgid "Remove posix account" +msgstr "Eliminar cuenta Posix" -#: ihtml/themes/default/framework.tpl:29 -msgid "Signed in:" +#: plugins/personal/posix/class_posixAccount.inc:280 +msgid "" +"This account has unix features enabled. To disable them, you'll need to " +"remove the samba / environment account first." msgstr "" +"Esta cuenta tiene las características unix activadas. Para desactivarlas, " +"necesita eliminar la cuenta samba / entorno primero." -#: ihtml/themes/default/framework.tpl:32 -msgid "GOsa main menu" -msgstr "" - -#: ihtml/themes/default/snapshotdialog.tpl:3 -msgid "Restoring object snapshots" -msgstr "" - -#: ihtml/themes/default/snapshotdialog.tpl:6 +#: plugins/personal/posix/class_posixAccount.inc:283 msgid "" -"This procedure will restore a snapshot of the selected object. It will " -"replace the existing object after pressing the restore button." +"This account has posix features enabled. You can disable them by clicking " +"below." msgstr "" +"Esta cuenta tiene características posix activadas. Puede desactivarla " +"pulsando aquí" -#: ihtml/themes/default/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/posix/class_posixAccount.inc:286 +msgid "Create posix account" +msgstr "Crear cuenta posix" -#: ihtml/themes/default/snapshotdialog.tpl:12 +#: plugins/personal/posix/class_posixAccount.inc:287 msgid "" -"Don't forget to check references to other objects, for example does the " -"selected printer still exists ?" +"This account has posix features disabled. You can enable them by clicking " +"below." msgstr "" +"Esta cuenta tiene la extensión posix desactivada. Puede activarla pulsando " +"aquí." -#: ihtml/themes/default/snapshotdialog.tpl:20 -#: ihtml/themes/default/snapshotdialog.tpl:62 -#: plugins/admin/departments/class_departmentGeneric.inc:545 -#: include/class_acl.inc:643 include/class_acl.inc:650 -#: include/class_acl.inc:657 include/class_acl.inc:663 -msgid "Object" -msgstr "Objeto" - -#: ihtml/themes/default/snapshotdialog.tpl:29 -msgid "There is no snapshot available that could be restored" +#: plugins/personal/posix/class_posixAccount.inc:447 +#, 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" -#: ihtml/themes/default/snapshotdialog.tpl:31 -msgid "Choose a snapshot and click the folder image, to restore the snapshot" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:451 +#, php-format +msgid "Password must be changed after %s days" +msgstr "La contraseñas deben ser cambiadas despues de %s días" -#: ihtml/themes/default/snapshotdialog.tpl:49 -msgid "Creating object snapshots" +#: plugins/personal/posix/class_posixAccount.inc:455 +#, php-format +msgid "Disable account after %s days of inactivity after password expiery" msgstr "" +"Desactivar cuenta despues de %s días de inactividad una vez expirada la " +"contraseña" -#: ihtml/themes/default/snapshotdialog.tpl:52 -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 "" +#: plugins/personal/posix/class_posixAccount.inc:459 +#, php-format +msgid "Warn user %s days before password expiery" +msgstr "Avisar al usuario %s días antes de que la contraseña expire" -#: ihtml/themes/default/snapshotdialog.tpl:55 -msgid "" -"Remember that database entries, DNS configurations and possibly created " -"zones in server extensions will not be stored in the snapshot." -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:493 +#: plugins/personal/generic/class_user.inc:265 +msgid "January" +msgstr "Enero" -#: ihtml/themes/default/snapshotdialog.tpl:70 -msgid "Timestamp" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:493 +#: plugins/personal/generic/class_user.inc:265 +msgid "February" +msgstr "Febrero" -#: ihtml/themes/default/snapshotdialog.tpl:79 -msgid "Reason for generating this snapshot" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:493 +#: plugins/personal/generic/class_user.inc:265 +msgid "March" +msgstr "Marzo" -#: ihtml/themes/default/snapshotdialog.tpl:87 -#: plugins/addons/notifications/contents.tpl:78 -#: plugins/admin/users/template.tpl:48 -#: plugins/admin/departments/class_departmentGeneric.inc:472 -#: plugins/admin/departments/class_departmentGeneric.inc:567 -#: setup/class_setup.inc:266 -msgid "Continue" -msgstr "Continuar" +#: plugins/personal/posix/class_posixAccount.inc:493 +#: plugins/personal/generic/class_user.inc:265 +msgid "April" +msgstr "Abril" -#: ihtml/themes/default/msg_dialog.tpl:60 -#: ihtml/themes/default/msg_dialog.tpl:106 -#: plugins/personal/generic/class_user.inc:374 -#: plugins/personal/generic/class_user.inc:471 -#: plugins/personal/generic/class_user.inc:732 -#: plugins/personal/generic/class_user.inc:1262 -#: plugins/personal/generic/main.inc:103 -#: plugins/personal/posix/class_posixAccount.inc:1278 -#: plugins/addons/gotomasses/class_gotomasses.inc:102 -#: plugins/addons/gotomasses/class_gotomasses.inc:188 -#: plugins/addons/gotomasses/class_gotomasses.inc:203 -#: plugins/addons/gotomasses/class_gotomasses.inc:237 -#: plugins/addons/gotomasses/class_target_list.inc:229 -#: plugins/addons/gotomasses/class_target_list.inc:233 -#: plugins/addons/notifications/class_msgplug.inc:117 -#: plugins/addons/notifications/class_msgplug.inc:213 -#: setup/class_setupStep_Migrate.inc:1019 setup/setup_checks.tpl:30 -#: setup/setup_checks.tpl:91 include/class_plugin.inc:624 -#: include/class_plugin.inc:656 include/class_plugin.inc:692 -#: include/class_plugin.inc:1391 include/class_log.inc:144 -#: include/class_log.inc:152 include/class_log.inc:157 -#: include/class_log.inc:177 include/functions.inc:1175 -#: include/functions.inc:1287 include/class_CopyPasteHandler.inc:274 -#: include/class_CopyPasteHandler.inc:277 -#: include/class_CopyPasteHandler.inc:315 -#: include/class_CopyPasteHandler.inc:318 html/index.php:213 -#: html/index.php:217 -msgid "Error" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:494 +#: plugins/personal/generic/class_user.inc:266 +msgid "May" +msgstr "Mayo" -#: ihtml/themes/default/msg_dialog.tpl:76 -#: ihtml/themes/default/msg_dialog.tpl:78 -#: ihtml/themes/default/msg_dialog.tpl:131 -#: ihtml/themes/default/msg_dialog.tpl:133 -#: plugins/personal/generic/main.inc:159 plugins/personal/posix/main.inc:106 -#: plugins/addons/gotomasses/goto_task.tpl:55 -#: plugins/admin/users/class_userManagement.inc:871 -#: plugins/admin/ogroups/class_ogroupManagement.inc:400 -#: plugins/admin/acl/tabs_acl.inc:61 plugins/admin/acl/tabs_acl_role.inc:47 -#: plugins/admin/groups/class_groupManagement.inc:466 -#: setup/class_setupStep_Migrate.inc:217 setup/class_setupStep_Migrate.inc:266 -#: setup/class_setupStep_Migrate.inc:324 setup/class_setupStep_Migrate.inc:392 -#: setup/class_setupStep_Migrate.inc:467 setup/class_setupStep_Migrate.inc:539 -#: setup/class_setupStep_Migrate.inc:592 setup/class_setupStep_Migrate.inc:722 -#: setup/class_setupStep_Migrate.inc:877 -#: setup/class_setupStep_Migrate.inc:1635 setup/setup_checks.tpl:27 -#: setup/setup_checks.tpl:87 -msgid "Ok" -msgstr "Ok" +#: plugins/personal/posix/class_posixAccount.inc:494 +#: plugins/personal/generic/class_user.inc:266 +msgid "June" +msgstr "Junio" -#: ihtml/themes/default/pwd_heimdal.tpl:5 -#, fuzzy -msgid "Heimdal options" -msgstr "Eliminar opciones" +#: plugins/personal/posix/class_posixAccount.inc:494 +#: plugins/personal/generic/class_user.inc:266 +msgid "July" +msgstr "Julio" -#: ihtml/themes/default/pwd_heimdal.tpl:6 -msgid "Use empty values for infinite" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:494 +#: plugins/personal/generic/class_user.inc:266 +msgid "August" +msgstr "Agosto" -#: ihtml/themes/default/pwd_heimdal.tpl:10 -msgid "Ticket max life" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:494 +#: plugins/personal/generic/class_user.inc:266 +msgid "September" +msgstr "Septiembre" -#: ihtml/themes/default/pwd_heimdal.tpl:18 -msgid "Ticket max renew" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:495 +#: plugins/personal/generic/class_user.inc:267 +msgid "October" +msgstr "Octubre" -#: ihtml/themes/default/pwd_heimdal.tpl:32 -msgid "infinite" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:495 +#: plugins/personal/generic/class_user.inc:267 +msgid "November" +msgstr "Noviembre" -#: ihtml/themes/default/pwd_heimdal.tpl:34 -#: plugins/addons/gotomasses/class_gotomasses.inc:348 -msgid "Hour" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:495 +#: plugins/personal/generic/class_user.inc:267 +msgid "December" +msgstr "Diciembre" -#: ihtml/themes/default/pwd_heimdal.tpl:36 -#: plugins/addons/gotomasses/class_gotomasses.inc:347 -#, fuzzy -msgid "Minute" -msgstr "Impresora" +#: plugins/personal/posix/class_posixAccount.inc:592 +#: setup/setup_config2.tpl:188 +msgid "disabled" +msgstr "desactivado" -#: ihtml/themes/default/pwd_heimdal.tpl:38 -#: plugins/addons/gotomasses/class_gotomasses.inc:346 -#, fuzzy -msgid "Day" -msgstr "Mayo" +#: plugins/personal/posix/class_posixAccount.inc:592 +msgid "full access" +msgstr "Acceso sin restricciones" -#: ihtml/themes/default/pwd_heimdal.tpl:40 -#: plugins/addons/gotomasses/class_gotomasses.inc:349 -#, fuzzy -msgid "Month" -msgstr "mes" +#: plugins/personal/posix/class_posixAccount.inc:593 +msgid "allow access to these hosts" +msgstr "Permitir el acceso a estos equipos" -#: ihtml/themes/default/pwd_heimdal.tpl:42 -msgid "Year" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:646 +#, php-format +msgid "Removing of user/posix account with dn '%s' failed." +msgstr "Ha fallado la eliminación de la cuenta de usuario / posix con dn '%s'." -#: ihtml/themes/default/pwd_heimdal.tpl:47 -msgid "Valid ticket start time" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:802 +#: plugins/admin/acl/remove.tpl:2 plugins/admin/groups/remove.tpl:2 +#: plugins/admin/users/remove.tpl:2 +#: plugins/admin/departments/dep_move_confirm.tpl:2 +#: plugins/admin/departments/remove.tpl:2 plugins/admin/ogroups/remove.tpl:2 +#: include/functions.inc:696 include/functions.inc:2171 +#: include/functions.inc:2175 include/functions.inc:2181 +#: include/class_tabs.inc:214 setup/setup_checks.tpl:32 +#: setup/setup_checks.tpl:93 setup/class_setupStep_Migrate.inc:211 +#: setup/class_setupStep_Migrate.inc:260 setup/class_setupStep_Migrate.inc:385 +#: setup/class_setupStep_Migrate.inc:460 setup/class_setupStep_Migrate.inc:596 +#: setup/class_setupStep_Migrate.inc:726 html/password.php:282 +#: html/index.php:50 html/index.php:56 html/index.php:408 html/index.php:414 +#: ihtml/themes/default/islocked.tpl:6 ihtml/themes/default/remove.tpl:2 +#: ihtml/themes/default/conflict.tpl:6 ihtml/themes/default/msg_dialog.tpl:57 +#: ihtml/themes/default/msg_dialog.tpl:102 +msgid "Warning" +msgstr "Aviso" -#: ihtml/themes/default/pwd_heimdal.tpl:87 -msgid "Valid ticket end time" +#: plugins/personal/posix/class_posixAccount.inc:802 +msgid "Timeout while waiting for lock! Ignoring lock." msgstr "" -#: ihtml/themes/default/pwd_heimdal.tpl:127 +#: plugins/personal/posix/class_posixAccount.inc:896 #, fuzzy -msgid "Password end" -msgstr "Contraseña" - -#: ihtml/themes/default/pwd_heimdal.tpl:198 -#: ihtml/themes/default/copyPasteDialog.tpl:19 -#: plugins/personal/generic/generic_certs.tpl:91 -#: plugins/personal/generic/generic_picture.tpl:33 -#: plugins/admin/departments/class_departmentManagement.inc:407 -#: plugins/admin/departments/dep_move_confirm.tpl:15 -#: include/class_MultiSelectWindow.inc:113 -msgid "Save" -msgstr "Guardar" +msgid "Uid number" +msgstr "Número de Fax" -#: ihtml/themes/default/remove.tpl:6 +#: plugins/personal/posix/class_posixAccount.inc:896 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." +"A duplicated uid number was written for this user, if this was not intended " +"please verify all used uidNumbers." msgstr "" -#: ihtml/themes/default/remove.tpl:9 plugins/addons/gotomasses/remove.tpl:10 -#: plugins/admin/users/remove.tpl:10 plugins/admin/ogroups/remove.tpl:10 -#: plugins/admin/groups/remove.tpl:10 -msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:910 +#, php-format +msgid "Saving of user/posix account with dn '%s' failed." +msgstr "Ha fallado la grabación de la cuenta de usuario/posix con dn '%s'." -#: ihtml/themes/default/remove.tpl:13 -#: plugins/personal/posix/paste_generic.tpl:62 -#: plugins/personal/posix/generic.tpl:107 -#: plugins/personal/posix/generic.tpl:149 -#: plugins/personal/posix/generic.tpl:178 -#: plugins/addons/gotomasses/remove.tpl:15 -#: plugins/addons/gotomasses/remove.tpl:17 plugins/admin/users/remove.tpl:15 -#: plugins/admin/users/remove.tpl:18 plugins/admin/ogroups/remove.tpl:15 -#: plugins/admin/ogroups/remove.tpl:19 plugins/admin/ogroups/generic.tpl:54 -#: plugins/admin/departments/remove.tpl:15 -#: plugins/admin/departments/remove.tpl:19 plugins/admin/acl/remove.tpl:15 -#: plugins/admin/acl/remove.tpl:19 plugins/admin/groups/remove.tpl:16 -#: plugins/admin/groups/remove.tpl:20 plugins/admin/groups/generic.tpl:195 -msgid "Delete" -msgstr "Eliminar" +#: plugins/personal/posix/class_posixAccount.inc:929 +#: plugins/personal/posix/class_posixAccount.inc:1126 +msgid "Group of user" +msgstr "Grupo de usuarios" -#: ihtml/themes/default/islocked.tpl:2 -msgid "Locking conflict detected" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:985 +#: plugins/personal/posix/class_posixAccount.inc:1062 +msgid "The required field 'Home directory' is not set." +msgstr "No se ha asignado ningún valor al campo 'Directorio de usuario'." -#: ihtml/themes/default/islocked.tpl:9 -msgid "" -"If this lock detection is false, the other person has obviously closed the " -"webbrowser during the edit operation. You may want to take over the lock by " -"pressing the 'Edit anyway' button." +#: plugins/personal/posix/class_posixAccount.inc:988 +#: plugins/personal/posix/class_posixAccount.inc:1065 +msgid "Please enter a valid path in 'Home directory' field." msgstr "" +"Por favor introduzca una ruta valida en el campo 'Directorio de usuario'" -#: ihtml/themes/default/MultiSelectWindow.tpl:55 -#: ihtml/themes/default/MultiSelectWindow.tpl:95 -#: plugins/personal/posix/posix_groups.tpl:21 -#: plugins/admin/ogroups/ogroup_objects.tpl:20 -#: plugins/admin/groups/group_objects.tpl:20 -msgid "Filters" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:996 +msgid "Value specified as 'UID' is not valid." +msgstr "El valor especificado como 'UID' no es valido." -#: ihtml/themes/default/password.tpl:6 -#, fuzzy -msgid "Change your password" -msgstr "Cambiar contraseña" +#: plugins/personal/posix/class_posixAccount.inc:999 +msgid "Value specified as 'UID' is too small." +msgstr "El valor especificado como 'UID' es demasiado pequeño." -#: ihtml/themes/default/password.tpl:33 -#, fuzzy -msgid "Success" -msgstr "Acceso sin restricciones" +#: plugins/personal/posix/class_posixAccount.inc:1003 +#: plugins/admin/groups/class_groupGeneric.inc:899 +msgid "Value specified as 'GID' is not valid." +msgstr "El valor especificado como 'GID' no es valido." -#: ihtml/themes/default/password.tpl:33 -msgid "Your password has been changed successfully." -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:1006 +#: plugins/admin/groups/class_groupGeneric.inc:902 +msgid "Value specified as 'GID' is too small." +msgstr "El valor especificado como 'GID' es demasiado pequeño." -#: ihtml/themes/default/password.tpl:39 -#: plugins/admin/users/class_userManagement.inc:296 -#, fuzzy -msgid "Password change" -msgstr "Contraseña" +#: plugins/personal/posix/class_posixAccount.inc:1014 +#: plugins/personal/posix/class_posixAccount.inc:1071 +msgid "Value specified as 'shadowMin' is not valid." +msgstr "El valor especificado como 'shadowMin' no es valido." -#: ihtml/themes/default/password.tpl:51 -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 "" +#: plugins/personal/posix/class_posixAccount.inc:1019 +#: plugins/personal/posix/class_posixAccount.inc:1076 +msgid "Value specified as 'shadowMax' is not valid." +msgstr "El valor especificado como 'shadowMax' no es valido." -#: ihtml/themes/default/password.tpl:76 ihtml/themes/default/password.tpl:77 -#: plugins/personal/password/password.tpl:11 -msgid "Current password" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:1024 +#: plugins/personal/posix/class_posixAccount.inc:1081 +msgid "Value specified as 'shadowWarning' is not valid." +msgstr "El valor especificado como 'shadowWarning' no es valido." -#: ihtml/themes/default/password.tpl:80 ihtml/themes/default/password.tpl:81 -#: ihtml/themes/default/password.tpl:84 -#: plugins/personal/password/password.tpl:16 -#: plugins/personal/generic/password.tpl:7 plugins/admin/users/password.tpl:11 -msgid "New password" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:1027 +#: plugins/personal/posix/class_posixAccount.inc:1084 +msgid "'shadowWarning' without 'shadowMax' makes no sense." +msgstr "'shadowWarning' sin 'shadowMax' no tiene sentido." -#: ihtml/themes/default/password.tpl:84 -#, fuzzy -msgid "again" -msgstr "Administrador" +#: plugins/personal/posix/class_posixAccount.inc:1030 +#: plugins/personal/posix/class_posixAccount.inc:1087 +msgid "Value specified as 'shadowWarning' should be smaller than 'shadowMax'." +msgstr "" +"El valor especificado como 'shadowWarning' debería ser menor que 'shadowMax'." -#: ihtml/themes/default/password.tpl:85 -#, fuzzy -msgid "New password repeated" -msgstr "activo, la contraseña expiró" +#: plugins/personal/posix/class_posixAccount.inc:1033 +#: plugins/personal/posix/class_posixAccount.inc:1090 +msgid "Value specified as 'shadowWarning' should be greater than 'shadowMin'." +msgstr "" +"El valor especificado como 'shadowWarning' debería ser mayor que 'shadowMin'." -#: ihtml/themes/default/password.tpl:92 -#, fuzzy -msgid "Change" -msgstr "Cancelar" +#: plugins/personal/posix/class_posixAccount.inc:1038 +#: plugins/personal/posix/class_posixAccount.inc:1095 +msgid "Value specified as 'shadowInactive' is not valid." +msgstr "El valor especificado como 'shadowInactive' no es valido." -#: ihtml/themes/default/password.tpl:93 -#, fuzzy -msgid "Click here to change your password" -msgstr "Permitir al usuario cambiar su contraseña" +#: plugins/personal/posix/class_posixAccount.inc:1041 +#: plugins/personal/posix/class_posixAccount.inc:1098 +msgid "'shadowInactive' without 'shadowMax' makes no sense." +msgstr "'shadowInactive' sin 'shadowMax' no tiene sentido." -#: ihtml/themes/default/copyPasteDialog.tpl:1 -msgid "Copy & paste wizard" +#: plugins/personal/posix/class_posixAccount.inc:1046 +#: plugins/personal/posix/class_posixAccount.inc:1103 +msgid "Value specified as 'shadowMin' should be smaller than 'shadowMax'." msgstr "" +"El valor especificado como 'shadowMin' debería ser menor que 'shadowMax'." -#: ihtml/themes/default/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/personal/posix/class_posixAccount.inc:1305 +#: plugins/personal/generic/class_user.inc:374 +#: plugins/personal/generic/class_user.inc:471 +#: plugins/personal/generic/class_user.inc:732 +#: plugins/personal/generic/class_user.inc:1262 +#: plugins/personal/generic/main.inc:103 +#: plugins/addons/notifications/class_msgplug.inc:117 +#: plugins/addons/notifications/class_msgplug.inc:213 +#: plugins/admin/groups/class_groupGeneric.inc:711 +#: plugins/admin/groups/class_groupGeneric.inc:716 +#: plugins/admin/groups/class_groupGeneric.inc:944 include/functions.inc:1188 +#: include/functions.inc:1300 include/class_plugin.inc:621 +#: include/class_plugin.inc:653 include/class_plugin.inc:689 +#: include/class_plugin.inc:1370 include/class_CopyPasteHandler.inc:274 +#: include/class_CopyPasteHandler.inc:277 +#: include/class_CopyPasteHandler.inc:315 +#: include/class_CopyPasteHandler.inc:318 include/class_log.inc:144 +#: include/class_log.inc:152 include/class_log.inc:157 +#: include/class_log.inc:177 setup/setup_checks.tpl:30 +#: setup/setup_checks.tpl:91 setup/class_setupStep_Migrate.inc:1019 +#: html/index.php:214 html/index.php:218 +#: ihtml/themes/default/msg_dialog.tpl:55 +#: ihtml/themes/default/msg_dialog.tpl:100 +msgid "Error" msgstr "" -#: ihtml/themes/default/copyPasteDialog.tpl:9 -msgid "Remember that some properties like taken snapshots will not be copied!" +#: plugins/personal/posix/class_posixAccount.inc:1305 +msgid "Cannot allocate a free ID: too many users!" msgstr "" -#: 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 "" +#: plugins/personal/posix/class_posixAccount.inc:1480 +msgid "POSIX account" +msgstr "Cuenta POSIX" -#: ihtml/themes/default/copyPasteDialog.tpl:24 -msgid "Cancel all" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:1492 +#: setup/setup_migrate.tpl:217 html/getxls.php:100 html/getxls.php:135 +#: html/getxls.php:158 html/getxls.php:347 html/getxls.php:364 +msgid "User ID" +msgstr "Identificador (ID) de usuario" -#: ihtml/themes/default/copyPasteDialog.tpl:30 -msgid "Operation complete" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:1493 +msgid "Group ID" +msgstr "Identificador (ID) de Grupo" -#: ihtml/themes/default/copyPasteDialog.tpl:32 -#: setup/class_setupStep_Finish.inc:37 -msgid "Finish" -msgstr "Terminar" +#: plugins/personal/posix/class_posixAccount.inc:1495 +msgid "Force password change on login" +msgstr "Forzar el cambio de contraseña al iniciar" -#: 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 "" +#: plugins/personal/posix/class_posixAccount.inc:1496 +msgid "Shadow min" +msgstr "Shadow min" -#: ihtml/themes/default/sizelimit.tpl:6 -msgid "Please choose the way to react for this session" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:1497 +msgid "Shadow max" +msgstr "Shadow max" -#: ihtml/themes/default/sizelimit.tpl:9 -msgid "ignore this error and show all entries the LDAP server returns" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:1498 +msgid "Shadow warning" +msgstr "Shadow warning" -#: ihtml/themes/default/sizelimit.tpl:10 -msgid "" -"ignore this error and show all entries that fit into the defined sizelimit " -"and let me use filters instead" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:1499 +msgid "Shadow inactive" +msgstr "Shadow inactive" -#: ihtml/themes/default/sizelimit.tpl:14 -#: plugins/personal/generic/generic.tpl:137 -msgid "Set" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:1500 +msgid "Shadow expire" +msgstr "Shadow expire" -#: ihtml/themes/default/help.tpl:9 -msgid "GOsa help viewer" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:1501 +msgid "System trust model" +msgstr "Sistema de confianza" -#: ihtml/themes/default/help.tpl:15 -msgid "Index" -msgstr "" +#: plugins/personal/posix/main.inc:106 plugins/personal/generic/main.inc:159 +#: plugins/admin/acl/tabs_acl.inc:61 plugins/admin/acl/tabs_acl_role.inc:47 +#: plugins/admin/groups/class_groupManagement.inc:466 +#: plugins/admin/users/class_userManagement.inc:871 +#: plugins/admin/ogroups/class_ogroupManagement.inc:400 +#: setup/setup_checks.tpl:27 setup/setup_checks.tpl:87 +#: setup/class_setupStep_Migrate.inc:217 setup/class_setupStep_Migrate.inc:266 +#: setup/class_setupStep_Migrate.inc:324 setup/class_setupStep_Migrate.inc:392 +#: setup/class_setupStep_Migrate.inc:467 setup/class_setupStep_Migrate.inc:539 +#: setup/class_setupStep_Migrate.inc:592 setup/class_setupStep_Migrate.inc:722 +#: setup/class_setupStep_Migrate.inc:877 +#: setup/class_setupStep_Migrate.inc:1635 +#: ihtml/themes/default/msg_dialog.tpl:76 +#: ihtml/themes/default/msg_dialog.tpl:78 +#: ihtml/themes/default/msg_dialog.tpl:131 +#: ihtml/themes/default/msg_dialog.tpl:133 +msgid "Ok" +msgstr "Ok" -#: ihtml/themes/default/help.tpl:21 setup/setup_ldap.tpl:13 -msgid "Search" +#: plugins/personal/posix/main.inc:118 plugins/personal/generic/main.inc:182 +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" -#: plugins/generic/welcome/welcome.tpl:4 -msgid "" -"This is the GOsa main menu. You can select your tasks from the menu on the " -"left, or by choosing one of the pictograms below. All changes apply directly " -"to your companies LDAP server." -msgstr "" +#: plugins/personal/posix/main.inc:120 plugins/personal/generic/main.inc:172 +#: plugins/admin/groups/class_divListGroup.inc:171 +#: plugins/admin/users/class_divListUsers.inc:164 +msgid "Edit" +msgstr "Editar" -#: plugins/generic/welcome/welcome.tpl:8 +#: plugins/personal/posix/main.inc:129 +msgid "Unix settings" +msgstr "Parametros Unix" + +#: plugins/personal/generic/password.tpl:2 msgid "" -"Use 'Sign out' on the upper left to close the connection and 'Main' to get " -"back to the pictogram view." +"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/generic/welcome/welcome.tpl:15 -msgid "The GOsa team" +#: plugins/personal/generic/generic_picture.tpl:5 +#: plugins/personal/generic/generic_picture.tpl:15 +#: plugins/personal/generic/multiple_generic.tpl:13 +#: plugins/personal/generic/paste_generic.tpl:37 +#: plugins/personal/generic/generic.tpl:20 +#: plugins/personal/generic/generic.tpl:22 +#: plugins/personal/generic/generic.tpl:38 +msgid "Personal picture" msgstr "" -#: plugins/generic/welcome/main.inc:24 -#, php-format -msgid "Welcome %s!" +#: plugins/personal/generic/generic_picture.tpl:27 +#: plugins/personal/generic/paste_generic.tpl:52 +msgid "Remove picture" msgstr "" -#: plugins/generic/references/class_reference.inc:22 -#: plugins/personal/posix/class_posixAccount.inc:16 -msgid "UNIX" -msgstr "" +#: plugins/personal/generic/generic_picture.tpl:33 +#: plugins/personal/generic/generic_certs.tpl:91 +#: plugins/admin/departments/dep_move_confirm.tpl:15 +#: plugins/admin/departments/class_departmentManagement.inc:407 +#: include/class_MultiSelectWindow.inc:113 +#: ihtml/themes/default/copyPasteDialog.tpl:19 +#: ihtml/themes/default/pwd_heimdal.tpl:198 +msgid "Save" +msgstr "Guardar" -#: plugins/generic/references/class_reference.inc:30 -msgid "FAX" +#: plugins/personal/generic/multiple_generic.tpl:5 +#: plugins/personal/generic/generic.tpl:6 +msgid "Personal information" msgstr "" -#: plugins/generic/references/class_reference.inc:32 -msgid "Proxy" -msgstr "Proxy" +#: plugins/personal/generic/multiple_generic.tpl:23 +#: plugins/personal/generic/generic.tpl:108 +#: plugins/personal/generic/class_user.inc:1424 +msgid "Academic title" +msgstr "Títulos académicos" -#: plugins/generic/references/class_reference.inc:34 -msgid "FTP" +#: plugins/personal/generic/multiple_generic.tpl:33 +#: plugins/personal/generic/generic.tpl:157 +msgid "Preferred langage" msgstr "" -#: plugins/generic/references/class_reference.inc:36 -#: plugins/admin/ogroups/class_ogroupManagement.inc:451 -#: plugins/admin/groups/class_divListGroup.inc:165 -msgid "Group" -msgstr "Grupo" - -#: plugins/generic/references/class_reference.inc:38 -#: plugins/personal/generic/class_user.inc:1429 -#: plugins/personal/generic/multiple_generic.tpl:159 -#: plugins/personal/generic/generic.tpl:279 -#: plugins/admin/users/class_divListUsers.inc:61 -#: plugins/admin/ogroups/class_ogroupManagement.inc:453 -#: plugins/admin/departments/class_divListDepartment.inc:137 -msgid "Department" -msgstr "Departamento" - -#: plugins/generic/references/class_reference.inc:42 -#: plugins/admin/ogroups/class_ogroupManagement.inc:452 -#: plugins/admin/ogroups/tabs_ogroups.inc:122 -#: plugins/admin/groups/class_divListGroup.inc:232 -msgid "Application" -msgstr "Aplicación" +#: plugins/personal/generic/multiple_generic.tpl:47 +#: plugins/personal/generic/generic.tpl:170 +#: plugins/personal/generic/class_user.inc:1418 +#: plugins/admin/acl/class_divListACL.inc:134 +#: plugins/admin/acl/acl_role.tpl:27 plugins/admin/acl/class_aclRole.inc:678 +#: plugins/admin/groups/class_groupGeneric.inc:1002 +#: plugins/admin/groups/class_divListGroup.inc:151 +#: plugins/admin/groups/generic.tpl:39 +#: plugins/admin/users/class_divListUsers.inc:143 +#: plugins/admin/departments/class_divListDepartment.inc:125 +#: plugins/admin/departments/generic.tpl:35 +#: plugins/admin/departments/class_departmentGeneric.inc:571 +#: plugins/admin/ogroups/class_divListOGroup.inc:163 +#: plugins/admin/ogroups/class_ogroup.inc:750 +#: plugins/admin/ogroups/generic.tpl:26 setup/setup_ldap.tpl:55 +msgid "Base" +msgstr "Base" -#: plugins/generic/references/class_reference.inc:44 -#: plugins/addons/gotomasses/class_target_list.inc:180 -#: plugins/admin/ogroups/class_ogroupManagement.inc:454 -#: setup/setup_config2.tpl:248 setup/setup_config2.tpl:293 -msgid "Server" -msgstr "Servidor" +#: plugins/personal/generic/multiple_generic.tpl:53 +#: plugins/personal/generic/generic.tpl:175 +msgid "Choose subtree to place user in" +msgstr "" -#: plugins/generic/references/class_reference.inc:46 -msgid "Thin Client" +#: plugins/personal/generic/multiple_generic.tpl:56 +#: plugins/personal/generic/generic.tpl:180 plugins/admin/acl/acl_role.tpl:37 +#: plugins/admin/groups/generic.tpl:49 +#: plugins/admin/departments/generic.tpl:45 +#: plugins/admin/ogroups/generic.tpl:34 +msgid "Select a base" msgstr "" -#: plugins/generic/references/class_reference.inc:48 -#: plugins/addons/gotomasses/class_target_list.inc:182 -#: plugins/admin/ogroups/class_ogroupManagement.inc:456 -msgid "Workstation" -msgstr "Estación de trabajo" +#: plugins/personal/generic/multiple_generic.tpl:67 +#: plugins/personal/generic/multiple_generic.tpl:285 +#: plugins/personal/generic/generic.tpl:194 +#: plugins/personal/generic/generic.tpl:389 +#: plugins/admin/departments/generic.tpl:76 +#: plugins/admin/departments/class_departmentGeneric.inc:577 +#: html/getxls.php:227 +msgid "Address" +msgstr "Dirección" -#: plugins/generic/references/class_reference.inc:50 -#: plugins/addons/gotomasses/class_target_list.inc:184 -#: plugins/admin/ogroups/class_divListOGroup.inc:176 -#: plugins/admin/ogroups/class_divListOGroup.inc:294 -msgid "Object group" +#: plugins/personal/generic/multiple_generic.tpl:78 +#: plugins/personal/generic/generic.tpl:202 +msgid "Private phone" msgstr "" -#: plugins/generic/references/contents.tpl:11 -#: plugins/addons/gotomasses/class_target_list.inc:48 -msgid "Object name" -msgstr "" +#: plugins/personal/generic/multiple_generic.tpl:88 +#: plugins/personal/generic/generic.tpl:210 +#: plugins/personal/generic/class_user.inc:1427 +msgid "Homepage" +msgstr "Página Web" -#: plugins/generic/references/contents.tpl:11 -#: plugins/addons/gotomasses/class_gotomasses.inc:344 -#: plugins/admin/ogroups/class_ogroup.inc:763 -#: plugins/admin/ogroups/generic.tpl:15 -#: plugins/admin/departments/class_departmentGeneric.inc:590 -#: plugins/admin/departments/generic.tpl:16 plugins/admin/acl/acl_role.tpl:17 -#: plugins/admin/acl/class_aclRole.inc:679 plugins/admin/groups/generic.tpl:24 -#: plugins/admin/groups/class_groupGeneric.inc:1003 html/getxls.php:158 -#: html/getxls.php:287 -msgid "Description" -msgstr "Descripción" +#: plugins/personal/generic/multiple_generic.tpl:105 +#: plugins/personal/generic/generic.tpl:223 +msgid "Password storage" +msgstr "" -#: plugins/generic/references/contents.tpl:11 -msgid "Contents" +#: plugins/personal/generic/multiple_generic.tpl:117 +#: plugins/personal/generic/generic.tpl:238 +#: plugins/personal/generic/generic_certs.tpl:3 +msgid "Certificates" msgstr "" -#: plugins/generic/references/contents.tpl:18 -msgid "This object has no relationship to other objects." +#: plugins/personal/generic/multiple_generic.tpl:121 +#: plugins/personal/generic/generic.tpl:241 +msgid "Edit certificates" msgstr "" -#: plugins/personal/password/class_password.inc:25 -#: plugins/personal/generic/class_user.inc:17 -#: plugins/personal/posix/class_posixAccount.inc:17 -#: plugins/addons/gotomasses/class_gotomasses.inc:7 -#: plugins/addons/gotomasses/class_goto_task.inc:7 -#: plugins/addons/notifications/class_msgplug.inc:7 -#: plugins/admin/users/class_userManagement.inc:25 -#: plugins/admin/ogroups/class_ogroupManagement.inc:25 -#: plugins/admin/departments/class_departmentManagement.inc:25 -#: plugins/admin/acl/class_aclRole.inc:7 -#: plugins/admin/acl/class_aclManagement.inc:25 -#: plugins/admin/groups/class_groupManagement.inc:25 include/class_acl.inc:7 -msgid "This does something" +#: plugins/personal/generic/multiple_generic.tpl:137 +#: plugins/personal/generic/generic.tpl:259 +msgid "Organizational information" msgstr "" -#: plugins/personal/password/class_password.inc:77 -#: plugins/personal/password/class_password.inc:80 -#: plugins/personal/password/class_password.inc:83 -#: plugins/personal/password/class_password.inc:86 -#: plugins/personal/password/class_password.inc:89 -#: plugins/personal/password/class_password.inc:92 -#: plugins/personal/password/class_password.inc:106 -#: plugins/personal/password/class_password.inc:112 -#: plugins/personal/password/class_password.inc:140 -#: plugins/personal/generic/class_user.inc:1419 -msgid "User password" -msgstr "Contraseña del usuario" +#: plugins/personal/generic/multiple_generic.tpl:149 +#: plugins/personal/generic/generic.tpl:271 +#: plugins/personal/generic/class_user.inc:1428 setup/setup_feedback.tpl:14 +#: html/getxls.php:299 +msgid "Organization" +msgstr "Organización" -#: plugins/personal/password/class_password.inc:78 -msgid "You need to specify your current password in order to proceed." -msgstr "Necesita introducir su contraseña actual para continuar." +#: plugins/personal/generic/multiple_generic.tpl:159 +#: plugins/personal/generic/generic.tpl:279 +#: plugins/personal/generic/class_user.inc:1429 +#: plugins/admin/users/class_divListUsers.inc:61 +#: plugins/admin/departments/class_divListDepartment.inc:137 +#: plugins/admin/ogroups/class_ogroupManagement.inc:453 +#: plugins/generic/references/class_reference.inc:38 +msgid "Department" +msgstr "Departamento" -#: plugins/personal/password/class_password.inc:81 -#: plugins/personal/generic/main.inc:80 -#: plugins/admin/users/class_userManagement.inc:189 html/password.php:195 -msgid "" -"The passwords you've entered as 'New password' and 'Repeated new password' " -"do not match." +#: plugins/personal/generic/multiple_generic.tpl:169 +#: plugins/personal/generic/generic.tpl:287 +msgid "Department No." msgstr "" -"No coinciden las contraseñas introducidas como 'Nueva contraseña' y 'Repetir " -"nueva contraseña'." - -#: plugins/personal/password/class_password.inc:84 -#: plugins/personal/generic/main.inc:85 -#: plugins/admin/users/class_userManagement.inc:194 html/password.php:198 -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:87 html/password.php:206 -msgid "The password used as new and current are too similar." +#: plugins/personal/generic/multiple_generic.tpl:179 +#: plugins/personal/generic/generic.tpl:295 +msgid "Employee No." msgstr "" -"La contraseña actual y la introducida como nueva son demasiado parecidas." - -#: plugins/personal/password/class_password.inc:90 html/password.php:211 -msgid "The password used as new is to short." -msgstr "La nueva contraseña es demasiado corta." - -#: plugins/personal/password/class_password.inc:93 -#, fuzzy, php-format -msgid "External password changer reported a problem: %s." -msgstr "El programa externo de cambio de contraseña informo de un problema: " - -#: plugins/personal/password/class_password.inc:107 -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:113 -#, fuzzy -msgid "You have no permission to change your password." -msgstr "No tiene permisos para cambiar su contraseña." +#: plugins/personal/generic/multiple_generic.tpl:189 +#: plugins/personal/generic/generic.tpl:303 +#: plugins/personal/generic/class_user.inc:1435 +msgid "Employee type" +msgstr "Funciones laborales" -#: plugins/personal/password/nochange.tpl:2 -msgid "Password change not allowed" +#: plugins/personal/generic/multiple_generic.tpl:207 +#: plugins/personal/generic/multiple_generic.tpl:418 +#: plugins/personal/generic/generic.tpl:321 +#: plugins/personal/generic/generic.tpl:503 +msgid "Room No." msgstr "" -#: plugins/personal/password/nochange.tpl:6 -msgid "You are not allowed to change your password at this time" -msgstr "" +#: plugins/personal/generic/multiple_generic.tpl:217 +#: plugins/personal/generic/multiple_generic.tpl:428 +#: plugins/personal/generic/generic.tpl:330 +#: plugins/personal/generic/generic.tpl:511 +#: plugins/admin/groups/class_divListGroup.inc:234 +#: plugins/admin/users/class_divListUsers.inc:244 +#: plugins/admin/departments/generic.tpl:83 +#: plugins/admin/ogroups/class_ogroupManagement.inc:455 +#: plugins/generic/references/class_reference.inc:40 +msgid "Phone" +msgstr "Teléfono" -#: 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/multiple_generic.tpl:227 +#: plugins/personal/generic/generic.tpl:339 html/getxls.php:299 +msgid "Mobile" msgstr "" -#: plugins/personal/password/changed.tpl:9 -#: plugins/personal/generic/main.inc:169 -#: plugins/admin/departments/class_departmentManagement.inc:444 -#: plugins/admin/departments/dep_iframe.tpl:18 setup/class_setup.inc:261 -#: setup/class_setup.inc:263 include/functions.inc:1496 -msgid "Back" -msgstr "Atrás" - -#: plugins/personal/password/password.tpl:2 -msgid "" -"To change your personal password use the fields below. The changes take " -"effect immediately. Please memorize the new password, because you wouldn't " -"be able to login without it." +#: plugins/personal/generic/multiple_generic.tpl:237 +#: plugins/personal/generic/generic.tpl:347 html/getxls.php:226 +#: html/getxls.php:300 +msgid "Pager" msgstr "" -#: plugins/personal/password/password.tpl:6 plugins/admin/users/password.tpl:6 -msgid "" -"Changing the password affects your authentification on mail, proxy, samba " -"and unix services." -msgstr "" +#: plugins/personal/generic/multiple_generic.tpl:247 +#: plugins/personal/generic/multiple_generic.tpl:438 +#: plugins/personal/generic/generic.tpl:355 +#: plugins/personal/generic/generic.tpl:523 +#: plugins/admin/users/class_divListUsers.inc:246 +#: plugins/admin/departments/generic.tpl:91 +#: plugins/admin/departments/class_departmentGeneric.inc:579 +#: html/getxls.php:222 html/getxls.php:297 +msgid "Fax" +msgstr "Fax" -#: plugins/personal/password/password.tpl:21 -#: plugins/personal/generic/password.tpl:11 -#: plugins/admin/users/password.tpl:15 -msgid "Repeat new password" -msgstr "" +#: plugins/personal/generic/multiple_generic.tpl:265 +#: plugins/personal/generic/generic.tpl:373 +#: plugins/personal/generic/class_user.inc:1436 +#: plugins/admin/departments/generic.tpl:56 +#: plugins/admin/departments/generic.tpl:68 +#: plugins/admin/departments/class_departmentGeneric.inc:572 +#: html/getxls.php:224 +msgid "Location" +msgstr "Localización" -#: plugins/personal/password/password.tpl:30 -#: plugins/personal/generic/password.tpl:17 -#: plugins/admin/users/password.tpl:21 -msgid "Set password" -msgstr "" +#: plugins/personal/generic/multiple_generic.tpl:275 +#: plugins/personal/generic/generic.tpl:381 +#: plugins/personal/generic/class_user.inc:1437 +#: plugins/admin/departments/generic.tpl:60 +#: plugins/admin/departments/class_departmentGeneric.inc:576 +#: html/getxls.php:228 html/getxls.php:301 +msgid "State" +msgstr "Provincia" -#: plugins/personal/password/password.tpl:32 -msgid "Clear fields" -msgstr "" +#: plugins/personal/generic/multiple_generic.tpl:302 +#: plugins/personal/generic/generic.tpl:405 +#: plugins/personal/generic/class_user.inc:1395 +msgid "Vocation" +msgstr "Profesión" -#: plugins/personal/password/main.inc:46 setup/setup_config1.tpl:136 -msgid "Password settings" -msgstr "Parámetros de Contraseña" +#: plugins/personal/generic/multiple_generic.tpl:312 +#: plugins/personal/generic/generic.tpl:413 +#: plugins/personal/generic/class_user.inc:1398 +msgid "Unit description" +msgstr "Descripción de la unidad" -#: plugins/personal/generic/generic_certs.tpl:3 -#: plugins/personal/generic/multiple_generic.tpl:117 -#: plugins/personal/generic/generic.tpl:238 -msgid "Certificates" +#: plugins/personal/generic/multiple_generic.tpl:323 +#: plugins/personal/generic/generic.tpl:422 +#: plugins/personal/generic/class_user.inc:1399 +msgid "Subject area" +msgstr "Área de desarrollo" + +#: plugins/personal/generic/multiple_generic.tpl:334 +#: plugins/personal/generic/generic.tpl:431 +#: plugins/personal/generic/class_user.inc:1400 +msgid "Functional title" +msgstr "Función" + +#: plugins/personal/generic/multiple_generic.tpl:345 +#: plugins/personal/generic/generic.tpl:440 +#: plugins/personal/generic/class_user.inc:1404 +#: plugins/admin/acl/class_divListACL.inc:147 +#: plugins/admin/acl/class_divListACL.inc:206 +#: plugins/admin/acl/class_aclRole.inc:668 +msgid "Role" +msgstr "Rol" + +#: plugins/personal/generic/multiple_generic.tpl:360 +#: plugins/personal/generic/generic.tpl:454 +#: plugins/personal/generic/class_user.inc:1397 +msgid "Person locality" +msgstr "Lugar de residencia" + +#: plugins/personal/generic/multiple_generic.tpl:371 +#: plugins/personal/generic/generic.tpl:463 +#: plugins/personal/generic/class_user.inc:1393 +msgid "Unit" +msgstr "Unidad" + +#: plugins/personal/generic/multiple_generic.tpl:382 +#: plugins/personal/generic/generic.tpl:472 +#: plugins/personal/generic/class_user.inc:1403 +msgid "Street" +msgstr "Calle" + +#: plugins/personal/generic/multiple_generic.tpl:392 +#: plugins/personal/generic/generic.tpl:480 +#: plugins/personal/generic/class_user.inc:1405 html/getxls.php:227 +msgid "Postal code" +msgstr "Código Postal" + +#: plugins/personal/generic/multiple_generic.tpl:402 +#: plugins/personal/generic/generic.tpl:488 +#: plugins/personal/generic/class_user.inc:1394 +msgid "House identifier" +msgstr "Tipo de Vía" + +#: plugins/personal/generic/multiple_generic.tpl:449 +#: plugins/personal/generic/generic.tpl:532 +#: plugins/personal/generic/class_user.inc:1396 +msgid "Last delivery" +msgstr "Última dirección conocida" + +#: plugins/personal/generic/multiple_generic.tpl:460 +#: plugins/personal/generic/generic.tpl:541 +#: plugins/personal/generic/class_user.inc:1402 +msgid "Public visible" +msgstr "Visible por todos" + +#: plugins/personal/generic/paste_generic.tpl:1 +msgid "User settings" +msgstr "" + +#: plugins/personal/generic/paste_generic.tpl:7 +#: plugins/personal/generic/generic.tpl:49 plugins/admin/users/template.tpl:23 +msgid "Last name" +msgstr "" + +#: plugins/personal/generic/paste_generic.tpl:11 +#: plugins/personal/generic/generic.tpl:69 plugins/admin/users/template.tpl:27 +msgid "First name" +msgstr "" + +#: plugins/personal/generic/paste_generic.tpl:15 +#: plugins/personal/generic/generic.tpl:82 plugins/admin/users/template.tpl:32 +msgid "Login" +msgstr "" + +#: plugins/personal/generic/paste_generic.tpl:23 +msgid "Clear password" +msgstr "" + +#: plugins/personal/generic/paste_generic.tpl:24 +msgid "Set new password" +msgstr "" + +#: plugins/personal/generic/paste_generic.tpl:47 +#: plugins/personal/generic/class_user.inc:1438 +msgid "User picture" +msgstr "Foto del usuario" + +#: plugins/personal/generic/generic.tpl:29 +#: plugins/personal/generic/generic.tpl:40 +msgid "Change picture" +msgstr "" + +#: plugins/personal/generic/generic.tpl:52 +#: plugins/personal/generic/generic.tpl:73 +#: plugins/personal/generic/generic.tpl:89 plugins/admin/groups/generic.tpl:14 +msgid "Multiple edit" +msgstr "" + +#: plugins/personal/generic/generic.tpl:62 +msgid "Template name" +msgstr "" + +#: plugins/personal/generic/generic.tpl:98 +#: plugins/personal/generic/class_user.inc:1423 +msgid "Personal title" +msgstr "Título Personal" + +#: plugins/personal/generic/generic.tpl:119 +#: plugins/personal/generic/class_user.inc:1430 +msgid "Date of birth" +msgstr "Fecha de nacimiento" + +#: plugins/personal/generic/generic.tpl:137 +#: ihtml/themes/default/sizelimit.tpl:14 +msgid "Set" +msgstr "" + +#: plugins/personal/generic/generic.tpl:144 html/getxls.php:86 +#: html/getxls.php:281 +msgid "Sex" +msgstr "" + +#: plugins/personal/generic/generic.tpl:230 include/functions.inc:936 +msgid "Configure" +msgstr "" + +#: plugins/personal/generic/generic.tpl:517 +msgid "Please use the phone tab" msgstr "" #: plugins/personal/generic/generic_certs.tpl:8 @@ -1126,11 +1166,11 @@ msgstr "" #: plugins/personal/generic/generic_certs.tpl:21 #: plugins/personal/generic/generic_certs.tpl:45 #: plugins/personal/generic/generic_certs.tpl:69 -#: plugins/admin/users/class_divListUsers.inc:168 -#: plugins/admin/ogroups/class_divListOGroup.inc:185 -#: plugins/admin/departments/class_divListDepartment.inc:141 #: plugins/admin/acl/class_divListACL.inc:153 #: plugins/admin/groups/class_divListGroup.inc:173 +#: plugins/admin/users/class_divListUsers.inc:168 +#: plugins/admin/departments/class_divListDepartment.inc:141 +#: plugins/admin/ogroups/class_divListOGroup.inc:185 msgid "Remove" msgstr "Eliminar" @@ -1147,66 +1187,6 @@ msgstr "" msgid "Certificate serial number" msgstr "Número de serie del certificado" -#: plugins/personal/generic/class_user.inc:265 -#: plugins/personal/posix/class_posixAccount.inc:494 -msgid "January" -msgstr "Enero" - -#: plugins/personal/generic/class_user.inc:265 -#: plugins/personal/posix/class_posixAccount.inc:494 -msgid "February" -msgstr "Febrero" - -#: plugins/personal/generic/class_user.inc:265 -#: plugins/personal/posix/class_posixAccount.inc:494 -msgid "March" -msgstr "Marzo" - -#: plugins/personal/generic/class_user.inc:265 -#: plugins/personal/posix/class_posixAccount.inc:494 -msgid "April" -msgstr "Abril" - -#: plugins/personal/generic/class_user.inc:266 -#: plugins/personal/posix/class_posixAccount.inc:495 -msgid "May" -msgstr "Mayo" - -#: plugins/personal/generic/class_user.inc:266 -#: plugins/personal/posix/class_posixAccount.inc:495 -msgid "June" -msgstr "Junio" - -#: plugins/personal/generic/class_user.inc:266 -#: plugins/personal/posix/class_posixAccount.inc:495 -msgid "July" -msgstr "Julio" - -#: plugins/personal/generic/class_user.inc:266 -#: plugins/personal/posix/class_posixAccount.inc:495 -msgid "August" -msgstr "Agosto" - -#: plugins/personal/generic/class_user.inc:266 -#: plugins/personal/posix/class_posixAccount.inc:495 -msgid "September" -msgstr "Septiembre" - -#: plugins/personal/generic/class_user.inc:267 -#: plugins/personal/posix/class_posixAccount.inc:496 -msgid "October" -msgstr "Octubre" - -#: plugins/personal/generic/class_user.inc:267 -#: plugins/personal/posix/class_posixAccount.inc:496 -msgid "November" -msgstr "Noviembre" - -#: plugins/personal/generic/class_user.inc:267 -#: plugins/personal/posix/class_posixAccount.inc:496 -msgid "December" -msgstr "Diciembre" - #: plugins/personal/generic/class_user.inc:276 msgid "female" msgstr "mujer" @@ -1253,7 +1233,7 @@ msgstr "no válido" msgid "No certificate installed" msgstr "No hay certificados instalados" -#: plugins/personal/generic/class_user.inc:554 +#: plugins/personal/generic/class_user.inc:554 html/password.php:161 #, fuzzy msgid "Password method" msgstr "Contraseña" @@ -1323,7 +1303,7 @@ msgstr "El campo 'Pagina web' contiene una URL no valida" #: plugins/personal/generic/class_user.inc:1158 #: plugins/personal/generic/class_user.inc:1529 #: plugins/personal/generic/class_user.inc:1550 -#: plugins/admin/departments/class_departmentGeneric.inc:276 +#: plugins/admin/departments/class_departmentGeneric.inc:264 msgid "The field 'Name' contains invalid characters." msgstr "El campo 'Nombre' no tiene caracteres validos." @@ -1336,13 +1316,13 @@ msgstr "El campo 'Nombre de pila' contiene caracteres no validos" #: plugins/personal/generic/class_user.inc:1141 #: plugins/personal/generic/class_user.inc:1535 -#: plugins/admin/departments/class_departmentGeneric.inc:279 +#: plugins/admin/departments/class_departmentGeneric.inc:267 msgid "The field 'Phone' contains an invalid phone number." msgstr "El campo 'Teléfono' tiene un número de teléfono no valido." #: plugins/personal/generic/class_user.inc:1144 #: plugins/personal/generic/class_user.inc:1538 -#: plugins/admin/departments/class_departmentGeneric.inc:282 +#: plugins/admin/departments/class_departmentGeneric.inc:270 msgid "The field 'Fax' contains an invalid phone number." msgstr "El campo 'Fax' tiene un número de teléfono no valido." @@ -1362,161 +1342,38 @@ msgstr "" msgid "Cannot open certificate!" msgstr "¡No puedo abrir el certificado especificado!" -#: plugins/personal/generic/class_user.inc:1393 -#: plugins/personal/generic/multiple_generic.tpl:371 -#: plugins/personal/generic/generic.tpl:463 -msgid "Unit" -msgstr "Unidad" +#: plugins/personal/generic/class_user.inc:1409 +msgid "Generic user settings" +msgstr "Parámetros genéricos del usuario" -#: plugins/personal/generic/class_user.inc:1394 -#: plugins/personal/generic/multiple_generic.tpl:402 -#: plugins/personal/generic/generic.tpl:488 -msgid "House identifier" -msgstr "Tipo de Vía" +#: plugins/personal/generic/class_user.inc:1414 +#: plugins/addons/notifications/class_msgplug.inc:36 +#: plugins/admin/users/class_userManagement.inc:24 include/class_acl.inc:196 +#: html/getxls.php:89 html/getxls.php:90 html/getxls.php:308 +msgid "Users" +msgstr "Usuarios" -#: plugins/personal/generic/class_user.inc:1395 -#: plugins/personal/generic/multiple_generic.tpl:302 -#: plugins/personal/generic/generic.tpl:405 -msgid "Vocation" -msgstr "Profesión" +#: plugins/personal/generic/class_user.inc:1420 html/getxls.php:301 +msgid "Surename" +msgstr "Apellidos" -#: plugins/personal/generic/class_user.inc:1396 -#: plugins/personal/generic/multiple_generic.tpl:449 -#: plugins/personal/generic/generic.tpl:532 -msgid "Last delivery" -msgstr "Última dirección conocida" +#: plugins/personal/generic/class_user.inc:1421 html/getxls.php:86 +#: html/getxls.php:223 html/getxls.php:281 html/getxls.php:297 +msgid "Given name" +msgstr "Nombre de pila" -#: plugins/personal/generic/class_user.inc:1397 -#: plugins/personal/generic/multiple_generic.tpl:360 -#: plugins/personal/generic/generic.tpl:454 -msgid "Person locality" -msgstr "Lugar de residencia" +#: plugins/personal/generic/class_user.inc:1422 +msgid "User identification" +msgstr "Identificación de Usuario" -#: plugins/personal/generic/class_user.inc:1398 -#: plugins/personal/generic/multiple_generic.tpl:312 -#: plugins/personal/generic/generic.tpl:413 -msgid "Unit description" -msgstr "Descripción de la unidad" - -#: plugins/personal/generic/class_user.inc:1399 -#: plugins/personal/generic/multiple_generic.tpl:323 -#: plugins/personal/generic/generic.tpl:422 -msgid "Subject area" -msgstr "Área de desarrollo" - -#: plugins/personal/generic/class_user.inc:1400 -#: plugins/personal/generic/multiple_generic.tpl:334 -#: plugins/personal/generic/generic.tpl:431 -msgid "Functional title" -msgstr "Función" - -#: plugins/personal/generic/class_user.inc:1402 -#: plugins/personal/generic/multiple_generic.tpl:460 -#: plugins/personal/generic/generic.tpl:541 -msgid "Public visible" -msgstr "Visible por todos" - -#: plugins/personal/generic/class_user.inc:1403 -#: plugins/personal/generic/multiple_generic.tpl:382 -#: plugins/personal/generic/generic.tpl:472 -msgid "Street" -msgstr "Calle" - -#: plugins/personal/generic/class_user.inc:1404 -#: plugins/personal/generic/multiple_generic.tpl:345 -#: plugins/personal/generic/generic.tpl:440 -#: plugins/admin/acl/class_aclRole.inc:668 -#: plugins/admin/acl/class_divListACL.inc:147 -#: plugins/admin/acl/class_divListACL.inc:206 -msgid "Role" -msgstr "Rol" - -#: plugins/personal/generic/class_user.inc:1405 -#: plugins/personal/generic/multiple_generic.tpl:392 -#: plugins/personal/generic/generic.tpl:480 html/getxls.php:227 -msgid "Postal code" -msgstr "Código Postal" - -#: plugins/personal/generic/class_user.inc:1409 -msgid "Generic user settings" -msgstr "Parámetros genéricos del usuario" - -#: plugins/personal/generic/class_user.inc:1414 -#: plugins/addons/notifications/class_msgplug.inc:36 -#: plugins/admin/users/class_userManagement.inc:24 include/class_acl.inc:196 -#: html/getxls.php:89 html/getxls.php:90 html/getxls.php:308 -msgid "Users" -msgstr "Usuarios" - -#: plugins/personal/generic/class_user.inc:1418 -#: plugins/personal/generic/multiple_generic.tpl:47 -#: plugins/personal/generic/generic.tpl:170 -#: plugins/addons/gotomasses/class_target_list.inc:130 -#: plugins/admin/users/class_divListUsers.inc:143 -#: plugins/admin/ogroups/class_ogroup.inc:762 -#: plugins/admin/ogroups/generic.tpl:26 -#: plugins/admin/ogroups/class_divListOGroup.inc:163 -#: plugins/admin/departments/class_departmentGeneric.inc:592 -#: plugins/admin/departments/class_divListDepartment.inc:125 -#: plugins/admin/departments/generic.tpl:35 plugins/admin/acl/acl_role.tpl:27 -#: plugins/admin/acl/class_aclRole.inc:678 -#: plugins/admin/acl/class_divListACL.inc:134 -#: plugins/admin/groups/class_divListGroup.inc:151 -#: plugins/admin/groups/generic.tpl:39 -#: plugins/admin/groups/class_groupGeneric.inc:1002 setup/setup_ldap.tpl:55 -msgid "Base" -msgstr "Base" - -#: plugins/personal/generic/class_user.inc:1420 html/getxls.php:301 -msgid "Surename" -msgstr "Apellidos" - -#: plugins/personal/generic/class_user.inc:1421 html/getxls.php:86 -#: html/getxls.php:223 html/getxls.php:281 html/getxls.php:297 -msgid "Given name" -msgstr "Nombre de pila" - -#: plugins/personal/generic/class_user.inc:1422 -msgid "User identification" -msgstr "Identificación de Usuario" - -#: plugins/personal/generic/class_user.inc:1423 -#: plugins/personal/generic/generic.tpl:98 -msgid "Personal title" -msgstr "Título Personal" - -#: plugins/personal/generic/class_user.inc:1424 -#: plugins/personal/generic/multiple_generic.tpl:23 -#: plugins/personal/generic/generic.tpl:108 -msgid "Academic title" -msgstr "Títulos académicos" - -#: plugins/personal/generic/class_user.inc:1425 html/getxls.php:224 -msgid "Home postal address" -msgstr "Dirección Postal personal" +#: plugins/personal/generic/class_user.inc:1425 html/getxls.php:224 +msgid "Home postal address" +msgstr "Dirección Postal personal" #: plugins/personal/generic/class_user.inc:1426 msgid "Home phone number" msgstr "Número de teléfono personal" -#: plugins/personal/generic/class_user.inc:1427 -#: plugins/personal/generic/multiple_generic.tpl:88 -#: plugins/personal/generic/generic.tpl:210 -msgid "Homepage" -msgstr "Página Web" - -#: plugins/personal/generic/class_user.inc:1428 -#: plugins/personal/generic/multiple_generic.tpl:149 -#: plugins/personal/generic/generic.tpl:271 setup/setup_feedback.tpl:14 -#: html/getxls.php:299 -msgid "Organization" -msgstr "Organización" - -#: plugins/personal/generic/class_user.inc:1430 -#: plugins/personal/generic/generic.tpl:119 -msgid "Date of birth" -msgstr "Fecha de nacimiento" - #: plugins/personal/generic/class_user.inc:1431 msgid "Gender" msgstr "Sexo" @@ -1533,35 +1390,6 @@ msgstr "Número del departamento" msgid "Employee number" msgstr "Número de empleado" -#: plugins/personal/generic/class_user.inc:1435 -#: plugins/personal/generic/multiple_generic.tpl:189 -#: plugins/personal/generic/generic.tpl:303 -msgid "Employee type" -msgstr "Funciones laborales" - -#: plugins/personal/generic/class_user.inc:1436 -#: plugins/personal/generic/multiple_generic.tpl:265 -#: plugins/personal/generic/generic.tpl:373 -#: plugins/admin/departments/class_departmentGeneric.inc:593 -#: plugins/admin/departments/generic.tpl:56 -#: plugins/admin/departments/generic.tpl:68 html/getxls.php:224 -msgid "Location" -msgstr "Localización" - -#: plugins/personal/generic/class_user.inc:1437 -#: plugins/personal/generic/multiple_generic.tpl:275 -#: plugins/personal/generic/generic.tpl:381 -#: plugins/admin/departments/class_departmentGeneric.inc:597 -#: plugins/admin/departments/generic.tpl:60 html/getxls.php:228 -#: html/getxls.php:301 -msgid "State" -msgstr "Provincia" - -#: plugins/personal/generic/class_user.inc:1438 -#: plugins/personal/generic/paste_generic.tpl:47 -msgid "User picture" -msgstr "Foto del usuario" - #: plugins/personal/generic/class_user.inc:1439 msgid "Room number" msgstr "Número de habitación" @@ -1591,912 +1419,951 @@ msgstr "Código Postal" msgid "Fax number" msgstr "Número de Fax" -#: plugins/personal/generic/multiple_generic.tpl:5 -#: plugins/personal/generic/generic.tpl:6 -msgid "Personal information" -msgstr "" +#: plugins/personal/generic/main.inc:103 +#, fuzzy +msgid "You have no permission to set your password!" +msgstr "No tiene permisos para cambiar su contraseña." -#: plugins/personal/generic/multiple_generic.tpl:13 -#: plugins/personal/generic/paste_generic.tpl:37 -#: plugins/personal/generic/generic.tpl:20 -#: plugins/personal/generic/generic.tpl:22 -#: plugins/personal/generic/generic.tpl:38 -#: plugins/personal/generic/generic_picture.tpl:5 -#: plugins/personal/generic/generic_picture.tpl:15 -msgid "Personal picture" -msgstr "" +#: plugins/personal/generic/main.inc:194 +msgid "Generic user information" +msgstr "Información genérica del usuario" -#: plugins/personal/generic/multiple_generic.tpl:33 -#: plugins/personal/generic/generic.tpl:157 -msgid "Preferred langage" +#: plugins/addons/notifications/class_msgplug.inc:6 +#: plugins/addons/notifications/main.inc:47 +msgid "Notifications" msgstr "" -#: plugins/personal/generic/multiple_generic.tpl:53 -#: plugins/personal/generic/generic.tpl:175 -msgid "Choose subtree to place user in" -msgstr "" +#: plugins/addons/notifications/class_msgplug.inc:36 +#: plugins/admin/groups/class_groupGeneric.inc:998 +#: plugins/admin/groups/class_groupManagement.inc:24 include/class_acl.inc:196 +#: html/getxls.php:124 html/getxls.php:126 html/getxls.php:309 +msgid "Groups" +msgstr "Grupos" -#: plugins/personal/generic/multiple_generic.tpl:56 -#: plugins/personal/generic/generic.tpl:180 -#: plugins/admin/ogroups/generic.tpl:34 -#: plugins/admin/departments/generic.tpl:45 plugins/admin/acl/acl_role.tpl:37 -#: plugins/admin/groups/generic.tpl:49 -msgid "Select a base" +#: plugins/addons/notifications/class_msgplug.inc:99 +#: plugins/admin/acl/class_aclManagement.inc:160 +#: plugins/admin/acl/class_aclManagement.inc:197 +#: plugins/admin/acl/class_aclManagement.inc:250 +#: plugins/admin/acl/class_aclManagement.inc:274 +#: plugins/admin/acl/class_aclManagement.inc:313 +#: plugins/admin/acl/class_aclManagement.inc:337 +#: plugins/admin/groups/class_groupManagement.inc:334 +#: plugins/admin/groups/class_groupManagement.inc:387 +#: plugins/admin/groups/class_groupManagement.inc:418 +#: plugins/admin/departments/class_departmentManagement.inc:206 +#: plugins/admin/departments/class_departmentManagement.inc:254 +#: plugins/admin/departments/class_departmentManagement.inc:273 +#: plugins/admin/ogroups/class_ogroupManagement.inc:215 +#: plugins/admin/ogroups/class_ogroupManagement.inc:267 +#: plugins/admin/ogroups/class_ogroupManagement.inc:294 +#, fuzzy +msgid "Permission error" +msgstr "Permisos" + +#: plugins/addons/notifications/class_msgplug.inc:99 +msgid "You have no permissions to send a message!" msgstr "" -#: plugins/personal/generic/multiple_generic.tpl:67 -#: plugins/personal/generic/multiple_generic.tpl:285 -#: plugins/personal/generic/generic.tpl:194 -#: plugins/personal/generic/generic.tpl:389 -#: plugins/admin/departments/class_departmentGeneric.inc:598 -#: plugins/admin/departments/generic.tpl:76 html/getxls.php:227 -msgid "Address" -msgstr "Dirección" +#: plugins/addons/notifications/class_msgplug.inc:103 +#: plugins/addons/notifications/class_msgplug.inc:111 +#: plugins/admin/groups/class_groupGeneric.inc:137 +#: plugins/admin/groups/class_groupGeneric.inc:532 +#: include/utils/class_timezone.inc:51 +#: include/password-methods/class_password-methods-sha.inc:46 +#: include/password-methods/class_password-methods-ssha.inc:51 +#: include/functions.inc:602 include/functions.inc:2522 +#: include/functions.inc:2541 include/class_plugin.inc:1133 +#: include/class_plugin.inc:1145 include/class_pluglist.inc:148 +#: include/class_config.inc:556 include/class_CopyPasteHandler.inc:91 +#: include/class_CopyPasteHandler.inc:99 +#: include/class_CopyPasteHandler.inc:148 +#: include/class_CopyPasteHandler.inc:156 +#: include/class_CopyPasteHandler.inc:165 html/index.php:206 +#, fuzzy +msgid "Configuration error" +msgstr "Se puede escribir en la configuración" -#: plugins/personal/generic/multiple_generic.tpl:78 -#: plugins/personal/generic/generic.tpl:202 -msgid "Private phone" +#: plugins/addons/notifications/class_msgplug.inc:103 +#, php-format +msgid "Missing '%s' directive in configuration!" msgstr "" -#: plugins/personal/generic/multiple_generic.tpl:105 -#: plugins/personal/generic/generic.tpl:223 -msgid "Password storage" +#: plugins/addons/notifications/class_msgplug.inc:111 +#, php-format +msgid "'%s' defined for the '%s' directive cannot be executed!" msgstr "" -#: plugins/personal/generic/multiple_generic.tpl:121 -#: plugins/personal/generic/generic.tpl:241 -msgid "Edit certificates" +#: plugins/addons/notifications/class_msgplug.inc:117 +msgid "Please specify at least one recipient to send a message!" msgstr "" -#: plugins/personal/generic/multiple_generic.tpl:137 -#: plugins/personal/generic/generic.tpl:259 -msgid "Organizational information" +#: plugins/addons/notifications/class_msgplug.inc:213 +#, php-format +msgid "Cannot find a DESC tag in file '%s'!" msgstr "" -#: plugins/personal/generic/multiple_generic.tpl:169 -#: plugins/personal/generic/generic.tpl:287 -msgid "Department No." +#: plugins/addons/notifications/class_msgplug.inc:240 +msgid "Notification" msgstr "" -#: plugins/personal/generic/multiple_generic.tpl:179 -#: plugins/personal/generic/generic.tpl:295 -msgid "Employee No." +#: plugins/addons/notifications/class_msgplug.inc:241 +#: plugins/addons/notifications/class_msgplug.inc:246 +msgid "Notification plugin" msgstr "" -#: plugins/personal/generic/multiple_generic.tpl:207 -#: plugins/personal/generic/multiple_generic.tpl:418 -#: plugins/personal/generic/generic.tpl:321 -#: plugins/personal/generic/generic.tpl:503 -msgid "Room No." +#: plugins/addons/notifications/class_msgplug.inc:249 +msgid "Allow sending notifications" msgstr "" -#: plugins/personal/generic/multiple_generic.tpl:227 -#: plugins/personal/generic/generic.tpl:339 html/getxls.php:299 -msgid "Mobile" +#: plugins/addons/notifications/contents.tpl:2 +msgid "Notification target" msgstr "" -#: plugins/personal/generic/multiple_generic.tpl:237 -#: plugins/personal/generic/generic.tpl:347 html/getxls.php:226 -#: html/getxls.php:300 -msgid "Pager" -msgstr "" - -#: plugins/personal/generic/paste_generic.tpl:1 -msgid "User settings" +#: plugins/addons/notifications/contents.tpl:7 +msgid "Use target from" msgstr "" -#: plugins/personal/generic/paste_generic.tpl:7 -#: plugins/personal/generic/generic.tpl:49 plugins/admin/users/template.tpl:23 -msgid "Last name" -msgstr "" +#: plugins/addons/notifications/contents.tpl:12 +#: plugins/admin/acl/acl_role.tpl:49 plugins/admin/acl/acl_role.tpl:59 +#: plugins/admin/acl/acl_role.tpl:73 +#: plugins/admin/groups/class_groupManagement.inc:469 +#: plugins/admin/users/class_userManagement.inc:874 +#: plugins/admin/ogroups/class_ogroupManagement.inc:403 +#: setup/setup_ldap.tpl:16 setup/setup_migrate.tpl:133 +#: setup/setup_migrate.tpl:184 setup/setup_migrate.tpl:250 +#: setup/setup_migrate.tpl:305 setup/setup_migrate.tpl:358 +#: ihtml/themes/default/acl.tpl:8 ihtml/themes/default/acl.tpl:20 +#: ihtml/themes/default/acl.tpl:75 ihtml/themes/default/acl.tpl:89 +msgid "Apply" +msgstr "Aplicar" -#: plugins/personal/generic/paste_generic.tpl:11 -#: plugins/personal/generic/generic.tpl:69 plugins/admin/users/template.tpl:27 -msgid "First name" +#: plugins/addons/notifications/contents.tpl:21 +msgid "Available recipients" msgstr "" -#: plugins/personal/generic/paste_generic.tpl:15 -#: plugins/personal/generic/generic.tpl:82 plugins/admin/users/template.tpl:32 -msgid "Login" +#: plugins/addons/notifications/contents.tpl:22 +#: ihtml/themes/default/acl.tpl:30 +msgid "List message possible targets" msgstr "" -#: plugins/personal/generic/paste_generic.tpl:23 -msgid "Clear password" +#: plugins/addons/notifications/contents.tpl:33 +msgid "Recipients" msgstr "" -#: plugins/personal/generic/paste_generic.tpl:24 -msgid "Set new password" +#: plugins/addons/notifications/contents.tpl:34 +#: ihtml/themes/default/acl.tpl:42 +msgid "List message recipients" msgstr "" -#: plugins/personal/generic/paste_generic.tpl:52 -#: plugins/personal/generic/generic_picture.tpl:27 -msgid "Remove picture" +#: plugins/addons/notifications/contents.tpl:44 +msgid "Message" msgstr "" -#: plugins/personal/generic/password.tpl:2 -msgid "" -"You have changed the method your password is stored in the ldap database. " -"For that reason you've to enter your password at this point again. GOsa will " -"then encode it with the selected method." +#: plugins/addons/notifications/contents.tpl:54 +msgid "Import" msgstr "" -#: plugins/personal/generic/generic.tpl:29 -#: plugins/personal/generic/generic.tpl:40 -msgid "Change picture" +#: plugins/addons/notifications/contents.tpl:60 +msgid "Send message" msgstr "" -#: plugins/personal/generic/generic.tpl:52 -#: plugins/personal/generic/generic.tpl:73 -#: plugins/personal/generic/generic.tpl:89 plugins/admin/groups/generic.tpl:14 -msgid "Multiple edit" +#: plugins/addons/notifications/contents.tpl:72 +msgid "Notification send!" msgstr "" -#: plugins/personal/generic/generic.tpl:62 -msgid "Template name" +#: plugins/addons/notifications/contents.tpl:75 +msgid "" +"Your message has been sent successfully. Press the continue button to get " +"back to the notification plugin." msgstr "" -#: plugins/personal/generic/generic.tpl:144 html/getxls.php:86 -#: html/getxls.php:281 -msgid "Sex" -msgstr "" +#: plugins/addons/notifications/contents.tpl:78 +#: plugins/admin/users/template.tpl:48 +#: plugins/admin/departments/class_departmentGeneric.inc:451 +#: plugins/admin/departments/class_departmentGeneric.inc:546 +#: setup/class_setup.inc:266 ihtml/themes/default/snapshotdialog.tpl:87 +msgid "Continue" +msgstr "Continuar" -#: plugins/personal/generic/generic.tpl:230 include/functions.inc:923 -msgid "Configure" +#: plugins/addons/bugsubmitter/class_bugsubmitter.inc:5 +msgid "Bug submitter" msgstr "" -#: plugins/personal/generic/generic.tpl:517 -msgid "Please use the phone tab" +#: plugins/addons/bugsubmitter/class_bugsubmitter.inc:6 +msgid "" +"Bugsubmitter" msgstr "" -#: plugins/personal/generic/main.inc:103 -#, fuzzy -msgid "You have no permission to set your password!" -msgstr "No tiene permisos para cambiar su contraseña." +#: plugins/admin/acl/tabs_acl.inc:8 plugins/admin/acl/class_divListACL.inc:240 +msgid "Acl" +msgstr "Acl" -#: plugins/personal/generic/main.inc:172 plugins/personal/posix/main.inc:120 -#: plugins/addons/gotomasses/class_divListMasses.inc:125 -#: plugins/admin/users/class_divListUsers.inc:164 -#: plugins/admin/groups/class_divListGroup.inc:171 -msgid "Edit" -msgstr "Editar" +#: plugins/admin/acl/tabs_acl_role.inc:8 +msgid "ACL Templates" +msgstr "Plantillas ACL" -#: plugins/personal/generic/main.inc:182 plugins/personal/posix/main.inc:118 -msgid "Click the 'Edit' button below to change informations in this dialog" +#: plugins/admin/acl/class_aclManagement.inc:24 +msgid "ACLs" msgstr "" -"Pulse en el botón - Editar - para cambiar la información en esta ventana" -#: plugins/personal/generic/main.inc:194 -msgid "Generic user information" -msgstr "Información genérica del usuario" +#: plugins/admin/acl/class_aclManagement.inc:160 +#, fuzzy +msgid "You have no permission to create a new role!" +msgstr "No tiene permisos para eliminar este departamento." -#: plugins/personal/posix/posix_groups.tpl:6 -msgid "Select groups to add" -msgstr "" +#: plugins/admin/acl/class_aclManagement.inc:197 +#, fuzzy +msgid "You have no permission to edit this ACL!" +msgstr "No tiene permisos para eliminar este departamento." -#: plugins/personal/posix/posix_groups.tpl:32 -msgid "Display groups of department" -msgstr "" +#: plugins/admin/acl/class_aclManagement.inc:242 +#: plugins/admin/acl/class_aclManagement.inc:306 +#, php-format +msgid "You're about to delete the acl %s." +msgstr "Va a eliminar la acl %s." -#: plugins/personal/posix/posix_groups.tpl:35 -#: plugins/personal/posix/trust_machines.tpl:27 -#: plugins/admin/ogroups/ogroup_objects.tpl:42 -#: plugins/admin/groups/group_objects.tpl:40 -msgid "Choose the department the search will be based on" -msgstr "" +#: plugins/admin/acl/class_aclManagement.inc:250 +#: plugins/admin/acl/class_aclManagement.inc:274 +#: plugins/admin/acl/class_aclManagement.inc:313 +#: plugins/admin/acl/class_aclManagement.inc:337 +#: plugins/admin/groups/class_groupManagement.inc:334 +#: plugins/admin/groups/class_groupManagement.inc:387 +#: plugins/admin/groups/class_groupManagement.inc:418 +#: plugins/admin/departments/class_departmentManagement.inc:206 +#: plugins/admin/departments/class_departmentManagement.inc:254 +#: plugins/admin/departments/class_departmentManagement.inc:273 +#: plugins/admin/ogroups/class_ogroupManagement.inc:215 +#: plugins/admin/ogroups/class_ogroupManagement.inc:267 +#: plugins/admin/ogroups/class_ogroupManagement.inc:294 +#, fuzzy +msgid "You have no permission to delete this entry!" +msgstr "No tiene permisos para eliminar este departamento." -#: plugins/personal/posix/posix_groups.tpl:44 -msgid "Display groups matching" -msgstr "" +#: plugins/admin/acl/class_divListACL.inc:31 +msgid "List of acl" +msgstr "Lista de acl" -#: plugins/personal/posix/posix_groups.tpl:48 -#: plugins/addons/gotomasses/class_target_list.inc:61 -#: plugins/admin/ogroups/class_divListOGroup.inc:85 -#: plugins/admin/groups/class_divListGroup.inc:76 -msgid "Regular expression for matching group names" -msgstr "Expresión regular para buscar nombres de grupos" +#: plugins/admin/acl/class_divListACL.inc:32 +msgid "List of acls" +msgstr "Lista de acls" -#: plugins/personal/posix/posix_groups.tpl:55 -msgid "Display groups of user" -msgstr "" +#: plugins/admin/acl/class_divListACL.inc:36 +msgid "This menu allows you to edit and delete selected acls." +msgstr "Este menú le permite editar y eliminar las acl seleccionadas." -#: plugins/personal/posix/posix_groups.tpl:59 -#: plugins/admin/groups/class_divListGroup.inc:77 -msgid "User name of which groups are shown" -msgstr "Nombre de usuario de los grupos que se muestran" +#: plugins/admin/acl/class_divListACL.inc:54 +#: plugins/admin/ogroups/tabs_ogroups.inc:126 +msgid "Summary" +msgstr "Sumario" -#: plugins/personal/posix/posix_groups.tpl:68 -#: plugins/addons/gotomasses/class_target_list.inc:57 +#: plugins/admin/acl/class_divListACL.inc:55 +#: plugins/admin/acl/class_divListACL.inc:140 +#: plugins/admin/groups/class_divListGroup.inc:62 +#: plugins/admin/groups/class_divListGroup.inc:157 +#: plugins/admin/users/class_divListUsers.inc:63 +#: plugins/admin/users/class_divListUsers.inc:149 +#: plugins/admin/departments/class_divListDepartment.inc:49 +#: plugins/admin/departments/class_divListDepartment.inc:130 +#: plugins/admin/ogroups/class_divListOGroup.inc:66 +#: plugins/admin/ogroups/class_divListOGroup.inc:169 +msgid "Actions" +msgstr "Acciones" + +#: plugins/admin/acl/class_divListACL.inc:61 +#: plugins/admin/groups/class_divListGroup.inc:73 #: plugins/admin/users/class_divListUsers.inc:74 +#: plugins/admin/departments/class_divListDepartment.inc:53 #: plugins/admin/ogroups/ogroup_objects.tpl:38 #: plugins/admin/ogroups/class_divListOGroup.inc:82 -#: plugins/admin/departments/class_divListDepartment.inc:53 -#: plugins/admin/groups/class_divListGroup.inc:73 -msgid "Search in subtrees" -msgstr "Buscar en subárboles" - -#: plugins/personal/posix/posix_groups.tpl:79 -#: plugins/personal/posix/paste_generic.tpl:61 -#: plugins/personal/posix/generic.tpl:104 -#: plugins/personal/posix/generic.tpl:146 -#: plugins/personal/posix/generic.tpl:175 -#: plugins/personal/posix/trust_machines.tpl:39 -#: plugins/admin/ogroups/ogroup_objects.tpl:54 -#: plugins/admin/ogroups/generic.tpl:51 -#: plugins/admin/groups/group_objects.tpl:55 -#: plugins/admin/groups/generic.tpl:193 -msgid "Add" -msgstr "Añadir" - -#: plugins/personal/posix/class_posixAccount.inc:138 -msgid "expired" -msgstr "expiró" - -#: plugins/personal/posix/class_posixAccount.inc:140 -msgid "grace time active" -msgstr "Periodo de gracia activado" - -#: plugins/personal/posix/class_posixAccount.inc:143 -msgid "active, password not changable" -msgstr "activo, no puede cambiar la contraseña" +msgid "Select to search within subtrees" +msgstr "Seleccione para buscar dentro de los subárboles" -#: plugins/personal/posix/class_posixAccount.inc:145 -msgid "active, password expired" -msgstr "activo, la contraseña expiró" +#: plugins/admin/acl/class_divListACL.inc:61 +msgid "Ignore subtrees" +msgstr "Ignorar subárboles" -#: plugins/personal/posix/class_posixAccount.inc:147 -msgid "active" -msgstr "activo" +#: plugins/admin/acl/class_divListACL.inc:65 +msgid "Display acls matching" +msgstr "Mostrar las acl que coincidan con" -#: plugins/personal/posix/class_posixAccount.inc:158 -#: plugins/personal/posix/class_posixAccount.inc:1115 -msgid "Group of user" -msgstr "Grupo de usuarios" +#: plugins/admin/acl/class_divListACL.inc:136 +#: plugins/admin/groups/class_divListGroup.inc:152 +#: plugins/admin/users/class_divListUsers.inc:145 +#: plugins/admin/departments/class_divListDepartment.inc:127 +#: plugins/admin/ogroups/class_divListOGroup.inc:165 +msgid "Submit department" +msgstr "Enviar departamento" -#: plugins/personal/posix/class_posixAccount.inc:193 -msgid "unconfigured" -msgstr "Sin configurar" +#: plugins/admin/acl/class_divListACL.inc:136 +#: plugins/admin/groups/class_divListGroup.inc:152 +#: plugins/admin/users/class_divListUsers.inc:145 +#: plugins/admin/departments/class_divListDepartment.inc:127 +#: plugins/admin/ogroups/class_divListOGroup.inc:165 +#: include/class_MultiSelectWindow.inc:242 +msgid "Submit" +msgstr "Enviar" -#: plugins/personal/posix/class_posixAccount.inc:204 -msgid "automatic" -msgstr "automático" +#: plugins/admin/acl/class_divListACL.inc:142 +#: plugins/admin/groups/class_divListGroup.inc:159 +#: plugins/admin/users/class_divListUsers.inc:151 +#: plugins/admin/departments/class_divListDepartment.inc:132 +#: plugins/admin/ogroups/class_divListOGroup.inc:171 +#: setup/class_setupStep_Migrate.inc:883 +msgid "Create" +msgstr "Crear" -#: plugins/personal/posix/class_posixAccount.inc:260 -msgid "This account has no unix extensions." -msgstr "Este cuenta no tiene extensiones unix." +#: plugins/admin/acl/class_divListACL.inc:159 +#: plugins/admin/groups/class_divListGroup.inc:179 +#: plugins/admin/users/class_divListUsers.inc:174 +#: plugins/admin/ogroups/class_divListOGroup.inc:191 +#, fuzzy +msgid "Copy" +msgstr "copiar" -#: plugins/personal/posix/class_posixAccount.inc:280 -#: plugins/personal/posix/class_posixAccount.inc:283 -msgid "Remove posix account" -msgstr "Eliminar cuenta Posix" +#: plugins/admin/acl/class_divListACL.inc:161 +#: plugins/admin/groups/class_divListGroup.inc:181 +#: plugins/admin/users/class_divListUsers.inc:176 +#: plugins/admin/ogroups/class_divListOGroup.inc:193 +#, fuzzy +msgid "Cut" +msgstr "mover" -#: plugins/personal/posix/class_posixAccount.inc:281 -msgid "" -"This account has unix features enabled. To disable them, you'll need to " -"remove the samba / environment account first." +#: plugins/admin/acl/class_divListACL.inc:165 +#: plugins/admin/acl/class_divListACL.inc:168 +#: plugins/admin/groups/class_divListGroup.inc:185 +#: plugins/admin/groups/class_divListGroup.inc:188 +#: plugins/admin/users/class_divListUsers.inc:180 +#: plugins/admin/users/class_divListUsers.inc:183 +#: plugins/admin/ogroups/class_divListOGroup.inc:197 +#: plugins/admin/ogroups/class_divListOGroup.inc:200 +#: include/class_CopyPasteHandler.inc:435 +msgid "Paste" msgstr "" -"Esta cuenta tiene las características unix activadas. Para desactivarlas, " -"necesita eliminar la cuenta samba / entorno primero." -#: plugins/personal/posix/class_posixAccount.inc:284 -msgid "" -"This account has posix features enabled. You can disable them by clicking " -"below." -msgstr "" -"Esta cuenta tiene características posix activadas. Puede desactivarla " -"pulsando aquí" +#: plugins/admin/acl/class_divListACL.inc:216 +#: plugins/admin/groups/class_divListGroup.inc:256 +#: plugins/admin/users/class_divListUsers.inc:277 +#: plugins/admin/ogroups/class_divListOGroup.inc:247 +msgid "cut" +msgstr "mover" -#: plugins/personal/posix/class_posixAccount.inc:287 -msgid "Create posix account" -msgstr "Crear cuenta posix" +#: plugins/admin/acl/class_divListACL.inc:216 +#: plugins/admin/groups/class_divListGroup.inc:256 +#: plugins/admin/users/class_divListUsers.inc:277 +#: plugins/admin/ogroups/class_divListOGroup.inc:247 +msgid "Cut this entry" +msgstr "Mover esta entrada" -#: plugins/personal/posix/class_posixAccount.inc:288 -msgid "" -"This account has posix features disabled. You can enable them by clicking " -"below." -msgstr "" -"Esta cuenta tiene la extensión posix desactivada. Puede activarla pulsando " -"aquí." +#: plugins/admin/acl/class_divListACL.inc:218 +#: plugins/admin/groups/class_divListGroup.inc:258 +#: plugins/admin/users/class_divListUsers.inc:279 +#: plugins/admin/ogroups/class_divListOGroup.inc:249 +msgid "copy" +msgstr "copiar" -#: plugins/personal/posix/class_posixAccount.inc:448 -#, 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/admin/acl/class_divListACL.inc:218 +#: plugins/admin/groups/class_divListGroup.inc:258 +#: plugins/admin/users/class_divListUsers.inc:279 +#: plugins/admin/ogroups/class_divListOGroup.inc:249 +msgid "Copy this entry" +msgstr "Copiar esta entrada" -#: plugins/personal/posix/class_posixAccount.inc:452 -#, php-format -msgid "Password must be changed after %s days" -msgstr "La contraseñas deben ser cambiadas despues de %s días" +#: plugins/admin/acl/class_divListACL.inc:223 +#: plugins/admin/acl/class_divListACL.inc:245 +#: plugins/admin/acl/class_aclRole.inc:340 +#: plugins/admin/acl/class_aclRole.inc:385 +#: plugins/admin/groups/class_divListGroup.inc:263 +#: plugins/admin/users/class_divListUsers.inc:298 +#: plugins/admin/departments/class_divListDepartment.inc:166 +#: plugins/admin/ogroups/class_divListOGroup.inc:253 include/class_acl.inc:409 +#: include/class_acl.inc:452 +msgid "edit" +msgstr "editar" -#: plugins/personal/posix/class_posixAccount.inc:456 -#, php-format -msgid "Disable account after %s days of inactivity after password expiery" -msgstr "" -"Desactivar cuenta despues de %s días de inactividad una vez expirada la " -"contraseña" +#: plugins/admin/acl/class_divListACL.inc:224 +msgid "Edit acl role" +msgstr "Editar rol" -#: plugins/personal/posix/class_posixAccount.inc:460 -#, php-format -msgid "Warn user %s days before password expiery" -msgstr "Avisar al usuario %s días antes de que la contraseña expire" +#: plugins/admin/acl/class_divListACL.inc:233 +#: plugins/admin/acl/class_divListACL.inc:249 +#: plugins/admin/acl/class_aclRole.inc:341 +#: plugins/admin/acl/class_aclRole.inc:386 +#: plugins/admin/groups/class_divListGroup.inc:272 +#: plugins/admin/users/class_divListUsers.inc:322 +#: plugins/admin/departments/class_divListDepartment.inc:171 +#: plugins/admin/ogroups/class_divListOGroup.inc:261 include/class_acl.inc:410 +#: include/class_acl.inc:453 +msgid "delete" +msgstr "eliminar" -#: plugins/personal/posix/class_posixAccount.inc:593 -#: setup/setup_config2.tpl:188 -msgid "disabled" -msgstr "desactivado" +#: plugins/admin/acl/class_divListACL.inc:234 +msgid "Delete acl role" +msgstr "Eliminar rol" -#: plugins/personal/posix/class_posixAccount.inc:593 -msgid "full access" -msgstr "Acceso sin restricciones" +#: plugins/admin/acl/class_divListACL.inc:246 +msgid "Edit acl" +msgstr "Editar acl" -#: plugins/personal/posix/class_posixAccount.inc:594 -msgid "allow access to these hosts" -msgstr "Permitir el acceso a estos equipos" +#: plugins/admin/acl/class_divListACL.inc:250 +msgid "Delete acl" +msgstr "Eliminar acl" -#: plugins/personal/posix/class_posixAccount.inc:647 -#, php-format -msgid "Removing of user/posix account with dn '%s' failed." -msgstr "Ha fallado la eliminación de la cuenta de usuario / posix con dn '%s'." +#: plugins/admin/acl/paste_role.tpl:4 plugins/admin/acl/acl_role.tpl:7 +#: plugins/admin/acl/class_aclRole.inc:677 +#: plugins/admin/groups/class_groupGeneric.inc:1001 +#: plugins/admin/ogroups/class_ogroup.inc:749 setup/setup_feedback.tpl:22 +#: setup/setup_migrate.tpl:209 html/getxls.php:223 html/getxls.php:290 +msgid "Name" +msgstr "Nombre" -#: plugins/personal/posix/class_posixAccount.inc:803 -msgid "Timeout while waiting for lock! Ignoring lock." +#: plugins/admin/acl/remove.tpl:6 +msgid "" +"This includes all system and setup informations. Please double check if your " +"really want to do this since there is no way for GOsa to get your data back." msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:899 -#, php-format -msgid "Saving of user/posix account with dn '%s' failed." -msgstr "Ha fallado la grabación de la cuenta de usuario/posix con dn '%s'." - -#: plugins/personal/posix/class_posixAccount.inc:974 -#: plugins/personal/posix/class_posixAccount.inc:1051 -msgid "The required field 'Home directory' is not set." -msgstr "No se ha asignado ningún valor al campo 'Directorio de usuario'." - -#: plugins/personal/posix/class_posixAccount.inc:977 -#: plugins/personal/posix/class_posixAccount.inc:1054 -msgid "Please enter a valid path in 'Home directory' field." +#: plugins/admin/acl/remove.tpl:10 plugins/admin/departments/remove.tpl:10 +msgid "" +"Best thing to do before performing this action would be to save the current " +"contents of your LDAP tree in a file. So - if you've done so - press " +"'Delete' to continue or 'Cancel' to abort." msgstr "" -"Por favor introduzca una ruta valida en el campo 'Directorio de usuario'" - -#: plugins/personal/posix/class_posixAccount.inc:985 -msgid "Value specified as 'UID' is not valid." -msgstr "El valor especificado como 'UID' no es valido." -#: plugins/personal/posix/class_posixAccount.inc:988 -msgid "Value specified as 'UID' is too small." -msgstr "El valor especificado como 'UID' es demasiado pequeño." - -#: plugins/personal/posix/class_posixAccount.inc:992 -#: plugins/admin/groups/class_groupGeneric.inc:899 -msgid "Value specified as 'GID' is not valid." -msgstr "El valor especificado como 'GID' no es valido." - -#: plugins/personal/posix/class_posixAccount.inc:995 -#: plugins/admin/groups/class_groupGeneric.inc:902 -msgid "Value specified as 'GID' is too small." -msgstr "El valor especificado como 'GID' es demasiado pequeño." - -#: plugins/personal/posix/class_posixAccount.inc:1003 -#: plugins/personal/posix/class_posixAccount.inc:1060 -msgid "Value specified as 'shadowMin' is not valid." -msgstr "El valor especificado como 'shadowMin' no es valido." - -#: plugins/personal/posix/class_posixAccount.inc:1008 -#: plugins/personal/posix/class_posixAccount.inc:1065 -msgid "Value specified as 'shadowMax' is not valid." -msgstr "El valor especificado como 'shadowMax' no es valido." +#: plugins/admin/acl/main.inc:43 plugins/admin/acl/main.inc:45 +msgid "ACL management" +msgstr "Administración de ACL" -#: plugins/personal/posix/class_posixAccount.inc:1013 -#: plugins/personal/posix/class_posixAccount.inc:1070 -msgid "Value specified as 'shadowWarning' is not valid." -msgstr "El valor especificado como 'shadowWarning' no es valido." +#: plugins/admin/acl/acl_role.tpl:3 ihtml/themes/default/acl.tpl:2 +msgid "Assigned ACLs for current entry" +msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1016 -#: plugins/personal/posix/class_posixAccount.inc:1073 -msgid "'shadowWarning' without 'shadowMax' makes no sense." -msgstr "'shadowWarning' sin 'shadowMax' no tiene sentido." +#: plugins/admin/acl/acl_role.tpl:17 plugins/admin/acl/class_aclRole.inc:679 +#: plugins/admin/groups/class_groupGeneric.inc:1003 +#: plugins/admin/groups/generic.tpl:24 +#: plugins/admin/departments/generic.tpl:16 +#: plugins/admin/departments/class_departmentGeneric.inc:569 +#: plugins/admin/ogroups/class_ogroup.inc:751 +#: plugins/admin/ogroups/generic.tpl:15 +#: plugins/generic/references/contents.tpl:11 html/getxls.php:158 +#: html/getxls.php:287 +msgid "Description" +msgstr "Descripción" -#: plugins/personal/posix/class_posixAccount.inc:1019 -#: plugins/personal/posix/class_posixAccount.inc:1076 -msgid "Value specified as 'shadowWarning' should be smaller than 'shadowMax'." +#: plugins/admin/acl/acl_role.tpl:31 plugins/admin/groups/generic.tpl:43 +#: plugins/admin/ogroups/generic.tpl:29 +msgid "Choose subtree to place group in" msgstr "" -"El valor especificado como 'shadowWarning' debería ser menor que 'shadowMax'." -#: plugins/personal/posix/class_posixAccount.inc:1022 -#: plugins/personal/posix/class_posixAccount.inc:1079 -msgid "Value specified as 'shadowWarning' should be greater than 'shadowMin'." +#: plugins/admin/acl/acl_role.tpl:44 ihtml/themes/default/acl.tpl:4 +msgid "New ACL" msgstr "" -"El valor especificado como 'shadowWarning' debería ser mayor que 'shadowMin'." -#: plugins/personal/posix/class_posixAccount.inc:1027 -#: plugins/personal/posix/class_posixAccount.inc:1084 -msgid "Value specified as 'shadowInactive' is not valid." -msgstr "El valor especificado como 'shadowInactive' no es valido." +#: plugins/admin/acl/acl_role.tpl:49 ihtml/themes/default/acl.tpl:8 +msgid "ACL type" +msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1030 -#: plugins/personal/posix/class_posixAccount.inc:1087 -msgid "'shadowInactive' without 'shadowMax' makes no sense." -msgstr "'shadowInactive' sin 'shadowMax' no tiene sentido." +#: plugins/admin/acl/acl_role.tpl:49 ihtml/themes/default/acl.tpl:8 +msgid "Select an acl type" +msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1035 -#: plugins/personal/posix/class_posixAccount.inc:1092 -msgid "Value specified as 'shadowMin' should be smaller than 'shadowMax'." +#: plugins/admin/acl/acl_role.tpl:54 ihtml/themes/default/acl.tpl:55 +msgid "List of available ACL categories" msgstr "" -"El valor especificado como 'shadowMin' debería ser menor que 'shadowMax'." -#: plugins/personal/posix/class_posixAccount.inc:1278 -msgid "Cannot allocate a free ID: too many users!" +#: plugins/admin/acl/class_aclRole.inc:6 +msgid "Access control list templates" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1453 -msgid "POSIX account" -msgstr "Cuenta POSIX" +#: plugins/admin/acl/class_aclRole.inc:103 include/class_acl.inc:177 +msgid "All categories" +msgstr "Todas las categorías" -#: plugins/personal/posix/class_posixAccount.inc:1463 -#: plugins/personal/posix/paste_generic.tpl:8 -#: plugins/personal/posix/generic.tpl:7 -msgid "Home directory" -msgstr "Directorio de usuario" +#: plugins/admin/acl/class_aclRole.inc:110 include/class_acl.inc:185 +msgid "Reset ACLs" +msgstr "Eliminar ACLs" -#: plugins/personal/posix/class_posixAccount.inc:1464 -#: plugins/personal/posix/generic.tpl:15 -msgid "Shell" -msgstr "Shell" +#: plugins/admin/acl/class_aclRole.inc:111 include/class_acl.inc:186 +msgid "One level" +msgstr "Un nivel" -#: plugins/personal/posix/class_posixAccount.inc:1465 -#: setup/setup_migrate.tpl:217 html/getxls.php:100 html/getxls.php:135 -#: html/getxls.php:158 html/getxls.php:347 html/getxls.php:364 -msgid "User ID" -msgstr "Identificador (ID) de usuario" +#: plugins/admin/acl/class_aclRole.inc:112 include/class_acl.inc:187 +#: include/class_acl.inc:192 +msgid "Current object" +msgstr "Objeto actual" -#: plugins/personal/posix/class_posixAccount.inc:1466 -msgid "Group ID" -msgstr "Identificador (ID) de Grupo" +#: plugins/admin/acl/class_aclRole.inc:113 include/class_acl.inc:188 +msgid "Complete subtree" +msgstr "Subárbol completo" -#: plugins/personal/posix/class_posixAccount.inc:1468 -msgid "Force password change on login" -msgstr "Forzar el cambio de contraseña al iniciar" +#: plugins/admin/acl/class_aclRole.inc:114 include/class_acl.inc:189 +msgid "Complete subtree (permanent)" +msgstr "Subárbol completo (permanente)" -#: plugins/personal/posix/class_posixAccount.inc:1469 -msgid "Shadow min" -msgstr "Shadow min" +#: plugins/admin/acl/class_aclRole.inc:338 +#: include/class_MultiSelectWindow.inc:227 +#: include/class_MultiSelectWindow.inc:229 include/class_acl.inc:407 +msgid "Up" +msgstr "Arriba" -#: plugins/personal/posix/class_posixAccount.inc:1470 -msgid "Shadow max" -msgstr "Shadow max" +#: plugins/admin/acl/class_aclRole.inc:339 include/class_acl.inc:408 +msgid "Down" +msgstr "Abajo" -#: plugins/personal/posix/class_posixAccount.inc:1471 -msgid "Shadow warning" -msgstr "Shadow warning" +#: plugins/admin/acl/class_aclRole.inc:340 include/class_acl.inc:409 +msgid "Edit ACL" +msgstr "Editar ACL" -#: plugins/personal/posix/class_posixAccount.inc:1472 -msgid "Shadow inactive" -msgstr "Shadow inactive" +#: plugins/admin/acl/class_aclRole.inc:341 include/class_acl.inc:410 +msgid "Delete ACL" +msgstr "Eliminar ACL" -#: plugins/personal/posix/class_posixAccount.inc:1473 -msgid "Shadow expire" -msgstr "Shadow expire" +#: plugins/admin/acl/class_aclRole.inc:378 include/class_acl.inc:445 +msgid "No ACL settings for this category" +msgstr "No hay ACL configuradas en esta categoría" -#: plugins/personal/posix/class_posixAccount.inc:1474 -msgid "System trust model" -msgstr "Sistema de confianza" +#: plugins/admin/acl/class_aclRole.inc:380 include/class_acl.inc:447 +#, php-format +msgid "Contains ACLs for these objects: %s" +msgstr "ACLs que tienen estos objetos: %s" -#: plugins/personal/posix/paste_generic.tpl:4 -msgid "Posix settings" -msgstr "" +#: plugins/admin/acl/class_aclRole.inc:385 include/class_acl.inc:452 +msgid "Edit categories ACLs" +msgstr "Editar las categorías ACLs" -#: plugins/personal/posix/paste_generic.tpl:23 -#: plugins/personal/posix/generic.tpl:52 -msgid "Force UID/GID" -msgstr "" +#: plugins/admin/acl/class_aclRole.inc:386 include/class_acl.inc:453 +msgid "Clear categories ACLs" +msgstr "Eliminar categorías ACLs" -#: plugins/personal/posix/paste_generic.tpl:28 -#: plugins/personal/posix/generic.tpl:56 html/getxls.php:287 -msgid "UID" -msgstr "" +#: plugins/admin/acl/class_aclRole.inc:402 include/class_acl.inc:498 +#, php-format +msgid "Edit ACL for '%s', scope is '%s'" +msgstr "Editar ACL para '%s', el ámbito es '%s'" -#: plugins/personal/posix/paste_generic.tpl:37 -#: plugins/personal/posix/generic.tpl:67 -#: plugins/admin/groups/class_groupGeneric.inc:1008 -msgid "GID" -msgstr "GID" +#: plugins/admin/acl/class_aclRole.inc:412 include/class_acl.inc:508 +msgid "All objects in current subtree" +msgstr "Todos los objetos en el subárbol actual" -#: plugins/personal/posix/paste_generic.tpl:47 -#: plugins/personal/posix/generic.tpl:82 -msgid "Group membership" -msgstr "" +#: plugins/admin/acl/class_aclRole.inc:564 include/class_acl.inc:1061 +#, php-format +msgid "Saving ACLs with dn '%s' failed." +msgstr "Ha fallado la grabación de la ACLs con dn '%s'." -#: plugins/personal/posix/paste_generic.tpl:54 -#: plugins/personal/posix/generic.tpl:84 -msgid "(Warning: more than 16 groups are not supported by NFS!)" -msgstr "" +#: plugins/admin/acl/class_aclRole.inc:596 +#, fuzzy +msgid "Object in use" +msgstr "Objeto" -#: plugins/personal/posix/generic.tpl:25 -msgid "Primary group" +#: plugins/admin/acl/class_aclRole.inc:596 +#, fuzzy, 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. Los siguientes " +"objetos están usando este rol %s" -#: plugins/personal/posix/generic.tpl:36 -#: plugins/addons/gotomasses/goto_task.tpl:20 -#: plugins/addons/gotomasses/class_divListMasses.inc:46 -msgid "Status" -msgstr "Estado" +#: plugins/admin/acl/class_aclRole.inc:602 +#, php-format +msgid "Removing of aclRole with dn '%s' failed." +msgstr "Ha fallado la eliminación de la ACLs con dn '%s'." -#: plugins/personal/posix/generic.tpl:93 plugins/admin/groups/generic.tpl:179 -#, fuzzy -msgid "In all groups" -msgstr "Mostrar grupos de correo" +#: plugins/admin/acl/class_aclRole.inc:614 +#, php-format +msgid "Removing aclRole from objectgroup '%s' failed" +msgstr "Ha fallado la eliminación del Rol en el grupo de objetos '%s'." -#: plugins/personal/posix/generic.tpl:97 plugins/admin/groups/generic.tpl:182 -#, fuzzy -msgid "Not in all groups" -msgstr "Mostrar grupos de correo" +#: plugins/admin/acl/class_aclRole.inc:669 include/class_acl.inc:1098 +msgid "ACL roles" +msgstr "Rol" -#: plugins/personal/posix/generic.tpl:118 -msgid "Account" -msgstr "" +#: plugins/admin/acl/class_aclRole.inc:674 +msgid "Acl roles" +msgstr "Roles" -#: plugins/personal/posix/generic.tpl:125 -msgid "System trust" +#: plugins/admin/groups/group_objects.tpl:6 +msgid "Select users to add" msgstr "" -#: plugins/personal/posix/generic.tpl:127 -#: plugins/personal/posix/generic.tpl:155 -msgid "Trust mode" -msgstr "" +#: plugins/admin/groups/group_objects.tpl:30 +#: plugins/admin/ogroups/ogroup_objects.tpl:31 +msgid "Select to see servers" +msgstr "Seleccione para ver los servidores" -#: plugins/personal/posix/posix_shadow.tpl:9 -msgid "User must change password on first login" +#: plugins/admin/groups/group_objects.tpl:30 +msgid "Search within subtree" msgstr "" -#: plugins/personal/posix/posix_shadow.tpl:34 -msgid "Password expires on" +#: plugins/admin/groups/group_objects.tpl:37 +msgid "Display users of department" msgstr "" -#: plugins/personal/posix/main.inc:129 -msgid "Unix settings" -msgstr "Parametros Unix" +#: plugins/admin/groups/group_objects.tpl:46 +#: plugins/admin/users/class_divListUsers.inc:77 +msgid "Display users matching" +msgstr "Mostrar usuarios que coincidan con" -#: plugins/personal/posix/trust_machines.tpl:6 -msgid "Select systems to add" +#: plugins/admin/groups/group_objects.tpl:47 +msgid "Regular expression for matching user names" msgstr "" -#: plugins/personal/posix/trust_machines.tpl:26 -msgid "Display systems of department" -msgstr "" +#: plugins/admin/groups/class_groupGeneric.inc:137 +#, fuzzy +msgid "Cannot find group SID in your configuration!" +msgstr "¡No se puede encontrar SID en LDAP o en el archivo de configuración!" -#: plugins/personal/posix/trust_machines.tpl:30 -msgid "Display systems matching" -msgstr "Mostrar sistemas que coincidan con" +#: plugins/admin/groups/class_groupGeneric.inc:193 +msgid "This 'dn' is no group." +msgstr "Este 'dn' no es un grupo." -#: plugins/personal/posix/trust_machines.tpl:31 -msgid "Regular expression for matching addresses" +#: plugins/admin/groups/class_groupGeneric.inc:334 +msgid "Samba group" +msgstr "Grupo de samba" + +#: plugins/admin/groups/class_groupGeneric.inc:334 +msgid "Domain admins" +msgstr "Administradores del dominio" + +#: plugins/admin/groups/class_groupGeneric.inc:334 +msgid "Domain users" +msgstr "Usuarios del dominio" + +#: plugins/admin/groups/class_groupGeneric.inc:335 +msgid "Domain guests" +msgstr "Invitados del dominio" + +#: plugins/admin/groups/class_groupGeneric.inc:340 +#, php-format +msgid "Special group (%d)" +msgstr "Grupo especial (%d)" + +#: plugins/admin/groups/class_groupGeneric.inc:494 +msgid "! unknown id" +msgstr "¡id desconocido!" + +#: plugins/admin/groups/class_groupGeneric.inc:532 +#, php-format +msgid "Search returned too many results. Not displaying more than %s entries." msgstr "" -#: plugins/addons/gotomasses/class_gotomasses.inc:6 -#: plugins/addons/gotomasses/main.inc:50 -#, fuzzy -msgid "System deployment" -msgstr "Sistema / Departamento" - -#: plugins/addons/gotomasses/class_gotomasses.inc:114 -#: plugins/addons/notifications/class_msgplug.inc:99 -#, fuzzy -msgid "Permission error" -msgstr "Permisos" +#: plugins/admin/groups/class_groupGeneric.inc:561 +#: plugins/admin/groups/class_groupGeneric.inc:826 +#, php-format +msgid "Removing of groups/generic with dn '%s' failed." +msgstr "Ha fallado la eliminación de los grupos/genericos con dn '%s'." -#: plugins/addons/gotomasses/class_gotomasses.inc:114 -#, fuzzy -msgid "You have no permission to delete this entry!" -msgstr "No tiene permisos para eliminar este departamento." +#: plugins/admin/groups/class_groupGeneric.inc:711 +#, php-format +msgid "Cannot find any SID for '%s'!" +msgstr "" -#: plugins/addons/gotomasses/class_gotomasses.inc:135 +#: plugins/admin/groups/class_groupGeneric.inc:716 #, fuzzy, php-format -msgid "Your are about to delete the following tasks: %s" -msgstr "Has decidido eliminar las siguientes entradas: %s" +msgid "Cannot find any RIDBASE for '%s'!" +msgstr "No hay ningún RIDBASE configurado para '%s'." -#: plugins/addons/gotomasses/class_gotomasses.inc:237 -#, php-format -msgid "Cannot load queue entries: %s" +#: plugins/admin/groups/class_groupGeneric.inc:858 +msgid "" +"The field 'Name' contains invalid characters. Lowercase, numbers and dashes " +"are allowed." msgstr "" +"El campo 'Nombre' contiene caracteres no validos. Solo puede utilizar " +"minúsculas, números y guiones." + +#: plugins/admin/groups/class_groupGeneric.inc:869 +#: plugins/admin/groups/class_groupGeneric.inc:883 +#: plugins/admin/groups/class_groupGeneric.inc:890 +msgid "Value specified as 'Name' is already used." +msgstr "El valor especificado como 'Nombre' ya esta siendo utilizado." -#: plugins/addons/gotomasses/class_gotomasses.inc:327 +#: plugins/admin/groups/class_groupGeneric.inc:944 #, fuzzy -msgid "GOsa ping" -msgstr "GOsa" +msgid "Cannot allocate a free ID!" +msgstr "¡Demasiados usuarios!, no hay identificadores (ID) libres" -#: plugins/addons/gotomasses/class_gotomasses.inc:328 -msgid "Ping" -msgstr "" +#: plugins/admin/groups/class_groupGeneric.inc:993 +msgid "Generic group settings" +msgstr "Parámetros genéricos del grupo" -#: plugins/addons/gotomasses/class_gotomasses.inc:329 -#, fuzzy -msgid "Say hello" -msgstr "Shell" +#: plugins/admin/groups/class_groupGeneric.inc:1005 +msgid "Phone pickup group" +msgstr "Miembros de grupo de salto telefónico" -#: plugins/addons/gotomasses/class_gotomasses.inc:337 -#: plugins/addons/gotomasses/class_gotomasses.inc:343 -#: plugins/addons/gotomasses/class_goto_task.inc:6 -msgid "System mass deployment" -msgstr "" +#: plugins/admin/groups/class_groupGeneric.inc:1006 +msgid "Nagios group" +msgstr "Grupo Nagios" -#: plugins/addons/gotomasses/class_gotomasses.inc:338 -msgid "Provide a mechanism to automatically activate a set of systems" -msgstr "" +#: plugins/admin/groups/class_groupGeneric.inc:1009 +msgid "Group member" +msgstr "Miembro del grupo" -#: plugins/addons/gotomasses/class_gotomasses.inc:345 -#: plugins/addons/gotomasses/class_divListMasses.inc:48 -msgid "Action" -msgstr "Acción" +#: plugins/admin/groups/class_groupGeneric.inc:1010 +msgid "Samba group type" +msgstr "Tipo de grupo de samba" -#: plugins/addons/gotomasses/class_gotomasses.inc:350 -#, fuzzy -msgid "Week day" -msgstr "Miércoles" +#: plugins/admin/groups/class_groupGeneric.inc:1011 +msgid "Samba domain name" +msgstr "Nombre de dominio samba" -#: plugins/addons/gotomasses/class_gotomasses.inc:351 -#: plugins/addons/gotomasses/class_divListMasses.inc:42 -#, fuzzy -msgid "Target" -msgstr "Juego de caracteres" +#: plugins/admin/groups/class_groupGeneric.inc:1012 setup/setup_config2.tpl:15 +msgid "Samba SID" +msgstr "Samba SID" -#: plugins/addons/gotomasses/goto_task.tpl:12 -msgid "Job ID" -msgstr "" +#: plugins/admin/groups/class_groupManagement.inc:298 +#: plugins/admin/departments/class_departmentManagement.inc:178 +#, php-format +msgid "You're about to delete the following entry %s" +msgstr "Has decidido eliminar la siguiente entrada %s" -#: plugins/addons/gotomasses/goto_task.tpl:28 -#, fuzzy -msgid "Mac" -msgstr "Marzo" +#: plugins/admin/groups/class_groupManagement.inc:300 +#: plugins/admin/departments/class_departmentManagement.inc:180 +#, php-format +msgid "You're about to delete the following entries %s" +msgstr "Has decidido eliminar las siguientes entradas %s" -#: plugins/addons/gotomasses/goto_task.tpl:36 -msgid "Header Tag" -msgstr "" +#: plugins/admin/groups/class_groupManagement.inc:380 +#, php-format +msgid "You're about to delete the group '%s'." +msgstr "Está a punto de borrar el grupo '%s'." -#: plugins/addons/gotomasses/goto_task.tpl:40 include/class_pluglist.inc:168 -#: include/class_pluglist.inc:169 include/class_pluglist.inc:283 -msgid "Unknown" +#: plugins/admin/groups/paste_generic.tpl:1 +msgid "Group settings" msgstr "" -#: plugins/addons/gotomasses/class_target_list.inc:37 -msgid "Select the target objects for your scheduled action." +#: plugins/admin/groups/paste_generic.tpl:5 +#: plugins/admin/groups/generic.tpl:11 +#: plugins/admin/ogroups/paste_generic.tpl:4 +#: plugins/admin/ogroups/generic.tpl:7 +msgid "Group name" msgstr "" -#: plugins/addons/gotomasses/class_target_list.inc:38 -#: plugins/addons/gotomasses/class_target_list.inc:39 -msgid "Available targets" +#: plugins/admin/groups/paste_generic.tpl:8 +#: plugins/admin/groups/generic.tpl:17 +msgid "Posix name of the group" msgstr "" -#: plugins/addons/gotomasses/class_target_list.inc:51 -#, fuzzy -msgid "Select to see object groups" -msgstr "Seleccione para ver los servidores" +#: plugins/admin/groups/paste_generic.tpl:13 +#: plugins/admin/groups/generic.tpl:65 +msgid "Normally IDs are autogenerated, select to specify manually" +msgstr "" -#: plugins/addons/gotomasses/class_target_list.inc:51 -#, fuzzy -msgid "Show object groups" -msgstr "Mostrar los grupos samba" +#: plugins/admin/groups/paste_generic.tpl:15 +#: plugins/admin/groups/generic.tpl:68 +msgid "Force GID" +msgstr "" -#: plugins/addons/gotomasses/class_target_list.inc:52 -#: plugins/admin/ogroups/ogroup_objects.tpl:31 -#: plugins/admin/groups/group_objects.tpl:30 -msgid "Select to see servers" -msgstr "Seleccione para ver los servidores" +#: plugins/admin/groups/paste_generic.tpl:18 +#: plugins/admin/groups/generic.tpl:71 +msgid "Forced ID number" +msgstr "" -#: plugins/addons/gotomasses/class_target_list.inc:52 -#: plugins/admin/ogroups/ogroup_objects.tpl:31 -msgid "Show servers" -msgstr "Mostrar servidores" +#: plugins/admin/groups/class_divListGroup.inc:35 +#: plugins/admin/groups/class_divListGroup.inc:36 +msgid "List of groups" +msgstr "Lista de grupos" -#: plugins/addons/gotomasses/class_target_list.inc:53 -#: plugins/admin/ogroups/ogroup_objects.tpl:32 -msgid "Select to see workstations" +#: plugins/admin/groups/class_divListGroup.inc:41 +msgid "" +"This menu allows you to add, edit and remove selected groups. You may want " +"to use the range selector on top of the group listbox, when working with a " +"large number of groups." msgstr "" +"Este menú le permite añadir, editar o eliminar los grupos seleccionados. " +"Cuando trabaje con un gran número de grupos puede usar el selector de rango " +"en la parte superior de la lista de grupos,." -#: plugins/addons/gotomasses/class_target_list.inc:53 -#: plugins/admin/ogroups/ogroup_objects.tpl:32 -msgid "Show workstations" -msgstr "Mostrar estaciones de trabajo" +#: plugins/admin/groups/class_divListGroup.inc:60 +msgid "Groupname / Department" +msgstr "Nombre de grupo / Departamento" -#: plugins/addons/gotomasses/class_target_list.inc:57 -#: plugins/admin/users/class_divListUsers.inc:74 -#: plugins/admin/ogroups/ogroup_objects.tpl:38 -#: plugins/admin/ogroups/class_divListOGroup.inc:82 -#: plugins/admin/departments/class_divListDepartment.inc:53 -#: plugins/admin/acl/class_divListACL.inc:61 -#: plugins/admin/groups/class_divListGroup.inc:73 -msgid "Select to search within subtrees" -msgstr "Seleccione para buscar dentro de los subárboles" +#: plugins/admin/groups/class_divListGroup.inc:61 +#: plugins/admin/users/class_divListUsers.inc:62 +#: plugins/admin/departments/generic.tpl:4 +#: plugins/admin/ogroups/class_divListOGroup.inc:65 +msgid "Properties" +msgstr "Propiedades" -#: plugins/addons/gotomasses/class_target_list.inc:58 -msgid "Select to search for a specific IP range only" -msgstr "" +#: plugins/admin/groups/class_divListGroup.inc:65 +msgid "Select to see groups that are primary groups of users" +msgstr "Seleccione para ver que grupos son grupos primarios de usuarios" -#: plugins/addons/gotomasses/class_target_list.inc:58 -msgid "Match IP range" -msgstr "" +#: plugins/admin/groups/class_divListGroup.inc:65 +msgid "Show primary groups" +msgstr "Mostrar grupos primarios" -#: plugins/addons/gotomasses/class_target_list.inc:62 -msgid "IP range start" -msgstr "" +#: plugins/admin/groups/class_divListGroup.inc:66 +msgid "Select to see groups that have samba groups mappings" +msgstr "Seleccione para ver que grupos tienen asignado un grupo samba" -#: plugins/addons/gotomasses/class_target_list.inc:63 -msgid "IP range end" -msgstr "" +#: plugins/admin/groups/class_divListGroup.inc:66 +msgid "Show samba groups" +msgstr "Mostrar los grupos samba" -#: plugins/addons/gotomasses/class_target_list.inc:132 -#: plugins/admin/users/class_divListUsers.inc:145 -#: plugins/admin/ogroups/class_divListOGroup.inc:165 -#: plugins/admin/departments/class_divListDepartment.inc:127 -#: plugins/admin/acl/class_divListACL.inc:136 -#: plugins/admin/groups/class_divListGroup.inc:152 -msgid "Submit department" -msgstr "Enviar departamento" +#: plugins/admin/groups/class_divListGroup.inc:67 +msgid "Select to see groups that have applications configured" +msgstr "Seleccione para ver que grupos tienen aplicaciones configuradas" -#: plugins/addons/gotomasses/class_target_list.inc:132 -#: plugins/admin/users/class_divListUsers.inc:145 -#: plugins/admin/ogroups/class_divListOGroup.inc:165 -#: plugins/admin/departments/class_divListDepartment.inc:127 -#: plugins/admin/acl/class_divListACL.inc:136 -#: plugins/admin/groups/class_divListGroup.inc:152 -#: include/class_MultiSelectWindow.inc:242 -msgid "Submit" -msgstr "Enviar" +#: plugins/admin/groups/class_divListGroup.inc:67 +msgid "Show application groups" +msgstr "Mostrar los grupos de aplicaciones" -#: plugins/addons/gotomasses/class_target_list.inc:229 -#: plugins/addons/gotomasses/class_target_list.inc:233 -msgid "IP range is invalid!" -msgstr "" +#: plugins/admin/groups/class_divListGroup.inc:68 +msgid "Select to see groups that have mail settings" +msgstr "Seleccione para ver que grupos tienen configuración de correo" -#: plugins/addons/gotomasses/class_divListMasses.inc:21 -#, fuzzy -msgid "List of queued deamon jobs." -msgstr "Lista de Departamentos" +#: plugins/admin/groups/class_divListGroup.inc:68 +msgid "Show mail groups" +msgstr "Mostrar grupos de correo" -#: plugins/addons/gotomasses/class_divListMasses.inc:25 -#, fuzzy -msgid "" -"This menu allows you to remove and change the properties of GOsa deamon " -"tasks." -msgstr "" -"Este menú le permite añadir, eliminar o configurar las propiedades de un " -"servicioespecíficos." +#: plugins/admin/groups/class_divListGroup.inc:69 +msgid "Select to see normal groups that have only functional aspects" +msgstr "Seleccione para ver que grupos tienen solo aspectos funcionales" -#: plugins/addons/gotomasses/class_divListMasses.inc:29 -#: plugins/addons/gotomasses/class_divListMasses.inc:30 -#, fuzzy, php-format -msgid "Display entries with action %s." -msgstr "Entradas de filtrado con esta sintaxis" +#: plugins/admin/groups/class_divListGroup.inc:69 +msgid "Show functional groups" +msgstr "Mostrar grupos funcionales" -#: plugins/addons/gotomasses/class_divListMasses.inc:40 -msgid "#" -msgstr "" +#: plugins/admin/groups/class_divListGroup.inc:165 +#: plugins/admin/ogroups/class_ogroupManagement.inc:451 +#: plugins/generic/references/class_reference.inc:36 +msgid "Group" +msgstr "Grupo" -#: plugins/addons/gotomasses/class_divListMasses.inc:43 -msgid "Task" -msgstr "" +#: plugins/admin/groups/class_divListGroup.inc:226 +#: plugins/admin/users/class_divListUsers.inc:238 +msgid "Posix" +msgstr "Posix" -#: plugins/addons/gotomasses/class_divListMasses.inc:44 -#, fuzzy -msgid "Schedule" -msgstr "PHP Schedule it" +#: plugins/admin/groups/class_divListGroup.inc:228 +#: plugins/admin/users/class_divListUsers.inc:242 +#: plugins/admin/ogroups/tabs_ogroups.inc:90 +#: plugins/admin/ogroups/tabs_ogroups.inc:236 +#: plugins/admin/ogroups/class_divListOGroup.inc:228 +#: plugins/generic/references/class_reference.inc:24 +msgid "Mail" +msgstr "Correo Electrónico" -#: plugins/addons/gotomasses/class_divListMasses.inc:127 -#, fuzzy -msgid "Reomve" -msgstr "Eliminar" +#: plugins/admin/groups/class_divListGroup.inc:230 +#: plugins/admin/users/class_divListUsers.inc:248 +#: plugins/generic/references/class_reference.inc:26 +#: plugins/generic/references/class_reference.inc:28 +msgid "Samba" +msgstr "Samba" -#: plugins/addons/gotomasses/remove.tpl:6 plugins/admin/users/remove.tpl:6 -msgid "" -"This includes all account data, system access rules, imap settings, etc. for " -"this user. Please double check if your really want to do this since there is " -"no way for GOsa to get your data back." -msgstr "" +#: plugins/admin/groups/class_divListGroup.inc:232 +#: plugins/admin/ogroups/tabs_ogroups.inc:133 +#: plugins/admin/ogroups/class_ogroupManagement.inc:452 +#: plugins/generic/references/class_reference.inc:42 +msgid "Application" +msgstr "Aplicación" -#: plugins/addons/bugsubmitter/class_bugsubmitter.inc:5 -msgid "" -"Bugsubmitter" -msgstr "" +#: plugins/admin/groups/class_divListGroup.inc:236 +#: plugins/admin/users/class_divListUsers.inc:240 +#: plugins/admin/ogroups/tabs_ogroups.inc:148 +msgid "Environment" +msgstr "Entorno" -#: plugins/addons/notifications/class_msgplug.inc:6 -#: plugins/addons/notifications/main.inc:47 -msgid "Notifications" -msgstr "" +#: plugins/admin/groups/class_divListGroup.inc:263 +#: plugins/admin/departments/class_divListDepartment.inc:166 +#: plugins/admin/ogroups/class_divListOGroup.inc:253 +msgid "Edit this entry" +msgstr "Editar esta entrada" -#: plugins/addons/notifications/class_msgplug.inc:36 -#: plugins/admin/groups/class_groupManagement.inc:24 -#: plugins/admin/groups/class_groupGeneric.inc:998 include/class_acl.inc:196 -#: html/getxls.php:124 html/getxls.php:126 html/getxls.php:309 -msgid "Groups" -msgstr "Grupos" +#: plugins/admin/groups/class_divListGroup.inc:272 +#: plugins/admin/departments/class_divListDepartment.inc:171 +#: plugins/admin/ogroups/class_divListOGroup.inc:261 +msgid "Delete this entry" +msgstr "Eliminar esta entrada" -#: plugins/addons/notifications/class_msgplug.inc:99 -msgid "You have no permissions to send a message!" -msgstr "" +#: plugins/admin/groups/class_divListGroup.inc:329 +#, fuzzy +msgid "Number of listed groups" +msgstr "Eliminar grupo seleccionado" -#: plugins/addons/notifications/class_msgplug.inc:103 -#: plugins/addons/notifications/class_msgplug.inc:111 -#: include/class_plugin.inc:1154 include/class_plugin.inc:1166 -#: include/class_pluglist.inc:152 include/class_config.inc:554 -#: include/functions.inc:592 include/functions.inc:2509 -#: include/functions.inc:2528 include/class_CopyPasteHandler.inc:91 -#: include/class_CopyPasteHandler.inc:99 -#: include/class_CopyPasteHandler.inc:148 -#: include/class_CopyPasteHandler.inc:156 -#: include/class_CopyPasteHandler.inc:165 -#: include/password-methods/class_password-methods-sha.inc:46 -#: include/password-methods/class_password-methods-ssha.inc:51 -#: include/utils/class_timezone.inc:51 html/index.php:205 +#: plugins/admin/groups/class_divListGroup.inc:330 +#: plugins/admin/users/class_divListUsers.inc:413 +#: plugins/admin/departments/class_divListDepartment.inc:210 +#: plugins/admin/ogroups/class_divListOGroup.inc:311 #, fuzzy -msgid "Configuration error" -msgstr "Se puede escribir en la configuración" +msgid "Number of listed departments" +msgstr "Eliminar departamentos seleccionados" -#: plugins/addons/notifications/class_msgplug.inc:103 -#, php-format -msgid "Missing '%s' directive in configuration!" +#: plugins/admin/groups/generic.tpl:28 plugins/admin/ogroups/generic.tpl:18 +msgid "Descriptive text for this group" msgstr "" -#: plugins/addons/notifications/class_msgplug.inc:111 -#, php-format -msgid "'%s' defined for the '%s' directive cannot be executed!" +#: plugins/admin/groups/generic.tpl:83 plugins/admin/groups/generic.tpl:110 +msgid "Select to create a samba conform group" msgstr "" -#: plugins/addons/notifications/class_msgplug.inc:117 -msgid "Please specify at least one recipient to send a message!" +#: plugins/admin/groups/generic.tpl:95 plugins/admin/groups/generic.tpl:118 +msgid "in domain" msgstr "" -#: plugins/addons/notifications/class_msgplug.inc:213 -#, php-format -msgid "Cannot find a DESC tag in file '%s'!" +#: plugins/admin/groups/generic.tpl:140 +msgid "Members are in a phone pickup group" msgstr "" -#: plugins/addons/notifications/class_msgplug.inc:240 -msgid "Notification" +#: plugins/admin/groups/generic.tpl:155 +msgid "Members are in a nagios group" msgstr "" -#: plugins/addons/notifications/class_msgplug.inc:241 -#: plugins/addons/notifications/class_msgplug.inc:246 -msgid "Notification plugin" +#: plugins/admin/groups/generic.tpl:172 +msgid "Group members" msgstr "" -#: plugins/addons/notifications/class_msgplug.inc:249 -msgid "Allow sending notifications" +#: plugins/admin/groups/remove.tpl:6 +msgid "" +"This may be a primary user group. Please double check if you really want to " +"do this since there is no way for GOsa to get your data back." msgstr "" -#: plugins/addons/notifications/contents.tpl:2 -msgid "Notification target" +#: plugins/admin/groups/remove.tpl:10 plugins/admin/users/remove.tpl:10 +#: plugins/admin/ogroups/remove.tpl:10 ihtml/themes/default/remove.tpl:9 +msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." msgstr "" -#: plugins/addons/notifications/contents.tpl:7 -msgid "Use target from" -msgstr "" +#: plugins/admin/groups/main.inc:40 plugins/admin/groups/main.inc:44 +msgid "Group administration" +msgstr "Administración de grupo" -#: plugins/addons/notifications/contents.tpl:21 -msgid "Available recipients" +#: 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/addons/notifications/contents.tpl:33 -msgid "Recipients" -msgstr "" +#: plugins/admin/users/password.tpl:21 +#, fuzzy +msgid "Strength" +msgstr "Calle" -#: plugins/addons/notifications/contents.tpl:44 -msgid "Message" +#: plugins/admin/users/template.tpl:2 +msgid "Creating a new user using templates" msgstr "" -#: plugins/addons/notifications/contents.tpl:60 -msgid "Send message" +#: 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 "" -#: plugins/addons/notifications/contents.tpl:72 -msgid "Notification send!" -msgstr "" +#: plugins/admin/users/template.tpl:15 +#: plugins/admin/users/class_divListUsers.inc:158 +msgid "Template" +msgstr "Plantilla" -#: plugins/addons/notifications/contents.tpl:75 +#: plugins/admin/users/remove.tpl:6 msgid "" -"Your message has been sent successfully. Press the continue button to get " -"back to the notification plugin." +"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 "" +#: plugins/admin/users/main.inc:43 plugins/admin/users/main.inc:49 +msgid "User administration" +msgstr "Administración de Usuario" + #: plugins/admin/users/class_divListUsers.inc:35 #: plugins/admin/users/class_divListUsers.inc:36 msgid "List of users" @@ -2512,25 +2379,11 @@ msgstr "" "tiene un gran numero de usuarios puede usar los selectores de rangos en la " "parte superior del listado." -#: plugins/admin/users/class_divListUsers.inc:62 -#: plugins/admin/ogroups/class_divListOGroup.inc:65 -#: plugins/admin/departments/generic.tpl:4 -#: plugins/admin/groups/class_divListGroup.inc:61 -msgid "Properties" -msgstr "Propiedades" - -#: plugins/admin/users/class_divListUsers.inc:63 -#: plugins/admin/users/class_divListUsers.inc:149 -#: plugins/admin/ogroups/class_divListOGroup.inc:66 -#: plugins/admin/ogroups/class_divListOGroup.inc:169 -#: plugins/admin/departments/class_divListDepartment.inc:49 -#: plugins/admin/departments/class_divListDepartment.inc:130 -#: plugins/admin/acl/class_divListACL.inc:55 -#: plugins/admin/acl/class_divListACL.inc:140 -#: plugins/admin/groups/class_divListGroup.inc:62 -#: plugins/admin/groups/class_divListGroup.inc:157 -msgid "Actions" -msgstr "Acciones" +#: plugins/admin/users/class_divListUsers.inc:61 +#: ihtml/themes/default/password.tpl:68 ihtml/themes/default/password.tpl:70 +#: ihtml/themes/default/login.tpl:40 ihtml/themes/default/login.tpl:42 +msgid "Username" +msgstr "Nombre de Usuario" #: plugins/admin/users/class_divListUsers.inc:65 msgid "Select to see template pseudo users" @@ -2580,64 +2433,17 @@ msgstr "Seleccione para ver los usuarios que tienen extensiones proxy" msgid "Show proxy users" msgstr "Mostrar los usuarios de proxy" -#: plugins/admin/users/class_divListUsers.inc:77 -#: plugins/admin/groups/group_objects.tpl:46 -msgid "Display users matching" -msgstr "Mostrar usuarios que coincidan con" - -#: plugins/admin/users/class_divListUsers.inc:151 -#: plugins/admin/ogroups/class_divListOGroup.inc:171 -#: plugins/admin/departments/class_divListDepartment.inc:132 -#: plugins/admin/acl/class_divListACL.inc:142 -#: plugins/admin/groups/class_divListGroup.inc:159 -#: setup/class_setupStep_Migrate.inc:883 -msgid "Create" -msgstr "Crear" - #: plugins/admin/users/class_divListUsers.inc:156 #: plugins/admin/ogroups/class_ogroupManagement.inc:450 -#: setup/setup_config2.tpl:257 setup/setup_config2.tpl:302 +#: setup/setup_config2.tpl:273 setup/setup_config2.tpl:318 msgid "User" msgstr "Usuario" -#: plugins/admin/users/class_divListUsers.inc:158 -#: plugins/admin/users/template.tpl:15 -msgid "Template" -msgstr "Plantilla" - #: plugins/admin/users/class_divListUsers.inc:166 #: plugins/admin/users/class_divListUsers.inc:309 msgid "Change password" msgstr "Cambiar contraseña" -#: plugins/admin/users/class_divListUsers.inc:174 -#: plugins/admin/ogroups/class_divListOGroup.inc:191 -#: plugins/admin/acl/class_divListACL.inc:159 -#: plugins/admin/groups/class_divListGroup.inc:179 -#, fuzzy -msgid "Copy" -msgstr "copiar" - -#: plugins/admin/users/class_divListUsers.inc:176 -#: plugins/admin/ogroups/class_divListOGroup.inc:193 -#: plugins/admin/acl/class_divListACL.inc:161 -#: plugins/admin/groups/class_divListGroup.inc:181 -#, fuzzy -msgid "Cut" -msgstr "mover" - -#: plugins/admin/users/class_divListUsers.inc:180 -#: plugins/admin/users/class_divListUsers.inc:183 -#: plugins/admin/ogroups/class_divListOGroup.inc:197 -#: plugins/admin/ogroups/class_divListOGroup.inc:200 -#: plugins/admin/acl/class_divListACL.inc:165 -#: plugins/admin/acl/class_divListACL.inc:168 -#: plugins/admin/groups/class_divListGroup.inc:185 -#: plugins/admin/groups/class_divListGroup.inc:188 -#: include/class_CopyPasteHandler.inc:435 -msgid "Paste" -msgstr "" - #: plugins/admin/users/class_divListUsers.inc:236 msgid "GOsa" msgstr "GOsa" @@ -2646,11 +2452,6 @@ msgstr "GOsa" msgid "Edit generic properties" msgstr "Editar características generales" -#: plugins/admin/users/class_divListUsers.inc:238 -#: plugins/admin/groups/class_divListGroup.inc:226 -msgid "Posix" -msgstr "Posix" - #: plugins/admin/users/class_divListUsers.inc:239 msgid "Edit UNIX properties" msgstr "Editar características UNIX" @@ -2675,6 +2476,10 @@ msgstr "Editar características de Fax" msgid "Edit samba properties" msgstr "Editar características samba" +#: plugins/admin/users/class_divListUsers.inc:250 +msgid "Netatalk" +msgstr "Netatalk" + #: plugins/admin/users/class_divListUsers.inc:251 msgid "Edit netatalk properties" msgstr "Editar características netatalk" @@ -2687,34 +2492,6 @@ msgstr "Crear usuario desde plantilla" msgid "Create user with this template" msgstr "Crear usuario con esta plantilla" -#: plugins/admin/users/class_divListUsers.inc:277 -#: plugins/admin/ogroups/class_divListOGroup.inc:247 -#: plugins/admin/acl/class_divListACL.inc:216 -#: plugins/admin/groups/class_divListGroup.inc:256 -msgid "cut" -msgstr "mover" - -#: plugins/admin/users/class_divListUsers.inc:277 -#: plugins/admin/ogroups/class_divListOGroup.inc:247 -#: plugins/admin/acl/class_divListACL.inc:216 -#: plugins/admin/groups/class_divListGroup.inc:256 -msgid "Cut this entry" -msgstr "Mover esta entrada" - -#: plugins/admin/users/class_divListUsers.inc:279 -#: plugins/admin/ogroups/class_divListOGroup.inc:249 -#: plugins/admin/acl/class_divListACL.inc:218 -#: plugins/admin/groups/class_divListGroup.inc:258 -msgid "copy" -msgstr "copiar" - -#: plugins/admin/users/class_divListUsers.inc:279 -#: plugins/admin/ogroups/class_divListOGroup.inc:249 -#: plugins/admin/acl/class_divListACL.inc:218 -#: plugins/admin/groups/class_divListGroup.inc:258 -msgid "Copy this entry" -msgstr "Copiar esta entrada" - #: plugins/admin/users/class_divListUsers.inc:288 #, fuzzy msgid "Deactivated" @@ -2724,18 +2501,6 @@ msgstr "Activado" msgid "Active" msgstr "" -#: plugins/admin/users/class_divListUsers.inc:298 -#: plugins/admin/ogroups/class_divListOGroup.inc:253 -#: plugins/admin/departments/class_divListDepartment.inc:166 -#: plugins/admin/acl/class_aclRole.inc:340 -#: plugins/admin/acl/class_aclRole.inc:385 -#: plugins/admin/acl/class_divListACL.inc:223 -#: plugins/admin/acl/class_divListACL.inc:245 -#: plugins/admin/groups/class_divListGroup.inc:263 include/class_acl.inc:409 -#: include/class_acl.inc:452 -msgid "edit" -msgstr "editar" - #: plugins/admin/users/class_divListUsers.inc:299 msgid "Edit user" msgstr "Editar usuario" @@ -2748,18 +2513,6 @@ msgstr "contraseña" msgid "You are not allowed to change the password for this user." msgstr "¡No tiene permisos para cambiar la contraseña de este usuario!" -#: plugins/admin/users/class_divListUsers.inc:322 -#: plugins/admin/ogroups/class_divListOGroup.inc:261 -#: plugins/admin/departments/class_divListDepartment.inc:171 -#: plugins/admin/acl/class_aclRole.inc:341 -#: plugins/admin/acl/class_aclRole.inc:386 -#: plugins/admin/acl/class_divListACL.inc:233 -#: plugins/admin/acl/class_divListACL.inc:249 -#: plugins/admin/groups/class_divListGroup.inc:272 include/class_acl.inc:410 -#: include/class_acl.inc:453 -msgid "delete" -msgstr "eliminar" - #: plugins/admin/users/class_divListUsers.inc:323 #: plugins/admin/users/class_userManagement.inc:526 msgid "Delete user" @@ -2773,14 +2526,6 @@ msgstr "No le está permitido eliminar este usuario." msgid "Number of listed users" msgstr "" -#: plugins/admin/users/class_divListUsers.inc:413 -#: plugins/admin/ogroups/class_divListOGroup.inc:311 -#: plugins/admin/departments/class_divListDepartment.inc:210 -#: plugins/admin/groups/class_divListGroup.inc:330 -#, fuzzy -msgid "Number of listed departments" -msgstr "Eliminar departamentos seleccionados" - #: plugins/admin/users/class_userManagement.inc:241 #, fuzzy msgid "Password change failed." @@ -2791,6 +2536,12 @@ msgstr "La contraseñas deben ser cambiadas despues de %s días" msgid "You are not allowed to set this users password!" msgstr "¡No le estátá permitido cambiarle la contraseña de estos usuarios!" +#: plugins/admin/users/class_userManagement.inc:296 +#: ihtml/themes/default/password.tpl:40 +#, fuzzy +msgid "Password change" +msgstr "Contraseña" + #: plugins/admin/users/class_userManagement.inc:404 #, php-format msgid "You're about to delete the following entry: %s" @@ -2832,8 +2583,8 @@ msgstr "Esta a punto de eliminar el usuario %s" #: plugins/admin/users/class_userManagement.inc:553 #, fuzzy -msgid "User delted" -msgstr "Foto del usuario" +msgid "User deleted" +msgstr "eliminar" #: plugins/admin/users/class_userManagement.inc:553 #, fuzzy @@ -2845,7 +2596,7 @@ msgid "You are not allowed to delete this user!" msgstr "¡No le está permitido eliminar este usuario!" #: plugins/admin/users/class_userManagement.inc:664 -#: plugins/admin/ogroups/class_ogroup.inc:298 +#: plugins/admin/ogroups/class_ogroup.inc:286 msgid "none" msgstr "ninguno" @@ -2857,1862 +2608,1843 @@ msgstr "Por favor seleccione una plantilla válida." msgid "A person with the choosen name is already used in this tree." msgstr "Ya existe una persona con el nombre elegido en este árbol." -#: plugins/admin/users/template.tpl:2 -msgid "Creating a new user using templates" -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." -msgstr "" +#: plugins/admin/departments/class_divListDepartment.inc:27 +#: plugins/admin/departments/class_divListDepartment.inc:28 +msgid "List of departments" +msgstr "Lista de Departamentos" -#: plugins/admin/users/password.tpl:2 +#: plugins/admin/departments/class_divListDepartment.inc:33 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/admin/users/main.inc:43 plugins/admin/users/main.inc:49 -msgid "User administration" -msgstr "Administración de Usuario" - -#: plugins/admin/ogroups/class_ogroupManagement.inc:24 -#: plugins/admin/ogroups/class_ogroup.inc:758 -#: plugins/admin/ogroups/main.inc:35 plugins/admin/ogroups/main.inc:40 -msgid "Object groups" -msgstr "" - -#: plugins/admin/ogroups/class_ogroupManagement.inc:183 -#, php-format -msgid "You're about to delete the following object entry %s" +"This menu allows you to create, delete and edit selected departments. Having " +"a large number of departments, you might prefer the range selectors on top " +"of the department list." msgstr "" +"Este menú le permitirá crear, eliminar, y editar los departamentos " +"seleccionados. Puede preferir el selector de rango en la parte superior de " +"la lista de departamentos cuando maneje un gran número de departamentos." -#: plugins/admin/ogroups/class_ogroupManagement.inc:185 -#, php-format -msgid "You're about to delete the following object entries %s" -msgstr "" +#: plugins/admin/departments/class_divListDepartment.inc:48 +#: plugins/admin/departments/class_departmentGeneric.inc:574 +msgid "Department name" +msgstr "Nombre de departamento" -#: plugins/admin/ogroups/class_ogroupManagement.inc:215 -#: plugins/admin/ogroups/class_ogroupManagement.inc:267 -#: plugins/admin/ogroups/class_ogroupManagement.inc:294 -msgid "You are not allowed to delete this object group!" -msgstr "" +#: plugins/admin/departments/class_divListDepartment.inc:56 +msgid "Regular expression for matching department names" +msgstr "Expresión regular para buscar el nombre del departamento" -#: plugins/admin/ogroups/class_ogroupManagement.inc:260 -#, php-format -msgid "You're about to delete the object group '%s'." -msgstr "" +#: plugins/admin/departments/class_divListDepartment.inc:200 +msgid "department" +msgstr "departamento" -#: plugins/admin/ogroups/class_ogroupManagement.inc:457 +#: plugins/admin/departments/tabs_department.inc:34 +#: include/class_MultiSelectWindow.inc:503 include/functions.inc:341 +#: include/functions.inc:368 include/functions.inc:377 +#: include/functions.inc:406 include/functions.inc:649 +#: include/functions.inc:688 include/functions.inc:733 +#: include/functions.inc:1311 include/functions.inc:2503 +#: include/class_config.inc:224 setup/class_setupStep_Schema.inc:95 +#: setup/class_setupStep_Migrate.inc:1030 +#: setup/class_setupStep_Migrate.inc:1056 +#: setup/class_setupStep_Migrate.inc:1104 +#: setup/class_setupStep_Migrate.inc:1152 +#: setup/class_setupStep_Migrate.inc:1916 html/index.php:244 +#: html/index.php:258 html/index.php:271 #, fuzzy -msgid "Windows Install" -msgstr "Windows RDP" - -#: plugins/admin/ogroups/class_ogroupManagement.inc:458 -msgid "Terminal" -msgstr "Terminal" - -#: plugins/admin/ogroups/class_ogroup.inc:156 -msgid "This 'dn' is no object group." -msgstr "" - -#: plugins/admin/ogroups/class_ogroup.inc:300 -msgid "too many different objects!" -msgstr "" - -#: plugins/admin/ogroups/class_ogroup.inc:302 -msgid "users" -msgstr "" - -#: plugins/admin/ogroups/class_ogroup.inc:303 -msgid "groups" -msgstr "" - -#: plugins/admin/ogroups/class_ogroup.inc:304 -msgid "applications" -msgstr "" - -#: plugins/admin/ogroups/class_ogroup.inc:305 -msgid "departments" -msgstr "" - -#: plugins/admin/ogroups/class_ogroup.inc:306 -msgid "servers" -msgstr "" - -#: plugins/admin/ogroups/class_ogroup.inc:307 -msgid "workstations" -msgstr "" +msgid "LDAP error" +msgstr "Servicio LDAP" -#: plugins/admin/ogroups/class_ogroup.inc:308 +#: plugins/admin/departments/tabs_department.inc:34 #, fuzzy -msgid "winstations" -msgstr "Estación de trabajo Windows" - -#: plugins/admin/ogroups/class_ogroup.inc:309 -msgid "terminals" -msgstr "" - -#: plugins/admin/ogroups/class_ogroup.inc:310 -msgid "phones" -msgstr "" - -#: plugins/admin/ogroups/class_ogroup.inc:311 -msgid "printers" -msgstr "" - -#: plugins/admin/ogroups/class_ogroup.inc:318 -msgid "and" -msgstr "" - -#: plugins/admin/ogroups/class_ogroup.inc:463 -msgid "Non existing dn:" -msgstr "" - -#: plugins/admin/ogroups/class_ogroup.inc:607 -msgid "There is already an object with this cn." -msgstr "" - -#: plugins/admin/ogroups/class_ogroup.inc:622 -msgid "You can combine two different object types at maximum only!" -msgstr "" - -#: plugins/admin/ogroups/class_ogroup.inc:678 -#, php-format -msgid "Saving of object group/generic with dn '%s' failed." -msgstr "" - -#: plugins/admin/ogroups/class_ogroup.inc:691 -#, php-format -msgid "Removing of object group/generic with dn '%s' failed." -msgstr "" - -#: plugins/admin/ogroups/class_ogroup.inc:753 -msgid "Object group generic" -msgstr "" - -#: plugins/admin/ogroups/class_ogroup.inc:761 plugins/admin/acl/acl_role.tpl:7 -#: plugins/admin/acl/class_aclRole.inc:677 plugins/admin/acl/paste_role.tpl:4 -#: plugins/admin/groups/class_groupGeneric.inc:1001 -#: setup/setup_migrate.tpl:209 setup/setup_feedback.tpl:22 html/getxls.php:223 -#: html/getxls.php:290 -msgid "Name" -msgstr "Nombre" - -#: plugins/admin/ogroups/class_ogroup.inc:764 -msgid "Member" -msgstr "" - -#: plugins/admin/ogroups/ogroup_objects.tpl:6 -msgid "Select objects to add" -msgstr "" - -#: plugins/admin/ogroups/ogroup_objects.tpl:27 -msgid "Select to see departments" -msgstr "" - -#: plugins/admin/ogroups/ogroup_objects.tpl:27 -msgid "Show departments" -msgstr "" - -#: plugins/admin/ogroups/ogroup_objects.tpl:28 -msgid "Select to see GOsa accounts" -msgstr "" - -#: plugins/admin/ogroups/ogroup_objects.tpl:28 -msgid "Show people" -msgstr "" - -#: plugins/admin/ogroups/ogroup_objects.tpl:29 -msgid "Select to see GOsa groups" -msgstr "" - -#: plugins/admin/ogroups/ogroup_objects.tpl:29 -msgid "Show groups" -msgstr "" - -#: plugins/admin/ogroups/ogroup_objects.tpl:30 -msgid "Select to see applications" -msgstr "" - -#: plugins/admin/ogroups/ogroup_objects.tpl:30 -msgid "Show applications" -msgstr "" - -#: plugins/admin/ogroups/ogroup_objects.tpl:33 -msgid "Select to see terminals" -msgstr "" - -#: plugins/admin/ogroups/ogroup_objects.tpl:33 -msgid "Show terminals" -msgstr "Mostrar terminales" - -#: plugins/admin/ogroups/ogroup_objects.tpl:34 -msgid "Select to see printers" -msgstr "" - -#: plugins/admin/ogroups/ogroup_objects.tpl:34 -msgid "Show printers" -msgstr "" - -#: plugins/admin/ogroups/ogroup_objects.tpl:35 -msgid "Select to see phones" -msgstr "" - -#: plugins/admin/ogroups/ogroup_objects.tpl:35 -msgid "Show phones" -msgstr "Mostrar teléfonos" - -#: plugins/admin/ogroups/ogroup_objects.tpl:41 -msgid "Display objects of department" -msgstr "" - -#: plugins/admin/ogroups/ogroup_objects.tpl:45 -msgid "Display objects matching" +msgid "Moving LDAP tree failed: destination tree is a subtree of the source!" msgstr "" +"Ha fallado al mover el árbol. El árbol destino es subárbol del elegido." -#: plugins/admin/ogroups/ogroup_objects.tpl:46 -msgid "Regular expression for matching object names" +#: plugins/admin/departments/dep_iframe.tpl:1 +msgid "Processing the requested operation" msgstr "" -#: plugins/admin/ogroups/remove.tpl:7 +#: plugins/admin/departments/dep_iframe.tpl:7 msgid "" -"Please double check if you really want to do this since there is no way for " -"GOsa to get your data back." -msgstr "" - -#: plugins/admin/ogroups/paste_generic.tpl:4 -#: plugins/admin/ogroups/generic.tpl:7 -#: plugins/admin/groups/paste_generic.tpl:5 -#: plugins/admin/groups/generic.tpl:11 -msgid "Group name" -msgstr "" - -#: plugins/admin/ogroups/paste_generic.tpl:7 -msgid "Please enter the new object group name" +"Your browser doesn't support iframes, please use this link to perform the " +"requested operation." msgstr "" -#: plugins/admin/ogroups/generic.tpl:10 -msgid "Name of the group" +#: plugins/admin/departments/dep_move_confirm.tpl:2 +msgid "You are currently moving/renaming this department." msgstr "" -#: plugins/admin/ogroups/generic.tpl:18 plugins/admin/groups/generic.tpl:28 -msgid "Descriptive text for this group" +#: plugins/admin/departments/dep_move_confirm.tpl:5 +msgid "" +"Modifying a departments naming attribute 'ou' or base may corrupt acls and " +"snapshot entries for all entire objects." msgstr "" -#: plugins/admin/ogroups/generic.tpl:29 plugins/admin/acl/acl_role.tpl:31 -#: plugins/admin/groups/generic.tpl:43 -msgid "Choose subtree to place group in" +#: plugins/admin/departments/dep_move_confirm.tpl:8 +msgid "GOsa can NOT fix this for you, yet." msgstr "" -#: plugins/admin/ogroups/generic.tpl:42 -msgid "Member objects" +#: plugins/admin/departments/dep_move_confirm.tpl:11 +msgid "" +"Before you confirm this action, ensure that everything will be as expected, " +"possibly the best solution is a backup." msgstr "" -#: plugins/admin/ogroups/class_divListOGroup.inc:39 -#: plugins/admin/ogroups/class_divListOGroup.inc:40 -msgid "List of object groups" +#: plugins/admin/departments/generic.tpl:8 +msgid "Name of department" msgstr "" -#: plugins/admin/ogroups/class_divListOGroup.inc:45 -msgid "" -"This menu allows you to add, edit or remove selected groups. You may want to " -"use the range selector on top of the group listbox, when working with a " -"large number of groups." +#: plugins/admin/departments/generic.tpl:11 +msgid "Name of subtree to create" msgstr "" -#: plugins/admin/ogroups/class_divListOGroup.inc:64 -msgid "Name of object groups" +#: plugins/admin/departments/generic.tpl:19 +msgid "Descriptive text for department" msgstr "" -#: plugins/admin/ogroups/class_divListOGroup.inc:64 -#: plugins/admin/departments/class_departmentManagement.inc:24 -#: plugins/admin/departments/class_departmentGeneric.inc:582 -#: plugins/admin/departments/class_departmentGeneric.inc:587 -msgid "Departments" -msgstr "Departamentos" +#: plugins/admin/departments/generic.tpl:24 +#: plugins/admin/departments/class_departmentGeneric.inc:575 +msgid "Category" +msgstr "Categoría" -#: plugins/admin/ogroups/class_divListOGroup.inc:69 -msgid "Select to see groups containing users" +#: plugins/admin/departments/generic.tpl:27 +msgid "Category for this subtree" msgstr "" -#: plugins/admin/ogroups/class_divListOGroup.inc:69 -msgid "Show groups containing users" +#: plugins/admin/departments/generic.tpl:39 +msgid "Choose subtree to place department in" msgstr "" -#: plugins/admin/ogroups/class_divListOGroup.inc:70 -msgid "Select to see groups containing groups" +#: plugins/admin/departments/generic.tpl:63 +msgid "State where this subtree is located" msgstr "" -#: plugins/admin/ogroups/class_divListOGroup.inc:70 -msgid "Show groups containing groups" +#: plugins/admin/departments/generic.tpl:71 +msgid "Location of this subtree" msgstr "" -#: plugins/admin/ogroups/class_divListOGroup.inc:71 -msgid "Select to see groups containing applications" +#: plugins/admin/departments/generic.tpl:79 +msgid "Postal address of this subtree" msgstr "" -#: plugins/admin/ogroups/class_divListOGroup.inc:71 -msgid "Show groups containing applications" +#: plugins/admin/departments/generic.tpl:86 +msgid "Base telephone number of this subtree" msgstr "" -#: plugins/admin/ogroups/class_divListOGroup.inc:72 -msgid "Select to see groups containing departments" +#: plugins/admin/departments/generic.tpl:94 +msgid "Base facsimile telephone number of this subtree" msgstr "" -#: plugins/admin/ogroups/class_divListOGroup.inc:72 -msgid "Show groups containing departments" -msgstr "" +#: plugins/admin/departments/generic.tpl:109 +#: plugins/admin/departments/class_departmentGeneric.inc:578 +msgid "Administrative settings" +msgstr "Parámetros administrativos" -#: plugins/admin/ogroups/class_divListOGroup.inc:73 -msgid "Select to see groups containing servers" +#: plugins/admin/departments/generic.tpl:111 +msgid "Tag department as an independent administrative unit" msgstr "" -#: plugins/admin/ogroups/class_divListOGroup.inc:73 -msgid "Show groups containing servers" +#: plugins/admin/departments/remove.tpl:6 +msgid "" +"This includes 'all' accounts, systems, etc. in this subtree. Please double " +"check if your really want to do this since there is no way for GOsa to get " +"your data back." msgstr "" -#: plugins/admin/ogroups/class_divListOGroup.inc:74 -msgid "Select to see groups containing workstations" -msgstr "" +#: plugins/admin/departments/main.inc:41 plugins/admin/departments/main.inc:43 +msgid "Department management" +msgstr "Administración de departamento" -#: plugins/admin/ogroups/class_divListOGroup.inc:74 -msgid "Show groups containing workstations" -msgstr "" +#: plugins/admin/departments/class_departmentGeneric.inc:187 +#, php-format +msgid "Removing of department with dn '%s' failed." +msgstr "Ha fallado la eliminación del departamento con dn '%s'." -#: plugins/admin/ogroups/class_divListOGroup.inc:75 -#, fuzzy -msgid "Select to see groups containing windows workstations" -msgstr "Seleccione para ver estaciones de trabajo basadas en Windows" +#: plugins/admin/departments/class_departmentGeneric.inc:246 +#: plugins/admin/departments/class_departmentGeneric.inc:248 +msgid "Department with that 'Name' already exists." +msgstr "Ya existe un departamente con ese 'Nombre'." -#: plugins/admin/ogroups/class_divListOGroup.inc:75 -#, fuzzy -msgid "Show groups containing windows workstations" -msgstr "Mostrara estaciones de trabajo basadas en windows" +#: plugins/admin/departments/class_departmentGeneric.inc:253 +msgid "Required field 'Name' is not set." +msgstr "No ha introducido el campo obligatorio 'Nombre'." -#: plugins/admin/ogroups/class_divListOGroup.inc:76 -msgid "Select to see groups containing terminals" -msgstr "" +#: plugins/admin/departments/class_departmentGeneric.inc:256 +msgid "Required field 'Description' is not set." +msgstr "No ha introducido el campo obligatorio 'Descripción'." -#: plugins/admin/ogroups/class_divListOGroup.inc:76 -msgid "Show groups containing terminals" +#: plugins/admin/departments/class_departmentGeneric.inc:260 +#, php-format +msgid "" +"The field 'Name' contains the reserved word '%s'. Please choose another name." msgstr "" +"El campo 'Nombre' tiene la palabra reservada '%s'. Por favor elija otro " +"nombre." -#: plugins/admin/ogroups/class_divListOGroup.inc:77 -msgid "Select to see groups containing printer" -msgstr "" +#: plugins/admin/departments/class_departmentGeneric.inc:312 html/main.php:149 +#, fuzzy +msgid "Fatal error" +msgstr "Insertar separador" -#: plugins/admin/ogroups/class_divListOGroup.inc:77 -msgid "Show groups containing printer" +#: plugins/admin/departments/class_departmentGeneric.inc:312 +#, fuzzy +msgid "Cannot find an unused tag for this administrative unit!" msgstr "" +"Error Fatal: ¡No se puede encontrar una etiqueta sin usar para identificar " +"la unidad administrativa!" -#: plugins/admin/ogroups/class_divListOGroup.inc:78 -msgid "Select to see groups containing phones" -msgstr "" +#: plugins/admin/departments/class_departmentGeneric.inc:358 +#, php-format +msgid "Saving of department with dn '%s' failed." +msgstr "Ha fallado la grabación del departamento con dn '%s'." -#: plugins/admin/ogroups/class_divListOGroup.inc:78 -msgid "Show groups containing phones" -msgstr "" +#: plugins/admin/departments/class_departmentGeneric.inc:403 +#, php-format +msgid "Tagging '%s'." +msgstr "Etiquetando '%s'." -#: plugins/admin/ogroups/class_divListOGroup.inc:253 -#: plugins/admin/departments/class_divListDepartment.inc:166 -#: plugins/admin/groups/class_divListGroup.inc:263 -msgid "Edit this entry" -msgstr "Editar esta entrada" +#: plugins/admin/departments/class_departmentGeneric.inc:488 +#, php-format +msgid "Moving '%s' to '%s'" +msgstr "Moviendo '%s' a '%s'" -#: plugins/admin/ogroups/class_divListOGroup.inc:261 -#: plugins/admin/departments/class_divListDepartment.inc:171 -#: plugins/admin/groups/class_divListGroup.inc:272 -msgid "Delete this entry" -msgstr "Eliminar esta entrada" +#: plugins/admin/departments/class_departmentGeneric.inc:524 +#: include/class_acl.inc:643 include/class_acl.inc:650 +#: include/class_acl.inc:657 include/class_acl.inc:663 +#: ihtml/themes/default/snapshotdialog.tpl:20 +#: ihtml/themes/default/snapshotdialog.tpl:62 +msgid "Object" +msgstr "Objeto" -#: plugins/admin/ogroups/class_divListOGroup.inc:264 -msgid "You are not allowed to remove this entry." -msgstr "" +#: plugins/admin/departments/class_departmentGeneric.inc:529 +#, php-format +msgid "FAILED to copy %s, aborting operation" +msgstr "Ha fallado a copiar %s, operación abortada" -#: plugins/admin/ogroups/class_divListOGroup.inc:310 -msgid "Number of listed object groups" -msgstr "" +#: plugins/admin/departments/class_departmentGeneric.inc:561 +#: plugins/admin/departments/class_departmentGeneric.inc:566 +#: plugins/admin/departments/class_departmentManagement.inc:24 +#: plugins/admin/ogroups/class_divListOGroup.inc:64 +msgid "Departments" +msgstr "Departamentos" -#: plugins/admin/ogroups/tabs_ogroups.inc:71 -#: plugins/admin/ogroups/tabs_ogroups.inc:215 -msgid "Phone queue" -msgstr "" +#: plugins/admin/departments/class_departmentGeneric.inc:570 +msgid "Country" +msgstr "País" -#: plugins/admin/ogroups/tabs_ogroups.inc:95 -msgid "System" -msgstr "" +#: plugins/admin/departments/class_departmentGeneric.inc:573 +msgid "Telephone" +msgstr "Teléfono" -#: plugins/admin/ogroups/tabs_ogroups.inc:193 -msgid "Terminals" +#: plugins/admin/departments/class_departmentGeneric.inc:630 +#, php-format +msgid "Object '%s' is already tagged" msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:178 -#: plugins/admin/groups/class_groupManagement.inc:298 +#: plugins/admin/departments/class_departmentGeneric.inc:637 #, php-format -msgid "You're about to delete the following entry %s" -msgstr "Has decidido eliminar la siguiente entrada %s" +msgid "Adding tag (%s) to object '%s'" +msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:180 -#: plugins/admin/groups/class_groupManagement.inc:300 +#: plugins/admin/departments/class_departmentGeneric.inc:651 +#: plugins/admin/departments/class_departmentGeneric.inc:680 #, php-format -msgid "You're about to delete the following entries %s" -msgstr "Has decidido eliminar las siguientes entradas %s" +msgid "Handle object tagging with dn '%s' failed." +msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:206 -#: plugins/admin/departments/class_departmentManagement.inc:254 -#: plugins/admin/departments/class_departmentManagement.inc:273 -msgid "You have no permission to remove this department." -msgstr "No tiene permisos para eliminar este departamento." +#: plugins/admin/departments/class_departmentGeneric.inc:667 +#, php-format +msgid "Removing tag from object '%s'" +msgstr "" #: plugins/admin/departments/class_departmentManagement.inc:248 #, php-format 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'." -#: plugins/admin/departments/tabs_department.inc:34 -msgid "Try to move tree failed. Destination tree is subtree of source tree." +#: plugins/admin/ogroups/tabs_ogroups.inc:76 +#: plugins/admin/ogroups/tabs_ogroups.inc:228 +msgid "Phone queue" msgstr "" -"Ha fallado al mover el árbol. El árbol destino es subárbol del elegido." -#: plugins/admin/departments/dep_move_confirm.tpl:2 -msgid "You are currently moving/renaming this department." +#: plugins/admin/ogroups/tabs_ogroups.inc:100 +msgid "System" msgstr "" -#: plugins/admin/departments/dep_move_confirm.tpl:5 -msgid "" -"Modifying a departments naming attribute 'ou' or base may corrupt acls and " -"snapshot entries for all entire objects." +#: plugins/admin/ogroups/tabs_ogroups.inc:108 +#: plugins/admin/ogroups/tabs_ogroups.inc:115 +#: plugins/admin/ogroups/tabs_ogroups.inc:208 +msgid "Devices" msgstr "" -#: plugins/admin/departments/dep_move_confirm.tpl:8 -msgid "GOsa can NOT fix this for you, yet." +#: plugins/admin/ogroups/tabs_ogroups.inc:122 +msgid "Startup" +msgstr "Inicio" + +#: plugins/admin/ogroups/tabs_ogroups.inc:204 +msgid "Terminals" msgstr "" -#: plugins/admin/departments/dep_move_confirm.tpl:11 -msgid "" -"Before you confirm this action, ensure that everything will be as expected, " -"possibly the best solution is a backup." +#: plugins/admin/ogroups/ogroup_objects.tpl:6 +msgid "Select objects to add" msgstr "" -#: plugins/admin/departments/class_departmentGeneric.inc:197 -#, php-format -msgid "Removing of department with dn '%s' failed." -msgstr "Ha fallado la eliminación del departamento con dn '%s'." +#: plugins/admin/ogroups/ogroup_objects.tpl:27 +msgid "Select to see departments" +msgstr "" -#: plugins/admin/departments/class_departmentGeneric.inc:258 -#: plugins/admin/departments/class_departmentGeneric.inc:260 -msgid "Department with that 'Name' already exists." -msgstr "Ya existe un departamente con ese 'Nombre'." +#: plugins/admin/ogroups/ogroup_objects.tpl:27 +msgid "Show departments" +msgstr "" -#: plugins/admin/departments/class_departmentGeneric.inc:265 -msgid "Required field 'Name' is not set." -msgstr "No ha introducido el campo obligatorio 'Nombre'." +#: plugins/admin/ogroups/ogroup_objects.tpl:28 +msgid "Select to see GOsa accounts" +msgstr "" -#: plugins/admin/departments/class_departmentGeneric.inc:268 -msgid "Required field 'Description' is not set." -msgstr "No ha introducido el campo obligatorio 'Descripción'." +#: plugins/admin/ogroups/ogroup_objects.tpl:28 +msgid "Show people" +msgstr "" -#: plugins/admin/departments/class_departmentGeneric.inc:272 -#, php-format -msgid "" -"The field 'Name' contains the reserved word '%s'. Please choose another name." +#: plugins/admin/ogroups/ogroup_objects.tpl:29 +msgid "Select to see GOsa groups" msgstr "" -"El campo 'Nombre' tiene la palabra reservada '%s'. Por favor elija otro " -"nombre." -#: plugins/admin/departments/class_departmentGeneric.inc:326 -msgid "Fatal error: Can't find an unused tag to mark the administrative unit!" +#: plugins/admin/ogroups/ogroup_objects.tpl:29 +msgid "Show groups" +msgstr "" + +#: plugins/admin/ogroups/ogroup_objects.tpl:30 +msgid "Select to see applications" +msgstr "" + +#: plugins/admin/ogroups/ogroup_objects.tpl:30 +msgid "Show applications" +msgstr "" + +#: plugins/admin/ogroups/ogroup_objects.tpl:31 +msgid "Show servers" +msgstr "Mostrar servidores" + +#: plugins/admin/ogroups/ogroup_objects.tpl:32 +msgid "Select to see workstations" msgstr "" -"Error Fatal: ¡No se puede encontrar una etiqueta sin usar para identificar " -"la unidad administrativa!" -#: plugins/admin/departments/class_departmentGeneric.inc:376 -#, php-format -msgid "Saving of department with dn '%s' failed." -msgstr "Ha fallado la grabación del departamento con dn '%s'." +#: plugins/admin/ogroups/ogroup_objects.tpl:32 +msgid "Show workstations" +msgstr "Mostrar estaciones de trabajo" -#: plugins/admin/departments/class_departmentGeneric.inc:424 -#, php-format -msgid "Tagging '%s'." -msgstr "Etiquetando '%s'." +#: plugins/admin/ogroups/ogroup_objects.tpl:33 +msgid "Select to see terminals" +msgstr "" -#: plugins/admin/departments/class_departmentGeneric.inc:509 -#, php-format -msgid "Moving '%s' to '%s'" -msgstr "Moviendo '%s' a '%s'" +#: plugins/admin/ogroups/ogroup_objects.tpl:33 +msgid "Show terminals" +msgstr "Mostrar terminales" -#: plugins/admin/departments/class_departmentGeneric.inc:550 -#, php-format -msgid "FAILED to copy %s, aborting operation" -msgstr "Ha fallado a copiar %s, operación abortada" +#: plugins/admin/ogroups/ogroup_objects.tpl:34 +msgid "Select to see printers" +msgstr "" -#: plugins/admin/departments/class_departmentGeneric.inc:591 -msgid "Country" -msgstr "País" +#: plugins/admin/ogroups/ogroup_objects.tpl:34 +msgid "Show printers" +msgstr "" -#: plugins/admin/departments/class_departmentGeneric.inc:594 -msgid "Telephone" -msgstr "Teléfono" +#: plugins/admin/ogroups/ogroup_objects.tpl:35 +msgid "Select to see phones" +msgstr "" -#: plugins/admin/departments/class_departmentGeneric.inc:595 -#: plugins/admin/departments/class_divListDepartment.inc:48 -msgid "Department name" -msgstr "Nombre de departamento" +#: plugins/admin/ogroups/ogroup_objects.tpl:35 +msgid "Show phones" +msgstr "Mostrar teléfonos" -#: plugins/admin/departments/class_departmentGeneric.inc:596 -#: plugins/admin/departments/generic.tpl:24 -msgid "Category" -msgstr "Categoría" +#: plugins/admin/ogroups/ogroup_objects.tpl:41 +msgid "Display objects of department" +msgstr "" -#: plugins/admin/departments/class_departmentGeneric.inc:599 -#: plugins/admin/departments/generic.tpl:117 -msgid "Administrative settings" -msgstr "Parámetros administrativos" +#: plugins/admin/ogroups/ogroup_objects.tpl:45 +msgid "Display objects matching" +msgstr "" -#: plugins/admin/departments/class_departmentGeneric.inc:651 -#, php-format -msgid "Object '%s' is already tagged" +#: plugins/admin/ogroups/ogroup_objects.tpl:46 +msgid "Regular expression for matching object names" msgstr "" -#: plugins/admin/departments/class_departmentGeneric.inc:658 -#, php-format -msgid "Adding tag (%s) to object '%s'" +#: plugins/admin/ogroups/class_ogroupManagement.inc:24 +#: plugins/admin/ogroups/class_ogroup.inc:746 +#: plugins/admin/ogroups/main.inc:35 plugins/admin/ogroups/main.inc:40 +msgid "Object groups" msgstr "" -#: plugins/admin/departments/class_departmentGeneric.inc:672 -#: plugins/admin/departments/class_departmentGeneric.inc:701 +#: plugins/admin/ogroups/class_ogroupManagement.inc:183 #, php-format -msgid "Handle object tagging with dn '%s' failed." +msgid "You're about to delete the following object entry %s" msgstr "" -#: plugins/admin/departments/class_departmentGeneric.inc:688 +#: plugins/admin/ogroups/class_ogroupManagement.inc:185 #, php-format -msgid "Removing tag from object '%s'" +msgid "You're about to delete the following object entries %s" msgstr "" -#: plugins/admin/departments/remove.tpl:6 -msgid "" -"This includes 'all' accounts, systems, etc. in this subtree. Please double " -"check if your really want to do this since there is no way for GOsa to get " -"your data back." +#: plugins/admin/ogroups/class_ogroupManagement.inc:260 +#, php-format +msgid "You're about to delete the object group '%s'." msgstr "" -#: plugins/admin/departments/remove.tpl:10 plugins/admin/acl/remove.tpl:10 -msgid "" -"Best thing to do before performing this action would be to save the current " -"contents of your LDAP tree in a file. So - if you've done so - press " -"'Delete' to continue or 'Cancel' to abort." -msgstr "" +#: plugins/admin/ogroups/class_ogroupManagement.inc:454 +#: plugins/generic/references/class_reference.inc:44 +#: setup/setup_config2.tpl:264 setup/setup_config2.tpl:309 +msgid "Server" +msgstr "Servidor" -#: plugins/admin/departments/class_divListDepartment.inc:27 -#: plugins/admin/departments/class_divListDepartment.inc:28 -msgid "List of departments" -msgstr "Lista de Departamentos" +#: plugins/admin/ogroups/class_ogroupManagement.inc:456 +#: plugins/generic/references/class_reference.inc:48 +msgid "Workstation" +msgstr "Estación de trabajo" -#: plugins/admin/departments/class_divListDepartment.inc:33 -msgid "" -"This menu allows you to create, delete and edit selected departments. Having " -"a large number of departments, you might prefer the range selectors on top " -"of the department list." -msgstr "" -"Este menú le permitirá crear, eliminar, y editar los departamentos " -"seleccionados. Puede preferir el selector de rango en la parte superior de " -"la lista de departamentos cuando maneje un gran número de departamentos." +#: plugins/admin/ogroups/class_ogroupManagement.inc:457 +#, fuzzy +msgid "Windows Install" +msgstr "Windows RDP" -#: plugins/admin/departments/class_divListDepartment.inc:56 -msgid "Regular expression for matching department names" -msgstr "Expresión regular para buscar el nombre del departamento" +#: plugins/admin/ogroups/class_ogroupManagement.inc:458 +msgid "Terminal" +msgstr "Terminal" -#: plugins/admin/departments/class_divListDepartment.inc:200 -msgid "department" -msgstr "departamento" +#: plugins/admin/ogroups/class_ogroupManagement.inc:459 +#: plugins/generic/references/class_reference.inc:52 +msgid "Printer" +msgstr "Impresora" -#: plugins/admin/departments/generic.tpl:8 -msgid "Name of department" +#: plugins/admin/ogroups/paste_generic.tpl:7 +msgid "Please enter the new object group name" msgstr "" -#: plugins/admin/departments/generic.tpl:11 -msgid "Name of subtree to create" +#: plugins/admin/ogroups/class_divListOGroup.inc:39 +#: plugins/admin/ogroups/class_divListOGroup.inc:40 +msgid "List of object groups" msgstr "" -#: plugins/admin/departments/generic.tpl:19 -msgid "Descriptive text for department" +#: plugins/admin/ogroups/class_divListOGroup.inc:45 +msgid "" +"This menu allows you to add, edit or remove selected groups. You may want to " +"use the range selector on top of the group listbox, when working with a " +"large number of groups." msgstr "" -#: plugins/admin/departments/generic.tpl:27 -msgid "Category for this subtree" +#: plugins/admin/ogroups/class_divListOGroup.inc:64 +msgid "Name of object groups" msgstr "" -#: plugins/admin/departments/generic.tpl:39 -msgid "Choose subtree to place department in" +#: plugins/admin/ogroups/class_divListOGroup.inc:69 +msgid "Select to see groups containing users" msgstr "" -#: plugins/admin/departments/generic.tpl:63 -msgid "State where this subtree is located" +#: plugins/admin/ogroups/class_divListOGroup.inc:69 +msgid "Show groups containing users" msgstr "" -#: plugins/admin/departments/generic.tpl:71 -msgid "Location of this subtree" +#: plugins/admin/ogroups/class_divListOGroup.inc:70 +msgid "Select to see groups containing groups" msgstr "" -#: plugins/admin/departments/generic.tpl:79 -msgid "Postal address of this subtree" +#: plugins/admin/ogroups/class_divListOGroup.inc:70 +msgid "Show groups containing groups" msgstr "" -#: plugins/admin/departments/generic.tpl:86 -msgid "Base telephone number of this subtree" +#: plugins/admin/ogroups/class_divListOGroup.inc:71 +msgid "Select to see groups containing applications" msgstr "" -#: plugins/admin/departments/generic.tpl:94 -msgid "Base facsimile telephone number of this subtree" +#: plugins/admin/ogroups/class_divListOGroup.inc:71 +msgid "Show groups containing applications" msgstr "" -#: plugins/admin/departments/generic.tpl:119 -msgid "Tag department as an independent administrative unit" +#: plugins/admin/ogroups/class_divListOGroup.inc:72 +msgid "Select to see groups containing departments" msgstr "" -#: plugins/admin/departments/main.inc:41 plugins/admin/departments/main.inc:43 -msgid "Department management" -msgstr "Administración de departamento" - -#: plugins/admin/departments/dep_iframe.tpl:1 -msgid "Processing the requested operation" +#: plugins/admin/ogroups/class_divListOGroup.inc:72 +msgid "Show groups containing departments" 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/admin/ogroups/class_divListOGroup.inc:73 +msgid "Select to see groups containing servers" msgstr "" -#: plugins/admin/acl/tabs_acl.inc:8 plugins/admin/acl/class_divListACL.inc:240 -msgid "Acl" -msgstr "Acl" - -#: plugins/admin/acl/class_aclRole.inc:6 -msgid "Access control list templates" +#: plugins/admin/ogroups/class_divListOGroup.inc:73 +msgid "Show groups containing servers" msgstr "" -#: plugins/admin/acl/class_aclRole.inc:103 include/class_acl.inc:177 -msgid "All categories" -msgstr "Todas las categorías" - -#: plugins/admin/acl/class_aclRole.inc:110 include/class_acl.inc:185 -msgid "Reset ACLs" -msgstr "Eliminar ACLs" - -#: plugins/admin/acl/class_aclRole.inc:111 include/class_acl.inc:186 -msgid "One level" -msgstr "Un nivel" - -#: plugins/admin/acl/class_aclRole.inc:112 include/class_acl.inc:187 -#: include/class_acl.inc:192 -msgid "Current object" -msgstr "Objeto actual" - -#: plugins/admin/acl/class_aclRole.inc:113 include/class_acl.inc:188 -msgid "Complete subtree" -msgstr "Subárbol completo" - -#: plugins/admin/acl/class_aclRole.inc:114 include/class_acl.inc:189 -msgid "Complete subtree (permanent)" -msgstr "Subárbol completo (permanente)" +#: plugins/admin/ogroups/class_divListOGroup.inc:74 +msgid "Select to see groups containing workstations" +msgstr "" -#: plugins/admin/acl/class_aclRole.inc:338 -#: include/class_MultiSelectWindow.inc:227 -#: include/class_MultiSelectWindow.inc:229 include/class_acl.inc:407 -msgid "Up" -msgstr "Arriba" +#: plugins/admin/ogroups/class_divListOGroup.inc:74 +msgid "Show groups containing workstations" +msgstr "" -#: plugins/admin/acl/class_aclRole.inc:339 include/class_acl.inc:408 -msgid "Down" -msgstr "Abajo" +#: plugins/admin/ogroups/class_divListOGroup.inc:75 +#, fuzzy +msgid "Select to see groups containing windows workstations" +msgstr "Seleccione para ver estaciones de trabajo basadas en Windows" -#: plugins/admin/acl/class_aclRole.inc:340 include/class_acl.inc:409 -msgid "Edit ACL" -msgstr "Editar ACL" +#: plugins/admin/ogroups/class_divListOGroup.inc:75 +#, fuzzy +msgid "Show groups containing windows workstations" +msgstr "Mostrara estaciones de trabajo basadas en windows" -#: plugins/admin/acl/class_aclRole.inc:341 include/class_acl.inc:410 -msgid "Delete ACL" -msgstr "Eliminar ACL" +#: plugins/admin/ogroups/class_divListOGroup.inc:76 +msgid "Select to see groups containing terminals" +msgstr "" -#: plugins/admin/acl/class_aclRole.inc:378 include/class_acl.inc:445 -msgid "No ACL settings for this category" -msgstr "No hay ACL configuradas en esta categoría" +#: plugins/admin/ogroups/class_divListOGroup.inc:76 +msgid "Show groups containing terminals" +msgstr "" -#: plugins/admin/acl/class_aclRole.inc:380 include/class_acl.inc:447 -#, php-format -msgid "Contains ACLs for these objects: %s" -msgstr "ACLs que tienen estos objetos: %s" +#: plugins/admin/ogroups/class_divListOGroup.inc:77 +msgid "Select to see groups containing printer" +msgstr "" -#: plugins/admin/acl/class_aclRole.inc:385 include/class_acl.inc:452 -msgid "Edit categories ACLs" -msgstr "Editar las categorías ACLs" +#: plugins/admin/ogroups/class_divListOGroup.inc:77 +msgid "Show groups containing printer" +msgstr "" -#: plugins/admin/acl/class_aclRole.inc:386 include/class_acl.inc:453 -msgid "Clear categories ACLs" -msgstr "Eliminar categorías ACLs" +#: plugins/admin/ogroups/class_divListOGroup.inc:78 +msgid "Select to see groups containing phones" +msgstr "" -#: plugins/admin/acl/class_aclRole.inc:402 include/class_acl.inc:498 -#, php-format -msgid "Edit ACL for '%s', scope is '%s'" -msgstr "Editar ACL para '%s', el ámbito es '%s'" +#: plugins/admin/ogroups/class_divListOGroup.inc:78 +msgid "Show groups containing phones" +msgstr "" -#: plugins/admin/acl/class_aclRole.inc:412 include/class_acl.inc:508 -msgid "All objects in current subtree" -msgstr "Todos los objetos en el subárbol actual" +#: plugins/admin/ogroups/class_divListOGroup.inc:176 +#: plugins/admin/ogroups/class_divListOGroup.inc:294 +#: plugins/generic/references/class_reference.inc:50 +msgid "Object group" +msgstr "" -#: plugins/admin/acl/class_aclRole.inc:564 include/class_acl.inc:1061 -#, php-format -msgid "Saving ACLs with dn '%s' failed." -msgstr "Ha fallado la grabación de la ACLs con dn '%s'." +#: plugins/admin/ogroups/class_divListOGroup.inc:264 +msgid "You are not allowed to remove this entry." +msgstr "" -#: plugins/admin/acl/class_aclRole.inc:596 -#, php-format -msgid "" -"This role can't be removed while it is in use. Follwing objects are using " -"this role %s" +#: plugins/admin/ogroups/class_divListOGroup.inc:310 +msgid "Number of listed object groups" msgstr "" -"Este Rol no puede ser eliminado por estar siendo usado. Los siguientes " -"objetos están usando este rol %s" -#: plugins/admin/acl/class_aclRole.inc:602 -#, php-format -msgid "Removing of aclRole with dn '%s' failed." -msgstr "Ha fallado la eliminación de la ACLs con dn '%s'." +#: plugins/admin/ogroups/class_ogroup.inc:150 setup/setup_ldap.tpl:121 +#: ihtml/themes/default/MultiSelectWindow.tpl:44 +#: ihtml/themes/default/MultiSelectWindow.tpl:84 +#: ihtml/themes/default/msg_dialog.tpl:59 +#: ihtml/themes/default/msg_dialog.tpl:104 +msgid "Information" +msgstr "" -#: plugins/admin/acl/class_aclRole.inc:614 -#, php-format -msgid "Removing aclRole from objectgroup '%s' failed" -msgstr "Ha fallado la eliminación del Rol en el grupo de objetos '%s'." +#: plugins/admin/ogroups/class_ogroup.inc:150 +msgid "You cannot combine terminals and workstations in one object group!" +msgstr "" -#: plugins/admin/acl/class_aclRole.inc:669 include/class_acl.inc:1098 -msgid "ACL roles" -msgstr "Rol" +#: plugins/admin/ogroups/class_ogroup.inc:171 +msgid "This 'dn' is no object group." +msgstr "" -#: plugins/admin/acl/class_aclRole.inc:674 -msgid "Acl roles" -msgstr "Roles" +#: plugins/admin/ogroups/class_ogroup.inc:288 +msgid "too many different objects!" +msgstr "" -#: plugins/admin/acl/remove.tpl:6 -msgid "" -"This includes all system and setup informations. Please double check if your " -"really want to do this since there is no way for GOsa to get your data back." +#: plugins/admin/ogroups/class_ogroup.inc:290 +msgid "users" msgstr "" -#: plugins/admin/acl/tabs_acl_role.inc:8 -msgid "ACL Templates" -msgstr "Plantillas ACL" +#: plugins/admin/ogroups/class_ogroup.inc:291 +msgid "groups" +msgstr "" -#: plugins/admin/acl/class_divListACL.inc:31 -msgid "List of acl" -msgstr "Lista de acl" +#: plugins/admin/ogroups/class_ogroup.inc:292 +msgid "applications" +msgstr "" -#: plugins/admin/acl/class_divListACL.inc:32 -msgid "List of acls" -msgstr "Lista de acls" +#: plugins/admin/ogroups/class_ogroup.inc:293 +msgid "departments" +msgstr "" -#: plugins/admin/acl/class_divListACL.inc:36 -msgid "This menu allows you to edit and delete selected acls." -msgstr "Este menú le permite editar y eliminar las acl seleccionadas." +#: plugins/admin/ogroups/class_ogroup.inc:294 +msgid "servers" +msgstr "" -#: plugins/admin/acl/class_divListACL.inc:61 -msgid "Ignore subtrees" -msgstr "Ignorar subárboles" +#: plugins/admin/ogroups/class_ogroup.inc:295 +msgid "workstations" +msgstr "" -#: plugins/admin/acl/class_divListACL.inc:65 -msgid "Display acls matching" -msgstr "Mostrar las acl que coincidan con" +#: plugins/admin/ogroups/class_ogroup.inc:296 +#, fuzzy +msgid "winstations" +msgstr "Estación de trabajo Windows" -#: plugins/admin/acl/class_divListACL.inc:224 -msgid "Edit acl role" -msgstr "Editar rol" +#: plugins/admin/ogroups/class_ogroup.inc:297 +msgid "terminals" +msgstr "" -#: plugins/admin/acl/class_divListACL.inc:234 -msgid "Delete acl role" -msgstr "Eliminar rol" +#: plugins/admin/ogroups/class_ogroup.inc:298 +msgid "phones" +msgstr "" -#: plugins/admin/acl/class_divListACL.inc:246 -msgid "Edit acl" -msgstr "Editar acl" +#: plugins/admin/ogroups/class_ogroup.inc:299 +msgid "printers" +msgstr "" -#: plugins/admin/acl/class_divListACL.inc:250 -msgid "Delete acl" -msgstr "Eliminar acl" +#: plugins/admin/ogroups/class_ogroup.inc:306 +msgid "and" +msgstr "" -#: plugins/admin/acl/main.inc:43 plugins/admin/acl/main.inc:45 -msgid "ACL management" -msgstr "Administración de ACL" +#: plugins/admin/ogroups/class_ogroup.inc:451 +msgid "Non existing dn:" +msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:24 -msgid "ACLs" +#: plugins/admin/ogroups/class_ogroup.inc:595 +msgid "There is already an object with this cn." msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:160 -msgid "You are not allowed to create a new role." -msgstr "No tiene permisos para crear un nuevo rol." +#: plugins/admin/ogroups/class_ogroup.inc:610 +msgid "You can combine two different object types at maximum only!" +msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:197 -msgid "You are not allowed to edit this acl." -msgstr "No tiene permisos para editar esta acl." +#: plugins/admin/ogroups/class_ogroup.inc:666 +#, php-format +msgid "Saving of object group/generic with dn '%s' failed." +msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:242 -#: plugins/admin/acl/class_aclManagement.inc:306 +#: plugins/admin/ogroups/class_ogroup.inc:679 #, php-format -msgid "You're about to delete the acl %s." -msgstr "Va a eliminar la acl %s." +msgid "Removing of object group/generic with dn '%s' failed." +msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:250 -#: plugins/admin/acl/class_aclManagement.inc:313 -#: plugins/admin/acl/class_aclManagement.inc:337 -msgid "You are not allowed to delete this acl!" -msgstr "¡No tiene permisos para eliminar esta acl!" +#: plugins/admin/ogroups/class_ogroup.inc:741 +msgid "Object group generic" +msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:274 -msgid "You are not allowed to delete this acl role!" -msgstr "¡No tiene permisos para eliminar este rol!" +#: plugins/admin/ogroups/class_ogroup.inc:752 +msgid "Member" +msgstr "" -#: plugins/admin/groups/class_divListGroup.inc:35 -#: plugins/admin/groups/class_divListGroup.inc:36 -msgid "List of groups" -msgstr "Lista de grupos" +#: plugins/admin/ogroups/generic.tpl:10 +msgid "Name of the group" +msgstr "" -#: plugins/admin/groups/class_divListGroup.inc:41 +#: plugins/admin/ogroups/generic.tpl:42 +msgid "Member objects" +msgstr "" + +#: plugins/admin/ogroups/remove.tpl:7 msgid "" -"This menu allows you to add, edit and remove selected groups. You may want " -"to use the range selector on top of the group listbox, when working with a " -"large number of groups." +"Please double check if you really want to do this since there is no way for " +"GOsa to get your data back." msgstr "" -"Este menú le permite añadir, editar o eliminar los grupos seleccionados. " -"Cuando trabaje con un gran número de grupos puede usar el selector de rango " -"en la parte superior de la lista de grupos,." -#: plugins/admin/groups/class_divListGroup.inc:60 -msgid "Groupname / Department" -msgstr "Nombre de grupo / Departamento" +#: plugins/generic/references/class_reference.inc:30 +msgid "FAX" +msgstr "" -#: plugins/admin/groups/class_divListGroup.inc:65 -msgid "Select to see groups that are primary groups of users" -msgstr "Seleccione para ver que grupos son grupos primarios de usuarios" +#: plugins/generic/references/class_reference.inc:32 +msgid "Proxy" +msgstr "Proxy" -#: plugins/admin/groups/class_divListGroup.inc:65 -msgid "Show primary groups" -msgstr "Mostrar grupos primarios" +#: plugins/generic/references/class_reference.inc:34 +msgid "FTP" +msgstr "" -#: plugins/admin/groups/class_divListGroup.inc:66 -msgid "Select to see groups that have samba groups mappings" -msgstr "Seleccione para ver que grupos tienen asignado un grupo samba" +#: plugins/generic/references/class_reference.inc:46 +msgid "Thin Client" +msgstr "" -#: plugins/admin/groups/class_divListGroup.inc:66 -msgid "Show samba groups" -msgstr "Mostrar los grupos samba" +#: plugins/generic/references/contents.tpl:11 +msgid "Object name" +msgstr "" -#: plugins/admin/groups/class_divListGroup.inc:67 -msgid "Select to see groups that have applications configured" -msgstr "Seleccione para ver que grupos tienen aplicaciones configuradas" +#: plugins/generic/references/contents.tpl:11 +msgid "Contents" +msgstr "" -#: plugins/admin/groups/class_divListGroup.inc:67 -msgid "Show application groups" -msgstr "Mostrar los grupos de aplicaciones" +#: plugins/generic/references/contents.tpl:18 +msgid "This object has no relationship to other objects." +msgstr "" -#: plugins/admin/groups/class_divListGroup.inc:68 -msgid "Select to see groups that have mail settings" -msgstr "Seleccione para ver que grupos tienen configuración de correo" +#: plugins/generic/welcome/welcome.tpl:4 +msgid "" +"This is the GOsa main menu. You can select your tasks from the menu on the " +"left, or by choosing one of the pictograms below. All changes apply directly " +"to your companies LDAP server." +msgstr "" -#: plugins/admin/groups/class_divListGroup.inc:68 -msgid "Show mail groups" -msgstr "Mostrar grupos de correo" +#: plugins/generic/welcome/welcome.tpl:8 +msgid "" +"Use 'Sign out' on the upper left to close the connection and 'Main' to get " +"back to the pictogram view." +msgstr "" + +#: plugins/generic/welcome/welcome.tpl:15 +msgid "The GOsa team" +msgstr "" + +#: plugins/generic/welcome/main.inc:24 +#, php-format +msgid "Welcome %s!" +msgstr "" + +#: include/utils/class_timezone.inc:51 +#, php-format +msgid "" +"The timezone setting '%s' in your gosa.conf is not valid. Cannot calculate " +"correct timezone offset." +msgstr "" + +#: include/password-methods/class_password-methods-sha.inc:46 +#: include/password-methods/class_password-methods-ssha.inc:51 +#, php-format +msgid "Cannot use %s encryption: no PHP functions for sha1/mhash available" +msgstr "" -#: plugins/admin/groups/class_divListGroup.inc:69 -msgid "Select to see normal groups that have only functional aspects" -msgstr "Seleccione para ver que grupos tienen solo aspectos funcionales" +#: include/class_certificate.inc:35 +msgid "Can't open specified file, check accessibility and or existence" +msgstr "" -#: plugins/admin/groups/class_divListGroup.inc:69 -msgid "Show functional groups" -msgstr "Mostrar grupos funcionales" +#: include/class_certificate.inc:53 +msgid "Can't read specified certificate / or empty string given" +msgstr "" -#: plugins/admin/groups/class_divListGroup.inc:329 -#, fuzzy -msgid "Number of listed groups" -msgstr "Eliminar grupo seleccionado" +#: include/class_certificate.inc:80 +msgid "Can't load certificate, possibly unsupported format (use PEM/DER) " +msgstr "" -#: plugins/admin/groups/group_objects.tpl:6 -msgid "Select users to add" +#: include/class_certificate.inc:95 +msgid "The Format must be PEM, to output certificate informations" msgstr "" -#: plugins/admin/groups/group_objects.tpl:30 -msgid "Search within subtree" +#: include/class_certificate.inc:192 +msgid "Can't create/open File" msgstr "" -#: plugins/admin/groups/group_objects.tpl:37 -msgid "Display users of department" +#: include/class_certificate.inc:199 +msgid "No valid certificate loaded" msgstr "" -#: plugins/admin/groups/group_objects.tpl:47 -msgid "Regular expression for matching user names" +#: include/class_MultiSelectWindow.inc:114 setup/setup_migrate.tpl:79 +msgid "Close" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:334 -#: plugins/admin/groups/class_groupManagement.inc:387 -#: plugins/admin/groups/class_groupManagement.inc:418 -msgid "You are not allowed to delete this group!" -msgstr "¡No le está permitido eliminar este grupo!" +#: include/class_MultiSelectWindow.inc:219 +msgid "Go to root department" +msgstr "Ir al departamento raíz" -#: plugins/admin/groups/class_groupManagement.inc:380 +#: include/class_MultiSelectWindow.inc:219 +#: include/class_MultiSelectWindow.inc:221 +msgid "Root" +msgstr "Raíz" + +#: include/class_MultiSelectWindow.inc:227 +msgid "Go up one department" +msgstr "Subir un departamento" + +#: include/class_MultiSelectWindow.inc:235 +msgid "Go to users department" +msgstr "Ir al departamento de usuarios" + +#: include/class_MultiSelectWindow.inc:235 +#: include/class_MultiSelectWindow.inc:237 +msgid "Home" +msgstr "Inicio" + +#: include/class_MultiSelectWindow.inc:242 +msgid "Reload list" +msgstr "Recargar lista" + +#: include/class_MultiSelectWindow.inc:503 #, php-format -msgid "You're about to delete the group '%s'." -msgstr "Está a punto de borrar el grupo '%s'." +msgid "Inconsistent DN encoding detected: '%s'" +msgstr "" -#: plugins/admin/groups/remove.tpl:6 -msgid "" -"This may be a primary user group. Please double check if you really want to " -"do this since there is no way for GOsa to get your data back." +#: include/class_MultiSelectWindow.inc:622 +#: include/class_MultiSelectWindow.inc:626 +#: include/class_MultiSelectWindow.inc:630 +msgid "Restore" msgstr "" -#: plugins/admin/groups/paste_generic.tpl:1 -msgid "Group settings" +#: include/class_MultiSelectWindow.inc:625 +msgid "Restore snapshopts of already deleted objects" msgstr "" -#: plugins/admin/groups/paste_generic.tpl:8 -#: plugins/admin/groups/generic.tpl:17 -msgid "Posix name of the group" +#: include/class_MultiSelectWindow.inc:648 +#: include/class_SnapShotDialog.inc:113 +msgid "Restore snapshot" msgstr "" -#: plugins/admin/groups/paste_generic.tpl:13 -#: plugins/admin/groups/generic.tpl:65 -msgid "Normally IDs are autogenerated, select to specify manually" +#: include/class_MultiSelectWindow.inc:654 +msgid "Create snapshot" msgstr "" -#: plugins/admin/groups/paste_generic.tpl:15 -#: plugins/admin/groups/generic.tpl:68 -msgid "Force GID" +#: include/class_MultiSelectWindow.inc:654 +msgid "Create a new snapshot from this object" msgstr "" -#: plugins/admin/groups/paste_generic.tpl:18 -#: plugins/admin/groups/generic.tpl:71 -msgid "Forced ID number" +#: include/php_setup.inc:93 +msgid "Generating this page caused the PHP interpreter to raise some errors!" msgstr "" -#: plugins/admin/groups/generic.tpl:83 plugins/admin/groups/generic.tpl:110 -msgid "Select to create a samba conform group" +#: include/php_setup.inc:98 +msgid "Send bug report to the GOsa Team" msgstr "" -#: plugins/admin/groups/generic.tpl:95 plugins/admin/groups/generic.tpl:118 -msgid "in domain" +#: include/php_setup.inc:98 +msgid "Send bugreport" msgstr "" -#: plugins/admin/groups/generic.tpl:140 -msgid "Members are in a phone pickup group" +#: include/php_setup.inc:103 +msgid "Toggle information" msgstr "" -#: plugins/admin/groups/generic.tpl:155 -msgid "Members are in a nagios group" +#: include/php_setup.inc:113 +msgid "PHP error" msgstr "" -#: plugins/admin/groups/generic.tpl:172 -msgid "Group members" +#: include/php_setup.inc:132 +msgid "class" msgstr "" -#: plugins/admin/groups/main.inc:40 plugins/admin/groups/main.inc:44 -msgid "Group administration" -msgstr "Administración de grupo" +#: include/php_setup.inc:138 +msgid "function" +msgstr "" -#: plugins/admin/groups/class_groupGeneric.inc:137 -msgid "Can't find this groups SID in LDAP or in your configuration file!" -msgstr "¡No se puede encontrar SID en LDAP o en el archivo de configuración!" +#: include/php_setup.inc:143 +msgid "static" +msgstr "" -#: plugins/admin/groups/class_groupGeneric.inc:193 -msgid "This 'dn' is no group." -msgstr "Este 'dn' no es un grupo." +#: include/php_setup.inc:147 +msgid "method" +msgstr "" -#: plugins/admin/groups/class_groupGeneric.inc:334 -msgid "Samba group" -msgstr "Grupo de samba" +#: include/php_setup.inc:180 +msgid "Trace" +msgstr "" -#: plugins/admin/groups/class_groupGeneric.inc:334 -msgid "Domain admins" -msgstr "Administradores del dominio" +#: include/php_setup.inc:181 +msgid "File" +msgstr "" -#: plugins/admin/groups/class_groupGeneric.inc:334 -msgid "Domain users" -msgstr "Usuarios del dominio" +#: include/php_setup.inc:181 +msgid "Line" +msgstr "" -#: plugins/admin/groups/class_groupGeneric.inc:335 -msgid "Domain guests" -msgstr "Invitados del dominio" +#: include/php_setup.inc:181 +msgid "Type" +msgstr "Tipo" -#: plugins/admin/groups/class_groupGeneric.inc:340 -#, php-format -msgid "Special group (%d)" -msgstr "Grupo especial (%d)" +#: include/php_setup.inc:182 +msgid "Arguments" +msgstr "" -#: plugins/admin/groups/class_groupGeneric.inc:494 -msgid "! unknown id" -msgstr "¡id desconocido!" +#: include/functions.inc:98 +#, php-format +msgid "Fatal error: no class locations defined - please run '%s' to fix this" +msgstr "" -#: plugins/admin/groups/class_groupGeneric.inc:532 +#: include/functions.inc:105 #, php-format msgid "" -"Your search method returned more than '%s' users, only '%s' users are shown." +"Fatal error: cannot instantiate class '%s' - try running '%s' to fix this" msgstr "" -"Su sistema de busqueda ha devuelto mas de '%s' usuarios, se mostraran solo '%" -"s' usuarios." -#: plugins/admin/groups/class_groupGeneric.inc:561 -#: plugins/admin/groups/class_groupGeneric.inc:826 +#: include/functions.inc:315 #, php-format -msgid "Removing of groups/generic with dn '%s' failed." -msgstr "Ha fallado la eliminación de los grupos/genericos con dn '%s'." +msgid "FATAL: Error when connecting the LDAP. Server said '%s'." +msgstr "" -#: plugins/admin/groups/class_groupGeneric.inc:711 +#: include/functions.inc:341 include/functions.inc:368 +#: include/functions.inc:406 #, php-format -msgid "No configured SID found for '%s'." -msgstr "No hay ningún SID configurado para '%s'." +msgid "User login failed." +msgstr "" -#: plugins/admin/groups/class_groupGeneric.inc:716 +#: include/functions.inc:341 include/functions.inc:368 +#: include/functions.inc:406 include/functions.inc:602 +#: include/functions.inc:617 include/functions.inc:649 +#: include/functions.inc:688 include/functions.inc:733 +#: include/functions.inc:2503 #, php-format -msgid "No configured RIDBASE found for '%s'." -msgstr "No hay ningún RIDBASE configurado para '%s'." +msgid "LDAP server returned: %s" +msgstr "" -#: plugins/admin/groups/class_groupGeneric.inc:858 +#: include/functions.inc:377 include/functions.inc:447 msgid "" -"The field 'Name' contains invalid characters. Lowercase, numbers and dashes " -"are allowed." +"Username / UID is not unique inside the LDAP tree. Please contact your " +"Administrator." msgstr "" -"El campo 'Nombre' contiene caracteres no validos. Solo puede utilizar " -"minúsculas, números y guiones." - -#: plugins/admin/groups/class_groupGeneric.inc:869 -#: plugins/admin/groups/class_groupGeneric.inc:883 -#: plugins/admin/groups/class_groupGeneric.inc:890 -msgid "Value specified as 'Name' is already used." -msgstr "El valor especificado como 'Nombre' ya esta siendo utilizado." - -#: plugins/admin/groups/class_groupGeneric.inc:944 -msgid "Too many users, can't allocate a free ID!" -msgstr "¡Demasiados usuarios!, no hay identificadores (ID) libres" -#: plugins/admin/groups/class_groupGeneric.inc:993 -msgid "Generic group settings" -msgstr "Parámetros genéricos del grupo" +#: include/functions.inc:447 include/functions.inc:592 +#: include/functions.inc:617 include/functions.inc:678 +#: include/functions.inc:994 include/functions.inc:1875 +#: include/functions.inc:1909 include/functions.inc:1929 +#: include/class_acl.inc:806 include/class_CopyPasteHandler.inc:131 +#: include/class_CopyPasteHandler.inc:250 include/class_ldap.inc:561 +#: include/class_ldap.inc:609 include/class_log.inc:87 html/getvcard.php:37 +#, fuzzy +msgid "Internal error" +msgstr "Insertar separador" -#: plugins/admin/groups/class_groupGeneric.inc:1005 -msgid "Phone pickup group" -msgstr "Miembros de grupo de salto telefónico" +#: include/functions.inc:592 include/functions.inc:678 +msgid "Error while adding a lock. Contact the developers!" +msgstr "" -#: plugins/admin/groups/class_groupGeneric.inc:1006 -msgid "Nagios group" -msgstr "Grupo Nagios" +#: include/functions.inc:602 +#, php-format +msgid "" +"Cannot create locking information in LDAP tree. Please contact your " +"administrator!" +msgstr "" -#: plugins/admin/groups/class_groupGeneric.inc:1009 -msgid "Group member" -msgstr "Miembro del grupo" +#: include/functions.inc:617 +#, php-format +msgid "Adding a lock failed." +msgstr "" -#: plugins/admin/groups/class_groupGeneric.inc:1010 -msgid "Samba group type" -msgstr "Tipo de grupo de samba" +#: include/functions.inc:649 +#, fuzzy, php-format +msgid "Removing a lock failed." +msgstr "Ha fallado la eliminación del antiguo archivo ppd'%s'." -#: plugins/admin/groups/class_groupGeneric.inc:1011 -msgid "Samba domain name" -msgstr "Nombre de dominio samba" +#: include/functions.inc:688 include/functions.inc:733 +#, php-format +msgid "Cannot get locking information from LDAP tree!" +msgstr "" -#: plugins/admin/groups/class_groupGeneric.inc:1012 setup/setup_config2.tpl:15 -msgid "Samba SID" -msgstr "Samba SID" +#: include/functions.inc:696 +msgid "" +"Found multiple locks for object to be locked. This should not happen - " +"cleaning up multiple references." +msgstr "" -#: setup/class_setupStep_Language.inc:40 setup/class_setupStep_Language.inc:41 -msgid "Language setup" -msgstr "Selección de idiomas" +#: include/functions.inc:922 +#, php-format +msgid "The size limit of %d entries is exceed!" +msgstr "" -#: setup/class_setupStep_Language.inc:42 -msgid "This step allows you to select your preferred language." -msgstr "Este paso le permite seleccionar su idioma preferido" +#: include/functions.inc:924 +#, php-format +msgid "" +"Set the new size limit to %s and show me this message if the limit still " +"exceeds" +msgstr "" -#: setup/class_setupStep_Language.inc:47 -msgid "Automatic" -msgstr "Automatico" +#: include/functions.inc:941 +msgid "incomplete" +msgstr "" -#: setup/setup_welcome.tpl:4 +#: include/functions.inc:1177 include/functions.inc:1308 +msgid "LDAP error:" +msgstr "" + +#: include/functions.inc:1178 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." +"Problems with the LDAP server mean that you probably lost the last changes. " +"Please check your LDAP setup for possible errors and try again." msgstr "" -#: setup/setup_welcome.tpl:8 -msgid "What will the wizard do for you?" +#: include/functions.inc:1184 +msgid "" +"Please check your input and fix the error. Press 'OK' to close this message " +"box." msgstr "" -#: setup/setup_welcome.tpl:11 -msgid "Create a basic, single site configuration" +#: include/functions.inc:1249 +msgid "Continue anyway" msgstr "" -#: setup/setup_welcome.tpl:12 -msgid "Tries to find problems within your PHP and LDAP setup" +#: include/functions.inc:1251 +msgid "Edit anyway" msgstr "" -#: setup/setup_welcome.tpl:13 -msgid "Let you choose from a set of basic and advanced configuration switches" +#: include/functions.inc:1253 +#, fuzzy, php-format +msgid "You're going to edit the LDAP entry/entries '%s'" +msgstr "Has decidido eliminar las siguientes entradas %s" + +#: include/functions.inc:1311 +#, php-format +msgid "Plugin '%s':%s" msgstr "" -#: setup/setup_welcome.tpl:14 -msgid "Guided migration of existing LDAP trees" +#: include/functions.inc:1472 +msgid "Entries per page" msgstr "" -#: setup/setup_welcome.tpl:17 -msgid "What will the wizard NOT do for you?" +#: include/functions.inc:1500 +msgid "Apply filter" msgstr "" -#: setup/setup_welcome.tpl:20 -msgid "Find every possible configuration error" +#: include/functions.inc:1752 +msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" msgstr "" -#: setup/setup_welcome.tpl:21 -msgid "Migrate every possible LDAP setup - create backup dumps!" +#: include/functions.inc:1796 +#, php-format +msgid "GOsa development snapshot (Rev %s)" msgstr "" -#: setup/setup_welcome.tpl:25 -msgid "To continue..." +#: include/functions.inc:1875 +#, php-format +msgid "File '%s' could not be deleted." msgstr "" -#: 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:" +#: include/functions.inc:1909 include/functions.inc:1929 +msgid "Cannot write to revision file!" msgstr "" -#: setup/setup_welcome.tpl:34 -msgid "Click the 'Continue' button when you've finished." +#: include/functions.inc:2171 include/functions.inc:2175 +#: include/functions.inc:2181 +msgid "'base_hook' is not available. Using default base." msgstr "" -#: setup/class_setupStep_Config1.inc:74 setup/class_setupStep_Config1.inc:75 -msgid "GOsa settings 1/3" -msgstr "Configuración GOsa 1/3" +#: include/functions.inc:2203 +#, fuzzy +msgid "LDAP warning" +msgstr "Aviso" -#: setup/class_setupStep_Config1.inc:76 -msgid "GOsa generic settings" -msgstr "Configuración genérica de GOsa" +#: include/functions.inc:2203 +#, fuzzy +msgid "Cannot get schema information from server. No schema check possible!" +msgstr "" +"No puedo obtener información de esquemas del servidor. ¡No es posible " +"comprobar los esquemas!" -#: setup/class_setupStep_Config1.inc:88 setup/class_setupStep_Config3.inc:89 -#: setup/setup_feedback.tpl:55 setup/setup_feedback.tpl:73 -#: setup/class_setupStep_Ldap.inc:74 setup/class_setupStep_Schema.inc:63 -#: setup/class_setupStep_Config2.inc:161 -msgid "No" -msgstr "No" +#: include/functions.inc:2229 +msgid "Used to store account specific informations." +msgstr "" -#: setup/class_setupStep_Config1.inc:88 setup/class_setupStep_Config3.inc:89 -#: setup/setup_feedback.tpl:53 setup/setup_feedback.tpl:71 -#: setup/class_setupStep_Ldap.inc:74 setup/class_setupStep_Schema.inc:63 -#: setup/class_setupStep_Config2.inc:161 -msgid "Yes" -msgstr "Si" +#: include/functions.inc:2236 +msgid "" +"Used to lock currently edited entries to avoid multiple changes at the same " +"time." +msgstr "" -#: setup/class_setupStep_Config1.inc:118 +#: include/functions.inc:2279 #, 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" +msgid "Missing required object class '%s'!" +msgstr "" -#: setup/class_setupStep_Config1.inc:118 setup/setup_config1.tpl:97 -msgid "GID / UID min id" -msgstr "GID / UID min id" +#: include/functions.inc:2281 +#, php-format +msgid "Missing optional object class '%s'!" +msgstr "" -#: setup/class_setupStep_Config1.inc:122 setup/class_setupStep_Config1.inc:126 +#: include/functions.inc:2287 #, php-format -msgid "Don't add a trailing comma to '%s'." -msgstr "No añada una coma final a '%s'" +msgid "Version mismatch for required object class '%s' (!=%s)!" +msgstr "" -#: setup/class_setupStep_Config1.inc:122 -msgid "People storage ou" -msgstr "OU de almacenamiento de Usuarios" +#: include/functions.inc:2289 +#, php-format +msgid "Version mismatch for optional object class '%s' (!=%s)!" +msgstr "" -#: setup/class_setupStep_Config1.inc:126 -msgid "Group storage ou" -msgstr "OU de almacenamiento de Grupos" +#: include/functions.inc:2293 +#, php-format +msgid "Class(es) available" +msgstr "" -#: setup/class_setupStep_Config1.inc:130 -msgid "Uid base must be numeric" -msgstr "El Uid base debe ser un valor numérico" +#: include/functions.inc:2315 +msgid "" +"You have enabled the rfc2307bis option on the 'ldap setup' step, but your " +"schema configuration do not support this option." +msgstr "" -#: setup/class_setupStep_Config1.inc:134 -msgid "The given password minimum length is not numeric." +#: include/functions.inc:2316 +msgid "" +"In order to use rfc2307bis conform groups the objectClass 'posixGroup' must " +"be AUXILIARY" 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." +#: include/functions.inc:2320 +msgid "" +"You have disabled the rfc2307bis option on the 'ldap setup' step, but your " +"schema configuration do not support this option." msgstr "" -"El valor indicado como diferencias mínimas de la contraseña no es un valor " -"numérico." -#: setup/setup_ldap.tpl:7 -msgid "Please choose the LDAP user to be used by GOsa" +#: include/functions.inc:2321 +msgid "The objectClass 'posixGroup' must be STRUCTURAL" msgstr "" -#: setup/setup_ldap.tpl:25 -msgid "LDAP connection" +#: include/functions.inc:2344 +msgid "German" msgstr "" -#: setup/setup_ldap.tpl:29 -msgid "Location name" +#: include/functions.inc:2345 +msgid "French" +msgstr "Francés" + +#: include/functions.inc:2346 +msgid "Italian" msgstr "" -#: setup/setup_ldap.tpl:37 -msgid "Connection URL" +#: include/functions.inc:2347 +msgid "Spanish" msgstr "" -#: setup/setup_ldap.tpl:45 -msgid "TLS connection" +#: include/functions.inc:2348 +msgid "English" +msgstr "Inglés" + +#: include/functions.inc:2349 +msgid "Dutch" msgstr "" -#: setup/setup_ldap.tpl:65 -msgid "Reload" +#: include/functions.inc:2350 +msgid "Polish" msgstr "" -#: setup/setup_ldap.tpl:69 -msgid "Authentication" +#: include/functions.inc:2351 +msgid "Swedish" msgstr "" -#: setup/setup_ldap.tpl:73 -msgid "Admin DN" +#: include/functions.inc:2352 +msgid "Chinese" +msgstr "Chino" + +#: include/functions.inc:2353 +msgid "Russian" +msgstr "Ruso" + +#: include/functions.inc:2503 +#, fuzzy, php-format +msgid "Setting the password failed!" +msgstr "activo, la contraseña expiró" + +#: include/functions.inc:2521 include/class_plugin.inc:652 +#, php-format +msgid "" +"Command '%s', specified as POSTMODIFY for plugin '%s' doesn't seem to exist." msgstr "" -#: setup/setup_ldap.tpl:78 -msgid "Select user" +#: include/functions.inc:2541 +msgid "" +"Setting for SMBHASH in gosa.conf is incorrect! Cannot change Samba password." msgstr "" -#: setup/setup_ldap.tpl:86 -msgid "Automatically append LDAP base to admin DN" +#: include/class_socketClient.inc:38 +msgid "The mcrypt module was not found. Please install php5-mcrypt." msgstr "" -#: setup/setup_ldap.tpl:93 -msgid "Admin password" -msgstr "Contraseña de administrador" +#: include/class_tabs.inc:214 +#, php-format +msgid "Delete process has been canceled by plugin '%s': %s" +msgstr "" -#: setup/setup_ldap.tpl:101 -msgid "Schema based settings" +#: include/class_tabs.inc:341 include/class_acl.inc:1092 +#: include/class_acl.inc:1093 include/class_acl.inc:1098 +msgid "ACL" +msgstr "ACL" + +#: include/class_tabs.inc:344 +msgid "References" msgstr "" -#: setup/setup_ldap.tpl:105 -msgid "Use rfc2307bis compliant groups" +#: include/class_plugin.inc:433 +#, php-format +msgid "" +"Command '%s', specified as CHECK hook for plugin '%s' doesn't seem to exist." msgstr "" -#: setup/setup_ldap.tpl:117 -msgid "Current status" +#: include/class_plugin.inc:487 +msgid "" +"The object has changed since opened in GOsa. Please ensure that nobody has " +"done serious changes that may get lost if you save this entry." msgstr "" -#: setup/setup_migrate.tpl:5 +#: include/class_plugin.inc:620 +#, php-format 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." +"Command '%s', specified as POSTCREATE for plugin '%s' doesn't seem to exist." msgstr "" -#: setup/setup_migrate.tpl:33 -msgid "Check again" +#: include/class_plugin.inc:688 +#, php-format +msgid "" +"Command '%s', specified as POSTREMOVE for plugin '%s' doesn't seem to exist." msgstr "" -#: setup/setup_migrate.tpl:37 -msgid "Move windows workstations into a valid windows workstation department" +#: include/class_plugin.inc:1059 include/class_plugin.inc:1106 +#: include/class_plugin.inc:1107 +#, php-format +msgid "Saving object snapshot with dn '%s' failed." msgstr "" -#: setup/setup_migrate.tpl:39 +#: include/class_plugin.inc:1133 include/class_plugin.inc:1145 +#, php-format msgid "" -"This dialog allows you to move the displayed windows workstations into a " -"valid department" +"The snapshot functionality is enabled, but the required variable '%s' is not " +"set." msgstr "" -#: setup/setup_migrate.tpl:41 -msgid "" -"Be careful with this tool, there may be references pointing to this " -"workstations that can't be migrated." +#: include/class_plugin.inc:1181 +#, php-format +msgid "Method get available snapshots with dn '%s' failed." +msgstr "" + +#: include/class_plugin.inc:1237 +#, php-format +msgid "Method get deleted snapshots with dn '%s' failed." +msgstr "" + +#: include/class_plugin.inc:1301 include/class_plugin.inc:1315 +#, php-format +msgid "Restore snapshot with dn '%s' failed." +msgstr "" + +#: include/class_plugin.inc:1579 +msgid "Changing ACL dn" +msgstr "" + +#: include/class_plugin.inc:1579 +msgid "from" +msgstr "" + +#: include/class_plugin.inc:1580 setup/class_setupStep_Migrate.inc:1066 +#: setup/class_setupStep_Migrate.inc:1115 +#: setup/class_setupStep_Migrate.inc:1162 +msgid "to" +msgstr "a" + +#: include/class_acl.inc:6 +msgid "Access control" msgstr "" -#: setup/setup_migrate.tpl:65 setup/setup_migrate.tpl:121 -#: setup/setup_migrate.tpl:173 setup/setup_migrate.tpl:293 -#: setup/setup_migrate.tpl:346 -msgid "Select all" +#: include/class_acl.inc:190 include/class_acl.inc:193 +msgid "Use ACL defined in role" msgstr "" -#: setup/setup_migrate.tpl:67 -msgid "Move selected windows workstations into the following GOsa department" +#: include/class_acl.inc:645 include/class_acl.inc:652 +msgid "Show/Hide Advanced Settings" msgstr "" -#: setup/setup_migrate.tpl:72 -msgid "Move selected workstations" +#: include/class_acl.inc:670 +msgid "Create objects" msgstr "" -#: setup/setup_migrate.tpl:73 -msgid "What will be done here" +#: include/class_acl.inc:671 +msgid "Move objects" msgstr "" -#: setup/setup_migrate.tpl:79 include/class_MultiSelectWindow.inc:114 -msgid "Close" +#: include/class_acl.inc:672 +msgid "Remove objects" msgstr "" -#: setup/setup_migrate.tpl:85 -msgid "Move groups into configured group tree" +#: include/class_acl.inc:674 include/class_acl.inc:680 +msgid "Modifyable by owner" msgstr "" -#: setup/setup_migrate.tpl:88 -msgid "" -"This dialog allows moving a couple of groups to the configured group tree. " -"Doing this may straighten your LDAP service." +#: include/class_acl.inc:677 +msgid "Move object" msgstr "" -#: setup/setup_migrate.tpl:91 -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 in this case." +#: include/class_acl.inc:678 +msgid "Remove object" msgstr "" -#: setup/setup_migrate.tpl:94 -msgid "Move selected groups into this group tree" -msgstr "" +#: include/class_acl.inc:685 include/class_acl.inc:776 +msgid "read" +msgstr "leer" -#: setup/setup_migrate.tpl:125 setup/setup_migrate.tpl:177 -#: setup/setup_migrate.tpl:297 setup/setup_migrate.tpl:350 -msgid "Hide changes" +#: include/class_acl.inc:686 include/class_acl.inc:778 +msgid "write" +msgstr "escribir" + +#: include/class_acl.inc:690 +msgid "Complete object" msgstr "" -#: setup/setup_migrate.tpl:127 setup/setup_migrate.tpl:179 -#: setup/setup_migrate.tpl:299 setup/setup_migrate.tpl:352 -msgid "Show changes" +#: include/class_acl.inc:806 +#, php-format +msgid "Unkown ACL type '%s'. Don't know how to handle it." msgstr "" -#: setup/setup_migrate.tpl:140 -msgid "Move users into configured user tree" +#: include/class_acl.inc:849 +#, php-format +msgid "Unknown entry '%s'!" msgstr "" -#: setup/setup_migrate.tpl:142 -msgid "" -"This dialog allows moving a couple of users to the configured user tree. " -"Doing this may straighten your LDAP service." +#: include/class_acl.inc:909 include/class_acl.inc:911 +#, php-format +msgid "Role: %s" msgstr "" -#: setup/setup_migrate.tpl:145 -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." +#: include/class_acl.inc:911 +msgid "Unknown role, possibly removed" msgstr "" -#: setup/setup_migrate.tpl:148 -msgid "Move selected users into this people tree" +#: include/class_acl.inc:919 +#, php-format +msgid "Contains settings for these objects: %s" msgstr "" -#: setup/setup_migrate.tpl:198 -msgid "Next" +#: include/class_acl.inc:928 +msgid "Members:" msgstr "" -#: setup/setup_migrate.tpl:199 -msgid "Abort" +#: include/class_acl.inc:934 +msgid "ACL is valid for all users" msgstr "" -#: setup/setup_migrate.tpl:201 -msgid "Create a new GOsa administrator account" +#: include/class_acl.inc:1093 +msgid "Access control list" +msgstr "Lista de control de acceso" + +#: include/class_acl.inc:1101 +msgid "Role name" +msgstr "Nombre del Rol" + +#: include/class_acl.inc:1102 +msgid "Role description" +msgstr "Descripción del Rol" + +#: include/class_pluglist.inc:55 +msgid "All objects in this category" msgstr "" -#: setup/setup_migrate.tpl:204 -msgid "" -"This dialog will automatically add a new super administrator to your LDAP " -"tree." +#: include/class_pluglist.inc:149 +msgid "The configuration format has changed. Please re-run setup!" msgstr "" -#: setup/setup_migrate.tpl:233 -msgid "Password (again)" +#: include/class_pluglist.inc:166 include/class_pluglist.inc:167 +#: include/class_pluglist.inc:281 +msgid "Unknown" msgstr "" -#: setup/setup_migrate.tpl:258 +#: include/class_pluglist.inc:174 ihtml/themes/default/framework.tpl:8 +#: ihtml/themes/default/framework.tpl:11 ihtml/themes/default/framework.tpl:20 +#: ihtml/themes/default/framework.tpl:24 msgid "" -"The listed departments are currenlty invisble in the GOsa user interface. If " -"you want to change this for a couple of entries, 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:259 setup/setup_migrate.tpl:314 -msgid "" -"If you want to know what will be done when migrating the selected entries, " -"use the 'Show changes' button to see the LDIF." +#: include/class_msg_dialog.inc:91 +msgid "Please fix the above error and reload the page." msgstr "" -#: setup/setup_migrate.tpl:269 setup/setup_migrate.tpl:323 -msgid "Current" +#: include/class_config.inc:104 +#, php-format +msgid "XML error in gosa.conf: %s at line %d" msgstr "" -#: setup/setup_migrate.tpl:276 setup/setup_migrate.tpl:330 -msgid "After migration" +#: include/class_config.inc:107 +msgid "Config file parsing" msgstr "" -#: setup/setup_migrate.tpl:313 -msgid "" -"The listed users are currenlty invisble 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." +#: include/class_config.inc:224 +msgid "Cannot bind to LDAP. Please contact the system administrator." msgstr "" -#: setup/class_setupStep_Config3.inc:80 setup/class_setupStep_Config3.inc:81 -msgid "GOsa settings 3/3" -msgstr "Configuración GOsa 3/3" +#: include/class_config.inc:556 +msgid "SID and/or RIDBASE missing in the configuration!" +msgstr "" -#: setup/class_setupStep_Config3.inc:82 -msgid "Tweak some GOsa core behaviour" -msgstr "Ajustar el comportamiento del núcleo común de GOsa" +#: include/class_CopyPasteHandler.inc:90 +#, php-format +msgid "Cannot cleanup copy & paste queue: setting permissions for '%s' failed!" +msgstr "" -#: setup/class_setupStep_Config3.inc:205 -msgid "Session lifetime must be a numeric value." -msgstr "Tiempo de vida de sesión debe ser un valor numérico" +#: include/class_CopyPasteHandler.inc:98 +#, php-format +msgid "Cannot cleanup copy & paste queue: no write permission inside '%s'!" +msgstr "" -#: setup/class_setupStep_Config3.inc:209 -msgid "Maximal ldap query time must be a numeric value. " -msgstr "Máximo tiempo de consulta LDAP debe ser un valor numérico." +#: include/class_CopyPasteHandler.inc:130 +#, php-format +msgid "Copy and paste failed: object '%s' is not a valid ldap object!" +msgstr "" -#: setup/class_setupStep_Migrate.inc:105 setup/class_setupStep_Migrate.inc:106 -msgid "LDAP inspection" -msgstr "Inspección LDAP" +#: include/class_CopyPasteHandler.inc:147 +#, php-format +msgid "Cannot save LDAP dump: no write permission inside '%s'!" +msgstr "" -#: setup/class_setupStep_Migrate.inc:107 -msgid "Analyze your current LDAP for GOsa compatibility" -msgstr "Analice la compatibilidad con GOsa de su directorio LDAP" +#: include/class_CopyPasteHandler.inc:155 +#, php-format +msgid "Cannot save LDAP dump: setting permissions for '%s' failed!" +msgstr "" -#: setup/class_setupStep_Migrate.inc:113 -msgid "Checking for root object" -msgstr "Comprobando objeto raíz" +#: include/class_CopyPasteHandler.inc:164 +#, php-format +msgid "Cannot save LDAP dump: no write permission to '%s/%s'!" +msgstr "" -#: setup/class_setupStep_Migrate.inc:119 -msgid "Checking permissions on LDAP database" -msgstr "Comprobando permisos en la base de datos LDAP" +#: include/class_CopyPasteHandler.inc:249 +#, fuzzy, php-format +msgid "Cannot load dumped file '%s'!" +msgstr "No se puede grabar el archivo '%s'." -#: setup/class_setupStep_Migrate.inc:125 -msgid "Checking for invisible deparmtments" -msgstr "Comprobando departamentos invisibles" +#: include/class_CopyPasteHandler.inc:274 +#, fuzzy, php-format +msgid "You have no permission to save object '%s'." +msgstr "No tiene permisos para cambiar su contraseña." -#: setup/class_setupStep_Migrate.inc:131 -msgid "Checking for invisible users" -msgstr "Comprobando usuarios invisibles" +#: include/class_CopyPasteHandler.inc:302 +#, php-format +msgid "You are going to paste the cutted entry '%s'." +msgstr "" -#: setup/class_setupStep_Migrate.inc:137 -msgid "Checking for super administrator" -msgstr "Comprobando súper administrador" +#: include/class_CopyPasteHandler.inc:315 +#, fuzzy, php-format +msgid "You have no permission to copy and paste object '%s'!" +msgstr "No tiene permisos para crear componentes en esta 'Base'." -#: setup/class_setupStep_Migrate.inc:143 -msgid "Checking for users outside the people tree" -msgstr "Comprobando cuentas fuera del árbol de usuarios" +#: include/class_CopyPasteHandler.inc:336 +#, php-format +msgid "You are going to paste the copied entry '%s'." +msgstr "" -#: setup/class_setupStep_Migrate.inc:149 -msgid "Checking for groups outside the groups tree" -msgstr "Comprobando grupos fuera del árbol de grupos" +#: include/class_CopyPasteHandler.inc:437 +msgid "Can't paste" +msgstr "" -#: setup/class_setupStep_Migrate.inc:155 -msgid "Checking for windows workstations outside the winstation tree" +#: include/class_gosaSupportDaemon.inc:479 +msgid "Could not parse XML." msgstr "" -"Comprobando estaciones de trabajo windows fuera del árbol de estaciones de " -"trabajo windows" -#: setup/class_setupStep_Migrate.inc:161 -msgid "Checking for duplicate uid numbers" -msgstr "Comprobando números uid duplicados" +#: include/functions_helpviewer.inc:43 +#, php-format +msgid "XML error in guide.xml: %s at line %d" +msgstr "" -#: setup/class_setupStep_Migrate.inc:167 -msgid "Checking for duplicate gid numbers" -msgstr "Comprobando números gid duplicados" +#: include/functions_helpviewer.inc:86 +msgid "No help available for this plugin." +msgstr "" -#: setup/class_setupStep_Migrate.inc:190 setup/class_setupStep_Migrate.inc:239 -#: setup/class_setupStep_Migrate.inc:301 setup/class_setupStep_Migrate.inc:362 -#: setup/class_setupStep_Migrate.inc:429 setup/class_setupStep_Migrate.inc:503 -#: setup/class_setupStep_Migrate.inc:588 setup/class_setupStep_Migrate.inc:718 -#: setup/class_setupStep_Migrate.inc:807 -msgid "LDAP query failed" -msgstr "La consulta LDAP ha fallado" +#: include/functions_helpviewer.inc:95 html/helpviewer.php:196 +msgid "previous" +msgstr "" -#: setup/class_setupStep_Migrate.inc:191 setup/class_setupStep_Migrate.inc:240 -#: setup/class_setupStep_Migrate.inc:302 setup/class_setupStep_Migrate.inc:363 -#: setup/class_setupStep_Migrate.inc:430 setup/class_setupStep_Migrate.inc:504 -#: setup/class_setupStep_Migrate.inc:589 setup/class_setupStep_Migrate.inc:719 -#: setup/class_setupStep_Migrate.inc:808 -msgid "Possibly the 'root object' is missing." -msgstr "Posiblemente el objeto raíz está desaparecido" +#: include/functions_helpviewer.inc:99 html/helpviewer.php:200 +msgid "next" +msgstr "" -#: setup/class_setupStep_Migrate.inc:213 +#: include/functions_helpviewer.inc:387 #, php-format -msgid "Found %s duplicate values for attribute 'uidNumber'." -msgstr "Encontrado '%s' valores duplicados del atributo 'uidNumber'." +msgid "%s results for your search with the keyword %s" +msgstr "" -#: setup/class_setupStep_Migrate.inc:262 +#: include/functions_helpviewer.inc:461 #, php-format -msgid "Found %s duplicate values for attribute 'gidNumber'." -msgstr "Encontrado '%s' valores duplicados del atributo 'gidNumber'." +msgid "%s%% hit rate in file %s" +msgstr "" -#: setup/class_setupStep_Migrate.inc:317 setup/class_setupStep_Migrate.inc:518 -#: setup/class_setupStep_Migrate.inc:531 setup/class_setupStep_Migrate.inc:881 -#: setup/class_setupStep_Migrate.inc:1612 -#: setup/class_setupStep_Migrate.inc:1625 -msgid "Failed" -msgstr "Error" +#: include/class_SnapShotDialog.inc:63 +#, php-format +msgid "You're about to delete the snapshot '%s'." +msgstr "" -#: setup/class_setupStep_Migrate.inc:319 +#: include/class_SnapShotDialog.inc:115 +msgid "Remove snapshot" +msgstr "" + +#: include/class_SnapShotDialog.inc:117 include/class_SnapShotDialog.inc:137 +msgid "Y-m-d, H:i:s" +msgstr "" + +#: include/class_SnapShotDialog.inc:149 +msgid "Please specify a valid description for this snapshot." +msgstr "" + +#: include/class_ldap.inc:204 include/class_ldap.inc:236 +msgid "Performance warning" +msgstr "" + +#: include/class_ldap.inc:204 include/class_ldap.inc:236 +#, php-format +msgid "LDAP performance is poor: last query took about %.2fs!" +msgstr "" + +#: include/class_ldap.inc:561 #, php-format msgid "" -"Found %s winstations outside the predefined winstation department ou '%s'." +"Cannot automatically create subtrees with RDN '%s': no object class found" msgstr "" -"Se encontraron '%s' estaciones de trabajo windows fuera del contenedor ou de " -"estaciones de trabajo windows '%s'" -#: setup/class_setupStep_Migrate.inc:320 setup/class_setupStep_Migrate.inc:599 -#: setup/class_setupStep_Migrate.inc:728 -msgid "Migrate" -msgstr "Migrar" +#: include/class_ldap.inc:609 +#, php-format +msgid "Cannot automatically create subtrees with RDN '%s': not supported" +msgstr "" -#: setup/class_setupStep_Migrate.inc:387 +#: include/class_ldap.inc:617 #, php-format -msgid "Found %s groups outside the configured tree '%s'." -msgstr "Encontrados '%s' grupos fuera del árbol configurado '%s'." +msgid "Creating subtree '%s' failed." +msgstr "" -#: setup/class_setupStep_Migrate.inc:388 setup/class_setupStep_Migrate.inc:463 -msgid "Move" -msgstr "Mover" +#: include/class_ldap.inc:686 +#, php-format +msgid "while operating on '%s' using LDAP server '%s'" +msgstr "" -#: setup/class_setupStep_Migrate.inc:462 +#: include/class_ldap.inc:688 #, php-format -msgid "Found %s user(s) outside the configured tree '%s'." -msgstr "Encontrados '%s' usuario(s) fuera del árbol configurado '%s'." +msgid "while operating on LDAP server %s" +msgstr "" -#: setup/class_setupStep_Migrate.inc:520 setup/class_setupStep_Migrate.inc:533 +#: include/class_ldap.inc:910 #, php-format msgid "" -"The specified user '%s' does not have full access to your ldap database." +"This is not a valid DN: '%s'. A block for import should begin with 'dn: ...' " +"in line %s" msgstr "" -"El usuario especificado '%s' no tiene acceso total a la base de datos LDAP." -#: setup/class_setupStep_Migrate.inc:597 +#: include/class_ldap.inc:939 #, 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." +msgid "Error while importing dn: '%s', please check your LDIF from line %s on!" +msgstr "" -#: setup/class_setupStep_Migrate.inc:647 setup/class_setupStep_Migrate.inc:779 -#: setup/class_setupStep_Migrate.inc:945 -#, fuzzy -msgid "Migration error" -msgstr "Migrar" +#: include/class_ldap.inc:1075 +#, php-format +msgid "Ldap import with dn '%s' failed." +msgstr "" -#: setup/class_setupStep_Migrate.inc:647 setup/class_setupStep_Migrate.inc:779 +#: include/class_hostActionQueue.inc:68 include/class_hostActionQueue.inc:193 #, fuzzy, php-format -msgid "Cannot migrate department '%s':" -msgstr "Crear nuevo departamento" +msgid "Can't locate gotomasses queue file '%s'." +msgstr "No puedo crear el fichero '%s'." -#: setup/class_setupStep_Migrate.inc:727 -#, 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." +#: include/class_hostActionQueue.inc:72 +#, fuzzy, php-format +msgid "Can't read gotomasses queue file '%s'." +msgstr "No puedo crear el fichero '%s'." -#: setup/class_setupStep_Migrate.inc:882 -msgid "There is no GOsa administrator account inside your LDAP." -msgstr "No hay cuenta de administrador GOsa en la base de datos LDAP." +#: include/class_hostActionQueue.inc:79 +#, fuzzy, php-format +msgid "Can't read gotomasses storage file '%s'." +msgstr "No puedo crear el fichero '%s'." -#: setup/class_setupStep_Migrate.inc:945 -#, php-format -msgid "Cannot add ACL for user '%s':" +#: include/class_hostActionQueue.inc:142 +msgid "GOsa infrastructure" msgstr "" -#: setup/class_setupStep_Migrate.inc:970 -#, fuzzy -msgid "Password error" -msgstr "La contraseña expira en" +#: include/class_hostActionQueue.inc:142 +msgid "Cannot read broken entry - skipped!" +msgstr "" -#: setup/class_setupStep_Migrate.inc:970 -#, fuzzy -msgid "Provided passwords do not match!" +#: include/class_hostActionQueue.inc:197 include/class_hostActionQueue.inc:206 +#, fuzzy, php-format +msgid "Can't write gotomasses queue file '%s'." +msgstr "No puedo crear el fichero '%s'." + +#: include/class_hostActionQueue.inc:201 +msgid "The queue file was modified since last reload. Can't save changes." msgstr "" -"¡La contraseñas introducidas como nueva y repita nueva contraseña no " -"coinciden!" -#: setup/class_setupStep_Migrate.inc:975 -msgid "Input error" +#: include/class_hostActionQueue.inc:276 +#, php-format +msgid "Entry with id '%s' not found." msgstr "" -#: setup/class_setupStep_Migrate.inc:975 -#, fuzzy -msgid "Specify a valid user ID!" -msgstr "Por favor especifique un uid valido." +#: include/class_hostActionQueue.inc:286 +#, php-format +msgid "Could not update entry, entry with id '%s' not found." +msgstr "" -#: setup/class_setupStep_Migrate.inc:1019 +#: include/class_hostActionQueue.inc:297 #, php-format -msgid "Adding an administrative user failed: object '%s' already exists!" +msgid "Could not remove entry, entry with id '%s' not found." msgstr "" -#: setup/class_setupStep_Migrate.inc:1030 -#: setup/class_setupStep_Migrate.inc:1056 -#: setup/class_setupStep_Migrate.inc:1104 -#: setup/class_setupStep_Migrate.inc:1152 -#: setup/class_setupStep_Migrate.inc:1916 setup/class_setupStep_Schema.inc:95 -#: include/class_MultiSelectWindow.inc:503 include/class_config.inc:224 -#: include/functions.inc:331 include/functions.inc:358 -#: include/functions.inc:367 include/functions.inc:396 -#: include/functions.inc:639 include/functions.inc:678 -#: include/functions.inc:723 include/functions.inc:1298 -#: include/functions.inc:2490 html/index.php:243 html/index.php:257 -#: html/index.php:270 -#, fuzzy -msgid "LDAP error" -msgstr "Servicio LDAP" +#: include/class_hostActionQueue.inc:371 include/class_hostActionQueue.inc:389 +#: include/class_hostActionQueue.inc:420 include/class_hostActionQueue.inc:455 +#, php-format +msgid "Can't set priority for ID '%s'. ID does not exist." +msgstr "" -#: setup/class_setupStep_Migrate.inc:1056 -#: setup/class_setupStep_Migrate.inc:1104 -#: setup/class_setupStep_Migrate.inc:1152 +#: include/class_multi_plug.inc:360 +msgid "You are currently editing mutliple entries." +msgstr "" + +#: include/class_multi_plug.inc:389 #, fuzzy -msgid "Cannot move users to the requested department!" -msgstr "No puedo mover los usuarios al departamento especificado." +msgid "Password reset" +msgstr "La contraseña expira en" -#: setup/class_setupStep_Migrate.inc:1066 -msgid "Winstation will be moved from" -msgstr "La estaciones de trabajo windows serán trasladadas desde" +#: include/class_multi_plug.inc:389 +msgid "The user password was resetted, please set a new password value!" +msgstr "" -#: setup/class_setupStep_Migrate.inc:1066 -#: setup/class_setupStep_Migrate.inc:1115 -#: setup/class_setupStep_Migrate.inc:1162 include/class_plugin.inc:1604 -msgid "to" -msgstr "a" +#: include/class_log.inc:87 +#, fuzzy, php-format +msgid "Logging failed: %s" +msgstr "Servicio de Registro de sistema" -#: setup/class_setupStep_Migrate.inc:1077 -#: setup/class_setupStep_Migrate.inc:1125 -msgid "Updating following references too" -msgstr "También se actualizaran las siguientes referencias" +#: include/class_log.inc:106 +msgid "Logging to MySQL disabled" +msgstr "" -#: setup/class_setupStep_Migrate.inc:1115 -msgid "Group will be moved from" -msgstr "El grupo serán trasladado desde" +#: include/class_log.inc:106 +msgid "" +"The logging to a MySQL database is now disabled for this session of GOsa, " +"due to communication errors with the specified logging database." +msgstr "" -#: setup/class_setupStep_Migrate.inc:1162 -msgid "User will be moved from" -msgstr "El usuario serán trasladado desde" +#: include/class_log.inc:119 +#, php-format +msgid "Invalid option '%s' specified." +msgstr "" -#: setup/class_setupStep_Migrate.inc:1172 -msgid "The following references will be updated" -msgstr "Las siguientes referencias se actualizaran" +#: include/class_log.inc:123 +#, fuzzy +msgid "Specified objectType is empty or invalid" +msgstr "La contraseñas especificadas están vacías o no son iguales." -#: setup/class_setupStep_Migrate.inc:1613 +#: include/class_log.inc:144 msgid "" -"The LDAP root object is missing. It is required to use your LDAP service." +"You have enabled the logging into mysql database, but there are no logging " +"servers available." msgstr "" -"EL objeto raíz de LDAP ha desaparecido. Es necesario para poder usar el " -"servicio LDAP." -#: setup/class_setupStep_Migrate.inc:1614 -#: setup/class_setupStep_Migrate.inc:1627 -msgid "Try to create root object" -msgstr "Intentando crear el objeto raíz" +#: include/class_log.inc:152 +#, php-format +msgid "Cannot connect to logging server '%s'." +msgstr "" -#: setup/class_setupStep_Migrate.inc:1626 -msgid "Root object couldn't be created, you should try it on your own." +#: include/class_log.inc:157 +#, fuzzy, php-format +msgid "Cannot select database '%s' on server '%s': %s" msgstr "" -"El objeto raíz no ha podido ser creado, tendra que crearlo usted mismo." +"La Autenticación como usuario '%s' en el servidor '%s'. ha tenido éxito." -#: setup/class_setupStep_Migrate.inc:1916 +#: include/class_log.inc:177 #, fuzzy, php-format -msgid "Copy '%s' to '%s' failed:" -msgstr "Moviendo '%s' a '%s'" +msgid "Cannot query database '%s' on server '%s': %s" +msgstr "" +"La Autenticación como usuario '%s' en el servidor '%s'. ha tenido éxito." + +#: setup/class_setupStep_Ldap.inc:53 +msgid "LDAP setup" +msgstr "Configuración LDAP" -#: setup/class_setupStep_Migrate.inc:1919 -msgid "Problem copying DNs" -msgstr "" +#: setup/class_setupStep_Ldap.inc:54 +msgid "LDAP connection setup" +msgstr "Conectividad LDAP" -#: setup/setup_frame.tpl:12 -msgid "GOsa setup wizard" +#: setup/class_setupStep_Ldap.inc:55 +msgid "" +"This dialog performs the basic configuration of the LDAP connectivity for " +"GOsa." msgstr "" +"Este asistente llevara a cabo la configuración de la conectividad entre GOsa " +"y LDAP." -#: setup/setup_frame.tpl:19 -msgid "Installation" -msgstr "" +#: setup/class_setupStep_Ldap.inc:74 setup/class_setupStep_Config1.inc:88 +#: setup/class_setupStep_Config2.inc:160 setup/class_setupStep_Config3.inc:87 +#: setup/setup_feedback.tpl:55 setup/setup_feedback.tpl:73 +#: setup/class_setupStep_Schema.inc:63 +msgid "No" +msgstr "No" -#: setup/setup_frame.tpl:19 -msgid "Steps" -msgstr "" +#: setup/class_setupStep_Ldap.inc:74 setup/class_setupStep_Config1.inc:88 +#: setup/class_setupStep_Config2.inc:160 setup/class_setupStep_Config3.inc:87 +#: setup/setup_feedback.tpl:53 setup/setup_feedback.tpl:71 +#: setup/class_setupStep_Schema.inc:63 +msgid "Yes" +msgstr "Si" -#: setup/class_setupStep_Feedback.inc:91 -msgid "UNIX accounts/groups" -msgstr "Cuentas/Grupos UNIX" +#: setup/class_setupStep_Ldap.inc:105 +#, php-format +msgid "Anonymous bind failed on server '%s'." +msgstr "Ha fallado la Autenticación Anónima en el servidor '%s'." -#: setup/class_setupStep_Feedback.inc:93 -msgid "Samba management" -msgstr "Administración Samba" +#: setup/class_setupStep_Ldap.inc:107 +#, php-format +msgid "Bind as user '%s' failed on server '%s'." +msgstr "Ha fallado la Autenticación como usuario '%s' en el servidor '%s'." -#: setup/class_setupStep_Feedback.inc:95 -msgid "Mailsystem management" -msgstr "Administración sistema de correo" +#: setup/class_setupStep_Ldap.inc:112 +#, php-format +msgid "Anonymous bind on server '%s' succeeded." +msgstr "La Autenticación Anónima en el servidor '%s'. ha tenido éxito." -#: setup/class_setupStep_Feedback.inc:97 -msgid "FAX system administration" -msgstr "Administración sistema de FAX" +#: setup/class_setupStep_Ldap.inc:113 +msgid "Please specify user and password." +msgstr "Por Favor especifique un usuario y contraseña" -#: setup/class_setupStep_Feedback.inc:99 -msgid "Asterisk administration" -msgstr "Administración Asterisk" +#: setup/class_setupStep_Ldap.inc:115 +#, php-format +msgid "Bind as user '%s' on server '%s' succeeded." +msgstr "" +"La Autenticación como usuario '%s' en el servidor '%s'. ha tenido éxito." -#: setup/class_setupStep_Feedback.inc:101 -msgid "System inventory" -msgstr "Inventario de sistemas" +#: setup/class_setupStep_License.inc:56 setup/class_setupStep_License.inc:57 +msgid "License" +msgstr "Licencia" -#: setup/class_setupStep_Feedback.inc:103 -msgid "System-/Configmanagement" -msgstr "Sistemas-/Administración de Configuraciones" +#: setup/class_setupStep_License.inc:58 +msgid "Terms and conditions for usage" +msgstr "Términos y condiciones de uso" -#: setup/class_setupStep_Feedback.inc:105 -msgid "Addressbook" -msgstr "Libreta direcciones" +#: setup/class_setupStep_Language.inc:40 setup/class_setupStep_Language.inc:41 +msgid "Language setup" +msgstr "Selección de idiomas" -#: setup/class_setupStep_Feedback.inc:111 -#: setup/class_setupStep_Feedback.inc:113 -msgid "Notification and feedback" -msgstr "Avisos y sugerencias" +#: setup/class_setupStep_Language.inc:42 +msgid "This step allows you to select your preferred language." +msgstr "Este paso le permite seleccionar su idioma preferido" -#: setup/class_setupStep_Feedback.inc:112 -msgid "Get notifications or send feedback" -msgstr "Recibir avisos o enviar sugerencias" +#: setup/class_setupStep_Language.inc:47 +msgid "Automatic" +msgstr "Automatico" -#: setup/class_setupStep_Feedback.inc:131 setup/class_setup.inc:76 +#: setup/class_setup.inc:76 setup/class_setupStep_Feedback.inc:131 msgid "Setup error" msgstr "" -#: setup/class_setupStep_Feedback.inc:140 -#: setup/class_setupStep_Feedback.inc:147 -msgid "Feedback error" +#: setup/class_setup.inc:196 +msgid "Completed" +msgstr "Completado" + +#: setup/setup_finish.tpl:3 +msgid "Create your configuration file" msgstr "" -#: setup/class_setupStep_Feedback.inc:140 -#, php-format -msgid "Cannot send feedback to '%s': %s" +#: setup/setup_finish.tpl:13 +msgid "Download configuration" msgstr "" -#: setup/class_setupStep_Feedback.inc:147 -#, fuzzy -msgid "Cannot send feedback: service temporarily unavailable" +#: setup/setup_finish.tpl:18 +msgid "Status: " msgstr "" -"Error mientras se envía su sugerencia. Es posible que el servicio no se " -"encuentre disponible" -#: setup/class_setupStep_Feedback.inc:149 -msgid "Feedback sucessfully send" -msgstr "Sugerencia enviada correctamente" +#: setup/setup_ldap.tpl:7 +msgid "Please choose the LDAP user to be used by GOsa" +msgstr "" -#: setup/class_setupStep_Feedback.inc:179 -msgid "Please specify a valid email address." -msgstr "Por favor indique una dirección de correo válida." +#: setup/setup_ldap.tpl:13 ihtml/themes/default/help.tpl:21 +msgid "Search" +msgstr "" -#: setup/class_setupStep_Feedback.inc:183 -msgid "" -"You should have enabled at least one option, to subscribe or send your " -"feedback." +#: setup/setup_ldap.tpl:25 +msgid "LDAP connection" msgstr "" -"Debe tener activa al menos una opción para suscribirse o enviar una " -"sugerencia." -#: setup/class_setupStep_License.inc:56 setup/class_setupStep_License.inc:57 -msgid "License" -msgstr "Licencia" +#: setup/setup_ldap.tpl:29 +msgid "Location name" +msgstr "" -#: setup/class_setupStep_License.inc:58 -msgid "Terms and conditions for usage" -msgstr "Términos y condiciones de uso" +#: setup/setup_ldap.tpl:37 +msgid "Connection URL" +msgstr "" -#: setup/setup_config2.tpl:2 -msgid "Samba settings" -msgstr "Parametros de samba" +#: setup/setup_ldap.tpl:45 +msgid "TLS connection" +msgstr "" -#: setup/setup_config2.tpl:6 -msgid "Samba hash generator" +#: setup/setup_ldap.tpl:65 +msgid "Reload" msgstr "" -#: setup/setup_config2.tpl:31 -msgid "RID base" +#: setup/setup_ldap.tpl:69 +msgid "Authentication" msgstr "" -#: setup/setup_config2.tpl:46 -msgid "Workstation container" +#: setup/setup_ldap.tpl:73 +msgid "Admin DN" msgstr "" -#: setup/setup_config2.tpl:61 -msgid "Samba SID mapping" +#: setup/setup_ldap.tpl:78 +msgid "Select user" msgstr "" -#: setup/setup_config2.tpl:71 -#, fuzzy -msgid "Timezone" -msgstr "Zona de uso horario del usuario OX" +#: setup/setup_ldap.tpl:86 +msgid "Automatically append LDAP base to admin DN" +msgstr "" -#: setup/setup_config2.tpl:74 -msgid "Please your preferred timezone here" +#: setup/setup_ldap.tpl:93 +msgid "Admin password" +msgstr "Contraseña de administrador" + +#: setup/setup_ldap.tpl:101 +msgid "Schema based settings" msgstr "" -#: setup/setup_config2.tpl:96 -msgid "Additional GOsa settings" +#: setup/setup_ldap.tpl:105 +msgid "Use rfc2307bis compliant groups" msgstr "" -#: setup/setup_config2.tpl:100 -msgid "Enable Copy & Paste" +#: setup/setup_ldap.tpl:117 +msgid "Current status" msgstr "" -#: setup/setup_config2.tpl:112 -#, fuzzy -msgid "Enable DNS extension" -msgstr "Eliminar extensión de impresión" +#: setup/class_setupStep_Config1.inc:74 setup/class_setupStep_Config1.inc:75 +msgid "GOsa settings 1/3" +msgstr "Configuración GOsa 1/3" -#: setup/setup_config2.tpl:124 -#, fuzzy -msgid "Enable DHCP extension" -msgstr "Eliminar extensión de impresión" +#: setup/class_setupStep_Config1.inc:76 +msgid "GOsa generic settings" +msgstr "Configuración genérica de GOsa" -#: setup/setup_config2.tpl:136 -#, fuzzy -msgid "Enable mime type management" -msgstr "Administración Sieve" +#: 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/setup_config2.tpl:148 -#, fuzzy -msgid "Enable FAI release management" -msgstr "Administración Samba" +#: setup/class_setupStep_Config1.inc:118 setup/setup_config1.tpl:97 +msgid "GID / UID min id" +msgstr "GID / UID min id" -#: setup/setup_config2.tpl:160 -msgid "Enable user netatalk plugin" +#: 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." msgstr "" +"El valor indicado como longitud mínima de la contraseña no es un valor " +"numérico." -#: setup/setup_config2.tpl:171 -msgid "Government mode" +#: 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." -#: setup/setup_config2.tpl:180 -msgid "Mail settings" -msgstr "Parámetros de correo" +#: setup/class_setupStep_Config2.inc:85 setup/class_setupStep_Config2.inc:86 +msgid "GOsa settings 2/3" +msgstr "Configuración GOsa 2/3" -#: setup/setup_config2.tpl:184 -msgid "Mail method" -msgstr "" +#: setup/class_setupStep_Config2.inc:87 +msgid "Customize special parameters" +msgstr "Personalizar parametros especiales" -#: setup/setup_config2.tpl:198 -msgid "Vacation templates" +#: setup/setup_license.tpl:8 +msgid "I have read the license and accept it" msgstr "" -#: setup/setup_config2.tpl:214 -msgid "Use Cyrus UNIX style" -msgstr "" +#: setup/class_setupStep_Config3.inc:78 setup/class_setupStep_Config3.inc:79 +msgid "GOsa settings 3/3" +msgstr "Configuración GOsa 3/3" -#: setup/setup_config2.tpl:224 -msgid "Snapshots / Undo" -msgstr "" +#: setup/class_setupStep_Config3.inc:80 +msgid "Tweak some GOsa core behaviour" +msgstr "Ajustar el comportamiento del núcleo común de GOsa" -#: setup/setup_config2.tpl:233 setup/setup_config2.tpl:278 -msgid "Enable snapshots" -msgstr "" +#: setup/class_setupStep_Config3.inc:194 +msgid "Session lifetime must be a numeric value." +msgstr "Tiempo de vida de sesión debe ser un valor numérico" -#: setup/setup_config2.tpl:239 setup/setup_config2.tpl:284 -msgid "Snapshot base" -msgstr "" +#: setup/class_setupStep_Config3.inc:198 +msgid "Maximal ldap query time must be a numeric value. " +msgstr "Máximo tiempo de consulta LDAP debe ser un valor numérico." #: setup/setup_feedback.tpl:6 msgid "Subscribe to the gosa-announce mailinglist" @@ -4799,74 +4531,17 @@ msgstr "" msgid "Send feedback" msgstr "" -#: setup/setup_schema.tpl:3 -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 -msgid "Schema check succeeded" -msgstr "" - -#: setup/setup_schema.tpl:23 -msgid "Schema check failed" -msgstr "" - -#: setup/setup_license.tpl:8 -msgid "I have read the license and accept it" -msgstr "" - -#: setup/class_setup.inc:196 -msgid "Completed" -msgstr "Completado" - -#: setup/class_setupStep_Ldap.inc:53 -msgid "LDAP setup" -msgstr "Configuración LDAP" - -#: setup/class_setupStep_Ldap.inc:54 -msgid "LDAP connection setup" -msgstr "Conectividad LDAP" - -#: setup/class_setupStep_Ldap.inc:55 -msgid "" -"This dialog performs the basic configuration of the LDAP connectivity for " -"GOsa." -msgstr "" -"Este asistente llevara a cabo la configuración de la conectividad entre GOsa " -"y LDAP." - -#: setup/class_setupStep_Ldap.inc:105 -#, php-format -msgid "Anonymous bind failed on server '%s'." -msgstr "Ha fallado la Autenticación Anónima en el servidor '%s'." - -#: setup/class_setupStep_Ldap.inc:107 -#, php-format -msgid "Bind as user '%s' failed on server '%s'." -msgstr "Ha fallado la Autenticación como usuario '%s' en el servidor '%s'." - -#: setup/class_setupStep_Ldap.inc:112 -#, php-format -msgid "Anonymous bind on server '%s' succeeded." -msgstr "La Autenticación Anónima en el servidor '%s'. ha tenido éxito." +#: setup/class_setupStep_Welcome.inc:38 +msgid "Welcome" +msgstr "Bienvenido" -#: setup/class_setupStep_Ldap.inc:113 -msgid "Please specify user and password." -msgstr "Por Favor especifique un usuario y contraseña" +#: setup/class_setupStep_Welcome.inc:39 +msgid "The welcome message" +msgstr "Mensaje de Bienvenida" -#: setup/class_setupStep_Ldap.inc:115 -#, php-format -msgid "Bind as user '%s' on server '%s' succeeded." -msgstr "" -"La Autenticación como usuario '%s' en el servidor '%s'. ha tenido éxito." +#: setup/class_setupStep_Welcome.inc:40 +msgid "Welcome to GOsa setup wizard" +msgstr "Bienvenidos al asistente de configuración de GOsa" #: setup/setup_config1.tpl:2 msgid "Look and feel" @@ -4976,19 +4651,141 @@ msgid "" "choose the dummy plugin to leave all your mail settings untouched." msgstr "" -#: setup/setup_language.tpl:3 -msgid "Please select the preferred language" +#: setup/setup_config3.tpl:2 +msgid "GOsa core settings" 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." +#: setup/setup_config3.tpl:6 +msgid "Disable primary group filter" msgstr "" -#: setup/setup_language.tpl:9 -msgid "Please your preferred language here" +#: setup/setup_config3.tpl:18 +#, fuzzy +msgid "Display summary in listings" +msgstr "Mostrar sistemas que coincidan con" + +#: setup/setup_config3.tpl:30 +msgid "Honour administrative units" +msgstr "" + +#: setup/setup_config3.tpl:42 +msgid "Smarty compile directory" +msgstr "" + +#: setup/setup_config3.tpl:51 +msgid "SNMP community" +msgstr "" + +#: setup/setup_config3.tpl:60 +msgid "Path for PPD storage" +msgstr "" + +#: setup/setup_config3.tpl:77 +msgid "Path for kiosk profile storage" +msgstr "" + +#: setup/setup_config3.tpl:96 +#, fuzzy +msgid "Enable system deployment" +msgstr "Administración sistema de correo" + +#: setup/setup_config3.tpl:115 +msgid "Mail queue script" +msgstr "" + +#: setup/setup_config3.tpl:134 +msgid "Notification script" +msgstr "" + +#: setup/setup_config3.tpl:153 +#, fuzzy +msgid "Enable edit locking" +msgstr "Activar comprobación de correo" + +#: setup/setup_config3.tpl:174 +msgid "Special search method for huge ldap servers." +msgstr "" + +#: setup/setup_config3.tpl:185 +msgid "Login and session" +msgstr "" + +#: setup/setup_config3.tpl:188 +#, fuzzy +msgid "Login attribute" +msgstr "Base de datos de Registro" + +#: setup/setup_config3.tpl:199 +msgid "Enforce register_globals to be deactivated" +msgstr "" + +#: setup/setup_config3.tpl:211 +msgid "Enforce encrypted connections" +msgstr "" + +#: setup/setup_config3.tpl:223 +msgid "Warn if session is not encrypted" +msgstr "" + +#: setup/setup_config3.tpl:235 +#, fuzzy +msgid "Remember dialog filter settings" +msgstr "Parámetros genéricos del usuario" + +#: setup/setup_config3.tpl:247 +msgid "Session lifetime" +msgstr "" + +#: setup/setup_config3.tpl:256 +msgid "Debugging" +msgstr "" + +#: setup/setup_config3.tpl:260 +msgid "Show PHP errors" +msgstr "" + +#: setup/setup_config3.tpl:272 +msgid "Maximum LDAP query time" +msgstr "" + +#: setup/setup_config3.tpl:290 +msgid "Log LDAP statistics" +msgstr "" + +#: setup/setup_config3.tpl:302 +msgid "Debug level" +msgstr "" + +#: setup/setup_config3.tpl:307 setup/setup_config3.tpl:310 +msgid "Disabled" +msgstr "" + +#: setup/setup_config3.tpl:308 setup/setup_config3.tpl:311 +msgid "Enabled" +msgstr "" + +#: setup/setup_frame.tpl:12 +msgid "GOsa setup wizard" +msgstr "" + +#: setup/setup_frame.tpl:19 +msgid "Installation" +msgstr "" + +#: setup/setup_frame.tpl:19 +msgid "Steps" +msgstr "" + +#: setup/class_setupStep_Schema.inc:40 setup/class_setupStep_Schema.inc:41 +msgid "LDAP schema check" +msgstr "Comprobar esquemas LDAP" + +#: setup/class_setupStep_Schema.inc:42 +msgid "Perform test on your current LDAP schema" +msgstr "Efectuando comprobaciones en los esquemas actuales de LDAP" + +#: setup/class_setupStep_Schema.inc:95 html/index.php:258 +msgid "Cannot detect information about the installed LDAP schema!" msgstr "" #: setup/class_setupStep_Checks.inc:38 setup/class_setupStep_Checks.inc:39 @@ -5365,174 +5162,179 @@ msgstr "" "GOsa lee la configuración desde un archivo colocado en (%s/%s). El asistente " "puede escribir la configuración directamente si tiene permisos de escritura." -#: setup/setup_config3.tpl:2 -msgid "GOsa core settings" -msgstr "" - -#: setup/setup_config3.tpl:6 -msgid "Disable primary group filter" -msgstr "" - -#: setup/setup_config3.tpl:18 -#, fuzzy -msgid "Display summary in listings" -msgstr "Mostrar sistemas que coincidan con" - -#: setup/setup_config3.tpl:30 -msgid "Honour administrative units" -msgstr "" - -#: setup/setup_config3.tpl:42 -msgid "Smarty compile directory" +#: 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_config3.tpl:51 -msgid "SNMP community" +#: setup/setup_welcome.tpl:8 +msgid "What will the wizard do for you?" msgstr "" -#: setup/setup_config3.tpl:60 -msgid "Path for PPD storage" +#: setup/setup_welcome.tpl:11 +msgid "Create a basic, single site configuration" msgstr "" -#: setup/setup_config3.tpl:77 -msgid "Path for kiosk profile storage" +#: setup/setup_welcome.tpl:12 +msgid "Tries to find problems within your PHP and LDAP setup" msgstr "" -#: setup/setup_config3.tpl:96 -#, fuzzy -msgid "Enable system deployment" -msgstr "Administración sistema de correo" - -#: setup/setup_config3.tpl:116 -msgid "Network resolv hook" +#: setup/setup_welcome.tpl:13 +msgid "Let you choose from a set of basic and advanced configuration switches" msgstr "" -#: setup/setup_config3.tpl:135 -msgid "Mail queue script" +#: setup/setup_welcome.tpl:14 +msgid "Guided migration of existing LDAP trees" msgstr "" -#: setup/setup_config3.tpl:154 -msgid "Notification script" +#: setup/setup_welcome.tpl:17 +msgid "What will the wizard NOT do for you?" msgstr "" -#: setup/setup_config3.tpl:173 -#, fuzzy -msgid "Enable edit locking" -msgstr "Activar comprobación de correo" +#: setup/setup_welcome.tpl:20 +msgid "Find every possible configuration error" +msgstr "" -#: setup/setup_config3.tpl:192 -msgid "Login and session" +#: setup/setup_welcome.tpl:21 +msgid "Migrate every possible LDAP setup - create backup dumps!" msgstr "" -#: setup/setup_config3.tpl:195 -#, fuzzy -msgid "Login attribute" -msgstr "Base de datos de Registro" +#: setup/setup_welcome.tpl:25 +msgid "To continue..." +msgstr "" -#: setup/setup_config3.tpl:206 -msgid "Enforce register_globals to be deactivated" +#: 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:" msgstr "" -#: setup/setup_config3.tpl:218 -msgid "Enforce encrypted connections" +#: setup/setup_welcome.tpl:34 +msgid "Click the 'Continue' button when you've finished." msgstr "" -#: setup/setup_config3.tpl:230 -msgid "Warn if session is not encrypted" +#: setup/setup_checks.tpl:9 +msgid "PHP module and extension checks" msgstr "" -#: setup/setup_config3.tpl:242 -#, fuzzy -msgid "Remember dialog filter settings" -msgstr "Parámetros genéricos del usuario" +#: setup/setup_checks.tpl:41 setup/setup_checks.tpl:103 +msgid "GOsa will NOT run without fixing this." +msgstr "" -#: setup/setup_config3.tpl:254 -msgid "Session lifetime" +#: setup/setup_checks.tpl:45 setup/setup_checks.tpl:107 +msgid "GOsa will run without fixing this." msgstr "" -#: setup/setup_config3.tpl:262 -msgid "Debugging" +#: setup/setup_checks.tpl:67 +msgid "PHP setup configuration" msgstr "" -#: setup/setup_config3.tpl:266 -msgid "Show PHP errors" +#: setup/setup_checks.tpl:67 +msgid "show information" msgstr "" -#: setup/setup_config3.tpl:278 -msgid "Maximum LDAP query time" +#: setup/setup_schema.tpl:3 +msgid "Schema specific settings" msgstr "" -#: setup/setup_config3.tpl:296 -msgid "Log LDAP statistics" +#: setup/setup_schema.tpl:7 +msgid "Enable schema validation when logging in" msgstr "" -#: setup/setup_config3.tpl:308 -msgid "Debug level" +#: setup/setup_schema.tpl:16 +msgid "Check status" msgstr "" -#: setup/setup_config3.tpl:313 setup/setup_config3.tpl:316 -msgid "Disabled" +#: setup/setup_schema.tpl:20 +msgid "Schema check succeeded" msgstr "" -#: setup/setup_config3.tpl:314 setup/setup_config3.tpl:317 -msgid "Enabled" +#: setup/setup_schema.tpl:23 +msgid "Schema check failed" msgstr "" -#: setup/class_setupStep_Welcome.inc:38 -msgid "Welcome" -msgstr "Bienvenido" +#: setup/class_setupStep_Feedback.inc:91 +msgid "UNIX accounts/groups" +msgstr "Cuentas/Grupos UNIX" -#: setup/class_setupStep_Welcome.inc:39 -msgid "The welcome message" -msgstr "Mensaje de Bienvenida" +#: setup/class_setupStep_Feedback.inc:93 +msgid "Samba management" +msgstr "Administración Samba" -#: setup/class_setupStep_Welcome.inc:40 -msgid "Welcome to GOsa setup wizard" -msgstr "Bienvenidos al asistente de configuración de GOsa" +#: setup/class_setupStep_Feedback.inc:95 +msgid "Mailsystem management" +msgstr "Administración sistema de correo" -#: setup/class_setupStep_Schema.inc:40 setup/class_setupStep_Schema.inc:41 -msgid "LDAP schema check" -msgstr "Comprobar esquemas LDAP" +#: setup/class_setupStep_Feedback.inc:97 +msgid "FAX system administration" +msgstr "Administración sistema de FAX" -#: setup/class_setupStep_Schema.inc:42 -msgid "Perform test on your current LDAP schema" -msgstr "Efectuando comprobaciones en los esquemas actuales de LDAP" +#: setup/class_setupStep_Feedback.inc:99 +msgid "Asterisk administration" +msgstr "Administración Asterisk" -#: setup/class_setupStep_Schema.inc:95 html/index.php:257 -msgid "Cannot detect information about the installed LDAP schema!" -msgstr "" +#: setup/class_setupStep_Feedback.inc:101 +msgid "System inventory" +msgstr "Inventario de sistemas" -#: setup/setup_checks.tpl:9 -msgid "PHP module and extension checks" -msgstr "" +#: setup/class_setupStep_Feedback.inc:103 +msgid "System-/Configmanagement" +msgstr "Sistemas-/Administración de Configuraciones" -#: setup/setup_checks.tpl:41 setup/setup_checks.tpl:103 -msgid "GOsa will NOT run without fixing this." -msgstr "" +#: setup/class_setupStep_Feedback.inc:105 +msgid "Addressbook" +msgstr "Libreta direcciones" -#: setup/setup_checks.tpl:45 setup/setup_checks.tpl:107 -msgid "GOsa will run without fixing this." -msgstr "" +#: setup/class_setupStep_Feedback.inc:111 +#: setup/class_setupStep_Feedback.inc:113 +msgid "Notification and feedback" +msgstr "Avisos y sugerencias" -#: setup/setup_checks.tpl:67 -msgid "PHP setup configuration" -msgstr "" +#: setup/class_setupStep_Feedback.inc:112 +msgid "Get notifications or send feedback" +msgstr "Recibir avisos o enviar sugerencias" -#: setup/setup_checks.tpl:67 -msgid "show information" +#: setup/class_setupStep_Feedback.inc:140 +#: setup/class_setupStep_Feedback.inc:147 +msgid "Feedback error" msgstr "" -#: setup/setup_finish.tpl:3 -msgid "Create your configuration file" +#: setup/class_setupStep_Feedback.inc:140 +#, php-format +msgid "Cannot send feedback to '%s': %s" msgstr "" -#: setup/setup_finish.tpl:13 -msgid "Download configuration" +#: setup/class_setupStep_Feedback.inc:147 +#, fuzzy +msgid "Cannot send feedback: service temporarily unavailable" msgstr "" +"Error mientras se envía su sugerencia. Es posible que el servicio no se " +"encuentre disponible" -#: setup/setup_finish.tpl:18 -msgid "Status: " +#: setup/class_setupStep_Feedback.inc:149 +msgid "Feedback sucessfully send" +msgstr "Sugerencia enviada correctamente" + +#: setup/class_setupStep_Feedback.inc:179 +msgid "Please specify a valid email address." +msgstr "Por favor indique una dirección de correo válida." + +#: setup/class_setupStep_Feedback.inc:183 +#, fuzzy +msgid "" +"You have to select at least one of both options, subscribe or send feedback." msgstr "" +"Debe tener activa al menos una opción para suscribirse o enviar una " +"sugerencia." + +#: setup/class_setupStep_Finish.inc:37 +#: ihtml/themes/default/copyPasteDialog.tpl:32 +msgid "Finish" +msgstr "Terminar" #: setup/class_setupStep_Finish.inc:38 msgid "Write configuration file" @@ -5543,8 +5345,9 @@ msgid "Finish - write the configuration file" msgstr "Terminar - Escribir el archivo de configuración" #: setup/class_setupStep_Finish.inc:100 +#, fuzzy msgid "" -"Your configuration file is currently world readable. Please updated the file " +"Your configuration file is currently world readable. Please update the file " "permissions!" msgstr "" "El fichero de configuración es universalmente legible. ¡Por favor modifique " @@ -5568,1231 +5371,1325 @@ 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_Config2.inc:87 setup/class_setupStep_Config2.inc:88 -msgid "GOsa settings 2/3" -msgstr "Configuración GOsa 2/3" +#: setup/class_setupStep_Migrate.inc:105 setup/class_setupStep_Migrate.inc:106 +msgid "LDAP inspection" +msgstr "Inspección LDAP" -#: setup/class_setupStep_Config2.inc:89 -msgid "Customize special parameters" -msgstr "Personalizar parametros especiales" +#: setup/class_setupStep_Migrate.inc:107 +msgid "Analyze your current LDAP for GOsa compatibility" +msgstr "Analice la compatibilidad con GOsa de su directorio LDAP" -#: include/functions_helpviewer.inc:43 -#, php-format -msgid "XML error in guide.xml: %s at line %d" -msgstr "" +#: setup/class_setupStep_Migrate.inc:113 +msgid "Checking for root object" +msgstr "Comprobando objeto raíz" -#: include/functions_helpviewer.inc:86 -msgid "No help available for this plugin." -msgstr "" +#: setup/class_setupStep_Migrate.inc:119 +msgid "Checking permissions on LDAP database" +msgstr "Comprobando permisos en la base de datos LDAP" -#: include/functions_helpviewer.inc:95 html/helpviewer.php:196 -msgid "previous" -msgstr "" +#: setup/class_setupStep_Migrate.inc:125 +#, fuzzy +msgid "Checking for invisible departments" +msgstr "Comprobando departamentos invisibles" -#: include/functions_helpviewer.inc:99 html/helpviewer.php:200 -msgid "next" -msgstr "" +#: setup/class_setupStep_Migrate.inc:131 +msgid "Checking for invisible users" +msgstr "Comprobando usuarios invisibles" -#: include/functions_helpviewer.inc:387 -#, php-format -msgid "%s results for your search with the keyword %s" -msgstr "" +#: setup/class_setupStep_Migrate.inc:137 +msgid "Checking for super administrator" +msgstr "Comprobando súper administrador" -#: include/functions_helpviewer.inc:461 -#, php-format -msgid "%s%% hit rate in file %s" -msgstr "" +#: setup/class_setupStep_Migrate.inc:143 +msgid "Checking for users outside the people tree" +msgstr "Comprobando cuentas fuera del árbol de usuarios" -#: include/class_tabs.inc:214 -#, php-format -msgid "Delete process has been canceled by plugin '%s': %s" +#: setup/class_setupStep_Migrate.inc:149 +msgid "Checking for groups outside the groups tree" +msgstr "Comprobando grupos fuera del árbol de grupos" + +#: setup/class_setupStep_Migrate.inc:155 +msgid "Checking for windows workstations outside the winstation tree" msgstr "" +"Comprobando estaciones de trabajo windows fuera del árbol de estaciones de " +"trabajo windows" -#: include/class_tabs.inc:341 include/class_acl.inc:1092 -#: include/class_acl.inc:1093 include/class_acl.inc:1098 -msgid "ACL" -msgstr "ACL" +#: setup/class_setupStep_Migrate.inc:161 +msgid "Checking for duplicate uid numbers" +msgstr "Comprobando números uid duplicados" -#: include/class_tabs.inc:344 -msgid "References" -msgstr "" +#: setup/class_setupStep_Migrate.inc:167 +msgid "Checking for duplicate gid numbers" +msgstr "Comprobando números gid duplicados" + +#: setup/class_setupStep_Migrate.inc:190 setup/class_setupStep_Migrate.inc:239 +#: setup/class_setupStep_Migrate.inc:301 setup/class_setupStep_Migrate.inc:362 +#: setup/class_setupStep_Migrate.inc:429 setup/class_setupStep_Migrate.inc:503 +#: setup/class_setupStep_Migrate.inc:588 setup/class_setupStep_Migrate.inc:718 +#: setup/class_setupStep_Migrate.inc:807 +msgid "LDAP query failed" +msgstr "La consulta LDAP ha fallado" + +#: setup/class_setupStep_Migrate.inc:191 setup/class_setupStep_Migrate.inc:240 +#: setup/class_setupStep_Migrate.inc:302 setup/class_setupStep_Migrate.inc:363 +#: setup/class_setupStep_Migrate.inc:430 setup/class_setupStep_Migrate.inc:504 +#: setup/class_setupStep_Migrate.inc:589 setup/class_setupStep_Migrate.inc:719 +#: setup/class_setupStep_Migrate.inc:808 +msgid "Possibly the 'root object' is missing." +msgstr "Posiblemente el objeto raíz está desaparecido" + +#: setup/class_setupStep_Migrate.inc:213 +#, php-format +msgid "Found %s duplicate values for attribute 'uidNumber'." +msgstr "Encontrado '%s' valores duplicados del atributo 'uidNumber'." -#: include/class_plugin.inc:436 +#: setup/class_setupStep_Migrate.inc:262 #, php-format -msgid "" -"Command '%s', specified as CHECK hook for plugin '%s' doesn't seem to exist." -msgstr "" +msgid "Found %s duplicate values for attribute 'gidNumber'." +msgstr "Encontrado '%s' valores duplicados del atributo 'gidNumber'." -#: include/class_plugin.inc:490 -msgid "" -"The object has changed since opened in GOsa. Please ensure that nobody has " -"done serious changes that may get lost if you save this entry." -msgstr "" +#: setup/class_setupStep_Migrate.inc:317 setup/class_setupStep_Migrate.inc:518 +#: setup/class_setupStep_Migrate.inc:531 setup/class_setupStep_Migrate.inc:881 +#: setup/class_setupStep_Migrate.inc:1612 +#: setup/class_setupStep_Migrate.inc:1625 +msgid "Failed" +msgstr "Error" -#: include/class_plugin.inc:623 +#: setup/class_setupStep_Migrate.inc:319 #, php-format msgid "" -"Command '%s', specified as POSTCREATE for plugin '%s' doesn't seem to exist." +"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'" -#: include/class_plugin.inc:655 include/functions.inc:2508 -#, php-format -msgid "" -"Command '%s', specified as POSTMODIFY for plugin '%s' doesn't seem to exist." -msgstr "" +#: setup/class_setupStep_Migrate.inc:320 setup/class_setupStep_Migrate.inc:599 +#: setup/class_setupStep_Migrate.inc:728 +msgid "Migrate" +msgstr "Migrar" -#: include/class_plugin.inc:691 +#: setup/class_setupStep_Migrate.inc:387 #, php-format -msgid "" -"Command '%s', specified as POSTREMOVE for plugin '%s' doesn't seem to exist." -msgstr "" +msgid "Found %s groups outside the configured tree '%s'." +msgstr "Encontrados '%s' grupos fuera del árbol configurado '%s'." + +#: setup/class_setupStep_Migrate.inc:388 setup/class_setupStep_Migrate.inc:463 +msgid "Move" +msgstr "Mover" -#: include/class_plugin.inc:1080 include/class_plugin.inc:1127 -#: include/class_plugin.inc:1128 +#: setup/class_setupStep_Migrate.inc:462 #, php-format -msgid "Saving object snapshot with dn '%s' failed." -msgstr "" +msgid "Found %s user(s) outside the configured tree '%s'." +msgstr "Encontrados '%s' usuario(s) fuera del árbol configurado '%s'." -#: include/class_plugin.inc:1154 include/class_plugin.inc:1166 +#: setup/class_setupStep_Migrate.inc:520 setup/class_setupStep_Migrate.inc:533 #, php-format msgid "" -"The snapshot functionality is enabled, but the required variable '%s' is not " -"set." +"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." -#: include/class_plugin.inc:1202 +#: setup/class_setupStep_Migrate.inc:597 #, php-format -msgid "Method get available snapshots with dn '%s' failed." -msgstr "" +msgid "Found %s user(s) that will not be visible in GOsa." +msgstr "Encontrados %s usuario(s) que nos son visibles para GOsa." -#: include/class_plugin.inc:1258 -#, php-format -msgid "Method get deleted snapshots with dn '%s' failed." -msgstr "" +#: setup/class_setupStep_Migrate.inc:647 setup/class_setupStep_Migrate.inc:779 +#: setup/class_setupStep_Migrate.inc:945 +#, fuzzy +msgid "Migration error" +msgstr "Migrar" + +#: setup/class_setupStep_Migrate.inc:647 setup/class_setupStep_Migrate.inc:779 +#, fuzzy, php-format +msgid "Cannot migrate department '%s':" +msgstr "Crear nuevo departamento" -#: include/class_plugin.inc:1322 include/class_plugin.inc:1336 +#: setup/class_setupStep_Migrate.inc:727 #, php-format -msgid "Restore snapshot with dn '%s' failed." -msgstr "" +msgid "Found %s department(s) that will not be visible in GOsa." +msgstr "Encontrados %s departamento(s) que nos son visibles para GOsa." -#: include/class_plugin.inc:1602 -msgid "Changing ACL dn" -msgstr "" +#: setup/class_setupStep_Migrate.inc:882 +msgid "There is no GOsa administrator account inside your LDAP." +msgstr "No hay cuenta de administrador GOsa en la base de datos LDAP." -#: include/class_plugin.inc:1602 -msgid "from" +#: setup/class_setupStep_Migrate.inc:945 +#, php-format +msgid "Cannot add ACL for user '%s':" msgstr "" -#: include/class_MultiSelectWindow.inc:219 -msgid "Go to root department" -msgstr "Ir al departamento raíz" - -#: include/class_MultiSelectWindow.inc:219 -#: include/class_MultiSelectWindow.inc:221 -msgid "Root" -msgstr "Raíz" - -#: include/class_MultiSelectWindow.inc:227 -msgid "Go up one department" -msgstr "Subir un departamento" +#: setup/class_setupStep_Migrate.inc:970 +#, fuzzy +msgid "Password error" +msgstr "La contraseña expira en" -#: include/class_MultiSelectWindow.inc:235 -msgid "Go to users department" -msgstr "Ir al departamento de usuarios" +#: setup/class_setupStep_Migrate.inc:970 +#, fuzzy +msgid "Provided passwords do not match!" +msgstr "" +"¡La contraseñas introducidas como nueva y repita nueva contraseña no " +"coinciden!" -#: include/class_MultiSelectWindow.inc:235 -#: include/class_MultiSelectWindow.inc:237 -msgid "Home" -msgstr "Inicio" +#: setup/class_setupStep_Migrate.inc:975 +msgid "Input error" +msgstr "" -#: include/class_MultiSelectWindow.inc:242 -msgid "Reload list" -msgstr "Recargar lista" +#: setup/class_setupStep_Migrate.inc:975 +#, fuzzy +msgid "Specify a valid user ID!" +msgstr "Por favor especifique un uid valido." -#: include/class_MultiSelectWindow.inc:503 +#: setup/class_setupStep_Migrate.inc:1019 #, php-format -msgid "Inconsistent DN encoding detected: '%s'" +msgid "Adding an administrative user failed: object '%s' already exists!" msgstr "" -#: include/class_MultiSelectWindow.inc:622 -#: include/class_MultiSelectWindow.inc:626 -#: include/class_MultiSelectWindow.inc:630 -msgid "Restore" -msgstr "" +#: setup/class_setupStep_Migrate.inc:1056 +#: setup/class_setupStep_Migrate.inc:1104 +#: setup/class_setupStep_Migrate.inc:1152 +#, fuzzy +msgid "Cannot move users to the requested department!" +msgstr "No puedo mover los usuarios al departamento especificado." -#: include/class_MultiSelectWindow.inc:625 -msgid "Restore snapshopts of already deleted objects" -msgstr "" +#: setup/class_setupStep_Migrate.inc:1066 +msgid "Winstation will be moved from" +msgstr "La estaciones de trabajo windows serán trasladadas desde" -#: include/class_MultiSelectWindow.inc:648 -#: include/class_SnapShotDialog.inc:113 -msgid "Restore snapshot" -msgstr "" +#: setup/class_setupStep_Migrate.inc:1077 +#: setup/class_setupStep_Migrate.inc:1125 +msgid "Updating following references too" +msgstr "También se actualizaran las siguientes referencias" -#: include/class_MultiSelectWindow.inc:654 -msgid "Create snapshot" -msgstr "" +#: setup/class_setupStep_Migrate.inc:1115 +msgid "Group will be moved from" +msgstr "El grupo serán trasladado desde" -#: include/class_MultiSelectWindow.inc:654 -msgid "Create a new snapshot from this object" -msgstr "" +#: setup/class_setupStep_Migrate.inc:1162 +msgid "User will be moved from" +msgstr "El usuario serán trasladado desde" -#: include/class_pluglist.inc:55 -msgid "All objects in this category" -msgstr "" +#: setup/class_setupStep_Migrate.inc:1172 +msgid "The following references will be updated" +msgstr "Las siguientes referencias se actualizaran" -#: include/class_pluglist.inc:152 -msgid "The configuration format has changed. Please re-run setup!" +#: setup/class_setupStep_Migrate.inc:1613 +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." -#: include/class_certificate.inc:35 -msgid "Can't open specified file, check accessibility and or existence" -msgstr "" +#: setup/class_setupStep_Migrate.inc:1614 +#: setup/class_setupStep_Migrate.inc:1627 +msgid "Try to create root object" +msgstr "Intentando crear el objeto raíz" -#: include/class_certificate.inc:53 -msgid "Can't read specified certificate / or empty string given" +#: setup/class_setupStep_Migrate.inc:1626 +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." -#: include/class_certificate.inc:80 -msgid "Can't load certificate, possibly unsupported format (use PEM/DER) " -msgstr "" +#: setup/class_setupStep_Migrate.inc:1916 +#, fuzzy, php-format +msgid "Copy '%s' to '%s' failed:" +msgstr "Moviendo '%s' a '%s'" -#: include/class_certificate.inc:95 -msgid "The Format must be PEM, to output certificate informations" +#: setup/class_setupStep_Migrate.inc:1919 +msgid "Problem copying DNs" msgstr "" -#: include/class_certificate.inc:192 -msgid "Can't create/open File" +#: setup/setup_language.tpl:3 +msgid "Please select the preferred language" msgstr "" -#: include/class_certificate.inc:199 -msgid "No valid certificate loaded" +#: 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 "" -#: include/class_socketClient.inc:37 -msgid "The mcrypt module was not found. Please install php5-mcrypt." -msgstr "" +#: setup/setup_language.tpl:9 +#, fuzzy +msgid "Please select your preferred language here" +msgstr "Este paso le permite seleccionar su idioma preferido" -#: include/class_SnapShotDialog.inc:63 -#, php-format -msgid "You're about to delete the snapshot '%s'." -msgstr "" +#: setup/setup_config2.tpl:2 +msgid "Samba settings" +msgstr "Parametros de samba" -#: include/class_SnapShotDialog.inc:115 -msgid "Remove snapshot" +#: setup/setup_config2.tpl:6 +msgid "Samba hash generator" msgstr "" -#: include/class_SnapShotDialog.inc:117 include/class_SnapShotDialog.inc:137 -msgid "Y-m-d, H:i:s" +#: setup/setup_config2.tpl:31 +msgid "RID base" msgstr "" -#: include/class_SnapShotDialog.inc:149 -msgid "Please specify a valid description for this snapshot." +#: setup/setup_config2.tpl:46 +msgid "Workstation container" msgstr "" -#: include/class_config.inc:104 -#, php-format -msgid "XML error in gosa.conf: %s at line %d" +#: setup/setup_config2.tpl:61 +msgid "Samba SID mapping" msgstr "" -#: include/class_config.inc:107 -msgid "Config file parsing" +#: setup/setup_config2.tpl:71 +#, fuzzy +msgid "Timezone" +msgstr "Zona de uso horario del usuario OX" + +#: setup/setup_config2.tpl:74 +msgid "Please choose your preferred timezone here" msgstr "" -#: include/class_config.inc:224 html/index.php:243 -msgid "Can't bind to LDAP. Please contact the system administrator." +#: setup/setup_config2.tpl:96 +msgid "Additional GOsa settings" msgstr "" -#: include/class_config.inc:554 -msgid "SID and/or RIDBASE missing in the configuration!" +#: setup/setup_config2.tpl:100 +msgid "Enable Copy & Paste" msgstr "" -#: include/class_log.inc:87 include/class_acl.inc:806 -#: include/functions.inc:437 include/functions.inc:582 -#: include/functions.inc:607 include/functions.inc:668 -#: include/functions.inc:981 include/functions.inc:1862 -#: include/functions.inc:1896 include/functions.inc:1916 -#: include/class_ldap.inc:561 include/class_ldap.inc:609 -#: include/class_CopyPasteHandler.inc:131 -#: include/class_CopyPasteHandler.inc:250 html/getvcard.php:36 +#: setup/setup_config2.tpl:112 +#, fuzzy +msgid "Enable DNS extension" +msgstr "Eliminar extensión de impresión" + +#: setup/setup_config2.tpl:124 #, fuzzy -msgid "Internal error" -msgstr "Insertar separador" +msgid "Enable DHCP extension" +msgstr "Eliminar extensión de impresión" -#: include/class_log.inc:87 -#, fuzzy, php-format -msgid "Logging failed: %s" -msgstr "Servicio de Registro de sistema" +#: setup/setup_config2.tpl:136 +#, fuzzy +msgid "Enable mime type management" +msgstr "Administración Sieve" -#: include/class_log.inc:106 -msgid "Logging to MySQL disabled" -msgstr "" +#: setup/setup_config2.tpl:148 +#, fuzzy +msgid "Enable FAI release management" +msgstr "Administración Samba" -#: include/class_log.inc:106 -msgid "" -"The logging to a MySQL database is now disabled for this session of GOsa, " -"due to communication errors with the specified logging database." +#: setup/setup_config2.tpl:160 +msgid "Enable user netatalk plugin" msgstr "" -#: include/class_log.inc:119 -#, php-format -msgid "Invalid option '%s' specified." +#: setup/setup_config2.tpl:171 +msgid "Government mode" msgstr "" -#: include/class_log.inc:123 -#, fuzzy -msgid "Specified objectType is empty or invalid" -msgstr "La contraseñas especificadas están vacías o no son iguales." +#: setup/setup_config2.tpl:180 +msgid "Mail settings" +msgstr "Parámetros de correo" -#: include/class_log.inc:144 -msgid "" -"You have enabled the logging into mysql databse, but there are no logging " -"servers available." +#: setup/setup_config2.tpl:184 +msgid "Mail method" msgstr "" -#: include/class_log.inc:152 -#, php-format -msgid "Cannot connect to logging server '%s'." +#: setup/setup_config2.tpl:200 +msgid "Account identification attribute" msgstr "" -#: include/class_log.inc:157 -#, fuzzy, php-format -msgid "Cannot select database '%s' on server '%s': %s" +#: setup/setup_config2.tpl:214 +msgid "Vacation templates" msgstr "" -"La Autenticación como usuario '%s' en el servidor '%s'. ha tenido éxito." -#: include/class_log.inc:177 -#, fuzzy, php-format -msgid "Cannot query database '%s' on server '%s': %s" +#: setup/setup_config2.tpl:230 +msgid "Use Cyrus UNIX style" msgstr "" -"La Autenticación como usuario '%s' en el servidor '%s'. ha tenido éxito." -#: include/php_setup.inc:91 -msgid "Generating this page caused the PHP interpreter to raise some errors!" +#: setup/setup_config2.tpl:240 +msgid "Snapshots / Undo" msgstr "" -#: include/php_setup.inc:96 -msgid "Send bug report to the GOsa Team" +#: setup/setup_config2.tpl:249 setup/setup_config2.tpl:294 +msgid "Enable snapshots" msgstr "" -#: include/php_setup.inc:96 -msgid "Send bugreport" +#: setup/setup_config2.tpl:255 setup/setup_config2.tpl:300 +msgid "Snapshot base" msgstr "" -#: include/php_setup.inc:101 -msgid "Toggle information" +#: 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 "" -#: include/php_setup.inc:111 -msgid "PHP error" +#: setup/setup_migrate.tpl:33 +msgid "Check again" msgstr "" -#: include/php_setup.inc:130 -msgid "class" +#: setup/setup_migrate.tpl:37 +msgid "Move windows workstations into a valid windows workstation department" msgstr "" -#: include/php_setup.inc:136 -msgid "function" +#: setup/setup_migrate.tpl:39 +msgid "" +"This dialog allows you to move the displayed windows workstations into a " +"valid department" msgstr "" -#: include/php_setup.inc:141 -msgid "static" +#: setup/setup_migrate.tpl:41 +msgid "" +"Be careful with this tool, there may be references pointing to this " +"workstations that can't be migrated." msgstr "" -#: include/php_setup.inc:145 -msgid "method" +#: setup/setup_migrate.tpl:65 setup/setup_migrate.tpl:121 +#: setup/setup_migrate.tpl:173 setup/setup_migrate.tpl:293 +#: setup/setup_migrate.tpl:346 +msgid "Select all" msgstr "" -#: include/php_setup.inc:178 -msgid "Trace" +#: setup/setup_migrate.tpl:67 +msgid "Move selected windows workstations into the following GOsa department" msgstr "" -#: include/php_setup.inc:179 -msgid "File" +#: setup/setup_migrate.tpl:72 +msgid "Move selected workstations" msgstr "" -#: include/php_setup.inc:179 -msgid "Line" +#: setup/setup_migrate.tpl:73 +msgid "What will be done here" msgstr "" -#: include/php_setup.inc:179 -msgid "Type" -msgstr "Tipo" - -#: include/php_setup.inc:180 -msgid "Arguments" +#: setup/setup_migrate.tpl:85 +msgid "Move groups into configured group tree" msgstr "" -#: include/class_acl.inc:6 -msgid "Access control" +#: setup/setup_migrate.tpl:88 +msgid "" +"This dialog allows moving a couple of groups to the configured group tree. " +"Doing this may straighten your LDAP service." msgstr "" -#: include/class_acl.inc:190 include/class_acl.inc:193 -msgid "Use ACL defined in role" +#: setup/setup_migrate.tpl:91 +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 "" -#: include/class_acl.inc:645 include/class_acl.inc:652 -msgid "Show/Hide Advanced Settings" +#: setup/setup_migrate.tpl:94 +msgid "Move selected groups into this group tree" msgstr "" -#: include/class_acl.inc:670 -msgid "Create objects" +#: setup/setup_migrate.tpl:125 setup/setup_migrate.tpl:177 +#: setup/setup_migrate.tpl:297 setup/setup_migrate.tpl:350 +msgid "Hide changes" msgstr "" -#: include/class_acl.inc:671 -msgid "Move objects" +#: setup/setup_migrate.tpl:127 setup/setup_migrate.tpl:179 +#: setup/setup_migrate.tpl:299 setup/setup_migrate.tpl:352 +msgid "Show changes" msgstr "" -#: include/class_acl.inc:672 -msgid "Remove objects" +#: setup/setup_migrate.tpl:140 +msgid "Move users into configured user tree" msgstr "" -#: include/class_acl.inc:674 include/class_acl.inc:680 -msgid "Modifyable by owner" +#: setup/setup_migrate.tpl:142 +msgid "" +"This dialog allows moving a couple of users to the configured user tree. " +"Doing this may straighten your LDAP service." msgstr "" -#: include/class_acl.inc:677 -msgid "Move object" +#: setup/setup_migrate.tpl:145 +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 "" -#: include/class_acl.inc:678 -msgid "Remove object" +#: setup/setup_migrate.tpl:148 +msgid "Move selected users into this people tree" msgstr "" -#: include/class_acl.inc:685 include/class_acl.inc:776 -msgid "read" -msgstr "leer" - -#: include/class_acl.inc:686 include/class_acl.inc:778 -msgid "write" -msgstr "escribir" +#: setup/setup_migrate.tpl:198 +msgid "Next" +msgstr "" -#: include/class_acl.inc:690 -msgid "Complete object" +#: setup/setup_migrate.tpl:199 +msgid "Abort" msgstr "" -#: include/class_acl.inc:806 -#, php-format -msgid "Unkown ACL type '%s'. Don't know how to handle it." +#: setup/setup_migrate.tpl:201 +msgid "Create a new GOsa administrator account" msgstr "" -#: include/class_acl.inc:849 -#, php-format -msgid "Unknown entry '%s'!" +#: setup/setup_migrate.tpl:204 +msgid "" +"This dialog will automatically add a new super administrator to your LDAP " +"tree." msgstr "" -#: include/class_acl.inc:909 include/class_acl.inc:911 -#, php-format -msgid "Role: %s" +#: setup/setup_migrate.tpl:233 +msgid "Password (again)" msgstr "" -#: include/class_acl.inc:911 -msgid "Unknown role, possibly removed" +#: setup/setup_migrate.tpl:258 +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 "" -#: include/class_acl.inc:919 -#, php-format -msgid "Contains settings for these objects: %s" +#: setup/setup_migrate.tpl:259 setup/setup_migrate.tpl:314 +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 "" -#: include/class_acl.inc:928 -msgid "Members:" +#: setup/setup_migrate.tpl:269 setup/setup_migrate.tpl:323 +msgid "Current" msgstr "" -#: include/class_acl.inc:934 -msgid "ACL is valid for all users" +#: setup/setup_migrate.tpl:276 setup/setup_migrate.tpl:330 +msgid "After migration" msgstr "" -#: include/class_acl.inc:1093 -msgid "Access control list" -msgstr "Lista de control de acceso" +#: setup/setup_migrate.tpl:313 +msgid "" +"The listed users are currenlty invisble 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 "" -#: include/class_acl.inc:1101 -msgid "Role name" -msgstr "Nombre del Rol" +#: html/getvcard.php:37 +#, fuzzy +msgid "Missing parameters!" +msgstr "Parámetro de la aplicación" -#: include/class_acl.inc:1102 -msgid "Role description" -msgstr "Descripción del Rol" +#: html/setup.php:78 html/index.php:155 +#, fuzzy +msgid "Smarty" +msgstr "Sumario" -#: include/class_msg_dialog.inc:91 -msgid "Please fix the above error and reload the page." +#: html/setup.php:78 html/password.php:76 html/index.php:155 +#, php-format +msgid "Directory '%s' specified as compile directory is not accessible!" msgstr "" -#: include/class_hostActionQueue.inc:68 include/class_hostActionQueue.inc:193 -#, fuzzy, php-format -msgid "Can't locate gotomasses queue file '%s'." -msgstr "No puedo crear el fichero '%s'." - -#: include/class_hostActionQueue.inc:72 -#, fuzzy, php-format -msgid "Can't read gotomasses queue file '%s'." -msgstr "No puedo crear el fichero '%s'." +#: html/password.php:56 html/index.php:130 +#, php-format +msgid "GOsa configuration %s/%s is not readable. Aborted." +msgstr "" -#: include/class_hostActionQueue.inc:79 -#, fuzzy, php-format -msgid "Can't read gotomasses storage file '%s'." -msgstr "No puedo crear el fichero '%s'." +#: html/password.php:76 +#, fuzzy +msgid "Accessibility" +msgstr "Se puede escribir en la configuración" -#: include/class_hostActionQueue.inc:142 -msgid "Entry broken, skipped." +#: html/password.php:161 +msgid "Error: Password method not available!" msgstr "" -#: include/class_hostActionQueue.inc:197 include/class_hostActionQueue.inc:206 -#, fuzzy, php-format -msgid "Can't write gotomasses queue file '%s'." -msgstr "No puedo crear el fichero '%s'." +#: html/password.php:217 html/index.php:292 +msgid "Please specify a valid username!" +msgstr "" -#: include/class_hostActionQueue.inc:201 -msgid "The queue file was modified since last reload. Can't save changes." +#: html/password.php:219 html/index.php:295 +msgid "Please specify your password!" msgstr "" -#: include/class_hostActionQueue.inc:276 -#, php-format -msgid "Entry with id '%s' not found." +#: html/password.php:226 html/index.php:314 +msgid "Please check the username/password combination." msgstr "" -#: include/class_hostActionQueue.inc:286 -#, php-format -msgid "Could not update entry, entry with id '%s' not found." +#: html/password.php:230 +msgid "You have no permissions to change your password." +msgstr "No tiene permisos para cambiar su contraseña." + +#: html/password.php:251 +msgid "External password changer reported a problem: " +msgstr "El programa externo de cambio de contraseña informo de un problema: " + +#: html/password.php:282 html/index.php:408 +msgid "Session will not be encrypted." msgstr "" -#: include/class_hostActionQueue.inc:297 -#, php-format -msgid "Could not remove entry, entry with id '%s' not found." +#: html/password.php:282 html/index.php:408 +msgid "Enter SSL session" msgstr "" -#: include/class_hostActionQueue.inc:371 include/class_hostActionQueue.inc:389 -#: include/class_hostActionQueue.inc:420 include/class_hostActionQueue.inc:455 -#, php-format -msgid "Can't set priority for ID '%s'. ID does not exist." +#: html/getxls.php:86 +msgid "Birthday" msgstr "" -#: include/functions.inc:98 -#, php-format -msgid "Fatal error: no class locations defined - please run '%s' to fix this" +#: html/getxls.php:86 html/getxls.php:227 html/getxls.php:281 +#: html/getxls.php:297 +msgid "Surname" msgstr "" -#: include/functions.inc:105 -#, php-format -msgid "Fatal error: cannot instantiate class '%s' - execution aborted" +#: html/getxls.php:86 html/getxls.php:281 +msgid "Language" msgstr "" -#: include/functions.inc:305 +#: html/getxls.php:94 #, php-format -msgid "FATAL: Error when connecting the LDAP. Server said '%s'." +msgid "User list of %s on %s" msgstr "" -#: include/functions.inc:331 include/functions.inc:358 -#: include/functions.inc:396 -#, php-format -msgid "User login failed." +#: html/getxls.php:121 html/getxls.php:284 ihtml/themes/default/acl.tpl:41 +msgid "Members" msgstr "" -#: include/functions.inc:331 include/functions.inc:358 -#: include/functions.inc:396 include/functions.inc:592 -#: include/functions.inc:607 include/functions.inc:639 -#: include/functions.inc:678 include/functions.inc:723 -#: include/functions.inc:2490 +#: html/getxls.php:131 html/getxls.php:360 #, php-format -msgid "LDAP server returned: %s" +msgid "Groups of %s on %s" msgstr "" -#: include/functions.inc:367 include/functions.inc:437 -msgid "" -"Username / UID is not unique inside the LDAP tree. Please contact your " -"Administrator." +#: html/getxls.php:155 html/getxls.php:188 html/getxls.php:190 +#: html/getxls.php:197 html/getxls.php:233 html/getxls.php:310 +#: html/getxls.php:381 +msgid "Servers" msgstr "" -#: include/functions.inc:582 include/functions.inc:668 -msgid "Error while adding a lock. Contact the developers!" +#: html/getxls.php:159 html/getxls.php:311 +msgid "Computers" msgstr "" -#: include/functions.inc:592 -#, php-format -msgid "" -"Cannot create locking information in LDAP tree. Please contact your " -"administrator!" +#: html/getxls.php:169 html/getxls.php:222 html/getxls.php:401 +#: html/getxls.php:421 +msgid "Common name" msgstr "" -#: include/functions.inc:607 -#, php-format -msgid "Adding a lock failed." +#: html/getxls.php:185 +msgid "Server name" msgstr "" -#: include/functions.inc:639 -#, fuzzy, php-format -msgid "Removing a lock failed." -msgstr "Ha fallado la eliminación del antiguo archivo ppd'%s'." - -#: include/functions.inc:678 include/functions.inc:723 +#: html/getxls.php:195 html/getxls.php:379 #, php-format -msgid "Cannot get locking information from LDAP tree!" +msgid "Servers of %s on %s" msgstr "" -#: include/functions.inc:686 -msgid "" -"Found multiple locks for object to be locked. This should not happen - " -"cleaning up multiple references." +#: html/getxls.php:222 html/getxls.php:297 +msgid "Display name" msgstr "" -#: include/functions.inc:909 -#, php-format -msgid "The size limit of %d entries is exceed!" +#: html/getxls.php:223 +msgid "Home phone" msgstr "" -#: include/functions.inc:911 -#, php-format -msgid "" -"Set the new size limit to %s and show me this message if the limit still " -"exceeds" +#: html/getxls.php:224 html/getxls.php:298 +msgid "Initials" msgstr "" -#: include/functions.inc:928 -msgid "incomplete" +#: html/getxls.php:225 +msgid "Mobile phone" msgstr "" -#: include/functions.inc:1164 include/functions.inc:1295 -msgid "LDAP error:" +#: html/getxls.php:225 html/getxls.php:298 +msgid "City" msgstr "" -#: include/functions.inc:1165 -msgid "" -"Problems with the LDAP server mean that you probably lost the last changes. " -"Please check your LDAP setup for possible errors and try again." +#: html/getxls.php:226 html/getxls.php:298 html/getxls.php:300 +msgid "Phone number" msgstr "" -#: include/functions.inc:1171 -msgid "" -"Please check your input and fix the error. Press 'OK' to close this message " -"box." +#: html/getxls.php:228 +msgid "Function" msgstr "" -#: include/functions.inc:1236 -msgid "Continue anyway" +#: html/getxls.php:231 html/getxls.php:312 +msgid "Adressbook" msgstr "" -#: include/functions.inc:1238 -msgid "Edit anyway" +#: html/getxls.php:238 html/getxls.php:414 +#, php-format +msgid "Adressbook of %s on %s" msgstr "" -#: include/functions.inc:1240 -#, fuzzy, php-format -msgid "You're going to edit the LDAP entry/entries '%s'" -msgstr "Has decidido eliminar las siguientes entradas %s" +#: html/getxls.php:244 +msgid "Common Name" +msgstr "" -#: include/functions.inc:1298 -#, php-format -msgid "Plugin '%s':%s" +#: html/getxls.php:281 +msgid "Day of birth" msgstr "" -#: include/functions.inc:1459 -msgid "Entries per page" +#: html/getxls.php:299 +msgid "Email address" msgstr "" -#: include/functions.inc:1487 -msgid "Apply filter" +#: html/getxls.php:299 +msgid "Organizational unit" msgstr "" -#: include/functions.inc:1739 -msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" +#: html/getxls.php:300 +msgid "Postal Code" msgstr "" -#: include/functions.inc:1783 -#, php-format -msgid "GOsa development snapshot (Rev %s)" +#: html/getxls.php:301 +msgid "Title" msgstr "" -#: include/functions.inc:1862 -#, php-format -msgid "File '%s' could not be deleted." +#: html/getxls.php:304 +msgid "Full" msgstr "" -#: include/functions.inc:1896 include/functions.inc:1916 -msgid "Cannot write to revision file!" +#: html/getxls.php:341 +#, php-format +msgid "User List of %s on %s" msgstr "" -#: include/functions.inc:2158 include/functions.inc:2162 -#: include/functions.inc:2168 -msgid "'base_hook' is not available. Using default base." +#: html/getxls.php:395 +#, php-format +msgid "Computers of %s on %s" msgstr "" -#: include/functions.inc:2190 +#: html/getxls.php:491 html/getldif.php:80 #, fuzzy -msgid "LDAP warning" -msgstr "Aviso" +msgid "Permission denied!" +msgstr "Permisos" -#: include/functions.inc:2190 +#: html/getxls.php:491 #, fuzzy -msgid "Cannot get schema information from server. No schema check possible!" -msgstr "" -"No puedo obtener información de esquemas del servidor. ¡No es posible " -"comprobar los esquemas!" +msgid "You are not allowed to perform this action." +msgstr "No tiene permisos para editar esta acl." -#: include/functions.inc:2216 -msgid "Used to store account specific informations." +#: html/helpviewer.php:68 +msgid "Help browser" msgstr "" -#: include/functions.inc:2223 -msgid "" -"Used to lock currently edited entries to avoid multiple changes at the same " -"time." +#: html/helpviewer.php:122 +msgid "There is no helpfile specified for this class" msgstr "" -#: include/functions.inc:2266 +#: html/helpviewer.php:271 #, php-format -msgid "Missing required object class '%s'!" +msgid "Helpdir '%s' is not accessible, can't read any helpfiles." msgstr "" -#: include/functions.inc:2268 -#, php-format -msgid "Missing optional object class '%s'!" +#: html/getldif.php:80 +#, fuzzy +msgid "You are not allowed to create ldap dumps." +msgstr "No tiene permisos para crear un nuevo rol." + +#: html/getldif.php:105 +#, fuzzy +msgid "Error in ivbb parameter!" +msgstr "Parametros del Kernel" + +#: html/getfax.php:54 +msgid "Could not connect to database server!" msgstr "" -#: include/functions.inc:2274 -#, php-format -msgid "Version mismatch for required object class '%s' (!=%s)!" +#: html/getfax.php:56 +msgid "Could not select database!" msgstr "" -#: include/functions.inc:2276 -#, php-format -msgid "Version mismatch for optional object class '%s' (!=%s)!" +#: html/getfax.php:61 html/getfax.php:69 +msgid "Database query failed!" msgstr "" -#: include/functions.inc:2280 +#: html/main.php:150 #, php-format -msgid "Class(es) available" +msgid "Cannot locate file '%s' - please run '%s' to fix this" msgstr "" -#: include/functions.inc:2302 -msgid "" -"You have enabled the rfc2307bis option on the 'ldap setup' step, but your " -"schema configuration do not support this option." -msgstr "" +#: html/main.php:168 +#, fuzzy +msgid "PHP configuration" +msgstr "Escribir archivo de configuración" -#: include/functions.inc:2303 +#: html/main.php:169 msgid "" -"In order to use rfc2307bis conform groups the objectClass 'posixGroup' must " -"be AUXILIARY" +"FATAL: Register globals is on. GOsa will refuse to login unless this is " +"fixed by an administrator." msgstr "" -#: include/functions.inc:2307 -msgid "" -"You have disabled the rfc2307bis option on the 'ldap setup' step, but your " -"schema configuration do not support this option." +#: html/main.php:214 +#, fuzzy +msgid "Configuration warning" +msgstr "Se puede escribir en la configuración" + +#: html/main.php:214 +msgid "Running out of memory!" msgstr "" -#: include/functions.inc:2308 -msgid "The objectClass 'posixGroup' must be STRUCTURAL" +#: html/main.php:353 +#, fuzzy +msgid "Password reminder" +msgstr "La contraseña expira en" + +#: html/main.php:353 +#, fuzzy +msgid "Your password is about to expire, please change your password!" +msgstr "No tiene permisos para cambiar su contraseña." + +#: html/main.php:362 +msgid "Plugin" msgstr "" -#: include/functions.inc:2331 -msgid "German" +#: html/main.php:363 +#, php-format +msgid "FATAL: Can't find any plugin definitions for plugin '%s'!" msgstr "" -#: include/functions.inc:2332 -msgid "French" -msgstr "Francés" +#: html/index.php:50 +msgid "Session is not encrypted!" +msgstr "" -#: include/functions.inc:2333 -msgid "Italian" +#: html/index.php:57 +msgid "" +"The session lifetime configured in your gosa.conf will be overridden by php." +"ini settings." msgstr "" -#: include/functions.inc:2334 -msgid "Spanish" +#: html/index.php:130 +#, fuzzy +msgid "Configuration accessibility" +msgstr "Se puede escribir en la configuración" + +#: html/index.php:206 +msgid "There is a problem with the authentication setup!" msgstr "" -#: include/functions.inc:2335 -msgid "English" -msgstr "Inglés" +#: html/index.php:214 +msgid "Cannot find a valid user for the current authentication setup!" +msgstr "" -#: include/functions.inc:2336 -msgid "Dutch" +#: html/index.php:218 +msgid "User information is not unique accross the configured LDAP trees!" msgstr "" -#: include/functions.inc:2337 -msgid "Polish" +#: html/index.php:244 +msgid "Can't bind to LDAP. Please contact the system administrator." msgstr "" -#: include/functions.inc:2338 -msgid "Swedish" +#: html/index.php:271 +msgid "Your ldap setup contains old schema definitions:" msgstr "" -#: include/functions.inc:2339 -msgid "Chinese" -msgstr "Chino" +#: html/index.php:307 +#, fuzzy +msgid "Authentication error" +msgstr "Tipo de autentificación IAX" -#: include/functions.inc:2340 -msgid "Russian" -msgstr "Ruso" +#: html/index.php:307 +msgid "Cannot retrieve user information for htaccess authentication!" +msgstr "" -#: include/functions.inc:2490 -#, fuzzy, php-format -msgid "Setting the password failed!" -msgstr "activo, la contraseña expiró" +#: html/index.php:363 +msgid "Account locked. Please contact your system administrator." +msgstr "" -#: include/functions.inc:2528 +#: html/index.php:414 msgid "" -"Setting for SMBHASH in gosa.conf is incorrect! Cannot change Samba password." +"Your browser has cookies disabled. Please enable cookies and reload this " +"page before logging in!" msgstr "" -#: include/class_ldap.inc:204 include/class_ldap.inc:236 -msgid "Performance warning" +#: ihtml/themes/default/copyPasteDialog.tpl:1 +msgid "Copy & paste wizard" msgstr "" -#: include/class_ldap.inc:204 include/class_ldap.inc:236 -#, php-format -msgid "LDAP performance is poor: last query took about %.2fs!" +#: ihtml/themes/default/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 "" -#: include/class_ldap.inc:561 -#, php-format +#: ihtml/themes/default/copyPasteDialog.tpl:9 +msgid "Remember that some properties like taken snapshots will not be copied!" +msgstr "" + +#: ihtml/themes/default/copyPasteDialog.tpl:10 msgid "" -"Cannot automatically create subtrees with RDN '%s': no object class found" +"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 "" -#: include/class_ldap.inc:609 -#, php-format -msgid "Cannot automatically create subtrees with RDN '%s': not supported" +#: ihtml/themes/default/copyPasteDialog.tpl:24 +msgid "Cancel all" msgstr "" -#: include/class_ldap.inc:617 -#, php-format -msgid "Creating subtree '%s' failed." +#: ihtml/themes/default/copyPasteDialog.tpl:30 +msgid "Operation complete" msgstr "" -#: include/class_ldap.inc:686 -#, php-format -msgid "while operating on '%s' using LDAP server '%s'" +#: ihtml/themes/default/help.tpl:9 +msgid "GOsa help viewer" msgstr "" -#: include/class_ldap.inc:688 -#, php-format -msgid "while operating on LDAP server %s" +#: ihtml/themes/default/help.tpl:15 +msgid "Index" msgstr "" -#: include/class_ldap.inc:910 -#, php-format +#: ihtml/themes/default/islocked.tpl:2 +msgid "Locking conflict detected" +msgstr "" + +#: ihtml/themes/default/islocked.tpl:9 msgid "" -"This is not a valid DN: '%s'. A block for import should begin with 'dn: ...' " -"in line %s" +"If this lock detection is false, the other person has obviously closed the " +"webbrowser during the edit operation. You may want to take over the lock by " +"pressing the 'Edit anyway' button." msgstr "" -#: include/class_ldap.inc:939 -#, php-format -msgid "Error while importing dn: '%s', please check your LDIF from line %s on!" +#: ihtml/themes/default/framework.tpl:8 ihtml/themes/default/framework.tpl:11 +msgid "Main" msgstr "" -#: include/class_ldap.inc:1075 -#, php-format -msgid "Ldap import with dn '%s' failed." +#: ihtml/themes/default/framework.tpl:16 +msgid "Help" msgstr "" -#: include/class_CopyPasteHandler.inc:90 -#, php-format -msgid "Cannot cleanup copy & paste queue: setting permissions for '%s' failed!" +#: ihtml/themes/default/framework.tpl:21 ihtml/themes/default/framework.tpl:25 +msgid "Sign out" msgstr "" -#: include/class_CopyPasteHandler.inc:98 -#, php-format -msgid "Cannot cleanup copy & paste queue: no write permission inside '%s'!" +#: ihtml/themes/default/framework.tpl:29 +msgid "Signed in:" msgstr "" -#: include/class_CopyPasteHandler.inc:130 -#, php-format -msgid "Copy and paste failed: object '%s' is not a valid ldap object!" +#: ihtml/themes/default/framework.tpl:32 +msgid "GOsa main menu" msgstr "" -#: include/class_CopyPasteHandler.inc:147 -#, php-format -msgid "Cannot save LDAP dump: no write permission inside '%s'!" +#: 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 "" -#: include/class_CopyPasteHandler.inc:155 -#, php-format -msgid "Cannot save LDAP dump: setting permissions for '%s' failed!" +#: ihtml/themes/default/acl.tpl:15 +msgid "Use members from" msgstr "" -#: include/class_CopyPasteHandler.inc:164 -#, php-format -msgid "Cannot save LDAP dump: no write permission to '%s/%s'!" +#: ihtml/themes/default/acl.tpl:29 +msgid "Available members" msgstr "" -#: include/class_CopyPasteHandler.inc:249 -#, fuzzy, php-format -msgid "Cannot load dumped file '%s'!" -msgstr "No se puede grabar el archivo '%s'." +#: ihtml/themes/default/acl.tpl:63 +msgid "ACLs for this object" +msgstr "" -#: include/class_CopyPasteHandler.inc:274 -#, fuzzy, php-format -msgid "You have no permission to save object '%s'." -msgstr "No tiene permisos para cambiar su contraseña." +#: ihtml/themes/default/acl.tpl:69 +msgid "Available roles" +msgstr "" -#: include/class_CopyPasteHandler.inc:302 -#, php-format -msgid "You are going to paste the cutted entry '%s'." +#: ihtml/themes/default/conflict.tpl:2 +msgid "Session conflict detected" msgstr "" -#: include/class_CopyPasteHandler.inc:315 -#, fuzzy, php-format -msgid "You have no permission to copy and paste object '%s'!" -msgstr "No tiene permisos para crear componentes en esta 'Base'." +#: ihtml/themes/default/conflict.tpl:6 +msgid "" +"Probably there's another active instance of your session. Multiple window " +"operation is technical not possible and heavily depends on the browser " +"you're using. Usage of different browsers at a time (i.e. IE and Mozilla) is " +"possible. Pressing the Logout button will close this session." +msgstr "" -#: include/class_CopyPasteHandler.inc:336 -#, php-format -msgid "You are going to paste the copied entry '%s'." +#: ihtml/themes/default/conflict.tpl:10 +msgid "" +"Ignoring this message will change/destroy the data you're currently editing, " +"so please close multiple windows and log in again." msgstr "" -#: include/class_CopyPasteHandler.inc:437 -msgid "Can't paste" +#: ihtml/themes/default/conflict.tpl:14 +msgid "Logout" msgstr "" -#: include/password-methods/class_password-methods-sha.inc:46 -#: include/password-methods/class_password-methods-ssha.inc:51 -#, php-format -msgid "Cannot use %s encryption: no PHP functions for sha1/mhash available" +#: ihtml/themes/default/password.tpl:6 +#, fuzzy +msgid "Change your password" +msgstr "Cambiar contraseña" + +#: ihtml/themes/default/password.tpl:34 +#, fuzzy +msgid "Success" +msgstr "Acceso sin restricciones" + +#: ihtml/themes/default/password.tpl:34 +msgid "Your password has been changed successfully." msgstr "" -#: include/utils/class_timezone.inc:51 -#, php-format +#: ihtml/themes/default/password.tpl:52 msgid "" -"The timezone setting '%s' in your gosa.conf is not valid. Cannot calculate " -"correct timezone offest." +"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 "" -#: include/class_multi_plug.inc:360 -msgid "You are currently editing mutliple entries." +#: ihtml/themes/default/password.tpl:59 ihtml/themes/default/password.tpl:61 +#: ihtml/themes/default/login.tpl:50 ihtml/themes/default/login.tpl:51 +msgid "Directory" msgstr "" -#: include/class_multi_plug.inc:389 +#: ihtml/themes/default/password.tpl:85 #, fuzzy -msgid "Password reset" -msgstr "La contraseña expira en" - -#: include/class_multi_plug.inc:389 -msgid "The user password was resetted, please set a new password value!" -msgstr "" +msgid "again" +msgstr "Administrador" -#: html/getvcard.php:36 +#: ihtml/themes/default/password.tpl:86 #, fuzzy -msgid "Missing parameters!" -msgstr "Parámetro de la aplicación" +msgid "New password repeated" +msgstr "activo, la contraseña expiró" -#: html/getldif.php:79 +#: ihtml/themes/default/password.tpl:100 #, fuzzy -msgid "Permission denied!" -msgstr "Permisos" +msgid "Change" +msgstr "Cancelar" -#: html/getldif.php:104 +#: ihtml/themes/default/password.tpl:101 #, fuzzy -msgid "Error in ivbb parameter!" -msgstr "Parametros del Kernel" +msgid "Click here to change your password" +msgstr "Permitir al usuario cambiar su contraseña" -#: html/password.php:56 html/index.php:129 -#, php-format -msgid "GOsa configuration %s/%s is not readable. Aborted." +#: ihtml/themes/default/login.tpl:9 +msgid "GOsa login screen" msgstr "" -#: html/password.php:76 html/setup.php:77 html/index.php:154 -#, php-format -msgid "Directory '%s' specified as compile directory is not accessible!" +#: ihtml/themes/default/login.tpl:25 +msgid "Login screen" msgstr "" -#: html/password.php:161 -msgid "Error: Password method not available!" +#: ihtml/themes/default/login.tpl:32 +msgid "" +"Please use your username and your password to log into the site " +"administration system." msgstr "" -#: html/password.php:217 html/index.php:291 -msgid "Please specify a valid username!" +#: ihtml/themes/default/login.tpl:76 ihtml/themes/default/login.tpl:79 +msgid "Sign in" msgstr "" -#: html/password.php:219 html/index.php:294 -msgid "Please specify your password!" +#: ihtml/themes/default/login.tpl:77 +msgid "Click here to log in" msgstr "" -#: html/password.php:226 html/index.php:313 -msgid "Please check the username/password combination." +#: ihtml/themes/default/logout.tpl:5 +msgid "Your GOsa session has expired!" msgstr "" -#: html/password.php:230 -msgid "You have no permissions to change your password." -msgstr "No tiene permisos para cambiar su contraseña." +#: ihtml/themes/default/logout.tpl:7 +msgid "" +"The last interaction with the GOsa web interface has been some time ago in " +"the past. For security reasons, the session has been closed. To continue " +"with administrative tasks, please sign in again." +msgstr "" -#: html/password.php:251 -msgid "External password changer reported a problem: " -msgstr "El programa externo de cambio de contraseña informo de un problema: " +#: ihtml/themes/default/logout.tpl:10 +msgid "Sign in again" +msgstr "" -#: html/password.php:282 html/index.php:407 -msgid "Session will not be encrypted." +#: 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 "" -#: html/password.php:282 html/index.php:407 -msgid "Enter SSL session" +#: ihtml/themes/default/sizelimit.tpl:6 +msgid "Please choose the way to react for this session" msgstr "" -#: html/setup.php:77 html/index.php:154 -#, fuzzy -msgid "Smarty" -msgstr "Sumario" +#: ihtml/themes/default/sizelimit.tpl:9 +msgid "ignore this error and show all entries the LDAP server returns" +msgstr "" -#: html/index.php:50 -msgid "Session is not encrypted!" +#: ihtml/themes/default/sizelimit.tpl:10 +msgid "" +"ignore this error and show all entries that fit into the defined sizelimit " +"and let me use filters instead" +msgstr "" + +#: ihtml/themes/default/logout-close.tpl:5 +msgid "Your GOsa session has been closed!" +msgstr "" + +#: ihtml/themes/default/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 "" -#: html/index.php:57 -msgid "" -"The session lifetime configured in your gosa.conf will be overridden by php." -"ini settings." +#: ihtml/themes/default/accountexpired.tpl:15 +msgid "Your Password has expired !! Choose a new Password" msgstr "" -#: html/index.php:129 -#, fuzzy -msgid "Configuration accessibility" -msgstr "Se puede escribir en la configuración" +#: ihtml/themes/default/accountexpired.tpl:23 +#: ihtml/themes/default/accountexpired.tpl:27 +msgid "Old Password" +msgstr "" -#: html/index.php:205 -msgid "There is a problem with the authentication setup!" +#: ihtml/themes/default/accountexpired.tpl:32 +#: ihtml/themes/default/accountexpired.tpl:36 +msgid "New Password" msgstr "" -#: html/index.php:213 -msgid "Cannot find a valid user for the current authentication setup!" +#: ihtml/themes/default/accountexpired.tpl:41 +#: ihtml/themes/default/accountexpired.tpl:45 +msgid "Verify Password" msgstr "" -#: html/index.php:217 -msgid "User information is not uniq accross the configured LDAP trees!" +#: ihtml/themes/default/accountexpired.tpl:51 +msgid "Change Password" msgstr "" -#: html/index.php:270 -msgid "Your ldap setup contains old schema definitions:" +#: ihtml/themes/default/accountexpired.tpl:52 +msgid "Click here to Change your password" msgstr "" -#: html/index.php:306 +#: ihtml/themes/default/pwd_heimdal.tpl:5 #, fuzzy -msgid "Authentication error" -msgstr "Tipo de autentificación IAX" +msgid "Heimdal options" +msgstr "Eliminar opciones" -#: html/index.php:306 -msgid "Cannot retrieve user information for htaccess authentication!" +#: ihtml/themes/default/pwd_heimdal.tpl:6 +msgid "Use empty values for infinite" msgstr "" -#: html/index.php:362 -msgid "Account locked. Please contact your system administrator." +#: ihtml/themes/default/pwd_heimdal.tpl:10 +msgid "Ticket max life" msgstr "" -#: html/index.php:413 -msgid "" -"Your browser has cookies disabled. Please enable cookies and reload this " -"page before logging in!" +#: ihtml/themes/default/pwd_heimdal.tpl:18 +msgid "Ticket max renew" msgstr "" -#: html/main.php:148 -#, php-format -msgid "Fatal error: cannot locate file '%s' - please run '%s' to fix this" +#: ihtml/themes/default/pwd_heimdal.tpl:32 +msgid "infinite" msgstr "" -#: html/main.php:165 -msgid "" -"FATAL: Register globals is on. GOsa will refuse to login unless this is " -"fixed by an administrator." +#: ihtml/themes/default/pwd_heimdal.tpl:34 +msgid "Hour" msgstr "" -#: html/main.php:208 +#: ihtml/themes/default/pwd_heimdal.tpl:36 #, fuzzy -msgid "Configuration warning" -msgstr "Se puede escribir en la configuración" - -#: html/main.php:208 -msgid "Running out of memory!" -msgstr "" +msgid "Minute" +msgstr "Impresora" -#: html/main.php:347 +#: ihtml/themes/default/pwd_heimdal.tpl:38 #, fuzzy -msgid "Password reminder" -msgstr "La contraseña expira en" +msgid "Day" +msgstr "Mayo" -#: html/main.php:347 +#: ihtml/themes/default/pwd_heimdal.tpl:40 #, fuzzy -msgid "Your password is about to expire, please change your password!" -msgstr "No tiene permisos para cambiar su contraseña." +msgid "Month" +msgstr "mes" -#: html/main.php:355 -#, php-format -msgid "FATAL: Can't find any plugin definitions for plugin '%s'!" +#: ihtml/themes/default/pwd_heimdal.tpl:42 +msgid "Year" msgstr "" -#: html/getxls.php:86 -msgid "Birthday" +#: ihtml/themes/default/pwd_heimdal.tpl:47 +msgid "Valid ticket start time" msgstr "" -#: html/getxls.php:86 html/getxls.php:227 html/getxls.php:281 -#: html/getxls.php:297 -msgid "Surname" +#: ihtml/themes/default/pwd_heimdal.tpl:87 +msgid "Valid ticket end time" msgstr "" -#: html/getxls.php:86 html/getxls.php:281 -msgid "Language" -msgstr "" +#: ihtml/themes/default/pwd_heimdal.tpl:127 +#, fuzzy +msgid "Password end" +msgstr "Contraseña" -#: html/getxls.php:94 -#, php-format -msgid "User list of %s on %s" +#: ihtml/themes/default/snapshotdialog.tpl:3 +msgid "Restoring object snapshots" msgstr "" -#: html/getxls.php:131 html/getxls.php:360 -#, php-format -msgid "Groups of %s on %s" +#: 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 "" -#: html/getxls.php:155 html/getxls.php:188 html/getxls.php:190 -#: html/getxls.php:197 html/getxls.php:233 html/getxls.php:310 -#: html/getxls.php:381 -msgid "Servers" +#: ihtml/themes/default/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 "" -#: html/getxls.php:159 html/getxls.php:311 -msgid "Computers" +#: 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 "" -#: html/getxls.php:169 html/getxls.php:222 html/getxls.php:401 -#: html/getxls.php:421 -msgid "Common name" +#: ihtml/themes/default/snapshotdialog.tpl:29 +msgid "There is no snapshot available that could be restored" msgstr "" -#: html/getxls.php:185 -msgid "Server name" +#: ihtml/themes/default/snapshotdialog.tpl:31 +msgid "Choose a snapshot and click the folder image, to restore the snapshot" msgstr "" -#: html/getxls.php:195 html/getxls.php:379 -#, php-format -msgid "Servers of %s on %s" +#: ihtml/themes/default/snapshotdialog.tpl:49 +msgid "Creating object snapshots" msgstr "" -#: html/getxls.php:222 html/getxls.php:297 -msgid "Display name" +#: ihtml/themes/default/snapshotdialog.tpl:52 +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 "" -#: html/getxls.php:223 -msgid "Home phone" +#: ihtml/themes/default/snapshotdialog.tpl:55 +msgid "" +"Remember that database entries, DNS configurations and possibly created " +"zones in server extensions will not be stored in the snapshot." msgstr "" -#: html/getxls.php:224 html/getxls.php:298 -msgid "Initials" +#: ihtml/themes/default/snapshotdialog.tpl:70 +msgid "Timestamp" msgstr "" -#: html/getxls.php:225 -msgid "Mobile phone" +#: ihtml/themes/default/snapshotdialog.tpl:79 +msgid "Reason for generating this snapshot" msgstr "" -#: html/getxls.php:225 html/getxls.php:298 -msgid "City" -msgstr "" +#, fuzzy +#~ msgid "User delted" +#~ msgstr "Foto del usuario" -#: html/getxls.php:226 html/getxls.php:298 html/getxls.php:300 -msgid "Phone number" -msgstr "" +#, fuzzy +#~ msgid "System deployment" +#~ msgstr "Sistema / Departamento" -#: html/getxls.php:228 -msgid "Function" -msgstr "" +#, fuzzy +#~ msgid "Your are about to delete the following tasks: %s" +#~ msgstr "Has decidido eliminar las siguientes entradas: %s" -#: html/getxls.php:231 html/getxls.php:312 -msgid "Adressbook" -msgstr "" +#, fuzzy +#~ msgid "" +#~ "This menu allows you to remove and change the properties of GOsa deamon " +#~ "tasks." +#~ msgstr "" +#~ "Este menú le permite añadir, eliminar o configurar las propiedades de un " +#~ "servicioespecíficos." -#: html/getxls.php:238 html/getxls.php:414 -#, php-format -msgid "Adressbook of %s on %s" -msgstr "" +#, fuzzy +#~ msgid "List of queued deamon jobs." +#~ msgstr "Lista de Departamentos" -#: html/getxls.php:244 -msgid "Common Name" -msgstr "" +#, fuzzy +#~ msgid "Target" +#~ msgstr "Juego de caracteres" -#: html/getxls.php:281 -msgid "Day of birth" -msgstr "" +#, fuzzy +#~ msgid "Schedule" +#~ msgstr "PHP Schedule it" -#: html/getxls.php:299 -msgid "Email address" -msgstr "" +#~ msgid "Action" +#~ msgstr "Acción" -#: html/getxls.php:299 -msgid "Organizational unit" -msgstr "" +#, fuzzy +#~ msgid "Reomve" +#~ msgstr "Eliminar" -#: html/getxls.php:300 -msgid "Postal Code" -msgstr "" +#, fuzzy +#~ msgid "GOsa ping" +#~ msgstr "GOsa" -#: html/getxls.php:301 -msgid "Title" -msgstr "" +#, fuzzy +#~ msgid "Say hello" +#~ msgstr "Shell" -#: html/getxls.php:304 -msgid "Full" -msgstr "" +#, fuzzy +#~ msgid "Week day" +#~ msgstr "Miércoles" -#: html/getxls.php:341 -#, php-format -msgid "User List of %s on %s" -msgstr "" +#, fuzzy +#~ msgid "Schedule Execution" +#~ msgstr "PHP Schedule it" -#: html/getxls.php:395 -#, php-format -msgid "Computers of %s on %s" -msgstr "" +#, fuzzy +#~ msgid "Monat" +#~ msgstr "mes" -#: html/getfax.php:53 -msgid "Could not connect to database server!" -msgstr "" +#, fuzzy +#~ msgid "Tag" +#~ msgstr "Juego de caracteres" -#: html/getfax.php:55 -msgid "Could not select database!" -msgstr "" +#, fuzzy +#~ msgid "Stunde" +#~ msgstr "Junio" -#: html/getfax.php:60 html/getfax.php:68 -msgid "Database query failed!" -msgstr "" +#, fuzzy +#~ msgid "Sekunde" +#~ msgstr "Sexo" -#: html/get_attachment.php:47 -msgid "" -"Can't connect to glpi database, there is no mysl extension available in your " -"php setup." -msgstr "" +#, fuzzy +#~ msgid "Mac" +#~ msgstr "Marzo" -#: html/get_attachment.php:55 -msgid "" -"Can't connect to specified database, please check your glpi configuration." -msgstr "" +#, fuzzy +#~ msgid "Select to see object groups" +#~ msgstr "Seleccione para ver los servidores" -#: html/get_attachment.php:64 -msgid "Can't get specified attachment file, there is no entry with this id." -msgstr "" +#, fuzzy +#~ msgid "Show object groups" +#~ msgstr "Mostrar los grupos samba" -#: html/get_attachment.php:69 -#, php-format -msgid "Can't open file '%s'." -msgstr "" +#~ msgid "You are not allowed to create a new role." +#~ msgstr "No tiene permisos para crear un nuevo rol." -#: html/helpviewer.php:68 -msgid "Help browser" -msgstr "" +#~ msgid "You are not allowed to delete this acl!" +#~ msgstr "¡No tiene permisos para eliminar esta acl!" -#: html/helpviewer.php:122 -msgid "There is no helpfile specified for this class" -msgstr "" +#~ msgid "You are not allowed to delete this acl role!" +#~ msgstr "¡No tiene permisos para eliminar este rol!" -#: html/helpviewer.php:271 -#, php-format -msgid "Helpdir '%s' is not accessible, can't read any helpfiles." -msgstr "" +#~ msgid "" +#~ "Your search method returned more than '%s' users, only '%s' users are " +#~ "shown." +#~ msgstr "" +#~ "Su sistema de busqueda ha devuelto mas de '%s' usuarios, se mostraran " +#~ "solo '%s' usuarios." -#: html/getkiosk.php:25 -#, php-format -msgid "Can't open file '%s', possibly the file does not exist." -msgstr "" +#~ msgid "No configured SID found for '%s'." +#~ msgstr "No hay ningún SID configurado para '%s'." -#: html/getkiosk.php:30 -#, php-format -msgid "Can't read file '%s', check permissions." -msgstr "" +#~ msgid "You are not allowed to delete this group!" +#~ msgstr "¡No le está permitido eliminar este grupo!" + +#~ msgid "You have no permission to remove this department." +#~ msgstr "No tiene permisos para eliminar este departamento." + +#~ msgid "Connectivity" +#~ msgstr "Conectividad" + +#, fuzzy +#~ msgid "Scalix" +#~ msgstr "Cuenta Scalix" + +#~ msgid "Nagios" +#~ msgstr "Nagios" + +#~ msgid "Applications" +#~ msgstr "Aplicaciones" + +#~ msgid "Options" +#~ msgstr "Opciones" + +#~ msgid "Parameter" +#~ msgstr "Parámetro" + +#, fuzzy +#~ msgid "Inventory" +#~ msgstr "Añadir inventario" + +#~ msgid "Services" +#~ msgstr "Servicios" + +#, fuzzy +#~ msgid "GOsa logs" +#~ msgstr "servicio de registro de GOsa" + +#, fuzzy +#~ msgid "Display entries with action %s." +#~ msgstr "Entradas de filtrado con esta sintaxis" diff --git a/gosa-core/locale/core/fr/LC_MESSAGES/messages.po b/gosa-core/locale/core/fr/LC_MESSAGES/messages.po index 7dda929b6..cfeb1d720 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: 2008-01-18 14:59+0100\n" +"POT-Creation-Date: 2008-02-21 18:29+0100\n" "PO-Revision-Date: 2007-07-19 11:57+0200\n" "Last-Translator: Benoit Mortier \n" "Language-Team: Français \n" @@ -14,1176 +14,1162 @@ msgstr "" "X-Generator: KBabel 1.11.4\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: contrib/gosa.conf:4 plugins/personal/password/class_password.inc:144 -#: plugins/personal/generic/class_user.inc:1413 -#: plugins/personal/posix/class_posixAccount.inc:1457 -msgid "My account" -msgstr "Mon Compte" - -#: contrib/gosa.conf:41 -msgid "Administration" -msgstr "Administration" - -#: contrib/gosa.conf:88 -msgid "Addons" -msgstr "Extensions" - -#: contrib/gosa.conf:121 -msgid "ACL Role" -msgstr "Rôle ACL" - -#: contrib/gosa.conf:125 contrib/gosa.conf:149 contrib/gosa.conf:153 -#: contrib/gosa.conf:157 contrib/gosa.conf:162 contrib/gosa.conf:169 -#: contrib/gosa.conf:174 contrib/gosa.conf:178 contrib/gosa.conf:183 -#: contrib/gosa.conf:193 contrib/gosa.conf:207 contrib/gosa.conf:222 -#: contrib/gosa.conf:227 contrib/gosa.conf:232 contrib/gosa.conf:237 -#: contrib/gosa.conf:270 contrib/gosa.conf:274 -#: plugins/generic/references/class_reference.inc:20 -#: plugins/personal/generic/class_user.inc:16 -#: plugins/personal/generic/class_user.inc:1408 -#: plugins/personal/posix/generic.tpl:4 -#: plugins/addons/gotomasses/goto_task.tpl:4 -#: plugins/admin/ogroups/class_ogroup.inc:752 -#: plugins/admin/departments/class_departmentGeneric.inc:581 -#: plugins/admin/groups/class_groupGeneric.inc:992 setup/setup_feedback.tpl:46 -msgid "Generic" -msgstr "Informations" - -#: contrib/gosa.conf:126 -msgid "Unix" -msgstr "Unix" +#: plugins/personal/password/class_password.inc:24 +#: plugins/personal/generic/paste_generic.tpl:20 setup/setup_config2.tpl:282 +#: setup/setup_config2.tpl:327 setup/setup_migrate.tpl:225 +#: ihtml/themes/default/password.tpl:39 ihtml/themes/default/login.tpl:45 +#: ihtml/themes/default/login.tpl:47 +msgid "Password" +msgstr "Mot de passe" -#: contrib/gosa.conf:127 contrib/gosa.conf:163 -#: plugins/admin/users/class_divListUsers.inc:240 -#: plugins/admin/ogroups/tabs_ogroups.inc:137 -#: plugins/admin/groups/class_divListGroup.inc:236 -msgid "Environment" -msgstr "Environnement" +#: plugins/personal/password/class_password.inc:25 +#: plugins/personal/posix/class_posixAccount.inc:17 +#: plugins/personal/generic/class_user.inc:17 +#: plugins/addons/notifications/class_msgplug.inc:7 +#: plugins/admin/acl/class_aclManagement.inc:25 +#: plugins/admin/acl/class_aclRole.inc:7 +#: plugins/admin/groups/class_groupManagement.inc:25 +#: plugins/admin/users/class_userManagement.inc:25 +#: plugins/admin/departments/class_departmentManagement.inc:25 +#: plugins/admin/ogroups/class_ogroupManagement.inc:25 include/class_acl.inc:7 +msgid "This does something" +msgstr "Ceci fait quelque chose" -#: contrib/gosa.conf:128 contrib/gosa.conf:165 -#: plugins/generic/references/class_reference.inc:24 -#: plugins/admin/users/class_divListUsers.inc:242 -#: plugins/admin/ogroups/class_divListOGroup.inc:228 -#: plugins/admin/ogroups/tabs_ogroups.inc:85 -#: plugins/admin/ogroups/tabs_ogroups.inc:223 -#: plugins/admin/groups/class_divListGroup.inc:228 -msgid "Mail" -msgstr "Messagerie" +#: plugins/personal/password/class_password.inc:77 +#: plugins/personal/password/class_password.inc:80 +#: plugins/personal/password/class_password.inc:83 +#: plugins/personal/password/class_password.inc:86 +#: plugins/personal/password/class_password.inc:89 +#: plugins/personal/password/class_password.inc:92 +#: plugins/personal/password/class_password.inc:106 +#: plugins/personal/password/class_password.inc:112 +#: plugins/personal/password/class_password.inc:140 +#: plugins/personal/generic/class_user.inc:1419 +msgid "User password" +msgstr "Mot de passe" -#: contrib/gosa.conf:129 plugins/generic/references/class_reference.inc:26 -#: plugins/generic/references/class_reference.inc:28 -#: plugins/admin/users/class_divListUsers.inc:248 -#: plugins/admin/groups/class_divListGroup.inc:230 -msgid "Samba" -msgstr "Samba" +#: plugins/personal/password/class_password.inc:78 +msgid "You need to specify your current password in order to proceed." +msgstr "Vous devez spécifier votre mode de passe actuel pour continuer." -#: contrib/gosa.conf:131 contrib/gosa.conf:134 -#: plugins/admin/users/class_divListUsers.inc:250 -msgid "Netatalk" +#: plugins/personal/password/class_password.inc:81 +#: plugins/personal/generic/main.inc:80 +#: plugins/admin/users/class_userManagement.inc:189 html/password.php:195 +msgid "" +"The passwords you've entered as 'New password' and 'Repeated new password' " +"do not match." msgstr "" +"Le mot de passe entrée dans le champ 'Nouveau mot de passe' et celui dans le " +"champ 'Répéter le nouveau mot de passe' ne concordent pas." -#: contrib/gosa.conf:137 -msgid "Connectivity" -msgstr "Connectivité" +#: plugins/personal/password/class_password.inc:84 +#: plugins/personal/generic/main.inc:85 +#: plugins/admin/users/class_userManagement.inc:194 html/password.php:198 +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." -#: contrib/gosa.conf:138 plugins/personal/generic/multiple_generic.tpl:247 -#: plugins/personal/generic/multiple_generic.tpl:438 -#: plugins/personal/generic/generic.tpl:355 -#: plugins/personal/generic/generic.tpl:523 -#: plugins/admin/users/class_divListUsers.inc:246 -#: plugins/admin/departments/class_departmentGeneric.inc:600 -#: plugins/admin/departments/generic.tpl:91 html/getxls.php:222 -#: html/getxls.php:297 -msgid "Fax" -msgstr "Fax" +#: plugins/personal/password/class_password.inc:87 html/password.php:206 +msgid "The password used as new and current are too similar." +msgstr "Le nouveau et l'ancien mot de passe sont trop similaires." -#: contrib/gosa.conf:139 plugins/generic/references/class_reference.inc:40 -#: plugins/personal/generic/multiple_generic.tpl:217 -#: plugins/personal/generic/multiple_generic.tpl:428 -#: plugins/personal/generic/generic.tpl:330 -#: plugins/personal/generic/generic.tpl:511 -#: plugins/admin/users/class_divListUsers.inc:244 -#: plugins/admin/ogroups/class_ogroupManagement.inc:455 -#: plugins/admin/departments/generic.tpl:83 -#: plugins/admin/groups/class_divListGroup.inc:234 -msgid "Phone" -msgstr "Téléphone" +#: plugins/personal/password/class_password.inc:90 html/password.php:211 +msgid "The password used as new is to short." +msgstr "Le nouveau mot de passe ne comporte pas suffisamment de caractères." -#: contrib/gosa.conf:141 -msgid "Scalix" +#: plugins/personal/password/class_password.inc:93 +#, fuzzy, php-format +msgid "External password changer reported a problem: %s." msgstr "" +"Le programme externe pour changer votre mot de passe à renvoyé une erreur: " -#: contrib/gosa.conf:144 -msgid "Nagios" +#: plugins/personal/password/class_password.inc:107 +msgid "" +"The password you've entered as your current password doesn't match the real " +"one." msgstr "" +"Le mot de passe entré comme mot de passe actuel ne correspond pas à votre " +"mot de passe." -#: contrib/gosa.conf:164 -msgid "Applications" -msgstr "Applications" - -#: contrib/gosa.conf:170 -msgid "Options" -msgstr "Options" - -#: contrib/gosa.conf:179 -msgid "Parameter" -msgstr "Paramètres" +#: plugins/personal/password/class_password.inc:113 +#, fuzzy +msgid "You have no permission to change your password." +msgstr "Vous n'avez pas l'autorisation pour changer votre mot de passe." -#: contrib/gosa.conf:184 contrib/gosa.conf:194 contrib/gosa.conf:208 -#: plugins/admin/ogroups/tabs_ogroups.inc:111 -msgid "Startup" -msgstr "Démarrage" +#: plugins/personal/password/class_password.inc:144 +#: plugins/personal/posix/class_posixAccount.inc:1484 +#: plugins/personal/generic/class_user.inc:1413 +msgid "My account" +msgstr "Mon Compte" -#: contrib/gosa.conf:185 contrib/gosa.conf:209 -#: plugins/admin/ogroups/tabs_ogroups.inc:104 -msgid "Devices" -msgstr "Périphériques" +#: plugins/personal/password/nochange.tpl:2 +msgid "Password change not allowed" +msgstr "Le changement du mot de passe n'est pas autorisé" -#: contrib/gosa.conf:186 contrib/gosa.conf:210 -#: plugins/generic/references/class_reference.inc:52 -#: plugins/admin/ogroups/class_ogroupManagement.inc:459 -msgid "Printer" -msgstr "Imprimante" +#: plugins/personal/password/nochange.tpl:6 +msgid "You are not allowed to change your password at this time" +msgstr "Vous n'êtes pas autorisé à modifier votre mot de passe en ce moment" -#: contrib/gosa.conf:187 contrib/gosa.conf:201 contrib/gosa.conf:211 -#: ihtml/themes/default/msg_dialog.tpl:64 -#: ihtml/themes/default/msg_dialog.tpl:110 -#: ihtml/themes/default/MultiSelectWindow.tpl:44 -#: ihtml/themes/default/MultiSelectWindow.tpl:84 setup/setup_ldap.tpl:121 -msgid "Information" -msgstr "Information" +#: 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 "" +"Pour changer votre mot de passe, veuillez utiliser les champs ci-dessous. " +"Les changements prennent effet immédiatement. Veuillez mémoriser le nouveau " +"mot de passe car sans lui vous ne serez pas capable de vous identifier." -#: contrib/gosa.conf:189 contrib/gosa.conf:203 contrib/gosa.conf:218 -#: contrib/gosa.conf:223 contrib/gosa.conf:228 contrib/gosa.conf:233 -#: contrib/gosa.conf:238 -msgid "Inventory" -msgstr "Inventaire" +#: 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." -#: contrib/gosa.conf:195 -msgid "Services" -msgstr "Services" +#: plugins/personal/password/password.tpl:13 +#: ihtml/themes/default/password.tpl:77 ihtml/themes/default/password.tpl:78 +msgid "Current password" +msgstr "Mot de passe actuel" -#: contrib/gosa.conf:197 contrib/gosa.conf:199 contrib/gosa.conf:214 -#: contrib/gosa.conf:216 -msgid "FAI summary" -msgstr "Sommaire FAI" +#: plugins/personal/password/password.tpl:18 +#: plugins/personal/generic/password.tpl:7 plugins/admin/users/password.tpl:13 +#: ihtml/themes/default/password.tpl:81 ihtml/themes/default/password.tpl:82 +#: ihtml/themes/default/password.tpl:85 +msgid "New password" +msgstr "Nouveau mot de passe" -#: contrib/gosa.conf:287 -msgid "OGo" -msgstr "OGo" +#: plugins/personal/password/password.tpl:23 +#: plugins/personal/generic/password.tpl:11 +#: plugins/admin/users/password.tpl:17 +msgid "Repeat new password" +msgstr "Confirmation du nouveau mot de passe" -#: contrib/gosa.conf:298 -msgid "Export" -msgstr "Exporter" +#: plugins/personal/password/password.tpl:28 +#: ihtml/themes/default/password.tpl:89 +#, fuzzy +msgid "Password strength" +msgstr "Format de stockage des mots de passe" -#: contrib/gosa.conf:299 -msgid "Excel Export" -msgstr "Exporter en Excel" +#: plugins/personal/password/password.tpl:39 +#: plugins/personal/generic/password.tpl:17 +#: plugins/admin/users/password.tpl:30 +msgid "Set password" +msgstr "Attribuer le mot de passe" -#: contrib/gosa.conf:300 plugins/addons/notifications/contents.tpl:54 -msgid "Import" -msgstr "Importer" +#: plugins/personal/password/password.tpl:41 +msgid "Clear fields" +msgstr "Effacer les données dans les champs" -#: contrib/gosa.conf:301 -msgid "CSV Import" -msgstr "Importer un fichier CSV" +#: plugins/personal/password/changed.tpl:3 +msgid "" +"You've successfully changed your password. Remember to change all programms " +"configured to use it as well." +msgstr "" +"Votre mot de passe a été changé. N'oubliez pas de modifier les programmes " +"qui l'utilisent." -#: contrib/gosa.conf:306 contrib/gosa.conf:336 -msgid "Partitions" -msgstr "Partitions" +#: plugins/personal/password/changed.tpl:9 +#: plugins/personal/generic/main.inc:169 +#: plugins/admin/departments/dep_iframe.tpl:18 +#: plugins/admin/departments/class_departmentManagement.inc:444 +#: include/functions.inc:1509 setup/class_setup.inc:261 +#: setup/class_setup.inc:263 +msgid "Back" +msgstr "Retour" -#: contrib/gosa.conf:310 contrib/gosa.conf:340 -msgid "Script" -msgstr "Script" +#: plugins/personal/password/main.inc:46 setup/setup_config1.tpl:136 +msgid "Password settings" +msgstr "Préférences pour les mots de passe" -#: contrib/gosa.conf:314 contrib/gosa.conf:344 -msgid "Hooks" -msgstr "Connexions" +#: plugins/personal/posix/posix_groups.tpl:6 +msgid "Select groups to add" +msgstr "Sélectionner les groupes à ajouter" -#: contrib/gosa.conf:318 contrib/gosa.conf:348 -msgid "Variables" -msgstr "Variables" +#: plugins/personal/posix/posix_groups.tpl:21 +#: plugins/admin/groups/group_objects.tpl:20 +#: plugins/admin/ogroups/ogroup_objects.tpl:20 +#: ihtml/themes/default/MultiSelectWindow.tpl:55 +#: ihtml/themes/default/MultiSelectWindow.tpl:95 +msgid "Filters" +msgstr "Filtres" -#: contrib/gosa.conf:322 contrib/gosa.conf:352 -msgid "Templates" -msgstr "Modèles" +#: plugins/personal/posix/posix_groups.tpl:32 +msgid "Display groups of department" +msgstr "Afficher les groupes du département" -#: contrib/gosa.conf:326 contrib/gosa.conf:356 -msgid "Profiles" -msgstr "Profils" +#: plugins/personal/posix/posix_groups.tpl:35 +#: plugins/personal/posix/trust_machines.tpl:27 +#: plugins/admin/groups/group_objects.tpl:40 +#: plugins/admin/ogroups/ogroup_objects.tpl:42 +msgid "Choose the department the search will be based on" +msgstr "Sélectionner le département où sera effectuée la recherche" -#: contrib/gosa.conf:327 contrib/gosa.conf:357 -#: plugins/admin/ogroups/tabs_ogroups.inc:115 -#: plugins/admin/acl/class_divListACL.inc:54 -msgid "Summary" -msgstr "Sommaire" +#: plugins/personal/posix/posix_groups.tpl:44 +msgid "Display groups matching" +msgstr "Afficher les groupes correspondants" -#: contrib/gosa.conf:331 contrib/gosa.conf:361 -msgid "Packages" -msgstr "Paquets" +#: plugins/personal/posix/posix_groups.tpl:48 +#: plugins/admin/groups/class_divListGroup.inc:76 +#: plugins/admin/ogroups/class_divListOGroup.inc:85 +msgid "Regular expression for matching group names" +msgstr "Expression régulière correspondant à des noms de groupe" -#: contrib/gosa.conf:367 -msgid "System logs" -msgstr "journaux systèmes" +#: plugins/personal/posix/posix_groups.tpl:55 +msgid "Display groups of user" +msgstr "Afficher les groupes contenant des utilisateurs" -#: contrib/gosa.conf:368 -msgid "GOsa logs" -msgstr "Journaux systèmes GOsa" +#: plugins/personal/posix/posix_groups.tpl:59 +#: plugins/admin/groups/class_divListGroup.inc:77 +msgid "User name of which groups are shown" +msgstr "Utilisateur dont on montre les groupes" -#: ihtml/themes/default/conflict.tpl:2 -msgid "Session conflict detected" -msgstr "Conflit détecté entre différentes sessions" +#: plugins/personal/posix/posix_groups.tpl:68 +#: plugins/admin/groups/class_divListGroup.inc:73 +#: plugins/admin/users/class_divListUsers.inc:74 +#: plugins/admin/departments/class_divListDepartment.inc:53 +#: plugins/admin/ogroups/ogroup_objects.tpl:38 +#: plugins/admin/ogroups/class_divListOGroup.inc:82 +msgid "Search in subtrees" +msgstr "Chercher dans les sous arbre" -#: ihtml/themes/default/conflict.tpl:6 ihtml/themes/default/msg_dialog.tpl:62 -#: ihtml/themes/default/msg_dialog.tpl:108 ihtml/themes/default/remove.tpl:2 -#: ihtml/themes/default/islocked.tpl:6 -#: plugins/personal/posix/class_posixAccount.inc:803 -#: plugins/addons/gotomasses/remove.tpl:2 plugins/admin/users/remove.tpl:2 -#: plugins/admin/ogroups/remove.tpl:2 -#: plugins/admin/departments/dep_move_confirm.tpl:2 -#: plugins/admin/departments/remove.tpl:2 plugins/admin/acl/remove.tpl:2 -#: plugins/admin/groups/remove.tpl:2 setup/class_setupStep_Migrate.inc:211 -#: setup/class_setupStep_Migrate.inc:260 setup/class_setupStep_Migrate.inc:385 -#: setup/class_setupStep_Migrate.inc:460 setup/class_setupStep_Migrate.inc:596 -#: setup/class_setupStep_Migrate.inc:726 setup/setup_checks.tpl:32 -#: setup/setup_checks.tpl:93 include/class_tabs.inc:214 -#: include/functions.inc:686 include/functions.inc:2158 -#: include/functions.inc:2162 include/functions.inc:2168 html/password.php:282 -#: html/index.php:50 html/index.php:56 html/index.php:407 html/index.php:413 -msgid "Warning" -msgstr "Avertissement" +#: plugins/personal/posix/posix_groups.tpl:79 +#: plugins/personal/posix/paste_generic.tpl:61 +#: plugins/personal/posix/trust_machines.tpl:39 +#: plugins/personal/posix/generic.tpl:104 +#: plugins/personal/posix/generic.tpl:146 +#: plugins/personal/posix/generic.tpl:175 +#: plugins/admin/groups/group_objects.tpl:55 +#: plugins/admin/groups/generic.tpl:193 +#: plugins/admin/ogroups/ogroup_objects.tpl:54 +#: plugins/admin/ogroups/generic.tpl:51 +msgid "Add" +msgstr "Ajouter" -#: ihtml/themes/default/conflict.tpl:6 -msgid "" -"Probably there's another active instance of your session. Multiple window " -"operation is technical not possible and heavily depends on the browser " -"you're using. Usage of different browsers at a time (i.e. IE and Mozilla) is " -"possible. Pressing the Logout button will close this session." -msgstr "" -"Une autre instance de votre session a été détectée. Les opérations multiples " -"sont techniquement impossible et dépendent du navigateur utilisé. L'usage de " -"navigateurs différents en même temps est possible (ex: IE et Mozilla) est " -"possible. Cliquer sur le bouton 'Déconnexion' fermera cette session." +#: plugins/personal/posix/posix_groups.tpl:81 +#: plugins/personal/posix/trust_machines.tpl:41 +#: plugins/personal/posix/main.inc:108 +#: plugins/personal/generic/password.tpl:19 +#: plugins/personal/generic/generic_picture.tpl:35 +#: plugins/personal/generic/generic_certs.tpl:94 +#: plugins/personal/generic/main.inc:161 plugins/admin/acl/tabs_acl.inc:63 +#: plugins/admin/acl/tabs_acl_role.inc:49 plugins/admin/acl/remove.tpl:17 +#: plugins/admin/acl/remove.tpl:21 plugins/admin/acl/acl_role.tpl:61 +#: plugins/admin/acl/acl_role.tpl:75 plugins/admin/groups/group_objects.tpl:57 +#: plugins/admin/groups/class_groupManagement.inc:472 +#: plugins/admin/groups/remove.tpl:18 plugins/admin/groups/remove.tpl:22 +#: plugins/admin/users/password.tpl:32 plugins/admin/users/template.tpl:50 +#: plugins/admin/users/remove.tpl:16 plugins/admin/users/remove.tpl:19 +#: plugins/admin/users/class_userManagement.inc:877 +#: plugins/admin/departments/dep_move_confirm.tpl:17 +#: plugins/admin/departments/remove.tpl:17 +#: plugins/admin/departments/remove.tpl:21 +#: plugins/admin/departments/class_departmentManagement.inc:409 +#: plugins/admin/ogroups/ogroup_objects.tpl:56 +#: plugins/admin/ogroups/class_ogroupManagement.inc:406 +#: plugins/admin/ogroups/remove.tpl:17 plugins/admin/ogroups/remove.tpl:21 +#: setup/setup_ldap.tpl:17 setup/setup_migrate.tpl:135 +#: setup/setup_migrate.tpl:186 setup/setup_migrate.tpl:251 +#: setup/setup_migrate.tpl:307 setup/setup_migrate.tpl:360 +#: ihtml/themes/default/copyPasteDialog.tpl:21 +#: ihtml/themes/default/islocked.tpl:15 ihtml/themes/default/remove.tpl:15 +#: ihtml/themes/default/acl.tpl:77 ihtml/themes/default/acl.tpl:91 +#: ihtml/themes/default/msg_dialog.tpl:79 +#: ihtml/themes/default/msg_dialog.tpl:134 +#: ihtml/themes/default/pwd_heimdal.tpl:200 +#: ihtml/themes/default/snapshotdialog.tpl:44 +#: ihtml/themes/default/snapshotdialog.tpl:89 +msgid "Cancel" +msgstr "Annuler" -#: ihtml/themes/default/conflict.tpl:10 -msgid "" -"Ignoring this message will change/destroy the data you're currently editing, " -"so please close multiple windows and log in again." +#: plugins/personal/posix/posix_shadow.tpl:9 +msgid "User must change password on first login" msgstr "" -"Ignorer ce message entraînera la modification/destruction des données en " -"cours d'édition, il est conseillé de fermer toutes les fenêtres ouvertes et " -"de se reconnecter." +"L'utilisateur doit changer son mot de passe lors de sa première connexion" -#: ihtml/themes/default/conflict.tpl:14 -msgid "Logout" -msgstr "Déconnexion" +#: plugins/personal/posix/posix_shadow.tpl:34 +msgid "Password expires on" +msgstr "Le mot de passe expirera le" -#: ihtml/themes/default/accountexpired.tpl:15 -msgid "Your Password has expired !! Choose a new Password" -msgstr "Votre mot de passe à expiré !! Choisissez un nouveau mot de passe" +#: plugins/personal/posix/paste_generic.tpl:4 +msgid "Posix settings" +msgstr "Paramètres Posix" -#: ihtml/themes/default/accountexpired.tpl:23 -#: ihtml/themes/default/accountexpired.tpl:27 -msgid "Old Password" -msgstr "Ancien mot de passe" +#: plugins/personal/posix/paste_generic.tpl:8 +#: plugins/personal/posix/generic.tpl:7 +#: plugins/personal/posix/class_posixAccount.inc:1490 +msgid "Home directory" +msgstr "Répertoire Home" -#: ihtml/themes/default/accountexpired.tpl:32 -#: ihtml/themes/default/accountexpired.tpl:36 -msgid "New Password" -msgstr "Nouveau mot de passe" +#: plugins/personal/posix/paste_generic.tpl:23 +#: plugins/personal/posix/generic.tpl:52 +msgid "Force UID/GID" +msgstr "Forcer l'UID/GID" -#: ihtml/themes/default/accountexpired.tpl:41 -#: ihtml/themes/default/accountexpired.tpl:45 -msgid "Verify Password" -msgstr "Vérifier le mot de passe" +#: plugins/personal/posix/paste_generic.tpl:28 +#: plugins/personal/posix/generic.tpl:56 html/getxls.php:287 +msgid "UID" +msgstr "UID" -#: ihtml/themes/default/accountexpired.tpl:51 -msgid "Change Password" -msgstr "Modifier le mot de passe" +#: plugins/personal/posix/paste_generic.tpl:37 +#: plugins/personal/posix/generic.tpl:67 +#: plugins/admin/groups/class_groupGeneric.inc:1008 +msgid "GID" +msgstr "GID" -#: ihtml/themes/default/accountexpired.tpl:52 -msgid "Click here to Change your password" -msgstr "Cliquer ici pour changer votre mot de passe" +#: plugins/personal/posix/paste_generic.tpl:47 +#: plugins/personal/posix/generic.tpl:82 +msgid "Group membership" +msgstr "Appartenance au groupe" -#: ihtml/themes/default/login.tpl:9 -msgid "GOsa login screen" -msgstr "Fenêtre de connexion GOsa" +#: plugins/personal/posix/paste_generic.tpl:54 +#: plugins/personal/posix/generic.tpl:84 +msgid "(Warning: more than 16 groups are not supported by NFS!)" +msgstr "(Attention: NFS ne supporte pas plus de 16 groupes !)" -#: ihtml/themes/default/login.tpl:25 -msgid "Login screen" -msgstr "Fenêtre de connexion" +#: plugins/personal/posix/paste_generic.tpl:62 +#: plugins/personal/posix/generic.tpl:107 +#: plugins/personal/posix/generic.tpl:149 +#: plugins/personal/posix/generic.tpl:178 plugins/admin/acl/remove.tpl:15 +#: plugins/admin/acl/remove.tpl:19 plugins/admin/groups/generic.tpl:195 +#: plugins/admin/groups/remove.tpl:16 plugins/admin/groups/remove.tpl:20 +#: plugins/admin/users/remove.tpl:15 plugins/admin/users/remove.tpl:18 +#: plugins/admin/departments/remove.tpl:15 +#: plugins/admin/departments/remove.tpl:19 +#: plugins/admin/ogroups/generic.tpl:54 plugins/admin/ogroups/remove.tpl:15 +#: plugins/admin/ogroups/remove.tpl:19 ihtml/themes/default/remove.tpl:13 +msgid "Delete" +msgstr "Supprimer" -#: ihtml/themes/default/login.tpl:32 -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" +#: plugins/personal/posix/trust_machines.tpl:6 +msgid "Select systems to add" +msgstr "Sélectionner les hôtes à ajouter" -#: ihtml/themes/default/login.tpl:40 ihtml/themes/default/login.tpl:42 -#: ihtml/themes/default/password.tpl:67 ihtml/themes/default/password.tpl:69 -#: plugins/admin/users/class_divListUsers.inc:61 -msgid "Username" -msgstr "Nom d'utilisateur" +#: plugins/personal/posix/trust_machines.tpl:26 +msgid "Display systems of department" +msgstr "Afficher les systèmes du département" -#: ihtml/themes/default/login.tpl:45 ihtml/themes/default/login.tpl:47 -#: ihtml/themes/default/password.tpl:38 -#: plugins/personal/password/class_password.inc:24 -#: plugins/personal/generic/paste_generic.tpl:20 setup/setup_migrate.tpl:225 -#: setup/setup_config2.tpl:266 setup/setup_config2.tpl:311 -msgid "Password" -msgstr "Mot de passe" +#: plugins/personal/posix/trust_machines.tpl:30 +msgid "Display systems matching" +msgstr "Afficher les systèmes correspondant" -#: ihtml/themes/default/login.tpl:50 ihtml/themes/default/login.tpl:51 -#: ihtml/themes/default/password.tpl:58 ihtml/themes/default/password.tpl:60 -msgid "Directory" -msgstr "Répertoire" +#: plugins/personal/posix/trust_machines.tpl:31 +msgid "Regular expression for matching addresses" +msgstr "Expression régulière pour sélectionner les adresses correspondantes" -#: ihtml/themes/default/login.tpl:76 ihtml/themes/default/login.tpl:79 -msgid "Sign in" -msgstr "Connexion" +#: plugins/personal/posix/generic.tpl:4 +#: plugins/personal/generic/class_user.inc:16 +#: plugins/personal/generic/class_user.inc:1408 +#: plugins/admin/groups/class_groupGeneric.inc:992 +#: plugins/admin/departments/class_departmentGeneric.inc:560 +#: plugins/admin/ogroups/class_ogroup.inc:740 +#: plugins/generic/references/class_reference.inc:20 +#: setup/setup_feedback.tpl:46 +msgid "Generic" +msgstr "Informations" -#: ihtml/themes/default/login.tpl:77 -msgid "Click here to log in" -msgstr "Cliquez ici pour vous connecter" +#: plugins/personal/posix/generic.tpl:15 +#: plugins/personal/posix/class_posixAccount.inc:1491 +msgid "Shell" +msgstr "Shell" -#: ihtml/themes/default/logout.tpl:5 -msgid "Your GOsa session has expired!" -msgstr "Votre session GOsa à expiré !" +#: plugins/personal/posix/generic.tpl:25 +msgid "Primary group" +msgstr "Groupe principal" -#: ihtml/themes/default/logout.tpl:7 -msgid "" -"The last interaction with the GOsa web interface has been some time ago in " -"the past. For security reasons, the session has been closed. To continue " -"with administrative tasks, please sign in again." -msgstr "" -"Votre dernière interaction avec GOsa était il y a un certain temps. Pour des " -"raisons de sécurité, la session à été fermée. Pour continuer à administrer, " -"veuillez vous reconnecter." +#: plugins/personal/posix/generic.tpl:36 +msgid "Status" +msgstr "Statut" -#: ihtml/themes/default/logout.tpl:10 -msgid "Sign in again" -msgstr "Reconnexion" +#: plugins/personal/posix/generic.tpl:93 plugins/admin/groups/generic.tpl:179 +#, fuzzy +msgid "In all groups" +msgstr "Groupe de messagerie" -#: ihtml/themes/default/acl.tpl:2 plugins/admin/acl/acl_role.tpl:3 -msgid "Assigned ACLs for current entry" -msgstr "ACL assignés à l'entrée actuelle" +#: plugins/personal/posix/generic.tpl:97 plugins/admin/groups/generic.tpl:182 +#, fuzzy +msgid "Not in all groups" +msgstr "Afficher les groupes ayant la messagerie activé" -#: ihtml/themes/default/acl.tpl:4 plugins/admin/acl/acl_role.tpl:44 -msgid "New ACL" -msgstr "Nouvel ACL" +#: plugins/personal/posix/generic.tpl:118 +msgid "Account" +msgstr "Compte" -#: ihtml/themes/default/acl.tpl:8 plugins/admin/acl/acl_role.tpl:49 -msgid "ACL type" -msgstr "Type ACL" +#: plugins/personal/posix/generic.tpl:125 +msgid "System trust" +msgstr "Système de Confiance" -#: ihtml/themes/default/acl.tpl:8 plugins/admin/acl/acl_role.tpl:49 -msgid "Select an acl type" -msgstr "Sélectionnez un type d'acl" +#: plugins/personal/posix/generic.tpl:127 +#: plugins/personal/posix/generic.tpl:155 +msgid "Trust mode" +msgstr "Mode de confiance" -#: ihtml/themes/default/acl.tpl:8 ihtml/themes/default/acl.tpl:20 -#: ihtml/themes/default/acl.tpl:75 ihtml/themes/default/acl.tpl:89 -#: plugins/addons/notifications/contents.tpl:12 -#: plugins/admin/users/class_userManagement.inc:874 -#: plugins/admin/ogroups/class_ogroupManagement.inc:403 -#: plugins/admin/acl/acl_role.tpl:49 plugins/admin/acl/acl_role.tpl:59 -#: plugins/admin/acl/acl_role.tpl:73 -#: plugins/admin/groups/class_groupManagement.inc:469 setup/setup_ldap.tpl:16 -#: setup/setup_migrate.tpl:133 setup/setup_migrate.tpl:184 -#: setup/setup_migrate.tpl:250 setup/setup_migrate.tpl:305 -#: setup/setup_migrate.tpl:358 -msgid "Apply" -msgstr "Appliquer" +#: plugins/personal/posix/class_posixAccount.inc:16 +#: plugins/generic/references/class_reference.inc:22 +msgid "UNIX" +msgstr "UNIX" -#: ihtml/themes/default/acl.tpl:15 -msgid "Use members from" -msgstr "Utiliser les membres depuis" +#: plugins/personal/posix/class_posixAccount.inc:138 +msgid "expired" +msgstr "expire" -#: ihtml/themes/default/acl.tpl:29 -msgid "Available members" -msgstr "Membres disponibles" +#: plugins/personal/posix/class_posixAccount.inc:140 +msgid "grace time active" +msgstr "temps de grâce activé" -#: ihtml/themes/default/acl.tpl:30 -#: plugins/addons/notifications/contents.tpl:22 -msgid "List message possible targets" -msgstr "Liste les destinataires possibles pour les messages" +#: plugins/personal/posix/class_posixAccount.inc:143 +msgid "active, password not changable" +msgstr "actif, impossible de changer le mot de passe" -#: ihtml/themes/default/acl.tpl:41 html/getxls.php:121 html/getxls.php:284 -msgid "Members" -msgstr "Membres" +#: plugins/personal/posix/class_posixAccount.inc:145 +msgid "active, password expired" +msgstr "actif, mot de passe expiré" -#: ihtml/themes/default/acl.tpl:42 -#: plugins/addons/notifications/contents.tpl:34 -msgid "List message recipients" -msgstr "Lister les destinataires du message" +#: plugins/personal/posix/class_posixAccount.inc:147 +msgid "active" +msgstr "actif" -#: ihtml/themes/default/acl.tpl:55 plugins/admin/acl/acl_role.tpl:54 -msgid "List of available ACL categories" -msgstr "Liste des catégories d'acl disponibles" +#: plugins/personal/posix/class_posixAccount.inc:192 +msgid "unconfigured" +msgstr "non configuré" -#: ihtml/themes/default/acl.tpl:63 -msgid "ACLs for this object" -msgstr "ACL pour cet objet" +#: plugins/personal/posix/class_posixAccount.inc:203 +msgid "automatic" +msgstr "automatique" -#: ihtml/themes/default/acl.tpl:69 -msgid "Available roles" -msgstr "Type de rôles disponibles" +#: plugins/personal/posix/class_posixAccount.inc:259 +msgid "This account has no unix extensions." +msgstr "Ce compte n'a pas d'extension unix." -#: ihtml/themes/default/acl.tpl:77 ihtml/themes/default/acl.tpl:91 -#: 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:134 -#: ihtml/themes/default/pwd_heimdal.tpl:200 ihtml/themes/default/remove.tpl:15 -#: ihtml/themes/default/islocked.tpl:15 -#: ihtml/themes/default/copyPasteDialog.tpl:21 -#: plugins/personal/generic/generic_certs.tpl:94 -#: plugins/personal/generic/password.tpl:19 -#: plugins/personal/generic/main.inc:161 -#: plugins/personal/generic/generic_picture.tpl:35 -#: plugins/personal/posix/posix_groups.tpl:81 -#: plugins/personal/posix/main.inc:108 -#: plugins/personal/posix/trust_machines.tpl:41 -#: plugins/addons/gotomasses/goto_task.tpl:56 -#: plugins/addons/gotomasses/remove.tpl:19 -#: plugins/admin/users/class_userManagement.inc:877 -#: plugins/admin/users/remove.tpl:16 plugins/admin/users/remove.tpl:19 -#: plugins/admin/users/template.tpl:50 plugins/admin/users/password.tpl:23 -#: plugins/admin/ogroups/class_ogroupManagement.inc:406 -#: plugins/admin/ogroups/ogroup_objects.tpl:56 -#: plugins/admin/ogroups/remove.tpl:17 plugins/admin/ogroups/remove.tpl:21 -#: plugins/admin/departments/class_departmentManagement.inc:409 -#: plugins/admin/departments/dep_move_confirm.tpl:17 -#: plugins/admin/departments/remove.tpl:17 -#: plugins/admin/departments/remove.tpl:21 plugins/admin/acl/acl_role.tpl:61 -#: plugins/admin/acl/acl_role.tpl:75 plugins/admin/acl/tabs_acl.inc:63 -#: plugins/admin/acl/remove.tpl:17 plugins/admin/acl/remove.tpl:21 -#: plugins/admin/acl/tabs_acl_role.inc:49 -#: plugins/admin/groups/group_objects.tpl:57 -#: plugins/admin/groups/class_groupManagement.inc:472 -#: plugins/admin/groups/remove.tpl:18 plugins/admin/groups/remove.tpl:22 -#: setup/setup_ldap.tpl:17 setup/setup_migrate.tpl:135 -#: setup/setup_migrate.tpl:186 setup/setup_migrate.tpl:251 -#: setup/setup_migrate.tpl:307 setup/setup_migrate.tpl:360 -msgid "Cancel" -msgstr "Annuler" - -#: ihtml/themes/default/logout-close.tpl:5 -#, fuzzy -msgid "Your GOsa session has been closed!" -msgstr "Votre session GOsa à expiré !" +#: plugins/personal/posix/class_posixAccount.inc:279 +#: plugins/personal/posix/class_posixAccount.inc:282 +msgid "Remove posix account" +msgstr "Supprimer le compte posix" -#: ihtml/themes/default/logout-close.tpl:7 +#: plugins/personal/posix/class_posixAccount.inc:280 msgid "" -"Please close this browser window and clean the authentication caches to " -"avoid an automatic re-authentication by your browser." +"This account has unix features enabled. To disable them, you'll need to " +"remove the samba / environment account first." msgstr "" +"Ce compte possède l'extension unix. Pour le désactiver vous devez au " +"préalable supprimer le(s) compte samba / environnement." -#: ihtml/themes/default/framework.tpl:8 ihtml/themes/default/framework.tpl:11 -#: ihtml/themes/default/framework.tpl:20 ihtml/themes/default/framework.tpl:24 -#: include/class_pluglist.inc:176 +#: plugins/personal/posix/class_posixAccount.inc:283 msgid "" -"You are currently editing a database entry. Do you want to dismiss the " -"changes?" +"This account has posix features enabled. You can disable them by clicking " +"below." 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" +"Ce compte possède l'extension posix. Vous pouvez le supprimer en cliquant " +"sur le bouton ci-dessous." -#: ihtml/themes/default/snapshotdialog.tpl:3 -msgid "Restoring object snapshots" -msgstr "Restaurer des copie instantanés des objets" +#: plugins/personal/posix/class_posixAccount.inc:286 +msgid "Create posix account" +msgstr "Créer un compte posix" -#: ihtml/themes/default/snapshotdialog.tpl:6 +#: plugins/personal/posix/class_posixAccount.inc:287 msgid "" -"This procedure will restore a snapshot of the selected object. It will " -"replace the existing object after pressing the restore button." +"This account has posix features disabled. You can enable them by clicking " +"below." msgstr "" -"Cette procédure va restaurer un copie instantanée des objets sélectionnés. " -"Cela va remplacer les objets sélectionnés après que vous ayez pressé le " -"bouton restaurer." +"Aucune extension posix n'existe pour ce compte. Vous pouvez en créer une en " +"cliquant sur le bouton ci-dessous." -#: ihtml/themes/default/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)." +#: plugins/personal/posix/class_posixAccount.inc:447 +#, php-format +msgid "Password can't be changed up to %s days after last change" msgstr "" -"Souvenez vous que la configuration DNS et les base de données ne peuvent pas " -"être restaurées. Pour certains objets il est juste nécessaire de les ouvrir " -"et de les sauvegarder à nouveau (goFon), certaines entrée cependant devront " -"être recrées manuellement (glpi)." +"Les mots de passe ne peuvent être changé qu'après %s jours à compter de la " +"dernière modification de celui-ci" -#: ihtml/themes/default/snapshotdialog.tpl:12 -msgid "" -"Don't forget to check references to other objects, for example does the " -"selected printer still exists ?" +#: plugins/personal/posix/class_posixAccount.inc:451 +#, 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:455 +#, php-format +msgid "Disable account after %s days of inactivity after password expiery" msgstr "" -"N'oubliez pas de vérifier les références avec les autres objets, par exemple " -"est ce que l'imprimante sélectionnée existe encore ?" +"Désactiver le compte après %s jours d'inactivité après l'expiration du mot " +"de passe" -#: ihtml/themes/default/snapshotdialog.tpl:20 -#: ihtml/themes/default/snapshotdialog.tpl:62 -#: plugins/admin/departments/class_departmentGeneric.inc:545 -#: include/class_acl.inc:643 include/class_acl.inc:650 -#: include/class_acl.inc:657 include/class_acl.inc:663 -msgid "Object" -msgstr "Objet" +#: plugins/personal/posix/class_posixAccount.inc:459 +#, php-format +msgid "Warn user %s days before password expiery" +msgstr "Avertir l'utilisateur %s jours avant l'expiration de son mot de passe" -#: ihtml/themes/default/snapshotdialog.tpl:29 -msgid "There is no snapshot available that could be restored" -msgstr "Il n'y a pas de snapshots disponibles qui pourrait êtres restaurés" +#: plugins/personal/posix/class_posixAccount.inc:493 +#: plugins/personal/generic/class_user.inc:265 +msgid "January" +msgstr "Janvier" -#: ihtml/themes/default/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" +#: plugins/personal/posix/class_posixAccount.inc:493 +#: plugins/personal/generic/class_user.inc:265 +msgid "February" +msgstr "Février" -#: ihtml/themes/default/snapshotdialog.tpl:49 -msgid "Creating object snapshots" -msgstr "Créer des d'objets snapshots" +#: plugins/personal/posix/class_posixAccount.inc:493 +#: plugins/personal/generic/class_user.inc:265 +msgid "March" +msgstr "Mars" -#: ihtml/themes/default/snapshotdialog.tpl:52 -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 "" -"Cette procédure va créer une copie instantanée de l'objet sélectionné. Il " -"sera stocké dans une branche spéciale de votre annuaire et pourra être " -"restaurée plus tard." +#: plugins/personal/posix/class_posixAccount.inc:493 +#: plugins/personal/generic/class_user.inc:265 +msgid "April" +msgstr "Avril" -#: ihtml/themes/default/snapshotdialog.tpl:55 -msgid "" -"Remember that database entries, DNS configurations and possibly created " -"zones in server extensions will not be stored in the snapshot." -msgstr "" -"Souvenez vous que les entrées dans les base de données, les configurations " -"DNS et probablement les zones crées dans les serveurs ne seront pas stockées " -"dans les copie instantanées." +#: plugins/personal/posix/class_posixAccount.inc:494 +#: plugins/personal/generic/class_user.inc:266 +msgid "May" +msgstr "Mai" -#: ihtml/themes/default/snapshotdialog.tpl:70 -msgid "Timestamp" -msgstr "Date" +#: plugins/personal/posix/class_posixAccount.inc:494 +#: plugins/personal/generic/class_user.inc:266 +msgid "June" +msgstr "Juin" -#: ihtml/themes/default/snapshotdialog.tpl:79 -msgid "Reason for generating this snapshot" -msgstr "Raison pour la génération de cette copie instantanée" +#: plugins/personal/posix/class_posixAccount.inc:494 +#: plugins/personal/generic/class_user.inc:266 +msgid "July" +msgstr "Juillet" -#: ihtml/themes/default/snapshotdialog.tpl:87 -#: plugins/addons/notifications/contents.tpl:78 -#: plugins/admin/users/template.tpl:48 -#: plugins/admin/departments/class_departmentGeneric.inc:472 -#: plugins/admin/departments/class_departmentGeneric.inc:567 -#: setup/class_setup.inc:266 -msgid "Continue" -msgstr "Continuer" +#: plugins/personal/posix/class_posixAccount.inc:494 +#: plugins/personal/generic/class_user.inc:266 +msgid "August" +msgstr "Août" -#: ihtml/themes/default/msg_dialog.tpl:60 -#: ihtml/themes/default/msg_dialog.tpl:106 -#: plugins/personal/generic/class_user.inc:374 -#: plugins/personal/generic/class_user.inc:471 -#: plugins/personal/generic/class_user.inc:732 -#: plugins/personal/generic/class_user.inc:1262 -#: plugins/personal/generic/main.inc:103 -#: plugins/personal/posix/class_posixAccount.inc:1278 -#: plugins/addons/gotomasses/class_gotomasses.inc:102 -#: plugins/addons/gotomasses/class_gotomasses.inc:188 -#: plugins/addons/gotomasses/class_gotomasses.inc:203 -#: plugins/addons/gotomasses/class_gotomasses.inc:237 -#: plugins/addons/gotomasses/class_target_list.inc:229 -#: plugins/addons/gotomasses/class_target_list.inc:233 -#: plugins/addons/notifications/class_msgplug.inc:117 -#: plugins/addons/notifications/class_msgplug.inc:213 -#: setup/class_setupStep_Migrate.inc:1019 setup/setup_checks.tpl:30 -#: setup/setup_checks.tpl:91 include/class_plugin.inc:624 -#: include/class_plugin.inc:656 include/class_plugin.inc:692 -#: include/class_plugin.inc:1391 include/class_log.inc:144 -#: include/class_log.inc:152 include/class_log.inc:157 -#: include/class_log.inc:177 include/functions.inc:1175 -#: include/functions.inc:1287 include/class_CopyPasteHandler.inc:274 -#: include/class_CopyPasteHandler.inc:277 -#: include/class_CopyPasteHandler.inc:315 -#: include/class_CopyPasteHandler.inc:318 html/index.php:213 -#: html/index.php:217 -msgid "Error" -msgstr "Erreur" +#: plugins/personal/posix/class_posixAccount.inc:494 +#: plugins/personal/generic/class_user.inc:266 +msgid "September" +msgstr "Septembre" -#: ihtml/themes/default/msg_dialog.tpl:76 -#: ihtml/themes/default/msg_dialog.tpl:78 -#: ihtml/themes/default/msg_dialog.tpl:131 -#: ihtml/themes/default/msg_dialog.tpl:133 -#: plugins/personal/generic/main.inc:159 plugins/personal/posix/main.inc:106 -#: plugins/addons/gotomasses/goto_task.tpl:55 -#: plugins/admin/users/class_userManagement.inc:871 -#: plugins/admin/ogroups/class_ogroupManagement.inc:400 -#: plugins/admin/acl/tabs_acl.inc:61 plugins/admin/acl/tabs_acl_role.inc:47 -#: plugins/admin/groups/class_groupManagement.inc:466 -#: setup/class_setupStep_Migrate.inc:217 setup/class_setupStep_Migrate.inc:266 -#: setup/class_setupStep_Migrate.inc:324 setup/class_setupStep_Migrate.inc:392 -#: setup/class_setupStep_Migrate.inc:467 setup/class_setupStep_Migrate.inc:539 -#: setup/class_setupStep_Migrate.inc:592 setup/class_setupStep_Migrate.inc:722 -#: setup/class_setupStep_Migrate.inc:877 -#: setup/class_setupStep_Migrate.inc:1635 setup/setup_checks.tpl:27 -#: setup/setup_checks.tpl:87 -msgid "Ok" -msgstr "Ok" +#: plugins/personal/posix/class_posixAccount.inc:495 +#: plugins/personal/generic/class_user.inc:267 +msgid "October" +msgstr "Octobre" -#: ihtml/themes/default/pwd_heimdal.tpl:5 -#, fuzzy -msgid "Heimdal options" -msgstr "Options de messagerie" +#: plugins/personal/posix/class_posixAccount.inc:495 +#: plugins/personal/generic/class_user.inc:267 +msgid "November" +msgstr "Novembre" -#: ihtml/themes/default/pwd_heimdal.tpl:6 -msgid "Use empty values for infinite" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:495 +#: plugins/personal/generic/class_user.inc:267 +msgid "December" +msgstr "Décembre" -#: ihtml/themes/default/pwd_heimdal.tpl:10 -msgid "Ticket max life" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:592 +#: setup/setup_config2.tpl:188 +msgid "disabled" +msgstr "désactivé" -#: ihtml/themes/default/pwd_heimdal.tpl:18 -msgid "Ticket max renew" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:592 +msgid "full access" +msgstr "accès complet" -#: ihtml/themes/default/pwd_heimdal.tpl:32 -msgid "infinite" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:593 +msgid "allow access to these hosts" +msgstr "permettre l'accès a ces hôtes" -#: ihtml/themes/default/pwd_heimdal.tpl:34 -#: plugins/addons/gotomasses/class_gotomasses.inc:348 -msgid "Hour" -msgstr "Heure" - -#: ihtml/themes/default/pwd_heimdal.tpl:36 -#: plugins/addons/gotomasses/class_gotomasses.inc:347 -#, fuzzy -msgid "Minute" -msgstr "Imprimante" - -#: ihtml/themes/default/pwd_heimdal.tpl:38 -#: plugins/addons/gotomasses/class_gotomasses.inc:346 -#, fuzzy -msgid "Day" -msgstr "Mai" - -#: ihtml/themes/default/pwd_heimdal.tpl:40 -#: plugins/addons/gotomasses/class_gotomasses.inc:349 -#, fuzzy -msgid "Month" -msgstr "mois" - -#: ihtml/themes/default/pwd_heimdal.tpl:42 -#, fuzzy -msgid "Year" -msgstr "Recherche" - -#: ihtml/themes/default/pwd_heimdal.tpl:47 -msgid "Valid ticket start time" +#: plugins/personal/posix/class_posixAccount.inc:646 +#, php-format +msgid "Removing of user/posix account with dn '%s' failed." msgstr "" +"La suppression du compte/posix de l'utilisateur avec le dn '%s' à échoué." -#: ihtml/themes/default/pwd_heimdal.tpl:87 -msgid "Valid ticket end time" +#: plugins/personal/posix/class_posixAccount.inc:802 +#: plugins/admin/acl/remove.tpl:2 plugins/admin/groups/remove.tpl:2 +#: plugins/admin/users/remove.tpl:2 +#: plugins/admin/departments/dep_move_confirm.tpl:2 +#: plugins/admin/departments/remove.tpl:2 plugins/admin/ogroups/remove.tpl:2 +#: include/functions.inc:696 include/functions.inc:2171 +#: include/functions.inc:2175 include/functions.inc:2181 +#: include/class_tabs.inc:214 setup/setup_checks.tpl:32 +#: setup/setup_checks.tpl:93 setup/class_setupStep_Migrate.inc:211 +#: setup/class_setupStep_Migrate.inc:260 setup/class_setupStep_Migrate.inc:385 +#: setup/class_setupStep_Migrate.inc:460 setup/class_setupStep_Migrate.inc:596 +#: setup/class_setupStep_Migrate.inc:726 html/password.php:282 +#: html/index.php:50 html/index.php:56 html/index.php:408 html/index.php:414 +#: ihtml/themes/default/islocked.tpl:6 ihtml/themes/default/remove.tpl:2 +#: ihtml/themes/default/conflict.tpl:6 ihtml/themes/default/msg_dialog.tpl:57 +#: ihtml/themes/default/msg_dialog.tpl:102 +msgid "Warning" +msgstr "Avertissement" + +#: plugins/personal/posix/class_posixAccount.inc:802 +msgid "Timeout while waiting for lock! Ignoring lock." msgstr "" -#: ihtml/themes/default/pwd_heimdal.tpl:127 +#: plugins/personal/posix/class_posixAccount.inc:896 #, fuzzy -msgid "Password end" -msgstr "Mot de passe" - -#: ihtml/themes/default/pwd_heimdal.tpl:198 -#: ihtml/themes/default/copyPasteDialog.tpl:19 -#: plugins/personal/generic/generic_certs.tpl:91 -#: plugins/personal/generic/generic_picture.tpl:33 -#: plugins/admin/departments/class_departmentManagement.inc:407 -#: plugins/admin/departments/dep_move_confirm.tpl:15 -#: include/class_MultiSelectWindow.inc:113 -msgid "Save" -msgstr "Enregistrer" +msgid "Uid number" +msgstr "Numéro de fax" -#: ihtml/themes/default/remove.tpl:6 +#: plugins/personal/posix/class_posixAccount.inc:896 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." +"A duplicated uid number was written for this user, if this was not intended " +"please verify all used uidNumbers." 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 plugins/addons/gotomasses/remove.tpl:10 -#: plugins/admin/users/remove.tpl:10 plugins/admin/ogroups/remove.tpl:10 -#: plugins/admin/groups/remove.tpl:10 -msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." +#: plugins/personal/posix/class_posixAccount.inc:910 +#, php-format +msgid "Saving of user/posix account with dn '%s' failed." msgstr "" -"D'accord - si vous êtes sur - cliquez sur 'Supprimer' pour continuer ou sur " -"'Annuler' pour abandonner." +"La sauvegarde du compte/posix de l'utilisateur avec le dn '%s' à échoué." -#: ihtml/themes/default/remove.tpl:13 -#: plugins/personal/posix/paste_generic.tpl:62 -#: plugins/personal/posix/generic.tpl:107 -#: plugins/personal/posix/generic.tpl:149 -#: plugins/personal/posix/generic.tpl:178 -#: plugins/addons/gotomasses/remove.tpl:15 -#: plugins/addons/gotomasses/remove.tpl:17 plugins/admin/users/remove.tpl:15 -#: plugins/admin/users/remove.tpl:18 plugins/admin/ogroups/remove.tpl:15 -#: plugins/admin/ogroups/remove.tpl:19 plugins/admin/ogroups/generic.tpl:54 -#: plugins/admin/departments/remove.tpl:15 -#: plugins/admin/departments/remove.tpl:19 plugins/admin/acl/remove.tpl:15 -#: plugins/admin/acl/remove.tpl:19 plugins/admin/groups/remove.tpl:16 -#: plugins/admin/groups/remove.tpl:20 plugins/admin/groups/generic.tpl:195 -msgid "Delete" -msgstr "Supprimer" +#: plugins/personal/posix/class_posixAccount.inc:929 +#: plugins/personal/posix/class_posixAccount.inc:1126 +msgid "Group of user" +msgstr "Groupe d'utilisateurs" -#: ihtml/themes/default/islocked.tpl:2 -msgid "Locking conflict detected" -msgstr "Conflit de verrou détecté" +#: plugins/personal/posix/class_posixAccount.inc:985 +#: plugins/personal/posix/class_posixAccount.inc:1062 +msgid "The required field 'Home directory' is not set." +msgstr "Le champ obligatoire 'Répertoire Home' n'est pas renseigné." -#: ihtml/themes/default/islocked.tpl:9 -msgid "" -"If this lock detection is false, the other person has obviously closed the " -"webbrowser during the edit operation. You may want to take over the lock by " -"pressing the 'Edit anyway' button." +#: plugins/personal/posix/class_posixAccount.inc:988 +#: plugins/personal/posix/class_posixAccount.inc:1065 +msgid "Please enter a valid path in 'Home directory' field." msgstr "" -"Si la détection de ce verrou est fausse, une autre personne a manifestement " -"fermé la fenêtre de son navigateur durant une opération de modification " -"d'une entrée. Dans ce cas, vous pouvez supprimez le verrou en cliquant sur " -"le bouton 'Éditer malgré tout'." +"Veuillez indiquer un chemin d'accès valide dans le champ 'Répertoire Home'." -#: ihtml/themes/default/MultiSelectWindow.tpl:55 -#: ihtml/themes/default/MultiSelectWindow.tpl:95 -#: plugins/personal/posix/posix_groups.tpl:21 -#: plugins/admin/ogroups/ogroup_objects.tpl:20 -#: plugins/admin/groups/group_objects.tpl:20 -msgid "Filters" -msgstr "Filtres" +#: plugins/personal/posix/class_posixAccount.inc:996 +msgid "Value specified as 'UID' is not valid." +msgstr "La valeur de l''UID' spécifiée n'est pas valide." -#: ihtml/themes/default/password.tpl:6 -msgid "Change your password" -msgstr "Modifier votre mot de passe" +#: plugins/personal/posix/class_posixAccount.inc:999 +msgid "Value specified as 'UID' is too small." +msgstr "La valeur de l''UID' est trop petite." -#: ihtml/themes/default/password.tpl:33 -msgid "Success" -msgstr "Réussi" +#: plugins/personal/posix/class_posixAccount.inc:1003 +#: plugins/admin/groups/class_groupGeneric.inc:899 +msgid "Value specified as 'GID' is not valid." +msgstr "La valeur du 'GID' n'est pas valide." -#: ihtml/themes/default/password.tpl:33 -msgid "Your password has been changed successfully." -msgstr "Votre mot de passe à été changé." +#: plugins/personal/posix/class_posixAccount.inc:1006 +#: plugins/admin/groups/class_groupGeneric.inc:902 +msgid "Value specified as 'GID' is too small." +msgstr "La valeur spécifiée comme 'GID' est trop petite." -#: ihtml/themes/default/password.tpl:39 -#: plugins/admin/users/class_userManagement.inc:296 -msgid "Password change" -msgstr "Changement de mot de passe" +#: plugins/personal/posix/class_posixAccount.inc:1014 +#: plugins/personal/posix/class_posixAccount.inc:1071 +msgid "Value specified as 'shadowMin' is not valid." +msgstr "La valeur de 'ShadowMin' est invalide." -#: ihtml/themes/default/password.tpl:51 -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'." +#: plugins/personal/posix/class_posixAccount.inc:1019 +#: plugins/personal/posix/class_posixAccount.inc:1076 +msgid "Value specified as 'shadowMax' is not valid." +msgstr "La valeur de 'shadowMax' est invalide" -#: ihtml/themes/default/password.tpl:76 ihtml/themes/default/password.tpl:77 -#: plugins/personal/password/password.tpl:11 -msgid "Current password" -msgstr "Mot de passe actuel" +#: plugins/personal/posix/class_posixAccount.inc:1024 +#: plugins/personal/posix/class_posixAccount.inc:1081 +msgid "Value specified as 'shadowWarning' is not valid." +msgstr "La valeur de 'shadowWarning' est invalide." -#: ihtml/themes/default/password.tpl:80 ihtml/themes/default/password.tpl:81 -#: ihtml/themes/default/password.tpl:84 -#: plugins/personal/password/password.tpl:16 -#: plugins/personal/generic/password.tpl:7 plugins/admin/users/password.tpl:11 -msgid "New password" -msgstr "Nouveau mot de passe" +#: plugins/personal/posix/class_posixAccount.inc:1027 +#: plugins/personal/posix/class_posixAccount.inc:1084 +msgid "'shadowWarning' without 'shadowMax' makes no sense." +msgstr "'shadowWarning' sans 'shadowMax' est inutile." -#: ihtml/themes/default/password.tpl:84 -msgid "again" -msgstr "encore" +#: plugins/personal/posix/class_posixAccount.inc:1030 +#: plugins/personal/posix/class_posixAccount.inc:1087 +msgid "Value specified as 'shadowWarning' should be smaller than 'shadowMax'." +msgstr "La valeur de 'shadowWarning' doit être plus petite que 'shadowMax'." -#: ihtml/themes/default/password.tpl:85 -msgid "New password repeated" -msgstr "Nouveau mot de passe" +#: plugins/personal/posix/class_posixAccount.inc:1033 +#: plugins/personal/posix/class_posixAccount.inc:1090 +msgid "Value specified as 'shadowWarning' should be greater than 'shadowMin'." +msgstr "La valeur de 'shadowWarning' doit être plus grande que 'shadowMin'." -#: ihtml/themes/default/password.tpl:92 -msgid "Change" -msgstr "Changer" +#: plugins/personal/posix/class_posixAccount.inc:1038 +#: plugins/personal/posix/class_posixAccount.inc:1095 +msgid "Value specified as 'shadowInactive' is not valid." +msgstr "La valeur de 'shadowInactive' est invalide." -#: ihtml/themes/default/password.tpl:93 -msgid "Click here to change your password" -msgstr "Cliquez ici pour changer votre mot de passe" +#: plugins/personal/posix/class_posixAccount.inc:1041 +#: plugins/personal/posix/class_posixAccount.inc:1098 +msgid "'shadowInactive' without 'shadowMax' makes no sense." +msgstr "'shadowInactive' sans 'shadowMax' est inutile." -#: ihtml/themes/default/copyPasteDialog.tpl:1 -msgid "Copy & paste wizard" -msgstr "Assistant pour le copier & coller" +#: plugins/personal/posix/class_posixAccount.inc:1046 +#: plugins/personal/posix/class_posixAccount.inc:1103 +msgid "Value specified as 'shadowMin' should be smaller than 'shadowMax'." +msgstr "La valeur pour 'shadowMin' doit être plus petite que 'shadowMax'." -#: ihtml/themes/default/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 "" -"Certaines valeurs doivent être unique dans tout l'arbre et certaines " -"combinations n'ont pas de sens. Gosa vous montre les valeurs " -"correspondantes. Veuillez maintenir les valeurs pour respecter les policies." +#: plugins/personal/posix/class_posixAccount.inc:1305 +#: plugins/personal/generic/class_user.inc:374 +#: plugins/personal/generic/class_user.inc:471 +#: plugins/personal/generic/class_user.inc:732 +#: plugins/personal/generic/class_user.inc:1262 +#: plugins/personal/generic/main.inc:103 +#: plugins/addons/notifications/class_msgplug.inc:117 +#: plugins/addons/notifications/class_msgplug.inc:213 +#: plugins/admin/groups/class_groupGeneric.inc:711 +#: plugins/admin/groups/class_groupGeneric.inc:716 +#: plugins/admin/groups/class_groupGeneric.inc:944 include/functions.inc:1188 +#: include/functions.inc:1300 include/class_plugin.inc:621 +#: include/class_plugin.inc:653 include/class_plugin.inc:689 +#: include/class_plugin.inc:1370 include/class_CopyPasteHandler.inc:274 +#: include/class_CopyPasteHandler.inc:277 +#: include/class_CopyPasteHandler.inc:315 +#: include/class_CopyPasteHandler.inc:318 include/class_log.inc:144 +#: include/class_log.inc:152 include/class_log.inc:157 +#: include/class_log.inc:177 setup/setup_checks.tpl:30 +#: setup/setup_checks.tpl:91 setup/class_setupStep_Migrate.inc:1019 +#: html/index.php:214 html/index.php:218 +#: ihtml/themes/default/msg_dialog.tpl:55 +#: ihtml/themes/default/msg_dialog.tpl:100 +msgid "Error" +msgstr "Erreur" -#: ihtml/themes/default/copyPasteDialog.tpl:9 -msgid "Remember that some properties like taken snapshots will not be copied!" +#: plugins/personal/posix/class_posixAccount.inc:1305 +msgid "Cannot allocate a free ID: too many users!" msgstr "" -"Veuillez vous souvenir que certaines propriétés comme les snapshots ne " -"seront pas copiés!" -#: 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 "" -"ou si vous couper ou copiez un entrée avec GOsa et que vous effacer la " -"source, vous pouvez rencontrer des erreurs en tentant de le coller à " -"nouveau !" +#: plugins/personal/posix/class_posixAccount.inc:1480 +msgid "POSIX account" +msgstr "Compte Posix" -#: ihtml/themes/default/copyPasteDialog.tpl:24 -msgid "Cancel all" -msgstr "Tout annuler" +#: plugins/personal/posix/class_posixAccount.inc:1492 +#: setup/setup_migrate.tpl:217 html/getxls.php:100 html/getxls.php:135 +#: html/getxls.php:158 html/getxls.php:347 html/getxls.php:364 +msgid "User ID" +msgstr "ID de l'utilisateur" -#: ihtml/themes/default/copyPasteDialog.tpl:30 -msgid "Operation complete" -msgstr "Opération réalisée" +#: plugins/personal/posix/class_posixAccount.inc:1493 +msgid "Group ID" +msgstr "ID du Groupe" -#: ihtml/themes/default/copyPasteDialog.tpl:32 -#: setup/class_setupStep_Finish.inc:37 -msgid "Finish" -msgstr "Terminé" +#: plugins/personal/posix/class_posixAccount.inc:1495 +msgid "Force password change on login" +msgstr "Forcer le changement de mot de passe au la connexion" -#: ihtml/themes/default/sizelimit.tpl:3 -msgid "" -"The size limit option makes LDAP operations faster and saves the LDAP server " -"from getting too much load. The easiest way to handle big databases without " -"long timeouts would be to limit your search to smaller values and use " -"filters to get the entries you are looking for." +#: plugins/personal/posix/class_posixAccount.inc:1496 +msgid "Shadow min" msgstr "" -"L'option size limit rend les opérations LDAP plus rapides et permet au " -"serveur LDAP d'avoir un niveau de charge plus léger. La façon la plus facile " -"de gérer des grandes bases de données sans de longs temps d'attentes, serait " -"de limiter la recherche à des valeurs plus petites et d'utiliser les filtres " -"pour obtenir les valeurs que vous recherchez." -#: ihtml/themes/default/sizelimit.tpl:6 -msgid "Please choose the way to react for this session" -msgstr "Veuillez choisir la façon de réagir pour cette session" +#: plugins/personal/posix/class_posixAccount.inc:1497 +msgid "Shadow max" +msgstr "" -#: ihtml/themes/default/sizelimit.tpl:9 -msgid "ignore this error and show all entries the LDAP server returns" +#: plugins/personal/posix/class_posixAccount.inc:1498 +msgid "Shadow warning" msgstr "" -"ignorer cette erreur et montrer toutes les entrées retournées par le serveur " -"LDAP" -#: ihtml/themes/default/sizelimit.tpl:10 -msgid "" -"ignore this error and show all entries that fit into the defined sizelimit " -"and let me use filters instead" +#: plugins/personal/posix/class_posixAccount.inc:1499 +msgid "Shadow inactive" msgstr "" -"ignorer cette erreur et montrer toutes les entrées qui sont récupérées grâce " -"au paramètre sizelimit défini et laissez moi utiliser les filtres pour " -"restreindre les données a visualiser" -#: ihtml/themes/default/sizelimit.tpl:14 -#: plugins/personal/generic/generic.tpl:137 -msgid "Set" -msgstr "Activer" - -#: ihtml/themes/default/help.tpl:9 -msgid "GOsa help viewer" -msgstr "Aide en ligne de GOsa" +#: plugins/personal/posix/class_posixAccount.inc:1500 +msgid "Shadow expire" +msgstr "" -#: ihtml/themes/default/help.tpl:15 -msgid "Index" -msgstr "Index" +#: plugins/personal/posix/class_posixAccount.inc:1501 +msgid "System trust model" +msgstr "Système de Confiance" -#: ihtml/themes/default/help.tpl:21 setup/setup_ldap.tpl:13 -msgid "Search" -msgstr "Recherche" +#: plugins/personal/posix/main.inc:106 plugins/personal/generic/main.inc:159 +#: plugins/admin/acl/tabs_acl.inc:61 plugins/admin/acl/tabs_acl_role.inc:47 +#: plugins/admin/groups/class_groupManagement.inc:466 +#: plugins/admin/users/class_userManagement.inc:871 +#: plugins/admin/ogroups/class_ogroupManagement.inc:400 +#: setup/setup_checks.tpl:27 setup/setup_checks.tpl:87 +#: setup/class_setupStep_Migrate.inc:217 setup/class_setupStep_Migrate.inc:266 +#: setup/class_setupStep_Migrate.inc:324 setup/class_setupStep_Migrate.inc:392 +#: setup/class_setupStep_Migrate.inc:467 setup/class_setupStep_Migrate.inc:539 +#: setup/class_setupStep_Migrate.inc:592 setup/class_setupStep_Migrate.inc:722 +#: setup/class_setupStep_Migrate.inc:877 +#: setup/class_setupStep_Migrate.inc:1635 +#: ihtml/themes/default/msg_dialog.tpl:76 +#: ihtml/themes/default/msg_dialog.tpl:78 +#: ihtml/themes/default/msg_dialog.tpl:131 +#: ihtml/themes/default/msg_dialog.tpl:133 +msgid "Ok" +msgstr "Ok" -#: plugins/generic/welcome/welcome.tpl:4 -msgid "" -"This is the GOsa main menu. You can select your tasks from the menu on the " -"left, or by choosing one of the pictograms below. All changes apply directly " -"to your companies LDAP server." +#: plugins/personal/posix/main.inc:118 plugins/personal/generic/main.inc:182 +msgid "Click the 'Edit' button below to change informations in this dialog" msgstr "" -"Vous êtes sur la fenêtre principale de GOsa. Vous pouvez sélectionner une " -"rubrique soit en utilisant le menu de gauche soit en cliquant sur une des " -"icônes. Tout les changements sont directement appliqués sur les serveurs " -"LDAP de votre société." +"Cliquez sur le bouton 'Editer' ci-dessous pour changer les informations dans " +"cette boite de dialogue" -#: plugins/generic/welcome/welcome.tpl:8 +#: plugins/personal/posix/main.inc:120 plugins/personal/generic/main.inc:172 +#: plugins/admin/groups/class_divListGroup.inc:171 +#: plugins/admin/users/class_divListUsers.inc:164 +msgid "Edit" +msgstr "Editer" + +#: plugins/personal/posix/main.inc:129 +msgid "Unix settings" +msgstr "Paramètres unix" + +#: plugins/personal/generic/password.tpl:2 msgid "" -"Use 'Sign out' on the upper left to close the connection and 'Main' to get " -"back to the pictogram view." +"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 "" -"Cliquez sur déconnexion, en haut à gauche, pour vous déconnecter, sur " -"Accueil pour revenir à la page principale." +"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/generic/welcome/welcome.tpl:15 -msgid "The GOsa team" -msgstr "L'équipe de GOsa" +#: plugins/personal/generic/generic_picture.tpl:5 +#: plugins/personal/generic/generic_picture.tpl:15 +#: plugins/personal/generic/multiple_generic.tpl:13 +#: plugins/personal/generic/paste_generic.tpl:37 +#: plugins/personal/generic/generic.tpl:20 +#: plugins/personal/generic/generic.tpl:22 +#: plugins/personal/generic/generic.tpl:38 +msgid "Personal picture" +msgstr "Image personnelle" -#: plugins/generic/welcome/main.inc:24 -#, php-format -msgid "Welcome %s!" -msgstr "Bienvenue %s !" +#: plugins/personal/generic/generic_picture.tpl:27 +#: plugins/personal/generic/paste_generic.tpl:52 +msgid "Remove picture" +msgstr "Suppression de l'image personnelle" -#: plugins/generic/references/class_reference.inc:22 -#: plugins/personal/posix/class_posixAccount.inc:16 -msgid "UNIX" -msgstr "UNIX" +#: plugins/personal/generic/generic_picture.tpl:33 +#: plugins/personal/generic/generic_certs.tpl:91 +#: plugins/admin/departments/dep_move_confirm.tpl:15 +#: plugins/admin/departments/class_departmentManagement.inc:407 +#: include/class_MultiSelectWindow.inc:113 +#: ihtml/themes/default/copyPasteDialog.tpl:19 +#: ihtml/themes/default/pwd_heimdal.tpl:198 +msgid "Save" +msgstr "Enregistrer" -#: plugins/generic/references/class_reference.inc:30 -msgid "FAX" -msgstr "FAX" +#: plugins/personal/generic/multiple_generic.tpl:5 +#: plugins/personal/generic/generic.tpl:6 +msgid "Personal information" +msgstr "Informations personnelles" -#: plugins/generic/references/class_reference.inc:32 -msgid "Proxy" -msgstr "Proxy" +#: plugins/personal/generic/multiple_generic.tpl:23 +#: plugins/personal/generic/generic.tpl:108 +#: plugins/personal/generic/class_user.inc:1424 +msgid "Academic title" +msgstr "Titre Universitaire" -#: plugins/generic/references/class_reference.inc:34 -msgid "FTP" -msgstr "FTP" +#: plugins/personal/generic/multiple_generic.tpl:33 +#: plugins/personal/generic/generic.tpl:157 +msgid "Preferred langage" +msgstr "Langue préférée" -#: plugins/generic/references/class_reference.inc:36 -#: plugins/admin/ogroups/class_ogroupManagement.inc:451 -#: plugins/admin/groups/class_divListGroup.inc:165 -msgid "Group" -msgstr "Groupes" +#: plugins/personal/generic/multiple_generic.tpl:47 +#: plugins/personal/generic/generic.tpl:170 +#: plugins/personal/generic/class_user.inc:1418 +#: plugins/admin/acl/class_divListACL.inc:134 +#: plugins/admin/acl/acl_role.tpl:27 plugins/admin/acl/class_aclRole.inc:678 +#: plugins/admin/groups/class_groupGeneric.inc:1002 +#: plugins/admin/groups/class_divListGroup.inc:151 +#: plugins/admin/groups/generic.tpl:39 +#: plugins/admin/users/class_divListUsers.inc:143 +#: plugins/admin/departments/class_divListDepartment.inc:125 +#: plugins/admin/departments/generic.tpl:35 +#: plugins/admin/departments/class_departmentGeneric.inc:571 +#: plugins/admin/ogroups/class_divListOGroup.inc:163 +#: plugins/admin/ogroups/class_ogroup.inc:750 +#: plugins/admin/ogroups/generic.tpl:26 setup/setup_ldap.tpl:55 +msgid "Base" +msgstr "Base" + +#: plugins/personal/generic/multiple_generic.tpl:53 +#: plugins/personal/generic/generic.tpl:175 +msgid "Choose subtree to place user in" +msgstr "Sélectionnez la branche où sera enregistrée l'utilisateur" + +#: plugins/personal/generic/multiple_generic.tpl:56 +#: plugins/personal/generic/generic.tpl:180 plugins/admin/acl/acl_role.tpl:37 +#: plugins/admin/groups/generic.tpl:49 +#: plugins/admin/departments/generic.tpl:45 +#: plugins/admin/ogroups/generic.tpl:34 +msgid "Select a base" +msgstr "Sélectionnez une base" + +#: plugins/personal/generic/multiple_generic.tpl:67 +#: plugins/personal/generic/multiple_generic.tpl:285 +#: plugins/personal/generic/generic.tpl:194 +#: plugins/personal/generic/generic.tpl:389 +#: plugins/admin/departments/generic.tpl:76 +#: plugins/admin/departments/class_departmentGeneric.inc:577 +#: html/getxls.php:227 +msgid "Address" +msgstr "Adresse" + +#: plugins/personal/generic/multiple_generic.tpl:78 +#: plugins/personal/generic/generic.tpl:202 +msgid "Private phone" +msgstr "Numéro de téléphone privé" + +#: plugins/personal/generic/multiple_generic.tpl:88 +#: plugins/personal/generic/generic.tpl:210 +#: plugins/personal/generic/class_user.inc:1427 +msgid "Homepage" +msgstr "Page d'accueil" + +#: plugins/personal/generic/multiple_generic.tpl:105 +#: plugins/personal/generic/generic.tpl:223 +msgid "Password storage" +msgstr "Format de stockage des mots de passe" + +#: plugins/personal/generic/multiple_generic.tpl:117 +#: plugins/personal/generic/generic.tpl:238 +#: plugins/personal/generic/generic_certs.tpl:3 +msgid "Certificates" +msgstr "Certificats" + +#: plugins/personal/generic/multiple_generic.tpl:121 +#: plugins/personal/generic/generic.tpl:241 +msgid "Edit certificates" +msgstr "Editer des certificats" + +#: plugins/personal/generic/multiple_generic.tpl:137 +#: plugins/personal/generic/generic.tpl:259 +msgid "Organizational information" +msgstr "Informations sur l'entreprise" + +#: plugins/personal/generic/multiple_generic.tpl:149 +#: plugins/personal/generic/generic.tpl:271 +#: plugins/personal/generic/class_user.inc:1428 setup/setup_feedback.tpl:14 +#: html/getxls.php:299 +msgid "Organization" +msgstr "Entreprise" -#: plugins/generic/references/class_reference.inc:38 -#: plugins/personal/generic/class_user.inc:1429 #: plugins/personal/generic/multiple_generic.tpl:159 #: plugins/personal/generic/generic.tpl:279 +#: plugins/personal/generic/class_user.inc:1429 #: plugins/admin/users/class_divListUsers.inc:61 -#: plugins/admin/ogroups/class_ogroupManagement.inc:453 #: plugins/admin/departments/class_divListDepartment.inc:137 +#: plugins/admin/ogroups/class_ogroupManagement.inc:453 +#: plugins/generic/references/class_reference.inc:38 msgid "Department" msgstr "Département" -#: plugins/generic/references/class_reference.inc:42 -#: plugins/admin/ogroups/class_ogroupManagement.inc:452 -#: plugins/admin/ogroups/tabs_ogroups.inc:122 -#: plugins/admin/groups/class_divListGroup.inc:232 -msgid "Application" -msgstr "Applications" +#: plugins/personal/generic/multiple_generic.tpl:169 +#: plugins/personal/generic/generic.tpl:287 +msgid "Department No." +msgstr "No. du département." -#: plugins/generic/references/class_reference.inc:44 -#: plugins/addons/gotomasses/class_target_list.inc:180 -#: plugins/admin/ogroups/class_ogroupManagement.inc:454 -#: setup/setup_config2.tpl:248 setup/setup_config2.tpl:293 -msgid "Server" -msgstr "Serveur" +#: plugins/personal/generic/multiple_generic.tpl:179 +#: plugins/personal/generic/generic.tpl:295 +msgid "Employee No." +msgstr "No. de l'employé." -#: plugins/generic/references/class_reference.inc:46 -msgid "Thin Client" -msgstr "Clients légers" +#: plugins/personal/generic/multiple_generic.tpl:189 +#: plugins/personal/generic/generic.tpl:303 +#: plugins/personal/generic/class_user.inc:1435 +msgid "Employee type" +msgstr "Type de l'employé" -#: plugins/generic/references/class_reference.inc:48 -#: plugins/addons/gotomasses/class_target_list.inc:182 -#: plugins/admin/ogroups/class_ogroupManagement.inc:456 -msgid "Workstation" -msgstr "Stations de travail" +#: plugins/personal/generic/multiple_generic.tpl:207 +#: plugins/personal/generic/multiple_generic.tpl:418 +#: plugins/personal/generic/generic.tpl:321 +#: plugins/personal/generic/generic.tpl:503 +msgid "Room No." +msgstr "No. de bureau." -#: plugins/generic/references/class_reference.inc:50 -#: plugins/addons/gotomasses/class_target_list.inc:184 -#: plugins/admin/ogroups/class_divListOGroup.inc:176 -#: plugins/admin/ogroups/class_divListOGroup.inc:294 -msgid "Object group" -msgstr "Groupes d'objets" +#: plugins/personal/generic/multiple_generic.tpl:217 +#: plugins/personal/generic/multiple_generic.tpl:428 +#: plugins/personal/generic/generic.tpl:330 +#: plugins/personal/generic/generic.tpl:511 +#: plugins/admin/groups/class_divListGroup.inc:234 +#: plugins/admin/users/class_divListUsers.inc:244 +#: plugins/admin/departments/generic.tpl:83 +#: plugins/admin/ogroups/class_ogroupManagement.inc:455 +#: plugins/generic/references/class_reference.inc:40 +msgid "Phone" +msgstr "Téléphone" -#: plugins/generic/references/contents.tpl:11 -#: plugins/addons/gotomasses/class_target_list.inc:48 -msgid "Object name" -msgstr "Nom de l'objet" +#: plugins/personal/generic/multiple_generic.tpl:227 +#: plugins/personal/generic/generic.tpl:339 html/getxls.php:299 +msgid "Mobile" +msgstr "GSM" -#: plugins/generic/references/contents.tpl:11 -#: plugins/addons/gotomasses/class_gotomasses.inc:344 -#: plugins/admin/ogroups/class_ogroup.inc:763 -#: plugins/admin/ogroups/generic.tpl:15 -#: plugins/admin/departments/class_departmentGeneric.inc:590 -#: plugins/admin/departments/generic.tpl:16 plugins/admin/acl/acl_role.tpl:17 -#: plugins/admin/acl/class_aclRole.inc:679 plugins/admin/groups/generic.tpl:24 -#: plugins/admin/groups/class_groupGeneric.inc:1003 html/getxls.php:158 -#: html/getxls.php:287 -msgid "Description" -msgstr "Description" +#: plugins/personal/generic/multiple_generic.tpl:237 +#: plugins/personal/generic/generic.tpl:347 html/getxls.php:226 +#: html/getxls.php:300 +msgid "Pager" +msgstr "Bip" -#: plugins/generic/references/contents.tpl:11 -msgid "Contents" -msgstr "Contenu" +#: plugins/personal/generic/multiple_generic.tpl:247 +#: plugins/personal/generic/multiple_generic.tpl:438 +#: plugins/personal/generic/generic.tpl:355 +#: plugins/personal/generic/generic.tpl:523 +#: plugins/admin/users/class_divListUsers.inc:246 +#: plugins/admin/departments/generic.tpl:91 +#: plugins/admin/departments/class_departmentGeneric.inc:579 +#: html/getxls.php:222 html/getxls.php:297 +msgid "Fax" +msgstr "Fax" -#: plugins/generic/references/contents.tpl:18 -msgid "This object has no relationship to other objects." -msgstr "Cette objet n'a pas de relation avec d'autres objets." +#: plugins/personal/generic/multiple_generic.tpl:265 +#: plugins/personal/generic/generic.tpl:373 +#: plugins/personal/generic/class_user.inc:1436 +#: plugins/admin/departments/generic.tpl:56 +#: plugins/admin/departments/generic.tpl:68 +#: plugins/admin/departments/class_departmentGeneric.inc:572 +#: html/getxls.php:224 +msgid "Location" +msgstr "Lieu" -#: plugins/personal/password/class_password.inc:25 -#: plugins/personal/generic/class_user.inc:17 -#: plugins/personal/posix/class_posixAccount.inc:17 -#: plugins/addons/gotomasses/class_gotomasses.inc:7 -#: plugins/addons/gotomasses/class_goto_task.inc:7 -#: plugins/addons/notifications/class_msgplug.inc:7 -#: plugins/admin/users/class_userManagement.inc:25 -#: plugins/admin/ogroups/class_ogroupManagement.inc:25 -#: plugins/admin/departments/class_departmentManagement.inc:25 -#: plugins/admin/acl/class_aclRole.inc:7 -#: plugins/admin/acl/class_aclManagement.inc:25 -#: plugins/admin/groups/class_groupManagement.inc:25 include/class_acl.inc:7 -msgid "This does something" -msgstr "Ceci fait quelque chose" +#: plugins/personal/generic/multiple_generic.tpl:275 +#: plugins/personal/generic/generic.tpl:381 +#: plugins/personal/generic/class_user.inc:1437 +#: plugins/admin/departments/generic.tpl:60 +#: plugins/admin/departments/class_departmentGeneric.inc:576 +#: html/getxls.php:228 html/getxls.php:301 +msgid "State" +msgstr "Département" -#: plugins/personal/password/class_password.inc:77 -#: plugins/personal/password/class_password.inc:80 -#: plugins/personal/password/class_password.inc:83 -#: plugins/personal/password/class_password.inc:86 -#: plugins/personal/password/class_password.inc:89 -#: plugins/personal/password/class_password.inc:92 -#: plugins/personal/password/class_password.inc:106 -#: plugins/personal/password/class_password.inc:112 -#: plugins/personal/password/class_password.inc:140 -#: plugins/personal/generic/class_user.inc:1419 -msgid "User password" -msgstr "Mot de passe" +#: plugins/personal/generic/multiple_generic.tpl:302 +#: plugins/personal/generic/generic.tpl:405 +#: plugins/personal/generic/class_user.inc:1395 +msgid "Vocation" +msgstr "Travail" -#: plugins/personal/password/class_password.inc:78 -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/generic/multiple_generic.tpl:312 +#: plugins/personal/generic/generic.tpl:413 +#: plugins/personal/generic/class_user.inc:1398 +msgid "Unit description" +msgstr "Description de l'unité" -#: plugins/personal/password/class_password.inc:81 -#: plugins/personal/generic/main.inc:80 -#: plugins/admin/users/class_userManagement.inc:189 html/password.php:195 -msgid "" -"The passwords you've entered as 'New password' and 'Repeated new password' " -"do not match." -msgstr "" -"Le mot de passe entrée dans le champ 'Nouveau mot de passe' et celui dans le " -"champ 'Répéter le nouveau mot de passe' ne concordent pas." +#: plugins/personal/generic/multiple_generic.tpl:323 +#: plugins/personal/generic/generic.tpl:422 +#: plugins/personal/generic/class_user.inc:1399 +msgid "Subject area" +msgstr "Zone de sujet" -#: plugins/personal/password/class_password.inc:84 -#: plugins/personal/generic/main.inc:85 -#: plugins/admin/users/class_userManagement.inc:194 html/password.php:198 -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/generic/multiple_generic.tpl:334 +#: plugins/personal/generic/generic.tpl:431 +#: plugins/personal/generic/class_user.inc:1400 +msgid "Functional title" +msgstr "Fonction" -#: plugins/personal/password/class_password.inc:87 html/password.php:206 -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/generic/multiple_generic.tpl:345 +#: plugins/personal/generic/generic.tpl:440 +#: plugins/personal/generic/class_user.inc:1404 +#: plugins/admin/acl/class_divListACL.inc:147 +#: plugins/admin/acl/class_divListACL.inc:206 +#: plugins/admin/acl/class_aclRole.inc:668 +msgid "Role" +msgstr "Rôle" -#: plugins/personal/password/class_password.inc:90 html/password.php:211 -msgid "The password used as new is to short." -msgstr "Le nouveau mot de passe ne comporte pas suffisamment de caractères." +#: plugins/personal/generic/multiple_generic.tpl:360 +#: plugins/personal/generic/generic.tpl:454 +#: plugins/personal/generic/class_user.inc:1397 +msgid "Person locality" +msgstr "Lieu de résidence" -#: plugins/personal/password/class_password.inc:93 -#, fuzzy, php-format -msgid "External password changer reported a problem: %s." -msgstr "" -"Le programme externe pour changer votre mot de passe à renvoyé une erreur: " +#: plugins/personal/generic/multiple_generic.tpl:371 +#: plugins/personal/generic/generic.tpl:463 +#: plugins/personal/generic/class_user.inc:1393 +msgid "Unit" +msgstr "Unité" -#: plugins/personal/password/class_password.inc:107 -msgid "" -"The password you've entered as your current password doesn't match the real " -"one." -msgstr "" -"Le mot de passe entré comme mot de passe actuel ne correspond pas à votre " -"mot de passe." +#: plugins/personal/generic/multiple_generic.tpl:382 +#: plugins/personal/generic/generic.tpl:472 +#: plugins/personal/generic/class_user.inc:1403 +msgid "Street" +msgstr "Rue" -#: plugins/personal/password/class_password.inc:113 -#, fuzzy -msgid "You have no permission to change your password." -msgstr "Vous n'avez pas l'autorisation pour changer votre mot de passe." +#: plugins/personal/generic/multiple_generic.tpl:392 +#: plugins/personal/generic/generic.tpl:480 +#: plugins/personal/generic/class_user.inc:1405 html/getxls.php:227 +msgid "Postal code" +msgstr "Code postal" -#: plugins/personal/password/nochange.tpl:2 -msgid "Password change not allowed" -msgstr "Le changement du mot de passe n'est pas autorisé" +#: plugins/personal/generic/multiple_generic.tpl:402 +#: plugins/personal/generic/generic.tpl:488 +#: plugins/personal/generic/class_user.inc:1394 +msgid "House identifier" +msgstr "Identifiant du bâtiment" -#: plugins/personal/password/nochange.tpl:6 -msgid "You are not allowed to change your password at this time" -msgstr "Vous n'êtes pas autorisé à modifier votre mot de passe en ce moment" +#: plugins/personal/generic/multiple_generic.tpl:449 +#: plugins/personal/generic/generic.tpl:532 +#: plugins/personal/generic/class_user.inc:1396 +msgid "Last delivery" +msgstr "Dernière distribution" -#: plugins/personal/password/changed.tpl:3 -msgid "" -"You've successfully changed your password. Remember to change all programms " -"configured to use it as well." -msgstr "" -"Votre mot de passe a été changé. N'oubliez pas de modifier les programmes " -"qui l'utilisent." +#: plugins/personal/generic/multiple_generic.tpl:460 +#: plugins/personal/generic/generic.tpl:541 +#: plugins/personal/generic/class_user.inc:1402 +msgid "Public visible" +msgstr "Visible par tous" -#: plugins/personal/password/changed.tpl:9 -#: plugins/personal/generic/main.inc:169 -#: plugins/admin/departments/class_departmentManagement.inc:444 -#: plugins/admin/departments/dep_iframe.tpl:18 setup/class_setup.inc:261 -#: setup/class_setup.inc:263 include/functions.inc:1496 -msgid "Back" -msgstr "Retour" +#: plugins/personal/generic/paste_generic.tpl:1 +msgid "User settings" +msgstr "Préférences utilisateur" -#: plugins/personal/password/password.tpl:2 -msgid "" -"To change your personal password use the fields below. The changes take " -"effect immediately. Please memorize the new password, because you wouldn't " -"be able to login without it." -msgstr "" -"Pour changer votre mot de passe, veuillez utiliser les champs ci-dessous. " -"Les changements prennent effet immédiatement. Veuillez mémoriser le nouveau " -"mot de passe car sans lui vous ne serez pas capable de vous identifier." +#: plugins/personal/generic/paste_generic.tpl:7 +#: plugins/personal/generic/generic.tpl:49 plugins/admin/users/template.tpl:23 +msgid "Last name" +msgstr "Nom de famille" -#: plugins/personal/password/password.tpl:6 plugins/admin/users/password.tpl:6 -msgid "" -"Changing the password affects your authentification on mail, proxy, samba " -"and unix services." +#: plugins/personal/generic/paste_generic.tpl:11 +#: plugins/personal/generic/generic.tpl:69 plugins/admin/users/template.tpl:27 +msgid "First name" +msgstr "Prénom" + +#: plugins/personal/generic/paste_generic.tpl:15 +#: plugins/personal/generic/generic.tpl:82 plugins/admin/users/template.tpl:32 +msgid "Login" +msgstr "Identifiant" + +#: plugins/personal/generic/paste_generic.tpl:23 +msgid "Clear password" +msgstr "Effacer le mot de passe" + +#: plugins/personal/generic/paste_generic.tpl:24 +msgid "Set new password" +msgstr "Attribuer un nouveau mot de passe" + +#: plugins/personal/generic/paste_generic.tpl:47 +#: plugins/personal/generic/class_user.inc:1438 +msgid "User picture" +msgstr "Image de l'utilisateur" + +#: plugins/personal/generic/generic.tpl:29 +#: plugins/personal/generic/generic.tpl:40 +msgid "Change picture" +msgstr "Changer la photo" + +#: plugins/personal/generic/generic.tpl:52 +#: plugins/personal/generic/generic.tpl:73 +#: plugins/personal/generic/generic.tpl:89 plugins/admin/groups/generic.tpl:14 +msgid "Multiple edit" msgstr "" -"Changer le mot de passe affecte votre identification sur la messagerie, le " -"proxy, samba, et les services unix." -#: plugins/personal/password/password.tpl:21 -#: plugins/personal/generic/password.tpl:11 -#: plugins/admin/users/password.tpl:15 -msgid "Repeat new password" -msgstr "Confirmation du nouveau mot de passe" +#: plugins/personal/generic/generic.tpl:62 +msgid "Template name" +msgstr "Nom du modèle" -#: plugins/personal/password/password.tpl:30 -#: plugins/personal/generic/password.tpl:17 -#: plugins/admin/users/password.tpl:21 -msgid "Set password" -msgstr "Attribuer le mot de passe" +#: plugins/personal/generic/generic.tpl:98 +#: plugins/personal/generic/class_user.inc:1423 +msgid "Personal title" +msgstr "Titre Personnel" -#: plugins/personal/password/password.tpl:32 -msgid "Clear fields" -msgstr "Effacer les données dans les champs" +#: plugins/personal/generic/generic.tpl:119 +#: plugins/personal/generic/class_user.inc:1430 +msgid "Date of birth" +msgstr "Date de naissance" -#: plugins/personal/password/main.inc:46 setup/setup_config1.tpl:136 -msgid "Password settings" -msgstr "Préférences pour les mots de passe" +#: plugins/personal/generic/generic.tpl:137 +#: ihtml/themes/default/sizelimit.tpl:14 +msgid "Set" +msgstr "Activer" -#: plugins/personal/generic/generic_certs.tpl:3 -#: plugins/personal/generic/multiple_generic.tpl:117 -#: plugins/personal/generic/generic.tpl:238 -msgid "Certificates" -msgstr "Certificats" +#: plugins/personal/generic/generic.tpl:144 html/getxls.php:86 +#: html/getxls.php:281 +msgid "Sex" +msgstr "Sexe" + +#: plugins/personal/generic/generic.tpl:230 include/functions.inc:936 +msgid "Configure" +msgstr "Configurer" + +#: plugins/personal/generic/generic.tpl:517 +msgid "Please use the phone tab" +msgstr "Veuillez utiliser l'onglet téléphone" #: plugins/personal/generic/generic_certs.tpl:8 msgid "Standard certificate" @@ -1192,11 +1178,11 @@ msgstr "Certificat standard" #: plugins/personal/generic/generic_certs.tpl:21 #: plugins/personal/generic/generic_certs.tpl:45 #: plugins/personal/generic/generic_certs.tpl:69 -#: plugins/admin/users/class_divListUsers.inc:168 -#: plugins/admin/ogroups/class_divListOGroup.inc:185 -#: plugins/admin/departments/class_divListDepartment.inc:141 #: plugins/admin/acl/class_divListACL.inc:153 #: plugins/admin/groups/class_divListGroup.inc:173 +#: plugins/admin/users/class_divListUsers.inc:168 +#: plugins/admin/departments/class_divListDepartment.inc:141 +#: plugins/admin/ogroups/class_divListOGroup.inc:185 msgid "Remove" msgstr "Supprimer" @@ -1213,66 +1199,6 @@ msgstr "Certificat PKCS12" msgid "Certificate serial number" msgstr "Numéro de série du certificat" -#: plugins/personal/generic/class_user.inc:265 -#: plugins/personal/posix/class_posixAccount.inc:494 -msgid "January" -msgstr "Janvier" - -#: plugins/personal/generic/class_user.inc:265 -#: plugins/personal/posix/class_posixAccount.inc:494 -msgid "February" -msgstr "Février" - -#: plugins/personal/generic/class_user.inc:265 -#: plugins/personal/posix/class_posixAccount.inc:494 -msgid "March" -msgstr "Mars" - -#: plugins/personal/generic/class_user.inc:265 -#: plugins/personal/posix/class_posixAccount.inc:494 -msgid "April" -msgstr "Avril" - -#: plugins/personal/generic/class_user.inc:266 -#: plugins/personal/posix/class_posixAccount.inc:495 -msgid "May" -msgstr "Mai" - -#: plugins/personal/generic/class_user.inc:266 -#: plugins/personal/posix/class_posixAccount.inc:495 -msgid "June" -msgstr "Juin" - -#: plugins/personal/generic/class_user.inc:266 -#: plugins/personal/posix/class_posixAccount.inc:495 -msgid "July" -msgstr "Juillet" - -#: plugins/personal/generic/class_user.inc:266 -#: plugins/personal/posix/class_posixAccount.inc:495 -msgid "August" -msgstr "Août" - -#: plugins/personal/generic/class_user.inc:266 -#: plugins/personal/posix/class_posixAccount.inc:495 -msgid "September" -msgstr "Septembre" - -#: plugins/personal/generic/class_user.inc:267 -#: plugins/personal/posix/class_posixAccount.inc:496 -msgid "October" -msgstr "Octobre" - -#: plugins/personal/generic/class_user.inc:267 -#: plugins/personal/posix/class_posixAccount.inc:496 -msgid "November" -msgstr "Novembre" - -#: plugins/personal/generic/class_user.inc:267 -#: plugins/personal/posix/class_posixAccount.inc:496 -msgid "December" -msgstr "Décembre" - #: plugins/personal/generic/class_user.inc:276 msgid "female" msgstr "féminin" @@ -1319,7 +1245,7 @@ msgstr "invalide" msgid "No certificate installed" msgstr "Pas de certificat installé" -#: plugins/personal/generic/class_user.inc:554 +#: plugins/personal/generic/class_user.inc:554 html/password.php:161 #, fuzzy msgid "Password method" msgstr "Format de stockage des mots de passe" @@ -1389,7 +1315,7 @@ msgstr "Le champ 'Page d'accueil' contient une URL invalide." #: plugins/personal/generic/class_user.inc:1158 #: plugins/personal/generic/class_user.inc:1529 #: plugins/personal/generic/class_user.inc:1550 -#: plugins/admin/departments/class_departmentGeneric.inc:276 +#: plugins/admin/departments/class_departmentGeneric.inc:264 msgid "The field 'Name' contains invalid characters." msgstr "Le champ 'Nom' contient des caractères invalides." @@ -1402,13 +1328,13 @@ msgstr "Le champ 'Nom complet' contient des caractères invalides." #: plugins/personal/generic/class_user.inc:1141 #: plugins/personal/generic/class_user.inc:1535 -#: plugins/admin/departments/class_departmentGeneric.inc:279 +#: plugins/admin/departments/class_departmentGeneric.inc:267 msgid "The field 'Phone' contains an invalid phone number." msgstr "Le champ 'Téléphone' contient un numéro invalide." #: plugins/personal/generic/class_user.inc:1144 #: plugins/personal/generic/class_user.inc:1538 -#: plugins/admin/departments/class_departmentGeneric.inc:282 +#: plugins/admin/departments/class_departmentGeneric.inc:270 msgid "The field 'Fax' contains an invalid phone number." msgstr "Le champ 'Fax' contient un numéro invalide." @@ -1427,81 +1353,6 @@ msgstr "Le champ 'Bip' contient un numéro invalide." msgid "Cannot open certificate!" msgstr "Impossible d'ouvrir le certificat demandé !" -#: plugins/personal/generic/class_user.inc:1393 -#: plugins/personal/generic/multiple_generic.tpl:371 -#: plugins/personal/generic/generic.tpl:463 -msgid "Unit" -msgstr "Unité" - -#: plugins/personal/generic/class_user.inc:1394 -#: plugins/personal/generic/multiple_generic.tpl:402 -#: plugins/personal/generic/generic.tpl:488 -msgid "House identifier" -msgstr "Identifiant du bâtiment" - -#: plugins/personal/generic/class_user.inc:1395 -#: plugins/personal/generic/multiple_generic.tpl:302 -#: plugins/personal/generic/generic.tpl:405 -msgid "Vocation" -msgstr "Travail" - -#: plugins/personal/generic/class_user.inc:1396 -#: plugins/personal/generic/multiple_generic.tpl:449 -#: plugins/personal/generic/generic.tpl:532 -msgid "Last delivery" -msgstr "Dernière distribution" - -#: plugins/personal/generic/class_user.inc:1397 -#: plugins/personal/generic/multiple_generic.tpl:360 -#: plugins/personal/generic/generic.tpl:454 -msgid "Person locality" -msgstr "Lieu de résidence" - -#: plugins/personal/generic/class_user.inc:1398 -#: plugins/personal/generic/multiple_generic.tpl:312 -#: plugins/personal/generic/generic.tpl:413 -msgid "Unit description" -msgstr "Description de l'unité" - -#: plugins/personal/generic/class_user.inc:1399 -#: plugins/personal/generic/multiple_generic.tpl:323 -#: plugins/personal/generic/generic.tpl:422 -msgid "Subject area" -msgstr "Zone de sujet" - -#: plugins/personal/generic/class_user.inc:1400 -#: plugins/personal/generic/multiple_generic.tpl:334 -#: plugins/personal/generic/generic.tpl:431 -msgid "Functional title" -msgstr "Fonction" - -#: plugins/personal/generic/class_user.inc:1402 -#: plugins/personal/generic/multiple_generic.tpl:460 -#: plugins/personal/generic/generic.tpl:541 -msgid "Public visible" -msgstr "Visible par tous" - -#: plugins/personal/generic/class_user.inc:1403 -#: plugins/personal/generic/multiple_generic.tpl:382 -#: plugins/personal/generic/generic.tpl:472 -msgid "Street" -msgstr "Rue" - -#: plugins/personal/generic/class_user.inc:1404 -#: plugins/personal/generic/multiple_generic.tpl:345 -#: plugins/personal/generic/generic.tpl:440 -#: plugins/admin/acl/class_aclRole.inc:668 -#: plugins/admin/acl/class_divListACL.inc:147 -#: plugins/admin/acl/class_divListACL.inc:206 -msgid "Role" -msgstr "Rôle" - -#: plugins/personal/generic/class_user.inc:1405 -#: plugins/personal/generic/multiple_generic.tpl:392 -#: plugins/personal/generic/generic.tpl:480 html/getxls.php:227 -msgid "Postal code" -msgstr "Code postal" - #: plugins/personal/generic/class_user.inc:1409 msgid "Generic user settings" msgstr "Paramètres par défaut des utilisateurs" @@ -1513,25 +1364,6 @@ msgstr "Paramètres par défaut des utilisateurs" msgid "Users" msgstr "Utilisateurs" -#: plugins/personal/generic/class_user.inc:1418 -#: plugins/personal/generic/multiple_generic.tpl:47 -#: plugins/personal/generic/generic.tpl:170 -#: plugins/addons/gotomasses/class_target_list.inc:130 -#: plugins/admin/users/class_divListUsers.inc:143 -#: plugins/admin/ogroups/class_ogroup.inc:762 -#: plugins/admin/ogroups/generic.tpl:26 -#: plugins/admin/ogroups/class_divListOGroup.inc:163 -#: plugins/admin/departments/class_departmentGeneric.inc:592 -#: plugins/admin/departments/class_divListDepartment.inc:125 -#: plugins/admin/departments/generic.tpl:35 plugins/admin/acl/acl_role.tpl:27 -#: plugins/admin/acl/class_aclRole.inc:678 -#: plugins/admin/acl/class_divListACL.inc:134 -#: plugins/admin/groups/class_divListGroup.inc:151 -#: plugins/admin/groups/generic.tpl:39 -#: plugins/admin/groups/class_groupGeneric.inc:1002 setup/setup_ldap.tpl:55 -msgid "Base" -msgstr "Base" - #: plugins/personal/generic/class_user.inc:1420 html/getxls.php:301 msgid "Surename" msgstr "Nom de famille" @@ -1545,17 +1377,6 @@ msgstr "Prénom" msgid "User identification" msgstr "Information Utilisateur" -#: plugins/personal/generic/class_user.inc:1423 -#: plugins/personal/generic/generic.tpl:98 -msgid "Personal title" -msgstr "Titre Personnel" - -#: plugins/personal/generic/class_user.inc:1424 -#: plugins/personal/generic/multiple_generic.tpl:23 -#: plugins/personal/generic/generic.tpl:108 -msgid "Academic title" -msgstr "Titre Universitaire" - #: plugins/personal/generic/class_user.inc:1425 html/getxls.php:224 msgid "Home postal address" msgstr "Adresse postale personnelle" @@ -1564,24 +1385,6 @@ msgstr "Adresse postale personnelle" msgid "Home phone number" msgstr "Numéro de téléphone privé" -#: plugins/personal/generic/class_user.inc:1427 -#: plugins/personal/generic/multiple_generic.tpl:88 -#: plugins/personal/generic/generic.tpl:210 -msgid "Homepage" -msgstr "Page d'accueil" - -#: plugins/personal/generic/class_user.inc:1428 -#: plugins/personal/generic/multiple_generic.tpl:149 -#: plugins/personal/generic/generic.tpl:271 setup/setup_feedback.tpl:14 -#: html/getxls.php:299 -msgid "Organization" -msgstr "Entreprise" - -#: plugins/personal/generic/class_user.inc:1430 -#: plugins/personal/generic/generic.tpl:119 -msgid "Date of birth" -msgstr "Date de naissance" - #: plugins/personal/generic/class_user.inc:1431 msgid "Gender" msgstr "Sexe" @@ -1598,35 +1401,6 @@ msgstr "Numéro du département" msgid "Employee number" msgstr "Numéro de l'employé" -#: plugins/personal/generic/class_user.inc:1435 -#: plugins/personal/generic/multiple_generic.tpl:189 -#: plugins/personal/generic/generic.tpl:303 -msgid "Employee type" -msgstr "Type de l'employé" - -#: plugins/personal/generic/class_user.inc:1436 -#: plugins/personal/generic/multiple_generic.tpl:265 -#: plugins/personal/generic/generic.tpl:373 -#: plugins/admin/departments/class_departmentGeneric.inc:593 -#: plugins/admin/departments/generic.tpl:56 -#: plugins/admin/departments/generic.tpl:68 html/getxls.php:224 -msgid "Location" -msgstr "Lieu" - -#: plugins/personal/generic/class_user.inc:1437 -#: plugins/personal/generic/multiple_generic.tpl:275 -#: plugins/personal/generic/generic.tpl:381 -#: plugins/admin/departments/class_departmentGeneric.inc:597 -#: plugins/admin/departments/generic.tpl:60 html/getxls.php:228 -#: html/getxls.php:301 -msgid "State" -msgstr "Département" - -#: plugins/personal/generic/class_user.inc:1438 -#: plugins/personal/generic/paste_generic.tpl:47 -msgid "User picture" -msgstr "Image de l'utilisateur" - #: plugins/personal/generic/class_user.inc:1439 msgid "Room number" msgstr "Numéro du bureau" @@ -1656,928 +1430,983 @@ msgstr "Adresse postale" msgid "Fax number" msgstr "Numéro de fax" -#: plugins/personal/generic/multiple_generic.tpl:5 -#: plugins/personal/generic/generic.tpl:6 -msgid "Personal information" -msgstr "Informations personnelles" +#: plugins/personal/generic/main.inc:103 +#, fuzzy +msgid "You have no permission to set your password!" +msgstr "Vous n'avez pas l'autorisation pour changer votre mot de passe." + +#: plugins/personal/generic/main.inc:194 +msgid "Generic user information" +msgstr "Information générales sur l'utilisateur" + +#: plugins/addons/notifications/class_msgplug.inc:6 +#: plugins/addons/notifications/main.inc:47 +msgid "Notifications" +msgstr "" + +#: plugins/addons/notifications/class_msgplug.inc:36 +#: plugins/admin/groups/class_groupGeneric.inc:998 +#: plugins/admin/groups/class_groupManagement.inc:24 include/class_acl.inc:196 +#: html/getxls.php:124 html/getxls.php:126 html/getxls.php:309 +msgid "Groups" +msgstr "Groupes" -#: plugins/personal/generic/multiple_generic.tpl:13 -#: plugins/personal/generic/paste_generic.tpl:37 -#: plugins/personal/generic/generic.tpl:20 -#: plugins/personal/generic/generic.tpl:22 -#: plugins/personal/generic/generic.tpl:38 -#: plugins/personal/generic/generic_picture.tpl:5 -#: plugins/personal/generic/generic_picture.tpl:15 -msgid "Personal picture" -msgstr "Image personnelle" +#: plugins/addons/notifications/class_msgplug.inc:99 +#: plugins/admin/acl/class_aclManagement.inc:160 +#: plugins/admin/acl/class_aclManagement.inc:197 +#: plugins/admin/acl/class_aclManagement.inc:250 +#: plugins/admin/acl/class_aclManagement.inc:274 +#: plugins/admin/acl/class_aclManagement.inc:313 +#: plugins/admin/acl/class_aclManagement.inc:337 +#: plugins/admin/groups/class_groupManagement.inc:334 +#: plugins/admin/groups/class_groupManagement.inc:387 +#: plugins/admin/groups/class_groupManagement.inc:418 +#: plugins/admin/departments/class_departmentManagement.inc:206 +#: plugins/admin/departments/class_departmentManagement.inc:254 +#: plugins/admin/departments/class_departmentManagement.inc:273 +#: plugins/admin/ogroups/class_ogroupManagement.inc:215 +#: plugins/admin/ogroups/class_ogroupManagement.inc:267 +#: plugins/admin/ogroups/class_ogroupManagement.inc:294 +#, fuzzy +msgid "Permission error" +msgstr "Permissions" -#: plugins/personal/generic/multiple_generic.tpl:33 -#: plugins/personal/generic/generic.tpl:157 -msgid "Preferred langage" -msgstr "Langue préférée" +#: plugins/addons/notifications/class_msgplug.inc:99 +msgid "You have no permissions to send a message!" +msgstr "Vous n'avez pas l'autorisation pour envoyer un message!" -#: plugins/personal/generic/multiple_generic.tpl:53 -#: plugins/personal/generic/generic.tpl:175 -msgid "Choose subtree to place user in" -msgstr "Sélectionnez la branche où sera enregistrée l'utilisateur" +#: plugins/addons/notifications/class_msgplug.inc:103 +#: plugins/addons/notifications/class_msgplug.inc:111 +#: plugins/admin/groups/class_groupGeneric.inc:137 +#: plugins/admin/groups/class_groupGeneric.inc:532 +#: include/utils/class_timezone.inc:51 +#: include/password-methods/class_password-methods-sha.inc:46 +#: include/password-methods/class_password-methods-ssha.inc:51 +#: include/functions.inc:602 include/functions.inc:2522 +#: include/functions.inc:2541 include/class_plugin.inc:1133 +#: include/class_plugin.inc:1145 include/class_pluglist.inc:148 +#: include/class_config.inc:556 include/class_CopyPasteHandler.inc:91 +#: include/class_CopyPasteHandler.inc:99 +#: include/class_CopyPasteHandler.inc:148 +#: include/class_CopyPasteHandler.inc:156 +#: include/class_CopyPasteHandler.inc:165 html/index.php:206 +#, fuzzy +msgid "Configuration error" +msgstr "Le fichier de configuration peut être écrit" -#: plugins/personal/generic/multiple_generic.tpl:56 -#: plugins/personal/generic/generic.tpl:180 -#: plugins/admin/ogroups/generic.tpl:34 -#: plugins/admin/departments/generic.tpl:45 plugins/admin/acl/acl_role.tpl:37 -#: plugins/admin/groups/generic.tpl:49 -msgid "Select a base" -msgstr "Sélectionnez une base" +#: plugins/addons/notifications/class_msgplug.inc:103 +#, php-format +msgid "Missing '%s' directive in configuration!" +msgstr "" -#: plugins/personal/generic/multiple_generic.tpl:67 -#: plugins/personal/generic/multiple_generic.tpl:285 -#: plugins/personal/generic/generic.tpl:194 -#: plugins/personal/generic/generic.tpl:389 -#: plugins/admin/departments/class_departmentGeneric.inc:598 -#: plugins/admin/departments/generic.tpl:76 html/getxls.php:227 -msgid "Address" -msgstr "Adresse" +#: plugins/addons/notifications/class_msgplug.inc:111 +#, php-format +msgid "'%s' defined for the '%s' directive cannot be executed!" +msgstr "" -#: plugins/personal/generic/multiple_generic.tpl:78 -#: plugins/personal/generic/generic.tpl:202 -msgid "Private phone" -msgstr "Numéro de téléphone privé" +#: plugins/addons/notifications/class_msgplug.inc:117 +msgid "Please specify at least one recipient to send a message!" +msgstr "Veuillez spécifié au moins un destinataire pour ce message!" -#: plugins/personal/generic/multiple_generic.tpl:105 -#: plugins/personal/generic/generic.tpl:223 -msgid "Password storage" -msgstr "Format de stockage des mots de passe" +#: plugins/addons/notifications/class_msgplug.inc:213 +#, fuzzy, php-format +msgid "Cannot find a DESC tag in file '%s'!" +msgstr "Impossible de lire le fichier csv '%s'." -#: plugins/personal/generic/multiple_generic.tpl:121 -#: plugins/personal/generic/generic.tpl:241 -msgid "Edit certificates" -msgstr "Editer des certificats" +#: plugins/addons/notifications/class_msgplug.inc:240 +msgid "Notification" +msgstr "" -#: plugins/personal/generic/multiple_generic.tpl:137 -#: plugins/personal/generic/generic.tpl:259 -msgid "Organizational information" -msgstr "Informations sur l'entreprise" +#: plugins/addons/notifications/class_msgplug.inc:241 +#: plugins/addons/notifications/class_msgplug.inc:246 +msgid "Notification plugin" +msgstr "Extension de notification" -#: plugins/personal/generic/multiple_generic.tpl:169 -#: plugins/personal/generic/generic.tpl:287 -msgid "Department No." -msgstr "No. du département." +#: plugins/addons/notifications/class_msgplug.inc:249 +msgid "Allow sending notifications" +msgstr "Permet d'envoyer des messages" -#: plugins/personal/generic/multiple_generic.tpl:179 -#: plugins/personal/generic/generic.tpl:295 -msgid "Employee No." -msgstr "No. de l'employé." +#: plugins/addons/notifications/contents.tpl:2 +msgid "Notification target" +msgstr "Destinataire de la notification" -#: plugins/personal/generic/multiple_generic.tpl:207 -#: plugins/personal/generic/multiple_generic.tpl:418 -#: plugins/personal/generic/generic.tpl:321 -#: plugins/personal/generic/generic.tpl:503 -msgid "Room No." -msgstr "No. de bureau." +#: plugins/addons/notifications/contents.tpl:7 +#, fuzzy +msgid "Use target from" +msgstr "Utiliser la cible depuis" -#: plugins/personal/generic/multiple_generic.tpl:227 -#: plugins/personal/generic/generic.tpl:339 html/getxls.php:299 -msgid "Mobile" -msgstr "GSM" +#: plugins/addons/notifications/contents.tpl:12 +#: plugins/admin/acl/acl_role.tpl:49 plugins/admin/acl/acl_role.tpl:59 +#: plugins/admin/acl/acl_role.tpl:73 +#: plugins/admin/groups/class_groupManagement.inc:469 +#: plugins/admin/users/class_userManagement.inc:874 +#: plugins/admin/ogroups/class_ogroupManagement.inc:403 +#: setup/setup_ldap.tpl:16 setup/setup_migrate.tpl:133 +#: setup/setup_migrate.tpl:184 setup/setup_migrate.tpl:250 +#: setup/setup_migrate.tpl:305 setup/setup_migrate.tpl:358 +#: ihtml/themes/default/acl.tpl:8 ihtml/themes/default/acl.tpl:20 +#: ihtml/themes/default/acl.tpl:75 ihtml/themes/default/acl.tpl:89 +msgid "Apply" +msgstr "Appliquer" -#: plugins/personal/generic/multiple_generic.tpl:237 -#: plugins/personal/generic/generic.tpl:347 html/getxls.php:226 -#: html/getxls.php:300 -msgid "Pager" -msgstr "Bip" +#: plugins/addons/notifications/contents.tpl:21 +msgid "Available recipients" +msgstr "Destinataires disponibles" -#: plugins/personal/generic/paste_generic.tpl:1 -msgid "User settings" -msgstr "Préférences utilisateur" +#: plugins/addons/notifications/contents.tpl:22 +#: ihtml/themes/default/acl.tpl:30 +msgid "List message possible targets" +msgstr "Liste les destinataires possibles pour les messages" -#: plugins/personal/generic/paste_generic.tpl:7 -#: plugins/personal/generic/generic.tpl:49 plugins/admin/users/template.tpl:23 -msgid "Last name" -msgstr "Nom de famille" +#: plugins/addons/notifications/contents.tpl:33 +msgid "Recipients" +msgstr "Destinataires" -#: plugins/personal/generic/paste_generic.tpl:11 -#: plugins/personal/generic/generic.tpl:69 plugins/admin/users/template.tpl:27 -msgid "First name" -msgstr "Prénom" +#: plugins/addons/notifications/contents.tpl:34 +#: ihtml/themes/default/acl.tpl:42 +msgid "List message recipients" +msgstr "Lister les destinataires du message" -#: plugins/personal/generic/paste_generic.tpl:15 -#: plugins/personal/generic/generic.tpl:82 plugins/admin/users/template.tpl:32 -msgid "Login" -msgstr "Identifiant" +#: plugins/addons/notifications/contents.tpl:44 +msgid "Message" +msgstr "Message" -#: plugins/personal/generic/paste_generic.tpl:23 -msgid "Clear password" -msgstr "Effacer le mot de passe" +#: plugins/addons/notifications/contents.tpl:54 +msgid "Import" +msgstr "Importer" -#: plugins/personal/generic/paste_generic.tpl:24 -msgid "Set new password" -msgstr "Attribuer un nouveau mot de passe" +#: plugins/addons/notifications/contents.tpl:60 +msgid "Send message" +msgstr "Envoyer un message" -#: plugins/personal/generic/paste_generic.tpl:52 -#: plugins/personal/generic/generic_picture.tpl:27 -msgid "Remove picture" -msgstr "Suppression de l'image personnelle" +#: plugins/addons/notifications/contents.tpl:72 +msgid "Notification send!" +msgstr "Notification envoyée!" -#: plugins/personal/generic/password.tpl:2 +#: plugins/addons/notifications/contents.tpl:75 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." +"Your message has been sent successfully. Press the continue button to get " +"back to the notification plugin." 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." +"Votre message à été envoyé avec succès. Appuyez sur le bouton pour revenir " +"en arrière." -#: plugins/personal/generic/generic.tpl:29 -#: plugins/personal/generic/generic.tpl:40 -msgid "Change picture" -msgstr "Changer la photo" +#: plugins/addons/notifications/contents.tpl:78 +#: plugins/admin/users/template.tpl:48 +#: plugins/admin/departments/class_departmentGeneric.inc:451 +#: plugins/admin/departments/class_departmentGeneric.inc:546 +#: setup/class_setup.inc:266 ihtml/themes/default/snapshotdialog.tpl:87 +msgid "Continue" +msgstr "Continuer" -#: plugins/personal/generic/generic.tpl:52 -#: plugins/personal/generic/generic.tpl:73 -#: plugins/personal/generic/generic.tpl:89 plugins/admin/groups/generic.tpl:14 -msgid "Multiple edit" +#: plugins/addons/bugsubmitter/class_bugsubmitter.inc:5 +msgid "Bug submitter" msgstr "" -#: plugins/personal/generic/generic.tpl:62 -msgid "Template name" -msgstr "Nom du modèle" - -#: plugins/personal/generic/generic.tpl:144 html/getxls.php:86 -#: html/getxls.php:281 -msgid "Sex" -msgstr "Sexe" - -#: plugins/personal/generic/generic.tpl:230 include/functions.inc:923 -msgid "Configure" -msgstr "Configurer" +#: plugins/addons/bugsubmitter/class_bugsubmitter.inc:6 +msgid "" +"Bugsubmitter" +msgstr "" -#: plugins/personal/generic/generic.tpl:517 -msgid "Please use the phone tab" -msgstr "Veuillez utiliser l'onglet téléphone" +#: plugins/admin/acl/tabs_acl.inc:8 plugins/admin/acl/class_divListACL.inc:240 +msgid "Acl" +msgstr "" -#: plugins/personal/generic/main.inc:103 -#, fuzzy -msgid "You have no permission to set your password!" -msgstr "Vous n'avez pas l'autorisation pour changer votre mot de passe." +#: plugins/admin/acl/tabs_acl_role.inc:8 +msgid "ACL Templates" +msgstr "Modèles des ACL" -#: plugins/personal/generic/main.inc:172 plugins/personal/posix/main.inc:120 -#: plugins/addons/gotomasses/class_divListMasses.inc:125 -#: plugins/admin/users/class_divListUsers.inc:164 -#: plugins/admin/groups/class_divListGroup.inc:171 -msgid "Edit" -msgstr "Editer" +#: plugins/admin/acl/class_aclManagement.inc:24 +msgid "ACLs" +msgstr "ACLs" -#: plugins/personal/generic/main.inc:182 plugins/personal/posix/main.inc:118 -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" +#: plugins/admin/acl/class_aclManagement.inc:160 +#, fuzzy +msgid "You have no permission to create a new role!" +msgstr "Vous n'avez pas les droits nécessaires pour supprimer ce département." -#: plugins/personal/generic/main.inc:194 -msgid "Generic user information" -msgstr "Information générales sur l'utilisateur" +#: plugins/admin/acl/class_aclManagement.inc:197 +#, fuzzy +msgid "You have no permission to edit this ACL!" +msgstr "Vous n'avez pas les droits nécessaires pour supprimer ce département." -#: plugins/personal/posix/posix_groups.tpl:6 -msgid "Select groups to add" -msgstr "Sélectionner les groupes à ajouter" +#: plugins/admin/acl/class_aclManagement.inc:242 +#: plugins/admin/acl/class_aclManagement.inc:306 +#, php-format +msgid "You're about to delete the acl %s." +msgstr "Vous êtes sur le point de supprimer l'acl '%s'." -#: plugins/personal/posix/posix_groups.tpl:32 -msgid "Display groups of department" -msgstr "Afficher les groupes du département" +#: plugins/admin/acl/class_aclManagement.inc:250 +#: plugins/admin/acl/class_aclManagement.inc:274 +#: plugins/admin/acl/class_aclManagement.inc:313 +#: plugins/admin/acl/class_aclManagement.inc:337 +#: plugins/admin/groups/class_groupManagement.inc:334 +#: plugins/admin/groups/class_groupManagement.inc:387 +#: plugins/admin/groups/class_groupManagement.inc:418 +#: plugins/admin/departments/class_departmentManagement.inc:206 +#: plugins/admin/departments/class_departmentManagement.inc:254 +#: plugins/admin/departments/class_departmentManagement.inc:273 +#: plugins/admin/ogroups/class_ogroupManagement.inc:215 +#: plugins/admin/ogroups/class_ogroupManagement.inc:267 +#: plugins/admin/ogroups/class_ogroupManagement.inc:294 +#, fuzzy +msgid "You have no permission to delete this entry!" +msgstr "Vous n'avez pas les droits nécessaires pour supprimer ce département." -#: plugins/personal/posix/posix_groups.tpl:35 -#: plugins/personal/posix/trust_machines.tpl:27 -#: plugins/admin/ogroups/ogroup_objects.tpl:42 -#: plugins/admin/groups/group_objects.tpl:40 -msgid "Choose the department the search will be based on" -msgstr "Sélectionner le département où sera effectuée la recherche" +#: plugins/admin/acl/class_divListACL.inc:31 +msgid "List of acl" +msgstr "Liste des acl" -#: plugins/personal/posix/posix_groups.tpl:44 -msgid "Display groups matching" -msgstr "Afficher les groupes correspondants" +#: plugins/admin/acl/class_divListACL.inc:32 +msgid "List of acls" +msgstr "Liste des acls" -#: plugins/personal/posix/posix_groups.tpl:48 -#: plugins/addons/gotomasses/class_target_list.inc:61 -#: plugins/admin/ogroups/class_divListOGroup.inc:85 -#: plugins/admin/groups/class_divListGroup.inc:76 -msgid "Regular expression for matching group names" -msgstr "Expression régulière correspondant à des noms de groupe" +#: plugins/admin/acl/class_divListACL.inc:36 +msgid "This menu allows you to edit and delete selected acls." +msgstr "Ce menu vous permet d'éditer et d'effacer des acl sélectionnées." -#: plugins/personal/posix/posix_groups.tpl:55 -msgid "Display groups of user" -msgstr "Afficher les groupes contenant des utilisateurs" +#: plugins/admin/acl/class_divListACL.inc:54 +#: plugins/admin/ogroups/tabs_ogroups.inc:126 +msgid "Summary" +msgstr "Sommaire" -#: plugins/personal/posix/posix_groups.tpl:59 -#: plugins/admin/groups/class_divListGroup.inc:77 -msgid "User name of which groups are shown" -msgstr "Utilisateur dont on montre les groupes" +#: plugins/admin/acl/class_divListACL.inc:55 +#: plugins/admin/acl/class_divListACL.inc:140 +#: plugins/admin/groups/class_divListGroup.inc:62 +#: plugins/admin/groups/class_divListGroup.inc:157 +#: plugins/admin/users/class_divListUsers.inc:63 +#: plugins/admin/users/class_divListUsers.inc:149 +#: plugins/admin/departments/class_divListDepartment.inc:49 +#: plugins/admin/departments/class_divListDepartment.inc:130 +#: plugins/admin/ogroups/class_divListOGroup.inc:66 +#: plugins/admin/ogroups/class_divListOGroup.inc:169 +msgid "Actions" +msgstr "Actions" -#: plugins/personal/posix/posix_groups.tpl:68 -#: plugins/addons/gotomasses/class_target_list.inc:57 +#: plugins/admin/acl/class_divListACL.inc:61 +#: plugins/admin/groups/class_divListGroup.inc:73 #: plugins/admin/users/class_divListUsers.inc:74 +#: plugins/admin/departments/class_divListDepartment.inc:53 #: plugins/admin/ogroups/ogroup_objects.tpl:38 #: plugins/admin/ogroups/class_divListOGroup.inc:82 -#: plugins/admin/departments/class_divListDepartment.inc:53 -#: plugins/admin/groups/class_divListGroup.inc:73 -msgid "Search in subtrees" -msgstr "Chercher dans les sous arbre" - -#: plugins/personal/posix/posix_groups.tpl:79 -#: plugins/personal/posix/paste_generic.tpl:61 -#: plugins/personal/posix/generic.tpl:104 -#: plugins/personal/posix/generic.tpl:146 -#: plugins/personal/posix/generic.tpl:175 -#: plugins/personal/posix/trust_machines.tpl:39 -#: plugins/admin/ogroups/ogroup_objects.tpl:54 -#: plugins/admin/ogroups/generic.tpl:51 -#: plugins/admin/groups/group_objects.tpl:55 -#: plugins/admin/groups/generic.tpl:193 -msgid "Add" -msgstr "Ajouter" - -#: plugins/personal/posix/class_posixAccount.inc:138 -msgid "expired" -msgstr "expire" - -#: plugins/personal/posix/class_posixAccount.inc:140 -msgid "grace time active" -msgstr "temps de grâce activé" +msgid "Select to search within subtrees" +msgstr "Sélectionner pour chercher dans le sous arbre" -#: plugins/personal/posix/class_posixAccount.inc:143 -msgid "active, password not changable" -msgstr "actif, impossible de changer le mot de passe" +#: plugins/admin/acl/class_divListACL.inc:61 +msgid "Ignore subtrees" +msgstr "Ignorer les sous arbres" -#: plugins/personal/posix/class_posixAccount.inc:145 -msgid "active, password expired" -msgstr "actif, mot de passe expiré" +#: plugins/admin/acl/class_divListACL.inc:65 +msgid "Display acls matching" +msgstr "Afficher les acls correspondantes" -#: plugins/personal/posix/class_posixAccount.inc:147 -msgid "active" -msgstr "actif" +#: plugins/admin/acl/class_divListACL.inc:136 +#: plugins/admin/groups/class_divListGroup.inc:152 +#: plugins/admin/users/class_divListUsers.inc:145 +#: plugins/admin/departments/class_divListDepartment.inc:127 +#: plugins/admin/ogroups/class_divListOGroup.inc:165 +msgid "Submit department" +msgstr "Soumettre le département" -#: plugins/personal/posix/class_posixAccount.inc:158 -#: plugins/personal/posix/class_posixAccount.inc:1115 -msgid "Group of user" -msgstr "Groupe d'utilisateurs" +#: plugins/admin/acl/class_divListACL.inc:136 +#: plugins/admin/groups/class_divListGroup.inc:152 +#: plugins/admin/users/class_divListUsers.inc:145 +#: plugins/admin/departments/class_divListDepartment.inc:127 +#: plugins/admin/ogroups/class_divListOGroup.inc:165 +#: include/class_MultiSelectWindow.inc:242 +msgid "Submit" +msgstr "Soumettre" -#: plugins/personal/posix/class_posixAccount.inc:193 -msgid "unconfigured" -msgstr "non configuré" +#: plugins/admin/acl/class_divListACL.inc:142 +#: plugins/admin/groups/class_divListGroup.inc:159 +#: plugins/admin/users/class_divListUsers.inc:151 +#: plugins/admin/departments/class_divListDepartment.inc:132 +#: plugins/admin/ogroups/class_divListOGroup.inc:171 +#: setup/class_setupStep_Migrate.inc:883 +msgid "Create" +msgstr "Créer" -#: plugins/personal/posix/class_posixAccount.inc:204 -msgid "automatic" -msgstr "automatique" +#: plugins/admin/acl/class_divListACL.inc:159 +#: plugins/admin/groups/class_divListGroup.inc:179 +#: plugins/admin/users/class_divListUsers.inc:174 +#: plugins/admin/ogroups/class_divListOGroup.inc:191 +#, fuzzy +msgid "Copy" +msgstr "copier" -#: plugins/personal/posix/class_posixAccount.inc:260 -msgid "This account has no unix extensions." -msgstr "Ce compte n'a pas d'extension unix." +#: plugins/admin/acl/class_divListACL.inc:161 +#: plugins/admin/groups/class_divListGroup.inc:181 +#: plugins/admin/users/class_divListUsers.inc:176 +#: plugins/admin/ogroups/class_divListOGroup.inc:193 +#, fuzzy +msgid "Cut" +msgstr "couper" -#: plugins/personal/posix/class_posixAccount.inc:280 -#: plugins/personal/posix/class_posixAccount.inc:283 -msgid "Remove posix account" -msgstr "Supprimer le compte posix" +#: plugins/admin/acl/class_divListACL.inc:165 +#: plugins/admin/acl/class_divListACL.inc:168 +#: plugins/admin/groups/class_divListGroup.inc:185 +#: plugins/admin/groups/class_divListGroup.inc:188 +#: plugins/admin/users/class_divListUsers.inc:180 +#: plugins/admin/users/class_divListUsers.inc:183 +#: plugins/admin/ogroups/class_divListOGroup.inc:197 +#: plugins/admin/ogroups/class_divListOGroup.inc:200 +#: include/class_CopyPasteHandler.inc:435 +msgid "Paste" +msgstr "Coller" -#: plugins/personal/posix/class_posixAccount.inc:281 -msgid "" -"This account has unix features enabled. To disable them, you'll need to " -"remove the samba / environment account first." -msgstr "" -"Ce compte possède l'extension unix. Pour le désactiver vous devez au " -"préalable supprimer le(s) compte samba / environnement." +#: plugins/admin/acl/class_divListACL.inc:216 +#: plugins/admin/groups/class_divListGroup.inc:256 +#: plugins/admin/users/class_divListUsers.inc:277 +#: plugins/admin/ogroups/class_divListOGroup.inc:247 +msgid "cut" +msgstr "couper" -#: plugins/personal/posix/class_posixAccount.inc:284 -msgid "" -"This account has posix features enabled. You can disable them by clicking " -"below." -msgstr "" -"Ce compte possède l'extension posix. Vous pouvez le supprimer en cliquant " -"sur le bouton ci-dessous." +#: plugins/admin/acl/class_divListACL.inc:216 +#: plugins/admin/groups/class_divListGroup.inc:256 +#: plugins/admin/users/class_divListUsers.inc:277 +#: plugins/admin/ogroups/class_divListOGroup.inc:247 +msgid "Cut this entry" +msgstr "Couper cette entrée" -#: plugins/personal/posix/class_posixAccount.inc:287 -msgid "Create posix account" -msgstr "Créer un compte posix" +#: plugins/admin/acl/class_divListACL.inc:218 +#: plugins/admin/groups/class_divListGroup.inc:258 +#: plugins/admin/users/class_divListUsers.inc:279 +#: plugins/admin/ogroups/class_divListOGroup.inc:249 +msgid "copy" +msgstr "copier" -#: plugins/personal/posix/class_posixAccount.inc:288 -msgid "" -"This account has posix features disabled. You can enable them by clicking " -"below." -msgstr "" -"Aucune extension posix n'existe pour ce compte. Vous pouvez en créer une en " -"cliquant sur le bouton ci-dessous." +#: plugins/admin/acl/class_divListACL.inc:218 +#: plugins/admin/groups/class_divListGroup.inc:258 +#: plugins/admin/users/class_divListUsers.inc:279 +#: plugins/admin/ogroups/class_divListOGroup.inc:249 +msgid "Copy this entry" +msgstr "Copier cette entrée" -#: plugins/personal/posix/class_posixAccount.inc:448 -#, 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/admin/acl/class_divListACL.inc:223 +#: plugins/admin/acl/class_divListACL.inc:245 +#: plugins/admin/acl/class_aclRole.inc:340 +#: plugins/admin/acl/class_aclRole.inc:385 +#: plugins/admin/groups/class_divListGroup.inc:263 +#: plugins/admin/users/class_divListUsers.inc:298 +#: plugins/admin/departments/class_divListDepartment.inc:166 +#: plugins/admin/ogroups/class_divListOGroup.inc:253 include/class_acl.inc:409 +#: include/class_acl.inc:452 +msgid "edit" +msgstr "éditer" -#: plugins/personal/posix/class_posixAccount.inc:452 -#, php-format -msgid "Password must be changed after %s days" -msgstr "Le mot de passe doit être changé après %s jours" +#: plugins/admin/acl/class_divListACL.inc:224 +msgid "Edit acl role" +msgstr "Editer un rôle acl" -#: plugins/personal/posix/class_posixAccount.inc:456 -#, php-format -msgid "Disable account after %s days of inactivity after password expiery" -msgstr "" -"Désactiver le compte après %s jours d'inactivité après l'expiration du mot " -"de passe" +#: plugins/admin/acl/class_divListACL.inc:233 +#: plugins/admin/acl/class_divListACL.inc:249 +#: plugins/admin/acl/class_aclRole.inc:341 +#: plugins/admin/acl/class_aclRole.inc:386 +#: plugins/admin/groups/class_divListGroup.inc:272 +#: plugins/admin/users/class_divListUsers.inc:322 +#: plugins/admin/departments/class_divListDepartment.inc:171 +#: plugins/admin/ogroups/class_divListOGroup.inc:261 include/class_acl.inc:410 +#: include/class_acl.inc:453 +msgid "delete" +msgstr "supprimer" -#: plugins/personal/posix/class_posixAccount.inc:460 -#, php-format -msgid "Warn user %s days before password expiery" -msgstr "Avertir l'utilisateur %s jours avant l'expiration de son mot de passe" +#: plugins/admin/acl/class_divListACL.inc:234 +msgid "Delete acl role" +msgstr "Supprimer un rôle acl" -#: plugins/personal/posix/class_posixAccount.inc:593 -#: setup/setup_config2.tpl:188 -msgid "disabled" -msgstr "désactivé" +#: plugins/admin/acl/class_divListACL.inc:246 +msgid "Edit acl" +msgstr "Editer un acl" -#: plugins/personal/posix/class_posixAccount.inc:593 -msgid "full access" -msgstr "accès complet" +#: plugins/admin/acl/class_divListACL.inc:250 +msgid "Delete acl" +msgstr "Effacer un acl" -#: plugins/personal/posix/class_posixAccount.inc:594 -msgid "allow access to these hosts" -msgstr "permettre l'accès a ces hôtes" +#: plugins/admin/acl/paste_role.tpl:4 plugins/admin/acl/acl_role.tpl:7 +#: plugins/admin/acl/class_aclRole.inc:677 +#: plugins/admin/groups/class_groupGeneric.inc:1001 +#: plugins/admin/ogroups/class_ogroup.inc:749 setup/setup_feedback.tpl:22 +#: setup/setup_migrate.tpl:209 html/getxls.php:223 html/getxls.php:290 +msgid "Name" +msgstr "Nom" -#: plugins/personal/posix/class_posixAccount.inc:647 -#, php-format -msgid "Removing of user/posix account with dn '%s' failed." +#: plugins/admin/acl/remove.tpl:6 +msgid "" +"This includes all system and setup informations. Please double check if your " +"really want to do this since there is no way for GOsa to get your data back." msgstr "" -"La suppression du compte/posix de l'utilisateur avec le dn '%s' à échoué." +"Cela inclut tout les systèmes et les informations de configuration. Veuillez " +"vérifier que vous voulez effectuer cette opération étant donné qu'il est " +"impossible pour GOsa de récupérer vos données." -#: plugins/personal/posix/class_posixAccount.inc:803 -msgid "Timeout while waiting for lock! Ignoring lock." +#: plugins/admin/acl/remove.tpl:10 plugins/admin/departments/remove.tpl:10 +msgid "" +"Best thing to do before performing this action would be to save the current " +"contents of your LDAP tree in a file. So - if you've done so - press " +"'Delete' to continue or 'Cancel' to abort." msgstr "" +"Il est conseillé de sauvegarder l'arbre de votre annuaire LDAP dans un " +"fichier avant de réaliser cette action. Appuyez sur 'Supprimer' pour " +"continuer ou 'Annuler' pour abandonner." -#: plugins/personal/posix/class_posixAccount.inc:899 -#, php-format -msgid "Saving of user/posix account with dn '%s' failed." -msgstr "" -"La sauvegarde du compte/posix de l'utilisateur avec le dn '%s' à échoué." +#: plugins/admin/acl/main.inc:43 plugins/admin/acl/main.inc:45 +msgid "ACL management" +msgstr "Gestion des ACL" -#: plugins/personal/posix/class_posixAccount.inc:974 -#: plugins/personal/posix/class_posixAccount.inc:1051 -msgid "The required field 'Home directory' is not set." -msgstr "Le champ obligatoire 'Répertoire Home' n'est pas renseigné." +#: plugins/admin/acl/acl_role.tpl:3 ihtml/themes/default/acl.tpl:2 +msgid "Assigned ACLs for current entry" +msgstr "ACL assignés à l'entrée actuelle" -#: plugins/personal/posix/class_posixAccount.inc:977 -#: plugins/personal/posix/class_posixAccount.inc:1054 -msgid "Please enter a valid path in 'Home directory' field." -msgstr "" -"Veuillez indiquer un chemin d'accès valide dans le champ 'Répertoire Home'." +#: plugins/admin/acl/acl_role.tpl:17 plugins/admin/acl/class_aclRole.inc:679 +#: plugins/admin/groups/class_groupGeneric.inc:1003 +#: plugins/admin/groups/generic.tpl:24 +#: plugins/admin/departments/generic.tpl:16 +#: plugins/admin/departments/class_departmentGeneric.inc:569 +#: plugins/admin/ogroups/class_ogroup.inc:751 +#: plugins/admin/ogroups/generic.tpl:15 +#: plugins/generic/references/contents.tpl:11 html/getxls.php:158 +#: html/getxls.php:287 +msgid "Description" +msgstr "Description" -#: plugins/personal/posix/class_posixAccount.inc:985 -msgid "Value specified as 'UID' is not valid." -msgstr "La valeur de l''UID' spécifiée n'est pas valide." +#: plugins/admin/acl/acl_role.tpl:31 plugins/admin/groups/generic.tpl:43 +#: plugins/admin/ogroups/generic.tpl:29 +msgid "Choose subtree to place group in" +msgstr "Sélectionnez la branche où sera placée le groupe" -#: plugins/personal/posix/class_posixAccount.inc:988 -msgid "Value specified as 'UID' is too small." -msgstr "La valeur de l''UID' est trop petite." +#: plugins/admin/acl/acl_role.tpl:44 ihtml/themes/default/acl.tpl:4 +msgid "New ACL" +msgstr "Nouvel ACL" -#: plugins/personal/posix/class_posixAccount.inc:992 -#: plugins/admin/groups/class_groupGeneric.inc:899 -msgid "Value specified as 'GID' is not valid." -msgstr "La valeur du 'GID' n'est pas valide." +#: plugins/admin/acl/acl_role.tpl:49 ihtml/themes/default/acl.tpl:8 +msgid "ACL type" +msgstr "Type ACL" -#: plugins/personal/posix/class_posixAccount.inc:995 -#: plugins/admin/groups/class_groupGeneric.inc:902 -msgid "Value specified as 'GID' is too small." -msgstr "La valeur spécifiée comme 'GID' est trop petite." +#: plugins/admin/acl/acl_role.tpl:49 ihtml/themes/default/acl.tpl:8 +msgid "Select an acl type" +msgstr "Sélectionnez un type d'acl" -#: plugins/personal/posix/class_posixAccount.inc:1003 -#: plugins/personal/posix/class_posixAccount.inc:1060 -msgid "Value specified as 'shadowMin' is not valid." -msgstr "La valeur de 'ShadowMin' est invalide." +#: plugins/admin/acl/acl_role.tpl:54 ihtml/themes/default/acl.tpl:55 +msgid "List of available ACL categories" +msgstr "Liste des catégories d'acl disponibles" -#: plugins/personal/posix/class_posixAccount.inc:1008 -#: plugins/personal/posix/class_posixAccount.inc:1065 -msgid "Value specified as 'shadowMax' is not valid." -msgstr "La valeur de 'shadowMax' est invalide" +#: plugins/admin/acl/class_aclRole.inc:6 +msgid "Access control list templates" +msgstr "Liste des modèles de contrôle d'accès" -#: plugins/personal/posix/class_posixAccount.inc:1013 -#: plugins/personal/posix/class_posixAccount.inc:1070 -msgid "Value specified as 'shadowWarning' is not valid." -msgstr "La valeur de 'shadowWarning' est invalide." +#: plugins/admin/acl/class_aclRole.inc:103 include/class_acl.inc:177 +msgid "All categories" +msgstr "Toutes les catégories" -#: plugins/personal/posix/class_posixAccount.inc:1016 -#: plugins/personal/posix/class_posixAccount.inc:1073 -msgid "'shadowWarning' without 'shadowMax' makes no sense." -msgstr "'shadowWarning' sans 'shadowMax' est inutile." +#: plugins/admin/acl/class_aclRole.inc:110 include/class_acl.inc:185 +msgid "Reset ACLs" +msgstr "Remise à zéro des ACL" -#: plugins/personal/posix/class_posixAccount.inc:1019 -#: plugins/personal/posix/class_posixAccount.inc:1076 -msgid "Value specified as 'shadowWarning' should be smaller than 'shadowMax'." -msgstr "La valeur de 'shadowWarning' doit être plus petite que 'shadowMax'." +#: plugins/admin/acl/class_aclRole.inc:111 include/class_acl.inc:186 +msgid "One level" +msgstr "Un niveau" -#: plugins/personal/posix/class_posixAccount.inc:1022 -#: plugins/personal/posix/class_posixAccount.inc:1079 -msgid "Value specified as 'shadowWarning' should be greater than 'shadowMin'." -msgstr "La valeur de 'shadowWarning' doit être plus grande que 'shadowMin'." +#: plugins/admin/acl/class_aclRole.inc:112 include/class_acl.inc:187 +#: include/class_acl.inc:192 +msgid "Current object" +msgstr "Objet actuel" -#: plugins/personal/posix/class_posixAccount.inc:1027 -#: plugins/personal/posix/class_posixAccount.inc:1084 -msgid "Value specified as 'shadowInactive' is not valid." -msgstr "La valeur de 'shadowInactive' est invalide." +#: plugins/admin/acl/class_aclRole.inc:113 include/class_acl.inc:188 +msgid "Complete subtree" +msgstr "Sous arbre complet" -#: plugins/personal/posix/class_posixAccount.inc:1030 -#: plugins/personal/posix/class_posixAccount.inc:1087 -msgid "'shadowInactive' without 'shadowMax' makes no sense." -msgstr "'shadowInactive' sans 'shadowMax' est inutile." +#: plugins/admin/acl/class_aclRole.inc:114 include/class_acl.inc:189 +msgid "Complete subtree (permanent)" +msgstr "Le sous arbre complet (permanent)" -#: plugins/personal/posix/class_posixAccount.inc:1035 -#: plugins/personal/posix/class_posixAccount.inc:1092 -msgid "Value specified as 'shadowMin' should be smaller than 'shadowMax'." -msgstr "La valeur pour 'shadowMin' doit être plus petite que 'shadowMax'." +#: plugins/admin/acl/class_aclRole.inc:338 +#: include/class_MultiSelectWindow.inc:227 +#: include/class_MultiSelectWindow.inc:229 include/class_acl.inc:407 +msgid "Up" +msgstr "Au dessus" -#: plugins/personal/posix/class_posixAccount.inc:1278 -msgid "Cannot allocate a free ID: too many users!" -msgstr "" +#: plugins/admin/acl/class_aclRole.inc:339 include/class_acl.inc:408 +msgid "Down" +msgstr "En bas" -#: plugins/personal/posix/class_posixAccount.inc:1453 -msgid "POSIX account" -msgstr "Compte Posix" +#: plugins/admin/acl/class_aclRole.inc:340 include/class_acl.inc:409 +msgid "Edit ACL" +msgstr "Editer l'ACL" -#: plugins/personal/posix/class_posixAccount.inc:1463 -#: plugins/personal/posix/paste_generic.tpl:8 -#: plugins/personal/posix/generic.tpl:7 -msgid "Home directory" -msgstr "Répertoire Home" +#: plugins/admin/acl/class_aclRole.inc:341 include/class_acl.inc:410 +msgid "Delete ACL" +msgstr "Effacer L'ACL" -#: plugins/personal/posix/class_posixAccount.inc:1464 -#: plugins/personal/posix/generic.tpl:15 -msgid "Shell" -msgstr "Shell" +#: plugins/admin/acl/class_aclRole.inc:378 include/class_acl.inc:445 +msgid "No ACL settings for this category" +msgstr "Pas d'ACL pour cette catégorie" -#: plugins/personal/posix/class_posixAccount.inc:1465 -#: setup/setup_migrate.tpl:217 html/getxls.php:100 html/getxls.php:135 -#: html/getxls.php:158 html/getxls.php:347 html/getxls.php:364 -msgid "User ID" -msgstr "ID de l'utilisateur" +#: plugins/admin/acl/class_aclRole.inc:380 include/class_acl.inc:447 +#, php-format +msgid "Contains ACLs for these objects: %s" +msgstr "Contient les ACL pour ces objets: %s" -#: plugins/personal/posix/class_posixAccount.inc:1466 -msgid "Group ID" -msgstr "ID du Groupe" +#: plugins/admin/acl/class_aclRole.inc:385 include/class_acl.inc:452 +msgid "Edit categories ACLs" +msgstr "Editer les catégories d'ACL" -#: plugins/personal/posix/class_posixAccount.inc:1468 -msgid "Force password change on login" -msgstr "Forcer le changement de mot de passe au la connexion" +#: plugins/admin/acl/class_aclRole.inc:386 include/class_acl.inc:453 +msgid "Clear categories ACLs" +msgstr "Effacer les catégories d'ACL" -#: plugins/personal/posix/class_posixAccount.inc:1469 -msgid "Shadow min" -msgstr "" +#: plugins/admin/acl/class_aclRole.inc:402 include/class_acl.inc:498 +#, php-format +msgid "Edit ACL for '%s', scope is '%s'" +msgstr "Editer l'ACL pour '%s', l'étendue est '%s'" -#: plugins/personal/posix/class_posixAccount.inc:1470 -msgid "Shadow max" -msgstr "" +#: plugins/admin/acl/class_aclRole.inc:412 include/class_acl.inc:508 +msgid "All objects in current subtree" +msgstr "Tout les objets dans le sous arbres actuel" -#: plugins/personal/posix/class_posixAccount.inc:1471 -msgid "Shadow warning" -msgstr "" +#: plugins/admin/acl/class_aclRole.inc:564 include/class_acl.inc:1061 +#, php-format +msgid "Saving ACLs with dn '%s' failed." +msgstr "La sauvegarde des ACLs avec le dn '%s' à échoué." -#: plugins/personal/posix/class_posixAccount.inc:1472 -msgid "Shadow inactive" -msgstr "" +#: plugins/admin/acl/class_aclRole.inc:596 +#, fuzzy +msgid "Object in use" +msgstr "Nom de l'objet" -#: plugins/personal/posix/class_posixAccount.inc:1473 -msgid "Shadow expire" +#: plugins/admin/acl/class_aclRole.inc:596 +#, fuzzy, 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é. Les objects " +"suivants %s utilisent ce rôle" -#: plugins/personal/posix/class_posixAccount.inc:1474 -msgid "System trust model" -msgstr "Système de Confiance" - -#: plugins/personal/posix/paste_generic.tpl:4 -msgid "Posix settings" -msgstr "Paramètres Posix" - -#: plugins/personal/posix/paste_generic.tpl:23 -#: plugins/personal/posix/generic.tpl:52 -msgid "Force UID/GID" -msgstr "Forcer l'UID/GID" - -#: plugins/personal/posix/paste_generic.tpl:28 -#: plugins/personal/posix/generic.tpl:56 html/getxls.php:287 -msgid "UID" -msgstr "UID" - -#: plugins/personal/posix/paste_generic.tpl:37 -#: plugins/personal/posix/generic.tpl:67 -#: plugins/admin/groups/class_groupGeneric.inc:1008 -msgid "GID" -msgstr "GID" +#: plugins/admin/acl/class_aclRole.inc:602 +#, php-format +msgid "Removing of aclRole with dn '%s' failed." +msgstr "La suppression du rôle acl avec le dn '%s' à échoué." -#: plugins/personal/posix/paste_generic.tpl:47 -#: plugins/personal/posix/generic.tpl:82 -msgid "Group membership" -msgstr "Appartenance au groupe" +#: plugins/admin/acl/class_aclRole.inc:614 +#, php-format +msgid "Removing aclRole from objectgroup '%s' failed" +msgstr "La suppression du rôle acl pour le groupe d'objet '%s' à échoue" -#: plugins/personal/posix/paste_generic.tpl:54 -#: plugins/personal/posix/generic.tpl:84 -msgid "(Warning: more than 16 groups are not supported by NFS!)" -msgstr "(Attention: NFS ne supporte pas plus de 16 groupes !)" +#: plugins/admin/acl/class_aclRole.inc:669 include/class_acl.inc:1098 +msgid "ACL roles" +msgstr "Rôles ACL" -#: plugins/personal/posix/generic.tpl:25 -msgid "Primary group" -msgstr "Groupe principal" +#: plugins/admin/acl/class_aclRole.inc:674 +msgid "Acl roles" +msgstr "Rôles ACL" -#: plugins/personal/posix/generic.tpl:36 -#: plugins/addons/gotomasses/goto_task.tpl:20 -#: plugins/addons/gotomasses/class_divListMasses.inc:46 -msgid "Status" -msgstr "Statut" +#: plugins/admin/groups/group_objects.tpl:6 +msgid "Select users to add" +msgstr "Sélectionnez les utilisateurs à ajouter" -#: plugins/personal/posix/generic.tpl:93 plugins/admin/groups/generic.tpl:179 -#, fuzzy -msgid "In all groups" -msgstr "Groupe de messagerie" +#: plugins/admin/groups/group_objects.tpl:30 +#: plugins/admin/ogroups/ogroup_objects.tpl:31 +msgid "Select to see servers" +msgstr "Sélectionnez pour voir les serveurs" -#: plugins/personal/posix/generic.tpl:97 plugins/admin/groups/generic.tpl:182 -#, fuzzy -msgid "Not in all groups" -msgstr "Afficher les groupes ayant la messagerie activé" +#: plugins/admin/groups/group_objects.tpl:30 +msgid "Search within subtree" +msgstr "Chercher dans le sous arbre" -#: plugins/personal/posix/generic.tpl:118 -msgid "Account" -msgstr "Compte" +#: plugins/admin/groups/group_objects.tpl:37 +msgid "Display users of department" +msgstr "Afficher les utilisateurs du département" -#: plugins/personal/posix/generic.tpl:125 -msgid "System trust" -msgstr "Système de Confiance" +#: plugins/admin/groups/group_objects.tpl:46 +#: plugins/admin/users/class_divListUsers.inc:77 +msgid "Display users matching" +msgstr "Afficher les utilisateurs correspondants" -#: plugins/personal/posix/generic.tpl:127 -#: plugins/personal/posix/generic.tpl:155 -msgid "Trust mode" -msgstr "Mode de confiance" +#: plugins/admin/groups/group_objects.tpl:47 +msgid "Regular expression for matching user names" +msgstr "Expression régulière concordant avec les noms des utilisateurs" -#: plugins/personal/posix/posix_shadow.tpl:9 -msgid "User must change password on first login" +#: plugins/admin/groups/class_groupGeneric.inc:137 +#, fuzzy +msgid "Cannot find group SID in your configuration!" msgstr "" -"L'utilisateur doit changer son mot de passe lors de sa première connexion" +"Impossible de trouver le SID de ce groupe dans l'annuaire LDAP ou dans le " +"fichier de configuration!" -#: plugins/personal/posix/posix_shadow.tpl:34 -msgid "Password expires on" -msgstr "Le mot de passe expirera le" +#: plugins/admin/groups/class_groupGeneric.inc:193 +msgid "This 'dn' is no group." +msgstr "Ce 'dn' n'est pas un groupe." -#: plugins/personal/posix/main.inc:129 -msgid "Unix settings" -msgstr "Paramètres unix" +#: plugins/admin/groups/class_groupGeneric.inc:334 +msgid "Samba group" +msgstr "Groupe Samba" -#: plugins/personal/posix/trust_machines.tpl:6 -msgid "Select systems to add" -msgstr "Sélectionner les hôtes à ajouter" +#: plugins/admin/groups/class_groupGeneric.inc:334 +msgid "Domain admins" +msgstr "Administrateurs du domaine" -#: plugins/personal/posix/trust_machines.tpl:26 -msgid "Display systems of department" -msgstr "Afficher les systèmes du département" +#: plugins/admin/groups/class_groupGeneric.inc:334 +msgid "Domain users" +msgstr "Utilisateurs du domaine" -#: plugins/personal/posix/trust_machines.tpl:30 -msgid "Display systems matching" -msgstr "Afficher les systèmes correspondant" +#: plugins/admin/groups/class_groupGeneric.inc:335 +msgid "Domain guests" +msgstr "Invités du domaine" -#: plugins/personal/posix/trust_machines.tpl:31 -msgid "Regular expression for matching addresses" -msgstr "Expression régulière pour sélectionner les adresses correspondantes" +#: plugins/admin/groups/class_groupGeneric.inc:340 +#, php-format +msgid "Special group (%d)" +msgstr "Groupe spécial (%d)" -#: plugins/addons/gotomasses/class_gotomasses.inc:6 -#: plugins/addons/gotomasses/main.inc:50 -#, fuzzy -msgid "System deployment" -msgstr "Déploiement de système en masse" +#: plugins/admin/groups/class_groupGeneric.inc:494 +msgid "! unknown id" +msgstr "! identifiant inconnu" -#: plugins/addons/gotomasses/class_gotomasses.inc:114 -#: plugins/addons/notifications/class_msgplug.inc:99 -#, fuzzy -msgid "Permission error" -msgstr "Permissions" +#: plugins/admin/groups/class_groupGeneric.inc:532 +#, php-format +msgid "Search returned too many results. Not displaying more than %s entries." +msgstr "" -#: plugins/addons/gotomasses/class_gotomasses.inc:114 -#, fuzzy -msgid "You have no permission to delete this entry!" -msgstr "Vous n'avez pas les droits nécessaires pour supprimer ce département." +#: plugins/admin/groups/class_groupGeneric.inc:561 +#: plugins/admin/groups/class_groupGeneric.inc:826 +#, php-format +msgid "Removing of groups/generic with dn '%s' failed." +msgstr "La suppression du type groupe/générique avec le dn '%s' à échoué." -#: plugins/addons/gotomasses/class_gotomasses.inc:135 +#: plugins/admin/groups/class_groupGeneric.inc:711 #, fuzzy, php-format -msgid "Your are about to delete the following tasks: %s" -msgstr "Vous êtes sur le point de supprimer les entrées: %s" +msgid "Cannot find any SID for '%s'!" +msgstr "Impossible de lire le fichier csv '%s'." -#: plugins/addons/gotomasses/class_gotomasses.inc:237 -#, php-format -msgid "Cannot load queue entries: %s" +#: plugins/admin/groups/class_groupGeneric.inc:716 +#, fuzzy, php-format +msgid "Cannot find any RIDBASE for '%s'!" +msgstr "Impossible de lire le fichier csv '%s'." + +#: plugins/admin/groups/class_groupGeneric.inc:858 +msgid "" +"The field 'Name' contains invalid characters. Lowercase, numbers and dashes " +"are allowed." msgstr "" +"Le champ 'Nom' contient des caractères invalides. Minuscule, chiffre et " +"tirets sont valides." -#: plugins/addons/gotomasses/class_gotomasses.inc:327 -#, fuzzy -msgid "GOsa ping" -msgstr "Journaux systèmes GOsa" +#: plugins/admin/groups/class_groupGeneric.inc:869 +#: plugins/admin/groups/class_groupGeneric.inc:883 +#: plugins/admin/groups/class_groupGeneric.inc:890 +msgid "Value specified as 'Name' is already used." +msgstr "La valeur spécifiée dans le champs 'Nom' existe déjà." -#: plugins/addons/gotomasses/class_gotomasses.inc:328 +#: plugins/admin/groups/class_groupGeneric.inc:944 #, fuzzy -msgid "Ping" -msgstr "dans" +msgid "Cannot allocate a free ID!" +msgstr "Trop d'utilisateurs, impossible d'assigner un ID libre !" -#: plugins/addons/gotomasses/class_gotomasses.inc:329 -#, fuzzy -msgid "Say hello" -msgstr "Shell" +#: plugins/admin/groups/class_groupGeneric.inc:993 +msgid "Generic group settings" +msgstr "Préférences des groupes génériques" -#: plugins/addons/gotomasses/class_gotomasses.inc:337 -#: plugins/addons/gotomasses/class_gotomasses.inc:343 -#: plugins/addons/gotomasses/class_goto_task.inc:6 -msgid "System mass deployment" -msgstr "Déploiement de système en masse" +#: plugins/admin/groups/class_groupGeneric.inc:1005 +msgid "Phone pickup group" +msgstr "Groupe téléphonique" -#: plugins/addons/gotomasses/class_gotomasses.inc:338 -msgid "Provide a mechanism to automatically activate a set of systems" -msgstr "" -"Procure un mécanisme pour automatiquement activer un ensemble de systèmes" +#: plugins/admin/groups/class_groupGeneric.inc:1006 +msgid "Nagios group" +msgstr "Groupe Nagios" -#: plugins/addons/gotomasses/class_gotomasses.inc:345 -#: plugins/addons/gotomasses/class_divListMasses.inc:48 -msgid "Action" -msgstr "Action" +#: plugins/admin/groups/class_groupGeneric.inc:1009 +msgid "Group member" +msgstr "Membre du groupe" -#: plugins/addons/gotomasses/class_gotomasses.inc:350 -#, fuzzy -msgid "Week day" -msgstr "Mercredi" +#: plugins/admin/groups/class_groupGeneric.inc:1010 +msgid "Samba group type" +msgstr "Groupe Samba" -#: plugins/addons/gotomasses/class_gotomasses.inc:351 -#: plugins/addons/gotomasses/class_divListMasses.inc:42 -#, fuzzy -msgid "Target" -msgstr "Jeu de caractères" +#: plugins/admin/groups/class_groupGeneric.inc:1011 +msgid "Samba domain name" +msgstr "Domaine Samba" -#: plugins/addons/gotomasses/goto_task.tpl:12 -msgid "Job ID" -msgstr "" +#: plugins/admin/groups/class_groupGeneric.inc:1012 setup/setup_config2.tpl:15 +msgid "Samba SID" +msgstr "SID Samba" -#: plugins/addons/gotomasses/goto_task.tpl:28 -#, fuzzy -msgid "Mac" -msgstr "Mars" +#: plugins/admin/groups/class_groupManagement.inc:298 +#: plugins/admin/departments/class_departmentManagement.inc:178 +#, php-format +msgid "You're about to delete the following entry %s" +msgstr "Vous êtes sur le point de supprimer l'entrée %s." -#: plugins/addons/gotomasses/goto_task.tpl:36 -#, fuzzy -msgid "Header Tag" -msgstr "Entête" +#: plugins/admin/groups/class_groupManagement.inc:300 +#: plugins/admin/departments/class_departmentManagement.inc:180 +#, php-format +msgid "You're about to delete the following entries %s" +msgstr "Vous êtes sur le point de supprimer les entrées %s" -#: plugins/addons/gotomasses/goto_task.tpl:40 include/class_pluglist.inc:168 -#: include/class_pluglist.inc:169 include/class_pluglist.inc:283 -msgid "Unknown" -msgstr "Inconnu" +#: plugins/admin/groups/class_groupManagement.inc:380 +#, php-format +msgid "You're about to delete the group '%s'." +msgstr "Vous êtes sur le point de supprimer le groupe '%s'." -#: plugins/addons/gotomasses/class_target_list.inc:37 -msgid "Select the target objects for your scheduled action." +#: plugins/admin/groups/paste_generic.tpl:1 +msgid "Group settings" +msgstr "Préférences des groupes" + +#: plugins/admin/groups/paste_generic.tpl:5 +#: plugins/admin/groups/generic.tpl:11 +#: plugins/admin/ogroups/paste_generic.tpl:4 +#: plugins/admin/ogroups/generic.tpl:7 +msgid "Group name" +msgstr "Nom du groupe" + +#: plugins/admin/groups/paste_generic.tpl:8 +#: plugins/admin/groups/generic.tpl:17 +msgid "Posix name of the group" +msgstr "Nom posix du groupe" + +#: plugins/admin/groups/paste_generic.tpl:13 +#: plugins/admin/groups/generic.tpl:65 +msgid "Normally IDs are autogenerated, select to specify manually" msgstr "" +"Normalement les IDs sont générés automatiquement, vous pouvez en spécifier " +"un manuellement" -#: plugins/addons/gotomasses/class_target_list.inc:38 -#: plugins/addons/gotomasses/class_target_list.inc:39 -#, fuzzy -msgid "Available targets" -msgstr "Type de rôles disponibles" +#: plugins/admin/groups/paste_generic.tpl:15 +#: plugins/admin/groups/generic.tpl:68 +msgid "Force GID" +msgstr "Forcer le GID" -#: plugins/addons/gotomasses/class_target_list.inc:51 -#, fuzzy -msgid "Select to see object groups" -msgstr "Sélectionnez un groupe d'objets" +#: plugins/admin/groups/paste_generic.tpl:18 +#: plugins/admin/groups/generic.tpl:71 +msgid "Forced ID number" +msgstr "Forcer le numéro d'ID" -#: plugins/addons/gotomasses/class_target_list.inc:51 -#, fuzzy -msgid "Show object groups" -msgstr "Copier les groupes d'objets" +#: plugins/admin/groups/class_divListGroup.inc:35 +#: plugins/admin/groups/class_divListGroup.inc:36 +msgid "List of groups" +msgstr "Liste des groupes" -#: plugins/addons/gotomasses/class_target_list.inc:52 -#: plugins/admin/ogroups/ogroup_objects.tpl:31 -#: plugins/admin/groups/group_objects.tpl:30 -msgid "Select to see servers" -msgstr "Sélectionnez pour voir les serveurs" +#: plugins/admin/groups/class_divListGroup.inc:41 +msgid "" +"This menu allows you to add, edit and remove selected groups. You may want " +"to use the range selector on top of the group listbox, when working with a " +"large number of groups." +msgstr "" +"Ce menu permet d'ajouter, de modifier ou de supprimer les groupes " +"sélectionnés. Vous pouvez utiliser les différents filtres lorsque vous " +"travaillez avec un nombre élevé de groupes." -#: plugins/addons/gotomasses/class_target_list.inc:52 -#: plugins/admin/ogroups/ogroup_objects.tpl:31 -msgid "Show servers" -msgstr "Afficher les serveurs" +#: plugins/admin/groups/class_divListGroup.inc:60 +msgid "Groupname / Department" +msgstr "Nom du Groupe / Département" + +#: plugins/admin/groups/class_divListGroup.inc:61 +#: plugins/admin/users/class_divListUsers.inc:62 +#: plugins/admin/departments/generic.tpl:4 +#: plugins/admin/ogroups/class_divListOGroup.inc:65 +msgid "Properties" +msgstr "Propriétés" + +#: plugins/admin/groups/class_divListGroup.inc:65 +msgid "Select to see groups that are primary groups of users" +msgstr "" +"Sélectionnez afin d'afficher les groupes qui sont les groupes principaux " +"d'utilisateurs" -#: plugins/addons/gotomasses/class_target_list.inc:53 -#: plugins/admin/ogroups/ogroup_objects.tpl:32 -msgid "Select to see workstations" -msgstr "Sélectionnez pour voir les stations de travail" +#: plugins/admin/groups/class_divListGroup.inc:65 +msgid "Show primary groups" +msgstr "Afficher les groupes de base" -#: plugins/addons/gotomasses/class_target_list.inc:53 -#: plugins/admin/ogroups/ogroup_objects.tpl:32 -msgid "Show workstations" -msgstr "Afficher les stations de travail" +#: plugins/admin/groups/class_divListGroup.inc:66 +msgid "Select to see groups that have samba groups mappings" +msgstr "Sélectionnez afin d'afficher les groupes qui ont des attributs Samba" -#: plugins/addons/gotomasses/class_target_list.inc:57 -#: plugins/admin/users/class_divListUsers.inc:74 -#: plugins/admin/ogroups/ogroup_objects.tpl:38 -#: plugins/admin/ogroups/class_divListOGroup.inc:82 -#: plugins/admin/departments/class_divListDepartment.inc:53 -#: plugins/admin/acl/class_divListACL.inc:61 -#: plugins/admin/groups/class_divListGroup.inc:73 -msgid "Select to search within subtrees" -msgstr "Sélectionner pour chercher dans le sous arbre" +#: plugins/admin/groups/class_divListGroup.inc:66 +msgid "Show samba groups" +msgstr "Afficher les groupes Samba" -#: plugins/addons/gotomasses/class_target_list.inc:58 -msgid "Select to search for a specific IP range only" +#: plugins/admin/groups/class_divListGroup.inc:67 +msgid "Select to see groups that have applications configured" msgstr "" +"Sélectionnez afin d'afficher les groupes ayant des applications configurées" -#: plugins/addons/gotomasses/class_target_list.inc:58 -msgid "Match IP range" -msgstr "" +#: plugins/admin/groups/class_divListGroup.inc:67 +msgid "Show application groups" +msgstr "Afficher les groupes applications" -#: plugins/addons/gotomasses/class_target_list.inc:62 -msgid "IP range start" -msgstr "" +#: plugins/admin/groups/class_divListGroup.inc:68 +msgid "Select to see groups that have mail settings" +msgstr "Sélectionnez afin d'afficher les groupes ayant la messagerie activée" + +#: plugins/admin/groups/class_divListGroup.inc:68 +msgid "Show mail groups" +msgstr "Afficher les groupes ayant la messagerie activé" -#: plugins/addons/gotomasses/class_target_list.inc:63 -msgid "IP range end" +#: plugins/admin/groups/class_divListGroup.inc:69 +msgid "Select to see normal groups that have only functional aspects" msgstr "" +"Sélectionnez afin d'afficher les groupes normaux ayant uniquement un aspect " +"fonctionnel" -#: plugins/addons/gotomasses/class_target_list.inc:132 -#: plugins/admin/users/class_divListUsers.inc:145 -#: plugins/admin/ogroups/class_divListOGroup.inc:165 -#: plugins/admin/departments/class_divListDepartment.inc:127 -#: plugins/admin/acl/class_divListACL.inc:136 -#: plugins/admin/groups/class_divListGroup.inc:152 -msgid "Submit department" -msgstr "Soumettre le département" +#: plugins/admin/groups/class_divListGroup.inc:69 +msgid "Show functional groups" +msgstr "Afficher les groupes fonctionnels" -#: plugins/addons/gotomasses/class_target_list.inc:132 -#: plugins/admin/users/class_divListUsers.inc:145 -#: plugins/admin/ogroups/class_divListOGroup.inc:165 -#: plugins/admin/departments/class_divListDepartment.inc:127 -#: plugins/admin/acl/class_divListACL.inc:136 -#: plugins/admin/groups/class_divListGroup.inc:152 -#: include/class_MultiSelectWindow.inc:242 -msgid "Submit" -msgstr "Soumettre" +#: plugins/admin/groups/class_divListGroup.inc:165 +#: plugins/admin/ogroups/class_ogroupManagement.inc:451 +#: plugins/generic/references/class_reference.inc:36 +msgid "Group" +msgstr "Groupes" -#: plugins/addons/gotomasses/class_target_list.inc:229 -#: plugins/addons/gotomasses/class_target_list.inc:233 -#, fuzzy -msgid "IP range is invalid!" -msgstr "Le branche spécifiée est invalide." +#: plugins/admin/groups/class_divListGroup.inc:226 +#: plugins/admin/users/class_divListUsers.inc:238 +msgid "Posix" +msgstr "Posix" -#: plugins/addons/gotomasses/class_divListMasses.inc:21 -#, fuzzy -msgid "List of queued deamon jobs." -msgstr "Liste des départements" +#: plugins/admin/groups/class_divListGroup.inc:228 +#: plugins/admin/users/class_divListUsers.inc:242 +#: plugins/admin/ogroups/tabs_ogroups.inc:90 +#: plugins/admin/ogroups/tabs_ogroups.inc:236 +#: plugins/admin/ogroups/class_divListOGroup.inc:228 +#: plugins/generic/references/class_reference.inc:24 +msgid "Mail" +msgstr "Messagerie" -#: plugins/addons/gotomasses/class_divListMasses.inc:25 -#, fuzzy -msgid "" -"This menu allows you to remove and change the properties of GOsa deamon " -"tasks." -msgstr "" -"Ce menu permet d'ajouter, de supprimer ou de changer les propriétés d'un " -"service spécifique." +#: plugins/admin/groups/class_divListGroup.inc:230 +#: plugins/admin/users/class_divListUsers.inc:248 +#: plugins/generic/references/class_reference.inc:26 +#: plugins/generic/references/class_reference.inc:28 +msgid "Samba" +msgstr "Samba" -#: plugins/addons/gotomasses/class_divListMasses.inc:29 -#: plugins/addons/gotomasses/class_divListMasses.inc:30 -#, fuzzy, php-format -msgid "Display entries with action %s." -msgstr "Filtrer les entrées avec cette syntaxe" +#: plugins/admin/groups/class_divListGroup.inc:232 +#: plugins/admin/ogroups/tabs_ogroups.inc:133 +#: plugins/admin/ogroups/class_ogroupManagement.inc:452 +#: plugins/generic/references/class_reference.inc:42 +msgid "Application" +msgstr "Applications" -#: plugins/addons/gotomasses/class_divListMasses.inc:40 -msgid "#" -msgstr "" +#: plugins/admin/groups/class_divListGroup.inc:236 +#: plugins/admin/users/class_divListUsers.inc:240 +#: plugins/admin/ogroups/tabs_ogroups.inc:148 +msgid "Environment" +msgstr "Environnement" + +#: plugins/admin/groups/class_divListGroup.inc:263 +#: plugins/admin/departments/class_divListDepartment.inc:166 +#: plugins/admin/ogroups/class_divListOGroup.inc:253 +msgid "Edit this entry" +msgstr "Editer cette entrée" -#: plugins/addons/gotomasses/class_divListMasses.inc:43 -msgid "Task" -msgstr "Tâche" +#: plugins/admin/groups/class_divListGroup.inc:272 +#: plugins/admin/departments/class_divListDepartment.inc:171 +#: plugins/admin/ogroups/class_divListOGroup.inc:261 +msgid "Delete this entry" +msgstr "Supprimer cette entrée" -#: plugins/addons/gotomasses/class_divListMasses.inc:44 +#: plugins/admin/groups/class_divListGroup.inc:329 #, fuzzy -msgid "Schedule" -msgstr "Compte PHPscheduleit" +msgid "Number of listed groups" +msgstr "Nom du groupe" -#: plugins/addons/gotomasses/class_divListMasses.inc:127 +#: plugins/admin/groups/class_divListGroup.inc:330 +#: plugins/admin/users/class_divListUsers.inc:413 +#: plugins/admin/departments/class_divListDepartment.inc:210 +#: plugins/admin/ogroups/class_divListOGroup.inc:311 #, fuzzy -msgid "Reomve" -msgstr "Supprimer" +msgid "Number of listed departments" +msgstr "Nom du département" -#: plugins/addons/gotomasses/remove.tpl:6 plugins/admin/users/remove.tpl:6 -msgid "" -"This includes all account data, system access rules, imap settings, etc. for " -"this user. Please double check if your really want to do this since there is " -"no way for GOsa to get your data back." -msgstr "" -"Cela inclut toutes les données des comptes, les droits d'accès, la " -"configuration imap,etc. pour cet utilisateur. Veuillez vous assurez que vous " -"voulez effectuez cette opération étant donné qu'il est impossible pour GOsa " -"de récupérer vos données." +#: plugins/admin/groups/generic.tpl:28 plugins/admin/ogroups/generic.tpl:18 +msgid "Descriptive text for this group" +msgstr "Description du groupe" -#: plugins/addons/bugsubmitter/class_bugsubmitter.inc:5 -msgid "" -"Bugsubmitter" -msgstr "" +#: plugins/admin/groups/generic.tpl:83 plugins/admin/groups/generic.tpl:110 +msgid "Select to create a samba conform group" +msgstr "Sélectionnez afin de créer un groupe samba" -#: plugins/addons/notifications/class_msgplug.inc:6 -#: plugins/addons/notifications/main.inc:47 -msgid "Notifications" -msgstr "" +#: plugins/admin/groups/generic.tpl:95 plugins/admin/groups/generic.tpl:118 +msgid "in domain" +msgstr "dans le domaine" -#: plugins/addons/notifications/class_msgplug.inc:36 -#: plugins/admin/groups/class_groupManagement.inc:24 -#: plugins/admin/groups/class_groupGeneric.inc:998 include/class_acl.inc:196 -#: html/getxls.php:124 html/getxls.php:126 html/getxls.php:309 -msgid "Groups" -msgstr "Groupes" +#: plugins/admin/groups/generic.tpl:140 +msgid "Members are in a phone pickup group" +msgstr "Les membres sont dans un groupe téléphonique" -#: plugins/addons/notifications/class_msgplug.inc:99 -msgid "You have no permissions to send a message!" -msgstr "Vous n'avez pas l'autorisation pour envoyer un message!" +#: plugins/admin/groups/generic.tpl:155 +msgid "Members are in a nagios group" +msgstr "Les membres sont dans un groupe nagios" -#: plugins/addons/notifications/class_msgplug.inc:103 -#: plugins/addons/notifications/class_msgplug.inc:111 -#: include/class_plugin.inc:1154 include/class_plugin.inc:1166 -#: include/class_pluglist.inc:152 include/class_config.inc:554 -#: include/functions.inc:592 include/functions.inc:2509 -#: include/functions.inc:2528 include/class_CopyPasteHandler.inc:91 -#: include/class_CopyPasteHandler.inc:99 -#: include/class_CopyPasteHandler.inc:148 -#: include/class_CopyPasteHandler.inc:156 -#: include/class_CopyPasteHandler.inc:165 -#: include/password-methods/class_password-methods-sha.inc:46 -#: include/password-methods/class_password-methods-ssha.inc:51 -#: include/utils/class_timezone.inc:51 html/index.php:205 -#, fuzzy -msgid "Configuration error" -msgstr "Le fichier de configuration peut être écrit" +#: plugins/admin/groups/generic.tpl:172 +msgid "Group members" +msgstr "Membre du groupe" -#: plugins/addons/notifications/class_msgplug.inc:103 -#, php-format -msgid "Missing '%s' directive in configuration!" +#: plugins/admin/groups/remove.tpl:6 +msgid "" +"This may be a primary user group. Please double check if you really want to " +"do this since there is no way for GOsa to get your data back." msgstr "" +"Ce groupe est un groupe principal contenant des utilisateurs. Veuillez vous " +"assurez que vous voulez bien exécuter cette action étant donné qu'il est " +"impossible pour GOsa de récupérer vos données." -#: plugins/addons/notifications/class_msgplug.inc:111 -#, php-format -msgid "'%s' defined for the '%s' directive cannot be executed!" +#: plugins/admin/groups/remove.tpl:10 plugins/admin/users/remove.tpl:10 +#: plugins/admin/ogroups/remove.tpl:10 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." -#: plugins/addons/notifications/class_msgplug.inc:117 -msgid "Please specify at least one recipient to send a message!" -msgstr "Veuillez spécifié au moins un destinataire pour ce message!" - -#: plugins/addons/notifications/class_msgplug.inc:213 -#, fuzzy, php-format -msgid "Cannot find a DESC tag in file '%s'!" -msgstr "Impossible de lire le fichier csv '%s'." +#: plugins/admin/groups/main.inc:40 plugins/admin/groups/main.inc:44 +msgid "Group administration" +msgstr "Administration du groupe" -#: plugins/addons/notifications/class_msgplug.inc:240 -msgid "Notification" +#: 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 "" +"Pour changer le mot de passe des utilisateurs, utilisez le champ ci-dessous. " +"Les changements prennent effet immédiatement. Veuillez mémoriser le nouveau " +"mot de passe sinon l'utilisateur ne pourra pas s'identifier sans celui-ci." -#: plugins/addons/notifications/class_msgplug.inc:241 -#: plugins/addons/notifications/class_msgplug.inc:246 -msgid "Notification plugin" -msgstr "Extension de notification" - -#: plugins/addons/notifications/class_msgplug.inc:249 -msgid "Allow sending notifications" -msgstr "Permet d'envoyer des messages" - -#: plugins/addons/notifications/contents.tpl:2 -msgid "Notification target" -msgstr "Destinataire de la notification" - -#: plugins/addons/notifications/contents.tpl:7 +#: plugins/admin/users/password.tpl:21 #, fuzzy -msgid "Use target from" -msgstr "Utiliser la cible depuis" - -#: plugins/addons/notifications/contents.tpl:21 -msgid "Available recipients" -msgstr "Destinataires disponibles" - -#: plugins/addons/notifications/contents.tpl:33 -msgid "Recipients" -msgstr "Destinataires" +msgid "Strength" +msgstr "Rue" -#: plugins/addons/notifications/contents.tpl:44 -msgid "Message" -msgstr "Message" +#: plugins/admin/users/template.tpl:2 +msgid "Creating a new user using templates" +msgstr "Créer un nouvel utilisateur à partir d'un modèle" -#: plugins/addons/notifications/contents.tpl:60 -msgid "Send message" -msgstr "Envoyer un message" +#: plugins/admin/users/template.tpl:6 +msgid "" +"Creating a new user can be assisted by using templates. Many database " +"records will be filled automatically. Choose 'none' to skip the usage of " +"templates." +msgstr "" +"La création d'un nouvel utilisateur peut être facilité en utilisant les " +"modèles. De nombreuses informations seront ainsi remplies automatiquement. " +"Sélectionnez 'aucun' afin de ne pas utiliser les modèles." -#: plugins/addons/notifications/contents.tpl:72 -msgid "Notification send!" -msgstr "Notification envoyée!" +#: plugins/admin/users/template.tpl:15 +#: plugins/admin/users/class_divListUsers.inc:158 +msgid "Template" +msgstr "Modèle" -#: plugins/addons/notifications/contents.tpl:75 +#: plugins/admin/users/remove.tpl:6 msgid "" -"Your message has been sent successfully. Press the continue button to get " -"back to the notification plugin." +"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 "" -"Votre message à été envoyé avec succès. Appuyez sur le bouton pour revenir " -"en arrière." +"Cela inclut toutes les données des comptes, les droits d'accès, la " +"configuration imap,etc. pour cet utilisateur. Veuillez vous assurez que vous " +"voulez effectuez cette opération étant donné qu'il est impossible pour GOsa " +"de récupérer vos données." + +#: plugins/admin/users/main.inc:43 plugins/admin/users/main.inc:49 +msgid "User administration" +msgstr "Administration des utilisateurs" #: plugins/admin/users/class_divListUsers.inc:35 #: plugins/admin/users/class_divListUsers.inc:36 @@ -2594,25 +2423,11 @@ msgstr "" "sélectionné(s). Si vous avez un grand nombre d'utilisateurs il est conseillé " "d'utiliser les filtres." -#: plugins/admin/users/class_divListUsers.inc:62 -#: plugins/admin/ogroups/class_divListOGroup.inc:65 -#: plugins/admin/departments/generic.tpl:4 -#: plugins/admin/groups/class_divListGroup.inc:61 -msgid "Properties" -msgstr "Propriétés" - -#: plugins/admin/users/class_divListUsers.inc:63 -#: plugins/admin/users/class_divListUsers.inc:149 -#: plugins/admin/ogroups/class_divListOGroup.inc:66 -#: plugins/admin/ogroups/class_divListOGroup.inc:169 -#: plugins/admin/departments/class_divListDepartment.inc:49 -#: plugins/admin/departments/class_divListDepartment.inc:130 -#: plugins/admin/acl/class_divListACL.inc:55 -#: plugins/admin/acl/class_divListACL.inc:140 -#: plugins/admin/groups/class_divListGroup.inc:62 -#: plugins/admin/groups/class_divListGroup.inc:157 -msgid "Actions" -msgstr "Actions" +#: plugins/admin/users/class_divListUsers.inc:61 +#: ihtml/themes/default/password.tpl:68 ihtml/themes/default/password.tpl:70 +#: ihtml/themes/default/login.tpl:40 ihtml/themes/default/login.tpl:42 +msgid "Username" +msgstr "Nom d'utilisateur" #: plugins/admin/users/class_divListUsers.inc:65 msgid "Select to see template pseudo users" @@ -2664,64 +2479,17 @@ msgstr "Sélectionnez afin d'afficher les utilisateurs ayant un compte proxy" msgid "Show proxy users" msgstr "Afficher les utilisateurs proxy" -#: plugins/admin/users/class_divListUsers.inc:77 -#: plugins/admin/groups/group_objects.tpl:46 -msgid "Display users matching" -msgstr "Afficher les utilisateurs correspondants" - -#: plugins/admin/users/class_divListUsers.inc:151 -#: plugins/admin/ogroups/class_divListOGroup.inc:171 -#: plugins/admin/departments/class_divListDepartment.inc:132 -#: plugins/admin/acl/class_divListACL.inc:142 -#: plugins/admin/groups/class_divListGroup.inc:159 -#: setup/class_setupStep_Migrate.inc:883 -msgid "Create" -msgstr "Créer" - #: plugins/admin/users/class_divListUsers.inc:156 #: plugins/admin/ogroups/class_ogroupManagement.inc:450 -#: setup/setup_config2.tpl:257 setup/setup_config2.tpl:302 +#: setup/setup_config2.tpl:273 setup/setup_config2.tpl:318 msgid "User" msgstr "Utilisateur" -#: plugins/admin/users/class_divListUsers.inc:158 -#: plugins/admin/users/template.tpl:15 -msgid "Template" -msgstr "Modèle" - #: plugins/admin/users/class_divListUsers.inc:166 #: plugins/admin/users/class_divListUsers.inc:309 msgid "Change password" msgstr "Modifier le mot de passe" -#: plugins/admin/users/class_divListUsers.inc:174 -#: plugins/admin/ogroups/class_divListOGroup.inc:191 -#: plugins/admin/acl/class_divListACL.inc:159 -#: plugins/admin/groups/class_divListGroup.inc:179 -#, fuzzy -msgid "Copy" -msgstr "copier" - -#: plugins/admin/users/class_divListUsers.inc:176 -#: plugins/admin/ogroups/class_divListOGroup.inc:193 -#: plugins/admin/acl/class_divListACL.inc:161 -#: plugins/admin/groups/class_divListGroup.inc:181 -#, fuzzy -msgid "Cut" -msgstr "couper" - -#: plugins/admin/users/class_divListUsers.inc:180 -#: plugins/admin/users/class_divListUsers.inc:183 -#: plugins/admin/ogroups/class_divListOGroup.inc:197 -#: plugins/admin/ogroups/class_divListOGroup.inc:200 -#: plugins/admin/acl/class_divListACL.inc:165 -#: plugins/admin/acl/class_divListACL.inc:168 -#: plugins/admin/groups/class_divListGroup.inc:185 -#: plugins/admin/groups/class_divListGroup.inc:188 -#: include/class_CopyPasteHandler.inc:435 -msgid "Paste" -msgstr "Coller" - #: plugins/admin/users/class_divListUsers.inc:236 msgid "GOsa" msgstr "GOsa" @@ -2730,11 +2498,6 @@ msgstr "GOsa" msgid "Edit generic properties" msgstr "Modifier les propriétés de base" -#: plugins/admin/users/class_divListUsers.inc:238 -#: plugins/admin/groups/class_divListGroup.inc:226 -msgid "Posix" -msgstr "Posix" - #: plugins/admin/users/class_divListUsers.inc:239 msgid "Edit UNIX properties" msgstr "Modifier les propriétés UNIX" @@ -2759,6 +2522,10 @@ msgstr "Modifier les propriétés fax" msgid "Edit samba properties" msgstr "Modifier les propriétés samba" +#: plugins/admin/users/class_divListUsers.inc:250 +msgid "Netatalk" +msgstr "" + #: plugins/admin/users/class_divListUsers.inc:251 msgid "Edit netatalk properties" msgstr "Modifier les propriétés de Netatalk" @@ -2771,34 +2538,6 @@ msgstr "Créer un nouvel utilisateur depuis un modèle" msgid "Create user with this template" msgstr "Créer un nouvel utilisateur avec ce modèle" -#: plugins/admin/users/class_divListUsers.inc:277 -#: plugins/admin/ogroups/class_divListOGroup.inc:247 -#: plugins/admin/acl/class_divListACL.inc:216 -#: plugins/admin/groups/class_divListGroup.inc:256 -msgid "cut" -msgstr "couper" - -#: plugins/admin/users/class_divListUsers.inc:277 -#: plugins/admin/ogroups/class_divListOGroup.inc:247 -#: plugins/admin/acl/class_divListACL.inc:216 -#: plugins/admin/groups/class_divListGroup.inc:256 -msgid "Cut this entry" -msgstr "Couper cette entrée" - -#: plugins/admin/users/class_divListUsers.inc:279 -#: plugins/admin/ogroups/class_divListOGroup.inc:249 -#: plugins/admin/acl/class_divListACL.inc:218 -#: plugins/admin/groups/class_divListGroup.inc:258 -msgid "copy" -msgstr "copier" - -#: plugins/admin/users/class_divListUsers.inc:279 -#: plugins/admin/ogroups/class_divListOGroup.inc:249 -#: plugins/admin/acl/class_divListACL.inc:218 -#: plugins/admin/groups/class_divListGroup.inc:258 -msgid "Copy this entry" -msgstr "Copier cette entrée" - #: plugins/admin/users/class_divListUsers.inc:288 #, fuzzy msgid "Deactivated" @@ -2808,18 +2547,6 @@ msgstr "Activé" msgid "Active" msgstr "Actif" -#: plugins/admin/users/class_divListUsers.inc:298 -#: plugins/admin/ogroups/class_divListOGroup.inc:253 -#: plugins/admin/departments/class_divListDepartment.inc:166 -#: plugins/admin/acl/class_aclRole.inc:340 -#: plugins/admin/acl/class_aclRole.inc:385 -#: plugins/admin/acl/class_divListACL.inc:223 -#: plugins/admin/acl/class_divListACL.inc:245 -#: plugins/admin/groups/class_divListGroup.inc:263 include/class_acl.inc:409 -#: include/class_acl.inc:452 -msgid "edit" -msgstr "éditer" - #: plugins/admin/users/class_divListUsers.inc:299 msgid "Edit user" msgstr "Editer un utilisateur" @@ -2833,18 +2560,6 @@ msgid "You are not allowed to change the password for this user." msgstr "" "Vous n'êtes pas autorisé à modifier le mot de passe de cet utilisateur." -#: plugins/admin/users/class_divListUsers.inc:322 -#: plugins/admin/ogroups/class_divListOGroup.inc:261 -#: plugins/admin/departments/class_divListDepartment.inc:171 -#: plugins/admin/acl/class_aclRole.inc:341 -#: plugins/admin/acl/class_aclRole.inc:386 -#: plugins/admin/acl/class_divListACL.inc:233 -#: plugins/admin/acl/class_divListACL.inc:249 -#: plugins/admin/groups/class_divListGroup.inc:272 include/class_acl.inc:410 -#: include/class_acl.inc:453 -msgid "delete" -msgstr "supprimer" - #: plugins/admin/users/class_divListUsers.inc:323 #: plugins/admin/users/class_userManagement.inc:526 msgid "Delete user" @@ -2859,14 +2574,6 @@ msgstr "Vous n'êtes pas autorisé à supprimer cet utilisateur." msgid "Number of listed users" msgstr "Nombre de pages" -#: plugins/admin/users/class_divListUsers.inc:413 -#: plugins/admin/ogroups/class_divListOGroup.inc:311 -#: plugins/admin/departments/class_divListDepartment.inc:210 -#: plugins/admin/groups/class_divListGroup.inc:330 -#, fuzzy -msgid "Number of listed departments" -msgstr "Nom du département" - #: plugins/admin/users/class_userManagement.inc:241 #, fuzzy msgid "Password change failed." @@ -2878,6 +2585,11 @@ msgid "You are not allowed to set this users password!" msgstr "" "Vous n'êtes pas autorisé à indiquer un mot de passe pour cet utilisateur!" +#: plugins/admin/users/class_userManagement.inc:296 +#: ihtml/themes/default/password.tpl:40 +msgid "Password change" +msgstr "Changement de mot de passe" + #: plugins/admin/users/class_userManagement.inc:404 #, php-format msgid "You're about to delete the following entry: %s" @@ -2904,200 +2616,334 @@ msgstr "supprimer" msgid "You are not allowed to delete the user '%s'!" msgstr "Vous n'êtes pas autorisé à supprimer l'utilisateur '%s'!" -#: plugins/admin/users/class_userManagement.inc:493 -msgid "Could not set user status from locked to unlocked." +#: plugins/admin/users/class_userManagement.inc:493 +msgid "Could not set user status from locked to unlocked." +msgstr "" + +#: plugins/admin/users/class_userManagement.inc:495 +msgid "Could not set user status from unlocked to locked." +msgstr "" + +#: plugins/admin/users/class_userManagement.inc:526 +#, php-format +msgid "You're about to delete the user %s." +msgstr "Vous êtes sur le point de supprimer l'utilisateur %s." + +#: plugins/admin/users/class_userManagement.inc:553 +#, fuzzy +msgid "User deleted" +msgstr "supprimer" + +#: plugins/admin/users/class_userManagement.inc:553 +#, fuzzy +msgid "User successfully removed." +msgstr "L'envoi du retour d'information à réussi" + +#: plugins/admin/users/class_userManagement.inc:558 +msgid "You are not allowed to delete this user!" +msgstr "Vous n'êtes pas autorisé à supprimer cet utilisateur!" + +#: plugins/admin/users/class_userManagement.inc:664 +#: plugins/admin/ogroups/class_ogroup.inc:286 +msgid "none" +msgstr "aucun" + +#: plugins/admin/users/class_userManagement.inc:683 +msgid "Please select a valid template." +msgstr "Veuillez sélectionner un modèle valide." + +#: plugins/admin/users/class_userManagement.inc:776 +msgid "A person with the choosen name is already used in this tree." +msgstr "Une personne ayant ce nom existe déjà dans l'annuaire." + +#: plugins/admin/departments/class_divListDepartment.inc:27 +#: plugins/admin/departments/class_divListDepartment.inc:28 +msgid "List of departments" +msgstr "Liste des départements" + +#: plugins/admin/departments/class_divListDepartment.inc:33 +msgid "" +"This menu allows you to create, delete and edit selected departments. Having " +"a large number of departments, you might prefer the range selectors on top " +"of the department list." +msgstr "" +"Ce menu vous permet de d'ajouter, supprimer et éditer les départements " +"sélectionnés. Si vous avez un grand nombre de départements il est conseillé " +"d'utiliser les filtres." + +#: plugins/admin/departments/class_divListDepartment.inc:48 +#: plugins/admin/departments/class_departmentGeneric.inc:574 +msgid "Department name" +msgstr "Nom du département" + +#: plugins/admin/departments/class_divListDepartment.inc:56 +msgid "Regular expression for matching department names" +msgstr "Expression régulière pour faire correspondre les départements" + +#: plugins/admin/departments/class_divListDepartment.inc:200 +msgid "department" +msgstr "département" + +#: plugins/admin/departments/tabs_department.inc:34 +#: include/class_MultiSelectWindow.inc:503 include/functions.inc:341 +#: include/functions.inc:368 include/functions.inc:377 +#: include/functions.inc:406 include/functions.inc:649 +#: include/functions.inc:688 include/functions.inc:733 +#: include/functions.inc:1311 include/functions.inc:2503 +#: include/class_config.inc:224 setup/class_setupStep_Schema.inc:95 +#: setup/class_setupStep_Migrate.inc:1030 +#: setup/class_setupStep_Migrate.inc:1056 +#: setup/class_setupStep_Migrate.inc:1104 +#: setup/class_setupStep_Migrate.inc:1152 +#: setup/class_setupStep_Migrate.inc:1916 html/index.php:244 +#: html/index.php:258 html/index.php:271 +#, fuzzy +msgid "LDAP error" +msgstr "Erreur LDAP :" + +#: plugins/admin/departments/tabs_department.inc:34 +#, fuzzy +msgid "Moving LDAP tree failed: destination tree is a subtree of the source!" +msgstr "" +"Impossible de bouger l'arbre. L'arbre de destination est un sous arbre de " +"l'arbre à bouger." + +#: plugins/admin/departments/dep_iframe.tpl:1 +msgid "Processing the requested operation" +msgstr "Opération en cours" + +#: plugins/admin/departments/dep_iframe.tpl:7 +msgid "" +"Your browser doesn't support iframes, please use this link to perform the " +"requested operation." +msgstr "" +"Votre navigateur ne supporte pas les iframes, veuillez utiliser ce lien pour " +"effectuer l'opération demandée." + +#: plugins/admin/departments/dep_move_confirm.tpl:2 +msgid "You are currently moving/renaming this department." +msgstr "Vous êtes occupé à bouger/renommer ce département." + +#: plugins/admin/departments/dep_move_confirm.tpl:5 +msgid "" +"Modifying a departments naming attribute 'ou' or base may corrupt acls and " +"snapshot entries for all entire objects." msgstr "" +"La modification de l'attribut 'ou' ou la base d'un département peut " +"corrompre les entrées acls et snapshot pour tout les objets." -#: plugins/admin/users/class_userManagement.inc:495 -msgid "Could not set user status from unlocked to locked." +#: plugins/admin/departments/dep_move_confirm.tpl:8 +msgid "GOsa can NOT fix this for you, yet." +msgstr "GOsa ne PEUT PAS encore corriger ceci pour vous." + +#: plugins/admin/departments/dep_move_confirm.tpl:11 +msgid "" +"Before you confirm this action, ensure that everything will be as expected, " +"possibly the best solution is a backup." msgstr "" +"Avant de confirmer cette action, vérifiez que tout se passera comme prévu, " +"la meilleure solution est probablement une sauvegarde." -#: plugins/admin/users/class_userManagement.inc:526 -#, php-format -msgid "You're about to delete the user %s." -msgstr "Vous êtes sur le point de supprimer l'utilisateur %s." +#: plugins/admin/departments/generic.tpl:8 +msgid "Name of department" +msgstr "Nom du département" -#: plugins/admin/users/class_userManagement.inc:553 -#, fuzzy -msgid "User delted" -msgstr "Image de l'utilisateur" +#: plugins/admin/departments/generic.tpl:11 +msgid "Name of subtree to create" +msgstr "Nom de la branche à créer" -#: plugins/admin/users/class_userManagement.inc:553 -#, fuzzy -msgid "User successfully removed." -msgstr "L'envoi du retour d'information à réussi" +#: plugins/admin/departments/generic.tpl:19 +msgid "Descriptive text for department" +msgstr "Description du département" -#: plugins/admin/users/class_userManagement.inc:558 -msgid "You are not allowed to delete this user!" -msgstr "Vous n'êtes pas autorisé à supprimer cet utilisateur!" +#: plugins/admin/departments/generic.tpl:24 +#: plugins/admin/departments/class_departmentGeneric.inc:575 +msgid "Category" +msgstr "Catégorie" -#: plugins/admin/users/class_userManagement.inc:664 -#: plugins/admin/ogroups/class_ogroup.inc:298 -msgid "none" -msgstr "aucun" +#: plugins/admin/departments/generic.tpl:27 +msgid "Category for this subtree" +msgstr "Catégorie pour cette branche de l'annuaire" -#: plugins/admin/users/class_userManagement.inc:683 -msgid "Please select a valid template." -msgstr "Veuillez sélectionner un modèle valide." +#: plugins/admin/departments/generic.tpl:39 +msgid "Choose subtree to place department in" +msgstr "" +"Sélectionnez la branche de l'annuaire dans laquelle sera placée le " +"département" -#: plugins/admin/users/class_userManagement.inc:776 -msgid "A person with the choosen name is already used in this tree." -msgstr "Une personne ayant ce nom existe déjà dans l'annuaire." +#: plugins/admin/departments/generic.tpl:63 +msgid "State where this subtree is located" +msgstr "Lieu où est située cette branche de l'annuaire" -#: plugins/admin/users/template.tpl:2 -msgid "Creating a new user using templates" -msgstr "Créer un nouvel utilisateur à partir d'un modèle" +#: plugins/admin/departments/generic.tpl:71 +msgid "Location of this subtree" +msgstr "Lieu de cette branche" -#: plugins/admin/users/template.tpl:6 -msgid "" -"Creating a new user can be assisted by using templates. Many database " -"records will be filled automatically. Choose 'none' to skip the usage of " -"templates." -msgstr "" -"La création d'un nouvel utilisateur peut être facilité en utilisant les " -"modèles. De nombreuses informations seront ainsi remplies automatiquement. " -"Sélectionnez 'aucun' afin de ne pas utiliser les modèles." +#: plugins/admin/departments/generic.tpl:79 +msgid "Postal address of this subtree" +msgstr "Adresse postale de cette branche" -#: plugins/admin/users/password.tpl:2 -msgid "" -"To change the user password use the fields below. The changes take effect " -"immediately. Please memorize the new password, because the user wouldn't be " -"able to login without it." -msgstr "" -"Pour changer le mot de passe des utilisateurs, utilisez le champ ci-dessous. " -"Les changements prennent effet immédiatement. Veuillez mémoriser le nouveau " -"mot de passe sinon l'utilisateur ne pourra pas s'identifier sans celui-ci." +#: plugins/admin/departments/generic.tpl:86 +msgid "Base telephone number of this subtree" +msgstr "Numéro de téléphone de base pour cette sous-branche" -#: plugins/admin/users/main.inc:43 plugins/admin/users/main.inc:49 -msgid "User administration" -msgstr "Administration des utilisateurs" +#: plugins/admin/departments/generic.tpl:94 +msgid "Base facsimile telephone number of this subtree" +msgstr "Numéro de fax de base pour cette sous-branche" -#: plugins/admin/ogroups/class_ogroupManagement.inc:24 -#: plugins/admin/ogroups/class_ogroup.inc:758 -#: plugins/admin/ogroups/main.inc:35 plugins/admin/ogroups/main.inc:40 -msgid "Object groups" -msgstr "Groupes d'objets" +#: plugins/admin/departments/generic.tpl:109 +#: plugins/admin/departments/class_departmentGeneric.inc:578 +msgid "Administrative settings" +msgstr "Paramètres administratifs" -#: plugins/admin/ogroups/class_ogroupManagement.inc:183 -#, php-format -msgid "You're about to delete the following object entry %s" -msgstr "Vous êtes sur le point de supprimer l'entrée %s." +#: plugins/admin/departments/generic.tpl:111 +msgid "Tag department as an independent administrative unit" +msgstr "Marquer le département comme une entité administrative indépendante" -#: plugins/admin/ogroups/class_ogroupManagement.inc:185 -#, php-format -msgid "You're about to delete the following object entries %s" -msgstr "Vous êtes sur le point de supprimer les entrées %s" +#: plugins/admin/departments/remove.tpl:6 +msgid "" +"This includes 'all' accounts, systems, etc. in this subtree. Please double " +"check if your really want to do this since there is no way for GOsa to get " +"your data back." +msgstr "" +"Ceci inclus tous les comptes systèmes, etc... dans cette branche. Veuillez " +"vérifier si vous voulez réaliser cette opération étant donné qu'il est " +"impossible pour GOsa de récupérer vos données." -#: plugins/admin/ogroups/class_ogroupManagement.inc:215 -#: plugins/admin/ogroups/class_ogroupManagement.inc:267 -#: plugins/admin/ogroups/class_ogroupManagement.inc:294 -msgid "You are not allowed to delete this object group!" -msgstr "Vous n'êtes pas autorisé à supprimer le groupe objet!" +#: plugins/admin/departments/main.inc:41 plugins/admin/departments/main.inc:43 +msgid "Department management" +msgstr "Gestion des départements" -#: plugins/admin/ogroups/class_ogroupManagement.inc:260 +#: plugins/admin/departments/class_departmentGeneric.inc:187 #, php-format -msgid "You're about to delete the object group '%s'." -msgstr "Vous êtes sur le point de supprimer le groupe objet '%s'." - -#: plugins/admin/ogroups/class_ogroupManagement.inc:457 -#, fuzzy -msgid "Windows Install" -msgstr "Station de travail Windows" +msgid "Removing of department with dn '%s' failed." +msgstr "La suppression du département avec le dn '%s' à échoué." -#: plugins/admin/ogroups/class_ogroupManagement.inc:458 -msgid "Terminal" -msgstr "Terminal" +#: plugins/admin/departments/class_departmentGeneric.inc:246 +#: plugins/admin/departments/class_departmentGeneric.inc:248 +msgid "Department with that 'Name' already exists." +msgstr "Un département ayant ce 'Nom' existe déjà." -#: plugins/admin/ogroups/class_ogroup.inc:156 -msgid "This 'dn' is no object group." -msgstr "Ce 'dn' n'est pas un groupe objet." +#: plugins/admin/departments/class_departmentGeneric.inc:253 +msgid "Required field 'Name' is not set." +msgstr "Le champ obligatoire 'Nom' n'est pas rempli." -#: plugins/admin/ogroups/class_ogroup.inc:300 -msgid "too many different objects!" -msgstr "nombre d'objets différents trop important!" +#: plugins/admin/departments/class_departmentGeneric.inc:256 +msgid "Required field 'Description' is not set." +msgstr "Le champ obligatoire 'Description' n'est pas rempli." -#: plugins/admin/ogroups/class_ogroup.inc:302 -msgid "users" -msgstr "utilisateurs" +#: plugins/admin/departments/class_departmentGeneric.inc:260 +#, php-format +msgid "" +"The field 'Name' contains the reserved word '%s'. Please choose another name." +msgstr "" +"Le champ 'Nom' contient le mot réservé '%s'. Veuillez choisir un autre nom." -#: plugins/admin/ogroups/class_ogroup.inc:303 -msgid "groups" -msgstr "groupes" +#: plugins/admin/departments/class_departmentGeneric.inc:312 html/main.php:149 +#, fuzzy +msgid "Fatal error" +msgstr "Serveur de terminaux" -#: plugins/admin/ogroups/class_ogroup.inc:304 -msgid "applications" -msgstr "applications" +#: plugins/admin/departments/class_departmentGeneric.inc:312 +#, fuzzy +msgid "Cannot find an unused tag for this administrative unit!" +msgstr "" +"Erreur fatale: Impossible de trouver un marqueur libre pour marquer l'entité " +"administrative !" -#: plugins/admin/ogroups/class_ogroup.inc:305 -msgid "departments" -msgstr "départements" +#: plugins/admin/departments/class_departmentGeneric.inc:358 +#, php-format +msgid "Saving of department with dn '%s' failed." +msgstr "La sauvegarde du département avec le dn '%s' à échoué." -#: plugins/admin/ogroups/class_ogroup.inc:306 -msgid "servers" -msgstr "serveurs" +#: plugins/admin/departments/class_departmentGeneric.inc:403 +#, php-format +msgid "Tagging '%s'." +msgstr "Marquer '%s'." -#: plugins/admin/ogroups/class_ogroup.inc:307 -msgid "workstations" -msgstr "stations de travail" +#: plugins/admin/departments/class_departmentGeneric.inc:488 +#, php-format +msgid "Moving '%s' to '%s'" +msgstr "Bouger '%s' vers '%s'" -#: plugins/admin/ogroups/class_ogroup.inc:308 -#, fuzzy -msgid "winstations" -msgstr "Stations Windows" +#: plugins/admin/departments/class_departmentGeneric.inc:524 +#: include/class_acl.inc:643 include/class_acl.inc:650 +#: include/class_acl.inc:657 include/class_acl.inc:663 +#: ihtml/themes/default/snapshotdialog.tpl:20 +#: ihtml/themes/default/snapshotdialog.tpl:62 +msgid "Object" +msgstr "Objet" -#: plugins/admin/ogroups/class_ogroup.inc:309 -msgid "terminals" -msgstr "terminaux" +#: plugins/admin/departments/class_departmentGeneric.inc:529 +#, php-format +msgid "FAILED to copy %s, aborting operation" +msgstr "Impossible de copier %s, arrêt de l'opération" -#: plugins/admin/ogroups/class_ogroup.inc:310 -msgid "phones" -msgstr "téléphones" +#: plugins/admin/departments/class_departmentGeneric.inc:561 +#: plugins/admin/departments/class_departmentGeneric.inc:566 +#: plugins/admin/departments/class_departmentManagement.inc:24 +#: plugins/admin/ogroups/class_divListOGroup.inc:64 +msgid "Departments" +msgstr "Départements" -#: plugins/admin/ogroups/class_ogroup.inc:311 -msgid "printers" -msgstr "imprimantes" +#: plugins/admin/departments/class_departmentGeneric.inc:570 +msgid "Country" +msgstr "Pays" -#: plugins/admin/ogroups/class_ogroup.inc:318 -msgid "and" -msgstr "et" +#: plugins/admin/departments/class_departmentGeneric.inc:573 +msgid "Telephone" +msgstr "Téléphone" -#: plugins/admin/ogroups/class_ogroup.inc:463 -msgid "Non existing dn:" -msgstr "le dn n'existe pas:" +#: plugins/admin/departments/class_departmentGeneric.inc:630 +#, php-format +msgid "Object '%s' is already tagged" +msgstr "L'objet '%s' est déjà marqué" -#: plugins/admin/ogroups/class_ogroup.inc:607 -msgid "There is already an object with this cn." -msgstr "Il y a déjà un objet avec ce cn." +#: plugins/admin/departments/class_departmentGeneric.inc:637 +#, php-format +msgid "Adding tag (%s) to object '%s'" +msgstr "Ajouter une marque (%s) à l'objet '%s'" -#: plugins/admin/ogroups/class_ogroup.inc:622 -msgid "You can combine two different object types at maximum only!" -msgstr "Vous pouvez combiner au maximum deux objets différents !" +#: plugins/admin/departments/class_departmentGeneric.inc:651 +#: plugins/admin/departments/class_departmentGeneric.inc:680 +#, php-format +msgid "Handle object tagging with dn '%s' failed." +msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:678 +#: plugins/admin/departments/class_departmentGeneric.inc:667 #, php-format -msgid "Saving of object group/generic with dn '%s' failed." -msgstr "La sauvegarde du groupe d'objet/générique avec le dn '%s' à échoué." +msgid "Removing tag from object '%s'" +msgstr "Suppression de la marque de l'objet '%s'" -#: plugins/admin/ogroups/class_ogroup.inc:691 +#: plugins/admin/departments/class_departmentManagement.inc:248 #, php-format -msgid "Removing of object group/generic with dn '%s' failed." -msgstr "La suppression du groupe d'objet/générique avec le dn '%s' à échoué." +msgid "You're about to delete the whole LDAP subtree placed under '%s'." +msgstr "" +"Vous êtes sur le point de supprimer la branche complète de l'annuaire LDAP " +"placé sous '%s'." -#: plugins/admin/ogroups/class_ogroup.inc:753 -msgid "Object group generic" -msgstr "Groupes d'objets" +#: plugins/admin/ogroups/tabs_ogroups.inc:76 +#: plugins/admin/ogroups/tabs_ogroups.inc:228 +msgid "Phone queue" +msgstr "Queue téléphonique" + +#: plugins/admin/ogroups/tabs_ogroups.inc:100 +msgid "System" +msgstr "Système" -#: plugins/admin/ogroups/class_ogroup.inc:761 plugins/admin/acl/acl_role.tpl:7 -#: plugins/admin/acl/class_aclRole.inc:677 plugins/admin/acl/paste_role.tpl:4 -#: plugins/admin/groups/class_groupGeneric.inc:1001 -#: setup/setup_migrate.tpl:209 setup/setup_feedback.tpl:22 html/getxls.php:223 -#: html/getxls.php:290 -msgid "Name" -msgstr "Nom" +#: plugins/admin/ogroups/tabs_ogroups.inc:108 +#: plugins/admin/ogroups/tabs_ogroups.inc:115 +#: plugins/admin/ogroups/tabs_ogroups.inc:208 +msgid "Devices" +msgstr "Périphériques" -#: plugins/admin/ogroups/class_ogroup.inc:764 -msgid "Member" -msgstr "Membres" +#: plugins/admin/ogroups/tabs_ogroups.inc:122 +msgid "Startup" +msgstr "Démarrage" + +#: plugins/admin/ogroups/tabs_ogroups.inc:204 +msgid "Terminals" +msgstr "Terminaux" #: plugins/admin/ogroups/ogroup_objects.tpl:6 msgid "Select objects to add" @@ -3135,6 +2981,18 @@ msgstr "Sélectionnez pour voir les applications" msgid "Show applications" msgstr "Afficher les applications" +#: plugins/admin/ogroups/ogroup_objects.tpl:31 +msgid "Show servers" +msgstr "Afficher les serveurs" + +#: plugins/admin/ogroups/ogroup_objects.tpl:32 +msgid "Select to see workstations" +msgstr "Sélectionnez pour voir les stations de travail" + +#: plugins/admin/ogroups/ogroup_objects.tpl:32 +msgid "Show workstations" +msgstr "Afficher les stations de travail" + #: plugins/admin/ogroups/ogroup_objects.tpl:33 msgid "Select to see terminals" msgstr "Sélectionnez pour afficher les terminaux" @@ -3171,42 +3029,55 @@ msgstr "Afficher les objets correspondants" msgid "Regular expression for matching object names" msgstr "Expression régulière pour trouver les objets correspondants" -#: plugins/admin/ogroups/remove.tpl:7 -msgid "" -"Please double check if you really want to do this since there is no way for " -"GOsa to get your data back." -msgstr "" -"Veuillez vérifier que vous voulez effectuer cette action. Toutes les données " -"seront perdues étant donné qu'il est impossible pour GOsa de récupérer vos " -"données." +#: plugins/admin/ogroups/class_ogroupManagement.inc:24 +#: plugins/admin/ogroups/class_ogroup.inc:746 +#: plugins/admin/ogroups/main.inc:35 plugins/admin/ogroups/main.inc:40 +msgid "Object groups" +msgstr "Groupes d'objets" -#: plugins/admin/ogroups/paste_generic.tpl:4 -#: plugins/admin/ogroups/generic.tpl:7 -#: plugins/admin/groups/paste_generic.tpl:5 -#: plugins/admin/groups/generic.tpl:11 -msgid "Group name" -msgstr "Nom du groupe" +#: plugins/admin/ogroups/class_ogroupManagement.inc:183 +#, php-format +msgid "You're about to delete the following object entry %s" +msgstr "Vous êtes sur le point de supprimer l'entrée %s." -#: plugins/admin/ogroups/paste_generic.tpl:7 -msgid "Please enter the new object group name" -msgstr "Veuillez entrer un nouveau nom pour le groupe d'objet" +#: plugins/admin/ogroups/class_ogroupManagement.inc:185 +#, php-format +msgid "You're about to delete the following object entries %s" +msgstr "Vous êtes sur le point de supprimer les entrées %s" -#: plugins/admin/ogroups/generic.tpl:10 -msgid "Name of the group" -msgstr "Nom du groupe" +#: plugins/admin/ogroups/class_ogroupManagement.inc:260 +#, php-format +msgid "You're about to delete the object group '%s'." +msgstr "Vous êtes sur le point de supprimer le groupe objet '%s'." -#: plugins/admin/ogroups/generic.tpl:18 plugins/admin/groups/generic.tpl:28 -msgid "Descriptive text for this group" -msgstr "Description du groupe" +#: plugins/admin/ogroups/class_ogroupManagement.inc:454 +#: plugins/generic/references/class_reference.inc:44 +#: setup/setup_config2.tpl:264 setup/setup_config2.tpl:309 +msgid "Server" +msgstr "Serveur" -#: plugins/admin/ogroups/generic.tpl:29 plugins/admin/acl/acl_role.tpl:31 -#: plugins/admin/groups/generic.tpl:43 -msgid "Choose subtree to place group in" -msgstr "Sélectionnez la branche où sera placée le groupe" +#: plugins/admin/ogroups/class_ogroupManagement.inc:456 +#: plugins/generic/references/class_reference.inc:48 +msgid "Workstation" +msgstr "Stations de travail" -#: plugins/admin/ogroups/generic.tpl:42 -msgid "Member objects" -msgstr "Objets membres" +#: plugins/admin/ogroups/class_ogroupManagement.inc:457 +#, fuzzy +msgid "Windows Install" +msgstr "Station de travail Windows" + +#: plugins/admin/ogroups/class_ogroupManagement.inc:458 +msgid "Terminal" +msgstr "Terminal" + +#: plugins/admin/ogroups/class_ogroupManagement.inc:459 +#: plugins/generic/references/class_reference.inc:52 +msgid "Printer" +msgstr "Imprimante" + +#: plugins/admin/ogroups/paste_generic.tpl:7 +msgid "Please enter the new object group name" +msgstr "Veuillez entrer un nouveau nom pour le groupe d'objet" #: plugins/admin/ogroups/class_divListOGroup.inc:39 #: plugins/admin/ogroups/class_divListOGroup.inc:40 @@ -3227,13 +3098,6 @@ msgstr "" msgid "Name of object groups" msgstr "Nom du groupe d'objets" -#: plugins/admin/ogroups/class_divListOGroup.inc:64 -#: plugins/admin/departments/class_departmentManagement.inc:24 -#: plugins/admin/departments/class_departmentGeneric.inc:582 -#: plugins/admin/departments/class_departmentGeneric.inc:587 -msgid "Departments" -msgstr "Départements" - #: plugins/admin/ogroups/class_divListOGroup.inc:69 msgid "Select to see groups containing users" msgstr "Sélectionner pour afficher les groupes contenant des utilisateurs" @@ -3286,1603 +3150,1447 @@ msgstr "Afficher les groupes contenant des stations de travail" #: plugins/admin/ogroups/class_divListOGroup.inc:75 #, fuzzy msgid "Select to see groups containing windows workstations" -msgstr "" -"Sélectionner pour afficher les groupes contenant des stations de travail" - -#: plugins/admin/ogroups/class_divListOGroup.inc:75 -#, fuzzy -msgid "Show groups containing windows workstations" -msgstr "Afficher les groupes contenant des stations de travail" - -#: plugins/admin/ogroups/class_divListOGroup.inc:76 -msgid "Select to see groups containing terminals" -msgstr "Sélectionner pour afficher les groupes contenant des terminaux" - -#: plugins/admin/ogroups/class_divListOGroup.inc:76 -msgid "Show groups containing terminals" -msgstr "Afficher les groupes contenant des terminaux" - -#: plugins/admin/ogroups/class_divListOGroup.inc:77 -msgid "Select to see groups containing printer" -msgstr "Sélectionner pour afficher les groupes contenant des imprimantes" - -#: plugins/admin/ogroups/class_divListOGroup.inc:77 -msgid "Show groups containing printer" -msgstr "Afficher les groupes contenant des imprimantes" - -#: plugins/admin/ogroups/class_divListOGroup.inc:78 -msgid "Select to see groups containing phones" -msgstr "Sélectionner pour afficher les groupes contenant des téléphones" - -#: plugins/admin/ogroups/class_divListOGroup.inc:78 -msgid "Show groups containing phones" -msgstr "Afficher les groupes contenant des téléphones" - -#: plugins/admin/ogroups/class_divListOGroup.inc:253 -#: plugins/admin/departments/class_divListDepartment.inc:166 -#: plugins/admin/groups/class_divListGroup.inc:263 -msgid "Edit this entry" -msgstr "Editer cette entrée" - -#: plugins/admin/ogroups/class_divListOGroup.inc:261 -#: plugins/admin/departments/class_divListDepartment.inc:171 -#: plugins/admin/groups/class_divListGroup.inc:272 -msgid "Delete this entry" -msgstr "Supprimer cette entrée" - -#: plugins/admin/ogroups/class_divListOGroup.inc:264 -msgid "You are not allowed to remove this entry." -msgstr "Vous n'êtes pas autorisé à supprimer cette entrée" - -#: plugins/admin/ogroups/class_divListOGroup.inc:310 -#, fuzzy -msgid "Number of listed object groups" -msgstr "Nom du groupe d'objets" - -#: plugins/admin/ogroups/tabs_ogroups.inc:71 -#: plugins/admin/ogroups/tabs_ogroups.inc:215 -msgid "Phone queue" -msgstr "Queue téléphonique" - -#: plugins/admin/ogroups/tabs_ogroups.inc:95 -msgid "System" -msgstr "Système" - -#: plugins/admin/ogroups/tabs_ogroups.inc:193 -msgid "Terminals" -msgstr "Terminaux" - -#: plugins/admin/departments/class_departmentManagement.inc:178 -#: plugins/admin/groups/class_groupManagement.inc:298 -#, php-format -msgid "You're about to delete the following entry %s" -msgstr "Vous êtes sur le point de supprimer l'entrée %s." - -#: plugins/admin/departments/class_departmentManagement.inc:180 -#: plugins/admin/groups/class_groupManagement.inc:300 -#, php-format -msgid "You're about to delete the following entries %s" -msgstr "Vous êtes sur le point de supprimer les entrées %s" - -#: plugins/admin/departments/class_departmentManagement.inc:206 -#: plugins/admin/departments/class_departmentManagement.inc:254 -#: plugins/admin/departments/class_departmentManagement.inc:273 -msgid "You have no permission to remove this department." -msgstr "Vous n'avez pas les droits nécessaires pour supprimer ce département." - -#: plugins/admin/departments/class_departmentManagement.inc:248 -#, php-format -msgid "You're about to delete the whole LDAP subtree placed under '%s'." -msgstr "" -"Vous êtes sur le point de supprimer la branche complète de l'annuaire LDAP " -"placé sous '%s'." - -#: plugins/admin/departments/tabs_department.inc:34 -msgid "Try to move tree failed. Destination tree is subtree of source tree." -msgstr "" -"Impossible de bouger l'arbre. L'arbre de destination est un sous arbre de " -"l'arbre à bouger." - -#: plugins/admin/departments/dep_move_confirm.tpl:2 -msgid "You are currently moving/renaming this department." -msgstr "Vous êtes occupé à bouger/renommer ce département." - -#: plugins/admin/departments/dep_move_confirm.tpl:5 -msgid "" -"Modifying a departments naming attribute 'ou' or base may corrupt acls and " -"snapshot entries for all entire objects." -msgstr "" -"La modification de l'attribut 'ou' ou la base d'un département peut " -"corrompre les entrées acls et snapshot pour tout les objets." - -#: plugins/admin/departments/dep_move_confirm.tpl:8 -msgid "GOsa can NOT fix this for you, yet." -msgstr "GOsa ne PEUT PAS encore corriger ceci pour vous." - -#: plugins/admin/departments/dep_move_confirm.tpl:11 -msgid "" -"Before you confirm this action, ensure that everything will be as expected, " -"possibly the best solution is a backup." -msgstr "" -"Avant de confirmer cette action, vérifiez que tout se passera comme prévu, " -"la meilleure solution est probablement une sauvegarde." - -#: plugins/admin/departments/class_departmentGeneric.inc:197 -#, php-format -msgid "Removing of department with dn '%s' failed." -msgstr "La suppression du département avec le dn '%s' à échoué." - -#: plugins/admin/departments/class_departmentGeneric.inc:258 -#: plugins/admin/departments/class_departmentGeneric.inc:260 -msgid "Department with that 'Name' already exists." -msgstr "Un département ayant ce 'Nom' existe déjà." - -#: plugins/admin/departments/class_departmentGeneric.inc:265 -msgid "Required field 'Name' is not set." -msgstr "Le champ obligatoire 'Nom' n'est pas rempli." - -#: plugins/admin/departments/class_departmentGeneric.inc:268 -msgid "Required field 'Description' is not set." -msgstr "Le champ obligatoire 'Description' n'est pas rempli." - -#: plugins/admin/departments/class_departmentGeneric.inc:272 -#, php-format -msgid "" -"The field 'Name' contains the reserved word '%s'. Please choose another name." -msgstr "" -"Le champ 'Nom' contient le mot réservé '%s'. Veuillez choisir un autre nom." - -#: plugins/admin/departments/class_departmentGeneric.inc:326 -msgid "Fatal error: Can't find an unused tag to mark the administrative unit!" -msgstr "" -"Erreur fatale: Impossible de trouver un marqueur libre pour marquer l'entité " -"administrative !" - -#: plugins/admin/departments/class_departmentGeneric.inc:376 -#, php-format -msgid "Saving of department with dn '%s' failed." -msgstr "La sauvegarde du département avec le dn '%s' à échoué." - -#: plugins/admin/departments/class_departmentGeneric.inc:424 -#, php-format -msgid "Tagging '%s'." -msgstr "Marquer '%s'." - -#: plugins/admin/departments/class_departmentGeneric.inc:509 -#, php-format -msgid "Moving '%s' to '%s'" -msgstr "Bouger '%s' vers '%s'" - -#: plugins/admin/departments/class_departmentGeneric.inc:550 -#, php-format -msgid "FAILED to copy %s, aborting operation" -msgstr "Impossible de copier %s, arrêt de l'opération" - -#: plugins/admin/departments/class_departmentGeneric.inc:591 -msgid "Country" -msgstr "Pays" +msgstr "" +"Sélectionner pour afficher les groupes contenant des stations de travail" -#: plugins/admin/departments/class_departmentGeneric.inc:594 -msgid "Telephone" -msgstr "Téléphone" +#: plugins/admin/ogroups/class_divListOGroup.inc:75 +#, fuzzy +msgid "Show groups containing windows workstations" +msgstr "Afficher les groupes contenant des stations de travail" -#: plugins/admin/departments/class_departmentGeneric.inc:595 -#: plugins/admin/departments/class_divListDepartment.inc:48 -msgid "Department name" -msgstr "Nom du département" +#: plugins/admin/ogroups/class_divListOGroup.inc:76 +msgid "Select to see groups containing terminals" +msgstr "Sélectionner pour afficher les groupes contenant des terminaux" -#: plugins/admin/departments/class_departmentGeneric.inc:596 -#: plugins/admin/departments/generic.tpl:24 -msgid "Category" -msgstr "Catégorie" +#: plugins/admin/ogroups/class_divListOGroup.inc:76 +msgid "Show groups containing terminals" +msgstr "Afficher les groupes contenant des terminaux" -#: plugins/admin/departments/class_departmentGeneric.inc:599 -#: plugins/admin/departments/generic.tpl:117 -msgid "Administrative settings" -msgstr "Paramètres administratifs" +#: plugins/admin/ogroups/class_divListOGroup.inc:77 +msgid "Select to see groups containing printer" +msgstr "Sélectionner pour afficher les groupes contenant des imprimantes" -#: plugins/admin/departments/class_departmentGeneric.inc:651 -#, php-format -msgid "Object '%s' is already tagged" -msgstr "L'objet '%s' est déjà marqué" +#: plugins/admin/ogroups/class_divListOGroup.inc:77 +msgid "Show groups containing printer" +msgstr "Afficher les groupes contenant des imprimantes" -#: plugins/admin/departments/class_departmentGeneric.inc:658 -#, php-format -msgid "Adding tag (%s) to object '%s'" -msgstr "Ajouter une marque (%s) à l'objet '%s'" +#: plugins/admin/ogroups/class_divListOGroup.inc:78 +msgid "Select to see groups containing phones" +msgstr "Sélectionner pour afficher les groupes contenant des téléphones" -#: plugins/admin/departments/class_departmentGeneric.inc:672 -#: plugins/admin/departments/class_departmentGeneric.inc:701 -#, php-format -msgid "Handle object tagging with dn '%s' failed." -msgstr "" +#: plugins/admin/ogroups/class_divListOGroup.inc:78 +msgid "Show groups containing phones" +msgstr "Afficher les groupes contenant des téléphones" -#: plugins/admin/departments/class_departmentGeneric.inc:688 -#, php-format -msgid "Removing tag from object '%s'" -msgstr "Suppression de la marque de l'objet '%s'" +#: plugins/admin/ogroups/class_divListOGroup.inc:176 +#: plugins/admin/ogroups/class_divListOGroup.inc:294 +#: plugins/generic/references/class_reference.inc:50 +msgid "Object group" +msgstr "Groupes d'objets" -#: plugins/admin/departments/remove.tpl:6 -msgid "" -"This includes 'all' accounts, systems, etc. in this subtree. Please double " -"check if your really want to do this since there is no way for GOsa to get " -"your data back." -msgstr "" -"Ceci inclus tous les comptes systèmes, etc... dans cette branche. Veuillez " -"vérifier si vous voulez réaliser cette opération étant donné qu'il est " -"impossible pour GOsa de récupérer vos données." +#: plugins/admin/ogroups/class_divListOGroup.inc:264 +msgid "You are not allowed to remove this entry." +msgstr "Vous n'êtes pas autorisé à supprimer cette entrée" -#: plugins/admin/departments/remove.tpl:10 plugins/admin/acl/remove.tpl:10 -msgid "" -"Best thing to do before performing this action would be to save the current " -"contents of your LDAP tree in a file. So - if you've done so - press " -"'Delete' to continue or 'Cancel' to abort." -msgstr "" -"Il est conseillé de sauvegarder l'arbre de votre annuaire LDAP dans un " -"fichier avant de réaliser cette action. Appuyez sur 'Supprimer' pour " -"continuer ou 'Annuler' pour abandonner." +#: plugins/admin/ogroups/class_divListOGroup.inc:310 +#, fuzzy +msgid "Number of listed object groups" +msgstr "Nom du groupe d'objets" -#: plugins/admin/departments/class_divListDepartment.inc:27 -#: plugins/admin/departments/class_divListDepartment.inc:28 -msgid "List of departments" -msgstr "Liste des départements" +#: plugins/admin/ogroups/class_ogroup.inc:150 setup/setup_ldap.tpl:121 +#: ihtml/themes/default/MultiSelectWindow.tpl:44 +#: ihtml/themes/default/MultiSelectWindow.tpl:84 +#: ihtml/themes/default/msg_dialog.tpl:59 +#: ihtml/themes/default/msg_dialog.tpl:104 +msgid "Information" +msgstr "Information" -#: plugins/admin/departments/class_divListDepartment.inc:33 -msgid "" -"This menu allows you to create, delete and edit selected departments. Having " -"a large number of departments, you might prefer the range selectors on top " -"of the department list." +#: plugins/admin/ogroups/class_ogroup.inc:150 +msgid "You cannot combine terminals and workstations in one object group!" msgstr "" -"Ce menu vous permet de d'ajouter, supprimer et éditer les départements " -"sélectionnés. Si vous avez un grand nombre de départements il est conseillé " -"d'utiliser les filtres." - -#: plugins/admin/departments/class_divListDepartment.inc:56 -msgid "Regular expression for matching department names" -msgstr "Expression régulière pour faire correspondre les départements" -#: plugins/admin/departments/class_divListDepartment.inc:200 -msgid "department" -msgstr "département" +#: plugins/admin/ogroups/class_ogroup.inc:171 +msgid "This 'dn' is no object group." +msgstr "Ce 'dn' n'est pas un groupe objet." -#: plugins/admin/departments/generic.tpl:8 -msgid "Name of department" -msgstr "Nom du département" +#: plugins/admin/ogroups/class_ogroup.inc:288 +msgid "too many different objects!" +msgstr "nombre d'objets différents trop important!" -#: plugins/admin/departments/generic.tpl:11 -msgid "Name of subtree to create" -msgstr "Nom de la branche à créer" +#: plugins/admin/ogroups/class_ogroup.inc:290 +msgid "users" +msgstr "utilisateurs" -#: plugins/admin/departments/generic.tpl:19 -msgid "Descriptive text for department" -msgstr "Description du département" +#: plugins/admin/ogroups/class_ogroup.inc:291 +msgid "groups" +msgstr "groupes" -#: plugins/admin/departments/generic.tpl:27 -msgid "Category for this subtree" -msgstr "Catégorie pour cette branche de l'annuaire" +#: plugins/admin/ogroups/class_ogroup.inc:292 +msgid "applications" +msgstr "applications" -#: plugins/admin/departments/generic.tpl:39 -msgid "Choose subtree to place department in" -msgstr "" -"Sélectionnez la branche de l'annuaire dans laquelle sera placée le " -"département" +#: plugins/admin/ogroups/class_ogroup.inc:293 +msgid "departments" +msgstr "départements" -#: plugins/admin/departments/generic.tpl:63 -msgid "State where this subtree is located" -msgstr "Lieu où est située cette branche de l'annuaire" +#: plugins/admin/ogroups/class_ogroup.inc:294 +msgid "servers" +msgstr "serveurs" -#: plugins/admin/departments/generic.tpl:71 -msgid "Location of this subtree" -msgstr "Lieu de cette branche" +#: plugins/admin/ogroups/class_ogroup.inc:295 +msgid "workstations" +msgstr "stations de travail" -#: plugins/admin/departments/generic.tpl:79 -msgid "Postal address of this subtree" -msgstr "Adresse postale de cette branche" +#: plugins/admin/ogroups/class_ogroup.inc:296 +#, fuzzy +msgid "winstations" +msgstr "Stations Windows" -#: plugins/admin/departments/generic.tpl:86 -msgid "Base telephone number of this subtree" -msgstr "Numéro de téléphone de base pour cette sous-branche" +#: plugins/admin/ogroups/class_ogroup.inc:297 +msgid "terminals" +msgstr "terminaux" -#: plugins/admin/departments/generic.tpl:94 -msgid "Base facsimile telephone number of this subtree" -msgstr "Numéro de fax de base pour cette sous-branche" +#: plugins/admin/ogroups/class_ogroup.inc:298 +msgid "phones" +msgstr "téléphones" -#: plugins/admin/departments/generic.tpl:119 -msgid "Tag department as an independent administrative unit" -msgstr "Marquer le département comme une entité administrative indépendante" +#: plugins/admin/ogroups/class_ogroup.inc:299 +msgid "printers" +msgstr "imprimantes" -#: plugins/admin/departments/main.inc:41 plugins/admin/departments/main.inc:43 -msgid "Department management" -msgstr "Gestion des départements" +#: plugins/admin/ogroups/class_ogroup.inc:306 +msgid "and" +msgstr "et" -#: plugins/admin/departments/dep_iframe.tpl:1 -msgid "Processing the requested operation" -msgstr "Opération en cours" +#: plugins/admin/ogroups/class_ogroup.inc:451 +msgid "Non existing dn:" +msgstr "le dn n'existe pas:" -#: plugins/admin/departments/dep_iframe.tpl:7 -msgid "" -"Your browser doesn't support iframes, please use this link to perform the " -"requested operation." -msgstr "" -"Votre navigateur ne supporte pas les iframes, veuillez utiliser ce lien pour " -"effectuer l'opération demandée." +#: plugins/admin/ogroups/class_ogroup.inc:595 +msgid "There is already an object with this cn." +msgstr "Il y a déjà un objet avec ce cn." -#: plugins/admin/acl/tabs_acl.inc:8 plugins/admin/acl/class_divListACL.inc:240 -msgid "Acl" -msgstr "" +#: plugins/admin/ogroups/class_ogroup.inc:610 +msgid "You can combine two different object types at maximum only!" +msgstr "Vous pouvez combiner au maximum deux objets différents !" -#: plugins/admin/acl/class_aclRole.inc:6 -msgid "Access control list templates" -msgstr "Liste des modèles de contrôle d'accès" +#: plugins/admin/ogroups/class_ogroup.inc:666 +#, php-format +msgid "Saving of object group/generic with dn '%s' failed." +msgstr "La sauvegarde du groupe d'objet/générique avec le dn '%s' à échoué." -#: plugins/admin/acl/class_aclRole.inc:103 include/class_acl.inc:177 -msgid "All categories" -msgstr "Toutes les catégories" +#: plugins/admin/ogroups/class_ogroup.inc:679 +#, php-format +msgid "Removing of object group/generic with dn '%s' failed." +msgstr "La suppression du groupe d'objet/générique avec le dn '%s' à échoué." -#: plugins/admin/acl/class_aclRole.inc:110 include/class_acl.inc:185 -msgid "Reset ACLs" -msgstr "Remise à zéro des ACL" +#: plugins/admin/ogroups/class_ogroup.inc:741 +msgid "Object group generic" +msgstr "Groupes d'objets" -#: plugins/admin/acl/class_aclRole.inc:111 include/class_acl.inc:186 -msgid "One level" -msgstr "Un niveau" +#: plugins/admin/ogroups/class_ogroup.inc:752 +msgid "Member" +msgstr "Membres" -#: plugins/admin/acl/class_aclRole.inc:112 include/class_acl.inc:187 -#: include/class_acl.inc:192 -msgid "Current object" -msgstr "Objet actuel" +#: plugins/admin/ogroups/generic.tpl:10 +msgid "Name of the group" +msgstr "Nom du groupe" -#: plugins/admin/acl/class_aclRole.inc:113 include/class_acl.inc:188 -msgid "Complete subtree" -msgstr "Sous arbre complet" +#: plugins/admin/ogroups/generic.tpl:42 +msgid "Member objects" +msgstr "Objets membres" -#: plugins/admin/acl/class_aclRole.inc:114 include/class_acl.inc:189 -msgid "Complete subtree (permanent)" -msgstr "Le sous arbre complet (permanent)" +#: plugins/admin/ogroups/remove.tpl:7 +msgid "" +"Please double check if you really want to do this since there is no way for " +"GOsa to get your data back." +msgstr "" +"Veuillez vérifier que vous voulez effectuer cette action. Toutes les données " +"seront perdues étant donné qu'il est impossible pour GOsa de récupérer vos " +"données." -#: plugins/admin/acl/class_aclRole.inc:338 -#: include/class_MultiSelectWindow.inc:227 -#: include/class_MultiSelectWindow.inc:229 include/class_acl.inc:407 -msgid "Up" -msgstr "Au dessus" +#: plugins/generic/references/class_reference.inc:30 +msgid "FAX" +msgstr "FAX" -#: plugins/admin/acl/class_aclRole.inc:339 include/class_acl.inc:408 -msgid "Down" -msgstr "En bas" +#: plugins/generic/references/class_reference.inc:32 +msgid "Proxy" +msgstr "Proxy" -#: plugins/admin/acl/class_aclRole.inc:340 include/class_acl.inc:409 -msgid "Edit ACL" -msgstr "Editer l'ACL" +#: plugins/generic/references/class_reference.inc:34 +msgid "FTP" +msgstr "FTP" -#: plugins/admin/acl/class_aclRole.inc:341 include/class_acl.inc:410 -msgid "Delete ACL" -msgstr "Effacer L'ACL" +#: plugins/generic/references/class_reference.inc:46 +msgid "Thin Client" +msgstr "Clients légers" -#: plugins/admin/acl/class_aclRole.inc:378 include/class_acl.inc:445 -msgid "No ACL settings for this category" -msgstr "Pas d'ACL pour cette catégorie" +#: plugins/generic/references/contents.tpl:11 +msgid "Object name" +msgstr "Nom de l'objet" -#: plugins/admin/acl/class_aclRole.inc:380 include/class_acl.inc:447 -#, php-format -msgid "Contains ACLs for these objects: %s" -msgstr "Contient les ACL pour ces objets: %s" +#: plugins/generic/references/contents.tpl:11 +msgid "Contents" +msgstr "Contenu" -#: plugins/admin/acl/class_aclRole.inc:385 include/class_acl.inc:452 -msgid "Edit categories ACLs" -msgstr "Editer les catégories d'ACL" +#: plugins/generic/references/contents.tpl:18 +msgid "This object has no relationship to other objects." +msgstr "Cette objet n'a pas de relation avec d'autres objets." -#: plugins/admin/acl/class_aclRole.inc:386 include/class_acl.inc:453 -msgid "Clear categories ACLs" -msgstr "Effacer les catégories d'ACL" +#: plugins/generic/welcome/welcome.tpl:4 +msgid "" +"This is the GOsa main menu. You can select your tasks from the menu on the " +"left, or by choosing one of the pictograms below. All changes apply directly " +"to your companies LDAP server." +msgstr "" +"Vous êtes sur la fenêtre principale de GOsa. Vous pouvez sélectionner une " +"rubrique soit en utilisant le menu de gauche soit en cliquant sur une des " +"icônes. Tout les changements sont directement appliqués sur les serveurs " +"LDAP de votre société." -#: plugins/admin/acl/class_aclRole.inc:402 include/class_acl.inc:498 -#, php-format -msgid "Edit ACL for '%s', scope is '%s'" -msgstr "Editer l'ACL pour '%s', l'étendue est '%s'" +#: plugins/generic/welcome/welcome.tpl:8 +msgid "" +"Use 'Sign out' on the upper left to close the connection and 'Main' to get " +"back to the pictogram view." +msgstr "" +"Cliquez sur déconnexion, en haut à gauche, pour vous déconnecter, sur " +"Accueil pour revenir à la page principale." -#: plugins/admin/acl/class_aclRole.inc:412 include/class_acl.inc:508 -msgid "All objects in current subtree" -msgstr "Tout les objets dans le sous arbres actuel" +#: plugins/generic/welcome/welcome.tpl:15 +msgid "The GOsa team" +msgstr "L'équipe de GOsa" -#: plugins/admin/acl/class_aclRole.inc:564 include/class_acl.inc:1061 +#: plugins/generic/welcome/main.inc:24 #, php-format -msgid "Saving ACLs with dn '%s' failed." -msgstr "La sauvegarde des ACLs avec le dn '%s' à échoué." +msgid "Welcome %s!" +msgstr "Bienvenue %s !" -#: plugins/admin/acl/class_aclRole.inc:596 +#: include/utils/class_timezone.inc:51 #, php-format msgid "" -"This role can't be removed while it is in use. Follwing objects are using " -"this role %s" +"The timezone setting '%s' in your gosa.conf is not valid. Cannot calculate " +"correct timezone offset." msgstr "" -"Ce rôle ne peut pas être supprimé car il est encore utilisé. Les objects " -"suivants %s utilisent ce rôle" - -#: plugins/admin/acl/class_aclRole.inc:602 -#, php-format -msgid "Removing of aclRole with dn '%s' failed." -msgstr "La suppression du rôle acl avec le dn '%s' à échoué." -#: plugins/admin/acl/class_aclRole.inc:614 -#, php-format -msgid "Removing aclRole from objectgroup '%s' failed" -msgstr "La suppression du rôle acl pour le groupe d'objet '%s' à échoue" +#: include/password-methods/class_password-methods-sha.inc:46 +#: include/password-methods/class_password-methods-ssha.inc:51 +#, fuzzy, php-format +msgid "Cannot use %s encryption: no PHP functions for sha1/mhash available" +msgstr "" +"Impossible d'utiliser ssha pour le cryptage (Fonction sha1 / mhash / crypt " +"manquante)" -#: plugins/admin/acl/class_aclRole.inc:669 include/class_acl.inc:1098 -msgid "ACL roles" -msgstr "Rôles ACL" +#: include/class_certificate.inc:35 +msgid "Can't open specified file, check accessibility and or existence" +msgstr "" +"Impossible d'ouvrir le fichier spécifié, vérifiez que celui ci est existant " +"et/ou accessible" -#: plugins/admin/acl/class_aclRole.inc:674 -msgid "Acl roles" -msgstr "Rôles ACL" +#: include/class_certificate.inc:53 +msgid "Can't read specified certificate / or empty string given" +msgstr "Impossible de lire le certificat spécifié / ou chaîne vide spécifiée" -#: plugins/admin/acl/remove.tpl:6 -msgid "" -"This includes all system and setup informations. Please double check if your " -"really want to do this since there is no way for GOsa to get your data back." +#: include/class_certificate.inc:80 +msgid "Can't load certificate, possibly unsupported format (use PEM/DER) " msgstr "" -"Cela inclut tout les systèmes et les informations de configuration. 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." +"Impossible de charger le certificat, probablement un format non supporté " +"(utilisez un format PEM/DER) " -#: plugins/admin/acl/tabs_acl_role.inc:8 -msgid "ACL Templates" -msgstr "Modèles des ACL" +#: include/class_certificate.inc:95 +msgid "The Format must be PEM, to output certificate informations" +msgstr "Le format doit être PEM, afin de pouvoir afficher les informations" -#: plugins/admin/acl/class_divListACL.inc:31 -msgid "List of acl" -msgstr "Liste des acl" +#: include/class_certificate.inc:192 +msgid "Can't create/open File" +msgstr "Impossible de créer/ouvrir le fichier" -#: plugins/admin/acl/class_divListACL.inc:32 -msgid "List of acls" -msgstr "Liste des acls" +#: include/class_certificate.inc:199 +msgid "No valid certificate loaded" +msgstr "Pas de certificat valide chargé" -#: plugins/admin/acl/class_divListACL.inc:36 -msgid "This menu allows you to edit and delete selected acls." -msgstr "Ce menu vous permet d'éditer et d'effacer des acl sélectionnées." +#: include/class_MultiSelectWindow.inc:114 setup/setup_migrate.tpl:79 +msgid "Close" +msgstr "Fermer" -#: plugins/admin/acl/class_divListACL.inc:61 -msgid "Ignore subtrees" -msgstr "Ignorer les sous arbres" +#: include/class_MultiSelectWindow.inc:219 +msgid "Go to root department" +msgstr "Aller au département de base" -#: plugins/admin/acl/class_divListACL.inc:65 -msgid "Display acls matching" -msgstr "Afficher les acls correspondantes" +#: include/class_MultiSelectWindow.inc:219 +#: include/class_MultiSelectWindow.inc:221 +msgid "Root" +msgstr "Racine" -#: plugins/admin/acl/class_divListACL.inc:224 -msgid "Edit acl role" -msgstr "Editer un rôle acl" +#: include/class_MultiSelectWindow.inc:227 +msgid "Go up one department" +msgstr "Monter d'un département" -#: plugins/admin/acl/class_divListACL.inc:234 -msgid "Delete acl role" -msgstr "Supprimer un rôle acl" +#: include/class_MultiSelectWindow.inc:235 +msgid "Go to users department" +msgstr "Aller au département des utilisateurs" -#: plugins/admin/acl/class_divListACL.inc:246 -msgid "Edit acl" -msgstr "Editer un acl" +#: include/class_MultiSelectWindow.inc:235 +#: include/class_MultiSelectWindow.inc:237 +msgid "Home" +msgstr "Accueil" -#: plugins/admin/acl/class_divListACL.inc:250 -msgid "Delete acl" -msgstr "Effacer un acl" +#: include/class_MultiSelectWindow.inc:242 +msgid "Reload list" +msgstr "Recharger la liste" -#: plugins/admin/acl/main.inc:43 plugins/admin/acl/main.inc:45 -msgid "ACL management" -msgstr "Gestion des ACL" +#: include/class_MultiSelectWindow.inc:503 +#, php-format +msgid "Inconsistent DN encoding detected: '%s'" +msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:24 -msgid "ACLs" -msgstr "ACLs" +#: include/class_MultiSelectWindow.inc:622 +#: include/class_MultiSelectWindow.inc:626 +#: include/class_MultiSelectWindow.inc:630 +msgid "Restore" +msgstr "Restaurer" -#: plugins/admin/acl/class_aclManagement.inc:160 -msgid "You are not allowed to create a new role." -msgstr "Vous n'êtes pas autorisé à créer un nouveau rôle." +#: include/class_MultiSelectWindow.inc:625 +msgid "Restore snapshopts of already deleted objects" +msgstr "Restaurer la copie instantanée des objets déjà effacés" -#: plugins/admin/acl/class_aclManagement.inc:197 -msgid "You are not allowed to edit this acl." -msgstr "Vous n'êtes pas autorisé à éditer cette acl." +#: include/class_MultiSelectWindow.inc:648 +#: include/class_SnapShotDialog.inc:113 +msgid "Restore snapshot" +msgstr "Restaurer la copie instantanée" -#: plugins/admin/acl/class_aclManagement.inc:242 -#: plugins/admin/acl/class_aclManagement.inc:306 -#, php-format -msgid "You're about to delete the acl %s." -msgstr "Vous êtes sur le point de supprimer l'acl '%s'." +#: include/class_MultiSelectWindow.inc:654 +msgid "Create snapshot" +msgstr "Créer un snapshot" -#: plugins/admin/acl/class_aclManagement.inc:250 -#: plugins/admin/acl/class_aclManagement.inc:313 -#: plugins/admin/acl/class_aclManagement.inc:337 -msgid "You are not allowed to delete this acl!" -msgstr "Vous n'êtes pas autorisé à supprimer cette acl!" +#: include/class_MultiSelectWindow.inc:654 +msgid "Create a new snapshot from this object" +msgstr "Créer un nouveau snapshot depuis cet objet" -#: plugins/admin/acl/class_aclManagement.inc:274 -msgid "You are not allowed to delete this acl role!" -msgstr "Vous n'êtes pas autorisé à supprimer cette acl de rôle!" +#: include/php_setup.inc:93 +msgid "Generating this page caused the PHP interpreter to raise some errors!" +msgstr "" +"La création de cette page à occasionné des erreurs d'après l'interpréteur " +"PHP !" -#: plugins/admin/groups/class_divListGroup.inc:35 -#: plugins/admin/groups/class_divListGroup.inc:36 -msgid "List of groups" -msgstr "Liste des groupes" +#: include/php_setup.inc:98 +msgid "Send bug report to the GOsa Team" +msgstr "Envoyer vos commentaires au membres du projet Gosa" -#: plugins/admin/groups/class_divListGroup.inc:41 -msgid "" -"This menu allows you to add, edit and remove selected groups. You may want " -"to use the range selector on top of the group listbox, when working with a " -"large number of groups." -msgstr "" -"Ce menu permet d'ajouter, de modifier ou de supprimer les groupes " -"sélectionnés. Vous pouvez utiliser les différents filtres lorsque vous " -"travaillez avec un nombre élevé de groupes." +#: include/php_setup.inc:98 +msgid "Send bugreport" +msgstr "Envoyer un rapport de bug" -#: plugins/admin/groups/class_divListGroup.inc:60 -msgid "Groupname / Department" -msgstr "Nom du Groupe / Département" +#: include/php_setup.inc:103 +msgid "Toggle information" +msgstr "Afficher/Cacher l'information" -#: plugins/admin/groups/class_divListGroup.inc:65 -msgid "Select to see groups that are primary groups of users" -msgstr "" -"Sélectionnez afin d'afficher les groupes qui sont les groupes principaux " -"d'utilisateurs" +#: include/php_setup.inc:113 +msgid "PHP error" +msgstr "Erreur PHP" + +#: include/php_setup.inc:132 +msgid "class" +msgstr "classe" + +#: include/php_setup.inc:138 +msgid "function" +msgstr "fonction" + +#: include/php_setup.inc:143 +msgid "static" +msgstr "statique" + +#: include/php_setup.inc:147 +msgid "method" +msgstr "méthode" + +#: include/php_setup.inc:180 +msgid "Trace" +msgstr "Trace" + +#: include/php_setup.inc:181 +msgid "File" +msgstr "Fichier" + +#: include/php_setup.inc:181 +msgid "Line" +msgstr "Ligne" -#: plugins/admin/groups/class_divListGroup.inc:65 -msgid "Show primary groups" -msgstr "Afficher les groupes de base" +#: include/php_setup.inc:181 +msgid "Type" +msgstr "Type" -#: plugins/admin/groups/class_divListGroup.inc:66 -msgid "Select to see groups that have samba groups mappings" -msgstr "Sélectionnez afin d'afficher les groupes qui ont des attributs Samba" +#: include/php_setup.inc:182 +msgid "Arguments" +msgstr "Arguments" -#: plugins/admin/groups/class_divListGroup.inc:66 -msgid "Show samba groups" -msgstr "Afficher les groupes Samba" +#: include/functions.inc:98 +#, php-format +msgid "Fatal error: no class locations defined - please run '%s' to fix this" +msgstr "" -#: plugins/admin/groups/class_divListGroup.inc:67 -msgid "Select to see groups that have applications configured" +#: include/functions.inc:105 +#, php-format +msgid "" +"Fatal error: cannot instantiate class '%s' - try running '%s' to fix this" msgstr "" -"Sélectionnez afin d'afficher les groupes ayant des applications configurées" -#: plugins/admin/groups/class_divListGroup.inc:67 -msgid "Show application groups" -msgstr "Afficher les groupes applications" +#: include/functions.inc:315 +#, php-format +msgid "FATAL: Error when connecting the LDAP. Server said '%s'." +msgstr "" +"FATAL: Erreur lors de la connexion au serveur LDAP. Le serveur à répondu '%" +"s'." -#: plugins/admin/groups/class_divListGroup.inc:68 -msgid "Select to see groups that have mail settings" -msgstr "Sélectionnez afin d'afficher les groupes ayant la messagerie activée" +#: include/functions.inc:341 include/functions.inc:368 +#: include/functions.inc:406 +#, fuzzy, php-format +msgid "User login failed." +msgstr "Echec de l'authentification. Le serveur LDAP répond '%s'." -#: plugins/admin/groups/class_divListGroup.inc:68 -msgid "Show mail groups" -msgstr "Afficher les groupes ayant la messagerie activé" +#: include/functions.inc:341 include/functions.inc:368 +#: include/functions.inc:406 include/functions.inc:602 +#: include/functions.inc:617 include/functions.inc:649 +#: include/functions.inc:688 include/functions.inc:733 +#: include/functions.inc:2503 +#, fuzzy, php-format +msgid "LDAP server returned: %s" +msgstr "Serveur LDAP" -#: plugins/admin/groups/class_divListGroup.inc:69 -msgid "Select to see normal groups that have only functional aspects" +#: include/functions.inc:377 include/functions.inc:447 +#, fuzzy +msgid "" +"Username / UID is not unique inside the LDAP tree. Please contact your " +"Administrator." msgstr "" -"Sélectionnez afin d'afficher les groupes normaux ayant uniquement un aspect " -"fonctionnel" - -#: plugins/admin/groups/class_divListGroup.inc:69 -msgid "Show functional groups" -msgstr "Afficher les groupes fonctionnels" +"Le nom de l'utilisateur / UID n'est pas unique. Veuillez vérifier votre base " +"de données LDAP." -#: plugins/admin/groups/class_divListGroup.inc:329 +#: include/functions.inc:447 include/functions.inc:592 +#: include/functions.inc:617 include/functions.inc:678 +#: include/functions.inc:994 include/functions.inc:1875 +#: include/functions.inc:1909 include/functions.inc:1929 +#: include/class_acl.inc:806 include/class_CopyPasteHandler.inc:131 +#: include/class_CopyPasteHandler.inc:250 include/class_ldap.inc:561 +#: include/class_ldap.inc:609 include/class_log.inc:87 html/getvcard.php:37 #, fuzzy -msgid "Number of listed groups" -msgstr "Nom du groupe" +msgid "Internal error" +msgstr "Serveur de terminaux" -#: plugins/admin/groups/group_objects.tpl:6 -msgid "Select users to add" -msgstr "Sélectionnez les utilisateurs à ajouter" +#: include/functions.inc:592 include/functions.inc:678 +msgid "Error while adding a lock. Contact the developers!" +msgstr "" -#: plugins/admin/groups/group_objects.tpl:30 -msgid "Search within subtree" -msgstr "Chercher dans le sous arbre" +#: include/functions.inc:602 +#, fuzzy, php-format +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 vérifier l'entrée 'config' dans gosa.conf !" -#: plugins/admin/groups/group_objects.tpl:37 -msgid "Display users of department" -msgstr "Afficher les utilisateurs du département" +#: include/functions.inc:617 +#, fuzzy, php-format +msgid "Adding a lock failed." +msgstr "Echec lors de l'ajout d'un verrou. Le serveur LDAP répond '%s'." -#: plugins/admin/groups/group_objects.tpl:47 -msgid "Regular expression for matching user names" -msgstr "Expression régulière concordant avec les noms des utilisateurs" +#: include/functions.inc:649 +#, fuzzy, php-format +msgid "Removing a lock failed." +msgstr "La suppression de la queue téléphonique à échoué" -#: plugins/admin/groups/class_groupManagement.inc:334 -#: plugins/admin/groups/class_groupManagement.inc:387 -#: plugins/admin/groups/class_groupManagement.inc:418 -msgid "You are not allowed to delete this group!" -msgstr "Vous n'êtes pas autorisé à supprimer ce groupe!" +#: include/functions.inc:688 include/functions.inc:733 +#, php-format +msgid "Cannot get locking information from LDAP tree!" +msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:380 +#: include/functions.inc:696 +#, fuzzy +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 être " +"possible. Effacement des références multiples." + +#: include/functions.inc:922 #, php-format -msgid "You're about to delete the group '%s'." -msgstr "Vous êtes sur le point de supprimer le groupe '%s'." +msgid "The size limit of %d entries is exceed!" +msgstr "La taille limite de %d entrées est dépassée !" -#: plugins/admin/groups/remove.tpl:6 +#: include/functions.inc:924 +#, php-format 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." +"Set the new size limit to %s and show me this message if the limit still " +"exceeds" msgstr "" -"Ce groupe est un groupe principal contenant des utilisateurs. Veuillez 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." +"Mettre la nouvelle limite à %s et me montrer ce message si la limite est " +"toujours dépassée" -#: plugins/admin/groups/paste_generic.tpl:1 -msgid "Group settings" -msgstr "Préférences des groupes" +#: include/functions.inc:941 +msgid "incomplete" +msgstr "incomplet" -#: plugins/admin/groups/paste_generic.tpl:8 -#: plugins/admin/groups/generic.tpl:17 -msgid "Posix name of the group" -msgstr "Nom posix du groupe" +#: include/functions.inc:1177 include/functions.inc:1308 +msgid "LDAP error:" +msgstr "Erreur LDAP :" -#: plugins/admin/groups/paste_generic.tpl:13 -#: plugins/admin/groups/generic.tpl:65 -msgid "Normally IDs are autogenerated, select to specify manually" +#: include/functions.inc:1178 +msgid "" +"Problems with the LDAP server mean that you probably lost the last changes. " +"Please check your LDAP setup for possible errors and try again." msgstr "" -"Normalement les IDs sont générés automatiquement, vous pouvez en spécifier " -"un manuellement" +"Des problèmes avec le serveur LDAP on probablement provoqué la perte des " +"changements. Veuillez vérifier votre serveur LDAP et ressayer." -#: plugins/admin/groups/paste_generic.tpl:15 -#: plugins/admin/groups/generic.tpl:68 -msgid "Force GID" -msgstr "Forcer le GID" +#: include/functions.inc:1184 +msgid "" +"Please check your input and fix the error. Press 'OK' to close this message " +"box." +msgstr "" +"Veuillez vérifier vos données et corriger l'erreur. Cliquez sur 'OK' pour " +"fermer cette fenètre." -#: plugins/admin/groups/paste_generic.tpl:18 -#: plugins/admin/groups/generic.tpl:71 -msgid "Forced ID number" -msgstr "Forcer le numéro d'ID" +#: include/functions.inc:1249 +msgid "Continue anyway" +msgstr "Continuer malgré tout" -#: plugins/admin/groups/generic.tpl:83 plugins/admin/groups/generic.tpl:110 -msgid "Select to create a samba conform group" -msgstr "Sélectionnez afin de créer un groupe samba" +#: include/functions.inc:1251 +msgid "Edit anyway" +msgstr "Éditer malgré tout" -#: plugins/admin/groups/generic.tpl:95 plugins/admin/groups/generic.tpl:118 -msgid "in domain" -msgstr "dans le domaine" +#: include/functions.inc:1253 +#, fuzzy, php-format +msgid "You're going to edit the LDAP entry/entries '%s'" +msgstr "Vous êtes sur le point de coller l'entrée %s." -#: plugins/admin/groups/generic.tpl:140 -msgid "Members are in a phone pickup group" -msgstr "Les membres sont dans un groupe téléphonique" +#: include/functions.inc:1311 +#, php-format +msgid "Plugin '%s':%s" +msgstr "" -#: plugins/admin/groups/generic.tpl:155 -msgid "Members are in a nagios group" -msgstr "Les membres sont dans un groupe nagios" +#: include/functions.inc:1472 +msgid "Entries per page" +msgstr "Entrées par page" -#: plugins/admin/groups/generic.tpl:172 -msgid "Group members" -msgstr "Membre du groupe" +#: include/functions.inc:1500 +msgid "Apply filter" +msgstr "Appliquer le filtre" -#: plugins/admin/groups/main.inc:40 plugins/admin/groups/main.inc:44 -msgid "Group administration" -msgstr "Administration du groupe" +#: include/functions.inc:1752 +msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" +msgstr "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" -#: plugins/admin/groups/class_groupGeneric.inc:137 -msgid "Can't find this groups SID in LDAP or in your configuration file!" -msgstr "" -"Impossible de trouver le SID de ce groupe dans l'annuaire LDAP ou dans le " -"fichier de configuration!" +#: include/functions.inc:1796 +#, php-format +msgid "GOsa development snapshot (Rev %s)" +msgstr "Version de développement de GOsa (Rev %s)" -#: plugins/admin/groups/class_groupGeneric.inc:193 -msgid "This 'dn' is no group." -msgstr "Ce 'dn' n'est pas un groupe." +#: include/functions.inc:1875 +#, php-format +msgid "File '%s' could not be deleted." +msgstr "" -#: plugins/admin/groups/class_groupGeneric.inc:334 -msgid "Samba group" -msgstr "Groupe Samba" +#: include/functions.inc:1909 include/functions.inc:1929 +#, fuzzy +msgid "Cannot write to revision file!" +msgstr "Impossible d'écrire le fichier csv '%s'." -#: plugins/admin/groups/class_groupGeneric.inc:334 -msgid "Domain admins" -msgstr "Administrateurs du domaine" +#: include/functions.inc:2171 include/functions.inc:2175 +#: include/functions.inc:2181 +#, fuzzy +msgid "'base_hook' is not available. Using default base." +msgstr "" +"Attention - base_hook n'est pas disponible. Utilisation de la base par " +"défaut." -#: plugins/admin/groups/class_groupGeneric.inc:334 -msgid "Domain users" -msgstr "Utilisateurs du domaine" +#: include/functions.inc:2203 +#, fuzzy +msgid "LDAP warning" +msgstr "Gérer l'annuaire" -#: plugins/admin/groups/class_groupGeneric.inc:335 -msgid "Domain guests" -msgstr "Invités du domaine" +#: include/functions.inc:2203 +#, fuzzy +msgid "Cannot get schema information from server. No schema check possible!" +msgstr "" +"Impossible de récupérer les informations sur les schémas. Vérification des " +"schémas impossibles !" -#: plugins/admin/groups/class_groupGeneric.inc:340 -#, php-format -msgid "Special group (%d)" -msgstr "Groupe spécial (%d)" +#: include/functions.inc:2229 +msgid "Used to store account specific informations." +msgstr "Utilisé pour stocker les informations spécifiques des comptes." -#: plugins/admin/groups/class_groupGeneric.inc:494 -msgid "! unknown id" -msgstr "! identifiant inconnu" +#: include/functions.inc:2236 +msgid "" +"Used to lock currently edited entries to avoid multiple changes at the same " +"time." +msgstr "" +"Utilisé pour verrouiller les entrées actuellement modifiées afin d'éviter de " +"multiples changements simultanés." -#: plugins/admin/groups/class_groupGeneric.inc:532 +#: include/functions.inc:2279 #, php-format -msgid "" -"Your search method returned more than '%s' users, only '%s' users are shown." +msgid "Missing required object class '%s'!" msgstr "" -"'%s' utilisateurs ont été trouvé grâce à votre recherche, les '%s' premiers " -"seront montrés." -#: plugins/admin/groups/class_groupGeneric.inc:561 -#: plugins/admin/groups/class_groupGeneric.inc:826 +#: include/functions.inc:2281 #, php-format -msgid "Removing of groups/generic with dn '%s' failed." -msgstr "La suppression du type groupe/générique avec le dn '%s' à échoué." +msgid "Missing optional object class '%s'!" +msgstr "" + +#: include/functions.inc:2287 +#, php-format +msgid "Version mismatch for required object class '%s' (!=%s)!" +msgstr "" -#: plugins/admin/groups/class_groupGeneric.inc:711 +#: include/functions.inc:2289 #, php-format -msgid "No configured SID found for '%s'." -msgstr "Pas de SID trouvé pour '%s'." +msgid "Version mismatch for optional object class '%s' (!=%s)!" +msgstr "" -#: plugins/admin/groups/class_groupGeneric.inc:716 +#: include/functions.inc:2293 #, php-format -msgid "No configured RIDBASE found for '%s'." -msgstr "Pas de RIDBASE trouvé pour '%s'" +msgid "Class(es) available" +msgstr "Classe(s) disponible(s)" -#: plugins/admin/groups/class_groupGeneric.inc:858 +#: include/functions.inc:2315 msgid "" -"The field 'Name' contains invalid characters. Lowercase, numbers and dashes " -"are allowed." +"You have enabled the rfc2307bis option on the 'ldap setup' step, but your " +"schema configuration do not support this option." msgstr "" -"Le champ 'Nom' contient des caractères invalides. Minuscule, chiffre et " -"tirets sont valides." - -#: plugins/admin/groups/class_groupGeneric.inc:869 -#: plugins/admin/groups/class_groupGeneric.inc:883 -#: plugins/admin/groups/class_groupGeneric.inc:890 -msgid "Value specified as 'Name' is already used." -msgstr "La valeur spécifiée dans le champs 'Nom' existe déjà." - -#: plugins/admin/groups/class_groupGeneric.inc:944 -msgid "Too many users, can't allocate a free ID!" -msgstr "Trop d'utilisateurs, impossible d'assigner un ID libre !" +"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." -#: plugins/admin/groups/class_groupGeneric.inc:993 -msgid "Generic group settings" -msgstr "Préférences des groupes génériques" +#: include/functions.inc:2316 +msgid "" +"In order to use rfc2307bis conform groups the objectClass 'posixGroup' must " +"be AUXILIARY" +msgstr "" +"Pour pouvoir utiliser des groupes conformes à la norme rfc2307bis, " +"l'objectClass 'posixGroup' doit être AUXILIARY" -#: plugins/admin/groups/class_groupGeneric.inc:1005 -msgid "Phone pickup group" -msgstr "Groupe téléphonique" +#: include/functions.inc:2320 +msgid "" +"You have disabled the rfc2307bis option on the 'ldap setup' step, but your " +"schema configuration do not support this option." +msgstr "" +"Vous avez désactivé l'option rfc2307bis dans le l'option 'configuration du " +"serveur ldap' lors de l'installation, mais la configuration de vos schéma ne " +"supportent pas cette option." -#: plugins/admin/groups/class_groupGeneric.inc:1006 -msgid "Nagios group" -msgstr "Groupe Nagios" +#: include/functions.inc:2321 +msgid "The objectClass 'posixGroup' must be STRUCTURAL" +msgstr "L'objectClass 'posixGroup' doit être STRUCTURAL" -#: plugins/admin/groups/class_groupGeneric.inc:1009 -msgid "Group member" -msgstr "Membre du groupe" +#: include/functions.inc:2344 +msgid "German" +msgstr "Allemand" -#: plugins/admin/groups/class_groupGeneric.inc:1010 -msgid "Samba group type" -msgstr "Groupe Samba" +#: include/functions.inc:2345 +msgid "French" +msgstr "Français" -#: plugins/admin/groups/class_groupGeneric.inc:1011 -msgid "Samba domain name" -msgstr "Domaine Samba" +#: include/functions.inc:2346 +msgid "Italian" +msgstr "Italien" -#: plugins/admin/groups/class_groupGeneric.inc:1012 setup/setup_config2.tpl:15 -msgid "Samba SID" -msgstr "SID Samba" +#: include/functions.inc:2347 +msgid "Spanish" +msgstr "Espagnol" -#: setup/class_setupStep_Language.inc:40 setup/class_setupStep_Language.inc:41 -msgid "Language setup" -msgstr "Configuration de la langue" +#: include/functions.inc:2348 +msgid "English" +msgstr "Anglais" -#: setup/class_setupStep_Language.inc:42 -msgid "This step allows you to select your preferred language." -msgstr "Cette étape vous permet de sélectionner votre langue préférée." +#: include/functions.inc:2349 +msgid "Dutch" +msgstr "Hollandais" -#: setup/class_setupStep_Language.inc:47 -msgid "Automatic" -msgstr "Automatique" +#: include/functions.inc:2350 +msgid "Polish" +msgstr "Polonais" -#: 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." +#: include/functions.inc:2351 +msgid "Swedish" 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 ?" +#: include/functions.inc:2352 +msgid "Chinese" +msgstr "Chinois" -#: setup/setup_welcome.tpl:11 -msgid "Create a basic, single site configuration" -msgstr "Créer une simple configuration mono site" +#: include/functions.inc:2353 +msgid "Russian" +msgstr "Russe" -#: setup/setup_welcome.tpl:12 -msgid "Tries to find problems within your PHP and LDAP setup" +#: include/functions.inc:2503 +#, fuzzy, php-format +msgid "Setting the password failed!" msgstr "" -"Essaye de trouver si il existe des problèmes dans votre configuration PHP ou " -"LDAP" - -#: 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" - -#: setup/setup_welcome.tpl:14 -msgid "Guided migration of existing LDAP trees" -msgstr "Migration assistée d'un annuaire LDAP existant" - -#: 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:20 -msgid "Find every possible configuration error" -msgstr "Trouver toutes les erreur possible dans votre configuration" - -#: 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:25 -msgid "To continue..." -msgstr "Suite de la configuration..." +"La modification a échoué du mot de passe à échoué. Le serveur LDAP répond '%" +"s'." -#: setup/setup_welcome.tpl:28 +#: include/functions.inc:2521 include/class_plugin.inc:652 +#, php-format 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:" +"Command '%s', specified as POSTMODIFY for plugin '%s' doesn't seem to exist." 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:" +"La commande '%s', utilisée dans le POSTMODIFY de l'extension '%s' n'existe " +"pas." -#: setup/setup_welcome.tpl:34 -msgid "Click the 'Continue' button when you've finished." -msgstr "Cliquer sur 'Continuer' quand vous avez fini." +#: include/functions.inc:2541 +#, fuzzy +msgid "" +"Setting for SMBHASH in gosa.conf is incorrect! Cannot change Samba password." +msgstr "" +"La configuration de SMBHASH dans gosa.conf est incorrecte ! Impossible de " +"changer le mot de passe Samba." -#: setup/class_setupStep_Config1.inc:74 setup/class_setupStep_Config1.inc:75 -msgid "GOsa settings 1/3" -msgstr "Paramètres de GOsa 1/3" +#: include/class_socketClient.inc:38 +msgid "The mcrypt module was not found. Please install php5-mcrypt." +msgstr "" -#: setup/class_setupStep_Config1.inc:76 -msgid "GOsa generic settings" -msgstr "Préférences de base GOsa" +#: include/class_tabs.inc:214 +#, php-format +msgid "Delete process has been canceled by plugin '%s': %s" +msgstr "L'effacement à été interrompu par l'extension '%s': %s" -#: setup/class_setupStep_Config1.inc:88 setup/class_setupStep_Config3.inc:89 -#: setup/setup_feedback.tpl:55 setup/setup_feedback.tpl:73 -#: setup/class_setupStep_Ldap.inc:74 setup/class_setupStep_Schema.inc:63 -#: setup/class_setupStep_Config2.inc:161 -msgid "No" -msgstr "Non" +#: include/class_tabs.inc:341 include/class_acl.inc:1092 +#: include/class_acl.inc:1093 include/class_acl.inc:1098 +msgid "ACL" +msgstr "" -#: setup/class_setupStep_Config1.inc:88 setup/class_setupStep_Config3.inc:89 -#: setup/setup_feedback.tpl:53 setup/setup_feedback.tpl:71 -#: setup/class_setupStep_Ldap.inc:74 setup/class_setupStep_Schema.inc:63 -#: setup/class_setupStep_Config2.inc:161 -msgid "Yes" -msgstr "Oui" +#: include/class_tabs.inc:344 +msgid "References" +msgstr "Références" -#: setup/class_setupStep_Config1.inc:118 +#: include/class_plugin.inc:433 #, 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." +msgid "" +"Command '%s', specified as CHECK hook for plugin '%s' doesn't seem to exist." +msgstr "" +"La commande '%s', utilisée dans le CHECK de l'extension '%s' n'existe pas." -#: setup/class_setupStep_Config1.inc:118 setup/setup_config1.tpl:97 -msgid "GID / UID min id" -msgstr "GID / UID id min" +#: include/class_plugin.inc:487 +msgid "" +"The object has changed since opened in GOsa. Please ensure that nobody has " +"done serious changes that may get lost if you save this entry." +msgstr "" -#: setup/class_setupStep_Config1.inc:122 setup/class_setupStep_Config1.inc:126 +#: include/class_plugin.inc:620 #, 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." +msgid "" +"Command '%s', specified as POSTCREATE for plugin '%s' doesn't seem to exist." +msgstr "" +"La commande '%s', utilisée dans le POSTCREATE de l'extension '%s' n'existe " +"pas." -#: 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." +#: include/class_plugin.inc:688 +#, php-format +msgid "" +"Command '%s', specified as POSTREMOVE for plugin '%s' doesn't seem to exist." +msgstr "" +"La commande '%s', utilisée dans le POSTREMOVE de l'extension '%s' n'existe " +"pas." -#: setup/setup_ldap.tpl:7 -msgid "Please choose the LDAP user to be used by GOsa" -msgstr "Veuillez choisir l'utilisateur LDAP qui sera utilise par GOSa" +#: include/class_plugin.inc:1059 include/class_plugin.inc:1106 +#: include/class_plugin.inc:1107 +#, php-format +msgid "Saving object snapshot with dn '%s' failed." +msgstr "La sauvegarde de l'objet snapshot avec le dn '%s' à échoué." -#: setup/setup_ldap.tpl:25 -msgid "LDAP connection" -msgstr "Connexion LDAP" +#: include/class_plugin.inc:1133 include/class_plugin.inc:1145 +#, 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 dans votre gosa.conf." -#: setup/setup_ldap.tpl:29 -msgid "Location name" -msgstr "Nom de l'emplacement" +#: include/class_plugin.inc:1181 +#, php-format +msgid "Method get available snapshots with dn '%s' failed." +msgstr "La méthode obtenir les snapshots disponibles avec le dn '%s' à échoué." -#: setup/setup_ldap.tpl:37 -msgid "Connection URL" -msgstr "URL de connexion" +#: include/class_plugin.inc:1237 +#, php-format +msgid "Method get deleted snapshots with dn '%s' failed." +msgstr "La méthode obtenir les snapshots effacés avec le dn '%s' à échoué." -#: setup/setup_ldap.tpl:45 -msgid "TLS connection" -msgstr "Connexion TLS" +#: include/class_plugin.inc:1301 include/class_plugin.inc:1315 +#, php-format +msgid "Restore snapshot with dn '%s' failed." +msgstr "La restauration du snapshot avec le dn '%s' à échoué." -#: setup/setup_ldap.tpl:65 -msgid "Reload" -msgstr "Recharger" +#: include/class_plugin.inc:1579 +msgid "Changing ACL dn" +msgstr "Changement du dn de l'acl" -#: setup/setup_ldap.tpl:69 -msgid "Authentication" -msgstr "Authentification" +#: include/class_plugin.inc:1579 +msgid "from" +msgstr "de" -#: setup/setup_ldap.tpl:73 -msgid "Admin DN" -msgstr "DN de l'administrateur" +#: include/class_plugin.inc:1580 setup/class_setupStep_Migrate.inc:1066 +#: setup/class_setupStep_Migrate.inc:1115 +#: setup/class_setupStep_Migrate.inc:1162 +msgid "to" +msgstr "vers" -#: setup/setup_ldap.tpl:78 -msgid "Select user" -msgstr "Sélectionner un utilisateur" +#: include/class_acl.inc:6 +msgid "Access control" +msgstr "Contrôle d'accès" -#: setup/setup_ldap.tpl:86 -msgid "Automatically append LDAP base to admin DN" -msgstr "" -"Ajouter automatiquement la base de l'annuaire LDAP au DN de l'administrateur" +#: include/class_acl.inc:190 include/class_acl.inc:193 +msgid "Use ACL defined in role" +msgstr "Utiliser l'ACL définie dans le rôle" -#: setup/setup_ldap.tpl:93 -msgid "Admin password" -msgstr "Mot de passe administrateur" +#: include/class_acl.inc:645 include/class_acl.inc:652 +msgid "Show/Hide Advanced Settings" +msgstr "Afficher/Cacher la configuration avancée" -#: setup/setup_ldap.tpl:101 -msgid "Schema based settings" -msgstr "Paramètres basé sur les schéma" +#: include/class_acl.inc:670 +msgid "Create objects" +msgstr "Créer un objet" -#: setup/setup_ldap.tpl:105 -msgid "Use rfc2307bis compliant groups" -msgstr "Utilisez des groupes rfc2307bis" +#: include/class_acl.inc:671 +msgid "Move objects" +msgstr "Bouger un objet" -#: setup/setup_ldap.tpl:117 -msgid "Current status" -msgstr "Statut actuel" +#: include/class_acl.inc:672 +msgid "Remove objects" +msgstr "Enlever les objets" -#: 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 "" -"Pendant l'inspection LDAP, nous allons regarder pour les problèmes " -"classiques qui peuvent arriver lorsque l'on migre vers une administration " -"basée sur GOsa. Vous pouvez fixer les problèmes si dessous afin de procurer " -"une administration facilitée." +#: include/class_acl.inc:674 include/class_acl.inc:680 +msgid "Modifyable by owner" +msgstr "Modifiable par le propriétaire" -#: setup/setup_migrate.tpl:33 -msgid "Check again" -msgstr "Vérifier à nouveau" +#: include/class_acl.inc:677 +msgid "Move object" +msgstr "Bouger un objet" -#: setup/setup_migrate.tpl:37 -msgid "Move windows workstations into a valid windows workstation department" -msgstr "" -"Bouger les stations windows dans un département valide pour les stations " -"windows." +#: include/class_acl.inc:678 +msgid "Remove object" +msgstr "Enlever un objet" -#: setup/setup_migrate.tpl:39 -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" +#: include/class_acl.inc:685 include/class_acl.inc:776 +msgid "read" +msgstr "lecture" -#: setup/setup_migrate.tpl:41 -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." +#: include/class_acl.inc:686 include/class_acl.inc:778 +msgid "write" +msgstr "écrire" -#: setup/setup_migrate.tpl:65 setup/setup_migrate.tpl:121 -#: setup/setup_migrate.tpl:173 setup/setup_migrate.tpl:293 -#: setup/setup_migrate.tpl:346 -msgid "Select all" -msgstr "Sélectionner tout" +#: include/class_acl.inc:690 +msgid "Complete object" +msgstr "L'objet au complet" -#: setup/setup_migrate.tpl:67 -msgid "Move selected windows workstations into the following GOsa department" -msgstr "Bouger les machines windows dans le département GOsa suivant" +#: include/class_acl.inc:806 +#, php-format +msgid "Unkown ACL type '%s'. Don't know how to handle it." +msgstr "Type d'ACL inconnu '%s'. je ne sais pas comment l'utiliser." -#: setup/setup_migrate.tpl:72 -msgid "Move selected workstations" -msgstr "Bouger les stations de travail sélectionnées" +#: include/class_acl.inc:849 +#, php-format +msgid "Unknown entry '%s'!" +msgstr "Entrée inconnue '%s' !" -#: setup/setup_migrate.tpl:73 -msgid "What will be done here" -msgstr "Que ce qui sera exécuté ici" +#: include/class_acl.inc:909 include/class_acl.inc:911 +#, php-format +msgid "Role: %s" +msgstr "Rôle : %s" -#: setup/setup_migrate.tpl:79 include/class_MultiSelectWindow.inc:114 -msgid "Close" -msgstr "Fermer" +#: include/class_acl.inc:911 +msgid "Unknown role, possibly removed" +msgstr "Rôle inconnu, probablement enlevé" -#: setup/setup_migrate.tpl:85 -msgid "Move groups into configured group tree" -msgstr "Bouger les groupes dans le groupe configuré" +#: include/class_acl.inc:919 +#, php-format +msgid "Contains settings for these objects: %s" +msgstr "Contient les paramètres pour ces objets: %s" -#: setup/setup_migrate.tpl:88 -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." +#: include/class_acl.inc:928 +msgid "Members:" +msgstr "Membres:" -#: setup/setup_migrate.tpl:91 -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 in this case." -msgstr "" -"Soyez prudent avec cette option ! Il peut y avoir des références qui " -"pointent vers ces groupes. L'installation de GOsa ne peut pas migrer ces " -"références, vous préférerez sans doute annuler la migration dans ce cas." +#: include/class_acl.inc:934 +msgid "ACL is valid for all users" +msgstr "ACL valide pour tout les utilisateurs" -#: setup/setup_migrate.tpl:94 -msgid "Move selected groups into this group tree" -msgstr "Bouger les groupes sélectionnés dans le groupe de base cet annuaire" +#: include/class_acl.inc:1093 +msgid "Access control list" +msgstr "Contrôle d'accès (ACL)" -#: setup/setup_migrate.tpl:125 setup/setup_migrate.tpl:177 -#: setup/setup_migrate.tpl:297 setup/setup_migrate.tpl:350 -msgid "Hide changes" -msgstr "Camoufler les changements" +#: include/class_acl.inc:1101 +msgid "Role name" +msgstr "Nom du rôle" -#: setup/setup_migrate.tpl:127 setup/setup_migrate.tpl:179 -#: setup/setup_migrate.tpl:299 setup/setup_migrate.tpl:352 -msgid "Show changes" -msgstr "Montrer les changements" +#: include/class_acl.inc:1102 +msgid "Role description" +msgstr "Description du rôle" -#: setup/setup_migrate.tpl:140 -msgid "Move users into configured user tree" -msgstr "Bouger les utilisateurs dans la branche utilisateur configurée" +#: include/class_pluglist.inc:55 +msgid "All objects in this category" +msgstr "Tout les objets dans cette catégorie" -#: setup/setup_migrate.tpl:142 -msgid "" -"This dialog allows moving a couple of users to the configured user tree. " -"Doing this may straighten your LDAP service." +#: include/class_pluglist.inc:149 +msgid "The configuration format has changed. Please re-run setup!" 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:145 +#: include/class_pluglist.inc:166 include/class_pluglist.inc:167 +#: include/class_pluglist.inc:281 +msgid "Unknown" +msgstr "Inconnu" + +#: include/class_pluglist.inc:174 ihtml/themes/default/framework.tpl:8 +#: ihtml/themes/default/framework.tpl:11 ihtml/themes/default/framework.tpl:20 +#: ihtml/themes/default/framework.tpl:24 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." +"You are currently editing a database entry. Do you want to dismiss the " +"changes?" 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:148 -msgid "Move selected users into this people tree" -msgstr "Bouger les utilisateurs sélectionnés dans la branche utilisateurs." +"Vous êtes actuellement en train d éditer une entrÃ©e de la base de données. " +"Voulez vous annuler les modifications ?" -#: setup/setup_migrate.tpl:198 -msgid "Next" -msgstr "Suivant" +#: include/class_msg_dialog.inc:91 +#, fuzzy +msgid "Please fix the above error and reload the page." +msgstr "Veuillez regarder les journaux systèmes de GOsa." -#: setup/setup_migrate.tpl:199 -msgid "Abort" -msgstr "Annuler" +#: include/class_config.inc:104 +#, php-format +msgid "XML error in gosa.conf: %s at line %d" +msgstr "Erreur XML dans gosa.conf: %s à la ligne %d" -#: setup/setup_migrate.tpl:201 -msgid "Create a new GOsa administrator account" -msgstr "Créer un nouveau compte administrateur pour GOsa" +#: include/class_config.inc:107 +msgid "Config file parsing" +msgstr "" -#: setup/setup_migrate.tpl:204 -msgid "" -"This dialog will automatically add a new super administrator to your LDAP " -"tree." +#: include/class_config.inc:224 +#, fuzzy +msgid "Cannot bind to LDAP. Please contact the system administrator." msgstr "" -"Ce dialogue vas automatiquement créer un nouveau super utilisateur dans " -"votre arbre LDAP." +"Impossible de se connecter à l'annuaire LDAP. Veuillez contacter " +"l'administrateur du système." -#: setup/setup_migrate.tpl:233 -msgid "Password (again)" -msgstr "Mot de passe (de nouveau)" +#: include/class_config.inc:556 +#, fuzzy +msgid "SID and/or RIDBASE missing in the configuration!" +msgstr "SID et/ou RIDBASE absents dans votre configuration !" -#: setup/setup_migrate.tpl:258 -msgid "" -"The listed departments are currenlty invisble in the GOsa user interface. If " -"you want to change this for a couple of entries, select them and use the " -"migrate button below." +#: include/class_CopyPasteHandler.inc:90 +#, php-format +msgid "Cannot cleanup copy & paste queue: setting permissions for '%s' failed!" 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:259 setup/setup_migrate.tpl:314 -msgid "" -"If you want to know what will be done when migrating the selected entries, " -"use the 'Show changes' button to see the LDIF." +#: include/class_CopyPasteHandler.inc:98 +#, php-format +msgid "Cannot cleanup copy & paste queue: no write permission inside '%s'!" 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:269 setup/setup_migrate.tpl:323 -msgid "Current" -msgstr "Actuel" +#: include/class_CopyPasteHandler.inc:130 +#, fuzzy, php-format +msgid "Copy and paste failed: object '%s' is not a valid ldap object!" +msgstr "" +"L'objet '%s' n'est pas un objet ldap valide, veuillez vérifier les méthodes " +"copier & coller." -#: setup/setup_migrate.tpl:276 setup/setup_migrate.tpl:330 -msgid "After migration" -msgstr "Après migration" +#: include/class_CopyPasteHandler.inc:147 +#, php-format +msgid "Cannot save LDAP dump: no write permission inside '%s'!" +msgstr "" -#: setup/setup_migrate.tpl:313 -msgid "" -"The listed users are currenlty invisble 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." +#: include/class_CopyPasteHandler.inc:155 +#, php-format +msgid "Cannot save LDAP dump: setting permissions for '%s' failed!" msgstr "" -"Les utilisateurs listés sont actuellement invisibles dans l'interface " -"utilisateur de GOsa. Si vous voulez changer ceci pour un ensemble " -"d'utilisateurs, veuillez les sélectionner et utiliser le bouton 'migration' " -"ci dessous." -#: setup/class_setupStep_Config3.inc:80 setup/class_setupStep_Config3.inc:81 -msgid "GOsa settings 3/3" -msgstr "Paramètres de GOsa 3/3" +#: include/class_CopyPasteHandler.inc:164 +#, php-format +msgid "Cannot save LDAP dump: no write permission to '%s/%s'!" +msgstr "" -#: setup/class_setupStep_Config3.inc:82 -msgid "Tweak some GOsa core behaviour" -msgstr "Customiser certains paramètres essentiels de GOsa" +#: include/class_CopyPasteHandler.inc:249 +#, fuzzy, php-format +msgid "Cannot load dumped file '%s'!" +msgstr "Impossible de lire le fichier '%s'." -#: setup/class_setupStep_Config3.inc:205 -msgid "Session lifetime must be a numeric value." -msgstr "La durée de la session doit être une valeur numérique." +#: include/class_CopyPasteHandler.inc:274 +#, fuzzy, php-format +msgid "You have no permission to save object '%s'." +msgstr "Vous n'avez pas l'autorisation pour envoyer un message!" -#: setup/class_setupStep_Config3.inc:209 -msgid "Maximal ldap query time must be a numeric value. " -msgstr "Le temps maximumpour une requête ldap doit être une valeur numérique." +#: include/class_CopyPasteHandler.inc:302 +#, php-format +msgid "You are going to paste the cutted entry '%s'." +msgstr "Vous êtes sur le point de coller l'entrée %s." -#: setup/class_setupStep_Migrate.inc:105 setup/class_setupStep_Migrate.inc:106 -msgid "LDAP inspection" -msgstr "Vérification de l'annuaire LDAP" +#: include/class_CopyPasteHandler.inc:315 +#, fuzzy, php-format +msgid "You have no permission to copy and paste object '%s'!" +msgstr "Vous n'avez pas l'autorisation pour envoyer un message!" -#: setup/class_setupStep_Migrate.inc:107 -msgid "Analyze your current LDAP for GOsa compatibility" -msgstr "Analyse de votre annuaire LDAP pour la compatibilité avec GOsa" +#: include/class_CopyPasteHandler.inc:336 +#, php-format +msgid "You are going to paste the copied entry '%s'." +msgstr "Vous êtes sur le point de coller l'entrée %s." -#: setup/class_setupStep_Migrate.inc:113 -msgid "Checking for root object" -msgstr "Recherche de l'objet racine" +#: include/class_CopyPasteHandler.inc:437 +msgid "Can't paste" +msgstr "Impossible de coller" -#: setup/class_setupStep_Migrate.inc:119 -msgid "Checking permissions on LDAP database" -msgstr "Vérification des permissions sur l'annuaire LDAP" +#: include/class_gosaSupportDaemon.inc:479 +msgid "Could not parse XML." +msgstr "" -#: setup/class_setupStep_Migrate.inc:125 -msgid "Checking for invisible deparmtments" -msgstr "Vérification des départements invisibles" +#: include/functions_helpviewer.inc:43 +#, php-format +msgid "XML error in guide.xml: %s at line %d" +msgstr "Erreur XML dans guide.xml: %s à la ligne %d" -#: setup/class_setupStep_Migrate.inc:131 -msgid "Checking for invisible users" -msgstr "Vérification des utilisateurs invisibles" +#: include/functions_helpviewer.inc:86 +msgid "No help available for this plugin." +msgstr "L'aide n'est pas disponible pour cette extension." -#: setup/class_setupStep_Migrate.inc:137 -msgid "Checking for super administrator" -msgstr "Vérification du superadministrateur" +#: include/functions_helpviewer.inc:95 html/helpviewer.php:196 +msgid "previous" +msgstr "précédent" -#: setup/class_setupStep_Migrate.inc:143 -msgid "Checking for users outside the people tree" -msgstr "Vérification d'utilisateurs en dehors de la branche people" +#: include/functions_helpviewer.inc:99 html/helpviewer.php:200 +msgid "next" +msgstr "suivant" -#: setup/class_setupStep_Migrate.inc:149 -msgid "Checking for groups outside the groups tree" -msgstr "Vérification des groupes en dehors de la branche groups" +#: include/functions_helpviewer.inc:387 +#, php-format +msgid "%s results for your search with the keyword %s" +msgstr "%s résultats de votre recherche avec le mot %s " -#: setup/class_setupStep_Migrate.inc:155 -msgid "Checking for windows workstations outside the winstation tree" -msgstr "Vérification de stations windows en dehors de la branche winstation" +#: include/functions_helpviewer.inc:461 +#, php-format +msgid "%s%% hit rate in file %s" +msgstr "%s%% de correspondance dans le fichier %s" -#: setup/class_setupStep_Migrate.inc:161 -msgid "Checking for duplicate uid numbers" -msgstr "Vérification pour les uid en double" +#: include/class_SnapShotDialog.inc:63 +#, php-format +msgid "You're about to delete the snapshot '%s'." +msgstr "Vous êtes sur le point de supprimer le snapshot '%s'." -#: setup/class_setupStep_Migrate.inc:167 -msgid "Checking for duplicate gid numbers" -msgstr "Vérification pour les gid en double" +#: include/class_SnapShotDialog.inc:115 +msgid "Remove snapshot" +msgstr "Supprimer le snapshot" -#: setup/class_setupStep_Migrate.inc:190 setup/class_setupStep_Migrate.inc:239 -#: setup/class_setupStep_Migrate.inc:301 setup/class_setupStep_Migrate.inc:362 -#: setup/class_setupStep_Migrate.inc:429 setup/class_setupStep_Migrate.inc:503 -#: setup/class_setupStep_Migrate.inc:588 setup/class_setupStep_Migrate.inc:718 -#: setup/class_setupStep_Migrate.inc:807 -msgid "LDAP query failed" -msgstr "La requête LDAP à échoué" +#: include/class_SnapShotDialog.inc:117 include/class_SnapShotDialog.inc:137 +msgid "Y-m-d, H:i:s" +msgstr "" -#: setup/class_setupStep_Migrate.inc:191 setup/class_setupStep_Migrate.inc:240 -#: setup/class_setupStep_Migrate.inc:302 setup/class_setupStep_Migrate.inc:363 -#: setup/class_setupStep_Migrate.inc:430 setup/class_setupStep_Migrate.inc:504 -#: setup/class_setupStep_Migrate.inc:589 setup/class_setupStep_Migrate.inc:719 -#: setup/class_setupStep_Migrate.inc:808 -msgid "Possibly the 'root object' is missing." -msgstr "L'objet racine est probablement manquant." +#: include/class_SnapShotDialog.inc:149 +msgid "Please specify a valid description for this snapshot." +msgstr "Veuillez indiquer une description valide pour ce snapshot." -#: setup/class_setupStep_Migrate.inc:213 -#, php-format -msgid "Found %s duplicate values for attribute 'uidNumber'." -msgstr "J'ai trouvé %s valeur dupliquées pour l'attribut 'uidNumber'." +#: include/class_ldap.inc:204 include/class_ldap.inc:236 +msgid "Performance warning" +msgstr "" -#: setup/class_setupStep_Migrate.inc:262 +#: include/class_ldap.inc:204 include/class_ldap.inc:236 #, 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:317 setup/class_setupStep_Migrate.inc:518 -#: setup/class_setupStep_Migrate.inc:531 setup/class_setupStep_Migrate.inc:881 -#: setup/class_setupStep_Migrate.inc:1612 -#: setup/class_setupStep_Migrate.inc:1625 -msgid "Failed" -msgstr "Echec" +msgid "LDAP performance is poor: last query took about %.2fs!" +msgstr "" -#: setup/class_setupStep_Migrate.inc:319 +#: include/class_ldap.inc:561 #, php-format msgid "" -"Found %s winstations outside the predefined winstation department ou '%s'." +"Cannot automatically create subtrees with RDN '%s': no object class found" msgstr "" -"J'ai trouvé %s winstations en dehors du département winstation prédéfini '%" -"s'." -#: setup/class_setupStep_Migrate.inc:320 setup/class_setupStep_Migrate.inc:599 -#: setup/class_setupStep_Migrate.inc:728 -msgid "Migrate" -msgstr "Migrer" +#: include/class_ldap.inc:609 +#, php-format +msgid "Cannot automatically create subtrees with RDN '%s': not supported" +msgstr "" -#: setup/class_setupStep_Migrate.inc:387 +#: include/class_ldap.inc:617 #, 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'." +msgid "Creating subtree '%s' failed." +msgstr "Créer la nouvelle branche '%s' à échoué." -#: setup/class_setupStep_Migrate.inc:388 setup/class_setupStep_Migrate.inc:463 -msgid "Move" -msgstr "Bouger" +#: include/class_ldap.inc:686 +#, 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'" -#: setup/class_setupStep_Migrate.inc:462 +#: include/class_ldap.inc:688 #, 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'." +msgid "while operating on LDAP server %s" +msgstr "lors de l'opération sur le serveur LDAP %s" -#: setup/class_setupStep_Migrate.inc:520 setup/class_setupStep_Migrate.inc:533 +#: include/class_ldap.inc:910 #, php-format msgid "" -"The specified user '%s' does not have full access to your ldap database." +"This is not a valid DN: '%s'. A block for import should begin with 'dn: ...' " +"in line %s" msgstr "" -"L'utilisateur spécifié '%s' n'a pas l'accès complet à votre annuaire ldap." +"Ceci n'est pas un DN valide: '%s'. Le fichier d'importation doit commencer " +"avec 'dn: ...' à la ligne %s" -#: setup/class_setupStep_Migrate.inc:597 +#: include/class_ldap.inc:939 #, 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." +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 !" + +#: include/class_ldap.inc:1075 +#, php-format +msgid "Ldap import with dn '%s' failed." +msgstr "L'importation ldap avec le dn '%s' à échoué." + +#: include/class_hostActionQueue.inc:68 include/class_hostActionQueue.inc:193 +#, fuzzy, php-format +msgid "Can't locate gotomasses queue file '%s'." +msgstr "Impossible de lire ou écrire le fichier csv '%s'." + +#: include/class_hostActionQueue.inc:72 +#, fuzzy, php-format +msgid "Can't read gotomasses queue file '%s'." +msgstr "Impossible de lire le fichier csv '%s'." + +#: include/class_hostActionQueue.inc:79 +#, fuzzy, php-format +msgid "Can't read gotomasses storage file '%s'." +msgstr "Impossible de lire le fichier csv '%s'." -#: setup/class_setupStep_Migrate.inc:647 setup/class_setupStep_Migrate.inc:779 -#: setup/class_setupStep_Migrate.inc:945 +#: include/class_hostActionQueue.inc:142 #, fuzzy -msgid "Migration error" -msgstr "Migrer" +msgid "GOsa infrastructure" +msgstr "Fenêtre de connexion GOsa" -#: setup/class_setupStep_Migrate.inc:647 setup/class_setupStep_Migrate.inc:779 -#, fuzzy, php-format -msgid "Cannot migrate department '%s':" -msgstr "Aller au département de base" +#: include/class_hostActionQueue.inc:142 +msgid "Cannot read broken entry - skipped!" +msgstr "" -#: setup/class_setupStep_Migrate.inc:727 -#, 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." +#: include/class_hostActionQueue.inc:197 include/class_hostActionQueue.inc:206 +#, fuzzy, php-format +msgid "Can't write gotomasses queue file '%s'." +msgstr "Impossible d'écrire le fichier csv '%s'." -#: setup/class_setupStep_Migrate.inc:882 -msgid "There is no GOsa administrator account inside your LDAP." -msgstr "Il n'y a pas d'administrateur GOsa dans votre annuaire LDAP." +#: include/class_hostActionQueue.inc:201 +msgid "The queue file was modified since last reload. Can't save changes." +msgstr "" -#: setup/class_setupStep_Migrate.inc:945 +#: include/class_hostActionQueue.inc:276 #, php-format -msgid "Cannot add ACL for user '%s':" +msgid "Entry with id '%s' not found." msgstr "" -#: setup/class_setupStep_Migrate.inc:970 -#, fuzzy -msgid "Password error" -msgstr "Le mot de passe expirera le" - -#: setup/class_setupStep_Migrate.inc:970 -#, fuzzy -msgid "Provided passwords do not match!" +#: include/class_hostActionQueue.inc:286 +#, php-format +msgid "Could not update entry, entry with id '%s' not found." 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:975 -#, fuzzy -msgid "Input error" -msgstr "Erreur PHP" -#: setup/class_setupStep_Migrate.inc:975 -#, fuzzy -msgid "Specify a valid user ID!" -msgstr "Le nom d'utilisateur est incorrect !" +#: include/class_hostActionQueue.inc:297 +#, php-format +msgid "Could not remove entry, entry with id '%s' not found." +msgstr "" -#: setup/class_setupStep_Migrate.inc:1019 +#: include/class_hostActionQueue.inc:371 include/class_hostActionQueue.inc:389 +#: include/class_hostActionQueue.inc:420 include/class_hostActionQueue.inc:455 #, fuzzy, php-format -msgid "Adding an administrative user failed: object '%s' already exists!" -msgstr "" -"Mettre l'option (FAIstate) pour l'objet '%s' à échoué, la valeur était '%s'." +msgid "Can't set priority for ID '%s'. ID does not exist." +msgstr "Le paquet '%s' n'existe pas." -#: setup/class_setupStep_Migrate.inc:1030 -#: setup/class_setupStep_Migrate.inc:1056 -#: setup/class_setupStep_Migrate.inc:1104 -#: setup/class_setupStep_Migrate.inc:1152 -#: setup/class_setupStep_Migrate.inc:1916 setup/class_setupStep_Schema.inc:95 -#: include/class_MultiSelectWindow.inc:503 include/class_config.inc:224 -#: include/functions.inc:331 include/functions.inc:358 -#: include/functions.inc:367 include/functions.inc:396 -#: include/functions.inc:639 include/functions.inc:678 -#: include/functions.inc:723 include/functions.inc:1298 -#: include/functions.inc:2490 html/index.php:243 html/index.php:257 -#: html/index.php:270 +#: include/class_multi_plug.inc:360 #, fuzzy -msgid "LDAP error" -msgstr "Erreur LDAP :" +msgid "You are currently editing mutliple entries." +msgstr "Vous êtes occupé à bouger/renommer ce département." -#: setup/class_setupStep_Migrate.inc:1056 -#: setup/class_setupStep_Migrate.inc:1104 -#: setup/class_setupStep_Migrate.inc:1152 +#: include/class_multi_plug.inc:389 #, fuzzy -msgid "Cannot move users to the requested department!" -msgstr "Impossible de bouger les utilisateurs vers le département spécifié." +msgid "Password reset" +msgstr "Le mot de passe expirera le" -#: setup/class_setupStep_Migrate.inc:1066 -msgid "Winstation will be moved from" -msgstr "Les stations windows seront bougées depuis" +#: include/class_multi_plug.inc:389 +#, fuzzy +msgid "The user password was resetted, please set a new password value!" +msgstr "Votre mot de passe à expiré !! Choisissez un nouveau mot de passe" -#: setup/class_setupStep_Migrate.inc:1066 -#: setup/class_setupStep_Migrate.inc:1115 -#: setup/class_setupStep_Migrate.inc:1162 include/class_plugin.inc:1604 -msgid "to" -msgstr "vers" +#: include/class_log.inc:87 +#, fuzzy, php-format +msgid "Logging failed: %s" +msgstr "Utilisateur de la base de données des journaux systèmes" -#: setup/class_setupStep_Migrate.inc:1077 -#: setup/class_setupStep_Migrate.inc:1125 -msgid "Updating following references too" -msgstr "Mise à jour des références suivantes aussi" +#: include/class_log.inc:106 +msgid "Logging to MySQL disabled" +msgstr "" -#: setup/class_setupStep_Migrate.inc:1115 -msgid "Group will be moved from" -msgstr "Les groupes seront bougés depuis" +#: include/class_log.inc:106 +msgid "" +"The logging to a MySQL database is now disabled for this session of GOsa, " +"due to communication errors with the specified logging database." +msgstr "" -#: setup/class_setupStep_Migrate.inc:1162 -msgid "User will be moved from" -msgstr "Les utilisateurs seront bougés depuis" +#: include/class_log.inc:119 +#, fuzzy, php-format +msgid "Invalid option '%s' specified." +msgstr "Type non valide comme opérateur." -#: setup/class_setupStep_Migrate.inc:1172 -msgid "The following references will be updated" -msgstr "Les références suivantes seront mises à jour" +#: include/class_log.inc:123 +#, fuzzy +msgid "Specified objectType is empty or invalid" +msgstr "Le branche spécifiée est invalide." -#: setup/class_setupStep_Migrate.inc:1613 +#: include/class_log.inc:144 +#, fuzzy msgid "" -"The LDAP root object is missing. It is required to use your LDAP service." +"You have enabled the logging into mysql database, but there are no logging " +"servers available." msgstr "" -"L'objet LDAP racine est manquant. Il est indispensable pour utiliser votre " -"annuaire LDAP." - -#: setup/class_setupStep_Migrate.inc:1614 -#: setup/class_setupStep_Migrate.inc:1627 -msgid "Try to create root object" -msgstr "Essai de création de l'objet racine" +"Vous avez activé les journaux systèmes vers une base de données mysql, mais " +"il n'y a pas de serveur disponible." -#: setup/class_setupStep_Migrate.inc:1626 -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." +#: include/class_log.inc:152 +#, fuzzy, php-format +msgid "Cannot connect to logging server '%s'." +msgstr "Impossible de se connecter au serveur de journaux systèmes %s." -#: setup/class_setupStep_Migrate.inc:1916 +#: include/class_log.inc:157 #, fuzzy, php-format -msgid "Copy '%s' to '%s' failed:" -msgstr "Bouger '%s' vers '%s'" +msgid "Cannot select database '%s' on server '%s': %s" +msgstr "" +"Impossible de sélectionner la base de données '%s' située sur le serveur '%" +"s'." -#: setup/class_setupStep_Migrate.inc:1919 -msgid "Problem copying DNs" +#: include/class_log.inc:177 +#, fuzzy, php-format +msgid "Cannot query database '%s' on server '%s': %s" msgstr "" +"Impossible de sélectionner la base de données '%s' située sur le serveur '%" +"s'." -#: setup/setup_frame.tpl:12 -msgid "GOsa setup wizard" -msgstr "Installation de GOsa" +#: setup/class_setupStep_Ldap.inc:53 +msgid "LDAP setup" +msgstr "Configuration LDAP" -#: setup/setup_frame.tpl:19 -msgid "Installation" -msgstr " " +#: setup/class_setupStep_Ldap.inc:54 +msgid "LDAP connection setup" +msgstr "Configuration de la connexion LDAP" -#: setup/setup_frame.tpl:19 -msgid "Steps" -msgstr "Etapes" +#: setup/class_setupStep_Ldap.inc:55 +msgid "" +"This dialog performs the basic configuration of the LDAP connectivity for " +"GOsa." +msgstr "" +"Cette boite de dialogue permet d'indiquer la configuration de base LDAP pour " +"GOsa." -#: setup/class_setupStep_Feedback.inc:91 -msgid "UNIX accounts/groups" -msgstr "Compte / Groupes UNIX" +#: setup/class_setupStep_Ldap.inc:74 setup/class_setupStep_Config1.inc:88 +#: setup/class_setupStep_Config2.inc:160 setup/class_setupStep_Config3.inc:87 +#: setup/setup_feedback.tpl:55 setup/setup_feedback.tpl:73 +#: setup/class_setupStep_Schema.inc:63 +msgid "No" +msgstr "Non" -#: setup/class_setupStep_Feedback.inc:93 -msgid "Samba management" -msgstr "Gestion SAMBA" +#: setup/class_setupStep_Ldap.inc:74 setup/class_setupStep_Config1.inc:88 +#: setup/class_setupStep_Config2.inc:160 setup/class_setupStep_Config3.inc:87 +#: setup/setup_feedback.tpl:53 setup/setup_feedback.tpl:71 +#: setup/class_setupStep_Schema.inc:63 +msgid "Yes" +msgstr "Oui" -#: setup/class_setupStep_Feedback.inc:95 -msgid "Mailsystem management" -msgstr "Gestion de la messagerie" +#: setup/class_setupStep_Ldap.inc:105 +#, php-format +msgid "Anonymous bind failed on server '%s'." +msgstr "La connexion anonyme à échoué sur le serveur '%s'." -#: setup/class_setupStep_Feedback.inc:97 -msgid "FAX system administration" -msgstr "Gestion des FAX" +#: setup/class_setupStep_Ldap.inc:107 +#, php-format +msgid "Bind as user '%s' failed on server '%s'." +msgstr "la connexion comme l'utilisateur '%s' à échoué sur le serveur '%s'." -#: setup/class_setupStep_Feedback.inc:99 -msgid "Asterisk administration" -msgstr "Gestion d'asterisk" +#: setup/class_setupStep_Ldap.inc:112 +#, php-format +msgid "Anonymous bind on server '%s' succeeded." +msgstr "La connexion anonyme sur le serveur '%s' à réussi." -#: setup/class_setupStep_Feedback.inc:101 -msgid "System inventory" -msgstr "Gestion de l'inventaire" +#: setup/class_setupStep_Ldap.inc:113 +msgid "Please specify user and password." +msgstr "Veuillez introduire un utilisateur et un mot de passe." -#: setup/class_setupStep_Feedback.inc:103 -msgid "System-/Configmanagement" -msgstr "Gestion Système / Configuration" +#: setup/class_setupStep_Ldap.inc:115 +#, php-format +msgid "Bind as user '%s' on server '%s' succeeded." +msgstr "La connexion comme l'utilisateur '%s' sur le serveur '%s' à réussi." -#: setup/class_setupStep_Feedback.inc:105 -msgid "Addressbook" -msgstr "Carnet d'adresses" +#: setup/class_setupStep_License.inc:56 setup/class_setupStep_License.inc:57 +msgid "License" +msgstr "licence" -#: setup/class_setupStep_Feedback.inc:111 -#: setup/class_setupStep_Feedback.inc:113 -msgid "Notification and feedback" -msgstr "Notification et retour d'information" +#: setup/class_setupStep_License.inc:58 +msgid "Terms and conditions for usage" +msgstr "Termes et Conditions d'utilisation" -#: setup/class_setupStep_Feedback.inc:112 -msgid "Get notifications or send feedback" -msgstr "Recevoir des notifications et des retour d'information" +#: setup/class_setupStep_Language.inc:40 setup/class_setupStep_Language.inc:41 +msgid "Language setup" +msgstr "Configuration de la langue" + +#: setup/class_setupStep_Language.inc:42 +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 +msgid "Automatic" +msgstr "Automatique" -#: setup/class_setupStep_Feedback.inc:131 setup/class_setup.inc:76 +#: setup/class_setup.inc:76 setup/class_setupStep_Feedback.inc:131 #, fuzzy msgid "Setup error" msgstr "Erreur PHP" -#: setup/class_setupStep_Feedback.inc:140 -#: setup/class_setupStep_Feedback.inc:147 -msgid "Feedback error" -msgstr "" +#: setup/class_setup.inc:196 +msgid "Completed" +msgstr "Terminé" -#: setup/class_setupStep_Feedback.inc:140 -#, php-format -msgid "Cannot send feedback to '%s': %s" -msgstr "" +#: setup/setup_finish.tpl:3 +msgid "Create your configuration file" +msgstr "Création du fichier de configuration" -#: setup/class_setupStep_Feedback.inc:147 -#, fuzzy -msgid "Cannot send feedback: service temporarily unavailable" -msgstr "" -"Erreur lors de l'envoi de votre retour d'information. Le service est " -"temporairement hors service" +#: setup/setup_finish.tpl:13 +msgid "Download configuration" +msgstr "Télécharger la configuration" -#: setup/class_setupStep_Feedback.inc:149 -msgid "Feedback sucessfully send" -msgstr "L'envoi du retour d'information à réussi" +#: setup/setup_finish.tpl:18 +msgid "Status: " +msgstr "Statut: " -#: setup/class_setupStep_Feedback.inc:179 -msgid "Please specify a valid email address." -msgstr "Veuillez indiquer une adresse de messagerie valide." +#: setup/setup_ldap.tpl:7 +msgid "Please choose the LDAP user to be used by GOsa" +msgstr "Veuillez choisir l'utilisateur LDAP qui sera utilise par GOSa" -#: setup/class_setupStep_Feedback.inc:183 -msgid "" -"You should have enabled at least one option, to subscribe or send your " -"feedback." -msgstr "" -"Vous devez au moins avoir activé une option, pour souscrire ou envoyer votre " -"retour d'information." +#: setup/setup_ldap.tpl:13 ihtml/themes/default/help.tpl:21 +msgid "Search" +msgstr "Recherche" -#: setup/class_setupStep_License.inc:56 setup/class_setupStep_License.inc:57 -msgid "License" -msgstr "licence" +#: setup/setup_ldap.tpl:25 +msgid "LDAP connection" +msgstr "Connexion LDAP" -#: setup/class_setupStep_License.inc:58 -msgid "Terms and conditions for usage" -msgstr "Termes et Conditions d'utilisation" +#: setup/setup_ldap.tpl:29 +msgid "Location name" +msgstr "Nom de l'emplacement" -#: setup/setup_config2.tpl:2 -msgid "Samba settings" -msgstr "Configuration Samba" +#: setup/setup_ldap.tpl:37 +msgid "Connection URL" +msgstr "URL de connexion" -#: setup/setup_config2.tpl:6 -msgid "Samba hash generator" -msgstr "Générateur de hash samba" +#: setup/setup_ldap.tpl:45 +msgid "TLS connection" +msgstr "Connexion TLS" -#: setup/setup_config2.tpl:31 -msgid "RID base" -msgstr "Base du RID" +#: setup/setup_ldap.tpl:65 +msgid "Reload" +msgstr "Recharger" -#: setup/setup_config2.tpl:46 -msgid "Workstation container" -msgstr "Branche contenant les stations de travail" +#: setup/setup_ldap.tpl:69 +msgid "Authentication" +msgstr "Authentification" -#: setup/setup_config2.tpl:61 -msgid "Samba SID mapping" -msgstr "Correspondance des SID samba" +#: setup/setup_ldap.tpl:73 +msgid "Admin DN" +msgstr "DN de l'administrateur" -#: setup/setup_config2.tpl:71 -msgid "Timezone" -msgstr "Fuseau Horaire" +#: setup/setup_ldap.tpl:78 +msgid "Select user" +msgstr "Sélectionner un utilisateur" -#: setup/setup_config2.tpl:74 -msgid "Please your preferred timezone here" -msgstr "Veuillez indiquer votre fuseau horaire préféré ici" +#: setup/setup_ldap.tpl:86 +msgid "Automatically append LDAP base to admin DN" +msgstr "" +"Ajouter automatiquement la base de l'annuaire LDAP au DN de l'administrateur" -#: setup/setup_config2.tpl:96 -msgid "Additional GOsa settings" -msgstr "Paramètres supplémentaire de GOsa" +#: setup/setup_ldap.tpl:93 +msgid "Admin password" +msgstr "Mot de passe administrateur" -#: setup/setup_config2.tpl:100 -msgid "Enable Copy & Paste" -msgstr "Activer le Copier / Coller" +#: setup/setup_ldap.tpl:101 +msgid "Schema based settings" +msgstr "Paramètres basé sur les schéma" -#: setup/setup_config2.tpl:112 -#, fuzzy -msgid "Enable DNS extension" -msgstr "Extension d'inventaire" +#: setup/setup_ldap.tpl:105 +msgid "Use rfc2307bis compliant groups" +msgstr "Utilisez des groupes rfc2307bis" -#: setup/setup_config2.tpl:124 -#, fuzzy -msgid "Enable DHCP extension" -msgstr "Extension d'inventaire" +#: setup/setup_ldap.tpl:117 +msgid "Current status" +msgstr "Statut actuel" -#: setup/setup_config2.tpl:136 -#, fuzzy -msgid "Enable mime type management" -msgstr "Gestion des type mime" +#: 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/setup_config2.tpl:148 -msgid "Enable FAI release management" -msgstr "Activer la gestion des versions FAI" +#: setup/class_setupStep_Config1.inc:76 +msgid "GOsa generic settings" +msgstr "Préférences de base GOsa" -#: setup/setup_config2.tpl:160 -msgid "Enable user netatalk plugin" -msgstr "Activer la gestion des comptes Netatalk" +#: 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/setup_config2.tpl:171 -msgid "Government mode" -msgstr "Mode Gouvernemental" +#: setup/class_setupStep_Config1.inc:118 setup/setup_config1.tpl:97 +msgid "GID / UID min id" +msgstr "GID / UID id min" -#: setup/setup_config2.tpl:180 -msgid "Mail settings" -msgstr "Paramètres de messagerie" +#: 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/setup_config2.tpl:184 -msgid "Mail method" -msgstr "Méthode de messagerie" +#: setup/class_setupStep_Config1.inc:122 +msgid "People storage ou" +msgstr "Branches de l'arbre ldap ou sont stockes les utilisateurs" -#: setup/setup_config2.tpl:198 -msgid "Vacation templates" -msgstr "Modèles de messages d'absence " +#: setup/class_setupStep_Config1.inc:126 +msgid "Group storage ou" +msgstr "Branches de l'arbre ldap ou sont stockes les groupes" -#: setup/setup_config2.tpl:214 -msgid "Use Cyrus UNIX style" -msgstr "Utiliser Cyrus en mode UNIX" +#: setup/class_setupStep_Config1.inc:130 +msgid "Uid base must be numeric" +msgstr "l'uid de base doit être une valeur numérique" -#: setup/setup_config2.tpl:224 -msgid "Snapshots / Undo" -msgstr "Copie instantanée / Undo" +#: 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/setup_config2.tpl:233 setup/setup_config2.tpl:278 -msgid "Enable snapshots" -msgstr "Activer la copie instantanée" +#: 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." -#: setup/setup_config2.tpl:239 setup/setup_config2.tpl:284 -msgid "Snapshot base" -msgstr "Base pour les snapshots" +#: setup/class_setupStep_Config2.inc:85 setup/class_setupStep_Config2.inc:86 +msgid "GOsa settings 2/3" +msgstr "Paramètres de GOsa 2/3" + +#: setup/class_setupStep_Config2.inc:87 +msgid "Customize special parameters" +msgstr "Customiser les paramètres spéciaux" + +#: setup/setup_license.tpl:8 +msgid "I have read the license and accept it" +msgstr "J'ai lu la licence et je l'accepte" + +#: setup/class_setupStep_Config3.inc:78 setup/class_setupStep_Config3.inc:79 +msgid "GOsa settings 3/3" +msgstr "Paramètres de GOsa 3/3" + +#: setup/class_setupStep_Config3.inc:80 +msgid "Tweak some GOsa core behaviour" +msgstr "Customiser certains paramètres essentiels de GOsa" + +#: setup/class_setupStep_Config3.inc:194 +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:198 +msgid "Maximal ldap query time must be a numeric value. " +msgstr "Le temps maximumpour une requête ldap doit être une valeur numérique." #: setup/setup_feedback.tpl:6 msgid "Subscribe to the gosa-announce mailinglist" @@ -4960,89 +4668,33 @@ msgstr "Combien d'objet sont dans votre annuaire LDAP ?" #: setup/setup_feedback.tpl:123 msgid "Features" -msgstr "Fonctionalités" - -#: setup/setup_feedback.tpl:126 -msgid "What features of GOsa do you use?" -msgstr "Quel fonctionnalités de GOsa utilisez vous ?" - -#: setup/setup_feedback.tpl:136 -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:143 -msgid "Send feedback" -msgstr "Envoyer vos réponses" - -#: setup/setup_schema.tpl:3 -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 -msgid "Schema check succeeded" -msgstr "La vérification des schéma à réussi" - -#: setup/setup_schema.tpl:23 -msgid "Schema check failed" -msgstr "La vérification des schéma à échoué" - -#: setup/setup_license.tpl:8 -msgid "I have read the license and accept it" -msgstr "J'ai lu la licence et je l'accepte" - -#: setup/class_setup.inc:196 -msgid "Completed" -msgstr "Terminé" - -#: setup/class_setupStep_Ldap.inc:53 -msgid "LDAP setup" -msgstr "Configuration LDAP" - -#: setup/class_setupStep_Ldap.inc:54 -msgid "LDAP connection setup" -msgstr "Configuration de la connexion LDAP" +msgstr "Fonctionalités" -#: setup/class_setupStep_Ldap.inc:55 -msgid "" -"This dialog performs the basic configuration of the LDAP connectivity for " -"GOsa." -msgstr "" -"Cette boite de dialogue permet d'indiquer la configuration de base LDAP pour " -"GOsa." +#: setup/setup_feedback.tpl:126 +msgid "What features of GOsa do you use?" +msgstr "Quel fonctionnalités de GOsa utilisez vous ?" -#: setup/class_setupStep_Ldap.inc:105 -#, php-format -msgid "Anonymous bind failed on server '%s'." -msgstr "La connexion anonyme à échoué sur le serveur '%s'." +#: setup/setup_feedback.tpl:136 +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/class_setupStep_Ldap.inc:107 -#, php-format -msgid "Bind as user '%s' failed on server '%s'." -msgstr "la connexion comme l'utilisateur '%s' à échoué sur le serveur '%s'." +#: setup/setup_feedback.tpl:143 +msgid "Send feedback" +msgstr "Envoyer vos réponses" -#: setup/class_setupStep_Ldap.inc:112 -#, php-format -msgid "Anonymous bind on server '%s' succeeded." -msgstr "La connexion anonyme sur le serveur '%s' à réussi." +#: setup/class_setupStep_Welcome.inc:38 +msgid "Welcome" +msgstr "Bienvenue" -#: setup/class_setupStep_Ldap.inc:113 -msgid "Please specify user and password." -msgstr "Veuillez introduire un utilisateur et un mot de passe." +#: setup/class_setupStep_Welcome.inc:39 +msgid "The welcome message" +msgstr "Le message d'accueil" -#: setup/class_setupStep_Ldap.inc:115 -#, php-format -msgid "Bind as user '%s' on server '%s' succeeded." -msgstr "La connexion comme l'utilisateur '%s' sur le serveur '%s' à réussi." +#: setup/class_setupStep_Welcome.inc:40 +msgid "Welcome to GOsa setup wizard" +msgstr "Bienvenue dans l'installation de GOsa" #: setup/setup_config1.tpl:2 msgid "Look and feel" @@ -5169,23 +4821,142 @@ msgstr "" "que la gestion de leurs quotas. Vous pouvez choisir l'extension dummy pour " "que GOsa ne touche a rien." -#: setup/setup_language.tpl:3 -msgid "Please select the preferred language" -msgstr "Veuillez sélectionner la langue par défaut" +#: setup/setup_config3.tpl:2 +msgid "GOsa core settings" +msgstr "Paramètres essentiels de GOsa" -#: 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." +#: setup/setup_config3.tpl:6 +msgid "Disable primary group filter" +msgstr "Désactiver le filtre sur les groupes primaires" + +#: setup/setup_config3.tpl:18 +#, fuzzy +msgid "Display summary in listings" +msgstr "Afficher les macros correspondantes" + +#: 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 "" -"Maintenant vous pouvez choisir la langue par défaut pour GOSa. Automatique " -"utilisera la langue demandée par le navigateur. Ce paramètre peut être " -"configuré par utilisateur." -#: setup/setup_language.tpl:9 -msgid "Please your preferred language here" -msgstr "Veuillez indiquer votre langue préférée ici" +#: 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 +#, fuzzy +msgid "Enable system deployment" +msgstr "Déploiement de système en masse" + +#: 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 +#, fuzzy +msgid "Enable edit locking" +msgstr "Activer la vérification antivirus de la messagerie" + +#: setup/setup_config3.tpl:174 +msgid "Special search method for huge ldap servers." +msgstr "" + +#: setup/setup_config3.tpl:185 +msgid "Login and session" +msgstr "connexion et session" + +#: setup/setup_config3.tpl:188 +#, fuzzy +msgid "Login attribute" +msgstr "Propriétés du téléphone" + +#: setup/setup_config3.tpl:199 +msgid "Enforce register_globals to be deactivated" +msgstr "Force register_globals à être désactivé" + +#: setup/setup_config3.tpl:211 +msgid "Enforce encrypted connections" +msgstr "Force les connexions cryptées" + +#: setup/setup_config3.tpl:223 +msgid "Warn if session is not encrypted" +msgstr "Avertir si la session ne sera pas cryptée" + +#: setup/setup_config3.tpl:235 +#, fuzzy +msgid "Remember dialog filter settings" +msgstr "Paramètres par défaut des utilisateurs" + +#: setup/setup_config3.tpl:247 +msgid "Session lifetime" +msgstr "Durée de vie de la session" + +#: setup/setup_config3.tpl:256 +msgid "Debugging" +msgstr "Deboguage" + +#: setup/setup_config3.tpl:260 +msgid "Show PHP errors" +msgstr "Afficher les erreur PHP" + +#: setup/setup_config3.tpl:272 +msgid "Maximum LDAP query time" +msgstr "Durée maximale d'une requête LDAP" + +#: setup/setup_config3.tpl:290 +msgid "Log LDAP statistics" +msgstr "Inscrit les statistique de l'annuaire LDAP dans les journaux systèmes" + +#: setup/setup_config3.tpl:302 +msgid "Debug level" +msgstr "Niveau de débogage" + +#: setup/setup_config3.tpl:307 setup/setup_config3.tpl:310 +msgid "Disabled" +msgstr "Désactivé" + +#: setup/setup_config3.tpl:308 setup/setup_config3.tpl:311 +msgid "Enabled" +msgstr "Activé" + +#: 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 "Steps" +msgstr "Etapes" + +#: setup/class_setupStep_Schema.inc:40 setup/class_setupStep_Schema.inc:41 +msgid "LDAP schema check" +msgstr "Vérification des schémas LDAP" + +#: setup/class_setupStep_Schema.inc:42 +msgid "Perform test on your current LDAP schema" +msgstr "Exécuter des test sur vos schéma LDAP actuels" + +#: setup/class_setupStep_Schema.inc:95 html/index.php:258 +msgid "Cannot detect information about the installed LDAP schema!" +msgstr "" #: setup/class_setupStep_Checks.inc:38 setup/class_setupStep_Checks.inc:39 msgid "Installation check" @@ -5558,1537 +5329,1775 @@ msgstr "" "Recherchez l'option 'zend.ze1_compatibility_mode' dans votre hp.ini et " "mettez la à 'Off'." -#: setup/class_setupStep_Checks.inc:262 -msgid "Configuration writeable" -msgstr "Le fichier de configuration peut être écrit" +#: setup/class_setupStep_Checks.inc:262 +msgid "Configuration writeable" +msgstr "Le fichier de configuration peut être écrit" + +#: setup/class_setupStep_Checks.inc:263 +msgid "The configuration file can't be written" +msgstr "Le fichier de configuration ne peut pas être écrit" + +#: setup/class_setupStep_Checks.inc:264 +#, 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." +msgstr "" +"GOsa lit sa configuration d'un fichier situé dans (%s/%s). Le programme " +"d'installation peut écrire la configuration directement si le fichier est " +"permet l'écriture." + +#: 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 "" +"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" +msgstr "" +"Essaye de trouver si il existe des problèmes dans votre configuration PHP ou " +"LDAP" + +#: 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" + +#: setup/setup_welcome.tpl:14 +msgid "Guided migration of existing LDAP trees" +msgstr "Migration assistée d'un annuaire LDAP existant" + +#: 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:20 +msgid "Find every possible configuration error" +msgstr "Trouver toutes les erreur possible dans votre configuration" + +#: 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:25 +msgid "To continue..." +msgstr "Suite de la configuration..." + +#: 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:" +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." +msgstr "Cliquer sur 'Continuer' quand vous avez fini." + +#: setup/setup_checks.tpl:9 +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 +msgid "GOsa will NOT run without fixing this." +msgstr "GOsa ne fonctionnera pas si vous ne corriger pas cela." -#: setup/class_setupStep_Checks.inc:263 -msgid "The configuration file can't be written" -msgstr "Le fichier de configuration ne peut pas être écrit" +#: setup/setup_checks.tpl:45 setup/setup_checks.tpl:107 +msgid "GOsa will run without fixing this." +msgstr "GOsa fonctionnera même si vous ne corrigez pas cela." -#: setup/class_setupStep_Checks.inc:264 -#, 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." -msgstr "" -"GOsa lit sa configuration d'un fichier situé dans (%s/%s). Le programme " -"d'installation peut écrire la configuration directement si le fichier est " -"permet l'écriture." +#: setup/setup_checks.tpl:67 +msgid "PHP setup configuration" +msgstr "Configuration de PHP" -#: setup/setup_config3.tpl:2 -msgid "GOsa core settings" -msgstr "Paramètres essentiels de GOsa" +#: setup/setup_checks.tpl:67 +msgid "show information" +msgstr "Montrer les informations" -#: setup/setup_config3.tpl:6 -msgid "Disable primary group filter" -msgstr "Désactiver le filtre sur les groupes primaires" +#: setup/setup_schema.tpl:3 +msgid "Schema specific settings" +msgstr "Paramètres spécifiques des schémas" -#: setup/setup_config3.tpl:18 -#, fuzzy -msgid "Display summary in listings" -msgstr "Afficher les macros correspondantes" +#: 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_config3.tpl:30 -msgid "Honour administrative units" -msgstr "Honorer les entités administratives" +#: setup/setup_schema.tpl:16 +msgid "Check status" +msgstr "Vérifier les statuts" -#: setup/setup_config3.tpl:42 -msgid "Smarty compile directory" -msgstr "Répertoire de compilation de smarty" +#: setup/setup_schema.tpl:20 +msgid "Schema check succeeded" +msgstr "La vérification des schéma à réussi" -#: setup/setup_config3.tpl:51 -msgid "SNMP community" -msgstr "" +#: setup/setup_schema.tpl:23 +msgid "Schema check failed" +msgstr "La vérification des schéma à échoué" -#: setup/setup_config3.tpl:60 -msgid "Path for PPD storage" -msgstr "Répertoire pour le stockage des PPD" +#: setup/class_setupStep_Feedback.inc:91 +msgid "UNIX accounts/groups" +msgstr "Compte / Groupes UNIX" -#: setup/setup_config3.tpl:77 -msgid "Path for kiosk profile storage" -msgstr "Répertoire pour le stockage des profiles kiosk" +#: setup/class_setupStep_Feedback.inc:93 +msgid "Samba management" +msgstr "Gestion SAMBA" -#: setup/setup_config3.tpl:96 -#, fuzzy -msgid "Enable system deployment" -msgstr "Déploiement de système en masse" +#: setup/class_setupStep_Feedback.inc:95 +msgid "Mailsystem management" +msgstr "Gestion de la messagerie" -#: setup/setup_config3.tpl:116 -msgid "Network resolv hook" -msgstr "Connexions pour les Résolution réseaux" +#: setup/class_setupStep_Feedback.inc:97 +msgid "FAX system administration" +msgstr "Gestion des FAX" -#: setup/setup_config3.tpl:135 -msgid "Mail queue script" -msgstr "Script pour la gestion de la queue du serveur de messagerie" +#: setup/class_setupStep_Feedback.inc:99 +msgid "Asterisk administration" +msgstr "Gestion d'asterisk" -#: setup/setup_config3.tpl:154 -msgid "Notification script" -msgstr "Script de notification" +#: setup/class_setupStep_Feedback.inc:101 +msgid "System inventory" +msgstr "Gestion de l'inventaire" -#: setup/setup_config3.tpl:173 -#, fuzzy -msgid "Enable edit locking" -msgstr "Activer la vérification antivirus de la messagerie" +#: setup/class_setupStep_Feedback.inc:103 +msgid "System-/Configmanagement" +msgstr "Gestion Système / Configuration" -#: setup/setup_config3.tpl:192 -msgid "Login and session" -msgstr "connexion et session" +#: setup/class_setupStep_Feedback.inc:105 +msgid "Addressbook" +msgstr "Carnet d'adresses" -#: setup/setup_config3.tpl:195 -#, fuzzy -msgid "Login attribute" -msgstr "Propriétés du téléphone" +#: setup/class_setupStep_Feedback.inc:111 +#: setup/class_setupStep_Feedback.inc:113 +msgid "Notification and feedback" +msgstr "Notification et retour d'information" -#: setup/setup_config3.tpl:206 -msgid "Enforce register_globals to be deactivated" -msgstr "Force register_globals à être désactivé" +#: setup/class_setupStep_Feedback.inc:112 +msgid "Get notifications or send feedback" +msgstr "Recevoir des notifications et des retour d'information" -#: setup/setup_config3.tpl:218 -msgid "Enforce encrypted connections" -msgstr "Force les connexions cryptées" +#: setup/class_setupStep_Feedback.inc:140 +#: setup/class_setupStep_Feedback.inc:147 +msgid "Feedback error" +msgstr "" -#: setup/setup_config3.tpl:230 -msgid "Warn if session is not encrypted" -msgstr "Avertir si la session ne sera pas cryptée" +#: setup/class_setupStep_Feedback.inc:140 +#, php-format +msgid "Cannot send feedback to '%s': %s" +msgstr "" -#: setup/setup_config3.tpl:242 +#: setup/class_setupStep_Feedback.inc:147 #, fuzzy -msgid "Remember dialog filter settings" -msgstr "Paramètres par défaut des utilisateurs" +msgid "Cannot send feedback: service temporarily unavailable" +msgstr "" +"Erreur lors de l'envoi de votre retour d'information. Le service est " +"temporairement hors service" -#: setup/setup_config3.tpl:254 -msgid "Session lifetime" -msgstr "Durée de vie de la session" +#: setup/class_setupStep_Feedback.inc:149 +msgid "Feedback sucessfully send" +msgstr "L'envoi du retour d'information à réussi" -#: setup/setup_config3.tpl:262 -msgid "Debugging" -msgstr "Deboguage" +#: setup/class_setupStep_Feedback.inc:179 +msgid "Please specify a valid email address." +msgstr "Veuillez indiquer une adresse de messagerie valide." -#: setup/setup_config3.tpl:266 -msgid "Show PHP errors" -msgstr "Afficher les erreur PHP" +#: setup/class_setupStep_Feedback.inc:183 +#, fuzzy +msgid "" +"You have to select at least one of both options, subscribe or send feedback." +msgstr "" +"Vous devez au moins avoir activé une option, pour souscrire ou envoyer votre " +"retour d'information." -#: setup/setup_config3.tpl:278 -msgid "Maximum LDAP query time" -msgstr "Durée maximale d'une requête LDAP" +#: setup/class_setupStep_Finish.inc:37 +#: ihtml/themes/default/copyPasteDialog.tpl:32 +msgid "Finish" +msgstr "Terminé" -#: setup/setup_config3.tpl:296 -msgid "Log LDAP statistics" -msgstr "Inscrit les statistique de l'annuaire LDAP dans les journaux systèmes" +#: setup/class_setupStep_Finish.inc:38 +msgid "Write configuration file" +msgstr "Ecrire le fichier de configuration" -#: setup/setup_config3.tpl:308 -msgid "Debug level" -msgstr "Niveau de débogage" +#: setup/class_setupStep_Finish.inc:39 +msgid "Finish - write the configuration file" +msgstr "Fini - écrire le fichier de configuration" -#: setup/setup_config3.tpl:313 setup/setup_config3.tpl:316 -msgid "Disabled" -msgstr "Désactivé" +#: setup/class_setupStep_Finish.inc:100 +#, fuzzy +msgid "" +"Your configuration file is currently world readable. Please update the file " +"permissions!" +msgstr "" +"Votre fichier de configuration est lisible par tout le monde. Veuillez " +"modifier les permissions !" -#: setup/setup_config3.tpl:314 setup/setup_config3.tpl:317 -msgid "Enabled" -msgstr "Activé" +#: setup/class_setupStep_Finish.inc:102 +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_Welcome.inc:38 -msgid "Welcome" -msgstr "Bienvenue" +#: setup/class_setupStep_Finish.inc:111 +#, 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 "" +"Après avoir placé le fichier dans le répertoire %s, assurez vous que seul le " +"serveur web puisse lire %s. Vous pouvez exécuter les commandes suivantes " +"pour réaliser cette opération:" -#: setup/class_setupStep_Welcome.inc:39 -msgid "The welcome message" -msgstr "Le message d'accueil" +#: setup/class_setupStep_Migrate.inc:105 setup/class_setupStep_Migrate.inc:106 +msgid "LDAP inspection" +msgstr "Vérification de l'annuaire LDAP" -#: setup/class_setupStep_Welcome.inc:40 -msgid "Welcome to GOsa setup wizard" -msgstr "Bienvenue dans l'installation de GOsa" +#: setup/class_setupStep_Migrate.inc:107 +msgid "Analyze your current LDAP for GOsa compatibility" +msgstr "Analyse de votre annuaire LDAP pour la compatibilité avec GOsa" -#: setup/class_setupStep_Schema.inc:40 setup/class_setupStep_Schema.inc:41 -msgid "LDAP schema check" -msgstr "Vérification des schémas LDAP" +#: setup/class_setupStep_Migrate.inc:113 +msgid "Checking for root object" +msgstr "Recherche de l'objet racine" -#: setup/class_setupStep_Schema.inc:42 -msgid "Perform test on your current LDAP schema" -msgstr "Exécuter des test sur vos schéma LDAP actuels" +#: setup/class_setupStep_Migrate.inc:119 +msgid "Checking permissions on LDAP database" +msgstr "Vérification des permissions sur l'annuaire LDAP" -#: setup/class_setupStep_Schema.inc:95 html/index.php:257 -msgid "Cannot detect information about the installed LDAP schema!" -msgstr "" +#: setup/class_setupStep_Migrate.inc:125 +#, fuzzy +msgid "Checking for invisible departments" +msgstr "Vérification des départements invisibles" -#: setup/setup_checks.tpl:9 -msgid "PHP module and extension checks" -msgstr "Extension PHP et vérification de ceux ci" +#: setup/class_setupStep_Migrate.inc:131 +msgid "Checking for invisible users" +msgstr "Vérification des utilisateurs invisibles" -#: setup/setup_checks.tpl:41 setup/setup_checks.tpl:103 -msgid "GOsa will NOT run without fixing this." -msgstr "GOsa ne fonctionnera pas si vous ne corriger pas cela." +#: setup/class_setupStep_Migrate.inc:137 +msgid "Checking for super administrator" +msgstr "Vérification du superadministrateur" -#: setup/setup_checks.tpl:45 setup/setup_checks.tpl:107 -msgid "GOsa will run without fixing this." -msgstr "GOsa fonctionnera même si vous ne corrigez pas cela." +#: setup/class_setupStep_Migrate.inc:143 +msgid "Checking for users outside the people tree" +msgstr "Vérification d'utilisateurs en dehors de la branche people" -#: setup/setup_checks.tpl:67 -msgid "PHP setup configuration" -msgstr "Configuration de PHP" +#: setup/class_setupStep_Migrate.inc:149 +msgid "Checking for groups outside the groups tree" +msgstr "Vérification des groupes en dehors de la branche groups" + +#: setup/class_setupStep_Migrate.inc:155 +msgid "Checking for windows workstations outside the winstation tree" +msgstr "Vérification de stations windows en dehors de la branche winstation" -#: setup/setup_checks.tpl:67 -msgid "show information" -msgstr "Montrer les informations" +#: setup/class_setupStep_Migrate.inc:161 +msgid "Checking for duplicate uid numbers" +msgstr "Vérification pour les uid en double" -#: setup/setup_finish.tpl:3 -msgid "Create your configuration file" -msgstr "Création du fichier de configuration" +#: setup/class_setupStep_Migrate.inc:167 +msgid "Checking for duplicate gid numbers" +msgstr "Vérification pour les gid en double" -#: setup/setup_finish.tpl:13 -msgid "Download configuration" -msgstr "Télécharger la configuration" +#: setup/class_setupStep_Migrate.inc:190 setup/class_setupStep_Migrate.inc:239 +#: setup/class_setupStep_Migrate.inc:301 setup/class_setupStep_Migrate.inc:362 +#: setup/class_setupStep_Migrate.inc:429 setup/class_setupStep_Migrate.inc:503 +#: setup/class_setupStep_Migrate.inc:588 setup/class_setupStep_Migrate.inc:718 +#: setup/class_setupStep_Migrate.inc:807 +msgid "LDAP query failed" +msgstr "La requête LDAP à échoué" -#: setup/setup_finish.tpl:18 -msgid "Status: " -msgstr "Statut: " +#: setup/class_setupStep_Migrate.inc:191 setup/class_setupStep_Migrate.inc:240 +#: setup/class_setupStep_Migrate.inc:302 setup/class_setupStep_Migrate.inc:363 +#: setup/class_setupStep_Migrate.inc:430 setup/class_setupStep_Migrate.inc:504 +#: setup/class_setupStep_Migrate.inc:589 setup/class_setupStep_Migrate.inc:719 +#: setup/class_setupStep_Migrate.inc:808 +msgid "Possibly the 'root object' is missing." +msgstr "L'objet racine est probablement manquant." -#: setup/class_setupStep_Finish.inc:38 -msgid "Write configuration file" -msgstr "Ecrire le fichier de configuration" +#: setup/class_setupStep_Migrate.inc:213 +#, 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_Finish.inc:39 -msgid "Finish - write the configuration file" -msgstr "Fini - écrire le fichier de configuration" +#: setup/class_setupStep_Migrate.inc:262 +#, 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_Finish.inc:100 +#: setup/class_setupStep_Migrate.inc:317 setup/class_setupStep_Migrate.inc:518 +#: setup/class_setupStep_Migrate.inc:531 setup/class_setupStep_Migrate.inc:881 +#: setup/class_setupStep_Migrate.inc:1612 +#: setup/class_setupStep_Migrate.inc:1625 +msgid "Failed" +msgstr "Echec" + +#: setup/class_setupStep_Migrate.inc:319 +#, php-format msgid "" -"Your configuration file is currently world readable. Please updated the file " -"permissions!" +"Found %s winstations outside the predefined winstation department ou '%s'." msgstr "" -"Votre fichier de configuration est lisible par tout le monde. Veuillez " -"modifier les permissions !" +"J'ai trouvé %s winstations en dehors du département winstation prédéfini '%" +"s'." -#: setup/class_setupStep_Finish.inc:102 -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_Migrate.inc:320 setup/class_setupStep_Migrate.inc:599 +#: setup/class_setupStep_Migrate.inc:728 +msgid "Migrate" +msgstr "Migrer" -#: setup/class_setupStep_Finish.inc:111 +#: setup/class_setupStep_Migrate.inc:387 #, 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 "" -"Après avoir placé le fichier dans le répertoire %s, assurez vous que seul le " -"serveur web puisse lire %s. Vous pouvez exécuter les commandes suivantes " -"pour réaliser cette opération:" +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_Config2.inc:87 setup/class_setupStep_Config2.inc:88 -msgid "GOsa settings 2/3" -msgstr "Paramètres de GOsa 2/3" +#: setup/class_setupStep_Migrate.inc:388 setup/class_setupStep_Migrate.inc:463 +msgid "Move" +msgstr "Bouger" -#: setup/class_setupStep_Config2.inc:89 -msgid "Customize special parameters" -msgstr "Customiser les paramètres spéciaux" +#: setup/class_setupStep_Migrate.inc:462 +#, 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'." -#: include/functions_helpviewer.inc:43 +#: setup/class_setupStep_Migrate.inc:520 setup/class_setupStep_Migrate.inc:533 #, php-format -msgid "XML error in guide.xml: %s at line %d" -msgstr "Erreur XML dans guide.xml: %s à la ligne %d" +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." -#: include/functions_helpviewer.inc:86 -msgid "No help available for this plugin." -msgstr "L'aide n'est pas disponible pour cette extension." +#: setup/class_setupStep_Migrate.inc:597 +#, 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." -#: include/functions_helpviewer.inc:95 html/helpviewer.php:196 -msgid "previous" -msgstr "précédent" +#: setup/class_setupStep_Migrate.inc:647 setup/class_setupStep_Migrate.inc:779 +#: setup/class_setupStep_Migrate.inc:945 +#, fuzzy +msgid "Migration error" +msgstr "Migrer" -#: include/functions_helpviewer.inc:99 html/helpviewer.php:200 -msgid "next" -msgstr "suivant" +#: setup/class_setupStep_Migrate.inc:647 setup/class_setupStep_Migrate.inc:779 +#, fuzzy, php-format +msgid "Cannot migrate department '%s':" +msgstr "Aller au département de base" -#: include/functions_helpviewer.inc:387 +#: setup/class_setupStep_Migrate.inc:727 #, php-format -msgid "%s results for your search with the keyword %s" -msgstr "%s résultats de votre recherche avec le mot %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." -#: include/functions_helpviewer.inc:461 -#, php-format -msgid "%s%% hit rate in file %s" -msgstr "%s%% de correspondance dans le fichier %s" +#: setup/class_setupStep_Migrate.inc:882 +msgid "There is no GOsa administrator account inside your LDAP." +msgstr "Il n'y a pas d'administrateur GOsa dans votre annuaire LDAP." -#: include/class_tabs.inc:214 +#: setup/class_setupStep_Migrate.inc:945 #, 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:341 include/class_acl.inc:1092 -#: include/class_acl.inc:1093 include/class_acl.inc:1098 -msgid "ACL" +msgid "Cannot add ACL for user '%s':" msgstr "" -#: include/class_tabs.inc:344 -msgid "References" -msgstr "Références" +#: setup/class_setupStep_Migrate.inc:970 +#, fuzzy +msgid "Password error" +msgstr "Le mot de passe expirera le" -#: include/class_plugin.inc:436 -#, php-format -msgid "" -"Command '%s', specified as CHECK hook for plugin '%s' doesn't seem to exist." +#: setup/class_setupStep_Migrate.inc:970 +#, fuzzy +msgid "Provided passwords do not match!" msgstr "" -"La commande '%s', utilisée dans le CHECK de l'extension '%s' n'existe pas." +"Le mot de passe entré dans le champ nouveau et celui dans le champ " +"vérification ne concordent pas!" -#: include/class_plugin.inc:490 -msgid "" -"The object has changed since opened in GOsa. Please ensure that nobody has " -"done serious changes that may get lost if you save this entry." -msgstr "" +#: setup/class_setupStep_Migrate.inc:975 +#, fuzzy +msgid "Input error" +msgstr "Erreur PHP" -#: include/class_plugin.inc:623 -#, php-format -msgid "" -"Command '%s', specified as POSTCREATE for plugin '%s' doesn't seem to exist." -msgstr "" -"La commande '%s', utilisée dans le POSTCREATE de l'extension '%s' n'existe " -"pas." +#: setup/class_setupStep_Migrate.inc:975 +#, fuzzy +msgid "Specify a valid user ID!" +msgstr "Le nom d'utilisateur est incorrect !" -#: include/class_plugin.inc:655 include/functions.inc:2508 -#, php-format -msgid "" -"Command '%s', specified as POSTMODIFY for plugin '%s' doesn't seem to exist." +#: setup/class_setupStep_Migrate.inc:1019 +#, fuzzy, php-format +msgid "Adding an administrative user failed: object '%s' already exists!" msgstr "" -"La commande '%s', utilisée dans le POSTMODIFY de l'extension '%s' n'existe " -"pas." +"Mettre l'option (FAIstate) pour l'objet '%s' à échoué, la valeur était '%s'." -#: include/class_plugin.inc:691 -#, php-format +#: setup/class_setupStep_Migrate.inc:1056 +#: setup/class_setupStep_Migrate.inc:1104 +#: setup/class_setupStep_Migrate.inc:1152 +#, fuzzy +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:1066 +msgid "Winstation will be moved from" +msgstr "Les stations windows seront bougées depuis" + +#: setup/class_setupStep_Migrate.inc:1077 +#: setup/class_setupStep_Migrate.inc:1125 +msgid "Updating following references too" +msgstr "Mise à jour des références suivantes aussi" + +#: setup/class_setupStep_Migrate.inc:1115 +msgid "Group will be moved from" +msgstr "Les groupes seront bougés depuis" + +#: setup/class_setupStep_Migrate.inc:1162 +msgid "User will be moved from" +msgstr "Les utilisateurs seront bougés depuis" + +#: setup/class_setupStep_Migrate.inc:1172 +msgid "The following references will be updated" +msgstr "Les références suivantes seront mises à jour" + +#: setup/class_setupStep_Migrate.inc:1613 msgid "" -"Command '%s', specified as POSTREMOVE for plugin '%s' doesn't seem to exist." +"The LDAP root object is missing. It is required to use your LDAP service." msgstr "" -"La commande '%s', utilisée dans le POSTREMOVE de l'extension '%s' n'existe " -"pas." +"L'objet LDAP racine est manquant. Il est indispensable pour utiliser votre " +"annuaire LDAP." -#: include/class_plugin.inc:1080 include/class_plugin.inc:1127 -#: include/class_plugin.inc:1128 -#, php-format -msgid "Saving object snapshot with dn '%s' failed." -msgstr "La sauvegarde de l'objet snapshot avec le dn '%s' à échoué." +#: setup/class_setupStep_Migrate.inc:1614 +#: setup/class_setupStep_Migrate.inc:1627 +msgid "Try to create root object" +msgstr "Essai de création de l'objet racine" + +#: setup/class_setupStep_Migrate.inc:1626 +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." -#: include/class_plugin.inc:1154 include/class_plugin.inc:1166 +#: setup/class_setupStep_Migrate.inc:1916 #, fuzzy, php-format +msgid "Copy '%s' to '%s' failed:" +msgstr "Bouger '%s' vers '%s'" + +#: setup/class_setupStep_Migrate.inc:1919 +msgid "Problem copying DNs" +msgstr "" + +#: setup/setup_language.tpl:3 +msgid "Please select the preferred language" +msgstr "Veuillez sélectionner la langue par défaut" + +#: setup/setup_language.tpl:5 msgid "" -"The snapshot functionality is enabled, but the required variable '%s' is not " -"set." +"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 "" -"La fonctionnalité pour les copie instantanées est activée, mais la variable " -"requise '%s' n'est pas configurée dans votre gosa.conf." +"Maintenant vous pouvez choisir la langue par défaut pour GOSa. Automatique " +"utilisera la langue demandée par le navigateur. Ce paramètre peut être " +"configuré par utilisateur." -#: include/class_plugin.inc:1202 -#, php-format -msgid "Method get available snapshots with dn '%s' failed." -msgstr "La méthode obtenir les snapshots disponibles avec le dn '%s' à échoué." +#: setup/setup_language.tpl:9 +#, fuzzy +msgid "Please select your preferred language here" +msgstr "Veuillez indiquer votre langue préférée ici" -#: include/class_plugin.inc:1258 -#, php-format -msgid "Method get deleted snapshots with dn '%s' failed." -msgstr "La méthode obtenir les snapshots effacés avec le dn '%s' à échoué." +#: setup/setup_config2.tpl:2 +msgid "Samba settings" +msgstr "Configuration Samba" -#: include/class_plugin.inc:1322 include/class_plugin.inc:1336 -#, php-format -msgid "Restore snapshot with dn '%s' failed." -msgstr "La restauration du snapshot avec le dn '%s' à échoué." +#: setup/setup_config2.tpl:6 +msgid "Samba hash generator" +msgstr "Générateur de hash samba" -#: include/class_plugin.inc:1602 -msgid "Changing ACL dn" -msgstr "Changement du dn de l'acl" +#: setup/setup_config2.tpl:31 +msgid "RID base" +msgstr "Base du RID" -#: include/class_plugin.inc:1602 -msgid "from" -msgstr "de" +#: setup/setup_config2.tpl:46 +msgid "Workstation container" +msgstr "Branche contenant les stations de travail" -#: include/class_MultiSelectWindow.inc:219 -msgid "Go to root department" -msgstr "Aller au département de base" +#: setup/setup_config2.tpl:61 +msgid "Samba SID mapping" +msgstr "Correspondance des SID samba" -#: include/class_MultiSelectWindow.inc:219 -#: include/class_MultiSelectWindow.inc:221 -msgid "Root" -msgstr "Racine" +#: setup/setup_config2.tpl:71 +msgid "Timezone" +msgstr "Fuseau Horaire" -#: include/class_MultiSelectWindow.inc:227 -msgid "Go up one department" -msgstr "Monter d'un département" +#: setup/setup_config2.tpl:74 +#, fuzzy +msgid "Please choose your preferred timezone here" +msgstr "Veuillez indiquer votre fuseau horaire préféré ici" -#: include/class_MultiSelectWindow.inc:235 -msgid "Go to users department" -msgstr "Aller au département des utilisateurs" +#: setup/setup_config2.tpl:96 +msgid "Additional GOsa settings" +msgstr "Paramètres supplémentaire de GOsa" -#: include/class_MultiSelectWindow.inc:235 -#: include/class_MultiSelectWindow.inc:237 -msgid "Home" -msgstr "Accueil" +#: setup/setup_config2.tpl:100 +msgid "Enable Copy & Paste" +msgstr "Activer le Copier / Coller" -#: include/class_MultiSelectWindow.inc:242 -msgid "Reload list" -msgstr "Recharger la liste" +#: setup/setup_config2.tpl:112 +#, fuzzy +msgid "Enable DNS extension" +msgstr "Extension d'inventaire" -#: include/class_MultiSelectWindow.inc:503 -#, php-format -msgid "Inconsistent DN encoding detected: '%s'" -msgstr "" +#: setup/setup_config2.tpl:124 +#, fuzzy +msgid "Enable DHCP extension" +msgstr "Extension d'inventaire" -#: include/class_MultiSelectWindow.inc:622 -#: include/class_MultiSelectWindow.inc:626 -#: include/class_MultiSelectWindow.inc:630 -msgid "Restore" -msgstr "Restaurer" +#: setup/setup_config2.tpl:136 +#, fuzzy +msgid "Enable mime type management" +msgstr "Gestion des type mime" -#: include/class_MultiSelectWindow.inc:625 -msgid "Restore snapshopts of already deleted objects" -msgstr "Restaurer la copie instantanée des objets déjà effacés" +#: setup/setup_config2.tpl:148 +msgid "Enable FAI release management" +msgstr "Activer la gestion des versions FAI" -#: include/class_MultiSelectWindow.inc:648 -#: include/class_SnapShotDialog.inc:113 -msgid "Restore snapshot" -msgstr "Restaurer la copie instantanée" +#: setup/setup_config2.tpl:160 +msgid "Enable user netatalk plugin" +msgstr "Activer la gestion des comptes Netatalk" -#: include/class_MultiSelectWindow.inc:654 -msgid "Create snapshot" -msgstr "Créer un snapshot" +#: setup/setup_config2.tpl:171 +msgid "Government mode" +msgstr "Mode Gouvernemental" -#: include/class_MultiSelectWindow.inc:654 -msgid "Create a new snapshot from this object" -msgstr "Créer un nouveau snapshot depuis cet objet" +#: setup/setup_config2.tpl:180 +msgid "Mail settings" +msgstr "Paramètres de messagerie" -#: include/class_pluglist.inc:55 -msgid "All objects in this category" -msgstr "Tout les objets dans cette catégorie" +#: setup/setup_config2.tpl:184 +msgid "Mail method" +msgstr "Méthode de messagerie" -#: include/class_pluglist.inc:152 -msgid "The configuration format has changed. Please re-run setup!" +#: setup/setup_config2.tpl:200 +msgid "Account identification attribute" msgstr "" -#: include/class_certificate.inc:35 -msgid "Can't open specified file, check accessibility and or existence" -msgstr "" -"Impossible d'ouvrir le fichier spécifié, vérifiez que celui ci est existant " -"et/ou accessible" +#: setup/setup_config2.tpl:214 +msgid "Vacation templates" +msgstr "Modèles de messages d'absence " -#: include/class_certificate.inc:53 -msgid "Can't read specified certificate / or empty string given" -msgstr "Impossible de lire le certificat spécifié / ou chaîne vide spécifiée" +#: setup/setup_config2.tpl:230 +msgid "Use Cyrus UNIX style" +msgstr "Utiliser Cyrus en mode UNIX" -#: include/class_certificate.inc:80 -msgid "Can't load certificate, possibly unsupported format (use PEM/DER) " +#: setup/setup_config2.tpl:240 +msgid "Snapshots / Undo" +msgstr "Copie instantanée / Undo" + +#: setup/setup_config2.tpl:249 setup/setup_config2.tpl:294 +msgid "Enable snapshots" +msgstr "Activer la copie instantanée" + +#: setup/setup_config2.tpl:255 setup/setup_config2.tpl:300 +msgid "Snapshot base" +msgstr "Base pour les snapshots" + +#: 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 "" -"Impossible de charger le certificat, probablement un format non supporté " -"(utilisez un format PEM/DER) " +"Pendant l'inspection LDAP, nous allons regarder pour les problèmes " +"classiques qui peuvent arriver lorsque l'on migre vers une administration " +"basée sur GOsa. Vous pouvez fixer les problèmes si dessous afin de procurer " +"une administration facilitée." -#: include/class_certificate.inc:95 -msgid "The Format must be PEM, to output certificate informations" -msgstr "Le format doit être PEM, afin de pouvoir afficher les informations" +#: setup/setup_migrate.tpl:33 +msgid "Check again" +msgstr "Vérifier à nouveau" -#: include/class_certificate.inc:192 -msgid "Can't create/open File" -msgstr "Impossible de créer/ouvrir le fichier" +#: setup/setup_migrate.tpl:37 +msgid "Move windows workstations into a valid windows workstation department" +msgstr "" +"Bouger les stations windows dans un département valide pour les stations " +"windows." -#: include/class_certificate.inc:199 -msgid "No valid certificate loaded" -msgstr "Pas de certificat valide chargé" +#: setup/setup_migrate.tpl:39 +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" -#: include/class_socketClient.inc:37 -msgid "The mcrypt module was not found. Please install php5-mcrypt." +#: setup/setup_migrate.tpl:41 +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." -#: include/class_SnapShotDialog.inc:63 -#, php-format -msgid "You're about to delete the snapshot '%s'." -msgstr "Vous êtes sur le point de supprimer le snapshot '%s'." +#: setup/setup_migrate.tpl:65 setup/setup_migrate.tpl:121 +#: setup/setup_migrate.tpl:173 setup/setup_migrate.tpl:293 +#: setup/setup_migrate.tpl:346 +msgid "Select all" +msgstr "Sélectionner tout" -#: include/class_SnapShotDialog.inc:115 -msgid "Remove snapshot" -msgstr "Supprimer le snapshot" +#: setup/setup_migrate.tpl:67 +msgid "Move selected windows workstations into the following GOsa department" +msgstr "Bouger les machines windows dans le département GOsa suivant" -#: include/class_SnapShotDialog.inc:117 include/class_SnapShotDialog.inc:137 -msgid "Y-m-d, H:i:s" -msgstr "" +#: setup/setup_migrate.tpl:72 +msgid "Move selected workstations" +msgstr "Bouger les stations de travail sélectionnées" -#: include/class_SnapShotDialog.inc:149 -msgid "Please specify a valid description for this snapshot." -msgstr "Veuillez indiquer une description valide pour ce snapshot." +#: setup/setup_migrate.tpl:73 +msgid "What will be done here" +msgstr "Que ce qui sera exécuté ici" -#: include/class_config.inc:104 -#, php-format -msgid "XML error in gosa.conf: %s at line %d" -msgstr "Erreur XML dans gosa.conf: %s à la ligne %d" +#: setup/setup_migrate.tpl:85 +msgid "Move groups into configured group tree" +msgstr "Bouger les groupes dans le groupe configuré" -#: include/class_config.inc:107 -msgid "Config file parsing" +#: setup/setup_migrate.tpl:88 +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." -#: include/class_config.inc:224 html/index.php:243 -msgid "Can't bind to LDAP. Please contact the system administrator." +#: setup/setup_migrate.tpl:91 +#, fuzzy +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 "" -"Impossible de se connecter à l'annuaire LDAP. Veuillez contacter " -"l'administrateur du système." +"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." -#: include/class_config.inc:554 -#, fuzzy -msgid "SID and/or RIDBASE missing in the configuration!" -msgstr "SID et/ou RIDBASE absents dans votre configuration !" +#: setup/setup_migrate.tpl:94 +msgid "Move selected groups into this group tree" +msgstr "Bouger les groupes sélectionnés dans le groupe de base cet annuaire" -#: include/class_log.inc:87 include/class_acl.inc:806 -#: include/functions.inc:437 include/functions.inc:582 -#: include/functions.inc:607 include/functions.inc:668 -#: include/functions.inc:981 include/functions.inc:1862 -#: include/functions.inc:1896 include/functions.inc:1916 -#: include/class_ldap.inc:561 include/class_ldap.inc:609 -#: include/class_CopyPasteHandler.inc:131 -#: include/class_CopyPasteHandler.inc:250 html/getvcard.php:36 -#, fuzzy -msgid "Internal error" -msgstr "Serveur de terminaux" +#: setup/setup_migrate.tpl:125 setup/setup_migrate.tpl:177 +#: setup/setup_migrate.tpl:297 setup/setup_migrate.tpl:350 +msgid "Hide changes" +msgstr "Camoufler les changements" + +#: setup/setup_migrate.tpl:127 setup/setup_migrate.tpl:179 +#: setup/setup_migrate.tpl:299 setup/setup_migrate.tpl:352 +msgid "Show changes" +msgstr "Montrer les changements" -#: include/class_log.inc:87 -#, fuzzy, php-format -msgid "Logging failed: %s" -msgstr "Utilisateur de la base de données des journaux systèmes" +#: setup/setup_migrate.tpl:140 +msgid "Move users into configured user tree" +msgstr "Bouger les utilisateurs dans la branche utilisateur configurée" -#: include/class_log.inc:106 -msgid "Logging to MySQL disabled" +#: setup/setup_migrate.tpl:142 +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." -#: include/class_log.inc:106 +#: setup/setup_migrate.tpl:145 msgid "" -"The logging to a MySQL database is now disabled for this session of GOsa, " -"due to communication errors with the specified logging database." +"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." -#: include/class_log.inc:119 -#, fuzzy, php-format -msgid "Invalid option '%s' specified." -msgstr "Type non valide comme opérateur." +#: setup/setup_migrate.tpl:148 +msgid "Move selected users into this people tree" +msgstr "Bouger les utilisateurs sélectionnés dans la branche utilisateurs." -#: include/class_log.inc:123 -#, fuzzy -msgid "Specified objectType is empty or invalid" -msgstr "Le branche spécifiée est invalide." +#: setup/setup_migrate.tpl:198 +msgid "Next" +msgstr "Suivant" -#: include/class_log.inc:144 +#: setup/setup_migrate.tpl:199 +msgid "Abort" +msgstr "Annuler" + +#: setup/setup_migrate.tpl:201 +msgid "Create a new GOsa administrator account" +msgstr "Créer un nouveau compte administrateur pour GOsa" + +#: setup/setup_migrate.tpl:204 msgid "" -"You have enabled the logging into mysql databse, but there are no logging " -"servers available." +"This dialog will automatically add a new super administrator to your LDAP " +"tree." msgstr "" -"Vous avez activé les journaux systèmes vers une base de données mysql, mais " -"il n'y a pas de serveur disponible." +"Ce dialogue vas automatiquement créer un nouveau super utilisateur dans " +"votre arbre LDAP." -#: include/class_log.inc:152 -#, fuzzy, php-format -msgid "Cannot connect to logging server '%s'." -msgstr "Impossible de se connecter au serveur de journaux systèmes %s." +#: setup/setup_migrate.tpl:233 +msgid "Password (again)" +msgstr "Mot de passe (de nouveau)" -#: include/class_log.inc:157 -#, fuzzy, php-format -msgid "Cannot select database '%s' on server '%s': %s" +#: setup/setup_migrate.tpl:258 +#, fuzzy +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 "" -"Impossible de sélectionner la base de données '%s' située sur le serveur '%" -"s'." +"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." -#: include/class_log.inc:177 -#, fuzzy, php-format -msgid "Cannot query database '%s' on server '%s': %s" +#: setup/setup_migrate.tpl:259 setup/setup_migrate.tpl:314 +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 "" -"Impossible de sélectionner la base de données '%s' située sur le serveur '%" -"s'." +"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." -#: include/php_setup.inc:91 -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 !" +#: setup/setup_migrate.tpl:269 setup/setup_migrate.tpl:323 +msgid "Current" +msgstr "Actuel" -#: include/php_setup.inc:96 -msgid "Send bug report to the GOsa Team" -msgstr "Envoyer vos commentaires au membres du projet Gosa" +#: setup/setup_migrate.tpl:276 setup/setup_migrate.tpl:330 +msgid "After migration" +msgstr "Après migration" -#: include/php_setup.inc:96 -msgid "Send bugreport" -msgstr "Envoyer un rapport de bug" +#: setup/setup_migrate.tpl:313 +msgid "" +"The listed users are currenlty invisble 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 un ensemble " +"d'utilisateurs, veuillez les sélectionner et utiliser le bouton 'migration' " +"ci dessous." -#: include/php_setup.inc:101 -msgid "Toggle information" -msgstr "Afficher/Cacher l'information" +#: html/getvcard.php:37 +#, fuzzy +msgid "Missing parameters!" +msgstr "Paramètre de l'application" -#: include/php_setup.inc:111 -msgid "PHP error" -msgstr "Erreur PHP" +#: html/setup.php:78 html/index.php:155 +#, fuzzy +msgid "Smarty" +msgstr "Sommaire" -#: include/php_setup.inc:130 -msgid "class" -msgstr "classe" +#: html/setup.php:78 html/password.php:76 html/index.php:155 +#, 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 !" -#: include/php_setup.inc:136 -msgid "function" -msgstr "fonction" +#: html/password.php:56 html/index.php:130 +#, php-format +msgid "GOsa configuration %s/%s is not readable. Aborted." +msgstr "Le fichier de configuration %s/%s ne peut être lu. Abandon." -#: include/php_setup.inc:141 -msgid "static" -msgstr "statique" +#: html/password.php:76 +#, fuzzy +msgid "Accessibility" +msgstr "Le fichier de configuration peut être écrit" -#: include/php_setup.inc:145 -msgid "method" -msgstr "méthode" +#: html/password.php:161 +msgid "Error: Password method not available!" +msgstr "Erreur: Méthode de changement de mot de passe non disponible!" -#: include/php_setup.inc:178 -msgid "Trace" -msgstr "Trace" +#: html/password.php:217 html/index.php:292 +msgid "Please specify a valid username!" +msgstr "Le nom d'utilisateur est incorrect !" -#: include/php_setup.inc:179 -msgid "File" -msgstr "Fichier" +#: html/password.php:219 html/index.php:295 +msgid "Please specify your password!" +msgstr "Veuillez introduire votre mot de passe !" -#: include/php_setup.inc:179 -msgid "Line" -msgstr "Ligne" +#: html/password.php:226 html/index.php:314 +msgid "Please check the username/password combination." +msgstr "Veuillez vérifier le nom d'utilisateur et le mot de passe." -#: include/php_setup.inc:179 -msgid "Type" -msgstr "Type" +#: html/password.php:230 +msgid "You have no permissions to change your password." +msgstr "Vous n'avez pas l'autorisation pour changer votre mot de passe." -#: include/php_setup.inc:180 -msgid "Arguments" -msgstr "Arguments" +#: html/password.php:251 +msgid "External password changer reported a problem: " +msgstr "" +"Le programme externe pour changer votre mot de passe à renvoyé une erreur: " -#: include/class_acl.inc:6 -msgid "Access control" -msgstr "Contrôle d'accès" +#: html/password.php:282 html/index.php:408 +msgid "Session will not be encrypted." +msgstr "La session ne sera pas cryptée." -#: include/class_acl.inc:190 include/class_acl.inc:193 -msgid "Use ACL defined in role" -msgstr "Utiliser l'ACL définie dans le rôle" +#: html/password.php:282 html/index.php:408 +msgid "Enter SSL session" +msgstr "Démarrer une session SSL" -#: include/class_acl.inc:645 include/class_acl.inc:652 -msgid "Show/Hide Advanced Settings" -msgstr "Afficher/Cacher la configuration avancée" +#: html/getxls.php:86 +msgid "Birthday" +msgstr "Anniversaire" -#: include/class_acl.inc:670 -msgid "Create objects" -msgstr "Créer un objet" +#: html/getxls.php:86 html/getxls.php:227 html/getxls.php:281 +#: html/getxls.php:297 +msgid "Surname" +msgstr "Nom de famille" -#: include/class_acl.inc:671 -msgid "Move objects" -msgstr "Bouger un objet" +#: html/getxls.php:86 html/getxls.php:281 +msgid "Language" +msgstr "Langue" -#: include/class_acl.inc:672 -msgid "Remove objects" -msgstr "Enlever les objets" +#: html/getxls.php:94 +#, php-format +msgid "User list of %s on %s" +msgstr "Liste des utilisateurs de %s on %s" -#: include/class_acl.inc:674 include/class_acl.inc:680 -msgid "Modifyable by owner" -msgstr "Modifiable par le propriétaire" +#: html/getxls.php:121 html/getxls.php:284 ihtml/themes/default/acl.tpl:41 +msgid "Members" +msgstr "Membres" -#: include/class_acl.inc:677 -msgid "Move object" -msgstr "Bouger un objet" +#: html/getxls.php:131 html/getxls.php:360 +#, php-format +msgid "Groups of %s on %s" +msgstr "Groupe d'utilisateurs de %s on %s" -#: include/class_acl.inc:678 -msgid "Remove object" -msgstr "Enlever un objet" +#: html/getxls.php:155 html/getxls.php:188 html/getxls.php:190 +#: html/getxls.php:197 html/getxls.php:233 html/getxls.php:310 +#: html/getxls.php:381 +msgid "Servers" +msgstr "Serveurs" -#: include/class_acl.inc:685 include/class_acl.inc:776 -msgid "read" -msgstr "lecture" +#: html/getxls.php:159 html/getxls.php:311 +msgid "Computers" +msgstr "Ordinateurs" -#: include/class_acl.inc:686 include/class_acl.inc:778 -msgid "write" -msgstr "écrire" +#: html/getxls.php:169 html/getxls.php:222 html/getxls.php:401 +#: html/getxls.php:421 +msgid "Common name" +msgstr "Nom complet" -#: include/class_acl.inc:690 -msgid "Complete object" -msgstr "L'objet au complet" +#: html/getxls.php:185 +msgid "Server name" +msgstr "Nom du serveur" -#: include/class_acl.inc:806 +#: html/getxls.php:195 html/getxls.php:379 #, php-format -msgid "Unkown ACL type '%s'. Don't know how to handle it." -msgstr "Type d'ACL inconnu '%s'. je ne sais pas comment l'utiliser." +msgid "Servers of %s on %s" +msgstr "Serveurs de %s sur %s" -#: include/class_acl.inc:849 -#, php-format -msgid "Unknown entry '%s'!" -msgstr "Entrée inconnue '%s' !" +#: html/getxls.php:222 html/getxls.php:297 +msgid "Display name" +msgstr "Nom à afficher" -#: include/class_acl.inc:909 include/class_acl.inc:911 -#, php-format -msgid "Role: %s" -msgstr "Rôle : %s" +#: html/getxls.php:223 +msgid "Home phone" +msgstr "Téléphone personnel" -#: include/class_acl.inc:911 -msgid "Unknown role, possibly removed" -msgstr "Rôle inconnu, probablement enlevé" +#: html/getxls.php:224 html/getxls.php:298 +msgid "Initials" +msgstr "Initiales" -#: include/class_acl.inc:919 -#, php-format -msgid "Contains settings for these objects: %s" -msgstr "Contient les paramètres pour ces objets: %s" +#: html/getxls.php:225 +msgid "Mobile phone" +msgstr "GSM" -#: include/class_acl.inc:928 -msgid "Members:" -msgstr "Membres:" +#: html/getxls.php:225 html/getxls.php:298 +msgid "City" +msgstr "Ville" -#: include/class_acl.inc:934 -msgid "ACL is valid for all users" -msgstr "ACL valide pour tout les utilisateurs" +#: html/getxls.php:226 html/getxls.php:298 html/getxls.php:300 +msgid "Phone number" +msgstr "Numéro de téléphone" -#: include/class_acl.inc:1093 -msgid "Access control list" -msgstr "Contrôle d'accès (ACL)" +#: html/getxls.php:228 +msgid "Function" +msgstr "Fonction" -#: include/class_acl.inc:1101 -msgid "Role name" -msgstr "Nom du rôle" +#: html/getxls.php:231 html/getxls.php:312 +msgid "Adressbook" +msgstr "Carnet d'adresses" -#: include/class_acl.inc:1102 -msgid "Role description" -msgstr "Description du rôle" +#: html/getxls.php:238 html/getxls.php:414 +#, php-format +msgid "Adressbook of %s on %s" +msgstr "Carnet d'adresses de %s sur %s" -#: include/class_msg_dialog.inc:91 -#, fuzzy -msgid "Please fix the above error and reload the page." -msgstr "Veuillez regarder les journaux systèmes de GOsa." +#: html/getxls.php:244 +msgid "Common Name" +msgstr "Nom Complet" -#: include/class_hostActionQueue.inc:68 include/class_hostActionQueue.inc:193 -#, fuzzy, php-format -msgid "Can't locate gotomasses queue file '%s'." -msgstr "Impossible de lire ou écrire le fichier csv '%s'." +#: html/getxls.php:281 +msgid "Day of birth" +msgstr "Date de naissance" -#: include/class_hostActionQueue.inc:72 -#, fuzzy, php-format -msgid "Can't read gotomasses queue file '%s'." -msgstr "Impossible de lire le fichier csv '%s'." +#: html/getxls.php:299 +msgid "Email address" +msgstr "Adresse de messagerie" -#: include/class_hostActionQueue.inc:79 -#, fuzzy, php-format -msgid "Can't read gotomasses storage file '%s'." -msgstr "Impossible de lire le fichier csv '%s'." +#: html/getxls.php:299 +msgid "Organizational unit" +msgstr "Département de l'entreprise" -#: include/class_hostActionQueue.inc:142 -msgid "Entry broken, skipped." -msgstr "" +#: html/getxls.php:300 +msgid "Postal Code" +msgstr "Code postal" -#: include/class_hostActionQueue.inc:197 include/class_hostActionQueue.inc:206 -#, fuzzy, php-format -msgid "Can't write gotomasses queue file '%s'." -msgstr "Impossible d'écrire le fichier csv '%s'." +#: html/getxls.php:301 +msgid "Title" +msgstr "Titre" -#: include/class_hostActionQueue.inc:201 -msgid "The queue file was modified since last reload. Can't save changes." -msgstr "" +#: html/getxls.php:304 +msgid "Full" +msgstr "Complet" -#: include/class_hostActionQueue.inc:276 +#: html/getxls.php:341 #, php-format -msgid "Entry with id '%s' not found." -msgstr "" +msgid "User List of %s on %s" +msgstr "Liste des utilisateurs de %s sur %s" -#: include/class_hostActionQueue.inc:286 +#: html/getxls.php:395 #, php-format -msgid "Could not update entry, entry with id '%s' not found." -msgstr "" +msgid "Computers of %s on %s" +msgstr "Ordinateurs de %s sur %s" -#: include/class_hostActionQueue.inc:297 -#, php-format -msgid "Could not remove entry, entry with id '%s' not found." -msgstr "" +#: html/getxls.php:491 html/getldif.php:80 +#, fuzzy +msgid "Permission denied!" +msgstr "Permissions" -#: include/class_hostActionQueue.inc:371 include/class_hostActionQueue.inc:389 -#: include/class_hostActionQueue.inc:420 include/class_hostActionQueue.inc:455 -#, fuzzy, php-format -msgid "Can't set priority for ID '%s'. ID does not exist." -msgstr "Le paquet '%s' n'existe pas." +#: html/getxls.php:491 +#, fuzzy +msgid "You are not allowed to perform this action." +msgstr "Vous n'êtes pas autorisé à éditer cette acl." -#: include/functions.inc:98 -#, php-format -msgid "Fatal error: no class locations defined - please run '%s' to fix this" -msgstr "" +#: html/helpviewer.php:68 +msgid "Help browser" +msgstr "Aide" -#: include/functions.inc:105 -#, php-format -msgid "Fatal error: cannot instantiate class '%s' - execution aborted" -msgstr "" +#: html/helpviewer.php:122 +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." -#: include/functions.inc:305 +#: html/helpviewer.php:271 #, php-format -msgid "FATAL: Error when connecting the LDAP. Server said '%s'." +msgid "Helpdir '%s' is not accessible, can't read any helpfiles." msgstr "" -"FATAL: Erreur lors de la connexion au serveur LDAP. Le serveur à répondu '%" -"s'." - -#: include/functions.inc:331 include/functions.inc:358 -#: include/functions.inc:396 -#, fuzzy, php-format -msgid "User login failed." -msgstr "Echec de l'authentification. Le serveur LDAP répond '%s'." - -#: include/functions.inc:331 include/functions.inc:358 -#: include/functions.inc:396 include/functions.inc:592 -#: include/functions.inc:607 include/functions.inc:639 -#: include/functions.inc:678 include/functions.inc:723 -#: include/functions.inc:2490 -#, fuzzy, php-format -msgid "LDAP server returned: %s" -msgstr "Serveur LDAP" +"Le répertoire d'aide '%s' n'est pas accessible, impossible de lire les " +"fichiers d'aide." -#: include/functions.inc:367 include/functions.inc:437 +#: html/getldif.php:80 #, fuzzy -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. Veuillez vérifier votre base " -"de données LDAP." +msgid "You are not allowed to create ldap dumps." +msgstr "Vous n'êtes pas autorisé à créer un nouveau rôle." -#: include/functions.inc:582 include/functions.inc:668 -msgid "Error while adding a lock. Contact the developers!" -msgstr "" +#: html/getldif.php:105 +#, fuzzy +msgid "Error in ivbb parameter!" +msgstr "Paramètre du kernel" -#: include/functions.inc:592 -#, fuzzy, php-format -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 vérifier l'entrée 'config' dans gosa.conf !" +#: html/getfax.php:54 +msgid "Could not connect to database server!" +msgstr "Impossible de se connecter au serveur de base de données !" -#: include/functions.inc:607 -#, fuzzy, php-format -msgid "Adding a lock failed." -msgstr "Echec lors de l'ajout d'un verrou. Le serveur LDAP répond '%s'." +#: html/getfax.php:56 +msgid "Could not select database!" +msgstr "Impossible de sélectionner la base de données !" -#: include/functions.inc:639 -#, fuzzy, php-format -msgid "Removing a lock failed." -msgstr "La suppression de la queue téléphonique à échoué" +#: html/getfax.php:61 html/getfax.php:69 +msgid "Database query failed!" +msgstr "Echec des requêtes sur la base de données !" -#: include/functions.inc:678 include/functions.inc:723 +#: html/main.php:150 #, php-format -msgid "Cannot get locking information from LDAP tree!" +msgid "Cannot locate file '%s' - please run '%s' to fix this" msgstr "" -#: include/functions.inc:686 +#: html/main.php:168 #, fuzzy -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 être " -"possible. Effacement des références multiples." - -#: include/functions.inc:909 -#, php-format -msgid "The size limit of %d entries is exceed!" -msgstr "La taille limite de %d entrées est dépassée !" +msgid "PHP configuration" +msgstr "Configuration de PHP" -#: include/functions.inc:911 -#, php-format +#: html/main.php:169 msgid "" -"Set the new size limit to %s and show me this message if the limit still " -"exceeds" +"FATAL: Register globals is on. GOsa will refuse to login unless this is " +"fixed by an administrator." msgstr "" -"Mettre la nouvelle limite à %s et me montrer ce message si la limite est " -"toujours dépassée" - -#: include/functions.inc:928 -msgid "incomplete" -msgstr "incomplet" +"FATAL: Register globals est activé. GOsa ne permettra pas aux utilisateurs " +"de se connecter tant que ceci n'est pas corrigé par un administrateur." -#: include/functions.inc:1164 include/functions.inc:1295 -msgid "LDAP error:" -msgstr "Erreur LDAP :" +#: html/main.php:214 +#, fuzzy +msgid "Configuration warning" +msgstr "Le fichier de configuration peut être écrit" -#: include/functions.inc:1165 -msgid "" -"Problems with the LDAP server mean that you probably lost the last changes. " -"Please check your LDAP setup for possible errors and try again." +#: html/main.php:214 +msgid "Running out of memory!" msgstr "" -"Des problèmes avec le serveur LDAP on probablement provoqué la perte des " -"changements. Veuillez vérifier votre serveur LDAP et ressayer." -#: include/functions.inc:1171 -msgid "" -"Please check your input and fix the error. Press 'OK' to close this message " -"box." +#: html/main.php:353 +#, fuzzy +msgid "Password reminder" +msgstr "Le mot de passe expirera le" + +#: html/main.php:353 +#, fuzzy +msgid "Your password is about to expire, please change your password!" msgstr "" -"Veuillez vérifier vos données et corriger l'erreur. Cliquez sur 'OK' pour " -"fermer cette fenètre." +"Votre mot de passe va bientôt expirer, veuillez changer votre mot de passe" -#: include/functions.inc:1236 -msgid "Continue anyway" -msgstr "Continuer malgré tout" +#: html/main.php:362 +#, fuzzy +msgid "Plugin" +msgstr "dans" -#: include/functions.inc:1238 -msgid "Edit anyway" -msgstr "Éditer malgré tout" +#: html/main.php:363 +#, php-format +msgid "FATAL: Can't find any plugin definitions for plugin '%s'!" +msgstr "FATAL: Impossible de trouver une définition pour l'extension '%s' !" -#: include/functions.inc:1240 -#, fuzzy, php-format -msgid "You're going to edit the LDAP entry/entries '%s'" -msgstr "Vous êtes sur le point de coller l'entrée %s." +#: html/index.php:50 +msgid "Session is not encrypted!" +msgstr "La session n'est pas cryptée!" -#: include/functions.inc:1298 -#, php-format -msgid "Plugin '%s':%s" +#: html/index.php:57 +msgid "" +"The session lifetime configured in your gosa.conf will be overridden by php." +"ini settings." msgstr "" -#: include/functions.inc:1459 -msgid "Entries per page" -msgstr "Entrées par page" - -#: include/functions.inc:1487 -msgid "Apply filter" -msgstr "Appliquer le filtre" +#: html/index.php:130 +#, fuzzy +msgid "Configuration accessibility" +msgstr "Le fichier de configuration peut être écrit" -#: include/functions.inc:1739 -msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" -msgstr "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" +#: html/index.php:206 +msgid "There is a problem with the authentication setup!" +msgstr "" -#: include/functions.inc:1783 -#, php-format -msgid "GOsa development snapshot (Rev %s)" -msgstr "Version de développement de GOsa (Rev %s)" +#: html/index.php:214 +msgid "Cannot find a valid user for the current authentication setup!" +msgstr "" -#: include/functions.inc:1862 -#, php-format -msgid "File '%s' could not be deleted." +#: html/index.php:218 +msgid "User information is not unique accross the configured LDAP trees!" msgstr "" -#: include/functions.inc:1896 include/functions.inc:1916 -#, fuzzy -msgid "Cannot write to revision file!" -msgstr "Impossible d'écrire le fichier csv '%s'." +#: html/index.php:244 +msgid "Can't bind to LDAP. Please contact the system administrator." +msgstr "" +"Impossible de se connecter à l'annuaire LDAP. Veuillez contacter " +"l'administrateur du système." -#: include/functions.inc:2158 include/functions.inc:2162 -#: include/functions.inc:2168 +#: html/index.php:271 #, fuzzy -msgid "'base_hook' is not available. Using default base." +msgid "Your ldap setup contains old schema definitions:" msgstr "" -"Attention - base_hook n'est pas disponible. Utilisation de la base par " -"défaut." +"Votre installation LDAP contient de vieux schémas. Veuillez recommencer " +"l'installation." -#: include/functions.inc:2190 +#: html/index.php:307 #, fuzzy -msgid "LDAP warning" -msgstr "Gérer l'annuaire" +msgid "Authentication error" +msgstr "Authentification" -#: include/functions.inc:2190 -#, fuzzy -msgid "Cannot get schema information from server. No schema check possible!" +#: html/index.php:307 +msgid "Cannot retrieve user information for htaccess authentication!" msgstr "" -"Impossible de récupérer les informations sur les schémas. Vérification des " -"schémas impossibles !" -#: include/functions.inc:2216 -msgid "Used to store account specific informations." -msgstr "Utilisé pour stocker les informations spécifiques des comptes." +#: html/index.php:363 +msgid "Account locked. Please contact your system administrator." +msgstr "Compte verouillé. Veuillez contacter votre administrateur système." -#: include/functions.inc:2223 +#: html/index.php:414 msgid "" -"Used to lock currently edited entries to avoid multiple changes at the same " -"time." +"Your browser has cookies disabled. Please enable cookies and reload this " +"page before logging in!" msgstr "" -"Utilisé pour verrouiller les entrées actuellement modifiées afin d'éviter de " -"multiples changements simultanés." +"Votre navigateur à les cookies désactivées. Veuillez activer les cookies et " +"recharger cette page avant de vous connecter !" -#: include/functions.inc:2266 -#, php-format -msgid "Missing required object class '%s'!" -msgstr "" +#: ihtml/themes/default/copyPasteDialog.tpl:1 +msgid "Copy & paste wizard" +msgstr "Assistant pour le copier & coller" -#: include/functions.inc:2268 -#, php-format -msgid "Missing optional object class '%s'!" +#: ihtml/themes/default/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 "" +"Certaines valeurs doivent être unique dans tout l'arbre et certaines " +"combinations n'ont pas de sens. Gosa vous montre les valeurs " +"correspondantes. Veuillez maintenir les valeurs pour respecter les policies." -#: include/functions.inc:2274 -#, php-format -msgid "Version mismatch for required object class '%s' (!=%s)!" +#: ihtml/themes/default/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 snapshots ne " +"seront pas copiés!" -#: include/functions.inc:2276 -#, php-format -msgid "Version mismatch for optional object class '%s' (!=%s)!" +#: 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 "" +"ou si vous couper ou copiez un entrée avec GOsa et que vous effacer la " +"source, vous pouvez rencontrer des erreurs en tentant de le coller à " +"nouveau !" -#: include/functions.inc:2280 -#, php-format -msgid "Class(es) available" -msgstr "Classe(s) disponible(s)" +#: ihtml/themes/default/copyPasteDialog.tpl:24 +msgid "Cancel all" +msgstr "Tout annuler" -#: include/functions.inc:2302 -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." +#: ihtml/themes/default/copyPasteDialog.tpl:30 +msgid "Operation complete" +msgstr "Opération réalisée" -#: include/functions.inc:2303 -msgid "" -"In order to use rfc2307bis conform groups the objectClass 'posixGroup' must " -"be AUXILIARY" -msgstr "" -"Pour pouvoir utiliser des groupes conformes à la norme rfc2307bis, " -"l'objectClass 'posixGroup' doit être AUXILIARY" +#: ihtml/themes/default/help.tpl:9 +msgid "GOsa help viewer" +msgstr "Aide en ligne de GOsa" + +#: ihtml/themes/default/help.tpl:15 +msgid "Index" +msgstr "Index" + +#: ihtml/themes/default/islocked.tpl:2 +msgid "Locking conflict detected" +msgstr "Conflit de verrou détecté" -#: include/functions.inc:2307 +#: ihtml/themes/default/islocked.tpl:9 msgid "" -"You have disabled the rfc2307bis option on the 'ldap setup' step, but your " -"schema configuration do not support this option." +"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 "" -"Vous avez désactivé l'option rfc2307bis dans le l'option 'configuration du " -"serveur ldap' lors de l'installation, mais la configuration de vos schéma ne " -"supportent pas cette option." +"Si la détection de ce verrou est fausse, une autre personne a manifestement " +"fermé la fenêtre de son navigateur durant une opération de modification " +"d'une entrée. Dans ce cas, vous pouvez supprimez le verrou en cliquant sur " +"le bouton 'Éditer malgré tout'." -#: include/functions.inc:2308 -msgid "The objectClass 'posixGroup' must be STRUCTURAL" -msgstr "L'objectClass 'posixGroup' doit être STRUCTURAL" +#: ihtml/themes/default/framework.tpl:8 ihtml/themes/default/framework.tpl:11 +msgid "Main" +msgstr "Accueil" -#: include/functions.inc:2331 -msgid "German" -msgstr "Allemand" +#: ihtml/themes/default/framework.tpl:16 +msgid "Help" +msgstr "Aide" -#: include/functions.inc:2332 -msgid "French" -msgstr "Français" +#: ihtml/themes/default/framework.tpl:21 ihtml/themes/default/framework.tpl:25 +msgid "Sign out" +msgstr "Déconnexion" -#: include/functions.inc:2333 -msgid "Italian" -msgstr "Italien" +#: ihtml/themes/default/framework.tpl:29 +msgid "Signed in:" +msgstr "Connecté:" -#: include/functions.inc:2334 -msgid "Spanish" -msgstr "Espagnol" +#: ihtml/themes/default/framework.tpl:32 +msgid "GOsa main menu" +msgstr "Menu Principal de GOsa" -#: include/functions.inc:2335 -msgid "English" -msgstr "Anglais" +#: 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." -#: include/functions.inc:2336 -msgid "Dutch" -msgstr "Hollandais" +#: ihtml/themes/default/acl.tpl:15 +msgid "Use members from" +msgstr "Utiliser les membres depuis" -#: include/functions.inc:2337 -msgid "Polish" -msgstr "Polonais" +#: ihtml/themes/default/acl.tpl:29 +msgid "Available members" +msgstr "Membres disponibles" -#: include/functions.inc:2338 -msgid "Swedish" -msgstr "" +#: ihtml/themes/default/acl.tpl:63 +msgid "ACLs for this object" +msgstr "ACL pour cet objet" -#: include/functions.inc:2339 -msgid "Chinese" -msgstr "Chinois" +#: ihtml/themes/default/acl.tpl:69 +msgid "Available roles" +msgstr "Type de rôles disponibles" -#: include/functions.inc:2340 -msgid "Russian" -msgstr "Russe" +#: ihtml/themes/default/conflict.tpl:2 +msgid "Session conflict detected" +msgstr "Conflit détecté entre différentes sessions" -#: include/functions.inc:2490 -#, fuzzy, php-format -msgid "Setting the password failed!" +#: ihtml/themes/default/conflict.tpl:6 +msgid "" +"Probably there's another active instance of your session. Multiple window " +"operation is technical not possible and heavily depends on the browser " +"you're using. Usage of different browsers at a time (i.e. IE and Mozilla) is " +"possible. Pressing the Logout button will close this session." msgstr "" -"La modification a échoué du mot de passe à échoué. Le serveur LDAP répond '%" -"s'." +"Une autre instance de votre session a été détectée. Les opérations multiples " +"sont techniquement impossible et dépendent du navigateur utilisé. L'usage de " +"navigateurs différents en même temps est possible (ex: IE et Mozilla) est " +"possible. Cliquer sur le bouton 'Déconnexion' fermera cette session." -#: include/functions.inc:2528 -#, fuzzy +#: ihtml/themes/default/conflict.tpl:10 msgid "" -"Setting for SMBHASH in gosa.conf is incorrect! Cannot change Samba password." +"Ignoring this message will change/destroy the data you're currently editing, " +"so please close multiple windows and log in again." msgstr "" -"La configuration de SMBHASH dans gosa.conf est incorrecte ! Impossible de " -"changer le mot de passe Samba." +"Ignorer ce message entraînera la modification/destruction des données en " +"cours d'édition, il est conseillé de fermer toutes les fenêtres ouvertes et " +"de se reconnecter." -#: include/class_ldap.inc:204 include/class_ldap.inc:236 -msgid "Performance warning" -msgstr "" +#: ihtml/themes/default/conflict.tpl:14 +msgid "Logout" +msgstr "Déconnexion" -#: include/class_ldap.inc:204 include/class_ldap.inc:236 -#, php-format -msgid "LDAP performance is poor: last query took about %.2fs!" +#: ihtml/themes/default/password.tpl:6 +msgid "Change your password" +msgstr "Modifier votre mot de passe" + +#: ihtml/themes/default/password.tpl:34 +msgid "Success" +msgstr "Réussi" + +#: ihtml/themes/default/password.tpl:34 +msgid "Your password has been changed successfully." +msgstr "Votre mot de passe à été changé." + +#: ihtml/themes/default/password.tpl:52 +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:59 ihtml/themes/default/password.tpl:61 +#: ihtml/themes/default/login.tpl:50 ihtml/themes/default/login.tpl:51 +msgid "Directory" +msgstr "Répertoire" + +#: ihtml/themes/default/password.tpl:85 +msgid "again" +msgstr "encore" + +#: ihtml/themes/default/password.tpl:86 +msgid "New password repeated" +msgstr "Nouveau mot de passe" + +#: ihtml/themes/default/password.tpl:100 +msgid "Change" +msgstr "Changer" + +#: ihtml/themes/default/password.tpl:101 +msgid "Click here to change your password" +msgstr "Cliquez ici pour changer votre mot de passe" + +#: ihtml/themes/default/login.tpl:9 +msgid "GOsa login screen" +msgstr "Fenêtre de connexion GOsa" -#: include/class_ldap.inc:561 -#, php-format -msgid "" -"Cannot automatically create subtrees with RDN '%s': no object class found" -msgstr "" +#: ihtml/themes/default/login.tpl:25 +msgid "Login screen" +msgstr "Fenêtre de connexion" -#: include/class_ldap.inc:609 -#, php-format -msgid "Cannot automatically create subtrees with RDN '%s': not supported" +#: ihtml/themes/default/login.tpl:32 +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/class_ldap.inc:617 -#, php-format -msgid "Creating subtree '%s' failed." -msgstr "Créer la nouvelle branche '%s' à échoué." +#: ihtml/themes/default/login.tpl:76 ihtml/themes/default/login.tpl:79 +msgid "Sign in" +msgstr "Connexion" -#: include/class_ldap.inc:686 -#, 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'" +#: ihtml/themes/default/login.tpl:77 +msgid "Click here to log in" +msgstr "Cliquez ici pour vous connecter" -#: include/class_ldap.inc:688 -#, php-format -msgid "while operating on LDAP server %s" -msgstr "lors de l'opération sur le serveur LDAP %s" +#: ihtml/themes/default/logout.tpl:5 +msgid "Your GOsa session has expired!" +msgstr "Votre session GOsa à expiré !" -#: include/class_ldap.inc:910 -#, php-format +#: ihtml/themes/default/logout.tpl:7 msgid "" -"This is not a valid DN: '%s'. A block for import should begin with 'dn: ...' " -"in line %s" +"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 "" -"Ceci n'est pas un DN valide: '%s'. Le fichier d'importation doit commencer " -"avec 'dn: ...' à la ligne %s" +"Votre dernière interaction avec GOsa était il y a un certain temps. Pour des " +"raisons de sécurité, la session à été fermée. Pour continuer à administrer, " +"veuillez vous reconnecter." -#: include/class_ldap.inc:939 -#, php-format -msgid "Error while importing dn: '%s', please check your LDIF from line %s on!" +#: ihtml/themes/default/logout.tpl:10 +msgid "Sign in again" +msgstr "Reconnexion" + +#: 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 "" -"Erreur lors de l'importation du dn: '%s', veuillez vérifier votre fichier " -"votre fichier LDIF à partir de la ligne %s !" +"L'option size limit rend les opérations LDAP plus rapides et permet au " +"serveur LDAP d'avoir un niveau de charge plus léger. La façon la plus facile " +"de gérer des grandes bases de données sans de longs temps d'attentes, serait " +"de limiter la recherche à des valeurs plus petites et d'utiliser les filtres " +"pour obtenir les valeurs que vous recherchez." -#: include/class_ldap.inc:1075 -#, php-format -msgid "Ldap import with dn '%s' failed." -msgstr "L'importation ldap avec le dn '%s' à échoué." +#: ihtml/themes/default/sizelimit.tpl:6 +msgid "Please choose the way to react for this session" +msgstr "Veuillez choisir la façon de réagir pour cette session" -#: include/class_CopyPasteHandler.inc:90 -#, php-format -msgid "Cannot cleanup copy & paste queue: setting permissions for '%s' failed!" +#: ihtml/themes/default/sizelimit.tpl:9 +msgid "ignore this error and show all entries the LDAP server returns" msgstr "" +"ignorer cette erreur et montrer toutes les entrées retournées par le serveur " +"LDAP" -#: include/class_CopyPasteHandler.inc:98 -#, php-format -msgid "Cannot cleanup copy & paste queue: no write permission inside '%s'!" +#: ihtml/themes/default/sizelimit.tpl:10 +msgid "" +"ignore this error and show all entries that fit into the defined sizelimit " +"and let me use filters instead" msgstr "" +"ignorer cette erreur et montrer toutes les entrées qui sont récupérées grâce " +"au paramètre sizelimit défini et laissez moi utiliser les filtres pour " +"restreindre les données a visualiser" -#: include/class_CopyPasteHandler.inc:130 -#, fuzzy, php-format -msgid "Copy and paste failed: object '%s' is not a valid ldap object!" -msgstr "" -"L'objet '%s' n'est pas un objet ldap valide, veuillez vérifier les méthodes " -"copier & coller." +#: ihtml/themes/default/logout-close.tpl:5 +#, fuzzy +msgid "Your GOsa session has been closed!" +msgstr "Votre session GOsa à expiré !" -#: include/class_CopyPasteHandler.inc:147 -#, php-format -msgid "Cannot save LDAP dump: no write permission inside '%s'!" +#: ihtml/themes/default/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 "" -#: include/class_CopyPasteHandler.inc:155 -#, php-format -msgid "Cannot save LDAP dump: setting permissions for '%s' failed!" -msgstr "" +#: ihtml/themes/default/accountexpired.tpl:15 +msgid "Your Password has expired !! Choose a new Password" +msgstr "Votre mot de passe à expiré !! Choisissez un nouveau mot de passe" -#: include/class_CopyPasteHandler.inc:164 -#, php-format -msgid "Cannot save LDAP dump: no write permission to '%s/%s'!" -msgstr "" +#: ihtml/themes/default/accountexpired.tpl:23 +#: ihtml/themes/default/accountexpired.tpl:27 +msgid "Old Password" +msgstr "Ancien mot de passe" -#: include/class_CopyPasteHandler.inc:249 -#, fuzzy, php-format -msgid "Cannot load dumped file '%s'!" -msgstr "Impossible de lire le fichier '%s'." +#: ihtml/themes/default/accountexpired.tpl:32 +#: ihtml/themes/default/accountexpired.tpl:36 +msgid "New Password" +msgstr "Nouveau mot de passe" -#: include/class_CopyPasteHandler.inc:274 -#, fuzzy, php-format -msgid "You have no permission to save object '%s'." -msgstr "Vous n'avez pas l'autorisation pour envoyer un message!" +#: ihtml/themes/default/accountexpired.tpl:41 +#: ihtml/themes/default/accountexpired.tpl:45 +msgid "Verify Password" +msgstr "Vérifier le mot de passe" -#: include/class_CopyPasteHandler.inc:302 -#, php-format -msgid "You are going to paste the cutted entry '%s'." -msgstr "Vous êtes sur le point de coller l'entrée %s." +#: ihtml/themes/default/accountexpired.tpl:51 +msgid "Change Password" +msgstr "Modifier le mot de passe" -#: include/class_CopyPasteHandler.inc:315 -#, fuzzy, php-format -msgid "You have no permission to copy and paste object '%s'!" -msgstr "Vous n'avez pas l'autorisation pour envoyer un message!" +#: ihtml/themes/default/accountexpired.tpl:52 +msgid "Click here to Change your password" +msgstr "Cliquer ici pour changer votre mot de passe" -#: include/class_CopyPasteHandler.inc:336 -#, php-format -msgid "You are going to paste the copied entry '%s'." -msgstr "Vous êtes sur le point de coller l'entrée %s." +#: ihtml/themes/default/pwd_heimdal.tpl:5 +#, fuzzy +msgid "Heimdal options" +msgstr "Options de messagerie" -#: include/class_CopyPasteHandler.inc:437 -msgid "Can't paste" -msgstr "Impossible de coller" +#: ihtml/themes/default/pwd_heimdal.tpl:6 +msgid "Use empty values for infinite" +msgstr "" -#: include/password-methods/class_password-methods-sha.inc:46 -#: include/password-methods/class_password-methods-ssha.inc:51 -#, fuzzy, php-format -msgid "Cannot use %s encryption: no PHP functions for sha1/mhash available" +#: ihtml/themes/default/pwd_heimdal.tpl:10 +msgid "Ticket max life" msgstr "" -"Impossible d'utiliser ssha pour le cryptage (Fonction sha1 / mhash / crypt " -"manquante)" -#: include/utils/class_timezone.inc:51 -#, php-format -msgid "" -"The timezone setting '%s' in your gosa.conf is not valid. Cannot calculate " -"correct timezone offest." +#: ihtml/themes/default/pwd_heimdal.tpl:18 +msgid "Ticket max renew" msgstr "" -#: include/class_multi_plug.inc:360 -#, fuzzy -msgid "You are currently editing mutliple entries." -msgstr "Vous êtes occupé à bouger/renommer ce département." +#: ihtml/themes/default/pwd_heimdal.tpl:32 +msgid "infinite" +msgstr "" -#: include/class_multi_plug.inc:389 +#: ihtml/themes/default/pwd_heimdal.tpl:34 +msgid "Hour" +msgstr "Heure" + +#: ihtml/themes/default/pwd_heimdal.tpl:36 #, fuzzy -msgid "Password reset" -msgstr "Le mot de passe expirera le" +msgid "Minute" +msgstr "Imprimante" -#: include/class_multi_plug.inc:389 +#: ihtml/themes/default/pwd_heimdal.tpl:38 #, fuzzy -msgid "The user password was resetted, please set a new password value!" -msgstr "Votre mot de passe à expiré !! Choisissez un nouveau mot de passe" +msgid "Day" +msgstr "Mai" -#: html/getvcard.php:36 +#: ihtml/themes/default/pwd_heimdal.tpl:40 #, fuzzy -msgid "Missing parameters!" -msgstr "Paramètre de l'application" +msgid "Month" +msgstr "mois" -#: html/getldif.php:79 +#: ihtml/themes/default/pwd_heimdal.tpl:42 #, fuzzy -msgid "Permission denied!" -msgstr "Permissions" +msgid "Year" +msgstr "Recherche" + +#: ihtml/themes/default/pwd_heimdal.tpl:47 +msgid "Valid ticket start time" +msgstr "" + +#: ihtml/themes/default/pwd_heimdal.tpl:87 +msgid "Valid ticket end time" +msgstr "" -#: html/getldif.php:104 +#: ihtml/themes/default/pwd_heimdal.tpl:127 #, fuzzy -msgid "Error in ivbb parameter!" -msgstr "Paramètre du kernel" +msgid "Password end" +msgstr "Mot de passe" -#: html/password.php:56 html/index.php:129 -#, php-format -msgid "GOsa configuration %s/%s is not readable. Aborted." -msgstr "Le fichier de configuration %s/%s ne peut être lu. Abandon." +#: ihtml/themes/default/snapshotdialog.tpl:3 +msgid "Restoring object snapshots" +msgstr "Restaurer des copie instantanés des objets" + +#: 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 "" +"Cette procédure va restaurer un copie instantanée des objets sélectionnés. " +"Cela va remplacer les objets sélectionnés après que vous ayez pressé le " +"bouton restaurer." + +#: ihtml/themes/default/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 "" +"Souvenez vous que la configuration DNS et les base de données ne peuvent pas " +"être restaurées. Pour certains objets il est juste nécessaire de les ouvrir " +"et de les sauvegarder à nouveau (goFon), certaines entrée cependant devront " +"être recrées manuellement (glpi)." -#: html/password.php:76 html/setup.php:77 html/index.php:154 -#, php-format -msgid "Directory '%s' specified as compile directory is not accessible!" +#: 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 "" -"Le répertoire '%s' spécifié comme répertoire de compilation est " -"inaccessible !" - -#: html/password.php:161 -msgid "Error: Password method not available!" -msgstr "Erreur: Méthode de changement de mot de passe non disponible!" +"N'oubliez pas de vérifier les références avec les autres objets, par exemple " +"est ce que l'imprimante sélectionnée existe encore ?" -#: html/password.php:217 html/index.php:291 -msgid "Please specify a valid username!" -msgstr "Le nom d'utilisateur est incorrect !" +#: ihtml/themes/default/snapshotdialog.tpl:29 +msgid "There is no snapshot available that could be restored" +msgstr "Il n'y a pas de snapshots disponibles qui pourrait êtres restaurés" -#: html/password.php:219 html/index.php:294 -msgid "Please specify your password!" -msgstr "Veuillez introduire votre mot de passe !" +#: ihtml/themes/default/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" -#: html/password.php:226 html/index.php:313 -msgid "Please check the username/password combination." -msgstr "Veuillez vérifier le nom d'utilisateur et le mot de passe." +#: ihtml/themes/default/snapshotdialog.tpl:49 +msgid "Creating object snapshots" +msgstr "Créer des d'objets snapshots" -#: html/password.php:230 -msgid "You have no permissions to change your password." -msgstr "Vous n'avez pas l'autorisation pour changer votre mot de passe." +#: ihtml/themes/default/snapshotdialog.tpl:52 +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 "" +"Cette procédure va créer une copie instantanée de l'objet sélectionné. Il " +"sera stocké dans une branche spéciale de votre annuaire et pourra être " +"restaurée plus tard." -#: html/password.php:251 -msgid "External password changer reported a problem: " +#: ihtml/themes/default/snapshotdialog.tpl:55 +msgid "" +"Remember that database entries, DNS configurations and possibly created " +"zones in server extensions will not be stored in the snapshot." msgstr "" -"Le programme externe pour changer votre mot de passe à renvoyé une erreur: " +"Souvenez vous que les entrées dans les base de données, les configurations " +"DNS et probablement les zones crées dans les serveurs ne seront pas stockées " +"dans les copie instantanées." -#: html/password.php:282 html/index.php:407 -msgid "Session will not be encrypted." -msgstr "La session ne sera pas cryptée." +#: ihtml/themes/default/snapshotdialog.tpl:70 +msgid "Timestamp" +msgstr "Date" -#: html/password.php:282 html/index.php:407 -msgid "Enter SSL session" -msgstr "Démarrer une session SSL" +#: ihtml/themes/default/snapshotdialog.tpl:79 +msgid "Reason for generating this snapshot" +msgstr "Raison pour la génération de cette copie instantanée" -#: html/setup.php:77 html/index.php:154 #, fuzzy -msgid "Smarty" -msgstr "Sommaire" +#~ msgid "User delted" +#~ msgstr "Image de l'utilisateur" + +#~ 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 in this case." +#~ msgstr "" +#~ "Soyez prudent avec cette option ! Il peut y avoir des références qui " +#~ "pointent vers ces groupes. L'installation de GOsa ne peut pas migrer ces " +#~ "références, vous préférerez sans doute annuler la migration dans ce cas." -#: html/index.php:50 -msgid "Session is not encrypted!" -msgstr "La session n'est pas cryptée!" +#, fuzzy +#~ msgid "System deployment" +#~ msgstr "Déploiement de système en masse" -#: html/index.php:57 -msgid "" -"The session lifetime configured in your gosa.conf will be overridden by php." -"ini settings." -msgstr "" +#, fuzzy +#~ msgid "Your are about to delete the following tasks: %s" +#~ msgstr "Vous êtes sur le point de supprimer les entrées: %s" -#: html/index.php:129 #, fuzzy -msgid "Configuration accessibility" -msgstr "Le fichier de configuration peut être écrit" +#~ msgid "" +#~ "This menu allows you to remove and change the properties of GOsa deamon " +#~ "tasks." +#~ msgstr "" +#~ "Ce menu permet d'ajouter, de supprimer ou de changer les propriétés d'un " +#~ "service spécifique." -#: html/index.php:205 -msgid "There is a problem with the authentication setup!" -msgstr "" +#, fuzzy +#~ msgid "List of queued deamon jobs." +#~ msgstr "Liste des départements" -#: html/index.php:213 -msgid "Cannot find a valid user for the current authentication setup!" -msgstr "" +#, fuzzy +#~ msgid "Target" +#~ msgstr "Jeu de caractères" -#: html/index.php:217 -msgid "User information is not uniq accross the configured LDAP trees!" -msgstr "" +#~ msgid "Task" +#~ msgstr "Tâche" -#: html/index.php:270 #, fuzzy -msgid "Your ldap setup contains old schema definitions:" -msgstr "" -"Votre installation LDAP contient de vieux schémas. Veuillez recommencer " -"l'installation." +#~ msgid "Schedule" +#~ msgstr "Compte PHPscheduleit" + +#~ msgid "Action" +#~ msgstr "Action" -#: html/index.php:306 #, fuzzy -msgid "Authentication error" -msgstr "Authentification" +#~ msgid "Reomve" +#~ msgstr "Supprimer" -#: html/index.php:306 -msgid "Cannot retrieve user information for htaccess authentication!" -msgstr "" +#, fuzzy +#~ msgid "GOsa ping" +#~ msgstr "Journaux systèmes GOsa" -#: html/index.php:362 -msgid "Account locked. Please contact your system administrator." -msgstr "Compte verouillé. Veuillez contacter votre administrateur système." +#, fuzzy +#~ msgid "Say hello" +#~ msgstr "Shell" -#: html/index.php:413 -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 "System mass deployment" +#~ msgstr "Déploiement de système en masse" -#: html/main.php:148 -#, php-format -msgid "Fatal error: cannot locate file '%s' - please run '%s' to fix this" -msgstr "" +#~ msgid "Provide a mechanism to automatically activate a set of systems" +#~ msgstr "" +#~ "Procure un mécanisme pour automatiquement activer un ensemble de systèmes" -#: html/main.php:165 -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 "Week day" +#~ msgstr "Mercredi" -#: html/main.php:208 #, fuzzy -msgid "Configuration warning" -msgstr "Le fichier de configuration peut être écrit" +#~ msgid "Header Tag" +#~ msgstr "Entête" -#: html/main.php:208 -msgid "Running out of memory!" -msgstr "" +#, fuzzy +#~ msgid "Schedule Execution" +#~ msgstr "Compte PHPscheduleit" -#: html/main.php:347 #, fuzzy -msgid "Password reminder" -msgstr "Le mot de passe expirera le" +#~ msgid "Monat" +#~ msgstr "mois" -#: html/main.php:347 #, fuzzy -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 "Tag" +#~ msgstr "Jeu de caractères" -#: html/main.php:355 -#, php-format -msgid "FATAL: Can't find any plugin definitions for plugin '%s'!" -msgstr "FATAL: Impossible de trouver une définition pour l'extension '%s' !" +#, fuzzy +#~ msgid "Stunde" +#~ msgstr "Nom de famille" -#: html/getxls.php:86 -msgid "Birthday" -msgstr "Anniversaire" +#, fuzzy +#~ msgid "Sekunde" +#~ msgstr "Sexe" -#: html/getxls.php:86 html/getxls.php:227 html/getxls.php:281 -#: html/getxls.php:297 -msgid "Surname" -msgstr "Nom de famille" +#, fuzzy +#~ msgid "Mac" +#~ msgstr "Mars" -#: html/getxls.php:86 html/getxls.php:281 -msgid "Language" -msgstr "Langue" +#, fuzzy +#~ msgid "Available targets" +#~ msgstr "Type de rôles disponibles" -#: html/getxls.php:94 -#, php-format -msgid "User list of %s on %s" -msgstr "Liste des utilisateurs de %s on %s" +#, fuzzy +#~ msgid "Select to see object groups" +#~ msgstr "Sélectionnez un groupe d'objets" -#: html/getxls.php:131 html/getxls.php:360 -#, php-format -msgid "Groups of %s on %s" -msgstr "Groupe d'utilisateurs de %s on %s" +#, fuzzy +#~ msgid "Show object groups" +#~ msgstr "Copier les groupes d'objets" -#: html/getxls.php:155 html/getxls.php:188 html/getxls.php:190 -#: html/getxls.php:197 html/getxls.php:233 html/getxls.php:310 -#: html/getxls.php:381 -msgid "Servers" -msgstr "Serveurs" +#, fuzzy +#~ msgid "IP range is invalid!" +#~ msgstr "Le branche spécifiée est invalide." -#: html/getxls.php:159 html/getxls.php:311 -msgid "Computers" -msgstr "Ordinateurs" +#~ msgid "You are not allowed to create a new role." +#~ msgstr "Vous n'êtes pas autorisé à créer un nouveau rôle." -#: html/getxls.php:169 html/getxls.php:222 html/getxls.php:401 -#: html/getxls.php:421 -msgid "Common name" -msgstr "Nom complet" +#~ msgid "You are not allowed to delete this acl!" +#~ msgstr "Vous n'êtes pas autorisé à supprimer cette acl!" -#: html/getxls.php:185 -msgid "Server name" -msgstr "Nom du serveur" +#~ msgid "You are not allowed to delete this acl role!" +#~ msgstr "Vous n'êtes pas autorisé à supprimer cette acl de rôle!" -#: html/getxls.php:195 html/getxls.php:379 -#, php-format -msgid "Servers of %s on %s" -msgstr "Serveurs de %s sur %s" +#~ msgid "" +#~ "Your search method returned more than '%s' users, only '%s' users are " +#~ "shown." +#~ msgstr "" +#~ "'%s' utilisateurs ont été trouvé grâce à votre recherche, les '%s' " +#~ "premiers seront montrés." -#: html/getxls.php:222 html/getxls.php:297 -msgid "Display name" -msgstr "Nom à afficher" +#~ msgid "No configured SID found for '%s'." +#~ msgstr "Pas de SID trouvé pour '%s'." -#: html/getxls.php:223 -msgid "Home phone" -msgstr "Téléphone personnel" +#~ msgid "No configured RIDBASE found for '%s'." +#~ msgstr "Pas de RIDBASE trouvé pour '%s'" -#: html/getxls.php:224 html/getxls.php:298 -msgid "Initials" -msgstr "Initiales" +#~ msgid "You are not allowed to delete this group!" +#~ msgstr "Vous n'êtes pas autorisé à supprimer ce groupe!" -#: html/getxls.php:225 -msgid "Mobile phone" -msgstr "GSM" +#~ msgid "You have no permission to remove this department." +#~ msgstr "" +#~ "Vous n'avez pas les droits nécessaires pour supprimer ce département." -#: html/getxls.php:225 html/getxls.php:298 -msgid "City" -msgstr "Ville" +#~ msgid "You are not allowed to delete this object group!" +#~ msgstr "Vous n'êtes pas autorisé à supprimer le groupe objet!" -#: html/getxls.php:226 html/getxls.php:298 html/getxls.php:300 -msgid "Phone number" -msgstr "Numéro de téléphone" +#~ msgid "Network resolv hook" +#~ msgstr "Connexions pour les Résolution réseaux" -#: html/getxls.php:228 -msgid "Function" -msgstr "Fonction" +#~ msgid "Administration" +#~ msgstr "Administration" -#: html/getxls.php:231 html/getxls.php:312 -msgid "Adressbook" -msgstr "Carnet d'adresses" +#~ msgid "Addons" +#~ msgstr "Extensions" -#: html/getxls.php:238 html/getxls.php:414 -#, php-format -msgid "Adressbook of %s on %s" -msgstr "Carnet d'adresses de %s sur %s" +#~ msgid "ACL Role" +#~ msgstr "Rôle ACL" -#: html/getxls.php:244 -msgid "Common Name" -msgstr "Nom Complet" +#~ msgid "Unix" +#~ msgstr "Unix" -#: html/getxls.php:281 -msgid "Day of birth" -msgstr "Date de naissance" +#~ msgid "Connectivity" +#~ msgstr "Connectivité" -#: html/getxls.php:299 -msgid "Email address" -msgstr "Adresse de messagerie" +#~ msgid "Applications" +#~ msgstr "Applications" -#: html/getxls.php:299 -msgid "Organizational unit" -msgstr "Département de l'entreprise" +#~ msgid "Options" +#~ msgstr "Options" -#: html/getxls.php:300 -msgid "Postal Code" -msgstr "Code postal" +#~ msgid "Parameter" +#~ msgstr "Paramètres" -#: html/getxls.php:301 -msgid "Title" -msgstr "Titre" +#~ msgid "Inventory" +#~ msgstr "Inventaire" -#: html/getxls.php:304 -msgid "Full" -msgstr "Complet" +#~ msgid "Services" +#~ msgstr "Services" -#: html/getxls.php:341 -#, php-format -msgid "User List of %s on %s" -msgstr "Liste des utilisateurs de %s sur %s" +#~ msgid "FAI summary" +#~ msgstr "Sommaire FAI" -#: html/getxls.php:395 -#, php-format -msgid "Computers of %s on %s" -msgstr "Ordinateurs de %s sur %s" +#~ msgid "OGo" +#~ msgstr "OGo" -#: html/getfax.php:53 -msgid "Could not connect to database server!" -msgstr "Impossible de se connecter au serveur de base de données !" +#~ msgid "Export" +#~ msgstr "Exporter" -#: html/getfax.php:55 -msgid "Could not select database!" -msgstr "Impossible de sélectionner la base de données !" +#~ msgid "Excel Export" +#~ msgstr "Exporter en Excel" -#: html/getfax.php:60 html/getfax.php:68 -msgid "Database query failed!" -msgstr "Echec des requêtes sur la base de données !" +#~ msgid "CSV Import" +#~ msgstr "Importer un fichier CSV" -#: html/get_attachment.php:47 -msgid "" -"Can't connect to glpi database, there is no mysl extension available in your " -"php setup." -msgstr "" -"Impossible de sauver les changement dans votre base de données glpi, il n'y " -"a pas d'extension mysql disponible dans votre configuration php." +#~ msgid "Partitions" +#~ msgstr "Partitions" -#: html/get_attachment.php:55 -msgid "" -"Can't connect to specified database, please check your glpi configuration." -msgstr "" -"Impossible de se connecter à la base de données spécifiée. Veuillez vérifier " -"la configuration de glpi." +#~ msgid "Script" +#~ msgstr "Script" -#: html/get_attachment.php:64 -msgid "Can't get specified attachment file, there is no entry with this id." -msgstr "" -"Impossible de récupérer le fichier attaché, il n'y a pas d'entrée avec cet " -"identifiant." +#~ msgid "Hooks" +#~ msgstr "Connexions" -#: html/get_attachment.php:69 -#, php-format -msgid "Can't open file '%s'." -msgstr "Impossible de lire le fichier '%s'." +#~ msgid "Variables" +#~ msgstr "Variables" -#: html/helpviewer.php:68 -msgid "Help browser" -msgstr "Aide" +#~ msgid "Templates" +#~ msgstr "Modèles" -#: html/helpviewer.php:122 -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 "Profiles" +#~ msgstr "Profils" -#: html/helpviewer.php:271 -#, 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 "Packages" +#~ msgstr "Paquets" -#: html/getkiosk.php:25 -#, php-format -msgid "Can't open file '%s', possibly the file does not exist." -msgstr "Impossible d'ouvrir '%s', le fichier n'existe probablement pas." +#~ msgid "System logs" +#~ msgstr "journaux systèmes" -#: html/getkiosk.php:30 -#, php-format -msgid "Can't read file '%s', check permissions." -msgstr "Impossible de lire le fichier '%s', vérifiez les permissions" +#~ msgid "GOsa logs" +#~ msgstr "Journaux systèmes GOsa" + +#, fuzzy +#~ msgid "Display entries with action %s." +#~ msgstr "Filtrer les entrées avec cette syntaxe" + +#~ msgid "" +#~ "Can't connect to glpi database, there is no mysl extension available in " +#~ "your php setup." +#~ msgstr "" +#~ "Impossible de sauver les changement dans votre base de données glpi, il " +#~ "n'y a pas d'extension mysql disponible dans votre configuration php." + +#~ msgid "" +#~ "Can't connect to specified database, please check your glpi configuration." +#~ msgstr "" +#~ "Impossible de se connecter à la base de données spécifiée. Veuillez " +#~ "vérifier la configuration de glpi." + +#~ msgid "Can't get specified attachment file, there is no entry with this id." +#~ msgstr "" +#~ "Impossible de récupérer le fichier attaché, il n'y a pas d'entrée avec " +#~ "cet identifiant." + +#~ msgid "Can't open file '%s'." +#~ msgstr "Impossible de lire le fichier '%s'." + +#~ msgid "Can't open file '%s', possibly the file does not exist." +#~ msgstr "Impossible d'ouvrir '%s', le fichier n'existe probablement pas." + +#~ msgid "Can't read file '%s', check permissions." +#~ msgstr "Impossible de lire le fichier '%s', vérifiez les permissions" diff --git a/gosa-core/locale/core/it/LC_MESSAGES/messages.po b/gosa-core/locale/core/it/LC_MESSAGES/messages.po index 612a83677..dffe5e6f1 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: 2008-01-18 14:59+0100\n" +"POT-Creation-Date: 2008-02-21 18:29+0100\n" "PO-Revision-Date: 2005-11-18 15:26+0100\n" "Last-Translator: Alessandro Amici \n" "Language-Team: Italian\n" @@ -15,1147 +15,1173 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.9.1\n" -#: contrib/gosa.conf:4 plugins/personal/password/class_password.inc:144 -#: plugins/personal/generic/class_user.inc:1413 -#: plugins/personal/posix/class_posixAccount.inc:1457 -msgid "My account" -msgstr "Identità" - -#: contrib/gosa.conf:41 -msgid "Administration" -msgstr "Amministrazione" +#: plugins/personal/password/class_password.inc:24 +#: plugins/personal/generic/paste_generic.tpl:20 setup/setup_config2.tpl:282 +#: setup/setup_config2.tpl:327 setup/setup_migrate.tpl:225 +#: ihtml/themes/default/password.tpl:39 ihtml/themes/default/login.tpl:45 +#: ihtml/themes/default/login.tpl:47 +msgid "Password" +msgstr "Password" -#: contrib/gosa.conf:88 -msgid "Addons" -msgstr "Extra" +#: plugins/personal/password/class_password.inc:25 +#: plugins/personal/posix/class_posixAccount.inc:17 +#: plugins/personal/generic/class_user.inc:17 +#: plugins/addons/notifications/class_msgplug.inc:7 +#: plugins/admin/acl/class_aclManagement.inc:25 +#: plugins/admin/acl/class_aclRole.inc:7 +#: plugins/admin/groups/class_groupManagement.inc:25 +#: plugins/admin/users/class_userManagement.inc:25 +#: plugins/admin/departments/class_departmentManagement.inc:25 +#: plugins/admin/ogroups/class_ogroupManagement.inc:25 include/class_acl.inc:7 +msgid "This does something" +msgstr "Questo fa qualcosa" -#: contrib/gosa.conf:121 +#: plugins/personal/password/class_password.inc:77 +#: plugins/personal/password/class_password.inc:80 +#: plugins/personal/password/class_password.inc:83 +#: plugins/personal/password/class_password.inc:86 +#: plugins/personal/password/class_password.inc:89 +#: plugins/personal/password/class_password.inc:92 +#: plugins/personal/password/class_password.inc:106 +#: plugins/personal/password/class_password.inc:112 +#: plugins/personal/password/class_password.inc:140 +#: plugins/personal/generic/class_user.inc:1419 #, fuzzy -msgid "ACL Role" -msgstr "ACL" - -#: contrib/gosa.conf:125 contrib/gosa.conf:149 contrib/gosa.conf:153 -#: contrib/gosa.conf:157 contrib/gosa.conf:162 contrib/gosa.conf:169 -#: contrib/gosa.conf:174 contrib/gosa.conf:178 contrib/gosa.conf:183 -#: contrib/gosa.conf:193 contrib/gosa.conf:207 contrib/gosa.conf:222 -#: contrib/gosa.conf:227 contrib/gosa.conf:232 contrib/gosa.conf:237 -#: contrib/gosa.conf:270 contrib/gosa.conf:274 -#: plugins/generic/references/class_reference.inc:20 -#: plugins/personal/generic/class_user.inc:16 -#: plugins/personal/generic/class_user.inc:1408 -#: plugins/personal/posix/generic.tpl:4 -#: plugins/addons/gotomasses/goto_task.tpl:4 -#: plugins/admin/ogroups/class_ogroup.inc:752 -#: plugins/admin/departments/class_departmentGeneric.inc:581 -#: plugins/admin/groups/class_groupGeneric.inc:992 setup/setup_feedback.tpl:46 -msgid "Generic" -msgstr "Generale" - -#: contrib/gosa.conf:126 -msgid "Unix" -msgstr "Unix" +msgid "User password" +msgstr "Nuova password" -#: contrib/gosa.conf:127 contrib/gosa.conf:163 -#: plugins/admin/users/class_divListUsers.inc:240 -#: plugins/admin/ogroups/tabs_ogroups.inc:137 -#: plugins/admin/groups/class_divListGroup.inc:236 -msgid "Environment" -msgstr "Ambiente" +#: plugins/personal/password/class_password.inc:78 +msgid "You need to specify your current password in order to proceed." +msgstr "Devi specificare la tua 'Password attuale' per procedere." -#: contrib/gosa.conf:128 contrib/gosa.conf:165 -#: plugins/generic/references/class_reference.inc:24 -#: plugins/admin/users/class_divListUsers.inc:242 -#: plugins/admin/ogroups/class_divListOGroup.inc:228 -#: plugins/admin/ogroups/tabs_ogroups.inc:85 -#: plugins/admin/ogroups/tabs_ogroups.inc:223 -#: plugins/admin/groups/class_divListGroup.inc:228 -msgid "Mail" -msgstr "Posta" +#: plugins/personal/password/class_password.inc:81 +#: plugins/personal/generic/main.inc:80 +#: plugins/admin/users/class_userManagement.inc:189 html/password.php:195 +msgid "" +"The passwords you've entered as 'New password' and 'Repeated new password' " +"do not match." +msgstr "Le password nuova e ripetuta non corrispondono" -#: contrib/gosa.conf:129 plugins/generic/references/class_reference.inc:26 -#: plugins/generic/references/class_reference.inc:28 -#: plugins/admin/users/class_divListUsers.inc:248 -#: plugins/admin/groups/class_divListGroup.inc:230 -msgid "Samba" -msgstr "Samba" +#: plugins/personal/password/class_password.inc:84 +#: plugins/personal/generic/main.inc:85 +#: plugins/admin/users/class_userManagement.inc:194 html/password.php:198 +msgid "The password you've entered as 'New password' is empty." +msgstr "La password immessa come 'Nuova password' è vuota" -#: contrib/gosa.conf:131 contrib/gosa.conf:134 -#: plugins/admin/users/class_divListUsers.inc:250 -msgid "Netatalk" +#: plugins/personal/password/class_password.inc:87 html/password.php:206 +msgid "The password used as new and current are too similar." msgstr "" +"La password immessa come 'Nuova password' è troppo simile a quella attuale." -#: contrib/gosa.conf:137 -msgid "Connectivity" -msgstr "Connettività" +#: plugins/personal/password/class_password.inc:90 html/password.php:211 +msgid "The password used as new is to short." +msgstr "La 'Nuova password' immessa è troppo corta." -#: contrib/gosa.conf:138 plugins/personal/generic/multiple_generic.tpl:247 -#: plugins/personal/generic/multiple_generic.tpl:438 -#: plugins/personal/generic/generic.tpl:355 -#: plugins/personal/generic/generic.tpl:523 -#: plugins/admin/users/class_divListUsers.inc:246 -#: plugins/admin/departments/class_departmentGeneric.inc:600 -#: plugins/admin/departments/generic.tpl:91 html/getxls.php:222 -#: html/getxls.php:297 -msgid "Fax" -msgstr "Fax" +#: plugins/personal/password/class_password.inc:93 +#, fuzzy, php-format +msgid "External password changer reported a problem: %s." +msgstr "Il programma esterno per cambiare la password ha avuto un problema:" -#: contrib/gosa.conf:139 plugins/generic/references/class_reference.inc:40 -#: plugins/personal/generic/multiple_generic.tpl:217 -#: plugins/personal/generic/multiple_generic.tpl:428 -#: plugins/personal/generic/generic.tpl:330 -#: plugins/personal/generic/generic.tpl:511 -#: plugins/admin/users/class_divListUsers.inc:244 -#: plugins/admin/ogroups/class_ogroupManagement.inc:455 -#: plugins/admin/departments/generic.tpl:83 -#: plugins/admin/groups/class_divListGroup.inc:234 -msgid "Phone" -msgstr "Telefono" +#: plugins/personal/password/class_password.inc:107 +msgid "" +"The password you've entered as your current password doesn't match the real " +"one." +msgstr "La password immessa come 'Password attuale' è errata" -#: contrib/gosa.conf:141 +#: plugins/personal/password/class_password.inc:113 #, fuzzy -msgid "Scalix" -msgstr "Terminali" - -#: contrib/gosa.conf:144 -msgid "Nagios" -msgstr "Nagios" - -#: contrib/gosa.conf:164 -msgid "Applications" -msgstr "Applicazioni" - -#: contrib/gosa.conf:170 -msgid "Options" -msgstr "Opzioni" - -#: contrib/gosa.conf:179 -msgid "Parameter" -msgstr "Parametro" - -#: contrib/gosa.conf:184 contrib/gosa.conf:194 contrib/gosa.conf:208 -#: plugins/admin/ogroups/tabs_ogroups.inc:111 -msgid "Startup" -msgstr "Avvio" - -#: contrib/gosa.conf:185 contrib/gosa.conf:209 -#: plugins/admin/ogroups/tabs_ogroups.inc:104 -msgid "Devices" -msgstr "Dispositivi" - -#: contrib/gosa.conf:186 contrib/gosa.conf:210 -#: plugins/generic/references/class_reference.inc:52 -#: plugins/admin/ogroups/class_ogroupManagement.inc:459 -msgid "Printer" -msgstr "Stampante" +msgid "You have no permission to change your password." +msgstr "Non hai il permesso di cambiare la tua password." -#: contrib/gosa.conf:187 contrib/gosa.conf:201 contrib/gosa.conf:211 -#: ihtml/themes/default/msg_dialog.tpl:64 -#: ihtml/themes/default/msg_dialog.tpl:110 -#: ihtml/themes/default/MultiSelectWindow.tpl:44 -#: ihtml/themes/default/MultiSelectWindow.tpl:84 setup/setup_ldap.tpl:121 -msgid "Information" -msgstr "Informazioni" +#: plugins/personal/password/class_password.inc:144 +#: plugins/personal/posix/class_posixAccount.inc:1484 +#: plugins/personal/generic/class_user.inc:1413 +msgid "My account" +msgstr "Identità" -#: contrib/gosa.conf:189 contrib/gosa.conf:203 contrib/gosa.conf:218 -#: contrib/gosa.conf:223 contrib/gosa.conf:228 contrib/gosa.conf:233 -#: contrib/gosa.conf:238 +#: plugins/personal/password/nochange.tpl:2 #, fuzzy -msgid "Inventory" -msgstr "Aggiungi contatto" +msgid "Password change not allowed" +msgstr "Cambia la password" -#: contrib/gosa.conf:195 -msgid "Services" -msgstr "Servizi" +#: plugins/personal/password/nochange.tpl:6 +#, fuzzy +msgid "You are not allowed to change your password at this time" +msgstr "Non hai il permesso di cambiare la tua password." -#: contrib/gosa.conf:197 contrib/gosa.conf:199 contrib/gosa.conf:214 -#: contrib/gosa.conf:216 -msgid "FAI summary" +#: 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 "" +"Per cambiare la tua password usa i campi qui sotto. I cambiamenti avrenno " +"effetto immediatamente. Memorizza la nuova password perché non sarai in " +"grado di connetterti senza di essa." -#: contrib/gosa.conf:287 -msgid "OGo" +#: 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." -#: contrib/gosa.conf:298 -msgid "Export" -msgstr "Esporta" +#: plugins/personal/password/password.tpl:13 +#: ihtml/themes/default/password.tpl:77 ihtml/themes/default/password.tpl:78 +msgid "Current password" +msgstr "Password attuale" -#: contrib/gosa.conf:299 -msgid "Excel Export" -msgstr "Esporta in formato Excel" +#: plugins/personal/password/password.tpl:18 +#: plugins/personal/generic/password.tpl:7 plugins/admin/users/password.tpl:13 +#: ihtml/themes/default/password.tpl:81 ihtml/themes/default/password.tpl:82 +#: ihtml/themes/default/password.tpl:85 +msgid "New password" +msgstr "Nuova password" -#: contrib/gosa.conf:300 plugins/addons/notifications/contents.tpl:54 -msgid "Import" -msgstr "Importa" +#: plugins/personal/password/password.tpl:23 +#: plugins/personal/generic/password.tpl:11 +#: plugins/admin/users/password.tpl:17 +msgid "Repeat new password" +msgstr "Ripeti la password" -#: contrib/gosa.conf:301 -msgid "CSV Import" -msgstr "Importa da CSV" +#: plugins/personal/password/password.tpl:28 +#: ihtml/themes/default/password.tpl:89 +#, fuzzy +msgid "Password strength" +msgstr "Algorimo password" -#: contrib/gosa.conf:306 contrib/gosa.conf:336 -msgid "Partitions" -msgstr "Partizioni" +#: plugins/personal/password/password.tpl:39 +#: plugins/personal/generic/password.tpl:17 +#: plugins/admin/users/password.tpl:30 +msgid "Set password" +msgstr "Cambia password" -#: contrib/gosa.conf:310 contrib/gosa.conf:340 -msgid "Script" -msgstr "Script" +#: plugins/personal/password/password.tpl:41 +msgid "Clear fields" +msgstr "Ripulisci i campi" -#: contrib/gosa.conf:314 contrib/gosa.conf:344 -msgid "Hooks" +#: 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 "" +"Hai cambiato con successo la tua password. Ricorda di cambiare tutto i " +"programmmi configurati per usarla." -#: contrib/gosa.conf:318 contrib/gosa.conf:348 -msgid "Variables" -msgstr "Variabili" +#: plugins/personal/password/changed.tpl:9 +#: plugins/personal/generic/main.inc:169 +#: plugins/admin/departments/dep_iframe.tpl:18 +#: plugins/admin/departments/class_departmentManagement.inc:444 +#: include/functions.inc:1509 setup/class_setup.inc:261 +#: setup/class_setup.inc:263 +msgid "Back" +msgstr "Indietro" -#: contrib/gosa.conf:322 contrib/gosa.conf:352 -msgid "Templates" -msgstr "Template" +#: plugins/personal/password/main.inc:46 setup/setup_config1.tpl:136 +#, fuzzy +msgid "Password settings" +msgstr "Opzioni di posta dell'identità" -#: contrib/gosa.conf:326 contrib/gosa.conf:356 -msgid "Profiles" -msgstr "Profili" +#: plugins/personal/posix/posix_groups.tpl:6 +msgid "Select groups to add" +msgstr "Seleziona un gruppo da aggiungere" -#: contrib/gosa.conf:327 contrib/gosa.conf:357 -#: plugins/admin/ogroups/tabs_ogroups.inc:115 -#: plugins/admin/acl/class_divListACL.inc:54 -msgid "Summary" -msgstr "" +#: plugins/personal/posix/posix_groups.tpl:21 +#: plugins/admin/groups/group_objects.tpl:20 +#: plugins/admin/ogroups/ogroup_objects.tpl:20 +#: ihtml/themes/default/MultiSelectWindow.tpl:55 +#: ihtml/themes/default/MultiSelectWindow.tpl:95 +msgid "Filters" +msgstr "Filtri" -#: contrib/gosa.conf:331 contrib/gosa.conf:361 -msgid "Packages" -msgstr "Pacchetti" +#: plugins/personal/posix/posix_groups.tpl:32 +msgid "Display groups of department" +msgstr "Mostra gruppi di dipartimenti" -#: contrib/gosa.conf:367 -msgid "System logs" -msgstr "Log di sitema" +#: plugins/personal/posix/posix_groups.tpl:35 +#: plugins/personal/posix/trust_machines.tpl:27 +#: plugins/admin/groups/group_objects.tpl:40 +#: plugins/admin/ogroups/ogroup_objects.tpl:42 +msgid "Choose the department the search will be based on" +msgstr "Scegli il dipartimento di base per la ricerca" -#: contrib/gosa.conf:368 -#, fuzzy -msgid "GOsa logs" -msgstr "Utenti di Dominio" +#: plugins/personal/posix/posix_groups.tpl:44 +msgid "Display groups matching" +msgstr "Mosra gruppi corrispondenti a" -#: ihtml/themes/default/conflict.tpl:2 -msgid "Session conflict detected" -msgstr "Rilevato un conflitto di sessione" +#: plugins/personal/posix/posix_groups.tpl:48 +#: plugins/admin/groups/class_divListGroup.inc:76 +#: plugins/admin/ogroups/class_divListOGroup.inc:85 +msgid "Regular expression for matching group names" +msgstr "Espressioni regolare per selezionare il nome del gruppo" -#: ihtml/themes/default/conflict.tpl:6 ihtml/themes/default/msg_dialog.tpl:62 -#: ihtml/themes/default/msg_dialog.tpl:108 ihtml/themes/default/remove.tpl:2 -#: ihtml/themes/default/islocked.tpl:6 -#: plugins/personal/posix/class_posixAccount.inc:803 -#: plugins/addons/gotomasses/remove.tpl:2 plugins/admin/users/remove.tpl:2 -#: plugins/admin/ogroups/remove.tpl:2 -#: plugins/admin/departments/dep_move_confirm.tpl:2 -#: plugins/admin/departments/remove.tpl:2 plugins/admin/acl/remove.tpl:2 -#: plugins/admin/groups/remove.tpl:2 setup/class_setupStep_Migrate.inc:211 -#: setup/class_setupStep_Migrate.inc:260 setup/class_setupStep_Migrate.inc:385 -#: setup/class_setupStep_Migrate.inc:460 setup/class_setupStep_Migrate.inc:596 -#: setup/class_setupStep_Migrate.inc:726 setup/setup_checks.tpl:32 -#: setup/setup_checks.tpl:93 include/class_tabs.inc:214 -#: include/functions.inc:686 include/functions.inc:2158 -#: include/functions.inc:2162 include/functions.inc:2168 html/password.php:282 -#: html/index.php:50 html/index.php:56 html/index.php:407 html/index.php:413 -msgid "Warning" -msgstr "Attenzione" +#: plugins/personal/posix/posix_groups.tpl:55 +msgid "Display groups of user" +msgstr "Mostra gruppi di utenti" -#: ihtml/themes/default/conflict.tpl:6 -msgid "" -"Probably there's another active instance of your session. Multiple window " -"operation is technical not possible and heavily depends on the browser " -"you're using. Usage of different browsers at a time (i.e. IE and Mozilla) is " -"possible. Pressing the Logout button will close this session." -msgstr "" +#: plugins/personal/posix/posix_groups.tpl:59 +#: plugins/admin/groups/class_divListGroup.inc:77 +msgid "User name of which groups are shown" +msgstr "Nome dell'utente del quale mostrare i gruppi" -#: ihtml/themes/default/conflict.tpl:10 -msgid "" -"Ignoring this message will change/destroy the data you're currently editing, " -"so please close multiple windows and log in again." -msgstr "" +#: plugins/personal/posix/posix_groups.tpl:68 +#: plugins/admin/groups/class_divListGroup.inc:73 +#: plugins/admin/users/class_divListUsers.inc:74 +#: plugins/admin/departments/class_divListDepartment.inc:53 +#: plugins/admin/ogroups/ogroup_objects.tpl:38 +#: plugins/admin/ogroups/class_divListOGroup.inc:82 +#, fuzzy +msgid "Search in subtrees" +msgstr "Seleziona per mostrare le applicazioni" -#: ihtml/themes/default/conflict.tpl:14 -msgid "Logout" -msgstr "Termina sessione" +#: plugins/personal/posix/posix_groups.tpl:79 +#: plugins/personal/posix/paste_generic.tpl:61 +#: plugins/personal/posix/trust_machines.tpl:39 +#: plugins/personal/posix/generic.tpl:104 +#: plugins/personal/posix/generic.tpl:146 +#: plugins/personal/posix/generic.tpl:175 +#: plugins/admin/groups/group_objects.tpl:55 +#: plugins/admin/groups/generic.tpl:193 +#: plugins/admin/ogroups/ogroup_objects.tpl:54 +#: plugins/admin/ogroups/generic.tpl:51 +msgid "Add" +msgstr "Aggiungi" -#: ihtml/themes/default/accountexpired.tpl:15 -msgid "Your Password has expired !! Choose a new Password" -msgstr "" +#: plugins/personal/posix/posix_groups.tpl:81 +#: plugins/personal/posix/trust_machines.tpl:41 +#: plugins/personal/posix/main.inc:108 +#: plugins/personal/generic/password.tpl:19 +#: plugins/personal/generic/generic_picture.tpl:35 +#: plugins/personal/generic/generic_certs.tpl:94 +#: plugins/personal/generic/main.inc:161 plugins/admin/acl/tabs_acl.inc:63 +#: plugins/admin/acl/tabs_acl_role.inc:49 plugins/admin/acl/remove.tpl:17 +#: plugins/admin/acl/remove.tpl:21 plugins/admin/acl/acl_role.tpl:61 +#: plugins/admin/acl/acl_role.tpl:75 plugins/admin/groups/group_objects.tpl:57 +#: plugins/admin/groups/class_groupManagement.inc:472 +#: plugins/admin/groups/remove.tpl:18 plugins/admin/groups/remove.tpl:22 +#: plugins/admin/users/password.tpl:32 plugins/admin/users/template.tpl:50 +#: plugins/admin/users/remove.tpl:16 plugins/admin/users/remove.tpl:19 +#: plugins/admin/users/class_userManagement.inc:877 +#: plugins/admin/departments/dep_move_confirm.tpl:17 +#: plugins/admin/departments/remove.tpl:17 +#: plugins/admin/departments/remove.tpl:21 +#: plugins/admin/departments/class_departmentManagement.inc:409 +#: plugins/admin/ogroups/ogroup_objects.tpl:56 +#: plugins/admin/ogroups/class_ogroupManagement.inc:406 +#: plugins/admin/ogroups/remove.tpl:17 plugins/admin/ogroups/remove.tpl:21 +#: setup/setup_ldap.tpl:17 setup/setup_migrate.tpl:135 +#: setup/setup_migrate.tpl:186 setup/setup_migrate.tpl:251 +#: setup/setup_migrate.tpl:307 setup/setup_migrate.tpl:360 +#: ihtml/themes/default/copyPasteDialog.tpl:21 +#: ihtml/themes/default/islocked.tpl:15 ihtml/themes/default/remove.tpl:15 +#: ihtml/themes/default/acl.tpl:77 ihtml/themes/default/acl.tpl:91 +#: ihtml/themes/default/msg_dialog.tpl:79 +#: ihtml/themes/default/msg_dialog.tpl:134 +#: ihtml/themes/default/pwd_heimdal.tpl:200 +#: ihtml/themes/default/snapshotdialog.tpl:44 +#: ihtml/themes/default/snapshotdialog.tpl:89 +msgid "Cancel" +msgstr "Annulla" -#: ihtml/themes/default/accountexpired.tpl:23 -#: ihtml/themes/default/accountexpired.tpl:27 -#, fuzzy -msgid "Old Password" -msgstr "Password" +#: plugins/personal/posix/posix_shadow.tpl:9 +msgid "User must change password on first login" +msgstr "L'utente deve cambiare la password alla prima connessione" -#: ihtml/themes/default/accountexpired.tpl:32 -#: ihtml/themes/default/accountexpired.tpl:36 -#, fuzzy -msgid "New Password" -msgstr "Nuova password" +#: plugins/personal/posix/posix_shadow.tpl:34 +msgid "Password expires on" +msgstr "La password spira il" -#: ihtml/themes/default/accountexpired.tpl:41 -#: ihtml/themes/default/accountexpired.tpl:45 +#: plugins/personal/posix/paste_generic.tpl:4 #, fuzzy -msgid "Verify Password" -msgstr "Password" +msgid "Posix settings" +msgstr "Impostazioni Unix" -#: ihtml/themes/default/accountexpired.tpl:51 -#, fuzzy -msgid "Change Password" -msgstr "Cambia la password" +#: plugins/personal/posix/paste_generic.tpl:8 +#: plugins/personal/posix/generic.tpl:7 +#: plugins/personal/posix/class_posixAccount.inc:1490 +msgid "Home directory" +msgstr "Home directory" -#: ihtml/themes/default/accountexpired.tpl:52 -#, fuzzy -msgid "Click here to Change your password" -msgstr "Non hai il permesso di cambiare la tua password." +#: plugins/personal/posix/paste_generic.tpl:23 +#: plugins/personal/posix/generic.tpl:52 +msgid "Force UID/GID" +msgstr "Forza UID/GID" -#: ihtml/themes/default/login.tpl:9 -msgid "GOsa login screen" -msgstr "" +#: plugins/personal/posix/paste_generic.tpl:28 +#: plugins/personal/posix/generic.tpl:56 html/getxls.php:287 +msgid "UID" +msgstr "UID" -#: ihtml/themes/default/login.tpl:25 -#, fuzzy -msgid "Login screen" -msgstr "Utenti di Dominio" +#: plugins/personal/posix/paste_generic.tpl:37 +#: plugins/personal/posix/generic.tpl:67 +#: plugins/admin/groups/class_groupGeneric.inc:1008 +msgid "GID" +msgstr "GID" -#: ihtml/themes/default/login.tpl:32 -#, 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" +#: plugins/personal/posix/paste_generic.tpl:47 +#: plugins/personal/posix/generic.tpl:82 +msgid "Group membership" +msgstr "Gruppi di appartenenza" -#: ihtml/themes/default/login.tpl:40 ihtml/themes/default/login.tpl:42 -#: ihtml/themes/default/password.tpl:67 ihtml/themes/default/password.tpl:69 -#: plugins/admin/users/class_divListUsers.inc:61 -msgid "Username" -msgstr "Nome utente" +#: plugins/personal/posix/paste_generic.tpl:54 +#: plugins/personal/posix/generic.tpl:84 +msgid "(Warning: more than 16 groups are not supported by NFS!)" +msgstr "(Attenzione: L'NFS non supporta più di 16 gruppi!)" -#: ihtml/themes/default/login.tpl:45 ihtml/themes/default/login.tpl:47 -#: ihtml/themes/default/password.tpl:38 -#: plugins/personal/password/class_password.inc:24 -#: plugins/personal/generic/paste_generic.tpl:20 setup/setup_migrate.tpl:225 -#: setup/setup_config2.tpl:266 setup/setup_config2.tpl:311 -msgid "Password" -msgstr "Password" +#: plugins/personal/posix/paste_generic.tpl:62 +#: plugins/personal/posix/generic.tpl:107 +#: plugins/personal/posix/generic.tpl:149 +#: plugins/personal/posix/generic.tpl:178 plugins/admin/acl/remove.tpl:15 +#: plugins/admin/acl/remove.tpl:19 plugins/admin/groups/generic.tpl:195 +#: plugins/admin/groups/remove.tpl:16 plugins/admin/groups/remove.tpl:20 +#: plugins/admin/users/remove.tpl:15 plugins/admin/users/remove.tpl:18 +#: plugins/admin/departments/remove.tpl:15 +#: plugins/admin/departments/remove.tpl:19 +#: plugins/admin/ogroups/generic.tpl:54 plugins/admin/ogroups/remove.tpl:15 +#: plugins/admin/ogroups/remove.tpl:19 ihtml/themes/default/remove.tpl:13 +msgid "Delete" +msgstr "Rimuovi" -#: ihtml/themes/default/login.tpl:50 ihtml/themes/default/login.tpl:51 -#: ihtml/themes/default/password.tpl:58 ihtml/themes/default/password.tpl:60 -msgid "Directory" -msgstr "Directory" +#: plugins/personal/posix/trust_machines.tpl:6 +msgid "Select systems to add" +msgstr "Seleziona un sistema da aggiungere" -#: ihtml/themes/default/login.tpl:76 ihtml/themes/default/login.tpl:79 -msgid "Sign in" -msgstr "Entra" +#: plugins/personal/posix/trust_machines.tpl:26 +msgid "Display systems of department" +msgstr "Mostra i sistemi del dipartimento" -#: ihtml/themes/default/login.tpl:77 -msgid "Click here to log in" -msgstr "Clicca qui per connetterti" +#: plugins/personal/posix/trust_machines.tpl:30 +msgid "Display systems matching" +msgstr "Mostra i sistemi che corrispondono a:" -#: ihtml/themes/default/logout.tpl:5 -msgid "Your GOsa session has expired!" -msgstr "" +#: plugins/personal/posix/trust_machines.tpl:31 +msgid "Regular expression for matching addresses" +msgstr "Espressione regolare per selezionare l'indirizzo" -#: ihtml/themes/default/logout.tpl:7 -msgid "" -"The last interaction with the GOsa web interface has been some time ago in " -"the past. For security reasons, the session has been closed. To continue " -"with administrative tasks, please sign in again." -msgstr "" +#: plugins/personal/posix/generic.tpl:4 +#: plugins/personal/generic/class_user.inc:16 +#: plugins/personal/generic/class_user.inc:1408 +#: plugins/admin/groups/class_groupGeneric.inc:992 +#: plugins/admin/departments/class_departmentGeneric.inc:560 +#: plugins/admin/ogroups/class_ogroup.inc:740 +#: plugins/generic/references/class_reference.inc:20 +#: setup/setup_feedback.tpl:46 +msgid "Generic" +msgstr "Generale" -#: ihtml/themes/default/logout.tpl:10 -#, fuzzy -msgid "Sign in again" -msgstr "Entra" +#: plugins/personal/posix/generic.tpl:15 +#: plugins/personal/posix/class_posixAccount.inc:1491 +msgid "Shell" +msgstr "Shell" -#: ihtml/themes/default/acl.tpl:2 plugins/admin/acl/acl_role.tpl:3 -msgid "Assigned ACLs for current entry" -msgstr "" +#: plugins/personal/posix/generic.tpl:25 +msgid "Primary group" +msgstr "Gruppo primario" -#: ihtml/themes/default/acl.tpl:4 plugins/admin/acl/acl_role.tpl:44 -#, fuzzy -msgid "New ACL" -msgstr "Nuovo" +#: plugins/personal/posix/generic.tpl:36 +msgid "Status" +msgstr "Stato" -#: ihtml/themes/default/acl.tpl:8 plugins/admin/acl/acl_role.tpl:49 +#: plugins/personal/posix/generic.tpl:93 plugins/admin/groups/generic.tpl:179 #, fuzzy -msgid "ACL type" -msgstr "Tipo" +msgid "In all groups" +msgstr "Gruppo primario" -#: ihtml/themes/default/acl.tpl:8 plugins/admin/acl/acl_role.tpl:49 +#: plugins/personal/posix/generic.tpl:97 plugins/admin/groups/generic.tpl:182 #, fuzzy -msgid "Select an acl type" -msgstr "Rimuovi" +msgid "Not in all groups" +msgstr "Mostra gruppi di posta" -#: ihtml/themes/default/acl.tpl:8 ihtml/themes/default/acl.tpl:20 -#: ihtml/themes/default/acl.tpl:75 ihtml/themes/default/acl.tpl:89 -#: plugins/addons/notifications/contents.tpl:12 -#: plugins/admin/users/class_userManagement.inc:874 -#: plugins/admin/ogroups/class_ogroupManagement.inc:403 -#: plugins/admin/acl/acl_role.tpl:49 plugins/admin/acl/acl_role.tpl:59 -#: plugins/admin/acl/acl_role.tpl:73 -#: plugins/admin/groups/class_groupManagement.inc:469 setup/setup_ldap.tpl:16 -#: setup/setup_migrate.tpl:133 setup/setup_migrate.tpl:184 -#: setup/setup_migrate.tpl:250 setup/setup_migrate.tpl:305 -#: setup/setup_migrate.tpl:358 -msgid "Apply" -msgstr "Applica" +#: plugins/personal/posix/generic.tpl:118 +msgid "Account" +msgstr "Sicurezza" -#: ihtml/themes/default/acl.tpl:15 -msgid "Use members from" -msgstr "" +#: plugins/personal/posix/generic.tpl:125 +msgid "System trust" +msgstr "Accesso ai sistemi" -#: ihtml/themes/default/acl.tpl:29 -msgid "Available members" +#: plugins/personal/posix/generic.tpl:127 +#: plugins/personal/posix/generic.tpl:155 +msgid "Trust mode" msgstr "" -#: ihtml/themes/default/acl.tpl:30 -#: plugins/addons/notifications/contents.tpl:22 -msgid "List message possible targets" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:16 +#: plugins/generic/references/class_reference.inc:22 +msgid "UNIX" +msgstr "Unix" -#: ihtml/themes/default/acl.tpl:41 html/getxls.php:121 html/getxls.php:284 -msgid "Members" -msgstr "Membri" +#: plugins/personal/posix/class_posixAccount.inc:138 +#, fuzzy +msgid "expired" +msgstr "Esporta" -#: ihtml/themes/default/acl.tpl:42 -#: plugins/addons/notifications/contents.tpl:34 -msgid "List message recipients" +#: plugins/personal/posix/class_posixAccount.inc:140 +msgid "grace time active" msgstr "" -#: ihtml/themes/default/acl.tpl:55 plugins/admin/acl/acl_role.tpl:54 +#: plugins/personal/posix/class_posixAccount.inc:143 #, fuzzy -msgid "List of available ACL categories" -msgstr "Scegli il tuo numero di telefono personale" +msgid "active, password not changable" +msgstr "Nuova password" -#: ihtml/themes/default/acl.tpl:63 -msgid "ACLs for this object" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:145 +#, fuzzy +msgid "active, password expired" +msgstr "La password spira il" -#: ihtml/themes/default/acl.tpl:69 +#: plugins/personal/posix/class_posixAccount.inc:147 #, fuzzy -msgid "Available roles" -msgstr "Applicazioni disponibili" +msgid "active" +msgstr "Privato" -#: ihtml/themes/default/acl.tpl:77 ihtml/themes/default/acl.tpl:91 -#: 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:134 -#: ihtml/themes/default/pwd_heimdal.tpl:200 ihtml/themes/default/remove.tpl:15 -#: ihtml/themes/default/islocked.tpl:15 -#: ihtml/themes/default/copyPasteDialog.tpl:21 -#: plugins/personal/generic/generic_certs.tpl:94 -#: plugins/personal/generic/password.tpl:19 -#: plugins/personal/generic/main.inc:161 -#: plugins/personal/generic/generic_picture.tpl:35 -#: plugins/personal/posix/posix_groups.tpl:81 -#: plugins/personal/posix/main.inc:108 -#: plugins/personal/posix/trust_machines.tpl:41 -#: plugins/addons/gotomasses/goto_task.tpl:56 -#: plugins/addons/gotomasses/remove.tpl:19 -#: plugins/admin/users/class_userManagement.inc:877 -#: plugins/admin/users/remove.tpl:16 plugins/admin/users/remove.tpl:19 -#: plugins/admin/users/template.tpl:50 plugins/admin/users/password.tpl:23 -#: plugins/admin/ogroups/class_ogroupManagement.inc:406 -#: plugins/admin/ogroups/ogroup_objects.tpl:56 -#: plugins/admin/ogroups/remove.tpl:17 plugins/admin/ogroups/remove.tpl:21 -#: plugins/admin/departments/class_departmentManagement.inc:409 -#: plugins/admin/departments/dep_move_confirm.tpl:17 -#: plugins/admin/departments/remove.tpl:17 -#: plugins/admin/departments/remove.tpl:21 plugins/admin/acl/acl_role.tpl:61 -#: plugins/admin/acl/acl_role.tpl:75 plugins/admin/acl/tabs_acl.inc:63 -#: plugins/admin/acl/remove.tpl:17 plugins/admin/acl/remove.tpl:21 -#: plugins/admin/acl/tabs_acl_role.inc:49 -#: plugins/admin/groups/group_objects.tpl:57 -#: plugins/admin/groups/class_groupManagement.inc:472 -#: plugins/admin/groups/remove.tpl:18 plugins/admin/groups/remove.tpl:22 -#: setup/setup_ldap.tpl:17 setup/setup_migrate.tpl:135 -#: setup/setup_migrate.tpl:186 setup/setup_migrate.tpl:251 -#: setup/setup_migrate.tpl:307 setup/setup_migrate.tpl:360 -msgid "Cancel" -msgstr "Annulla" +#: plugins/personal/posix/class_posixAccount.inc:192 +msgid "unconfigured" +msgstr "non configurata" -#: ihtml/themes/default/logout-close.tpl:5 -msgid "Your GOsa session has been closed!" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:203 +msgid "automatic" +msgstr "automatico" -#: ihtml/themes/default/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 "" +#: plugins/personal/posix/class_posixAccount.inc:259 +msgid "This account has no unix extensions." +msgstr "Questa identità non possiede estensioni Unix" -#: ihtml/themes/default/framework.tpl:8 ihtml/themes/default/framework.tpl:11 -#: ihtml/themes/default/framework.tpl:20 ihtml/themes/default/framework.tpl:24 -#: include/class_pluglist.inc:176 +#: plugins/personal/posix/class_posixAccount.inc:279 +#: plugins/personal/posix/class_posixAccount.inc:282 +msgid "Remove posix account" +msgstr "Elimina estensioni Unix" + +#: plugins/personal/posix/class_posixAccount.inc:280 msgid "" -"You are currently editing a database entry. Do you want to dismiss the " -"changes?" +"This account has unix features enabled. To disable them, you'll need to " +"remove the samba / environment account first." 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" +"Questa identià possiede estensioni Unix. Per eliminarle devi eliminare prima " +"le estensioni Samba / ambiente." -#: ihtml/themes/default/framework.tpl:16 -msgid "Help" -msgstr "Aiuto" +#: plugins/personal/posix/class_posixAccount.inc:283 +msgid "" +"This account has posix features enabled. You can disable them by clicking " +"below." +msgstr "Questa identià possiede estensioni Unix." -#: ihtml/themes/default/framework.tpl:21 ihtml/themes/default/framework.tpl:25 -msgid "Sign out" -msgstr "Termina la sessione" +#: plugins/personal/posix/class_posixAccount.inc:286 +msgid "Create posix account" +msgstr "Crea estensioni Unix" -#: ihtml/themes/default/framework.tpl:29 -msgid "Signed in:" -msgstr "Connesso:" +#: plugins/personal/posix/class_posixAccount.inc:287 +msgid "" +"This account has posix features disabled. You can enable them by clicking " +"below." +msgstr "Questa identità non possiede estensioni Unix" -#: ihtml/themes/default/framework.tpl:32 -msgid "GOsa main menu" +#: plugins/personal/posix/class_posixAccount.inc:447 +#, 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" -#: ihtml/themes/default/snapshotdialog.tpl:3 -#, fuzzy -msgid "Restoring object snapshots" -msgstr "Gruppo di oggetti" +#: plugins/personal/posix/class_posixAccount.inc:451 +#, php-format +msgid "Password must be changed after %s days" +msgstr "La password deve essere cambiata dopo %s giorni" -#: 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." +#: plugins/personal/posix/class_posixAccount.inc:455 +#, php-format +msgid "Disable account after %s days of inactivity after password expiery" msgstr "" +"Disabilita l'account dopo %s giorni di inattività dopo che la password è " +"spirata" -#: ihtml/themes/default/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/posix/class_posixAccount.inc:459 +#, php-format +msgid "Warn user %s days before password expiery" +msgstr "Avvisa l'utente %s giorni prima che la password spiri" -#: 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 "" +#: plugins/personal/posix/class_posixAccount.inc:493 +#: plugins/personal/generic/class_user.inc:265 +msgid "January" +msgstr "Gennaio" -#: ihtml/themes/default/snapshotdialog.tpl:20 -#: ihtml/themes/default/snapshotdialog.tpl:62 -#: plugins/admin/departments/class_departmentGeneric.inc:545 -#: include/class_acl.inc:643 include/class_acl.inc:650 -#: include/class_acl.inc:657 include/class_acl.inc:663 -msgid "Object" -msgstr "Oggetto" +#: plugins/personal/posix/class_posixAccount.inc:493 +#: plugins/personal/generic/class_user.inc:265 +msgid "February" +msgstr "Febbraio" -#: ihtml/themes/default/snapshotdialog.tpl:29 -msgid "There is no snapshot available that could be restored" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:493 +#: plugins/personal/generic/class_user.inc:265 +msgid "March" +msgstr "Marzo" -#: ihtml/themes/default/snapshotdialog.tpl:31 -msgid "Choose a snapshot and click the folder image, to restore the snapshot" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:493 +#: plugins/personal/generic/class_user.inc:265 +msgid "April" +msgstr "Aprile" -#: ihtml/themes/default/snapshotdialog.tpl:49 -#, fuzzy -msgid "Creating object snapshots" -msgstr "Gruppo di oggetti" +#: plugins/personal/posix/class_posixAccount.inc:494 +#: plugins/personal/generic/class_user.inc:266 +msgid "May" +msgstr "Maggio" -#: ihtml/themes/default/snapshotdialog.tpl:52 -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 "" +#: plugins/personal/posix/class_posixAccount.inc:494 +#: plugins/personal/generic/class_user.inc:266 +msgid "June" +msgstr "Giugno" -#: ihtml/themes/default/snapshotdialog.tpl:55 -msgid "" -"Remember that database entries, DNS configurations and possibly created " -"zones in server extensions will not be stored in the snapshot." -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:494 +#: plugins/personal/generic/class_user.inc:266 +msgid "July" +msgstr "Luglio" -#: ihtml/themes/default/snapshotdialog.tpl:70 -#, fuzzy -msgid "Timestamp" -msgstr "Timeout" +#: plugins/personal/posix/class_posixAccount.inc:494 +#: plugins/personal/generic/class_user.inc:266 +msgid "August" +msgstr "Agosto" -#: ihtml/themes/default/snapshotdialog.tpl:79 -msgid "Reason for generating this snapshot" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:494 +#: plugins/personal/generic/class_user.inc:266 +msgid "September" +msgstr "Settembre" -#: ihtml/themes/default/snapshotdialog.tpl:87 -#: plugins/addons/notifications/contents.tpl:78 -#: plugins/admin/users/template.tpl:48 -#: plugins/admin/departments/class_departmentGeneric.inc:472 -#: plugins/admin/departments/class_departmentGeneric.inc:567 -#: setup/class_setup.inc:266 -msgid "Continue" -msgstr "Continua" +#: plugins/personal/posix/class_posixAccount.inc:495 +#: plugins/personal/generic/class_user.inc:267 +msgid "October" +msgstr "Ottobre" -#: ihtml/themes/default/msg_dialog.tpl:60 -#: ihtml/themes/default/msg_dialog.tpl:106 -#: plugins/personal/generic/class_user.inc:374 -#: plugins/personal/generic/class_user.inc:471 -#: plugins/personal/generic/class_user.inc:732 -#: plugins/personal/generic/class_user.inc:1262 -#: plugins/personal/generic/main.inc:103 -#: plugins/personal/posix/class_posixAccount.inc:1278 -#: plugins/addons/gotomasses/class_gotomasses.inc:102 -#: plugins/addons/gotomasses/class_gotomasses.inc:188 -#: plugins/addons/gotomasses/class_gotomasses.inc:203 -#: plugins/addons/gotomasses/class_gotomasses.inc:237 -#: plugins/addons/gotomasses/class_target_list.inc:229 -#: plugins/addons/gotomasses/class_target_list.inc:233 -#: plugins/addons/notifications/class_msgplug.inc:117 -#: plugins/addons/notifications/class_msgplug.inc:213 -#: setup/class_setupStep_Migrate.inc:1019 setup/setup_checks.tpl:30 -#: setup/setup_checks.tpl:91 include/class_plugin.inc:624 -#: include/class_plugin.inc:656 include/class_plugin.inc:692 -#: include/class_plugin.inc:1391 include/class_log.inc:144 -#: include/class_log.inc:152 include/class_log.inc:157 -#: include/class_log.inc:177 include/functions.inc:1175 -#: include/functions.inc:1287 include/class_CopyPasteHandler.inc:274 -#: include/class_CopyPasteHandler.inc:277 -#: include/class_CopyPasteHandler.inc:315 -#: include/class_CopyPasteHandler.inc:318 html/index.php:213 -#: html/index.php:217 -msgid "Error" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:495 +#: plugins/personal/generic/class_user.inc:267 +msgid "November" +msgstr "Novembre" -#: ihtml/themes/default/msg_dialog.tpl:76 -#: ihtml/themes/default/msg_dialog.tpl:78 -#: ihtml/themes/default/msg_dialog.tpl:131 -#: ihtml/themes/default/msg_dialog.tpl:133 -#: plugins/personal/generic/main.inc:159 plugins/personal/posix/main.inc:106 -#: plugins/addons/gotomasses/goto_task.tpl:55 -#: plugins/admin/users/class_userManagement.inc:871 -#: plugins/admin/ogroups/class_ogroupManagement.inc:400 -#: plugins/admin/acl/tabs_acl.inc:61 plugins/admin/acl/tabs_acl_role.inc:47 -#: plugins/admin/groups/class_groupManagement.inc:466 -#: setup/class_setupStep_Migrate.inc:217 setup/class_setupStep_Migrate.inc:266 -#: setup/class_setupStep_Migrate.inc:324 setup/class_setupStep_Migrate.inc:392 -#: setup/class_setupStep_Migrate.inc:467 setup/class_setupStep_Migrate.inc:539 -#: setup/class_setupStep_Migrate.inc:592 setup/class_setupStep_Migrate.inc:722 -#: setup/class_setupStep_Migrate.inc:877 -#: setup/class_setupStep_Migrate.inc:1635 setup/setup_checks.tpl:27 -#: setup/setup_checks.tpl:87 -msgid "Ok" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:495 +#: plugins/personal/generic/class_user.inc:267 +msgid "December" +msgstr "Dicembre" -#: ihtml/themes/default/pwd_heimdal.tpl:5 -#, fuzzy -msgid "Heimdal options" -msgstr "Opzioni di posta" +#: plugins/personal/posix/class_posixAccount.inc:592 +#: setup/setup_config2.tpl:188 +msgid "disabled" +msgstr "disabilitato" -#: ihtml/themes/default/pwd_heimdal.tpl:6 -msgid "Use empty values for infinite" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:592 +msgid "full access" +msgstr "accesso completo" -#: ihtml/themes/default/pwd_heimdal.tpl:10 -msgid "Ticket max life" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:593 +msgid "allow access to these hosts" +msgstr "accesso limitato ai seguenti host" -#: ihtml/themes/default/pwd_heimdal.tpl:18 -msgid "Ticket max renew" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:646 +#, fuzzy, php-format +msgid "Removing of user/posix account with dn '%s' failed." +msgstr "Elimina estensioni Unix" -#: ihtml/themes/default/pwd_heimdal.tpl:32 -msgid "infinite" +#: plugins/personal/posix/class_posixAccount.inc:802 +#: plugins/admin/acl/remove.tpl:2 plugins/admin/groups/remove.tpl:2 +#: plugins/admin/users/remove.tpl:2 +#: plugins/admin/departments/dep_move_confirm.tpl:2 +#: plugins/admin/departments/remove.tpl:2 plugins/admin/ogroups/remove.tpl:2 +#: include/functions.inc:696 include/functions.inc:2171 +#: include/functions.inc:2175 include/functions.inc:2181 +#: include/class_tabs.inc:214 setup/setup_checks.tpl:32 +#: setup/setup_checks.tpl:93 setup/class_setupStep_Migrate.inc:211 +#: setup/class_setupStep_Migrate.inc:260 setup/class_setupStep_Migrate.inc:385 +#: setup/class_setupStep_Migrate.inc:460 setup/class_setupStep_Migrate.inc:596 +#: setup/class_setupStep_Migrate.inc:726 html/password.php:282 +#: html/index.php:50 html/index.php:56 html/index.php:408 html/index.php:414 +#: ihtml/themes/default/islocked.tpl:6 ihtml/themes/default/remove.tpl:2 +#: ihtml/themes/default/conflict.tpl:6 ihtml/themes/default/msg_dialog.tpl:57 +#: ihtml/themes/default/msg_dialog.tpl:102 +msgid "Warning" +msgstr "Attenzione" + +#: plugins/personal/posix/class_posixAccount.inc:802 +msgid "Timeout while waiting for lock! Ignoring lock." msgstr "" -#: ihtml/themes/default/pwd_heimdal.tpl:34 -#: plugins/addons/gotomasses/class_gotomasses.inc:348 +#: plugins/personal/posix/class_posixAccount.inc:896 #, fuzzy -msgid "Hour" -msgstr "ora" +msgid "Uid number" +msgstr "Numero di telefono" -#: ihtml/themes/default/pwd_heimdal.tpl:36 -#: plugins/addons/gotomasses/class_gotomasses.inc:347 -#, fuzzy -msgid "Minute" -msgstr "Stampante" - -#: ihtml/themes/default/pwd_heimdal.tpl:38 -#: plugins/addons/gotomasses/class_gotomasses.inc:346 -#, fuzzy -msgid "Day" -msgstr "giorno" +#: plugins/personal/posix/class_posixAccount.inc:896 +msgid "" +"A duplicated uid number was written for this user, if this was not intended " +"please verify all used uidNumbers." +msgstr "" -#: ihtml/themes/default/pwd_heimdal.tpl:40 -#: plugins/addons/gotomasses/class_gotomasses.inc:349 -#, fuzzy -msgid "Month" -msgstr "mese" +#: plugins/personal/posix/class_posixAccount.inc:910 +#, fuzzy, php-format +msgid "Saving of user/posix account with dn '%s' failed." +msgstr "Estenzioni Proxy Internet" -#: ihtml/themes/default/pwd_heimdal.tpl:42 -#, fuzzy -msgid "Year" -msgstr "Cerca" +#: plugins/personal/posix/class_posixAccount.inc:929 +#: plugins/personal/posix/class_posixAccount.inc:1126 +msgid "Group of user" +msgstr "Gruppo di utenti" -#: ihtml/themes/default/pwd_heimdal.tpl:47 -msgid "Valid ticket start time" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:985 +#: plugins/personal/posix/class_posixAccount.inc:1062 +msgid "The required field 'Home directory' is not set." +msgstr "Il campo necessario 'Home directory' non è vuoto" -#: ihtml/themes/default/pwd_heimdal.tpl:87 -msgid "Valid ticket end time" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:988 +#: plugins/personal/posix/class_posixAccount.inc:1065 +msgid "Please enter a valid path in 'Home directory' field." +msgstr "Inserire un nome cartella valido per il campo 'Home directory'." -#: ihtml/themes/default/pwd_heimdal.tpl:127 -#, fuzzy -msgid "Password end" -msgstr "Password" +#: plugins/personal/posix/class_posixAccount.inc:996 +msgid "Value specified as 'UID' is not valid." +msgstr "Il valore specificato per l'UID non è valido." -#: ihtml/themes/default/pwd_heimdal.tpl:198 -#: ihtml/themes/default/copyPasteDialog.tpl:19 -#: plugins/personal/generic/generic_certs.tpl:91 -#: plugins/personal/generic/generic_picture.tpl:33 -#: plugins/admin/departments/class_departmentManagement.inc:407 -#: plugins/admin/departments/dep_move_confirm.tpl:15 -#: include/class_MultiSelectWindow.inc:113 -msgid "Save" -msgstr "Salva" +#: plugins/personal/posix/class_posixAccount.inc:999 +msgid "Value specified as 'UID' is too small." +msgstr "Il valore specificato per l'UID è troppo basso." -#: 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 "" +#: plugins/personal/posix/class_posixAccount.inc:1003 +#: plugins/admin/groups/class_groupGeneric.inc:899 +msgid "Value specified as 'GID' is not valid." +msgstr "Il valore specificato per il GID non è valido." -#: ihtml/themes/default/remove.tpl:9 plugins/addons/gotomasses/remove.tpl:10 -#: plugins/admin/users/remove.tpl:10 plugins/admin/ogroups/remove.tpl:10 -#: plugins/admin/groups/remove.tpl:10 -#, 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." +#: plugins/personal/posix/class_posixAccount.inc:1006 +#: plugins/admin/groups/class_groupGeneric.inc:902 +msgid "Value specified as 'GID' is too small." +msgstr "Il valore specificato per il GID è troppo basso." -#: ihtml/themes/default/remove.tpl:13 -#: plugins/personal/posix/paste_generic.tpl:62 -#: plugins/personal/posix/generic.tpl:107 -#: plugins/personal/posix/generic.tpl:149 -#: plugins/personal/posix/generic.tpl:178 -#: plugins/addons/gotomasses/remove.tpl:15 -#: plugins/addons/gotomasses/remove.tpl:17 plugins/admin/users/remove.tpl:15 -#: plugins/admin/users/remove.tpl:18 plugins/admin/ogroups/remove.tpl:15 -#: plugins/admin/ogroups/remove.tpl:19 plugins/admin/ogroups/generic.tpl:54 -#: plugins/admin/departments/remove.tpl:15 -#: plugins/admin/departments/remove.tpl:19 plugins/admin/acl/remove.tpl:15 -#: plugins/admin/acl/remove.tpl:19 plugins/admin/groups/remove.tpl:16 -#: plugins/admin/groups/remove.tpl:20 plugins/admin/groups/generic.tpl:195 -msgid "Delete" -msgstr "Rimuovi" +#: plugins/personal/posix/class_posixAccount.inc:1014 +#: plugins/personal/posix/class_posixAccount.inc:1071 +msgid "Value specified as 'shadowMin' is not valid." +msgstr "Il valore specificato come 'shadowMin' non è valido" -#: ihtml/themes/default/islocked.tpl:2 -msgid "Locking conflict detected" -msgstr "Rilevato un conflitto di accesso" +#: plugins/personal/posix/class_posixAccount.inc:1019 +#: plugins/personal/posix/class_posixAccount.inc:1076 +msgid "Value specified as 'shadowMax' is not valid." +msgstr "Il valore specificato come 'shadowMax' non è valido" -#: ihtml/themes/default/islocked.tpl:9 -msgid "" -"If this lock detection is false, the other person has obviously closed the " -"webbrowser during the edit operation. You may want to take over the lock by " -"pressing the 'Edit anyway' button." -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:1024 +#: plugins/personal/posix/class_posixAccount.inc:1081 +msgid "Value specified as 'shadowWarning' is not valid." +msgstr "Il valore specificato come 'shadowWarning' non è valido" -#: ihtml/themes/default/MultiSelectWindow.tpl:55 -#: ihtml/themes/default/MultiSelectWindow.tpl:95 -#: plugins/personal/posix/posix_groups.tpl:21 -#: plugins/admin/ogroups/ogroup_objects.tpl:20 -#: plugins/admin/groups/group_objects.tpl:20 -msgid "Filters" -msgstr "Filtri" +#: plugins/personal/posix/class_posixAccount.inc:1027 +#: plugins/personal/posix/class_posixAccount.inc:1084 +msgid "'shadowWarning' without 'shadowMax' makes no sense." +msgstr "'shadowWarning' senza 'shadowMax' non ha senso." -#: ihtml/themes/default/password.tpl:6 -#, fuzzy -msgid "Change your password" -msgstr "Cambia la password" +#: plugins/personal/posix/class_posixAccount.inc:1030 +#: plugins/personal/posix/class_posixAccount.inc:1087 +msgid "Value specified as 'shadowWarning' should be smaller than 'shadowMax'." +msgstr "" -#: ihtml/themes/default/password.tpl:33 -#, fuzzy -msgid "Success" -msgstr "Setup completato" +#: plugins/personal/posix/class_posixAccount.inc:1033 +#: plugins/personal/posix/class_posixAccount.inc:1090 +msgid "Value specified as 'shadowWarning' should be greater than 'shadowMin'." +msgstr "" -#: ihtml/themes/default/password.tpl:33 -msgid "Your password has been changed successfully." +#: plugins/personal/posix/class_posixAccount.inc:1038 +#: plugins/personal/posix/class_posixAccount.inc:1095 +msgid "Value specified as 'shadowInactive' is not valid." msgstr "" -#: ihtml/themes/default/password.tpl:39 -#: plugins/admin/users/class_userManagement.inc:296 -#, fuzzy -msgid "Password change" -msgstr "Cambia la password" +#: plugins/personal/posix/class_posixAccount.inc:1041 +#: plugins/personal/posix/class_posixAccount.inc:1098 +msgid "'shadowInactive' without 'shadowMax' makes no sense." +msgstr "" -#: ihtml/themes/default/password.tpl:51 -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." +#: plugins/personal/posix/class_posixAccount.inc:1046 +#: plugins/personal/posix/class_posixAccount.inc:1103 +msgid "Value specified as 'shadowMin' should be smaller than 'shadowMax'." msgstr "" -#: ihtml/themes/default/password.tpl:76 ihtml/themes/default/password.tpl:77 -#: plugins/personal/password/password.tpl:11 -msgid "Current password" -msgstr "Password attuale" +#: plugins/personal/posix/class_posixAccount.inc:1305 +#: plugins/personal/generic/class_user.inc:374 +#: plugins/personal/generic/class_user.inc:471 +#: plugins/personal/generic/class_user.inc:732 +#: plugins/personal/generic/class_user.inc:1262 +#: plugins/personal/generic/main.inc:103 +#: plugins/addons/notifications/class_msgplug.inc:117 +#: plugins/addons/notifications/class_msgplug.inc:213 +#: plugins/admin/groups/class_groupGeneric.inc:711 +#: plugins/admin/groups/class_groupGeneric.inc:716 +#: plugins/admin/groups/class_groupGeneric.inc:944 include/functions.inc:1188 +#: include/functions.inc:1300 include/class_plugin.inc:621 +#: include/class_plugin.inc:653 include/class_plugin.inc:689 +#: include/class_plugin.inc:1370 include/class_CopyPasteHandler.inc:274 +#: include/class_CopyPasteHandler.inc:277 +#: include/class_CopyPasteHandler.inc:315 +#: include/class_CopyPasteHandler.inc:318 include/class_log.inc:144 +#: include/class_log.inc:152 include/class_log.inc:157 +#: include/class_log.inc:177 setup/setup_checks.tpl:30 +#: setup/setup_checks.tpl:91 setup/class_setupStep_Migrate.inc:1019 +#: html/index.php:214 html/index.php:218 +#: ihtml/themes/default/msg_dialog.tpl:55 +#: ihtml/themes/default/msg_dialog.tpl:100 +msgid "Error" +msgstr "" -#: ihtml/themes/default/password.tpl:80 ihtml/themes/default/password.tpl:81 -#: ihtml/themes/default/password.tpl:84 -#: plugins/personal/password/password.tpl:16 -#: plugins/personal/generic/password.tpl:7 plugins/admin/users/password.tpl:11 -msgid "New password" -msgstr "Nuova password" +#: plugins/personal/posix/class_posixAccount.inc:1305 +msgid "Cannot allocate a free ID: too many users!" +msgstr "" -#: ihtml/themes/default/password.tpl:84 +#: plugins/personal/posix/class_posixAccount.inc:1480 #, fuzzy -msgid "again" -msgstr "Principale" +msgid "POSIX account" +msgstr "Estenzioni FTP" -#: ihtml/themes/default/password.tpl:85 -#, fuzzy -msgid "New password repeated" -msgstr "Nuova password" +#: plugins/personal/posix/class_posixAccount.inc:1492 +#: setup/setup_migrate.tpl:217 html/getxls.php:100 html/getxls.php:135 +#: html/getxls.php:158 html/getxls.php:347 html/getxls.php:364 +msgid "User ID" +msgstr "" -#: ihtml/themes/default/password.tpl:92 +#: plugins/personal/posix/class_posixAccount.inc:1493 #, fuzzy -msgid "Change" -msgstr "Annulla" +msgid "Group ID" +msgstr "Gruppo" -#: ihtml/themes/default/password.tpl:93 +#: plugins/personal/posix/class_posixAccount.inc:1495 #, fuzzy -msgid "Click here to change your password" -msgstr "Non hai il permesso di cambiare la tua password." - -#: ihtml/themes/default/copyPasteDialog.tpl:1 -msgid "Copy & paste wizard" -msgstr "" +msgid "Force password change on login" +msgstr "Cambia la password" -#: ihtml/themes/default/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/personal/posix/class_posixAccount.inc:1496 +#, fuzzy +msgid "Shadow min" +msgstr "Mostra terminali" -#: ihtml/themes/default/copyPasteDialog.tpl:9 -msgid "Remember that some properties like taken snapshots will not be copied!" +#: plugins/personal/posix/class_posixAccount.inc:1497 +msgid "Shadow max" msgstr "" -#: 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 "" +#: plugins/personal/posix/class_posixAccount.inc:1498 +#, fuzzy +msgid "Shadow warning" +msgstr "Mostra workstation" -#: ihtml/themes/default/copyPasteDialog.tpl:24 +#: plugins/personal/posix/class_posixAccount.inc:1499 #, fuzzy -msgid "Cancel all" -msgstr "Annulla" +msgid "Shadow inactive" +msgstr "Mostra stampanti" -#: ihtml/themes/default/copyPasteDialog.tpl:30 +#: plugins/personal/posix/class_posixAccount.inc:1500 #, fuzzy -msgid "Operation complete" -msgstr "incompleto" +msgid "Shadow expire" +msgstr "Mostra persone" -#: ihtml/themes/default/copyPasteDialog.tpl:32 -#: setup/class_setupStep_Finish.inc:37 -msgid "Finish" -msgstr "Esegui" +#: plugins/personal/posix/class_posixAccount.inc:1501 +#, fuzzy +msgid "System trust model" +msgstr "Accesso ai sistemi" -#: ihtml/themes/default/sizelimit.tpl:3 -msgid "" -"The size limit option makes LDAP operations faster and saves the LDAP server " -"from getting too much load. The easiest way to handle big databases without " -"long timeouts would be to limit your search to smaller values and use " -"filters to get the entries you are looking for." +#: plugins/personal/posix/main.inc:106 plugins/personal/generic/main.inc:159 +#: plugins/admin/acl/tabs_acl.inc:61 plugins/admin/acl/tabs_acl_role.inc:47 +#: plugins/admin/groups/class_groupManagement.inc:466 +#: plugins/admin/users/class_userManagement.inc:871 +#: plugins/admin/ogroups/class_ogroupManagement.inc:400 +#: setup/setup_checks.tpl:27 setup/setup_checks.tpl:87 +#: setup/class_setupStep_Migrate.inc:217 setup/class_setupStep_Migrate.inc:266 +#: setup/class_setupStep_Migrate.inc:324 setup/class_setupStep_Migrate.inc:392 +#: setup/class_setupStep_Migrate.inc:467 setup/class_setupStep_Migrate.inc:539 +#: setup/class_setupStep_Migrate.inc:592 setup/class_setupStep_Migrate.inc:722 +#: setup/class_setupStep_Migrate.inc:877 +#: setup/class_setupStep_Migrate.inc:1635 +#: ihtml/themes/default/msg_dialog.tpl:76 +#: ihtml/themes/default/msg_dialog.tpl:78 +#: ihtml/themes/default/msg_dialog.tpl:131 +#: ihtml/themes/default/msg_dialog.tpl:133 +msgid "Ok" msgstr "" -#: ihtml/themes/default/sizelimit.tpl:6 -msgid "Please choose the way to react for this session" +#: plugins/personal/posix/main.inc:118 plugins/personal/generic/main.inc:182 +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" -#: ihtml/themes/default/sizelimit.tpl:9 -msgid "ignore this error and show all entries the LDAP server returns" -msgstr "" +#: plugins/personal/posix/main.inc:120 plugins/personal/generic/main.inc:172 +#: plugins/admin/groups/class_divListGroup.inc:171 +#: plugins/admin/users/class_divListUsers.inc:164 +msgid "Edit" +msgstr "Modifica" -#: ihtml/themes/default/sizelimit.tpl:10 +#: plugins/personal/posix/main.inc:129 +msgid "Unix settings" +msgstr "Impostazioni Unix" + +#: plugins/personal/generic/password.tpl:2 msgid "" -"ignore this error and show all entries that fit into the defined sizelimit " -"and let me use filters instead" +"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." -#: ihtml/themes/default/sizelimit.tpl:14 -#: plugins/personal/generic/generic.tpl:137 -msgid "Set" -msgstr "Imposta" +#: plugins/personal/generic/generic_picture.tpl:5 +#: plugins/personal/generic/generic_picture.tpl:15 +#: plugins/personal/generic/multiple_generic.tpl:13 +#: plugins/personal/generic/paste_generic.tpl:37 +#: plugins/personal/generic/generic.tpl:20 +#: plugins/personal/generic/generic.tpl:22 +#: plugins/personal/generic/generic.tpl:38 +msgid "Personal picture" +msgstr "Foto personale" -#: ihtml/themes/default/help.tpl:9 -msgid "GOsa help viewer" -msgstr "" +#: plugins/personal/generic/generic_picture.tpl:27 +#: plugins/personal/generic/paste_generic.tpl:52 +msgid "Remove picture" +msgstr "Elimina foto" -#: ihtml/themes/default/help.tpl:15 -msgid "Index" -msgstr "" +#: plugins/personal/generic/generic_picture.tpl:33 +#: plugins/personal/generic/generic_certs.tpl:91 +#: plugins/admin/departments/dep_move_confirm.tpl:15 +#: plugins/admin/departments/class_departmentManagement.inc:407 +#: include/class_MultiSelectWindow.inc:113 +#: ihtml/themes/default/copyPasteDialog.tpl:19 +#: ihtml/themes/default/pwd_heimdal.tpl:198 +msgid "Save" +msgstr "Salva" -#: ihtml/themes/default/help.tpl:21 setup/setup_ldap.tpl:13 -msgid "Search" -msgstr "Cerca" +#: plugins/personal/generic/multiple_generic.tpl:5 +#: plugins/personal/generic/generic.tpl:6 +msgid "Personal information" +msgstr "Informazioni personali" -#: plugins/generic/welcome/welcome.tpl:4 +#: plugins/personal/generic/multiple_generic.tpl:23 +#: plugins/personal/generic/generic.tpl:108 +#: plugins/personal/generic/class_user.inc:1424 +msgid "Academic title" +msgstr "Titolo di studio" + +#: plugins/personal/generic/multiple_generic.tpl:33 +#: plugins/personal/generic/generic.tpl:157 +msgid "Preferred langage" +msgstr "Lingua preferita" + +#: plugins/personal/generic/multiple_generic.tpl:47 +#: plugins/personal/generic/generic.tpl:170 +#: plugins/personal/generic/class_user.inc:1418 +#: plugins/admin/acl/class_divListACL.inc:134 +#: plugins/admin/acl/acl_role.tpl:27 plugins/admin/acl/class_aclRole.inc:678 +#: plugins/admin/groups/class_groupGeneric.inc:1002 +#: plugins/admin/groups/class_divListGroup.inc:151 +#: plugins/admin/groups/generic.tpl:39 +#: plugins/admin/users/class_divListUsers.inc:143 +#: plugins/admin/departments/class_divListDepartment.inc:125 +#: plugins/admin/departments/generic.tpl:35 +#: plugins/admin/departments/class_departmentGeneric.inc:571 +#: plugins/admin/ogroups/class_divListOGroup.inc:163 +#: plugins/admin/ogroups/class_ogroup.inc:750 +#: plugins/admin/ogroups/generic.tpl:26 setup/setup_ldap.tpl:55 +msgid "Base" +msgstr "Base" + +#: plugins/personal/generic/multiple_generic.tpl:53 +#: plugins/personal/generic/generic.tpl:175 +msgid "Choose subtree to place user in" +msgstr "Scegli il subtree per l'utente" + +#: plugins/personal/generic/multiple_generic.tpl:56 +#: plugins/personal/generic/generic.tpl:180 plugins/admin/acl/acl_role.tpl:37 +#: plugins/admin/groups/generic.tpl:49 +#: plugins/admin/departments/generic.tpl:45 +#: plugins/admin/ogroups/generic.tpl:34 #, fuzzy -msgid "" -"This is the GOsa main menu. You can select your tasks from the menu on the " -"left, or by choosing one of the pictograms below. All changes apply directly " -"to your companies LDAP server." -msgstr "" -"Questa è la schermata principale di GOsa. Puoi selezionare le attività " -"tramite il menù sulla sinitra o cliccando slle icone qui sotto. Tutti i " -"cambiamenti sono applicati immediatamente al server LDAP." +msgid "Select a base" +msgstr "Rimuovi" -#: plugins/generic/welcome/welcome.tpl:8 -msgid "" -"Use 'Sign out' on the upper left to close the connection and 'Main' to get " -"back to the pictogram view." -msgstr "" -"Usa Termina la sessione in alto a sinistra per uscire e " -"Principale per tornare alla schermata principale." +#: plugins/personal/generic/multiple_generic.tpl:67 +#: plugins/personal/generic/multiple_generic.tpl:285 +#: plugins/personal/generic/generic.tpl:194 +#: plugins/personal/generic/generic.tpl:389 +#: plugins/admin/departments/generic.tpl:76 +#: plugins/admin/departments/class_departmentGeneric.inc:577 +#: html/getxls.php:227 +msgid "Address" +msgstr "Indirizzo" -#: plugins/generic/welcome/welcome.tpl:15 -msgid "The GOsa team" -msgstr "Il team di GOsa" +#: plugins/personal/generic/multiple_generic.tpl:78 +#: plugins/personal/generic/generic.tpl:202 +msgid "Private phone" +msgstr "Telefono privato" -#: plugins/generic/welcome/main.inc:24 -#, php-format -msgid "Welcome %s!" -msgstr "Benvenuto %s!" +#: plugins/personal/generic/multiple_generic.tpl:88 +#: plugins/personal/generic/generic.tpl:210 +#: plugins/personal/generic/class_user.inc:1427 +msgid "Homepage" +msgstr "Home Page" -#: plugins/generic/references/class_reference.inc:22 -#: plugins/personal/posix/class_posixAccount.inc:16 -msgid "UNIX" -msgstr "Unix" +#: plugins/personal/generic/multiple_generic.tpl:105 +#: plugins/personal/generic/generic.tpl:223 +msgid "Password storage" +msgstr "Algorimo password" -#: plugins/generic/references/class_reference.inc:30 -msgid "FAX" -msgstr "FAX" +#: plugins/personal/generic/multiple_generic.tpl:117 +#: plugins/personal/generic/generic.tpl:238 +#: plugins/personal/generic/generic_certs.tpl:3 +msgid "Certificates" +msgstr "Certificati" -#: plugins/generic/references/class_reference.inc:32 -msgid "Proxy" -msgstr "Proxy" +#: plugins/personal/generic/multiple_generic.tpl:121 +#: plugins/personal/generic/generic.tpl:241 +msgid "Edit certificates" +msgstr "Modifica certificati" -#: plugins/generic/references/class_reference.inc:34 -msgid "FTP" -msgstr "FTP" +#: plugins/personal/generic/multiple_generic.tpl:137 +#: plugins/personal/generic/generic.tpl:259 +msgid "Organizational information" +msgstr "Informazioni organizzazione" -#: plugins/generic/references/class_reference.inc:36 -#: plugins/admin/ogroups/class_ogroupManagement.inc:451 -#: plugins/admin/groups/class_divListGroup.inc:165 -msgid "Group" -msgstr "Gruppo" +#: plugins/personal/generic/multiple_generic.tpl:149 +#: plugins/personal/generic/generic.tpl:271 +#: plugins/personal/generic/class_user.inc:1428 setup/setup_feedback.tpl:14 +#: html/getxls.php:299 +msgid "Organization" +msgstr "Organizzazione" -#: plugins/generic/references/class_reference.inc:38 -#: plugins/personal/generic/class_user.inc:1429 #: plugins/personal/generic/multiple_generic.tpl:159 #: plugins/personal/generic/generic.tpl:279 +#: plugins/personal/generic/class_user.inc:1429 #: plugins/admin/users/class_divListUsers.inc:61 -#: plugins/admin/ogroups/class_ogroupManagement.inc:453 #: plugins/admin/departments/class_divListDepartment.inc:137 +#: plugins/admin/ogroups/class_ogroupManagement.inc:453 +#: plugins/generic/references/class_reference.inc:38 msgid "Department" msgstr "Dipartimento" -#: plugins/generic/references/class_reference.inc:42 -#: plugins/admin/ogroups/class_ogroupManagement.inc:452 -#: plugins/admin/ogroups/tabs_ogroups.inc:122 -#: plugins/admin/groups/class_divListGroup.inc:232 -msgid "Application" -msgstr "Applicazione" +#: plugins/personal/generic/multiple_generic.tpl:169 +#: plugins/personal/generic/generic.tpl:287 +msgid "Department No." +msgstr "Dipartimento No." -#: plugins/generic/references/class_reference.inc:44 -#: plugins/addons/gotomasses/class_target_list.inc:180 -#: plugins/admin/ogroups/class_ogroupManagement.inc:454 -#: setup/setup_config2.tpl:248 setup/setup_config2.tpl:293 -msgid "Server" -msgstr "Server" +#: plugins/personal/generic/multiple_generic.tpl:179 +#: plugins/personal/generic/generic.tpl:295 +msgid "Employee No." +msgstr "Matricola" -#: plugins/generic/references/class_reference.inc:46 -msgid "Thin Client" -msgstr "" +#: plugins/personal/generic/multiple_generic.tpl:189 +#: plugins/personal/generic/generic.tpl:303 +#: plugins/personal/generic/class_user.inc:1435 +msgid "Employee type" +msgstr "Qualifica" -#: plugins/generic/references/class_reference.inc:48 -#: plugins/addons/gotomasses/class_target_list.inc:182 -#: plugins/admin/ogroups/class_ogroupManagement.inc:456 -msgid "Workstation" -msgstr "" +#: plugins/personal/generic/multiple_generic.tpl:207 +#: plugins/personal/generic/multiple_generic.tpl:418 +#: plugins/personal/generic/generic.tpl:321 +#: plugins/personal/generic/generic.tpl:503 +msgid "Room No." +msgstr "Stanza No." -#: plugins/generic/references/class_reference.inc:50 -#: plugins/addons/gotomasses/class_target_list.inc:184 -#: plugins/admin/ogroups/class_divListOGroup.inc:176 -#: plugins/admin/ogroups/class_divListOGroup.inc:294 -msgid "Object group" -msgstr "Gruppo di oggetti" +#: plugins/personal/generic/multiple_generic.tpl:217 +#: plugins/personal/generic/multiple_generic.tpl:428 +#: plugins/personal/generic/generic.tpl:330 +#: plugins/personal/generic/generic.tpl:511 +#: plugins/admin/groups/class_divListGroup.inc:234 +#: plugins/admin/users/class_divListUsers.inc:244 +#: plugins/admin/departments/generic.tpl:83 +#: plugins/admin/ogroups/class_ogroupManagement.inc:455 +#: plugins/generic/references/class_reference.inc:40 +msgid "Phone" +msgstr "Telefono" -#: plugins/generic/references/contents.tpl:11 -#: plugins/addons/gotomasses/class_target_list.inc:48 -msgid "Object name" -msgstr "Nome dell'oggetto" +#: plugins/personal/generic/multiple_generic.tpl:227 +#: plugins/personal/generic/generic.tpl:339 html/getxls.php:299 +msgid "Mobile" +msgstr "Cellulare" -#: plugins/generic/references/contents.tpl:11 -#: plugins/addons/gotomasses/class_gotomasses.inc:344 -#: plugins/admin/ogroups/class_ogroup.inc:763 -#: plugins/admin/ogroups/generic.tpl:15 -#: plugins/admin/departments/class_departmentGeneric.inc:590 -#: plugins/admin/departments/generic.tpl:16 plugins/admin/acl/acl_role.tpl:17 -#: plugins/admin/acl/class_aclRole.inc:679 plugins/admin/groups/generic.tpl:24 -#: plugins/admin/groups/class_groupGeneric.inc:1003 html/getxls.php:158 -#: html/getxls.php:287 -msgid "Description" -msgstr "Descrizione" +#: plugins/personal/generic/multiple_generic.tpl:237 +#: plugins/personal/generic/generic.tpl:347 html/getxls.php:226 +#: html/getxls.php:300 +msgid "Pager" +msgstr "Pager" -#: plugins/generic/references/contents.tpl:11 -msgid "Contents" -msgstr "Contenuti" +#: plugins/personal/generic/multiple_generic.tpl:247 +#: plugins/personal/generic/multiple_generic.tpl:438 +#: plugins/personal/generic/generic.tpl:355 +#: plugins/personal/generic/generic.tpl:523 +#: plugins/admin/users/class_divListUsers.inc:246 +#: plugins/admin/departments/generic.tpl:91 +#: plugins/admin/departments/class_departmentGeneric.inc:579 +#: html/getxls.php:222 html/getxls.php:297 +msgid "Fax" +msgstr "Fax" -#: plugins/generic/references/contents.tpl:18 -msgid "This object has no relationship to other objects." -msgstr "Questo oggetto non ha relazioni con altri oggetti." +#: plugins/personal/generic/multiple_generic.tpl:265 +#: plugins/personal/generic/generic.tpl:373 +#: plugins/personal/generic/class_user.inc:1436 +#: plugins/admin/departments/generic.tpl:56 +#: plugins/admin/departments/generic.tpl:68 +#: plugins/admin/departments/class_departmentGeneric.inc:572 +#: html/getxls.php:224 +msgid "Location" +msgstr "Località" -#: plugins/personal/password/class_password.inc:25 -#: plugins/personal/generic/class_user.inc:17 -#: plugins/personal/posix/class_posixAccount.inc:17 -#: plugins/addons/gotomasses/class_gotomasses.inc:7 -#: plugins/addons/gotomasses/class_goto_task.inc:7 -#: plugins/addons/notifications/class_msgplug.inc:7 -#: plugins/admin/users/class_userManagement.inc:25 -#: plugins/admin/ogroups/class_ogroupManagement.inc:25 -#: plugins/admin/departments/class_departmentManagement.inc:25 -#: plugins/admin/acl/class_aclRole.inc:7 -#: plugins/admin/acl/class_aclManagement.inc:25 -#: plugins/admin/groups/class_groupManagement.inc:25 include/class_acl.inc:7 -msgid "This does something" -msgstr "Questo fa qualcosa" +#: plugins/personal/generic/multiple_generic.tpl:275 +#: plugins/personal/generic/generic.tpl:381 +#: plugins/personal/generic/class_user.inc:1437 +#: plugins/admin/departments/generic.tpl:60 +#: plugins/admin/departments/class_departmentGeneric.inc:576 +#: html/getxls.php:228 html/getxls.php:301 +msgid "State" +msgstr "Stato" + +#: plugins/personal/generic/multiple_generic.tpl:302 +#: plugins/personal/generic/generic.tpl:405 +#: plugins/personal/generic/class_user.inc:1395 +msgid "Vocation" +msgstr "" + +#: plugins/personal/generic/multiple_generic.tpl:312 +#: plugins/personal/generic/generic.tpl:413 +#: plugins/personal/generic/class_user.inc:1398 +msgid "Unit description" +msgstr "Descrizoione unità" + +#: plugins/personal/generic/multiple_generic.tpl:323 +#: plugins/personal/generic/generic.tpl:422 +#: plugins/personal/generic/class_user.inc:1399 +msgid "Subject area" +msgstr "" + +#: plugins/personal/generic/multiple_generic.tpl:334 +#: plugins/personal/generic/generic.tpl:431 +#: plugins/personal/generic/class_user.inc:1400 +msgid "Functional title" +msgstr "Funzione" + +#: plugins/personal/generic/multiple_generic.tpl:345 +#: plugins/personal/generic/generic.tpl:440 +#: plugins/personal/generic/class_user.inc:1404 +#: plugins/admin/acl/class_divListACL.inc:147 +#: plugins/admin/acl/class_divListACL.inc:206 +#: plugins/admin/acl/class_aclRole.inc:668 +msgid "Role" +msgstr "Ruolo" + +#: plugins/personal/generic/multiple_generic.tpl:360 +#: plugins/personal/generic/generic.tpl:454 +#: plugins/personal/generic/class_user.inc:1397 +msgid "Person locality" +msgstr "Località personale" -#: plugins/personal/password/class_password.inc:77 -#: plugins/personal/password/class_password.inc:80 -#: plugins/personal/password/class_password.inc:83 -#: plugins/personal/password/class_password.inc:86 -#: plugins/personal/password/class_password.inc:89 -#: plugins/personal/password/class_password.inc:92 -#: plugins/personal/password/class_password.inc:106 -#: plugins/personal/password/class_password.inc:112 -#: plugins/personal/password/class_password.inc:140 -#: plugins/personal/generic/class_user.inc:1419 -#, fuzzy -msgid "User password" -msgstr "Nuova password" +#: plugins/personal/generic/multiple_generic.tpl:371 +#: plugins/personal/generic/generic.tpl:463 +#: plugins/personal/generic/class_user.inc:1393 +msgid "Unit" +msgstr "Unità" -#: plugins/personal/password/class_password.inc:78 -msgid "You need to specify your current password in order to proceed." -msgstr "Devi specificare la tua 'Password attuale' per procedere." +#: plugins/personal/generic/multiple_generic.tpl:382 +#: plugins/personal/generic/generic.tpl:472 +#: plugins/personal/generic/class_user.inc:1403 +msgid "Street" +msgstr "Strada" -#: plugins/personal/password/class_password.inc:81 -#: plugins/personal/generic/main.inc:80 -#: plugins/admin/users/class_userManagement.inc:189 html/password.php:195 -msgid "" -"The passwords you've entered as 'New password' and 'Repeated new password' " -"do not match." -msgstr "Le password nuova e ripetuta non corrispondono" +#: plugins/personal/generic/multiple_generic.tpl:392 +#: plugins/personal/generic/generic.tpl:480 +#: plugins/personal/generic/class_user.inc:1405 html/getxls.php:227 +msgid "Postal code" +msgstr "CAP" -#: plugins/personal/password/class_password.inc:84 -#: plugins/personal/generic/main.inc:85 -#: plugins/admin/users/class_userManagement.inc:194 html/password.php:198 -msgid "The password you've entered as 'New password' is empty." -msgstr "La password immessa come 'Nuova password' è vuota" +#: plugins/personal/generic/multiple_generic.tpl:402 +#: plugins/personal/generic/generic.tpl:488 +#: plugins/personal/generic/class_user.inc:1394 +msgid "House identifier" +msgstr "Identificativo della casa" -#: plugins/personal/password/class_password.inc:87 html/password.php:206 -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/generic/multiple_generic.tpl:449 +#: plugins/personal/generic/generic.tpl:532 +#: plugins/personal/generic/class_user.inc:1396 +msgid "Last delivery" +msgstr "Ultimo recapito" -#: plugins/personal/password/class_password.inc:90 html/password.php:211 -msgid "The password used as new is to short." -msgstr "La 'Nuova password' immessa è troppo corta." +#: plugins/personal/generic/multiple_generic.tpl:460 +#: plugins/personal/generic/generic.tpl:541 +#: plugins/personal/generic/class_user.inc:1402 +msgid "Public visible" +msgstr "Pubblico" -#: plugins/personal/password/class_password.inc:93 -#, 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/generic/paste_generic.tpl:1 +#, fuzzy +msgid "User settings" +msgstr "Opzioni di posta dell'identità" -#: plugins/personal/password/class_password.inc:107 -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/generic/paste_generic.tpl:7 +#: plugins/personal/generic/generic.tpl:49 plugins/admin/users/template.tpl:23 +#, fuzzy +msgid "Last name" +msgstr "Scegli il tuo numero di telefono personale" -#: plugins/personal/password/class_password.inc:113 +#: plugins/personal/generic/paste_generic.tpl:11 +#: plugins/personal/generic/generic.tpl:69 plugins/admin/users/template.tpl:27 #, fuzzy -msgid "You have no permission to change your password." -msgstr "Non hai il permesso di cambiare la tua password." +msgid "First name" +msgstr "Liste di blocco" -#: plugins/personal/password/nochange.tpl:2 +#: plugins/personal/generic/paste_generic.tpl:15 +#: plugins/personal/generic/generic.tpl:82 plugins/admin/users/template.tpl:32 +msgid "Login" +msgstr "Nome utente" + +#: plugins/personal/generic/paste_generic.tpl:23 #, fuzzy -msgid "Password change not allowed" -msgstr "Cambia la password" +msgid "Clear password" +msgstr "Nuova password" -#: plugins/personal/password/nochange.tpl:6 +#: plugins/personal/generic/paste_generic.tpl:24 #, fuzzy -msgid "You are not allowed to change your password at this time" -msgstr "Non hai il permesso di cambiare la tua password." +msgid "Set new password" +msgstr "Cambia password" -#: 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 "" -"Hai cambiato con successo la tua password. Ricorda di cambiare tutto i " -"programmmi configurati per usarla." +#: plugins/personal/generic/paste_generic.tpl:47 +#: plugins/personal/generic/class_user.inc:1438 +#, fuzzy +msgid "User picture" +msgstr "Foto personale" -#: plugins/personal/password/changed.tpl:9 -#: plugins/personal/generic/main.inc:169 -#: plugins/admin/departments/class_departmentManagement.inc:444 -#: plugins/admin/departments/dep_iframe.tpl:18 setup/class_setup.inc:261 -#: setup/class_setup.inc:263 include/functions.inc:1496 -msgid "Back" -msgstr "Indietro" +#: plugins/personal/generic/generic.tpl:29 +#: plugins/personal/generic/generic.tpl:40 +msgid "Change picture" +msgstr "Cambia foto" -#: plugins/personal/password/password.tpl:2 -msgid "" -"To change your personal password use the fields below. The changes take " -"effect immediately. Please memorize the new password, because you wouldn't " -"be able to login without it." +#: plugins/personal/generic/generic.tpl:52 +#: plugins/personal/generic/generic.tpl:73 +#: plugins/personal/generic/generic.tpl:89 plugins/admin/groups/generic.tpl:14 +msgid "Multiple edit" msgstr "" -"Per cambiare la tua password usa i campi qui sotto. I cambiamenti avrenno " -"effetto immediatamente. Memorizza la nuova password perché non sarai in " -"grado di connetterti senza di essa." -#: plugins/personal/password/password.tpl:6 plugins/admin/users/password.tpl:6 -msgid "" -"Changing the password affects your authentification on mail, proxy, samba " -"and unix services." -msgstr "" -"Cambiare la passord influisce sull'autenticazione su posta, proxu Internet, " -"Samba e Unix." +#: plugins/personal/generic/generic.tpl:62 +#, fuzzy +msgid "Template name" +msgstr "Template" -#: plugins/personal/password/password.tpl:21 -#: plugins/personal/generic/password.tpl:11 -#: plugins/admin/users/password.tpl:15 -msgid "Repeat new password" -msgstr "Ripeti la password" +#: plugins/personal/generic/generic.tpl:98 +#: plugins/personal/generic/class_user.inc:1423 +msgid "Personal title" +msgstr "Titolo onorifico" -#: plugins/personal/password/password.tpl:30 -#: plugins/personal/generic/password.tpl:17 -#: plugins/admin/users/password.tpl:21 -msgid "Set password" -msgstr "Cambia password" +#: plugins/personal/generic/generic.tpl:119 +#: plugins/personal/generic/class_user.inc:1430 +msgid "Date of birth" +msgstr "Data di nascita" -#: plugins/personal/password/password.tpl:32 -msgid "Clear fields" -msgstr "Ripulisci i campi" +#: plugins/personal/generic/generic.tpl:137 +#: ihtml/themes/default/sizelimit.tpl:14 +msgid "Set" +msgstr "Imposta" -#: plugins/personal/password/main.inc:46 setup/setup_config1.tpl:136 -#, fuzzy -msgid "Password settings" -msgstr "Opzioni di posta dell'identità" +#: plugins/personal/generic/generic.tpl:144 html/getxls.php:86 +#: html/getxls.php:281 +msgid "Sex" +msgstr "Sesso" -#: plugins/personal/generic/generic_certs.tpl:3 -#: plugins/personal/generic/multiple_generic.tpl:117 -#: plugins/personal/generic/generic.tpl:238 -msgid "Certificates" -msgstr "Certificati" +#: plugins/personal/generic/generic.tpl:230 include/functions.inc:936 +msgid "Configure" +msgstr "Configura" + +#: plugins/personal/generic/generic.tpl:517 +msgid "Please use the phone tab" +msgstr "Usa il tab del telefono" #: plugins/personal/generic/generic_certs.tpl:8 msgid "Standard certificate" @@ -1164,11 +1190,11 @@ msgstr "Certificato standard" #: plugins/personal/generic/generic_certs.tpl:21 #: plugins/personal/generic/generic_certs.tpl:45 #: plugins/personal/generic/generic_certs.tpl:69 -#: plugins/admin/users/class_divListUsers.inc:168 -#: plugins/admin/ogroups/class_divListOGroup.inc:185 -#: plugins/admin/departments/class_divListDepartment.inc:141 #: plugins/admin/acl/class_divListACL.inc:153 #: plugins/admin/groups/class_divListGroup.inc:173 +#: plugins/admin/users/class_divListUsers.inc:168 +#: plugins/admin/departments/class_divListDepartment.inc:141 +#: plugins/admin/ogroups/class_divListOGroup.inc:185 msgid "Remove" msgstr "Rimuovi" @@ -1176,74 +1202,14 @@ msgstr "Rimuovi" msgid "S/MIME certificate" msgstr "Certificato S/MIME" -#: plugins/personal/generic/generic_certs.tpl:57 -msgid "PKCS12 certificate" -msgstr "Certificato PKCS12" - -#: plugins/personal/generic/generic_certs.tpl:78 -#: plugins/personal/generic/class_user.inc:1401 -msgid "Certificate serial number" -msgstr "Numero seriale del certificato" - -#: plugins/personal/generic/class_user.inc:265 -#: plugins/personal/posix/class_posixAccount.inc:494 -msgid "January" -msgstr "Gennaio" - -#: plugins/personal/generic/class_user.inc:265 -#: plugins/personal/posix/class_posixAccount.inc:494 -msgid "February" -msgstr "Febbraio" - -#: plugins/personal/generic/class_user.inc:265 -#: plugins/personal/posix/class_posixAccount.inc:494 -msgid "March" -msgstr "Marzo" - -#: plugins/personal/generic/class_user.inc:265 -#: plugins/personal/posix/class_posixAccount.inc:494 -msgid "April" -msgstr "Aprile" - -#: plugins/personal/generic/class_user.inc:266 -#: plugins/personal/posix/class_posixAccount.inc:495 -msgid "May" -msgstr "Maggio" - -#: plugins/personal/generic/class_user.inc:266 -#: plugins/personal/posix/class_posixAccount.inc:495 -msgid "June" -msgstr "Giugno" - -#: plugins/personal/generic/class_user.inc:266 -#: plugins/personal/posix/class_posixAccount.inc:495 -msgid "July" -msgstr "Luglio" - -#: plugins/personal/generic/class_user.inc:266 -#: plugins/personal/posix/class_posixAccount.inc:495 -msgid "August" -msgstr "Agosto" - -#: plugins/personal/generic/class_user.inc:266 -#: plugins/personal/posix/class_posixAccount.inc:495 -msgid "September" -msgstr "Settembre" - -#: plugins/personal/generic/class_user.inc:267 -#: plugins/personal/posix/class_posixAccount.inc:496 -msgid "October" -msgstr "Ottobre" - -#: plugins/personal/generic/class_user.inc:267 -#: plugins/personal/posix/class_posixAccount.inc:496 -msgid "November" -msgstr "Novembre" +#: plugins/personal/generic/generic_certs.tpl:57 +msgid "PKCS12 certificate" +msgstr "Certificato PKCS12" -#: plugins/personal/generic/class_user.inc:267 -#: plugins/personal/posix/class_posixAccount.inc:496 -msgid "December" -msgstr "Dicembre" +#: plugins/personal/generic/generic_certs.tpl:78 +#: plugins/personal/generic/class_user.inc:1401 +msgid "Certificate serial number" +msgstr "Numero seriale del certificato" #: plugins/personal/generic/class_user.inc:276 msgid "female" @@ -1289,7 +1255,7 @@ msgstr "invalido" msgid "No certificate installed" msgstr "Non ci sono certificati installati" -#: plugins/personal/generic/class_user.inc:554 +#: plugins/personal/generic/class_user.inc:554 html/password.php:161 #, fuzzy msgid "Password method" msgstr "Algorimo password" @@ -1354,7 +1320,7 @@ msgstr "" #: plugins/personal/generic/class_user.inc:1158 #: plugins/personal/generic/class_user.inc:1529 #: plugins/personal/generic/class_user.inc:1550 -#: plugins/admin/departments/class_departmentGeneric.inc:276 +#: plugins/admin/departments/class_departmentGeneric.inc:264 msgid "The field 'Name' contains invalid characters." msgstr "" @@ -1367,13 +1333,13 @@ msgstr "" #: plugins/personal/generic/class_user.inc:1141 #: plugins/personal/generic/class_user.inc:1535 -#: plugins/admin/departments/class_departmentGeneric.inc:279 +#: plugins/admin/departments/class_departmentGeneric.inc:267 msgid "The field 'Phone' contains an invalid phone number." msgstr "" #: plugins/personal/generic/class_user.inc:1144 #: plugins/personal/generic/class_user.inc:1538 -#: plugins/admin/departments/class_departmentGeneric.inc:282 +#: plugins/admin/departments/class_departmentGeneric.inc:270 msgid "The field 'Fax' contains an invalid phone number." msgstr "" @@ -1392,81 +1358,6 @@ msgstr "" msgid "Cannot open certificate!" msgstr "Impossibile aprite il certificato selezionato!" -#: plugins/personal/generic/class_user.inc:1393 -#: plugins/personal/generic/multiple_generic.tpl:371 -#: plugins/personal/generic/generic.tpl:463 -msgid "Unit" -msgstr "Unità" - -#: plugins/personal/generic/class_user.inc:1394 -#: plugins/personal/generic/multiple_generic.tpl:402 -#: plugins/personal/generic/generic.tpl:488 -msgid "House identifier" -msgstr "Identificativo della casa" - -#: plugins/personal/generic/class_user.inc:1395 -#: plugins/personal/generic/multiple_generic.tpl:302 -#: plugins/personal/generic/generic.tpl:405 -msgid "Vocation" -msgstr "" - -#: plugins/personal/generic/class_user.inc:1396 -#: plugins/personal/generic/multiple_generic.tpl:449 -#: plugins/personal/generic/generic.tpl:532 -msgid "Last delivery" -msgstr "Ultimo recapito" - -#: plugins/personal/generic/class_user.inc:1397 -#: plugins/personal/generic/multiple_generic.tpl:360 -#: plugins/personal/generic/generic.tpl:454 -msgid "Person locality" -msgstr "Località personale" - -#: plugins/personal/generic/class_user.inc:1398 -#: plugins/personal/generic/multiple_generic.tpl:312 -#: plugins/personal/generic/generic.tpl:413 -msgid "Unit description" -msgstr "Descrizoione unità" - -#: plugins/personal/generic/class_user.inc:1399 -#: plugins/personal/generic/multiple_generic.tpl:323 -#: plugins/personal/generic/generic.tpl:422 -msgid "Subject area" -msgstr "" - -#: plugins/personal/generic/class_user.inc:1400 -#: plugins/personal/generic/multiple_generic.tpl:334 -#: plugins/personal/generic/generic.tpl:431 -msgid "Functional title" -msgstr "Funzione" - -#: plugins/personal/generic/class_user.inc:1402 -#: plugins/personal/generic/multiple_generic.tpl:460 -#: plugins/personal/generic/generic.tpl:541 -msgid "Public visible" -msgstr "Pubblico" - -#: plugins/personal/generic/class_user.inc:1403 -#: plugins/personal/generic/multiple_generic.tpl:382 -#: plugins/personal/generic/generic.tpl:472 -msgid "Street" -msgstr "Strada" - -#: plugins/personal/generic/class_user.inc:1404 -#: plugins/personal/generic/multiple_generic.tpl:345 -#: plugins/personal/generic/generic.tpl:440 -#: plugins/admin/acl/class_aclRole.inc:668 -#: plugins/admin/acl/class_divListACL.inc:147 -#: plugins/admin/acl/class_divListACL.inc:206 -msgid "Role" -msgstr "Ruolo" - -#: plugins/personal/generic/class_user.inc:1405 -#: plugins/personal/generic/multiple_generic.tpl:392 -#: plugins/personal/generic/generic.tpl:480 html/getxls.php:227 -msgid "Postal code" -msgstr "CAP" - #: plugins/personal/generic/class_user.inc:1409 #, fuzzy msgid "Generic user settings" @@ -1479,25 +1370,6 @@ msgstr "Impostazioni generali delle code" msgid "Users" msgstr "Utenti" -#: plugins/personal/generic/class_user.inc:1418 -#: plugins/personal/generic/multiple_generic.tpl:47 -#: plugins/personal/generic/generic.tpl:170 -#: plugins/addons/gotomasses/class_target_list.inc:130 -#: plugins/admin/users/class_divListUsers.inc:143 -#: plugins/admin/ogroups/class_ogroup.inc:762 -#: plugins/admin/ogroups/generic.tpl:26 -#: plugins/admin/ogroups/class_divListOGroup.inc:163 -#: plugins/admin/departments/class_departmentGeneric.inc:592 -#: plugins/admin/departments/class_divListDepartment.inc:125 -#: plugins/admin/departments/generic.tpl:35 plugins/admin/acl/acl_role.tpl:27 -#: plugins/admin/acl/class_aclRole.inc:678 -#: plugins/admin/acl/class_divListACL.inc:134 -#: plugins/admin/groups/class_divListGroup.inc:151 -#: plugins/admin/groups/generic.tpl:39 -#: plugins/admin/groups/class_groupGeneric.inc:1002 setup/setup_ldap.tpl:55 -msgid "Base" -msgstr "Base" - #: plugins/personal/generic/class_user.inc:1420 html/getxls.php:301 msgid "Surename" msgstr "Cognome" @@ -1512,17 +1384,6 @@ msgstr "Nome" msgid "User identification" msgstr "Amministrazione utenti" -#: plugins/personal/generic/class_user.inc:1423 -#: plugins/personal/generic/generic.tpl:98 -msgid "Personal title" -msgstr "Titolo onorifico" - -#: plugins/personal/generic/class_user.inc:1424 -#: plugins/personal/generic/multiple_generic.tpl:23 -#: plugins/personal/generic/generic.tpl:108 -msgid "Academic title" -msgstr "Titolo di studio" - #: plugins/personal/generic/class_user.inc:1425 html/getxls.php:224 msgid "Home postal address" msgstr "" @@ -1532,24 +1393,6 @@ msgstr "" msgid "Home phone number" msgstr "Numero di telefono" -#: plugins/personal/generic/class_user.inc:1427 -#: plugins/personal/generic/multiple_generic.tpl:88 -#: plugins/personal/generic/generic.tpl:210 -msgid "Homepage" -msgstr "Home Page" - -#: plugins/personal/generic/class_user.inc:1428 -#: plugins/personal/generic/multiple_generic.tpl:149 -#: plugins/personal/generic/generic.tpl:271 setup/setup_feedback.tpl:14 -#: html/getxls.php:299 -msgid "Organization" -msgstr "Organizzazione" - -#: plugins/personal/generic/class_user.inc:1430 -#: plugins/personal/generic/generic.tpl:119 -msgid "Date of birth" -msgstr "Data di nascita" - #: plugins/personal/generic/class_user.inc:1431 #, fuzzy msgid "Gender" @@ -1560,1016 +1403,1049 @@ msgstr "Generale" msgid "Preferred language" msgstr "Lingua preferita" -#: plugins/personal/generic/class_user.inc:1433 -#, fuzzy -msgid "Department number" -msgstr "Dipartimento" - -#: plugins/personal/generic/class_user.inc:1434 -#, fuzzy -msgid "Employee number" -msgstr "Qualifica" - -#: plugins/personal/generic/class_user.inc:1435 -#: plugins/personal/generic/multiple_generic.tpl:189 -#: plugins/personal/generic/generic.tpl:303 -msgid "Employee type" -msgstr "Qualifica" - -#: plugins/personal/generic/class_user.inc:1436 -#: plugins/personal/generic/multiple_generic.tpl:265 -#: plugins/personal/generic/generic.tpl:373 -#: plugins/admin/departments/class_departmentGeneric.inc:593 -#: plugins/admin/departments/generic.tpl:56 -#: plugins/admin/departments/generic.tpl:68 html/getxls.php:224 -msgid "Location" -msgstr "Località" - -#: plugins/personal/generic/class_user.inc:1437 -#: plugins/personal/generic/multiple_generic.tpl:275 -#: plugins/personal/generic/generic.tpl:381 -#: plugins/admin/departments/class_departmentGeneric.inc:597 -#: plugins/admin/departments/generic.tpl:60 html/getxls.php:228 -#: html/getxls.php:301 -msgid "State" -msgstr "Stato" - -#: plugins/personal/generic/class_user.inc:1438 -#: plugins/personal/generic/paste_generic.tpl:47 -#, fuzzy -msgid "User picture" -msgstr "Foto personale" - -#: plugins/personal/generic/class_user.inc:1439 -#, fuzzy -msgid "Room number" -msgstr "Numero di telefono" - -#: plugins/personal/generic/class_user.inc:1440 -#, fuzzy -msgid "Telefon number" -msgstr "Numero di telefono" - -#: plugins/personal/generic/class_user.inc:1441 -#, fuzzy -msgid "Mobile number" -msgstr "Cellulare" - -#: plugins/personal/generic/class_user.inc:1442 -#, fuzzy -msgid "Pager number" -msgstr "Numero di telefono" - -#: plugins/personal/generic/class_user.inc:1443 -#, fuzzy -msgid "User certificates" -msgstr "Certificato standard" - -#: plugins/personal/generic/class_user.inc:1445 html/getxls.php:226 -#: html/getxls.php:298 html/getxls.php:300 -msgid "Postal address" -msgstr "CAP" - -#: plugins/personal/generic/class_user.inc:1446 -#, fuzzy -msgid "Fax number" -msgstr "Numero di telefono" - -#: plugins/personal/generic/multiple_generic.tpl:5 -#: plugins/personal/generic/generic.tpl:6 -msgid "Personal information" -msgstr "Informazioni personali" - -#: plugins/personal/generic/multiple_generic.tpl:13 -#: plugins/personal/generic/paste_generic.tpl:37 -#: plugins/personal/generic/generic.tpl:20 -#: plugins/personal/generic/generic.tpl:22 -#: plugins/personal/generic/generic.tpl:38 -#: plugins/personal/generic/generic_picture.tpl:5 -#: plugins/personal/generic/generic_picture.tpl:15 -msgid "Personal picture" -msgstr "Foto personale" - -#: plugins/personal/generic/multiple_generic.tpl:33 -#: plugins/personal/generic/generic.tpl:157 -msgid "Preferred langage" -msgstr "Lingua preferita" - -#: plugins/personal/generic/multiple_generic.tpl:53 -#: plugins/personal/generic/generic.tpl:175 -msgid "Choose subtree to place user in" -msgstr "Scegli il subtree per l'utente" - -#: plugins/personal/generic/multiple_generic.tpl:56 -#: plugins/personal/generic/generic.tpl:180 -#: plugins/admin/ogroups/generic.tpl:34 -#: plugins/admin/departments/generic.tpl:45 plugins/admin/acl/acl_role.tpl:37 -#: plugins/admin/groups/generic.tpl:49 -#, fuzzy -msgid "Select a base" -msgstr "Rimuovi" - -#: plugins/personal/generic/multiple_generic.tpl:67 -#: plugins/personal/generic/multiple_generic.tpl:285 -#: plugins/personal/generic/generic.tpl:194 -#: plugins/personal/generic/generic.tpl:389 -#: plugins/admin/departments/class_departmentGeneric.inc:598 -#: plugins/admin/departments/generic.tpl:76 html/getxls.php:227 -msgid "Address" -msgstr "Indirizzo" - -#: plugins/personal/generic/multiple_generic.tpl:78 -#: plugins/personal/generic/generic.tpl:202 -msgid "Private phone" -msgstr "Telefono privato" - -#: plugins/personal/generic/multiple_generic.tpl:105 -#: plugins/personal/generic/generic.tpl:223 -msgid "Password storage" -msgstr "Algorimo password" - -#: plugins/personal/generic/multiple_generic.tpl:121 -#: plugins/personal/generic/generic.tpl:241 -msgid "Edit certificates" -msgstr "Modifica certificati" - -#: plugins/personal/generic/multiple_generic.tpl:137 -#: plugins/personal/generic/generic.tpl:259 -msgid "Organizational information" -msgstr "Informazioni organizzazione" - -#: plugins/personal/generic/multiple_generic.tpl:169 -#: plugins/personal/generic/generic.tpl:287 -msgid "Department No." -msgstr "Dipartimento No." +#: plugins/personal/generic/class_user.inc:1433 +#, fuzzy +msgid "Department number" +msgstr "Dipartimento" -#: plugins/personal/generic/multiple_generic.tpl:179 -#: plugins/personal/generic/generic.tpl:295 -msgid "Employee No." -msgstr "Matricola" +#: plugins/personal/generic/class_user.inc:1434 +#, fuzzy +msgid "Employee number" +msgstr "Qualifica" -#: plugins/personal/generic/multiple_generic.tpl:207 -#: plugins/personal/generic/multiple_generic.tpl:418 -#: plugins/personal/generic/generic.tpl:321 -#: plugins/personal/generic/generic.tpl:503 -msgid "Room No." -msgstr "Stanza No." +#: plugins/personal/generic/class_user.inc:1439 +#, fuzzy +msgid "Room number" +msgstr "Numero di telefono" -#: plugins/personal/generic/multiple_generic.tpl:227 -#: plugins/personal/generic/generic.tpl:339 html/getxls.php:299 -msgid "Mobile" +#: plugins/personal/generic/class_user.inc:1440 +#, fuzzy +msgid "Telefon number" +msgstr "Numero di telefono" + +#: plugins/personal/generic/class_user.inc:1441 +#, fuzzy +msgid "Mobile number" msgstr "Cellulare" -#: plugins/personal/generic/multiple_generic.tpl:237 -#: plugins/personal/generic/generic.tpl:347 html/getxls.php:226 -#: html/getxls.php:300 -msgid "Pager" -msgstr "Pager" +#: plugins/personal/generic/class_user.inc:1442 +#, fuzzy +msgid "Pager number" +msgstr "Numero di telefono" -#: plugins/personal/generic/paste_generic.tpl:1 +#: plugins/personal/generic/class_user.inc:1443 #, fuzzy -msgid "User settings" -msgstr "Opzioni di posta dell'identità" +msgid "User certificates" +msgstr "Certificato standard" -#: plugins/personal/generic/paste_generic.tpl:7 -#: plugins/personal/generic/generic.tpl:49 plugins/admin/users/template.tpl:23 +#: plugins/personal/generic/class_user.inc:1445 html/getxls.php:226 +#: html/getxls.php:298 html/getxls.php:300 +msgid "Postal address" +msgstr "CAP" + +#: plugins/personal/generic/class_user.inc:1446 #, fuzzy -msgid "Last name" -msgstr "Scegli il tuo numero di telefono personale" +msgid "Fax number" +msgstr "Numero di telefono" -#: plugins/personal/generic/paste_generic.tpl:11 -#: plugins/personal/generic/generic.tpl:69 plugins/admin/users/template.tpl:27 +#: plugins/personal/generic/main.inc:103 #, fuzzy -msgid "First name" -msgstr "Liste di blocco" +msgid "You have no permission to set your password!" +msgstr "Non hai il permesso di cambiare la tua password." -#: plugins/personal/generic/paste_generic.tpl:15 -#: plugins/personal/generic/generic.tpl:82 plugins/admin/users/template.tpl:32 -msgid "Login" -msgstr "Nome utente" +#: plugins/personal/generic/main.inc:194 +msgid "Generic user information" +msgstr "Informazioni generali" -#: plugins/personal/generic/paste_generic.tpl:23 +#: plugins/addons/notifications/class_msgplug.inc:6 +#: plugins/addons/notifications/main.inc:47 #, fuzzy -msgid "Clear password" -msgstr "Nuova password" +msgid "Notifications" +msgstr "Località" -#: plugins/personal/generic/paste_generic.tpl:24 +#: plugins/addons/notifications/class_msgplug.inc:36 +#: plugins/admin/groups/class_groupGeneric.inc:998 +#: plugins/admin/groups/class_groupManagement.inc:24 include/class_acl.inc:196 +#: html/getxls.php:124 html/getxls.php:126 html/getxls.php:309 +msgid "Groups" +msgstr "Gruppi di utenti" + +#: plugins/addons/notifications/class_msgplug.inc:99 +#: plugins/admin/acl/class_aclManagement.inc:160 +#: plugins/admin/acl/class_aclManagement.inc:197 +#: plugins/admin/acl/class_aclManagement.inc:250 +#: plugins/admin/acl/class_aclManagement.inc:274 +#: plugins/admin/acl/class_aclManagement.inc:313 +#: plugins/admin/acl/class_aclManagement.inc:337 +#: plugins/admin/groups/class_groupManagement.inc:334 +#: plugins/admin/groups/class_groupManagement.inc:387 +#: plugins/admin/groups/class_groupManagement.inc:418 +#: plugins/admin/departments/class_departmentManagement.inc:206 +#: plugins/admin/departments/class_departmentManagement.inc:254 +#: plugins/admin/departments/class_departmentManagement.inc:273 +#: plugins/admin/ogroups/class_ogroupManagement.inc:215 +#: plugins/admin/ogroups/class_ogroupManagement.inc:267 +#: plugins/admin/ogroups/class_ogroupManagement.inc:294 #, fuzzy -msgid "Set new password" -msgstr "Cambia password" +msgid "Permission error" +msgstr "Permessi" -#: plugins/personal/generic/paste_generic.tpl:52 -#: plugins/personal/generic/generic_picture.tpl:27 -msgid "Remove picture" -msgstr "Elimina foto" +#: plugins/addons/notifications/class_msgplug.inc:99 +#, fuzzy +msgid "You have no permissions to send a message!" +msgstr "Non hai il permesso di cambiare la tua password." -#: 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/addons/notifications/class_msgplug.inc:103 +#: plugins/addons/notifications/class_msgplug.inc:111 +#: plugins/admin/groups/class_groupGeneric.inc:137 +#: plugins/admin/groups/class_groupGeneric.inc:532 +#: include/utils/class_timezone.inc:51 +#: include/password-methods/class_password-methods-sha.inc:46 +#: include/password-methods/class_password-methods-ssha.inc:51 +#: include/functions.inc:602 include/functions.inc:2522 +#: include/functions.inc:2541 include/class_plugin.inc:1133 +#: include/class_plugin.inc:1145 include/class_pluglist.inc:148 +#: include/class_config.inc:556 include/class_CopyPasteHandler.inc:91 +#: include/class_CopyPasteHandler.inc:99 +#: include/class_CopyPasteHandler.inc:148 +#: include/class_CopyPasteHandler.inc:156 +#: include/class_CopyPasteHandler.inc:165 html/index.php:206 +#, fuzzy +msgid "Configuration error" +msgstr "File di configurazione" -#: plugins/personal/generic/generic.tpl:29 -#: plugins/personal/generic/generic.tpl:40 -msgid "Change picture" -msgstr "Cambia foto" +#: plugins/addons/notifications/class_msgplug.inc:103 +#, php-format +msgid "Missing '%s' directive in configuration!" +msgstr "" -#: plugins/personal/generic/generic.tpl:52 -#: plugins/personal/generic/generic.tpl:73 -#: plugins/personal/generic/generic.tpl:89 plugins/admin/groups/generic.tpl:14 -msgid "Multiple edit" +#: plugins/addons/notifications/class_msgplug.inc:111 +#, php-format +msgid "'%s' defined for the '%s' directive cannot be executed!" msgstr "" -#: plugins/personal/generic/generic.tpl:62 +#: plugins/addons/notifications/class_msgplug.inc:117 #, fuzzy -msgid "Template name" -msgstr "Template" +msgid "Please specify at least one recipient to send a message!" +msgstr "Prego inserire un numero di telefono valido!" -#: plugins/personal/generic/generic.tpl:144 html/getxls.php:86 -#: html/getxls.php:281 -msgid "Sex" -msgstr "Sesso" +#: plugins/addons/notifications/class_msgplug.inc:213 +#, fuzzy, php-format +msgid "Cannot find a DESC tag in file '%s'!" +msgstr "Rimuovi" -#: plugins/personal/generic/generic.tpl:230 include/functions.inc:923 -msgid "Configure" -msgstr "Configura" +#: plugins/addons/notifications/class_msgplug.inc:240 +#, fuzzy +msgid "Notification" +msgstr "Località" -#: plugins/personal/generic/generic.tpl:517 -msgid "Please use the phone tab" -msgstr "Usa il tab del telefono" +#: plugins/addons/notifications/class_msgplug.inc:241 +#: plugins/addons/notifications/class_msgplug.inc:246 +#, fuzzy +msgid "Notification plugin" +msgstr "Non ci sono certificati installati" -#: plugins/personal/generic/main.inc:103 +#: plugins/addons/notifications/class_msgplug.inc:249 #, fuzzy -msgid "You have no permission to set your password!" -msgstr "Non hai il permesso di cambiare la tua password." +msgid "Allow sending notifications" +msgstr "Opzioni applicazione" -#: plugins/personal/generic/main.inc:172 plugins/personal/posix/main.inc:120 -#: plugins/addons/gotomasses/class_divListMasses.inc:125 -#: plugins/admin/users/class_divListUsers.inc:164 -#: plugins/admin/groups/class_divListGroup.inc:171 -msgid "Edit" -msgstr "Modifica" +#: plugins/addons/notifications/contents.tpl:2 +#, fuzzy +msgid "Notification target" +msgstr "Non ci sono certificati installati" -#: plugins/personal/generic/main.inc:182 plugins/personal/posix/main.inc:118 -msgid "Click the 'Edit' button below to change informations in this dialog" +#: plugins/addons/notifications/contents.tpl:7 +msgid "Use target from" msgstr "" -"Click sul bottone 'Modifica' qui sotto per cambiare le informazioni in " -"questo dialogo" -#: plugins/personal/generic/main.inc:194 -msgid "Generic user information" -msgstr "Informazioni generali" +#: plugins/addons/notifications/contents.tpl:12 +#: plugins/admin/acl/acl_role.tpl:49 plugins/admin/acl/acl_role.tpl:59 +#: plugins/admin/acl/acl_role.tpl:73 +#: plugins/admin/groups/class_groupManagement.inc:469 +#: plugins/admin/users/class_userManagement.inc:874 +#: plugins/admin/ogroups/class_ogroupManagement.inc:403 +#: setup/setup_ldap.tpl:16 setup/setup_migrate.tpl:133 +#: setup/setup_migrate.tpl:184 setup/setup_migrate.tpl:250 +#: setup/setup_migrate.tpl:305 setup/setup_migrate.tpl:358 +#: ihtml/themes/default/acl.tpl:8 ihtml/themes/default/acl.tpl:20 +#: ihtml/themes/default/acl.tpl:75 ihtml/themes/default/acl.tpl:89 +msgid "Apply" +msgstr "Applica" -#: plugins/personal/posix/posix_groups.tpl:6 -msgid "Select groups to add" -msgstr "Seleziona un gruppo da aggiungere" +#: plugins/addons/notifications/contents.tpl:21 +#, fuzzy +msgid "Available recipients" +msgstr "Applicazioni disponibili" -#: plugins/personal/posix/posix_groups.tpl:32 -msgid "Display groups of department" -msgstr "Mostra gruppi di dipartimenti" +#: plugins/addons/notifications/contents.tpl:22 +#: ihtml/themes/default/acl.tpl:30 +msgid "List message possible targets" +msgstr "" -#: plugins/personal/posix/posix_groups.tpl:35 -#: plugins/personal/posix/trust_machines.tpl:27 -#: plugins/admin/ogroups/ogroup_objects.tpl:42 -#: plugins/admin/groups/group_objects.tpl:40 -msgid "Choose the department the search will be based on" -msgstr "Scegli il dipartimento di base per la ricerca" +#: plugins/addons/notifications/contents.tpl:33 +#, fuzzy +msgid "Recipients" +msgstr "Descrizione" -#: plugins/personal/posix/posix_groups.tpl:44 -msgid "Display groups matching" -msgstr "Mosra gruppi corrispondenti a" +#: plugins/addons/notifications/contents.tpl:34 +#: ihtml/themes/default/acl.tpl:42 +msgid "List message recipients" +msgstr "" -#: plugins/personal/posix/posix_groups.tpl:48 -#: plugins/addons/gotomasses/class_target_list.inc:61 -#: plugins/admin/ogroups/class_divListOGroup.inc:85 -#: plugins/admin/groups/class_divListGroup.inc:76 -msgid "Regular expression for matching group names" -msgstr "Espressioni regolare per selezionare il nome del gruppo" +#: plugins/addons/notifications/contents.tpl:44 +msgid "Message" +msgstr "" -#: plugins/personal/posix/posix_groups.tpl:55 -msgid "Display groups of user" -msgstr "Mostra gruppi di utenti" +#: plugins/addons/notifications/contents.tpl:54 +msgid "Import" +msgstr "Importa" -#: plugins/personal/posix/posix_groups.tpl:59 -#: plugins/admin/groups/class_divListGroup.inc:77 -msgid "User name of which groups are shown" -msgstr "Nome dell'utente del quale mostrare i gruppi" +#: plugins/addons/notifications/contents.tpl:60 +#, fuzzy +msgid "Send message" +msgstr "Home Page" -#: plugins/personal/posix/posix_groups.tpl:68 -#: plugins/addons/gotomasses/class_target_list.inc:57 -#: plugins/admin/users/class_divListUsers.inc:74 -#: plugins/admin/ogroups/ogroup_objects.tpl:38 -#: plugins/admin/ogroups/class_divListOGroup.inc:82 -#: plugins/admin/departments/class_divListDepartment.inc:53 -#: plugins/admin/groups/class_divListGroup.inc:73 +#: plugins/addons/notifications/contents.tpl:72 #, fuzzy -msgid "Search in subtrees" -msgstr "Seleziona per mostrare le applicazioni" +msgid "Notification send!" +msgstr "Non ci sono certificati installati" -#: plugins/personal/posix/posix_groups.tpl:79 -#: plugins/personal/posix/paste_generic.tpl:61 -#: plugins/personal/posix/generic.tpl:104 -#: plugins/personal/posix/generic.tpl:146 -#: plugins/personal/posix/generic.tpl:175 -#: plugins/personal/posix/trust_machines.tpl:39 -#: plugins/admin/ogroups/ogroup_objects.tpl:54 -#: plugins/admin/ogroups/generic.tpl:51 -#: plugins/admin/groups/group_objects.tpl:55 -#: plugins/admin/groups/generic.tpl:193 -msgid "Add" -msgstr "Aggiungi" +#: plugins/addons/notifications/contents.tpl:75 +msgid "" +"Your message has been sent successfully. Press the continue button to get " +"back to the notification plugin." +msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:138 -#, fuzzy -msgid "expired" -msgstr "Esporta" +#: plugins/addons/notifications/contents.tpl:78 +#: plugins/admin/users/template.tpl:48 +#: plugins/admin/departments/class_departmentGeneric.inc:451 +#: plugins/admin/departments/class_departmentGeneric.inc:546 +#: setup/class_setup.inc:266 ihtml/themes/default/snapshotdialog.tpl:87 +msgid "Continue" +msgstr "Continua" -#: plugins/personal/posix/class_posixAccount.inc:140 -msgid "grace time active" +#: plugins/addons/bugsubmitter/class_bugsubmitter.inc:5 +msgid "Bug submitter" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:143 +#: plugins/addons/bugsubmitter/class_bugsubmitter.inc:6 +msgid "" +"Bugsubmitter" +msgstr "" + +#: plugins/admin/acl/tabs_acl.inc:8 plugins/admin/acl/class_divListACL.inc:240 +msgid "Acl" +msgstr "" + +#: plugins/admin/acl/tabs_acl_role.inc:8 #, fuzzy -msgid "active, password not changable" -msgstr "Nuova password" +msgid "ACL Templates" +msgstr "Template" -#: plugins/personal/posix/class_posixAccount.inc:145 +#: plugins/admin/acl/class_aclManagement.inc:24 #, fuzzy -msgid "active, password expired" -msgstr "La password spira il" +msgid "ACLs" +msgstr "ACL" -#: plugins/personal/posix/class_posixAccount.inc:147 +#: plugins/admin/acl/class_aclManagement.inc:160 #, fuzzy -msgid "active" -msgstr "Privato" +msgid "You have no permission to create a new role!" +msgstr "Non hai il permesso di cambiare la tua password." -#: plugins/personal/posix/class_posixAccount.inc:158 -#: plugins/personal/posix/class_posixAccount.inc:1115 -msgid "Group of user" -msgstr "Gruppo di utenti" +#: plugins/admin/acl/class_aclManagement.inc:197 +#, fuzzy +msgid "You have no permission to edit this ACL!" +msgstr "Non hai il permesso di cambiare la tua password." -#: plugins/personal/posix/class_posixAccount.inc:193 -msgid "unconfigured" -msgstr "non configurata" +#: plugins/admin/acl/class_aclManagement.inc:242 +#: plugins/admin/acl/class_aclManagement.inc:306 +#, fuzzy, php-format +msgid "You're about to delete the acl %s." +msgstr "Non hai il permesso di cambiare la tua password." -#: plugins/personal/posix/class_posixAccount.inc:204 -msgid "automatic" -msgstr "automatico" +#: plugins/admin/acl/class_aclManagement.inc:250 +#: plugins/admin/acl/class_aclManagement.inc:274 +#: plugins/admin/acl/class_aclManagement.inc:313 +#: plugins/admin/acl/class_aclManagement.inc:337 +#: plugins/admin/groups/class_groupManagement.inc:334 +#: plugins/admin/groups/class_groupManagement.inc:387 +#: plugins/admin/groups/class_groupManagement.inc:418 +#: plugins/admin/departments/class_departmentManagement.inc:206 +#: plugins/admin/departments/class_departmentManagement.inc:254 +#: plugins/admin/departments/class_departmentManagement.inc:273 +#: plugins/admin/ogroups/class_ogroupManagement.inc:215 +#: plugins/admin/ogroups/class_ogroupManagement.inc:267 +#: plugins/admin/ogroups/class_ogroupManagement.inc:294 +#, fuzzy +msgid "You have no permission to delete this entry!" +msgstr "Non hai il permesso di cambiare la tua password." -#: plugins/personal/posix/class_posixAccount.inc:260 -msgid "This account has no unix extensions." -msgstr "Questa identità non possiede estensioni Unix" +#: plugins/admin/acl/class_divListACL.inc:31 +#, fuzzy +msgid "List of acl" +msgstr "Lista dei gruppi" -#: plugins/personal/posix/class_posixAccount.inc:280 -#: plugins/personal/posix/class_posixAccount.inc:283 -msgid "Remove posix account" -msgstr "Elimina estensioni Unix" +#: plugins/admin/acl/class_divListACL.inc:32 +#, fuzzy +msgid "List of acls" +msgstr "Lista dei gruppi" -#: plugins/personal/posix/class_posixAccount.inc:281 -msgid "" -"This account has unix features enabled. To disable them, you'll need to " -"remove the samba / environment account first." +#: plugins/admin/acl/class_divListACL.inc:36 +msgid "This menu allows you to edit and delete selected acls." msgstr "" -"Questa identià possiede estensioni Unix. Per eliminarle devi eliminare prima " -"le estensioni Samba / ambiente." -#: plugins/personal/posix/class_posixAccount.inc:284 -msgid "" -"This account has posix features enabled. You can disable them by clicking " -"below." -msgstr "Questa identià possiede estensioni Unix." +#: plugins/admin/acl/class_divListACL.inc:54 +#: plugins/admin/ogroups/tabs_ogroups.inc:126 +msgid "Summary" +msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:287 -msgid "Create posix account" -msgstr "Crea estensioni Unix" +#: plugins/admin/acl/class_divListACL.inc:55 +#: plugins/admin/acl/class_divListACL.inc:140 +#: plugins/admin/groups/class_divListGroup.inc:62 +#: plugins/admin/groups/class_divListGroup.inc:157 +#: plugins/admin/users/class_divListUsers.inc:63 +#: plugins/admin/users/class_divListUsers.inc:149 +#: plugins/admin/departments/class_divListDepartment.inc:49 +#: plugins/admin/departments/class_divListDepartment.inc:130 +#: plugins/admin/ogroups/class_divListOGroup.inc:66 +#: plugins/admin/ogroups/class_divListOGroup.inc:169 +msgid "Actions" +msgstr "Azioni" -#: plugins/personal/posix/class_posixAccount.inc:288 -msgid "" -"This account has posix features disabled. You can enable them by clicking " -"below." -msgstr "Questa identità non possiede estensioni Unix" +#: plugins/admin/acl/class_divListACL.inc:61 +#: plugins/admin/groups/class_divListGroup.inc:73 +#: plugins/admin/users/class_divListUsers.inc:74 +#: plugins/admin/departments/class_divListDepartment.inc:53 +#: plugins/admin/ogroups/ogroup_objects.tpl:38 +#: plugins/admin/ogroups/class_divListOGroup.inc:82 +#, fuzzy +msgid "Select to search within subtrees" +msgstr "Seleziona per mostrare le applicazioni" -#: plugins/personal/posix/class_posixAccount.inc:448 -#, php-format -msgid "Password can't be changed up to %s days after last change" +#: plugins/admin/acl/class_divListACL.inc:61 +msgid "Ignore subtrees" msgstr "" -"La password non può essere cambiata per %s giorni dall'ultimo cambiamento" -#: plugins/personal/posix/class_posixAccount.inc:452 -#, php-format -msgid "Password must be changed after %s days" -msgstr "La password deve essere cambiata dopo %s giorni" +#: plugins/admin/acl/class_divListACL.inc:65 +#, fuzzy +msgid "Display acls matching" +msgstr "Mosra gruppi corrispondenti a" -#: plugins/personal/posix/class_posixAccount.inc:456 -#, php-format -msgid "Disable account after %s days of inactivity after password expiery" +#: plugins/admin/acl/class_divListACL.inc:136 +#: plugins/admin/groups/class_divListGroup.inc:152 +#: plugins/admin/users/class_divListUsers.inc:145 +#: plugins/admin/departments/class_divListDepartment.inc:127 +#: plugins/admin/ogroups/class_divListOGroup.inc:165 +msgid "Submit department" +msgstr "Imposta dipartimento" + +#: plugins/admin/acl/class_divListACL.inc:136 +#: plugins/admin/groups/class_divListGroup.inc:152 +#: plugins/admin/users/class_divListUsers.inc:145 +#: plugins/admin/departments/class_divListDepartment.inc:127 +#: plugins/admin/ogroups/class_divListOGroup.inc:165 +#: include/class_MultiSelectWindow.inc:242 +msgid "Submit" msgstr "" -"Disabilita l'account dopo %s giorni di inattività dopo che la password è " -"spirata" -#: plugins/personal/posix/class_posixAccount.inc:460 -#, php-format -msgid "Warn user %s days before password expiery" -msgstr "Avvisa l'utente %s giorni prima che la password spiri" +#: plugins/admin/acl/class_divListACL.inc:142 +#: plugins/admin/groups/class_divListGroup.inc:159 +#: plugins/admin/users/class_divListUsers.inc:151 +#: plugins/admin/departments/class_divListDepartment.inc:132 +#: plugins/admin/ogroups/class_divListOGroup.inc:171 +#: setup/class_setupStep_Migrate.inc:883 +msgid "Create" +msgstr "Creare" -#: plugins/personal/posix/class_posixAccount.inc:593 -#: setup/setup_config2.tpl:188 -msgid "disabled" -msgstr "disabilitato" +#: plugins/admin/acl/class_divListACL.inc:159 +#: plugins/admin/groups/class_divListGroup.inc:179 +#: plugins/admin/users/class_divListUsers.inc:174 +#: plugins/admin/ogroups/class_divListOGroup.inc:191 +#, fuzzy +msgid "Copy" +msgstr "Azienda" -#: plugins/personal/posix/class_posixAccount.inc:593 -msgid "full access" -msgstr "accesso completo" +#: plugins/admin/acl/class_divListACL.inc:161 +#: plugins/admin/groups/class_divListGroup.inc:181 +#: plugins/admin/users/class_divListUsers.inc:176 +#: plugins/admin/ogroups/class_divListOGroup.inc:193 +#, fuzzy +msgid "Cut" +msgstr "Esegui" -#: plugins/personal/posix/class_posixAccount.inc:594 -msgid "allow access to these hosts" -msgstr "accesso limitato ai seguenti host" +#: plugins/admin/acl/class_divListACL.inc:165 +#: plugins/admin/acl/class_divListACL.inc:168 +#: plugins/admin/groups/class_divListGroup.inc:185 +#: plugins/admin/groups/class_divListGroup.inc:188 +#: plugins/admin/users/class_divListUsers.inc:180 +#: plugins/admin/users/class_divListUsers.inc:183 +#: plugins/admin/ogroups/class_divListOGroup.inc:197 +#: plugins/admin/ogroups/class_divListOGroup.inc:200 +#: include/class_CopyPasteHandler.inc:435 +#, fuzzy +msgid "Paste" +msgstr "Data" -#: plugins/personal/posix/class_posixAccount.inc:647 -#, fuzzy, php-format -msgid "Removing of user/posix account with dn '%s' failed." -msgstr "Elimina estensioni Unix" +#: plugins/admin/acl/class_divListACL.inc:216 +#: plugins/admin/groups/class_divListGroup.inc:256 +#: plugins/admin/users/class_divListUsers.inc:277 +#: plugins/admin/ogroups/class_divListOGroup.inc:247 +#, fuzzy +msgid "cut" +msgstr "Esegui" + +#: plugins/admin/acl/class_divListACL.inc:216 +#: plugins/admin/groups/class_divListGroup.inc:256 +#: plugins/admin/users/class_divListUsers.inc:277 +#: plugins/admin/ogroups/class_divListOGroup.inc:247 +#, fuzzy +msgid "Cut this entry" +msgstr "Modifica questo record" -#: plugins/personal/posix/class_posixAccount.inc:803 -msgid "Timeout while waiting for lock! Ignoring lock." +#: plugins/admin/acl/class_divListACL.inc:218 +#: plugins/admin/groups/class_divListGroup.inc:258 +#: plugins/admin/users/class_divListUsers.inc:279 +#: plugins/admin/ogroups/class_divListOGroup.inc:249 +msgid "copy" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:899 -#, fuzzy, php-format -msgid "Saving of user/posix account with dn '%s' failed." -msgstr "Estenzioni Proxy Internet" +#: plugins/admin/acl/class_divListACL.inc:218 +#: plugins/admin/groups/class_divListGroup.inc:258 +#: plugins/admin/users/class_divListUsers.inc:279 +#: plugins/admin/ogroups/class_divListOGroup.inc:249 +#, fuzzy +msgid "Copy this entry" +msgstr "Modifica questo record" -#: plugins/personal/posix/class_posixAccount.inc:974 -#: plugins/personal/posix/class_posixAccount.inc:1051 -msgid "The required field 'Home directory' is not set." -msgstr "Il campo necessario 'Home directory' non è vuoto" +#: plugins/admin/acl/class_divListACL.inc:223 +#: plugins/admin/acl/class_divListACL.inc:245 +#: plugins/admin/acl/class_aclRole.inc:340 +#: plugins/admin/acl/class_aclRole.inc:385 +#: plugins/admin/groups/class_divListGroup.inc:263 +#: plugins/admin/users/class_divListUsers.inc:298 +#: plugins/admin/departments/class_divListDepartment.inc:166 +#: plugins/admin/ogroups/class_divListOGroup.inc:253 include/class_acl.inc:409 +#: include/class_acl.inc:452 +msgid "edit" +msgstr "modifica" -#: plugins/personal/posix/class_posixAccount.inc:977 -#: plugins/personal/posix/class_posixAccount.inc:1054 -msgid "Please enter a valid path in 'Home directory' field." -msgstr "Inserire un nome cartella valido per il campo 'Home directory'." +#: plugins/admin/acl/class_divListACL.inc:224 +#, fuzzy +msgid "Edit acl role" +msgstr "Modifica contatto" -#: plugins/personal/posix/class_posixAccount.inc:985 -msgid "Value specified as 'UID' is not valid." -msgstr "Il valore specificato per l'UID non è valido." +#: plugins/admin/acl/class_divListACL.inc:233 +#: plugins/admin/acl/class_divListACL.inc:249 +#: plugins/admin/acl/class_aclRole.inc:341 +#: plugins/admin/acl/class_aclRole.inc:386 +#: plugins/admin/groups/class_divListGroup.inc:272 +#: plugins/admin/users/class_divListUsers.inc:322 +#: plugins/admin/departments/class_divListDepartment.inc:171 +#: plugins/admin/ogroups/class_divListOGroup.inc:261 include/class_acl.inc:410 +#: include/class_acl.inc:453 +msgid "delete" +msgstr "elimina" -#: plugins/personal/posix/class_posixAccount.inc:988 -msgid "Value specified as 'UID' is too small." -msgstr "Il valore specificato per l'UID è troppo basso." +#: plugins/admin/acl/class_divListACL.inc:234 +#, fuzzy +msgid "Delete acl role" +msgstr "Rimuovi" -#: plugins/personal/posix/class_posixAccount.inc:992 -#: plugins/admin/groups/class_groupGeneric.inc:899 -msgid "Value specified as 'GID' is not valid." -msgstr "Il valore specificato per il GID non è valido." +#: plugins/admin/acl/class_divListACL.inc:246 +#, fuzzy +msgid "Edit acl" +msgstr "classe" -#: plugins/personal/posix/class_posixAccount.inc:995 -#: plugins/admin/groups/class_groupGeneric.inc:902 -msgid "Value specified as 'GID' is too small." -msgstr "Il valore specificato per il GID è troppo basso." +#: plugins/admin/acl/class_divListACL.inc:250 +#, fuzzy +msgid "Delete acl" +msgstr "Rimuovi" -#: plugins/personal/posix/class_posixAccount.inc:1003 -#: plugins/personal/posix/class_posixAccount.inc:1060 -msgid "Value specified as 'shadowMin' is not valid." -msgstr "Il valore specificato come 'shadowMin' non è valido" +#: plugins/admin/acl/paste_role.tpl:4 plugins/admin/acl/acl_role.tpl:7 +#: plugins/admin/acl/class_aclRole.inc:677 +#: plugins/admin/groups/class_groupGeneric.inc:1001 +#: plugins/admin/ogroups/class_ogroup.inc:749 setup/setup_feedback.tpl:22 +#: setup/setup_migrate.tpl:209 html/getxls.php:223 html/getxls.php:290 +msgid "Name" +msgstr "Cognome" -#: plugins/personal/posix/class_posixAccount.inc:1008 -#: plugins/personal/posix/class_posixAccount.inc:1065 -msgid "Value specified as 'shadowMax' is not valid." -msgstr "Il valore specificato come 'shadowMax' non è valido" +#: plugins/admin/acl/remove.tpl:6 +msgid "" +"This includes all system and setup informations. Please double check if your " +"really want to do this since there is no way for GOsa to get your data back." +msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1013 -#: plugins/personal/posix/class_posixAccount.inc:1070 -msgid "Value specified as 'shadowWarning' is not valid." -msgstr "Il valore specificato come 'shadowWarning' non è valido" +#: plugins/admin/acl/remove.tpl:10 plugins/admin/departments/remove.tpl:10 +msgid "" +"Best thing to do before performing this action would be to save the current " +"contents of your LDAP tree in a file. So - if you've done so - press " +"'Delete' to continue or 'Cancel' to abort." +msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1016 -#: plugins/personal/posix/class_posixAccount.inc:1073 -msgid "'shadowWarning' without 'shadowMax' makes no sense." -msgstr "'shadowWarning' senza 'shadowMax' non ha senso." +#: plugins/admin/acl/main.inc:43 plugins/admin/acl/main.inc:45 +#, fuzzy +msgid "ACL management" +msgstr "Riferimenti" -#: plugins/personal/posix/class_posixAccount.inc:1019 -#: plugins/personal/posix/class_posixAccount.inc:1076 -msgid "Value specified as 'shadowWarning' should be smaller than 'shadowMax'." +#: plugins/admin/acl/acl_role.tpl:3 ihtml/themes/default/acl.tpl:2 +msgid "Assigned ACLs for current entry" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1022 -#: plugins/personal/posix/class_posixAccount.inc:1079 -msgid "Value specified as 'shadowWarning' should be greater than 'shadowMin'." -msgstr "" +#: plugins/admin/acl/acl_role.tpl:17 plugins/admin/acl/class_aclRole.inc:679 +#: plugins/admin/groups/class_groupGeneric.inc:1003 +#: plugins/admin/groups/generic.tpl:24 +#: plugins/admin/departments/generic.tpl:16 +#: plugins/admin/departments/class_departmentGeneric.inc:569 +#: plugins/admin/ogroups/class_ogroup.inc:751 +#: plugins/admin/ogroups/generic.tpl:15 +#: plugins/generic/references/contents.tpl:11 html/getxls.php:158 +#: html/getxls.php:287 +msgid "Description" +msgstr "Descrizione" -#: plugins/personal/posix/class_posixAccount.inc:1027 -#: plugins/personal/posix/class_posixAccount.inc:1084 -msgid "Value specified as 'shadowInactive' is not valid." -msgstr "" +#: plugins/admin/acl/acl_role.tpl:31 plugins/admin/groups/generic.tpl:43 +#: plugins/admin/ogroups/generic.tpl:29 +msgid "Choose subtree to place group in" +msgstr "Scegli il subtree dove mettere il gruppo" -#: plugins/personal/posix/class_posixAccount.inc:1030 -#: plugins/personal/posix/class_posixAccount.inc:1087 -msgid "'shadowInactive' without 'shadowMax' makes no sense." -msgstr "" +#: plugins/admin/acl/acl_role.tpl:44 ihtml/themes/default/acl.tpl:4 +#, fuzzy +msgid "New ACL" +msgstr "Nuovo" -#: plugins/personal/posix/class_posixAccount.inc:1035 -#: plugins/personal/posix/class_posixAccount.inc:1092 -msgid "Value specified as 'shadowMin' should be smaller than 'shadowMax'." -msgstr "" +#: plugins/admin/acl/acl_role.tpl:49 ihtml/themes/default/acl.tpl:8 +#, fuzzy +msgid "ACL type" +msgstr "Tipo" -#: plugins/personal/posix/class_posixAccount.inc:1278 -msgid "Cannot allocate a free ID: too many users!" -msgstr "" +#: plugins/admin/acl/acl_role.tpl:49 ihtml/themes/default/acl.tpl:8 +#, fuzzy +msgid "Select an acl type" +msgstr "Rimuovi" -#: plugins/personal/posix/class_posixAccount.inc:1453 +#: plugins/admin/acl/acl_role.tpl:54 ihtml/themes/default/acl.tpl:55 #, fuzzy -msgid "POSIX account" -msgstr "Estenzioni FTP" +msgid "List of available ACL categories" +msgstr "Scegli il tuo numero di telefono personale" -#: plugins/personal/posix/class_posixAccount.inc:1463 -#: plugins/personal/posix/paste_generic.tpl:8 -#: plugins/personal/posix/generic.tpl:7 -msgid "Home directory" -msgstr "Home directory" +#: plugins/admin/acl/class_aclRole.inc:6 +#, fuzzy +msgid "Access control list templates" +msgstr "Opzioni di accesso" -#: plugins/personal/posix/class_posixAccount.inc:1464 -#: plugins/personal/posix/generic.tpl:15 -msgid "Shell" -msgstr "Shell" +#: plugins/admin/acl/class_aclRole.inc:103 include/class_acl.inc:177 +#, fuzzy +msgid "All categories" +msgstr "Aggiungi contatto" -#: plugins/personal/posix/class_posixAccount.inc:1465 -#: setup/setup_migrate.tpl:217 html/getxls.php:100 html/getxls.php:135 -#: html/getxls.php:158 html/getxls.php:347 html/getxls.php:364 -msgid "User ID" +#: plugins/admin/acl/class_aclRole.inc:110 include/class_acl.inc:185 +msgid "Reset ACLs" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1466 -#, fuzzy -msgid "Group ID" -msgstr "Gruppo" +#: plugins/admin/acl/class_aclRole.inc:111 include/class_acl.inc:186 +msgid "One level" +msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1468 +#: plugins/admin/acl/class_aclRole.inc:112 include/class_acl.inc:187 +#: include/class_acl.inc:192 #, fuzzy -msgid "Force password change on login" -msgstr "Cambia la password" +msgid "Current object" +msgstr "Password attuale" -#: plugins/personal/posix/class_posixAccount.inc:1469 +#: plugins/admin/acl/class_aclRole.inc:113 include/class_acl.inc:188 #, fuzzy -msgid "Shadow min" -msgstr "Mostra terminali" +msgid "Complete subtree" +msgstr "incompleto" -#: plugins/personal/posix/class_posixAccount.inc:1470 -msgid "Shadow max" +#: plugins/admin/acl/class_aclRole.inc:114 include/class_acl.inc:189 +msgid "Complete subtree (permanent)" +msgstr "" + +#: plugins/admin/acl/class_aclRole.inc:338 +#: include/class_MultiSelectWindow.inc:227 +#: include/class_MultiSelectWindow.inc:229 include/class_acl.inc:407 +msgid "Up" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1471 +#: plugins/admin/acl/class_aclRole.inc:339 include/class_acl.inc:408 #, fuzzy -msgid "Shadow warning" -msgstr "Mostra workstation" +msgid "Down" +msgstr "Dominio" -#: plugins/personal/posix/class_posixAccount.inc:1472 +#: plugins/admin/acl/class_aclRole.inc:340 include/class_acl.inc:409 #, fuzzy -msgid "Shadow inactive" -msgstr "Mostra stampanti" +msgid "Edit ACL" +msgstr "Modifica" -#: plugins/personal/posix/class_posixAccount.inc:1473 +#: plugins/admin/acl/class_aclRole.inc:341 include/class_acl.inc:410 #, fuzzy -msgid "Shadow expire" -msgstr "Mostra persone" +msgid "Delete ACL" +msgstr "Rimuovi" -#: plugins/personal/posix/class_posixAccount.inc:1474 +#: plugins/admin/acl/class_aclRole.inc:378 include/class_acl.inc:445 #, fuzzy -msgid "System trust model" -msgstr "Accesso ai sistemi" +msgid "No ACL settings for this category" +msgstr "Nome descrittivo del gruppo" -#: plugins/personal/posix/paste_generic.tpl:4 +#: plugins/admin/acl/class_aclRole.inc:380 include/class_acl.inc:447 +#, php-format +msgid "Contains ACLs for these objects: %s" +msgstr "" + +#: plugins/admin/acl/class_aclRole.inc:385 include/class_acl.inc:452 #, fuzzy -msgid "Posix settings" -msgstr "Impostazioni Unix" +msgid "Edit categories ACLs" +msgstr "classe" -#: plugins/personal/posix/paste_generic.tpl:23 -#: plugins/personal/posix/generic.tpl:52 -msgid "Force UID/GID" -msgstr "Forza UID/GID" +#: plugins/admin/acl/class_aclRole.inc:386 include/class_acl.inc:453 +msgid "Clear categories ACLs" +msgstr "" -#: plugins/personal/posix/paste_generic.tpl:28 -#: plugins/personal/posix/generic.tpl:56 html/getxls.php:287 -msgid "UID" -msgstr "UID" +#: plugins/admin/acl/class_aclRole.inc:402 include/class_acl.inc:498 +#, php-format +msgid "Edit ACL for '%s', scope is '%s'" +msgstr "" -#: plugins/personal/posix/paste_generic.tpl:37 -#: plugins/personal/posix/generic.tpl:67 -#: plugins/admin/groups/class_groupGeneric.inc:1008 -msgid "GID" -msgstr "GID" +#: plugins/admin/acl/class_aclRole.inc:412 include/class_acl.inc:508 +msgid "All objects in current subtree" +msgstr "" -#: plugins/personal/posix/paste_generic.tpl:47 -#: plugins/personal/posix/generic.tpl:82 -msgid "Group membership" -msgstr "Gruppi di appartenenza" +#: plugins/admin/acl/class_aclRole.inc:564 include/class_acl.inc:1061 +#, fuzzy, php-format +msgid "Saving ACLs with dn '%s' failed." +msgstr "Nome applicazione" -#: plugins/personal/posix/paste_generic.tpl:54 -#: plugins/personal/posix/generic.tpl:84 -msgid "(Warning: more than 16 groups are not supported by NFS!)" -msgstr "(Attenzione: L'NFS non supporta più di 16 gruppi!)" +#: plugins/admin/acl/class_aclRole.inc:596 +#, fuzzy +msgid "Object in use" +msgstr "Nome dell'oggetto" -#: plugins/personal/posix/generic.tpl:25 -msgid "Primary group" -msgstr "Gruppo primario" +#: plugins/admin/acl/class_aclRole.inc:596 +#, php-format +msgid "This role cannot be removed while it is in use by these objects:" +msgstr "" + +#: plugins/admin/acl/class_aclRole.inc:602 +#, fuzzy, php-format +msgid "Removing of aclRole with dn '%s' failed." +msgstr "Elimina estensioni per le applicazioni" -#: plugins/personal/posix/generic.tpl:36 -#: plugins/addons/gotomasses/goto_task.tpl:20 -#: plugins/addons/gotomasses/class_divListMasses.inc:46 -msgid "Status" -msgstr "Stato" +#: plugins/admin/acl/class_aclRole.inc:614 +#, fuzzy, php-format +msgid "Removing aclRole from objectgroup '%s' failed" +msgstr "Mostra gruppi di applicazioni" -#: plugins/personal/posix/generic.tpl:93 plugins/admin/groups/generic.tpl:179 +#: plugins/admin/acl/class_aclRole.inc:669 include/class_acl.inc:1098 #, fuzzy -msgid "In all groups" -msgstr "Gruppo primario" +msgid "ACL roles" +msgstr "ACL" -#: plugins/personal/posix/generic.tpl:97 plugins/admin/groups/generic.tpl:182 +#: plugins/admin/acl/class_aclRole.inc:674 #, fuzzy -msgid "Not in all groups" -msgstr "Mostra gruppi di posta" +msgid "Acl roles" +msgstr "Riferimenti" -#: plugins/personal/posix/generic.tpl:118 -msgid "Account" -msgstr "Sicurezza" +#: plugins/admin/groups/group_objects.tpl:6 +msgid "Select users to add" +msgstr "Selezioni utenti da aggiungere" -#: plugins/personal/posix/generic.tpl:125 -msgid "System trust" -msgstr "Accesso ai sistemi" +#: plugins/admin/groups/group_objects.tpl:30 +#: plugins/admin/ogroups/ogroup_objects.tpl:31 +msgid "Select to see servers" +msgstr "" -#: plugins/personal/posix/generic.tpl:127 -#: plugins/personal/posix/generic.tpl:155 -msgid "Trust mode" +#: plugins/admin/groups/group_objects.tpl:30 +msgid "Search within subtree" msgstr "" -#: plugins/personal/posix/posix_shadow.tpl:9 -msgid "User must change password on first login" -msgstr "L'utente deve cambiare la password alla prima connessione" +#: plugins/admin/groups/group_objects.tpl:37 +msgid "Display users of department" +msgstr "Mostra utenti del dipartimento" -#: plugins/personal/posix/posix_shadow.tpl:34 -msgid "Password expires on" -msgstr "La password spira il" +#: plugins/admin/groups/group_objects.tpl:46 +#: plugins/admin/users/class_divListUsers.inc:77 +msgid "Display users matching" +msgstr "Mostra utenti che corrispondono a" -#: plugins/personal/posix/main.inc:129 -msgid "Unix settings" -msgstr "Impostazioni Unix" +#: plugins/admin/groups/group_objects.tpl:47 +msgid "Regular expression for matching user names" +msgstr "" -#: plugins/personal/posix/trust_machines.tpl:6 -msgid "Select systems to add" -msgstr "Seleziona un sistema da aggiungere" +#: plugins/admin/groups/class_groupGeneric.inc:137 +msgid "Cannot find group SID in your configuration!" +msgstr "" -#: plugins/personal/posix/trust_machines.tpl:26 -msgid "Display systems of department" -msgstr "Mostra i sistemi del dipartimento" +#: plugins/admin/groups/class_groupGeneric.inc:193 +msgid "This 'dn' is no group." +msgstr "" -#: plugins/personal/posix/trust_machines.tpl:30 -msgid "Display systems matching" -msgstr "Mostra i sistemi che corrispondono a:" +#: plugins/admin/groups/class_groupGeneric.inc:334 +msgid "Samba group" +msgstr "Gruppo Samba" -#: plugins/personal/posix/trust_machines.tpl:31 -msgid "Regular expression for matching addresses" -msgstr "Espressione regolare per selezionare l'indirizzo" +#: plugins/admin/groups/class_groupGeneric.inc:334 +msgid "Domain admins" +msgstr "Amministratori di Dominio" -#: plugins/addons/gotomasses/class_gotomasses.inc:6 -#: plugins/addons/gotomasses/main.inc:50 -#, fuzzy -msgid "System deployment" -msgstr "Dipartimento" +#: plugins/admin/groups/class_groupGeneric.inc:334 +msgid "Domain users" +msgstr "Utenti di Dominio" -#: plugins/addons/gotomasses/class_gotomasses.inc:114 -#: plugins/addons/notifications/class_msgplug.inc:99 -#, fuzzy -msgid "Permission error" -msgstr "Permessi" +#: plugins/admin/groups/class_groupGeneric.inc:335 +msgid "Domain guests" +msgstr "Ospiti di Dominio" -#: plugins/addons/gotomasses/class_gotomasses.inc:114 -#, fuzzy -msgid "You have no permission to delete this entry!" -msgstr "Non hai il permesso di cambiare la tua password." +#: plugins/admin/groups/class_groupGeneric.inc:340 +#, php-format +msgid "Special group (%d)" +msgstr "Gruppo speciale (%d)" -#: plugins/addons/gotomasses/class_gotomasses.inc:135 -#, fuzzy, php-format -msgid "Your are about to delete the following tasks: %s" -msgstr "Non hai il permesso di cambiare la tua password." +#: plugins/admin/groups/class_groupGeneric.inc:494 +msgid "! unknown id" +msgstr "" -#: plugins/addons/gotomasses/class_gotomasses.inc:237 +#: plugins/admin/groups/class_groupGeneric.inc:532 #, php-format -msgid "Cannot load queue entries: %s" +msgid "Search returned too many results. Not displaying more than %s entries." msgstr "" -#: plugins/addons/gotomasses/class_gotomasses.inc:327 -#, fuzzy -msgid "GOsa ping" -msgstr "Opzioni di posta dell'identità" - -#: plugins/addons/gotomasses/class_gotomasses.inc:328 -#, fuzzy -msgid "Ping" -msgstr "Ricerca" +#: plugins/admin/groups/class_groupGeneric.inc:561 +#: plugins/admin/groups/class_groupGeneric.inc:826 +#, fuzzy, php-format +msgid "Removing of groups/generic with dn '%s' failed." +msgstr "Mostra gruppi di applicazioni" -#: plugins/addons/gotomasses/class_gotomasses.inc:329 -#, fuzzy -msgid "Say hello" -msgstr "Shell" +#: plugins/admin/groups/class_groupGeneric.inc:711 +#, fuzzy, php-format +msgid "Cannot find any SID for '%s'!" +msgstr "Rimuovi" -#: plugins/addons/gotomasses/class_gotomasses.inc:337 -#: plugins/addons/gotomasses/class_gotomasses.inc:343 -#: plugins/addons/gotomasses/class_goto_task.inc:6 -#, fuzzy -msgid "System mass deployment" -msgstr "Dipartimento" +#: plugins/admin/groups/class_groupGeneric.inc:716 +#, fuzzy, php-format +msgid "Cannot find any RIDBASE for '%s'!" +msgstr "Rimuovi" -#: plugins/addons/gotomasses/class_gotomasses.inc:338 -msgid "Provide a mechanism to automatically activate a set of systems" +#: plugins/admin/groups/class_groupGeneric.inc:858 +msgid "" +"The field 'Name' contains invalid characters. Lowercase, numbers and dashes " +"are allowed." msgstr "" -#: plugins/addons/gotomasses/class_gotomasses.inc:345 -#: plugins/addons/gotomasses/class_divListMasses.inc:48 -msgid "Action" -msgstr "Azione" - -#: plugins/addons/gotomasses/class_gotomasses.inc:350 -msgid "Week day" +#: plugins/admin/groups/class_groupGeneric.inc:869 +#: plugins/admin/groups/class_groupGeneric.inc:883 +#: plugins/admin/groups/class_groupGeneric.inc:890 +msgid "Value specified as 'Name' is already used." msgstr "" -#: plugins/addons/gotomasses/class_gotomasses.inc:351 -#: plugins/addons/gotomasses/class_divListMasses.inc:42 +#: plugins/admin/groups/class_groupGeneric.inc:944 #, fuzzy -msgid "Target" -msgstr "reset" - -#: plugins/addons/gotomasses/goto_task.tpl:12 -msgid "Job ID" -msgstr "" +msgid "Cannot allocate a free ID!" +msgstr "Troppi utenti non posso allocare un ID libero!" -#: plugins/addons/gotomasses/goto_task.tpl:28 +#: plugins/admin/groups/class_groupGeneric.inc:993 #, fuzzy -msgid "Mac" -msgstr "Marzo" +msgid "Generic group settings" +msgstr "Impostazioni generali delle code" -#: plugins/addons/gotomasses/goto_task.tpl:36 +#: plugins/admin/groups/class_groupGeneric.inc:1005 #, fuzzy -msgid "Header Tag" -msgstr "leggere" +msgid "Phone pickup group" +msgstr "I membri sono in un gruppo di risposta telefonica" -#: plugins/addons/gotomasses/goto_task.tpl:40 include/class_pluglist.inc:168 -#: include/class_pluglist.inc:169 include/class_pluglist.inc:283 -msgid "Unknown" -msgstr "" +#: plugins/admin/groups/class_groupGeneric.inc:1006 +#, fuzzy +msgid "Nagios group" +msgstr "Contatto" -#: plugins/addons/gotomasses/class_target_list.inc:37 -msgid "Select the target objects for your scheduled action." -msgstr "" +#: plugins/admin/groups/class_groupGeneric.inc:1009 +#, fuzzy +msgid "Group member" +msgstr "Membri del gruppo" -#: plugins/addons/gotomasses/class_target_list.inc:38 -#: plugins/addons/gotomasses/class_target_list.inc:39 +#: plugins/admin/groups/class_groupGeneric.inc:1010 #, fuzzy -msgid "Available targets" -msgstr "Applicazioni disponibili" +msgid "Samba group type" +msgstr "Gruppo Samba" -#: plugins/addons/gotomasses/class_target_list.inc:51 +#: plugins/admin/groups/class_groupGeneric.inc:1011 #, fuzzy -msgid "Select to see object groups" -msgstr "Gruppo di oggetti" +msgid "Samba domain name" +msgstr "Home di Samba" -#: plugins/addons/gotomasses/class_target_list.inc:51 +#: plugins/admin/groups/class_groupGeneric.inc:1012 setup/setup_config2.tpl:15 #, fuzzy -msgid "Show object groups" -msgstr "Gruppi di oggetti" +msgid "Samba SID" +msgstr "Samba" -#: plugins/addons/gotomasses/class_target_list.inc:52 -#: plugins/admin/ogroups/ogroup_objects.tpl:31 -#: plugins/admin/groups/group_objects.tpl:30 -msgid "Select to see servers" +#: plugins/admin/groups/class_groupManagement.inc:298 +#: plugins/admin/departments/class_departmentManagement.inc:178 +#, fuzzy, php-format +msgid "You're about to delete the following entry %s" +msgstr "Non hai il permesso di cambiare la tua password." + +#: plugins/admin/groups/class_groupManagement.inc:300 +#: plugins/admin/departments/class_departmentManagement.inc:180 +#, fuzzy, php-format +msgid "You're about to delete the following entries %s" +msgstr "Non hai il permesso di cambiare la tua password." + +#: plugins/admin/groups/class_groupManagement.inc:380 +#, php-format +msgid "You're about to delete the group '%s'." msgstr "" -#: plugins/addons/gotomasses/class_target_list.inc:52 -#: plugins/admin/ogroups/ogroup_objects.tpl:31 -msgid "Show servers" -msgstr "Mostra server" +#: plugins/admin/groups/paste_generic.tpl:1 +#, fuzzy +msgid "Group settings" +msgstr "Impostazioni FAX" -#: plugins/addons/gotomasses/class_target_list.inc:53 -#: plugins/admin/ogroups/ogroup_objects.tpl:32 -msgid "Select to see workstations" +#: plugins/admin/groups/paste_generic.tpl:5 +#: plugins/admin/groups/generic.tpl:11 +#: plugins/admin/ogroups/paste_generic.tpl:4 +#: plugins/admin/ogroups/generic.tpl:7 +msgid "Group name" +msgstr "Nome gruppo" + +#: plugins/admin/groups/paste_generic.tpl:8 +#: plugins/admin/groups/generic.tpl:17 +msgid "Posix name of the group" +msgstr "Nome Unix del gruppo" + +#: plugins/admin/groups/paste_generic.tpl:13 +#: plugins/admin/groups/generic.tpl:65 +msgid "Normally IDs are autogenerated, select to specify manually" msgstr "" +"Normalmente le ID sono autogenerate, selezionare per specificarelo " +"manulamente" -#: plugins/addons/gotomasses/class_target_list.inc:53 -#: plugins/admin/ogroups/ogroup_objects.tpl:32 -msgid "Show workstations" -msgstr "Mostra workstation" +#: plugins/admin/groups/paste_generic.tpl:15 +#: plugins/admin/groups/generic.tpl:68 +msgid "Force GID" +msgstr "Forza GID" -#: plugins/addons/gotomasses/class_target_list.inc:57 -#: plugins/admin/users/class_divListUsers.inc:74 -#: plugins/admin/ogroups/ogroup_objects.tpl:38 -#: plugins/admin/ogroups/class_divListOGroup.inc:82 -#: plugins/admin/departments/class_divListDepartment.inc:53 -#: plugins/admin/acl/class_divListACL.inc:61 -#: plugins/admin/groups/class_divListGroup.inc:73 +#: plugins/admin/groups/paste_generic.tpl:18 +#: plugins/admin/groups/generic.tpl:71 +msgid "Forced ID number" +msgstr "Forza numero ID" + +#: plugins/admin/groups/class_divListGroup.inc:35 +#: plugins/admin/groups/class_divListGroup.inc:36 +msgid "List of groups" +msgstr "Lista dei gruppi" + +#: plugins/admin/groups/class_divListGroup.inc:41 +msgid "" +"This menu allows you to add, edit and remove selected groups. You may want " +"to use the range selector on top of the group listbox, when working with a " +"large number of groups." +msgstr "" +"Questo menù permette di creare, modificare e cancellare i gruppi " +"selezionati. Avendo un gran numero di gruppi, puoi usare i selettori di " +"intervalli in cima alla lista dei gruppi." + +#: plugins/admin/groups/class_divListGroup.inc:60 #, fuzzy -msgid "Select to search within subtrees" -msgstr "Seleziona per mostrare le applicazioni" +msgid "Groupname / Department" +msgstr "Sali di dipartimento" -#: plugins/addons/gotomasses/class_target_list.inc:58 -msgid "Select to search for a specific IP range only" +#: plugins/admin/groups/class_divListGroup.inc:61 +#: plugins/admin/users/class_divListUsers.inc:62 +#: plugins/admin/departments/generic.tpl:4 +#: plugins/admin/ogroups/class_divListOGroup.inc:65 +msgid "Properties" msgstr "" -#: plugins/addons/gotomasses/class_target_list.inc:58 -msgid "Match IP range" -msgstr "" +#: plugins/admin/groups/class_divListGroup.inc:65 +msgid "Select to see groups that are primary groups of users" +msgstr "Selezione per mostrare i gruppi che sono gruppi primari per gli utenti" -#: plugins/addons/gotomasses/class_target_list.inc:62 -msgid "IP range start" -msgstr "" +#: plugins/admin/groups/class_divListGroup.inc:65 +msgid "Show primary groups" +msgstr "Mostra gruppi principali" -#: plugins/addons/gotomasses/class_target_list.inc:63 -msgid "IP range end" -msgstr "" +#: plugins/admin/groups/class_divListGroup.inc:66 +msgid "Select to see groups that have samba groups mappings" +msgstr "Seleziona per mostrare i gruppi che sono gruppi samba per gli utenti" -#: plugins/addons/gotomasses/class_target_list.inc:132 -#: plugins/admin/users/class_divListUsers.inc:145 -#: plugins/admin/ogroups/class_divListOGroup.inc:165 -#: plugins/admin/departments/class_divListDepartment.inc:127 -#: plugins/admin/acl/class_divListACL.inc:136 -#: plugins/admin/groups/class_divListGroup.inc:152 -msgid "Submit department" -msgstr "Imposta dipartimento" +#: plugins/admin/groups/class_divListGroup.inc:66 +msgid "Show samba groups" +msgstr "Mostra gruppi samba" -#: plugins/addons/gotomasses/class_target_list.inc:132 -#: plugins/admin/users/class_divListUsers.inc:145 -#: plugins/admin/ogroups/class_divListOGroup.inc:165 -#: plugins/admin/departments/class_divListDepartment.inc:127 -#: plugins/admin/acl/class_divListACL.inc:136 -#: plugins/admin/groups/class_divListGroup.inc:152 -#: include/class_MultiSelectWindow.inc:242 -msgid "Submit" +#: plugins/admin/groups/class_divListGroup.inc:67 +msgid "Select to see groups that have applications configured" msgstr "" +"Seleziona per mostrare i gruppi che hanno configurate delle applicazioni" -#: plugins/addons/gotomasses/class_target_list.inc:229 -#: plugins/addons/gotomasses/class_target_list.inc:233 -#, fuzzy -msgid "IP range is invalid!" -msgstr "Il valore specificato per l'UID non è valido." +#: plugins/admin/groups/class_divListGroup.inc:67 +msgid "Show application groups" +msgstr "Mostra gruppi di applicazioni" -#: plugins/addons/gotomasses/class_divListMasses.inc:21 -#, fuzzy -msgid "List of queued deamon jobs." -msgstr "Lista dei dipartimenti" +#: plugins/admin/groups/class_divListGroup.inc:68 +msgid "Select to see groups that have mail settings" +msgstr "Seleziona per mostrare i gruppi che hanno configurata la posta" -#: plugins/addons/gotomasses/class_divListMasses.inc:25 -msgid "" -"This menu allows you to remove and change the properties of GOsa deamon " -"tasks." -msgstr "" +#: plugins/admin/groups/class_divListGroup.inc:68 +msgid "Show mail groups" +msgstr "Mostra gruppi di posta" -#: plugins/addons/gotomasses/class_divListMasses.inc:29 -#: plugins/addons/gotomasses/class_divListMasses.inc:30 -#, fuzzy, php-format -msgid "Display entries with action %s." -msgstr "Mostra gli indirizzi che corrispondono" +#: plugins/admin/groups/class_divListGroup.inc:69 +msgid "Select to see normal groups that have only functional aspects" +msgstr "Seleziona per mostrare i gruppi che hanno solo aspetti funzionali" -#: plugins/addons/gotomasses/class_divListMasses.inc:40 -msgid "#" -msgstr "" +#: plugins/admin/groups/class_divListGroup.inc:69 +msgid "Show functional groups" +msgstr "Mostra gruppi funzionali" -#: plugins/addons/gotomasses/class_divListMasses.inc:43 -msgid "Task" -msgstr "" +#: plugins/admin/groups/class_divListGroup.inc:165 +#: plugins/admin/ogroups/class_ogroupManagement.inc:451 +#: plugins/generic/references/class_reference.inc:36 +msgid "Group" +msgstr "Gruppo" -#: plugins/addons/gotomasses/class_divListMasses.inc:44 +#: plugins/admin/groups/class_divListGroup.inc:226 +#: plugins/admin/users/class_divListUsers.inc:238 #, fuzzy -msgid "Schedule" -msgstr "Estenzioni PHPGroupware" +msgid "Posix" +msgstr "Proxy" -#: plugins/addons/gotomasses/class_divListMasses.inc:127 -#, fuzzy -msgid "Reomve" -msgstr "Rimuovi" +#: plugins/admin/groups/class_divListGroup.inc:228 +#: plugins/admin/users/class_divListUsers.inc:242 +#: plugins/admin/ogroups/tabs_ogroups.inc:90 +#: plugins/admin/ogroups/tabs_ogroups.inc:236 +#: plugins/admin/ogroups/class_divListOGroup.inc:228 +#: plugins/generic/references/class_reference.inc:24 +msgid "Mail" +msgstr "Posta" -#: plugins/addons/gotomasses/remove.tpl:6 plugins/admin/users/remove.tpl:6 -msgid "" -"This includes all account data, system access rules, imap settings, etc. for " -"this user. Please double check if your really want to do this since there is " -"no way for GOsa to get your data back." -msgstr "" +#: plugins/admin/groups/class_divListGroup.inc:230 +#: plugins/admin/users/class_divListUsers.inc:248 +#: plugins/generic/references/class_reference.inc:26 +#: plugins/generic/references/class_reference.inc:28 +msgid "Samba" +msgstr "Samba" -#: plugins/addons/bugsubmitter/class_bugsubmitter.inc:5 -msgid "" -"Bugsubmitter" -msgstr "" +#: plugins/admin/groups/class_divListGroup.inc:232 +#: plugins/admin/ogroups/tabs_ogroups.inc:133 +#: plugins/admin/ogroups/class_ogroupManagement.inc:452 +#: plugins/generic/references/class_reference.inc:42 +msgid "Application" +msgstr "Applicazione" -#: plugins/addons/notifications/class_msgplug.inc:6 -#: plugins/addons/notifications/main.inc:47 -#, fuzzy -msgid "Notifications" -msgstr "Località" +#: plugins/admin/groups/class_divListGroup.inc:236 +#: plugins/admin/users/class_divListUsers.inc:240 +#: plugins/admin/ogroups/tabs_ogroups.inc:148 +msgid "Environment" +msgstr "Ambiente" -#: plugins/addons/notifications/class_msgplug.inc:36 -#: plugins/admin/groups/class_groupManagement.inc:24 -#: plugins/admin/groups/class_groupGeneric.inc:998 include/class_acl.inc:196 -#: html/getxls.php:124 html/getxls.php:126 html/getxls.php:309 -msgid "Groups" -msgstr "Gruppi di utenti" +#: plugins/admin/groups/class_divListGroup.inc:263 +#: plugins/admin/departments/class_divListDepartment.inc:166 +#: plugins/admin/ogroups/class_divListOGroup.inc:253 +msgid "Edit this entry" +msgstr "Modifica questo record" -#: plugins/addons/notifications/class_msgplug.inc:99 +#: plugins/admin/groups/class_divListGroup.inc:272 +#: plugins/admin/departments/class_divListDepartment.inc:171 +#: plugins/admin/ogroups/class_divListOGroup.inc:261 +msgid "Delete this entry" +msgstr "Elimina questo record" + +#: plugins/admin/groups/class_divListGroup.inc:329 #, fuzzy -msgid "You have no permissions to send a message!" -msgstr "Non hai il permesso di cambiare la tua password." +msgid "Number of listed groups" +msgstr "Nome del gruppo" -#: plugins/addons/notifications/class_msgplug.inc:103 -#: plugins/addons/notifications/class_msgplug.inc:111 -#: include/class_plugin.inc:1154 include/class_plugin.inc:1166 -#: include/class_pluglist.inc:152 include/class_config.inc:554 -#: include/functions.inc:592 include/functions.inc:2509 -#: include/functions.inc:2528 include/class_CopyPasteHandler.inc:91 -#: include/class_CopyPasteHandler.inc:99 -#: include/class_CopyPasteHandler.inc:148 -#: include/class_CopyPasteHandler.inc:156 -#: include/class_CopyPasteHandler.inc:165 -#: include/password-methods/class_password-methods-sha.inc:46 -#: include/password-methods/class_password-methods-ssha.inc:51 -#: include/utils/class_timezone.inc:51 html/index.php:205 +#: plugins/admin/groups/class_divListGroup.inc:330 +#: plugins/admin/users/class_divListUsers.inc:413 +#: plugins/admin/departments/class_divListDepartment.inc:210 +#: plugins/admin/ogroups/class_divListOGroup.inc:311 #, fuzzy -msgid "Configuration error" -msgstr "File di configurazione" +msgid "Number of listed departments" +msgstr "Imposta dipartimento" -#: plugins/addons/notifications/class_msgplug.inc:103 -#, php-format -msgid "Missing '%s' directive in configuration!" -msgstr "" +#: plugins/admin/groups/generic.tpl:28 plugins/admin/ogroups/generic.tpl:18 +msgid "Descriptive text for this group" +msgstr "Nome descrittivo del gruppo" -#: plugins/addons/notifications/class_msgplug.inc:111 -#, php-format -msgid "'%s' defined for the '%s' directive cannot be executed!" -msgstr "" +#: plugins/admin/groups/generic.tpl:83 plugins/admin/groups/generic.tpl:110 +msgid "Select to create a samba conform group" +msgstr "Seleziona per creare un gruppo conforme Samba" -#: plugins/addons/notifications/class_msgplug.inc:117 -#, fuzzy -msgid "Please specify at least one recipient to send a message!" -msgstr "Prego inserire un numero di telefono valido!" +#: plugins/admin/groups/generic.tpl:95 plugins/admin/groups/generic.tpl:118 +msgid "in domain" +msgstr "nel dominio" -#: plugins/addons/notifications/class_msgplug.inc:213 -#, fuzzy, php-format -msgid "Cannot find a DESC tag in file '%s'!" -msgstr "Rimuovi" +#: plugins/admin/groups/generic.tpl:140 +msgid "Members are in a phone pickup group" +msgstr "I membri sono in un gruppo di risposta telefonica" -#: plugins/addons/notifications/class_msgplug.inc:240 +#: plugins/admin/groups/generic.tpl:155 #, fuzzy -msgid "Notification" -msgstr "Località" +msgid "Members are in a nagios group" +msgstr "I membri sono in un gruppo di risposta telefonica" -#: plugins/addons/notifications/class_msgplug.inc:241 -#: plugins/addons/notifications/class_msgplug.inc:246 -#, fuzzy -msgid "Notification plugin" -msgstr "Non ci sono certificati installati" +#: plugins/admin/groups/generic.tpl:172 +msgid "Group members" +msgstr "Membri del gruppo" -#: plugins/addons/notifications/class_msgplug.inc:249 -#, fuzzy -msgid "Allow sending notifications" -msgstr "Opzioni applicazione" +#: plugins/admin/groups/remove.tpl:6 +msgid "" +"This may be a primary user group. Please double check if you really want to " +"do this since there is no way for GOsa to get your data back." +msgstr "" -#: plugins/addons/notifications/contents.tpl:2 +#: plugins/admin/groups/remove.tpl:10 plugins/admin/users/remove.tpl:10 +#: plugins/admin/ogroups/remove.tpl:10 ihtml/themes/default/remove.tpl:9 #, fuzzy -msgid "Notification target" -msgstr "Non ci sono certificati installati" +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." -#: plugins/addons/notifications/contents.tpl:7 -msgid "Use target from" +#: plugins/admin/groups/main.inc:40 plugins/admin/groups/main.inc:44 +msgid "Group administration" +msgstr "Amministrazione dei gruppi di utenti" + +#: 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/addons/notifications/contents.tpl:21 +#: plugins/admin/users/password.tpl:21 #, fuzzy -msgid "Available recipients" -msgstr "Applicazioni disponibili" +msgid "Strength" +msgstr "Strada" -#: plugins/addons/notifications/contents.tpl:33 -#, fuzzy -msgid "Recipients" -msgstr "Descrizione" +#: plugins/admin/users/template.tpl:2 +msgid "Creating a new user using templates" +msgstr "Crea un nuovo utente usando i template" -#: plugins/addons/notifications/contents.tpl:44 -msgid "Message" +#: 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 "" -#: plugins/addons/notifications/contents.tpl:60 -#, fuzzy -msgid "Send message" -msgstr "Home Page" - -#: plugins/addons/notifications/contents.tpl:72 -#, fuzzy -msgid "Notification send!" -msgstr "Non ci sono certificati installati" +#: plugins/admin/users/template.tpl:15 +#: plugins/admin/users/class_divListUsers.inc:158 +msgid "Template" +msgstr "" -#: plugins/addons/notifications/contents.tpl:75 +#: plugins/admin/users/remove.tpl:6 msgid "" -"Your message has been sent successfully. Press the continue button to get " -"back to the notification plugin." +"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 "" +#: plugins/admin/users/main.inc:43 plugins/admin/users/main.inc:49 +msgid "User administration" +msgstr "Amministrazione utenti" + #: plugins/admin/users/class_divListUsers.inc:35 #: plugins/admin/users/class_divListUsers.inc:36 msgid "List of users" @@ -2585,25 +2461,11 @@ msgstr "" "selezionati. Avendo un gran numero di utenti, puoi usare i selettori di " "intervalli in cima alla lista degli utenti." -#: plugins/admin/users/class_divListUsers.inc:62 -#: plugins/admin/ogroups/class_divListOGroup.inc:65 -#: plugins/admin/departments/generic.tpl:4 -#: plugins/admin/groups/class_divListGroup.inc:61 -msgid "Properties" -msgstr "" - -#: plugins/admin/users/class_divListUsers.inc:63 -#: plugins/admin/users/class_divListUsers.inc:149 -#: plugins/admin/ogroups/class_divListOGroup.inc:66 -#: plugins/admin/ogroups/class_divListOGroup.inc:169 -#: plugins/admin/departments/class_divListDepartment.inc:49 -#: plugins/admin/departments/class_divListDepartment.inc:130 -#: plugins/admin/acl/class_divListACL.inc:55 -#: plugins/admin/acl/class_divListACL.inc:140 -#: plugins/admin/groups/class_divListGroup.inc:62 -#: plugins/admin/groups/class_divListGroup.inc:157 -msgid "Actions" -msgstr "Azioni" +#: plugins/admin/users/class_divListUsers.inc:61 +#: ihtml/themes/default/password.tpl:68 ihtml/themes/default/password.tpl:70 +#: ihtml/themes/default/login.tpl:40 ihtml/themes/default/login.tpl:42 +msgid "Username" +msgstr "Nome utente" #: plugins/admin/users/class_divListUsers.inc:65 msgid "Select to see template pseudo users" @@ -2654,65 +2516,17 @@ msgstr "Seleziona per vedere gli utenti proxy" msgid "Show proxy users" msgstr "Mostra utenti proxy" -#: plugins/admin/users/class_divListUsers.inc:77 -#: plugins/admin/groups/group_objects.tpl:46 -msgid "Display users matching" -msgstr "Mostra utenti che corrispondono a" - -#: plugins/admin/users/class_divListUsers.inc:151 -#: plugins/admin/ogroups/class_divListOGroup.inc:171 -#: plugins/admin/departments/class_divListDepartment.inc:132 -#: plugins/admin/acl/class_divListACL.inc:142 -#: plugins/admin/groups/class_divListGroup.inc:159 -#: setup/class_setupStep_Migrate.inc:883 -msgid "Create" -msgstr "Creare" - #: plugins/admin/users/class_divListUsers.inc:156 #: plugins/admin/ogroups/class_ogroupManagement.inc:450 -#: setup/setup_config2.tpl:257 setup/setup_config2.tpl:302 +#: setup/setup_config2.tpl:273 setup/setup_config2.tpl:318 msgid "User" msgstr "" -#: plugins/admin/users/class_divListUsers.inc:158 -#: plugins/admin/users/template.tpl:15 -msgid "Template" -msgstr "" - #: plugins/admin/users/class_divListUsers.inc:166 #: plugins/admin/users/class_divListUsers.inc:309 msgid "Change password" msgstr "Cambia la password" -#: plugins/admin/users/class_divListUsers.inc:174 -#: plugins/admin/ogroups/class_divListOGroup.inc:191 -#: plugins/admin/acl/class_divListACL.inc:159 -#: plugins/admin/groups/class_divListGroup.inc:179 -#, fuzzy -msgid "Copy" -msgstr "Azienda" - -#: plugins/admin/users/class_divListUsers.inc:176 -#: plugins/admin/ogroups/class_divListOGroup.inc:193 -#: plugins/admin/acl/class_divListACL.inc:161 -#: plugins/admin/groups/class_divListGroup.inc:181 -#, fuzzy -msgid "Cut" -msgstr "Esegui" - -#: plugins/admin/users/class_divListUsers.inc:180 -#: plugins/admin/users/class_divListUsers.inc:183 -#: plugins/admin/ogroups/class_divListOGroup.inc:197 -#: plugins/admin/ogroups/class_divListOGroup.inc:200 -#: plugins/admin/acl/class_divListACL.inc:165 -#: plugins/admin/acl/class_divListACL.inc:168 -#: plugins/admin/groups/class_divListGroup.inc:185 -#: plugins/admin/groups/class_divListGroup.inc:188 -#: include/class_CopyPasteHandler.inc:435 -#, fuzzy -msgid "Paste" -msgstr "Data" - #: plugins/admin/users/class_divListUsers.inc:236 msgid "GOsa" msgstr "" @@ -2722,12 +2536,6 @@ msgstr "" msgid "Edit generic properties" msgstr "Modifica proprietà" -#: plugins/admin/users/class_divListUsers.inc:238 -#: plugins/admin/groups/class_divListGroup.inc:226 -#, fuzzy -msgid "Posix" -msgstr "Proxy" - #: plugins/admin/users/class_divListUsers.inc:239 #, fuzzy msgid "Edit UNIX properties" @@ -2758,6 +2566,10 @@ msgstr "Modifica proprietà" msgid "Edit samba properties" msgstr "Modifica proprietà" +#: plugins/admin/users/class_divListUsers.inc:250 +msgid "Netatalk" +msgstr "" + #: plugins/admin/users/class_divListUsers.inc:251 #, fuzzy msgid "Edit netatalk properties" @@ -2773,37 +2585,6 @@ msgstr "Nuovo template" msgid "Create user with this template" msgstr "Nuovo template" -#: plugins/admin/users/class_divListUsers.inc:277 -#: plugins/admin/ogroups/class_divListOGroup.inc:247 -#: plugins/admin/acl/class_divListACL.inc:216 -#: plugins/admin/groups/class_divListGroup.inc:256 -#, fuzzy -msgid "cut" -msgstr "Esegui" - -#: plugins/admin/users/class_divListUsers.inc:277 -#: plugins/admin/ogroups/class_divListOGroup.inc:247 -#: plugins/admin/acl/class_divListACL.inc:216 -#: plugins/admin/groups/class_divListGroup.inc:256 -#, fuzzy -msgid "Cut this entry" -msgstr "Modifica questo record" - -#: plugins/admin/users/class_divListUsers.inc:279 -#: plugins/admin/ogroups/class_divListOGroup.inc:249 -#: plugins/admin/acl/class_divListACL.inc:218 -#: plugins/admin/groups/class_divListGroup.inc:258 -msgid "copy" -msgstr "" - -#: plugins/admin/users/class_divListUsers.inc:279 -#: plugins/admin/ogroups/class_divListOGroup.inc:249 -#: plugins/admin/acl/class_divListACL.inc:218 -#: plugins/admin/groups/class_divListGroup.inc:258 -#, fuzzy -msgid "Copy this entry" -msgstr "Modifica questo record" - #: plugins/admin/users/class_divListUsers.inc:288 #, fuzzy msgid "Deactivated" @@ -2814,18 +2595,6 @@ msgstr "Privato" msgid "Active" msgstr "Privato" -#: plugins/admin/users/class_divListUsers.inc:298 -#: plugins/admin/ogroups/class_divListOGroup.inc:253 -#: plugins/admin/departments/class_divListDepartment.inc:166 -#: plugins/admin/acl/class_aclRole.inc:340 -#: plugins/admin/acl/class_aclRole.inc:385 -#: plugins/admin/acl/class_divListACL.inc:223 -#: plugins/admin/acl/class_divListACL.inc:245 -#: plugins/admin/groups/class_divListGroup.inc:263 include/class_acl.inc:409 -#: include/class_acl.inc:452 -msgid "edit" -msgstr "modifica" - #: plugins/admin/users/class_divListUsers.inc:299 #, fuzzy msgid "Edit user" @@ -2841,18 +2610,6 @@ msgstr "Password" msgid "You are not allowed to change the password for this user." msgstr "Non hai il permesso di cambiare la tua password." -#: plugins/admin/users/class_divListUsers.inc:322 -#: plugins/admin/ogroups/class_divListOGroup.inc:261 -#: plugins/admin/departments/class_divListDepartment.inc:171 -#: plugins/admin/acl/class_aclRole.inc:341 -#: plugins/admin/acl/class_aclRole.inc:386 -#: plugins/admin/acl/class_divListACL.inc:233 -#: plugins/admin/acl/class_divListACL.inc:249 -#: plugins/admin/groups/class_divListGroup.inc:272 include/class_acl.inc:410 -#: include/class_acl.inc:453 -msgid "delete" -msgstr "elimina" - #: plugins/admin/users/class_divListUsers.inc:323 #: plugins/admin/users/class_userManagement.inc:526 #, fuzzy @@ -2868,14 +2625,6 @@ msgstr "Non hai il permesso di cambiare la tua password." msgid "Number of listed users" msgstr "" -#: plugins/admin/users/class_divListUsers.inc:413 -#: plugins/admin/ogroups/class_divListOGroup.inc:311 -#: plugins/admin/departments/class_divListDepartment.inc:210 -#: plugins/admin/groups/class_divListGroup.inc:330 -#, fuzzy -msgid "Number of listed departments" -msgstr "Imposta dipartimento" - #: plugins/admin/users/class_userManagement.inc:241 #, fuzzy msgid "Password change failed." @@ -2886,6 +2635,12 @@ msgstr "Cambia la password" msgid "You are not allowed to set this users password!" msgstr "" +#: plugins/admin/users/class_userManagement.inc:296 +#: ihtml/themes/default/password.tpl:40 +#, fuzzy +msgid "Password change" +msgstr "Cambia la password" + #: plugins/admin/users/class_userManagement.inc:404 #, fuzzy, php-format msgid "You're about to delete the following entry: %s" @@ -2907,202 +2662,326 @@ msgstr "Rimuovi" msgid "User delete" msgstr "elimina" -#: plugins/admin/users/class_userManagement.inc:436 -#, fuzzy, php-format -msgid "You are not allowed to delete the user '%s'!" -msgstr "Non hai il permesso di cambiare la tua password." +#: plugins/admin/users/class_userManagement.inc:436 +#, fuzzy, php-format +msgid "You are not allowed to delete the user '%s'!" +msgstr "Non hai il permesso di cambiare la tua password." + +#: plugins/admin/users/class_userManagement.inc:493 +msgid "Could not set user status from locked to unlocked." +msgstr "" + +#: plugins/admin/users/class_userManagement.inc:495 +msgid "Could not set user status from unlocked to locked." +msgstr "" + +#: plugins/admin/users/class_userManagement.inc:526 +#, php-format +msgid "You're about to delete the user %s." +msgstr "" + +#: plugins/admin/users/class_userManagement.inc:553 +#, fuzzy +msgid "User deleted" +msgstr "elimina" + +#: plugins/admin/users/class_userManagement.inc:553 +#, fuzzy +msgid "User successfully removed." +msgstr "Setup completato" + +#: plugins/admin/users/class_userManagement.inc:558 +msgid "You are not allowed to delete this user!" +msgstr "" + +#: plugins/admin/users/class_userManagement.inc:664 +#: plugins/admin/ogroups/class_ogroup.inc:286 +msgid "none" +msgstr "nessuno" + +#: plugins/admin/users/class_userManagement.inc:683 +#, fuzzy +msgid "Please select a valid template." +msgstr "Prego inserire un numero di telefono valido!" + +#: plugins/admin/users/class_userManagement.inc:776 +msgid "A person with the choosen name is already used in this tree." +msgstr "" + +#: plugins/admin/departments/class_divListDepartment.inc:27 +#: plugins/admin/departments/class_divListDepartment.inc:28 +msgid "List of departments" +msgstr "Lista dei dipartimenti" + +#: plugins/admin/departments/class_divListDepartment.inc:33 +#, fuzzy +msgid "" +"This menu allows you to create, delete and edit selected departments. Having " +"a large number of departments, you might prefer the range selectors on top " +"of the department list." +msgstr "" +"Questo menù permette di creare, modificare e cancellare gli utenti " +"selezionati. Avendo un gran numero di utenti, puoi usare i selettori di " +"intervalli in cima alla lista degli utenti." + +#: plugins/admin/departments/class_divListDepartment.inc:48 +#: plugins/admin/departments/class_departmentGeneric.inc:574 +#, fuzzy +msgid "Department name" +msgstr "Dipartimento" + +#: plugins/admin/departments/class_divListDepartment.inc:56 +msgid "Regular expression for matching department names" +msgstr "" + +#: plugins/admin/departments/class_divListDepartment.inc:200 +#, fuzzy +msgid "department" +msgstr "dipartimenti" + +#: plugins/admin/departments/tabs_department.inc:34 +#: include/class_MultiSelectWindow.inc:503 include/functions.inc:341 +#: include/functions.inc:368 include/functions.inc:377 +#: include/functions.inc:406 include/functions.inc:649 +#: include/functions.inc:688 include/functions.inc:733 +#: include/functions.inc:1311 include/functions.inc:2503 +#: include/class_config.inc:224 setup/class_setupStep_Schema.inc:95 +#: setup/class_setupStep_Migrate.inc:1030 +#: setup/class_setupStep_Migrate.inc:1056 +#: setup/class_setupStep_Migrate.inc:1104 +#: setup/class_setupStep_Migrate.inc:1152 +#: setup/class_setupStep_Migrate.inc:1916 html/index.php:244 +#: html/index.php:258 html/index.php:271 +#, fuzzy +msgid "LDAP error" +msgstr "Errore LDAP" + +#: plugins/admin/departments/tabs_department.inc:34 +msgid "Moving LDAP tree failed: destination tree is a subtree of the source!" +msgstr "" + +#: plugins/admin/departments/dep_iframe.tpl:1 +msgid "Processing the requested operation" +msgstr "" + +#: 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/departments/dep_move_confirm.tpl:2 +msgid "You are currently moving/renaming this department." +msgstr "" + +#: plugins/admin/departments/dep_move_confirm.tpl:5 +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:8 +msgid "GOsa can NOT fix this for you, yet." +msgstr "" + +#: plugins/admin/departments/dep_move_confirm.tpl:11 +msgid "" +"Before you confirm this action, ensure that everything will be as expected, " +"possibly the best solution is a backup." +msgstr "" + +#: plugins/admin/departments/generic.tpl:8 +msgid "Name of department" +msgstr "" -#: plugins/admin/users/class_userManagement.inc:493 -msgid "Could not set user status from locked to unlocked." +#: plugins/admin/departments/generic.tpl:11 +msgid "Name of subtree to create" msgstr "" -#: plugins/admin/users/class_userManagement.inc:495 -msgid "Could not set user status from unlocked to locked." +#: plugins/admin/departments/generic.tpl:19 +msgid "Descriptive text for department" msgstr "" -#: plugins/admin/users/class_userManagement.inc:526 -#, php-format -msgid "You're about to delete the user %s." +#: plugins/admin/departments/generic.tpl:24 +#: plugins/admin/departments/class_departmentGeneric.inc:575 +msgid "Category" msgstr "" -#: plugins/admin/users/class_userManagement.inc:553 -#, fuzzy -msgid "User delted" -msgstr "Foto personale" +#: plugins/admin/departments/generic.tpl:27 +msgid "Category for this subtree" +msgstr "" -#: plugins/admin/users/class_userManagement.inc:553 -#, fuzzy -msgid "User successfully removed." -msgstr "Setup completato" +#: plugins/admin/departments/generic.tpl:39 +msgid "Choose subtree to place department in" +msgstr "" -#: plugins/admin/users/class_userManagement.inc:558 -msgid "You are not allowed to delete this user!" +#: plugins/admin/departments/generic.tpl:63 +msgid "State where this subtree is located" msgstr "" -#: plugins/admin/users/class_userManagement.inc:664 -#: plugins/admin/ogroups/class_ogroup.inc:298 -msgid "none" -msgstr "nessuno" +#: plugins/admin/departments/generic.tpl:71 +msgid "Location of this subtree" +msgstr "" -#: plugins/admin/users/class_userManagement.inc:683 -#, fuzzy -msgid "Please select a valid template." -msgstr "Prego inserire un numero di telefono valido!" +#: plugins/admin/departments/generic.tpl:79 +msgid "Postal address of this subtree" +msgstr "" -#: plugins/admin/users/class_userManagement.inc:776 -msgid "A person with the choosen name is already used in this tree." +#: plugins/admin/departments/generic.tpl:86 +msgid "Base telephone number of this subtree" msgstr "" -#: plugins/admin/users/template.tpl:2 -msgid "Creating a new user using templates" -msgstr "Crea un nuovo utente usando i template" +#: plugins/admin/departments/generic.tpl:94 +msgid "Base facsimile telephone number of this subtree" +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/departments/generic.tpl:109 +#: plugins/admin/departments/class_departmentGeneric.inc:578 +#, fuzzy +msgid "Administrative settings" +msgstr "Amministrazione" + +#: plugins/admin/departments/generic.tpl:111 +msgid "Tag department as an independent administrative unit" msgstr "" -#: plugins/admin/users/password.tpl:2 +#: plugins/admin/departments/remove.tpl:6 msgid "" -"To change the user password use the fields below. The changes take effect " -"immediately. Please memorize the new password, because the user wouldn't be " -"able to login without it." +"This 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 "" -#: plugins/admin/users/main.inc:43 plugins/admin/users/main.inc:49 -msgid "User administration" -msgstr "Amministrazione utenti" - -#: plugins/admin/ogroups/class_ogroupManagement.inc:24 -#: plugins/admin/ogroups/class_ogroup.inc:758 -#: plugins/admin/ogroups/main.inc:35 plugins/admin/ogroups/main.inc:40 -msgid "Object groups" -msgstr "Gruppi di oggetti" +#: plugins/admin/departments/main.inc:41 plugins/admin/departments/main.inc:43 +msgid "Department management" +msgstr "" -#: plugins/admin/ogroups/class_ogroupManagement.inc:183 +#: plugins/admin/departments/class_departmentGeneric.inc:187 #, fuzzy, php-format -msgid "You're about to delete the following object entry %s" -msgstr "Non hai il permesso di cambiare la tua password." +msgid "Removing of department with dn '%s' failed." +msgstr "Imposta dipartimento" -#: plugins/admin/ogroups/class_ogroupManagement.inc:185 -#, fuzzy, php-format -msgid "You're about to delete the following object entries %s" -msgstr "Non hai il permesso di cambiare la tua password." +#: plugins/admin/departments/class_departmentGeneric.inc:246 +#: plugins/admin/departments/class_departmentGeneric.inc:248 +msgid "Department with that 'Name' already exists." +msgstr "" -#: plugins/admin/ogroups/class_ogroupManagement.inc:215 -#: plugins/admin/ogroups/class_ogroupManagement.inc:267 -#: plugins/admin/ogroups/class_ogroupManagement.inc:294 -msgid "You are not allowed to delete this object group!" +#: plugins/admin/departments/class_departmentGeneric.inc:253 +msgid "Required field 'Name' is not set." msgstr "" -#: plugins/admin/ogroups/class_ogroupManagement.inc:260 -#, php-format -msgid "You're about to delete the object group '%s'." +#: plugins/admin/departments/class_departmentGeneric.inc:256 +msgid "Required field 'Description' is not set." msgstr "" -#: plugins/admin/ogroups/class_ogroupManagement.inc:457 -msgid "Windows Install" +#: plugins/admin/departments/class_departmentGeneric.inc:260 +#, php-format +msgid "" +"The field 'Name' contains the reserved word '%s'. Please choose another name." msgstr "" -#: plugins/admin/ogroups/class_ogroupManagement.inc:458 +#: plugins/admin/departments/class_departmentGeneric.inc:312 html/main.php:149 #, fuzzy -msgid "Terminal" -msgstr "Terminali" - -#: plugins/admin/ogroups/class_ogroup.inc:156 -msgid "This 'dn' is no object group." -msgstr "" +msgid "Fatal error" +msgstr "Terminal Server" -#: plugins/admin/ogroups/class_ogroup.inc:300 -msgid "too many different objects!" +#: plugins/admin/departments/class_departmentGeneric.inc:312 +msgid "Cannot find an unused tag for this administrative unit!" msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:302 -msgid "users" -msgstr "utenti" - -#: plugins/admin/ogroups/class_ogroup.inc:303 -msgid "groups" -msgstr "gruppi" - -#: plugins/admin/ogroups/class_ogroup.inc:304 -msgid "applications" -msgstr "applicazioni" - -#: plugins/admin/ogroups/class_ogroup.inc:305 -msgid "departments" -msgstr "dipartimenti" +#: plugins/admin/departments/class_departmentGeneric.inc:358 +#, fuzzy, php-format +msgid "Saving of department with dn '%s' failed." +msgstr "Imposta dipartimento" -#: plugins/admin/ogroups/class_ogroup.inc:306 -msgid "servers" -msgstr "server" +#: plugins/admin/departments/class_departmentGeneric.inc:403 +#, php-format +msgid "Tagging '%s'." +msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:307 -msgid "workstations" +#: plugins/admin/departments/class_departmentGeneric.inc:488 +#, php-format +msgid "Moving '%s' to '%s'" msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:308 -#, fuzzy -msgid "winstations" -msgstr "Amministrazione" +#: plugins/admin/departments/class_departmentGeneric.inc:524 +#: include/class_acl.inc:643 include/class_acl.inc:650 +#: include/class_acl.inc:657 include/class_acl.inc:663 +#: ihtml/themes/default/snapshotdialog.tpl:20 +#: ihtml/themes/default/snapshotdialog.tpl:62 +msgid "Object" +msgstr "Oggetto" -#: plugins/admin/ogroups/class_ogroup.inc:309 -msgid "terminals" +#: plugins/admin/departments/class_departmentGeneric.inc:529 +#, php-format +msgid "FAILED to copy %s, aborting operation" msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:310 -msgid "phones" -msgstr "telefoni" +#: plugins/admin/departments/class_departmentGeneric.inc:561 +#: plugins/admin/departments/class_departmentGeneric.inc:566 +#: plugins/admin/departments/class_departmentManagement.inc:24 +#: plugins/admin/ogroups/class_divListOGroup.inc:64 +msgid "Departments" +msgstr "Dipartimenti" -#: plugins/admin/ogroups/class_ogroup.inc:311 -msgid "printers" -msgstr "stampanti" +#: plugins/admin/departments/class_departmentGeneric.inc:570 +msgid "Country" +msgstr "Paese" -#: plugins/admin/ogroups/class_ogroup.inc:318 -msgid "and" -msgstr "e" +#: plugins/admin/departments/class_departmentGeneric.inc:573 +msgid "Telephone" +msgstr "Telefono" -#: plugins/admin/ogroups/class_ogroup.inc:463 -msgid "Non existing dn:" +#: plugins/admin/departments/class_departmentGeneric.inc:630 +#, php-format +msgid "Object '%s' is already tagged" msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:607 -msgid "There is already an object with this cn." +#: plugins/admin/departments/class_departmentGeneric.inc:637 +#, php-format +msgid "Adding tag (%s) to object '%s'" msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:622 -msgid "You can combine two different object types at maximum only!" +#: plugins/admin/departments/class_departmentGeneric.inc:651 +#: plugins/admin/departments/class_departmentGeneric.inc:680 +#, php-format +msgid "Handle object tagging with dn '%s' failed." msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:678 -#, fuzzy, php-format -msgid "Saving of object group/generic with dn '%s' failed." -msgstr "Account Kolab" +#: plugins/admin/departments/class_departmentGeneric.inc:667 +#, php-format +msgid "Removing tag from object '%s'" +msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:691 -#, fuzzy, php-format -msgid "Removing of object group/generic with dn '%s' failed." -msgstr "Elimina estensioni Unix" +#: plugins/admin/departments/class_departmentManagement.inc:248 +#, php-format +msgid "You're about to delete the whole LDAP subtree placed under '%s'." +msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:753 +#: plugins/admin/ogroups/tabs_ogroups.inc:76 +#: plugins/admin/ogroups/tabs_ogroups.inc:228 #, fuzzy -msgid "Object group generic" -msgstr "Gruppo di oggetti" - -#: plugins/admin/ogroups/class_ogroup.inc:761 plugins/admin/acl/acl_role.tpl:7 -#: plugins/admin/acl/class_aclRole.inc:677 plugins/admin/acl/paste_role.tpl:4 -#: plugins/admin/groups/class_groupGeneric.inc:1001 -#: setup/setup_migrate.tpl:209 setup/setup_feedback.tpl:22 html/getxls.php:223 -#: html/getxls.php:290 -msgid "Name" -msgstr "Cognome" +msgid "Phone queue" +msgstr "Numero di telefono" -#: plugins/admin/ogroups/class_ogroup.inc:764 +#: plugins/admin/ogroups/tabs_ogroups.inc:100 #, fuzzy -msgid "Member" -msgstr "Membri" +msgid "System" +msgstr "Sistemi" + +#: plugins/admin/ogroups/tabs_ogroups.inc:108 +#: plugins/admin/ogroups/tabs_ogroups.inc:115 +#: plugins/admin/ogroups/tabs_ogroups.inc:208 +msgid "Devices" +msgstr "Dispositivi" + +#: plugins/admin/ogroups/tabs_ogroups.inc:122 +msgid "Startup" +msgstr "Avvio" + +#: plugins/admin/ogroups/tabs_ogroups.inc:204 +msgid "Terminals" +msgstr "Terminali" #: plugins/admin/ogroups/ogroup_objects.tpl:6 msgid "Select objects to add" @@ -3140,6 +3019,18 @@ msgstr "Seleziona per mostrare le applicazioni" msgid "Show applications" msgstr "Mostra applicazioni" +#: plugins/admin/ogroups/ogroup_objects.tpl:31 +msgid "Show servers" +msgstr "Mostra server" + +#: plugins/admin/ogroups/ogroup_objects.tpl:32 +msgid "Select to see workstations" +msgstr "" + +#: plugins/admin/ogroups/ogroup_objects.tpl:32 +msgid "Show workstations" +msgstr "Mostra workstation" + #: plugins/admin/ogroups/ogroup_objects.tpl:33 msgid "Select to see terminals" msgstr "" @@ -3168,49 +3059,65 @@ msgstr "Mostra telefoni" msgid "Display objects of department" msgstr "" -#: plugins/admin/ogroups/ogroup_objects.tpl:45 -msgid "Display objects matching" -msgstr "" +#: plugins/admin/ogroups/ogroup_objects.tpl:45 +msgid "Display objects matching" +msgstr "" + +#: plugins/admin/ogroups/ogroup_objects.tpl:46 +msgid "Regular expression for matching object names" +msgstr "" + +#: plugins/admin/ogroups/class_ogroupManagement.inc:24 +#: plugins/admin/ogroups/class_ogroup.inc:746 +#: plugins/admin/ogroups/main.inc:35 plugins/admin/ogroups/main.inc:40 +msgid "Object groups" +msgstr "Gruppi di oggetti" + +#: plugins/admin/ogroups/class_ogroupManagement.inc:183 +#, fuzzy, php-format +msgid "You're about to delete the following object entry %s" +msgstr "Non hai il permesso di cambiare la tua password." + +#: plugins/admin/ogroups/class_ogroupManagement.inc:185 +#, fuzzy, php-format +msgid "You're about to delete the following object entries %s" +msgstr "Non hai il permesso di cambiare la tua password." + +#: plugins/admin/ogroups/class_ogroupManagement.inc:260 +#, php-format +msgid "You're about to delete the object group '%s'." +msgstr "" + +#: plugins/admin/ogroups/class_ogroupManagement.inc:454 +#: plugins/generic/references/class_reference.inc:44 +#: setup/setup_config2.tpl:264 setup/setup_config2.tpl:309 +msgid "Server" +msgstr "Server" -#: plugins/admin/ogroups/ogroup_objects.tpl:46 -msgid "Regular expression for matching object names" +#: plugins/admin/ogroups/class_ogroupManagement.inc:456 +#: plugins/generic/references/class_reference.inc:48 +msgid "Workstation" msgstr "" -#: plugins/admin/ogroups/remove.tpl:7 -msgid "" -"Please double check if you really want to do this since there is no way for " -"GOsa to get your data back." +#: plugins/admin/ogroups/class_ogroupManagement.inc:457 +msgid "Windows Install" msgstr "" -#: plugins/admin/ogroups/paste_generic.tpl:4 -#: plugins/admin/ogroups/generic.tpl:7 -#: plugins/admin/groups/paste_generic.tpl:5 -#: plugins/admin/groups/generic.tpl:11 -msgid "Group name" -msgstr "Nome gruppo" +#: plugins/admin/ogroups/class_ogroupManagement.inc:458 +#, fuzzy +msgid "Terminal" +msgstr "Terminali" + +#: plugins/admin/ogroups/class_ogroupManagement.inc:459 +#: plugins/generic/references/class_reference.inc:52 +msgid "Printer" +msgstr "Stampante" #: plugins/admin/ogroups/paste_generic.tpl:7 #, fuzzy msgid "Please enter the new object group name" msgstr "Inserisci la URI del server LDAP" -#: plugins/admin/ogroups/generic.tpl:10 -msgid "Name of the group" -msgstr "Nome del gruppo" - -#: plugins/admin/ogroups/generic.tpl:18 plugins/admin/groups/generic.tpl:28 -msgid "Descriptive text for this group" -msgstr "Nome descrittivo del gruppo" - -#: plugins/admin/ogroups/generic.tpl:29 plugins/admin/acl/acl_role.tpl:31 -#: plugins/admin/groups/generic.tpl:43 -msgid "Choose subtree to place group in" -msgstr "Scegli il subtree dove mettere il gruppo" - -#: plugins/admin/ogroups/generic.tpl:42 -msgid "Member objects" -msgstr "Oggetti membri" - #: plugins/admin/ogroups/class_divListOGroup.inc:39 #: plugins/admin/ogroups/class_divListOGroup.inc:40 #, fuzzy @@ -3233,13 +3140,6 @@ msgstr "" msgid "Name of object groups" msgstr "Nome del gruppo" -#: plugins/admin/ogroups/class_divListOGroup.inc:64 -#: plugins/admin/departments/class_departmentManagement.inc:24 -#: plugins/admin/departments/class_departmentGeneric.inc:582 -#: plugins/admin/departments/class_departmentGeneric.inc:587 -msgid "Departments" -msgstr "Dipartimenti" - #: plugins/admin/ogroups/class_divListOGroup.inc:69 #, fuzzy msgid "Select to see groups containing users" @@ -3333,17 +3233,11 @@ msgstr "Mostra gruppi che contengono stampanti" msgid "Show groups containing phones" msgstr "Mostra gruppi che contengono stampanti" -#: plugins/admin/ogroups/class_divListOGroup.inc:253 -#: plugins/admin/departments/class_divListDepartment.inc:166 -#: plugins/admin/groups/class_divListGroup.inc:263 -msgid "Edit this entry" -msgstr "Modifica questo record" - -#: plugins/admin/ogroups/class_divListOGroup.inc:261 -#: plugins/admin/departments/class_divListDepartment.inc:171 -#: plugins/admin/groups/class_divListGroup.inc:272 -msgid "Delete this entry" -msgstr "Elimina questo record" +#: plugins/admin/ogroups/class_divListOGroup.inc:176 +#: plugins/admin/ogroups/class_divListOGroup.inc:294 +#: plugins/generic/references/class_reference.inc:50 +msgid "Object group" +msgstr "Gruppo di oggetti" #: plugins/admin/ogroups/class_divListOGroup.inc:264 #, fuzzy @@ -3355,1567 +3249,1377 @@ msgstr "Non hai il permesso di cambiare la tua password." msgid "Number of listed object groups" msgstr "Nome del gruppo" -#: plugins/admin/ogroups/tabs_ogroups.inc:71 -#: plugins/admin/ogroups/tabs_ogroups.inc:215 -#, fuzzy -msgid "Phone queue" -msgstr "Numero di telefono" - -#: plugins/admin/ogroups/tabs_ogroups.inc:95 -#, fuzzy -msgid "System" -msgstr "Sistemi" - -#: plugins/admin/ogroups/tabs_ogroups.inc:193 -msgid "Terminals" -msgstr "Terminali" - -#: plugins/admin/departments/class_departmentManagement.inc:178 -#: plugins/admin/groups/class_groupManagement.inc:298 -#, fuzzy, php-format -msgid "You're about to delete the following entry %s" -msgstr "Non hai il permesso di cambiare la tua password." - -#: plugins/admin/departments/class_departmentManagement.inc:180 -#: plugins/admin/groups/class_groupManagement.inc:300 -#, fuzzy, php-format -msgid "You're about to delete the following entries %s" -msgstr "Non hai il permesso di cambiare la tua password." - -#: plugins/admin/departments/class_departmentManagement.inc:206 -#: plugins/admin/departments/class_departmentManagement.inc:254 -#: plugins/admin/departments/class_departmentManagement.inc:273 -msgid "You have no permission to remove this department." -msgstr "" - -#: plugins/admin/departments/class_departmentManagement.inc:248 -#, php-format -msgid "You're about to delete the whole LDAP subtree placed under '%s'." -msgstr "" - -#: plugins/admin/departments/tabs_department.inc:34 -msgid "Try to move tree failed. Destination tree is subtree of source tree." -msgstr "" - -#: plugins/admin/departments/dep_move_confirm.tpl:2 -msgid "You are currently moving/renaming this department." -msgstr "" - -#: plugins/admin/departments/dep_move_confirm.tpl:5 -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:8 -msgid "GOsa can NOT fix this for you, yet." -msgstr "" - -#: plugins/admin/departments/dep_move_confirm.tpl:11 -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_departmentGeneric.inc:197 -#, fuzzy, php-format -msgid "Removing of department with dn '%s' failed." -msgstr "Imposta dipartimento" - -#: plugins/admin/departments/class_departmentGeneric.inc:258 -#: plugins/admin/departments/class_departmentGeneric.inc:260 -msgid "Department with that 'Name' already exists." -msgstr "" - -#: plugins/admin/departments/class_departmentGeneric.inc:265 -msgid "Required field 'Name' is not set." -msgstr "" - -#: plugins/admin/departments/class_departmentGeneric.inc:268 -msgid "Required field 'Description' is not set." -msgstr "" - -#: plugins/admin/departments/class_departmentGeneric.inc:272 -#, php-format -msgid "" -"The field 'Name' contains the reserved word '%s'. Please choose another name." -msgstr "" - -#: plugins/admin/departments/class_departmentGeneric.inc:326 -msgid "Fatal error: Can't find an unused tag to mark the administrative unit!" -msgstr "" - -#: plugins/admin/departments/class_departmentGeneric.inc:376 -#, fuzzy, php-format -msgid "Saving of department with dn '%s' failed." -msgstr "Imposta dipartimento" - -#: plugins/admin/departments/class_departmentGeneric.inc:424 -#, php-format -msgid "Tagging '%s'." -msgstr "" - -#: plugins/admin/departments/class_departmentGeneric.inc:509 -#, php-format -msgid "Moving '%s' to '%s'" -msgstr "" - -#: plugins/admin/departments/class_departmentGeneric.inc:550 -#, php-format -msgid "FAILED to copy %s, aborting operation" -msgstr "" - -#: plugins/admin/departments/class_departmentGeneric.inc:591 -msgid "Country" -msgstr "Paese" - -#: plugins/admin/departments/class_departmentGeneric.inc:594 -msgid "Telephone" -msgstr "Telefono" - -#: plugins/admin/departments/class_departmentGeneric.inc:595 -#: plugins/admin/departments/class_divListDepartment.inc:48 -#, fuzzy -msgid "Department name" -msgstr "Dipartimento" - -#: plugins/admin/departments/class_departmentGeneric.inc:596 -#: plugins/admin/departments/generic.tpl:24 -msgid "Category" -msgstr "" - -#: plugins/admin/departments/class_departmentGeneric.inc:599 -#: plugins/admin/departments/generic.tpl:117 -#, fuzzy -msgid "Administrative settings" -msgstr "Amministrazione" - -#: plugins/admin/departments/class_departmentGeneric.inc:651 -#, php-format -msgid "Object '%s' is already tagged" -msgstr "" - -#: plugins/admin/departments/class_departmentGeneric.inc:658 -#, php-format -msgid "Adding tag (%s) to object '%s'" -msgstr "" - -#: plugins/admin/departments/class_departmentGeneric.inc:672 -#: plugins/admin/departments/class_departmentGeneric.inc:701 -#, php-format -msgid "Handle object tagging with dn '%s' failed." -msgstr "" - -#: plugins/admin/departments/class_departmentGeneric.inc:688 -#, php-format -msgid "Removing tag from object '%s'" -msgstr "" - -#: plugins/admin/departments/remove.tpl:6 -msgid "" -"This includes 'all' accounts, systems, etc. in this subtree. Please double " -"check if your really want to do this since there is no way for GOsa to get " -"your data back." -msgstr "" - -#: plugins/admin/departments/remove.tpl:10 plugins/admin/acl/remove.tpl:10 -msgid "" -"Best thing to do before performing this action would be to save the current " -"contents of your LDAP tree in a file. So - if you've done so - press " -"'Delete' to continue or 'Cancel' to abort." -msgstr "" - -#: plugins/admin/departments/class_divListDepartment.inc:27 -#: plugins/admin/departments/class_divListDepartment.inc:28 -msgid "List of departments" -msgstr "Lista dei dipartimenti" - -#: plugins/admin/departments/class_divListDepartment.inc:33 -#, fuzzy -msgid "" -"This menu allows you to create, delete and edit selected departments. Having " -"a large number of departments, you might prefer the range selectors on top " -"of the department list." -msgstr "" -"Questo menù permette di creare, modificare e cancellare gli utenti " -"selezionati. Avendo un gran numero di utenti, puoi usare i selettori di " -"intervalli in cima alla lista degli utenti." - -#: plugins/admin/departments/class_divListDepartment.inc:56 -msgid "Regular expression for matching department names" -msgstr "" - -#: plugins/admin/departments/class_divListDepartment.inc:200 -#, fuzzy -msgid "department" -msgstr "dipartimenti" - -#: plugins/admin/departments/generic.tpl:8 -msgid "Name of department" -msgstr "" - -#: plugins/admin/departments/generic.tpl:11 -msgid "Name of subtree to create" -msgstr "" - -#: plugins/admin/departments/generic.tpl:19 -msgid "Descriptive text for department" -msgstr "" - -#: plugins/admin/departments/generic.tpl:27 -msgid "Category for this subtree" -msgstr "" - -#: plugins/admin/departments/generic.tpl:39 -msgid "Choose subtree to place department in" -msgstr "" - -#: plugins/admin/departments/generic.tpl:63 -msgid "State where this subtree is located" -msgstr "" +#: plugins/admin/ogroups/class_ogroup.inc:150 setup/setup_ldap.tpl:121 +#: ihtml/themes/default/MultiSelectWindow.tpl:44 +#: ihtml/themes/default/MultiSelectWindow.tpl:84 +#: ihtml/themes/default/msg_dialog.tpl:59 +#: ihtml/themes/default/msg_dialog.tpl:104 +msgid "Information" +msgstr "Informazioni" -#: plugins/admin/departments/generic.tpl:71 -msgid "Location of this subtree" +#: plugins/admin/ogroups/class_ogroup.inc:150 +msgid "You cannot combine terminals and workstations in one object group!" msgstr "" -#: plugins/admin/departments/generic.tpl:79 -msgid "Postal address of this subtree" +#: plugins/admin/ogroups/class_ogroup.inc:171 +msgid "This 'dn' is no object group." msgstr "" -#: plugins/admin/departments/generic.tpl:86 -msgid "Base telephone number of this subtree" +#: plugins/admin/ogroups/class_ogroup.inc:288 +msgid "too many different objects!" msgstr "" -#: plugins/admin/departments/generic.tpl:94 -msgid "Base facsimile telephone number of this subtree" -msgstr "" +#: plugins/admin/ogroups/class_ogroup.inc:290 +msgid "users" +msgstr "utenti" -#: plugins/admin/departments/generic.tpl:119 -msgid "Tag department as an independent administrative unit" -msgstr "" +#: plugins/admin/ogroups/class_ogroup.inc:291 +msgid "groups" +msgstr "gruppi" -#: plugins/admin/departments/main.inc:41 plugins/admin/departments/main.inc:43 -msgid "Department management" -msgstr "" +#: plugins/admin/ogroups/class_ogroup.inc:292 +msgid "applications" +msgstr "applicazioni" -#: plugins/admin/departments/dep_iframe.tpl:1 -msgid "Processing the requested operation" -msgstr "" +#: plugins/admin/ogroups/class_ogroup.inc:293 +msgid "departments" +msgstr "dipartimenti" -#: 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/ogroups/class_ogroup.inc:294 +msgid "servers" +msgstr "server" -#: plugins/admin/acl/tabs_acl.inc:8 plugins/admin/acl/class_divListACL.inc:240 -msgid "Acl" +#: plugins/admin/ogroups/class_ogroup.inc:295 +msgid "workstations" msgstr "" -#: plugins/admin/acl/class_aclRole.inc:6 -#, fuzzy -msgid "Access control list templates" -msgstr "Opzioni di accesso" - -#: plugins/admin/acl/class_aclRole.inc:103 include/class_acl.inc:177 +#: plugins/admin/ogroups/class_ogroup.inc:296 #, fuzzy -msgid "All categories" -msgstr "Aggiungi contatto" +msgid "winstations" +msgstr "Amministrazione" -#: plugins/admin/acl/class_aclRole.inc:110 include/class_acl.inc:185 -msgid "Reset ACLs" +#: plugins/admin/ogroups/class_ogroup.inc:297 +msgid "terminals" msgstr "" -#: plugins/admin/acl/class_aclRole.inc:111 include/class_acl.inc:186 -msgid "One level" -msgstr "" +#: plugins/admin/ogroups/class_ogroup.inc:298 +msgid "phones" +msgstr "telefoni" -#: plugins/admin/acl/class_aclRole.inc:112 include/class_acl.inc:187 -#: include/class_acl.inc:192 -#, fuzzy -msgid "Current object" -msgstr "Password attuale" +#: plugins/admin/ogroups/class_ogroup.inc:299 +msgid "printers" +msgstr "stampanti" -#: plugins/admin/acl/class_aclRole.inc:113 include/class_acl.inc:188 -#, fuzzy -msgid "Complete subtree" -msgstr "incompleto" +#: plugins/admin/ogroups/class_ogroup.inc:306 +msgid "and" +msgstr "e" -#: plugins/admin/acl/class_aclRole.inc:114 include/class_acl.inc:189 -msgid "Complete subtree (permanent)" +#: plugins/admin/ogroups/class_ogroup.inc:451 +msgid "Non existing dn:" msgstr "" -#: plugins/admin/acl/class_aclRole.inc:338 -#: include/class_MultiSelectWindow.inc:227 -#: include/class_MultiSelectWindow.inc:229 include/class_acl.inc:407 -msgid "Up" +#: plugins/admin/ogroups/class_ogroup.inc:595 +msgid "There is already an object with this cn." msgstr "" -#: plugins/admin/acl/class_aclRole.inc:339 include/class_acl.inc:408 -#, fuzzy -msgid "Down" -msgstr "Dominio" +#: plugins/admin/ogroups/class_ogroup.inc:610 +msgid "You can combine two different object types at maximum only!" +msgstr "" -#: plugins/admin/acl/class_aclRole.inc:340 include/class_acl.inc:409 -#, fuzzy -msgid "Edit ACL" -msgstr "Modifica" +#: plugins/admin/ogroups/class_ogroup.inc:666 +#, fuzzy, php-format +msgid "Saving of object group/generic with dn '%s' failed." +msgstr "Account Kolab" -#: plugins/admin/acl/class_aclRole.inc:341 include/class_acl.inc:410 +#: plugins/admin/ogroups/class_ogroup.inc:679 +#, fuzzy, php-format +msgid "Removing of object group/generic with dn '%s' failed." +msgstr "Elimina estensioni Unix" + +#: plugins/admin/ogroups/class_ogroup.inc:741 #, fuzzy -msgid "Delete ACL" -msgstr "Rimuovi" +msgid "Object group generic" +msgstr "Gruppo di oggetti" -#: plugins/admin/acl/class_aclRole.inc:378 include/class_acl.inc:445 +#: plugins/admin/ogroups/class_ogroup.inc:752 #, fuzzy -msgid "No ACL settings for this category" -msgstr "Nome descrittivo del gruppo" +msgid "Member" +msgstr "Membri" -#: plugins/admin/acl/class_aclRole.inc:380 include/class_acl.inc:447 -#, php-format -msgid "Contains ACLs for these objects: %s" -msgstr "" +#: plugins/admin/ogroups/generic.tpl:10 +msgid "Name of the group" +msgstr "Nome del gruppo" -#: plugins/admin/acl/class_aclRole.inc:385 include/class_acl.inc:452 -#, fuzzy -msgid "Edit categories ACLs" -msgstr "classe" +#: plugins/admin/ogroups/generic.tpl:42 +msgid "Member objects" +msgstr "Oggetti membri" -#: plugins/admin/acl/class_aclRole.inc:386 include/class_acl.inc:453 -msgid "Clear categories ACLs" +#: plugins/admin/ogroups/remove.tpl:7 +msgid "" +"Please double check if you really want to do this since there is no way for " +"GOsa to get your data back." msgstr "" -#: plugins/admin/acl/class_aclRole.inc:402 include/class_acl.inc:498 -#, php-format -msgid "Edit ACL for '%s', scope is '%s'" -msgstr "" +#: plugins/generic/references/class_reference.inc:30 +msgid "FAX" +msgstr "FAX" -#: plugins/admin/acl/class_aclRole.inc:412 include/class_acl.inc:508 -msgid "All objects in current subtree" -msgstr "" +#: plugins/generic/references/class_reference.inc:32 +msgid "Proxy" +msgstr "Proxy" -#: plugins/admin/acl/class_aclRole.inc:564 include/class_acl.inc:1061 -#, fuzzy, php-format -msgid "Saving ACLs with dn '%s' failed." -msgstr "Nome applicazione" +#: plugins/generic/references/class_reference.inc:34 +msgid "FTP" +msgstr "FTP" -#: plugins/admin/acl/class_aclRole.inc:596 -#, php-format -msgid "" -"This role can't be removed while it is in use. Follwing objects are using " -"this role %s" +#: plugins/generic/references/class_reference.inc:46 +msgid "Thin Client" msgstr "" -#: plugins/admin/acl/class_aclRole.inc:602 -#, fuzzy, php-format -msgid "Removing of aclRole with dn '%s' failed." -msgstr "Elimina estensioni per le applicazioni" +#: plugins/generic/references/contents.tpl:11 +msgid "Object name" +msgstr "Nome dell'oggetto" -#: plugins/admin/acl/class_aclRole.inc:614 -#, fuzzy, php-format -msgid "Removing aclRole from objectgroup '%s' failed" -msgstr "Mostra gruppi di applicazioni" +#: plugins/generic/references/contents.tpl:11 +msgid "Contents" +msgstr "Contenuti" -#: plugins/admin/acl/class_aclRole.inc:669 include/class_acl.inc:1098 -#, fuzzy -msgid "ACL roles" -msgstr "ACL" +#: plugins/generic/references/contents.tpl:18 +msgid "This object has no relationship to other objects." +msgstr "Questo oggetto non ha relazioni con altri oggetti." -#: plugins/admin/acl/class_aclRole.inc:674 +#: plugins/generic/welcome/welcome.tpl:4 #, fuzzy -msgid "Acl roles" -msgstr "Riferimenti" - -#: plugins/admin/acl/remove.tpl:6 msgid "" -"This includes all system and setup informations. Please double check if your " -"really want to do this since there is no way for GOsa to get your data back." +"This is the GOsa main menu. You can select your tasks from the menu on the " +"left, or by choosing one of the pictograms below. All changes apply directly " +"to your companies LDAP server." msgstr "" +"Questa è la schermata principale di GOsa. Puoi selezionare le attività " +"tramite il menù sulla sinitra o cliccando slle icone qui sotto. Tutti i " +"cambiamenti sono applicati immediatamente al server LDAP." -#: plugins/admin/acl/tabs_acl_role.inc:8 -#, fuzzy -msgid "ACL Templates" -msgstr "Template" +#: plugins/generic/welcome/welcome.tpl:8 +msgid "" +"Use 'Sign out' on the upper left to close the connection and 'Main' to get " +"back to the pictogram view." +msgstr "" +"Usa Termina la sessione in alto a sinistra per uscire e " +"Principale per tornare alla schermata principale." -#: plugins/admin/acl/class_divListACL.inc:31 -#, fuzzy -msgid "List of acl" -msgstr "Lista dei gruppi" +#: plugins/generic/welcome/welcome.tpl:15 +msgid "The GOsa team" +msgstr "Il team di GOsa" -#: plugins/admin/acl/class_divListACL.inc:32 -#, fuzzy -msgid "List of acls" -msgstr "Lista dei gruppi" +#: plugins/generic/welcome/main.inc:24 +#, php-format +msgid "Welcome %s!" +msgstr "Benvenuto %s!" -#: plugins/admin/acl/class_divListACL.inc:36 -msgid "This menu allows you to edit and delete selected acls." +#: include/utils/class_timezone.inc:51 +#, php-format +msgid "" +"The timezone setting '%s' in your gosa.conf is not valid. Cannot calculate " +"correct timezone offset." msgstr "" -#: plugins/admin/acl/class_divListACL.inc:61 -msgid "Ignore subtrees" +#: include/password-methods/class_password-methods-sha.inc:46 +#: include/password-methods/class_password-methods-ssha.inc:51 +#, php-format +msgid "Cannot use %s encryption: no PHP functions for sha1/mhash available" msgstr "" -#: plugins/admin/acl/class_divListACL.inc:65 -#, fuzzy -msgid "Display acls matching" -msgstr "Mosra gruppi corrispondenti a" +#: include/class_certificate.inc:35 +msgid "Can't open specified file, check accessibility and or existence" +msgstr "" -#: plugins/admin/acl/class_divListACL.inc:224 -#, fuzzy -msgid "Edit acl role" -msgstr "Modifica contatto" +#: include/class_certificate.inc:53 +msgid "Can't read specified certificate / or empty string given" +msgstr "" -#: plugins/admin/acl/class_divListACL.inc:234 -#, fuzzy -msgid "Delete acl role" -msgstr "Rimuovi" +#: include/class_certificate.inc:80 +msgid "Can't load certificate, possibly unsupported format (use PEM/DER) " +msgstr "" -#: plugins/admin/acl/class_divListACL.inc:246 -#, fuzzy -msgid "Edit acl" -msgstr "classe" +#: include/class_certificate.inc:95 +msgid "The Format must be PEM, to output certificate informations" +msgstr "" -#: plugins/admin/acl/class_divListACL.inc:250 -#, fuzzy -msgid "Delete acl" -msgstr "Rimuovi" +#: include/class_certificate.inc:192 +msgid "Can't create/open File" +msgstr "Errore nella creazione/apertura del file" -#: plugins/admin/acl/main.inc:43 plugins/admin/acl/main.inc:45 -#, fuzzy -msgid "ACL management" -msgstr "Riferimenti" +#: include/class_certificate.inc:199 +msgid "No valid certificate loaded" +msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:24 +#: include/class_MultiSelectWindow.inc:114 setup/setup_migrate.tpl:79 #, fuzzy -msgid "ACLs" -msgstr "ACL" +msgid "Close" +msgstr "Scegli" -#: plugins/admin/acl/class_aclManagement.inc:160 -#, fuzzy -msgid "You are not allowed to create a new role." -msgstr "Non hai il permesso di cambiare la tua password." +#: include/class_MultiSelectWindow.inc:219 +msgid "Go to root department" +msgstr "Vai al dipartimento base" -#: plugins/admin/acl/class_aclManagement.inc:197 -#, fuzzy -msgid "You are not allowed to edit this acl." -msgstr "Non hai il permesso di cambiare la tua password." +#: include/class_MultiSelectWindow.inc:219 +#: include/class_MultiSelectWindow.inc:221 +msgid "Root" +msgstr "Root" -#: plugins/admin/acl/class_aclManagement.inc:242 -#: plugins/admin/acl/class_aclManagement.inc:306 -#, fuzzy, php-format -msgid "You're about to delete the acl %s." -msgstr "Non hai il permesso di cambiare la tua password." +#: include/class_MultiSelectWindow.inc:227 +msgid "Go up one department" +msgstr "Sali di dipartimento" -#: plugins/admin/acl/class_aclManagement.inc:250 -#: plugins/admin/acl/class_aclManagement.inc:313 -#: plugins/admin/acl/class_aclManagement.inc:337 -#, fuzzy -msgid "You are not allowed to delete this acl!" -msgstr "Non hai il permesso di cambiare la tua password." +#: include/class_MultiSelectWindow.inc:235 +msgid "Go to users department" +msgstr "Vai agli utenti del dipartimento" -#: plugins/admin/acl/class_aclManagement.inc:274 -#, fuzzy -msgid "You are not allowed to delete this acl role!" -msgstr "Non hai il permesso di cambiare la tua password." +#: include/class_MultiSelectWindow.inc:235 +#: include/class_MultiSelectWindow.inc:237 +msgid "Home" +msgstr "Home" -#: plugins/admin/groups/class_divListGroup.inc:35 -#: plugins/admin/groups/class_divListGroup.inc:36 -msgid "List of groups" -msgstr "Lista dei gruppi" +#: include/class_MultiSelectWindow.inc:242 +msgid "Reload list" +msgstr "" -#: plugins/admin/groups/class_divListGroup.inc:41 -msgid "" -"This menu allows you to add, edit and remove selected groups. You may want " -"to use the range selector on top of the group listbox, when working with a " -"large number of groups." +#: include/class_MultiSelectWindow.inc:503 +#, php-format +msgid "Inconsistent DN encoding detected: '%s'" msgstr "" -"Questo menù permette di creare, modificare e cancellare i gruppi " -"selezionati. Avendo un gran numero di gruppi, puoi usare i selettori di " -"intervalli in cima alla lista dei gruppi." -#: plugins/admin/groups/class_divListGroup.inc:60 +#: include/class_MultiSelectWindow.inc:622 +#: include/class_MultiSelectWindow.inc:626 +#: include/class_MultiSelectWindow.inc:630 #, fuzzy -msgid "Groupname / Department" -msgstr "Sali di dipartimento" +msgid "Restore" +msgstr "Riprova" -#: plugins/admin/groups/class_divListGroup.inc:65 -msgid "Select to see groups that are primary groups of users" -msgstr "Selezione per mostrare i gruppi che sono gruppi primari per gli utenti" +#: include/class_MultiSelectWindow.inc:625 +msgid "Restore snapshopts of already deleted objects" +msgstr "" -#: plugins/admin/groups/class_divListGroup.inc:65 -msgid "Show primary groups" -msgstr "Mostra gruppi principali" +#: include/class_MultiSelectWindow.inc:648 +#: include/class_SnapShotDialog.inc:113 +msgid "Restore snapshot" +msgstr "" -#: plugins/admin/groups/class_divListGroup.inc:66 -msgid "Select to see groups that have samba groups mappings" -msgstr "Seleziona per mostrare i gruppi che sono gruppi samba per gli utenti" +#: include/class_MultiSelectWindow.inc:654 +#, fuzzy +msgid "Create snapshot" +msgstr "Crea estensioni di posta" -#: plugins/admin/groups/class_divListGroup.inc:66 -msgid "Show samba groups" -msgstr "Mostra gruppi samba" +#: include/class_MultiSelectWindow.inc:654 +#, fuzzy +msgid "Create a new snapshot from this object" +msgstr "Gruppo di oggetti" -#: plugins/admin/groups/class_divListGroup.inc:67 -msgid "Select to see groups that have applications configured" +#: include/php_setup.inc:93 +msgid "Generating this page caused the PHP interpreter to raise some errors!" msgstr "" -"Seleziona per mostrare i gruppi che hanno configurate delle applicazioni" -#: plugins/admin/groups/class_divListGroup.inc:67 -msgid "Show application groups" -msgstr "Mostra gruppi di applicazioni" +#: include/php_setup.inc:98 +msgid "Send bug report to the GOsa Team" +msgstr "" -#: plugins/admin/groups/class_divListGroup.inc:68 -msgid "Select to see groups that have mail settings" -msgstr "Seleziona per mostrare i gruppi che hanno configurata la posta" +#: include/php_setup.inc:98 +msgid "Send bugreport" +msgstr "" -#: plugins/admin/groups/class_divListGroup.inc:68 -msgid "Show mail groups" -msgstr "Mostra gruppi di posta" +#: include/php_setup.inc:103 +msgid "Toggle information" +msgstr "" -#: plugins/admin/groups/class_divListGroup.inc:69 -msgid "Select to see normal groups that have only functional aspects" -msgstr "Seleziona per mostrare i gruppi che hanno solo aspetti funzionali" +#: include/php_setup.inc:113 +msgid "PHP error" +msgstr "Errore PHP" -#: plugins/admin/groups/class_divListGroup.inc:69 -msgid "Show functional groups" -msgstr "Mostra gruppi funzionali" +#: include/php_setup.inc:132 +msgid "class" +msgstr "classe" -#: plugins/admin/groups/class_divListGroup.inc:329 -#, fuzzy -msgid "Number of listed groups" -msgstr "Nome del gruppo" +#: include/php_setup.inc:138 +msgid "function" +msgstr "funzione" -#: plugins/admin/groups/group_objects.tpl:6 -msgid "Select users to add" -msgstr "Selezioni utenti da aggiungere" +#: include/php_setup.inc:143 +msgid "static" +msgstr "statico" -#: plugins/admin/groups/group_objects.tpl:30 -msgid "Search within subtree" -msgstr "" +#: include/php_setup.inc:147 +msgid "method" +msgstr "metodo" -#: plugins/admin/groups/group_objects.tpl:37 -msgid "Display users of department" -msgstr "Mostra utenti del dipartimento" +#: include/php_setup.inc:180 +msgid "Trace" +msgstr "" -#: plugins/admin/groups/group_objects.tpl:47 -msgid "Regular expression for matching user names" +#: include/php_setup.inc:181 +msgid "File" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:334 -#: plugins/admin/groups/class_groupManagement.inc:387 -#: plugins/admin/groups/class_groupManagement.inc:418 -msgid "You are not allowed to delete this group!" +#: include/php_setup.inc:181 +msgid "Line" msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:380 +#: include/php_setup.inc:181 +msgid "Type" +msgstr "Tipo" + +#: include/php_setup.inc:182 +msgid "Arguments" +msgstr "Argomenti" + +#: include/functions.inc:98 #, php-format -msgid "You're about to delete the group '%s'." +msgid "Fatal error: no class locations defined - please run '%s' to fix this" msgstr "" -#: plugins/admin/groups/remove.tpl:6 +#: include/functions.inc:105 +#, php-format 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." +"Fatal error: cannot instantiate class '%s' - try running '%s' to fix this" msgstr "" -#: plugins/admin/groups/paste_generic.tpl:1 -#, fuzzy -msgid "Group settings" -msgstr "Impostazioni FAX" +#: include/functions.inc:315 +#, 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/admin/groups/paste_generic.tpl:8 -#: plugins/admin/groups/generic.tpl:17 -msgid "Posix name of the group" -msgstr "Nome Unix del gruppo" +#: include/functions.inc:341 include/functions.inc:368 +#: include/functions.inc:406 +#, fuzzy, php-format +msgid "User login failed." +msgstr "Nome applicazione" -#: plugins/admin/groups/paste_generic.tpl:13 -#: plugins/admin/groups/generic.tpl:65 -msgid "Normally IDs are autogenerated, select to specify manually" +#: include/functions.inc:341 include/functions.inc:368 +#: include/functions.inc:406 include/functions.inc:602 +#: include/functions.inc:617 include/functions.inc:649 +#: include/functions.inc:688 include/functions.inc:733 +#: include/functions.inc:2503 +#, php-format +msgid "LDAP server returned: %s" msgstr "" -"Normalmente le ID sono autogenerate, selezionare per specificarelo " -"manulamente" - -#: plugins/admin/groups/paste_generic.tpl:15 -#: plugins/admin/groups/generic.tpl:68 -msgid "Force GID" -msgstr "Forza GID" - -#: plugins/admin/groups/paste_generic.tpl:18 -#: plugins/admin/groups/generic.tpl:71 -msgid "Forced ID number" -msgstr "Forza numero ID" -#: plugins/admin/groups/generic.tpl:83 plugins/admin/groups/generic.tpl:110 -msgid "Select to create a samba conform group" -msgstr "Seleziona per creare un gruppo conforme Samba" +#: include/functions.inc:377 include/functions.inc:447 +#, 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." -#: plugins/admin/groups/generic.tpl:95 plugins/admin/groups/generic.tpl:118 -msgid "in domain" -msgstr "nel dominio" +#: include/functions.inc:447 include/functions.inc:592 +#: include/functions.inc:617 include/functions.inc:678 +#: include/functions.inc:994 include/functions.inc:1875 +#: include/functions.inc:1909 include/functions.inc:1929 +#: include/class_acl.inc:806 include/class_CopyPasteHandler.inc:131 +#: include/class_CopyPasteHandler.inc:250 include/class_ldap.inc:561 +#: include/class_ldap.inc:609 include/class_log.inc:87 html/getvcard.php:37 +#, fuzzy +msgid "Internal error" +msgstr "Terminal Server" -#: plugins/admin/groups/generic.tpl:140 -msgid "Members are in a phone pickup group" -msgstr "I membri sono in un gruppo di risposta telefonica" +#: include/functions.inc:592 include/functions.inc:678 +msgid "Error while adding a lock. Contact the developers!" +msgstr "" -#: plugins/admin/groups/generic.tpl:155 -#, fuzzy -msgid "Members are in a nagios group" -msgstr "I membri sono in un gruppo di risposta telefonica" +#: include/functions.inc:602 +#, fuzzy, php-format +msgid "" +"Cannot create locking information in LDAP tree. Please contact your " +"administrator!" +msgstr "" +"Errore di connessione al server LDAP. Contatta l'amministratore del sistema." -#: plugins/admin/groups/generic.tpl:172 -msgid "Group members" -msgstr "Membri del gruppo" +#: include/functions.inc:617 +#, fuzzy, php-format +msgid "Adding a lock failed." +msgstr "Imposta dipartimento" -#: plugins/admin/groups/main.inc:40 plugins/admin/groups/main.inc:44 -msgid "Group administration" -msgstr "Amministrazione dei gruppi di utenti" +#: include/functions.inc:649 +#, fuzzy, php-format +msgid "Removing a lock failed." +msgstr "Elimina estensioni per le applicazioni" -#: plugins/admin/groups/class_groupGeneric.inc:137 -msgid "Can't find this groups SID in LDAP or in your configuration file!" -msgstr "" +#: include/functions.inc:688 include/functions.inc:733 +#, fuzzy, php-format +msgid "Cannot get locking information from LDAP tree!" +msgstr "Rimuovi" -#: plugins/admin/groups/class_groupGeneric.inc:193 -msgid "This 'dn' is no group." +#: include/functions.inc:696 +msgid "" +"Found multiple locks for object to be locked. This should not happen - " +"cleaning up multiple references." msgstr "" -#: plugins/admin/groups/class_groupGeneric.inc:334 -msgid "Samba group" -msgstr "Gruppo Samba" - -#: plugins/admin/groups/class_groupGeneric.inc:334 -msgid "Domain admins" -msgstr "Amministratori di Dominio" +#: include/functions.inc:922 +#, php-format +msgid "The size limit of %d entries is exceed!" +msgstr "" -#: plugins/admin/groups/class_groupGeneric.inc:334 -msgid "Domain users" -msgstr "Utenti di Dominio" +#: include/functions.inc:924 +#, php-format +msgid "" +"Set the new size limit to %s and show me this message if the limit still " +"exceeds" +msgstr "" -#: plugins/admin/groups/class_groupGeneric.inc:335 -msgid "Domain guests" -msgstr "Ospiti di Dominio" +#: include/functions.inc:941 +msgid "incomplete" +msgstr "incompleto" -#: plugins/admin/groups/class_groupGeneric.inc:340 -#, php-format -msgid "Special group (%d)" -msgstr "Gruppo speciale (%d)" +#: include/functions.inc:1177 include/functions.inc:1308 +msgid "LDAP error:" +msgstr "Errore LDAP" -#: plugins/admin/groups/class_groupGeneric.inc:494 -msgid "! unknown id" +#: include/functions.inc:1178 +msgid "" +"Problems with the LDAP server mean that you probably lost the last changes. " +"Please check your LDAP setup for possible errors and try again." msgstr "" -#: plugins/admin/groups/class_groupGeneric.inc:532 -#, php-format +#: include/functions.inc:1184 msgid "" -"Your search method returned more than '%s' users, only '%s' users are shown." +"Please check your input and fix the error. Press 'OK' to close this message " +"box." msgstr "" -#: plugins/admin/groups/class_groupGeneric.inc:561 -#: plugins/admin/groups/class_groupGeneric.inc:826 +#: include/functions.inc:1249 +#, fuzzy +msgid "Continue anyway" +msgstr "Continua" + +#: include/functions.inc:1251 +#, fuzzy +msgid "Edit anyway" +msgstr "Modifica contatto" + +#: include/functions.inc:1253 #, fuzzy, php-format -msgid "Removing of groups/generic with dn '%s' failed." -msgstr "Mostra gruppi di applicazioni" +msgid "You're going to edit the LDAP entry/entries '%s'" +msgstr "Non hai il permesso di cambiare la tua password." -#: plugins/admin/groups/class_groupGeneric.inc:711 +#: include/functions.inc:1311 #, php-format -msgid "No configured SID found for '%s'." +msgid "Plugin '%s':%s" msgstr "" -#: plugins/admin/groups/class_groupGeneric.inc:716 -#, php-format -msgid "No configured RIDBASE found for '%s'." +#: include/functions.inc:1472 +msgid "Entries per page" msgstr "" -#: plugins/admin/groups/class_groupGeneric.inc:858 -msgid "" -"The field 'Name' contains invalid characters. Lowercase, numbers and dashes " -"are allowed." +#: include/functions.inc:1500 +msgid "Apply filter" msgstr "" -#: plugins/admin/groups/class_groupGeneric.inc:869 -#: plugins/admin/groups/class_groupGeneric.inc:883 -#: plugins/admin/groups/class_groupGeneric.inc:890 -msgid "Value specified as 'Name' is already used." +#: include/functions.inc:1752 +msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" msgstr "" -#: plugins/admin/groups/class_groupGeneric.inc:944 -msgid "Too many users, can't allocate a free ID!" -msgstr "Troppi utenti non posso allocare un ID libero!" - -#: plugins/admin/groups/class_groupGeneric.inc:993 -#, fuzzy -msgid "Generic group settings" -msgstr "Impostazioni generali delle code" +#: include/functions.inc:1796 +#, php-format +msgid "GOsa development snapshot (Rev %s)" +msgstr "versione di sviluppo di GOsa (Rev %s)" -#: plugins/admin/groups/class_groupGeneric.inc:1005 -#, fuzzy -msgid "Phone pickup group" -msgstr "I membri sono in un gruppo di risposta telefonica" +#: include/functions.inc:1875 +#, php-format +msgid "File '%s' could not be deleted." +msgstr "" -#: plugins/admin/groups/class_groupGeneric.inc:1006 +#: include/functions.inc:1909 include/functions.inc:1929 #, fuzzy -msgid "Nagios group" -msgstr "Contatto" +msgid "Cannot write to revision file!" +msgstr "Rimuovi" -#: plugins/admin/groups/class_groupGeneric.inc:1009 -#, fuzzy -msgid "Group member" -msgstr "Membri del gruppo" +#: include/functions.inc:2171 include/functions.inc:2175 +#: include/functions.inc:2181 +msgid "'base_hook' is not available. Using default base." +msgstr "" -#: plugins/admin/groups/class_groupGeneric.inc:1010 +#: include/functions.inc:2203 #, fuzzy -msgid "Samba group type" -msgstr "Gruppo Samba" +msgid "LDAP warning" +msgstr "Amministrazione LDAP" -#: plugins/admin/groups/class_groupGeneric.inc:1011 -#, fuzzy -msgid "Samba domain name" -msgstr "Home di Samba" +#: include/functions.inc:2203 +msgid "Cannot get schema information from server. No schema check possible!" +msgstr "" -#: plugins/admin/groups/class_groupGeneric.inc:1012 setup/setup_config2.tpl:15 -#, fuzzy -msgid "Samba SID" -msgstr "Samba" +#: include/functions.inc:2229 +msgid "Used to store account specific informations." +msgstr "" -#: setup/class_setupStep_Language.inc:40 setup/class_setupStep_Language.inc:41 -#, fuzzy -msgid "Language setup" -msgstr "Lingua" +#: include/functions.inc:2236 +msgid "" +"Used to lock currently edited entries to avoid multiple changes at the same " +"time." +msgstr "" -#: setup/class_setupStep_Language.inc:42 -#, fuzzy -msgid "This step allows you to select your preferred language." -msgstr "Lingua preferita" +#: include/functions.inc:2279 +#, fuzzy, php-format +msgid "Missing required object class '%s'!" +msgstr "Lista dei dipartimenti" -#: setup/class_setupStep_Language.inc:47 -#, fuzzy -msgid "Automatic" -msgstr "automatico" +#: include/functions.inc:2281 +#, php-format +msgid "Missing optional object class '%s'!" +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." +#: include/functions.inc:2287 +#, php-format +msgid "Version mismatch for required object class '%s' (!=%s)!" msgstr "" -#: setup/setup_welcome.tpl:8 -msgid "What will the wizard do for you?" +#: include/functions.inc:2289 +#, php-format +msgid "Version mismatch for optional object class '%s' (!=%s)!" msgstr "" -#: setup/setup_welcome.tpl:11 -#, fuzzy -msgid "Create a basic, single site configuration" -msgstr "Scarica il file di configurazione" +#: include/functions.inc:2293 +#, php-format +msgid "Class(es) available" +msgstr "" -#: setup/setup_welcome.tpl:12 -msgid "Tries to find problems within your PHP and LDAP setup" +#: include/functions.inc:2315 +msgid "" +"You have enabled the rfc2307bis option on the 'ldap setup' step, but your " +"schema configuration do not support this option." msgstr "" -#: setup/setup_welcome.tpl:13 -msgid "Let you choose from a set of basic and advanced configuration switches" +#: include/functions.inc:2316 +msgid "" +"In order to use rfc2307bis conform groups the objectClass 'posixGroup' must " +"be AUXILIARY" msgstr "" -#: setup/setup_welcome.tpl:14 -msgid "Guided migration of existing LDAP trees" +#: include/functions.inc:2320 +msgid "" +"You have disabled the rfc2307bis option on the 'ldap setup' step, but your " +"schema configuration do not support this option." msgstr "" -#: setup/setup_welcome.tpl:17 -msgid "What will the wizard NOT do for you?" +#: include/functions.inc:2321 +msgid "The objectClass 'posixGroup' must be STRUCTURAL" msgstr "" -#: setup/setup_welcome.tpl:20 +#: include/functions.inc:2344 +msgid "German" +msgstr "Tedesco" + +#: include/functions.inc:2345 +msgid "French" +msgstr "Francese" + +#: include/functions.inc:2346 +msgid "Italian" +msgstr "Italiano" + +#: include/functions.inc:2347 +msgid "Spanish" +msgstr "Spagnolo" + +#: include/functions.inc:2348 +msgid "English" +msgstr "Inglese" + +#: include/functions.inc:2349 +msgid "Dutch" +msgstr "Tedesco" + +#: include/functions.inc:2350 #, fuzzy -msgid "Find every possible configuration error" -msgstr "File di configurazione" +msgid "Polish" +msgstr "Inglese" -#: setup/setup_welcome.tpl:21 -msgid "Migrate every possible LDAP setup - create backup dumps!" +#: include/functions.inc:2351 +msgid "Swedish" msgstr "" -#: setup/setup_welcome.tpl:25 +#: include/functions.inc:2352 #, fuzzy -msgid "To continue..." -msgstr "Configurazione continua..." +msgid "Chinese" +msgstr "reset" -#: setup/setup_welcome.tpl:28 +#: include/functions.inc:2353 +msgid "Russian" +msgstr "Russo" + +#: include/functions.inc:2503 +#, fuzzy, php-format +msgid "Setting the password failed!" +msgstr "Estenzioni Proxy Internet" + +#: include/functions.inc:2521 include/class_plugin.inc:652 +#, php-format 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:" +"Command '%s', specified as POSTMODIFY for plugin '%s' doesn't seem to exist." msgstr "" -#: setup/setup_welcome.tpl:34 -msgid "Click the 'Continue' button when you've finished." +#: include/functions.inc:2541 +msgid "" +"Setting for SMBHASH in gosa.conf is incorrect! Cannot change Samba password." msgstr "" -#: 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" +#: include/class_socketClient.inc:38 +msgid "The mcrypt module was not found. Please install php5-mcrypt." +msgstr "" -#: setup/class_setupStep_Config1.inc:88 setup/class_setupStep_Config3.inc:89 -#: setup/setup_feedback.tpl:55 setup/setup_feedback.tpl:73 -#: setup/class_setupStep_Ldap.inc:74 setup/class_setupStep_Schema.inc:63 -#: setup/class_setupStep_Config2.inc:161 -#, fuzzy -msgid "No" -msgstr "nessuno" +#: include/class_tabs.inc:214 +#, php-format +msgid "Delete process has been canceled by plugin '%s': %s" +msgstr "" -#: setup/class_setupStep_Config1.inc:88 setup/class_setupStep_Config3.inc:89 -#: setup/setup_feedback.tpl:53 setup/setup_feedback.tpl:71 -#: setup/class_setupStep_Ldap.inc:74 setup/class_setupStep_Schema.inc:63 -#: setup/class_setupStep_Config2.inc:161 -#, fuzzy -msgid "Yes" -msgstr "Sistemi" +#: include/class_tabs.inc:341 include/class_acl.inc:1092 +#: include/class_acl.inc:1093 include/class_acl.inc:1098 +msgid "ACL" +msgstr "ACL" -#: setup/class_setupStep_Config1.inc:118 +#: include/class_tabs.inc:344 +msgid "References" +msgstr "Riferimenti" + +#: include/class_plugin.inc:433 #, php-format -msgid "The specified value for '%s' must be a numeric value" +msgid "" +"Command '%s', specified as CHECK hook for plugin '%s' doesn't seem to exist." msgstr "" -#: setup/class_setupStep_Config1.inc:118 setup/setup_config1.tpl:97 -msgid "GID / UID min id" +#: include/class_plugin.inc:487 +msgid "" +"The object has changed since opened in GOsa. Please ensure that nobody has " +"done serious changes that may get lost if you save this entry." msgstr "" -#: setup/class_setupStep_Config1.inc:122 setup/class_setupStep_Config1.inc:126 +#: include/class_plugin.inc:620 #, php-format -msgid "Don't add a trailing comma to '%s'." +msgid "" +"Command '%s', specified as POSTCREATE for plugin '%s' doesn't seem to exist." msgstr "" -#: setup/class_setupStep_Config1.inc:122 -msgid "People storage ou" -msgstr "Ou delle persone" +#: include/class_plugin.inc:688 +#, php-format +msgid "" +"Command '%s', specified as POSTREMOVE for plugin '%s' doesn't seem to exist." +msgstr "" -#: setup/class_setupStep_Config1.inc:126 -msgid "Group storage ou" -msgstr "Ou dei gruppi" +#: include/class_plugin.inc:1059 include/class_plugin.inc:1106 +#: include/class_plugin.inc:1107 +#, fuzzy, php-format +msgid "Saving object snapshot with dn '%s' failed." +msgstr "Account Kolab" -#: setup/class_setupStep_Config1.inc:130 -msgid "Uid base must be numeric" +#: include/class_plugin.inc:1133 include/class_plugin.inc:1145 +#, php-format +msgid "" +"The snapshot functionality is enabled, but the required variable '%s' is not " +"set." msgstr "" -#: setup/class_setupStep_Config1.inc:134 -msgid "The given password minimum length is not numeric." +#: include/class_plugin.inc:1181 +#, php-format +msgid "Method get available snapshots with dn '%s' failed." msgstr "" -#: setup/class_setupStep_Config1.inc:137 -msgid "The given password differ value is not numeric." +#: include/class_plugin.inc:1237 +#, php-format +msgid "Method get deleted snapshots with dn '%s' failed." msgstr "" -#: setup/setup_ldap.tpl:7 -msgid "Please choose the LDAP user to be used by GOsa" +#: include/class_plugin.inc:1301 include/class_plugin.inc:1315 +#, fuzzy, php-format +msgid "Restore snapshot with dn '%s' failed." +msgstr "Elimina estensioni per le applicazioni" + +#: include/class_plugin.inc:1579 +msgid "Changing ACL dn" msgstr "" -#: setup/setup_ldap.tpl:25 +#: include/class_plugin.inc:1579 #, fuzzy -msgid "LDAP connection" -msgstr "Disconnessione " - -#: setup/setup_ldap.tpl:29 -msgid "Location name" -msgstr "Nome locazione" +msgid "from" +msgstr "e" -#: setup/setup_ldap.tpl:37 +#: include/class_plugin.inc:1580 setup/class_setupStep_Migrate.inc:1066 +#: setup/class_setupStep_Migrate.inc:1115 +#: setup/class_setupStep_Migrate.inc:1162 #, fuzzy -msgid "Connection URL" -msgstr "Connessione" +msgid "to" +msgstr "Rapporto" -#: setup/setup_ldap.tpl:45 +#: include/class_acl.inc:6 #, fuzzy -msgid "TLS connection" -msgstr "Connessione" +msgid "Access control" +msgstr "Opzioni di accesso" -#: setup/setup_ldap.tpl:65 +#: include/class_acl.inc:190 include/class_acl.inc:193 +msgid "Use ACL defined in role" +msgstr "" + +#: include/class_acl.inc:645 include/class_acl.inc:652 #, fuzzy -msgid "Reload" -msgstr "leggere" +msgid "Show/Hide Advanced Settings" +msgstr "Opzioni di posta avanzate" -#: setup/setup_ldap.tpl:69 +#: include/class_acl.inc:670 #, fuzzy -msgid "Authentication" -msgstr "Destinazione" +msgid "Create objects" +msgstr "Gruppo di oggetti" -#: setup/setup_ldap.tpl:73 -msgid "Admin DN" -msgstr "DN dell'amministratore" +#: include/class_acl.inc:671 +#, fuzzy +msgid "Move objects" +msgstr "Oggetti membri" -#: setup/setup_ldap.tpl:78 +#: include/class_acl.inc:672 #, fuzzy -msgid "Select user" -msgstr "Rimuovi" +msgid "Remove objects" +msgstr "Oggetti membri" -#: setup/setup_ldap.tpl:86 -msgid "Automatically append LDAP base to admin DN" +#: include/class_acl.inc:674 include/class_acl.inc:680 +msgid "Modifyable by owner" msgstr "" -#: setup/setup_ldap.tpl:93 -msgid "Admin password" -msgstr "Password dell'amministratore" - -#: setup/setup_ldap.tpl:101 +#: include/class_acl.inc:677 #, fuzzy -msgid "Schema based settings" -msgstr "Impostazioni Samba" - -#: setup/setup_ldap.tpl:105 -msgid "Use rfc2307bis compliant groups" -msgstr "" +msgid "Move object" +msgstr "Oggetti membri" -#: setup/setup_ldap.tpl:117 +#: include/class_acl.inc:678 #, fuzzy -msgid "Current status" -msgstr "Stato" +msgid "Remove object" +msgstr "Oggetti membri" -#: 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 "" +#: include/class_acl.inc:685 include/class_acl.inc:776 +msgid "read" +msgstr "leggere" -#: setup/setup_migrate.tpl:33 +#: include/class_acl.inc:686 include/class_acl.inc:778 +msgid "write" +msgstr "scrivere" + +#: include/class_acl.inc:690 #, fuzzy -msgid "Check again" -msgstr "Continua" +msgid "Complete object" +msgstr "Gruppo di oggetti" -#: setup/setup_migrate.tpl:37 -msgid "Move windows workstations into a valid windows workstation department" +#: include/class_acl.inc:806 +#, php-format +msgid "Unkown ACL type '%s'. Don't know how to handle it." msgstr "" -#: setup/setup_migrate.tpl:39 -msgid "" -"This dialog allows you to move the displayed windows workstations into a " -"valid department" +#: include/class_acl.inc:849 +#, php-format +msgid "Unknown entry '%s'!" msgstr "" -#: setup/setup_migrate.tpl:41 -msgid "" -"Be careful with this tool, there may be references pointing to this " -"workstations that can't be migrated." +#: include/class_acl.inc:909 include/class_acl.inc:911 +#, fuzzy, php-format +msgid "Role: %s" +msgstr "Ruolo" + +#: include/class_acl.inc:911 +msgid "Unknown role, possibly removed" msgstr "" -#: setup/setup_migrate.tpl:65 setup/setup_migrate.tpl:121 -#: setup/setup_migrate.tpl:173 setup/setup_migrate.tpl:293 -#: setup/setup_migrate.tpl:346 +#: include/class_acl.inc:919 +#, fuzzy, php-format +msgid "Contains settings for these objects: %s" +msgstr "Nome descrittivo del gruppo" + +#: include/class_acl.inc:928 #, fuzzy -msgid "Select all" -msgstr "Rimuovi" +msgid "Members:" +msgstr "Membri" -#: setup/setup_migrate.tpl:67 -msgid "Move selected windows workstations into the following GOsa department" +#: include/class_acl.inc:934 +msgid "ACL is valid for all users" msgstr "" -#: setup/setup_migrate.tpl:72 +#: include/class_acl.inc:1093 #, fuzzy -msgid "Move selected workstations" -msgstr "Selezione le workstation da aggiungere" +msgid "Access control list" +msgstr "Opzioni di accesso" -#: setup/setup_migrate.tpl:73 -msgid "What will be done here" -msgstr "" +#: include/class_acl.inc:1101 +#, fuzzy +msgid "Role name" +msgstr "Cognome" -#: setup/setup_migrate.tpl:79 include/class_MultiSelectWindow.inc:114 +#: include/class_acl.inc:1102 #, fuzzy -msgid "Close" -msgstr "Scegli" +msgid "Role description" +msgstr "Descrizoione unità" -#: setup/setup_migrate.tpl:85 -msgid "Move groups into configured group tree" -msgstr "" +#: include/class_pluglist.inc:55 +#, fuzzy +msgid "All objects in this category" +msgstr "Nome descrittivo del gruppo" -#: setup/setup_migrate.tpl:88 -msgid "" -"This dialog allows moving a couple of groups to the configured group tree. " -"Doing this may straighten your LDAP service." +#: include/class_pluglist.inc:149 +msgid "The configuration format has changed. Please re-run setup!" msgstr "" -#: setup/setup_migrate.tpl:91 -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 in this case." +#: include/class_pluglist.inc:166 include/class_pluglist.inc:167 +#: include/class_pluglist.inc:281 +msgid "Unknown" msgstr "" -#: setup/setup_migrate.tpl:94 -msgid "Move selected groups into this group tree" +#: include/class_pluglist.inc:174 ihtml/themes/default/framework.tpl:8 +#: ihtml/themes/default/framework.tpl:11 ihtml/themes/default/framework.tpl:20 +#: ihtml/themes/default/framework.tpl:24 +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?" -#: setup/setup_migrate.tpl:125 setup/setup_migrate.tpl:177 -#: setup/setup_migrate.tpl:297 setup/setup_migrate.tpl:350 -#, fuzzy -msgid "Hide changes" -msgstr "Open-Xchange" - -#: setup/setup_migrate.tpl:127 setup/setup_migrate.tpl:179 -#: setup/setup_migrate.tpl:299 setup/setup_migrate.tpl:352 -#, fuzzy -msgid "Show changes" -msgstr "Mostra telefoni" - -#: setup/setup_migrate.tpl:140 -msgid "Move users into configured user tree" +#: include/class_msg_dialog.inc:91 +msgid "Please fix the above error and reload the page." msgstr "" -#: setup/setup_migrate.tpl:142 -msgid "" -"This dialog allows moving a couple of users to the configured user tree. " -"Doing this may straighten your LDAP service." +#: include/class_config.inc:104 +#, php-format +msgid "XML error in gosa.conf: %s at line %d" msgstr "" -#: setup/setup_migrate.tpl:145 -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." +#: include/class_config.inc:107 +msgid "Config file parsing" msgstr "" -#: setup/setup_migrate.tpl:148 +#: include/class_config.inc:224 #, fuzzy -msgid "Move selected users into this people tree" -msgstr "Nuovo template" +msgid "Cannot bind to LDAP. Please contact the system administrator." +msgstr "" +"Errore di connessione al server LDAP. Contatta l'amministratore del sistema." -#: setup/setup_migrate.tpl:198 -msgid "Next" +#: include/class_config.inc:556 +msgid "SID and/or RIDBASE missing in the configuration!" msgstr "" -#: setup/setup_migrate.tpl:199 -msgid "Abort" +#: include/class_CopyPasteHandler.inc:90 +#, php-format +msgid "Cannot cleanup copy & paste queue: setting permissions for '%s' failed!" msgstr "" -#: setup/setup_migrate.tpl:201 -#, fuzzy -msgid "Create a new GOsa administrator account" -msgstr "Crea estensioni di posta" +#: include/class_CopyPasteHandler.inc:98 +#, php-format +msgid "Cannot cleanup copy & paste queue: no write permission inside '%s'!" +msgstr "" -#: setup/setup_migrate.tpl:204 -msgid "" -"This dialog will automatically add a new super administrator to your LDAP " -"tree." +#: include/class_CopyPasteHandler.inc:130 +#, php-format +msgid "Copy and paste failed: object '%s' is not a valid ldap object!" msgstr "" -#: setup/setup_migrate.tpl:233 -#, fuzzy -msgid "Password (again)" -msgstr "Algorimo password" +#: include/class_CopyPasteHandler.inc:147 +#, php-format +msgid "Cannot save LDAP dump: no write permission inside '%s'!" +msgstr "" -#: setup/setup_migrate.tpl:258 -msgid "" -"The listed departments are currenlty invisble in the GOsa user interface. If " -"you want to change this for a couple of entries, select them and use the " -"migrate button below." +#: include/class_CopyPasteHandler.inc:155 +#, php-format +msgid "Cannot save LDAP dump: setting permissions for '%s' failed!" msgstr "" -#: setup/setup_migrate.tpl:259 setup/setup_migrate.tpl:314 -msgid "" -"If you want to know what will be done when migrating the selected entries, " -"use the 'Show changes' button to see the LDIF." +#: include/class_CopyPasteHandler.inc:164 +#, php-format +msgid "Cannot save LDAP dump: no write permission to '%s/%s'!" msgstr "" -#: setup/setup_migrate.tpl:269 setup/setup_migrate.tpl:323 -#, fuzzy -msgid "Current" -msgstr "Password attuale" +#: include/class_CopyPasteHandler.inc:249 +#, fuzzy, php-format +msgid "Cannot load dumped file '%s'!" +msgstr "Rimuovi" -#: setup/setup_migrate.tpl:276 setup/setup_migrate.tpl:330 -#, fuzzy -msgid "After migration" -msgstr "Amministrazione utenti" +#: include/class_CopyPasteHandler.inc:274 +#, fuzzy, php-format +msgid "You have no permission to save object '%s'." +msgstr "Non hai il permesso di cambiare la tua password." -#: setup/setup_migrate.tpl:313 -msgid "" -"The listed users are currenlty invisble 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 "" +#: include/class_CopyPasteHandler.inc:302 +#, fuzzy, php-format +msgid "You are going to paste the cutted entry '%s'." +msgstr "Non hai il permesso di cambiare la tua password." + +#: include/class_CopyPasteHandler.inc:315 +#, fuzzy, php-format +msgid "You have no permission to copy and paste object '%s'!" +msgstr "Non hai il permesso di cambiare la tua password." -#: setup/class_setupStep_Config3.inc:80 setup/class_setupStep_Config3.inc:81 +#: include/class_CopyPasteHandler.inc:336 +#, fuzzy, php-format +msgid "You are going to paste the copied entry '%s'." +msgstr "Non hai il permesso di cambiare la tua password." + +#: include/class_CopyPasteHandler.inc:437 #, fuzzy -msgid "GOsa settings 3/3" -msgstr "Opzioni di posta dell'identità" +msgid "Can't paste" +msgstr "Crea estensioni telefoniche" -#: setup/class_setupStep_Config3.inc:82 -msgid "Tweak some GOsa core behaviour" +#: include/class_gosaSupportDaemon.inc:479 +msgid "Could not parse XML." msgstr "" -#: setup/class_setupStep_Config3.inc:205 -msgid "Session lifetime must be a numeric value." +#: include/functions_helpviewer.inc:43 +#, php-format +msgid "XML error in guide.xml: %s at line %d" msgstr "" -#: setup/class_setupStep_Config3.inc:209 -msgid "Maximal ldap query time must be a numeric value. " +#: include/functions_helpviewer.inc:86 +msgid "No help available for this plugin." msgstr "" -#: setup/class_setupStep_Migrate.inc:105 setup/class_setupStep_Migrate.inc:106 -#, fuzzy -msgid "LDAP inspection" -msgstr "Ispezione della configurazione PHP" - -#: setup/class_setupStep_Migrate.inc:107 -msgid "Analyze your current LDAP for GOsa compatibility" +#: include/functions_helpviewer.inc:95 html/helpviewer.php:196 +msgid "previous" msgstr "" -#: setup/class_setupStep_Migrate.inc:113 -#, fuzzy -msgid "Checking for root object" -msgstr "Controllo il supporto per iconv" +#: include/functions_helpviewer.inc:99 html/helpviewer.php:200 +msgid "next" +msgstr "" -#: setup/class_setupStep_Migrate.inc:119 -msgid "Checking permissions on LDAP database" +#: include/functions_helpviewer.inc:387 +#, php-format +msgid "%s results for your search with the keyword %s" msgstr "" -#: setup/class_setupStep_Migrate.inc:125 -#, fuzzy -msgid "Checking for invisible deparmtments" -msgstr "Controllo il supporto per iconv" +#: include/functions_helpviewer.inc:461 +#, php-format +msgid "%s%% hit rate in file %s" +msgstr "" -#: setup/class_setupStep_Migrate.inc:131 -#, fuzzy -msgid "Checking for invisible users" -msgstr "Controllo il supporto per iconv" +#: include/class_SnapShotDialog.inc:63 +#, php-format +msgid "You're about to delete the snapshot '%s'." +msgstr "" -#: setup/class_setupStep_Migrate.inc:137 +#: include/class_SnapShotDialog.inc:115 #, fuzzy -msgid "Checking for super administrator" -msgstr "Controllo la presenza di alcuni programmi addizionali" +msgid "Remove snapshot" +msgstr "Crea estensioni di posta" -#: setup/class_setupStep_Migrate.inc:143 -#, fuzzy -msgid "Checking for users outside the people tree" -msgstr "Controllo il modulo cups" +#: include/class_SnapShotDialog.inc:117 include/class_SnapShotDialog.inc:137 +msgid "Y-m-d, H:i:s" +msgstr "" -#: setup/class_setupStep_Migrate.inc:149 +#: include/class_SnapShotDialog.inc:149 #, fuzzy -msgid "Checking for groups outside the groups tree" -msgstr "Controllo il modulo cups" +msgid "Please specify a valid description for this snapshot." +msgstr "Specificare una dimenzione valida per le mail da rigettare." -#: setup/class_setupStep_Migrate.inc:155 -msgid "Checking for windows workstations outside the winstation tree" +#: include/class_ldap.inc:204 include/class_ldap.inc:236 +msgid "Performance warning" msgstr "" -#: setup/class_setupStep_Migrate.inc:161 -#, fuzzy -msgid "Checking for duplicate uid numbers" -msgstr "Controllo il supporto per %s" - -#: setup/class_setupStep_Migrate.inc:167 -#, fuzzy -msgid "Checking for duplicate gid numbers" -msgstr "Controllo il supporto per %s" +#: include/class_ldap.inc:204 include/class_ldap.inc:236 +#, php-format +msgid "LDAP performance is poor: last query took about %.2fs!" +msgstr "" -#: setup/class_setupStep_Migrate.inc:190 setup/class_setupStep_Migrate.inc:239 -#: setup/class_setupStep_Migrate.inc:301 setup/class_setupStep_Migrate.inc:362 -#: setup/class_setupStep_Migrate.inc:429 setup/class_setupStep_Migrate.inc:503 -#: setup/class_setupStep_Migrate.inc:588 setup/class_setupStep_Migrate.inc:718 -#: setup/class_setupStep_Migrate.inc:807 -#, fuzzy -msgid "LDAP query failed" -msgstr "La query al database è fallita!" +#: include/class_ldap.inc:561 +#, php-format +msgid "" +"Cannot automatically create subtrees with RDN '%s': no object class found" +msgstr "" -#: setup/class_setupStep_Migrate.inc:191 setup/class_setupStep_Migrate.inc:240 -#: setup/class_setupStep_Migrate.inc:302 setup/class_setupStep_Migrate.inc:363 -#: setup/class_setupStep_Migrate.inc:430 setup/class_setupStep_Migrate.inc:504 -#: setup/class_setupStep_Migrate.inc:589 setup/class_setupStep_Migrate.inc:719 -#: setup/class_setupStep_Migrate.inc:808 -msgid "Possibly the 'root object' is missing." +#: include/class_ldap.inc:609 +#, php-format +msgid "Cannot automatically create subtrees with RDN '%s': not supported" msgstr "" -#: setup/class_setupStep_Migrate.inc:213 +#: include/class_ldap.inc:617 #, fuzzy, php-format -msgid "Found %s duplicate values for attribute 'uidNumber'." -msgstr "Prego inserire un numero di telefono valido!" +msgid "Creating subtree '%s' failed." +msgstr "Gruppo di oggetti" -#: setup/class_setupStep_Migrate.inc:262 -#, fuzzy, php-format -msgid "Found %s duplicate values for attribute 'gidNumber'." -msgstr "Prego inserire un numero di telefono valido!" +#: include/class_ldap.inc:686 +#, php-format +msgid "while operating on '%s' using LDAP server '%s'" +msgstr "" -#: setup/class_setupStep_Migrate.inc:317 setup/class_setupStep_Migrate.inc:518 -#: setup/class_setupStep_Migrate.inc:531 setup/class_setupStep_Migrate.inc:881 -#: setup/class_setupStep_Migrate.inc:1612 -#: setup/class_setupStep_Migrate.inc:1625 -msgid "Failed" -msgstr "Fallito" +#: include/class_ldap.inc:688 +#, fuzzy, php-format +msgid "while operating on LDAP server %s" +msgstr "Errore durante la connessione al server LDAP. Il server dice: '%s'" -#: setup/class_setupStep_Migrate.inc:319 +#: include/class_ldap.inc:910 #, php-format msgid "" -"Found %s winstations outside the predefined winstation department ou '%s'." +"This is not a valid DN: '%s'. A block for import should begin with 'dn: ...' " +"in line %s" msgstr "" -#: setup/class_setupStep_Migrate.inc:320 setup/class_setupStep_Migrate.inc:599 -#: setup/class_setupStep_Migrate.inc:728 -#, fuzzy -msgid "Migrate" -msgstr "Creare" +#: include/class_ldap.inc:939 +#, php-format +msgid "Error while importing dn: '%s', please check your LDIF from line %s on!" +msgstr "" -#: setup/class_setupStep_Migrate.inc:387 +#: include/class_ldap.inc:1075 #, fuzzy, php-format -msgid "Found %s groups outside the configured tree '%s'." -msgstr "Non hai il permesso di cambiare la tua password." +msgid "Ldap import with dn '%s' failed." +msgstr "Imposta dipartimento" -#: setup/class_setupStep_Migrate.inc:388 setup/class_setupStep_Migrate.inc:463 -#, fuzzy -msgid "Move" -msgstr "Dominio" +#: include/class_hostActionQueue.inc:68 include/class_hostActionQueue.inc:193 +#, fuzzy, php-format +msgid "Can't locate gotomasses queue file '%s'." +msgstr "Rimuovi" -#: setup/class_setupStep_Migrate.inc:462 -#, php-format -msgid "Found %s user(s) outside the configured tree '%s'." -msgstr "" +#: include/class_hostActionQueue.inc:72 +#, fuzzy, php-format +msgid "Can't read gotomasses queue file '%s'." +msgstr "Rimuovi" + +#: include/class_hostActionQueue.inc:79 +#, fuzzy, php-format +msgid "Can't read gotomasses storage file '%s'." +msgstr "Rimuovi" -#: setup/class_setupStep_Migrate.inc:520 setup/class_setupStep_Migrate.inc:533 -#, php-format -msgid "" -"The specified user '%s' does not have full access to your ldap database." +#: include/class_hostActionQueue.inc:142 +msgid "GOsa infrastructure" msgstr "" -#: setup/class_setupStep_Migrate.inc:597 -#, php-format -msgid "Found %s user(s) that will not be visible in GOsa." +#: include/class_hostActionQueue.inc:142 +msgid "Cannot read broken entry - skipped!" msgstr "" -#: setup/class_setupStep_Migrate.inc:647 setup/class_setupStep_Migrate.inc:779 -#: setup/class_setupStep_Migrate.inc:945 -#, fuzzy -msgid "Migration error" -msgstr "Creare" +#: include/class_hostActionQueue.inc:197 include/class_hostActionQueue.inc:206 +#, fuzzy, php-format +msgid "Can't write gotomasses queue file '%s'." +msgstr "Rimuovi" -#: setup/class_setupStep_Migrate.inc:647 setup/class_setupStep_Migrate.inc:779 +#: include/class_hostActionQueue.inc:201 +msgid "The queue file was modified since last reload. Can't save changes." +msgstr "" + +#: include/class_hostActionQueue.inc:276 #, fuzzy, php-format -msgid "Cannot migrate department '%s':" -msgstr "Vai al dipartimento base" +msgid "Entry with id '%s' not found." +msgstr "Imposta dipartimento" -#: setup/class_setupStep_Migrate.inc:727 +#: include/class_hostActionQueue.inc:286 #, php-format -msgid "Found %s department(s) that will not be visible in GOsa." +msgid "Could not update entry, entry with id '%s' not found." msgstr "" -#: setup/class_setupStep_Migrate.inc:882 -msgid "There is no GOsa administrator account inside your LDAP." +#: include/class_hostActionQueue.inc:297 +#, php-format +msgid "Could not remove entry, entry with id '%s' not found." msgstr "" -#: setup/class_setupStep_Migrate.inc:945 +#: include/class_hostActionQueue.inc:371 include/class_hostActionQueue.inc:389 +#: include/class_hostActionQueue.inc:420 include/class_hostActionQueue.inc:455 #, php-format -msgid "Cannot add ACL for user '%s':" +msgid "Can't set priority for ID '%s'. ID does not exist." msgstr "" -#: setup/class_setupStep_Migrate.inc:970 +#: include/class_multi_plug.inc:360 +msgid "You are currently editing mutliple entries." +msgstr "" + +#: include/class_multi_plug.inc:389 #, fuzzy -msgid "Password error" +msgid "Password reset" msgstr "La password spira il" -#: setup/class_setupStep_Migrate.inc:970 +#: include/class_multi_plug.inc:389 #, fuzzy -msgid "Provided passwords do not match!" -msgstr "Le password nuova e ripetuta non corrispondono" +msgid "The user password was resetted, please set a new password value!" +msgstr "Non hai il permesso di cambiare la tua password." -#: setup/class_setupStep_Migrate.inc:975 -#, fuzzy -msgid "Input error" -msgstr "Errore PHP" +#: include/class_log.inc:87 +#, fuzzy, php-format +msgid "Logging failed: %s" +msgstr "Utenti di Dominio" -#: setup/class_setupStep_Migrate.inc:975 -#, fuzzy -msgid "Specify a valid user ID!" -msgstr "Prego inserire un numero di telefono valido!" +#: include/class_log.inc:106 +msgid "Logging to MySQL disabled" +msgstr "" -#: setup/class_setupStep_Migrate.inc:1019 -#, php-format -msgid "Adding an administrative user failed: object '%s' already exists!" +#: include/class_log.inc:106 +msgid "" +"The logging to a MySQL database is now disabled for this session of GOsa, " +"due to communication errors with the specified logging database." msgstr "" -#: setup/class_setupStep_Migrate.inc:1030 -#: setup/class_setupStep_Migrate.inc:1056 -#: setup/class_setupStep_Migrate.inc:1104 -#: setup/class_setupStep_Migrate.inc:1152 -#: setup/class_setupStep_Migrate.inc:1916 setup/class_setupStep_Schema.inc:95 -#: include/class_MultiSelectWindow.inc:503 include/class_config.inc:224 -#: include/functions.inc:331 include/functions.inc:358 -#: include/functions.inc:367 include/functions.inc:396 -#: include/functions.inc:639 include/functions.inc:678 -#: include/functions.inc:723 include/functions.inc:1298 -#: include/functions.inc:2490 html/index.php:243 html/index.php:257 -#: html/index.php:270 -#, fuzzy -msgid "LDAP error" -msgstr "Errore LDAP" +#: include/class_log.inc:119 +#, fuzzy, php-format +msgid "Invalid option '%s' specified." +msgstr "L'uid contiene dei caratteri invalidi!" -#: setup/class_setupStep_Migrate.inc:1056 -#: setup/class_setupStep_Migrate.inc:1104 -#: setup/class_setupStep_Migrate.inc:1152 +#: include/class_log.inc:123 #, fuzzy -msgid "Cannot move users to the requested department!" -msgstr "Mostra utenti del dipartimento" +msgid "Specified objectType is empty or invalid" +msgstr "Il valore specificato per l'UID non è valido." -#: setup/class_setupStep_Migrate.inc:1066 -msgid "Winstation will be moved from" +#: include/class_log.inc:144 +msgid "" +"You have enabled the logging into mysql database, but there are no logging " +"servers available." msgstr "" -#: setup/class_setupStep_Migrate.inc:1066 -#: setup/class_setupStep_Migrate.inc:1115 -#: setup/class_setupStep_Migrate.inc:1162 include/class_plugin.inc:1604 -#, fuzzy -msgid "to" -msgstr "Rapporto" +#: include/class_log.inc:152 +#, fuzzy, php-format +msgid "Cannot connect to logging server '%s'." +msgstr "Impossibile connettersi al server del database!" -#: setup/class_setupStep_Migrate.inc:1077 -#: setup/class_setupStep_Migrate.inc:1125 -msgid "Updating following references too" -msgstr "" +#: include/class_log.inc:157 +#, fuzzy, php-format +msgid "Cannot select database '%s' on server '%s': %s" +msgstr "Impossibile selezionare il database!" -#: setup/class_setupStep_Migrate.inc:1115 -msgid "Group will be moved from" -msgstr "" +#: include/class_log.inc:177 +#, fuzzy, php-format +msgid "Cannot query database '%s' on server '%s': %s" +msgstr "Impossibile selezionare il database!" -#: setup/class_setupStep_Migrate.inc:1162 -msgid "User will be moved from" -msgstr "" +#: setup/class_setupStep_Ldap.inc:53 +#, fuzzy +msgid "LDAP setup" +msgstr "Dispositivi" -#: setup/class_setupStep_Migrate.inc:1172 -msgid "The following references will be updated" -msgstr "" +#: setup/class_setupStep_Ldap.inc:54 +#, fuzzy +msgid "LDAP connection setup" +msgstr "Disconnessione " -#: setup/class_setupStep_Migrate.inc:1613 +#: setup/class_setupStep_Ldap.inc:55 +#, fuzzy msgid "" -"The LDAP root object is missing. It is required to use your LDAP service." -msgstr "" +"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_Migrate.inc:1614 -#: setup/class_setupStep_Migrate.inc:1627 +#: setup/class_setupStep_Ldap.inc:74 setup/class_setupStep_Config1.inc:88 +#: setup/class_setupStep_Config2.inc:160 setup/class_setupStep_Config3.inc:87 +#: setup/setup_feedback.tpl:55 setup/setup_feedback.tpl:73 +#: setup/class_setupStep_Schema.inc:63 #, fuzzy -msgid "Try to create root object" -msgstr "Gruppo di oggetti" +msgid "No" +msgstr "nessuno" -#: setup/class_setupStep_Migrate.inc:1626 -msgid "Root object couldn't be created, you should try it on your own." -msgstr "" +#: setup/class_setupStep_Ldap.inc:74 setup/class_setupStep_Config1.inc:88 +#: setup/class_setupStep_Config2.inc:160 setup/class_setupStep_Config3.inc:87 +#: setup/setup_feedback.tpl:53 setup/setup_feedback.tpl:71 +#: setup/class_setupStep_Schema.inc:63 +#, fuzzy +msgid "Yes" +msgstr "Sistemi" -#: setup/class_setupStep_Migrate.inc:1916 +#: setup/class_setupStep_Ldap.inc:105 #, php-format -msgid "Copy '%s' to '%s' failed:" +msgid "Anonymous bind failed on server '%s'." msgstr "" -#: setup/class_setupStep_Migrate.inc:1919 -msgid "Problem copying DNs" -msgstr "" +#: setup/class_setupStep_Ldap.inc:107 +#, fuzzy, php-format +msgid "Bind as user '%s' failed on server '%s'." +msgstr "Impossibile selezionare il database!" -#: setup/setup_frame.tpl:12 -#, fuzzy -msgid "GOsa setup wizard" -msgstr "Opzioni di posta dell'identità" +#: setup/class_setupStep_Ldap.inc:112 +#, php-format +msgid "Anonymous bind on server '%s' succeeded." +msgstr "" -#: setup/setup_frame.tpl:19 +#: setup/class_setupStep_Ldap.inc:113 #, fuzzy -msgid "Installation" -msgstr "Amministrazione" +msgid "Please specify user and password." +msgstr "Prego inserire un numero di telefono valido!" -#: setup/setup_frame.tpl:19 -#, fuzzy -msgid "Steps" -msgstr "Sistemi" +#: setup/class_setupStep_Ldap.inc:115 +#, fuzzy, php-format +msgid "Bind as user '%s' on server '%s' succeeded." +msgstr "Impossibile selezionare il database!" -#: setup/class_setupStep_Feedback.inc:91 -#, fuzzy -msgid "UNIX accounts/groups" -msgstr "Account Unix" +#: setup/class_setupStep_License.inc:56 setup/class_setupStep_License.inc:57 +msgid "License" +msgstr "" -#: setup/class_setupStep_Feedback.inc:93 -#, fuzzy -msgid "Samba management" -msgstr "Dirigenza" +#: setup/class_setupStep_License.inc:58 +msgid "Terms and conditions for usage" +msgstr "" -#: setup/class_setupStep_Feedback.inc:95 +#: setup/class_setupStep_Language.inc:40 setup/class_setupStep_Language.inc:41 #, fuzzy -msgid "Mailsystem management" -msgstr "Riferimenti" +msgid "Language setup" +msgstr "Lingua" -#: setup/class_setupStep_Feedback.inc:97 +#: setup/class_setupStep_Language.inc:42 #, fuzzy -msgid "FAX system administration" -msgstr "Amministrazione utenti" +msgid "This step allows you to select your preferred language." +msgstr "Lingua preferita" -#: setup/class_setupStep_Feedback.inc:99 +#: setup/class_setupStep_Language.inc:47 #, fuzzy -msgid "Asterisk administration" -msgstr "Amministrazione utenti" +msgid "Automatic" +msgstr "automatico" -#: setup/class_setupStep_Feedback.inc:101 +#: setup/class_setup.inc:76 setup/class_setupStep_Feedback.inc:131 #, fuzzy -msgid "System inventory" -msgstr "Elimina contatto" +msgid "Setup error" +msgstr "Stato" -#: setup/class_setupStep_Feedback.inc:103 +#: setup/class_setup.inc:196 #, fuzzy -msgid "System-/Configmanagement" -msgstr "Riferimenti" - -#: setup/class_setupStep_Feedback.inc:105 -msgid "Addressbook" -msgstr "Rubrica" +msgid "Completed" +msgstr "incompleto" -#: setup/class_setupStep_Feedback.inc:111 -#: setup/class_setupStep_Feedback.inc:113 +#: setup/setup_finish.tpl:3 #, fuzzy -msgid "Notification and feedback" -msgstr "Non ci sono certificati installati" +msgid "Create your configuration file" +msgstr "File di configurazione" -#: setup/class_setupStep_Feedback.inc:112 -#, fuzzy -msgid "Get notifications or send feedback" -msgstr "Non ci sono certificati installati" +#: setup/setup_finish.tpl:13 +msgid "Download configuration" +msgstr "Scarica il file di configurazione" -#: setup/class_setupStep_Feedback.inc:131 setup/class_setup.inc:76 +#: setup/setup_finish.tpl:18 #, fuzzy -msgid "Setup error" +msgid "Status: " msgstr "Stato" -#: setup/class_setupStep_Feedback.inc:140 -#: setup/class_setupStep_Feedback.inc:147 -msgid "Feedback error" +#: setup/setup_ldap.tpl:7 +msgid "Please choose the LDAP user to be used by GOsa" msgstr "" -#: setup/class_setupStep_Feedback.inc:140 -#, php-format -msgid "Cannot send feedback to '%s': %s" -msgstr "" +#: setup/setup_ldap.tpl:13 ihtml/themes/default/help.tpl:21 +msgid "Search" +msgstr "Cerca" -#: setup/class_setupStep_Feedback.inc:147 -msgid "Cannot send feedback: service temporarily unavailable" -msgstr "" +#: setup/setup_ldap.tpl:25 +#, fuzzy +msgid "LDAP connection" +msgstr "Disconnessione " -#: setup/class_setupStep_Feedback.inc:149 -msgid "Feedback sucessfully send" -msgstr "" +#: setup/setup_ldap.tpl:29 +msgid "Location name" +msgstr "Nome locazione" -#: setup/class_setupStep_Feedback.inc:179 +#: setup/setup_ldap.tpl:37 #, fuzzy -msgid "Please specify a valid email address." -msgstr "Prego inserire un numero di telefono valido!" +msgid "Connection URL" +msgstr "Connessione" -#: setup/class_setupStep_Feedback.inc:183 -msgid "" -"You should have enabled at least one option, to subscribe or send your " -"feedback." -msgstr "" +#: setup/setup_ldap.tpl:45 +#, fuzzy +msgid "TLS connection" +msgstr "Connessione" -#: setup/class_setupStep_License.inc:56 setup/class_setupStep_License.inc:57 -msgid "License" -msgstr "" +#: setup/setup_ldap.tpl:65 +#, fuzzy +msgid "Reload" +msgstr "leggere" -#: setup/class_setupStep_License.inc:58 -msgid "Terms and conditions for usage" -msgstr "" +#: setup/setup_ldap.tpl:69 +#, fuzzy +msgid "Authentication" +msgstr "Destinazione" -#: setup/setup_config2.tpl:2 -msgid "Samba settings" -msgstr "Impostazioni Samba" +#: setup/setup_ldap.tpl:73 +msgid "Admin DN" +msgstr "DN dell'amministratore" -#: setup/setup_config2.tpl:6 -msgid "Samba hash generator" +#: setup/setup_ldap.tpl:78 +#, fuzzy +msgid "Select user" +msgstr "Rimuovi" + +#: setup/setup_ldap.tpl:86 +msgid "Automatically append LDAP base to admin DN" msgstr "" -#: setup/setup_config2.tpl:31 -#, fuzzy -msgid "RID base" -msgstr "Database" +#: setup/setup_ldap.tpl:93 +msgid "Admin password" +msgstr "Password dell'amministratore" -#: setup/setup_config2.tpl:46 +#: setup/setup_ldap.tpl:101 #, fuzzy -msgid "Workstation container" -msgstr "Mostra workstation" +msgid "Schema based settings" +msgstr "Impostazioni Samba" -#: setup/setup_config2.tpl:61 -#, fuzzy -msgid "Samba SID mapping" -msgstr "Samba" +#: setup/setup_ldap.tpl:105 +msgid "Use rfc2307bis compliant groups" +msgstr "" -#: setup/setup_config2.tpl:71 +#: setup/setup_ldap.tpl:117 #, fuzzy -msgid "Timezone" -msgstr "Cellulare" +msgid "Current status" +msgstr "Stato" -#: setup/setup_config2.tpl:74 +#: setup/class_setupStep_Config1.inc:74 setup/class_setupStep_Config1.inc:75 #, fuzzy -msgid "Please your preferred timezone here" -msgstr "Lingua preferita" +msgid "GOsa settings 1/3" +msgstr "Opzioni di posta dell'identità" -#: setup/setup_config2.tpl:96 +#: setup/class_setupStep_Config1.inc:76 #, fuzzy -msgid "Additional GOsa settings" -msgstr "Opzioni applicazione" +msgid "GOsa generic settings" +msgstr "Impostazioni generali delle code" -#: setup/setup_config2.tpl:100 -msgid "Enable Copy & Paste" +#: setup/class_setupStep_Config1.inc:118 +#, php-format +msgid "The specified value for '%s' must be a numeric value" msgstr "" -#: setup/setup_config2.tpl:112 -#, fuzzy -msgid "Enable DNS extension" -msgstr "Elimina foto" +#: setup/class_setupStep_Config1.inc:118 setup/setup_config1.tpl:97 +msgid "GID / UID min id" +msgstr "" -#: setup/setup_config2.tpl:124 -#, fuzzy -msgid "Enable DHCP extension" -msgstr "Elimina foto" +#: 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/setup_config2.tpl:136 -#, fuzzy -msgid "Enable mime type management" -msgstr "Riferimenti" +#: setup/class_setupStep_Config1.inc:122 +msgid "People storage ou" +msgstr "Ou delle persone" -#: setup/setup_config2.tpl:148 -#, fuzzy -msgid "Enable FAI release management" -msgstr "Riferimenti" +#: setup/class_setupStep_Config1.inc:126 +msgid "Group storage ou" +msgstr "Ou dei gruppi" -#: setup/setup_config2.tpl:160 -#, fuzzy -msgid "Enable user netatalk plugin" -msgstr "Crea estensioni telefoniche" +#: setup/class_setupStep_Config1.inc:130 +msgid "Uid base must be numeric" +msgstr "" -#: setup/setup_config2.tpl:171 -#, fuzzy -msgid "Government mode" -msgstr "nella cartella" +#: setup/class_setupStep_Config1.inc:134 +msgid "The given password minimum length is not numeric." +msgstr "" -#: setup/setup_config2.tpl:180 +#: setup/class_setupStep_Config1.inc:137 +msgid "The given password differ value is not numeric." +msgstr "" + +#: setup/class_setupStep_Config2.inc:85 setup/class_setupStep_Config2.inc:86 #, fuzzy -msgid "Mail settings" +msgid "GOsa settings 2/3" msgstr "Opzioni di posta dell'identità" -#: setup/setup_config2.tpl:184 -msgid "Mail method" -msgstr "Metodo di amministrazione della posta" - -#: setup/setup_config2.tpl:198 +#: setup/class_setupStep_Config2.inc:87 #, fuzzy -msgid "Vacation templates" -msgstr "Messaggio di di risposta automatica" +msgid "Customize special parameters" +msgstr "Parametro" -#: setup/setup_config2.tpl:214 -msgid "Use Cyrus UNIX style" +#: setup/setup_license.tpl:8 +msgid "I have read the license and accept it" msgstr "" -#: setup/setup_config2.tpl:224 +#: setup/class_setupStep_Config3.inc:78 setup/class_setupStep_Config3.inc:79 #, fuzzy -msgid "Snapshots / Undo" -msgstr "Nome applicazione" +msgid "GOsa settings 3/3" +msgstr "Opzioni di posta dell'identità" -#: setup/setup_config2.tpl:233 setup/setup_config2.tpl:278 -#, fuzzy -msgid "Enable snapshots" -msgstr "Crea estensioni di posta" +#: setup/class_setupStep_Config3.inc:80 +msgid "Tweak some GOsa core behaviour" +msgstr "" -#: setup/setup_config2.tpl:239 setup/setup_config2.tpl:284 -#, fuzzy -msgid "Snapshot base" -msgstr "Nome applicazione" +#: setup/class_setupStep_Config3.inc:194 +msgid "Session lifetime must be a numeric value." +msgstr "" + +#: setup/class_setupStep_Config3.inc:198 +msgid "Maximal ldap query time must be a numeric value. " +msgstr "" #: setup/setup_feedback.tpl:6 msgid "Subscribe to the gosa-announce mailinglist" @@ -4996,86 +4700,27 @@ msgid "What features of GOsa do you use?" msgstr "" #: setup/setup_feedback.tpl:136 -msgid "What features do you want to see in future versions of GOsa?" -msgstr "" - -#: setup/setup_feedback.tpl:143 -msgid "Send feedback" -msgstr "" - -#: setup/setup_schema.tpl:3 -#, 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 -msgid "Schema check succeeded" -msgstr "" - -#: setup/setup_schema.tpl:23 -#, fuzzy -msgid "Schema check failed" -msgstr "Server" - -#: setup/setup_license.tpl:8 -msgid "I have read the license and accept it" -msgstr "" - -#: setup/class_setup.inc:196 -#, fuzzy -msgid "Completed" -msgstr "incompleto" - -#: setup/class_setupStep_Ldap.inc:53 -#, fuzzy -msgid "LDAP setup" -msgstr "Dispositivi" - -#: setup/class_setupStep_Ldap.inc:54 -#, fuzzy -msgid "LDAP connection setup" -msgstr "Disconnessione " - -#: setup/class_setupStep_Ldap.inc:55 -#, 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:105 -#, php-format -msgid "Anonymous bind failed on server '%s'." -msgstr "" - -#: setup/class_setupStep_Ldap.inc:107 -#, fuzzy, php-format -msgid "Bind as user '%s' failed on server '%s'." -msgstr "Impossibile selezionare il database!" +msgid "What features do you want to see in future versions of GOsa?" +msgstr "" -#: setup/class_setupStep_Ldap.inc:112 -#, php-format -msgid "Anonymous bind on server '%s' succeeded." +#: setup/setup_feedback.tpl:143 +msgid "Send feedback" msgstr "" -#: setup/class_setupStep_Ldap.inc:113 +#: setup/class_setupStep_Welcome.inc:38 #, fuzzy -msgid "Please specify user and password." -msgstr "Prego inserire un numero di telefono valido!" +msgid "Welcome" +msgstr "Benvenuto %s!" -#: setup/class_setupStep_Ldap.inc:115 -#, fuzzy, php-format -msgid "Bind as user '%s' on server '%s' succeeded." -msgstr "Impossibile selezionare il database!" +#: 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_config1.tpl:2 msgid "Look and feel" @@ -5210,22 +4855,159 @@ msgstr "" "possiedono interfacce per impostare opzioni come ad esempio la quota. Puoi " "impostare il metodo 'dummy' per mantenere tutte le impostazioni." -#: setup/setup_language.tpl:3 +#: setup/setup_config3.tpl:2 #, fuzzy -msgid "Please select the preferred language" -msgstr "Lingua preferita" +msgid "GOsa core settings" +msgstr "Opzioni di posta dell'identità" -#: 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." +#: setup/setup_config3.tpl:6 +#, fuzzy +msgid "Disable primary group filter" +msgstr "Mostra gruppi di utenti" + +#: setup/setup_config3.tpl:18 +#, fuzzy +msgid "Display summary in listings" +msgstr "Mosra gruppi corrispondenti a" + +#: setup/setup_config3.tpl:30 +#, fuzzy +msgid "Honour administrative units" +msgstr "Amministrazione dei gruppi di utenti" + +#: setup/setup_config3.tpl:42 +#, fuzzy +msgid "Smarty compile directory" +msgstr "Home directory" + +#: setup/setup_config3.tpl:51 +msgid "SNMP community" msgstr "" -#: setup/setup_language.tpl:9 +#: setup/setup_config3.tpl:60 #, fuzzy -msgid "Please your preferred language here" -msgstr "Lingua preferita" +msgid "Path for PPD storage" +msgstr "Algorimo password" + +#: setup/setup_config3.tpl:77 +#, fuzzy +msgid "Path for kiosk profile storage" +msgstr "Opzioni di posta dell'identità" + +#: setup/setup_config3.tpl:96 +#, fuzzy +msgid "Enable system deployment" +msgstr "Dipartimento" + +#: setup/setup_config3.tpl:115 +#, fuzzy +msgid "Mail queue script" +msgstr "Script path" + +#: setup/setup_config3.tpl:134 +#, fuzzy +msgid "Notification script" +msgstr "Non ci sono certificati installati" + +#: setup/setup_config3.tpl:153 +msgid "Enable edit locking" +msgstr "" + +#: setup/setup_config3.tpl:174 +msgid "Special search method for huge ldap servers." +msgstr "" + +#: setup/setup_config3.tpl:185 +msgid "Login and session" +msgstr "" + +#: setup/setup_config3.tpl:188 +#, fuzzy +msgid "Login attribute" +msgstr "Attributo DN delle persone" + +#: setup/setup_config3.tpl:199 +msgid "Enforce register_globals to be deactivated" +msgstr "" + +#: setup/setup_config3.tpl:211 +msgid "Enforce encrypted connections" +msgstr "" + +#: setup/setup_config3.tpl:223 +msgid "Warn if session is not encrypted" +msgstr "" + +#: setup/setup_config3.tpl:235 +#, fuzzy +msgid "Remember dialog filter settings" +msgstr "Impostazioni generali delle code" + +#: setup/setup_config3.tpl:247 +#, fuzzy +msgid "Session lifetime" +msgstr "Rilevato un conflitto di sessione" + +#: setup/setup_config3.tpl:256 +msgid "Debugging" +msgstr "" + +#: setup/setup_config3.tpl:260 +#, fuzzy +msgid "Show PHP errors" +msgstr "Errore PHP" + +#: setup/setup_config3.tpl:272 +#, fuzzy +msgid "Maximum LDAP query time" +msgstr "Inoltra i messaggi a" + +#: setup/setup_config3.tpl:290 +msgid "Log LDAP statistics" +msgstr "" + +#: setup/setup_config3.tpl:302 +#, fuzzy +msgid "Debug level" +msgstr "Rimuovi" + +#: setup/setup_config3.tpl:307 setup/setup_config3.tpl:310 +#, fuzzy +msgid "Disabled" +msgstr "disabilitato" + +#: setup/setup_config3.tpl:308 setup/setup_config3.tpl:311 +#, fuzzy +msgid "Enabled" +msgstr "disabilitato" + +#: 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 "Steps" +msgstr "Sistemi" + +#: setup/class_setupStep_Schema.inc:40 setup/class_setupStep_Schema.inc:41 +#, fuzzy +msgid "LDAP schema check" +msgstr "Server" + +#: setup/class_setupStep_Schema.inc:42 +msgid "Perform test on your current LDAP schema" +msgstr "" + +#: setup/class_setupStep_Schema.inc:95 html/index.php:258 +msgid "Cannot detect information about the installed LDAP schema!" +msgstr "" #: setup/class_setupStep_Checks.inc:38 setup/class_setupStep_Checks.inc:39 msgid "Installation check" @@ -5602,1497 +5384,1659 @@ msgstr "File di configurazione" #: setup/class_setupStep_Checks.inc:263 #, fuzzy -msgid "The configuration file can't be written" -msgstr "File di configurazione" +msgid "The configuration file can't be written" +msgstr "File di configurazione" + +#: setup/class_setupStep_Checks.inc:264 +#, 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." +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?" +msgstr "" + +#: setup/setup_welcome.tpl:11 +#, 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 "" + +#: setup/setup_welcome.tpl:13 +msgid "Let you choose from a set of basic and advanced configuration switches" +msgstr "" + +#: setup/setup_welcome.tpl:14 +msgid "Guided migration of existing LDAP trees" +msgstr "" + +#: setup/setup_welcome.tpl:17 +msgid "What will the wizard NOT do for you?" +msgstr "" + +#: setup/setup_welcome.tpl:20 +#, fuzzy +msgid "Find every possible configuration error" +msgstr "File di configurazione" + +#: setup/setup_welcome.tpl:21 +msgid "Migrate every possible LDAP setup - create backup dumps!" +msgstr "" + +#: setup/setup_welcome.tpl:25 +#, fuzzy +msgid "To continue..." +msgstr "Configurazione continua..." + +#: 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:" +msgstr "" + +#: setup/setup_welcome.tpl:34 +msgid "Click the 'Continue' button when you've finished." +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 "Scarica il file di configurazione" + +#: setup/setup_checks.tpl:67 +#, fuzzy +msgid "show information" +msgstr "Informazioni personali" + +#: setup/setup_schema.tpl:3 +#, fuzzy +msgid "Schema specific settings" +msgstr "Impostazioni Samba" -#: setup/class_setupStep_Checks.inc:264 -#, 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." +#: setup/setup_schema.tpl:7 +msgid "Enable schema validation when logging in" msgstr "" -#: setup/setup_config3.tpl:2 +#: setup/setup_schema.tpl:16 #, fuzzy -msgid "GOsa core settings" -msgstr "Opzioni di posta dell'identità" +msgid "Check status" +msgstr "Stato" -#: setup/setup_config3.tpl:6 -#, fuzzy -msgid "Disable primary group filter" -msgstr "Mostra gruppi di utenti" +#: setup/setup_schema.tpl:20 +msgid "Schema check succeeded" +msgstr "" -#: setup/setup_config3.tpl:18 +#: setup/setup_schema.tpl:23 #, fuzzy -msgid "Display summary in listings" -msgstr "Mosra gruppi corrispondenti a" +msgid "Schema check failed" +msgstr "Server" -#: setup/setup_config3.tpl:30 +#: setup/class_setupStep_Feedback.inc:91 #, fuzzy -msgid "Honour administrative units" -msgstr "Amministrazione dei gruppi di utenti" +msgid "UNIX accounts/groups" +msgstr "Account Unix" -#: setup/setup_config3.tpl:42 +#: setup/class_setupStep_Feedback.inc:93 #, fuzzy -msgid "Smarty compile directory" -msgstr "Home directory" +msgid "Samba management" +msgstr "Dirigenza" -#: setup/setup_config3.tpl:51 -msgid "SNMP community" -msgstr "" +#: setup/class_setupStep_Feedback.inc:95 +#, fuzzy +msgid "Mailsystem management" +msgstr "Riferimenti" -#: setup/setup_config3.tpl:60 +#: setup/class_setupStep_Feedback.inc:97 #, fuzzy -msgid "Path for PPD storage" -msgstr "Algorimo password" +msgid "FAX system administration" +msgstr "Amministrazione utenti" -#: setup/setup_config3.tpl:77 +#: setup/class_setupStep_Feedback.inc:99 #, fuzzy -msgid "Path for kiosk profile storage" -msgstr "Opzioni di posta dell'identità" +msgid "Asterisk administration" +msgstr "Amministrazione utenti" -#: setup/setup_config3.tpl:96 +#: setup/class_setupStep_Feedback.inc:101 #, fuzzy -msgid "Enable system deployment" -msgstr "Dipartimento" +msgid "System inventory" +msgstr "Elimina contatto" -#: setup/setup_config3.tpl:116 +#: setup/class_setupStep_Feedback.inc:103 #, fuzzy -msgid "Network resolv hook" -msgstr "Mostra dispositiva di rete" +msgid "System-/Configmanagement" +msgstr "Riferimenti" + +#: setup/class_setupStep_Feedback.inc:105 +msgid "Addressbook" +msgstr "Rubrica" -#: setup/setup_config3.tpl:135 +#: setup/class_setupStep_Feedback.inc:111 +#: setup/class_setupStep_Feedback.inc:113 #, fuzzy -msgid "Mail queue script" -msgstr "Script path" +msgid "Notification and feedback" +msgstr "Non ci sono certificati installati" -#: setup/setup_config3.tpl:154 +#: setup/class_setupStep_Feedback.inc:112 #, fuzzy -msgid "Notification script" +msgid "Get notifications or send feedback" msgstr "Non ci sono certificati installati" -#: setup/setup_config3.tpl:173 -msgid "Enable edit locking" +#: setup/class_setupStep_Feedback.inc:140 +#: setup/class_setupStep_Feedback.inc:147 +msgid "Feedback error" msgstr "" -#: setup/setup_config3.tpl:192 -msgid "Login and session" +#: setup/class_setupStep_Feedback.inc:140 +#, php-format +msgid "Cannot send feedback to '%s': %s" msgstr "" -#: setup/setup_config3.tpl:195 -#, fuzzy -msgid "Login attribute" -msgstr "Attributo DN delle persone" - -#: setup/setup_config3.tpl:206 -msgid "Enforce register_globals to be deactivated" +#: setup/class_setupStep_Feedback.inc:147 +msgid "Cannot send feedback: service temporarily unavailable" msgstr "" -#: setup/setup_config3.tpl:218 -msgid "Enforce encrypted connections" +#: setup/class_setupStep_Feedback.inc:149 +msgid "Feedback sucessfully send" msgstr "" -#: setup/setup_config3.tpl:230 -msgid "Warn if session is not encrypted" +#: setup/class_setupStep_Feedback.inc:179 +#, fuzzy +msgid "Please specify a valid email address." +msgstr "Prego inserire un numero di telefono valido!" + +#: setup/class_setupStep_Feedback.inc:183 +msgid "" +"You have to select at least one of both options, subscribe or send feedback." msgstr "" -#: setup/setup_config3.tpl:242 +#: setup/class_setupStep_Finish.inc:37 +#: ihtml/themes/default/copyPasteDialog.tpl:32 +msgid "Finish" +msgstr "Esegui" + +#: setup/class_setupStep_Finish.inc:38 #, fuzzy -msgid "Remember dialog filter settings" -msgstr "Impostazioni generali delle code" +msgid "Write configuration file" +msgstr "File di configurazione" -#: setup/setup_config3.tpl:254 +#: setup/class_setupStep_Finish.inc:39 #, fuzzy -msgid "Session lifetime" -msgstr "Rilevato un conflitto di sessione" +msgid "Finish - write the configuration file" +msgstr "File di configurazione" -#: setup/setup_config3.tpl:262 -msgid "Debugging" +#: setup/class_setupStep_Finish.inc:100 +#, 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:102 +#, 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:111 +#, 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 "" +"Dopo averlo scaricato dentro /etc/gosa/, assicurati che l'utente del " +"webserver sia in grado di leggerlo mentre tutti gli altri utenti non " +"possono. In molti casi è sufficiente eseguire i comandi seguenti." -#: setup/setup_config3.tpl:266 +#: setup/class_setupStep_Migrate.inc:105 setup/class_setupStep_Migrate.inc:106 #, fuzzy -msgid "Show PHP errors" -msgstr "Errore PHP" +msgid "LDAP inspection" +msgstr "Ispezione della configurazione PHP" + +#: setup/class_setupStep_Migrate.inc:107 +msgid "Analyze your current LDAP for GOsa compatibility" +msgstr "" -#: setup/setup_config3.tpl:278 +#: setup/class_setupStep_Migrate.inc:113 #, fuzzy -msgid "Maximum LDAP query time" -msgstr "Inoltra i messaggi a" +msgid "Checking for root object" +msgstr "Controllo il supporto per iconv" -#: setup/setup_config3.tpl:296 -msgid "Log LDAP statistics" +#: setup/class_setupStep_Migrate.inc:119 +msgid "Checking permissions on LDAP database" msgstr "" -#: setup/setup_config3.tpl:308 +#: setup/class_setupStep_Migrate.inc:125 #, fuzzy -msgid "Debug level" -msgstr "Rimuovi" +msgid "Checking for invisible departments" +msgstr "Controllo il supporto per iconv" -#: setup/setup_config3.tpl:313 setup/setup_config3.tpl:316 +#: setup/class_setupStep_Migrate.inc:131 #, fuzzy -msgid "Disabled" -msgstr "disabilitato" +msgid "Checking for invisible users" +msgstr "Controllo il supporto per iconv" -#: setup/setup_config3.tpl:314 setup/setup_config3.tpl:317 +#: setup/class_setupStep_Migrate.inc:137 #, fuzzy -msgid "Enabled" -msgstr "disabilitato" +msgid "Checking for super administrator" +msgstr "Controllo la presenza di alcuni programmi addizionali" -#: setup/class_setupStep_Welcome.inc:38 +#: setup/class_setupStep_Migrate.inc:143 #, fuzzy -msgid "Welcome" -msgstr "Benvenuto %s!" +msgid "Checking for users outside the people tree" +msgstr "Controllo il modulo cups" -#: setup/class_setupStep_Welcome.inc:39 +#: setup/class_setupStep_Migrate.inc:149 #, fuzzy -msgid "The welcome message" -msgstr "Elimina questo record" +msgid "Checking for groups outside the groups tree" +msgstr "Controllo il modulo cups" -#: setup/class_setupStep_Welcome.inc:40 +#: setup/class_setupStep_Migrate.inc:155 +msgid "Checking for windows workstations outside the winstation tree" +msgstr "" + +#: setup/class_setupStep_Migrate.inc:161 #, fuzzy -msgid "Welcome to GOsa setup wizard" -msgstr "Benvenuto nel setup di GOsa!" +msgid "Checking for duplicate uid numbers" +msgstr "Controllo il supporto per %s" -#: setup/class_setupStep_Schema.inc:40 setup/class_setupStep_Schema.inc:41 +#: setup/class_setupStep_Migrate.inc:167 #, fuzzy -msgid "LDAP schema check" -msgstr "Server" +msgid "Checking for duplicate gid numbers" +msgstr "Controllo il supporto per %s" -#: setup/class_setupStep_Schema.inc:42 -msgid "Perform test on your current LDAP schema" +#: setup/class_setupStep_Migrate.inc:190 setup/class_setupStep_Migrate.inc:239 +#: setup/class_setupStep_Migrate.inc:301 setup/class_setupStep_Migrate.inc:362 +#: setup/class_setupStep_Migrate.inc:429 setup/class_setupStep_Migrate.inc:503 +#: setup/class_setupStep_Migrate.inc:588 setup/class_setupStep_Migrate.inc:718 +#: setup/class_setupStep_Migrate.inc:807 +#, fuzzy +msgid "LDAP query failed" +msgstr "La query al database è fallita!" + +#: setup/class_setupStep_Migrate.inc:191 setup/class_setupStep_Migrate.inc:240 +#: setup/class_setupStep_Migrate.inc:302 setup/class_setupStep_Migrate.inc:363 +#: setup/class_setupStep_Migrate.inc:430 setup/class_setupStep_Migrate.inc:504 +#: setup/class_setupStep_Migrate.inc:589 setup/class_setupStep_Migrate.inc:719 +#: setup/class_setupStep_Migrate.inc:808 +msgid "Possibly the 'root object' is missing." msgstr "" -#: setup/class_setupStep_Schema.inc:95 html/index.php:257 -msgid "Cannot detect information about the installed LDAP schema!" +#: setup/class_setupStep_Migrate.inc:213 +#, fuzzy, php-format +msgid "Found %s duplicate values for attribute 'uidNumber'." +msgstr "Prego inserire un numero di telefono valido!" + +#: setup/class_setupStep_Migrate.inc:262 +#, fuzzy, php-format +msgid "Found %s duplicate values for attribute 'gidNumber'." +msgstr "Prego inserire un numero di telefono valido!" + +#: setup/class_setupStep_Migrate.inc:317 setup/class_setupStep_Migrate.inc:518 +#: setup/class_setupStep_Migrate.inc:531 setup/class_setupStep_Migrate.inc:881 +#: setup/class_setupStep_Migrate.inc:1612 +#: setup/class_setupStep_Migrate.inc:1625 +msgid "Failed" +msgstr "Fallito" + +#: setup/class_setupStep_Migrate.inc:319 +#, php-format +msgid "" +"Found %s winstations outside the predefined winstation department ou '%s'." msgstr "" -#: setup/setup_checks.tpl:9 -msgid "PHP module and extension checks" +#: setup/class_setupStep_Migrate.inc:320 setup/class_setupStep_Migrate.inc:599 +#: setup/class_setupStep_Migrate.inc:728 +#, fuzzy +msgid "Migrate" +msgstr "Creare" + +#: setup/class_setupStep_Migrate.inc:387 +#, 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:388 setup/class_setupStep_Migrate.inc:463 +#, fuzzy +msgid "Move" +msgstr "Dominio" + +#: setup/class_setupStep_Migrate.inc:462 +#, php-format +msgid "Found %s user(s) outside the configured tree '%s'." msgstr "" -#: setup/setup_checks.tpl:41 setup/setup_checks.tpl:103 -msgid "GOsa will NOT run without fixing this." +#: setup/class_setupStep_Migrate.inc:520 setup/class_setupStep_Migrate.inc:533 +#, php-format +msgid "" +"The specified user '%s' does not have full access to your ldap database." msgstr "" -#: setup/setup_checks.tpl:45 setup/setup_checks.tpl:107 -msgid "GOsa will run without fixing this." +#: setup/class_setupStep_Migrate.inc:597 +#, php-format +msgid "Found %s user(s) that will not be visible in GOsa." msgstr "" -#: setup/setup_checks.tpl:67 +#: setup/class_setupStep_Migrate.inc:647 setup/class_setupStep_Migrate.inc:779 +#: setup/class_setupStep_Migrate.inc:945 #, fuzzy -msgid "PHP setup configuration" -msgstr "Scarica il file di configurazione" +msgid "Migration error" +msgstr "Creare" -#: setup/setup_checks.tpl:67 -#, fuzzy -msgid "show information" -msgstr "Informazioni personali" +#: setup/class_setupStep_Migrate.inc:647 setup/class_setupStep_Migrate.inc:779 +#, fuzzy, php-format +msgid "Cannot migrate department '%s':" +msgstr "Vai al dipartimento base" -#: setup/setup_finish.tpl:3 -#, fuzzy -msgid "Create your configuration file" -msgstr "File di configurazione" +#: setup/class_setupStep_Migrate.inc:727 +#, php-format +msgid "Found %s department(s) that will not be visible in GOsa." +msgstr "" -#: setup/setup_finish.tpl:13 -msgid "Download configuration" -msgstr "Scarica il file di configurazione" +#: setup/class_setupStep_Migrate.inc:882 +msgid "There is no GOsa administrator account inside your LDAP." +msgstr "" -#: setup/setup_finish.tpl:18 -#, fuzzy -msgid "Status: " -msgstr "Stato" +#: setup/class_setupStep_Migrate.inc:945 +#, php-format +msgid "Cannot add ACL for user '%s':" +msgstr "" -#: setup/class_setupStep_Finish.inc:38 +#: setup/class_setupStep_Migrate.inc:970 #, fuzzy -msgid "Write configuration file" -msgstr "File di configurazione" +msgid "Password error" +msgstr "La password spira il" -#: setup/class_setupStep_Finish.inc:39 +#: setup/class_setupStep_Migrate.inc:970 #, fuzzy -msgid "Finish - write the configuration file" -msgstr "File di configurazione" +msgid "Provided passwords do not match!" +msgstr "Le password nuova e ripetuta non corrispondono" -#: setup/class_setupStep_Finish.inc:100 -msgid "" -"Your configuration file is currently world readable. Please updated the file " -"permissions!" -msgstr "" +#: setup/class_setupStep_Migrate.inc:975 +#, fuzzy +msgid "Input error" +msgstr "Errore PHP" -#: setup/class_setupStep_Finish.inc:102 +#: setup/class_setupStep_Migrate.inc:975 #, 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." +msgid "Specify a valid user ID!" +msgstr "Prego inserire un numero di telefono valido!" -#: setup/class_setupStep_Finish.inc:111 -#, 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:" +#: setup/class_setupStep_Migrate.inc:1019 +#, php-format +msgid "Adding an administrative user failed: object '%s' already exists!" msgstr "" -"Dopo averlo scaricato dentro /etc/gosa/, assicurati che l'utente del " -"webserver sia in grado di leggerlo mentre tutti gli altri utenti non " -"possono. In molti casi è sufficiente eseguire i comandi seguenti." -#: setup/class_setupStep_Config2.inc:87 setup/class_setupStep_Config2.inc:88 +#: setup/class_setupStep_Migrate.inc:1056 +#: setup/class_setupStep_Migrate.inc:1104 +#: setup/class_setupStep_Migrate.inc:1152 #, fuzzy -msgid "GOsa settings 2/3" -msgstr "Opzioni di posta dell'identità" +msgid "Cannot move users to the requested department!" +msgstr "Mostra utenti del dipartimento" -#: setup/class_setupStep_Config2.inc:89 -#, fuzzy -msgid "Customize special parameters" -msgstr "Parametro" +#: setup/class_setupStep_Migrate.inc:1066 +msgid "Winstation will be moved from" +msgstr "" -#: include/functions_helpviewer.inc:43 -#, php-format -msgid "XML error in guide.xml: %s at line %d" +#: setup/class_setupStep_Migrate.inc:1077 +#: setup/class_setupStep_Migrate.inc:1125 +msgid "Updating following references too" msgstr "" -#: include/functions_helpviewer.inc:86 -msgid "No help available for this plugin." +#: setup/class_setupStep_Migrate.inc:1115 +msgid "Group will be moved from" msgstr "" -#: include/functions_helpviewer.inc:95 html/helpviewer.php:196 -msgid "previous" +#: setup/class_setupStep_Migrate.inc:1162 +msgid "User will be moved from" msgstr "" -#: include/functions_helpviewer.inc:99 html/helpviewer.php:200 -msgid "next" +#: setup/class_setupStep_Migrate.inc:1172 +msgid "The following references will be updated" msgstr "" -#: include/functions_helpviewer.inc:387 -#, php-format -msgid "%s results for your search with the keyword %s" +#: setup/class_setupStep_Migrate.inc:1613 +msgid "" +"The LDAP root object is missing. It is required to use your LDAP service." msgstr "" -#: include/functions_helpviewer.inc:461 -#, php-format -msgid "%s%% hit rate in file %s" +#: setup/class_setupStep_Migrate.inc:1614 +#: setup/class_setupStep_Migrate.inc:1627 +#, fuzzy +msgid "Try to create root object" +msgstr "Gruppo di oggetti" + +#: setup/class_setupStep_Migrate.inc:1626 +msgid "Root object couldn't be created, you should try it on your own." msgstr "" -#: include/class_tabs.inc:214 +#: setup/class_setupStep_Migrate.inc:1916 #, php-format -msgid "Delete process has been canceled by plugin '%s': %s" +msgid "Copy '%s' to '%s' failed:" msgstr "" -#: include/class_tabs.inc:341 include/class_acl.inc:1092 -#: include/class_acl.inc:1093 include/class_acl.inc:1098 -msgid "ACL" -msgstr "ACL" +#: setup/class_setupStep_Migrate.inc:1919 +msgid "Problem copying DNs" +msgstr "" -#: include/class_tabs.inc:344 -msgid "References" -msgstr "Riferimenti" +#: setup/setup_language.tpl:3 +#, fuzzy +msgid "Please select the preferred language" +msgstr "Lingua preferita" -#: include/class_plugin.inc:436 -#, php-format +#: setup/setup_language.tpl:5 msgid "" -"Command '%s', specified as CHECK hook for plugin '%s' doesn't seem to exist." +"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 "" -#: include/class_plugin.inc:490 -msgid "" -"The object has changed since opened in GOsa. Please ensure that nobody has " -"done serious changes that may get lost if you save this entry." -msgstr "" +#: setup/setup_language.tpl:9 +#, fuzzy +msgid "Please select your preferred language here" +msgstr "Lingua preferita" -#: include/class_plugin.inc:623 -#, php-format -msgid "" -"Command '%s', specified as POSTCREATE for plugin '%s' doesn't seem to exist." -msgstr "" +#: setup/setup_config2.tpl:2 +msgid "Samba settings" +msgstr "Impostazioni Samba" -#: include/class_plugin.inc:655 include/functions.inc:2508 -#, php-format -msgid "" -"Command '%s', specified as POSTMODIFY for plugin '%s' doesn't seem to exist." +#: setup/setup_config2.tpl:6 +msgid "Samba hash generator" msgstr "" -#: include/class_plugin.inc:691 -#, php-format -msgid "" -"Command '%s', specified as POSTREMOVE for plugin '%s' doesn't seem to exist." -msgstr "" +#: setup/setup_config2.tpl:31 +#, fuzzy +msgid "RID base" +msgstr "Database" -#: include/class_plugin.inc:1080 include/class_plugin.inc:1127 -#: include/class_plugin.inc:1128 -#, fuzzy, php-format -msgid "Saving object snapshot with dn '%s' failed." -msgstr "Account Kolab" +#: setup/setup_config2.tpl:46 +#, fuzzy +msgid "Workstation container" +msgstr "Mostra workstation" -#: include/class_plugin.inc:1154 include/class_plugin.inc:1166 -#, php-format -msgid "" -"The snapshot functionality is enabled, but the required variable '%s' is not " -"set." -msgstr "" +#: setup/setup_config2.tpl:61 +#, fuzzy +msgid "Samba SID mapping" +msgstr "Samba" -#: include/class_plugin.inc:1202 -#, php-format -msgid "Method get available snapshots with dn '%s' failed." -msgstr "" +#: setup/setup_config2.tpl:71 +#, fuzzy +msgid "Timezone" +msgstr "Cellulare" -#: include/class_plugin.inc:1258 -#, php-format -msgid "Method get deleted snapshots with dn '%s' failed." -msgstr "" +#: setup/setup_config2.tpl:74 +#, fuzzy +msgid "Please choose your preferred timezone here" +msgstr "Lingua preferita" -#: include/class_plugin.inc:1322 include/class_plugin.inc:1336 -#, fuzzy, php-format -msgid "Restore snapshot with dn '%s' failed." -msgstr "Elimina estensioni per le applicazioni" +#: setup/setup_config2.tpl:96 +#, fuzzy +msgid "Additional GOsa settings" +msgstr "Opzioni applicazione" -#: include/class_plugin.inc:1602 -msgid "Changing ACL dn" +#: setup/setup_config2.tpl:100 +msgid "Enable Copy & Paste" msgstr "" -#: include/class_plugin.inc:1602 +#: setup/setup_config2.tpl:112 #, fuzzy -msgid "from" -msgstr "e" +msgid "Enable DNS extension" +msgstr "Elimina foto" -#: include/class_MultiSelectWindow.inc:219 -msgid "Go to root department" -msgstr "Vai al dipartimento base" +#: setup/setup_config2.tpl:124 +#, fuzzy +msgid "Enable DHCP extension" +msgstr "Elimina foto" -#: include/class_MultiSelectWindow.inc:219 -#: include/class_MultiSelectWindow.inc:221 -msgid "Root" -msgstr "Root" +#: setup/setup_config2.tpl:136 +#, fuzzy +msgid "Enable mime type management" +msgstr "Riferimenti" + +#: setup/setup_config2.tpl:148 +#, fuzzy +msgid "Enable FAI release management" +msgstr "Riferimenti" -#: include/class_MultiSelectWindow.inc:227 -msgid "Go up one department" -msgstr "Sali di dipartimento" +#: setup/setup_config2.tpl:160 +#, fuzzy +msgid "Enable user netatalk plugin" +msgstr "Crea estensioni telefoniche" -#: include/class_MultiSelectWindow.inc:235 -msgid "Go to users department" -msgstr "Vai agli utenti del dipartimento" +#: setup/setup_config2.tpl:171 +#, fuzzy +msgid "Government mode" +msgstr "nella cartella" -#: include/class_MultiSelectWindow.inc:235 -#: include/class_MultiSelectWindow.inc:237 -msgid "Home" -msgstr "Home" +#: setup/setup_config2.tpl:180 +#, fuzzy +msgid "Mail settings" +msgstr "Opzioni di posta dell'identità" -#: include/class_MultiSelectWindow.inc:242 -msgid "Reload list" -msgstr "" +#: setup/setup_config2.tpl:184 +msgid "Mail method" +msgstr "Metodo di amministrazione della posta" -#: include/class_MultiSelectWindow.inc:503 -#, php-format -msgid "Inconsistent DN encoding detected: '%s'" +#: setup/setup_config2.tpl:200 +msgid "Account identification attribute" msgstr "" -#: include/class_MultiSelectWindow.inc:622 -#: include/class_MultiSelectWindow.inc:626 -#: include/class_MultiSelectWindow.inc:630 +#: setup/setup_config2.tpl:214 #, fuzzy -msgid "Restore" -msgstr "Riprova" +msgid "Vacation templates" +msgstr "Messaggio di di risposta automatica" -#: include/class_MultiSelectWindow.inc:625 -msgid "Restore snapshopts of already deleted objects" +#: setup/setup_config2.tpl:230 +msgid "Use Cyrus UNIX style" msgstr "" -#: include/class_MultiSelectWindow.inc:648 -#: include/class_SnapShotDialog.inc:113 -msgid "Restore snapshot" -msgstr "" +#: setup/setup_config2.tpl:240 +#, fuzzy +msgid "Snapshots / Undo" +msgstr "Nome applicazione" -#: include/class_MultiSelectWindow.inc:654 +#: setup/setup_config2.tpl:249 setup/setup_config2.tpl:294 #, fuzzy -msgid "Create snapshot" +msgid "Enable snapshots" msgstr "Crea estensioni di posta" -#: include/class_MultiSelectWindow.inc:654 +#: setup/setup_config2.tpl:255 setup/setup_config2.tpl:300 #, fuzzy -msgid "Create a new snapshot from this object" -msgstr "Gruppo di oggetti" +msgid "Snapshot base" +msgstr "Nome applicazione" -#: include/class_pluglist.inc:55 +#: 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 "All objects in this category" -msgstr "Nome descrittivo del gruppo" +msgid "Check again" +msgstr "Continua" -#: include/class_pluglist.inc:152 -msgid "The configuration format has changed. Please re-run setup!" +#: setup/setup_migrate.tpl:37 +msgid "Move windows workstations into a valid windows workstation department" msgstr "" -#: include/class_certificate.inc:35 -msgid "Can't open specified file, check accessibility and or existence" +#: setup/setup_migrate.tpl:39 +msgid "" +"This dialog allows you to move the displayed windows workstations into a " +"valid department" msgstr "" -#: include/class_certificate.inc:53 -msgid "Can't read specified certificate / or empty string given" +#: setup/setup_migrate.tpl:41 +msgid "" +"Be careful with this tool, there may be references pointing to this " +"workstations that can't be migrated." msgstr "" -#: include/class_certificate.inc:80 -msgid "Can't load certificate, possibly unsupported format (use PEM/DER) " -msgstr "" +#: setup/setup_migrate.tpl:65 setup/setup_migrate.tpl:121 +#: setup/setup_migrate.tpl:173 setup/setup_migrate.tpl:293 +#: setup/setup_migrate.tpl:346 +#, fuzzy +msgid "Select all" +msgstr "Rimuovi" -#: include/class_certificate.inc:95 -msgid "The Format must be PEM, to output certificate informations" +#: setup/setup_migrate.tpl:67 +msgid "Move selected windows workstations into the following GOsa department" msgstr "" -#: include/class_certificate.inc:192 -msgid "Can't create/open File" -msgstr "Errore nella creazione/apertura del file" +#: setup/setup_migrate.tpl:72 +#, fuzzy +msgid "Move selected workstations" +msgstr "Selezione le workstation da aggiungere" -#: include/class_certificate.inc:199 -msgid "No valid certificate loaded" +#: setup/setup_migrate.tpl:73 +msgid "What will be done here" msgstr "" -#: include/class_socketClient.inc:37 -msgid "The mcrypt module was not found. Please install php5-mcrypt." +#: setup/setup_migrate.tpl:85 +msgid "Move groups into configured group tree" msgstr "" -#: include/class_SnapShotDialog.inc:63 -#, php-format -msgid "You're about to delete the snapshot '%s'." +#: setup/setup_migrate.tpl:88 +msgid "" +"This dialog allows moving a couple of groups to the configured group tree. " +"Doing this may straighten your LDAP service." msgstr "" -#: include/class_SnapShotDialog.inc:115 -#, fuzzy -msgid "Remove snapshot" -msgstr "Crea estensioni di posta" +#: setup/setup_migrate.tpl:91 +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 "" -#: include/class_SnapShotDialog.inc:117 include/class_SnapShotDialog.inc:137 -msgid "Y-m-d, H:i:s" +#: setup/setup_migrate.tpl:94 +msgid "Move selected groups into this group tree" msgstr "" -#: include/class_SnapShotDialog.inc:149 +#: setup/setup_migrate.tpl:125 setup/setup_migrate.tpl:177 +#: setup/setup_migrate.tpl:297 setup/setup_migrate.tpl:350 #, fuzzy -msgid "Please specify a valid description for this snapshot." -msgstr "Specificare una dimenzione valida per le mail da rigettare." +msgid "Hide changes" +msgstr "Open-Xchange" -#: include/class_config.inc:104 -#, php-format -msgid "XML error in gosa.conf: %s at line %d" -msgstr "" +#: setup/setup_migrate.tpl:127 setup/setup_migrate.tpl:179 +#: setup/setup_migrate.tpl:299 setup/setup_migrate.tpl:352 +#, fuzzy +msgid "Show changes" +msgstr "Mostra telefoni" -#: include/class_config.inc:107 -msgid "Config file parsing" +#: setup/setup_migrate.tpl:140 +msgid "Move users into configured user tree" msgstr "" -#: include/class_config.inc:224 html/index.php:243 -msgid "Can't bind to LDAP. Please contact the system administrator." +#: setup/setup_migrate.tpl:142 +msgid "" +"This dialog allows moving a couple of users to the configured user tree. " +"Doing this may straighten your LDAP service." msgstr "" -"Errore di connessione al server LDAP. Contatta l'amministratore del sistema." -#: include/class_config.inc:554 -msgid "SID and/or RIDBASE missing in the configuration!" +#: setup/setup_migrate.tpl:145 +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 "" -#: include/class_log.inc:87 include/class_acl.inc:806 -#: include/functions.inc:437 include/functions.inc:582 -#: include/functions.inc:607 include/functions.inc:668 -#: include/functions.inc:981 include/functions.inc:1862 -#: include/functions.inc:1896 include/functions.inc:1916 -#: include/class_ldap.inc:561 include/class_ldap.inc:609 -#: include/class_CopyPasteHandler.inc:131 -#: include/class_CopyPasteHandler.inc:250 html/getvcard.php:36 +#: setup/setup_migrate.tpl:148 #, fuzzy -msgid "Internal error" -msgstr "Terminal Server" - -#: include/class_log.inc:87 -#, fuzzy, php-format -msgid "Logging failed: %s" -msgstr "Utenti di Dominio" +msgid "Move selected users into this people tree" +msgstr "Nuovo template" -#: include/class_log.inc:106 -msgid "Logging to MySQL disabled" +#: setup/setup_migrate.tpl:198 +msgid "Next" msgstr "" -#: include/class_log.inc:106 -msgid "" -"The logging to a MySQL database is now disabled for this session of GOsa, " -"due to communication errors with the specified logging database." +#: setup/setup_migrate.tpl:199 +msgid "Abort" msgstr "" -#: include/class_log.inc:119 -#, fuzzy, php-format -msgid "Invalid option '%s' specified." -msgstr "L'uid contiene dei caratteri invalidi!" - -#: include/class_log.inc:123 +#: setup/setup_migrate.tpl:201 #, fuzzy -msgid "Specified objectType is empty or invalid" -msgstr "Il valore specificato per l'UID non è valido." +msgid "Create a new GOsa administrator account" +msgstr "Crea estensioni di posta" -#: include/class_log.inc:144 +#: setup/setup_migrate.tpl:204 msgid "" -"You have enabled the logging into mysql databse, but there are no logging " -"servers available." +"This dialog will automatically add a new super administrator to your LDAP " +"tree." msgstr "" -#: include/class_log.inc:152 -#, fuzzy, php-format -msgid "Cannot connect to logging server '%s'." -msgstr "Impossibile connettersi al server del database!" - -#: include/class_log.inc:157 -#, fuzzy, php-format -msgid "Cannot select database '%s' on server '%s': %s" -msgstr "Impossibile selezionare il database!" - -#: include/class_log.inc:177 -#, fuzzy, php-format -msgid "Cannot query database '%s' on server '%s': %s" -msgstr "Impossibile selezionare il database!" +#: setup/setup_migrate.tpl:233 +#, fuzzy +msgid "Password (again)" +msgstr "Algorimo password" -#: include/php_setup.inc:91 -msgid "Generating this page caused the PHP interpreter to raise some errors!" +#: setup/setup_migrate.tpl:258 +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 "" -#: include/php_setup.inc:96 -msgid "Send bug report to the GOsa Team" +#: setup/setup_migrate.tpl:259 setup/setup_migrate.tpl:314 +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 "" -#: include/php_setup.inc:96 -msgid "Send bugreport" -msgstr "" +#: setup/setup_migrate.tpl:269 setup/setup_migrate.tpl:323 +#, fuzzy +msgid "Current" +msgstr "Password attuale" -#: include/php_setup.inc:101 -msgid "Toggle information" -msgstr "" +#: setup/setup_migrate.tpl:276 setup/setup_migrate.tpl:330 +#, fuzzy +msgid "After migration" +msgstr "Amministrazione utenti" -#: include/php_setup.inc:111 -msgid "PHP error" -msgstr "Errore PHP" +#: setup/setup_migrate.tpl:313 +msgid "" +"The listed users are currenlty invisble 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 "" -#: include/php_setup.inc:130 -msgid "class" -msgstr "classe" +#: html/getvcard.php:37 +#, fuzzy +msgid "Missing parameters!" +msgstr "Nome applicazione" -#: include/php_setup.inc:136 -msgid "function" -msgstr "funzione" +#: html/setup.php:78 html/index.php:155 +#, fuzzy +msgid "Smarty" +msgstr "Avvio" -#: include/php_setup.inc:141 -msgid "static" -msgstr "statico" +#: html/setup.php:78 html/password.php:76 html/index.php:155 +#, php-format +msgid "Directory '%s' specified as compile directory is not accessible!" +msgstr "" -#: include/php_setup.inc:145 -msgid "method" -msgstr "metodo" +#: html/password.php:56 html/index.php:130 +#, fuzzy, php-format +msgid "GOsa configuration %s/%s is not readable. Aborted." +msgstr "Il file di configurazione di GOsa %s/gosa.conf non è legibile." -#: include/php_setup.inc:178 -msgid "Trace" +#: html/password.php:76 +#, fuzzy +msgid "Accessibility" +msgstr "File di configurazione" + +#: html/password.php:161 +msgid "Error: Password method not available!" msgstr "" -#: include/php_setup.inc:179 -msgid "File" +#: html/password.php:217 html/index.php:292 +msgid "Please specify a valid username!" msgstr "" -#: include/php_setup.inc:179 -msgid "Line" +#: html/password.php:219 html/index.php:295 +msgid "Please specify your password!" msgstr "" -#: include/php_setup.inc:179 -msgid "Type" -msgstr "Tipo" +#: html/password.php:226 html/index.php:314 +msgid "Please check the username/password combination." +msgstr "" -#: include/php_setup.inc:180 -msgid "Arguments" -msgstr "Argomenti" +#: html/password.php:230 +msgid "You have no permissions to change your password." +msgstr "Non hai il permesso di cambiare la tua password." -#: include/class_acl.inc:6 -#, fuzzy -msgid "Access control" -msgstr "Opzioni di accesso" +#: html/password.php:251 +msgid "External password changer reported a problem: " +msgstr "Il programma esterno per cambiare la password ha avuto un problema:" -#: include/class_acl.inc:190 include/class_acl.inc:193 -msgid "Use ACL defined in role" +#: html/password.php:282 html/index.php:408 +msgid "Session will not be encrypted." msgstr "" -#: include/class_acl.inc:645 include/class_acl.inc:652 -#, fuzzy -msgid "Show/Hide Advanced Settings" -msgstr "Opzioni di posta avanzate" +#: html/password.php:282 html/index.php:408 +msgid "Enter SSL session" +msgstr "" -#: include/class_acl.inc:670 -#, fuzzy -msgid "Create objects" -msgstr "Gruppo di oggetti" +#: html/getxls.php:86 +msgid "Birthday" +msgstr "" -#: include/class_acl.inc:671 -#, fuzzy -msgid "Move objects" -msgstr "Oggetti membri" +#: html/getxls.php:86 html/getxls.php:227 html/getxls.php:281 +#: html/getxls.php:297 +msgid "Surname" +msgstr "Cognome" -#: include/class_acl.inc:672 -#, fuzzy -msgid "Remove objects" -msgstr "Oggetti membri" +#: html/getxls.php:86 html/getxls.php:281 +msgid "Language" +msgstr "Lingua" -#: include/class_acl.inc:674 include/class_acl.inc:680 -msgid "Modifyable by owner" -msgstr "" +#: html/getxls.php:94 +#, php-format +msgid "User list of %s on %s" +msgstr "Lista degli utenti di %s su %s" -#: include/class_acl.inc:677 -#, fuzzy -msgid "Move object" -msgstr "Oggetti membri" +#: html/getxls.php:121 html/getxls.php:284 ihtml/themes/default/acl.tpl:41 +msgid "Members" +msgstr "Membri" -#: include/class_acl.inc:678 -#, fuzzy -msgid "Remove object" -msgstr "Oggetti membri" +#: html/getxls.php:131 html/getxls.php:360 +#, php-format +msgid "Groups of %s on %s" +msgstr "Gruppi di %s su %s" -#: include/class_acl.inc:685 include/class_acl.inc:776 -msgid "read" -msgstr "leggere" +#: html/getxls.php:155 html/getxls.php:188 html/getxls.php:190 +#: html/getxls.php:197 html/getxls.php:233 html/getxls.php:310 +#: html/getxls.php:381 +msgid "Servers" +msgstr "" -#: include/class_acl.inc:686 include/class_acl.inc:778 -msgid "write" -msgstr "scrivere" +#: html/getxls.php:159 html/getxls.php:311 +msgid "Computers" +msgstr "Computer" -#: include/class_acl.inc:690 -#, fuzzy -msgid "Complete object" -msgstr "Gruppo di oggetti" +#: html/getxls.php:169 html/getxls.php:222 html/getxls.php:401 +#: html/getxls.php:421 +msgid "Common name" +msgstr "Nome comune" -#: include/class_acl.inc:806 -#, php-format -msgid "Unkown ACL type '%s'. Don't know how to handle it." +#: html/getxls.php:185 +msgid "Server name" msgstr "" -#: include/class_acl.inc:849 +#: html/getxls.php:195 html/getxls.php:379 #, php-format -msgid "Unknown entry '%s'!" -msgstr "" - -#: include/class_acl.inc:909 include/class_acl.inc:911 -#, fuzzy, php-format -msgid "Role: %s" -msgstr "Ruolo" +msgid "Servers of %s on %s" +msgstr "Server di %s su %s" -#: include/class_acl.inc:911 -msgid "Unknown role, possibly removed" -msgstr "" +#: html/getxls.php:222 html/getxls.php:297 +msgid "Display name" +msgstr "Mostra il nome" -#: include/class_acl.inc:919 -#, fuzzy, php-format -msgid "Contains settings for these objects: %s" -msgstr "Nome descrittivo del gruppo" +#: html/getxls.php:223 +msgid "Home phone" +msgstr "Telefono privato" -#: include/class_acl.inc:928 -#, fuzzy -msgid "Members:" -msgstr "Membri" +#: html/getxls.php:224 html/getxls.php:298 +msgid "Initials" +msgstr "Iniziali" -#: include/class_acl.inc:934 -msgid "ACL is valid for all users" -msgstr "" +#: html/getxls.php:225 +msgid "Mobile phone" +msgstr "Cellulare" -#: include/class_acl.inc:1093 -#, fuzzy -msgid "Access control list" -msgstr "Opzioni di accesso" +#: html/getxls.php:225 html/getxls.php:298 +msgid "City" +msgstr "Città" -#: include/class_acl.inc:1101 -#, fuzzy -msgid "Role name" -msgstr "Cognome" +#: html/getxls.php:226 html/getxls.php:298 html/getxls.php:300 +msgid "Phone number" +msgstr "Numero di telefono" -#: include/class_acl.inc:1102 -#, fuzzy -msgid "Role description" -msgstr "Descrizoione unità" +#: html/getxls.php:228 +msgid "Function" +msgstr "Funzione" -#: include/class_msg_dialog.inc:91 -msgid "Please fix the above error and reload the page." -msgstr "" +#: html/getxls.php:231 html/getxls.php:312 +msgid "Adressbook" +msgstr "Rubrica" -#: include/class_hostActionQueue.inc:68 include/class_hostActionQueue.inc:193 -#, fuzzy, php-format -msgid "Can't locate gotomasses queue file '%s'." -msgstr "Rimuovi" +#: html/getxls.php:238 html/getxls.php:414 +#, php-format +msgid "Adressbook of %s on %s" +msgstr "Rubrica di %s su %s" -#: include/class_hostActionQueue.inc:72 -#, fuzzy, php-format -msgid "Can't read gotomasses queue file '%s'." -msgstr "Rimuovi" +#: html/getxls.php:244 +msgid "Common Name" +msgstr "Nome comune" -#: include/class_hostActionQueue.inc:79 -#, fuzzy, php-format -msgid "Can't read gotomasses storage file '%s'." -msgstr "Rimuovi" +#: html/getxls.php:281 +msgid "Day of birth" +msgstr "Data di nascita" -#: include/class_hostActionQueue.inc:142 -msgid "Entry broken, skipped." -msgstr "" +#: html/getxls.php:299 +msgid "Email address" +msgstr "Indirizzo principale" -#: include/class_hostActionQueue.inc:197 include/class_hostActionQueue.inc:206 -#, fuzzy, php-format -msgid "Can't write gotomasses queue file '%s'." -msgstr "Rimuovi" +#: html/getxls.php:299 +msgid "Organizational unit" +msgstr "Unità del'organizzazione" -#: include/class_hostActionQueue.inc:201 -msgid "The queue file was modified since last reload. Can't save changes." -msgstr "" +#: html/getxls.php:300 +msgid "Postal Code" +msgstr "CAP" -#: include/class_hostActionQueue.inc:276 -#, fuzzy, php-format -msgid "Entry with id '%s' not found." -msgstr "Imposta dipartimento" +#: html/getxls.php:301 +msgid "Title" +msgstr "Titolo" -#: include/class_hostActionQueue.inc:286 -#, php-format -msgid "Could not update entry, entry with id '%s' not found." +#: html/getxls.php:304 +msgid "Full" msgstr "" -#: include/class_hostActionQueue.inc:297 +#: html/getxls.php:341 #, php-format -msgid "Could not remove entry, entry with id '%s' not found." -msgstr "" +msgid "User List of %s on %s" +msgstr "Lista degli utenti di %s su %s" -#: include/class_hostActionQueue.inc:371 include/class_hostActionQueue.inc:389 -#: include/class_hostActionQueue.inc:420 include/class_hostActionQueue.inc:455 +#: html/getxls.php:395 #, php-format -msgid "Can't set priority for ID '%s'. ID does not exist." +msgid "Computers of %s on %s" +msgstr "Computer di %s su %s" + +#: html/getxls.php:491 html/getldif.php:80 +#, fuzzy +msgid "Permission denied!" +msgstr "Permessi" + +#: html/getxls.php:491 +#, fuzzy +msgid "You are not allowed to perform this action." +msgstr "Non hai il permesso di cambiare la tua password." + +#: html/helpviewer.php:68 +msgid "Help browser" msgstr "" -#: include/functions.inc:98 -#, php-format -msgid "Fatal error: no class locations defined - please run '%s' to fix this" +#: html/helpviewer.php:122 +msgid "There is no helpfile specified for this class" msgstr "" -#: include/functions.inc:105 +#: html/helpviewer.php:271 #, php-format -msgid "Fatal error: cannot instantiate class '%s' - execution aborted" +msgid "Helpdir '%s' is not accessible, can't read any helpfiles." msgstr "" -#: include/functions.inc:305 -#, 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'" +#: html/getldif.php:80 +#, fuzzy +msgid "You are not allowed to create ldap dumps." +msgstr "Non hai il permesso di cambiare la tua password." -#: include/functions.inc:331 include/functions.inc:358 -#: include/functions.inc:396 -#, fuzzy, php-format -msgid "User login failed." -msgstr "Nome applicazione" +#: html/getldif.php:105 +#, fuzzy +msgid "Error in ivbb parameter!" +msgstr "Parametro" + +#: html/getfax.php:54 +msgid "Could not connect to database server!" +msgstr "Impossibile connettersi al server del database!" + +#: html/getfax.php:56 +msgid "Could not select database!" +msgstr "Impossibile selezionare il database!" -#: include/functions.inc:331 include/functions.inc:358 -#: include/functions.inc:396 include/functions.inc:592 -#: include/functions.inc:607 include/functions.inc:639 -#: include/functions.inc:678 include/functions.inc:723 -#: include/functions.inc:2490 +#: html/getfax.php:61 html/getfax.php:69 +msgid "Database query failed!" +msgstr "La query al database è fallita!" + +#: html/main.php:150 #, php-format -msgid "LDAP server returned: %s" +msgid "Cannot locate file '%s' - please run '%s' to fix this" msgstr "" -#: include/functions.inc:367 include/functions.inc:437 +#: html/main.php:168 #, fuzzy +msgid "PHP configuration" +msgstr "Scarica il file di configurazione" + +#: html/main.php:169 msgid "" -"Username / UID is not unique inside the LDAP tree. Please contact your " -"Administrator." +"FATAL: Register globals is on. GOsa will refuse to login unless this is " +"fixed by an administrator." msgstr "" -"Errore di connessione al server LDAP. Contatta l'amministratore del sistema." -#: include/functions.inc:582 include/functions.inc:668 -msgid "Error while adding a lock. Contact the developers!" -msgstr "" +#: html/main.php:214 +#, fuzzy +msgid "Configuration warning" +msgstr "File di configurazione" -#: include/functions.inc:592 -#, fuzzy, php-format -msgid "" -"Cannot create locking information in LDAP tree. Please contact your " -"administrator!" +#: html/main.php:214 +msgid "Running out of memory!" msgstr "" -"Errore di connessione al server LDAP. Contatta l'amministratore del sistema." - -#: include/functions.inc:607 -#, fuzzy, php-format -msgid "Adding a lock failed." -msgstr "Imposta dipartimento" -#: include/functions.inc:639 -#, fuzzy, php-format -msgid "Removing a lock failed." -msgstr "Elimina estensioni per le applicazioni" +#: html/main.php:353 +#, fuzzy +msgid "Password reminder" +msgstr "La password spira il" -#: include/functions.inc:678 include/functions.inc:723 -#, fuzzy, php-format -msgid "Cannot get locking information from LDAP tree!" -msgstr "Rimuovi" +#: html/main.php:353 +#, fuzzy +msgid "Your password is about to expire, please change your password!" +msgstr "Non hai il permesso di cambiare la tua password." -#: include/functions.inc:686 -msgid "" -"Found multiple locks for object to be locked. This should not happen - " -"cleaning up multiple references." -msgstr "" +#: html/main.php:362 +#, fuzzy +msgid "Plugin" +msgstr "Ricerca" -#: include/functions.inc:909 +#: html/main.php:363 #, php-format -msgid "The size limit of %d entries is exceed!" +msgid "FATAL: Can't find any plugin definitions for plugin '%s'!" msgstr "" -#: include/functions.inc:911 -#, php-format +#: html/index.php:50 +#, fuzzy +msgid "Session is not encrypted!" +msgstr "Rilevato un conflitto di sessione" + +#: html/index.php:57 msgid "" -"Set the new size limit to %s and show me this message if the limit still " -"exceeds" +"The session lifetime configured in your gosa.conf will be overridden by php." +"ini settings." msgstr "" -#: include/functions.inc:928 -msgid "incomplete" -msgstr "incompleto" +#: html/index.php:130 +#, fuzzy +msgid "Configuration accessibility" +msgstr "File di configurazione" -#: include/functions.inc:1164 include/functions.inc:1295 -msgid "LDAP error:" -msgstr "Errore LDAP" +#: html/index.php:206 +msgid "There is a problem with the authentication setup!" +msgstr "" -#: include/functions.inc:1165 -msgid "" -"Problems with the LDAP server mean that you probably lost the last changes. " -"Please check your LDAP setup for possible errors and try again." +#: html/index.php:214 +msgid "Cannot find a valid user for the current authentication setup!" msgstr "" -#: include/functions.inc:1171 -msgid "" -"Please check your input and fix the error. Press 'OK' to close this message " -"box." +#: html/index.php:218 +msgid "User information is not unique accross the configured LDAP trees!" msgstr "" -#: include/functions.inc:1236 -#, fuzzy -msgid "Continue anyway" -msgstr "Continua" +#: html/index.php:244 +msgid "Can't bind to LDAP. Please contact the system administrator." +msgstr "" +"Errore di connessione al server LDAP. Contatta l'amministratore del sistema." + +#: html/index.php:271 +msgid "Your ldap setup contains old schema definitions:" +msgstr "" -#: include/functions.inc:1238 +#: html/index.php:307 #, fuzzy -msgid "Edit anyway" -msgstr "Modifica contatto" +msgid "Authentication error" +msgstr "Destinazione" -#: include/functions.inc:1240 -#, fuzzy, php-format -msgid "You're going to edit the LDAP entry/entries '%s'" -msgstr "Non hai il permesso di cambiare la tua password." +#: html/index.php:307 +msgid "Cannot retrieve user information for htaccess authentication!" +msgstr "" -#: include/functions.inc:1298 -#, php-format -msgid "Plugin '%s':%s" +#: html/index.php:363 +#, fuzzy +msgid "Account locked. Please contact your system administrator." msgstr "" +"Errore di connessione al server LDAP. Contatta l'amministratore del sistema." -#: include/functions.inc:1459 -msgid "Entries per page" +#: html/index.php:414 +msgid "" +"Your browser has cookies disabled. Please enable cookies and reload this " +"page before logging in!" msgstr "" -#: include/functions.inc:1487 -msgid "Apply filter" +#: ihtml/themes/default/copyPasteDialog.tpl:1 +msgid "Copy & paste wizard" msgstr "" -#: include/functions.inc:1739 -msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" +#: ihtml/themes/default/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 "" -#: include/functions.inc:1783 -#, php-format -msgid "GOsa development snapshot (Rev %s)" -msgstr "versione di sviluppo di GOsa (Rev %s)" +#: ihtml/themes/default/copyPasteDialog.tpl:9 +msgid "Remember that some properties like taken snapshots will not be copied!" +msgstr "" -#: include/functions.inc:1862 -#, php-format -msgid "File '%s' could not be deleted." +#: 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 "" -#: include/functions.inc:1896 include/functions.inc:1916 +#: ihtml/themes/default/copyPasteDialog.tpl:24 #, fuzzy -msgid "Cannot write to revision file!" -msgstr "Rimuovi" - -#: include/functions.inc:2158 include/functions.inc:2162 -#: include/functions.inc:2168 -msgid "'base_hook' is not available. Using default base." -msgstr "" +msgid "Cancel all" +msgstr "Annulla" -#: include/functions.inc:2190 +#: ihtml/themes/default/copyPasteDialog.tpl:30 #, fuzzy -msgid "LDAP warning" -msgstr "Amministrazione LDAP" +msgid "Operation complete" +msgstr "incompleto" -#: include/functions.inc:2190 -msgid "Cannot get schema information from server. No schema check possible!" +#: ihtml/themes/default/help.tpl:9 +msgid "GOsa help viewer" msgstr "" -#: include/functions.inc:2216 -msgid "Used to store account specific informations." +#: ihtml/themes/default/help.tpl:15 +msgid "Index" msgstr "" -#: include/functions.inc:2223 +#: ihtml/themes/default/islocked.tpl:2 +msgid "Locking conflict detected" +msgstr "Rilevato un conflitto di accesso" + +#: ihtml/themes/default/islocked.tpl:9 msgid "" -"Used to lock currently edited entries to avoid multiple changes at the same " -"time." +"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 "" -#: include/functions.inc:2266 -#, fuzzy, php-format -msgid "Missing required object class '%s'!" -msgstr "Lista dei dipartimenti" +#: ihtml/themes/default/framework.tpl:8 ihtml/themes/default/framework.tpl:11 +msgid "Main" +msgstr "Principale" -#: include/functions.inc:2268 -#, php-format -msgid "Missing optional object class '%s'!" -msgstr "" +#: ihtml/themes/default/framework.tpl:16 +msgid "Help" +msgstr "Aiuto" -#: include/functions.inc:2274 -#, php-format -msgid "Version mismatch for required object class '%s' (!=%s)!" -msgstr "" +#: ihtml/themes/default/framework.tpl:21 ihtml/themes/default/framework.tpl:25 +msgid "Sign out" +msgstr "Termina la sessione" -#: include/functions.inc:2276 -#, php-format -msgid "Version mismatch for optional object class '%s' (!=%s)!" -msgstr "" +#: ihtml/themes/default/framework.tpl:29 +msgid "Signed in:" +msgstr "Connesso:" -#: include/functions.inc:2280 -#, php-format -msgid "Class(es) available" +#: ihtml/themes/default/framework.tpl:32 +msgid "GOsa main menu" msgstr "" -#: include/functions.inc:2302 +#: ihtml/themes/default/remove.tpl:6 msgid "" -"You have enabled the rfc2307bis option on the 'ldap setup' step, but your " -"schema configuration do not support this option." +"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 "" -#: include/functions.inc:2303 -msgid "" -"In order to use rfc2307bis conform groups the objectClass 'posixGroup' must " -"be AUXILIARY" +#: ihtml/themes/default/acl.tpl:15 +msgid "Use members from" msgstr "" -#: include/functions.inc:2307 -msgid "" -"You have disabled the rfc2307bis option on the 'ldap setup' step, but your " -"schema configuration do not support this option." +#: ihtml/themes/default/acl.tpl:29 +msgid "Available members" msgstr "" -#: include/functions.inc:2308 -msgid "The objectClass 'posixGroup' must be STRUCTURAL" +#: ihtml/themes/default/acl.tpl:63 +msgid "ACLs for this object" msgstr "" -#: include/functions.inc:2331 -msgid "German" -msgstr "Tedesco" +#: ihtml/themes/default/acl.tpl:69 +#, fuzzy +msgid "Available roles" +msgstr "Applicazioni disponibili" -#: include/functions.inc:2332 -msgid "French" -msgstr "Francese" +#: ihtml/themes/default/conflict.tpl:2 +msgid "Session conflict detected" +msgstr "Rilevato un conflitto di sessione" -#: include/functions.inc:2333 -msgid "Italian" -msgstr "Italiano" +#: ihtml/themes/default/conflict.tpl:6 +msgid "" +"Probably there's another active instance of your session. Multiple window " +"operation is technical not possible and heavily depends on the browser " +"you're using. Usage of different browsers at a time (i.e. IE and Mozilla) is " +"possible. Pressing the Logout button will close this session." +msgstr "" -#: include/functions.inc:2334 -msgid "Spanish" -msgstr "Spagnolo" +#: ihtml/themes/default/conflict.tpl:10 +msgid "" +"Ignoring this message will change/destroy the data you're currently editing, " +"so please close multiple windows and log in again." +msgstr "" -#: include/functions.inc:2335 -msgid "English" -msgstr "Inglese" +#: ihtml/themes/default/conflict.tpl:14 +msgid "Logout" +msgstr "Termina sessione" -#: include/functions.inc:2336 -msgid "Dutch" -msgstr "Tedesco" +#: ihtml/themes/default/password.tpl:6 +#, fuzzy +msgid "Change your password" +msgstr "Cambia la password" -#: include/functions.inc:2337 +#: ihtml/themes/default/password.tpl:34 #, fuzzy -msgid "Polish" -msgstr "Inglese" +msgid "Success" +msgstr "Setup completato" -#: include/functions.inc:2338 -msgid "Swedish" +#: ihtml/themes/default/password.tpl:34 +msgid "Your password has been changed successfully." +msgstr "" + +#: ihtml/themes/default/password.tpl:52 +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 "" -#: include/functions.inc:2339 +#: ihtml/themes/default/password.tpl:59 ihtml/themes/default/password.tpl:61 +#: ihtml/themes/default/login.tpl:50 ihtml/themes/default/login.tpl:51 +msgid "Directory" +msgstr "Directory" + +#: ihtml/themes/default/password.tpl:85 #, fuzzy -msgid "Chinese" -msgstr "reset" +msgid "again" +msgstr "Principale" -#: include/functions.inc:2340 -msgid "Russian" -msgstr "Russo" +#: ihtml/themes/default/password.tpl:86 +#, fuzzy +msgid "New password repeated" +msgstr "Nuova password" -#: include/functions.inc:2490 -#, fuzzy, php-format -msgid "Setting the password failed!" -msgstr "Estenzioni Proxy Internet" +#: ihtml/themes/default/password.tpl:100 +#, fuzzy +msgid "Change" +msgstr "Annulla" -#: include/functions.inc:2528 -msgid "" -"Setting for SMBHASH in gosa.conf is incorrect! Cannot change Samba password." -msgstr "" +#: ihtml/themes/default/password.tpl:101 +#, fuzzy +msgid "Click here to change your password" +msgstr "Non hai il permesso di cambiare la tua password." -#: include/class_ldap.inc:204 include/class_ldap.inc:236 -msgid "Performance warning" +#: ihtml/themes/default/login.tpl:9 +msgid "GOsa login screen" msgstr "" -#: include/class_ldap.inc:204 include/class_ldap.inc:236 -#, php-format -msgid "LDAP performance is poor: last query took about %.2fs!" -msgstr "" +#: ihtml/themes/default/login.tpl:25 +#, fuzzy +msgid "Login screen" +msgstr "Utenti di Dominio" -#: include/class_ldap.inc:561 -#, php-format +#: ihtml/themes/default/login.tpl:32 +#, fuzzy msgid "" -"Cannot automatically create subtrees with RDN '%s': no object class found" -msgstr "" +"Please use your username and your password to log into the site " +"administration system." +msgstr "Usa il tuo nome utente e password per connetterti" -#: include/class_ldap.inc:609 -#, php-format -msgid "Cannot automatically create subtrees with RDN '%s': not supported" -msgstr "" +#: ihtml/themes/default/login.tpl:76 ihtml/themes/default/login.tpl:79 +msgid "Sign in" +msgstr "Entra" -#: include/class_ldap.inc:617 -#, fuzzy, php-format -msgid "Creating subtree '%s' failed." -msgstr "Gruppo di oggetti" +#: ihtml/themes/default/login.tpl:77 +msgid "Click here to log in" +msgstr "Clicca qui per connetterti" -#: include/class_ldap.inc:686 -#, php-format -msgid "while operating on '%s' using LDAP server '%s'" +#: ihtml/themes/default/logout.tpl:5 +msgid "Your GOsa session has expired!" msgstr "" -#: include/class_ldap.inc:688 -#, fuzzy, php-format -msgid "while operating on LDAP server %s" -msgstr "Errore durante la connessione al server LDAP. Il server dice: '%s'" - -#: include/class_ldap.inc:910 -#, php-format +#: ihtml/themes/default/logout.tpl:7 msgid "" -"This is not a valid DN: '%s'. A block for import should begin with 'dn: ...' " -"in line %s" +"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 "" -#: include/class_ldap.inc:939 -#, php-format -msgid "Error while importing dn: '%s', please check your LDIF from line %s on!" -msgstr "" +#: ihtml/themes/default/logout.tpl:10 +#, fuzzy +msgid "Sign in again" +msgstr "Entra" -#: include/class_ldap.inc:1075 -#, fuzzy, php-format -msgid "Ldap import with dn '%s' failed." -msgstr "Imposta dipartimento" +#: 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 "" -#: include/class_CopyPasteHandler.inc:90 -#, php-format -msgid "Cannot cleanup copy & paste queue: setting permissions for '%s' failed!" +#: ihtml/themes/default/sizelimit.tpl:6 +msgid "Please choose the way to react for this session" msgstr "" -#: include/class_CopyPasteHandler.inc:98 -#, php-format -msgid "Cannot cleanup copy & paste queue: no write permission inside '%s'!" +#: ihtml/themes/default/sizelimit.tpl:9 +msgid "ignore this error and show all entries the LDAP server returns" msgstr "" -#: include/class_CopyPasteHandler.inc:130 -#, php-format -msgid "Copy and paste failed: object '%s' is not a valid ldap object!" +#: ihtml/themes/default/sizelimit.tpl:10 +msgid "" +"ignore this error and show all entries that fit into the defined sizelimit " +"and let me use filters instead" msgstr "" -#: include/class_CopyPasteHandler.inc:147 -#, php-format -msgid "Cannot save LDAP dump: no write permission inside '%s'!" +#: ihtml/themes/default/logout-close.tpl:5 +msgid "Your GOsa session has been closed!" msgstr "" -#: include/class_CopyPasteHandler.inc:155 -#, php-format -msgid "Cannot save LDAP dump: setting permissions for '%s' failed!" +#: ihtml/themes/default/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 "" -#: include/class_CopyPasteHandler.inc:164 -#, php-format -msgid "Cannot save LDAP dump: no write permission to '%s/%s'!" +#: ihtml/themes/default/accountexpired.tpl:15 +msgid "Your Password has expired !! Choose a new Password" msgstr "" -#: include/class_CopyPasteHandler.inc:249 -#, fuzzy, php-format -msgid "Cannot load dumped file '%s'!" -msgstr "Rimuovi" +#: ihtml/themes/default/accountexpired.tpl:23 +#: ihtml/themes/default/accountexpired.tpl:27 +#, fuzzy +msgid "Old Password" +msgstr "Password" -#: include/class_CopyPasteHandler.inc:274 -#, fuzzy, php-format -msgid "You have no permission to save object '%s'." -msgstr "Non hai il permesso di cambiare la tua password." +#: ihtml/themes/default/accountexpired.tpl:32 +#: ihtml/themes/default/accountexpired.tpl:36 +#, fuzzy +msgid "New Password" +msgstr "Nuova password" -#: include/class_CopyPasteHandler.inc:302 -#, fuzzy, php-format -msgid "You are going to paste the cutted entry '%s'." -msgstr "Non hai il permesso di cambiare la tua password." +#: ihtml/themes/default/accountexpired.tpl:41 +#: ihtml/themes/default/accountexpired.tpl:45 +#, fuzzy +msgid "Verify Password" +msgstr "Password" -#: include/class_CopyPasteHandler.inc:315 -#, fuzzy, php-format -msgid "You have no permission to copy and paste object '%s'!" -msgstr "Non hai il permesso di cambiare la tua password." +#: ihtml/themes/default/accountexpired.tpl:51 +#, fuzzy +msgid "Change Password" +msgstr "Cambia la password" -#: include/class_CopyPasteHandler.inc:336 -#, fuzzy, php-format -msgid "You are going to paste the copied entry '%s'." +#: ihtml/themes/default/accountexpired.tpl:52 +#, fuzzy +msgid "Click here to Change your password" msgstr "Non hai il permesso di cambiare la tua password." -#: include/class_CopyPasteHandler.inc:437 +#: ihtml/themes/default/pwd_heimdal.tpl:5 #, fuzzy -msgid "Can't paste" -msgstr "Crea estensioni telefoniche" +msgid "Heimdal options" +msgstr "Opzioni di posta" -#: include/password-methods/class_password-methods-sha.inc:46 -#: include/password-methods/class_password-methods-ssha.inc:51 -#, php-format -msgid "Cannot use %s encryption: no PHP functions for sha1/mhash available" +#: ihtml/themes/default/pwd_heimdal.tpl:6 +msgid "Use empty values for infinite" msgstr "" -#: include/utils/class_timezone.inc:51 -#, php-format -msgid "" -"The timezone setting '%s' in your gosa.conf is not valid. Cannot calculate " -"correct timezone offest." +#: ihtml/themes/default/pwd_heimdal.tpl:10 +msgid "Ticket max life" msgstr "" -#: include/class_multi_plug.inc:360 -msgid "You are currently editing mutliple entries." +#: ihtml/themes/default/pwd_heimdal.tpl:18 +msgid "Ticket max renew" msgstr "" -#: include/class_multi_plug.inc:389 -#, fuzzy -msgid "Password reset" -msgstr "La password spira il" +#: ihtml/themes/default/pwd_heimdal.tpl:32 +msgid "infinite" +msgstr "" -#: include/class_multi_plug.inc:389 +#: ihtml/themes/default/pwd_heimdal.tpl:34 #, fuzzy -msgid "The user password was resetted, please set a new password value!" -msgstr "Non hai il permesso di cambiare la tua password." +msgid "Hour" +msgstr "ora" -#: html/getvcard.php:36 +#: ihtml/themes/default/pwd_heimdal.tpl:36 #, fuzzy -msgid "Missing parameters!" -msgstr "Nome applicazione" +msgid "Minute" +msgstr "Stampante" -#: html/getldif.php:79 +#: ihtml/themes/default/pwd_heimdal.tpl:38 #, fuzzy -msgid "Permission denied!" -msgstr "Permessi" +msgid "Day" +msgstr "giorno" -#: html/getldif.php:104 +#: ihtml/themes/default/pwd_heimdal.tpl:40 #, fuzzy -msgid "Error in ivbb parameter!" -msgstr "Parametro" - -#: html/password.php:56 html/index.php:129 -#, fuzzy, php-format -msgid "GOsa configuration %s/%s is not readable. Aborted." -msgstr "Il file di configurazione di GOsa %s/gosa.conf non è legibile." +msgid "Month" +msgstr "mese" -#: html/password.php:76 html/setup.php:77 html/index.php:154 -#, php-format -msgid "Directory '%s' specified as compile directory is not accessible!" -msgstr "" +#: ihtml/themes/default/pwd_heimdal.tpl:42 +#, fuzzy +msgid "Year" +msgstr "Cerca" -#: html/password.php:161 -msgid "Error: Password method not available!" +#: ihtml/themes/default/pwd_heimdal.tpl:47 +msgid "Valid ticket start time" msgstr "" -#: html/password.php:217 html/index.php:291 -msgid "Please specify a valid username!" +#: ihtml/themes/default/pwd_heimdal.tpl:87 +msgid "Valid ticket end time" msgstr "" -#: html/password.php:219 html/index.php:294 -msgid "Please specify your password!" -msgstr "" +#: ihtml/themes/default/pwd_heimdal.tpl:127 +#, fuzzy +msgid "Password end" +msgstr "Password" -#: html/password.php:226 html/index.php:313 -msgid "Please check the username/password combination." +#: ihtml/themes/default/snapshotdialog.tpl:3 +#, fuzzy +msgid "Restoring object snapshots" +msgstr "Gruppo di oggetti" + +#: 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 "" -#: html/password.php:230 -msgid "You have no permissions to change your password." -msgstr "Non hai il permesso di cambiare la tua password." +#: ihtml/themes/default/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 "" -#: html/password.php:251 -msgid "External password changer reported a problem: " -msgstr "Il programma esterno per cambiare la password ha avuto un problema:" +#: 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 "" -#: html/password.php:282 html/index.php:407 -msgid "Session will not be encrypted." +#: ihtml/themes/default/snapshotdialog.tpl:29 +msgid "There is no snapshot available that could be restored" msgstr "" -#: html/password.php:282 html/index.php:407 -msgid "Enter SSL session" +#: ihtml/themes/default/snapshotdialog.tpl:31 +msgid "Choose a snapshot and click the folder image, to restore the snapshot" msgstr "" -#: html/setup.php:77 html/index.php:154 +#: ihtml/themes/default/snapshotdialog.tpl:49 #, fuzzy -msgid "Smarty" -msgstr "Avvio" +msgid "Creating object snapshots" +msgstr "Gruppo di oggetti" -#: html/index.php:50 -#, fuzzy -msgid "Session is not encrypted!" -msgstr "Rilevato un conflitto di sessione" +#: ihtml/themes/default/snapshotdialog.tpl:52 +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 "" -#: html/index.php:57 +#: ihtml/themes/default/snapshotdialog.tpl:55 msgid "" -"The session lifetime configured in your gosa.conf will be overridden by php." -"ini settings." +"Remember that database entries, DNS configurations and possibly created " +"zones in server extensions will not be stored in the snapshot." msgstr "" -#: html/index.php:129 +#: ihtml/themes/default/snapshotdialog.tpl:70 #, fuzzy -msgid "Configuration accessibility" -msgstr "File di configurazione" +msgid "Timestamp" +msgstr "Timeout" -#: html/index.php:205 -msgid "There is a problem with the authentication setup!" +#: ihtml/themes/default/snapshotdialog.tpl:79 +msgid "Reason for generating this snapshot" msgstr "" -#: html/index.php:213 -msgid "Cannot find a valid user for the current authentication setup!" -msgstr "" +#, fuzzy +#~ msgid "User delted" +#~ msgstr "Foto personale" -#: html/index.php:217 -msgid "User information is not uniq accross the configured LDAP trees!" -msgstr "" +#, fuzzy +#~ msgid "System deployment" +#~ msgstr "Dipartimento" -#: html/index.php:270 -msgid "Your ldap setup contains old schema definitions:" -msgstr "" +#, fuzzy +#~ msgid "Your are about to delete the following tasks: %s" +#~ msgstr "Non hai il permesso di cambiare la tua password." -#: html/index.php:306 #, fuzzy -msgid "Authentication error" -msgstr "Destinazione" +#~ msgid "List of queued deamon jobs." +#~ msgstr "Lista dei dipartimenti" -#: html/index.php:306 -msgid "Cannot retrieve user information for htaccess authentication!" -msgstr "" +#, fuzzy +#~ msgid "Target" +#~ msgstr "reset" -#: html/index.php:362 #, fuzzy -msgid "Account locked. Please contact your system administrator." -msgstr "" -"Errore di connessione al server LDAP. Contatta l'amministratore del sistema." +#~ msgid "Schedule" +#~ msgstr "Estenzioni PHPGroupware" -#: html/index.php:413 -msgid "" -"Your browser has cookies disabled. Please enable cookies and reload this " -"page before logging in!" -msgstr "" +#~ msgid "Action" +#~ msgstr "Azione" -#: html/main.php:148 -#, php-format -msgid "Fatal error: cannot locate file '%s' - please run '%s' to fix this" -msgstr "" +#, fuzzy +#~ msgid "Reomve" +#~ msgstr "Rimuovi" -#: html/main.php:165 -msgid "" -"FATAL: Register globals is on. GOsa will refuse to login unless this is " -"fixed by an administrator." -msgstr "" +#, fuzzy +#~ msgid "GOsa ping" +#~ msgstr "Opzioni di posta dell'identità" -#: html/main.php:208 #, fuzzy -msgid "Configuration warning" -msgstr "File di configurazione" +#~ msgid "Say hello" +#~ msgstr "Shell" -#: html/main.php:208 -msgid "Running out of memory!" -msgstr "" +#, fuzzy +#~ msgid "System mass deployment" +#~ msgstr "Dipartimento" -#: html/main.php:347 #, fuzzy -msgid "Password reminder" -msgstr "La password spira il" +#~ msgid "Header Tag" +#~ msgstr "leggere" -#: html/main.php:347 #, fuzzy -msgid "Your password is about to expire, please change your password!" -msgstr "Non hai il permesso di cambiare la tua password." +#~ msgid "Schedule Execution" +#~ msgstr "Estenzioni PHPGroupware" -#: html/main.php:355 -#, php-format -msgid "FATAL: Can't find any plugin definitions for plugin '%s'!" -msgstr "" +#, fuzzy +#~ msgid "Monat" +#~ msgstr "mese" -#: html/getxls.php:86 -msgid "Birthday" -msgstr "" +#, fuzzy +#~ msgid "Tag" +#~ msgstr "reset" -#: html/getxls.php:86 html/getxls.php:227 html/getxls.php:281 -#: html/getxls.php:297 -msgid "Surname" -msgstr "Cognome" +#, fuzzy +#~ msgid "Stunde" +#~ msgstr "Cognome" -#: html/getxls.php:86 html/getxls.php:281 -msgid "Language" -msgstr "Lingua" +#, fuzzy +#~ msgid "Sekunde" +#~ msgstr "Generale" -#: html/getxls.php:94 -#, php-format -msgid "User list of %s on %s" -msgstr "Lista degli utenti di %s su %s" +#, fuzzy +#~ msgid "Mac" +#~ msgstr "Marzo" -#: html/getxls.php:131 html/getxls.php:360 -#, php-format -msgid "Groups of %s on %s" -msgstr "Gruppi di %s su %s" +#, fuzzy +#~ msgid "Available targets" +#~ msgstr "Applicazioni disponibili" -#: html/getxls.php:155 html/getxls.php:188 html/getxls.php:190 -#: html/getxls.php:197 html/getxls.php:233 html/getxls.php:310 -#: html/getxls.php:381 -msgid "Servers" -msgstr "" +#, fuzzy +#~ msgid "Select to see object groups" +#~ msgstr "Gruppo di oggetti" -#: html/getxls.php:159 html/getxls.php:311 -msgid "Computers" -msgstr "Computer" +#, fuzzy +#~ msgid "Show object groups" +#~ msgstr "Gruppi di oggetti" -#: html/getxls.php:169 html/getxls.php:222 html/getxls.php:401 -#: html/getxls.php:421 -msgid "Common name" -msgstr "Nome comune" +#, fuzzy +#~ msgid "IP range is invalid!" +#~ msgstr "Il valore specificato per l'UID non è valido." -#: html/getxls.php:185 -msgid "Server name" -msgstr "" +#, fuzzy +#~ msgid "You are not allowed to create a new role." +#~ msgstr "Non hai il permesso di cambiare la tua password." -#: html/getxls.php:195 html/getxls.php:379 -#, php-format -msgid "Servers of %s on %s" -msgstr "Server di %s su %s" +#, fuzzy +#~ msgid "You are not allowed to delete this acl!" +#~ msgstr "Non hai il permesso di cambiare la tua password." -#: html/getxls.php:222 html/getxls.php:297 -msgid "Display name" -msgstr "Mostra il nome" +#, fuzzy +#~ msgid "You are not allowed to delete this acl role!" +#~ msgstr "Non hai il permesso di cambiare la tua password." -#: html/getxls.php:223 -msgid "Home phone" -msgstr "Telefono privato" +#, fuzzy +#~ msgid "Network resolv hook" +#~ msgstr "Mostra dispositiva di rete" -#: html/getxls.php:224 html/getxls.php:298 -msgid "Initials" -msgstr "Iniziali" +#~ msgid "Administration" +#~ msgstr "Amministrazione" -#: html/getxls.php:225 -msgid "Mobile phone" -msgstr "Cellulare" +#~ msgid "Addons" +#~ msgstr "Extra" -#: html/getxls.php:225 html/getxls.php:298 -msgid "City" -msgstr "Città" +#, fuzzy +#~ msgid "ACL Role" +#~ msgstr "ACL" -#: html/getxls.php:226 html/getxls.php:298 html/getxls.php:300 -msgid "Phone number" -msgstr "Numero di telefono" +#~ msgid "Unix" +#~ msgstr "Unix" -#: html/getxls.php:228 -msgid "Function" -msgstr "Funzione" +#~ msgid "Connectivity" +#~ msgstr "Connettività" -#: html/getxls.php:231 html/getxls.php:312 -msgid "Adressbook" -msgstr "Rubrica" +#, fuzzy +#~ msgid "Scalix" +#~ msgstr "Terminali" -#: html/getxls.php:238 html/getxls.php:414 -#, php-format -msgid "Adressbook of %s on %s" -msgstr "Rubrica di %s su %s" +#~ msgid "Nagios" +#~ msgstr "Nagios" -#: html/getxls.php:244 -msgid "Common Name" -msgstr "Nome comune" +#~ msgid "Applications" +#~ msgstr "Applicazioni" -#: html/getxls.php:281 -msgid "Day of birth" -msgstr "Data di nascita" +#~ msgid "Options" +#~ msgstr "Opzioni" -#: html/getxls.php:299 -msgid "Email address" -msgstr "Indirizzo principale" +#~ msgid "Parameter" +#~ msgstr "Parametro" -#: html/getxls.php:299 -msgid "Organizational unit" -msgstr "Unità del'organizzazione" +#, fuzzy +#~ msgid "Inventory" +#~ msgstr "Aggiungi contatto" -#: html/getxls.php:300 -msgid "Postal Code" -msgstr "CAP" +#~ msgid "Services" +#~ msgstr "Servizi" -#: html/getxls.php:301 -msgid "Title" -msgstr "Titolo" +#~ msgid "Export" +#~ msgstr "Esporta" -#: html/getxls.php:304 -msgid "Full" -msgstr "" +#~ msgid "Excel Export" +#~ msgstr "Esporta in formato Excel" -#: html/getxls.php:341 -#, php-format -msgid "User List of %s on %s" -msgstr "Lista degli utenti di %s su %s" +#~ msgid "CSV Import" +#~ msgstr "Importa da CSV" -#: html/getxls.php:395 -#, php-format -msgid "Computers of %s on %s" -msgstr "Computer di %s su %s" +#~ msgid "Partitions" +#~ msgstr "Partizioni" -#: html/getfax.php:53 -msgid "Could not connect to database server!" -msgstr "Impossibile connettersi al server del database!" +#~ msgid "Script" +#~ msgstr "Script" -#: html/getfax.php:55 -msgid "Could not select database!" -msgstr "Impossibile selezionare il database!" +#~ msgid "Variables" +#~ msgstr "Variabili" -#: html/getfax.php:60 html/getfax.php:68 -msgid "Database query failed!" -msgstr "La query al database è fallita!" +#~ msgid "Templates" +#~ msgstr "Template" -#: html/get_attachment.php:47 -#, fuzzy -msgid "" -"Can't connect to glpi database, there is no mysl extension available in your " -"php setup." -msgstr "Impossibile connettersi al server del database!" +#~ msgid "Profiles" +#~ msgstr "Profili" -#: html/get_attachment.php:55 -#, fuzzy -msgid "" -"Can't connect to specified database, please check your glpi configuration." -msgstr "Impossibile connettersi al server del database!" +#~ msgid "Packages" +#~ msgstr "Pacchetti" -#: html/get_attachment.php:64 -msgid "Can't get specified attachment file, there is no entry with this id." -msgstr "" +#~ msgid "System logs" +#~ msgstr "Log di sitema" -#: html/get_attachment.php:69 -#, fuzzy, php-format -msgid "Can't open file '%s'." -msgstr "Rimuovi" +#, fuzzy +#~ msgid "GOsa logs" +#~ msgstr "Utenti di Dominio" -#: html/helpviewer.php:68 -msgid "Help browser" -msgstr "" +#, fuzzy +#~ msgid "Display entries with action %s." +#~ msgstr "Mostra gli indirizzi che corrispondono" -#: html/helpviewer.php:122 -msgid "There is no helpfile specified for this class" -msgstr "" +#, fuzzy +#~ msgid "" +#~ "Can't connect to glpi database, there is no mysl extension available in " +#~ "your php setup." +#~ msgstr "Impossibile connettersi al server del database!" -#: html/helpviewer.php:271 -#, php-format -msgid "Helpdir '%s' is not accessible, can't read any helpfiles." -msgstr "" +#, fuzzy +#~ msgid "" +#~ "Can't connect to specified database, please check your glpi configuration." +#~ msgstr "Impossibile connettersi al server del database!" -#: html/getkiosk.php:25 -#, php-format -msgid "Can't open file '%s', possibly the file does not exist." -msgstr "" +#, fuzzy +#~ msgid "Can't open file '%s'." +#~ msgstr "Rimuovi" -#: html/getkiosk.php:30 -#, fuzzy, php-format -msgid "Can't read file '%s', check permissions." -msgstr "Rimuovi" +#, fuzzy +#~ msgid "Can't read file '%s', check permissions." +#~ msgstr "Rimuovi" diff --git a/gosa-core/locale/core/messages.po b/gosa-core/locale/core/messages.po index f8cbd23df..765b9eb3b 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: 2008-01-18 14:59+0100\n" +"POT-Creation-Date: 2008-02-21 18:29+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -16,1175 +16,1152 @@ msgstr "" "Content-Type: text/plain; charset=CHARSET\n" "Content-Transfer-Encoding: 8bit\n" -#: contrib/gosa.conf:4 plugins/personal/password/class_password.inc:144 -#: plugins/personal/generic/class_user.inc:1413 -#: plugins/personal/posix/class_posixAccount.inc:1457 -msgid "My account" +#: plugins/personal/password/class_password.inc:24 +#: plugins/personal/generic/paste_generic.tpl:20 setup/setup_config2.tpl:282 +#: setup/setup_config2.tpl:327 setup/setup_migrate.tpl:225 +#: ihtml/themes/default/password.tpl:39 ihtml/themes/default/login.tpl:45 +#: ihtml/themes/default/login.tpl:47 +msgid "Password" msgstr "" -#: contrib/gosa.conf:41 -msgid "Administration" +#: plugins/personal/password/class_password.inc:25 +#: plugins/personal/posix/class_posixAccount.inc:17 +#: plugins/personal/generic/class_user.inc:17 +#: plugins/addons/notifications/class_msgplug.inc:7 +#: plugins/admin/acl/class_aclManagement.inc:25 +#: plugins/admin/acl/class_aclRole.inc:7 +#: plugins/admin/groups/class_groupManagement.inc:25 +#: plugins/admin/users/class_userManagement.inc:25 +#: plugins/admin/departments/class_departmentManagement.inc:25 +#: plugins/admin/ogroups/class_ogroupManagement.inc:25 include/class_acl.inc:7 +msgid "This does something" msgstr "" -#: contrib/gosa.conf:88 -msgid "Addons" +#: plugins/personal/password/class_password.inc:77 +#: plugins/personal/password/class_password.inc:80 +#: plugins/personal/password/class_password.inc:83 +#: plugins/personal/password/class_password.inc:86 +#: plugins/personal/password/class_password.inc:89 +#: plugins/personal/password/class_password.inc:92 +#: plugins/personal/password/class_password.inc:106 +#: plugins/personal/password/class_password.inc:112 +#: plugins/personal/password/class_password.inc:140 +#: plugins/personal/generic/class_user.inc:1419 +msgid "User password" msgstr "" -#: contrib/gosa.conf:121 -msgid "ACL Role" +#: plugins/personal/password/class_password.inc:78 +msgid "You need to specify your current password in order to proceed." msgstr "" -#: contrib/gosa.conf:125 contrib/gosa.conf:149 contrib/gosa.conf:153 -#: contrib/gosa.conf:157 contrib/gosa.conf:162 contrib/gosa.conf:169 -#: contrib/gosa.conf:174 contrib/gosa.conf:178 contrib/gosa.conf:183 -#: contrib/gosa.conf:193 contrib/gosa.conf:207 contrib/gosa.conf:222 -#: contrib/gosa.conf:227 contrib/gosa.conf:232 contrib/gosa.conf:237 -#: contrib/gosa.conf:270 contrib/gosa.conf:274 -#: plugins/generic/references/class_reference.inc:20 -#: plugins/personal/generic/class_user.inc:16 -#: plugins/personal/generic/class_user.inc:1408 -#: plugins/personal/posix/generic.tpl:4 -#: plugins/addons/gotomasses/goto_task.tpl:4 -#: plugins/admin/ogroups/class_ogroup.inc:752 -#: plugins/admin/departments/class_departmentGeneric.inc:581 -#: plugins/admin/groups/class_groupGeneric.inc:992 setup/setup_feedback.tpl:46 -msgid "Generic" +#: plugins/personal/password/class_password.inc:81 +#: plugins/personal/generic/main.inc:80 +#: plugins/admin/users/class_userManagement.inc:189 html/password.php:195 +msgid "" +"The passwords you've entered as 'New password' and 'Repeated new password' " +"do not match." msgstr "" -#: contrib/gosa.conf:126 -msgid "Unix" +#: plugins/personal/password/class_password.inc:84 +#: plugins/personal/generic/main.inc:85 +#: plugins/admin/users/class_userManagement.inc:194 html/password.php:198 +msgid "The password you've entered as 'New password' is empty." msgstr "" -#: contrib/gosa.conf:127 contrib/gosa.conf:163 -#: plugins/admin/users/class_divListUsers.inc:240 -#: plugins/admin/ogroups/tabs_ogroups.inc:137 -#: plugins/admin/groups/class_divListGroup.inc:236 -msgid "Environment" +#: plugins/personal/password/class_password.inc:87 html/password.php:206 +msgid "The password used as new and current are too similar." msgstr "" -#: contrib/gosa.conf:128 contrib/gosa.conf:165 -#: plugins/generic/references/class_reference.inc:24 -#: plugins/admin/users/class_divListUsers.inc:242 -#: plugins/admin/ogroups/class_divListOGroup.inc:228 -#: plugins/admin/ogroups/tabs_ogroups.inc:85 -#: plugins/admin/ogroups/tabs_ogroups.inc:223 -#: plugins/admin/groups/class_divListGroup.inc:228 -msgid "Mail" +#: plugins/personal/password/class_password.inc:90 html/password.php:211 +msgid "The password used as new is to short." msgstr "" -#: contrib/gosa.conf:129 plugins/generic/references/class_reference.inc:26 -#: plugins/generic/references/class_reference.inc:28 -#: plugins/admin/users/class_divListUsers.inc:248 -#: plugins/admin/groups/class_divListGroup.inc:230 -msgid "Samba" +#: plugins/personal/password/class_password.inc:93 +#, php-format +msgid "External password changer reported a problem: %s." msgstr "" -#: contrib/gosa.conf:131 contrib/gosa.conf:134 -#: plugins/admin/users/class_divListUsers.inc:250 -msgid "Netatalk" +#: plugins/personal/password/class_password.inc:107 +msgid "" +"The password you've entered as your current password doesn't match the real " +"one." msgstr "" -#: contrib/gosa.conf:137 -msgid "Connectivity" +#: plugins/personal/password/class_password.inc:113 +msgid "You have no permission to change your password." msgstr "" -#: contrib/gosa.conf:138 plugins/personal/generic/multiple_generic.tpl:247 -#: plugins/personal/generic/multiple_generic.tpl:438 -#: plugins/personal/generic/generic.tpl:355 -#: plugins/personal/generic/generic.tpl:523 -#: plugins/admin/users/class_divListUsers.inc:246 -#: plugins/admin/departments/class_departmentGeneric.inc:600 -#: plugins/admin/departments/generic.tpl:91 html/getxls.php:222 -#: html/getxls.php:297 -msgid "Fax" +#: plugins/personal/password/class_password.inc:144 +#: plugins/personal/posix/class_posixAccount.inc:1484 +#: plugins/personal/generic/class_user.inc:1413 +msgid "My account" msgstr "" -#: contrib/gosa.conf:139 plugins/generic/references/class_reference.inc:40 -#: plugins/personal/generic/multiple_generic.tpl:217 -#: plugins/personal/generic/multiple_generic.tpl:428 -#: plugins/personal/generic/generic.tpl:330 -#: plugins/personal/generic/generic.tpl:511 -#: plugins/admin/users/class_divListUsers.inc:244 -#: plugins/admin/ogroups/class_ogroupManagement.inc:455 -#: plugins/admin/departments/generic.tpl:83 -#: plugins/admin/groups/class_divListGroup.inc:234 -msgid "Phone" +#: plugins/personal/password/nochange.tpl:2 +msgid "Password change not allowed" msgstr "" -#: contrib/gosa.conf:141 -msgid "Scalix" +#: plugins/personal/password/nochange.tpl:6 +msgid "You are not allowed to change your password at this time" msgstr "" -#: contrib/gosa.conf:144 -msgid "Nagios" +#: 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 "" -#: contrib/gosa.conf:164 -msgid "Applications" +#: 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 "" -#: contrib/gosa.conf:170 -msgid "Options" +#: plugins/personal/password/password.tpl:13 +#: ihtml/themes/default/password.tpl:77 ihtml/themes/default/password.tpl:78 +msgid "Current password" msgstr "" -#: contrib/gosa.conf:179 -msgid "Parameter" +#: plugins/personal/password/password.tpl:18 +#: plugins/personal/generic/password.tpl:7 plugins/admin/users/password.tpl:13 +#: ihtml/themes/default/password.tpl:81 ihtml/themes/default/password.tpl:82 +#: ihtml/themes/default/password.tpl:85 +msgid "New password" msgstr "" -#: contrib/gosa.conf:184 contrib/gosa.conf:194 contrib/gosa.conf:208 -#: plugins/admin/ogroups/tabs_ogroups.inc:111 -msgid "Startup" +#: plugins/personal/password/password.tpl:23 +#: plugins/personal/generic/password.tpl:11 +#: plugins/admin/users/password.tpl:17 +msgid "Repeat new password" msgstr "" -#: contrib/gosa.conf:185 contrib/gosa.conf:209 -#: plugins/admin/ogroups/tabs_ogroups.inc:104 -msgid "Devices" +#: plugins/personal/password/password.tpl:28 +#: ihtml/themes/default/password.tpl:89 +msgid "Password strength" msgstr "" -#: contrib/gosa.conf:186 contrib/gosa.conf:210 -#: plugins/generic/references/class_reference.inc:52 -#: plugins/admin/ogroups/class_ogroupManagement.inc:459 -msgid "Printer" +#: plugins/personal/password/password.tpl:39 +#: plugins/personal/generic/password.tpl:17 +#: plugins/admin/users/password.tpl:30 +msgid "Set password" msgstr "" -#: contrib/gosa.conf:187 contrib/gosa.conf:201 contrib/gosa.conf:211 -#: ihtml/themes/default/msg_dialog.tpl:64 -#: ihtml/themes/default/msg_dialog.tpl:110 -#: ihtml/themes/default/MultiSelectWindow.tpl:44 -#: ihtml/themes/default/MultiSelectWindow.tpl:84 setup/setup_ldap.tpl:121 -msgid "Information" +#: plugins/personal/password/password.tpl:41 +msgid "Clear fields" msgstr "" -#: contrib/gosa.conf:189 contrib/gosa.conf:203 contrib/gosa.conf:218 -#: contrib/gosa.conf:223 contrib/gosa.conf:228 contrib/gosa.conf:233 -#: contrib/gosa.conf:238 -msgid "Inventory" +#: 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 "" -#: contrib/gosa.conf:195 -msgid "Services" +#: plugins/personal/password/changed.tpl:9 +#: plugins/personal/generic/main.inc:169 +#: plugins/admin/departments/dep_iframe.tpl:18 +#: plugins/admin/departments/class_departmentManagement.inc:444 +#: include/functions.inc:1509 setup/class_setup.inc:261 +#: setup/class_setup.inc:263 +msgid "Back" msgstr "" -#: contrib/gosa.conf:197 contrib/gosa.conf:199 contrib/gosa.conf:214 -#: contrib/gosa.conf:216 -msgid "FAI summary" +#: plugins/personal/password/main.inc:46 setup/setup_config1.tpl:136 +msgid "Password settings" msgstr "" -#: contrib/gosa.conf:287 -msgid "OGo" +#: plugins/personal/posix/posix_groups.tpl:6 +msgid "Select groups to add" msgstr "" -#: contrib/gosa.conf:298 -msgid "Export" +#: plugins/personal/posix/posix_groups.tpl:21 +#: plugins/admin/groups/group_objects.tpl:20 +#: plugins/admin/ogroups/ogroup_objects.tpl:20 +#: ihtml/themes/default/MultiSelectWindow.tpl:55 +#: ihtml/themes/default/MultiSelectWindow.tpl:95 +msgid "Filters" msgstr "" -#: contrib/gosa.conf:299 -msgid "Excel Export" +#: plugins/personal/posix/posix_groups.tpl:32 +msgid "Display groups of department" msgstr "" -#: contrib/gosa.conf:300 plugins/addons/notifications/contents.tpl:54 -msgid "Import" +#: plugins/personal/posix/posix_groups.tpl:35 +#: plugins/personal/posix/trust_machines.tpl:27 +#: plugins/admin/groups/group_objects.tpl:40 +#: plugins/admin/ogroups/ogroup_objects.tpl:42 +msgid "Choose the department the search will be based on" msgstr "" -#: contrib/gosa.conf:301 -msgid "CSV Import" +#: plugins/personal/posix/posix_groups.tpl:44 +msgid "Display groups matching" msgstr "" -#: contrib/gosa.conf:306 contrib/gosa.conf:336 -msgid "Partitions" +#: plugins/personal/posix/posix_groups.tpl:48 +#: plugins/admin/groups/class_divListGroup.inc:76 +#: plugins/admin/ogroups/class_divListOGroup.inc:85 +msgid "Regular expression for matching group names" msgstr "" -#: contrib/gosa.conf:310 contrib/gosa.conf:340 -msgid "Script" +#: plugins/personal/posix/posix_groups.tpl:55 +msgid "Display groups of user" msgstr "" -#: contrib/gosa.conf:314 contrib/gosa.conf:344 -msgid "Hooks" +#: plugins/personal/posix/posix_groups.tpl:59 +#: plugins/admin/groups/class_divListGroup.inc:77 +msgid "User name of which groups are shown" msgstr "" -#: contrib/gosa.conf:318 contrib/gosa.conf:348 -msgid "Variables" +#: plugins/personal/posix/posix_groups.tpl:68 +#: plugins/admin/groups/class_divListGroup.inc:73 +#: plugins/admin/users/class_divListUsers.inc:74 +#: plugins/admin/departments/class_divListDepartment.inc:53 +#: plugins/admin/ogroups/ogroup_objects.tpl:38 +#: plugins/admin/ogroups/class_divListOGroup.inc:82 +msgid "Search in subtrees" msgstr "" -#: contrib/gosa.conf:322 contrib/gosa.conf:352 -msgid "Templates" +#: plugins/personal/posix/posix_groups.tpl:79 +#: plugins/personal/posix/paste_generic.tpl:61 +#: plugins/personal/posix/trust_machines.tpl:39 +#: plugins/personal/posix/generic.tpl:104 +#: plugins/personal/posix/generic.tpl:146 +#: plugins/personal/posix/generic.tpl:175 +#: plugins/admin/groups/group_objects.tpl:55 +#: plugins/admin/groups/generic.tpl:193 +#: plugins/admin/ogroups/ogroup_objects.tpl:54 +#: plugins/admin/ogroups/generic.tpl:51 +msgid "Add" msgstr "" -#: contrib/gosa.conf:326 contrib/gosa.conf:356 -msgid "Profiles" +#: plugins/personal/posix/posix_groups.tpl:81 +#: plugins/personal/posix/trust_machines.tpl:41 +#: plugins/personal/posix/main.inc:108 +#: plugins/personal/generic/password.tpl:19 +#: plugins/personal/generic/generic_picture.tpl:35 +#: plugins/personal/generic/generic_certs.tpl:94 +#: plugins/personal/generic/main.inc:161 plugins/admin/acl/tabs_acl.inc:63 +#: plugins/admin/acl/tabs_acl_role.inc:49 plugins/admin/acl/remove.tpl:17 +#: plugins/admin/acl/remove.tpl:21 plugins/admin/acl/acl_role.tpl:61 +#: plugins/admin/acl/acl_role.tpl:75 plugins/admin/groups/group_objects.tpl:57 +#: plugins/admin/groups/class_groupManagement.inc:472 +#: plugins/admin/groups/remove.tpl:18 plugins/admin/groups/remove.tpl:22 +#: plugins/admin/users/password.tpl:32 plugins/admin/users/template.tpl:50 +#: plugins/admin/users/remove.tpl:16 plugins/admin/users/remove.tpl:19 +#: plugins/admin/users/class_userManagement.inc:877 +#: plugins/admin/departments/dep_move_confirm.tpl:17 +#: plugins/admin/departments/remove.tpl:17 +#: plugins/admin/departments/remove.tpl:21 +#: plugins/admin/departments/class_departmentManagement.inc:409 +#: plugins/admin/ogroups/ogroup_objects.tpl:56 +#: plugins/admin/ogroups/class_ogroupManagement.inc:406 +#: plugins/admin/ogroups/remove.tpl:17 plugins/admin/ogroups/remove.tpl:21 +#: setup/setup_ldap.tpl:17 setup/setup_migrate.tpl:135 +#: setup/setup_migrate.tpl:186 setup/setup_migrate.tpl:251 +#: setup/setup_migrate.tpl:307 setup/setup_migrate.tpl:360 +#: ihtml/themes/default/copyPasteDialog.tpl:21 +#: ihtml/themes/default/islocked.tpl:15 ihtml/themes/default/remove.tpl:15 +#: ihtml/themes/default/acl.tpl:77 ihtml/themes/default/acl.tpl:91 +#: ihtml/themes/default/msg_dialog.tpl:79 +#: ihtml/themes/default/msg_dialog.tpl:134 +#: ihtml/themes/default/pwd_heimdal.tpl:200 +#: ihtml/themes/default/snapshotdialog.tpl:44 +#: ihtml/themes/default/snapshotdialog.tpl:89 +msgid "Cancel" msgstr "" -#: contrib/gosa.conf:327 contrib/gosa.conf:357 -#: plugins/admin/ogroups/tabs_ogroups.inc:115 -#: plugins/admin/acl/class_divListACL.inc:54 -msgid "Summary" +#: plugins/personal/posix/posix_shadow.tpl:9 +msgid "User must change password on first login" msgstr "" -#: contrib/gosa.conf:331 contrib/gosa.conf:361 -msgid "Packages" +#: plugins/personal/posix/posix_shadow.tpl:34 +msgid "Password expires on" msgstr "" -#: contrib/gosa.conf:367 -msgid "System logs" +#: plugins/personal/posix/paste_generic.tpl:4 +msgid "Posix settings" msgstr "" -#: contrib/gosa.conf:368 -msgid "GOsa logs" +#: plugins/personal/posix/paste_generic.tpl:8 +#: plugins/personal/posix/generic.tpl:7 +#: plugins/personal/posix/class_posixAccount.inc:1490 +msgid "Home directory" msgstr "" -#: ihtml/themes/default/conflict.tpl:2 -msgid "Session conflict detected" +#: plugins/personal/posix/paste_generic.tpl:23 +#: plugins/personal/posix/generic.tpl:52 +msgid "Force UID/GID" msgstr "" -#: ihtml/themes/default/conflict.tpl:6 ihtml/themes/default/msg_dialog.tpl:62 -#: ihtml/themes/default/msg_dialog.tpl:108 ihtml/themes/default/remove.tpl:2 -#: ihtml/themes/default/islocked.tpl:6 -#: plugins/personal/posix/class_posixAccount.inc:803 -#: plugins/addons/gotomasses/remove.tpl:2 plugins/admin/users/remove.tpl:2 -#: plugins/admin/ogroups/remove.tpl:2 -#: plugins/admin/departments/dep_move_confirm.tpl:2 -#: plugins/admin/departments/remove.tpl:2 plugins/admin/acl/remove.tpl:2 -#: plugins/admin/groups/remove.tpl:2 setup/class_setupStep_Migrate.inc:211 -#: setup/class_setupStep_Migrate.inc:260 setup/class_setupStep_Migrate.inc:385 -#: setup/class_setupStep_Migrate.inc:460 setup/class_setupStep_Migrate.inc:596 -#: setup/class_setupStep_Migrate.inc:726 setup/setup_checks.tpl:32 -#: setup/setup_checks.tpl:93 include/class_tabs.inc:214 -#: include/functions.inc:686 include/functions.inc:2158 -#: include/functions.inc:2162 include/functions.inc:2168 html/password.php:282 -#: html/index.php:50 html/index.php:56 html/index.php:407 html/index.php:413 -msgid "Warning" +#: plugins/personal/posix/paste_generic.tpl:28 +#: plugins/personal/posix/generic.tpl:56 html/getxls.php:287 +msgid "UID" msgstr "" -#: ihtml/themes/default/conflict.tpl:6 -msgid "" -"Probably there's another active instance of your session. Multiple window " -"operation is technical not possible and heavily depends on the browser " -"you're using. Usage of different browsers at a time (i.e. IE and Mozilla) is " -"possible. Pressing the Logout button will close this session." +#: plugins/personal/posix/paste_generic.tpl:37 +#: plugins/personal/posix/generic.tpl:67 +#: plugins/admin/groups/class_groupGeneric.inc:1008 +msgid "GID" msgstr "" -#: ihtml/themes/default/conflict.tpl:10 -msgid "" -"Ignoring this message will change/destroy the data you're currently editing, " -"so please close multiple windows and log in again." +#: plugins/personal/posix/paste_generic.tpl:47 +#: plugins/personal/posix/generic.tpl:82 +msgid "Group membership" msgstr "" -#: ihtml/themes/default/conflict.tpl:14 -msgid "Logout" +#: plugins/personal/posix/paste_generic.tpl:54 +#: plugins/personal/posix/generic.tpl:84 +msgid "(Warning: more than 16 groups are not supported by NFS!)" msgstr "" -#: ihtml/themes/default/accountexpired.tpl:15 -msgid "Your Password has expired !! Choose a new Password" +#: plugins/personal/posix/paste_generic.tpl:62 +#: plugins/personal/posix/generic.tpl:107 +#: plugins/personal/posix/generic.tpl:149 +#: plugins/personal/posix/generic.tpl:178 plugins/admin/acl/remove.tpl:15 +#: plugins/admin/acl/remove.tpl:19 plugins/admin/groups/generic.tpl:195 +#: plugins/admin/groups/remove.tpl:16 plugins/admin/groups/remove.tpl:20 +#: plugins/admin/users/remove.tpl:15 plugins/admin/users/remove.tpl:18 +#: plugins/admin/departments/remove.tpl:15 +#: plugins/admin/departments/remove.tpl:19 +#: plugins/admin/ogroups/generic.tpl:54 plugins/admin/ogroups/remove.tpl:15 +#: plugins/admin/ogroups/remove.tpl:19 ihtml/themes/default/remove.tpl:13 +msgid "Delete" msgstr "" -#: ihtml/themes/default/accountexpired.tpl:23 -#: ihtml/themes/default/accountexpired.tpl:27 -msgid "Old Password" +#: plugins/personal/posix/trust_machines.tpl:6 +msgid "Select systems to add" msgstr "" -#: ihtml/themes/default/accountexpired.tpl:32 -#: ihtml/themes/default/accountexpired.tpl:36 -msgid "New Password" +#: plugins/personal/posix/trust_machines.tpl:26 +msgid "Display systems of department" msgstr "" -#: ihtml/themes/default/accountexpired.tpl:41 -#: ihtml/themes/default/accountexpired.tpl:45 -msgid "Verify Password" +#: plugins/personal/posix/trust_machines.tpl:30 +msgid "Display systems matching" msgstr "" -#: ihtml/themes/default/accountexpired.tpl:51 -msgid "Change Password" +#: plugins/personal/posix/trust_machines.tpl:31 +msgid "Regular expression for matching addresses" msgstr "" -#: ihtml/themes/default/accountexpired.tpl:52 -msgid "Click here to Change your password" +#: plugins/personal/posix/generic.tpl:4 +#: plugins/personal/generic/class_user.inc:16 +#: plugins/personal/generic/class_user.inc:1408 +#: plugins/admin/groups/class_groupGeneric.inc:992 +#: plugins/admin/departments/class_departmentGeneric.inc:560 +#: plugins/admin/ogroups/class_ogroup.inc:740 +#: plugins/generic/references/class_reference.inc:20 +#: setup/setup_feedback.tpl:46 +msgid "Generic" msgstr "" -#: ihtml/themes/default/login.tpl:9 -msgid "GOsa login screen" +#: plugins/personal/posix/generic.tpl:15 +#: plugins/personal/posix/class_posixAccount.inc:1491 +msgid "Shell" msgstr "" -#: ihtml/themes/default/login.tpl:25 -msgid "Login screen" +#: plugins/personal/posix/generic.tpl:25 +msgid "Primary group" msgstr "" -#: ihtml/themes/default/login.tpl:32 -msgid "" -"Please use your username and your password to log into the site " -"administration system." +#: plugins/personal/posix/generic.tpl:36 +msgid "Status" msgstr "" -#: ihtml/themes/default/login.tpl:40 ihtml/themes/default/login.tpl:42 -#: ihtml/themes/default/password.tpl:67 ihtml/themes/default/password.tpl:69 -#: plugins/admin/users/class_divListUsers.inc:61 -msgid "Username" +#: plugins/personal/posix/generic.tpl:93 plugins/admin/groups/generic.tpl:179 +msgid "In all groups" msgstr "" -#: ihtml/themes/default/login.tpl:45 ihtml/themes/default/login.tpl:47 -#: ihtml/themes/default/password.tpl:38 -#: plugins/personal/password/class_password.inc:24 -#: plugins/personal/generic/paste_generic.tpl:20 setup/setup_migrate.tpl:225 -#: setup/setup_config2.tpl:266 setup/setup_config2.tpl:311 -msgid "Password" +#: plugins/personal/posix/generic.tpl:97 plugins/admin/groups/generic.tpl:182 +msgid "Not in all groups" msgstr "" -#: ihtml/themes/default/login.tpl:50 ihtml/themes/default/login.tpl:51 -#: ihtml/themes/default/password.tpl:58 ihtml/themes/default/password.tpl:60 -msgid "Directory" +#: plugins/personal/posix/generic.tpl:118 +msgid "Account" msgstr "" -#: ihtml/themes/default/login.tpl:76 ihtml/themes/default/login.tpl:79 -msgid "Sign in" +#: plugins/personal/posix/generic.tpl:125 +msgid "System trust" msgstr "" -#: ihtml/themes/default/login.tpl:77 -msgid "Click here to log in" +#: plugins/personal/posix/generic.tpl:127 +#: plugins/personal/posix/generic.tpl:155 +msgid "Trust mode" msgstr "" -#: ihtml/themes/default/logout.tpl:5 -msgid "Your GOsa session has expired!" +#: plugins/personal/posix/class_posixAccount.inc:16 +#: plugins/generic/references/class_reference.inc:22 +msgid "UNIX" msgstr "" -#: ihtml/themes/default/logout.tpl:7 -msgid "" -"The last interaction with the GOsa web interface has been some time ago in " -"the past. For security reasons, the session has been closed. To continue " -"with administrative tasks, please sign in again." +#: plugins/personal/posix/class_posixAccount.inc:138 +msgid "expired" msgstr "" -#: ihtml/themes/default/logout.tpl:10 -msgid "Sign in again" +#: plugins/personal/posix/class_posixAccount.inc:140 +msgid "grace time active" msgstr "" -#: ihtml/themes/default/acl.tpl:2 plugins/admin/acl/acl_role.tpl:3 -msgid "Assigned ACLs for current entry" +#: plugins/personal/posix/class_posixAccount.inc:143 +msgid "active, password not changable" msgstr "" -#: ihtml/themes/default/acl.tpl:4 plugins/admin/acl/acl_role.tpl:44 -msgid "New ACL" +#: plugins/personal/posix/class_posixAccount.inc:145 +msgid "active, password expired" msgstr "" -#: ihtml/themes/default/acl.tpl:8 plugins/admin/acl/acl_role.tpl:49 -msgid "ACL type" +#: plugins/personal/posix/class_posixAccount.inc:147 +msgid "active" msgstr "" -#: ihtml/themes/default/acl.tpl:8 plugins/admin/acl/acl_role.tpl:49 -msgid "Select an acl type" +#: plugins/personal/posix/class_posixAccount.inc:192 +msgid "unconfigured" msgstr "" -#: ihtml/themes/default/acl.tpl:8 ihtml/themes/default/acl.tpl:20 -#: ihtml/themes/default/acl.tpl:75 ihtml/themes/default/acl.tpl:89 -#: plugins/addons/notifications/contents.tpl:12 -#: plugins/admin/users/class_userManagement.inc:874 -#: plugins/admin/ogroups/class_ogroupManagement.inc:403 -#: plugins/admin/acl/acl_role.tpl:49 plugins/admin/acl/acl_role.tpl:59 -#: plugins/admin/acl/acl_role.tpl:73 -#: plugins/admin/groups/class_groupManagement.inc:469 setup/setup_ldap.tpl:16 -#: setup/setup_migrate.tpl:133 setup/setup_migrate.tpl:184 -#: setup/setup_migrate.tpl:250 setup/setup_migrate.tpl:305 -#: setup/setup_migrate.tpl:358 -msgid "Apply" +#: plugins/personal/posix/class_posixAccount.inc:203 +msgid "automatic" msgstr "" -#: ihtml/themes/default/acl.tpl:15 -msgid "Use members from" +#: plugins/personal/posix/class_posixAccount.inc:259 +msgid "This account has no unix extensions." msgstr "" -#: ihtml/themes/default/acl.tpl:29 -msgid "Available members" +#: plugins/personal/posix/class_posixAccount.inc:279 +#: plugins/personal/posix/class_posixAccount.inc:282 +msgid "Remove posix account" msgstr "" -#: ihtml/themes/default/acl.tpl:30 -#: plugins/addons/notifications/contents.tpl:22 -msgid "List message possible targets" +#: plugins/personal/posix/class_posixAccount.inc:280 +msgid "" +"This account has unix features enabled. To disable them, you'll need to " +"remove the samba / environment account first." msgstr "" -#: ihtml/themes/default/acl.tpl:41 html/getxls.php:121 html/getxls.php:284 -msgid "Members" +#: plugins/personal/posix/class_posixAccount.inc:283 +msgid "" +"This account has posix features enabled. You can disable them by clicking " +"below." msgstr "" -#: ihtml/themes/default/acl.tpl:42 -#: plugins/addons/notifications/contents.tpl:34 -msgid "List message recipients" +#: plugins/personal/posix/class_posixAccount.inc:286 +msgid "Create posix account" msgstr "" -#: ihtml/themes/default/acl.tpl:55 plugins/admin/acl/acl_role.tpl:54 -msgid "List of available ACL categories" +#: plugins/personal/posix/class_posixAccount.inc:287 +msgid "" +"This account has posix features disabled. You can enable them by clicking " +"below." msgstr "" -#: ihtml/themes/default/acl.tpl:63 -msgid "ACLs for this object" +#: plugins/personal/posix/class_posixAccount.inc:447 +#, php-format +msgid "Password can't be changed up to %s days after last change" msgstr "" -#: ihtml/themes/default/acl.tpl:69 -msgid "Available roles" +#: plugins/personal/posix/class_posixAccount.inc:451 +#, php-format +msgid "Password must be changed after %s days" msgstr "" -#: ihtml/themes/default/acl.tpl:77 ihtml/themes/default/acl.tpl:91 -#: 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:134 -#: ihtml/themes/default/pwd_heimdal.tpl:200 ihtml/themes/default/remove.tpl:15 -#: ihtml/themes/default/islocked.tpl:15 -#: ihtml/themes/default/copyPasteDialog.tpl:21 -#: plugins/personal/generic/generic_certs.tpl:94 -#: plugins/personal/generic/password.tpl:19 -#: plugins/personal/generic/main.inc:161 -#: plugins/personal/generic/generic_picture.tpl:35 -#: plugins/personal/posix/posix_groups.tpl:81 -#: plugins/personal/posix/main.inc:108 -#: plugins/personal/posix/trust_machines.tpl:41 -#: plugins/addons/gotomasses/goto_task.tpl:56 -#: plugins/addons/gotomasses/remove.tpl:19 -#: plugins/admin/users/class_userManagement.inc:877 -#: plugins/admin/users/remove.tpl:16 plugins/admin/users/remove.tpl:19 -#: plugins/admin/users/template.tpl:50 plugins/admin/users/password.tpl:23 -#: plugins/admin/ogroups/class_ogroupManagement.inc:406 -#: plugins/admin/ogroups/ogroup_objects.tpl:56 -#: plugins/admin/ogroups/remove.tpl:17 plugins/admin/ogroups/remove.tpl:21 -#: plugins/admin/departments/class_departmentManagement.inc:409 -#: plugins/admin/departments/dep_move_confirm.tpl:17 -#: plugins/admin/departments/remove.tpl:17 -#: plugins/admin/departments/remove.tpl:21 plugins/admin/acl/acl_role.tpl:61 -#: plugins/admin/acl/acl_role.tpl:75 plugins/admin/acl/tabs_acl.inc:63 -#: plugins/admin/acl/remove.tpl:17 plugins/admin/acl/remove.tpl:21 -#: plugins/admin/acl/tabs_acl_role.inc:49 -#: plugins/admin/groups/group_objects.tpl:57 -#: plugins/admin/groups/class_groupManagement.inc:472 -#: plugins/admin/groups/remove.tpl:18 plugins/admin/groups/remove.tpl:22 -#: setup/setup_ldap.tpl:17 setup/setup_migrate.tpl:135 -#: setup/setup_migrate.tpl:186 setup/setup_migrate.tpl:251 -#: setup/setup_migrate.tpl:307 setup/setup_migrate.tpl:360 -msgid "Cancel" +#: plugins/personal/posix/class_posixAccount.inc:455 +#, php-format +msgid "Disable account after %s days of inactivity after password expiery" msgstr "" -#: ihtml/themes/default/logout-close.tpl:5 -msgid "Your GOsa session has been closed!" +#: plugins/personal/posix/class_posixAccount.inc:459 +#, php-format +msgid "Warn user %s days before password expiery" msgstr "" -#: ihtml/themes/default/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/personal/posix/class_posixAccount.inc:493 +#: plugins/personal/generic/class_user.inc:265 +msgid "January" 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 -#: include/class_pluglist.inc:176 -msgid "" -"You are currently editing a database entry. Do you want to dismiss the " -"changes?" +#: plugins/personal/posix/class_posixAccount.inc:493 +#: plugins/personal/generic/class_user.inc:265 +msgid "February" msgstr "" -#: ihtml/themes/default/framework.tpl:8 ihtml/themes/default/framework.tpl:11 -msgid "Main" +#: plugins/personal/posix/class_posixAccount.inc:493 +#: plugins/personal/generic/class_user.inc:265 +msgid "March" msgstr "" -#: ihtml/themes/default/framework.tpl:16 -msgid "Help" +#: plugins/personal/posix/class_posixAccount.inc:493 +#: plugins/personal/generic/class_user.inc:265 +msgid "April" msgstr "" -#: ihtml/themes/default/framework.tpl:21 ihtml/themes/default/framework.tpl:25 -msgid "Sign out" +#: plugins/personal/posix/class_posixAccount.inc:494 +#: plugins/personal/generic/class_user.inc:266 +msgid "May" msgstr "" -#: ihtml/themes/default/framework.tpl:29 -msgid "Signed in:" +#: plugins/personal/posix/class_posixAccount.inc:494 +#: plugins/personal/generic/class_user.inc:266 +msgid "June" msgstr "" -#: ihtml/themes/default/framework.tpl:32 -msgid "GOsa main menu" +#: plugins/personal/posix/class_posixAccount.inc:494 +#: plugins/personal/generic/class_user.inc:266 +msgid "July" msgstr "" -#: ihtml/themes/default/snapshotdialog.tpl:3 -msgid "Restoring object snapshots" +#: plugins/personal/posix/class_posixAccount.inc:494 +#: plugins/personal/generic/class_user.inc:266 +msgid "August" msgstr "" -#: 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." +#: plugins/personal/posix/class_posixAccount.inc:494 +#: plugins/personal/generic/class_user.inc:266 +msgid "September" msgstr "" -#: ihtml/themes/default/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)." +#: plugins/personal/posix/class_posixAccount.inc:495 +#: plugins/personal/generic/class_user.inc:267 +msgid "October" msgstr "" -#: ihtml/themes/default/snapshotdialog.tpl:12 -msgid "" -"Don't forget to check references to other objects, for example does the " -"selected printer still exists ?" +#: plugins/personal/posix/class_posixAccount.inc:495 +#: plugins/personal/generic/class_user.inc:267 +msgid "November" msgstr "" -#: ihtml/themes/default/snapshotdialog.tpl:20 -#: ihtml/themes/default/snapshotdialog.tpl:62 -#: plugins/admin/departments/class_departmentGeneric.inc:545 -#: include/class_acl.inc:643 include/class_acl.inc:650 -#: include/class_acl.inc:657 include/class_acl.inc:663 -msgid "Object" +#: plugins/personal/posix/class_posixAccount.inc:495 +#: plugins/personal/generic/class_user.inc:267 +msgid "December" msgstr "" -#: ihtml/themes/default/snapshotdialog.tpl:29 -msgid "There is no snapshot available that could be restored" +#: plugins/personal/posix/class_posixAccount.inc:592 +#: setup/setup_config2.tpl:188 +msgid "disabled" msgstr "" -#: ihtml/themes/default/snapshotdialog.tpl:31 -msgid "Choose a snapshot and click the folder image, to restore the snapshot" +#: plugins/personal/posix/class_posixAccount.inc:592 +msgid "full access" msgstr "" -#: ihtml/themes/default/snapshotdialog.tpl:49 -msgid "Creating object snapshots" +#: plugins/personal/posix/class_posixAccount.inc:593 +msgid "allow access to these hosts" msgstr "" -#: ihtml/themes/default/snapshotdialog.tpl:52 -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/posix/class_posixAccount.inc:646 +#, php-format +msgid "Removing of user/posix account with dn '%s' failed." msgstr "" -#: ihtml/themes/default/snapshotdialog.tpl:55 -msgid "" -"Remember that database entries, DNS configurations and possibly created " -"zones in server extensions will not be stored in the snapshot." +#: plugins/personal/posix/class_posixAccount.inc:802 +#: plugins/admin/acl/remove.tpl:2 plugins/admin/groups/remove.tpl:2 +#: plugins/admin/users/remove.tpl:2 +#: plugins/admin/departments/dep_move_confirm.tpl:2 +#: plugins/admin/departments/remove.tpl:2 plugins/admin/ogroups/remove.tpl:2 +#: include/functions.inc:696 include/functions.inc:2171 +#: include/functions.inc:2175 include/functions.inc:2181 +#: include/class_tabs.inc:214 setup/setup_checks.tpl:32 +#: setup/setup_checks.tpl:93 setup/class_setupStep_Migrate.inc:211 +#: setup/class_setupStep_Migrate.inc:260 setup/class_setupStep_Migrate.inc:385 +#: setup/class_setupStep_Migrate.inc:460 setup/class_setupStep_Migrate.inc:596 +#: setup/class_setupStep_Migrate.inc:726 html/password.php:282 +#: html/index.php:50 html/index.php:56 html/index.php:408 html/index.php:414 +#: ihtml/themes/default/islocked.tpl:6 ihtml/themes/default/remove.tpl:2 +#: ihtml/themes/default/conflict.tpl:6 ihtml/themes/default/msg_dialog.tpl:57 +#: ihtml/themes/default/msg_dialog.tpl:102 +msgid "Warning" msgstr "" -#: ihtml/themes/default/snapshotdialog.tpl:70 -msgid "Timestamp" +#: plugins/personal/posix/class_posixAccount.inc:802 +msgid "Timeout while waiting for lock! Ignoring lock." msgstr "" -#: ihtml/themes/default/snapshotdialog.tpl:79 -msgid "Reason for generating this snapshot" +#: plugins/personal/posix/class_posixAccount.inc:896 +msgid "Uid number" msgstr "" -#: ihtml/themes/default/snapshotdialog.tpl:87 -#: plugins/addons/notifications/contents.tpl:78 -#: plugins/admin/users/template.tpl:48 -#: plugins/admin/departments/class_departmentGeneric.inc:472 -#: plugins/admin/departments/class_departmentGeneric.inc:567 -#: setup/class_setup.inc:266 -msgid "Continue" -msgstr "" - -#: ihtml/themes/default/msg_dialog.tpl:60 -#: ihtml/themes/default/msg_dialog.tpl:106 -#: plugins/personal/generic/class_user.inc:374 -#: plugins/personal/generic/class_user.inc:471 -#: plugins/personal/generic/class_user.inc:732 -#: plugins/personal/generic/class_user.inc:1262 -#: plugins/personal/generic/main.inc:103 -#: plugins/personal/posix/class_posixAccount.inc:1278 -#: plugins/addons/gotomasses/class_gotomasses.inc:102 -#: plugins/addons/gotomasses/class_gotomasses.inc:188 -#: plugins/addons/gotomasses/class_gotomasses.inc:203 -#: plugins/addons/gotomasses/class_gotomasses.inc:237 -#: plugins/addons/gotomasses/class_target_list.inc:229 -#: plugins/addons/gotomasses/class_target_list.inc:233 -#: plugins/addons/notifications/class_msgplug.inc:117 -#: plugins/addons/notifications/class_msgplug.inc:213 -#: setup/class_setupStep_Migrate.inc:1019 setup/setup_checks.tpl:30 -#: setup/setup_checks.tpl:91 include/class_plugin.inc:624 -#: include/class_plugin.inc:656 include/class_plugin.inc:692 -#: include/class_plugin.inc:1391 include/class_log.inc:144 -#: include/class_log.inc:152 include/class_log.inc:157 -#: include/class_log.inc:177 include/functions.inc:1175 -#: include/functions.inc:1287 include/class_CopyPasteHandler.inc:274 -#: include/class_CopyPasteHandler.inc:277 -#: include/class_CopyPasteHandler.inc:315 -#: include/class_CopyPasteHandler.inc:318 html/index.php:213 -#: html/index.php:217 -msgid "Error" +#: plugins/personal/posix/class_posixAccount.inc:896 +msgid "" +"A duplicated uid number was written for this user, if this was not intended " +"please verify all used uidNumbers." msgstr "" -#: ihtml/themes/default/msg_dialog.tpl:76 -#: ihtml/themes/default/msg_dialog.tpl:78 -#: ihtml/themes/default/msg_dialog.tpl:131 -#: ihtml/themes/default/msg_dialog.tpl:133 -#: plugins/personal/generic/main.inc:159 plugins/personal/posix/main.inc:106 -#: plugins/addons/gotomasses/goto_task.tpl:55 -#: plugins/admin/users/class_userManagement.inc:871 -#: plugins/admin/ogroups/class_ogroupManagement.inc:400 -#: plugins/admin/acl/tabs_acl.inc:61 plugins/admin/acl/tabs_acl_role.inc:47 -#: plugins/admin/groups/class_groupManagement.inc:466 -#: setup/class_setupStep_Migrate.inc:217 setup/class_setupStep_Migrate.inc:266 -#: setup/class_setupStep_Migrate.inc:324 setup/class_setupStep_Migrate.inc:392 -#: setup/class_setupStep_Migrate.inc:467 setup/class_setupStep_Migrate.inc:539 -#: setup/class_setupStep_Migrate.inc:592 setup/class_setupStep_Migrate.inc:722 -#: setup/class_setupStep_Migrate.inc:877 -#: setup/class_setupStep_Migrate.inc:1635 setup/setup_checks.tpl:27 -#: setup/setup_checks.tpl:87 -msgid "Ok" +#: plugins/personal/posix/class_posixAccount.inc:910 +#, php-format +msgid "Saving of user/posix account with dn '%s' failed." msgstr "" -#: ihtml/themes/default/pwd_heimdal.tpl:5 -msgid "Heimdal options" +#: plugins/personal/posix/class_posixAccount.inc:929 +#: plugins/personal/posix/class_posixAccount.inc:1126 +msgid "Group of user" msgstr "" -#: ihtml/themes/default/pwd_heimdal.tpl:6 -msgid "Use empty values for infinite" +#: plugins/personal/posix/class_posixAccount.inc:985 +#: plugins/personal/posix/class_posixAccount.inc:1062 +msgid "The required field 'Home directory' is not set." msgstr "" -#: ihtml/themes/default/pwd_heimdal.tpl:10 -msgid "Ticket max life" +#: plugins/personal/posix/class_posixAccount.inc:988 +#: plugins/personal/posix/class_posixAccount.inc:1065 +msgid "Please enter a valid path in 'Home directory' field." msgstr "" -#: ihtml/themes/default/pwd_heimdal.tpl:18 -msgid "Ticket max renew" +#: plugins/personal/posix/class_posixAccount.inc:996 +msgid "Value specified as 'UID' is not valid." msgstr "" -#: ihtml/themes/default/pwd_heimdal.tpl:32 -msgid "infinite" +#: plugins/personal/posix/class_posixAccount.inc:999 +msgid "Value specified as 'UID' is too small." msgstr "" -#: ihtml/themes/default/pwd_heimdal.tpl:34 -#: plugins/addons/gotomasses/class_gotomasses.inc:348 -msgid "Hour" +#: plugins/personal/posix/class_posixAccount.inc:1003 +#: plugins/admin/groups/class_groupGeneric.inc:899 +msgid "Value specified as 'GID' is not valid." msgstr "" -#: ihtml/themes/default/pwd_heimdal.tpl:36 -#: plugins/addons/gotomasses/class_gotomasses.inc:347 -msgid "Minute" +#: plugins/personal/posix/class_posixAccount.inc:1006 +#: plugins/admin/groups/class_groupGeneric.inc:902 +msgid "Value specified as 'GID' is too small." msgstr "" -#: ihtml/themes/default/pwd_heimdal.tpl:38 -#: plugins/addons/gotomasses/class_gotomasses.inc:346 -msgid "Day" +#: plugins/personal/posix/class_posixAccount.inc:1014 +#: plugins/personal/posix/class_posixAccount.inc:1071 +msgid "Value specified as 'shadowMin' is not valid." msgstr "" -#: ihtml/themes/default/pwd_heimdal.tpl:40 -#: plugins/addons/gotomasses/class_gotomasses.inc:349 -msgid "Month" +#: plugins/personal/posix/class_posixAccount.inc:1019 +#: plugins/personal/posix/class_posixAccount.inc:1076 +msgid "Value specified as 'shadowMax' is not valid." msgstr "" -#: ihtml/themes/default/pwd_heimdal.tpl:42 -msgid "Year" +#: plugins/personal/posix/class_posixAccount.inc:1024 +#: plugins/personal/posix/class_posixAccount.inc:1081 +msgid "Value specified as 'shadowWarning' is not valid." msgstr "" -#: ihtml/themes/default/pwd_heimdal.tpl:47 -msgid "Valid ticket start time" +#: plugins/personal/posix/class_posixAccount.inc:1027 +#: plugins/personal/posix/class_posixAccount.inc:1084 +msgid "'shadowWarning' without 'shadowMax' makes no sense." msgstr "" -#: ihtml/themes/default/pwd_heimdal.tpl:87 -msgid "Valid ticket end time" +#: plugins/personal/posix/class_posixAccount.inc:1030 +#: plugins/personal/posix/class_posixAccount.inc:1087 +msgid "Value specified as 'shadowWarning' should be smaller than 'shadowMax'." msgstr "" -#: ihtml/themes/default/pwd_heimdal.tpl:127 -msgid "Password end" +#: plugins/personal/posix/class_posixAccount.inc:1033 +#: plugins/personal/posix/class_posixAccount.inc:1090 +msgid "Value specified as 'shadowWarning' should be greater than 'shadowMin'." msgstr "" -#: ihtml/themes/default/pwd_heimdal.tpl:198 -#: ihtml/themes/default/copyPasteDialog.tpl:19 -#: plugins/personal/generic/generic_certs.tpl:91 -#: plugins/personal/generic/generic_picture.tpl:33 -#: plugins/admin/departments/class_departmentManagement.inc:407 -#: plugins/admin/departments/dep_move_confirm.tpl:15 -#: include/class_MultiSelectWindow.inc:113 -msgid "Save" +#: plugins/personal/posix/class_posixAccount.inc:1038 +#: plugins/personal/posix/class_posixAccount.inc:1095 +msgid "Value specified as 'shadowInactive' is not valid." 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/personal/posix/class_posixAccount.inc:1041 +#: plugins/personal/posix/class_posixAccount.inc:1098 +msgid "'shadowInactive' without 'shadowMax' makes no sense." msgstr "" -#: ihtml/themes/default/remove.tpl:9 plugins/addons/gotomasses/remove.tpl:10 -#: plugins/admin/users/remove.tpl:10 plugins/admin/ogroups/remove.tpl:10 -#: plugins/admin/groups/remove.tpl:10 -msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." +#: plugins/personal/posix/class_posixAccount.inc:1046 +#: plugins/personal/posix/class_posixAccount.inc:1103 +msgid "Value specified as 'shadowMin' should be smaller than 'shadowMax'." msgstr "" -#: ihtml/themes/default/remove.tpl:13 -#: plugins/personal/posix/paste_generic.tpl:62 -#: plugins/personal/posix/generic.tpl:107 -#: plugins/personal/posix/generic.tpl:149 -#: plugins/personal/posix/generic.tpl:178 -#: plugins/addons/gotomasses/remove.tpl:15 -#: plugins/addons/gotomasses/remove.tpl:17 plugins/admin/users/remove.tpl:15 -#: plugins/admin/users/remove.tpl:18 plugins/admin/ogroups/remove.tpl:15 -#: plugins/admin/ogroups/remove.tpl:19 plugins/admin/ogroups/generic.tpl:54 -#: plugins/admin/departments/remove.tpl:15 -#: plugins/admin/departments/remove.tpl:19 plugins/admin/acl/remove.tpl:15 -#: plugins/admin/acl/remove.tpl:19 plugins/admin/groups/remove.tpl:16 -#: plugins/admin/groups/remove.tpl:20 plugins/admin/groups/generic.tpl:195 -msgid "Delete" +#: plugins/personal/posix/class_posixAccount.inc:1305 +#: plugins/personal/generic/class_user.inc:374 +#: plugins/personal/generic/class_user.inc:471 +#: plugins/personal/generic/class_user.inc:732 +#: plugins/personal/generic/class_user.inc:1262 +#: plugins/personal/generic/main.inc:103 +#: plugins/addons/notifications/class_msgplug.inc:117 +#: plugins/addons/notifications/class_msgplug.inc:213 +#: plugins/admin/groups/class_groupGeneric.inc:711 +#: plugins/admin/groups/class_groupGeneric.inc:716 +#: plugins/admin/groups/class_groupGeneric.inc:944 include/functions.inc:1188 +#: include/functions.inc:1300 include/class_plugin.inc:621 +#: include/class_plugin.inc:653 include/class_plugin.inc:689 +#: include/class_plugin.inc:1370 include/class_CopyPasteHandler.inc:274 +#: include/class_CopyPasteHandler.inc:277 +#: include/class_CopyPasteHandler.inc:315 +#: include/class_CopyPasteHandler.inc:318 include/class_log.inc:144 +#: include/class_log.inc:152 include/class_log.inc:157 +#: include/class_log.inc:177 setup/setup_checks.tpl:30 +#: setup/setup_checks.tpl:91 setup/class_setupStep_Migrate.inc:1019 +#: html/index.php:214 html/index.php:218 +#: ihtml/themes/default/msg_dialog.tpl:55 +#: ihtml/themes/default/msg_dialog.tpl:100 +msgid "Error" msgstr "" -#: ihtml/themes/default/islocked.tpl:2 -msgid "Locking conflict detected" +#: plugins/personal/posix/class_posixAccount.inc:1305 +msgid "Cannot allocate a free ID: too many users!" msgstr "" -#: ihtml/themes/default/islocked.tpl:9 -msgid "" -"If this lock detection is false, the other person has obviously closed the " -"webbrowser during the edit operation. You may want to take over the lock by " -"pressing the 'Edit anyway' button." +#: plugins/personal/posix/class_posixAccount.inc:1480 +msgid "POSIX account" msgstr "" -#: ihtml/themes/default/MultiSelectWindow.tpl:55 -#: ihtml/themes/default/MultiSelectWindow.tpl:95 -#: plugins/personal/posix/posix_groups.tpl:21 -#: plugins/admin/ogroups/ogroup_objects.tpl:20 -#: plugins/admin/groups/group_objects.tpl:20 -msgid "Filters" +#: plugins/personal/posix/class_posixAccount.inc:1492 +#: setup/setup_migrate.tpl:217 html/getxls.php:100 html/getxls.php:135 +#: html/getxls.php:158 html/getxls.php:347 html/getxls.php:364 +msgid "User ID" msgstr "" -#: ihtml/themes/default/password.tpl:6 -msgid "Change your password" +#: plugins/personal/posix/class_posixAccount.inc:1493 +msgid "Group ID" msgstr "" -#: ihtml/themes/default/password.tpl:33 -msgid "Success" +#: plugins/personal/posix/class_posixAccount.inc:1495 +msgid "Force password change on login" msgstr "" -#: ihtml/themes/default/password.tpl:33 -msgid "Your password has been changed successfully." +#: plugins/personal/posix/class_posixAccount.inc:1496 +msgid "Shadow min" msgstr "" -#: ihtml/themes/default/password.tpl:39 -#: plugins/admin/users/class_userManagement.inc:296 -msgid "Password change" +#: plugins/personal/posix/class_posixAccount.inc:1497 +msgid "Shadow max" msgstr "" -#: ihtml/themes/default/password.tpl:51 -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." +#: plugins/personal/posix/class_posixAccount.inc:1498 +msgid "Shadow warning" msgstr "" -#: ihtml/themes/default/password.tpl:76 ihtml/themes/default/password.tpl:77 -#: plugins/personal/password/password.tpl:11 -msgid "Current password" +#: plugins/personal/posix/class_posixAccount.inc:1499 +msgid "Shadow inactive" msgstr "" -#: ihtml/themes/default/password.tpl:80 ihtml/themes/default/password.tpl:81 -#: ihtml/themes/default/password.tpl:84 -#: plugins/personal/password/password.tpl:16 -#: plugins/personal/generic/password.tpl:7 plugins/admin/users/password.tpl:11 -msgid "New password" +#: plugins/personal/posix/class_posixAccount.inc:1500 +msgid "Shadow expire" msgstr "" -#: ihtml/themes/default/password.tpl:84 -msgid "again" +#: plugins/personal/posix/class_posixAccount.inc:1501 +msgid "System trust model" msgstr "" -#: ihtml/themes/default/password.tpl:85 -msgid "New password repeated" +#: plugins/personal/posix/main.inc:106 plugins/personal/generic/main.inc:159 +#: plugins/admin/acl/tabs_acl.inc:61 plugins/admin/acl/tabs_acl_role.inc:47 +#: plugins/admin/groups/class_groupManagement.inc:466 +#: plugins/admin/users/class_userManagement.inc:871 +#: plugins/admin/ogroups/class_ogroupManagement.inc:400 +#: setup/setup_checks.tpl:27 setup/setup_checks.tpl:87 +#: setup/class_setupStep_Migrate.inc:217 setup/class_setupStep_Migrate.inc:266 +#: setup/class_setupStep_Migrate.inc:324 setup/class_setupStep_Migrate.inc:392 +#: setup/class_setupStep_Migrate.inc:467 setup/class_setupStep_Migrate.inc:539 +#: setup/class_setupStep_Migrate.inc:592 setup/class_setupStep_Migrate.inc:722 +#: setup/class_setupStep_Migrate.inc:877 +#: setup/class_setupStep_Migrate.inc:1635 +#: ihtml/themes/default/msg_dialog.tpl:76 +#: ihtml/themes/default/msg_dialog.tpl:78 +#: ihtml/themes/default/msg_dialog.tpl:131 +#: ihtml/themes/default/msg_dialog.tpl:133 +msgid "Ok" msgstr "" -#: ihtml/themes/default/password.tpl:92 -msgid "Change" +#: plugins/personal/posix/main.inc:118 plugins/personal/generic/main.inc:182 +msgid "Click the 'Edit' button below to change informations in this dialog" msgstr "" -#: ihtml/themes/default/password.tpl:93 -msgid "Click here to change your password" +#: plugins/personal/posix/main.inc:120 plugins/personal/generic/main.inc:172 +#: plugins/admin/groups/class_divListGroup.inc:171 +#: plugins/admin/users/class_divListUsers.inc:164 +msgid "Edit" msgstr "" -#: ihtml/themes/default/copyPasteDialog.tpl:1 -msgid "Copy & paste wizard" +#: plugins/personal/posix/main.inc:129 +msgid "Unix settings" msgstr "" -#: ihtml/themes/default/copyPasteDialog.tpl:7 +#: plugins/personal/generic/password.tpl:2 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." +"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 "" -#: ihtml/themes/default/copyPasteDialog.tpl:9 -msgid "Remember that some properties like taken snapshots will not be copied!" +#: plugins/personal/generic/generic_picture.tpl:5 +#: plugins/personal/generic/generic_picture.tpl:15 +#: plugins/personal/generic/multiple_generic.tpl:13 +#: plugins/personal/generic/paste_generic.tpl:37 +#: plugins/personal/generic/generic.tpl:20 +#: plugins/personal/generic/generic.tpl:22 +#: plugins/personal/generic/generic.tpl:38 +msgid "Personal picture" msgstr "" -#: 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!" +#: plugins/personal/generic/generic_picture.tpl:27 +#: plugins/personal/generic/paste_generic.tpl:52 +msgid "Remove picture" msgstr "" -#: ihtml/themes/default/copyPasteDialog.tpl:24 -msgid "Cancel all" +#: plugins/personal/generic/generic_picture.tpl:33 +#: plugins/personal/generic/generic_certs.tpl:91 +#: plugins/admin/departments/dep_move_confirm.tpl:15 +#: plugins/admin/departments/class_departmentManagement.inc:407 +#: include/class_MultiSelectWindow.inc:113 +#: ihtml/themes/default/copyPasteDialog.tpl:19 +#: ihtml/themes/default/pwd_heimdal.tpl:198 +msgid "Save" msgstr "" -#: ihtml/themes/default/copyPasteDialog.tpl:30 -msgid "Operation complete" +#: plugins/personal/generic/multiple_generic.tpl:5 +#: plugins/personal/generic/generic.tpl:6 +msgid "Personal information" msgstr "" -#: ihtml/themes/default/copyPasteDialog.tpl:32 -#: setup/class_setupStep_Finish.inc:37 -msgid "Finish" +#: plugins/personal/generic/multiple_generic.tpl:23 +#: plugins/personal/generic/generic.tpl:108 +#: plugins/personal/generic/class_user.inc:1424 +msgid "Academic title" msgstr "" -#: ihtml/themes/default/sizelimit.tpl:3 -msgid "" -"The size limit option makes LDAP operations faster and saves the LDAP server " -"from getting too much load. The easiest way to handle big databases without " -"long timeouts would be to limit your search to smaller values and use " -"filters to get the entries you are looking for." +#: plugins/personal/generic/multiple_generic.tpl:33 +#: plugins/personal/generic/generic.tpl:157 +msgid "Preferred langage" msgstr "" -#: ihtml/themes/default/sizelimit.tpl:6 -msgid "Please choose the way to react for this session" +#: plugins/personal/generic/multiple_generic.tpl:47 +#: plugins/personal/generic/generic.tpl:170 +#: plugins/personal/generic/class_user.inc:1418 +#: plugins/admin/acl/class_divListACL.inc:134 +#: plugins/admin/acl/acl_role.tpl:27 plugins/admin/acl/class_aclRole.inc:678 +#: plugins/admin/groups/class_groupGeneric.inc:1002 +#: plugins/admin/groups/class_divListGroup.inc:151 +#: plugins/admin/groups/generic.tpl:39 +#: plugins/admin/users/class_divListUsers.inc:143 +#: plugins/admin/departments/class_divListDepartment.inc:125 +#: plugins/admin/departments/generic.tpl:35 +#: plugins/admin/departments/class_departmentGeneric.inc:571 +#: plugins/admin/ogroups/class_divListOGroup.inc:163 +#: plugins/admin/ogroups/class_ogroup.inc:750 +#: plugins/admin/ogroups/generic.tpl:26 setup/setup_ldap.tpl:55 +msgid "Base" msgstr "" -#: ihtml/themes/default/sizelimit.tpl:9 -msgid "ignore this error and show all entries the LDAP server returns" +#: plugins/personal/generic/multiple_generic.tpl:53 +#: plugins/personal/generic/generic.tpl:175 +msgid "Choose subtree to place user in" msgstr "" -#: ihtml/themes/default/sizelimit.tpl:10 -msgid "" -"ignore this error and show all entries that fit into the defined sizelimit " -"and let me use filters instead" -msgstr "" - -#: ihtml/themes/default/sizelimit.tpl:14 -#: plugins/personal/generic/generic.tpl:137 -msgid "Set" -msgstr "" - -#: ihtml/themes/default/help.tpl:9 -msgid "GOsa help viewer" -msgstr "" - -#: ihtml/themes/default/help.tpl:15 -msgid "Index" -msgstr "" - -#: ihtml/themes/default/help.tpl:21 setup/setup_ldap.tpl:13 -msgid "Search" -msgstr "" - -#: plugins/generic/welcome/welcome.tpl:4 -msgid "" -"This is the GOsa main menu. You can select your tasks from the menu on the " -"left, or by choosing one of the pictograms below. All changes apply directly " -"to your companies LDAP server." +#: plugins/personal/generic/multiple_generic.tpl:56 +#: plugins/personal/generic/generic.tpl:180 plugins/admin/acl/acl_role.tpl:37 +#: plugins/admin/groups/generic.tpl:49 +#: plugins/admin/departments/generic.tpl:45 +#: plugins/admin/ogroups/generic.tpl:34 +msgid "Select a base" msgstr "" -#: plugins/generic/welcome/welcome.tpl:8 -msgid "" -"Use 'Sign out' on the upper left to close the connection and 'Main' to get " -"back to the pictogram view." +#: plugins/personal/generic/multiple_generic.tpl:67 +#: plugins/personal/generic/multiple_generic.tpl:285 +#: plugins/personal/generic/generic.tpl:194 +#: plugins/personal/generic/generic.tpl:389 +#: plugins/admin/departments/generic.tpl:76 +#: plugins/admin/departments/class_departmentGeneric.inc:577 +#: html/getxls.php:227 +msgid "Address" msgstr "" -#: plugins/generic/welcome/welcome.tpl:15 -msgid "The GOsa team" +#: plugins/personal/generic/multiple_generic.tpl:78 +#: plugins/personal/generic/generic.tpl:202 +msgid "Private phone" msgstr "" -#: plugins/generic/welcome/main.inc:24 -#, php-format -msgid "Welcome %s!" +#: plugins/personal/generic/multiple_generic.tpl:88 +#: plugins/personal/generic/generic.tpl:210 +#: plugins/personal/generic/class_user.inc:1427 +msgid "Homepage" msgstr "" -#: plugins/generic/references/class_reference.inc:22 -#: plugins/personal/posix/class_posixAccount.inc:16 -msgid "UNIX" +#: plugins/personal/generic/multiple_generic.tpl:105 +#: plugins/personal/generic/generic.tpl:223 +msgid "Password storage" msgstr "" -#: plugins/generic/references/class_reference.inc:30 -msgid "FAX" +#: plugins/personal/generic/multiple_generic.tpl:117 +#: plugins/personal/generic/generic.tpl:238 +#: plugins/personal/generic/generic_certs.tpl:3 +msgid "Certificates" msgstr "" -#: plugins/generic/references/class_reference.inc:32 -msgid "Proxy" +#: plugins/personal/generic/multiple_generic.tpl:121 +#: plugins/personal/generic/generic.tpl:241 +msgid "Edit certificates" msgstr "" -#: plugins/generic/references/class_reference.inc:34 -msgid "FTP" +#: plugins/personal/generic/multiple_generic.tpl:137 +#: plugins/personal/generic/generic.tpl:259 +msgid "Organizational information" msgstr "" -#: plugins/generic/references/class_reference.inc:36 -#: plugins/admin/ogroups/class_ogroupManagement.inc:451 -#: plugins/admin/groups/class_divListGroup.inc:165 -msgid "Group" +#: plugins/personal/generic/multiple_generic.tpl:149 +#: plugins/personal/generic/generic.tpl:271 +#: plugins/personal/generic/class_user.inc:1428 setup/setup_feedback.tpl:14 +#: html/getxls.php:299 +msgid "Organization" msgstr "" -#: plugins/generic/references/class_reference.inc:38 -#: plugins/personal/generic/class_user.inc:1429 #: plugins/personal/generic/multiple_generic.tpl:159 #: plugins/personal/generic/generic.tpl:279 +#: plugins/personal/generic/class_user.inc:1429 #: plugins/admin/users/class_divListUsers.inc:61 -#: plugins/admin/ogroups/class_ogroupManagement.inc:453 #: plugins/admin/departments/class_divListDepartment.inc:137 +#: plugins/admin/ogroups/class_ogroupManagement.inc:453 +#: plugins/generic/references/class_reference.inc:38 msgid "Department" msgstr "" -#: plugins/generic/references/class_reference.inc:42 -#: plugins/admin/ogroups/class_ogroupManagement.inc:452 -#: plugins/admin/ogroups/tabs_ogroups.inc:122 -#: plugins/admin/groups/class_divListGroup.inc:232 -msgid "Application" -msgstr "" - -#: plugins/generic/references/class_reference.inc:44 -#: plugins/addons/gotomasses/class_target_list.inc:180 -#: plugins/admin/ogroups/class_ogroupManagement.inc:454 -#: setup/setup_config2.tpl:248 setup/setup_config2.tpl:293 -msgid "Server" -msgstr "" - -#: plugins/generic/references/class_reference.inc:46 -msgid "Thin Client" -msgstr "" - -#: plugins/generic/references/class_reference.inc:48 -#: plugins/addons/gotomasses/class_target_list.inc:182 -#: plugins/admin/ogroups/class_ogroupManagement.inc:456 -msgid "Workstation" -msgstr "" - -#: plugins/generic/references/class_reference.inc:50 -#: plugins/addons/gotomasses/class_target_list.inc:184 -#: plugins/admin/ogroups/class_divListOGroup.inc:176 -#: plugins/admin/ogroups/class_divListOGroup.inc:294 -msgid "Object group" +#: plugins/personal/generic/multiple_generic.tpl:169 +#: plugins/personal/generic/generic.tpl:287 +msgid "Department No." msgstr "" -#: plugins/generic/references/contents.tpl:11 -#: plugins/addons/gotomasses/class_target_list.inc:48 -msgid "Object name" +#: plugins/personal/generic/multiple_generic.tpl:179 +#: plugins/personal/generic/generic.tpl:295 +msgid "Employee No." msgstr "" -#: plugins/generic/references/contents.tpl:11 -#: plugins/addons/gotomasses/class_gotomasses.inc:344 -#: plugins/admin/ogroups/class_ogroup.inc:763 -#: plugins/admin/ogroups/generic.tpl:15 -#: plugins/admin/departments/class_departmentGeneric.inc:590 -#: plugins/admin/departments/generic.tpl:16 plugins/admin/acl/acl_role.tpl:17 -#: plugins/admin/acl/class_aclRole.inc:679 plugins/admin/groups/generic.tpl:24 -#: plugins/admin/groups/class_groupGeneric.inc:1003 html/getxls.php:158 -#: html/getxls.php:287 -msgid "Description" +#: plugins/personal/generic/multiple_generic.tpl:189 +#: plugins/personal/generic/generic.tpl:303 +#: plugins/personal/generic/class_user.inc:1435 +msgid "Employee type" msgstr "" -#: plugins/generic/references/contents.tpl:11 -msgid "Contents" +#: plugins/personal/generic/multiple_generic.tpl:207 +#: plugins/personal/generic/multiple_generic.tpl:418 +#: plugins/personal/generic/generic.tpl:321 +#: plugins/personal/generic/generic.tpl:503 +msgid "Room No." msgstr "" -#: plugins/generic/references/contents.tpl:18 -msgid "This object has no relationship to other objects." +#: plugins/personal/generic/multiple_generic.tpl:217 +#: plugins/personal/generic/multiple_generic.tpl:428 +#: plugins/personal/generic/generic.tpl:330 +#: plugins/personal/generic/generic.tpl:511 +#: plugins/admin/groups/class_divListGroup.inc:234 +#: plugins/admin/users/class_divListUsers.inc:244 +#: plugins/admin/departments/generic.tpl:83 +#: plugins/admin/ogroups/class_ogroupManagement.inc:455 +#: plugins/generic/references/class_reference.inc:40 +msgid "Phone" msgstr "" -#: plugins/personal/password/class_password.inc:25 -#: plugins/personal/generic/class_user.inc:17 -#: plugins/personal/posix/class_posixAccount.inc:17 -#: plugins/addons/gotomasses/class_gotomasses.inc:7 -#: plugins/addons/gotomasses/class_goto_task.inc:7 -#: plugins/addons/notifications/class_msgplug.inc:7 -#: plugins/admin/users/class_userManagement.inc:25 -#: plugins/admin/ogroups/class_ogroupManagement.inc:25 -#: plugins/admin/departments/class_departmentManagement.inc:25 -#: plugins/admin/acl/class_aclRole.inc:7 -#: plugins/admin/acl/class_aclManagement.inc:25 -#: plugins/admin/groups/class_groupManagement.inc:25 include/class_acl.inc:7 -msgid "This does something" +#: plugins/personal/generic/multiple_generic.tpl:227 +#: plugins/personal/generic/generic.tpl:339 html/getxls.php:299 +msgid "Mobile" msgstr "" -#: plugins/personal/password/class_password.inc:77 -#: plugins/personal/password/class_password.inc:80 -#: plugins/personal/password/class_password.inc:83 -#: plugins/personal/password/class_password.inc:86 -#: plugins/personal/password/class_password.inc:89 -#: plugins/personal/password/class_password.inc:92 -#: plugins/personal/password/class_password.inc:106 -#: plugins/personal/password/class_password.inc:112 -#: plugins/personal/password/class_password.inc:140 -#: plugins/personal/generic/class_user.inc:1419 -msgid "User password" +#: plugins/personal/generic/multiple_generic.tpl:237 +#: plugins/personal/generic/generic.tpl:347 html/getxls.php:226 +#: html/getxls.php:300 +msgid "Pager" msgstr "" -#: plugins/personal/password/class_password.inc:78 -msgid "You need to specify your current password in order to proceed." +#: plugins/personal/generic/multiple_generic.tpl:247 +#: plugins/personal/generic/multiple_generic.tpl:438 +#: plugins/personal/generic/generic.tpl:355 +#: plugins/personal/generic/generic.tpl:523 +#: plugins/admin/users/class_divListUsers.inc:246 +#: plugins/admin/departments/generic.tpl:91 +#: plugins/admin/departments/class_departmentGeneric.inc:579 +#: html/getxls.php:222 html/getxls.php:297 +msgid "Fax" msgstr "" -#: plugins/personal/password/class_password.inc:81 -#: plugins/personal/generic/main.inc:80 -#: plugins/admin/users/class_userManagement.inc:189 html/password.php:195 -msgid "" -"The passwords you've entered as 'New password' and 'Repeated new password' " -"do not match." +#: plugins/personal/generic/multiple_generic.tpl:265 +#: plugins/personal/generic/generic.tpl:373 +#: plugins/personal/generic/class_user.inc:1436 +#: plugins/admin/departments/generic.tpl:56 +#: plugins/admin/departments/generic.tpl:68 +#: plugins/admin/departments/class_departmentGeneric.inc:572 +#: html/getxls.php:224 +msgid "Location" msgstr "" -#: plugins/personal/password/class_password.inc:84 -#: plugins/personal/generic/main.inc:85 -#: plugins/admin/users/class_userManagement.inc:194 html/password.php:198 -msgid "The password you've entered as 'New password' is empty." +#: plugins/personal/generic/multiple_generic.tpl:275 +#: plugins/personal/generic/generic.tpl:381 +#: plugins/personal/generic/class_user.inc:1437 +#: plugins/admin/departments/generic.tpl:60 +#: plugins/admin/departments/class_departmentGeneric.inc:576 +#: html/getxls.php:228 html/getxls.php:301 +msgid "State" msgstr "" -#: plugins/personal/password/class_password.inc:87 html/password.php:206 -msgid "The password used as new and current are too similar." +#: plugins/personal/generic/multiple_generic.tpl:302 +#: plugins/personal/generic/generic.tpl:405 +#: plugins/personal/generic/class_user.inc:1395 +msgid "Vocation" msgstr "" -#: plugins/personal/password/class_password.inc:90 html/password.php:211 -msgid "The password used as new is to short." +#: plugins/personal/generic/multiple_generic.tpl:312 +#: plugins/personal/generic/generic.tpl:413 +#: plugins/personal/generic/class_user.inc:1398 +msgid "Unit description" msgstr "" -#: plugins/personal/password/class_password.inc:93 -#, php-format -msgid "External password changer reported a problem: %s." +#: plugins/personal/generic/multiple_generic.tpl:323 +#: plugins/personal/generic/generic.tpl:422 +#: plugins/personal/generic/class_user.inc:1399 +msgid "Subject area" msgstr "" -#: plugins/personal/password/class_password.inc:107 -msgid "" -"The password you've entered as your current password doesn't match the real " -"one." +#: plugins/personal/generic/multiple_generic.tpl:334 +#: plugins/personal/generic/generic.tpl:431 +#: plugins/personal/generic/class_user.inc:1400 +msgid "Functional title" msgstr "" -#: plugins/personal/password/class_password.inc:113 -msgid "You have no permission to change your password." +#: plugins/personal/generic/multiple_generic.tpl:345 +#: plugins/personal/generic/generic.tpl:440 +#: plugins/personal/generic/class_user.inc:1404 +#: plugins/admin/acl/class_divListACL.inc:147 +#: plugins/admin/acl/class_divListACL.inc:206 +#: plugins/admin/acl/class_aclRole.inc:668 +msgid "Role" msgstr "" -#: plugins/personal/password/nochange.tpl:2 -msgid "Password change not allowed" +#: plugins/personal/generic/multiple_generic.tpl:360 +#: plugins/personal/generic/generic.tpl:454 +#: plugins/personal/generic/class_user.inc:1397 +msgid "Person locality" msgstr "" -#: plugins/personal/password/nochange.tpl:6 -msgid "You are not allowed to change your password at this time" +#: plugins/personal/generic/multiple_generic.tpl:371 +#: plugins/personal/generic/generic.tpl:463 +#: plugins/personal/generic/class_user.inc:1393 +msgid "Unit" 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/multiple_generic.tpl:382 +#: plugins/personal/generic/generic.tpl:472 +#: plugins/personal/generic/class_user.inc:1403 +msgid "Street" msgstr "" -#: plugins/personal/password/changed.tpl:9 -#: plugins/personal/generic/main.inc:169 -#: plugins/admin/departments/class_departmentManagement.inc:444 -#: plugins/admin/departments/dep_iframe.tpl:18 setup/class_setup.inc:261 -#: setup/class_setup.inc:263 include/functions.inc:1496 -msgid "Back" +#: plugins/personal/generic/multiple_generic.tpl:392 +#: plugins/personal/generic/generic.tpl:480 +#: plugins/personal/generic/class_user.inc:1405 html/getxls.php:227 +msgid "Postal code" msgstr "" -#: plugins/personal/password/password.tpl:2 -msgid "" -"To change your personal password use the fields below. The changes take " -"effect immediately. Please memorize the new password, because you wouldn't " -"be able to login without it." +#: plugins/personal/generic/multiple_generic.tpl:402 +#: plugins/personal/generic/generic.tpl:488 +#: plugins/personal/generic/class_user.inc:1394 +msgid "House identifier" msgstr "" -#: plugins/personal/password/password.tpl:6 plugins/admin/users/password.tpl:6 -msgid "" -"Changing the password affects your authentification on mail, proxy, samba " -"and unix services." +#: plugins/personal/generic/multiple_generic.tpl:449 +#: plugins/personal/generic/generic.tpl:532 +#: plugins/personal/generic/class_user.inc:1396 +msgid "Last delivery" msgstr "" -#: plugins/personal/password/password.tpl:21 -#: plugins/personal/generic/password.tpl:11 -#: plugins/admin/users/password.tpl:15 -msgid "Repeat new password" +#: plugins/personal/generic/multiple_generic.tpl:460 +#: plugins/personal/generic/generic.tpl:541 +#: plugins/personal/generic/class_user.inc:1402 +msgid "Public visible" msgstr "" -#: plugins/personal/password/password.tpl:30 -#: plugins/personal/generic/password.tpl:17 -#: plugins/admin/users/password.tpl:21 -msgid "Set password" +#: plugins/personal/generic/paste_generic.tpl:1 +msgid "User settings" msgstr "" -#: plugins/personal/password/password.tpl:32 -msgid "Clear fields" +#: plugins/personal/generic/paste_generic.tpl:7 +#: plugins/personal/generic/generic.tpl:49 plugins/admin/users/template.tpl:23 +msgid "Last name" msgstr "" -#: plugins/personal/password/main.inc:46 setup/setup_config1.tpl:136 -msgid "Password settings" +#: plugins/personal/generic/paste_generic.tpl:11 +#: plugins/personal/generic/generic.tpl:69 plugins/admin/users/template.tpl:27 +msgid "First name" msgstr "" -#: plugins/personal/generic/generic_certs.tpl:3 -#: plugins/personal/generic/multiple_generic.tpl:117 -#: plugins/personal/generic/generic.tpl:238 -msgid "Certificates" +#: plugins/personal/generic/paste_generic.tpl:15 +#: plugins/personal/generic/generic.tpl:82 plugins/admin/users/template.tpl:32 +msgid "Login" msgstr "" -#: plugins/personal/generic/generic_certs.tpl:8 -msgid "Standard certificate" +#: plugins/personal/generic/paste_generic.tpl:23 +msgid "Clear password" msgstr "" -#: plugins/personal/generic/generic_certs.tpl:21 -#: plugins/personal/generic/generic_certs.tpl:45 -#: plugins/personal/generic/generic_certs.tpl:69 -#: plugins/admin/users/class_divListUsers.inc:168 -#: plugins/admin/ogroups/class_divListOGroup.inc:185 -#: plugins/admin/departments/class_divListDepartment.inc:141 -#: plugins/admin/acl/class_divListACL.inc:153 -#: plugins/admin/groups/class_divListGroup.inc:173 -msgid "Remove" +#: plugins/personal/generic/paste_generic.tpl:24 +msgid "Set new password" msgstr "" -#: plugins/personal/generic/generic_certs.tpl:33 -msgid "S/MIME certificate" +#: plugins/personal/generic/paste_generic.tpl:47 +#: plugins/personal/generic/class_user.inc:1438 +msgid "User picture" msgstr "" -#: plugins/personal/generic/generic_certs.tpl:57 -msgid "PKCS12 certificate" +#: plugins/personal/generic/generic.tpl:29 +#: plugins/personal/generic/generic.tpl:40 +msgid "Change picture" msgstr "" -#: plugins/personal/generic/generic_certs.tpl:78 -#: plugins/personal/generic/class_user.inc:1401 -msgid "Certificate serial number" +#: plugins/personal/generic/generic.tpl:52 +#: plugins/personal/generic/generic.tpl:73 +#: plugins/personal/generic/generic.tpl:89 plugins/admin/groups/generic.tpl:14 +msgid "Multiple edit" msgstr "" -#: plugins/personal/generic/class_user.inc:265 -#: plugins/personal/posix/class_posixAccount.inc:494 -msgid "January" +#: plugins/personal/generic/generic.tpl:62 +msgid "Template name" msgstr "" -#: plugins/personal/generic/class_user.inc:265 -#: plugins/personal/posix/class_posixAccount.inc:494 -msgid "February" +#: plugins/personal/generic/generic.tpl:98 +#: plugins/personal/generic/class_user.inc:1423 +msgid "Personal title" msgstr "" -#: plugins/personal/generic/class_user.inc:265 -#: plugins/personal/posix/class_posixAccount.inc:494 -msgid "March" +#: plugins/personal/generic/generic.tpl:119 +#: plugins/personal/generic/class_user.inc:1430 +msgid "Date of birth" msgstr "" -#: plugins/personal/generic/class_user.inc:265 -#: plugins/personal/posix/class_posixAccount.inc:494 -msgid "April" +#: plugins/personal/generic/generic.tpl:137 +#: ihtml/themes/default/sizelimit.tpl:14 +msgid "Set" msgstr "" -#: plugins/personal/generic/class_user.inc:266 -#: plugins/personal/posix/class_posixAccount.inc:495 -msgid "May" +#: plugins/personal/generic/generic.tpl:144 html/getxls.php:86 +#: html/getxls.php:281 +msgid "Sex" msgstr "" -#: plugins/personal/generic/class_user.inc:266 -#: plugins/personal/posix/class_posixAccount.inc:495 -msgid "June" +#: plugins/personal/generic/generic.tpl:230 include/functions.inc:936 +msgid "Configure" msgstr "" -#: plugins/personal/generic/class_user.inc:266 -#: plugins/personal/posix/class_posixAccount.inc:495 -msgid "July" +#: plugins/personal/generic/generic.tpl:517 +msgid "Please use the phone tab" msgstr "" -#: plugins/personal/generic/class_user.inc:266 -#: plugins/personal/posix/class_posixAccount.inc:495 -msgid "August" +#: plugins/personal/generic/generic_certs.tpl:8 +msgid "Standard certificate" msgstr "" -#: plugins/personal/generic/class_user.inc:266 -#: plugins/personal/posix/class_posixAccount.inc:495 -msgid "September" +#: plugins/personal/generic/generic_certs.tpl:21 +#: plugins/personal/generic/generic_certs.tpl:45 +#: plugins/personal/generic/generic_certs.tpl:69 +#: plugins/admin/acl/class_divListACL.inc:153 +#: plugins/admin/groups/class_divListGroup.inc:173 +#: plugins/admin/users/class_divListUsers.inc:168 +#: plugins/admin/departments/class_divListDepartment.inc:141 +#: plugins/admin/ogroups/class_divListOGroup.inc:185 +msgid "Remove" msgstr "" -#: plugins/personal/generic/class_user.inc:267 -#: plugins/personal/posix/class_posixAccount.inc:496 -msgid "October" +#: plugins/personal/generic/generic_certs.tpl:33 +msgid "S/MIME certificate" msgstr "" -#: plugins/personal/generic/class_user.inc:267 -#: plugins/personal/posix/class_posixAccount.inc:496 -msgid "November" +#: plugins/personal/generic/generic_certs.tpl:57 +msgid "PKCS12 certificate" msgstr "" -#: plugins/personal/generic/class_user.inc:267 -#: plugins/personal/posix/class_posixAccount.inc:496 -msgid "December" +#: plugins/personal/generic/generic_certs.tpl:78 +#: plugins/personal/generic/class_user.inc:1401 +msgid "Certificate serial number" msgstr "" #: plugins/personal/generic/class_user.inc:276 @@ -1230,7 +1207,7 @@ msgstr "" msgid "No certificate installed" msgstr "" -#: plugins/personal/generic/class_user.inc:554 +#: plugins/personal/generic/class_user.inc:554 html/password.php:161 msgid "Password method" msgstr "" @@ -1294,7 +1271,7 @@ msgstr "" #: plugins/personal/generic/class_user.inc:1158 #: plugins/personal/generic/class_user.inc:1529 #: plugins/personal/generic/class_user.inc:1550 -#: plugins/admin/departments/class_departmentGeneric.inc:276 +#: plugins/admin/departments/class_departmentGeneric.inc:264 msgid "The field 'Name' contains invalid characters." msgstr "" @@ -1307,13 +1284,13 @@ msgstr "" #: plugins/personal/generic/class_user.inc:1141 #: plugins/personal/generic/class_user.inc:1535 -#: plugins/admin/departments/class_departmentGeneric.inc:279 +#: plugins/admin/departments/class_departmentGeneric.inc:267 msgid "The field 'Phone' contains an invalid phone number." msgstr "" #: plugins/personal/generic/class_user.inc:1144 #: plugins/personal/generic/class_user.inc:1538 -#: plugins/admin/departments/class_departmentGeneric.inc:282 +#: plugins/admin/departments/class_departmentGeneric.inc:270 msgid "The field 'Fax' contains an invalid phone number." msgstr "" @@ -1331,81 +1308,6 @@ msgstr "" msgid "Cannot open certificate!" msgstr "" -#: plugins/personal/generic/class_user.inc:1393 -#: plugins/personal/generic/multiple_generic.tpl:371 -#: plugins/personal/generic/generic.tpl:463 -msgid "Unit" -msgstr "" - -#: plugins/personal/generic/class_user.inc:1394 -#: plugins/personal/generic/multiple_generic.tpl:402 -#: plugins/personal/generic/generic.tpl:488 -msgid "House identifier" -msgstr "" - -#: plugins/personal/generic/class_user.inc:1395 -#: plugins/personal/generic/multiple_generic.tpl:302 -#: plugins/personal/generic/generic.tpl:405 -msgid "Vocation" -msgstr "" - -#: plugins/personal/generic/class_user.inc:1396 -#: plugins/personal/generic/multiple_generic.tpl:449 -#: plugins/personal/generic/generic.tpl:532 -msgid "Last delivery" -msgstr "" - -#: plugins/personal/generic/class_user.inc:1397 -#: plugins/personal/generic/multiple_generic.tpl:360 -#: plugins/personal/generic/generic.tpl:454 -msgid "Person locality" -msgstr "" - -#: plugins/personal/generic/class_user.inc:1398 -#: plugins/personal/generic/multiple_generic.tpl:312 -#: plugins/personal/generic/generic.tpl:413 -msgid "Unit description" -msgstr "" - -#: plugins/personal/generic/class_user.inc:1399 -#: plugins/personal/generic/multiple_generic.tpl:323 -#: plugins/personal/generic/generic.tpl:422 -msgid "Subject area" -msgstr "" - -#: plugins/personal/generic/class_user.inc:1400 -#: plugins/personal/generic/multiple_generic.tpl:334 -#: plugins/personal/generic/generic.tpl:431 -msgid "Functional title" -msgstr "" - -#: plugins/personal/generic/class_user.inc:1402 -#: plugins/personal/generic/multiple_generic.tpl:460 -#: plugins/personal/generic/generic.tpl:541 -msgid "Public visible" -msgstr "" - -#: plugins/personal/generic/class_user.inc:1403 -#: plugins/personal/generic/multiple_generic.tpl:382 -#: plugins/personal/generic/generic.tpl:472 -msgid "Street" -msgstr "" - -#: plugins/personal/generic/class_user.inc:1404 -#: plugins/personal/generic/multiple_generic.tpl:345 -#: plugins/personal/generic/generic.tpl:440 -#: plugins/admin/acl/class_aclRole.inc:668 -#: plugins/admin/acl/class_divListACL.inc:147 -#: plugins/admin/acl/class_divListACL.inc:206 -msgid "Role" -msgstr "" - -#: plugins/personal/generic/class_user.inc:1405 -#: plugins/personal/generic/multiple_generic.tpl:392 -#: plugins/personal/generic/generic.tpl:480 html/getxls.php:227 -msgid "Postal code" -msgstr "" - #: plugins/personal/generic/class_user.inc:1409 msgid "Generic user settings" msgstr "" @@ -1417,25 +1319,6 @@ msgstr "" msgid "Users" msgstr "" -#: plugins/personal/generic/class_user.inc:1418 -#: plugins/personal/generic/multiple_generic.tpl:47 -#: plugins/personal/generic/generic.tpl:170 -#: plugins/addons/gotomasses/class_target_list.inc:130 -#: plugins/admin/users/class_divListUsers.inc:143 -#: plugins/admin/ogroups/class_ogroup.inc:762 -#: plugins/admin/ogroups/generic.tpl:26 -#: plugins/admin/ogroups/class_divListOGroup.inc:163 -#: plugins/admin/departments/class_departmentGeneric.inc:592 -#: plugins/admin/departments/class_divListDepartment.inc:125 -#: plugins/admin/departments/generic.tpl:35 plugins/admin/acl/acl_role.tpl:27 -#: plugins/admin/acl/class_aclRole.inc:678 -#: plugins/admin/acl/class_divListACL.inc:134 -#: plugins/admin/groups/class_divListGroup.inc:151 -#: plugins/admin/groups/generic.tpl:39 -#: plugins/admin/groups/class_groupGeneric.inc:1002 setup/setup_ldap.tpl:55 -msgid "Base" -msgstr "" - #: plugins/personal/generic/class_user.inc:1420 html/getxls.php:301 msgid "Surename" msgstr "" @@ -1449,17 +1332,6 @@ msgstr "" msgid "User identification" msgstr "" -#: plugins/personal/generic/class_user.inc:1423 -#: plugins/personal/generic/generic.tpl:98 -msgid "Personal title" -msgstr "" - -#: plugins/personal/generic/class_user.inc:1424 -#: plugins/personal/generic/multiple_generic.tpl:23 -#: plugins/personal/generic/generic.tpl:108 -msgid "Academic title" -msgstr "" - #: plugins/personal/generic/class_user.inc:1425 html/getxls.php:224 msgid "Home postal address" msgstr "" @@ -1468,24 +1340,6 @@ msgstr "" msgid "Home phone number" msgstr "" -#: plugins/personal/generic/class_user.inc:1427 -#: plugins/personal/generic/multiple_generic.tpl:88 -#: plugins/personal/generic/generic.tpl:210 -msgid "Homepage" -msgstr "" - -#: plugins/personal/generic/class_user.inc:1428 -#: plugins/personal/generic/multiple_generic.tpl:149 -#: plugins/personal/generic/generic.tpl:271 setup/setup_feedback.tpl:14 -#: html/getxls.php:299 -msgid "Organization" -msgstr "" - -#: plugins/personal/generic/class_user.inc:1430 -#: plugins/personal/generic/generic.tpl:119 -msgid "Date of birth" -msgstr "" - #: plugins/personal/generic/class_user.inc:1431 msgid "Gender" msgstr "" @@ -1502,35 +1356,6 @@ msgstr "" msgid "Employee number" msgstr "" -#: plugins/personal/generic/class_user.inc:1435 -#: plugins/personal/generic/multiple_generic.tpl:189 -#: plugins/personal/generic/generic.tpl:303 -msgid "Employee type" -msgstr "" - -#: plugins/personal/generic/class_user.inc:1436 -#: plugins/personal/generic/multiple_generic.tpl:265 -#: plugins/personal/generic/generic.tpl:373 -#: plugins/admin/departments/class_departmentGeneric.inc:593 -#: plugins/admin/departments/generic.tpl:56 -#: plugins/admin/departments/generic.tpl:68 html/getxls.php:224 -msgid "Location" -msgstr "" - -#: plugins/personal/generic/class_user.inc:1437 -#: plugins/personal/generic/multiple_generic.tpl:275 -#: plugins/personal/generic/generic.tpl:381 -#: plugins/admin/departments/class_departmentGeneric.inc:597 -#: plugins/admin/departments/generic.tpl:60 html/getxls.php:228 -#: html/getxls.php:301 -msgid "State" -msgstr "" - -#: plugins/personal/generic/class_user.inc:1438 -#: plugins/personal/generic/paste_generic.tpl:47 -msgid "User picture" -msgstr "" - #: plugins/personal/generic/class_user.inc:1439 msgid "Room number" msgstr "" @@ -1560,876 +1385,928 @@ msgstr "" msgid "Fax number" msgstr "" -#: plugins/personal/generic/multiple_generic.tpl:5 -#: plugins/personal/generic/generic.tpl:6 -msgid "Personal information" -msgstr "" - -#: plugins/personal/generic/multiple_generic.tpl:13 -#: plugins/personal/generic/paste_generic.tpl:37 -#: plugins/personal/generic/generic.tpl:20 -#: plugins/personal/generic/generic.tpl:22 -#: plugins/personal/generic/generic.tpl:38 -#: plugins/personal/generic/generic_picture.tpl:5 -#: plugins/personal/generic/generic_picture.tpl:15 -msgid "Personal picture" -msgstr "" - -#: plugins/personal/generic/multiple_generic.tpl:33 -#: plugins/personal/generic/generic.tpl:157 -msgid "Preferred langage" -msgstr "" - -#: plugins/personal/generic/multiple_generic.tpl:53 -#: plugins/personal/generic/generic.tpl:175 -msgid "Choose subtree to place user in" -msgstr "" - -#: plugins/personal/generic/multiple_generic.tpl:56 -#: plugins/personal/generic/generic.tpl:180 -#: plugins/admin/ogroups/generic.tpl:34 -#: plugins/admin/departments/generic.tpl:45 plugins/admin/acl/acl_role.tpl:37 -#: plugins/admin/groups/generic.tpl:49 -msgid "Select a base" +#: plugins/personal/generic/main.inc:103 +msgid "You have no permission to set your password!" msgstr "" -#: plugins/personal/generic/multiple_generic.tpl:67 -#: plugins/personal/generic/multiple_generic.tpl:285 -#: plugins/personal/generic/generic.tpl:194 -#: plugins/personal/generic/generic.tpl:389 -#: plugins/admin/departments/class_departmentGeneric.inc:598 -#: plugins/admin/departments/generic.tpl:76 html/getxls.php:227 -msgid "Address" +#: plugins/personal/generic/main.inc:194 +msgid "Generic user information" msgstr "" -#: plugins/personal/generic/multiple_generic.tpl:78 -#: plugins/personal/generic/generic.tpl:202 -msgid "Private phone" +#: plugins/addons/notifications/class_msgplug.inc:6 +#: plugins/addons/notifications/main.inc:47 +msgid "Notifications" msgstr "" -#: plugins/personal/generic/multiple_generic.tpl:105 -#: plugins/personal/generic/generic.tpl:223 -msgid "Password storage" +#: plugins/addons/notifications/class_msgplug.inc:36 +#: plugins/admin/groups/class_groupGeneric.inc:998 +#: plugins/admin/groups/class_groupManagement.inc:24 include/class_acl.inc:196 +#: html/getxls.php:124 html/getxls.php:126 html/getxls.php:309 +msgid "Groups" msgstr "" -#: plugins/personal/generic/multiple_generic.tpl:121 -#: plugins/personal/generic/generic.tpl:241 -msgid "Edit certificates" +#: plugins/addons/notifications/class_msgplug.inc:99 +#: plugins/admin/acl/class_aclManagement.inc:160 +#: plugins/admin/acl/class_aclManagement.inc:197 +#: plugins/admin/acl/class_aclManagement.inc:250 +#: plugins/admin/acl/class_aclManagement.inc:274 +#: plugins/admin/acl/class_aclManagement.inc:313 +#: plugins/admin/acl/class_aclManagement.inc:337 +#: plugins/admin/groups/class_groupManagement.inc:334 +#: plugins/admin/groups/class_groupManagement.inc:387 +#: plugins/admin/groups/class_groupManagement.inc:418 +#: plugins/admin/departments/class_departmentManagement.inc:206 +#: plugins/admin/departments/class_departmentManagement.inc:254 +#: plugins/admin/departments/class_departmentManagement.inc:273 +#: plugins/admin/ogroups/class_ogroupManagement.inc:215 +#: plugins/admin/ogroups/class_ogroupManagement.inc:267 +#: plugins/admin/ogroups/class_ogroupManagement.inc:294 +msgid "Permission error" msgstr "" -#: plugins/personal/generic/multiple_generic.tpl:137 -#: plugins/personal/generic/generic.tpl:259 -msgid "Organizational information" +#: plugins/addons/notifications/class_msgplug.inc:99 +msgid "You have no permissions to send a message!" msgstr "" -#: plugins/personal/generic/multiple_generic.tpl:169 -#: plugins/personal/generic/generic.tpl:287 -msgid "Department No." +#: plugins/addons/notifications/class_msgplug.inc:103 +#: plugins/addons/notifications/class_msgplug.inc:111 +#: plugins/admin/groups/class_groupGeneric.inc:137 +#: plugins/admin/groups/class_groupGeneric.inc:532 +#: include/utils/class_timezone.inc:51 +#: include/password-methods/class_password-methods-sha.inc:46 +#: include/password-methods/class_password-methods-ssha.inc:51 +#: include/functions.inc:602 include/functions.inc:2522 +#: include/functions.inc:2541 include/class_plugin.inc:1133 +#: include/class_plugin.inc:1145 include/class_pluglist.inc:148 +#: include/class_config.inc:556 include/class_CopyPasteHandler.inc:91 +#: include/class_CopyPasteHandler.inc:99 +#: include/class_CopyPasteHandler.inc:148 +#: include/class_CopyPasteHandler.inc:156 +#: include/class_CopyPasteHandler.inc:165 html/index.php:206 +msgid "Configuration error" msgstr "" -#: plugins/personal/generic/multiple_generic.tpl:179 -#: plugins/personal/generic/generic.tpl:295 -msgid "Employee No." +#: plugins/addons/notifications/class_msgplug.inc:103 +#, php-format +msgid "Missing '%s' directive in configuration!" msgstr "" -#: plugins/personal/generic/multiple_generic.tpl:207 -#: plugins/personal/generic/multiple_generic.tpl:418 -#: plugins/personal/generic/generic.tpl:321 -#: plugins/personal/generic/generic.tpl:503 -msgid "Room No." +#: plugins/addons/notifications/class_msgplug.inc:111 +#, php-format +msgid "'%s' defined for the '%s' directive cannot be executed!" msgstr "" -#: plugins/personal/generic/multiple_generic.tpl:227 -#: plugins/personal/generic/generic.tpl:339 html/getxls.php:299 -msgid "Mobile" +#: plugins/addons/notifications/class_msgplug.inc:117 +msgid "Please specify at least one recipient to send a message!" msgstr "" -#: plugins/personal/generic/multiple_generic.tpl:237 -#: plugins/personal/generic/generic.tpl:347 html/getxls.php:226 -#: html/getxls.php:300 -msgid "Pager" +#: plugins/addons/notifications/class_msgplug.inc:213 +#, php-format +msgid "Cannot find a DESC tag in file '%s'!" msgstr "" -#: plugins/personal/generic/paste_generic.tpl:1 -msgid "User settings" +#: plugins/addons/notifications/class_msgplug.inc:240 +msgid "Notification" msgstr "" -#: plugins/personal/generic/paste_generic.tpl:7 -#: plugins/personal/generic/generic.tpl:49 plugins/admin/users/template.tpl:23 -msgid "Last name" +#: plugins/addons/notifications/class_msgplug.inc:241 +#: plugins/addons/notifications/class_msgplug.inc:246 +msgid "Notification plugin" msgstr "" -#: plugins/personal/generic/paste_generic.tpl:11 -#: plugins/personal/generic/generic.tpl:69 plugins/admin/users/template.tpl:27 -msgid "First name" +#: plugins/addons/notifications/class_msgplug.inc:249 +msgid "Allow sending notifications" msgstr "" -#: plugins/personal/generic/paste_generic.tpl:15 -#: plugins/personal/generic/generic.tpl:82 plugins/admin/users/template.tpl:32 -msgid "Login" +#: plugins/addons/notifications/contents.tpl:2 +msgid "Notification target" msgstr "" -#: plugins/personal/generic/paste_generic.tpl:23 -msgid "Clear password" +#: plugins/addons/notifications/contents.tpl:7 +msgid "Use target from" msgstr "" -#: plugins/personal/generic/paste_generic.tpl:24 -msgid "Set new password" +#: plugins/addons/notifications/contents.tpl:12 +#: plugins/admin/acl/acl_role.tpl:49 plugins/admin/acl/acl_role.tpl:59 +#: plugins/admin/acl/acl_role.tpl:73 +#: plugins/admin/groups/class_groupManagement.inc:469 +#: plugins/admin/users/class_userManagement.inc:874 +#: plugins/admin/ogroups/class_ogroupManagement.inc:403 +#: setup/setup_ldap.tpl:16 setup/setup_migrate.tpl:133 +#: setup/setup_migrate.tpl:184 setup/setup_migrate.tpl:250 +#: setup/setup_migrate.tpl:305 setup/setup_migrate.tpl:358 +#: ihtml/themes/default/acl.tpl:8 ihtml/themes/default/acl.tpl:20 +#: ihtml/themes/default/acl.tpl:75 ihtml/themes/default/acl.tpl:89 +msgid "Apply" msgstr "" -#: plugins/personal/generic/paste_generic.tpl:52 -#: plugins/personal/generic/generic_picture.tpl:27 -msgid "Remove picture" +#: plugins/addons/notifications/contents.tpl:21 +msgid "Available recipients" msgstr "" -#: plugins/personal/generic/password.tpl:2 -msgid "" -"You have changed the method your password is stored in the ldap database. " -"For that reason you've to enter your password at this point again. GOsa will " -"then encode it with the selected method." +#: plugins/addons/notifications/contents.tpl:22 +#: ihtml/themes/default/acl.tpl:30 +msgid "List message possible targets" msgstr "" -#: plugins/personal/generic/generic.tpl:29 -#: plugins/personal/generic/generic.tpl:40 -msgid "Change picture" +#: plugins/addons/notifications/contents.tpl:33 +msgid "Recipients" msgstr "" -#: plugins/personal/generic/generic.tpl:52 -#: plugins/personal/generic/generic.tpl:73 -#: plugins/personal/generic/generic.tpl:89 plugins/admin/groups/generic.tpl:14 -msgid "Multiple edit" +#: plugins/addons/notifications/contents.tpl:34 +#: ihtml/themes/default/acl.tpl:42 +msgid "List message recipients" msgstr "" -#: plugins/personal/generic/generic.tpl:62 -msgid "Template name" +#: plugins/addons/notifications/contents.tpl:44 +msgid "Message" msgstr "" -#: plugins/personal/generic/generic.tpl:144 html/getxls.php:86 -#: html/getxls.php:281 -msgid "Sex" +#: plugins/addons/notifications/contents.tpl:54 +msgid "Import" msgstr "" -#: plugins/personal/generic/generic.tpl:230 include/functions.inc:923 -msgid "Configure" +#: plugins/addons/notifications/contents.tpl:60 +msgid "Send message" msgstr "" -#: plugins/personal/generic/generic.tpl:517 -msgid "Please use the phone tab" +#: plugins/addons/notifications/contents.tpl:72 +msgid "Notification send!" msgstr "" -#: plugins/personal/generic/main.inc:103 -msgid "You have no permission to set your password!" +#: plugins/addons/notifications/contents.tpl:75 +msgid "" +"Your message has been sent successfully. Press the continue button to get " +"back to the notification plugin." msgstr "" -#: plugins/personal/generic/main.inc:172 plugins/personal/posix/main.inc:120 -#: plugins/addons/gotomasses/class_divListMasses.inc:125 -#: plugins/admin/users/class_divListUsers.inc:164 -#: plugins/admin/groups/class_divListGroup.inc:171 -msgid "Edit" +#: plugins/addons/notifications/contents.tpl:78 +#: plugins/admin/users/template.tpl:48 +#: plugins/admin/departments/class_departmentGeneric.inc:451 +#: plugins/admin/departments/class_departmentGeneric.inc:546 +#: setup/class_setup.inc:266 ihtml/themes/default/snapshotdialog.tpl:87 +msgid "Continue" msgstr "" -#: plugins/personal/generic/main.inc:182 plugins/personal/posix/main.inc:118 -msgid "Click the 'Edit' button below to change informations in this dialog" +#: plugins/addons/bugsubmitter/class_bugsubmitter.inc:5 +msgid "Bug submitter" msgstr "" -#: plugins/personal/generic/main.inc:194 -msgid "Generic user information" +#: plugins/addons/bugsubmitter/class_bugsubmitter.inc:6 +msgid "" +"Bugsubmitter" msgstr "" -#: plugins/personal/posix/posix_groups.tpl:6 -msgid "Select groups to add" +#: plugins/admin/acl/tabs_acl.inc:8 plugins/admin/acl/class_divListACL.inc:240 +msgid "Acl" msgstr "" -#: plugins/personal/posix/posix_groups.tpl:32 -msgid "Display groups of department" +#: plugins/admin/acl/tabs_acl_role.inc:8 +msgid "ACL Templates" msgstr "" -#: plugins/personal/posix/posix_groups.tpl:35 -#: plugins/personal/posix/trust_machines.tpl:27 -#: plugins/admin/ogroups/ogroup_objects.tpl:42 -#: plugins/admin/groups/group_objects.tpl:40 -msgid "Choose the department the search will be based on" +#: plugins/admin/acl/class_aclManagement.inc:24 +msgid "ACLs" msgstr "" -#: plugins/personal/posix/posix_groups.tpl:44 -msgid "Display groups matching" +#: plugins/admin/acl/class_aclManagement.inc:160 +msgid "You have no permission to create a new role!" msgstr "" -#: plugins/personal/posix/posix_groups.tpl:48 -#: plugins/addons/gotomasses/class_target_list.inc:61 -#: plugins/admin/ogroups/class_divListOGroup.inc:85 -#: plugins/admin/groups/class_divListGroup.inc:76 -msgid "Regular expression for matching group names" +#: plugins/admin/acl/class_aclManagement.inc:197 +msgid "You have no permission to edit this ACL!" msgstr "" -#: plugins/personal/posix/posix_groups.tpl:55 -msgid "Display groups of user" +#: plugins/admin/acl/class_aclManagement.inc:242 +#: plugins/admin/acl/class_aclManagement.inc:306 +#, php-format +msgid "You're about to delete the acl %s." msgstr "" -#: plugins/personal/posix/posix_groups.tpl:59 -#: plugins/admin/groups/class_divListGroup.inc:77 -msgid "User name of which groups are shown" +#: plugins/admin/acl/class_aclManagement.inc:250 +#: plugins/admin/acl/class_aclManagement.inc:274 +#: plugins/admin/acl/class_aclManagement.inc:313 +#: plugins/admin/acl/class_aclManagement.inc:337 +#: plugins/admin/groups/class_groupManagement.inc:334 +#: plugins/admin/groups/class_groupManagement.inc:387 +#: plugins/admin/groups/class_groupManagement.inc:418 +#: plugins/admin/departments/class_departmentManagement.inc:206 +#: plugins/admin/departments/class_departmentManagement.inc:254 +#: plugins/admin/departments/class_departmentManagement.inc:273 +#: plugins/admin/ogroups/class_ogroupManagement.inc:215 +#: plugins/admin/ogroups/class_ogroupManagement.inc:267 +#: plugins/admin/ogroups/class_ogroupManagement.inc:294 +msgid "You have no permission to delete this entry!" msgstr "" -#: plugins/personal/posix/posix_groups.tpl:68 -#: plugins/addons/gotomasses/class_target_list.inc:57 -#: plugins/admin/users/class_divListUsers.inc:74 -#: plugins/admin/ogroups/ogroup_objects.tpl:38 -#: plugins/admin/ogroups/class_divListOGroup.inc:82 -#: plugins/admin/departments/class_divListDepartment.inc:53 -#: plugins/admin/groups/class_divListGroup.inc:73 -msgid "Search in subtrees" +#: plugins/admin/acl/class_divListACL.inc:31 +msgid "List of acl" msgstr "" -#: plugins/personal/posix/posix_groups.tpl:79 -#: plugins/personal/posix/paste_generic.tpl:61 -#: plugins/personal/posix/generic.tpl:104 -#: plugins/personal/posix/generic.tpl:146 -#: plugins/personal/posix/generic.tpl:175 -#: plugins/personal/posix/trust_machines.tpl:39 -#: plugins/admin/ogroups/ogroup_objects.tpl:54 -#: plugins/admin/ogroups/generic.tpl:51 -#: plugins/admin/groups/group_objects.tpl:55 -#: plugins/admin/groups/generic.tpl:193 -msgid "Add" +#: plugins/admin/acl/class_divListACL.inc:32 +msgid "List of acls" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:138 -msgid "expired" +#: plugins/admin/acl/class_divListACL.inc:36 +msgid "This menu allows you to edit and delete selected acls." msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:140 -msgid "grace time active" +#: plugins/admin/acl/class_divListACL.inc:54 +#: plugins/admin/ogroups/tabs_ogroups.inc:126 +msgid "Summary" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:143 -msgid "active, password not changable" +#: plugins/admin/acl/class_divListACL.inc:55 +#: plugins/admin/acl/class_divListACL.inc:140 +#: plugins/admin/groups/class_divListGroup.inc:62 +#: plugins/admin/groups/class_divListGroup.inc:157 +#: plugins/admin/users/class_divListUsers.inc:63 +#: plugins/admin/users/class_divListUsers.inc:149 +#: plugins/admin/departments/class_divListDepartment.inc:49 +#: plugins/admin/departments/class_divListDepartment.inc:130 +#: plugins/admin/ogroups/class_divListOGroup.inc:66 +#: plugins/admin/ogroups/class_divListOGroup.inc:169 +msgid "Actions" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:145 -msgid "active, password expired" +#: plugins/admin/acl/class_divListACL.inc:61 +#: plugins/admin/groups/class_divListGroup.inc:73 +#: plugins/admin/users/class_divListUsers.inc:74 +#: plugins/admin/departments/class_divListDepartment.inc:53 +#: plugins/admin/ogroups/ogroup_objects.tpl:38 +#: plugins/admin/ogroups/class_divListOGroup.inc:82 +msgid "Select to search within subtrees" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:147 -msgid "active" +#: plugins/admin/acl/class_divListACL.inc:61 +msgid "Ignore subtrees" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:158 -#: plugins/personal/posix/class_posixAccount.inc:1115 -msgid "Group of user" +#: plugins/admin/acl/class_divListACL.inc:65 +msgid "Display acls matching" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:193 -msgid "unconfigured" +#: plugins/admin/acl/class_divListACL.inc:136 +#: plugins/admin/groups/class_divListGroup.inc:152 +#: plugins/admin/users/class_divListUsers.inc:145 +#: plugins/admin/departments/class_divListDepartment.inc:127 +#: plugins/admin/ogroups/class_divListOGroup.inc:165 +msgid "Submit department" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:204 -msgid "automatic" +#: plugins/admin/acl/class_divListACL.inc:136 +#: plugins/admin/groups/class_divListGroup.inc:152 +#: plugins/admin/users/class_divListUsers.inc:145 +#: plugins/admin/departments/class_divListDepartment.inc:127 +#: plugins/admin/ogroups/class_divListOGroup.inc:165 +#: include/class_MultiSelectWindow.inc:242 +msgid "Submit" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:260 -msgid "This account has no unix extensions." +#: plugins/admin/acl/class_divListACL.inc:142 +#: plugins/admin/groups/class_divListGroup.inc:159 +#: plugins/admin/users/class_divListUsers.inc:151 +#: plugins/admin/departments/class_divListDepartment.inc:132 +#: plugins/admin/ogroups/class_divListOGroup.inc:171 +#: setup/class_setupStep_Migrate.inc:883 +msgid "Create" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:280 -#: plugins/personal/posix/class_posixAccount.inc:283 -msgid "Remove posix account" +#: plugins/admin/acl/class_divListACL.inc:159 +#: plugins/admin/groups/class_divListGroup.inc:179 +#: plugins/admin/users/class_divListUsers.inc:174 +#: plugins/admin/ogroups/class_divListOGroup.inc:191 +msgid "Copy" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:281 -msgid "" -"This account has unix features enabled. To disable them, you'll need to " -"remove the samba / environment account first." +#: plugins/admin/acl/class_divListACL.inc:161 +#: plugins/admin/groups/class_divListGroup.inc:181 +#: plugins/admin/users/class_divListUsers.inc:176 +#: plugins/admin/ogroups/class_divListOGroup.inc:193 +msgid "Cut" +msgstr "" + +#: plugins/admin/acl/class_divListACL.inc:165 +#: plugins/admin/acl/class_divListACL.inc:168 +#: plugins/admin/groups/class_divListGroup.inc:185 +#: plugins/admin/groups/class_divListGroup.inc:188 +#: plugins/admin/users/class_divListUsers.inc:180 +#: plugins/admin/users/class_divListUsers.inc:183 +#: plugins/admin/ogroups/class_divListOGroup.inc:197 +#: plugins/admin/ogroups/class_divListOGroup.inc:200 +#: include/class_CopyPasteHandler.inc:435 +msgid "Paste" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:284 -msgid "" -"This account has posix features enabled. You can disable them by clicking " -"below." +#: plugins/admin/acl/class_divListACL.inc:216 +#: plugins/admin/groups/class_divListGroup.inc:256 +#: plugins/admin/users/class_divListUsers.inc:277 +#: plugins/admin/ogroups/class_divListOGroup.inc:247 +msgid "cut" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:287 -msgid "Create posix account" +#: plugins/admin/acl/class_divListACL.inc:216 +#: plugins/admin/groups/class_divListGroup.inc:256 +#: plugins/admin/users/class_divListUsers.inc:277 +#: plugins/admin/ogroups/class_divListOGroup.inc:247 +msgid "Cut this entry" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:288 -msgid "" -"This account has posix features disabled. You can enable them by clicking " -"below." +#: plugins/admin/acl/class_divListACL.inc:218 +#: plugins/admin/groups/class_divListGroup.inc:258 +#: plugins/admin/users/class_divListUsers.inc:279 +#: plugins/admin/ogroups/class_divListOGroup.inc:249 +msgid "copy" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:448 -#, php-format -msgid "Password can't be changed up to %s days after last change" +#: plugins/admin/acl/class_divListACL.inc:218 +#: plugins/admin/groups/class_divListGroup.inc:258 +#: plugins/admin/users/class_divListUsers.inc:279 +#: plugins/admin/ogroups/class_divListOGroup.inc:249 +msgid "Copy this entry" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:452 -#, php-format -msgid "Password must be changed after %s days" +#: plugins/admin/acl/class_divListACL.inc:223 +#: plugins/admin/acl/class_divListACL.inc:245 +#: plugins/admin/acl/class_aclRole.inc:340 +#: plugins/admin/acl/class_aclRole.inc:385 +#: plugins/admin/groups/class_divListGroup.inc:263 +#: plugins/admin/users/class_divListUsers.inc:298 +#: plugins/admin/departments/class_divListDepartment.inc:166 +#: plugins/admin/ogroups/class_divListOGroup.inc:253 include/class_acl.inc:409 +#: include/class_acl.inc:452 +msgid "edit" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:456 -#, php-format -msgid "Disable account after %s days of inactivity after password expiery" +#: plugins/admin/acl/class_divListACL.inc:224 +msgid "Edit acl role" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:460 -#, php-format -msgid "Warn user %s days before password expiery" +#: plugins/admin/acl/class_divListACL.inc:233 +#: plugins/admin/acl/class_divListACL.inc:249 +#: plugins/admin/acl/class_aclRole.inc:341 +#: plugins/admin/acl/class_aclRole.inc:386 +#: plugins/admin/groups/class_divListGroup.inc:272 +#: plugins/admin/users/class_divListUsers.inc:322 +#: plugins/admin/departments/class_divListDepartment.inc:171 +#: plugins/admin/ogroups/class_divListOGroup.inc:261 include/class_acl.inc:410 +#: include/class_acl.inc:453 +msgid "delete" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:593 -#: setup/setup_config2.tpl:188 -msgid "disabled" +#: plugins/admin/acl/class_divListACL.inc:234 +msgid "Delete acl role" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:593 -msgid "full access" +#: plugins/admin/acl/class_divListACL.inc:246 +msgid "Edit acl" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:594 -msgid "allow access to these hosts" +#: plugins/admin/acl/class_divListACL.inc:250 +msgid "Delete acl" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:647 -#, php-format -msgid "Removing of user/posix account with dn '%s' failed." +#: plugins/admin/acl/paste_role.tpl:4 plugins/admin/acl/acl_role.tpl:7 +#: plugins/admin/acl/class_aclRole.inc:677 +#: plugins/admin/groups/class_groupGeneric.inc:1001 +#: plugins/admin/ogroups/class_ogroup.inc:749 setup/setup_feedback.tpl:22 +#: setup/setup_migrate.tpl:209 html/getxls.php:223 html/getxls.php:290 +msgid "Name" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:803 -msgid "Timeout while waiting for lock! Ignoring lock." +#: plugins/admin/acl/remove.tpl:6 +msgid "" +"This includes all system and setup informations. Please double check if your " +"really want to do this since there is no way for GOsa to get your data back." msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:899 -#, php-format -msgid "Saving of user/posix account with dn '%s' failed." +#: plugins/admin/acl/remove.tpl:10 plugins/admin/departments/remove.tpl:10 +msgid "" +"Best thing to do before performing this action would be to save the current " +"contents of your LDAP tree in a file. So - if you've done so - press " +"'Delete' to continue or 'Cancel' to abort." msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:974 -#: plugins/personal/posix/class_posixAccount.inc:1051 -msgid "The required field 'Home directory' is not set." +#: plugins/admin/acl/main.inc:43 plugins/admin/acl/main.inc:45 +msgid "ACL management" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:977 -#: plugins/personal/posix/class_posixAccount.inc:1054 -msgid "Please enter a valid path in 'Home directory' field." +#: plugins/admin/acl/acl_role.tpl:3 ihtml/themes/default/acl.tpl:2 +msgid "Assigned ACLs for current entry" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:985 -msgid "Value specified as 'UID' is not valid." +#: plugins/admin/acl/acl_role.tpl:17 plugins/admin/acl/class_aclRole.inc:679 +#: plugins/admin/groups/class_groupGeneric.inc:1003 +#: plugins/admin/groups/generic.tpl:24 +#: plugins/admin/departments/generic.tpl:16 +#: plugins/admin/departments/class_departmentGeneric.inc:569 +#: plugins/admin/ogroups/class_ogroup.inc:751 +#: plugins/admin/ogroups/generic.tpl:15 +#: plugins/generic/references/contents.tpl:11 html/getxls.php:158 +#: html/getxls.php:287 +msgid "Description" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:988 -msgid "Value specified as 'UID' is too small." +#: plugins/admin/acl/acl_role.tpl:31 plugins/admin/groups/generic.tpl:43 +#: plugins/admin/ogroups/generic.tpl:29 +msgid "Choose subtree to place group in" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:992 -#: plugins/admin/groups/class_groupGeneric.inc:899 -msgid "Value specified as 'GID' is not valid." +#: plugins/admin/acl/acl_role.tpl:44 ihtml/themes/default/acl.tpl:4 +msgid "New ACL" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:995 -#: plugins/admin/groups/class_groupGeneric.inc:902 -msgid "Value specified as 'GID' is too small." +#: plugins/admin/acl/acl_role.tpl:49 ihtml/themes/default/acl.tpl:8 +msgid "ACL type" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1003 -#: plugins/personal/posix/class_posixAccount.inc:1060 -msgid "Value specified as 'shadowMin' is not valid." +#: plugins/admin/acl/acl_role.tpl:49 ihtml/themes/default/acl.tpl:8 +msgid "Select an acl type" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1008 -#: plugins/personal/posix/class_posixAccount.inc:1065 -msgid "Value specified as 'shadowMax' is not valid." +#: plugins/admin/acl/acl_role.tpl:54 ihtml/themes/default/acl.tpl:55 +msgid "List of available ACL categories" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1013 -#: plugins/personal/posix/class_posixAccount.inc:1070 -msgid "Value specified as 'shadowWarning' is not valid." +#: plugins/admin/acl/class_aclRole.inc:6 +msgid "Access control list templates" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1016 -#: plugins/personal/posix/class_posixAccount.inc:1073 -msgid "'shadowWarning' without 'shadowMax' makes no sense." +#: plugins/admin/acl/class_aclRole.inc:103 include/class_acl.inc:177 +msgid "All categories" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1019 -#: plugins/personal/posix/class_posixAccount.inc:1076 -msgid "Value specified as 'shadowWarning' should be smaller than 'shadowMax'." +#: plugins/admin/acl/class_aclRole.inc:110 include/class_acl.inc:185 +msgid "Reset ACLs" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1022 -#: plugins/personal/posix/class_posixAccount.inc:1079 -msgid "Value specified as 'shadowWarning' should be greater than 'shadowMin'." +#: plugins/admin/acl/class_aclRole.inc:111 include/class_acl.inc:186 +msgid "One level" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1027 -#: plugins/personal/posix/class_posixAccount.inc:1084 -msgid "Value specified as 'shadowInactive' is not valid." +#: plugins/admin/acl/class_aclRole.inc:112 include/class_acl.inc:187 +#: include/class_acl.inc:192 +msgid "Current object" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1030 -#: plugins/personal/posix/class_posixAccount.inc:1087 -msgid "'shadowInactive' without 'shadowMax' makes no sense." +#: plugins/admin/acl/class_aclRole.inc:113 include/class_acl.inc:188 +msgid "Complete subtree" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1035 -#: plugins/personal/posix/class_posixAccount.inc:1092 -msgid "Value specified as 'shadowMin' should be smaller than 'shadowMax'." +#: plugins/admin/acl/class_aclRole.inc:114 include/class_acl.inc:189 +msgid "Complete subtree (permanent)" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1278 -msgid "Cannot allocate a free ID: too many users!" +#: plugins/admin/acl/class_aclRole.inc:338 +#: include/class_MultiSelectWindow.inc:227 +#: include/class_MultiSelectWindow.inc:229 include/class_acl.inc:407 +msgid "Up" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1453 -msgid "POSIX account" +#: plugins/admin/acl/class_aclRole.inc:339 include/class_acl.inc:408 +msgid "Down" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1463 -#: plugins/personal/posix/paste_generic.tpl:8 -#: plugins/personal/posix/generic.tpl:7 -msgid "Home directory" +#: plugins/admin/acl/class_aclRole.inc:340 include/class_acl.inc:409 +msgid "Edit ACL" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1464 -#: plugins/personal/posix/generic.tpl:15 -msgid "Shell" +#: plugins/admin/acl/class_aclRole.inc:341 include/class_acl.inc:410 +msgid "Delete ACL" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1465 -#: setup/setup_migrate.tpl:217 html/getxls.php:100 html/getxls.php:135 -#: html/getxls.php:158 html/getxls.php:347 html/getxls.php:364 -msgid "User ID" +#: plugins/admin/acl/class_aclRole.inc:378 include/class_acl.inc:445 +msgid "No ACL settings for this category" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1466 -msgid "Group ID" +#: plugins/admin/acl/class_aclRole.inc:380 include/class_acl.inc:447 +#, php-format +msgid "Contains ACLs for these objects: %s" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1468 -msgid "Force password change on login" +#: plugins/admin/acl/class_aclRole.inc:385 include/class_acl.inc:452 +msgid "Edit categories ACLs" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1469 -msgid "Shadow min" +#: plugins/admin/acl/class_aclRole.inc:386 include/class_acl.inc:453 +msgid "Clear categories ACLs" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1470 -msgid "Shadow max" +#: plugins/admin/acl/class_aclRole.inc:402 include/class_acl.inc:498 +#, php-format +msgid "Edit ACL for '%s', scope is '%s'" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1471 -msgid "Shadow warning" +#: plugins/admin/acl/class_aclRole.inc:412 include/class_acl.inc:508 +msgid "All objects in current subtree" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1472 -msgid "Shadow inactive" +#: plugins/admin/acl/class_aclRole.inc:564 include/class_acl.inc:1061 +#, php-format +msgid "Saving ACLs with dn '%s' failed." msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1473 -msgid "Shadow expire" +#: plugins/admin/acl/class_aclRole.inc:596 +msgid "Object in use" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1474 -msgid "System trust model" +#: plugins/admin/acl/class_aclRole.inc:596 +#, php-format +msgid "This role cannot be removed while it is in use by these objects:" msgstr "" -#: plugins/personal/posix/paste_generic.tpl:4 -msgid "Posix settings" +#: plugins/admin/acl/class_aclRole.inc:602 +#, php-format +msgid "Removing of aclRole with dn '%s' failed." msgstr "" -#: plugins/personal/posix/paste_generic.tpl:23 -#: plugins/personal/posix/generic.tpl:52 -msgid "Force UID/GID" +#: plugins/admin/acl/class_aclRole.inc:614 +#, php-format +msgid "Removing aclRole from objectgroup '%s' failed" msgstr "" -#: plugins/personal/posix/paste_generic.tpl:28 -#: plugins/personal/posix/generic.tpl:56 html/getxls.php:287 -msgid "UID" +#: plugins/admin/acl/class_aclRole.inc:669 include/class_acl.inc:1098 +msgid "ACL roles" msgstr "" -#: plugins/personal/posix/paste_generic.tpl:37 -#: plugins/personal/posix/generic.tpl:67 -#: plugins/admin/groups/class_groupGeneric.inc:1008 -msgid "GID" +#: plugins/admin/acl/class_aclRole.inc:674 +msgid "Acl roles" msgstr "" -#: plugins/personal/posix/paste_generic.tpl:47 -#: plugins/personal/posix/generic.tpl:82 -msgid "Group membership" +#: plugins/admin/groups/group_objects.tpl:6 +msgid "Select users to add" msgstr "" -#: plugins/personal/posix/paste_generic.tpl:54 -#: plugins/personal/posix/generic.tpl:84 -msgid "(Warning: more than 16 groups are not supported by NFS!)" +#: plugins/admin/groups/group_objects.tpl:30 +#: plugins/admin/ogroups/ogroup_objects.tpl:31 +msgid "Select to see servers" msgstr "" -#: plugins/personal/posix/generic.tpl:25 -msgid "Primary group" +#: plugins/admin/groups/group_objects.tpl:30 +msgid "Search within subtree" msgstr "" -#: plugins/personal/posix/generic.tpl:36 -#: plugins/addons/gotomasses/goto_task.tpl:20 -#: plugins/addons/gotomasses/class_divListMasses.inc:46 -msgid "Status" +#: plugins/admin/groups/group_objects.tpl:37 +msgid "Display users of department" msgstr "" -#: plugins/personal/posix/generic.tpl:93 plugins/admin/groups/generic.tpl:179 -msgid "In all groups" +#: plugins/admin/groups/group_objects.tpl:46 +#: plugins/admin/users/class_divListUsers.inc:77 +msgid "Display users matching" msgstr "" -#: plugins/personal/posix/generic.tpl:97 plugins/admin/groups/generic.tpl:182 -msgid "Not in all groups" +#: plugins/admin/groups/group_objects.tpl:47 +msgid "Regular expression for matching user names" msgstr "" -#: plugins/personal/posix/generic.tpl:118 -msgid "Account" +#: plugins/admin/groups/class_groupGeneric.inc:137 +msgid "Cannot find group SID in your configuration!" msgstr "" -#: plugins/personal/posix/generic.tpl:125 -msgid "System trust" +#: plugins/admin/groups/class_groupGeneric.inc:193 +msgid "This 'dn' is no group." msgstr "" -#: plugins/personal/posix/generic.tpl:127 -#: plugins/personal/posix/generic.tpl:155 -msgid "Trust mode" +#: plugins/admin/groups/class_groupGeneric.inc:334 +msgid "Samba group" msgstr "" -#: plugins/personal/posix/posix_shadow.tpl:9 -msgid "User must change password on first login" +#: plugins/admin/groups/class_groupGeneric.inc:334 +msgid "Domain admins" msgstr "" -#: plugins/personal/posix/posix_shadow.tpl:34 -msgid "Password expires on" +#: plugins/admin/groups/class_groupGeneric.inc:334 +msgid "Domain users" msgstr "" -#: plugins/personal/posix/main.inc:129 -msgid "Unix settings" +#: plugins/admin/groups/class_groupGeneric.inc:335 +msgid "Domain guests" msgstr "" -#: plugins/personal/posix/trust_machines.tpl:6 -msgid "Select systems to add" +#: plugins/admin/groups/class_groupGeneric.inc:340 +#, php-format +msgid "Special group (%d)" msgstr "" -#: plugins/personal/posix/trust_machines.tpl:26 -msgid "Display systems of department" +#: plugins/admin/groups/class_groupGeneric.inc:494 +msgid "! unknown id" msgstr "" -#: plugins/personal/posix/trust_machines.tpl:30 -msgid "Display systems matching" +#: plugins/admin/groups/class_groupGeneric.inc:532 +#, php-format +msgid "Search returned too many results. Not displaying more than %s entries." msgstr "" -#: plugins/personal/posix/trust_machines.tpl:31 -msgid "Regular expression for matching addresses" +#: plugins/admin/groups/class_groupGeneric.inc:561 +#: plugins/admin/groups/class_groupGeneric.inc:826 +#, php-format +msgid "Removing of groups/generic with dn '%s' failed." msgstr "" -#: plugins/addons/gotomasses/class_gotomasses.inc:6 -#: plugins/addons/gotomasses/main.inc:50 -msgid "System deployment" +#: plugins/admin/groups/class_groupGeneric.inc:711 +#, php-format +msgid "Cannot find any SID for '%s'!" msgstr "" -#: plugins/addons/gotomasses/class_gotomasses.inc:114 -#: plugins/addons/notifications/class_msgplug.inc:99 -msgid "Permission error" +#: plugins/admin/groups/class_groupGeneric.inc:716 +#, php-format +msgid "Cannot find any RIDBASE for '%s'!" msgstr "" -#: plugins/addons/gotomasses/class_gotomasses.inc:114 -msgid "You have no permission to delete this entry!" +#: plugins/admin/groups/class_groupGeneric.inc:858 +msgid "" +"The field 'Name' contains invalid characters. Lowercase, numbers and dashes " +"are allowed." msgstr "" -#: plugins/addons/gotomasses/class_gotomasses.inc:135 -#, php-format -msgid "Your are about to delete the following tasks: %s" +#: plugins/admin/groups/class_groupGeneric.inc:869 +#: plugins/admin/groups/class_groupGeneric.inc:883 +#: plugins/admin/groups/class_groupGeneric.inc:890 +msgid "Value specified as 'Name' is already used." msgstr "" -#: plugins/addons/gotomasses/class_gotomasses.inc:237 -#, php-format -msgid "Cannot load queue entries: %s" +#: plugins/admin/groups/class_groupGeneric.inc:944 +msgid "Cannot allocate a free ID!" msgstr "" -#: plugins/addons/gotomasses/class_gotomasses.inc:327 -msgid "GOsa ping" +#: plugins/admin/groups/class_groupGeneric.inc:993 +msgid "Generic group settings" msgstr "" -#: plugins/addons/gotomasses/class_gotomasses.inc:328 -msgid "Ping" +#: plugins/admin/groups/class_groupGeneric.inc:1005 +msgid "Phone pickup group" msgstr "" -#: plugins/addons/gotomasses/class_gotomasses.inc:329 -msgid "Say hello" +#: plugins/admin/groups/class_groupGeneric.inc:1006 +msgid "Nagios group" msgstr "" -#: plugins/addons/gotomasses/class_gotomasses.inc:337 -#: plugins/addons/gotomasses/class_gotomasses.inc:343 -#: plugins/addons/gotomasses/class_goto_task.inc:6 -msgid "System mass deployment" +#: plugins/admin/groups/class_groupGeneric.inc:1009 +msgid "Group member" msgstr "" -#: plugins/addons/gotomasses/class_gotomasses.inc:338 -msgid "Provide a mechanism to automatically activate a set of systems" +#: plugins/admin/groups/class_groupGeneric.inc:1010 +msgid "Samba group type" msgstr "" -#: plugins/addons/gotomasses/class_gotomasses.inc:345 -#: plugins/addons/gotomasses/class_divListMasses.inc:48 -msgid "Action" +#: plugins/admin/groups/class_groupGeneric.inc:1011 +msgid "Samba domain name" msgstr "" -#: plugins/addons/gotomasses/class_gotomasses.inc:350 -msgid "Week day" +#: plugins/admin/groups/class_groupGeneric.inc:1012 setup/setup_config2.tpl:15 +msgid "Samba SID" msgstr "" -#: plugins/addons/gotomasses/class_gotomasses.inc:351 -#: plugins/addons/gotomasses/class_divListMasses.inc:42 -msgid "Target" +#: plugins/admin/groups/class_groupManagement.inc:298 +#: plugins/admin/departments/class_departmentManagement.inc:178 +#, php-format +msgid "You're about to delete the following entry %s" msgstr "" -#: plugins/addons/gotomasses/goto_task.tpl:12 -msgid "Job ID" +#: plugins/admin/groups/class_groupManagement.inc:300 +#: plugins/admin/departments/class_departmentManagement.inc:180 +#, php-format +msgid "You're about to delete the following entries %s" msgstr "" -#: plugins/addons/gotomasses/goto_task.tpl:28 -msgid "Mac" +#: plugins/admin/groups/class_groupManagement.inc:380 +#, php-format +msgid "You're about to delete the group '%s'." msgstr "" -#: plugins/addons/gotomasses/goto_task.tpl:36 -msgid "Header Tag" +#: plugins/admin/groups/paste_generic.tpl:1 +msgid "Group settings" msgstr "" -#: plugins/addons/gotomasses/goto_task.tpl:40 include/class_pluglist.inc:168 -#: include/class_pluglist.inc:169 include/class_pluglist.inc:283 -msgid "Unknown" +#: plugins/admin/groups/paste_generic.tpl:5 +#: plugins/admin/groups/generic.tpl:11 +#: plugins/admin/ogroups/paste_generic.tpl:4 +#: plugins/admin/ogroups/generic.tpl:7 +msgid "Group name" msgstr "" -#: plugins/addons/gotomasses/class_target_list.inc:37 -msgid "Select the target objects for your scheduled action." +#: plugins/admin/groups/paste_generic.tpl:8 +#: plugins/admin/groups/generic.tpl:17 +msgid "Posix name of the group" msgstr "" -#: plugins/addons/gotomasses/class_target_list.inc:38 -#: plugins/addons/gotomasses/class_target_list.inc:39 -msgid "Available targets" +#: plugins/admin/groups/paste_generic.tpl:13 +#: plugins/admin/groups/generic.tpl:65 +msgid "Normally IDs are autogenerated, select to specify manually" msgstr "" -#: plugins/addons/gotomasses/class_target_list.inc:51 -msgid "Select to see object groups" +#: plugins/admin/groups/paste_generic.tpl:15 +#: plugins/admin/groups/generic.tpl:68 +msgid "Force GID" msgstr "" -#: plugins/addons/gotomasses/class_target_list.inc:51 -msgid "Show object groups" +#: plugins/admin/groups/paste_generic.tpl:18 +#: plugins/admin/groups/generic.tpl:71 +msgid "Forced ID number" msgstr "" -#: plugins/addons/gotomasses/class_target_list.inc:52 -#: plugins/admin/ogroups/ogroup_objects.tpl:31 -#: plugins/admin/groups/group_objects.tpl:30 -msgid "Select to see servers" +#: plugins/admin/groups/class_divListGroup.inc:35 +#: plugins/admin/groups/class_divListGroup.inc:36 +msgid "List of groups" msgstr "" -#: plugins/addons/gotomasses/class_target_list.inc:52 -#: plugins/admin/ogroups/ogroup_objects.tpl:31 -msgid "Show servers" +#: plugins/admin/groups/class_divListGroup.inc:41 +msgid "" +"This menu allows you to add, edit and remove selected groups. You may want " +"to use the range selector on top of the group listbox, when working with a " +"large number of groups." msgstr "" -#: plugins/addons/gotomasses/class_target_list.inc:53 -#: plugins/admin/ogroups/ogroup_objects.tpl:32 -msgid "Select to see workstations" +#: plugins/admin/groups/class_divListGroup.inc:60 +msgid "Groupname / Department" msgstr "" -#: plugins/addons/gotomasses/class_target_list.inc:53 -#: plugins/admin/ogroups/ogroup_objects.tpl:32 -msgid "Show workstations" +#: plugins/admin/groups/class_divListGroup.inc:61 +#: plugins/admin/users/class_divListUsers.inc:62 +#: plugins/admin/departments/generic.tpl:4 +#: plugins/admin/ogroups/class_divListOGroup.inc:65 +msgid "Properties" msgstr "" -#: plugins/addons/gotomasses/class_target_list.inc:57 -#: plugins/admin/users/class_divListUsers.inc:74 -#: plugins/admin/ogroups/ogroup_objects.tpl:38 -#: plugins/admin/ogroups/class_divListOGroup.inc:82 -#: plugins/admin/departments/class_divListDepartment.inc:53 -#: plugins/admin/acl/class_divListACL.inc:61 -#: plugins/admin/groups/class_divListGroup.inc:73 -msgid "Select to search within subtrees" +#: plugins/admin/groups/class_divListGroup.inc:65 +msgid "Select to see groups that are primary groups of users" msgstr "" -#: plugins/addons/gotomasses/class_target_list.inc:58 -msgid "Select to search for a specific IP range only" +#: plugins/admin/groups/class_divListGroup.inc:65 +msgid "Show primary groups" msgstr "" -#: plugins/addons/gotomasses/class_target_list.inc:58 -msgid "Match IP range" +#: plugins/admin/groups/class_divListGroup.inc:66 +msgid "Select to see groups that have samba groups mappings" msgstr "" -#: plugins/addons/gotomasses/class_target_list.inc:62 -msgid "IP range start" +#: plugins/admin/groups/class_divListGroup.inc:66 +msgid "Show samba groups" msgstr "" -#: plugins/addons/gotomasses/class_target_list.inc:63 -msgid "IP range end" +#: plugins/admin/groups/class_divListGroup.inc:67 +msgid "Select to see groups that have applications configured" msgstr "" -#: plugins/addons/gotomasses/class_target_list.inc:132 -#: plugins/admin/users/class_divListUsers.inc:145 -#: plugins/admin/ogroups/class_divListOGroup.inc:165 -#: plugins/admin/departments/class_divListDepartment.inc:127 -#: plugins/admin/acl/class_divListACL.inc:136 -#: plugins/admin/groups/class_divListGroup.inc:152 -msgid "Submit department" +#: plugins/admin/groups/class_divListGroup.inc:67 +msgid "Show application groups" msgstr "" -#: plugins/addons/gotomasses/class_target_list.inc:132 -#: plugins/admin/users/class_divListUsers.inc:145 -#: plugins/admin/ogroups/class_divListOGroup.inc:165 -#: plugins/admin/departments/class_divListDepartment.inc:127 -#: plugins/admin/acl/class_divListACL.inc:136 -#: plugins/admin/groups/class_divListGroup.inc:152 -#: include/class_MultiSelectWindow.inc:242 -msgid "Submit" +#: plugins/admin/groups/class_divListGroup.inc:68 +msgid "Select to see groups that have mail settings" msgstr "" -#: plugins/addons/gotomasses/class_target_list.inc:229 -#: plugins/addons/gotomasses/class_target_list.inc:233 -msgid "IP range is invalid!" +#: plugins/admin/groups/class_divListGroup.inc:68 +msgid "Show mail groups" msgstr "" -#: plugins/addons/gotomasses/class_divListMasses.inc:21 -msgid "List of queued deamon jobs." +#: plugins/admin/groups/class_divListGroup.inc:69 +msgid "Select to see normal groups that have only functional aspects" msgstr "" -#: plugins/addons/gotomasses/class_divListMasses.inc:25 -msgid "" -"This menu allows you to remove and change the properties of GOsa deamon " -"tasks." +#: plugins/admin/groups/class_divListGroup.inc:69 +msgid "Show functional groups" msgstr "" -#: plugins/addons/gotomasses/class_divListMasses.inc:29 -#: plugins/addons/gotomasses/class_divListMasses.inc:30 -#, php-format -msgid "Display entries with action %s." +#: plugins/admin/groups/class_divListGroup.inc:165 +#: plugins/admin/ogroups/class_ogroupManagement.inc:451 +#: plugins/generic/references/class_reference.inc:36 +msgid "Group" msgstr "" -#: plugins/addons/gotomasses/class_divListMasses.inc:40 -msgid "#" +#: plugins/admin/groups/class_divListGroup.inc:226 +#: plugins/admin/users/class_divListUsers.inc:238 +msgid "Posix" msgstr "" -#: plugins/addons/gotomasses/class_divListMasses.inc:43 -msgid "Task" +#: plugins/admin/groups/class_divListGroup.inc:228 +#: plugins/admin/users/class_divListUsers.inc:242 +#: plugins/admin/ogroups/tabs_ogroups.inc:90 +#: plugins/admin/ogroups/tabs_ogroups.inc:236 +#: plugins/admin/ogroups/class_divListOGroup.inc:228 +#: plugins/generic/references/class_reference.inc:24 +msgid "Mail" msgstr "" -#: plugins/addons/gotomasses/class_divListMasses.inc:44 -msgid "Schedule" +#: plugins/admin/groups/class_divListGroup.inc:230 +#: plugins/admin/users/class_divListUsers.inc:248 +#: plugins/generic/references/class_reference.inc:26 +#: plugins/generic/references/class_reference.inc:28 +msgid "Samba" msgstr "" -#: plugins/addons/gotomasses/class_divListMasses.inc:127 -msgid "Reomve" +#: plugins/admin/groups/class_divListGroup.inc:232 +#: plugins/admin/ogroups/tabs_ogroups.inc:133 +#: plugins/admin/ogroups/class_ogroupManagement.inc:452 +#: plugins/generic/references/class_reference.inc:42 +msgid "Application" msgstr "" -#: plugins/addons/gotomasses/remove.tpl:6 plugins/admin/users/remove.tpl:6 -msgid "" -"This includes all account data, system access rules, imap settings, etc. for " -"this user. Please double check if your really want to do this since there is " -"no way for GOsa to get your data back." +#: plugins/admin/groups/class_divListGroup.inc:236 +#: plugins/admin/users/class_divListUsers.inc:240 +#: plugins/admin/ogroups/tabs_ogroups.inc:148 +msgid "Environment" msgstr "" -#: plugins/addons/bugsubmitter/class_bugsubmitter.inc:5 -msgid "" -"Bugsubmitter" +#: plugins/admin/groups/class_divListGroup.inc:263 +#: plugins/admin/departments/class_divListDepartment.inc:166 +#: plugins/admin/ogroups/class_divListOGroup.inc:253 +msgid "Edit this entry" msgstr "" -#: plugins/addons/notifications/class_msgplug.inc:6 -#: plugins/addons/notifications/main.inc:47 -msgid "Notifications" +#: plugins/admin/groups/class_divListGroup.inc:272 +#: plugins/admin/departments/class_divListDepartment.inc:171 +#: plugins/admin/ogroups/class_divListOGroup.inc:261 +msgid "Delete this entry" msgstr "" -#: plugins/addons/notifications/class_msgplug.inc:36 -#: plugins/admin/groups/class_groupManagement.inc:24 -#: plugins/admin/groups/class_groupGeneric.inc:998 include/class_acl.inc:196 -#: html/getxls.php:124 html/getxls.php:126 html/getxls.php:309 -msgid "Groups" +#: plugins/admin/groups/class_divListGroup.inc:329 +msgid "Number of listed groups" msgstr "" -#: plugins/addons/notifications/class_msgplug.inc:99 -msgid "You have no permissions to send a message!" +#: plugins/admin/groups/class_divListGroup.inc:330 +#: plugins/admin/users/class_divListUsers.inc:413 +#: plugins/admin/departments/class_divListDepartment.inc:210 +#: plugins/admin/ogroups/class_divListOGroup.inc:311 +msgid "Number of listed departments" msgstr "" -#: plugins/addons/notifications/class_msgplug.inc:103 -#: plugins/addons/notifications/class_msgplug.inc:111 -#: include/class_plugin.inc:1154 include/class_plugin.inc:1166 -#: include/class_pluglist.inc:152 include/class_config.inc:554 -#: include/functions.inc:592 include/functions.inc:2509 -#: include/functions.inc:2528 include/class_CopyPasteHandler.inc:91 -#: include/class_CopyPasteHandler.inc:99 -#: include/class_CopyPasteHandler.inc:148 -#: include/class_CopyPasteHandler.inc:156 -#: include/class_CopyPasteHandler.inc:165 -#: include/password-methods/class_password-methods-sha.inc:46 -#: include/password-methods/class_password-methods-ssha.inc:51 -#: include/utils/class_timezone.inc:51 html/index.php:205 -msgid "Configuration error" +#: plugins/admin/groups/generic.tpl:28 plugins/admin/ogroups/generic.tpl:18 +msgid "Descriptive text for this group" msgstr "" -#: plugins/addons/notifications/class_msgplug.inc:103 -#, php-format -msgid "Missing '%s' directive in configuration!" +#: plugins/admin/groups/generic.tpl:83 plugins/admin/groups/generic.tpl:110 +msgid "Select to create a samba conform group" msgstr "" -#: plugins/addons/notifications/class_msgplug.inc:111 -#, php-format -msgid "'%s' defined for the '%s' directive cannot be executed!" +#: plugins/admin/groups/generic.tpl:95 plugins/admin/groups/generic.tpl:118 +msgid "in domain" msgstr "" -#: plugins/addons/notifications/class_msgplug.inc:117 -msgid "Please specify at least one recipient to send a message!" +#: plugins/admin/groups/generic.tpl:140 +msgid "Members are in a phone pickup group" msgstr "" -#: plugins/addons/notifications/class_msgplug.inc:213 -#, php-format -msgid "Cannot find a DESC tag in file '%s'!" +#: plugins/admin/groups/generic.tpl:155 +msgid "Members are in a nagios group" msgstr "" -#: plugins/addons/notifications/class_msgplug.inc:240 -msgid "Notification" +#: plugins/admin/groups/generic.tpl:172 +msgid "Group members" msgstr "" -#: plugins/addons/notifications/class_msgplug.inc:241 -#: plugins/addons/notifications/class_msgplug.inc:246 -msgid "Notification plugin" +#: plugins/admin/groups/remove.tpl:6 +msgid "" +"This may be a primary user group. Please double check if you really want to " +"do this since there is no way for GOsa to get your data back." msgstr "" -#: plugins/addons/notifications/class_msgplug.inc:249 -msgid "Allow sending notifications" +#: plugins/admin/groups/remove.tpl:10 plugins/admin/users/remove.tpl:10 +#: plugins/admin/ogroups/remove.tpl:10 ihtml/themes/default/remove.tpl:9 +msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." msgstr "" -#: plugins/addons/notifications/contents.tpl:2 -msgid "Notification target" +#: plugins/admin/groups/main.inc:40 plugins/admin/groups/main.inc:44 +msgid "Group administration" msgstr "" -#: plugins/addons/notifications/contents.tpl:7 -msgid "Use target from" +#: 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/addons/notifications/contents.tpl:21 -msgid "Available recipients" +#: plugins/admin/users/password.tpl:21 +msgid "Strength" msgstr "" -#: plugins/addons/notifications/contents.tpl:33 -msgid "Recipients" +#: plugins/admin/users/template.tpl:2 +msgid "Creating a new user using templates" msgstr "" -#: plugins/addons/notifications/contents.tpl:44 -msgid "Message" +#: 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 "" -#: plugins/addons/notifications/contents.tpl:60 -msgid "Send message" +#: plugins/admin/users/template.tpl:15 +#: plugins/admin/users/class_divListUsers.inc:158 +msgid "Template" msgstr "" -#: plugins/addons/notifications/contents.tpl:72 -msgid "Notification send!" +#: plugins/admin/users/remove.tpl:6 +msgid "" +"This includes all account data, system access rules, imap settings, etc. for " +"this user. Please double check if your really want to do this since there is " +"no way for GOsa to get your data back." msgstr "" -#: plugins/addons/notifications/contents.tpl:75 -msgid "" -"Your message has been sent successfully. Press the continue button to get " -"back to the notification plugin." +#: plugins/admin/users/main.inc:43 plugins/admin/users/main.inc:49 +msgid "User administration" msgstr "" #: plugins/admin/users/class_divListUsers.inc:35 @@ -2444,24 +2321,10 @@ msgid "" "user list." msgstr "" -#: plugins/admin/users/class_divListUsers.inc:62 -#: plugins/admin/ogroups/class_divListOGroup.inc:65 -#: plugins/admin/departments/generic.tpl:4 -#: plugins/admin/groups/class_divListGroup.inc:61 -msgid "Properties" -msgstr "" - -#: plugins/admin/users/class_divListUsers.inc:63 -#: plugins/admin/users/class_divListUsers.inc:149 -#: plugins/admin/ogroups/class_divListOGroup.inc:66 -#: plugins/admin/ogroups/class_divListOGroup.inc:169 -#: plugins/admin/departments/class_divListDepartment.inc:49 -#: plugins/admin/departments/class_divListDepartment.inc:130 -#: plugins/admin/acl/class_divListACL.inc:55 -#: plugins/admin/acl/class_divListACL.inc:140 -#: plugins/admin/groups/class_divListGroup.inc:62 -#: plugins/admin/groups/class_divListGroup.inc:157 -msgid "Actions" +#: plugins/admin/users/class_divListUsers.inc:61 +#: ihtml/themes/default/password.tpl:68 ihtml/themes/default/password.tpl:70 +#: ihtml/themes/default/login.tpl:40 ihtml/themes/default/login.tpl:42 +msgid "Username" msgstr "" #: plugins/admin/users/class_divListUsers.inc:65 @@ -2512,62 +2375,17 @@ msgstr "" msgid "Show proxy users" msgstr "" -#: plugins/admin/users/class_divListUsers.inc:77 -#: plugins/admin/groups/group_objects.tpl:46 -msgid "Display users matching" -msgstr "" - -#: plugins/admin/users/class_divListUsers.inc:151 -#: plugins/admin/ogroups/class_divListOGroup.inc:171 -#: plugins/admin/departments/class_divListDepartment.inc:132 -#: plugins/admin/acl/class_divListACL.inc:142 -#: plugins/admin/groups/class_divListGroup.inc:159 -#: setup/class_setupStep_Migrate.inc:883 -msgid "Create" -msgstr "" - #: plugins/admin/users/class_divListUsers.inc:156 #: plugins/admin/ogroups/class_ogroupManagement.inc:450 -#: setup/setup_config2.tpl:257 setup/setup_config2.tpl:302 +#: setup/setup_config2.tpl:273 setup/setup_config2.tpl:318 msgid "User" msgstr "" -#: plugins/admin/users/class_divListUsers.inc:158 -#: plugins/admin/users/template.tpl:15 -msgid "Template" -msgstr "" - #: plugins/admin/users/class_divListUsers.inc:166 #: plugins/admin/users/class_divListUsers.inc:309 msgid "Change password" msgstr "" -#: plugins/admin/users/class_divListUsers.inc:174 -#: plugins/admin/ogroups/class_divListOGroup.inc:191 -#: plugins/admin/acl/class_divListACL.inc:159 -#: plugins/admin/groups/class_divListGroup.inc:179 -msgid "Copy" -msgstr "" - -#: plugins/admin/users/class_divListUsers.inc:176 -#: plugins/admin/ogroups/class_divListOGroup.inc:193 -#: plugins/admin/acl/class_divListACL.inc:161 -#: plugins/admin/groups/class_divListGroup.inc:181 -msgid "Cut" -msgstr "" - -#: plugins/admin/users/class_divListUsers.inc:180 -#: plugins/admin/users/class_divListUsers.inc:183 -#: plugins/admin/ogroups/class_divListOGroup.inc:197 -#: plugins/admin/ogroups/class_divListOGroup.inc:200 -#: plugins/admin/acl/class_divListACL.inc:165 -#: plugins/admin/acl/class_divListACL.inc:168 -#: plugins/admin/groups/class_divListGroup.inc:185 -#: plugins/admin/groups/class_divListGroup.inc:188 -#: include/class_CopyPasteHandler.inc:435 -msgid "Paste" -msgstr "" - #: plugins/admin/users/class_divListUsers.inc:236 msgid "GOsa" msgstr "" @@ -2576,11 +2394,6 @@ msgstr "" msgid "Edit generic properties" msgstr "" -#: plugins/admin/users/class_divListUsers.inc:238 -#: plugins/admin/groups/class_divListGroup.inc:226 -msgid "Posix" -msgstr "" - #: plugins/admin/users/class_divListUsers.inc:239 msgid "Edit UNIX properties" msgstr "" @@ -2605,6 +2418,10 @@ msgstr "" msgid "Edit samba properties" msgstr "" +#: plugins/admin/users/class_divListUsers.inc:250 +msgid "Netatalk" +msgstr "" + #: plugins/admin/users/class_divListUsers.inc:251 msgid "Edit netatalk properties" msgstr "" @@ -2617,34 +2434,6 @@ msgstr "" msgid "Create user with this template" msgstr "" -#: plugins/admin/users/class_divListUsers.inc:277 -#: plugins/admin/ogroups/class_divListOGroup.inc:247 -#: plugins/admin/acl/class_divListACL.inc:216 -#: plugins/admin/groups/class_divListGroup.inc:256 -msgid "cut" -msgstr "" - -#: plugins/admin/users/class_divListUsers.inc:277 -#: plugins/admin/ogroups/class_divListOGroup.inc:247 -#: plugins/admin/acl/class_divListACL.inc:216 -#: plugins/admin/groups/class_divListGroup.inc:256 -msgid "Cut this entry" -msgstr "" - -#: plugins/admin/users/class_divListUsers.inc:279 -#: plugins/admin/ogroups/class_divListOGroup.inc:249 -#: plugins/admin/acl/class_divListACL.inc:218 -#: plugins/admin/groups/class_divListGroup.inc:258 -msgid "copy" -msgstr "" - -#: plugins/admin/users/class_divListUsers.inc:279 -#: plugins/admin/ogroups/class_divListOGroup.inc:249 -#: plugins/admin/acl/class_divListACL.inc:218 -#: plugins/admin/groups/class_divListGroup.inc:258 -msgid "Copy this entry" -msgstr "" - #: plugins/admin/users/class_divListUsers.inc:288 msgid "Deactivated" msgstr "" @@ -2653,18 +2442,6 @@ msgstr "" msgid "Active" msgstr "" -#: plugins/admin/users/class_divListUsers.inc:298 -#: plugins/admin/ogroups/class_divListOGroup.inc:253 -#: plugins/admin/departments/class_divListDepartment.inc:166 -#: plugins/admin/acl/class_aclRole.inc:340 -#: plugins/admin/acl/class_aclRole.inc:385 -#: plugins/admin/acl/class_divListACL.inc:223 -#: plugins/admin/acl/class_divListACL.inc:245 -#: plugins/admin/groups/class_divListGroup.inc:263 include/class_acl.inc:409 -#: include/class_acl.inc:452 -msgid "edit" -msgstr "" - #: plugins/admin/users/class_divListUsers.inc:299 msgid "Edit user" msgstr "" @@ -2677,18 +2454,6 @@ msgstr "" msgid "You are not allowed to change the password for this user." msgstr "" -#: plugins/admin/users/class_divListUsers.inc:322 -#: plugins/admin/ogroups/class_divListOGroup.inc:261 -#: plugins/admin/departments/class_divListDepartment.inc:171 -#: plugins/admin/acl/class_aclRole.inc:341 -#: plugins/admin/acl/class_aclRole.inc:386 -#: plugins/admin/acl/class_divListACL.inc:233 -#: plugins/admin/acl/class_divListACL.inc:249 -#: plugins/admin/groups/class_divListGroup.inc:272 include/class_acl.inc:410 -#: include/class_acl.inc:453 -msgid "delete" -msgstr "" - #: plugins/admin/users/class_divListUsers.inc:323 #: plugins/admin/users/class_userManagement.inc:526 msgid "Delete user" @@ -2702,229 +2467,344 @@ msgstr "" msgid "Number of listed users" msgstr "" -#: plugins/admin/users/class_divListUsers.inc:413 -#: plugins/admin/ogroups/class_divListOGroup.inc:311 -#: plugins/admin/departments/class_divListDepartment.inc:210 -#: plugins/admin/groups/class_divListGroup.inc:330 -msgid "Number of listed departments" +#: plugins/admin/users/class_userManagement.inc:241 +msgid "Password change failed." +msgstr "" + +#: plugins/admin/users/class_userManagement.inc:241 +#: plugins/admin/users/class_userManagement.inc:296 +msgid "You are not allowed to set this users password!" +msgstr "" + +#: plugins/admin/users/class_userManagement.inc:296 +#: ihtml/themes/default/password.tpl:40 +msgid "Password change" +msgstr "" + +#: plugins/admin/users/class_userManagement.inc:404 +#, php-format +msgid "You're about to delete the following entry: %s" +msgstr "" + +#: plugins/admin/users/class_userManagement.inc:406 +#, php-format +msgid "You're about to delete the following entries: %s" +msgstr "" + +#: plugins/admin/users/class_userManagement.inc:408 +msgid "Delete users" +msgstr "" + +#: plugins/admin/users/class_userManagement.inc:436 +#: plugins/admin/users/class_userManagement.inc:558 +msgid "User delete" +msgstr "" + +#: plugins/admin/users/class_userManagement.inc:436 +#, php-format +msgid "You are not allowed to delete the user '%s'!" +msgstr "" + +#: plugins/admin/users/class_userManagement.inc:493 +msgid "Could not set user status from locked to unlocked." +msgstr "" + +#: plugins/admin/users/class_userManagement.inc:495 +msgid "Could not set user status from unlocked to locked." +msgstr "" + +#: plugins/admin/users/class_userManagement.inc:526 +#, php-format +msgid "You're about to delete the user %s." +msgstr "" + +#: plugins/admin/users/class_userManagement.inc:553 +msgid "User deleted" +msgstr "" + +#: plugins/admin/users/class_userManagement.inc:553 +msgid "User successfully removed." +msgstr "" + +#: plugins/admin/users/class_userManagement.inc:558 +msgid "You are not allowed to delete this user!" +msgstr "" + +#: plugins/admin/users/class_userManagement.inc:664 +#: plugins/admin/ogroups/class_ogroup.inc:286 +msgid "none" +msgstr "" + +#: plugins/admin/users/class_userManagement.inc:683 +msgid "Please select a valid template." +msgstr "" + +#: plugins/admin/users/class_userManagement.inc:776 +msgid "A person with the choosen name is already used in this tree." +msgstr "" + +#: plugins/admin/departments/class_divListDepartment.inc:27 +#: plugins/admin/departments/class_divListDepartment.inc:28 +msgid "List of departments" +msgstr "" + +#: plugins/admin/departments/class_divListDepartment.inc:33 +msgid "" +"This menu allows you to create, delete and edit selected departments. Having " +"a large number of departments, you might prefer the range selectors on top " +"of the department list." +msgstr "" + +#: plugins/admin/departments/class_divListDepartment.inc:48 +#: plugins/admin/departments/class_departmentGeneric.inc:574 +msgid "Department name" +msgstr "" + +#: plugins/admin/departments/class_divListDepartment.inc:56 +msgid "Regular expression for matching department names" msgstr "" -#: plugins/admin/users/class_userManagement.inc:241 -msgid "Password change failed." +#: plugins/admin/departments/class_divListDepartment.inc:200 +msgid "department" msgstr "" -#: plugins/admin/users/class_userManagement.inc:241 -#: plugins/admin/users/class_userManagement.inc:296 -msgid "You are not allowed to set this users password!" +#: plugins/admin/departments/tabs_department.inc:34 +#: include/class_MultiSelectWindow.inc:503 include/functions.inc:341 +#: include/functions.inc:368 include/functions.inc:377 +#: include/functions.inc:406 include/functions.inc:649 +#: include/functions.inc:688 include/functions.inc:733 +#: include/functions.inc:1311 include/functions.inc:2503 +#: include/class_config.inc:224 setup/class_setupStep_Schema.inc:95 +#: setup/class_setupStep_Migrate.inc:1030 +#: setup/class_setupStep_Migrate.inc:1056 +#: setup/class_setupStep_Migrate.inc:1104 +#: setup/class_setupStep_Migrate.inc:1152 +#: setup/class_setupStep_Migrate.inc:1916 html/index.php:244 +#: html/index.php:258 html/index.php:271 +msgid "LDAP error" msgstr "" -#: plugins/admin/users/class_userManagement.inc:404 -#, php-format -msgid "You're about to delete the following entry: %s" +#: plugins/admin/departments/tabs_department.inc:34 +msgid "Moving LDAP tree failed: destination tree is a subtree of the source!" msgstr "" -#: plugins/admin/users/class_userManagement.inc:406 -#, php-format -msgid "You're about to delete the following entries: %s" +#: plugins/admin/departments/dep_iframe.tpl:1 +msgid "Processing the requested operation" msgstr "" -#: plugins/admin/users/class_userManagement.inc:408 -msgid "Delete users" +#: 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/class_userManagement.inc:436 -#: plugins/admin/users/class_userManagement.inc:558 -msgid "User delete" +#: plugins/admin/departments/dep_move_confirm.tpl:2 +msgid "You are currently moving/renaming this department." msgstr "" -#: plugins/admin/users/class_userManagement.inc:436 -#, php-format -msgid "You are not allowed to delete the user '%s'!" +#: plugins/admin/departments/dep_move_confirm.tpl:5 +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:493 -msgid "Could not set user status from locked to unlocked." +#: plugins/admin/departments/dep_move_confirm.tpl:8 +msgid "GOsa can NOT fix this for you, yet." msgstr "" -#: plugins/admin/users/class_userManagement.inc:495 -msgid "Could not set user status from unlocked to locked." +#: plugins/admin/departments/dep_move_confirm.tpl:11 +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:526 -#, php-format -msgid "You're about to delete the user %s." +#: plugins/admin/departments/generic.tpl:8 +msgid "Name of department" msgstr "" -#: plugins/admin/users/class_userManagement.inc:553 -msgid "User delted" +#: plugins/admin/departments/generic.tpl:11 +msgid "Name of subtree to create" msgstr "" -#: plugins/admin/users/class_userManagement.inc:553 -msgid "User successfully removed." +#: plugins/admin/departments/generic.tpl:19 +msgid "Descriptive text for department" msgstr "" -#: plugins/admin/users/class_userManagement.inc:558 -msgid "You are not allowed to delete this user!" +#: plugins/admin/departments/generic.tpl:24 +#: plugins/admin/departments/class_departmentGeneric.inc:575 +msgid "Category" msgstr "" -#: plugins/admin/users/class_userManagement.inc:664 -#: plugins/admin/ogroups/class_ogroup.inc:298 -msgid "none" +#: plugins/admin/departments/generic.tpl:27 +msgid "Category for this subtree" msgstr "" -#: plugins/admin/users/class_userManagement.inc:683 -msgid "Please select a valid template." +#: plugins/admin/departments/generic.tpl:39 +msgid "Choose subtree to place department in" msgstr "" -#: plugins/admin/users/class_userManagement.inc:776 -msgid "A person with the choosen name is already used in this tree." +#: plugins/admin/departments/generic.tpl:63 +msgid "State where this subtree is located" msgstr "" -#: plugins/admin/users/template.tpl:2 -msgid "Creating a new user using templates" +#: plugins/admin/departments/generic.tpl:71 +msgid "Location of this subtree" 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/departments/generic.tpl:79 +msgid "Postal address of this subtree" msgstr "" -#: plugins/admin/users/password.tpl:2 -msgid "" -"To change the user password use the fields below. The changes take effect " -"immediately. Please memorize the new password, because the user wouldn't be " -"able to login without it." +#: plugins/admin/departments/generic.tpl:86 +msgid "Base telephone number of this subtree" msgstr "" -#: plugins/admin/users/main.inc:43 plugins/admin/users/main.inc:49 -msgid "User administration" +#: plugins/admin/departments/generic.tpl:94 +msgid "Base facsimile telephone number of this subtree" msgstr "" -#: plugins/admin/ogroups/class_ogroupManagement.inc:24 -#: plugins/admin/ogroups/class_ogroup.inc:758 -#: plugins/admin/ogroups/main.inc:35 plugins/admin/ogroups/main.inc:40 -msgid "Object groups" +#: plugins/admin/departments/generic.tpl:109 +#: plugins/admin/departments/class_departmentGeneric.inc:578 +msgid "Administrative settings" msgstr "" -#: plugins/admin/ogroups/class_ogroupManagement.inc:183 -#, php-format -msgid "You're about to delete the following object entry %s" +#: plugins/admin/departments/generic.tpl:111 +msgid "Tag department as an independent administrative unit" msgstr "" -#: plugins/admin/ogroups/class_ogroupManagement.inc:185 -#, php-format -msgid "You're about to delete the following object entries %s" +#: plugins/admin/departments/remove.tpl:6 +msgid "" +"This includes 'all' accounts, systems, etc. in this subtree. Please double " +"check if your really want to do this since there is no way for GOsa to get " +"your data back." msgstr "" -#: plugins/admin/ogroups/class_ogroupManagement.inc:215 -#: plugins/admin/ogroups/class_ogroupManagement.inc:267 -#: plugins/admin/ogroups/class_ogroupManagement.inc:294 -msgid "You are not allowed to delete this object group!" +#: plugins/admin/departments/main.inc:41 plugins/admin/departments/main.inc:43 +msgid "Department management" msgstr "" -#: plugins/admin/ogroups/class_ogroupManagement.inc:260 +#: plugins/admin/departments/class_departmentGeneric.inc:187 #, php-format -msgid "You're about to delete the object group '%s'." +msgid "Removing of department with dn '%s' failed." msgstr "" -#: plugins/admin/ogroups/class_ogroupManagement.inc:457 -msgid "Windows Install" +#: plugins/admin/departments/class_departmentGeneric.inc:246 +#: plugins/admin/departments/class_departmentGeneric.inc:248 +msgid "Department with that 'Name' already exists." msgstr "" -#: plugins/admin/ogroups/class_ogroupManagement.inc:458 -msgid "Terminal" +#: plugins/admin/departments/class_departmentGeneric.inc:253 +msgid "Required field 'Name' is not set." msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:156 -msgid "This 'dn' is no object group." +#: plugins/admin/departments/class_departmentGeneric.inc:256 +msgid "Required field 'Description' is not set." msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:300 -msgid "too many different objects!" +#: plugins/admin/departments/class_departmentGeneric.inc:260 +#, php-format +msgid "" +"The field 'Name' contains the reserved word '%s'. Please choose another name." msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:302 -msgid "users" +#: plugins/admin/departments/class_departmentGeneric.inc:312 html/main.php:149 +msgid "Fatal error" msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:303 -msgid "groups" +#: plugins/admin/departments/class_departmentGeneric.inc:312 +msgid "Cannot find an unused tag for this administrative unit!" msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:304 -msgid "applications" +#: plugins/admin/departments/class_departmentGeneric.inc:358 +#, php-format +msgid "Saving of department with dn '%s' failed." msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:305 -msgid "departments" +#: plugins/admin/departments/class_departmentGeneric.inc:403 +#, php-format +msgid "Tagging '%s'." msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:306 -msgid "servers" +#: plugins/admin/departments/class_departmentGeneric.inc:488 +#, php-format +msgid "Moving '%s' to '%s'" msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:307 -msgid "workstations" +#: plugins/admin/departments/class_departmentGeneric.inc:524 +#: include/class_acl.inc:643 include/class_acl.inc:650 +#: include/class_acl.inc:657 include/class_acl.inc:663 +#: ihtml/themes/default/snapshotdialog.tpl:20 +#: ihtml/themes/default/snapshotdialog.tpl:62 +msgid "Object" msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:308 -msgid "winstations" +#: plugins/admin/departments/class_departmentGeneric.inc:529 +#, php-format +msgid "FAILED to copy %s, aborting operation" msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:309 -msgid "terminals" +#: plugins/admin/departments/class_departmentGeneric.inc:561 +#: plugins/admin/departments/class_departmentGeneric.inc:566 +#: plugins/admin/departments/class_departmentManagement.inc:24 +#: plugins/admin/ogroups/class_divListOGroup.inc:64 +msgid "Departments" msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:310 -msgid "phones" +#: plugins/admin/departments/class_departmentGeneric.inc:570 +msgid "Country" msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:311 -msgid "printers" +#: plugins/admin/departments/class_departmentGeneric.inc:573 +msgid "Telephone" msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:318 -msgid "and" +#: plugins/admin/departments/class_departmentGeneric.inc:630 +#, php-format +msgid "Object '%s' is already tagged" msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:463 -msgid "Non existing dn:" +#: plugins/admin/departments/class_departmentGeneric.inc:637 +#, php-format +msgid "Adding tag (%s) to object '%s'" msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:607 -msgid "There is already an object with this cn." +#: plugins/admin/departments/class_departmentGeneric.inc:651 +#: plugins/admin/departments/class_departmentGeneric.inc:680 +#, php-format +msgid "Handle object tagging with dn '%s' failed." msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:622 -msgid "You can combine two different object types at maximum only!" +#: plugins/admin/departments/class_departmentGeneric.inc:667 +#, php-format +msgid "Removing tag from object '%s'" msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:678 +#: plugins/admin/departments/class_departmentManagement.inc:248 #, php-format -msgid "Saving of object group/generic with dn '%s' failed." +msgid "You're about to delete the whole LDAP subtree placed under '%s'." msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:691 -#, php-format -msgid "Removing of object group/generic with dn '%s' failed." +#: plugins/admin/ogroups/tabs_ogroups.inc:76 +#: plugins/admin/ogroups/tabs_ogroups.inc:228 +msgid "Phone queue" msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:753 -msgid "Object group generic" +#: plugins/admin/ogroups/tabs_ogroups.inc:100 +msgid "System" msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:761 plugins/admin/acl/acl_role.tpl:7 -#: plugins/admin/acl/class_aclRole.inc:677 plugins/admin/acl/paste_role.tpl:4 -#: plugins/admin/groups/class_groupGeneric.inc:1001 -#: setup/setup_migrate.tpl:209 setup/setup_feedback.tpl:22 html/getxls.php:223 -#: html/getxls.php:290 -msgid "Name" +#: plugins/admin/ogroups/tabs_ogroups.inc:108 +#: plugins/admin/ogroups/tabs_ogroups.inc:115 +#: plugins/admin/ogroups/tabs_ogroups.inc:208 +msgid "Devices" msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:764 -msgid "Member" +#: plugins/admin/ogroups/tabs_ogroups.inc:122 +msgid "Startup" +msgstr "" + +#: plugins/admin/ogroups/tabs_ogroups.inc:204 +msgid "Terminals" msgstr "" #: plugins/admin/ogroups/ogroup_objects.tpl:6 @@ -2963,6 +2843,18 @@ msgstr "" msgid "Show applications" msgstr "" +#: plugins/admin/ogroups/ogroup_objects.tpl:31 +msgid "Show servers" +msgstr "" + +#: plugins/admin/ogroups/ogroup_objects.tpl:32 +msgid "Select to see workstations" +msgstr "" + +#: plugins/admin/ogroups/ogroup_objects.tpl:32 +msgid "Show workstations" +msgstr "" + #: plugins/admin/ogroups/ogroup_objects.tpl:33 msgid "Select to see terminals" msgstr "" @@ -2999,38 +2891,53 @@ msgstr "" msgid "Regular expression for matching object names" msgstr "" -#: plugins/admin/ogroups/remove.tpl:7 -msgid "" -"Please double check if you really want to do this since there is no way for " -"GOsa to get your data back." +#: plugins/admin/ogroups/class_ogroupManagement.inc:24 +#: plugins/admin/ogroups/class_ogroup.inc:746 +#: plugins/admin/ogroups/main.inc:35 plugins/admin/ogroups/main.inc:40 +msgid "Object groups" msgstr "" -#: plugins/admin/ogroups/paste_generic.tpl:4 -#: plugins/admin/ogroups/generic.tpl:7 -#: plugins/admin/groups/paste_generic.tpl:5 -#: plugins/admin/groups/generic.tpl:11 -msgid "Group name" +#: plugins/admin/ogroups/class_ogroupManagement.inc:183 +#, php-format +msgid "You're about to delete the following object entry %s" msgstr "" -#: plugins/admin/ogroups/paste_generic.tpl:7 -msgid "Please enter the new object group name" +#: plugins/admin/ogroups/class_ogroupManagement.inc:185 +#, php-format +msgid "You're about to delete the following object entries %s" msgstr "" -#: plugins/admin/ogroups/generic.tpl:10 -msgid "Name of the group" +#: plugins/admin/ogroups/class_ogroupManagement.inc:260 +#, php-format +msgid "You're about to delete the object group '%s'." msgstr "" -#: plugins/admin/ogroups/generic.tpl:18 plugins/admin/groups/generic.tpl:28 -msgid "Descriptive text for this group" +#: plugins/admin/ogroups/class_ogroupManagement.inc:454 +#: plugins/generic/references/class_reference.inc:44 +#: setup/setup_config2.tpl:264 setup/setup_config2.tpl:309 +msgid "Server" msgstr "" -#: plugins/admin/ogroups/generic.tpl:29 plugins/admin/acl/acl_role.tpl:31 -#: plugins/admin/groups/generic.tpl:43 -msgid "Choose subtree to place group in" +#: plugins/admin/ogroups/class_ogroupManagement.inc:456 +#: plugins/generic/references/class_reference.inc:48 +msgid "Workstation" +msgstr "" + +#: plugins/admin/ogroups/class_ogroupManagement.inc:457 +msgid "Windows Install" +msgstr "" + +#: plugins/admin/ogroups/class_ogroupManagement.inc:458 +msgid "Terminal" +msgstr "" + +#: plugins/admin/ogroups/class_ogroupManagement.inc:459 +#: plugins/generic/references/class_reference.inc:52 +msgid "Printer" msgstr "" -#: plugins/admin/ogroups/generic.tpl:42 -msgid "Member objects" +#: plugins/admin/ogroups/paste_generic.tpl:7 +msgid "Please enter the new object group name" msgstr "" #: plugins/admin/ogroups/class_divListOGroup.inc:39 @@ -3049,13 +2956,6 @@ msgstr "" msgid "Name of object groups" msgstr "" -#: plugins/admin/ogroups/class_divListOGroup.inc:64 -#: plugins/admin/departments/class_departmentManagement.inc:24 -#: plugins/admin/departments/class_departmentGeneric.inc:582 -#: plugins/admin/departments/class_departmentGeneric.inc:587 -msgid "Departments" -msgstr "" - #: plugins/admin/ogroups/class_divListOGroup.inc:69 msgid "Select to see groups containing users" msgstr "" @@ -3136,16 +3036,10 @@ msgstr "" msgid "Show groups containing phones" msgstr "" -#: plugins/admin/ogroups/class_divListOGroup.inc:253 -#: plugins/admin/departments/class_divListDepartment.inc:166 -#: plugins/admin/groups/class_divListGroup.inc:263 -msgid "Edit this entry" -msgstr "" - -#: plugins/admin/ogroups/class_divListOGroup.inc:261 -#: plugins/admin/departments/class_divListDepartment.inc:171 -#: plugins/admin/groups/class_divListGroup.inc:272 -msgid "Delete this entry" +#: plugins/admin/ogroups/class_divListOGroup.inc:176 +#: plugins/admin/ogroups/class_divListOGroup.inc:294 +#: plugins/generic/references/class_reference.inc:50 +msgid "Object group" msgstr "" #: plugins/admin/ogroups/class_divListOGroup.inc:264 @@ -3156,1433 +3050,1303 @@ msgstr "" msgid "Number of listed object groups" msgstr "" -#: plugins/admin/ogroups/tabs_ogroups.inc:71 -#: plugins/admin/ogroups/tabs_ogroups.inc:215 -msgid "Phone queue" -msgstr "" - -#: plugins/admin/ogroups/tabs_ogroups.inc:95 -msgid "System" -msgstr "" - -#: plugins/admin/ogroups/tabs_ogroups.inc:193 -msgid "Terminals" -msgstr "" - -#: plugins/admin/departments/class_departmentManagement.inc:178 -#: plugins/admin/groups/class_groupManagement.inc:298 -#, php-format -msgid "You're about to delete the following entry %s" -msgstr "" - -#: plugins/admin/departments/class_departmentManagement.inc:180 -#: plugins/admin/groups/class_groupManagement.inc:300 -#, php-format -msgid "You're about to delete the following entries %s" -msgstr "" - -#: plugins/admin/departments/class_departmentManagement.inc:206 -#: plugins/admin/departments/class_departmentManagement.inc:254 -#: plugins/admin/departments/class_departmentManagement.inc:273 -msgid "You have no permission to remove this department." -msgstr "" - -#: plugins/admin/departments/class_departmentManagement.inc:248 -#, php-format -msgid "You're about to delete the whole LDAP subtree placed under '%s'." -msgstr "" - -#: plugins/admin/departments/tabs_department.inc:34 -msgid "Try to move tree failed. Destination tree is subtree of source tree." -msgstr "" - -#: plugins/admin/departments/dep_move_confirm.tpl:2 -msgid "You are currently moving/renaming this department." -msgstr "" - -#: plugins/admin/departments/dep_move_confirm.tpl:5 -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:8 -msgid "GOsa can NOT fix this for you, yet." -msgstr "" - -#: plugins/admin/departments/dep_move_confirm.tpl:11 -msgid "" -"Before you confirm this action, ensure that everything will be as expected, " -"possibly the best solution is a backup." +#: plugins/admin/ogroups/class_ogroup.inc:150 setup/setup_ldap.tpl:121 +#: ihtml/themes/default/MultiSelectWindow.tpl:44 +#: ihtml/themes/default/MultiSelectWindow.tpl:84 +#: ihtml/themes/default/msg_dialog.tpl:59 +#: ihtml/themes/default/msg_dialog.tpl:104 +msgid "Information" msgstr "" -#: plugins/admin/departments/class_departmentGeneric.inc:197 -#, php-format -msgid "Removing of department with dn '%s' failed." +#: plugins/admin/ogroups/class_ogroup.inc:150 +msgid "You cannot combine terminals and workstations in one object group!" msgstr "" -#: plugins/admin/departments/class_departmentGeneric.inc:258 -#: plugins/admin/departments/class_departmentGeneric.inc:260 -msgid "Department with that 'Name' already exists." +#: plugins/admin/ogroups/class_ogroup.inc:171 +msgid "This 'dn' is no object group." msgstr "" -#: plugins/admin/departments/class_departmentGeneric.inc:265 -msgid "Required field 'Name' is not set." +#: plugins/admin/ogroups/class_ogroup.inc:288 +msgid "too many different objects!" msgstr "" -#: plugins/admin/departments/class_departmentGeneric.inc:268 -msgid "Required field 'Description' is not set." +#: plugins/admin/ogroups/class_ogroup.inc:290 +msgid "users" msgstr "" -#: plugins/admin/departments/class_departmentGeneric.inc:272 -#, php-format -msgid "" -"The field 'Name' contains the reserved word '%s'. Please choose another name." +#: plugins/admin/ogroups/class_ogroup.inc:291 +msgid "groups" msgstr "" -#: plugins/admin/departments/class_departmentGeneric.inc:326 -msgid "Fatal error: Can't find an unused tag to mark the administrative unit!" +#: plugins/admin/ogroups/class_ogroup.inc:292 +msgid "applications" msgstr "" -#: plugins/admin/departments/class_departmentGeneric.inc:376 -#, php-format -msgid "Saving of department with dn '%s' failed." +#: plugins/admin/ogroups/class_ogroup.inc:293 +msgid "departments" msgstr "" -#: plugins/admin/departments/class_departmentGeneric.inc:424 -#, php-format -msgid "Tagging '%s'." +#: plugins/admin/ogroups/class_ogroup.inc:294 +msgid "servers" msgstr "" -#: plugins/admin/departments/class_departmentGeneric.inc:509 -#, php-format -msgid "Moving '%s' to '%s'" +#: plugins/admin/ogroups/class_ogroup.inc:295 +msgid "workstations" msgstr "" -#: plugins/admin/departments/class_departmentGeneric.inc:550 -#, php-format -msgid "FAILED to copy %s, aborting operation" +#: plugins/admin/ogroups/class_ogroup.inc:296 +msgid "winstations" msgstr "" -#: plugins/admin/departments/class_departmentGeneric.inc:591 -msgid "Country" +#: plugins/admin/ogroups/class_ogroup.inc:297 +msgid "terminals" msgstr "" -#: plugins/admin/departments/class_departmentGeneric.inc:594 -msgid "Telephone" +#: plugins/admin/ogroups/class_ogroup.inc:298 +msgid "phones" msgstr "" -#: plugins/admin/departments/class_departmentGeneric.inc:595 -#: plugins/admin/departments/class_divListDepartment.inc:48 -msgid "Department name" +#: plugins/admin/ogroups/class_ogroup.inc:299 +msgid "printers" msgstr "" -#: plugins/admin/departments/class_departmentGeneric.inc:596 -#: plugins/admin/departments/generic.tpl:24 -msgid "Category" +#: plugins/admin/ogroups/class_ogroup.inc:306 +msgid "and" msgstr "" -#: plugins/admin/departments/class_departmentGeneric.inc:599 -#: plugins/admin/departments/generic.tpl:117 -msgid "Administrative settings" +#: plugins/admin/ogroups/class_ogroup.inc:451 +msgid "Non existing dn:" msgstr "" -#: plugins/admin/departments/class_departmentGeneric.inc:651 -#, php-format -msgid "Object '%s' is already tagged" +#: plugins/admin/ogroups/class_ogroup.inc:595 +msgid "There is already an object with this cn." msgstr "" -#: plugins/admin/departments/class_departmentGeneric.inc:658 -#, php-format -msgid "Adding tag (%s) to object '%s'" +#: plugins/admin/ogroups/class_ogroup.inc:610 +msgid "You can combine two different object types at maximum only!" msgstr "" -#: plugins/admin/departments/class_departmentGeneric.inc:672 -#: plugins/admin/departments/class_departmentGeneric.inc:701 +#: plugins/admin/ogroups/class_ogroup.inc:666 #, php-format -msgid "Handle object tagging with dn '%s' failed." +msgid "Saving of object group/generic with dn '%s' failed." msgstr "" -#: plugins/admin/departments/class_departmentGeneric.inc:688 +#: plugins/admin/ogroups/class_ogroup.inc:679 #, php-format -msgid "Removing tag from object '%s'" -msgstr "" - -#: plugins/admin/departments/remove.tpl:6 -msgid "" -"This includes 'all' accounts, systems, etc. in this subtree. Please double " -"check if your really want to do this since there is no way for GOsa to get " -"your data back." -msgstr "" - -#: plugins/admin/departments/remove.tpl:10 plugins/admin/acl/remove.tpl:10 -msgid "" -"Best thing to do before performing this action would be to save the current " -"contents of your LDAP tree in a file. So - if you've done so - press " -"'Delete' to continue or 'Cancel' to abort." -msgstr "" - -#: plugins/admin/departments/class_divListDepartment.inc:27 -#: plugins/admin/departments/class_divListDepartment.inc:28 -msgid "List of departments" -msgstr "" - -#: plugins/admin/departments/class_divListDepartment.inc:33 -msgid "" -"This menu allows you to create, delete and edit selected departments. Having " -"a large number of departments, you might prefer the range selectors on top " -"of the department list." -msgstr "" - -#: plugins/admin/departments/class_divListDepartment.inc:56 -msgid "Regular expression for matching department names" -msgstr "" - -#: plugins/admin/departments/class_divListDepartment.inc:200 -msgid "department" -msgstr "" - -#: plugins/admin/departments/generic.tpl:8 -msgid "Name of department" -msgstr "" - -#: plugins/admin/departments/generic.tpl:11 -msgid "Name of subtree to create" -msgstr "" - -#: plugins/admin/departments/generic.tpl:19 -msgid "Descriptive text for department" -msgstr "" - -#: plugins/admin/departments/generic.tpl:27 -msgid "Category for this subtree" -msgstr "" - -#: plugins/admin/departments/generic.tpl:39 -msgid "Choose subtree to place department in" -msgstr "" - -#: plugins/admin/departments/generic.tpl:63 -msgid "State where this subtree is located" -msgstr "" - -#: plugins/admin/departments/generic.tpl:71 -msgid "Location of this subtree" -msgstr "" - -#: plugins/admin/departments/generic.tpl:79 -msgid "Postal address of this subtree" -msgstr "" - -#: plugins/admin/departments/generic.tpl:86 -msgid "Base telephone number of this subtree" +msgid "Removing of object group/generic with dn '%s' failed." msgstr "" -#: plugins/admin/departments/generic.tpl:94 -msgid "Base facsimile telephone number of this subtree" +#: plugins/admin/ogroups/class_ogroup.inc:741 +msgid "Object group generic" msgstr "" -#: plugins/admin/departments/generic.tpl:119 -msgid "Tag department as an independent administrative unit" +#: plugins/admin/ogroups/class_ogroup.inc:752 +msgid "Member" msgstr "" -#: plugins/admin/departments/main.inc:41 plugins/admin/departments/main.inc:43 -msgid "Department management" +#: plugins/admin/ogroups/generic.tpl:10 +msgid "Name of the group" msgstr "" -#: plugins/admin/departments/dep_iframe.tpl:1 -msgid "Processing the requested operation" +#: plugins/admin/ogroups/generic.tpl:42 +msgid "Member objects" msgstr "" -#: plugins/admin/departments/dep_iframe.tpl:7 +#: plugins/admin/ogroups/remove.tpl:7 msgid "" -"Your browser doesn't support iframes, please use this link to perform the " -"requested operation." -msgstr "" - -#: plugins/admin/acl/tabs_acl.inc:8 plugins/admin/acl/class_divListACL.inc:240 -msgid "Acl" -msgstr "" - -#: plugins/admin/acl/class_aclRole.inc:6 -msgid "Access control list templates" -msgstr "" - -#: plugins/admin/acl/class_aclRole.inc:103 include/class_acl.inc:177 -msgid "All categories" +"Please double check if you really want to do this since there is no way for " +"GOsa to get your data back." msgstr "" -#: plugins/admin/acl/class_aclRole.inc:110 include/class_acl.inc:185 -msgid "Reset ACLs" +#: plugins/generic/references/class_reference.inc:30 +msgid "FAX" msgstr "" -#: plugins/admin/acl/class_aclRole.inc:111 include/class_acl.inc:186 -msgid "One level" +#: plugins/generic/references/class_reference.inc:32 +msgid "Proxy" msgstr "" -#: plugins/admin/acl/class_aclRole.inc:112 include/class_acl.inc:187 -#: include/class_acl.inc:192 -msgid "Current object" +#: plugins/generic/references/class_reference.inc:34 +msgid "FTP" msgstr "" -#: plugins/admin/acl/class_aclRole.inc:113 include/class_acl.inc:188 -msgid "Complete subtree" +#: plugins/generic/references/class_reference.inc:46 +msgid "Thin Client" msgstr "" -#: plugins/admin/acl/class_aclRole.inc:114 include/class_acl.inc:189 -msgid "Complete subtree (permanent)" +#: plugins/generic/references/contents.tpl:11 +msgid "Object name" msgstr "" -#: plugins/admin/acl/class_aclRole.inc:338 -#: include/class_MultiSelectWindow.inc:227 -#: include/class_MultiSelectWindow.inc:229 include/class_acl.inc:407 -msgid "Up" +#: plugins/generic/references/contents.tpl:11 +msgid "Contents" msgstr "" -#: plugins/admin/acl/class_aclRole.inc:339 include/class_acl.inc:408 -msgid "Down" +#: plugins/generic/references/contents.tpl:18 +msgid "This object has no relationship to other objects." msgstr "" -#: plugins/admin/acl/class_aclRole.inc:340 include/class_acl.inc:409 -msgid "Edit ACL" +#: plugins/generic/welcome/welcome.tpl:4 +msgid "" +"This is the GOsa main menu. You can select your tasks from the menu on the " +"left, or by choosing one of the pictograms below. All changes apply directly " +"to your companies LDAP server." msgstr "" -#: plugins/admin/acl/class_aclRole.inc:341 include/class_acl.inc:410 -msgid "Delete ACL" +#: plugins/generic/welcome/welcome.tpl:8 +msgid "" +"Use 'Sign out' on the upper left to close the connection and 'Main' to get " +"back to the pictogram view." msgstr "" -#: plugins/admin/acl/class_aclRole.inc:378 include/class_acl.inc:445 -msgid "No ACL settings for this category" +#: plugins/generic/welcome/welcome.tpl:15 +msgid "The GOsa team" msgstr "" -#: plugins/admin/acl/class_aclRole.inc:380 include/class_acl.inc:447 +#: plugins/generic/welcome/main.inc:24 #, php-format -msgid "Contains ACLs for these objects: %s" -msgstr "" - -#: plugins/admin/acl/class_aclRole.inc:385 include/class_acl.inc:452 -msgid "Edit categories ACLs" +msgid "Welcome %s!" msgstr "" -#: plugins/admin/acl/class_aclRole.inc:386 include/class_acl.inc:453 -msgid "Clear categories ACLs" +#: include/utils/class_timezone.inc:51 +#, php-format +msgid "" +"The timezone setting '%s' in your gosa.conf is not valid. Cannot calculate " +"correct timezone offset." msgstr "" -#: plugins/admin/acl/class_aclRole.inc:402 include/class_acl.inc:498 +#: include/password-methods/class_password-methods-sha.inc:46 +#: include/password-methods/class_password-methods-ssha.inc:51 #, php-format -msgid "Edit ACL for '%s', scope is '%s'" +msgid "Cannot use %s encryption: no PHP functions for sha1/mhash available" msgstr "" -#: plugins/admin/acl/class_aclRole.inc:412 include/class_acl.inc:508 -msgid "All objects in current subtree" +#: include/class_certificate.inc:35 +msgid "Can't open specified file, check accessibility and or existence" msgstr "" -#: plugins/admin/acl/class_aclRole.inc:564 include/class_acl.inc:1061 -#, php-format -msgid "Saving ACLs with dn '%s' failed." +#: include/class_certificate.inc:53 +msgid "Can't read specified certificate / or empty string given" msgstr "" -#: plugins/admin/acl/class_aclRole.inc:596 -#, php-format -msgid "" -"This role can't be removed while it is in use. Follwing objects are using " -"this role %s" +#: include/class_certificate.inc:80 +msgid "Can't load certificate, possibly unsupported format (use PEM/DER) " msgstr "" -#: plugins/admin/acl/class_aclRole.inc:602 -#, php-format -msgid "Removing of aclRole with dn '%s' failed." +#: include/class_certificate.inc:95 +msgid "The Format must be PEM, to output certificate informations" msgstr "" -#: plugins/admin/acl/class_aclRole.inc:614 -#, php-format -msgid "Removing aclRole from objectgroup '%s' failed" +#: include/class_certificate.inc:192 +msgid "Can't create/open File" msgstr "" -#: plugins/admin/acl/class_aclRole.inc:669 include/class_acl.inc:1098 -msgid "ACL roles" +#: include/class_certificate.inc:199 +msgid "No valid certificate loaded" msgstr "" -#: plugins/admin/acl/class_aclRole.inc:674 -msgid "Acl roles" +#: include/class_MultiSelectWindow.inc:114 setup/setup_migrate.tpl:79 +msgid "Close" msgstr "" -#: plugins/admin/acl/remove.tpl:6 -msgid "" -"This includes all system and setup informations. Please double check if your " -"really want to do this since there is no way for GOsa to get your data back." +#: include/class_MultiSelectWindow.inc:219 +msgid "Go to root department" msgstr "" -#: plugins/admin/acl/tabs_acl_role.inc:8 -msgid "ACL Templates" +#: include/class_MultiSelectWindow.inc:219 +#: include/class_MultiSelectWindow.inc:221 +msgid "Root" msgstr "" -#: plugins/admin/acl/class_divListACL.inc:31 -msgid "List of acl" +#: include/class_MultiSelectWindow.inc:227 +msgid "Go up one department" msgstr "" -#: plugins/admin/acl/class_divListACL.inc:32 -msgid "List of acls" +#: include/class_MultiSelectWindow.inc:235 +msgid "Go to users department" msgstr "" -#: plugins/admin/acl/class_divListACL.inc:36 -msgid "This menu allows you to edit and delete selected acls." +#: include/class_MultiSelectWindow.inc:235 +#: include/class_MultiSelectWindow.inc:237 +msgid "Home" msgstr "" -#: plugins/admin/acl/class_divListACL.inc:61 -msgid "Ignore subtrees" +#: include/class_MultiSelectWindow.inc:242 +msgid "Reload list" msgstr "" -#: plugins/admin/acl/class_divListACL.inc:65 -msgid "Display acls matching" +#: include/class_MultiSelectWindow.inc:503 +#, php-format +msgid "Inconsistent DN encoding detected: '%s'" msgstr "" -#: plugins/admin/acl/class_divListACL.inc:224 -msgid "Edit acl role" +#: include/class_MultiSelectWindow.inc:622 +#: include/class_MultiSelectWindow.inc:626 +#: include/class_MultiSelectWindow.inc:630 +msgid "Restore" msgstr "" -#: plugins/admin/acl/class_divListACL.inc:234 -msgid "Delete acl role" +#: include/class_MultiSelectWindow.inc:625 +msgid "Restore snapshopts of already deleted objects" msgstr "" -#: plugins/admin/acl/class_divListACL.inc:246 -msgid "Edit acl" +#: include/class_MultiSelectWindow.inc:648 +#: include/class_SnapShotDialog.inc:113 +msgid "Restore snapshot" msgstr "" -#: plugins/admin/acl/class_divListACL.inc:250 -msgid "Delete acl" +#: include/class_MultiSelectWindow.inc:654 +msgid "Create snapshot" msgstr "" -#: plugins/admin/acl/main.inc:43 plugins/admin/acl/main.inc:45 -msgid "ACL management" +#: include/class_MultiSelectWindow.inc:654 +msgid "Create a new snapshot from this object" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:24 -msgid "ACLs" +#: include/php_setup.inc:93 +msgid "Generating this page caused the PHP interpreter to raise some errors!" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:160 -msgid "You are not allowed to create a new role." +#: include/php_setup.inc:98 +msgid "Send bug report to the GOsa Team" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:197 -msgid "You are not allowed to edit this acl." +#: include/php_setup.inc:98 +msgid "Send bugreport" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:242 -#: plugins/admin/acl/class_aclManagement.inc:306 -#, php-format -msgid "You're about to delete the acl %s." +#: include/php_setup.inc:103 +msgid "Toggle information" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:250 -#: plugins/admin/acl/class_aclManagement.inc:313 -#: plugins/admin/acl/class_aclManagement.inc:337 -msgid "You are not allowed to delete this acl!" +#: include/php_setup.inc:113 +msgid "PHP error" msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:274 -msgid "You are not allowed to delete this acl role!" +#: include/php_setup.inc:132 +msgid "class" msgstr "" -#: plugins/admin/groups/class_divListGroup.inc:35 -#: plugins/admin/groups/class_divListGroup.inc:36 -msgid "List of groups" +#: include/php_setup.inc:138 +msgid "function" msgstr "" -#: plugins/admin/groups/class_divListGroup.inc:41 -msgid "" -"This menu allows you to add, edit and remove selected groups. You may want " -"to use the range selector on top of the group listbox, when working with a " -"large number of groups." +#: include/php_setup.inc:143 +msgid "static" msgstr "" -#: plugins/admin/groups/class_divListGroup.inc:60 -msgid "Groupname / Department" +#: include/php_setup.inc:147 +msgid "method" msgstr "" -#: plugins/admin/groups/class_divListGroup.inc:65 -msgid "Select to see groups that are primary groups of users" +#: include/php_setup.inc:180 +msgid "Trace" msgstr "" -#: plugins/admin/groups/class_divListGroup.inc:65 -msgid "Show primary groups" +#: include/php_setup.inc:181 +msgid "File" msgstr "" -#: plugins/admin/groups/class_divListGroup.inc:66 -msgid "Select to see groups that have samba groups mappings" +#: include/php_setup.inc:181 +msgid "Line" msgstr "" -#: plugins/admin/groups/class_divListGroup.inc:66 -msgid "Show samba groups" +#: include/php_setup.inc:181 +msgid "Type" msgstr "" -#: plugins/admin/groups/class_divListGroup.inc:67 -msgid "Select to see groups that have applications configured" +#: include/php_setup.inc:182 +msgid "Arguments" msgstr "" -#: plugins/admin/groups/class_divListGroup.inc:67 -msgid "Show application groups" +#: include/functions.inc:98 +#, php-format +msgid "Fatal error: no class locations defined - please run '%s' to fix this" msgstr "" -#: plugins/admin/groups/class_divListGroup.inc:68 -msgid "Select to see groups that have mail settings" +#: include/functions.inc:105 +#, php-format +msgid "" +"Fatal error: cannot instantiate class '%s' - try running '%s' to fix this" msgstr "" -#: plugins/admin/groups/class_divListGroup.inc:68 -msgid "Show mail groups" +#: include/functions.inc:315 +#, php-format +msgid "FATAL: Error when connecting the LDAP. Server said '%s'." msgstr "" -#: plugins/admin/groups/class_divListGroup.inc:69 -msgid "Select to see normal groups that have only functional aspects" +#: include/functions.inc:341 include/functions.inc:368 +#: include/functions.inc:406 +#, php-format +msgid "User login failed." msgstr "" -#: plugins/admin/groups/class_divListGroup.inc:69 -msgid "Show functional groups" +#: include/functions.inc:341 include/functions.inc:368 +#: include/functions.inc:406 include/functions.inc:602 +#: include/functions.inc:617 include/functions.inc:649 +#: include/functions.inc:688 include/functions.inc:733 +#: include/functions.inc:2503 +#, php-format +msgid "LDAP server returned: %s" msgstr "" -#: plugins/admin/groups/class_divListGroup.inc:329 -msgid "Number of listed groups" +#: include/functions.inc:377 include/functions.inc:447 +msgid "" +"Username / UID is not unique inside the LDAP tree. Please contact your " +"Administrator." msgstr "" -#: plugins/admin/groups/group_objects.tpl:6 -msgid "Select users to add" +#: include/functions.inc:447 include/functions.inc:592 +#: include/functions.inc:617 include/functions.inc:678 +#: include/functions.inc:994 include/functions.inc:1875 +#: include/functions.inc:1909 include/functions.inc:1929 +#: include/class_acl.inc:806 include/class_CopyPasteHandler.inc:131 +#: include/class_CopyPasteHandler.inc:250 include/class_ldap.inc:561 +#: include/class_ldap.inc:609 include/class_log.inc:87 html/getvcard.php:37 +msgid "Internal error" msgstr "" -#: plugins/admin/groups/group_objects.tpl:30 -msgid "Search within subtree" +#: include/functions.inc:592 include/functions.inc:678 +msgid "Error while adding a lock. Contact the developers!" msgstr "" -#: plugins/admin/groups/group_objects.tpl:37 -msgid "Display users of department" +#: include/functions.inc:602 +#, php-format +msgid "" +"Cannot create locking information in LDAP tree. Please contact your " +"administrator!" msgstr "" -#: plugins/admin/groups/group_objects.tpl:47 -msgid "Regular expression for matching user names" +#: include/functions.inc:617 +#, php-format +msgid "Adding a lock failed." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:334 -#: plugins/admin/groups/class_groupManagement.inc:387 -#: plugins/admin/groups/class_groupManagement.inc:418 -msgid "You are not allowed to delete this group!" +#: include/functions.inc:649 +#, php-format +msgid "Removing a lock failed." msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:380 +#: include/functions.inc:688 include/functions.inc:733 #, php-format -msgid "You're about to delete the group '%s'." +msgid "Cannot get locking information from LDAP tree!" msgstr "" -#: plugins/admin/groups/remove.tpl:6 +#: include/functions.inc:696 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." +"Found multiple locks for object to be locked. This should not happen - " +"cleaning up multiple references." msgstr "" -#: plugins/admin/groups/paste_generic.tpl:1 -msgid "Group settings" +#: include/functions.inc:922 +#, php-format +msgid "The size limit of %d entries is exceed!" msgstr "" -#: plugins/admin/groups/paste_generic.tpl:8 -#: plugins/admin/groups/generic.tpl:17 -msgid "Posix name of the group" +#: include/functions.inc:924 +#, php-format +msgid "" +"Set the new size limit to %s and show me this message if the limit still " +"exceeds" msgstr "" -#: plugins/admin/groups/paste_generic.tpl:13 -#: plugins/admin/groups/generic.tpl:65 -msgid "Normally IDs are autogenerated, select to specify manually" +#: include/functions.inc:941 +msgid "incomplete" msgstr "" -#: plugins/admin/groups/paste_generic.tpl:15 -#: plugins/admin/groups/generic.tpl:68 -msgid "Force GID" +#: include/functions.inc:1177 include/functions.inc:1308 +msgid "LDAP error:" msgstr "" -#: plugins/admin/groups/paste_generic.tpl:18 -#: plugins/admin/groups/generic.tpl:71 -msgid "Forced ID number" +#: include/functions.inc:1178 +msgid "" +"Problems with the LDAP server mean that you probably lost the last changes. " +"Please check your LDAP setup for possible errors and try again." msgstr "" -#: plugins/admin/groups/generic.tpl:83 plugins/admin/groups/generic.tpl:110 -msgid "Select to create a samba conform group" +#: include/functions.inc:1184 +msgid "" +"Please check your input and fix the error. Press 'OK' to close this message " +"box." msgstr "" -#: plugins/admin/groups/generic.tpl:95 plugins/admin/groups/generic.tpl:118 -msgid "in domain" +#: include/functions.inc:1249 +msgid "Continue anyway" msgstr "" -#: plugins/admin/groups/generic.tpl:140 -msgid "Members are in a phone pickup group" +#: include/functions.inc:1251 +msgid "Edit anyway" msgstr "" -#: plugins/admin/groups/generic.tpl:155 -msgid "Members are in a nagios group" +#: include/functions.inc:1253 +#, php-format +msgid "You're going to edit the LDAP entry/entries '%s'" msgstr "" -#: plugins/admin/groups/generic.tpl:172 -msgid "Group members" +#: include/functions.inc:1311 +#, php-format +msgid "Plugin '%s':%s" msgstr "" -#: plugins/admin/groups/main.inc:40 plugins/admin/groups/main.inc:44 -msgid "Group administration" +#: include/functions.inc:1472 +msgid "Entries per page" msgstr "" -#: plugins/admin/groups/class_groupGeneric.inc:137 -msgid "Can't find this groups SID in LDAP or in your configuration file!" +#: include/functions.inc:1500 +msgid "Apply filter" msgstr "" -#: plugins/admin/groups/class_groupGeneric.inc:193 -msgid "This 'dn' is no group." +#: include/functions.inc:1752 +msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" msgstr "" -#: plugins/admin/groups/class_groupGeneric.inc:334 -msgid "Samba group" +#: include/functions.inc:1796 +#, php-format +msgid "GOsa development snapshot (Rev %s)" msgstr "" -#: plugins/admin/groups/class_groupGeneric.inc:334 -msgid "Domain admins" +#: include/functions.inc:1875 +#, php-format +msgid "File '%s' could not be deleted." msgstr "" -#: plugins/admin/groups/class_groupGeneric.inc:334 -msgid "Domain users" +#: include/functions.inc:1909 include/functions.inc:1929 +msgid "Cannot write to revision file!" msgstr "" -#: plugins/admin/groups/class_groupGeneric.inc:335 -msgid "Domain guests" +#: include/functions.inc:2171 include/functions.inc:2175 +#: include/functions.inc:2181 +msgid "'base_hook' is not available. Using default base." msgstr "" -#: plugins/admin/groups/class_groupGeneric.inc:340 -#, php-format -msgid "Special group (%d)" +#: include/functions.inc:2203 +msgid "LDAP warning" msgstr "" -#: plugins/admin/groups/class_groupGeneric.inc:494 -msgid "! unknown id" +#: include/functions.inc:2203 +msgid "Cannot get schema information from server. No schema check possible!" msgstr "" -#: plugins/admin/groups/class_groupGeneric.inc:532 -#, php-format +#: include/functions.inc:2229 +msgid "Used to store account specific informations." +msgstr "" + +#: include/functions.inc:2236 msgid "" -"Your search method returned more than '%s' users, only '%s' users are shown." +"Used to lock currently edited entries to avoid multiple changes at the same " +"time." msgstr "" -#: plugins/admin/groups/class_groupGeneric.inc:561 -#: plugins/admin/groups/class_groupGeneric.inc:826 +#: include/functions.inc:2279 #, php-format -msgid "Removing of groups/generic with dn '%s' failed." +msgid "Missing required object class '%s'!" msgstr "" -#: plugins/admin/groups/class_groupGeneric.inc:711 +#: include/functions.inc:2281 #, php-format -msgid "No configured SID found for '%s'." +msgid "Missing optional object class '%s'!" msgstr "" -#: plugins/admin/groups/class_groupGeneric.inc:716 +#: include/functions.inc:2287 #, php-format -msgid "No configured RIDBASE found for '%s'." +msgid "Version mismatch for required object class '%s' (!=%s)!" msgstr "" -#: plugins/admin/groups/class_groupGeneric.inc:858 -msgid "" -"The field 'Name' contains invalid characters. Lowercase, numbers and dashes " -"are allowed." +#: include/functions.inc:2289 +#, php-format +msgid "Version mismatch for optional object class '%s' (!=%s)!" msgstr "" -#: plugins/admin/groups/class_groupGeneric.inc:869 -#: plugins/admin/groups/class_groupGeneric.inc:883 -#: plugins/admin/groups/class_groupGeneric.inc:890 -msgid "Value specified as 'Name' is already used." +#: include/functions.inc:2293 +#, php-format +msgid "Class(es) available" msgstr "" -#: plugins/admin/groups/class_groupGeneric.inc:944 -msgid "Too many users, can't allocate a free ID!" +#: include/functions.inc:2315 +msgid "" +"You have enabled the rfc2307bis option on the 'ldap setup' step, but your " +"schema configuration do not support this option." msgstr "" -#: plugins/admin/groups/class_groupGeneric.inc:993 -msgid "Generic group settings" +#: include/functions.inc:2316 +msgid "" +"In order to use rfc2307bis conform groups the objectClass 'posixGroup' must " +"be AUXILIARY" msgstr "" -#: plugins/admin/groups/class_groupGeneric.inc:1005 -msgid "Phone pickup group" +#: include/functions.inc:2320 +msgid "" +"You have disabled the rfc2307bis option on the 'ldap setup' step, but your " +"schema configuration do not support this option." msgstr "" -#: plugins/admin/groups/class_groupGeneric.inc:1006 -msgid "Nagios group" +#: include/functions.inc:2321 +msgid "The objectClass 'posixGroup' must be STRUCTURAL" msgstr "" -#: plugins/admin/groups/class_groupGeneric.inc:1009 -msgid "Group member" +#: include/functions.inc:2344 +msgid "German" msgstr "" -#: plugins/admin/groups/class_groupGeneric.inc:1010 -msgid "Samba group type" +#: include/functions.inc:2345 +msgid "French" msgstr "" -#: plugins/admin/groups/class_groupGeneric.inc:1011 -msgid "Samba domain name" +#: include/functions.inc:2346 +msgid "Italian" msgstr "" -#: plugins/admin/groups/class_groupGeneric.inc:1012 setup/setup_config2.tpl:15 -msgid "Samba SID" +#: include/functions.inc:2347 +msgid "Spanish" msgstr "" -#: setup/class_setupStep_Language.inc:40 setup/class_setupStep_Language.inc:41 -msgid "Language setup" +#: include/functions.inc:2348 +msgid "English" msgstr "" -#: setup/class_setupStep_Language.inc:42 -msgid "This step allows you to select your preferred language." +#: include/functions.inc:2349 +msgid "Dutch" msgstr "" -#: setup/class_setupStep_Language.inc:47 -msgid "Automatic" +#: include/functions.inc:2350 +msgid "Polish" 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." +#: include/functions.inc:2351 +msgid "Swedish" msgstr "" -#: setup/setup_welcome.tpl:8 -msgid "What will the wizard do for you?" +#: include/functions.inc:2352 +msgid "Chinese" msgstr "" -#: setup/setup_welcome.tpl:11 -msgid "Create a basic, single site configuration" +#: include/functions.inc:2353 +msgid "Russian" msgstr "" -#: setup/setup_welcome.tpl:12 -msgid "Tries to find problems within your PHP and LDAP setup" +#: include/functions.inc:2503 +#, php-format +msgid "Setting the password failed!" msgstr "" -#: setup/setup_welcome.tpl:13 -msgid "Let you choose from a set of basic and advanced configuration switches" +#: include/functions.inc:2521 include/class_plugin.inc:652 +#, php-format +msgid "" +"Command '%s', specified as POSTMODIFY for plugin '%s' doesn't seem to exist." msgstr "" -#: setup/setup_welcome.tpl:14 -msgid "Guided migration of existing LDAP trees" +#: include/functions.inc:2541 +msgid "" +"Setting for SMBHASH in gosa.conf is incorrect! Cannot change Samba password." msgstr "" -#: setup/setup_welcome.tpl:17 -msgid "What will the wizard NOT do for you?" +#: include/class_socketClient.inc:38 +msgid "The mcrypt module was not found. Please install php5-mcrypt." msgstr "" -#: setup/setup_welcome.tpl:20 -msgid "Find every possible configuration error" +#: include/class_tabs.inc:214 +#, php-format +msgid "Delete process has been canceled by plugin '%s': %s" msgstr "" -#: setup/setup_welcome.tpl:21 -msgid "Migrate every possible LDAP setup - create backup dumps!" +#: include/class_tabs.inc:341 include/class_acl.inc:1092 +#: include/class_acl.inc:1093 include/class_acl.inc:1098 +msgid "ACL" msgstr "" -#: setup/setup_welcome.tpl:25 -msgid "To continue..." +#: include/class_tabs.inc:344 +msgid "References" msgstr "" -#: setup/setup_welcome.tpl:28 +#: include/class_plugin.inc:433 +#, php-format 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:" -msgstr "" - -#: setup/setup_welcome.tpl:34 -msgid "Click the 'Continue' button when you've finished." -msgstr "" - -#: setup/class_setupStep_Config1.inc:74 setup/class_setupStep_Config1.inc:75 -msgid "GOsa settings 1/3" +"Command '%s', specified as CHECK hook for plugin '%s' doesn't seem to exist." msgstr "" -#: setup/class_setupStep_Config1.inc:76 -msgid "GOsa generic settings" +#: include/class_plugin.inc:487 +msgid "" +"The object has changed since opened in GOsa. Please ensure that nobody has " +"done serious changes that may get lost if you save this entry." msgstr "" -#: setup/class_setupStep_Config1.inc:88 setup/class_setupStep_Config3.inc:89 -#: setup/setup_feedback.tpl:55 setup/setup_feedback.tpl:73 -#: setup/class_setupStep_Ldap.inc:74 setup/class_setupStep_Schema.inc:63 -#: setup/class_setupStep_Config2.inc:161 -msgid "No" +#: include/class_plugin.inc:620 +#, php-format +msgid "" +"Command '%s', specified as POSTCREATE for plugin '%s' doesn't seem to exist." msgstr "" -#: setup/class_setupStep_Config1.inc:88 setup/class_setupStep_Config3.inc:89 -#: setup/setup_feedback.tpl:53 setup/setup_feedback.tpl:71 -#: setup/class_setupStep_Ldap.inc:74 setup/class_setupStep_Schema.inc:63 -#: setup/class_setupStep_Config2.inc:161 -msgid "Yes" +#: include/class_plugin.inc:688 +#, php-format +msgid "" +"Command '%s', specified as POSTREMOVE for plugin '%s' doesn't seem to exist." msgstr "" -#: setup/class_setupStep_Config1.inc:118 +#: include/class_plugin.inc:1059 include/class_plugin.inc:1106 +#: include/class_plugin.inc:1107 #, php-format -msgid "The specified value for '%s' must be a numeric value" +msgid "Saving object snapshot with dn '%s' failed." msgstr "" -#: setup/class_setupStep_Config1.inc:118 setup/setup_config1.tpl:97 -msgid "GID / UID min id" +#: include/class_plugin.inc:1133 include/class_plugin.inc:1145 +#, php-format +msgid "" +"The snapshot functionality is enabled, but the required variable '%s' is not " +"set." msgstr "" -#: setup/class_setupStep_Config1.inc:122 setup/class_setupStep_Config1.inc:126 +#: include/class_plugin.inc:1181 #, php-format -msgid "Don't add a trailing comma to '%s'." +msgid "Method get available snapshots with dn '%s' failed." msgstr "" -#: setup/class_setupStep_Config1.inc:122 -msgid "People storage ou" +#: include/class_plugin.inc:1237 +#, php-format +msgid "Method get deleted snapshots with dn '%s' failed." msgstr "" -#: setup/class_setupStep_Config1.inc:126 -msgid "Group storage ou" +#: include/class_plugin.inc:1301 include/class_plugin.inc:1315 +#, php-format +msgid "Restore snapshot with dn '%s' failed." msgstr "" -#: setup/class_setupStep_Config1.inc:130 -msgid "Uid base must be numeric" +#: include/class_plugin.inc:1579 +msgid "Changing ACL dn" msgstr "" -#: setup/class_setupStep_Config1.inc:134 -msgid "The given password minimum length is not numeric." +#: include/class_plugin.inc:1579 +msgid "from" msgstr "" -#: setup/class_setupStep_Config1.inc:137 -msgid "The given password differ value is not numeric." +#: include/class_plugin.inc:1580 setup/class_setupStep_Migrate.inc:1066 +#: setup/class_setupStep_Migrate.inc:1115 +#: setup/class_setupStep_Migrate.inc:1162 +msgid "to" msgstr "" -#: setup/setup_ldap.tpl:7 -msgid "Please choose the LDAP user to be used by GOsa" +#: include/class_acl.inc:6 +msgid "Access control" msgstr "" -#: setup/setup_ldap.tpl:25 -msgid "LDAP connection" +#: include/class_acl.inc:190 include/class_acl.inc:193 +msgid "Use ACL defined in role" msgstr "" -#: setup/setup_ldap.tpl:29 -msgid "Location name" +#: include/class_acl.inc:645 include/class_acl.inc:652 +msgid "Show/Hide Advanced Settings" msgstr "" -#: setup/setup_ldap.tpl:37 -msgid "Connection URL" +#: include/class_acl.inc:670 +msgid "Create objects" msgstr "" -#: setup/setup_ldap.tpl:45 -msgid "TLS connection" +#: include/class_acl.inc:671 +msgid "Move objects" msgstr "" -#: setup/setup_ldap.tpl:65 -msgid "Reload" +#: include/class_acl.inc:672 +msgid "Remove objects" msgstr "" -#: setup/setup_ldap.tpl:69 -msgid "Authentication" +#: include/class_acl.inc:674 include/class_acl.inc:680 +msgid "Modifyable by owner" msgstr "" -#: setup/setup_ldap.tpl:73 -msgid "Admin DN" +#: include/class_acl.inc:677 +msgid "Move object" msgstr "" -#: setup/setup_ldap.tpl:78 -msgid "Select user" +#: include/class_acl.inc:678 +msgid "Remove object" msgstr "" -#: setup/setup_ldap.tpl:86 -msgid "Automatically append LDAP base to admin DN" +#: include/class_acl.inc:685 include/class_acl.inc:776 +msgid "read" msgstr "" -#: setup/setup_ldap.tpl:93 -msgid "Admin password" +#: include/class_acl.inc:686 include/class_acl.inc:778 +msgid "write" msgstr "" -#: setup/setup_ldap.tpl:101 -msgid "Schema based settings" +#: include/class_acl.inc:690 +msgid "Complete object" msgstr "" -#: setup/setup_ldap.tpl:105 -msgid "Use rfc2307bis compliant groups" +#: include/class_acl.inc:806 +#, php-format +msgid "Unkown ACL type '%s'. Don't know how to handle it." msgstr "" -#: setup/setup_ldap.tpl:117 -msgid "Current status" +#: include/class_acl.inc:849 +#, php-format +msgid "Unknown entry '%s'!" 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." +#: include/class_acl.inc:909 include/class_acl.inc:911 +#, php-format +msgid "Role: %s" msgstr "" -#: setup/setup_migrate.tpl:33 -msgid "Check again" +#: include/class_acl.inc:911 +msgid "Unknown role, possibly removed" msgstr "" -#: setup/setup_migrate.tpl:37 -msgid "Move windows workstations into a valid windows workstation department" +#: include/class_acl.inc:919 +#, php-format +msgid "Contains settings for these objects: %s" msgstr "" -#: setup/setup_migrate.tpl:39 -msgid "" -"This dialog allows you to move the displayed windows workstations into a " -"valid department" +#: include/class_acl.inc:928 +msgid "Members:" msgstr "" -#: setup/setup_migrate.tpl:41 -msgid "" -"Be careful with this tool, there may be references pointing to this " -"workstations that can't be migrated." +#: include/class_acl.inc:934 +msgid "ACL is valid for all users" msgstr "" -#: setup/setup_migrate.tpl:65 setup/setup_migrate.tpl:121 -#: setup/setup_migrate.tpl:173 setup/setup_migrate.tpl:293 -#: setup/setup_migrate.tpl:346 -msgid "Select all" +#: include/class_acl.inc:1093 +msgid "Access control list" msgstr "" -#: setup/setup_migrate.tpl:67 -msgid "Move selected windows workstations into the following GOsa department" +#: include/class_acl.inc:1101 +msgid "Role name" msgstr "" -#: setup/setup_migrate.tpl:72 -msgid "Move selected workstations" +#: include/class_acl.inc:1102 +msgid "Role description" msgstr "" -#: setup/setup_migrate.tpl:73 -msgid "What will be done here" +#: include/class_pluglist.inc:55 +msgid "All objects in this category" msgstr "" -#: setup/setup_migrate.tpl:79 include/class_MultiSelectWindow.inc:114 -msgid "Close" +#: include/class_pluglist.inc:149 +msgid "The configuration format has changed. Please re-run setup!" msgstr "" -#: setup/setup_migrate.tpl:85 -msgid "Move groups into configured group tree" +#: include/class_pluglist.inc:166 include/class_pluglist.inc:167 +#: include/class_pluglist.inc:281 +msgid "Unknown" msgstr "" -#: setup/setup_migrate.tpl:88 +#: include/class_pluglist.inc:174 ihtml/themes/default/framework.tpl:8 +#: ihtml/themes/default/framework.tpl:11 ihtml/themes/default/framework.tpl:20 +#: ihtml/themes/default/framework.tpl:24 msgid "" -"This dialog allows moving a couple of groups to the configured group tree. " -"Doing this may straighten your LDAP service." +"You are currently editing a database entry. Do you want to dismiss the " +"changes?" msgstr "" -#: setup/setup_migrate.tpl:91 -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 in this case." +#: include/class_msg_dialog.inc:91 +msgid "Please fix the above error and reload the page." msgstr "" -#: setup/setup_migrate.tpl:94 -msgid "Move selected groups into this group tree" +#: include/class_config.inc:104 +#, php-format +msgid "XML error in gosa.conf: %s at line %d" msgstr "" -#: setup/setup_migrate.tpl:125 setup/setup_migrate.tpl:177 -#: setup/setup_migrate.tpl:297 setup/setup_migrate.tpl:350 -msgid "Hide changes" +#: include/class_config.inc:107 +msgid "Config file parsing" msgstr "" -#: setup/setup_migrate.tpl:127 setup/setup_migrate.tpl:179 -#: setup/setup_migrate.tpl:299 setup/setup_migrate.tpl:352 -msgid "Show changes" +#: include/class_config.inc:224 +msgid "Cannot bind to LDAP. Please contact the system administrator." msgstr "" -#: setup/setup_migrate.tpl:140 -msgid "Move users into configured user tree" +#: include/class_config.inc:556 +msgid "SID and/or RIDBASE missing in the configuration!" msgstr "" -#: setup/setup_migrate.tpl:142 -msgid "" -"This dialog allows moving a couple of users to the configured user tree. " -"Doing this may straighten your LDAP service." +#: include/class_CopyPasteHandler.inc:90 +#, php-format +msgid "Cannot cleanup copy & paste queue: setting permissions for '%s' failed!" msgstr "" -#: setup/setup_migrate.tpl:145 -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." +#: include/class_CopyPasteHandler.inc:98 +#, php-format +msgid "Cannot cleanup copy & paste queue: no write permission inside '%s'!" msgstr "" -#: setup/setup_migrate.tpl:148 -msgid "Move selected users into this people tree" +#: include/class_CopyPasteHandler.inc:130 +#, php-format +msgid "Copy and paste failed: object '%s' is not a valid ldap object!" msgstr "" -#: setup/setup_migrate.tpl:198 -msgid "Next" +#: include/class_CopyPasteHandler.inc:147 +#, php-format +msgid "Cannot save LDAP dump: no write permission inside '%s'!" msgstr "" -#: setup/setup_migrate.tpl:199 -msgid "Abort" +#: include/class_CopyPasteHandler.inc:155 +#, php-format +msgid "Cannot save LDAP dump: setting permissions for '%s' failed!" msgstr "" -#: setup/setup_migrate.tpl:201 -msgid "Create a new GOsa administrator account" +#: include/class_CopyPasteHandler.inc:164 +#, php-format +msgid "Cannot save LDAP dump: no write permission to '%s/%s'!" msgstr "" -#: setup/setup_migrate.tpl:204 -msgid "" -"This dialog will automatically add a new super administrator to your LDAP " -"tree." +#: include/class_CopyPasteHandler.inc:249 +#, php-format +msgid "Cannot load dumped file '%s'!" msgstr "" -#: setup/setup_migrate.tpl:233 -msgid "Password (again)" +#: include/class_CopyPasteHandler.inc:274 +#, php-format +msgid "You have no permission to save object '%s'." msgstr "" -#: setup/setup_migrate.tpl:258 -msgid "" -"The listed departments are currenlty invisble in the GOsa user interface. If " -"you want to change this for a couple of entries, select them and use the " -"migrate button below." +#: include/class_CopyPasteHandler.inc:302 +#, php-format +msgid "You are going to paste the cutted entry '%s'." msgstr "" -#: setup/setup_migrate.tpl:259 setup/setup_migrate.tpl:314 -msgid "" -"If you want to know what will be done when migrating the selected entries, " -"use the 'Show changes' button to see the LDIF." +#: include/class_CopyPasteHandler.inc:315 +#, php-format +msgid "You have no permission to copy and paste object '%s'!" msgstr "" -#: setup/setup_migrate.tpl:269 setup/setup_migrate.tpl:323 -msgid "Current" +#: include/class_CopyPasteHandler.inc:336 +#, php-format +msgid "You are going to paste the copied entry '%s'." msgstr "" -#: setup/setup_migrate.tpl:276 setup/setup_migrate.tpl:330 -msgid "After migration" +#: include/class_CopyPasteHandler.inc:437 +msgid "Can't paste" msgstr "" -#: setup/setup_migrate.tpl:313 -msgid "" -"The listed users are currenlty invisble 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." +#: include/class_gosaSupportDaemon.inc:479 +msgid "Could not parse XML." msgstr "" -#: setup/class_setupStep_Config3.inc:80 setup/class_setupStep_Config3.inc:81 -msgid "GOsa settings 3/3" +#: include/functions_helpviewer.inc:43 +#, php-format +msgid "XML error in guide.xml: %s at line %d" msgstr "" -#: setup/class_setupStep_Config3.inc:82 -msgid "Tweak some GOsa core behaviour" +#: include/functions_helpviewer.inc:86 +msgid "No help available for this plugin." msgstr "" -#: setup/class_setupStep_Config3.inc:205 -msgid "Session lifetime must be a numeric value." +#: include/functions_helpviewer.inc:95 html/helpviewer.php:196 +msgid "previous" msgstr "" -#: setup/class_setupStep_Config3.inc:209 -msgid "Maximal ldap query time must be a numeric value. " +#: include/functions_helpviewer.inc:99 html/helpviewer.php:200 +msgid "next" msgstr "" -#: setup/class_setupStep_Migrate.inc:105 setup/class_setupStep_Migrate.inc:106 -msgid "LDAP inspection" +#: include/functions_helpviewer.inc:387 +#, php-format +msgid "%s results for your search with the keyword %s" msgstr "" -#: setup/class_setupStep_Migrate.inc:107 -msgid "Analyze your current LDAP for GOsa compatibility" +#: include/functions_helpviewer.inc:461 +#, php-format +msgid "%s%% hit rate in file %s" msgstr "" -#: setup/class_setupStep_Migrate.inc:113 -msgid "Checking for root object" +#: include/class_SnapShotDialog.inc:63 +#, php-format +msgid "You're about to delete the snapshot '%s'." msgstr "" -#: setup/class_setupStep_Migrate.inc:119 -msgid "Checking permissions on LDAP database" +#: include/class_SnapShotDialog.inc:115 +msgid "Remove snapshot" msgstr "" -#: setup/class_setupStep_Migrate.inc:125 -msgid "Checking for invisible deparmtments" +#: include/class_SnapShotDialog.inc:117 include/class_SnapShotDialog.inc:137 +msgid "Y-m-d, H:i:s" msgstr "" -#: setup/class_setupStep_Migrate.inc:131 -msgid "Checking for invisible users" +#: include/class_SnapShotDialog.inc:149 +msgid "Please specify a valid description for this snapshot." msgstr "" -#: setup/class_setupStep_Migrate.inc:137 -msgid "Checking for super administrator" +#: include/class_ldap.inc:204 include/class_ldap.inc:236 +msgid "Performance warning" msgstr "" -#: setup/class_setupStep_Migrate.inc:143 -msgid "Checking for users outside the people tree" +#: include/class_ldap.inc:204 include/class_ldap.inc:236 +#, php-format +msgid "LDAP performance is poor: last query took about %.2fs!" msgstr "" -#: setup/class_setupStep_Migrate.inc:149 -msgid "Checking for groups outside the groups tree" +#: include/class_ldap.inc:561 +#, php-format +msgid "" +"Cannot automatically create subtrees with RDN '%s': no object class found" msgstr "" -#: setup/class_setupStep_Migrate.inc:155 -msgid "Checking for windows workstations outside the winstation tree" +#: include/class_ldap.inc:609 +#, php-format +msgid "Cannot automatically create subtrees with RDN '%s': not supported" msgstr "" -#: setup/class_setupStep_Migrate.inc:161 -msgid "Checking for duplicate uid numbers" +#: include/class_ldap.inc:617 +#, php-format +msgid "Creating subtree '%s' failed." msgstr "" -#: setup/class_setupStep_Migrate.inc:167 -msgid "Checking for duplicate gid numbers" +#: include/class_ldap.inc:686 +#, php-format +msgid "while operating on '%s' using LDAP server '%s'" msgstr "" -#: setup/class_setupStep_Migrate.inc:190 setup/class_setupStep_Migrate.inc:239 -#: setup/class_setupStep_Migrate.inc:301 setup/class_setupStep_Migrate.inc:362 -#: setup/class_setupStep_Migrate.inc:429 setup/class_setupStep_Migrate.inc:503 -#: setup/class_setupStep_Migrate.inc:588 setup/class_setupStep_Migrate.inc:718 -#: setup/class_setupStep_Migrate.inc:807 -msgid "LDAP query failed" +#: include/class_ldap.inc:688 +#, php-format +msgid "while operating on LDAP server %s" msgstr "" -#: setup/class_setupStep_Migrate.inc:191 setup/class_setupStep_Migrate.inc:240 -#: setup/class_setupStep_Migrate.inc:302 setup/class_setupStep_Migrate.inc:363 -#: setup/class_setupStep_Migrate.inc:430 setup/class_setupStep_Migrate.inc:504 -#: setup/class_setupStep_Migrate.inc:589 setup/class_setupStep_Migrate.inc:719 -#: setup/class_setupStep_Migrate.inc:808 -msgid "Possibly the 'root object' is missing." +#: include/class_ldap.inc:910 +#, php-format +msgid "" +"This is not a valid DN: '%s'. A block for import should begin with 'dn: ...' " +"in line %s" msgstr "" -#: setup/class_setupStep_Migrate.inc:213 +#: include/class_ldap.inc:939 #, php-format -msgid "Found %s duplicate values for attribute 'uidNumber'." +msgid "Error while importing dn: '%s', please check your LDIF from line %s on!" msgstr "" -#: setup/class_setupStep_Migrate.inc:262 +#: include/class_ldap.inc:1075 #, php-format -msgid "Found %s duplicate values for attribute 'gidNumber'." +msgid "Ldap import with dn '%s' failed." msgstr "" -#: setup/class_setupStep_Migrate.inc:317 setup/class_setupStep_Migrate.inc:518 -#: setup/class_setupStep_Migrate.inc:531 setup/class_setupStep_Migrate.inc:881 -#: setup/class_setupStep_Migrate.inc:1612 -#: setup/class_setupStep_Migrate.inc:1625 -msgid "Failed" +#: include/class_hostActionQueue.inc:68 include/class_hostActionQueue.inc:193 +#, php-format +msgid "Can't locate gotomasses queue file '%s'." msgstr "" -#: setup/class_setupStep_Migrate.inc:319 +#: include/class_hostActionQueue.inc:72 #, php-format -msgid "" -"Found %s winstations outside the predefined winstation department ou '%s'." +msgid "Can't read gotomasses queue file '%s'." msgstr "" -#: setup/class_setupStep_Migrate.inc:320 setup/class_setupStep_Migrate.inc:599 -#: setup/class_setupStep_Migrate.inc:728 -msgid "Migrate" +#: include/class_hostActionQueue.inc:79 +#, php-format +msgid "Can't read gotomasses storage file '%s'." msgstr "" -#: setup/class_setupStep_Migrate.inc:387 -#, php-format -msgid "Found %s groups outside the configured tree '%s'." +#: include/class_hostActionQueue.inc:142 +msgid "GOsa infrastructure" msgstr "" -#: setup/class_setupStep_Migrate.inc:388 setup/class_setupStep_Migrate.inc:463 -msgid "Move" +#: include/class_hostActionQueue.inc:142 +msgid "Cannot read broken entry - skipped!" msgstr "" -#: setup/class_setupStep_Migrate.inc:462 +#: include/class_hostActionQueue.inc:197 include/class_hostActionQueue.inc:206 #, php-format -msgid "Found %s user(s) outside the configured tree '%s'." +msgid "Can't write gotomasses queue file '%s'." msgstr "" -#: setup/class_setupStep_Migrate.inc:520 setup/class_setupStep_Migrate.inc:533 -#, php-format -msgid "" -"The specified user '%s' does not have full access to your ldap database." +#: include/class_hostActionQueue.inc:201 +msgid "The queue file was modified since last reload. Can't save changes." msgstr "" -#: setup/class_setupStep_Migrate.inc:597 +#: include/class_hostActionQueue.inc:276 #, php-format -msgid "Found %s user(s) that will not be visible in GOsa." +msgid "Entry with id '%s' not found." msgstr "" -#: setup/class_setupStep_Migrate.inc:647 setup/class_setupStep_Migrate.inc:779 -#: setup/class_setupStep_Migrate.inc:945 -msgid "Migration error" +#: include/class_hostActionQueue.inc:286 +#, php-format +msgid "Could not update entry, entry with id '%s' not found." msgstr "" -#: setup/class_setupStep_Migrate.inc:647 setup/class_setupStep_Migrate.inc:779 +#: include/class_hostActionQueue.inc:297 #, php-format -msgid "Cannot migrate department '%s':" +msgid "Could not remove entry, entry with id '%s' not found." msgstr "" -#: setup/class_setupStep_Migrate.inc:727 +#: include/class_hostActionQueue.inc:371 include/class_hostActionQueue.inc:389 +#: include/class_hostActionQueue.inc:420 include/class_hostActionQueue.inc:455 #, php-format -msgid "Found %s department(s) that will not be visible in GOsa." +msgid "Can't set priority for ID '%s'. ID does not exist." msgstr "" -#: setup/class_setupStep_Migrate.inc:882 -msgid "There is no GOsa administrator account inside your LDAP." +#: include/class_multi_plug.inc:360 +msgid "You are currently editing mutliple entries." msgstr "" -#: setup/class_setupStep_Migrate.inc:945 -#, php-format -msgid "Cannot add ACL for user '%s':" +#: include/class_multi_plug.inc:389 +msgid "Password reset" msgstr "" -#: setup/class_setupStep_Migrate.inc:970 -msgid "Password error" +#: include/class_multi_plug.inc:389 +msgid "The user password was resetted, please set a new password value!" msgstr "" -#: setup/class_setupStep_Migrate.inc:970 -msgid "Provided passwords do not match!" +#: include/class_log.inc:87 +#, php-format +msgid "Logging failed: %s" msgstr "" -#: setup/class_setupStep_Migrate.inc:975 -msgid "Input error" +#: include/class_log.inc:106 +msgid "Logging to MySQL disabled" msgstr "" -#: setup/class_setupStep_Migrate.inc:975 -msgid "Specify a valid user ID!" +#: include/class_log.inc:106 +msgid "" +"The logging to a MySQL database is now disabled for this session of GOsa, " +"due to communication errors with the specified logging database." msgstr "" -#: setup/class_setupStep_Migrate.inc:1019 +#: include/class_log.inc:119 #, php-format -msgid "Adding an administrative user failed: object '%s' already exists!" -msgstr "" - -#: setup/class_setupStep_Migrate.inc:1030 -#: setup/class_setupStep_Migrate.inc:1056 -#: setup/class_setupStep_Migrate.inc:1104 -#: setup/class_setupStep_Migrate.inc:1152 -#: setup/class_setupStep_Migrate.inc:1916 setup/class_setupStep_Schema.inc:95 -#: include/class_MultiSelectWindow.inc:503 include/class_config.inc:224 -#: include/functions.inc:331 include/functions.inc:358 -#: include/functions.inc:367 include/functions.inc:396 -#: include/functions.inc:639 include/functions.inc:678 -#: include/functions.inc:723 include/functions.inc:1298 -#: include/functions.inc:2490 html/index.php:243 html/index.php:257 -#: html/index.php:270 -msgid "LDAP error" +msgid "Invalid option '%s' specified." msgstr "" -#: setup/class_setupStep_Migrate.inc:1056 -#: setup/class_setupStep_Migrate.inc:1104 -#: setup/class_setupStep_Migrate.inc:1152 -msgid "Cannot move users to the requested department!" +#: include/class_log.inc:123 +msgid "Specified objectType is empty or invalid" msgstr "" -#: setup/class_setupStep_Migrate.inc:1066 -msgid "Winstation will be moved from" +#: include/class_log.inc:144 +msgid "" +"You have enabled the logging into mysql database, but there are no logging " +"servers available." msgstr "" -#: setup/class_setupStep_Migrate.inc:1066 -#: setup/class_setupStep_Migrate.inc:1115 -#: setup/class_setupStep_Migrate.inc:1162 include/class_plugin.inc:1604 -msgid "to" +#: include/class_log.inc:152 +#, php-format +msgid "Cannot connect to logging server '%s'." msgstr "" -#: setup/class_setupStep_Migrate.inc:1077 -#: setup/class_setupStep_Migrate.inc:1125 -msgid "Updating following references too" +#: include/class_log.inc:157 +#, php-format +msgid "Cannot select database '%s' on server '%s': %s" msgstr "" -#: setup/class_setupStep_Migrate.inc:1115 -msgid "Group will be moved from" +#: include/class_log.inc:177 +#, php-format +msgid "Cannot query database '%s' on server '%s': %s" msgstr "" -#: setup/class_setupStep_Migrate.inc:1162 -msgid "User will be moved from" +#: setup/class_setupStep_Ldap.inc:53 +msgid "LDAP setup" msgstr "" -#: setup/class_setupStep_Migrate.inc:1172 -msgid "The following references will be updated" +#: setup/class_setupStep_Ldap.inc:54 +msgid "LDAP connection setup" msgstr "" -#: setup/class_setupStep_Migrate.inc:1613 +#: setup/class_setupStep_Ldap.inc:55 msgid "" -"The LDAP root object is missing. It is required to use your LDAP service." +"This dialog performs the basic configuration of the LDAP connectivity for " +"GOsa." msgstr "" -#: setup/class_setupStep_Migrate.inc:1614 -#: setup/class_setupStep_Migrate.inc:1627 -msgid "Try to create root object" +#: setup/class_setupStep_Ldap.inc:74 setup/class_setupStep_Config1.inc:88 +#: setup/class_setupStep_Config2.inc:160 setup/class_setupStep_Config3.inc:87 +#: setup/setup_feedback.tpl:55 setup/setup_feedback.tpl:73 +#: setup/class_setupStep_Schema.inc:63 +msgid "No" msgstr "" -#: setup/class_setupStep_Migrate.inc:1626 -msgid "Root object couldn't be created, you should try it on your own." +#: setup/class_setupStep_Ldap.inc:74 setup/class_setupStep_Config1.inc:88 +#: setup/class_setupStep_Config2.inc:160 setup/class_setupStep_Config3.inc:87 +#: setup/setup_feedback.tpl:53 setup/setup_feedback.tpl:71 +#: setup/class_setupStep_Schema.inc:63 +msgid "Yes" msgstr "" -#: setup/class_setupStep_Migrate.inc:1916 +#: setup/class_setupStep_Ldap.inc:105 #, php-format -msgid "Copy '%s' to '%s' failed:" +msgid "Anonymous bind failed on server '%s'." msgstr "" -#: setup/class_setupStep_Migrate.inc:1919 -msgid "Problem copying DNs" +#: setup/class_setupStep_Ldap.inc:107 +#, php-format +msgid "Bind as user '%s' failed on server '%s'." msgstr "" -#: setup/setup_frame.tpl:12 -msgid "GOsa setup wizard" +#: setup/class_setupStep_Ldap.inc:112 +#, php-format +msgid "Anonymous bind on server '%s' succeeded." msgstr "" -#: setup/setup_frame.tpl:19 -msgid "Installation" +#: setup/class_setupStep_Ldap.inc:113 +msgid "Please specify user and password." msgstr "" -#: setup/setup_frame.tpl:19 -msgid "Steps" +#: setup/class_setupStep_Ldap.inc:115 +#, php-format +msgid "Bind as user '%s' on server '%s' succeeded." msgstr "" -#: setup/class_setupStep_Feedback.inc:91 -msgid "UNIX accounts/groups" +#: setup/class_setupStep_License.inc:56 setup/class_setupStep_License.inc:57 +msgid "License" msgstr "" -#: setup/class_setupStep_Feedback.inc:93 -msgid "Samba management" +#: setup/class_setupStep_License.inc:58 +msgid "Terms and conditions for usage" msgstr "" -#: setup/class_setupStep_Feedback.inc:95 -msgid "Mailsystem management" +#: setup/class_setupStep_Language.inc:40 setup/class_setupStep_Language.inc:41 +msgid "Language setup" msgstr "" -#: setup/class_setupStep_Feedback.inc:97 -msgid "FAX system administration" +#: setup/class_setupStep_Language.inc:42 +msgid "This step allows you to select your preferred language." msgstr "" -#: setup/class_setupStep_Feedback.inc:99 -msgid "Asterisk administration" +#: setup/class_setupStep_Language.inc:47 +msgid "Automatic" msgstr "" -#: setup/class_setupStep_Feedback.inc:101 -msgid "System inventory" +#: setup/class_setup.inc:76 setup/class_setupStep_Feedback.inc:131 +msgid "Setup error" msgstr "" -#: setup/class_setupStep_Feedback.inc:103 -msgid "System-/Configmanagement" +#: setup/class_setup.inc:196 +msgid "Completed" msgstr "" -#: setup/class_setupStep_Feedback.inc:105 -msgid "Addressbook" +#: setup/setup_finish.tpl:3 +msgid "Create your configuration file" msgstr "" -#: setup/class_setupStep_Feedback.inc:111 -#: setup/class_setupStep_Feedback.inc:113 -msgid "Notification and feedback" +#: setup/setup_finish.tpl:13 +msgid "Download configuration" msgstr "" -#: setup/class_setupStep_Feedback.inc:112 -msgid "Get notifications or send feedback" +#: setup/setup_finish.tpl:18 +msgid "Status: " msgstr "" -#: setup/class_setupStep_Feedback.inc:131 setup/class_setup.inc:76 -msgid "Setup error" +#: setup/setup_ldap.tpl:7 +msgid "Please choose the LDAP user to be used by GOsa" msgstr "" -#: setup/class_setupStep_Feedback.inc:140 -#: setup/class_setupStep_Feedback.inc:147 -msgid "Feedback error" +#: setup/setup_ldap.tpl:13 ihtml/themes/default/help.tpl:21 +msgid "Search" msgstr "" -#: setup/class_setupStep_Feedback.inc:140 -#, php-format -msgid "Cannot send feedback to '%s': %s" +#: setup/setup_ldap.tpl:25 +msgid "LDAP connection" msgstr "" -#: setup/class_setupStep_Feedback.inc:147 -msgid "Cannot send feedback: service temporarily unavailable" +#: setup/setup_ldap.tpl:29 +msgid "Location name" msgstr "" -#: setup/class_setupStep_Feedback.inc:149 -msgid "Feedback sucessfully send" +#: setup/setup_ldap.tpl:37 +msgid "Connection URL" msgstr "" -#: setup/class_setupStep_Feedback.inc:179 -msgid "Please specify a valid email address." +#: setup/setup_ldap.tpl:45 +msgid "TLS connection" msgstr "" -#: setup/class_setupStep_Feedback.inc:183 -msgid "" -"You should have enabled at least one option, to subscribe or send your " -"feedback." +#: setup/setup_ldap.tpl:65 +msgid "Reload" msgstr "" -#: setup/class_setupStep_License.inc:56 setup/class_setupStep_License.inc:57 -msgid "License" +#: setup/setup_ldap.tpl:69 +msgid "Authentication" msgstr "" -#: setup/class_setupStep_License.inc:58 -msgid "Terms and conditions for usage" +#: setup/setup_ldap.tpl:73 +msgid "Admin DN" +msgstr "" + +#: setup/setup_ldap.tpl:78 +msgid "Select user" msgstr "" -#: setup/setup_config2.tpl:2 -msgid "Samba settings" +#: setup/setup_ldap.tpl:86 +msgid "Automatically append LDAP base to admin DN" msgstr "" -#: setup/setup_config2.tpl:6 -msgid "Samba hash generator" +#: setup/setup_ldap.tpl:93 +msgid "Admin password" msgstr "" -#: setup/setup_config2.tpl:31 -msgid "RID base" +#: setup/setup_ldap.tpl:101 +msgid "Schema based settings" msgstr "" -#: setup/setup_config2.tpl:46 -msgid "Workstation container" +#: setup/setup_ldap.tpl:105 +msgid "Use rfc2307bis compliant groups" msgstr "" -#: setup/setup_config2.tpl:61 -msgid "Samba SID mapping" +#: setup/setup_ldap.tpl:117 +msgid "Current status" msgstr "" -#: setup/setup_config2.tpl:71 -msgid "Timezone" +#: setup/class_setupStep_Config1.inc:74 setup/class_setupStep_Config1.inc:75 +msgid "GOsa settings 1/3" msgstr "" -#: setup/setup_config2.tpl:74 -msgid "Please your preferred timezone here" +#: setup/class_setupStep_Config1.inc:76 +msgid "GOsa generic settings" msgstr "" -#: setup/setup_config2.tpl:96 -msgid "Additional GOsa settings" +#: setup/class_setupStep_Config1.inc:118 +#, php-format +msgid "The specified value for '%s' must be a numeric value" msgstr "" -#: setup/setup_config2.tpl:100 -msgid "Enable Copy & Paste" +#: setup/class_setupStep_Config1.inc:118 setup/setup_config1.tpl:97 +msgid "GID / UID min id" msgstr "" -#: setup/setup_config2.tpl:112 -msgid "Enable DNS extension" +#: 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/setup_config2.tpl:124 -msgid "Enable DHCP extension" +#: setup/class_setupStep_Config1.inc:122 +msgid "People storage ou" msgstr "" -#: setup/setup_config2.tpl:136 -msgid "Enable mime type management" +#: setup/class_setupStep_Config1.inc:126 +msgid "Group storage ou" msgstr "" -#: setup/setup_config2.tpl:148 -msgid "Enable FAI release management" +#: setup/class_setupStep_Config1.inc:130 +msgid "Uid base must be numeric" msgstr "" -#: setup/setup_config2.tpl:160 -msgid "Enable user netatalk plugin" +#: setup/class_setupStep_Config1.inc:134 +msgid "The given password minimum length is not numeric." msgstr "" -#: setup/setup_config2.tpl:171 -msgid "Government mode" +#: setup/class_setupStep_Config1.inc:137 +msgid "The given password differ value is not numeric." msgstr "" -#: setup/setup_config2.tpl:180 -msgid "Mail settings" +#: setup/class_setupStep_Config2.inc:85 setup/class_setupStep_Config2.inc:86 +msgid "GOsa settings 2/3" msgstr "" -#: setup/setup_config2.tpl:184 -msgid "Mail method" +#: setup/class_setupStep_Config2.inc:87 +msgid "Customize special parameters" msgstr "" -#: setup/setup_config2.tpl:198 -msgid "Vacation templates" +#: setup/setup_license.tpl:8 +msgid "I have read the license and accept it" msgstr "" -#: setup/setup_config2.tpl:214 -msgid "Use Cyrus UNIX style" +#: setup/class_setupStep_Config3.inc:78 setup/class_setupStep_Config3.inc:79 +msgid "GOsa settings 3/3" msgstr "" -#: setup/setup_config2.tpl:224 -msgid "Snapshots / Undo" +#: setup/class_setupStep_Config3.inc:80 +msgid "Tweak some GOsa core behaviour" msgstr "" -#: setup/setup_config2.tpl:233 setup/setup_config2.tpl:278 -msgid "Enable snapshots" +#: setup/class_setupStep_Config3.inc:194 +msgid "Session lifetime must be a numeric value." msgstr "" -#: setup/setup_config2.tpl:239 setup/setup_config2.tpl:284 -msgid "Snapshot base" +#: setup/class_setupStep_Config3.inc:198 +msgid "Maximal ldap query time must be a numeric value. " msgstr "" #: setup/setup_feedback.tpl:6 @@ -4670,70 +4434,16 @@ msgstr "" msgid "Send feedback" msgstr "" -#: setup/setup_schema.tpl:3 -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 -msgid "Schema check succeeded" -msgstr "" - -#: setup/setup_schema.tpl:23 -msgid "Schema check failed" -msgstr "" - -#: setup/setup_license.tpl:8 -msgid "I have read the license and accept it" -msgstr "" - -#: setup/class_setup.inc:196 -msgid "Completed" -msgstr "" - -#: setup/class_setupStep_Ldap.inc:53 -msgid "LDAP setup" -msgstr "" - -#: setup/class_setupStep_Ldap.inc:54 -msgid "LDAP connection setup" -msgstr "" - -#: setup/class_setupStep_Ldap.inc:55 -msgid "" -"This dialog performs the basic configuration of the LDAP connectivity for " -"GOsa." -msgstr "" - -#: setup/class_setupStep_Ldap.inc:105 -#, php-format -msgid "Anonymous bind failed on server '%s'." -msgstr "" - -#: setup/class_setupStep_Ldap.inc:107 -#, php-format -msgid "Bind as user '%s' failed on server '%s'." -msgstr "" - -#: setup/class_setupStep_Ldap.inc:112 -#, php-format -msgid "Anonymous bind on server '%s' succeeded." +#: setup/class_setupStep_Welcome.inc:38 +msgid "Welcome" msgstr "" -#: setup/class_setupStep_Ldap.inc:113 -msgid "Please specify user and password." +#: setup/class_setupStep_Welcome.inc:39 +msgid "The welcome message" msgstr "" -#: setup/class_setupStep_Ldap.inc:115 -#, php-format -msgid "Bind as user '%s' on server '%s' succeeded." +#: setup/class_setupStep_Welcome.inc:40 +msgid "Welcome to GOsa setup wizard" msgstr "" #: setup/setup_config1.tpl:2 @@ -4844,19 +4554,136 @@ msgid "" "choose the dummy plugin to leave all your mail settings untouched." msgstr "" -#: setup/setup_language.tpl:3 -msgid "Please select the preferred language" +#: setup/setup_config3.tpl:2 +msgid "GOsa core settings" 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." +#: setup/setup_config3.tpl:6 +msgid "Disable primary group filter" +msgstr "" + +#: setup/setup_config3.tpl:18 +msgid "Display summary in listings" +msgstr "" + +#: setup/setup_config3.tpl:30 +msgid "Honour administrative units" +msgstr "" + +#: setup/setup_config3.tpl:42 +msgid "Smarty compile directory" +msgstr "" + +#: setup/setup_config3.tpl:51 +msgid "SNMP community" +msgstr "" + +#: setup/setup_config3.tpl:60 +msgid "Path for PPD storage" +msgstr "" + +#: setup/setup_config3.tpl:77 +msgid "Path for kiosk profile storage" +msgstr "" + +#: setup/setup_config3.tpl:96 +msgid "Enable system deployment" +msgstr "" + +#: setup/setup_config3.tpl:115 +msgid "Mail queue script" +msgstr "" + +#: setup/setup_config3.tpl:134 +msgid "Notification script" +msgstr "" + +#: setup/setup_config3.tpl:153 +msgid "Enable edit locking" +msgstr "" + +#: setup/setup_config3.tpl:174 +msgid "Special search method for huge ldap servers." +msgstr "" + +#: setup/setup_config3.tpl:185 +msgid "Login and session" +msgstr "" + +#: setup/setup_config3.tpl:188 +msgid "Login attribute" +msgstr "" + +#: setup/setup_config3.tpl:199 +msgid "Enforce register_globals to be deactivated" +msgstr "" + +#: setup/setup_config3.tpl:211 +msgid "Enforce encrypted connections" +msgstr "" + +#: setup/setup_config3.tpl:223 +msgid "Warn if session is not encrypted" +msgstr "" + +#: setup/setup_config3.tpl:235 +msgid "Remember dialog filter settings" +msgstr "" + +#: setup/setup_config3.tpl:247 +msgid "Session lifetime" +msgstr "" + +#: setup/setup_config3.tpl:256 +msgid "Debugging" +msgstr "" + +#: setup/setup_config3.tpl:260 +msgid "Show PHP errors" +msgstr "" + +#: setup/setup_config3.tpl:272 +msgid "Maximum LDAP query time" +msgstr "" + +#: setup/setup_config3.tpl:290 +msgid "Log LDAP statistics" +msgstr "" + +#: setup/setup_config3.tpl:302 +msgid "Debug level" +msgstr "" + +#: setup/setup_config3.tpl:307 setup/setup_config3.tpl:310 +msgid "Disabled" +msgstr "" + +#: setup/setup_config3.tpl:308 setup/setup_config3.tpl:311 +msgid "Enabled" +msgstr "" + +#: setup/setup_frame.tpl:12 +msgid "GOsa setup wizard" +msgstr "" + +#: setup/setup_frame.tpl:19 +msgid "Installation" +msgstr "" + +#: setup/setup_frame.tpl:19 +msgid "Steps" +msgstr "" + +#: setup/class_setupStep_Schema.inc:40 setup/class_setupStep_Schema.inc:41 +msgid "LDAP schema check" msgstr "" -#: setup/setup_language.tpl:9 -msgid "Please your preferred language here" +#: setup/class_setupStep_Schema.inc:42 +msgid "Perform test on your current LDAP schema" +msgstr "" + +#: setup/class_setupStep_Schema.inc:95 html/index.php:258 +msgid "Cannot detect information about the installed LDAP schema!" msgstr "" #: setup/class_setupStep_Checks.inc:38 setup/class_setupStep_Checks.inc:39 @@ -5165,168 +4992,172 @@ msgid "" "write the configuration directly if it is writeable." msgstr "" -#: setup/setup_config3.tpl:2 -msgid "GOsa core settings" -msgstr "" - -#: setup/setup_config3.tpl:6 -msgid "Disable primary group filter" -msgstr "" - -#: setup/setup_config3.tpl:18 -msgid "Display summary in listings" +#: 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_config3.tpl:30 -msgid "Honour administrative units" +#: setup/setup_welcome.tpl:8 +msgid "What will the wizard do for you?" msgstr "" -#: setup/setup_config3.tpl:42 -msgid "Smarty compile directory" +#: setup/setup_welcome.tpl:11 +msgid "Create a basic, single site configuration" msgstr "" -#: setup/setup_config3.tpl:51 -msgid "SNMP community" +#: setup/setup_welcome.tpl:12 +msgid "Tries to find problems within your PHP and LDAP setup" msgstr "" -#: setup/setup_config3.tpl:60 -msgid "Path for PPD storage" +#: setup/setup_welcome.tpl:13 +msgid "Let you choose from a set of basic and advanced configuration switches" msgstr "" -#: setup/setup_config3.tpl:77 -msgid "Path for kiosk profile storage" +#: setup/setup_welcome.tpl:14 +msgid "Guided migration of existing LDAP trees" msgstr "" -#: setup/setup_config3.tpl:96 -msgid "Enable system deployment" +#: setup/setup_welcome.tpl:17 +msgid "What will the wizard NOT do for you?" msgstr "" -#: setup/setup_config3.tpl:116 -msgid "Network resolv hook" +#: setup/setup_welcome.tpl:20 +msgid "Find every possible configuration error" msgstr "" -#: setup/setup_config3.tpl:135 -msgid "Mail queue script" +#: setup/setup_welcome.tpl:21 +msgid "Migrate every possible LDAP setup - create backup dumps!" msgstr "" -#: setup/setup_config3.tpl:154 -msgid "Notification script" +#: setup/setup_welcome.tpl:25 +msgid "To continue..." msgstr "" -#: setup/setup_config3.tpl:173 -msgid "Enable edit locking" +#: 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:" msgstr "" -#: setup/setup_config3.tpl:192 -msgid "Login and session" +#: setup/setup_welcome.tpl:34 +msgid "Click the 'Continue' button when you've finished." msgstr "" -#: setup/setup_config3.tpl:195 -msgid "Login attribute" +#: setup/setup_checks.tpl:9 +msgid "PHP module and extension checks" msgstr "" -#: setup/setup_config3.tpl:206 -msgid "Enforce register_globals to be deactivated" +#: setup/setup_checks.tpl:41 setup/setup_checks.tpl:103 +msgid "GOsa will NOT run without fixing this." msgstr "" -#: setup/setup_config3.tpl:218 -msgid "Enforce encrypted connections" +#: setup/setup_checks.tpl:45 setup/setup_checks.tpl:107 +msgid "GOsa will run without fixing this." msgstr "" -#: setup/setup_config3.tpl:230 -msgid "Warn if session is not encrypted" +#: setup/setup_checks.tpl:67 +msgid "PHP setup configuration" msgstr "" -#: setup/setup_config3.tpl:242 -msgid "Remember dialog filter settings" +#: setup/setup_checks.tpl:67 +msgid "show information" msgstr "" -#: setup/setup_config3.tpl:254 -msgid "Session lifetime" +#: setup/setup_schema.tpl:3 +msgid "Schema specific settings" msgstr "" -#: setup/setup_config3.tpl:262 -msgid "Debugging" +#: setup/setup_schema.tpl:7 +msgid "Enable schema validation when logging in" msgstr "" -#: setup/setup_config3.tpl:266 -msgid "Show PHP errors" +#: setup/setup_schema.tpl:16 +msgid "Check status" msgstr "" -#: setup/setup_config3.tpl:278 -msgid "Maximum LDAP query time" +#: setup/setup_schema.tpl:20 +msgid "Schema check succeeded" msgstr "" -#: setup/setup_config3.tpl:296 -msgid "Log LDAP statistics" +#: setup/setup_schema.tpl:23 +msgid "Schema check failed" msgstr "" -#: setup/setup_config3.tpl:308 -msgid "Debug level" +#: setup/class_setupStep_Feedback.inc:91 +msgid "UNIX accounts/groups" msgstr "" -#: setup/setup_config3.tpl:313 setup/setup_config3.tpl:316 -msgid "Disabled" +#: setup/class_setupStep_Feedback.inc:93 +msgid "Samba management" msgstr "" -#: setup/setup_config3.tpl:314 setup/setup_config3.tpl:317 -msgid "Enabled" +#: setup/class_setupStep_Feedback.inc:95 +msgid "Mailsystem management" msgstr "" -#: setup/class_setupStep_Welcome.inc:38 -msgid "Welcome" +#: setup/class_setupStep_Feedback.inc:97 +msgid "FAX system administration" msgstr "" -#: setup/class_setupStep_Welcome.inc:39 -msgid "The welcome message" +#: setup/class_setupStep_Feedback.inc:99 +msgid "Asterisk administration" msgstr "" -#: setup/class_setupStep_Welcome.inc:40 -msgid "Welcome to GOsa setup wizard" +#: setup/class_setupStep_Feedback.inc:101 +msgid "System inventory" msgstr "" -#: setup/class_setupStep_Schema.inc:40 setup/class_setupStep_Schema.inc:41 -msgid "LDAP schema check" +#: setup/class_setupStep_Feedback.inc:103 +msgid "System-/Configmanagement" msgstr "" -#: setup/class_setupStep_Schema.inc:42 -msgid "Perform test on your current LDAP schema" +#: setup/class_setupStep_Feedback.inc:105 +msgid "Addressbook" msgstr "" -#: setup/class_setupStep_Schema.inc:95 html/index.php:257 -msgid "Cannot detect information about the installed LDAP schema!" +#: setup/class_setupStep_Feedback.inc:111 +#: setup/class_setupStep_Feedback.inc:113 +msgid "Notification and feedback" msgstr "" -#: setup/setup_checks.tpl:9 -msgid "PHP module and extension checks" +#: setup/class_setupStep_Feedback.inc:112 +msgid "Get notifications or send feedback" msgstr "" -#: setup/setup_checks.tpl:41 setup/setup_checks.tpl:103 -msgid "GOsa will NOT run without fixing this." +#: setup/class_setupStep_Feedback.inc:140 +#: setup/class_setupStep_Feedback.inc:147 +msgid "Feedback error" msgstr "" -#: setup/setup_checks.tpl:45 setup/setup_checks.tpl:107 -msgid "GOsa will run without fixing this." +#: setup/class_setupStep_Feedback.inc:140 +#, php-format +msgid "Cannot send feedback to '%s': %s" msgstr "" -#: setup/setup_checks.tpl:67 -msgid "PHP setup configuration" +#: setup/class_setupStep_Feedback.inc:147 +msgid "Cannot send feedback: service temporarily unavailable" msgstr "" -#: setup/setup_checks.tpl:67 -msgid "show information" +#: setup/class_setupStep_Feedback.inc:149 +msgid "Feedback sucessfully send" msgstr "" -#: setup/setup_finish.tpl:3 -msgid "Create your configuration file" +#: setup/class_setupStep_Feedback.inc:179 +msgid "Please specify a valid email address." msgstr "" -#: setup/setup_finish.tpl:13 -msgid "Download configuration" +#: setup/class_setupStep_Feedback.inc:183 +msgid "" +"You have to select at least one of both options, subscribe or send feedback." msgstr "" -#: setup/setup_finish.tpl:18 -msgid "Status: " +#: setup/class_setupStep_Finish.inc:37 +#: ihtml/themes/default/copyPasteDialog.tpl:32 +msgid "Finish" msgstr "" #: setup/class_setupStep_Finish.inc:38 @@ -5339,7 +5170,7 @@ msgstr "" #: setup/class_setupStep_Finish.inc:100 msgid "" -"Your configuration file is currently world readable. Please updated the file " +"Your configuration file is currently world readable. Please update the file " "permissions!" msgstr "" @@ -5356,1213 +5187,1137 @@ msgid "" "requirement:" msgstr "" -#: setup/class_setupStep_Config2.inc:87 setup/class_setupStep_Config2.inc:88 -msgid "GOsa settings 2/3" -msgstr "" - -#: setup/class_setupStep_Config2.inc:89 -msgid "Customize special parameters" -msgstr "" - -#: include/functions_helpviewer.inc:43 -#, php-format -msgid "XML error in guide.xml: %s at line %d" -msgstr "" - -#: include/functions_helpviewer.inc:86 -msgid "No help available for this plugin." -msgstr "" - -#: include/functions_helpviewer.inc:95 html/helpviewer.php:196 -msgid "previous" -msgstr "" - -#: include/functions_helpviewer.inc:99 html/helpviewer.php:200 -msgid "next" -msgstr "" - -#: include/functions_helpviewer.inc:387 -#, php-format -msgid "%s results for your search with the keyword %s" -msgstr "" - -#: include/functions_helpviewer.inc:461 -#, php-format -msgid "%s%% hit rate in file %s" -msgstr "" - -#: include/class_tabs.inc:214 -#, php-format -msgid "Delete process has been canceled by plugin '%s': %s" -msgstr "" - -#: include/class_tabs.inc:341 include/class_acl.inc:1092 -#: include/class_acl.inc:1093 include/class_acl.inc:1098 -msgid "ACL" -msgstr "" - -#: include/class_tabs.inc:344 -msgid "References" -msgstr "" - -#: include/class_plugin.inc:436 -#, php-format -msgid "" -"Command '%s', specified as CHECK hook for plugin '%s' doesn't seem to exist." -msgstr "" - -#: include/class_plugin.inc:490 -msgid "" -"The object has changed since opened in GOsa. Please ensure that nobody has " -"done serious changes that may get lost if you save this entry." -msgstr "" - -#: include/class_plugin.inc:623 -#, php-format -msgid "" -"Command '%s', specified as POSTCREATE for plugin '%s' doesn't seem to exist." -msgstr "" - -#: include/class_plugin.inc:655 include/functions.inc:2508 -#, php-format -msgid "" -"Command '%s', specified as POSTMODIFY for plugin '%s' doesn't seem to exist." -msgstr "" - -#: include/class_plugin.inc:691 -#, php-format -msgid "" -"Command '%s', specified as POSTREMOVE for plugin '%s' doesn't seem to exist." +#: setup/class_setupStep_Migrate.inc:105 setup/class_setupStep_Migrate.inc:106 +msgid "LDAP inspection" msgstr "" -#: include/class_plugin.inc:1080 include/class_plugin.inc:1127 -#: include/class_plugin.inc:1128 -#, php-format -msgid "Saving object snapshot with dn '%s' failed." +#: setup/class_setupStep_Migrate.inc:107 +msgid "Analyze your current LDAP for GOsa compatibility" msgstr "" -#: include/class_plugin.inc:1154 include/class_plugin.inc:1166 -#, php-format -msgid "" -"The snapshot functionality is enabled, but the required variable '%s' is not " -"set." +#: setup/class_setupStep_Migrate.inc:113 +msgid "Checking for root object" msgstr "" -#: include/class_plugin.inc:1202 -#, php-format -msgid "Method get available snapshots with dn '%s' failed." +#: setup/class_setupStep_Migrate.inc:119 +msgid "Checking permissions on LDAP database" msgstr "" -#: include/class_plugin.inc:1258 -#, php-format -msgid "Method get deleted snapshots with dn '%s' failed." +#: setup/class_setupStep_Migrate.inc:125 +msgid "Checking for invisible departments" msgstr "" -#: include/class_plugin.inc:1322 include/class_plugin.inc:1336 -#, php-format -msgid "Restore snapshot with dn '%s' failed." +#: setup/class_setupStep_Migrate.inc:131 +msgid "Checking for invisible users" msgstr "" -#: include/class_plugin.inc:1602 -msgid "Changing ACL dn" +#: setup/class_setupStep_Migrate.inc:137 +msgid "Checking for super administrator" msgstr "" -#: include/class_plugin.inc:1602 -msgid "from" +#: setup/class_setupStep_Migrate.inc:143 +msgid "Checking for users outside the people tree" msgstr "" -#: include/class_MultiSelectWindow.inc:219 -msgid "Go to root department" +#: setup/class_setupStep_Migrate.inc:149 +msgid "Checking for groups outside the groups tree" msgstr "" -#: include/class_MultiSelectWindow.inc:219 -#: include/class_MultiSelectWindow.inc:221 -msgid "Root" +#: setup/class_setupStep_Migrate.inc:155 +msgid "Checking for windows workstations outside the winstation tree" msgstr "" -#: include/class_MultiSelectWindow.inc:227 -msgid "Go up one department" +#: setup/class_setupStep_Migrate.inc:161 +msgid "Checking for duplicate uid numbers" msgstr "" -#: include/class_MultiSelectWindow.inc:235 -msgid "Go to users department" +#: setup/class_setupStep_Migrate.inc:167 +msgid "Checking for duplicate gid numbers" msgstr "" -#: include/class_MultiSelectWindow.inc:235 -#: include/class_MultiSelectWindow.inc:237 -msgid "Home" +#: setup/class_setupStep_Migrate.inc:190 setup/class_setupStep_Migrate.inc:239 +#: setup/class_setupStep_Migrate.inc:301 setup/class_setupStep_Migrate.inc:362 +#: setup/class_setupStep_Migrate.inc:429 setup/class_setupStep_Migrate.inc:503 +#: setup/class_setupStep_Migrate.inc:588 setup/class_setupStep_Migrate.inc:718 +#: setup/class_setupStep_Migrate.inc:807 +msgid "LDAP query failed" msgstr "" -#: include/class_MultiSelectWindow.inc:242 -msgid "Reload list" +#: setup/class_setupStep_Migrate.inc:191 setup/class_setupStep_Migrate.inc:240 +#: setup/class_setupStep_Migrate.inc:302 setup/class_setupStep_Migrate.inc:363 +#: setup/class_setupStep_Migrate.inc:430 setup/class_setupStep_Migrate.inc:504 +#: setup/class_setupStep_Migrate.inc:589 setup/class_setupStep_Migrate.inc:719 +#: setup/class_setupStep_Migrate.inc:808 +msgid "Possibly the 'root object' is missing." msgstr "" -#: include/class_MultiSelectWindow.inc:503 +#: setup/class_setupStep_Migrate.inc:213 #, php-format -msgid "Inconsistent DN encoding detected: '%s'" +msgid "Found %s duplicate values for attribute 'uidNumber'." msgstr "" -#: include/class_MultiSelectWindow.inc:622 -#: include/class_MultiSelectWindow.inc:626 -#: include/class_MultiSelectWindow.inc:630 -msgid "Restore" +#: setup/class_setupStep_Migrate.inc:262 +#, php-format +msgid "Found %s duplicate values for attribute 'gidNumber'." msgstr "" -#: include/class_MultiSelectWindow.inc:625 -msgid "Restore snapshopts of already deleted objects" +#: setup/class_setupStep_Migrate.inc:317 setup/class_setupStep_Migrate.inc:518 +#: setup/class_setupStep_Migrate.inc:531 setup/class_setupStep_Migrate.inc:881 +#: setup/class_setupStep_Migrate.inc:1612 +#: setup/class_setupStep_Migrate.inc:1625 +msgid "Failed" msgstr "" -#: include/class_MultiSelectWindow.inc:648 -#: include/class_SnapShotDialog.inc:113 -msgid "Restore snapshot" +#: setup/class_setupStep_Migrate.inc:319 +#, php-format +msgid "" +"Found %s winstations outside the predefined winstation department ou '%s'." msgstr "" -#: include/class_MultiSelectWindow.inc:654 -msgid "Create snapshot" +#: setup/class_setupStep_Migrate.inc:320 setup/class_setupStep_Migrate.inc:599 +#: setup/class_setupStep_Migrate.inc:728 +msgid "Migrate" msgstr "" -#: include/class_MultiSelectWindow.inc:654 -msgid "Create a new snapshot from this object" +#: setup/class_setupStep_Migrate.inc:387 +#, php-format +msgid "Found %s groups outside the configured tree '%s'." msgstr "" -#: include/class_pluglist.inc:55 -msgid "All objects in this category" +#: setup/class_setupStep_Migrate.inc:388 setup/class_setupStep_Migrate.inc:463 +msgid "Move" msgstr "" -#: include/class_pluglist.inc:152 -msgid "The configuration format has changed. Please re-run setup!" +#: setup/class_setupStep_Migrate.inc:462 +#, php-format +msgid "Found %s user(s) outside the configured tree '%s'." msgstr "" -#: include/class_certificate.inc:35 -msgid "Can't open specified file, check accessibility and or existence" +#: setup/class_setupStep_Migrate.inc:520 setup/class_setupStep_Migrate.inc:533 +#, php-format +msgid "" +"The specified user '%s' does not have full access to your ldap database." msgstr "" -#: include/class_certificate.inc:53 -msgid "Can't read specified certificate / or empty string given" +#: setup/class_setupStep_Migrate.inc:597 +#, php-format +msgid "Found %s user(s) that will not be visible in GOsa." msgstr "" -#: include/class_certificate.inc:80 -msgid "Can't load certificate, possibly unsupported format (use PEM/DER) " +#: setup/class_setupStep_Migrate.inc:647 setup/class_setupStep_Migrate.inc:779 +#: setup/class_setupStep_Migrate.inc:945 +msgid "Migration error" msgstr "" -#: include/class_certificate.inc:95 -msgid "The Format must be PEM, to output certificate informations" +#: setup/class_setupStep_Migrate.inc:647 setup/class_setupStep_Migrate.inc:779 +#, php-format +msgid "Cannot migrate department '%s':" msgstr "" -#: include/class_certificate.inc:192 -msgid "Can't create/open File" +#: setup/class_setupStep_Migrate.inc:727 +#, php-format +msgid "Found %s department(s) that will not be visible in GOsa." msgstr "" -#: include/class_certificate.inc:199 -msgid "No valid certificate loaded" +#: setup/class_setupStep_Migrate.inc:882 +msgid "There is no GOsa administrator account inside your LDAP." msgstr "" -#: include/class_socketClient.inc:37 -msgid "The mcrypt module was not found. Please install php5-mcrypt." +#: setup/class_setupStep_Migrate.inc:945 +#, php-format +msgid "Cannot add ACL for user '%s':" msgstr "" -#: include/class_SnapShotDialog.inc:63 -#, php-format -msgid "You're about to delete the snapshot '%s'." +#: setup/class_setupStep_Migrate.inc:970 +msgid "Password error" msgstr "" -#: include/class_SnapShotDialog.inc:115 -msgid "Remove snapshot" +#: setup/class_setupStep_Migrate.inc:970 +msgid "Provided passwords do not match!" msgstr "" -#: include/class_SnapShotDialog.inc:117 include/class_SnapShotDialog.inc:137 -msgid "Y-m-d, H:i:s" +#: setup/class_setupStep_Migrate.inc:975 +msgid "Input error" msgstr "" -#: include/class_SnapShotDialog.inc:149 -msgid "Please specify a valid description for this snapshot." +#: setup/class_setupStep_Migrate.inc:975 +msgid "Specify a valid user ID!" msgstr "" -#: include/class_config.inc:104 +#: setup/class_setupStep_Migrate.inc:1019 #, php-format -msgid "XML error in gosa.conf: %s at line %d" +msgid "Adding an administrative user failed: object '%s' already exists!" msgstr "" -#: include/class_config.inc:107 -msgid "Config file parsing" +#: setup/class_setupStep_Migrate.inc:1056 +#: setup/class_setupStep_Migrate.inc:1104 +#: setup/class_setupStep_Migrate.inc:1152 +msgid "Cannot move users to the requested department!" msgstr "" -#: include/class_config.inc:224 html/index.php:243 -msgid "Can't bind to LDAP. Please contact the system administrator." +#: setup/class_setupStep_Migrate.inc:1066 +msgid "Winstation will be moved from" msgstr "" -#: include/class_config.inc:554 -msgid "SID and/or RIDBASE missing in the configuration!" +#: setup/class_setupStep_Migrate.inc:1077 +#: setup/class_setupStep_Migrate.inc:1125 +msgid "Updating following references too" msgstr "" -#: include/class_log.inc:87 include/class_acl.inc:806 -#: include/functions.inc:437 include/functions.inc:582 -#: include/functions.inc:607 include/functions.inc:668 -#: include/functions.inc:981 include/functions.inc:1862 -#: include/functions.inc:1896 include/functions.inc:1916 -#: include/class_ldap.inc:561 include/class_ldap.inc:609 -#: include/class_CopyPasteHandler.inc:131 -#: include/class_CopyPasteHandler.inc:250 html/getvcard.php:36 -msgid "Internal error" +#: setup/class_setupStep_Migrate.inc:1115 +msgid "Group will be moved from" msgstr "" -#: include/class_log.inc:87 -#, php-format -msgid "Logging failed: %s" +#: setup/class_setupStep_Migrate.inc:1162 +msgid "User will be moved from" msgstr "" -#: include/class_log.inc:106 -msgid "Logging to MySQL disabled" +#: setup/class_setupStep_Migrate.inc:1172 +msgid "The following references will be updated" msgstr "" -#: include/class_log.inc:106 +#: setup/class_setupStep_Migrate.inc:1613 msgid "" -"The logging to a MySQL database is now disabled for this session of GOsa, " -"due to communication errors with the specified logging database." +"The LDAP root object is missing. It is required to use your LDAP service." msgstr "" -#: include/class_log.inc:119 -#, php-format -msgid "Invalid option '%s' specified." +#: setup/class_setupStep_Migrate.inc:1614 +#: setup/class_setupStep_Migrate.inc:1627 +msgid "Try to create root object" msgstr "" -#: include/class_log.inc:123 -msgid "Specified objectType is empty or invalid" +#: setup/class_setupStep_Migrate.inc:1626 +msgid "Root object couldn't be created, you should try it on your own." msgstr "" -#: include/class_log.inc:144 -msgid "" -"You have enabled the logging into mysql databse, but there are no logging " -"servers available." +#: setup/class_setupStep_Migrate.inc:1916 +#, php-format +msgid "Copy '%s' to '%s' failed:" msgstr "" -#: include/class_log.inc:152 -#, php-format -msgid "Cannot connect to logging server '%s'." +#: setup/class_setupStep_Migrate.inc:1919 +msgid "Problem copying DNs" msgstr "" -#: include/class_log.inc:157 -#, php-format -msgid "Cannot select database '%s' on server '%s': %s" +#: setup/setup_language.tpl:3 +msgid "Please select the preferred language" msgstr "" -#: include/class_log.inc:177 -#, php-format -msgid "Cannot query database '%s' on server '%s': %s" +#: 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 "" -#: include/php_setup.inc:91 -msgid "Generating this page caused the PHP interpreter to raise some errors!" +#: setup/setup_language.tpl:9 +msgid "Please select your preferred language here" msgstr "" -#: include/php_setup.inc:96 -msgid "Send bug report to the GOsa Team" +#: setup/setup_config2.tpl:2 +msgid "Samba settings" msgstr "" -#: include/php_setup.inc:96 -msgid "Send bugreport" +#: setup/setup_config2.tpl:6 +msgid "Samba hash generator" msgstr "" -#: include/php_setup.inc:101 -msgid "Toggle information" +#: setup/setup_config2.tpl:31 +msgid "RID base" msgstr "" -#: include/php_setup.inc:111 -msgid "PHP error" +#: setup/setup_config2.tpl:46 +msgid "Workstation container" msgstr "" -#: include/php_setup.inc:130 -msgid "class" +#: setup/setup_config2.tpl:61 +msgid "Samba SID mapping" msgstr "" -#: include/php_setup.inc:136 -msgid "function" +#: setup/setup_config2.tpl:71 +msgid "Timezone" msgstr "" -#: include/php_setup.inc:141 -msgid "static" +#: setup/setup_config2.tpl:74 +msgid "Please choose your preferred timezone here" msgstr "" -#: include/php_setup.inc:145 -msgid "method" +#: setup/setup_config2.tpl:96 +msgid "Additional GOsa settings" msgstr "" -#: include/php_setup.inc:178 -msgid "Trace" +#: setup/setup_config2.tpl:100 +msgid "Enable Copy & Paste" msgstr "" -#: include/php_setup.inc:179 -msgid "File" +#: setup/setup_config2.tpl:112 +msgid "Enable DNS extension" msgstr "" -#: include/php_setup.inc:179 -msgid "Line" +#: setup/setup_config2.tpl:124 +msgid "Enable DHCP extension" msgstr "" -#: include/php_setup.inc:179 -msgid "Type" +#: setup/setup_config2.tpl:136 +msgid "Enable mime type management" msgstr "" -#: include/php_setup.inc:180 -msgid "Arguments" +#: setup/setup_config2.tpl:148 +msgid "Enable FAI release management" msgstr "" -#: include/class_acl.inc:6 -msgid "Access control" +#: setup/setup_config2.tpl:160 +msgid "Enable user netatalk plugin" msgstr "" -#: include/class_acl.inc:190 include/class_acl.inc:193 -msgid "Use ACL defined in role" +#: setup/setup_config2.tpl:171 +msgid "Government mode" msgstr "" -#: include/class_acl.inc:645 include/class_acl.inc:652 -msgid "Show/Hide Advanced Settings" +#: setup/setup_config2.tpl:180 +msgid "Mail settings" msgstr "" -#: include/class_acl.inc:670 -msgid "Create objects" +#: setup/setup_config2.tpl:184 +msgid "Mail method" msgstr "" -#: include/class_acl.inc:671 -msgid "Move objects" +#: setup/setup_config2.tpl:200 +msgid "Account identification attribute" msgstr "" -#: include/class_acl.inc:672 -msgid "Remove objects" +#: setup/setup_config2.tpl:214 +msgid "Vacation templates" msgstr "" -#: include/class_acl.inc:674 include/class_acl.inc:680 -msgid "Modifyable by owner" +#: setup/setup_config2.tpl:230 +msgid "Use Cyrus UNIX style" msgstr "" -#: include/class_acl.inc:677 -msgid "Move object" +#: setup/setup_config2.tpl:240 +msgid "Snapshots / Undo" msgstr "" -#: include/class_acl.inc:678 -msgid "Remove object" +#: setup/setup_config2.tpl:249 setup/setup_config2.tpl:294 +msgid "Enable snapshots" msgstr "" -#: include/class_acl.inc:685 include/class_acl.inc:776 -msgid "read" +#: setup/setup_config2.tpl:255 setup/setup_config2.tpl:300 +msgid "Snapshot base" msgstr "" -#: include/class_acl.inc:686 include/class_acl.inc:778 -msgid "write" +#: 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 "" -#: include/class_acl.inc:690 -msgid "Complete object" +#: setup/setup_migrate.tpl:33 +msgid "Check again" msgstr "" -#: include/class_acl.inc:806 -#, php-format -msgid "Unkown ACL type '%s'. Don't know how to handle it." +#: setup/setup_migrate.tpl:37 +msgid "Move windows workstations into a valid windows workstation department" msgstr "" -#: include/class_acl.inc:849 -#, php-format -msgid "Unknown entry '%s'!" +#: setup/setup_migrate.tpl:39 +msgid "" +"This dialog allows you to move the displayed windows workstations into a " +"valid department" msgstr "" -#: include/class_acl.inc:909 include/class_acl.inc:911 -#, php-format -msgid "Role: %s" +#: setup/setup_migrate.tpl:41 +msgid "" +"Be careful with this tool, there may be references pointing to this " +"workstations that can't be migrated." msgstr "" -#: include/class_acl.inc:911 -msgid "Unknown role, possibly removed" +#: setup/setup_migrate.tpl:65 setup/setup_migrate.tpl:121 +#: setup/setup_migrate.tpl:173 setup/setup_migrate.tpl:293 +#: setup/setup_migrate.tpl:346 +msgid "Select all" msgstr "" -#: include/class_acl.inc:919 -#, php-format -msgid "Contains settings for these objects: %s" +#: setup/setup_migrate.tpl:67 +msgid "Move selected windows workstations into the following GOsa department" msgstr "" -#: include/class_acl.inc:928 -msgid "Members:" +#: setup/setup_migrate.tpl:72 +msgid "Move selected workstations" msgstr "" -#: include/class_acl.inc:934 -msgid "ACL is valid for all users" +#: setup/setup_migrate.tpl:73 +msgid "What will be done here" msgstr "" -#: include/class_acl.inc:1093 -msgid "Access control list" +#: setup/setup_migrate.tpl:85 +msgid "Move groups into configured group tree" msgstr "" -#: include/class_acl.inc:1101 -msgid "Role name" +#: setup/setup_migrate.tpl:88 +msgid "" +"This dialog allows moving a couple of groups to the configured group tree. " +"Doing this may straighten your LDAP service." msgstr "" -#: include/class_acl.inc:1102 -msgid "Role description" +#: setup/setup_migrate.tpl:91 +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 "" -#: include/class_msg_dialog.inc:91 -msgid "Please fix the above error and reload the page." +#: setup/setup_migrate.tpl:94 +msgid "Move selected groups into this group tree" msgstr "" -#: include/class_hostActionQueue.inc:68 include/class_hostActionQueue.inc:193 -#, php-format -msgid "Can't locate gotomasses queue file '%s'." +#: setup/setup_migrate.tpl:125 setup/setup_migrate.tpl:177 +#: setup/setup_migrate.tpl:297 setup/setup_migrate.tpl:350 +msgid "Hide changes" msgstr "" -#: include/class_hostActionQueue.inc:72 -#, php-format -msgid "Can't read gotomasses queue file '%s'." +#: setup/setup_migrate.tpl:127 setup/setup_migrate.tpl:179 +#: setup/setup_migrate.tpl:299 setup/setup_migrate.tpl:352 +msgid "Show changes" msgstr "" -#: include/class_hostActionQueue.inc:79 -#, php-format -msgid "Can't read gotomasses storage file '%s'." +#: setup/setup_migrate.tpl:140 +msgid "Move users into configured user tree" msgstr "" -#: include/class_hostActionQueue.inc:142 -msgid "Entry broken, skipped." +#: setup/setup_migrate.tpl:142 +msgid "" +"This dialog allows moving a couple of users to the configured user tree. " +"Doing this may straighten your LDAP service." msgstr "" -#: include/class_hostActionQueue.inc:197 include/class_hostActionQueue.inc:206 -#, php-format -msgid "Can't write gotomasses queue file '%s'." +#: setup/setup_migrate.tpl:145 +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 "" -#: include/class_hostActionQueue.inc:201 -msgid "The queue file was modified since last reload. Can't save changes." +#: setup/setup_migrate.tpl:148 +msgid "Move selected users into this people tree" msgstr "" -#: include/class_hostActionQueue.inc:276 -#, php-format -msgid "Entry with id '%s' not found." +#: setup/setup_migrate.tpl:198 +msgid "Next" msgstr "" -#: include/class_hostActionQueue.inc:286 -#, php-format -msgid "Could not update entry, entry with id '%s' not found." +#: setup/setup_migrate.tpl:199 +msgid "Abort" msgstr "" -#: include/class_hostActionQueue.inc:297 -#, php-format -msgid "Could not remove entry, entry with id '%s' not found." +#: setup/setup_migrate.tpl:201 +msgid "Create a new GOsa administrator account" msgstr "" -#: include/class_hostActionQueue.inc:371 include/class_hostActionQueue.inc:389 -#: include/class_hostActionQueue.inc:420 include/class_hostActionQueue.inc:455 -#, php-format -msgid "Can't set priority for ID '%s'. ID does not exist." +#: setup/setup_migrate.tpl:204 +msgid "" +"This dialog will automatically add a new super administrator to your LDAP " +"tree." msgstr "" -#: include/functions.inc:98 -#, php-format -msgid "Fatal error: no class locations defined - please run '%s' to fix this" +#: setup/setup_migrate.tpl:233 +msgid "Password (again)" msgstr "" -#: include/functions.inc:105 -#, php-format -msgid "Fatal error: cannot instantiate class '%s' - execution aborted" +#: setup/setup_migrate.tpl:258 +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 "" -#: include/functions.inc:305 -#, php-format -msgid "FATAL: Error when connecting the LDAP. Server said '%s'." +#: setup/setup_migrate.tpl:259 setup/setup_migrate.tpl:314 +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 "" -#: include/functions.inc:331 include/functions.inc:358 -#: include/functions.inc:396 -#, php-format -msgid "User login failed." +#: setup/setup_migrate.tpl:269 setup/setup_migrate.tpl:323 +msgid "Current" msgstr "" -#: include/functions.inc:331 include/functions.inc:358 -#: include/functions.inc:396 include/functions.inc:592 -#: include/functions.inc:607 include/functions.inc:639 -#: include/functions.inc:678 include/functions.inc:723 -#: include/functions.inc:2490 -#, php-format -msgid "LDAP server returned: %s" +#: setup/setup_migrate.tpl:276 setup/setup_migrate.tpl:330 +msgid "After migration" msgstr "" -#: include/functions.inc:367 include/functions.inc:437 +#: setup/setup_migrate.tpl:313 msgid "" -"Username / UID is not unique inside the LDAP tree. Please contact your " -"Administrator." +"The listed users are currenlty invisble 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 "" -#: include/functions.inc:582 include/functions.inc:668 -msgid "Error while adding a lock. Contact the developers!" +#: html/getvcard.php:37 +msgid "Missing parameters!" msgstr "" -#: include/functions.inc:592 -#, php-format -msgid "" -"Cannot create locking information in LDAP tree. Please contact your " -"administrator!" +#: html/setup.php:78 html/index.php:155 +msgid "Smarty" msgstr "" -#: include/functions.inc:607 +#: html/setup.php:78 html/password.php:76 html/index.php:155 #, php-format -msgid "Adding a lock failed." +msgid "Directory '%s' specified as compile directory is not accessible!" msgstr "" -#: include/functions.inc:639 +#: html/password.php:56 html/index.php:130 #, php-format -msgid "Removing a lock failed." +msgid "GOsa configuration %s/%s is not readable. Aborted." msgstr "" -#: include/functions.inc:678 include/functions.inc:723 -#, php-format -msgid "Cannot get locking information from LDAP tree!" +#: html/password.php:76 +msgid "Accessibility" msgstr "" -#: include/functions.inc:686 -msgid "" -"Found multiple locks for object to be locked. This should not happen - " -"cleaning up multiple references." +#: html/password.php:161 +msgid "Error: Password method not available!" msgstr "" -#: include/functions.inc:909 -#, php-format -msgid "The size limit of %d entries is exceed!" +#: html/password.php:217 html/index.php:292 +msgid "Please specify a valid username!" msgstr "" -#: include/functions.inc:911 -#, php-format -msgid "" -"Set the new size limit to %s and show me this message if the limit still " -"exceeds" +#: html/password.php:219 html/index.php:295 +msgid "Please specify your password!" msgstr "" -#: include/functions.inc:928 -msgid "incomplete" +#: html/password.php:226 html/index.php:314 +msgid "Please check the username/password combination." msgstr "" -#: include/functions.inc:1164 include/functions.inc:1295 -msgid "LDAP error:" +#: html/password.php:230 +msgid "You have no permissions to change your password." msgstr "" -#: include/functions.inc:1165 -msgid "" -"Problems with the LDAP server mean that you probably lost the last changes. " -"Please check your LDAP setup for possible errors and try again." +#: html/password.php:251 +msgid "External password changer reported a problem: " msgstr "" -#: include/functions.inc:1171 -msgid "" -"Please check your input and fix the error. Press 'OK' to close this message " -"box." +#: html/password.php:282 html/index.php:408 +msgid "Session will not be encrypted." msgstr "" -#: include/functions.inc:1236 -msgid "Continue anyway" +#: html/password.php:282 html/index.php:408 +msgid "Enter SSL session" msgstr "" -#: include/functions.inc:1238 -msgid "Edit anyway" +#: html/getxls.php:86 +msgid "Birthday" +msgstr "" + +#: html/getxls.php:86 html/getxls.php:227 html/getxls.php:281 +#: html/getxls.php:297 +msgid "Surname" +msgstr "" + +#: html/getxls.php:86 html/getxls.php:281 +msgid "Language" msgstr "" -#: include/functions.inc:1240 +#: html/getxls.php:94 #, php-format -msgid "You're going to edit the LDAP entry/entries '%s'" +msgid "User list of %s on %s" +msgstr "" + +#: html/getxls.php:121 html/getxls.php:284 ihtml/themes/default/acl.tpl:41 +msgid "Members" msgstr "" -#: include/functions.inc:1298 +#: html/getxls.php:131 html/getxls.php:360 #, php-format -msgid "Plugin '%s':%s" +msgid "Groups of %s on %s" msgstr "" -#: include/functions.inc:1459 -msgid "Entries per page" +#: html/getxls.php:155 html/getxls.php:188 html/getxls.php:190 +#: html/getxls.php:197 html/getxls.php:233 html/getxls.php:310 +#: html/getxls.php:381 +msgid "Servers" msgstr "" -#: include/functions.inc:1487 -msgid "Apply filter" +#: html/getxls.php:159 html/getxls.php:311 +msgid "Computers" msgstr "" -#: include/functions.inc:1739 -msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" +#: html/getxls.php:169 html/getxls.php:222 html/getxls.php:401 +#: html/getxls.php:421 +msgid "Common name" msgstr "" -#: include/functions.inc:1783 -#, php-format -msgid "GOsa development snapshot (Rev %s)" +#: html/getxls.php:185 +msgid "Server name" msgstr "" -#: include/functions.inc:1862 +#: html/getxls.php:195 html/getxls.php:379 #, php-format -msgid "File '%s' could not be deleted." +msgid "Servers of %s on %s" msgstr "" -#: include/functions.inc:1896 include/functions.inc:1916 -msgid "Cannot write to revision file!" +#: html/getxls.php:222 html/getxls.php:297 +msgid "Display name" msgstr "" -#: include/functions.inc:2158 include/functions.inc:2162 -#: include/functions.inc:2168 -msgid "'base_hook' is not available. Using default base." +#: html/getxls.php:223 +msgid "Home phone" msgstr "" -#: include/functions.inc:2190 -msgid "LDAP warning" +#: html/getxls.php:224 html/getxls.php:298 +msgid "Initials" msgstr "" -#: include/functions.inc:2190 -msgid "Cannot get schema information from server. No schema check possible!" +#: html/getxls.php:225 +msgid "Mobile phone" msgstr "" -#: include/functions.inc:2216 -msgid "Used to store account specific informations." +#: html/getxls.php:225 html/getxls.php:298 +msgid "City" msgstr "" -#: include/functions.inc:2223 -msgid "" -"Used to lock currently edited entries to avoid multiple changes at the same " -"time." +#: html/getxls.php:226 html/getxls.php:298 html/getxls.php:300 +msgid "Phone number" msgstr "" -#: include/functions.inc:2266 -#, php-format -msgid "Missing required object class '%s'!" +#: html/getxls.php:228 +msgid "Function" msgstr "" -#: include/functions.inc:2268 -#, php-format -msgid "Missing optional object class '%s'!" +#: html/getxls.php:231 html/getxls.php:312 +msgid "Adressbook" msgstr "" -#: include/functions.inc:2274 +#: html/getxls.php:238 html/getxls.php:414 #, php-format -msgid "Version mismatch for required object class '%s' (!=%s)!" +msgid "Adressbook of %s on %s" msgstr "" -#: include/functions.inc:2276 -#, php-format -msgid "Version mismatch for optional object class '%s' (!=%s)!" +#: html/getxls.php:244 +msgid "Common Name" msgstr "" -#: include/functions.inc:2280 -#, php-format -msgid "Class(es) available" +#: html/getxls.php:281 +msgid "Day of birth" msgstr "" -#: include/functions.inc:2302 -msgid "" -"You have enabled the rfc2307bis option on the 'ldap setup' step, but your " -"schema configuration do not support this option." +#: html/getxls.php:299 +msgid "Email address" msgstr "" -#: include/functions.inc:2303 -msgid "" -"In order to use rfc2307bis conform groups the objectClass 'posixGroup' must " -"be AUXILIARY" +#: html/getxls.php:299 +msgid "Organizational unit" msgstr "" -#: include/functions.inc:2307 -msgid "" -"You have disabled the rfc2307bis option on the 'ldap setup' step, but your " -"schema configuration do not support this option." +#: html/getxls.php:300 +msgid "Postal Code" msgstr "" -#: include/functions.inc:2308 -msgid "The objectClass 'posixGroup' must be STRUCTURAL" +#: html/getxls.php:301 +msgid "Title" msgstr "" -#: include/functions.inc:2331 -msgid "German" +#: html/getxls.php:304 +msgid "Full" msgstr "" -#: include/functions.inc:2332 -msgid "French" +#: html/getxls.php:341 +#, php-format +msgid "User List of %s on %s" msgstr "" -#: include/functions.inc:2333 -msgid "Italian" +#: html/getxls.php:395 +#, php-format +msgid "Computers of %s on %s" msgstr "" -#: include/functions.inc:2334 -msgid "Spanish" +#: html/getxls.php:491 html/getldif.php:80 +msgid "Permission denied!" msgstr "" -#: include/functions.inc:2335 -msgid "English" +#: html/getxls.php:491 +msgid "You are not allowed to perform this action." msgstr "" -#: include/functions.inc:2336 -msgid "Dutch" +#: html/helpviewer.php:68 +msgid "Help browser" msgstr "" -#: include/functions.inc:2337 -msgid "Polish" +#: html/helpviewer.php:122 +msgid "There is no helpfile specified for this class" msgstr "" -#: include/functions.inc:2338 -msgid "Swedish" +#: html/helpviewer.php:271 +#, php-format +msgid "Helpdir '%s' is not accessible, can't read any helpfiles." msgstr "" -#: include/functions.inc:2339 -msgid "Chinese" +#: html/getldif.php:80 +msgid "You are not allowed to create ldap dumps." msgstr "" -#: include/functions.inc:2340 -msgid "Russian" +#: html/getldif.php:105 +msgid "Error in ivbb parameter!" msgstr "" -#: include/functions.inc:2490 -#, php-format -msgid "Setting the password failed!" +#: html/getfax.php:54 +msgid "Could not connect to database server!" msgstr "" -#: include/functions.inc:2528 -msgid "" -"Setting for SMBHASH in gosa.conf is incorrect! Cannot change Samba password." +#: html/getfax.php:56 +msgid "Could not select database!" msgstr "" -#: include/class_ldap.inc:204 include/class_ldap.inc:236 -msgid "Performance warning" +#: html/getfax.php:61 html/getfax.php:69 +msgid "Database query failed!" msgstr "" -#: include/class_ldap.inc:204 include/class_ldap.inc:236 +#: html/main.php:150 #, php-format -msgid "LDAP performance is poor: last query took about %.2fs!" +msgid "Cannot locate file '%s' - please run '%s' to fix this" msgstr "" -#: include/class_ldap.inc:561 -#, php-format -msgid "" -"Cannot automatically create subtrees with RDN '%s': no object class found" +#: html/main.php:168 +msgid "PHP configuration" msgstr "" -#: include/class_ldap.inc:609 -#, php-format -msgid "Cannot automatically create subtrees with RDN '%s': not supported" +#: html/main.php:169 +msgid "" +"FATAL: Register globals is on. GOsa will refuse to login unless this is " +"fixed by an administrator." msgstr "" -#: include/class_ldap.inc:617 -#, php-format -msgid "Creating subtree '%s' failed." +#: html/main.php:214 +msgid "Configuration warning" msgstr "" -#: include/class_ldap.inc:686 -#, php-format -msgid "while operating on '%s' using LDAP server '%s'" +#: html/main.php:214 +msgid "Running out of memory!" msgstr "" -#: include/class_ldap.inc:688 -#, php-format -msgid "while operating on LDAP server %s" +#: html/main.php:353 +msgid "Password reminder" msgstr "" -#: include/class_ldap.inc:910 -#, php-format -msgid "" -"This is not a valid DN: '%s'. A block for import should begin with 'dn: ...' " -"in line %s" +#: html/main.php:353 +msgid "Your password is about to expire, please change your password!" msgstr "" -#: include/class_ldap.inc:939 -#, php-format -msgid "Error while importing dn: '%s', please check your LDIF from line %s on!" +#: html/main.php:362 +msgid "Plugin" msgstr "" -#: include/class_ldap.inc:1075 +#: html/main.php:363 #, php-format -msgid "Ldap import with dn '%s' failed." +msgid "FATAL: Can't find any plugin definitions for plugin '%s'!" msgstr "" -#: include/class_CopyPasteHandler.inc:90 -#, php-format -msgid "Cannot cleanup copy & paste queue: setting permissions for '%s' failed!" +#: html/index.php:50 +msgid "Session is not encrypted!" msgstr "" -#: include/class_CopyPasteHandler.inc:98 -#, php-format -msgid "Cannot cleanup copy & paste queue: no write permission inside '%s'!" +#: html/index.php:57 +msgid "" +"The session lifetime configured in your gosa.conf will be overridden by php." +"ini settings." msgstr "" -#: include/class_CopyPasteHandler.inc:130 -#, php-format -msgid "Copy and paste failed: object '%s' is not a valid ldap object!" +#: html/index.php:130 +msgid "Configuration accessibility" msgstr "" -#: include/class_CopyPasteHandler.inc:147 -#, php-format -msgid "Cannot save LDAP dump: no write permission inside '%s'!" +#: html/index.php:206 +msgid "There is a problem with the authentication setup!" msgstr "" -#: include/class_CopyPasteHandler.inc:155 -#, php-format -msgid "Cannot save LDAP dump: setting permissions for '%s' failed!" +#: html/index.php:214 +msgid "Cannot find a valid user for the current authentication setup!" msgstr "" -#: include/class_CopyPasteHandler.inc:164 -#, php-format -msgid "Cannot save LDAP dump: no write permission to '%s/%s'!" +#: html/index.php:218 +msgid "User information is not unique accross the configured LDAP trees!" msgstr "" -#: include/class_CopyPasteHandler.inc:249 -#, php-format -msgid "Cannot load dumped file '%s'!" +#: html/index.php:244 +msgid "Can't bind to LDAP. Please contact the system administrator." msgstr "" -#: include/class_CopyPasteHandler.inc:274 -#, php-format -msgid "You have no permission to save object '%s'." +#: html/index.php:271 +msgid "Your ldap setup contains old schema definitions:" msgstr "" -#: include/class_CopyPasteHandler.inc:302 -#, php-format -msgid "You are going to paste the cutted entry '%s'." +#: html/index.php:307 +msgid "Authentication error" msgstr "" -#: include/class_CopyPasteHandler.inc:315 -#, php-format -msgid "You have no permission to copy and paste object '%s'!" +#: html/index.php:307 +msgid "Cannot retrieve user information for htaccess authentication!" msgstr "" -#: include/class_CopyPasteHandler.inc:336 -#, php-format -msgid "You are going to paste the copied entry '%s'." +#: html/index.php:363 +msgid "Account locked. Please contact your system administrator." msgstr "" -#: include/class_CopyPasteHandler.inc:437 -msgid "Can't paste" +#: html/index.php:414 +msgid "" +"Your browser has cookies disabled. Please enable cookies and reload this " +"page before logging in!" msgstr "" -#: include/password-methods/class_password-methods-sha.inc:46 -#: include/password-methods/class_password-methods-ssha.inc:51 -#, php-format -msgid "Cannot use %s encryption: no PHP functions for sha1/mhash available" +#: ihtml/themes/default/copyPasteDialog.tpl:1 +msgid "Copy & paste wizard" msgstr "" -#: include/utils/class_timezone.inc:51 -#, php-format +#: ihtml/themes/default/copyPasteDialog.tpl:7 msgid "" -"The timezone setting '%s' in your gosa.conf is not valid. Cannot calculate " -"correct timezone offest." +"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 "" -#: include/class_multi_plug.inc:360 -msgid "You are currently editing mutliple entries." +#: ihtml/themes/default/copyPasteDialog.tpl:9 +msgid "Remember that some properties like taken snapshots will not be copied!" msgstr "" -#: include/class_multi_plug.inc:389 -msgid "Password reset" +#: 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 "" -#: include/class_multi_plug.inc:389 -msgid "The user password was resetted, please set a new password value!" +#: ihtml/themes/default/copyPasteDialog.tpl:24 +msgid "Cancel all" msgstr "" -#: html/getvcard.php:36 -msgid "Missing parameters!" +#: ihtml/themes/default/copyPasteDialog.tpl:30 +msgid "Operation complete" msgstr "" -#: html/getldif.php:79 -msgid "Permission denied!" +#: ihtml/themes/default/help.tpl:9 +msgid "GOsa help viewer" msgstr "" -#: html/getldif.php:104 -msgid "Error in ivbb parameter!" +#: ihtml/themes/default/help.tpl:15 +msgid "Index" msgstr "" -#: html/password.php:56 html/index.php:129 -#, php-format -msgid "GOsa configuration %s/%s is not readable. Aborted." +#: ihtml/themes/default/islocked.tpl:2 +msgid "Locking conflict detected" msgstr "" -#: html/password.php:76 html/setup.php:77 html/index.php:154 -#, php-format -msgid "Directory '%s' specified as compile directory is not accessible!" +#: ihtml/themes/default/islocked.tpl:9 +msgid "" +"If this lock detection is false, the other person has obviously closed the " +"webbrowser during the edit operation. You may want to take over the lock by " +"pressing the 'Edit anyway' button." msgstr "" -#: html/password.php:161 -msgid "Error: Password method not available!" +#: ihtml/themes/default/framework.tpl:8 ihtml/themes/default/framework.tpl:11 +msgid "Main" msgstr "" -#: html/password.php:217 html/index.php:291 -msgid "Please specify a valid username!" +#: ihtml/themes/default/framework.tpl:16 +msgid "Help" msgstr "" -#: html/password.php:219 html/index.php:294 -msgid "Please specify your password!" +#: ihtml/themes/default/framework.tpl:21 ihtml/themes/default/framework.tpl:25 +msgid "Sign out" msgstr "" -#: html/password.php:226 html/index.php:313 -msgid "Please check the username/password combination." +#: ihtml/themes/default/framework.tpl:29 +msgid "Signed in:" msgstr "" -#: html/password.php:230 -msgid "You have no permissions to change your password." +#: ihtml/themes/default/framework.tpl:32 +msgid "GOsa main menu" msgstr "" -#: html/password.php:251 -msgid "External password changer reported a problem: " +#: 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 "" -#: html/password.php:282 html/index.php:407 -msgid "Session will not be encrypted." +#: ihtml/themes/default/acl.tpl:15 +msgid "Use members from" msgstr "" -#: html/password.php:282 html/index.php:407 -msgid "Enter SSL session" +#: ihtml/themes/default/acl.tpl:29 +msgid "Available members" msgstr "" -#: html/setup.php:77 html/index.php:154 -msgid "Smarty" +#: ihtml/themes/default/acl.tpl:63 +msgid "ACLs for this object" msgstr "" -#: html/index.php:50 -msgid "Session is not encrypted!" +#: ihtml/themes/default/acl.tpl:69 +msgid "Available roles" msgstr "" -#: html/index.php:57 -msgid "" -"The session lifetime configured in your gosa.conf will be overridden by php." -"ini settings." +#: ihtml/themes/default/conflict.tpl:2 +msgid "Session conflict detected" msgstr "" -#: html/index.php:129 -msgid "Configuration accessibility" +#: ihtml/themes/default/conflict.tpl:6 +msgid "" +"Probably there's another active instance of your session. Multiple window " +"operation is technical not possible and heavily depends on the browser " +"you're using. Usage of different browsers at a time (i.e. IE and Mozilla) is " +"possible. Pressing the Logout button will close this session." msgstr "" -#: html/index.php:205 -msgid "There is a problem with the authentication setup!" +#: ihtml/themes/default/conflict.tpl:10 +msgid "" +"Ignoring this message will change/destroy the data you're currently editing, " +"so please close multiple windows and log in again." msgstr "" -#: html/index.php:213 -msgid "Cannot find a valid user for the current authentication setup!" +#: ihtml/themes/default/conflict.tpl:14 +msgid "Logout" msgstr "" -#: html/index.php:217 -msgid "User information is not uniq accross the configured LDAP trees!" +#: ihtml/themes/default/password.tpl:6 +msgid "Change your password" msgstr "" -#: html/index.php:270 -msgid "Your ldap setup contains old schema definitions:" +#: ihtml/themes/default/password.tpl:34 +msgid "Success" msgstr "" -#: html/index.php:306 -msgid "Authentication error" +#: ihtml/themes/default/password.tpl:34 +msgid "Your password has been changed successfully." msgstr "" -#: html/index.php:306 -msgid "Cannot retrieve user information for htaccess authentication!" +#: ihtml/themes/default/password.tpl:52 +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 "" -#: html/index.php:362 -msgid "Account locked. Please contact your system administrator." +#: ihtml/themes/default/password.tpl:59 ihtml/themes/default/password.tpl:61 +#: ihtml/themes/default/login.tpl:50 ihtml/themes/default/login.tpl:51 +msgid "Directory" msgstr "" -#: html/index.php:413 -msgid "" -"Your browser has cookies disabled. Please enable cookies and reload this " -"page before logging in!" +#: ihtml/themes/default/password.tpl:85 +msgid "again" msgstr "" -#: html/main.php:148 -#, php-format -msgid "Fatal error: cannot locate file '%s' - please run '%s' to fix this" +#: ihtml/themes/default/password.tpl:86 +msgid "New password repeated" msgstr "" -#: html/main.php:165 -msgid "" -"FATAL: Register globals is on. GOsa will refuse to login unless this is " -"fixed by an administrator." +#: ihtml/themes/default/password.tpl:100 +msgid "Change" msgstr "" -#: html/main.php:208 -msgid "Configuration warning" +#: ihtml/themes/default/password.tpl:101 +msgid "Click here to change your password" msgstr "" -#: html/main.php:208 -msgid "Running out of memory!" +#: ihtml/themes/default/login.tpl:9 +msgid "GOsa login screen" msgstr "" -#: html/main.php:347 -msgid "Password reminder" +#: ihtml/themes/default/login.tpl:25 +msgid "Login screen" msgstr "" -#: html/main.php:347 -msgid "Your password is about to expire, please change your password!" +#: ihtml/themes/default/login.tpl:32 +msgid "" +"Please use your username and your password to log into the site " +"administration system." msgstr "" -#: html/main.php:355 -#, php-format -msgid "FATAL: Can't find any plugin definitions for plugin '%s'!" +#: ihtml/themes/default/login.tpl:76 ihtml/themes/default/login.tpl:79 +msgid "Sign in" msgstr "" -#: html/getxls.php:86 -msgid "Birthday" +#: ihtml/themes/default/login.tpl:77 +msgid "Click here to log in" msgstr "" -#: html/getxls.php:86 html/getxls.php:227 html/getxls.php:281 -#: html/getxls.php:297 -msgid "Surname" +#: ihtml/themes/default/logout.tpl:5 +msgid "Your GOsa session has expired!" msgstr "" -#: html/getxls.php:86 html/getxls.php:281 -msgid "Language" +#: ihtml/themes/default/logout.tpl:7 +msgid "" +"The last interaction with the GOsa web interface has been some time ago in " +"the past. For security reasons, the session has been closed. To continue " +"with administrative tasks, please sign in again." msgstr "" -#: html/getxls.php:94 -#, php-format -msgid "User list of %s on %s" +#: ihtml/themes/default/logout.tpl:10 +msgid "Sign in again" msgstr "" -#: html/getxls.php:131 html/getxls.php:360 -#, php-format -msgid "Groups of %s on %s" +#: 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 "" -#: html/getxls.php:155 html/getxls.php:188 html/getxls.php:190 -#: html/getxls.php:197 html/getxls.php:233 html/getxls.php:310 -#: html/getxls.php:381 -msgid "Servers" +#: ihtml/themes/default/sizelimit.tpl:6 +msgid "Please choose the way to react for this session" msgstr "" -#: html/getxls.php:159 html/getxls.php:311 -msgid "Computers" +#: ihtml/themes/default/sizelimit.tpl:9 +msgid "ignore this error and show all entries the LDAP server returns" msgstr "" -#: html/getxls.php:169 html/getxls.php:222 html/getxls.php:401 -#: html/getxls.php:421 -msgid "Common name" +#: ihtml/themes/default/sizelimit.tpl:10 +msgid "" +"ignore this error and show all entries that fit into the defined sizelimit " +"and let me use filters instead" msgstr "" -#: html/getxls.php:185 -msgid "Server name" +#: ihtml/themes/default/logout-close.tpl:5 +msgid "Your GOsa session has been closed!" msgstr "" -#: html/getxls.php:195 html/getxls.php:379 -#, php-format -msgid "Servers of %s on %s" +#: ihtml/themes/default/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 "" -#: html/getxls.php:222 html/getxls.php:297 -msgid "Display name" +#: ihtml/themes/default/accountexpired.tpl:15 +msgid "Your Password has expired !! Choose a new Password" msgstr "" -#: html/getxls.php:223 -msgid "Home phone" +#: ihtml/themes/default/accountexpired.tpl:23 +#: ihtml/themes/default/accountexpired.tpl:27 +msgid "Old Password" msgstr "" -#: html/getxls.php:224 html/getxls.php:298 -msgid "Initials" +#: ihtml/themes/default/accountexpired.tpl:32 +#: ihtml/themes/default/accountexpired.tpl:36 +msgid "New Password" msgstr "" -#: html/getxls.php:225 -msgid "Mobile phone" +#: ihtml/themes/default/accountexpired.tpl:41 +#: ihtml/themes/default/accountexpired.tpl:45 +msgid "Verify Password" msgstr "" -#: html/getxls.php:225 html/getxls.php:298 -msgid "City" +#: ihtml/themes/default/accountexpired.tpl:51 +msgid "Change Password" msgstr "" -#: html/getxls.php:226 html/getxls.php:298 html/getxls.php:300 -msgid "Phone number" +#: ihtml/themes/default/accountexpired.tpl:52 +msgid "Click here to Change your password" msgstr "" -#: html/getxls.php:228 -msgid "Function" +#: ihtml/themes/default/pwd_heimdal.tpl:5 +msgid "Heimdal options" msgstr "" -#: html/getxls.php:231 html/getxls.php:312 -msgid "Adressbook" +#: ihtml/themes/default/pwd_heimdal.tpl:6 +msgid "Use empty values for infinite" msgstr "" -#: html/getxls.php:238 html/getxls.php:414 -#, php-format -msgid "Adressbook of %s on %s" +#: ihtml/themes/default/pwd_heimdal.tpl:10 +msgid "Ticket max life" msgstr "" -#: html/getxls.php:244 -msgid "Common Name" +#: ihtml/themes/default/pwd_heimdal.tpl:18 +msgid "Ticket max renew" msgstr "" -#: html/getxls.php:281 -msgid "Day of birth" +#: ihtml/themes/default/pwd_heimdal.tpl:32 +msgid "infinite" msgstr "" -#: html/getxls.php:299 -msgid "Email address" +#: ihtml/themes/default/pwd_heimdal.tpl:34 +msgid "Hour" msgstr "" -#: html/getxls.php:299 -msgid "Organizational unit" +#: ihtml/themes/default/pwd_heimdal.tpl:36 +msgid "Minute" msgstr "" -#: html/getxls.php:300 -msgid "Postal Code" +#: ihtml/themes/default/pwd_heimdal.tpl:38 +msgid "Day" msgstr "" -#: html/getxls.php:301 -msgid "Title" +#: ihtml/themes/default/pwd_heimdal.tpl:40 +msgid "Month" msgstr "" -#: html/getxls.php:304 -msgid "Full" +#: ihtml/themes/default/pwd_heimdal.tpl:42 +msgid "Year" msgstr "" -#: html/getxls.php:341 -#, php-format -msgid "User List of %s on %s" +#: ihtml/themes/default/pwd_heimdal.tpl:47 +msgid "Valid ticket start time" msgstr "" -#: html/getxls.php:395 -#, php-format -msgid "Computers of %s on %s" +#: ihtml/themes/default/pwd_heimdal.tpl:87 +msgid "Valid ticket end time" msgstr "" -#: html/getfax.php:53 -msgid "Could not connect to database server!" +#: ihtml/themes/default/pwd_heimdal.tpl:127 +msgid "Password end" msgstr "" -#: html/getfax.php:55 -msgid "Could not select database!" +#: ihtml/themes/default/snapshotdialog.tpl:3 +msgid "Restoring object snapshots" msgstr "" -#: html/getfax.php:60 html/getfax.php:68 -msgid "Database query failed!" +#: 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 "" -#: html/get_attachment.php:47 +#: ihtml/themes/default/snapshotdialog.tpl:9 msgid "" -"Can't connect to glpi database, there is no mysl extension available in your " -"php setup." +"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 "" -#: html/get_attachment.php:55 +#: ihtml/themes/default/snapshotdialog.tpl:12 msgid "" -"Can't connect to specified database, please check your glpi configuration." +"Don't forget to check references to other objects, for example does the " +"selected printer still exists ?" msgstr "" -#: html/get_attachment.php:64 -msgid "Can't get specified attachment file, there is no entry with this id." +#: ihtml/themes/default/snapshotdialog.tpl:29 +msgid "There is no snapshot available that could be restored" msgstr "" -#: html/get_attachment.php:69 -#, php-format -msgid "Can't open file '%s'." +#: ihtml/themes/default/snapshotdialog.tpl:31 +msgid "Choose a snapshot and click the folder image, to restore the snapshot" msgstr "" -#: html/helpviewer.php:68 -msgid "Help browser" +#: ihtml/themes/default/snapshotdialog.tpl:49 +msgid "Creating object snapshots" msgstr "" -#: html/helpviewer.php:122 -msgid "There is no helpfile specified for this class" +#: ihtml/themes/default/snapshotdialog.tpl:52 +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 "" -#: html/helpviewer.php:271 -#, php-format -msgid "Helpdir '%s' is not accessible, can't read any helpfiles." +#: ihtml/themes/default/snapshotdialog.tpl:55 +msgid "" +"Remember that database entries, DNS configurations and possibly created " +"zones in server extensions will not be stored in the snapshot." msgstr "" -#: html/getkiosk.php:25 -#, php-format -msgid "Can't open file '%s', possibly the file does not exist." +#: ihtml/themes/default/snapshotdialog.tpl:70 +msgid "Timestamp" msgstr "" -#: html/getkiosk.php:30 -#, php-format -msgid "Can't read file '%s', check permissions." +#: ihtml/themes/default/snapshotdialog.tpl:79 +msgid "Reason for generating this snapshot" msgstr "" diff --git a/gosa-core/locale/core/nl/LC_MESSAGES/messages.po b/gosa-core/locale/core/nl/LC_MESSAGES/messages.po index bbfc396df..ffb22ec35 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: 2008-01-18 14:59+0100\n" +"POT-Creation-Date: 2008-02-21 18:29+0100\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,1262 +19,1199 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: contrib/gosa.conf:4 plugins/personal/password/class_password.inc:144 -#: plugins/personal/generic/class_user.inc:1413 -#: plugins/personal/posix/class_posixAccount.inc:1457 -msgid "My account" -msgstr "Mijn account" - -#: contrib/gosa.conf:41 -msgid "Administration" -msgstr "Beheer" +#: plugins/personal/password/class_password.inc:24 +#: plugins/personal/generic/paste_generic.tpl:20 setup/setup_config2.tpl:282 +#: setup/setup_config2.tpl:327 setup/setup_migrate.tpl:225 +#: ihtml/themes/default/password.tpl:39 ihtml/themes/default/login.tpl:45 +#: ihtml/themes/default/login.tpl:47 +msgid "Password" +msgstr "Wachtwoord" -#: contrib/gosa.conf:88 -msgid "Addons" -msgstr "Plugins" +#: plugins/personal/password/class_password.inc:25 +#: plugins/personal/posix/class_posixAccount.inc:17 +#: plugins/personal/generic/class_user.inc:17 +#: plugins/addons/notifications/class_msgplug.inc:7 +#: plugins/admin/acl/class_aclManagement.inc:25 +#: plugins/admin/acl/class_aclRole.inc:7 +#: plugins/admin/groups/class_groupManagement.inc:25 +#: plugins/admin/users/class_userManagement.inc:25 +#: plugins/admin/departments/class_departmentManagement.inc:25 +#: plugins/admin/ogroups/class_ogroupManagement.inc:25 include/class_acl.inc:7 +msgid "This does something" +msgstr "Dit doet iets" -#: contrib/gosa.conf:121 +#: plugins/personal/password/class_password.inc:77 +#: plugins/personal/password/class_password.inc:80 +#: plugins/personal/password/class_password.inc:83 +#: plugins/personal/password/class_password.inc:86 +#: plugins/personal/password/class_password.inc:89 +#: plugins/personal/password/class_password.inc:92 +#: plugins/personal/password/class_password.inc:106 +#: plugins/personal/password/class_password.inc:112 +#: plugins/personal/password/class_password.inc:140 +#: plugins/personal/generic/class_user.inc:1419 #, fuzzy -msgid "ACL Role" -msgstr "Rechten" - -#: contrib/gosa.conf:125 contrib/gosa.conf:149 contrib/gosa.conf:153 -#: contrib/gosa.conf:157 contrib/gosa.conf:162 contrib/gosa.conf:169 -#: contrib/gosa.conf:174 contrib/gosa.conf:178 contrib/gosa.conf:183 -#: contrib/gosa.conf:193 contrib/gosa.conf:207 contrib/gosa.conf:222 -#: contrib/gosa.conf:227 contrib/gosa.conf:232 contrib/gosa.conf:237 -#: contrib/gosa.conf:270 contrib/gosa.conf:274 -#: plugins/generic/references/class_reference.inc:20 -#: plugins/personal/generic/class_user.inc:16 -#: plugins/personal/generic/class_user.inc:1408 -#: plugins/personal/posix/generic.tpl:4 -#: plugins/addons/gotomasses/goto_task.tpl:4 -#: plugins/admin/ogroups/class_ogroup.inc:752 -#: plugins/admin/departments/class_departmentGeneric.inc:581 -#: plugins/admin/groups/class_groupGeneric.inc:992 setup/setup_feedback.tpl:46 -msgid "Generic" -msgstr "Algemeen" - -#: contrib/gosa.conf:126 -msgid "Unix" -msgstr "Unix" +msgid "User password" +msgstr "Wachtwoord wissen" -#: contrib/gosa.conf:127 contrib/gosa.conf:163 -#: plugins/admin/users/class_divListUsers.inc:240 -#: plugins/admin/ogroups/tabs_ogroups.inc:137 -#: plugins/admin/groups/class_divListGroup.inc:236 -msgid "Environment" -msgstr "Omgeving" +#: plugins/personal/password/class_password.inc:78 +msgid "You need to specify your current password in order to proceed." +msgstr "U moet uw huidige wachtwoord opgeven om door te kunnen gaan." -#: contrib/gosa.conf:128 contrib/gosa.conf:165 -#: plugins/generic/references/class_reference.inc:24 -#: plugins/admin/users/class_divListUsers.inc:242 -#: plugins/admin/ogroups/class_divListOGroup.inc:228 -#: plugins/admin/ogroups/tabs_ogroups.inc:85 -#: plugins/admin/ogroups/tabs_ogroups.inc:223 -#: plugins/admin/groups/class_divListGroup.inc:228 -msgid "Mail" -msgstr "E-mail" +#: plugins/personal/password/class_password.inc:81 +#: plugins/personal/generic/main.inc:80 +#: plugins/admin/users/class_userManagement.inc:189 html/password.php:195 +msgid "" +"The passwords you've entered as 'New password' and 'Repeated new password' " +"do not match." +msgstr "" +"Het nieuwe wachtwoord en het herhaalde wachtwoord komen niet met elkaar " +"overeen." -#: contrib/gosa.conf:129 plugins/generic/references/class_reference.inc:26 -#: plugins/generic/references/class_reference.inc:28 -#: plugins/admin/users/class_divListUsers.inc:248 -#: plugins/admin/groups/class_divListGroup.inc:230 -msgid "Samba" -msgstr "Samba" +#: plugins/personal/password/class_password.inc:84 +#: plugins/personal/generic/main.inc:85 +#: plugins/admin/users/class_userManagement.inc:194 html/password.php:198 +msgid "The password you've entered as 'New password' is empty." +msgstr "Het nieuw ingevoerde wachtwoord is leeg." -#: contrib/gosa.conf:131 contrib/gosa.conf:134 -#: plugins/admin/users/class_divListUsers.inc:250 -msgid "Netatalk" -msgstr "Netatalk" +#: plugins/personal/password/class_password.inc:87 html/password.php:206 +msgid "The password used as new and current are too similar." +msgstr "" +"Het huidige wachtwoord en het nieuwe wachtwoord lijken te veel op elkaar." -#: contrib/gosa.conf:137 -msgid "Connectivity" -msgstr "Verbindingen" +#: plugins/personal/password/class_password.inc:90 html/password.php:211 +msgid "The password used as new is to short." +msgstr "Het nieuw opgegeven wachtwoord is te kort." -#: contrib/gosa.conf:138 plugins/personal/generic/multiple_generic.tpl:247 -#: plugins/personal/generic/multiple_generic.tpl:438 -#: plugins/personal/generic/generic.tpl:355 -#: plugins/personal/generic/generic.tpl:523 -#: plugins/admin/users/class_divListUsers.inc:246 -#: plugins/admin/departments/class_departmentGeneric.inc:600 -#: plugins/admin/departments/generic.tpl:91 html/getxls.php:222 -#: html/getxls.php:297 -msgid "Fax" -msgstr "Fax" +#: plugins/personal/password/class_password.inc:93 +#, fuzzy, php-format +msgid "External password changer reported a problem: %s." +msgstr "Extern wachtwoord verander mechanisme rapporteerde een probleem:" -#: contrib/gosa.conf:139 plugins/generic/references/class_reference.inc:40 -#: plugins/personal/generic/multiple_generic.tpl:217 -#: plugins/personal/generic/multiple_generic.tpl:428 -#: plugins/personal/generic/generic.tpl:330 -#: plugins/personal/generic/generic.tpl:511 -#: plugins/admin/users/class_divListUsers.inc:244 -#: plugins/admin/ogroups/class_ogroupManagement.inc:455 -#: plugins/admin/departments/generic.tpl:83 -#: plugins/admin/groups/class_divListGroup.inc:234 -msgid "Phone" -msgstr "Telefoon" +#: plugins/personal/password/class_password.inc:107 +msgid "" +"The password you've entered as your current password doesn't match the real " +"one." +msgstr "" +"Het wachtwoord dat u opgegeven heeft als uw huidige wachtwoord is niet " +"correct." -#: contrib/gosa.conf:141 +#: plugins/personal/password/class_password.inc:113 #, fuzzy -msgid "Scalix" -msgstr "Speciaal" +msgid "You have no permission to change your password." +msgstr "U heeft geen toestemming om uw wachtwoord te veranderen." -#: contrib/gosa.conf:144 -msgid "Nagios" -msgstr "Nagios" +#: plugins/personal/password/class_password.inc:144 +#: plugins/personal/posix/class_posixAccount.inc:1484 +#: plugins/personal/generic/class_user.inc:1413 +msgid "My account" +msgstr "Mijn account" -#: contrib/gosa.conf:164 -msgid "Applications" -msgstr "Programma's" +#: plugins/personal/password/nochange.tpl:2 +msgid "Password change not allowed" +msgstr "Het veranderen van het wachtwoord is niet toegestaan" -#: contrib/gosa.conf:170 -msgid "Options" -msgstr "Opties" +#: plugins/personal/password/nochange.tpl:6 +msgid "You are not allowed to change your password at this time" +msgstr "U heeft momenteel geen toestemming om uw wachtwoord te veranderen" -#: contrib/gosa.conf:179 -msgid "Parameter" -msgstr "Parameters" +#: 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 "" +"Gebruik het veld hieronder om uw persoonlijke wachtwoord te veranderen. De " +"veranderingen worden direct doorgevoerd. Onthoud het nieuwe wachtwoord a.u." +"b. aangezien u niet in zult kunnen loggen zonder dit wachtwoord." -#: contrib/gosa.conf:184 contrib/gosa.conf:194 contrib/gosa.conf:208 -#: plugins/admin/ogroups/tabs_ogroups.inc:111 -msgid "Startup" -msgstr "Opstarten" +#: 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." -#: contrib/gosa.conf:185 contrib/gosa.conf:209 -#: plugins/admin/ogroups/tabs_ogroups.inc:104 -msgid "Devices" -msgstr "Apparaten" +#: plugins/personal/password/password.tpl:13 +#: ihtml/themes/default/password.tpl:77 ihtml/themes/default/password.tpl:78 +msgid "Current password" +msgstr "Huidig wachtwoord" -#: contrib/gosa.conf:186 contrib/gosa.conf:210 -#: plugins/generic/references/class_reference.inc:52 -#: plugins/admin/ogroups/class_ogroupManagement.inc:459 -msgid "Printer" -msgstr "Printer" +#: plugins/personal/password/password.tpl:18 +#: plugins/personal/generic/password.tpl:7 plugins/admin/users/password.tpl:13 +#: ihtml/themes/default/password.tpl:81 ihtml/themes/default/password.tpl:82 +#: ihtml/themes/default/password.tpl:85 +msgid "New password" +msgstr "Nieuw wachtwoord" -#: contrib/gosa.conf:187 contrib/gosa.conf:201 contrib/gosa.conf:211 -#: ihtml/themes/default/msg_dialog.tpl:64 -#: ihtml/themes/default/msg_dialog.tpl:110 -#: ihtml/themes/default/MultiSelectWindow.tpl:44 -#: ihtml/themes/default/MultiSelectWindow.tpl:84 setup/setup_ldap.tpl:121 -msgid "Information" -msgstr "Informatie" +#: plugins/personal/password/password.tpl:23 +#: plugins/personal/generic/password.tpl:11 +#: plugins/admin/users/password.tpl:17 +msgid "Repeat new password" +msgstr "Herhaal het nieuwe wachtwoord" -#: contrib/gosa.conf:189 contrib/gosa.conf:203 contrib/gosa.conf:218 -#: contrib/gosa.conf:223 contrib/gosa.conf:228 contrib/gosa.conf:233 -#: contrib/gosa.conf:238 +#: plugins/personal/password/password.tpl:28 +#: ihtml/themes/default/password.tpl:89 #, fuzzy -msgid "Inventory" -msgstr "Inventaris toevoegen" - -#: contrib/gosa.conf:195 -msgid "Services" -msgstr "Services" - -#: contrib/gosa.conf:197 contrib/gosa.conf:199 contrib/gosa.conf:214 -#: contrib/gosa.conf:216 -msgid "FAI summary" -msgstr "FAI samenvatting" - -#: contrib/gosa.conf:287 -msgid "OGo" -msgstr "OGo" +msgid "Password strength" +msgstr "Wachtwoord encryptie" -#: contrib/gosa.conf:298 -msgid "Export" -msgstr "Exporteer" +#: plugins/personal/password/password.tpl:39 +#: plugins/personal/generic/password.tpl:17 +#: plugins/admin/users/password.tpl:30 +msgid "Set password" +msgstr "Wachtwoord instellen" -#: contrib/gosa.conf:299 -msgid "Excel Export" -msgstr "Excel Export" +#: plugins/personal/password/password.tpl:41 +msgid "Clear fields" +msgstr "Wis velden" -#: contrib/gosa.conf:300 plugins/addons/notifications/contents.tpl:54 -msgid "Import" -msgstr "Importeren" +#: plugins/personal/password/changed.tpl:3 +msgid "" +"You've successfully changed your password. Remember to change all programms " +"configured to use it as well." +msgstr "" +"U heeft succesvol uw wachtwoord veranderd. Denkt u eraan dat u alle " +"programma's die dit wachtwoord gebruiken ook aanpast!" -#: contrib/gosa.conf:301 -msgid "CSV Import" -msgstr "CSV Import" +#: plugins/personal/password/changed.tpl:9 +#: plugins/personal/generic/main.inc:169 +#: plugins/admin/departments/dep_iframe.tpl:18 +#: plugins/admin/departments/class_departmentManagement.inc:444 +#: include/functions.inc:1509 setup/class_setup.inc:261 +#: setup/class_setup.inc:263 +msgid "Back" +msgstr "Terug" -#: contrib/gosa.conf:306 contrib/gosa.conf:336 -msgid "Partitions" -msgstr "Partities" +#: plugins/personal/password/main.inc:46 setup/setup_config1.tpl:136 +#, fuzzy +msgid "Password settings" +msgstr "Gebruikersinstellingen" -#: contrib/gosa.conf:310 contrib/gosa.conf:340 -msgid "Script" -msgstr "Script" +#: plugins/personal/posix/posix_groups.tpl:6 +msgid "Select groups to add" +msgstr "Selecteer de toe te voegen groepen" -#: contrib/gosa.conf:314 contrib/gosa.conf:344 -msgid "Hooks" -msgstr "Inhakers" +#: plugins/personal/posix/posix_groups.tpl:21 +#: plugins/admin/groups/group_objects.tpl:20 +#: plugins/admin/ogroups/ogroup_objects.tpl:20 +#: ihtml/themes/default/MultiSelectWindow.tpl:55 +#: ihtml/themes/default/MultiSelectWindow.tpl:95 +msgid "Filters" +msgstr "Filters" -#: contrib/gosa.conf:318 contrib/gosa.conf:348 -msgid "Variables" -msgstr "Variabelen" +#: plugins/personal/posix/posix_groups.tpl:32 +msgid "Display groups of department" +msgstr "Toon groepen van afdeling" -#: contrib/gosa.conf:322 contrib/gosa.conf:352 -msgid "Templates" -msgstr "Sjablonen" +#: plugins/personal/posix/posix_groups.tpl:35 +#: plugins/personal/posix/trust_machines.tpl:27 +#: plugins/admin/groups/group_objects.tpl:40 +#: plugins/admin/ogroups/ogroup_objects.tpl:42 +msgid "Choose the department the search will be based on" +msgstr "Selecteer de afdeling waarbinnen gezocht zal worden" -#: contrib/gosa.conf:326 contrib/gosa.conf:356 -msgid "Profiles" -msgstr "Profielen" +#: plugins/personal/posix/posix_groups.tpl:44 +msgid "Display groups matching" +msgstr "Toon overeenkomende groepen" -#: contrib/gosa.conf:327 contrib/gosa.conf:357 -#: plugins/admin/ogroups/tabs_ogroups.inc:115 -#: plugins/admin/acl/class_divListACL.inc:54 -msgid "Summary" -msgstr "Samenvatting" +#: plugins/personal/posix/posix_groups.tpl:48 +#: plugins/admin/groups/class_divListGroup.inc:76 +#: plugins/admin/ogroups/class_divListOGroup.inc:85 +msgid "Regular expression for matching group names" +msgstr "Reguliere expressie voor overeenkomende groepnamen" -#: contrib/gosa.conf:331 contrib/gosa.conf:361 -msgid "Packages" -msgstr "Pakketten" +#: plugins/personal/posix/posix_groups.tpl:55 +msgid "Display groups of user" +msgstr "Toon groepen van gebruiker" -#: contrib/gosa.conf:367 -msgid "System logs" -msgstr "Systeem logs" +#: plugins/personal/posix/posix_groups.tpl:59 +#: plugins/admin/groups/class_divListGroup.inc:77 +msgid "User name of which groups are shown" +msgstr "Gebruikersnaam van wie de groepen getoond worden" -#: contrib/gosa.conf:368 +#: plugins/personal/posix/posix_groups.tpl:68 +#: plugins/admin/groups/class_divListGroup.inc:73 +#: plugins/admin/users/class_divListUsers.inc:74 +#: plugins/admin/departments/class_divListDepartment.inc:53 +#: plugins/admin/ogroups/ogroup_objects.tpl:38 +#: plugins/admin/ogroups/class_divListOGroup.inc:82 #, fuzzy -msgid "GOsa logs" -msgstr "Log DB gebruiker" - -#: ihtml/themes/default/conflict.tpl:2 -msgid "Session conflict detected" -msgstr "Er is een sessie conflict gedetecteerd" +msgid "Search in subtrees" +msgstr "Zoek binnen subtree" -#: ihtml/themes/default/conflict.tpl:6 ihtml/themes/default/msg_dialog.tpl:62 -#: ihtml/themes/default/msg_dialog.tpl:108 ihtml/themes/default/remove.tpl:2 -#: ihtml/themes/default/islocked.tpl:6 -#: plugins/personal/posix/class_posixAccount.inc:803 -#: plugins/addons/gotomasses/remove.tpl:2 plugins/admin/users/remove.tpl:2 -#: plugins/admin/ogroups/remove.tpl:2 -#: plugins/admin/departments/dep_move_confirm.tpl:2 -#: plugins/admin/departments/remove.tpl:2 plugins/admin/acl/remove.tpl:2 -#: plugins/admin/groups/remove.tpl:2 setup/class_setupStep_Migrate.inc:211 -#: setup/class_setupStep_Migrate.inc:260 setup/class_setupStep_Migrate.inc:385 -#: setup/class_setupStep_Migrate.inc:460 setup/class_setupStep_Migrate.inc:596 -#: setup/class_setupStep_Migrate.inc:726 setup/setup_checks.tpl:32 -#: setup/setup_checks.tpl:93 include/class_tabs.inc:214 -#: include/functions.inc:686 include/functions.inc:2158 -#: include/functions.inc:2162 include/functions.inc:2168 html/password.php:282 -#: html/index.php:50 html/index.php:56 html/index.php:407 html/index.php:413 -msgid "Warning" -msgstr "Waarschuwing" +#: plugins/personal/posix/posix_groups.tpl:79 +#: plugins/personal/posix/paste_generic.tpl:61 +#: plugins/personal/posix/trust_machines.tpl:39 +#: plugins/personal/posix/generic.tpl:104 +#: plugins/personal/posix/generic.tpl:146 +#: plugins/personal/posix/generic.tpl:175 +#: plugins/admin/groups/group_objects.tpl:55 +#: plugins/admin/groups/generic.tpl:193 +#: plugins/admin/ogroups/ogroup_objects.tpl:54 +#: plugins/admin/ogroups/generic.tpl:51 +msgid "Add" +msgstr "Toevoegen" -#: ihtml/themes/default/conflict.tpl:6 -#, fuzzy -msgid "" -"Probably there's another active instance of your session. Multiple window " -"operation is technical not possible and heavily depends on the browser " -"you're using. Usage of different browsers at a time (i.e. IE and Mozilla) is " -"possible. Pressing the Logout button will close this session." -msgstr "" -"Er is vermoedelijk een andere actieve instantiatie van uw sessie. Werken m.b." -"v. meerdere schermen is technisch onmogelijk en is sterk afhankelijk van de " -"gebruikte browser. Gelijktijdig gebruik van verschillende browsers " -"(bijvoorbeeld Internet Explorer en Mozilla) is wel mogelijk. Via de " -"Uitloggen knop wordt deze sessie afgesloten." - -#: ihtml/themes/default/conflict.tpl:10 -msgid "" -"Ignoring this message will change/destroy the data you're currently editing, " -"so please close multiple windows and log in again." -msgstr "" -"Het negeren van dit bericht zal de data die u op dit moment aan het bewerken " -"bent veranderen/vernietigen, dus sluit a.u.b. enige overige vensters en log " -"opnieuw in." - -#: ihtml/themes/default/conflict.tpl:14 -msgid "Logout" -msgstr "Uitloggen" +#: plugins/personal/posix/posix_groups.tpl:81 +#: plugins/personal/posix/trust_machines.tpl:41 +#: plugins/personal/posix/main.inc:108 +#: plugins/personal/generic/password.tpl:19 +#: plugins/personal/generic/generic_picture.tpl:35 +#: plugins/personal/generic/generic_certs.tpl:94 +#: plugins/personal/generic/main.inc:161 plugins/admin/acl/tabs_acl.inc:63 +#: plugins/admin/acl/tabs_acl_role.inc:49 plugins/admin/acl/remove.tpl:17 +#: plugins/admin/acl/remove.tpl:21 plugins/admin/acl/acl_role.tpl:61 +#: plugins/admin/acl/acl_role.tpl:75 plugins/admin/groups/group_objects.tpl:57 +#: plugins/admin/groups/class_groupManagement.inc:472 +#: plugins/admin/groups/remove.tpl:18 plugins/admin/groups/remove.tpl:22 +#: plugins/admin/users/password.tpl:32 plugins/admin/users/template.tpl:50 +#: plugins/admin/users/remove.tpl:16 plugins/admin/users/remove.tpl:19 +#: plugins/admin/users/class_userManagement.inc:877 +#: plugins/admin/departments/dep_move_confirm.tpl:17 +#: plugins/admin/departments/remove.tpl:17 +#: plugins/admin/departments/remove.tpl:21 +#: plugins/admin/departments/class_departmentManagement.inc:409 +#: plugins/admin/ogroups/ogroup_objects.tpl:56 +#: plugins/admin/ogroups/class_ogroupManagement.inc:406 +#: plugins/admin/ogroups/remove.tpl:17 plugins/admin/ogroups/remove.tpl:21 +#: setup/setup_ldap.tpl:17 setup/setup_migrate.tpl:135 +#: setup/setup_migrate.tpl:186 setup/setup_migrate.tpl:251 +#: setup/setup_migrate.tpl:307 setup/setup_migrate.tpl:360 +#: ihtml/themes/default/copyPasteDialog.tpl:21 +#: ihtml/themes/default/islocked.tpl:15 ihtml/themes/default/remove.tpl:15 +#: ihtml/themes/default/acl.tpl:77 ihtml/themes/default/acl.tpl:91 +#: ihtml/themes/default/msg_dialog.tpl:79 +#: ihtml/themes/default/msg_dialog.tpl:134 +#: ihtml/themes/default/pwd_heimdal.tpl:200 +#: ihtml/themes/default/snapshotdialog.tpl:44 +#: ihtml/themes/default/snapshotdialog.tpl:89 +msgid "Cancel" +msgstr "Annuleren" -#: ihtml/themes/default/accountexpired.tpl:15 -msgid "Your Password has expired !! Choose a new Password" -msgstr "Uw wachtwoord is verlopen! Kies a.u.b. een nieuw wachtwoord. " +#: plugins/personal/posix/posix_shadow.tpl:9 +msgid "User must change password on first login" +msgstr "Het wachtwoord moet bij de eerste aanmelding gewijzigd worden" -#: ihtml/themes/default/accountexpired.tpl:23 -#: ihtml/themes/default/accountexpired.tpl:27 -msgid "Old Password" -msgstr "Oud wachtwoord" +#: plugins/personal/posix/posix_shadow.tpl:34 +msgid "Password expires on" +msgstr "Wachtwoord verloopt op" -#: ihtml/themes/default/accountexpired.tpl:32 -#: ihtml/themes/default/accountexpired.tpl:36 -msgid "New Password" -msgstr "Nieuw wachtwoord" +#: plugins/personal/posix/paste_generic.tpl:4 +msgid "Posix settings" +msgstr "Posix instellingen" -#: ihtml/themes/default/accountexpired.tpl:41 -#: ihtml/themes/default/accountexpired.tpl:45 -msgid "Verify Password" -msgstr "Nogmaals wachtwoord" +#: plugins/personal/posix/paste_generic.tpl:8 +#: plugins/personal/posix/generic.tpl:7 +#: plugins/personal/posix/class_posixAccount.inc:1490 +msgid "Home directory" +msgstr "Persoonlijke map" -#: ihtml/themes/default/accountexpired.tpl:51 -msgid "Change Password" -msgstr "Wachtwoord veranderen" +#: plugins/personal/posix/paste_generic.tpl:23 +#: plugins/personal/posix/generic.tpl:52 +msgid "Force UID/GID" +msgstr "Forceer UID/GID" -#: ihtml/themes/default/accountexpired.tpl:52 -msgid "Click here to Change your password" -msgstr "Klik hier om uw wachtwoord te veranderen." +#: plugins/personal/posix/paste_generic.tpl:28 +#: plugins/personal/posix/generic.tpl:56 html/getxls.php:287 +msgid "UID" +msgstr "UID" -#: ihtml/themes/default/login.tpl:9 -msgid "GOsa login screen" -msgstr "" +#: plugins/personal/posix/paste_generic.tpl:37 +#: plugins/personal/posix/generic.tpl:67 +#: plugins/admin/groups/class_groupGeneric.inc:1008 +msgid "GID" +msgstr "GID" -#: ihtml/themes/default/login.tpl:25 -#, fuzzy -msgid "Login screen" -msgstr "Log DB gebruiker" +#: plugins/personal/posix/paste_generic.tpl:47 +#: plugins/personal/posix/generic.tpl:82 +msgid "Group membership" +msgstr "Groep lidmaatschap" -#: ihtml/themes/default/login.tpl:32 -#, fuzzy -msgid "" -"Please use your username and your password to log into the site " -"administration system." -msgstr "Voer uw gebruikersnaam en wachtwoord in" +#: plugins/personal/posix/paste_generic.tpl:54 +#: plugins/personal/posix/generic.tpl:84 +msgid "(Warning: more than 16 groups are not supported by NFS!)" +msgstr "(Waarschuwing: NFS ondersteunt niet meer dan 16 groepen!)" -#: ihtml/themes/default/login.tpl:40 ihtml/themes/default/login.tpl:42 -#: ihtml/themes/default/password.tpl:67 ihtml/themes/default/password.tpl:69 -#: plugins/admin/users/class_divListUsers.inc:61 -msgid "Username" -msgstr "Gebruikersnaam" +#: plugins/personal/posix/paste_generic.tpl:62 +#: plugins/personal/posix/generic.tpl:107 +#: plugins/personal/posix/generic.tpl:149 +#: plugins/personal/posix/generic.tpl:178 plugins/admin/acl/remove.tpl:15 +#: plugins/admin/acl/remove.tpl:19 plugins/admin/groups/generic.tpl:195 +#: plugins/admin/groups/remove.tpl:16 plugins/admin/groups/remove.tpl:20 +#: plugins/admin/users/remove.tpl:15 plugins/admin/users/remove.tpl:18 +#: plugins/admin/departments/remove.tpl:15 +#: plugins/admin/departments/remove.tpl:19 +#: plugins/admin/ogroups/generic.tpl:54 plugins/admin/ogroups/remove.tpl:15 +#: plugins/admin/ogroups/remove.tpl:19 ihtml/themes/default/remove.tpl:13 +msgid "Delete" +msgstr "Verwijderen" -#: ihtml/themes/default/login.tpl:45 ihtml/themes/default/login.tpl:47 -#: ihtml/themes/default/password.tpl:38 -#: plugins/personal/password/class_password.inc:24 -#: plugins/personal/generic/paste_generic.tpl:20 setup/setup_migrate.tpl:225 -#: setup/setup_config2.tpl:266 setup/setup_config2.tpl:311 -msgid "Password" -msgstr "Wachtwoord" +#: plugins/personal/posix/trust_machines.tpl:6 +msgid "Select systems to add" +msgstr "Selecteer de toe te voegen systemen" -#: ihtml/themes/default/login.tpl:50 ihtml/themes/default/login.tpl:51 -#: ihtml/themes/default/password.tpl:58 ihtml/themes/default/password.tpl:60 -msgid "Directory" -msgstr "Directory" +#: plugins/personal/posix/trust_machines.tpl:26 +msgid "Display systems of department" +msgstr "Toon systemen van afdeling" -#: ihtml/themes/default/login.tpl:76 ihtml/themes/default/login.tpl:79 -msgid "Sign in" -msgstr "Inloggen" +#: plugins/personal/posix/trust_machines.tpl:30 +msgid "Display systems matching" +msgstr "Toon de overeenkomende systemen" -#: ihtml/themes/default/login.tpl:77 -msgid "Click here to log in" -msgstr "Klik hier om in te loggen" +#: plugins/personal/posix/trust_machines.tpl:31 +msgid "Regular expression for matching addresses" +msgstr "Reguliere expresie voor overeenkomende adressen" -#: ihtml/themes/default/logout.tpl:5 -msgid "Your GOsa session has expired!" -msgstr "Uw GOsa sessie is verlopen!" +#: plugins/personal/posix/generic.tpl:4 +#: plugins/personal/generic/class_user.inc:16 +#: plugins/personal/generic/class_user.inc:1408 +#: plugins/admin/groups/class_groupGeneric.inc:992 +#: plugins/admin/departments/class_departmentGeneric.inc:560 +#: plugins/admin/ogroups/class_ogroup.inc:740 +#: plugins/generic/references/class_reference.inc:20 +#: setup/setup_feedback.tpl:46 +msgid "Generic" +msgstr "Algemeen" -#: ihtml/themes/default/logout.tpl:7 -msgid "" -"The last interaction with the GOsa web interface has been some time ago in " -"the past. For security reasons, the session has been closed. To continue " -"with administrative tasks, please sign in again." -msgstr "" -"Uw laatste interactie met de GOsa webinterface is enige tijd geleden. Uit " -"veiligheidsoverwegingen is de sessie gesloten. Om door te gaan met " -"administratieve taken, dient u opnieuw in te loggen." +#: plugins/personal/posix/generic.tpl:15 +#: plugins/personal/posix/class_posixAccount.inc:1491 +msgid "Shell" +msgstr "Shell" -#: ihtml/themes/default/logout.tpl:10 -msgid "Sign in again" -msgstr "Opnieuw inloggen" +#: plugins/personal/posix/generic.tpl:25 +msgid "Primary group" +msgstr "Primaire groep" -#: ihtml/themes/default/acl.tpl:2 plugins/admin/acl/acl_role.tpl:3 -msgid "Assigned ACLs for current entry" -msgstr "" +#: plugins/personal/posix/generic.tpl:36 +msgid "Status" +msgstr "Status" -#: ihtml/themes/default/acl.tpl:4 plugins/admin/acl/acl_role.tpl:44 +#: plugins/personal/posix/generic.tpl:93 plugins/admin/groups/generic.tpl:179 #, fuzzy -msgid "New ACL" -msgstr "Nieuw" +msgid "In all groups" +msgstr "Primaire groep" -#: ihtml/themes/default/acl.tpl:8 plugins/admin/acl/acl_role.tpl:49 +#: plugins/personal/posix/generic.tpl:97 plugins/admin/groups/generic.tpl:182 #, fuzzy -msgid "ACL type" -msgstr "type" +msgid "Not in all groups" +msgstr "Toon E-mail groepen" -#: ihtml/themes/default/acl.tpl:8 plugins/admin/acl/acl_role.tpl:49 -#, fuzzy -msgid "Select an acl type" -msgstr "Selecteer een basis" +#: plugins/personal/posix/generic.tpl:118 +msgid "Account" +msgstr "Account" -#: ihtml/themes/default/acl.tpl:8 ihtml/themes/default/acl.tpl:20 -#: ihtml/themes/default/acl.tpl:75 ihtml/themes/default/acl.tpl:89 -#: plugins/addons/notifications/contents.tpl:12 -#: plugins/admin/users/class_userManagement.inc:874 -#: plugins/admin/ogroups/class_ogroupManagement.inc:403 -#: plugins/admin/acl/acl_role.tpl:49 plugins/admin/acl/acl_role.tpl:59 -#: plugins/admin/acl/acl_role.tpl:73 -#: plugins/admin/groups/class_groupManagement.inc:469 setup/setup_ldap.tpl:16 -#: setup/setup_migrate.tpl:133 setup/setup_migrate.tpl:184 -#: setup/setup_migrate.tpl:250 setup/setup_migrate.tpl:305 -#: setup/setup_migrate.tpl:358 -msgid "Apply" -msgstr "Toepassen" +#: plugins/personal/posix/generic.tpl:125 +msgid "System trust" +msgstr "Systeem vertrouwen" -#: ihtml/themes/default/acl.tpl:15 -msgid "Use members from" -msgstr "" +#: plugins/personal/posix/generic.tpl:127 +#: plugins/personal/posix/generic.tpl:155 +msgid "Trust mode" +msgstr "Vertrouwensmodus" -#: ihtml/themes/default/acl.tpl:29 -msgid "Available members" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:16 +#: plugins/generic/references/class_reference.inc:22 +msgid "UNIX" +msgstr "Unix" -#: ihtml/themes/default/acl.tpl:30 -#: plugins/addons/notifications/contents.tpl:22 -msgid "List message possible targets" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:138 +msgid "expired" +msgstr "verlopen" -#: ihtml/themes/default/acl.tpl:41 html/getxls.php:121 html/getxls.php:284 -msgid "Members" -msgstr "Groepsleden" +#: plugins/personal/posix/class_posixAccount.inc:140 +msgid "grace time active" +msgstr "gratie tijd actief" -#: ihtml/themes/default/acl.tpl:42 -#: plugins/addons/notifications/contents.tpl:34 -msgid "List message recipients" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:143 +msgid "active, password not changable" +msgstr "actief, wachtwoord onveranderbaar" -#: ihtml/themes/default/acl.tpl:55 plugins/admin/acl/acl_role.tpl:54 -#, fuzzy -msgid "List of available ACL categories" -msgstr "Lijst met beschikbare pakketten" +#: plugins/personal/posix/class_posixAccount.inc:145 +msgid "active, password expired" +msgstr "actief, wachtwoord verlopen" -#: ihtml/themes/default/acl.tpl:63 -msgid "ACLs for this object" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:147 +msgid "active" +msgstr "actief" -#: ihtml/themes/default/acl.tpl:69 -#, fuzzy -msgid "Available roles" -msgstr "Beschikbare programma's" +#: plugins/personal/posix/class_posixAccount.inc:192 +msgid "unconfigured" +msgstr "niet geconfigureerd" -#: ihtml/themes/default/acl.tpl:77 ihtml/themes/default/acl.tpl:91 -#: 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:134 -#: ihtml/themes/default/pwd_heimdal.tpl:200 ihtml/themes/default/remove.tpl:15 -#: ihtml/themes/default/islocked.tpl:15 -#: ihtml/themes/default/copyPasteDialog.tpl:21 -#: plugins/personal/generic/generic_certs.tpl:94 -#: plugins/personal/generic/password.tpl:19 -#: plugins/personal/generic/main.inc:161 -#: plugins/personal/generic/generic_picture.tpl:35 -#: plugins/personal/posix/posix_groups.tpl:81 -#: plugins/personal/posix/main.inc:108 -#: plugins/personal/posix/trust_machines.tpl:41 -#: plugins/addons/gotomasses/goto_task.tpl:56 -#: plugins/addons/gotomasses/remove.tpl:19 -#: plugins/admin/users/class_userManagement.inc:877 -#: plugins/admin/users/remove.tpl:16 plugins/admin/users/remove.tpl:19 -#: plugins/admin/users/template.tpl:50 plugins/admin/users/password.tpl:23 -#: plugins/admin/ogroups/class_ogroupManagement.inc:406 -#: plugins/admin/ogroups/ogroup_objects.tpl:56 -#: plugins/admin/ogroups/remove.tpl:17 plugins/admin/ogroups/remove.tpl:21 -#: plugins/admin/departments/class_departmentManagement.inc:409 -#: plugins/admin/departments/dep_move_confirm.tpl:17 -#: plugins/admin/departments/remove.tpl:17 -#: plugins/admin/departments/remove.tpl:21 plugins/admin/acl/acl_role.tpl:61 -#: plugins/admin/acl/acl_role.tpl:75 plugins/admin/acl/tabs_acl.inc:63 -#: plugins/admin/acl/remove.tpl:17 plugins/admin/acl/remove.tpl:21 -#: plugins/admin/acl/tabs_acl_role.inc:49 -#: plugins/admin/groups/group_objects.tpl:57 -#: plugins/admin/groups/class_groupManagement.inc:472 -#: plugins/admin/groups/remove.tpl:18 plugins/admin/groups/remove.tpl:22 -#: setup/setup_ldap.tpl:17 setup/setup_migrate.tpl:135 -#: setup/setup_migrate.tpl:186 setup/setup_migrate.tpl:251 -#: setup/setup_migrate.tpl:307 setup/setup_migrate.tpl:360 -msgid "Cancel" -msgstr "Annuleren" +#: plugins/personal/posix/class_posixAccount.inc:203 +msgid "automatic" +msgstr "automatisch" -#: ihtml/themes/default/logout-close.tpl:5 -#, fuzzy -msgid "Your GOsa session has been closed!" -msgstr "Uw GOsa sessie is verlopen!" +#: plugins/personal/posix/class_posixAccount.inc:259 +msgid "This account has no unix extensions." +msgstr "Dit account heeft geen Unix mogelijkheden." -#: ihtml/themes/default/logout-close.tpl:7 +#: plugins/personal/posix/class_posixAccount.inc:279 +#: plugins/personal/posix/class_posixAccount.inc:282 +msgid "Remove posix account" +msgstr "Verwijder POSIX account" + +#: plugins/personal/posix/class_posixAccount.inc:280 msgid "" -"Please close this browser window and clean the authentication caches to " -"avoid an automatic re-authentication by your browser." +"This account has unix features enabled. To disable them, you'll need to " +"remove the samba / environment account first." msgstr "" +"Dit account heeft Unix mogelijkheden ingeschakeld. Om deze te verwijderen " +"moet u eerst het samba / omgevings account verwijderen." -#: ihtml/themes/default/framework.tpl:8 ihtml/themes/default/framework.tpl:11 -#: ihtml/themes/default/framework.tpl:20 ihtml/themes/default/framework.tpl:24 -#: include/class_pluglist.inc:176 +#: plugins/personal/posix/class_posixAccount.inc:283 msgid "" -"You are currently editing a database entry. Do you want to dismiss the " -"changes?" +"This account has posix features enabled. You can disable them by clicking " +"below." msgstr "" -"U bent momenteel database gegevens aan het bewerken. Wilt u eventuele " -"wijzigingen ongedaan maken?" +"Dit account heeft POSIX mogelijkheden ingeschakeld. U kunt deze uitschakelen " +"door de knop hieronder te gebruiken." -#: ihtml/themes/default/framework.tpl:8 ihtml/themes/default/framework.tpl:11 -msgid "Main" -msgstr "Hoofdmenu" +#: plugins/personal/posix/class_posixAccount.inc:286 +msgid "Create posix account" +msgstr "POSIX account aanmaken" -#: ihtml/themes/default/framework.tpl:16 -msgid "Help" -msgstr "Help" +#: plugins/personal/posix/class_posixAccount.inc:287 +msgid "" +"This account has posix features disabled. You can enable them by clicking " +"below." +msgstr "" +"Dit account heeft POSIX mogelijkheden uitgeschakeld. U kunt deze inschakelen " +"door de knop hieronder te gebruiken." -#: ihtml/themes/default/framework.tpl:21 ihtml/themes/default/framework.tpl:25 -msgid "Sign out" -msgstr "Uitloggen" +#: plugins/personal/posix/class_posixAccount.inc:447 +#, 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" -#: ihtml/themes/default/framework.tpl:29 -msgid "Signed in:" -msgstr "Aangemeld:" +#: plugins/personal/posix/class_posixAccount.inc:451 +#, php-format +msgid "Password must be changed after %s days" +msgstr "Het wachtwoord moet na %s dag(en) gewijzigd worden" -#: ihtml/themes/default/framework.tpl:32 -msgid "GOsa main menu" +#: plugins/personal/posix/class_posixAccount.inc:455 +#, php-format +msgid "Disable account after %s days of inactivity after password expiery" msgstr "" +"Blokkeer het account na %s dag(en) inactiviteit nadat het wachtwoord " +"verlopen is" -#: ihtml/themes/default/snapshotdialog.tpl:3 -#, fuzzy -msgid "Restoring object snapshots" -msgstr "Nieuwe objectgroep aanmaken" +#: plugins/personal/posix/class_posixAccount.inc:459 +#, php-format +msgid "Warn user %s days before password expiery" +msgstr "Waarschuw de gebruiker %s dagen voordat het wachtwoord verloopt" -#: 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 "" +#: plugins/personal/posix/class_posixAccount.inc:493 +#: plugins/personal/generic/class_user.inc:265 +msgid "January" +msgstr "Januari" -#: ihtml/themes/default/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/posix/class_posixAccount.inc:493 +#: plugins/personal/generic/class_user.inc:265 +msgid "February" +msgstr "Februari" -#: 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 "" +#: plugins/personal/posix/class_posixAccount.inc:493 +#: plugins/personal/generic/class_user.inc:265 +msgid "March" +msgstr "Maart" -#: ihtml/themes/default/snapshotdialog.tpl:20 -#: ihtml/themes/default/snapshotdialog.tpl:62 -#: plugins/admin/departments/class_departmentGeneric.inc:545 -#: include/class_acl.inc:643 include/class_acl.inc:650 -#: include/class_acl.inc:657 include/class_acl.inc:663 -msgid "Object" -msgstr "Object" +#: plugins/personal/posix/class_posixAccount.inc:493 +#: plugins/personal/generic/class_user.inc:265 +msgid "April" +msgstr "April" -#: ihtml/themes/default/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." +#: plugins/personal/posix/class_posixAccount.inc:494 +#: plugins/personal/generic/class_user.inc:266 +msgid "May" +msgstr "Mei" -#: ihtml/themes/default/snapshotdialog.tpl:31 -msgid "Choose a snapshot and click the folder image, to restore the snapshot" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:494 +#: plugins/personal/generic/class_user.inc:266 +msgid "June" +msgstr "Juni" -#: ihtml/themes/default/snapshotdialog.tpl:49 -#, fuzzy -msgid "Creating object snapshots" -msgstr "Nieuwe objectgroep aanmaken" +#: plugins/personal/posix/class_posixAccount.inc:494 +#: plugins/personal/generic/class_user.inc:266 +msgid "July" +msgstr "Juli" -#: ihtml/themes/default/snapshotdialog.tpl:52 -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 "" +#: plugins/personal/posix/class_posixAccount.inc:494 +#: plugins/personal/generic/class_user.inc:266 +msgid "August" +msgstr "Augustus" -#: ihtml/themes/default/snapshotdialog.tpl:55 -msgid "" -"Remember that database entries, DNS configurations and possibly created " -"zones in server extensions will not be stored in the snapshot." -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:494 +#: plugins/personal/generic/class_user.inc:266 +msgid "September" +msgstr "September" -#: ihtml/themes/default/snapshotdialog.tpl:70 -#, fuzzy -msgid "Timestamp" -msgstr "Timeout" +#: plugins/personal/posix/class_posixAccount.inc:495 +#: plugins/personal/generic/class_user.inc:267 +msgid "October" +msgstr "Oktober" -#: ihtml/themes/default/snapshotdialog.tpl:79 -msgid "Reason for generating this snapshot" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:495 +#: plugins/personal/generic/class_user.inc:267 +msgid "November" +msgstr "November" -#: ihtml/themes/default/snapshotdialog.tpl:87 -#: plugins/addons/notifications/contents.tpl:78 -#: plugins/admin/users/template.tpl:48 -#: plugins/admin/departments/class_departmentGeneric.inc:472 -#: plugins/admin/departments/class_departmentGeneric.inc:567 -#: setup/class_setup.inc:266 -msgid "Continue" -msgstr "Doorgaan" +#: plugins/personal/posix/class_posixAccount.inc:495 +#: plugins/personal/generic/class_user.inc:267 +msgid "December" +msgstr "December" -#: ihtml/themes/default/msg_dialog.tpl:60 -#: ihtml/themes/default/msg_dialog.tpl:106 -#: plugins/personal/generic/class_user.inc:374 -#: plugins/personal/generic/class_user.inc:471 -#: plugins/personal/generic/class_user.inc:732 -#: plugins/personal/generic/class_user.inc:1262 -#: plugins/personal/generic/main.inc:103 -#: plugins/personal/posix/class_posixAccount.inc:1278 -#: plugins/addons/gotomasses/class_gotomasses.inc:102 -#: plugins/addons/gotomasses/class_gotomasses.inc:188 -#: plugins/addons/gotomasses/class_gotomasses.inc:203 -#: plugins/addons/gotomasses/class_gotomasses.inc:237 -#: plugins/addons/gotomasses/class_target_list.inc:229 -#: plugins/addons/gotomasses/class_target_list.inc:233 -#: plugins/addons/notifications/class_msgplug.inc:117 -#: plugins/addons/notifications/class_msgplug.inc:213 -#: setup/class_setupStep_Migrate.inc:1019 setup/setup_checks.tpl:30 -#: setup/setup_checks.tpl:91 include/class_plugin.inc:624 -#: include/class_plugin.inc:656 include/class_plugin.inc:692 -#: include/class_plugin.inc:1391 include/class_log.inc:144 -#: include/class_log.inc:152 include/class_log.inc:157 -#: include/class_log.inc:177 include/functions.inc:1175 -#: include/functions.inc:1287 include/class_CopyPasteHandler.inc:274 -#: include/class_CopyPasteHandler.inc:277 -#: include/class_CopyPasteHandler.inc:315 -#: include/class_CopyPasteHandler.inc:318 html/index.php:213 -#: html/index.php:217 -msgid "Error" -msgstr "Fout" +#: plugins/personal/posix/class_posixAccount.inc:592 +#: setup/setup_config2.tpl:188 +msgid "disabled" +msgstr "gedeactiveerd" -#: ihtml/themes/default/msg_dialog.tpl:76 -#: ihtml/themes/default/msg_dialog.tpl:78 -#: ihtml/themes/default/msg_dialog.tpl:131 -#: ihtml/themes/default/msg_dialog.tpl:133 -#: plugins/personal/generic/main.inc:159 plugins/personal/posix/main.inc:106 -#: plugins/addons/gotomasses/goto_task.tpl:55 -#: plugins/admin/users/class_userManagement.inc:871 -#: plugins/admin/ogroups/class_ogroupManagement.inc:400 -#: plugins/admin/acl/tabs_acl.inc:61 plugins/admin/acl/tabs_acl_role.inc:47 -#: plugins/admin/groups/class_groupManagement.inc:466 -#: setup/class_setupStep_Migrate.inc:217 setup/class_setupStep_Migrate.inc:266 -#: setup/class_setupStep_Migrate.inc:324 setup/class_setupStep_Migrate.inc:392 -#: setup/class_setupStep_Migrate.inc:467 setup/class_setupStep_Migrate.inc:539 -#: setup/class_setupStep_Migrate.inc:592 setup/class_setupStep_Migrate.inc:722 -#: setup/class_setupStep_Migrate.inc:877 -#: setup/class_setupStep_Migrate.inc:1635 setup/setup_checks.tpl:27 -#: setup/setup_checks.tpl:87 -msgid "Ok" +#: plugins/personal/posix/class_posixAccount.inc:592 +msgid "full access" +msgstr "volledige toegang" + +#: plugins/personal/posix/class_posixAccount.inc:593 +msgid "allow access to these hosts" +msgstr "sta toegang op deze computers toe" + +#: plugins/personal/posix/class_posixAccount.inc:646 +#, fuzzy, php-format +msgid "Removing of user/posix account with dn '%s' failed." +msgstr "Het verwijderen van het proxy account is mislukt" + +#: plugins/personal/posix/class_posixAccount.inc:802 +#: plugins/admin/acl/remove.tpl:2 plugins/admin/groups/remove.tpl:2 +#: plugins/admin/users/remove.tpl:2 +#: plugins/admin/departments/dep_move_confirm.tpl:2 +#: plugins/admin/departments/remove.tpl:2 plugins/admin/ogroups/remove.tpl:2 +#: include/functions.inc:696 include/functions.inc:2171 +#: include/functions.inc:2175 include/functions.inc:2181 +#: include/class_tabs.inc:214 setup/setup_checks.tpl:32 +#: setup/setup_checks.tpl:93 setup/class_setupStep_Migrate.inc:211 +#: setup/class_setupStep_Migrate.inc:260 setup/class_setupStep_Migrate.inc:385 +#: setup/class_setupStep_Migrate.inc:460 setup/class_setupStep_Migrate.inc:596 +#: setup/class_setupStep_Migrate.inc:726 html/password.php:282 +#: html/index.php:50 html/index.php:56 html/index.php:408 html/index.php:414 +#: ihtml/themes/default/islocked.tpl:6 ihtml/themes/default/remove.tpl:2 +#: ihtml/themes/default/conflict.tpl:6 ihtml/themes/default/msg_dialog.tpl:57 +#: ihtml/themes/default/msg_dialog.tpl:102 +msgid "Warning" +msgstr "Waarschuwing" + +#: plugins/personal/posix/class_posixAccount.inc:802 +msgid "Timeout while waiting for lock! Ignoring lock." msgstr "" -#: ihtml/themes/default/pwd_heimdal.tpl:5 +#: plugins/personal/posix/class_posixAccount.inc:896 #, fuzzy -msgid "Heimdal options" -msgstr "E-mail opties" +msgid "Uid number" +msgstr "Serienummer" -#: ihtml/themes/default/pwd_heimdal.tpl:6 -msgid "Use empty values for infinite" +#: plugins/personal/posix/class_posixAccount.inc:896 +msgid "" +"A duplicated uid number was written for this user, if this was not intended " +"please verify all used uidNumbers." msgstr "" -#: ihtml/themes/default/pwd_heimdal.tpl:10 -msgid "Ticket max life" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:910 +#, fuzzy, php-format +msgid "Saving of user/posix account with dn '%s' failed." +msgstr "Het opslaan van het Open-Xchange account is mislukt" -#: ihtml/themes/default/pwd_heimdal.tpl:18 -msgid "Ticket max renew" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:929 +#: plugins/personal/posix/class_posixAccount.inc:1126 +msgid "Group of user" +msgstr "Gebruikersgroep" -#: ihtml/themes/default/pwd_heimdal.tpl:32 -msgid "infinite" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:985 +#: plugins/personal/posix/class_posixAccount.inc:1062 +msgid "The required field 'Home directory' is not set." +msgstr "Het vereiste veld 'Persoonlijke map' is leeg." -#: ihtml/themes/default/pwd_heimdal.tpl:34 -#: plugins/addons/gotomasses/class_gotomasses.inc:348 -#, fuzzy -msgid "Hour" -msgstr "uur" +#: plugins/personal/posix/class_posixAccount.inc:988 +#: plugins/personal/posix/class_posixAccount.inc:1065 +msgid "Please enter a valid path in 'Home directory' field." +msgstr "Geef a.u.b. een geldige map op in het 'Persoonlijke map' veld." -#: ihtml/themes/default/pwd_heimdal.tpl:36 -#: plugins/addons/gotomasses/class_gotomasses.inc:347 -#, fuzzy -msgid "Minute" -msgstr "Printer" +#: plugins/personal/posix/class_posixAccount.inc:996 +msgid "Value specified as 'UID' is not valid." +msgstr "De opgegeven 'UID' waarde is niet correct." -#: ihtml/themes/default/pwd_heimdal.tpl:38 -#: plugins/addons/gotomasses/class_gotomasses.inc:346 -#, fuzzy -msgid "Day" -msgstr "dag" +#: plugins/personal/posix/class_posixAccount.inc:999 +msgid "Value specified as 'UID' is too small." +msgstr "De opgegeven 'UID' waarde is te klein." -#: ihtml/themes/default/pwd_heimdal.tpl:40 -#: plugins/addons/gotomasses/class_gotomasses.inc:349 -#, fuzzy -msgid "Month" -msgstr "maand" +#: plugins/personal/posix/class_posixAccount.inc:1003 +#: plugins/admin/groups/class_groupGeneric.inc:899 +msgid "Value specified as 'GID' is not valid." +msgstr "De opgegeven 'GID' waarde is niet geldig." -#: ihtml/themes/default/pwd_heimdal.tpl:42 -#, fuzzy -msgid "Year" -msgstr "Zoeken" +#: plugins/personal/posix/class_posixAccount.inc:1006 +#: plugins/admin/groups/class_groupGeneric.inc:902 +msgid "Value specified as 'GID' is too small." +msgstr "De opgegeven 'GID' waarde is te klein." -#: ihtml/themes/default/pwd_heimdal.tpl:47 -msgid "Valid ticket start time" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:1014 +#: plugins/personal/posix/class_posixAccount.inc:1071 +msgid "Value specified as 'shadowMin' is not valid." +msgstr "De opgegeven 'shadowMin' waarde is niet geldig." -#: ihtml/themes/default/pwd_heimdal.tpl:87 -msgid "Valid ticket end time" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:1019 +#: plugins/personal/posix/class_posixAccount.inc:1076 +msgid "Value specified as 'shadowMax' is not valid." +msgstr "De opgegeven 'shadowMax' waarde is niet geldig." -#: ihtml/themes/default/pwd_heimdal.tpl:127 -#, fuzzy -msgid "Password end" -msgstr "Wachtwoord" +#: plugins/personal/posix/class_posixAccount.inc:1024 +#: plugins/personal/posix/class_posixAccount.inc:1081 +msgid "Value specified as 'shadowWarning' is not valid." +msgstr "De opgegeven 'shadowWarning' waarde is niet geldig." -#: ihtml/themes/default/pwd_heimdal.tpl:198 -#: ihtml/themes/default/copyPasteDialog.tpl:19 -#: plugins/personal/generic/generic_certs.tpl:91 -#: plugins/personal/generic/generic_picture.tpl:33 -#: plugins/admin/departments/class_departmentManagement.inc:407 -#: plugins/admin/departments/dep_move_confirm.tpl:15 -#: include/class_MultiSelectWindow.inc:113 -msgid "Save" -msgstr "Opslaan" +#: plugins/personal/posix/class_posixAccount.inc:1027 +#: plugins/personal/posix/class_posixAccount.inc:1084 +msgid "'shadowWarning' without 'shadowMax' makes no sense." +msgstr "'shadowWarning' zonder 'shadowMax' is niet logisch." -#: 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/personal/posix/class_posixAccount.inc:1030 +#: plugins/personal/posix/class_posixAccount.inc:1087 +msgid "Value specified as 'shadowWarning' should be smaller than 'shadowMax'." 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." +"De waarde opgegeven voor 'shadowWarning' moet kleiner zijn dan 'shadowMax'." -#: ihtml/themes/default/remove.tpl:9 plugins/addons/gotomasses/remove.tpl:10 -#: plugins/admin/users/remove.tpl:10 plugins/admin/ogroups/remove.tpl:10 -#: plugins/admin/groups/remove.tpl:10 -msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." +#: plugins/personal/posix/class_posixAccount.inc:1033 +#: plugins/personal/posix/class_posixAccount.inc:1090 +msgid "Value specified as 'shadowWarning' should be greater than 'shadowMin'." msgstr "" -"Indien u zeker bent drukt u dan 'Verwijderen' om door te gaan of 'Annuleren' " -"om te annuleren." +"De waarde opgegeven voor 'shadowWarning' moet groter dan 'shadowMin' zijn." -#: ihtml/themes/default/remove.tpl:13 -#: plugins/personal/posix/paste_generic.tpl:62 -#: plugins/personal/posix/generic.tpl:107 -#: plugins/personal/posix/generic.tpl:149 -#: plugins/personal/posix/generic.tpl:178 -#: plugins/addons/gotomasses/remove.tpl:15 -#: plugins/addons/gotomasses/remove.tpl:17 plugins/admin/users/remove.tpl:15 -#: plugins/admin/users/remove.tpl:18 plugins/admin/ogroups/remove.tpl:15 -#: plugins/admin/ogroups/remove.tpl:19 plugins/admin/ogroups/generic.tpl:54 -#: plugins/admin/departments/remove.tpl:15 -#: plugins/admin/departments/remove.tpl:19 plugins/admin/acl/remove.tpl:15 -#: plugins/admin/acl/remove.tpl:19 plugins/admin/groups/remove.tpl:16 -#: plugins/admin/groups/remove.tpl:20 plugins/admin/groups/generic.tpl:195 -msgid "Delete" -msgstr "Verwijderen" +#: plugins/personal/posix/class_posixAccount.inc:1038 +#: plugins/personal/posix/class_posixAccount.inc:1095 +msgid "Value specified as 'shadowInactive' is not valid." +msgstr "De waarde opgegeven voor 'shadowInactive' is niet geldig." -#: ihtml/themes/default/islocked.tpl:2 -msgid "Locking conflict detected" -msgstr "Er is een blokkade conflict gedetecteerd" +#: plugins/personal/posix/class_posixAccount.inc:1041 +#: plugins/personal/posix/class_posixAccount.inc:1098 +msgid "'shadowInactive' without 'shadowMax' makes no sense." +msgstr "'shadowInactive' zonder 'shadowMax' is niet logisch." -#: ihtml/themes/default/islocked.tpl:9 -#, fuzzy -msgid "" -"If this lock detection is false, the other person has obviously closed the " -"webbrowser during the edit operation. You may want to take over the lock by " -"pressing the 'Edit anyway' button." +#: plugins/personal/posix/class_posixAccount.inc:1046 +#: plugins/personal/posix/class_posixAccount.inc:1103 +msgid "Value specified as 'shadowMin' should be smaller than 'shadowMax'." msgstr "" -"Indien deze blokkade detectie foutief is dan heeft de andere persoon de " -"webbrowser afgesloten tijdens de bewerking. U kunt de blokkade in dit geval " -"overnemen door de Alsnog bewerken knop te gebruiken." +"De waarde opgegeven voor 'shadowMin' moet kleiner zijn dan 'shadowMax'." -#: ihtml/themes/default/MultiSelectWindow.tpl:55 -#: ihtml/themes/default/MultiSelectWindow.tpl:95 -#: plugins/personal/posix/posix_groups.tpl:21 -#: plugins/admin/ogroups/ogroup_objects.tpl:20 -#: plugins/admin/groups/group_objects.tpl:20 -msgid "Filters" -msgstr "Filters" +#: plugins/personal/posix/class_posixAccount.inc:1305 +#: plugins/personal/generic/class_user.inc:374 +#: plugins/personal/generic/class_user.inc:471 +#: plugins/personal/generic/class_user.inc:732 +#: plugins/personal/generic/class_user.inc:1262 +#: plugins/personal/generic/main.inc:103 +#: plugins/addons/notifications/class_msgplug.inc:117 +#: plugins/addons/notifications/class_msgplug.inc:213 +#: plugins/admin/groups/class_groupGeneric.inc:711 +#: plugins/admin/groups/class_groupGeneric.inc:716 +#: plugins/admin/groups/class_groupGeneric.inc:944 include/functions.inc:1188 +#: include/functions.inc:1300 include/class_plugin.inc:621 +#: include/class_plugin.inc:653 include/class_plugin.inc:689 +#: include/class_plugin.inc:1370 include/class_CopyPasteHandler.inc:274 +#: include/class_CopyPasteHandler.inc:277 +#: include/class_CopyPasteHandler.inc:315 +#: include/class_CopyPasteHandler.inc:318 include/class_log.inc:144 +#: include/class_log.inc:152 include/class_log.inc:157 +#: include/class_log.inc:177 setup/setup_checks.tpl:30 +#: setup/setup_checks.tpl:91 setup/class_setupStep_Migrate.inc:1019 +#: html/index.php:214 html/index.php:218 +#: ihtml/themes/default/msg_dialog.tpl:55 +#: ihtml/themes/default/msg_dialog.tpl:100 +msgid "Error" +msgstr "Fout" -#: ihtml/themes/default/password.tpl:6 -#, fuzzy -msgid "Change your password" -msgstr "Verander wachtwoord" +#: plugins/personal/posix/class_posixAccount.inc:1305 +msgid "Cannot allocate a free ID: too many users!" +msgstr "" -#: ihtml/themes/default/password.tpl:33 +#: plugins/personal/posix/class_posixAccount.inc:1480 #, fuzzy -msgid "Success" -msgstr "Export was succesvol" +msgid "POSIX account" +msgstr "GLPI account" -#: ihtml/themes/default/password.tpl:33 -msgid "Your password has been changed successfully." -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:1492 +#: setup/setup_migrate.tpl:217 html/getxls.php:100 html/getxls.php:135 +#: html/getxls.php:158 html/getxls.php:347 html/getxls.php:364 +msgid "User ID" +msgstr "Gebruikers ID" -#: ihtml/themes/default/password.tpl:39 -#: plugins/admin/users/class_userManagement.inc:296 +#: plugins/personal/posix/class_posixAccount.inc:1493 #, fuzzy -msgid "Password change" -msgstr "Het veranderen van het wachtwoord is niet toegestaan" - -#: ihtml/themes/default/password.tpl:51 -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 "" +msgid "Group ID" +msgstr "Groep" -#: ihtml/themes/default/password.tpl:76 ihtml/themes/default/password.tpl:77 -#: plugins/personal/password/password.tpl:11 -msgid "Current password" -msgstr "Huidig wachtwoord" +#: plugins/personal/posix/class_posixAccount.inc:1495 +#, fuzzy +msgid "Force password change on login" +msgstr "Het veranderen van het wachtwoord is niet toegestaan" -#: ihtml/themes/default/password.tpl:80 ihtml/themes/default/password.tpl:81 -#: ihtml/themes/default/password.tpl:84 -#: plugins/personal/password/password.tpl:16 -#: plugins/personal/generic/password.tpl:7 plugins/admin/users/password.tpl:11 -msgid "New password" -msgstr "Nieuw wachtwoord" +#: plugins/personal/posix/class_posixAccount.inc:1496 +#, fuzzy +msgid "Shadow min" +msgstr "Schaduwen van andere sessie" -#: ihtml/themes/default/password.tpl:84 +#: plugins/personal/posix/class_posixAccount.inc:1497 #, fuzzy -msgid "again" -msgstr "Hoofdmenu" +msgid "Shadow max" +msgstr "Schaduwen van andere sessie" -#: ihtml/themes/default/password.tpl:85 +#: plugins/personal/posix/class_posixAccount.inc:1498 #, fuzzy -msgid "New password repeated" -msgstr "Nieuw wachtwoord" +msgid "Shadow warning" +msgstr "Schaduwen van andere sessie" -#: ihtml/themes/default/password.tpl:92 +#: plugins/personal/posix/class_posixAccount.inc:1499 #, fuzzy -msgid "Change" -msgstr "Kanaal" +msgid "Shadow inactive" +msgstr "Schaduwen van andere sessie" -#: ihtml/themes/default/password.tpl:93 +#: plugins/personal/posix/class_posixAccount.inc:1500 #, fuzzy -msgid "Click here to change your password" -msgstr "Klik hier om uw wachtwoord te veranderen." +msgid "Shadow expire" +msgstr "Toon personen" -#: ihtml/themes/default/copyPasteDialog.tpl:1 +#: plugins/personal/posix/class_posixAccount.inc:1501 #, fuzzy -msgid "Copy & paste wizard" -msgstr "Kopieren & plakken wizard" +msgid "System trust model" +msgstr "Systeem vertrouwen" -#: ihtml/themes/default/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/personal/posix/main.inc:106 plugins/personal/generic/main.inc:159 +#: plugins/admin/acl/tabs_acl.inc:61 plugins/admin/acl/tabs_acl_role.inc:47 +#: plugins/admin/groups/class_groupManagement.inc:466 +#: plugins/admin/users/class_userManagement.inc:871 +#: plugins/admin/ogroups/class_ogroupManagement.inc:400 +#: setup/setup_checks.tpl:27 setup/setup_checks.tpl:87 +#: setup/class_setupStep_Migrate.inc:217 setup/class_setupStep_Migrate.inc:266 +#: setup/class_setupStep_Migrate.inc:324 setup/class_setupStep_Migrate.inc:392 +#: setup/class_setupStep_Migrate.inc:467 setup/class_setupStep_Migrate.inc:539 +#: setup/class_setupStep_Migrate.inc:592 setup/class_setupStep_Migrate.inc:722 +#: setup/class_setupStep_Migrate.inc:877 +#: setup/class_setupStep_Migrate.inc:1635 +#: ihtml/themes/default/msg_dialog.tpl:76 +#: ihtml/themes/default/msg_dialog.tpl:78 +#: ihtml/themes/default/msg_dialog.tpl:131 +#: ihtml/themes/default/msg_dialog.tpl:133 +msgid "Ok" msgstr "" -"Somige waardes moeten uniek zijn binnen de gehele directory, terwijl sommige " -"combinaties geen zin hebben. GOsa toont de relevante attributen. Bewaar de " -"waardes hieronder a.u.b. om aan deze vereisten te voldoen." -#: ihtml/themes/default/copyPasteDialog.tpl:9 -msgid "Remember that some properties like taken snapshots will not be copied!" +#: plugins/personal/posix/main.inc:118 plugins/personal/generic/main.inc:182 +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" -#: ihtml/themes/default/copyPasteDialog.tpl:10 +#: plugins/personal/posix/main.inc:120 plugins/personal/generic/main.inc:172 +#: plugins/admin/groups/class_divListGroup.inc:171 +#: plugins/admin/users/class_divListUsers.inc:164 +msgid "Edit" +msgstr "Bewerken" + +#: plugins/personal/posix/main.inc:129 +msgid "Unix settings" +msgstr "Unix instellingen" + +#: plugins/personal/generic/password.tpl:2 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!" +"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." -#: ihtml/themes/default/copyPasteDialog.tpl:24 -#, fuzzy -msgid "Cancel all" -msgstr "Annuleren" - -#: ihtml/themes/default/copyPasteDialog.tpl:30 -msgid "Operation complete" -msgstr "Bewerking afgerond" - -#: ihtml/themes/default/copyPasteDialog.tpl:32 -#: setup/class_setupStep_Finish.inc:37 -msgid "Finish" -msgstr "Opslaan" - -#: 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 "" -"De grootte limiet optie maakt LDAP bewerkingen sneller en behoedt de LDAP " -"server voor een te grote werkdruk. De eenvoudigste manier om met grote " -"databases te werken zonder lange timeouts is door zoekopdrachten in grootte " -"te beperken en door filters te gebruiken voor de informatie die u zoekt." +#: plugins/personal/generic/generic_picture.tpl:5 +#: plugins/personal/generic/generic_picture.tpl:15 +#: plugins/personal/generic/multiple_generic.tpl:13 +#: plugins/personal/generic/paste_generic.tpl:37 +#: plugins/personal/generic/generic.tpl:20 +#: plugins/personal/generic/generic.tpl:22 +#: plugins/personal/generic/generic.tpl:38 +msgid "Personal picture" +msgstr "Persoonlijk plaatje" -#: ihtml/themes/default/sizelimit.tpl:6 -msgid "Please choose the way to react for this session" -msgstr "Kies a.u.b. de manier waarop gereageerd moet worden voor deze sessie" +#: plugins/personal/generic/generic_picture.tpl:27 +#: plugins/personal/generic/paste_generic.tpl:52 +msgid "Remove picture" +msgstr "Plaatje verwijderen" -#: ihtml/themes/default/sizelimit.tpl:9 -msgid "ignore this error and show all entries the LDAP server returns" -msgstr "Negeer deze fout en toon alle gegevens die de LDAP server teruggeeft" +#: plugins/personal/generic/generic_picture.tpl:33 +#: plugins/personal/generic/generic_certs.tpl:91 +#: plugins/admin/departments/dep_move_confirm.tpl:15 +#: plugins/admin/departments/class_departmentManagement.inc:407 +#: include/class_MultiSelectWindow.inc:113 +#: ihtml/themes/default/copyPasteDialog.tpl:19 +#: ihtml/themes/default/pwd_heimdal.tpl:198 +msgid "Save" +msgstr "Opslaan" -#: ihtml/themes/default/sizelimit.tpl:10 -msgid "" -"ignore this error and show all entries that fit into the defined sizelimit " -"and let me use filters instead" -msgstr "" -"Negeer deze fout en toon alle gegevens die passen binnen de gedefiniëerde " -"grootte limiet en laat me daarvoor in de plaats filters gebruiken" +#: plugins/personal/generic/multiple_generic.tpl:5 +#: plugins/personal/generic/generic.tpl:6 +msgid "Personal information" +msgstr "Persoonlijke informatie" -#: ihtml/themes/default/sizelimit.tpl:14 -#: plugins/personal/generic/generic.tpl:137 -msgid "Set" -msgstr "Stel in" +#: plugins/personal/generic/multiple_generic.tpl:23 +#: plugins/personal/generic/generic.tpl:108 +#: plugins/personal/generic/class_user.inc:1424 +msgid "Academic title" +msgstr "Academische titel" -#: ihtml/themes/default/help.tpl:9 -msgid "GOsa help viewer" -msgstr "GOsa help" +#: plugins/personal/generic/multiple_generic.tpl:33 +#: plugins/personal/generic/generic.tpl:157 +msgid "Preferred langage" +msgstr "Voorkeurstaal" -#: ihtml/themes/default/help.tpl:15 -msgid "Index" -msgstr "Index" +#: plugins/personal/generic/multiple_generic.tpl:47 +#: plugins/personal/generic/generic.tpl:170 +#: plugins/personal/generic/class_user.inc:1418 +#: plugins/admin/acl/class_divListACL.inc:134 +#: plugins/admin/acl/acl_role.tpl:27 plugins/admin/acl/class_aclRole.inc:678 +#: plugins/admin/groups/class_groupGeneric.inc:1002 +#: plugins/admin/groups/class_divListGroup.inc:151 +#: plugins/admin/groups/generic.tpl:39 +#: plugins/admin/users/class_divListUsers.inc:143 +#: plugins/admin/departments/class_divListDepartment.inc:125 +#: plugins/admin/departments/generic.tpl:35 +#: plugins/admin/departments/class_departmentGeneric.inc:571 +#: plugins/admin/ogroups/class_divListOGroup.inc:163 +#: plugins/admin/ogroups/class_ogroup.inc:750 +#: plugins/admin/ogroups/generic.tpl:26 setup/setup_ldap.tpl:55 +msgid "Base" +msgstr "Basis" -#: ihtml/themes/default/help.tpl:21 setup/setup_ldap.tpl:13 -msgid "Search" -msgstr "Zoeken" +#: plugins/personal/generic/multiple_generic.tpl:53 +#: plugins/personal/generic/generic.tpl:175 +msgid "Choose subtree to place user in" +msgstr "Kies de subtree waaronder de gebruiker geplaatst wordt" -#: plugins/generic/welcome/welcome.tpl:4 -msgid "" -"This is the GOsa main menu. You can select your tasks from the menu on the " -"left, or by choosing one of the pictograms below. All changes apply directly " -"to your companies LDAP server." -msgstr "" -"Dit is het GOsa hoofdmenu. U kunt taken selecteren door het menu aan de " -"linkerzijde te gebruiken of door een van de pictogrammen hieronder te " -"selecteren. Alle veranderingen worden direct op de LDAP server van uw " -"bedrijf doorgevoerd." +#: plugins/personal/generic/multiple_generic.tpl:56 +#: plugins/personal/generic/generic.tpl:180 plugins/admin/acl/acl_role.tpl:37 +#: plugins/admin/groups/generic.tpl:49 +#: plugins/admin/departments/generic.tpl:45 +#: plugins/admin/ogroups/generic.tpl:34 +msgid "Select a base" +msgstr "Selecteer een basis" -#: plugins/generic/welcome/welcome.tpl:8 -msgid "" -"Use 'Sign out' on the upper left to close the connection and 'Main' to get " -"back to the pictogram view." -msgstr "" -"Gebruik 'Uitloggen' bovenin om de verbinding te verbreken en 'Hoofdmenu' om " -"terug te keren naar het onderstaande pictogrammen overzicht." +#: plugins/personal/generic/multiple_generic.tpl:67 +#: plugins/personal/generic/multiple_generic.tpl:285 +#: plugins/personal/generic/generic.tpl:194 +#: plugins/personal/generic/generic.tpl:389 +#: plugins/admin/departments/generic.tpl:76 +#: plugins/admin/departments/class_departmentGeneric.inc:577 +#: html/getxls.php:227 +msgid "Address" +msgstr "Adres" -#: plugins/generic/welcome/welcome.tpl:15 -msgid "The GOsa team" -msgstr "Het GOsa team" +#: plugins/personal/generic/multiple_generic.tpl:78 +#: plugins/personal/generic/generic.tpl:202 +msgid "Private phone" +msgstr "Telefoon privé" -#: plugins/generic/welcome/main.inc:24 -#, php-format -msgid "Welcome %s!" -msgstr "Welkom %s!" +#: plugins/personal/generic/multiple_generic.tpl:88 +#: plugins/personal/generic/generic.tpl:210 +#: plugins/personal/generic/class_user.inc:1427 +msgid "Homepage" +msgstr "Homepage" -#: plugins/generic/references/class_reference.inc:22 -#: plugins/personal/posix/class_posixAccount.inc:16 -msgid "UNIX" -msgstr "Unix" +#: plugins/personal/generic/multiple_generic.tpl:105 +#: plugins/personal/generic/generic.tpl:223 +msgid "Password storage" +msgstr "Wachtwoord encryptie" -#: plugins/generic/references/class_reference.inc:30 -msgid "FAX" -msgstr "Fax" +#: plugins/personal/generic/multiple_generic.tpl:117 +#: plugins/personal/generic/generic.tpl:238 +#: plugins/personal/generic/generic_certs.tpl:3 +msgid "Certificates" +msgstr "Certificaten" -#: plugins/generic/references/class_reference.inc:32 -msgid "Proxy" -msgstr "Proxy" +#: plugins/personal/generic/multiple_generic.tpl:121 +#: plugins/personal/generic/generic.tpl:241 +msgid "Edit certificates" +msgstr "Bewerk certificaten" -#: plugins/generic/references/class_reference.inc:34 -msgid "FTP" -msgstr "Ftp" +#: plugins/personal/generic/multiple_generic.tpl:137 +#: plugins/personal/generic/generic.tpl:259 +msgid "Organizational information" +msgstr "Organisatie informatie" -#: plugins/generic/references/class_reference.inc:36 -#: plugins/admin/ogroups/class_ogroupManagement.inc:451 -#: plugins/admin/groups/class_divListGroup.inc:165 -msgid "Group" -msgstr "Groep" +#: plugins/personal/generic/multiple_generic.tpl:149 +#: plugins/personal/generic/generic.tpl:271 +#: plugins/personal/generic/class_user.inc:1428 setup/setup_feedback.tpl:14 +#: html/getxls.php:299 +msgid "Organization" +msgstr "Organisatie" -#: plugins/generic/references/class_reference.inc:38 -#: plugins/personal/generic/class_user.inc:1429 #: plugins/personal/generic/multiple_generic.tpl:159 #: plugins/personal/generic/generic.tpl:279 +#: plugins/personal/generic/class_user.inc:1429 #: plugins/admin/users/class_divListUsers.inc:61 -#: plugins/admin/ogroups/class_ogroupManagement.inc:453 #: plugins/admin/departments/class_divListDepartment.inc:137 +#: plugins/admin/ogroups/class_ogroupManagement.inc:453 +#: plugins/generic/references/class_reference.inc:38 msgid "Department" msgstr "Afdeling" -#: plugins/generic/references/class_reference.inc:42 -#: plugins/admin/ogroups/class_ogroupManagement.inc:452 -#: plugins/admin/ogroups/tabs_ogroups.inc:122 -#: plugins/admin/groups/class_divListGroup.inc:232 -msgid "Application" -msgstr "Programma" - -#: plugins/generic/references/class_reference.inc:44 -#: plugins/addons/gotomasses/class_target_list.inc:180 -#: plugins/admin/ogroups/class_ogroupManagement.inc:454 -#: setup/setup_config2.tpl:248 setup/setup_config2.tpl:293 -msgid "Server" -msgstr "Server" +#: plugins/personal/generic/multiple_generic.tpl:169 +#: plugins/personal/generic/generic.tpl:287 +msgid "Department No." +msgstr "Afdeling nr." -#: plugins/generic/references/class_reference.inc:46 -msgid "Thin Client" -msgstr "Thin Client" +#: plugins/personal/generic/multiple_generic.tpl:179 +#: plugins/personal/generic/generic.tpl:295 +msgid "Employee No." +msgstr "Personeel nr." -#: plugins/generic/references/class_reference.inc:48 -#: plugins/addons/gotomasses/class_target_list.inc:182 -#: plugins/admin/ogroups/class_ogroupManagement.inc:456 -msgid "Workstation" -msgstr "Werkstation" +#: plugins/personal/generic/multiple_generic.tpl:189 +#: plugins/personal/generic/generic.tpl:303 +#: plugins/personal/generic/class_user.inc:1435 +msgid "Employee type" +msgstr "Functie" -#: plugins/generic/references/class_reference.inc:50 -#: plugins/addons/gotomasses/class_target_list.inc:184 -#: plugins/admin/ogroups/class_divListOGroup.inc:176 -#: plugins/admin/ogroups/class_divListOGroup.inc:294 -msgid "Object group" -msgstr "Objectgroep" +#: plugins/personal/generic/multiple_generic.tpl:207 +#: plugins/personal/generic/multiple_generic.tpl:418 +#: plugins/personal/generic/generic.tpl:321 +#: plugins/personal/generic/generic.tpl:503 +msgid "Room No." +msgstr "Kamer nr." -#: plugins/generic/references/contents.tpl:11 -#: plugins/addons/gotomasses/class_target_list.inc:48 -msgid "Object name" -msgstr "Objectnaam" +#: plugins/personal/generic/multiple_generic.tpl:217 +#: plugins/personal/generic/multiple_generic.tpl:428 +#: plugins/personal/generic/generic.tpl:330 +#: plugins/personal/generic/generic.tpl:511 +#: plugins/admin/groups/class_divListGroup.inc:234 +#: plugins/admin/users/class_divListUsers.inc:244 +#: plugins/admin/departments/generic.tpl:83 +#: plugins/admin/ogroups/class_ogroupManagement.inc:455 +#: plugins/generic/references/class_reference.inc:40 +msgid "Phone" +msgstr "Telefoon" -#: plugins/generic/references/contents.tpl:11 -#: plugins/addons/gotomasses/class_gotomasses.inc:344 -#: plugins/admin/ogroups/class_ogroup.inc:763 -#: plugins/admin/ogroups/generic.tpl:15 -#: plugins/admin/departments/class_departmentGeneric.inc:590 -#: plugins/admin/departments/generic.tpl:16 plugins/admin/acl/acl_role.tpl:17 -#: plugins/admin/acl/class_aclRole.inc:679 plugins/admin/groups/generic.tpl:24 -#: plugins/admin/groups/class_groupGeneric.inc:1003 html/getxls.php:158 -#: html/getxls.php:287 -msgid "Description" -msgstr "Omschrijving" +#: plugins/personal/generic/multiple_generic.tpl:227 +#: plugins/personal/generic/generic.tpl:339 html/getxls.php:299 +msgid "Mobile" +msgstr "GSM" -#: plugins/generic/references/contents.tpl:11 -msgid "Contents" -msgstr "Inhoud" +#: plugins/personal/generic/multiple_generic.tpl:237 +#: plugins/personal/generic/generic.tpl:347 html/getxls.php:226 +#: html/getxls.php:300 +msgid "Pager" +msgstr "Pieper" -#: plugins/generic/references/contents.tpl:18 -msgid "This object has no relationship to other objects." -msgstr "Dit object heeft geen relatie met andere objecten." - -#: plugins/personal/password/class_password.inc:25 -#: plugins/personal/generic/class_user.inc:17 -#: plugins/personal/posix/class_posixAccount.inc:17 -#: plugins/addons/gotomasses/class_gotomasses.inc:7 -#: plugins/addons/gotomasses/class_goto_task.inc:7 -#: plugins/addons/notifications/class_msgplug.inc:7 -#: plugins/admin/users/class_userManagement.inc:25 -#: plugins/admin/ogroups/class_ogroupManagement.inc:25 -#: plugins/admin/departments/class_departmentManagement.inc:25 -#: plugins/admin/acl/class_aclRole.inc:7 -#: plugins/admin/acl/class_aclManagement.inc:25 -#: plugins/admin/groups/class_groupManagement.inc:25 include/class_acl.inc:7 -msgid "This does something" -msgstr "Dit doet iets" - -#: plugins/personal/password/class_password.inc:77 -#: plugins/personal/password/class_password.inc:80 -#: plugins/personal/password/class_password.inc:83 -#: plugins/personal/password/class_password.inc:86 -#: plugins/personal/password/class_password.inc:89 -#: plugins/personal/password/class_password.inc:92 -#: plugins/personal/password/class_password.inc:106 -#: plugins/personal/password/class_password.inc:112 -#: plugins/personal/password/class_password.inc:140 -#: plugins/personal/generic/class_user.inc:1419 -#, fuzzy -msgid "User password" -msgstr "Wachtwoord wissen" - -#: plugins/personal/password/class_password.inc:78 -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:81 -#: plugins/personal/generic/main.inc:80 -#: plugins/admin/users/class_userManagement.inc:189 html/password.php:195 -msgid "" -"The passwords you've entered as 'New password' and 'Repeated new password' " -"do not match." -msgstr "" -"Het nieuwe wachtwoord en het herhaalde wachtwoord komen niet met elkaar " -"overeen." - -#: plugins/personal/password/class_password.inc:84 -#: plugins/personal/generic/main.inc:85 -#: plugins/admin/users/class_userManagement.inc:194 html/password.php:198 -msgid "The password you've entered as 'New password' is empty." -msgstr "Het nieuw ingevoerde wachtwoord is leeg." +#: plugins/personal/generic/multiple_generic.tpl:247 +#: plugins/personal/generic/multiple_generic.tpl:438 +#: plugins/personal/generic/generic.tpl:355 +#: plugins/personal/generic/generic.tpl:523 +#: plugins/admin/users/class_divListUsers.inc:246 +#: plugins/admin/departments/generic.tpl:91 +#: plugins/admin/departments/class_departmentGeneric.inc:579 +#: html/getxls.php:222 html/getxls.php:297 +msgid "Fax" +msgstr "Fax" -#: plugins/personal/password/class_password.inc:87 html/password.php:206 -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/generic/multiple_generic.tpl:265 +#: plugins/personal/generic/generic.tpl:373 +#: plugins/personal/generic/class_user.inc:1436 +#: plugins/admin/departments/generic.tpl:56 +#: plugins/admin/departments/generic.tpl:68 +#: plugins/admin/departments/class_departmentGeneric.inc:572 +#: html/getxls.php:224 +msgid "Location" +msgstr "Plaats" -#: plugins/personal/password/class_password.inc:90 html/password.php:211 -msgid "The password used as new is to short." -msgstr "Het nieuw opgegeven wachtwoord is te kort." +#: plugins/personal/generic/multiple_generic.tpl:275 +#: plugins/personal/generic/generic.tpl:381 +#: plugins/personal/generic/class_user.inc:1437 +#: plugins/admin/departments/generic.tpl:60 +#: plugins/admin/departments/class_departmentGeneric.inc:576 +#: html/getxls.php:228 html/getxls.php:301 +msgid "State" +msgstr "Provincie" -#: plugins/personal/password/class_password.inc:93 -#, fuzzy, php-format -msgid "External password changer reported a problem: %s." -msgstr "Extern wachtwoord verander mechanisme rapporteerde een probleem:" +#: plugins/personal/generic/multiple_generic.tpl:302 +#: plugins/personal/generic/generic.tpl:405 +#: plugins/personal/generic/class_user.inc:1395 +msgid "Vocation" +msgstr "Beroep" -#: plugins/personal/password/class_password.inc:107 -msgid "" -"The password you've entered as your current password doesn't match the real " -"one." -msgstr "" -"Het wachtwoord dat u opgegeven heeft als uw huidige wachtwoord is niet " -"correct." +#: plugins/personal/generic/multiple_generic.tpl:312 +#: plugins/personal/generic/generic.tpl:413 +#: plugins/personal/generic/class_user.inc:1398 +msgid "Unit description" +msgstr "Eenheid omschrijving" -#: plugins/personal/password/class_password.inc:113 -#, fuzzy -msgid "You have no permission to change your password." -msgstr "U heeft geen toestemming om uw wachtwoord te veranderen." +#: plugins/personal/generic/multiple_generic.tpl:323 +#: plugins/personal/generic/generic.tpl:422 +#: plugins/personal/generic/class_user.inc:1399 +msgid "Subject area" +msgstr "Werkgebied" -#: plugins/personal/password/nochange.tpl:2 -msgid "Password change not allowed" -msgstr "Het veranderen van het wachtwoord is niet toegestaan" +#: plugins/personal/generic/multiple_generic.tpl:334 +#: plugins/personal/generic/generic.tpl:431 +#: plugins/personal/generic/class_user.inc:1400 +msgid "Functional title" +msgstr "Functionele titel" -#: plugins/personal/password/nochange.tpl:6 -msgid "You are not allowed to change your password at this time" -msgstr "U heeft momenteel geen toestemming om uw wachtwoord te veranderen" +#: plugins/personal/generic/multiple_generic.tpl:345 +#: plugins/personal/generic/generic.tpl:440 +#: plugins/personal/generic/class_user.inc:1404 +#: plugins/admin/acl/class_divListACL.inc:147 +#: plugins/admin/acl/class_divListACL.inc:206 +#: plugins/admin/acl/class_aclRole.inc:668 +msgid "Role" +msgstr "Funktie" -#: plugins/personal/password/changed.tpl:3 -msgid "" -"You've successfully changed your password. Remember to change all programms " -"configured to use it as well." -msgstr "" -"U heeft succesvol uw wachtwoord veranderd. Denkt u eraan dat u alle " -"programma's die dit wachtwoord gebruiken ook aanpast!" +#: plugins/personal/generic/multiple_generic.tpl:360 +#: plugins/personal/generic/generic.tpl:454 +#: plugins/personal/generic/class_user.inc:1397 +msgid "Person locality" +msgstr "Werkplaats" -#: plugins/personal/password/changed.tpl:9 -#: plugins/personal/generic/main.inc:169 -#: plugins/admin/departments/class_departmentManagement.inc:444 -#: plugins/admin/departments/dep_iframe.tpl:18 setup/class_setup.inc:261 -#: setup/class_setup.inc:263 include/functions.inc:1496 -msgid "Back" -msgstr "Terug" +#: plugins/personal/generic/multiple_generic.tpl:371 +#: plugins/personal/generic/generic.tpl:463 +#: plugins/personal/generic/class_user.inc:1393 +msgid "Unit" +msgstr "Eenheid" -#: plugins/personal/password/password.tpl:2 -msgid "" -"To change your personal password use the fields below. The changes take " -"effect immediately. Please memorize the new password, because you wouldn't " -"be able to login without it." -msgstr "" -"Gebruik het veld hieronder om uw persoonlijke wachtwoord te veranderen. De " -"veranderingen worden direct doorgevoerd. Onthoud het nieuwe wachtwoord a.u." -"b. aangezien u niet in zult kunnen loggen zonder dit wachtwoord." +#: plugins/personal/generic/multiple_generic.tpl:382 +#: plugins/personal/generic/generic.tpl:472 +#: plugins/personal/generic/class_user.inc:1403 +msgid "Street" +msgstr "Straat" -#: plugins/personal/password/password.tpl:6 plugins/admin/users/password.tpl:6 -msgid "" -"Changing the password affects your authentification on mail, proxy, samba " -"and unix services." -msgstr "" -"Het veranderen van het wachtwoord is van invloed op E-mail, proxy, samba en " -"Unix diensten." +#: plugins/personal/generic/multiple_generic.tpl:392 +#: plugins/personal/generic/generic.tpl:480 +#: plugins/personal/generic/class_user.inc:1405 html/getxls.php:227 +msgid "Postal code" +msgstr "Postcode" -#: plugins/personal/password/password.tpl:21 -#: plugins/personal/generic/password.tpl:11 -#: plugins/admin/users/password.tpl:15 -msgid "Repeat new password" -msgstr "Herhaal het nieuwe wachtwoord" +#: plugins/personal/generic/multiple_generic.tpl:402 +#: plugins/personal/generic/generic.tpl:488 +#: plugins/personal/generic/class_user.inc:1394 +msgid "House identifier" +msgstr "Huis identificatie" -#: plugins/personal/password/password.tpl:30 -#: plugins/personal/generic/password.tpl:17 -#: plugins/admin/users/password.tpl:21 -msgid "Set password" -msgstr "Wachtwoord instellen" +#: plugins/personal/generic/multiple_generic.tpl:449 +#: plugins/personal/generic/generic.tpl:532 +#: plugins/personal/generic/class_user.inc:1396 +msgid "Last delivery" +msgstr "Laatste levering" -#: plugins/personal/password/password.tpl:32 -msgid "Clear fields" -msgstr "Wis velden" +#: plugins/personal/generic/multiple_generic.tpl:460 +#: plugins/personal/generic/generic.tpl:541 +#: plugins/personal/generic/class_user.inc:1402 +msgid "Public visible" +msgstr "Publiek zichtbaar" -#: plugins/personal/password/main.inc:46 setup/setup_config1.tpl:136 -#, fuzzy -msgid "Password settings" +#: plugins/personal/generic/paste_generic.tpl:1 +msgid "User settings" msgstr "Gebruikersinstellingen" -#: plugins/personal/generic/generic_certs.tpl:3 -#: plugins/personal/generic/multiple_generic.tpl:117 -#: plugins/personal/generic/generic.tpl:238 -msgid "Certificates" -msgstr "Certificaten" +#: plugins/personal/generic/paste_generic.tpl:7 +#: plugins/personal/generic/generic.tpl:49 plugins/admin/users/template.tpl:23 +msgid "Last name" +msgstr "Achternaam" -#: plugins/personal/generic/generic_certs.tpl:8 -msgid "Standard certificate" -msgstr "Standaard certificaat" +#: plugins/personal/generic/paste_generic.tpl:11 +#: plugins/personal/generic/generic.tpl:69 plugins/admin/users/template.tpl:27 +msgid "First name" +msgstr "Voornaam" -#: plugins/personal/generic/generic_certs.tpl:21 -#: plugins/personal/generic/generic_certs.tpl:45 -#: plugins/personal/generic/generic_certs.tpl:69 -#: plugins/admin/users/class_divListUsers.inc:168 -#: plugins/admin/ogroups/class_divListOGroup.inc:185 -#: plugins/admin/departments/class_divListDepartment.inc:141 -#: plugins/admin/acl/class_divListACL.inc:153 -#: plugins/admin/groups/class_divListGroup.inc:173 -msgid "Remove" -msgstr "Verwijderen" +#: plugins/personal/generic/paste_generic.tpl:15 +#: plugins/personal/generic/generic.tpl:82 plugins/admin/users/template.tpl:32 +msgid "Login" +msgstr "Inlognaam" -#: plugins/personal/generic/generic_certs.tpl:33 -msgid "S/MIME certificate" -msgstr "S/MIME certificaat" +#: plugins/personal/generic/paste_generic.tpl:23 +msgid "Clear password" +msgstr "Wachtwoord wissen" -#: plugins/personal/generic/generic_certs.tpl:57 -msgid "PKCS12 certificate" -msgstr "PKCS12 certificaat" +#: plugins/personal/generic/paste_generic.tpl:24 +msgid "Set new password" +msgstr "Nieuw wachtwoord instellen" -#: plugins/personal/generic/generic_certs.tpl:78 -#: plugins/personal/generic/class_user.inc:1401 -msgid "Certificate serial number" -msgstr "Certificaat serienummer" +#: plugins/personal/generic/paste_generic.tpl:47 +#: plugins/personal/generic/class_user.inc:1438 +msgid "User picture" +msgstr "Persoonlijk plaatje" -#: plugins/personal/generic/class_user.inc:265 -#: plugins/personal/posix/class_posixAccount.inc:494 -msgid "January" -msgstr "Januari" +#: plugins/personal/generic/generic.tpl:29 +#: plugins/personal/generic/generic.tpl:40 +msgid "Change picture" +msgstr "Verander plaatje" -#: plugins/personal/generic/class_user.inc:265 -#: plugins/personal/posix/class_posixAccount.inc:494 -msgid "February" -msgstr "Februari" +#: plugins/personal/generic/generic.tpl:52 +#: plugins/personal/generic/generic.tpl:73 +#: plugins/personal/generic/generic.tpl:89 plugins/admin/groups/generic.tpl:14 +msgid "Multiple edit" +msgstr "" -#: plugins/personal/generic/class_user.inc:265 -#: plugins/personal/posix/class_posixAccount.inc:494 -msgid "March" -msgstr "Maart" +#: plugins/personal/generic/generic.tpl:62 +msgid "Template name" +msgstr "Sjabloon naam" -#: plugins/personal/generic/class_user.inc:265 -#: plugins/personal/posix/class_posixAccount.inc:494 -msgid "April" -msgstr "April" +#: plugins/personal/generic/generic.tpl:98 +#: plugins/personal/generic/class_user.inc:1423 +msgid "Personal title" +msgstr "Aanhef" -#: plugins/personal/generic/class_user.inc:266 -#: plugins/personal/posix/class_posixAccount.inc:495 -msgid "May" -msgstr "Mei" +#: plugins/personal/generic/generic.tpl:119 +#: plugins/personal/generic/class_user.inc:1430 +msgid "Date of birth" +msgstr "Geboortedatum" -#: plugins/personal/generic/class_user.inc:266 -#: plugins/personal/posix/class_posixAccount.inc:495 -msgid "June" -msgstr "Juni" +#: plugins/personal/generic/generic.tpl:137 +#: ihtml/themes/default/sizelimit.tpl:14 +msgid "Set" +msgstr "Stel in" -#: plugins/personal/generic/class_user.inc:266 -#: plugins/personal/posix/class_posixAccount.inc:495 -msgid "July" -msgstr "Juli" +#: plugins/personal/generic/generic.tpl:144 html/getxls.php:86 +#: html/getxls.php:281 +msgid "Sex" +msgstr "Geslacht" -#: plugins/personal/generic/class_user.inc:266 -#: plugins/personal/posix/class_posixAccount.inc:495 -msgid "August" -msgstr "Augustus" +#: plugins/personal/generic/generic.tpl:230 include/functions.inc:936 +msgid "Configure" +msgstr "Instellen" -#: plugins/personal/generic/class_user.inc:266 -#: plugins/personal/posix/class_posixAccount.inc:495 -msgid "September" -msgstr "September" +#: plugins/personal/generic/generic.tpl:517 +msgid "Please use the phone tab" +msgstr "Gebruik a.u.b. de telefoon tab" + +#: plugins/personal/generic/generic_certs.tpl:8 +msgid "Standard certificate" +msgstr "Standaard certificaat" -#: plugins/personal/generic/class_user.inc:267 -#: plugins/personal/posix/class_posixAccount.inc:496 -msgid "October" -msgstr "Oktober" +#: plugins/personal/generic/generic_certs.tpl:21 +#: plugins/personal/generic/generic_certs.tpl:45 +#: plugins/personal/generic/generic_certs.tpl:69 +#: plugins/admin/acl/class_divListACL.inc:153 +#: plugins/admin/groups/class_divListGroup.inc:173 +#: plugins/admin/users/class_divListUsers.inc:168 +#: plugins/admin/departments/class_divListDepartment.inc:141 +#: plugins/admin/ogroups/class_divListOGroup.inc:185 +msgid "Remove" +msgstr "Verwijderen" -#: plugins/personal/generic/class_user.inc:267 -#: plugins/personal/posix/class_posixAccount.inc:496 -msgid "November" -msgstr "November" +#: plugins/personal/generic/generic_certs.tpl:33 +msgid "S/MIME certificate" +msgstr "S/MIME certificaat" -#: plugins/personal/generic/class_user.inc:267 -#: plugins/personal/posix/class_posixAccount.inc:496 -msgid "December" -msgstr "December" +#: plugins/personal/generic/generic_certs.tpl:57 +msgid "PKCS12 certificate" +msgstr "PKCS12 certificaat" + +#: plugins/personal/generic/generic_certs.tpl:78 +#: plugins/personal/generic/class_user.inc:1401 +msgid "Certificate serial number" +msgstr "Certificaat serienummer" #: plugins/personal/generic/class_user.inc:276 msgid "female" @@ -1320,7 +1257,7 @@ msgstr "ongeldig" msgid "No certificate installed" msgstr "Geen certificaat geinstalleerd" -#: plugins/personal/generic/class_user.inc:554 +#: plugins/personal/generic/class_user.inc:554 html/password.php:161 #, fuzzy msgid "Password method" msgstr "Wachtwoord encryptie" @@ -1390,7 +1327,7 @@ msgstr "Het veld 'Website' bevat een ongeldige URL." #: plugins/personal/generic/class_user.inc:1158 #: plugins/personal/generic/class_user.inc:1529 #: plugins/personal/generic/class_user.inc:1550 -#: plugins/admin/departments/class_departmentGeneric.inc:276 +#: plugins/admin/departments/class_departmentGeneric.inc:264 msgid "The field 'Name' contains invalid characters." msgstr "Het veld 'Naam' bevat ongeldige karakters." @@ -1403,13 +1340,13 @@ msgstr "Het veld 'Voornaam' bevat ongeldige karakters." #: plugins/personal/generic/class_user.inc:1141 #: plugins/personal/generic/class_user.inc:1535 -#: plugins/admin/departments/class_departmentGeneric.inc:279 +#: plugins/admin/departments/class_departmentGeneric.inc:267 msgid "The field 'Phone' contains an invalid phone number." msgstr "Het veld 'Telefoon' bevat een ongeldig telefoonnummer." #: plugins/personal/generic/class_user.inc:1144 #: plugins/personal/generic/class_user.inc:1538 -#: plugins/admin/departments/class_departmentGeneric.inc:282 +#: plugins/admin/departments/class_departmentGeneric.inc:270 msgid "The field 'Fax' contains an invalid phone number." msgstr "Het veld 'Fax' bevat een ongeldig Faxnummer." @@ -1428,81 +1365,6 @@ msgstr "Het veld 'Pieper' bevat een ongeldig telefoonnummer." msgid "Cannot open certificate!" msgstr "Het opgegeven certificaat kon geopend worden!" -#: plugins/personal/generic/class_user.inc:1393 -#: plugins/personal/generic/multiple_generic.tpl:371 -#: plugins/personal/generic/generic.tpl:463 -msgid "Unit" -msgstr "Eenheid" - -#: plugins/personal/generic/class_user.inc:1394 -#: plugins/personal/generic/multiple_generic.tpl:402 -#: plugins/personal/generic/generic.tpl:488 -msgid "House identifier" -msgstr "Huis identificatie" - -#: plugins/personal/generic/class_user.inc:1395 -#: plugins/personal/generic/multiple_generic.tpl:302 -#: plugins/personal/generic/generic.tpl:405 -msgid "Vocation" -msgstr "Beroep" - -#: plugins/personal/generic/class_user.inc:1396 -#: plugins/personal/generic/multiple_generic.tpl:449 -#: plugins/personal/generic/generic.tpl:532 -msgid "Last delivery" -msgstr "Laatste levering" - -#: plugins/personal/generic/class_user.inc:1397 -#: plugins/personal/generic/multiple_generic.tpl:360 -#: plugins/personal/generic/generic.tpl:454 -msgid "Person locality" -msgstr "Werkplaats" - -#: plugins/personal/generic/class_user.inc:1398 -#: plugins/personal/generic/multiple_generic.tpl:312 -#: plugins/personal/generic/generic.tpl:413 -msgid "Unit description" -msgstr "Eenheid omschrijving" - -#: plugins/personal/generic/class_user.inc:1399 -#: plugins/personal/generic/multiple_generic.tpl:323 -#: plugins/personal/generic/generic.tpl:422 -msgid "Subject area" -msgstr "Werkgebied" - -#: plugins/personal/generic/class_user.inc:1400 -#: plugins/personal/generic/multiple_generic.tpl:334 -#: plugins/personal/generic/generic.tpl:431 -msgid "Functional title" -msgstr "Functionele titel" - -#: plugins/personal/generic/class_user.inc:1402 -#: plugins/personal/generic/multiple_generic.tpl:460 -#: plugins/personal/generic/generic.tpl:541 -msgid "Public visible" -msgstr "Publiek zichtbaar" - -#: plugins/personal/generic/class_user.inc:1403 -#: plugins/personal/generic/multiple_generic.tpl:382 -#: plugins/personal/generic/generic.tpl:472 -msgid "Street" -msgstr "Straat" - -#: plugins/personal/generic/class_user.inc:1404 -#: plugins/personal/generic/multiple_generic.tpl:345 -#: plugins/personal/generic/generic.tpl:440 -#: plugins/admin/acl/class_aclRole.inc:668 -#: plugins/admin/acl/class_divListACL.inc:147 -#: plugins/admin/acl/class_divListACL.inc:206 -msgid "Role" -msgstr "Funktie" - -#: plugins/personal/generic/class_user.inc:1405 -#: plugins/personal/generic/multiple_generic.tpl:392 -#: plugins/personal/generic/generic.tpl:480 html/getxls.php:227 -msgid "Postal code" -msgstr "Postcode" - #: plugins/personal/generic/class_user.inc:1409 #, fuzzy msgid "Generic user settings" @@ -1515,25 +1377,6 @@ msgstr "Algemene wachtrij instellingen" msgid "Users" msgstr "Gebruikers" -#: plugins/personal/generic/class_user.inc:1418 -#: plugins/personal/generic/multiple_generic.tpl:47 -#: plugins/personal/generic/generic.tpl:170 -#: plugins/addons/gotomasses/class_target_list.inc:130 -#: plugins/admin/users/class_divListUsers.inc:143 -#: plugins/admin/ogroups/class_ogroup.inc:762 -#: plugins/admin/ogroups/generic.tpl:26 -#: plugins/admin/ogroups/class_divListOGroup.inc:163 -#: plugins/admin/departments/class_departmentGeneric.inc:592 -#: plugins/admin/departments/class_divListDepartment.inc:125 -#: plugins/admin/departments/generic.tpl:35 plugins/admin/acl/acl_role.tpl:27 -#: plugins/admin/acl/class_aclRole.inc:678 -#: plugins/admin/acl/class_divListACL.inc:134 -#: plugins/admin/groups/class_divListGroup.inc:151 -#: plugins/admin/groups/generic.tpl:39 -#: plugins/admin/groups/class_groupGeneric.inc:1002 setup/setup_ldap.tpl:55 -msgid "Base" -msgstr "Basis" - #: plugins/personal/generic/class_user.inc:1420 html/getxls.php:301 msgid "Surename" msgstr "Achternaam" @@ -1548,17 +1391,6 @@ msgstr "Naam" msgid "User identification" msgstr "Gebruikersinformatie" -#: plugins/personal/generic/class_user.inc:1423 -#: plugins/personal/generic/generic.tpl:98 -msgid "Personal title" -msgstr "Aanhef" - -#: plugins/personal/generic/class_user.inc:1424 -#: plugins/personal/generic/multiple_generic.tpl:23 -#: plugins/personal/generic/generic.tpl:108 -msgid "Academic title" -msgstr "Academische titel" - #: plugins/personal/generic/class_user.inc:1425 html/getxls.php:224 msgid "Home postal address" msgstr "Adres thuis" @@ -1568,24 +1400,6 @@ msgstr "Adres thuis" msgid "Home phone number" msgstr "Telefoonnummer" -#: plugins/personal/generic/class_user.inc:1427 -#: plugins/personal/generic/multiple_generic.tpl:88 -#: plugins/personal/generic/generic.tpl:210 -msgid "Homepage" -msgstr "Homepage" - -#: plugins/personal/generic/class_user.inc:1428 -#: plugins/personal/generic/multiple_generic.tpl:149 -#: plugins/personal/generic/generic.tpl:271 setup/setup_feedback.tpl:14 -#: html/getxls.php:299 -msgid "Organization" -msgstr "Organisatie" - -#: plugins/personal/generic/class_user.inc:1430 -#: plugins/personal/generic/generic.tpl:119 -msgid "Date of birth" -msgstr "Geboortedatum" - #: plugins/personal/generic/class_user.inc:1431 #, fuzzy msgid "Gender" @@ -1606,35 +1420,6 @@ msgstr "Afdelingnaam" msgid "Employee number" msgstr "Functie" -#: plugins/personal/generic/class_user.inc:1435 -#: plugins/personal/generic/multiple_generic.tpl:189 -#: plugins/personal/generic/generic.tpl:303 -msgid "Employee type" -msgstr "Functie" - -#: plugins/personal/generic/class_user.inc:1436 -#: plugins/personal/generic/multiple_generic.tpl:265 -#: plugins/personal/generic/generic.tpl:373 -#: plugins/admin/departments/class_departmentGeneric.inc:593 -#: plugins/admin/departments/generic.tpl:56 -#: plugins/admin/departments/generic.tpl:68 html/getxls.php:224 -msgid "Location" -msgstr "Plaats" - -#: plugins/personal/generic/class_user.inc:1437 -#: plugins/personal/generic/multiple_generic.tpl:275 -#: plugins/personal/generic/generic.tpl:381 -#: plugins/admin/departments/class_departmentGeneric.inc:597 -#: plugins/admin/departments/generic.tpl:60 html/getxls.php:228 -#: html/getxls.php:301 -msgid "State" -msgstr "Provincie" - -#: plugins/personal/generic/class_user.inc:1438 -#: plugins/personal/generic/paste_generic.tpl:47 -msgid "User picture" -msgstr "Persoonlijk plaatje" - #: plugins/personal/generic/class_user.inc:1439 #, fuzzy msgid "Room number" @@ -1670,944 +1455,1022 @@ msgstr "Adres thuis" msgid "Fax number" msgstr "Serienummer" -#: plugins/personal/generic/multiple_generic.tpl:5 -#: plugins/personal/generic/generic.tpl:6 -msgid "Personal information" -msgstr "Persoonlijke informatie" - -#: plugins/personal/generic/multiple_generic.tpl:13 -#: plugins/personal/generic/paste_generic.tpl:37 -#: plugins/personal/generic/generic.tpl:20 -#: plugins/personal/generic/generic.tpl:22 -#: plugins/personal/generic/generic.tpl:38 -#: plugins/personal/generic/generic_picture.tpl:5 -#: plugins/personal/generic/generic_picture.tpl:15 -msgid "Personal picture" -msgstr "Persoonlijk plaatje" - -#: plugins/personal/generic/multiple_generic.tpl:33 -#: plugins/personal/generic/generic.tpl:157 -msgid "Preferred langage" -msgstr "Voorkeurstaal" - -#: plugins/personal/generic/multiple_generic.tpl:53 -#: plugins/personal/generic/generic.tpl:175 -msgid "Choose subtree to place user in" -msgstr "Kies de subtree waaronder de gebruiker geplaatst wordt" - -#: plugins/personal/generic/multiple_generic.tpl:56 -#: plugins/personal/generic/generic.tpl:180 -#: plugins/admin/ogroups/generic.tpl:34 -#: plugins/admin/departments/generic.tpl:45 plugins/admin/acl/acl_role.tpl:37 -#: plugins/admin/groups/generic.tpl:49 -msgid "Select a base" -msgstr "Selecteer een basis" - -#: plugins/personal/generic/multiple_generic.tpl:67 -#: plugins/personal/generic/multiple_generic.tpl:285 -#: plugins/personal/generic/generic.tpl:194 -#: plugins/personal/generic/generic.tpl:389 -#: plugins/admin/departments/class_departmentGeneric.inc:598 -#: plugins/admin/departments/generic.tpl:76 html/getxls.php:227 -msgid "Address" -msgstr "Adres" +#: plugins/personal/generic/main.inc:103 +#, fuzzy +msgid "You have no permission to set your password!" +msgstr "U heeft geen toestemming om uw wachtwoord te veranderen." -#: plugins/personal/generic/multiple_generic.tpl:78 -#: plugins/personal/generic/generic.tpl:202 -msgid "Private phone" -msgstr "Telefoon privé" +#: plugins/personal/generic/main.inc:194 +msgid "Generic user information" +msgstr "Algemene gebruikersinformatie" -#: plugins/personal/generic/multiple_generic.tpl:105 -#: plugins/personal/generic/generic.tpl:223 -msgid "Password storage" -msgstr "Wachtwoord encryptie" +#: plugins/addons/notifications/class_msgplug.inc:6 +#: plugins/addons/notifications/main.inc:47 +#, fuzzy +msgid "Notifications" +msgstr "Beroep" -#: plugins/personal/generic/multiple_generic.tpl:121 -#: plugins/personal/generic/generic.tpl:241 -msgid "Edit certificates" -msgstr "Bewerk certificaten" +#: plugins/addons/notifications/class_msgplug.inc:36 +#: plugins/admin/groups/class_groupGeneric.inc:998 +#: plugins/admin/groups/class_groupManagement.inc:24 include/class_acl.inc:196 +#: html/getxls.php:124 html/getxls.php:126 html/getxls.php:309 +msgid "Groups" +msgstr "Groepen" -#: plugins/personal/generic/multiple_generic.tpl:137 -#: plugins/personal/generic/generic.tpl:259 -msgid "Organizational information" -msgstr "Organisatie informatie" +#: plugins/addons/notifications/class_msgplug.inc:99 +#: plugins/admin/acl/class_aclManagement.inc:160 +#: plugins/admin/acl/class_aclManagement.inc:197 +#: plugins/admin/acl/class_aclManagement.inc:250 +#: plugins/admin/acl/class_aclManagement.inc:274 +#: plugins/admin/acl/class_aclManagement.inc:313 +#: plugins/admin/acl/class_aclManagement.inc:337 +#: plugins/admin/groups/class_groupManagement.inc:334 +#: plugins/admin/groups/class_groupManagement.inc:387 +#: plugins/admin/groups/class_groupManagement.inc:418 +#: plugins/admin/departments/class_departmentManagement.inc:206 +#: plugins/admin/departments/class_departmentManagement.inc:254 +#: plugins/admin/departments/class_departmentManagement.inc:273 +#: plugins/admin/ogroups/class_ogroupManagement.inc:215 +#: plugins/admin/ogroups/class_ogroupManagement.inc:267 +#: plugins/admin/ogroups/class_ogroupManagement.inc:294 +#, fuzzy +msgid "Permission error" +msgstr "Rechten" -#: plugins/personal/generic/multiple_generic.tpl:169 -#: plugins/personal/generic/generic.tpl:287 -msgid "Department No." -msgstr "Afdeling nr." +#: plugins/addons/notifications/class_msgplug.inc:99 +#, fuzzy +msgid "You have no permissions to send a message!" +msgstr "" +"U heeft geen toestemming om een gebruiker aan te maken onder deze 'Basis'." -#: plugins/personal/generic/multiple_generic.tpl:179 -#: plugins/personal/generic/generic.tpl:295 -msgid "Employee No." -msgstr "Personeel nr." +#: plugins/addons/notifications/class_msgplug.inc:103 +#: plugins/addons/notifications/class_msgplug.inc:111 +#: plugins/admin/groups/class_groupGeneric.inc:137 +#: plugins/admin/groups/class_groupGeneric.inc:532 +#: include/utils/class_timezone.inc:51 +#: include/password-methods/class_password-methods-sha.inc:46 +#: include/password-methods/class_password-methods-ssha.inc:51 +#: include/functions.inc:602 include/functions.inc:2522 +#: include/functions.inc:2541 include/class_plugin.inc:1133 +#: include/class_plugin.inc:1145 include/class_pluglist.inc:148 +#: include/class_config.inc:556 include/class_CopyPasteHandler.inc:91 +#: include/class_CopyPasteHandler.inc:99 +#: include/class_CopyPasteHandler.inc:148 +#: include/class_CopyPasteHandler.inc:156 +#: include/class_CopyPasteHandler.inc:165 html/index.php:206 +#, fuzzy +msgid "Configuration error" +msgstr "Configuratie bestand" -#: plugins/personal/generic/multiple_generic.tpl:207 -#: plugins/personal/generic/multiple_generic.tpl:418 -#: plugins/personal/generic/generic.tpl:321 -#: plugins/personal/generic/generic.tpl:503 -msgid "Room No." -msgstr "Kamer nr." +#: plugins/addons/notifications/class_msgplug.inc:103 +#, php-format +msgid "Missing '%s' directive in configuration!" +msgstr "" -#: plugins/personal/generic/multiple_generic.tpl:227 -#: plugins/personal/generic/generic.tpl:339 html/getxls.php:299 -msgid "Mobile" -msgstr "GSM" +#: plugins/addons/notifications/class_msgplug.inc:111 +#, php-format +msgid "'%s' defined for the '%s' directive cannot be executed!" +msgstr "" -#: plugins/personal/generic/multiple_generic.tpl:237 -#: plugins/personal/generic/generic.tpl:347 html/getxls.php:226 -#: html/getxls.php:300 -msgid "Pager" -msgstr "Pieper" +#: plugins/addons/notifications/class_msgplug.inc:117 +#, fuzzy +msgid "Please specify at least one recipient to send a message!" +msgstr "Geef a.u.b. een geldige scriptnaam op." -#: plugins/personal/generic/paste_generic.tpl:1 -msgid "User settings" -msgstr "Gebruikersinstellingen" +#: plugins/addons/notifications/class_msgplug.inc:213 +#, fuzzy, php-format +msgid "Cannot find a DESC tag in file '%s'!" +msgstr "Kan bestand '%s' niet aanmaken." -#: plugins/personal/generic/paste_generic.tpl:7 -#: plugins/personal/generic/generic.tpl:49 plugins/admin/users/template.tpl:23 -msgid "Last name" -msgstr "Achternaam" +#: plugins/addons/notifications/class_msgplug.inc:240 +#, fuzzy +msgid "Notification" +msgstr "Beroep" -#: plugins/personal/generic/paste_generic.tpl:11 -#: plugins/personal/generic/generic.tpl:69 plugins/admin/users/template.tpl:27 -msgid "First name" -msgstr "Voornaam" +#: plugins/addons/notifications/class_msgplug.inc:241 +#: plugins/addons/notifications/class_msgplug.inc:246 +#, fuzzy +msgid "Notification plugin" +msgstr "Geen certificaat geinstalleerd" -#: plugins/personal/generic/paste_generic.tpl:15 -#: plugins/personal/generic/generic.tpl:82 plugins/admin/users/template.tpl:32 -msgid "Login" -msgstr "Inlognaam" +#: plugins/addons/notifications/class_msgplug.inc:249 +#, fuzzy +msgid "Allow sending notifications" +msgstr "Host notificatie opties" -#: plugins/personal/generic/paste_generic.tpl:23 -msgid "Clear password" -msgstr "Wachtwoord wissen" +#: plugins/addons/notifications/contents.tpl:2 +#, fuzzy +msgid "Notification target" +msgstr "Geen certificaat geinstalleerd" -#: plugins/personal/generic/paste_generic.tpl:24 -msgid "Set new password" -msgstr "Nieuw wachtwoord instellen" +#: plugins/addons/notifications/contents.tpl:7 +msgid "Use target from" +msgstr "" -#: plugins/personal/generic/paste_generic.tpl:52 -#: plugins/personal/generic/generic_picture.tpl:27 -msgid "Remove picture" -msgstr "Plaatje verwijderen" +#: plugins/addons/notifications/contents.tpl:12 +#: plugins/admin/acl/acl_role.tpl:49 plugins/admin/acl/acl_role.tpl:59 +#: plugins/admin/acl/acl_role.tpl:73 +#: plugins/admin/groups/class_groupManagement.inc:469 +#: plugins/admin/users/class_userManagement.inc:874 +#: plugins/admin/ogroups/class_ogroupManagement.inc:403 +#: setup/setup_ldap.tpl:16 setup/setup_migrate.tpl:133 +#: setup/setup_migrate.tpl:184 setup/setup_migrate.tpl:250 +#: setup/setup_migrate.tpl:305 setup/setup_migrate.tpl:358 +#: ihtml/themes/default/acl.tpl:8 ihtml/themes/default/acl.tpl:20 +#: ihtml/themes/default/acl.tpl:75 ihtml/themes/default/acl.tpl:89 +msgid "Apply" +msgstr "Toepassen" -#: plugins/personal/generic/password.tpl:2 -msgid "" -"You have changed the method your password is stored in the ldap database. " -"For that reason you've to enter your password at this point again. GOsa will " -"then encode it with the selected method." +#: plugins/addons/notifications/contents.tpl:21 +#, fuzzy +msgid "Available recipients" +msgstr "Beschikbare programma's" + +#: plugins/addons/notifications/contents.tpl:22 +#: ihtml/themes/default/acl.tpl:30 +msgid "List message possible targets" 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.tpl:29 -#: plugins/personal/generic/generic.tpl:40 -msgid "Change picture" -msgstr "Verander plaatje" +#: plugins/addons/notifications/contents.tpl:33 +#, fuzzy +msgid "Recipients" +msgstr "Ontvanger" -#: plugins/personal/generic/generic.tpl:52 -#: plugins/personal/generic/generic.tpl:73 -#: plugins/personal/generic/generic.tpl:89 plugins/admin/groups/generic.tpl:14 -msgid "Multiple edit" +#: plugins/addons/notifications/contents.tpl:34 +#: ihtml/themes/default/acl.tpl:42 +msgid "List message recipients" msgstr "" -#: plugins/personal/generic/generic.tpl:62 -msgid "Template name" -msgstr "Sjabloon naam" - -#: plugins/personal/generic/generic.tpl:144 html/getxls.php:86 -#: html/getxls.php:281 -msgid "Sex" -msgstr "Geslacht" +#: plugins/addons/notifications/contents.tpl:44 +msgid "Message" +msgstr "Bericht" -#: plugins/personal/generic/generic.tpl:230 include/functions.inc:923 -msgid "Configure" -msgstr "Instellen" +#: plugins/addons/notifications/contents.tpl:54 +msgid "Import" +msgstr "Importeren" -#: plugins/personal/generic/generic.tpl:517 -msgid "Please use the phone tab" -msgstr "Gebruik a.u.b. de telefoon tab" +#: plugins/addons/notifications/contents.tpl:60 +#, fuzzy +msgid "Send message" +msgstr "Bericht in wachtstand plaatsen" -#: plugins/personal/generic/main.inc:103 +#: plugins/addons/notifications/contents.tpl:72 #, fuzzy -msgid "You have no permission to set your password!" -msgstr "U heeft geen toestemming om uw wachtwoord te veranderen." +msgid "Notification send!" +msgstr "Geen certificaat geinstalleerd" -#: plugins/personal/generic/main.inc:172 plugins/personal/posix/main.inc:120 -#: plugins/addons/gotomasses/class_divListMasses.inc:125 -#: plugins/admin/users/class_divListUsers.inc:164 -#: plugins/admin/groups/class_divListGroup.inc:171 -msgid "Edit" -msgstr "Bewerken" +#: plugins/addons/notifications/contents.tpl:75 +msgid "" +"Your message has been sent successfully. Press the continue button to get " +"back to the notification plugin." +msgstr "" -#: plugins/personal/generic/main.inc:182 plugins/personal/posix/main.inc:118 -msgid "Click the 'Edit' button below to change informations in this dialog" +#: plugins/addons/notifications/contents.tpl:78 +#: plugins/admin/users/template.tpl:48 +#: plugins/admin/departments/class_departmentGeneric.inc:451 +#: plugins/admin/departments/class_departmentGeneric.inc:546 +#: setup/class_setup.inc:266 ihtml/themes/default/snapshotdialog.tpl:87 +msgid "Continue" +msgstr "Doorgaan" + +#: plugins/addons/bugsubmitter/class_bugsubmitter.inc:5 +msgid "Bug submitter" msgstr "" -"Gebruik de 'Bewerk' knop hieronder om de informatie in deze dialoog te " -"veranderen" -#: plugins/personal/generic/main.inc:194 -msgid "Generic user information" -msgstr "Algemene gebruikersinformatie" +#: plugins/addons/bugsubmitter/class_bugsubmitter.inc:6 +msgid "" +"Bugsubmitter" +msgstr "" -#: plugins/personal/posix/posix_groups.tpl:6 -msgid "Select groups to add" -msgstr "Selecteer de toe te voegen groepen" +#: plugins/admin/acl/tabs_acl.inc:8 plugins/admin/acl/class_divListACL.inc:240 +#, fuzzy +msgid "Acl" +msgstr "Alle" -#: plugins/personal/posix/posix_groups.tpl:32 -msgid "Display groups of department" -msgstr "Toon groepen van afdeling" +#: plugins/admin/acl/tabs_acl_role.inc:8 +#, fuzzy +msgid "ACL Templates" +msgstr "Sjablonen" -#: plugins/personal/posix/posix_groups.tpl:35 -#: plugins/personal/posix/trust_machines.tpl:27 -#: plugins/admin/ogroups/ogroup_objects.tpl:42 -#: plugins/admin/groups/group_objects.tpl:40 -msgid "Choose the department the search will be based on" -msgstr "Selecteer de afdeling waarbinnen gezocht zal worden" +#: plugins/admin/acl/class_aclManagement.inc:24 +#, fuzzy +msgid "ACLs" +msgstr "Rechten" -#: plugins/personal/posix/posix_groups.tpl:44 -msgid "Display groups matching" -msgstr "Toon overeenkomende groepen" +#: plugins/admin/acl/class_aclManagement.inc:160 +#, fuzzy +msgid "You have no permission to create a new role!" +msgstr "U heeft geen toestemming om deze afdeling te verwijderen." -#: plugins/personal/posix/posix_groups.tpl:48 -#: plugins/addons/gotomasses/class_target_list.inc:61 -#: plugins/admin/ogroups/class_divListOGroup.inc:85 -#: plugins/admin/groups/class_divListGroup.inc:76 -msgid "Regular expression for matching group names" -msgstr "Reguliere expressie voor overeenkomende groepnamen" +#: plugins/admin/acl/class_aclManagement.inc:197 +#, fuzzy +msgid "You have no permission to edit this ACL!" +msgstr "U heeft geen toestemming om deze afdeling te verwijderen." -#: plugins/personal/posix/posix_groups.tpl:55 -msgid "Display groups of user" -msgstr "Toon groepen van gebruiker" +#: plugins/admin/acl/class_aclManagement.inc:242 +#: plugins/admin/acl/class_aclManagement.inc:306 +#, fuzzy, php-format +msgid "You're about to delete the acl %s." +msgstr "U staat op het punt de macro '%s' te verwijderen." + +#: plugins/admin/acl/class_aclManagement.inc:250 +#: plugins/admin/acl/class_aclManagement.inc:274 +#: plugins/admin/acl/class_aclManagement.inc:313 +#: plugins/admin/acl/class_aclManagement.inc:337 +#: plugins/admin/groups/class_groupManagement.inc:334 +#: plugins/admin/groups/class_groupManagement.inc:387 +#: plugins/admin/groups/class_groupManagement.inc:418 +#: plugins/admin/departments/class_departmentManagement.inc:206 +#: plugins/admin/departments/class_departmentManagement.inc:254 +#: plugins/admin/departments/class_departmentManagement.inc:273 +#: plugins/admin/ogroups/class_ogroupManagement.inc:215 +#: plugins/admin/ogroups/class_ogroupManagement.inc:267 +#: plugins/admin/ogroups/class_ogroupManagement.inc:294 +#, fuzzy +msgid "You have no permission to delete this entry!" +msgstr "U heeft geen toestemming om deze afdeling te verwijderen." -#: plugins/personal/posix/posix_groups.tpl:59 -#: plugins/admin/groups/class_divListGroup.inc:77 -msgid "User name of which groups are shown" -msgstr "Gebruikersnaam van wie de groepen getoond worden" +#: plugins/admin/acl/class_divListACL.inc:31 +#, fuzzy +msgid "List of acl" +msgstr "Lijst met macro's" -#: plugins/personal/posix/posix_groups.tpl:68 -#: plugins/addons/gotomasses/class_target_list.inc:57 -#: plugins/admin/users/class_divListUsers.inc:74 -#: plugins/admin/ogroups/ogroup_objects.tpl:38 -#: plugins/admin/ogroups/class_divListOGroup.inc:82 -#: plugins/admin/departments/class_divListDepartment.inc:53 -#: plugins/admin/groups/class_divListGroup.inc:73 +#: plugins/admin/acl/class_divListACL.inc:32 #, fuzzy -msgid "Search in subtrees" -msgstr "Zoek binnen subtree" +msgid "List of acls" +msgstr "Lijst met macro's" -#: plugins/personal/posix/posix_groups.tpl:79 -#: plugins/personal/posix/paste_generic.tpl:61 -#: plugins/personal/posix/generic.tpl:104 -#: plugins/personal/posix/generic.tpl:146 -#: plugins/personal/posix/generic.tpl:175 -#: plugins/personal/posix/trust_machines.tpl:39 -#: plugins/admin/ogroups/ogroup_objects.tpl:54 -#: plugins/admin/ogroups/generic.tpl:51 -#: plugins/admin/groups/group_objects.tpl:55 -#: plugins/admin/groups/generic.tpl:193 -msgid "Add" -msgstr "Toevoegen" +#: plugins/admin/acl/class_divListACL.inc:36 +#, fuzzy +msgid "This menu allows you to edit and delete selected acls." +msgstr "" +"Dit menu maakt het mogelijk om FAI klassen aan te maken, bewerken en " +"verwijderen." -#: plugins/personal/posix/class_posixAccount.inc:138 -msgid "expired" -msgstr "verlopen" +#: plugins/admin/acl/class_divListACL.inc:54 +#: plugins/admin/ogroups/tabs_ogroups.inc:126 +msgid "Summary" +msgstr "Samenvatting" -#: plugins/personal/posix/class_posixAccount.inc:140 -msgid "grace time active" -msgstr "gratie tijd actief" +#: plugins/admin/acl/class_divListACL.inc:55 +#: plugins/admin/acl/class_divListACL.inc:140 +#: plugins/admin/groups/class_divListGroup.inc:62 +#: plugins/admin/groups/class_divListGroup.inc:157 +#: plugins/admin/users/class_divListUsers.inc:63 +#: plugins/admin/users/class_divListUsers.inc:149 +#: plugins/admin/departments/class_divListDepartment.inc:49 +#: plugins/admin/departments/class_divListDepartment.inc:130 +#: plugins/admin/ogroups/class_divListOGroup.inc:66 +#: plugins/admin/ogroups/class_divListOGroup.inc:169 +msgid "Actions" +msgstr "Acties" -#: plugins/personal/posix/class_posixAccount.inc:143 -msgid "active, password not changable" -msgstr "actief, wachtwoord onveranderbaar" +#: plugins/admin/acl/class_divListACL.inc:61 +#: plugins/admin/groups/class_divListGroup.inc:73 +#: plugins/admin/users/class_divListUsers.inc:74 +#: plugins/admin/departments/class_divListDepartment.inc:53 +#: plugins/admin/ogroups/ogroup_objects.tpl:38 +#: plugins/admin/ogroups/class_divListOGroup.inc:82 +msgid "Select to search within subtrees" +msgstr "Selecteer om binnen subonderdelen te zoeken" -#: plugins/personal/posix/class_posixAccount.inc:145 -msgid "active, password expired" -msgstr "actief, wachtwoord verlopen" +#: plugins/admin/acl/class_divListACL.inc:61 +msgid "Ignore subtrees" +msgstr "Subonderdelen negeren" -#: plugins/personal/posix/class_posixAccount.inc:147 -msgid "active" -msgstr "actief" +#: plugins/admin/acl/class_divListACL.inc:65 +#, fuzzy +msgid "Display acls matching" +msgstr "Toon overeenkomende macro's" -#: plugins/personal/posix/class_posixAccount.inc:158 -#: plugins/personal/posix/class_posixAccount.inc:1115 -msgid "Group of user" -msgstr "Gebruikersgroep" +#: plugins/admin/acl/class_divListACL.inc:136 +#: plugins/admin/groups/class_divListGroup.inc:152 +#: plugins/admin/users/class_divListUsers.inc:145 +#: plugins/admin/departments/class_divListDepartment.inc:127 +#: plugins/admin/ogroups/class_divListOGroup.inc:165 +msgid "Submit department" +msgstr "Verwerk afdeling" -#: plugins/personal/posix/class_posixAccount.inc:193 -msgid "unconfigured" -msgstr "niet geconfigureerd" +#: plugins/admin/acl/class_divListACL.inc:136 +#: plugins/admin/groups/class_divListGroup.inc:152 +#: plugins/admin/users/class_divListUsers.inc:145 +#: plugins/admin/departments/class_divListDepartment.inc:127 +#: plugins/admin/ogroups/class_divListOGroup.inc:165 +#: include/class_MultiSelectWindow.inc:242 +msgid "Submit" +msgstr "Verwerk" -#: plugins/personal/posix/class_posixAccount.inc:204 -msgid "automatic" -msgstr "automatisch" +#: plugins/admin/acl/class_divListACL.inc:142 +#: plugins/admin/groups/class_divListGroup.inc:159 +#: plugins/admin/users/class_divListUsers.inc:151 +#: plugins/admin/departments/class_divListDepartment.inc:132 +#: plugins/admin/ogroups/class_divListOGroup.inc:171 +#: setup/class_setupStep_Migrate.inc:883 +msgid "Create" +msgstr "Aanmaken" -#: plugins/personal/posix/class_posixAccount.inc:260 -msgid "This account has no unix extensions." -msgstr "Dit account heeft geen Unix mogelijkheden." +#: plugins/admin/acl/class_divListACL.inc:159 +#: plugins/admin/groups/class_divListGroup.inc:179 +#: plugins/admin/users/class_divListUsers.inc:174 +#: plugins/admin/ogroups/class_divListOGroup.inc:191 +#, fuzzy +msgid "Copy" +msgstr "kopieer" -#: plugins/personal/posix/class_posixAccount.inc:280 -#: plugins/personal/posix/class_posixAccount.inc:283 -msgid "Remove posix account" -msgstr "Verwijder POSIX account" +#: plugins/admin/acl/class_divListACL.inc:161 +#: plugins/admin/groups/class_divListGroup.inc:181 +#: plugins/admin/users/class_divListUsers.inc:176 +#: plugins/admin/ogroups/class_divListOGroup.inc:193 +#, fuzzy +msgid "Cut" +msgstr "knippen" -#: plugins/personal/posix/class_posixAccount.inc:281 -msgid "" -"This account has unix features enabled. To disable them, you'll need to " -"remove the samba / environment account first." -msgstr "" -"Dit account heeft Unix mogelijkheden ingeschakeld. Om deze te verwijderen " -"moet u eerst het samba / omgevings account verwijderen." +#: plugins/admin/acl/class_divListACL.inc:165 +#: plugins/admin/acl/class_divListACL.inc:168 +#: plugins/admin/groups/class_divListGroup.inc:185 +#: plugins/admin/groups/class_divListGroup.inc:188 +#: plugins/admin/users/class_divListUsers.inc:180 +#: plugins/admin/users/class_divListUsers.inc:183 +#: plugins/admin/ogroups/class_divListOGroup.inc:197 +#: plugins/admin/ogroups/class_divListOGroup.inc:200 +#: include/class_CopyPasteHandler.inc:435 +msgid "Paste" +msgstr "Plakken" -#: plugins/personal/posix/class_posixAccount.inc:284 -msgid "" -"This account has posix features enabled. You can disable them by clicking " -"below." -msgstr "" -"Dit account heeft POSIX mogelijkheden ingeschakeld. U kunt deze uitschakelen " -"door de knop hieronder te gebruiken." +#: plugins/admin/acl/class_divListACL.inc:216 +#: plugins/admin/groups/class_divListGroup.inc:256 +#: plugins/admin/users/class_divListUsers.inc:277 +#: plugins/admin/ogroups/class_divListOGroup.inc:247 +msgid "cut" +msgstr "knippen" -#: plugins/personal/posix/class_posixAccount.inc:287 -msgid "Create posix account" -msgstr "POSIX account aanmaken" +#: plugins/admin/acl/class_divListACL.inc:216 +#: plugins/admin/groups/class_divListGroup.inc:256 +#: plugins/admin/users/class_divListUsers.inc:277 +#: plugins/admin/ogroups/class_divListOGroup.inc:247 +msgid "Cut this entry" +msgstr "Deze invoer knippen" -#: plugins/personal/posix/class_posixAccount.inc:288 -msgid "" -"This account has posix features disabled. You can enable them by clicking " -"below." -msgstr "" -"Dit account heeft POSIX mogelijkheden uitgeschakeld. U kunt deze inschakelen " -"door de knop hieronder te gebruiken." +#: plugins/admin/acl/class_divListACL.inc:218 +#: plugins/admin/groups/class_divListGroup.inc:258 +#: plugins/admin/users/class_divListUsers.inc:279 +#: plugins/admin/ogroups/class_divListOGroup.inc:249 +msgid "copy" +msgstr "kopieer" -#: plugins/personal/posix/class_posixAccount.inc:448 -#, 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/admin/acl/class_divListACL.inc:218 +#: plugins/admin/groups/class_divListGroup.inc:258 +#: plugins/admin/users/class_divListUsers.inc:279 +#: plugins/admin/ogroups/class_divListOGroup.inc:249 +msgid "Copy this entry" +msgstr "Deze invoer kopieren" -#: plugins/personal/posix/class_posixAccount.inc:452 -#, php-format -msgid "Password must be changed after %s days" -msgstr "Het wachtwoord moet na %s dag(en) gewijzigd worden" +#: plugins/admin/acl/class_divListACL.inc:223 +#: plugins/admin/acl/class_divListACL.inc:245 +#: plugins/admin/acl/class_aclRole.inc:340 +#: plugins/admin/acl/class_aclRole.inc:385 +#: plugins/admin/groups/class_divListGroup.inc:263 +#: plugins/admin/users/class_divListUsers.inc:298 +#: plugins/admin/departments/class_divListDepartment.inc:166 +#: plugins/admin/ogroups/class_divListOGroup.inc:253 include/class_acl.inc:409 +#: include/class_acl.inc:452 +msgid "edit" +msgstr "Bewerk" -#: plugins/personal/posix/class_posixAccount.inc:456 -#, php-format -msgid "Disable account after %s days of inactivity after password expiery" -msgstr "" -"Blokkeer het account na %s dag(en) inactiviteit nadat het wachtwoord " -"verlopen is" +#: plugins/admin/acl/class_divListACL.inc:224 +#, fuzzy +msgid "Edit acl role" +msgstr "Bewerk share" -#: plugins/personal/posix/class_posixAccount.inc:460 -#, php-format -msgid "Warn user %s days before password expiery" -msgstr "Waarschuw de gebruiker %s dagen voordat het wachtwoord verloopt" +#: plugins/admin/acl/class_divListACL.inc:233 +#: plugins/admin/acl/class_divListACL.inc:249 +#: plugins/admin/acl/class_aclRole.inc:341 +#: plugins/admin/acl/class_aclRole.inc:386 +#: plugins/admin/groups/class_divListGroup.inc:272 +#: plugins/admin/users/class_divListUsers.inc:322 +#: plugins/admin/departments/class_divListDepartment.inc:171 +#: plugins/admin/ogroups/class_divListOGroup.inc:261 include/class_acl.inc:410 +#: include/class_acl.inc:453 +msgid "delete" +msgstr "Verwijder" -#: plugins/personal/posix/class_posixAccount.inc:593 -#: setup/setup_config2.tpl:188 -msgid "disabled" -msgstr "gedeactiveerd" +#: plugins/admin/acl/class_divListACL.inc:234 +#, fuzzy +msgid "Delete acl role" +msgstr "Verwijder gebruiker" -#: plugins/personal/posix/class_posixAccount.inc:593 -msgid "full access" -msgstr "volledige toegang" +#: plugins/admin/acl/class_divListACL.inc:246 +#, fuzzy +msgid "Edit acl" +msgstr "Bewerk klasse" -#: plugins/personal/posix/class_posixAccount.inc:594 -msgid "allow access to these hosts" -msgstr "sta toegang op deze computers toe" +#: plugins/admin/acl/class_divListACL.inc:250 +#, fuzzy +msgid "Delete acl" +msgstr "Verwijder klasse" -#: plugins/personal/posix/class_posixAccount.inc:647 -#, fuzzy, php-format -msgid "Removing of user/posix account with dn '%s' failed." -msgstr "Het verwijderen van het proxy account is mislukt" +#: plugins/admin/acl/paste_role.tpl:4 plugins/admin/acl/acl_role.tpl:7 +#: plugins/admin/acl/class_aclRole.inc:677 +#: plugins/admin/groups/class_groupGeneric.inc:1001 +#: plugins/admin/ogroups/class_ogroup.inc:749 setup/setup_feedback.tpl:22 +#: setup/setup_migrate.tpl:209 html/getxls.php:223 html/getxls.php:290 +msgid "Name" +msgstr "Naam" -#: plugins/personal/posix/class_posixAccount.inc:803 -msgid "Timeout while waiting for lock! Ignoring lock." +#: plugins/admin/acl/remove.tpl:6 +#, fuzzy +msgid "" +"This includes all system and setup informations. Please double check if your " +"really want to do this since there is no way for GOsa to get your data back." msgstr "" +"Dit omvat alle systeem en configuratie informatie. Verzeker uzelf " +"hiervan, aangezien er geen manier is voor GOsa om deze gegevens terug te " +"halen." -#: plugins/personal/posix/class_posixAccount.inc:899 -#, fuzzy, php-format -msgid "Saving of user/posix account with dn '%s' failed." -msgstr "Het opslaan van het Open-Xchange account is mislukt" +#: plugins/admin/acl/remove.tpl:10 plugins/admin/departments/remove.tpl:10 +msgid "" +"Best thing to do before performing this action would be to save the current " +"contents of your LDAP tree in a file. So - if you've done so - press " +"'Delete' to continue or 'Cancel' to abort." +msgstr "" +"Het is aan te raden de huidige inhoud van uw LDAP database op te slaan " +"alvorens u doorgaat. Indien u dat gedaan heeft drukt u op 'Verwijderen' om " +"door te gaan of op 'Annuleren' om te annuleren." -#: plugins/personal/posix/class_posixAccount.inc:974 -#: plugins/personal/posix/class_posixAccount.inc:1051 -msgid "The required field 'Home directory' is not set." -msgstr "Het vereiste veld 'Persoonlijke map' is leeg." +#: plugins/admin/acl/main.inc:43 plugins/admin/acl/main.inc:45 +#, fuzzy +msgid "ACL management" +msgstr "Blokkeerlijst beheer" -#: plugins/personal/posix/class_posixAccount.inc:977 -#: plugins/personal/posix/class_posixAccount.inc:1054 -msgid "Please enter a valid path in 'Home directory' field." -msgstr "Geef a.u.b. een geldige map op in het 'Persoonlijke map' veld." +#: plugins/admin/acl/acl_role.tpl:3 ihtml/themes/default/acl.tpl:2 +msgid "Assigned ACLs for current entry" +msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:985 -msgid "Value specified as 'UID' is not valid." -msgstr "De opgegeven 'UID' waarde is niet correct." +#: plugins/admin/acl/acl_role.tpl:17 plugins/admin/acl/class_aclRole.inc:679 +#: plugins/admin/groups/class_groupGeneric.inc:1003 +#: plugins/admin/groups/generic.tpl:24 +#: plugins/admin/departments/generic.tpl:16 +#: plugins/admin/departments/class_departmentGeneric.inc:569 +#: plugins/admin/ogroups/class_ogroup.inc:751 +#: plugins/admin/ogroups/generic.tpl:15 +#: plugins/generic/references/contents.tpl:11 html/getxls.php:158 +#: html/getxls.php:287 +msgid "Description" +msgstr "Omschrijving" -#: plugins/personal/posix/class_posixAccount.inc:988 -msgid "Value specified as 'UID' is too small." -msgstr "De opgegeven 'UID' waarde is te klein." +#: plugins/admin/acl/acl_role.tpl:31 plugins/admin/groups/generic.tpl:43 +#: plugins/admin/ogroups/generic.tpl:29 +msgid "Choose subtree to place group in" +msgstr "Selecteer de subtree waaronder deze groep geplaatst wordt" -#: plugins/personal/posix/class_posixAccount.inc:992 -#: plugins/admin/groups/class_groupGeneric.inc:899 -msgid "Value specified as 'GID' is not valid." -msgstr "De opgegeven 'GID' waarde is niet geldig." +#: plugins/admin/acl/acl_role.tpl:44 ihtml/themes/default/acl.tpl:4 +#, fuzzy +msgid "New ACL" +msgstr "Nieuw" -#: plugins/personal/posix/class_posixAccount.inc:995 -#: plugins/admin/groups/class_groupGeneric.inc:902 -msgid "Value specified as 'GID' is too small." -msgstr "De opgegeven 'GID' waarde is te klein." +#: plugins/admin/acl/acl_role.tpl:49 ihtml/themes/default/acl.tpl:8 +#, fuzzy +msgid "ACL type" +msgstr "type" -#: plugins/personal/posix/class_posixAccount.inc:1003 -#: plugins/personal/posix/class_posixAccount.inc:1060 -msgid "Value specified as 'shadowMin' is not valid." -msgstr "De opgegeven 'shadowMin' waarde is niet geldig." +#: plugins/admin/acl/acl_role.tpl:49 ihtml/themes/default/acl.tpl:8 +#, fuzzy +msgid "Select an acl type" +msgstr "Selecteer een basis" -#: plugins/personal/posix/class_posixAccount.inc:1008 -#: plugins/personal/posix/class_posixAccount.inc:1065 -msgid "Value specified as 'shadowMax' is not valid." -msgstr "De opgegeven 'shadowMax' waarde is niet geldig." +#: plugins/admin/acl/acl_role.tpl:54 ihtml/themes/default/acl.tpl:55 +#, fuzzy +msgid "List of available ACL categories" +msgstr "Lijst met beschikbare pakketten" -#: plugins/personal/posix/class_posixAccount.inc:1013 -#: plugins/personal/posix/class_posixAccount.inc:1070 -msgid "Value specified as 'shadowWarning' is not valid." -msgstr "De opgegeven 'shadowWarning' waarde is niet geldig." +#: plugins/admin/acl/class_aclRole.inc:6 +#, fuzzy +msgid "Access control list templates" +msgstr "Toegangsopties" -#: plugins/personal/posix/class_posixAccount.inc:1016 -#: plugins/personal/posix/class_posixAccount.inc:1073 -msgid "'shadowWarning' without 'shadowMax' makes no sense." -msgstr "'shadowWarning' zonder 'shadowMax' is niet logisch." +#: plugins/admin/acl/class_aclRole.inc:103 include/class_acl.inc:177 +#, fuzzy +msgid "All categories" +msgstr "Categorie toevoegen" -#: plugins/personal/posix/class_posixAccount.inc:1019 -#: plugins/personal/posix/class_posixAccount.inc:1076 -msgid "Value specified as 'shadowWarning' should be smaller than 'shadowMax'." +#: plugins/admin/acl/class_aclRole.inc:110 include/class_acl.inc:185 +msgid "Reset ACLs" msgstr "" -"De waarde opgegeven voor 'shadowWarning' moet kleiner zijn dan 'shadowMax'." -#: plugins/personal/posix/class_posixAccount.inc:1022 -#: plugins/personal/posix/class_posixAccount.inc:1079 -msgid "Value specified as 'shadowWarning' should be greater than 'shadowMin'." -msgstr "" -"De waarde opgegeven voor 'shadowWarning' moet groter dan 'shadowMin' zijn." +#: plugins/admin/acl/class_aclRole.inc:111 include/class_acl.inc:186 +#, fuzzy +msgid "One level" +msgstr "Log prioriteit" -#: plugins/personal/posix/class_posixAccount.inc:1027 -#: plugins/personal/posix/class_posixAccount.inc:1084 -msgid "Value specified as 'shadowInactive' is not valid." -msgstr "De waarde opgegeven voor 'shadowInactive' is niet geldig." +#: plugins/admin/acl/class_aclRole.inc:112 include/class_acl.inc:187 +#: include/class_acl.inc:192 +#, fuzzy +msgid "Current object" +msgstr "Nieuw FAI object aanmaken" -#: plugins/personal/posix/class_posixAccount.inc:1030 -#: plugins/personal/posix/class_posixAccount.inc:1087 -msgid "'shadowInactive' without 'shadowMax' makes no sense." -msgstr "'shadowInactive' zonder 'shadowMax' is niet logisch." +#: plugins/admin/acl/class_aclRole.inc:113 include/class_acl.inc:188 +#, fuzzy +msgid "Complete subtree" +msgstr "Subonderdelen negeren" -#: plugins/personal/posix/class_posixAccount.inc:1035 -#: plugins/personal/posix/class_posixAccount.inc:1092 -msgid "Value specified as 'shadowMin' should be smaller than 'shadowMax'." +#: plugins/admin/acl/class_aclRole.inc:114 include/class_acl.inc:189 +msgid "Complete subtree (permanent)" msgstr "" -"De waarde opgegeven voor 'shadowMin' moet kleiner zijn dan 'shadowMax'." -#: plugins/personal/posix/class_posixAccount.inc:1278 -msgid "Cannot allocate a free ID: too many users!" -msgstr "" +#: plugins/admin/acl/class_aclRole.inc:338 +#: include/class_MultiSelectWindow.inc:227 +#: include/class_MultiSelectWindow.inc:229 include/class_acl.inc:407 +msgid "Up" +msgstr "Omhoog" + +#: plugins/admin/acl/class_aclRole.inc:339 include/class_acl.inc:408 +msgid "Down" +msgstr "Omlaag" -#: plugins/personal/posix/class_posixAccount.inc:1453 +#: plugins/admin/acl/class_aclRole.inc:340 include/class_acl.inc:409 #, fuzzy -msgid "POSIX account" -msgstr "GLPI account" +msgid "Edit ACL" +msgstr "Bewerken" -#: plugins/personal/posix/class_posixAccount.inc:1463 -#: plugins/personal/posix/paste_generic.tpl:8 -#: plugins/personal/posix/generic.tpl:7 -msgid "Home directory" -msgstr "Persoonlijke map" +#: plugins/admin/acl/class_aclRole.inc:341 include/class_acl.inc:410 +#, fuzzy +msgid "Delete ACL" +msgstr "Verwijderen" -#: plugins/personal/posix/class_posixAccount.inc:1464 -#: plugins/personal/posix/generic.tpl:15 -msgid "Shell" -msgstr "Shell" +#: plugins/admin/acl/class_aclRole.inc:378 include/class_acl.inc:445 +msgid "No ACL settings for this category" +msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1465 -#: setup/setup_migrate.tpl:217 html/getxls.php:100 html/getxls.php:135 -#: html/getxls.php:158 html/getxls.php:347 html/getxls.php:364 -msgid "User ID" -msgstr "Gebruikers ID" +#: plugins/admin/acl/class_aclRole.inc:380 include/class_acl.inc:447 +#, php-format +msgid "Contains ACLs for these objects: %s" +msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1466 +#: plugins/admin/acl/class_aclRole.inc:385 include/class_acl.inc:452 #, fuzzy -msgid "Group ID" -msgstr "Groep" +msgid "Edit categories ACLs" +msgstr "Bewerk klasse" -#: plugins/personal/posix/class_posixAccount.inc:1468 -#, fuzzy -msgid "Force password change on login" -msgstr "Het veranderen van het wachtwoord is niet toegestaan" +#: plugins/admin/acl/class_aclRole.inc:386 include/class_acl.inc:453 +msgid "Clear categories ACLs" +msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1469 -#, fuzzy -msgid "Shadow min" -msgstr "Schaduwen van andere sessie" +#: plugins/admin/acl/class_aclRole.inc:402 include/class_acl.inc:498 +#, php-format +msgid "Edit ACL for '%s', scope is '%s'" +msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1470 -#, fuzzy -msgid "Shadow max" -msgstr "Schaduwen van andere sessie" +#: plugins/admin/acl/class_aclRole.inc:412 include/class_acl.inc:508 +msgid "All objects in current subtree" +msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1471 -#, fuzzy -msgid "Shadow warning" -msgstr "Schaduwen van andere sessie" +#: plugins/admin/acl/class_aclRole.inc:564 include/class_acl.inc:1061 +#, fuzzy, php-format +msgid "Saving ACLs with dn '%s' failed." +msgstr "Het opslaan van de ACL informatie is mislukt" -#: plugins/personal/posix/class_posixAccount.inc:1472 +#: plugins/admin/acl/class_aclRole.inc:596 #, fuzzy -msgid "Shadow inactive" -msgstr "Schaduwen van andere sessie" +msgid "Object in use" +msgstr "Objectnaam" -#: plugins/personal/posix/class_posixAccount.inc:1473 -#, fuzzy -msgid "Shadow expire" -msgstr "Toon personen" +#: plugins/admin/acl/class_aclRole.inc:596 +#, php-format +msgid "This role cannot be removed while it is in use by these objects:" +msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1474 -#, fuzzy -msgid "System trust model" -msgstr "Systeem vertrouwen" +#: plugins/admin/acl/class_aclRole.inc:602 +#, fuzzy, php-format +msgid "Removing of aclRole with dn '%s' failed." +msgstr "Het verwijderen van het blokeerlijst object is mislukt" -#: plugins/personal/posix/paste_generic.tpl:4 -msgid "Posix settings" -msgstr "Posix instellingen" +#: plugins/admin/acl/class_aclRole.inc:614 +#, fuzzy, php-format +msgid "Removing aclRole from objectgroup '%s' failed" +msgstr "Het verwijderen van het programma van objectgroep '%s' is mislukt" -#: plugins/personal/posix/paste_generic.tpl:23 -#: plugins/personal/posix/generic.tpl:52 -msgid "Force UID/GID" -msgstr "Forceer UID/GID" +#: plugins/admin/acl/class_aclRole.inc:669 include/class_acl.inc:1098 +#, fuzzy +msgid "ACL roles" +msgstr "Rechten" -#: plugins/personal/posix/paste_generic.tpl:28 -#: plugins/personal/posix/generic.tpl:56 html/getxls.php:287 -msgid "UID" -msgstr "UID" +#: plugins/admin/acl/class_aclRole.inc:674 +#, fuzzy +msgid "Acl roles" +msgstr "Nieuw profiel" -#: plugins/personal/posix/paste_generic.tpl:37 -#: plugins/personal/posix/generic.tpl:67 -#: plugins/admin/groups/class_groupGeneric.inc:1008 -msgid "GID" -msgstr "GID" +#: plugins/admin/groups/group_objects.tpl:6 +msgid "Select users to add" +msgstr "Selecteer de toe te voegen gebruikers" -#: plugins/personal/posix/paste_generic.tpl:47 -#: plugins/personal/posix/generic.tpl:82 -msgid "Group membership" -msgstr "Groep lidmaatschap" +#: plugins/admin/groups/group_objects.tpl:30 +#: plugins/admin/ogroups/ogroup_objects.tpl:31 +msgid "Select to see servers" +msgstr "Selecteer om servers te zien" -#: plugins/personal/posix/paste_generic.tpl:54 -#: plugins/personal/posix/generic.tpl:84 -msgid "(Warning: more than 16 groups are not supported by NFS!)" -msgstr "(Waarschuwing: NFS ondersteunt niet meer dan 16 groepen!)" +#: plugins/admin/groups/group_objects.tpl:30 +msgid "Search within subtree" +msgstr "Zoek binnen subtree" -#: plugins/personal/posix/generic.tpl:25 -msgid "Primary group" -msgstr "Primaire groep" +#: plugins/admin/groups/group_objects.tpl:37 +msgid "Display users of department" +msgstr "Toon gebruikers van afdeling" -#: plugins/personal/posix/generic.tpl:36 -#: plugins/addons/gotomasses/goto_task.tpl:20 -#: plugins/addons/gotomasses/class_divListMasses.inc:46 -msgid "Status" -msgstr "Status" +#: plugins/admin/groups/group_objects.tpl:46 +#: plugins/admin/users/class_divListUsers.inc:77 +msgid "Display users matching" +msgstr "Toon overeenkomende gebruikers" -#: plugins/personal/posix/generic.tpl:93 plugins/admin/groups/generic.tpl:179 -#, fuzzy -msgid "In all groups" -msgstr "Primaire groep" +#: plugins/admin/groups/group_objects.tpl:47 +msgid "Regular expression for matching user names" +msgstr "Reguliere expressie voor overeenkomende gebruikersnamen" -#: plugins/personal/posix/generic.tpl:97 plugins/admin/groups/generic.tpl:182 +#: plugins/admin/groups/class_groupGeneric.inc:137 #, fuzzy -msgid "Not in all groups" -msgstr "Toon E-mail groepen" +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/personal/posix/generic.tpl:118 -msgid "Account" -msgstr "Account" +#: plugins/admin/groups/class_groupGeneric.inc:193 +msgid "This 'dn' is no group." +msgstr "Deze 'dn' is geen groep." -#: plugins/personal/posix/generic.tpl:125 -msgid "System trust" -msgstr "Systeem vertrouwen" +#: plugins/admin/groups/class_groupGeneric.inc:334 +msgid "Samba group" +msgstr "Samba groep" -#: plugins/personal/posix/generic.tpl:127 -#: plugins/personal/posix/generic.tpl:155 -msgid "Trust mode" -msgstr "Vertrouwensmodus" +#: plugins/admin/groups/class_groupGeneric.inc:334 +msgid "Domain admins" +msgstr "Windows beheerders" -#: plugins/personal/posix/posix_shadow.tpl:9 -msgid "User must change password on first login" -msgstr "Het wachtwoord moet bij de eerste aanmelding gewijzigd worden" +#: plugins/admin/groups/class_groupGeneric.inc:334 +msgid "Domain users" +msgstr "Windows gebruikers" -#: plugins/personal/posix/posix_shadow.tpl:34 -msgid "Password expires on" -msgstr "Wachtwoord verloopt op" +#: plugins/admin/groups/class_groupGeneric.inc:335 +msgid "Domain guests" +msgstr "Windows gasten" -#: plugins/personal/posix/main.inc:129 -msgid "Unix settings" -msgstr "Unix instellingen" +#: plugins/admin/groups/class_groupGeneric.inc:340 +#, php-format +msgid "Special group (%d)" +msgstr "Speciale groep (%d)" -#: plugins/personal/posix/trust_machines.tpl:6 -msgid "Select systems to add" -msgstr "Selecteer de toe te voegen systemen" +#: plugins/admin/groups/class_groupGeneric.inc:494 +msgid "! unknown id" +msgstr "! onbekend id" -#: plugins/personal/posix/trust_machines.tpl:26 -msgid "Display systems of department" -msgstr "Toon systemen van afdeling" +#: plugins/admin/groups/class_groupGeneric.inc:532 +#, php-format +msgid "Search returned too many results. Not displaying more than %s entries." +msgstr "" -#: plugins/personal/posix/trust_machines.tpl:30 -msgid "Display systems matching" -msgstr "Toon de overeenkomende systemen" +#: plugins/admin/groups/class_groupGeneric.inc:561 +#: plugins/admin/groups/class_groupGeneric.inc:826 +#, fuzzy, php-format +msgid "Removing of groups/generic with dn '%s' failed." +msgstr "Het verwijderen van het programma van groep '%s' is mislukt" -#: plugins/personal/posix/trust_machines.tpl:31 -msgid "Regular expression for matching addresses" -msgstr "Reguliere expresie voor overeenkomende adressen" +#: plugins/admin/groups/class_groupGeneric.inc:711 +#, fuzzy, php-format +msgid "Cannot find any SID for '%s'!" +msgstr "Kan bestand '%s' niet aanmaken." -#: plugins/addons/gotomasses/class_gotomasses.inc:6 -#: plugins/addons/gotomasses/main.inc:50 -#, fuzzy -msgid "System deployment" -msgstr "Systeembeheer" +#: plugins/admin/groups/class_groupGeneric.inc:716 +#, fuzzy, php-format +msgid "Cannot find any RIDBASE for '%s'!" +msgstr "Kan bestand '%s' niet aanmaken." -#: plugins/addons/gotomasses/class_gotomasses.inc:114 -#: plugins/addons/notifications/class_msgplug.inc:99 +#: plugins/admin/groups/class_groupGeneric.inc:858 +msgid "" +"The field 'Name' contains invalid characters. Lowercase, numbers and dashes " +"are allowed." +msgstr "" +"Het veld 'Naam' bevat ongeldige karakters. Kleine letters, cijfers en " +"liggende streepjes zijn toegestaan." + +#: plugins/admin/groups/class_groupGeneric.inc:869 +#: plugins/admin/groups/class_groupGeneric.inc:883 +#: plugins/admin/groups/class_groupGeneric.inc:890 +msgid "Value specified as 'Name' is already used." +msgstr "De waarde die opgegeven is voor de naam wordt al gebruikt." + +#: plugins/admin/groups/class_groupGeneric.inc:944 #, fuzzy -msgid "Permission error" -msgstr "Rechten" +msgid "Cannot allocate a free ID!" +msgstr "" +"Er zitten te veel gebruikers in de database. Kan geen vrij ID toewijzen!" -#: plugins/addons/gotomasses/class_gotomasses.inc:114 +#: plugins/admin/groups/class_groupGeneric.inc:993 #, fuzzy -msgid "You have no permission to delete this entry!" -msgstr "U heeft geen toestemming om deze afdeling te verwijderen." +msgid "Generic group settings" +msgstr "Algemene wachtrij instellingen" -#: plugins/addons/gotomasses/class_gotomasses.inc:135 -#, fuzzy, php-format -msgid "Your are about to delete the following tasks: %s" -msgstr "U staat op het punt de invoer %s te verwijderen." +#: plugins/admin/groups/class_groupGeneric.inc:1005 +#, fuzzy +msgid "Phone pickup group" +msgstr "Leden zitten in een telefoon beantwoordgroep" -#: plugins/addons/gotomasses/class_gotomasses.inc:237 -#, php-format -msgid "Cannot load queue entries: %s" -msgstr "" +#: plugins/admin/groups/class_groupGeneric.inc:1006 +#, fuzzy +msgid "Nagios group" +msgstr "Nagios account" -#: plugins/addons/gotomasses/class_gotomasses.inc:327 +#: plugins/admin/groups/class_groupGeneric.inc:1009 #, fuzzy -msgid "GOsa ping" -msgstr "GOsa" +msgid "Group member" +msgstr "Groepsleden" -#: plugins/addons/gotomasses/class_gotomasses.inc:328 +#: plugins/admin/groups/class_groupGeneric.inc:1010 #, fuzzy -msgid "Ping" -msgstr "in" +msgid "Samba group type" +msgstr "Samba groep" -#: plugins/addons/gotomasses/class_gotomasses.inc:329 +#: plugins/admin/groups/class_groupGeneric.inc:1011 #, fuzzy -msgid "Say hello" -msgstr "Shell" +msgid "Samba domain name" +msgstr "Samba home" -#: plugins/addons/gotomasses/class_gotomasses.inc:337 -#: plugins/addons/gotomasses/class_gotomasses.inc:343 -#: plugins/addons/gotomasses/class_goto_task.inc:6 +#: plugins/admin/groups/class_groupGeneric.inc:1012 setup/setup_config2.tpl:15 #, fuzzy -msgid "System mass deployment" -msgstr "Systeembeheer" +msgid "Samba SID" +msgstr "Samba" -#: plugins/addons/gotomasses/class_gotomasses.inc:338 -msgid "Provide a mechanism to automatically activate a set of systems" -msgstr "" +#: plugins/admin/groups/class_groupManagement.inc:298 +#: plugins/admin/departments/class_departmentManagement.inc:178 +#, fuzzy, php-format +msgid "You're about to delete the following entry %s" +msgstr "U staat op het punt de invoer %s te verwijderen." + +#: plugins/admin/groups/class_groupManagement.inc:300 +#: plugins/admin/departments/class_departmentManagement.inc:180 +#, fuzzy, php-format +msgid "You're about to delete the following entries %s" +msgstr "U staat op het punt de invoer %s te verwijderen." -#: plugins/addons/gotomasses/class_gotomasses.inc:345 -#: plugins/addons/gotomasses/class_divListMasses.inc:48 -msgid "Action" -msgstr "Actie" +#: plugins/admin/groups/class_groupManagement.inc:380 +#, php-format +msgid "You're about to delete the group '%s'." +msgstr "U staat op het punt de groep '%s' te verwijderen." -#: plugins/addons/gotomasses/class_gotomasses.inc:350 -msgid "Week day" -msgstr "" +#: plugins/admin/groups/paste_generic.tpl:1 +msgid "Group settings" +msgstr "Groep instellingen" -#: plugins/addons/gotomasses/class_gotomasses.inc:351 -#: plugins/addons/gotomasses/class_divListMasses.inc:42 -#, fuzzy -msgid "Target" -msgstr "Chipset" +#: plugins/admin/groups/paste_generic.tpl:5 +#: plugins/admin/groups/generic.tpl:11 +#: plugins/admin/ogroups/paste_generic.tpl:4 +#: plugins/admin/ogroups/generic.tpl:7 +msgid "Group name" +msgstr "Groepnaam" + +#: plugins/admin/groups/paste_generic.tpl:8 +#: plugins/admin/groups/generic.tpl:17 +msgid "Posix name of the group" +msgstr "POSIX naam van de groep" -#: plugins/addons/gotomasses/goto_task.tpl:12 -msgid "Job ID" +#: plugins/admin/groups/paste_generic.tpl:13 +#: plugins/admin/groups/generic.tpl:65 +msgid "Normally IDs are autogenerated, select to specify manually" msgstr "" +"Normaliter worden IDs automatisch gegenereerd. Selecteer om handmatig te " +"specificeren" -#: plugins/addons/gotomasses/goto_task.tpl:28 -#, fuzzy -msgid "Mac" -msgstr "Maart" +#: plugins/admin/groups/paste_generic.tpl:15 +#: plugins/admin/groups/generic.tpl:68 +msgid "Force GID" +msgstr "Forceer GID" -#: plugins/addons/gotomasses/goto_task.tpl:36 -#, fuzzy -msgid "Header Tag" -msgstr "header" +#: plugins/admin/groups/paste_generic.tpl:18 +#: plugins/admin/groups/generic.tpl:71 +msgid "Forced ID number" +msgstr "Geforceerd ID nummer" -#: plugins/addons/gotomasses/goto_task.tpl:40 include/class_pluglist.inc:168 -#: include/class_pluglist.inc:169 include/class_pluglist.inc:283 -msgid "Unknown" -msgstr "Onbekend" +#: plugins/admin/groups/class_divListGroup.inc:35 +#: plugins/admin/groups/class_divListGroup.inc:36 +msgid "List of groups" +msgstr "Lijst met groepen" -#: plugins/addons/gotomasses/class_target_list.inc:37 -msgid "Select the target objects for your scheduled action." +#: plugins/admin/groups/class_divListGroup.inc:41 +msgid "" +"This menu allows you to add, edit and remove selected groups. You may want " +"to use the range selector on top of the group listbox, when working with a " +"large number of groups." msgstr "" +"Dit menu maakt het mogelijk om geselecteerde groepen toe te voegen, bewerken " +"of verwijderen. Indien u veel groepen heeft, dan is het aan te raden de " +"selectie mogelijkheden te gebruiken." -#: plugins/addons/gotomasses/class_target_list.inc:38 -#: plugins/addons/gotomasses/class_target_list.inc:39 -#, fuzzy -msgid "Available targets" -msgstr "Beschikbare programma's" +#: plugins/admin/groups/class_divListGroup.inc:60 +msgid "Groupname / Department" +msgstr "Groepsnaam / Afdeling" -#: plugins/addons/gotomasses/class_target_list.inc:51 -#, fuzzy -msgid "Select to see object groups" -msgstr "Selecteer de toe te voegen objecten" +#: plugins/admin/groups/class_divListGroup.inc:61 +#: plugins/admin/users/class_divListUsers.inc:62 +#: plugins/admin/departments/generic.tpl:4 +#: plugins/admin/ogroups/class_divListOGroup.inc:65 +msgid "Properties" +msgstr "Eigenschappen" -#: plugins/addons/gotomasses/class_target_list.inc:51 -#, fuzzy -msgid "Show object groups" -msgstr "Objectgroepen" +#: plugins/admin/groups/class_divListGroup.inc:65 +msgid "Select to see groups that are primary groups of users" +msgstr "" +"Selecteer om de groepen te zien die primaire groepen van gebruikers zijn" -#: plugins/addons/gotomasses/class_target_list.inc:52 -#: plugins/admin/ogroups/ogroup_objects.tpl:31 -#: plugins/admin/groups/group_objects.tpl:30 -msgid "Select to see servers" -msgstr "Selecteer om servers te zien" +#: plugins/admin/groups/class_divListGroup.inc:65 +msgid "Show primary groups" +msgstr "Toon primaire groepen" -#: plugins/addons/gotomasses/class_target_list.inc:52 -#: plugins/admin/ogroups/ogroup_objects.tpl:31 -msgid "Show servers" -msgstr "Toon servers" +#: plugins/admin/groups/class_divListGroup.inc:66 +msgid "Select to see groups that have samba groups mappings" +msgstr "Selecteer om groepen te zien die Samba groep verbindingen hebben" -#: plugins/addons/gotomasses/class_target_list.inc:53 -#: plugins/admin/ogroups/ogroup_objects.tpl:32 -msgid "Select to see workstations" -msgstr "Selecteer om werkstations te zien" +#: plugins/admin/groups/class_divListGroup.inc:66 +msgid "Show samba groups" +msgstr "Toon Samba groepen" -#: plugins/addons/gotomasses/class_target_list.inc:53 -#: plugins/admin/ogroups/ogroup_objects.tpl:32 -msgid "Show workstations" -msgstr "Toon werkstations" +#: plugins/admin/groups/class_divListGroup.inc:67 +msgid "Select to see groups that have applications configured" +msgstr "Selecteer om groepen te zien die programma's geconfigureerd hebben" -#: plugins/addons/gotomasses/class_target_list.inc:57 -#: plugins/admin/users/class_divListUsers.inc:74 -#: plugins/admin/ogroups/ogroup_objects.tpl:38 -#: plugins/admin/ogroups/class_divListOGroup.inc:82 -#: plugins/admin/departments/class_divListDepartment.inc:53 -#: plugins/admin/acl/class_divListACL.inc:61 -#: plugins/admin/groups/class_divListGroup.inc:73 -msgid "Select to search within subtrees" -msgstr "Selecteer om binnen subonderdelen te zoeken" +#: plugins/admin/groups/class_divListGroup.inc:67 +msgid "Show application groups" +msgstr "Toon programma groepen" -#: plugins/addons/gotomasses/class_target_list.inc:58 -msgid "Select to search for a specific IP range only" -msgstr "" +#: plugins/admin/groups/class_divListGroup.inc:68 +msgid "Select to see groups that have mail settings" +msgstr "Selecteer om groepen te zien die E-mail instellingen hebben" -#: plugins/addons/gotomasses/class_target_list.inc:58 -msgid "Match IP range" -msgstr "" +#: plugins/admin/groups/class_divListGroup.inc:68 +msgid "Show mail groups" +msgstr "Toon E-mail groepen" -#: plugins/addons/gotomasses/class_target_list.inc:62 -msgid "IP range start" +#: plugins/admin/groups/class_divListGroup.inc:69 +msgid "Select to see normal groups that have only functional aspects" msgstr "" +"Selecteer om normale groepen die alleen functionele aspecten hebben te zien" -#: plugins/addons/gotomasses/class_target_list.inc:63 -msgid "IP range end" -msgstr "" +#: plugins/admin/groups/class_divListGroup.inc:69 +msgid "Show functional groups" +msgstr "Toon functionele groepen" -#: plugins/addons/gotomasses/class_target_list.inc:132 -#: plugins/admin/users/class_divListUsers.inc:145 -#: plugins/admin/ogroups/class_divListOGroup.inc:165 -#: plugins/admin/departments/class_divListDepartment.inc:127 -#: plugins/admin/acl/class_divListACL.inc:136 -#: plugins/admin/groups/class_divListGroup.inc:152 -msgid "Submit department" -msgstr "Verwerk afdeling" +#: plugins/admin/groups/class_divListGroup.inc:165 +#: plugins/admin/ogroups/class_ogroupManagement.inc:451 +#: plugins/generic/references/class_reference.inc:36 +msgid "Group" +msgstr "Groep" -#: plugins/addons/gotomasses/class_target_list.inc:132 -#: plugins/admin/users/class_divListUsers.inc:145 -#: plugins/admin/ogroups/class_divListOGroup.inc:165 -#: plugins/admin/departments/class_divListDepartment.inc:127 -#: plugins/admin/acl/class_divListACL.inc:136 -#: plugins/admin/groups/class_divListGroup.inc:152 -#: include/class_MultiSelectWindow.inc:242 -msgid "Submit" -msgstr "Verwerk" +#: plugins/admin/groups/class_divListGroup.inc:226 +#: plugins/admin/users/class_divListUsers.inc:238 +msgid "Posix" +msgstr "Posix" -#: plugins/addons/gotomasses/class_target_list.inc:229 -#: plugins/addons/gotomasses/class_target_list.inc:233 -#, fuzzy -msgid "IP range is invalid!" -msgstr "De opgegeven naam is ongeldig." +#: plugins/admin/groups/class_divListGroup.inc:228 +#: plugins/admin/users/class_divListUsers.inc:242 +#: plugins/admin/ogroups/tabs_ogroups.inc:90 +#: plugins/admin/ogroups/tabs_ogroups.inc:236 +#: plugins/admin/ogroups/class_divListOGroup.inc:228 +#: plugins/generic/references/class_reference.inc:24 +msgid "Mail" +msgstr "E-mail" -#: plugins/addons/gotomasses/class_divListMasses.inc:21 -#, fuzzy -msgid "List of queued deamon jobs." -msgstr "Lijst met afdelingen" +#: plugins/admin/groups/class_divListGroup.inc:230 +#: plugins/admin/users/class_divListUsers.inc:248 +#: plugins/generic/references/class_reference.inc:26 +#: plugins/generic/references/class_reference.inc:28 +msgid "Samba" +msgstr "Samba" -#: plugins/addons/gotomasses/class_divListMasses.inc:25 -#, fuzzy -msgid "" -"This menu allows you to remove and change the properties of GOsa deamon " -"tasks." -msgstr "" -"Dit menu maakt het mogelijk om specifieke systemen toe te voegen, bewerken " -"en verwijderen. U kunt alleen systemen toevoegen die al eens opgestart " -"geweest zijn." +#: plugins/admin/groups/class_divListGroup.inc:232 +#: plugins/admin/ogroups/tabs_ogroups.inc:133 +#: plugins/admin/ogroups/class_ogroupManagement.inc:452 +#: plugins/generic/references/class_reference.inc:42 +msgid "Application" +msgstr "Programma" -#: plugins/addons/gotomasses/class_divListMasses.inc:29 -#: plugins/addons/gotomasses/class_divListMasses.inc:30 -#, fuzzy, php-format -msgid "Display entries with action %s." -msgstr "Filter regels met deze syntax" +#: plugins/admin/groups/class_divListGroup.inc:236 +#: plugins/admin/users/class_divListUsers.inc:240 +#: plugins/admin/ogroups/tabs_ogroups.inc:148 +msgid "Environment" +msgstr "Omgeving" -#: plugins/addons/gotomasses/class_divListMasses.inc:40 -msgid "#" -msgstr "" +#: plugins/admin/groups/class_divListGroup.inc:263 +#: plugins/admin/departments/class_divListDepartment.inc:166 +#: plugins/admin/ogroups/class_divListOGroup.inc:253 +msgid "Edit this entry" +msgstr "Bewerk deze invoer" -#: plugins/addons/gotomasses/class_divListMasses.inc:43 -msgid "Task" -msgstr "Taak" +#: plugins/admin/groups/class_divListGroup.inc:272 +#: plugins/admin/departments/class_divListDepartment.inc:171 +#: plugins/admin/ogroups/class_divListOGroup.inc:261 +msgid "Delete this entry" +msgstr "Verwijder deze invoer" -#: plugins/addons/gotomasses/class_divListMasses.inc:44 +#: plugins/admin/groups/class_divListGroup.inc:329 #, fuzzy -msgid "Schedule" -msgstr "PHPScheduleIt" +msgid "Number of listed groups" +msgstr "Naam van de groep" -#: plugins/addons/gotomasses/class_divListMasses.inc:127 +#: plugins/admin/groups/class_divListGroup.inc:330 +#: plugins/admin/users/class_divListUsers.inc:413 +#: plugins/admin/departments/class_divListDepartment.inc:210 +#: plugins/admin/ogroups/class_divListOGroup.inc:311 #, fuzzy -msgid "Reomve" -msgstr "Verwijderen" +msgid "Number of listed departments" +msgstr "Naam van de afdeling" -#: plugins/addons/gotomasses/remove.tpl:6 plugins/admin/users/remove.tpl:6 -msgid "" -"This includes all account data, system access rules, imap settings, etc. for " -"this user. Please double check if your really want to do this since there is " -"no way for GOsa to get your data back." -msgstr "" -"Dit omvat alle account gegevens, systeem toegangsregels, imap instellingen " -"etc. voor deze gebruiker. Verzeker uzelf hiervan, aangezien er geen " -"mogelijkheid voor GOsa is om deze informatie terug te halen." +#: plugins/admin/groups/generic.tpl:28 plugins/admin/ogroups/generic.tpl:18 +msgid "Descriptive text for this group" +msgstr "Omschrijving voor deze groep" -#: plugins/addons/bugsubmitter/class_bugsubmitter.inc:5 -msgid "" -"Bugsubmitter" -msgstr "" +#: plugins/admin/groups/generic.tpl:83 plugins/admin/groups/generic.tpl:110 +msgid "Select to create a samba conform group" +msgstr "Selecteer om een samba conforme groep te maken" -#: plugins/addons/notifications/class_msgplug.inc:6 -#: plugins/addons/notifications/main.inc:47 -#, fuzzy -msgid "Notifications" -msgstr "Beroep" +#: plugins/admin/groups/generic.tpl:95 plugins/admin/groups/generic.tpl:118 +msgid "in domain" +msgstr "in domein" -#: plugins/addons/notifications/class_msgplug.inc:36 -#: plugins/admin/groups/class_groupManagement.inc:24 -#: plugins/admin/groups/class_groupGeneric.inc:998 include/class_acl.inc:196 -#: html/getxls.php:124 html/getxls.php:126 html/getxls.php:309 -msgid "Groups" -msgstr "Groepen" +#: plugins/admin/groups/generic.tpl:140 +msgid "Members are in a phone pickup group" +msgstr "Leden zitten in een telefoon beantwoordgroep" -#: plugins/addons/notifications/class_msgplug.inc:99 -#, fuzzy -msgid "You have no permissions to send a message!" -msgstr "" -"U heeft geen toestemming om een gebruiker aan te maken onder deze 'Basis'." +#: plugins/admin/groups/generic.tpl:155 +msgid "Members are in a nagios group" +msgstr "Leden zitten in een systeeminformatie groep (Nagios)" -#: plugins/addons/notifications/class_msgplug.inc:103 -#: plugins/addons/notifications/class_msgplug.inc:111 -#: include/class_plugin.inc:1154 include/class_plugin.inc:1166 -#: include/class_pluglist.inc:152 include/class_config.inc:554 -#: include/functions.inc:592 include/functions.inc:2509 -#: include/functions.inc:2528 include/class_CopyPasteHandler.inc:91 -#: include/class_CopyPasteHandler.inc:99 -#: include/class_CopyPasteHandler.inc:148 -#: include/class_CopyPasteHandler.inc:156 -#: include/class_CopyPasteHandler.inc:165 -#: include/password-methods/class_password-methods-sha.inc:46 -#: include/password-methods/class_password-methods-ssha.inc:51 -#: include/utils/class_timezone.inc:51 html/index.php:205 -#, fuzzy -msgid "Configuration error" -msgstr "Configuratie bestand" +#: plugins/admin/groups/generic.tpl:172 +msgid "Group members" +msgstr "Groepsleden" -#: plugins/addons/notifications/class_msgplug.inc:103 -#, php-format -msgid "Missing '%s' directive in configuration!" +#: plugins/admin/groups/remove.tpl:6 +msgid "" +"This may be a primary user group. Please double check if you really want to " +"do this since there is no way for GOsa to get your data back." msgstr "" +"Dit kan een primaire groep zijn. Verzeker uzelf ervan dat dit is wat u wilt, " +"aangezien er geen mogelijkheid voor GOsa is om deze gegevens terug te halen." -#: plugins/addons/notifications/class_msgplug.inc:111 -#, php-format -msgid "'%s' defined for the '%s' directive cannot be executed!" +#: plugins/admin/groups/remove.tpl:10 plugins/admin/users/remove.tpl:10 +#: plugins/admin/ogroups/remove.tpl:10 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." -#: plugins/addons/notifications/class_msgplug.inc:117 -#, fuzzy -msgid "Please specify at least one recipient to send a message!" -msgstr "Geef a.u.b. een geldige scriptnaam op." - -#: plugins/addons/notifications/class_msgplug.inc:213 -#, fuzzy, php-format -msgid "Cannot find a DESC tag in file '%s'!" -msgstr "Kan bestand '%s' niet aanmaken." - -#: plugins/addons/notifications/class_msgplug.inc:240 -#, fuzzy -msgid "Notification" -msgstr "Beroep" - -#: plugins/addons/notifications/class_msgplug.inc:241 -#: plugins/addons/notifications/class_msgplug.inc:246 -#, fuzzy -msgid "Notification plugin" -msgstr "Geen certificaat geinstalleerd" - -#: plugins/addons/notifications/class_msgplug.inc:249 -#, fuzzy -msgid "Allow sending notifications" -msgstr "Host notificatie opties" - -#: plugins/addons/notifications/contents.tpl:2 -#, fuzzy -msgid "Notification target" -msgstr "Geen certificaat geinstalleerd" +#: plugins/admin/groups/main.inc:40 plugins/admin/groups/main.inc:44 +msgid "Group administration" +msgstr "Groepen beheer" -#: plugins/addons/notifications/contents.tpl:7 -msgid "Use target from" +#: 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 "" +"Gebruik de velden hieronder om het gebruikers wachtwoord te veranderen. De " +"veranderingen worden onmiddelijk doorgevoerd. Onthoud het nieuwe wachtwoord " +"a.u.b. aangezien de gebruiker niet in kan loggen zonder dit wachtwoord." -#: plugins/addons/notifications/contents.tpl:21 -#, fuzzy -msgid "Available recipients" -msgstr "Beschikbare programma's" - -#: plugins/addons/notifications/contents.tpl:33 +#: plugins/admin/users/password.tpl:21 #, fuzzy -msgid "Recipients" -msgstr "Ontvanger" +msgid "Strength" +msgstr "Straat" -#: plugins/addons/notifications/contents.tpl:44 -msgid "Message" -msgstr "Bericht" +#: plugins/admin/users/template.tpl:2 +msgid "Creating a new user using templates" +msgstr "Een nieuwe gebruiker aanmaken m.b.v. een sjabloon" -#: plugins/addons/notifications/contents.tpl:60 -#, fuzzy -msgid "Send message" -msgstr "Bericht in wachtstand plaatsen" +#: plugins/admin/users/template.tpl:6 +msgid "" +"Creating a new user can be assisted by using templates. Many database " +"records will be filled automatically. Choose 'none' to skip the usage of " +"templates." +msgstr "" +"Het aanmaken van een nieuwe gebruiker kan m.b.v. sjablonen gebeuren. Veel " +"database records zullen dan automatisch gevuld worden. Kies 'geen' om het " +"gebruik van sjablonen over te slaan." -#: plugins/addons/notifications/contents.tpl:72 -#, fuzzy -msgid "Notification send!" -msgstr "Geen certificaat geinstalleerd" +#: plugins/admin/users/template.tpl:15 +#: plugins/admin/users/class_divListUsers.inc:158 +msgid "Template" +msgstr "Sjabloon" -#: plugins/addons/notifications/contents.tpl:75 +#: plugins/admin/users/remove.tpl:6 msgid "" -"Your message has been sent successfully. Press the continue button to get " -"back to the notification plugin." +"This includes all account data, system access rules, imap settings, etc. for " +"this user. Please double check if your really want to do this since there is " +"no way for GOsa to get your data back." msgstr "" +"Dit omvat alle account gegevens, systeem toegangsregels, imap instellingen " +"etc. voor deze gebruiker. Verzeker uzelf hiervan, aangezien er geen " +"mogelijkheid voor GOsa is om deze informatie terug te halen." + +#: plugins/admin/users/main.inc:43 plugins/admin/users/main.inc:49 +msgid "User administration" +msgstr "Gebruikersbeheer" #: plugins/admin/users/class_divListUsers.inc:35 #: plugins/admin/users/class_divListUsers.inc:36 @@ -2622,27 +2485,13 @@ msgid "" msgstr "" "Dit menu maakt het mogelijk om geselecteerde gebruikers toe te voegen, " "bewerken of verwijderen. Indien u veel gebruikers heeft, dan is het aan te " -"raden de selectie mogelijkheden te gebruiken." - -#: plugins/admin/users/class_divListUsers.inc:62 -#: plugins/admin/ogroups/class_divListOGroup.inc:65 -#: plugins/admin/departments/generic.tpl:4 -#: plugins/admin/groups/class_divListGroup.inc:61 -msgid "Properties" -msgstr "Eigenschappen" +"raden de selectie mogelijkheden te gebruiken." -#: plugins/admin/users/class_divListUsers.inc:63 -#: plugins/admin/users/class_divListUsers.inc:149 -#: plugins/admin/ogroups/class_divListOGroup.inc:66 -#: plugins/admin/ogroups/class_divListOGroup.inc:169 -#: plugins/admin/departments/class_divListDepartment.inc:49 -#: plugins/admin/departments/class_divListDepartment.inc:130 -#: plugins/admin/acl/class_divListACL.inc:55 -#: plugins/admin/acl/class_divListACL.inc:140 -#: plugins/admin/groups/class_divListGroup.inc:62 -#: plugins/admin/groups/class_divListGroup.inc:157 -msgid "Actions" -msgstr "Acties" +#: plugins/admin/users/class_divListUsers.inc:61 +#: ihtml/themes/default/password.tpl:68 ihtml/themes/default/password.tpl:70 +#: ihtml/themes/default/login.tpl:40 ihtml/themes/default/login.tpl:42 +msgid "Username" +msgstr "Gebruikersnaam" #: plugins/admin/users/class_divListUsers.inc:65 msgid "Select to see template pseudo users" @@ -2692,64 +2541,17 @@ msgstr "Selecteer om gebruikers te zien die Proxy instellingen hebben" msgid "Show proxy users" msgstr "Toon Proxy gebruikers" -#: plugins/admin/users/class_divListUsers.inc:77 -#: plugins/admin/groups/group_objects.tpl:46 -msgid "Display users matching" -msgstr "Toon overeenkomende gebruikers" - -#: plugins/admin/users/class_divListUsers.inc:151 -#: plugins/admin/ogroups/class_divListOGroup.inc:171 -#: plugins/admin/departments/class_divListDepartment.inc:132 -#: plugins/admin/acl/class_divListACL.inc:142 -#: plugins/admin/groups/class_divListGroup.inc:159 -#: setup/class_setupStep_Migrate.inc:883 -msgid "Create" -msgstr "Aanmaken" - #: plugins/admin/users/class_divListUsers.inc:156 #: plugins/admin/ogroups/class_ogroupManagement.inc:450 -#: setup/setup_config2.tpl:257 setup/setup_config2.tpl:302 +#: setup/setup_config2.tpl:273 setup/setup_config2.tpl:318 msgid "User" msgstr "Gebruiker" -#: plugins/admin/users/class_divListUsers.inc:158 -#: plugins/admin/users/template.tpl:15 -msgid "Template" -msgstr "Sjabloon" - #: plugins/admin/users/class_divListUsers.inc:166 #: plugins/admin/users/class_divListUsers.inc:309 msgid "Change password" msgstr "Verander wachtwoord" -#: plugins/admin/users/class_divListUsers.inc:174 -#: plugins/admin/ogroups/class_divListOGroup.inc:191 -#: plugins/admin/acl/class_divListACL.inc:159 -#: plugins/admin/groups/class_divListGroup.inc:179 -#, fuzzy -msgid "Copy" -msgstr "kopieer" - -#: plugins/admin/users/class_divListUsers.inc:176 -#: plugins/admin/ogroups/class_divListOGroup.inc:193 -#: plugins/admin/acl/class_divListACL.inc:161 -#: plugins/admin/groups/class_divListGroup.inc:181 -#, fuzzy -msgid "Cut" -msgstr "knippen" - -#: plugins/admin/users/class_divListUsers.inc:180 -#: plugins/admin/users/class_divListUsers.inc:183 -#: plugins/admin/ogroups/class_divListOGroup.inc:197 -#: plugins/admin/ogroups/class_divListOGroup.inc:200 -#: plugins/admin/acl/class_divListACL.inc:165 -#: plugins/admin/acl/class_divListACL.inc:168 -#: plugins/admin/groups/class_divListGroup.inc:185 -#: plugins/admin/groups/class_divListGroup.inc:188 -#: include/class_CopyPasteHandler.inc:435 -msgid "Paste" -msgstr "Plakken" - #: plugins/admin/users/class_divListUsers.inc:236 msgid "GOsa" msgstr "GOsa" @@ -2758,11 +2560,6 @@ msgstr "GOsa" msgid "Edit generic properties" msgstr "Bewerk algemene eigenschappen" -#: plugins/admin/users/class_divListUsers.inc:238 -#: plugins/admin/groups/class_divListGroup.inc:226 -msgid "Posix" -msgstr "Posix" - #: plugins/admin/users/class_divListUsers.inc:239 msgid "Edit UNIX properties" msgstr "Bewerk UNIX eigenschappen" @@ -2787,6 +2584,10 @@ msgstr "Bewerk Fax eigenschappen" msgid "Edit samba properties" msgstr "Bewerk Samba eigenschappen" +#: plugins/admin/users/class_divListUsers.inc:250 +msgid "Netatalk" +msgstr "Netatalk" + #: plugins/admin/users/class_divListUsers.inc:251 msgid "Edit netatalk properties" msgstr "Bewerk Netatalk eigenschappen" @@ -2799,34 +2600,6 @@ msgstr "Maak gebruiker aan vanuit sjabloon" msgid "Create user with this template" msgstr "Maak gebruiker aan met dit sjabloon" -#: plugins/admin/users/class_divListUsers.inc:277 -#: plugins/admin/ogroups/class_divListOGroup.inc:247 -#: plugins/admin/acl/class_divListACL.inc:216 -#: plugins/admin/groups/class_divListGroup.inc:256 -msgid "cut" -msgstr "knippen" - -#: plugins/admin/users/class_divListUsers.inc:277 -#: plugins/admin/ogroups/class_divListOGroup.inc:247 -#: plugins/admin/acl/class_divListACL.inc:216 -#: plugins/admin/groups/class_divListGroup.inc:256 -msgid "Cut this entry" -msgstr "Deze invoer knippen" - -#: plugins/admin/users/class_divListUsers.inc:279 -#: plugins/admin/ogroups/class_divListOGroup.inc:249 -#: plugins/admin/acl/class_divListACL.inc:218 -#: plugins/admin/groups/class_divListGroup.inc:258 -msgid "copy" -msgstr "kopieer" - -#: plugins/admin/users/class_divListUsers.inc:279 -#: plugins/admin/ogroups/class_divListOGroup.inc:249 -#: plugins/admin/acl/class_divListACL.inc:218 -#: plugins/admin/groups/class_divListGroup.inc:258 -msgid "Copy this entry" -msgstr "Deze invoer kopieren" - #: plugins/admin/users/class_divListUsers.inc:288 #, fuzzy msgid "Deactivated" @@ -2836,18 +2609,6 @@ msgstr "Geactiveerd" msgid "Active" msgstr "Actief" -#: plugins/admin/users/class_divListUsers.inc:298 -#: plugins/admin/ogroups/class_divListOGroup.inc:253 -#: plugins/admin/departments/class_divListDepartment.inc:166 -#: plugins/admin/acl/class_aclRole.inc:340 -#: plugins/admin/acl/class_aclRole.inc:385 -#: plugins/admin/acl/class_divListACL.inc:223 -#: plugins/admin/acl/class_divListACL.inc:245 -#: plugins/admin/groups/class_divListGroup.inc:263 include/class_acl.inc:409 -#: include/class_acl.inc:452 -msgid "edit" -msgstr "Bewerk" - #: plugins/admin/users/class_divListUsers.inc:299 msgid "Edit user" msgstr "Bewerk gebruiker" @@ -2861,18 +2622,6 @@ msgstr "wachtwoord" msgid "You are not allowed to change the password for this user." msgstr "U heeft momenteel geen toestemming om uw wachtwoord te veranderen" -#: plugins/admin/users/class_divListUsers.inc:322 -#: plugins/admin/ogroups/class_divListOGroup.inc:261 -#: plugins/admin/departments/class_divListDepartment.inc:171 -#: plugins/admin/acl/class_aclRole.inc:341 -#: plugins/admin/acl/class_aclRole.inc:386 -#: plugins/admin/acl/class_divListACL.inc:233 -#: plugins/admin/acl/class_divListACL.inc:249 -#: plugins/admin/groups/class_divListGroup.inc:272 include/class_acl.inc:410 -#: include/class_acl.inc:453 -msgid "delete" -msgstr "Verwijder" - #: plugins/admin/users/class_divListUsers.inc:323 #: plugins/admin/users/class_userManagement.inc:526 msgid "Delete user" @@ -2888,14 +2637,6 @@ msgstr "U heeft geen toestemming om deze gebruiker te verwijderen!" msgid "Number of listed users" msgstr "Naam van de afdeling" -#: plugins/admin/users/class_divListUsers.inc:413 -#: plugins/admin/ogroups/class_divListOGroup.inc:311 -#: plugins/admin/departments/class_divListDepartment.inc:210 -#: plugins/admin/groups/class_divListGroup.inc:330 -#, fuzzy -msgid "Number of listed departments" -msgstr "Naam van de afdeling" - #: plugins/admin/users/class_userManagement.inc:241 #, fuzzy msgid "Password change failed." @@ -2907,6 +2648,12 @@ msgid "You are not allowed to set this users password!" msgstr "" "U heeft geen toestemming om het wachtwoord van deze gebruiker veranderen!" +#: plugins/admin/users/class_userManagement.inc:296 +#: ihtml/themes/default/password.tpl:40 +#, fuzzy +msgid "Password change" +msgstr "Het veranderen van het wachtwoord is niet toegestaan" + #: plugins/admin/users/class_userManagement.inc:404 #, fuzzy, php-format msgid "You're about to delete the following entry: %s" @@ -2948,188 +2695,315 @@ msgstr "U staat op het punt gebruiker %s te verwijderen." #: plugins/admin/users/class_userManagement.inc:553 #, fuzzy -msgid "User delted" -msgstr "Persoonlijk plaatje" +msgid "User deleted" +msgstr "Verwijder" #: plugins/admin/users/class_userManagement.inc:553 #, fuzzy msgid "User successfully removed." msgstr "Import was succesvol" -#: plugins/admin/users/class_userManagement.inc:558 -msgid "You are not allowed to delete this user!" -msgstr "U heeft geen toestemming om deze gebruiker te verwijderen!" +#: plugins/admin/users/class_userManagement.inc:558 +msgid "You are not allowed to delete this user!" +msgstr "U heeft geen toestemming om deze gebruiker te verwijderen!" + +#: plugins/admin/users/class_userManagement.inc:664 +#: plugins/admin/ogroups/class_ogroup.inc:286 +msgid "none" +msgstr "geen" + +#: plugins/admin/users/class_userManagement.inc:683 +#, fuzzy +msgid "Please select a valid template." +msgstr "Selecteer a.u.b. een geldig bestand." + +#: plugins/admin/users/class_userManagement.inc:776 +msgid "A person with the choosen name is already used in this tree." +msgstr "Er bestaat al een persoon met deze naam in deze tree." + +#: plugins/admin/departments/class_divListDepartment.inc:27 +#: plugins/admin/departments/class_divListDepartment.inc:28 +msgid "List of departments" +msgstr "Lijst met afdelingen" + +#: plugins/admin/departments/class_divListDepartment.inc:33 +#, fuzzy +msgid "" +"This menu allows you to create, delete and edit selected departments. Having " +"a large number of departments, you might prefer the range selectors on top " +"of the department list." +msgstr "" +"Dit menu maakt het mogelijk om geselecteerde afdelingen toe te voegen, " +"bewerken of verwijderen. Indien u veel afdelingen heeft is het aan te raden " +"de selectie mogelijkheden te gebruiken." + +#: plugins/admin/departments/class_divListDepartment.inc:48 +#: plugins/admin/departments/class_departmentGeneric.inc:574 +msgid "Department name" +msgstr "Afdelingnaam" + +#: plugins/admin/departments/class_divListDepartment.inc:56 +msgid "Regular expression for matching department names" +msgstr "Reguliere expressie voor overeenkomende afdelingen" + +#: plugins/admin/departments/class_divListDepartment.inc:200 +msgid "department" +msgstr "afdeling" + +#: plugins/admin/departments/tabs_department.inc:34 +#: include/class_MultiSelectWindow.inc:503 include/functions.inc:341 +#: include/functions.inc:368 include/functions.inc:377 +#: include/functions.inc:406 include/functions.inc:649 +#: include/functions.inc:688 include/functions.inc:733 +#: include/functions.inc:1311 include/functions.inc:2503 +#: include/class_config.inc:224 setup/class_setupStep_Schema.inc:95 +#: setup/class_setupStep_Migrate.inc:1030 +#: setup/class_setupStep_Migrate.inc:1056 +#: setup/class_setupStep_Migrate.inc:1104 +#: setup/class_setupStep_Migrate.inc:1152 +#: setup/class_setupStep_Migrate.inc:1916 html/index.php:244 +#: html/index.php:258 html/index.php:271 +#, fuzzy +msgid "LDAP error" +msgstr "LDAP fout:" + +#: plugins/admin/departments/tabs_department.inc:34 +#, fuzzy +msgid "Moving LDAP tree failed: destination tree is a subtree of the source!" +msgstr "" +"Het verplaatsen van de tree is mislukt. Bestemmings-tree is een subtree van " +"de bron-tree." + +#: plugins/admin/departments/dep_iframe.tpl:1 +msgid "Processing the requested operation" +msgstr "Bezig met verwerken van de gevraagde opdracht" + +#: plugins/admin/departments/dep_iframe.tpl:7 +msgid "" +"Your browser doesn't support iframes, please use this link to perform the " +"requested operation." +msgstr "" +"Uw browser heeft geen ondersteuning voor frames. Gebruik a.u.b. deze link om " +"de gewenste opdracht uit te voeren." + +#: plugins/admin/departments/dep_move_confirm.tpl:2 +#, fuzzy +msgid "You are currently moving/renaming this department." +msgstr "U heeft geen toestemming om deze afdeling te verwijderen." + +#: plugins/admin/departments/dep_move_confirm.tpl:5 +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:8 +msgid "GOsa can NOT fix this for you, yet." +msgstr "" + +#: plugins/admin/departments/dep_move_confirm.tpl:11 +msgid "" +"Before you confirm this action, ensure that everything will be as expected, " +"possibly the best solution is a backup." +msgstr "" + +#: plugins/admin/departments/generic.tpl:8 +msgid "Name of department" +msgstr "Naam van de afdeling" + +#: plugins/admin/departments/generic.tpl:11 +msgid "Name of subtree to create" +msgstr "Naam van de aan te maken subtree" + +#: plugins/admin/departments/generic.tpl:19 +msgid "Descriptive text for department" +msgstr "Omschrijving voor de afdeling" + +#: plugins/admin/departments/generic.tpl:24 +#: plugins/admin/departments/class_departmentGeneric.inc:575 +msgid "Category" +msgstr "Categorie" + +#: plugins/admin/departments/generic.tpl:27 +msgid "Category for this subtree" +msgstr "Categorie voor deze subtree" + +#: plugins/admin/departments/generic.tpl:39 +msgid "Choose subtree to place department in" +msgstr "Selecteer de subtree waaronder deze afdeling geplaatst wordt" + +#: plugins/admin/departments/generic.tpl:63 +msgid "State where this subtree is located" +msgstr "Provincie waar deze subtree zich bevindt" + +#: plugins/admin/departments/generic.tpl:71 +msgid "Location of this subtree" +msgstr "Plaats van deze subtree" -#: plugins/admin/users/class_userManagement.inc:664 -#: plugins/admin/ogroups/class_ogroup.inc:298 -msgid "none" -msgstr "geen" +#: plugins/admin/departments/generic.tpl:79 +msgid "Postal address of this subtree" +msgstr "Post adres van deze subtree" -#: plugins/admin/users/class_userManagement.inc:683 -#, fuzzy -msgid "Please select a valid template." -msgstr "Selecteer a.u.b. een geldig bestand." +#: plugins/admin/departments/generic.tpl:86 +msgid "Base telephone number of this subtree" +msgstr "Basis telefoonnummer van deze subtree" -#: plugins/admin/users/class_userManagement.inc:776 -msgid "A person with the choosen name is already used in this tree." -msgstr "Er bestaat al een persoon met deze naam in deze tree." +#: plugins/admin/departments/generic.tpl:94 +msgid "Base facsimile telephone number of this subtree" +msgstr "Basis Fax nummer van deze subtree" -#: plugins/admin/users/template.tpl:2 -msgid "Creating a new user using templates" -msgstr "Een nieuwe gebruiker aanmaken m.b.v. een sjabloon" +#: plugins/admin/departments/generic.tpl:109 +#: plugins/admin/departments/class_departmentGeneric.inc:578 +msgid "Administrative settings" +msgstr "Administratieve instellingen" -#: plugins/admin/users/template.tpl:6 -msgid "" -"Creating a new user can be assisted by using templates. Many database " -"records will be filled automatically. Choose 'none' to skip the usage of " -"templates." -msgstr "" -"Het aanmaken van een nieuwe gebruiker kan m.b.v. sjablonen gebeuren. Veel " -"database records zullen dan automatisch gevuld worden. Kies 'geen' om het " -"gebruik van sjablonen over te slaan." +#: plugins/admin/departments/generic.tpl:111 +msgid "Tag department as an independent administrative unit" +msgstr "Markeer de afdeling als een onafhankelijke administratieve eenheid" -#: plugins/admin/users/password.tpl:2 +#: plugins/admin/departments/remove.tpl:6 msgid "" -"To change the user password use the fields below. The changes take effect " -"immediately. Please memorize the new password, because the user wouldn't be " -"able to login without it." +"This 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 "" -"Gebruik de velden hieronder om het gebruikers wachtwoord te veranderen. De " -"veranderingen worden onmiddelijk doorgevoerd. Onthoud het nieuwe wachtwoord " -"a.u.b. aangezien de gebruiker niet in kan loggen zonder dit wachtwoord." - -#: plugins/admin/users/main.inc:43 plugins/admin/users/main.inc:49 -msgid "User administration" -msgstr "Gebruikersbeheer" +"Dit omvat 'alle' accounts, systemen etc. in deze subtree. Verzeker uzelf er " +"van dat dit is wat u wilt, aangezien er geen mogelijkheid voor GOsa is om " +"deze gegevens terug te halen." -#: plugins/admin/ogroups/class_ogroupManagement.inc:24 -#: plugins/admin/ogroups/class_ogroup.inc:758 -#: plugins/admin/ogroups/main.inc:35 plugins/admin/ogroups/main.inc:40 -msgid "Object groups" -msgstr "Objectgroepen" +#: plugins/admin/departments/main.inc:41 plugins/admin/departments/main.inc:43 +msgid "Department management" +msgstr "Afdeling beheer" -#: plugins/admin/ogroups/class_ogroupManagement.inc:183 +#: plugins/admin/departments/class_departmentGeneric.inc:187 #, fuzzy, php-format -msgid "You're about to delete the following object entry %s" -msgstr "U staat op het punt de invoer %s te verwijderen." +msgid "Removing of department with dn '%s' failed." +msgstr "Het verwijderen van de afdeling is mislukt" -#: plugins/admin/ogroups/class_ogroupManagement.inc:185 -#, fuzzy, php-format -msgid "You're about to delete the following object entries %s" -msgstr "U staat op het punt de objectgroep '%s' te verwijderen." +#: plugins/admin/departments/class_departmentGeneric.inc:246 +#: plugins/admin/departments/class_departmentGeneric.inc:248 +msgid "Department with that 'Name' already exists." +msgstr "Er bestaat al een afdeling met deze 'Naam'." -#: plugins/admin/ogroups/class_ogroupManagement.inc:215 -#: plugins/admin/ogroups/class_ogroupManagement.inc:267 -#: plugins/admin/ogroups/class_ogroupManagement.inc:294 -msgid "You are not allowed to delete this object group!" -msgstr "U heeft geen toestemming deze objectgroep te verwijderen!" +#: plugins/admin/departments/class_departmentGeneric.inc:253 +msgid "Required field 'Name' is not set." +msgstr "Vereist veld 'Naam' is leeg." -#: plugins/admin/ogroups/class_ogroupManagement.inc:260 +#: plugins/admin/departments/class_departmentGeneric.inc:256 +msgid "Required field 'Description' is not set." +msgstr "Vereist veld 'Omschrijving' is leeg." + +#: plugins/admin/departments/class_departmentGeneric.inc:260 #, php-format -msgid "You're about to delete the object group '%s'." -msgstr "U staat op het punt de objectgroep '%s' te verwijderen." +msgid "" +"The field 'Name' contains the reserved word '%s'. Please choose another name." +msgstr "" +"Het veld 'Naam' bevat het gereserveerde woord '%s'. Kies a.u.b. een andere " +"naam." -#: plugins/admin/ogroups/class_ogroupManagement.inc:457 +#: plugins/admin/departments/class_departmentGeneric.inc:312 html/main.php:149 #, fuzzy -msgid "Windows Install" -msgstr "Windows werkstation" - -#: plugins/admin/ogroups/class_ogroupManagement.inc:458 -msgid "Terminal" -msgstr "Terminal" - -#: plugins/admin/ogroups/class_ogroup.inc:156 -msgid "This 'dn' is no object group." -msgstr "Deze 'dn' is geen objectgroep." - -#: plugins/admin/ogroups/class_ogroup.inc:300 -msgid "too many different objects!" -msgstr "te veel verschillende object tpyes!" +msgid "Fatal error" +msgstr "Terminal server" -#: plugins/admin/ogroups/class_ogroup.inc:302 -msgid "users" -msgstr "gebruikers" +#: plugins/admin/departments/class_departmentGeneric.inc:312 +#, 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/ogroups/class_ogroup.inc:303 -msgid "groups" -msgstr "groepen" +#: plugins/admin/departments/class_departmentGeneric.inc:358 +#, fuzzy, php-format +msgid "Saving of department with dn '%s' failed." +msgstr "Het opslaan van de afdeling is mislukt" -#: plugins/admin/ogroups/class_ogroup.inc:304 -msgid "applications" -msgstr "programma's" +#: plugins/admin/departments/class_departmentGeneric.inc:403 +#, php-format +msgid "Tagging '%s'." +msgstr "Markeren van '%s'." -#: plugins/admin/ogroups/class_ogroup.inc:305 -msgid "departments" -msgstr "afdelingen" +#: plugins/admin/departments/class_departmentGeneric.inc:488 +#, php-format +msgid "Moving '%s' to '%s'" +msgstr "Verplaatsen van %s naar %s" -#: plugins/admin/ogroups/class_ogroup.inc:306 -msgid "servers" -msgstr "servers" +#: plugins/admin/departments/class_departmentGeneric.inc:524 +#: include/class_acl.inc:643 include/class_acl.inc:650 +#: include/class_acl.inc:657 include/class_acl.inc:663 +#: ihtml/themes/default/snapshotdialog.tpl:20 +#: ihtml/themes/default/snapshotdialog.tpl:62 +msgid "Object" +msgstr "Object" -#: plugins/admin/ogroups/class_ogroup.inc:307 -msgid "workstations" -msgstr "werkstations" +#: plugins/admin/departments/class_departmentGeneric.inc:529 +#, php-format +msgid "FAILED to copy %s, aborting operation" +msgstr "Kopieren van %s is mislukt. Bewerking afgebroken." -#: plugins/admin/ogroups/class_ogroup.inc:308 -#, fuzzy -msgid "winstations" -msgstr "Windows werkstation" +#: plugins/admin/departments/class_departmentGeneric.inc:561 +#: plugins/admin/departments/class_departmentGeneric.inc:566 +#: plugins/admin/departments/class_departmentManagement.inc:24 +#: plugins/admin/ogroups/class_divListOGroup.inc:64 +msgid "Departments" +msgstr "Afdelingen" -#: plugins/admin/ogroups/class_ogroup.inc:309 -msgid "terminals" -msgstr "terminals" +#: plugins/admin/departments/class_departmentGeneric.inc:570 +msgid "Country" +msgstr "Land" -#: plugins/admin/ogroups/class_ogroup.inc:310 -msgid "phones" -msgstr "telefoons" +#: plugins/admin/departments/class_departmentGeneric.inc:573 +msgid "Telephone" +msgstr "Telefoon" -#: plugins/admin/ogroups/class_ogroup.inc:311 -msgid "printers" -msgstr "printers" +#: plugins/admin/departments/class_departmentGeneric.inc:630 +#, php-format +msgid "Object '%s' is already tagged" +msgstr "Object '%s' is al gemarkeerd" -#: plugins/admin/ogroups/class_ogroup.inc:318 -msgid "and" -msgstr "en" +#: plugins/admin/departments/class_departmentGeneric.inc:637 +#, php-format +msgid "Adding tag (%s) to object '%s'" +msgstr "Toevoegen van markering (%s) aan object '%s'" -#: plugins/admin/ogroups/class_ogroup.inc:463 -msgid "Non existing dn:" -msgstr "Niet bestaande dn: " +#: plugins/admin/departments/class_departmentGeneric.inc:651 +#: plugins/admin/departments/class_departmentGeneric.inc:680 +#, fuzzy, php-format +msgid "Handle object tagging with dn '%s' failed." +msgstr "Het verwerken van object markeringen is mislukt" -#: plugins/admin/ogroups/class_ogroup.inc:607 -msgid "There is already an object with this cn." -msgstr "Er bestaat al een object met deze cn." +#: plugins/admin/departments/class_departmentGeneric.inc:667 +#, php-format +msgid "Removing tag from object '%s'" +msgstr "Verwijderen van markering van object '%s'" -#: plugins/admin/ogroups/class_ogroup.inc:622 -msgid "You can combine two different object types at maximum only!" -msgstr "U kunt maximaal twee verschillende object types tegelijk combineren!" +#: plugins/admin/departments/class_departmentManagement.inc:248 +#, php-format +msgid "You're about to delete the whole LDAP subtree placed under '%s'." +msgstr "U staat op het punt de hele LDAP subtree onder '%s' te verwijderen." -#: plugins/admin/ogroups/class_ogroup.inc:678 -#, fuzzy, php-format -msgid "Saving of object group/generic with dn '%s' failed." -msgstr "Het opslaan van de objectgroep is mislukt" +#: plugins/admin/ogroups/tabs_ogroups.inc:76 +#: plugins/admin/ogroups/tabs_ogroups.inc:228 +msgid "Phone queue" +msgstr "Telefoonwachtrij" -#: plugins/admin/ogroups/class_ogroup.inc:691 -#, fuzzy, php-format -msgid "Removing of object group/generic with dn '%s' failed." -msgstr "Het verwijderen van de objectgroep is mislukt" +#: plugins/admin/ogroups/tabs_ogroups.inc:100 +msgid "System" +msgstr "Systeem" -#: plugins/admin/ogroups/class_ogroup.inc:753 -#, fuzzy -msgid "Object group generic" -msgstr "Objectgroep" +#: plugins/admin/ogroups/tabs_ogroups.inc:108 +#: plugins/admin/ogroups/tabs_ogroups.inc:115 +#: plugins/admin/ogroups/tabs_ogroups.inc:208 +msgid "Devices" +msgstr "Apparaten" -#: plugins/admin/ogroups/class_ogroup.inc:761 plugins/admin/acl/acl_role.tpl:7 -#: plugins/admin/acl/class_aclRole.inc:677 plugins/admin/acl/paste_role.tpl:4 -#: plugins/admin/groups/class_groupGeneric.inc:1001 -#: setup/setup_migrate.tpl:209 setup/setup_feedback.tpl:22 html/getxls.php:223 -#: html/getxls.php:290 -msgid "Name" -msgstr "Naam" +#: plugins/admin/ogroups/tabs_ogroups.inc:122 +msgid "Startup" +msgstr "Opstarten" -#: plugins/admin/ogroups/class_ogroup.inc:764 -#, fuzzy -msgid "Member" -msgstr "Groepsleden" +#: plugins/admin/ogroups/tabs_ogroups.inc:204 +msgid "Terminals" +msgstr "Terminals" #: plugins/admin/ogroups/ogroup_objects.tpl:6 msgid "Select objects to add" @@ -3167,6 +3041,18 @@ msgstr "Selecteer om programma's te zien" msgid "Show applications" msgstr "Toon programma's" +#: plugins/admin/ogroups/ogroup_objects.tpl:31 +msgid "Show servers" +msgstr "Toon servers" + +#: plugins/admin/ogroups/ogroup_objects.tpl:32 +msgid "Select to see workstations" +msgstr "Selecteer om werkstations te zien" + +#: plugins/admin/ogroups/ogroup_objects.tpl:32 +msgid "Show workstations" +msgstr "Toon werkstations" + #: plugins/admin/ogroups/ogroup_objects.tpl:33 msgid "Select to see terminals" msgstr "Selecteer om terminals te zien" @@ -3203,43 +3089,57 @@ msgstr "Toon overeenkomende objecten" msgid "Regular expression for matching object names" msgstr "Reguliere expressie voor overeenkomende objectnamen" -#: plugins/admin/ogroups/remove.tpl:7 -msgid "" -"Please double check if you really want to do this since there is no way for " -"GOsa to get your data back." -msgstr "" -"Controleer a.u.b. of u dit daadwerkelijk wil doen, aangezien er geen " -"mogelijkheid voor GOsa is om uw data terug te krijgen." +#: plugins/admin/ogroups/class_ogroupManagement.inc:24 +#: plugins/admin/ogroups/class_ogroup.inc:746 +#: plugins/admin/ogroups/main.inc:35 plugins/admin/ogroups/main.inc:40 +msgid "Object groups" +msgstr "Objectgroepen" + +#: plugins/admin/ogroups/class_ogroupManagement.inc:183 +#, fuzzy, php-format +msgid "You're about to delete the following object entry %s" +msgstr "U staat op het punt de invoer %s te verwijderen." + +#: plugins/admin/ogroups/class_ogroupManagement.inc:185 +#, fuzzy, php-format +msgid "You're about to delete the following object entries %s" +msgstr "U staat op het punt de objectgroep '%s' te verwijderen." + +#: plugins/admin/ogroups/class_ogroupManagement.inc:260 +#, php-format +msgid "You're about to delete the object group '%s'." +msgstr "U staat op het punt de objectgroep '%s' te verwijderen." + +#: plugins/admin/ogroups/class_ogroupManagement.inc:454 +#: plugins/generic/references/class_reference.inc:44 +#: setup/setup_config2.tpl:264 setup/setup_config2.tpl:309 +msgid "Server" +msgstr "Server" + +#: plugins/admin/ogroups/class_ogroupManagement.inc:456 +#: plugins/generic/references/class_reference.inc:48 +msgid "Workstation" +msgstr "Werkstation" + +#: plugins/admin/ogroups/class_ogroupManagement.inc:457 +#, fuzzy +msgid "Windows Install" +msgstr "Windows werkstation" -#: plugins/admin/ogroups/paste_generic.tpl:4 -#: plugins/admin/ogroups/generic.tpl:7 -#: plugins/admin/groups/paste_generic.tpl:5 -#: plugins/admin/groups/generic.tpl:11 -msgid "Group name" -msgstr "Groepnaam" +#: plugins/admin/ogroups/class_ogroupManagement.inc:458 +msgid "Terminal" +msgstr "Terminal" + +#: plugins/admin/ogroups/class_ogroupManagement.inc:459 +#: plugins/generic/references/class_reference.inc:52 +msgid "Printer" +msgstr "Printer" #: plugins/admin/ogroups/paste_generic.tpl:7 #, fuzzy msgid "Please enter the new object group name" msgstr "Geef a.u.b. een nieuwe naam op" -#: plugins/admin/ogroups/generic.tpl:10 -msgid "Name of the group" -msgstr "Naam van de groep" - -#: plugins/admin/ogroups/generic.tpl:18 plugins/admin/groups/generic.tpl:28 -msgid "Descriptive text for this group" -msgstr "Omschrijving voor deze groep" - -#: plugins/admin/ogroups/generic.tpl:29 plugins/admin/acl/acl_role.tpl:31 -#: plugins/admin/groups/generic.tpl:43 -msgid "Choose subtree to place group in" -msgstr "Selecteer de subtree waaronder deze groep geplaatst wordt" - -#: plugins/admin/ogroups/generic.tpl:42 -msgid "Member objects" -msgstr "Lidmaatschap objecten" - #: plugins/admin/ogroups/class_divListOGroup.inc:39 #: plugins/admin/ogroups/class_divListOGroup.inc:40 msgid "List of object groups" @@ -3259,13 +3159,6 @@ msgstr "" msgid "Name of object groups" msgstr "Naam van objectgroepen" -#: plugins/admin/ogroups/class_divListOGroup.inc:64 -#: plugins/admin/departments/class_departmentManagement.inc:24 -#: plugins/admin/departments/class_departmentGeneric.inc:582 -#: plugins/admin/departments/class_departmentGeneric.inc:587 -msgid "Departments" -msgstr "Afdelingen" - #: plugins/admin/ogroups/class_divListOGroup.inc:69 msgid "Select to see groups containing users" msgstr "Selecteer om groepen die gebruikers bevatten te tonen" @@ -3348,17 +3241,11 @@ msgstr "Selecteer om groepen die printers bevatten te tonen" msgid "Show groups containing phones" msgstr "Toon groepen die telefoons bevatten" -#: plugins/admin/ogroups/class_divListOGroup.inc:253 -#: plugins/admin/departments/class_divListDepartment.inc:166 -#: plugins/admin/groups/class_divListGroup.inc:263 -msgid "Edit this entry" -msgstr "Bewerk deze invoer" - -#: plugins/admin/ogroups/class_divListOGroup.inc:261 -#: plugins/admin/departments/class_divListDepartment.inc:171 -#: plugins/admin/groups/class_divListGroup.inc:272 -msgid "Delete this entry" -msgstr "Verwijder deze invoer" +#: plugins/admin/ogroups/class_divListOGroup.inc:176 +#: plugins/admin/ogroups/class_divListOGroup.inc:294 +#: plugins/generic/references/class_reference.inc:50 +msgid "Object group" +msgstr "Objectgroep" #: plugins/admin/ogroups/class_divListOGroup.inc:264 #, fuzzy @@ -3370,1599 +3257,1425 @@ msgstr "U heeft geen toestemming om deze gegevens te verwijderen!" msgid "Number of listed object groups" msgstr "Naam van objectgroepen" -#: plugins/admin/ogroups/tabs_ogroups.inc:71 -#: plugins/admin/ogroups/tabs_ogroups.inc:215 -msgid "Phone queue" -msgstr "Telefoonwachtrij" - -#: plugins/admin/ogroups/tabs_ogroups.inc:95 -msgid "System" -msgstr "Systeem" - -#: plugins/admin/ogroups/tabs_ogroups.inc:193 -msgid "Terminals" -msgstr "Terminals" - -#: plugins/admin/departments/class_departmentManagement.inc:178 -#: plugins/admin/groups/class_groupManagement.inc:298 -#, fuzzy, php-format -msgid "You're about to delete the following entry %s" -msgstr "U staat op het punt de invoer %s te verwijderen." - -#: plugins/admin/departments/class_departmentManagement.inc:180 -#: plugins/admin/groups/class_groupManagement.inc:300 -#, fuzzy, php-format -msgid "You're about to delete the following entries %s" -msgstr "U staat op het punt de invoer %s te verwijderen." - -#: plugins/admin/departments/class_departmentManagement.inc:206 -#: plugins/admin/departments/class_departmentManagement.inc:254 -#: plugins/admin/departments/class_departmentManagement.inc:273 -msgid "You have no permission to remove this department." -msgstr "U heeft geen toestemming om deze afdeling te verwijderen." - -#: plugins/admin/departments/class_departmentManagement.inc:248 -#, php-format -msgid "You're about to delete the whole LDAP subtree placed under '%s'." -msgstr "U staat op het punt de hele LDAP subtree onder '%s' te verwijderen." - -#: plugins/admin/departments/tabs_department.inc:34 -msgid "Try to move tree failed. Destination tree is subtree of source tree." -msgstr "" -"Het verplaatsen van de tree is mislukt. Bestemmings-tree is een subtree van " -"de bron-tree." - -#: plugins/admin/departments/dep_move_confirm.tpl:2 -#, fuzzy -msgid "You are currently moving/renaming this department." -msgstr "U heeft geen toestemming om deze afdeling te verwijderen." - -#: plugins/admin/departments/dep_move_confirm.tpl:5 -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:8 -msgid "GOsa can NOT fix this for you, yet." -msgstr "" - -#: plugins/admin/departments/dep_move_confirm.tpl:11 -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_departmentGeneric.inc:197 -#, fuzzy, php-format -msgid "Removing of department with dn '%s' failed." -msgstr "Het verwijderen van de afdeling is mislukt" - -#: plugins/admin/departments/class_departmentGeneric.inc:258 -#: plugins/admin/departments/class_departmentGeneric.inc:260 -msgid "Department with that 'Name' already exists." -msgstr "Er bestaat al een afdeling met deze 'Naam'." - -#: plugins/admin/departments/class_departmentGeneric.inc:265 -msgid "Required field 'Name' is not set." -msgstr "Vereist veld 'Naam' is leeg." - -#: plugins/admin/departments/class_departmentGeneric.inc:268 -msgid "Required field 'Description' is not set." -msgstr "Vereist veld 'Omschrijving' is leeg." - -#: plugins/admin/departments/class_departmentGeneric.inc:272 -#, php-format -msgid "" -"The field 'Name' contains the reserved word '%s'. Please choose another name." -msgstr "" -"Het veld 'Naam' bevat het gereserveerde woord '%s'. Kies a.u.b. een andere " -"naam." - -#: plugins/admin/departments/class_departmentGeneric.inc:326 -msgid "Fatal error: Can't find an unused tag to mark the administrative unit!" -msgstr "" -"Fatale fout: Kon geen ongebruikte markering vinden om de administratieve " -"eenheid te markeren!" - -#: plugins/admin/departments/class_departmentGeneric.inc:376 -#, fuzzy, php-format -msgid "Saving of department with dn '%s' failed." -msgstr "Het opslaan van de afdeling is mislukt" - -#: plugins/admin/departments/class_departmentGeneric.inc:424 -#, php-format -msgid "Tagging '%s'." -msgstr "Markeren van '%s'." - -#: plugins/admin/departments/class_departmentGeneric.inc:509 -#, php-format -msgid "Moving '%s' to '%s'" -msgstr "Verplaatsen van %s naar %s" - -#: plugins/admin/departments/class_departmentGeneric.inc:550 -#, php-format -msgid "FAILED to copy %s, aborting operation" -msgstr "Kopieren van %s is mislukt. Bewerking afgebroken." - -#: plugins/admin/departments/class_departmentGeneric.inc:591 -msgid "Country" -msgstr "Land" - -#: plugins/admin/departments/class_departmentGeneric.inc:594 -msgid "Telephone" -msgstr "Telefoon" - -#: plugins/admin/departments/class_departmentGeneric.inc:595 -#: plugins/admin/departments/class_divListDepartment.inc:48 -msgid "Department name" -msgstr "Afdelingnaam" - -#: plugins/admin/departments/class_departmentGeneric.inc:596 -#: plugins/admin/departments/generic.tpl:24 -msgid "Category" -msgstr "Categorie" - -#: plugins/admin/departments/class_departmentGeneric.inc:599 -#: plugins/admin/departments/generic.tpl:117 -msgid "Administrative settings" -msgstr "Administratieve instellingen" - -#: plugins/admin/departments/class_departmentGeneric.inc:651 -#, php-format -msgid "Object '%s' is already tagged" -msgstr "Object '%s' is al gemarkeerd" - -#: plugins/admin/departments/class_departmentGeneric.inc:658 -#, php-format -msgid "Adding tag (%s) to object '%s'" -msgstr "Toevoegen van markering (%s) aan object '%s'" - -#: plugins/admin/departments/class_departmentGeneric.inc:672 -#: plugins/admin/departments/class_departmentGeneric.inc:701 -#, fuzzy, php-format -msgid "Handle object tagging with dn '%s' failed." -msgstr "Het verwerken van object markeringen is mislukt" - -#: plugins/admin/departments/class_departmentGeneric.inc:688 -#, php-format -msgid "Removing tag from object '%s'" -msgstr "Verwijderen van markering van object '%s'" - -#: plugins/admin/departments/remove.tpl:6 -msgid "" -"This includes 'all' accounts, systems, etc. in this subtree. Please double " -"check if your really want to do this since there is no way for GOsa to get " -"your data back." -msgstr "" -"Dit omvat 'alle' accounts, systemen etc. in deze subtree. Verzeker uzelf er " -"van dat dit is wat u wilt, aangezien er geen mogelijkheid voor GOsa is om " -"deze gegevens terug te halen." - -#: plugins/admin/departments/remove.tpl:10 plugins/admin/acl/remove.tpl:10 -msgid "" -"Best thing to do before performing this action would be to save the current " -"contents of your LDAP tree in a file. So - if you've done so - press " -"'Delete' to continue or 'Cancel' to abort." -msgstr "" -"Het is aan te raden de huidige inhoud van uw LDAP database op te slaan " -"alvorens u doorgaat. Indien u dat gedaan heeft drukt u op 'Verwijderen' om " -"door te gaan of op 'Annuleren' om te annuleren." - -#: plugins/admin/departments/class_divListDepartment.inc:27 -#: plugins/admin/departments/class_divListDepartment.inc:28 -msgid "List of departments" -msgstr "Lijst met afdelingen" +#: plugins/admin/ogroups/class_ogroup.inc:150 setup/setup_ldap.tpl:121 +#: ihtml/themes/default/MultiSelectWindow.tpl:44 +#: ihtml/themes/default/MultiSelectWindow.tpl:84 +#: ihtml/themes/default/msg_dialog.tpl:59 +#: ihtml/themes/default/msg_dialog.tpl:104 +msgid "Information" +msgstr "Informatie" -#: plugins/admin/departments/class_divListDepartment.inc:33 -#, fuzzy -msgid "" -"This menu allows you to create, delete and edit selected departments. Having " -"a large number of departments, you might prefer the range selectors on top " -"of the department list." +#: plugins/admin/ogroups/class_ogroup.inc:150 +msgid "You cannot combine terminals and workstations in one object group!" msgstr "" -"Dit menu maakt het mogelijk om geselecteerde afdelingen toe te voegen, " -"bewerken of verwijderen. Indien u veel afdelingen heeft is het aan te raden " -"de selectie mogelijkheden te gebruiken." - -#: plugins/admin/departments/class_divListDepartment.inc:56 -msgid "Regular expression for matching department names" -msgstr "Reguliere expressie voor overeenkomende afdelingen" -#: plugins/admin/departments/class_divListDepartment.inc:200 -msgid "department" -msgstr "afdeling" - -#: plugins/admin/departments/generic.tpl:8 -msgid "Name of department" -msgstr "Naam van de afdeling" +#: plugins/admin/ogroups/class_ogroup.inc:171 +msgid "This 'dn' is no object group." +msgstr "Deze 'dn' is geen objectgroep." -#: plugins/admin/departments/generic.tpl:11 -msgid "Name of subtree to create" -msgstr "Naam van de aan te maken subtree" +#: plugins/admin/ogroups/class_ogroup.inc:288 +msgid "too many different objects!" +msgstr "te veel verschillende object tpyes!" -#: plugins/admin/departments/generic.tpl:19 -msgid "Descriptive text for department" -msgstr "Omschrijving voor de afdeling" +#: plugins/admin/ogroups/class_ogroup.inc:290 +msgid "users" +msgstr "gebruikers" -#: plugins/admin/departments/generic.tpl:27 -msgid "Category for this subtree" -msgstr "Categorie voor deze subtree" +#: plugins/admin/ogroups/class_ogroup.inc:291 +msgid "groups" +msgstr "groepen" -#: plugins/admin/departments/generic.tpl:39 -msgid "Choose subtree to place department in" -msgstr "Selecteer de subtree waaronder deze afdeling geplaatst wordt" +#: plugins/admin/ogroups/class_ogroup.inc:292 +msgid "applications" +msgstr "programma's" -#: plugins/admin/departments/generic.tpl:63 -msgid "State where this subtree is located" -msgstr "Provincie waar deze subtree zich bevindt" +#: plugins/admin/ogroups/class_ogroup.inc:293 +msgid "departments" +msgstr "afdelingen" -#: plugins/admin/departments/generic.tpl:71 -msgid "Location of this subtree" -msgstr "Plaats van deze subtree" +#: plugins/admin/ogroups/class_ogroup.inc:294 +msgid "servers" +msgstr "servers" -#: plugins/admin/departments/generic.tpl:79 -msgid "Postal address of this subtree" -msgstr "Post adres van deze subtree" +#: plugins/admin/ogroups/class_ogroup.inc:295 +msgid "workstations" +msgstr "werkstations" -#: plugins/admin/departments/generic.tpl:86 -msgid "Base telephone number of this subtree" -msgstr "Basis telefoonnummer van deze subtree" +#: plugins/admin/ogroups/class_ogroup.inc:296 +#, fuzzy +msgid "winstations" +msgstr "Windows werkstation" -#: plugins/admin/departments/generic.tpl:94 -msgid "Base facsimile telephone number of this subtree" -msgstr "Basis Fax nummer van deze subtree" +#: plugins/admin/ogroups/class_ogroup.inc:297 +msgid "terminals" +msgstr "terminals" -#: plugins/admin/departments/generic.tpl:119 -msgid "Tag department as an independent administrative unit" -msgstr "Markeer de afdeling als een onafhankelijke administratieve eenheid" +#: plugins/admin/ogroups/class_ogroup.inc:298 +msgid "phones" +msgstr "telefoons" -#: plugins/admin/departments/main.inc:41 plugins/admin/departments/main.inc:43 -msgid "Department management" -msgstr "Afdeling beheer" +#: plugins/admin/ogroups/class_ogroup.inc:299 +msgid "printers" +msgstr "printers" -#: plugins/admin/departments/dep_iframe.tpl:1 -msgid "Processing the requested operation" -msgstr "Bezig met verwerken van de gevraagde opdracht" +#: plugins/admin/ogroups/class_ogroup.inc:306 +msgid "and" +msgstr "en" -#: plugins/admin/departments/dep_iframe.tpl:7 -msgid "" -"Your browser doesn't support iframes, please use this link to perform the " -"requested operation." -msgstr "" -"Uw browser heeft geen ondersteuning voor frames. Gebruik a.u.b. deze link om " -"de gewenste opdracht uit te voeren." +#: plugins/admin/ogroups/class_ogroup.inc:451 +msgid "Non existing dn:" +msgstr "Niet bestaande dn: " -#: plugins/admin/acl/tabs_acl.inc:8 plugins/admin/acl/class_divListACL.inc:240 -#, fuzzy -msgid "Acl" -msgstr "Alle" +#: plugins/admin/ogroups/class_ogroup.inc:595 +msgid "There is already an object with this cn." +msgstr "Er bestaat al een object met deze cn." -#: plugins/admin/acl/class_aclRole.inc:6 -#, fuzzy -msgid "Access control list templates" -msgstr "Toegangsopties" +#: plugins/admin/ogroups/class_ogroup.inc:610 +msgid "You can combine two different object types at maximum only!" +msgstr "U kunt maximaal twee verschillende object types tegelijk combineren!" -#: plugins/admin/acl/class_aclRole.inc:103 include/class_acl.inc:177 -#, fuzzy -msgid "All categories" -msgstr "Categorie toevoegen" +#: plugins/admin/ogroups/class_ogroup.inc:666 +#, fuzzy, php-format +msgid "Saving of object group/generic with dn '%s' failed." +msgstr "Het opslaan van de objectgroep is mislukt" -#: plugins/admin/acl/class_aclRole.inc:110 include/class_acl.inc:185 -msgid "Reset ACLs" -msgstr "" +#: plugins/admin/ogroups/class_ogroup.inc:679 +#, fuzzy, php-format +msgid "Removing of object group/generic with dn '%s' failed." +msgstr "Het verwijderen van de objectgroep is mislukt" -#: plugins/admin/acl/class_aclRole.inc:111 include/class_acl.inc:186 +#: plugins/admin/ogroups/class_ogroup.inc:741 #, fuzzy -msgid "One level" -msgstr "Log prioriteit" +msgid "Object group generic" +msgstr "Objectgroep" -#: plugins/admin/acl/class_aclRole.inc:112 include/class_acl.inc:187 -#: include/class_acl.inc:192 +#: plugins/admin/ogroups/class_ogroup.inc:752 #, fuzzy -msgid "Current object" -msgstr "Nieuw FAI object aanmaken" +msgid "Member" +msgstr "Groepsleden" -#: plugins/admin/acl/class_aclRole.inc:113 include/class_acl.inc:188 -#, fuzzy -msgid "Complete subtree" -msgstr "Subonderdelen negeren" +#: plugins/admin/ogroups/generic.tpl:10 +msgid "Name of the group" +msgstr "Naam van de groep" -#: plugins/admin/acl/class_aclRole.inc:114 include/class_acl.inc:189 -msgid "Complete subtree (permanent)" +#: plugins/admin/ogroups/generic.tpl:42 +msgid "Member objects" +msgstr "Lidmaatschap objecten" + +#: plugins/admin/ogroups/remove.tpl:7 +msgid "" +"Please double check if you really want to do this since there is no way for " +"GOsa to get your data back." msgstr "" +"Controleer a.u.b. of u dit daadwerkelijk wil doen, aangezien er geen " +"mogelijkheid voor GOsa is om uw data terug te krijgen." -#: plugins/admin/acl/class_aclRole.inc:338 -#: include/class_MultiSelectWindow.inc:227 -#: include/class_MultiSelectWindow.inc:229 include/class_acl.inc:407 -msgid "Up" -msgstr "Omhoog" +#: plugins/generic/references/class_reference.inc:30 +msgid "FAX" +msgstr "Fax" -#: plugins/admin/acl/class_aclRole.inc:339 include/class_acl.inc:408 -msgid "Down" -msgstr "Omlaag" +#: plugins/generic/references/class_reference.inc:32 +msgid "Proxy" +msgstr "Proxy" -#: plugins/admin/acl/class_aclRole.inc:340 include/class_acl.inc:409 -#, fuzzy -msgid "Edit ACL" -msgstr "Bewerken" +#: plugins/generic/references/class_reference.inc:34 +msgid "FTP" +msgstr "Ftp" -#: plugins/admin/acl/class_aclRole.inc:341 include/class_acl.inc:410 -#, fuzzy -msgid "Delete ACL" -msgstr "Verwijderen" +#: plugins/generic/references/class_reference.inc:46 +msgid "Thin Client" +msgstr "Thin Client" -#: plugins/admin/acl/class_aclRole.inc:378 include/class_acl.inc:445 -msgid "No ACL settings for this category" -msgstr "" +#: plugins/generic/references/contents.tpl:11 +msgid "Object name" +msgstr "Objectnaam" -#: plugins/admin/acl/class_aclRole.inc:380 include/class_acl.inc:447 -#, php-format -msgid "Contains ACLs for these objects: %s" -msgstr "" +#: plugins/generic/references/contents.tpl:11 +msgid "Contents" +msgstr "Inhoud" -#: plugins/admin/acl/class_aclRole.inc:385 include/class_acl.inc:452 -#, fuzzy -msgid "Edit categories ACLs" -msgstr "Bewerk klasse" +#: plugins/generic/references/contents.tpl:18 +msgid "This object has no relationship to other objects." +msgstr "Dit object heeft geen relatie met andere objecten." -#: plugins/admin/acl/class_aclRole.inc:386 include/class_acl.inc:453 -msgid "Clear categories ACLs" +#: plugins/generic/welcome/welcome.tpl:4 +msgid "" +"This is the GOsa main menu. You can select your tasks from the menu on the " +"left, or by choosing one of the pictograms below. All changes apply directly " +"to your companies LDAP server." msgstr "" +"Dit is het GOsa hoofdmenu. U kunt taken selecteren door het menu aan de " +"linkerzijde te gebruiken of door een van de pictogrammen hieronder te " +"selecteren. Alle veranderingen worden direct op de LDAP server van uw " +"bedrijf doorgevoerd." -#: plugins/admin/acl/class_aclRole.inc:402 include/class_acl.inc:498 -#, php-format -msgid "Edit ACL for '%s', scope is '%s'" +#: plugins/generic/welcome/welcome.tpl:8 +msgid "" +"Use 'Sign out' on the upper left to close the connection and 'Main' to get " +"back to the pictogram view." msgstr "" +"Gebruik 'Uitloggen' bovenin om de verbinding te verbreken en 'Hoofdmenu' om " +"terug te keren naar het onderstaande pictogrammen overzicht." -#: plugins/admin/acl/class_aclRole.inc:412 include/class_acl.inc:508 -msgid "All objects in current subtree" -msgstr "" +#: plugins/generic/welcome/welcome.tpl:15 +msgid "The GOsa team" +msgstr "Het GOsa team" -#: plugins/admin/acl/class_aclRole.inc:564 include/class_acl.inc:1061 -#, fuzzy, php-format -msgid "Saving ACLs with dn '%s' failed." -msgstr "Het opslaan van de ACL informatie is mislukt" +#: plugins/generic/welcome/main.inc:24 +#, php-format +msgid "Welcome %s!" +msgstr "Welkom %s!" -#: plugins/admin/acl/class_aclRole.inc:596 +#: include/utils/class_timezone.inc:51 #, php-format msgid "" -"This role can't be removed while it is in use. Follwing objects are using " -"this role %s" +"The timezone setting '%s' in your gosa.conf is not valid. Cannot calculate " +"correct timezone offset." msgstr "" -#: plugins/admin/acl/class_aclRole.inc:602 -#, fuzzy, php-format -msgid "Removing of aclRole with dn '%s' failed." -msgstr "Het verwijderen van het blokeerlijst object is mislukt" - -#: plugins/admin/acl/class_aclRole.inc:614 +#: include/password-methods/class_password-methods-sha.inc:46 +#: include/password-methods/class_password-methods-ssha.inc:51 #, fuzzy, php-format -msgid "Removing aclRole from objectgroup '%s' failed" -msgstr "Het verwijderen van het programma van objectgroep '%s' is mislukt" - -#: plugins/admin/acl/class_aclRole.inc:669 include/class_acl.inc:1098 -#, fuzzy -msgid "ACL roles" -msgstr "Rechten" +msgid "Cannot use %s encryption: no PHP functions for sha1/mhash available" +msgstr "" +"Kan SHA niet gebruiken voor encryptie. Functie sha1 / mhash / crypt " +"ontbreekt." -#: plugins/admin/acl/class_aclRole.inc:674 -#, fuzzy -msgid "Acl roles" -msgstr "Nieuw profiel" +#: include/class_certificate.inc:35 +msgid "Can't open specified file, check accessibility and or existence" +msgstr "" +"Kan het opgegeven bestand niet openen. Controleer of het bestand bestaat en " +"toegankelijk is." -#: plugins/admin/acl/remove.tpl:6 -#, fuzzy -msgid "" -"This includes all system and setup informations. Please double check if your " -"really want to do this since there is no way for GOsa to get your data back." +#: include/class_certificate.inc:53 +msgid "Can't read specified certificate / or empty string given" msgstr "" -"Dit omvat alle systeem en configuratie informatie. Verzeker uzelf " -"hiervan, aangezien er geen manier is voor GOsa om deze gegevens terug te " -"halen." +"Kan het opgegeven certificaat niet lezen of er is een lege string opgegeven." -#: plugins/admin/acl/tabs_acl_role.inc:8 -#, fuzzy -msgid "ACL Templates" -msgstr "Sjablonen" +#: include/class_certificate.inc:80 +msgid "Can't load certificate, possibly unsupported format (use PEM/DER) " +msgstr "" +"Kan het certificaat niet laden. Mogelijk is een niet ondersteund formaat " +"gebruikt (gebruik PEM/DER)." -#: plugins/admin/acl/class_divListACL.inc:31 -#, fuzzy -msgid "List of acl" -msgstr "Lijst met macro's" +#: include/class_certificate.inc:95 +msgid "The Format must be PEM, to output certificate informations" +msgstr "Het formaat moet PEM zijn om certificaat informatie te tonen" -#: plugins/admin/acl/class_divListACL.inc:32 -#, fuzzy -msgid "List of acls" -msgstr "Lijst met macro's" +#: include/class_certificate.inc:192 +msgid "Can't create/open File" +msgstr "Kan bestand niet aanmaken/openen" -#: plugins/admin/acl/class_divListACL.inc:36 -#, fuzzy -msgid "This menu allows you to edit and delete selected acls." -msgstr "" -"Dit menu maakt het mogelijk om FAI klassen aan te maken, bewerken en " -"verwijderen." +#: include/class_certificate.inc:199 +msgid "No valid certificate loaded" +msgstr "Geen geldig certificaat geladen" -#: plugins/admin/acl/class_divListACL.inc:61 -msgid "Ignore subtrees" -msgstr "Subonderdelen negeren" +#: include/class_MultiSelectWindow.inc:114 setup/setup_migrate.tpl:79 +msgid "Close" +msgstr "Sluiten" -#: plugins/admin/acl/class_divListACL.inc:65 -#, fuzzy -msgid "Display acls matching" -msgstr "Toon overeenkomende macro's" +#: include/class_MultiSelectWindow.inc:219 +msgid "Go to root department" +msgstr "Ga naar basis afdelingen" -#: plugins/admin/acl/class_divListACL.inc:224 -#, fuzzy -msgid "Edit acl role" -msgstr "Bewerk share" +#: include/class_MultiSelectWindow.inc:219 +#: include/class_MultiSelectWindow.inc:221 +msgid "Root" +msgstr "Basis" -#: plugins/admin/acl/class_divListACL.inc:234 -#, fuzzy -msgid "Delete acl role" -msgstr "Verwijder gebruiker" +#: include/class_MultiSelectWindow.inc:227 +msgid "Go up one department" +msgstr "Ga een afdeling omhoog" -#: plugins/admin/acl/class_divListACL.inc:246 -#, fuzzy -msgid "Edit acl" -msgstr "Bewerk klasse" +#: include/class_MultiSelectWindow.inc:235 +msgid "Go to users department" +msgstr "Ga naar gebruikers afdeling" -#: plugins/admin/acl/class_divListACL.inc:250 -#, fuzzy -msgid "Delete acl" -msgstr "Verwijder klasse" +#: include/class_MultiSelectWindow.inc:235 +#: include/class_MultiSelectWindow.inc:237 +msgid "Home" +msgstr "Home" -#: plugins/admin/acl/main.inc:43 plugins/admin/acl/main.inc:45 -#, fuzzy -msgid "ACL management" -msgstr "Blokkeerlijst beheer" +#: include/class_MultiSelectWindow.inc:242 +msgid "Reload list" +msgstr "Lijst herladen" -#: plugins/admin/acl/class_aclManagement.inc:24 -#, fuzzy -msgid "ACLs" -msgstr "Rechten" +#: include/class_MultiSelectWindow.inc:503 +#, php-format +msgid "Inconsistent DN encoding detected: '%s'" +msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:160 +#: include/class_MultiSelectWindow.inc:622 +#: include/class_MultiSelectWindow.inc:626 +#: include/class_MultiSelectWindow.inc:630 #, fuzzy -msgid "You are not allowed to create a new role." -msgstr "U heeft geen toestemming om uw wachtwoord te veranderen!" +msgid "Restore" +msgstr "Opnieuw proberen" -#: plugins/admin/acl/class_aclManagement.inc:197 -#, fuzzy -msgid "You are not allowed to edit this acl." -msgstr "U heeft geen toestemming om deze macro te verwijderen!" +#: include/class_MultiSelectWindow.inc:625 +msgid "Restore snapshopts of already deleted objects" +msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:242 -#: plugins/admin/acl/class_aclManagement.inc:306 -#, fuzzy, php-format -msgid "You're about to delete the acl %s." -msgstr "U staat op het punt de macro '%s' te verwijderen." +#: include/class_MultiSelectWindow.inc:648 +#: include/class_SnapShotDialog.inc:113 +msgid "Restore snapshot" +msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:250 -#: plugins/admin/acl/class_aclManagement.inc:313 -#: plugins/admin/acl/class_aclManagement.inc:337 +#: include/class_MultiSelectWindow.inc:654 #, fuzzy -msgid "You are not allowed to delete this acl!" -msgstr "U heeft geen toestemming om deze macro te verwijderen!" +msgid "Create snapshot" +msgstr "Nagios account aanmaken" -#: plugins/admin/acl/class_aclManagement.inc:274 +#: include/class_MultiSelectWindow.inc:654 #, fuzzy -msgid "You are not allowed to delete this acl role!" -msgstr "U heeft geen toestemming om deze macro te verwijderen!" - -#: plugins/admin/groups/class_divListGroup.inc:35 -#: plugins/admin/groups/class_divListGroup.inc:36 -msgid "List of groups" -msgstr "Lijst met groepen" +msgid "Create a new snapshot from this object" +msgstr "Nieuw FAI object aanmaken" -#: plugins/admin/groups/class_divListGroup.inc:41 -msgid "" -"This menu allows you to add, edit and remove selected groups. You may want " -"to use the range selector on top of the group listbox, when working with a " -"large number of groups." +#: include/php_setup.inc:93 +msgid "Generating this page caused the PHP interpreter to raise some errors!" msgstr "" -"Dit menu maakt het mogelijk om geselecteerde groepen toe te voegen, bewerken " -"of verwijderen. Indien u veel groepen heeft, dan is het aan te raden de " -"selectie mogelijkheden te gebruiken." - -#: plugins/admin/groups/class_divListGroup.inc:60 -msgid "Groupname / Department" -msgstr "Groepsnaam / Afdeling" +"Er is minimaal één PHP fout opgetreden bij het genereren van deze pagina!" -#: plugins/admin/groups/class_divListGroup.inc:65 -msgid "Select to see groups that are primary groups of users" +#: include/php_setup.inc:98 +msgid "Send bug report to the GOsa Team" msgstr "" -"Selecteer om de groepen te zien die primaire groepen van gebruikers zijn" - -#: plugins/admin/groups/class_divListGroup.inc:65 -msgid "Show primary groups" -msgstr "Toon primaire groepen" - -#: plugins/admin/groups/class_divListGroup.inc:66 -msgid "Select to see groups that have samba groups mappings" -msgstr "Selecteer om groepen te zien die Samba groep verbindingen hebben" - -#: plugins/admin/groups/class_divListGroup.inc:66 -msgid "Show samba groups" -msgstr "Toon Samba groepen" -#: plugins/admin/groups/class_divListGroup.inc:67 -msgid "Select to see groups that have applications configured" -msgstr "Selecteer om groepen te zien die programma's geconfigureerd hebben" +#: include/php_setup.inc:98 +#, fuzzy +msgid "Send bugreport" +msgstr "Afzender" -#: plugins/admin/groups/class_divListGroup.inc:67 -msgid "Show application groups" -msgstr "Toon programma groepen" +#: include/php_setup.inc:103 +msgid "Toggle information" +msgstr "Informatie weergeven/verbergen" -#: plugins/admin/groups/class_divListGroup.inc:68 -msgid "Select to see groups that have mail settings" -msgstr "Selecteer om groepen te zien die E-mail instellingen hebben" +#: include/php_setup.inc:113 +msgid "PHP error" +msgstr "PHP fout" -#: plugins/admin/groups/class_divListGroup.inc:68 -msgid "Show mail groups" -msgstr "Toon E-mail groepen" +#: include/php_setup.inc:132 +msgid "class" +msgstr "klasse" -#: plugins/admin/groups/class_divListGroup.inc:69 -msgid "Select to see normal groups that have only functional aspects" -msgstr "" -"Selecteer om normale groepen die alleen functionele aspecten hebben te zien" +#: include/php_setup.inc:138 +msgid "function" +msgstr "functie" -#: plugins/admin/groups/class_divListGroup.inc:69 -msgid "Show functional groups" -msgstr "Toon functionele groepen" +#: include/php_setup.inc:143 +msgid "static" +msgstr "statisch" -#: plugins/admin/groups/class_divListGroup.inc:329 -#, fuzzy -msgid "Number of listed groups" -msgstr "Naam van de groep" +#: include/php_setup.inc:147 +msgid "method" +msgstr "methode" -#: plugins/admin/groups/group_objects.tpl:6 -msgid "Select users to add" -msgstr "Selecteer de toe te voegen gebruikers" +#: include/php_setup.inc:180 +msgid "Trace" +msgstr "Trace" -#: plugins/admin/groups/group_objects.tpl:30 -msgid "Search within subtree" -msgstr "Zoek binnen subtree" +#: include/php_setup.inc:181 +msgid "File" +msgstr "Bestand" -#: plugins/admin/groups/group_objects.tpl:37 -msgid "Display users of department" -msgstr "Toon gebruikers van afdeling" +#: include/php_setup.inc:181 +msgid "Line" +msgstr "Regel" -#: plugins/admin/groups/group_objects.tpl:47 -msgid "Regular expression for matching user names" -msgstr "Reguliere expressie voor overeenkomende gebruikersnamen" +#: include/php_setup.inc:181 +msgid "Type" +msgstr "Type" -#: plugins/admin/groups/class_groupManagement.inc:334 -#: plugins/admin/groups/class_groupManagement.inc:387 -#: plugins/admin/groups/class_groupManagement.inc:418 -msgid "You are not allowed to delete this group!" -msgstr "U heeft geen toestemming om deze groep te verwijderen!" +#: include/php_setup.inc:182 +msgid "Arguments" +msgstr "Argumenten" -#: plugins/admin/groups/class_groupManagement.inc:380 +#: include/functions.inc:98 #, php-format -msgid "You're about to delete the group '%s'." -msgstr "U staat op het punt de groep '%s' te verwijderen." +msgid "Fatal error: no class locations defined - please run '%s' to fix this" +msgstr "" -#: plugins/admin/groups/remove.tpl:6 +#: include/functions.inc:105 +#, php-format 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." +"Fatal error: cannot instantiate class '%s' - try running '%s' to fix this" msgstr "" -"Dit kan een primaire groep zijn. Verzeker uzelf ervan dat dit is wat u wilt, " -"aangezien er geen mogelijkheid voor GOsa is om deze gegevens terug te halen." - -#: plugins/admin/groups/paste_generic.tpl:1 -msgid "Group settings" -msgstr "Groep instellingen" - -#: plugins/admin/groups/paste_generic.tpl:8 -#: plugins/admin/groups/generic.tpl:17 -msgid "Posix name of the group" -msgstr "POSIX naam van de groep" -#: plugins/admin/groups/paste_generic.tpl:13 -#: plugins/admin/groups/generic.tpl:65 -msgid "Normally IDs are autogenerated, select to specify manually" +#: include/functions.inc:315 +#, php-format +msgid "FATAL: Error when connecting the LDAP. Server said '%s'." msgstr "" -"Normaliter worden IDs automatisch gegenereerd. Selecteer om handmatig te " -"specificeren" - -#: plugins/admin/groups/paste_generic.tpl:15 -#: plugins/admin/groups/generic.tpl:68 -msgid "Force GID" -msgstr "Forceer GID" - -#: plugins/admin/groups/paste_generic.tpl:18 -#: plugins/admin/groups/generic.tpl:71 -msgid "Forced ID number" -msgstr "Geforceerd ID nummer" - -#: plugins/admin/groups/generic.tpl:83 plugins/admin/groups/generic.tpl:110 -msgid "Select to create a samba conform group" -msgstr "Selecteer om een samba conforme groep te maken" - -#: plugins/admin/groups/generic.tpl:95 plugins/admin/groups/generic.tpl:118 -msgid "in domain" -msgstr "in domein" +"FATAAL: Fout bij het verbinden met de LDAP server. De server meldt: '%s'." -#: plugins/admin/groups/generic.tpl:140 -msgid "Members are in a phone pickup group" -msgstr "Leden zitten in een telefoon beantwoordgroep" +#: include/functions.inc:341 include/functions.inc:368 +#: include/functions.inc:406 +#, fuzzy, php-format +msgid "User login failed." +msgstr "Gebruikers inlog mislukt. De LDAP server meldt: '%s'." -#: plugins/admin/groups/generic.tpl:155 -msgid "Members are in a nagios group" -msgstr "Leden zitten in een systeeminformatie groep (Nagios)" +#: include/functions.inc:341 include/functions.inc:368 +#: include/functions.inc:406 include/functions.inc:602 +#: include/functions.inc:617 include/functions.inc:649 +#: include/functions.inc:688 include/functions.inc:733 +#: include/functions.inc:2503 +#, fuzzy, php-format +msgid "LDAP server returned: %s" +msgstr "LDAP server" -#: plugins/admin/groups/generic.tpl:172 -msgid "Group members" -msgstr "Groepsleden" +#: include/functions.inc:377 include/functions.inc:447 +#, 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." -#: plugins/admin/groups/main.inc:40 plugins/admin/groups/main.inc:44 -msgid "Group administration" -msgstr "Groepen beheer" +#: include/functions.inc:447 include/functions.inc:592 +#: include/functions.inc:617 include/functions.inc:678 +#: include/functions.inc:994 include/functions.inc:1875 +#: include/functions.inc:1909 include/functions.inc:1929 +#: include/class_acl.inc:806 include/class_CopyPasteHandler.inc:131 +#: include/class_CopyPasteHandler.inc:250 include/class_ldap.inc:561 +#: include/class_ldap.inc:609 include/class_log.inc:87 html/getvcard.php:37 +#, fuzzy +msgid "Internal error" +msgstr "Terminal server" -#: plugins/admin/groups/class_groupGeneric.inc:137 -msgid "Can't find this groups SID in LDAP or in your configuration file!" +#: include/functions.inc:592 include/functions.inc:678 +msgid "Error while adding a lock. Contact the developers!" msgstr "" -"Kan de SID van deze groep niet vinden in de LDAP database of in uw " -"configuratie bestand." -#: plugins/admin/groups/class_groupGeneric.inc:193 -msgid "This 'dn' is no group." -msgstr "Deze 'dn' is geen groep." +#: include/functions.inc:602 +#, fuzzy, php-format +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!" -#: plugins/admin/groups/class_groupGeneric.inc:334 -msgid "Samba group" -msgstr "Samba groep" +#: include/functions.inc:617 +#, fuzzy, php-format +msgid "Adding a lock failed." +msgstr "Het opslaan van de FAI inhaker is mislukt" -#: plugins/admin/groups/class_groupGeneric.inc:334 -msgid "Domain admins" -msgstr "Windows beheerders" +#: include/functions.inc:649 +#, fuzzy, php-format +msgid "Removing a lock failed." +msgstr "Het verwijderen van de FAI inhaker is mislukt" -#: plugins/admin/groups/class_groupGeneric.inc:334 -msgid "Domain users" -msgstr "Windows gebruikers" +#: include/functions.inc:688 include/functions.inc:733 +#, fuzzy, php-format +msgid "Cannot get locking information from LDAP tree!" +msgstr "Kan quota informatie niet ophaleven voor '%s'." -#: plugins/admin/groups/class_groupGeneric.inc:335 -msgid "Domain guests" -msgstr "Windows gasten" +#: include/functions.inc:696 +#, fuzzy +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." -#: plugins/admin/groups/class_groupGeneric.inc:340 +#: include/functions.inc:922 #, php-format -msgid "Special group (%d)" -msgstr "Speciale groep (%d)" - -#: plugins/admin/groups/class_groupGeneric.inc:494 -msgid "! unknown id" -msgstr "! onbekend id" +msgid "The size limit of %d entries is exceed!" +msgstr "De hoeveelheidslimiet van %d invoeren is overschreden!" -#: plugins/admin/groups/class_groupGeneric.inc:532 +#: include/functions.inc:924 #, php-format msgid "" -"Your search method returned more than '%s' users, only '%s' users are shown." +"Set the new size limit to %s and show me this message if the limit still " +"exceeds" msgstr "" -"Uw zoekopdracht gaf meer dan '%s' gebruikers terug. Slechts '%s' gebruikers " -"worden getoond." +"Stel de nieuwe hoeveelheidslimiet in op %s en toon me dit bericht indien de " +"limiet nog steeds overschreden wordt." -#: plugins/admin/groups/class_groupGeneric.inc:561 -#: plugins/admin/groups/class_groupGeneric.inc:826 -#, fuzzy, php-format -msgid "Removing of groups/generic with dn '%s' failed." -msgstr "Het verwijderen van het programma van groep '%s' is mislukt" +#: include/functions.inc:941 +msgid "incomplete" +msgstr "onvolledig" -#: plugins/admin/groups/class_groupGeneric.inc:711 -#, php-format -msgid "No configured SID found for '%s'." -msgstr "Er kon geen geconfigureerde SID gevonden worden voor '%s'." +#: include/functions.inc:1177 include/functions.inc:1308 +msgid "LDAP error:" +msgstr "LDAP fout:" -#: plugins/admin/groups/class_groupGeneric.inc:716 -#, php-format -msgid "No configured RIDBASE found for '%s'." -msgstr "Er kon geen geconfigureerde RIDBASE gevonden worden voor '%s'." +#: include/functions.inc:1178 +msgid "" +"Problems with the LDAP server mean that you probably lost the last changes. " +"Please check your LDAP setup for possible errors and try again." +msgstr "" +"Problemen met de LDAP server betekenen meestal dat de laatste wijzigingen " +"verloren gegaan zijn. Controleer uw LDAP instellingen voor mogelijke fouten " +"en probeer het opnieuw." -#: plugins/admin/groups/class_groupGeneric.inc:858 +#: include/functions.inc:1184 msgid "" -"The field 'Name' contains invalid characters. Lowercase, numbers and dashes " -"are allowed." +"Please check your input and fix the error. Press 'OK' to close this message " +"box." msgstr "" -"Het veld 'Naam' bevat ongeldige karakters. Kleine letters, cijfers en " -"liggende streepjes zijn toegestaan." +"Controleer uw invoer a.u.b. en verbeter de fout. Druk 'OK' om dit " +"berichtvenster te sluiten." -#: plugins/admin/groups/class_groupGeneric.inc:869 -#: plugins/admin/groups/class_groupGeneric.inc:883 -#: plugins/admin/groups/class_groupGeneric.inc:890 -msgid "Value specified as 'Name' is already used." -msgstr "De waarde die opgegeven is voor de naam wordt al gebruikt." +#: include/functions.inc:1249 +msgid "Continue anyway" +msgstr "Toch doorgaan" -#: plugins/admin/groups/class_groupGeneric.inc:944 -msgid "Too many users, can't allocate a free ID!" +#: include/functions.inc:1251 +msgid "Edit anyway" +msgstr "Alsnog bewerken" + +#: include/functions.inc:1253 +#, fuzzy, php-format +msgid "You're going to edit the LDAP entry/entries '%s'" +msgstr "U staat op het punt de invoer '%s' te kopieren." + +#: include/functions.inc:1311 +#, php-format +msgid "Plugin '%s':%s" msgstr "" -"Er zitten te veel gebruikers in de database. Kan geen vrij ID toewijzen!" -#: plugins/admin/groups/class_groupGeneric.inc:993 -#, fuzzy -msgid "Generic group settings" -msgstr "Algemene wachtrij instellingen" +#: include/functions.inc:1472 +msgid "Entries per page" +msgstr "Regels per pagina" -#: plugins/admin/groups/class_groupGeneric.inc:1005 -#, fuzzy -msgid "Phone pickup group" -msgstr "Leden zitten in een telefoon beantwoordgroep" +#: include/functions.inc:1500 +msgid "Apply filter" +msgstr "Filter toepassen" -#: plugins/admin/groups/class_groupGeneric.inc:1006 -#, fuzzy -msgid "Nagios group" -msgstr "Nagios account" +#: include/functions.inc:1752 +msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" +msgstr "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" -#: plugins/admin/groups/class_groupGeneric.inc:1009 -#, fuzzy -msgid "Group member" -msgstr "Groepsleden" +#: include/functions.inc:1796 +#, php-format +msgid "GOsa development snapshot (Rev %s)" +msgstr "GOsa ontwikkelversie (Revisie %s)" -#: plugins/admin/groups/class_groupGeneric.inc:1010 -#, fuzzy -msgid "Samba group type" -msgstr "Samba groep" +#: include/functions.inc:1875 +#, php-format +msgid "File '%s' could not be deleted." +msgstr "" -#: plugins/admin/groups/class_groupGeneric.inc:1011 +#: include/functions.inc:1909 include/functions.inc:1929 #, fuzzy -msgid "Samba domain name" -msgstr "Samba home" +msgid "Cannot write to revision file!" +msgstr "Kan bestand '%s' niet aanmaken." -#: plugins/admin/groups/class_groupGeneric.inc:1012 setup/setup_config2.tpl:15 -#, fuzzy -msgid "Samba SID" -msgstr "Samba" +#: include/functions.inc:2171 include/functions.inc:2175 +#: include/functions.inc:2181 +msgid "'base_hook' is not available. Using default base." +msgstr "" -#: setup/class_setupStep_Language.inc:40 setup/class_setupStep_Language.inc:41 +#: include/functions.inc:2203 #, fuzzy -msgid "Language setup" -msgstr "Taal" +msgid "LDAP warning" +msgstr "LDAP beheer" -#: setup/class_setupStep_Language.inc:42 +#: include/functions.inc:2203 #, fuzzy -msgid "This step allows you to select your preferred language." +msgid "Cannot get schema information from server. No schema check possible!" msgstr "" -"Deze dialoog maakt het mogelijk om een apparaat te verbinden aan de computer " -"die u momenteel aan het bewerken bent." +"Kan de schema informatie niet ophalen van de server. Schema controle is " +"onmogelijk!" -#: setup/class_setupStep_Language.inc:47 -#, fuzzy -msgid "Automatic" -msgstr "automatisch" +#: include/functions.inc:2229 +msgid "Used to store account specific informations." +msgstr "" -#: setup/setup_welcome.tpl:4 +#: include/functions.inc:2236 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." +"Used to lock currently edited entries to avoid multiple changes at the same " +"time." msgstr "" -#: setup/setup_welcome.tpl:8 -msgid "What will the wizard do for you?" +#: include/functions.inc:2279 +#, fuzzy, php-format +msgid "Missing required object class '%s'!" +msgstr "Toon FAI sjabloon objecten" + +#: include/functions.inc:2281 +#, php-format +msgid "Missing optional object class '%s'!" msgstr "" -#: setup/setup_welcome.tpl:11 -#, fuzzy -msgid "Create a basic, single site configuration" -msgstr "FAX database" +#: include/functions.inc:2287 +#, php-format +msgid "Version mismatch for required object class '%s' (!=%s)!" +msgstr "" -#: setup/setup_welcome.tpl:12 -msgid "Tries to find problems within your PHP and LDAP setup" +#: include/functions.inc:2289 +#, php-format +msgid "Version mismatch for optional object class '%s' (!=%s)!" msgstr "" -#: setup/setup_welcome.tpl:13 -msgid "Let you choose from a set of basic and advanced configuration switches" +#: include/functions.inc:2293 +#, fuzzy, php-format +msgid "Class(es) available" +msgstr "Bestand is beschikbaar" + +#: include/functions.inc:2315 +msgid "" +"You have enabled the rfc2307bis option on the 'ldap setup' step, but your " +"schema configuration do not support this option." msgstr "" -#: setup/setup_welcome.tpl:14 -msgid "Guided migration of existing LDAP trees" +#: include/functions.inc:2316 +msgid "" +"In order to use rfc2307bis conform groups the objectClass 'posixGroup' must " +"be AUXILIARY" msgstr "" -#: setup/setup_welcome.tpl:17 -msgid "What will the wizard NOT do for you?" +#: include/functions.inc:2320 +msgid "" +"You have disabled the rfc2307bis option on the 'ldap setup' step, but your " +"schema configuration do not support this option." msgstr "" -#: setup/setup_welcome.tpl:20 +#: include/functions.inc:2321 +msgid "The objectClass 'posixGroup' must be STRUCTURAL" +msgstr "" + +#: include/functions.inc:2344 +msgid "German" +msgstr "Duits" + +#: include/functions.inc:2345 +msgid "French" +msgstr "Frans" + +#: include/functions.inc:2346 +msgid "Italian" +msgstr "Italiaans" + +#: include/functions.inc:2347 +msgid "Spanish" +msgstr "Spaans" + +#: include/functions.inc:2348 +msgid "English" +msgstr "Engels" + +#: include/functions.inc:2349 +msgid "Dutch" +msgstr "Nederlands" + +#: include/functions.inc:2350 +msgid "Polish" +msgstr "Pools" + +#: include/functions.inc:2351 +msgid "Swedish" +msgstr "" + +#: include/functions.inc:2352 #, fuzzy -msgid "Find every possible configuration error" -msgstr "Configuratie bestand" +msgid "Chinese" +msgstr "Chipset" -#: setup/setup_welcome.tpl:21 -msgid "Migrate every possible LDAP setup - create backup dumps!" +#: include/functions.inc:2353 +msgid "Russian" +msgstr "Russisch" + +#: include/functions.inc:2503 +#, fuzzy, php-format +msgid "Setting the password failed!" +msgstr "Instellen van het wachtwoord is mislukt. De LDAP server meldt: '%s'." + +#: include/functions.inc:2521 include/class_plugin.inc:652 +#, php-format +msgid "" +"Command '%s', specified as POSTMODIFY for plugin '%s' doesn't seem to exist." msgstr "" +"Het commando '%s' dat gespecificeerd is als POSTMODIFY voor module '%s' " +"bestaat niet." -#: setup/setup_welcome.tpl:25 +#: include/functions.inc:2541 #, fuzzy -msgid "To continue..." -msgstr "Installatie vervolg..." - -#: 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:" +"Setting for SMBHASH in gosa.conf is incorrect! Cannot change Samba password." msgstr "" +"De instelling voor 'SMBHASH' in gosa.conf is niet correct. Kan het samba " +"wachtwoord niet veranderen." -#: setup/setup_welcome.tpl:34 -msgid "Click the 'Continue' button when you've finished." +#: include/class_socketClient.inc:38 +msgid "The mcrypt module was not found. Please install php5-mcrypt." msgstr "" -#: setup/class_setupStep_Config1.inc:74 setup/class_setupStep_Config1.inc:75 -#, fuzzy -msgid "GOsa settings 1/3" -msgstr "Gebruikersinstellingen" +#: include/class_tabs.inc:214 +#, php-format +msgid "Delete process has been canceled by plugin '%s': %s" +msgstr "Het verwijder proces is geannuleerd door plugin '%s': %s" -#: setup/class_setupStep_Config1.inc:76 -#, fuzzy -msgid "GOsa generic settings" -msgstr "Algemene wachtrij instellingen" +#: include/class_tabs.inc:341 include/class_acl.inc:1092 +#: include/class_acl.inc:1093 include/class_acl.inc:1098 +msgid "ACL" +msgstr "Rechten" -#: setup/class_setupStep_Config1.inc:88 setup/class_setupStep_Config3.inc:89 -#: setup/setup_feedback.tpl:55 setup/setup_feedback.tpl:73 -#: setup/class_setupStep_Ldap.inc:74 setup/class_setupStep_Schema.inc:63 -#: setup/class_setupStep_Config2.inc:161 -msgid "No" -msgstr "Nee" +#: include/class_tabs.inc:344 +msgid "References" +msgstr "Referenties" -#: setup/class_setupStep_Config1.inc:88 setup/class_setupStep_Config3.inc:89 -#: setup/setup_feedback.tpl:53 setup/setup_feedback.tpl:71 -#: setup/class_setupStep_Ldap.inc:74 setup/class_setupStep_Schema.inc:63 -#: setup/class_setupStep_Config2.inc:161 -msgid "Yes" -msgstr "Ja" +#: include/class_plugin.inc:433 +#, php-format +msgid "" +"Command '%s', specified as CHECK hook for plugin '%s' doesn't seem to exist." +msgstr "" +"Het commando '%s' dat gespecificeerd is als CHECK inhaker voor module '%s' " +"bestaat niet." -#: 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." +#: include/class_plugin.inc:487 +msgid "" +"The object has changed since opened in GOsa. Please ensure that nobody has " +"done serious changes that may get lost if you save this entry." +msgstr "" -#: setup/class_setupStep_Config1.inc:118 setup/setup_config1.tpl:97 -msgid "GID / UID min id" +#: include/class_plugin.inc:620 +#, php-format +msgid "" +"Command '%s', specified as POSTCREATE for plugin '%s' doesn't seem to exist." msgstr "" +"Het commando '%s' dat gespecificeerd is als POSTCREATE voor module '%s' " +"bestaat niet." -#: setup/class_setupStep_Config1.inc:122 setup/class_setupStep_Config1.inc:126 +#: include/class_plugin.inc:688 #, php-format -msgid "Don't add a trailing comma to '%s'." +msgid "" +"Command '%s', specified as POSTREMOVE for plugin '%s' doesn't seem to exist." msgstr "" +"Het commando '%s' dat gespecificeerd is als POSTREMOVE voor module '%s' " +"bestaat niet." -#: setup/class_setupStep_Config1.inc:122 -msgid "People storage ou" -msgstr "OU voor gebruikers opslag" +#: include/class_plugin.inc:1059 include/class_plugin.inc:1106 +#: include/class_plugin.inc:1107 +#, fuzzy, php-format +msgid "Saving object snapshot with dn '%s' failed." +msgstr "Het opslaan van de objectgroep is mislukt" -#: setup/class_setupStep_Config1.inc:126 -msgid "Group storage ou" -msgstr "OU voor groepen opslag" +#: include/class_plugin.inc:1133 include/class_plugin.inc:1145 +#, php-format +msgid "" +"The snapshot functionality is enabled, but the required variable '%s' is not " +"set." +msgstr "" -#: setup/class_setupStep_Config1.inc:130 -#, fuzzy -msgid "Uid base must be numeric" -msgstr "Timeout dient nummeriek te zijn" +#: include/class_plugin.inc:1181 +#, php-format +msgid "Method get available snapshots with dn '%s' failed." +msgstr "" -#: setup/class_setupStep_Config1.inc:134 -#, fuzzy -msgid "The given password minimum length is not numeric." -msgstr "De sieve poort dient nummeriek te zijn." +#: include/class_plugin.inc:1237 +#, php-format +msgid "Method get deleted snapshots with dn '%s' failed." +msgstr "" -#: setup/class_setupStep_Config1.inc:137 -#, fuzzy -msgid "The given password differ value is not numeric." -msgstr "De sieve poort dient nummeriek te zijn." +#: include/class_plugin.inc:1301 include/class_plugin.inc:1315 +#, fuzzy, php-format +msgid "Restore snapshot with dn '%s' failed." +msgstr "Het verwijderen van de telefoon is mislukt" -#: setup/setup_ldap.tpl:7 -msgid "Please choose the LDAP user to be used by GOsa" +#: include/class_plugin.inc:1579 +msgid "Changing ACL dn" msgstr "" -#: setup/setup_ldap.tpl:25 +#: include/class_plugin.inc:1579 #, fuzzy -msgid "LDAP connection" -msgstr "Max. verbrekingsduur" - -#: setup/setup_ldap.tpl:29 -msgid "Location name" -msgstr "Naam van de locatie" +msgid "from" +msgstr "willekeurig" -#: setup/setup_ldap.tpl:37 +#: include/class_plugin.inc:1580 setup/class_setupStep_Migrate.inc:1066 +#: setup/class_setupStep_Migrate.inc:1115 +#: setup/class_setupStep_Migrate.inc:1162 #, fuzzy -msgid "Connection URL" -msgstr "Verbindingings URL" +msgid "to" +msgstr "Stop" -#: setup/setup_ldap.tpl:45 +#: include/class_acl.inc:6 #, fuzzy -msgid "TLS connection" -msgstr "Bel..." +msgid "Access control" +msgstr "Toegangsopties" -#: setup/setup_ldap.tpl:65 -#, fuzzy -msgid "Reload" -msgstr "Lezen" +#: include/class_acl.inc:190 include/class_acl.inc:193 +msgid "Use ACL defined in role" +msgstr "" -#: setup/setup_ldap.tpl:69 +#: include/class_acl.inc:645 include/class_acl.inc:652 #, fuzzy -msgid "Authentication" -msgstr "Nagios authenticatie" - -#: setup/setup_ldap.tpl:73 -msgid "Admin DN" -msgstr "Beheerders DN" +msgid "Show/Hide Advanced Settings" +msgstr "Geavanceerde telefoon instellingen" -#: setup/setup_ldap.tpl:78 +#: include/class_acl.inc:670 #, fuzzy -msgid "Select user" -msgstr "Verwijder gebruiker" - -#: setup/setup_ldap.tpl:86 -msgid "Automatically append LDAP base to admin DN" -msgstr "" - -#: setup/setup_ldap.tpl:93 -msgid "Admin password" -msgstr "Beheerders wachtwoord" +msgid "Create objects" +msgstr "Nieuw FAI object aanmaken" -#: setup/setup_ldap.tpl:101 +#: include/class_acl.inc:671 #, fuzzy -msgid "Schema based settings" -msgstr "Samba Instellingen" - -#: setup/setup_ldap.tpl:105 -msgid "Use rfc2307bis compliant groups" -msgstr "" +msgid "Move objects" +msgstr "Lidmaatschap objecten" -#: setup/setup_ldap.tpl:117 +#: include/class_acl.inc:672 #, fuzzy -msgid "Current status" -msgstr "Systeem status" +msgid "Remove objects" +msgstr "Lidmaatschap objecten" -#: 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." +#: include/class_acl.inc:674 include/class_acl.inc:680 +msgid "Modifyable by owner" msgstr "" -#: setup/setup_migrate.tpl:33 +#: include/class_acl.inc:677 #, fuzzy -msgid "Check again" -msgstr "Controleer" +msgid "Move object" +msgstr "Lidmaatschap objecten" -#: setup/setup_migrate.tpl:37 -msgid "Move windows workstations into a valid windows workstation department" -msgstr "" +#: include/class_acl.inc:678 +#, fuzzy +msgid "Remove object" +msgstr "Lidmaatschap objecten" -#: setup/setup_migrate.tpl:39 -msgid "" -"This dialog allows you to move the displayed windows workstations into a " -"valid department" -msgstr "" +#: include/class_acl.inc:685 include/class_acl.inc:776 +msgid "read" +msgstr "alleen lezen" -#: setup/setup_migrate.tpl:41 -msgid "" -"Be careful with this tool, there may be references pointing to this " -"workstations that can't be migrated." -msgstr "" +#: include/class_acl.inc:686 include/class_acl.inc:778 +msgid "write" +msgstr "afleveren, lezen & schrijven" -#: setup/setup_migrate.tpl:65 setup/setup_migrate.tpl:121 -#: setup/setup_migrate.tpl:173 setup/setup_migrate.tpl:293 -#: setup/setup_migrate.tpl:346 +#: include/class_acl.inc:690 #, fuzzy -msgid "Select all" -msgstr "Selecteer" +msgid "Complete object" +msgstr "Nieuw FAI object aanmaken" -#: setup/setup_migrate.tpl:67 -msgid "Move selected windows workstations into the following GOsa department" +#: include/class_acl.inc:806 +#, php-format +msgid "Unkown ACL type '%s'. Don't know how to handle it." msgstr "" -#: setup/setup_migrate.tpl:72 -#, fuzzy -msgid "Move selected workstations" -msgstr "Selecteer om werkstations te zien" - -#: setup/setup_migrate.tpl:73 -msgid "What will be done here" -msgstr "" +#: include/class_acl.inc:849 +#, fuzzy, php-format +msgid "Unknown entry '%s'!" +msgstr "Onbekende FAI status %s" -#: setup/setup_migrate.tpl:79 include/class_MultiSelectWindow.inc:114 -msgid "Close" -msgstr "Sluiten" +#: include/class_acl.inc:909 include/class_acl.inc:911 +#, fuzzy, php-format +msgid "Role: %s" +msgstr "Funktie" -#: setup/setup_migrate.tpl:85 -msgid "Move groups into configured group tree" +#: include/class_acl.inc:911 +msgid "Unknown role, possibly removed" msgstr "" -#: setup/setup_migrate.tpl:88 -msgid "" -"This dialog allows moving a couple of groups to the configured group tree. " -"Doing this may straighten your LDAP service." +#: include/class_acl.inc:919 +#, php-format +msgid "Contains settings for these objects: %s" msgstr "" -#: setup/setup_migrate.tpl:91 -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 in this case." -msgstr "" +#: include/class_acl.inc:928 +#, fuzzy +msgid "Members:" +msgstr "Groepsleden" -#: setup/setup_migrate.tpl:94 -msgid "Move selected groups into this group tree" +#: include/class_acl.inc:934 +msgid "ACL is valid for all users" msgstr "" -#: setup/setup_migrate.tpl:125 setup/setup_migrate.tpl:177 -#: setup/setup_migrate.tpl:297 setup/setup_migrate.tpl:350 +#: include/class_acl.inc:1093 #, fuzzy -msgid "Hide changes" -msgstr "Open-Xchange" +msgid "Access control list" +msgstr "Toegangsopties" -#: setup/setup_migrate.tpl:127 setup/setup_migrate.tpl:179 -#: setup/setup_migrate.tpl:299 setup/setup_migrate.tpl:352 +#: include/class_acl.inc:1101 #, fuzzy -msgid "Show changes" -msgstr "Toon pakketten" +msgid "Role name" +msgstr "Hernoemen" -#: setup/setup_migrate.tpl:140 -msgid "Move users into configured user tree" +#: include/class_acl.inc:1102 +#, fuzzy +msgid "Role description" +msgstr "Eenheid omschrijving" + +#: include/class_pluglist.inc:55 +msgid "All objects in this category" msgstr "" -#: setup/setup_migrate.tpl:142 -msgid "" -"This dialog allows moving a couple of users to the configured user tree. " -"Doing this may straighten your LDAP service." +#: include/class_pluglist.inc:149 +msgid "The configuration format has changed. Please re-run setup!" msgstr "" -#: setup/setup_migrate.tpl:145 +#: include/class_pluglist.inc:166 include/class_pluglist.inc:167 +#: include/class_pluglist.inc:281 +msgid "Unknown" +msgstr "Onbekend" + +#: include/class_pluglist.inc:174 ihtml/themes/default/framework.tpl:8 +#: ihtml/themes/default/framework.tpl:11 ihtml/themes/default/framework.tpl:20 +#: ihtml/themes/default/framework.tpl:24 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." +"You are currently editing a database entry. Do you want to dismiss the " +"changes?" msgstr "" +"U bent momenteel database gegevens aan het bewerken. Wilt u eventuele " +"wijzigingen ongedaan maken?" -#: setup/setup_migrate.tpl:148 -#, fuzzy -msgid "Move selected users into this people tree" -msgstr "Maak gebruiker aan met dit sjabloon" +#: include/class_msg_dialog.inc:91 +msgid "Please fix the above error and reload the page." +msgstr "" -#: setup/setup_migrate.tpl:198 -#, fuzzy -msgid "Next" -msgstr "tekst" +#: include/class_config.inc:104 +#, php-format +msgid "XML error in gosa.conf: %s at line %d" +msgstr "XML fout in gosa.conf: %s op regel %d" -#: setup/setup_migrate.tpl:199 -#, fuzzy -msgid "Abort" -msgstr "Poort" +#: include/class_config.inc:107 +msgid "Config file parsing" +msgstr "" -#: setup/setup_migrate.tpl:201 +#: include/class_config.inc:224 #, fuzzy -msgid "Create a new GOsa administrator account" -msgstr "Netatalk account aanmaken" - -#: setup/setup_migrate.tpl:204 -msgid "" -"This dialog will automatically add a new super administrator to your LDAP " -"tree." +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." -#: setup/setup_migrate.tpl:233 +#: include/class_config.inc:556 #, fuzzy -msgid "Password (again)" -msgstr "Wachtwoord encryptie" +msgid "SID and/or RIDBASE missing in the configuration!" +msgstr "SID en/of RIDBASE ontbreken in uw configuratie!" -#: setup/setup_migrate.tpl:258 -msgid "" -"The listed departments are currenlty invisble in the GOsa user interface. If " -"you want to change this for a couple of entries, select them and use the " -"migrate button below." +#: include/class_CopyPasteHandler.inc:90 +#, php-format +msgid "Cannot cleanup copy & paste queue: setting permissions for '%s' failed!" msgstr "" -#: setup/setup_migrate.tpl:259 setup/setup_migrate.tpl:314 -msgid "" -"If you want to know what will be done when migrating the selected entries, " -"use the 'Show changes' button to see the LDIF." +#: include/class_CopyPasteHandler.inc:98 +#, php-format +msgid "Cannot cleanup copy & paste queue: no write permission inside '%s'!" msgstr "" -#: setup/setup_migrate.tpl:269 setup/setup_migrate.tpl:323 -#, fuzzy -msgid "Current" -msgstr "Nieuw FAI object aanmaken" - -#: setup/setup_migrate.tpl:276 setup/setup_migrate.tpl:330 -#, fuzzy -msgid "After migration" -msgstr "Gebruikersbeheer" +#: include/class_CopyPasteHandler.inc:130 +#, php-format +msgid "Copy and paste failed: object '%s' is not a valid ldap object!" +msgstr "" -#: setup/setup_migrate.tpl:313 -msgid "" -"The listed users are currenlty invisble 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." +#: include/class_CopyPasteHandler.inc:147 +#, php-format +msgid "Cannot save LDAP dump: no write permission inside '%s'!" msgstr "" -#: setup/class_setupStep_Config3.inc:80 setup/class_setupStep_Config3.inc:81 -#, fuzzy -msgid "GOsa settings 3/3" -msgstr "Gebruikersinstellingen" +#: include/class_CopyPasteHandler.inc:155 +#, php-format +msgid "Cannot save LDAP dump: setting permissions for '%s' failed!" +msgstr "" -#: setup/class_setupStep_Config3.inc:82 -msgid "Tweak some GOsa core behaviour" +#: include/class_CopyPasteHandler.inc:164 +#, php-format +msgid "Cannot save LDAP dump: no write permission to '%s/%s'!" msgstr "" -#: setup/class_setupStep_Config3.inc:205 -#, fuzzy -msgid "Session lifetime must be a numeric value." -msgstr "Toekomstige dagen moet een waarde bevatten." +#: include/class_CopyPasteHandler.inc:249 +#, fuzzy, php-format +msgid "Cannot load dumped file '%s'!" +msgstr "Kan bestand '%s' niet openen." -#: setup/class_setupStep_Config3.inc:209 -#, fuzzy -msgid "Maximal ldap query time must be a numeric value. " -msgstr "Toekomstige dagen moet een waarde bevatten." +#: include/class_CopyPasteHandler.inc:274 +#, fuzzy, php-format +msgid "You have no permission to save object '%s'." +msgstr "" +"U heeft geen toestemming om een telefoon aan te maken onder deze 'Basis'." -#: setup/class_setupStep_Migrate.inc:105 setup/class_setupStep_Migrate.inc:106 -#, fuzzy -msgid "LDAP inspection" -msgstr "PHP configuratie inspectie" +#: include/class_CopyPasteHandler.inc:302 +#, fuzzy, php-format +msgid "You are going to paste the cutted entry '%s'." +msgstr "U staat op het punt de invoer '%s' te kopieren." -#: setup/class_setupStep_Migrate.inc:107 -msgid "Analyze your current LDAP for GOsa compatibility" +#: include/class_CopyPasteHandler.inc:315 +#, fuzzy, php-format +msgid "You have no permission to copy and paste object '%s'!" msgstr "" +"U heeft geen toestemming om een gebruiker aan te maken onder deze 'Basis'." -#: setup/class_setupStep_Migrate.inc:113 -#, fuzzy -msgid "Checking for root object" -msgstr "Zoeken naar iconv ondersteuning" +#: include/class_CopyPasteHandler.inc:336 +#, fuzzy, php-format +msgid "You are going to paste the copied entry '%s'." +msgstr "U staat op het punt de invoer '%s' te kopieren." -#: setup/class_setupStep_Migrate.inc:119 -msgid "Checking permissions on LDAP database" -msgstr "" +#: include/class_CopyPasteHandler.inc:437 +msgid "Can't paste" +msgstr "Plakken onmogelijk" -#: setup/class_setupStep_Migrate.inc:125 -#, fuzzy -msgid "Checking for invisible deparmtments" -msgstr "Zoeken naar iconv ondersteuning" +#: include/class_gosaSupportDaemon.inc:479 +msgid "Could not parse XML." +msgstr "" -#: setup/class_setupStep_Migrate.inc:131 -#, fuzzy -msgid "Checking for invisible users" -msgstr "Zoeken naar iconv ondersteuning" +#: include/functions_helpviewer.inc:43 +#, php-format +msgid "XML error in guide.xml: %s at line %d" +msgstr "XML fout in guide.conf: %s op regel %d" -#: setup/class_setupStep_Migrate.inc:137 -#, fuzzy -msgid "Checking for super administrator" -msgstr "Zoeken naar enkele additionele programma's" +#: include/functions_helpviewer.inc:86 +msgid "No help available for this plugin." +msgstr "Help is (nog) niet beschikbaar voor deze module." -#: setup/class_setupStep_Migrate.inc:143 -#, fuzzy -msgid "Checking for users outside the people tree" -msgstr "Zoeken naar CUPS module" +#: include/functions_helpviewer.inc:95 html/helpviewer.php:196 +msgid "previous" +msgstr "vorige" -#: setup/class_setupStep_Migrate.inc:149 -#, fuzzy -msgid "Checking for groups outside the groups tree" -msgstr "Zoeken naar CUPS module" +#: include/functions_helpviewer.inc:99 html/helpviewer.php:200 +msgid "next" +msgstr "volgende" -#: setup/class_setupStep_Migrate.inc:155 -msgid "Checking for windows workstations outside the winstation tree" -msgstr "" +#: include/functions_helpviewer.inc:387 +#, php-format +msgid "%s results for your search with the keyword %s" +msgstr "%s resultaten voor uw zoekopdracht met sleutelwoord %s" -#: setup/class_setupStep_Migrate.inc:161 -#, fuzzy -msgid "Checking for duplicate uid numbers" -msgstr "Zoeken naar functie %s" +#: include/functions_helpviewer.inc:461 +#, php-format +msgid "%s%% hit rate in file %s" +msgstr "%s%% resultaat in bestand %s" -#: setup/class_setupStep_Migrate.inc:167 -#, fuzzy -msgid "Checking for duplicate gid numbers" -msgstr "Zoeken naar functie %s" +#: include/class_SnapShotDialog.inc:63 +#, fuzzy, php-format +msgid "You're about to delete the snapshot '%s'." +msgstr "U staat op het punt de macro '%s' te verwijderen." -#: setup/class_setupStep_Migrate.inc:190 setup/class_setupStep_Migrate.inc:239 -#: setup/class_setupStep_Migrate.inc:301 setup/class_setupStep_Migrate.inc:362 -#: setup/class_setupStep_Migrate.inc:429 setup/class_setupStep_Migrate.inc:503 -#: setup/class_setupStep_Migrate.inc:588 setup/class_setupStep_Migrate.inc:718 -#: setup/class_setupStep_Migrate.inc:807 +#: include/class_SnapShotDialog.inc:115 #, fuzzy -msgid "LDAP query failed" -msgstr "De database zoekopdracht is mislukt" +msgid "Remove snapshot" +msgstr "Nagios account aanmaken" -#: setup/class_setupStep_Migrate.inc:191 setup/class_setupStep_Migrate.inc:240 -#: setup/class_setupStep_Migrate.inc:302 setup/class_setupStep_Migrate.inc:363 -#: setup/class_setupStep_Migrate.inc:430 setup/class_setupStep_Migrate.inc:504 -#: setup/class_setupStep_Migrate.inc:589 setup/class_setupStep_Migrate.inc:719 -#: setup/class_setupStep_Migrate.inc:808 -msgid "Possibly the 'root object' is missing." +#: include/class_SnapShotDialog.inc:117 include/class_SnapShotDialog.inc:137 +msgid "Y-m-d, H:i:s" msgstr "" -#: setup/class_setupStep_Migrate.inc:213 -#, fuzzy, php-format -msgid "Found %s duplicate values for attribute 'uidNumber'." -msgstr "Er is een dubbele waarde gevonden voor record type '%s'." +#: include/class_SnapShotDialog.inc:149 +#, fuzzy +msgid "Please specify a valid description for this snapshot." +msgstr "Geef a.u.b. een geldige naam op voor deze bijlage." -#: setup/class_setupStep_Migrate.inc:262 -#, fuzzy, php-format -msgid "Found %s duplicate values for attribute 'gidNumber'." -msgstr "Er is een dubbele waarde gevonden voor record type '%s'." +#: include/class_ldap.inc:204 include/class_ldap.inc:236 +msgid "Performance warning" +msgstr "" -#: setup/class_setupStep_Migrate.inc:317 setup/class_setupStep_Migrate.inc:518 -#: setup/class_setupStep_Migrate.inc:531 setup/class_setupStep_Migrate.inc:881 -#: setup/class_setupStep_Migrate.inc:1612 -#: setup/class_setupStep_Migrate.inc:1625 -msgid "Failed" -msgstr "Mislukt" +#: include/class_ldap.inc:204 include/class_ldap.inc:236 +#, php-format +msgid "LDAP performance is poor: last query took about %.2fs!" +msgstr "" -#: setup/class_setupStep_Migrate.inc:319 +#: include/class_ldap.inc:561 #, php-format msgid "" -"Found %s winstations outside the predefined winstation department ou '%s'." +"Cannot automatically create subtrees with RDN '%s': no object class found" msgstr "" -#: setup/class_setupStep_Migrate.inc:320 setup/class_setupStep_Migrate.inc:599 -#: setup/class_setupStep_Migrate.inc:728 -#, fuzzy -msgid "Migrate" -msgstr "Aanmaken" +#: include/class_ldap.inc:609 +#, php-format +msgid "Cannot automatically create subtrees with RDN '%s': not supported" +msgstr "" -#: setup/class_setupStep_Migrate.inc:387 +#: include/class_ldap.inc:617 #, fuzzy, php-format -msgid "Found %s groups outside the configured tree '%s'." -msgstr "U staat op het punt de invoer '%s' te kopieren." +msgid "Creating subtree '%s' failed." +msgstr "Het aanmaken van de FAI script basis is mislukt" -#: setup/class_setupStep_Migrate.inc:388 setup/class_setupStep_Migrate.inc:463 -#, fuzzy -msgid "Move" -msgstr "Modus" +#: include/class_ldap.inc:686 +#, php-format +msgid "while operating on '%s' using LDAP server '%s'" +msgstr "bij het bewerken van '%s' op LDAP server '%s'" -#: setup/class_setupStep_Migrate.inc:462 +#: include/class_ldap.inc:688 #, php-format -msgid "Found %s user(s) outside the configured tree '%s'." -msgstr "" +msgid "while operating on LDAP server %s" +msgstr "bij het bewerken van LDAP server %s" -#: setup/class_setupStep_Migrate.inc:520 setup/class_setupStep_Migrate.inc:533 +#: include/class_ldap.inc:910 #, php-format msgid "" -"The specified user '%s' does not have full access to your ldap database." +"This is not a valid DN: '%s'. A block for import should begin with 'dn: ...' " +"in line %s" msgstr "" +"Dit is geen geldige DN: '%s'. Een blok dat geïmporteerd wordt, dient te " +"beginnen met 'dn: ...' op regel %s" -#: setup/class_setupStep_Migrate.inc:597 +#: include/class_ldap.inc:939 #, php-format -msgid "Found %s user(s) that will not be visible in GOsa." +msgid "Error while importing dn: '%s', please check your LDIF from line %s on!" msgstr "" +"Fout bij het importeren van dn: '%s', controleer uw LDIF bestand a.u.b. " +"vanaf regel %s!" -#: setup/class_setupStep_Migrate.inc:647 setup/class_setupStep_Migrate.inc:779 -#: setup/class_setupStep_Migrate.inc:945 -#, fuzzy -msgid "Migration error" -msgstr "Aanmaken" +#: include/class_ldap.inc:1075 +#, fuzzy, php-format +msgid "Ldap import with dn '%s' failed." +msgstr "Het opslaan van de printer is mislukt" -#: setup/class_setupStep_Migrate.inc:647 setup/class_setupStep_Migrate.inc:779 +#: include/class_hostActionQueue.inc:68 include/class_hostActionQueue.inc:193 #, fuzzy, php-format -msgid "Cannot migrate department '%s':" -msgstr "Ga naar basis afdelingen" +msgid "Can't locate gotomasses queue file '%s'." +msgstr "Kan bestand '%s' niet aanmaken." -#: setup/class_setupStep_Migrate.inc:727 -#, php-format -msgid "Found %s department(s) that will not be visible in GOsa." -msgstr "" +#: include/class_hostActionQueue.inc:72 +#, fuzzy, php-format +msgid "Can't read gotomasses queue file '%s'." +msgstr "Kan bestand '%s' niet aanmaken." -#: setup/class_setupStep_Migrate.inc:882 -msgid "There is no GOsa administrator account inside your LDAP." +#: include/class_hostActionQueue.inc:79 +#, fuzzy, php-format +msgid "Can't read gotomasses storage file '%s'." +msgstr "Kan bestand '%s' niet aanmaken." + +#: include/class_hostActionQueue.inc:142 +msgid "GOsa infrastructure" msgstr "" -#: setup/class_setupStep_Migrate.inc:945 -#, php-format -msgid "Cannot add ACL for user '%s':" +#: include/class_hostActionQueue.inc:142 +msgid "Cannot read broken entry - skipped!" msgstr "" -#: setup/class_setupStep_Migrate.inc:970 -#, fuzzy -msgid "Password error" -msgstr "Wachtwoord verloopt op" +#: include/class_hostActionQueue.inc:197 include/class_hostActionQueue.inc:206 +#, fuzzy, php-format +msgid "Can't write gotomasses queue file '%s'." +msgstr "Kan bestand '%s' niet aanmaken." -#: setup/class_setupStep_Migrate.inc:970 -#, fuzzy -msgid "Provided passwords do not match!" +#: include/class_hostActionQueue.inc:201 +msgid "The queue file was modified since last reload. Can't save changes." msgstr "" -"Het nieuwe wachtwoord en het herhaalde wachtwoord komen niet met elkaar " -"overeen!" -#: setup/class_setupStep_Migrate.inc:975 -#, fuzzy -msgid "Input error" -msgstr "PHP fout" +#: include/class_hostActionQueue.inc:276 +#, fuzzy, php-format +msgid "Entry with id '%s' not found." +msgstr "Het opslaan van de printer is mislukt" -#: setup/class_setupStep_Migrate.inc:975 -#, fuzzy -msgid "Specify a valid user ID!" -msgstr "Geef a.u.b. een geldige gebruikersnaam op!" +#: include/class_hostActionQueue.inc:286 +#, php-format +msgid "Could not update entry, entry with id '%s' not found." +msgstr "" -#: setup/class_setupStep_Migrate.inc:1019 +#: include/class_hostActionQueue.inc:297 #, php-format -msgid "Adding an administrative user failed: object '%s' already exists!" +msgid "Could not remove entry, entry with id '%s' not found." msgstr "" -#: setup/class_setupStep_Migrate.inc:1030 -#: setup/class_setupStep_Migrate.inc:1056 -#: setup/class_setupStep_Migrate.inc:1104 -#: setup/class_setupStep_Migrate.inc:1152 -#: setup/class_setupStep_Migrate.inc:1916 setup/class_setupStep_Schema.inc:95 -#: include/class_MultiSelectWindow.inc:503 include/class_config.inc:224 -#: include/functions.inc:331 include/functions.inc:358 -#: include/functions.inc:367 include/functions.inc:396 -#: include/functions.inc:639 include/functions.inc:678 -#: include/functions.inc:723 include/functions.inc:1298 -#: include/functions.inc:2490 html/index.php:243 html/index.php:257 -#: html/index.php:270 -#, fuzzy -msgid "LDAP error" -msgstr "LDAP fout:" +#: include/class_hostActionQueue.inc:371 include/class_hostActionQueue.inc:389 +#: include/class_hostActionQueue.inc:420 include/class_hostActionQueue.inc:455 +#, fuzzy, php-format +msgid "Can't set priority for ID '%s'. ID does not exist." +msgstr "Pakketbestand '%s' bestaat niet." -#: setup/class_setupStep_Migrate.inc:1056 -#: setup/class_setupStep_Migrate.inc:1104 -#: setup/class_setupStep_Migrate.inc:1152 +#: include/class_multi_plug.inc:360 #, fuzzy -msgid "Cannot move users to the requested department!" -msgstr "Ga naar de afdeling van de gebruiker" +msgid "You are currently editing mutliple entries." +msgstr "U heeft geen toestemming om deze afdeling te verwijderen." -#: setup/class_setupStep_Migrate.inc:1066 -msgid "Winstation will be moved from" -msgstr "" +#: include/class_multi_plug.inc:389 +#, fuzzy +msgid "Password reset" +msgstr "Wachtwoord verloopt op" -#: setup/class_setupStep_Migrate.inc:1066 -#: setup/class_setupStep_Migrate.inc:1115 -#: setup/class_setupStep_Migrate.inc:1162 include/class_plugin.inc:1604 +#: include/class_multi_plug.inc:389 #, fuzzy -msgid "to" -msgstr "Stop" +msgid "The user password was resetted, please set a new password value!" +msgstr "Uw wachtwoord is verlopen! Kies a.u.b. een nieuw wachtwoord. " -#: setup/class_setupStep_Migrate.inc:1077 -#: setup/class_setupStep_Migrate.inc:1125 -msgid "Updating following references too" -msgstr "" +#: include/class_log.inc:87 +#, fuzzy, php-format +msgid "Logging failed: %s" +msgstr "Log DB gebruiker" -#: setup/class_setupStep_Migrate.inc:1115 -msgid "Group will be moved from" +#: include/class_log.inc:106 +msgid "Logging to MySQL disabled" msgstr "" -#: setup/class_setupStep_Migrate.inc:1162 -msgid "User will be moved from" +#: include/class_log.inc:106 +msgid "" +"The logging to a MySQL database is now disabled for this session of GOsa, " +"due to communication errors with the specified logging database." msgstr "" -#: setup/class_setupStep_Migrate.inc:1172 -msgid "The following references will be updated" +#: include/class_log.inc:119 +#, php-format +msgid "Invalid option '%s' specified." msgstr "" -#: setup/class_setupStep_Migrate.inc:1613 +#: include/class_log.inc:123 +#, fuzzy +msgid "Specified objectType is empty or invalid" +msgstr "De opgegeven naam is ongeldig." + +#: include/class_log.inc:144 msgid "" -"The LDAP root object is missing. It is required to use your LDAP service." +"You have enabled the logging into mysql database, but there are no logging " +"servers available." msgstr "" -#: setup/class_setupStep_Migrate.inc:1614 -#: setup/class_setupStep_Migrate.inc:1627 +#: include/class_log.inc:152 +#, fuzzy, php-format +msgid "Cannot connect to logging server '%s'." +msgstr "Kan niet verbinden met de database server!" + +#: include/class_log.inc:157 +#, fuzzy, php-format +msgid "Cannot select database '%s' on server '%s': %s" +msgstr "Kan de database %s op %s niet selecteren." + +#: include/class_log.inc:177 +#, fuzzy, php-format +msgid "Cannot query database '%s' on server '%s': %s" +msgstr "Kan de database %s op %s niet selecteren." + +#: setup/class_setupStep_Ldap.inc:53 #, fuzzy -msgid "Try to create root object" -msgstr "Nieuw FAI object aanmaken" +msgid "LDAP setup" +msgstr "LDAP server" + +#: setup/class_setupStep_Ldap.inc:54 +#, fuzzy +msgid "LDAP connection setup" +msgstr "Bel..." + +#: setup/class_setupStep_Ldap.inc:55 +#, fuzzy +msgid "" +"This dialog performs the basic configuration of the LDAP connectivity for " +"GOsa." +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:74 setup/class_setupStep_Config1.inc:88 +#: setup/class_setupStep_Config2.inc:160 setup/class_setupStep_Config3.inc:87 +#: setup/setup_feedback.tpl:55 setup/setup_feedback.tpl:73 +#: setup/class_setupStep_Schema.inc:63 +msgid "No" +msgstr "Nee" -#: setup/class_setupStep_Migrate.inc:1626 -msgid "Root object couldn't be created, you should try it on your own." -msgstr "" +#: setup/class_setupStep_Ldap.inc:74 setup/class_setupStep_Config1.inc:88 +#: setup/class_setupStep_Config2.inc:160 setup/class_setupStep_Config3.inc:87 +#: setup/setup_feedback.tpl:53 setup/setup_feedback.tpl:71 +#: setup/class_setupStep_Schema.inc:63 +msgid "Yes" +msgstr "Ja" -#: setup/class_setupStep_Migrate.inc:1916 +#: setup/class_setupStep_Ldap.inc:105 #, fuzzy, php-format -msgid "Copy '%s' to '%s' failed:" -msgstr "Verplaatsen van %s naar %s" +msgid "Anonymous bind failed on server '%s'." +msgstr "Gebruikers inlog mislukt. De LDAP server meldt: '%s'." -#: setup/class_setupStep_Migrate.inc:1919 -msgid "Problem copying DNs" -msgstr "" +#: setup/class_setupStep_Ldap.inc:107 +#, fuzzy, php-format +msgid "Bind as user '%s' failed on server '%s'." +msgstr "Gebruikers inlog mislukt. De LDAP server meldt: '%s'." -#: setup/setup_frame.tpl:12 -#, fuzzy -msgid "GOsa setup wizard" -msgstr "GOsa help" +#: setup/class_setupStep_Ldap.inc:112 +#, fuzzy, php-format +msgid "Anonymous bind on server '%s' succeeded." +msgstr "Gebruikers inlog mislukt. De LDAP server meldt: '%s'." -#: setup/setup_frame.tpl:19 +#: setup/class_setupStep_Ldap.inc:113 #, fuzzy -msgid "Installation" -msgstr "Windows werkstation" +msgid "Please specify user and password." +msgstr "Geef a.u.b. uw wachtwoord op!" -#: setup/setup_frame.tpl:19 -#, fuzzy -msgid "Steps" -msgstr "Systemen" +#: setup/class_setupStep_Ldap.inc:115 +#, fuzzy, php-format +msgid "Bind as user '%s' on server '%s' succeeded." +msgstr "Gebruikers inlog mislukt. De LDAP server meldt: '%s'." -#: setup/class_setupStep_Feedback.inc:91 +#: setup/class_setupStep_License.inc:56 setup/class_setupStep_License.inc:57 #, fuzzy -msgid "UNIX accounts/groups" -msgstr "Account code" +msgid "License" +msgstr "Regel" -#: setup/class_setupStep_Feedback.inc:93 -#, fuzzy -msgid "Samba management" -msgstr "Systeembeheer" +#: setup/class_setupStep_License.inc:58 +msgid "Terms and conditions for usage" +msgstr "" -#: setup/class_setupStep_Feedback.inc:95 +#: setup/class_setupStep_Language.inc:40 setup/class_setupStep_Language.inc:41 #, fuzzy -msgid "Mailsystem management" -msgstr "Systeembeheer" +msgid "Language setup" +msgstr "Taal" -#: setup/class_setupStep_Feedback.inc:97 +#: setup/class_setupStep_Language.inc:42 #, fuzzy -msgid "FAX system administration" -msgstr "Gebruikersbeheer" +msgid "This step allows you to select your preferred language." +msgstr "" +"Deze dialoog maakt het mogelijk om een apparaat te verbinden aan de computer " +"die u momenteel aan het bewerken bent." -#: setup/class_setupStep_Feedback.inc:99 +#: setup/class_setupStep_Language.inc:47 #, fuzzy -msgid "Asterisk administration" -msgstr "Gebruikersbeheer" +msgid "Automatic" +msgstr "automatisch" -#: setup/class_setupStep_Feedback.inc:101 +#: setup/class_setup.inc:76 setup/class_setupStep_Feedback.inc:131 #, fuzzy -msgid "System inventory" -msgstr "Inventaris verwijderen" +msgid "Setup error" +msgstr "Systeem status" -#: setup/class_setupStep_Feedback.inc:103 +#: setup/class_setup.inc:196 #, fuzzy -msgid "System-/Configmanagement" -msgstr "Systeembeheer" - -#: setup/class_setupStep_Feedback.inc:105 -msgid "Addressbook" -msgstr "Adresboek" +msgid "Completed" +msgstr "onvolledig" -#: setup/class_setupStep_Feedback.inc:111 -#: setup/class_setupStep_Feedback.inc:113 +#: setup/setup_finish.tpl:3 #, fuzzy -msgid "Notification and feedback" -msgstr "Geen certificaat geinstalleerd" +msgid "Create your configuration file" +msgstr "Configuratie bestand" -#: setup/class_setupStep_Feedback.inc:112 -#, fuzzy -msgid "Get notifications or send feedback" -msgstr "Secties voor deze versie" +#: setup/setup_finish.tpl:13 +msgid "Download configuration" +msgstr "Systeem configuratie" -#: setup/class_setupStep_Feedback.inc:131 setup/class_setup.inc:76 +#: setup/setup_finish.tpl:18 #, fuzzy -msgid "Setup error" -msgstr "Systeem status" +msgid "Status: " +msgstr "Status" -#: setup/class_setupStep_Feedback.inc:140 -#: setup/class_setupStep_Feedback.inc:147 -msgid "Feedback error" +#: setup/setup_ldap.tpl:7 +msgid "Please choose the LDAP user to be used by GOsa" msgstr "" -#: setup/class_setupStep_Feedback.inc:140 -#, php-format -msgid "Cannot send feedback to '%s': %s" -msgstr "" +#: setup/setup_ldap.tpl:13 ihtml/themes/default/help.tpl:21 +msgid "Search" +msgstr "Zoeken" -#: setup/class_setupStep_Feedback.inc:147 -msgid "Cannot send feedback: service temporarily unavailable" -msgstr "" +#: setup/setup_ldap.tpl:25 +#, fuzzy +msgid "LDAP connection" +msgstr "Max. verbrekingsduur" -#: setup/class_setupStep_Feedback.inc:149 -msgid "Feedback sucessfully send" -msgstr "" +#: setup/setup_ldap.tpl:29 +msgid "Location name" +msgstr "Naam van de locatie" -#: setup/class_setupStep_Feedback.inc:179 +#: setup/setup_ldap.tpl:37 #, fuzzy -msgid "Please specify a valid email address." -msgstr "Geef a.u.b. een geldige scriptnaam op." +msgid "Connection URL" +msgstr "Verbindingings URL" -#: setup/class_setupStep_Feedback.inc:183 -msgid "" -"You should have enabled at least one option, to subscribe or send your " -"feedback." -msgstr "" +#: setup/setup_ldap.tpl:45 +#, fuzzy +msgid "TLS connection" +msgstr "Bel..." -#: setup/class_setupStep_License.inc:56 setup/class_setupStep_License.inc:57 +#: setup/setup_ldap.tpl:65 #, fuzzy -msgid "License" -msgstr "Regel" +msgid "Reload" +msgstr "Lezen" -#: setup/class_setupStep_License.inc:58 -msgid "Terms and conditions for usage" -msgstr "" +#: setup/setup_ldap.tpl:69 +#, fuzzy +msgid "Authentication" +msgstr "Nagios authenticatie" -#: setup/setup_config2.tpl:2 -msgid "Samba settings" -msgstr "Samba Instellingen" +#: setup/setup_ldap.tpl:73 +msgid "Admin DN" +msgstr "Beheerders DN" -#: setup/setup_config2.tpl:6 -msgid "Samba hash generator" +#: setup/setup_ldap.tpl:78 +#, fuzzy +msgid "Select user" +msgstr "Verwijder gebruiker" + +#: setup/setup_ldap.tpl:86 +msgid "Automatically append LDAP base to admin DN" msgstr "" -#: setup/setup_config2.tpl:31 -#, fuzzy -msgid "RID base" -msgstr "Database" +#: setup/setup_ldap.tpl:93 +msgid "Admin password" +msgstr "Beheerders wachtwoord" -#: setup/setup_config2.tpl:46 +#: setup/setup_ldap.tpl:101 #, fuzzy -msgid "Workstation container" -msgstr "Werkstation naam" +msgid "Schema based settings" +msgstr "Samba Instellingen" -#: setup/setup_config2.tpl:61 -#, fuzzy -msgid "Samba SID mapping" -msgstr "Samba" +#: setup/setup_ldap.tpl:105 +msgid "Use rfc2307bis compliant groups" +msgstr "" -#: setup/setup_config2.tpl:71 +#: setup/setup_ldap.tpl:117 #, fuzzy -msgid "Timezone" -msgstr "Tijdzone" +msgid "Current status" +msgstr "Systeem status" -#: setup/setup_config2.tpl:74 +#: setup/class_setupStep_Config1.inc:74 setup/class_setupStep_Config1.inc:75 #, fuzzy -msgid "Please your preferred timezone here" -msgstr "Voorkeurstaal" +msgid "GOsa settings 1/3" +msgstr "Gebruikersinstellingen" -#: setup/setup_config2.tpl:96 +#: setup/class_setupStep_Config1.inc:76 #, fuzzy -msgid "Additional GOsa settings" -msgstr "Programma instellingen" +msgid "GOsa generic settings" +msgstr "Algemene wachtrij instellingen" -#: setup/setup_config2.tpl:100 -msgid "Enable Copy & Paste" -msgstr "" +#: 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/setup_config2.tpl:112 -#, fuzzy -msgid "Enable DNS extension" -msgstr "Verwijder printer mogelijkheden" +#: setup/class_setupStep_Config1.inc:118 setup/setup_config1.tpl:97 +msgid "GID / UID min id" +msgstr "" -#: setup/setup_config2.tpl:124 -#, fuzzy -msgid "Enable DHCP extension" -msgstr "Verwijder printer mogelijkheden" +#: 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/setup_config2.tpl:136 -#, fuzzy -msgid "Enable mime type management" -msgstr "Systeembeheer" +#: setup/class_setupStep_Config1.inc:122 +msgid "People storage ou" +msgstr "OU voor gebruikers opslag" -#: setup/setup_config2.tpl:148 -#, fuzzy -msgid "Enable FAI release management" -msgstr "Blokkeerlijst beheer" +#: setup/class_setupStep_Config1.inc:126 +msgid "Group storage ou" +msgstr "OU voor groepen opslag" -#: setup/setup_config2.tpl:160 +#: setup/class_setupStep_Config1.inc:130 #, fuzzy -msgid "Enable user netatalk plugin" -msgstr "Netatalk account beheren" +msgid "Uid base must be numeric" +msgstr "Timeout dient nummeriek te zijn" -#: setup/setup_config2.tpl:171 +#: setup/class_setupStep_Config1.inc:134 #, fuzzy -msgid "Government mode" -msgstr "naar map" +msgid "The given password minimum length is not numeric." +msgstr "De sieve poort dient nummeriek te zijn." -#: setup/setup_config2.tpl:180 -msgid "Mail settings" -msgstr "E-mail instellingen" +#: setup/class_setupStep_Config1.inc:137 +#, fuzzy +msgid "The given password differ value is not numeric." +msgstr "De sieve poort dient nummeriek te zijn." -#: setup/setup_config2.tpl:184 -msgid "Mail method" -msgstr "E-mail methode" +#: setup/class_setupStep_Config2.inc:85 setup/class_setupStep_Config2.inc:86 +#, fuzzy +msgid "GOsa settings 2/3" +msgstr "Gebruikersinstellingen" -#: setup/setup_config2.tpl:198 +#: setup/class_setupStep_Config2.inc:87 #, fuzzy -msgid "Vacation templates" -msgstr "Werkstation sjabloon" +msgid "Customize special parameters" +msgstr "Controleer parameter" -#: setup/setup_config2.tpl:214 -msgid "Use Cyrus UNIX style" +#: setup/setup_license.tpl:8 +msgid "I have read the license and accept it" msgstr "" -#: setup/setup_config2.tpl:224 +#: setup/class_setupStep_Config3.inc:78 setup/class_setupStep_Config3.inc:79 #, fuzzy -msgid "Snapshots / Undo" -msgstr "Het opslaan van de telefoon is mislukt" +msgid "GOsa settings 3/3" +msgstr "Gebruikersinstellingen" + +#: setup/class_setupStep_Config3.inc:80 +msgid "Tweak some GOsa core behaviour" +msgstr "" -#: setup/setup_config2.tpl:233 setup/setup_config2.tpl:278 +#: setup/class_setupStep_Config3.inc:194 #, fuzzy -msgid "Enable snapshots" -msgstr "Nagios account aanmaken" +msgid "Session lifetime must be a numeric value." +msgstr "Toekomstige dagen moet een waarde bevatten." -#: setup/setup_config2.tpl:239 setup/setup_config2.tpl:284 +#: setup/class_setupStep_Config3.inc:198 #, fuzzy -msgid "Snapshot base" -msgstr "Het opslaan van de telefoon is mislukt" +msgid "Maximal ldap query time must be a numeric value. " +msgstr "Toekomstige dagen moet een waarde bevatten." #: setup/setup_feedback.tpl:6 msgid "Subscribe to the gosa-announce mailinglist" @@ -5050,81 +4763,20 @@ msgstr "" msgid "Send feedback" msgstr "" -#: setup/setup_schema.tpl:3 -#, 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 -msgid "Schema check succeeded" -msgstr "" - -#: setup/setup_schema.tpl:23 -#, fuzzy -msgid "Schema check failed" -msgstr "Het opslaan van de telefoon is mislukt" - -#: setup/setup_license.tpl:8 -msgid "I have read the license and accept it" -msgstr "" - -#: setup/class_setup.inc:196 -#, fuzzy -msgid "Completed" -msgstr "onvolledig" - -#: setup/class_setupStep_Ldap.inc:53 -#, fuzzy -msgid "LDAP setup" -msgstr "LDAP server" - -#: setup/class_setupStep_Ldap.inc:54 +#: setup/class_setupStep_Welcome.inc:38 #, fuzzy -msgid "LDAP connection setup" -msgstr "Bel..." +msgid "Welcome" +msgstr "Welkom %s!" -#: setup/class_setupStep_Ldap.inc:55 +#: setup/class_setupStep_Welcome.inc:39 #, fuzzy -msgid "" -"This dialog performs the basic configuration of the LDAP connectivity for " -"GOsa." -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:105 -#, fuzzy, php-format -msgid "Anonymous bind failed on server '%s'." -msgstr "Gebruikers inlog mislukt. De LDAP server meldt: '%s'." - -#: setup/class_setupStep_Ldap.inc:107 -#, fuzzy, php-format -msgid "Bind as user '%s' failed on server '%s'." -msgstr "Gebruikers inlog mislukt. De LDAP server meldt: '%s'." - -#: setup/class_setupStep_Ldap.inc:112 -#, fuzzy, php-format -msgid "Anonymous bind on server '%s' succeeded." -msgstr "Gebruikers inlog mislukt. De LDAP server meldt: '%s'." +msgid "The welcome message" +msgstr "Verwijder dit bericht" -#: setup/class_setupStep_Ldap.inc:113 +#: setup/class_setupStep_Welcome.inc:40 #, fuzzy -msgid "Please specify user and password." -msgstr "Geef a.u.b. uw wachtwoord op!" - -#: setup/class_setupStep_Ldap.inc:115 -#, fuzzy, php-format -msgid "Bind as user '%s' on server '%s' succeeded." -msgstr "Gebruikers inlog mislukt. De LDAP server meldt: '%s'." +msgid "Welcome to GOsa setup wizard" +msgstr "Welkom bij het GOsa installatie programma!" #: setup/setup_config1.tpl:2 msgid "Look and feel" @@ -5263,22 +4915,160 @@ msgstr "" "voor quota's. U kunt de dummy module kiezen om alle E-mail instellingen " "ongewijzigd te laten." -#: setup/setup_language.tpl:3 +#: setup/setup_config3.tpl:2 #, fuzzy -msgid "Please select the preferred language" -msgstr "Voorkeurstaal" +msgid "GOsa core settings" +msgstr "E-mail instellingen" -#: 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." +#: setup/setup_config3.tpl:6 +#, fuzzy +msgid "Disable primary group filter" +msgstr "Toon groepen van gebruiker" + +#: setup/setup_config3.tpl:18 +#, fuzzy +msgid "Display summary in listings" +msgstr "Toon overeenkomende macro's" + +#: setup/setup_config3.tpl:30 +#, fuzzy +msgid "Honour administrative units" +msgstr "Groepen beheer" + +#: setup/setup_config3.tpl:42 +#, fuzzy +msgid "Smarty compile directory" +msgstr "Persoonlijke map" + +#: setup/setup_config3.tpl:51 +msgid "SNMP community" msgstr "" -#: setup/setup_language.tpl:9 +#: setup/setup_config3.tpl:60 #, fuzzy -msgid "Please your preferred language here" -msgstr "Voorkeurstaal" +msgid "Path for PPD storage" +msgstr "Wachtwoord encryptie" + +#: setup/setup_config3.tpl:77 +#, fuzzy +msgid "Path for kiosk profile storage" +msgstr "Kiosk profiel instellingen" + +#: setup/setup_config3.tpl:96 +#, fuzzy +msgid "Enable system deployment" +msgstr "Systeembeheer" + +#: setup/setup_config3.tpl:115 +#, fuzzy +msgid "Mail queue script" +msgstr "Inlogscript" + +#: setup/setup_config3.tpl:134 +#, fuzzy +msgid "Notification script" +msgstr "Geen certificaat geinstalleerd" + +#: setup/setup_config3.tpl:153 +msgid "Enable edit locking" +msgstr "" + +#: setup/setup_config3.tpl:174 +msgid "Special search method for huge ldap servers." +msgstr "" + +#: setup/setup_config3.tpl:185 +msgid "Login and session" +msgstr "" + +#: setup/setup_config3.tpl:188 +#, fuzzy +msgid "Login attribute" +msgstr "Telefoon attributen " + +#: setup/setup_config3.tpl:199 +msgid "Enforce register_globals to be deactivated" +msgstr "" + +#: setup/setup_config3.tpl:211 +msgid "Enforce encrypted connections" +msgstr "" + +#: setup/setup_config3.tpl:223 +#, fuzzy +msgid "Warn if session is not encrypted" +msgstr "De sessie zal niet versleuteld zijn." + +#: setup/setup_config3.tpl:235 +#, fuzzy +msgid "Remember dialog filter settings" +msgstr "Algemene wachtrij instellingen" + +#: setup/setup_config3.tpl:247 +#, fuzzy +msgid "Session lifetime" +msgstr "Er is een sessie conflict gedetecteerd" + +#: setup/setup_config3.tpl:256 +msgid "Debugging" +msgstr "" + +#: setup/setup_config3.tpl:260 +#, fuzzy +msgid "Show PHP errors" +msgstr "PHP fout" + +#: setup/setup_config3.tpl:272 +#, fuzzy +msgid "Maximum LDAP query time" +msgstr "E-mail grootte" + +#: setup/setup_config3.tpl:290 +msgid "Log LDAP statistics" +msgstr "" + +#: setup/setup_config3.tpl:302 +#, fuzzy +msgid "Debug level" +msgstr "Log prioriteit" + +#: setup/setup_config3.tpl:307 setup/setup_config3.tpl:310 +#, fuzzy +msgid "Disabled" +msgstr "gedeactiveerd" + +#: setup/setup_config3.tpl:308 setup/setup_config3.tpl:311 +#, fuzzy +msgid "Enabled" +msgstr "gedeactiveerd" + +#: 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 "Steps" +msgstr "Systemen" + +#: setup/class_setupStep_Schema.inc:40 setup/class_setupStep_Schema.inc:41 +#, fuzzy +msgid "LDAP schema check" +msgstr "Ldap server" + +#: setup/class_setupStep_Schema.inc:42 +msgid "Perform test on your current LDAP schema" +msgstr "" + +#: setup/class_setupStep_Schema.inc:95 html/index.php:258 +msgid "Cannot detect information about the installed LDAP schema!" +msgstr "" #: setup/class_setupStep_Checks.inc:38 setup/class_setupStep_Checks.inc:39 msgid "Installation check" @@ -5684,1540 +5474,1740 @@ msgid "" "write the configuration directly if it is writeable." msgstr "" -#: setup/setup_config3.tpl:2 +#: 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?" +msgstr "" + +#: setup/setup_welcome.tpl:11 #, fuzzy -msgid "GOsa core settings" -msgstr "E-mail instellingen" +msgid "Create a basic, single site configuration" +msgstr "FAX database" -#: setup/setup_config3.tpl:6 +#: setup/setup_welcome.tpl:12 +msgid "Tries to find problems within your PHP and LDAP setup" +msgstr "" + +#: setup/setup_welcome.tpl:13 +msgid "Let you choose from a set of basic and advanced configuration switches" +msgstr "" + +#: setup/setup_welcome.tpl:14 +msgid "Guided migration of existing LDAP trees" +msgstr "" + +#: setup/setup_welcome.tpl:17 +msgid "What will the wizard NOT do for you?" +msgstr "" + +#: setup/setup_welcome.tpl:20 #, fuzzy -msgid "Disable primary group filter" -msgstr "Toon groepen van gebruiker" +msgid "Find every possible configuration error" +msgstr "Configuratie bestand" -#: setup/setup_config3.tpl:18 +#: setup/setup_welcome.tpl:21 +msgid "Migrate every possible LDAP setup - create backup dumps!" +msgstr "" + +#: setup/setup_welcome.tpl:25 #, fuzzy -msgid "Display summary in listings" -msgstr "Toon overeenkomende macro's" +msgid "To continue..." +msgstr "Installatie vervolg..." -#: setup/setup_config3.tpl:30 +#: 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:" +msgstr "" + +#: setup/setup_welcome.tpl:34 +msgid "Click the 'Continue' button when you've finished." +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 "FAX database" + +#: setup/setup_checks.tpl:67 +#, fuzzy +msgid "show information" +msgstr "Persoonlijke informatie" + +#: setup/setup_schema.tpl:3 +#, 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 +msgid "Schema check succeeded" +msgstr "" + +#: setup/setup_schema.tpl:23 +#, fuzzy +msgid "Schema check failed" +msgstr "Het opslaan van de telefoon is mislukt" + +#: setup/class_setupStep_Feedback.inc:91 +#, fuzzy +msgid "UNIX accounts/groups" +msgstr "Account code" + +#: setup/class_setupStep_Feedback.inc:93 +#, fuzzy +msgid "Samba management" +msgstr "Systeembeheer" + +#: setup/class_setupStep_Feedback.inc:95 +#, fuzzy +msgid "Mailsystem management" +msgstr "Systeembeheer" + +#: setup/class_setupStep_Feedback.inc:97 +#, fuzzy +msgid "FAX system administration" +msgstr "Gebruikersbeheer" + +#: setup/class_setupStep_Feedback.inc:99 +#, fuzzy +msgid "Asterisk administration" +msgstr "Gebruikersbeheer" + +#: setup/class_setupStep_Feedback.inc:101 +#, fuzzy +msgid "System inventory" +msgstr "Inventaris verwijderen" + +#: setup/class_setupStep_Feedback.inc:103 +#, fuzzy +msgid "System-/Configmanagement" +msgstr "Systeembeheer" + +#: setup/class_setupStep_Feedback.inc:105 +msgid "Addressbook" +msgstr "Adresboek" + +#: setup/class_setupStep_Feedback.inc:111 +#: setup/class_setupStep_Feedback.inc:113 +#, fuzzy +msgid "Notification and feedback" +msgstr "Geen certificaat geinstalleerd" + +#: setup/class_setupStep_Feedback.inc:112 +#, fuzzy +msgid "Get notifications or send feedback" +msgstr "Secties voor deze versie" + +#: setup/class_setupStep_Feedback.inc:140 +#: setup/class_setupStep_Feedback.inc:147 +msgid "Feedback error" +msgstr "" + +#: setup/class_setupStep_Feedback.inc:140 +#, php-format +msgid "Cannot send feedback to '%s': %s" +msgstr "" + +#: setup/class_setupStep_Feedback.inc:147 +msgid "Cannot send feedback: service temporarily unavailable" +msgstr "" + +#: setup/class_setupStep_Feedback.inc:149 +msgid "Feedback sucessfully send" +msgstr "" + +#: setup/class_setupStep_Feedback.inc:179 +#, fuzzy +msgid "Please specify a valid email address." +msgstr "Geef a.u.b. een geldige scriptnaam op." + +#: setup/class_setupStep_Feedback.inc:183 +msgid "" +"You have to select at least one of both options, subscribe or send feedback." +msgstr "" + +#: setup/class_setupStep_Finish.inc:37 +#: ihtml/themes/default/copyPasteDialog.tpl:32 +msgid "Finish" +msgstr "Opslaan" + +#: setup/class_setupStep_Finish.inc:38 +#, fuzzy +msgid "Write configuration file" +msgstr "Configuratie bestand" + +#: setup/class_setupStep_Finish.inc:39 +#, fuzzy +msgid "Finish - write the configuration file" +msgstr "Configuratie bestand" + +#: setup/class_setupStep_Finish.inc:100 +#, 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:102 +#, 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:111 +#, 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 "" +"Controleer dat de webserver het bestand kan lezen (zonder dat andere " +"gebruikers dit kunnen) nadat u het bestand in de directory /etc/gosa " +"geplaatst heeft. U wil misschien de volgende commando's uitvoeren om aan " +"deze vereiste te voldoen: " + +#: setup/class_setupStep_Migrate.inc:105 setup/class_setupStep_Migrate.inc:106 +#, fuzzy +msgid "LDAP inspection" +msgstr "PHP configuratie inspectie" + +#: setup/class_setupStep_Migrate.inc:107 +msgid "Analyze your current LDAP for GOsa compatibility" +msgstr "" + +#: setup/class_setupStep_Migrate.inc:113 +#, fuzzy +msgid "Checking for root object" +msgstr "Zoeken naar iconv ondersteuning" + +#: setup/class_setupStep_Migrate.inc:119 +msgid "Checking permissions on LDAP database" +msgstr "" + +#: setup/class_setupStep_Migrate.inc:125 +#, fuzzy +msgid "Checking for invisible departments" +msgstr "Zoeken naar iconv ondersteuning" + +#: setup/class_setupStep_Migrate.inc:131 +#, fuzzy +msgid "Checking for invisible users" +msgstr "Zoeken naar iconv ondersteuning" + +#: setup/class_setupStep_Migrate.inc:137 +#, fuzzy +msgid "Checking for super administrator" +msgstr "Zoeken naar enkele additionele programma's" + +#: setup/class_setupStep_Migrate.inc:143 #, fuzzy -msgid "Honour administrative units" -msgstr "Groepen beheer" +msgid "Checking for users outside the people tree" +msgstr "Zoeken naar CUPS module" -#: setup/setup_config3.tpl:42 +#: setup/class_setupStep_Migrate.inc:149 #, fuzzy -msgid "Smarty compile directory" -msgstr "Persoonlijke map" +msgid "Checking for groups outside the groups tree" +msgstr "Zoeken naar CUPS module" -#: setup/setup_config3.tpl:51 -msgid "SNMP community" +#: setup/class_setupStep_Migrate.inc:155 +msgid "Checking for windows workstations outside the winstation tree" msgstr "" -#: setup/setup_config3.tpl:60 +#: setup/class_setupStep_Migrate.inc:161 #, fuzzy -msgid "Path for PPD storage" -msgstr "Wachtwoord encryptie" +msgid "Checking for duplicate uid numbers" +msgstr "Zoeken naar functie %s" -#: setup/setup_config3.tpl:77 +#: setup/class_setupStep_Migrate.inc:167 #, fuzzy -msgid "Path for kiosk profile storage" -msgstr "Kiosk profiel instellingen" +msgid "Checking for duplicate gid numbers" +msgstr "Zoeken naar functie %s" -#: setup/setup_config3.tpl:96 +#: setup/class_setupStep_Migrate.inc:190 setup/class_setupStep_Migrate.inc:239 +#: setup/class_setupStep_Migrate.inc:301 setup/class_setupStep_Migrate.inc:362 +#: setup/class_setupStep_Migrate.inc:429 setup/class_setupStep_Migrate.inc:503 +#: setup/class_setupStep_Migrate.inc:588 setup/class_setupStep_Migrate.inc:718 +#: setup/class_setupStep_Migrate.inc:807 #, fuzzy -msgid "Enable system deployment" -msgstr "Systeembeheer" +msgid "LDAP query failed" +msgstr "De database zoekopdracht is mislukt" -#: setup/setup_config3.tpl:116 -#, fuzzy -msgid "Network resolv hook" -msgstr "Netwerkadres" +#: setup/class_setupStep_Migrate.inc:191 setup/class_setupStep_Migrate.inc:240 +#: setup/class_setupStep_Migrate.inc:302 setup/class_setupStep_Migrate.inc:363 +#: setup/class_setupStep_Migrate.inc:430 setup/class_setupStep_Migrate.inc:504 +#: setup/class_setupStep_Migrate.inc:589 setup/class_setupStep_Migrate.inc:719 +#: setup/class_setupStep_Migrate.inc:808 +msgid "Possibly the 'root object' is missing." +msgstr "" + +#: setup/class_setupStep_Migrate.inc:213 +#, 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:262 +#, 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:317 setup/class_setupStep_Migrate.inc:518 +#: setup/class_setupStep_Migrate.inc:531 setup/class_setupStep_Migrate.inc:881 +#: setup/class_setupStep_Migrate.inc:1612 +#: setup/class_setupStep_Migrate.inc:1625 +msgid "Failed" +msgstr "Mislukt" + +#: setup/class_setupStep_Migrate.inc:319 +#, php-format +msgid "" +"Found %s winstations outside the predefined winstation department ou '%s'." +msgstr "" -#: setup/setup_config3.tpl:135 +#: setup/class_setupStep_Migrate.inc:320 setup/class_setupStep_Migrate.inc:599 +#: setup/class_setupStep_Migrate.inc:728 #, fuzzy -msgid "Mail queue script" -msgstr "Inlogscript" +msgid "Migrate" +msgstr "Aanmaken" + +#: setup/class_setupStep_Migrate.inc:387 +#, fuzzy, php-format +msgid "Found %s groups outside the configured tree '%s'." +msgstr "U staat op het punt de invoer '%s' te kopieren." -#: setup/setup_config3.tpl:154 +#: setup/class_setupStep_Migrate.inc:388 setup/class_setupStep_Migrate.inc:463 #, fuzzy -msgid "Notification script" -msgstr "Geen certificaat geinstalleerd" +msgid "Move" +msgstr "Modus" -#: setup/setup_config3.tpl:173 -msgid "Enable edit locking" +#: setup/class_setupStep_Migrate.inc:462 +#, php-format +msgid "Found %s user(s) outside the configured tree '%s'." msgstr "" -#: setup/setup_config3.tpl:192 -msgid "Login and session" +#: setup/class_setupStep_Migrate.inc:520 setup/class_setupStep_Migrate.inc:533 +#, php-format +msgid "" +"The specified user '%s' does not have full access to your ldap database." +msgstr "" + +#: setup/class_setupStep_Migrate.inc:597 +#, php-format +msgid "Found %s user(s) that will not be visible in GOsa." msgstr "" -#: setup/setup_config3.tpl:195 +#: setup/class_setupStep_Migrate.inc:647 setup/class_setupStep_Migrate.inc:779 +#: setup/class_setupStep_Migrate.inc:945 #, fuzzy -msgid "Login attribute" -msgstr "Telefoon attributen " +msgid "Migration error" +msgstr "Aanmaken" -#: setup/setup_config3.tpl:206 -msgid "Enforce register_globals to be deactivated" +#: setup/class_setupStep_Migrate.inc:647 setup/class_setupStep_Migrate.inc:779 +#, fuzzy, php-format +msgid "Cannot migrate department '%s':" +msgstr "Ga naar basis afdelingen" + +#: setup/class_setupStep_Migrate.inc:727 +#, php-format +msgid "Found %s department(s) that will not be visible in GOsa." msgstr "" -#: setup/setup_config3.tpl:218 -msgid "Enforce encrypted connections" +#: setup/class_setupStep_Migrate.inc:882 +msgid "There is no GOsa administrator account inside your LDAP." msgstr "" -#: setup/setup_config3.tpl:230 -#, fuzzy -msgid "Warn if session is not encrypted" -msgstr "De sessie zal niet versleuteld zijn." +#: setup/class_setupStep_Migrate.inc:945 +#, php-format +msgid "Cannot add ACL for user '%s':" +msgstr "" -#: setup/setup_config3.tpl:242 +#: setup/class_setupStep_Migrate.inc:970 #, fuzzy -msgid "Remember dialog filter settings" -msgstr "Algemene wachtrij instellingen" +msgid "Password error" +msgstr "Wachtwoord verloopt op" -#: setup/setup_config3.tpl:254 +#: setup/class_setupStep_Migrate.inc:970 #, fuzzy -msgid "Session lifetime" -msgstr "Er is een sessie conflict gedetecteerd" - -#: setup/setup_config3.tpl:262 -msgid "Debugging" +msgid "Provided passwords do not match!" msgstr "" +"Het nieuwe wachtwoord en het herhaalde wachtwoord komen niet met elkaar " +"overeen!" -#: setup/setup_config3.tpl:266 +#: setup/class_setupStep_Migrate.inc:975 #, fuzzy -msgid "Show PHP errors" +msgid "Input error" msgstr "PHP fout" -#: setup/setup_config3.tpl:278 +#: setup/class_setupStep_Migrate.inc:975 #, fuzzy -msgid "Maximum LDAP query time" -msgstr "E-mail grootte" +msgid "Specify a valid user ID!" +msgstr "Geef a.u.b. een geldige gebruikersnaam op!" -#: setup/setup_config3.tpl:296 -msgid "Log LDAP statistics" +#: setup/class_setupStep_Migrate.inc:1019 +#, php-format +msgid "Adding an administrative user failed: object '%s' already exists!" msgstr "" -#: setup/setup_config3.tpl:308 +#: setup/class_setupStep_Migrate.inc:1056 +#: setup/class_setupStep_Migrate.inc:1104 +#: setup/class_setupStep_Migrate.inc:1152 #, fuzzy -msgid "Debug level" -msgstr "Log prioriteit" +msgid "Cannot move users to the requested department!" +msgstr "Ga naar de afdeling van de gebruiker" -#: setup/setup_config3.tpl:313 setup/setup_config3.tpl:316 -#, fuzzy -msgid "Disabled" -msgstr "gedeactiveerd" +#: setup/class_setupStep_Migrate.inc:1066 +msgid "Winstation will be moved from" +msgstr "" -#: setup/setup_config3.tpl:314 setup/setup_config3.tpl:317 -#, fuzzy -msgid "Enabled" -msgstr "gedeactiveerd" +#: setup/class_setupStep_Migrate.inc:1077 +#: setup/class_setupStep_Migrate.inc:1125 +msgid "Updating following references too" +msgstr "" -#: setup/class_setupStep_Welcome.inc:38 -#, fuzzy -msgid "Welcome" -msgstr "Welkom %s!" +#: setup/class_setupStep_Migrate.inc:1115 +msgid "Group will be moved from" +msgstr "" -#: setup/class_setupStep_Welcome.inc:39 -#, fuzzy -msgid "The welcome message" -msgstr "Verwijder dit bericht" +#: setup/class_setupStep_Migrate.inc:1162 +msgid "User will be moved from" +msgstr "" -#: setup/class_setupStep_Welcome.inc:40 -#, fuzzy -msgid "Welcome to GOsa setup wizard" -msgstr "Welkom bij het GOsa installatie programma!" +#: setup/class_setupStep_Migrate.inc:1172 +msgid "The following references will be updated" +msgstr "" -#: setup/class_setupStep_Schema.inc:40 setup/class_setupStep_Schema.inc:41 +#: setup/class_setupStep_Migrate.inc:1613 +msgid "" +"The LDAP root object is missing. It is required to use your LDAP service." +msgstr "" + +#: setup/class_setupStep_Migrate.inc:1614 +#: setup/class_setupStep_Migrate.inc:1627 #, fuzzy -msgid "LDAP schema check" -msgstr "Ldap server" +msgid "Try to create root object" +msgstr "Nieuw FAI object aanmaken" -#: setup/class_setupStep_Schema.inc:42 -msgid "Perform test on your current LDAP schema" +#: setup/class_setupStep_Migrate.inc:1626 +msgid "Root object couldn't be created, you should try it on your own." msgstr "" -#: setup/class_setupStep_Schema.inc:95 html/index.php:257 -msgid "Cannot detect information about the installed LDAP schema!" -msgstr "" +#: setup/class_setupStep_Migrate.inc:1916 +#, fuzzy, php-format +msgid "Copy '%s' to '%s' failed:" +msgstr "Verplaatsen van %s naar %s" -#: setup/setup_checks.tpl:9 -msgid "PHP module and extension checks" +#: setup/class_setupStep_Migrate.inc:1919 +msgid "Problem copying DNs" msgstr "" -#: setup/setup_checks.tpl:41 setup/setup_checks.tpl:103 -msgid "GOsa will NOT run without fixing this." -msgstr "" +#: setup/setup_language.tpl:3 +#, fuzzy +msgid "Please select the preferred language" +msgstr "Voorkeurstaal" -#: setup/setup_checks.tpl:45 setup/setup_checks.tpl:107 -msgid "GOsa will run without fixing this." +#: 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_checks.tpl:67 +#: setup/setup_language.tpl:9 #, fuzzy -msgid "PHP setup configuration" -msgstr "FAX database" +msgid "Please select your preferred language here" +msgstr "Voorkeurstaal" -#: setup/setup_checks.tpl:67 +#: 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:31 #, fuzzy -msgid "show information" -msgstr "Persoonlijke informatie" +msgid "RID base" +msgstr "Database" -#: setup/setup_finish.tpl:3 +#: setup/setup_config2.tpl:46 #, fuzzy -msgid "Create your configuration file" -msgstr "Configuratie bestand" +msgid "Workstation container" +msgstr "Werkstation naam" -#: setup/setup_finish.tpl:13 -msgid "Download configuration" -msgstr "Systeem configuratie" +#: setup/setup_config2.tpl:61 +#, fuzzy +msgid "Samba SID mapping" +msgstr "Samba" -#: setup/setup_finish.tpl:18 +#: setup/setup_config2.tpl:71 #, fuzzy -msgid "Status: " -msgstr "Status" +msgid "Timezone" +msgstr "Tijdzone" -#: setup/class_setupStep_Finish.inc:38 +#: setup/setup_config2.tpl:74 #, fuzzy -msgid "Write configuration file" -msgstr "Configuratie bestand" +msgid "Please choose your preferred timezone here" +msgstr "Voorkeurstaal" -#: setup/class_setupStep_Finish.inc:39 +#: setup/setup_config2.tpl:96 #, fuzzy -msgid "Finish - write the configuration file" -msgstr "Configuratie bestand" +msgid "Additional GOsa settings" +msgstr "Programma instellingen" -#: setup/class_setupStep_Finish.inc:100 -msgid "" -"Your configuration file is currently world readable. Please updated the file " -"permissions!" +#: setup/setup_config2.tpl:100 +msgid "Enable Copy & Paste" msgstr "" -#: setup/class_setupStep_Finish.inc:102 +#: setup/setup_config2.tpl:112 #, fuzzy -msgid "The configuration is currently not readable or it does not exists." -msgstr "GOsa configuratie %s/gosa.conf is niet leesbaar. Geannuleerd." +msgid "Enable DNS extension" +msgstr "Verwijder printer mogelijkheden" -#: setup/class_setupStep_Finish.inc:111 -#, 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 "" -"Controleer dat de webserver het bestand kan lezen (zonder dat andere " -"gebruikers dit kunnen) nadat u het bestand in de directory /etc/gosa " -"geplaatst heeft. U wil misschien de volgende commando's uitvoeren om aan " -"deze vereiste te voldoen: " +#: setup/setup_config2.tpl:124 +#, fuzzy +msgid "Enable DHCP extension" +msgstr "Verwijder printer mogelijkheden" -#: setup/class_setupStep_Config2.inc:87 setup/class_setupStep_Config2.inc:88 +#: setup/setup_config2.tpl:136 #, fuzzy -msgid "GOsa settings 2/3" -msgstr "Gebruikersinstellingen" +msgid "Enable mime type management" +msgstr "Systeembeheer" -#: setup/class_setupStep_Config2.inc:89 +#: setup/setup_config2.tpl:148 #, fuzzy -msgid "Customize special parameters" -msgstr "Controleer parameter" +msgid "Enable FAI release management" +msgstr "Blokkeerlijst beheer" -#: include/functions_helpviewer.inc:43 -#, php-format -msgid "XML error in guide.xml: %s at line %d" -msgstr "XML fout in guide.conf: %s op regel %d" +#: setup/setup_config2.tpl:160 +#, fuzzy +msgid "Enable user netatalk plugin" +msgstr "Netatalk account beheren" -#: include/functions_helpviewer.inc:86 -msgid "No help available for this plugin." -msgstr "Help is (nog) niet beschikbaar voor deze module." +#: setup/setup_config2.tpl:171 +#, fuzzy +msgid "Government mode" +msgstr "naar map" -#: include/functions_helpviewer.inc:95 html/helpviewer.php:196 -msgid "previous" -msgstr "vorige" +#: setup/setup_config2.tpl:180 +msgid "Mail settings" +msgstr "E-mail instellingen" -#: include/functions_helpviewer.inc:99 html/helpviewer.php:200 -msgid "next" -msgstr "volgende" +#: setup/setup_config2.tpl:184 +msgid "Mail method" +msgstr "E-mail methode" -#: include/functions_helpviewer.inc:387 -#, php-format -msgid "%s results for your search with the keyword %s" -msgstr "%s resultaten voor uw zoekopdracht met sleutelwoord %s" +#: setup/setup_config2.tpl:200 +msgid "Account identification attribute" +msgstr "" -#: include/functions_helpviewer.inc:461 -#, php-format -msgid "%s%% hit rate in file %s" -msgstr "%s%% resultaat in bestand %s" +#: setup/setup_config2.tpl:214 +#, fuzzy +msgid "Vacation templates" +msgstr "Werkstation sjabloon" -#: include/class_tabs.inc:214 -#, php-format -msgid "Delete process has been canceled by plugin '%s': %s" -msgstr "Het verwijder proces is geannuleerd door plugin '%s': %s" +#: setup/setup_config2.tpl:230 +msgid "Use Cyrus UNIX style" +msgstr "" -#: include/class_tabs.inc:341 include/class_acl.inc:1092 -#: include/class_acl.inc:1093 include/class_acl.inc:1098 -msgid "ACL" -msgstr "Rechten" +#: setup/setup_config2.tpl:240 +#, fuzzy +msgid "Snapshots / Undo" +msgstr "Het opslaan van de telefoon is mislukt" -#: include/class_tabs.inc:344 -msgid "References" -msgstr "Referenties" +#: setup/setup_config2.tpl:249 setup/setup_config2.tpl:294 +#, fuzzy +msgid "Enable snapshots" +msgstr "Nagios account aanmaken" -#: include/class_plugin.inc:436 -#, php-format +#: setup/setup_config2.tpl:255 setup/setup_config2.tpl:300 +#, fuzzy +msgid "Snapshot base" +msgstr "Het opslaan van de telefoon is mislukt" + +#: setup/setup_migrate.tpl:5 msgid "" -"Command '%s', specified as CHECK hook for plugin '%s' doesn't seem to exist." +"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 "" -"Het commando '%s' dat gespecificeerd is als CHECK inhaker voor module '%s' " -"bestaat niet." -#: include/class_plugin.inc:490 -msgid "" -"The object has changed since opened in GOsa. Please ensure that nobody has " -"done serious changes that may get lost if you save this entry." +#: setup/setup_migrate.tpl:33 +#, fuzzy +msgid "Check again" +msgstr "Controleer" + +#: setup/setup_migrate.tpl:37 +msgid "Move windows workstations into a valid windows workstation department" msgstr "" -#: include/class_plugin.inc:623 -#, php-format +#: setup/setup_migrate.tpl:39 msgid "" -"Command '%s', specified as POSTCREATE for plugin '%s' doesn't seem to exist." +"This dialog allows you to move the displayed windows workstations into a " +"valid department" msgstr "" -"Het commando '%s' dat gespecificeerd is als POSTCREATE voor module '%s' " -"bestaat niet." -#: include/class_plugin.inc:655 include/functions.inc:2508 -#, php-format +#: setup/setup_migrate.tpl:41 msgid "" -"Command '%s', specified as POSTMODIFY for plugin '%s' doesn't seem to exist." +"Be careful with this tool, there may be references pointing to this " +"workstations that can't be migrated." msgstr "" -"Het commando '%s' dat gespecificeerd is als POSTMODIFY voor module '%s' " -"bestaat niet." -#: include/class_plugin.inc:691 -#, php-format -msgid "" -"Command '%s', specified as POSTREMOVE for plugin '%s' doesn't seem to exist." +#: setup/setup_migrate.tpl:65 setup/setup_migrate.tpl:121 +#: setup/setup_migrate.tpl:173 setup/setup_migrate.tpl:293 +#: setup/setup_migrate.tpl:346 +#, fuzzy +msgid "Select all" +msgstr "Selecteer" + +#: setup/setup_migrate.tpl:67 +msgid "Move selected windows workstations into the following GOsa department" msgstr "" -"Het commando '%s' dat gespecificeerd is als POSTREMOVE voor module '%s' " -"bestaat niet." -#: include/class_plugin.inc:1080 include/class_plugin.inc:1127 -#: include/class_plugin.inc:1128 -#, fuzzy, php-format -msgid "Saving object snapshot with dn '%s' failed." -msgstr "Het opslaan van de objectgroep is mislukt" +#: setup/setup_migrate.tpl:72 +#, fuzzy +msgid "Move selected workstations" +msgstr "Selecteer om werkstations te zien" -#: include/class_plugin.inc:1154 include/class_plugin.inc:1166 -#, php-format -msgid "" -"The snapshot functionality is enabled, but the required variable '%s' is not " -"set." +#: setup/setup_migrate.tpl:73 +msgid "What will be done here" msgstr "" -#: include/class_plugin.inc:1202 -#, php-format -msgid "Method get available snapshots with dn '%s' failed." +#: setup/setup_migrate.tpl:85 +msgid "Move groups into configured group tree" msgstr "" -#: include/class_plugin.inc:1258 -#, php-format -msgid "Method get deleted snapshots with dn '%s' failed." +#: setup/setup_migrate.tpl:88 +msgid "" +"This dialog allows moving a couple of groups to the configured group tree. " +"Doing this may straighten your LDAP service." msgstr "" -#: include/class_plugin.inc:1322 include/class_plugin.inc:1336 -#, fuzzy, php-format -msgid "Restore snapshot with dn '%s' failed." -msgstr "Het verwijderen van de telefoon is mislukt" +#: setup/setup_migrate.tpl:91 +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 "" -#: include/class_plugin.inc:1602 -msgid "Changing ACL dn" +#: setup/setup_migrate.tpl:94 +msgid "Move selected groups into this group tree" msgstr "" -#: include/class_plugin.inc:1602 +#: setup/setup_migrate.tpl:125 setup/setup_migrate.tpl:177 +#: setup/setup_migrate.tpl:297 setup/setup_migrate.tpl:350 #, fuzzy -msgid "from" -msgstr "willekeurig" - -#: include/class_MultiSelectWindow.inc:219 -msgid "Go to root department" -msgstr "Ga naar basis afdelingen" - -#: include/class_MultiSelectWindow.inc:219 -#: include/class_MultiSelectWindow.inc:221 -msgid "Root" -msgstr "Basis" - -#: include/class_MultiSelectWindow.inc:227 -msgid "Go up one department" -msgstr "Ga een afdeling omhoog" - -#: include/class_MultiSelectWindow.inc:235 -msgid "Go to users department" -msgstr "Ga naar gebruikers afdeling" - -#: include/class_MultiSelectWindow.inc:235 -#: include/class_MultiSelectWindow.inc:237 -msgid "Home" -msgstr "Home" +msgid "Hide changes" +msgstr "Open-Xchange" -#: include/class_MultiSelectWindow.inc:242 -msgid "Reload list" -msgstr "Lijst herladen" +#: setup/setup_migrate.tpl:127 setup/setup_migrate.tpl:179 +#: setup/setup_migrate.tpl:299 setup/setup_migrate.tpl:352 +#, fuzzy +msgid "Show changes" +msgstr "Toon pakketten" -#: include/class_MultiSelectWindow.inc:503 -#, php-format -msgid "Inconsistent DN encoding detected: '%s'" +#: setup/setup_migrate.tpl:140 +msgid "Move users into configured user tree" msgstr "" -#: include/class_MultiSelectWindow.inc:622 -#: include/class_MultiSelectWindow.inc:626 -#: include/class_MultiSelectWindow.inc:630 -#, fuzzy -msgid "Restore" -msgstr "Opnieuw proberen" - -#: include/class_MultiSelectWindow.inc:625 -msgid "Restore snapshopts of already deleted objects" +#: setup/setup_migrate.tpl:142 +msgid "" +"This dialog allows moving a couple of users to the configured user tree. " +"Doing this may straighten your LDAP service." msgstr "" -#: include/class_MultiSelectWindow.inc:648 -#: include/class_SnapShotDialog.inc:113 -msgid "Restore snapshot" +#: setup/setup_migrate.tpl:145 +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 "" -#: include/class_MultiSelectWindow.inc:654 +#: setup/setup_migrate.tpl:148 #, fuzzy -msgid "Create snapshot" -msgstr "Nagios account aanmaken" +msgid "Move selected users into this people tree" +msgstr "Maak gebruiker aan met dit sjabloon" -#: include/class_MultiSelectWindow.inc:654 +#: setup/setup_migrate.tpl:198 #, fuzzy -msgid "Create a new snapshot from this object" -msgstr "Nieuw FAI object aanmaken" +msgid "Next" +msgstr "tekst" -#: include/class_pluglist.inc:55 -msgid "All objects in this category" -msgstr "" +#: setup/setup_migrate.tpl:199 +#, fuzzy +msgid "Abort" +msgstr "Poort" -#: include/class_pluglist.inc:152 -msgid "The configuration format has changed. Please re-run setup!" -msgstr "" +#: setup/setup_migrate.tpl:201 +#, fuzzy +msgid "Create a new GOsa administrator account" +msgstr "Netatalk account aanmaken" -#: include/class_certificate.inc:35 -msgid "Can't open specified file, check accessibility and or existence" +#: setup/setup_migrate.tpl:204 +msgid "" +"This dialog will automatically add a new super administrator to your LDAP " +"tree." msgstr "" -"Kan het opgegeven bestand niet openen. Controleer of het bestand bestaat en " -"toegankelijk is." -#: include/class_certificate.inc:53 -msgid "Can't read specified certificate / or empty string given" +#: setup/setup_migrate.tpl:233 +#, fuzzy +msgid "Password (again)" +msgstr "Wachtwoord encryptie" + +#: setup/setup_migrate.tpl:258 +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 "" -"Kan het opgegeven certificaat niet lezen of er is een lege string opgegeven." -#: include/class_certificate.inc:80 -msgid "Can't load certificate, possibly unsupported format (use PEM/DER) " +#: setup/setup_migrate.tpl:259 setup/setup_migrate.tpl:314 +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 "" -"Kan het certificaat niet laden. Mogelijk is een niet ondersteund formaat " -"gebruikt (gebruik PEM/DER)." -#: include/class_certificate.inc:95 -msgid "The Format must be PEM, to output certificate informations" -msgstr "Het formaat moet PEM zijn om certificaat informatie te tonen" +#: setup/setup_migrate.tpl:269 setup/setup_migrate.tpl:323 +#, fuzzy +msgid "Current" +msgstr "Nieuw FAI object aanmaken" -#: include/class_certificate.inc:192 -msgid "Can't create/open File" -msgstr "Kan bestand niet aanmaken/openen" +#: setup/setup_migrate.tpl:276 setup/setup_migrate.tpl:330 +#, fuzzy +msgid "After migration" +msgstr "Gebruikersbeheer" -#: include/class_certificate.inc:199 -msgid "No valid certificate loaded" -msgstr "Geen geldig certificaat geladen" +#: setup/setup_migrate.tpl:313 +msgid "" +"The listed users are currenlty invisble 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 "" -#: include/class_socketClient.inc:37 -msgid "The mcrypt module was not found. Please install php5-mcrypt." +#: html/getvcard.php:37 +#, fuzzy +msgid "Missing parameters!" +msgstr "Programmanaam" + +#: html/setup.php:78 html/index.php:155 +#, fuzzy +msgid "Smarty" +msgstr "Samenvatting" + +#: html/setup.php:78 html/password.php:76 html/index.php:155 +#, php-format +msgid "Directory '%s' specified as compile directory is not accessible!" msgstr "" +"Directory '%s' die opgegeven is als compileer directory is niet toegankelijk!" -#: include/class_SnapShotDialog.inc:63 +#: html/password.php:56 html/index.php:130 #, fuzzy, php-format -msgid "You're about to delete the snapshot '%s'." -msgstr "U staat op het punt de macro '%s' te verwijderen." +msgid "GOsa configuration %s/%s is not readable. Aborted." +msgstr "GOsa configuratie %s/gosa.conf is niet leesbaar. Geannuleerd." -#: include/class_SnapShotDialog.inc:115 +#: html/password.php:76 #, fuzzy -msgid "Remove snapshot" -msgstr "Nagios account aanmaken" +msgid "Accessibility" +msgstr "Configuratie bestand" -#: include/class_SnapShotDialog.inc:117 include/class_SnapShotDialog.inc:137 -msgid "Y-m-d, H:i:s" +#: html/password.php:161 +msgid "Error: Password method not available!" msgstr "" -#: include/class_SnapShotDialog.inc:149 -#, fuzzy -msgid "Please specify a valid description for this snapshot." -msgstr "Geef a.u.b. een geldige naam op voor deze bijlage." +#: html/password.php:217 html/index.php:292 +msgid "Please specify a valid username!" +msgstr "Geef a.u.b. een geldige gebruikersnaam op!" -#: include/class_config.inc:104 -#, php-format -msgid "XML error in gosa.conf: %s at line %d" -msgstr "XML fout in gosa.conf: %s op regel %d" +#: html/password.php:219 html/index.php:295 +msgid "Please specify your password!" +msgstr "Geef a.u.b. uw wachtwoord op!" -#: include/class_config.inc:107 -msgid "Config file parsing" -msgstr "" +#: html/password.php:226 html/index.php:314 +msgid "Please check the username/password combination." +msgstr "Controleer a.u.b. de gebruikersnaam/wachtwoord combinatie." -#: include/class_config.inc:224 html/index.php:243 -msgid "Can't bind to LDAP. Please contact the system administrator." -msgstr "" -"Kan niet verbinden met de LDAP server. Neem a.u.b. contact op met de " -"systeembeheerder." +#: html/password.php:230 +msgid "You have no permissions to change your password." +msgstr "U heeft geen toestemming om uw wachtwoord te veranderen." -#: include/class_config.inc:554 -#, fuzzy -msgid "SID and/or RIDBASE missing in the configuration!" -msgstr "SID en/of RIDBASE ontbreken in uw configuratie!" +#: html/password.php:251 +msgid "External password changer reported a problem: " +msgstr "Extern wachtwoord verander mechanisme rapporteerde een probleem:" -#: include/class_log.inc:87 include/class_acl.inc:806 -#: include/functions.inc:437 include/functions.inc:582 -#: include/functions.inc:607 include/functions.inc:668 -#: include/functions.inc:981 include/functions.inc:1862 -#: include/functions.inc:1896 include/functions.inc:1916 -#: include/class_ldap.inc:561 include/class_ldap.inc:609 -#: include/class_CopyPasteHandler.inc:131 -#: include/class_CopyPasteHandler.inc:250 html/getvcard.php:36 -#, fuzzy -msgid "Internal error" -msgstr "Terminal server" +#: html/password.php:282 html/index.php:408 +msgid "Session will not be encrypted." +msgstr "De sessie zal niet versleuteld zijn." -#: include/class_log.inc:87 -#, fuzzy, php-format -msgid "Logging failed: %s" -msgstr "Log DB gebruiker" +#: html/password.php:282 html/index.php:408 +msgid "Enter SSL session" +msgstr "Gebruik een SSL sessie" -#: include/class_log.inc:106 -msgid "Logging to MySQL disabled" -msgstr "" +#: html/getxls.php:86 +msgid "Birthday" +msgstr "Geboortedatum" -#: include/class_log.inc:106 -msgid "" -"The logging to a MySQL database is now disabled for this session of GOsa, " -"due to communication errors with the specified logging database." -msgstr "" +#: html/getxls.php:86 html/getxls.php:227 html/getxls.php:281 +#: html/getxls.php:297 +msgid "Surname" +msgstr "Achternaam" -#: include/class_log.inc:119 +#: html/getxls.php:86 html/getxls.php:281 +msgid "Language" +msgstr "Taal" + +#: html/getxls.php:94 #, php-format -msgid "Invalid option '%s' specified." -msgstr "" +msgid "User list of %s on %s" +msgstr "Gebruikerslijst van %s in %s " -#: include/class_log.inc:123 -#, fuzzy -msgid "Specified objectType is empty or invalid" -msgstr "De opgegeven naam is ongeldig." +#: html/getxls.php:121 html/getxls.php:284 ihtml/themes/default/acl.tpl:41 +msgid "Members" +msgstr "Groepsleden" -#: include/class_log.inc:144 -msgid "" -"You have enabled the logging into mysql databse, but there are no logging " -"servers available." -msgstr "" +#: html/getxls.php:131 html/getxls.php:360 +#, php-format +msgid "Groups of %s on %s" +msgstr "Groepen van %s in %s" -#: include/class_log.inc:152 -#, fuzzy, php-format -msgid "Cannot connect to logging server '%s'." -msgstr "Kan niet verbinden met de database server!" +#: html/getxls.php:155 html/getxls.php:188 html/getxls.php:190 +#: html/getxls.php:197 html/getxls.php:233 html/getxls.php:310 +#: html/getxls.php:381 +msgid "Servers" +msgstr "Servers" -#: include/class_log.inc:157 -#, fuzzy, php-format -msgid "Cannot select database '%s' on server '%s': %s" -msgstr "Kan de database %s op %s niet selecteren." +#: html/getxls.php:159 html/getxls.php:311 +msgid "Computers" +msgstr "Computers" -#: include/class_log.inc:177 -#, fuzzy, php-format -msgid "Cannot query database '%s' on server '%s': %s" -msgstr "Kan de database %s op %s niet selecteren." +#: html/getxls.php:169 html/getxls.php:222 html/getxls.php:401 +#: html/getxls.php:421 +msgid "Common name" +msgstr "Algemene naam" -#: include/php_setup.inc:91 -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!" +#: html/getxls.php:185 +msgid "Server name" +msgstr "Servernaam" -#: include/php_setup.inc:96 -msgid "Send bug report to the GOsa Team" -msgstr "" +#: html/getxls.php:195 html/getxls.php:379 +#, php-format +msgid "Servers of %s on %s" +msgstr "Servers van %s in %s" -#: include/php_setup.inc:96 -#, fuzzy -msgid "Send bugreport" -msgstr "Afzender" +#: html/getxls.php:222 html/getxls.php:297 +msgid "Display name" +msgstr "Getoonde naam" -#: include/php_setup.inc:101 -msgid "Toggle information" -msgstr "Informatie weergeven/verbergen" +#: html/getxls.php:223 +msgid "Home phone" +msgstr "Telefoon Privé" -#: include/php_setup.inc:111 -msgid "PHP error" -msgstr "PHP fout" +#: html/getxls.php:224 html/getxls.php:298 +msgid "Initials" +msgstr "Initialen" + +#: html/getxls.php:225 +msgid "Mobile phone" +msgstr "GSM nummer" + +#: html/getxls.php:225 html/getxls.php:298 +msgid "City" +msgstr "Plaats" + +#: html/getxls.php:226 html/getxls.php:298 html/getxls.php:300 +msgid "Phone number" +msgstr "Telefoonnummer" + +#: html/getxls.php:228 +msgid "Function" +msgstr "Functie" -#: include/php_setup.inc:130 -msgid "class" -msgstr "klasse" +#: html/getxls.php:231 html/getxls.php:312 +msgid "Adressbook" +msgstr "Adresboek" -#: include/php_setup.inc:136 -msgid "function" -msgstr "functie" +#: html/getxls.php:238 html/getxls.php:414 +#, php-format +msgid "Adressbook of %s on %s" +msgstr "Adresboek van %s in %s" -#: include/php_setup.inc:141 -msgid "static" -msgstr "statisch" +#: html/getxls.php:244 +msgid "Common Name" +msgstr "Algemene naam" -#: include/php_setup.inc:145 -msgid "method" -msgstr "methode" +#: html/getxls.php:281 +msgid "Day of birth" +msgstr "Geboortedatum" -#: include/php_setup.inc:178 -msgid "Trace" -msgstr "Trace" +#: html/getxls.php:299 +msgid "Email address" +msgstr "E-mail adres" -#: include/php_setup.inc:179 -msgid "File" -msgstr "Bestand" +#: html/getxls.php:299 +msgid "Organizational unit" +msgstr "Afdeling" -#: include/php_setup.inc:179 -msgid "Line" -msgstr "Regel" +#: html/getxls.php:300 +msgid "Postal Code" +msgstr "Postcode" -#: include/php_setup.inc:179 -msgid "Type" -msgstr "Type" +#: html/getxls.php:301 +msgid "Title" +msgstr "Titel" -#: include/php_setup.inc:180 -msgid "Arguments" -msgstr "Argumenten" +#: html/getxls.php:304 +msgid "Full" +msgstr "Volledig" -#: include/class_acl.inc:6 -#, fuzzy -msgid "Access control" -msgstr "Toegangsopties" +#: html/getxls.php:341 +#, php-format +msgid "User List of %s on %s" +msgstr "Gebruikerslijst van %s in %s" -#: include/class_acl.inc:190 include/class_acl.inc:193 -msgid "Use ACL defined in role" -msgstr "" +#: html/getxls.php:395 +#, php-format +msgid "Computers of %s on %s" +msgstr "Computers van %s in %s" -#: include/class_acl.inc:645 include/class_acl.inc:652 +#: html/getxls.php:491 html/getldif.php:80 #, fuzzy -msgid "Show/Hide Advanced Settings" -msgstr "Geavanceerde telefoon instellingen" +msgid "Permission denied!" +msgstr "Rechten" -#: include/class_acl.inc:670 +#: html/getxls.php:491 #, fuzzy -msgid "Create objects" -msgstr "Nieuw FAI object aanmaken" +msgid "You are not allowed to perform this action." +msgstr "U heeft geen toestemming om deze macro te verwijderen!" -#: include/class_acl.inc:671 -#, fuzzy -msgid "Move objects" -msgstr "Lidmaatschap objecten" +#: html/helpviewer.php:68 +msgid "Help browser" +msgstr "Help verkenner" -#: include/class_acl.inc:672 -#, fuzzy -msgid "Remove objects" -msgstr "Lidmaatschap objecten" +#: html/helpviewer.php:122 +msgid "There is no helpfile specified for this class" +msgstr "Er is (nog) geen help bestand aanwezig voor deze klasse." -#: include/class_acl.inc:674 include/class_acl.inc:680 -msgid "Modifyable by owner" +#: html/helpviewer.php:271 +#, 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." -#: include/class_acl.inc:677 +#: html/getldif.php:80 #, fuzzy -msgid "Move object" -msgstr "Lidmaatschap objecten" +msgid "You are not allowed to create ldap dumps." +msgstr "U heeft geen toestemming om uw wachtwoord te veranderen!" -#: include/class_acl.inc:678 +#: html/getldif.php:105 #, fuzzy -msgid "Remove object" -msgstr "Lidmaatschap objecten" +msgid "Error in ivbb parameter!" +msgstr "Controleer parameter" -#: include/class_acl.inc:685 include/class_acl.inc:776 -msgid "read" -msgstr "alleen lezen" +#: html/getfax.php:54 +msgid "Could not connect to database server!" +msgstr "Kan niet verbinden met de database server!" -#: include/class_acl.inc:686 include/class_acl.inc:778 -msgid "write" -msgstr "afleveren, lezen & schrijven" +#: html/getfax.php:56 +msgid "Could not select database!" +msgstr "De opgegeven database kon niet geselecteerd worden!" -#: include/class_acl.inc:690 -#, fuzzy -msgid "Complete object" -msgstr "Nieuw FAI object aanmaken" +#: html/getfax.php:61 html/getfax.php:69 +msgid "Database query failed!" +msgstr "De database zoekopdracht is mislukt" -#: include/class_acl.inc:806 +#: html/main.php:150 #, php-format -msgid "Unkown ACL type '%s'. Don't know how to handle it." +msgid "Cannot locate file '%s' - please run '%s' to fix this" msgstr "" -#: include/class_acl.inc:849 -#, fuzzy, php-format -msgid "Unknown entry '%s'!" -msgstr "Onbekende FAI status %s" - -#: include/class_acl.inc:909 include/class_acl.inc:911 -#, fuzzy, php-format -msgid "Role: %s" -msgstr "Funktie" - -#: include/class_acl.inc:911 -msgid "Unknown role, possibly removed" -msgstr "" +#: html/main.php:168 +#, fuzzy +msgid "PHP configuration" +msgstr "FAX database" -#: include/class_acl.inc:919 -#, php-format -msgid "Contains settings for these objects: %s" +#: html/main.php:169 +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." -#: include/class_acl.inc:928 +#: html/main.php:214 #, fuzzy -msgid "Members:" -msgstr "Groepsleden" +msgid "Configuration warning" +msgstr "Configuratie bestand" -#: include/class_acl.inc:934 -msgid "ACL is valid for all users" +#: html/main.php:214 +msgid "Running out of memory!" msgstr "" -#: include/class_acl.inc:1093 +#: html/main.php:353 #, fuzzy -msgid "Access control list" -msgstr "Toegangsopties" +msgid "Password reminder" +msgstr "Wachtwoord verloopt op" -#: include/class_acl.inc:1101 +#: html/main.php:353 #, fuzzy -msgid "Role name" -msgstr "Hernoemen" +msgid "Your password is about to expire, please change your password!" +msgstr "Uw wachtwoord zal spoedig verlopen! Kies a.u.b. een nieuw wachtwoord." -#: include/class_acl.inc:1102 +#: html/main.php:362 #, fuzzy -msgid "Role description" -msgstr "Eenheid omschrijving" +msgid "Plugin" +msgstr "in" -#: include/class_msg_dialog.inc:91 -msgid "Please fix the above error and reload the page." +#: html/main.php:363 +#, php-format +msgid "FATAL: Can't find any plugin definitions for plugin '%s'!" +msgstr "FATAAL: Kan geen enkele module defenities vinden voor module '%s'!" + +#: html/index.php:50 +#, fuzzy +msgid "Session is not encrypted!" +msgstr "De sessie zal niet versleuteld zijn." + +#: html/index.php:57 +msgid "" +"The session lifetime configured in your gosa.conf will be overridden by php." +"ini settings." msgstr "" -#: include/class_hostActionQueue.inc:68 include/class_hostActionQueue.inc:193 -#, fuzzy, php-format -msgid "Can't locate gotomasses queue file '%s'." -msgstr "Kan bestand '%s' niet aanmaken." +#: html/index.php:130 +#, fuzzy +msgid "Configuration accessibility" +msgstr "Configuratie bestand" -#: include/class_hostActionQueue.inc:72 -#, fuzzy, php-format -msgid "Can't read gotomasses queue file '%s'." -msgstr "Kan bestand '%s' niet aanmaken." +#: html/index.php:206 +msgid "There is a problem with the authentication setup!" +msgstr "" -#: include/class_hostActionQueue.inc:79 -#, fuzzy, php-format -msgid "Can't read gotomasses storage file '%s'." -msgstr "Kan bestand '%s' niet aanmaken." +#: html/index.php:214 +msgid "Cannot find a valid user for the current authentication setup!" +msgstr "" -#: include/class_hostActionQueue.inc:142 -msgid "Entry broken, skipped." +#: html/index.php:218 +msgid "User information is not unique accross the configured LDAP trees!" msgstr "" -#: include/class_hostActionQueue.inc:197 include/class_hostActionQueue.inc:206 -#, fuzzy, php-format -msgid "Can't write gotomasses queue file '%s'." -msgstr "Kan bestand '%s' niet aanmaken." +#: html/index.php:244 +msgid "Can't bind to LDAP. Please contact the system administrator." +msgstr "" +"Kan niet verbinden met de LDAP server. Neem a.u.b. contact op met de " +"systeembeheerder." -#: include/class_hostActionQueue.inc:201 -msgid "The queue file was modified since last reload. Can't save changes." +#: html/index.php:271 +#, 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." -#: include/class_hostActionQueue.inc:276 -#, fuzzy, php-format -msgid "Entry with id '%s' not found." -msgstr "Het opslaan van de printer is mislukt" +#: html/index.php:307 +#, fuzzy +msgid "Authentication error" +msgstr "Nagios authenticatie" -#: include/class_hostActionQueue.inc:286 -#, php-format -msgid "Could not update entry, entry with id '%s' not found." +#: html/index.php:307 +msgid "Cannot retrieve user information for htaccess authentication!" msgstr "" -#: include/class_hostActionQueue.inc:297 -#, php-format -msgid "Could not remove entry, entry with id '%s' not found." +#: html/index.php:363 +msgid "Account locked. Please contact your system administrator." msgstr "" +"Account is geblokkeerd. Neem a.u.b. contact op met de systeembeheerder." -#: include/class_hostActionQueue.inc:371 include/class_hostActionQueue.inc:389 -#: include/class_hostActionQueue.inc:420 include/class_hostActionQueue.inc:455 -#, fuzzy, php-format -msgid "Can't set priority for ID '%s'. ID does not exist." -msgstr "Pakketbestand '%s' bestaat niet." +#: html/index.php:414 +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!" -#: include/functions.inc:98 -#, php-format -msgid "Fatal error: no class locations defined - please run '%s' to fix this" +#: ihtml/themes/default/copyPasteDialog.tpl:1 +#, fuzzy +msgid "Copy & paste wizard" +msgstr "Kopieren & plakken wizard" + +#: ihtml/themes/default/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 "" +"Somige waardes moeten uniek zijn binnen de gehele directory, terwijl sommige " +"combinaties geen zin hebben. GOsa toont de relevante attributen. Bewaar de " +"waardes hieronder a.u.b. om aan deze vereisten te voldoen." -#: include/functions.inc:105 -#, php-format -msgid "Fatal error: cannot instantiate class '%s' - execution aborted" +#: ihtml/themes/default/copyPasteDialog.tpl:9 +msgid "Remember that some properties like taken snapshots will not be copied!" msgstr "" -#: include/functions.inc:305 -#, php-format -msgid "FATAL: Error when connecting the LDAP. Server said '%s'." +#: 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 "" -"FATAAL: Fout bij het verbinden met de LDAP server. De server meldt: '%s'." -#: include/functions.inc:331 include/functions.inc:358 -#: include/functions.inc:396 -#, fuzzy, php-format -msgid "User login failed." -msgstr "Gebruikers inlog mislukt. De LDAP server meldt: '%s'." +#: ihtml/themes/default/copyPasteDialog.tpl:24 +#, fuzzy +msgid "Cancel all" +msgstr "Annuleren" -#: include/functions.inc:331 include/functions.inc:358 -#: include/functions.inc:396 include/functions.inc:592 -#: include/functions.inc:607 include/functions.inc:639 -#: include/functions.inc:678 include/functions.inc:723 -#: include/functions.inc:2490 -#, fuzzy, php-format -msgid "LDAP server returned: %s" -msgstr "LDAP server" +#: ihtml/themes/default/copyPasteDialog.tpl:30 +msgid "Operation complete" +msgstr "Bewerking afgerond" -#: include/functions.inc:367 include/functions.inc:437 -#, 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." +#: ihtml/themes/default/help.tpl:9 +msgid "GOsa help viewer" +msgstr "GOsa help" -#: include/functions.inc:582 include/functions.inc:668 -msgid "Error while adding a lock. Contact the developers!" -msgstr "" +#: ihtml/themes/default/help.tpl:15 +msgid "Index" +msgstr "Index" -#: include/functions.inc:592 -#, fuzzy, php-format +#: ihtml/themes/default/islocked.tpl:2 +msgid "Locking conflict detected" +msgstr "Er is een blokkade conflict gedetecteerd" + +#: ihtml/themes/default/islocked.tpl:9 +#, fuzzy msgid "" -"Cannot create locking information in LDAP tree. Please contact your " -"administrator!" +"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 "" -"Kan de blokkade informatie niet ophalen uit de LDAP database. Controleer a.u." -"b. de 'config' regel in gosa.conf!" +"Indien deze blokkade detectie foutief is dan heeft de andere persoon de " +"webbrowser afgesloten tijdens de bewerking. U kunt de blokkade in dit geval " +"overnemen door de Alsnog bewerken knop te gebruiken." -#: include/functions.inc:607 -#, fuzzy, php-format -msgid "Adding a lock failed." -msgstr "Het opslaan van de FAI inhaker is mislukt" +#: ihtml/themes/default/framework.tpl:8 ihtml/themes/default/framework.tpl:11 +msgid "Main" +msgstr "Hoofdmenu" -#: include/functions.inc:639 -#, fuzzy, php-format -msgid "Removing a lock failed." -msgstr "Het verwijderen van de FAI inhaker is mislukt" +#: ihtml/themes/default/framework.tpl:16 +msgid "Help" +msgstr "Help" -#: include/functions.inc:678 include/functions.inc:723 -#, fuzzy, php-format -msgid "Cannot get locking information from LDAP tree!" -msgstr "Kan quota informatie niet ophaleven voor '%s'." +#: ihtml/themes/default/framework.tpl:21 ihtml/themes/default/framework.tpl:25 +msgid "Sign out" +msgstr "Uitloggen" -#: include/functions.inc:686 -#, fuzzy +#: 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/remove.tpl:6 msgid "" -"Found multiple locks for object to be locked. This should not happen - " -"cleaning up multiple references." +"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 "" -"Er zijn meerdere blokkades voor het te blokkeren object gevonden. Dat zou " -"niet mogelijk moeten zijn. Meervoudige verwijzingen worden opgeschoond." +"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/functions.inc:909 -#, php-format -msgid "The size limit of %d entries is exceed!" -msgstr "De hoeveelheidslimiet van %d invoeren is overschreden!" +#: ihtml/themes/default/acl.tpl:15 +msgid "Use members from" +msgstr "" -#: include/functions.inc:911 -#, php-format -msgid "" -"Set the new size limit to %s and show me this message if the limit still " -"exceeds" +#: ihtml/themes/default/acl.tpl:29 +msgid "Available members" msgstr "" -"Stel de nieuwe hoeveelheidslimiet in op %s en toon me dit bericht indien de " -"limiet nog steeds overschreden wordt." -#: include/functions.inc:928 -msgid "incomplete" -msgstr "onvolledig" +#: ihtml/themes/default/acl.tpl:63 +msgid "ACLs for this object" +msgstr "" -#: include/functions.inc:1164 include/functions.inc:1295 -msgid "LDAP error:" -msgstr "LDAP fout:" +#: ihtml/themes/default/acl.tpl:69 +#, fuzzy +msgid "Available roles" +msgstr "Beschikbare programma's" + +#: ihtml/themes/default/conflict.tpl:2 +msgid "Session conflict detected" +msgstr "Er is een sessie conflict gedetecteerd" -#: include/functions.inc:1165 +#: ihtml/themes/default/conflict.tpl:6 +#, fuzzy msgid "" -"Problems with the LDAP server mean that you probably lost the last changes. " -"Please check your LDAP setup for possible errors and try again." +"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 "" -"Problemen met de LDAP server betekenen meestal dat de laatste wijzigingen " -"verloren gegaan zijn. Controleer uw LDAP instellingen voor mogelijke fouten " -"en probeer het opnieuw." +"Er is vermoedelijk een andere actieve instantiatie van uw sessie. Werken m.b." +"v. meerdere schermen is technisch onmogelijk en is sterk afhankelijk van de " +"gebruikte browser. Gelijktijdig gebruik van verschillende browsers " +"(bijvoorbeeld Internet Explorer en Mozilla) is wel mogelijk. Via de " +"Uitloggen knop wordt deze sessie afgesloten." -#: include/functions.inc:1171 +#: ihtml/themes/default/conflict.tpl:10 msgid "" -"Please check your input and fix the error. Press 'OK' to close this message " -"box." +"Ignoring this message will change/destroy the data you're currently editing, " +"so please close multiple windows and log in again." msgstr "" -"Controleer uw invoer a.u.b. en verbeter de fout. Druk 'OK' om dit " -"berichtvenster te sluiten." +"Het negeren van dit bericht zal de data die u op dit moment aan het bewerken " +"bent veranderen/vernietigen, dus sluit a.u.b. enige overige vensters en log " +"opnieuw in." -#: include/functions.inc:1236 -msgid "Continue anyway" -msgstr "Toch doorgaan" +#: ihtml/themes/default/conflict.tpl:14 +msgid "Logout" +msgstr "Uitloggen" -#: include/functions.inc:1238 -msgid "Edit anyway" -msgstr "Alsnog bewerken" +#: ihtml/themes/default/password.tpl:6 +#, fuzzy +msgid "Change your password" +msgstr "Verander wachtwoord" -#: include/functions.inc:1240 -#, fuzzy, php-format -msgid "You're going to edit the LDAP entry/entries '%s'" -msgstr "U staat op het punt de invoer '%s' te kopieren." +#: ihtml/themes/default/password.tpl:34 +#, fuzzy +msgid "Success" +msgstr "Export was succesvol" -#: include/functions.inc:1298 -#, php-format -msgid "Plugin '%s':%s" +#: ihtml/themes/default/password.tpl:34 +msgid "Your password has been changed successfully." msgstr "" -#: include/functions.inc:1459 -msgid "Entries per page" -msgstr "Regels per pagina" +#: ihtml/themes/default/password.tpl:52 +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 "" -#: include/functions.inc:1487 -msgid "Apply filter" -msgstr "Filter toepassen" +#: ihtml/themes/default/password.tpl:59 ihtml/themes/default/password.tpl:61 +#: ihtml/themes/default/login.tpl:50 ihtml/themes/default/login.tpl:51 +msgid "Directory" +msgstr "Directory" -#: include/functions.inc:1739 -msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" -msgstr "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" +#: ihtml/themes/default/password.tpl:85 +#, fuzzy +msgid "again" +msgstr "Hoofdmenu" -#: include/functions.inc:1783 -#, php-format -msgid "GOsa development snapshot (Rev %s)" -msgstr "GOsa ontwikkelversie (Revisie %s)" +#: ihtml/themes/default/password.tpl:86 +#, fuzzy +msgid "New password repeated" +msgstr "Nieuw wachtwoord" -#: include/functions.inc:1862 -#, php-format -msgid "File '%s' could not be deleted." -msgstr "" +#: ihtml/themes/default/password.tpl:100 +#, fuzzy +msgid "Change" +msgstr "Kanaal" -#: include/functions.inc:1896 include/functions.inc:1916 +#: ihtml/themes/default/password.tpl:101 #, fuzzy -msgid "Cannot write to revision file!" -msgstr "Kan bestand '%s' niet aanmaken." +msgid "Click here to change your password" +msgstr "Klik hier om uw wachtwoord te veranderen." -#: include/functions.inc:2158 include/functions.inc:2162 -#: include/functions.inc:2168 -msgid "'base_hook' is not available. Using default base." +#: ihtml/themes/default/login.tpl:9 +msgid "GOsa login screen" msgstr "" -#: include/functions.inc:2190 +#: ihtml/themes/default/login.tpl:25 #, fuzzy -msgid "LDAP warning" -msgstr "LDAP beheer" +msgid "Login screen" +msgstr "Log DB gebruiker" -#: include/functions.inc:2190 +#: ihtml/themes/default/login.tpl:32 #, fuzzy -msgid "Cannot get schema information from server. No schema check possible!" -msgstr "" -"Kan de schema informatie niet ophalen van de server. Schema controle is " -"onmogelijk!" +msgid "" +"Please use your username and your password to log into the site " +"administration system." +msgstr "Voer uw gebruikersnaam en wachtwoord in" -#: include/functions.inc:2216 -msgid "Used to store account specific informations." -msgstr "" +#: ihtml/themes/default/login.tpl:76 ihtml/themes/default/login.tpl:79 +msgid "Sign in" +msgstr "Inloggen" -#: include/functions.inc:2223 -msgid "" -"Used to lock currently edited entries to avoid multiple changes at the same " -"time." -msgstr "" +#: ihtml/themes/default/login.tpl:77 +msgid "Click here to log in" +msgstr "Klik hier om in te loggen" -#: include/functions.inc:2266 -#, fuzzy, php-format -msgid "Missing required object class '%s'!" -msgstr "Toon FAI sjabloon objecten" +#: ihtml/themes/default/logout.tpl:5 +msgid "Your GOsa session has expired!" +msgstr "Uw GOsa sessie is verlopen!" -#: include/functions.inc:2268 -#, php-format -msgid "Missing optional object class '%s'!" +#: ihtml/themes/default/logout.tpl:7 +msgid "" +"The last interaction with the GOsa web interface has been some time ago in " +"the past. For security reasons, the session has been closed. To continue " +"with administrative tasks, please sign in again." msgstr "" +"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." -#: include/functions.inc:2274 -#, php-format -msgid "Version mismatch for required object class '%s' (!=%s)!" +#: ihtml/themes/default/logout.tpl:10 +msgid "Sign in again" +msgstr "Opnieuw inloggen" + +#: 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 "" +"De grootte limiet optie maakt LDAP bewerkingen sneller en behoedt de LDAP " +"server voor een te grote werkdruk. De eenvoudigste manier om met grote " +"databases te werken zonder lange timeouts is door zoekopdrachten in grootte " +"te beperken en door filters te gebruiken voor de informatie die u zoekt." -#: include/functions.inc:2276 -#, php-format -msgid "Version mismatch for optional object class '%s' (!=%s)!" -msgstr "" +#: ihtml/themes/default/sizelimit.tpl:6 +msgid "Please choose the way to react for this session" +msgstr "Kies a.u.b. de manier waarop gereageerd moet worden voor deze sessie" -#: include/functions.inc:2280 -#, fuzzy, php-format -msgid "Class(es) available" -msgstr "Bestand is beschikbaar" +#: ihtml/themes/default/sizelimit.tpl:9 +msgid "ignore this error and show all entries the LDAP server returns" +msgstr "Negeer deze fout en toon alle gegevens die de LDAP server teruggeeft" -#: include/functions.inc:2302 +#: ihtml/themes/default/sizelimit.tpl:10 msgid "" -"You have enabled the rfc2307bis option on the 'ldap setup' step, but your " -"schema configuration do not support this option." +"ignore this error and show all entries that fit into the defined sizelimit " +"and let me use filters instead" msgstr "" +"Negeer deze fout en toon alle gegevens die passen binnen de gedefiniëerde " +"grootte limiet en laat me daarvoor in de plaats filters gebruiken" -#: include/functions.inc:2303 -msgid "" -"In order to use rfc2307bis conform groups the objectClass 'posixGroup' must " -"be AUXILIARY" -msgstr "" +#: ihtml/themes/default/logout-close.tpl:5 +#, fuzzy +msgid "Your GOsa session has been closed!" +msgstr "Uw GOsa sessie is verlopen!" -#: include/functions.inc:2307 +#: ihtml/themes/default/logout-close.tpl:7 msgid "" -"You have disabled the rfc2307bis option on the 'ldap setup' step, but your " -"schema configuration do not support this option." -msgstr "" - -#: include/functions.inc:2308 -msgid "The objectClass 'posixGroup' must be STRUCTURAL" +"Please close this browser window and clean the authentication caches to " +"avoid an automatic re-authentication by your browser." msgstr "" -#: include/functions.inc:2331 -msgid "German" -msgstr "Duits" - -#: include/functions.inc:2332 -msgid "French" -msgstr "Frans" - -#: include/functions.inc:2333 -msgid "Italian" -msgstr "Italiaans" +#: ihtml/themes/default/accountexpired.tpl:15 +msgid "Your Password has expired !! Choose a new Password" +msgstr "Uw wachtwoord is verlopen! Kies a.u.b. een nieuw wachtwoord. " -#: include/functions.inc:2334 -msgid "Spanish" -msgstr "Spaans" +#: ihtml/themes/default/accountexpired.tpl:23 +#: ihtml/themes/default/accountexpired.tpl:27 +msgid "Old Password" +msgstr "Oud wachtwoord" -#: include/functions.inc:2335 -msgid "English" -msgstr "Engels" +#: ihtml/themes/default/accountexpired.tpl:32 +#: ihtml/themes/default/accountexpired.tpl:36 +msgid "New Password" +msgstr "Nieuw wachtwoord" -#: include/functions.inc:2336 -msgid "Dutch" -msgstr "Nederlands" +#: ihtml/themes/default/accountexpired.tpl:41 +#: ihtml/themes/default/accountexpired.tpl:45 +msgid "Verify Password" +msgstr "Nogmaals wachtwoord" -#: include/functions.inc:2337 -msgid "Polish" -msgstr "Pools" +#: ihtml/themes/default/accountexpired.tpl:51 +msgid "Change Password" +msgstr "Wachtwoord veranderen" -#: include/functions.inc:2338 -msgid "Swedish" -msgstr "" +#: ihtml/themes/default/accountexpired.tpl:52 +msgid "Click here to Change your password" +msgstr "Klik hier om uw wachtwoord te veranderen." -#: include/functions.inc:2339 +#: ihtml/themes/default/pwd_heimdal.tpl:5 #, fuzzy -msgid "Chinese" -msgstr "Chipset" - -#: include/functions.inc:2340 -msgid "Russian" -msgstr "Russisch" - -#: include/functions.inc:2490 -#, fuzzy, php-format -msgid "Setting the password failed!" -msgstr "Instellen van het wachtwoord is mislukt. De LDAP server meldt: '%s'." +msgid "Heimdal options" +msgstr "E-mail opties" -#: include/functions.inc:2528 -#, fuzzy -msgid "" -"Setting for SMBHASH in gosa.conf is incorrect! Cannot change Samba password." +#: ihtml/themes/default/pwd_heimdal.tpl:6 +msgid "Use empty values for infinite" msgstr "" -"De instelling voor 'SMBHASH' in gosa.conf is niet correct. Kan het samba " -"wachtwoord niet veranderen." -#: include/class_ldap.inc:204 include/class_ldap.inc:236 -msgid "Performance warning" +#: ihtml/themes/default/pwd_heimdal.tpl:10 +msgid "Ticket max life" msgstr "" -#: include/class_ldap.inc:204 include/class_ldap.inc:236 -#, php-format -msgid "LDAP performance is poor: last query took about %.2fs!" +#: ihtml/themes/default/pwd_heimdal.tpl:18 +msgid "Ticket max renew" msgstr "" -#: include/class_ldap.inc:561 -#, php-format -msgid "" -"Cannot automatically create subtrees with RDN '%s': no object class found" +#: ihtml/themes/default/pwd_heimdal.tpl:32 +msgid "infinite" msgstr "" -#: include/class_ldap.inc:609 -#, php-format -msgid "Cannot automatically create subtrees with RDN '%s': not supported" -msgstr "" +#: ihtml/themes/default/pwd_heimdal.tpl:34 +#, fuzzy +msgid "Hour" +msgstr "uur" -#: include/class_ldap.inc:617 -#, fuzzy, php-format -msgid "Creating subtree '%s' failed." -msgstr "Het aanmaken van de FAI script basis is mislukt" +#: ihtml/themes/default/pwd_heimdal.tpl:36 +#, fuzzy +msgid "Minute" +msgstr "Printer" -#: include/class_ldap.inc:686 -#, php-format -msgid "while operating on '%s' using LDAP server '%s'" -msgstr "bij het bewerken van '%s' op LDAP server '%s'" +#: ihtml/themes/default/pwd_heimdal.tpl:38 +#, fuzzy +msgid "Day" +msgstr "dag" -#: include/class_ldap.inc:688 -#, php-format -msgid "while operating on LDAP server %s" -msgstr "bij het bewerken van LDAP server %s" +#: ihtml/themes/default/pwd_heimdal.tpl:40 +#, fuzzy +msgid "Month" +msgstr "maand" -#: include/class_ldap.inc:910 -#, php-format -msgid "" -"This is not a valid DN: '%s'. A block for import should begin with 'dn: ...' " -"in line %s" -msgstr "" -"Dit is geen geldige DN: '%s'. Een blok dat geïmporteerd wordt, dient te " -"beginnen met 'dn: ...' op regel %s" +#: ihtml/themes/default/pwd_heimdal.tpl:42 +#, fuzzy +msgid "Year" +msgstr "Zoeken" -#: include/class_ldap.inc:939 -#, php-format -msgid "Error while importing dn: '%s', please check your LDIF from line %s on!" +#: ihtml/themes/default/pwd_heimdal.tpl:47 +msgid "Valid ticket start time" msgstr "" -"Fout bij het importeren van dn: '%s', controleer uw LDIF bestand a.u.b. " -"vanaf regel %s!" - -#: include/class_ldap.inc:1075 -#, fuzzy, php-format -msgid "Ldap import with dn '%s' failed." -msgstr "Het opslaan van de printer is mislukt" -#: include/class_CopyPasteHandler.inc:90 -#, php-format -msgid "Cannot cleanup copy & paste queue: setting permissions for '%s' failed!" +#: ihtml/themes/default/pwd_heimdal.tpl:87 +msgid "Valid ticket end time" msgstr "" -#: include/class_CopyPasteHandler.inc:98 -#, php-format -msgid "Cannot cleanup copy & paste queue: no write permission inside '%s'!" -msgstr "" +#: ihtml/themes/default/pwd_heimdal.tpl:127 +#, fuzzy +msgid "Password end" +msgstr "Wachtwoord" -#: include/class_CopyPasteHandler.inc:130 -#, php-format -msgid "Copy and paste failed: object '%s' is not a valid ldap object!" -msgstr "" +#: ihtml/themes/default/snapshotdialog.tpl:3 +#, fuzzy +msgid "Restoring object snapshots" +msgstr "Nieuwe objectgroep aanmaken" -#: include/class_CopyPasteHandler.inc:147 -#, php-format -msgid "Cannot save LDAP dump: no write permission inside '%s'!" +#: 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 "" -#: include/class_CopyPasteHandler.inc:155 -#, php-format -msgid "Cannot save LDAP dump: setting permissions for '%s' failed!" +#: ihtml/themes/default/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 "" -#: include/class_CopyPasteHandler.inc:164 -#, php-format -msgid "Cannot save LDAP dump: no write permission to '%s/%s'!" +#: 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 "" -#: include/class_CopyPasteHandler.inc:249 -#, fuzzy, php-format -msgid "Cannot load dumped file '%s'!" -msgstr "Kan bestand '%s' niet openen." - -#: include/class_CopyPasteHandler.inc:274 -#, fuzzy, php-format -msgid "You have no permission to save object '%s'." +#: ihtml/themes/default/snapshotdialog.tpl:29 +#, fuzzy +msgid "There is no snapshot available that could be restored" msgstr "" -"U heeft geen toestemming om een telefoon aan te maken onder deze 'Basis'." - -#: include/class_CopyPasteHandler.inc:302 -#, fuzzy, php-format -msgid "You are going to paste the cutted entry '%s'." -msgstr "U staat op het punt de invoer '%s' te kopieren." +"Er is geen MySQL extensie beschikbaar. Controleer uw PHP installatie a.u.b." -#: include/class_CopyPasteHandler.inc:315 -#, fuzzy, php-format -msgid "You have no permission to copy and paste object '%s'!" +#: ihtml/themes/default/snapshotdialog.tpl:31 +msgid "Choose a snapshot and click the folder image, to restore the snapshot" msgstr "" -"U heeft geen toestemming om een gebruiker aan te maken onder deze 'Basis'." - -#: include/class_CopyPasteHandler.inc:336 -#, fuzzy, php-format -msgid "You are going to paste the copied entry '%s'." -msgstr "U staat op het punt de invoer '%s' te kopieren." -#: include/class_CopyPasteHandler.inc:437 -msgid "Can't paste" -msgstr "Plakken onmogelijk" +#: ihtml/themes/default/snapshotdialog.tpl:49 +#, fuzzy +msgid "Creating object snapshots" +msgstr "Nieuwe objectgroep aanmaken" -#: include/password-methods/class_password-methods-sha.inc:46 -#: include/password-methods/class_password-methods-ssha.inc:51 -#, fuzzy, php-format -msgid "Cannot use %s encryption: no PHP functions for sha1/mhash available" +#: ihtml/themes/default/snapshotdialog.tpl:52 +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 "" -"Kan SHA niet gebruiken voor encryptie. Functie sha1 / mhash / crypt " -"ontbreekt." -#: include/utils/class_timezone.inc:51 -#, php-format +#: ihtml/themes/default/snapshotdialog.tpl:55 msgid "" -"The timezone setting '%s' in your gosa.conf is not valid. Cannot calculate " -"correct timezone offest." +"Remember that database entries, DNS configurations and possibly created " +"zones in server extensions will not be stored in the snapshot." msgstr "" -#: include/class_multi_plug.inc:360 +#: ihtml/themes/default/snapshotdialog.tpl:70 #, fuzzy -msgid "You are currently editing mutliple entries." -msgstr "U heeft geen toestemming om deze afdeling te verwijderen." +msgid "Timestamp" +msgstr "Timeout" -#: include/class_multi_plug.inc:389 -#, fuzzy -msgid "Password reset" -msgstr "Wachtwoord verloopt op" +#: ihtml/themes/default/snapshotdialog.tpl:79 +msgid "Reason for generating this snapshot" +msgstr "" -#: include/class_multi_plug.inc:389 #, 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 "User delted" +#~ msgstr "Persoonlijk plaatje" -#: html/getvcard.php:36 #, fuzzy -msgid "Missing parameters!" -msgstr "Programmanaam" +#~ msgid "System deployment" +#~ msgstr "Systeembeheer" -#: html/getldif.php:79 #, fuzzy -msgid "Permission denied!" -msgstr "Rechten" +#~ msgid "Your are about to delete the following tasks: %s" +#~ msgstr "U staat op het punt de invoer %s te verwijderen." -#: html/getldif.php:104 #, fuzzy -msgid "Error in ivbb parameter!" -msgstr "Controleer parameter" - -#: html/password.php:56 html/index.php:129 -#, fuzzy, php-format -msgid "GOsa configuration %s/%s is not readable. Aborted." -msgstr "GOsa configuratie %s/gosa.conf is niet leesbaar. Geannuleerd." - -#: html/password.php:76 html/setup.php:77 html/index.php:154 -#, php-format -msgid "Directory '%s' specified as compile directory is not accessible!" -msgstr "" -"Directory '%s' die opgegeven is als compileer directory is niet toegankelijk!" - -#: html/password.php:161 -msgid "Error: Password method not available!" -msgstr "" - -#: html/password.php:217 html/index.php:291 -msgid "Please specify a valid username!" -msgstr "Geef a.u.b. een geldige gebruikersnaam op!" - -#: html/password.php:219 html/index.php:294 -msgid "Please specify your password!" -msgstr "Geef a.u.b. uw wachtwoord op!" +#~ msgid "" +#~ "This menu allows you to remove and change the properties of GOsa deamon " +#~ "tasks." +#~ msgstr "" +#~ "Dit menu maakt het mogelijk om specifieke systemen toe te voegen, " +#~ "bewerken en verwijderen. U kunt alleen systemen toevoegen die al eens " +#~ "opgestart geweest zijn." -#: html/password.php:226 html/index.php:313 -msgid "Please check the username/password combination." -msgstr "Controleer a.u.b. de gebruikersnaam/wachtwoord combinatie." +#, fuzzy +#~ msgid "List of queued deamon jobs." +#~ msgstr "Lijst met afdelingen" -#: html/password.php:230 -msgid "You have no permissions to change your password." -msgstr "U heeft geen toestemming om uw wachtwoord te veranderen." +#, fuzzy +#~ msgid "Target" +#~ msgstr "Chipset" -#: html/password.php:251 -msgid "External password changer reported a problem: " -msgstr "Extern wachtwoord verander mechanisme rapporteerde een probleem:" +#~ msgid "Task" +#~ msgstr "Taak" -#: html/password.php:282 html/index.php:407 -msgid "Session will not be encrypted." -msgstr "De sessie zal niet versleuteld zijn." +#, fuzzy +#~ msgid "Schedule" +#~ msgstr "PHPScheduleIt" -#: html/password.php:282 html/index.php:407 -msgid "Enter SSL session" -msgstr "Gebruik een SSL sessie" +#~ msgid "Action" +#~ msgstr "Actie" -#: html/setup.php:77 html/index.php:154 #, fuzzy -msgid "Smarty" -msgstr "Samenvatting" +#~ msgid "Reomve" +#~ msgstr "Verwijderen" -#: html/index.php:50 #, fuzzy -msgid "Session is not encrypted!" -msgstr "De sessie zal niet versleuteld zijn." - -#: html/index.php:57 -msgid "" -"The session lifetime configured in your gosa.conf will be overridden by php." -"ini settings." -msgstr "" +#~ msgid "GOsa ping" +#~ msgstr "GOsa" -#: html/index.php:129 #, fuzzy -msgid "Configuration accessibility" -msgstr "Configuratie bestand" +#~ msgid "Say hello" +#~ msgstr "Shell" -#: html/index.php:205 -msgid "There is a problem with the authentication setup!" -msgstr "" +#, fuzzy +#~ msgid "System mass deployment" +#~ msgstr "Systeembeheer" -#: html/index.php:213 -msgid "Cannot find a valid user for the current authentication setup!" -msgstr "" +#, fuzzy +#~ msgid "Header Tag" +#~ msgstr "header" -#: html/index.php:217 -msgid "User information is not uniq accross the configured LDAP trees!" -msgstr "" +#, fuzzy +#~ msgid "Schedule Execution" +#~ msgstr "PHPScheduleIt" -#: html/index.php:270 #, 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 "Monat" +#~ msgstr "maand" -#: html/index.php:306 #, fuzzy -msgid "Authentication error" -msgstr "Nagios authenticatie" +#~ msgid "Tag" +#~ msgstr "Chipset" -#: html/index.php:306 -msgid "Cannot retrieve user information for htaccess authentication!" -msgstr "" +#, fuzzy +#~ msgid "Stunde" +#~ msgstr "Achternaam" -#: html/index.php:362 -msgid "Account locked. Please contact your system administrator." -msgstr "" -"Account is geblokkeerd. Neem a.u.b. contact op met de systeembeheerder." +#, fuzzy +#~ msgid "Sekunde" +#~ msgstr "Afzender" -#: html/index.php:413 -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!" +#, fuzzy +#~ msgid "Mac" +#~ msgstr "Maart" -#: html/main.php:148 -#, php-format -msgid "Fatal error: cannot locate file '%s' - please run '%s' to fix this" -msgstr "" +#, fuzzy +#~ msgid "Available targets" +#~ msgstr "Beschikbare programma's" -#: html/main.php:165 -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 "Select to see object groups" +#~ msgstr "Selecteer de toe te voegen objecten" -#: html/main.php:208 #, fuzzy -msgid "Configuration warning" -msgstr "Configuratie bestand" +#~ msgid "Show object groups" +#~ msgstr "Objectgroepen" -#: html/main.php:208 -msgid "Running out of memory!" -msgstr "" +#, fuzzy +#~ msgid "IP range is invalid!" +#~ msgstr "De opgegeven naam is ongeldig." -#: html/main.php:347 #, fuzzy -msgid "Password reminder" -msgstr "Wachtwoord verloopt op" +#~ msgid "You are not allowed to create a new role." +#~ msgstr "U heeft geen toestemming om uw wachtwoord te veranderen!" -#: html/main.php:347 #, 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 "You are not allowed to delete this acl!" +#~ msgstr "U heeft geen toestemming om deze macro te verwijderen!" -#: html/main.php:355 -#, php-format -msgid "FATAL: Can't find any plugin definitions for plugin '%s'!" -msgstr "FATAAL: Kan geen enkele module defenities vinden voor module '%s'!" +#, fuzzy +#~ msgid "You are not allowed to delete this acl role!" +#~ msgstr "U heeft geen toestemming om deze macro te verwijderen!" -#: html/getxls.php:86 -msgid "Birthday" -msgstr "Geboortedatum" +#~ msgid "" +#~ "Your search method returned more than '%s' users, only '%s' users are " +#~ "shown." +#~ msgstr "" +#~ "Uw zoekopdracht gaf meer dan '%s' gebruikers terug. Slechts '%s' " +#~ "gebruikers worden getoond." -#: html/getxls.php:86 html/getxls.php:227 html/getxls.php:281 -#: html/getxls.php:297 -msgid "Surname" -msgstr "Achternaam" +#~ msgid "No configured SID found for '%s'." +#~ msgstr "Er kon geen geconfigureerde SID gevonden worden voor '%s'." -#: html/getxls.php:86 html/getxls.php:281 -msgid "Language" -msgstr "Taal" +#~ msgid "No configured RIDBASE found for '%s'." +#~ msgstr "Er kon geen geconfigureerde RIDBASE gevonden worden voor '%s'." -#: html/getxls.php:94 -#, php-format -msgid "User list of %s on %s" -msgstr "Gebruikerslijst van %s in %s " +#~ msgid "You are not allowed to delete this group!" +#~ msgstr "U heeft geen toestemming om deze groep te verwijderen!" -#: html/getxls.php:131 html/getxls.php:360 -#, php-format -msgid "Groups of %s on %s" -msgstr "Groepen van %s in %s" +#~ msgid "You have no permission to remove this department." +#~ msgstr "U heeft geen toestemming om deze afdeling te verwijderen." -#: html/getxls.php:155 html/getxls.php:188 html/getxls.php:190 -#: html/getxls.php:197 html/getxls.php:233 html/getxls.php:310 -#: html/getxls.php:381 -msgid "Servers" -msgstr "Servers" +#~ msgid "You are not allowed to delete this object group!" +#~ msgstr "U heeft geen toestemming deze objectgroep te verwijderen!" -#: html/getxls.php:159 html/getxls.php:311 -msgid "Computers" -msgstr "Computers" +#, fuzzy +#~ msgid "Network resolv hook" +#~ msgstr "Netwerkadres" -#: html/getxls.php:169 html/getxls.php:222 html/getxls.php:401 -#: html/getxls.php:421 -msgid "Common name" -msgstr "Algemene naam" +#~ msgid "Administration" +#~ msgstr "Beheer" -#: html/getxls.php:185 -msgid "Server name" -msgstr "Servernaam" +#~ msgid "Addons" +#~ msgstr "Plugins" -#: html/getxls.php:195 html/getxls.php:379 -#, php-format -msgid "Servers of %s on %s" -msgstr "Servers van %s in %s" +#, fuzzy +#~ msgid "ACL Role" +#~ msgstr "Rechten" -#: html/getxls.php:222 html/getxls.php:297 -msgid "Display name" -msgstr "Getoonde naam" +#~ msgid "Unix" +#~ msgstr "Unix" -#: html/getxls.php:223 -msgid "Home phone" -msgstr "Telefoon Privé" +#~ msgid "Connectivity" +#~ msgstr "Verbindingen" -#: html/getxls.php:224 html/getxls.php:298 -msgid "Initials" -msgstr "Initialen" +#, fuzzy +#~ msgid "Scalix" +#~ msgstr "Speciaal" -#: html/getxls.php:225 -msgid "Mobile phone" -msgstr "GSM nummer" +#~ msgid "Nagios" +#~ msgstr "Nagios" -#: html/getxls.php:225 html/getxls.php:298 -msgid "City" -msgstr "Plaats" +#~ msgid "Applications" +#~ msgstr "Programma's" -#: html/getxls.php:226 html/getxls.php:298 html/getxls.php:300 -msgid "Phone number" -msgstr "Telefoonnummer" +#~ msgid "Options" +#~ msgstr "Opties" -#: html/getxls.php:228 -msgid "Function" -msgstr "Functie" +#~ msgid "Parameter" +#~ msgstr "Parameters" -#: html/getxls.php:231 html/getxls.php:312 -msgid "Adressbook" -msgstr "Adresboek" +#, fuzzy +#~ msgid "Inventory" +#~ msgstr "Inventaris toevoegen" -#: html/getxls.php:238 html/getxls.php:414 -#, php-format -msgid "Adressbook of %s on %s" -msgstr "Adresboek van %s in %s" +#~ msgid "Services" +#~ msgstr "Services" -#: html/getxls.php:244 -msgid "Common Name" -msgstr "Algemene naam" +#~ msgid "FAI summary" +#~ msgstr "FAI samenvatting" -#: html/getxls.php:281 -msgid "Day of birth" -msgstr "Geboortedatum" +#~ msgid "OGo" +#~ msgstr "OGo" -#: html/getxls.php:299 -msgid "Email address" -msgstr "E-mail adres" +#~ msgid "Export" +#~ msgstr "Exporteer" -#: html/getxls.php:299 -msgid "Organizational unit" -msgstr "Afdeling" +#~ msgid "Excel Export" +#~ msgstr "Excel Export" -#: html/getxls.php:300 -msgid "Postal Code" -msgstr "Postcode" +#~ msgid "CSV Import" +#~ msgstr "CSV Import" -#: html/getxls.php:301 -msgid "Title" -msgstr "Titel" +#~ msgid "Partitions" +#~ msgstr "Partities" -#: html/getxls.php:304 -msgid "Full" -msgstr "Volledig" +#~ msgid "Script" +#~ msgstr "Script" -#: html/getxls.php:341 -#, php-format -msgid "User List of %s on %s" -msgstr "Gebruikerslijst van %s in %s" +#~ msgid "Hooks" +#~ msgstr "Inhakers" -#: html/getxls.php:395 -#, php-format -msgid "Computers of %s on %s" -msgstr "Computers van %s in %s" +#~ msgid "Variables" +#~ msgstr "Variabelen" -#: html/getfax.php:53 -msgid "Could not connect to database server!" -msgstr "Kan niet verbinden met de database server!" +#~ msgid "Templates" +#~ msgstr "Sjablonen" -#: html/getfax.php:55 -msgid "Could not select database!" -msgstr "De opgegeven database kon niet geselecteerd worden!" +#~ msgid "Profiles" +#~ msgstr "Profielen" -#: html/getfax.php:60 html/getfax.php:68 -msgid "Database query failed!" -msgstr "De database zoekopdracht is mislukt" +#~ msgid "Packages" +#~ msgstr "Pakketten" -#: html/get_attachment.php:47 -msgid "" -"Can't connect to glpi database, there is no mysl extension available in your " -"php setup." -msgstr "" -"Kan niet verbinden met de GLPI database. Er is geen MySQL extensie " -"beschikbaar. Controleer uw PHP installatie." +#~ msgid "System logs" +#~ msgstr "Systeem logs" -#: html/get_attachment.php:55 -msgid "" -"Can't connect to specified database, please check your glpi configuration." -msgstr "" -"Kan niet verbinden met de opgegeven database. Controleer uw GLPI " -"configuratie a.u.b." +#, fuzzy +#~ msgid "GOsa logs" +#~ msgstr "Log DB gebruiker" -#: html/get_attachment.php:64 -msgid "Can't get specified attachment file, there is no entry with this id." -msgstr "" -"Kan het opgegeven bijlage bestand niet openen. Er is geen invoer met dit ID " -"beschikbaar." +#, fuzzy +#~ msgid "Display entries with action %s." +#~ msgstr "Filter regels met deze syntax" -#: html/get_attachment.php:69 -#, php-format -msgid "Can't open file '%s'." -msgstr "Kan bestand '%s' niet openen." +#~ msgid "" +#~ "Can't connect to glpi database, there is no mysl extension available in " +#~ "your php setup." +#~ msgstr "" +#~ "Kan niet verbinden met de GLPI database. Er is geen MySQL extensie " +#~ "beschikbaar. Controleer uw PHP installatie." -#: html/helpviewer.php:68 -msgid "Help browser" -msgstr "Help verkenner" +#~ msgid "" +#~ "Can't connect to specified database, please check your glpi configuration." +#~ msgstr "" +#~ "Kan niet verbinden met de opgegeven database. Controleer uw GLPI " +#~ "configuratie a.u.b." -#: html/helpviewer.php:122 -msgid "There is no helpfile specified for this class" -msgstr "Er is (nog) geen help bestand aanwezig voor deze klasse." +#~ msgid "Can't get specified attachment file, there is no entry with this id." +#~ msgstr "" +#~ "Kan het opgegeven bijlage bestand niet openen. Er is geen invoer met dit " +#~ "ID beschikbaar." -#: html/helpviewer.php:271 -#, 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 "Can't open file '%s'." +#~ msgstr "Kan bestand '%s' niet openen." -#: html/getkiosk.php:25 -#, php-format -msgid "Can't open file '%s', possibly the file does not exist." -msgstr "Kan '%s' niet openen. Het is mogelijk dat het bestand niet bestaat." +#~ msgid "Can't open file '%s', possibly the file does not exist." +#~ msgstr "Kan '%s' niet openen. Het is mogelijk dat het bestand niet bestaat." -#: html/getkiosk.php:30 -#, php-format -msgid "Can't read file '%s', check permissions." -msgstr "Kan bestand '%s' niet openen. Controleer de bestandspermissies a.u.b." +#~ msgid "Can't read file '%s', check permissions." +#~ msgstr "" +#~ "Kan bestand '%s' niet openen. Controleer de bestandspermissies a.u.b." diff --git a/gosa-core/locale/core/pl/LC_MESSAGES/messages.po b/gosa-core/locale/core/pl/LC_MESSAGES/messages.po index de048bb7c..c16fe470e 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: 2008-01-18 14:59+0100\n" +"POT-Creation-Date: 2008-02-21 18:29+0100\n" "PO-Revision-Date: 2007-07-14 21:45+0100\n" "Last-Translator: Piotr Rybicki \n" "Language-Team: Piotr Rybicki \n" @@ -14,1155 +14,1147 @@ msgstr "" "X-Poedit-SourceCharset: iso-8859-2\n" "X-Poedit-Basepath: tedst\n" -#: contrib/gosa.conf:4 plugins/personal/password/class_password.inc:144 -#: plugins/personal/generic/class_user.inc:1413 -#: plugins/personal/posix/class_posixAccount.inc:1457 -msgid "My account" -msgstr "Moje konto " - -#: contrib/gosa.conf:41 -msgid "Administration" -msgstr "Administracja" - -#: contrib/gosa.conf:88 -msgid "Addons" -msgstr "Dodatki" - -#: contrib/gosa.conf:121 -#, fuzzy -msgid "ACL Role" -msgstr "ACLe" +#: plugins/personal/password/class_password.inc:24 +#: plugins/personal/generic/paste_generic.tpl:20 setup/setup_config2.tpl:282 +#: setup/setup_config2.tpl:327 setup/setup_migrate.tpl:225 +#: ihtml/themes/default/password.tpl:39 ihtml/themes/default/login.tpl:45 +#: ihtml/themes/default/login.tpl:47 +msgid "Password" +msgstr "Hasło" -#: contrib/gosa.conf:125 contrib/gosa.conf:149 contrib/gosa.conf:153 -#: contrib/gosa.conf:157 contrib/gosa.conf:162 contrib/gosa.conf:169 -#: contrib/gosa.conf:174 contrib/gosa.conf:178 contrib/gosa.conf:183 -#: contrib/gosa.conf:193 contrib/gosa.conf:207 contrib/gosa.conf:222 -#: contrib/gosa.conf:227 contrib/gosa.conf:232 contrib/gosa.conf:237 -#: contrib/gosa.conf:270 contrib/gosa.conf:274 -#: plugins/generic/references/class_reference.inc:20 -#: plugins/personal/generic/class_user.inc:16 -#: plugins/personal/generic/class_user.inc:1408 -#: plugins/personal/posix/generic.tpl:4 -#: plugins/addons/gotomasses/goto_task.tpl:4 -#: plugins/admin/ogroups/class_ogroup.inc:752 -#: plugins/admin/departments/class_departmentGeneric.inc:581 -#: plugins/admin/groups/class_groupGeneric.inc:992 setup/setup_feedback.tpl:46 -msgid "Generic" -msgstr "Ogólne" +#: plugins/personal/password/class_password.inc:25 +#: plugins/personal/posix/class_posixAccount.inc:17 +#: plugins/personal/generic/class_user.inc:17 +#: plugins/addons/notifications/class_msgplug.inc:7 +#: plugins/admin/acl/class_aclManagement.inc:25 +#: plugins/admin/acl/class_aclRole.inc:7 +#: plugins/admin/groups/class_groupManagement.inc:25 +#: plugins/admin/users/class_userManagement.inc:25 +#: plugins/admin/departments/class_departmentManagement.inc:25 +#: plugins/admin/ogroups/class_ogroupManagement.inc:25 include/class_acl.inc:7 +msgid "This does something" +msgstr "To robi coś" -#: contrib/gosa.conf:126 -msgid "Unix" -msgstr "Unix" +#: plugins/personal/password/class_password.inc:77 +#: plugins/personal/password/class_password.inc:80 +#: plugins/personal/password/class_password.inc:83 +#: plugins/personal/password/class_password.inc:86 +#: plugins/personal/password/class_password.inc:89 +#: plugins/personal/password/class_password.inc:92 +#: plugins/personal/password/class_password.inc:106 +#: plugins/personal/password/class_password.inc:112 +#: plugins/personal/password/class_password.inc:140 +#: plugins/personal/generic/class_user.inc:1419 +msgid "User password" +msgstr "Hasło użytkownika" -#: contrib/gosa.conf:127 contrib/gosa.conf:163 -#: plugins/admin/users/class_divListUsers.inc:240 -#: plugins/admin/ogroups/tabs_ogroups.inc:137 -#: plugins/admin/groups/class_divListGroup.inc:236 -msgid "Environment" -msgstr "Środowisko" +#: plugins/personal/password/class_password.inc:78 +msgid "You need to specify your current password in order to proceed." +msgstr "Proszę podać obecne hasło aby kontynuować." -#: contrib/gosa.conf:128 contrib/gosa.conf:165 -#: plugins/generic/references/class_reference.inc:24 -#: plugins/admin/users/class_divListUsers.inc:242 -#: plugins/admin/ogroups/class_divListOGroup.inc:228 -#: plugins/admin/ogroups/tabs_ogroups.inc:85 -#: plugins/admin/ogroups/tabs_ogroups.inc:223 -#: plugins/admin/groups/class_divListGroup.inc:228 -msgid "Mail" -msgstr "Poczta" +#: plugins/personal/password/class_password.inc:81 +#: plugins/personal/generic/main.inc:80 +#: plugins/admin/users/class_userManagement.inc:189 html/password.php:195 +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." -#: contrib/gosa.conf:129 plugins/generic/references/class_reference.inc:26 -#: plugins/generic/references/class_reference.inc:28 -#: plugins/admin/users/class_divListUsers.inc:248 -#: plugins/admin/groups/class_divListGroup.inc:230 -msgid "Samba" -msgstr "Samba" +#: plugins/personal/password/class_password.inc:84 +#: plugins/personal/generic/main.inc:85 +#: plugins/admin/users/class_userManagement.inc:194 html/password.php:198 +msgid "The password you've entered as 'New password' is empty." +msgstr "Hasło które podano jako 'Nowe hasło' jest puste." -#: contrib/gosa.conf:131 contrib/gosa.conf:134 -#: plugins/admin/users/class_divListUsers.inc:250 -msgid "Netatalk" -msgstr "Netatalk" +#: plugins/personal/password/class_password.inc:87 html/password.php:206 +msgid "The password used as new and current are too similar." +msgstr "Hasło podane jako nowe jest zbyt podobne do obecnego." -#: contrib/gosa.conf:137 -msgid "Connectivity" -msgstr "Połączenia" +#: plugins/personal/password/class_password.inc:90 html/password.php:211 +msgid "The password used as new is to short." +msgstr "Hasło podane jako nowe jest za krótkie." -#: contrib/gosa.conf:138 plugins/personal/generic/multiple_generic.tpl:247 -#: plugins/personal/generic/multiple_generic.tpl:438 -#: plugins/personal/generic/generic.tpl:355 -#: plugins/personal/generic/generic.tpl:523 -#: plugins/admin/users/class_divListUsers.inc:246 -#: plugins/admin/departments/class_departmentGeneric.inc:600 -#: plugins/admin/departments/generic.tpl:91 html/getxls.php:222 -#: html/getxls.php:297 -msgid "Fax" -msgstr "Fax" +#: plugins/personal/password/class_password.inc:93 +#, 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:" -#: contrib/gosa.conf:139 plugins/generic/references/class_reference.inc:40 -#: plugins/personal/generic/multiple_generic.tpl:217 -#: plugins/personal/generic/multiple_generic.tpl:428 -#: plugins/personal/generic/generic.tpl:330 -#: plugins/personal/generic/generic.tpl:511 -#: plugins/admin/users/class_divListUsers.inc:244 -#: plugins/admin/ogroups/class_ogroupManagement.inc:455 -#: plugins/admin/departments/generic.tpl:83 -#: plugins/admin/groups/class_divListGroup.inc:234 -msgid "Phone" -msgstr "Telefon" +#: plugins/personal/password/class_password.inc:107 +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." -#: contrib/gosa.conf:141 +#: plugins/personal/password/class_password.inc:113 #, fuzzy -msgid "Scalix" -msgstr "Specjalne" +msgid "You have no permission to change your password." +msgstr "Brak uprawnień do zmiany własnego hasła" -#: contrib/gosa.conf:144 -msgid "Nagios" -msgstr "Nagios" +#: plugins/personal/password/class_password.inc:144 +#: plugins/personal/posix/class_posixAccount.inc:1484 +#: plugins/personal/generic/class_user.inc:1413 +msgid "My account" +msgstr "Moje konto " -#: contrib/gosa.conf:164 -msgid "Applications" -msgstr "Aplikacje" +#: plugins/personal/password/nochange.tpl:2 +msgid "Password change not allowed" +msgstr "Brak uprawnień do zmiay hasła" -#: contrib/gosa.conf:170 -msgid "Options" -msgstr "Opcje" +#: plugins/personal/password/nochange.tpl:6 +msgid "You are not allowed to change your password at this time" +msgstr "Brak uprawnień do zmiany własnego hasła w tym momencie" -#: contrib/gosa.conf:179 -msgid "Parameter" -msgstr "Parametr" +#: 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." -#: contrib/gosa.conf:184 contrib/gosa.conf:194 contrib/gosa.conf:208 -#: plugins/admin/ogroups/tabs_ogroups.inc:111 -msgid "Startup" -msgstr "Startup" +#: 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." -#: contrib/gosa.conf:185 contrib/gosa.conf:209 -#: plugins/admin/ogroups/tabs_ogroups.inc:104 -msgid "Devices" -msgstr "Urządzenia" +#: plugins/personal/password/password.tpl:13 +#: ihtml/themes/default/password.tpl:77 ihtml/themes/default/password.tpl:78 +msgid "Current password" +msgstr "Obecne hasło" -#: contrib/gosa.conf:186 contrib/gosa.conf:210 -#: plugins/generic/references/class_reference.inc:52 -#: plugins/admin/ogroups/class_ogroupManagement.inc:459 -msgid "Printer" -msgstr "Drukarka" +#: plugins/personal/password/password.tpl:18 +#: plugins/personal/generic/password.tpl:7 plugins/admin/users/password.tpl:13 +#: ihtml/themes/default/password.tpl:81 ihtml/themes/default/password.tpl:82 +#: ihtml/themes/default/password.tpl:85 +msgid "New password" +msgstr "Nowe hasło" -#: contrib/gosa.conf:187 contrib/gosa.conf:201 contrib/gosa.conf:211 -#: ihtml/themes/default/msg_dialog.tpl:64 -#: ihtml/themes/default/msg_dialog.tpl:110 -#: ihtml/themes/default/MultiSelectWindow.tpl:44 -#: ihtml/themes/default/MultiSelectWindow.tpl:84 setup/setup_ldap.tpl:121 -msgid "Information" -msgstr "Informacja" +#: plugins/personal/password/password.tpl:23 +#: plugins/personal/generic/password.tpl:11 +#: plugins/admin/users/password.tpl:17 +msgid "Repeat new password" +msgstr "Powtórz nowe hasło" -#: contrib/gosa.conf:189 contrib/gosa.conf:203 contrib/gosa.conf:218 -#: contrib/gosa.conf:223 contrib/gosa.conf:228 contrib/gosa.conf:233 -#: contrib/gosa.conf:238 +#: plugins/personal/password/password.tpl:28 +#: ihtml/themes/default/password.tpl:89 #, fuzzy -msgid "Inventory" -msgstr "Dodaj inwentarz" - -#: contrib/gosa.conf:195 -msgid "Services" -msgstr "Usługi" - -#: contrib/gosa.conf:197 contrib/gosa.conf:199 contrib/gosa.conf:214 -#: contrib/gosa.conf:216 -msgid "FAI summary" -msgstr "Podsumowanie FAI" - -#: contrib/gosa.conf:287 -msgid "OGo" -msgstr "OGo" +msgid "Password strength" +msgstr "Przechowywanie hasła" -#: contrib/gosa.conf:298 -msgid "Export" -msgstr "Export" +#: plugins/personal/password/password.tpl:39 +#: plugins/personal/generic/password.tpl:17 +#: plugins/admin/users/password.tpl:30 +msgid "Set password" +msgstr "Ustaw hasło" -#: contrib/gosa.conf:299 -msgid "Excel Export" -msgstr "Export do Excela" +#: plugins/personal/password/password.tpl:41 +msgid "Clear fields" +msgstr "Wyczyść pola" -#: contrib/gosa.conf:300 plugins/addons/notifications/contents.tpl:54 -msgid "Import" -msgstr "Import" +#: 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." -#: contrib/gosa.conf:301 -msgid "CSV Import" -msgstr "Import z CSV" +#: plugins/personal/password/changed.tpl:9 +#: plugins/personal/generic/main.inc:169 +#: plugins/admin/departments/dep_iframe.tpl:18 +#: plugins/admin/departments/class_departmentManagement.inc:444 +#: include/functions.inc:1509 setup/class_setup.inc:261 +#: setup/class_setup.inc:263 +msgid "Back" +msgstr "Wróć" -#: contrib/gosa.conf:306 contrib/gosa.conf:336 -msgid "Partitions" -msgstr "Partycje" +#: plugins/personal/password/main.inc:46 setup/setup_config1.tpl:136 +#, fuzzy +msgid "Password settings" +msgstr "Ustawienia użytkownika" -#: contrib/gosa.conf:310 contrib/gosa.conf:340 -msgid "Script" -msgstr "Skrypt" +#: plugins/personal/posix/posix_groups.tpl:6 +msgid "Select groups to add" +msgstr "Wybierz grupy do dodania" -#: contrib/gosa.conf:314 contrib/gosa.conf:344 -msgid "Hooks" -msgstr "Zaczepy" +#: plugins/personal/posix/posix_groups.tpl:21 +#: plugins/admin/groups/group_objects.tpl:20 +#: plugins/admin/ogroups/ogroup_objects.tpl:20 +#: ihtml/themes/default/MultiSelectWindow.tpl:55 +#: ihtml/themes/default/MultiSelectWindow.tpl:95 +msgid "Filters" +msgstr "Filtry" -#: contrib/gosa.conf:318 contrib/gosa.conf:348 -msgid "Variables" -msgstr "Zmienie" +#: plugins/personal/posix/posix_groups.tpl:32 +msgid "Display groups of department" +msgstr "Wyświetl grupy departamentu" -#: contrib/gosa.conf:322 contrib/gosa.conf:352 -msgid "Templates" -msgstr "Szablony" +#: plugins/personal/posix/posix_groups.tpl:35 +#: plugins/personal/posix/trust_machines.tpl:27 +#: plugins/admin/groups/group_objects.tpl:40 +#: plugins/admin/ogroups/ogroup_objects.tpl:42 +msgid "Choose the department the search will be based on" +msgstr "Wybierz departament na którym wyszukiwanie będzie bazować" -#: contrib/gosa.conf:326 contrib/gosa.conf:356 -msgid "Profiles" -msgstr "Profile" +#: plugins/personal/posix/posix_groups.tpl:44 +msgid "Display groups matching" +msgstr "Wyświetl grupy pasujące" -#: contrib/gosa.conf:327 contrib/gosa.conf:357 -#: plugins/admin/ogroups/tabs_ogroups.inc:115 -#: plugins/admin/acl/class_divListACL.inc:54 -msgid "Summary" -msgstr "Podsumowanie" +#: plugins/personal/posix/posix_groups.tpl:48 +#: plugins/admin/groups/class_divListGroup.inc:76 +#: plugins/admin/ogroups/class_divListOGroup.inc:85 +msgid "Regular expression for matching group names" +msgstr "Wyrażenie regularne dla dopasowania nazw grup" -#: contrib/gosa.conf:331 contrib/gosa.conf:361 -msgid "Packages" -msgstr "Pakiety" +#: plugins/personal/posix/posix_groups.tpl:55 +msgid "Display groups of user" +msgstr "Wyświetl grupy użytkownika" -#: contrib/gosa.conf:367 -msgid "System logs" -msgstr "Logi systemowe" +#: plugins/personal/posix/posix_groups.tpl:59 +#: plugins/admin/groups/class_divListGroup.inc:77 +msgid "User name of which groups are shown" +msgstr "Nazwa użytkownika którego grupy są pokazane" -#: contrib/gosa.conf:368 +#: plugins/personal/posix/posix_groups.tpl:68 +#: plugins/admin/groups/class_divListGroup.inc:73 +#: plugins/admin/users/class_divListUsers.inc:74 +#: plugins/admin/departments/class_divListDepartment.inc:53 +#: plugins/admin/ogroups/ogroup_objects.tpl:38 +#: plugins/admin/ogroups/class_divListOGroup.inc:82 #, fuzzy -msgid "GOsa logs" -msgstr "Usługa Logowania" - -#: ihtml/themes/default/conflict.tpl:2 -msgid "Session conflict detected" -msgstr "Wykryto konflikt sesji" +msgid "Search in subtrees" +msgstr "Szukaj wewnątrz tego poddrzewa" -#: ihtml/themes/default/conflict.tpl:6 ihtml/themes/default/msg_dialog.tpl:62 -#: ihtml/themes/default/msg_dialog.tpl:108 ihtml/themes/default/remove.tpl:2 -#: ihtml/themes/default/islocked.tpl:6 -#: plugins/personal/posix/class_posixAccount.inc:803 -#: plugins/addons/gotomasses/remove.tpl:2 plugins/admin/users/remove.tpl:2 -#: plugins/admin/ogroups/remove.tpl:2 -#: plugins/admin/departments/dep_move_confirm.tpl:2 -#: plugins/admin/departments/remove.tpl:2 plugins/admin/acl/remove.tpl:2 -#: plugins/admin/groups/remove.tpl:2 setup/class_setupStep_Migrate.inc:211 -#: setup/class_setupStep_Migrate.inc:260 setup/class_setupStep_Migrate.inc:385 -#: setup/class_setupStep_Migrate.inc:460 setup/class_setupStep_Migrate.inc:596 -#: setup/class_setupStep_Migrate.inc:726 setup/setup_checks.tpl:32 -#: setup/setup_checks.tpl:93 include/class_tabs.inc:214 -#: include/functions.inc:686 include/functions.inc:2158 -#: include/functions.inc:2162 include/functions.inc:2168 html/password.php:282 -#: html/index.php:50 html/index.php:56 html/index.php:407 html/index.php:413 -msgid "Warning" -msgstr "Ostrzeżenie" +#: plugins/personal/posix/posix_groups.tpl:79 +#: plugins/personal/posix/paste_generic.tpl:61 +#: plugins/personal/posix/trust_machines.tpl:39 +#: plugins/personal/posix/generic.tpl:104 +#: plugins/personal/posix/generic.tpl:146 +#: plugins/personal/posix/generic.tpl:175 +#: plugins/admin/groups/group_objects.tpl:55 +#: plugins/admin/groups/generic.tpl:193 +#: plugins/admin/ogroups/ogroup_objects.tpl:54 +#: plugins/admin/ogroups/generic.tpl:51 +msgid "Add" +msgstr "Dodaj" -#: ihtml/themes/default/conflict.tpl:6 -msgid "" -"Probably there's another active instance of your session. Multiple window " -"operation is technical not possible and heavily depends on the browser " -"you're using. Usage of different browsers at a time (i.e. IE and Mozilla) is " -"possible. Pressing the Logout button will close this session." -msgstr "" -"Prawdopodobnie istnieje inna aktywna instacja sesji. Operowanie na kilku " -"oknach nie jest technicznie możliwe i mocno zależy od używanej przeglądarki. " -"Użycie różnych przeglądarek (np. IE i Mozilla) jest możliwe. Naciśnięcie " -"przycisku Wyloguj zamknie tą sesję." +#: plugins/personal/posix/posix_groups.tpl:81 +#: plugins/personal/posix/trust_machines.tpl:41 +#: plugins/personal/posix/main.inc:108 +#: plugins/personal/generic/password.tpl:19 +#: plugins/personal/generic/generic_picture.tpl:35 +#: plugins/personal/generic/generic_certs.tpl:94 +#: plugins/personal/generic/main.inc:161 plugins/admin/acl/tabs_acl.inc:63 +#: plugins/admin/acl/tabs_acl_role.inc:49 plugins/admin/acl/remove.tpl:17 +#: plugins/admin/acl/remove.tpl:21 plugins/admin/acl/acl_role.tpl:61 +#: plugins/admin/acl/acl_role.tpl:75 plugins/admin/groups/group_objects.tpl:57 +#: plugins/admin/groups/class_groupManagement.inc:472 +#: plugins/admin/groups/remove.tpl:18 plugins/admin/groups/remove.tpl:22 +#: plugins/admin/users/password.tpl:32 plugins/admin/users/template.tpl:50 +#: plugins/admin/users/remove.tpl:16 plugins/admin/users/remove.tpl:19 +#: plugins/admin/users/class_userManagement.inc:877 +#: plugins/admin/departments/dep_move_confirm.tpl:17 +#: plugins/admin/departments/remove.tpl:17 +#: plugins/admin/departments/remove.tpl:21 +#: plugins/admin/departments/class_departmentManagement.inc:409 +#: plugins/admin/ogroups/ogroup_objects.tpl:56 +#: plugins/admin/ogroups/class_ogroupManagement.inc:406 +#: plugins/admin/ogroups/remove.tpl:17 plugins/admin/ogroups/remove.tpl:21 +#: setup/setup_ldap.tpl:17 setup/setup_migrate.tpl:135 +#: setup/setup_migrate.tpl:186 setup/setup_migrate.tpl:251 +#: setup/setup_migrate.tpl:307 setup/setup_migrate.tpl:360 +#: ihtml/themes/default/copyPasteDialog.tpl:21 +#: ihtml/themes/default/islocked.tpl:15 ihtml/themes/default/remove.tpl:15 +#: ihtml/themes/default/acl.tpl:77 ihtml/themes/default/acl.tpl:91 +#: ihtml/themes/default/msg_dialog.tpl:79 +#: ihtml/themes/default/msg_dialog.tpl:134 +#: ihtml/themes/default/pwd_heimdal.tpl:200 +#: ihtml/themes/default/snapshotdialog.tpl:44 +#: ihtml/themes/default/snapshotdialog.tpl:89 +msgid "Cancel" +msgstr "Anuluj" -#: ihtml/themes/default/conflict.tpl:10 -msgid "" -"Ignoring this message will change/destroy the data you're currently editing, " -"so please close multiple windows and log in again." -msgstr "" -"Ignorując ten komunikat zmienisz/usuniesz dane które obecnie edytujesz. " -"Proszę zamknąć wiele okien i zalogować się ponownie." +#: plugins/personal/posix/posix_shadow.tpl:9 +msgid "User must change password on first login" +msgstr "Użytkownik musi zmienić hasło przy pierwszym logowaniu" -#: ihtml/themes/default/conflict.tpl:14 -msgid "Logout" -msgstr "Wyloguj" +#: plugins/personal/posix/posix_shadow.tpl:34 +msgid "Password expires on" +msgstr "Hasło wygasa" -#: ihtml/themes/default/accountexpired.tpl:15 -msgid "Your Password has expired !! Choose a new Password" -msgstr "Twoje hasło wygasło !! Proszę wybrać inne hasło" +#: plugins/personal/posix/paste_generic.tpl:4 +msgid "Posix settings" +msgstr "Ustawienia Posix" -#: ihtml/themes/default/accountexpired.tpl:23 -#: ihtml/themes/default/accountexpired.tpl:27 -msgid "Old Password" -msgstr "Stare hasło" +#: plugins/personal/posix/paste_generic.tpl:8 +#: plugins/personal/posix/generic.tpl:7 +#: plugins/personal/posix/class_posixAccount.inc:1490 +msgid "Home directory" +msgstr "Katalog domowy" -#: ihtml/themes/default/accountexpired.tpl:32 -#: ihtml/themes/default/accountexpired.tpl:36 -msgid "New Password" -msgstr "Nowe hasło" +#: plugins/personal/posix/paste_generic.tpl:23 +#: plugins/personal/posix/generic.tpl:52 +msgid "Force UID/GID" +msgstr "Wymuś UID/GID" -#: ihtml/themes/default/accountexpired.tpl:41 -#: ihtml/themes/default/accountexpired.tpl:45 -msgid "Verify Password" -msgstr "Hasło ponownie" +#: plugins/personal/posix/paste_generic.tpl:28 +#: plugins/personal/posix/generic.tpl:56 html/getxls.php:287 +msgid "UID" +msgstr "UID" -#: ihtml/themes/default/accountexpired.tpl:51 -msgid "Change Password" -msgstr "Zmień hasło" +#: plugins/personal/posix/paste_generic.tpl:37 +#: plugins/personal/posix/generic.tpl:67 +#: plugins/admin/groups/class_groupGeneric.inc:1008 +msgid "GID" +msgstr "GID" -#: ihtml/themes/default/accountexpired.tpl:52 -msgid "Click here to Change your password" -msgstr "Brak uprawnień do zmiany własnego hasła" +#: plugins/personal/posix/paste_generic.tpl:47 +#: plugins/personal/posix/generic.tpl:82 +msgid "Group membership" +msgstr "Przynależność do grup" -#: ihtml/themes/default/login.tpl:9 -msgid "GOsa login screen" -msgstr "" +#: plugins/personal/posix/paste_generic.tpl:54 +#: plugins/personal/posix/generic.tpl:84 +msgid "(Warning: more than 16 groups are not supported by NFS!)" +msgstr "(Uwaga: NFS nie wspiera więcej niż 16 grup!)" -#: ihtml/themes/default/login.tpl:25 -#, fuzzy -msgid "Login screen" -msgstr "Usługa Logowania" +#: plugins/personal/posix/paste_generic.tpl:62 +#: plugins/personal/posix/generic.tpl:107 +#: plugins/personal/posix/generic.tpl:149 +#: plugins/personal/posix/generic.tpl:178 plugins/admin/acl/remove.tpl:15 +#: plugins/admin/acl/remove.tpl:19 plugins/admin/groups/generic.tpl:195 +#: plugins/admin/groups/remove.tpl:16 plugins/admin/groups/remove.tpl:20 +#: plugins/admin/users/remove.tpl:15 plugins/admin/users/remove.tpl:18 +#: plugins/admin/departments/remove.tpl:15 +#: plugins/admin/departments/remove.tpl:19 +#: plugins/admin/ogroups/generic.tpl:54 plugins/admin/ogroups/remove.tpl:15 +#: plugins/admin/ogroups/remove.tpl:19 ihtml/themes/default/remove.tpl:13 +msgid "Delete" +msgstr "Usuń" -#: ihtml/themes/default/login.tpl:32 -#, 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ć" +#: plugins/personal/posix/trust_machines.tpl:6 +msgid "Select systems to add" +msgstr "Wybierz systemy do dodania" -#: ihtml/themes/default/login.tpl:40 ihtml/themes/default/login.tpl:42 -#: ihtml/themes/default/password.tpl:67 ihtml/themes/default/password.tpl:69 -#: plugins/admin/users/class_divListUsers.inc:61 -msgid "Username" -msgstr "Nazwa użytkownika" +#: plugins/personal/posix/trust_machines.tpl:26 +msgid "Display systems of department" +msgstr "Wyświetl systemy departamentu" -#: ihtml/themes/default/login.tpl:45 ihtml/themes/default/login.tpl:47 -#: ihtml/themes/default/password.tpl:38 -#: plugins/personal/password/class_password.inc:24 -#: plugins/personal/generic/paste_generic.tpl:20 setup/setup_migrate.tpl:225 -#: setup/setup_config2.tpl:266 setup/setup_config2.tpl:311 -msgid "Password" -msgstr "Hasło" +#: plugins/personal/posix/trust_machines.tpl:30 +msgid "Display systems matching" +msgstr "Wyświetl systemy pasujące" -#: ihtml/themes/default/login.tpl:50 ihtml/themes/default/login.tpl:51 -#: ihtml/themes/default/password.tpl:58 ihtml/themes/default/password.tpl:60 -msgid "Directory" -msgstr "Katalog" +#: plugins/personal/posix/trust_machines.tpl:31 +msgid "Regular expression for matching addresses" +msgstr "Wyrażenie regularne dla dopasowania adresów" -#: ihtml/themes/default/login.tpl:76 ihtml/themes/default/login.tpl:79 -msgid "Sign in" -msgstr "Zaloguj" +#: plugins/personal/posix/generic.tpl:4 +#: plugins/personal/generic/class_user.inc:16 +#: plugins/personal/generic/class_user.inc:1408 +#: plugins/admin/groups/class_groupGeneric.inc:992 +#: plugins/admin/departments/class_departmentGeneric.inc:560 +#: plugins/admin/ogroups/class_ogroup.inc:740 +#: plugins/generic/references/class_reference.inc:20 +#: setup/setup_feedback.tpl:46 +msgid "Generic" +msgstr "Ogólne" -#: ihtml/themes/default/login.tpl:77 -msgid "Click here to log in" -msgstr "Kliknij tutaj aby się zalogować" +#: plugins/personal/posix/generic.tpl:15 +#: plugins/personal/posix/class_posixAccount.inc:1491 +msgid "Shell" +msgstr "Shell" -#: ihtml/themes/default/logout.tpl:5 -msgid "Your GOsa session has expired!" -msgstr "Twoja sesja w GOsa wygasła!" +#: plugins/personal/posix/generic.tpl:25 +msgid "Primary group" +msgstr "Grupa podstawowa" -#: ihtml/themes/default/logout.tpl:7 -msgid "" -"The last interaction with the GOsa web interface has been some time ago in " -"the past. For security reasons, the session has been closed. To continue " -"with administrative tasks, please sign in again." -msgstr "" -"Ostatnia interakcja z interfejsem GOsa była już jakiś czas temu. Z powodów " -"bezpieczeństwa sesja została zamknięta. Aby kontynuować proszę zalogować się " -"ponownie." +#: plugins/personal/posix/generic.tpl:36 +msgid "Status" +msgstr "Status" -#: ihtml/themes/default/logout.tpl:10 -msgid "Sign in again" -msgstr "Zaloguj się ponownie" +#: plugins/personal/posix/generic.tpl:93 plugins/admin/groups/generic.tpl:179 +#, fuzzy +msgid "In all groups" +msgstr "Grupa pocztowa" -#: ihtml/themes/default/acl.tpl:2 plugins/admin/acl/acl_role.tpl:3 -msgid "Assigned ACLs for current entry" -msgstr "Przypisane ACL'e dla obecnego wpisu" +#: plugins/personal/posix/generic.tpl:97 plugins/admin/groups/generic.tpl:182 +#, fuzzy +msgid "Not in all groups" +msgstr "Pokaż grupy pocztowe" -#: ihtml/themes/default/acl.tpl:4 plugins/admin/acl/acl_role.tpl:44 -msgid "New ACL" -msgstr "Nowy ACL" +#: plugins/personal/posix/generic.tpl:118 +msgid "Account" +msgstr "Konto" -#: ihtml/themes/default/acl.tpl:8 plugins/admin/acl/acl_role.tpl:49 -msgid "ACL type" -msgstr "typ ACL" +#: plugins/personal/posix/generic.tpl:125 +msgid "System trust" +msgstr "Zaufanie systemowe" -#: ihtml/themes/default/acl.tpl:8 plugins/admin/acl/acl_role.tpl:49 -msgid "Select an acl type" -msgstr "Wybierz typ ACL" +#: plugins/personal/posix/generic.tpl:127 +#: plugins/personal/posix/generic.tpl:155 +msgid "Trust mode" +msgstr "Tryb zaufania" -#: ihtml/themes/default/acl.tpl:8 ihtml/themes/default/acl.tpl:20 -#: ihtml/themes/default/acl.tpl:75 ihtml/themes/default/acl.tpl:89 -#: plugins/addons/notifications/contents.tpl:12 -#: plugins/admin/users/class_userManagement.inc:874 -#: plugins/admin/ogroups/class_ogroupManagement.inc:403 -#: plugins/admin/acl/acl_role.tpl:49 plugins/admin/acl/acl_role.tpl:59 -#: plugins/admin/acl/acl_role.tpl:73 -#: plugins/admin/groups/class_groupManagement.inc:469 setup/setup_ldap.tpl:16 -#: setup/setup_migrate.tpl:133 setup/setup_migrate.tpl:184 -#: setup/setup_migrate.tpl:250 setup/setup_migrate.tpl:305 -#: setup/setup_migrate.tpl:358 -msgid "Apply" -msgstr "Zastosuj" +#: plugins/personal/posix/class_posixAccount.inc:16 +#: plugins/generic/references/class_reference.inc:22 +msgid "UNIX" +msgstr "UNIX" -#: ihtml/themes/default/acl.tpl:15 -msgid "Use members from" -msgstr "Użyj członków z" +#: plugins/personal/posix/class_posixAccount.inc:138 +msgid "expired" +msgstr "wygasło" -#: ihtml/themes/default/acl.tpl:29 -msgid "Available members" -msgstr "Dostępni członkowie" +#: plugins/personal/posix/class_posixAccount.inc:140 +msgid "grace time active" +msgstr "Czas prolongaty aktywny" -#: ihtml/themes/default/acl.tpl:30 -#: plugins/addons/notifications/contents.tpl:22 -msgid "List message possible targets" -msgstr "Wyświetl możliwe cele wiadomości" +#: plugins/personal/posix/class_posixAccount.inc:143 +msgid "active, password not changable" +msgstr "aktywne, hasło niezmienialne" -#: ihtml/themes/default/acl.tpl:41 html/getxls.php:121 html/getxls.php:284 -msgid "Members" -msgstr "Członkowie" +#: plugins/personal/posix/class_posixAccount.inc:145 +msgid "active, password expired" +msgstr "aktywne, hasło wygasło" -#: ihtml/themes/default/acl.tpl:42 -#: plugins/addons/notifications/contents.tpl:34 -msgid "List message recipients" -msgstr "Wyświetl odbiorców wiadomości" +#: plugins/personal/posix/class_posixAccount.inc:147 +msgid "active" +msgstr "Aktywne" -#: ihtml/themes/default/acl.tpl:55 plugins/admin/acl/acl_role.tpl:54 -msgid "List of available ACL categories" -msgstr "Lista dostępnych kategorii ACL" +#: plugins/personal/posix/class_posixAccount.inc:192 +msgid "unconfigured" +msgstr "nieskonfigurowane" -#: ihtml/themes/default/acl.tpl:63 -msgid "ACLs for this object" -msgstr "ACLe dla tego obiektu" +#: plugins/personal/posix/class_posixAccount.inc:203 +msgid "automatic" +msgstr "automatyczne" -#: ihtml/themes/default/acl.tpl:69 -#, fuzzy -msgid "Available roles" -msgstr "Dostępni członkowie" +#: plugins/personal/posix/class_posixAccount.inc:259 +msgid "This account has no unix extensions." +msgstr "To konto nie posiada rozszerzeń unix" -#: ihtml/themes/default/acl.tpl:77 ihtml/themes/default/acl.tpl:91 -#: 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:134 -#: ihtml/themes/default/pwd_heimdal.tpl:200 ihtml/themes/default/remove.tpl:15 -#: ihtml/themes/default/islocked.tpl:15 -#: ihtml/themes/default/copyPasteDialog.tpl:21 -#: plugins/personal/generic/generic_certs.tpl:94 -#: plugins/personal/generic/password.tpl:19 -#: plugins/personal/generic/main.inc:161 -#: plugins/personal/generic/generic_picture.tpl:35 -#: plugins/personal/posix/posix_groups.tpl:81 -#: plugins/personal/posix/main.inc:108 -#: plugins/personal/posix/trust_machines.tpl:41 -#: plugins/addons/gotomasses/goto_task.tpl:56 -#: plugins/addons/gotomasses/remove.tpl:19 -#: plugins/admin/users/class_userManagement.inc:877 -#: plugins/admin/users/remove.tpl:16 plugins/admin/users/remove.tpl:19 -#: plugins/admin/users/template.tpl:50 plugins/admin/users/password.tpl:23 -#: plugins/admin/ogroups/class_ogroupManagement.inc:406 -#: plugins/admin/ogroups/ogroup_objects.tpl:56 -#: plugins/admin/ogroups/remove.tpl:17 plugins/admin/ogroups/remove.tpl:21 -#: plugins/admin/departments/class_departmentManagement.inc:409 -#: plugins/admin/departments/dep_move_confirm.tpl:17 -#: plugins/admin/departments/remove.tpl:17 -#: plugins/admin/departments/remove.tpl:21 plugins/admin/acl/acl_role.tpl:61 -#: plugins/admin/acl/acl_role.tpl:75 plugins/admin/acl/tabs_acl.inc:63 -#: plugins/admin/acl/remove.tpl:17 plugins/admin/acl/remove.tpl:21 -#: plugins/admin/acl/tabs_acl_role.inc:49 -#: plugins/admin/groups/group_objects.tpl:57 -#: plugins/admin/groups/class_groupManagement.inc:472 -#: plugins/admin/groups/remove.tpl:18 plugins/admin/groups/remove.tpl:22 -#: setup/setup_ldap.tpl:17 setup/setup_migrate.tpl:135 -#: setup/setup_migrate.tpl:186 setup/setup_migrate.tpl:251 -#: setup/setup_migrate.tpl:307 setup/setup_migrate.tpl:360 -msgid "Cancel" -msgstr "Anuluj" +#: plugins/personal/posix/class_posixAccount.inc:279 +#: plugins/personal/posix/class_posixAccount.inc:282 +msgid "Remove posix account" +msgstr "Usuń konto posixowe" -#: ihtml/themes/default/logout-close.tpl:5 -#, fuzzy -msgid "Your GOsa session has been closed!" -msgstr "Twoja sesja w GOsa wygasła!" +#: plugins/personal/posix/class_posixAccount.inc:280 +msgid "" +"This account has unix features enabled. To disable them, you'll need to " +"remove the samba / environment account first." +msgstr "" +"To konto posiada rozszerzenia unix, Aby je wyłączyć należy najpierw usunąć " +"konto Samba/Środowisko." -#: ihtml/themes/default/logout-close.tpl:7 +#: plugins/personal/posix/class_posixAccount.inc:283 msgid "" -"Please close this browser window and clean the authentication caches to " -"avoid an automatic re-authentication by your browser." +"This account has posix features enabled. You can disable them by clicking " +"below." msgstr "" +"To konto posiada rozszerzenia posix. Można je wyłączyć klikająć poniżej." -#: ihtml/themes/default/framework.tpl:8 ihtml/themes/default/framework.tpl:11 -#: ihtml/themes/default/framework.tpl:20 ihtml/themes/default/framework.tpl:24 -#: include/class_pluglist.inc:176 +#: plugins/personal/posix/class_posixAccount.inc:286 +msgid "Create posix account" +msgstr "Utwórz konto posixowe" + +#: plugins/personal/posix/class_posixAccount.inc:287 msgid "" -"You are currently editing a database entry. Do you want to dismiss the " -"changes?" -msgstr "Obecnie edytujesz bazę danych. Czy chcesz porzucić zmiany?" +"This account has posix features disabled. You can enable them by clicking " +"below." +msgstr "" +"To konto nie posiada rozszerzenia posix. Można je włączyć klikająć poniżej." -#: ihtml/themes/default/framework.tpl:8 ihtml/themes/default/framework.tpl:11 -msgid "Main" -msgstr "Główne" +#: plugins/personal/posix/class_posixAccount.inc:447 +#, 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" -#: ihtml/themes/default/framework.tpl:16 -msgid "Help" -msgstr "Pomoc" +#: plugins/personal/posix/class_posixAccount.inc:451 +#, php-format +msgid "Password must be changed after %s days" +msgstr "Hasło musi zostać zmienione po %s dniach" -#: ihtml/themes/default/framework.tpl:21 ihtml/themes/default/framework.tpl:25 -msgid "Sign out" -msgstr "Wyloguj" +#: plugins/personal/posix/class_posixAccount.inc:455 +#, php-format +msgid "Disable account after %s days of inactivity after password expiery" +msgstr "Wyłącz konto po %s dniach nieaktywności po wygaśnięciu hasła" -#: ihtml/themes/default/framework.tpl:29 -msgid "Signed in:" -msgstr "Zalogowano:" +#: plugins/personal/posix/class_posixAccount.inc:459 +#, php-format +msgid "Warn user %s days before password expiery" +msgstr "Ostrzeż użytkownika na %s dni przed wygaśnięciem hasła" -#: ihtml/themes/default/framework.tpl:32 -msgid "GOsa main menu" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:493 +#: plugins/personal/generic/class_user.inc:265 +msgid "January" +msgstr "Styczeń" -#: ihtml/themes/default/snapshotdialog.tpl:3 -msgid "Restoring object snapshots" -msgstr "Odtwarzanie obiektu snapshotów" +#: plugins/personal/posix/class_posixAccount.inc:493 +#: plugins/personal/generic/class_user.inc:265 +msgid "February" +msgstr "Luty" -#: 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 "" -"Ta procedura przywróci snapshot wybranego obiektu. Obecny obiekt zostanie " -"zamieniony po naciśnięciu przycisku przywróć." +#: plugins/personal/posix/class_posixAccount.inc:493 +#: plugins/personal/generic/class_user.inc:265 +msgid "March" +msgstr "Marzec" -#: ihtml/themes/default/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/posix/class_posixAccount.inc:493 +#: plugins/personal/generic/class_user.inc:265 +msgid "April" +msgstr "Kwiecień" -#: 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 "" +#: plugins/personal/posix/class_posixAccount.inc:494 +#: plugins/personal/generic/class_user.inc:266 +msgid "May" +msgstr "Maj" -#: ihtml/themes/default/snapshotdialog.tpl:20 -#: ihtml/themes/default/snapshotdialog.tpl:62 -#: plugins/admin/departments/class_departmentGeneric.inc:545 -#: include/class_acl.inc:643 include/class_acl.inc:650 -#: include/class_acl.inc:657 include/class_acl.inc:663 -msgid "Object" -msgstr "Obiekt" +#: plugins/personal/posix/class_posixAccount.inc:494 +#: plugins/personal/generic/class_user.inc:266 +msgid "June" +msgstr "Czerwiec" -#: ihtml/themes/default/snapshotdialog.tpl:29 -msgid "There is no snapshot available that could be restored" -msgstr "Brak snapshot'u który mógłby zostać odtworzony" +#: plugins/personal/posix/class_posixAccount.inc:494 +#: plugins/personal/generic/class_user.inc:266 +msgid "July" +msgstr "Lipiec" -#: ihtml/themes/default/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." +#: plugins/personal/posix/class_posixAccount.inc:494 +#: plugins/personal/generic/class_user.inc:266 +msgid "August" +msgstr "Sierpień" -#: ihtml/themes/default/snapshotdialog.tpl:49 -msgid "Creating object snapshots" -msgstr "Tworzenie obiektu snapshoty" +#: plugins/personal/posix/class_posixAccount.inc:494 +#: plugins/personal/generic/class_user.inc:266 +msgid "September" +msgstr "Wrzesień" -#: ihtml/themes/default/snapshotdialog.tpl:52 -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." +#: plugins/personal/posix/class_posixAccount.inc:495 +#: plugins/personal/generic/class_user.inc:267 +msgid "October" +msgstr "Październik" -#: ihtml/themes/default/snapshotdialog.tpl:55 -msgid "" -"Remember that database entries, DNS configurations and possibly created " -"zones in server extensions will not be stored in the snapshot." -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:495 +#: plugins/personal/generic/class_user.inc:267 +msgid "November" +msgstr "Listopad" -#: ihtml/themes/default/snapshotdialog.tpl:70 -msgid "Timestamp" -msgstr "Czas" +#: plugins/personal/posix/class_posixAccount.inc:495 +#: plugins/personal/generic/class_user.inc:267 +msgid "December" +msgstr "Grudzień" -#: ihtml/themes/default/snapshotdialog.tpl:79 -msgid "Reason for generating this snapshot" -msgstr "Przyczyna utworzenia tego snapshot'u" +#: plugins/personal/posix/class_posixAccount.inc:592 +#: setup/setup_config2.tpl:188 +msgid "disabled" +msgstr "wyłączone" -#: ihtml/themes/default/snapshotdialog.tpl:87 -#: plugins/addons/notifications/contents.tpl:78 -#: plugins/admin/users/template.tpl:48 -#: plugins/admin/departments/class_departmentGeneric.inc:472 -#: plugins/admin/departments/class_departmentGeneric.inc:567 -#: setup/class_setup.inc:266 -msgid "Continue" -msgstr "Kontynuuj" +#: plugins/personal/posix/class_posixAccount.inc:592 +msgid "full access" +msgstr "pełen dostęp" -#: ihtml/themes/default/msg_dialog.tpl:60 -#: ihtml/themes/default/msg_dialog.tpl:106 -#: plugins/personal/generic/class_user.inc:374 -#: plugins/personal/generic/class_user.inc:471 -#: plugins/personal/generic/class_user.inc:732 -#: plugins/personal/generic/class_user.inc:1262 -#: plugins/personal/generic/main.inc:103 -#: plugins/personal/posix/class_posixAccount.inc:1278 -#: plugins/addons/gotomasses/class_gotomasses.inc:102 -#: plugins/addons/gotomasses/class_gotomasses.inc:188 -#: plugins/addons/gotomasses/class_gotomasses.inc:203 -#: plugins/addons/gotomasses/class_gotomasses.inc:237 -#: plugins/addons/gotomasses/class_target_list.inc:229 -#: plugins/addons/gotomasses/class_target_list.inc:233 -#: plugins/addons/notifications/class_msgplug.inc:117 -#: plugins/addons/notifications/class_msgplug.inc:213 -#: setup/class_setupStep_Migrate.inc:1019 setup/setup_checks.tpl:30 -#: setup/setup_checks.tpl:91 include/class_plugin.inc:624 -#: include/class_plugin.inc:656 include/class_plugin.inc:692 -#: include/class_plugin.inc:1391 include/class_log.inc:144 -#: include/class_log.inc:152 include/class_log.inc:157 -#: include/class_log.inc:177 include/functions.inc:1175 -#: include/functions.inc:1287 include/class_CopyPasteHandler.inc:274 -#: include/class_CopyPasteHandler.inc:277 -#: include/class_CopyPasteHandler.inc:315 -#: include/class_CopyPasteHandler.inc:318 html/index.php:213 -#: html/index.php:217 -msgid "Error" -msgstr "Błąd" +#: plugins/personal/posix/class_posixAccount.inc:593 +msgid "allow access to these hosts" +msgstr "zezwól na dostęp do tych hostów" -#: ihtml/themes/default/msg_dialog.tpl:76 -#: ihtml/themes/default/msg_dialog.tpl:78 -#: ihtml/themes/default/msg_dialog.tpl:131 -#: ihtml/themes/default/msg_dialog.tpl:133 -#: plugins/personal/generic/main.inc:159 plugins/personal/posix/main.inc:106 -#: plugins/addons/gotomasses/goto_task.tpl:55 -#: plugins/admin/users/class_userManagement.inc:871 -#: plugins/admin/ogroups/class_ogroupManagement.inc:400 -#: plugins/admin/acl/tabs_acl.inc:61 plugins/admin/acl/tabs_acl_role.inc:47 -#: plugins/admin/groups/class_groupManagement.inc:466 -#: setup/class_setupStep_Migrate.inc:217 setup/class_setupStep_Migrate.inc:266 -#: setup/class_setupStep_Migrate.inc:324 setup/class_setupStep_Migrate.inc:392 -#: setup/class_setupStep_Migrate.inc:467 setup/class_setupStep_Migrate.inc:539 -#: setup/class_setupStep_Migrate.inc:592 setup/class_setupStep_Migrate.inc:722 -#: setup/class_setupStep_Migrate.inc:877 -#: setup/class_setupStep_Migrate.inc:1635 setup/setup_checks.tpl:27 -#: setup/setup_checks.tpl:87 -msgid "Ok" -msgstr "Ok" +#: plugins/personal/posix/class_posixAccount.inc:646 +#, php-format +msgid "Removing of user/posix account with dn '%s' failed." +msgstr "Usuwanie konta posix z dn '%s' nieudane." -#: ihtml/themes/default/pwd_heimdal.tpl:5 -#, fuzzy -msgid "Heimdal options" -msgstr "Opcje poczty" +#: plugins/personal/posix/class_posixAccount.inc:802 +#: plugins/admin/acl/remove.tpl:2 plugins/admin/groups/remove.tpl:2 +#: plugins/admin/users/remove.tpl:2 +#: plugins/admin/departments/dep_move_confirm.tpl:2 +#: plugins/admin/departments/remove.tpl:2 plugins/admin/ogroups/remove.tpl:2 +#: include/functions.inc:696 include/functions.inc:2171 +#: include/functions.inc:2175 include/functions.inc:2181 +#: include/class_tabs.inc:214 setup/setup_checks.tpl:32 +#: setup/setup_checks.tpl:93 setup/class_setupStep_Migrate.inc:211 +#: setup/class_setupStep_Migrate.inc:260 setup/class_setupStep_Migrate.inc:385 +#: setup/class_setupStep_Migrate.inc:460 setup/class_setupStep_Migrate.inc:596 +#: setup/class_setupStep_Migrate.inc:726 html/password.php:282 +#: html/index.php:50 html/index.php:56 html/index.php:408 html/index.php:414 +#: ihtml/themes/default/islocked.tpl:6 ihtml/themes/default/remove.tpl:2 +#: ihtml/themes/default/conflict.tpl:6 ihtml/themes/default/msg_dialog.tpl:57 +#: ihtml/themes/default/msg_dialog.tpl:102 +msgid "Warning" +msgstr "Ostrzeżenie" -#: ihtml/themes/default/pwd_heimdal.tpl:6 -msgid "Use empty values for infinite" +#: plugins/personal/posix/class_posixAccount.inc:802 +msgid "Timeout while waiting for lock! Ignoring lock." msgstr "" -#: ihtml/themes/default/pwd_heimdal.tpl:10 -msgid "Ticket max life" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:896 +#, fuzzy +msgid "Uid number" +msgstr "Numer fax" -#: ihtml/themes/default/pwd_heimdal.tpl:18 -msgid "Ticket max renew" +#: plugins/personal/posix/class_posixAccount.inc:896 +msgid "" +"A duplicated uid number was written for this user, if this was not intended " +"please verify all used uidNumbers." msgstr "" -#: ihtml/themes/default/pwd_heimdal.tpl:32 -msgid "infinite" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:910 +#, php-format +msgid "Saving of user/posix account with dn '%s' failed." +msgstr "Zapisywanie konta posix z dn '%s' nieudane." -#: ihtml/themes/default/pwd_heimdal.tpl:34 -#: plugins/addons/gotomasses/class_gotomasses.inc:348 -#, fuzzy -msgid "Hour" -msgstr "godzina" - -#: ihtml/themes/default/pwd_heimdal.tpl:36 -#: plugins/addons/gotomasses/class_gotomasses.inc:347 -#, fuzzy -msgid "Minute" -msgstr "Drukarka" - -#: ihtml/themes/default/pwd_heimdal.tpl:38 -#: plugins/addons/gotomasses/class_gotomasses.inc:346 -#, fuzzy -msgid "Day" -msgstr "dzień" +#: plugins/personal/posix/class_posixAccount.inc:929 +#: plugins/personal/posix/class_posixAccount.inc:1126 +msgid "Group of user" +msgstr "Grupa użytkownika" -#: ihtml/themes/default/pwd_heimdal.tpl:40 -#: plugins/addons/gotomasses/class_gotomasses.inc:349 -#, fuzzy -msgid "Month" -msgstr "miesiąc" +#: plugins/personal/posix/class_posixAccount.inc:985 +#: plugins/personal/posix/class_posixAccount.inc:1062 +msgid "The required field 'Home directory' is not set." +msgstr "Wymagane pole 'Katalog domowy' nie jest ustawione." -#: ihtml/themes/default/pwd_heimdal.tpl:42 -#, fuzzy -msgid "Year" -msgstr "Szukaj" +#: plugins/personal/posix/class_posixAccount.inc:988 +#: plugins/personal/posix/class_posixAccount.inc:1065 +msgid "Please enter a valid path in 'Home directory' field." +msgstr "Proszę podać prawidłową ścieżkę w polu 'Katalog domowy'." -#: ihtml/themes/default/pwd_heimdal.tpl:47 -msgid "Valid ticket start time" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:996 +msgid "Value specified as 'UID' is not valid." +msgstr "Wartość podana jako 'UID' jest nieprawidłowa." -#: ihtml/themes/default/pwd_heimdal.tpl:87 -msgid "Valid ticket end time" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:999 +msgid "Value specified as 'UID' is too small." +msgstr "Wartość podana jako 'UID' jest za mała." -#: ihtml/themes/default/pwd_heimdal.tpl:127 -#, fuzzy -msgid "Password end" -msgstr "Hasło" +#: plugins/personal/posix/class_posixAccount.inc:1003 +#: plugins/admin/groups/class_groupGeneric.inc:899 +msgid "Value specified as 'GID' is not valid." +msgstr "Wartość podana jako 'GID' jest nieprawidłowa." -#: ihtml/themes/default/pwd_heimdal.tpl:198 -#: ihtml/themes/default/copyPasteDialog.tpl:19 -#: plugins/personal/generic/generic_certs.tpl:91 -#: plugins/personal/generic/generic_picture.tpl:33 -#: plugins/admin/departments/class_departmentManagement.inc:407 -#: plugins/admin/departments/dep_move_confirm.tpl:15 -#: include/class_MultiSelectWindow.inc:113 -msgid "Save" -msgstr "Zapisz" +#: plugins/personal/posix/class_posixAccount.inc:1006 +#: plugins/admin/groups/class_groupGeneric.inc:902 +msgid "Value specified as 'GID' is too small." +msgstr "Wartość podana jako 'GID' jest za mała." -#: 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." +#: plugins/personal/posix/class_posixAccount.inc:1014 +#: plugins/personal/posix/class_posixAccount.inc:1071 +msgid "Value specified as 'shadowMin' is not valid." +msgstr "Wartość podana jako 'shadowMin' jest nieprawidłowa." -#: ihtml/themes/default/remove.tpl:9 plugins/addons/gotomasses/remove.tpl:10 -#: plugins/admin/users/remove.tpl:10 plugins/admin/ogroups/remove.tpl:10 -#: plugins/admin/groups/remove.tpl:10 -msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." -msgstr "" -"Jeśli jesteś pewien - naciśnij 'Usuń' aby kontynuować lub 'Anuluj' aby " -"anulować." +#: plugins/personal/posix/class_posixAccount.inc:1019 +#: plugins/personal/posix/class_posixAccount.inc:1076 +msgid "Value specified as 'shadowMax' is not valid." +msgstr "Wartość podana jako 'shadowMax' jest nieprawidłowa." -#: ihtml/themes/default/remove.tpl:13 -#: plugins/personal/posix/paste_generic.tpl:62 -#: plugins/personal/posix/generic.tpl:107 -#: plugins/personal/posix/generic.tpl:149 -#: plugins/personal/posix/generic.tpl:178 -#: plugins/addons/gotomasses/remove.tpl:15 -#: plugins/addons/gotomasses/remove.tpl:17 plugins/admin/users/remove.tpl:15 -#: plugins/admin/users/remove.tpl:18 plugins/admin/ogroups/remove.tpl:15 -#: plugins/admin/ogroups/remove.tpl:19 plugins/admin/ogroups/generic.tpl:54 -#: plugins/admin/departments/remove.tpl:15 -#: plugins/admin/departments/remove.tpl:19 plugins/admin/acl/remove.tpl:15 -#: plugins/admin/acl/remove.tpl:19 plugins/admin/groups/remove.tpl:16 -#: plugins/admin/groups/remove.tpl:20 plugins/admin/groups/generic.tpl:195 -msgid "Delete" -msgstr "Usuń" +#: plugins/personal/posix/class_posixAccount.inc:1024 +#: plugins/personal/posix/class_posixAccount.inc:1081 +msgid "Value specified as 'shadowWarning' is not valid." +msgstr "Wartość podana jako 'shadowWarning' jest nieprawidłowa." -#: ihtml/themes/default/islocked.tpl:2 -msgid "Locking conflict detected" -msgstr "Wykryto konflikt blokady" +#: plugins/personal/posix/class_posixAccount.inc:1027 +#: plugins/personal/posix/class_posixAccount.inc:1084 +msgid "'shadowWarning' without 'shadowMax' makes no sense." +msgstr "'shadowWarning' bez 'shadowMax' nie ma sensu." -#: ihtml/themes/default/islocked.tpl:9 -msgid "" -"If this lock detection is false, the other person has obviously closed the " -"webbrowser during the edit operation. You may want to take over the lock by " -"pressing the 'Edit anyway' button." +#: plugins/personal/posix/class_posixAccount.inc:1030 +#: plugins/personal/posix/class_posixAccount.inc:1087 +msgid "Value specified as 'shadowWarning' should be smaller than 'shadowMax'." 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." +"Wartość podana jako 'shadowWarning' powinna być mniejsza niż 'shadowMax'." -#: ihtml/themes/default/MultiSelectWindow.tpl:55 -#: ihtml/themes/default/MultiSelectWindow.tpl:95 -#: plugins/personal/posix/posix_groups.tpl:21 -#: plugins/admin/ogroups/ogroup_objects.tpl:20 -#: plugins/admin/groups/group_objects.tpl:20 -msgid "Filters" -msgstr "Filtry" +#: plugins/personal/posix/class_posixAccount.inc:1033 +#: plugins/personal/posix/class_posixAccount.inc:1090 +msgid "Value specified as 'shadowWarning' should be greater than 'shadowMin'." +msgstr "" +"Wartość podana jako 'shadowWarning' powinna być większa niż 'shadowMin'." -#: ihtml/themes/default/password.tpl:6 -#, fuzzy -msgid "Change your password" -msgstr "Zmień hasło" +#: plugins/personal/posix/class_posixAccount.inc:1038 +#: plugins/personal/posix/class_posixAccount.inc:1095 +msgid "Value specified as 'shadowInactive' is not valid." +msgstr "Wartość podana jako ;shadowInactive' jest nieprawidłowa." -#: ihtml/themes/default/password.tpl:33 -#, fuzzy -msgid "Success" -msgstr "Eksport zakończony powodzeniem" +#: plugins/personal/posix/class_posixAccount.inc:1041 +#: plugins/personal/posix/class_posixAccount.inc:1098 +msgid "'shadowInactive' without 'shadowMax' makes no sense." +msgstr "'shadowInactive' bez 'shadowMax' nie ma sensu." -#: ihtml/themes/default/password.tpl:33 -msgid "Your password has been changed successfully." -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:1046 +#: plugins/personal/posix/class_posixAccount.inc:1103 +msgid "Value specified as 'shadowMin' should be smaller than 'shadowMax'." +msgstr "Wartość podana jako 'shadowMin' powinna być mniejsza niż 'shadowMax'." -#: ihtml/themes/default/password.tpl:39 -#: plugins/admin/users/class_userManagement.inc:296 -#, fuzzy -msgid "Password change" -msgstr "Brak uprawnień do zmiay hasła" +#: plugins/personal/posix/class_posixAccount.inc:1305 +#: plugins/personal/generic/class_user.inc:374 +#: plugins/personal/generic/class_user.inc:471 +#: plugins/personal/generic/class_user.inc:732 +#: plugins/personal/generic/class_user.inc:1262 +#: plugins/personal/generic/main.inc:103 +#: plugins/addons/notifications/class_msgplug.inc:117 +#: plugins/addons/notifications/class_msgplug.inc:213 +#: plugins/admin/groups/class_groupGeneric.inc:711 +#: plugins/admin/groups/class_groupGeneric.inc:716 +#: plugins/admin/groups/class_groupGeneric.inc:944 include/functions.inc:1188 +#: include/functions.inc:1300 include/class_plugin.inc:621 +#: include/class_plugin.inc:653 include/class_plugin.inc:689 +#: include/class_plugin.inc:1370 include/class_CopyPasteHandler.inc:274 +#: include/class_CopyPasteHandler.inc:277 +#: include/class_CopyPasteHandler.inc:315 +#: include/class_CopyPasteHandler.inc:318 include/class_log.inc:144 +#: include/class_log.inc:152 include/class_log.inc:157 +#: include/class_log.inc:177 setup/setup_checks.tpl:30 +#: setup/setup_checks.tpl:91 setup/class_setupStep_Migrate.inc:1019 +#: html/index.php:214 html/index.php:218 +#: ihtml/themes/default/msg_dialog.tpl:55 +#: ihtml/themes/default/msg_dialog.tpl:100 +msgid "Error" +msgstr "Błąd" -#: ihtml/themes/default/password.tpl:51 -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." +#: plugins/personal/posix/class_posixAccount.inc:1305 +msgid "Cannot allocate a free ID: too many users!" msgstr "" -#: ihtml/themes/default/password.tpl:76 ihtml/themes/default/password.tpl:77 -#: plugins/personal/password/password.tpl:11 -msgid "Current password" -msgstr "Obecne hasło" +#: plugins/personal/posix/class_posixAccount.inc:1480 +msgid "POSIX account" +msgstr "Konto POSIX" -#: ihtml/themes/default/password.tpl:80 ihtml/themes/default/password.tpl:81 -#: ihtml/themes/default/password.tpl:84 -#: plugins/personal/password/password.tpl:16 -#: plugins/personal/generic/password.tpl:7 plugins/admin/users/password.tpl:11 -msgid "New password" -msgstr "Nowe hasło" +#: plugins/personal/posix/class_posixAccount.inc:1492 +#: setup/setup_migrate.tpl:217 html/getxls.php:100 html/getxls.php:135 +#: html/getxls.php:158 html/getxls.php:347 html/getxls.php:364 +msgid "User ID" +msgstr "Identyfikator użytkownika" -#: ihtml/themes/default/password.tpl:84 -#, fuzzy -msgid "again" -msgstr "Główne" +#: plugins/personal/posix/class_posixAccount.inc:1493 +msgid "Group ID" +msgstr "ID grupy" -#: ihtml/themes/default/password.tpl:85 -#, fuzzy -msgid "New password repeated" -msgstr "Nowe hasło" +#: plugins/personal/posix/class_posixAccount.inc:1495 +msgid "Force password change on login" +msgstr "Wymuś zmianę hasła podczas logowania" -#: ihtml/themes/default/password.tpl:92 -#, fuzzy -msgid "Change" -msgstr "Kanał" +#: plugins/personal/posix/class_posixAccount.inc:1496 +msgid "Shadow min" +msgstr "Shadow min" -#: ihtml/themes/default/password.tpl:93 -#, fuzzy -msgid "Click here to change your password" -msgstr "Brak uprawnień do zmiany własnego hasła" +#: plugins/personal/posix/class_posixAccount.inc:1497 +msgid "Shadow max" +msgstr "Shadow max" -#: ihtml/themes/default/copyPasteDialog.tpl:1 -#, fuzzy -msgid "Copy & paste wizard" -msgstr "Kreator Copy & paste" +#: plugins/personal/posix/class_posixAccount.inc:1498 +msgid "Shadow warning" +msgstr "Shadow ostrzeżenie" -#: ihtml/themes/default/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." +#: plugins/personal/posix/class_posixAccount.inc:1499 +msgid "Shadow inactive" +msgstr "Shadow nieaktywne" -#: ihtml/themes/default/copyPasteDialog.tpl:9 -msgid "Remember that some properties like taken snapshots will not be copied!" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:1500 +msgid "Shadow expire" +msgstr "Shadow wygasa" -#: 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 "" +#: plugins/personal/posix/class_posixAccount.inc:1501 +msgid "System trust model" +msgstr "Zaufanie do systemów" -#: ihtml/themes/default/copyPasteDialog.tpl:24 -#, fuzzy -msgid "Cancel all" -msgstr "Anuluj" +#: plugins/personal/posix/main.inc:106 plugins/personal/generic/main.inc:159 +#: plugins/admin/acl/tabs_acl.inc:61 plugins/admin/acl/tabs_acl_role.inc:47 +#: plugins/admin/groups/class_groupManagement.inc:466 +#: plugins/admin/users/class_userManagement.inc:871 +#: plugins/admin/ogroups/class_ogroupManagement.inc:400 +#: setup/setup_checks.tpl:27 setup/setup_checks.tpl:87 +#: setup/class_setupStep_Migrate.inc:217 setup/class_setupStep_Migrate.inc:266 +#: setup/class_setupStep_Migrate.inc:324 setup/class_setupStep_Migrate.inc:392 +#: setup/class_setupStep_Migrate.inc:467 setup/class_setupStep_Migrate.inc:539 +#: setup/class_setupStep_Migrate.inc:592 setup/class_setupStep_Migrate.inc:722 +#: setup/class_setupStep_Migrate.inc:877 +#: setup/class_setupStep_Migrate.inc:1635 +#: ihtml/themes/default/msg_dialog.tpl:76 +#: ihtml/themes/default/msg_dialog.tpl:78 +#: ihtml/themes/default/msg_dialog.tpl:131 +#: ihtml/themes/default/msg_dialog.tpl:133 +msgid "Ok" +msgstr "Ok" -#: ihtml/themes/default/copyPasteDialog.tpl:30 -msgid "Operation complete" -msgstr "Operacja zakończona" +#: plugins/personal/posix/main.inc:118 plugins/personal/generic/main.inc:182 +msgid "Click the 'Edit' button below to change informations in this dialog" +msgstr "Kliknij przycisk 'Edytuj' poniżej, aby zmienić informacje w tym oknie" -#: ihtml/themes/default/copyPasteDialog.tpl:32 -#: setup/class_setupStep_Finish.inc:37 -msgid "Finish" -msgstr "Zakończ" +#: plugins/personal/posix/main.inc:120 plugins/personal/generic/main.inc:172 +#: plugins/admin/groups/class_divListGroup.inc:171 +#: plugins/admin/users/class_divListUsers.inc:164 +msgid "Edit" +msgstr "Edytuj" -#: ihtml/themes/default/sizelimit.tpl:3 +#: plugins/personal/posix/main.inc:129 +msgid "Unix settings" +msgstr "Ustawienia Unix" + +#: plugins/personal/generic/password.tpl:2 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." +"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 "" -"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." +"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." -#: ihtml/themes/default/sizelimit.tpl:6 -msgid "Please choose the way to react for this session" -msgstr "Proszę wybrać sposób reakcji dla tej sesji" +#: plugins/personal/generic/generic_picture.tpl:5 +#: plugins/personal/generic/generic_picture.tpl:15 +#: plugins/personal/generic/multiple_generic.tpl:13 +#: plugins/personal/generic/paste_generic.tpl:37 +#: plugins/personal/generic/generic.tpl:20 +#: plugins/personal/generic/generic.tpl:22 +#: plugins/personal/generic/generic.tpl:38 +msgid "Personal picture" +msgstr "Osobiste zdjęcie" -#: ihtml/themes/default/sizelimit.tpl:9 -msgid "ignore this error and show all entries the LDAP server returns" -msgstr "Ignoruj ten błąd i pokaż wszystkie elementy które zwraca serwer LDAP" +#: plugins/personal/generic/generic_picture.tpl:27 +#: plugins/personal/generic/paste_generic.tpl:52 +msgid "Remove picture" +msgstr "Usuń obrazek" -#: ihtml/themes/default/sizelimit.tpl:10 -msgid "" -"ignore this error and show all entries that fit into the defined sizelimit " -"and let me use filters instead" -msgstr "" -"ignoruj ten błąd i pokaż wszystkie elementy które zmieszczą się w " -"zdefiniowanych limicie rozmiaru i pozwól mi użyć filtrów" +#: plugins/personal/generic/generic_picture.tpl:33 +#: plugins/personal/generic/generic_certs.tpl:91 +#: plugins/admin/departments/dep_move_confirm.tpl:15 +#: plugins/admin/departments/class_departmentManagement.inc:407 +#: include/class_MultiSelectWindow.inc:113 +#: ihtml/themes/default/copyPasteDialog.tpl:19 +#: ihtml/themes/default/pwd_heimdal.tpl:198 +msgid "Save" +msgstr "Zapisz" -#: ihtml/themes/default/sizelimit.tpl:14 -#: plugins/personal/generic/generic.tpl:137 -msgid "Set" -msgstr "Ustaw" +#: plugins/personal/generic/multiple_generic.tpl:5 +#: plugins/personal/generic/generic.tpl:6 +msgid "Personal information" +msgstr "Informacje osobiste" -#: ihtml/themes/default/help.tpl:9 -msgid "GOsa help viewer" -msgstr "Podgląd pomocy GOsa" +#: plugins/personal/generic/multiple_generic.tpl:23 +#: plugins/personal/generic/generic.tpl:108 +#: plugins/personal/generic/class_user.inc:1424 +msgid "Academic title" +msgstr "Tytuł naukowy" -#: ihtml/themes/default/help.tpl:15 -msgid "Index" -msgstr "Indeks" +#: plugins/personal/generic/multiple_generic.tpl:33 +#: plugins/personal/generic/generic.tpl:157 +msgid "Preferred langage" +msgstr "Preferowany język" -#: ihtml/themes/default/help.tpl:21 setup/setup_ldap.tpl:13 -msgid "Search" -msgstr "Szukaj" +#: plugins/personal/generic/multiple_generic.tpl:47 +#: plugins/personal/generic/generic.tpl:170 +#: plugins/personal/generic/class_user.inc:1418 +#: plugins/admin/acl/class_divListACL.inc:134 +#: plugins/admin/acl/acl_role.tpl:27 plugins/admin/acl/class_aclRole.inc:678 +#: plugins/admin/groups/class_groupGeneric.inc:1002 +#: plugins/admin/groups/class_divListGroup.inc:151 +#: plugins/admin/groups/generic.tpl:39 +#: plugins/admin/users/class_divListUsers.inc:143 +#: plugins/admin/departments/class_divListDepartment.inc:125 +#: plugins/admin/departments/generic.tpl:35 +#: plugins/admin/departments/class_departmentGeneric.inc:571 +#: plugins/admin/ogroups/class_divListOGroup.inc:163 +#: plugins/admin/ogroups/class_ogroup.inc:750 +#: plugins/admin/ogroups/generic.tpl:26 setup/setup_ldap.tpl:55 +msgid "Base" +msgstr "Kontener" -#: plugins/generic/welcome/welcome.tpl:4 -msgid "" -"This is the GOsa main menu. You can select your tasks from the menu on the " -"left, or by choosing one of the pictograms below. All changes apply directly " -"to your companies LDAP server." -msgstr "" -"To jest główny ekran GOsa. Można wybrać zadania z menu po lewej stronie, lub " -"wybierając jeden z piktogramów poniżej. Wszelkie zmiany wchodzą bezpośrednio " -"do serwera LDAP." +#: plugins/personal/generic/multiple_generic.tpl:53 +#: plugins/personal/generic/generic.tpl:175 +msgid "Choose subtree to place user in" +msgstr "Wybierz poddrzewo do umieszczenia konta." -#: plugins/generic/welcome/welcome.tpl:8 -msgid "" -"Use 'Sign out' on the upper left to close the connection and 'Main' to get " -"back to the pictogram view." -msgstr "" -"Użyj 'Wyloguj' na górze ekranu aby zamknąć połączenie oraz 'Główne' aby " -"wrócić do głównego ekranu z widokiem piktogramów." +#: plugins/personal/generic/multiple_generic.tpl:56 +#: plugins/personal/generic/generic.tpl:180 plugins/admin/acl/acl_role.tpl:37 +#: plugins/admin/groups/generic.tpl:49 +#: plugins/admin/departments/generic.tpl:45 +#: plugins/admin/ogroups/generic.tpl:34 +msgid "Select a base" +msgstr "Wybierz bazę" -#: plugins/generic/welcome/welcome.tpl:15 -msgid "The GOsa team" -msgstr "Zespół GOsa" +#: plugins/personal/generic/multiple_generic.tpl:67 +#: plugins/personal/generic/multiple_generic.tpl:285 +#: plugins/personal/generic/generic.tpl:194 +#: plugins/personal/generic/generic.tpl:389 +#: plugins/admin/departments/generic.tpl:76 +#: plugins/admin/departments/class_departmentGeneric.inc:577 +#: html/getxls.php:227 +msgid "Address" +msgstr "Adres" -#: plugins/generic/welcome/main.inc:24 -#, php-format -msgid "Welcome %s!" -msgstr "Witaj %s!" +#: plugins/personal/generic/multiple_generic.tpl:78 +#: plugins/personal/generic/generic.tpl:202 +msgid "Private phone" +msgstr "Telefon prywatny" -#: plugins/generic/references/class_reference.inc:22 -#: plugins/personal/posix/class_posixAccount.inc:16 -msgid "UNIX" -msgstr "UNIX" +#: plugins/personal/generic/multiple_generic.tpl:88 +#: plugins/personal/generic/generic.tpl:210 +#: plugins/personal/generic/class_user.inc:1427 +msgid "Homepage" +msgstr "Strona domowa" -#: plugins/generic/references/class_reference.inc:30 -msgid "FAX" -msgstr "FAX" +#: plugins/personal/generic/multiple_generic.tpl:105 +#: plugins/personal/generic/generic.tpl:223 +msgid "Password storage" +msgstr "Przechowywanie hasła" -#: plugins/generic/references/class_reference.inc:32 -msgid "Proxy" -msgstr "Proxy" +#: plugins/personal/generic/multiple_generic.tpl:117 +#: plugins/personal/generic/generic.tpl:238 +#: plugins/personal/generic/generic_certs.tpl:3 +msgid "Certificates" +msgstr "Certyfikaty" -#: plugins/generic/references/class_reference.inc:34 -msgid "FTP" -msgstr "FTP" +#: plugins/personal/generic/multiple_generic.tpl:121 +#: plugins/personal/generic/generic.tpl:241 +msgid "Edit certificates" +msgstr "Edytuj certyfikaty" -#: plugins/generic/references/class_reference.inc:36 -#: plugins/admin/ogroups/class_ogroupManagement.inc:451 -#: plugins/admin/groups/class_divListGroup.inc:165 -msgid "Group" -msgstr "Grupa" +#: plugins/personal/generic/multiple_generic.tpl:137 +#: plugins/personal/generic/generic.tpl:259 +msgid "Organizational information" +msgstr "Informacje organizacyjne" + +#: plugins/personal/generic/multiple_generic.tpl:149 +#: plugins/personal/generic/generic.tpl:271 +#: plugins/personal/generic/class_user.inc:1428 setup/setup_feedback.tpl:14 +#: html/getxls.php:299 +msgid "Organization" +msgstr "Organizacja" -#: plugins/generic/references/class_reference.inc:38 -#: plugins/personal/generic/class_user.inc:1429 #: plugins/personal/generic/multiple_generic.tpl:159 #: plugins/personal/generic/generic.tpl:279 +#: plugins/personal/generic/class_user.inc:1429 #: plugins/admin/users/class_divListUsers.inc:61 -#: plugins/admin/ogroups/class_ogroupManagement.inc:453 #: plugins/admin/departments/class_divListDepartment.inc:137 +#: plugins/admin/ogroups/class_ogroupManagement.inc:453 +#: plugins/generic/references/class_reference.inc:38 msgid "Department" msgstr "Departament" -#: plugins/generic/references/class_reference.inc:42 -#: plugins/admin/ogroups/class_ogroupManagement.inc:452 -#: plugins/admin/ogroups/tabs_ogroups.inc:122 -#: plugins/admin/groups/class_divListGroup.inc:232 -msgid "Application" -msgstr "Aplikacja" +#: plugins/personal/generic/multiple_generic.tpl:169 +#: plugins/personal/generic/generic.tpl:287 +msgid "Department No." +msgstr "Numer departamentu" -#: plugins/generic/references/class_reference.inc:44 -#: plugins/addons/gotomasses/class_target_list.inc:180 -#: plugins/admin/ogroups/class_ogroupManagement.inc:454 -#: setup/setup_config2.tpl:248 setup/setup_config2.tpl:293 -msgid "Server" -msgstr "Serwer" +#: plugins/personal/generic/multiple_generic.tpl:179 +#: plugins/personal/generic/generic.tpl:295 +msgid "Employee No." +msgstr "Numer pracownika" -#: plugins/generic/references/class_reference.inc:46 -msgid "Thin Client" -msgstr "Cienki klient" +#: plugins/personal/generic/multiple_generic.tpl:189 +#: plugins/personal/generic/generic.tpl:303 +#: plugins/personal/generic/class_user.inc:1435 +msgid "Employee type" +msgstr "Typ pracownika" -#: plugins/generic/references/class_reference.inc:48 -#: plugins/addons/gotomasses/class_target_list.inc:182 -#: plugins/admin/ogroups/class_ogroupManagement.inc:456 -msgid "Workstation" -msgstr "Stacja robocza" +#: plugins/personal/generic/multiple_generic.tpl:207 +#: plugins/personal/generic/multiple_generic.tpl:418 +#: plugins/personal/generic/generic.tpl:321 +#: plugins/personal/generic/generic.tpl:503 +msgid "Room No." +msgstr "Numer pokoju" -#: plugins/generic/references/class_reference.inc:50 -#: plugins/addons/gotomasses/class_target_list.inc:184 -#: plugins/admin/ogroups/class_divListOGroup.inc:176 -#: plugins/admin/ogroups/class_divListOGroup.inc:294 -msgid "Object group" -msgstr "Grupa obiektu" +#: plugins/personal/generic/multiple_generic.tpl:217 +#: plugins/personal/generic/multiple_generic.tpl:428 +#: plugins/personal/generic/generic.tpl:330 +#: plugins/personal/generic/generic.tpl:511 +#: plugins/admin/groups/class_divListGroup.inc:234 +#: plugins/admin/users/class_divListUsers.inc:244 +#: plugins/admin/departments/generic.tpl:83 +#: plugins/admin/ogroups/class_ogroupManagement.inc:455 +#: plugins/generic/references/class_reference.inc:40 +msgid "Phone" +msgstr "Telefon" -#: plugins/generic/references/contents.tpl:11 -#: plugins/addons/gotomasses/class_target_list.inc:48 -msgid "Object name" -msgstr "Nazwa obiektu" +#: plugins/personal/generic/multiple_generic.tpl:227 +#: plugins/personal/generic/generic.tpl:339 html/getxls.php:299 +msgid "Mobile" +msgstr "Komórka" -#: plugins/generic/references/contents.tpl:11 -#: plugins/addons/gotomasses/class_gotomasses.inc:344 -#: plugins/admin/ogroups/class_ogroup.inc:763 -#: plugins/admin/ogroups/generic.tpl:15 -#: plugins/admin/departments/class_departmentGeneric.inc:590 -#: plugins/admin/departments/generic.tpl:16 plugins/admin/acl/acl_role.tpl:17 -#: plugins/admin/acl/class_aclRole.inc:679 plugins/admin/groups/generic.tpl:24 -#: plugins/admin/groups/class_groupGeneric.inc:1003 html/getxls.php:158 -#: html/getxls.php:287 -msgid "Description" -msgstr "Opis" +#: plugins/personal/generic/multiple_generic.tpl:237 +#: plugins/personal/generic/generic.tpl:347 html/getxls.php:226 +#: html/getxls.php:300 +msgid "Pager" +msgstr "Pager" -#: plugins/generic/references/contents.tpl:11 -msgid "Contents" -msgstr "Zawartość" +#: plugins/personal/generic/multiple_generic.tpl:247 +#: plugins/personal/generic/multiple_generic.tpl:438 +#: plugins/personal/generic/generic.tpl:355 +#: plugins/personal/generic/generic.tpl:523 +#: plugins/admin/users/class_divListUsers.inc:246 +#: plugins/admin/departments/generic.tpl:91 +#: plugins/admin/departments/class_departmentGeneric.inc:579 +#: html/getxls.php:222 html/getxls.php:297 +msgid "Fax" +msgstr "Fax" -#: plugins/generic/references/contents.tpl:18 -msgid "This object has no relationship to other objects." -msgstr "Ten obiekt nie posiada powiązań z innymi obiektami." +#: plugins/personal/generic/multiple_generic.tpl:265 +#: plugins/personal/generic/generic.tpl:373 +#: plugins/personal/generic/class_user.inc:1436 +#: plugins/admin/departments/generic.tpl:56 +#: plugins/admin/departments/generic.tpl:68 +#: plugins/admin/departments/class_departmentGeneric.inc:572 +#: html/getxls.php:224 +msgid "Location" +msgstr "Lokalizacja" -#: plugins/personal/password/class_password.inc:25 -#: plugins/personal/generic/class_user.inc:17 -#: plugins/personal/posix/class_posixAccount.inc:17 -#: plugins/addons/gotomasses/class_gotomasses.inc:7 -#: plugins/addons/gotomasses/class_goto_task.inc:7 -#: plugins/addons/notifications/class_msgplug.inc:7 -#: plugins/admin/users/class_userManagement.inc:25 -#: plugins/admin/ogroups/class_ogroupManagement.inc:25 -#: plugins/admin/departments/class_departmentManagement.inc:25 -#: plugins/admin/acl/class_aclRole.inc:7 -#: plugins/admin/acl/class_aclManagement.inc:25 -#: plugins/admin/groups/class_groupManagement.inc:25 include/class_acl.inc:7 -msgid "This does something" -msgstr "To robi coś" +#: plugins/personal/generic/multiple_generic.tpl:275 +#: plugins/personal/generic/generic.tpl:381 +#: plugins/personal/generic/class_user.inc:1437 +#: plugins/admin/departments/generic.tpl:60 +#: plugins/admin/departments/class_departmentGeneric.inc:576 +#: html/getxls.php:228 html/getxls.php:301 +msgid "State" +msgstr "Stan" -#: plugins/personal/password/class_password.inc:77 -#: plugins/personal/password/class_password.inc:80 -#: plugins/personal/password/class_password.inc:83 -#: plugins/personal/password/class_password.inc:86 -#: plugins/personal/password/class_password.inc:89 -#: plugins/personal/password/class_password.inc:92 -#: plugins/personal/password/class_password.inc:106 -#: plugins/personal/password/class_password.inc:112 -#: plugins/personal/password/class_password.inc:140 -#: plugins/personal/generic/class_user.inc:1419 -msgid "User password" -msgstr "Hasło użytkownika" +#: plugins/personal/generic/multiple_generic.tpl:302 +#: plugins/personal/generic/generic.tpl:405 +#: plugins/personal/generic/class_user.inc:1395 +msgid "Vocation" +msgstr "Wywołanie" -#: plugins/personal/password/class_password.inc:78 -msgid "You need to specify your current password in order to proceed." -msgstr "Proszę podać obecne hasło aby kontynuować." +#: plugins/personal/generic/multiple_generic.tpl:312 +#: plugins/personal/generic/generic.tpl:413 +#: plugins/personal/generic/class_user.inc:1398 +msgid "Unit description" +msgstr "Opis jednostki" -#: plugins/personal/password/class_password.inc:81 -#: plugins/personal/generic/main.inc:80 -#: plugins/admin/users/class_userManagement.inc:189 html/password.php:195 -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/generic/multiple_generic.tpl:323 +#: plugins/personal/generic/generic.tpl:422 +#: plugins/personal/generic/class_user.inc:1399 +msgid "Subject area" +msgstr "Sektor" -#: plugins/personal/password/class_password.inc:84 -#: plugins/personal/generic/main.inc:85 -#: plugins/admin/users/class_userManagement.inc:194 html/password.php:198 -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/generic/multiple_generic.tpl:334 +#: plugins/personal/generic/generic.tpl:431 +#: plugins/personal/generic/class_user.inc:1400 +msgid "Functional title" +msgstr "Tytuł funkcjonalny" -#: plugins/personal/password/class_password.inc:87 html/password.php:206 -msgid "The password used as new and current are too similar." -msgstr "Hasło podane jako nowe jest zbyt podobne do obecnego." +#: plugins/personal/generic/multiple_generic.tpl:345 +#: plugins/personal/generic/generic.tpl:440 +#: plugins/personal/generic/class_user.inc:1404 +#: plugins/admin/acl/class_divListACL.inc:147 +#: plugins/admin/acl/class_divListACL.inc:206 +#: plugins/admin/acl/class_aclRole.inc:668 +msgid "Role" +msgstr "Pełniona funkcja" -#: plugins/personal/password/class_password.inc:90 html/password.php:211 -msgid "The password used as new is to short." -msgstr "Hasło podane jako nowe jest za krótkie." +#: plugins/personal/generic/multiple_generic.tpl:360 +#: plugins/personal/generic/generic.tpl:454 +#: plugins/personal/generic/class_user.inc:1397 +msgid "Person locality" +msgstr "Lokalizacja osoby" -#: plugins/personal/password/class_password.inc:93 -#, 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/generic/multiple_generic.tpl:371 +#: plugins/personal/generic/generic.tpl:463 +#: plugins/personal/generic/class_user.inc:1393 +msgid "Unit" +msgstr "Jednostka" -#: plugins/personal/password/class_password.inc:107 -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/generic/multiple_generic.tpl:382 +#: plugins/personal/generic/generic.tpl:472 +#: plugins/personal/generic/class_user.inc:1403 +msgid "Street" +msgstr "Ulica" -#: plugins/personal/password/class_password.inc:113 -#, fuzzy -msgid "You have no permission to change your password." -msgstr "Brak uprawnień do zmiany własnego hasła" +#: plugins/personal/generic/multiple_generic.tpl:392 +#: plugins/personal/generic/generic.tpl:480 +#: plugins/personal/generic/class_user.inc:1405 html/getxls.php:227 +msgid "Postal code" +msgstr "Kod pocztowy" -#: plugins/personal/password/nochange.tpl:2 -msgid "Password change not allowed" -msgstr "Brak uprawnień do zmiay hasła" +#: plugins/personal/generic/multiple_generic.tpl:402 +#: plugins/personal/generic/generic.tpl:488 +#: plugins/personal/generic/class_user.inc:1394 +msgid "House identifier" +msgstr "Identyfikator budynku" -#: plugins/personal/password/nochange.tpl:6 -msgid "You are not allowed to change your password at this time" -msgstr "Brak uprawnień do zmiany własnego hasła w tym momencie" +#: plugins/personal/generic/multiple_generic.tpl:449 +#: plugins/personal/generic/generic.tpl:532 +#: plugins/personal/generic/class_user.inc:1396 +msgid "Last delivery" +msgstr "Ostatnia dostawa" -#: plugins/personal/password/changed.tpl:3 -msgid "" -"You've successfully changed your password. Remember to change all programms " -"configured to use it as well." -msgstr "" -"Pomyślnie zmieniono hasło. Proszę pamiętać aby zmienić również ustawienia w " -"programach skonfigurowanych do używania tego hasła." +#: plugins/personal/generic/multiple_generic.tpl:460 +#: plugins/personal/generic/generic.tpl:541 +#: plugins/personal/generic/class_user.inc:1402 +msgid "Public visible" +msgstr "Publicznie widoczne" -#: plugins/personal/password/changed.tpl:9 -#: plugins/personal/generic/main.inc:169 -#: plugins/admin/departments/class_departmentManagement.inc:444 -#: plugins/admin/departments/dep_iframe.tpl:18 setup/class_setup.inc:261 -#: setup/class_setup.inc:263 include/functions.inc:1496 -msgid "Back" -msgstr "Wróć" +#: plugins/personal/generic/paste_generic.tpl:1 +msgid "User settings" +msgstr "Ustawienia użytkownika" -#: plugins/personal/password/password.tpl:2 -msgid "" -"To change your personal password use the fields below. The changes take " -"effect immediately. Please memorize the new password, because you wouldn't " -"be able to login without it." -msgstr "" -"Aby zmienić własne hasło, proszę użyć formularza poniżej. Zmiany są " -"wprowadzane do systemu natychmiast. Proszę zapamiętać nowe hasło, gdyż bez " -"niego logowanie będzie niemożliwe." +#: plugins/personal/generic/paste_generic.tpl:7 +#: plugins/personal/generic/generic.tpl:49 plugins/admin/users/template.tpl:23 +msgid "Last name" +msgstr "Nazwisko" -#: plugins/personal/password/password.tpl:6 plugins/admin/users/password.tpl:6 -msgid "" -"Changing the password affects your authentification on mail, proxy, samba " -"and unix services." +#: plugins/personal/generic/paste_generic.tpl:11 +#: plugins/personal/generic/generic.tpl:69 plugins/admin/users/template.tpl:27 +msgid "First name" +msgstr "Imię" + +#: plugins/personal/generic/paste_generic.tpl:15 +#: plugins/personal/generic/generic.tpl:82 plugins/admin/users/template.tpl:32 +msgid "Login" +msgstr "Login" + +#: plugins/personal/generic/paste_generic.tpl:23 +msgid "Clear password" +msgstr "Wyczyść hasło" + +#: plugins/personal/generic/paste_generic.tpl:24 +msgid "Set new password" +msgstr "Ustaw nowe hasło" + +#: plugins/personal/generic/paste_generic.tpl:47 +#: plugins/personal/generic/class_user.inc:1438 +msgid "User picture" +msgstr "Zdjęcie użytkownika" + +#: plugins/personal/generic/generic.tpl:29 +#: plugins/personal/generic/generic.tpl:40 +msgid "Change picture" +msgstr "Zmień zdjęcie" + +#: plugins/personal/generic/generic.tpl:52 +#: plugins/personal/generic/generic.tpl:73 +#: plugins/personal/generic/generic.tpl:89 plugins/admin/groups/generic.tpl:14 +msgid "Multiple edit" msgstr "" -"Zmiana hasła jest powiązana z autentykacją do usług poczty, proxy, samba, " -"oraz unix." -#: plugins/personal/password/password.tpl:21 -#: plugins/personal/generic/password.tpl:11 -#: plugins/admin/users/password.tpl:15 -msgid "Repeat new password" -msgstr "Powtórz nowe hasło" +#: plugins/personal/generic/generic.tpl:62 +msgid "Template name" +msgstr "Nazwa Szablonu" -#: plugins/personal/password/password.tpl:30 -#: plugins/personal/generic/password.tpl:17 -#: plugins/admin/users/password.tpl:21 -msgid "Set password" -msgstr "Ustaw hasło" +#: plugins/personal/generic/generic.tpl:98 +#: plugins/personal/generic/class_user.inc:1423 +msgid "Personal title" +msgstr "Osobisty tytuł" -#: plugins/personal/password/password.tpl:32 -msgid "Clear fields" -msgstr "Wyczyść pola" +#: plugins/personal/generic/generic.tpl:119 +#: plugins/personal/generic/class_user.inc:1430 +msgid "Date of birth" +msgstr "Data urodzenia" -#: plugins/personal/password/main.inc:46 setup/setup_config1.tpl:136 -#, fuzzy -msgid "Password settings" -msgstr "Ustawienia użytkownika" +#: plugins/personal/generic/generic.tpl:137 +#: ihtml/themes/default/sizelimit.tpl:14 +msgid "Set" +msgstr "Ustaw" -#: plugins/personal/generic/generic_certs.tpl:3 -#: plugins/personal/generic/multiple_generic.tpl:117 -#: plugins/personal/generic/generic.tpl:238 -msgid "Certificates" -msgstr "Certyfikaty" +#: plugins/personal/generic/generic.tpl:144 html/getxls.php:86 +#: html/getxls.php:281 +msgid "Sex" +msgstr "Płeć" + +#: plugins/personal/generic/generic.tpl:230 include/functions.inc:936 +msgid "Configure" +msgstr "Konfiguruj" + +#: plugins/personal/generic/generic.tpl:517 +msgid "Please use the phone tab" +msgstr "Proszę użyć zakładki telefony" #: plugins/personal/generic/generic_certs.tpl:8 msgid "Standard certificate" @@ -1171,11 +1163,11 @@ msgstr "Standardowy certyfikat" #: plugins/personal/generic/generic_certs.tpl:21 #: plugins/personal/generic/generic_certs.tpl:45 #: plugins/personal/generic/generic_certs.tpl:69 -#: plugins/admin/users/class_divListUsers.inc:168 -#: plugins/admin/ogroups/class_divListOGroup.inc:185 -#: plugins/admin/departments/class_divListDepartment.inc:141 #: plugins/admin/acl/class_divListACL.inc:153 #: plugins/admin/groups/class_divListGroup.inc:173 +#: plugins/admin/users/class_divListUsers.inc:168 +#: plugins/admin/departments/class_divListDepartment.inc:141 +#: plugins/admin/ogroups/class_divListOGroup.inc:185 msgid "Remove" msgstr "Usuń" @@ -1192,73 +1184,13 @@ msgstr "certyfikat PKCS12" msgid "Certificate serial number" msgstr "Nmer seryjny certyfikatu" -#: plugins/personal/generic/class_user.inc:265 -#: plugins/personal/posix/class_posixAccount.inc:494 -msgid "January" -msgstr "Styczeń" +#: plugins/personal/generic/class_user.inc:276 +msgid "female" +msgstr "kobieta" -#: plugins/personal/generic/class_user.inc:265 -#: plugins/personal/posix/class_posixAccount.inc:494 -msgid "February" -msgstr "Luty" - -#: plugins/personal/generic/class_user.inc:265 -#: plugins/personal/posix/class_posixAccount.inc:494 -msgid "March" -msgstr "Marzec" - -#: plugins/personal/generic/class_user.inc:265 -#: plugins/personal/posix/class_posixAccount.inc:494 -msgid "April" -msgstr "Kwiecień" - -#: plugins/personal/generic/class_user.inc:266 -#: plugins/personal/posix/class_posixAccount.inc:495 -msgid "May" -msgstr "Maj" - -#: plugins/personal/generic/class_user.inc:266 -#: plugins/personal/posix/class_posixAccount.inc:495 -msgid "June" -msgstr "Czerwiec" - -#: plugins/personal/generic/class_user.inc:266 -#: plugins/personal/posix/class_posixAccount.inc:495 -msgid "July" -msgstr "Lipiec" - -#: plugins/personal/generic/class_user.inc:266 -#: plugins/personal/posix/class_posixAccount.inc:495 -msgid "August" -msgstr "Sierpień" - -#: plugins/personal/generic/class_user.inc:266 -#: plugins/personal/posix/class_posixAccount.inc:495 -msgid "September" -msgstr "Wrzesień" - -#: plugins/personal/generic/class_user.inc:267 -#: plugins/personal/posix/class_posixAccount.inc:496 -msgid "October" -msgstr "Październik" - -#: plugins/personal/generic/class_user.inc:267 -#: plugins/personal/posix/class_posixAccount.inc:496 -msgid "November" -msgstr "Listopad" - -#: plugins/personal/generic/class_user.inc:267 -#: plugins/personal/posix/class_posixAccount.inc:496 -msgid "December" -msgstr "Grudzień" - -#: plugins/personal/generic/class_user.inc:276 -msgid "female" -msgstr "kobieta" - -#: plugins/personal/generic/class_user.inc:276 -msgid "male" -msgstr "mężczyzna" +#: plugins/personal/generic/class_user.inc:276 +msgid "male" +msgstr "mężczyzna" #: plugins/personal/generic/class_user.inc:289 msgid "This account has no valid GOsa extensions." @@ -1296,7 +1228,7 @@ msgstr "nieprawidłowy" msgid "No certificate installed" msgstr "Brak zainstalowanych certyfikatów" -#: plugins/personal/generic/class_user.inc:554 +#: plugins/personal/generic/class_user.inc:554 html/password.php:161 #, fuzzy msgid "Password method" msgstr "Przechowywanie hasła" @@ -1364,7 +1296,7 @@ msgstr "Pole 'Strona WWW' zawiera niepoprawną definicję URL." #: plugins/personal/generic/class_user.inc:1158 #: plugins/personal/generic/class_user.inc:1529 #: plugins/personal/generic/class_user.inc:1550 -#: plugins/admin/departments/class_departmentGeneric.inc:276 +#: plugins/admin/departments/class_departmentGeneric.inc:264 msgid "The field 'Name' contains invalid characters." msgstr "Pole 'Nazwa' zawiera niedozwolone znaki." @@ -1377,13 +1309,13 @@ msgstr "Pole 'Podana nazwa' zawiera niedozwolone znaki." #: plugins/personal/generic/class_user.inc:1141 #: plugins/personal/generic/class_user.inc:1535 -#: plugins/admin/departments/class_departmentGeneric.inc:279 +#: plugins/admin/departments/class_departmentGeneric.inc:267 msgid "The field 'Phone' contains an invalid phone number." msgstr "Pole 'Telefon' zawiera nieprawidłowy numer telefonu." #: plugins/personal/generic/class_user.inc:1144 #: plugins/personal/generic/class_user.inc:1538 -#: plugins/admin/departments/class_departmentGeneric.inc:282 +#: plugins/admin/departments/class_departmentGeneric.inc:270 msgid "The field 'Fax' contains an invalid phone number." msgstr "Pole 'Fax' zawiera nieprawidłowy numer telefonu." @@ -1402,81 +1334,6 @@ msgstr "Pole 'Pager' zawiera nieprawidłowy numer telefonu." msgid "Cannot open certificate!" msgstr "Nie można otworzyć wybranego certyfikatu!" -#: plugins/personal/generic/class_user.inc:1393 -#: plugins/personal/generic/multiple_generic.tpl:371 -#: plugins/personal/generic/generic.tpl:463 -msgid "Unit" -msgstr "Jednostka" - -#: plugins/personal/generic/class_user.inc:1394 -#: plugins/personal/generic/multiple_generic.tpl:402 -#: plugins/personal/generic/generic.tpl:488 -msgid "House identifier" -msgstr "Identyfikator budynku" - -#: plugins/personal/generic/class_user.inc:1395 -#: plugins/personal/generic/multiple_generic.tpl:302 -#: plugins/personal/generic/generic.tpl:405 -msgid "Vocation" -msgstr "Wywołanie" - -#: plugins/personal/generic/class_user.inc:1396 -#: plugins/personal/generic/multiple_generic.tpl:449 -#: plugins/personal/generic/generic.tpl:532 -msgid "Last delivery" -msgstr "Ostatnia dostawa" - -#: plugins/personal/generic/class_user.inc:1397 -#: plugins/personal/generic/multiple_generic.tpl:360 -#: plugins/personal/generic/generic.tpl:454 -msgid "Person locality" -msgstr "Lokalizacja osoby" - -#: plugins/personal/generic/class_user.inc:1398 -#: plugins/personal/generic/multiple_generic.tpl:312 -#: plugins/personal/generic/generic.tpl:413 -msgid "Unit description" -msgstr "Opis jednostki" - -#: plugins/personal/generic/class_user.inc:1399 -#: plugins/personal/generic/multiple_generic.tpl:323 -#: plugins/personal/generic/generic.tpl:422 -msgid "Subject area" -msgstr "Sektor" - -#: plugins/personal/generic/class_user.inc:1400 -#: plugins/personal/generic/multiple_generic.tpl:334 -#: plugins/personal/generic/generic.tpl:431 -msgid "Functional title" -msgstr "Tytuł funkcjonalny" - -#: plugins/personal/generic/class_user.inc:1402 -#: plugins/personal/generic/multiple_generic.tpl:460 -#: plugins/personal/generic/generic.tpl:541 -msgid "Public visible" -msgstr "Publicznie widoczne" - -#: plugins/personal/generic/class_user.inc:1403 -#: plugins/personal/generic/multiple_generic.tpl:382 -#: plugins/personal/generic/generic.tpl:472 -msgid "Street" -msgstr "Ulica" - -#: plugins/personal/generic/class_user.inc:1404 -#: plugins/personal/generic/multiple_generic.tpl:345 -#: plugins/personal/generic/generic.tpl:440 -#: plugins/admin/acl/class_aclRole.inc:668 -#: plugins/admin/acl/class_divListACL.inc:147 -#: plugins/admin/acl/class_divListACL.inc:206 -msgid "Role" -msgstr "Pełniona funkcja" - -#: plugins/personal/generic/class_user.inc:1405 -#: plugins/personal/generic/multiple_generic.tpl:392 -#: plugins/personal/generic/generic.tpl:480 html/getxls.php:227 -msgid "Postal code" -msgstr "Kod pocztowy" - #: plugins/personal/generic/class_user.inc:1409 msgid "Generic user settings" msgstr "Ogólne ustawienia użytkownika" @@ -1488,25 +1345,6 @@ msgstr "Ogólne ustawienia użytkownika" msgid "Users" msgstr "Użytkownicy" -#: plugins/personal/generic/class_user.inc:1418 -#: plugins/personal/generic/multiple_generic.tpl:47 -#: plugins/personal/generic/generic.tpl:170 -#: plugins/addons/gotomasses/class_target_list.inc:130 -#: plugins/admin/users/class_divListUsers.inc:143 -#: plugins/admin/ogroups/class_ogroup.inc:762 -#: plugins/admin/ogroups/generic.tpl:26 -#: plugins/admin/ogroups/class_divListOGroup.inc:163 -#: plugins/admin/departments/class_departmentGeneric.inc:592 -#: plugins/admin/departments/class_divListDepartment.inc:125 -#: plugins/admin/departments/generic.tpl:35 plugins/admin/acl/acl_role.tpl:27 -#: plugins/admin/acl/class_aclRole.inc:678 -#: plugins/admin/acl/class_divListACL.inc:134 -#: plugins/admin/groups/class_divListGroup.inc:151 -#: plugins/admin/groups/generic.tpl:39 -#: plugins/admin/groups/class_groupGeneric.inc:1002 setup/setup_ldap.tpl:55 -msgid "Base" -msgstr "Kontener" - #: plugins/personal/generic/class_user.inc:1420 html/getxls.php:301 msgid "Surename" msgstr "Nazwisko" @@ -1520,17 +1358,6 @@ msgstr "Imię" msgid "User identification" msgstr "Identyfikacja użytkownika" -#: plugins/personal/generic/class_user.inc:1423 -#: plugins/personal/generic/generic.tpl:98 -msgid "Personal title" -msgstr "Osobisty tytuł" - -#: plugins/personal/generic/class_user.inc:1424 -#: plugins/personal/generic/multiple_generic.tpl:23 -#: plugins/personal/generic/generic.tpl:108 -msgid "Academic title" -msgstr "Tytuł naukowy" - #: plugins/personal/generic/class_user.inc:1425 html/getxls.php:224 msgid "Home postal address" msgstr "Adres domowy" @@ -1539,24 +1366,6 @@ msgstr "Adres domowy" msgid "Home phone number" msgstr "Numer telefonu domowego" -#: plugins/personal/generic/class_user.inc:1427 -#: plugins/personal/generic/multiple_generic.tpl:88 -#: plugins/personal/generic/generic.tpl:210 -msgid "Homepage" -msgstr "Strona domowa" - -#: plugins/personal/generic/class_user.inc:1428 -#: plugins/personal/generic/multiple_generic.tpl:149 -#: plugins/personal/generic/generic.tpl:271 setup/setup_feedback.tpl:14 -#: html/getxls.php:299 -msgid "Organization" -msgstr "Organizacja" - -#: plugins/personal/generic/class_user.inc:1430 -#: plugins/personal/generic/generic.tpl:119 -msgid "Date of birth" -msgstr "Data urodzenia" - #: plugins/personal/generic/class_user.inc:1431 msgid "Gender" msgstr "Płeć" @@ -1573,2580 +1382,3033 @@ msgstr "Numer departamentu" msgid "Employee number" msgstr "Numer pracownika" -#: plugins/personal/generic/class_user.inc:1435 -#: plugins/personal/generic/multiple_generic.tpl:189 -#: plugins/personal/generic/generic.tpl:303 -msgid "Employee type" -msgstr "Typ pracownika" +#: plugins/personal/generic/class_user.inc:1439 +msgid "Room number" +msgstr "Numer pokoju" + +#: plugins/personal/generic/class_user.inc:1440 +msgid "Telefon number" +msgstr "Numer telefonu" + +#: plugins/personal/generic/class_user.inc:1441 +msgid "Mobile number" +msgstr "Telefon komórkowy" + +#: plugins/personal/generic/class_user.inc:1442 +msgid "Pager number" +msgstr "Numer pagera" + +#: plugins/personal/generic/class_user.inc:1443 +msgid "User certificates" +msgstr "Certyfikaty użytkownika" + +#: plugins/personal/generic/class_user.inc:1445 html/getxls.php:226 +#: html/getxls.php:298 html/getxls.php:300 +msgid "Postal address" +msgstr "Adres pocztowy" + +#: plugins/personal/generic/class_user.inc:1446 +msgid "Fax number" +msgstr "Numer fax" + +#: plugins/personal/generic/main.inc:103 +#, fuzzy +msgid "You have no permission to set your password!" +msgstr "Brak uprawnień do zmiany własnego hasła" + +#: plugins/personal/generic/main.inc:194 +msgid "Generic user information" +msgstr "Ogólne informacje o użytkowniku" + +#: plugins/addons/notifications/class_msgplug.inc:6 +#: plugins/addons/notifications/main.inc:47 +msgid "Notifications" +msgstr "Powiadamiania" + +#: plugins/addons/notifications/class_msgplug.inc:36 +#: plugins/admin/groups/class_groupGeneric.inc:998 +#: plugins/admin/groups/class_groupManagement.inc:24 include/class_acl.inc:196 +#: html/getxls.php:124 html/getxls.php:126 html/getxls.php:309 +msgid "Groups" +msgstr "Grupy" + +#: plugins/addons/notifications/class_msgplug.inc:99 +#: plugins/admin/acl/class_aclManagement.inc:160 +#: plugins/admin/acl/class_aclManagement.inc:197 +#: plugins/admin/acl/class_aclManagement.inc:250 +#: plugins/admin/acl/class_aclManagement.inc:274 +#: plugins/admin/acl/class_aclManagement.inc:313 +#: plugins/admin/acl/class_aclManagement.inc:337 +#: plugins/admin/groups/class_groupManagement.inc:334 +#: plugins/admin/groups/class_groupManagement.inc:387 +#: plugins/admin/groups/class_groupManagement.inc:418 +#: plugins/admin/departments/class_departmentManagement.inc:206 +#: plugins/admin/departments/class_departmentManagement.inc:254 +#: plugins/admin/departments/class_departmentManagement.inc:273 +#: plugins/admin/ogroups/class_ogroupManagement.inc:215 +#: plugins/admin/ogroups/class_ogroupManagement.inc:267 +#: plugins/admin/ogroups/class_ogroupManagement.inc:294 +#, fuzzy +msgid "Permission error" +msgstr "Uprawnienia" + +#: plugins/addons/notifications/class_msgplug.inc:99 +msgid "You have no permissions to send a message!" +msgstr "Brak uprawnień do wysyłania wiadomości!" + +#: plugins/addons/notifications/class_msgplug.inc:103 +#: plugins/addons/notifications/class_msgplug.inc:111 +#: plugins/admin/groups/class_groupGeneric.inc:137 +#: plugins/admin/groups/class_groupGeneric.inc:532 +#: include/utils/class_timezone.inc:51 +#: include/password-methods/class_password-methods-sha.inc:46 +#: include/password-methods/class_password-methods-ssha.inc:51 +#: include/functions.inc:602 include/functions.inc:2522 +#: include/functions.inc:2541 include/class_plugin.inc:1133 +#: include/class_plugin.inc:1145 include/class_pluglist.inc:148 +#: include/class_config.inc:556 include/class_CopyPasteHandler.inc:91 +#: include/class_CopyPasteHandler.inc:99 +#: include/class_CopyPasteHandler.inc:148 +#: include/class_CopyPasteHandler.inc:156 +#: include/class_CopyPasteHandler.inc:165 html/index.php:206 +#, fuzzy +msgid "Configuration error" +msgstr "Plik konfiguracyjny" + +#: plugins/addons/notifications/class_msgplug.inc:103 +#, php-format +msgid "Missing '%s' directive in configuration!" +msgstr "" + +#: plugins/addons/notifications/class_msgplug.inc:111 +#, php-format +msgid "'%s' defined for the '%s' directive cannot be executed!" +msgstr "" + +#: plugins/addons/notifications/class_msgplug.inc:117 +msgid "Please specify at least one recipient to send a message!" +msgstr "Proszę podać przynajmniej jednego odbiorcę aby wysłać wiadomość!" + +#: plugins/addons/notifications/class_msgplug.inc:213 +#, fuzzy, php-format +msgid "Cannot find a DESC tag in file '%s'!" +msgstr "Nie można stworzyć pliku '%s'." + +#: plugins/addons/notifications/class_msgplug.inc:240 +#, fuzzy +msgid "Notification" +msgstr "Powiadamiania" + +#: plugins/addons/notifications/class_msgplug.inc:241 +#: plugins/addons/notifications/class_msgplug.inc:246 +#, fuzzy +msgid "Notification plugin" +msgstr "Powiadomienie wysłane!" + +#: plugins/addons/notifications/class_msgplug.inc:249 +#, fuzzy +msgid "Allow sending notifications" +msgstr "Opcje powiadamiania o hoście" + +#: plugins/addons/notifications/contents.tpl:2 +msgid "Notification target" +msgstr "Cel powiadomienia" + +#: plugins/addons/notifications/contents.tpl:7 +msgid "Use target from" +msgstr "Użyj celu z" + +#: plugins/addons/notifications/contents.tpl:12 +#: plugins/admin/acl/acl_role.tpl:49 plugins/admin/acl/acl_role.tpl:59 +#: plugins/admin/acl/acl_role.tpl:73 +#: plugins/admin/groups/class_groupManagement.inc:469 +#: plugins/admin/users/class_userManagement.inc:874 +#: plugins/admin/ogroups/class_ogroupManagement.inc:403 +#: setup/setup_ldap.tpl:16 setup/setup_migrate.tpl:133 +#: setup/setup_migrate.tpl:184 setup/setup_migrate.tpl:250 +#: setup/setup_migrate.tpl:305 setup/setup_migrate.tpl:358 +#: ihtml/themes/default/acl.tpl:8 ihtml/themes/default/acl.tpl:20 +#: ihtml/themes/default/acl.tpl:75 ihtml/themes/default/acl.tpl:89 +msgid "Apply" +msgstr "Zastosuj" + +#: plugins/addons/notifications/contents.tpl:21 +msgid "Available recipients" +msgstr "Dostępni odbiorcy" + +#: plugins/addons/notifications/contents.tpl:22 +#: ihtml/themes/default/acl.tpl:30 +msgid "List message possible targets" +msgstr "Wyświetl możliwe cele wiadomości" + +#: plugins/addons/notifications/contents.tpl:33 +msgid "Recipients" +msgstr "Odbiorcy" + +#: plugins/addons/notifications/contents.tpl:34 +#: ihtml/themes/default/acl.tpl:42 +msgid "List message recipients" +msgstr "Wyświetl odbiorców wiadomości" + +#: plugins/addons/notifications/contents.tpl:44 +msgid "Message" +msgstr "Wiadomość" + +#: plugins/addons/notifications/contents.tpl:54 +msgid "Import" +msgstr "Import" + +#: plugins/addons/notifications/contents.tpl:60 +msgid "Send message" +msgstr "Wyślij wiadomość" + +#: plugins/addons/notifications/contents.tpl:72 +msgid "Notification send!" +msgstr "Powiadomienie wysłane!" + +#: plugins/addons/notifications/contents.tpl:75 +msgid "" +"Your message has been sent successfully. Press the continue button to get " +"back to the notification plugin." +msgstr "" +"Twoja wiadomość została wysłana prawidłowo. Naciśnij przycisk kontynuuj aby " +"wrócić do dodatku powiadamiania." + +#: plugins/addons/notifications/contents.tpl:78 +#: plugins/admin/users/template.tpl:48 +#: plugins/admin/departments/class_departmentGeneric.inc:451 +#: plugins/admin/departments/class_departmentGeneric.inc:546 +#: setup/class_setup.inc:266 ihtml/themes/default/snapshotdialog.tpl:87 +msgid "Continue" +msgstr "Kontynuuj" + +#: plugins/addons/bugsubmitter/class_bugsubmitter.inc:5 +msgid "Bug submitter" +msgstr "" + +#: plugins/addons/bugsubmitter/class_bugsubmitter.inc:6 +msgid "" +"Bugsubmitter" +msgstr "" + +#: plugins/admin/acl/tabs_acl.inc:8 plugins/admin/acl/class_divListACL.inc:240 +msgid "Acl" +msgstr "ACL" + +#: plugins/admin/acl/tabs_acl_role.inc:8 +#, fuzzy +msgid "ACL Templates" +msgstr "Szablony" + +#: plugins/admin/acl/class_aclManagement.inc:24 +msgid "ACLs" +msgstr "ACLe" + +#: plugins/admin/acl/class_aclManagement.inc:160 +#, fuzzy +msgid "You have no permission to create a new role!" +msgstr "Brak uprawnień do usunięcia tego departamentu." + +#: plugins/admin/acl/class_aclManagement.inc:197 +#, fuzzy +msgid "You have no permission to edit this ACL!" +msgstr "Brak uprawnień do usunięcia tego departamentu." + +#: plugins/admin/acl/class_aclManagement.inc:242 +#: plugins/admin/acl/class_aclManagement.inc:306 +#, php-format +msgid "You're about to delete the acl %s." +msgstr "Zamierzasz usunąć ACL '%s'." + +#: plugins/admin/acl/class_aclManagement.inc:250 +#: plugins/admin/acl/class_aclManagement.inc:274 +#: plugins/admin/acl/class_aclManagement.inc:313 +#: plugins/admin/acl/class_aclManagement.inc:337 +#: plugins/admin/groups/class_groupManagement.inc:334 +#: plugins/admin/groups/class_groupManagement.inc:387 +#: plugins/admin/groups/class_groupManagement.inc:418 +#: plugins/admin/departments/class_departmentManagement.inc:206 +#: plugins/admin/departments/class_departmentManagement.inc:254 +#: plugins/admin/departments/class_departmentManagement.inc:273 +#: plugins/admin/ogroups/class_ogroupManagement.inc:215 +#: plugins/admin/ogroups/class_ogroupManagement.inc:267 +#: plugins/admin/ogroups/class_ogroupManagement.inc:294 +#, fuzzy +msgid "You have no permission to delete this entry!" +msgstr "Brak uprawnień do usunięcia tego departamentu." + +#: plugins/admin/acl/class_divListACL.inc:31 +msgid "List of acl" +msgstr "Lista ACL" + +#: plugins/admin/acl/class_divListACL.inc:32 +msgid "List of acls" +msgstr "Lista ACLi" + +#: plugins/admin/acl/class_divListACL.inc:36 +msgid "This menu allows you to edit and delete selected acls." +msgstr "To menu umożliwia dodawanie, edycję i kasowanie wybranych ACL." + +#: plugins/admin/acl/class_divListACL.inc:54 +#: plugins/admin/ogroups/tabs_ogroups.inc:126 +msgid "Summary" +msgstr "Podsumowanie" + +#: plugins/admin/acl/class_divListACL.inc:55 +#: plugins/admin/acl/class_divListACL.inc:140 +#: plugins/admin/groups/class_divListGroup.inc:62 +#: plugins/admin/groups/class_divListGroup.inc:157 +#: plugins/admin/users/class_divListUsers.inc:63 +#: plugins/admin/users/class_divListUsers.inc:149 +#: plugins/admin/departments/class_divListDepartment.inc:49 +#: plugins/admin/departments/class_divListDepartment.inc:130 +#: plugins/admin/ogroups/class_divListOGroup.inc:66 +#: plugins/admin/ogroups/class_divListOGroup.inc:169 +msgid "Actions" +msgstr "Akcje" + +#: plugins/admin/acl/class_divListACL.inc:61 +#: plugins/admin/groups/class_divListGroup.inc:73 +#: plugins/admin/users/class_divListUsers.inc:74 +#: plugins/admin/departments/class_divListDepartment.inc:53 +#: plugins/admin/ogroups/ogroup_objects.tpl:38 +#: plugins/admin/ogroups/class_divListOGroup.inc:82 +msgid "Select to search within subtrees" +msgstr "Zaznacz aby wyszukiwać wewnątrz poddrzew" + +#: plugins/admin/acl/class_divListACL.inc:61 +msgid "Ignore subtrees" +msgstr "Ignoruj poddrzewa" + +#: plugins/admin/acl/class_divListACL.inc:65 +msgid "Display acls matching" +msgstr "Wyświetl ACL pasujące" + +#: plugins/admin/acl/class_divListACL.inc:136 +#: plugins/admin/groups/class_divListGroup.inc:152 +#: plugins/admin/users/class_divListUsers.inc:145 +#: plugins/admin/departments/class_divListDepartment.inc:127 +#: plugins/admin/ogroups/class_divListOGroup.inc:165 +msgid "Submit department" +msgstr "Zatwierdź departament" + +#: plugins/admin/acl/class_divListACL.inc:136 +#: plugins/admin/groups/class_divListGroup.inc:152 +#: plugins/admin/users/class_divListUsers.inc:145 +#: plugins/admin/departments/class_divListDepartment.inc:127 +#: plugins/admin/ogroups/class_divListOGroup.inc:165 +#: include/class_MultiSelectWindow.inc:242 +msgid "Submit" +msgstr "Wyślij" + +#: plugins/admin/acl/class_divListACL.inc:142 +#: plugins/admin/groups/class_divListGroup.inc:159 +#: plugins/admin/users/class_divListUsers.inc:151 +#: plugins/admin/departments/class_divListDepartment.inc:132 +#: plugins/admin/ogroups/class_divListOGroup.inc:171 +#: setup/class_setupStep_Migrate.inc:883 +msgid "Create" +msgstr "Utwórz" + +#: plugins/admin/acl/class_divListACL.inc:159 +#: plugins/admin/groups/class_divListGroup.inc:179 +#: plugins/admin/users/class_divListUsers.inc:174 +#: plugins/admin/ogroups/class_divListOGroup.inc:191 +#, fuzzy +msgid "Copy" +msgstr "kopiuj" + +#: plugins/admin/acl/class_divListACL.inc:161 +#: plugins/admin/groups/class_divListGroup.inc:181 +#: plugins/admin/users/class_divListUsers.inc:176 +#: plugins/admin/ogroups/class_divListOGroup.inc:193 +#, fuzzy +msgid "Cut" +msgstr "wytnij" + +#: plugins/admin/acl/class_divListACL.inc:165 +#: plugins/admin/acl/class_divListACL.inc:168 +#: plugins/admin/groups/class_divListGroup.inc:185 +#: plugins/admin/groups/class_divListGroup.inc:188 +#: plugins/admin/users/class_divListUsers.inc:180 +#: plugins/admin/users/class_divListUsers.inc:183 +#: plugins/admin/ogroups/class_divListOGroup.inc:197 +#: plugins/admin/ogroups/class_divListOGroup.inc:200 +#: include/class_CopyPasteHandler.inc:435 +msgid "Paste" +msgstr "Wklej" + +#: plugins/admin/acl/class_divListACL.inc:216 +#: plugins/admin/groups/class_divListGroup.inc:256 +#: plugins/admin/users/class_divListUsers.inc:277 +#: plugins/admin/ogroups/class_divListOGroup.inc:247 +msgid "cut" +msgstr "wytnij" + +#: plugins/admin/acl/class_divListACL.inc:216 +#: plugins/admin/groups/class_divListGroup.inc:256 +#: plugins/admin/users/class_divListUsers.inc:277 +#: plugins/admin/ogroups/class_divListOGroup.inc:247 +msgid "Cut this entry" +msgstr "Wytnij ten obiekt" + +#: plugins/admin/acl/class_divListACL.inc:218 +#: plugins/admin/groups/class_divListGroup.inc:258 +#: plugins/admin/users/class_divListUsers.inc:279 +#: plugins/admin/ogroups/class_divListOGroup.inc:249 +msgid "copy" +msgstr "kopiuj" + +#: plugins/admin/acl/class_divListACL.inc:218 +#: plugins/admin/groups/class_divListGroup.inc:258 +#: plugins/admin/users/class_divListUsers.inc:279 +#: plugins/admin/ogroups/class_divListOGroup.inc:249 +msgid "Copy this entry" +msgstr "Kopiuj ten obiekt" + +#: plugins/admin/acl/class_divListACL.inc:223 +#: plugins/admin/acl/class_divListACL.inc:245 +#: plugins/admin/acl/class_aclRole.inc:340 +#: plugins/admin/acl/class_aclRole.inc:385 +#: plugins/admin/groups/class_divListGroup.inc:263 +#: plugins/admin/users/class_divListUsers.inc:298 +#: plugins/admin/departments/class_divListDepartment.inc:166 +#: plugins/admin/ogroups/class_divListOGroup.inc:253 include/class_acl.inc:409 +#: include/class_acl.inc:452 +msgid "edit" +msgstr "edytuj" + +#: plugins/admin/acl/class_divListACL.inc:224 +#, fuzzy +msgid "Edit acl role" +msgstr "Edytuj makro" + +#: plugins/admin/acl/class_divListACL.inc:233 +#: plugins/admin/acl/class_divListACL.inc:249 +#: plugins/admin/acl/class_aclRole.inc:341 +#: plugins/admin/acl/class_aclRole.inc:386 +#: plugins/admin/groups/class_divListGroup.inc:272 +#: plugins/admin/users/class_divListUsers.inc:322 +#: plugins/admin/departments/class_divListDepartment.inc:171 +#: plugins/admin/ogroups/class_divListOGroup.inc:261 include/class_acl.inc:410 +#: include/class_acl.inc:453 +msgid "delete" +msgstr "Usuń" + +#: plugins/admin/acl/class_divListACL.inc:234 +#, fuzzy +msgid "Delete acl role" +msgstr "Usuń makro" + +#: plugins/admin/acl/class_divListACL.inc:246 +#, fuzzy +msgid "Edit acl" +msgstr "Edytuj klasę" + +#: plugins/admin/acl/class_divListACL.inc:250 +#, fuzzy +msgid "Delete acl" +msgstr "Usuń klasę" + +#: plugins/admin/acl/paste_role.tpl:4 plugins/admin/acl/acl_role.tpl:7 +#: plugins/admin/acl/class_aclRole.inc:677 +#: plugins/admin/groups/class_groupGeneric.inc:1001 +#: plugins/admin/ogroups/class_ogroup.inc:749 setup/setup_feedback.tpl:22 +#: setup/setup_migrate.tpl:209 html/getxls.php:223 html/getxls.php:290 +msgid "Name" +msgstr "Imię" + +#: plugins/admin/acl/remove.tpl:6 +msgid "" +"This includes all system and setup informations. Please double check if your " +"really want to do this since there is no way for GOsa to get your data back." +msgstr "" +"To zawiera cały system i informacje instalacyjne. Proszę upewnić się, że " +"faktycznie chcesz wykonać tą operację. Nie ma możliwości odwrócenia tego " +"procesu." + +#: plugins/admin/acl/remove.tpl:10 plugins/admin/departments/remove.tpl:10 +msgid "" +"Best thing to do before performing this action would be to save the current " +"contents of your LDAP tree in a file. So - if you've done so - press " +"'Delete' to continue or 'Cancel' to abort." +msgstr "" +"Przed wykonaniem tej operacji zaleca się wykonanie kopii bezpieczeństwa " +"drzewa LDAP. Naciśnij 'Usuń' aby kontynuować, lub 'Anuluj' aby przerwać." + +#: plugins/admin/acl/main.inc:43 plugins/admin/acl/main.inc:45 +msgid "ACL management" +msgstr "Zarządzanie ACL" + +#: plugins/admin/acl/acl_role.tpl:3 ihtml/themes/default/acl.tpl:2 +msgid "Assigned ACLs for current entry" +msgstr "Przypisane ACL'e dla obecnego wpisu" + +#: plugins/admin/acl/acl_role.tpl:17 plugins/admin/acl/class_aclRole.inc:679 +#: plugins/admin/groups/class_groupGeneric.inc:1003 +#: plugins/admin/groups/generic.tpl:24 +#: plugins/admin/departments/generic.tpl:16 +#: plugins/admin/departments/class_departmentGeneric.inc:569 +#: plugins/admin/ogroups/class_ogroup.inc:751 +#: plugins/admin/ogroups/generic.tpl:15 +#: plugins/generic/references/contents.tpl:11 html/getxls.php:158 +#: html/getxls.php:287 +msgid "Description" +msgstr "Opis" + +#: plugins/admin/acl/acl_role.tpl:31 plugins/admin/groups/generic.tpl:43 +#: plugins/admin/ogroups/generic.tpl:29 +msgid "Choose subtree to place group in" +msgstr "Wybierz poddrzewo do umieszczenia grupy" -#: plugins/personal/generic/class_user.inc:1436 -#: plugins/personal/generic/multiple_generic.tpl:265 -#: plugins/personal/generic/generic.tpl:373 -#: plugins/admin/departments/class_departmentGeneric.inc:593 -#: plugins/admin/departments/generic.tpl:56 -#: plugins/admin/departments/generic.tpl:68 html/getxls.php:224 -msgid "Location" -msgstr "Lokalizacja" +#: plugins/admin/acl/acl_role.tpl:44 ihtml/themes/default/acl.tpl:4 +msgid "New ACL" +msgstr "Nowy ACL" -#: plugins/personal/generic/class_user.inc:1437 -#: plugins/personal/generic/multiple_generic.tpl:275 -#: plugins/personal/generic/generic.tpl:381 -#: plugins/admin/departments/class_departmentGeneric.inc:597 -#: plugins/admin/departments/generic.tpl:60 html/getxls.php:228 -#: html/getxls.php:301 -msgid "State" -msgstr "Stan" +#: plugins/admin/acl/acl_role.tpl:49 ihtml/themes/default/acl.tpl:8 +msgid "ACL type" +msgstr "typ ACL" -#: plugins/personal/generic/class_user.inc:1438 -#: plugins/personal/generic/paste_generic.tpl:47 -msgid "User picture" -msgstr "Zdjęcie użytkownika" +#: plugins/admin/acl/acl_role.tpl:49 ihtml/themes/default/acl.tpl:8 +msgid "Select an acl type" +msgstr "Wybierz typ ACL" -#: plugins/personal/generic/class_user.inc:1439 -msgid "Room number" -msgstr "Numer pokoju" +#: plugins/admin/acl/acl_role.tpl:54 ihtml/themes/default/acl.tpl:55 +msgid "List of available ACL categories" +msgstr "Lista dostępnych kategorii ACL" -#: plugins/personal/generic/class_user.inc:1440 -msgid "Telefon number" -msgstr "Numer telefonu" +#: plugins/admin/acl/class_aclRole.inc:6 +#, fuzzy +msgid "Access control list templates" +msgstr "Kontrola dostępu" -#: plugins/personal/generic/class_user.inc:1441 -msgid "Mobile number" -msgstr "Telefon komórkowy" +#: plugins/admin/acl/class_aclRole.inc:103 include/class_acl.inc:177 +msgid "All categories" +msgstr "Wszystkie kategorie" -#: plugins/personal/generic/class_user.inc:1442 -msgid "Pager number" -msgstr "Numer pagera" +#: plugins/admin/acl/class_aclRole.inc:110 include/class_acl.inc:185 +msgid "Reset ACLs" +msgstr "Resetuj ACL'e" -#: plugins/personal/generic/class_user.inc:1443 -msgid "User certificates" -msgstr "Certyfikaty użytkownika" +#: plugins/admin/acl/class_aclRole.inc:111 include/class_acl.inc:186 +msgid "One level" +msgstr "Jeden poziom" -#: plugins/personal/generic/class_user.inc:1445 html/getxls.php:226 -#: html/getxls.php:298 html/getxls.php:300 -msgid "Postal address" -msgstr "Adres pocztowy" +#: plugins/admin/acl/class_aclRole.inc:112 include/class_acl.inc:187 +#: include/class_acl.inc:192 +msgid "Current object" +msgstr "Obecny obiekt" -#: plugins/personal/generic/class_user.inc:1446 -msgid "Fax number" -msgstr "Numer fax" +#: plugins/admin/acl/class_aclRole.inc:113 include/class_acl.inc:188 +msgid "Complete subtree" +msgstr "Pełne poddrzewo" -#: plugins/personal/generic/multiple_generic.tpl:5 -#: plugins/personal/generic/generic.tpl:6 -msgid "Personal information" -msgstr "Informacje osobiste" +#: plugins/admin/acl/class_aclRole.inc:114 include/class_acl.inc:189 +msgid "Complete subtree (permanent)" +msgstr "Pełne poddrzewo (trwałe)" -#: plugins/personal/generic/multiple_generic.tpl:13 -#: plugins/personal/generic/paste_generic.tpl:37 -#: plugins/personal/generic/generic.tpl:20 -#: plugins/personal/generic/generic.tpl:22 -#: plugins/personal/generic/generic.tpl:38 -#: plugins/personal/generic/generic_picture.tpl:5 -#: plugins/personal/generic/generic_picture.tpl:15 -msgid "Personal picture" -msgstr "Osobiste zdjęcie" +#: plugins/admin/acl/class_aclRole.inc:338 +#: include/class_MultiSelectWindow.inc:227 +#: include/class_MultiSelectWindow.inc:229 include/class_acl.inc:407 +msgid "Up" +msgstr "Góra" -#: plugins/personal/generic/multiple_generic.tpl:33 -#: plugins/personal/generic/generic.tpl:157 -msgid "Preferred langage" -msgstr "Preferowany język" +#: plugins/admin/acl/class_aclRole.inc:339 include/class_acl.inc:408 +msgid "Down" +msgstr "W dół" -#: plugins/personal/generic/multiple_generic.tpl:53 -#: plugins/personal/generic/generic.tpl:175 -msgid "Choose subtree to place user in" -msgstr "Wybierz poddrzewo do umieszczenia konta." +#: plugins/admin/acl/class_aclRole.inc:340 include/class_acl.inc:409 +msgid "Edit ACL" +msgstr "Edytuj ACL" -#: plugins/personal/generic/multiple_generic.tpl:56 -#: plugins/personal/generic/generic.tpl:180 -#: plugins/admin/ogroups/generic.tpl:34 -#: plugins/admin/departments/generic.tpl:45 plugins/admin/acl/acl_role.tpl:37 -#: plugins/admin/groups/generic.tpl:49 -msgid "Select a base" -msgstr "Wybierz bazę" +#: plugins/admin/acl/class_aclRole.inc:341 include/class_acl.inc:410 +msgid "Delete ACL" +msgstr "Usuń ACL" -#: plugins/personal/generic/multiple_generic.tpl:67 -#: plugins/personal/generic/multiple_generic.tpl:285 -#: plugins/personal/generic/generic.tpl:194 -#: plugins/personal/generic/generic.tpl:389 -#: plugins/admin/departments/class_departmentGeneric.inc:598 -#: plugins/admin/departments/generic.tpl:76 html/getxls.php:227 -msgid "Address" -msgstr "Adres" +#: plugins/admin/acl/class_aclRole.inc:378 include/class_acl.inc:445 +msgid "No ACL settings for this category" +msgstr "Brak ustawień ACL w tej kategorii" -#: plugins/personal/generic/multiple_generic.tpl:78 -#: plugins/personal/generic/generic.tpl:202 -msgid "Private phone" -msgstr "Telefon prywatny" +#: plugins/admin/acl/class_aclRole.inc:380 include/class_acl.inc:447 +#, php-format +msgid "Contains ACLs for these objects: %s" +msgstr "Zawiera ACL'e w tych kategoriach: %s" -#: plugins/personal/generic/multiple_generic.tpl:105 -#: plugins/personal/generic/generic.tpl:223 -msgid "Password storage" -msgstr "Przechowywanie hasła" +#: plugins/admin/acl/class_aclRole.inc:385 include/class_acl.inc:452 +msgid "Edit categories ACLs" +msgstr "Edytuj kategorie ACL'i" -#: plugins/personal/generic/multiple_generic.tpl:121 -#: plugins/personal/generic/generic.tpl:241 -msgid "Edit certificates" -msgstr "Edytuj certyfikaty" +#: plugins/admin/acl/class_aclRole.inc:386 include/class_acl.inc:453 +msgid "Clear categories ACLs" +msgstr "Wyczyść ACL'e kategorii" -#: plugins/personal/generic/multiple_generic.tpl:137 -#: plugins/personal/generic/generic.tpl:259 -msgid "Organizational information" -msgstr "Informacje organizacyjne" +#: plugins/admin/acl/class_aclRole.inc:402 include/class_acl.inc:498 +#, php-format +msgid "Edit ACL for '%s', scope is '%s'" +msgstr "Edytuj ACL dla '%s', zakres to '%s'" -#: plugins/personal/generic/multiple_generic.tpl:169 -#: plugins/personal/generic/generic.tpl:287 -msgid "Department No." -msgstr "Numer departamentu" +#: plugins/admin/acl/class_aclRole.inc:412 include/class_acl.inc:508 +msgid "All objects in current subtree" +msgstr "Wszystkie obiekty w obecnym poddrzewie" -#: plugins/personal/generic/multiple_generic.tpl:179 -#: plugins/personal/generic/generic.tpl:295 -msgid "Employee No." -msgstr "Numer pracownika" +#: plugins/admin/acl/class_aclRole.inc:564 include/class_acl.inc:1061 +#, php-format +msgid "Saving ACLs with dn '%s' failed." +msgstr "Zapisywanie ACL w dn '%s' nieudane." -#: plugins/personal/generic/multiple_generic.tpl:207 -#: plugins/personal/generic/multiple_generic.tpl:418 -#: plugins/personal/generic/generic.tpl:321 -#: plugins/personal/generic/generic.tpl:503 -msgid "Room No." -msgstr "Numer pokoju" +#: plugins/admin/acl/class_aclRole.inc:596 +#, fuzzy +msgid "Object in use" +msgstr "Nazwa obiektu" -#: plugins/personal/generic/multiple_generic.tpl:227 -#: plugins/personal/generic/generic.tpl:339 html/getxls.php:299 -msgid "Mobile" -msgstr "Komórka" +#: plugins/admin/acl/class_aclRole.inc:596 +#, php-format +msgid "This role cannot be removed while it is in use by these objects:" +msgstr "" -#: plugins/personal/generic/multiple_generic.tpl:237 -#: plugins/personal/generic/generic.tpl:347 html/getxls.php:226 -#: html/getxls.php:300 -msgid "Pager" -msgstr "Pager" +#: plugins/admin/acl/class_aclRole.inc:602 +#, fuzzy, php-format +msgid "Removing of aclRole with dn '%s' failed." +msgstr "Usuwanie bloklisty z dn '%s' nieudane." -#: plugins/personal/generic/paste_generic.tpl:1 -msgid "User settings" -msgstr "Ustawienia użytkownika" +#: plugins/admin/acl/class_aclRole.inc:614 +#, fuzzy, php-format +msgid "Removing aclRole from objectgroup '%s' failed" +msgstr "Usuwanie aplikacji z grupy obiektów '%s' nieudane" -#: plugins/personal/generic/paste_generic.tpl:7 -#: plugins/personal/generic/generic.tpl:49 plugins/admin/users/template.tpl:23 -msgid "Last name" -msgstr "Nazwisko" +#: plugins/admin/acl/class_aclRole.inc:669 include/class_acl.inc:1098 +#, fuzzy +msgid "ACL roles" +msgstr "ACLe" -#: plugins/personal/generic/paste_generic.tpl:11 -#: plugins/personal/generic/generic.tpl:69 plugins/admin/users/template.tpl:27 -msgid "First name" -msgstr "Imię" +#: plugins/admin/acl/class_aclRole.inc:674 +#, fuzzy +msgid "Acl roles" +msgstr "Profil FAI" -#: plugins/personal/generic/paste_generic.tpl:15 -#: plugins/personal/generic/generic.tpl:82 plugins/admin/users/template.tpl:32 -msgid "Login" -msgstr "Login" +#: plugins/admin/groups/group_objects.tpl:6 +msgid "Select users to add" +msgstr "Wybierz użytkowników do dodania" -#: plugins/personal/generic/paste_generic.tpl:23 -msgid "Clear password" -msgstr "Wyczyść hasło" +#: plugins/admin/groups/group_objects.tpl:30 +#: plugins/admin/ogroups/ogroup_objects.tpl:31 +msgid "Select to see servers" +msgstr "Proszę aby zobaczyć serwery" -#: plugins/personal/generic/paste_generic.tpl:24 -msgid "Set new password" -msgstr "Ustaw nowe hasło" +#: plugins/admin/groups/group_objects.tpl:30 +msgid "Search within subtree" +msgstr "Szukaj wewnątrz tego poddrzewa" -#: plugins/personal/generic/paste_generic.tpl:52 -#: plugins/personal/generic/generic_picture.tpl:27 -msgid "Remove picture" -msgstr "Usuń obrazek" +#: plugins/admin/groups/group_objects.tpl:37 +msgid "Display users of department" +msgstr "Wyświetl użytkowników departamentu" -#: 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/admin/groups/group_objects.tpl:46 +#: plugins/admin/users/class_divListUsers.inc:77 +msgid "Display users matching" +msgstr "Wyświetl użytkowników pasujących" -#: plugins/personal/generic/generic.tpl:29 -#: plugins/personal/generic/generic.tpl:40 -msgid "Change picture" -msgstr "Zmień zdjęcie" +#: plugins/admin/groups/group_objects.tpl:47 +msgid "Regular expression for matching user names" +msgstr "Wyrażenie regularne do dopasowania nazw użytkowników" -#: plugins/personal/generic/generic.tpl:52 -#: plugins/personal/generic/generic.tpl:73 -#: plugins/personal/generic/generic.tpl:89 plugins/admin/groups/generic.tpl:14 -msgid "Multiple edit" +#: plugins/admin/groups/class_groupGeneric.inc:137 +#, fuzzy +msgid "Cannot find group SID in your configuration!" msgstr "" +"Nie można znaleźć SID tych grup ani w LDAP, ani w pliku konfiguracyjnym!" -#: plugins/personal/generic/generic.tpl:62 -msgid "Template name" -msgstr "Nazwa Szablonu" +#: plugins/admin/groups/class_groupGeneric.inc:193 +msgid "This 'dn' is no group." +msgstr "Podane 'dn' nie jest grupą." -#: plugins/personal/generic/generic.tpl:144 html/getxls.php:86 -#: html/getxls.php:281 -msgid "Sex" -msgstr "Płeć" +#: plugins/admin/groups/class_groupGeneric.inc:334 +msgid "Samba group" +msgstr "Grupa Samba" -#: plugins/personal/generic/generic.tpl:230 include/functions.inc:923 -msgid "Configure" -msgstr "Konfiguruj" +#: plugins/admin/groups/class_groupGeneric.inc:334 +msgid "Domain admins" +msgstr "Administratorzy domeny" -#: plugins/personal/generic/generic.tpl:517 -msgid "Please use the phone tab" -msgstr "Proszę użyć zakładki telefony" +#: plugins/admin/groups/class_groupGeneric.inc:334 +msgid "Domain users" +msgstr "Użytkownicy domeny" -#: plugins/personal/generic/main.inc:103 -#, fuzzy -msgid "You have no permission to set your password!" -msgstr "Brak uprawnień do zmiany własnego hasła" +#: plugins/admin/groups/class_groupGeneric.inc:335 +msgid "Domain guests" +msgstr "Goście domeny" -#: plugins/personal/generic/main.inc:172 plugins/personal/posix/main.inc:120 -#: plugins/addons/gotomasses/class_divListMasses.inc:125 -#: plugins/admin/users/class_divListUsers.inc:164 -#: plugins/admin/groups/class_divListGroup.inc:171 -msgid "Edit" -msgstr "Edytuj" +#: plugins/admin/groups/class_groupGeneric.inc:340 +#, php-format +msgid "Special group (%d)" +msgstr "Specjalna grupa (%d)" -#: plugins/personal/generic/main.inc:182 plugins/personal/posix/main.inc:118 -msgid "Click the 'Edit' button below to change informations in this dialog" -msgstr "Kliknij przycisk 'Edytuj' poniżej, aby zmienić informacje w tym oknie" +#: plugins/admin/groups/class_groupGeneric.inc:494 +msgid "! unknown id" +msgstr "! nieznane id" -#: plugins/personal/generic/main.inc:194 -msgid "Generic user information" -msgstr "Ogólne informacje o użytkowniku" +#: plugins/admin/groups/class_groupGeneric.inc:532 +#, php-format +msgid "Search returned too many results. Not displaying more than %s entries." +msgstr "" -#: plugins/personal/posix/posix_groups.tpl:6 -msgid "Select groups to add" -msgstr "Wybierz grupy do dodania" +#: plugins/admin/groups/class_groupGeneric.inc:561 +#: plugins/admin/groups/class_groupGeneric.inc:826 +#, php-format +msgid "Removing of groups/generic with dn '%s' failed." +msgstr "Usuwanie grupy z dn '%s' nieudane." -#: plugins/personal/posix/posix_groups.tpl:32 -msgid "Display groups of department" -msgstr "Wyświetl grupy departamentu" +#: plugins/admin/groups/class_groupGeneric.inc:711 +#, fuzzy, php-format +msgid "Cannot find any SID for '%s'!" +msgstr "Nie można stworzyć pliku '%s'." -#: plugins/personal/posix/posix_groups.tpl:35 -#: plugins/personal/posix/trust_machines.tpl:27 -#: plugins/admin/ogroups/ogroup_objects.tpl:42 -#: plugins/admin/groups/group_objects.tpl:40 -msgid "Choose the department the search will be based on" -msgstr "Wybierz departament na którym wyszukiwanie będzie bazować" +#: plugins/admin/groups/class_groupGeneric.inc:716 +#, fuzzy, php-format +msgid "Cannot find any RIDBASE for '%s'!" +msgstr "Nie można stworzyć pliku '%s'." -#: plugins/personal/posix/posix_groups.tpl:44 -msgid "Display groups matching" -msgstr "Wyświetl grupy pasujące" +#: plugins/admin/groups/class_groupGeneric.inc:858 +msgid "" +"The field 'Name' contains invalid characters. Lowercase, numbers and dashes " +"are allowed." +msgstr "" +"Pole 'Nazwa' zawiera niedozwolone znaki. Tylko małe litery, liczny i " +"myślniki są dozwolone." -#: plugins/personal/posix/posix_groups.tpl:48 -#: plugins/addons/gotomasses/class_target_list.inc:61 -#: plugins/admin/ogroups/class_divListOGroup.inc:85 -#: plugins/admin/groups/class_divListGroup.inc:76 -msgid "Regular expression for matching group names" -msgstr "Wyrażenie regularne dla dopasowania nazw grup" +#: plugins/admin/groups/class_groupGeneric.inc:869 +#: plugins/admin/groups/class_groupGeneric.inc:883 +#: plugins/admin/groups/class_groupGeneric.inc:890 +msgid "Value specified as 'Name' is already used." +msgstr "Wartość podana jako 'Nazwa' jest już użyta." -#: plugins/personal/posix/posix_groups.tpl:55 -msgid "Display groups of user" -msgstr "Wyświetl grupy użytkownika" +#: plugins/admin/groups/class_groupGeneric.inc:944 +#, fuzzy +msgid "Cannot allocate a free ID!" +msgstr "Zbyt wielu użytkowników, nie można nadać wolnego ID" -#: plugins/personal/posix/posix_groups.tpl:59 -#: plugins/admin/groups/class_divListGroup.inc:77 -msgid "User name of which groups are shown" -msgstr "Nazwa użytkownika którego grupy są pokazane" +#: plugins/admin/groups/class_groupGeneric.inc:993 +msgid "Generic group settings" +msgstr "Ogólne ustawienia grupy" -#: plugins/personal/posix/posix_groups.tpl:68 -#: plugins/addons/gotomasses/class_target_list.inc:57 -#: plugins/admin/users/class_divListUsers.inc:74 -#: plugins/admin/ogroups/ogroup_objects.tpl:38 -#: plugins/admin/ogroups/class_divListOGroup.inc:82 -#: plugins/admin/departments/class_divListDepartment.inc:53 -#: plugins/admin/groups/class_divListGroup.inc:73 +#: plugins/admin/groups/class_groupGeneric.inc:1005 +msgid "Phone pickup group" +msgstr "Grupie odbioru telefonu" + +#: plugins/admin/groups/class_groupGeneric.inc:1006 +msgid "Nagios group" +msgstr "Grupa nagios" + +#: plugins/admin/groups/class_groupGeneric.inc:1009 +msgid "Group member" +msgstr "Członek grupy" + +#: plugins/admin/groups/class_groupGeneric.inc:1010 +msgid "Samba group type" +msgstr "Typ grupy Samba" + +#: plugins/admin/groups/class_groupGeneric.inc:1011 #, fuzzy -msgid "Search in subtrees" -msgstr "Szukaj wewnątrz tego poddrzewa" +msgid "Samba domain name" +msgstr "Katalog domowy Samba" -#: plugins/personal/posix/posix_groups.tpl:79 -#: plugins/personal/posix/paste_generic.tpl:61 -#: plugins/personal/posix/generic.tpl:104 -#: plugins/personal/posix/generic.tpl:146 -#: plugins/personal/posix/generic.tpl:175 -#: plugins/personal/posix/trust_machines.tpl:39 -#: plugins/admin/ogroups/ogroup_objects.tpl:54 -#: plugins/admin/ogroups/generic.tpl:51 -#: plugins/admin/groups/group_objects.tpl:55 -#: plugins/admin/groups/generic.tpl:193 -msgid "Add" -msgstr "Dodaj" +#: plugins/admin/groups/class_groupGeneric.inc:1012 setup/setup_config2.tpl:15 +msgid "Samba SID" +msgstr "Samba SID" -#: plugins/personal/posix/class_posixAccount.inc:138 -msgid "expired" -msgstr "wygasło" +#: plugins/admin/groups/class_groupManagement.inc:298 +#: plugins/admin/departments/class_departmentManagement.inc:178 +#, fuzzy, php-format +msgid "You're about to delete the following entry %s" +msgstr "Zamierzasz usunąć element %s." -#: plugins/personal/posix/class_posixAccount.inc:140 -msgid "grace time active" -msgstr "Czas prolongaty aktywny" +#: plugins/admin/groups/class_groupManagement.inc:300 +#: plugins/admin/departments/class_departmentManagement.inc:180 +#, fuzzy, php-format +msgid "You're about to delete the following entries %s" +msgstr "Zamierzasz usunąć element %s." -#: plugins/personal/posix/class_posixAccount.inc:143 -msgid "active, password not changable" -msgstr "aktywne, hasło niezmienialne" +#: plugins/admin/groups/class_groupManagement.inc:380 +#, php-format +msgid "You're about to delete the group '%s'." +msgstr "Właśnie zamierzasz usunąć grupę '%s'." -#: plugins/personal/posix/class_posixAccount.inc:145 -msgid "active, password expired" -msgstr "aktywne, hasło wygasło" +#: plugins/admin/groups/paste_generic.tpl:1 +msgid "Group settings" +msgstr "Ustawienia grupy" -#: plugins/personal/posix/class_posixAccount.inc:147 -msgid "active" -msgstr "Aktywne" +#: plugins/admin/groups/paste_generic.tpl:5 +#: plugins/admin/groups/generic.tpl:11 +#: plugins/admin/ogroups/paste_generic.tpl:4 +#: plugins/admin/ogroups/generic.tpl:7 +msgid "Group name" +msgstr "Nazwa grupy" -#: plugins/personal/posix/class_posixAccount.inc:158 -#: plugins/personal/posix/class_posixAccount.inc:1115 -msgid "Group of user" -msgstr "Grupa użytkownika" +#: plugins/admin/groups/paste_generic.tpl:8 +#: plugins/admin/groups/generic.tpl:17 +msgid "Posix name of the group" +msgstr "Posixowa nazwa grupy" -#: plugins/personal/posix/class_posixAccount.inc:193 -msgid "unconfigured" -msgstr "nieskonfigurowane" +#: plugins/admin/groups/paste_generic.tpl:13 +#: plugins/admin/groups/generic.tpl:65 +msgid "Normally IDs are autogenerated, select to specify manually" +msgstr "Zwyczajowo ID są generowane automatycznie, wybierz aby podać ręcznie" -#: plugins/personal/posix/class_posixAccount.inc:204 -msgid "automatic" -msgstr "automatyczne" +#: plugins/admin/groups/paste_generic.tpl:15 +#: plugins/admin/groups/generic.tpl:68 +msgid "Force GID" +msgstr "Wymuś GID" -#: plugins/personal/posix/class_posixAccount.inc:260 -msgid "This account has no unix extensions." -msgstr "To konto nie posiada rozszerzeń unix" +#: plugins/admin/groups/paste_generic.tpl:18 +#: plugins/admin/groups/generic.tpl:71 +msgid "Forced ID number" +msgstr "Wymuś numer ID" -#: plugins/personal/posix/class_posixAccount.inc:280 -#: plugins/personal/posix/class_posixAccount.inc:283 -msgid "Remove posix account" -msgstr "Usuń konto posixowe" +#: plugins/admin/groups/class_divListGroup.inc:35 +#: plugins/admin/groups/class_divListGroup.inc:36 +msgid "List of groups" +msgstr "Lista grup" -#: plugins/personal/posix/class_posixAccount.inc:281 +#: plugins/admin/groups/class_divListGroup.inc:41 msgid "" -"This account has unix features enabled. To disable them, you'll need to " -"remove the samba / environment account first." +"This menu allows you to add, edit and remove selected groups. You may want " +"to use the range selector on top of the group listbox, when working with a " +"large number of groups." msgstr "" -"To konto posiada rozszerzenia unix, Aby je wyłączyć należy najpierw usunąć " -"konto Samba/Środowisko." +"To menu umożliwia tworzenie, edycję oraz usuwanie wybranych grup. Posiadając " +"dużą liczbę użytkowników wygodniej jest używać selektorów zakresu na górze " +"listy grup." + +#: plugins/admin/groups/class_divListGroup.inc:60 +msgid "Groupname / Department" +msgstr "Nazwa grupy / Departament" + +#: plugins/admin/groups/class_divListGroup.inc:61 +#: plugins/admin/users/class_divListUsers.inc:62 +#: plugins/admin/departments/generic.tpl:4 +#: plugins/admin/ogroups/class_divListOGroup.inc:65 +msgid "Properties" +msgstr "Właściwości" + +#: plugins/admin/groups/class_divListGroup.inc:65 +msgid "Select to see groups that are primary groups of users" +msgstr "Zaznacz aby zobaczyć grupy które są podstawowymi grupami użytkowników" + +#: plugins/admin/groups/class_divListGroup.inc:65 +msgid "Show primary groups" +msgstr "Pokaż podstawowe grupy" -#: plugins/personal/posix/class_posixAccount.inc:284 -msgid "" -"This account has posix features enabled. You can disable them by clicking " -"below." -msgstr "" -"To konto posiada rozszerzenia posix. Można je wyłączyć klikająć poniżej." +#: plugins/admin/groups/class_divListGroup.inc:66 +msgid "Select to see groups that have samba groups mappings" +msgstr "Zaznacz aby zobaczyć grupy które posiadają mapowania grup samba" -#: plugins/personal/posix/class_posixAccount.inc:287 -msgid "Create posix account" -msgstr "Utwórz konto posixowe" +#: plugins/admin/groups/class_divListGroup.inc:66 +msgid "Show samba groups" +msgstr "Pokaż grupy samba" -#: plugins/personal/posix/class_posixAccount.inc:288 -msgid "" -"This account has posix features disabled. You can enable them by clicking " -"below." -msgstr "" -"To konto nie posiada rozszerzenia posix. Można je włączyć klikająć poniżej." +#: plugins/admin/groups/class_divListGroup.inc:67 +msgid "Select to see groups that have applications configured" +msgstr "Zaznacz aby zobaczyć grupy które posiadają skonfigurowane aplikacje" -#: plugins/personal/posix/class_posixAccount.inc:448 -#, 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/admin/groups/class_divListGroup.inc:67 +msgid "Show application groups" +msgstr "Pokaż grupy aplikacji" -#: plugins/personal/posix/class_posixAccount.inc:452 -#, php-format -msgid "Password must be changed after %s days" -msgstr "Hasło musi zostać zmienione po %s dniach" +#: plugins/admin/groups/class_divListGroup.inc:68 +msgid "Select to see groups that have mail settings" +msgstr "Zaznacz aby zobaczyć grupy które zawierają ustawienia poczty" -#: plugins/personal/posix/class_posixAccount.inc:456 -#, php-format -msgid "Disable account after %s days of inactivity after password expiery" -msgstr "Wyłącz konto po %s dniach nieaktywności po wygaśnięciu hasła" +#: plugins/admin/groups/class_divListGroup.inc:68 +msgid "Show mail groups" +msgstr "Pokaż grupy pocztowe" -#: plugins/personal/posix/class_posixAccount.inc:460 -#, php-format -msgid "Warn user %s days before password expiery" -msgstr "Ostrzeż użytkownika na %s dni przed wygaśnięciem hasła" +#: plugins/admin/groups/class_divListGroup.inc:69 +msgid "Select to see normal groups that have only functional aspects" +msgstr "Zaznacz aby zobaczyć grupy, które posiadają tylko aspekty funkcjonalne" -#: plugins/personal/posix/class_posixAccount.inc:593 -#: setup/setup_config2.tpl:188 -msgid "disabled" -msgstr "wyłączone" +#: plugins/admin/groups/class_divListGroup.inc:69 +msgid "Show functional groups" +msgstr "Pokaż grupy funkcjonalne" -#: plugins/personal/posix/class_posixAccount.inc:593 -msgid "full access" -msgstr "pełen dostęp" +#: plugins/admin/groups/class_divListGroup.inc:165 +#: plugins/admin/ogroups/class_ogroupManagement.inc:451 +#: plugins/generic/references/class_reference.inc:36 +msgid "Group" +msgstr "Grupa" -#: plugins/personal/posix/class_posixAccount.inc:594 -msgid "allow access to these hosts" -msgstr "zezwól na dostęp do tych hostów" +#: plugins/admin/groups/class_divListGroup.inc:226 +#: plugins/admin/users/class_divListUsers.inc:238 +msgid "Posix" +msgstr "Posix" -#: plugins/personal/posix/class_posixAccount.inc:647 -#, php-format -msgid "Removing of user/posix account with dn '%s' failed." -msgstr "Usuwanie konta posix z dn '%s' nieudane." +#: plugins/admin/groups/class_divListGroup.inc:228 +#: plugins/admin/users/class_divListUsers.inc:242 +#: plugins/admin/ogroups/tabs_ogroups.inc:90 +#: plugins/admin/ogroups/tabs_ogroups.inc:236 +#: plugins/admin/ogroups/class_divListOGroup.inc:228 +#: plugins/generic/references/class_reference.inc:24 +msgid "Mail" +msgstr "Poczta" -#: plugins/personal/posix/class_posixAccount.inc:803 -msgid "Timeout while waiting for lock! Ignoring lock." -msgstr "" +#: plugins/admin/groups/class_divListGroup.inc:230 +#: plugins/admin/users/class_divListUsers.inc:248 +#: plugins/generic/references/class_reference.inc:26 +#: plugins/generic/references/class_reference.inc:28 +msgid "Samba" +msgstr "Samba" -#: plugins/personal/posix/class_posixAccount.inc:899 -#, php-format -msgid "Saving of user/posix account with dn '%s' failed." -msgstr "Zapisywanie konta posix z dn '%s' nieudane." +#: plugins/admin/groups/class_divListGroup.inc:232 +#: plugins/admin/ogroups/tabs_ogroups.inc:133 +#: plugins/admin/ogroups/class_ogroupManagement.inc:452 +#: plugins/generic/references/class_reference.inc:42 +msgid "Application" +msgstr "Aplikacja" -#: plugins/personal/posix/class_posixAccount.inc:974 -#: plugins/personal/posix/class_posixAccount.inc:1051 -msgid "The required field 'Home directory' is not set." -msgstr "Wymagane pole 'Katalog domowy' nie jest ustawione." +#: plugins/admin/groups/class_divListGroup.inc:236 +#: plugins/admin/users/class_divListUsers.inc:240 +#: plugins/admin/ogroups/tabs_ogroups.inc:148 +msgid "Environment" +msgstr "Środowisko" -#: plugins/personal/posix/class_posixAccount.inc:977 -#: plugins/personal/posix/class_posixAccount.inc:1054 -msgid "Please enter a valid path in 'Home directory' field." -msgstr "Proszę podać prawidłową ścieżkę w polu 'Katalog domowy'." +#: plugins/admin/groups/class_divListGroup.inc:263 +#: plugins/admin/departments/class_divListDepartment.inc:166 +#: plugins/admin/ogroups/class_divListOGroup.inc:253 +msgid "Edit this entry" +msgstr "Edytuj ten obiekt" -#: plugins/personal/posix/class_posixAccount.inc:985 -msgid "Value specified as 'UID' is not valid." -msgstr "Wartość podana jako 'UID' jest nieprawidłowa." +#: plugins/admin/groups/class_divListGroup.inc:272 +#: plugins/admin/departments/class_divListDepartment.inc:171 +#: plugins/admin/ogroups/class_divListOGroup.inc:261 +msgid "Delete this entry" +msgstr "Usuń ten obiekt" -#: plugins/personal/posix/class_posixAccount.inc:988 -msgid "Value specified as 'UID' is too small." -msgstr "Wartość podana jako 'UID' jest za mała." +#: plugins/admin/groups/class_divListGroup.inc:329 +#, fuzzy +msgid "Number of listed groups" +msgstr "Nazwa grupy" -#: plugins/personal/posix/class_posixAccount.inc:992 -#: plugins/admin/groups/class_groupGeneric.inc:899 -msgid "Value specified as 'GID' is not valid." -msgstr "Wartość podana jako 'GID' jest nieprawidłowa." +#: plugins/admin/groups/class_divListGroup.inc:330 +#: plugins/admin/users/class_divListUsers.inc:413 +#: plugins/admin/departments/class_divListDepartment.inc:210 +#: plugins/admin/ogroups/class_divListOGroup.inc:311 +#, fuzzy +msgid "Number of listed departments" +msgstr "Nazwa departamentu" -#: plugins/personal/posix/class_posixAccount.inc:995 -#: plugins/admin/groups/class_groupGeneric.inc:902 -msgid "Value specified as 'GID' is too small." -msgstr "Wartość podana jako 'GID' jest za mała." +#: plugins/admin/groups/generic.tpl:28 plugins/admin/ogroups/generic.tpl:18 +msgid "Descriptive text for this group" +msgstr "Tekst opisowy dla tej grupy" -#: plugins/personal/posix/class_posixAccount.inc:1003 -#: plugins/personal/posix/class_posixAccount.inc:1060 -msgid "Value specified as 'shadowMin' is not valid." -msgstr "Wartość podana jako 'shadowMin' jest nieprawidłowa." +#: plugins/admin/groups/generic.tpl:83 plugins/admin/groups/generic.tpl:110 +msgid "Select to create a samba conform group" +msgstr "Wybierz aby utworzyć grupę samba" -#: plugins/personal/posix/class_posixAccount.inc:1008 -#: plugins/personal/posix/class_posixAccount.inc:1065 -msgid "Value specified as 'shadowMax' is not valid." -msgstr "Wartość podana jako 'shadowMax' jest nieprawidłowa." +#: plugins/admin/groups/generic.tpl:95 plugins/admin/groups/generic.tpl:118 +msgid "in domain" +msgstr "w domenie" -#: plugins/personal/posix/class_posixAccount.inc:1013 -#: plugins/personal/posix/class_posixAccount.inc:1070 -msgid "Value specified as 'shadowWarning' is not valid." -msgstr "Wartość podana jako 'shadowWarning' jest nieprawidłowa." +#: plugins/admin/groups/generic.tpl:140 +msgid "Members are in a phone pickup group" +msgstr "Członkowie są w grupie odbioru telefonu" -#: plugins/personal/posix/class_posixAccount.inc:1016 -#: plugins/personal/posix/class_posixAccount.inc:1073 -msgid "'shadowWarning' without 'shadowMax' makes no sense." -msgstr "'shadowWarning' bez 'shadowMax' nie ma sensu." +#: plugins/admin/groups/generic.tpl:155 +msgid "Members are in a nagios group" +msgstr "Członkowie są w grupie nagios." -#: plugins/personal/posix/class_posixAccount.inc:1019 -#: plugins/personal/posix/class_posixAccount.inc:1076 -msgid "Value specified as 'shadowWarning' should be smaller than 'shadowMax'." +#: plugins/admin/groups/generic.tpl:172 +msgid "Group members" +msgstr "Członkowie grupy" + +#: plugins/admin/groups/remove.tpl:6 +msgid "" +"This may be a primary user group. Please double check if you really want to " +"do this since there is no way for GOsa to get your data back." msgstr "" -"Wartość podana jako 'shadowWarning' powinna być mniejsza niż 'shadowMax'." +"To może być podstawowa grupa użytkownika. Proszę upewnić się czy aby na " +"pewno kontynuować, gdyż tej operacji nie można cofnąć." -#: plugins/personal/posix/class_posixAccount.inc:1022 -#: plugins/personal/posix/class_posixAccount.inc:1079 -msgid "Value specified as 'shadowWarning' should be greater than 'shadowMin'." +#: plugins/admin/groups/remove.tpl:10 plugins/admin/users/remove.tpl:10 +#: plugins/admin/ogroups/remove.tpl:10 ihtml/themes/default/remove.tpl:9 +msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." msgstr "" -"Wartość podana jako 'shadowWarning' powinna być większa niż 'shadowMin'." +"Jeśli jesteś pewien - naciśnij 'Usuń' aby kontynuować lub 'Anuluj' aby " +"anulować." -#: plugins/personal/posix/class_posixAccount.inc:1027 -#: plugins/personal/posix/class_posixAccount.inc:1084 -msgid "Value specified as 'shadowInactive' is not valid." -msgstr "Wartość podana jako ;shadowInactive' jest nieprawidłowa." +#: plugins/admin/groups/main.inc:40 plugins/admin/groups/main.inc:44 +msgid "Group administration" +msgstr "Administracja Grupą" -#: plugins/personal/posix/class_posixAccount.inc:1030 -#: plugins/personal/posix/class_posixAccount.inc:1087 -msgid "'shadowInactive' without 'shadowMax' makes no sense." -msgstr "'shadowInactive' bez 'shadowMax' nie ma sensu." +#: 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." -#: plugins/personal/posix/class_posixAccount.inc:1035 -#: plugins/personal/posix/class_posixAccount.inc:1092 -msgid "Value specified as 'shadowMin' should be smaller than 'shadowMax'." -msgstr "Wartość podana jako 'shadowMin' powinna być mniejsza niż 'shadowMax'." +#: plugins/admin/users/password.tpl:21 +#, fuzzy +msgid "Strength" +msgstr "Ulica" -#: plugins/personal/posix/class_posixAccount.inc:1278 -msgid "Cannot allocate a free ID: too many users!" -msgstr "" +#: plugins/admin/users/template.tpl:2 +msgid "Creating a new user using templates" +msgstr "Utwórz nowego użytkownika używając szablonów" -#: plugins/personal/posix/class_posixAccount.inc:1453 -msgid "POSIX account" -msgstr "Konto POSIX" +#: 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." -#: plugins/personal/posix/class_posixAccount.inc:1463 -#: plugins/personal/posix/paste_generic.tpl:8 -#: plugins/personal/posix/generic.tpl:7 -msgid "Home directory" -msgstr "Katalog domowy" +#: plugins/admin/users/template.tpl:15 +#: plugins/admin/users/class_divListUsers.inc:158 +msgid "Template" +msgstr "Szablon" -#: plugins/personal/posix/class_posixAccount.inc:1464 -#: plugins/personal/posix/generic.tpl:15 -msgid "Shell" -msgstr "Shell" +#: plugins/admin/users/remove.tpl:6 +msgid "" +"This includes all account data, system access rules, imap settings, etc. for " +"this user. Please double check if your really want to do this since there is " +"no way for GOsa to get your data back." +msgstr "" +"Operacja odnosi się do wszystkich danych dotyczących konta, dostępu, " +"ustawień imap, etc dla tego użytkownika. Proszę upewnić się czy na pewno " +"kontynuować, gdyż nie ma możliwości powrotu." -#: plugins/personal/posix/class_posixAccount.inc:1465 -#: setup/setup_migrate.tpl:217 html/getxls.php:100 html/getxls.php:135 -#: html/getxls.php:158 html/getxls.php:347 html/getxls.php:364 -msgid "User ID" -msgstr "Identyfikator użytkownika" +#: plugins/admin/users/main.inc:43 plugins/admin/users/main.inc:49 +msgid "User administration" +msgstr "Administracja użytkownikami" -#: plugins/personal/posix/class_posixAccount.inc:1466 -msgid "Group ID" -msgstr "ID grupy" +#: plugins/admin/users/class_divListUsers.inc:35 +#: plugins/admin/users/class_divListUsers.inc:36 +msgid "List of users" +msgstr "Lista użytkowników" -#: plugins/personal/posix/class_posixAccount.inc:1468 -msgid "Force password change on login" -msgstr "Wymuś zmianę hasła podczas logowania" +#: plugins/admin/users/class_divListUsers.inc:40 +msgid "" +"This menu allows you to create, edit and delete selected users. Having a " +"great number of users, you may want to use the range selectors on top of the " +"user list." +msgstr "" +"To menu umożliwia tworzenie, edycję oraz usuwanie wybranych użytkowników. " +"Posiadając dużą liczbę użytkowników wygodniej jest używać selektorów zakresu " +"na górze listy użytkowników." -#: plugins/personal/posix/class_posixAccount.inc:1469 -msgid "Shadow min" -msgstr "Shadow min" +#: plugins/admin/users/class_divListUsers.inc:61 +#: ihtml/themes/default/password.tpl:68 ihtml/themes/default/password.tpl:70 +#: ihtml/themes/default/login.tpl:40 ihtml/themes/default/login.tpl:42 +msgid "Username" +msgstr "Nazwa użytkownika" -#: plugins/personal/posix/class_posixAccount.inc:1470 -msgid "Shadow max" -msgstr "Shadow max" +#: plugins/admin/users/class_divListUsers.inc:65 +msgid "Select to see template pseudo users" +msgstr "Wybierz aby zobaczyć szablony" -#: plugins/personal/posix/class_posixAccount.inc:1471 -msgid "Shadow warning" -msgstr "Shadow ostrzeżenie" +#: plugins/admin/users/class_divListUsers.inc:65 +msgid "Show templates" +msgstr "Pokaż szablony" -#: plugins/personal/posix/class_posixAccount.inc:1472 -msgid "Shadow inactive" -msgstr "Shadow nieaktywne" +#: plugins/admin/users/class_divListUsers.inc:66 +msgid "Select to see users that have only a GOsa object" +msgstr "Zaznacz aby zobaczyć użytkowników którzy posiadają tylko obiekt GOsa" -#: plugins/personal/posix/class_posixAccount.inc:1473 -msgid "Shadow expire" -msgstr "Shadow wygasa" +#: plugins/admin/users/class_divListUsers.inc:66 +msgid "Show functional users" +msgstr "Pokaż użytkowników funkcjonalnych" -#: plugins/personal/posix/class_posixAccount.inc:1474 -msgid "System trust model" -msgstr "Zaufanie do systemów" +#: plugins/admin/users/class_divListUsers.inc:67 +msgid "Select to see users that have posix settings" +msgstr "Zaznacz aby zobaczyć użytkowników którzy posiadają ustawienia posix" -#: plugins/personal/posix/paste_generic.tpl:4 -msgid "Posix settings" -msgstr "Ustawienia Posix" +#: plugins/admin/users/class_divListUsers.inc:67 +msgid "Show unix users" +msgstr "Pokaż użytkowników Unix" -#: plugins/personal/posix/paste_generic.tpl:23 -#: plugins/personal/posix/generic.tpl:52 -msgid "Force UID/GID" -msgstr "Wymuś UID/GID" +#: plugins/admin/users/class_divListUsers.inc:68 +msgid "Select to see users that have mail settings" +msgstr "Zaznacz aby zobaczyć użytkowników którzy posiadają ustawienia poczty" -#: plugins/personal/posix/paste_generic.tpl:28 -#: plugins/personal/posix/generic.tpl:56 html/getxls.php:287 -msgid "UID" -msgstr "UID" +#: plugins/admin/users/class_divListUsers.inc:68 +msgid "Show mail users" +msgstr "Pokaż użytkowników Poczty" -#: plugins/personal/posix/paste_generic.tpl:37 -#: plugins/personal/posix/generic.tpl:67 -#: plugins/admin/groups/class_groupGeneric.inc:1008 -msgid "GID" -msgstr "GID" +#: plugins/admin/users/class_divListUsers.inc:69 +msgid "Select to see users that have samba settings" +msgstr "Zaznacz aby zobaczyć użytkowników którzy posiadają ustawienia samba" -#: plugins/personal/posix/paste_generic.tpl:47 -#: plugins/personal/posix/generic.tpl:82 -msgid "Group membership" -msgstr "Przynależność do grup" +#: plugins/admin/users/class_divListUsers.inc:69 +msgid "Show samba users" +msgstr "Pokaż użytkowników Samby" -#: plugins/personal/posix/paste_generic.tpl:54 -#: plugins/personal/posix/generic.tpl:84 -msgid "(Warning: more than 16 groups are not supported by NFS!)" -msgstr "(Uwaga: NFS nie wspiera więcej niż 16 grup!)" +#: plugins/admin/users/class_divListUsers.inc:70 +msgid "Select to see users that have proxy settings" +msgstr "Zaznacz aby zobaczyć użytkowników którzy posiadają ustawienia proxy" -#: plugins/personal/posix/generic.tpl:25 -msgid "Primary group" -msgstr "Grupa podstawowa" +#: plugins/admin/users/class_divListUsers.inc:70 +msgid "Show proxy users" +msgstr "Pokaż użytkowników proxy" -#: plugins/personal/posix/generic.tpl:36 -#: plugins/addons/gotomasses/goto_task.tpl:20 -#: plugins/addons/gotomasses/class_divListMasses.inc:46 -msgid "Status" -msgstr "Status" +#: plugins/admin/users/class_divListUsers.inc:156 +#: plugins/admin/ogroups/class_ogroupManagement.inc:450 +#: setup/setup_config2.tpl:273 setup/setup_config2.tpl:318 +msgid "User" +msgstr "Użytkownik" -#: plugins/personal/posix/generic.tpl:93 plugins/admin/groups/generic.tpl:179 -#, fuzzy -msgid "In all groups" -msgstr "Grupa pocztowa" +#: plugins/admin/users/class_divListUsers.inc:166 +#: plugins/admin/users/class_divListUsers.inc:309 +msgid "Change password" +msgstr "Zmień hasło" -#: plugins/personal/posix/generic.tpl:97 plugins/admin/groups/generic.tpl:182 -#, fuzzy -msgid "Not in all groups" -msgstr "Pokaż grupy pocztowe" +#: plugins/admin/users/class_divListUsers.inc:236 +msgid "GOsa" +msgstr "GOsa" -#: plugins/personal/posix/generic.tpl:118 -msgid "Account" -msgstr "Konto" +#: plugins/admin/users/class_divListUsers.inc:237 +msgid "Edit generic properties" +msgstr "Edytuj ogólne właściwości" -#: plugins/personal/posix/generic.tpl:125 -msgid "System trust" -msgstr "Zaufanie systemowe" +#: plugins/admin/users/class_divListUsers.inc:239 +msgid "Edit UNIX properties" +msgstr "Edytuj właściwości UNIX" -#: plugins/personal/posix/generic.tpl:127 -#: plugins/personal/posix/generic.tpl:155 -msgid "Trust mode" -msgstr "Tryb zaufania" +#: plugins/admin/users/class_divListUsers.inc:241 +msgid "Edit environment properties" +msgstr "Edytuj właściwości Środowiska" -#: plugins/personal/posix/posix_shadow.tpl:9 -msgid "User must change password on first login" -msgstr "Użytkownik musi zmienić hasło przy pierwszym logowaniu" +#: plugins/admin/users/class_divListUsers.inc:243 +msgid "Edit mail properties" +msgstr "Edytuj właściwości Poczty" -#: plugins/personal/posix/posix_shadow.tpl:34 -msgid "Password expires on" -msgstr "Hasło wygasa" +#: plugins/admin/users/class_divListUsers.inc:245 +msgid "Edit phone properties" +msgstr "Edytuj właściwości Telefonu" -#: plugins/personal/posix/main.inc:129 -msgid "Unix settings" -msgstr "Ustawienia Unix" +#: plugins/admin/users/class_divListUsers.inc:247 +msgid "Edit fax properies" +msgstr "Edytuj właściwości Fax" -#: plugins/personal/posix/trust_machines.tpl:6 -msgid "Select systems to add" -msgstr "Wybierz systemy do dodania" +#: plugins/admin/users/class_divListUsers.inc:249 +msgid "Edit samba properties" +msgstr "Edytuj właściwości Samba" -#: plugins/personal/posix/trust_machines.tpl:26 -msgid "Display systems of department" -msgstr "Wyświetl systemy departamentu" +#: plugins/admin/users/class_divListUsers.inc:250 +msgid "Netatalk" +msgstr "Netatalk" -#: plugins/personal/posix/trust_machines.tpl:30 -msgid "Display systems matching" -msgstr "Wyświetl systemy pasujące" +#: plugins/admin/users/class_divListUsers.inc:251 +msgid "Edit netatalk properties" +msgstr "Edytuj właściwości Netatalk" -#: plugins/personal/posix/trust_machines.tpl:31 -msgid "Regular expression for matching addresses" -msgstr "Wyrażenie regularne dla dopasowania adresów" +#: plugins/admin/users/class_divListUsers.inc:252 +msgid "Create user from template" +msgstr "Utwórz użytkownika z szablonu" -#: plugins/addons/gotomasses/class_gotomasses.inc:6 -#: plugins/addons/gotomasses/main.inc:50 -#, fuzzy -msgid "System deployment" -msgstr "Zarządzanie systemem" +#: plugins/admin/users/class_divListUsers.inc:253 +msgid "Create user with this template" +msgstr "Utwórz użytkownika z tego szablonu" -#: plugins/addons/gotomasses/class_gotomasses.inc:114 -#: plugins/addons/notifications/class_msgplug.inc:99 +#: plugins/admin/users/class_divListUsers.inc:288 #, fuzzy -msgid "Permission error" -msgstr "Uprawnienia" +msgid "Deactivated" +msgstr "Aktywne" -#: plugins/addons/gotomasses/class_gotomasses.inc:114 -#, fuzzy -msgid "You have no permission to delete this entry!" -msgstr "Brak uprawnień do usunięcia tego departamentu." +#: plugins/admin/users/class_divListUsers.inc:291 +msgid "Active" +msgstr "Aktywne" -#: plugins/addons/gotomasses/class_gotomasses.inc:135 -#, fuzzy, php-format -msgid "Your are about to delete the following tasks: %s" -msgstr "Zamierzasz usunąć element %s." +#: plugins/admin/users/class_divListUsers.inc:299 +msgid "Edit user" +msgstr "Edytuj użytkownika" -#: plugins/addons/gotomasses/class_gotomasses.inc:237 -#, php-format -msgid "Cannot load queue entries: %s" -msgstr "" +#: plugins/admin/users/class_divListUsers.inc:308 +msgid "password" +msgstr "hasło" -#: plugins/addons/gotomasses/class_gotomasses.inc:327 +#: plugins/admin/users/class_divListUsers.inc:312 #, fuzzy -msgid "GOsa ping" -msgstr "GOsa" +msgid "You are not allowed to change the password for this user." +msgstr "Brak uprawnień do zmiany własnego hasła w tym momencie" -#: plugins/addons/gotomasses/class_gotomasses.inc:328 -#, fuzzy -msgid "Ping" -msgstr "w" +#: plugins/admin/users/class_divListUsers.inc:323 +#: plugins/admin/users/class_userManagement.inc:526 +msgid "Delete user" +msgstr "Usuń użytkownika" -#: plugins/addons/gotomasses/class_gotomasses.inc:329 +#: plugins/admin/users/class_divListUsers.inc:326 #, fuzzy -msgid "Say hello" -msgstr "Shell" +msgid "You are not allowed to remove this user." +msgstr "Brak uprawnień do usunięcia tego użytkownika!" -#: plugins/addons/gotomasses/class_gotomasses.inc:337 -#: plugins/addons/gotomasses/class_gotomasses.inc:343 -#: plugins/addons/gotomasses/class_goto_task.inc:6 +#: plugins/admin/users/class_divListUsers.inc:412 #, fuzzy -msgid "System mass deployment" -msgstr "Zarządzanie systemem" +msgid "Number of listed users" +msgstr "Nazwa departamentu" -#: plugins/addons/gotomasses/class_gotomasses.inc:338 -msgid "Provide a mechanism to automatically activate a set of systems" -msgstr "" +#: plugins/admin/users/class_userManagement.inc:241 +#, fuzzy +msgid "Password change failed." +msgstr "Brak uprawnień do zmiay hasła" -#: plugins/addons/gotomasses/class_gotomasses.inc:345 -#: plugins/addons/gotomasses/class_divListMasses.inc:48 -msgid "Action" -msgstr "Akcja" +#: plugins/admin/users/class_userManagement.inc:241 +#: plugins/admin/users/class_userManagement.inc:296 +msgid "You are not allowed to set this users password!" +msgstr "Brak uprawnień do zmiany hasła tym użytkownikom!" -#: plugins/addons/gotomasses/class_gotomasses.inc:350 +#: plugins/admin/users/class_userManagement.inc:296 +#: ihtml/themes/default/password.tpl:40 #, fuzzy -msgid "Week day" -msgstr "Środa" +msgid "Password change" +msgstr "Brak uprawnień do zmiay hasła" -#: plugins/addons/gotomasses/class_gotomasses.inc:351 -#: plugins/addons/gotomasses/class_divListMasses.inc:42 -#, fuzzy -msgid "Target" -msgstr "Kodowanie" +#: plugins/admin/users/class_userManagement.inc:404 +#, fuzzy, php-format +msgid "You're about to delete the following entry: %s" +msgstr "Zamierzasz usunąć element %s." -#: plugins/addons/gotomasses/goto_task.tpl:12 -msgid "Job ID" -msgstr "" +#: plugins/admin/users/class_userManagement.inc:406 +#, fuzzy, php-format +msgid "You're about to delete the following entries: %s" +msgstr "Zamierzasz usunąć element %s." -#: plugins/addons/gotomasses/goto_task.tpl:28 +#: plugins/admin/users/class_userManagement.inc:408 #, fuzzy -msgid "Mac" -msgstr "Marzec" +msgid "Delete users" +msgstr "Usuń użytkownika" -#: plugins/addons/gotomasses/goto_task.tpl:36 +#: plugins/admin/users/class_userManagement.inc:436 +#: plugins/admin/users/class_userManagement.inc:558 #, fuzzy -msgid "Header Tag" -msgstr "nagłówek" +msgid "User delete" +msgstr "Usuń" -#: plugins/addons/gotomasses/goto_task.tpl:40 include/class_pluglist.inc:168 -#: include/class_pluglist.inc:169 include/class_pluglist.inc:283 -msgid "Unknown" -msgstr "Nieznane" +#: plugins/admin/users/class_userManagement.inc:436 +#, fuzzy, php-format +msgid "You are not allowed to delete the user '%s'!" +msgstr "Brak uprawnień do usunięcia tego użytkownika!" -#: plugins/addons/gotomasses/class_target_list.inc:37 -msgid "Select the target objects for your scheduled action." +#: plugins/admin/users/class_userManagement.inc:493 +msgid "Could not set user status from locked to unlocked." msgstr "" -#: plugins/addons/gotomasses/class_target_list.inc:38 -#: plugins/addons/gotomasses/class_target_list.inc:39 -#, fuzzy -msgid "Available targets" -msgstr "Dostępni członkowie" +#: plugins/admin/users/class_userManagement.inc:495 +msgid "Could not set user status from unlocked to locked." +msgstr "" + +#: plugins/admin/users/class_userManagement.inc:526 +#, php-format +msgid "You're about to delete the user %s." +msgstr "Zamierzasz usunąć użytkownika %s." -#: plugins/addons/gotomasses/class_target_list.inc:51 +#: plugins/admin/users/class_userManagement.inc:553 #, fuzzy -msgid "Select to see object groups" -msgstr "Wybierz obiekty do dodania" +msgid "User deleted" +msgstr "Usuń" -#: plugins/addons/gotomasses/class_target_list.inc:51 +#: plugins/admin/users/class_userManagement.inc:553 #, fuzzy -msgid "Show object groups" -msgstr "Grupy obiektów" - -#: plugins/addons/gotomasses/class_target_list.inc:52 -#: plugins/admin/ogroups/ogroup_objects.tpl:31 -#: plugins/admin/groups/group_objects.tpl:30 -msgid "Select to see servers" -msgstr "Proszę aby zobaczyć serwery" - -#: plugins/addons/gotomasses/class_target_list.inc:52 -#: plugins/admin/ogroups/ogroup_objects.tpl:31 -msgid "Show servers" -msgstr "Pokaż serwery" - -#: plugins/addons/gotomasses/class_target_list.inc:53 -#: plugins/admin/ogroups/ogroup_objects.tpl:32 -msgid "Select to see workstations" -msgstr "Wybierz aby zobaczyc stacje robocze" +msgid "User successfully removed." +msgstr "Import powiódł się" -#: plugins/addons/gotomasses/class_target_list.inc:53 -#: plugins/admin/ogroups/ogroup_objects.tpl:32 -msgid "Show workstations" -msgstr "Pokaż stacje robocze" +#: plugins/admin/users/class_userManagement.inc:558 +msgid "You are not allowed to delete this user!" +msgstr "Brak uprawnień do usunięcia tego użytkownika!" -#: plugins/addons/gotomasses/class_target_list.inc:57 -#: plugins/admin/users/class_divListUsers.inc:74 -#: plugins/admin/ogroups/ogroup_objects.tpl:38 -#: plugins/admin/ogroups/class_divListOGroup.inc:82 -#: plugins/admin/departments/class_divListDepartment.inc:53 -#: plugins/admin/acl/class_divListACL.inc:61 -#: plugins/admin/groups/class_divListGroup.inc:73 -msgid "Select to search within subtrees" -msgstr "Zaznacz aby wyszukiwać wewnątrz poddrzew" +#: plugins/admin/users/class_userManagement.inc:664 +#: plugins/admin/ogroups/class_ogroup.inc:286 +msgid "none" +msgstr "żaden" -#: plugins/addons/gotomasses/class_target_list.inc:58 -msgid "Select to search for a specific IP range only" -msgstr "" +#: plugins/admin/users/class_userManagement.inc:683 +#, fuzzy +msgid "Please select a valid template." +msgstr "Proszę wybrać prawidłowy plik" -#: plugins/addons/gotomasses/class_target_list.inc:58 -msgid "Match IP range" -msgstr "" +#: plugins/admin/users/class_userManagement.inc:776 +msgid "A person with the choosen name is already used in this tree." +msgstr "Osoba o wybranej nazwie już istnieje w tym drzewie." -#: plugins/addons/gotomasses/class_target_list.inc:62 -msgid "IP range start" -msgstr "" +#: plugins/admin/departments/class_divListDepartment.inc:27 +#: plugins/admin/departments/class_divListDepartment.inc:28 +msgid "List of departments" +msgstr "Lista departamentów" -#: plugins/addons/gotomasses/class_target_list.inc:63 -msgid "IP range end" +#: plugins/admin/departments/class_divListDepartment.inc:33 +msgid "" +"This menu allows you to create, delete and edit selected departments. Having " +"a large number of departments, you might prefer the range selectors on top " +"of the department list." msgstr "" +"To menu umożliwia tworzenie, usuwanie oraz edycję wybranych departamentów. " +"Posiadając dużą liczbę departamentów, może okazać się wygodniejsze " +"korzystanie z selektorów zakresu na górze." -#: plugins/addons/gotomasses/class_target_list.inc:132 -#: plugins/admin/users/class_divListUsers.inc:145 -#: plugins/admin/ogroups/class_divListOGroup.inc:165 -#: plugins/admin/departments/class_divListDepartment.inc:127 -#: plugins/admin/acl/class_divListACL.inc:136 -#: plugins/admin/groups/class_divListGroup.inc:152 -msgid "Submit department" -msgstr "Zatwierdź departament" +#: plugins/admin/departments/class_divListDepartment.inc:48 +#: plugins/admin/departments/class_departmentGeneric.inc:574 +msgid "Department name" +msgstr "Nazwa departamentu" -#: plugins/addons/gotomasses/class_target_list.inc:132 -#: plugins/admin/users/class_divListUsers.inc:145 -#: plugins/admin/ogroups/class_divListOGroup.inc:165 -#: plugins/admin/departments/class_divListDepartment.inc:127 -#: plugins/admin/acl/class_divListACL.inc:136 -#: plugins/admin/groups/class_divListGroup.inc:152 -#: include/class_MultiSelectWindow.inc:242 -msgid "Submit" -msgstr "Wyślij" +#: plugins/admin/departments/class_divListDepartment.inc:56 +msgid "Regular expression for matching department names" +msgstr "Wyrażenie regularne dla dopasowania nazw departamentów" -#: plugins/addons/gotomasses/class_target_list.inc:229 -#: plugins/addons/gotomasses/class_target_list.inc:233 -#, fuzzy -msgid "IP range is invalid!" -msgstr "Podana nazwa jest nieprawidłowa" +#: plugins/admin/departments/class_divListDepartment.inc:200 +msgid "department" +msgstr "departament" -#: plugins/addons/gotomasses/class_divListMasses.inc:21 +#: plugins/admin/departments/tabs_department.inc:34 +#: include/class_MultiSelectWindow.inc:503 include/functions.inc:341 +#: include/functions.inc:368 include/functions.inc:377 +#: include/functions.inc:406 include/functions.inc:649 +#: include/functions.inc:688 include/functions.inc:733 +#: include/functions.inc:1311 include/functions.inc:2503 +#: include/class_config.inc:224 setup/class_setupStep_Schema.inc:95 +#: setup/class_setupStep_Migrate.inc:1030 +#: setup/class_setupStep_Migrate.inc:1056 +#: setup/class_setupStep_Migrate.inc:1104 +#: setup/class_setupStep_Migrate.inc:1152 +#: setup/class_setupStep_Migrate.inc:1916 html/index.php:244 +#: html/index.php:258 html/index.php:271 #, fuzzy -msgid "List of queued deamon jobs." -msgstr "Lista departamentów" +msgid "LDAP error" +msgstr "błąd LDAP:" -#: plugins/addons/gotomasses/class_divListMasses.inc:25 +#: plugins/admin/departments/tabs_department.inc:34 #, fuzzy -msgid "" -"This menu allows you to remove and change the properties of GOsa deamon " -"tasks." -msgstr "To menu umożliwia tworzenie, usuwanie oraz edycję właściwości usług." - -#: plugins/addons/gotomasses/class_divListMasses.inc:29 -#: plugins/addons/gotomasses/class_divListMasses.inc:30 -#, fuzzy, php-format -msgid "Display entries with action %s." -msgstr "Filtruj elementy z tą składnią" - -#: plugins/addons/gotomasses/class_divListMasses.inc:40 -msgid "#" +msgid "Moving LDAP tree failed: destination tree is a subtree of the source!" msgstr "" +"Próba przeniesienia drzewa nieudana. Docelowe drzewo jest poddrzewem w " +"drzewie źródłowym." -#: plugins/addons/gotomasses/class_divListMasses.inc:43 -msgid "Task" -msgstr "Zadanie" +#: plugins/admin/departments/dep_iframe.tpl:1 +msgid "Processing the requested operation" +msgstr "Przetwarzam zadaną operację" -#: plugins/addons/gotomasses/class_divListMasses.inc:44 -#, fuzzy -msgid "Schedule" -msgstr "PHP schedule it" +#: 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ę." -#: plugins/addons/gotomasses/class_divListMasses.inc:127 +#: plugins/admin/departments/dep_move_confirm.tpl:2 #, fuzzy -msgid "Reomve" -msgstr "Usuń" +msgid "You are currently moving/renaming this department." +msgstr "Brak uprawnień do usunięcia tego departamentu." -#: plugins/addons/gotomasses/remove.tpl:6 plugins/admin/users/remove.tpl:6 +#: plugins/admin/departments/dep_move_confirm.tpl:5 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." +"Modifying a departments naming attribute 'ou' or base may corrupt acls and " +"snapshot entries for all entire objects." msgstr "" -"Operacja odnosi się do wszystkich danych dotyczących konta, dostępu, " -"ustawień imap, etc dla tego użytkownika. Proszę upewnić się czy na pewno " -"kontynuować, gdyż nie ma możliwości powrotu." -#: plugins/addons/bugsubmitter/class_bugsubmitter.inc:5 +#: plugins/admin/departments/dep_move_confirm.tpl:8 +msgid "GOsa can NOT fix this for you, yet." +msgstr "" + +#: plugins/admin/departments/dep_move_confirm.tpl:11 msgid "" -"Bugsubmitter" +"Before you confirm this action, ensure that everything will be as expected, " +"possibly the best solution is a backup." msgstr "" -#: plugins/addons/notifications/class_msgplug.inc:6 -#: plugins/addons/notifications/main.inc:47 -msgid "Notifications" -msgstr "Powiadamiania" +#: plugins/admin/departments/generic.tpl:8 +msgid "Name of department" +msgstr "Nazwa departamentu" -#: plugins/addons/notifications/class_msgplug.inc:36 -#: plugins/admin/groups/class_groupManagement.inc:24 -#: plugins/admin/groups/class_groupGeneric.inc:998 include/class_acl.inc:196 -#: html/getxls.php:124 html/getxls.php:126 html/getxls.php:309 -msgid "Groups" -msgstr "Grupy" +#: plugins/admin/departments/generic.tpl:11 +msgid "Name of subtree to create" +msgstr "Nazwa tworzonego poddrzewa" -#: plugins/addons/notifications/class_msgplug.inc:99 -msgid "You have no permissions to send a message!" -msgstr "Brak uprawnień do wysyłania wiadomości!" +#: plugins/admin/departments/generic.tpl:19 +msgid "Descriptive text for department" +msgstr "Tekst opisujący departament" -#: plugins/addons/notifications/class_msgplug.inc:103 -#: plugins/addons/notifications/class_msgplug.inc:111 -#: include/class_plugin.inc:1154 include/class_plugin.inc:1166 -#: include/class_pluglist.inc:152 include/class_config.inc:554 -#: include/functions.inc:592 include/functions.inc:2509 -#: include/functions.inc:2528 include/class_CopyPasteHandler.inc:91 -#: include/class_CopyPasteHandler.inc:99 -#: include/class_CopyPasteHandler.inc:148 -#: include/class_CopyPasteHandler.inc:156 -#: include/class_CopyPasteHandler.inc:165 -#: include/password-methods/class_password-methods-sha.inc:46 -#: include/password-methods/class_password-methods-ssha.inc:51 -#: include/utils/class_timezone.inc:51 html/index.php:205 -#, fuzzy -msgid "Configuration error" -msgstr "Plik konfiguracyjny" +#: plugins/admin/departments/generic.tpl:24 +#: plugins/admin/departments/class_departmentGeneric.inc:575 +msgid "Category" +msgstr "Kategoria" -#: plugins/addons/notifications/class_msgplug.inc:103 -#, php-format -msgid "Missing '%s' directive in configuration!" -msgstr "" +#: plugins/admin/departments/generic.tpl:27 +msgid "Category for this subtree" +msgstr "Kategoria dla tego poddrzewa" -#: plugins/addons/notifications/class_msgplug.inc:111 -#, php-format -msgid "'%s' defined for the '%s' directive cannot be executed!" -msgstr "" +#: plugins/admin/departments/generic.tpl:39 +msgid "Choose subtree to place department in" +msgstr "Wybierz poddrzewo do umieszczenia departamentu" -#: plugins/addons/notifications/class_msgplug.inc:117 -msgid "Please specify at least one recipient to send a message!" -msgstr "Proszę podać przynajmniej jednego odbiorcę aby wysłać wiadomość!" +#: plugins/admin/departments/generic.tpl:63 +msgid "State where this subtree is located" +msgstr "Stan w którym jest umieszczone to poddrzewo" -#: plugins/addons/notifications/class_msgplug.inc:213 -#, fuzzy, php-format -msgid "Cannot find a DESC tag in file '%s'!" -msgstr "Nie można stworzyć pliku '%s'." +#: plugins/admin/departments/generic.tpl:71 +msgid "Location of this subtree" +msgstr "Lokalizacja tego poddrzewa" -#: plugins/addons/notifications/class_msgplug.inc:240 -#, fuzzy -msgid "Notification" -msgstr "Powiadamiania" +#: plugins/admin/departments/generic.tpl:79 +msgid "Postal address of this subtree" +msgstr "Kod pocztowy tego poddrzewa" -#: plugins/addons/notifications/class_msgplug.inc:241 -#: plugins/addons/notifications/class_msgplug.inc:246 -#, fuzzy -msgid "Notification plugin" -msgstr "Powiadomienie wysłane!" +#: plugins/admin/departments/generic.tpl:86 +msgid "Base telephone number of this subtree" +msgstr "Bazowy numer telefonu tego poddrzewa" -#: plugins/addons/notifications/class_msgplug.inc:249 -#, fuzzy -msgid "Allow sending notifications" -msgstr "Opcje powiadamiania o hoście" +#: plugins/admin/departments/generic.tpl:94 +msgid "Base facsimile telephone number of this subtree" +msgstr "Bazowy numer faxu tego poddrzewa" -#: plugins/addons/notifications/contents.tpl:2 -msgid "Notification target" -msgstr "Cel powiadomienia" +#: plugins/admin/departments/generic.tpl:109 +#: plugins/admin/departments/class_departmentGeneric.inc:578 +msgid "Administrative settings" +msgstr "Ustawienia administracyjne" -#: plugins/addons/notifications/contents.tpl:7 -msgid "Use target from" -msgstr "Użyj celu z" +#: plugins/admin/departments/generic.tpl:111 +msgid "Tag department as an independent administrative unit" +msgstr "Zaznacz departament jako niezależną jednostkę administracyjną" -#: plugins/addons/notifications/contents.tpl:21 -msgid "Available recipients" -msgstr "Dostępni odbiorcy" +#: plugins/admin/departments/remove.tpl:6 +msgid "" +"This includes 'all' accounts, systems, etc. in this subtree. Please double " +"check if your really want to do this since there is no way for GOsa to get " +"your data back." +msgstr "" +"Operacja odnosi sie do 'wszystkich' kont, systemów, etc w tym poddrzewie. " +"Proszę upewnić się czy kontynuować, gdyż nie ma operacji powrotu." -#: plugins/addons/notifications/contents.tpl:33 -msgid "Recipients" -msgstr "Odbiorcy" +#: plugins/admin/departments/main.inc:41 plugins/admin/departments/main.inc:43 +msgid "Department management" +msgstr "Zarządzanie departamentem" -#: plugins/addons/notifications/contents.tpl:44 -msgid "Message" -msgstr "Wiadomość" +#: plugins/admin/departments/class_departmentGeneric.inc:187 +#, php-format +msgid "Removing of department with dn '%s' failed." +msgstr "Usuwanie departamentu z dn '%s' nieudane." -#: plugins/addons/notifications/contents.tpl:60 -msgid "Send message" -msgstr "Wyślij wiadomość" +#: plugins/admin/departments/class_departmentGeneric.inc:246 +#: plugins/admin/departments/class_departmentGeneric.inc:248 +msgid "Department with that 'Name' already exists." +msgstr "Istnieje już departament o takiej nazwie." + +#: plugins/admin/departments/class_departmentGeneric.inc:253 +msgid "Required field 'Name' is not set." +msgstr "Wymagane pole 'Nazwa' jest puste." -#: plugins/addons/notifications/contents.tpl:72 -msgid "Notification send!" -msgstr "Powiadomienie wysłane!" +#: plugins/admin/departments/class_departmentGeneric.inc:256 +msgid "Required field 'Description' is not set." +msgstr "Wymagane pole 'Opis' nie jest wypełnione." -#: plugins/addons/notifications/contents.tpl:75 +#: plugins/admin/departments/class_departmentGeneric.inc:260 +#, php-format msgid "" -"Your message has been sent successfully. Press the continue button to get " -"back to the notification plugin." +"The field 'Name' contains the reserved word '%s'. Please choose another name." msgstr "" -"Twoja wiadomość została wysłana prawidłowo. Naciśnij przycisk kontynuuj aby " -"wrócić do dodatku powiadamiania." +"Pole 'Nazwa' zawiera zarezerwowane słow '%s'. Proszę wybrać inną nazwę." -#: plugins/admin/users/class_divListUsers.inc:35 -#: plugins/admin/users/class_divListUsers.inc:36 -msgid "List of users" -msgstr "Lista użytkowników" +#: plugins/admin/departments/class_departmentGeneric.inc:312 html/main.php:149 +#, fuzzy +msgid "Fatal error" +msgstr "Terminal Server" -#: plugins/admin/users/class_divListUsers.inc:40 -msgid "" -"This menu allows you to create, edit and delete selected users. Having a " -"great number of users, you may want to use the range selectors on top of the " -"user list." +#: plugins/admin/departments/class_departmentGeneric.inc:312 +#, fuzzy +msgid "Cannot find an unused tag for this administrative unit!" msgstr "" -"To menu umożliwia tworzenie, edycję oraz usuwanie wybranych użytkowników. " -"Posiadając dużą liczbę użytkowników wygodniej jest używać selektorów zakresu " -"na górze listy użytkowników." - -#: plugins/admin/users/class_divListUsers.inc:62 -#: plugins/admin/ogroups/class_divListOGroup.inc:65 -#: plugins/admin/departments/generic.tpl:4 -#: plugins/admin/groups/class_divListGroup.inc:61 -msgid "Properties" -msgstr "Właściwości" +"Błąd krytyczny: Nie można znaleźć nieużywnego znacznika dla jednostki " +"administracyjnej!" -#: plugins/admin/users/class_divListUsers.inc:63 -#: plugins/admin/users/class_divListUsers.inc:149 -#: plugins/admin/ogroups/class_divListOGroup.inc:66 -#: plugins/admin/ogroups/class_divListOGroup.inc:169 -#: plugins/admin/departments/class_divListDepartment.inc:49 -#: plugins/admin/departments/class_divListDepartment.inc:130 -#: plugins/admin/acl/class_divListACL.inc:55 -#: plugins/admin/acl/class_divListACL.inc:140 -#: plugins/admin/groups/class_divListGroup.inc:62 -#: plugins/admin/groups/class_divListGroup.inc:157 -msgid "Actions" -msgstr "Akcje" +#: plugins/admin/departments/class_departmentGeneric.inc:358 +#, php-format +msgid "Saving of department with dn '%s' failed." +msgstr "Zapisywanie departamentu z dn '%s' nieudane." -#: plugins/admin/users/class_divListUsers.inc:65 -msgid "Select to see template pseudo users" -msgstr "Wybierz aby zobaczyć szablony" +#: plugins/admin/departments/class_departmentGeneric.inc:403 +#, php-format +msgid "Tagging '%s'." +msgstr "Zaznaczanie '%s'." -#: plugins/admin/users/class_divListUsers.inc:65 -msgid "Show templates" -msgstr "Pokaż szablony" +#: plugins/admin/departments/class_departmentGeneric.inc:488 +#, php-format +msgid "Moving '%s' to '%s'" +msgstr "Przenoszenie '%s' do '%s'" -#: plugins/admin/users/class_divListUsers.inc:66 -msgid "Select to see users that have only a GOsa object" -msgstr "Zaznacz aby zobaczyć użytkowników którzy posiadają tylko obiekt GOsa" +#: plugins/admin/departments/class_departmentGeneric.inc:524 +#: include/class_acl.inc:643 include/class_acl.inc:650 +#: include/class_acl.inc:657 include/class_acl.inc:663 +#: ihtml/themes/default/snapshotdialog.tpl:20 +#: ihtml/themes/default/snapshotdialog.tpl:62 +msgid "Object" +msgstr "Obiekt" -#: plugins/admin/users/class_divListUsers.inc:66 -msgid "Show functional users" -msgstr "Pokaż użytkowników funkcjonalnych" +#: plugins/admin/departments/class_departmentGeneric.inc:529 +#, php-format +msgid "FAILED to copy %s, aborting operation" +msgstr "BŁĄD kopiowania %s, anulowanie operacji" -#: plugins/admin/users/class_divListUsers.inc:67 -msgid "Select to see users that have posix settings" -msgstr "Zaznacz aby zobaczyć użytkowników którzy posiadają ustawienia posix" +#: plugins/admin/departments/class_departmentGeneric.inc:561 +#: plugins/admin/departments/class_departmentGeneric.inc:566 +#: plugins/admin/departments/class_departmentManagement.inc:24 +#: plugins/admin/ogroups/class_divListOGroup.inc:64 +msgid "Departments" +msgstr "Departamenty" -#: plugins/admin/users/class_divListUsers.inc:67 -msgid "Show unix users" -msgstr "Pokaż użytkowników Unix" +#: plugins/admin/departments/class_departmentGeneric.inc:570 +msgid "Country" +msgstr "Kraj" -#: plugins/admin/users/class_divListUsers.inc:68 -msgid "Select to see users that have mail settings" -msgstr "Zaznacz aby zobaczyć użytkowników którzy posiadają ustawienia poczty" +#: plugins/admin/departments/class_departmentGeneric.inc:573 +msgid "Telephone" +msgstr "Telefon" -#: plugins/admin/users/class_divListUsers.inc:68 -msgid "Show mail users" -msgstr "Pokaż użytkowników Poczty" +#: plugins/admin/departments/class_departmentGeneric.inc:630 +#, php-format +msgid "Object '%s' is already tagged" +msgstr "Obiekt '%s' jest już zaznaczony" -#: plugins/admin/users/class_divListUsers.inc:69 -msgid "Select to see users that have samba settings" -msgstr "Zaznacz aby zobaczyć użytkowników którzy posiadają ustawienia samba" +#: plugins/admin/departments/class_departmentGeneric.inc:637 +#, php-format +msgid "Adding tag (%s) to object '%s'" +msgstr "Dodawanie znacznika (%s) do obiektu '%s'" -#: plugins/admin/users/class_divListUsers.inc:69 -msgid "Show samba users" -msgstr "Pokaż użytkowników Samby" +#: plugins/admin/departments/class_departmentGeneric.inc:651 +#: plugins/admin/departments/class_departmentGeneric.inc:680 +#, php-format +msgid "Handle object tagging with dn '%s' failed." +msgstr "Obsługa znakowania obiektu z dn '%s' nieudana." -#: plugins/admin/users/class_divListUsers.inc:70 -msgid "Select to see users that have proxy settings" -msgstr "Zaznacz aby zobaczyć użytkowników którzy posiadają ustawienia proxy" +#: plugins/admin/departments/class_departmentGeneric.inc:667 +#, php-format +msgid "Removing tag from object '%s'" +msgstr "Usuwanie znacznika z obiektu '%s'" -#: plugins/admin/users/class_divListUsers.inc:70 -msgid "Show proxy users" -msgstr "Pokaż użytkowników proxy" +#: plugins/admin/departments/class_departmentManagement.inc:248 +#, php-format +msgid "You're about to delete the whole LDAP subtree placed under '%s'." +msgstr "Zamierzasz usunąć całe poddrzewo LDAP umieszczone pod '%s'." -#: plugins/admin/users/class_divListUsers.inc:77 -#: plugins/admin/groups/group_objects.tpl:46 -msgid "Display users matching" -msgstr "Wyświetl użytkowników pasujących" +#: plugins/admin/ogroups/tabs_ogroups.inc:76 +#: plugins/admin/ogroups/tabs_ogroups.inc:228 +msgid "Phone queue" +msgstr "Kolejka telefoniczna" -#: plugins/admin/users/class_divListUsers.inc:151 -#: plugins/admin/ogroups/class_divListOGroup.inc:171 -#: plugins/admin/departments/class_divListDepartment.inc:132 -#: plugins/admin/acl/class_divListACL.inc:142 -#: plugins/admin/groups/class_divListGroup.inc:159 -#: setup/class_setupStep_Migrate.inc:883 -msgid "Create" -msgstr "Utwórz" +#: plugins/admin/ogroups/tabs_ogroups.inc:100 +msgid "System" +msgstr "System" -#: plugins/admin/users/class_divListUsers.inc:156 -#: plugins/admin/ogroups/class_ogroupManagement.inc:450 -#: setup/setup_config2.tpl:257 setup/setup_config2.tpl:302 -msgid "User" -msgstr "Użytkownik" +#: plugins/admin/ogroups/tabs_ogroups.inc:108 +#: plugins/admin/ogroups/tabs_ogroups.inc:115 +#: plugins/admin/ogroups/tabs_ogroups.inc:208 +msgid "Devices" +msgstr "Urządzenia" -#: plugins/admin/users/class_divListUsers.inc:158 -#: plugins/admin/users/template.tpl:15 -msgid "Template" -msgstr "Szablon" +#: plugins/admin/ogroups/tabs_ogroups.inc:122 +msgid "Startup" +msgstr "Startup" -#: plugins/admin/users/class_divListUsers.inc:166 -#: plugins/admin/users/class_divListUsers.inc:309 -msgid "Change password" -msgstr "Zmień hasło" +#: plugins/admin/ogroups/tabs_ogroups.inc:204 +msgid "Terminals" +msgstr "Terminale" -#: plugins/admin/users/class_divListUsers.inc:174 -#: plugins/admin/ogroups/class_divListOGroup.inc:191 -#: plugins/admin/acl/class_divListACL.inc:159 -#: plugins/admin/groups/class_divListGroup.inc:179 -#, fuzzy -msgid "Copy" -msgstr "kopiuj" +#: plugins/admin/ogroups/ogroup_objects.tpl:6 +msgid "Select objects to add" +msgstr "Wybierz obiekty do dodania" -#: plugins/admin/users/class_divListUsers.inc:176 -#: plugins/admin/ogroups/class_divListOGroup.inc:193 -#: plugins/admin/acl/class_divListACL.inc:161 -#: plugins/admin/groups/class_divListGroup.inc:181 -#, fuzzy -msgid "Cut" -msgstr "wytnij" +#: plugins/admin/ogroups/ogroup_objects.tpl:27 +msgid "Select to see departments" +msgstr "Wybierz aby zobaczyć departamenty" -#: plugins/admin/users/class_divListUsers.inc:180 -#: plugins/admin/users/class_divListUsers.inc:183 -#: plugins/admin/ogroups/class_divListOGroup.inc:197 -#: plugins/admin/ogroups/class_divListOGroup.inc:200 -#: plugins/admin/acl/class_divListACL.inc:165 -#: plugins/admin/acl/class_divListACL.inc:168 -#: plugins/admin/groups/class_divListGroup.inc:185 -#: plugins/admin/groups/class_divListGroup.inc:188 -#: include/class_CopyPasteHandler.inc:435 -msgid "Paste" -msgstr "Wklej" +#: plugins/admin/ogroups/ogroup_objects.tpl:27 +msgid "Show departments" +msgstr "Pokaż departamenty" -#: plugins/admin/users/class_divListUsers.inc:236 -msgid "GOsa" -msgstr "GOsa" +#: plugins/admin/ogroups/ogroup_objects.tpl:28 +msgid "Select to see GOsa accounts" +msgstr "Wybierz aby zobaczyć konta GOsa" -#: plugins/admin/users/class_divListUsers.inc:237 -msgid "Edit generic properties" -msgstr "Edytuj ogólne właściwości" +#: plugins/admin/ogroups/ogroup_objects.tpl:28 +msgid "Show people" +msgstr "Pokaż ludzi" -#: plugins/admin/users/class_divListUsers.inc:238 -#: plugins/admin/groups/class_divListGroup.inc:226 -msgid "Posix" -msgstr "Posix" +#: plugins/admin/ogroups/ogroup_objects.tpl:29 +msgid "Select to see GOsa groups" +msgstr "Wybierz aby zobaczyć grupy GOsa" -#: plugins/admin/users/class_divListUsers.inc:239 -msgid "Edit UNIX properties" -msgstr "Edytuj właściwości UNIX" +#: plugins/admin/ogroups/ogroup_objects.tpl:29 +msgid "Show groups" +msgstr "Pokaż grupy" -#: plugins/admin/users/class_divListUsers.inc:241 -msgid "Edit environment properties" -msgstr "Edytuj właściwości Środowiska" +#: plugins/admin/ogroups/ogroup_objects.tpl:30 +msgid "Select to see applications" +msgstr "Wybież aby zobaczyć aplikacje" -#: plugins/admin/users/class_divListUsers.inc:243 -msgid "Edit mail properties" -msgstr "Edytuj właściwości Poczty" +#: plugins/admin/ogroups/ogroup_objects.tpl:30 +msgid "Show applications" +msgstr "Pokaż aplikacje" -#: plugins/admin/users/class_divListUsers.inc:245 -msgid "Edit phone properties" -msgstr "Edytuj właściwości Telefonu" +#: plugins/admin/ogroups/ogroup_objects.tpl:31 +msgid "Show servers" +msgstr "Pokaż serwery" -#: plugins/admin/users/class_divListUsers.inc:247 -msgid "Edit fax properies" -msgstr "Edytuj właściwości Fax" +#: plugins/admin/ogroups/ogroup_objects.tpl:32 +msgid "Select to see workstations" +msgstr "Wybierz aby zobaczyc stacje robocze" -#: plugins/admin/users/class_divListUsers.inc:249 -msgid "Edit samba properties" -msgstr "Edytuj właściwości Samba" +#: plugins/admin/ogroups/ogroup_objects.tpl:32 +msgid "Show workstations" +msgstr "Pokaż stacje robocze" -#: plugins/admin/users/class_divListUsers.inc:251 -msgid "Edit netatalk properties" -msgstr "Edytuj właściwości Netatalk" +#: plugins/admin/ogroups/ogroup_objects.tpl:33 +msgid "Select to see terminals" +msgstr "Wybierz aby zobaczyć terminale" -#: plugins/admin/users/class_divListUsers.inc:252 -msgid "Create user from template" -msgstr "Utwórz użytkownika z szablonu" +#: plugins/admin/ogroups/ogroup_objects.tpl:33 +msgid "Show terminals" +msgstr "Pokaż terminale" -#: plugins/admin/users/class_divListUsers.inc:253 -msgid "Create user with this template" -msgstr "Utwórz użytkownika z tego szablonu" +#: plugins/admin/ogroups/ogroup_objects.tpl:34 +msgid "Select to see printers" +msgstr "Wybierz aby zobaczyć drukarki" -#: plugins/admin/users/class_divListUsers.inc:277 -#: plugins/admin/ogroups/class_divListOGroup.inc:247 -#: plugins/admin/acl/class_divListACL.inc:216 -#: plugins/admin/groups/class_divListGroup.inc:256 -msgid "cut" -msgstr "wytnij" +#: plugins/admin/ogroups/ogroup_objects.tpl:34 +msgid "Show printers" +msgstr "Pokaż drukarki" -#: plugins/admin/users/class_divListUsers.inc:277 -#: plugins/admin/ogroups/class_divListOGroup.inc:247 -#: plugins/admin/acl/class_divListACL.inc:216 -#: plugins/admin/groups/class_divListGroup.inc:256 -msgid "Cut this entry" -msgstr "Wytnij ten obiekt" +#: plugins/admin/ogroups/ogroup_objects.tpl:35 +msgid "Select to see phones" +msgstr "Wybież aby zobaczyć telefony" -#: plugins/admin/users/class_divListUsers.inc:279 -#: plugins/admin/ogroups/class_divListOGroup.inc:249 -#: plugins/admin/acl/class_divListACL.inc:218 -#: plugins/admin/groups/class_divListGroup.inc:258 -msgid "copy" -msgstr "kopiuj" +#: plugins/admin/ogroups/ogroup_objects.tpl:35 +msgid "Show phones" +msgstr "Pokaż telefony" -#: plugins/admin/users/class_divListUsers.inc:279 -#: plugins/admin/ogroups/class_divListOGroup.inc:249 -#: plugins/admin/acl/class_divListACL.inc:218 -#: plugins/admin/groups/class_divListGroup.inc:258 -msgid "Copy this entry" -msgstr "Kopiuj ten obiekt" +#: plugins/admin/ogroups/ogroup_objects.tpl:41 +msgid "Display objects of department" +msgstr "Wyświetl obiekty departamentu" -#: plugins/admin/users/class_divListUsers.inc:288 -#, fuzzy -msgid "Deactivated" -msgstr "Aktywne" +#: plugins/admin/ogroups/ogroup_objects.tpl:45 +msgid "Display objects matching" +msgstr "Wyświetl obiekty pasujące" -#: plugins/admin/users/class_divListUsers.inc:291 -msgid "Active" -msgstr "Aktywne" +#: plugins/admin/ogroups/ogroup_objects.tpl:46 +msgid "Regular expression for matching object names" +msgstr "Wyrażenie regularne dla dopasowania nazw obiektów" -#: plugins/admin/users/class_divListUsers.inc:298 -#: plugins/admin/ogroups/class_divListOGroup.inc:253 -#: plugins/admin/departments/class_divListDepartment.inc:166 -#: plugins/admin/acl/class_aclRole.inc:340 -#: plugins/admin/acl/class_aclRole.inc:385 -#: plugins/admin/acl/class_divListACL.inc:223 -#: plugins/admin/acl/class_divListACL.inc:245 -#: plugins/admin/groups/class_divListGroup.inc:263 include/class_acl.inc:409 -#: include/class_acl.inc:452 -msgid "edit" -msgstr "edytuj" +#: plugins/admin/ogroups/class_ogroupManagement.inc:24 +#: plugins/admin/ogroups/class_ogroup.inc:746 +#: plugins/admin/ogroups/main.inc:35 plugins/admin/ogroups/main.inc:40 +msgid "Object groups" +msgstr "Grupy obiektów" -#: plugins/admin/users/class_divListUsers.inc:299 -msgid "Edit user" -msgstr "Edytuj użytkownika" +#: plugins/admin/ogroups/class_ogroupManagement.inc:183 +#, fuzzy, php-format +msgid "You're about to delete the following object entry %s" +msgstr "Zamierzasz usunąć element %s." -#: plugins/admin/users/class_divListUsers.inc:308 -msgid "password" -msgstr "hasło" +#: plugins/admin/ogroups/class_ogroupManagement.inc:185 +#, fuzzy, php-format +msgid "You're about to delete the following object entries %s" +msgstr "Zamierzasz usunąć grupę obiektową '%s'." -#: plugins/admin/users/class_divListUsers.inc:312 -#, fuzzy -msgid "You are not allowed to change the password for this user." -msgstr "Brak uprawnień do zmiany własnego hasła w tym momencie" +#: plugins/admin/ogroups/class_ogroupManagement.inc:260 +#, php-format +msgid "You're about to delete the object group '%s'." +msgstr "Zamierzasz usunąć grupę obiektową '%s'." -#: plugins/admin/users/class_divListUsers.inc:322 -#: plugins/admin/ogroups/class_divListOGroup.inc:261 -#: plugins/admin/departments/class_divListDepartment.inc:171 -#: plugins/admin/acl/class_aclRole.inc:341 -#: plugins/admin/acl/class_aclRole.inc:386 -#: plugins/admin/acl/class_divListACL.inc:233 -#: plugins/admin/acl/class_divListACL.inc:249 -#: plugins/admin/groups/class_divListGroup.inc:272 include/class_acl.inc:410 -#: include/class_acl.inc:453 -msgid "delete" -msgstr "Usuń" +#: plugins/admin/ogroups/class_ogroupManagement.inc:454 +#: plugins/generic/references/class_reference.inc:44 +#: setup/setup_config2.tpl:264 setup/setup_config2.tpl:309 +msgid "Server" +msgstr "Serwer" -#: plugins/admin/users/class_divListUsers.inc:323 -#: plugins/admin/users/class_userManagement.inc:526 -msgid "Delete user" -msgstr "Usuń użytkownika" +#: plugins/admin/ogroups/class_ogroupManagement.inc:456 +#: plugins/generic/references/class_reference.inc:48 +msgid "Workstation" +msgstr "Stacja robocza" -#: plugins/admin/users/class_divListUsers.inc:326 +#: plugins/admin/ogroups/class_ogroupManagement.inc:457 #, fuzzy -msgid "You are not allowed to remove this user." -msgstr "Brak uprawnień do usunięcia tego użytkownika!" +msgid "Windows Install" +msgstr "Stacja robocza Windows" -#: plugins/admin/users/class_divListUsers.inc:412 -#, fuzzy -msgid "Number of listed users" -msgstr "Nazwa departamentu" +#: plugins/admin/ogroups/class_ogroupManagement.inc:458 +msgid "Terminal" +msgstr "Terminal" -#: plugins/admin/users/class_divListUsers.inc:413 -#: plugins/admin/ogroups/class_divListOGroup.inc:311 -#: plugins/admin/departments/class_divListDepartment.inc:210 -#: plugins/admin/groups/class_divListGroup.inc:330 -#, fuzzy -msgid "Number of listed departments" -msgstr "Nazwa departamentu" +#: plugins/admin/ogroups/class_ogroupManagement.inc:459 +#: plugins/generic/references/class_reference.inc:52 +msgid "Printer" +msgstr "Drukarka" -#: plugins/admin/users/class_userManagement.inc:241 +#: plugins/admin/ogroups/paste_generic.tpl:7 #, fuzzy -msgid "Password change failed." -msgstr "Brak uprawnień do zmiay hasła" +msgid "Please enter the new object group name" +msgstr "Proszę podać nową nazwę." -#: plugins/admin/users/class_userManagement.inc:241 -#: plugins/admin/users/class_userManagement.inc:296 -msgid "You are not allowed to set this users password!" -msgstr "Brak uprawnień do zmiany hasła tym użytkownikom!" +#: plugins/admin/ogroups/class_divListOGroup.inc:39 +#: plugins/admin/ogroups/class_divListOGroup.inc:40 +msgid "List of object groups" +msgstr "Lista grupy obiektów" -#: plugins/admin/users/class_userManagement.inc:404 -#, fuzzy, php-format -msgid "You're about to delete the following entry: %s" -msgstr "Zamierzasz usunąć element %s." +#: plugins/admin/ogroups/class_divListOGroup.inc:45 +msgid "" +"This menu allows you to add, edit or remove selected groups. You may want to " +"use the range selector on top of the group listbox, when working with a " +"large number of groups." +msgstr "" +"To menu umożliwia tworzenie, edycję oraz usuwanie wybranych grup. Posiadając " +"dużą liczbę grup wygodniej jest używać selektorów zakresu na górze listy " +"grup." -#: plugins/admin/users/class_userManagement.inc:406 -#, fuzzy, php-format -msgid "You're about to delete the following entries: %s" -msgstr "Zamierzasz usunąć element %s." +#: plugins/admin/ogroups/class_divListOGroup.inc:64 +msgid "Name of object groups" +msgstr "Nazwa grupy obiektów" -#: plugins/admin/users/class_userManagement.inc:408 -#, fuzzy -msgid "Delete users" -msgstr "Usuń użytkownika" +#: plugins/admin/ogroups/class_divListOGroup.inc:69 +msgid "Select to see groups containing users" +msgstr "Zaznacz aby zobaczyć grupy zawierające użytkowników" -#: plugins/admin/users/class_userManagement.inc:436 -#: plugins/admin/users/class_userManagement.inc:558 -#, fuzzy -msgid "User delete" -msgstr "Usuń" +#: plugins/admin/ogroups/class_divListOGroup.inc:69 +msgid "Show groups containing users" +msgstr "Pokaż grupy zawierające użytkowników" -#: plugins/admin/users/class_userManagement.inc:436 -#, fuzzy, php-format -msgid "You are not allowed to delete the user '%s'!" -msgstr "Brak uprawnień do usunięcia tego użytkownika!" +#: plugins/admin/ogroups/class_divListOGroup.inc:70 +msgid "Select to see groups containing groups" +msgstr "Zaznacz aby zobaczyć grupy zawierające grupy" -#: plugins/admin/users/class_userManagement.inc:493 -msgid "Could not set user status from locked to unlocked." -msgstr "" +#: plugins/admin/ogroups/class_divListOGroup.inc:70 +msgid "Show groups containing groups" +msgstr "Pokaż grupy zawierające grupy" -#: plugins/admin/users/class_userManagement.inc:495 -msgid "Could not set user status from unlocked to locked." -msgstr "" +#: plugins/admin/ogroups/class_divListOGroup.inc:71 +msgid "Select to see groups containing applications" +msgstr "Zaznacz aby zobaczyć grupy zawierające aplikacje" -#: plugins/admin/users/class_userManagement.inc:526 -#, php-format -msgid "You're about to delete the user %s." -msgstr "Zamierzasz usunąć użytkownika %s." +#: plugins/admin/ogroups/class_divListOGroup.inc:71 +msgid "Show groups containing applications" +msgstr "Pokaż grupy zawierające aplikacje" -#: plugins/admin/users/class_userManagement.inc:553 -#, fuzzy -msgid "User delted" -msgstr "Zdjęcie użytkownika" +#: plugins/admin/ogroups/class_divListOGroup.inc:72 +msgid "Select to see groups containing departments" +msgstr "Zaznacz aby zobaczyć grupy zawierające departamenty" -#: plugins/admin/users/class_userManagement.inc:553 -#, fuzzy -msgid "User successfully removed." -msgstr "Import powiódł się" +#: plugins/admin/ogroups/class_divListOGroup.inc:72 +msgid "Show groups containing departments" +msgstr "Pokaż grupy zawierające departamenty" -#: plugins/admin/users/class_userManagement.inc:558 -msgid "You are not allowed to delete this user!" -msgstr "Brak uprawnień do usunięcia tego użytkownika!" +#: plugins/admin/ogroups/class_divListOGroup.inc:73 +msgid "Select to see groups containing servers" +msgstr "Zaznacz aby zobaczyć grupy zawierające serwery" -#: plugins/admin/users/class_userManagement.inc:664 -#: plugins/admin/ogroups/class_ogroup.inc:298 -msgid "none" -msgstr "żaden" +#: plugins/admin/ogroups/class_divListOGroup.inc:73 +msgid "Show groups containing servers" +msgstr "Pokaż grupy zawierające serwery" + +#: plugins/admin/ogroups/class_divListOGroup.inc:74 +msgid "Select to see groups containing workstations" +msgstr "Zaznacz aby zobaczyć grupy zawierające stacje robocze" + +#: plugins/admin/ogroups/class_divListOGroup.inc:74 +msgid "Show groups containing workstations" +msgstr "Pokaż grupy zawierające stacje robocze" -#: plugins/admin/users/class_userManagement.inc:683 +#: plugins/admin/ogroups/class_divListOGroup.inc:75 #, fuzzy -msgid "Please select a valid template." -msgstr "Proszę wybrać prawidłowy plik" - -#: plugins/admin/users/class_userManagement.inc:776 -msgid "A person with the choosen name is already used in this tree." -msgstr "Osoba o wybranej nazwie już istnieje w tym drzewie." +msgid "Select to see groups containing windows workstations" +msgstr "Zaznacz aby zobaczyć grupy zawierające stacje robocze" -#: plugins/admin/users/template.tpl:2 -msgid "Creating a new user using templates" -msgstr "Utwórz nowego użytkownika używając szablonów" +#: plugins/admin/ogroups/class_divListOGroup.inc:75 +#, fuzzy +msgid "Show groups containing windows workstations" +msgstr "Pokaż grupy zawierające stacje robocze" -#: 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." +#: plugins/admin/ogroups/class_divListOGroup.inc:76 +msgid "Select to see groups containing terminals" +msgstr "Zaznacz aby zobaczyć grupy zawierające terminale" -#: plugins/admin/users/password.tpl:2 -msgid "" -"To change the user password use the fields below. The changes take effect " -"immediately. Please memorize the new password, because the user wouldn't be " -"able to login without it." -msgstr "" -"Aby zmienić hasło użytkownika, proszę użyć formularza poniżej. Zmiany są " -"wprowadzane natychmiastowo. Proszę zapamiętać nowe hasło, gdyż bez niego " -"zalogowanie będzie niemożliwe." +#: plugins/admin/ogroups/class_divListOGroup.inc:76 +msgid "Show groups containing terminals" +msgstr "Pokaż grupy zawierające terminale" -#: plugins/admin/users/main.inc:43 plugins/admin/users/main.inc:49 -msgid "User administration" -msgstr "Administracja użytkownikami" +#: plugins/admin/ogroups/class_divListOGroup.inc:77 +msgid "Select to see groups containing printer" +msgstr "Zaznacz aby zobaczyć grupy zawierające drukarki" -#: plugins/admin/ogroups/class_ogroupManagement.inc:24 -#: plugins/admin/ogroups/class_ogroup.inc:758 -#: plugins/admin/ogroups/main.inc:35 plugins/admin/ogroups/main.inc:40 -msgid "Object groups" -msgstr "Grupy obiektów" +#: plugins/admin/ogroups/class_divListOGroup.inc:77 +msgid "Show groups containing printer" +msgstr "Pokaż grupy zawierające drukarki" -#: plugins/admin/ogroups/class_ogroupManagement.inc:183 -#, fuzzy, php-format -msgid "You're about to delete the following object entry %s" -msgstr "Zamierzasz usunąć element %s." +#: plugins/admin/ogroups/class_divListOGroup.inc:78 +msgid "Select to see groups containing phones" +msgstr "Zaznacz aby zobaczyć grupy zawierające telefony" -#: plugins/admin/ogroups/class_ogroupManagement.inc:185 -#, fuzzy, php-format -msgid "You're about to delete the following object entries %s" -msgstr "Zamierzasz usunąć grupę obiektową '%s'." +#: plugins/admin/ogroups/class_divListOGroup.inc:78 +msgid "Show groups containing phones" +msgstr "Pokaż grupy zawierające telefony" -#: plugins/admin/ogroups/class_ogroupManagement.inc:215 -#: plugins/admin/ogroups/class_ogroupManagement.inc:267 -#: plugins/admin/ogroups/class_ogroupManagement.inc:294 -msgid "You are not allowed to delete this object group!" -msgstr "Brak uprawnień do usunięcia grupy obiektowej." +#: plugins/admin/ogroups/class_divListOGroup.inc:176 +#: plugins/admin/ogroups/class_divListOGroup.inc:294 +#: plugins/generic/references/class_reference.inc:50 +msgid "Object group" +msgstr "Grupa obiektu" -#: plugins/admin/ogroups/class_ogroupManagement.inc:260 -#, php-format -msgid "You're about to delete the object group '%s'." -msgstr "Zamierzasz usunąć grupę obiektową '%s'." +#: plugins/admin/ogroups/class_divListOGroup.inc:264 +#, fuzzy +msgid "You are not allowed to remove this entry." +msgstr "Brak uprawnień do usunięcia tego elementu!" -#: plugins/admin/ogroups/class_ogroupManagement.inc:457 +#: plugins/admin/ogroups/class_divListOGroup.inc:310 #, fuzzy -msgid "Windows Install" -msgstr "Stacja robocza Windows" +msgid "Number of listed object groups" +msgstr "Nazwa grupy obiektów" -#: plugins/admin/ogroups/class_ogroupManagement.inc:458 -msgid "Terminal" -msgstr "Terminal" +#: plugins/admin/ogroups/class_ogroup.inc:150 setup/setup_ldap.tpl:121 +#: ihtml/themes/default/MultiSelectWindow.tpl:44 +#: ihtml/themes/default/MultiSelectWindow.tpl:84 +#: ihtml/themes/default/msg_dialog.tpl:59 +#: ihtml/themes/default/msg_dialog.tpl:104 +msgid "Information" +msgstr "Informacja" + +#: plugins/admin/ogroups/class_ogroup.inc:150 +msgid "You cannot combine terminals and workstations in one object group!" +msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:156 +#: plugins/admin/ogroups/class_ogroup.inc:171 msgid "This 'dn' is no object group." msgstr "Ten 'dn' nie jest grupą obiektową." -#: plugins/admin/ogroups/class_ogroup.inc:300 +#: plugins/admin/ogroups/class_ogroup.inc:288 msgid "too many different objects!" msgstr "za dużo różnych obiektów!" -#: plugins/admin/ogroups/class_ogroup.inc:302 +#: plugins/admin/ogroups/class_ogroup.inc:290 msgid "users" msgstr "użytkownicy" -#: plugins/admin/ogroups/class_ogroup.inc:303 +#: plugins/admin/ogroups/class_ogroup.inc:291 msgid "groups" msgstr "grupy" -#: plugins/admin/ogroups/class_ogroup.inc:304 +#: plugins/admin/ogroups/class_ogroup.inc:292 msgid "applications" msgstr "aplikacje" -#: plugins/admin/ogroups/class_ogroup.inc:305 +#: plugins/admin/ogroups/class_ogroup.inc:293 msgid "departments" msgstr "departamenty" -#: plugins/admin/ogroups/class_ogroup.inc:306 +#: plugins/admin/ogroups/class_ogroup.inc:294 msgid "servers" msgstr "serwery" -#: plugins/admin/ogroups/class_ogroup.inc:307 +#: plugins/admin/ogroups/class_ogroup.inc:295 msgid "workstations" msgstr "stacje robocze" -#: plugins/admin/ogroups/class_ogroup.inc:308 +#: plugins/admin/ogroups/class_ogroup.inc:296 #, fuzzy msgid "winstations" msgstr "Stacja Windows" -#: plugins/admin/ogroups/class_ogroup.inc:309 +#: plugins/admin/ogroups/class_ogroup.inc:297 msgid "terminals" msgstr "terminale" -#: plugins/admin/ogroups/class_ogroup.inc:310 +#: plugins/admin/ogroups/class_ogroup.inc:298 msgid "phones" msgstr "telefony" -#: plugins/admin/ogroups/class_ogroup.inc:311 +#: plugins/admin/ogroups/class_ogroup.inc:299 msgid "printers" msgstr "drukarki" -#: plugins/admin/ogroups/class_ogroup.inc:318 +#: plugins/admin/ogroups/class_ogroup.inc:306 msgid "and" msgstr "i" -#: plugins/admin/ogroups/class_ogroup.inc:463 +#: plugins/admin/ogroups/class_ogroup.inc:451 msgid "Non existing dn:" msgstr "Nieistniejące dn:" -#: plugins/admin/ogroups/class_ogroup.inc:607 +#: plugins/admin/ogroups/class_ogroup.inc:595 msgid "There is already an object with this cn." msgstr "Już istnieje obiekt z tym cn." -#: plugins/admin/ogroups/class_ogroup.inc:622 +#: plugins/admin/ogroups/class_ogroup.inc:610 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:678 +#: plugins/admin/ogroups/class_ogroup.inc:666 #, php-format msgid "Saving of object group/generic with dn '%s' failed." msgstr "Zapisywanie grupy/podstawowej z dn '%s' nieudane." -#: plugins/admin/ogroups/class_ogroup.inc:691 +#: plugins/admin/ogroups/class_ogroup.inc:679 #, php-format msgid "Removing of object group/generic with dn '%s' failed." msgstr "Usuwanie grupy/podstawowej z dn '%s' nieudane." -#: plugins/admin/ogroups/class_ogroup.inc:753 +#: plugins/admin/ogroups/class_ogroup.inc:741 msgid "Object group generic" msgstr "Podstawowa grupa obiektu" -#: plugins/admin/ogroups/class_ogroup.inc:761 plugins/admin/acl/acl_role.tpl:7 -#: plugins/admin/acl/class_aclRole.inc:677 plugins/admin/acl/paste_role.tpl:4 -#: plugins/admin/groups/class_groupGeneric.inc:1001 -#: setup/setup_migrate.tpl:209 setup/setup_feedback.tpl:22 html/getxls.php:223 -#: html/getxls.php:290 -msgid "Name" -msgstr "Imię" - -#: plugins/admin/ogroups/class_ogroup.inc:764 +#: plugins/admin/ogroups/class_ogroup.inc:752 msgid "Member" msgstr "Członek" -#: plugins/admin/ogroups/ogroup_objects.tpl:6 -msgid "Select objects to add" -msgstr "Wybierz obiekty do dodania" +#: plugins/admin/ogroups/generic.tpl:10 +msgid "Name of the group" +msgstr "Nazwa grupy" -#: plugins/admin/ogroups/ogroup_objects.tpl:27 -msgid "Select to see departments" -msgstr "Wybierz aby zobaczyć departamenty" +#: plugins/admin/ogroups/generic.tpl:42 +msgid "Member objects" +msgstr "Dodaj członka" -#: plugins/admin/ogroups/ogroup_objects.tpl:27 -msgid "Show departments" -msgstr "Pokaż departamenty" +#: plugins/admin/ogroups/remove.tpl:7 +msgid "" +"Please double check if you really want to do this since there is no way for " +"GOsa to get your data back." +msgstr "Proszę upewnić się czy kontynuować, gdyż nie ma możliwości powrotu." -#: plugins/admin/ogroups/ogroup_objects.tpl:28 -msgid "Select to see GOsa accounts" -msgstr "Wybierz aby zobaczyć konta GOsa" +#: plugins/generic/references/class_reference.inc:30 +msgid "FAX" +msgstr "FAX" -#: plugins/admin/ogroups/ogroup_objects.tpl:28 -msgid "Show people" -msgstr "Pokaż ludzi" +#: plugins/generic/references/class_reference.inc:32 +msgid "Proxy" +msgstr "Proxy" -#: plugins/admin/ogroups/ogroup_objects.tpl:29 -msgid "Select to see GOsa groups" -msgstr "Wybierz aby zobaczyć grupy GOsa" +#: plugins/generic/references/class_reference.inc:34 +msgid "FTP" +msgstr "FTP" -#: plugins/admin/ogroups/ogroup_objects.tpl:29 -msgid "Show groups" -msgstr "Pokaż grupy" +#: plugins/generic/references/class_reference.inc:46 +msgid "Thin Client" +msgstr "Cienki klient" -#: plugins/admin/ogroups/ogroup_objects.tpl:30 -msgid "Select to see applications" -msgstr "Wybież aby zobaczyć aplikacje" +#: plugins/generic/references/contents.tpl:11 +msgid "Object name" +msgstr "Nazwa obiektu" -#: plugins/admin/ogroups/ogroup_objects.tpl:30 -msgid "Show applications" -msgstr "Pokaż aplikacje" +#: plugins/generic/references/contents.tpl:11 +msgid "Contents" +msgstr "Zawartość" -#: plugins/admin/ogroups/ogroup_objects.tpl:33 -msgid "Select to see terminals" -msgstr "Wybierz aby zobaczyć terminale" +#: plugins/generic/references/contents.tpl:18 +msgid "This object has no relationship to other objects." +msgstr "Ten obiekt nie posiada powiązań z innymi obiektami." -#: plugins/admin/ogroups/ogroup_objects.tpl:33 -msgid "Show terminals" -msgstr "Pokaż terminale" +#: plugins/generic/welcome/welcome.tpl:4 +msgid "" +"This is the GOsa main menu. You can select your tasks from the menu on the " +"left, or by choosing one of the pictograms below. All changes apply directly " +"to your companies LDAP server." +msgstr "" +"To jest główny ekran GOsa. Można wybrać zadania z menu po lewej stronie, lub " +"wybierając jeden z piktogramów poniżej. Wszelkie zmiany wchodzą bezpośrednio " +"do serwera LDAP." -#: plugins/admin/ogroups/ogroup_objects.tpl:34 -msgid "Select to see printers" -msgstr "Wybierz aby zobaczyć drukarki" +#: plugins/generic/welcome/welcome.tpl:8 +msgid "" +"Use 'Sign out' on the upper left to close the connection and 'Main' to get " +"back to the pictogram view." +msgstr "" +"Użyj 'Wyloguj' na górze ekranu aby zamknąć połączenie oraz 'Główne' aby " +"wrócić do głównego ekranu z widokiem piktogramów." -#: plugins/admin/ogroups/ogroup_objects.tpl:34 -msgid "Show printers" -msgstr "Pokaż drukarki" +#: plugins/generic/welcome/welcome.tpl:15 +msgid "The GOsa team" +msgstr "Zespół GOsa" -#: plugins/admin/ogroups/ogroup_objects.tpl:35 -msgid "Select to see phones" -msgstr "Wybież aby zobaczyć telefony" +#: plugins/generic/welcome/main.inc:24 +#, php-format +msgid "Welcome %s!" +msgstr "Witaj %s!" -#: plugins/admin/ogroups/ogroup_objects.tpl:35 -msgid "Show phones" -msgstr "Pokaż telefony" +#: include/utils/class_timezone.inc:51 +#, php-format +msgid "" +"The timezone setting '%s' in your gosa.conf is not valid. Cannot calculate " +"correct timezone offset." +msgstr "" -#: plugins/admin/ogroups/ogroup_objects.tpl:41 -msgid "Display objects of department" -msgstr "Wyświetl obiekty departamentu" +#: include/password-methods/class_password-methods-sha.inc:46 +#: include/password-methods/class_password-methods-ssha.inc:51 +#, fuzzy, php-format +msgid "Cannot use %s encryption: no PHP functions for sha1/mhash available" +msgstr "Nie można użyć sha do szyfrowania, brak funkcji sha1 / mhash / crypt" -#: plugins/admin/ogroups/ogroup_objects.tpl:45 -msgid "Display objects matching" -msgstr "Wyświetl obiekty pasujące" +#: include/class_certificate.inc:35 +msgid "Can't open specified file, check accessibility and or existence" +msgstr "Nie można otworzyć podanego pliku. Sprawdź istnienie i uprawnienia" -#: plugins/admin/ogroups/ogroup_objects.tpl:46 -msgid "Regular expression for matching object names" -msgstr "Wyrażenie regularne dla dopasowania nazw obiektów" +#: include/class_certificate.inc:53 +msgid "Can't read specified certificate / or empty string given" +msgstr "Nie można czytać certyfkatu / lub podano pusty ciąg znaków" -#: plugins/admin/ogroups/remove.tpl:7 -msgid "" -"Please double check if you really want to do this since there is no way for " -"GOsa to get your data back." -msgstr "Proszę upewnić się czy kontynuować, gdyż nie ma możliwości powrotu." +#: include/class_certificate.inc:80 +msgid "Can't load certificate, possibly unsupported format (use PEM/DER) " +msgstr "" +"Nie można załadować certyfikatu, prawdopodobnie niewspierany format (użyj " +"PEM/DER)" -#: plugins/admin/ogroups/paste_generic.tpl:4 -#: plugins/admin/ogroups/generic.tpl:7 -#: plugins/admin/groups/paste_generic.tpl:5 -#: plugins/admin/groups/generic.tpl:11 -msgid "Group name" -msgstr "Nazwa grupy" +#: include/class_certificate.inc:95 +msgid "The Format must be PEM, to output certificate informations" +msgstr "Format musi być PEM, aby wyświetlić informacje certyfikatu" + +#: include/class_certificate.inc:192 +msgid "Can't create/open File" +msgstr "Nie można utworzyć/otworzyć Pliku" -#: plugins/admin/ogroups/paste_generic.tpl:7 -#, fuzzy -msgid "Please enter the new object group name" -msgstr "Proszę podać nową nazwę." +#: include/class_certificate.inc:199 +msgid "No valid certificate loaded" +msgstr "Nie załadowano prawidłowego certyfikatu" -#: plugins/admin/ogroups/generic.tpl:10 -msgid "Name of the group" -msgstr "Nazwa grupy" +#: include/class_MultiSelectWindow.inc:114 setup/setup_migrate.tpl:79 +msgid "Close" +msgstr "Zamknij" -#: plugins/admin/ogroups/generic.tpl:18 plugins/admin/groups/generic.tpl:28 -msgid "Descriptive text for this group" -msgstr "Tekst opisowy dla tej grupy" +#: include/class_MultiSelectWindow.inc:219 +msgid "Go to root department" +msgstr "Idź do głównego departamentu" -#: plugins/admin/ogroups/generic.tpl:29 plugins/admin/acl/acl_role.tpl:31 -#: plugins/admin/groups/generic.tpl:43 -msgid "Choose subtree to place group in" -msgstr "Wybierz poddrzewo do umieszczenia grupy" +#: include/class_MultiSelectWindow.inc:219 +#: include/class_MultiSelectWindow.inc:221 +msgid "Root" +msgstr "Główny" -#: plugins/admin/ogroups/generic.tpl:42 -msgid "Member objects" -msgstr "Dodaj członka" +#: include/class_MultiSelectWindow.inc:227 +msgid "Go up one department" +msgstr "Idź jeden departament wyżej" -#: plugins/admin/ogroups/class_divListOGroup.inc:39 -#: plugins/admin/ogroups/class_divListOGroup.inc:40 -msgid "List of object groups" -msgstr "Lista grupy obiektów" +#: include/class_MultiSelectWindow.inc:235 +msgid "Go to users department" +msgstr "Przejdź do departamentu użytkowników" -#: plugins/admin/ogroups/class_divListOGroup.inc:45 -msgid "" -"This menu allows you to add, edit or remove selected groups. You may want to " -"use the range selector on top of the group listbox, when working with a " -"large number of groups." +#: include/class_MultiSelectWindow.inc:235 +#: include/class_MultiSelectWindow.inc:237 +msgid "Home" +msgstr "Katalog domowy" + +#: include/class_MultiSelectWindow.inc:242 +msgid "Reload list" +msgstr "Przeładuj listę" + +#: include/class_MultiSelectWindow.inc:503 +#, php-format +msgid "Inconsistent DN encoding detected: '%s'" msgstr "" -"To menu umożliwia tworzenie, edycję oraz usuwanie wybranych grup. Posiadając " -"dużą liczbę grup wygodniej jest używać selektorów zakresu na górze listy " -"grup." -#: plugins/admin/ogroups/class_divListOGroup.inc:64 -msgid "Name of object groups" -msgstr "Nazwa grupy obiektów" +#: include/class_MultiSelectWindow.inc:622 +#: include/class_MultiSelectWindow.inc:626 +#: include/class_MultiSelectWindow.inc:630 +msgid "Restore" +msgstr "Odtwórz" -#: plugins/admin/ogroups/class_divListOGroup.inc:64 -#: plugins/admin/departments/class_departmentManagement.inc:24 -#: plugins/admin/departments/class_departmentGeneric.inc:582 -#: plugins/admin/departments/class_departmentGeneric.inc:587 -msgid "Departments" -msgstr "Departamenty" +#: include/class_MultiSelectWindow.inc:625 +msgid "Restore snapshopts of already deleted objects" +msgstr "Otwórz snapshoty usuniętych obiektów" -#: plugins/admin/ogroups/class_divListOGroup.inc:69 -msgid "Select to see groups containing users" -msgstr "Zaznacz aby zobaczyć grupy zawierające użytkowników" +#: include/class_MultiSelectWindow.inc:648 +#: include/class_SnapShotDialog.inc:113 +msgid "Restore snapshot" +msgstr "Odtwórz snapshot" -#: plugins/admin/ogroups/class_divListOGroup.inc:69 -msgid "Show groups containing users" -msgstr "Pokaż grupy zawierające użytkowników" +#: include/class_MultiSelectWindow.inc:654 +msgid "Create snapshot" +msgstr "Utwórz spanshot" -#: plugins/admin/ogroups/class_divListOGroup.inc:70 -msgid "Select to see groups containing groups" -msgstr "Zaznacz aby zobaczyć grupy zawierające grupy" +#: include/class_MultiSelectWindow.inc:654 +msgid "Create a new snapshot from this object" +msgstr "Utwórz nowy snapshot z tego obiektu" -#: plugins/admin/ogroups/class_divListOGroup.inc:70 -msgid "Show groups containing groups" -msgstr "Pokaż grupy zawierające grupy" +#: include/php_setup.inc:93 +msgid "Generating this page caused the PHP interpreter to raise some errors!" +msgstr "Tworzenie tej strony spowodowało, że interpreter PHP zwrócił błędy!" -#: plugins/admin/ogroups/class_divListOGroup.inc:71 -msgid "Select to see groups containing applications" -msgstr "Zaznacz aby zobaczyć grupy zawierające aplikacje" +#: include/php_setup.inc:98 +msgid "Send bug report to the GOsa Team" +msgstr "" -#: plugins/admin/ogroups/class_divListOGroup.inc:71 -msgid "Show groups containing applications" -msgstr "Pokaż grupy zawierające aplikacje" +#: include/php_setup.inc:98 +#, fuzzy +msgid "Send bugreport" +msgstr "Nadawca" -#: plugins/admin/ogroups/class_divListOGroup.inc:72 -msgid "Select to see groups containing departments" -msgstr "Zaznacz aby zobaczyć grupy zawierające departamenty" +#: include/php_setup.inc:103 +msgid "Toggle information" +msgstr "Przełącz informacje" -#: plugins/admin/ogroups/class_divListOGroup.inc:72 -msgid "Show groups containing departments" -msgstr "Pokaż grupy zawierające departamenty" +#: include/php_setup.inc:113 +msgid "PHP error" +msgstr "błąd PHP:" -#: plugins/admin/ogroups/class_divListOGroup.inc:73 -msgid "Select to see groups containing servers" -msgstr "Zaznacz aby zobaczyć grupy zawierające serwery" +#: include/php_setup.inc:132 +msgid "class" +msgstr "klasa" -#: plugins/admin/ogroups/class_divListOGroup.inc:73 -msgid "Show groups containing servers" -msgstr "Pokaż grupy zawierające serwery" +#: include/php_setup.inc:138 +msgid "function" +msgstr "funkcja" -#: plugins/admin/ogroups/class_divListOGroup.inc:74 -msgid "Select to see groups containing workstations" -msgstr "Zaznacz aby zobaczyć grupy zawierające stacje robocze" +#: include/php_setup.inc:143 +msgid "static" +msgstr "statyczna" -#: plugins/admin/ogroups/class_divListOGroup.inc:74 -msgid "Show groups containing workstations" -msgstr "Pokaż grupy zawierające stacje robocze" +#: include/php_setup.inc:147 +msgid "method" +msgstr "metoda" -#: plugins/admin/ogroups/class_divListOGroup.inc:75 -#, fuzzy -msgid "Select to see groups containing windows workstations" -msgstr "Zaznacz aby zobaczyć grupy zawierające stacje robocze" +#: include/php_setup.inc:180 +msgid "Trace" +msgstr "Śledzenie" -#: plugins/admin/ogroups/class_divListOGroup.inc:75 -#, fuzzy -msgid "Show groups containing windows workstations" -msgstr "Pokaż grupy zawierające stacje robocze" +#: include/php_setup.inc:181 +msgid "File" +msgstr "Plik" -#: plugins/admin/ogroups/class_divListOGroup.inc:76 -msgid "Select to see groups containing terminals" -msgstr "Zaznacz aby zobaczyć grupy zawierające terminale" +#: include/php_setup.inc:181 +msgid "Line" +msgstr "Linia" -#: plugins/admin/ogroups/class_divListOGroup.inc:76 -msgid "Show groups containing terminals" -msgstr "Pokaż grupy zawierające terminale" +#: include/php_setup.inc:181 +msgid "Type" +msgstr "Typ" -#: plugins/admin/ogroups/class_divListOGroup.inc:77 -msgid "Select to see groups containing printer" -msgstr "Zaznacz aby zobaczyć grupy zawierające drukarki" +#: include/php_setup.inc:182 +msgid "Arguments" +msgstr "Argumenty" -#: plugins/admin/ogroups/class_divListOGroup.inc:77 -msgid "Show groups containing printer" -msgstr "Pokaż grupy zawierające drukarki" +#: include/functions.inc:98 +#, php-format +msgid "Fatal error: no class locations defined - please run '%s' to fix this" +msgstr "" -#: plugins/admin/ogroups/class_divListOGroup.inc:78 -msgid "Select to see groups containing phones" -msgstr "Zaznacz aby zobaczyć grupy zawierające telefony" +#: include/functions.inc:105 +#, php-format +msgid "" +"Fatal error: cannot instantiate class '%s' - try running '%s' to fix this" +msgstr "" -#: plugins/admin/ogroups/class_divListOGroup.inc:78 -msgid "Show groups containing phones" -msgstr "Pokaż grupy zawierające telefony" +#: include/functions.inc:315 +#, php-format +msgid "FATAL: Error when connecting the LDAP. Server said '%s'." +msgstr "BŁĄD: Nie można połączyć się z serwerem LDAP. Odpowiedź serwera '%s'." -#: plugins/admin/ogroups/class_divListOGroup.inc:253 -#: plugins/admin/departments/class_divListDepartment.inc:166 -#: plugins/admin/groups/class_divListGroup.inc:263 -msgid "Edit this entry" -msgstr "Edytuj ten obiekt" +#: include/functions.inc:341 include/functions.inc:368 +#: include/functions.inc:406 +#, fuzzy, php-format +msgid "User login failed." +msgstr "Logowanie użytkownika nieudane, odpowiedź serwera LDAP '%s'." -#: plugins/admin/ogroups/class_divListOGroup.inc:261 -#: plugins/admin/departments/class_divListDepartment.inc:171 -#: plugins/admin/groups/class_divListGroup.inc:272 -msgid "Delete this entry" -msgstr "Usuń ten obiekt" +#: include/functions.inc:341 include/functions.inc:368 +#: include/functions.inc:406 include/functions.inc:602 +#: include/functions.inc:617 include/functions.inc:649 +#: include/functions.inc:688 include/functions.inc:733 +#: include/functions.inc:2503 +#, fuzzy, php-format +msgid "LDAP server returned: %s" +msgstr "Serwer LDAP" -#: plugins/admin/ogroups/class_divListOGroup.inc:264 +#: include/functions.inc:377 include/functions.inc:447 #, fuzzy -msgid "You are not allowed to remove this entry." -msgstr "Brak uprawnień do usunięcia tego elementu!" +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." -#: plugins/admin/ogroups/class_divListOGroup.inc:310 +#: include/functions.inc:447 include/functions.inc:592 +#: include/functions.inc:617 include/functions.inc:678 +#: include/functions.inc:994 include/functions.inc:1875 +#: include/functions.inc:1909 include/functions.inc:1929 +#: include/class_acl.inc:806 include/class_CopyPasteHandler.inc:131 +#: include/class_CopyPasteHandler.inc:250 include/class_ldap.inc:561 +#: include/class_ldap.inc:609 include/class_log.inc:87 html/getvcard.php:37 #, fuzzy -msgid "Number of listed object groups" -msgstr "Nazwa grupy obiektów" - -#: plugins/admin/ogroups/tabs_ogroups.inc:71 -#: plugins/admin/ogroups/tabs_ogroups.inc:215 -msgid "Phone queue" -msgstr "Kolejka telefoniczna" - -#: plugins/admin/ogroups/tabs_ogroups.inc:95 -msgid "System" -msgstr "System" +msgid "Internal error" +msgstr "Terminal Server" -#: plugins/admin/ogroups/tabs_ogroups.inc:193 -msgid "Terminals" -msgstr "Terminale" +#: include/functions.inc:592 include/functions.inc:678 +msgid "Error while adding a lock. Contact the developers!" +msgstr "" -#: plugins/admin/departments/class_departmentManagement.inc:178 -#: plugins/admin/groups/class_groupManagement.inc:298 +#: include/functions.inc:602 #, fuzzy, php-format -msgid "You're about to delete the following entry %s" -msgstr "Zamierzasz usunąć element %s." +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!" -#: plugins/admin/departments/class_departmentManagement.inc:180 -#: plugins/admin/groups/class_groupManagement.inc:300 +#: include/functions.inc:617 #, fuzzy, php-format -msgid "You're about to delete the following entries %s" -msgstr "Zamierzasz usunąć element %s." +msgid "Adding a lock failed." +msgstr "Zapisywanie zaczepu FAI nieudane" -#: plugins/admin/departments/class_departmentManagement.inc:206 -#: plugins/admin/departments/class_departmentManagement.inc:254 -#: plugins/admin/departments/class_departmentManagement.inc:273 -msgid "You have no permission to remove this department." -msgstr "Brak uprawnień do usunięcia tego departamentu." +#: include/functions.inc:649 +#, fuzzy, php-format +msgid "Removing a lock failed." +msgstr "Usuwanie zaczepu FAI nieudane" -#: plugins/admin/departments/class_departmentManagement.inc:248 -#, php-format -msgid "You're about to delete the whole LDAP subtree placed under '%s'." -msgstr "Zamierzasz usunąć całe poddrzewo LDAP umieszczone pod '%s'." +#: include/functions.inc:688 include/functions.inc:733 +#, fuzzy, php-format +msgid "Cannot get locking information from LDAP tree!" +msgstr "Nie można pobrać informacji o quota dla '%s'." -#: plugins/admin/departments/tabs_department.inc:34 -msgid "Try to move tree failed. Destination tree is subtree of source tree." +#: include/functions.inc:696 +#, fuzzy +msgid "" +"Found multiple locks for object to be locked. This should not happen - " +"cleaning up multiple references." msgstr "" -"Próba przeniesienia drzewa nieudana. Docelowe drzewo jest poddrzewem w " -"drzewie źródłowym." +"Znaleziono wiele blokad dla obiektu do zablokowania. Taka sytuacja nie " +"powinna się wydażyć - czyszczę wiele odwołań." -#: plugins/admin/departments/dep_move_confirm.tpl:2 -#, fuzzy -msgid "You are currently moving/renaming this department." -msgstr "Brak uprawnień do usunięcia tego departamentu." +#: include/functions.inc:922 +#, php-format +msgid "The size limit of %d entries is exceed!" +msgstr "Limit wielkości %d elementów został przekroczony!" -#: plugins/admin/departments/dep_move_confirm.tpl:5 +#: include/functions.inc:924 +#, php-format msgid "" -"Modifying a departments naming attribute 'ou' or base may corrupt acls and " -"snapshot entries for all entire objects." +"Set the new size limit to %s and show me this message if the limit still " +"exceeds" msgstr "" +"Ustaw nowy limit rozmiaru na %s i pokaż ten komunikat jeśli limit wciąż jest " +"przekroczony" -#: plugins/admin/departments/dep_move_confirm.tpl:8 -msgid "GOsa can NOT fix this for you, yet." -msgstr "" +#: include/functions.inc:941 +msgid "incomplete" +msgstr "niepełne" -#: plugins/admin/departments/dep_move_confirm.tpl:11 +#: include/functions.inc:1177 include/functions.inc:1308 +msgid "LDAP error:" +msgstr "błąd LDAP:" + +#: include/functions.inc:1178 msgid "" -"Before you confirm this action, ensure that everything will be as expected, " -"possibly the best solution is a backup." +"Problems with the LDAP server mean that you probably lost the last changes. " +"Please check your LDAP setup for possible errors and try again." msgstr "" +"Problemy z serwerem LDAP oznaczają, że prawdopodobnie utracono ostatnie " +"zmiany. Proszę sprawdzić konfiguracje LDAP w poszukiwaniu możliwych błędów i " +"spróbować ponownie." -#: plugins/admin/departments/class_departmentGeneric.inc:197 -#, php-format -msgid "Removing of department with dn '%s' failed." -msgstr "Usuwanie departamentu z dn '%s' nieudane." +#: include/functions.inc:1184 +msgid "" +"Please check your input and fix the error. Press 'OK' to close this message " +"box." +msgstr "" +"Proszę sprawdzić wprowadzane dane i poprawić błąd. Naciśnij 'OK' aby zamknąć " +"to okno." -#: plugins/admin/departments/class_departmentGeneric.inc:258 -#: plugins/admin/departments/class_departmentGeneric.inc:260 -msgid "Department with that 'Name' already exists." -msgstr "Istnieje już departament o takiej nazwie." +#: include/functions.inc:1249 +msgid "Continue anyway" +msgstr "Kontynuuj mimo wszystko" -#: plugins/admin/departments/class_departmentGeneric.inc:265 -msgid "Required field 'Name' is not set." -msgstr "Wymagane pole 'Nazwa' jest puste." +#: include/functions.inc:1251 +msgid "Edit anyway" +msgstr "Edytuj mimo wszystko" -#: plugins/admin/departments/class_departmentGeneric.inc:268 -msgid "Required field 'Description' is not set." -msgstr "Wymagane pole 'Opis' nie jest wypełnione." +#: include/functions.inc:1253 +#, fuzzy, php-format +msgid "You're going to edit the LDAP entry/entries '%s'" +msgstr "Zamierzasz skopiować wpis '%s'." -#: plugins/admin/departments/class_departmentGeneric.inc:272 +#: include/functions.inc:1311 #, php-format -msgid "" -"The field 'Name' contains the reserved word '%s'. Please choose another name." +msgid "Plugin '%s':%s" msgstr "" -"Pole 'Nazwa' zawiera zarezerwowane słow '%s'. Proszę wybrać inną nazwę." -#: plugins/admin/departments/class_departmentGeneric.inc:326 -msgid "Fatal error: Can't find an unused tag to mark the administrative unit!" -msgstr "" -"Błąd krytyczny: Nie można znaleźć nieużywnego znacznika dla jednostki " -"administracyjnej!" +#: include/functions.inc:1472 +msgid "Entries per page" +msgstr "Wpisów na stronie" -#: plugins/admin/departments/class_departmentGeneric.inc:376 -#, php-format -msgid "Saving of department with dn '%s' failed." -msgstr "Zapisywanie departamentu z dn '%s' nieudane." +#: include/functions.inc:1500 +msgid "Apply filter" +msgstr "Zastosuj filtr" -#: plugins/admin/departments/class_departmentGeneric.inc:424 -#, php-format -msgid "Tagging '%s'." -msgstr "Zaznaczanie '%s'." +#: include/functions.inc:1752 +msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" +msgstr "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" -#: plugins/admin/departments/class_departmentGeneric.inc:509 +#: include/functions.inc:1796 #, php-format -msgid "Moving '%s' to '%s'" -msgstr "Przenoszenie '%s' do '%s'" +msgid "GOsa development snapshot (Rev %s)" +msgstr "Wersja deweloperska GOsa (Rev %s)" -#: plugins/admin/departments/class_departmentGeneric.inc:550 +#: include/functions.inc:1875 #, php-format -msgid "FAILED to copy %s, aborting operation" -msgstr "BŁĄD kopiowania %s, anulowanie operacji" +msgid "File '%s' could not be deleted." +msgstr "" -#: plugins/admin/departments/class_departmentGeneric.inc:591 -msgid "Country" -msgstr "Kraj" +#: include/functions.inc:1909 include/functions.inc:1929 +#, fuzzy +msgid "Cannot write to revision file!" +msgstr "Nie można stworzyć pliku '%s'." -#: plugins/admin/departments/class_departmentGeneric.inc:594 -msgid "Telephone" -msgstr "Telefon" +#: include/functions.inc:2171 include/functions.inc:2175 +#: include/functions.inc:2181 +msgid "'base_hook' is not available. Using default base." +msgstr "" -#: plugins/admin/departments/class_departmentGeneric.inc:595 -#: plugins/admin/departments/class_divListDepartment.inc:48 -msgid "Department name" -msgstr "Nazwa departamentu" +#: include/functions.inc:2203 +#, fuzzy +msgid "LDAP warning" +msgstr "Menedżer LDAP" -#: plugins/admin/departments/class_departmentGeneric.inc:596 -#: plugins/admin/departments/generic.tpl:24 -msgid "Category" -msgstr "Kategoria" +#: include/functions.inc:2203 +#, 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!" -#: plugins/admin/departments/class_departmentGeneric.inc:599 -#: plugins/admin/departments/generic.tpl:117 -msgid "Administrative settings" -msgstr "Ustawienia administracyjne" +#: include/functions.inc:2229 +msgid "Used to store account specific informations." +msgstr "" -#: plugins/admin/departments/class_departmentGeneric.inc:651 -#, php-format -msgid "Object '%s' is already tagged" -msgstr "Obiekt '%s' jest już zaznaczony" +#: include/functions.inc:2236 +msgid "" +"Used to lock currently edited entries to avoid multiple changes at the same " +"time." +msgstr "" + +#: include/functions.inc:2279 +#, fuzzy, php-format +msgid "Missing required object class '%s'!" +msgstr "Wyświetl szablony FAI" -#: plugins/admin/departments/class_departmentGeneric.inc:658 +#: include/functions.inc:2281 #, php-format -msgid "Adding tag (%s) to object '%s'" -msgstr "Dodawanie znacznika (%s) do obiektu '%s'" +msgid "Missing optional object class '%s'!" +msgstr "" -#: plugins/admin/departments/class_departmentGeneric.inc:672 -#: plugins/admin/departments/class_departmentGeneric.inc:701 +#: include/functions.inc:2287 #, php-format -msgid "Handle object tagging with dn '%s' failed." -msgstr "Obsługa znakowania obiektu z dn '%s' nieudana." +msgid "Version mismatch for required object class '%s' (!=%s)!" +msgstr "" -#: plugins/admin/departments/class_departmentGeneric.inc:688 +#: include/functions.inc:2289 #, php-format -msgid "Removing tag from object '%s'" -msgstr "Usuwanie znacznika z obiektu '%s'" +msgid "Version mismatch for optional object class '%s' (!=%s)!" +msgstr "" -#: plugins/admin/departments/remove.tpl:6 +#: include/functions.inc:2293 +#, fuzzy, php-format +msgid "Class(es) available" +msgstr "Plik jest dostępny" + +#: include/functions.inc:2315 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." +"You have enabled the rfc2307bis option on the 'ldap setup' step, but your " +"schema configuration do not support this option." msgstr "" -"Operacja odnosi sie do 'wszystkich' kont, systemów, etc w tym poddrzewie. " -"Proszę upewnić się czy kontynuować, gdyż nie ma operacji powrotu." -#: plugins/admin/departments/remove.tpl:10 plugins/admin/acl/remove.tpl:10 +#: include/functions.inc:2316 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." +"In order to use rfc2307bis conform groups the objectClass 'posixGroup' must " +"be AUXILIARY" msgstr "" -"Przed wykonaniem tej operacji zaleca się wykonanie kopii bezpieczeństwa " -"drzewa LDAP. Naciśnij 'Usuń' aby kontynuować, lub 'Anuluj' aby przerwać." - -#: plugins/admin/departments/class_divListDepartment.inc:27 -#: plugins/admin/departments/class_divListDepartment.inc:28 -msgid "List of departments" -msgstr "Lista departamentów" -#: plugins/admin/departments/class_divListDepartment.inc:33 +#: include/functions.inc:2320 msgid "" -"This menu allows you to create, delete and edit selected departments. Having " -"a large number of departments, you might prefer the range selectors on top " -"of the department list." +"You have disabled the rfc2307bis option on the 'ldap setup' step, but your " +"schema configuration do not support this option." msgstr "" -"To menu umożliwia tworzenie, usuwanie oraz edycję wybranych departamentów. " -"Posiadając dużą liczbę departamentów, może okazać się wygodniejsze " -"korzystanie z selektorów zakresu na górze." - -#: plugins/admin/departments/class_divListDepartment.inc:56 -msgid "Regular expression for matching department names" -msgstr "Wyrażenie regularne dla dopasowania nazw departamentów" - -#: plugins/admin/departments/class_divListDepartment.inc:200 -msgid "department" -msgstr "departament" - -#: plugins/admin/departments/generic.tpl:8 -msgid "Name of department" -msgstr "Nazwa departamentu" - -#: plugins/admin/departments/generic.tpl:11 -msgid "Name of subtree to create" -msgstr "Nazwa tworzonego poddrzewa" - -#: plugins/admin/departments/generic.tpl:19 -msgid "Descriptive text for department" -msgstr "Tekst opisujący departament" - -#: plugins/admin/departments/generic.tpl:27 -msgid "Category for this subtree" -msgstr "Kategoria dla tego poddrzewa" - -#: plugins/admin/departments/generic.tpl:39 -msgid "Choose subtree to place department in" -msgstr "Wybierz poddrzewo do umieszczenia departamentu" - -#: plugins/admin/departments/generic.tpl:63 -msgid "State where this subtree is located" -msgstr "Stan w którym jest umieszczone to poddrzewo" - -#: plugins/admin/departments/generic.tpl:71 -msgid "Location of this subtree" -msgstr "Lokalizacja tego poddrzewa" - -#: plugins/admin/departments/generic.tpl:79 -msgid "Postal address of this subtree" -msgstr "Kod pocztowy tego poddrzewa" - -#: plugins/admin/departments/generic.tpl:86 -msgid "Base telephone number of this subtree" -msgstr "Bazowy numer telefonu tego poddrzewa" - -#: plugins/admin/departments/generic.tpl:94 -msgid "Base facsimile telephone number of this subtree" -msgstr "Bazowy numer faxu tego poddrzewa" - -#: plugins/admin/departments/generic.tpl:119 -msgid "Tag department as an independent administrative unit" -msgstr "Zaznacz departament jako niezależną jednostkę administracyjną" - -#: plugins/admin/departments/main.inc:41 plugins/admin/departments/main.inc:43 -msgid "Department management" -msgstr "Zarządzanie departamentem" - -#: plugins/admin/departments/dep_iframe.tpl:1 -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." +#: include/functions.inc:2321 +msgid "The objectClass 'posixGroup' must be STRUCTURAL" msgstr "" -"Twoja przeglądarka nie obsługuje iframes, proszę użyć tego linku aby wykonać " -"żądaną operację." -#: plugins/admin/acl/tabs_acl.inc:8 plugins/admin/acl/class_divListACL.inc:240 -msgid "Acl" -msgstr "ACL" +#: include/functions.inc:2344 +msgid "German" +msgstr "Niemiecki" -#: plugins/admin/acl/class_aclRole.inc:6 -#, fuzzy -msgid "Access control list templates" -msgstr "Kontrola dostępu" +#: include/functions.inc:2345 +msgid "French" +msgstr "Francuski" -#: plugins/admin/acl/class_aclRole.inc:103 include/class_acl.inc:177 -msgid "All categories" -msgstr "Wszystkie kategorie" +#: include/functions.inc:2346 +msgid "Italian" +msgstr "Włoski" -#: plugins/admin/acl/class_aclRole.inc:110 include/class_acl.inc:185 -msgid "Reset ACLs" -msgstr "Resetuj ACL'e" +#: include/functions.inc:2347 +msgid "Spanish" +msgstr "Hiszpański" -#: plugins/admin/acl/class_aclRole.inc:111 include/class_acl.inc:186 -msgid "One level" -msgstr "Jeden poziom" +#: include/functions.inc:2348 +msgid "English" +msgstr "Angielski" -#: plugins/admin/acl/class_aclRole.inc:112 include/class_acl.inc:187 -#: include/class_acl.inc:192 -msgid "Current object" -msgstr "Obecny obiekt" +#: include/functions.inc:2349 +msgid "Dutch" +msgstr "Holenderski" -#: plugins/admin/acl/class_aclRole.inc:113 include/class_acl.inc:188 -msgid "Complete subtree" -msgstr "Pełne poddrzewo" +#: include/functions.inc:2350 +msgid "Polish" +msgstr "Polski" -#: plugins/admin/acl/class_aclRole.inc:114 include/class_acl.inc:189 -msgid "Complete subtree (permanent)" -msgstr "Pełne poddrzewo (trwałe)" +#: include/functions.inc:2351 +msgid "Swedish" +msgstr "" -#: plugins/admin/acl/class_aclRole.inc:338 -#: include/class_MultiSelectWindow.inc:227 -#: include/class_MultiSelectWindow.inc:229 include/class_acl.inc:407 -msgid "Up" -msgstr "Góra" +#: include/functions.inc:2352 +#, fuzzy +msgid "Chinese" +msgstr "Chipset" -#: plugins/admin/acl/class_aclRole.inc:339 include/class_acl.inc:408 -msgid "Down" -msgstr "W dół" +#: include/functions.inc:2353 +msgid "Russian" +msgstr "Rosyjski" -#: plugins/admin/acl/class_aclRole.inc:340 include/class_acl.inc:409 -msgid "Edit ACL" -msgstr "Edytuj ACL" +#: include/functions.inc:2503 +#, fuzzy, php-format +msgid "Setting the password failed!" +msgstr "Ustawianie hasła nieudane, Odpowiedź serwera LDAP '%s'." -#: plugins/admin/acl/class_aclRole.inc:341 include/class_acl.inc:410 -msgid "Delete ACL" -msgstr "Usuń ACL" +#: include/functions.inc:2521 include/class_plugin.inc:652 +#, php-format +msgid "" +"Command '%s', specified as POSTMODIFY for plugin '%s' doesn't seem to exist." +msgstr "Polecenie '%s', podane jako POSTMODIFY dla dodatku '%s' nie istnieje." -#: plugins/admin/acl/class_aclRole.inc:378 include/class_acl.inc:445 -msgid "No ACL settings for this category" -msgstr "Brak ustawień ACL w tej kategorii" +#: include/functions.inc:2541 +#, fuzzy +msgid "" +"Setting for SMBHASH in gosa.conf is incorrect! Cannot change Samba password." +msgstr "" +"Parametr SMBHASH w gosa.conf jest nieprawidłowy! Nie można zmienić hasła " +"Samba." -#: plugins/admin/acl/class_aclRole.inc:380 include/class_acl.inc:447 +#: include/class_socketClient.inc:38 +msgid "The mcrypt module was not found. Please install php5-mcrypt." +msgstr "" + +#: include/class_tabs.inc:214 #, php-format -msgid "Contains ACLs for these objects: %s" -msgstr "Zawiera ACL'e w tych kategoriach: %s" +msgid "Delete process has been canceled by plugin '%s': %s" +msgstr "Proces usuwania został anulowany przez dodatek '%s': %s" -#: plugins/admin/acl/class_aclRole.inc:385 include/class_acl.inc:452 -msgid "Edit categories ACLs" -msgstr "Edytuj kategorie ACL'i" +#: include/class_tabs.inc:341 include/class_acl.inc:1092 +#: include/class_acl.inc:1093 include/class_acl.inc:1098 +msgid "ACL" +msgstr "ACL" -#: plugins/admin/acl/class_aclRole.inc:386 include/class_acl.inc:453 -msgid "Clear categories ACLs" -msgstr "Wyczyść ACL'e kategorii" +#: include/class_tabs.inc:344 +msgid "References" +msgstr "Zależności" -#: plugins/admin/acl/class_aclRole.inc:402 include/class_acl.inc:498 +#: include/class_plugin.inc:433 #, php-format -msgid "Edit ACL for '%s', scope is '%s'" -msgstr "Edytuj ACL dla '%s', zakres to '%s'" +msgid "" +"Command '%s', specified as CHECK hook for plugin '%s' doesn't seem to exist." +msgstr "Polecenie '%s' podane jako CHECK dla dodatku '%s' nie istnieje." -#: plugins/admin/acl/class_aclRole.inc:412 include/class_acl.inc:508 -msgid "All objects in current subtree" -msgstr "Wszystkie obiekty w obecnym poddrzewie" +#: include/class_plugin.inc:487 +msgid "" +"The object has changed since opened in GOsa. Please ensure that nobody has " +"done serious changes that may get lost if you save this entry." +msgstr "" -#: plugins/admin/acl/class_aclRole.inc:564 include/class_acl.inc:1061 +#: include/class_plugin.inc:620 #, php-format -msgid "Saving ACLs with dn '%s' failed." -msgstr "Zapisywanie ACL w dn '%s' nieudane." +msgid "" +"Command '%s', specified as POSTCREATE for plugin '%s' doesn't seem to exist." +msgstr "Polecenie '%s' podane jako POSTCREATE dla dodatku '%s' nie istnieje." -#: plugins/admin/acl/class_aclRole.inc:596 +#: include/class_plugin.inc:688 #, php-format msgid "" -"This role can't be removed while it is in use. Follwing objects are using " -"this role %s" -msgstr "" +"Command '%s', specified as POSTREMOVE for plugin '%s' doesn't seem to exist." +msgstr "Polecenie '%s' podane jako POSTREMOVE dla dodatku '%s' nie istnieje." -#: plugins/admin/acl/class_aclRole.inc:602 -#, fuzzy, php-format -msgid "Removing of aclRole with dn '%s' failed." -msgstr "Usuwanie bloklisty z dn '%s' nieudane." +#: include/class_plugin.inc:1059 include/class_plugin.inc:1106 +#: include/class_plugin.inc:1107 +#, php-format +msgid "Saving object snapshot with dn '%s' failed." +msgstr "Zapisywanie obiektu snapshotu w dn '%s' nieudane" -#: plugins/admin/acl/class_aclRole.inc:614 +#: include/class_plugin.inc:1133 include/class_plugin.inc:1145 #, fuzzy, php-format -msgid "Removing aclRole from objectgroup '%s' failed" -msgstr "Usuwanie aplikacji z grupy obiektów '%s' nieudane" +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." -#: plugins/admin/acl/class_aclRole.inc:669 include/class_acl.inc:1098 -#, fuzzy -msgid "ACL roles" -msgstr "ACLe" +#: include/class_plugin.inc:1181 +#, php-format +msgid "Method get available snapshots with dn '%s' failed." +msgstr "" -#: plugins/admin/acl/class_aclRole.inc:674 -#, fuzzy -msgid "Acl roles" -msgstr "Profil FAI" +#: include/class_plugin.inc:1237 +#, php-format +msgid "Method get deleted snapshots with dn '%s' failed." +msgstr "" -#: plugins/admin/acl/remove.tpl:6 -msgid "" -"This includes all system and setup informations. Please double check if your " -"really want to do this since there is no way for GOsa to get your data back." +#: include/class_plugin.inc:1301 include/class_plugin.inc:1315 +#, php-format +msgid "Restore snapshot with dn '%s' failed." +msgstr "Odtwarzanie snapshot'u z dn '%s' nieudane." + +#: include/class_plugin.inc:1579 +msgid "Changing ACL dn" msgstr "" -"To zawiera cały system i informacje instalacyjne. Proszę upewnić się, że " -"faktycznie chcesz wykonać tą operację. Nie ma możliwości odwrócenia tego " -"procesu." -#: plugins/admin/acl/tabs_acl_role.inc:8 +#: include/class_plugin.inc:1579 #, fuzzy -msgid "ACL Templates" -msgstr "Szablony" +msgid "from" +msgstr "losowy" -#: plugins/admin/acl/class_divListACL.inc:31 -msgid "List of acl" -msgstr "Lista ACL" +#: include/class_plugin.inc:1580 setup/class_setupStep_Migrate.inc:1066 +#: setup/class_setupStep_Migrate.inc:1115 +#: setup/class_setupStep_Migrate.inc:1162 +#, fuzzy +msgid "to" +msgstr "Zatrzymaj" -#: plugins/admin/acl/class_divListACL.inc:32 -msgid "List of acls" -msgstr "Lista ACLi" +#: include/class_acl.inc:6 +msgid "Access control" +msgstr "Kontrola dostępu" -#: plugins/admin/acl/class_divListACL.inc:36 -msgid "This menu allows you to edit and delete selected acls." -msgstr "To menu umożliwia dodawanie, edycję i kasowanie wybranych ACL." +#: include/class_acl.inc:190 include/class_acl.inc:193 +msgid "Use ACL defined in role" +msgstr "Użyj ACL zdefiniowanego w tej roli" -#: plugins/admin/acl/class_divListACL.inc:61 -msgid "Ignore subtrees" -msgstr "Ignoruj poddrzewa" +#: include/class_acl.inc:645 include/class_acl.inc:652 +#, fuzzy +msgid "Show/Hide Advanced Settings" +msgstr "Zaawansowane ustawienia telefonu" -#: plugins/admin/acl/class_divListACL.inc:65 -msgid "Display acls matching" -msgstr "Wyświetl ACL pasujące" +#: include/class_acl.inc:670 +msgid "Create objects" +msgstr "Utwórz obiekty" -#: plugins/admin/acl/class_divListACL.inc:224 -#, fuzzy -msgid "Edit acl role" -msgstr "Edytuj makro" +#: include/class_acl.inc:671 +msgid "Move objects" +msgstr "Przenieś obiekty" -#: plugins/admin/acl/class_divListACL.inc:234 -#, fuzzy -msgid "Delete acl role" -msgstr "Usuń makro" +#: include/class_acl.inc:672 +msgid "Remove objects" +msgstr "Usuń obiekty" -#: plugins/admin/acl/class_divListACL.inc:246 -#, fuzzy -msgid "Edit acl" -msgstr "Edytuj klasę" +#: include/class_acl.inc:674 include/class_acl.inc:680 +msgid "Modifyable by owner" +msgstr "Modyfikowalne przez właściciela" -#: plugins/admin/acl/class_divListACL.inc:250 -#, fuzzy -msgid "Delete acl" -msgstr "Usuń klasę" +#: include/class_acl.inc:677 +msgid "Move object" +msgstr "Przenieś obiekt" -#: plugins/admin/acl/main.inc:43 plugins/admin/acl/main.inc:45 -msgid "ACL management" -msgstr "Zarządzanie ACL" +#: include/class_acl.inc:678 +msgid "Remove object" +msgstr "Usuń obiekt" -#: plugins/admin/acl/class_aclManagement.inc:24 -msgid "ACLs" -msgstr "ACLe" +#: include/class_acl.inc:685 include/class_acl.inc:776 +msgid "read" +msgstr "czytanie" -#: plugins/admin/acl/class_aclManagement.inc:160 -#, fuzzy -msgid "You are not allowed to create a new role." -msgstr "Brak uprawnień do zmiany przekazywania poczty" +#: include/class_acl.inc:686 include/class_acl.inc:778 +msgid "write" +msgstr "zapisywanie" -#: plugins/admin/acl/class_aclManagement.inc:197 +#: include/class_acl.inc:690 #, fuzzy -msgid "You are not allowed to edit this acl." -msgstr "Brak uprawnień do usunięcia tego ACL!" +msgid "Complete object" +msgstr "Utwórz obiekty" -#: plugins/admin/acl/class_aclManagement.inc:242 -#: plugins/admin/acl/class_aclManagement.inc:306 +#: include/class_acl.inc:806 #, php-format -msgid "You're about to delete the acl %s." -msgstr "Zamierzasz usunąć ACL '%s'." - -#: plugins/admin/acl/class_aclManagement.inc:250 -#: plugins/admin/acl/class_aclManagement.inc:313 -#: plugins/admin/acl/class_aclManagement.inc:337 -msgid "You are not allowed to delete this acl!" -msgstr "Brak uprawnień do usunięcia tego ACL!" - -#: plugins/admin/acl/class_aclManagement.inc:274 -#, fuzzy -msgid "You are not allowed to delete this acl role!" -msgstr "Brak uprawnień do usunięcia tego makro!" +msgid "Unkown ACL type '%s'. Don't know how to handle it." +msgstr "Nieznany typ ACL '%s', Nie wiem co z tym zrobic." -#: plugins/admin/groups/class_divListGroup.inc:35 -#: plugins/admin/groups/class_divListGroup.inc:36 -msgid "List of groups" -msgstr "Lista grup" +#: include/class_acl.inc:849 +#, php-format +msgid "Unknown entry '%s'!" +msgstr "Nieznany wpis '%s'!" -#: plugins/admin/groups/class_divListGroup.inc:41 -msgid "" -"This menu allows you to add, edit and remove selected groups. You may want " -"to use the range selector on top of the group listbox, when working with a " -"large number of groups." +#: include/class_acl.inc:909 include/class_acl.inc:911 +#, fuzzy, php-format +msgid "Role: %s" +msgstr "Pełniona funkcja" + +#: include/class_acl.inc:911 +msgid "Unknown role, possibly removed" msgstr "" -"To menu umożliwia tworzenie, edycję oraz usuwanie wybranych grup. Posiadając " -"dużą liczbę użytkowników wygodniej jest używać selektorów zakresu na górze " -"listy grup." -#: plugins/admin/groups/class_divListGroup.inc:60 -msgid "Groupname / Department" -msgstr "Nazwa grupy / Departament" +#: include/class_acl.inc:919 +#, php-format +msgid "Contains settings for these objects: %s" +msgstr "Zawiera ustawienia dla tych obiektów: %s" -#: plugins/admin/groups/class_divListGroup.inc:65 -msgid "Select to see groups that are primary groups of users" -msgstr "Zaznacz aby zobaczyć grupy które są podstawowymi grupami użytkowników" +#: include/class_acl.inc:928 +msgid "Members:" +msgstr "Członkowie:" -#: plugins/admin/groups/class_divListGroup.inc:65 -msgid "Show primary groups" -msgstr "Pokaż podstawowe grupy" +#: include/class_acl.inc:934 +msgid "ACL is valid for all users" +msgstr "ACL jest prawidłowy dla wszystkich użytkowników" -#: plugins/admin/groups/class_divListGroup.inc:66 -msgid "Select to see groups that have samba groups mappings" -msgstr "Zaznacz aby zobaczyć grupy które posiadają mapowania grup samba" +#: include/class_acl.inc:1093 +#, fuzzy +msgid "Access control list" +msgstr "Kontrola dostępu" -#: plugins/admin/groups/class_divListGroup.inc:66 -msgid "Show samba groups" -msgstr "Pokaż grupy samba" +#: include/class_acl.inc:1101 +#, fuzzy +msgid "Role name" +msgstr "Zmień nazwę" -#: plugins/admin/groups/class_divListGroup.inc:67 -msgid "Select to see groups that have applications configured" -msgstr "Zaznacz aby zobaczyć grupy które posiadają skonfigurowane aplikacje" +#: include/class_acl.inc:1102 +#, fuzzy +msgid "Role description" +msgstr "Opis jednostki" -#: plugins/admin/groups/class_divListGroup.inc:67 -msgid "Show application groups" -msgstr "Pokaż grupy aplikacji" +#: include/class_pluglist.inc:55 +msgid "All objects in this category" +msgstr "Wszystkie obiekty w tej kategorii" -#: plugins/admin/groups/class_divListGroup.inc:68 -msgid "Select to see groups that have mail settings" -msgstr "Zaznacz aby zobaczyć grupy które zawierają ustawienia poczty" +#: include/class_pluglist.inc:149 +msgid "The configuration format has changed. Please re-run setup!" +msgstr "" -#: plugins/admin/groups/class_divListGroup.inc:68 -msgid "Show mail groups" -msgstr "Pokaż grupy pocztowe" +#: include/class_pluglist.inc:166 include/class_pluglist.inc:167 +#: include/class_pluglist.inc:281 +msgid "Unknown" +msgstr "Nieznane" -#: plugins/admin/groups/class_divListGroup.inc:69 -msgid "Select to see normal groups that have only functional aspects" -msgstr "Zaznacz aby zobaczyć grupy, które posiadają tylko aspekty funkcjonalne" +#: include/class_pluglist.inc:174 ihtml/themes/default/framework.tpl:8 +#: ihtml/themes/default/framework.tpl:11 ihtml/themes/default/framework.tpl:20 +#: ihtml/themes/default/framework.tpl:24 +msgid "" +"You are currently editing a database entry. Do you want to dismiss the " +"changes?" +msgstr "Obecnie edytujesz bazę danych. Czy chcesz porzucić zmiany?" -#: plugins/admin/groups/class_divListGroup.inc:69 -msgid "Show functional groups" -msgstr "Pokaż grupy funkcjonalne" +#: include/class_msg_dialog.inc:91 +msgid "Please fix the above error and reload the page." +msgstr "" -#: plugins/admin/groups/class_divListGroup.inc:329 +#: include/class_config.inc:104 +#, 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:107 +msgid "Config file parsing" +msgstr "" + +#: include/class_config.inc:224 #, fuzzy -msgid "Number of listed groups" -msgstr "Nazwa grupy" +msgid "Cannot bind to LDAP. Please contact the system administrator." +msgstr "" +"Nie można połączyć się z LDAP. Proszę skontaktować się z administratorem." -#: plugins/admin/groups/group_objects.tpl:6 -msgid "Select users to add" -msgstr "Wybierz użytkowników do dodania" +#: include/class_config.inc:556 +#, fuzzy +msgid "SID and/or RIDBASE missing in the configuration!" +msgstr "Brak parametru SID lub/i RIDBASE w konfiguracji!" -#: plugins/admin/groups/group_objects.tpl:30 -msgid "Search within subtree" -msgstr "Szukaj wewnątrz tego poddrzewa" +#: include/class_CopyPasteHandler.inc:90 +#, php-format +msgid "Cannot cleanup copy & paste queue: setting permissions for '%s' failed!" +msgstr "" -#: plugins/admin/groups/group_objects.tpl:37 -msgid "Display users of department" -msgstr "Wyświetl użytkowników departamentu" +#: include/class_CopyPasteHandler.inc:98 +#, php-format +msgid "Cannot cleanup copy & paste queue: no write permission inside '%s'!" +msgstr "" -#: plugins/admin/groups/group_objects.tpl:47 -msgid "Regular expression for matching user names" -msgstr "Wyrażenie regularne do dopasowania nazw użytkowników" +#: include/class_CopyPasteHandler.inc:130 +#, php-format +msgid "Copy and paste failed: object '%s' is not a valid ldap object!" +msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:334 -#: plugins/admin/groups/class_groupManagement.inc:387 -#: plugins/admin/groups/class_groupManagement.inc:418 -msgid "You are not allowed to delete this group!" -msgstr "Brak uprawnień do usunięcia tej grupy!" +#: include/class_CopyPasteHandler.inc:147 +#, php-format +msgid "Cannot save LDAP dump: no write permission inside '%s'!" +msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:380 +#: include/class_CopyPasteHandler.inc:155 #, php-format -msgid "You're about to delete the group '%s'." -msgstr "Właśnie zamierzasz usunąć grupę '%s'." +msgid "Cannot save LDAP dump: setting permissions for '%s' failed!" +msgstr "" -#: plugins/admin/groups/remove.tpl:6 -msgid "" -"This may be a primary user group. Please double check if you really want to " -"do this since there is no way for GOsa to get your data back." +#: include/class_CopyPasteHandler.inc:164 +#, php-format +msgid "Cannot save LDAP dump: no write permission to '%s/%s'!" msgstr "" -"To może być podstawowa grupa użytkownika. Proszę upewnić się czy aby na " -"pewno kontynuować, gdyż tej operacji nie można cofnąć." -#: plugins/admin/groups/paste_generic.tpl:1 -msgid "Group settings" -msgstr "Ustawienia grupy" +#: include/class_CopyPasteHandler.inc:249 +#, fuzzy, php-format +msgid "Cannot load dumped file '%s'!" +msgstr "Nie można otworzyć pliku '%s'." -#: plugins/admin/groups/paste_generic.tpl:8 -#: plugins/admin/groups/generic.tpl:17 -msgid "Posix name of the group" -msgstr "Posixowa nazwa grupy" +#: include/class_CopyPasteHandler.inc:274 +#, fuzzy, php-format +msgid "You have no permission to save object '%s'." +msgstr "Brak uprawnień do tworzenia telefonu w tym elemencie." -#: plugins/admin/groups/paste_generic.tpl:13 -#: plugins/admin/groups/generic.tpl:65 -msgid "Normally IDs are autogenerated, select to specify manually" -msgstr "Zwyczajowo ID są generowane automatycznie, wybierz aby podać ręcznie" +#: include/class_CopyPasteHandler.inc:302 +#, fuzzy, php-format +msgid "You are going to paste the cutted entry '%s'." +msgstr "Zamierzasz skopiować wpis '%s'." -#: plugins/admin/groups/paste_generic.tpl:15 -#: plugins/admin/groups/generic.tpl:68 -msgid "Force GID" -msgstr "Wymuś GID" +#: include/class_CopyPasteHandler.inc:315 +#, fuzzy, php-format +msgid "You have no permission to copy and paste object '%s'!" +msgstr "Brak uprawnień do wysyłania wiadomości!" -#: plugins/admin/groups/paste_generic.tpl:18 -#: plugins/admin/groups/generic.tpl:71 -msgid "Forced ID number" -msgstr "Wymuś numer ID" +#: include/class_CopyPasteHandler.inc:336 +#, fuzzy, php-format +msgid "You are going to paste the copied entry '%s'." +msgstr "Zamierzasz skopiować wpis '%s'." -#: plugins/admin/groups/generic.tpl:83 plugins/admin/groups/generic.tpl:110 -msgid "Select to create a samba conform group" -msgstr "Wybierz aby utworzyć grupę samba" +#: include/class_CopyPasteHandler.inc:437 +msgid "Can't paste" +msgstr "Nie można wkleić" -#: plugins/admin/groups/generic.tpl:95 plugins/admin/groups/generic.tpl:118 -msgid "in domain" -msgstr "w domenie" +#: include/class_gosaSupportDaemon.inc:479 +msgid "Could not parse XML." +msgstr "" -#: plugins/admin/groups/generic.tpl:140 -msgid "Members are in a phone pickup group" -msgstr "Członkowie są w grupie odbioru telefonu" +#: include/functions_helpviewer.inc:43 +#, php-format +msgid "XML error in guide.xml: %s at line %d" +msgstr "Błąd XML w guide.xml: %s w linii %d" -#: plugins/admin/groups/generic.tpl:155 -msgid "Members are in a nagios group" -msgstr "Członkowie są w grupie nagios." +#: include/functions_helpviewer.inc:86 +msgid "No help available for this plugin." +msgstr "Pomoc nie jest dostępna dla tego dodatku." -#: plugins/admin/groups/generic.tpl:172 -msgid "Group members" -msgstr "Członkowie grupy" +#: include/functions_helpviewer.inc:95 html/helpviewer.php:196 +msgid "previous" +msgstr "poprzednie" -#: plugins/admin/groups/main.inc:40 plugins/admin/groups/main.inc:44 -msgid "Group administration" -msgstr "Administracja Grupą" +#: include/functions_helpviewer.inc:99 html/helpviewer.php:200 +msgid "next" +msgstr "następne" -#: plugins/admin/groups/class_groupGeneric.inc:137 -msgid "Can't find this groups SID in LDAP or in your configuration file!" -msgstr "" -"Nie można znaleźć SID tych grup ani w LDAP, ani w pliku konfiguracyjnym!" +#: include/functions_helpviewer.inc:387 +#, php-format +msgid "%s results for your search with the keyword %s" +msgstr "%s wyników zapytania ze słowem %s" -#: plugins/admin/groups/class_groupGeneric.inc:193 -msgid "This 'dn' is no group." -msgstr "Podane 'dn' nie jest grupą." +#: include/functions_helpviewer.inc:461 +#, php-format +msgid "%s%% hit rate in file %s" +msgstr "%s%% trafień w pliku %s" -#: plugins/admin/groups/class_groupGeneric.inc:334 -msgid "Samba group" -msgstr "Grupa Samba" +#: include/class_SnapShotDialog.inc:63 +#, php-format +msgid "You're about to delete the snapshot '%s'." +msgstr "Zamierzasz usunąć snapshot '%s'." -#: plugins/admin/groups/class_groupGeneric.inc:334 -msgid "Domain admins" -msgstr "Administratorzy domeny" +#: include/class_SnapShotDialog.inc:115 +msgid "Remove snapshot" +msgstr "Usuń snapshot" -#: plugins/admin/groups/class_groupGeneric.inc:334 -msgid "Domain users" -msgstr "Użytkownicy domeny" +#: include/class_SnapShotDialog.inc:117 include/class_SnapShotDialog.inc:137 +msgid "Y-m-d, H:i:s" +msgstr "Y-m-d, H:i:s" + +#: include/class_SnapShotDialog.inc:149 +msgid "Please specify a valid description for this snapshot." +msgstr "Proszę podać prawidłowy opis dla tego snapshot'u." -#: plugins/admin/groups/class_groupGeneric.inc:335 -msgid "Domain guests" -msgstr "Goście domeny" +#: include/class_ldap.inc:204 include/class_ldap.inc:236 +msgid "Performance warning" +msgstr "" -#: plugins/admin/groups/class_groupGeneric.inc:340 +#: include/class_ldap.inc:204 include/class_ldap.inc:236 #, php-format -msgid "Special group (%d)" -msgstr "Specjalna grupa (%d)" - -#: plugins/admin/groups/class_groupGeneric.inc:494 -msgid "! unknown id" -msgstr "! nieznane id" +msgid "LDAP performance is poor: last query took about %.2fs!" +msgstr "" -#: plugins/admin/groups/class_groupGeneric.inc:532 +#: include/class_ldap.inc:561 #, php-format msgid "" -"Your search method returned more than '%s' users, only '%s' users are shown." +"Cannot automatically create subtrees with RDN '%s': no object class found" msgstr "" -"Metoda wyszukiwania zwróciła więcej niż '%s' użytkowników, tylko '%s' jest " -"pokazanych." -#: plugins/admin/groups/class_groupGeneric.inc:561 -#: plugins/admin/groups/class_groupGeneric.inc:826 +#: include/class_ldap.inc:609 #, php-format -msgid "Removing of groups/generic with dn '%s' failed." -msgstr "Usuwanie grupy z dn '%s' nieudane." +msgid "Cannot automatically create subtrees with RDN '%s': not supported" +msgstr "" -#: plugins/admin/groups/class_groupGeneric.inc:711 +#: include/class_ldap.inc:617 +#, fuzzy, php-format +msgid "Creating subtree '%s' failed." +msgstr "Tworzenie FAI/skryptu z dn '%s' nieudane." + +#: include/class_ldap.inc:686 #, php-format -msgid "No configured SID found for '%s'." -msgstr "Nie znaleziono skonfigurowanego SID dla '%s'." +msgid "while operating on '%s' using LDAP server '%s'" +msgstr "podczas działania na '%s' używając serwera LDAP '%s'" -#: plugins/admin/groups/class_groupGeneric.inc:716 +#: include/class_ldap.inc:688 #, php-format -msgid "No configured RIDBASE found for '%s'." -msgstr "Nie znaleziono RIDBASE dla '%s'." +msgid "while operating on LDAP server %s" +msgstr "podczas połączenia z serwerem LDAP '%s'" -#: plugins/admin/groups/class_groupGeneric.inc:858 +#: include/class_ldap.inc:910 +#, php-format msgid "" -"The field 'Name' contains invalid characters. Lowercase, numbers and dashes " -"are allowed." +"This is not a valid DN: '%s'. A block for import should begin with 'dn: ...' " +"in line %s" msgstr "" -"Pole 'Nazwa' zawiera niedozwolone znaki. Tylko małe litery, liczny i " -"myślniki są dozwolone." +"To nie jest poprawne DN: '%s'. Blok dla importu powinien zaczynać się " +"'dn: ...' w linii %s" -#: plugins/admin/groups/class_groupGeneric.inc:869 -#: plugins/admin/groups/class_groupGeneric.inc:883 -#: plugins/admin/groups/class_groupGeneric.inc:890 -msgid "Value specified as 'Name' is already used." -msgstr "Wartość podana jako 'Nazwa' jest już użyta." +#: include/class_ldap.inc:939 +#, php-format +msgid "Error while importing dn: '%s', please check your LDIF from line %s on!" +msgstr "Błąd podczas importu dn: '%s', proszę sprawdzić LDIF od linii %s !" -#: plugins/admin/groups/class_groupGeneric.inc:944 -msgid "Too many users, can't allocate a free ID!" -msgstr "Zbyt wielu użytkowników, nie można nadać wolnego ID" +#: include/class_ldap.inc:1075 +#, php-format +msgid "Ldap import with dn '%s' failed." +msgstr "Import LDAP z dn '%s' nieudany." -#: plugins/admin/groups/class_groupGeneric.inc:993 -msgid "Generic group settings" -msgstr "Ogólne ustawienia grupy" +#: include/class_hostActionQueue.inc:68 include/class_hostActionQueue.inc:193 +#, fuzzy, php-format +msgid "Can't locate gotomasses queue file '%s'." +msgstr "Nie można stworzyć pliku '%s'." -#: plugins/admin/groups/class_groupGeneric.inc:1005 -msgid "Phone pickup group" -msgstr "Grupie odbioru telefonu" +#: include/class_hostActionQueue.inc:72 +#, fuzzy, php-format +msgid "Can't read gotomasses queue file '%s'." +msgstr "Nie można stworzyć pliku '%s'." -#: plugins/admin/groups/class_groupGeneric.inc:1006 -msgid "Nagios group" -msgstr "Grupa nagios" +#: include/class_hostActionQueue.inc:79 +#, fuzzy, php-format +msgid "Can't read gotomasses storage file '%s'." +msgstr "Nie można stworzyć pliku '%s'." -#: plugins/admin/groups/class_groupGeneric.inc:1009 -msgid "Group member" -msgstr "Członek grupy" +#: include/class_hostActionQueue.inc:142 +msgid "GOsa infrastructure" +msgstr "" -#: plugins/admin/groups/class_groupGeneric.inc:1010 -msgid "Samba group type" -msgstr "Typ grupy Samba" +#: include/class_hostActionQueue.inc:142 +msgid "Cannot read broken entry - skipped!" +msgstr "" -#: plugins/admin/groups/class_groupGeneric.inc:1011 -#, fuzzy -msgid "Samba domain name" -msgstr "Katalog domowy Samba" +#: include/class_hostActionQueue.inc:197 include/class_hostActionQueue.inc:206 +#, fuzzy, php-format +msgid "Can't write gotomasses queue file '%s'." +msgstr "Nie można stworzyć pliku '%s'." -#: plugins/admin/groups/class_groupGeneric.inc:1012 setup/setup_config2.tpl:15 -msgid "Samba SID" -msgstr "Samba SID" +#: include/class_hostActionQueue.inc:201 +msgid "The queue file was modified since last reload. Can't save changes." +msgstr "" -#: setup/class_setupStep_Language.inc:40 setup/class_setupStep_Language.inc:41 +#: include/class_hostActionQueue.inc:276 +#, fuzzy, php-format +msgid "Entry with id '%s' not found." +msgstr "Import LDAP z dn '%s' nieudany." + +#: include/class_hostActionQueue.inc:286 +#, php-format +msgid "Could not update entry, entry with id '%s' not found." +msgstr "" + +#: include/class_hostActionQueue.inc:297 +#, php-format +msgid "Could not remove entry, entry with id '%s' not found." +msgstr "" + +#: include/class_hostActionQueue.inc:371 include/class_hostActionQueue.inc:389 +#: include/class_hostActionQueue.inc:420 include/class_hostActionQueue.inc:455 +#, fuzzy, php-format +msgid "Can't set priority for ID '%s'. ID does not exist." +msgstr "Plik pakietu '%s' nie istnieje." + +#: include/class_multi_plug.inc:360 #, fuzzy -msgid "Language setup" -msgstr "Język" +msgid "You are currently editing mutliple entries." +msgstr "Brak uprawnień do usunięcia tego departamentu." -#: setup/class_setupStep_Language.inc:42 +#: include/class_multi_plug.inc:389 #, fuzzy -msgid "This step allows you to select your preferred language." -msgstr "To menu umożliwia dodawanie, edycję i kasowanie wybranych grup." +msgid "Password reset" +msgstr "Hasło wygasa" -#: setup/class_setupStep_Language.inc:47 +#: include/class_multi_plug.inc:389 #, fuzzy -msgid "Automatic" -msgstr "automatyczne" +msgid "The user password was resetted, please set a new password value!" +msgstr "Twoje hasło wygasło !! Proszę wybrać inne hasło" -#: setup/setup_welcome.tpl:4 +#: include/class_log.inc:87 +#, fuzzy, php-format +msgid "Logging failed: %s" +msgstr "Użytkownik bazy logowania" + +#: include/class_log.inc:106 +msgid "Logging to MySQL disabled" +msgstr "" + +#: include/class_log.inc:106 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." +"The logging to a MySQL database is now disabled for this session of GOsa, " +"due to communication errors with the specified logging database." msgstr "" -#: setup/setup_welcome.tpl:8 -msgid "What will the wizard do for you?" +#: include/class_log.inc:119 +#, php-format +msgid "Invalid option '%s' specified." msgstr "" -#: setup/setup_welcome.tpl:11 +#: include/class_log.inc:123 #, fuzzy -msgid "Create a basic, single site configuration" -msgstr "Konfiguracja bazy FAX" +msgid "Specified objectType is empty or invalid" +msgstr "Podana nazwa jest nieprawidłowa" -#: setup/setup_welcome.tpl:12 -msgid "Tries to find problems within your PHP and LDAP setup" +#: include/class_log.inc:144 +msgid "" +"You have enabled the logging into mysql database, but there are no logging " +"servers available." msgstr "" -#: setup/setup_welcome.tpl:13 -msgid "Let you choose from a set of basic and advanced configuration switches" -msgstr "" +#: include/class_log.inc:152 +#, fuzzy, php-format +msgid "Cannot connect to logging server '%s'." +msgstr "Nie można połączyć się z serwerem baz danych!" -#: setup/setup_welcome.tpl:14 -msgid "Guided migration of existing LDAP trees" -msgstr "" +#: include/class_log.inc:157 +#, fuzzy, php-format +msgid "Cannot select database '%s' on server '%s': %s" +msgstr "Nie można wybrać bazy %s na %s." -#: setup/setup_welcome.tpl:17 -msgid "What will the wizard NOT do for you?" -msgstr "" +#: include/class_log.inc:177 +#, fuzzy, php-format +msgid "Cannot query database '%s' on server '%s': %s" +msgstr "Nie można wybrać bazy %s na %s." -#: setup/setup_welcome.tpl:20 +#: setup/class_setupStep_Ldap.inc:53 #, fuzzy -msgid "Find every possible configuration error" -msgstr "Plik konfiguracyjny" - -#: setup/setup_welcome.tpl:21 -msgid "Migrate every possible LDAP setup - create backup dumps!" -msgstr "" +msgid "LDAP setup" +msgstr "Serwer LDAP" -#: setup/setup_welcome.tpl:25 +#: setup/class_setupStep_Ldap.inc:54 #, fuzzy -msgid "To continue..." -msgstr "Ustawienia trwają..." +msgid "LDAP connection setup" +msgstr "Połączenie dzwonienia..." -#: setup/setup_welcome.tpl:28 +#: setup/class_setupStep_Ldap.inc:55 +#, 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:" +"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/setup_welcome.tpl:34 -msgid "Click the 'Continue' button when you've finished." -msgstr "" +#: setup/class_setupStep_Ldap.inc:74 setup/class_setupStep_Config1.inc:88 +#: setup/class_setupStep_Config2.inc:160 setup/class_setupStep_Config3.inc:87 +#: setup/setup_feedback.tpl:55 setup/setup_feedback.tpl:73 +#: setup/class_setupStep_Schema.inc:63 +msgid "No" +msgstr "Nie" -#: setup/class_setupStep_Config1.inc:74 setup/class_setupStep_Config1.inc:75 -#, fuzzy -msgid "GOsa settings 1/3" -msgstr "Ustawienia użytkownika" +#: setup/class_setupStep_Ldap.inc:74 setup/class_setupStep_Config1.inc:88 +#: setup/class_setupStep_Config2.inc:160 setup/class_setupStep_Config3.inc:87 +#: setup/setup_feedback.tpl:53 setup/setup_feedback.tpl:71 +#: setup/class_setupStep_Schema.inc:63 +msgid "Yes" +msgstr "Tak" -#: setup/class_setupStep_Config1.inc:76 -#, fuzzy -msgid "GOsa generic settings" -msgstr "Ogólne ustawienia użytkownika" +#: setup/class_setupStep_Ldap.inc:105 +#, fuzzy, php-format +msgid "Anonymous bind failed on server '%s'." +msgstr "Logowanie użytkownika nieudane, odpowiedź serwera LDAP '%s'." + +#: setup/class_setupStep_Ldap.inc:107 +#, fuzzy, php-format +msgid "Bind as user '%s' failed on server '%s'." +msgstr "Logowanie użytkownika nieudane, odpowiedź serwera LDAP '%s'." -#: setup/class_setupStep_Config1.inc:88 setup/class_setupStep_Config3.inc:89 -#: setup/setup_feedback.tpl:55 setup/setup_feedback.tpl:73 -#: setup/class_setupStep_Ldap.inc:74 setup/class_setupStep_Schema.inc:63 -#: setup/class_setupStep_Config2.inc:161 -msgid "No" -msgstr "Nie" +#: setup/class_setupStep_Ldap.inc:112 +#, fuzzy, php-format +msgid "Anonymous bind on server '%s' succeeded." +msgstr "Logowanie użytkownika nieudane, odpowiedź serwera LDAP '%s'." -#: setup/class_setupStep_Config1.inc:88 setup/class_setupStep_Config3.inc:89 -#: setup/setup_feedback.tpl:53 setup/setup_feedback.tpl:71 -#: setup/class_setupStep_Ldap.inc:74 setup/class_setupStep_Schema.inc:63 -#: setup/class_setupStep_Config2.inc:161 -msgid "Yes" -msgstr "Tak" +#: setup/class_setupStep_Ldap.inc:113 +#, fuzzy +msgid "Please specify user and password." +msgstr "Proszę podać prawidłowe hasło!" -#: setup/class_setupStep_Config1.inc:118 +#: setup/class_setupStep_Ldap.inc:115 #, fuzzy, php-format -msgid "The specified value for '%s' must be a numeric value" -msgstr "Port sieve musi być liczbą." +msgid "Bind as user '%s' on server '%s' succeeded." +msgstr "Logowanie użytkownika nieudane, odpowiedź serwera LDAP '%s'." -#: setup/class_setupStep_Config1.inc:118 setup/setup_config1.tpl:97 -msgid "GID / UID min id" -msgstr "" +#: setup/class_setupStep_License.inc:56 setup/class_setupStep_License.inc:57 +#, fuzzy +msgid "License" +msgstr "Linia" -#: setup/class_setupStep_Config1.inc:122 setup/class_setupStep_Config1.inc:126 -#, php-format -msgid "Don't add a trailing comma to '%s'." +#: setup/class_setupStep_License.inc:58 +msgid "Terms and conditions for usage" msgstr "" -#: setup/class_setupStep_Config1.inc:122 -msgid "People storage ou" -msgstr "Prosze wyszczególnić długość pamięci." +#: setup/class_setupStep_Language.inc:40 setup/class_setupStep_Language.inc:41 +#, fuzzy +msgid "Language setup" +msgstr "Język" -#: setup/class_setupStep_Config1.inc:126 -msgid "Group storage ou" -msgstr "Proszę wybrać grupę obiektów" +#: setup/class_setupStep_Language.inc:42 +#, fuzzy +msgid "This step allows you to select your preferred language." +msgstr "To menu umożliwia dodawanie, edycję i kasowanie wybranych grup." -#: setup/class_setupStep_Config1.inc:130 +#: setup/class_setupStep_Language.inc:47 #, fuzzy -msgid "Uid base must be numeric" -msgstr "Limit czasu musi być liczbą" +msgid "Automatic" +msgstr "automatyczne" -#: setup/class_setupStep_Config1.inc:134 +#: setup/class_setup.inc:76 setup/class_setupStep_Feedback.inc:131 #, fuzzy -msgid "The given password minimum length is not numeric." -msgstr "Port sieve musi być liczbą." +msgid "Setup error" +msgstr "Ustaw status" -#: setup/class_setupStep_Config1.inc:137 +#: setup/class_setup.inc:196 #, fuzzy -msgid "The given password differ value is not numeric." -msgstr "Port sieve musi być liczbą." +msgid "Completed" +msgstr "niepełne" + +#: setup/setup_finish.tpl:3 +#, fuzzy +msgid "Create your configuration file" +msgstr "Plik konfiguracyjny" + +#: setup/setup_finish.tpl:13 +msgid "Download configuration" +msgstr "Konfiguracja pobierania" + +#: setup/setup_finish.tpl:18 +#, fuzzy +msgid "Status: " +msgstr "Status" #: setup/setup_ldap.tpl:7 msgid "Please choose the LDAP user to be used by GOsa" msgstr "" +#: setup/setup_ldap.tpl:13 ihtml/themes/default/help.tpl:21 +msgid "Search" +msgstr "Szukaj" + #: setup/setup_ldap.tpl:25 #, fuzzy msgid "LDAP connection" @@ -4194,2876 +4456,2606 @@ msgid "Admin password" msgstr "Hasło Administratora" #: setup/setup_ldap.tpl:101 -#, fuzzy -msgid "Schema based settings" -msgstr "Ustawienia Samba" - -#: setup/setup_ldap.tpl:105 -msgid "Use rfc2307bis compliant groups" -msgstr "" - -#: setup/setup_ldap.tpl:117 -#, fuzzy -msgid "Current status" -msgstr "Ustaw status" - -#: 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 "Sprawdź" - -#: setup/setup_migrate.tpl:37 -msgid "Move windows workstations into a valid windows workstation department" -msgstr "" - -#: setup/setup_migrate.tpl:39 -msgid "" -"This dialog allows you to move the displayed windows workstations into a " -"valid department" -msgstr "" - -#: setup/setup_migrate.tpl:41 -msgid "" -"Be careful with this tool, there may be references pointing to this " -"workstations that can't be migrated." -msgstr "" - -#: setup/setup_migrate.tpl:65 setup/setup_migrate.tpl:121 -#: setup/setup_migrate.tpl:173 setup/setup_migrate.tpl:293 -#: setup/setup_migrate.tpl:346 -#, fuzzy -msgid "Select all" -msgstr "Wybierz" - -#: setup/setup_migrate.tpl:67 -msgid "Move selected windows workstations into the following GOsa department" -msgstr "" - -#: setup/setup_migrate.tpl:72 -#, fuzzy -msgid "Move selected workstations" -msgstr "Wybierz aby zobaczyc stacje robocze" - -#: setup/setup_migrate.tpl:73 -msgid "What will be done here" -msgstr "" - -#: setup/setup_migrate.tpl:79 include/class_MultiSelectWindow.inc:114 -msgid "Close" -msgstr "Zamknij" - -#: setup/setup_migrate.tpl:85 -msgid "Move groups into configured group tree" -msgstr "" - -#: setup/setup_migrate.tpl:88 -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:91 -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 in this case." -msgstr "" - -#: setup/setup_migrate.tpl:94 -msgid "Move selected groups into this group tree" -msgstr "" - -#: setup/setup_migrate.tpl:125 setup/setup_migrate.tpl:177 -#: setup/setup_migrate.tpl:297 setup/setup_migrate.tpl:350 -#, fuzzy -msgid "Hide changes" -msgstr "Open xchange" - -#: setup/setup_migrate.tpl:127 setup/setup_migrate.tpl:179 -#: setup/setup_migrate.tpl:299 setup/setup_migrate.tpl:352 -#, fuzzy -msgid "Show changes" -msgstr "Pokaż pakiety" - -#: setup/setup_migrate.tpl:140 -msgid "Move users into configured user tree" -msgstr "" - -#: setup/setup_migrate.tpl:142 -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:145 -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:148 -#, fuzzy -msgid "Move selected users into this people tree" -msgstr "Utwórz użytkownika z tego szablonu" - -#: setup/setup_migrate.tpl:198 -#, fuzzy -msgid "Next" -msgstr "tekst" - -#: setup/setup_migrate.tpl:199 -#, fuzzy -msgid "Abort" -msgstr "Port" - -#: setup/setup_migrate.tpl:201 -#, fuzzy -msgid "Create a new GOsa administrator account" -msgstr "Utwórz konto Netatalk" - -#: setup/setup_migrate.tpl:204 -msgid "" -"This dialog will automatically add a new super administrator to your LDAP " -"tree." -msgstr "" - -#: setup/setup_migrate.tpl:233 -#, fuzzy -msgid "Password (again)" -msgstr "Przechowywanie hasła" - -#: setup/setup_migrate.tpl:258 -msgid "" -"The listed departments are currenlty invisble 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:259 setup/setup_migrate.tpl:314 -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:269 setup/setup_migrate.tpl:323 -#, fuzzy -msgid "Current" -msgstr "Obecny obiekt" - -#: setup/setup_migrate.tpl:276 setup/setup_migrate.tpl:330 -#, fuzzy -msgid "After migration" -msgstr "Administracja użytkownikami" - -#: setup/setup_migrate.tpl:313 -msgid "" -"The listed users are currenlty invisble 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/class_setupStep_Config3.inc:80 setup/class_setupStep_Config3.inc:81 -#, fuzzy -msgid "GOsa settings 3/3" -msgstr "Ustawienia użytkownika" +#, fuzzy +msgid "Schema based settings" +msgstr "Ustawienia Samba" -#: setup/class_setupStep_Config3.inc:82 -msgid "Tweak some GOsa core behaviour" +#: setup/setup_ldap.tpl:105 +msgid "Use rfc2307bis compliant groups" msgstr "" -#: setup/class_setupStep_Config3.inc:205 +#: setup/setup_ldap.tpl:117 #, fuzzy -msgid "Session lifetime must be a numeric value." -msgstr "Przyszłe dni muszą być liczbą." +msgid "Current status" +msgstr "Ustaw status" -#: setup/class_setupStep_Config3.inc:209 +#: setup/class_setupStep_Config1.inc:74 setup/class_setupStep_Config1.inc:75 #, fuzzy -msgid "Maximal ldap query time must be a numeric value. " -msgstr "Przyszłe dni muszą być liczbą." +msgid "GOsa settings 1/3" +msgstr "Ustawienia użytkownika" -#: setup/class_setupStep_Migrate.inc:105 setup/class_setupStep_Migrate.inc:106 +#: setup/class_setupStep_Config1.inc:76 #, fuzzy -msgid "LDAP inspection" -msgstr "Inspekcja instalacji PHP" +msgid "GOsa generic settings" +msgstr "Ogólne ustawienia użytkownika" -#: setup/class_setupStep_Migrate.inc:107 -msgid "Analyze your current LDAP for GOsa compatibility" -msgstr "" +#: 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_Migrate.inc:113 -#, fuzzy -msgid "Checking for root object" -msgstr "Sprawdzam wsparcie dla iconv" +#: setup/class_setupStep_Config1.inc:118 setup/setup_config1.tpl:97 +msgid "GID / UID min id" +msgstr "" -#: setup/class_setupStep_Migrate.inc:119 -msgid "Checking permissions on LDAP database" +#: 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_Migrate.inc:125 +#: 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 "Checking for invisible deparmtments" -msgstr "Sprawdzam wsparcie dla iconv" +msgid "Uid base must be numeric" +msgstr "Limit czasu musi być liczbą" -#: setup/class_setupStep_Migrate.inc:131 +#: setup/class_setupStep_Config1.inc:134 #, fuzzy -msgid "Checking for invisible users" -msgstr "Sprawdzam wsparcie dla iconv" +msgid "The given password minimum length is not numeric." +msgstr "Port sieve musi być liczbą." -#: setup/class_setupStep_Migrate.inc:137 +#: setup/class_setupStep_Config1.inc:137 #, fuzzy -msgid "Checking for super administrator" -msgstr "Sprawedzam dodatkowe programy" +msgid "The given password differ value is not numeric." +msgstr "Port sieve musi być liczbą." -#: setup/class_setupStep_Migrate.inc:143 +#: setup/class_setupStep_Config2.inc:85 setup/class_setupStep_Config2.inc:86 #, fuzzy -msgid "Checking for users outside the people tree" -msgstr "Sprawdzam moduł cups" +msgid "GOsa settings 2/3" +msgstr "Ustawienia użytkownika" -#: setup/class_setupStep_Migrate.inc:149 +#: setup/class_setupStep_Config2.inc:87 #, fuzzy -msgid "Checking for groups outside the groups tree" -msgstr "Sprawdzam moduł cups" +msgid "Customize special parameters" +msgstr "Sprawdź parametr" -#: setup/class_setupStep_Migrate.inc:155 -msgid "Checking for windows workstations outside the winstation tree" +#: setup/setup_license.tpl:8 +msgid "I have read the license and accept it" msgstr "" -#: setup/class_setupStep_Migrate.inc:161 +#: setup/class_setupStep_Config3.inc:78 setup/class_setupStep_Config3.inc:79 #, fuzzy -msgid "Checking for duplicate uid numbers" -msgstr "Sprawdzam funkcję %s" +msgid "GOsa settings 3/3" +msgstr "Ustawienia użytkownika" -#: setup/class_setupStep_Migrate.inc:167 +#: setup/class_setupStep_Config3.inc:80 +msgid "Tweak some GOsa core behaviour" +msgstr "" + +#: setup/class_setupStep_Config3.inc:194 #, fuzzy -msgid "Checking for duplicate gid numbers" -msgstr "Sprawdzam funkcję %s" +msgid "Session lifetime must be a numeric value." +msgstr "Przyszłe dni muszą być liczbą." -#: setup/class_setupStep_Migrate.inc:190 setup/class_setupStep_Migrate.inc:239 -#: setup/class_setupStep_Migrate.inc:301 setup/class_setupStep_Migrate.inc:362 -#: setup/class_setupStep_Migrate.inc:429 setup/class_setupStep_Migrate.inc:503 -#: setup/class_setupStep_Migrate.inc:588 setup/class_setupStep_Migrate.inc:718 -#: setup/class_setupStep_Migrate.inc:807 +#: setup/class_setupStep_Config3.inc:198 #, fuzzy -msgid "LDAP query failed" -msgstr "Zapytanie do bazy danych nieudane" +msgid "Maximal ldap query time must be a numeric value. " +msgstr "Przyszłe dni muszą być liczbą." -#: setup/class_setupStep_Migrate.inc:191 setup/class_setupStep_Migrate.inc:240 -#: setup/class_setupStep_Migrate.inc:302 setup/class_setupStep_Migrate.inc:363 -#: setup/class_setupStep_Migrate.inc:430 setup/class_setupStep_Migrate.inc:504 -#: setup/class_setupStep_Migrate.inc:589 setup/class_setupStep_Migrate.inc:719 -#: setup/class_setupStep_Migrate.inc:808 -msgid "Possibly the 'root object' is missing." +#: setup/setup_feedback.tpl:6 +msgid "Subscribe to the gosa-announce mailinglist" msgstr "" -#: setup/class_setupStep_Migrate.inc:213 -#, 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:262 -#, 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:317 setup/class_setupStep_Migrate.inc:518 -#: setup/class_setupStep_Migrate.inc:531 setup/class_setupStep_Migrate.inc:881 -#: setup/class_setupStep_Migrate.inc:1612 -#: setup/class_setupStep_Migrate.inc:1625 -msgid "Failed" -msgstr "Niepowodzenie" - -#: setup/class_setupStep_Migrate.inc:319 -#, php-format +#: setup/setup_feedback.tpl:9 msgid "" -"Found %s winstations outside the predefined winstation department ou '%s'." +"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/class_setupStep_Migrate.inc:320 setup/class_setupStep_Migrate.inc:599 -#: setup/class_setupStep_Migrate.inc:728 -#, fuzzy -msgid "Migrate" -msgstr "Utwórz" - -#: setup/class_setupStep_Migrate.inc:387 -#, fuzzy, php-format -msgid "Found %s groups outside the configured tree '%s'." -msgstr "Zamierzasz skopiować wpis '%s'." - -#: setup/class_setupStep_Migrate.inc:388 setup/class_setupStep_Migrate.inc:463 -#, fuzzy -msgid "Move" -msgstr "Tryb" +#: setup/setup_feedback.tpl:30 html/getxls.php:225 +msgid "Mail address" +msgstr "Adres email" -#: setup/class_setupStep_Migrate.inc:462 -#, php-format -msgid "Found %s user(s) outside the configured tree '%s'." +#: setup/setup_feedback.tpl:41 +msgid "Send feedback to the GOsa project team" msgstr "" -#: setup/class_setupStep_Migrate.inc:520 setup/class_setupStep_Migrate.inc:533 -#, php-format +#: setup/setup_feedback.tpl:44 msgid "" -"The specified user '%s' does not have full access to your ldap database." +"When checking this option, GOsa will try to connect http://oss.gonicus.de in " +"order to submit your form anonymously." msgstr "" -#: setup/class_setupStep_Migrate.inc:597 -#, php-format -msgid "Found %s user(s) that will not be visible in GOsa." +#: setup/setup_feedback.tpl:50 +msgid "Did the setup procedure help you to get started?" msgstr "" -#: setup/class_setupStep_Migrate.inc:647 setup/class_setupStep_Migrate.inc:779 -#: setup/class_setupStep_Migrate.inc:945 -#, fuzzy -msgid "Migration error" -msgstr "Utwórz" - -#: setup/class_setupStep_Migrate.inc:647 setup/class_setupStep_Migrate.inc:779 -#, fuzzy, php-format -msgid "Cannot migrate department '%s':" -msgstr "Utwórz nowy departament" - -#: setup/class_setupStep_Migrate.inc:727 -#, php-format -msgid "Found %s department(s) that will not be visible in GOsa." +#: setup/setup_feedback.tpl:60 +msgid "If not, what problems did you encounter" msgstr "" -#: setup/class_setupStep_Migrate.inc:882 -msgid "There is no GOsa administrator account inside your LDAP." +#: setup/setup_feedback.tpl:68 +msgid "Is this the first time you use GOsa?" msgstr "" -#: setup/class_setupStep_Migrate.inc:945 -#, php-format -msgid "Cannot add ACL for user '%s':" +#: setup/setup_feedback.tpl:74 +msgid "I use it since" msgstr "" -#: setup/class_setupStep_Migrate.inc:970 -#, fuzzy -msgid "Password error" -msgstr "Hasło wygasa" - -#: setup/class_setupStep_Migrate.inc:970 -#, fuzzy -msgid "Provided passwords do not match!" -msgstr "Hasła podane jako nowe i powtórzone nie zgadzają się!" - -#: setup/class_setupStep_Migrate.inc:975 -#, fuzzy -msgid "Input error" -msgstr "błąd PHP:" - -#: setup/class_setupStep_Migrate.inc:975 -#, fuzzy -msgid "Specify a valid user ID!" -msgstr "Proszę podać prawidłową nazwę użytkownika!" +#: setup/setup_feedback.tpl:75 +msgid "Select the year since when you are using GOsa" +msgstr "" -#: setup/class_setupStep_Migrate.inc:1019 -#, php-format -msgid "Adding an administrative user failed: object '%s' already exists!" +#: setup/setup_feedback.tpl:82 +msgid "What operating system / distribution do you use?" msgstr "" -#: setup/class_setupStep_Migrate.inc:1030 -#: setup/class_setupStep_Migrate.inc:1056 -#: setup/class_setupStep_Migrate.inc:1104 -#: setup/class_setupStep_Migrate.inc:1152 -#: setup/class_setupStep_Migrate.inc:1916 setup/class_setupStep_Schema.inc:95 -#: include/class_MultiSelectWindow.inc:503 include/class_config.inc:224 -#: include/functions.inc:331 include/functions.inc:358 -#: include/functions.inc:367 include/functions.inc:396 -#: include/functions.inc:639 include/functions.inc:678 -#: include/functions.inc:723 include/functions.inc:1298 -#: include/functions.inc:2490 html/index.php:243 html/index.php:257 -#: html/index.php:270 -#, fuzzy -msgid "LDAP error" -msgstr "błąd LDAP:" +#: setup/setup_feedback.tpl:90 +msgid "What web server do you use?" +msgstr "" -#: setup/class_setupStep_Migrate.inc:1056 -#: setup/class_setupStep_Migrate.inc:1104 -#: setup/class_setupStep_Migrate.inc:1152 -#, fuzzy -msgid "Cannot move users to the requested department!" -msgstr "Przejdź do domowego departamentu użytkowników" +#: setup/setup_feedback.tpl:98 +msgid "What PHP version do you use?" +msgstr "" -#: setup/class_setupStep_Migrate.inc:1066 -msgid "Winstation will be moved from" +#: setup/setup_feedback.tpl:106 +msgid "LDAP" msgstr "" -#: setup/class_setupStep_Migrate.inc:1066 -#: setup/class_setupStep_Migrate.inc:1115 -#: setup/class_setupStep_Migrate.inc:1162 include/class_plugin.inc:1604 -#, fuzzy -msgid "to" -msgstr "Zatrzymaj" +#: setup/setup_feedback.tpl:110 +msgid "What kind of LDAP server(s) do you use?" +msgstr "" -#: setup/class_setupStep_Migrate.inc:1077 -#: setup/class_setupStep_Migrate.inc:1125 -msgid "Updating following references too" +#: setup/setup_feedback.tpl:116 +msgid "How many objects are in your LDAP?" msgstr "" -#: setup/class_setupStep_Migrate.inc:1115 +#: setup/setup_feedback.tpl:123 #, fuzzy -msgid "Group will be moved from" -msgstr "Będzie możliwość odtworzenia z" +msgid "Features" +msgstr "Przyszłość" -#: setup/class_setupStep_Migrate.inc:1162 -#, fuzzy -msgid "User will be moved from" -msgstr "Użyj członków z" +#: setup/setup_feedback.tpl:126 +msgid "What features of GOsa do you use?" +msgstr "" -#: setup/class_setupStep_Migrate.inc:1172 -msgid "The following references will be updated" +#: setup/setup_feedback.tpl:136 +msgid "What features do you want to see in future versions of GOsa?" msgstr "" -#: setup/class_setupStep_Migrate.inc:1613 -msgid "" -"The LDAP root object is missing. It is required to use your LDAP service." +#: setup/setup_feedback.tpl:143 +msgid "Send feedback" msgstr "" -#: setup/class_setupStep_Migrate.inc:1614 -#: setup/class_setupStep_Migrate.inc:1627 +#: setup/class_setupStep_Welcome.inc:38 #, fuzzy -msgid "Try to create root object" -msgstr "Utwórz obiekty" +msgid "Welcome" +msgstr "Witaj %s!" -#: setup/class_setupStep_Migrate.inc:1626 -msgid "Root object couldn't be created, you should try it on your own." -msgstr "" +#: setup/class_setupStep_Welcome.inc:39 +#, fuzzy +msgid "The welcome message" +msgstr "Usuń tą wiadomosc" -#: setup/class_setupStep_Migrate.inc:1916 -#, fuzzy, php-format -msgid "Copy '%s' to '%s' failed:" -msgstr "Przenoszenie '%s' do '%s'" +#: setup/class_setupStep_Welcome.inc:40 +#, fuzzy +msgid "Welcome to GOsa setup wizard" +msgstr "Witaj w instalacji GOsa!" -#: setup/class_setupStep_Migrate.inc:1919 -msgid "Problem copying DNs" +#: setup/setup_config1.tpl:2 +msgid "Look and feel" msgstr "" -#: setup/setup_frame.tpl:12 +#: setup/setup_config1.tpl:6 #, fuzzy -msgid "GOsa setup wizard" -msgstr "Podgląd pomocy GOsa" +msgid "Theme" +msgstr "Mime" -#: setup/setup_frame.tpl:19 +#: setup/setup_config1.tpl:15 #, fuzzy -msgid "Installation" -msgstr "Stacja Windows" +msgid "Apache" +msgstr "Cache" -#: setup/setup_frame.tpl:19 -#, fuzzy -msgid "Steps" -msgstr "Systemy" +#: setup/setup_config1.tpl:19 +msgid "Compress output send to browser" +msgstr "" -#: setup/class_setupStep_Feedback.inc:91 +#: setup/setup_config1.tpl:27 #, fuzzy -msgid "UNIX accounts/groups" -msgstr "Konta Unix" +msgid "People and group storage" +msgstr "Prosze wyszczególnić długość pamięci." -#: setup/class_setupStep_Feedback.inc:93 +#: setup/setup_config1.tpl:30 #, fuzzy -msgid "Samba management" -msgstr "Zarządzanie systemem" +msgid "People DN attribute" +msgstr "Ten 'dn' nie jest aplikacją." -#: setup/class_setupStep_Feedback.inc:95 +#: setup/setup_config1.tpl:41 #, fuzzy -msgid "Mailsystem management" -msgstr "Zarządzanie systemem" +msgid "People storage subtree" +msgstr "Prosze wyszczególnić długość pamięci." -#: setup/class_setupStep_Feedback.inc:97 +#: setup/setup_config1.tpl:50 #, fuzzy -msgid "FAX system administration" -msgstr "Administracja użytkownikami" +msgid "Group storage subtree" +msgstr "Proszę wybrać grupę obiektów" -#: setup/class_setupStep_Feedback.inc:99 -#, fuzzy -msgid "Asterisk administration" -msgstr "Administracja użytkownikami" +#: setup/setup_config1.tpl:59 +msgid "Include personal title in user DN" +msgstr "" -#: setup/class_setupStep_Feedback.inc:101 +#: setup/setup_config1.tpl:70 +msgid "Relaxed naming policies" +msgstr "" + +#: setup/setup_config1.tpl:81 #, fuzzy -msgid "System inventory" -msgstr "Usuń inwentarz" +msgid "Automatic uids" +msgstr "Automatyczne tryby" -#: setup/class_setupStep_Feedback.inc:103 +#: setup/setup_config1.tpl:113 #, fuzzy -msgid "System-/Configmanagement" -msgstr "Zarządzanie systemem" +msgid "Number base for people/groups" +msgstr "Podstawowe ID dla użytkowników/grup" -#: setup/class_setupStep_Feedback.inc:105 -msgid "Addressbook" -msgstr "Książka adresowa" +#: setup/setup_config1.tpl:121 +msgid "Hook for number base" +msgstr "" -#: setup/class_setupStep_Feedback.inc:111 -#: setup/class_setupStep_Feedback.inc:113 +#: setup/setup_config1.tpl:140 #, fuzzy -msgid "Notification and feedback" -msgstr "Powiadomienie wysłane!" +msgid "Password encryption algorithm" +msgstr "Algorytm szyfrowania" -#: setup/class_setupStep_Feedback.inc:112 +#: setup/setup_config1.tpl:151 #, fuzzy -msgid "Get notifications or send feedback" -msgstr "Ograniczenia dla nadawcy" +msgid "Password restrictions" +msgstr "Hasło wygasa" + +#: 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/class_setupStep_Feedback.inc:131 setup/class_setup.inc:76 +#: setup/setup_config1.tpl:182 #, fuzzy -msgid "Setup error" -msgstr "Ustaw status" +msgid "Password change hook" +msgstr "Brak uprawnień do zmiay hasła" -#: setup/class_setupStep_Feedback.inc:140 -#: setup/class_setupStep_Feedback.inc:147 -msgid "Feedback error" +#: setup/setup_config1.tpl:198 +msgid "Use SASL for kerberos" msgstr "" -#: setup/class_setupStep_Feedback.inc:140 -#, php-format -msgid "Cannot send feedback to '%s': %s" +#: 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/class_setupStep_Feedback.inc:147 -msgid "Cannot send feedback: service temporarily unavailable" +#: 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/class_setupStep_Feedback.inc:149 -msgid "Feedback sucessfully send" +#: 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/class_setupStep_Feedback.inc:179 +#: setup/setup_config1.tpl:224 #, fuzzy -msgid "Please specify a valid email address." -msgstr "Proszę podać prawidłową nazwę skryptu." - -#: setup/class_setupStep_Feedback.inc:183 msgid "" -"You should have enabled at least one option, to subscribe or send your " -"feedback." +"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_License.inc:56 setup/class_setupStep_License.inc:57 +#: setup/setup_config3.tpl:2 #, fuzzy -msgid "License" -msgstr "Linia" +msgid "GOsa core settings" +msgstr "Ustawienia pocztowe" -#: setup/class_setupStep_License.inc:58 -msgid "Terms and conditions for usage" -msgstr "" +#: setup/setup_config3.tpl:6 +#, fuzzy +msgid "Disable primary group filter" +msgstr "Wyświetl grupy użytkownika" -#: setup/setup_config2.tpl:2 -msgid "Samba settings" -msgstr "Ustawienia Samba" +#: setup/setup_config3.tpl:18 +#, fuzzy +msgid "Display summary in listings" +msgstr "Wyświetl makra pasujące" -#: setup/setup_config2.tpl:6 -msgid "Samba hash generator" +#: setup/setup_config3.tpl:30 +#, fuzzy +msgid "Honour administrative units" +msgstr "Administracja Grupą" + +#: setup/setup_config3.tpl:42 +#, fuzzy +msgid "Smarty compile directory" +msgstr "Katalog domowy" + +#: setup/setup_config3.tpl:51 +msgid "SNMP community" msgstr "" -#: setup/setup_config2.tpl:31 +#: setup/setup_config3.tpl:60 #, fuzzy -msgid "RID base" -msgstr "Baza" +msgid "Path for PPD storage" +msgstr "Przechowywanie hasła" -#: setup/setup_config2.tpl:46 +#: setup/setup_config3.tpl:77 #, fuzzy -msgid "Workstation container" -msgstr "Nazwa stacji roboczej" +msgid "Path for kiosk profile storage" +msgstr "Ustawienia profilu Kiosk" -#: setup/setup_config2.tpl:61 +#: setup/setup_config3.tpl:96 #, fuzzy -msgid "Samba SID mapping" -msgstr "Samba SID" +msgid "Enable system deployment" +msgstr "Zarządzanie systemem" -#: setup/setup_config2.tpl:71 +#: setup/setup_config3.tpl:115 #, fuzzy -msgid "Timezone" -msgstr "Strefa czasowa użytkownika" +msgid "Mail queue script" +msgstr "Ogólna ścieżka do skryptu" -#: setup/setup_config2.tpl:74 +#: setup/setup_config3.tpl:134 #, fuzzy -msgid "Please your preferred timezone here" -msgstr "Preferowany język" +msgid "Notification script" +msgstr "Cel powiadomienia" -#: setup/setup_config2.tpl:96 +#: setup/setup_config3.tpl:153 #, fuzzy -msgid "Additional GOsa settings" -msgstr "Ustawienia Aplikacji" +msgid "Enable edit locking" +msgstr "Włącz skanowanie antyfirusowe" -#: setup/setup_config2.tpl:100 -msgid "Enable Copy & Paste" +#: setup/setup_config3.tpl:174 +msgid "Special search method for huge ldap servers." msgstr "" -#: setup/setup_config2.tpl:112 -#, fuzzy -msgid "Enable DNS extension" -msgstr "Rozszerzenie inwentarza" +#: setup/setup_config3.tpl:185 +msgid "Login and session" +msgstr "" -#: setup/setup_config2.tpl:124 +#: setup/setup_config3.tpl:188 #, fuzzy -msgid "Enable DHCP extension" -msgstr "Rozszerzenie inwentarza" +msgid "Login attribute" +msgstr "Atrybuty telefonu" -#: setup/setup_config2.tpl:136 -#, fuzzy -msgid "Enable mime type management" -msgstr "Zarządzanie typami mime" +#: setup/setup_config3.tpl:199 +msgid "Enforce register_globals to be deactivated" +msgstr "" -#: setup/setup_config2.tpl:148 +#: setup/setup_config3.tpl:211 +msgid "Enforce encrypted connections" +msgstr "" + +#: setup/setup_config3.tpl:223 #, fuzzy -msgid "Enable FAI release management" -msgstr "Zarządzanie FAI" +msgid "Warn if session is not encrypted" +msgstr "Sesja nie będzie szyfrowana." -#: setup/setup_config2.tpl:160 +#: setup/setup_config3.tpl:235 #, fuzzy -msgid "Enable user netatalk plugin" -msgstr "Zarządzaj kontem Netatalk" +msgid "Remember dialog filter settings" +msgstr "Ogólne ustawienia użytkownika" -#: setup/setup_config2.tpl:171 +#: setup/setup_config3.tpl:247 #, fuzzy -msgid "Government mode" -msgstr "do folferu" +msgid "Session lifetime" +msgstr "Wykryto konflikt sesji" -#: setup/setup_config2.tpl:180 -msgid "Mail settings" -msgstr "Ustawienia pocztowe" +#: setup/setup_config3.tpl:256 +msgid "Debugging" +msgstr "" -#: setup/setup_config2.tpl:184 -msgid "Mail method" -msgstr "Typ pocztowy" +#: setup/setup_config3.tpl:260 +#, fuzzy +msgid "Show PHP errors" +msgstr "błąd PHP:" -#: setup/setup_config2.tpl:198 +#: setup/setup_config3.tpl:272 #, fuzzy -msgid "Vacation templates" -msgstr "Szablon stacji roboczej" +msgid "Maximum LDAP query time" +msgstr "Max rozmiar nagłówków poczty" -#: setup/setup_config2.tpl:214 -msgid "Use Cyrus UNIX style" +#: setup/setup_config3.tpl:290 +msgid "Log LDAP statistics" msgstr "" -#: setup/setup_config2.tpl:224 +#: setup/setup_config3.tpl:302 #, fuzzy -msgid "Snapshots / Undo" -msgstr "Tworzenie snapshot'u nieudane" +msgid "Debug level" +msgstr "Jeden poziom" -#: setup/setup_config2.tpl:233 setup/setup_config2.tpl:278 +#: setup/setup_config3.tpl:307 setup/setup_config3.tpl:310 #, fuzzy -msgid "Enable snapshots" -msgstr "Utwórz spanshot" +msgid "Disabled" +msgstr "wyłączone" -#: setup/setup_config2.tpl:239 setup/setup_config2.tpl:284 +#: setup/setup_config3.tpl:308 setup/setup_config3.tpl:311 #, fuzzy -msgid "Snapshot base" -msgstr "Tworzenie snapshot'u nieudane" - -#: setup/setup_feedback.tpl:6 -msgid "Subscribe to the gosa-announce mailinglist" -msgstr "" +msgid "Enabled" +msgstr "włączone" -#: setup/setup_feedback.tpl:9 -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_frame.tpl:12 +#, fuzzy +msgid "GOsa setup wizard" +msgstr "Podgląd pomocy GOsa" -#: setup/setup_feedback.tpl:30 html/getxls.php:225 -msgid "Mail address" -msgstr "Adres email" +#: setup/setup_frame.tpl:19 +#, fuzzy +msgid "Installation" +msgstr "Stacja Windows" -#: setup/setup_feedback.tpl:41 -msgid "Send feedback to the GOsa project team" -msgstr "" +#: setup/setup_frame.tpl:19 +#, fuzzy +msgid "Steps" +msgstr "Systemy" -#: setup/setup_feedback.tpl:44 -msgid "" -"When checking this option, GOsa will try to connect http://oss.gonicus.de in " -"order to submit your form anonymously." -msgstr "" +#: setup/class_setupStep_Schema.inc:40 setup/class_setupStep_Schema.inc:41 +#, fuzzy +msgid "LDAP schema check" +msgstr "Usługa Ldap" -#: setup/setup_feedback.tpl:50 -msgid "Did the setup procedure help you to get started?" +#: setup/class_setupStep_Schema.inc:42 +msgid "Perform test on your current LDAP schema" msgstr "" -#: setup/setup_feedback.tpl:60 -msgid "If not, what problems did you encounter" +#: setup/class_setupStep_Schema.inc:95 html/index.php:258 +msgid "Cannot detect information about the installed LDAP schema!" msgstr "" -#: setup/setup_feedback.tpl:68 -msgid "Is this the first time you use GOsa?" +#: setup/class_setupStep_Checks.inc:38 setup/class_setupStep_Checks.inc:39 +msgid "Installation check" msgstr "" -#: setup/setup_feedback.tpl:74 -msgid "I use it since" +#: setup/class_setupStep_Checks.inc:40 +msgid "Basic checks for PHP version and required extensions." msgstr "" -#: setup/setup_feedback.tpl:75 -msgid "Select the year since when you are using GOsa" -msgstr "" +#: setup/class_setupStep_Checks.inc:64 +#, fuzzy +msgid "Checking PHP version" +msgstr "Sprawdzam wersję PHP (>=4.1.0)" -#: setup/setup_feedback.tpl:82 -msgid "What operating system / distribution do you use?" +#: setup/class_setupStep_Checks.inc:65 +#, 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." -#: setup/setup_feedback.tpl:90 -msgid "What web server do you use?" +#: setup/class_setupStep_Checks.inc:66 +msgid "" +"GOsa requires functionality that is not available (or buggy) in older PHP " +"versions. Please update to a supported version." msgstr "" -#: setup/setup_feedback.tpl:98 -msgid "What PHP version do you use?" -msgstr "" +#: setup/class_setupStep_Checks.inc:72 +#, fuzzy +msgid "Checking for LDAP support" +msgstr "Sprawdzam wsparcie dla iconv" -#: setup/setup_feedback.tpl:106 -msgid "LDAP" +#: setup/class_setupStep_Checks.inc:73 +#, fuzzy +msgid "This is the main extension used by GOsa and therefore really required." msgstr "" +"To jest główny moduł używany przez GOsa i dlatego jest szczególnie wymagany." -#: setup/setup_feedback.tpl:110 -msgid "What kind of LDAP server(s) do you use?" +#: setup/class_setupStep_Checks.inc:74 +msgid "" +"The ldap extension (php5-ldap) is required to communicate with your LDAP " +"server." msgstr "" -#: setup/setup_feedback.tpl:116 -msgid "How many objects are in your LDAP?" -msgstr "" +#: setup/class_setupStep_Checks.inc:80 +msgid "Checking for gettext support" +msgstr "Sprawdzam wsparcie dla gettext" -#: setup/setup_feedback.tpl:123 +#: setup/class_setupStep_Checks.inc:81 #, fuzzy -msgid "Features" -msgstr "Przyszłość" +msgid "Gettext support is required for internationalization." +msgstr "Wsparcie dla gettext jest wymagane dla innych wersji językowych GOsa." -#: setup/setup_feedback.tpl:126 -msgid "What features of GOsa do you use?" +#: setup/class_setupStep_Checks.inc:82 setup/class_setupStep_Checks.inc:90 +msgid "Please make sure that the extension is activated." msgstr "" -#: setup/setup_feedback.tpl:136 -msgid "What features do you want to see in future versions of GOsa?" -msgstr "" +#: setup/class_setupStep_Checks.inc:88 +msgid "Checking for iconv support" +msgstr "Sprawdzam wsparcie dla iconv" -#: setup/setup_feedback.tpl:143 -msgid "Send feedback" +#: setup/class_setupStep_Checks.inc:89 +#, fuzzy +msgid "" +"This module is used by GOsa to convert samba munged dial informations and is " +"therefore required. " msgstr "" +"Ten moduł jest używany przez GOsa do konwersji _MUNGED_DIAL_INFORMATIONS? i " +"dlatego jest wymagany." -#: setup/setup_schema.tpl:3 +#: setup/class_setupStep_Checks.inc:96 #, fuzzy -msgid "Schema specific settings" -msgstr "Ustawienia Samba" +msgid "Checking for mhash support" +msgstr "Sprawdzam wsparcie dla iconv" -#: setup/setup_schema.tpl:7 -msgid "Enable schema validation when logging in" +#: setup/class_setupStep_Checks.inc:97 +msgid "You'll need this module to make use of SSHA encryption" msgstr "" -#: setup/setup_schema.tpl:16 -#, fuzzy -msgid "Check status" -msgstr "Ustaw status" - -#: setup/setup_schema.tpl:20 -msgid "Schema check succeeded" +#: setup/class_setupStep_Checks.inc:98 +msgid "The mhash module for PHP 5 is not available.Please install php5-mhash." msgstr "" -#: setup/setup_schema.tpl:23 +#: setup/class_setupStep_Checks.inc:104 #, fuzzy -msgid "Schema check failed" -msgstr "Zapisywanie telefonu nieudane" +msgid "Checking for IMAP support" +msgstr "Sprawdzam wsparcie dla iconv" -#: setup/setup_license.tpl:8 -msgid "I have read the license and accept it" +#: setup/class_setupStep_Checks.inc:105 +#, fuzzy +msgid "" +"The IMAP module is needed to communicate with the IMAP server. GOsa " +"retrieves status information, creates and deletes mail users, etc." +msgstr "" +"Moduł IMAP jest potrzebny do komunikacji z serwerem IMAP. Pozwala uzyskiwać " +"informacje, oraz tworzyć/usuwać konta pocztowe." + +#: setup/class_setupStep_Checks.inc:106 +msgid "" +"This module is used to communicate with your mail server. Please install " +"php5-imap." msgstr "" -#: setup/class_setup.inc:196 +#: setup/class_setupStep_Checks.inc:112 #, fuzzy -msgid "Completed" -msgstr "niepełne" +msgid "Checking for getacl in IMAP implementation" +msgstr "Sprawdzam getacl w imap" -#: setup/class_setupStep_Ldap.inc:53 +#: setup/class_setupStep_Checks.inc:113 #, fuzzy -msgid "LDAP setup" -msgstr "Serwer LDAP" +msgid "" +"The getacl support is needed to handle shared folder permissions. Old IMAP " +"extensions are not capable of reading acl's. You need a recent PHP version " +"to use this feature." +msgstr "" +"Wsparcie dla getacl jest wymagane dla uprawnień do foldera współdzielonego. " +"Standardowy moduł IMAP nie potrafi czytać acl'i. Potrzeba nowszej wersji PHP " +"ze wsparciem getacl." -#: setup/class_setupStep_Ldap.inc:54 +#: setup/class_setupStep_Checks.inc:120 #, fuzzy -msgid "LDAP connection setup" -msgstr "Połączenie dzwonienia..." +msgid "Checking for MySQL support" +msgstr "Sprawdzam wsparcie dla iconv" -#: setup/class_setupStep_Ldap.inc:55 +#: setup/class_setupStep_Checks.inc:121 #, fuzzy msgid "" -"This dialog performs the basic configuration of the LDAP connectivity for " -"GOsa." +"MySQL support is needed to communicate with several supported databases." 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:105 -#, fuzzy, php-format -msgid "Anonymous bind failed on server '%s'." -msgstr "Logowanie użytkownika nieudane, odpowiedź serwera LDAP '%s'." - -#: setup/class_setupStep_Ldap.inc:107 -#, fuzzy, php-format -msgid "Bind as user '%s' failed on server '%s'." -msgstr "Logowanie użytkownika nieudane, odpowiedź serwera LDAP '%s'." +"Wsparcie dla MySQL jest potrzebne do czytania raportów GOfax z bazy danych." -#: setup/class_setupStep_Ldap.inc:112 -#, fuzzy, php-format -msgid "Anonymous bind on server '%s' succeeded." -msgstr "Logowanie użytkownika nieudane, odpowiedź serwera LDAP '%s'." +#: setup/class_setupStep_Checks.inc:122 +msgid "" +"This module is required to communicate with database servers (GOfax, " +"asterisk, GLPI, etc.). Please install php5-mysql" +msgstr "" -#: setup/class_setupStep_Ldap.inc:113 +#: setup/class_setupStep_Checks.inc:128 #, fuzzy -msgid "Please specify user and password." -msgstr "Proszę podać prawidłowe hasło!" +msgid "Checking for kadm5 support" +msgstr "Sprawdzam wsparcie dla iconv" -#: setup/class_setupStep_Ldap.inc:115 -#, fuzzy, php-format -msgid "Bind as user '%s' on server '%s' succeeded." -msgstr "Logowanie użytkownika nieudane, odpowiedź serwera LDAP '%s'." +#: setup/class_setupStep_Checks.inc:129 +msgid "" +"Managing users in kerberos requires the kadm5 module which is downloadable " +"via PEAR network." +msgstr "" +"Zarządzanie użytkownikami w kerberos wymaga modułu kadm5, który można " +"ściągnąć z sieci PEAR." -#: setup/setup_config1.tpl:2 -msgid "Look and feel" +#: setup/class_setupStep_Checks.inc:130 +#, fuzzy +msgid "" +"This module is required to manage user in kerberos, it is downloadable via " +"PEAR network" msgstr "" +"Zarządzanie użytkownikami w kerberos wymaga modułu kadm5, który można " +"ściągnąć z sieci PEAR." -#: setup/setup_config1.tpl:6 +#: setup/class_setupStep_Checks.inc:136 #, fuzzy -msgid "Theme" -msgstr "Mime" +msgid "Checking for SNMP support" +msgstr "Sprawdzam wsparcie dla iconv" -#: setup/setup_config1.tpl:15 +#: setup/class_setupStep_Checks.inc:137 #, fuzzy -msgid "Apache" -msgstr "Cache" +msgid "" +"The simple network management protocol is needed to get status information " +"from clients." +msgstr "SNMP jest wymagane do monitorowani klientow." -#: setup/setup_config1.tpl:19 -msgid "Compress output send to browser" +#: setup/class_setupStep_Checks.inc:138 +msgid "" +"This module is required for client monitoring. Please install php5-snmp." msgstr "" -#: setup/setup_config1.tpl:27 +#: setup/class_setupStep_Checks.inc:144 #, fuzzy -msgid "People and group storage" -msgstr "Prosze wyszczególnić długość pamięci." +msgid "Checking for CUPS support" +msgstr "Sprawdzam wsparcie dla iconv" -#: setup/setup_config1.tpl:30 +#: setup/class_setupStep_Checks.inc:145 #, fuzzy -msgid "People DN attribute" -msgstr "Ten 'dn' nie jest aplikacją." +msgid "" +"In order to read available printers via the IPP protocol instead of printcap " +"files, you've to install the CUPS module." +msgstr "" +"Aby zobaczyć dostępne drukarki za pomocą protokołu IPP zamiast plików " +"printcap, należy zainstalować moduł cups." -#: setup/setup_config1.tpl:41 -#, fuzzy -msgid "People storage subtree" -msgstr "Prosze wyszczególnić długość pamięci." +#: setup/class_setupStep_Checks.inc:154 +msgid "Checking for fping utility" +msgstr "Sprawdzam program fping" -#: setup/setup_config1.tpl:50 +#: setup/class_setupStep_Checks.inc:155 #, fuzzy -msgid "Group storage subtree" -msgstr "Proszę wybrać grupę obiektów" +msgid "" +"The fping utility is used if you've got a thin client based terminal " +"environment." +msgstr "" +"Program fping jest używany tylko jeśli mamy środowisko cienkich klientów." -#: setup/setup_config1.tpl:59 -msgid "Include personal title in user DN" +#: setup/class_setupStep_Checks.inc:156 +#, fuzzy +msgid "" +"The fping utility is only used in thin client based terminal environment." msgstr "" +"Program fping jest używany tylko jeśli mamy środowisko cienkich klientów." -#: setup/setup_config1.tpl:70 -msgid "Relaxed naming policies" +#: setup/class_setupStep_Checks.inc:171 +msgid "SAMBA password hash generation" msgstr "" -#: setup/setup_config1.tpl:81 +#: setup/class_setupStep_Checks.inc:172 #, fuzzy -msgid "Automatic uids" -msgstr "Automatyczne tryby" +msgid "" +"In order to use SAMBA 2/3 passwords, you've to install additional packages " +"to generate password hashes." +msgstr "" +"Aby używać SAMBA 2/3, należy zainstalować dodatkowe programy aby móc " +"generować hasła." -#: setup/setup_config1.tpl:113 +#: setup/class_setupStep_Checks.inc:173 #, 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" +msgid "" +"In order to use SAMBA 2/3 you've to install additional perl libraries. Take " +"a look at mkntpasswd." msgstr "" +"Aby używać SAMBA 2/3, należy zainstalować dodatkowe programy aby móc " +"generować hasła." -#: setup/setup_config1.tpl:140 +#: setup/class_setupStep_Checks.inc:183 setup/class_setupStep_Checks.inc:202 +#: setup/class_setupStep_Checks.inc:218 setup/class_setupStep_Checks.inc:234 +#: setup/class_setupStep_Checks.inc:250 #, fuzzy -msgid "Password encryption algorithm" -msgstr "Algorytm szyfrowania" +msgid "Off" +msgstr "Offline" -#: setup/setup_config1.tpl:151 +#: setup/class_setupStep_Checks.inc:184 #, fuzzy -msgid "Password restrictions" -msgstr "Hasło wygasa" - -#: setup/setup_config1.tpl:158 setup/setup_config1.tpl:162 -msgid "Password minimum length" +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/setup_config1.tpl:169 setup/setup_config1.tpl:173 -msgid "Different characters from old password" +#: setup/class_setupStep_Checks.inc:185 +#, fuzzy +msgid "Search for 'register_globals' in your php.ini and switch it to 'Off'." +msgstr "Sprawdzam, czy register_globals jest ustawione na 'off'" + +#: setup/class_setupStep_Checks.inc:193 +msgid "PHP uses this value for the garbage collector to delete old sessions." msgstr "" -#: setup/setup_config1.tpl:182 +#: setup/class_setupStep_Checks.inc:194 #, fuzzy -msgid "Password change hook" -msgstr "Brak uprawnień do zmiay hasła" - -#: setup/setup_config1.tpl:198 -msgid "Use SASL for kerberos" +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/setup_config1.tpl:209 +#: setup/class_setupStep_Checks.inc:195 #, fuzzy -msgid "Use account expiration" -msgstr "Konto wygasa po" +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/setup_config1.tpl:221 +#: setup/class_setupStep_Checks.inc:203 +#, fuzzy 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." +"In Order to use GOsa without any trouble, the session.auto_register option " +"in your php.ini should be set to 'Off'." 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." +"Aby używać GOsa bez problemow, opcja session.auto_register w pliku php.ini " +"musi być ustawiona na 'off'." -#: setup/setup_config1.tpl:222 +#: setup/class_setupStep_Checks.inc:204 +#, 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'." + +#: setup/class_setupStep_Checks.inc:211 #, 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." +"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 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." +"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/setup_config1.tpl:223 +#: setup/class_setupStep_Checks.inc:212 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." +"Search for 'memory_limit' in your php.ini and set it to '32M' or higher." 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 +#: setup/class_setupStep_Checks.inc:219 #, 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." +"This option influences the PHP output handling. Turn this Option off, to " +"increase performance." 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." +"Ta opcja wpływa na obsługę output. Aby zwiększyć wydajność, należy ustawić " +"na 'off'." -#: setup/setup_language.tpl:3 +#: setup/class_setupStep_Checks.inc:220 +msgid "Search for 'implicit_flush' in your php.ini and set it to 'Off'." +msgstr "" + +#: setup/class_setupStep_Checks.inc:227 #, fuzzy -msgid "Please select the preferred language" -msgstr "Preferowany język" +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." -#: setup/setup_language.tpl:5 +#: setup/class_setupStep_Checks.inc:228 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." +"Search for 'max_execution_time' in your php.ini and set it to '30' or higher." msgstr "" -#: setup/setup_language.tpl:9 +#: setup/class_setupStep_Checks.inc:235 #, fuzzy -msgid "Please your preferred language here" -msgstr "Preferowany język" +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:38 setup/class_setupStep_Checks.inc:39 -msgid "Installation check" +#: setup/class_setupStep_Checks.inc:236 +msgid "Search for 'expose_php' in your php.ini and set if to 'Off'." msgstr "" -#: setup/class_setupStep_Checks.inc:40 -msgid "Basic checks for PHP version and required extensions." +#: setup/class_setupStep_Checks.inc:242 +#, fuzzy +msgid "On" +msgstr "Otwórz" + +#: setup/class_setupStep_Checks.inc:243 +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:64 +#: setup/class_setupStep_Checks.inc:244 #, fuzzy -msgid "Checking PHP version" -msgstr "Sprawdzam wersję PHP (>=4.1.0)" +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:65 -#, fuzzy, php-format -msgid "PHP must be of version %s or above." +#: setup/class_setupStep_Checks.inc:251 +#, fuzzy +msgid "Increase your server performance by setting magic_quotes_gpc to 'off'." 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." +"Ustawienie macig_quotes_gpc na 'on' zwiększy bezpieczeństwo serwera. PHP " +"będzie zabezpieczać cudzysłowa w stringach." -#: setup/class_setupStep_Checks.inc:66 +#: setup/class_setupStep_Checks.inc:252 +#, fuzzy msgid "" -"GOsa requires functionality that is not available (or buggy) in older PHP " -"versions. Please update to a supported version." +"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:72 +#: setup/class_setupStep_Checks.inc:262 #, fuzzy -msgid "Checking for LDAP support" -msgstr "Sprawdzam wsparcie dla iconv" +msgid "Configuration writeable" +msgstr "Plik konfiguracyjny" -#: setup/class_setupStep_Checks.inc:73 +#: setup/class_setupStep_Checks.inc:263 #, fuzzy -msgid "This is the main extension used by GOsa and therefore really required." +msgid "The configuration file can't be written" +msgstr "Plik konfiguracyjny" + +#: setup/class_setupStep_Checks.inc:264 +#, 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." msgstr "" -"To jest główny moduł używany przez GOsa i dlatego jest szczególnie wymagany." -#: setup/class_setupStep_Checks.inc:74 +#: setup/setup_welcome.tpl:4 msgid "" -"The ldap extension (php5-ldap) is required to communicate with your LDAP " -"server." +"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/class_setupStep_Checks.inc:80 -msgid "Checking for gettext support" -msgstr "Sprawdzam wsparcie dla gettext" +#: setup/setup_welcome.tpl:8 +msgid "What will the wizard do for you?" +msgstr "" -#: setup/class_setupStep_Checks.inc:81 +#: setup/setup_welcome.tpl:11 #, fuzzy -msgid "Gettext support is required for internationalization." -msgstr "Wsparcie dla gettext jest wymagane dla innych wersji językowych GOsa." +msgid "Create a basic, single site configuration" +msgstr "Konfiguracja bazy FAX" -#: setup/class_setupStep_Checks.inc:82 setup/class_setupStep_Checks.inc:90 -msgid "Please make sure that the extension is activated." +#: setup/setup_welcome.tpl:12 +msgid "Tries to find problems within your PHP and LDAP setup" msgstr "" -#: setup/class_setupStep_Checks.inc:88 -msgid "Checking for iconv support" -msgstr "Sprawdzam wsparcie dla iconv" +#: setup/setup_welcome.tpl:13 +msgid "Let you choose from a set of basic and advanced configuration switches" +msgstr "" -#: setup/class_setupStep_Checks.inc:89 +#: setup/setup_welcome.tpl:14 +msgid "Guided migration of existing LDAP trees" +msgstr "" + +#: setup/setup_welcome.tpl:17 +msgid "What will the wizard NOT do for you?" +msgstr "" + +#: setup/setup_welcome.tpl:20 #, fuzzy -msgid "" -"This module is used by GOsa to convert samba munged dial informations and is " -"therefore required. " +msgid "Find every possible configuration error" +msgstr "Plik konfiguracyjny" + +#: setup/setup_welcome.tpl:21 +msgid "Migrate every possible LDAP setup - create backup dumps!" msgstr "" -"Ten moduł jest używany przez GOsa do konwersji _MUNGED_DIAL_INFORMATIONS? i " -"dlatego jest wymagany." -#: setup/class_setupStep_Checks.inc:96 +#: setup/setup_welcome.tpl:25 #, fuzzy -msgid "Checking for mhash support" -msgstr "Sprawdzam wsparcie dla iconv" +msgid "To continue..." +msgstr "Ustawienia trwają..." -#: setup/class_setupStep_Checks.inc:97 -msgid "You'll need this module to make use of SSHA encryption" +#: 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:" msgstr "" -#: setup/class_setupStep_Checks.inc:98 -msgid "The mhash module for PHP 5 is not available.Please install php5-mhash." +#: setup/setup_welcome.tpl:34 +msgid "Click the 'Continue' button when you've finished." msgstr "" -#: setup/class_setupStep_Checks.inc:104 -#, fuzzy -msgid "Checking for IMAP support" -msgstr "Sprawdzam wsparcie dla iconv" +#: setup/setup_checks.tpl:9 +msgid "PHP module and extension checks" +msgstr "" -#: setup/class_setupStep_Checks.inc:105 -#, fuzzy -msgid "" -"The IMAP module is needed to communicate with the IMAP server. GOsa " -"retrieves status information, creates and deletes mail users, etc." +#: setup/setup_checks.tpl:41 setup/setup_checks.tpl:103 +msgid "GOsa will NOT run without fixing this." msgstr "" -"Moduł IMAP jest potrzebny do komunikacji z serwerem IMAP. Pozwala uzyskiwać " -"informacje, oraz tworzyć/usuwać konta pocztowe." -#: setup/class_setupStep_Checks.inc:106 -msgid "" -"This module is used to communicate with your mail server. Please install " -"php5-imap." +#: setup/setup_checks.tpl:45 setup/setup_checks.tpl:107 +msgid "GOsa will run without fixing this." msgstr "" -#: setup/class_setupStep_Checks.inc:112 +#: setup/setup_checks.tpl:67 #, fuzzy -msgid "Checking for getacl in IMAP implementation" -msgstr "Sprawdzam getacl w imap" +msgid "PHP setup configuration" +msgstr "Konfiguracja bazy FAX" -#: setup/class_setupStep_Checks.inc:113 +#: setup/setup_checks.tpl:67 #, fuzzy -msgid "" -"The getacl support is needed to handle shared folder permissions. Old IMAP " -"extensions are not capable of reading acl's. You need a recent PHP version " -"to use this feature." -msgstr "" -"Wsparcie dla getacl jest wymagane dla uprawnień do foldera współdzielonego. " -"Standardowy moduł IMAP nie potrafi czytać acl'i. Potrzeba nowszej wersji PHP " -"ze wsparciem getacl." +msgid "show information" +msgstr "Informacje osobiste" -#: setup/class_setupStep_Checks.inc:120 +#: setup/setup_schema.tpl:3 #, fuzzy -msgid "Checking for MySQL support" -msgstr "Sprawdzam wsparcie dla iconv" +msgid "Schema specific settings" +msgstr "Ustawienia Samba" -#: setup/class_setupStep_Checks.inc:121 -#, fuzzy -msgid "" -"MySQL support is needed to communicate with several supported databases." +#: setup/setup_schema.tpl:7 +msgid "Enable schema validation when logging in" msgstr "" -"Wsparcie dla MySQL jest potrzebne do czytania raportów GOfax z bazy danych." -#: setup/class_setupStep_Checks.inc:122 -msgid "" -"This module is required to communicate with database servers (GOfax, " -"asterisk, GLPI, etc.). Please install php5-mysql" +#: setup/setup_schema.tpl:16 +#, fuzzy +msgid "Check status" +msgstr "Ustaw status" + +#: setup/setup_schema.tpl:20 +msgid "Schema check succeeded" msgstr "" -#: setup/class_setupStep_Checks.inc:128 +#: setup/setup_schema.tpl:23 #, fuzzy -msgid "Checking for kadm5 support" -msgstr "Sprawdzam wsparcie dla iconv" +msgid "Schema check failed" +msgstr "Zapisywanie telefonu nieudane" -#: setup/class_setupStep_Checks.inc:129 -msgid "" -"Managing users in kerberos requires the kadm5 module which is downloadable " -"via PEAR network." -msgstr "" -"Zarządzanie użytkownikami w kerberos wymaga modułu kadm5, który można " -"ściągnąć z sieci PEAR." +#: setup/class_setupStep_Feedback.inc:91 +#, fuzzy +msgid "UNIX accounts/groups" +msgstr "Konta Unix" -#: setup/class_setupStep_Checks.inc:130 +#: setup/class_setupStep_Feedback.inc:93 #, fuzzy -msgid "" -"This module is required to manage user in kerberos, it is downloadable via " -"PEAR network" -msgstr "" -"Zarządzanie użytkownikami w kerberos wymaga modułu kadm5, który można " -"ściągnąć z sieci PEAR." +msgid "Samba management" +msgstr "Zarządzanie systemem" -#: setup/class_setupStep_Checks.inc:136 +#: setup/class_setupStep_Feedback.inc:95 #, fuzzy -msgid "Checking for SNMP support" -msgstr "Sprawdzam wsparcie dla iconv" +msgid "Mailsystem management" +msgstr "Zarządzanie systemem" + +#: setup/class_setupStep_Feedback.inc:97 +#, fuzzy +msgid "FAX system administration" +msgstr "Administracja użytkownikami" + +#: setup/class_setupStep_Feedback.inc:99 +#, fuzzy +msgid "Asterisk administration" +msgstr "Administracja użytkownikami" + +#: setup/class_setupStep_Feedback.inc:101 +#, fuzzy +msgid "System inventory" +msgstr "Usuń inwentarz" -#: setup/class_setupStep_Checks.inc:137 +#: setup/class_setupStep_Feedback.inc:103 #, fuzzy -msgid "" -"The simple network management protocol is needed to get status information " -"from clients." -msgstr "SNMP jest wymagane do monitorowani klientow." +msgid "System-/Configmanagement" +msgstr "Zarządzanie systemem" -#: setup/class_setupStep_Checks.inc:138 -msgid "" -"This module is required for client monitoring. Please install php5-snmp." -msgstr "" +#: setup/class_setupStep_Feedback.inc:105 +msgid "Addressbook" +msgstr "Książka adresowa" -#: setup/class_setupStep_Checks.inc:144 +#: setup/class_setupStep_Feedback.inc:111 +#: setup/class_setupStep_Feedback.inc:113 #, fuzzy -msgid "Checking for CUPS support" -msgstr "Sprawdzam wsparcie dla iconv" +msgid "Notification and feedback" +msgstr "Powiadomienie wysłane!" -#: setup/class_setupStep_Checks.inc:145 +#: setup/class_setupStep_Feedback.inc:112 #, fuzzy -msgid "" -"In order to read available printers via the IPP protocol instead of printcap " -"files, you've to install the CUPS module." -msgstr "" -"Aby zobaczyć dostępne drukarki za pomocą protokołu IPP zamiast plików " -"printcap, należy zainstalować moduł cups." +msgid "Get notifications or send feedback" +msgstr "Ograniczenia dla nadawcy" -#: setup/class_setupStep_Checks.inc:154 -msgid "Checking for fping utility" -msgstr "Sprawdzam program fping" +#: setup/class_setupStep_Feedback.inc:140 +#: setup/class_setupStep_Feedback.inc:147 +msgid "Feedback error" +msgstr "" -#: setup/class_setupStep_Checks.inc:155 -#, fuzzy -msgid "" -"The fping utility is used if you've got a thin client based terminal " -"environment." +#: setup/class_setupStep_Feedback.inc:140 +#, php-format +msgid "Cannot send feedback to '%s': %s" msgstr "" -"Program fping jest używany tylko jeśli mamy środowisko cienkich klientów." -#: setup/class_setupStep_Checks.inc:156 -#, fuzzy -msgid "" -"The fping utility is only used in thin client based terminal environment." +#: setup/class_setupStep_Feedback.inc:147 +msgid "Cannot send feedback: service temporarily unavailable" msgstr "" -"Program fping jest używany tylko jeśli mamy środowisko cienkich klientów." -#: setup/class_setupStep_Checks.inc:171 -msgid "SAMBA password hash generation" +#: setup/class_setupStep_Feedback.inc:149 +msgid "Feedback sucessfully send" msgstr "" -#: setup/class_setupStep_Checks.inc:172 +#: setup/class_setupStep_Feedback.inc:179 #, fuzzy +msgid "Please specify a valid email address." +msgstr "Proszę podać prawidłową nazwę skryptu." + +#: setup/class_setupStep_Feedback.inc:183 msgid "" -"In order to use SAMBA 2/3 passwords, you've to install additional packages " -"to generate password hashes." +"You have to select at least one of both options, subscribe or send feedback." msgstr "" -"Aby używać SAMBA 2/3, należy zainstalować dodatkowe programy aby móc " -"generować hasła." -#: setup/class_setupStep_Checks.inc:173 +#: setup/class_setupStep_Finish.inc:37 +#: ihtml/themes/default/copyPasteDialog.tpl:32 +msgid "Finish" +msgstr "Zakończ" + +#: setup/class_setupStep_Finish.inc:38 #, fuzzy -msgid "" -"In order to use SAMBA 2/3 you've to install additional perl libraries. Take " -"a look at mkntpasswd." -msgstr "" -"Aby używać SAMBA 2/3, należy zainstalować dodatkowe programy aby móc " -"generować hasła." +msgid "Write configuration file" +msgstr "Plik konfiguracyjny" -#: setup/class_setupStep_Checks.inc:183 setup/class_setupStep_Checks.inc:202 -#: setup/class_setupStep_Checks.inc:218 setup/class_setupStep_Checks.inc:234 -#: setup/class_setupStep_Checks.inc:250 +#: setup/class_setupStep_Finish.inc:39 #, fuzzy -msgid "Off" -msgstr "Offline" +msgid "Finish - write the configuration file" +msgstr "Plik konfiguracyjny" -#: setup/class_setupStep_Checks.inc:184 +#: setup/class_setupStep_Finish.inc:100 #, 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." +"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_Checks.inc:185 +#: setup/class_setupStep_Finish.inc:102 #, fuzzy -msgid "Search for 'register_globals' in your php.ini and switch it to 'Off'." -msgstr "Sprawdzam, czy register_globals jest ustawione na 'off'" +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_Checks.inc:193 -msgid "PHP uses this value for the garbage collector to delete old sessions." +#: setup/class_setupStep_Finish.inc:111 +#, 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_Checks.inc:194 +#: setup/class_setupStep_Migrate.inc:105 setup/class_setupStep_Migrate.inc:106 #, fuzzy -msgid "" -"Setting this value to one day will prevent loosing session and cookies " -"before they really timeout." +msgid "LDAP inspection" +msgstr "Inspekcja instalacji PHP" + +#: setup/class_setupStep_Migrate.inc:107 +msgid "Analyze your current LDAP for GOsa compatibility" 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:195 +#: setup/class_setupStep_Migrate.inc:113 #, fuzzy -msgid "" -"Search for 'session.gc_maxlifetime' in your php.ini and set it to 86400 or " -"higher." +msgid "Checking for root object" +msgstr "Sprawdzam wsparcie dla iconv" + +#: setup/class_setupStep_Migrate.inc:119 +msgid "Checking permissions on LDAP database" 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:203 +#: setup/class_setupStep_Migrate.inc:125 #, 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 "Checking for invisible departments" +msgstr "Sprawdzam wsparcie dla iconv" -#: setup/class_setupStep_Checks.inc:204 +#: setup/class_setupStep_Migrate.inc:131 #, 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'." +msgid "Checking for invisible users" +msgstr "Sprawdzam wsparcie dla iconv" -#: setup/class_setupStep_Checks.inc:211 +#: setup/class_setupStep_Migrate.inc:137 #, 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 "Checking for super administrator" +msgstr "Sprawedzam dodatkowe programy" -#: setup/class_setupStep_Checks.inc:212 -msgid "" -"Search for 'memory_limit' in your php.ini and set it to '32M' or higher." -msgstr "" +#: setup/class_setupStep_Migrate.inc:143 +#, fuzzy +msgid "Checking for users outside the people tree" +msgstr "Sprawdzam moduł cups" -#: setup/class_setupStep_Checks.inc:219 +#: setup/class_setupStep_Migrate.inc:149 #, 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 "Checking for groups outside the groups tree" +msgstr "Sprawdzam moduł cups" -#: setup/class_setupStep_Checks.inc:220 -msgid "Search for 'implicit_flush' in your php.ini and set it to 'Off'." +#: setup/class_setupStep_Migrate.inc:155 +msgid "Checking for windows workstations outside the winstation tree" msgstr "" -#: setup/class_setupStep_Checks.inc:227 +#: setup/class_setupStep_Migrate.inc:161 #, 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." +msgid "Checking for duplicate uid numbers" +msgstr "Sprawdzam funkcję %s" -#: setup/class_setupStep_Checks.inc:228 -msgid "" -"Search for 'max_execution_time' in your php.ini and set it to '30' or higher." -msgstr "" +#: setup/class_setupStep_Migrate.inc:167 +#, fuzzy +msgid "Checking for duplicate gid numbers" +msgstr "Sprawdzam funkcję %s" -#: setup/class_setupStep_Checks.inc:235 +#: setup/class_setupStep_Migrate.inc:190 setup/class_setupStep_Migrate.inc:239 +#: setup/class_setupStep_Migrate.inc:301 setup/class_setupStep_Migrate.inc:362 +#: setup/class_setupStep_Migrate.inc:429 setup/class_setupStep_Migrate.inc:503 +#: setup/class_setupStep_Migrate.inc:588 setup/class_setupStep_Migrate.inc:718 +#: setup/class_setupStep_Migrate.inc:807 #, 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 "LDAP query failed" +msgstr "Zapytanie do bazy danych nieudane" -#: setup/class_setupStep_Checks.inc:236 -msgid "Search for 'expose_php' in your php.ini and set if to 'Off'." +#: setup/class_setupStep_Migrate.inc:191 setup/class_setupStep_Migrate.inc:240 +#: setup/class_setupStep_Migrate.inc:302 setup/class_setupStep_Migrate.inc:363 +#: setup/class_setupStep_Migrate.inc:430 setup/class_setupStep_Migrate.inc:504 +#: setup/class_setupStep_Migrate.inc:589 setup/class_setupStep_Migrate.inc:719 +#: setup/class_setupStep_Migrate.inc:808 +msgid "Possibly the 'root object' is missing." msgstr "" -#: setup/class_setupStep_Checks.inc:242 -#, fuzzy -msgid "On" -msgstr "Otwórz" +#: setup/class_setupStep_Migrate.inc:213 +#, 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:262 +#, 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:317 setup/class_setupStep_Migrate.inc:518 +#: setup/class_setupStep_Migrate.inc:531 setup/class_setupStep_Migrate.inc:881 +#: setup/class_setupStep_Migrate.inc:1612 +#: setup/class_setupStep_Migrate.inc:1625 +msgid "Failed" +msgstr "Niepowodzenie" -#: setup/class_setupStep_Checks.inc:243 +#: setup/class_setupStep_Migrate.inc:319 +#, php-format msgid "" -"Increase your server security by setting magic_quotes_gpc to 'on'. PHP will " -"escape all quotes in strings in this case." +"Found %s winstations outside the predefined winstation department ou '%s'." 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:244 +#: setup/class_setupStep_Migrate.inc:320 setup/class_setupStep_Migrate.inc:599 +#: setup/class_setupStep_Migrate.inc:728 #, 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'" +msgid "Migrate" +msgstr "Utwórz" -#: setup/class_setupStep_Checks.inc:251 +#: setup/class_setupStep_Migrate.inc:387 +#, fuzzy, php-format +msgid "Found %s groups outside the configured tree '%s'." +msgstr "Zamierzasz skopiować wpis '%s'." + +#: setup/class_setupStep_Migrate.inc:388 setup/class_setupStep_Migrate.inc:463 #, fuzzy -msgid "Increase your server performance by setting magic_quotes_gpc to 'off'." +msgid "Move" +msgstr "Tryb" + +#: setup/class_setupStep_Migrate.inc:462 +#, php-format +msgid "Found %s user(s) outside the configured tree '%s'." 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:252 -#, fuzzy +#: setup/class_setupStep_Migrate.inc:520 setup/class_setupStep_Migrate.inc:533 +#, php-format msgid "" -"Search for 'zend.ze1_compatibility_mode' in your php.ini and set it to 'Off'." +"The specified user '%s' does not have full access to your ldap database." 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:262 -#, fuzzy -msgid "Configuration writeable" -msgstr "Plik konfiguracyjny" +#: setup/class_setupStep_Migrate.inc:597 +#, php-format +msgid "Found %s user(s) that will not be visible in GOsa." +msgstr "" -#: setup/class_setupStep_Checks.inc:263 +#: setup/class_setupStep_Migrate.inc:647 setup/class_setupStep_Migrate.inc:779 +#: setup/class_setupStep_Migrate.inc:945 #, fuzzy -msgid "The configuration file can't be written" -msgstr "Plik konfiguracyjny" +msgid "Migration error" +msgstr "Utwórz" -#: setup/class_setupStep_Checks.inc:264 +#: setup/class_setupStep_Migrate.inc:647 setup/class_setupStep_Migrate.inc:779 +#, fuzzy, php-format +msgid "Cannot migrate department '%s':" +msgstr "Utwórz nowy departament" + +#: setup/class_setupStep_Migrate.inc:727 #, 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 "Found %s department(s) that will not be visible in GOsa." msgstr "" -#: setup/setup_config3.tpl:2 -#, fuzzy -msgid "GOsa core settings" -msgstr "Ustawienia pocztowe" +#: setup/class_setupStep_Migrate.inc:882 +msgid "There is no GOsa administrator account inside your LDAP." +msgstr "" -#: setup/setup_config3.tpl:6 +#: setup/class_setupStep_Migrate.inc:945 +#, php-format +msgid "Cannot add ACL for user '%s':" +msgstr "" + +#: setup/class_setupStep_Migrate.inc:970 #, fuzzy -msgid "Disable primary group filter" -msgstr "Wyświetl grupy użytkownika" +msgid "Password error" +msgstr "Hasło wygasa" -#: setup/setup_config3.tpl:18 +#: setup/class_setupStep_Migrate.inc:970 #, fuzzy -msgid "Display summary in listings" -msgstr "Wyświetl makra pasujące" +msgid "Provided passwords do not match!" +msgstr "Hasła podane jako nowe i powtórzone nie zgadzają się!" -#: setup/setup_config3.tpl:30 +#: setup/class_setupStep_Migrate.inc:975 #, fuzzy -msgid "Honour administrative units" -msgstr "Administracja Grupą" +msgid "Input error" +msgstr "błąd PHP:" -#: setup/setup_config3.tpl:42 +#: setup/class_setupStep_Migrate.inc:975 #, fuzzy -msgid "Smarty compile directory" -msgstr "Katalog domowy" +msgid "Specify a valid user ID!" +msgstr "Proszę podać prawidłową nazwę użytkownika!" -#: setup/setup_config3.tpl:51 -msgid "SNMP community" +#: setup/class_setupStep_Migrate.inc:1019 +#, php-format +msgid "Adding an administrative user failed: object '%s' already exists!" msgstr "" -#: setup/setup_config3.tpl:60 -#, fuzzy -msgid "Path for PPD storage" -msgstr "Przechowywanie hasła" - -#: setup/setup_config3.tpl:77 +#: setup/class_setupStep_Migrate.inc:1056 +#: setup/class_setupStep_Migrate.inc:1104 +#: setup/class_setupStep_Migrate.inc:1152 #, fuzzy -msgid "Path for kiosk profile storage" -msgstr "Ustawienia profilu Kiosk" +msgid "Cannot move users to the requested department!" +msgstr "Przejdź do domowego departamentu użytkowników" -#: setup/setup_config3.tpl:96 -#, fuzzy -msgid "Enable system deployment" -msgstr "Zarządzanie systemem" +#: setup/class_setupStep_Migrate.inc:1066 +msgid "Winstation will be moved from" +msgstr "" -#: setup/setup_config3.tpl:116 -#, fuzzy -msgid "Network resolv hook" -msgstr "Adres sieciowy" +#: setup/class_setupStep_Migrate.inc:1077 +#: setup/class_setupStep_Migrate.inc:1125 +msgid "Updating following references too" +msgstr "" -#: setup/setup_config3.tpl:135 +#: setup/class_setupStep_Migrate.inc:1115 #, fuzzy -msgid "Mail queue script" -msgstr "Ogólna ścieżka do skryptu" +msgid "Group will be moved from" +msgstr "Będzie możliwość odtworzenia z" -#: setup/setup_config3.tpl:154 +#: setup/class_setupStep_Migrate.inc:1162 #, fuzzy -msgid "Notification script" -msgstr "Cel powiadomienia" +msgid "User will be moved from" +msgstr "Użyj członków z" -#: setup/setup_config3.tpl:173 -#, fuzzy -msgid "Enable edit locking" -msgstr "Włącz skanowanie antyfirusowe" +#: setup/class_setupStep_Migrate.inc:1172 +msgid "The following references will be updated" +msgstr "" -#: setup/setup_config3.tpl:192 -msgid "Login and session" +#: setup/class_setupStep_Migrate.inc:1613 +msgid "" +"The LDAP root object is missing. It is required to use your LDAP service." msgstr "" -#: setup/setup_config3.tpl:195 +#: setup/class_setupStep_Migrate.inc:1614 +#: setup/class_setupStep_Migrate.inc:1627 #, fuzzy -msgid "Login attribute" -msgstr "Atrybuty telefonu" - -#: setup/setup_config3.tpl:206 -msgid "Enforce register_globals to be deactivated" -msgstr "" +msgid "Try to create root object" +msgstr "Utwórz obiekty" -#: setup/setup_config3.tpl:218 -msgid "Enforce encrypted connections" +#: setup/class_setupStep_Migrate.inc:1626 +msgid "Root object couldn't be created, you should try it on your own." msgstr "" -#: setup/setup_config3.tpl:230 -#, fuzzy -msgid "Warn if session is not encrypted" -msgstr "Sesja nie będzie szyfrowana." +#: setup/class_setupStep_Migrate.inc:1916 +#, fuzzy, php-format +msgid "Copy '%s' to '%s' failed:" +msgstr "Przenoszenie '%s' do '%s'" -#: setup/setup_config3.tpl:242 -#, fuzzy -msgid "Remember dialog filter settings" -msgstr "Ogólne ustawienia użytkownika" +#: setup/class_setupStep_Migrate.inc:1919 +msgid "Problem copying DNs" +msgstr "" -#: setup/setup_config3.tpl:254 +#: setup/setup_language.tpl:3 #, fuzzy -msgid "Session lifetime" -msgstr "Wykryto konflikt sesji" +msgid "Please select the preferred language" +msgstr "Preferowany język" -#: setup/setup_config3.tpl:262 -msgid "Debugging" +#: 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:266 +#: setup/setup_language.tpl:9 #, fuzzy -msgid "Show PHP errors" -msgstr "błąd PHP:" +msgid "Please select your preferred language here" +msgstr "Preferowany język" -#: setup/setup_config3.tpl:278 -#, fuzzy -msgid "Maximum LDAP query time" -msgstr "Max rozmiar nagłówków poczty" +#: setup/setup_config2.tpl:2 +msgid "Samba settings" +msgstr "Ustawienia Samba" -#: setup/setup_config3.tpl:296 -msgid "Log LDAP statistics" +#: setup/setup_config2.tpl:6 +msgid "Samba hash generator" msgstr "" -#: setup/setup_config3.tpl:308 -#, fuzzy -msgid "Debug level" -msgstr "Jeden poziom" - -#: setup/setup_config3.tpl:313 setup/setup_config3.tpl:316 +#: setup/setup_config2.tpl:31 #, fuzzy -msgid "Disabled" -msgstr "wyłączone" +msgid "RID base" +msgstr "Baza" -#: setup/setup_config3.tpl:314 setup/setup_config3.tpl:317 +#: setup/setup_config2.tpl:46 #, fuzzy -msgid "Enabled" -msgstr "włączone" +msgid "Workstation container" +msgstr "Nazwa stacji roboczej" -#: setup/class_setupStep_Welcome.inc:38 +#: setup/setup_config2.tpl:61 #, fuzzy -msgid "Welcome" -msgstr "Witaj %s!" +msgid "Samba SID mapping" +msgstr "Samba SID" -#: setup/class_setupStep_Welcome.inc:39 +#: setup/setup_config2.tpl:71 #, fuzzy -msgid "The welcome message" -msgstr "Usuń tą wiadomosc" +msgid "Timezone" +msgstr "Strefa czasowa użytkownika" -#: setup/class_setupStep_Welcome.inc:40 +#: setup/setup_config2.tpl:74 #, fuzzy -msgid "Welcome to GOsa setup wizard" -msgstr "Witaj w instalacji GOsa!" +msgid "Please choose your preferred timezone here" +msgstr "Preferowany język" -#: setup/class_setupStep_Schema.inc:40 setup/class_setupStep_Schema.inc:41 +#: setup/setup_config2.tpl:96 #, fuzzy -msgid "LDAP schema check" -msgstr "Usługa Ldap" - -#: setup/class_setupStep_Schema.inc:42 -msgid "Perform test on your current LDAP schema" -msgstr "" - -#: setup/class_setupStep_Schema.inc:95 html/index.php:257 -msgid "Cannot detect information about the installed LDAP schema!" -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 "" +msgid "Additional GOsa settings" +msgstr "Ustawienia Aplikacji" -#: setup/setup_checks.tpl:45 setup/setup_checks.tpl:107 -msgid "GOsa will run without fixing this." +#: setup/setup_config2.tpl:100 +msgid "Enable Copy & Paste" msgstr "" -#: setup/setup_checks.tpl:67 +#: setup/setup_config2.tpl:112 #, fuzzy -msgid "PHP setup configuration" -msgstr "Konfiguracja bazy FAX" +msgid "Enable DNS extension" +msgstr "Rozszerzenie inwentarza" -#: setup/setup_checks.tpl:67 +#: setup/setup_config2.tpl:124 #, fuzzy -msgid "show information" -msgstr "Informacje osobiste" +msgid "Enable DHCP extension" +msgstr "Rozszerzenie inwentarza" -#: setup/setup_finish.tpl:3 +#: setup/setup_config2.tpl:136 #, fuzzy -msgid "Create your configuration file" -msgstr "Plik konfiguracyjny" - -#: setup/setup_finish.tpl:13 -msgid "Download configuration" -msgstr "Konfiguracja pobierania" +msgid "Enable mime type management" +msgstr "Zarządzanie typami mime" -#: setup/setup_finish.tpl:18 +#: setup/setup_config2.tpl:148 #, fuzzy -msgid "Status: " -msgstr "Status" +msgid "Enable FAI release management" +msgstr "Zarządzanie FAI" -#: setup/class_setupStep_Finish.inc:38 +#: setup/setup_config2.tpl:160 #, fuzzy -msgid "Write configuration file" -msgstr "Plik konfiguracyjny" +msgid "Enable user netatalk plugin" +msgstr "Zarządzaj kontem Netatalk" -#: setup/class_setupStep_Finish.inc:39 +#: setup/setup_config2.tpl:171 #, fuzzy -msgid "Finish - write the configuration file" -msgstr "Plik konfiguracyjny" +msgid "Government mode" +msgstr "do folferu" -#: setup/class_setupStep_Finish.inc:100 -msgid "" -"Your configuration file is currently world readable. Please updated the file " -"permissions!" +#: setup/setup_config2.tpl:180 +msgid "Mail settings" +msgstr "Ustawienia pocztowe" + +#: setup/setup_config2.tpl:184 +msgid "Mail method" +msgstr "Typ pocztowy" + +#: setup/setup_config2.tpl:200 +msgid "Account identification attribute" msgstr "" -#: setup/class_setupStep_Finish.inc:102 +#: setup/setup_config2.tpl:214 #, 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ę." +msgid "Vacation templates" +msgstr "Szablon stacji roboczej" -#: setup/class_setupStep_Finish.inc:111 -#, 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:" +#: setup/setup_config2.tpl:230 +msgid "Use Cyrus UNIX style" 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_Config2.inc:87 setup/class_setupStep_Config2.inc:88 +#: setup/setup_config2.tpl:240 #, fuzzy -msgid "GOsa settings 2/3" -msgstr "Ustawienia użytkownika" +msgid "Snapshots / Undo" +msgstr "Tworzenie snapshot'u nieudane" -#: setup/class_setupStep_Config2.inc:89 +#: setup/setup_config2.tpl:249 setup/setup_config2.tpl:294 #, fuzzy -msgid "Customize special parameters" -msgstr "Sprawdź parametr" - -#: include/functions_helpviewer.inc:43 -#, php-format -msgid "XML error in guide.xml: %s at line %d" -msgstr "Błąd XML w guide.xml: %s w linii %d" - -#: include/functions_helpviewer.inc:86 -msgid "No help available for this plugin." -msgstr "Pomoc nie jest dostępna dla tego dodatku." - -#: include/functions_helpviewer.inc:95 html/helpviewer.php:196 -msgid "previous" -msgstr "poprzednie" - -#: include/functions_helpviewer.inc:99 html/helpviewer.php:200 -msgid "next" -msgstr "następne" - -#: include/functions_helpviewer.inc:387 -#, 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" +msgid "Enable snapshots" +msgstr "Utwórz spanshot" -#: include/class_tabs.inc:214 -#, php-format -msgid "Delete process has been canceled by plugin '%s': %s" -msgstr "Proces usuwania został anulowany przez dodatek '%s': %s" +#: setup/setup_config2.tpl:255 setup/setup_config2.tpl:300 +#, fuzzy +msgid "Snapshot base" +msgstr "Tworzenie snapshot'u nieudane" -#: include/class_tabs.inc:341 include/class_acl.inc:1092 -#: include/class_acl.inc:1093 include/class_acl.inc:1098 -msgid "ACL" -msgstr "ACL" +#: 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 "" -#: include/class_tabs.inc:344 -msgid "References" -msgstr "Zależności" +#: setup/setup_migrate.tpl:33 +#, fuzzy +msgid "Check again" +msgstr "Sprawdź" -#: include/class_plugin.inc:436 -#, php-format -msgid "" -"Command '%s', specified as CHECK hook for plugin '%s' doesn't seem to exist." -msgstr "Polecenie '%s' podane jako CHECK dla dodatku '%s' nie istnieje." +#: setup/setup_migrate.tpl:37 +msgid "Move windows workstations into a valid windows workstation department" +msgstr "" -#: include/class_plugin.inc:490 +#: setup/setup_migrate.tpl:39 msgid "" -"The object has changed since opened in GOsa. Please ensure that nobody has " -"done serious changes that may get lost if you save this entry." +"This dialog allows you to move the displayed windows workstations into a " +"valid department" msgstr "" -#: include/class_plugin.inc:623 -#, php-format +#: setup/setup_migrate.tpl:41 msgid "" -"Command '%s', specified as POSTCREATE for plugin '%s' doesn't seem to exist." -msgstr "Polecenie '%s' podane jako POSTCREATE dla dodatku '%s' nie istnieje." +"Be careful with this tool, there may be references pointing to this " +"workstations that can't be migrated." +msgstr "" -#: include/class_plugin.inc:655 include/functions.inc:2508 -#, 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." +#: setup/setup_migrate.tpl:65 setup/setup_migrate.tpl:121 +#: setup/setup_migrate.tpl:173 setup/setup_migrate.tpl:293 +#: setup/setup_migrate.tpl:346 +#, fuzzy +msgid "Select all" +msgstr "Wybierz" -#: include/class_plugin.inc:691 -#, php-format -msgid "" -"Command '%s', specified as POSTREMOVE for plugin '%s' doesn't seem to exist." -msgstr "Polecenie '%s' podane jako POSTREMOVE dla dodatku '%s' nie istnieje." +#: setup/setup_migrate.tpl:67 +msgid "Move selected windows workstations into the following GOsa department" +msgstr "" -#: include/class_plugin.inc:1080 include/class_plugin.inc:1127 -#: include/class_plugin.inc:1128 -#, php-format -msgid "Saving object snapshot with dn '%s' failed." -msgstr "Zapisywanie obiektu snapshotu w dn '%s' nieudane" +#: setup/setup_migrate.tpl:72 +#, fuzzy +msgid "Move selected workstations" +msgstr "Wybierz aby zobaczyc stacje robocze" -#: include/class_plugin.inc:1154 include/class_plugin.inc:1166 -#, fuzzy, php-format -msgid "" -"The snapshot functionality is enabled, but the required variable '%s' is not " -"set." +#: setup/setup_migrate.tpl:73 +msgid "What will be done here" msgstr "" -"Funkcjonalność snapshot jest włączona, lecz wymagana zmienna '%s' nie jest " -"skonfigurowana w gosa.conf." -#: include/class_plugin.inc:1202 -#, php-format -msgid "Method get available snapshots with dn '%s' failed." +#: setup/setup_migrate.tpl:85 +msgid "Move groups into configured group tree" msgstr "" -#: include/class_plugin.inc:1258 -#, php-format -msgid "Method get deleted snapshots with dn '%s' failed." +#: setup/setup_migrate.tpl:88 +msgid "" +"This dialog allows moving a couple of groups to the configured group tree. " +"Doing this may straighten your LDAP service." msgstr "" -#: include/class_plugin.inc:1322 include/class_plugin.inc:1336 -#, php-format -msgid "Restore snapshot with dn '%s' failed." -msgstr "Odtwarzanie snapshot'u z dn '%s' nieudane." +#: setup/setup_migrate.tpl:91 +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 "" -#: include/class_plugin.inc:1602 -msgid "Changing ACL dn" +#: setup/setup_migrate.tpl:94 +msgid "Move selected groups into this group tree" msgstr "" -#: include/class_plugin.inc:1602 +#: setup/setup_migrate.tpl:125 setup/setup_migrate.tpl:177 +#: setup/setup_migrate.tpl:297 setup/setup_migrate.tpl:350 #, fuzzy -msgid "from" -msgstr "losowy" - -#: include/class_MultiSelectWindow.inc:219 -msgid "Go to root department" -msgstr "Idź do głównego departamentu" - -#: include/class_MultiSelectWindow.inc:219 -#: include/class_MultiSelectWindow.inc:221 -msgid "Root" -msgstr "Główny" - -#: include/class_MultiSelectWindow.inc:227 -msgid "Go up one department" -msgstr "Idź jeden departament wyżej" +msgid "Hide changes" +msgstr "Open xchange" -#: include/class_MultiSelectWindow.inc:235 -msgid "Go to users department" -msgstr "Przejdź do departamentu użytkowników" +#: setup/setup_migrate.tpl:127 setup/setup_migrate.tpl:179 +#: setup/setup_migrate.tpl:299 setup/setup_migrate.tpl:352 +#, fuzzy +msgid "Show changes" +msgstr "Pokaż pakiety" -#: include/class_MultiSelectWindow.inc:235 -#: include/class_MultiSelectWindow.inc:237 -msgid "Home" -msgstr "Katalog domowy" +#: setup/setup_migrate.tpl:140 +msgid "Move users into configured user tree" +msgstr "" -#: include/class_MultiSelectWindow.inc:242 -msgid "Reload list" -msgstr "Przeładuj listę" +#: setup/setup_migrate.tpl:142 +msgid "" +"This dialog allows moving a couple of users to the configured user tree. " +"Doing this may straighten your LDAP service." +msgstr "" -#: include/class_MultiSelectWindow.inc:503 -#, php-format -msgid "Inconsistent DN encoding detected: '%s'" +#: setup/setup_migrate.tpl:145 +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 "" -#: include/class_MultiSelectWindow.inc:622 -#: include/class_MultiSelectWindow.inc:626 -#: include/class_MultiSelectWindow.inc:630 -msgid "Restore" -msgstr "Odtwórz" +#: setup/setup_migrate.tpl:148 +#, fuzzy +msgid "Move selected users into this people tree" +msgstr "Utwórz użytkownika z tego szablonu" + +#: setup/setup_migrate.tpl:198 +#, fuzzy +msgid "Next" +msgstr "tekst" -#: include/class_MultiSelectWindow.inc:625 -msgid "Restore snapshopts of already deleted objects" -msgstr "Otwórz snapshoty usuniętych obiektów" +#: setup/setup_migrate.tpl:199 +#, fuzzy +msgid "Abort" +msgstr "Port" -#: include/class_MultiSelectWindow.inc:648 -#: include/class_SnapShotDialog.inc:113 -msgid "Restore snapshot" -msgstr "Odtwórz snapshot" +#: setup/setup_migrate.tpl:201 +#, fuzzy +msgid "Create a new GOsa administrator account" +msgstr "Utwórz konto Netatalk" -#: include/class_MultiSelectWindow.inc:654 -msgid "Create snapshot" -msgstr "Utwórz spanshot" +#: setup/setup_migrate.tpl:204 +msgid "" +"This dialog will automatically add a new super administrator to your LDAP " +"tree." +msgstr "" -#: include/class_MultiSelectWindow.inc:654 -msgid "Create a new snapshot from this object" -msgstr "Utwórz nowy snapshot z tego obiektu" +#: setup/setup_migrate.tpl:233 +#, fuzzy +msgid "Password (again)" +msgstr "Przechowywanie hasła" -#: include/class_pluglist.inc:55 -msgid "All objects in this category" -msgstr "Wszystkie obiekty w tej kategorii" +#: setup/setup_migrate.tpl:258 +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 "" -#: include/class_pluglist.inc:152 -msgid "The configuration format has changed. Please re-run setup!" +#: setup/setup_migrate.tpl:259 setup/setup_migrate.tpl:314 +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 "" -#: include/class_certificate.inc:35 -msgid "Can't open specified file, check accessibility and or existence" -msgstr "Nie można otworzyć podanego pliku. Sprawdź istnienie i uprawnienia" +#: setup/setup_migrate.tpl:269 setup/setup_migrate.tpl:323 +#, fuzzy +msgid "Current" +msgstr "Obecny obiekt" -#: include/class_certificate.inc:53 -msgid "Can't read specified certificate / or empty string given" -msgstr "Nie można czytać certyfkatu / lub podano pusty ciąg znaków" +#: setup/setup_migrate.tpl:276 setup/setup_migrate.tpl:330 +#, fuzzy +msgid "After migration" +msgstr "Administracja użytkownikami" -#: include/class_certificate.inc:80 -msgid "Can't load certificate, possibly unsupported format (use PEM/DER) " +#: setup/setup_migrate.tpl:313 +msgid "" +"The listed users are currenlty invisble 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 "" -"Nie można załadować certyfikatu, prawdopodobnie niewspierany format (użyj " -"PEM/DER)" -#: include/class_certificate.inc:95 -msgid "The Format must be PEM, to output certificate informations" -msgstr "Format musi być PEM, aby wyświetlić informacje certyfikatu" +#: html/getvcard.php:37 +#, fuzzy +msgid "Missing parameters!" +msgstr "Parametr aplikacji" -#: include/class_certificate.inc:192 -msgid "Can't create/open File" -msgstr "Nie można utworzyć/otworzyć Pliku" +#: html/setup.php:78 html/index.php:155 +#, fuzzy +msgid "Smarty" +msgstr "Podsumowanie" -#: include/class_certificate.inc:199 -msgid "No valid certificate loaded" -msgstr "Nie załadowano prawidłowego certyfikatu" +#: html/setup.php:78 html/password.php:76 html/index.php:155 +#, php-format +msgid "Directory '%s' specified as compile directory is not accessible!" +msgstr "Katalog '%s' podany jako katalog kompilacji jest niedostępny!" -#: include/class_socketClient.inc:37 -msgid "The mcrypt module was not found. Please install php5-mcrypt." +#: html/password.php:56 html/index.php:130 +#, fuzzy, php-format +msgid "GOsa configuration %s/%s is not readable. Aborted." +msgstr "Nie można czytać pliku konfiguracji %s/gosa.conf. Kończę." + +#: html/password.php:76 +#, fuzzy +msgid "Accessibility" +msgstr "Plik konfiguracyjny" + +#: html/password.php:161 +msgid "Error: Password method not available!" msgstr "" -#: include/class_SnapShotDialog.inc:63 -#, php-format -msgid "You're about to delete the snapshot '%s'." -msgstr "Zamierzasz usunąć snapshot '%s'." +#: html/password.php:217 html/index.php:292 +msgid "Please specify a valid username!" +msgstr "Proszę podać prawidłową nazwę użytkownika!" -#: include/class_SnapShotDialog.inc:115 -msgid "Remove snapshot" -msgstr "Usuń snapshot" +#: html/password.php:219 html/index.php:295 +msgid "Please specify your password!" +msgstr "Proszę podać prawidłowe hasło!" -#: include/class_SnapShotDialog.inc:117 include/class_SnapShotDialog.inc:137 -msgid "Y-m-d, H:i:s" -msgstr "Y-m-d, H:i:s" +#: html/password.php:226 html/index.php:314 +msgid "Please check the username/password combination." +msgstr "Proszę sprawdzić kombinację login/hasło." -#: include/class_SnapShotDialog.inc:149 -msgid "Please specify a valid description for this snapshot." -msgstr "Proszę podać prawidłowy opis dla tego snapshot'u." +#: html/password.php:230 +msgid "You have no permissions to change your password." +msgstr "Brak uprawnień do zmiany własnego hasła" -#: include/class_config.inc:104 -#, php-format -msgid "XML error in gosa.conf: %s at line %d" -msgstr "Błąd XML w pliku gosa.conf: %s w linii %d" +#: html/password.php:251 +msgid "External password changer reported a problem: " +msgstr "Zewnętrzny program do zmiany hasła zgłosił następujący problem:" -#: include/class_config.inc:107 -msgid "Config file parsing" -msgstr "" +#: html/password.php:282 html/index.php:408 +msgid "Session will not be encrypted." +msgstr "Sesja nie będzie szyfrowana." -#: include/class_config.inc:224 html/index.php:243 -msgid "Can't bind to LDAP. Please contact the system administrator." -msgstr "" -"Nie można połączyć się z LDAP. Proszę skontaktować się z administratorem." +#: html/password.php:282 html/index.php:408 +msgid "Enter SSL session" +msgstr "Sprowadź sesję SSL" -#: include/class_config.inc:554 -#, fuzzy -msgid "SID and/or RIDBASE missing in the configuration!" -msgstr "Brak parametru SID lub/i RIDBASE w konfiguracji!" +#: html/getxls.php:86 +msgid "Birthday" +msgstr "Urodziny" -#: include/class_log.inc:87 include/class_acl.inc:806 -#: include/functions.inc:437 include/functions.inc:582 -#: include/functions.inc:607 include/functions.inc:668 -#: include/functions.inc:981 include/functions.inc:1862 -#: include/functions.inc:1896 include/functions.inc:1916 -#: include/class_ldap.inc:561 include/class_ldap.inc:609 -#: include/class_CopyPasteHandler.inc:131 -#: include/class_CopyPasteHandler.inc:250 html/getvcard.php:36 -#, fuzzy -msgid "Internal error" -msgstr "Terminal Server" +#: html/getxls.php:86 html/getxls.php:227 html/getxls.php:281 +#: html/getxls.php:297 +msgid "Surname" +msgstr "Nazwisko" -#: include/class_log.inc:87 -#, fuzzy, php-format -msgid "Logging failed: %s" -msgstr "Użytkownik bazy logowania" +#: html/getxls.php:86 html/getxls.php:281 +msgid "Language" +msgstr "Język" -#: include/class_log.inc:106 -msgid "Logging to MySQL disabled" -msgstr "" +#: html/getxls.php:94 +#, php-format +msgid "User list of %s on %s" +msgstr "Lista użytkowników %s na %s" -#: include/class_log.inc:106 -msgid "" -"The logging to a MySQL database is now disabled for this session of GOsa, " -"due to communication errors with the specified logging database." -msgstr "" +#: html/getxls.php:121 html/getxls.php:284 ihtml/themes/default/acl.tpl:41 +msgid "Members" +msgstr "Członkowie" -#: include/class_log.inc:119 +#: html/getxls.php:131 html/getxls.php:360 #, php-format -msgid "Invalid option '%s' specified." -msgstr "" +msgid "Groups of %s on %s" +msgstr "Grupy %s na %s" -#: include/class_log.inc:123 -#, fuzzy -msgid "Specified objectType is empty or invalid" -msgstr "Podana nazwa jest nieprawidłowa" +#: html/getxls.php:155 html/getxls.php:188 html/getxls.php:190 +#: html/getxls.php:197 html/getxls.php:233 html/getxls.php:310 +#: html/getxls.php:381 +msgid "Servers" +msgstr "Serwery" -#: include/class_log.inc:144 -msgid "" -"You have enabled the logging into mysql databse, but there are no logging " -"servers available." -msgstr "" +#: html/getxls.php:159 html/getxls.php:311 +msgid "Computers" +msgstr "Komputery" -#: include/class_log.inc:152 -#, fuzzy, php-format -msgid "Cannot connect to logging server '%s'." -msgstr "Nie można połączyć się z serwerem baz danych!" +#: html/getxls.php:169 html/getxls.php:222 html/getxls.php:401 +#: html/getxls.php:421 +msgid "Common name" +msgstr "Nazwa potoczna" -#: include/class_log.inc:157 -#, fuzzy, php-format -msgid "Cannot select database '%s' on server '%s': %s" -msgstr "Nie można wybrać bazy %s na %s." +#: html/getxls.php:185 +msgid "Server name" +msgstr "Nazwa serwera" -#: include/class_log.inc:177 -#, fuzzy, php-format -msgid "Cannot query database '%s' on server '%s': %s" -msgstr "Nie można wybrać bazy %s na %s." +#: html/getxls.php:195 html/getxls.php:379 +#, php-format +msgid "Servers of %s on %s" +msgstr "Serwery %s na %s" -#: include/php_setup.inc:91 -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!" +#: html/getxls.php:222 html/getxls.php:297 +msgid "Display name" +msgstr "Wyświetl nazwę" -#: include/php_setup.inc:96 -msgid "Send bug report to the GOsa Team" -msgstr "" +#: html/getxls.php:223 +msgid "Home phone" +msgstr "Telefon domowy" -#: include/php_setup.inc:96 -#, fuzzy -msgid "Send bugreport" -msgstr "Nadawca" +#: html/getxls.php:224 html/getxls.php:298 +msgid "Initials" +msgstr "Inicjały" -#: include/php_setup.inc:101 -msgid "Toggle information" -msgstr "Przełącz informacje" +#: html/getxls.php:225 +msgid "Mobile phone" +msgstr "Telefon komórkowy" -#: include/php_setup.inc:111 -msgid "PHP error" -msgstr "błąd PHP:" +#: html/getxls.php:225 html/getxls.php:298 +msgid "City" +msgstr "Miasto" -#: include/php_setup.inc:130 -msgid "class" -msgstr "klasa" +#: html/getxls.php:226 html/getxls.php:298 html/getxls.php:300 +msgid "Phone number" +msgstr "Numer telefonu" + +#: html/getxls.php:228 +msgid "Function" +msgstr "Funkcja" + +#: html/getxls.php:231 html/getxls.php:312 +msgid "Adressbook" +msgstr "Książka adresowa" -#: include/php_setup.inc:136 -msgid "function" -msgstr "funkcja" +#: html/getxls.php:238 html/getxls.php:414 +#, php-format +msgid "Adressbook of %s on %s" +msgstr "Książka adresowa %s na %s" -#: include/php_setup.inc:141 -msgid "static" -msgstr "statyczna" +#: html/getxls.php:244 +msgid "Common Name" +msgstr "Zwykła nazwa" -#: include/php_setup.inc:145 -msgid "method" -msgstr "metoda" +#: html/getxls.php:281 +msgid "Day of birth" +msgstr "Data urodzenia" -#: include/php_setup.inc:178 -msgid "Trace" -msgstr "Śledzenie" +#: html/getxls.php:299 +msgid "Email address" +msgstr "Adres email" -#: include/php_setup.inc:179 -msgid "File" -msgstr "Plik" +#: html/getxls.php:299 +msgid "Organizational unit" +msgstr "Jednostka organizacyjna" -#: include/php_setup.inc:179 -msgid "Line" -msgstr "Linia" +#: html/getxls.php:300 +msgid "Postal Code" +msgstr "Kod Pocztowy" -#: include/php_setup.inc:179 -msgid "Type" -msgstr "Typ" +#: html/getxls.php:301 +msgid "Title" +msgstr "Tytuł" -#: include/php_setup.inc:180 -msgid "Arguments" -msgstr "Argumenty" +#: html/getxls.php:304 +msgid "Full" +msgstr "Pełne" -#: include/class_acl.inc:6 -msgid "Access control" -msgstr "Kontrola dostępu" +#: html/getxls.php:341 +#, php-format +msgid "User List of %s on %s" +msgstr "Lista użytkowników %s na %s" -#: include/class_acl.inc:190 include/class_acl.inc:193 -msgid "Use ACL defined in role" -msgstr "Użyj ACL zdefiniowanego w tej roli" +#: html/getxls.php:395 +#, php-format +msgid "Computers of %s on %s" +msgstr "Komputery %s na %s" -#: include/class_acl.inc:645 include/class_acl.inc:652 +#: html/getxls.php:491 html/getldif.php:80 #, fuzzy -msgid "Show/Hide Advanced Settings" -msgstr "Zaawansowane ustawienia telefonu" - -#: include/class_acl.inc:670 -msgid "Create objects" -msgstr "Utwórz obiekty" +msgid "Permission denied!" +msgstr "Uprawnienia" -#: include/class_acl.inc:671 -msgid "Move objects" -msgstr "Przenieś obiekty" +#: html/getxls.php:491 +#, fuzzy +msgid "You are not allowed to perform this action." +msgstr "Brak uprawnień do usunięcia tego ACL!" -#: include/class_acl.inc:672 -msgid "Remove objects" -msgstr "Usuń obiekty" +#: html/helpviewer.php:68 +msgid "Help browser" +msgstr "Wyszukiwarka pomocy" -#: include/class_acl.inc:674 include/class_acl.inc:680 -msgid "Modifyable by owner" -msgstr "Modyfikowalne przez właściciela" +#: html/helpviewer.php:122 +msgid "There is no helpfile specified for this class" +msgstr "Pomoc nie jest dostępna dla tej klasy." -#: include/class_acl.inc:677 -msgid "Move object" -msgstr "Przenieś obiekt" +#: html/helpviewer.php:271 +#, 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." -#: include/class_acl.inc:678 -msgid "Remove object" -msgstr "Usuń obiekt" +#: html/getldif.php:80 +#, fuzzy +msgid "You are not allowed to create ldap dumps." +msgstr "Brak uprawnień do zmiany przekazywania poczty" -#: include/class_acl.inc:685 include/class_acl.inc:776 -msgid "read" -msgstr "czytanie" +#: html/getldif.php:105 +#, fuzzy +msgid "Error in ivbb parameter!" +msgstr "Parametr kernela" -#: include/class_acl.inc:686 include/class_acl.inc:778 -msgid "write" -msgstr "zapisywanie" +#: html/getfax.php:54 +msgid "Could not connect to database server!" +msgstr "Nie można połączyć się z serwerem baz danych!" -#: include/class_acl.inc:690 -#, fuzzy -msgid "Complete object" -msgstr "Utwórz obiekty" +#: html/getfax.php:56 +msgid "Could not select database!" +msgstr "Nie można wybrać bazy danych!" -#: include/class_acl.inc:806 -#, php-format -msgid "Unkown ACL type '%s'. Don't know how to handle it." -msgstr "Nieznany typ ACL '%s', Nie wiem co z tym zrobic." +#: html/getfax.php:61 html/getfax.php:69 +msgid "Database query failed!" +msgstr "Zapytanie do bazy danych nieudane" -#: include/class_acl.inc:849 +#: html/main.php:150 #, php-format -msgid "Unknown entry '%s'!" -msgstr "Nieznany wpis '%s'!" +msgid "Cannot locate file '%s' - please run '%s' to fix this" +msgstr "" -#: include/class_acl.inc:909 include/class_acl.inc:911 -#, fuzzy, php-format -msgid "Role: %s" -msgstr "Pełniona funkcja" +#: html/main.php:168 +#, fuzzy +msgid "PHP configuration" +msgstr "Konfiguracja bazy FAX" -#: include/class_acl.inc:911 -msgid "Unknown role, possibly removed" +#: html/main.php:169 +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." -#: include/class_acl.inc:919 -#, php-format -msgid "Contains settings for these objects: %s" -msgstr "Zawiera ustawienia dla tych obiektów: %s" +#: html/main.php:214 +#, fuzzy +msgid "Configuration warning" +msgstr "Plik konfiguracyjny" -#: include/class_acl.inc:928 -msgid "Members:" -msgstr "Członkowie:" +#: html/main.php:214 +msgid "Running out of memory!" +msgstr "" -#: include/class_acl.inc:934 -msgid "ACL is valid for all users" -msgstr "ACL jest prawidłowy dla wszystkich użytkowników" +#: html/main.php:353 +#, fuzzy +msgid "Password reminder" +msgstr "Hasło wygasa" -#: include/class_acl.inc:1093 +#: html/main.php:353 #, fuzzy -msgid "Access control list" -msgstr "Kontrola dostępu" +msgid "Your password is about to expire, please change your password!" +msgstr "Twoje hasło zaraz wygaśnie, proszę zmienić hasło" -#: include/class_acl.inc:1101 +#: html/main.php:362 #, fuzzy -msgid "Role name" -msgstr "Zmień nazwę" +msgid "Plugin" +msgstr "w" -#: include/class_acl.inc:1102 +#: html/main.php:363 +#, php-format +msgid "FATAL: Can't find any plugin definitions for plugin '%s'!" +msgstr "BŁĄD: Nie można znaleźć żadnych definicji dla pluginu '%s'!" + +#: html/index.php:50 #, fuzzy -msgid "Role description" -msgstr "Opis jednostki" +msgid "Session is not encrypted!" +msgstr "Sesja nie będzie szyfrowana." -#: include/class_msg_dialog.inc:91 -msgid "Please fix the above error and reload the page." +#: html/index.php:57 +msgid "" +"The session lifetime configured in your gosa.conf will be overridden by php." +"ini settings." msgstr "" -#: include/class_hostActionQueue.inc:68 include/class_hostActionQueue.inc:193 -#, fuzzy, php-format -msgid "Can't locate gotomasses queue file '%s'." -msgstr "Nie można stworzyć pliku '%s'." +#: html/index.php:130 +#, fuzzy +msgid "Configuration accessibility" +msgstr "Plik konfiguracyjny" -#: include/class_hostActionQueue.inc:72 -#, fuzzy, php-format -msgid "Can't read gotomasses queue file '%s'." -msgstr "Nie można stworzyć pliku '%s'." +#: html/index.php:206 +msgid "There is a problem with the authentication setup!" +msgstr "" -#: include/class_hostActionQueue.inc:79 -#, fuzzy, php-format -msgid "Can't read gotomasses storage file '%s'." -msgstr "Nie można stworzyć pliku '%s'." +#: html/index.php:214 +msgid "Cannot find a valid user for the current authentication setup!" +msgstr "" -#: include/class_hostActionQueue.inc:142 -msgid "Entry broken, skipped." +#: html/index.php:218 +msgid "User information is not unique accross the configured LDAP trees!" msgstr "" -#: include/class_hostActionQueue.inc:197 include/class_hostActionQueue.inc:206 -#, fuzzy, php-format -msgid "Can't write gotomasses queue file '%s'." -msgstr "Nie można stworzyć pliku '%s'." +#: html/index.php:244 +msgid "Can't bind to LDAP. Please contact the system administrator." +msgstr "" +"Nie można połączyć się z LDAP. Proszę skontaktować się z administratorem." -#: include/class_hostActionQueue.inc:201 -msgid "The queue file was modified since last reload. Can't save changes." +#: html/index.php:271 +#, fuzzy +msgid "Your ldap setup contains old schema definitions:" msgstr "" +"Ustawienia serwera LDAP zawierają stare definicje schema. Proszę uruchomić " +"setup." -#: include/class_hostActionQueue.inc:276 -#, fuzzy, php-format -msgid "Entry with id '%s' not found." -msgstr "Import LDAP z dn '%s' nieudany." +#: html/index.php:307 +#, fuzzy +msgid "Authentication error" +msgstr "Autentykacja Nagios" -#: include/class_hostActionQueue.inc:286 -#, php-format -msgid "Could not update entry, entry with id '%s' not found." +#: html/index.php:307 +msgid "Cannot retrieve user information for htaccess authentication!" msgstr "" -#: include/class_hostActionQueue.inc:297 -#, php-format -msgid "Could not remove entry, entry with id '%s' not found." +#: html/index.php:363 +msgid "Account locked. Please contact your system administrator." +msgstr "Konto zablokowane. Proszę skontaktować się z administratorem systemu." + +#: html/index.php:414 +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!" -#: include/class_hostActionQueue.inc:371 include/class_hostActionQueue.inc:389 -#: include/class_hostActionQueue.inc:420 include/class_hostActionQueue.inc:455 -#, fuzzy, php-format -msgid "Can't set priority for ID '%s'. ID does not exist." -msgstr "Plik pakietu '%s' nie istnieje." +#: ihtml/themes/default/copyPasteDialog.tpl:1 +#, fuzzy +msgid "Copy & paste wizard" +msgstr "Kreator Copy & paste" + +#: ihtml/themes/default/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." -#: include/functions.inc:98 -#, php-format -msgid "Fatal error: no class locations defined - please run '%s' to fix this" +#: ihtml/themes/default/copyPasteDialog.tpl:9 +msgid "Remember that some properties like taken snapshots will not be copied!" msgstr "" -#: include/functions.inc:105 -#, php-format -msgid "Fatal error: cannot instantiate class '%s' - execution aborted" +#: 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 "" -#: include/functions.inc:305 -#, php-format -msgid "FATAL: Error when connecting the LDAP. Server said '%s'." -msgstr "BŁĄD: Nie można połączyć się z serwerem LDAP. Odpowiedź serwera '%s'." +#: ihtml/themes/default/copyPasteDialog.tpl:24 +#, fuzzy +msgid "Cancel all" +msgstr "Anuluj" -#: include/functions.inc:331 include/functions.inc:358 -#: include/functions.inc:396 -#, fuzzy, php-format -msgid "User login failed." -msgstr "Logowanie użytkownika nieudane, odpowiedź serwera LDAP '%s'." +#: ihtml/themes/default/copyPasteDialog.tpl:30 +msgid "Operation complete" +msgstr "Operacja zakończona" -#: include/functions.inc:331 include/functions.inc:358 -#: include/functions.inc:396 include/functions.inc:592 -#: include/functions.inc:607 include/functions.inc:639 -#: include/functions.inc:678 include/functions.inc:723 -#: include/functions.inc:2490 -#, fuzzy, php-format -msgid "LDAP server returned: %s" -msgstr "Serwer LDAP" +#: ihtml/themes/default/help.tpl:9 +msgid "GOsa help viewer" +msgstr "Podgląd pomocy GOsa" -#: include/functions.inc:367 include/functions.inc:437 -#, 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." +#: ihtml/themes/default/help.tpl:15 +msgid "Index" +msgstr "Indeks" -#: include/functions.inc:582 include/functions.inc:668 -msgid "Error while adding a lock. Contact the developers!" -msgstr "" +#: ihtml/themes/default/islocked.tpl:2 +msgid "Locking conflict detected" +msgstr "Wykryto konflikt blokady" -#: include/functions.inc:592 -#, fuzzy, php-format +#: ihtml/themes/default/islocked.tpl:9 msgid "" -"Cannot create locking information in LDAP tree. Please contact your " -"administrator!" +"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 "" -"Nie można pobrać informacji o blokadach w bazie LDAP. Proszę sprawdzić wpis " -"'config' w gosa.conf!" +"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." -#: include/functions.inc:607 -#, fuzzy, php-format -msgid "Adding a lock failed." -msgstr "Zapisywanie zaczepu FAI nieudane" +#: ihtml/themes/default/framework.tpl:8 ihtml/themes/default/framework.tpl:11 +msgid "Main" +msgstr "Główne" -#: include/functions.inc:639 -#, fuzzy, php-format -msgid "Removing a lock failed." -msgstr "Usuwanie zaczepu FAI nieudane" +#: ihtml/themes/default/framework.tpl:16 +msgid "Help" +msgstr "Pomoc" -#: include/functions.inc:678 include/functions.inc:723 -#, fuzzy, php-format -msgid "Cannot get locking information from LDAP tree!" -msgstr "Nie można pobrać informacji o quota dla '%s'." +#: ihtml/themes/default/framework.tpl:21 ihtml/themes/default/framework.tpl:25 +msgid "Sign out" +msgstr "Wyloguj" -#: include/functions.inc:686 -#, 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ń." +#: ihtml/themes/default/framework.tpl:29 +msgid "Signed in:" +msgstr "Zalogowano:" -#: include/functions.inc:909 -#, php-format -msgid "The size limit of %d entries is exceed!" -msgstr "Limit wielkości %d elementów został przekroczony!" +#: ihtml/themes/default/framework.tpl:32 +msgid "GOsa main menu" +msgstr "" -#: include/functions.inc:911 -#, php-format +#: ihtml/themes/default/remove.tpl:6 msgid "" -"Set the new size limit to %s and show me this message if the limit still " -"exceeds" +"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 "" -"Ustaw nowy limit rozmiaru na %s i pokaż ten komunikat jeśli limit wciąż jest " -"przekroczony" +"To może być używane przez kilka grup. Proszę upewnić się czy kontynuować, " +"gdyż nie ma operacji powrotu." -#: include/functions.inc:928 -msgid "incomplete" -msgstr "niepełne" +#: ihtml/themes/default/acl.tpl:15 +msgid "Use members from" +msgstr "Użyj członków z" -#: include/functions.inc:1164 include/functions.inc:1295 -msgid "LDAP error:" -msgstr "błąd LDAP:" +#: ihtml/themes/default/acl.tpl:29 +msgid "Available members" +msgstr "Dostępni członkowie" + +#: ihtml/themes/default/acl.tpl:63 +msgid "ACLs for this object" +msgstr "ACLe dla tego obiektu" + +#: ihtml/themes/default/acl.tpl:69 +#, fuzzy +msgid "Available roles" +msgstr "Dostępni członkowie" + +#: ihtml/themes/default/conflict.tpl:2 +msgid "Session conflict detected" +msgstr "Wykryto konflikt sesji" -#: include/functions.inc:1165 +#: ihtml/themes/default/conflict.tpl:6 msgid "" -"Problems with the LDAP server mean that you probably lost the last changes. " -"Please check your LDAP setup for possible errors and try again." +"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 "" -"Problemy z serwerem LDAP oznaczają, że prawdopodobnie utracono ostatnie " -"zmiany. Proszę sprawdzić konfiguracje LDAP w poszukiwaniu możliwych błędów i " -"spróbować ponownie." +"Prawdopodobnie istnieje inna aktywna instacja sesji. Operowanie na kilku " +"oknach nie jest technicznie możliwe i mocno zależy od używanej przeglądarki. " +"Użycie różnych przeglądarek (np. IE i Mozilla) jest możliwe. Naciśnięcie " +"przycisku Wyloguj zamknie tą sesję." -#: include/functions.inc:1171 +#: ihtml/themes/default/conflict.tpl:10 msgid "" -"Please check your input and fix the error. Press 'OK' to close this message " -"box." +"Ignoring this message will change/destroy the data you're currently editing, " +"so please close multiple windows and log in again." msgstr "" -"Proszę sprawdzić wprowadzane dane i poprawić błąd. Naciśnij 'OK' aby zamknąć " -"to okno." +"Ignorując ten komunikat zmienisz/usuniesz dane które obecnie edytujesz. " +"Proszę zamknąć wiele okien i zalogować się ponownie." -#: include/functions.inc:1236 -msgid "Continue anyway" -msgstr "Kontynuuj mimo wszystko" +#: ihtml/themes/default/conflict.tpl:14 +msgid "Logout" +msgstr "Wyloguj" -#: include/functions.inc:1238 -msgid "Edit anyway" -msgstr "Edytuj mimo wszystko" +#: ihtml/themes/default/password.tpl:6 +#, fuzzy +msgid "Change your password" +msgstr "Zmień hasło" -#: include/functions.inc:1240 -#, fuzzy, php-format -msgid "You're going to edit the LDAP entry/entries '%s'" -msgstr "Zamierzasz skopiować wpis '%s'." +#: ihtml/themes/default/password.tpl:34 +#, fuzzy +msgid "Success" +msgstr "Eksport zakończony powodzeniem" -#: include/functions.inc:1298 -#, php-format -msgid "Plugin '%s':%s" +#: ihtml/themes/default/password.tpl:34 +msgid "Your password has been changed successfully." msgstr "" -#: include/functions.inc:1459 -msgid "Entries per page" -msgstr "Wpisów na stronie" +#: ihtml/themes/default/password.tpl:52 +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 "" -#: include/functions.inc:1487 -msgid "Apply filter" -msgstr "Zastosuj filtr" +#: ihtml/themes/default/password.tpl:59 ihtml/themes/default/password.tpl:61 +#: ihtml/themes/default/login.tpl:50 ihtml/themes/default/login.tpl:51 +msgid "Directory" +msgstr "Katalog" -#: include/functions.inc:1739 -msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" -msgstr "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" +#: ihtml/themes/default/password.tpl:85 +#, fuzzy +msgid "again" +msgstr "Główne" -#: include/functions.inc:1783 -#, php-format -msgid "GOsa development snapshot (Rev %s)" -msgstr "Wersja deweloperska GOsa (Rev %s)" +#: ihtml/themes/default/password.tpl:86 +#, fuzzy +msgid "New password repeated" +msgstr "Nowe hasło" -#: include/functions.inc:1862 -#, php-format -msgid "File '%s' could not be deleted." -msgstr "" +#: ihtml/themes/default/password.tpl:100 +#, fuzzy +msgid "Change" +msgstr "Kanał" -#: include/functions.inc:1896 include/functions.inc:1916 +#: ihtml/themes/default/password.tpl:101 #, fuzzy -msgid "Cannot write to revision file!" -msgstr "Nie można stworzyć pliku '%s'." +msgid "Click here to change your password" +msgstr "Brak uprawnień do zmiany własnego hasła" -#: include/functions.inc:2158 include/functions.inc:2162 -#: include/functions.inc:2168 -msgid "'base_hook' is not available. Using default base." +#: ihtml/themes/default/login.tpl:9 +msgid "GOsa login screen" msgstr "" -#: include/functions.inc:2190 +#: ihtml/themes/default/login.tpl:25 #, fuzzy -msgid "LDAP warning" -msgstr "Menedżer LDAP" +msgid "Login screen" +msgstr "Usługa Logowania" -#: include/functions.inc:2190 +#: ihtml/themes/default/login.tpl:32 #, 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 "" +"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/functions.inc:2216 -msgid "Used to store account specific informations." -msgstr "" +#: ihtml/themes/default/login.tpl:76 ihtml/themes/default/login.tpl:79 +msgid "Sign in" +msgstr "Zaloguj" -#: include/functions.inc:2223 -msgid "" -"Used to lock currently edited entries to avoid multiple changes at the same " -"time." -msgstr "" +#: ihtml/themes/default/login.tpl:77 +msgid "Click here to log in" +msgstr "Kliknij tutaj aby się zalogować" -#: include/functions.inc:2266 -#, fuzzy, php-format -msgid "Missing required object class '%s'!" -msgstr "Wyświetl szablony FAI" +#: ihtml/themes/default/logout.tpl:5 +msgid "Your GOsa session has expired!" +msgstr "Twoja sesja w GOsa wygasła!" -#: include/functions.inc:2268 -#, php-format -msgid "Missing optional object class '%s'!" +#: ihtml/themes/default/logout.tpl:7 +msgid "" +"The last interaction with the GOsa web interface has been some time ago in " +"the past. For security reasons, the session has been closed. To continue " +"with administrative tasks, please sign in again." msgstr "" +"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." -#: include/functions.inc:2274 -#, php-format -msgid "Version mismatch for required object class '%s' (!=%s)!" +#: ihtml/themes/default/logout.tpl:10 +msgid "Sign in again" +msgstr "Zaloguj się ponownie" + +#: ihtml/themes/default/sizelimit.tpl:3 +msgid "" +"The size limit option makes LDAP operations faster and saves the LDAP server " +"from getting too much load. The easiest way to handle big databases without " +"long timeouts would be to limit your search to smaller values and use " +"filters to get the entries you are looking for." msgstr "" +"Limit rozmiaru powoduje szybsze operacje LDAP i zapobiega nadmiernemu " +"obciążeniu serwera LDAP. Najprostrzym sposobem działania na dużych bazach " +"bez opóźnień jest ograniczanie wyszukiwań do mniejszej ilości wyników oraz " +"użycie filtrów dla otrzymania poszukiwanych elementów." -#: include/functions.inc:2276 -#, php-format -msgid "Version mismatch for optional object class '%s' (!=%s)!" -msgstr "" +#: ihtml/themes/default/sizelimit.tpl:6 +msgid "Please choose the way to react for this session" +msgstr "Proszę wybrać sposób reakcji dla tej sesji" -#: include/functions.inc:2280 -#, fuzzy, php-format -msgid "Class(es) available" -msgstr "Plik jest dostępny" +#: ihtml/themes/default/sizelimit.tpl:9 +msgid "ignore this error and show all entries the LDAP server returns" +msgstr "Ignoruj ten błąd i pokaż wszystkie elementy które zwraca serwer LDAP" -#: include/functions.inc:2302 +#: ihtml/themes/default/sizelimit.tpl:10 msgid "" -"You have enabled the rfc2307bis option on the 'ldap setup' step, but your " -"schema configuration do not support this option." +"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" -#: include/functions.inc:2303 -msgid "" -"In order to use rfc2307bis conform groups the objectClass 'posixGroup' must " -"be AUXILIARY" -msgstr "" +#: ihtml/themes/default/logout-close.tpl:5 +#, fuzzy +msgid "Your GOsa session has been closed!" +msgstr "Twoja sesja w GOsa wygasła!" -#: include/functions.inc:2307 +#: ihtml/themes/default/logout-close.tpl:7 msgid "" -"You have disabled the rfc2307bis option on the 'ldap setup' step, but your " -"schema configuration do not support this option." -msgstr "" - -#: include/functions.inc:2308 -msgid "The objectClass 'posixGroup' must be STRUCTURAL" +"Please close this browser window and clean the authentication caches to " +"avoid an automatic re-authentication by your browser." msgstr "" -#: include/functions.inc:2331 -msgid "German" -msgstr "Niemiecki" - -#: include/functions.inc:2332 -msgid "French" -msgstr "Francuski" - -#: include/functions.inc:2333 -msgid "Italian" -msgstr "Włoski" - -#: include/functions.inc:2334 -msgid "Spanish" -msgstr "Hiszpański" - -#: include/functions.inc:2335 -msgid "English" -msgstr "Angielski" - -#: include/functions.inc:2336 -msgid "Dutch" -msgstr "Holenderski" +#: ihtml/themes/default/accountexpired.tpl:15 +msgid "Your Password has expired !! Choose a new Password" +msgstr "Twoje hasło wygasło !! Proszę wybrać inne hasło" -#: include/functions.inc:2337 -msgid "Polish" -msgstr "Polski" +#: ihtml/themes/default/accountexpired.tpl:23 +#: ihtml/themes/default/accountexpired.tpl:27 +msgid "Old Password" +msgstr "Stare hasło" -#: include/functions.inc:2338 -msgid "Swedish" -msgstr "" +#: ihtml/themes/default/accountexpired.tpl:32 +#: ihtml/themes/default/accountexpired.tpl:36 +msgid "New Password" +msgstr "Nowe hasło" -#: include/functions.inc:2339 -#, fuzzy -msgid "Chinese" -msgstr "Chipset" +#: ihtml/themes/default/accountexpired.tpl:41 +#: ihtml/themes/default/accountexpired.tpl:45 +msgid "Verify Password" +msgstr "Hasło ponownie" -#: include/functions.inc:2340 -msgid "Russian" -msgstr "Rosyjski" +#: ihtml/themes/default/accountexpired.tpl:51 +msgid "Change Password" +msgstr "Zmień hasło" -#: include/functions.inc:2490 -#, fuzzy, php-format -msgid "Setting the password failed!" -msgstr "Ustawianie hasła nieudane, Odpowiedź serwera LDAP '%s'." +#: ihtml/themes/default/accountexpired.tpl:52 +msgid "Click here to Change your password" +msgstr "Brak uprawnień do zmiany własnego hasła" -#: include/functions.inc:2528 +#: ihtml/themes/default/pwd_heimdal.tpl:5 #, fuzzy -msgid "" -"Setting for SMBHASH in gosa.conf is incorrect! Cannot change Samba password." -msgstr "" -"Parametr SMBHASH w gosa.conf jest nieprawidłowy! Nie można zmienić hasła " -"Samba." +msgid "Heimdal options" +msgstr "Opcje poczty" -#: include/class_ldap.inc:204 include/class_ldap.inc:236 -msgid "Performance warning" +#: ihtml/themes/default/pwd_heimdal.tpl:6 +msgid "Use empty values for infinite" msgstr "" -#: include/class_ldap.inc:204 include/class_ldap.inc:236 -#, php-format -msgid "LDAP performance is poor: last query took about %.2fs!" +#: ihtml/themes/default/pwd_heimdal.tpl:10 +msgid "Ticket max life" msgstr "" -#: include/class_ldap.inc:561 -#, php-format -msgid "" -"Cannot automatically create subtrees with RDN '%s': no object class found" +#: ihtml/themes/default/pwd_heimdal.tpl:18 +msgid "Ticket max renew" msgstr "" -#: include/class_ldap.inc:609 -#, php-format -msgid "Cannot automatically create subtrees with RDN '%s': not supported" +#: ihtml/themes/default/pwd_heimdal.tpl:32 +msgid "infinite" msgstr "" -#: include/class_ldap.inc:617 -#, fuzzy, php-format -msgid "Creating subtree '%s' failed." -msgstr "Tworzenie FAI/skryptu z dn '%s' nieudane." - -#: include/class_ldap.inc:686 -#, php-format -msgid "while operating on '%s' using LDAP server '%s'" -msgstr "podczas działania na '%s' używając serwera LDAP '%s'" +#: ihtml/themes/default/pwd_heimdal.tpl:34 +#, fuzzy +msgid "Hour" +msgstr "godzina" -#: include/class_ldap.inc:688 -#, php-format -msgid "while operating on LDAP server %s" -msgstr "podczas połączenia z serwerem LDAP '%s'" +#: ihtml/themes/default/pwd_heimdal.tpl:36 +#, fuzzy +msgid "Minute" +msgstr "Drukarka" -#: include/class_ldap.inc:910 -#, 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" +#: ihtml/themes/default/pwd_heimdal.tpl:38 +#, fuzzy +msgid "Day" +msgstr "dzień" -#: include/class_ldap.inc:939 -#, 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 !" +#: ihtml/themes/default/pwd_heimdal.tpl:40 +#, fuzzy +msgid "Month" +msgstr "miesiąc" -#: include/class_ldap.inc:1075 -#, php-format -msgid "Ldap import with dn '%s' failed." -msgstr "Import LDAP z dn '%s' nieudany." +#: ihtml/themes/default/pwd_heimdal.tpl:42 +#, fuzzy +msgid "Year" +msgstr "Szukaj" -#: include/class_CopyPasteHandler.inc:90 -#, php-format -msgid "Cannot cleanup copy & paste queue: setting permissions for '%s' failed!" +#: ihtml/themes/default/pwd_heimdal.tpl:47 +msgid "Valid ticket start time" msgstr "" -#: include/class_CopyPasteHandler.inc:98 -#, php-format -msgid "Cannot cleanup copy & paste queue: no write permission inside '%s'!" +#: ihtml/themes/default/pwd_heimdal.tpl:87 +msgid "Valid ticket end time" msgstr "" -#: include/class_CopyPasteHandler.inc:130 -#, php-format -msgid "Copy and paste failed: object '%s' is not a valid ldap object!" -msgstr "" +#: ihtml/themes/default/pwd_heimdal.tpl:127 +#, fuzzy +msgid "Password end" +msgstr "Hasło" -#: include/class_CopyPasteHandler.inc:147 -#, php-format -msgid "Cannot save LDAP dump: no write permission inside '%s'!" -msgstr "" +#: ihtml/themes/default/snapshotdialog.tpl:3 +msgid "Restoring object snapshots" +msgstr "Odtwarzanie obiektu snapshotów" -#: include/class_CopyPasteHandler.inc:155 -#, php-format -msgid "Cannot save LDAP dump: setting permissions for '%s' failed!" +#: 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 "" +"Ta procedura przywróci snapshot wybranego obiektu. Obecny obiekt zostanie " +"zamieniony po naciśnięciu przycisku przywróć." -#: include/class_CopyPasteHandler.inc:164 -#, php-format -msgid "Cannot save LDAP dump: no write permission to '%s/%s'!" +#: ihtml/themes/default/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 "" -#: include/class_CopyPasteHandler.inc:249 -#, fuzzy, php-format -msgid "Cannot load dumped file '%s'!" -msgstr "Nie można otworzyć pliku '%s'." - -#: include/class_CopyPasteHandler.inc:274 -#, fuzzy, php-format -msgid "You have no permission to save object '%s'." -msgstr "Brak uprawnień do tworzenia telefonu w tym elemencie." - -#: include/class_CopyPasteHandler.inc:302 -#, fuzzy, php-format -msgid "You are going to paste the cutted entry '%s'." -msgstr "Zamierzasz skopiować wpis '%s'." +#: 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 "" -#: include/class_CopyPasteHandler.inc:315 -#, fuzzy, php-format -msgid "You have no permission to copy and paste object '%s'!" -msgstr "Brak uprawnień do wysyłania wiadomości!" +#: ihtml/themes/default/snapshotdialog.tpl:29 +msgid "There is no snapshot available that could be restored" +msgstr "Brak snapshot'u który mógłby zostać odtworzony" -#: include/class_CopyPasteHandler.inc:336 -#, fuzzy, php-format -msgid "You are going to paste the copied entry '%s'." -msgstr "Zamierzasz skopiować wpis '%s'." +#: ihtml/themes/default/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." -#: include/class_CopyPasteHandler.inc:437 -msgid "Can't paste" -msgstr "Nie można wkleić" +#: ihtml/themes/default/snapshotdialog.tpl:49 +msgid "Creating object snapshots" +msgstr "Tworzenie obiektu snapshoty" -#: include/password-methods/class_password-methods-sha.inc:46 -#: include/password-methods/class_password-methods-ssha.inc:51 -#, fuzzy, php-format -msgid "Cannot use %s encryption: no PHP functions for sha1/mhash available" -msgstr "Nie można użyć sha do szyfrowania, brak funkcji sha1 / mhash / crypt" +#: ihtml/themes/default/snapshotdialog.tpl:52 +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." -#: include/utils/class_timezone.inc:51 -#, php-format +#: ihtml/themes/default/snapshotdialog.tpl:55 msgid "" -"The timezone setting '%s' in your gosa.conf is not valid. Cannot calculate " -"correct timezone offest." +"Remember that database entries, DNS configurations and possibly created " +"zones in server extensions will not be stored in the snapshot." msgstr "" -#: include/class_multi_plug.inc:360 -#, fuzzy -msgid "You are currently editing mutliple entries." -msgstr "Brak uprawnień do usunięcia tego departamentu." +#: ihtml/themes/default/snapshotdialog.tpl:70 +msgid "Timestamp" +msgstr "Czas" -#: include/class_multi_plug.inc:389 -#, fuzzy -msgid "Password reset" -msgstr "Hasło wygasa" +#: ihtml/themes/default/snapshotdialog.tpl:79 +msgid "Reason for generating this snapshot" +msgstr "Przyczyna utworzenia tego snapshot'u" -#: include/class_multi_plug.inc:389 #, fuzzy -msgid "The user password was resetted, please set a new password value!" -msgstr "Twoje hasło wygasło !! Proszę wybrać inne hasło" +#~ msgid "User delted" +#~ msgstr "Zdjęcie użytkownika" -#: html/getvcard.php:36 #, fuzzy -msgid "Missing parameters!" -msgstr "Parametr aplikacji" +#~ msgid "System deployment" +#~ msgstr "Zarządzanie systemem" -#: html/getldif.php:79 #, fuzzy -msgid "Permission denied!" -msgstr "Uprawnienia" +#~ msgid "Your are about to delete the following tasks: %s" +#~ msgstr "Zamierzasz usunąć element %s." -#: html/getldif.php:104 #, fuzzy -msgid "Error in ivbb parameter!" -msgstr "Parametr kernela" - -#: html/password.php:56 html/index.php:129 -#, fuzzy, php-format -msgid "GOsa configuration %s/%s is not readable. Aborted." -msgstr "Nie można czytać pliku konfiguracji %s/gosa.conf. Kończę." - -#: html/password.php:76 html/setup.php:77 html/index.php:154 -#, php-format -msgid "Directory '%s' specified as compile directory is not accessible!" -msgstr "Katalog '%s' podany jako katalog kompilacji jest niedostępny!" - -#: html/password.php:161 -msgid "Error: Password method not available!" -msgstr "" - -#: html/password.php:217 html/index.php:291 -msgid "Please specify a valid username!" -msgstr "Proszę podać prawidłową nazwę użytkownika!" +#~ msgid "" +#~ "This menu allows you to remove and change the properties of GOsa deamon " +#~ "tasks." +#~ msgstr "" +#~ "To menu umożliwia tworzenie, usuwanie oraz edycję właściwości usług." -#: html/password.php:219 html/index.php:294 -msgid "Please specify your password!" -msgstr "Proszę podać prawidłowe hasło!" - -#: html/password.php:226 html/index.php:313 -msgid "Please check the username/password combination." -msgstr "Proszę sprawdzić kombinację login/hasło." +#, fuzzy +#~ msgid "List of queued deamon jobs." +#~ msgstr "Lista departamentów" -#: html/password.php:230 -msgid "You have no permissions to change your password." -msgstr "Brak uprawnień do zmiany własnego hasła" +#, fuzzy +#~ msgid "Target" +#~ msgstr "Kodowanie" -#: html/password.php:251 -msgid "External password changer reported a problem: " -msgstr "Zewnętrzny program do zmiany hasła zgłosił następujący problem:" +#~ msgid "Task" +#~ msgstr "Zadanie" -#: html/password.php:282 html/index.php:407 -msgid "Session will not be encrypted." -msgstr "Sesja nie będzie szyfrowana." +#, fuzzy +#~ msgid "Schedule" +#~ msgstr "PHP schedule it" -#: html/password.php:282 html/index.php:407 -msgid "Enter SSL session" -msgstr "Sprowadź sesję SSL" +#~ msgid "Action" +#~ msgstr "Akcja" -#: html/setup.php:77 html/index.php:154 #, fuzzy -msgid "Smarty" -msgstr "Podsumowanie" +#~ msgid "Reomve" +#~ msgstr "Usuń" -#: html/index.php:50 #, fuzzy -msgid "Session is not encrypted!" -msgstr "Sesja nie będzie szyfrowana." - -#: html/index.php:57 -msgid "" -"The session lifetime configured in your gosa.conf will be overridden by php." -"ini settings." -msgstr "" +#~ msgid "GOsa ping" +#~ msgstr "GOsa" -#: html/index.php:129 #, fuzzy -msgid "Configuration accessibility" -msgstr "Plik konfiguracyjny" +#~ msgid "Say hello" +#~ msgstr "Shell" -#: html/index.php:205 -msgid "There is a problem with the authentication setup!" -msgstr "" +#, fuzzy +#~ msgid "System mass deployment" +#~ msgstr "Zarządzanie systemem" -#: html/index.php:213 -msgid "Cannot find a valid user for the current authentication setup!" -msgstr "" +#, fuzzy +#~ msgid "Week day" +#~ msgstr "Środa" -#: html/index.php:217 -msgid "User information is not uniq accross the configured LDAP trees!" -msgstr "" +#, fuzzy +#~ msgid "Header Tag" +#~ msgstr "nagłówek" -#: html/index.php:270 #, fuzzy -msgid "Your ldap setup contains old schema definitions:" -msgstr "" -"Ustawienia serwera LDAP zawierają stare definicje schema. Proszę uruchomić " -"setup." +#~ msgid "Schedule Execution" +#~ msgstr "PHP schedule it" -#: html/index.php:306 #, fuzzy -msgid "Authentication error" -msgstr "Autentykacja Nagios" +#~ msgid "Monat" +#~ msgstr "miesiąc" -#: html/index.php:306 -msgid "Cannot retrieve user information for htaccess authentication!" -msgstr "" +#, fuzzy +#~ msgid "Tag" +#~ msgstr "Kodowanie" -#: html/index.php:362 -msgid "Account locked. Please contact your system administrator." -msgstr "Konto zablokowane. Proszę skontaktować się z administratorem systemu." +#, fuzzy +#~ msgid "Stunde" +#~ msgstr "Nazwisko" -#: html/index.php:413 -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 "Sekunde" +#~ msgstr "Płeć" -#: html/main.php:148 -#, php-format -msgid "Fatal error: cannot locate file '%s' - please run '%s' to fix this" -msgstr "" +#, fuzzy +#~ msgid "Mac" +#~ msgstr "Marzec" -#: html/main.php:165 -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 "Available targets" +#~ msgstr "Dostępni członkowie" -#: html/main.php:208 #, fuzzy -msgid "Configuration warning" -msgstr "Plik konfiguracyjny" +#~ msgid "Select to see object groups" +#~ msgstr "Wybierz obiekty do dodania" -#: html/main.php:208 -msgid "Running out of memory!" -msgstr "" +#, fuzzy +#~ msgid "Show object groups" +#~ msgstr "Grupy obiektów" -#: html/main.php:347 #, fuzzy -msgid "Password reminder" -msgstr "Hasło wygasa" +#~ msgid "IP range is invalid!" +#~ msgstr "Podana nazwa jest nieprawidłowa" -#: html/main.php:347 #, fuzzy -msgid "Your password is about to expire, please change your password!" -msgstr "Twoje hasło zaraz wygaśnie, proszę zmienić hasło" +#~ msgid "You are not allowed to create a new role." +#~ msgstr "Brak uprawnień do zmiany przekazywania poczty" -#: html/main.php:355 -#, php-format -msgid "FATAL: Can't find any plugin definitions for plugin '%s'!" -msgstr "BŁĄD: Nie można znaleźć żadnych definicji dla pluginu '%s'!" +#~ msgid "You are not allowed to delete this acl!" +#~ msgstr "Brak uprawnień do usunięcia tego ACL!" -#: html/getxls.php:86 -msgid "Birthday" -msgstr "Urodziny" +#, fuzzy +#~ msgid "You are not allowed to delete this acl role!" +#~ msgstr "Brak uprawnień do usunięcia tego makro!" -#: html/getxls.php:86 html/getxls.php:227 html/getxls.php:281 -#: html/getxls.php:297 -msgid "Surname" -msgstr "Nazwisko" +#~ msgid "" +#~ "Your search method returned more than '%s' users, only '%s' users are " +#~ "shown." +#~ msgstr "" +#~ "Metoda wyszukiwania zwróciła więcej niż '%s' użytkowników, tylko '%s' " +#~ "jest pokazanych." -#: html/getxls.php:86 html/getxls.php:281 -msgid "Language" -msgstr "Język" +#~ msgid "No configured SID found for '%s'." +#~ msgstr "Nie znaleziono skonfigurowanego SID dla '%s'." -#: html/getxls.php:94 -#, php-format -msgid "User list of %s on %s" -msgstr "Lista użytkowników %s na %s" +#~ msgid "No configured RIDBASE found for '%s'." +#~ msgstr "Nie znaleziono RIDBASE dla '%s'." -#: html/getxls.php:131 html/getxls.php:360 -#, php-format -msgid "Groups of %s on %s" -msgstr "Grupy %s na %s" +#~ msgid "You are not allowed to delete this group!" +#~ msgstr "Brak uprawnień do usunięcia tej grupy!" -#: html/getxls.php:155 html/getxls.php:188 html/getxls.php:190 -#: html/getxls.php:197 html/getxls.php:233 html/getxls.php:310 -#: html/getxls.php:381 -msgid "Servers" -msgstr "Serwery" +#~ msgid "You have no permission to remove this department." +#~ msgstr "Brak uprawnień do usunięcia tego departamentu." -#: html/getxls.php:159 html/getxls.php:311 -msgid "Computers" -msgstr "Komputery" +#~ msgid "You are not allowed to delete this object group!" +#~ msgstr "Brak uprawnień do usunięcia grupy obiektowej." -#: html/getxls.php:169 html/getxls.php:222 html/getxls.php:401 -#: html/getxls.php:421 -msgid "Common name" -msgstr "Nazwa potoczna" +#, fuzzy +#~ msgid "Network resolv hook" +#~ msgstr "Adres sieciowy" -#: html/getxls.php:185 -msgid "Server name" -msgstr "Nazwa serwera" +#~ msgid "Administration" +#~ msgstr "Administracja" -#: html/getxls.php:195 html/getxls.php:379 -#, php-format -msgid "Servers of %s on %s" -msgstr "Serwery %s na %s" +#~ msgid "Addons" +#~ msgstr "Dodatki" -#: html/getxls.php:222 html/getxls.php:297 -msgid "Display name" -msgstr "Wyświetl nazwę" +#, fuzzy +#~ msgid "ACL Role" +#~ msgstr "ACLe" -#: html/getxls.php:223 -msgid "Home phone" -msgstr "Telefon domowy" +#~ msgid "Unix" +#~ msgstr "Unix" -#: html/getxls.php:224 html/getxls.php:298 -msgid "Initials" -msgstr "Inicjały" +#~ msgid "Connectivity" +#~ msgstr "Połączenia" -#: html/getxls.php:225 -msgid "Mobile phone" -msgstr "Telefon komórkowy" +#, fuzzy +#~ msgid "Scalix" +#~ msgstr "Specjalne" -#: html/getxls.php:225 html/getxls.php:298 -msgid "City" -msgstr "Miasto" +#~ msgid "Nagios" +#~ msgstr "Nagios" -#: html/getxls.php:226 html/getxls.php:298 html/getxls.php:300 -msgid "Phone number" -msgstr "Numer telefonu" +#~ msgid "Applications" +#~ msgstr "Aplikacje" -#: html/getxls.php:228 -msgid "Function" -msgstr "Funkcja" +#~ msgid "Options" +#~ msgstr "Opcje" -#: html/getxls.php:231 html/getxls.php:312 -msgid "Adressbook" -msgstr "Książka adresowa" +#~ msgid "Parameter" +#~ msgstr "Parametr" -#: html/getxls.php:238 html/getxls.php:414 -#, php-format -msgid "Adressbook of %s on %s" -msgstr "Książka adresowa %s na %s" +#, fuzzy +#~ msgid "Inventory" +#~ msgstr "Dodaj inwentarz" -#: html/getxls.php:244 -msgid "Common Name" -msgstr "Zwykła nazwa" +#~ msgid "Services" +#~ msgstr "Usługi" -#: html/getxls.php:281 -msgid "Day of birth" -msgstr "Data urodzenia" +#~ msgid "FAI summary" +#~ msgstr "Podsumowanie FAI" -#: html/getxls.php:299 -msgid "Email address" -msgstr "Adres email" +#~ msgid "OGo" +#~ msgstr "OGo" -#: html/getxls.php:299 -msgid "Organizational unit" -msgstr "Jednostka organizacyjna" +#~ msgid "Export" +#~ msgstr "Export" -#: html/getxls.php:300 -msgid "Postal Code" -msgstr "Kod Pocztowy" +#~ msgid "Excel Export" +#~ msgstr "Export do Excela" -#: html/getxls.php:301 -msgid "Title" -msgstr "Tytuł" +#~ msgid "CSV Import" +#~ msgstr "Import z CSV" -#: html/getxls.php:304 -msgid "Full" -msgstr "Pełne" +#~ msgid "Partitions" +#~ msgstr "Partycje" -#: html/getxls.php:341 -#, php-format -msgid "User List of %s on %s" -msgstr "Lista użytkowników %s na %s" +#~ msgid "Script" +#~ msgstr "Skrypt" -#: html/getxls.php:395 -#, php-format -msgid "Computers of %s on %s" -msgstr "Komputery %s na %s" +#~ msgid "Hooks" +#~ msgstr "Zaczepy" -#: html/getfax.php:53 -msgid "Could not connect to database server!" -msgstr "Nie można połączyć się z serwerem baz danych!" +#~ msgid "Variables" +#~ msgstr "Zmienie" -#: html/getfax.php:55 -msgid "Could not select database!" -msgstr "Nie można wybrać bazy danych!" +#~ msgid "Templates" +#~ msgstr "Szablony" -#: html/getfax.php:60 html/getfax.php:68 -msgid "Database query failed!" -msgstr "Zapytanie do bazy danych nieudane" +#~ msgid "Profiles" +#~ msgstr "Profile" -#: html/get_attachment.php:47 -msgid "" -"Can't connect to glpi database, there is no mysl extension available in your " -"php setup." -msgstr "" -"Nie można połączyć się z bazą glpi, brak wsparcia dla MySQL w ustawieniach " -"PHP." +#~ msgid "Packages" +#~ msgstr "Pakiety" -#: html/get_attachment.php:55 -msgid "" -"Can't connect to specified database, please check your glpi configuration." -msgstr "" -"OpenGroupware: Nie można połączyć się z bazą. Proszę sprawdzić podane " -"parametry konfiguracji." +#~ msgid "System logs" +#~ msgstr "Logi systemowe" -#: html/get_attachment.php:64 -msgid "Can't get specified attachment file, there is no entry with this id." -msgstr "Nie można pobrać zadanego załącznika, brak wpisu z tym id." +#, fuzzy +#~ msgid "GOsa logs" +#~ msgstr "Usługa Logowania" -#: html/get_attachment.php:69 -#, php-format -msgid "Can't open file '%s'." -msgstr "Nie można otworzyć pliku '%s'." +#, fuzzy +#~ msgid "Display entries with action %s." +#~ msgstr "Filtruj elementy z tą składnią" -#: html/helpviewer.php:68 -msgid "Help browser" -msgstr "Wyszukiwarka pomocy" +#~ msgid "" +#~ "Can't connect to glpi database, there is no mysl extension available in " +#~ "your php setup." +#~ msgstr "" +#~ "Nie można połączyć się z bazą glpi, brak wsparcia dla MySQL w " +#~ "ustawieniach PHP." -#: html/helpviewer.php:122 -msgid "There is no helpfile specified for this class" -msgstr "Pomoc nie jest dostępna dla tej klasy." +#~ msgid "" +#~ "Can't connect to specified database, please check your glpi configuration." +#~ msgstr "" +#~ "OpenGroupware: Nie można połączyć się z bazą. Proszę sprawdzić podane " +#~ "parametry konfiguracji." -#: html/helpviewer.php:271 -#, 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 "Can't get specified attachment file, there is no entry with this id." +#~ msgstr "Nie można pobrać zadanego załącznika, brak wpisu z tym id." -#: html/getkiosk.php:25 -#, php-format -msgid "Can't open file '%s', possibly the file does not exist." -msgstr "Nie można otworzyć pliku '%s', prawdopodobnie plik nie istnieje." +#~ msgid "Can't open file '%s'." +#~ msgstr "Nie można otworzyć pliku '%s'." -#: html/getkiosk.php:30 -#, php-format -msgid "Can't read file '%s', check permissions." -msgstr "Nie można czytać pliku '%s', proszę sprawdzić uprawnienia." +#~ msgid "Can't open file '%s', possibly the file does not exist." +#~ msgstr "Nie można otworzyć pliku '%s', prawdopodobnie plik nie istnieje." + +#~ msgid "Can't read file '%s', check permissions." +#~ msgstr "Nie można czytać pliku '%s', proszę sprawdzić uprawnienia." diff --git a/gosa-core/locale/core/ru/LC_MESSAGES/messages.po b/gosa-core/locale/core/ru/LC_MESSAGES/messages.po index 3398459ca..d6a4d3c02 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: 2008-01-18 14:59+0100\n" +"POT-Creation-Date: 2008-02-21 18:29+0100\n" "PO-Revision-Date: 2005-04-18 14:35+0300\n" "Last-Translator: Igor Muratov \n" "Language-Team: ALT Linux Team\n" @@ -14,1274 +14,1216 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: poEdit 1.3.1\n" -#: contrib/gosa.conf:4 plugins/personal/password/class_password.inc:144 -#: plugins/personal/generic/class_user.inc:1413 -#: plugins/personal/posix/class_posixAccount.inc:1457 -msgid "My account" -msgstr "Моя учетная запись" - -#: contrib/gosa.conf:41 -msgid "Administration" -msgstr "Администрирование" +#: plugins/personal/password/class_password.inc:24 +#: plugins/personal/generic/paste_generic.tpl:20 setup/setup_config2.tpl:282 +#: setup/setup_config2.tpl:327 setup/setup_migrate.tpl:225 +#: ihtml/themes/default/password.tpl:39 ihtml/themes/default/login.tpl:45 +#: ihtml/themes/default/login.tpl:47 +msgid "Password" +msgstr "Пароль" -#: contrib/gosa.conf:88 -msgid "Addons" -msgstr "Дополнительно" +#: plugins/personal/password/class_password.inc:25 +#: plugins/personal/posix/class_posixAccount.inc:17 +#: plugins/personal/generic/class_user.inc:17 +#: plugins/addons/notifications/class_msgplug.inc:7 +#: plugins/admin/acl/class_aclManagement.inc:25 +#: plugins/admin/acl/class_aclRole.inc:7 +#: plugins/admin/groups/class_groupManagement.inc:25 +#: plugins/admin/users/class_userManagement.inc:25 +#: plugins/admin/departments/class_departmentManagement.inc:25 +#: plugins/admin/ogroups/class_ogroupManagement.inc:25 include/class_acl.inc:7 +msgid "This does something" +msgstr "Что-то будет" -#: contrib/gosa.conf:121 +#: plugins/personal/password/class_password.inc:77 +#: plugins/personal/password/class_password.inc:80 +#: plugins/personal/password/class_password.inc:83 +#: plugins/personal/password/class_password.inc:86 +#: plugins/personal/password/class_password.inc:89 +#: plugins/personal/password/class_password.inc:92 +#: plugins/personal/password/class_password.inc:106 +#: plugins/personal/password/class_password.inc:112 +#: plugins/personal/password/class_password.inc:140 +#: plugins/personal/generic/class_user.inc:1419 #, fuzzy -msgid "ACL Role" -msgstr "Доступ" - -#: contrib/gosa.conf:125 contrib/gosa.conf:149 contrib/gosa.conf:153 -#: contrib/gosa.conf:157 contrib/gosa.conf:162 contrib/gosa.conf:169 -#: contrib/gosa.conf:174 contrib/gosa.conf:178 contrib/gosa.conf:183 -#: contrib/gosa.conf:193 contrib/gosa.conf:207 contrib/gosa.conf:222 -#: contrib/gosa.conf:227 contrib/gosa.conf:232 contrib/gosa.conf:237 -#: contrib/gosa.conf:270 contrib/gosa.conf:274 -#: plugins/generic/references/class_reference.inc:20 -#: plugins/personal/generic/class_user.inc:16 -#: plugins/personal/generic/class_user.inc:1408 -#: plugins/personal/posix/generic.tpl:4 -#: plugins/addons/gotomasses/goto_task.tpl:4 -#: plugins/admin/ogroups/class_ogroup.inc:752 -#: plugins/admin/departments/class_departmentGeneric.inc:581 -#: plugins/admin/groups/class_groupGeneric.inc:992 setup/setup_feedback.tpl:46 -msgid "Generic" -msgstr "Общее" - -#: contrib/gosa.conf:126 -msgid "Unix" -msgstr "Unix" +msgid "User password" +msgstr "Новый пароль" -#: contrib/gosa.conf:127 contrib/gosa.conf:163 -#: plugins/admin/users/class_divListUsers.inc:240 -#: plugins/admin/ogroups/tabs_ogroups.inc:137 -#: plugins/admin/groups/class_divListGroup.inc:236 -msgid "Environment" -msgstr "Окружение" +#: plugins/personal/password/class_password.inc:78 +msgid "You need to specify your current password in order to proceed." +msgstr "Для продолжения укажите свой текущий пароль." -#: contrib/gosa.conf:128 contrib/gosa.conf:165 -#: plugins/generic/references/class_reference.inc:24 -#: plugins/admin/users/class_divListUsers.inc:242 -#: plugins/admin/ogroups/class_divListOGroup.inc:228 -#: plugins/admin/ogroups/tabs_ogroups.inc:85 -#: plugins/admin/ogroups/tabs_ogroups.inc:223 -#: plugins/admin/groups/class_divListGroup.inc:228 -msgid "Mail" -msgstr "Почта" +#: plugins/personal/password/class_password.inc:81 +#: plugins/personal/generic/main.inc:80 +#: plugins/admin/users/class_userManagement.inc:189 html/password.php:195 +msgid "" +"The passwords you've entered as 'New password' and 'Repeated new password' " +"do not match." +msgstr "Введенные пароли не совпадают!" -#: contrib/gosa.conf:129 plugins/generic/references/class_reference.inc:26 -#: plugins/generic/references/class_reference.inc:28 -#: plugins/admin/users/class_divListUsers.inc:248 -#: plugins/admin/groups/class_divListGroup.inc:230 -msgid "Samba" -msgstr "Samba" +#: plugins/personal/password/class_password.inc:84 +#: plugins/personal/generic/main.inc:85 +#: plugins/admin/users/class_userManagement.inc:194 html/password.php:198 +msgid "The password you've entered as 'New password' is empty." +msgstr "Вы не указали новый пароль." -#: contrib/gosa.conf:131 contrib/gosa.conf:134 -#: plugins/admin/users/class_divListUsers.inc:250 -msgid "Netatalk" -msgstr "" +#: plugins/personal/password/class_password.inc:87 html/password.php:206 +msgid "The password used as new and current are too similar." +msgstr "Новый и текущий пароли слишком похожи." -#: contrib/gosa.conf:137 -msgid "Connectivity" -msgstr "Подключение" +#: plugins/personal/password/class_password.inc:90 html/password.php:211 +msgid "The password used as new is to short." +msgstr "Новый пароль слишком короткий." -#: contrib/gosa.conf:138 plugins/personal/generic/multiple_generic.tpl:247 -#: plugins/personal/generic/multiple_generic.tpl:438 -#: plugins/personal/generic/generic.tpl:355 -#: plugins/personal/generic/generic.tpl:523 -#: plugins/admin/users/class_divListUsers.inc:246 -#: plugins/admin/departments/class_departmentGeneric.inc:600 -#: plugins/admin/departments/generic.tpl:91 html/getxls.php:222 -#: html/getxls.php:297 -msgid "Fax" -msgstr "Факс" +#: plugins/personal/password/class_password.inc:93 +#, fuzzy, php-format +msgid "External password changer reported a problem: %s." +msgstr "При попытке сменить пароль извне возникла проблема: " -#: contrib/gosa.conf:139 plugins/generic/references/class_reference.inc:40 -#: plugins/personal/generic/multiple_generic.tpl:217 -#: plugins/personal/generic/multiple_generic.tpl:428 -#: plugins/personal/generic/generic.tpl:330 -#: plugins/personal/generic/generic.tpl:511 -#: plugins/admin/users/class_divListUsers.inc:244 -#: plugins/admin/ogroups/class_ogroupManagement.inc:455 -#: plugins/admin/departments/generic.tpl:83 -#: plugins/admin/groups/class_divListGroup.inc:234 -msgid "Phone" -msgstr "Телефон" +#: plugins/personal/password/class_password.inc:107 +msgid "" +"The password you've entered as your current password doesn't match the real " +"one." +msgstr "Введенный вами текущий пароль не совпадает с реальным." -#: contrib/gosa.conf:141 +#: plugins/personal/password/class_password.inc:113 #, fuzzy -msgid "Scalix" -msgstr "терминалы" - -#: contrib/gosa.conf:144 -msgid "Nagios" -msgstr "" - -#: contrib/gosa.conf:164 -msgid "Applications" -msgstr "Приложения" +msgid "You have no permission to change your password." +msgstr "У вас недостаточно прав для смены своего пароля." -#: contrib/gosa.conf:170 -msgid "Options" -msgstr "Параметры" +#: plugins/personal/password/class_password.inc:144 +#: plugins/personal/posix/class_posixAccount.inc:1484 +#: plugins/personal/generic/class_user.inc:1413 +msgid "My account" +msgstr "Моя учетная запись" -#: contrib/gosa.conf:179 +#: plugins/personal/password/nochange.tpl:2 #, fuzzy -msgid "Parameter" -msgstr "Параметры загрузки" - -#: contrib/gosa.conf:184 contrib/gosa.conf:194 contrib/gosa.conf:208 -#: plugins/admin/ogroups/tabs_ogroups.inc:111 -msgid "Startup" -msgstr "Запуск" - -#: contrib/gosa.conf:185 contrib/gosa.conf:209 -#: plugins/admin/ogroups/tabs_ogroups.inc:104 -msgid "Devices" -msgstr "Устройства" - -#: contrib/gosa.conf:186 contrib/gosa.conf:210 -#: plugins/generic/references/class_reference.inc:52 -#: plugins/admin/ogroups/class_ogroupManagement.inc:459 -msgid "Printer" -msgstr "Принтер" - -#: contrib/gosa.conf:187 contrib/gosa.conf:201 contrib/gosa.conf:211 -#: ihtml/themes/default/msg_dialog.tpl:64 -#: ihtml/themes/default/msg_dialog.tpl:110 -#: ihtml/themes/default/MultiSelectWindow.tpl:44 -#: ihtml/themes/default/MultiSelectWindow.tpl:84 setup/setup_ldap.tpl:121 -msgid "Information" -msgstr "Информация" +msgid "Password change not allowed" +msgstr "Сменить пароль" -#: contrib/gosa.conf:189 contrib/gosa.conf:203 contrib/gosa.conf:218 -#: contrib/gosa.conf:223 contrib/gosa.conf:228 contrib/gosa.conf:233 -#: contrib/gosa.conf:238 +#: plugins/personal/password/nochange.tpl:6 #, fuzzy -msgid "Inventory" -msgstr "Добавить объект" - -#: contrib/gosa.conf:195 -msgid "Services" -msgstr "Сервисы" +msgid "You are not allowed to change your password at this time" +msgstr "Вам не разрешено менять пароль." -#: contrib/gosa.conf:197 contrib/gosa.conf:199 contrib/gosa.conf:214 -#: contrib/gosa.conf:216 -msgid "FAI summary" +#: plugins/personal/password/password.tpl:4 +#, fuzzy +msgid "" +"To change your personal password use the fields below. The changes take " +"effect immediately. Please memorize the new password, because you wouldn't " +"be able to login without it." msgstr "" +"В полях ниже вы можете изменить свой пароль. Изменения вступят в силу " +"немедленно. Пожалуйста, запомните новый пароль, так как иначе вы не сможете " +"войти в систему." -#: contrib/gosa.conf:287 -msgid "OGo" +#: 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." -#: contrib/gosa.conf:298 -msgid "Export" -msgstr "Экспорт" +#: plugins/personal/password/password.tpl:13 +#: ihtml/themes/default/password.tpl:77 ihtml/themes/default/password.tpl:78 +msgid "Current password" +msgstr "Текущий пароль" -#: contrib/gosa.conf:299 -#, fuzzy -msgid "Excel Export" -msgstr "Экспорт" +#: plugins/personal/password/password.tpl:18 +#: plugins/personal/generic/password.tpl:7 plugins/admin/users/password.tpl:13 +#: ihtml/themes/default/password.tpl:81 ihtml/themes/default/password.tpl:82 +#: ihtml/themes/default/password.tpl:85 +msgid "New password" +msgstr "Новый пароль" -#: contrib/gosa.conf:300 plugins/addons/notifications/contents.tpl:54 -msgid "Import" -msgstr "Импортировать" +#: plugins/personal/password/password.tpl:23 +#: plugins/personal/generic/password.tpl:11 +#: plugins/admin/users/password.tpl:17 +msgid "Repeat new password" +msgstr "Подтверждение" -#: contrib/gosa.conf:301 +#: plugins/personal/password/password.tpl:28 +#: ihtml/themes/default/password.tpl:89 #, fuzzy -msgid "CSV Import" -msgstr "Импортировать" +msgid "Password strength" +msgstr "Хэширование паролей" -#: contrib/gosa.conf:306 contrib/gosa.conf:336 -#, fuzzy -msgid "Partitions" -msgstr "Назначение" +#: plugins/personal/password/password.tpl:39 +#: plugins/personal/generic/password.tpl:17 +#: plugins/admin/users/password.tpl:30 +msgid "Set password" +msgstr "Изменить пароль" -#: contrib/gosa.conf:310 contrib/gosa.conf:340 -#, fuzzy -msgid "Script" -msgstr "Путь к сценариям" +#: plugins/personal/password/password.tpl:41 +msgid "Clear fields" +msgstr "Очистить поля" -#: contrib/gosa.conf:314 contrib/gosa.conf:344 -msgid "Hooks" +#: 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 "" +"Вы успешно сменили свой пароль. Не забудьте изменить нужные настройки " +"использующих его программ." -#: contrib/gosa.conf:318 contrib/gosa.conf:348 -#, fuzzy -msgid "Variables" -msgstr "Переменная" +#: plugins/personal/password/changed.tpl:9 +#: plugins/personal/generic/main.inc:169 +#: plugins/admin/departments/dep_iframe.tpl:18 +#: plugins/admin/departments/class_departmentManagement.inc:444 +#: include/functions.inc:1509 setup/class_setup.inc:261 +#: setup/class_setup.inc:263 +msgid "Back" +msgstr "Назад" -#: contrib/gosa.conf:322 contrib/gosa.conf:352 +#: plugins/personal/password/main.inc:46 setup/setup_config1.tpl:136 #, fuzzy -msgid "Templates" -msgstr "Шаблон" +msgid "Password settings" +msgstr "Почтовые настройки пользователя" -#: contrib/gosa.conf:326 contrib/gosa.conf:356 -#, fuzzy -msgid "Profiles" -msgstr "Путь к профилю" +#: plugins/personal/posix/posix_groups.tpl:6 +msgid "Select groups to add" +msgstr "Выберите группы для добавления" -#: contrib/gosa.conf:327 contrib/gosa.conf:357 -#: plugins/admin/ogroups/tabs_ogroups.inc:115 -#: plugins/admin/acl/class_divListACL.inc:54 -msgid "Summary" -msgstr "" +#: plugins/personal/posix/posix_groups.tpl:21 +#: plugins/admin/groups/group_objects.tpl:20 +#: plugins/admin/ogroups/ogroup_objects.tpl:20 +#: ihtml/themes/default/MultiSelectWindow.tpl:55 +#: ihtml/themes/default/MultiSelectWindow.tpl:95 +msgid "Filters" +msgstr "Фильтры" -#: contrib/gosa.conf:331 contrib/gosa.conf:361 -#, fuzzy -msgid "Packages" -msgstr "Показать телефоны" +#: plugins/personal/posix/posix_groups.tpl:32 +msgid "Display groups of department" +msgstr "Объединения в подразделении" -#: contrib/gosa.conf:367 -msgid "System logs" -msgstr "Системные журналы" +#: plugins/personal/posix/posix_groups.tpl:35 +#: plugins/personal/posix/trust_machines.tpl:27 +#: plugins/admin/groups/group_objects.tpl:40 +#: plugins/admin/ogroups/ogroup_objects.tpl:42 +msgid "Choose the department the search will be based on" +msgstr "Выбрать раздел, для которого будет осуществлен поиск" -#: contrib/gosa.conf:368 -#, fuzzy -msgid "GOsa logs" -msgstr "Служба печати" +#: plugins/personal/posix/posix_groups.tpl:44 +msgid "Display groups matching" +msgstr "Шаблон для групп" -#: ihtml/themes/default/conflict.tpl:2 -msgid "Session conflict detected" -msgstr "Конфликт сеансов" +#: plugins/personal/posix/posix_groups.tpl:48 +#: plugins/admin/groups/class_divListGroup.inc:76 +#: plugins/admin/ogroups/class_divListOGroup.inc:85 +msgid "Regular expression for matching group names" +msgstr "Регулярное выражение, соответствующее именам групп" -#: ihtml/themes/default/conflict.tpl:6 ihtml/themes/default/msg_dialog.tpl:62 -#: ihtml/themes/default/msg_dialog.tpl:108 ihtml/themes/default/remove.tpl:2 -#: ihtml/themes/default/islocked.tpl:6 -#: plugins/personal/posix/class_posixAccount.inc:803 -#: plugins/addons/gotomasses/remove.tpl:2 plugins/admin/users/remove.tpl:2 -#: plugins/admin/ogroups/remove.tpl:2 -#: plugins/admin/departments/dep_move_confirm.tpl:2 -#: plugins/admin/departments/remove.tpl:2 plugins/admin/acl/remove.tpl:2 -#: plugins/admin/groups/remove.tpl:2 setup/class_setupStep_Migrate.inc:211 -#: setup/class_setupStep_Migrate.inc:260 setup/class_setupStep_Migrate.inc:385 -#: setup/class_setupStep_Migrate.inc:460 setup/class_setupStep_Migrate.inc:596 -#: setup/class_setupStep_Migrate.inc:726 setup/setup_checks.tpl:32 -#: setup/setup_checks.tpl:93 include/class_tabs.inc:214 -#: include/functions.inc:686 include/functions.inc:2158 -#: include/functions.inc:2162 include/functions.inc:2168 html/password.php:282 -#: html/index.php:50 html/index.php:56 html/index.php:407 html/index.php:413 -msgid "Warning" -msgstr "Предупреждение" +#: plugins/personal/posix/posix_groups.tpl:55 +msgid "Display groups of user" +msgstr "Показать группы пользователей" -#: ihtml/themes/default/conflict.tpl:6 +#: plugins/personal/posix/posix_groups.tpl:59 +#: plugins/admin/groups/class_divListGroup.inc:77 +msgid "User name of which groups are shown" +msgstr "Имя пользователя, для которого перечисляются группы" + +#: plugins/personal/posix/posix_groups.tpl:68 +#: plugins/admin/groups/class_divListGroup.inc:73 +#: plugins/admin/users/class_divListUsers.inc:74 +#: plugins/admin/departments/class_divListDepartment.inc:53 +#: plugins/admin/ogroups/ogroup_objects.tpl:38 +#: plugins/admin/ogroups/class_divListOGroup.inc:82 #, fuzzy -msgid "" -"Probably there's another active instance of your session. Multiple window " -"operation is technical not possible and heavily depends on the browser " -"you're using. Usage of different browsers at a time (i.e. IE and Mozilla) is " -"possible. Pressing the Logout button will close this session." -msgstr "" -"Возможно, есть еще один экземпляр вашего сеанса. Работа с несколькими окнами " -"одновременно технически невозможна и в значительной мере зависит от " -"используемого браузера. Использование разных браузеров одновременно " -"(например, IE и Mozilla) возможно. Нажав на кнопку Выход, вы " -"завершите текущий сеанс." +msgid "Search in subtrees" +msgstr "Искать в поддеревьях" -#: ihtml/themes/default/conflict.tpl:10 -msgid "" -"Ignoring this message will change/destroy the data you're currently editing, " -"so please close multiple windows and log in again." -msgstr "" -"Если вы ничего не предпримете, редактируемые вами данные не будут сохранены, " -"поэтому закройте все окна, кроме одного, и начните сеанс заново." +#: plugins/personal/posix/posix_groups.tpl:79 +#: plugins/personal/posix/paste_generic.tpl:61 +#: plugins/personal/posix/trust_machines.tpl:39 +#: plugins/personal/posix/generic.tpl:104 +#: plugins/personal/posix/generic.tpl:146 +#: plugins/personal/posix/generic.tpl:175 +#: plugins/admin/groups/group_objects.tpl:55 +#: plugins/admin/groups/generic.tpl:193 +#: plugins/admin/ogroups/ogroup_objects.tpl:54 +#: plugins/admin/ogroups/generic.tpl:51 +msgid "Add" +msgstr "Добавить" -#: ihtml/themes/default/conflict.tpl:14 -msgid "Logout" -msgstr "Выход" +#: plugins/personal/posix/posix_groups.tpl:81 +#: plugins/personal/posix/trust_machines.tpl:41 +#: plugins/personal/posix/main.inc:108 +#: plugins/personal/generic/password.tpl:19 +#: plugins/personal/generic/generic_picture.tpl:35 +#: plugins/personal/generic/generic_certs.tpl:94 +#: plugins/personal/generic/main.inc:161 plugins/admin/acl/tabs_acl.inc:63 +#: plugins/admin/acl/tabs_acl_role.inc:49 plugins/admin/acl/remove.tpl:17 +#: plugins/admin/acl/remove.tpl:21 plugins/admin/acl/acl_role.tpl:61 +#: plugins/admin/acl/acl_role.tpl:75 plugins/admin/groups/group_objects.tpl:57 +#: plugins/admin/groups/class_groupManagement.inc:472 +#: plugins/admin/groups/remove.tpl:18 plugins/admin/groups/remove.tpl:22 +#: plugins/admin/users/password.tpl:32 plugins/admin/users/template.tpl:50 +#: plugins/admin/users/remove.tpl:16 plugins/admin/users/remove.tpl:19 +#: plugins/admin/users/class_userManagement.inc:877 +#: plugins/admin/departments/dep_move_confirm.tpl:17 +#: plugins/admin/departments/remove.tpl:17 +#: plugins/admin/departments/remove.tpl:21 +#: plugins/admin/departments/class_departmentManagement.inc:409 +#: plugins/admin/ogroups/ogroup_objects.tpl:56 +#: plugins/admin/ogroups/class_ogroupManagement.inc:406 +#: plugins/admin/ogroups/remove.tpl:17 plugins/admin/ogroups/remove.tpl:21 +#: setup/setup_ldap.tpl:17 setup/setup_migrate.tpl:135 +#: setup/setup_migrate.tpl:186 setup/setup_migrate.tpl:251 +#: setup/setup_migrate.tpl:307 setup/setup_migrate.tpl:360 +#: ihtml/themes/default/copyPasteDialog.tpl:21 +#: ihtml/themes/default/islocked.tpl:15 ihtml/themes/default/remove.tpl:15 +#: ihtml/themes/default/acl.tpl:77 ihtml/themes/default/acl.tpl:91 +#: ihtml/themes/default/msg_dialog.tpl:79 +#: ihtml/themes/default/msg_dialog.tpl:134 +#: ihtml/themes/default/pwd_heimdal.tpl:200 +#: ihtml/themes/default/snapshotdialog.tpl:44 +#: ihtml/themes/default/snapshotdialog.tpl:89 +msgid "Cancel" +msgstr "Отмена" -#: ihtml/themes/default/accountexpired.tpl:15 -msgid "Your Password has expired !! Choose a new Password" -msgstr "" +#: plugins/personal/posix/posix_shadow.tpl:9 +msgid "User must change password on first login" +msgstr "Пользователь должен сменить пароль при первом входе в систему" -#: ihtml/themes/default/accountexpired.tpl:23 -#: ihtml/themes/default/accountexpired.tpl:27 -#, fuzzy -msgid "Old Password" -msgstr "Пароль" +#: plugins/personal/posix/posix_shadow.tpl:34 +msgid "Password expires on" +msgstr "Срок действия пароля истекает" -#: ihtml/themes/default/accountexpired.tpl:32 -#: ihtml/themes/default/accountexpired.tpl:36 +#: plugins/personal/posix/paste_generic.tpl:4 #, fuzzy -msgid "New Password" -msgstr "Новый пароль" +msgid "Posix settings" +msgstr "Атрибуты UNIX" -#: ihtml/themes/default/accountexpired.tpl:41 -#: ihtml/themes/default/accountexpired.tpl:45 -#, fuzzy -msgid "Verify Password" -msgstr "Пароль" +#: plugins/personal/posix/paste_generic.tpl:8 +#: plugins/personal/posix/generic.tpl:7 +#: plugins/personal/posix/class_posixAccount.inc:1490 +msgid "Home directory" +msgstr "Домашний каталог" -#: ihtml/themes/default/accountexpired.tpl:51 -#, fuzzy -msgid "Change Password" -msgstr "Сменить пароль" +#: plugins/personal/posix/paste_generic.tpl:23 +#: plugins/personal/posix/generic.tpl:52 +msgid "Force UID/GID" +msgstr "Указать UID/GID вручную" -#: ihtml/themes/default/accountexpired.tpl:52 -#, fuzzy -msgid "Click here to Change your password" -msgstr "У вас недостаточно прав для смены своего пароля." +#: plugins/personal/posix/paste_generic.tpl:28 +#: plugins/personal/posix/generic.tpl:56 html/getxls.php:287 +msgid "UID" +msgstr "UID" -#: ihtml/themes/default/login.tpl:9 -msgid "GOsa login screen" -msgstr "" +#: plugins/personal/posix/paste_generic.tpl:37 +#: plugins/personal/posix/generic.tpl:67 +#: plugins/admin/groups/class_groupGeneric.inc:1008 +msgid "GID" +msgstr "GID" -#: ihtml/themes/default/login.tpl:25 -#, fuzzy -msgid "Login screen" -msgstr "Служба печати" +#: plugins/personal/posix/paste_generic.tpl:47 +#: plugins/personal/posix/generic.tpl:82 +msgid "Group membership" +msgstr "Членство в группах" -#: ihtml/themes/default/login.tpl:32 -#, fuzzy -msgid "" -"Please use your username and your password to log into the site " -"administration system." +#: plugins/personal/posix/paste_generic.tpl:54 +#: plugins/personal/posix/generic.tpl:84 +msgid "(Warning: more than 16 groups are not supported by NFS!)" msgstr "" -"Чтобы войти в систему
введите свои имя пользователя и пароль." - -#: ihtml/themes/default/login.tpl:40 ihtml/themes/default/login.tpl:42 -#: ihtml/themes/default/password.tpl:67 ihtml/themes/default/password.tpl:69 -#: plugins/admin/users/class_divListUsers.inc:61 -msgid "Username" -msgstr "Имя пользователя" +"(Предупреждение: NFS не поддерживает более 16 групп для одного пользователя!)" -#: ihtml/themes/default/login.tpl:45 ihtml/themes/default/login.tpl:47 -#: ihtml/themes/default/password.tpl:38 -#: plugins/personal/password/class_password.inc:24 -#: plugins/personal/generic/paste_generic.tpl:20 setup/setup_migrate.tpl:225 -#: setup/setup_config2.tpl:266 setup/setup_config2.tpl:311 -msgid "Password" -msgstr "Пароль" +#: plugins/personal/posix/paste_generic.tpl:62 +#: plugins/personal/posix/generic.tpl:107 +#: plugins/personal/posix/generic.tpl:149 +#: plugins/personal/posix/generic.tpl:178 plugins/admin/acl/remove.tpl:15 +#: plugins/admin/acl/remove.tpl:19 plugins/admin/groups/generic.tpl:195 +#: plugins/admin/groups/remove.tpl:16 plugins/admin/groups/remove.tpl:20 +#: plugins/admin/users/remove.tpl:15 plugins/admin/users/remove.tpl:18 +#: plugins/admin/departments/remove.tpl:15 +#: plugins/admin/departments/remove.tpl:19 +#: plugins/admin/ogroups/generic.tpl:54 plugins/admin/ogroups/remove.tpl:15 +#: plugins/admin/ogroups/remove.tpl:19 ihtml/themes/default/remove.tpl:13 +msgid "Delete" +msgstr "Удалить" -#: ihtml/themes/default/login.tpl:50 ihtml/themes/default/login.tpl:51 -#: ihtml/themes/default/password.tpl:58 ihtml/themes/default/password.tpl:60 -msgid "Directory" -msgstr "Каталог" +#: plugins/personal/posix/trust_machines.tpl:6 +msgid "Select systems to add" +msgstr "Выберите системы для добавления" -#: ihtml/themes/default/login.tpl:76 ihtml/themes/default/login.tpl:79 -msgid "Sign in" -msgstr "Войти" +#: plugins/personal/posix/trust_machines.tpl:26 +msgid "Display systems of department" +msgstr "Показать системы в подразделении" -#: ihtml/themes/default/login.tpl:77 -msgid "Click here to log in" -msgstr "Нажмите на эту кнопку, чтобы войти в систему" +#: plugins/personal/posix/trust_machines.tpl:30 +msgid "Display systems matching" +msgstr "Показать подходяшие системы" -#: ihtml/themes/default/logout.tpl:5 -msgid "Your GOsa session has expired!" -msgstr "" +#: plugins/personal/posix/trust_machines.tpl:31 +msgid "Regular expression for matching addresses" +msgstr "Регулярное выражение для поиска адреса" -#: ihtml/themes/default/logout.tpl:7 -msgid "" -"The last interaction with the GOsa web interface has been some time ago in " -"the past. For security reasons, the session has been closed. To continue " -"with administrative tasks, please sign in again." -msgstr "" +#: plugins/personal/posix/generic.tpl:4 +#: plugins/personal/generic/class_user.inc:16 +#: plugins/personal/generic/class_user.inc:1408 +#: plugins/admin/groups/class_groupGeneric.inc:992 +#: plugins/admin/departments/class_departmentGeneric.inc:560 +#: plugins/admin/ogroups/class_ogroup.inc:740 +#: plugins/generic/references/class_reference.inc:20 +#: setup/setup_feedback.tpl:46 +msgid "Generic" +msgstr "Общее" -#: ihtml/themes/default/logout.tpl:10 -#, fuzzy -msgid "Sign in again" -msgstr "Войти" +#: plugins/personal/posix/generic.tpl:15 +#: plugins/personal/posix/class_posixAccount.inc:1491 +msgid "Shell" +msgstr "Оболочка" -#: ihtml/themes/default/acl.tpl:2 plugins/admin/acl/acl_role.tpl:3 -msgid "Assigned ACLs for current entry" -msgstr "" +#: plugins/personal/posix/generic.tpl:25 +msgid "Primary group" +msgstr "Основная группа" -#: ihtml/themes/default/acl.tpl:4 plugins/admin/acl/acl_role.tpl:44 -#, fuzzy -msgid "New ACL" -msgstr "Создать" +#: plugins/personal/posix/generic.tpl:36 +msgid "Status" +msgstr "Состояние" -#: ihtml/themes/default/acl.tpl:8 plugins/admin/acl/acl_role.tpl:49 +#: plugins/personal/posix/generic.tpl:93 plugins/admin/groups/generic.tpl:179 #, fuzzy -msgid "ACL type" -msgstr "Тип" +msgid "In all groups" +msgstr "Основная группа" -#: ihtml/themes/default/acl.tpl:8 plugins/admin/acl/acl_role.tpl:49 +#: plugins/personal/posix/generic.tpl:97 plugins/admin/groups/generic.tpl:182 #, fuzzy -msgid "Select an acl type" -msgstr "Выберите, чтобы просмотреть серверы" +msgid "Not in all groups" +msgstr "Показать группы с эл. почтой" -#: ihtml/themes/default/acl.tpl:8 ihtml/themes/default/acl.tpl:20 -#: ihtml/themes/default/acl.tpl:75 ihtml/themes/default/acl.tpl:89 -#: plugins/addons/notifications/contents.tpl:12 -#: plugins/admin/users/class_userManagement.inc:874 -#: plugins/admin/ogroups/class_ogroupManagement.inc:403 -#: plugins/admin/acl/acl_role.tpl:49 plugins/admin/acl/acl_role.tpl:59 -#: plugins/admin/acl/acl_role.tpl:73 -#: plugins/admin/groups/class_groupManagement.inc:469 setup/setup_ldap.tpl:16 -#: setup/setup_migrate.tpl:133 setup/setup_migrate.tpl:184 -#: setup/setup_migrate.tpl:250 setup/setup_migrate.tpl:305 -#: setup/setup_migrate.tpl:358 -msgid "Apply" -msgstr "Применить" +#: plugins/personal/posix/generic.tpl:118 +msgid "Account" +msgstr "Учетная запись" -#: ihtml/themes/default/acl.tpl:15 -msgid "Use members from" -msgstr "" +#: plugins/personal/posix/generic.tpl:125 +msgid "System trust" +msgstr "Системные доверия" -#: ihtml/themes/default/acl.tpl:29 +#: plugins/personal/posix/generic.tpl:127 +#: plugins/personal/posix/generic.tpl:155 #, fuzzy -msgid "Available members" -msgstr "Доступные приложения" +msgid "Trust mode" +msgstr "Режим" -#: ihtml/themes/default/acl.tpl:30 -#: plugins/addons/notifications/contents.tpl:22 -msgid "List message possible targets" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:16 +#: plugins/generic/references/class_reference.inc:22 +msgid "UNIX" +msgstr "Unix" -#: ihtml/themes/default/acl.tpl:41 html/getxls.php:121 html/getxls.php:284 +#: plugins/personal/posix/class_posixAccount.inc:138 #, fuzzy -msgid "Members" -msgstr "Включаемые объекты" +msgid "expired" +msgstr "Экспорт" -#: ihtml/themes/default/acl.tpl:42 -#: plugins/addons/notifications/contents.tpl:34 -msgid "List message recipients" +#: plugins/personal/posix/class_posixAccount.inc:140 +msgid "grace time active" msgstr "" -#: ihtml/themes/default/acl.tpl:55 plugins/admin/acl/acl_role.tpl:54 +#: plugins/personal/posix/class_posixAccount.inc:143 #, fuzzy -msgid "List of available ACL categories" -msgstr "Выберите тип мыши" - -#: ihtml/themes/default/acl.tpl:63 -msgid "ACLs for this object" -msgstr "" +msgid "active, password not changable" +msgstr "Новый пароль" -#: ihtml/themes/default/acl.tpl:69 +#: plugins/personal/posix/class_posixAccount.inc:145 #, fuzzy -msgid "Available roles" -msgstr "Доступные приложения" - -#: ihtml/themes/default/acl.tpl:77 ihtml/themes/default/acl.tpl:91 -#: 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:134 -#: ihtml/themes/default/pwd_heimdal.tpl:200 ihtml/themes/default/remove.tpl:15 -#: ihtml/themes/default/islocked.tpl:15 -#: ihtml/themes/default/copyPasteDialog.tpl:21 -#: plugins/personal/generic/generic_certs.tpl:94 -#: plugins/personal/generic/password.tpl:19 -#: plugins/personal/generic/main.inc:161 -#: plugins/personal/generic/generic_picture.tpl:35 -#: plugins/personal/posix/posix_groups.tpl:81 -#: plugins/personal/posix/main.inc:108 -#: plugins/personal/posix/trust_machines.tpl:41 -#: plugins/addons/gotomasses/goto_task.tpl:56 -#: plugins/addons/gotomasses/remove.tpl:19 -#: plugins/admin/users/class_userManagement.inc:877 -#: plugins/admin/users/remove.tpl:16 plugins/admin/users/remove.tpl:19 -#: plugins/admin/users/template.tpl:50 plugins/admin/users/password.tpl:23 -#: plugins/admin/ogroups/class_ogroupManagement.inc:406 -#: plugins/admin/ogroups/ogroup_objects.tpl:56 -#: plugins/admin/ogroups/remove.tpl:17 plugins/admin/ogroups/remove.tpl:21 -#: plugins/admin/departments/class_departmentManagement.inc:409 -#: plugins/admin/departments/dep_move_confirm.tpl:17 -#: plugins/admin/departments/remove.tpl:17 -#: plugins/admin/departments/remove.tpl:21 plugins/admin/acl/acl_role.tpl:61 -#: plugins/admin/acl/acl_role.tpl:75 plugins/admin/acl/tabs_acl.inc:63 -#: plugins/admin/acl/remove.tpl:17 plugins/admin/acl/remove.tpl:21 -#: plugins/admin/acl/tabs_acl_role.inc:49 -#: plugins/admin/groups/group_objects.tpl:57 -#: plugins/admin/groups/class_groupManagement.inc:472 -#: plugins/admin/groups/remove.tpl:18 plugins/admin/groups/remove.tpl:22 -#: setup/setup_ldap.tpl:17 setup/setup_migrate.tpl:135 -#: setup/setup_migrate.tpl:186 setup/setup_migrate.tpl:251 -#: setup/setup_migrate.tpl:307 setup/setup_migrate.tpl:360 -msgid "Cancel" -msgstr "Отмена" - -#: ihtml/themes/default/logout-close.tpl:5 -msgid "Your GOsa session has been closed!" -msgstr "" - -#: ihtml/themes/default/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/framework.tpl:8 ihtml/themes/default/framework.tpl:11 -#: ihtml/themes/default/framework.tpl:20 ihtml/themes/default/framework.tpl:24 -#: include/class_pluglist.inc:176 -msgid "" -"You are currently editing a database entry. Do you want to dismiss the " -"changes?" -msgstr "" -"Вы сейчас редактируете объект базы данных. Хотите отказаться от изменений?" +msgid "active, password expired" +msgstr "Срок действия пароля истекает" -#: ihtml/themes/default/framework.tpl:8 ihtml/themes/default/framework.tpl:11 -msgid "Main" -msgstr "Начало" +#: plugins/personal/posix/class_posixAccount.inc:147 +#, fuzzy +msgid "active" +msgstr "Личный" -#: ihtml/themes/default/framework.tpl:16 -msgid "Help" -msgstr "Справка" +#: plugins/personal/posix/class_posixAccount.inc:192 +msgid "unconfigured" +msgstr "Не настроено" -#: ihtml/themes/default/framework.tpl:21 ihtml/themes/default/framework.tpl:25 -msgid "Sign out" -msgstr "Выход" +#: plugins/personal/posix/class_posixAccount.inc:203 +msgid "automatic" +msgstr "автоматически" -#: ihtml/themes/default/framework.tpl:29 -msgid "Signed in:" -msgstr "Пользователь:" +#: plugins/personal/posix/class_posixAccount.inc:259 +msgid "This account has no unix extensions." +msgstr "В этой учетной записи нет расширений UNIX." -#: ihtml/themes/default/framework.tpl:32 -msgid "GOsa main menu" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:279 +#: plugins/personal/posix/class_posixAccount.inc:282 +msgid "Remove posix account" +msgstr "Удалить учетную запись POSIX" -#: ihtml/themes/default/snapshotdialog.tpl:3 +#: plugins/personal/posix/class_posixAccount.inc:280 #, fuzzy -msgid "Restoring object snapshots" -msgstr "Объект группы" - -#: 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." +"This account has unix features enabled. To disable them, you'll need to " +"remove the samba / environment account first." msgstr "" +"В этой учетной записи используются атрибуты POSIX. Чтобы отключить их " +"использование, сначала нужно удалить учетную запись Samba." -#: ihtml/themes/default/snapshotdialog.tpl:9 +#: plugins/personal/posix/class_posixAccount.inc:283 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)." +"This account has posix features enabled. You can disable them by clicking " +"below." msgstr "" +"В этой учетной записи используются атрибуты POSIX. Вы можете отключить их " +"использование, щелкнув ниже." -#: ihtml/themes/default/snapshotdialog.tpl:12 +#: plugins/personal/posix/class_posixAccount.inc:286 +msgid "Create posix account" +msgstr "Создать учетную запись POSIX" + +#: plugins/personal/posix/class_posixAccount.inc:287 msgid "" -"Don't forget to check references to other objects, for example does the " -"selected printer still exists ?" +"This account has posix features disabled. You can enable them by clicking " +"below." msgstr "" +"В этой учетной записи не используются атрибуты POSIX. Вы можете использовать " +"их, щелкнув ниже." -#: ihtml/themes/default/snapshotdialog.tpl:20 -#: ihtml/themes/default/snapshotdialog.tpl:62 -#: plugins/admin/departments/class_departmentGeneric.inc:545 -#: include/class_acl.inc:643 include/class_acl.inc:650 -#: include/class_acl.inc:657 include/class_acl.inc:663 -msgid "Object" -msgstr "Объект" +#: plugins/personal/posix/class_posixAccount.inc:447 +#, php-format +msgid "Password can't be changed up to %s days after last change" +msgstr "Пароль нельзя изменить в течение %s дн. с последней смены (shadowMin)" -#: ihtml/themes/default/snapshotdialog.tpl:29 -msgid "There is no snapshot available that could be restored" +#: plugins/personal/posix/class_posixAccount.inc:451 +#, php-format +msgid "Password must be changed after %s days" +msgstr "Пароль должен быть изменен по истечении %s дн. (shadowMax)" + +#: plugins/personal/posix/class_posixAccount.inc:455 +#, php-format +msgid "Disable account after %s days of inactivity after password expiery" msgstr "" +"Отключить учетную запись, если срок действия пароля истек и прошло %s дн. " +"бездействия (shadowInactive)" -#: ihtml/themes/default/snapshotdialog.tpl:31 -msgid "Choose a snapshot and click the folder image, to restore the snapshot" +#: plugins/personal/posix/class_posixAccount.inc:459 +#, php-format +msgid "Warn user %s days before password expiery" msgstr "" +"Предупреждать пользователей за %s дн. до истечения срока действия пароля " +"(shadowWarning)" -#: ihtml/themes/default/snapshotdialog.tpl:49 -#, fuzzy -msgid "Creating object snapshots" -msgstr "Объект группы" +#: plugins/personal/posix/class_posixAccount.inc:493 +#: plugins/personal/generic/class_user.inc:265 +msgid "January" +msgstr "Январь" -#: ihtml/themes/default/snapshotdialog.tpl:52 -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 "" +#: plugins/personal/posix/class_posixAccount.inc:493 +#: plugins/personal/generic/class_user.inc:265 +msgid "February" +msgstr "Февраль" -#: ihtml/themes/default/snapshotdialog.tpl:55 -msgid "" -"Remember that database entries, DNS configurations and possibly created " -"zones in server extensions will not be stored in the snapshot." -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:493 +#: plugins/personal/generic/class_user.inc:265 +msgid "March" +msgstr "Март" -#: ihtml/themes/default/snapshotdialog.tpl:70 -#, fuzzy -msgid "Timestamp" -msgstr "Таймаут (с)" +#: plugins/personal/posix/class_posixAccount.inc:493 +#: plugins/personal/generic/class_user.inc:265 +msgid "April" +msgstr "Апрель" -#: ihtml/themes/default/snapshotdialog.tpl:79 -msgid "Reason for generating this snapshot" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:494 +#: plugins/personal/generic/class_user.inc:266 +msgid "May" +msgstr "Май" -#: ihtml/themes/default/snapshotdialog.tpl:87 -#: plugins/addons/notifications/contents.tpl:78 -#: plugins/admin/users/template.tpl:48 -#: plugins/admin/departments/class_departmentGeneric.inc:472 -#: plugins/admin/departments/class_departmentGeneric.inc:567 -#: setup/class_setup.inc:266 -msgid "Continue" -msgstr "Продолжить" +#: plugins/personal/posix/class_posixAccount.inc:494 +#: plugins/personal/generic/class_user.inc:266 +msgid "June" +msgstr "Июнь" -#: ihtml/themes/default/msg_dialog.tpl:60 -#: ihtml/themes/default/msg_dialog.tpl:106 -#: plugins/personal/generic/class_user.inc:374 -#: plugins/personal/generic/class_user.inc:471 -#: plugins/personal/generic/class_user.inc:732 -#: plugins/personal/generic/class_user.inc:1262 -#: plugins/personal/generic/main.inc:103 -#: plugins/personal/posix/class_posixAccount.inc:1278 -#: plugins/addons/gotomasses/class_gotomasses.inc:102 -#: plugins/addons/gotomasses/class_gotomasses.inc:188 -#: plugins/addons/gotomasses/class_gotomasses.inc:203 -#: plugins/addons/gotomasses/class_gotomasses.inc:237 -#: plugins/addons/gotomasses/class_target_list.inc:229 -#: plugins/addons/gotomasses/class_target_list.inc:233 -#: plugins/addons/notifications/class_msgplug.inc:117 -#: plugins/addons/notifications/class_msgplug.inc:213 -#: setup/class_setupStep_Migrate.inc:1019 setup/setup_checks.tpl:30 -#: setup/setup_checks.tpl:91 include/class_plugin.inc:624 -#: include/class_plugin.inc:656 include/class_plugin.inc:692 -#: include/class_plugin.inc:1391 include/class_log.inc:144 -#: include/class_log.inc:152 include/class_log.inc:157 -#: include/class_log.inc:177 include/functions.inc:1175 -#: include/functions.inc:1287 include/class_CopyPasteHandler.inc:274 -#: include/class_CopyPasteHandler.inc:277 -#: include/class_CopyPasteHandler.inc:315 -#: include/class_CopyPasteHandler.inc:318 html/index.php:213 -#: html/index.php:217 -msgid "Error" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:494 +#: plugins/personal/generic/class_user.inc:266 +msgid "July" +msgstr "Июль" -#: ihtml/themes/default/msg_dialog.tpl:76 -#: ihtml/themes/default/msg_dialog.tpl:78 -#: ihtml/themes/default/msg_dialog.tpl:131 -#: ihtml/themes/default/msg_dialog.tpl:133 -#: plugins/personal/generic/main.inc:159 plugins/personal/posix/main.inc:106 -#: plugins/addons/gotomasses/goto_task.tpl:55 -#: plugins/admin/users/class_userManagement.inc:871 -#: plugins/admin/ogroups/class_ogroupManagement.inc:400 -#: plugins/admin/acl/tabs_acl.inc:61 plugins/admin/acl/tabs_acl_role.inc:47 -#: plugins/admin/groups/class_groupManagement.inc:466 -#: setup/class_setupStep_Migrate.inc:217 setup/class_setupStep_Migrate.inc:266 -#: setup/class_setupStep_Migrate.inc:324 setup/class_setupStep_Migrate.inc:392 -#: setup/class_setupStep_Migrate.inc:467 setup/class_setupStep_Migrate.inc:539 -#: setup/class_setupStep_Migrate.inc:592 setup/class_setupStep_Migrate.inc:722 -#: setup/class_setupStep_Migrate.inc:877 -#: setup/class_setupStep_Migrate.inc:1635 setup/setup_checks.tpl:27 -#: setup/setup_checks.tpl:87 -msgid "Ok" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:494 +#: plugins/personal/generic/class_user.inc:266 +msgid "August" +msgstr "Август" -#: ihtml/themes/default/pwd_heimdal.tpl:5 -#, fuzzy -msgid "Heimdal options" -msgstr "Почтовые настройки" +#: plugins/personal/posix/class_posixAccount.inc:494 +#: plugins/personal/generic/class_user.inc:266 +msgid "September" +msgstr "Сентябрь" -#: ihtml/themes/default/pwd_heimdal.tpl:6 -msgid "Use empty values for infinite" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:495 +#: plugins/personal/generic/class_user.inc:267 +msgid "October" +msgstr "Октябрь" -#: ihtml/themes/default/pwd_heimdal.tpl:10 -msgid "Ticket max life" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:495 +#: plugins/personal/generic/class_user.inc:267 +msgid "November" +msgstr "Ноябрь" -#: ihtml/themes/default/pwd_heimdal.tpl:18 -msgid "Ticket max renew" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:495 +#: plugins/personal/generic/class_user.inc:267 +msgid "December" +msgstr "Декабрь" -#: ihtml/themes/default/pwd_heimdal.tpl:32 -msgid "infinite" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:592 +#: setup/setup_config2.tpl:188 +msgid "disabled" +msgstr "отключен" -#: ihtml/themes/default/pwd_heimdal.tpl:34 -#: plugins/addons/gotomasses/class_gotomasses.inc:348 -#, fuzzy -msgid "Hour" -msgstr "час" +#: plugins/personal/posix/class_posixAccount.inc:592 +msgid "full access" +msgstr "полный доступ" -#: ihtml/themes/default/pwd_heimdal.tpl:36 -#: plugins/addons/gotomasses/class_gotomasses.inc:347 -#, fuzzy -msgid "Minute" -msgstr "Принтер" +#: plugins/personal/posix/class_posixAccount.inc:593 +msgid "allow access to these hosts" +msgstr "разрешить доступ только на эти хосты" -#: ihtml/themes/default/pwd_heimdal.tpl:38 -#: plugins/addons/gotomasses/class_gotomasses.inc:346 -#, fuzzy -msgid "Day" -msgstr "день" +#: plugins/personal/posix/class_posixAccount.inc:646 +#, fuzzy, php-format +msgid "Removing of user/posix account with dn '%s' failed." +msgstr "Удалить учетную запись POSIX" -#: ihtml/themes/default/pwd_heimdal.tpl:40 -#: plugins/addons/gotomasses/class_gotomasses.inc:349 -#, fuzzy -msgid "Month" -msgstr "месяц" +#: plugins/personal/posix/class_posixAccount.inc:802 +#: plugins/admin/acl/remove.tpl:2 plugins/admin/groups/remove.tpl:2 +#: plugins/admin/users/remove.tpl:2 +#: plugins/admin/departments/dep_move_confirm.tpl:2 +#: plugins/admin/departments/remove.tpl:2 plugins/admin/ogroups/remove.tpl:2 +#: include/functions.inc:696 include/functions.inc:2171 +#: include/functions.inc:2175 include/functions.inc:2181 +#: include/class_tabs.inc:214 setup/setup_checks.tpl:32 +#: setup/setup_checks.tpl:93 setup/class_setupStep_Migrate.inc:211 +#: setup/class_setupStep_Migrate.inc:260 setup/class_setupStep_Migrate.inc:385 +#: setup/class_setupStep_Migrate.inc:460 setup/class_setupStep_Migrate.inc:596 +#: setup/class_setupStep_Migrate.inc:726 html/password.php:282 +#: html/index.php:50 html/index.php:56 html/index.php:408 html/index.php:414 +#: ihtml/themes/default/islocked.tpl:6 ihtml/themes/default/remove.tpl:2 +#: ihtml/themes/default/conflict.tpl:6 ihtml/themes/default/msg_dialog.tpl:57 +#: ihtml/themes/default/msg_dialog.tpl:102 +msgid "Warning" +msgstr "Предупреждение" -#: ihtml/themes/default/pwd_heimdal.tpl:42 +#: plugins/personal/posix/class_posixAccount.inc:802 +msgid "Timeout while waiting for lock! Ignoring lock." +msgstr "" + +#: plugins/personal/posix/class_posixAccount.inc:896 #, fuzzy -msgid "Year" -msgstr "Поиск" +msgid "Uid number" +msgstr "Терминал" -#: ihtml/themes/default/pwd_heimdal.tpl:47 -msgid "Valid ticket start time" +#: plugins/personal/posix/class_posixAccount.inc:896 +msgid "" +"A duplicated uid number was written for this user, if this was not intended " +"please verify all used uidNumbers." msgstr "" -#: ihtml/themes/default/pwd_heimdal.tpl:87 -msgid "Valid ticket end time" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:910 +#, fuzzy, php-format +msgid "Saving of user/posix account with dn '%s' failed." +msgstr "Аккаунт Proxy" -#: ihtml/themes/default/pwd_heimdal.tpl:127 -#, fuzzy -msgid "Password end" -msgstr "Пароль" +#: plugins/personal/posix/class_posixAccount.inc:929 +#: plugins/personal/posix/class_posixAccount.inc:1126 +msgid "Group of user" +msgstr "Группа пользователя" -#: ihtml/themes/default/pwd_heimdal.tpl:198 -#: ihtml/themes/default/copyPasteDialog.tpl:19 -#: plugins/personal/generic/generic_certs.tpl:91 -#: plugins/personal/generic/generic_picture.tpl:33 -#: plugins/admin/departments/class_departmentManagement.inc:407 -#: plugins/admin/departments/dep_move_confirm.tpl:15 -#: include/class_MultiSelectWindow.inc:113 -msgid "Save" -msgstr "Сохранить" +#: plugins/personal/posix/class_posixAccount.inc:985 +#: plugins/personal/posix/class_posixAccount.inc:1062 +msgid "The required field 'Home directory' is not set." +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/personal/posix/class_posixAccount.inc:988 +#: plugins/personal/posix/class_posixAccount.inc:1065 +msgid "Please enter a valid path in 'Home directory' field." +msgstr "Введите корректный путь в поле \"Домашний каталог\"." + +#: plugins/personal/posix/class_posixAccount.inc:996 +msgid "Value specified as 'UID' is not valid." +msgstr "Значение поля \"UID\" некорректно." + +#: plugins/personal/posix/class_posixAccount.inc:999 +msgid "Value specified as 'UID' is too small." +msgstr "Значение 'UID' слишком маленькое." + +#: plugins/personal/posix/class_posixAccount.inc:1003 +#: plugins/admin/groups/class_groupGeneric.inc:899 +msgid "Value specified as 'GID' is not valid." +msgstr "Значение поля 'GID' некорректно." + +#: plugins/personal/posix/class_posixAccount.inc:1006 +#: plugins/admin/groups/class_groupGeneric.inc:902 +msgid "Value specified as 'GID' is too small." +msgstr "Значение 'GID' слишком маленькое." + +#: plugins/personal/posix/class_posixAccount.inc:1014 +#: plugins/personal/posix/class_posixAccount.inc:1071 +msgid "Value specified as 'shadowMin' is not valid." +msgstr "Значение поля \"shadowMin\" некорректно." + +#: plugins/personal/posix/class_posixAccount.inc:1019 +#: plugins/personal/posix/class_posixAccount.inc:1076 +msgid "Value specified as 'shadowMax' is not valid." +msgstr "Значение поля \"shadowMax\" некорректно." + +#: plugins/personal/posix/class_posixAccount.inc:1024 +#: plugins/personal/posix/class_posixAccount.inc:1081 +msgid "Value specified as 'shadowWarning' is not valid." +msgstr "Значение поля \"shadowWarning\" некорректно." + +#: plugins/personal/posix/class_posixAccount.inc:1027 +#: plugins/personal/posix/class_posixAccount.inc:1084 +msgid "'shadowWarning' without 'shadowMax' makes no sense." +msgstr "Использование \"shadowWarning\" без \"shadowMax\" бессмысленно." + +#: plugins/personal/posix/class_posixAccount.inc:1030 +#: plugins/personal/posix/class_posixAccount.inc:1087 +msgid "Value specified as 'shadowWarning' should be smaller than 'shadowMax'." msgstr "" -"Это приложение может использоваться несколькими группами. Подумайте еще раз, " -"действительно ли вы хотите удалить его, так как GOsa не сможет отменить " -"результаты этой операции." +"Значение поля \"shadowWarning\" должно быть меньше значения поля \"shadowMax" +"\"." -#: ihtml/themes/default/remove.tpl:9 plugins/addons/gotomasses/remove.tpl:10 -#: plugins/admin/users/remove.tpl:10 plugins/admin/ogroups/remove.tpl:10 -#: plugins/admin/groups/remove.tpl:10 -#, fuzzy -msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." +#: plugins/personal/posix/class_posixAccount.inc:1033 +#: plugins/personal/posix/class_posixAccount.inc:1090 +msgid "Value specified as 'shadowWarning' should be greater than 'shadowMin'." msgstr "" -"Если вы уверены в своих действиях, нажмите на кнопку Удалить, иначе " -"нажмите Отмена." +"Значение поля \"shadowWarning\" должно быть больше значения поля \"shadowMin" +"\"." -#: ihtml/themes/default/remove.tpl:13 -#: plugins/personal/posix/paste_generic.tpl:62 -#: plugins/personal/posix/generic.tpl:107 -#: plugins/personal/posix/generic.tpl:149 -#: plugins/personal/posix/generic.tpl:178 -#: plugins/addons/gotomasses/remove.tpl:15 -#: plugins/addons/gotomasses/remove.tpl:17 plugins/admin/users/remove.tpl:15 -#: plugins/admin/users/remove.tpl:18 plugins/admin/ogroups/remove.tpl:15 -#: plugins/admin/ogroups/remove.tpl:19 plugins/admin/ogroups/generic.tpl:54 -#: plugins/admin/departments/remove.tpl:15 -#: plugins/admin/departments/remove.tpl:19 plugins/admin/acl/remove.tpl:15 -#: plugins/admin/acl/remove.tpl:19 plugins/admin/groups/remove.tpl:16 -#: plugins/admin/groups/remove.tpl:20 plugins/admin/groups/generic.tpl:195 -msgid "Delete" -msgstr "Удалить" +#: plugins/personal/posix/class_posixAccount.inc:1038 +#: plugins/personal/posix/class_posixAccount.inc:1095 +msgid "Value specified as 'shadowInactive' is not valid." +msgstr "Значение поля \"shadowInactive\" некорректно." -#: ihtml/themes/default/islocked.tpl:2 -msgid "Locking conflict detected" -msgstr "Конфликт блокировок" +#: plugins/personal/posix/class_posixAccount.inc:1041 +#: plugins/personal/posix/class_posixAccount.inc:1098 +msgid "'shadowInactive' without 'shadowMax' makes no sense." +msgstr "Использование \"shadowInactive\" без \"shadowMax\" бессмысленно." -#: ihtml/themes/default/islocked.tpl:9 -#, fuzzy -msgid "" -"If this lock detection is false, the other person has obviously closed the " -"webbrowser during the edit operation. You may want to take over the lock by " -"pressing the 'Edit anyway' button." +#: plugins/personal/posix/class_posixAccount.inc:1046 +#: plugins/personal/posix/class_posixAccount.inc:1103 +msgid "Value specified as 'shadowMin' should be smaller than 'shadowMax'." msgstr "" -"Если результат этой проверки блокировки - ложь, очевидно, другой человек " -"закрыл браузер во время редактирования данных. Вы можете удалить файл " -"блокировки, нажав на кнопку Удалить." +"Значение поля \"shadowMin\" должно быть меньше значения поля \"shadowMax\"." -#: ihtml/themes/default/MultiSelectWindow.tpl:55 -#: ihtml/themes/default/MultiSelectWindow.tpl:95 -#: plugins/personal/posix/posix_groups.tpl:21 -#: plugins/admin/ogroups/ogroup_objects.tpl:20 -#: plugins/admin/groups/group_objects.tpl:20 -msgid "Filters" -msgstr "Фильтры" +#: plugins/personal/posix/class_posixAccount.inc:1305 +#: plugins/personal/generic/class_user.inc:374 +#: plugins/personal/generic/class_user.inc:471 +#: plugins/personal/generic/class_user.inc:732 +#: plugins/personal/generic/class_user.inc:1262 +#: plugins/personal/generic/main.inc:103 +#: plugins/addons/notifications/class_msgplug.inc:117 +#: plugins/addons/notifications/class_msgplug.inc:213 +#: plugins/admin/groups/class_groupGeneric.inc:711 +#: plugins/admin/groups/class_groupGeneric.inc:716 +#: plugins/admin/groups/class_groupGeneric.inc:944 include/functions.inc:1188 +#: include/functions.inc:1300 include/class_plugin.inc:621 +#: include/class_plugin.inc:653 include/class_plugin.inc:689 +#: include/class_plugin.inc:1370 include/class_CopyPasteHandler.inc:274 +#: include/class_CopyPasteHandler.inc:277 +#: include/class_CopyPasteHandler.inc:315 +#: include/class_CopyPasteHandler.inc:318 include/class_log.inc:144 +#: include/class_log.inc:152 include/class_log.inc:157 +#: include/class_log.inc:177 setup/setup_checks.tpl:30 +#: setup/setup_checks.tpl:91 setup/class_setupStep_Migrate.inc:1019 +#: html/index.php:214 html/index.php:218 +#: ihtml/themes/default/msg_dialog.tpl:55 +#: ihtml/themes/default/msg_dialog.tpl:100 +msgid "Error" +msgstr "" -#: ihtml/themes/default/password.tpl:6 -#, fuzzy -msgid "Change your password" -msgstr "Сменить пароль" +#: plugins/personal/posix/class_posixAccount.inc:1305 +msgid "Cannot allocate a free ID: too many users!" +msgstr "" -#: ihtml/themes/default/password.tpl:33 +#: plugins/personal/posix/class_posixAccount.inc:1480 #, fuzzy -msgid "Success" -msgstr "Экспорт успешен." +msgid "POSIX account" +msgstr "Аккаунт FTP" -#: ihtml/themes/default/password.tpl:33 -msgid "Your password has been changed successfully." -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:1492 +#: setup/setup_migrate.tpl:217 html/getxls.php:100 html/getxls.php:135 +#: html/getxls.php:158 html/getxls.php:347 html/getxls.php:364 +msgid "User ID" +msgstr "Идентификатор пользователя" -#: ihtml/themes/default/password.tpl:39 -#: plugins/admin/users/class_userManagement.inc:296 +#: plugins/personal/posix/class_posixAccount.inc:1493 #, fuzzy -msgid "Password change" -msgstr "Сменить пароль" +msgid "Group ID" +msgstr "Группа" -#: ihtml/themes/default/password.tpl:51 -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 "" +#: plugins/personal/posix/class_posixAccount.inc:1495 +#, fuzzy +msgid "Force password change on login" +msgstr "Сменить пароль" -#: ihtml/themes/default/password.tpl:76 ihtml/themes/default/password.tpl:77 -#: plugins/personal/password/password.tpl:11 -msgid "Current password" -msgstr "Текущий пароль" +#: plugins/personal/posix/class_posixAccount.inc:1496 +#, fuzzy +msgid "Shadow min" +msgstr "Затенение" -#: ihtml/themes/default/password.tpl:80 ihtml/themes/default/password.tpl:81 -#: ihtml/themes/default/password.tpl:84 -#: plugins/personal/password/password.tpl:16 -#: plugins/personal/generic/password.tpl:7 plugins/admin/users/password.tpl:11 -msgid "New password" -msgstr "Новый пароль" +#: plugins/personal/posix/class_posixAccount.inc:1497 +#, fuzzy +msgid "Shadow max" +msgstr "Затенение" -#: ihtml/themes/default/password.tpl:84 +#: plugins/personal/posix/class_posixAccount.inc:1498 #, fuzzy -msgid "again" -msgstr "Начало" +msgid "Shadow warning" +msgstr "Затенение" -#: ihtml/themes/default/password.tpl:85 +#: plugins/personal/posix/class_posixAccount.inc:1499 #, fuzzy -msgid "New password repeated" -msgstr "Новый пароль" +msgid "Shadow inactive" +msgstr "Затенение" -#: ihtml/themes/default/password.tpl:92 +#: plugins/personal/posix/class_posixAccount.inc:1500 #, fuzzy -msgid "Change" -msgstr "Канал" +msgid "Shadow expire" +msgstr "Показать людей" -#: ihtml/themes/default/password.tpl:93 +#: plugins/personal/posix/class_posixAccount.inc:1501 #, fuzzy -msgid "Click here to change your password" -msgstr "У вас недостаточно прав для смены своего пароля." +msgid "System trust model" +msgstr "Системные доверия" -#: ihtml/themes/default/copyPasteDialog.tpl:1 -msgid "Copy & paste wizard" +#: plugins/personal/posix/main.inc:106 plugins/personal/generic/main.inc:159 +#: plugins/admin/acl/tabs_acl.inc:61 plugins/admin/acl/tabs_acl_role.inc:47 +#: plugins/admin/groups/class_groupManagement.inc:466 +#: plugins/admin/users/class_userManagement.inc:871 +#: plugins/admin/ogroups/class_ogroupManagement.inc:400 +#: setup/setup_checks.tpl:27 setup/setup_checks.tpl:87 +#: setup/class_setupStep_Migrate.inc:217 setup/class_setupStep_Migrate.inc:266 +#: setup/class_setupStep_Migrate.inc:324 setup/class_setupStep_Migrate.inc:392 +#: setup/class_setupStep_Migrate.inc:467 setup/class_setupStep_Migrate.inc:539 +#: setup/class_setupStep_Migrate.inc:592 setup/class_setupStep_Migrate.inc:722 +#: setup/class_setupStep_Migrate.inc:877 +#: setup/class_setupStep_Migrate.inc:1635 +#: ihtml/themes/default/msg_dialog.tpl:76 +#: ihtml/themes/default/msg_dialog.tpl:78 +#: ihtml/themes/default/msg_dialog.tpl:131 +#: ihtml/themes/default/msg_dialog.tpl:133 +msgid "Ok" msgstr "" -#: ihtml/themes/default/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/personal/posix/main.inc:118 plugins/personal/generic/main.inc:182 +msgid "Click the 'Edit' button below to change informations in this dialog" +msgstr "Нажмите 'Изменить' чтобы отредактировать данные в этой форме." -#: ihtml/themes/default/copyPasteDialog.tpl:9 -msgid "Remember that some properties like taken snapshots will not be copied!" -msgstr "" +#: plugins/personal/posix/main.inc:120 plugins/personal/generic/main.inc:172 +#: plugins/admin/groups/class_divListGroup.inc:171 +#: plugins/admin/users/class_divListUsers.inc:164 +msgid "Edit" +msgstr "Изменить" -#: ihtml/themes/default/copyPasteDialog.tpl:10 +#: plugins/personal/posix/main.inc:129 +msgid "Unix settings" +msgstr "Атрибуты UNIX" + +#: plugins/personal/generic/password.tpl:2 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!" +"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 произведет шифрование в соответствии с выбраной " +"схемой." -#: ihtml/themes/default/copyPasteDialog.tpl:24 -#, fuzzy -msgid "Cancel all" -msgstr "Отмена" - -#: ihtml/themes/default/copyPasteDialog.tpl:30 -#, fuzzy -msgid "Operation complete" -msgstr "не полный" +#: plugins/personal/generic/generic_picture.tpl:5 +#: plugins/personal/generic/generic_picture.tpl:15 +#: plugins/personal/generic/multiple_generic.tpl:13 +#: plugins/personal/generic/paste_generic.tpl:37 +#: plugins/personal/generic/generic.tpl:20 +#: plugins/personal/generic/generic.tpl:22 +#: plugins/personal/generic/generic.tpl:38 +msgid "Personal picture" +msgstr "Изображение" -#: ihtml/themes/default/copyPasteDialog.tpl:32 -#: setup/class_setupStep_Finish.inc:37 -msgid "Finish" -msgstr "Готово" +#: plugins/personal/generic/generic_picture.tpl:27 +#: plugins/personal/generic/paste_generic.tpl:52 +msgid "Remove picture" +msgstr "Удалить изображение" -#: 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 "" -"Ограничение на количество возвращаемых объектов позволяет ускорить операции " -"поиска и предохраняет сервер LDAP от большой нагрузки. Простейший способ " -"снизить время обработки запроса при обслуживаии большой базы данных это " -"установить минимальное значение. Кроме того, будет очень полезно " -"использовать фильтры для просмотра только ограниченного количества объектов." +#: plugins/personal/generic/generic_picture.tpl:33 +#: plugins/personal/generic/generic_certs.tpl:91 +#: plugins/admin/departments/dep_move_confirm.tpl:15 +#: plugins/admin/departments/class_departmentManagement.inc:407 +#: include/class_MultiSelectWindow.inc:113 +#: ihtml/themes/default/copyPasteDialog.tpl:19 +#: ihtml/themes/default/pwd_heimdal.tpl:198 +msgid "Save" +msgstr "Сохранить" -#: ihtml/themes/default/sizelimit.tpl:6 -msgid "Please choose the way to react for this session" -msgstr "Выберите тип реакции для данной сессии" +#: plugins/personal/generic/multiple_generic.tpl:5 +#: plugins/personal/generic/generic.tpl:6 +msgid "Personal information" +msgstr "Личная информация" -#: ihtml/themes/default/sizelimit.tpl:9 -msgid "ignore this error and show all entries the LDAP server returns" -msgstr "игнорировать ошибку и показать все найденые объекты" +#: plugins/personal/generic/multiple_generic.tpl:23 +#: plugins/personal/generic/generic.tpl:108 +#: plugins/personal/generic/class_user.inc:1424 +msgid "Academic title" +msgstr "Академическое звание" -#: ihtml/themes/default/sizelimit.tpl:10 +#: plugins/personal/generic/multiple_generic.tpl:33 +#: plugins/personal/generic/generic.tpl:157 #, fuzzy -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 -#: plugins/personal/generic/generic.tpl:137 -msgid "Set" -msgstr "Установить" - -#: ihtml/themes/default/help.tpl:9 -msgid "GOsa help viewer" -msgstr "" +msgid "Preferred langage" +msgstr "Язык по умолчанию" -#: ihtml/themes/default/help.tpl:15 -msgid "Index" -msgstr "" +#: plugins/personal/generic/multiple_generic.tpl:47 +#: plugins/personal/generic/generic.tpl:170 +#: plugins/personal/generic/class_user.inc:1418 +#: plugins/admin/acl/class_divListACL.inc:134 +#: plugins/admin/acl/acl_role.tpl:27 plugins/admin/acl/class_aclRole.inc:678 +#: plugins/admin/groups/class_groupGeneric.inc:1002 +#: plugins/admin/groups/class_divListGroup.inc:151 +#: plugins/admin/groups/generic.tpl:39 +#: plugins/admin/users/class_divListUsers.inc:143 +#: plugins/admin/departments/class_divListDepartment.inc:125 +#: plugins/admin/departments/generic.tpl:35 +#: plugins/admin/departments/class_departmentGeneric.inc:571 +#: plugins/admin/ogroups/class_divListOGroup.inc:163 +#: plugins/admin/ogroups/class_ogroup.inc:750 +#: plugins/admin/ogroups/generic.tpl:26 setup/setup_ldap.tpl:55 +msgid "Base" +msgstr "Ветка" -#: ihtml/themes/default/help.tpl:21 setup/setup_ldap.tpl:13 -msgid "Search" -msgstr "Поиск" +#: plugins/personal/generic/multiple_generic.tpl:53 +#: plugins/personal/generic/generic.tpl:175 +msgid "Choose subtree to place user in" +msgstr "Выберите ветку для пользователя" -#: plugins/generic/welcome/welcome.tpl:4 +#: plugins/personal/generic/multiple_generic.tpl:56 +#: plugins/personal/generic/generic.tpl:180 plugins/admin/acl/acl_role.tpl:37 +#: plugins/admin/groups/generic.tpl:49 +#: plugins/admin/departments/generic.tpl:45 +#: plugins/admin/ogroups/generic.tpl:34 #, fuzzy -msgid "" -"This is the GOsa main menu. You can select your tasks from the menu on the " -"left, or by choosing one of the pictograms below. All changes apply directly " -"to your companies LDAP server." -msgstr "" -"Это начальная страница GOsa. Из меню слева или среди пиктограмм ниже вы " -"можете выбрать нужный вам раздел. Все изменения будут сразу же переноситься " -"на LDAP-сервер вашей компании." +msgid "Select a base" +msgstr "Выберите, чтобы просмотреть серверы" -#: plugins/generic/welcome/welcome.tpl:8 -#, fuzzy -msgid "" -"Use 'Sign out' on the upper left to close the connection and 'Main' to get " -"back to the pictogram view." -msgstr "" -"Чтобы завершить сеанс, выберите в меню слева вверху пункт Выход. " -"Чтобы вернуться на начальную страницу, выберите Начало." +#: plugins/personal/generic/multiple_generic.tpl:67 +#: plugins/personal/generic/multiple_generic.tpl:285 +#: plugins/personal/generic/generic.tpl:194 +#: plugins/personal/generic/generic.tpl:389 +#: plugins/admin/departments/generic.tpl:76 +#: plugins/admin/departments/class_departmentGeneric.inc:577 +#: html/getxls.php:227 +msgid "Address" +msgstr "Адрес" -#: plugins/generic/welcome/welcome.tpl:15 -msgid "The GOsa team" -msgstr "Команда разработчиков GOsa" +#: plugins/personal/generic/multiple_generic.tpl:78 +#: plugins/personal/generic/generic.tpl:202 +msgid "Private phone" +msgstr "Личный телефон" -#: plugins/generic/welcome/main.inc:24 -#, php-format -msgid "Welcome %s!" -msgstr "Добро пожаловать %s!" +#: plugins/personal/generic/multiple_generic.tpl:88 +#: plugins/personal/generic/generic.tpl:210 +#: plugins/personal/generic/class_user.inc:1427 +msgid "Homepage" +msgstr "Домашняя страница" -#: plugins/generic/references/class_reference.inc:22 -#: plugins/personal/posix/class_posixAccount.inc:16 -msgid "UNIX" -msgstr "Unix" +#: plugins/personal/generic/multiple_generic.tpl:105 +#: plugins/personal/generic/generic.tpl:223 +msgid "Password storage" +msgstr "Хэширование паролей" -#: plugins/generic/references/class_reference.inc:30 -msgid "FAX" -msgstr "Факс" +#: plugins/personal/generic/multiple_generic.tpl:117 +#: plugins/personal/generic/generic.tpl:238 +#: plugins/personal/generic/generic_certs.tpl:3 +msgid "Certificates" +msgstr "Сертификаты" -#: plugins/generic/references/class_reference.inc:32 -msgid "Proxy" -msgstr "Прокси-сервер" +#: plugins/personal/generic/multiple_generic.tpl:121 +#: plugins/personal/generic/generic.tpl:241 +msgid "Edit certificates" +msgstr "Изменить сертификаты" -#: plugins/generic/references/class_reference.inc:34 -msgid "FTP" -msgstr "FTP" +#: plugins/personal/generic/multiple_generic.tpl:137 +#: plugins/personal/generic/generic.tpl:259 +msgid "Organizational information" +msgstr "Информация об организации" -#: plugins/generic/references/class_reference.inc:36 -#: plugins/admin/ogroups/class_ogroupManagement.inc:451 -#: plugins/admin/groups/class_divListGroup.inc:165 -msgid "Group" -msgstr "Группа" +#: plugins/personal/generic/multiple_generic.tpl:149 +#: plugins/personal/generic/generic.tpl:271 +#: plugins/personal/generic/class_user.inc:1428 setup/setup_feedback.tpl:14 +#: html/getxls.php:299 +msgid "Organization" +msgstr "Организация" -#: plugins/generic/references/class_reference.inc:38 -#: plugins/personal/generic/class_user.inc:1429 #: plugins/personal/generic/multiple_generic.tpl:159 #: plugins/personal/generic/generic.tpl:279 +#: plugins/personal/generic/class_user.inc:1429 #: plugins/admin/users/class_divListUsers.inc:61 -#: plugins/admin/ogroups/class_ogroupManagement.inc:453 #: plugins/admin/departments/class_divListDepartment.inc:137 +#: plugins/admin/ogroups/class_ogroupManagement.inc:453 +#: plugins/generic/references/class_reference.inc:38 msgid "Department" msgstr "Подразделение" -#: plugins/generic/references/class_reference.inc:42 -#: plugins/admin/ogroups/class_ogroupManagement.inc:452 -#: plugins/admin/ogroups/tabs_ogroups.inc:122 -#: plugins/admin/groups/class_divListGroup.inc:232 -msgid "Application" -msgstr "Приложение" - -#: plugins/generic/references/class_reference.inc:44 -#: plugins/addons/gotomasses/class_target_list.inc:180 -#: plugins/admin/ogroups/class_ogroupManagement.inc:454 -#: setup/setup_config2.tpl:248 setup/setup_config2.tpl:293 -msgid "Server" -msgstr "Сервер" +#: plugins/personal/generic/multiple_generic.tpl:169 +#: plugins/personal/generic/generic.tpl:287 +msgid "Department No." +msgstr "Номер подразделения" -#: plugins/generic/references/class_reference.inc:46 -msgid "Thin Client" -msgstr "Тонкий клиент" +#: plugins/personal/generic/multiple_generic.tpl:179 +#: plugins/personal/generic/generic.tpl:295 +msgid "Employee No." +msgstr "Номер работника" -#: plugins/generic/references/class_reference.inc:48 -#: plugins/addons/gotomasses/class_target_list.inc:182 -#: plugins/admin/ogroups/class_ogroupManagement.inc:456 -msgid "Workstation" -msgstr "Рабочая станция" +#: plugins/personal/generic/multiple_generic.tpl:189 +#: plugins/personal/generic/generic.tpl:303 +#: plugins/personal/generic/class_user.inc:1435 +msgid "Employee type" +msgstr "Форма трудоустройства" -#: plugins/generic/references/class_reference.inc:50 -#: plugins/addons/gotomasses/class_target_list.inc:184 -#: plugins/admin/ogroups/class_divListOGroup.inc:176 -#: plugins/admin/ogroups/class_divListOGroup.inc:294 -msgid "Object group" -msgstr "Объект группы" +#: plugins/personal/generic/multiple_generic.tpl:207 +#: plugins/personal/generic/multiple_generic.tpl:418 +#: plugins/personal/generic/generic.tpl:321 +#: plugins/personal/generic/generic.tpl:503 +msgid "Room No." +msgstr "Номер комнаты" -#: plugins/generic/references/contents.tpl:11 -#: plugins/addons/gotomasses/class_target_list.inc:48 -msgid "Object name" -msgstr "Имя объекта" +#: plugins/personal/generic/multiple_generic.tpl:217 +#: plugins/personal/generic/multiple_generic.tpl:428 +#: plugins/personal/generic/generic.tpl:330 +#: plugins/personal/generic/generic.tpl:511 +#: plugins/admin/groups/class_divListGroup.inc:234 +#: plugins/admin/users/class_divListUsers.inc:244 +#: plugins/admin/departments/generic.tpl:83 +#: plugins/admin/ogroups/class_ogroupManagement.inc:455 +#: plugins/generic/references/class_reference.inc:40 +msgid "Phone" +msgstr "Телефон" -#: plugins/generic/references/contents.tpl:11 -#: plugins/addons/gotomasses/class_gotomasses.inc:344 -#: plugins/admin/ogroups/class_ogroup.inc:763 -#: plugins/admin/ogroups/generic.tpl:15 -#: plugins/admin/departments/class_departmentGeneric.inc:590 -#: plugins/admin/departments/generic.tpl:16 plugins/admin/acl/acl_role.tpl:17 -#: plugins/admin/acl/class_aclRole.inc:679 plugins/admin/groups/generic.tpl:24 -#: plugins/admin/groups/class_groupGeneric.inc:1003 html/getxls.php:158 -#: html/getxls.php:287 -msgid "Description" -msgstr "Описание" +#: plugins/personal/generic/multiple_generic.tpl:227 +#: plugins/personal/generic/generic.tpl:339 html/getxls.php:299 +msgid "Mobile" +msgstr "Мобильный" -#: plugins/generic/references/contents.tpl:11 -#, fuzzy -msgid "Contents" -msgstr "Контакт" +#: plugins/personal/generic/multiple_generic.tpl:237 +#: plugins/personal/generic/generic.tpl:347 html/getxls.php:226 +#: html/getxls.php:300 +msgid "Pager" +msgstr "Пейджер" -#: plugins/generic/references/contents.tpl:18 -msgid "This object has no relationship to other objects." -msgstr "Данный объект не имеет ссылок на другие объекты" +#: plugins/personal/generic/multiple_generic.tpl:247 +#: plugins/personal/generic/multiple_generic.tpl:438 +#: plugins/personal/generic/generic.tpl:355 +#: plugins/personal/generic/generic.tpl:523 +#: plugins/admin/users/class_divListUsers.inc:246 +#: plugins/admin/departments/generic.tpl:91 +#: plugins/admin/departments/class_departmentGeneric.inc:579 +#: html/getxls.php:222 html/getxls.php:297 +msgid "Fax" +msgstr "Факс" -#: plugins/personal/password/class_password.inc:25 -#: plugins/personal/generic/class_user.inc:17 -#: plugins/personal/posix/class_posixAccount.inc:17 -#: plugins/addons/gotomasses/class_gotomasses.inc:7 -#: plugins/addons/gotomasses/class_goto_task.inc:7 -#: plugins/addons/notifications/class_msgplug.inc:7 -#: plugins/admin/users/class_userManagement.inc:25 -#: plugins/admin/ogroups/class_ogroupManagement.inc:25 -#: plugins/admin/departments/class_departmentManagement.inc:25 -#: plugins/admin/acl/class_aclRole.inc:7 -#: plugins/admin/acl/class_aclManagement.inc:25 -#: plugins/admin/groups/class_groupManagement.inc:25 include/class_acl.inc:7 -msgid "This does something" -msgstr "Что-то будет" +#: plugins/personal/generic/multiple_generic.tpl:265 +#: plugins/personal/generic/generic.tpl:373 +#: plugins/personal/generic/class_user.inc:1436 +#: plugins/admin/departments/generic.tpl:56 +#: plugins/admin/departments/generic.tpl:68 +#: plugins/admin/departments/class_departmentGeneric.inc:572 +#: html/getxls.php:224 +msgid "Location" +msgstr "Местоположение" -#: plugins/personal/password/class_password.inc:77 -#: plugins/personal/password/class_password.inc:80 -#: plugins/personal/password/class_password.inc:83 -#: plugins/personal/password/class_password.inc:86 -#: plugins/personal/password/class_password.inc:89 -#: plugins/personal/password/class_password.inc:92 -#: plugins/personal/password/class_password.inc:106 -#: plugins/personal/password/class_password.inc:112 -#: plugins/personal/password/class_password.inc:140 -#: plugins/personal/generic/class_user.inc:1419 -#, fuzzy -msgid "User password" -msgstr "Новый пароль" +#: plugins/personal/generic/multiple_generic.tpl:275 +#: plugins/personal/generic/generic.tpl:381 +#: plugins/personal/generic/class_user.inc:1437 +#: plugins/admin/departments/generic.tpl:60 +#: plugins/admin/departments/class_departmentGeneric.inc:576 +#: html/getxls.php:228 html/getxls.php:301 +msgid "State" +msgstr "Адм. единица" -#: plugins/personal/password/class_password.inc:78 -msgid "You need to specify your current password in order to proceed." -msgstr "Для продолжения укажите свой текущий пароль." +#: plugins/personal/generic/multiple_generic.tpl:302 +#: plugins/personal/generic/generic.tpl:405 +#: plugins/personal/generic/class_user.inc:1395 +msgid "Vocation" +msgstr "Специальность" -#: plugins/personal/password/class_password.inc:81 -#: plugins/personal/generic/main.inc:80 -#: plugins/admin/users/class_userManagement.inc:189 html/password.php:195 -msgid "" -"The passwords you've entered as 'New password' and 'Repeated new password' " -"do not match." -msgstr "Введенные пароли не совпадают!" +#: plugins/personal/generic/multiple_generic.tpl:312 +#: plugins/personal/generic/generic.tpl:413 +#: plugins/personal/generic/class_user.inc:1398 +msgid "Unit description" +msgstr "Описание подразделения" -#: plugins/personal/password/class_password.inc:84 -#: plugins/personal/generic/main.inc:85 -#: plugins/admin/users/class_userManagement.inc:194 html/password.php:198 -msgid "The password you've entered as 'New password' is empty." -msgstr "Вы не указали новый пароль." +#: plugins/personal/generic/multiple_generic.tpl:323 +#: plugins/personal/generic/generic.tpl:422 +#: plugins/personal/generic/class_user.inc:1399 +msgid "Subject area" +msgstr "Область деятельности" -#: plugins/personal/password/class_password.inc:87 html/password.php:206 -msgid "The password used as new and current are too similar." -msgstr "Новый и текущий пароли слишком похожи." +#: plugins/personal/generic/multiple_generic.tpl:334 +#: plugins/personal/generic/generic.tpl:431 +#: plugins/personal/generic/class_user.inc:1400 +msgid "Functional title" +msgstr "Должность" -#: plugins/personal/password/class_password.inc:90 html/password.php:211 -msgid "The password used as new is to short." -msgstr "Новый пароль слишком короткий." +#: plugins/personal/generic/multiple_generic.tpl:345 +#: plugins/personal/generic/generic.tpl:440 +#: plugins/personal/generic/class_user.inc:1404 +#: plugins/admin/acl/class_divListACL.inc:147 +#: plugins/admin/acl/class_divListACL.inc:206 +#: plugins/admin/acl/class_aclRole.inc:668 +msgid "Role" +msgstr "Роль" -#: plugins/personal/password/class_password.inc:93 -#, fuzzy, php-format -msgid "External password changer reported a problem: %s." -msgstr "При попытке сменить пароль извне возникла проблема: " +#: plugins/personal/generic/multiple_generic.tpl:360 +#: plugins/personal/generic/generic.tpl:454 +#: plugins/personal/generic/class_user.inc:1397 +msgid "Person locality" +msgstr "Местоположение сотрудника" -#: plugins/personal/password/class_password.inc:107 -msgid "" -"The password you've entered as your current password doesn't match the real " -"one." -msgstr "Введенный вами текущий пароль не совпадает с реальным." +#: plugins/personal/generic/multiple_generic.tpl:371 +#: plugins/personal/generic/generic.tpl:463 +#: plugins/personal/generic/class_user.inc:1393 +msgid "Unit" +msgstr "Подразделение" -#: plugins/personal/password/class_password.inc:113 -#, fuzzy -msgid "You have no permission to change your password." -msgstr "У вас недостаточно прав для смены своего пароля." +#: plugins/personal/generic/multiple_generic.tpl:382 +#: plugins/personal/generic/generic.tpl:472 +#: plugins/personal/generic/class_user.inc:1403 +msgid "Street" +msgstr "Улица" -#: plugins/personal/password/nochange.tpl:2 -#, fuzzy -msgid "Password change not allowed" -msgstr "Сменить пароль" +#: plugins/personal/generic/multiple_generic.tpl:392 +#: plugins/personal/generic/generic.tpl:480 +#: plugins/personal/generic/class_user.inc:1405 html/getxls.php:227 +msgid "Postal code" +msgstr "Почтовый индекс" -#: plugins/personal/password/nochange.tpl:6 -#, fuzzy -msgid "You are not allowed to change your password at this time" -msgstr "Вам не разрешено менять пароль." +#: plugins/personal/generic/multiple_generic.tpl:402 +#: plugins/personal/generic/generic.tpl:488 +#: plugins/personal/generic/class_user.inc:1394 +msgid "House identifier" +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." -msgstr "" -"Вы успешно сменили свой пароль. Не забудьте изменить нужные настройки " -"использующих его программ." +#: plugins/personal/generic/multiple_generic.tpl:449 +#: plugins/personal/generic/generic.tpl:532 +#: plugins/personal/generic/class_user.inc:1396 +msgid "Last delivery" +msgstr "Последняя доставка" -#: plugins/personal/password/changed.tpl:9 -#: plugins/personal/generic/main.inc:169 -#: plugins/admin/departments/class_departmentManagement.inc:444 -#: plugins/admin/departments/dep_iframe.tpl:18 setup/class_setup.inc:261 -#: setup/class_setup.inc:263 include/functions.inc:1496 -msgid "Back" -msgstr "Назад" +#: plugins/personal/generic/multiple_generic.tpl:460 +#: plugins/personal/generic/generic.tpl:541 +#: plugins/personal/generic/class_user.inc:1402 +msgid "Public visible" +msgstr "Видимый всем" -#: plugins/personal/password/password.tpl:2 +#: plugins/personal/generic/paste_generic.tpl:1 #, fuzzy -msgid "" -"To change your personal password use the fields below. The changes take " -"effect immediately. Please memorize the new password, because you wouldn't " -"be able to login without it." -msgstr "" -"В полях ниже вы можете изменить свой пароль. Изменения вступят в силу " -"немедленно. Пожалуйста, запомните новый пароль, так как иначе вы не сможете " -"войти в систему." +msgid "User settings" +msgstr "Почтовые настройки пользователя" -#: plugins/personal/password/password.tpl:6 plugins/admin/users/password.tpl:6 +#: plugins/personal/generic/paste_generic.tpl:7 +#: plugins/personal/generic/generic.tpl:49 plugins/admin/users/template.tpl:23 #, fuzzy -msgid "" -"Changing the password affects your authentification on mail, proxy, samba " -"and unix services." -msgstr "" -"Изменение пароля влияет на аутентификацию при использовании почты, прокси-" -"сервера, Samba и служб UNIX." - -#: plugins/personal/password/password.tpl:21 -#: plugins/personal/generic/password.tpl:11 -#: plugins/admin/users/password.tpl:15 -msgid "Repeat new password" -msgstr "Подтверждение" - -#: plugins/personal/password/password.tpl:30 -#: plugins/personal/generic/password.tpl:17 -#: plugins/admin/users/password.tpl:21 -msgid "Set password" -msgstr "Изменить пароль" - -#: plugins/personal/password/password.tpl:32 -msgid "Clear fields" -msgstr "Очистить поля" +msgid "Last name" +msgstr "Список" -#: plugins/personal/password/main.inc:46 setup/setup_config1.tpl:136 +#: plugins/personal/generic/paste_generic.tpl:11 +#: plugins/personal/generic/generic.tpl:69 plugins/admin/users/template.tpl:27 #, fuzzy -msgid "Password settings" -msgstr "Почтовые настройки пользователя" +msgid "First name" +msgstr "Список" -#: plugins/personal/generic/generic_certs.tpl:3 -#: plugins/personal/generic/multiple_generic.tpl:117 -#: plugins/personal/generic/generic.tpl:238 -msgid "Certificates" -msgstr "Сертификаты" +#: plugins/personal/generic/paste_generic.tpl:15 +#: plugins/personal/generic/generic.tpl:82 plugins/admin/users/template.tpl:32 +msgid "Login" +msgstr "Имя пользователя" -#: plugins/personal/generic/generic_certs.tpl:8 -msgid "Standard certificate" -msgstr "Стандартный сертификат" +#: plugins/personal/generic/paste_generic.tpl:23 +#, fuzzy +msgid "Clear password" +msgstr "Новый пароль" -#: plugins/personal/generic/generic_certs.tpl:21 -#: plugins/personal/generic/generic_certs.tpl:45 -#: plugins/personal/generic/generic_certs.tpl:69 -#: plugins/admin/users/class_divListUsers.inc:168 -#: plugins/admin/ogroups/class_divListOGroup.inc:185 -#: plugins/admin/departments/class_divListDepartment.inc:141 -#: plugins/admin/acl/class_divListACL.inc:153 -#: plugins/admin/groups/class_divListGroup.inc:173 -msgid "Remove" -msgstr "Удалить" +#: plugins/personal/generic/paste_generic.tpl:24 +#, fuzzy +msgid "Set new password" +msgstr "Изменить пароль" -#: plugins/personal/generic/generic_certs.tpl:33 -msgid "S/MIME certificate" -msgstr "Сертификат S/MIME" +#: plugins/personal/generic/paste_generic.tpl:47 +#: plugins/personal/generic/class_user.inc:1438 +#, fuzzy +msgid "User picture" +msgstr "Изображение" -#: plugins/personal/generic/generic_certs.tpl:57 -msgid "PKCS12 certificate" -msgstr "Сертификат PKCS12" +#: plugins/personal/generic/generic.tpl:29 +#: plugins/personal/generic/generic.tpl:40 +msgid "Change picture" +msgstr "Сменить изображение" -#: plugins/personal/generic/generic_certs.tpl:78 -#: plugins/personal/generic/class_user.inc:1401 -msgid "Certificate serial number" -msgstr "Серийный номер сертификата" +#: plugins/personal/generic/generic.tpl:52 +#: plugins/personal/generic/generic.tpl:73 +#: plugins/personal/generic/generic.tpl:89 plugins/admin/groups/generic.tpl:14 +msgid "Multiple edit" +msgstr "" -#: plugins/personal/generic/class_user.inc:265 -#: plugins/personal/posix/class_posixAccount.inc:494 -msgid "January" -msgstr "Январь" +#: plugins/personal/generic/generic.tpl:62 +#, fuzzy +msgid "Template name" +msgstr "Шаблон" -#: plugins/personal/generic/class_user.inc:265 -#: plugins/personal/posix/class_posixAccount.inc:494 -msgid "February" -msgstr "Февраль" +#: plugins/personal/generic/generic.tpl:98 +#: plugins/personal/generic/class_user.inc:1423 +msgid "Personal title" +msgstr "Обращение" -#: plugins/personal/generic/class_user.inc:265 -#: plugins/personal/posix/class_posixAccount.inc:494 -msgid "March" -msgstr "Март" +#: plugins/personal/generic/generic.tpl:119 +#: plugins/personal/generic/class_user.inc:1430 +msgid "Date of birth" +msgstr "Дата рождения" -#: plugins/personal/generic/class_user.inc:265 -#: plugins/personal/posix/class_posixAccount.inc:494 -msgid "April" -msgstr "Апрель" +#: plugins/personal/generic/generic.tpl:137 +#: ihtml/themes/default/sizelimit.tpl:14 +msgid "Set" +msgstr "Установить" -#: plugins/personal/generic/class_user.inc:266 -#: plugins/personal/posix/class_posixAccount.inc:495 -msgid "May" -msgstr "Май" +#: plugins/personal/generic/generic.tpl:144 html/getxls.php:86 +#: html/getxls.php:281 +msgid "Sex" +msgstr "Пол" -#: plugins/personal/generic/class_user.inc:266 -#: plugins/personal/posix/class_posixAccount.inc:495 -msgid "June" -msgstr "Июнь" +#: plugins/personal/generic/generic.tpl:230 include/functions.inc:936 +msgid "Configure" +msgstr "Настроить" -#: plugins/personal/generic/class_user.inc:266 -#: plugins/personal/posix/class_posixAccount.inc:495 -msgid "July" -msgstr "Июль" +#: plugins/personal/generic/generic.tpl:517 +msgid "Please use the phone tab" +msgstr "Воспользуйтесь закладкой \"Телефон\"" -#: plugins/personal/generic/class_user.inc:266 -#: plugins/personal/posix/class_posixAccount.inc:495 -msgid "August" -msgstr "Август" +#: plugins/personal/generic/generic_certs.tpl:8 +msgid "Standard certificate" +msgstr "Стандартный сертификат" -#: plugins/personal/generic/class_user.inc:266 -#: plugins/personal/posix/class_posixAccount.inc:495 -msgid "September" -msgstr "Сентябрь" +#: plugins/personal/generic/generic_certs.tpl:21 +#: plugins/personal/generic/generic_certs.tpl:45 +#: plugins/personal/generic/generic_certs.tpl:69 +#: plugins/admin/acl/class_divListACL.inc:153 +#: plugins/admin/groups/class_divListGroup.inc:173 +#: plugins/admin/users/class_divListUsers.inc:168 +#: plugins/admin/departments/class_divListDepartment.inc:141 +#: plugins/admin/ogroups/class_divListOGroup.inc:185 +msgid "Remove" +msgstr "Удалить" -#: plugins/personal/generic/class_user.inc:267 -#: plugins/personal/posix/class_posixAccount.inc:496 -msgid "October" -msgstr "Октябрь" +#: plugins/personal/generic/generic_certs.tpl:33 +msgid "S/MIME certificate" +msgstr "Сертификат S/MIME" -#: plugins/personal/generic/class_user.inc:267 -#: plugins/personal/posix/class_posixAccount.inc:496 -msgid "November" -msgstr "Ноябрь" +#: plugins/personal/generic/generic_certs.tpl:57 +msgid "PKCS12 certificate" +msgstr "Сертификат PKCS12" -#: plugins/personal/generic/class_user.inc:267 -#: plugins/personal/posix/class_posixAccount.inc:496 -msgid "December" -msgstr "Декабрь" +#: plugins/personal/generic/generic_certs.tpl:78 +#: plugins/personal/generic/class_user.inc:1401 +msgid "Certificate serial number" +msgstr "Серийный номер сертификата" #: plugins/personal/generic/class_user.inc:276 msgid "female" @@ -1328,7 +1270,7 @@ msgstr "" msgid "No certificate installed" msgstr "Изменить сертификаты" -#: plugins/personal/generic/class_user.inc:554 +#: plugins/personal/generic/class_user.inc:554 html/password.php:161 #, fuzzy msgid "Password method" msgstr "Хэширование паролей" @@ -1399,7 +1341,7 @@ msgstr "Значение поля \"Домашняя страница\" соде #: plugins/personal/generic/class_user.inc:1158 #: plugins/personal/generic/class_user.inc:1529 #: plugins/personal/generic/class_user.inc:1550 -#: plugins/admin/departments/class_departmentGeneric.inc:276 +#: plugins/admin/departments/class_departmentGeneric.inc:264 msgid "The field 'Name' contains invalid characters." msgstr "Значение поля \"Имя\" содержит недопустимые символы." @@ -1412,13 +1354,13 @@ msgstr "Значение поля \"Личное имя\" содержит не #: plugins/personal/generic/class_user.inc:1141 #: plugins/personal/generic/class_user.inc:1535 -#: plugins/admin/departments/class_departmentGeneric.inc:279 +#: plugins/admin/departments/class_departmentGeneric.inc:267 msgid "The field 'Phone' contains an invalid phone number." msgstr "Значение поля \"Телефон\" содержит недопустимый номер телефона." #: plugins/personal/generic/class_user.inc:1144 #: plugins/personal/generic/class_user.inc:1538 -#: plugins/admin/departments/class_departmentGeneric.inc:282 +#: plugins/admin/departments/class_departmentGeneric.inc:270 msgid "The field 'Fax' contains an invalid phone number." msgstr "Значение поля \"Факс\" содержит недопустимый номер телефона." @@ -1437,81 +1379,6 @@ msgstr "Значение поля \"Пейджер\" содержит некор msgid "Cannot open certificate!" msgstr "Невозможно выбрать базу данных!" -#: plugins/personal/generic/class_user.inc:1393 -#: plugins/personal/generic/multiple_generic.tpl:371 -#: plugins/personal/generic/generic.tpl:463 -msgid "Unit" -msgstr "Подразделение" - -#: plugins/personal/generic/class_user.inc:1394 -#: plugins/personal/generic/multiple_generic.tpl:402 -#: plugins/personal/generic/generic.tpl:488 -msgid "House identifier" -msgstr "Номер дома" - -#: plugins/personal/generic/class_user.inc:1395 -#: plugins/personal/generic/multiple_generic.tpl:302 -#: plugins/personal/generic/generic.tpl:405 -msgid "Vocation" -msgstr "Специальность" - -#: plugins/personal/generic/class_user.inc:1396 -#: plugins/personal/generic/multiple_generic.tpl:449 -#: plugins/personal/generic/generic.tpl:532 -msgid "Last delivery" -msgstr "Последняя доставка" - -#: plugins/personal/generic/class_user.inc:1397 -#: plugins/personal/generic/multiple_generic.tpl:360 -#: plugins/personal/generic/generic.tpl:454 -msgid "Person locality" -msgstr "Местоположение сотрудника" - -#: plugins/personal/generic/class_user.inc:1398 -#: plugins/personal/generic/multiple_generic.tpl:312 -#: plugins/personal/generic/generic.tpl:413 -msgid "Unit description" -msgstr "Описание подразделения" - -#: plugins/personal/generic/class_user.inc:1399 -#: plugins/personal/generic/multiple_generic.tpl:323 -#: plugins/personal/generic/generic.tpl:422 -msgid "Subject area" -msgstr "Область деятельности" - -#: plugins/personal/generic/class_user.inc:1400 -#: plugins/personal/generic/multiple_generic.tpl:334 -#: plugins/personal/generic/generic.tpl:431 -msgid "Functional title" -msgstr "Должность" - -#: plugins/personal/generic/class_user.inc:1402 -#: plugins/personal/generic/multiple_generic.tpl:460 -#: plugins/personal/generic/generic.tpl:541 -msgid "Public visible" -msgstr "Видимый всем" - -#: plugins/personal/generic/class_user.inc:1403 -#: plugins/personal/generic/multiple_generic.tpl:382 -#: plugins/personal/generic/generic.tpl:472 -msgid "Street" -msgstr "Улица" - -#: plugins/personal/generic/class_user.inc:1404 -#: plugins/personal/generic/multiple_generic.tpl:345 -#: plugins/personal/generic/generic.tpl:440 -#: plugins/admin/acl/class_aclRole.inc:668 -#: plugins/admin/acl/class_divListACL.inc:147 -#: plugins/admin/acl/class_divListACL.inc:206 -msgid "Role" -msgstr "Роль" - -#: plugins/personal/generic/class_user.inc:1405 -#: plugins/personal/generic/multiple_generic.tpl:392 -#: plugins/personal/generic/generic.tpl:480 html/getxls.php:227 -msgid "Postal code" -msgstr "Почтовый индекс" - #: plugins/personal/generic/class_user.inc:1409 #, fuzzy msgid "Generic user settings" @@ -1524,25 +1391,6 @@ msgstr "Общая информация о пользователе" msgid "Users" msgstr "Пользователи" -#: plugins/personal/generic/class_user.inc:1418 -#: plugins/personal/generic/multiple_generic.tpl:47 -#: plugins/personal/generic/generic.tpl:170 -#: plugins/addons/gotomasses/class_target_list.inc:130 -#: plugins/admin/users/class_divListUsers.inc:143 -#: plugins/admin/ogroups/class_ogroup.inc:762 -#: plugins/admin/ogroups/generic.tpl:26 -#: plugins/admin/ogroups/class_divListOGroup.inc:163 -#: plugins/admin/departments/class_departmentGeneric.inc:592 -#: plugins/admin/departments/class_divListDepartment.inc:125 -#: plugins/admin/departments/generic.tpl:35 plugins/admin/acl/acl_role.tpl:27 -#: plugins/admin/acl/class_aclRole.inc:678 -#: plugins/admin/acl/class_divListACL.inc:134 -#: plugins/admin/groups/class_divListGroup.inc:151 -#: plugins/admin/groups/generic.tpl:39 -#: plugins/admin/groups/class_groupGeneric.inc:1002 setup/setup_ldap.tpl:55 -msgid "Base" -msgstr "Ветка" - #: plugins/personal/generic/class_user.inc:1420 html/getxls.php:301 #, fuzzy msgid "Surename" @@ -1558,17 +1406,6 @@ msgstr "Имя" msgid "User identification" msgstr "Информация" -#: plugins/personal/generic/class_user.inc:1423 -#: plugins/personal/generic/generic.tpl:98 -msgid "Personal title" -msgstr "Обращение" - -#: plugins/personal/generic/class_user.inc:1424 -#: plugins/personal/generic/multiple_generic.tpl:23 -#: plugins/personal/generic/generic.tpl:108 -msgid "Academic title" -msgstr "Академическое звание" - #: plugins/personal/generic/class_user.inc:1425 html/getxls.php:224 msgid "Home postal address" msgstr "" @@ -1578,24 +1415,6 @@ msgstr "" msgid "Home phone number" msgstr "Телефонные номера" -#: plugins/personal/generic/class_user.inc:1427 -#: plugins/personal/generic/multiple_generic.tpl:88 -#: plugins/personal/generic/generic.tpl:210 -msgid "Homepage" -msgstr "Домашняя страница" - -#: plugins/personal/generic/class_user.inc:1428 -#: plugins/personal/generic/multiple_generic.tpl:149 -#: plugins/personal/generic/generic.tpl:271 setup/setup_feedback.tpl:14 -#: html/getxls.php:299 -msgid "Organization" -msgstr "Организация" - -#: plugins/personal/generic/class_user.inc:1430 -#: plugins/personal/generic/generic.tpl:119 -msgid "Date of birth" -msgstr "Дата рождения" - #: plugins/personal/generic/class_user.inc:1431 #, fuzzy msgid "Gender" @@ -1616,36 +1435,6 @@ msgstr "Управление подразделениями" msgid "Employee number" msgstr "Форма трудоустройства" -#: plugins/personal/generic/class_user.inc:1435 -#: plugins/personal/generic/multiple_generic.tpl:189 -#: plugins/personal/generic/generic.tpl:303 -msgid "Employee type" -msgstr "Форма трудоустройства" - -#: plugins/personal/generic/class_user.inc:1436 -#: plugins/personal/generic/multiple_generic.tpl:265 -#: plugins/personal/generic/generic.tpl:373 -#: plugins/admin/departments/class_departmentGeneric.inc:593 -#: plugins/admin/departments/generic.tpl:56 -#: plugins/admin/departments/generic.tpl:68 html/getxls.php:224 -msgid "Location" -msgstr "Местоположение" - -#: plugins/personal/generic/class_user.inc:1437 -#: plugins/personal/generic/multiple_generic.tpl:275 -#: plugins/personal/generic/generic.tpl:381 -#: plugins/admin/departments/class_departmentGeneric.inc:597 -#: plugins/admin/departments/generic.tpl:60 html/getxls.php:228 -#: html/getxls.php:301 -msgid "State" -msgstr "Адм. единица" - -#: plugins/personal/generic/class_user.inc:1438 -#: plugins/personal/generic/paste_generic.tpl:47 -#, fuzzy -msgid "User picture" -msgstr "Изображение" - #: plugins/personal/generic/class_user.inc:1439 #, fuzzy msgid "Room number" @@ -1682,964 +1471,1043 @@ msgstr "Почтовый индекс" msgid "Fax number" msgstr "Терминал" -#: plugins/personal/generic/multiple_generic.tpl:5 -#: plugins/personal/generic/generic.tpl:6 -msgid "Personal information" -msgstr "Личная информация" +#: plugins/personal/generic/main.inc:103 +#, fuzzy +msgid "You have no permission to set your password!" +msgstr "У вас недостаточно прав для смены своего пароля." -#: plugins/personal/generic/multiple_generic.tpl:13 -#: plugins/personal/generic/paste_generic.tpl:37 -#: plugins/personal/generic/generic.tpl:20 -#: plugins/personal/generic/generic.tpl:22 -#: plugins/personal/generic/generic.tpl:38 -#: plugins/personal/generic/generic_picture.tpl:5 -#: plugins/personal/generic/generic_picture.tpl:15 -msgid "Personal picture" -msgstr "Изображение" +#: plugins/personal/generic/main.inc:194 +msgid "Generic user information" +msgstr "Общая информация о пользователе" -#: plugins/personal/generic/multiple_generic.tpl:33 -#: plugins/personal/generic/generic.tpl:157 +#: plugins/addons/notifications/class_msgplug.inc:6 +#: plugins/addons/notifications/main.inc:47 #, fuzzy -msgid "Preferred langage" -msgstr "Язык по умолчанию" +msgid "Notifications" +msgstr "Специальность" -#: plugins/personal/generic/multiple_generic.tpl:53 -#: plugins/personal/generic/generic.tpl:175 -msgid "Choose subtree to place user in" -msgstr "Выберите ветку для пользователя" +#: plugins/addons/notifications/class_msgplug.inc:36 +#: plugins/admin/groups/class_groupGeneric.inc:998 +#: plugins/admin/groups/class_groupManagement.inc:24 include/class_acl.inc:196 +#: html/getxls.php:124 html/getxls.php:126 html/getxls.php:309 +msgid "Groups" +msgstr "Группы" + +#: plugins/addons/notifications/class_msgplug.inc:99 +#: plugins/admin/acl/class_aclManagement.inc:160 +#: plugins/admin/acl/class_aclManagement.inc:197 +#: plugins/admin/acl/class_aclManagement.inc:250 +#: plugins/admin/acl/class_aclManagement.inc:274 +#: plugins/admin/acl/class_aclManagement.inc:313 +#: plugins/admin/acl/class_aclManagement.inc:337 +#: plugins/admin/groups/class_groupManagement.inc:334 +#: plugins/admin/groups/class_groupManagement.inc:387 +#: plugins/admin/groups/class_groupManagement.inc:418 +#: plugins/admin/departments/class_departmentManagement.inc:206 +#: plugins/admin/departments/class_departmentManagement.inc:254 +#: plugins/admin/departments/class_departmentManagement.inc:273 +#: plugins/admin/ogroups/class_ogroupManagement.inc:215 +#: plugins/admin/ogroups/class_ogroupManagement.inc:267 +#: plugins/admin/ogroups/class_ogroupManagement.inc:294 +#, fuzzy +msgid "Permission error" +msgstr "Права для членов группы" + +#: plugins/addons/notifications/class_msgplug.inc:99 +#, fuzzy +msgid "You have no permissions to send a message!" +msgstr "У вас недостаточно прав для создания пользователя в этой ветке." + +#: plugins/addons/notifications/class_msgplug.inc:103 +#: plugins/addons/notifications/class_msgplug.inc:111 +#: plugins/admin/groups/class_groupGeneric.inc:137 +#: plugins/admin/groups/class_groupGeneric.inc:532 +#: include/utils/class_timezone.inc:51 +#: include/password-methods/class_password-methods-sha.inc:46 +#: include/password-methods/class_password-methods-ssha.inc:51 +#: include/functions.inc:602 include/functions.inc:2522 +#: include/functions.inc:2541 include/class_plugin.inc:1133 +#: include/class_plugin.inc:1145 include/class_pluglist.inc:148 +#: include/class_config.inc:556 include/class_CopyPasteHandler.inc:91 +#: include/class_CopyPasteHandler.inc:99 +#: include/class_CopyPasteHandler.inc:148 +#: include/class_CopyPasteHandler.inc:156 +#: include/class_CopyPasteHandler.inc:165 html/index.php:206 +#, fuzzy +msgid "Configuration error" +msgstr "Настроить" + +#: plugins/addons/notifications/class_msgplug.inc:103 +#, php-format +msgid "Missing '%s' directive in configuration!" +msgstr "" + +#: plugins/addons/notifications/class_msgplug.inc:111 +#, php-format +msgid "'%s' defined for the '%s' directive cannot be executed!" +msgstr "" -#: plugins/personal/generic/multiple_generic.tpl:56 -#: plugins/personal/generic/generic.tpl:180 -#: plugins/admin/ogroups/generic.tpl:34 -#: plugins/admin/departments/generic.tpl:45 plugins/admin/acl/acl_role.tpl:37 -#: plugins/admin/groups/generic.tpl:49 +#: plugins/addons/notifications/class_msgplug.inc:117 #, fuzzy -msgid "Select a base" -msgstr "Выберите, чтобы просмотреть серверы" - -#: plugins/personal/generic/multiple_generic.tpl:67 -#: plugins/personal/generic/multiple_generic.tpl:285 -#: plugins/personal/generic/generic.tpl:194 -#: plugins/personal/generic/generic.tpl:389 -#: plugins/admin/departments/class_departmentGeneric.inc:598 -#: plugins/admin/departments/generic.tpl:76 html/getxls.php:227 -msgid "Address" -msgstr "Адрес" +msgid "Please specify at least one recipient to send a message!" +msgstr "Введите корректное имя пользователя!" -#: plugins/personal/generic/multiple_generic.tpl:78 -#: plugins/personal/generic/generic.tpl:202 -msgid "Private phone" -msgstr "Личный телефон" +#: plugins/addons/notifications/class_msgplug.inc:213 +#, fuzzy, php-format +msgid "Cannot find a DESC tag in file '%s'!" +msgstr "Удалить" -#: plugins/personal/generic/multiple_generic.tpl:105 -#: plugins/personal/generic/generic.tpl:223 -msgid "Password storage" -msgstr "Хэширование паролей" +#: plugins/addons/notifications/class_msgplug.inc:240 +#, fuzzy +msgid "Notification" +msgstr "Специальность" -#: plugins/personal/generic/multiple_generic.tpl:121 -#: plugins/personal/generic/generic.tpl:241 -msgid "Edit certificates" +#: plugins/addons/notifications/class_msgplug.inc:241 +#: plugins/addons/notifications/class_msgplug.inc:246 +#, fuzzy +msgid "Notification plugin" msgstr "Изменить сертификаты" -#: plugins/personal/generic/multiple_generic.tpl:137 -#: plugins/personal/generic/generic.tpl:259 -msgid "Organizational information" -msgstr "Информация об организации" +#: plugins/addons/notifications/class_msgplug.inc:249 +#, fuzzy +msgid "Allow sending notifications" +msgstr "Параметры приложения" -#: plugins/personal/generic/multiple_generic.tpl:169 -#: plugins/personal/generic/generic.tpl:287 -msgid "Department No." -msgstr "Номер подразделения" +#: plugins/addons/notifications/contents.tpl:2 +#, fuzzy +msgid "Notification target" +msgstr "Изменить сертификаты" -#: plugins/personal/generic/multiple_generic.tpl:179 -#: plugins/personal/generic/generic.tpl:295 -msgid "Employee No." -msgstr "Номер работника" +#: plugins/addons/notifications/contents.tpl:7 +msgid "Use target from" +msgstr "" -#: plugins/personal/generic/multiple_generic.tpl:207 -#: plugins/personal/generic/multiple_generic.tpl:418 -#: plugins/personal/generic/generic.tpl:321 -#: plugins/personal/generic/generic.tpl:503 -msgid "Room No." -msgstr "Номер комнаты" +#: plugins/addons/notifications/contents.tpl:12 +#: plugins/admin/acl/acl_role.tpl:49 plugins/admin/acl/acl_role.tpl:59 +#: plugins/admin/acl/acl_role.tpl:73 +#: plugins/admin/groups/class_groupManagement.inc:469 +#: plugins/admin/users/class_userManagement.inc:874 +#: plugins/admin/ogroups/class_ogroupManagement.inc:403 +#: setup/setup_ldap.tpl:16 setup/setup_migrate.tpl:133 +#: setup/setup_migrate.tpl:184 setup/setup_migrate.tpl:250 +#: setup/setup_migrate.tpl:305 setup/setup_migrate.tpl:358 +#: ihtml/themes/default/acl.tpl:8 ihtml/themes/default/acl.tpl:20 +#: ihtml/themes/default/acl.tpl:75 ihtml/themes/default/acl.tpl:89 +msgid "Apply" +msgstr "Применить" -#: plugins/personal/generic/multiple_generic.tpl:227 -#: plugins/personal/generic/generic.tpl:339 html/getxls.php:299 -msgid "Mobile" -msgstr "Мобильный" +#: plugins/addons/notifications/contents.tpl:21 +#, fuzzy +msgid "Available recipients" +msgstr "Доступные приложения" -#: plugins/personal/generic/multiple_generic.tpl:237 -#: plugins/personal/generic/generic.tpl:347 html/getxls.php:226 -#: html/getxls.php:300 -msgid "Pager" -msgstr "Пейджер" +#: plugins/addons/notifications/contents.tpl:22 +#: ihtml/themes/default/acl.tpl:30 +msgid "List message possible targets" +msgstr "" -#: plugins/personal/generic/paste_generic.tpl:1 +#: plugins/addons/notifications/contents.tpl:33 #, fuzzy -msgid "User settings" -msgstr "Почтовые настройки пользователя" +msgid "Recipients" +msgstr "Описание" -#: plugins/personal/generic/paste_generic.tpl:7 -#: plugins/personal/generic/generic.tpl:49 plugins/admin/users/template.tpl:23 -#, fuzzy -msgid "Last name" -msgstr "Список" +#: plugins/addons/notifications/contents.tpl:34 +#: ihtml/themes/default/acl.tpl:42 +msgid "List message recipients" +msgstr "" -#: plugins/personal/generic/paste_generic.tpl:11 -#: plugins/personal/generic/generic.tpl:69 plugins/admin/users/template.tpl:27 -#, fuzzy -msgid "First name" -msgstr "Список" +#: plugins/addons/notifications/contents.tpl:44 +msgid "Message" +msgstr "Сообщение" -#: plugins/personal/generic/paste_generic.tpl:15 -#: plugins/personal/generic/generic.tpl:82 plugins/admin/users/template.tpl:32 -msgid "Login" -msgstr "Имя пользователя" +#: plugins/addons/notifications/contents.tpl:54 +msgid "Import" +msgstr "Импортировать" -#: plugins/personal/generic/paste_generic.tpl:23 +#: plugins/addons/notifications/contents.tpl:60 #, fuzzy -msgid "Clear password" -msgstr "Новый пароль" +msgid "Send message" +msgstr "Домашняя страница" -#: plugins/personal/generic/paste_generic.tpl:24 +#: plugins/addons/notifications/contents.tpl:72 #, fuzzy -msgid "Set new password" -msgstr "Изменить пароль" - -#: plugins/personal/generic/paste_generic.tpl:52 -#: plugins/personal/generic/generic_picture.tpl:27 -msgid "Remove picture" -msgstr "Удалить изображение" +msgid "Notification send!" +msgstr "Изменить сертификаты" -#: plugins/personal/generic/password.tpl:2 +#: plugins/addons/notifications/contents.tpl:75 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." +"Your message has been sent successfully. Press the continue button to get " +"back to the notification plugin." msgstr "" -"Вы изменили метод шифрования паролей в базе LDAP. В связи с этим введите " -"свой пароль снова. GOsa произведет шифрование в соответствии с выбраной " -"схемой." -#: plugins/personal/generic/generic.tpl:29 -#: plugins/personal/generic/generic.tpl:40 -msgid "Change picture" -msgstr "Сменить изображение" +#: plugins/addons/notifications/contents.tpl:78 +#: plugins/admin/users/template.tpl:48 +#: plugins/admin/departments/class_departmentGeneric.inc:451 +#: plugins/admin/departments/class_departmentGeneric.inc:546 +#: setup/class_setup.inc:266 ihtml/themes/default/snapshotdialog.tpl:87 +msgid "Continue" +msgstr "Продолжить" -#: plugins/personal/generic/generic.tpl:52 -#: plugins/personal/generic/generic.tpl:73 -#: plugins/personal/generic/generic.tpl:89 plugins/admin/groups/generic.tpl:14 -msgid "Multiple edit" +#: plugins/addons/bugsubmitter/class_bugsubmitter.inc:5 +msgid "Bug submitter" msgstr "" -#: plugins/personal/generic/generic.tpl:62 -#, fuzzy -msgid "Template name" -msgstr "Шаблон" - -#: plugins/personal/generic/generic.tpl:144 html/getxls.php:86 -#: html/getxls.php:281 -msgid "Sex" -msgstr "Пол" - -#: plugins/personal/generic/generic.tpl:230 include/functions.inc:923 -msgid "Configure" -msgstr "Настроить" +#: plugins/addons/bugsubmitter/class_bugsubmitter.inc:6 +msgid "" +"Bugsubmitter" +msgstr "" -#: plugins/personal/generic/generic.tpl:517 -msgid "Please use the phone tab" -msgstr "Воспользуйтесь закладкой \"Телефон\"" +#: plugins/admin/acl/tabs_acl.inc:8 plugins/admin/acl/class_divListACL.inc:240 +#, fuzzy +msgid "Acl" +msgstr "Все" -#: plugins/personal/generic/main.inc:103 +#: plugins/admin/acl/tabs_acl_role.inc:8 #, fuzzy -msgid "You have no permission to set your password!" -msgstr "У вас недостаточно прав для смены своего пароля." +msgid "ACL Templates" +msgstr "Шаблон" -#: plugins/personal/generic/main.inc:172 plugins/personal/posix/main.inc:120 -#: plugins/addons/gotomasses/class_divListMasses.inc:125 -#: plugins/admin/users/class_divListUsers.inc:164 -#: plugins/admin/groups/class_divListGroup.inc:171 -msgid "Edit" -msgstr "Изменить" +#: plugins/admin/acl/class_aclManagement.inc:24 +#, fuzzy +msgid "ACLs" +msgstr "Доступ" -#: plugins/personal/generic/main.inc:182 plugins/personal/posix/main.inc:118 -msgid "Click the 'Edit' button below to change informations in this dialog" -msgstr "Нажмите 'Изменить' чтобы отредактировать данные в этой форме." +#: plugins/admin/acl/class_aclManagement.inc:160 +#, fuzzy +msgid "You have no permission to create a new role!" +msgstr "У вас недостаточно прав для удаления этого подразделения." -#: plugins/personal/generic/main.inc:194 -msgid "Generic user information" -msgstr "Общая информация о пользователе" +#: plugins/admin/acl/class_aclManagement.inc:197 +#, fuzzy +msgid "You have no permission to edit this ACL!" +msgstr "У вас недостаточно прав для удаления этого подразделения." -#: plugins/personal/posix/posix_groups.tpl:6 -msgid "Select groups to add" -msgstr "Выберите группы для добавления" +#: plugins/admin/acl/class_aclManagement.inc:242 +#: plugins/admin/acl/class_aclManagement.inc:306 +#, fuzzy, php-format +msgid "You're about to delete the acl %s." +msgstr "Вы собираетесь удалить группу \"%s\"." -#: plugins/personal/posix/posix_groups.tpl:32 -msgid "Display groups of department" -msgstr "Объединения в подразделении" +#: plugins/admin/acl/class_aclManagement.inc:250 +#: plugins/admin/acl/class_aclManagement.inc:274 +#: plugins/admin/acl/class_aclManagement.inc:313 +#: plugins/admin/acl/class_aclManagement.inc:337 +#: plugins/admin/groups/class_groupManagement.inc:334 +#: plugins/admin/groups/class_groupManagement.inc:387 +#: plugins/admin/groups/class_groupManagement.inc:418 +#: plugins/admin/departments/class_departmentManagement.inc:206 +#: plugins/admin/departments/class_departmentManagement.inc:254 +#: plugins/admin/departments/class_departmentManagement.inc:273 +#: plugins/admin/ogroups/class_ogroupManagement.inc:215 +#: plugins/admin/ogroups/class_ogroupManagement.inc:267 +#: plugins/admin/ogroups/class_ogroupManagement.inc:294 +#, fuzzy +msgid "You have no permission to delete this entry!" +msgstr "У вас недостаточно прав для удаления этого подразделения." -#: plugins/personal/posix/posix_groups.tpl:35 -#: plugins/personal/posix/trust_machines.tpl:27 -#: plugins/admin/ogroups/ogroup_objects.tpl:42 -#: plugins/admin/groups/group_objects.tpl:40 -msgid "Choose the department the search will be based on" -msgstr "Выбрать раздел, для которого будет осуществлен поиск" +#: plugins/admin/acl/class_divListACL.inc:31 +#, fuzzy +msgid "List of acl" +msgstr "Список групп" -#: plugins/personal/posix/posix_groups.tpl:44 -msgid "Display groups matching" -msgstr "Шаблон для групп" +#: plugins/admin/acl/class_divListACL.inc:32 +#, fuzzy +msgid "List of acls" +msgstr "Список групп" -#: plugins/personal/posix/posix_groups.tpl:48 -#: plugins/addons/gotomasses/class_target_list.inc:61 -#: plugins/admin/ogroups/class_divListOGroup.inc:85 -#: plugins/admin/groups/class_divListGroup.inc:76 -msgid "Regular expression for matching group names" -msgstr "Регулярное выражение, соответствующее именам групп" +#: plugins/admin/acl/class_divListACL.inc:36 +#, fuzzy +msgid "This menu allows you to edit and delete selected acls." +msgstr "" +"С помощью этого меню вы можете добавлять, изменять и удалять выбранные стоп-" +"листы. Если у вас достаточно большое количество списков, вы можете " +"использовать групповое выделение." -#: plugins/personal/posix/posix_groups.tpl:55 -msgid "Display groups of user" -msgstr "Показать группы пользователей" +#: plugins/admin/acl/class_divListACL.inc:54 +#: plugins/admin/ogroups/tabs_ogroups.inc:126 +msgid "Summary" +msgstr "" -#: plugins/personal/posix/posix_groups.tpl:59 -#: plugins/admin/groups/class_divListGroup.inc:77 -msgid "User name of which groups are shown" -msgstr "Имя пользователя, для которого перечисляются группы" +#: plugins/admin/acl/class_divListACL.inc:55 +#: plugins/admin/acl/class_divListACL.inc:140 +#: plugins/admin/groups/class_divListGroup.inc:62 +#: plugins/admin/groups/class_divListGroup.inc:157 +#: plugins/admin/users/class_divListUsers.inc:63 +#: plugins/admin/users/class_divListUsers.inc:149 +#: plugins/admin/departments/class_divListDepartment.inc:49 +#: plugins/admin/departments/class_divListDepartment.inc:130 +#: plugins/admin/ogroups/class_divListOGroup.inc:66 +#: plugins/admin/ogroups/class_divListOGroup.inc:169 +msgid "Actions" +msgstr "Действия" -#: plugins/personal/posix/posix_groups.tpl:68 -#: plugins/addons/gotomasses/class_target_list.inc:57 +#: plugins/admin/acl/class_divListACL.inc:61 +#: plugins/admin/groups/class_divListGroup.inc:73 #: plugins/admin/users/class_divListUsers.inc:74 +#: plugins/admin/departments/class_divListDepartment.inc:53 #: plugins/admin/ogroups/ogroup_objects.tpl:38 #: plugins/admin/ogroups/class_divListOGroup.inc:82 -#: plugins/admin/departments/class_divListDepartment.inc:53 -#: plugins/admin/groups/class_divListGroup.inc:73 #, fuzzy -msgid "Search in subtrees" +msgid "Select to search within subtrees" msgstr "Искать в поддеревьях" -#: plugins/personal/posix/posix_groups.tpl:79 -#: plugins/personal/posix/paste_generic.tpl:61 -#: plugins/personal/posix/generic.tpl:104 -#: plugins/personal/posix/generic.tpl:146 -#: plugins/personal/posix/generic.tpl:175 -#: plugins/personal/posix/trust_machines.tpl:39 -#: plugins/admin/ogroups/ogroup_objects.tpl:54 -#: plugins/admin/ogroups/generic.tpl:51 -#: plugins/admin/groups/group_objects.tpl:55 -#: plugins/admin/groups/generic.tpl:193 -msgid "Add" -msgstr "Добавить" +#: plugins/admin/acl/class_divListACL.inc:61 +msgid "Ignore subtrees" +msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:138 +#: plugins/admin/acl/class_divListACL.inc:65 #, fuzzy -msgid "expired" -msgstr "Экспорт" +msgid "Display acls matching" +msgstr "Шаблон для групп" -#: plugins/personal/posix/class_posixAccount.inc:140 -msgid "grace time active" +#: plugins/admin/acl/class_divListACL.inc:136 +#: plugins/admin/groups/class_divListGroup.inc:152 +#: plugins/admin/users/class_divListUsers.inc:145 +#: plugins/admin/departments/class_divListDepartment.inc:127 +#: plugins/admin/ogroups/class_divListOGroup.inc:165 +#, fuzzy +msgid "Submit department" +msgstr "Показать подразделения" + +#: plugins/admin/acl/class_divListACL.inc:136 +#: plugins/admin/groups/class_divListGroup.inc:152 +#: plugins/admin/users/class_divListUsers.inc:145 +#: plugins/admin/departments/class_divListDepartment.inc:127 +#: plugins/admin/ogroups/class_divListOGroup.inc:165 +#: include/class_MultiSelectWindow.inc:242 +msgid "Submit" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:143 -#, fuzzy -msgid "active, password not changable" -msgstr "Новый пароль" +#: plugins/admin/acl/class_divListACL.inc:142 +#: plugins/admin/groups/class_divListGroup.inc:159 +#: plugins/admin/users/class_divListUsers.inc:151 +#: plugins/admin/departments/class_divListDepartment.inc:132 +#: plugins/admin/ogroups/class_divListOGroup.inc:171 +#: setup/class_setupStep_Migrate.inc:883 +msgid "Create" +msgstr "Создать" -#: plugins/personal/posix/class_posixAccount.inc:145 +#: plugins/admin/acl/class_divListACL.inc:159 +#: plugins/admin/groups/class_divListGroup.inc:179 +#: plugins/admin/users/class_divListUsers.inc:174 +#: plugins/admin/ogroups/class_divListOGroup.inc:191 #, fuzzy -msgid "active, password expired" -msgstr "Срок действия пароля истекает" +msgid "Copy" +msgstr "Компания" -#: plugins/personal/posix/class_posixAccount.inc:147 +#: plugins/admin/acl/class_divListACL.inc:161 +#: plugins/admin/groups/class_divListGroup.inc:181 +#: plugins/admin/users/class_divListUsers.inc:176 +#: plugins/admin/ogroups/class_divListOGroup.inc:193 #, fuzzy -msgid "active" -msgstr "Личный" +msgid "Cut" +msgstr "Выполнить" -#: plugins/personal/posix/class_posixAccount.inc:158 -#: plugins/personal/posix/class_posixAccount.inc:1115 -msgid "Group of user" -msgstr "Группа пользователя" +#: plugins/admin/acl/class_divListACL.inc:165 +#: plugins/admin/acl/class_divListACL.inc:168 +#: plugins/admin/groups/class_divListGroup.inc:185 +#: plugins/admin/groups/class_divListGroup.inc:188 +#: plugins/admin/users/class_divListUsers.inc:180 +#: plugins/admin/users/class_divListUsers.inc:183 +#: plugins/admin/ogroups/class_divListOGroup.inc:197 +#: plugins/admin/ogroups/class_divListOGroup.inc:200 +#: include/class_CopyPasteHandler.inc:435 +#, fuzzy +msgid "Paste" +msgstr "Дата" -#: plugins/personal/posix/class_posixAccount.inc:193 -msgid "unconfigured" -msgstr "Не настроено" +#: plugins/admin/acl/class_divListACL.inc:216 +#: plugins/admin/groups/class_divListGroup.inc:256 +#: plugins/admin/users/class_divListUsers.inc:277 +#: plugins/admin/ogroups/class_divListOGroup.inc:247 +#, fuzzy +msgid "cut" +msgstr "Выполнить" -#: plugins/personal/posix/class_posixAccount.inc:204 -msgid "automatic" -msgstr "автоматически" +#: plugins/admin/acl/class_divListACL.inc:216 +#: plugins/admin/groups/class_divListGroup.inc:256 +#: plugins/admin/users/class_divListUsers.inc:277 +#: plugins/admin/ogroups/class_divListOGroup.inc:247 +#, fuzzy +msgid "Cut this entry" +msgstr "Редактиовать объект" -#: plugins/personal/posix/class_posixAccount.inc:260 -msgid "This account has no unix extensions." -msgstr "В этой учетной записи нет расширений UNIX." +#: plugins/admin/acl/class_divListACL.inc:218 +#: plugins/admin/groups/class_divListGroup.inc:258 +#: plugins/admin/users/class_divListUsers.inc:279 +#: plugins/admin/ogroups/class_divListOGroup.inc:249 +msgid "copy" +msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:280 -#: plugins/personal/posix/class_posixAccount.inc:283 -msgid "Remove posix account" -msgstr "Удалить учетную запись POSIX" +#: plugins/admin/acl/class_divListACL.inc:218 +#: plugins/admin/groups/class_divListGroup.inc:258 +#: plugins/admin/users/class_divListUsers.inc:279 +#: plugins/admin/ogroups/class_divListOGroup.inc:249 +#, fuzzy +msgid "Copy this entry" +msgstr "Редактиовать объект" -#: plugins/personal/posix/class_posixAccount.inc:281 +#: plugins/admin/acl/class_divListACL.inc:223 +#: plugins/admin/acl/class_divListACL.inc:245 +#: plugins/admin/acl/class_aclRole.inc:340 +#: plugins/admin/acl/class_aclRole.inc:385 +#: plugins/admin/groups/class_divListGroup.inc:263 +#: plugins/admin/users/class_divListUsers.inc:298 +#: plugins/admin/departments/class_divListDepartment.inc:166 +#: plugins/admin/ogroups/class_divListOGroup.inc:253 include/class_acl.inc:409 +#: include/class_acl.inc:452 #, fuzzy -msgid "" -"This account has unix features enabled. To disable them, you'll need to " -"remove the samba / environment account first." -msgstr "" -"В этой учетной записи используются атрибуты POSIX. Чтобы отключить их " -"использование, сначала нужно удалить учетную запись Samba." +msgid "edit" +msgstr "Изменить" -#: plugins/personal/posix/class_posixAccount.inc:284 -msgid "" -"This account has posix features enabled. You can disable them by clicking " -"below." -msgstr "" -"В этой учетной записи используются атрибуты POSIX. Вы можете отключить их " -"использование, щелкнув ниже." +#: plugins/admin/acl/class_divListACL.inc:224 +#, fuzzy +msgid "Edit acl role" +msgstr "Пользователи домена" -#: plugins/personal/posix/class_posixAccount.inc:287 -msgid "Create posix account" -msgstr "Создать учетную запись POSIX" +#: plugins/admin/acl/class_divListACL.inc:233 +#: plugins/admin/acl/class_divListACL.inc:249 +#: plugins/admin/acl/class_aclRole.inc:341 +#: plugins/admin/acl/class_aclRole.inc:386 +#: plugins/admin/groups/class_divListGroup.inc:272 +#: plugins/admin/users/class_divListUsers.inc:322 +#: plugins/admin/departments/class_divListDepartment.inc:171 +#: plugins/admin/ogroups/class_divListOGroup.inc:261 include/class_acl.inc:410 +#: include/class_acl.inc:453 +#, fuzzy +msgid "delete" +msgstr "Удалить" -#: plugins/personal/posix/class_posixAccount.inc:288 -msgid "" -"This account has posix features disabled. You can enable them by clicking " -"below." -msgstr "" -"В этой учетной записи не используются атрибуты POSIX. Вы можете использовать " -"их, щелкнув ниже." +#: plugins/admin/acl/class_divListACL.inc:234 +#, fuzzy +msgid "Delete acl role" +msgstr "Удалить" -#: plugins/personal/posix/class_posixAccount.inc:448 -#, php-format -msgid "Password can't be changed up to %s days after last change" -msgstr "Пароль нельзя изменить в течение %s дн. с последней смены (shadowMin)" +#: plugins/admin/acl/class_divListACL.inc:246 +#, fuzzy +msgid "Edit acl" +msgstr "Список систем" -#: plugins/personal/posix/class_posixAccount.inc:452 -#, php-format -msgid "Password must be changed after %s days" -msgstr "Пароль должен быть изменен по истечении %s дн. (shadowMax)" +#: plugins/admin/acl/class_divListACL.inc:250 +#, fuzzy +msgid "Delete acl" +msgstr "Удалить" -#: plugins/personal/posix/class_posixAccount.inc:456 -#, php-format -msgid "Disable account after %s days of inactivity after password expiery" -msgstr "" -"Отключить учетную запись, если срок действия пароля истек и прошло %s дн. " -"бездействия (shadowInactive)" +#: plugins/admin/acl/paste_role.tpl:4 plugins/admin/acl/acl_role.tpl:7 +#: plugins/admin/acl/class_aclRole.inc:677 +#: plugins/admin/groups/class_groupGeneric.inc:1001 +#: plugins/admin/ogroups/class_ogroup.inc:749 setup/setup_feedback.tpl:22 +#: setup/setup_migrate.tpl:209 html/getxls.php:223 html/getxls.php:290 +msgid "Name" +msgstr "Фамилия" -#: plugins/personal/posix/class_posixAccount.inc:460 -#, php-format -msgid "Warn user %s days before password expiery" +#: plugins/admin/acl/remove.tpl:6 +#, fuzzy +msgid "" +"This includes all system and setup informations. Please double check if your " +"really want to do this since there is no way for GOsa to get your data back." msgstr "" -"Предупреждать пользователей за %s дн. до истечения срока действия пароля " -"(shadowWarning)" - -#: plugins/personal/posix/class_posixAccount.inc:593 -#: setup/setup_config2.tpl:188 -msgid "disabled" -msgstr "отключен" - -#: plugins/personal/posix/class_posixAccount.inc:593 -msgid "full access" -msgstr "полный доступ" +"Сюда входит вся информация о системе и ее настройках. Подумайте еще " +"раз, действительно ли вам нужно удаление, так как GOsa не сможет отменить " +"результаты этой операции." -#: plugins/personal/posix/class_posixAccount.inc:594 -msgid "allow access to these hosts" -msgstr "разрешить доступ только на эти хосты" +#: plugins/admin/acl/remove.tpl:10 plugins/admin/departments/remove.tpl:10 +#, fuzzy +msgid "" +"Best thing to do before performing this action would be to save the current " +"contents of your LDAP tree in a file. So - if you've done so - press " +"'Delete' to continue or 'Cancel' to abort." +msgstr "" +"Лучше всего перед удалением сохранить резервную копию текущего дерева LDAP в " +"файл. Если вы сделали это и действительно хотите выполнить удаление, нажмите " +"Удалить, иначе нажмите Отмена." -#: plugins/personal/posix/class_posixAccount.inc:647 -#, fuzzy, php-format -msgid "Removing of user/posix account with dn '%s' failed." -msgstr "Удалить учетную запись POSIX" +#: plugins/admin/acl/main.inc:43 plugins/admin/acl/main.inc:45 +#, fuzzy +msgid "ACL management" +msgstr "Управление подразделениями" -#: plugins/personal/posix/class_posixAccount.inc:803 -msgid "Timeout while waiting for lock! Ignoring lock." +#: plugins/admin/acl/acl_role.tpl:3 ihtml/themes/default/acl.tpl:2 +msgid "Assigned ACLs for current entry" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:899 -#, fuzzy, php-format -msgid "Saving of user/posix account with dn '%s' failed." -msgstr "Аккаунт Proxy" +#: plugins/admin/acl/acl_role.tpl:17 plugins/admin/acl/class_aclRole.inc:679 +#: plugins/admin/groups/class_groupGeneric.inc:1003 +#: plugins/admin/groups/generic.tpl:24 +#: plugins/admin/departments/generic.tpl:16 +#: plugins/admin/departments/class_departmentGeneric.inc:569 +#: plugins/admin/ogroups/class_ogroup.inc:751 +#: plugins/admin/ogroups/generic.tpl:15 +#: plugins/generic/references/contents.tpl:11 html/getxls.php:158 +#: html/getxls.php:287 +msgid "Description" +msgstr "Описание" -#: plugins/personal/posix/class_posixAccount.inc:974 -#: plugins/personal/posix/class_posixAccount.inc:1051 -msgid "The required field 'Home directory' is not set." -msgstr "Обязательное поле \"Домашний каталог\" не заполнено." +#: plugins/admin/acl/acl_role.tpl:31 plugins/admin/groups/generic.tpl:43 +#: plugins/admin/ogroups/generic.tpl:29 +msgid "Choose subtree to place group in" +msgstr "Выберите ветку для группы" -#: plugins/personal/posix/class_posixAccount.inc:977 -#: plugins/personal/posix/class_posixAccount.inc:1054 -msgid "Please enter a valid path in 'Home directory' field." -msgstr "Введите корректный путь в поле \"Домашний каталог\"." +#: plugins/admin/acl/acl_role.tpl:44 ihtml/themes/default/acl.tpl:4 +#, fuzzy +msgid "New ACL" +msgstr "Создать" -#: plugins/personal/posix/class_posixAccount.inc:985 -msgid "Value specified as 'UID' is not valid." -msgstr "Значение поля \"UID\" некорректно." +#: plugins/admin/acl/acl_role.tpl:49 ihtml/themes/default/acl.tpl:8 +#, fuzzy +msgid "ACL type" +msgstr "Тип" -#: plugins/personal/posix/class_posixAccount.inc:988 -msgid "Value specified as 'UID' is too small." -msgstr "Значение 'UID' слишком маленькое." +#: plugins/admin/acl/acl_role.tpl:49 ihtml/themes/default/acl.tpl:8 +#, fuzzy +msgid "Select an acl type" +msgstr "Выберите, чтобы просмотреть серверы" -#: plugins/personal/posix/class_posixAccount.inc:992 -#: plugins/admin/groups/class_groupGeneric.inc:899 -msgid "Value specified as 'GID' is not valid." -msgstr "Значение поля 'GID' некорректно." +#: plugins/admin/acl/acl_role.tpl:54 ihtml/themes/default/acl.tpl:55 +#, fuzzy +msgid "List of available ACL categories" +msgstr "Выберите тип мыши" -#: plugins/personal/posix/class_posixAccount.inc:995 -#: plugins/admin/groups/class_groupGeneric.inc:902 -msgid "Value specified as 'GID' is too small." -msgstr "Значение 'GID' слишком маленькое." +#: plugins/admin/acl/class_aclRole.inc:6 +#, fuzzy +msgid "Access control list templates" +msgstr "Параметры доступа" -#: plugins/personal/posix/class_posixAccount.inc:1003 -#: plugins/personal/posix/class_posixAccount.inc:1060 -msgid "Value specified as 'shadowMin' is not valid." -msgstr "Значение поля \"shadowMin\" некорректно." +#: plugins/admin/acl/class_aclRole.inc:103 include/class_acl.inc:177 +#, fuzzy +msgid "All categories" +msgstr "Категория" -#: plugins/personal/posix/class_posixAccount.inc:1008 -#: plugins/personal/posix/class_posixAccount.inc:1065 -msgid "Value specified as 'shadowMax' is not valid." -msgstr "Значение поля \"shadowMax\" некорректно." +#: plugins/admin/acl/class_aclRole.inc:110 include/class_acl.inc:185 +msgid "Reset ACLs" +msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1013 -#: plugins/personal/posix/class_posixAccount.inc:1070 -msgid "Value specified as 'shadowWarning' is not valid." -msgstr "Значение поля \"shadowWarning\" некорректно." +#: plugins/admin/acl/class_aclRole.inc:111 include/class_acl.inc:186 +#, fuzzy +msgid "One level" +msgstr "Уровень информативности" -#: plugins/personal/posix/class_posixAccount.inc:1016 -#: plugins/personal/posix/class_posixAccount.inc:1073 -msgid "'shadowWarning' without 'shadowMax' makes no sense." -msgstr "Использование \"shadowWarning\" без \"shadowMax\" бессмысленно." +#: plugins/admin/acl/class_aclRole.inc:112 include/class_acl.inc:187 +#: include/class_acl.inc:192 +#, fuzzy +msgid "Current object" +msgstr "Текущий пароль" -#: plugins/personal/posix/class_posixAccount.inc:1019 -#: plugins/personal/posix/class_posixAccount.inc:1076 -msgid "Value specified as 'shadowWarning' should be smaller than 'shadowMax'." +#: plugins/admin/acl/class_aclRole.inc:113 include/class_acl.inc:188 +#, fuzzy +msgid "Complete subtree" +msgstr "не полный" + +#: plugins/admin/acl/class_aclRole.inc:114 include/class_acl.inc:189 +msgid "Complete subtree (permanent)" msgstr "" -"Значение поля \"shadowWarning\" должно быть меньше значения поля \"shadowMax" -"\"." -#: plugins/personal/posix/class_posixAccount.inc:1022 -#: plugins/personal/posix/class_posixAccount.inc:1079 -msgid "Value specified as 'shadowWarning' should be greater than 'shadowMin'." +#: plugins/admin/acl/class_aclRole.inc:338 +#: include/class_MultiSelectWindow.inc:227 +#: include/class_MultiSelectWindow.inc:229 include/class_acl.inc:407 +msgid "Up" msgstr "" -"Значение поля \"shadowWarning\" должно быть больше значения поля \"shadowMin" -"\"." -#: plugins/personal/posix/class_posixAccount.inc:1027 -#: plugins/personal/posix/class_posixAccount.inc:1084 -msgid "Value specified as 'shadowInactive' is not valid." -msgstr "Значение поля \"shadowInactive\" некорректно." +#: plugins/admin/acl/class_aclRole.inc:339 include/class_acl.inc:408 +#, fuzzy +msgid "Down" +msgstr "Домен" -#: plugins/personal/posix/class_posixAccount.inc:1030 -#: plugins/personal/posix/class_posixAccount.inc:1087 -msgid "'shadowInactive' without 'shadowMax' makes no sense." -msgstr "Использование \"shadowInactive\" без \"shadowMax\" бессмысленно." +#: plugins/admin/acl/class_aclRole.inc:340 include/class_acl.inc:409 +#, fuzzy +msgid "Edit ACL" +msgstr "Изменить" -#: plugins/personal/posix/class_posixAccount.inc:1035 -#: plugins/personal/posix/class_posixAccount.inc:1092 -msgid "Value specified as 'shadowMin' should be smaller than 'shadowMax'." -msgstr "" -"Значение поля \"shadowMin\" должно быть меньше значения поля \"shadowMax\"." +#: plugins/admin/acl/class_aclRole.inc:341 include/class_acl.inc:410 +#, fuzzy +msgid "Delete ACL" +msgstr "Удалить" -#: plugins/personal/posix/class_posixAccount.inc:1278 -msgid "Cannot allocate a free ID: too many users!" +#: plugins/admin/acl/class_aclRole.inc:378 include/class_acl.inc:445 +#, fuzzy +msgid "No ACL settings for this category" +msgstr "Описание группы" + +#: plugins/admin/acl/class_aclRole.inc:380 include/class_acl.inc:447 +#, php-format +msgid "Contains ACLs for these objects: %s" msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1453 +#: plugins/admin/acl/class_aclRole.inc:385 include/class_acl.inc:452 #, fuzzy -msgid "POSIX account" -msgstr "Аккаунт FTP" +msgid "Edit categories ACLs" +msgstr "Список систем" -#: plugins/personal/posix/class_posixAccount.inc:1463 -#: plugins/personal/posix/paste_generic.tpl:8 -#: plugins/personal/posix/generic.tpl:7 -msgid "Home directory" -msgstr "Домашний каталог" +#: plugins/admin/acl/class_aclRole.inc:386 include/class_acl.inc:453 +msgid "Clear categories ACLs" +msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1464 -#: plugins/personal/posix/generic.tpl:15 -msgid "Shell" -msgstr "Оболочка" +#: plugins/admin/acl/class_aclRole.inc:402 include/class_acl.inc:498 +#, php-format +msgid "Edit ACL for '%s', scope is '%s'" +msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1465 -#: setup/setup_migrate.tpl:217 html/getxls.php:100 html/getxls.php:135 -#: html/getxls.php:158 html/getxls.php:347 html/getxls.php:364 -msgid "User ID" -msgstr "Идентификатор пользователя" +#: plugins/admin/acl/class_aclRole.inc:412 include/class_acl.inc:508 +msgid "All objects in current subtree" +msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1466 -#, fuzzy -msgid "Group ID" -msgstr "Группа" +#: plugins/admin/acl/class_aclRole.inc:564 include/class_acl.inc:1061 +#, fuzzy, php-format +msgid "Saving ACLs with dn '%s' failed." +msgstr "Атрибуты UNIX" -#: plugins/personal/posix/class_posixAccount.inc:1468 +#: plugins/admin/acl/class_aclRole.inc:596 #, fuzzy -msgid "Force password change on login" -msgstr "Сменить пароль" +msgid "Object in use" +msgstr "Имя объекта" -#: plugins/personal/posix/class_posixAccount.inc:1469 -#, fuzzy -msgid "Shadow min" -msgstr "Затенение" +#: plugins/admin/acl/class_aclRole.inc:596 +#, php-format +msgid "This role cannot be removed while it is in use by these objects:" +msgstr "" -#: plugins/personal/posix/class_posixAccount.inc:1470 -#, fuzzy -msgid "Shadow max" -msgstr "Затенение" +#: plugins/admin/acl/class_aclRole.inc:602 +#, fuzzy, php-format +msgid "Removing of aclRole with dn '%s' failed." +msgstr "Удалить приложения" -#: plugins/personal/posix/class_posixAccount.inc:1471 -#, fuzzy -msgid "Shadow warning" -msgstr "Затенение" +#: plugins/admin/acl/class_aclRole.inc:614 +#, fuzzy, php-format +msgid "Removing aclRole from objectgroup '%s' failed" +msgstr "Показать группы приложений" -#: plugins/personal/posix/class_posixAccount.inc:1472 +#: plugins/admin/acl/class_aclRole.inc:669 include/class_acl.inc:1098 #, fuzzy -msgid "Shadow inactive" -msgstr "Затенение" +msgid "ACL roles" +msgstr "Доступ" -#: plugins/personal/posix/class_posixAccount.inc:1473 +#: plugins/admin/acl/class_aclRole.inc:674 #, fuzzy -msgid "Shadow expire" -msgstr "Показать людей" +msgid "Acl roles" +msgstr "Управление системами" -#: plugins/personal/posix/class_posixAccount.inc:1474 -#, fuzzy -msgid "System trust model" -msgstr "Системные доверия" +#: plugins/admin/groups/group_objects.tpl:6 +msgid "Select users to add" +msgstr "Выбрать пользователей для добавления" -#: plugins/personal/posix/paste_generic.tpl:4 -#, fuzzy -msgid "Posix settings" -msgstr "Атрибуты UNIX" +#: plugins/admin/groups/group_objects.tpl:30 +#: plugins/admin/ogroups/ogroup_objects.tpl:31 +msgid "Select to see servers" +msgstr "Выберите, чтобы просмотреть серверы" -#: plugins/personal/posix/paste_generic.tpl:23 -#: plugins/personal/posix/generic.tpl:52 -msgid "Force UID/GID" -msgstr "Указать UID/GID вручную" +#: plugins/admin/groups/group_objects.tpl:30 +#, fuzzy +msgid "Search within subtree" +msgstr "Искать в поддеревьях" -#: plugins/personal/posix/paste_generic.tpl:28 -#: plugins/personal/posix/generic.tpl:56 html/getxls.php:287 -msgid "UID" -msgstr "UID" +#: plugins/admin/groups/group_objects.tpl:37 +msgid "Display users of department" +msgstr "Подразделение" -#: plugins/personal/posix/paste_generic.tpl:37 -#: plugins/personal/posix/generic.tpl:67 -#: plugins/admin/groups/class_groupGeneric.inc:1008 -msgid "GID" -msgstr "GID" +#: plugins/admin/groups/group_objects.tpl:46 +#: plugins/admin/users/class_divListUsers.inc:77 +msgid "Display users matching" +msgstr "Фильтр" -#: plugins/personal/posix/paste_generic.tpl:47 -#: plugins/personal/posix/generic.tpl:82 -msgid "Group membership" -msgstr "Членство в группах" +#: plugins/admin/groups/group_objects.tpl:47 +msgid "Regular expression for matching user names" +msgstr "Регулярное выражение, соответствующее именам пользователей" -#: plugins/personal/posix/paste_generic.tpl:54 -#: plugins/personal/posix/generic.tpl:84 -msgid "(Warning: more than 16 groups are not supported by NFS!)" -msgstr "" -"(Предупреждение: NFS не поддерживает более 16 групп для одного пользователя!)" +#: plugins/admin/groups/class_groupGeneric.inc:137 +#, fuzzy +msgid "Cannot find group SID in your configuration!" +msgstr "Не могу найти SID в базе LDAP или в сонфигурационном файле!" -#: plugins/personal/posix/generic.tpl:25 -msgid "Primary group" -msgstr "Основная группа" +#: plugins/admin/groups/class_groupGeneric.inc:193 +msgid "This 'dn' is no group." +msgstr "Это DN соответствует не группе." -#: plugins/personal/posix/generic.tpl:36 -#: plugins/addons/gotomasses/goto_task.tpl:20 -#: plugins/addons/gotomasses/class_divListMasses.inc:46 -msgid "Status" -msgstr "Состояние" +#: plugins/admin/groups/class_groupGeneric.inc:334 +msgid "Samba group" +msgstr "Группа Samba" -#: plugins/personal/posix/generic.tpl:93 plugins/admin/groups/generic.tpl:179 -#, fuzzy -msgid "In all groups" -msgstr "Основная группа" +#: plugins/admin/groups/class_groupGeneric.inc:334 +msgid "Domain admins" +msgstr "Администраторы домена" -#: plugins/personal/posix/generic.tpl:97 plugins/admin/groups/generic.tpl:182 -#, fuzzy -msgid "Not in all groups" -msgstr "Показать группы с эл. почтой" +#: plugins/admin/groups/class_groupGeneric.inc:334 +msgid "Domain users" +msgstr "Пользователи домена" -#: plugins/personal/posix/generic.tpl:118 -msgid "Account" -msgstr "Учетная запись" +#: plugins/admin/groups/class_groupGeneric.inc:335 +msgid "Domain guests" +msgstr "Непривилегированные пользователи домена" -#: plugins/personal/posix/generic.tpl:125 -msgid "System trust" -msgstr "Системные доверия" +#: plugins/admin/groups/class_groupGeneric.inc:340 +#, php-format +msgid "Special group (%d)" +msgstr "Специальная группа (%d)" -#: plugins/personal/posix/generic.tpl:127 -#: plugins/personal/posix/generic.tpl:155 +#: plugins/admin/groups/class_groupGeneric.inc:494 #, fuzzy -msgid "Trust mode" -msgstr "Режим" - -#: plugins/personal/posix/posix_shadow.tpl:9 -msgid "User must change password on first login" -msgstr "Пользователь должен сменить пароль при первом входе в систему" +msgid "! unknown id" +msgstr "состояние неизвестно" -#: plugins/personal/posix/posix_shadow.tpl:34 -msgid "Password expires on" -msgstr "Срок действия пароля истекает" +#: plugins/admin/groups/class_groupGeneric.inc:532 +#, php-format +msgid "Search returned too many results. Not displaying more than %s entries." +msgstr "" -#: plugins/personal/posix/main.inc:129 -msgid "Unix settings" -msgstr "Атрибуты UNIX" +#: plugins/admin/groups/class_groupGeneric.inc:561 +#: plugins/admin/groups/class_groupGeneric.inc:826 +#, fuzzy, php-format +msgid "Removing of groups/generic with dn '%s' failed." +msgstr "Показать группы приложений" -#: plugins/personal/posix/trust_machines.tpl:6 -msgid "Select systems to add" -msgstr "Выберите системы для добавления" +#: plugins/admin/groups/class_groupGeneric.inc:711 +#, fuzzy, php-format +msgid "Cannot find any SID for '%s'!" +msgstr "Удалить" -#: plugins/personal/posix/trust_machines.tpl:26 -msgid "Display systems of department" -msgstr "Показать системы в подразделении" +#: plugins/admin/groups/class_groupGeneric.inc:716 +#, fuzzy, php-format +msgid "Cannot find any RIDBASE for '%s'!" +msgstr "Удалить" -#: plugins/personal/posix/trust_machines.tpl:30 -msgid "Display systems matching" -msgstr "Показать подходяшие системы" +#: plugins/admin/groups/class_groupGeneric.inc:858 +msgid "" +"The field 'Name' contains invalid characters. Lowercase, numbers and dashes " +"are allowed." +msgstr "" +"Значение поля \"Имя\" содержит недопустимые символы. Допустимыми являются " +"буквы в нижнем регистре, цифры и дефисы." -#: plugins/personal/posix/trust_machines.tpl:31 -msgid "Regular expression for matching addresses" -msgstr "Регулярное выражение для поиска адреса" +#: plugins/admin/groups/class_groupGeneric.inc:869 +#: plugins/admin/groups/class_groupGeneric.inc:883 +#: plugins/admin/groups/class_groupGeneric.inc:890 +msgid "Value specified as 'Name' is already used." +msgstr "Группа с таким именем уже существует." -#: plugins/addons/gotomasses/class_gotomasses.inc:6 -#: plugins/addons/gotomasses/main.inc:50 +#: plugins/admin/groups/class_groupGeneric.inc:944 #, fuzzy -msgid "System deployment" -msgstr "Управление системами" +msgid "Cannot allocate a free ID!" +msgstr "Слишком много пользователей, невозможно создать идентификатор!" -#: plugins/addons/gotomasses/class_gotomasses.inc:114 -#: plugins/addons/notifications/class_msgplug.inc:99 +#: plugins/admin/groups/class_groupGeneric.inc:993 #, fuzzy -msgid "Permission error" -msgstr "Права для членов группы" +msgid "Generic group settings" +msgstr "Общая информация о пользователе" -#: plugins/addons/gotomasses/class_gotomasses.inc:114 +#: plugins/admin/groups/class_groupGeneric.inc:1005 #, fuzzy -msgid "You have no permission to delete this entry!" -msgstr "У вас недостаточно прав для удаления этого подразделения." - -#: plugins/addons/gotomasses/class_gotomasses.inc:135 -#, fuzzy, php-format -msgid "Your are about to delete the following tasks: %s" -msgstr "Вы собираетесь удалить объект %s." +msgid "Phone pickup group" +msgstr "Члены телефонной группы" -#: plugins/addons/gotomasses/class_gotomasses.inc:237 -#, php-format -msgid "Cannot load queue entries: %s" -msgstr "" +#: plugins/admin/groups/class_groupGeneric.inc:1006 +#, fuzzy +msgid "Nagios group" +msgstr "Контакт" -#: plugins/addons/gotomasses/class_gotomasses.inc:327 +#: plugins/admin/groups/class_groupGeneric.inc:1009 #, fuzzy -msgid "GOsa ping" -msgstr "Почтовые настройки пользователя" +msgid "Group member" +msgstr "Члены группы" -#: plugins/addons/gotomasses/class_gotomasses.inc:328 +#: plugins/admin/groups/class_groupGeneric.inc:1010 #, fuzzy -msgid "Ping" -msgstr "в" +msgid "Samba group type" +msgstr "Группа Samba" -#: plugins/addons/gotomasses/class_gotomasses.inc:329 +#: plugins/admin/groups/class_groupGeneric.inc:1011 #, fuzzy -msgid "Say hello" -msgstr "Оболочка" +msgid "Samba domain name" +msgstr "Домашний каталог Samba" -#: plugins/addons/gotomasses/class_gotomasses.inc:337 -#: plugins/addons/gotomasses/class_gotomasses.inc:343 -#: plugins/addons/gotomasses/class_goto_task.inc:6 +#: plugins/admin/groups/class_groupGeneric.inc:1012 setup/setup_config2.tpl:15 #, fuzzy -msgid "System mass deployment" -msgstr "Управление системами" +msgid "Samba SID" +msgstr "Samba" -#: plugins/addons/gotomasses/class_gotomasses.inc:338 -msgid "Provide a mechanism to automatically activate a set of systems" -msgstr "" +#: plugins/admin/groups/class_groupManagement.inc:298 +#: plugins/admin/departments/class_departmentManagement.inc:178 +#, fuzzy, php-format +msgid "You're about to delete the following entry %s" +msgstr "Вы собираетесь удалить объект %s." -#: plugins/addons/gotomasses/class_gotomasses.inc:345 -#: plugins/addons/gotomasses/class_divListMasses.inc:48 -msgid "Action" -msgstr "Действие" +#: plugins/admin/groups/class_groupManagement.inc:300 +#: plugins/admin/departments/class_departmentManagement.inc:180 +#, fuzzy, php-format +msgid "You're about to delete the following entries %s" +msgstr "Вы собираетесь удалить объект %s." -#: plugins/addons/gotomasses/class_gotomasses.inc:350 -msgid "Week day" -msgstr "" +#: plugins/admin/groups/class_groupManagement.inc:380 +#, php-format +msgid "You're about to delete the group '%s'." +msgstr "Вы собираетесь удалить группу \"%s\"." -#: plugins/addons/gotomasses/class_gotomasses.inc:351 -#: plugins/addons/gotomasses/class_divListMasses.inc:42 +#: plugins/admin/groups/paste_generic.tpl:1 #, fuzzy -msgid "Target" -msgstr "сброс" +msgid "Group settings" +msgstr "Настройки Samba" -#: plugins/addons/gotomasses/goto_task.tpl:12 -msgid "Job ID" -msgstr "" +#: plugins/admin/groups/paste_generic.tpl:5 +#: plugins/admin/groups/generic.tpl:11 +#: plugins/admin/ogroups/paste_generic.tpl:4 +#: plugins/admin/ogroups/generic.tpl:7 +msgid "Group name" +msgstr "Группа" -#: plugins/addons/gotomasses/goto_task.tpl:28 -#, fuzzy -msgid "Mac" -msgstr "Март" +#: plugins/admin/groups/paste_generic.tpl:8 +#: plugins/admin/groups/generic.tpl:17 +msgid "Posix name of the group" +msgstr "Имя группы, соответствующее стандарту POSIX" -#: plugins/addons/gotomasses/goto_task.tpl:36 -#, fuzzy -msgid "Header Tag" -msgstr "Отправитель" +#: plugins/admin/groups/paste_generic.tpl:13 +#: plugins/admin/groups/generic.tpl:65 +msgid "Normally IDs are autogenerated, select to specify manually" +msgstr "" +"Обычно идентификаторы создаются автоматически, но вы можете выбрать указание " +"вручную" -#: plugins/addons/gotomasses/goto_task.tpl:40 include/class_pluglist.inc:168 -#: include/class_pluglist.inc:169 include/class_pluglist.inc:283 -#, fuzzy -msgid "Unknown" -msgstr "состояние неизвестно" +#: plugins/admin/groups/paste_generic.tpl:15 +#: plugins/admin/groups/generic.tpl:68 +msgid "Force GID" +msgstr "Указать GID вручную" -#: plugins/addons/gotomasses/class_target_list.inc:37 -msgid "Select the target objects for your scheduled action." -msgstr "" +#: plugins/admin/groups/paste_generic.tpl:18 +#: plugins/admin/groups/generic.tpl:71 +msgid "Forced ID number" +msgstr "Указанный вручную GID" -#: plugins/addons/gotomasses/class_target_list.inc:38 -#: plugins/addons/gotomasses/class_target_list.inc:39 -#, fuzzy -msgid "Available targets" -msgstr "Доступные приложения" +#: plugins/admin/groups/class_divListGroup.inc:35 +#: plugins/admin/groups/class_divListGroup.inc:36 +msgid "List of groups" +msgstr "Список групп" -#: plugins/addons/gotomasses/class_target_list.inc:51 +#: plugins/admin/groups/class_divListGroup.inc:41 #, fuzzy -msgid "Select to see object groups" -msgstr "Выбрать объекты для добавления" +msgid "" +"This menu allows you to add, edit and remove selected groups. You may want " +"to use the range selector on top of the group listbox, when working with a " +"large number of groups." +msgstr "" +"С помощью этого меню вы можете добавлять, изменять и удалять выбранные " +"группы пользователей. Если у вас их достаточно большое количество, вы можете " +"использовать групповое выделение." -#: plugins/addons/gotomasses/class_target_list.inc:51 +#: plugins/admin/groups/class_divListGroup.inc:60 #, fuzzy -msgid "Show object groups" -msgstr "Объединения" +msgid "Groupname / Department" +msgstr "Подразделение" -#: plugins/addons/gotomasses/class_target_list.inc:52 -#: plugins/admin/ogroups/ogroup_objects.tpl:31 -#: plugins/admin/groups/group_objects.tpl:30 -msgid "Select to see servers" -msgstr "Выберите, чтобы просмотреть серверы" +#: plugins/admin/groups/class_divListGroup.inc:61 +#: plugins/admin/users/class_divListUsers.inc:62 +#: plugins/admin/departments/generic.tpl:4 +#: plugins/admin/ogroups/class_divListOGroup.inc:65 +msgid "Properties" +msgstr "Свойства" -#: plugins/addons/gotomasses/class_target_list.inc:52 -#: plugins/admin/ogroups/ogroup_objects.tpl:31 -msgid "Show servers" -msgstr "Показать серверы" +#: plugins/admin/groups/class_divListGroup.inc:65 +msgid "Select to see groups that are primary groups of users" +msgstr "Выберите, чтобы просмотреть список основных групп пользователей" -#: plugins/addons/gotomasses/class_target_list.inc:53 -#: plugins/admin/ogroups/ogroup_objects.tpl:32 -msgid "Select to see workstations" -msgstr "Выберите чтобы посмотреть рабочие станции" +#: plugins/admin/groups/class_divListGroup.inc:65 +msgid "Show primary groups" +msgstr "Показать основные группы" -#: plugins/addons/gotomasses/class_target_list.inc:53 -#: plugins/admin/ogroups/ogroup_objects.tpl:32 -msgid "Show workstations" -msgstr "Показать рабочие станции" +#: plugins/admin/groups/class_divListGroup.inc:66 +msgid "Select to see groups that have samba groups mappings" +msgstr "Выберите, чтобы просмотреть группы, которые входят в samba" -#: plugins/addons/gotomasses/class_target_list.inc:57 -#: plugins/admin/users/class_divListUsers.inc:74 -#: plugins/admin/ogroups/ogroup_objects.tpl:38 -#: plugins/admin/ogroups/class_divListOGroup.inc:82 -#: plugins/admin/departments/class_divListDepartment.inc:53 -#: plugins/admin/acl/class_divListACL.inc:61 -#: plugins/admin/groups/class_divListGroup.inc:73 -#, fuzzy -msgid "Select to search within subtrees" -msgstr "Искать в поддеревьях" +#: plugins/admin/groups/class_divListGroup.inc:66 +msgid "Show samba groups" +msgstr "Показать группы samba" -#: plugins/addons/gotomasses/class_target_list.inc:58 -msgid "Select to search for a specific IP range only" -msgstr "" +#: plugins/admin/groups/class_divListGroup.inc:67 +msgid "Select to see groups that have applications configured" +msgstr "Выберите, чтобы просмотреть список групп, которым доступны приложения" -#: plugins/addons/gotomasses/class_target_list.inc:58 -msgid "Match IP range" -msgstr "" +#: plugins/admin/groups/class_divListGroup.inc:67 +msgid "Show application groups" +msgstr "Показать группы приложений" -#: plugins/addons/gotomasses/class_target_list.inc:62 -msgid "IP range start" +#: plugins/admin/groups/class_divListGroup.inc:68 +msgid "Select to see groups that have mail settings" msgstr "" +"Выберите, чтобы просмотреть список групп, которым доступны функции эл. почты" -#: plugins/addons/gotomasses/class_target_list.inc:63 -msgid "IP range end" -msgstr "" +#: plugins/admin/groups/class_divListGroup.inc:68 +msgid "Show mail groups" +msgstr "Показать группы с эл. почтой" -#: plugins/addons/gotomasses/class_target_list.inc:132 -#: plugins/admin/users/class_divListUsers.inc:145 -#: plugins/admin/ogroups/class_divListOGroup.inc:165 -#: plugins/admin/departments/class_divListDepartment.inc:127 -#: plugins/admin/acl/class_divListACL.inc:136 -#: plugins/admin/groups/class_divListGroup.inc:152 -#, fuzzy -msgid "Submit department" -msgstr "Показать подразделения" +#: plugins/admin/groups/class_divListGroup.inc:69 +msgid "Select to see normal groups that have only functional aspects" +msgstr "Выберите, чтобы просмотреть список обычных групп" -#: plugins/addons/gotomasses/class_target_list.inc:132 -#: plugins/admin/users/class_divListUsers.inc:145 -#: plugins/admin/ogroups/class_divListOGroup.inc:165 -#: plugins/admin/departments/class_divListDepartment.inc:127 -#: plugins/admin/acl/class_divListACL.inc:136 -#: plugins/admin/groups/class_divListGroup.inc:152 -#: include/class_MultiSelectWindow.inc:242 -msgid "Submit" -msgstr "" +#: plugins/admin/groups/class_divListGroup.inc:69 +msgid "Show functional groups" +msgstr "Показать обычные группы" -#: plugins/addons/gotomasses/class_target_list.inc:229 -#: plugins/addons/gotomasses/class_target_list.inc:233 -#, fuzzy -msgid "IP range is invalid!" -msgstr "Указанное имя уже используется." +#: plugins/admin/groups/class_divListGroup.inc:165 +#: plugins/admin/ogroups/class_ogroupManagement.inc:451 +#: plugins/generic/references/class_reference.inc:36 +msgid "Group" +msgstr "Группа" -#: plugins/addons/gotomasses/class_divListMasses.inc:21 +#: plugins/admin/groups/class_divListGroup.inc:226 +#: plugins/admin/users/class_divListUsers.inc:238 #, fuzzy -msgid "List of queued deamon jobs." -msgstr "Список подразделений" +msgid "Posix" +msgstr "Прокси-сервер" -#: plugins/addons/gotomasses/class_divListMasses.inc:25 -#, fuzzy -msgid "" -"This menu allows you to remove and change the properties of GOsa deamon " -"tasks." -msgstr "" -"С помощью этого меню вы можете добавлять, изменять и удалять свойства " -"отдельных систем. Вы можете только добавлять системы которые однажды уже " -"были запущены." +#: plugins/admin/groups/class_divListGroup.inc:228 +#: plugins/admin/users/class_divListUsers.inc:242 +#: plugins/admin/ogroups/tabs_ogroups.inc:90 +#: plugins/admin/ogroups/tabs_ogroups.inc:236 +#: plugins/admin/ogroups/class_divListOGroup.inc:228 +#: plugins/generic/references/class_reference.inc:24 +msgid "Mail" +msgstr "Почта" -#: plugins/addons/gotomasses/class_divListMasses.inc:29 -#: plugins/addons/gotomasses/class_divListMasses.inc:30 -#, fuzzy, php-format -msgid "Display entries with action %s." -msgstr "Показать подходяшие адреса" +#: plugins/admin/groups/class_divListGroup.inc:230 +#: plugins/admin/users/class_divListUsers.inc:248 +#: plugins/generic/references/class_reference.inc:26 +#: plugins/generic/references/class_reference.inc:28 +msgid "Samba" +msgstr "Samba" -#: plugins/addons/gotomasses/class_divListMasses.inc:40 -msgid "#" -msgstr "" +#: plugins/admin/groups/class_divListGroup.inc:232 +#: plugins/admin/ogroups/tabs_ogroups.inc:133 +#: plugins/admin/ogroups/class_ogroupManagement.inc:452 +#: plugins/generic/references/class_reference.inc:42 +msgid "Application" +msgstr "Приложение" -#: plugins/addons/gotomasses/class_divListMasses.inc:43 -msgid "Task" -msgstr "" +#: plugins/admin/groups/class_divListGroup.inc:236 +#: plugins/admin/users/class_divListUsers.inc:240 +#: plugins/admin/ogroups/tabs_ogroups.inc:148 +msgid "Environment" +msgstr "Окружение" -#: plugins/addons/gotomasses/class_divListMasses.inc:44 +#: plugins/admin/groups/class_divListGroup.inc:263 +#: plugins/admin/departments/class_divListDepartment.inc:166 +#: plugins/admin/ogroups/class_divListOGroup.inc:253 #, fuzzy -msgid "Schedule" -msgstr "Учетная запись Groupware" +msgid "Edit this entry" +msgstr "Редактиовать объект" -#: plugins/addons/gotomasses/class_divListMasses.inc:127 +#: plugins/admin/groups/class_divListGroup.inc:272 +#: plugins/admin/departments/class_divListDepartment.inc:171 +#: plugins/admin/ogroups/class_divListOGroup.inc:261 #, fuzzy -msgid "Reomve" +msgid "Delete this entry" msgstr "Удалить" -#: plugins/addons/gotomasses/remove.tpl:6 plugins/admin/users/remove.tpl:6 -msgid "" -"This includes all account data, system access rules, imap settings, etc. for " -"this user. Please double check if your really want to do this since there is " -"no way for GOsa to get your data back." -msgstr "" -"Сюда входит вся информация об учетной записи этого пользователя, его права " -"доступа в системе, настройки IMAP и т. д. Подумайте еще раз, действительно " -"ли вам нужно удаление, так как GOsa не сможет отменить результаты этой " -"операции." - -#: plugins/addons/bugsubmitter/class_bugsubmitter.inc:5 -msgid "" -"Bugsubmitter" -msgstr "" - -#: plugins/addons/notifications/class_msgplug.inc:6 -#: plugins/addons/notifications/main.inc:47 -#, fuzzy -msgid "Notifications" -msgstr "Специальность" - -#: plugins/addons/notifications/class_msgplug.inc:36 -#: plugins/admin/groups/class_groupManagement.inc:24 -#: plugins/admin/groups/class_groupGeneric.inc:998 include/class_acl.inc:196 -#: html/getxls.php:124 html/getxls.php:126 html/getxls.php:309 -msgid "Groups" -msgstr "Группы" - -#: plugins/addons/notifications/class_msgplug.inc:99 +#: plugins/admin/groups/class_divListGroup.inc:329 #, fuzzy -msgid "You have no permissions to send a message!" -msgstr "У вас недостаточно прав для создания пользователя в этой ветке." +msgid "Number of listed groups" +msgstr "Название группы" -#: plugins/addons/notifications/class_msgplug.inc:103 -#: plugins/addons/notifications/class_msgplug.inc:111 -#: include/class_plugin.inc:1154 include/class_plugin.inc:1166 -#: include/class_pluglist.inc:152 include/class_config.inc:554 -#: include/functions.inc:592 include/functions.inc:2509 -#: include/functions.inc:2528 include/class_CopyPasteHandler.inc:91 -#: include/class_CopyPasteHandler.inc:99 -#: include/class_CopyPasteHandler.inc:148 -#: include/class_CopyPasteHandler.inc:156 -#: include/class_CopyPasteHandler.inc:165 -#: include/password-methods/class_password-methods-sha.inc:46 -#: include/password-methods/class_password-methods-ssha.inc:51 -#: include/utils/class_timezone.inc:51 html/index.php:205 +#: plugins/admin/groups/class_divListGroup.inc:330 +#: plugins/admin/users/class_divListUsers.inc:413 +#: plugins/admin/departments/class_divListDepartment.inc:210 +#: plugins/admin/ogroups/class_divListOGroup.inc:311 #, fuzzy -msgid "Configuration error" -msgstr "Настроить" +msgid "Number of listed departments" +msgstr "Подразделение" -#: plugins/addons/notifications/class_msgplug.inc:103 -#, php-format -msgid "Missing '%s' directive in configuration!" -msgstr "" +#: plugins/admin/groups/generic.tpl:28 plugins/admin/ogroups/generic.tpl:18 +msgid "Descriptive text for this group" +msgstr "Описание группы" -#: plugins/addons/notifications/class_msgplug.inc:111 -#, php-format -msgid "'%s' defined for the '%s' directive cannot be executed!" -msgstr "" +#: plugins/admin/groups/generic.tpl:83 plugins/admin/groups/generic.tpl:110 +msgid "Select to create a samba conform group" +msgstr "Создать группу для работы с Samba" -#: plugins/addons/notifications/class_msgplug.inc:117 -#, fuzzy -msgid "Please specify at least one recipient to send a message!" -msgstr "Введите корректное имя пользователя!" +#: plugins/admin/groups/generic.tpl:95 plugins/admin/groups/generic.tpl:118 +msgid "in domain" +msgstr "в домене" -#: plugins/addons/notifications/class_msgplug.inc:213 -#, fuzzy, php-format -msgid "Cannot find a DESC tag in file '%s'!" -msgstr "Удалить" +#: plugins/admin/groups/generic.tpl:140 +msgid "Members are in a phone pickup group" +msgstr "Члены телефонной группы" -#: plugins/addons/notifications/class_msgplug.inc:240 +#: plugins/admin/groups/generic.tpl:155 #, fuzzy -msgid "Notification" -msgstr "Специальность" +msgid "Members are in a nagios group" +msgstr "Члены телефонной группы" -#: plugins/addons/notifications/class_msgplug.inc:241 -#: plugins/addons/notifications/class_msgplug.inc:246 -#, fuzzy -msgid "Notification plugin" -msgstr "Изменить сертификаты" +#: plugins/admin/groups/generic.tpl:172 +msgid "Group members" +msgstr "Члены группы" -#: plugins/addons/notifications/class_msgplug.inc:249 -#, fuzzy -msgid "Allow sending notifications" -msgstr "Параметры приложения" +#: plugins/admin/groups/remove.tpl:6 +msgid "" +"This may be a primary user group. Please double check if you really want to " +"do this since there is no way for GOsa to get your data back." +msgstr "" +"Возможно, это основная группа пользователей. Еще раз проверте что Вы " +"действительно хотите удалить ее, так как GOsa не сможет отменить результаты " +"этой операции." -#: plugins/addons/notifications/contents.tpl:2 +#: plugins/admin/groups/remove.tpl:10 plugins/admin/users/remove.tpl:10 +#: plugins/admin/ogroups/remove.tpl:10 ihtml/themes/default/remove.tpl:9 #, fuzzy -msgid "Notification target" -msgstr "Изменить сертификаты" - -#: plugins/addons/notifications/contents.tpl:7 -msgid "Use target from" +msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." msgstr "" +"Если вы уверены в своих действиях, нажмите на кнопку Удалить, иначе " +"нажмите Отмена." -#: plugins/addons/notifications/contents.tpl:21 +#: plugins/admin/groups/main.inc:40 plugins/admin/groups/main.inc:44 +msgid "Group administration" +msgstr "Управление группами" + +#: plugins/admin/users/password.tpl:4 #, fuzzy -msgid "Available recipients" -msgstr "Доступные приложения" +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/addons/notifications/contents.tpl:33 +#: plugins/admin/users/password.tpl:21 #, fuzzy -msgid "Recipients" -msgstr "Описание" +msgid "Strength" +msgstr "Улица" -#: plugins/addons/notifications/contents.tpl:44 -msgid "Message" -msgstr "Сообщение" +#: plugins/admin/users/template.tpl:2 +msgid "Creating a new user using templates" +msgstr "Создание пользователя на основе шаблона" -#: plugins/addons/notifications/contents.tpl:60 +#: plugins/admin/users/template.tpl:6 #, fuzzy -msgid "Send message" -msgstr "Домашняя страница" +msgid "" +"Creating a new user can be assisted by using templates. Many database " +"records will be filled automatically. Choose 'none' to skip the usage of " +"templates." +msgstr "" +"Можно создавать пользователей на основе шаблонов. При этом многие поля в " +"базе данных будут заполнены автоматически. Выберите нет, чтобы не " +"использовать шаблоны." -#: plugins/addons/notifications/contents.tpl:72 -#, fuzzy -msgid "Notification send!" -msgstr "Изменить сертификаты" +#: plugins/admin/users/template.tpl:15 +#: plugins/admin/users/class_divListUsers.inc:158 +msgid "Template" +msgstr "Шаблон" -#: plugins/addons/notifications/contents.tpl:75 +#: plugins/admin/users/remove.tpl:6 msgid "" -"Your message has been sent successfully. Press the continue button to get " -"back to the notification plugin." +"This includes all account data, system access rules, imap settings, etc. for " +"this user. Please double check if your really want to do this since there is " +"no way for GOsa to get your data back." msgstr "" +"Сюда входит вся информация об учетной записи этого пользователя, его права " +"доступа в системе, настройки IMAP и т. д. Подумайте еще раз, действительно " +"ли вам нужно удаление, так как GOsa не сможет отменить результаты этой " +"операции." + +#: plugins/admin/users/main.inc:43 plugins/admin/users/main.inc:49 +msgid "User administration" +msgstr "Управление пользователями" #: plugins/admin/users/class_divListUsers.inc:35 #: plugins/admin/users/class_divListUsers.inc:36 @@ -2654,28 +2522,14 @@ msgid "" "user list." msgstr "" "С помощью этого меню вы можете добавлять, изменять и удалять выбранных " -"пользователей. Если у вас достаточно большое количество пользователей, вы " -"можете использовать групповое выделение." - -#: plugins/admin/users/class_divListUsers.inc:62 -#: plugins/admin/ogroups/class_divListOGroup.inc:65 -#: plugins/admin/departments/generic.tpl:4 -#: plugins/admin/groups/class_divListGroup.inc:61 -msgid "Properties" -msgstr "Свойства" +"пользователей. Если у вас достаточно большое количество пользователей, вы " +"можете использовать групповое выделение." -#: plugins/admin/users/class_divListUsers.inc:63 -#: plugins/admin/users/class_divListUsers.inc:149 -#: plugins/admin/ogroups/class_divListOGroup.inc:66 -#: plugins/admin/ogroups/class_divListOGroup.inc:169 -#: plugins/admin/departments/class_divListDepartment.inc:49 -#: plugins/admin/departments/class_divListDepartment.inc:130 -#: plugins/admin/acl/class_divListACL.inc:55 -#: plugins/admin/acl/class_divListACL.inc:140 -#: plugins/admin/groups/class_divListGroup.inc:62 -#: plugins/admin/groups/class_divListGroup.inc:157 -msgid "Actions" -msgstr "Действия" +#: plugins/admin/users/class_divListUsers.inc:61 +#: ihtml/themes/default/password.tpl:68 ihtml/themes/default/password.tpl:70 +#: ihtml/themes/default/login.tpl:40 ihtml/themes/default/login.tpl:42 +msgid "Username" +msgstr "Имя пользователя" #: plugins/admin/users/class_divListUsers.inc:65 msgid "Select to see template pseudo users" @@ -2728,65 +2582,17 @@ msgstr "Выберите, чтобы просмотреть пользовате msgid "Show proxy users" msgstr "Показать пользователей с прокси-серверами" -#: plugins/admin/users/class_divListUsers.inc:77 -#: plugins/admin/groups/group_objects.tpl:46 -msgid "Display users matching" -msgstr "Фильтр" - -#: plugins/admin/users/class_divListUsers.inc:151 -#: plugins/admin/ogroups/class_divListOGroup.inc:171 -#: plugins/admin/departments/class_divListDepartment.inc:132 -#: plugins/admin/acl/class_divListACL.inc:142 -#: plugins/admin/groups/class_divListGroup.inc:159 -#: setup/class_setupStep_Migrate.inc:883 -msgid "Create" -msgstr "Создать" - #: plugins/admin/users/class_divListUsers.inc:156 #: plugins/admin/ogroups/class_ogroupManagement.inc:450 -#: setup/setup_config2.tpl:257 setup/setup_config2.tpl:302 +#: setup/setup_config2.tpl:273 setup/setup_config2.tpl:318 msgid "User" msgstr "Пользователь" -#: plugins/admin/users/class_divListUsers.inc:158 -#: plugins/admin/users/template.tpl:15 -msgid "Template" -msgstr "Шаблон" - #: plugins/admin/users/class_divListUsers.inc:166 #: plugins/admin/users/class_divListUsers.inc:309 msgid "Change password" msgstr "Сменить пароль" -#: plugins/admin/users/class_divListUsers.inc:174 -#: plugins/admin/ogroups/class_divListOGroup.inc:191 -#: plugins/admin/acl/class_divListACL.inc:159 -#: plugins/admin/groups/class_divListGroup.inc:179 -#, fuzzy -msgid "Copy" -msgstr "Компания" - -#: plugins/admin/users/class_divListUsers.inc:176 -#: plugins/admin/ogroups/class_divListOGroup.inc:193 -#: plugins/admin/acl/class_divListACL.inc:161 -#: plugins/admin/groups/class_divListGroup.inc:181 -#, fuzzy -msgid "Cut" -msgstr "Выполнить" - -#: plugins/admin/users/class_divListUsers.inc:180 -#: plugins/admin/users/class_divListUsers.inc:183 -#: plugins/admin/ogroups/class_divListOGroup.inc:197 -#: plugins/admin/ogroups/class_divListOGroup.inc:200 -#: plugins/admin/acl/class_divListACL.inc:165 -#: plugins/admin/acl/class_divListACL.inc:168 -#: plugins/admin/groups/class_divListGroup.inc:185 -#: plugins/admin/groups/class_divListGroup.inc:188 -#: include/class_CopyPasteHandler.inc:435 -#, fuzzy -msgid "Paste" -msgstr "Дата" - #: plugins/admin/users/class_divListUsers.inc:236 msgid "GOsa" msgstr "" @@ -2796,12 +2602,6 @@ msgstr "" msgid "Edit generic properties" msgstr "Изменить свойства" -#: plugins/admin/users/class_divListUsers.inc:238 -#: plugins/admin/groups/class_divListGroup.inc:226 -#, fuzzy -msgid "Posix" -msgstr "Прокси-сервер" - #: plugins/admin/users/class_divListUsers.inc:239 #, fuzzy msgid "Edit UNIX properties" @@ -2832,6 +2632,10 @@ msgstr "Изменить свойства" msgid "Edit samba properties" msgstr "Изменить свойства" +#: plugins/admin/users/class_divListUsers.inc:250 +msgid "Netatalk" +msgstr "" + #: plugins/admin/users/class_divListUsers.inc:251 #, fuzzy msgid "Edit netatalk properties" @@ -2847,37 +2651,6 @@ msgstr "Создать шаблон" msgid "Create user with this template" msgstr "Создать шаблон" -#: plugins/admin/users/class_divListUsers.inc:277 -#: plugins/admin/ogroups/class_divListOGroup.inc:247 -#: plugins/admin/acl/class_divListACL.inc:216 -#: plugins/admin/groups/class_divListGroup.inc:256 -#, fuzzy -msgid "cut" -msgstr "Выполнить" - -#: plugins/admin/users/class_divListUsers.inc:277 -#: plugins/admin/ogroups/class_divListOGroup.inc:247 -#: plugins/admin/acl/class_divListACL.inc:216 -#: plugins/admin/groups/class_divListGroup.inc:256 -#, fuzzy -msgid "Cut this entry" -msgstr "Редактиовать объект" - -#: plugins/admin/users/class_divListUsers.inc:279 -#: plugins/admin/ogroups/class_divListOGroup.inc:249 -#: plugins/admin/acl/class_divListACL.inc:218 -#: plugins/admin/groups/class_divListGroup.inc:258 -msgid "copy" -msgstr "" - -#: plugins/admin/users/class_divListUsers.inc:279 -#: plugins/admin/ogroups/class_divListOGroup.inc:249 -#: plugins/admin/acl/class_divListACL.inc:218 -#: plugins/admin/groups/class_divListGroup.inc:258 -#, fuzzy -msgid "Copy this entry" -msgstr "Редактиовать объект" - #: plugins/admin/users/class_divListUsers.inc:288 #, fuzzy msgid "Deactivated" @@ -2888,19 +2661,6 @@ msgstr "Личный" msgid "Active" msgstr "Личный" -#: plugins/admin/users/class_divListUsers.inc:298 -#: plugins/admin/ogroups/class_divListOGroup.inc:253 -#: plugins/admin/departments/class_divListDepartment.inc:166 -#: plugins/admin/acl/class_aclRole.inc:340 -#: plugins/admin/acl/class_aclRole.inc:385 -#: plugins/admin/acl/class_divListACL.inc:223 -#: plugins/admin/acl/class_divListACL.inc:245 -#: plugins/admin/groups/class_divListGroup.inc:263 include/class_acl.inc:409 -#: include/class_acl.inc:452 -#, fuzzy -msgid "edit" -msgstr "Изменить" - #: plugins/admin/users/class_divListUsers.inc:299 #, fuzzy msgid "Edit user" @@ -2916,19 +2676,6 @@ msgstr "Пароль" msgid "You are not allowed to change the password for this user." msgstr "Вам не разрешено менять пароль." -#: plugins/admin/users/class_divListUsers.inc:322 -#: plugins/admin/ogroups/class_divListOGroup.inc:261 -#: plugins/admin/departments/class_divListDepartment.inc:171 -#: plugins/admin/acl/class_aclRole.inc:341 -#: plugins/admin/acl/class_aclRole.inc:386 -#: plugins/admin/acl/class_divListACL.inc:233 -#: plugins/admin/acl/class_divListACL.inc:249 -#: plugins/admin/groups/class_divListGroup.inc:272 include/class_acl.inc:410 -#: include/class_acl.inc:453 -#, fuzzy -msgid "delete" -msgstr "Удалить" - #: plugins/admin/users/class_divListUsers.inc:323 #: plugins/admin/users/class_userManagement.inc:526 #, fuzzy @@ -2945,14 +2692,6 @@ msgstr "У вас недостаточно прав для удаления эт msgid "Number of listed users" msgstr "Подразделение" -#: plugins/admin/users/class_divListUsers.inc:413 -#: plugins/admin/ogroups/class_divListOGroup.inc:311 -#: plugins/admin/departments/class_divListDepartment.inc:210 -#: plugins/admin/groups/class_divListGroup.inc:330 -#, fuzzy -msgid "Number of listed departments" -msgstr "Подразделение" - #: plugins/admin/users/class_userManagement.inc:241 #, fuzzy msgid "Password change failed." @@ -2963,6 +2702,12 @@ msgstr "Сменить пароль" msgid "You are not allowed to set this users password!" msgstr "У вас недостаточно прав для смены пароля этого пользователя!" +#: plugins/admin/users/class_userManagement.inc:296 +#: ihtml/themes/default/password.tpl:40 +#, fuzzy +msgid "Password change" +msgstr "Сменить пароль" + #: plugins/admin/users/class_userManagement.inc:404 #, fuzzy, php-format msgid "You're about to delete the following entry: %s" @@ -3004,7 +2749,7 @@ msgstr "Вы собираетесь удалить пользователя %s." #: plugins/admin/users/class_userManagement.inc:553 #, fuzzy -msgid "User delted" +msgid "User deleted" msgstr "Удалить" #: plugins/admin/users/class_userManagement.inc:553 @@ -3012,187 +2757,303 @@ msgstr "Удалить" msgid "User successfully removed." msgstr "Настройка завершена" -#: plugins/admin/users/class_userManagement.inc:558 -msgid "You are not allowed to delete this user!" -msgstr "У вас недостаточно прав для удаления этого пользователя!" +#: plugins/admin/users/class_userManagement.inc:558 +msgid "You are not allowed to delete this user!" +msgstr "У вас недостаточно прав для удаления этого пользователя!" + +#: plugins/admin/users/class_userManagement.inc:664 +#: plugins/admin/ogroups/class_ogroup.inc:286 +msgid "none" +msgstr "нет" + +#: plugins/admin/users/class_userManagement.inc:683 +#, fuzzy +msgid "Please select a valid template." +msgstr "Введите корректный серийный номер" + +#: plugins/admin/users/class_userManagement.inc:776 +msgid "A person with the choosen name is already used in this tree." +msgstr "Пользователь с таким именем уже есть в этой ветке." + +#: plugins/admin/departments/class_divListDepartment.inc:27 +#: plugins/admin/departments/class_divListDepartment.inc:28 +msgid "List of departments" +msgstr "Список подразделений" + +#: plugins/admin/departments/class_divListDepartment.inc:33 +#, fuzzy +msgid "" +"This menu allows you to create, delete and edit selected departments. Having " +"a large number of departments, you might prefer the range selectors on top " +"of the department list." +msgstr "" +"С помощью этого меню вы можете добавлять, изменять и удалять выбранные " +"подразделения. Если у вас достаточно большое количество подразделений, вы " +"можете использовать групповое выделение." + +#: plugins/admin/departments/class_divListDepartment.inc:48 +#: plugins/admin/departments/class_departmentGeneric.inc:574 +#, fuzzy +msgid "Department name" +msgstr "Управление подразделениями" + +#: plugins/admin/departments/class_divListDepartment.inc:56 +msgid "Regular expression for matching department names" +msgstr "Регулярное выражение, соответствующее именам подразделений" + +#: plugins/admin/departments/class_divListDepartment.inc:200 +#, fuzzy +msgid "department" +msgstr "подразделения" + +#: plugins/admin/departments/tabs_department.inc:34 +#: include/class_MultiSelectWindow.inc:503 include/functions.inc:341 +#: include/functions.inc:368 include/functions.inc:377 +#: include/functions.inc:406 include/functions.inc:649 +#: include/functions.inc:688 include/functions.inc:733 +#: include/functions.inc:1311 include/functions.inc:2503 +#: include/class_config.inc:224 setup/class_setupStep_Schema.inc:95 +#: setup/class_setupStep_Migrate.inc:1030 +#: setup/class_setupStep_Migrate.inc:1056 +#: setup/class_setupStep_Migrate.inc:1104 +#: setup/class_setupStep_Migrate.inc:1152 +#: setup/class_setupStep_Migrate.inc:1916 html/index.php:244 +#: html/index.php:258 html/index.php:271 +#, fuzzy +msgid "LDAP error" +msgstr "Ошибка LDAP:" + +#: plugins/admin/departments/tabs_department.inc:34 +msgid "Moving LDAP tree failed: destination tree is a subtree of the source!" +msgstr "" + +#: plugins/admin/departments/dep_iframe.tpl:1 +msgid "Processing the requested operation" +msgstr "" + +#: 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/departments/dep_move_confirm.tpl:2 +#, fuzzy +msgid "You are currently moving/renaming this department." +msgstr "У вас недостаточно прав для удаления этого подразделения." + +#: plugins/admin/departments/dep_move_confirm.tpl:5 +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:8 +msgid "GOsa can NOT fix this for you, yet." +msgstr "" + +#: plugins/admin/departments/dep_move_confirm.tpl:11 +msgid "" +"Before you confirm this action, ensure that everything will be as expected, " +"possibly the best solution is a backup." +msgstr "" + +#: plugins/admin/departments/generic.tpl:8 +msgid "Name of department" +msgstr "Подразделение" + +#: plugins/admin/departments/generic.tpl:11 +msgid "Name of subtree to create" +msgstr "Имя создаваемой ветки" + +#: plugins/admin/departments/generic.tpl:19 +msgid "Descriptive text for department" +msgstr "Описание подразделения" + +#: plugins/admin/departments/generic.tpl:24 +#: plugins/admin/departments/class_departmentGeneric.inc:575 +msgid "Category" +msgstr "Категория" + +#: plugins/admin/departments/generic.tpl:27 +msgid "Category for this subtree" +msgstr "Категория этой ветки" + +#: plugins/admin/departments/generic.tpl:39 +msgid "Choose subtree to place department in" +msgstr "Выберите ветку для подразделения" + +#: plugins/admin/departments/generic.tpl:63 +msgid "State where this subtree is located" +msgstr "Адм. единица, в которой находится ветка" -#: plugins/admin/users/class_userManagement.inc:664 -#: plugins/admin/ogroups/class_ogroup.inc:298 -msgid "none" -msgstr "нет" +#: plugins/admin/departments/generic.tpl:71 +msgid "Location of this subtree" +msgstr "Местоположение ветки" -#: plugins/admin/users/class_userManagement.inc:683 -#, fuzzy -msgid "Please select a valid template." -msgstr "Введите корректный серийный номер" +#: plugins/admin/departments/generic.tpl:79 +msgid "Postal address of this subtree" +msgstr "Почтовый адрес для ветки" -#: plugins/admin/users/class_userManagement.inc:776 -msgid "A person with the choosen name is already used in this tree." -msgstr "Пользователь с таким именем уже есть в этой ветке." +#: plugins/admin/departments/generic.tpl:86 +msgid "Base telephone number of this subtree" +msgstr "Основный телефонный номер для ветки" -#: plugins/admin/users/template.tpl:2 -msgid "Creating a new user using templates" -msgstr "Создание пользователя на основе шаблона" +#: plugins/admin/departments/generic.tpl:94 +msgid "Base facsimile telephone number of this subtree" +msgstr "Основный номер факса для ветки" -#: plugins/admin/users/template.tpl:6 +#: plugins/admin/departments/generic.tpl:109 +#: plugins/admin/departments/class_departmentGeneric.inc:578 #, fuzzy -msgid "" -"Creating a new user can be assisted by using templates. Many database " -"records will be filled automatically. Choose 'none' to skip the usage of " -"templates." +msgid "Administrative settings" +msgstr "Администрирование" + +#: plugins/admin/departments/generic.tpl:111 +msgid "Tag department as an independent administrative unit" msgstr "" -"Можно создавать пользователей на основе шаблонов. При этом многие поля в " -"базе данных будут заполнены автоматически. Выберите нет, чтобы не " -"использовать шаблоны." -#: plugins/admin/users/password.tpl:2 +#: plugins/admin/departments/remove.tpl:6 #, fuzzy msgid "" -"To change the user password use the fields below. The changes take effect " -"immediately. Please memorize the new password, because the user wouldn't be " -"able to login without it." +"This 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 "" -"В полях ниже вы можете изменить пароль выбранного пользователя. Изменения " -"вступят в силу немедленно. Пожалуйста, запомните новый пароль, так как иначе " -"пользователь не сможет войти в систему." - -#: plugins/admin/users/main.inc:43 plugins/admin/users/main.inc:49 -msgid "User administration" -msgstr "Управление пользователями" +"Это включает все учетные записи, системы и т.п. для данного " +"подразделения. Подумайте еще раз, действительно ли вы хотите его удалить, " +"так как GOsa не сможет отменить результаты этой операции." -#: plugins/admin/ogroups/class_ogroupManagement.inc:24 -#: plugins/admin/ogroups/class_ogroup.inc:758 -#: plugins/admin/ogroups/main.inc:35 plugins/admin/ogroups/main.inc:40 -msgid "Object groups" -msgstr "Объединения" +#: plugins/admin/departments/main.inc:41 plugins/admin/departments/main.inc:43 +msgid "Department management" +msgstr "Управление подразделениями" -#: plugins/admin/ogroups/class_ogroupManagement.inc:183 +#: plugins/admin/departments/class_departmentGeneric.inc:187 #, fuzzy, php-format -msgid "You're about to delete the following object entry %s" -msgstr "Вы собираетесь удалить объект %s." +msgid "Removing of department with dn '%s' failed." +msgstr "Показать подразделения" -#: plugins/admin/ogroups/class_ogroupManagement.inc:185 -#, fuzzy, php-format -msgid "You're about to delete the following object entries %s" -msgstr "Вы собираетесь удалить групповой объект \"%s\"." +#: plugins/admin/departments/class_departmentGeneric.inc:246 +#: plugins/admin/departments/class_departmentGeneric.inc:248 +msgid "Department with that 'Name' already exists." +msgstr "Подразделение с таким именем уже существует." -#: plugins/admin/ogroups/class_ogroupManagement.inc:215 -#: plugins/admin/ogroups/class_ogroupManagement.inc:267 -#: plugins/admin/ogroups/class_ogroupManagement.inc:294 -msgid "You are not allowed to delete this object group!" -msgstr "У вас недостаточно прав для удаления этого группового объекта!" +#: plugins/admin/departments/class_departmentGeneric.inc:253 +msgid "Required field 'Name' is not set." +msgstr "Обязательное поле \"Имя\" не заполнено." -#: plugins/admin/ogroups/class_ogroupManagement.inc:260 -#, php-format -msgid "You're about to delete the object group '%s'." -msgstr "Вы собираетесь удалить групповой объект \"%s\"." +#: plugins/admin/departments/class_departmentGeneric.inc:256 +msgid "Required field 'Description' is not set." +msgstr "Обязательное поле \"Описание\" не заполнено." -#: plugins/admin/ogroups/class_ogroupManagement.inc:457 -#, fuzzy -msgid "Windows Install" -msgstr "Рабочая станция Windows" +#: plugins/admin/departments/class_departmentGeneric.inc:260 +#, fuzzy, php-format +msgid "" +"The field 'Name' contains the reserved word '%s'. Please choose another name." +msgstr "Значение поля \"Имя\" содержит служебное слово \"incoming\"." -#: plugins/admin/ogroups/class_ogroupManagement.inc:458 +#: plugins/admin/departments/class_departmentGeneric.inc:312 html/main.php:149 #, fuzzy -msgid "Terminal" -msgstr "Терминалы" - -#: plugins/admin/ogroups/class_ogroup.inc:156 -msgid "This 'dn' is no object group." -msgstr "Этот объект не является группой." - -#: plugins/admin/ogroups/class_ogroup.inc:300 -msgid "too many different objects!" -msgstr "слишком много различных объектов!" - -#: plugins/admin/ogroups/class_ogroup.inc:302 -msgid "users" -msgstr "пользователи" +msgid "Fatal error" +msgstr "Терминал-сервер" -#: plugins/admin/ogroups/class_ogroup.inc:303 -msgid "groups" -msgstr "группы" +#: plugins/admin/departments/class_departmentGeneric.inc:312 +msgid "Cannot find an unused tag for this administrative unit!" +msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:304 -msgid "applications" -msgstr "приложения" +#: plugins/admin/departments/class_departmentGeneric.inc:358 +#, fuzzy, php-format +msgid "Saving of department with dn '%s' failed." +msgstr "Показать подразделения" -#: plugins/admin/ogroups/class_ogroup.inc:305 -msgid "departments" -msgstr "подразделения" +#: plugins/admin/departments/class_departmentGeneric.inc:403 +#, php-format +msgid "Tagging '%s'." +msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:306 -msgid "servers" -msgstr "серверы" +#: plugins/admin/departments/class_departmentGeneric.inc:488 +#, php-format +msgid "Moving '%s' to '%s'" +msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:307 -msgid "workstations" -msgstr "рабочие станции" +#: plugins/admin/departments/class_departmentGeneric.inc:524 +#: include/class_acl.inc:643 include/class_acl.inc:650 +#: include/class_acl.inc:657 include/class_acl.inc:663 +#: ihtml/themes/default/snapshotdialog.tpl:20 +#: ihtml/themes/default/snapshotdialog.tpl:62 +msgid "Object" +msgstr "Объект" -#: plugins/admin/ogroups/class_ogroup.inc:308 -#, fuzzy -msgid "winstations" -msgstr "Рабочая станция" +#: plugins/admin/departments/class_departmentGeneric.inc:529 +#, php-format +msgid "FAILED to copy %s, aborting operation" +msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:309 -msgid "terminals" -msgstr "терминалы" +#: plugins/admin/departments/class_departmentGeneric.inc:561 +#: plugins/admin/departments/class_departmentGeneric.inc:566 +#: plugins/admin/departments/class_departmentManagement.inc:24 +#: plugins/admin/ogroups/class_divListOGroup.inc:64 +msgid "Departments" +msgstr "Подразделения" -#: plugins/admin/ogroups/class_ogroup.inc:310 -msgid "phones" -msgstr "телефоны" +#: plugins/admin/departments/class_departmentGeneric.inc:570 +msgid "Country" +msgstr "Страна" -#: plugins/admin/ogroups/class_ogroup.inc:311 -msgid "printers" -msgstr "принтеры" +#: plugins/admin/departments/class_departmentGeneric.inc:573 +msgid "Telephone" +msgstr "Телефон" -#: plugins/admin/ogroups/class_ogroup.inc:318 -msgid "and" -msgstr "и" +#: plugins/admin/departments/class_departmentGeneric.inc:630 +#, php-format +msgid "Object '%s' is already tagged" +msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:463 -#, fuzzy -msgid "Non existing dn:" -msgstr "Не существующий dn:" +#: plugins/admin/departments/class_departmentGeneric.inc:637 +#, php-format +msgid "Adding tag (%s) to object '%s'" +msgstr "" -#: plugins/admin/ogroups/class_ogroup.inc:607 -#, fuzzy -msgid "There is already an object with this cn." +#: plugins/admin/departments/class_departmentGeneric.inc:651 +#: plugins/admin/departments/class_departmentGeneric.inc:680 +#, php-format +msgid "Handle object tagging with dn '%s' failed." msgstr "" -"Пользователь с таким регистрационным именем в базе данных уже существует." -#: plugins/admin/ogroups/class_ogroup.inc:622 -msgid "You can combine two different object types at maximum only!" +#: plugins/admin/departments/class_departmentGeneric.inc:667 +#, php-format +msgid "Removing tag from object '%s'" msgstr "" -"Вы можете комбинировать не более двух различных классов в одном объекте!" -#: plugins/admin/ogroups/class_ogroup.inc:678 -#, fuzzy, php-format -msgid "Saving of object group/generic with dn '%s' failed." -msgstr "Моя учетная запись" +#: plugins/admin/departments/class_departmentManagement.inc:248 +#, php-format +msgid "You're about to delete the whole LDAP subtree placed under '%s'." +msgstr "Вы собираетесь удалить целую ветку LDAP с корнем в \"%s\"." -#: plugins/admin/ogroups/class_ogroup.inc:691 -#, fuzzy, php-format -msgid "Removing of object group/generic with dn '%s' failed." -msgstr "Атрибуты UNIX" +#: plugins/admin/ogroups/tabs_ogroups.inc:76 +#: plugins/admin/ogroups/tabs_ogroups.inc:228 +#, fuzzy +msgid "Phone queue" +msgstr "Номер телефона" -#: plugins/admin/ogroups/class_ogroup.inc:753 +#: plugins/admin/ogroups/tabs_ogroups.inc:100 #, fuzzy -msgid "Object group generic" -msgstr "Объект группы" +msgid "System" +msgstr "Системы" -#: plugins/admin/ogroups/class_ogroup.inc:761 plugins/admin/acl/acl_role.tpl:7 -#: plugins/admin/acl/class_aclRole.inc:677 plugins/admin/acl/paste_role.tpl:4 -#: plugins/admin/groups/class_groupGeneric.inc:1001 -#: setup/setup_migrate.tpl:209 setup/setup_feedback.tpl:22 html/getxls.php:223 -#: html/getxls.php:290 -msgid "Name" -msgstr "Фамилия" +#: plugins/admin/ogroups/tabs_ogroups.inc:108 +#: plugins/admin/ogroups/tabs_ogroups.inc:115 +#: plugins/admin/ogroups/tabs_ogroups.inc:208 +msgid "Devices" +msgstr "Устройства" -#: plugins/admin/ogroups/class_ogroup.inc:764 -#, fuzzy -msgid "Member" -msgstr "Включаемые объекты" +#: plugins/admin/ogroups/tabs_ogroups.inc:122 +msgid "Startup" +msgstr "Запуск" + +#: plugins/admin/ogroups/tabs_ogroups.inc:204 +msgid "Terminals" +msgstr "Терминалы" #: plugins/admin/ogroups/ogroup_objects.tpl:6 msgid "Select objects to add" @@ -3230,6 +3091,18 @@ msgstr "Выберите чтобы посмотреть приложения" msgid "Show applications" msgstr "Показать приложения" +#: plugins/admin/ogroups/ogroup_objects.tpl:31 +msgid "Show servers" +msgstr "Показать серверы" + +#: plugins/admin/ogroups/ogroup_objects.tpl:32 +msgid "Select to see workstations" +msgstr "Выберите чтобы посмотреть рабочие станции" + +#: plugins/admin/ogroups/ogroup_objects.tpl:32 +msgid "Show workstations" +msgstr "Показать рабочие станции" + #: plugins/admin/ogroups/ogroup_objects.tpl:33 msgid "Select to see terminals" msgstr "Выберите чтобы посмотреть терминалы" @@ -3262,47 +3135,62 @@ msgstr "Показать объекты подразделения" msgid "Display objects matching" msgstr "Показать совпадения объектов" -#: plugins/admin/ogroups/ogroup_objects.tpl:46 -msgid "Regular expression for matching object names" -msgstr "Регулярное выражение, соответствующее именам объектов" +#: plugins/admin/ogroups/ogroup_objects.tpl:46 +msgid "Regular expression for matching object names" +msgstr "Регулярное выражение, соответствующее именам объектов" + +#: plugins/admin/ogroups/class_ogroupManagement.inc:24 +#: plugins/admin/ogroups/class_ogroup.inc:746 +#: plugins/admin/ogroups/main.inc:35 plugins/admin/ogroups/main.inc:40 +msgid "Object groups" +msgstr "Объединения" + +#: plugins/admin/ogroups/class_ogroupManagement.inc:183 +#, fuzzy, php-format +msgid "You're about to delete the following object entry %s" +msgstr "Вы собираетесь удалить объект %s." + +#: plugins/admin/ogroups/class_ogroupManagement.inc:185 +#, fuzzy, php-format +msgid "You're about to delete the following object entries %s" +msgstr "Вы собираетесь удалить групповой объект \"%s\"." + +#: plugins/admin/ogroups/class_ogroupManagement.inc:260 +#, php-format +msgid "You're about to delete the object group '%s'." +msgstr "Вы собираетесь удалить групповой объект \"%s\"." + +#: plugins/admin/ogroups/class_ogroupManagement.inc:454 +#: plugins/generic/references/class_reference.inc:44 +#: setup/setup_config2.tpl:264 setup/setup_config2.tpl:309 +msgid "Server" +msgstr "Сервер" + +#: plugins/admin/ogroups/class_ogroupManagement.inc:456 +#: plugins/generic/references/class_reference.inc:48 +msgid "Workstation" +msgstr "Рабочая станция" + +#: plugins/admin/ogroups/class_ogroupManagement.inc:457 +#, fuzzy +msgid "Windows Install" +msgstr "Рабочая станция Windows" -#: plugins/admin/ogroups/remove.tpl:7 -msgid "" -"Please double check if you really want to do this since there is no way for " -"GOsa to get your data back." -msgstr "" -"Подумайте еще раз, действительно ли вам нужно удаление, так как GOsa не " -"сможет восстановить эти данные." +#: plugins/admin/ogroups/class_ogroupManagement.inc:458 +#, fuzzy +msgid "Terminal" +msgstr "Терминалы" -#: plugins/admin/ogroups/paste_generic.tpl:4 -#: plugins/admin/ogroups/generic.tpl:7 -#: plugins/admin/groups/paste_generic.tpl:5 -#: plugins/admin/groups/generic.tpl:11 -msgid "Group name" -msgstr "Группа" +#: plugins/admin/ogroups/class_ogroupManagement.inc:459 +#: plugins/generic/references/class_reference.inc:52 +msgid "Printer" +msgstr "Принтер" #: plugins/admin/ogroups/paste_generic.tpl:7 #, fuzzy msgid "Please enter the new object group name" msgstr "Введите адрес сервера" -#: plugins/admin/ogroups/generic.tpl:10 -msgid "Name of the group" -msgstr "Название группы" - -#: plugins/admin/ogroups/generic.tpl:18 plugins/admin/groups/generic.tpl:28 -msgid "Descriptive text for this group" -msgstr "Описание группы" - -#: plugins/admin/ogroups/generic.tpl:29 plugins/admin/acl/acl_role.tpl:31 -#: plugins/admin/groups/generic.tpl:43 -msgid "Choose subtree to place group in" -msgstr "Выберите ветку для группы" - -#: plugins/admin/ogroups/generic.tpl:42 -msgid "Member objects" -msgstr "Включаемые объекты" - #: plugins/admin/ogroups/class_divListOGroup.inc:39 #: plugins/admin/ogroups/class_divListOGroup.inc:40 #, fuzzy @@ -3325,13 +3213,6 @@ msgstr "" msgid "Name of object groups" msgstr "Название группы" -#: plugins/admin/ogroups/class_divListOGroup.inc:64 -#: plugins/admin/departments/class_departmentManagement.inc:24 -#: plugins/admin/departments/class_departmentGeneric.inc:582 -#: plugins/admin/departments/class_departmentGeneric.inc:587 -msgid "Departments" -msgstr "Подразделения" - #: plugins/admin/ogroups/class_divListOGroup.inc:69 #, fuzzy msgid "Select to see groups containing users" @@ -3420,1629 +3301,1441 @@ msgstr "Показать группы с принтерами" msgid "Select to see groups containing phones" msgstr "Показать группы с принтерами" -#: plugins/admin/ogroups/class_divListOGroup.inc:78 -#, fuzzy -msgid "Show groups containing phones" -msgstr "Показать группы с принтерами" - -#: plugins/admin/ogroups/class_divListOGroup.inc:253 -#: plugins/admin/departments/class_divListDepartment.inc:166 -#: plugins/admin/groups/class_divListGroup.inc:263 -#, fuzzy -msgid "Edit this entry" -msgstr "Редактиовать объект" - -#: plugins/admin/ogroups/class_divListOGroup.inc:261 -#: plugins/admin/departments/class_divListDepartment.inc:171 -#: plugins/admin/groups/class_divListGroup.inc:272 -#, fuzzy -msgid "Delete this entry" -msgstr "Удалить" - -#: plugins/admin/ogroups/class_divListOGroup.inc:264 -#, fuzzy -msgid "You are not allowed to remove this entry." -msgstr "У вас недостаточно прав для удаления этого объекта!" - -#: plugins/admin/ogroups/class_divListOGroup.inc:310 -#, fuzzy -msgid "Number of listed object groups" -msgstr "Название группы" - -#: plugins/admin/ogroups/tabs_ogroups.inc:71 -#: plugins/admin/ogroups/tabs_ogroups.inc:215 -#, fuzzy -msgid "Phone queue" -msgstr "Номер телефона" - -#: plugins/admin/ogroups/tabs_ogroups.inc:95 -#, fuzzy -msgid "System" -msgstr "Системы" - -#: plugins/admin/ogroups/tabs_ogroups.inc:193 -msgid "Terminals" -msgstr "Терминалы" - -#: plugins/admin/departments/class_departmentManagement.inc:178 -#: plugins/admin/groups/class_groupManagement.inc:298 -#, fuzzy, php-format -msgid "You're about to delete the following entry %s" -msgstr "Вы собираетесь удалить объект %s." - -#: plugins/admin/departments/class_departmentManagement.inc:180 -#: plugins/admin/groups/class_groupManagement.inc:300 -#, fuzzy, php-format -msgid "You're about to delete the following entries %s" -msgstr "Вы собираетесь удалить объект %s." - -#: plugins/admin/departments/class_departmentManagement.inc:206 -#: plugins/admin/departments/class_departmentManagement.inc:254 -#: plugins/admin/departments/class_departmentManagement.inc:273 -msgid "You have no permission to remove this department." -msgstr "У вас недостаточно прав для удаления этого подразделения." - -#: plugins/admin/departments/class_departmentManagement.inc:248 -#, php-format -msgid "You're about to delete the whole LDAP subtree placed under '%s'." -msgstr "Вы собираетесь удалить целую ветку LDAP с корнем в \"%s\"." - -#: plugins/admin/departments/tabs_department.inc:34 -msgid "Try to move tree failed. Destination tree is subtree of source tree." -msgstr "" - -#: plugins/admin/departments/dep_move_confirm.tpl:2 -#, fuzzy -msgid "You are currently moving/renaming this department." -msgstr "У вас недостаточно прав для удаления этого подразделения." - -#: plugins/admin/departments/dep_move_confirm.tpl:5 -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:8 -msgid "GOsa can NOT fix this for you, yet." -msgstr "" - -#: plugins/admin/departments/dep_move_confirm.tpl:11 -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_departmentGeneric.inc:197 -#, fuzzy, php-format -msgid "Removing of department with dn '%s' failed." -msgstr "Показать подразделения" - -#: plugins/admin/departments/class_departmentGeneric.inc:258 -#: plugins/admin/departments/class_departmentGeneric.inc:260 -msgid "Department with that 'Name' already exists." -msgstr "Подразделение с таким именем уже существует." - -#: plugins/admin/departments/class_departmentGeneric.inc:265 -msgid "Required field 'Name' is not set." -msgstr "Обязательное поле \"Имя\" не заполнено." - -#: plugins/admin/departments/class_departmentGeneric.inc:268 -msgid "Required field 'Description' is not set." -msgstr "Обязательное поле \"Описание\" не заполнено." - -#: plugins/admin/departments/class_departmentGeneric.inc:272 -#, fuzzy, php-format -msgid "" -"The field 'Name' contains the reserved word '%s'. Please choose another name." -msgstr "Значение поля \"Имя\" содержит служебное слово \"incoming\"." - -#: plugins/admin/departments/class_departmentGeneric.inc:326 -msgid "Fatal error: Can't find an unused tag to mark the administrative unit!" -msgstr "" - -#: plugins/admin/departments/class_departmentGeneric.inc:376 -#, fuzzy, php-format -msgid "Saving of department with dn '%s' failed." -msgstr "Показать подразделения" - -#: plugins/admin/departments/class_departmentGeneric.inc:424 -#, php-format -msgid "Tagging '%s'." -msgstr "" - -#: plugins/admin/departments/class_departmentGeneric.inc:509 -#, php-format -msgid "Moving '%s' to '%s'" -msgstr "" - -#: plugins/admin/departments/class_departmentGeneric.inc:550 -#, php-format -msgid "FAILED to copy %s, aborting operation" -msgstr "" - -#: plugins/admin/departments/class_departmentGeneric.inc:591 -msgid "Country" -msgstr "Страна" - -#: plugins/admin/departments/class_departmentGeneric.inc:594 -msgid "Telephone" -msgstr "Телефон" - -#: plugins/admin/departments/class_departmentGeneric.inc:595 -#: plugins/admin/departments/class_divListDepartment.inc:48 -#, fuzzy -msgid "Department name" -msgstr "Управление подразделениями" - -#: plugins/admin/departments/class_departmentGeneric.inc:596 -#: plugins/admin/departments/generic.tpl:24 -msgid "Category" -msgstr "Категория" - -#: plugins/admin/departments/class_departmentGeneric.inc:599 -#: plugins/admin/departments/generic.tpl:117 -#, fuzzy -msgid "Administrative settings" -msgstr "Администрирование" - -#: plugins/admin/departments/class_departmentGeneric.inc:651 -#, php-format -msgid "Object '%s' is already tagged" -msgstr "" - -#: plugins/admin/departments/class_departmentGeneric.inc:658 -#, php-format -msgid "Adding tag (%s) to object '%s'" -msgstr "" - -#: plugins/admin/departments/class_departmentGeneric.inc:672 -#: plugins/admin/departments/class_departmentGeneric.inc:701 -#, php-format -msgid "Handle object tagging with dn '%s' failed." -msgstr "" - -#: plugins/admin/departments/class_departmentGeneric.inc:688 -#, php-format -msgid "Removing tag from object '%s'" -msgstr "" - -#: plugins/admin/departments/remove.tpl:6 -#, fuzzy -msgid "" -"This includes 'all' accounts, systems, etc. in this subtree. Please double " -"check if your really want to do this since there is no way for GOsa to get " -"your data back." -msgstr "" -"Это включает все учетные записи, системы и т.п. для данного " -"подразделения. Подумайте еще раз, действительно ли вы хотите его удалить, " -"так как GOsa не сможет отменить результаты этой операции." - -#: plugins/admin/departments/remove.tpl:10 plugins/admin/acl/remove.tpl:10 -#, fuzzy -msgid "" -"Best thing to do before performing this action would be to save the current " -"contents of your LDAP tree in a file. So - if you've done so - press " -"'Delete' to continue or 'Cancel' to abort." -msgstr "" -"Лучше всего перед удалением сохранить резервную копию текущего дерева LDAP в " -"файл. Если вы сделали это и действительно хотите выполнить удаление, нажмите " -"Удалить, иначе нажмите Отмена." - -#: plugins/admin/departments/class_divListDepartment.inc:27 -#: plugins/admin/departments/class_divListDepartment.inc:28 -msgid "List of departments" -msgstr "Список подразделений" - -#: plugins/admin/departments/class_divListDepartment.inc:33 -#, fuzzy -msgid "" -"This menu allows you to create, delete and edit selected departments. Having " -"a large number of departments, you might prefer the range selectors on top " -"of the department list." -msgstr "" -"С помощью этого меню вы можете добавлять, изменять и удалять выбранные " -"подразделения. Если у вас достаточно большое количество подразделений, вы " -"можете использовать групповое выделение." - -#: plugins/admin/departments/class_divListDepartment.inc:56 -msgid "Regular expression for matching department names" -msgstr "Регулярное выражение, соответствующее именам подразделений" - -#: plugins/admin/departments/class_divListDepartment.inc:200 -#, fuzzy -msgid "department" -msgstr "подразделения" - -#: plugins/admin/departments/generic.tpl:8 -msgid "Name of department" -msgstr "Подразделение" +#: plugins/admin/ogroups/class_divListOGroup.inc:78 +#, fuzzy +msgid "Show groups containing phones" +msgstr "Показать группы с принтерами" -#: plugins/admin/departments/generic.tpl:11 -msgid "Name of subtree to create" -msgstr "Имя создаваемой ветки" +#: plugins/admin/ogroups/class_divListOGroup.inc:176 +#: plugins/admin/ogroups/class_divListOGroup.inc:294 +#: plugins/generic/references/class_reference.inc:50 +msgid "Object group" +msgstr "Объект группы" -#: plugins/admin/departments/generic.tpl:19 -msgid "Descriptive text for department" -msgstr "Описание подразделения" +#: plugins/admin/ogroups/class_divListOGroup.inc:264 +#, fuzzy +msgid "You are not allowed to remove this entry." +msgstr "У вас недостаточно прав для удаления этого объекта!" -#: plugins/admin/departments/generic.tpl:27 -msgid "Category for this subtree" -msgstr "Категория этой ветки" +#: plugins/admin/ogroups/class_divListOGroup.inc:310 +#, fuzzy +msgid "Number of listed object groups" +msgstr "Название группы" -#: plugins/admin/departments/generic.tpl:39 -msgid "Choose subtree to place department in" -msgstr "Выберите ветку для подразделения" +#: plugins/admin/ogroups/class_ogroup.inc:150 setup/setup_ldap.tpl:121 +#: ihtml/themes/default/MultiSelectWindow.tpl:44 +#: ihtml/themes/default/MultiSelectWindow.tpl:84 +#: ihtml/themes/default/msg_dialog.tpl:59 +#: ihtml/themes/default/msg_dialog.tpl:104 +msgid "Information" +msgstr "Информация" -#: plugins/admin/departments/generic.tpl:63 -msgid "State where this subtree is located" -msgstr "Адм. единица, в которой находится ветка" +#: plugins/admin/ogroups/class_ogroup.inc:150 +msgid "You cannot combine terminals and workstations in one object group!" +msgstr "" -#: plugins/admin/departments/generic.tpl:71 -msgid "Location of this subtree" -msgstr "Местоположение ветки" +#: plugins/admin/ogroups/class_ogroup.inc:171 +msgid "This 'dn' is no object group." +msgstr "Этот объект не является группой." -#: plugins/admin/departments/generic.tpl:79 -msgid "Postal address of this subtree" -msgstr "Почтовый адрес для ветки" +#: plugins/admin/ogroups/class_ogroup.inc:288 +msgid "too many different objects!" +msgstr "слишком много различных объектов!" -#: plugins/admin/departments/generic.tpl:86 -msgid "Base telephone number of this subtree" -msgstr "Основный телефонный номер для ветки" +#: plugins/admin/ogroups/class_ogroup.inc:290 +msgid "users" +msgstr "пользователи" -#: plugins/admin/departments/generic.tpl:94 -msgid "Base facsimile telephone number of this subtree" -msgstr "Основный номер факса для ветки" +#: plugins/admin/ogroups/class_ogroup.inc:291 +msgid "groups" +msgstr "группы" -#: plugins/admin/departments/generic.tpl:119 -msgid "Tag department as an independent administrative unit" -msgstr "" +#: plugins/admin/ogroups/class_ogroup.inc:292 +msgid "applications" +msgstr "приложения" -#: plugins/admin/departments/main.inc:41 plugins/admin/departments/main.inc:43 -msgid "Department management" -msgstr "Управление подразделениями" +#: plugins/admin/ogroups/class_ogroup.inc:293 +msgid "departments" +msgstr "подразделения" -#: plugins/admin/departments/dep_iframe.tpl:1 -msgid "Processing the requested operation" -msgstr "" +#: plugins/admin/ogroups/class_ogroup.inc:294 +msgid "servers" +msgstr "серверы" -#: 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/ogroups/class_ogroup.inc:295 +msgid "workstations" +msgstr "рабочие станции" -#: plugins/admin/acl/tabs_acl.inc:8 plugins/admin/acl/class_divListACL.inc:240 +#: plugins/admin/ogroups/class_ogroup.inc:296 #, fuzzy -msgid "Acl" -msgstr "Все" +msgid "winstations" +msgstr "Рабочая станция" -#: plugins/admin/acl/class_aclRole.inc:6 -#, fuzzy -msgid "Access control list templates" -msgstr "Параметры доступа" +#: plugins/admin/ogroups/class_ogroup.inc:297 +msgid "terminals" +msgstr "терминалы" -#: plugins/admin/acl/class_aclRole.inc:103 include/class_acl.inc:177 -#, fuzzy -msgid "All categories" -msgstr "Категория" +#: plugins/admin/ogroups/class_ogroup.inc:298 +msgid "phones" +msgstr "телефоны" -#: plugins/admin/acl/class_aclRole.inc:110 include/class_acl.inc:185 -msgid "Reset ACLs" -msgstr "" +#: plugins/admin/ogroups/class_ogroup.inc:299 +msgid "printers" +msgstr "принтеры" -#: plugins/admin/acl/class_aclRole.inc:111 include/class_acl.inc:186 -#, fuzzy -msgid "One level" -msgstr "Уровень информативности" +#: plugins/admin/ogroups/class_ogroup.inc:306 +msgid "and" +msgstr "и" -#: plugins/admin/acl/class_aclRole.inc:112 include/class_acl.inc:187 -#: include/class_acl.inc:192 +#: plugins/admin/ogroups/class_ogroup.inc:451 #, fuzzy -msgid "Current object" -msgstr "Текущий пароль" +msgid "Non existing dn:" +msgstr "Не существующий dn:" -#: plugins/admin/acl/class_aclRole.inc:113 include/class_acl.inc:188 +#: plugins/admin/ogroups/class_ogroup.inc:595 #, fuzzy -msgid "Complete subtree" -msgstr "не полный" - -#: plugins/admin/acl/class_aclRole.inc:114 include/class_acl.inc:189 -msgid "Complete subtree (permanent)" +msgid "There is already an object with this cn." msgstr "" +"Пользователь с таким регистрационным именем в базе данных уже существует." -#: plugins/admin/acl/class_aclRole.inc:338 -#: include/class_MultiSelectWindow.inc:227 -#: include/class_MultiSelectWindow.inc:229 include/class_acl.inc:407 -msgid "Up" +#: plugins/admin/ogroups/class_ogroup.inc:610 +msgid "You can combine two different object types at maximum only!" msgstr "" +"Вы можете комбинировать не более двух различных классов в одном объекте!" -#: plugins/admin/acl/class_aclRole.inc:339 include/class_acl.inc:408 -#, fuzzy -msgid "Down" -msgstr "Домен" +#: plugins/admin/ogroups/class_ogroup.inc:666 +#, fuzzy, php-format +msgid "Saving of object group/generic with dn '%s' failed." +msgstr "Моя учетная запись" -#: plugins/admin/acl/class_aclRole.inc:340 include/class_acl.inc:409 -#, fuzzy -msgid "Edit ACL" -msgstr "Изменить" +#: plugins/admin/ogroups/class_ogroup.inc:679 +#, fuzzy, php-format +msgid "Removing of object group/generic with dn '%s' failed." +msgstr "Атрибуты UNIX" -#: plugins/admin/acl/class_aclRole.inc:341 include/class_acl.inc:410 +#: plugins/admin/ogroups/class_ogroup.inc:741 #, fuzzy -msgid "Delete ACL" -msgstr "Удалить" +msgid "Object group generic" +msgstr "Объект группы" -#: plugins/admin/acl/class_aclRole.inc:378 include/class_acl.inc:445 +#: plugins/admin/ogroups/class_ogroup.inc:752 #, fuzzy -msgid "No ACL settings for this category" -msgstr "Описание группы" - -#: plugins/admin/acl/class_aclRole.inc:380 include/class_acl.inc:447 -#, php-format -msgid "Contains ACLs for these objects: %s" -msgstr "" +msgid "Member" +msgstr "Включаемые объекты" -#: plugins/admin/acl/class_aclRole.inc:385 include/class_acl.inc:452 -#, fuzzy -msgid "Edit categories ACLs" -msgstr "Список систем" +#: plugins/admin/ogroups/generic.tpl:10 +msgid "Name of the group" +msgstr "Название группы" -#: plugins/admin/acl/class_aclRole.inc:386 include/class_acl.inc:453 -msgid "Clear categories ACLs" -msgstr "" +#: plugins/admin/ogroups/generic.tpl:42 +msgid "Member objects" +msgstr "Включаемые объекты" -#: plugins/admin/acl/class_aclRole.inc:402 include/class_acl.inc:498 -#, php-format -msgid "Edit ACL for '%s', scope is '%s'" +#: plugins/admin/ogroups/remove.tpl:7 +msgid "" +"Please double check if you really want to do this since there is no way for " +"GOsa to get your data back." msgstr "" +"Подумайте еще раз, действительно ли вам нужно удаление, так как GOsa не " +"сможет восстановить эти данные." -#: plugins/admin/acl/class_aclRole.inc:412 include/class_acl.inc:508 -msgid "All objects in current subtree" -msgstr "" +#: plugins/generic/references/class_reference.inc:30 +msgid "FAX" +msgstr "Факс" -#: plugins/admin/acl/class_aclRole.inc:564 include/class_acl.inc:1061 -#, fuzzy, php-format -msgid "Saving ACLs with dn '%s' failed." -msgstr "Атрибуты UNIX" +#: plugins/generic/references/class_reference.inc:32 +msgid "Proxy" +msgstr "Прокси-сервер" -#: plugins/admin/acl/class_aclRole.inc:596 -#, php-format -msgid "" -"This role can't be removed while it is in use. Follwing objects are using " -"this role %s" -msgstr "" +#: plugins/generic/references/class_reference.inc:34 +msgid "FTP" +msgstr "FTP" -#: plugins/admin/acl/class_aclRole.inc:602 -#, fuzzy, php-format -msgid "Removing of aclRole with dn '%s' failed." -msgstr "Удалить приложения" +#: plugins/generic/references/class_reference.inc:46 +msgid "Thin Client" +msgstr "Тонкий клиент" -#: plugins/admin/acl/class_aclRole.inc:614 -#, fuzzy, php-format -msgid "Removing aclRole from objectgroup '%s' failed" -msgstr "Показать группы приложений" +#: plugins/generic/references/contents.tpl:11 +msgid "Object name" +msgstr "Имя объекта" -#: plugins/admin/acl/class_aclRole.inc:669 include/class_acl.inc:1098 +#: plugins/generic/references/contents.tpl:11 #, fuzzy -msgid "ACL roles" -msgstr "Доступ" +msgid "Contents" +msgstr "Контакт" -#: plugins/admin/acl/class_aclRole.inc:674 +#: plugins/generic/references/contents.tpl:18 +msgid "This object has no relationship to other objects." +msgstr "Данный объект не имеет ссылок на другие объекты" + +#: plugins/generic/welcome/welcome.tpl:4 #, fuzzy -msgid "Acl roles" -msgstr "Управление системами" +msgid "" +"This is the GOsa main menu. You can select your tasks from the menu on the " +"left, or by choosing one of the pictograms below. All changes apply directly " +"to your companies LDAP server." +msgstr "" +"Это начальная страница GOsa. Из меню слева или среди пиктограмм ниже вы " +"можете выбрать нужный вам раздел. Все изменения будут сразу же переноситься " +"на LDAP-сервер вашей компании." -#: plugins/admin/acl/remove.tpl:6 +#: plugins/generic/welcome/welcome.tpl:8 #, fuzzy msgid "" -"This includes all system and setup informations. Please double check if your " -"really want to do this since there is no way for GOsa to get your data back." +"Use 'Sign out' on the upper left to close the connection and 'Main' to get " +"back to the pictogram view." +msgstr "" +"Чтобы завершить сеанс, выберите в меню слева вверху пункт Выход. " +"Чтобы вернуться на начальную страницу, выберите Начало." + +#: plugins/generic/welcome/welcome.tpl:15 +msgid "The GOsa team" +msgstr "Команда разработчиков GOsa" + +#: plugins/generic/welcome/main.inc:24 +#, php-format +msgid "Welcome %s!" +msgstr "Добро пожаловать %s!" + +#: include/utils/class_timezone.inc:51 +#, php-format +msgid "" +"The timezone setting '%s' in your gosa.conf is not valid. Cannot calculate " +"correct timezone offset." msgstr "" -"Сюда входит вся информация о системе и ее настройках. Подумайте еще " -"раз, действительно ли вам нужно удаление, так как GOsa не сможет отменить " -"результаты этой операции." -#: plugins/admin/acl/tabs_acl_role.inc:8 -#, fuzzy -msgid "ACL Templates" -msgstr "Шаблон" - -#: plugins/admin/acl/class_divListACL.inc:31 -#, fuzzy -msgid "List of acl" -msgstr "Список групп" +#: include/password-methods/class_password-methods-sha.inc:46 +#: include/password-methods/class_password-methods-ssha.inc:51 +#, php-format +msgid "Cannot use %s encryption: no PHP functions for sha1/mhash available" +msgstr "" -#: plugins/admin/acl/class_divListACL.inc:32 -#, fuzzy -msgid "List of acls" -msgstr "Список групп" +#: include/class_certificate.inc:35 +msgid "Can't open specified file, check accessibility and or existence" +msgstr "" -#: plugins/admin/acl/class_divListACL.inc:36 -#, fuzzy -msgid "This menu allows you to edit and delete selected acls." +#: include/class_certificate.inc:53 +msgid "Can't read specified certificate / or empty string given" msgstr "" -"С помощью этого меню вы можете добавлять, изменять и удалять выбранные стоп-" -"листы. Если у вас достаточно большое количество списков, вы можете " -"использовать групповое выделение." -#: plugins/admin/acl/class_divListACL.inc:61 -msgid "Ignore subtrees" +#: include/class_certificate.inc:80 +msgid "Can't load certificate, possibly unsupported format (use PEM/DER) " msgstr "" -#: plugins/admin/acl/class_divListACL.inc:65 -#, fuzzy -msgid "Display acls matching" -msgstr "Шаблон для групп" +#: include/class_certificate.inc:95 +msgid "The Format must be PEM, to output certificate informations" +msgstr "" -#: plugins/admin/acl/class_divListACL.inc:224 +#: include/class_certificate.inc:192 #, fuzzy -msgid "Edit acl role" -msgstr "Пользователи домена" +msgid "Can't create/open File" +msgstr "Невозможно импортиовать пустой файл" -#: plugins/admin/acl/class_divListACL.inc:234 -#, fuzzy -msgid "Delete acl role" -msgstr "Удалить" +#: include/class_certificate.inc:199 +msgid "No valid certificate loaded" +msgstr "" -#: plugins/admin/acl/class_divListACL.inc:246 +#: include/class_MultiSelectWindow.inc:114 setup/setup_migrate.tpl:79 #, fuzzy -msgid "Edit acl" -msgstr "Список систем" +msgid "Close" +msgstr "Выбрать" -#: plugins/admin/acl/class_divListACL.inc:250 +#: include/class_MultiSelectWindow.inc:219 #, fuzzy -msgid "Delete acl" -msgstr "Удалить" +msgid "Go to root department" +msgstr "Список подразделений" -#: plugins/admin/acl/main.inc:43 plugins/admin/acl/main.inc:45 +#: include/class_MultiSelectWindow.inc:219 +#: include/class_MultiSelectWindow.inc:221 #, fuzzy -msgid "ACL management" -msgstr "Управление подразделениями" +msgid "Root" +msgstr "Перезагрузить" -#: plugins/admin/acl/class_aclManagement.inc:24 +#: include/class_MultiSelectWindow.inc:227 #, fuzzy -msgid "ACLs" -msgstr "Доступ" +msgid "Go up one department" +msgstr "Подразделение" -#: plugins/admin/acl/class_aclManagement.inc:160 +#: include/class_MultiSelectWindow.inc:235 #, fuzzy -msgid "You are not allowed to create a new role." -msgstr "Вам не разрешено менять пароль." +msgid "Go to users department" +msgstr "Выберите подразделение" -#: plugins/admin/acl/class_aclManagement.inc:197 +#: include/class_MultiSelectWindow.inc:235 +#: include/class_MultiSelectWindow.inc:237 #, fuzzy -msgid "You are not allowed to edit this acl." -msgstr "У вас недостаточно прав для удаления этой группы!" +msgid "Home" +msgstr "Имя системы" -#: plugins/admin/acl/class_aclManagement.inc:242 -#: plugins/admin/acl/class_aclManagement.inc:306 -#, fuzzy, php-format -msgid "You're about to delete the acl %s." -msgstr "Вы собираетесь удалить группу \"%s\"." +#: include/class_MultiSelectWindow.inc:242 +msgid "Reload list" +msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:250 -#: plugins/admin/acl/class_aclManagement.inc:313 -#: plugins/admin/acl/class_aclManagement.inc:337 -#, fuzzy -msgid "You are not allowed to delete this acl!" -msgstr "У вас недостаточно прав для удаления этой группы!" +#: include/class_MultiSelectWindow.inc:503 +#, php-format +msgid "Inconsistent DN encoding detected: '%s'" +msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:274 +#: include/class_MultiSelectWindow.inc:622 +#: include/class_MultiSelectWindow.inc:626 +#: include/class_MultiSelectWindow.inc:630 #, fuzzy -msgid "You are not allowed to delete this acl role!" -msgstr "У вас недостаточно прав для удаления этой группы!" +msgid "Restore" +msgstr "Повторить" -#: plugins/admin/groups/class_divListGroup.inc:35 -#: plugins/admin/groups/class_divListGroup.inc:36 -msgid "List of groups" -msgstr "Список групп" +#: include/class_MultiSelectWindow.inc:625 +msgid "Restore snapshopts of already deleted objects" +msgstr "" -#: plugins/admin/groups/class_divListGroup.inc:41 -#, fuzzy -msgid "" -"This menu allows you to add, edit and remove selected groups. You may want " -"to use the range selector on top of the group listbox, when working with a " -"large number of groups." +#: include/class_MultiSelectWindow.inc:648 +#: include/class_SnapShotDialog.inc:113 +msgid "Restore snapshot" msgstr "" -"С помощью этого меню вы можете добавлять, изменять и удалять выбранные " -"группы пользователей. Если у вас их достаточно большое количество, вы можете " -"использовать групповое выделение." -#: plugins/admin/groups/class_divListGroup.inc:60 +#: include/class_MultiSelectWindow.inc:654 #, fuzzy -msgid "Groupname / Department" -msgstr "Подразделение" +msgid "Create snapshot" +msgstr "Создать настройки запись эл. почты" -#: plugins/admin/groups/class_divListGroup.inc:65 -msgid "Select to see groups that are primary groups of users" -msgstr "Выберите, чтобы просмотреть список основных групп пользователей" +#: include/class_MultiSelectWindow.inc:654 +#, fuzzy +msgid "Create a new snapshot from this object" +msgstr "Объект группы" -#: plugins/admin/groups/class_divListGroup.inc:65 -msgid "Show primary groups" -msgstr "Показать основные группы" +#: include/php_setup.inc:93 +msgid "Generating this page caused the PHP interpreter to raise some errors!" +msgstr "" -#: plugins/admin/groups/class_divListGroup.inc:66 -msgid "Select to see groups that have samba groups mappings" -msgstr "Выберите, чтобы просмотреть группы, которые входят в samba" +#: include/php_setup.inc:98 +msgid "Send bug report to the GOsa Team" +msgstr "" -#: plugins/admin/groups/class_divListGroup.inc:66 -msgid "Show samba groups" -msgstr "Показать группы samba" +#: include/php_setup.inc:98 +#, fuzzy +msgid "Send bugreport" +msgstr "Отправитель" -#: plugins/admin/groups/class_divListGroup.inc:67 -msgid "Select to see groups that have applications configured" -msgstr "Выберите, чтобы просмотреть список групп, которым доступны приложения" +#: include/php_setup.inc:103 +#, fuzzy +msgid "Toggle information" +msgstr "Личная информация" -#: plugins/admin/groups/class_divListGroup.inc:67 -msgid "Show application groups" -msgstr "Показать группы приложений" +#: include/php_setup.inc:113 +#, fuzzy +msgid "PHP error" +msgstr "Ошибка LDAP:" -#: plugins/admin/groups/class_divListGroup.inc:68 -msgid "Select to see groups that have mail settings" +#: include/php_setup.inc:132 +msgid "class" msgstr "" -"Выберите, чтобы просмотреть список групп, которым доступны функции эл. почты" - -#: plugins/admin/groups/class_divListGroup.inc:68 -msgid "Show mail groups" -msgstr "Показать группы с эл. почтой" - -#: plugins/admin/groups/class_divListGroup.inc:69 -msgid "Select to see normal groups that have only functional aspects" -msgstr "Выберите, чтобы просмотреть список обычных групп" -#: plugins/admin/groups/class_divListGroup.inc:69 -msgid "Show functional groups" -msgstr "Показать обычные группы" - -#: plugins/admin/groups/class_divListGroup.inc:329 +#: include/php_setup.inc:138 #, fuzzy -msgid "Number of listed groups" -msgstr "Название группы" - -#: plugins/admin/groups/group_objects.tpl:6 -msgid "Select users to add" -msgstr "Выбрать пользователей для добавления" +msgid "function" +msgstr "Действие" -#: plugins/admin/groups/group_objects.tpl:30 +#: include/php_setup.inc:143 #, fuzzy -msgid "Search within subtree" -msgstr "Искать в поддеревьях" +msgid "static" +msgstr "Состояние" -#: plugins/admin/groups/group_objects.tpl:37 -msgid "Display users of department" -msgstr "Подразделение" +#: include/php_setup.inc:147 +#, fuzzy +msgid "method" +msgstr "Почтовые настройки" -#: plugins/admin/groups/group_objects.tpl:47 -msgid "Regular expression for matching user names" -msgstr "Регулярное выражение, соответствующее именам пользователей" +#: include/php_setup.inc:180 +msgid "Trace" +msgstr "" -#: plugins/admin/groups/class_groupManagement.inc:334 -#: plugins/admin/groups/class_groupManagement.inc:387 -#: plugins/admin/groups/class_groupManagement.inc:418 -msgid "You are not allowed to delete this group!" -msgstr "У вас недостаточно прав для удаления этой группы!" +#: include/php_setup.inc:181 +#, fuzzy +msgid "File" +msgstr "Файлы" -#: plugins/admin/groups/class_groupManagement.inc:380 -#, php-format -msgid "You're about to delete the group '%s'." -msgstr "Вы собираетесь удалить группу \"%s\"." +#: include/php_setup.inc:181 +#, fuzzy +msgid "Line" +msgstr "в" -#: plugins/admin/groups/remove.tpl:6 -msgid "" -"This may be a primary user group. Please double check if you really want to " -"do this since there is no way for GOsa to get your data back." -msgstr "" -"Возможно, это основная группа пользователей. Еще раз проверте что Вы " -"действительно хотите удалить ее, так как GOsa не сможет отменить результаты " -"этой операции." +#: include/php_setup.inc:181 +msgid "Type" +msgstr "Тип" -#: plugins/admin/groups/paste_generic.tpl:1 +#: include/php_setup.inc:182 #, fuzzy -msgid "Group settings" -msgstr "Настройки Samba" - -#: plugins/admin/groups/paste_generic.tpl:8 -#: plugins/admin/groups/generic.tpl:17 -msgid "Posix name of the group" -msgstr "Имя группы, соответствующее стандарту POSIX" +msgid "Arguments" +msgstr "подразделения" -#: plugins/admin/groups/paste_generic.tpl:13 -#: plugins/admin/groups/generic.tpl:65 -msgid "Normally IDs are autogenerated, select to specify manually" +#: include/functions.inc:98 +#, php-format +msgid "Fatal error: no class locations defined - please run '%s' to fix this" msgstr "" -"Обычно идентификаторы создаются автоматически, но вы можете выбрать указание " -"вручную" -#: plugins/admin/groups/paste_generic.tpl:15 -#: plugins/admin/groups/generic.tpl:68 -msgid "Force GID" -msgstr "Указать GID вручную" - -#: plugins/admin/groups/paste_generic.tpl:18 -#: plugins/admin/groups/generic.tpl:71 -msgid "Forced ID number" -msgstr "Указанный вручную GID" +#: include/functions.inc:105 +#, php-format +msgid "" +"Fatal error: cannot instantiate class '%s' - try running '%s' to fix this" +msgstr "" -#: plugins/admin/groups/generic.tpl:83 plugins/admin/groups/generic.tpl:110 -msgid "Select to create a samba conform group" -msgstr "Создать группу для работы с Samba" +#: include/functions.inc:315 +#, fuzzy, php-format +msgid "FATAL: Error when connecting the LDAP. Server said '%s'." +msgstr "Ошибка при подключении к LDAP-серверу. Ответ сервера: \"%s\"." -#: plugins/admin/groups/generic.tpl:95 plugins/admin/groups/generic.tpl:118 -msgid "in domain" -msgstr "в домене" +#: include/functions.inc:341 include/functions.inc:368 +#: include/functions.inc:406 +#, fuzzy, php-format +msgid "User login failed." +msgstr "Ошибка при регистрации. Ответ сервера: \"%s\"." -#: plugins/admin/groups/generic.tpl:140 -msgid "Members are in a phone pickup group" -msgstr "Члены телефонной группы" +#: include/functions.inc:341 include/functions.inc:368 +#: include/functions.inc:406 include/functions.inc:602 +#: include/functions.inc:617 include/functions.inc:649 +#: include/functions.inc:688 include/functions.inc:733 +#: include/functions.inc:2503 +#, fuzzy, php-format +msgid "LDAP server returned: %s" +msgstr "LDAP-сервер" -#: plugins/admin/groups/generic.tpl:155 +#: include/functions.inc:377 include/functions.inc:447 #, fuzzy -msgid "Members are in a nagios group" -msgstr "Члены телефонной группы" +msgid "" +"Username / UID is not unique inside the LDAP tree. Please contact your " +"Administrator." +msgstr "" +"Имя/идентификатор пользователя не уникальны. Проверьте свою базу данных LDAP." -#: plugins/admin/groups/generic.tpl:172 -msgid "Group members" -msgstr "Члены группы" +#: include/functions.inc:447 include/functions.inc:592 +#: include/functions.inc:617 include/functions.inc:678 +#: include/functions.inc:994 include/functions.inc:1875 +#: include/functions.inc:1909 include/functions.inc:1929 +#: include/class_acl.inc:806 include/class_CopyPasteHandler.inc:131 +#: include/class_CopyPasteHandler.inc:250 include/class_ldap.inc:561 +#: include/class_ldap.inc:609 include/class_log.inc:87 html/getvcard.php:37 +#, fuzzy +msgid "Internal error" +msgstr "Терминал-сервер" -#: plugins/admin/groups/main.inc:40 plugins/admin/groups/main.inc:44 -msgid "Group administration" -msgstr "Управление группами" +#: include/functions.inc:592 include/functions.inc:678 +msgid "Error while adding a lock. Contact the developers!" +msgstr "" -#: plugins/admin/groups/class_groupGeneric.inc:137 -msgid "Can't find this groups SID in LDAP or in your configuration file!" -msgstr "Не могу найти SID в базе LDAP или в сонфигурационном файле!" +#: include/functions.inc:602 +#, fuzzy, php-format +msgid "" +"Cannot create locking information in LDAP tree. Please contact your " +"administrator!" +msgstr "" +"Не удается считать блокировку в базе данных LDAP. Проверьте, раздел \"config" +"\" в файле gosa.conf!" -#: plugins/admin/groups/class_groupGeneric.inc:193 -msgid "This 'dn' is no group." -msgstr "Это DN соответствует не группе." +#: include/functions.inc:617 +#, fuzzy, php-format +msgid "Adding a lock failed." +msgstr "Ошибка при создании блокировки. Ответ сервера: \"%s\"." -#: plugins/admin/groups/class_groupGeneric.inc:334 -msgid "Samba group" -msgstr "Группа Samba" +#: include/functions.inc:649 +#, fuzzy, php-format +msgid "Removing a lock failed." +msgstr "Удалить приложения" -#: plugins/admin/groups/class_groupGeneric.inc:334 -msgid "Domain admins" -msgstr "Администраторы домена" +#: include/functions.inc:688 include/functions.inc:733 +#, fuzzy, php-format +msgid "Cannot get locking information from LDAP tree!" +msgstr "Не удается создать квоту IMAP. Ответ сервера: \"%s\"." -#: plugins/admin/groups/class_groupGeneric.inc:334 -msgid "Domain users" -msgstr "Пользователи домена" +#: include/functions.inc:696 +#, fuzzy +msgid "" +"Found multiple locks for object to be locked. This should not happen - " +"cleaning up multiple references." +msgstr "" +"Для блокируемого объекта обнаружено несколько блокировок. Этого быть не " +"должно, проверьте работу LDAP." -#: plugins/admin/groups/class_groupGeneric.inc:335 -msgid "Domain guests" -msgstr "Непривилегированные пользователи домена" +#: include/functions.inc:922 +#, php-format +msgid "The size limit of %d entries is exceed!" +msgstr "Найдено более %d объектов." -#: plugins/admin/groups/class_groupGeneric.inc:340 +#: include/functions.inc:924 #, php-format -msgid "Special group (%d)" -msgstr "Специальная группа (%d)" +msgid "" +"Set the new size limit to %s and show me this message if the limit still " +"exceeds" +msgstr "" +"Установить новое значение лимита в %s и показать мне это сообщение если " +"лимит будет исчерпан." -#: plugins/admin/groups/class_groupGeneric.inc:494 -#, fuzzy -msgid "! unknown id" -msgstr "состояние неизвестно" +#: include/functions.inc:941 +msgid "incomplete" +msgstr "не полный" -#: plugins/admin/groups/class_groupGeneric.inc:532 -#, php-format +#: include/functions.inc:1177 include/functions.inc:1308 +msgid "LDAP error:" +msgstr "Ошибка LDAP:" + +#: include/functions.inc:1178 msgid "" -"Your search method returned more than '%s' users, only '%s' users are shown." +"Problems with the LDAP server mean that you probably lost the last changes. " +"Please check your LDAP setup for possible errors and try again." msgstr "" -#: plugins/admin/groups/class_groupGeneric.inc:561 -#: plugins/admin/groups/class_groupGeneric.inc:826 +#: include/functions.inc:1184 +msgid "" +"Please check your input and fix the error. Press 'OK' to close this message " +"box." +msgstr "" + +#: include/functions.inc:1249 +#, fuzzy +msgid "Continue anyway" +msgstr "Продолжить" + +#: include/functions.inc:1251 +#, fuzzy +msgid "Edit anyway" +msgstr "Редактиовать объект" + +#: include/functions.inc:1253 #, fuzzy, php-format -msgid "Removing of groups/generic with dn '%s' failed." -msgstr "Показать группы приложений" +msgid "You're going to edit the LDAP entry/entries '%s'" +msgstr "Вы собираетесь удалить объект %s." -#: plugins/admin/groups/class_groupGeneric.inc:711 +#: include/functions.inc:1311 #, php-format -msgid "No configured SID found for '%s'." +msgid "Plugin '%s':%s" msgstr "" -#: plugins/admin/groups/class_groupGeneric.inc:716 -#, php-format -msgid "No configured RIDBASE found for '%s'." +#: include/functions.inc:1472 +msgid "Entries per page" msgstr "" -#: plugins/admin/groups/class_groupGeneric.inc:858 -msgid "" -"The field 'Name' contains invalid characters. Lowercase, numbers and dashes " -"are allowed." +#: include/functions.inc:1500 +msgid "Apply filter" msgstr "" -"Значение поля \"Имя\" содержит недопустимые символы. Допустимыми являются " -"буквы в нижнем регистре, цифры и дефисы." -#: plugins/admin/groups/class_groupGeneric.inc:869 -#: plugins/admin/groups/class_groupGeneric.inc:883 -#: plugins/admin/groups/class_groupGeneric.inc:890 -msgid "Value specified as 'Name' is already used." -msgstr "Группа с таким именем уже существует." +#: include/functions.inc:1752 +msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" +msgstr "*АБВГДЕЁЖЗИЙКЛМНОПРСТУФХЦЧШЩЫЭЮЯ0123456789" -#: plugins/admin/groups/class_groupGeneric.inc:944 -msgid "Too many users, can't allocate a free ID!" -msgstr "Слишком много пользователей, невозможно создать идентификатор!" +#: include/functions.inc:1796 +#, php-format +msgid "GOsa development snapshot (Rev %s)" +msgstr "" -#: plugins/admin/groups/class_groupGeneric.inc:993 -#, fuzzy -msgid "Generic group settings" -msgstr "Общая информация о пользователе" +#: include/functions.inc:1875 +#, php-format +msgid "File '%s' could not be deleted." +msgstr "" -#: plugins/admin/groups/class_groupGeneric.inc:1005 +#: include/functions.inc:1909 include/functions.inc:1929 #, fuzzy -msgid "Phone pickup group" -msgstr "Члены телефонной группы" +msgid "Cannot write to revision file!" +msgstr "Удалить" -#: plugins/admin/groups/class_groupGeneric.inc:1006 -#, fuzzy -msgid "Nagios group" -msgstr "Контакт" +#: include/functions.inc:2171 include/functions.inc:2175 +#: include/functions.inc:2181 +msgid "'base_hook' is not available. Using default base." +msgstr "" -#: plugins/admin/groups/class_groupGeneric.inc:1009 +#: include/functions.inc:2203 #, fuzzy -msgid "Group member" -msgstr "Члены группы" +msgid "LDAP warning" +msgstr "Экспорт в LDIF" -#: plugins/admin/groups/class_groupGeneric.inc:1010 +#: include/functions.inc:2203 #, fuzzy -msgid "Samba group type" -msgstr "Группа Samba" +msgid "Cannot get schema information from server. No schema check possible!" +msgstr "Не удается получить информацию о схемах. Проверка схем невозможна!" -#: plugins/admin/groups/class_groupGeneric.inc:1011 -#, fuzzy -msgid "Samba domain name" -msgstr "Домашний каталог Samba" +#: include/functions.inc:2229 +msgid "Used to store account specific informations." +msgstr "" -#: plugins/admin/groups/class_groupGeneric.inc:1012 setup/setup_config2.tpl:15 -#, fuzzy -msgid "Samba SID" -msgstr "Samba" +#: include/functions.inc:2236 +msgid "" +"Used to lock currently edited entries to avoid multiple changes at the same " +"time." +msgstr "" -#: setup/class_setupStep_Language.inc:40 setup/class_setupStep_Language.inc:41 -#, fuzzy -msgid "Language setup" -msgstr "Язык" +#: include/functions.inc:2279 +#, fuzzy, php-format +msgid "Missing required object class '%s'!" +msgstr "Список подразделений" -#: setup/class_setupStep_Language.inc:42 -#, fuzzy -msgid "This step allows you to select your preferred language." -msgstr "Язык по умолчанию" +#: include/functions.inc:2281 +#, php-format +msgid "Missing optional object class '%s'!" +msgstr "" -#: setup/class_setupStep_Language.inc:47 -#, fuzzy -msgid "Automatic" -msgstr "автоматически" +#: include/functions.inc:2287 +#, php-format +msgid "Version mismatch for required object class '%s' (!=%s)!" +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." +#: include/functions.inc:2289 +#, php-format +msgid "Version mismatch for optional object class '%s' (!=%s)!" msgstr "" -#: setup/setup_welcome.tpl:8 -msgid "What will the wizard do for you?" +#: include/functions.inc:2293 +#, php-format +msgid "Class(es) available" msgstr "" -#: setup/setup_welcome.tpl:11 -#, fuzzy -msgid "Create a basic, single site configuration" -msgstr "Базы данных" +#: include/functions.inc:2315 +msgid "" +"You have enabled the rfc2307bis option on the 'ldap setup' step, but your " +"schema configuration do not support this option." +msgstr "" -#: setup/setup_welcome.tpl:12 -msgid "Tries to find problems within your PHP and LDAP setup" +#: include/functions.inc:2316 +msgid "" +"In order to use rfc2307bis conform groups the objectClass 'posixGroup' must " +"be AUXILIARY" +msgstr "" + +#: include/functions.inc:2320 +msgid "" +"You have disabled the rfc2307bis option on the 'ldap setup' step, but your " +"schema configuration do not support this option." msgstr "" -#: setup/setup_welcome.tpl:13 -msgid "Let you choose from a set of basic and advanced configuration switches" +#: include/functions.inc:2321 +msgid "The objectClass 'posixGroup' must be STRUCTURAL" msgstr "" -#: setup/setup_welcome.tpl:14 -msgid "Guided migration of existing LDAP trees" -msgstr "" +#: include/functions.inc:2344 +msgid "German" +msgstr "Немецкий" -#: setup/setup_welcome.tpl:17 -msgid "What will the wizard NOT do for you?" +#: include/functions.inc:2345 +msgid "French" +msgstr "Французский" + +#: include/functions.inc:2346 +msgid "Italian" msgstr "" -#: setup/setup_welcome.tpl:20 +#: include/functions.inc:2347 +msgid "Spanish" +msgstr "Испанский" + +#: include/functions.inc:2348 +msgid "English" +msgstr "Английский" + +#: include/functions.inc:2349 +msgid "Dutch" +msgstr "Датский" + +#: include/functions.inc:2350 #, fuzzy -msgid "Find every possible configuration error" -msgstr "Настроить" +msgid "Polish" +msgstr "Английский" -#: setup/setup_welcome.tpl:21 -msgid "Migrate every possible LDAP setup - create backup dumps!" +#: include/functions.inc:2351 +msgid "Swedish" msgstr "" -#: setup/setup_welcome.tpl:25 +#: include/functions.inc:2352 #, fuzzy -msgid "To continue..." -msgstr "Продолжение настройки..." +msgid "Chinese" +msgstr "сброс" -#: setup/setup_welcome.tpl:28 +#: include/functions.inc:2353 +msgid "Russian" +msgstr "Русский" + +#: include/functions.inc:2503 +#, fuzzy, php-format +msgid "Setting the password failed!" +msgstr "Ошибка при установке пароля. Ответ LDAP-сервера: \"%s\"." + +#: include/functions.inc:2521 include/class_plugin.inc:652 +#, fuzzy, php-format 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:" +"Command '%s', specified as POSTMODIFY for plugin '%s' doesn't seem to exist." msgstr "" +"Не удается найти команду \"%s\", указанную в поле POSTREMOVE модуля \"%s\"." -#: setup/setup_welcome.tpl:34 -msgid "Click the 'Continue' button when you've finished." +#: include/functions.inc:2541 +#, fuzzy +msgid "" +"Setting for SMBHASH in gosa.conf is incorrect! Cannot change Samba password." msgstr "" +"Параметр SMBHASH в gosa.conf некорректен! Не удается сменить пароль Samba." -#: setup/class_setupStep_Config1.inc:74 setup/class_setupStep_Config1.inc:75 -#, fuzzy -msgid "GOsa settings 1/3" -msgstr "Почтовые настройки пользователя" +#: include/class_socketClient.inc:38 +msgid "The mcrypt module was not found. Please install php5-mcrypt." +msgstr "" -#: setup/class_setupStep_Config1.inc:76 -#, fuzzy -msgid "GOsa generic settings" -msgstr "Общая информация о пользователе" +#: include/class_tabs.inc:214 +#, php-format +msgid "Delete process has been canceled by plugin '%s': %s" +msgstr "" -#: setup/class_setupStep_Config1.inc:88 setup/class_setupStep_Config3.inc:89 -#: setup/setup_feedback.tpl:55 setup/setup_feedback.tpl:73 -#: setup/class_setupStep_Ldap.inc:74 setup/class_setupStep_Schema.inc:63 -#: setup/class_setupStep_Config2.inc:161 -#, fuzzy -msgid "No" -msgstr "нет" +#: include/class_tabs.inc:341 include/class_acl.inc:1092 +#: include/class_acl.inc:1093 include/class_acl.inc:1098 +msgid "ACL" +msgstr "Доступ" -#: setup/class_setupStep_Config1.inc:88 setup/class_setupStep_Config3.inc:89 -#: setup/setup_feedback.tpl:53 setup/setup_feedback.tpl:71 -#: setup/class_setupStep_Ldap.inc:74 setup/class_setupStep_Schema.inc:63 -#: setup/class_setupStep_Config2.inc:161 -#, fuzzy -msgid "Yes" -msgstr "Системы" +#: include/class_tabs.inc:344 +msgid "References" +msgstr "Ссылки" -#: setup/class_setupStep_Config1.inc:118 -#, php-format -msgid "The specified value for '%s' must be a numeric value" +#: include/class_plugin.inc:433 +#, fuzzy, php-format +msgid "" +"Command '%s', specified as CHECK hook for plugin '%s' doesn't seem to exist." msgstr "" +"Не удается найти команду \"%s\", указанную в поле POSTCREATE модуля \"%s\"." -#: setup/class_setupStep_Config1.inc:118 setup/setup_config1.tpl:97 -msgid "GID / UID min id" +#: include/class_plugin.inc:487 +msgid "" +"The object has changed since opened in GOsa. Please ensure that nobody has " +"done serious changes that may get lost if you save this entry." msgstr "" -#: setup/class_setupStep_Config1.inc:122 setup/class_setupStep_Config1.inc:126 +#: include/class_plugin.inc:620 #, php-format -msgid "Don't add a trailing comma to '%s'." +msgid "" +"Command '%s', specified as POSTCREATE for plugin '%s' doesn't seem to exist." msgstr "" +"Не удается найти команду \"%s\", указанную в поле POSTCREATE модуля \"%s\"." -#: setup/class_setupStep_Config1.inc:122 -msgid "People storage ou" -msgstr "Структурная единица (OU) пользователей" +#: include/class_plugin.inc:688 +#, php-format +msgid "" +"Command '%s', specified as POSTREMOVE for plugin '%s' doesn't seem to exist." +msgstr "" +"Не удается найти команду \"%s\", указанную в поле POSTREMOVE модуля \"%s\"." -#: setup/class_setupStep_Config1.inc:126 -msgid "Group storage ou" -msgstr "OU групп" +#: include/class_plugin.inc:1059 include/class_plugin.inc:1106 +#: include/class_plugin.inc:1107 +#, fuzzy, php-format +msgid "Saving object snapshot with dn '%s' failed." +msgstr "Моя учетная запись" -#: setup/class_setupStep_Config1.inc:130 -msgid "Uid base must be numeric" +#: include/class_plugin.inc:1133 include/class_plugin.inc:1145 +#, php-format +msgid "" +"The snapshot functionality is enabled, but the required variable '%s' is not " +"set." msgstr "" -#: setup/class_setupStep_Config1.inc:134 -msgid "The given password minimum length is not numeric." +#: include/class_plugin.inc:1181 +#, php-format +msgid "Method get available snapshots with dn '%s' failed." msgstr "" -#: setup/class_setupStep_Config1.inc:137 -#, fuzzy -msgid "The given password differ value is not numeric." -msgstr "Значение поля \"Квота\" некорректно." - -#: setup/setup_ldap.tpl:7 -msgid "Please choose the LDAP user to be used by GOsa" +#: include/class_plugin.inc:1237 +#, php-format +msgid "Method get deleted snapshots with dn '%s' failed." msgstr "" -#: setup/setup_ldap.tpl:25 -#, fuzzy -msgid "LDAP connection" -msgstr "Отключение" - -#: setup/setup_ldap.tpl:29 -msgid "Location name" -msgstr "Местоположение" - -#: setup/setup_ldap.tpl:37 -#, fuzzy -msgid "Connection URL" -msgstr "Подключение" +#: include/class_plugin.inc:1301 include/class_plugin.inc:1315 +#, fuzzy, php-format +msgid "Restore snapshot with dn '%s' failed." +msgstr "Удалить приложения" -#: setup/setup_ldap.tpl:45 -#, fuzzy -msgid "TLS connection" -msgstr "Соединение..." +#: include/class_plugin.inc:1579 +msgid "Changing ACL dn" +msgstr "" -#: setup/setup_ldap.tpl:65 +#: include/class_plugin.inc:1579 #, fuzzy -msgid "Reload" -msgstr "чтение" +msgid "from" +msgstr "и" -#: setup/setup_ldap.tpl:69 +#: include/class_plugin.inc:1580 setup/class_setupStep_Migrate.inc:1066 +#: setup/class_setupStep_Migrate.inc:1115 +#: setup/class_setupStep_Migrate.inc:1162 #, fuzzy -msgid "Authentication" -msgstr "Рабочая станция Windows" - -#: setup/setup_ldap.tpl:73 -msgid "Admin DN" -msgstr "DN администратора" +msgid "to" +msgstr "Отношение" -#: setup/setup_ldap.tpl:78 +#: include/class_acl.inc:6 #, fuzzy -msgid "Select user" -msgstr "Удалить" +msgid "Access control" +msgstr "Параметры доступа" -#: setup/setup_ldap.tpl:86 -msgid "Automatically append LDAP base to admin DN" +#: include/class_acl.inc:190 include/class_acl.inc:193 +msgid "Use ACL defined in role" msgstr "" -#: setup/setup_ldap.tpl:93 -msgid "Admin password" -msgstr "Пароль администратора" - -#: setup/setup_ldap.tpl:101 +#: include/class_acl.inc:645 include/class_acl.inc:652 #, fuzzy -msgid "Schema based settings" -msgstr "Настройки Samba" - -#: setup/setup_ldap.tpl:105 -msgid "Use rfc2307bis compliant groups" -msgstr "" +msgid "Show/Hide Advanced Settings" +msgstr "Настройки телефона" -#: setup/setup_ldap.tpl:117 +#: include/class_acl.inc:670 #, fuzzy -msgid "Current status" -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 "" +msgid "Create objects" +msgstr "Объект группы" -#: setup/setup_migrate.tpl:33 +#: include/class_acl.inc:671 #, fuzzy -msgid "Check again" -msgstr "Проверить" - -#: setup/setup_migrate.tpl:37 -msgid "Move windows workstations into a valid windows workstation department" -msgstr "" +msgid "Move objects" +msgstr "Включаемые объекты" -#: setup/setup_migrate.tpl:39 -msgid "" -"This dialog allows you to move the displayed windows workstations into a " -"valid department" -msgstr "" +#: include/class_acl.inc:672 +#, fuzzy +msgid "Remove objects" +msgstr "Включаемые объекты" -#: setup/setup_migrate.tpl:41 -msgid "" -"Be careful with this tool, there may be references pointing to this " -"workstations that can't be migrated." +#: include/class_acl.inc:674 include/class_acl.inc:680 +msgid "Modifyable by owner" msgstr "" -#: setup/setup_migrate.tpl:65 setup/setup_migrate.tpl:121 -#: setup/setup_migrate.tpl:173 setup/setup_migrate.tpl:293 -#: setup/setup_migrate.tpl:346 +#: include/class_acl.inc:677 #, fuzzy -msgid "Select all" -msgstr "Удалить" - -#: setup/setup_migrate.tpl:67 -msgid "Move selected windows workstations into the following GOsa department" -msgstr "" +msgid "Move object" +msgstr "Включаемые объекты" -#: setup/setup_migrate.tpl:72 +#: include/class_acl.inc:678 #, fuzzy -msgid "Move selected workstations" -msgstr "Выберите чтобы посмотреть рабочие станции" +msgid "Remove object" +msgstr "Включаемые объекты" -#: setup/setup_migrate.tpl:73 -msgid "What will be done here" -msgstr "" +#: include/class_acl.inc:685 include/class_acl.inc:776 +msgid "read" +msgstr "чтение" + +#: include/class_acl.inc:686 include/class_acl.inc:778 +msgid "write" +msgstr "запись" -#: setup/setup_migrate.tpl:79 include/class_MultiSelectWindow.inc:114 +#: include/class_acl.inc:690 #, fuzzy -msgid "Close" -msgstr "Выбрать" +msgid "Complete object" +msgstr "Включаемые объекты" -#: setup/setup_migrate.tpl:85 -msgid "Move groups into configured group tree" +#: include/class_acl.inc:806 +#, php-format +msgid "Unkown ACL type '%s'. Don't know how to handle it." msgstr "" -#: setup/setup_migrate.tpl:88 -msgid "" -"This dialog allows moving a couple of groups to the configured group tree. " -"Doing this may straighten your LDAP service." -msgstr "" +#: include/class_acl.inc:849 +#, fuzzy, php-format +msgid "Unknown entry '%s'!" +msgstr "состояние неизвестно" -#: setup/setup_migrate.tpl:91 -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 in this case." -msgstr "" +#: include/class_acl.inc:909 include/class_acl.inc:911 +#, fuzzy, php-format +msgid "Role: %s" +msgstr "Роль" -#: setup/setup_migrate.tpl:94 -msgid "Move selected groups into this group tree" +#: include/class_acl.inc:911 +msgid "Unknown role, possibly removed" msgstr "" -#: setup/setup_migrate.tpl:125 setup/setup_migrate.tpl:177 -#: setup/setup_migrate.tpl:297 setup/setup_migrate.tpl:350 -#, fuzzy -msgid "Hide changes" -msgstr "Удалить телефонный аккаунт" +#: include/class_acl.inc:919 +#, fuzzy, php-format +msgid "Contains settings for these objects: %s" +msgstr "Описание группы" -#: setup/setup_migrate.tpl:127 setup/setup_migrate.tpl:179 -#: setup/setup_migrate.tpl:299 setup/setup_migrate.tpl:352 +#: include/class_acl.inc:928 #, fuzzy -msgid "Show changes" -msgstr "Показать телефоны" - -#: setup/setup_migrate.tpl:140 -msgid "Move users into configured user tree" -msgstr "" - -#: setup/setup_migrate.tpl:142 -msgid "" -"This dialog allows moving a couple of users to the configured user tree. " -"Doing this may straighten your LDAP service." -msgstr "" +msgid "Members:" +msgstr "Включаемые объекты" -#: setup/setup_migrate.tpl:145 -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." +#: include/class_acl.inc:934 +msgid "ACL is valid for all users" msgstr "" -#: setup/setup_migrate.tpl:148 +#: include/class_acl.inc:1093 #, fuzzy -msgid "Move selected users into this people tree" -msgstr "Создать шаблон" +msgid "Access control list" +msgstr "Параметры доступа" -#: setup/setup_migrate.tpl:198 +#: include/class_acl.inc:1101 #, fuzzy -msgid "Next" -msgstr "текст" +msgid "Role name" +msgstr "Имя сервера" -#: setup/setup_migrate.tpl:199 +#: include/class_acl.inc:1102 #, fuzzy -msgid "Abort" -msgstr "Порт" +msgid "Role description" +msgstr "Описание подразделения" -#: setup/setup_migrate.tpl:201 +#: include/class_pluglist.inc:55 #, fuzzy -msgid "Create a new GOsa administrator account" -msgstr "Создать настройки запись эл. почты" +msgid "All objects in this category" +msgstr "Описание группы" -#: setup/setup_migrate.tpl:204 -msgid "" -"This dialog will automatically add a new super administrator to your LDAP " -"tree." +#: include/class_pluglist.inc:149 +msgid "The configuration format has changed. Please re-run setup!" msgstr "" -#: setup/setup_migrate.tpl:233 +#: include/class_pluglist.inc:166 include/class_pluglist.inc:167 +#: include/class_pluglist.inc:281 #, fuzzy -msgid "Password (again)" -msgstr "Хэширование паролей" +msgid "Unknown" +msgstr "состояние неизвестно" -#: setup/setup_migrate.tpl:258 +#: include/class_pluglist.inc:174 ihtml/themes/default/framework.tpl:8 +#: ihtml/themes/default/framework.tpl:11 ihtml/themes/default/framework.tpl:20 +#: ihtml/themes/default/framework.tpl:24 msgid "" -"The listed departments are currenlty invisble in the GOsa user interface. If " -"you want to change this for a couple of entries, 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:259 setup/setup_migrate.tpl:314 -msgid "" -"If you want to know what will be done when migrating the selected entries, " -"use the 'Show changes' button to see the LDIF." +#: include/class_msg_dialog.inc:91 +msgid "Please fix the above error and reload the page." msgstr "" -#: setup/setup_migrate.tpl:269 setup/setup_migrate.tpl:323 -#, fuzzy -msgid "Current" -msgstr "Текущий пароль" +#: include/class_config.inc:104 +#, php-format +msgid "XML error in gosa.conf: %s at line %d" +msgstr "Ошибка XML в gosa.conf: %s в строке %d" -#: setup/setup_migrate.tpl:276 setup/setup_migrate.tpl:330 -#, fuzzy -msgid "After migration" -msgstr "Управление пользователями" +#: include/class_config.inc:107 +msgid "Config file parsing" +msgstr "" -#: setup/setup_migrate.tpl:313 -msgid "" -"The listed users are currenlty invisble 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." +#: include/class_config.inc:224 +#, fuzzy +msgid "Cannot bind to LDAP. Please contact the system administrator." msgstr "" +"Не удается начать сеанс на LDAP-сервере. Обратитесь к системному " +"администратору." -#: setup/class_setupStep_Config3.inc:80 setup/class_setupStep_Config3.inc:81 +#: include/class_config.inc:556 #, fuzzy -msgid "GOsa settings 3/3" -msgstr "Почтовые настройки пользователя" +msgid "SID and/or RIDBASE missing in the configuration!" +msgstr "В вашем файле настройки отсутствуют значения SID и/или RIDBASE!" -#: setup/class_setupStep_Config3.inc:82 -msgid "Tweak some GOsa core behaviour" +#: include/class_CopyPasteHandler.inc:90 +#, php-format +msgid "Cannot cleanup copy & paste queue: setting permissions for '%s' failed!" msgstr "" -#: setup/class_setupStep_Config3.inc:205 -msgid "Session lifetime must be a numeric value." +#: include/class_CopyPasteHandler.inc:98 +#, php-format +msgid "Cannot cleanup copy & paste queue: no write permission inside '%s'!" msgstr "" -#: setup/class_setupStep_Config3.inc:209 -msgid "Maximal ldap query time must be a numeric value. " +#: include/class_CopyPasteHandler.inc:130 +#, php-format +msgid "Copy and paste failed: object '%s' is not a valid ldap object!" msgstr "" -#: setup/class_setupStep_Migrate.inc:105 setup/class_setupStep_Migrate.inc:106 -#, fuzzy -msgid "LDAP inspection" -msgstr "Проверка конфигурации PHP" - -#: setup/class_setupStep_Migrate.inc:107 -msgid "Analyze your current LDAP for GOsa compatibility" +#: include/class_CopyPasteHandler.inc:147 +#, php-format +msgid "Cannot save LDAP dump: no write permission inside '%s'!" msgstr "" -#: setup/class_setupStep_Migrate.inc:113 -#, fuzzy -msgid "Checking for root object" -msgstr "Проверка модуля gd" +#: include/class_CopyPasteHandler.inc:155 +#, php-format +msgid "Cannot save LDAP dump: setting permissions for '%s' failed!" +msgstr "" -#: setup/class_setupStep_Migrate.inc:119 -msgid "Checking permissions on LDAP database" +#: include/class_CopyPasteHandler.inc:164 +#, php-format +msgid "Cannot save LDAP dump: no write permission to '%s/%s'!" msgstr "" -#: setup/class_setupStep_Migrate.inc:125 -#, fuzzy -msgid "Checking for invisible deparmtments" -msgstr "Проверка поддержки gettext" +#: include/class_CopyPasteHandler.inc:249 +#, fuzzy, php-format +msgid "Cannot load dumped file '%s'!" +msgstr "Удалить" -#: setup/class_setupStep_Migrate.inc:131 -#, fuzzy -msgid "Checking for invisible users" -msgstr "Проверка поддержки gettext" +#: include/class_CopyPasteHandler.inc:274 +#, fuzzy, php-format +msgid "You have no permission to save object '%s'." +msgstr "У вас недостаточно прав для создания телефонов в этой ветке." -#: setup/class_setupStep_Migrate.inc:137 -#, fuzzy -msgid "Checking for super administrator" -msgstr "Проверка дополнительных программ" +#: include/class_CopyPasteHandler.inc:302 +#, fuzzy, php-format +msgid "You are going to paste the cutted entry '%s'." +msgstr "Вы собираетесь удалить объект %s." -#: setup/class_setupStep_Migrate.inc:143 -#, fuzzy -msgid "Checking for users outside the people tree" -msgstr "Проверка модуля cups" +#: include/class_CopyPasteHandler.inc:315 +#, fuzzy, php-format +msgid "You have no permission to copy and paste object '%s'!" +msgstr "У вас недостаточно прав для создания пользователя в этой ветке." -#: setup/class_setupStep_Migrate.inc:149 +#: include/class_CopyPasteHandler.inc:336 +#, fuzzy, php-format +msgid "You are going to paste the copied entry '%s'." +msgstr "Вы собираетесь удалить объект %s." + +#: include/class_CopyPasteHandler.inc:437 #, fuzzy -msgid "Checking for groups outside the groups tree" -msgstr "Проверка модуля cups" +msgid "Can't paste" +msgstr "Создать телефонный аккаунт" -#: setup/class_setupStep_Migrate.inc:155 -msgid "Checking for windows workstations outside the winstation tree" +#: include/class_gosaSupportDaemon.inc:479 +msgid "Could not parse XML." msgstr "" -#: setup/class_setupStep_Migrate.inc:161 -#, fuzzy -msgid "Checking for duplicate uid numbers" -msgstr "Проверка поддержки gettext" +#: include/functions_helpviewer.inc:43 +#, fuzzy, php-format +msgid "XML error in guide.xml: %s at line %d" +msgstr "Ошибка XML в gosa.conf: %s в строке %d" -#: setup/class_setupStep_Migrate.inc:167 +#: include/functions_helpviewer.inc:86 +msgid "No help available for this plugin." +msgstr "" + +#: include/functions_helpviewer.inc:95 html/helpviewer.php:196 +msgid "previous" +msgstr "" + +#: include/functions_helpviewer.inc:99 html/helpviewer.php:200 #, fuzzy -msgid "Checking for duplicate gid numbers" -msgstr "Проверка поддержки gettext" +msgid "next" +msgstr "текст" + +#: include/functions_helpviewer.inc:387 +#, php-format +msgid "%s results for your search with the keyword %s" +msgstr "" + +#: include/functions_helpviewer.inc:461 +#, php-format +msgid "%s%% hit rate in file %s" +msgstr "" -#: setup/class_setupStep_Migrate.inc:190 setup/class_setupStep_Migrate.inc:239 -#: setup/class_setupStep_Migrate.inc:301 setup/class_setupStep_Migrate.inc:362 -#: setup/class_setupStep_Migrate.inc:429 setup/class_setupStep_Migrate.inc:503 -#: setup/class_setupStep_Migrate.inc:588 setup/class_setupStep_Migrate.inc:718 -#: setup/class_setupStep_Migrate.inc:807 +#: include/class_SnapShotDialog.inc:63 +#, fuzzy, php-format +msgid "You're about to delete the snapshot '%s'." +msgstr "Вы собираетесь удалить группу \"%s\"." + +#: include/class_SnapShotDialog.inc:115 #, fuzzy -msgid "LDAP query failed" -msgstr "Невозможно выполнить запрос к базе данных!" +msgid "Remove snapshot" +msgstr "Создать настройки запись эл. почты" -#: setup/class_setupStep_Migrate.inc:191 setup/class_setupStep_Migrate.inc:240 -#: setup/class_setupStep_Migrate.inc:302 setup/class_setupStep_Migrate.inc:363 -#: setup/class_setupStep_Migrate.inc:430 setup/class_setupStep_Migrate.inc:504 -#: setup/class_setupStep_Migrate.inc:589 setup/class_setupStep_Migrate.inc:719 -#: setup/class_setupStep_Migrate.inc:808 -msgid "Possibly the 'root object' is missing." +#: include/class_SnapShotDialog.inc:117 include/class_SnapShotDialog.inc:137 +msgid "Y-m-d, H:i:s" msgstr "" -#: setup/class_setupStep_Migrate.inc:213 -#, fuzzy, php-format -msgid "Found %s duplicate values for attribute 'uidNumber'." +#: include/class_SnapShotDialog.inc:149 +#, fuzzy +msgid "Please specify a valid description for this snapshot." msgstr "Укажите корректный номер телефона." -#: setup/class_setupStep_Migrate.inc:262 -#, fuzzy, php-format -msgid "Found %s duplicate values for attribute 'gidNumber'." -msgstr "Укажите корректный номер телефона." +#: include/class_ldap.inc:204 include/class_ldap.inc:236 +msgid "Performance warning" +msgstr "" -#: setup/class_setupStep_Migrate.inc:317 setup/class_setupStep_Migrate.inc:518 -#: setup/class_setupStep_Migrate.inc:531 setup/class_setupStep_Migrate.inc:881 -#: setup/class_setupStep_Migrate.inc:1612 -#: setup/class_setupStep_Migrate.inc:1625 -msgid "Failed" -msgstr "Ошибка" +#: include/class_ldap.inc:204 include/class_ldap.inc:236 +#, php-format +msgid "LDAP performance is poor: last query took about %.2fs!" +msgstr "" -#: setup/class_setupStep_Migrate.inc:319 +#: include/class_ldap.inc:561 #, php-format msgid "" -"Found %s winstations outside the predefined winstation department ou '%s'." +"Cannot automatically create subtrees with RDN '%s': no object class found" msgstr "" -#: setup/class_setupStep_Migrate.inc:320 setup/class_setupStep_Migrate.inc:599 -#: setup/class_setupStep_Migrate.inc:728 -#, fuzzy -msgid "Migrate" -msgstr "Дата" +#: include/class_ldap.inc:609 +#, php-format +msgid "Cannot automatically create subtrees with RDN '%s': not supported" +msgstr "" -#: setup/class_setupStep_Migrate.inc:387 +#: include/class_ldap.inc:617 #, fuzzy, php-format -msgid "Found %s groups outside the configured tree '%s'." -msgstr "Вы собираетесь удалить объект %s." - -#: setup/class_setupStep_Migrate.inc:388 setup/class_setupStep_Migrate.inc:463 -#, fuzzy -msgid "Move" -msgstr "Режим" +msgid "Creating subtree '%s' failed." +msgstr "Объект группы" -#: setup/class_setupStep_Migrate.inc:462 +#: include/class_ldap.inc:686 #, php-format -msgid "Found %s user(s) outside the configured tree '%s'." +msgid "while operating on '%s' using LDAP server '%s'" msgstr "" -#: setup/class_setupStep_Migrate.inc:520 setup/class_setupStep_Migrate.inc:533 +#: include/class_ldap.inc:688 +#, fuzzy, php-format +msgid "while operating on LDAP server %s" +msgstr "Ошибка при подключении к LDAP-серверу. Ответ сервера: \"%s\"." + +#: include/class_ldap.inc:910 #, php-format msgid "" -"The specified user '%s' does not have full access to your ldap database." +"This is not a valid DN: '%s'. A block for import should begin with 'dn: ...' " +"in line %s" msgstr "" -#: setup/class_setupStep_Migrate.inc:597 +#: include/class_ldap.inc:939 #, php-format -msgid "Found %s user(s) that will not be visible in GOsa." +msgid "Error while importing dn: '%s', please check your LDIF from line %s on!" msgstr "" -#: setup/class_setupStep_Migrate.inc:647 setup/class_setupStep_Migrate.inc:779 -#: setup/class_setupStep_Migrate.inc:945 -#, fuzzy -msgid "Migration error" -msgstr "Дата" +#: include/class_ldap.inc:1075 +#, fuzzy, php-format +msgid "Ldap import with dn '%s' failed." +msgstr "Показать подразделения" -#: setup/class_setupStep_Migrate.inc:647 setup/class_setupStep_Migrate.inc:779 +#: include/class_hostActionQueue.inc:68 include/class_hostActionQueue.inc:193 #, fuzzy, php-format -msgid "Cannot migrate department '%s':" -msgstr "Список подразделений" +msgid "Can't locate gotomasses queue file '%s'." +msgstr "Удалить" -#: setup/class_setupStep_Migrate.inc:727 +#: include/class_hostActionQueue.inc:72 +#, fuzzy, php-format +msgid "Can't read gotomasses queue file '%s'." +msgstr "Удалить" + +#: include/class_hostActionQueue.inc:79 +#, fuzzy, php-format +msgid "Can't read gotomasses storage file '%s'." +msgstr "Удалить" + +#: include/class_hostActionQueue.inc:142 +msgid "GOsa infrastructure" +msgstr "" + +#: include/class_hostActionQueue.inc:142 +msgid "Cannot read broken entry - skipped!" +msgstr "" + +#: include/class_hostActionQueue.inc:197 include/class_hostActionQueue.inc:206 +#, fuzzy, php-format +msgid "Can't write gotomasses queue file '%s'." +msgstr "Удалить" + +#: include/class_hostActionQueue.inc:201 +msgid "The queue file was modified since last reload. Can't save changes." +msgstr "" + +#: include/class_hostActionQueue.inc:276 +#, fuzzy, php-format +msgid "Entry with id '%s' not found." +msgstr "Показать подразделения" + +#: include/class_hostActionQueue.inc:286 #, php-format -msgid "Found %s department(s) that will not be visible in GOsa." +msgid "Could not update entry, entry with id '%s' not found." msgstr "" -#: setup/class_setupStep_Migrate.inc:882 -msgid "There is no GOsa administrator account inside your LDAP." +#: include/class_hostActionQueue.inc:297 +#, php-format +msgid "Could not remove entry, entry with id '%s' not found." msgstr "" -#: setup/class_setupStep_Migrate.inc:945 +#: include/class_hostActionQueue.inc:371 include/class_hostActionQueue.inc:389 +#: include/class_hostActionQueue.inc:420 include/class_hostActionQueue.inc:455 #, php-format -msgid "Cannot add ACL for user '%s':" +msgid "Can't set priority for ID '%s'. ID does not exist." msgstr "" -#: setup/class_setupStep_Migrate.inc:970 +#: include/class_multi_plug.inc:360 #, fuzzy -msgid "Password error" -msgstr "Срок действия пароля истекает" +msgid "You are currently editing mutliple entries." +msgstr "У вас недостаточно прав для удаления этого подразделения." -#: setup/class_setupStep_Migrate.inc:970 +#: include/class_multi_plug.inc:389 #, fuzzy -msgid "Provided passwords do not match!" -msgstr "Введенные пароли не совпадают!" +msgid "Password reset" +msgstr "Срок действия пароля истекает" -#: setup/class_setupStep_Migrate.inc:975 +#: include/class_multi_plug.inc:389 #, fuzzy -msgid "Input error" -msgstr "Ошибка LDAP:" +msgid "The user password was resetted, please set a new password value!" +msgstr "У вас недостаточно прав для смены своего пароля." -#: setup/class_setupStep_Migrate.inc:975 -#, fuzzy -msgid "Specify a valid user ID!" -msgstr "Введите корректное имя пользователя!" +#: include/class_log.inc:87 +#, fuzzy, php-format +msgid "Logging failed: %s" +msgstr "Служба печати" -#: setup/class_setupStep_Migrate.inc:1019 -#, php-format -msgid "Adding an administrative user failed: object '%s' already exists!" +#: include/class_log.inc:106 +msgid "Logging to MySQL disabled" msgstr "" -#: setup/class_setupStep_Migrate.inc:1030 -#: setup/class_setupStep_Migrate.inc:1056 -#: setup/class_setupStep_Migrate.inc:1104 -#: setup/class_setupStep_Migrate.inc:1152 -#: setup/class_setupStep_Migrate.inc:1916 setup/class_setupStep_Schema.inc:95 -#: include/class_MultiSelectWindow.inc:503 include/class_config.inc:224 -#: include/functions.inc:331 include/functions.inc:358 -#: include/functions.inc:367 include/functions.inc:396 -#: include/functions.inc:639 include/functions.inc:678 -#: include/functions.inc:723 include/functions.inc:1298 -#: include/functions.inc:2490 html/index.php:243 html/index.php:257 -#: html/index.php:270 -#, fuzzy -msgid "LDAP error" -msgstr "Ошибка LDAP:" +#: include/class_log.inc:106 +msgid "" +"The logging to a MySQL database is now disabled for this session of GOsa, " +"due to communication errors with the specified logging database." +msgstr "" -#: setup/class_setupStep_Migrate.inc:1056 -#: setup/class_setupStep_Migrate.inc:1104 -#: setup/class_setupStep_Migrate.inc:1152 +#: include/class_log.inc:119 +#, fuzzy, php-format +msgid "Invalid option '%s' specified." +msgstr "Значение поля \"Имя\" содержит недопустимые символы." + +#: include/class_log.inc:123 #, fuzzy -msgid "Cannot move users to the requested department!" -msgstr "Невозможно подключиться к серверу базы данных!" +msgid "Specified objectType is empty or invalid" +msgstr "Указанное имя уже используется." -#: setup/class_setupStep_Migrate.inc:1066 -msgid "Winstation will be moved from" +#: include/class_log.inc:144 +msgid "" +"You have enabled the logging into mysql database, but there are no logging " +"servers available." msgstr "" -#: setup/class_setupStep_Migrate.inc:1066 -#: setup/class_setupStep_Migrate.inc:1115 -#: setup/class_setupStep_Migrate.inc:1162 include/class_plugin.inc:1604 -#, fuzzy -msgid "to" -msgstr "Отношение" +#: include/class_log.inc:152 +#, fuzzy, php-format +msgid "Cannot connect to logging server '%s'." +msgstr "Невозможно подключиться к серверу базы данных!" -#: setup/class_setupStep_Migrate.inc:1077 -#: setup/class_setupStep_Migrate.inc:1125 -msgid "Updating following references too" -msgstr "" +#: include/class_log.inc:157 +#, fuzzy, php-format +msgid "Cannot select database '%s' on server '%s': %s" +msgstr "Невозможно выбрать базу данных!" -#: setup/class_setupStep_Migrate.inc:1115 -msgid "Group will be moved from" -msgstr "" +#: include/class_log.inc:177 +#, fuzzy, php-format +msgid "Cannot query database '%s' on server '%s': %s" +msgstr "Невозможно выбрать базу данных!" -#: setup/class_setupStep_Migrate.inc:1162 -msgid "User will be moved from" -msgstr "" +#: setup/class_setupStep_Ldap.inc:53 +#, fuzzy +msgid "LDAP setup" +msgstr "LDAP-сервер" -#: setup/class_setupStep_Migrate.inc:1172 -msgid "The following references will be updated" -msgstr "" +#: setup/class_setupStep_Ldap.inc:54 +#, fuzzy +msgid "LDAP connection setup" +msgstr "Соединение..." -#: setup/class_setupStep_Migrate.inc:1613 +#: setup/class_setupStep_Ldap.inc:55 msgid "" -"The LDAP root object is missing. It is required to use your LDAP service." +"This dialog performs the basic configuration of the LDAP connectivity for " +"GOsa." msgstr "" - -#: setup/class_setupStep_Migrate.inc:1614 -#: setup/class_setupStep_Migrate.inc:1627 + +#: setup/class_setupStep_Ldap.inc:74 setup/class_setupStep_Config1.inc:88 +#: setup/class_setupStep_Config2.inc:160 setup/class_setupStep_Config3.inc:87 +#: setup/setup_feedback.tpl:55 setup/setup_feedback.tpl:73 +#: setup/class_setupStep_Schema.inc:63 #, fuzzy -msgid "Try to create root object" -msgstr "Объект группы" +msgid "No" +msgstr "нет" -#: setup/class_setupStep_Migrate.inc:1626 -msgid "Root object couldn't be created, you should try it on your own." -msgstr "" +#: setup/class_setupStep_Ldap.inc:74 setup/class_setupStep_Config1.inc:88 +#: setup/class_setupStep_Config2.inc:160 setup/class_setupStep_Config3.inc:87 +#: setup/setup_feedback.tpl:53 setup/setup_feedback.tpl:71 +#: setup/class_setupStep_Schema.inc:63 +#, fuzzy +msgid "Yes" +msgstr "Системы" -#: setup/class_setupStep_Migrate.inc:1916 +#: setup/class_setupStep_Ldap.inc:105 #, fuzzy, php-format -msgid "Copy '%s' to '%s' failed:" -msgstr "Ошибка при выполнении \"%s\"!" +msgid "Anonymous bind failed on server '%s'." +msgstr "Ошибка при регистрации. Ответ сервера: \"%s\"." -#: setup/class_setupStep_Migrate.inc:1919 -msgid "Problem copying DNs" -msgstr "" +#: setup/class_setupStep_Ldap.inc:107 +#, fuzzy, php-format +msgid "Bind as user '%s' failed on server '%s'." +msgstr "Ошибка при регистрации. Ответ сервера: \"%s\"." -#: setup/setup_frame.tpl:12 -#, fuzzy -msgid "GOsa setup wizard" -msgstr "Почтовые настройки пользователя" +#: setup/class_setupStep_Ldap.inc:112 +#, fuzzy, php-format +msgid "Anonymous bind on server '%s' succeeded." +msgstr "Ошибка при регистрации. Ответ сервера: \"%s\"." -#: setup/setup_frame.tpl:19 +#: setup/class_setupStep_Ldap.inc:113 #, fuzzy -msgid "Installation" -msgstr "Рабочая станция" +msgid "Please specify user and password." +msgstr "Введите свой пароль!" -#: setup/setup_frame.tpl:19 -#, fuzzy -msgid "Steps" -msgstr "Системы" +#: setup/class_setupStep_Ldap.inc:115 +#, fuzzy, php-format +msgid "Bind as user '%s' on server '%s' succeeded." +msgstr "Ошибка при регистрации. Ответ сервера: \"%s\"." -#: setup/class_setupStep_Feedback.inc:91 +#: setup/class_setupStep_License.inc:56 setup/class_setupStep_License.inc:57 #, fuzzy -msgid "UNIX accounts/groups" -msgstr "UNIX аккаунт" +msgid "License" +msgstr "в" -#: setup/class_setupStep_Feedback.inc:93 -#, fuzzy -msgid "Samba management" -msgstr "Управление системами" +#: setup/class_setupStep_License.inc:58 +msgid "Terms and conditions for usage" +msgstr "" -#: setup/class_setupStep_Feedback.inc:95 +#: setup/class_setupStep_Language.inc:40 setup/class_setupStep_Language.inc:41 #, fuzzy -msgid "Mailsystem management" -msgstr "Управление системами" +msgid "Language setup" +msgstr "Язык" -#: setup/class_setupStep_Feedback.inc:97 +#: setup/class_setupStep_Language.inc:42 #, fuzzy -msgid "FAX system administration" -msgstr "Управление пользователями" +msgid "This step allows you to select your preferred language." +msgstr "Язык по умолчанию" -#: setup/class_setupStep_Feedback.inc:99 +#: setup/class_setupStep_Language.inc:47 #, fuzzy -msgid "Asterisk administration" -msgstr "Управление пользователями" +msgid "Automatic" +msgstr "автоматически" -#: setup/class_setupStep_Feedback.inc:101 +#: setup/class_setup.inc:76 setup/class_setupStep_Feedback.inc:131 #, fuzzy -msgid "System inventory" -msgstr "Удалить объект" +msgid "Setup error" +msgstr "Состояние системы" -#: setup/class_setupStep_Feedback.inc:103 +#: setup/class_setup.inc:196 #, fuzzy -msgid "System-/Configmanagement" -msgstr "Управление системами" - -#: setup/class_setupStep_Feedback.inc:105 -msgid "Addressbook" -msgstr "Адресная книга" +msgid "Completed" +msgstr "не полный" -#: setup/class_setupStep_Feedback.inc:111 -#: setup/class_setupStep_Feedback.inc:113 +#: setup/setup_finish.tpl:3 #, fuzzy -msgid "Notification and feedback" -msgstr "Изменить сертификаты" +msgid "Create your configuration file" +msgstr "Настроить" -#: setup/class_setupStep_Feedback.inc:112 +#: setup/setup_finish.tpl:13 #, fuzzy -msgid "Get notifications or send feedback" -msgstr "Местоположение ветки" +msgid "Download configuration" +msgstr "Системная информация" -#: setup/class_setupStep_Feedback.inc:131 setup/class_setup.inc:76 +#: setup/setup_finish.tpl:18 #, fuzzy -msgid "Setup error" -msgstr "Состояние системы" +msgid "Status: " +msgstr "Состояние" -#: setup/class_setupStep_Feedback.inc:140 -#: setup/class_setupStep_Feedback.inc:147 -msgid "Feedback error" +#: setup/setup_ldap.tpl:7 +msgid "Please choose the LDAP user to be used by GOsa" msgstr "" -#: setup/class_setupStep_Feedback.inc:140 -#, php-format -msgid "Cannot send feedback to '%s': %s" -msgstr "" +#: setup/setup_ldap.tpl:13 ihtml/themes/default/help.tpl:21 +msgid "Search" +msgstr "Поиск" -#: setup/class_setupStep_Feedback.inc:147 -msgid "Cannot send feedback: service temporarily unavailable" -msgstr "" +#: setup/setup_ldap.tpl:25 +#, fuzzy +msgid "LDAP connection" +msgstr "Отключение" -#: setup/class_setupStep_Feedback.inc:149 +#: setup/setup_ldap.tpl:29 +msgid "Location name" +msgstr "Местоположение" + +#: setup/setup_ldap.tpl:37 #, fuzzy -msgid "Feedback sucessfully send" -msgstr "Настройка завершена" +msgid "Connection URL" +msgstr "Подключение" -#: setup/class_setupStep_Feedback.inc:179 +#: setup/setup_ldap.tpl:45 #, fuzzy -msgid "Please specify a valid email address." -msgstr "Введите корректное имя пользователя!" +msgid "TLS connection" +msgstr "Соединение..." -#: setup/class_setupStep_Feedback.inc:183 -msgid "" -"You should have enabled at least one option, to subscribe or send your " -"feedback." -msgstr "" +#: setup/setup_ldap.tpl:65 +#, fuzzy +msgid "Reload" +msgstr "чтение" -#: setup/class_setupStep_License.inc:56 setup/class_setupStep_License.inc:57 +#: setup/setup_ldap.tpl:69 #, fuzzy -msgid "License" -msgstr "в" +msgid "Authentication" +msgstr "Рабочая станция Windows" -#: setup/class_setupStep_License.inc:58 -msgid "Terms and conditions for usage" -msgstr "" +#: setup/setup_ldap.tpl:73 +msgid "Admin DN" +msgstr "DN администратора" -#: setup/setup_config2.tpl:2 -msgid "Samba settings" -msgstr "Настройки Samba" +#: setup/setup_ldap.tpl:78 +#, fuzzy +msgid "Select user" +msgstr "Удалить" -#: setup/setup_config2.tpl:6 -msgid "Samba hash generator" +#: setup/setup_ldap.tpl:86 +msgid "Automatically append LDAP base to admin DN" msgstr "" -#: setup/setup_config2.tpl:31 -#, fuzzy -msgid "RID base" -msgstr "Базы данных" +#: setup/setup_ldap.tpl:93 +msgid "Admin password" +msgstr "Пароль администратора" -#: setup/setup_config2.tpl:46 +#: setup/setup_ldap.tpl:101 #, fuzzy -msgid "Workstation container" -msgstr "Имя рабочий станции" +msgid "Schema based settings" +msgstr "Настройки Samba" -#: setup/setup_config2.tpl:61 -#, fuzzy -msgid "Samba SID mapping" -msgstr "Samba" +#: setup/setup_ldap.tpl:105 +msgid "Use rfc2307bis compliant groups" +msgstr "" -#: setup/setup_config2.tpl:71 +#: setup/setup_ldap.tpl:117 #, fuzzy -msgid "Timezone" -msgstr "Мобильный" +msgid "Current status" +msgstr "Состояние системы" -#: setup/setup_config2.tpl:74 +#: setup/class_setupStep_Config1.inc:74 setup/class_setupStep_Config1.inc:75 #, fuzzy -msgid "Please your preferred timezone here" -msgstr "Язык по умолчанию" +msgid "GOsa settings 1/3" +msgstr "Почтовые настройки пользователя" -#: setup/setup_config2.tpl:96 +#: setup/class_setupStep_Config1.inc:76 #, fuzzy -msgid "Additional GOsa settings" -msgstr "Дополнительные записи в fstab" +msgid "GOsa generic settings" +msgstr "Общая информация о пользователе" -#: setup/setup_config2.tpl:100 -msgid "Enable Copy & Paste" +#: setup/class_setupStep_Config1.inc:118 +#, php-format +msgid "The specified value for '%s' must be a numeric value" msgstr "" -#: setup/setup_config2.tpl:112 -#, fuzzy -msgid "Enable DNS extension" -msgstr "Удалить параметры" +#: setup/class_setupStep_Config1.inc:118 setup/setup_config1.tpl:97 +msgid "GID / UID min id" +msgstr "" -#: setup/setup_config2.tpl:124 -#, fuzzy -msgid "Enable DHCP extension" -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/setup_config2.tpl:136 -#, fuzzy -msgid "Enable mime type management" -msgstr "Управление системами" +#: setup/class_setupStep_Config1.inc:122 +msgid "People storage ou" +msgstr "Структурная единица (OU) пользователей" -#: setup/setup_config2.tpl:148 -#, fuzzy -msgid "Enable FAI release management" -msgstr "Управление подразделениями" +#: setup/class_setupStep_Config1.inc:126 +msgid "Group storage ou" +msgstr "OU групп" -#: setup/setup_config2.tpl:160 -#, fuzzy -msgid "Enable user netatalk plugin" -msgstr "Создать телефонный аккаунт" +#: 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." +msgstr "" -#: setup/setup_config2.tpl:171 +#: setup/class_setupStep_Config1.inc:137 #, fuzzy -msgid "Government mode" -msgstr "в папку" +msgid "The given password differ value is not numeric." +msgstr "Значение поля \"Квота\" некорректно." -#: setup/setup_config2.tpl:180 +#: setup/class_setupStep_Config2.inc:85 setup/class_setupStep_Config2.inc:86 #, fuzzy -msgid "Mail settings" +msgid "GOsa settings 2/3" msgstr "Почтовые настройки пользователя" -#: setup/setup_config2.tpl:184 -#, fuzzy -msgid "Mail method" -msgstr "Почтовые настройки" - -#: setup/setup_config2.tpl:198 +#: setup/class_setupStep_Config2.inc:87 #, fuzzy -msgid "Vacation templates" -msgstr "Шаблон рабочей станции" +msgid "Customize special parameters" +msgstr "Изменить параметры" -#: setup/setup_config2.tpl:214 -msgid "Use Cyrus UNIX style" +#: setup/setup_license.tpl:8 +msgid "I have read the license and accept it" msgstr "" -#: setup/setup_config2.tpl:224 +#: setup/class_setupStep_Config3.inc:78 setup/class_setupStep_Config3.inc:79 #, fuzzy -msgid "Snapshots / Undo" -msgstr "Приложение" +msgid "GOsa settings 3/3" +msgstr "Почтовые настройки пользователя" -#: setup/setup_config2.tpl:233 setup/setup_config2.tpl:278 -#, fuzzy -msgid "Enable snapshots" -msgstr "Создать настройки запись эл. почты" +#: setup/class_setupStep_Config3.inc:80 +msgid "Tweak some GOsa core behaviour" +msgstr "" -#: setup/setup_config2.tpl:239 setup/setup_config2.tpl:284 -#, fuzzy -msgid "Snapshot base" -msgstr "Приложение" +#: setup/class_setupStep_Config3.inc:194 +msgid "Session lifetime must be a numeric value." +msgstr "" + +#: setup/class_setupStep_Config3.inc:198 +msgid "Maximal ldap query time must be a numeric value. " +msgstr "" #: setup/setup_feedback.tpl:6 msgid "Subscribe to the gosa-announce mailinglist" @@ -5130,78 +4823,20 @@ msgstr "" msgid "Send feedback" msgstr "" -#: setup/setup_schema.tpl:3 -#, 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 -msgid "Schema check succeeded" -msgstr "" - -#: setup/setup_schema.tpl:23 -#, fuzzy -msgid "Schema check failed" -msgstr "Приложение" - -#: setup/setup_license.tpl:8 -msgid "I have read the license and accept it" -msgstr "" - -#: setup/class_setup.inc:196 -#, fuzzy -msgid "Completed" -msgstr "не полный" - -#: setup/class_setupStep_Ldap.inc:53 +#: setup/class_setupStep_Welcome.inc:38 #, fuzzy -msgid "LDAP setup" -msgstr "LDAP-сервер" +msgid "Welcome" +msgstr "Добро пожаловать %s!" -#: setup/class_setupStep_Ldap.inc:54 +#: setup/class_setupStep_Welcome.inc:39 #, fuzzy -msgid "LDAP connection setup" -msgstr "Соединение..." - -#: setup/class_setupStep_Ldap.inc:55 -msgid "" -"This dialog performs the basic configuration of the LDAP connectivity for " -"GOsa." -msgstr "" - -#: setup/class_setupStep_Ldap.inc:105 -#, fuzzy, php-format -msgid "Anonymous bind failed on server '%s'." -msgstr "Ошибка при регистрации. Ответ сервера: \"%s\"." - -#: setup/class_setupStep_Ldap.inc:107 -#, fuzzy, php-format -msgid "Bind as user '%s' failed on server '%s'." -msgstr "Ошибка при регистрации. Ответ сервера: \"%s\"." - -#: setup/class_setupStep_Ldap.inc:112 -#, fuzzy, php-format -msgid "Anonymous bind on server '%s' succeeded." -msgstr "Ошибка при регистрации. Ответ сервера: \"%s\"." +msgid "The welcome message" +msgstr "Удалить" -#: setup/class_setupStep_Ldap.inc:113 +#: setup/class_setupStep_Welcome.inc:40 #, fuzzy -msgid "Please specify user and password." -msgstr "Введите свой пароль!" - -#: setup/class_setupStep_Ldap.inc:115 -#, fuzzy, php-format -msgid "Bind as user '%s' on server '%s' succeeded." -msgstr "Ошибка при регистрации. Ответ сервера: \"%s\"." +msgid "Welcome to GOsa setup wizard" +msgstr "Добро пожаловать в раздел настройки GOsa!" #: setup/setup_config1.tpl:2 msgid "Look and feel" @@ -5280,74 +4915,212 @@ msgstr "" msgid "Different characters from old password" msgstr "" -#: setup/setup_config1.tpl:182 +#: 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 "" + +#: 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 "" + +#: setup/setup_config3.tpl:2 +#, fuzzy +msgid "GOsa core settings" +msgstr "Почтовые настройки пользователя" + +#: setup/setup_config3.tpl:6 +#, fuzzy +msgid "Disable primary group filter" +msgstr "Показать группы пользователей" + +#: setup/setup_config3.tpl:18 +#, fuzzy +msgid "Display summary in listings" +msgstr "Шаблон для групп" + +#: setup/setup_config3.tpl:30 +#, fuzzy +msgid "Honour administrative units" +msgstr "Управление группами" + +#: setup/setup_config3.tpl:42 +#, fuzzy +msgid "Smarty compile directory" +msgstr "Домашний каталог" + +#: setup/setup_config3.tpl:51 +msgid "SNMP community" +msgstr "" + +#: setup/setup_config3.tpl:60 +#, fuzzy +msgid "Path for PPD storage" +msgstr "Хэширование паролей" + +#: setup/setup_config3.tpl:77 +#, fuzzy +msgid "Path for kiosk profile storage" +msgstr "Почтовые настройки пользователя" + +#: setup/setup_config3.tpl:96 +#, fuzzy +msgid "Enable system deployment" +msgstr "Управление системами" + +#: setup/setup_config3.tpl:115 +#, fuzzy +msgid "Mail queue script" +msgstr "Путь к сценариям" + +#: setup/setup_config3.tpl:134 +#, fuzzy +msgid "Notification script" +msgstr "Изменить сертификаты" + +#: setup/setup_config3.tpl:153 +msgid "Enable edit locking" +msgstr "" + +#: setup/setup_config3.tpl:174 +msgid "Special search method for huge ldap servers." +msgstr "" + +#: setup/setup_config3.tpl:185 +msgid "Login and session" +msgstr "" + +#: setup/setup_config3.tpl:188 +#, fuzzy +msgid "Login attribute" +msgstr "Атрибут DN пользователей" + +#: setup/setup_config3.tpl:199 +msgid "Enforce register_globals to be deactivated" +msgstr "" + +#: setup/setup_config3.tpl:211 +msgid "Enforce encrypted connections" +msgstr "" + +#: setup/setup_config3.tpl:223 +#, fuzzy +msgid "Warn if session is not encrypted" +msgstr "Данные, передаваемые в течение этого сеанса, не будут зашифрованы." + +#: setup/setup_config3.tpl:235 +#, fuzzy +msgid "Remember dialog filter settings" +msgstr "Общая информация о пользователе" + +#: setup/setup_config3.tpl:247 +#, fuzzy +msgid "Session lifetime" +msgstr "Конфликт сеансов" + +#: setup/setup_config3.tpl:256 +msgid "Debugging" +msgstr "" + +#: setup/setup_config3.tpl:260 +#, fuzzy +msgid "Show PHP errors" +msgstr "Ошибка LDAP:" + +#: setup/setup_config3.tpl:272 #, fuzzy -msgid "Password change hook" -msgstr "Сменить пароль" +msgid "Maximum LDAP query time" +msgstr "Размер квоты" -#: setup/setup_config1.tpl:198 -msgid "Use SASL for kerberos" +#: setup/setup_config3.tpl:290 +msgid "Log LDAP statistics" msgstr "" -#: setup/setup_config1.tpl:209 +#: setup/setup_config3.tpl:302 #, fuzzy -msgid "Use account expiration" -msgstr "Учетная запись" +msgid "Debug level" +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_config3.tpl:307 setup/setup_config3.tpl:310 +#, fuzzy +msgid "Disabled" +msgstr "отключен" -#: setup/setup_config1.tpl:222 +#: setup/setup_config3.tpl:308 setup/setup_config3.tpl:311 #, 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 "Enabled" +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 "" -"Некоторые основные параметры LDAP изменяемы и влияют на расположение " -"сохраняемой информации о пользователях и группах, а также на способ создания " -"учетных записей. Проверьте, подходят ли вам значения, указанные ниже." +#: setup/setup_frame.tpl:12 +#, fuzzy +msgid "GOsa setup wizard" +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/setup_frame.tpl:19 +#, fuzzy +msgid "Installation" +msgstr "Рабочая станция" -#: setup/setup_language.tpl:3 +#: setup/setup_frame.tpl:19 #, fuzzy -msgid "Please select the preferred language" -msgstr "Язык по умолчанию" +msgid "Steps" +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." +#: setup/class_setupStep_Schema.inc:40 setup/class_setupStep_Schema.inc:41 +#, fuzzy +msgid "LDAP schema check" +msgstr "Сервер подкачки" + +#: setup/class_setupStep_Schema.inc:42 +msgid "Perform test on your current LDAP schema" msgstr "" -#: setup/setup_language.tpl:9 -#, fuzzy -msgid "Please your preferred language here" -msgstr "Язык по умолчанию" +#: setup/class_setupStep_Schema.inc:95 html/index.php:258 +msgid "Cannot detect information about the installed LDAP schema!" +msgstr "" #: setup/class_setupStep_Checks.inc:38 setup/class_setupStep_Checks.inc:39 msgid "Installation check" @@ -5713,1541 +5486,1726 @@ msgid "" "write the configuration directly if it is writeable." msgstr "" -#: setup/setup_config3.tpl:2 +#: 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?" +msgstr "" + +#: setup/setup_welcome.tpl:11 #, fuzzy -msgid "GOsa core settings" -msgstr "Почтовые настройки пользователя" +msgid "Create a basic, single site configuration" +msgstr "Базы данных" -#: setup/setup_config3.tpl:6 +#: setup/setup_welcome.tpl:12 +msgid "Tries to find problems within your PHP and LDAP setup" +msgstr "" + +#: setup/setup_welcome.tpl:13 +msgid "Let you choose from a set of basic and advanced configuration switches" +msgstr "" + +#: setup/setup_welcome.tpl:14 +msgid "Guided migration of existing LDAP trees" +msgstr "" + +#: setup/setup_welcome.tpl:17 +msgid "What will the wizard NOT do for you?" +msgstr "" + +#: setup/setup_welcome.tpl:20 #, fuzzy -msgid "Disable primary group filter" -msgstr "Показать группы пользователей" +msgid "Find every possible configuration error" +msgstr "Настроить" -#: setup/setup_config3.tpl:18 +#: setup/setup_welcome.tpl:21 +msgid "Migrate every possible LDAP setup - create backup dumps!" +msgstr "" + +#: setup/setup_welcome.tpl:25 #, fuzzy -msgid "Display summary in listings" -msgstr "Шаблон для групп" +msgid "To continue..." +msgstr "Продолжение настройки..." -#: setup/setup_config3.tpl:30 +#: 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:" +msgstr "" + +#: setup/setup_welcome.tpl:34 +msgid "Click the 'Continue' button when you've finished." +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 "Honour administrative units" -msgstr "Управление группами" +msgid "PHP setup configuration" +msgstr "Базы данных" -#: setup/setup_config3.tpl:42 +#: setup/setup_checks.tpl:67 #, fuzzy -msgid "Smarty compile directory" -msgstr "Домашний каталог" +msgid "show information" +msgstr "Личная информация" -#: setup/setup_config3.tpl:51 -msgid "SNMP community" +#: setup/setup_schema.tpl:3 +#, 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 +msgid "Schema check succeeded" +msgstr "" + +#: setup/setup_schema.tpl:23 +#, fuzzy +msgid "Schema check failed" +msgstr "Приложение" + +#: setup/class_setupStep_Feedback.inc:91 +#, fuzzy +msgid "UNIX accounts/groups" +msgstr "UNIX аккаунт" + +#: setup/class_setupStep_Feedback.inc:93 +#, fuzzy +msgid "Samba management" +msgstr "Управление системами" + +#: setup/class_setupStep_Feedback.inc:95 +#, fuzzy +msgid "Mailsystem management" +msgstr "Управление системами" + +#: setup/class_setupStep_Feedback.inc:97 +#, fuzzy +msgid "FAX system administration" +msgstr "Управление пользователями" + +#: setup/class_setupStep_Feedback.inc:99 +#, fuzzy +msgid "Asterisk administration" +msgstr "Управление пользователями" + +#: setup/class_setupStep_Feedback.inc:101 +#, fuzzy +msgid "System inventory" +msgstr "Удалить объект" + +#: setup/class_setupStep_Feedback.inc:103 +#, fuzzy +msgid "System-/Configmanagement" +msgstr "Управление системами" + +#: setup/class_setupStep_Feedback.inc:105 +msgid "Addressbook" +msgstr "Адресная книга" + +#: setup/class_setupStep_Feedback.inc:111 +#: setup/class_setupStep_Feedback.inc:113 +#, fuzzy +msgid "Notification and feedback" +msgstr "Изменить сертификаты" + +#: setup/class_setupStep_Feedback.inc:112 +#, fuzzy +msgid "Get notifications or send feedback" +msgstr "Местоположение ветки" + +#: setup/class_setupStep_Feedback.inc:140 +#: setup/class_setupStep_Feedback.inc:147 +msgid "Feedback error" +msgstr "" + +#: setup/class_setupStep_Feedback.inc:140 +#, php-format +msgid "Cannot send feedback to '%s': %s" +msgstr "" + +#: setup/class_setupStep_Feedback.inc:147 +msgid "Cannot send feedback: service temporarily unavailable" msgstr "" -#: setup/setup_config3.tpl:60 +#: setup/class_setupStep_Feedback.inc:149 #, fuzzy -msgid "Path for PPD storage" -msgstr "Хэширование паролей" +msgid "Feedback sucessfully send" +msgstr "Настройка завершена" -#: setup/setup_config3.tpl:77 +#: setup/class_setupStep_Feedback.inc:179 #, fuzzy -msgid "Path for kiosk profile storage" -msgstr "Почтовые настройки пользователя" +msgid "Please specify a valid email address." +msgstr "Введите корректное имя пользователя!" -#: setup/setup_config3.tpl:96 -#, fuzzy -msgid "Enable system deployment" -msgstr "Управление системами" +#: setup/class_setupStep_Feedback.inc:183 +msgid "" +"You have to select at least one of both options, subscribe or send feedback." +msgstr "" -#: setup/setup_config3.tpl:116 -#, fuzzy -msgid "Network resolv hook" -msgstr "Сетевые устройства" +#: setup/class_setupStep_Finish.inc:37 +#: ihtml/themes/default/copyPasteDialog.tpl:32 +msgid "Finish" +msgstr "Готово" -#: setup/setup_config3.tpl:135 +#: setup/class_setupStep_Finish.inc:38 #, fuzzy -msgid "Mail queue script" -msgstr "Путь к сценариям" +msgid "Write configuration file" +msgstr "Настроить" -#: setup/setup_config3.tpl:154 +#: setup/class_setupStep_Finish.inc:39 #, fuzzy -msgid "Notification script" -msgstr "Изменить сертификаты" - -#: setup/setup_config3.tpl:173 -msgid "Enable edit locking" -msgstr "" +msgid "Finish - write the configuration file" +msgstr "Настроить" -#: setup/setup_config3.tpl:192 -msgid "Login and session" +#: setup/class_setupStep_Finish.inc:100 +#, fuzzy +msgid "" +"Your configuration file is currently world readable. Please update the file " +"permissions!" msgstr "" +"Не удается прочитать файл настройки GOsa %s/gosa.conf. Операция прервана." -#: setup/setup_config3.tpl:195 +#: setup/class_setupStep_Finish.inc:102 #, fuzzy -msgid "Login attribute" -msgstr "Атрибут DN пользователей" - -#: setup/setup_config3.tpl:206 -msgid "Enforce register_globals to be deactivated" +msgid "The configuration is currently not readable or it does not exists." msgstr "" +"Не удается прочитать файл настройки GOsa %s/gosa.conf. Операция прервана." -#: setup/setup_config3.tpl:218 -msgid "Enforce encrypted connections" +#: setup/class_setupStep_Finish.inc:111 +#, 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 "" +"Поместив файл gosa.conf в каталог /etc/gosa, убедитесь, что только " +"пользователь веб-сервера может его читать. Для этого вам, возможно, " +"понадобится выполнить следующие команды:" -#: setup/setup_config3.tpl:230 +#: setup/class_setupStep_Migrate.inc:105 setup/class_setupStep_Migrate.inc:106 #, fuzzy -msgid "Warn if session is not encrypted" -msgstr "Данные, передаваемые в течение этого сеанса, не будут зашифрованы." +msgid "LDAP inspection" +msgstr "Проверка конфигурации PHP" -#: setup/setup_config3.tpl:242 -#, fuzzy -msgid "Remember dialog filter settings" -msgstr "Общая информация о пользователе" +#: setup/class_setupStep_Migrate.inc:107 +msgid "Analyze your current LDAP for GOsa compatibility" +msgstr "" -#: setup/setup_config3.tpl:254 +#: setup/class_setupStep_Migrate.inc:113 #, fuzzy -msgid "Session lifetime" -msgstr "Конфликт сеансов" +msgid "Checking for root object" +msgstr "Проверка модуля gd" -#: setup/setup_config3.tpl:262 -msgid "Debugging" +#: setup/class_setupStep_Migrate.inc:119 +msgid "Checking permissions on LDAP database" msgstr "" -#: setup/setup_config3.tpl:266 +#: setup/class_setupStep_Migrate.inc:125 #, fuzzy -msgid "Show PHP errors" -msgstr "Ошибка LDAP:" +msgid "Checking for invisible departments" +msgstr "Проверка поддержки gettext" -#: setup/setup_config3.tpl:278 +#: setup/class_setupStep_Migrate.inc:131 #, fuzzy -msgid "Maximum LDAP query time" -msgstr "Размер квоты" - -#: setup/setup_config3.tpl:296 -msgid "Log LDAP statistics" -msgstr "" +msgid "Checking for invisible users" +msgstr "Проверка поддержки gettext" -#: setup/setup_config3.tpl:308 +#: setup/class_setupStep_Migrate.inc:137 #, fuzzy -msgid "Debug level" -msgstr "Уровень информативности" +msgid "Checking for super administrator" +msgstr "Проверка дополнительных программ" -#: setup/setup_config3.tpl:313 setup/setup_config3.tpl:316 +#: setup/class_setupStep_Migrate.inc:143 #, fuzzy -msgid "Disabled" -msgstr "отключен" +msgid "Checking for users outside the people tree" +msgstr "Проверка модуля cups" -#: setup/setup_config3.tpl:314 setup/setup_config3.tpl:317 +#: setup/class_setupStep_Migrate.inc:149 #, fuzzy -msgid "Enabled" -msgstr "отключен" +msgid "Checking for groups outside the groups tree" +msgstr "Проверка модуля cups" -#: setup/class_setupStep_Welcome.inc:38 -#, fuzzy -msgid "Welcome" -msgstr "Добро пожаловать %s!" +#: setup/class_setupStep_Migrate.inc:155 +msgid "Checking for windows workstations outside the winstation tree" +msgstr "" -#: setup/class_setupStep_Welcome.inc:39 +#: setup/class_setupStep_Migrate.inc:161 #, fuzzy -msgid "The welcome message" -msgstr "Удалить" +msgid "Checking for duplicate uid numbers" +msgstr "Проверка поддержки gettext" -#: setup/class_setupStep_Welcome.inc:40 +#: setup/class_setupStep_Migrate.inc:167 #, fuzzy -msgid "Welcome to GOsa setup wizard" -msgstr "Добро пожаловать в раздел настройки GOsa!" +msgid "Checking for duplicate gid numbers" +msgstr "Проверка поддержки gettext" -#: setup/class_setupStep_Schema.inc:40 setup/class_setupStep_Schema.inc:41 +#: setup/class_setupStep_Migrate.inc:190 setup/class_setupStep_Migrate.inc:239 +#: setup/class_setupStep_Migrate.inc:301 setup/class_setupStep_Migrate.inc:362 +#: setup/class_setupStep_Migrate.inc:429 setup/class_setupStep_Migrate.inc:503 +#: setup/class_setupStep_Migrate.inc:588 setup/class_setupStep_Migrate.inc:718 +#: setup/class_setupStep_Migrate.inc:807 #, fuzzy -msgid "LDAP schema check" -msgstr "Сервер подкачки" +msgid "LDAP query failed" +msgstr "Невозможно выполнить запрос к базе данных!" -#: setup/class_setupStep_Schema.inc:42 -msgid "Perform test on your current LDAP schema" +#: setup/class_setupStep_Migrate.inc:191 setup/class_setupStep_Migrate.inc:240 +#: setup/class_setupStep_Migrate.inc:302 setup/class_setupStep_Migrate.inc:363 +#: setup/class_setupStep_Migrate.inc:430 setup/class_setupStep_Migrate.inc:504 +#: setup/class_setupStep_Migrate.inc:589 setup/class_setupStep_Migrate.inc:719 +#: setup/class_setupStep_Migrate.inc:808 +msgid "Possibly the 'root object' is missing." msgstr "" -#: setup/class_setupStep_Schema.inc:95 html/index.php:257 -msgid "Cannot detect information about the installed LDAP schema!" -msgstr "" +#: setup/class_setupStep_Migrate.inc:213 +#, fuzzy, php-format +msgid "Found %s duplicate values for attribute 'uidNumber'." +msgstr "Укажите корректный номер телефона." -#: setup/setup_checks.tpl:9 -msgid "PHP module and extension checks" -msgstr "" +#: setup/class_setupStep_Migrate.inc:262 +#, fuzzy, php-format +msgid "Found %s duplicate values for attribute 'gidNumber'." +msgstr "Укажите корректный номер телефона." -#: setup/setup_checks.tpl:41 setup/setup_checks.tpl:103 -msgid "GOsa will NOT run without fixing this." -msgstr "" +#: setup/class_setupStep_Migrate.inc:317 setup/class_setupStep_Migrate.inc:518 +#: setup/class_setupStep_Migrate.inc:531 setup/class_setupStep_Migrate.inc:881 +#: setup/class_setupStep_Migrate.inc:1612 +#: setup/class_setupStep_Migrate.inc:1625 +msgid "Failed" +msgstr "Ошибка" -#: setup/setup_checks.tpl:45 setup/setup_checks.tpl:107 -msgid "GOsa will run without fixing this." +#: setup/class_setupStep_Migrate.inc:319 +#, php-format +msgid "" +"Found %s winstations outside the predefined winstation department ou '%s'." msgstr "" -#: setup/setup_checks.tpl:67 +#: setup/class_setupStep_Migrate.inc:320 setup/class_setupStep_Migrate.inc:599 +#: setup/class_setupStep_Migrate.inc:728 #, fuzzy -msgid "PHP setup configuration" -msgstr "Базы данных" +msgid "Migrate" +msgstr "Дата" -#: setup/setup_checks.tpl:67 -#, fuzzy -msgid "show information" -msgstr "Личная информация" +#: setup/class_setupStep_Migrate.inc:387 +#, fuzzy, php-format +msgid "Found %s groups outside the configured tree '%s'." +msgstr "Вы собираетесь удалить объект %s." -#: setup/setup_finish.tpl:3 +#: setup/class_setupStep_Migrate.inc:388 setup/class_setupStep_Migrate.inc:463 #, fuzzy -msgid "Create your configuration file" -msgstr "Настроить" +msgid "Move" +msgstr "Режим" -#: setup/setup_finish.tpl:13 -#, fuzzy -msgid "Download configuration" -msgstr "Системная информация" +#: setup/class_setupStep_Migrate.inc:462 +#, php-format +msgid "Found %s user(s) outside the configured tree '%s'." +msgstr "" -#: setup/setup_finish.tpl:18 -#, fuzzy -msgid "Status: " -msgstr "Состояние" +#: setup/class_setupStep_Migrate.inc:520 setup/class_setupStep_Migrate.inc:533 +#, php-format +msgid "" +"The specified user '%s' does not have full access to your ldap database." +msgstr "" -#: setup/class_setupStep_Finish.inc:38 -#, fuzzy -msgid "Write configuration file" -msgstr "Настроить" +#: setup/class_setupStep_Migrate.inc:597 +#, php-format +msgid "Found %s user(s) that will not be visible in GOsa." +msgstr "" -#: setup/class_setupStep_Finish.inc:39 +#: setup/class_setupStep_Migrate.inc:647 setup/class_setupStep_Migrate.inc:779 +#: setup/class_setupStep_Migrate.inc:945 #, fuzzy -msgid "Finish - write the configuration file" -msgstr "Настроить" +msgid "Migration error" +msgstr "Дата" -#: setup/class_setupStep_Finish.inc:100 -msgid "" -"Your configuration file is currently world readable. Please updated the file " -"permissions!" -msgstr "" +#: setup/class_setupStep_Migrate.inc:647 setup/class_setupStep_Migrate.inc:779 +#, fuzzy, php-format +msgid "Cannot migrate department '%s':" +msgstr "Список подразделений" -#: setup/class_setupStep_Finish.inc:102 -#, fuzzy -msgid "The configuration is currently not readable or it does not exists." +#: setup/class_setupStep_Migrate.inc:727 +#, php-format +msgid "Found %s department(s) that will not be visible in GOsa." msgstr "" -"Не удается прочитать файл настройки GOsa %s/gosa.conf. Операция прервана." -#: setup/class_setupStep_Finish.inc:111 -#, 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:" +#: setup/class_setupStep_Migrate.inc:882 +msgid "There is no GOsa administrator account inside your LDAP." +msgstr "" + +#: setup/class_setupStep_Migrate.inc:945 +#, php-format +msgid "Cannot add ACL for user '%s':" msgstr "" -"Поместив файл gosa.conf в каталог /etc/gosa, убедитесь, что только " -"пользователь веб-сервера может его читать. Для этого вам, возможно, " -"понадобится выполнить следующие команды:" -#: setup/class_setupStep_Config2.inc:87 setup/class_setupStep_Config2.inc:88 +#: setup/class_setupStep_Migrate.inc:970 #, fuzzy -msgid "GOsa settings 2/3" -msgstr "Почтовые настройки пользователя" +msgid "Password error" +msgstr "Срок действия пароля истекает" -#: setup/class_setupStep_Config2.inc:89 +#: setup/class_setupStep_Migrate.inc:970 #, fuzzy -msgid "Customize special parameters" -msgstr "Изменить параметры" +msgid "Provided passwords do not match!" +msgstr "Введенные пароли не совпадают!" -#: include/functions_helpviewer.inc:43 -#, fuzzy, php-format -msgid "XML error in guide.xml: %s at line %d" -msgstr "Ошибка XML в gosa.conf: %s в строке %d" +#: setup/class_setupStep_Migrate.inc:975 +#, fuzzy +msgid "Input error" +msgstr "Ошибка LDAP:" -#: include/functions_helpviewer.inc:86 -msgid "No help available for this plugin." -msgstr "" +#: setup/class_setupStep_Migrate.inc:975 +#, fuzzy +msgid "Specify a valid user ID!" +msgstr "Введите корректное имя пользователя!" -#: include/functions_helpviewer.inc:95 html/helpviewer.php:196 -msgid "previous" +#: setup/class_setupStep_Migrate.inc:1019 +#, php-format +msgid "Adding an administrative user failed: object '%s' already exists!" msgstr "" -#: include/functions_helpviewer.inc:99 html/helpviewer.php:200 +#: setup/class_setupStep_Migrate.inc:1056 +#: setup/class_setupStep_Migrate.inc:1104 +#: setup/class_setupStep_Migrate.inc:1152 #, fuzzy -msgid "next" -msgstr "текст" +msgid "Cannot move users to the requested department!" +msgstr "Невозможно подключиться к серверу базы данных!" -#: include/functions_helpviewer.inc:387 -#, php-format -msgid "%s results for your search with the keyword %s" +#: setup/class_setupStep_Migrate.inc:1066 +msgid "Winstation will be moved from" msgstr "" -#: include/functions_helpviewer.inc:461 -#, php-format -msgid "%s%% hit rate in file %s" +#: setup/class_setupStep_Migrate.inc:1077 +#: setup/class_setupStep_Migrate.inc:1125 +msgid "Updating following references too" msgstr "" -#: include/class_tabs.inc:214 -#, php-format -msgid "Delete process has been canceled by plugin '%s': %s" +#: setup/class_setupStep_Migrate.inc:1115 +msgid "Group will be moved from" msgstr "" -#: include/class_tabs.inc:341 include/class_acl.inc:1092 -#: include/class_acl.inc:1093 include/class_acl.inc:1098 -msgid "ACL" -msgstr "Доступ" - -#: include/class_tabs.inc:344 -msgid "References" -msgstr "Ссылки" - -#: include/class_plugin.inc:436 -#, fuzzy, php-format -msgid "" -"Command '%s', specified as CHECK hook for plugin '%s' doesn't seem to exist." +#: setup/class_setupStep_Migrate.inc:1162 +msgid "User will be moved from" msgstr "" -"Не удается найти команду \"%s\", указанную в поле POSTCREATE модуля \"%s\"." -#: include/class_plugin.inc:490 -msgid "" -"The object has changed since opened in GOsa. Please ensure that nobody has " -"done serious changes that may get lost if you save this entry." +#: setup/class_setupStep_Migrate.inc:1172 +msgid "The following references will be updated" msgstr "" -#: include/class_plugin.inc:623 -#, php-format +#: setup/class_setupStep_Migrate.inc:1613 msgid "" -"Command '%s', specified as POSTCREATE for plugin '%s' doesn't seem to exist." +"The LDAP root object is missing. It is required to use your LDAP service." msgstr "" -"Не удается найти команду \"%s\", указанную в поле POSTCREATE модуля \"%s\"." -#: include/class_plugin.inc:655 include/functions.inc:2508 -#, fuzzy, php-format -msgid "" -"Command '%s', specified as POSTMODIFY for plugin '%s' doesn't seem to exist." -msgstr "" -"Не удается найти команду \"%s\", указанную в поле POSTREMOVE модуля \"%s\"." +#: setup/class_setupStep_Migrate.inc:1614 +#: setup/class_setupStep_Migrate.inc:1627 +#, fuzzy +msgid "Try to create root object" +msgstr "Объект группы" -#: include/class_plugin.inc:691 -#, php-format -msgid "" -"Command '%s', specified as POSTREMOVE for plugin '%s' doesn't seem to exist." +#: setup/class_setupStep_Migrate.inc:1626 +msgid "Root object couldn't be created, you should try it on your own." msgstr "" -"Не удается найти команду \"%s\", указанную в поле POSTREMOVE модуля \"%s\"." -#: include/class_plugin.inc:1080 include/class_plugin.inc:1127 -#: include/class_plugin.inc:1128 +#: setup/class_setupStep_Migrate.inc:1916 #, fuzzy, php-format -msgid "Saving object snapshot with dn '%s' failed." -msgstr "Моя учетная запись" +msgid "Copy '%s' to '%s' failed:" +msgstr "Ошибка при выполнении \"%s\"!" -#: include/class_plugin.inc:1154 include/class_plugin.inc:1166 -#, php-format -msgid "" -"The snapshot functionality is enabled, but the required variable '%s' is not " -"set." +#: setup/class_setupStep_Migrate.inc:1919 +msgid "Problem copying DNs" msgstr "" -#: include/class_plugin.inc:1202 -#, php-format -msgid "Method get available snapshots with dn '%s' failed." -msgstr "" +#: setup/setup_language.tpl:3 +#, fuzzy +msgid "Please select the preferred language" +msgstr "Язык по умолчанию" -#: include/class_plugin.inc:1258 -#, php-format -msgid "Method get deleted snapshots with dn '%s' failed." +#: 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 "" -#: include/class_plugin.inc:1322 include/class_plugin.inc:1336 -#, fuzzy, php-format -msgid "Restore snapshot with dn '%s' failed." -msgstr "Удалить приложения" +#: setup/setup_language.tpl:9 +#, fuzzy +msgid "Please select your preferred language here" +msgstr "Язык по умолчанию" -#: include/class_plugin.inc:1602 -msgid "Changing ACL dn" +#: setup/setup_config2.tpl:2 +msgid "Samba settings" +msgstr "Настройки Samba" + +#: setup/setup_config2.tpl:6 +msgid "Samba hash generator" msgstr "" -#: include/class_plugin.inc:1602 +#: setup/setup_config2.tpl:31 #, fuzzy -msgid "from" -msgstr "и" +msgid "RID base" +msgstr "Базы данных" -#: include/class_MultiSelectWindow.inc:219 +#: setup/setup_config2.tpl:46 #, fuzzy -msgid "Go to root department" -msgstr "Список подразделений" +msgid "Workstation container" +msgstr "Имя рабочий станции" -#: include/class_MultiSelectWindow.inc:219 -#: include/class_MultiSelectWindow.inc:221 +#: setup/setup_config2.tpl:61 #, fuzzy -msgid "Root" -msgstr "Перезагрузить" +msgid "Samba SID mapping" +msgstr "Samba" -#: include/class_MultiSelectWindow.inc:227 +#: setup/setup_config2.tpl:71 #, fuzzy -msgid "Go up one department" -msgstr "Подразделение" +msgid "Timezone" +msgstr "Мобильный" -#: include/class_MultiSelectWindow.inc:235 +#: setup/setup_config2.tpl:74 #, fuzzy -msgid "Go to users department" -msgstr "Выберите подразделение" +msgid "Please choose your preferred timezone here" +msgstr "Язык по умолчанию" -#: include/class_MultiSelectWindow.inc:235 -#: include/class_MultiSelectWindow.inc:237 +#: setup/setup_config2.tpl:96 #, fuzzy -msgid "Home" -msgstr "Имя системы" +msgid "Additional GOsa settings" +msgstr "Дополнительные записи в fstab" -#: include/class_MultiSelectWindow.inc:242 -msgid "Reload list" +#: setup/setup_config2.tpl:100 +msgid "Enable Copy & Paste" msgstr "" -#: include/class_MultiSelectWindow.inc:503 -#, php-format -msgid "Inconsistent DN encoding detected: '%s'" -msgstr "" +#: setup/setup_config2.tpl:112 +#, fuzzy +msgid "Enable DNS extension" +msgstr "Удалить параметры" -#: include/class_MultiSelectWindow.inc:622 -#: include/class_MultiSelectWindow.inc:626 -#: include/class_MultiSelectWindow.inc:630 +#: setup/setup_config2.tpl:124 #, fuzzy -msgid "Restore" -msgstr "Повторить" +msgid "Enable DHCP extension" +msgstr "Удалить параметры" -#: include/class_MultiSelectWindow.inc:625 -msgid "Restore snapshopts of already deleted objects" -msgstr "" +#: setup/setup_config2.tpl:136 +#, fuzzy +msgid "Enable mime type management" +msgstr "Управление системами" -#: include/class_MultiSelectWindow.inc:648 -#: include/class_SnapShotDialog.inc:113 -msgid "Restore snapshot" -msgstr "" +#: setup/setup_config2.tpl:148 +#, fuzzy +msgid "Enable FAI release management" +msgstr "Управление подразделениями" -#: include/class_MultiSelectWindow.inc:654 +#: setup/setup_config2.tpl:160 #, fuzzy -msgid "Create snapshot" -msgstr "Создать настройки запись эл. почты" +msgid "Enable user netatalk plugin" +msgstr "Создать телефонный аккаунт" -#: include/class_MultiSelectWindow.inc:654 +#: setup/setup_config2.tpl:171 #, fuzzy -msgid "Create a new snapshot from this object" -msgstr "Объект группы" +msgid "Government mode" +msgstr "в папку" -#: include/class_pluglist.inc:55 +#: setup/setup_config2.tpl:180 #, fuzzy -msgid "All objects in this category" -msgstr "Описание группы" +msgid "Mail settings" +msgstr "Почтовые настройки пользователя" -#: include/class_pluglist.inc:152 -msgid "The configuration format has changed. Please re-run setup!" +#: setup/setup_config2.tpl:184 +#, fuzzy +msgid "Mail method" +msgstr "Почтовые настройки" + +#: setup/setup_config2.tpl:200 +msgid "Account identification attribute" msgstr "" -#: include/class_certificate.inc:35 -msgid "Can't open specified file, check accessibility and or existence" +#: setup/setup_config2.tpl:214 +#, fuzzy +msgid "Vacation templates" +msgstr "Шаблон рабочей станции" + +#: setup/setup_config2.tpl:230 +msgid "Use Cyrus UNIX style" +msgstr "" + +#: setup/setup_config2.tpl:240 +#, fuzzy +msgid "Snapshots / Undo" +msgstr "Приложение" + +#: setup/setup_config2.tpl:249 setup/setup_config2.tpl:294 +#, fuzzy +msgid "Enable snapshots" +msgstr "Создать настройки запись эл. почты" + +#: setup/setup_config2.tpl:255 setup/setup_config2.tpl:300 +#, fuzzy +msgid "Snapshot base" +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 "" -#: include/class_certificate.inc:53 -msgid "Can't read specified certificate / or empty string given" +#: setup/setup_migrate.tpl:33 +#, fuzzy +msgid "Check again" +msgstr "Проверить" + +#: setup/setup_migrate.tpl:37 +msgid "Move windows workstations into a valid windows workstation department" msgstr "" -#: include/class_certificate.inc:80 -msgid "Can't load certificate, possibly unsupported format (use PEM/DER) " +#: setup/setup_migrate.tpl:39 +msgid "" +"This dialog allows you to move the displayed windows workstations into a " +"valid department" msgstr "" -#: include/class_certificate.inc:95 -msgid "The Format must be PEM, to output certificate informations" +#: setup/setup_migrate.tpl:41 +msgid "" +"Be careful with this tool, there may be references pointing to this " +"workstations that can't be migrated." msgstr "" -#: include/class_certificate.inc:192 +#: setup/setup_migrate.tpl:65 setup/setup_migrate.tpl:121 +#: setup/setup_migrate.tpl:173 setup/setup_migrate.tpl:293 +#: setup/setup_migrate.tpl:346 #, fuzzy -msgid "Can't create/open File" -msgstr "Невозможно импортиовать пустой файл" - -#: include/class_certificate.inc:199 -msgid "No valid certificate loaded" -msgstr "" +msgid "Select all" +msgstr "Удалить" -#: include/class_socketClient.inc:37 -msgid "The mcrypt module was not found. Please install php5-mcrypt." +#: setup/setup_migrate.tpl:67 +msgid "Move selected windows workstations into the following GOsa department" msgstr "" -#: include/class_SnapShotDialog.inc:63 -#, fuzzy, php-format -msgid "You're about to delete the snapshot '%s'." -msgstr "Вы собираетесь удалить группу \"%s\"." - -#: include/class_SnapShotDialog.inc:115 +#: setup/setup_migrate.tpl:72 #, fuzzy -msgid "Remove snapshot" -msgstr "Создать настройки запись эл. почты" +msgid "Move selected workstations" +msgstr "Выберите чтобы посмотреть рабочие станции" -#: include/class_SnapShotDialog.inc:117 include/class_SnapShotDialog.inc:137 -msgid "Y-m-d, H:i:s" +#: setup/setup_migrate.tpl:73 +msgid "What will be done here" msgstr "" -#: include/class_SnapShotDialog.inc:149 -#, fuzzy -msgid "Please specify a valid description for this snapshot." -msgstr "Укажите корректный номер телефона." +#: setup/setup_migrate.tpl:85 +msgid "Move groups into configured group tree" +msgstr "" -#: include/class_config.inc:104 -#, php-format -msgid "XML error in gosa.conf: %s at line %d" -msgstr "Ошибка XML в gosa.conf: %s в строке %d" +#: setup/setup_migrate.tpl:88 +msgid "" +"This dialog allows moving a couple of groups to the configured group tree. " +"Doing this may straighten your LDAP service." +msgstr "" -#: include/class_config.inc:107 -msgid "Config file parsing" +#: setup/setup_migrate.tpl:91 +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 "" -#: include/class_config.inc:224 html/index.php:243 -msgid "Can't bind to LDAP. Please contact the system administrator." +#: setup/setup_migrate.tpl:94 +msgid "Move selected groups into this group tree" msgstr "" -"Не удается начать сеанс на LDAP-сервере. Обратитесь к системному " -"администратору." -#: include/class_config.inc:554 +#: setup/setup_migrate.tpl:125 setup/setup_migrate.tpl:177 +#: setup/setup_migrate.tpl:297 setup/setup_migrate.tpl:350 #, fuzzy -msgid "SID and/or RIDBASE missing in the configuration!" -msgstr "В вашем файле настройки отсутствуют значения SID и/или RIDBASE!" +msgid "Hide changes" +msgstr "Удалить телефонный аккаунт" -#: include/class_log.inc:87 include/class_acl.inc:806 -#: include/functions.inc:437 include/functions.inc:582 -#: include/functions.inc:607 include/functions.inc:668 -#: include/functions.inc:981 include/functions.inc:1862 -#: include/functions.inc:1896 include/functions.inc:1916 -#: include/class_ldap.inc:561 include/class_ldap.inc:609 -#: include/class_CopyPasteHandler.inc:131 -#: include/class_CopyPasteHandler.inc:250 html/getvcard.php:36 +#: setup/setup_migrate.tpl:127 setup/setup_migrate.tpl:179 +#: setup/setup_migrate.tpl:299 setup/setup_migrate.tpl:352 #, fuzzy -msgid "Internal error" -msgstr "Терминал-сервер" +msgid "Show changes" +msgstr "Показать телефоны" -#: include/class_log.inc:87 -#, fuzzy, php-format -msgid "Logging failed: %s" -msgstr "Служба печати" +#: setup/setup_migrate.tpl:140 +msgid "Move users into configured user tree" +msgstr "" -#: include/class_log.inc:106 -msgid "Logging to MySQL disabled" +#: setup/setup_migrate.tpl:142 +msgid "" +"This dialog allows moving a couple of users to the configured user tree. " +"Doing this may straighten your LDAP service." msgstr "" -#: include/class_log.inc:106 +#: setup/setup_migrate.tpl:145 msgid "" -"The logging to a MySQL database is now disabled for this session of GOsa, " -"due to communication errors with the specified logging database." +"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 "" -#: include/class_log.inc:119 -#, fuzzy, php-format -msgid "Invalid option '%s' specified." -msgstr "Значение поля \"Имя\" содержит недопустимые символы." +#: setup/setup_migrate.tpl:148 +#, fuzzy +msgid "Move selected users into this people tree" +msgstr "Создать шаблон" -#: include/class_log.inc:123 +#: setup/setup_migrate.tpl:198 #, fuzzy -msgid "Specified objectType is empty or invalid" -msgstr "Указанное имя уже используется." +msgid "Next" +msgstr "текст" -#: include/class_log.inc:144 -msgid "" -"You have enabled the logging into mysql databse, but there are no logging " -"servers available." -msgstr "" +#: setup/setup_migrate.tpl:199 +#, fuzzy +msgid "Abort" +msgstr "Порт" -#: include/class_log.inc:152 -#, fuzzy, php-format -msgid "Cannot connect to logging server '%s'." -msgstr "Невозможно подключиться к серверу базы данных!" +#: setup/setup_migrate.tpl:201 +#, fuzzy +msgid "Create a new GOsa administrator account" +msgstr "Создать настройки запись эл. почты" -#: include/class_log.inc:157 -#, fuzzy, php-format -msgid "Cannot select database '%s' on server '%s': %s" -msgstr "Невозможно выбрать базу данных!" +#: setup/setup_migrate.tpl:204 +msgid "" +"This dialog will automatically add a new super administrator to your LDAP " +"tree." +msgstr "" -#: include/class_log.inc:177 -#, fuzzy, php-format -msgid "Cannot query database '%s' on server '%s': %s" -msgstr "Невозможно выбрать базу данных!" +#: setup/setup_migrate.tpl:233 +#, fuzzy +msgid "Password (again)" +msgstr "Хэширование паролей" -#: include/php_setup.inc:91 -msgid "Generating this page caused the PHP interpreter to raise some errors!" +#: setup/setup_migrate.tpl:258 +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 "" -#: include/php_setup.inc:96 -msgid "Send bug report to the GOsa Team" +#: setup/setup_migrate.tpl:259 setup/setup_migrate.tpl:314 +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 "" -#: include/php_setup.inc:96 -#, fuzzy -msgid "Send bugreport" -msgstr "Отправитель" - -#: include/php_setup.inc:101 +#: setup/setup_migrate.tpl:269 setup/setup_migrate.tpl:323 #, fuzzy -msgid "Toggle information" -msgstr "Личная информация" +msgid "Current" +msgstr "Текущий пароль" -#: include/php_setup.inc:111 +#: setup/setup_migrate.tpl:276 setup/setup_migrate.tpl:330 #, fuzzy -msgid "PHP error" -msgstr "Ошибка LDAP:" +msgid "After migration" +msgstr "Управление пользователями" -#: include/php_setup.inc:130 -msgid "class" +#: setup/setup_migrate.tpl:313 +msgid "" +"The listed users are currenlty invisble 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 "" -#: include/php_setup.inc:136 +#: html/getvcard.php:37 #, fuzzy -msgid "function" -msgstr "Действие" +msgid "Missing parameters!" +msgstr "Приложение" -#: include/php_setup.inc:141 +#: html/setup.php:78 html/index.php:155 #, fuzzy -msgid "static" -msgstr "Состояние" +msgid "Smarty" +msgstr "Запуск" -#: include/php_setup.inc:145 -#, fuzzy -msgid "method" -msgstr "Почтовые настройки" +#: html/setup.php:78 html/password.php:76 html/index.php:155 +#, fuzzy, php-format +msgid "Directory '%s' specified as compile directory is not accessible!" +msgstr "Недоступен каталог \"%s\", указанный как каталог компиляции!" -#: include/php_setup.inc:178 -msgid "Trace" +#: html/password.php:56 html/index.php:130 +#, fuzzy, php-format +msgid "GOsa configuration %s/%s is not readable. Aborted." msgstr "" +"Не удается прочитать файл настройки GOsa %s/gosa.conf. Операция прервана." -#: include/php_setup.inc:179 +#: html/password.php:76 #, fuzzy -msgid "File" -msgstr "Файлы" +msgid "Accessibility" +msgstr "Настроить" -#: include/php_setup.inc:179 -#, fuzzy -msgid "Line" -msgstr "в" +#: html/password.php:161 +msgid "Error: Password method not available!" +msgstr "" -#: include/php_setup.inc:179 -msgid "Type" -msgstr "Тип" +#: html/password.php:217 html/index.php:292 +msgid "Please specify a valid username!" +msgstr "Введите корректное имя пользователя!" -#: include/php_setup.inc:180 -#, fuzzy -msgid "Arguments" -msgstr "подразделения" +#: html/password.php:219 html/index.php:295 +msgid "Please specify your password!" +msgstr "Введите свой пароль!" -#: include/class_acl.inc:6 -#, fuzzy -msgid "Access control" -msgstr "Параметры доступа" +#: html/password.php:226 html/index.php:314 +msgid "Please check the username/password combination." +msgstr "Проверьте, правильно ли вы ввели имя пользователя и пароль." -#: include/class_acl.inc:190 include/class_acl.inc:193 -msgid "Use ACL defined in role" -msgstr "" +#: html/password.php:230 +msgid "You have no permissions to change your password." +msgstr "У вас недостаточно прав для смены своего пароля." -#: include/class_acl.inc:645 include/class_acl.inc:652 -#, fuzzy -msgid "Show/Hide Advanced Settings" -msgstr "Настройки телефона" +#: html/password.php:251 +msgid "External password changer reported a problem: " +msgstr "При попытке сменить пароль извне возникла проблема: " -#: include/class_acl.inc:670 -#, fuzzy -msgid "Create objects" -msgstr "Объект группы" +#: html/password.php:282 html/index.php:408 +msgid "Session will not be encrypted." +msgstr "Данные, передаваемые в течение этого сеанса, не будут зашифрованы." + +#: html/password.php:282 html/index.php:408 +msgid "Enter SSL session" +msgstr "Использовать шифрование SSL" + +#: html/getxls.php:86 +msgid "Birthday" +msgstr "" -#: include/class_acl.inc:671 +#: html/getxls.php:86 html/getxls.php:227 html/getxls.php:281 +#: html/getxls.php:297 #, fuzzy -msgid "Move objects" -msgstr "Включаемые объекты" +msgid "Surname" +msgstr "Имя сервера" -#: include/class_acl.inc:672 -#, fuzzy -msgid "Remove objects" -msgstr "Включаемые объекты" +#: html/getxls.php:86 html/getxls.php:281 +msgid "Language" +msgstr "Язык" -#: include/class_acl.inc:674 include/class_acl.inc:680 -msgid "Modifyable by owner" -msgstr "" +#: html/getxls.php:94 +#, fuzzy, php-format +msgid "User list of %s on %s" +msgstr "Список пользователей" -#: include/class_acl.inc:677 +#: html/getxls.php:121 html/getxls.php:284 ihtml/themes/default/acl.tpl:41 #, fuzzy -msgid "Move object" +msgid "Members" msgstr "Включаемые объекты" -#: include/class_acl.inc:678 -#, fuzzy -msgid "Remove object" -msgstr "Включаемые объекты" +#: html/getxls.php:131 html/getxls.php:360 +#, fuzzy, php-format +msgid "Groups of %s on %s" +msgstr "Группа пользователя" -#: include/class_acl.inc:685 include/class_acl.inc:776 -msgid "read" -msgstr "чтение" +#: html/getxls.php:155 html/getxls.php:188 html/getxls.php:190 +#: html/getxls.php:197 html/getxls.php:233 html/getxls.php:310 +#: html/getxls.php:381 +msgid "Servers" +msgstr "Серверы" -#: include/class_acl.inc:686 include/class_acl.inc:778 -msgid "write" -msgstr "запись" +#: html/getxls.php:159 html/getxls.php:311 +#, fuzzy +msgid "Computers" +msgstr "не полный" -#: include/class_acl.inc:690 +#: html/getxls.php:169 html/getxls.php:222 html/getxls.php:401 +#: html/getxls.php:421 #, fuzzy -msgid "Complete object" -msgstr "Включаемые объекты" +msgid "Common name" +msgstr "Местоположение" -#: include/class_acl.inc:806 -#, php-format -msgid "Unkown ACL type '%s'. Don't know how to handle it." -msgstr "" +#: html/getxls.php:185 +msgid "Server name" +msgstr "Имя сервера" -#: include/class_acl.inc:849 +#: html/getxls.php:195 html/getxls.php:379 #, fuzzy, php-format -msgid "Unknown entry '%s'!" -msgstr "состояние неизвестно" +msgid "Servers of %s on %s" +msgstr "Серверы" -#: include/class_acl.inc:909 include/class_acl.inc:911 -#, fuzzy, php-format -msgid "Role: %s" -msgstr "Роль" +#: html/getxls.php:222 html/getxls.php:297 +msgid "Display name" +msgstr "Отображаемое имя" -#: include/class_acl.inc:911 -msgid "Unknown role, possibly removed" -msgstr "" +#: html/getxls.php:223 +msgid "Home phone" +msgstr "Домашний телефон" -#: include/class_acl.inc:919 -#, fuzzy, php-format -msgid "Contains settings for these objects: %s" -msgstr "Описание группы" +#: html/getxls.php:224 html/getxls.php:298 +msgid "Initials" +msgstr "Отчество" -#: include/class_acl.inc:928 +#: html/getxls.php:225 #, fuzzy -msgid "Members:" -msgstr "Включаемые объекты" +msgid "Mobile phone" +msgstr "Домашний телефон" -#: include/class_acl.inc:934 -msgid "ACL is valid for all users" -msgstr "" +#: html/getxls.php:225 html/getxls.php:298 +msgid "City" +msgstr "Город" -#: include/class_acl.inc:1093 +#: html/getxls.php:226 html/getxls.php:298 html/getxls.php:300 #, fuzzy -msgid "Access control list" -msgstr "Параметры доступа" +msgid "Phone number" +msgstr "Телефонные номера" -#: include/class_acl.inc:1101 +#: html/getxls.php:228 #, fuzzy -msgid "Role name" -msgstr "Имя сервера" +msgid "Function" +msgstr "Действие" -#: include/class_acl.inc:1102 +#: html/getxls.php:231 html/getxls.php:312 #, fuzzy -msgid "Role description" -msgstr "Описание подразделения" - -#: include/class_msg_dialog.inc:91 -msgid "Please fix the above error and reload the page." -msgstr "" - -#: include/class_hostActionQueue.inc:68 include/class_hostActionQueue.inc:193 -#, fuzzy, php-format -msgid "Can't locate gotomasses queue file '%s'." -msgstr "Удалить" - -#: include/class_hostActionQueue.inc:72 -#, fuzzy, php-format -msgid "Can't read gotomasses queue file '%s'." -msgstr "Удалить" - -#: include/class_hostActionQueue.inc:79 -#, fuzzy, php-format -msgid "Can't read gotomasses storage file '%s'." -msgstr "Удалить" - -#: include/class_hostActionQueue.inc:142 -msgid "Entry broken, skipped." -msgstr "" +msgid "Adressbook" +msgstr "Адресная книга" -#: include/class_hostActionQueue.inc:197 include/class_hostActionQueue.inc:206 +#: html/getxls.php:238 html/getxls.php:414 #, fuzzy, php-format -msgid "Can't write gotomasses queue file '%s'." -msgstr "Удалить" +msgid "Adressbook of %s on %s" +msgstr "Адресная книга" -#: include/class_hostActionQueue.inc:201 -msgid "The queue file was modified since last reload. Can't save changes." -msgstr "" +#: html/getxls.php:244 +#, fuzzy +msgid "Common Name" +msgstr "Местоположение" -#: include/class_hostActionQueue.inc:276 -#, fuzzy, php-format -msgid "Entry with id '%s' not found." -msgstr "Показать подразделения" +#: html/getxls.php:281 +#, fuzzy +msgid "Day of birth" +msgstr "Дата рождения" -#: include/class_hostActionQueue.inc:286 -#, php-format -msgid "Could not update entry, entry with id '%s' not found." -msgstr "" +#: html/getxls.php:299 +#, fuzzy +msgid "Email address" +msgstr "Основной адрес" -#: include/class_hostActionQueue.inc:297 -#, php-format -msgid "Could not remove entry, entry with id '%s' not found." -msgstr "" +#: html/getxls.php:299 +#, fuzzy +msgid "Organizational unit" +msgstr "Организация" -#: include/class_hostActionQueue.inc:371 include/class_hostActionQueue.inc:389 -#: include/class_hostActionQueue.inc:420 include/class_hostActionQueue.inc:455 -#, php-format -msgid "Can't set priority for ID '%s'. ID does not exist." -msgstr "" +#: html/getxls.php:300 +#, fuzzy +msgid "Postal Code" +msgstr "Почтовый индекс" -#: include/functions.inc:98 -#, php-format -msgid "Fatal error: no class locations defined - please run '%s' to fix this" -msgstr "" +#: html/getxls.php:301 +#, fuzzy +msgid "Title" +msgstr "Файлы" -#: include/functions.inc:105 -#, php-format -msgid "Fatal error: cannot instantiate class '%s' - execution aborted" +#: html/getxls.php:304 +msgid "Full" msgstr "" -#: include/functions.inc:305 -#, fuzzy, php-format -msgid "FATAL: Error when connecting the LDAP. Server said '%s'." -msgstr "Ошибка при подключении к LDAP-серверу. Ответ сервера: \"%s\"." - -#: include/functions.inc:331 include/functions.inc:358 -#: include/functions.inc:396 +#: html/getxls.php:341 #, fuzzy, php-format -msgid "User login failed." -msgstr "Ошибка при регистрации. Ответ сервера: \"%s\"." +msgid "User List of %s on %s" +msgstr "Список пользователей" -#: include/functions.inc:331 include/functions.inc:358 -#: include/functions.inc:396 include/functions.inc:592 -#: include/functions.inc:607 include/functions.inc:639 -#: include/functions.inc:678 include/functions.inc:723 -#: include/functions.inc:2490 +#: html/getxls.php:395 #, fuzzy, php-format -msgid "LDAP server returned: %s" -msgstr "LDAP-сервер" +msgid "Computers of %s on %s" +msgstr "не полный" -#: include/functions.inc:367 include/functions.inc:437 +#: html/getxls.php:491 html/getldif.php:80 #, fuzzy -msgid "" -"Username / UID is not unique inside the LDAP tree. Please contact your " -"Administrator." -msgstr "" -"Имя/идентификатор пользователя не уникальны. Проверьте свою базу данных LDAP." +msgid "Permission denied!" +msgstr "Права для членов группы" -#: include/functions.inc:582 include/functions.inc:668 -msgid "Error while adding a lock. Contact the developers!" -msgstr "" +#: html/getxls.php:491 +#, fuzzy +msgid "You are not allowed to perform this action." +msgstr "У вас недостаточно прав для удаления этой группы!" -#: include/functions.inc:592 -#, fuzzy, php-format -msgid "" -"Cannot create locking information in LDAP tree. Please contact your " -"administrator!" +#: html/helpviewer.php:68 +msgid "Help browser" msgstr "" -"Не удается считать блокировку в базе данных LDAP. Проверьте, раздел \"config" -"\" в файле gosa.conf!" -#: include/functions.inc:607 -#, fuzzy, php-format -msgid "Adding a lock failed." -msgstr "Ошибка при создании блокировки. Ответ сервера: \"%s\"." +#: html/helpviewer.php:122 +#, fuzzy +msgid "There is no helpfile specified for this class" +msgstr "Метод '%s' не описан в вашем файле конфигурации." -#: include/functions.inc:639 -#, fuzzy, php-format -msgid "Removing a lock failed." -msgstr "Удалить приложения" +#: html/helpviewer.php:271 +#, php-format +msgid "Helpdir '%s' is not accessible, can't read any helpfiles." +msgstr "" -#: include/functions.inc:678 include/functions.inc:723 -#, fuzzy, php-format -msgid "Cannot get locking information from LDAP tree!" -msgstr "Не удается создать квоту IMAP. Ответ сервера: \"%s\"." +#: html/getldif.php:80 +#, fuzzy +msgid "You are not allowed to create ldap dumps." +msgstr "Вам не разрешено менять пароль." -#: include/functions.inc:686 +#: html/getldif.php:105 #, fuzzy -msgid "" -"Found multiple locks for object to be locked. This should not happen - " -"cleaning up multiple references." -msgstr "" -"Для блокируемого объекта обнаружено несколько блокировок. Этого быть не " -"должно, проверьте работу LDAP." +msgid "Error in ivbb parameter!" +msgstr "Изменить параметры" -#: include/functions.inc:909 -#, php-format -msgid "The size limit of %d entries is exceed!" -msgstr "Найдено более %d объектов." +#: html/getfax.php:54 +msgid "Could not connect to database server!" +msgstr "Невозможно подключиться к серверу базы данных!" + +#: html/getfax.php:56 +msgid "Could not select database!" +msgstr "Невозможно выбрать базу данных!" + +#: html/getfax.php:61 html/getfax.php:69 +msgid "Database query failed!" +msgstr "Невозможно выполнить запрос к базе данных!" -#: include/functions.inc:911 +#: html/main.php:150 #, php-format -msgid "" -"Set the new size limit to %s and show me this message if the limit still " -"exceeds" +msgid "Cannot locate file '%s' - please run '%s' to fix this" msgstr "" -"Установить новое значение лимита в %s и показать мне это сообщение если " -"лимит будет исчерпан." - -#: include/functions.inc:928 -msgid "incomplete" -msgstr "не полный" -#: include/functions.inc:1164 include/functions.inc:1295 -msgid "LDAP error:" -msgstr "Ошибка LDAP:" +#: html/main.php:168 +#, fuzzy +msgid "PHP configuration" +msgstr "Базы данных" -#: include/functions.inc:1165 +#: html/main.php:169 +#, fuzzy msgid "" -"Problems with the LDAP server mean that you probably lost the last changes. " -"Please check your LDAP setup for possible errors and try again." +"FATAL: Register globals is on. GOsa will refuse to login unless this is " +"fixed by an administrator." msgstr "" +"Используется механизм register_globals. GOsa не допустит пользователей в " +"систему, пока он не будет отключен администратором." -#: include/functions.inc:1171 -msgid "" -"Please check your input and fix the error. Press 'OK' to close this message " -"box." +#: html/main.php:214 +#, fuzzy +msgid "Configuration warning" +msgstr "Настроить" + +#: html/main.php:214 +msgid "Running out of memory!" msgstr "" -#: include/functions.inc:1236 +#: html/main.php:353 #, fuzzy -msgid "Continue anyway" -msgstr "Продолжить" +msgid "Password reminder" +msgstr "Срок действия пароля истекает" -#: include/functions.inc:1238 +#: html/main.php:353 #, fuzzy -msgid "Edit anyway" -msgstr "Редактиовать объект" +msgid "Your password is about to expire, please change your password!" +msgstr "У вас недостаточно прав для смены своего пароля." + +#: html/main.php:362 +#, fuzzy +msgid "Plugin" +msgstr "в" -#: include/functions.inc:1240 +#: html/main.php:363 #, fuzzy, php-format -msgid "You're going to edit the LDAP entry/entries '%s'" -msgstr "Вы собираетесь удалить объект %s." +msgid "FATAL: Can't find any plugin definitions for plugin '%s'!" +msgstr "Не удается найти определение для модуля \"%s\"!" -#: include/functions.inc:1298 -#, php-format -msgid "Plugin '%s':%s" +#: html/index.php:50 +#, fuzzy +msgid "Session is not encrypted!" +msgstr "Данные, передаваемые в течение этого сеанса, не будут зашифрованы." + +#: html/index.php:57 +msgid "" +"The session lifetime configured in your gosa.conf will be overridden by php." +"ini settings." msgstr "" -#: include/functions.inc:1459 -msgid "Entries per page" +#: html/index.php:130 +#, fuzzy +msgid "Configuration accessibility" +msgstr "Настроить" + +#: html/index.php:206 +msgid "There is a problem with the authentication setup!" msgstr "" -#: include/functions.inc:1487 -msgid "Apply filter" +#: html/index.php:214 +msgid "Cannot find a valid user for the current authentication setup!" msgstr "" -#: include/functions.inc:1739 -msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" -msgstr "*АБВГДЕЁЖЗИЙКЛМНОПРСТУФХЦЧШЩЫЭЮЯ0123456789" +#: html/index.php:218 +msgid "User information is not unique accross the configured LDAP trees!" +msgstr "" -#: include/functions.inc:1783 -#, php-format -msgid "GOsa development snapshot (Rev %s)" +#: html/index.php:244 +msgid "Can't bind to LDAP. Please contact the system administrator." msgstr "" +"Не удается начать сеанс на LDAP-сервере. Обратитесь к системному " +"администратору." -#: include/functions.inc:1862 -#, php-format -msgid "File '%s' could not be deleted." +#: html/index.php:271 +msgid "Your ldap setup contains old schema definitions:" msgstr "" -#: include/functions.inc:1896 include/functions.inc:1916 +#: html/index.php:307 #, fuzzy -msgid "Cannot write to revision file!" -msgstr "Удалить" +msgid "Authentication error" +msgstr "Рабочая станция Windows" -#: include/functions.inc:2158 include/functions.inc:2162 -#: include/functions.inc:2168 -msgid "'base_hook' is not available. Using default base." +#: html/index.php:307 +msgid "Cannot retrieve user information for htaccess authentication!" msgstr "" -#: include/functions.inc:2190 -#, fuzzy -msgid "LDAP warning" -msgstr "Экспорт в LDIF" - -#: include/functions.inc:2190 +#: html/index.php:363 #, fuzzy -msgid "Cannot get schema information from server. No schema check possible!" -msgstr "Не удается получить информацию о схемах. Проверка схем невозможна!" - -#: include/functions.inc:2216 -msgid "Used to store account specific informations." +msgid "Account locked. Please contact your system administrator." msgstr "" +"Не удается начать сеанс на LDAP-сервере. Обратитесь к системному " +"администратору." -#: include/functions.inc:2223 +#: html/index.php:414 msgid "" -"Used to lock currently edited entries to avoid multiple changes at the same " -"time." +"Your browser has cookies disabled. Please enable cookies and reload this " +"page before logging in!" msgstr "" -#: include/functions.inc:2266 -#, fuzzy, php-format -msgid "Missing required object class '%s'!" -msgstr "Список подразделений" - -#: include/functions.inc:2268 -#, php-format -msgid "Missing optional object class '%s'!" +#: ihtml/themes/default/copyPasteDialog.tpl:1 +msgid "Copy & paste wizard" msgstr "" -#: include/functions.inc:2274 -#, php-format -msgid "Version mismatch for required object class '%s' (!=%s)!" +#: ihtml/themes/default/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 "" -#: include/functions.inc:2276 -#, php-format -msgid "Version mismatch for optional object class '%s' (!=%s)!" +#: ihtml/themes/default/copyPasteDialog.tpl:9 +msgid "Remember that some properties like taken snapshots will not be copied!" msgstr "" -#: include/functions.inc:2280 -#, php-format -msgid "Class(es) available" +#: 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 "" -#: include/functions.inc:2302 -msgid "" -"You have enabled the rfc2307bis option on the 'ldap setup' step, but your " -"schema configuration do not support this option." +#: ihtml/themes/default/copyPasteDialog.tpl:24 +#, fuzzy +msgid "Cancel all" +msgstr "Отмена" + +#: ihtml/themes/default/copyPasteDialog.tpl:30 +#, fuzzy +msgid "Operation complete" +msgstr "не полный" + +#: ihtml/themes/default/help.tpl:9 +msgid "GOsa help viewer" msgstr "" -#: include/functions.inc:2303 -msgid "" -"In order to use rfc2307bis conform groups the objectClass 'posixGroup' must " -"be AUXILIARY" +#: ihtml/themes/default/help.tpl:15 +msgid "Index" msgstr "" -#: include/functions.inc:2307 +#: ihtml/themes/default/islocked.tpl:2 +msgid "Locking conflict detected" +msgstr "Конфликт блокировок" + +#: ihtml/themes/default/islocked.tpl:9 +#, fuzzy msgid "" -"You have disabled the rfc2307bis option on the 'ldap setup' step, but your " -"schema configuration do not support this option." +"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 "" +"Если результат этой проверки блокировки - ложь, очевидно, другой человек " +"закрыл браузер во время редактирования данных. Вы можете удалить файл " +"блокировки, нажав на кнопку Удалить." -#: include/functions.inc:2308 -msgid "The objectClass 'posixGroup' must be STRUCTURAL" -msgstr "" +#: ihtml/themes/default/framework.tpl:8 ihtml/themes/default/framework.tpl:11 +msgid "Main" +msgstr "Начало" -#: include/functions.inc:2331 -msgid "German" -msgstr "Немецкий" +#: ihtml/themes/default/framework.tpl:16 +msgid "Help" +msgstr "Справка" -#: include/functions.inc:2332 -msgid "French" -msgstr "Французский" +#: ihtml/themes/default/framework.tpl:21 ihtml/themes/default/framework.tpl:25 +msgid "Sign out" +msgstr "Выход" -#: include/functions.inc:2333 -msgid "Italian" -msgstr "" +#: ihtml/themes/default/framework.tpl:29 +msgid "Signed in:" +msgstr "Пользователь:" -#: include/functions.inc:2334 -msgid "Spanish" -msgstr "Испанский" +#: ihtml/themes/default/framework.tpl:32 +msgid "GOsa main menu" +msgstr "" -#: include/functions.inc:2335 -msgid "English" -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 не сможет отменить " +"результаты этой операции." -#: include/functions.inc:2336 -msgid "Dutch" -msgstr "Датский" +#: ihtml/themes/default/acl.tpl:15 +msgid "Use members from" +msgstr "" -#: include/functions.inc:2337 +#: ihtml/themes/default/acl.tpl:29 #, fuzzy -msgid "Polish" -msgstr "Английский" +msgid "Available members" +msgstr "Доступные приложения" -#: include/functions.inc:2338 -msgid "Swedish" +#: ihtml/themes/default/acl.tpl:63 +msgid "ACLs for this object" msgstr "" -#: include/functions.inc:2339 +#: ihtml/themes/default/acl.tpl:69 #, fuzzy -msgid "Chinese" -msgstr "сброс" - -#: include/functions.inc:2340 -msgid "Russian" -msgstr "Русский" +msgid "Available roles" +msgstr "Доступные приложения" -#: include/functions.inc:2490 -#, fuzzy, php-format -msgid "Setting the password failed!" -msgstr "Ошибка при установке пароля. Ответ LDAP-сервера: \"%s\"." +#: ihtml/themes/default/conflict.tpl:2 +msgid "Session conflict detected" +msgstr "Конфликт сеансов" -#: include/functions.inc:2528 +#: ihtml/themes/default/conflict.tpl:6 #, fuzzy msgid "" -"Setting for SMBHASH in gosa.conf is incorrect! Cannot change Samba password." +"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 "" -"Параметр SMBHASH в gosa.conf некорректен! Не удается сменить пароль Samba." +"Возможно, есть еще один экземпляр вашего сеанса. Работа с несколькими окнами " +"одновременно технически невозможна и в значительной мере зависит от " +"используемого браузера. Использование разных браузеров одновременно " +"(например, IE и Mozilla) возможно. Нажав на кнопку Выход, вы " +"завершите текущий сеанс." -#: include/class_ldap.inc:204 include/class_ldap.inc:236 -msgid "Performance warning" +#: ihtml/themes/default/conflict.tpl:10 +msgid "" +"Ignoring this message will change/destroy the data you're currently editing, " +"so please close multiple windows and log in again." msgstr "" +"Если вы ничего не предпримете, редактируемые вами данные не будут сохранены, " +"поэтому закройте все окна, кроме одного, и начните сеанс заново." + +#: ihtml/themes/default/conflict.tpl:14 +msgid "Logout" +msgstr "Выход" + +#: ihtml/themes/default/password.tpl:6 +#, fuzzy +msgid "Change your password" +msgstr "Сменить пароль" + +#: ihtml/themes/default/password.tpl:34 +#, fuzzy +msgid "Success" +msgstr "Экспорт успешен." -#: include/class_ldap.inc:204 include/class_ldap.inc:236 -#, php-format -msgid "LDAP performance is poor: last query took about %.2fs!" +#: ihtml/themes/default/password.tpl:34 +msgid "Your password has been changed successfully." msgstr "" -#: include/class_ldap.inc:561 -#, php-format +#: ihtml/themes/default/password.tpl:52 msgid "" -"Cannot automatically create subtrees with RDN '%s': no object class found" +"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 "" -#: include/class_ldap.inc:609 -#, php-format -msgid "Cannot automatically create subtrees with RDN '%s': not supported" -msgstr "" +#: ihtml/themes/default/password.tpl:59 ihtml/themes/default/password.tpl:61 +#: ihtml/themes/default/login.tpl:50 ihtml/themes/default/login.tpl:51 +msgid "Directory" +msgstr "Каталог" -#: include/class_ldap.inc:617 -#, fuzzy, php-format -msgid "Creating subtree '%s' failed." -msgstr "Объект группы" +#: ihtml/themes/default/password.tpl:85 +#, fuzzy +msgid "again" +msgstr "Начало" -#: include/class_ldap.inc:686 -#, php-format -msgid "while operating on '%s' using LDAP server '%s'" -msgstr "" +#: ihtml/themes/default/password.tpl:86 +#, fuzzy +msgid "New password repeated" +msgstr "Новый пароль" -#: include/class_ldap.inc:688 -#, fuzzy, php-format -msgid "while operating on LDAP server %s" -msgstr "Ошибка при подключении к LDAP-серверу. Ответ сервера: \"%s\"." +#: ihtml/themes/default/password.tpl:100 +#, fuzzy +msgid "Change" +msgstr "Канал" -#: include/class_ldap.inc:910 -#, php-format -msgid "" -"This is not a valid DN: '%s'. A block for import should begin with 'dn: ...' " -"in line %s" -msgstr "" +#: ihtml/themes/default/password.tpl:101 +#, fuzzy +msgid "Click here to change your password" +msgstr "У вас недостаточно прав для смены своего пароля." -#: include/class_ldap.inc:939 -#, php-format -msgid "Error while importing dn: '%s', please check your LDIF from line %s on!" +#: ihtml/themes/default/login.tpl:9 +msgid "GOsa login screen" msgstr "" -#: include/class_ldap.inc:1075 -#, fuzzy, php-format -msgid "Ldap import with dn '%s' failed." -msgstr "Показать подразделения" - -#: include/class_CopyPasteHandler.inc:90 -#, php-format -msgid "Cannot cleanup copy & paste queue: setting permissions for '%s' failed!" -msgstr "" +#: ihtml/themes/default/login.tpl:25 +#, fuzzy +msgid "Login screen" +msgstr "Служба печати" -#: include/class_CopyPasteHandler.inc:98 -#, php-format -msgid "Cannot cleanup copy & paste queue: no write permission inside '%s'!" +#: ihtml/themes/default/login.tpl:32 +#, fuzzy +msgid "" +"Please use your username and your password to log into the site " +"administration system." msgstr "" +"Чтобы войти в систему
введите свои имя пользователя и пароль." -#: include/class_CopyPasteHandler.inc:130 -#, php-format -msgid "Copy and paste failed: object '%s' is not a valid ldap object!" -msgstr "" +#: ihtml/themes/default/login.tpl:76 ihtml/themes/default/login.tpl:79 +msgid "Sign in" +msgstr "Войти" -#: include/class_CopyPasteHandler.inc:147 -#, php-format -msgid "Cannot save LDAP dump: no write permission inside '%s'!" -msgstr "" +#: ihtml/themes/default/login.tpl:77 +msgid "Click here to log in" +msgstr "Нажмите на эту кнопку, чтобы войти в систему" -#: include/class_CopyPasteHandler.inc:155 -#, php-format -msgid "Cannot save LDAP dump: setting permissions for '%s' failed!" +#: ihtml/themes/default/logout.tpl:5 +msgid "Your GOsa session has expired!" msgstr "" -#: include/class_CopyPasteHandler.inc:164 -#, php-format -msgid "Cannot save LDAP dump: no write permission to '%s/%s'!" +#: ihtml/themes/default/logout.tpl:7 +msgid "" +"The last interaction with the GOsa web interface has been some time ago in " +"the past. For security reasons, the session has been closed. To continue " +"with administrative tasks, please sign in again." msgstr "" -#: include/class_CopyPasteHandler.inc:249 -#, fuzzy, php-format -msgid "Cannot load dumped file '%s'!" -msgstr "Удалить" - -#: include/class_CopyPasteHandler.inc:274 -#, fuzzy, php-format -msgid "You have no permission to save object '%s'." -msgstr "У вас недостаточно прав для создания телефонов в этой ветке." +#: ihtml/themes/default/logout.tpl:10 +#, fuzzy +msgid "Sign in again" +msgstr "Войти" -#: include/class_CopyPasteHandler.inc:302 -#, fuzzy, php-format -msgid "You are going to paste the cutted entry '%s'." -msgstr "Вы собираетесь удалить объект %s." +#: 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 "" +"Ограничение на количество возвращаемых объектов позволяет ускорить операции " +"поиска и предохраняет сервер LDAP от большой нагрузки. Простейший способ " +"снизить время обработки запроса при обслуживаии большой базы данных это " +"установить минимальное значение. Кроме того, будет очень полезно " +"использовать фильтры для просмотра только ограниченного количества объектов." -#: include/class_CopyPasteHandler.inc:315 -#, fuzzy, php-format -msgid "You have no permission to copy and paste object '%s'!" -msgstr "У вас недостаточно прав для создания пользователя в этой ветке." +#: ihtml/themes/default/sizelimit.tpl:6 +msgid "Please choose the way to react for this session" +msgstr "Выберите тип реакции для данной сессии" -#: include/class_CopyPasteHandler.inc:336 -#, fuzzy, php-format -msgid "You are going to paste the copied entry '%s'." -msgstr "Вы собираетесь удалить объект %s." +#: ihtml/themes/default/sizelimit.tpl:9 +msgid "ignore this error and show all entries the LDAP server returns" +msgstr "игнорировать ошибку и показать все найденые объекты" -#: include/class_CopyPasteHandler.inc:437 +#: ihtml/themes/default/sizelimit.tpl:10 #, fuzzy -msgid "Can't paste" -msgstr "Создать телефонный аккаунт" +msgid "" +"ignore this error and show all entries that fit into the defined sizelimit " +"and let me use filters instead" +msgstr "" +"Игнорировать ошибку и показать все возвращаемые объекты в пределах лимита и " +"позволить использовать фильтры" -#: include/password-methods/class_password-methods-sha.inc:46 -#: include/password-methods/class_password-methods-ssha.inc:51 -#, php-format -msgid "Cannot use %s encryption: no PHP functions for sha1/mhash available" +#: ihtml/themes/default/logout-close.tpl:5 +msgid "Your GOsa session has been closed!" msgstr "" -#: include/utils/class_timezone.inc:51 -#, php-format +#: ihtml/themes/default/logout-close.tpl:7 msgid "" -"The timezone setting '%s' in your gosa.conf is not valid. Cannot calculate " -"correct timezone offest." +"Please close this browser window and clean the authentication caches to " +"avoid an automatic re-authentication by your browser." msgstr "" -#: include/class_multi_plug.inc:360 +#: ihtml/themes/default/accountexpired.tpl:15 +msgid "Your Password has expired !! Choose a new Password" +msgstr "" + +#: ihtml/themes/default/accountexpired.tpl:23 +#: ihtml/themes/default/accountexpired.tpl:27 #, fuzzy -msgid "You are currently editing mutliple entries." -msgstr "У вас недостаточно прав для удаления этого подразделения." +msgid "Old Password" +msgstr "Пароль" -#: include/class_multi_plug.inc:389 +#: ihtml/themes/default/accountexpired.tpl:32 +#: ihtml/themes/default/accountexpired.tpl:36 #, fuzzy -msgid "Password reset" -msgstr "Срок действия пароля истекает" +msgid "New Password" +msgstr "Новый пароль" -#: include/class_multi_plug.inc:389 +#: ihtml/themes/default/accountexpired.tpl:41 +#: ihtml/themes/default/accountexpired.tpl:45 #, fuzzy -msgid "The user password was resetted, please set a new password value!" -msgstr "У вас недостаточно прав для смены своего пароля." +msgid "Verify Password" +msgstr "Пароль" -#: html/getvcard.php:36 +#: ihtml/themes/default/accountexpired.tpl:51 #, fuzzy -msgid "Missing parameters!" -msgstr "Приложение" +msgid "Change Password" +msgstr "Сменить пароль" -#: html/getldif.php:79 +#: ihtml/themes/default/accountexpired.tpl:52 #, fuzzy -msgid "Permission denied!" -msgstr "Права для членов группы" +msgid "Click here to Change your password" +msgstr "У вас недостаточно прав для смены своего пароля." -#: html/getldif.php:104 +#: ihtml/themes/default/pwd_heimdal.tpl:5 #, fuzzy -msgid "Error in ivbb parameter!" -msgstr "Изменить параметры" +msgid "Heimdal options" +msgstr "Почтовые настройки" -#: html/password.php:56 html/index.php:129 -#, fuzzy, php-format -msgid "GOsa configuration %s/%s is not readable. Aborted." +#: ihtml/themes/default/pwd_heimdal.tpl:6 +msgid "Use empty values for infinite" msgstr "" -"Не удается прочитать файл настройки GOsa %s/gosa.conf. Операция прервана." -#: html/password.php:76 html/setup.php:77 html/index.php:154 -#, fuzzy, php-format -msgid "Directory '%s' specified as compile directory is not accessible!" -msgstr "Недоступен каталог \"%s\", указанный как каталог компиляции!" - -#: html/password.php:161 -msgid "Error: Password method not available!" +#: ihtml/themes/default/pwd_heimdal.tpl:10 +msgid "Ticket max life" msgstr "" -#: html/password.php:217 html/index.php:291 -msgid "Please specify a valid username!" -msgstr "Введите корректное имя пользователя!" - -#: html/password.php:219 html/index.php:294 -msgid "Please specify your password!" -msgstr "Введите свой пароль!" - -#: html/password.php:226 html/index.php:313 -msgid "Please check the username/password combination." -msgstr "Проверьте, правильно ли вы ввели имя пользователя и пароль." +#: ihtml/themes/default/pwd_heimdal.tpl:18 +msgid "Ticket max renew" +msgstr "" -#: html/password.php:230 -msgid "You have no permissions to change your password." -msgstr "У вас недостаточно прав для смены своего пароля." +#: ihtml/themes/default/pwd_heimdal.tpl:32 +msgid "infinite" +msgstr "" -#: html/password.php:251 -msgid "External password changer reported a problem: " -msgstr "При попытке сменить пароль извне возникла проблема: " +#: ihtml/themes/default/pwd_heimdal.tpl:34 +#, fuzzy +msgid "Hour" +msgstr "час" -#: html/password.php:282 html/index.php:407 -msgid "Session will not be encrypted." -msgstr "Данные, передаваемые в течение этого сеанса, не будут зашифрованы." +#: ihtml/themes/default/pwd_heimdal.tpl:36 +#, fuzzy +msgid "Minute" +msgstr "Принтер" -#: html/password.php:282 html/index.php:407 -msgid "Enter SSL session" -msgstr "Использовать шифрование SSL" +#: ihtml/themes/default/pwd_heimdal.tpl:38 +#, fuzzy +msgid "Day" +msgstr "день" -#: html/setup.php:77 html/index.php:154 +#: ihtml/themes/default/pwd_heimdal.tpl:40 #, fuzzy -msgid "Smarty" -msgstr "Запуск" +msgid "Month" +msgstr "месяц" -#: html/index.php:50 +#: ihtml/themes/default/pwd_heimdal.tpl:42 #, fuzzy -msgid "Session is not encrypted!" -msgstr "Данные, передаваемые в течение этого сеанса, не будут зашифрованы." +msgid "Year" +msgstr "Поиск" -#: html/index.php:57 -msgid "" -"The session lifetime configured in your gosa.conf will be overridden by php." -"ini settings." +#: ihtml/themes/default/pwd_heimdal.tpl:47 +msgid "Valid ticket start time" +msgstr "" + +#: ihtml/themes/default/pwd_heimdal.tpl:87 +msgid "Valid ticket end time" msgstr "" -#: html/index.php:129 +#: ihtml/themes/default/pwd_heimdal.tpl:127 #, fuzzy -msgid "Configuration accessibility" -msgstr "Настроить" +msgid "Password end" +msgstr "Пароль" -#: html/index.php:205 -msgid "There is a problem with the authentication setup!" -msgstr "" +#: ihtml/themes/default/snapshotdialog.tpl:3 +#, fuzzy +msgid "Restoring object snapshots" +msgstr "Объект группы" -#: html/index.php:213 -msgid "Cannot find a valid user for the current authentication setup!" +#: 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 "" -#: html/index.php:217 -msgid "User information is not uniq accross the configured LDAP trees!" +#: ihtml/themes/default/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 "" -#: html/index.php:270 -msgid "Your ldap setup contains old schema definitions:" +#: 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 "" -#: html/index.php:306 -#, fuzzy -msgid "Authentication error" -msgstr "Рабочая станция Windows" +#: ihtml/themes/default/snapshotdialog.tpl:29 +msgid "There is no snapshot available that could be restored" +msgstr "" -#: html/index.php:306 -msgid "Cannot retrieve user information for htaccess authentication!" +#: ihtml/themes/default/snapshotdialog.tpl:31 +msgid "Choose a snapshot and click the folder image, to restore the snapshot" msgstr "" -#: html/index.php:362 +#: ihtml/themes/default/snapshotdialog.tpl:49 #, fuzzy -msgid "Account locked. Please contact your system administrator." -msgstr "" -"Не удается начать сеанс на LDAP-сервере. Обратитесь к системному " -"администратору." +msgid "Creating object snapshots" +msgstr "Объект группы" -#: html/index.php:413 +#: ihtml/themes/default/snapshotdialog.tpl:52 msgid "" -"Your browser has cookies disabled. Please enable cookies and reload this " -"page before logging in!" +"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 "" -#: html/main.php:148 -#, php-format -msgid "Fatal error: cannot locate file '%s' - please run '%s' to fix this" +#: ihtml/themes/default/snapshotdialog.tpl:55 +msgid "" +"Remember that database entries, DNS configurations and possibly created " +"zones in server extensions will not be stored in the snapshot." msgstr "" -#: html/main.php:165 +#: ihtml/themes/default/snapshotdialog.tpl:70 #, fuzzy -msgid "" -"FATAL: Register globals is on. GOsa will refuse to login unless this is " -"fixed by an administrator." +msgid "Timestamp" +msgstr "Таймаут (с)" + +#: ihtml/themes/default/snapshotdialog.tpl:79 +msgid "Reason for generating this snapshot" msgstr "" -"Используется механизм register_globals. GOsa не допустит пользователей в " -"систему, пока он не будет отключен администратором." -#: html/main.php:208 #, fuzzy -msgid "Configuration warning" -msgstr "Настроить" +#~ msgid "User delted" +#~ msgstr "Удалить" -#: html/main.php:208 -msgid "Running out of memory!" -msgstr "" +#, fuzzy +#~ msgid "System deployment" +#~ msgstr "Управление системами" -#: html/main.php:347 #, fuzzy -msgid "Password reminder" -msgstr "Срок действия пароля истекает" +#~ msgid "Your are about to delete the following tasks: %s" +#~ msgstr "Вы собираетесь удалить объект %s." -#: html/main.php:347 #, fuzzy -msgid "Your password is about to expire, please change your password!" -msgstr "У вас недостаточно прав для смены своего пароля." +#~ msgid "" +#~ "This menu allows you to remove and change the properties of GOsa deamon " +#~ "tasks." +#~ msgstr "" +#~ "С помощью этого меню вы можете добавлять, изменять и удалять свойства " +#~ "отдельных систем. Вы можете только добавлять системы которые однажды уже " +#~ "были запущены." -#: html/main.php:355 -#, fuzzy, php-format -msgid "FATAL: Can't find any plugin definitions for plugin '%s'!" -msgstr "Не удается найти определение для модуля \"%s\"!" +#, fuzzy +#~ msgid "List of queued deamon jobs." +#~ msgstr "Список подразделений" -#: html/getxls.php:86 -msgid "Birthday" -msgstr "" +#, fuzzy +#~ msgid "Target" +#~ msgstr "сброс" -#: html/getxls.php:86 html/getxls.php:227 html/getxls.php:281 -#: html/getxls.php:297 #, fuzzy -msgid "Surname" -msgstr "Имя сервера" +#~ msgid "Schedule" +#~ msgstr "Учетная запись Groupware" -#: html/getxls.php:86 html/getxls.php:281 -msgid "Language" -msgstr "Язык" +#~ msgid "Action" +#~ msgstr "Действие" -#: html/getxls.php:94 -#, fuzzy, php-format -msgid "User list of %s on %s" -msgstr "Список пользователей" +#, fuzzy +#~ msgid "Reomve" +#~ msgstr "Удалить" -#: html/getxls.php:131 html/getxls.php:360 -#, fuzzy, php-format -msgid "Groups of %s on %s" -msgstr "Группа пользователя" +#, fuzzy +#~ msgid "GOsa ping" +#~ msgstr "Почтовые настройки пользователя" -#: html/getxls.php:155 html/getxls.php:188 html/getxls.php:190 -#: html/getxls.php:197 html/getxls.php:233 html/getxls.php:310 -#: html/getxls.php:381 -msgid "Servers" -msgstr "Серверы" +#, fuzzy +#~ msgid "Say hello" +#~ msgstr "Оболочка" -#: html/getxls.php:159 html/getxls.php:311 #, fuzzy -msgid "Computers" -msgstr "не полный" +#~ msgid "System mass deployment" +#~ msgstr "Управление системами" -#: html/getxls.php:169 html/getxls.php:222 html/getxls.php:401 -#: html/getxls.php:421 #, fuzzy -msgid "Common name" -msgstr "Местоположение" +#~ msgid "Header Tag" +#~ msgstr "Отправитель" -#: html/getxls.php:185 -msgid "Server name" -msgstr "Имя сервера" +#, fuzzy +#~ msgid "Schedule Execution" +#~ msgstr "Учетная запись Groupware" -#: html/getxls.php:195 html/getxls.php:379 -#, fuzzy, php-format -msgid "Servers of %s on %s" -msgstr "Серверы" +#, fuzzy +#~ msgid "Monat" +#~ msgstr "месяц" -#: html/getxls.php:222 html/getxls.php:297 -msgid "Display name" -msgstr "Отображаемое имя" +#, fuzzy +#~ msgid "Tag" +#~ msgstr "сброс" -#: html/getxls.php:223 -msgid "Home phone" -msgstr "Домашний телефон" +#, fuzzy +#~ msgid "Stunde" +#~ msgstr "Имя сервера" -#: html/getxls.php:224 html/getxls.php:298 -msgid "Initials" -msgstr "Отчество" +#, fuzzy +#~ msgid "Sekunde" +#~ msgstr "Отправитель" -#: html/getxls.php:225 #, fuzzy -msgid "Mobile phone" -msgstr "Домашний телефон" +#~ msgid "Mac" +#~ msgstr "Март" -#: html/getxls.php:225 html/getxls.php:298 -msgid "City" -msgstr "Город" +#, fuzzy +#~ msgid "Available targets" +#~ msgstr "Доступные приложения" -#: html/getxls.php:226 html/getxls.php:298 html/getxls.php:300 #, fuzzy -msgid "Phone number" -msgstr "Телефонные номера" +#~ msgid "Select to see object groups" +#~ msgstr "Выбрать объекты для добавления" -#: html/getxls.php:228 #, fuzzy -msgid "Function" -msgstr "Действие" +#~ msgid "Show object groups" +#~ msgstr "Объединения" -#: html/getxls.php:231 html/getxls.php:312 #, fuzzy -msgid "Adressbook" -msgstr "Адресная книга" +#~ msgid "IP range is invalid!" +#~ msgstr "Указанное имя уже используется." -#: html/getxls.php:238 html/getxls.php:414 -#, fuzzy, php-format -msgid "Adressbook of %s on %s" -msgstr "Адресная книга" +#, fuzzy +#~ msgid "You are not allowed to create a new role." +#~ msgstr "Вам не разрешено менять пароль." -#: html/getxls.php:244 #, fuzzy -msgid "Common Name" -msgstr "Местоположение" +#~ msgid "You are not allowed to delete this acl!" +#~ msgstr "У вас недостаточно прав для удаления этой группы!" -#: html/getxls.php:281 #, fuzzy -msgid "Day of birth" -msgstr "Дата рождения" +#~ msgid "You are not allowed to delete this acl role!" +#~ msgstr "У вас недостаточно прав для удаления этой группы!" + +#~ msgid "You are not allowed to delete this group!" +#~ msgstr "У вас недостаточно прав для удаления этой группы!" + +#~ msgid "You have no permission to remove this department." +#~ msgstr "У вас недостаточно прав для удаления этого подразделения." + +#~ msgid "You are not allowed to delete this object group!" +#~ msgstr "У вас недостаточно прав для удаления этого группового объекта!" -#: html/getxls.php:299 #, fuzzy -msgid "Email address" -msgstr "Основной адрес" +#~ msgid "Network resolv hook" +#~ msgstr "Сетевые устройства" + +#~ msgid "Administration" +#~ msgstr "Администрирование" + +#~ msgid "Addons" +#~ msgstr "Дополнительно" -#: html/getxls.php:299 #, fuzzy -msgid "Organizational unit" -msgstr "Организация" +#~ msgid "ACL Role" +#~ msgstr "Доступ" + +#~ msgid "Unix" +#~ msgstr "Unix" + +#~ msgid "Connectivity" +#~ msgstr "Подключение" -#: html/getxls.php:300 #, fuzzy -msgid "Postal Code" -msgstr "Почтовый индекс" +#~ msgid "Scalix" +#~ msgstr "терминалы" + +#~ msgid "Applications" +#~ msgstr "Приложения" + +#~ msgid "Options" +#~ msgstr "Параметры" -#: html/getxls.php:301 #, fuzzy -msgid "Title" -msgstr "Файлы" +#~ msgid "Parameter" +#~ msgstr "Параметры загрузки" -#: html/getxls.php:304 -msgid "Full" -msgstr "" +#, fuzzy +#~ msgid "Inventory" +#~ msgstr "Добавить объект" -#: html/getxls.php:341 -#, fuzzy, php-format -msgid "User List of %s on %s" -msgstr "Список пользователей" +#~ msgid "Services" +#~ msgstr "Сервисы" -#: html/getxls.php:395 -#, fuzzy, php-format -msgid "Computers of %s on %s" -msgstr "не полный" +#~ msgid "Export" +#~ msgstr "Экспорт" -#: html/getfax.php:53 -msgid "Could not connect to database server!" -msgstr "Невозможно подключиться к серверу базы данных!" +#, fuzzy +#~ msgid "Excel Export" +#~ msgstr "Экспорт" -#: html/getfax.php:55 -msgid "Could not select database!" -msgstr "Невозможно выбрать базу данных!" +#, fuzzy +#~ msgid "CSV Import" +#~ msgstr "Импортировать" -#: html/getfax.php:60 html/getfax.php:68 -msgid "Database query failed!" -msgstr "Невозможно выполнить запрос к базе данных!" +#, fuzzy +#~ msgid "Partitions" +#~ msgstr "Назначение" -#: html/get_attachment.php:47 #, fuzzy -msgid "" -"Can't connect to glpi database, there is no mysl extension available in your " -"php setup." -msgstr "Не удается подключиться к базе журналов, отчеты показаны не будут!" +#~ msgid "Script" +#~ msgstr "Путь к сценариям" -#: html/get_attachment.php:55 #, fuzzy -msgid "" -"Can't connect to specified database, please check your glpi configuration." -msgstr "Не удается подключиться к базе журналов, отчеты показаны не будут!" +#~ msgid "Variables" +#~ msgstr "Переменная" -#: html/get_attachment.php:64 -msgid "Can't get specified attachment file, there is no entry with this id." -msgstr "" +#, fuzzy +#~ msgid "Templates" +#~ msgstr "Шаблон" -#: html/get_attachment.php:69 -#, fuzzy, php-format -msgid "Can't open file '%s'." -msgstr "Удалить" +#, fuzzy +#~ msgid "Profiles" +#~ msgstr "Путь к профилю" -#: html/helpviewer.php:68 -msgid "Help browser" -msgstr "" +#, fuzzy +#~ msgid "Packages" +#~ msgstr "Показать телефоны" + +#~ msgid "System logs" +#~ msgstr "Системные журналы" -#: html/helpviewer.php:122 #, fuzzy -msgid "There is no helpfile specified for this class" -msgstr "Метод '%s' не описан в вашем файле конфигурации." +#~ msgid "GOsa logs" +#~ msgstr "Служба печати" -#: html/helpviewer.php:271 -#, php-format -msgid "Helpdir '%s' is not accessible, can't read any helpfiles." -msgstr "" +#, fuzzy +#~ msgid "Display entries with action %s." +#~ msgstr "Показать подходяшие адреса" -#: html/getkiosk.php:25 -#, php-format -msgid "Can't open file '%s', possibly the file does not exist." -msgstr "" +#, fuzzy +#~ msgid "" +#~ "Can't connect to glpi database, there is no mysl extension available in " +#~ "your php setup." +#~ msgstr "Не удается подключиться к базе журналов, отчеты показаны не будут!" -#: html/getkiosk.php:30 -#, fuzzy, php-format -msgid "Can't read file '%s', check permissions." -msgstr "Удалить" +#, fuzzy +#~ msgid "" +#~ "Can't connect to specified database, please check your glpi configuration." +#~ msgstr "Не удается подключиться к базе журналов, отчеты показаны не будут!" + +#, fuzzy +#~ msgid "Can't open file '%s'." +#~ msgstr "Удалить" + +#, fuzzy +#~ msgid "Can't read file '%s', check permissions." +#~ msgstr "Удалить" diff --git a/gosa-core/locale/core/zh/LC_MESSAGES/messages.po b/gosa-core/locale/core/zh/LC_MESSAGES/messages.po index 1ab536892..ea5f894c9 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: 2008-01-18 14:59+0100\n" +"POT-Creation-Date: 2008-02-21 18:29+0100\n" "PO-Revision-Date: 2007-06-03 12:27+0800\n" "Last-Translator: Jiang Xin \n" "Language-Team: Chinese Simplified \n" @@ -16,1141 +16,1147 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" -#: contrib/gosa.conf:4 plugins/personal/password/class_password.inc:144 -#: plugins/personal/generic/class_user.inc:1413 -#: plugins/personal/posix/class_posixAccount.inc:1457 -msgid "My account" -msgstr "我的账号" - -#: contrib/gosa.conf:41 -msgid "Administration" -msgstr "系统管理" - -#: contrib/gosa.conf:88 -msgid "Addons" -msgstr "插件" +#: plugins/personal/password/class_password.inc:24 +#: plugins/personal/generic/paste_generic.tpl:20 setup/setup_config2.tpl:282 +#: setup/setup_config2.tpl:327 setup/setup_migrate.tpl:225 +#: ihtml/themes/default/password.tpl:39 ihtml/themes/default/login.tpl:45 +#: ihtml/themes/default/login.tpl:47 +msgid "Password" +msgstr "口令" -#: contrib/gosa.conf:121 +#: plugins/personal/password/class_password.inc:25 +#: plugins/personal/posix/class_posixAccount.inc:17 +#: plugins/personal/generic/class_user.inc:17 +#: plugins/addons/notifications/class_msgplug.inc:7 +#: plugins/admin/acl/class_aclManagement.inc:25 +#: plugins/admin/acl/class_aclRole.inc:7 +#: plugins/admin/groups/class_groupManagement.inc:25 +#: plugins/admin/users/class_userManagement.inc:25 +#: plugins/admin/departments/class_departmentManagement.inc:25 +#: plugins/admin/ogroups/class_ogroupManagement.inc:25 include/class_acl.inc:7 #, fuzzy -msgid "ACL Role" -msgstr "角色" - -#: contrib/gosa.conf:125 contrib/gosa.conf:149 contrib/gosa.conf:153 -#: contrib/gosa.conf:157 contrib/gosa.conf:162 contrib/gosa.conf:169 -#: contrib/gosa.conf:174 contrib/gosa.conf:178 contrib/gosa.conf:183 -#: contrib/gosa.conf:193 contrib/gosa.conf:207 contrib/gosa.conf:222 -#: contrib/gosa.conf:227 contrib/gosa.conf:232 contrib/gosa.conf:237 -#: contrib/gosa.conf:270 contrib/gosa.conf:274 -#: plugins/generic/references/class_reference.inc:20 -#: plugins/personal/generic/class_user.inc:16 -#: plugins/personal/generic/class_user.inc:1408 -#: plugins/personal/posix/generic.tpl:4 -#: plugins/addons/gotomasses/goto_task.tpl:4 -#: plugins/admin/ogroups/class_ogroup.inc:752 -#: plugins/admin/departments/class_departmentGeneric.inc:581 -#: plugins/admin/groups/class_groupGeneric.inc:992 setup/setup_feedback.tpl:46 -msgid "Generic" -msgstr "通用配置" +msgid "This does something" +msgstr "******" -#: contrib/gosa.conf:126 -msgid "Unix" -msgstr "Unix" +#: plugins/personal/password/class_password.inc:77 +#: plugins/personal/password/class_password.inc:80 +#: plugins/personal/password/class_password.inc:83 +#: plugins/personal/password/class_password.inc:86 +#: plugins/personal/password/class_password.inc:89 +#: plugins/personal/password/class_password.inc:92 +#: plugins/personal/password/class_password.inc:106 +#: plugins/personal/password/class_password.inc:112 +#: plugins/personal/password/class_password.inc:140 +#: plugins/personal/generic/class_user.inc:1419 +#, fuzzy +msgid "User password" +msgstr "清除口令" -#: contrib/gosa.conf:127 contrib/gosa.conf:163 -#: plugins/admin/users/class_divListUsers.inc:240 -#: plugins/admin/ogroups/tabs_ogroups.inc:137 -#: plugins/admin/groups/class_divListGroup.inc:236 -msgid "Environment" -msgstr "环境设置" +#: plugins/personal/password/class_password.inc:78 +msgid "You need to specify your current password in order to proceed." +msgstr "您需要输入当前口令才能继续。" -#: contrib/gosa.conf:128 contrib/gosa.conf:165 -#: plugins/generic/references/class_reference.inc:24 -#: plugins/admin/users/class_divListUsers.inc:242 -#: plugins/admin/ogroups/class_divListOGroup.inc:228 -#: plugins/admin/ogroups/tabs_ogroups.inc:85 -#: plugins/admin/ogroups/tabs_ogroups.inc:223 -#: plugins/admin/groups/class_divListGroup.inc:228 -msgid "Mail" -msgstr "邮件" +#: plugins/personal/password/class_password.inc:81 +#: plugins/personal/generic/main.inc:80 +#: plugins/admin/users/class_userManagement.inc:189 html/password.php:195 +msgid "" +"The passwords you've entered as 'New password' and 'Repeated new password' " +"do not match." +msgstr "您输入的“新口令”和“重复新口令”不匹配。" -#: contrib/gosa.conf:129 plugins/generic/references/class_reference.inc:26 -#: plugins/generic/references/class_reference.inc:28 -#: plugins/admin/users/class_divListUsers.inc:248 -#: plugins/admin/groups/class_divListGroup.inc:230 -msgid "Samba" -msgstr "Samba" +#: plugins/personal/password/class_password.inc:84 +#: plugins/personal/generic/main.inc:85 +#: plugins/admin/users/class_userManagement.inc:194 html/password.php:198 +msgid "The password you've entered as 'New password' is empty." +msgstr "输入的“新口令”为空。" -#: contrib/gosa.conf:131 contrib/gosa.conf:134 -#: plugins/admin/users/class_divListUsers.inc:250 -msgid "Netatalk" -msgstr "Netatalk" +#: plugins/personal/password/class_password.inc:87 html/password.php:206 +msgid "The password used as new and current are too similar." +msgstr "输入的新口令和当前口令非常相似。" -#: contrib/gosa.conf:137 -msgid "Connectivity" -msgstr "互联" +#: plugins/personal/password/class_password.inc:90 html/password.php:211 +msgid "The password used as new is to short." +msgstr "输入的新口令太短了。" -#: contrib/gosa.conf:138 plugins/personal/generic/multiple_generic.tpl:247 -#: plugins/personal/generic/multiple_generic.tpl:438 -#: plugins/personal/generic/generic.tpl:355 -#: plugins/personal/generic/generic.tpl:523 -#: plugins/admin/users/class_divListUsers.inc:246 -#: plugins/admin/departments/class_departmentGeneric.inc:600 -#: plugins/admin/departments/generic.tpl:91 html/getxls.php:222 -#: html/getxls.php:297 -msgid "Fax" -msgstr "传真" +#: plugins/personal/password/class_password.inc:93 +#, fuzzy, php-format +msgid "External password changer reported a problem: %s." +msgstr "外部口令更改程序报告错误:" -#: contrib/gosa.conf:139 plugins/generic/references/class_reference.inc:40 -#: plugins/personal/generic/multiple_generic.tpl:217 -#: plugins/personal/generic/multiple_generic.tpl:428 -#: plugins/personal/generic/generic.tpl:330 -#: plugins/personal/generic/generic.tpl:511 -#: plugins/admin/users/class_divListUsers.inc:244 -#: plugins/admin/ogroups/class_ogroupManagement.inc:455 -#: plugins/admin/departments/generic.tpl:83 -#: plugins/admin/groups/class_divListGroup.inc:234 -msgid "Phone" -msgstr "电话" +#: plugins/personal/password/class_password.inc:107 +msgid "" +"The password you've entered as your current password doesn't match the real " +"one." +msgstr "您输入的当前口令不正确。" -#: contrib/gosa.conf:141 +#: plugins/personal/password/class_password.inc:113 #, fuzzy -msgid "Scalix" -msgstr "特殊" +msgid "You have no permission to change your password." +msgstr "您无权修改您的口令。" -#: contrib/gosa.conf:144 -msgid "Nagios" -msgstr "Nagios" +#: plugins/personal/password/class_password.inc:144 +#: plugins/personal/posix/class_posixAccount.inc:1484 +#: plugins/personal/generic/class_user.inc:1413 +msgid "My account" +msgstr "我的账号" -#: contrib/gosa.conf:164 -msgid "Applications" -msgstr "应用程序" +#: plugins/personal/password/nochange.tpl:2 +msgid "Password change not allowed" +msgstr "不允许修改口令" -#: contrib/gosa.conf:170 -msgid "Options" -msgstr "选项" +#: plugins/personal/password/nochange.tpl:6 +msgid "You are not allowed to change your password at this time" +msgstr "现在您无权修改您的口令" -#: contrib/gosa.conf:179 -msgid "Parameter" -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." +msgstr "" +"用下面的表格更改个人口令。口令更改即时生效。请记住新口令,忘记口令将无法登" +"录。" -#: contrib/gosa.conf:184 contrib/gosa.conf:194 contrib/gosa.conf:208 -#: plugins/admin/ogroups/tabs_ogroups.inc:111 -msgid "Startup" -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等的登录。" -#: contrib/gosa.conf:185 contrib/gosa.conf:209 -#: plugins/admin/ogroups/tabs_ogroups.inc:104 -msgid "Devices" -msgstr "设备" +#: plugins/personal/password/password.tpl:13 +#: ihtml/themes/default/password.tpl:77 ihtml/themes/default/password.tpl:78 +msgid "Current password" +msgstr "当前口令" -#: contrib/gosa.conf:186 contrib/gosa.conf:210 -#: plugins/generic/references/class_reference.inc:52 -#: plugins/admin/ogroups/class_ogroupManagement.inc:459 -msgid "Printer" -msgstr "打印机" +#: plugins/personal/password/password.tpl:18 +#: plugins/personal/generic/password.tpl:7 plugins/admin/users/password.tpl:13 +#: ihtml/themes/default/password.tpl:81 ihtml/themes/default/password.tpl:82 +#: ihtml/themes/default/password.tpl:85 +msgid "New password" +msgstr "新口令" -#: contrib/gosa.conf:187 contrib/gosa.conf:201 contrib/gosa.conf:211 -#: ihtml/themes/default/msg_dialog.tpl:64 -#: ihtml/themes/default/msg_dialog.tpl:110 -#: ihtml/themes/default/MultiSelectWindow.tpl:44 -#: ihtml/themes/default/MultiSelectWindow.tpl:84 setup/setup_ldap.tpl:121 -msgid "Information" -msgstr "提示信息" +#: plugins/personal/password/password.tpl:23 +#: plugins/personal/generic/password.tpl:11 +#: plugins/admin/users/password.tpl:17 +msgid "Repeat new password" +msgstr "重复新口令" -#: contrib/gosa.conf:189 contrib/gosa.conf:203 contrib/gosa.conf:218 -#: contrib/gosa.conf:223 contrib/gosa.conf:228 contrib/gosa.conf:233 -#: contrib/gosa.conf:238 +#: plugins/personal/password/password.tpl:28 +#: ihtml/themes/default/password.tpl:89 #, fuzzy -msgid "Inventory" -msgstr "添加清单(inventory)" - -#: contrib/gosa.conf:195 -msgid "Services" -msgstr "服务" - -#: contrib/gosa.conf:197 contrib/gosa.conf:199 contrib/gosa.conf:214 -#: contrib/gosa.conf:216 -msgid "FAI summary" -msgstr "自动化安装说明" - -#: contrib/gosa.conf:287 -msgid "OGo" -msgstr "OGo" +msgid "Password strength" +msgstr "口令存储" -#: contrib/gosa.conf:298 -msgid "Export" -msgstr "导出" +#: plugins/personal/password/password.tpl:39 +#: plugins/personal/generic/password.tpl:17 +#: plugins/admin/users/password.tpl:30 +msgid "Set password" +msgstr "设置口令" -#: contrib/gosa.conf:299 -msgid "Excel Export" -msgstr "导出为 Excel" +#: plugins/personal/password/password.tpl:41 +msgid "Clear fields" +msgstr "清除字段" -#: contrib/gosa.conf:300 plugins/addons/notifications/contents.tpl:54 -msgid "Import" -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." +msgstr "您已经成功更改口令。还要记住更改相关程序设定。" -#: contrib/gosa.conf:301 -msgid "CSV Import" -msgstr "CSV 导入" +#: plugins/personal/password/changed.tpl:9 +#: plugins/personal/generic/main.inc:169 +#: plugins/admin/departments/dep_iframe.tpl:18 +#: plugins/admin/departments/class_departmentManagement.inc:444 +#: include/functions.inc:1509 setup/class_setup.inc:261 +#: setup/class_setup.inc:263 +msgid "Back" +msgstr "返回" -#: contrib/gosa.conf:306 contrib/gosa.conf:336 -msgid "Partitions" -msgstr "分区" +#: plugins/personal/password/main.inc:46 setup/setup_config1.tpl:136 +#, fuzzy +msgid "Password settings" +msgstr "用户设置" -#: contrib/gosa.conf:310 contrib/gosa.conf:340 -msgid "Script" -msgstr "脚本" +#: plugins/personal/posix/posix_groups.tpl:6 +msgid "Select groups to add" +msgstr "选择要添加的组" -#: contrib/gosa.conf:314 contrib/gosa.conf:344 -msgid "Hooks" -msgstr "钩子" +#: plugins/personal/posix/posix_groups.tpl:21 +#: plugins/admin/groups/group_objects.tpl:20 +#: plugins/admin/ogroups/ogroup_objects.tpl:20 +#: ihtml/themes/default/MultiSelectWindow.tpl:55 +#: ihtml/themes/default/MultiSelectWindow.tpl:95 +msgid "Filters" +msgstr "过滤器" -#: contrib/gosa.conf:318 contrib/gosa.conf:348 -msgid "Variables" -msgstr "变量" +#: plugins/personal/posix/posix_groups.tpl:32 +msgid "Display groups of department" +msgstr "显示部门的组" -#: contrib/gosa.conf:322 contrib/gosa.conf:352 -msgid "Templates" -msgstr "模板" +#: plugins/personal/posix/posix_groups.tpl:35 +#: plugins/personal/posix/trust_machines.tpl:27 +#: plugins/admin/groups/group_objects.tpl:40 +#: plugins/admin/ogroups/ogroup_objects.tpl:42 +msgid "Choose the department the search will be based on" +msgstr "选择一个部门来做查询" -#: contrib/gosa.conf:326 contrib/gosa.conf:356 -msgid "Profiles" -msgstr "Profiles" +#: plugins/personal/posix/posix_groups.tpl:44 +msgid "Display groups matching" +msgstr "显示匹配的组" -#: contrib/gosa.conf:327 contrib/gosa.conf:357 -#: plugins/admin/ogroups/tabs_ogroups.inc:115 -#: plugins/admin/acl/class_divListACL.inc:54 -msgid "Summary" -msgstr "总结" +#: plugins/personal/posix/posix_groups.tpl:48 +#: plugins/admin/groups/class_divListGroup.inc:76 +#: plugins/admin/ogroups/class_divListOGroup.inc:85 +msgid "Regular expression for matching group names" +msgstr "用于匹配组名的正则表达式" -#: contrib/gosa.conf:331 contrib/gosa.conf:361 -msgid "Packages" -msgstr "软件包" +#: plugins/personal/posix/posix_groups.tpl:55 +msgid "Display groups of user" +msgstr "显示用户组" -#: contrib/gosa.conf:367 -msgid "System logs" -msgstr "系统日志" +#: plugins/personal/posix/posix_groups.tpl:59 +#: plugins/admin/groups/class_divListGroup.inc:77 +msgid "User name of which groups are shown" +msgstr "显示属于该组的用户名" -#: contrib/gosa.conf:368 +#: plugins/personal/posix/posix_groups.tpl:68 +#: plugins/admin/groups/class_divListGroup.inc:73 +#: plugins/admin/users/class_divListUsers.inc:74 +#: plugins/admin/departments/class_divListDepartment.inc:53 +#: plugins/admin/ogroups/ogroup_objects.tpl:38 +#: plugins/admin/ogroups/class_divListOGroup.inc:82 #, fuzzy -msgid "GOsa logs" -msgstr "Syslog 服务" - -#: ihtml/themes/default/conflict.tpl:2 -msgid "Session conflict detected" -msgstr "检测道会话冲突" - -#: ihtml/themes/default/conflict.tpl:6 ihtml/themes/default/msg_dialog.tpl:62 -#: ihtml/themes/default/msg_dialog.tpl:108 ihtml/themes/default/remove.tpl:2 -#: ihtml/themes/default/islocked.tpl:6 -#: plugins/personal/posix/class_posixAccount.inc:803 -#: plugins/addons/gotomasses/remove.tpl:2 plugins/admin/users/remove.tpl:2 -#: plugins/admin/ogroups/remove.tpl:2 -#: plugins/admin/departments/dep_move_confirm.tpl:2 -#: plugins/admin/departments/remove.tpl:2 plugins/admin/acl/remove.tpl:2 -#: plugins/admin/groups/remove.tpl:2 setup/class_setupStep_Migrate.inc:211 -#: setup/class_setupStep_Migrate.inc:260 setup/class_setupStep_Migrate.inc:385 -#: setup/class_setupStep_Migrate.inc:460 setup/class_setupStep_Migrate.inc:596 -#: setup/class_setupStep_Migrate.inc:726 setup/setup_checks.tpl:32 -#: setup/setup_checks.tpl:93 include/class_tabs.inc:214 -#: include/functions.inc:686 include/functions.inc:2158 -#: include/functions.inc:2162 include/functions.inc:2168 html/password.php:282 -#: html/index.php:50 html/index.php:56 html/index.php:407 html/index.php:413 -msgid "Warning" -msgstr "警告" +msgid "Search in subtrees" +msgstr "在子树中查找" -#: ihtml/themes/default/conflict.tpl:6 -#, fuzzy -msgid "" -"Probably there's another active instance of your session. Multiple window " -"operation is technical not possible and heavily depends on the browser " -"you're using. Usage of different browsers at a time (i.e. IE and Mozilla) is " -"possible. Pressing the Logout button will close this session." -msgstr "" -"可能已经存在另外一个您的活动的会话。多窗口操作在技术上不可能并且和严重依赖您" -"使用浏览器。使用不同的浏览器(如 IE 和 Mozilla)是可能的。按“退出”按钮关闭此" -"会话。" +#: plugins/personal/posix/posix_groups.tpl:79 +#: plugins/personal/posix/paste_generic.tpl:61 +#: plugins/personal/posix/trust_machines.tpl:39 +#: plugins/personal/posix/generic.tpl:104 +#: plugins/personal/posix/generic.tpl:146 +#: plugins/personal/posix/generic.tpl:175 +#: plugins/admin/groups/group_objects.tpl:55 +#: plugins/admin/groups/generic.tpl:193 +#: plugins/admin/ogroups/ogroup_objects.tpl:54 +#: plugins/admin/ogroups/generic.tpl:51 +msgid "Add" +msgstr "添加" -#: ihtml/themes/default/conflict.tpl:10 -msgid "" -"Ignoring this message will change/destroy the data you're currently editing, " -"so please close multiple windows and log in again." -msgstr "" -"忽略这条信息将会修改/破坏您当前编辑的数据,所以请关闭多个窗口并重新登录。" - -#: ihtml/themes/default/conflict.tpl:14 -msgid "Logout" -msgstr "退出" +#: plugins/personal/posix/posix_groups.tpl:81 +#: plugins/personal/posix/trust_machines.tpl:41 +#: plugins/personal/posix/main.inc:108 +#: plugins/personal/generic/password.tpl:19 +#: plugins/personal/generic/generic_picture.tpl:35 +#: plugins/personal/generic/generic_certs.tpl:94 +#: plugins/personal/generic/main.inc:161 plugins/admin/acl/tabs_acl.inc:63 +#: plugins/admin/acl/tabs_acl_role.inc:49 plugins/admin/acl/remove.tpl:17 +#: plugins/admin/acl/remove.tpl:21 plugins/admin/acl/acl_role.tpl:61 +#: plugins/admin/acl/acl_role.tpl:75 plugins/admin/groups/group_objects.tpl:57 +#: plugins/admin/groups/class_groupManagement.inc:472 +#: plugins/admin/groups/remove.tpl:18 plugins/admin/groups/remove.tpl:22 +#: plugins/admin/users/password.tpl:32 plugins/admin/users/template.tpl:50 +#: plugins/admin/users/remove.tpl:16 plugins/admin/users/remove.tpl:19 +#: plugins/admin/users/class_userManagement.inc:877 +#: plugins/admin/departments/dep_move_confirm.tpl:17 +#: plugins/admin/departments/remove.tpl:17 +#: plugins/admin/departments/remove.tpl:21 +#: plugins/admin/departments/class_departmentManagement.inc:409 +#: plugins/admin/ogroups/ogroup_objects.tpl:56 +#: plugins/admin/ogroups/class_ogroupManagement.inc:406 +#: plugins/admin/ogroups/remove.tpl:17 plugins/admin/ogroups/remove.tpl:21 +#: setup/setup_ldap.tpl:17 setup/setup_migrate.tpl:135 +#: setup/setup_migrate.tpl:186 setup/setup_migrate.tpl:251 +#: setup/setup_migrate.tpl:307 setup/setup_migrate.tpl:360 +#: ihtml/themes/default/copyPasteDialog.tpl:21 +#: ihtml/themes/default/islocked.tpl:15 ihtml/themes/default/remove.tpl:15 +#: ihtml/themes/default/acl.tpl:77 ihtml/themes/default/acl.tpl:91 +#: ihtml/themes/default/msg_dialog.tpl:79 +#: ihtml/themes/default/msg_dialog.tpl:134 +#: ihtml/themes/default/pwd_heimdal.tpl:200 +#: ihtml/themes/default/snapshotdialog.tpl:44 +#: ihtml/themes/default/snapshotdialog.tpl:89 +msgid "Cancel" +msgstr "取消" -#: ihtml/themes/default/accountexpired.tpl:15 -msgid "Your Password has expired !! Choose a new Password" -msgstr "您的口令已经过期 !! 选择一个新口令" +#: plugins/personal/posix/posix_shadow.tpl:9 +msgid "User must change password on first login" +msgstr "用户必须在第一次登录修改口令" -#: ihtml/themes/default/accountexpired.tpl:23 -#: ihtml/themes/default/accountexpired.tpl:27 -msgid "Old Password" -msgstr "旧口令" +#: plugins/personal/posix/posix_shadow.tpl:34 +msgid "Password expires on" +msgstr "口令过期截止日" -#: ihtml/themes/default/accountexpired.tpl:32 -#: ihtml/themes/default/accountexpired.tpl:36 -msgid "New Password" -msgstr "新口令" +#: plugins/personal/posix/paste_generic.tpl:4 +msgid "Posix settings" +msgstr "Posix 设置" -#: ihtml/themes/default/accountexpired.tpl:41 -#: ihtml/themes/default/accountexpired.tpl:45 -msgid "Verify Password" -msgstr "口令确认" +#: plugins/personal/posix/paste_generic.tpl:8 +#: plugins/personal/posix/generic.tpl:7 +#: plugins/personal/posix/class_posixAccount.inc:1490 +msgid "Home directory" +msgstr "用户主目录" -#: ihtml/themes/default/accountexpired.tpl:51 -msgid "Change Password" -msgstr "修改口令" +#: plugins/personal/posix/paste_generic.tpl:23 +#: plugins/personal/posix/generic.tpl:52 +msgid "Force UID/GID" +msgstr "指定 UID/GID" -#: ihtml/themes/default/accountexpired.tpl:52 -msgid "Click here to Change your password" -msgstr "点击这里来修改您的口令" +#: plugins/personal/posix/paste_generic.tpl:28 +#: plugins/personal/posix/generic.tpl:56 html/getxls.php:287 +msgid "UID" +msgstr "UID" -#: ihtml/themes/default/login.tpl:9 -msgid "GOsa login screen" -msgstr "" +#: plugins/personal/posix/paste_generic.tpl:37 +#: plugins/personal/posix/generic.tpl:67 +#: plugins/admin/groups/class_groupGeneric.inc:1008 +msgid "GID" +msgstr "GID" -#: ihtml/themes/default/login.tpl:25 -#, fuzzy -msgid "Login screen" -msgstr "登录脚本" +#: plugins/personal/posix/paste_generic.tpl:47 +#: plugins/personal/posix/generic.tpl:82 +msgid "Group membership" +msgstr "组成员身份" -#: ihtml/themes/default/login.tpl:32 -#, fuzzy -msgid "" -"Please use your username and your password to log into the site " -"administration system." -msgstr "请用您的用户名和口令登录" +#: plugins/personal/posix/paste_generic.tpl:54 +#: plugins/personal/posix/generic.tpl:84 +msgid "(Warning: more than 16 groups are not supported by NFS!)" +msgstr "(警告:NFS不支持超过 16 个组!)" -#: ihtml/themes/default/login.tpl:40 ihtml/themes/default/login.tpl:42 -#: ihtml/themes/default/password.tpl:67 ihtml/themes/default/password.tpl:69 -#: plugins/admin/users/class_divListUsers.inc:61 -msgid "Username" -msgstr "用户名" +#: plugins/personal/posix/paste_generic.tpl:62 +#: plugins/personal/posix/generic.tpl:107 +#: plugins/personal/posix/generic.tpl:149 +#: plugins/personal/posix/generic.tpl:178 plugins/admin/acl/remove.tpl:15 +#: plugins/admin/acl/remove.tpl:19 plugins/admin/groups/generic.tpl:195 +#: plugins/admin/groups/remove.tpl:16 plugins/admin/groups/remove.tpl:20 +#: plugins/admin/users/remove.tpl:15 plugins/admin/users/remove.tpl:18 +#: plugins/admin/departments/remove.tpl:15 +#: plugins/admin/departments/remove.tpl:19 +#: plugins/admin/ogroups/generic.tpl:54 plugins/admin/ogroups/remove.tpl:15 +#: plugins/admin/ogroups/remove.tpl:19 ihtml/themes/default/remove.tpl:13 +msgid "Delete" +msgstr "删除" -#: ihtml/themes/default/login.tpl:45 ihtml/themes/default/login.tpl:47 -#: ihtml/themes/default/password.tpl:38 -#: plugins/personal/password/class_password.inc:24 -#: plugins/personal/generic/paste_generic.tpl:20 setup/setup_migrate.tpl:225 -#: setup/setup_config2.tpl:266 setup/setup_config2.tpl:311 -msgid "Password" -msgstr "口令" +#: plugins/personal/posix/trust_machines.tpl:6 +msgid "Select systems to add" +msgstr "选择要添加的系统" -#: ihtml/themes/default/login.tpl:50 ihtml/themes/default/login.tpl:51 -#: ihtml/themes/default/password.tpl:58 ihtml/themes/default/password.tpl:60 -msgid "Directory" -msgstr "目录" +#: plugins/personal/posix/trust_machines.tpl:26 +msgid "Display systems of department" +msgstr "显示部门的系统" -#: ihtml/themes/default/login.tpl:76 ihtml/themes/default/login.tpl:79 -msgid "Sign in" -msgstr "登录" +#: plugins/personal/posix/trust_machines.tpl:30 +msgid "Display systems matching" +msgstr "显示匹配的系统" -#: ihtml/themes/default/login.tpl:77 -msgid "Click here to log in" -msgstr "点击这里登录" +#: plugins/personal/posix/trust_machines.tpl:31 +msgid "Regular expression for matching addresses" +msgstr "匹配地址的正则表达式" -#: ihtml/themes/default/logout.tpl:5 -msgid "Your GOsa session has expired!" -msgstr "您的 GOsa 会话已经过期!" +#: plugins/personal/posix/generic.tpl:4 +#: plugins/personal/generic/class_user.inc:16 +#: plugins/personal/generic/class_user.inc:1408 +#: plugins/admin/groups/class_groupGeneric.inc:992 +#: plugins/admin/departments/class_departmentGeneric.inc:560 +#: plugins/admin/ogroups/class_ogroup.inc:740 +#: plugins/generic/references/class_reference.inc:20 +#: setup/setup_feedback.tpl:46 +msgid "Generic" +msgstr "通用配置" -#: ihtml/themes/default/logout.tpl:7 -msgid "" -"The last interaction with the GOsa web interface has been some time ago in " -"the past. For security reasons, the session has been closed. To continue " -"with administrative tasks, please sign in again." -msgstr "" -"上一次操作 GOsa 界面是在很长时间之前。出于安全上的考虑,已经关闭了连接。要继" -"续执行管理任务,请重新登录。" +#: plugins/personal/posix/generic.tpl:15 +#: plugins/personal/posix/class_posixAccount.inc:1491 +msgid "Shell" +msgstr "Shell" -#: ihtml/themes/default/logout.tpl:10 -msgid "Sign in again" -msgstr "重新登录" +#: plugins/personal/posix/generic.tpl:25 +msgid "Primary group" +msgstr "主要用户组" -#: ihtml/themes/default/acl.tpl:2 plugins/admin/acl/acl_role.tpl:3 -msgid "Assigned ACLs for current entry" -msgstr "" +#: plugins/personal/posix/generic.tpl:36 +msgid "Status" +msgstr "状态" -#: ihtml/themes/default/acl.tpl:4 plugins/admin/acl/acl_role.tpl:44 +#: plugins/personal/posix/generic.tpl:93 plugins/admin/groups/generic.tpl:179 #, fuzzy -msgid "New ACL" -msgstr "新" +msgid "In all groups" +msgstr "显示邮件组" -#: ihtml/themes/default/acl.tpl:8 plugins/admin/acl/acl_role.tpl:49 +#: plugins/personal/posix/generic.tpl:97 plugins/admin/groups/generic.tpl:182 #, fuzzy -msgid "ACL type" -msgstr "分类类型" +msgid "Not in all groups" +msgstr "显示邮件组" -#: ihtml/themes/default/acl.tpl:8 plugins/admin/acl/acl_role.tpl:49 -#, fuzzy -msgid "Select an acl type" -msgstr "选择一个位置" +#: plugins/personal/posix/generic.tpl:118 +msgid "Account" +msgstr "账户" -#: ihtml/themes/default/acl.tpl:8 ihtml/themes/default/acl.tpl:20 -#: ihtml/themes/default/acl.tpl:75 ihtml/themes/default/acl.tpl:89 -#: plugins/addons/notifications/contents.tpl:12 -#: plugins/admin/users/class_userManagement.inc:874 -#: plugins/admin/ogroups/class_ogroupManagement.inc:403 -#: plugins/admin/acl/acl_role.tpl:49 plugins/admin/acl/acl_role.tpl:59 -#: plugins/admin/acl/acl_role.tpl:73 -#: plugins/admin/groups/class_groupManagement.inc:469 setup/setup_ldap.tpl:16 -#: setup/setup_migrate.tpl:133 setup/setup_migrate.tpl:184 -#: setup/setup_migrate.tpl:250 setup/setup_migrate.tpl:305 -#: setup/setup_migrate.tpl:358 -msgid "Apply" -msgstr "应用" +#: plugins/personal/posix/generic.tpl:125 +msgid "System trust" +msgstr "信赖的系统" -#: ihtml/themes/default/acl.tpl:15 -msgid "Use members from" -msgstr "" +#: plugins/personal/posix/generic.tpl:127 +#: plugins/personal/posix/generic.tpl:155 +msgid "Trust mode" +msgstr "信赖模式" -#: ihtml/themes/default/acl.tpl:29 -msgid "Available members" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:16 +#: plugins/generic/references/class_reference.inc:22 +msgid "UNIX" +msgstr "UNIX" -#: ihtml/themes/default/acl.tpl:30 -#: plugins/addons/notifications/contents.tpl:22 -msgid "List message possible targets" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:138 +msgid "expired" +msgstr "过期" -#: ihtml/themes/default/acl.tpl:41 html/getxls.php:121 html/getxls.php:284 -msgid "Members" -msgstr "成员" +#: plugins/personal/posix/class_posixAccount.inc:140 +msgid "grace time active" +msgstr "时间限制激活" -#: ihtml/themes/default/acl.tpl:42 -#: plugins/addons/notifications/contents.tpl:34 -msgid "List message recipients" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:143 +msgid "active, password not changable" +msgstr "活动,口令不可更改" -#: ihtml/themes/default/acl.tpl:55 plugins/admin/acl/acl_role.tpl:54 -#, fuzzy -msgid "List of available ACL categories" -msgstr "可用软件包列表" +#: plugins/personal/posix/class_posixAccount.inc:145 +msgid "active, password expired" +msgstr "活动,口令过期" -#: ihtml/themes/default/acl.tpl:63 -msgid "ACLs for this object" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:147 +msgid "active" +msgstr "活动" -#: ihtml/themes/default/acl.tpl:69 -#, fuzzy -msgid "Available roles" -msgstr "可用的应用程序" +#: plugins/personal/posix/class_posixAccount.inc:192 +msgid "unconfigured" +msgstr "未配置" -#: ihtml/themes/default/acl.tpl:77 ihtml/themes/default/acl.tpl:91 -#: 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:134 -#: ihtml/themes/default/pwd_heimdal.tpl:200 ihtml/themes/default/remove.tpl:15 -#: ihtml/themes/default/islocked.tpl:15 -#: ihtml/themes/default/copyPasteDialog.tpl:21 -#: plugins/personal/generic/generic_certs.tpl:94 -#: plugins/personal/generic/password.tpl:19 -#: plugins/personal/generic/main.inc:161 -#: plugins/personal/generic/generic_picture.tpl:35 -#: plugins/personal/posix/posix_groups.tpl:81 -#: plugins/personal/posix/main.inc:108 -#: plugins/personal/posix/trust_machines.tpl:41 -#: plugins/addons/gotomasses/goto_task.tpl:56 -#: plugins/addons/gotomasses/remove.tpl:19 -#: plugins/admin/users/class_userManagement.inc:877 -#: plugins/admin/users/remove.tpl:16 plugins/admin/users/remove.tpl:19 -#: plugins/admin/users/template.tpl:50 plugins/admin/users/password.tpl:23 -#: plugins/admin/ogroups/class_ogroupManagement.inc:406 -#: plugins/admin/ogroups/ogroup_objects.tpl:56 -#: plugins/admin/ogroups/remove.tpl:17 plugins/admin/ogroups/remove.tpl:21 -#: plugins/admin/departments/class_departmentManagement.inc:409 -#: plugins/admin/departments/dep_move_confirm.tpl:17 -#: plugins/admin/departments/remove.tpl:17 -#: plugins/admin/departments/remove.tpl:21 plugins/admin/acl/acl_role.tpl:61 -#: plugins/admin/acl/acl_role.tpl:75 plugins/admin/acl/tabs_acl.inc:63 -#: plugins/admin/acl/remove.tpl:17 plugins/admin/acl/remove.tpl:21 -#: plugins/admin/acl/tabs_acl_role.inc:49 -#: plugins/admin/groups/group_objects.tpl:57 -#: plugins/admin/groups/class_groupManagement.inc:472 -#: plugins/admin/groups/remove.tpl:18 plugins/admin/groups/remove.tpl:22 -#: setup/setup_ldap.tpl:17 setup/setup_migrate.tpl:135 -#: setup/setup_migrate.tpl:186 setup/setup_migrate.tpl:251 -#: setup/setup_migrate.tpl:307 setup/setup_migrate.tpl:360 -msgid "Cancel" -msgstr "取消" +#: plugins/personal/posix/class_posixAccount.inc:203 +msgid "automatic" +msgstr "自动" -#: ihtml/themes/default/logout-close.tpl:5 -#, fuzzy -msgid "Your GOsa session has been closed!" -msgstr "您的 GOsa 会话已经过期!" +#: plugins/personal/posix/class_posixAccount.inc:259 +msgid "This account has no unix extensions." +msgstr "这个账户未包含 unix 扩展。" -#: ihtml/themes/default/logout-close.tpl:7 +#: plugins/personal/posix/class_posixAccount.inc:279 +#: plugins/personal/posix/class_posixAccount.inc:282 +msgid "Remove posix account" +msgstr "删除 posix 账户" + +#: plugins/personal/posix/class_posixAccount.inc:280 msgid "" -"Please close this browser window and clean the authentication caches to " -"avoid an automatic re-authentication by your browser." +"This account has unix features enabled. To disable them, you'll need to " +"remove the samba / environment account first." msgstr "" +"这个账户已经启用 unix 功能。要禁用,您需要先删除 samba / 环境变量账户。" -#: ihtml/themes/default/framework.tpl:8 ihtml/themes/default/framework.tpl:11 -#: ihtml/themes/default/framework.tpl:20 ihtml/themes/default/framework.tpl:24 -#: include/class_pluglist.inc:176 +#: plugins/personal/posix/class_posixAccount.inc:283 msgid "" -"You are currently editing a database entry. Do you want to dismiss the " -"changes?" -msgstr "您正在编辑一个数据项。您确认要丢弃当前的修改么?" +"This account has posix features enabled. You can disable them by clicking " +"below." +msgstr "这个账户已经启用 posix 功能。要禁用请点击下面按钮。" -#: ihtml/themes/default/framework.tpl:8 ihtml/themes/default/framework.tpl:11 -msgid "Main" -msgstr "首页" +#: plugins/personal/posix/class_posixAccount.inc:286 +msgid "Create posix account" +msgstr "创建 posix 账户" -#: ihtml/themes/default/framework.tpl:16 -msgid "Help" -msgstr "帮助" +#: plugins/personal/posix/class_posixAccount.inc:287 +msgid "" +"This account has posix features disabled. You can enable them by clicking " +"below." +msgstr "这个账户已经启用 posix 功能。要启用请点击下面按钮。" -#: ihtml/themes/default/framework.tpl:21 ihtml/themes/default/framework.tpl:25 -msgid "Sign out" -msgstr "退出" +#: plugins/personal/posix/class_posixAccount.inc:447 +#, php-format +msgid "Password can't be changed up to %s days after last change" +msgstr "自上次更改以来 %s 天,不能修改口令" -#: ihtml/themes/default/framework.tpl:29 -msgid "Signed in:" -msgstr "登录:" +#: plugins/personal/posix/class_posixAccount.inc:451 +#, php-format +msgid "Password must be changed after %s days" +msgstr "口令必须在 %s 天之后更改" -#: ihtml/themes/default/framework.tpl:32 -msgid "GOsa main menu" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:455 +#, php-format +msgid "Disable account after %s days of inactivity after password expiery" +msgstr "口令过期 %s 天后,禁用账号" -#: ihtml/themes/default/snapshotdialog.tpl:3 -msgid "Restoring object snapshots" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:459 +#, php-format +msgid "Warn user %s days before password expiery" +msgstr "在口令过期 %s 天之前警告用户" -#: 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 "" +#: plugins/personal/posix/class_posixAccount.inc:493 +#: plugins/personal/generic/class_user.inc:265 +msgid "January" +msgstr "一月" -#: ihtml/themes/default/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/posix/class_posixAccount.inc:493 +#: plugins/personal/generic/class_user.inc:265 +msgid "February" +msgstr "二月" -#: 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 "" +#: plugins/personal/posix/class_posixAccount.inc:493 +#: plugins/personal/generic/class_user.inc:265 +msgid "March" +msgstr "三月" -#: ihtml/themes/default/snapshotdialog.tpl:20 -#: ihtml/themes/default/snapshotdialog.tpl:62 -#: plugins/admin/departments/class_departmentGeneric.inc:545 -#: include/class_acl.inc:643 include/class_acl.inc:650 -#: include/class_acl.inc:657 include/class_acl.inc:663 -msgid "Object" -msgstr "对象" +#: plugins/personal/posix/class_posixAccount.inc:493 +#: plugins/personal/generic/class_user.inc:265 +msgid "April" +msgstr "四月" -#: ihtml/themes/default/snapshotdialog.tpl:29 -#, fuzzy -msgid "There is no snapshot available that could be restored" -msgstr "没有可用的 mysql 扩展,请检查您的 php 设置。" +#: plugins/personal/posix/class_posixAccount.inc:494 +#: plugins/personal/generic/class_user.inc:266 +msgid "May" +msgstr "五月" -#: ihtml/themes/default/snapshotdialog.tpl:31 -msgid "Choose a snapshot and click the folder image, to restore the snapshot" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:494 +#: plugins/personal/generic/class_user.inc:266 +msgid "June" +msgstr "六月" -#: ihtml/themes/default/snapshotdialog.tpl:49 -#, fuzzy -msgid "Creating object snapshots" -msgstr "创建新对象组" +#: plugins/personal/posix/class_posixAccount.inc:494 +#: plugins/personal/generic/class_user.inc:266 +msgid "July" +msgstr "七月" -#: ihtml/themes/default/snapshotdialog.tpl:52 -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 "" +#: plugins/personal/posix/class_posixAccount.inc:494 +#: plugins/personal/generic/class_user.inc:266 +msgid "August" +msgstr "八月" -#: ihtml/themes/default/snapshotdialog.tpl:55 -msgid "" -"Remember that database entries, DNS configurations and possibly created " -"zones in server extensions will not be stored in the snapshot." -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:494 +#: plugins/personal/generic/class_user.inc:266 +msgid "September" +msgstr "九月" -#: ihtml/themes/default/snapshotdialog.tpl:70 -#, fuzzy -msgid "Timestamp" -msgstr "过期" +#: plugins/personal/posix/class_posixAccount.inc:495 +#: plugins/personal/generic/class_user.inc:267 +msgid "October" +msgstr "十月" -#: ihtml/themes/default/snapshotdialog.tpl:79 -msgid "Reason for generating this snapshot" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:495 +#: plugins/personal/generic/class_user.inc:267 +msgid "November" +msgstr "十一月" -#: ihtml/themes/default/snapshotdialog.tpl:87 -#: plugins/addons/notifications/contents.tpl:78 -#: plugins/admin/users/template.tpl:48 -#: plugins/admin/departments/class_departmentGeneric.inc:472 -#: plugins/admin/departments/class_departmentGeneric.inc:567 -#: setup/class_setup.inc:266 -msgid "Continue" -msgstr "继续" +#: plugins/personal/posix/class_posixAccount.inc:495 +#: plugins/personal/generic/class_user.inc:267 +msgid "December" +msgstr "十二月" -#: ihtml/themes/default/msg_dialog.tpl:60 -#: ihtml/themes/default/msg_dialog.tpl:106 -#: plugins/personal/generic/class_user.inc:374 -#: plugins/personal/generic/class_user.inc:471 -#: plugins/personal/generic/class_user.inc:732 -#: plugins/personal/generic/class_user.inc:1262 -#: plugins/personal/generic/main.inc:103 -#: plugins/personal/posix/class_posixAccount.inc:1278 -#: plugins/addons/gotomasses/class_gotomasses.inc:102 -#: plugins/addons/gotomasses/class_gotomasses.inc:188 -#: plugins/addons/gotomasses/class_gotomasses.inc:203 -#: plugins/addons/gotomasses/class_gotomasses.inc:237 -#: plugins/addons/gotomasses/class_target_list.inc:229 -#: plugins/addons/gotomasses/class_target_list.inc:233 -#: plugins/addons/notifications/class_msgplug.inc:117 -#: plugins/addons/notifications/class_msgplug.inc:213 -#: setup/class_setupStep_Migrate.inc:1019 setup/setup_checks.tpl:30 -#: setup/setup_checks.tpl:91 include/class_plugin.inc:624 -#: include/class_plugin.inc:656 include/class_plugin.inc:692 -#: include/class_plugin.inc:1391 include/class_log.inc:144 -#: include/class_log.inc:152 include/class_log.inc:157 -#: include/class_log.inc:177 include/functions.inc:1175 -#: include/functions.inc:1287 include/class_CopyPasteHandler.inc:274 -#: include/class_CopyPasteHandler.inc:277 -#: include/class_CopyPasteHandler.inc:315 -#: include/class_CopyPasteHandler.inc:318 html/index.php:213 -#: html/index.php:217 -msgid "Error" -msgstr "错误" +#: plugins/personal/posix/class_posixAccount.inc:592 +#: setup/setup_config2.tpl:188 +msgid "disabled" +msgstr "禁用" -#: ihtml/themes/default/msg_dialog.tpl:76 -#: ihtml/themes/default/msg_dialog.tpl:78 -#: ihtml/themes/default/msg_dialog.tpl:131 -#: ihtml/themes/default/msg_dialog.tpl:133 -#: plugins/personal/generic/main.inc:159 plugins/personal/posix/main.inc:106 -#: plugins/addons/gotomasses/goto_task.tpl:55 -#: plugins/admin/users/class_userManagement.inc:871 -#: plugins/admin/ogroups/class_ogroupManagement.inc:400 -#: plugins/admin/acl/tabs_acl.inc:61 plugins/admin/acl/tabs_acl_role.inc:47 -#: plugins/admin/groups/class_groupManagement.inc:466 -#: setup/class_setupStep_Migrate.inc:217 setup/class_setupStep_Migrate.inc:266 -#: setup/class_setupStep_Migrate.inc:324 setup/class_setupStep_Migrate.inc:392 -#: setup/class_setupStep_Migrate.inc:467 setup/class_setupStep_Migrate.inc:539 -#: setup/class_setupStep_Migrate.inc:592 setup/class_setupStep_Migrate.inc:722 -#: setup/class_setupStep_Migrate.inc:877 -#: setup/class_setupStep_Migrate.inc:1635 setup/setup_checks.tpl:27 -#: setup/setup_checks.tpl:87 -msgid "Ok" -msgstr "好" +#: plugins/personal/posix/class_posixAccount.inc:592 +msgid "full access" +msgstr "完全访问权限" -#: ihtml/themes/default/pwd_heimdal.tpl:5 -#, fuzzy -msgid "Heimdal options" -msgstr "邮件选项" +#: plugins/personal/posix/class_posixAccount.inc:593 +msgid "allow access to these hosts" +msgstr "允许访问这些主机" -#: ihtml/themes/default/pwd_heimdal.tpl:6 -msgid "Use empty values for infinite" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:646 +#, fuzzy, php-format +msgid "Removing of user/posix account with dn '%s' failed." +msgstr "删除 dn 为 '%s' 的 user/kolab 账号失败。" -#: ihtml/themes/default/pwd_heimdal.tpl:10 -msgid "Ticket max life" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:802 +#: plugins/admin/acl/remove.tpl:2 plugins/admin/groups/remove.tpl:2 +#: plugins/admin/users/remove.tpl:2 +#: plugins/admin/departments/dep_move_confirm.tpl:2 +#: plugins/admin/departments/remove.tpl:2 plugins/admin/ogroups/remove.tpl:2 +#: include/functions.inc:696 include/functions.inc:2171 +#: include/functions.inc:2175 include/functions.inc:2181 +#: include/class_tabs.inc:214 setup/setup_checks.tpl:32 +#: setup/setup_checks.tpl:93 setup/class_setupStep_Migrate.inc:211 +#: setup/class_setupStep_Migrate.inc:260 setup/class_setupStep_Migrate.inc:385 +#: setup/class_setupStep_Migrate.inc:460 setup/class_setupStep_Migrate.inc:596 +#: setup/class_setupStep_Migrate.inc:726 html/password.php:282 +#: html/index.php:50 html/index.php:56 html/index.php:408 html/index.php:414 +#: ihtml/themes/default/islocked.tpl:6 ihtml/themes/default/remove.tpl:2 +#: ihtml/themes/default/conflict.tpl:6 ihtml/themes/default/msg_dialog.tpl:57 +#: ihtml/themes/default/msg_dialog.tpl:102 +msgid "Warning" +msgstr "警告" -#: ihtml/themes/default/pwd_heimdal.tpl:18 -msgid "Ticket max renew" +#: plugins/personal/posix/class_posixAccount.inc:802 +msgid "Timeout while waiting for lock! Ignoring lock." msgstr "" -#: ihtml/themes/default/pwd_heimdal.tpl:32 -msgid "infinite" +#: plugins/personal/posix/class_posixAccount.inc:896 +#, fuzzy +msgid "Uid number" +msgstr "系列号" + +#: plugins/personal/posix/class_posixAccount.inc:896 +msgid "" +"A duplicated uid number was written for this user, if this was not intended " +"please verify all used uidNumbers." msgstr "" -#: ihtml/themes/default/pwd_heimdal.tpl:34 -#: plugins/addons/gotomasses/class_gotomasses.inc:348 -msgid "Hour" -msgstr "小时" +#: plugins/personal/posix/class_posixAccount.inc:910 +#, fuzzy, php-format +msgid "Saving of user/posix account with dn '%s' failed." +msgstr "保存 dn 为 '%s' 的 user/kolab 账号为空。" -#: ihtml/themes/default/pwd_heimdal.tpl:36 -#: plugins/addons/gotomasses/class_gotomasses.inc:347 -#, fuzzy -msgid "Minute" -msgstr "打印机" +#: plugins/personal/posix/class_posixAccount.inc:929 +#: plugins/personal/posix/class_posixAccount.inc:1126 +msgid "Group of user" +msgstr "用户组" -#: ihtml/themes/default/pwd_heimdal.tpl:38 -#: plugins/addons/gotomasses/class_gotomasses.inc:346 -#, fuzzy -msgid "Day" -msgstr "五月" - -#: ihtml/themes/default/pwd_heimdal.tpl:40 -#: plugins/addons/gotomasses/class_gotomasses.inc:349 -#, fuzzy -msgid "Month" -msgstr "月" +#: plugins/personal/posix/class_posixAccount.inc:985 +#: plugins/personal/posix/class_posixAccount.inc:1062 +msgid "The required field 'Home directory' is not set." +msgstr "需要的字段“用户主目录”没有设置。" -#: ihtml/themes/default/pwd_heimdal.tpl:42 -#, fuzzy -msgid "Year" -msgstr "查找" +#: plugins/personal/posix/class_posixAccount.inc:988 +#: plugins/personal/posix/class_posixAccount.inc:1065 +msgid "Please enter a valid path in 'Home directory' field." +msgstr "请在“用户主目录”输入一个有效的地址。" -#: ihtml/themes/default/pwd_heimdal.tpl:47 -msgid "Valid ticket start time" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:996 +msgid "Value specified as 'UID' is not valid." +msgstr "'UID' 赋值无效。" -#: ihtml/themes/default/pwd_heimdal.tpl:87 -msgid "Valid ticket end time" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:999 +msgid "Value specified as 'UID' is too small." +msgstr "'UID' 赋值太小。" -#: ihtml/themes/default/pwd_heimdal.tpl:127 -#, fuzzy -msgid "Password end" -msgstr "口令" +#: plugins/personal/posix/class_posixAccount.inc:1003 +#: plugins/admin/groups/class_groupGeneric.inc:899 +msgid "Value specified as 'GID' is not valid." +msgstr "'GID' 赋值无效。" -#: ihtml/themes/default/pwd_heimdal.tpl:198 -#: ihtml/themes/default/copyPasteDialog.tpl:19 -#: plugins/personal/generic/generic_certs.tpl:91 -#: plugins/personal/generic/generic_picture.tpl:33 -#: plugins/admin/departments/class_departmentManagement.inc:407 -#: plugins/admin/departments/dep_move_confirm.tpl:15 -#: include/class_MultiSelectWindow.inc:113 -msgid "Save" -msgstr "保存" +#: plugins/personal/posix/class_posixAccount.inc:1006 +#: plugins/admin/groups/class_groupGeneric.inc:902 +msgid "Value specified as 'GID' is too small." +msgstr "'UID' 赋值太小。" -#: 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 没有办法将您的数据" -"找回。" +#: plugins/personal/posix/class_posixAccount.inc:1014 +#: plugins/personal/posix/class_posixAccount.inc:1071 +msgid "Value specified as 'shadowMin' is not valid." +msgstr "'shadowMin' 赋值无效。" -#: ihtml/themes/default/remove.tpl:9 plugins/addons/gotomasses/remove.tpl:10 -#: plugins/admin/users/remove.tpl:10 plugins/admin/ogroups/remove.tpl:10 -#: plugins/admin/groups/remove.tpl:10 -msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." -msgstr "所以,如果您确定,请按“删除”继续,否则按“取消”退出。" +#: plugins/personal/posix/class_posixAccount.inc:1019 +#: plugins/personal/posix/class_posixAccount.inc:1076 +msgid "Value specified as 'shadowMax' is not valid." +msgstr "'shadowMax' 赋值无效。" -#: ihtml/themes/default/remove.tpl:13 -#: plugins/personal/posix/paste_generic.tpl:62 -#: plugins/personal/posix/generic.tpl:107 -#: plugins/personal/posix/generic.tpl:149 -#: plugins/personal/posix/generic.tpl:178 -#: plugins/addons/gotomasses/remove.tpl:15 -#: plugins/addons/gotomasses/remove.tpl:17 plugins/admin/users/remove.tpl:15 -#: plugins/admin/users/remove.tpl:18 plugins/admin/ogroups/remove.tpl:15 -#: plugins/admin/ogroups/remove.tpl:19 plugins/admin/ogroups/generic.tpl:54 -#: plugins/admin/departments/remove.tpl:15 -#: plugins/admin/departments/remove.tpl:19 plugins/admin/acl/remove.tpl:15 -#: plugins/admin/acl/remove.tpl:19 plugins/admin/groups/remove.tpl:16 -#: plugins/admin/groups/remove.tpl:20 plugins/admin/groups/generic.tpl:195 -msgid "Delete" -msgstr "删除" +#: plugins/personal/posix/class_posixAccount.inc:1024 +#: plugins/personal/posix/class_posixAccount.inc:1081 +msgid "Value specified as 'shadowWarning' is not valid." +msgstr "'shadowWarning' 赋值无效。" -#: ihtml/themes/default/islocked.tpl:2 -msgid "Locking conflict detected" -msgstr "检测到锁定冲突" +#: plugins/personal/posix/class_posixAccount.inc:1027 +#: plugins/personal/posix/class_posixAccount.inc:1084 +msgid "'shadowWarning' without 'shadowMax' makes no sense." +msgstr "不提供 'shadowMax' 的 'shadowWarning' 没有意义。" -#: ihtml/themes/default/islocked.tpl:9 -msgid "" -"If this lock detection is false, the other person has obviously closed the " -"webbrowser during the edit operation. You may want to take over the lock by " -"pressing the 'Edit anyway' button." -msgstr "" -"如果锁检查失败,明显的是另外的人在进行编辑操作时关闭了浏览器。您可以通过按“仍" -"然编辑”按钮来接管这个锁文件。" +#: plugins/personal/posix/class_posixAccount.inc:1030 +#: plugins/personal/posix/class_posixAccount.inc:1087 +msgid "Value specified as 'shadowWarning' should be smaller than 'shadowMax'." +msgstr "提供的 'shadowWarning' 应该小于'shadowMax'。" -#: ihtml/themes/default/MultiSelectWindow.tpl:55 -#: ihtml/themes/default/MultiSelectWindow.tpl:95 -#: plugins/personal/posix/posix_groups.tpl:21 -#: plugins/admin/ogroups/ogroup_objects.tpl:20 -#: plugins/admin/groups/group_objects.tpl:20 -msgid "Filters" -msgstr "过滤器" +#: plugins/personal/posix/class_posixAccount.inc:1033 +#: plugins/personal/posix/class_posixAccount.inc:1090 +msgid "Value specified as 'shadowWarning' should be greater than 'shadowMin'." +msgstr "提供的 'shadowWarning' 应该大于'shadowMin'。" -#: ihtml/themes/default/password.tpl:6 -#, fuzzy -msgid "Change your password" -msgstr "修改口令" +#: plugins/personal/posix/class_posixAccount.inc:1038 +#: plugins/personal/posix/class_posixAccount.inc:1095 +msgid "Value specified as 'shadowInactive' is not valid." +msgstr "'shadowInactive' 赋值无效。" -#: ihtml/themes/default/password.tpl:33 -#, fuzzy -msgid "Success" -msgstr "访问" +#: plugins/personal/posix/class_posixAccount.inc:1041 +#: plugins/personal/posix/class_posixAccount.inc:1098 +msgid "'shadowInactive' without 'shadowMax' makes no sense." +msgstr "不提供 'shadowMax' 的 'shadowInactive' 没有意义。" -#: ihtml/themes/default/password.tpl:33 -msgid "Your password has been changed successfully." -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:1046 +#: plugins/personal/posix/class_posixAccount.inc:1103 +msgid "Value specified as 'shadowMin' should be smaller than 'shadowMax'." +msgstr "提供的 'shadowMin' 应该小于'shadowMax'。" -#: ihtml/themes/default/password.tpl:39 -#: plugins/admin/users/class_userManagement.inc:296 -#, fuzzy -msgid "Password change" -msgstr "不允许修改口令" +#: plugins/personal/posix/class_posixAccount.inc:1305 +#: plugins/personal/generic/class_user.inc:374 +#: plugins/personal/generic/class_user.inc:471 +#: plugins/personal/generic/class_user.inc:732 +#: plugins/personal/generic/class_user.inc:1262 +#: plugins/personal/generic/main.inc:103 +#: plugins/addons/notifications/class_msgplug.inc:117 +#: plugins/addons/notifications/class_msgplug.inc:213 +#: plugins/admin/groups/class_groupGeneric.inc:711 +#: plugins/admin/groups/class_groupGeneric.inc:716 +#: plugins/admin/groups/class_groupGeneric.inc:944 include/functions.inc:1188 +#: include/functions.inc:1300 include/class_plugin.inc:621 +#: include/class_plugin.inc:653 include/class_plugin.inc:689 +#: include/class_plugin.inc:1370 include/class_CopyPasteHandler.inc:274 +#: include/class_CopyPasteHandler.inc:277 +#: include/class_CopyPasteHandler.inc:315 +#: include/class_CopyPasteHandler.inc:318 include/class_log.inc:144 +#: include/class_log.inc:152 include/class_log.inc:157 +#: include/class_log.inc:177 setup/setup_checks.tpl:30 +#: setup/setup_checks.tpl:91 setup/class_setupStep_Migrate.inc:1019 +#: html/index.php:214 html/index.php:218 +#: ihtml/themes/default/msg_dialog.tpl:55 +#: ihtml/themes/default/msg_dialog.tpl:100 +msgid "Error" +msgstr "错误" -#: ihtml/themes/default/password.tpl:51 -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." +#: plugins/personal/posix/class_posixAccount.inc:1305 +msgid "Cannot allocate a free ID: too many users!" msgstr "" -#: ihtml/themes/default/password.tpl:76 ihtml/themes/default/password.tpl:77 -#: plugins/personal/password/password.tpl:11 -msgid "Current password" -msgstr "当前口令" - -#: ihtml/themes/default/password.tpl:80 ihtml/themes/default/password.tpl:81 -#: ihtml/themes/default/password.tpl:84 -#: plugins/personal/password/password.tpl:16 -#: plugins/personal/generic/password.tpl:7 plugins/admin/users/password.tpl:11 -msgid "New password" -msgstr "新口令" - -#: ihtml/themes/default/password.tpl:84 +#: plugins/personal/posix/class_posixAccount.inc:1480 #, fuzzy -msgid "again" -msgstr "首页" +msgid "POSIX account" +msgstr "GLPI 账号" -#: ihtml/themes/default/password.tpl:85 -#, fuzzy -msgid "New password repeated" -msgstr "新口令" +#: plugins/personal/posix/class_posixAccount.inc:1492 +#: setup/setup_migrate.tpl:217 html/getxls.php:100 html/getxls.php:135 +#: html/getxls.php:158 html/getxls.php:347 html/getxls.php:364 +msgid "User ID" +msgstr "用户 ID" -#: ihtml/themes/default/password.tpl:92 +#: plugins/personal/posix/class_posixAccount.inc:1493 #, fuzzy -msgid "Change" -msgstr "频道" +msgid "Group ID" +msgstr "组" -#: ihtml/themes/default/password.tpl:93 +#: plugins/personal/posix/class_posixAccount.inc:1495 #, fuzzy -msgid "Click here to change your password" -msgstr "点击这里来修改您的口令" +msgid "Force password change on login" +msgstr "不允许修改口令" -#: ihtml/themes/default/copyPasteDialog.tpl:1 +#: plugins/personal/posix/class_posixAccount.inc:1496 #, fuzzy -msgid "Copy & paste wizard" -msgstr "拷贝和粘贴精灵" +msgid "Shadow min" +msgstr "显示终端" -#: ihtml/themes/default/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/personal/posix/class_posixAccount.inc:1497 +msgid "Shadow max" msgstr "" -"有的变量需要在整个目录中保持唯一,而有的组合没有意义。GOsa 显示有关属性。请按" -"照这个原则维护其取值。" -#: ihtml/themes/default/copyPasteDialog.tpl:9 -msgid "Remember that some properties like taken snapshots will not be copied!" -msgstr "" +#: plugins/personal/posix/class_posixAccount.inc:1498 +#, fuzzy +msgid "Shadow warning" +msgstr "显示分区" -#: 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 "" +#: plugins/personal/posix/class_posixAccount.inc:1499 +#, fuzzy +msgid "Shadow inactive" +msgstr "显示打印机" -#: ihtml/themes/default/copyPasteDialog.tpl:24 +#: plugins/personal/posix/class_posixAccount.inc:1500 #, fuzzy -msgid "Cancel all" -msgstr "取消" +msgid "Shadow expire" +msgstr "显示人员" -#: ihtml/themes/default/copyPasteDialog.tpl:30 -msgid "Operation complete" -msgstr "操作完成" +#: plugins/personal/posix/class_posixAccount.inc:1501 +#, fuzzy +msgid "System trust model" +msgstr "信赖的系统" -#: ihtml/themes/default/copyPasteDialog.tpl:32 -#: setup/class_setupStep_Finish.inc:37 -msgid "Finish" -msgstr "完成" +#: plugins/personal/posix/main.inc:106 plugins/personal/generic/main.inc:159 +#: plugins/admin/acl/tabs_acl.inc:61 plugins/admin/acl/tabs_acl_role.inc:47 +#: plugins/admin/groups/class_groupManagement.inc:466 +#: plugins/admin/users/class_userManagement.inc:871 +#: plugins/admin/ogroups/class_ogroupManagement.inc:400 +#: setup/setup_checks.tpl:27 setup/setup_checks.tpl:87 +#: setup/class_setupStep_Migrate.inc:217 setup/class_setupStep_Migrate.inc:266 +#: setup/class_setupStep_Migrate.inc:324 setup/class_setupStep_Migrate.inc:392 +#: setup/class_setupStep_Migrate.inc:467 setup/class_setupStep_Migrate.inc:539 +#: setup/class_setupStep_Migrate.inc:592 setup/class_setupStep_Migrate.inc:722 +#: setup/class_setupStep_Migrate.inc:877 +#: setup/class_setupStep_Migrate.inc:1635 +#: ihtml/themes/default/msg_dialog.tpl:76 +#: ihtml/themes/default/msg_dialog.tpl:78 +#: ihtml/themes/default/msg_dialog.tpl:131 +#: ihtml/themes/default/msg_dialog.tpl:133 +msgid "Ok" +msgstr "好" -#: 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 "" -"大小限制选项会让 LDAP 操作更快,以免使 LDAP 服务器过载。最简单让大数据库处理" -"不发成长时间超时的办法是,将查询缩小到更少并且使用过滤器。" +#: plugins/personal/posix/main.inc:118 plugins/personal/generic/main.inc:182 +msgid "Click the 'Edit' button below to change informations in this dialog" +msgstr "点击下面的“编辑”按钮修改该对话框内的信息" -#: ihtml/themes/default/sizelimit.tpl:6 -msgid "Please choose the way to react for this session" -msgstr "请选择响应这个会话的方法" +#: plugins/personal/posix/main.inc:120 plugins/personal/generic/main.inc:172 +#: plugins/admin/groups/class_divListGroup.inc:171 +#: plugins/admin/users/class_divListUsers.inc:164 +msgid "Edit" +msgstr "编辑" -#: ihtml/themes/default/sizelimit.tpl:9 -msgid "ignore this error and show all entries the LDAP server returns" -msgstr "忽略错误并显示 LDAP 服务器返回的所有条目" +#: plugins/personal/posix/main.inc:129 +msgid "Unix settings" +msgstr "Unix 设置" -#: ihtml/themes/default/sizelimit.tpl:10 +#: plugins/personal/generic/password.tpl:2 msgid "" -"ignore this error and show all entries that fit into the defined sizelimit " -"and let me use filters instead" -msgstr "忽略错误并显示在定义限制长度内的所有条目,并让我使用过滤器。" +"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 将" +"会按照您选择的方法重新编码。" -#: ihtml/themes/default/sizelimit.tpl:14 -#: plugins/personal/generic/generic.tpl:137 -msgid "Set" -msgstr "设置" +#: plugins/personal/generic/generic_picture.tpl:5 +#: plugins/personal/generic/generic_picture.tpl:15 +#: plugins/personal/generic/multiple_generic.tpl:13 +#: plugins/personal/generic/paste_generic.tpl:37 +#: plugins/personal/generic/generic.tpl:20 +#: plugins/personal/generic/generic.tpl:22 +#: plugins/personal/generic/generic.tpl:38 +msgid "Personal picture" +msgstr "个人图片" -#: ihtml/themes/default/help.tpl:9 -msgid "GOsa help viewer" -msgstr "GOsa 帮助浏览器" +#: plugins/personal/generic/generic_picture.tpl:27 +#: plugins/personal/generic/paste_generic.tpl:52 +msgid "Remove picture" +msgstr "删除图片" -#: ihtml/themes/default/help.tpl:15 -msgid "Index" -msgstr "索引" +#: plugins/personal/generic/generic_picture.tpl:33 +#: plugins/personal/generic/generic_certs.tpl:91 +#: plugins/admin/departments/dep_move_confirm.tpl:15 +#: plugins/admin/departments/class_departmentManagement.inc:407 +#: include/class_MultiSelectWindow.inc:113 +#: ihtml/themes/default/copyPasteDialog.tpl:19 +#: ihtml/themes/default/pwd_heimdal.tpl:198 +msgid "Save" +msgstr "保存" -#: ihtml/themes/default/help.tpl:21 setup/setup_ldap.tpl:13 -msgid "Search" -msgstr "查找" +#: plugins/personal/generic/multiple_generic.tpl:5 +#: plugins/personal/generic/generic.tpl:6 +msgid "Personal information" +msgstr "个人信息" -#: plugins/generic/welcome/welcome.tpl:4 -msgid "" -"This is the GOsa main menu. You can select your tasks from the menu on the " -"left, or by choosing one of the pictograms below. All changes apply directly " -"to your companies LDAP server." -msgstr "" -"这是 Gosa 主菜单。您可以从左侧的菜单中选择,或者点击下面的图标。所有改变都将" -"直接修改您公司的 LDAP 服务器。" +#: plugins/personal/generic/multiple_generic.tpl:23 +#: plugins/personal/generic/generic.tpl:108 +#: plugins/personal/generic/class_user.inc:1424 +msgid "Academic title" +msgstr "学位头衔" -#: plugins/generic/welcome/welcome.tpl:8 -msgid "" -"Use 'Sign out' on the upper left to close the connection and 'Main' to get " -"back to the pictogram view." -msgstr "选择上方左侧的“退出”按钮断开链接,选择“首页”回到图标程序界面。" +#: plugins/personal/generic/multiple_generic.tpl:33 +#: plugins/personal/generic/generic.tpl:157 +msgid "Preferred langage" +msgstr "首选语种" -#: plugins/generic/welcome/welcome.tpl:15 -msgid "The GOsa team" -msgstr "GOsa 团队" +#: plugins/personal/generic/multiple_generic.tpl:47 +#: plugins/personal/generic/generic.tpl:170 +#: plugins/personal/generic/class_user.inc:1418 +#: plugins/admin/acl/class_divListACL.inc:134 +#: plugins/admin/acl/acl_role.tpl:27 plugins/admin/acl/class_aclRole.inc:678 +#: plugins/admin/groups/class_groupGeneric.inc:1002 +#: plugins/admin/groups/class_divListGroup.inc:151 +#: plugins/admin/groups/generic.tpl:39 +#: plugins/admin/users/class_divListUsers.inc:143 +#: plugins/admin/departments/class_divListDepartment.inc:125 +#: plugins/admin/departments/generic.tpl:35 +#: plugins/admin/departments/class_departmentGeneric.inc:571 +#: plugins/admin/ogroups/class_divListOGroup.inc:163 +#: plugins/admin/ogroups/class_ogroup.inc:750 +#: plugins/admin/ogroups/generic.tpl:26 setup/setup_ldap.tpl:55 +msgid "Base" +msgstr "位置" -#: plugins/generic/welcome/main.inc:24 -#, php-format -msgid "Welcome %s!" -msgstr "欢迎 %s!" +#: plugins/personal/generic/multiple_generic.tpl:53 +#: plugins/personal/generic/generic.tpl:175 +msgid "Choose subtree to place user in" +msgstr "将用户放到所选择子树中" -#: plugins/generic/references/class_reference.inc:22 -#: plugins/personal/posix/class_posixAccount.inc:16 -msgid "UNIX" -msgstr "UNIX" +#: plugins/personal/generic/multiple_generic.tpl:56 +#: plugins/personal/generic/generic.tpl:180 plugins/admin/acl/acl_role.tpl:37 +#: plugins/admin/groups/generic.tpl:49 +#: plugins/admin/departments/generic.tpl:45 +#: plugins/admin/ogroups/generic.tpl:34 +msgid "Select a base" +msgstr "选择一个位置" -#: plugins/generic/references/class_reference.inc:30 -msgid "FAX" -msgstr "传真" +#: plugins/personal/generic/multiple_generic.tpl:67 +#: plugins/personal/generic/multiple_generic.tpl:285 +#: plugins/personal/generic/generic.tpl:194 +#: plugins/personal/generic/generic.tpl:389 +#: plugins/admin/departments/generic.tpl:76 +#: plugins/admin/departments/class_departmentGeneric.inc:577 +#: html/getxls.php:227 +msgid "Address" +msgstr "住址" -#: plugins/generic/references/class_reference.inc:32 -msgid "Proxy" -msgstr "代理" +#: plugins/personal/generic/multiple_generic.tpl:78 +#: plugins/personal/generic/generic.tpl:202 +msgid "Private phone" +msgstr "私人电话" -#: plugins/generic/references/class_reference.inc:34 -msgid "FTP" -msgstr "FTP" +#: plugins/personal/generic/multiple_generic.tpl:88 +#: plugins/personal/generic/generic.tpl:210 +#: plugins/personal/generic/class_user.inc:1427 +msgid "Homepage" +msgstr "个人主页" -#: plugins/generic/references/class_reference.inc:36 -#: plugins/admin/ogroups/class_ogroupManagement.inc:451 -#: plugins/admin/groups/class_divListGroup.inc:165 -msgid "Group" -msgstr "组" +#: plugins/personal/generic/multiple_generic.tpl:105 +#: plugins/personal/generic/generic.tpl:223 +msgid "Password storage" +msgstr "口令存储" + +#: plugins/personal/generic/multiple_generic.tpl:117 +#: plugins/personal/generic/generic.tpl:238 +#: plugins/personal/generic/generic_certs.tpl:3 +msgid "Certificates" +msgstr "证书" + +#: plugins/personal/generic/multiple_generic.tpl:121 +#: plugins/personal/generic/generic.tpl:241 +msgid "Edit certificates" +msgstr "编辑证书" + +#: plugins/personal/generic/multiple_generic.tpl:137 +#: plugins/personal/generic/generic.tpl:259 +msgid "Organizational information" +msgstr "组织信息" + +#: plugins/personal/generic/multiple_generic.tpl:149 +#: plugins/personal/generic/generic.tpl:271 +#: plugins/personal/generic/class_user.inc:1428 setup/setup_feedback.tpl:14 +#: html/getxls.php:299 +msgid "Organization" +msgstr "组织/公司" -#: plugins/generic/references/class_reference.inc:38 -#: plugins/personal/generic/class_user.inc:1429 #: plugins/personal/generic/multiple_generic.tpl:159 #: plugins/personal/generic/generic.tpl:279 +#: plugins/personal/generic/class_user.inc:1429 #: plugins/admin/users/class_divListUsers.inc:61 -#: plugins/admin/ogroups/class_ogroupManagement.inc:453 #: plugins/admin/departments/class_divListDepartment.inc:137 +#: plugins/admin/ogroups/class_ogroupManagement.inc:453 +#: plugins/generic/references/class_reference.inc:38 msgid "Department" msgstr "部门" -#: plugins/generic/references/class_reference.inc:42 -#: plugins/admin/ogroups/class_ogroupManagement.inc:452 -#: plugins/admin/ogroups/tabs_ogroups.inc:122 -#: plugins/admin/groups/class_divListGroup.inc:232 -msgid "Application" -msgstr "应用程序" +#: plugins/personal/generic/multiple_generic.tpl:169 +#: plugins/personal/generic/generic.tpl:287 +msgid "Department No." +msgstr "部门编号" -#: plugins/generic/references/class_reference.inc:44 -#: plugins/addons/gotomasses/class_target_list.inc:180 -#: plugins/admin/ogroups/class_ogroupManagement.inc:454 -#: setup/setup_config2.tpl:248 setup/setup_config2.tpl:293 -msgid "Server" -msgstr "服务器" +#: plugins/personal/generic/multiple_generic.tpl:179 +#: plugins/personal/generic/generic.tpl:295 +msgid "Employee No." +msgstr "员工编号" -#: plugins/generic/references/class_reference.inc:46 -msgid "Thin Client" -msgstr "瘦客户机" +#: plugins/personal/generic/multiple_generic.tpl:189 +#: plugins/personal/generic/generic.tpl:303 +#: plugins/personal/generic/class_user.inc:1435 +msgid "Employee type" +msgstr "员工类别" -#: plugins/generic/references/class_reference.inc:48 -#: plugins/addons/gotomasses/class_target_list.inc:182 -#: plugins/admin/ogroups/class_ogroupManagement.inc:456 -msgid "Workstation" -msgstr "工作站" +#: plugins/personal/generic/multiple_generic.tpl:207 +#: plugins/personal/generic/multiple_generic.tpl:418 +#: plugins/personal/generic/generic.tpl:321 +#: plugins/personal/generic/generic.tpl:503 +msgid "Room No." +msgstr "房间号" -#: plugins/generic/references/class_reference.inc:50 -#: plugins/addons/gotomasses/class_target_list.inc:184 -#: plugins/admin/ogroups/class_divListOGroup.inc:176 -#: plugins/admin/ogroups/class_divListOGroup.inc:294 -msgid "Object group" -msgstr "对象组" +#: plugins/personal/generic/multiple_generic.tpl:217 +#: plugins/personal/generic/multiple_generic.tpl:428 +#: plugins/personal/generic/generic.tpl:330 +#: plugins/personal/generic/generic.tpl:511 +#: plugins/admin/groups/class_divListGroup.inc:234 +#: plugins/admin/users/class_divListUsers.inc:244 +#: plugins/admin/departments/generic.tpl:83 +#: plugins/admin/ogroups/class_ogroupManagement.inc:455 +#: plugins/generic/references/class_reference.inc:40 +msgid "Phone" +msgstr "电话" -#: plugins/generic/references/contents.tpl:11 -#: plugins/addons/gotomasses/class_target_list.inc:48 -msgid "Object name" -msgstr "对象名称" +#: plugins/personal/generic/multiple_generic.tpl:227 +#: plugins/personal/generic/generic.tpl:339 html/getxls.php:299 +msgid "Mobile" +msgstr "手机" -#: plugins/generic/references/contents.tpl:11 -#: plugins/addons/gotomasses/class_gotomasses.inc:344 -#: plugins/admin/ogroups/class_ogroup.inc:763 -#: plugins/admin/ogroups/generic.tpl:15 -#: plugins/admin/departments/class_departmentGeneric.inc:590 -#: plugins/admin/departments/generic.tpl:16 plugins/admin/acl/acl_role.tpl:17 -#: plugins/admin/acl/class_aclRole.inc:679 plugins/admin/groups/generic.tpl:24 -#: plugins/admin/groups/class_groupGeneric.inc:1003 html/getxls.php:158 -#: html/getxls.php:287 -msgid "Description" -msgstr "描述" +#: plugins/personal/generic/multiple_generic.tpl:237 +#: plugins/personal/generic/generic.tpl:347 html/getxls.php:226 +#: html/getxls.php:300 +msgid "Pager" +msgstr "呼机" -#: plugins/generic/references/contents.tpl:11 -msgid "Contents" -msgstr "内容" +#: plugins/personal/generic/multiple_generic.tpl:247 +#: plugins/personal/generic/multiple_generic.tpl:438 +#: plugins/personal/generic/generic.tpl:355 +#: plugins/personal/generic/generic.tpl:523 +#: plugins/admin/users/class_divListUsers.inc:246 +#: plugins/admin/departments/generic.tpl:91 +#: plugins/admin/departments/class_departmentGeneric.inc:579 +#: html/getxls.php:222 html/getxls.php:297 +msgid "Fax" +msgstr "传真" -#: plugins/generic/references/contents.tpl:18 -msgid "This object has no relationship to other objects." -msgstr "这个对象和其他对象没有关系。" +#: plugins/personal/generic/multiple_generic.tpl:265 +#: plugins/personal/generic/generic.tpl:373 +#: plugins/personal/generic/class_user.inc:1436 +#: plugins/admin/departments/generic.tpl:56 +#: plugins/admin/departments/generic.tpl:68 +#: plugins/admin/departments/class_departmentGeneric.inc:572 +#: html/getxls.php:224 +msgid "Location" +msgstr "位置" -#: plugins/personal/password/class_password.inc:25 -#: plugins/personal/generic/class_user.inc:17 -#: plugins/personal/posix/class_posixAccount.inc:17 -#: plugins/addons/gotomasses/class_gotomasses.inc:7 -#: plugins/addons/gotomasses/class_goto_task.inc:7 -#: plugins/addons/notifications/class_msgplug.inc:7 -#: plugins/admin/users/class_userManagement.inc:25 -#: plugins/admin/ogroups/class_ogroupManagement.inc:25 -#: plugins/admin/departments/class_departmentManagement.inc:25 -#: plugins/admin/acl/class_aclRole.inc:7 -#: plugins/admin/acl/class_aclManagement.inc:25 -#: plugins/admin/groups/class_groupManagement.inc:25 include/class_acl.inc:7 -#, fuzzy -msgid "This does something" -msgstr "******" +#: plugins/personal/generic/multiple_generic.tpl:275 +#: plugins/personal/generic/generic.tpl:381 +#: plugins/personal/generic/class_user.inc:1437 +#: plugins/admin/departments/generic.tpl:60 +#: plugins/admin/departments/class_departmentGeneric.inc:576 +#: html/getxls.php:228 html/getxls.php:301 +msgid "State" +msgstr "州/省" -#: plugins/personal/password/class_password.inc:77 -#: plugins/personal/password/class_password.inc:80 -#: plugins/personal/password/class_password.inc:83 -#: plugins/personal/password/class_password.inc:86 -#: plugins/personal/password/class_password.inc:89 -#: plugins/personal/password/class_password.inc:92 -#: plugins/personal/password/class_password.inc:106 -#: plugins/personal/password/class_password.inc:112 -#: plugins/personal/password/class_password.inc:140 -#: plugins/personal/generic/class_user.inc:1419 -#, fuzzy -msgid "User password" -msgstr "清除口令" +#: plugins/personal/generic/multiple_generic.tpl:302 +#: plugins/personal/generic/generic.tpl:405 +#: plugins/personal/generic/class_user.inc:1395 +msgid "Vocation" +msgstr "行业" -#: plugins/personal/password/class_password.inc:78 -msgid "You need to specify your current password in order to proceed." -msgstr "您需要输入当前口令才能继续。" +#: plugins/personal/generic/multiple_generic.tpl:312 +#: plugins/personal/generic/generic.tpl:413 +#: plugins/personal/generic/class_user.inc:1398 +msgid "Unit description" +msgstr "单元描述" -#: plugins/personal/password/class_password.inc:81 -#: plugins/personal/generic/main.inc:80 -#: plugins/admin/users/class_userManagement.inc:189 html/password.php:195 -msgid "" -"The passwords you've entered as 'New password' and 'Repeated new password' " -"do not match." -msgstr "您输入的“新口令”和“重复新口令”不匹配。" +#: plugins/personal/generic/multiple_generic.tpl:323 +#: plugins/personal/generic/generic.tpl:422 +#: plugins/personal/generic/class_user.inc:1399 +msgid "Subject area" +msgstr "" -#: plugins/personal/password/class_password.inc:84 -#: plugins/personal/generic/main.inc:85 -#: plugins/admin/users/class_userManagement.inc:194 html/password.php:198 -msgid "The password you've entered as 'New password' is empty." -msgstr "输入的“新口令”为空。" +#: plugins/personal/generic/multiple_generic.tpl:334 +#: plugins/personal/generic/generic.tpl:431 +#: plugins/personal/generic/class_user.inc:1400 +msgid "Functional title" +msgstr "单位职称" -#: plugins/personal/password/class_password.inc:87 html/password.php:206 -msgid "The password used as new and current are too similar." -msgstr "输入的新口令和当前口令非常相似。" +#: plugins/personal/generic/multiple_generic.tpl:345 +#: plugins/personal/generic/generic.tpl:440 +#: plugins/personal/generic/class_user.inc:1404 +#: plugins/admin/acl/class_divListACL.inc:147 +#: plugins/admin/acl/class_divListACL.inc:206 +#: plugins/admin/acl/class_aclRole.inc:668 +msgid "Role" +msgstr "角色" -#: plugins/personal/password/class_password.inc:90 html/password.php:211 -msgid "The password used as new is to short." -msgstr "输入的新口令太短了。" +#: plugins/personal/generic/multiple_generic.tpl:360 +#: plugins/personal/generic/generic.tpl:454 +#: plugins/personal/generic/class_user.inc:1397 +msgid "Person locality" +msgstr "" -#: plugins/personal/password/class_password.inc:93 -#, fuzzy, php-format -msgid "External password changer reported a problem: %s." -msgstr "外部口令更改程序报告错误:" +#: plugins/personal/generic/multiple_generic.tpl:371 +#: plugins/personal/generic/generic.tpl:463 +#: plugins/personal/generic/class_user.inc:1393 +msgid "Unit" +msgstr "单元" -#: plugins/personal/password/class_password.inc:107 -msgid "" -"The password you've entered as your current password doesn't match the real " -"one." -msgstr "您输入的当前口令不正确。" +#: plugins/personal/generic/multiple_generic.tpl:382 +#: plugins/personal/generic/generic.tpl:472 +#: plugins/personal/generic/class_user.inc:1403 +msgid "Street" +msgstr "街道" -#: plugins/personal/password/class_password.inc:113 -#, fuzzy -msgid "You have no permission to change your password." -msgstr "您无权修改您的口令。" +#: plugins/personal/generic/multiple_generic.tpl:392 +#: plugins/personal/generic/generic.tpl:480 +#: plugins/personal/generic/class_user.inc:1405 html/getxls.php:227 +msgid "Postal code" +msgstr "邮编" -#: plugins/personal/password/nochange.tpl:2 -msgid "Password change not allowed" -msgstr "不允许修改口令" +#: plugins/personal/generic/multiple_generic.tpl:402 +#: plugins/personal/generic/generic.tpl:488 +#: plugins/personal/generic/class_user.inc:1394 +msgid "House identifier" +msgstr "家庭角色" -#: plugins/personal/password/nochange.tpl:6 -msgid "You are not allowed to change your password at this time" -msgstr "现在您无权修改您的口令" +#: plugins/personal/generic/multiple_generic.tpl:449 +#: plugins/personal/generic/generic.tpl:532 +#: plugins/personal/generic/class_user.inc:1396 +msgid "Last delivery" +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." -msgstr "您已经成功更改口令。还要记住更改相关程序设定。" +#: plugins/personal/generic/multiple_generic.tpl:460 +#: plugins/personal/generic/generic.tpl:541 +#: plugins/personal/generic/class_user.inc:1402 +msgid "Public visible" +msgstr "公开" -#: plugins/personal/password/changed.tpl:9 -#: plugins/personal/generic/main.inc:169 -#: plugins/admin/departments/class_departmentManagement.inc:444 -#: plugins/admin/departments/dep_iframe.tpl:18 setup/class_setup.inc:261 -#: setup/class_setup.inc:263 include/functions.inc:1496 -msgid "Back" -msgstr "返回" +#: plugins/personal/generic/paste_generic.tpl:1 +msgid "User settings" +msgstr "用户设置" -#: plugins/personal/password/password.tpl:2 -msgid "" -"To change your personal password use the fields below. The changes take " -"effect immediately. Please memorize the new password, because you wouldn't " -"be able to login without it." +#: plugins/personal/generic/paste_generic.tpl:7 +#: plugins/personal/generic/generic.tpl:49 plugins/admin/users/template.tpl:23 +msgid "Last name" +msgstr "姓" + +#: plugins/personal/generic/paste_generic.tpl:11 +#: plugins/personal/generic/generic.tpl:69 plugins/admin/users/template.tpl:27 +msgid "First name" +msgstr "名" + +#: plugins/personal/generic/paste_generic.tpl:15 +#: plugins/personal/generic/generic.tpl:82 plugins/admin/users/template.tpl:32 +msgid "Login" +msgstr "登录名" + +#: plugins/personal/generic/paste_generic.tpl:23 +msgid "Clear password" +msgstr "清除口令" + +#: plugins/personal/generic/paste_generic.tpl:24 +msgid "Set new password" +msgstr "设置新密码" + +#: plugins/personal/generic/paste_generic.tpl:47 +#: plugins/personal/generic/class_user.inc:1438 +msgid "User picture" +msgstr "用户图片" + +#: plugins/personal/generic/generic.tpl:29 +#: plugins/personal/generic/generic.tpl:40 +msgid "Change picture" +msgstr "更换图片" + +#: plugins/personal/generic/generic.tpl:52 +#: plugins/personal/generic/generic.tpl:73 +#: plugins/personal/generic/generic.tpl:89 plugins/admin/groups/generic.tpl:14 +msgid "Multiple edit" msgstr "" -"用下面的表格更改个人口令。口令更改即时生效。请记住新口令,忘记口令将无法登" -"录。" -#: plugins/personal/password/password.tpl:6 plugins/admin/users/password.tpl:6 -msgid "" -"Changing the password affects your authentification on mail, proxy, samba " -"and unix services." -msgstr "修改口令将影响邮件,代理,samba,unix等的登录。" +#: plugins/personal/generic/generic.tpl:62 +msgid "Template name" +msgstr "模板名称" -#: plugins/personal/password/password.tpl:21 -#: plugins/personal/generic/password.tpl:11 -#: plugins/admin/users/password.tpl:15 -msgid "Repeat new password" -msgstr "重复新口令" +#: plugins/personal/generic/generic.tpl:98 +#: plugins/personal/generic/class_user.inc:1423 +msgid "Personal title" +msgstr "个人称谓" -#: plugins/personal/password/password.tpl:30 -#: plugins/personal/generic/password.tpl:17 -#: plugins/admin/users/password.tpl:21 -msgid "Set password" -msgstr "设置口令" +#: plugins/personal/generic/generic.tpl:119 +#: plugins/personal/generic/class_user.inc:1430 +msgid "Date of birth" +msgstr "生日" -#: plugins/personal/password/password.tpl:32 -msgid "Clear fields" -msgstr "清除字段" +#: plugins/personal/generic/generic.tpl:137 +#: ihtml/themes/default/sizelimit.tpl:14 +msgid "Set" +msgstr "设置" -#: plugins/personal/password/main.inc:46 setup/setup_config1.tpl:136 -#, fuzzy -msgid "Password settings" -msgstr "用户设置" +#: plugins/personal/generic/generic.tpl:144 html/getxls.php:86 +#: html/getxls.php:281 +msgid "Sex" +msgstr "性别" -#: plugins/personal/generic/generic_certs.tpl:3 -#: plugins/personal/generic/multiple_generic.tpl:117 -#: plugins/personal/generic/generic.tpl:238 -msgid "Certificates" -msgstr "证书" +#: plugins/personal/generic/generic.tpl:230 include/functions.inc:936 +msgid "Configure" +msgstr "配置" + +#: plugins/personal/generic/generic.tpl:517 +msgid "Please use the phone tab" +msgstr "请使用电话页面" #: plugins/personal/generic/generic_certs.tpl:8 msgid "Standard certificate" @@ -1159,11 +1165,11 @@ msgstr "标准证书" #: plugins/personal/generic/generic_certs.tpl:21 #: plugins/personal/generic/generic_certs.tpl:45 #: plugins/personal/generic/generic_certs.tpl:69 -#: plugins/admin/users/class_divListUsers.inc:168 -#: plugins/admin/ogroups/class_divListOGroup.inc:185 -#: plugins/admin/departments/class_divListDepartment.inc:141 #: plugins/admin/acl/class_divListACL.inc:153 #: plugins/admin/groups/class_divListGroup.inc:173 +#: plugins/admin/users/class_divListUsers.inc:168 +#: plugins/admin/departments/class_divListDepartment.inc:141 +#: plugins/admin/ogroups/class_divListOGroup.inc:185 msgid "Remove" msgstr "删除" @@ -1180,81 +1186,21 @@ msgstr "PKCS12 证书" msgid "Certificate serial number" msgstr "证书系列号" -#: plugins/personal/generic/class_user.inc:265 -#: plugins/personal/posix/class_posixAccount.inc:494 -msgid "January" -msgstr "一月" - -#: plugins/personal/generic/class_user.inc:265 -#: plugins/personal/posix/class_posixAccount.inc:494 -msgid "February" -msgstr "二月" +#: plugins/personal/generic/class_user.inc:276 +msgid "female" +msgstr "女" -#: plugins/personal/generic/class_user.inc:265 -#: plugins/personal/posix/class_posixAccount.inc:494 -msgid "March" -msgstr "三月" +#: plugins/personal/generic/class_user.inc:276 +msgid "male" +msgstr "男" -#: plugins/personal/generic/class_user.inc:265 -#: plugins/personal/posix/class_posixAccount.inc:494 -msgid "April" -msgstr "四月" +#: plugins/personal/generic/class_user.inc:289 +msgid "This account has no valid GOsa extensions." +msgstr "该账户没有有效的 Gosa 扩展。" -#: plugins/personal/generic/class_user.inc:266 -#: plugins/personal/posix/class_posixAccount.inc:495 -msgid "May" -msgstr "五月" - -#: plugins/personal/generic/class_user.inc:266 -#: plugins/personal/posix/class_posixAccount.inc:495 -msgid "June" -msgstr "六月" - -#: plugins/personal/generic/class_user.inc:266 -#: plugins/personal/posix/class_posixAccount.inc:495 -msgid "July" -msgstr "七月" - -#: plugins/personal/generic/class_user.inc:266 -#: plugins/personal/posix/class_posixAccount.inc:495 -msgid "August" -msgstr "八月" - -#: plugins/personal/generic/class_user.inc:266 -#: plugins/personal/posix/class_posixAccount.inc:495 -msgid "September" -msgstr "九月" - -#: plugins/personal/generic/class_user.inc:267 -#: plugins/personal/posix/class_posixAccount.inc:496 -msgid "October" -msgstr "十月" - -#: plugins/personal/generic/class_user.inc:267 -#: plugins/personal/posix/class_posixAccount.inc:496 -msgid "November" -msgstr "十一月" - -#: plugins/personal/generic/class_user.inc:267 -#: plugins/personal/posix/class_posixAccount.inc:496 -msgid "December" -msgstr "十二月" - -#: plugins/personal/generic/class_user.inc:276 -msgid "female" -msgstr "女" - -#: plugins/personal/generic/class_user.inc:276 -msgid "male" -msgstr "男" - -#: plugins/personal/generic/class_user.inc:289 -msgid "This account has no valid GOsa extensions." -msgstr "该账户没有有效的 Gosa 扩展。" - -#: plugins/personal/generic/class_user.inc:374 -msgid "Cannot upload file!" -msgstr "" +#: plugins/personal/generic/class_user.inc:374 +msgid "Cannot upload file!" +msgstr "" #: plugins/personal/generic/class_user.inc:471 #, fuzzy @@ -1284,7 +1230,7 @@ msgstr "无效" msgid "No certificate installed" msgstr "未安装证书" -#: plugins/personal/generic/class_user.inc:554 +#: plugins/personal/generic/class_user.inc:554 html/password.php:161 #, fuzzy msgid "Password method" msgstr "口令存储" @@ -1350,7 +1296,7 @@ msgstr "“主页”字段包含无效 URL 定义" #: plugins/personal/generic/class_user.inc:1158 #: plugins/personal/generic/class_user.inc:1529 #: plugins/personal/generic/class_user.inc:1550 -#: plugins/admin/departments/class_departmentGeneric.inc:276 +#: plugins/admin/departments/class_departmentGeneric.inc:264 msgid "The field 'Name' contains invalid characters." msgstr "“姓名”字段包含无效字符。" @@ -1363,13 +1309,13 @@ msgstr "“教名”字段包含无效字符。" #: plugins/personal/generic/class_user.inc:1141 #: plugins/personal/generic/class_user.inc:1535 -#: plugins/admin/departments/class_departmentGeneric.inc:279 +#: plugins/admin/departments/class_departmentGeneric.inc:267 msgid "The field 'Phone' contains an invalid phone number." msgstr "“电话”字段包含无效电话号码。" #: plugins/personal/generic/class_user.inc:1144 #: plugins/personal/generic/class_user.inc:1538 -#: plugins/admin/departments/class_departmentGeneric.inc:282 +#: plugins/admin/departments/class_departmentGeneric.inc:270 msgid "The field 'Fax' contains an invalid phone number." msgstr "“传真”字段包含一个无效电话号码" @@ -1388,81 +1334,6 @@ msgstr "“传呼”字段包含无效电话号码。" msgid "Cannot open certificate!" msgstr "无法打开指定证书!" -#: plugins/personal/generic/class_user.inc:1393 -#: plugins/personal/generic/multiple_generic.tpl:371 -#: plugins/personal/generic/generic.tpl:463 -msgid "Unit" -msgstr "单元" - -#: plugins/personal/generic/class_user.inc:1394 -#: plugins/personal/generic/multiple_generic.tpl:402 -#: plugins/personal/generic/generic.tpl:488 -msgid "House identifier" -msgstr "家庭角色" - -#: plugins/personal/generic/class_user.inc:1395 -#: plugins/personal/generic/multiple_generic.tpl:302 -#: plugins/personal/generic/generic.tpl:405 -msgid "Vocation" -msgstr "行业" - -#: plugins/personal/generic/class_user.inc:1396 -#: plugins/personal/generic/multiple_generic.tpl:449 -#: plugins/personal/generic/generic.tpl:532 -msgid "Last delivery" -msgstr "最后传递" - -#: plugins/personal/generic/class_user.inc:1397 -#: plugins/personal/generic/multiple_generic.tpl:360 -#: plugins/personal/generic/generic.tpl:454 -msgid "Person locality" -msgstr "" - -#: plugins/personal/generic/class_user.inc:1398 -#: plugins/personal/generic/multiple_generic.tpl:312 -#: plugins/personal/generic/generic.tpl:413 -msgid "Unit description" -msgstr "单元描述" - -#: plugins/personal/generic/class_user.inc:1399 -#: plugins/personal/generic/multiple_generic.tpl:323 -#: plugins/personal/generic/generic.tpl:422 -msgid "Subject area" -msgstr "" - -#: plugins/personal/generic/class_user.inc:1400 -#: plugins/personal/generic/multiple_generic.tpl:334 -#: plugins/personal/generic/generic.tpl:431 -msgid "Functional title" -msgstr "单位职称" - -#: plugins/personal/generic/class_user.inc:1402 -#: plugins/personal/generic/multiple_generic.tpl:460 -#: plugins/personal/generic/generic.tpl:541 -msgid "Public visible" -msgstr "公开" - -#: plugins/personal/generic/class_user.inc:1403 -#: plugins/personal/generic/multiple_generic.tpl:382 -#: plugins/personal/generic/generic.tpl:472 -msgid "Street" -msgstr "街道" - -#: plugins/personal/generic/class_user.inc:1404 -#: plugins/personal/generic/multiple_generic.tpl:345 -#: plugins/personal/generic/generic.tpl:440 -#: plugins/admin/acl/class_aclRole.inc:668 -#: plugins/admin/acl/class_divListACL.inc:147 -#: plugins/admin/acl/class_divListACL.inc:206 -msgid "Role" -msgstr "角色" - -#: plugins/personal/generic/class_user.inc:1405 -#: plugins/personal/generic/multiple_generic.tpl:392 -#: plugins/personal/generic/generic.tpl:480 html/getxls.php:227 -msgid "Postal code" -msgstr "邮编" - #: plugins/personal/generic/class_user.inc:1409 #, fuzzy msgid "Generic user settings" @@ -1475,25 +1346,6 @@ msgstr "通用队列设置" msgid "Users" msgstr "用户" -#: plugins/personal/generic/class_user.inc:1418 -#: plugins/personal/generic/multiple_generic.tpl:47 -#: plugins/personal/generic/generic.tpl:170 -#: plugins/addons/gotomasses/class_target_list.inc:130 -#: plugins/admin/users/class_divListUsers.inc:143 -#: plugins/admin/ogroups/class_ogroup.inc:762 -#: plugins/admin/ogroups/generic.tpl:26 -#: plugins/admin/ogroups/class_divListOGroup.inc:163 -#: plugins/admin/departments/class_departmentGeneric.inc:592 -#: plugins/admin/departments/class_divListDepartment.inc:125 -#: plugins/admin/departments/generic.tpl:35 plugins/admin/acl/acl_role.tpl:27 -#: plugins/admin/acl/class_aclRole.inc:678 -#: plugins/admin/acl/class_divListACL.inc:134 -#: plugins/admin/groups/class_divListGroup.inc:151 -#: plugins/admin/groups/generic.tpl:39 -#: plugins/admin/groups/class_groupGeneric.inc:1002 setup/setup_ldap.tpl:55 -msgid "Base" -msgstr "位置" - #: plugins/personal/generic/class_user.inc:1420 html/getxls.php:301 msgid "Surename" msgstr "姓" @@ -1508,17 +1360,6 @@ msgstr "名" msgid "User identification" msgstr "用户信息" -#: plugins/personal/generic/class_user.inc:1423 -#: plugins/personal/generic/generic.tpl:98 -msgid "Personal title" -msgstr "个人称谓" - -#: plugins/personal/generic/class_user.inc:1424 -#: plugins/personal/generic/multiple_generic.tpl:23 -#: plugins/personal/generic/generic.tpl:108 -msgid "Academic title" -msgstr "学位头衔" - #: plugins/personal/generic/class_user.inc:1425 html/getxls.php:224 msgid "Home postal address" msgstr "住宅地址" @@ -1528,24 +1369,6 @@ msgstr "住宅地址" msgid "Home phone number" msgstr "电话号码" -#: plugins/personal/generic/class_user.inc:1427 -#: plugins/personal/generic/multiple_generic.tpl:88 -#: plugins/personal/generic/generic.tpl:210 -msgid "Homepage" -msgstr "个人主页" - -#: plugins/personal/generic/class_user.inc:1428 -#: plugins/personal/generic/multiple_generic.tpl:149 -#: plugins/personal/generic/generic.tpl:271 setup/setup_feedback.tpl:14 -#: html/getxls.php:299 -msgid "Organization" -msgstr "组织/公司" - -#: plugins/personal/generic/class_user.inc:1430 -#: plugins/personal/generic/generic.tpl:119 -msgid "Date of birth" -msgstr "生日" - #: plugins/personal/generic/class_user.inc:1431 #, fuzzy msgid "Gender" @@ -1566,35 +1389,6 @@ msgstr "部门名称" msgid "Employee number" msgstr "员工类别" -#: plugins/personal/generic/class_user.inc:1435 -#: plugins/personal/generic/multiple_generic.tpl:189 -#: plugins/personal/generic/generic.tpl:303 -msgid "Employee type" -msgstr "员工类别" - -#: plugins/personal/generic/class_user.inc:1436 -#: plugins/personal/generic/multiple_generic.tpl:265 -#: plugins/personal/generic/generic.tpl:373 -#: plugins/admin/departments/class_departmentGeneric.inc:593 -#: plugins/admin/departments/generic.tpl:56 -#: plugins/admin/departments/generic.tpl:68 html/getxls.php:224 -msgid "Location" -msgstr "位置" - -#: plugins/personal/generic/class_user.inc:1437 -#: plugins/personal/generic/multiple_generic.tpl:275 -#: plugins/personal/generic/generic.tpl:381 -#: plugins/admin/departments/class_departmentGeneric.inc:597 -#: plugins/admin/departments/generic.tpl:60 html/getxls.php:228 -#: html/getxls.php:301 -msgid "State" -msgstr "州/省" - -#: plugins/personal/generic/class_user.inc:1438 -#: plugins/personal/generic/paste_generic.tpl:47 -msgid "User picture" -msgstr "用户图片" - #: plugins/personal/generic/class_user.inc:1439 #, fuzzy msgid "Room number" @@ -1630,1290 +1424,967 @@ msgstr "地址" msgid "Fax number" msgstr "系列号" -#: plugins/personal/generic/multiple_generic.tpl:5 -#: plugins/personal/generic/generic.tpl:6 -msgid "Personal information" -msgstr "个人信息" +#: plugins/personal/generic/main.inc:103 +#, fuzzy +msgid "You have no permission to set your password!" +msgstr "您无权修改您的口令。" -#: plugins/personal/generic/multiple_generic.tpl:13 -#: plugins/personal/generic/paste_generic.tpl:37 -#: plugins/personal/generic/generic.tpl:20 -#: plugins/personal/generic/generic.tpl:22 -#: plugins/personal/generic/generic.tpl:38 -#: plugins/personal/generic/generic_picture.tpl:5 -#: plugins/personal/generic/generic_picture.tpl:15 -msgid "Personal picture" -msgstr "个人图片" +#: plugins/personal/generic/main.inc:194 +msgid "Generic user information" +msgstr "用户一般信息" -#: plugins/personal/generic/multiple_generic.tpl:33 -#: plugins/personal/generic/generic.tpl:157 -msgid "Preferred langage" -msgstr "首选语种" +#: plugins/addons/notifications/class_msgplug.inc:6 +#: plugins/addons/notifications/main.inc:47 +#, fuzzy +msgid "Notifications" +msgstr "行业" -#: plugins/personal/generic/multiple_generic.tpl:53 -#: plugins/personal/generic/generic.tpl:175 -msgid "Choose subtree to place user in" -msgstr "将用户放到所选择子树中" +#: plugins/addons/notifications/class_msgplug.inc:36 +#: plugins/admin/groups/class_groupGeneric.inc:998 +#: plugins/admin/groups/class_groupManagement.inc:24 include/class_acl.inc:196 +#: html/getxls.php:124 html/getxls.php:126 html/getxls.php:309 +msgid "Groups" +msgstr "用户组" -#: plugins/personal/generic/multiple_generic.tpl:56 -#: plugins/personal/generic/generic.tpl:180 -#: plugins/admin/ogroups/generic.tpl:34 -#: plugins/admin/departments/generic.tpl:45 plugins/admin/acl/acl_role.tpl:37 -#: plugins/admin/groups/generic.tpl:49 -msgid "Select a base" -msgstr "选择一个位置" +#: plugins/addons/notifications/class_msgplug.inc:99 +#: plugins/admin/acl/class_aclManagement.inc:160 +#: plugins/admin/acl/class_aclManagement.inc:197 +#: plugins/admin/acl/class_aclManagement.inc:250 +#: plugins/admin/acl/class_aclManagement.inc:274 +#: plugins/admin/acl/class_aclManagement.inc:313 +#: plugins/admin/acl/class_aclManagement.inc:337 +#: plugins/admin/groups/class_groupManagement.inc:334 +#: plugins/admin/groups/class_groupManagement.inc:387 +#: plugins/admin/groups/class_groupManagement.inc:418 +#: plugins/admin/departments/class_departmentManagement.inc:206 +#: plugins/admin/departments/class_departmentManagement.inc:254 +#: plugins/admin/departments/class_departmentManagement.inc:273 +#: plugins/admin/ogroups/class_ogroupManagement.inc:215 +#: plugins/admin/ogroups/class_ogroupManagement.inc:267 +#: plugins/admin/ogroups/class_ogroupManagement.inc:294 +#, fuzzy +msgid "Permission error" +msgstr "允许" -#: plugins/personal/generic/multiple_generic.tpl:67 -#: plugins/personal/generic/multiple_generic.tpl:285 -#: plugins/personal/generic/generic.tpl:194 -#: plugins/personal/generic/generic.tpl:389 -#: plugins/admin/departments/class_departmentGeneric.inc:598 -#: plugins/admin/departments/generic.tpl:76 html/getxls.php:227 -msgid "Address" -msgstr "住址" +#: plugins/addons/notifications/class_msgplug.inc:99 +#, fuzzy +msgid "You have no permissions to send a message!" +msgstr "您无权查看和编辑 ACL。" -#: plugins/personal/generic/multiple_generic.tpl:78 -#: plugins/personal/generic/generic.tpl:202 -msgid "Private phone" -msgstr "私人电话" +#: plugins/addons/notifications/class_msgplug.inc:103 +#: plugins/addons/notifications/class_msgplug.inc:111 +#: plugins/admin/groups/class_groupGeneric.inc:137 +#: plugins/admin/groups/class_groupGeneric.inc:532 +#: include/utils/class_timezone.inc:51 +#: include/password-methods/class_password-methods-sha.inc:46 +#: include/password-methods/class_password-methods-ssha.inc:51 +#: include/functions.inc:602 include/functions.inc:2522 +#: include/functions.inc:2541 include/class_plugin.inc:1133 +#: include/class_plugin.inc:1145 include/class_pluglist.inc:148 +#: include/class_config.inc:556 include/class_CopyPasteHandler.inc:91 +#: include/class_CopyPasteHandler.inc:99 +#: include/class_CopyPasteHandler.inc:148 +#: include/class_CopyPasteHandler.inc:156 +#: include/class_CopyPasteHandler.inc:165 html/index.php:206 +#, fuzzy +msgid "Configuration error" +msgstr "配置文件" -#: plugins/personal/generic/multiple_generic.tpl:105 -#: plugins/personal/generic/generic.tpl:223 -msgid "Password storage" -msgstr "口令存储" +#: plugins/addons/notifications/class_msgplug.inc:103 +#, php-format +msgid "Missing '%s' directive in configuration!" +msgstr "" -#: plugins/personal/generic/multiple_generic.tpl:121 -#: plugins/personal/generic/generic.tpl:241 -msgid "Edit certificates" -msgstr "编辑证书" +#: plugins/addons/notifications/class_msgplug.inc:111 +#, php-format +msgid "'%s' defined for the '%s' directive cannot be executed!" +msgstr "" -#: plugins/personal/generic/multiple_generic.tpl:137 -#: plugins/personal/generic/generic.tpl:259 -msgid "Organizational information" -msgstr "组织信息" +#: plugins/addons/notifications/class_msgplug.inc:117 +#, fuzzy +msgid "Please specify at least one recipient to send a message!" +msgstr "请提供一个有效的脚本名。" -#: plugins/personal/generic/multiple_generic.tpl:169 -#: plugins/personal/generic/generic.tpl:287 -msgid "Department No." -msgstr "部门编号" +#: plugins/addons/notifications/class_msgplug.inc:213 +#, fuzzy, php-format +msgid "Cannot find a DESC tag in file '%s'!" +msgstr "无法创建文件 '%s'。" -#: plugins/personal/generic/multiple_generic.tpl:179 -#: plugins/personal/generic/generic.tpl:295 -msgid "Employee No." -msgstr "员工编号" +#: plugins/addons/notifications/class_msgplug.inc:240 +#, fuzzy +msgid "Notification" +msgstr "行业" -#: plugins/personal/generic/multiple_generic.tpl:207 -#: plugins/personal/generic/multiple_generic.tpl:418 -#: plugins/personal/generic/generic.tpl:321 -#: plugins/personal/generic/generic.tpl:503 -msgid "Room No." -msgstr "房间号" +#: plugins/addons/notifications/class_msgplug.inc:241 +#: plugins/addons/notifications/class_msgplug.inc:246 +#, fuzzy +msgid "Notification plugin" +msgstr "主机通知选项" -#: plugins/personal/generic/multiple_generic.tpl:227 -#: plugins/personal/generic/generic.tpl:339 html/getxls.php:299 -msgid "Mobile" -msgstr "手机" +#: plugins/addons/notifications/class_msgplug.inc:249 +#, fuzzy +msgid "Allow sending notifications" +msgstr "主机通知选项" -#: plugins/personal/generic/multiple_generic.tpl:237 -#: plugins/personal/generic/generic.tpl:347 html/getxls.php:226 -#: html/getxls.php:300 -msgid "Pager" -msgstr "呼机" +#: plugins/addons/notifications/contents.tpl:2 +#, fuzzy +msgid "Notification target" +msgstr "未安装证书" -#: plugins/personal/generic/paste_generic.tpl:1 -msgid "User settings" -msgstr "用户设置" +#: plugins/addons/notifications/contents.tpl:7 +msgid "Use target from" +msgstr "" -#: plugins/personal/generic/paste_generic.tpl:7 -#: plugins/personal/generic/generic.tpl:49 plugins/admin/users/template.tpl:23 -msgid "Last name" -msgstr "姓" +#: plugins/addons/notifications/contents.tpl:12 +#: plugins/admin/acl/acl_role.tpl:49 plugins/admin/acl/acl_role.tpl:59 +#: plugins/admin/acl/acl_role.tpl:73 +#: plugins/admin/groups/class_groupManagement.inc:469 +#: plugins/admin/users/class_userManagement.inc:874 +#: plugins/admin/ogroups/class_ogroupManagement.inc:403 +#: setup/setup_ldap.tpl:16 setup/setup_migrate.tpl:133 +#: setup/setup_migrate.tpl:184 setup/setup_migrate.tpl:250 +#: setup/setup_migrate.tpl:305 setup/setup_migrate.tpl:358 +#: ihtml/themes/default/acl.tpl:8 ihtml/themes/default/acl.tpl:20 +#: ihtml/themes/default/acl.tpl:75 ihtml/themes/default/acl.tpl:89 +msgid "Apply" +msgstr "应用" -#: plugins/personal/generic/paste_generic.tpl:11 -#: plugins/personal/generic/generic.tpl:69 plugins/admin/users/template.tpl:27 -msgid "First name" -msgstr "名" +#: plugins/addons/notifications/contents.tpl:21 +#, fuzzy +msgid "Available recipients" +msgstr "可用的应用程序" -#: plugins/personal/generic/paste_generic.tpl:15 -#: plugins/personal/generic/generic.tpl:82 plugins/admin/users/template.tpl:32 -msgid "Login" -msgstr "登录名" +#: plugins/addons/notifications/contents.tpl:22 +#: ihtml/themes/default/acl.tpl:30 +msgid "List message possible targets" +msgstr "" -#: plugins/personal/generic/paste_generic.tpl:23 -msgid "Clear password" -msgstr "清除口令" +#: plugins/addons/notifications/contents.tpl:33 +#, fuzzy +msgid "Recipients" +msgstr "收件人" -#: plugins/personal/generic/paste_generic.tpl:24 -msgid "Set new password" -msgstr "设置新密码" +#: plugins/addons/notifications/contents.tpl:34 +#: ihtml/themes/default/acl.tpl:42 +msgid "List message recipients" +msgstr "" -#: plugins/personal/generic/paste_generic.tpl:52 -#: plugins/personal/generic/generic_picture.tpl:27 -msgid "Remove picture" -msgstr "删除图片" +#: plugins/addons/notifications/contents.tpl:44 +msgid "Message" +msgstr "信息" -#: plugins/personal/generic/password.tpl:2 +#: plugins/addons/notifications/contents.tpl:54 +msgid "Import" +msgstr "导入" + +#: plugins/addons/notifications/contents.tpl:60 +#, fuzzy +msgid "Send message" +msgstr "挂起邮件" + +#: plugins/addons/notifications/contents.tpl:72 +#, fuzzy +msgid "Notification send!" +msgstr "未安装证书" + +#: plugins/addons/notifications/contents.tpl:75 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." +"Your message has been sent successfully. Press the continue button to get " +"back to the notification plugin." msgstr "" -"您已经修改了口令在 LDAP 数据库中存储的方法。因此您需要再输入您的口令。GOsa 将" -"会按照您选择的方法重新编码。" -#: plugins/personal/generic/generic.tpl:29 -#: plugins/personal/generic/generic.tpl:40 -msgid "Change picture" -msgstr "更换图片" +#: plugins/addons/notifications/contents.tpl:78 +#: plugins/admin/users/template.tpl:48 +#: plugins/admin/departments/class_departmentGeneric.inc:451 +#: plugins/admin/departments/class_departmentGeneric.inc:546 +#: setup/class_setup.inc:266 ihtml/themes/default/snapshotdialog.tpl:87 +msgid "Continue" +msgstr "继续" -#: plugins/personal/generic/generic.tpl:52 -#: plugins/personal/generic/generic.tpl:73 -#: plugins/personal/generic/generic.tpl:89 plugins/admin/groups/generic.tpl:14 -msgid "Multiple edit" +#: plugins/addons/bugsubmitter/class_bugsubmitter.inc:5 +msgid "Bug submitter" msgstr "" -#: plugins/personal/generic/generic.tpl:62 -msgid "Template name" -msgstr "模板名称" +#: plugins/addons/bugsubmitter/class_bugsubmitter.inc:6 +msgid "" +"Bugsubmitter" +msgstr "" -#: plugins/personal/generic/generic.tpl:144 html/getxls.php:86 -#: html/getxls.php:281 -msgid "Sex" -msgstr "性别" +#: plugins/admin/acl/tabs_acl.inc:8 plugins/admin/acl/class_divListACL.inc:240 +#, fuzzy +msgid "Acl" +msgstr "全部" -#: plugins/personal/generic/generic.tpl:230 include/functions.inc:923 -msgid "Configure" -msgstr "配置" +#: plugins/admin/acl/tabs_acl_role.inc:8 +#, fuzzy +msgid "ACL Templates" +msgstr "模板" -#: plugins/personal/generic/generic.tpl:517 -msgid "Please use the phone tab" -msgstr "请使用电话页面" +#: plugins/admin/acl/class_aclManagement.inc:24 +#, fuzzy +msgid "ACLs" +msgstr "ACL" -#: plugins/personal/generic/main.inc:103 +#: plugins/admin/acl/class_aclManagement.inc:160 #, fuzzy -msgid "You have no permission to set your password!" -msgstr "您无权修改您的口令。" +msgid "You have no permission to create a new role!" +msgstr "您无权删除这个部门。" -#: plugins/personal/generic/main.inc:172 plugins/personal/posix/main.inc:120 -#: plugins/addons/gotomasses/class_divListMasses.inc:125 -#: plugins/admin/users/class_divListUsers.inc:164 -#: plugins/admin/groups/class_divListGroup.inc:171 -msgid "Edit" -msgstr "编辑" +#: plugins/admin/acl/class_aclManagement.inc:197 +#, fuzzy +msgid "You have no permission to edit this ACL!" +msgstr "您无权删除这个部门。" -#: plugins/personal/generic/main.inc:182 plugins/personal/posix/main.inc:118 -msgid "Click the 'Edit' button below to change informations in this dialog" -msgstr "点击下面的“编辑”按钮修改该对话框内的信息" +#: plugins/admin/acl/class_aclManagement.inc:242 +#: plugins/admin/acl/class_aclManagement.inc:306 +#, fuzzy, php-format +msgid "You're about to delete the acl %s." +msgstr "您将要删除宏 '%s'。" -#: plugins/personal/generic/main.inc:194 -msgid "Generic user information" -msgstr "用户一般信息" +#: plugins/admin/acl/class_aclManagement.inc:250 +#: plugins/admin/acl/class_aclManagement.inc:274 +#: plugins/admin/acl/class_aclManagement.inc:313 +#: plugins/admin/acl/class_aclManagement.inc:337 +#: plugins/admin/groups/class_groupManagement.inc:334 +#: plugins/admin/groups/class_groupManagement.inc:387 +#: plugins/admin/groups/class_groupManagement.inc:418 +#: plugins/admin/departments/class_departmentManagement.inc:206 +#: plugins/admin/departments/class_departmentManagement.inc:254 +#: plugins/admin/departments/class_departmentManagement.inc:273 +#: plugins/admin/ogroups/class_ogroupManagement.inc:215 +#: plugins/admin/ogroups/class_ogroupManagement.inc:267 +#: plugins/admin/ogroups/class_ogroupManagement.inc:294 +#, fuzzy +msgid "You have no permission to delete this entry!" +msgstr "您无权删除这个部门。" -#: plugins/personal/posix/posix_groups.tpl:6 -msgid "Select groups to add" -msgstr "选择要添加的组" +#: plugins/admin/acl/class_divListACL.inc:31 +#, fuzzy +msgid "List of acl" +msgstr "宏列表" -#: plugins/personal/posix/posix_groups.tpl:32 -msgid "Display groups of department" -msgstr "显示部门的组" +#: plugins/admin/acl/class_divListACL.inc:32 +#, fuzzy +msgid "List of acls" +msgstr "宏列表" -#: plugins/personal/posix/posix_groups.tpl:35 -#: plugins/personal/posix/trust_machines.tpl:27 -#: plugins/admin/ogroups/ogroup_objects.tpl:42 -#: plugins/admin/groups/group_objects.tpl:40 -msgid "Choose the department the search will be based on" -msgstr "选择一个部门来做查询" - -#: plugins/personal/posix/posix_groups.tpl:44 -msgid "Display groups matching" -msgstr "显示匹配的组" - -#: plugins/personal/posix/posix_groups.tpl:48 -#: plugins/addons/gotomasses/class_target_list.inc:61 -#: plugins/admin/ogroups/class_divListOGroup.inc:85 -#: plugins/admin/groups/class_divListGroup.inc:76 -msgid "Regular expression for matching group names" -msgstr "用于匹配组名的正则表达式" +#: plugins/admin/acl/class_divListACL.inc:36 +#, fuzzy +msgid "This menu allows you to edit and delete selected acls." +msgstr "这个菜单允许您创建,删除和修改 FAI 分类。" -#: plugins/personal/posix/posix_groups.tpl:55 -msgid "Display groups of user" -msgstr "显示用户组" +#: plugins/admin/acl/class_divListACL.inc:54 +#: plugins/admin/ogroups/tabs_ogroups.inc:126 +msgid "Summary" +msgstr "总结" -#: plugins/personal/posix/posix_groups.tpl:59 -#: plugins/admin/groups/class_divListGroup.inc:77 -msgid "User name of which groups are shown" -msgstr "显示属于该组的用户名" +#: plugins/admin/acl/class_divListACL.inc:55 +#: plugins/admin/acl/class_divListACL.inc:140 +#: plugins/admin/groups/class_divListGroup.inc:62 +#: plugins/admin/groups/class_divListGroup.inc:157 +#: plugins/admin/users/class_divListUsers.inc:63 +#: plugins/admin/users/class_divListUsers.inc:149 +#: plugins/admin/departments/class_divListDepartment.inc:49 +#: plugins/admin/departments/class_divListDepartment.inc:130 +#: plugins/admin/ogroups/class_divListOGroup.inc:66 +#: plugins/admin/ogroups/class_divListOGroup.inc:169 +msgid "Actions" +msgstr "动作" -#: plugins/personal/posix/posix_groups.tpl:68 -#: plugins/addons/gotomasses/class_target_list.inc:57 +#: plugins/admin/acl/class_divListACL.inc:61 +#: plugins/admin/groups/class_divListGroup.inc:73 #: plugins/admin/users/class_divListUsers.inc:74 +#: plugins/admin/departments/class_divListDepartment.inc:53 #: plugins/admin/ogroups/ogroup_objects.tpl:38 #: plugins/admin/ogroups/class_divListOGroup.inc:82 -#: plugins/admin/departments/class_divListDepartment.inc:53 -#: plugins/admin/groups/class_divListGroup.inc:73 -#, fuzzy -msgid "Search in subtrees" -msgstr "在子树中查找" - -#: plugins/personal/posix/posix_groups.tpl:79 -#: plugins/personal/posix/paste_generic.tpl:61 -#: plugins/personal/posix/generic.tpl:104 -#: plugins/personal/posix/generic.tpl:146 -#: plugins/personal/posix/generic.tpl:175 -#: plugins/personal/posix/trust_machines.tpl:39 -#: plugins/admin/ogroups/ogroup_objects.tpl:54 -#: plugins/admin/ogroups/generic.tpl:51 -#: plugins/admin/groups/group_objects.tpl:55 -#: plugins/admin/groups/generic.tpl:193 -msgid "Add" -msgstr "添加" - -#: plugins/personal/posix/class_posixAccount.inc:138 -msgid "expired" -msgstr "过期" - -#: plugins/personal/posix/class_posixAccount.inc:140 -msgid "grace time active" -msgstr "时间限制激活" - -#: plugins/personal/posix/class_posixAccount.inc:143 -msgid "active, password not changable" -msgstr "活动,口令不可更改" - -#: plugins/personal/posix/class_posixAccount.inc:145 -msgid "active, password expired" -msgstr "活动,口令过期" - -#: plugins/personal/posix/class_posixAccount.inc:147 -msgid "active" -msgstr "活动" - -#: plugins/personal/posix/class_posixAccount.inc:158 -#: plugins/personal/posix/class_posixAccount.inc:1115 -msgid "Group of user" -msgstr "用户组" - -#: plugins/personal/posix/class_posixAccount.inc:193 -msgid "unconfigured" -msgstr "未配置" - -#: plugins/personal/posix/class_posixAccount.inc:204 -msgid "automatic" -msgstr "自动" - -#: plugins/personal/posix/class_posixAccount.inc:260 -msgid "This account has no unix extensions." -msgstr "这个账户未包含 unix 扩展。" - -#: plugins/personal/posix/class_posixAccount.inc:280 -#: plugins/personal/posix/class_posixAccount.inc:283 -msgid "Remove posix account" -msgstr "删除 posix 账户" - -#: plugins/personal/posix/class_posixAccount.inc:281 -msgid "" -"This account has unix features enabled. To disable them, you'll need to " -"remove the samba / environment account first." -msgstr "" -"这个账户已经启用 unix 功能。要禁用,您需要先删除 samba / 环境变量账户。" - -#: plugins/personal/posix/class_posixAccount.inc:284 -msgid "" -"This account has posix features enabled. You can disable them by clicking " -"below." -msgstr "这个账户已经启用 posix 功能。要禁用请点击下面按钮。" - -#: plugins/personal/posix/class_posixAccount.inc:287 -msgid "Create posix account" -msgstr "创建 posix 账户" - -#: plugins/personal/posix/class_posixAccount.inc:288 -msgid "" -"This account has posix features disabled. You can enable them by clicking " -"below." -msgstr "这个账户已经启用 posix 功能。要启用请点击下面按钮。" - -#: plugins/personal/posix/class_posixAccount.inc:448 -#, php-format -msgid "Password can't be changed up to %s days after last change" -msgstr "自上次更改以来 %s 天,不能修改口令" - -#: plugins/personal/posix/class_posixAccount.inc:452 -#, php-format -msgid "Password must be changed after %s days" -msgstr "口令必须在 %s 天之后更改" - -#: plugins/personal/posix/class_posixAccount.inc:456 -#, php-format -msgid "Disable account after %s days of inactivity after password expiery" -msgstr "口令过期 %s 天后,禁用账号" - -#: plugins/personal/posix/class_posixAccount.inc:460 -#, php-format -msgid "Warn user %s days before password expiery" -msgstr "在口令过期 %s 天之前警告用户" - -#: plugins/personal/posix/class_posixAccount.inc:593 -#: setup/setup_config2.tpl:188 -msgid "disabled" -msgstr "禁用" - -#: plugins/personal/posix/class_posixAccount.inc:593 -msgid "full access" -msgstr "完全访问权限" - -#: plugins/personal/posix/class_posixAccount.inc:594 -msgid "allow access to these hosts" -msgstr "允许访问这些主机" - -#: plugins/personal/posix/class_posixAccount.inc:647 -#, fuzzy, php-format -msgid "Removing of user/posix account with dn '%s' failed." -msgstr "删除 dn 为 '%s' 的 user/kolab 账号失败。" - -#: plugins/personal/posix/class_posixAccount.inc:803 -msgid "Timeout while waiting for lock! Ignoring lock." -msgstr "" - -#: plugins/personal/posix/class_posixAccount.inc:899 -#, fuzzy, php-format -msgid "Saving of user/posix account with dn '%s' failed." -msgstr "保存 dn 为 '%s' 的 user/kolab 账号为空。" - -#: plugins/personal/posix/class_posixAccount.inc:974 -#: plugins/personal/posix/class_posixAccount.inc:1051 -msgid "The required field 'Home directory' is not set." -msgstr "需要的字段“用户主目录”没有设置。" - -#: plugins/personal/posix/class_posixAccount.inc:977 -#: plugins/personal/posix/class_posixAccount.inc:1054 -msgid "Please enter a valid path in 'Home directory' field." -msgstr "请在“用户主目录”输入一个有效的地址。" - -#: plugins/personal/posix/class_posixAccount.inc:985 -msgid "Value specified as 'UID' is not valid." -msgstr "'UID' 赋值无效。" - -#: plugins/personal/posix/class_posixAccount.inc:988 -msgid "Value specified as 'UID' is too small." -msgstr "'UID' 赋值太小。" - -#: plugins/personal/posix/class_posixAccount.inc:992 -#: plugins/admin/groups/class_groupGeneric.inc:899 -msgid "Value specified as 'GID' is not valid." -msgstr "'GID' 赋值无效。" - -#: plugins/personal/posix/class_posixAccount.inc:995 -#: plugins/admin/groups/class_groupGeneric.inc:902 -msgid "Value specified as 'GID' is too small." -msgstr "'UID' 赋值太小。" - -#: plugins/personal/posix/class_posixAccount.inc:1003 -#: plugins/personal/posix/class_posixAccount.inc:1060 -msgid "Value specified as 'shadowMin' is not valid." -msgstr "'shadowMin' 赋值无效。" - -#: plugins/personal/posix/class_posixAccount.inc:1008 -#: plugins/personal/posix/class_posixAccount.inc:1065 -msgid "Value specified as 'shadowMax' is not valid." -msgstr "'shadowMax' 赋值无效。" - -#: plugins/personal/posix/class_posixAccount.inc:1013 -#: plugins/personal/posix/class_posixAccount.inc:1070 -msgid "Value specified as 'shadowWarning' is not valid." -msgstr "'shadowWarning' 赋值无效。" - -#: plugins/personal/posix/class_posixAccount.inc:1016 -#: plugins/personal/posix/class_posixAccount.inc:1073 -msgid "'shadowWarning' without 'shadowMax' makes no sense." -msgstr "不提供 'shadowMax' 的 'shadowWarning' 没有意义。" - -#: plugins/personal/posix/class_posixAccount.inc:1019 -#: plugins/personal/posix/class_posixAccount.inc:1076 -msgid "Value specified as 'shadowWarning' should be smaller than 'shadowMax'." -msgstr "提供的 'shadowWarning' 应该小于'shadowMax'。" - -#: plugins/personal/posix/class_posixAccount.inc:1022 -#: plugins/personal/posix/class_posixAccount.inc:1079 -msgid "Value specified as 'shadowWarning' should be greater than 'shadowMin'." -msgstr "提供的 'shadowWarning' 应该大于'shadowMin'。" - -#: plugins/personal/posix/class_posixAccount.inc:1027 -#: plugins/personal/posix/class_posixAccount.inc:1084 -msgid "Value specified as 'shadowInactive' is not valid." -msgstr "'shadowInactive' 赋值无效。" - -#: plugins/personal/posix/class_posixAccount.inc:1030 -#: plugins/personal/posix/class_posixAccount.inc:1087 -msgid "'shadowInactive' without 'shadowMax' makes no sense." -msgstr "不提供 'shadowMax' 的 'shadowInactive' 没有意义。" - -#: plugins/personal/posix/class_posixAccount.inc:1035 -#: plugins/personal/posix/class_posixAccount.inc:1092 -msgid "Value specified as 'shadowMin' should be smaller than 'shadowMax'." -msgstr "提供的 'shadowMin' 应该小于'shadowMax'。" - -#: plugins/personal/posix/class_posixAccount.inc:1278 -msgid "Cannot allocate a free ID: too many users!" -msgstr "" - -#: plugins/personal/posix/class_posixAccount.inc:1453 -#, fuzzy -msgid "POSIX account" -msgstr "GLPI 账号" - -#: plugins/personal/posix/class_posixAccount.inc:1463 -#: plugins/personal/posix/paste_generic.tpl:8 -#: plugins/personal/posix/generic.tpl:7 -msgid "Home directory" -msgstr "用户主目录" - -#: plugins/personal/posix/class_posixAccount.inc:1464 -#: plugins/personal/posix/generic.tpl:15 -msgid "Shell" -msgstr "Shell" - -#: plugins/personal/posix/class_posixAccount.inc:1465 -#: setup/setup_migrate.tpl:217 html/getxls.php:100 html/getxls.php:135 -#: html/getxls.php:158 html/getxls.php:347 html/getxls.php:364 -msgid "User ID" -msgstr "用户 ID" - -#: plugins/personal/posix/class_posixAccount.inc:1466 -#, fuzzy -msgid "Group ID" -msgstr "组" - -#: plugins/personal/posix/class_posixAccount.inc:1468 -#, fuzzy -msgid "Force password change on login" -msgstr "不允许修改口令" - -#: plugins/personal/posix/class_posixAccount.inc:1469 -#, fuzzy -msgid "Shadow min" -msgstr "显示终端" - -#: plugins/personal/posix/class_posixAccount.inc:1470 -msgid "Shadow max" -msgstr "" - -#: plugins/personal/posix/class_posixAccount.inc:1471 -#, fuzzy -msgid "Shadow warning" -msgstr "显示分区" - -#: plugins/personal/posix/class_posixAccount.inc:1472 -#, fuzzy -msgid "Shadow inactive" -msgstr "显示打印机" - -#: plugins/personal/posix/class_posixAccount.inc:1473 -#, fuzzy -msgid "Shadow expire" -msgstr "显示人员" - -#: plugins/personal/posix/class_posixAccount.inc:1474 -#, fuzzy -msgid "System trust model" -msgstr "信赖的系统" - -#: plugins/personal/posix/paste_generic.tpl:4 -msgid "Posix settings" -msgstr "Posix 设置" - -#: plugins/personal/posix/paste_generic.tpl:23 -#: plugins/personal/posix/generic.tpl:52 -msgid "Force UID/GID" -msgstr "指定 UID/GID" - -#: plugins/personal/posix/paste_generic.tpl:28 -#: plugins/personal/posix/generic.tpl:56 html/getxls.php:287 -msgid "UID" -msgstr "UID" - -#: plugins/personal/posix/paste_generic.tpl:37 -#: plugins/personal/posix/generic.tpl:67 -#: plugins/admin/groups/class_groupGeneric.inc:1008 -msgid "GID" -msgstr "GID" - -#: plugins/personal/posix/paste_generic.tpl:47 -#: plugins/personal/posix/generic.tpl:82 -msgid "Group membership" -msgstr "组成员身份" - -#: plugins/personal/posix/paste_generic.tpl:54 -#: plugins/personal/posix/generic.tpl:84 -msgid "(Warning: more than 16 groups are not supported by NFS!)" -msgstr "(警告:NFS不支持超过 16 个组!)" - -#: plugins/personal/posix/generic.tpl:25 -msgid "Primary group" -msgstr "主要用户组" - -#: plugins/personal/posix/generic.tpl:36 -#: plugins/addons/gotomasses/goto_task.tpl:20 -#: plugins/addons/gotomasses/class_divListMasses.inc:46 -msgid "Status" -msgstr "状态" - -#: plugins/personal/posix/generic.tpl:93 plugins/admin/groups/generic.tpl:179 -#, fuzzy -msgid "In all groups" -msgstr "显示邮件组" - -#: plugins/personal/posix/generic.tpl:97 plugins/admin/groups/generic.tpl:182 -#, fuzzy -msgid "Not in all groups" -msgstr "显示邮件组" - -#: plugins/personal/posix/generic.tpl:118 -msgid "Account" -msgstr "账户" - -#: plugins/personal/posix/generic.tpl:125 -msgid "System trust" -msgstr "信赖的系统" - -#: plugins/personal/posix/generic.tpl:127 -#: plugins/personal/posix/generic.tpl:155 -msgid "Trust mode" -msgstr "信赖模式" - -#: plugins/personal/posix/posix_shadow.tpl:9 -msgid "User must change password on first login" -msgstr "用户必须在第一次登录修改口令" - -#: plugins/personal/posix/posix_shadow.tpl:34 -msgid "Password expires on" -msgstr "口令过期截止日" - -#: plugins/personal/posix/main.inc:129 -msgid "Unix settings" -msgstr "Unix 设置" - -#: plugins/personal/posix/trust_machines.tpl:6 -msgid "Select systems to add" -msgstr "选择要添加的系统" - -#: plugins/personal/posix/trust_machines.tpl:26 -msgid "Display systems of department" -msgstr "显示部门的系统" - -#: plugins/personal/posix/trust_machines.tpl:30 -msgid "Display systems matching" -msgstr "显示匹配的系统" - -#: plugins/personal/posix/trust_machines.tpl:31 -msgid "Regular expression for matching addresses" -msgstr "匹配地址的正则表达式" - -#: plugins/addons/gotomasses/class_gotomasses.inc:6 -#: plugins/addons/gotomasses/main.inc:50 -#, fuzzy -msgid "System deployment" -msgstr "系统管理" +msgid "Select to search within subtrees" +msgstr "选择在子树中查询" -#: plugins/addons/gotomasses/class_gotomasses.inc:114 -#: plugins/addons/notifications/class_msgplug.inc:99 -#, fuzzy -msgid "Permission error" -msgstr "允许" +#: plugins/admin/acl/class_divListACL.inc:61 +msgid "Ignore subtrees" +msgstr "忽略子树" -#: plugins/addons/gotomasses/class_gotomasses.inc:114 +#: plugins/admin/acl/class_divListACL.inc:65 #, fuzzy -msgid "You have no permission to delete this entry!" -msgstr "您无权删除这个部门。" - -#: plugins/addons/gotomasses/class_gotomasses.inc:135 -#, fuzzy, php-format -msgid "Your are about to delete the following tasks: %s" -msgstr "您将要删除条目 %s。" +msgid "Display acls matching" +msgstr "显示匹配的宏" -#: plugins/addons/gotomasses/class_gotomasses.inc:237 -#, php-format -msgid "Cannot load queue entries: %s" -msgstr "" +#: plugins/admin/acl/class_divListACL.inc:136 +#: plugins/admin/groups/class_divListGroup.inc:152 +#: plugins/admin/users/class_divListUsers.inc:145 +#: plugins/admin/departments/class_divListDepartment.inc:127 +#: plugins/admin/ogroups/class_divListOGroup.inc:165 +msgid "Submit department" +msgstr "提交部门" -#: plugins/addons/gotomasses/class_gotomasses.inc:327 -#, fuzzy -msgid "GOsa ping" -msgstr "GOsa" +#: plugins/admin/acl/class_divListACL.inc:136 +#: plugins/admin/groups/class_divListGroup.inc:152 +#: plugins/admin/users/class_divListUsers.inc:145 +#: plugins/admin/departments/class_divListDepartment.inc:127 +#: plugins/admin/ogroups/class_divListOGroup.inc:165 +#: include/class_MultiSelectWindow.inc:242 +msgid "Submit" +msgstr "提交" -#: plugins/addons/gotomasses/class_gotomasses.inc:328 -#, fuzzy -msgid "Ping" -msgstr "于" +#: plugins/admin/acl/class_divListACL.inc:142 +#: plugins/admin/groups/class_divListGroup.inc:159 +#: plugins/admin/users/class_divListUsers.inc:151 +#: plugins/admin/departments/class_divListDepartment.inc:132 +#: plugins/admin/ogroups/class_divListOGroup.inc:171 +#: setup/class_setupStep_Migrate.inc:883 +msgid "Create" +msgstr "创建" -#: plugins/addons/gotomasses/class_gotomasses.inc:329 +#: plugins/admin/acl/class_divListACL.inc:159 +#: plugins/admin/groups/class_divListGroup.inc:179 +#: plugins/admin/users/class_divListUsers.inc:174 +#: plugins/admin/ogroups/class_divListOGroup.inc:191 #, fuzzy -msgid "Say hello" -msgstr "Shell" +msgid "Copy" +msgstr "复制" -#: plugins/addons/gotomasses/class_gotomasses.inc:337 -#: plugins/addons/gotomasses/class_gotomasses.inc:343 -#: plugins/addons/gotomasses/class_goto_task.inc:6 +#: plugins/admin/acl/class_divListACL.inc:161 +#: plugins/admin/groups/class_divListGroup.inc:181 +#: plugins/admin/users/class_divListUsers.inc:176 +#: plugins/admin/ogroups/class_divListOGroup.inc:193 #, fuzzy -msgid "System mass deployment" -msgstr "系统管理" +msgid "Cut" +msgstr "剪切" -#: plugins/addons/gotomasses/class_gotomasses.inc:338 -msgid "Provide a mechanism to automatically activate a set of systems" -msgstr "" +#: plugins/admin/acl/class_divListACL.inc:165 +#: plugins/admin/acl/class_divListACL.inc:168 +#: plugins/admin/groups/class_divListGroup.inc:185 +#: plugins/admin/groups/class_divListGroup.inc:188 +#: plugins/admin/users/class_divListUsers.inc:180 +#: plugins/admin/users/class_divListUsers.inc:183 +#: plugins/admin/ogroups/class_divListOGroup.inc:197 +#: plugins/admin/ogroups/class_divListOGroup.inc:200 +#: include/class_CopyPasteHandler.inc:435 +msgid "Paste" +msgstr "粘贴" -#: plugins/addons/gotomasses/class_gotomasses.inc:345 -#: plugins/addons/gotomasses/class_divListMasses.inc:48 -msgid "Action" -msgstr "行动" +#: plugins/admin/acl/class_divListACL.inc:216 +#: plugins/admin/groups/class_divListGroup.inc:256 +#: plugins/admin/users/class_divListUsers.inc:277 +#: plugins/admin/ogroups/class_divListOGroup.inc:247 +msgid "cut" +msgstr "剪切" -#: plugins/addons/gotomasses/class_gotomasses.inc:350 -#, fuzzy -msgid "Week day" -msgstr "星期三" +#: plugins/admin/acl/class_divListACL.inc:216 +#: plugins/admin/groups/class_divListGroup.inc:256 +#: plugins/admin/users/class_divListUsers.inc:277 +#: plugins/admin/ogroups/class_divListOGroup.inc:247 +msgid "Cut this entry" +msgstr "剪切条目" -#: plugins/addons/gotomasses/class_gotomasses.inc:351 -#: plugins/addons/gotomasses/class_divListMasses.inc:42 -#, fuzzy -msgid "Target" -msgstr "芯片组" +#: plugins/admin/acl/class_divListACL.inc:218 +#: plugins/admin/groups/class_divListGroup.inc:258 +#: plugins/admin/users/class_divListUsers.inc:279 +#: plugins/admin/ogroups/class_divListOGroup.inc:249 +msgid "copy" +msgstr "复制" -#: plugins/addons/gotomasses/goto_task.tpl:12 -msgid "Job ID" -msgstr "" +#: plugins/admin/acl/class_divListACL.inc:218 +#: plugins/admin/groups/class_divListGroup.inc:258 +#: plugins/admin/users/class_divListUsers.inc:279 +#: plugins/admin/ogroups/class_divListOGroup.inc:249 +msgid "Copy this entry" +msgstr "拷贝条目" -#: plugins/addons/gotomasses/goto_task.tpl:28 -#, fuzzy -msgid "Mac" -msgstr "三月" +#: plugins/admin/acl/class_divListACL.inc:223 +#: plugins/admin/acl/class_divListACL.inc:245 +#: plugins/admin/acl/class_aclRole.inc:340 +#: plugins/admin/acl/class_aclRole.inc:385 +#: plugins/admin/groups/class_divListGroup.inc:263 +#: plugins/admin/users/class_divListUsers.inc:298 +#: plugins/admin/departments/class_divListDepartment.inc:166 +#: plugins/admin/ogroups/class_divListOGroup.inc:253 include/class_acl.inc:409 +#: include/class_acl.inc:452 +msgid "edit" +msgstr "编辑" -#: plugins/addons/gotomasses/goto_task.tpl:36 +#: plugins/admin/acl/class_divListACL.inc:224 #, fuzzy -msgid "Header Tag" -msgstr "邮件头" - -#: plugins/addons/gotomasses/goto_task.tpl:40 include/class_pluglist.inc:168 -#: include/class_pluglist.inc:169 include/class_pluglist.inc:283 -msgid "Unknown" -msgstr "未知" +msgid "Edit acl role" +msgstr "编辑宏" -#: plugins/addons/gotomasses/class_target_list.inc:37 -msgid "Select the target objects for your scheduled action." -msgstr "" +#: plugins/admin/acl/class_divListACL.inc:233 +#: plugins/admin/acl/class_divListACL.inc:249 +#: plugins/admin/acl/class_aclRole.inc:341 +#: plugins/admin/acl/class_aclRole.inc:386 +#: plugins/admin/groups/class_divListGroup.inc:272 +#: plugins/admin/users/class_divListUsers.inc:322 +#: plugins/admin/departments/class_divListDepartment.inc:171 +#: plugins/admin/ogroups/class_divListOGroup.inc:261 include/class_acl.inc:410 +#: include/class_acl.inc:453 +msgid "delete" +msgstr "删除" -#: plugins/addons/gotomasses/class_target_list.inc:38 -#: plugins/addons/gotomasses/class_target_list.inc:39 +#: plugins/admin/acl/class_divListACL.inc:234 #, fuzzy -msgid "Available targets" -msgstr "可用的应用程序" +msgid "Delete acl role" +msgstr "删除宏" -#: plugins/addons/gotomasses/class_target_list.inc:51 +#: plugins/admin/acl/class_divListACL.inc:246 #, fuzzy -msgid "Select to see object groups" -msgstr "选择要添加的对象" +msgid "Edit acl" +msgstr "编辑宏" -#: plugins/addons/gotomasses/class_target_list.inc:51 +#: plugins/admin/acl/class_divListACL.inc:250 #, fuzzy -msgid "Show object groups" -msgstr "对象组" - -#: plugins/addons/gotomasses/class_target_list.inc:52 -#: plugins/admin/ogroups/ogroup_objects.tpl:31 -#: plugins/admin/groups/group_objects.tpl:30 -msgid "Select to see servers" -msgstr "选择显示服务器" - -#: plugins/addons/gotomasses/class_target_list.inc:52 -#: plugins/admin/ogroups/ogroup_objects.tpl:31 -msgid "Show servers" -msgstr "显示服务器" - -#: plugins/addons/gotomasses/class_target_list.inc:53 -#: plugins/admin/ogroups/ogroup_objects.tpl:32 -msgid "Select to see workstations" -msgstr "选择查看工作站" - -#: plugins/addons/gotomasses/class_target_list.inc:53 -#: plugins/admin/ogroups/ogroup_objects.tpl:32 -msgid "Show workstations" -msgstr "显示工作站" +msgid "Delete acl" +msgstr "删除宏" -#: plugins/addons/gotomasses/class_target_list.inc:57 -#: plugins/admin/users/class_divListUsers.inc:74 -#: plugins/admin/ogroups/ogroup_objects.tpl:38 -#: plugins/admin/ogroups/class_divListOGroup.inc:82 -#: plugins/admin/departments/class_divListDepartment.inc:53 -#: plugins/admin/acl/class_divListACL.inc:61 -#: plugins/admin/groups/class_divListGroup.inc:73 -msgid "Select to search within subtrees" -msgstr "选择在子树中查询" +#: plugins/admin/acl/paste_role.tpl:4 plugins/admin/acl/acl_role.tpl:7 +#: plugins/admin/acl/class_aclRole.inc:677 +#: plugins/admin/groups/class_groupGeneric.inc:1001 +#: plugins/admin/ogroups/class_ogroup.inc:749 setup/setup_feedback.tpl:22 +#: setup/setup_migrate.tpl:209 html/getxls.php:223 html/getxls.php:290 +msgid "Name" +msgstr "名称" -#: plugins/addons/gotomasses/class_target_list.inc:58 -msgid "Select to search for a specific IP range only" +#: plugins/admin/acl/remove.tpl:6 +#, fuzzy +msgid "" +"This includes all system and setup informations. Please double check if your " +"really want to do this since there is no way for GOsa to get your data back." msgstr "" +"这包含所有系统和设置信息。请再次检查您是否要这么做,因为 GOsa 没有办法将您的" +"数据找回。" -#: plugins/addons/gotomasses/class_target_list.inc:58 -msgid "Match IP range" +#: plugins/admin/acl/remove.tpl:10 plugins/admin/departments/remove.tpl:10 +msgid "" +"Best thing to do before performing this action would be to save the current " +"contents of your LDAP tree in a file. So - if you've done so - press " +"'Delete' to continue or 'Cancel' to abort." msgstr "" +"最好在执行这个操作之前,保存当前 LDAP 树中的内容到一个文件。所以,如果您已经" +"这么做了,按“删除”继续或者按“取消”退出。" -#: plugins/addons/gotomasses/class_target_list.inc:62 -msgid "IP range start" -msgstr "" +#: plugins/admin/acl/main.inc:43 plugins/admin/acl/main.inc:45 +#, fuzzy +msgid "ACL management" +msgstr "管理" -#: plugins/addons/gotomasses/class_target_list.inc:63 -msgid "IP range end" +#: plugins/admin/acl/acl_role.tpl:3 ihtml/themes/default/acl.tpl:2 +msgid "Assigned ACLs for current entry" msgstr "" -#: plugins/addons/gotomasses/class_target_list.inc:132 -#: plugins/admin/users/class_divListUsers.inc:145 -#: plugins/admin/ogroups/class_divListOGroup.inc:165 -#: plugins/admin/departments/class_divListDepartment.inc:127 -#: plugins/admin/acl/class_divListACL.inc:136 -#: plugins/admin/groups/class_divListGroup.inc:152 -msgid "Submit department" -msgstr "提交部门" +#: plugins/admin/acl/acl_role.tpl:17 plugins/admin/acl/class_aclRole.inc:679 +#: plugins/admin/groups/class_groupGeneric.inc:1003 +#: plugins/admin/groups/generic.tpl:24 +#: plugins/admin/departments/generic.tpl:16 +#: plugins/admin/departments/class_departmentGeneric.inc:569 +#: plugins/admin/ogroups/class_ogroup.inc:751 +#: plugins/admin/ogroups/generic.tpl:15 +#: plugins/generic/references/contents.tpl:11 html/getxls.php:158 +#: html/getxls.php:287 +msgid "Description" +msgstr "描述" -#: plugins/addons/gotomasses/class_target_list.inc:132 -#: plugins/admin/users/class_divListUsers.inc:145 -#: plugins/admin/ogroups/class_divListOGroup.inc:165 -#: plugins/admin/departments/class_divListDepartment.inc:127 -#: plugins/admin/acl/class_divListACL.inc:136 -#: plugins/admin/groups/class_divListGroup.inc:152 -#: include/class_MultiSelectWindow.inc:242 -msgid "Submit" -msgstr "提交" +#: plugins/admin/acl/acl_role.tpl:31 plugins/admin/groups/generic.tpl:43 +#: plugins/admin/ogroups/generic.tpl:29 +msgid "Choose subtree to place group in" +msgstr "选择来放置组的子树" -#: plugins/addons/gotomasses/class_target_list.inc:229 -#: plugins/addons/gotomasses/class_target_list.inc:233 +#: plugins/admin/acl/acl_role.tpl:44 ihtml/themes/default/acl.tpl:4 #, fuzzy -msgid "IP range is invalid!" -msgstr "指定的 branch 名称无效。" +msgid "New ACL" +msgstr "新" -#: plugins/addons/gotomasses/class_divListMasses.inc:21 +#: plugins/admin/acl/acl_role.tpl:49 ihtml/themes/default/acl.tpl:8 #, fuzzy -msgid "List of queued deamon jobs." -msgstr "部门列表" +msgid "ACL type" +msgstr "分类类型" -#: plugins/addons/gotomasses/class_divListMasses.inc:25 +#: plugins/admin/acl/acl_role.tpl:49 ihtml/themes/default/acl.tpl:8 #, fuzzy -msgid "" -"This menu allows you to remove and change the properties of GOsa deamon " -"tasks." +msgid "Select an acl type" +msgstr "选择一个位置" + +#: plugins/admin/acl/acl_role.tpl:54 ihtml/themes/default/acl.tpl:55 +#, fuzzy +msgid "List of available ACL categories" +msgstr "可用软件包列表" + +#: plugins/admin/acl/class_aclRole.inc:6 +msgid "Access control list templates" msgstr "" -"这个菜单允许您添加,删除和修改所选系统的属性。您只能添加已经启动过一次的系" -"统。" -#: plugins/addons/gotomasses/class_divListMasses.inc:29 -#: plugins/addons/gotomasses/class_divListMasses.inc:30 -#, fuzzy, php-format -msgid "Display entries with action %s." -msgstr "用这个语法过滤条目" +#: plugins/admin/acl/class_aclRole.inc:103 include/class_acl.inc:177 +#, fuzzy +msgid "All categories" +msgstr "添加分类" -#: plugins/addons/gotomasses/class_divListMasses.inc:40 -msgid "#" +#: plugins/admin/acl/class_aclRole.inc:110 include/class_acl.inc:185 +msgid "Reset ACLs" msgstr "" -#: plugins/addons/gotomasses/class_divListMasses.inc:43 -msgid "Task" -msgstr "任务" +#: plugins/admin/acl/class_aclRole.inc:111 include/class_acl.inc:186 +#, fuzzy +msgid "One level" +msgstr "日志级别" -#: plugins/addons/gotomasses/class_divListMasses.inc:44 +#: plugins/admin/acl/class_aclRole.inc:112 include/class_acl.inc:187 +#: include/class_acl.inc:192 #, fuzzy -msgid "Schedule" -msgstr "PHPscheduleit" +msgid "Current object" +msgstr "创建新 FAI 对象" -#: plugins/addons/gotomasses/class_divListMasses.inc:127 +#: plugins/admin/acl/class_aclRole.inc:113 include/class_acl.inc:188 #, fuzzy -msgid "Reomve" -msgstr "删除" +msgid "Complete subtree" +msgstr "忽略子树" -#: plugins/addons/gotomasses/remove.tpl:6 plugins/admin/users/remove.tpl:6 -msgid "" -"This includes all account data, system access rules, imap settings, etc. for " -"this user. Please double check if your really want to do this since there is " -"no way for GOsa to get your data back." +#: plugins/admin/acl/class_aclRole.inc:114 include/class_acl.inc:189 +msgid "Complete subtree (permanent)" msgstr "" -"这包含该用户所有账号数据,系统访问规则,imap 设置等等。请再次检查您是否要这么" -"做,因为 GOsa 没有办法将您的数据找回。" -#: plugins/addons/bugsubmitter/class_bugsubmitter.inc:5 -msgid "" -"Bugsubmitter" -msgstr "" +#: plugins/admin/acl/class_aclRole.inc:338 +#: include/class_MultiSelectWindow.inc:227 +#: include/class_MultiSelectWindow.inc:229 include/class_acl.inc:407 +msgid "Up" +msgstr "上" -#: plugins/addons/notifications/class_msgplug.inc:6 -#: plugins/addons/notifications/main.inc:47 +#: plugins/admin/acl/class_aclRole.inc:339 include/class_acl.inc:408 +msgid "Down" +msgstr "关闭" + +#: plugins/admin/acl/class_aclRole.inc:340 include/class_acl.inc:409 #, fuzzy -msgid "Notifications" -msgstr "行业" +msgid "Edit ACL" +msgstr "编辑" -#: plugins/addons/notifications/class_msgplug.inc:36 -#: plugins/admin/groups/class_groupManagement.inc:24 -#: plugins/admin/groups/class_groupGeneric.inc:998 include/class_acl.inc:196 -#: html/getxls.php:124 html/getxls.php:126 html/getxls.php:309 -msgid "Groups" -msgstr "用户组" +#: plugins/admin/acl/class_aclRole.inc:341 include/class_acl.inc:410 +#, fuzzy +msgid "Delete ACL" +msgstr "删除" + +#: plugins/admin/acl/class_aclRole.inc:378 include/class_acl.inc:445 +msgid "No ACL settings for this category" +msgstr "" -#: plugins/addons/notifications/class_msgplug.inc:99 -#, fuzzy -msgid "You have no permissions to send a message!" -msgstr "您无权查看和编辑 ACL。" +#: plugins/admin/acl/class_aclRole.inc:380 include/class_acl.inc:447 +#, php-format +msgid "Contains ACLs for these objects: %s" +msgstr "" -#: plugins/addons/notifications/class_msgplug.inc:103 -#: plugins/addons/notifications/class_msgplug.inc:111 -#: include/class_plugin.inc:1154 include/class_plugin.inc:1166 -#: include/class_pluglist.inc:152 include/class_config.inc:554 -#: include/functions.inc:592 include/functions.inc:2509 -#: include/functions.inc:2528 include/class_CopyPasteHandler.inc:91 -#: include/class_CopyPasteHandler.inc:99 -#: include/class_CopyPasteHandler.inc:148 -#: include/class_CopyPasteHandler.inc:156 -#: include/class_CopyPasteHandler.inc:165 -#: include/password-methods/class_password-methods-sha.inc:46 -#: include/password-methods/class_password-methods-ssha.inc:51 -#: include/utils/class_timezone.inc:51 html/index.php:205 +#: plugins/admin/acl/class_aclRole.inc:385 include/class_acl.inc:452 #, fuzzy -msgid "Configuration error" -msgstr "配置文件" +msgid "Edit categories ACLs" +msgstr "编辑分类" -#: plugins/addons/notifications/class_msgplug.inc:103 -#, php-format -msgid "Missing '%s' directive in configuration!" +#: plugins/admin/acl/class_aclRole.inc:386 include/class_acl.inc:453 +msgid "Clear categories ACLs" msgstr "" -#: plugins/addons/notifications/class_msgplug.inc:111 +#: plugins/admin/acl/class_aclRole.inc:402 include/class_acl.inc:498 #, php-format -msgid "'%s' defined for the '%s' directive cannot be executed!" +msgid "Edit ACL for '%s', scope is '%s'" msgstr "" -#: plugins/addons/notifications/class_msgplug.inc:117 -#, fuzzy -msgid "Please specify at least one recipient to send a message!" -msgstr "请提供一个有效的脚本名。" +#: plugins/admin/acl/class_aclRole.inc:412 include/class_acl.inc:508 +msgid "All objects in current subtree" +msgstr "" -#: plugins/addons/notifications/class_msgplug.inc:213 +#: plugins/admin/acl/class_aclRole.inc:564 include/class_acl.inc:1061 #, fuzzy, php-format -msgid "Cannot find a DESC tag in file '%s'!" -msgstr "无法创建文件 '%s'。" +msgid "Saving ACLs with dn '%s' failed." +msgstr "保存 dn 为 '%s' 的 user/kolab 账号为空。" -#: plugins/addons/notifications/class_msgplug.inc:240 +#: plugins/admin/acl/class_aclRole.inc:596 #, fuzzy -msgid "Notification" -msgstr "行业" +msgid "Object in use" +msgstr "对象名称" -#: plugins/addons/notifications/class_msgplug.inc:241 -#: plugins/addons/notifications/class_msgplug.inc:246 -#, fuzzy -msgid "Notification plugin" -msgstr "主机通知选项" +#: plugins/admin/acl/class_aclRole.inc:596 +#, fuzzy, php-format +msgid "This role cannot be removed while it is in use by these objects:" +msgstr "这个共享不能被删除,因为仍然被 %d 个用户使用:" -#: plugins/addons/notifications/class_msgplug.inc:249 -#, fuzzy -msgid "Allow sending notifications" -msgstr "主机通知选项" +#: plugins/admin/acl/class_aclRole.inc:602 +#, fuzzy, php-format +msgid "Removing of aclRole with dn '%s' failed." +msgstr "删除 dn 为 '%s' 的 user/kolab 账号失败。" -#: plugins/addons/notifications/contents.tpl:2 +#: plugins/admin/acl/class_aclRole.inc:614 +#, fuzzy, php-format +msgid "Removing aclRole from objectgroup '%s' failed" +msgstr "从对象组 '%s' 删除应用程序失败" + +#: plugins/admin/acl/class_aclRole.inc:669 include/class_acl.inc:1098 #, fuzzy -msgid "Notification target" -msgstr "未安装证书" +msgid "ACL roles" +msgstr "MAC 地址" -#: plugins/addons/notifications/contents.tpl:7 -msgid "Use target from" +#: plugins/admin/acl/class_aclRole.inc:674 +msgid "Acl roles" msgstr "" -#: plugins/addons/notifications/contents.tpl:21 -#, fuzzy -msgid "Available recipients" -msgstr "可用的应用程序" +#: plugins/admin/groups/group_objects.tpl:6 +msgid "Select users to add" +msgstr "选择要添加的用户" -#: plugins/addons/notifications/contents.tpl:33 -#, fuzzy -msgid "Recipients" -msgstr "收件人" +#: plugins/admin/groups/group_objects.tpl:30 +#: plugins/admin/ogroups/ogroup_objects.tpl:31 +msgid "Select to see servers" +msgstr "选择显示服务器" -#: plugins/addons/notifications/contents.tpl:44 -msgid "Message" -msgstr "信息" +#: plugins/admin/groups/group_objects.tpl:30 +msgid "Search within subtree" +msgstr "在子树中查找" -#: plugins/addons/notifications/contents.tpl:60 -#, fuzzy -msgid "Send message" -msgstr "挂起邮件" +#: plugins/admin/groups/group_objects.tpl:37 +msgid "Display users of department" +msgstr "显示部门的用户" -#: plugins/addons/notifications/contents.tpl:72 +#: plugins/admin/groups/group_objects.tpl:46 +#: plugins/admin/users/class_divListUsers.inc:77 +msgid "Display users matching" +msgstr "显示匹配的用户" + +#: plugins/admin/groups/group_objects.tpl:47 +msgid "Regular expression for matching user names" +msgstr "匹配用户名的正则表达式" + +#: plugins/admin/groups/class_groupGeneric.inc:137 #, fuzzy -msgid "Notification send!" -msgstr "未安装证书" +msgid "Cannot find group SID in your configuration!" +msgstr "无法在 LDAP 或您的配置文件中查找这个组 SID。" -#: plugins/addons/notifications/contents.tpl:75 -msgid "" -"Your message has been sent successfully. Press the continue button to get " -"back to the notification plugin." -msgstr "" +#: plugins/admin/groups/class_groupGeneric.inc:193 +msgid "This 'dn' is no group." +msgstr "该 'dn' 不是一个组。" -#: plugins/admin/users/class_divListUsers.inc:35 -#: plugins/admin/users/class_divListUsers.inc:36 -msgid "List of users" -msgstr "用户列表" +#: plugins/admin/groups/class_groupGeneric.inc:334 +msgid "Samba group" +msgstr "Samba 组" -#: plugins/admin/users/class_divListUsers.inc:40 -msgid "" -"This menu allows you to create, edit and delete selected users. Having a " -"great number of users, you may want to use the range selectors on top of the " -"user list." -msgstr "" -"这个菜单允许您创建,删除和修改所选的用户。对于一个长列表,您可以通过列表上面" -"的范围选择来调整。" +#: plugins/admin/groups/class_groupGeneric.inc:334 +msgid "Domain admins" +msgstr "域管理员" -#: plugins/admin/users/class_divListUsers.inc:62 -#: plugins/admin/ogroups/class_divListOGroup.inc:65 -#: plugins/admin/departments/generic.tpl:4 -#: plugins/admin/groups/class_divListGroup.inc:61 -msgid "Properties" -msgstr "属性" +#: plugins/admin/groups/class_groupGeneric.inc:334 +msgid "Domain users" +msgstr "域用户" -#: plugins/admin/users/class_divListUsers.inc:63 -#: plugins/admin/users/class_divListUsers.inc:149 -#: plugins/admin/ogroups/class_divListOGroup.inc:66 -#: plugins/admin/ogroups/class_divListOGroup.inc:169 -#: plugins/admin/departments/class_divListDepartment.inc:49 -#: plugins/admin/departments/class_divListDepartment.inc:130 -#: plugins/admin/acl/class_divListACL.inc:55 -#: plugins/admin/acl/class_divListACL.inc:140 -#: plugins/admin/groups/class_divListGroup.inc:62 -#: plugins/admin/groups/class_divListGroup.inc:157 -msgid "Actions" -msgstr "动作" +#: plugins/admin/groups/class_groupGeneric.inc:335 +msgid "Domain guests" +msgstr "域名 guests" -#: plugins/admin/users/class_divListUsers.inc:65 -msgid "Select to see template pseudo users" -msgstr "选择查看伪用户模板" +#: plugins/admin/groups/class_groupGeneric.inc:340 +#, php-format +msgid "Special group (%d)" +msgstr "特殊组 (%d)" -#: plugins/admin/users/class_divListUsers.inc:65 -msgid "Show templates" -msgstr "显示模板" +#: plugins/admin/groups/class_groupGeneric.inc:494 +msgid "! unknown id" +msgstr "! 未知 id" -#: plugins/admin/users/class_divListUsers.inc:66 -msgid "Select to see users that have only a GOsa object" -msgstr "选择查看只拥有一个 GOsa 对象的用户" +#: plugins/admin/groups/class_groupGeneric.inc:532 +#, php-format +msgid "Search returned too many results. Not displaying more than %s entries." +msgstr "" -#: plugins/admin/users/class_divListUsers.inc:66 -msgid "Show functional users" -msgstr "显示用户" +#: plugins/admin/groups/class_groupGeneric.inc:561 +#: plugins/admin/groups/class_groupGeneric.inc:826 +#, fuzzy, php-format +msgid "Removing of groups/generic with dn '%s' failed." +msgstr "删除 dn 为 '%s' 的 user/kolab 账号失败。" -#: plugins/admin/users/class_divListUsers.inc:67 -msgid "Select to see users that have posix settings" -msgstr "显示具有 posix 设置的用户" +#: plugins/admin/groups/class_groupGeneric.inc:711 +#, fuzzy, php-format +msgid "Cannot find any SID for '%s'!" +msgstr "无法创建文件 '%s'。" -#: plugins/admin/users/class_divListUsers.inc:67 -msgid "Show unix users" -msgstr "显示 unix 用户" +#: plugins/admin/groups/class_groupGeneric.inc:716 +#, fuzzy, php-format +msgid "Cannot find any RIDBASE for '%s'!" +msgstr "无法创建文件 '%s'。" -#: plugins/admin/users/class_divListUsers.inc:68 -msgid "Select to see users that have mail settings" -msgstr "显示具有邮件设置的用户" +#: plugins/admin/groups/class_groupGeneric.inc:858 +msgid "" +"The field 'Name' contains invalid characters. Lowercase, numbers and dashes " +"are allowed." +msgstr "字段 'Name' 包含无效字符。只允许小写字母,数字和短线。" -#: plugins/admin/users/class_divListUsers.inc:68 -msgid "Show mail users" -msgstr "显示邮件用户" +#: plugins/admin/groups/class_groupGeneric.inc:869 +#: plugins/admin/groups/class_groupGeneric.inc:883 +#: plugins/admin/groups/class_groupGeneric.inc:890 +msgid "Value specified as 'Name' is already used." +msgstr "指定为“名称”的值已经在使用了。" -#: plugins/admin/users/class_divListUsers.inc:69 -msgid "Select to see users that have samba settings" -msgstr "显示具有 samba 设置的用户" +#: plugins/admin/groups/class_groupGeneric.inc:944 +#, fuzzy +msgid "Cannot allocate a free ID!" +msgstr "太多用户,无法分配一个可用的 ID!" -#: plugins/admin/users/class_divListUsers.inc:69 -msgid "Show samba users" -msgstr "显示 samba 用户" +#: plugins/admin/groups/class_groupGeneric.inc:993 +#, fuzzy +msgid "Generic group settings" +msgstr "组设置" + +#: plugins/admin/groups/class_groupGeneric.inc:1005 +#, fuzzy +msgid "Phone pickup group" +msgstr "成员属于电话应答组" + +#: plugins/admin/groups/class_groupGeneric.inc:1006 +#, fuzzy +msgid "Nagios group" +msgstr "Nagios 账号" + +#: plugins/admin/groups/class_groupGeneric.inc:1009 +#, fuzzy +msgid "Group member" +msgstr "组成员" -#: plugins/admin/users/class_divListUsers.inc:70 -msgid "Select to see users that have proxy settings" -msgstr "显示具有代理设置的用户" +#: plugins/admin/groups/class_groupGeneric.inc:1010 +#, fuzzy +msgid "Samba group type" +msgstr "Samba 组" -#: plugins/admin/users/class_divListUsers.inc:70 -msgid "Show proxy users" -msgstr "显示代理用户" +#: plugins/admin/groups/class_groupGeneric.inc:1011 +#, fuzzy +msgid "Samba domain name" +msgstr "Samba 主目录" -#: plugins/admin/users/class_divListUsers.inc:77 -#: plugins/admin/groups/group_objects.tpl:46 -msgid "Display users matching" -msgstr "显示匹配的用户" +#: plugins/admin/groups/class_groupGeneric.inc:1012 setup/setup_config2.tpl:15 +#, fuzzy +msgid "Samba SID" +msgstr "Samba" -#: plugins/admin/users/class_divListUsers.inc:151 -#: plugins/admin/ogroups/class_divListOGroup.inc:171 -#: plugins/admin/departments/class_divListDepartment.inc:132 -#: plugins/admin/acl/class_divListACL.inc:142 -#: plugins/admin/groups/class_divListGroup.inc:159 -#: setup/class_setupStep_Migrate.inc:883 -msgid "Create" -msgstr "创建" +#: plugins/admin/groups/class_groupManagement.inc:298 +#: plugins/admin/departments/class_departmentManagement.inc:178 +#, fuzzy, php-format +msgid "You're about to delete the following entry %s" +msgstr "您将要删除条目 %s。" -#: plugins/admin/users/class_divListUsers.inc:156 -#: plugins/admin/ogroups/class_ogroupManagement.inc:450 -#: setup/setup_config2.tpl:257 setup/setup_config2.tpl:302 -msgid "User" -msgstr "用户" +#: plugins/admin/groups/class_groupManagement.inc:300 +#: plugins/admin/departments/class_departmentManagement.inc:180 +#, fuzzy, php-format +msgid "You're about to delete the following entries %s" +msgstr "您将要删除条目 %s。" -#: plugins/admin/users/class_divListUsers.inc:158 -#: plugins/admin/users/template.tpl:15 -msgid "Template" -msgstr "模板" +#: plugins/admin/groups/class_groupManagement.inc:380 +#, php-format +msgid "You're about to delete the group '%s'." +msgstr "您将要删除组 '%s'。" -#: plugins/admin/users/class_divListUsers.inc:166 -#: plugins/admin/users/class_divListUsers.inc:309 -msgid "Change password" -msgstr "修改口令" +#: plugins/admin/groups/paste_generic.tpl:1 +msgid "Group settings" +msgstr "组设置" -#: plugins/admin/users/class_divListUsers.inc:174 -#: plugins/admin/ogroups/class_divListOGroup.inc:191 -#: plugins/admin/acl/class_divListACL.inc:159 -#: plugins/admin/groups/class_divListGroup.inc:179 -#, fuzzy -msgid "Copy" -msgstr "复制" +#: plugins/admin/groups/paste_generic.tpl:5 +#: plugins/admin/groups/generic.tpl:11 +#: plugins/admin/ogroups/paste_generic.tpl:4 +#: plugins/admin/ogroups/generic.tpl:7 +msgid "Group name" +msgstr "组名" -#: plugins/admin/users/class_divListUsers.inc:176 -#: plugins/admin/ogroups/class_divListOGroup.inc:193 -#: plugins/admin/acl/class_divListACL.inc:161 -#: plugins/admin/groups/class_divListGroup.inc:181 -#, fuzzy -msgid "Cut" -msgstr "剪切" +#: plugins/admin/groups/paste_generic.tpl:8 +#: plugins/admin/groups/generic.tpl:17 +msgid "Posix name of the group" +msgstr "组的 posix 名称" -#: plugins/admin/users/class_divListUsers.inc:180 -#: plugins/admin/users/class_divListUsers.inc:183 -#: plugins/admin/ogroups/class_divListOGroup.inc:197 -#: plugins/admin/ogroups/class_divListOGroup.inc:200 -#: plugins/admin/acl/class_divListACL.inc:165 -#: plugins/admin/acl/class_divListACL.inc:168 -#: plugins/admin/groups/class_divListGroup.inc:185 -#: plugins/admin/groups/class_divListGroup.inc:188 -#: include/class_CopyPasteHandler.inc:435 -msgid "Paste" -msgstr "粘贴" +#: plugins/admin/groups/paste_generic.tpl:13 +#: plugins/admin/groups/generic.tpl:65 +msgid "Normally IDs are autogenerated, select to specify manually" +msgstr "一般 ID 是自动创建的,要手工设置请选择" -#: plugins/admin/users/class_divListUsers.inc:236 -msgid "GOsa" -msgstr "GOsa" +#: plugins/admin/groups/paste_generic.tpl:15 +#: plugins/admin/groups/generic.tpl:68 +msgid "Force GID" +msgstr "强制 GID" -#: plugins/admin/users/class_divListUsers.inc:237 -msgid "Edit generic properties" -msgstr "编辑通用属性" +#: plugins/admin/groups/paste_generic.tpl:18 +#: plugins/admin/groups/generic.tpl:71 +msgid "Forced ID number" +msgstr "强制 ID 编号" -#: plugins/admin/users/class_divListUsers.inc:238 -#: plugins/admin/groups/class_divListGroup.inc:226 -msgid "Posix" -msgstr "Posix" +#: plugins/admin/groups/class_divListGroup.inc:35 +#: plugins/admin/groups/class_divListGroup.inc:36 +msgid "List of groups" +msgstr "组列表" -#: plugins/admin/users/class_divListUsers.inc:239 -msgid "Edit UNIX properties" -msgstr "编辑 UNIX 属性" +#: plugins/admin/groups/class_divListGroup.inc:41 +msgid "" +"This menu allows you to add, edit and remove selected groups. You may want " +"to use the range selector on top of the group listbox, when working with a " +"large number of groups." +msgstr "" +"这个菜单允许您添加,编辑和删除所选的组。对于一个长列表,您可以通过选择框上面" +"的范围选择来调整。" -#: plugins/admin/users/class_divListUsers.inc:241 -msgid "Edit environment properties" -msgstr "编辑环境属性" +#: plugins/admin/groups/class_divListGroup.inc:60 +msgid "Groupname / Department" +msgstr "组名 / 部门" -#: plugins/admin/users/class_divListUsers.inc:243 -msgid "Edit mail properties" -msgstr "编辑邮件属性" +#: plugins/admin/groups/class_divListGroup.inc:61 +#: plugins/admin/users/class_divListUsers.inc:62 +#: plugins/admin/departments/generic.tpl:4 +#: plugins/admin/ogroups/class_divListOGroup.inc:65 +msgid "Properties" +msgstr "属性" -#: plugins/admin/users/class_divListUsers.inc:245 -msgid "Edit phone properties" -msgstr "编辑电话属性" +#: plugins/admin/groups/class_divListGroup.inc:65 +msgid "Select to see groups that are primary groups of users" +msgstr "选择查看用户的主要组" -#: plugins/admin/users/class_divListUsers.inc:247 -msgid "Edit fax properies" -msgstr "编辑传真属性" +#: plugins/admin/groups/class_divListGroup.inc:65 +msgid "Show primary groups" +msgstr "显示主要组" -#: plugins/admin/users/class_divListUsers.inc:249 -msgid "Edit samba properties" -msgstr "编辑 samba 属性" +#: plugins/admin/groups/class_divListGroup.inc:66 +msgid "Select to see groups that have samba groups mappings" +msgstr "选择查看配置了 samba 映射的用户组" -#: plugins/admin/users/class_divListUsers.inc:251 -msgid "Edit netatalk properties" -msgstr "编辑 netatalk 属性" +#: plugins/admin/groups/class_divListGroup.inc:66 +msgid "Show samba groups" +msgstr "显示 samba 用户组" -#: plugins/admin/users/class_divListUsers.inc:252 -msgid "Create user from template" -msgstr "从模板创建用户" +#: plugins/admin/groups/class_divListGroup.inc:67 +msgid "Select to see groups that have applications configured" +msgstr "选择查看配置了应用程序的组" -#: plugins/admin/users/class_divListUsers.inc:253 -msgid "Create user with this template" -msgstr "创建使用该模板的用户" +#: plugins/admin/groups/class_divListGroup.inc:67 +msgid "Show application groups" +msgstr "显示应用程序组" -#: plugins/admin/users/class_divListUsers.inc:277 -#: plugins/admin/ogroups/class_divListOGroup.inc:247 -#: plugins/admin/acl/class_divListACL.inc:216 -#: plugins/admin/groups/class_divListGroup.inc:256 -msgid "cut" -msgstr "剪切" +#: plugins/admin/groups/class_divListGroup.inc:68 +msgid "Select to see groups that have mail settings" +msgstr "选择查看配置了邮件设置的组" -#: plugins/admin/users/class_divListUsers.inc:277 -#: plugins/admin/ogroups/class_divListOGroup.inc:247 -#: plugins/admin/acl/class_divListACL.inc:216 -#: plugins/admin/groups/class_divListGroup.inc:256 -msgid "Cut this entry" -msgstr "剪切条目" +#: plugins/admin/groups/class_divListGroup.inc:68 +msgid "Show mail groups" +msgstr "显示邮件组" -#: plugins/admin/users/class_divListUsers.inc:279 -#: plugins/admin/ogroups/class_divListOGroup.inc:249 -#: plugins/admin/acl/class_divListACL.inc:218 -#: plugins/admin/groups/class_divListGroup.inc:258 -msgid "copy" -msgstr "复制" +#: plugins/admin/groups/class_divListGroup.inc:69 +msgid "Select to see normal groups that have only functional aspects" +msgstr "选择查看实用的普通组" -#: plugins/admin/users/class_divListUsers.inc:279 -#: plugins/admin/ogroups/class_divListOGroup.inc:249 -#: plugins/admin/acl/class_divListACL.inc:218 -#: plugins/admin/groups/class_divListGroup.inc:258 -msgid "Copy this entry" -msgstr "拷贝条目" +#: plugins/admin/groups/class_divListGroup.inc:69 +msgid "Show functional groups" +msgstr "显示实用组" -#: plugins/admin/users/class_divListUsers.inc:288 -#, fuzzy -msgid "Deactivated" -msgstr "活动" +#: plugins/admin/groups/class_divListGroup.inc:165 +#: plugins/admin/ogroups/class_ogroupManagement.inc:451 +#: plugins/generic/references/class_reference.inc:36 +msgid "Group" +msgstr "组" -#: plugins/admin/users/class_divListUsers.inc:291 -msgid "Active" -msgstr "活动" +#: plugins/admin/groups/class_divListGroup.inc:226 +#: plugins/admin/users/class_divListUsers.inc:238 +msgid "Posix" +msgstr "Posix" -#: plugins/admin/users/class_divListUsers.inc:298 -#: plugins/admin/ogroups/class_divListOGroup.inc:253 -#: plugins/admin/departments/class_divListDepartment.inc:166 -#: plugins/admin/acl/class_aclRole.inc:340 -#: plugins/admin/acl/class_aclRole.inc:385 -#: plugins/admin/acl/class_divListACL.inc:223 -#: plugins/admin/acl/class_divListACL.inc:245 -#: plugins/admin/groups/class_divListGroup.inc:263 include/class_acl.inc:409 -#: include/class_acl.inc:452 -msgid "edit" -msgstr "编辑" +#: plugins/admin/groups/class_divListGroup.inc:228 +#: plugins/admin/users/class_divListUsers.inc:242 +#: plugins/admin/ogroups/tabs_ogroups.inc:90 +#: plugins/admin/ogroups/tabs_ogroups.inc:236 +#: plugins/admin/ogroups/class_divListOGroup.inc:228 +#: plugins/generic/references/class_reference.inc:24 +msgid "Mail" +msgstr "邮件" + +#: plugins/admin/groups/class_divListGroup.inc:230 +#: plugins/admin/users/class_divListUsers.inc:248 +#: plugins/generic/references/class_reference.inc:26 +#: plugins/generic/references/class_reference.inc:28 +msgid "Samba" +msgstr "Samba" -#: plugins/admin/users/class_divListUsers.inc:299 -msgid "Edit user" -msgstr "编辑用户" +#: plugins/admin/groups/class_divListGroup.inc:232 +#: plugins/admin/ogroups/tabs_ogroups.inc:133 +#: plugins/admin/ogroups/class_ogroupManagement.inc:452 +#: plugins/generic/references/class_reference.inc:42 +msgid "Application" +msgstr "应用程序" -#: plugins/admin/users/class_divListUsers.inc:308 -msgid "password" -msgstr "口令" +#: plugins/admin/groups/class_divListGroup.inc:236 +#: plugins/admin/users/class_divListUsers.inc:240 +#: plugins/admin/ogroups/tabs_ogroups.inc:148 +msgid "Environment" +msgstr "环境设置" -#: plugins/admin/users/class_divListUsers.inc:312 -#, fuzzy -msgid "You are not allowed to change the password for this user." -msgstr "现在您无权修改您的口令" +#: plugins/admin/groups/class_divListGroup.inc:263 +#: plugins/admin/departments/class_divListDepartment.inc:166 +#: plugins/admin/ogroups/class_divListOGroup.inc:253 +msgid "Edit this entry" +msgstr "编辑这条记录" -#: plugins/admin/users/class_divListUsers.inc:322 -#: plugins/admin/ogroups/class_divListOGroup.inc:261 +#: plugins/admin/groups/class_divListGroup.inc:272 #: plugins/admin/departments/class_divListDepartment.inc:171 -#: plugins/admin/acl/class_aclRole.inc:341 -#: plugins/admin/acl/class_aclRole.inc:386 -#: plugins/admin/acl/class_divListACL.inc:233 -#: plugins/admin/acl/class_divListACL.inc:249 -#: plugins/admin/groups/class_divListGroup.inc:272 include/class_acl.inc:410 -#: include/class_acl.inc:453 -msgid "delete" -msgstr "删除" - -#: plugins/admin/users/class_divListUsers.inc:323 -#: plugins/admin/users/class_userManagement.inc:526 -msgid "Delete user" -msgstr "删除用户" - -#: plugins/admin/users/class_divListUsers.inc:326 -#, fuzzy -msgid "You are not allowed to remove this user." -msgstr "您无权删除这个用户!" +#: plugins/admin/ogroups/class_divListOGroup.inc:261 +msgid "Delete this entry" +msgstr "删除这个条目" -#: plugins/admin/users/class_divListUsers.inc:412 +#: plugins/admin/groups/class_divListGroup.inc:329 #, fuzzy -msgid "Number of listed users" -msgstr "部门名称" +msgid "Number of listed groups" +msgstr "组名称" +#: plugins/admin/groups/class_divListGroup.inc:330 #: plugins/admin/users/class_divListUsers.inc:413 -#: plugins/admin/ogroups/class_divListOGroup.inc:311 #: plugins/admin/departments/class_divListDepartment.inc:210 -#: plugins/admin/groups/class_divListGroup.inc:330 +#: plugins/admin/ogroups/class_divListOGroup.inc:311 #, fuzzy msgid "Number of listed departments" msgstr "部门名称" -#: plugins/admin/users/class_userManagement.inc:241 -#, fuzzy -msgid "Password change failed." -msgstr "不允许修改口令" - -#: plugins/admin/users/class_userManagement.inc:241 -#: plugins/admin/users/class_userManagement.inc:296 -msgid "You are not allowed to set this users password!" -msgstr "您无权设置这些用户口令!" - -#: plugins/admin/users/class_userManagement.inc:404 -#, fuzzy, php-format -msgid "You're about to delete the following entry: %s" -msgstr "您将要删除条目 %s。" +#: plugins/admin/groups/generic.tpl:28 plugins/admin/ogroups/generic.tpl:18 +msgid "Descriptive text for this group" +msgstr "组的描述文字" -#: plugins/admin/users/class_userManagement.inc:406 -#, fuzzy, php-format -msgid "You're about to delete the following entries: %s" -msgstr "您将要删除条目 %s。" +#: plugins/admin/groups/generic.tpl:83 plugins/admin/groups/generic.tpl:110 +msgid "Select to create a samba conform group" +msgstr "选择创建一个 samba 确认组" -#: plugins/admin/users/class_userManagement.inc:408 -#, fuzzy -msgid "Delete users" -msgstr "删除用户" +#: plugins/admin/groups/generic.tpl:95 plugins/admin/groups/generic.tpl:118 +msgid "in domain" +msgstr "于域" -#: plugins/admin/users/class_userManagement.inc:436 -#: plugins/admin/users/class_userManagement.inc:558 -#, fuzzy -msgid "User delete" -msgstr "删除" +#: plugins/admin/groups/generic.tpl:140 +msgid "Members are in a phone pickup group" +msgstr "成员属于电话应答组" -#: plugins/admin/users/class_userManagement.inc:436 -#, fuzzy, php-format -msgid "You are not allowed to delete the user '%s'!" -msgstr "您无权删除这个用户!" +#: plugins/admin/groups/generic.tpl:155 +msgid "Members are in a nagios group" +msgstr "成员属于 nagios 组" -#: plugins/admin/users/class_userManagement.inc:493 -msgid "Could not set user status from locked to unlocked." -msgstr "" +#: plugins/admin/groups/generic.tpl:172 +msgid "Group members" +msgstr "组成员" -#: plugins/admin/users/class_userManagement.inc:495 -msgid "Could not set user status from unlocked to locked." +#: plugins/admin/groups/remove.tpl:6 +msgid "" +"This may be a primary user group. Please double check if you really want to " +"do this since there is no way for GOsa to get your data back." msgstr "" +"这可能是一个主要的用户组。请再次检查您是否要这么做,因为 GOsa 没有办法将您的" +"数据找回。" -#: plugins/admin/users/class_userManagement.inc:526 -#, php-format -msgid "You're about to delete the user %s." -msgstr "您将删除用户 %s。" - -#: plugins/admin/users/class_userManagement.inc:553 -#, fuzzy -msgid "User delted" -msgstr "用户图片" - -#: plugins/admin/users/class_userManagement.inc:553 -#, fuzzy -msgid "User successfully removed." -msgstr "导入成功" +#: plugins/admin/groups/remove.tpl:10 plugins/admin/users/remove.tpl:10 +#: plugins/admin/ogroups/remove.tpl:10 ihtml/themes/default/remove.tpl:9 +msgid "So - if you're sure - press 'Delete' to continue or 'Cancel' to abort." +msgstr "所以,如果您确定,请按“删除”继续,否则按“取消”退出。" -#: plugins/admin/users/class_userManagement.inc:558 -msgid "You are not allowed to delete this user!" -msgstr "您无权删除这个用户!" +#: plugins/admin/groups/main.inc:40 plugins/admin/groups/main.inc:44 +msgid "Group administration" +msgstr "组管理" -#: plugins/admin/users/class_userManagement.inc:664 -#: plugins/admin/ogroups/class_ogroup.inc:298 -msgid "none" -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." +msgstr "用下面的字段修改用口令。修改即时生效。请记住新密码,否则无法登录。" -#: plugins/admin/users/class_userManagement.inc:683 +#: plugins/admin/users/password.tpl:21 #, fuzzy -msgid "Please select a valid template." -msgstr "请选择一个有效文件。" - -#: plugins/admin/users/class_userManagement.inc:776 -msgid "A person with the choosen name is already used in this tree." -msgstr "使用所选名称的用户已经在树中被使用了。" +msgid "Strength" +msgstr "街道" #: plugins/admin/users/template.tpl:2 msgid "Creating a new user using templates" @@ -2928,421 +2399,332 @@ msgstr "" "可以使用模板来辅助新用户的创建。很多数据记录可以被自动填充。选择“无”来跳过模" "板选择。" -#: plugins/admin/users/password.tpl:2 -msgid "" -"To change the user password use the fields below. The changes take effect " -"immediately. Please memorize the new password, because the user wouldn't be " -"able to login without it." -msgstr "用下面的字段修改用口令。修改即时生效。请记住新密码,否则无法登录。" - -#: plugins/admin/users/main.inc:43 plugins/admin/users/main.inc:49 -msgid "User administration" -msgstr "用户管理" - -#: plugins/admin/ogroups/class_ogroupManagement.inc:24 -#: plugins/admin/ogroups/class_ogroup.inc:758 -#: plugins/admin/ogroups/main.inc:35 plugins/admin/ogroups/main.inc:40 -msgid "Object groups" -msgstr "对象组" - -#: plugins/admin/ogroups/class_ogroupManagement.inc:183 -#, fuzzy, php-format -msgid "You're about to delete the following object entry %s" -msgstr "您将要删除条目 %s。" - -#: plugins/admin/ogroups/class_ogroupManagement.inc:185 -#, fuzzy, php-format -msgid "You're about to delete the following object entries %s" -msgstr "您将要删除这个对象组 '%s'。" - -#: plugins/admin/ogroups/class_ogroupManagement.inc:215 -#: plugins/admin/ogroups/class_ogroupManagement.inc:267 -#: plugins/admin/ogroups/class_ogroupManagement.inc:294 -msgid "You are not allowed to delete this object group!" -msgstr "您无权删除这个对象组!" - -#: plugins/admin/ogroups/class_ogroupManagement.inc:260 -#, php-format -msgid "You're about to delete the object group '%s'." -msgstr "您将要删除这个对象组 '%s'。" - -#: plugins/admin/ogroups/class_ogroupManagement.inc:457 -#, fuzzy -msgid "Windows Install" -msgstr "Windows 工作站" - -#: plugins/admin/ogroups/class_ogroupManagement.inc:458 -msgid "Terminal" -msgstr "终端" - -#: plugins/admin/ogroups/class_ogroup.inc:156 -msgid "This 'dn' is no object group." -msgstr "这个 'dn' 不是对象组。" - -#: plugins/admin/ogroups/class_ogroup.inc:300 -msgid "too many different objects!" -msgstr "太多不同对象!" - -#: plugins/admin/ogroups/class_ogroup.inc:302 -msgid "users" -msgstr "用户" - -#: plugins/admin/ogroups/class_ogroup.inc:303 -msgid "groups" -msgstr "组" - -#: plugins/admin/ogroups/class_ogroup.inc:304 -msgid "applications" -msgstr "应用程序" - -#: plugins/admin/ogroups/class_ogroup.inc:305 -msgid "departments" -msgstr "部门" - -#: plugins/admin/ogroups/class_ogroup.inc:306 -msgid "servers" -msgstr "服务器" - -#: plugins/admin/ogroups/class_ogroup.inc:307 -msgid "workstations" -msgstr "工作站" - -#: plugins/admin/ogroups/class_ogroup.inc:308 -#, fuzzy -msgid "winstations" -msgstr "Windows 工作站" - -#: plugins/admin/ogroups/class_ogroup.inc:309 -msgid "terminals" -msgstr "终端" - -#: plugins/admin/ogroups/class_ogroup.inc:310 -msgid "phones" -msgstr "电话" - -#: plugins/admin/ogroups/class_ogroup.inc:311 -msgid "printers" -msgstr "打印机" - -#: plugins/admin/ogroups/class_ogroup.inc:318 -msgid "and" -msgstr "和" - -#: plugins/admin/ogroups/class_ogroup.inc:463 -msgid "Non existing dn:" -msgstr "不存在的 dn:" - -#: plugins/admin/ogroups/class_ogroup.inc:607 -msgid "There is already an object with this cn." -msgstr "已经存在一个有相同 cn 的对象。" - -#: plugins/admin/ogroups/class_ogroup.inc:622 -msgid "You can combine two different object types at maximum only!" -msgstr "您最多只能组合两个不同的对象类!" - -#: plugins/admin/ogroups/class_ogroup.inc:678 -#, fuzzy, php-format -msgid "Saving of object group/generic with dn '%s' failed." -msgstr "保存 dn 为 '%s' 的 user/kolab 账号为空。" - -#: plugins/admin/ogroups/class_ogroup.inc:691 -#, fuzzy, php-format -msgid "Removing of object group/generic with dn '%s' failed." -msgstr "删除 dn 为 '%s' 的 user/kolab 账号失败。" +#: plugins/admin/users/template.tpl:15 +#: plugins/admin/users/class_divListUsers.inc:158 +msgid "Template" +msgstr "模板" -#: plugins/admin/ogroups/class_ogroup.inc:753 -#, fuzzy -msgid "Object group generic" -msgstr "对象组" +#: plugins/admin/users/remove.tpl:6 +msgid "" +"This includes all account data, system access rules, imap settings, etc. for " +"this user. Please double check if your really want to do this since there is " +"no way for GOsa to get your data back." +msgstr "" +"这包含该用户所有账号数据,系统访问规则,imap 设置等等。请再次检查您是否要这么" +"做,因为 GOsa 没有办法将您的数据找回。" -#: plugins/admin/ogroups/class_ogroup.inc:761 plugins/admin/acl/acl_role.tpl:7 -#: plugins/admin/acl/class_aclRole.inc:677 plugins/admin/acl/paste_role.tpl:4 -#: plugins/admin/groups/class_groupGeneric.inc:1001 -#: setup/setup_migrate.tpl:209 setup/setup_feedback.tpl:22 html/getxls.php:223 -#: html/getxls.php:290 -msgid "Name" -msgstr "名称" +#: plugins/admin/users/main.inc:43 plugins/admin/users/main.inc:49 +msgid "User administration" +msgstr "用户管理" -#: plugins/admin/ogroups/class_ogroup.inc:764 -#, fuzzy -msgid "Member" -msgstr "成员" +#: plugins/admin/users/class_divListUsers.inc:35 +#: plugins/admin/users/class_divListUsers.inc:36 +msgid "List of users" +msgstr "用户列表" -#: plugins/admin/ogroups/ogroup_objects.tpl:6 -msgid "Select objects to add" -msgstr "选择要添加的对象" +#: plugins/admin/users/class_divListUsers.inc:40 +msgid "" +"This menu allows you to create, edit and delete selected users. Having a " +"great number of users, you may want to use the range selectors on top of the " +"user list." +msgstr "" +"这个菜单允许您创建,删除和修改所选的用户。对于一个长列表,您可以通过列表上面" +"的范围选择来调整。" -#: plugins/admin/ogroups/ogroup_objects.tpl:27 -msgid "Select to see departments" -msgstr "选择查看部门" +#: plugins/admin/users/class_divListUsers.inc:61 +#: ihtml/themes/default/password.tpl:68 ihtml/themes/default/password.tpl:70 +#: ihtml/themes/default/login.tpl:40 ihtml/themes/default/login.tpl:42 +msgid "Username" +msgstr "用户名" -#: plugins/admin/ogroups/ogroup_objects.tpl:27 -msgid "Show departments" -msgstr "显示部门" +#: plugins/admin/users/class_divListUsers.inc:65 +msgid "Select to see template pseudo users" +msgstr "选择查看伪用户模板" -#: plugins/admin/ogroups/ogroup_objects.tpl:28 -msgid "Select to see GOsa accounts" -msgstr "选择查看 Gosa 账号" +#: plugins/admin/users/class_divListUsers.inc:65 +msgid "Show templates" +msgstr "显示模板" -#: plugins/admin/ogroups/ogroup_objects.tpl:28 -msgid "Show people" -msgstr "显示人员" +#: plugins/admin/users/class_divListUsers.inc:66 +msgid "Select to see users that have only a GOsa object" +msgstr "选择查看只拥有一个 GOsa 对象的用户" -#: plugins/admin/ogroups/ogroup_objects.tpl:29 -msgid "Select to see GOsa groups" -msgstr "选择查看 GOsa 组" +#: plugins/admin/users/class_divListUsers.inc:66 +msgid "Show functional users" +msgstr "显示用户" -#: plugins/admin/ogroups/ogroup_objects.tpl:29 -msgid "Show groups" -msgstr "显示组" +#: plugins/admin/users/class_divListUsers.inc:67 +msgid "Select to see users that have posix settings" +msgstr "显示具有 posix 设置的用户" -#: plugins/admin/ogroups/ogroup_objects.tpl:30 -msgid "Select to see applications" -msgstr "选择查看应用程序" +#: plugins/admin/users/class_divListUsers.inc:67 +msgid "Show unix users" +msgstr "显示 unix 用户" -#: plugins/admin/ogroups/ogroup_objects.tpl:30 -msgid "Show applications" -msgstr "显示应用程序" +#: plugins/admin/users/class_divListUsers.inc:68 +msgid "Select to see users that have mail settings" +msgstr "显示具有邮件设置的用户" -#: plugins/admin/ogroups/ogroup_objects.tpl:33 -msgid "Select to see terminals" -msgstr "选择查看终端" +#: plugins/admin/users/class_divListUsers.inc:68 +msgid "Show mail users" +msgstr "显示邮件用户" -#: plugins/admin/ogroups/ogroup_objects.tpl:33 -msgid "Show terminals" -msgstr "显示终端" +#: plugins/admin/users/class_divListUsers.inc:69 +msgid "Select to see users that have samba settings" +msgstr "显示具有 samba 设置的用户" -#: plugins/admin/ogroups/ogroup_objects.tpl:34 -msgid "Select to see printers" -msgstr "选择查看打印机" +#: plugins/admin/users/class_divListUsers.inc:69 +msgid "Show samba users" +msgstr "显示 samba 用户" -#: plugins/admin/ogroups/ogroup_objects.tpl:34 -msgid "Show printers" -msgstr "显示打印机" +#: plugins/admin/users/class_divListUsers.inc:70 +msgid "Select to see users that have proxy settings" +msgstr "显示具有代理设置的用户" -#: plugins/admin/ogroups/ogroup_objects.tpl:35 -msgid "Select to see phones" -msgstr "选择查看电话" +#: plugins/admin/users/class_divListUsers.inc:70 +msgid "Show proxy users" +msgstr "显示代理用户" -#: plugins/admin/ogroups/ogroup_objects.tpl:35 -msgid "Show phones" -msgstr "显示电话" +#: plugins/admin/users/class_divListUsers.inc:156 +#: plugins/admin/ogroups/class_ogroupManagement.inc:450 +#: setup/setup_config2.tpl:273 setup/setup_config2.tpl:318 +msgid "User" +msgstr "用户" -#: plugins/admin/ogroups/ogroup_objects.tpl:41 -msgid "Display objects of department" -msgstr "选择查看部门对象" +#: plugins/admin/users/class_divListUsers.inc:166 +#: plugins/admin/users/class_divListUsers.inc:309 +msgid "Change password" +msgstr "修改口令" -#: plugins/admin/ogroups/ogroup_objects.tpl:45 -msgid "Display objects matching" -msgstr "显示匹配对象" +#: plugins/admin/users/class_divListUsers.inc:236 +msgid "GOsa" +msgstr "GOsa" -#: plugins/admin/ogroups/ogroup_objects.tpl:46 -msgid "Regular expression for matching object names" -msgstr "匹配对象名的正则表达式" +#: plugins/admin/users/class_divListUsers.inc:237 +msgid "Edit generic properties" +msgstr "编辑通用属性" -#: plugins/admin/ogroups/remove.tpl:7 -msgid "" -"Please double check if you really want to do this since there is no way for " -"GOsa to get your data back." -msgstr "请再次检查您是否要这么做,因为 GOsa 没有办法将您的数据找回。" +#: plugins/admin/users/class_divListUsers.inc:239 +msgid "Edit UNIX properties" +msgstr "编辑 UNIX 属性" -#: plugins/admin/ogroups/paste_generic.tpl:4 -#: plugins/admin/ogroups/generic.tpl:7 -#: plugins/admin/groups/paste_generic.tpl:5 -#: plugins/admin/groups/generic.tpl:11 -msgid "Group name" -msgstr "组名" +#: plugins/admin/users/class_divListUsers.inc:241 +msgid "Edit environment properties" +msgstr "编辑环境属性" -#: plugins/admin/ogroups/paste_generic.tpl:7 -msgid "Please enter the new object group name" -msgstr "请输入新对象组名称" +#: plugins/admin/users/class_divListUsers.inc:243 +msgid "Edit mail properties" +msgstr "编辑邮件属性" -#: plugins/admin/ogroups/generic.tpl:10 -msgid "Name of the group" -msgstr "组名称" +#: plugins/admin/users/class_divListUsers.inc:245 +msgid "Edit phone properties" +msgstr "编辑电话属性" -#: plugins/admin/ogroups/generic.tpl:18 plugins/admin/groups/generic.tpl:28 -msgid "Descriptive text for this group" -msgstr "组的描述文字" +#: plugins/admin/users/class_divListUsers.inc:247 +msgid "Edit fax properies" +msgstr "编辑传真属性" -#: plugins/admin/ogroups/generic.tpl:29 plugins/admin/acl/acl_role.tpl:31 -#: plugins/admin/groups/generic.tpl:43 -msgid "Choose subtree to place group in" -msgstr "选择来放置组的子树" +#: plugins/admin/users/class_divListUsers.inc:249 +msgid "Edit samba properties" +msgstr "编辑 samba 属性" -#: plugins/admin/ogroups/generic.tpl:42 -msgid "Member objects" -msgstr "成员对象" +#: plugins/admin/users/class_divListUsers.inc:250 +msgid "Netatalk" +msgstr "Netatalk" -#: plugins/admin/ogroups/class_divListOGroup.inc:39 -#: plugins/admin/ogroups/class_divListOGroup.inc:40 -msgid "List of object groups" -msgstr "对象组列表" +#: plugins/admin/users/class_divListUsers.inc:251 +msgid "Edit netatalk properties" +msgstr "编辑 netatalk 属性" -#: plugins/admin/ogroups/class_divListOGroup.inc:45 -msgid "" -"This menu allows you to add, edit or remove selected groups. You may want to " -"use the range selector on top of the group listbox, when working with a " -"large number of groups." -msgstr "" -"这个菜单允许您添加,编辑和删除所选的组。对于一个长列表,您可以通过选择框上面" -"的范围选择来调整。" +#: plugins/admin/users/class_divListUsers.inc:252 +msgid "Create user from template" +msgstr "从模板创建用户" -#: plugins/admin/ogroups/class_divListOGroup.inc:64 -msgid "Name of object groups" -msgstr "对象组名称" +#: plugins/admin/users/class_divListUsers.inc:253 +msgid "Create user with this template" +msgstr "创建使用该模板的用户" -#: plugins/admin/ogroups/class_divListOGroup.inc:64 -#: plugins/admin/departments/class_departmentManagement.inc:24 -#: plugins/admin/departments/class_departmentGeneric.inc:582 -#: plugins/admin/departments/class_departmentGeneric.inc:587 -msgid "Departments" -msgstr "部门" +#: plugins/admin/users/class_divListUsers.inc:288 +#, fuzzy +msgid "Deactivated" +msgstr "活动" -#: plugins/admin/ogroups/class_divListOGroup.inc:69 -msgid "Select to see groups containing users" -msgstr "选择查看包含用户的组" +#: plugins/admin/users/class_divListUsers.inc:291 +msgid "Active" +msgstr "活动" -#: plugins/admin/ogroups/class_divListOGroup.inc:69 -msgid "Show groups containing users" -msgstr "显示包含用户的组" +#: plugins/admin/users/class_divListUsers.inc:299 +msgid "Edit user" +msgstr "编辑用户" -#: plugins/admin/ogroups/class_divListOGroup.inc:70 -msgid "Select to see groups containing groups" -msgstr "选择查看包含组的组" +#: plugins/admin/users/class_divListUsers.inc:308 +msgid "password" +msgstr "口令" -#: plugins/admin/ogroups/class_divListOGroup.inc:70 -msgid "Show groups containing groups" -msgstr "显示包含组的组" +#: plugins/admin/users/class_divListUsers.inc:312 +#, fuzzy +msgid "You are not allowed to change the password for this user." +msgstr "现在您无权修改您的口令" -#: plugins/admin/ogroups/class_divListOGroup.inc:71 -msgid "Select to see groups containing applications" -msgstr "选择查看包含应用程序的组" +#: plugins/admin/users/class_divListUsers.inc:323 +#: plugins/admin/users/class_userManagement.inc:526 +msgid "Delete user" +msgstr "删除用户" -#: plugins/admin/ogroups/class_divListOGroup.inc:71 -msgid "Show groups containing applications" -msgstr "显示包含应用程序的组" +#: plugins/admin/users/class_divListUsers.inc:326 +#, fuzzy +msgid "You are not allowed to remove this user." +msgstr "您无权删除这个用户!" -#: plugins/admin/ogroups/class_divListOGroup.inc:72 -msgid "Select to see groups containing departments" -msgstr "选择查看包含部门的组" +#: plugins/admin/users/class_divListUsers.inc:412 +#, fuzzy +msgid "Number of listed users" +msgstr "部门名称" -#: plugins/admin/ogroups/class_divListOGroup.inc:72 -msgid "Show groups containing departments" -msgstr "显示包含组织的组" +#: plugins/admin/users/class_userManagement.inc:241 +#, fuzzy +msgid "Password change failed." +msgstr "不允许修改口令" -#: plugins/admin/ogroups/class_divListOGroup.inc:73 -msgid "Select to see groups containing servers" -msgstr "选择查看包含服务器的组" +#: plugins/admin/users/class_userManagement.inc:241 +#: plugins/admin/users/class_userManagement.inc:296 +msgid "You are not allowed to set this users password!" +msgstr "您无权设置这些用户口令!" -#: plugins/admin/ogroups/class_divListOGroup.inc:73 -msgid "Show groups containing servers" -msgstr "显示包含服务器的组" +#: plugins/admin/users/class_userManagement.inc:296 +#: ihtml/themes/default/password.tpl:40 +#, fuzzy +msgid "Password change" +msgstr "不允许修改口令" -#: plugins/admin/ogroups/class_divListOGroup.inc:74 -msgid "Select to see groups containing workstations" -msgstr "选择查看包含工作站的组" +#: plugins/admin/users/class_userManagement.inc:404 +#, fuzzy, php-format +msgid "You're about to delete the following entry: %s" +msgstr "您将要删除条目 %s。" -#: plugins/admin/ogroups/class_divListOGroup.inc:74 -msgid "Show groups containing workstations" -msgstr "显示包含工作站的组" +#: plugins/admin/users/class_userManagement.inc:406 +#, fuzzy, php-format +msgid "You're about to delete the following entries: %s" +msgstr "您将要删除条目 %s。" -#: plugins/admin/ogroups/class_divListOGroup.inc:75 +#: plugins/admin/users/class_userManagement.inc:408 #, fuzzy -msgid "Select to see groups containing windows workstations" -msgstr "选择查看包含工作站的组" +msgid "Delete users" +msgstr "删除用户" -#: plugins/admin/ogroups/class_divListOGroup.inc:75 +#: plugins/admin/users/class_userManagement.inc:436 +#: plugins/admin/users/class_userManagement.inc:558 #, fuzzy -msgid "Show groups containing windows workstations" -msgstr "显示包含工作站的组" - -#: plugins/admin/ogroups/class_divListOGroup.inc:76 -msgid "Select to see groups containing terminals" -msgstr "选择查看包含终端的组" +msgid "User delete" +msgstr "删除" -#: plugins/admin/ogroups/class_divListOGroup.inc:76 -msgid "Show groups containing terminals" -msgstr "显示包含终端的组" +#: plugins/admin/users/class_userManagement.inc:436 +#, fuzzy, php-format +msgid "You are not allowed to delete the user '%s'!" +msgstr "您无权删除这个用户!" -#: plugins/admin/ogroups/class_divListOGroup.inc:77 -msgid "Select to see groups containing printer" -msgstr "选择查看包含打印机的组" +#: plugins/admin/users/class_userManagement.inc:493 +msgid "Could not set user status from locked to unlocked." +msgstr "" -#: plugins/admin/ogroups/class_divListOGroup.inc:77 -msgid "Show groups containing printer" -msgstr "显示包含打印机的组" +#: plugins/admin/users/class_userManagement.inc:495 +msgid "Could not set user status from unlocked to locked." +msgstr "" -#: plugins/admin/ogroups/class_divListOGroup.inc:78 -msgid "Select to see groups containing phones" -msgstr "选择查看包含电话的组" +#: plugins/admin/users/class_userManagement.inc:526 +#, php-format +msgid "You're about to delete the user %s." +msgstr "您将删除用户 %s。" -#: plugins/admin/ogroups/class_divListOGroup.inc:78 -msgid "Show groups containing phones" -msgstr "显示包含电话的组" +#: plugins/admin/users/class_userManagement.inc:553 +#, fuzzy +msgid "User deleted" +msgstr "删除" -#: plugins/admin/ogroups/class_divListOGroup.inc:253 -#: plugins/admin/departments/class_divListDepartment.inc:166 -#: plugins/admin/groups/class_divListGroup.inc:263 -msgid "Edit this entry" -msgstr "编辑这条记录" +#: plugins/admin/users/class_userManagement.inc:553 +#, fuzzy +msgid "User successfully removed." +msgstr "导入成功" -#: plugins/admin/ogroups/class_divListOGroup.inc:261 -#: plugins/admin/departments/class_divListDepartment.inc:171 -#: plugins/admin/groups/class_divListGroup.inc:272 -msgid "Delete this entry" -msgstr "删除这个条目" +#: plugins/admin/users/class_userManagement.inc:558 +msgid "You are not allowed to delete this user!" +msgstr "您无权删除这个用户!" -#: plugins/admin/ogroups/class_divListOGroup.inc:264 -#, fuzzy -msgid "You are not allowed to remove this entry." -msgstr "您无权删除这个条目!" +#: plugins/admin/users/class_userManagement.inc:664 +#: plugins/admin/ogroups/class_ogroup.inc:286 +msgid "none" +msgstr "无" -#: plugins/admin/ogroups/class_divListOGroup.inc:310 +#: plugins/admin/users/class_userManagement.inc:683 #, fuzzy -msgid "Number of listed object groups" -msgstr "对象组名称" +msgid "Please select a valid template." +msgstr "请选择一个有效文件。" -#: plugins/admin/ogroups/tabs_ogroups.inc:71 -#: plugins/admin/ogroups/tabs_ogroups.inc:215 -msgid "Phone queue" -msgstr "电话队列" +#: plugins/admin/users/class_userManagement.inc:776 +msgid "A person with the choosen name is already used in this tree." +msgstr "使用所选名称的用户已经在树中被使用了。" -#: plugins/admin/ogroups/tabs_ogroups.inc:95 -msgid "System" -msgstr "系统" +#: plugins/admin/departments/class_divListDepartment.inc:27 +#: plugins/admin/departments/class_divListDepartment.inc:28 +msgid "List of departments" +msgstr "部门列表" -#: plugins/admin/ogroups/tabs_ogroups.inc:193 -msgid "Terminals" -msgstr "终端" +#: plugins/admin/departments/class_divListDepartment.inc:33 +#, fuzzy +msgid "" +"This menu allows you to create, delete and edit selected departments. Having " +"a large number of departments, you might prefer the range selectors on top " +"of the department list." +msgstr "" +"这个菜单允许您创建,删除和修改所选的部门。对于一个长列表,您可以通过列表上面" +"的范围选择来调整。" -#: plugins/admin/departments/class_departmentManagement.inc:178 -#: plugins/admin/groups/class_groupManagement.inc:298 -#, fuzzy, php-format -msgid "You're about to delete the following entry %s" -msgstr "您将要删除条目 %s。" +#: plugins/admin/departments/class_divListDepartment.inc:48 +#: plugins/admin/departments/class_departmentGeneric.inc:574 +msgid "Department name" +msgstr "部门名称" -#: plugins/admin/departments/class_departmentManagement.inc:180 -#: plugins/admin/groups/class_groupManagement.inc:300 -#, fuzzy, php-format -msgid "You're about to delete the following entries %s" -msgstr "您将要删除条目 %s。" +#: plugins/admin/departments/class_divListDepartment.inc:56 +#, fuzzy +msgid "Regular expression for matching department names" +msgstr "匹配附件名称的正则表达式" -#: plugins/admin/departments/class_departmentManagement.inc:206 -#: plugins/admin/departments/class_departmentManagement.inc:254 -#: plugins/admin/departments/class_departmentManagement.inc:273 -msgid "You have no permission to remove this department." -msgstr "您无权删除这个部门。" +#: plugins/admin/departments/class_divListDepartment.inc:200 +msgid "department" +msgstr "部门" -#: plugins/admin/departments/class_departmentManagement.inc:248 -#, php-format -msgid "You're about to delete the whole LDAP subtree placed under '%s'." -msgstr "您将要删除 '%s' 下的整个 LDAP 子树。" +#: plugins/admin/departments/tabs_department.inc:34 +#: include/class_MultiSelectWindow.inc:503 include/functions.inc:341 +#: include/functions.inc:368 include/functions.inc:377 +#: include/functions.inc:406 include/functions.inc:649 +#: include/functions.inc:688 include/functions.inc:733 +#: include/functions.inc:1311 include/functions.inc:2503 +#: include/class_config.inc:224 setup/class_setupStep_Schema.inc:95 +#: setup/class_setupStep_Migrate.inc:1030 +#: setup/class_setupStep_Migrate.inc:1056 +#: setup/class_setupStep_Migrate.inc:1104 +#: setup/class_setupStep_Migrate.inc:1152 +#: setup/class_setupStep_Migrate.inc:1916 html/index.php:244 +#: html/index.php:258 html/index.php:271 +#, fuzzy +msgid "LDAP error" +msgstr "LDAP 错误:" #: plugins/admin/departments/tabs_department.inc:34 -msgid "Try to move tree failed. Destination tree is subtree of source tree." +#, fuzzy +msgid "Moving LDAP tree failed: destination tree is a subtree of the source!" msgstr "移动树失败。目标树是源树的子树。" +#: plugins/admin/departments/dep_iframe.tpl:1 +msgid "Processing the requested operation" +msgstr "处理请求的操作" + +#: plugins/admin/departments/dep_iframe.tpl:7 +msgid "" +"Your browser doesn't support iframes, please use this link to perform the " +"requested operation." +msgstr "您的浏览器不支持 iframe,请使用这个链接来执行请求的操作。" + #: plugins/admin/departments/dep_move_confirm.tpl:2 #, fuzzy msgid "You are currently moving/renaming this department." @@ -3364,1496 +2746,1817 @@ msgid "" "possibly the best solution is a backup." msgstr "" -#: plugins/admin/departments/class_departmentGeneric.inc:197 +#: plugins/admin/departments/generic.tpl:8 +msgid "Name of department" +msgstr "部门名称" + +#: plugins/admin/departments/generic.tpl:11 +msgid "Name of subtree to create" +msgstr "要创建子树的名称" + +#: plugins/admin/departments/generic.tpl:19 +msgid "Descriptive text for department" +msgstr "部门描述文件" + +#: plugins/admin/departments/generic.tpl:24 +#: plugins/admin/departments/class_departmentGeneric.inc:575 +msgid "Category" +msgstr "分类" + +#: plugins/admin/departments/generic.tpl:27 +msgid "Category for this subtree" +msgstr "这个子树的分类" + +#: plugins/admin/departments/generic.tpl:39 +msgid "Choose subtree to place department in" +msgstr "选择放置部门的子树" + +#: plugins/admin/departments/generic.tpl:63 +msgid "State where this subtree is located" +msgstr "这个子树位于的状态" + +#: plugins/admin/departments/generic.tpl:71 +msgid "Location of this subtree" +msgstr "这个子树的位置" + +#: plugins/admin/departments/generic.tpl:79 +msgid "Postal address of this subtree" +msgstr "这个子树的地址" + +#: plugins/admin/departments/generic.tpl:86 +msgid "Base telephone number of this subtree" +msgstr "这个子树的电话号码" + +#: plugins/admin/departments/generic.tpl:94 +msgid "Base facsimile telephone number of this subtree" +msgstr "这个子树的传真号码" + +#: plugins/admin/departments/generic.tpl:109 +#: plugins/admin/departments/class_departmentGeneric.inc:578 +msgid "Administrative settings" +msgstr "管理设置" + +#: plugins/admin/departments/generic.tpl:111 +msgid "Tag department as an independent administrative unit" +msgstr "将部门标记为独立的管理单元" + +#: plugins/admin/departments/remove.tpl:6 +msgid "" +"This includes 'all' accounts, systems, etc. in this subtree. Please double " +"check if your really want to do this since there is no way for GOsa to get " +"your data back." +msgstr "" +"在这个子树中包含了所有账号,系统等等。请再次检查您是否要这么做,因为 GOsa 没" +"有办法将您的数据找回。" + +#: plugins/admin/departments/main.inc:41 plugins/admin/departments/main.inc:43 +msgid "Department management" +msgstr "部门管理" + +#: plugins/admin/departments/class_departmentGeneric.inc:187 #, fuzzy, php-format msgid "Removing of department with dn '%s' failed." msgstr "删除 dn 为 '%s' 的 user/kolab 账号失败。" -#: plugins/admin/departments/class_departmentGeneric.inc:258 -#: plugins/admin/departments/class_departmentGeneric.inc:260 +#: plugins/admin/departments/class_departmentGeneric.inc:246 +#: plugins/admin/departments/class_departmentGeneric.inc:248 msgid "Department with that 'Name' already exists." msgstr "相同名称的部门已经存在。" -#: plugins/admin/departments/class_departmentGeneric.inc:265 +#: plugins/admin/departments/class_departmentGeneric.inc:253 msgid "Required field 'Name' is not set." msgstr "需要的“姓名”字段没有设置" -#: plugins/admin/departments/class_departmentGeneric.inc:268 +#: plugins/admin/departments/class_departmentGeneric.inc:256 msgid "Required field 'Description' is not set." msgstr "需要的字段“描述”没有设置。" -#: plugins/admin/departments/class_departmentGeneric.inc:272 +#: plugins/admin/departments/class_departmentGeneric.inc:260 #, php-format msgid "" "The field 'Name' contains the reserved word '%s'. Please choose another name." msgstr "字段“名称”包含保留字 '%s'。请选择其他名字。" -#: plugins/admin/departments/class_departmentGeneric.inc:326 -msgid "Fatal error: Can't find an unused tag to mark the administrative unit!" +#: plugins/admin/departments/class_departmentGeneric.inc:312 html/main.php:149 +#, fuzzy +msgid "Fatal error" +msgstr "终端服务器" + +#: plugins/admin/departments/class_departmentGeneric.inc:312 +#, fuzzy +msgid "Cannot find an unused tag for this administrative unit!" msgstr "致命错误:无法找到一个未使用的标志来标记管理单元!" -#: plugins/admin/departments/class_departmentGeneric.inc:376 +#: plugins/admin/departments/class_departmentGeneric.inc:358 #, fuzzy, php-format msgid "Saving of department with dn '%s' failed." msgstr "保存 dn 为 '%s' 的 user/kolab 账号为空。" -#: plugins/admin/departments/class_departmentGeneric.inc:424 +#: plugins/admin/departments/class_departmentGeneric.inc:403 #, php-format msgid "Tagging '%s'." msgstr "标记 '%s'。" -#: plugins/admin/departments/class_departmentGeneric.inc:509 +#: plugins/admin/departments/class_departmentGeneric.inc:488 #, php-format msgid "Moving '%s' to '%s'" msgstr "移动 '%s' 到 '%s'" -#: plugins/admin/departments/class_departmentGeneric.inc:550 +#: plugins/admin/departments/class_departmentGeneric.inc:524 +#: include/class_acl.inc:643 include/class_acl.inc:650 +#: include/class_acl.inc:657 include/class_acl.inc:663 +#: ihtml/themes/default/snapshotdialog.tpl:20 +#: ihtml/themes/default/snapshotdialog.tpl:62 +msgid "Object" +msgstr "对象" + +#: plugins/admin/departments/class_departmentGeneric.inc:529 #, php-format msgid "FAILED to copy %s, aborting operation" msgstr "拷贝 %s 失败,退出操作" -#: plugins/admin/departments/class_departmentGeneric.inc:591 +#: plugins/admin/departments/class_departmentGeneric.inc:561 +#: plugins/admin/departments/class_departmentGeneric.inc:566 +#: plugins/admin/departments/class_departmentManagement.inc:24 +#: plugins/admin/ogroups/class_divListOGroup.inc:64 +msgid "Departments" +msgstr "部门" + +#: plugins/admin/departments/class_departmentGeneric.inc:570 msgid "Country" msgstr "国家" -#: plugins/admin/departments/class_departmentGeneric.inc:594 +#: plugins/admin/departments/class_departmentGeneric.inc:573 msgid "Telephone" msgstr "电话" -#: plugins/admin/departments/class_departmentGeneric.inc:595 -#: plugins/admin/departments/class_divListDepartment.inc:48 -msgid "Department name" -msgstr "部门名称" - -#: plugins/admin/departments/class_departmentGeneric.inc:596 -#: plugins/admin/departments/generic.tpl:24 -msgid "Category" -msgstr "分类" - -#: plugins/admin/departments/class_departmentGeneric.inc:599 -#: plugins/admin/departments/generic.tpl:117 -msgid "Administrative settings" -msgstr "管理设置" - -#: plugins/admin/departments/class_departmentGeneric.inc:651 +#: plugins/admin/departments/class_departmentGeneric.inc:630 #, php-format msgid "Object '%s' is already tagged" msgstr "对象 '%s' 已经做标记" -#: plugins/admin/departments/class_departmentGeneric.inc:658 +#: plugins/admin/departments/class_departmentGeneric.inc:637 #, php-format msgid "Adding tag (%s) to object '%s'" msgstr "添加标识(%s)到对象 '%s'" -#: plugins/admin/departments/class_departmentGeneric.inc:672 -#: plugins/admin/departments/class_departmentGeneric.inc:701 +#: plugins/admin/departments/class_departmentGeneric.inc:651 +#: plugins/admin/departments/class_departmentGeneric.inc:680 #, fuzzy, php-format msgid "Handle object tagging with dn '%s' failed." msgstr "处理对象标记失败" -#: plugins/admin/departments/class_departmentGeneric.inc:688 +#: plugins/admin/departments/class_departmentGeneric.inc:667 #, php-format msgid "Removing tag from object '%s'" msgstr "从对象 '%s' 删除标记" -#: plugins/admin/departments/remove.tpl:6 -msgid "" -"This includes 'all' accounts, systems, etc. in this subtree. Please double " -"check if your really want to do this since there is no way for GOsa to get " -"your data back." -msgstr "" -"在这个子树中包含了所有账号,系统等等。请再次检查您是否要这么做,因为 GOsa 没" -"有办法将您的数据找回。" +#: plugins/admin/departments/class_departmentManagement.inc:248 +#, php-format +msgid "You're about to delete the whole LDAP subtree placed under '%s'." +msgstr "您将要删除 '%s' 下的整个 LDAP 子树。" -#: plugins/admin/departments/remove.tpl:10 plugins/admin/acl/remove.tpl:10 -msgid "" -"Best thing to do before performing this action would be to save the current " -"contents of your LDAP tree in a file. So - if you've done so - press " -"'Delete' to continue or 'Cancel' to abort." -msgstr "" -"最好在执行这个操作之前,保存当前 LDAP 树中的内容到一个文件。所以,如果您已经" -"这么做了,按“删除”继续或者按“取消”退出。" +#: plugins/admin/ogroups/tabs_ogroups.inc:76 +#: plugins/admin/ogroups/tabs_ogroups.inc:228 +msgid "Phone queue" +msgstr "电话队列" -#: plugins/admin/departments/class_divListDepartment.inc:27 -#: plugins/admin/departments/class_divListDepartment.inc:28 -msgid "List of departments" -msgstr "部门列表" +#: plugins/admin/ogroups/tabs_ogroups.inc:100 +msgid "System" +msgstr "系统" -#: plugins/admin/departments/class_divListDepartment.inc:33 +#: plugins/admin/ogroups/tabs_ogroups.inc:108 +#: plugins/admin/ogroups/tabs_ogroups.inc:115 +#: plugins/admin/ogroups/tabs_ogroups.inc:208 +msgid "Devices" +msgstr "设备" + +#: plugins/admin/ogroups/tabs_ogroups.inc:122 +msgid "Startup" +msgstr "启动" + +#: plugins/admin/ogroups/tabs_ogroups.inc:204 +msgid "Terminals" +msgstr "终端" + +#: plugins/admin/ogroups/ogroup_objects.tpl:6 +msgid "Select objects to add" +msgstr "选择要添加的对象" + +#: plugins/admin/ogroups/ogroup_objects.tpl:27 +msgid "Select to see departments" +msgstr "选择查看部门" + +#: plugins/admin/ogroups/ogroup_objects.tpl:27 +msgid "Show departments" +msgstr "显示部门" + +#: plugins/admin/ogroups/ogroup_objects.tpl:28 +msgid "Select to see GOsa accounts" +msgstr "选择查看 Gosa 账号" + +#: plugins/admin/ogroups/ogroup_objects.tpl:28 +msgid "Show people" +msgstr "显示人员" + +#: plugins/admin/ogroups/ogroup_objects.tpl:29 +msgid "Select to see GOsa groups" +msgstr "选择查看 GOsa 组" + +#: plugins/admin/ogroups/ogroup_objects.tpl:29 +msgid "Show groups" +msgstr "显示组" + +#: plugins/admin/ogroups/ogroup_objects.tpl:30 +msgid "Select to see applications" +msgstr "选择查看应用程序" + +#: plugins/admin/ogroups/ogroup_objects.tpl:30 +msgid "Show applications" +msgstr "显示应用程序" + +#: plugins/admin/ogroups/ogroup_objects.tpl:31 +msgid "Show servers" +msgstr "显示服务器" + +#: plugins/admin/ogroups/ogroup_objects.tpl:32 +msgid "Select to see workstations" +msgstr "选择查看工作站" + +#: plugins/admin/ogroups/ogroup_objects.tpl:32 +msgid "Show workstations" +msgstr "显示工作站" + +#: plugins/admin/ogroups/ogroup_objects.tpl:33 +msgid "Select to see terminals" +msgstr "选择查看终端" + +#: plugins/admin/ogroups/ogroup_objects.tpl:33 +msgid "Show terminals" +msgstr "显示终端" + +#: plugins/admin/ogroups/ogroup_objects.tpl:34 +msgid "Select to see printers" +msgstr "选择查看打印机" + +#: plugins/admin/ogroups/ogroup_objects.tpl:34 +msgid "Show printers" +msgstr "显示打印机" + +#: plugins/admin/ogroups/ogroup_objects.tpl:35 +msgid "Select to see phones" +msgstr "选择查看电话" + +#: plugins/admin/ogroups/ogroup_objects.tpl:35 +msgid "Show phones" +msgstr "显示电话" + +#: plugins/admin/ogroups/ogroup_objects.tpl:41 +msgid "Display objects of department" +msgstr "选择查看部门对象" + +#: plugins/admin/ogroups/ogroup_objects.tpl:45 +msgid "Display objects matching" +msgstr "显示匹配对象" + +#: plugins/admin/ogroups/ogroup_objects.tpl:46 +msgid "Regular expression for matching object names" +msgstr "匹配对象名的正则表达式" + +#: plugins/admin/ogroups/class_ogroupManagement.inc:24 +#: plugins/admin/ogroups/class_ogroup.inc:746 +#: plugins/admin/ogroups/main.inc:35 plugins/admin/ogroups/main.inc:40 +msgid "Object groups" +msgstr "对象组" + +#: plugins/admin/ogroups/class_ogroupManagement.inc:183 +#, fuzzy, php-format +msgid "You're about to delete the following object entry %s" +msgstr "您将要删除条目 %s。" + +#: plugins/admin/ogroups/class_ogroupManagement.inc:185 +#, fuzzy, php-format +msgid "You're about to delete the following object entries %s" +msgstr "您将要删除这个对象组 '%s'。" + +#: plugins/admin/ogroups/class_ogroupManagement.inc:260 +#, php-format +msgid "You're about to delete the object group '%s'." +msgstr "您将要删除这个对象组 '%s'。" + +#: plugins/admin/ogroups/class_ogroupManagement.inc:454 +#: plugins/generic/references/class_reference.inc:44 +#: setup/setup_config2.tpl:264 setup/setup_config2.tpl:309 +msgid "Server" +msgstr "服务器" + +#: plugins/admin/ogroups/class_ogroupManagement.inc:456 +#: plugins/generic/references/class_reference.inc:48 +msgid "Workstation" +msgstr "工作站" + +#: plugins/admin/ogroups/class_ogroupManagement.inc:457 #, fuzzy +msgid "Windows Install" +msgstr "Windows 工作站" + +#: plugins/admin/ogroups/class_ogroupManagement.inc:458 +msgid "Terminal" +msgstr "终端" + +#: plugins/admin/ogroups/class_ogroupManagement.inc:459 +#: plugins/generic/references/class_reference.inc:52 +msgid "Printer" +msgstr "打印机" + +#: plugins/admin/ogroups/paste_generic.tpl:7 +msgid "Please enter the new object group name" +msgstr "请输入新对象组名称" + +#: plugins/admin/ogroups/class_divListOGroup.inc:39 +#: plugins/admin/ogroups/class_divListOGroup.inc:40 +msgid "List of object groups" +msgstr "对象组列表" + +#: plugins/admin/ogroups/class_divListOGroup.inc:45 msgid "" -"This menu allows you to create, delete and edit selected departments. Having " -"a large number of departments, you might prefer the range selectors on top " -"of the department list." +"This menu allows you to add, edit or remove selected groups. You may want to " +"use the range selector on top of the group listbox, when working with a " +"large number of groups." msgstr "" -"这个菜单允许您创建,删除和修改所选的部门。对于一个长列表,您可以通过列表上面" +"这个菜单允许您添加,编辑和删除所选的组。对于一个长列表,您可以通过选择框上面" "的范围选择来调整。" -#: plugins/admin/departments/class_divListDepartment.inc:56 -#, fuzzy -msgid "Regular expression for matching department names" -msgstr "匹配附件名称的正则表达式" +#: plugins/admin/ogroups/class_divListOGroup.inc:64 +msgid "Name of object groups" +msgstr "对象组名称" -#: plugins/admin/departments/class_divListDepartment.inc:200 -msgid "department" -msgstr "部门" +#: plugins/admin/ogroups/class_divListOGroup.inc:69 +msgid "Select to see groups containing users" +msgstr "选择查看包含用户的组" -#: plugins/admin/departments/generic.tpl:8 -msgid "Name of department" -msgstr "部门名称" +#: plugins/admin/ogroups/class_divListOGroup.inc:69 +msgid "Show groups containing users" +msgstr "显示包含用户的组" + +#: plugins/admin/ogroups/class_divListOGroup.inc:70 +msgid "Select to see groups containing groups" +msgstr "选择查看包含组的组" + +#: plugins/admin/ogroups/class_divListOGroup.inc:70 +msgid "Show groups containing groups" +msgstr "显示包含组的组" + +#: plugins/admin/ogroups/class_divListOGroup.inc:71 +msgid "Select to see groups containing applications" +msgstr "选择查看包含应用程序的组" + +#: plugins/admin/ogroups/class_divListOGroup.inc:71 +msgid "Show groups containing applications" +msgstr "显示包含应用程序的组" + +#: plugins/admin/ogroups/class_divListOGroup.inc:72 +msgid "Select to see groups containing departments" +msgstr "选择查看包含部门的组" + +#: plugins/admin/ogroups/class_divListOGroup.inc:72 +msgid "Show groups containing departments" +msgstr "显示包含组织的组" -#: plugins/admin/departments/generic.tpl:11 -msgid "Name of subtree to create" -msgstr "要创建子树的名称" +#: plugins/admin/ogroups/class_divListOGroup.inc:73 +msgid "Select to see groups containing servers" +msgstr "选择查看包含服务器的组" -#: plugins/admin/departments/generic.tpl:19 -msgid "Descriptive text for department" -msgstr "部门描述文件" +#: plugins/admin/ogroups/class_divListOGroup.inc:73 +msgid "Show groups containing servers" +msgstr "显示包含服务器的组" -#: plugins/admin/departments/generic.tpl:27 -msgid "Category for this subtree" -msgstr "这个子树的分类" +#: plugins/admin/ogroups/class_divListOGroup.inc:74 +msgid "Select to see groups containing workstations" +msgstr "选择查看包含工作站的组" -#: plugins/admin/departments/generic.tpl:39 -msgid "Choose subtree to place department in" -msgstr "选择放置部门的子树" +#: plugins/admin/ogroups/class_divListOGroup.inc:74 +msgid "Show groups containing workstations" +msgstr "显示包含工作站的组" -#: plugins/admin/departments/generic.tpl:63 -msgid "State where this subtree is located" -msgstr "这个子树位于的状态" +#: plugins/admin/ogroups/class_divListOGroup.inc:75 +#, fuzzy +msgid "Select to see groups containing windows workstations" +msgstr "选择查看包含工作站的组" -#: plugins/admin/departments/generic.tpl:71 -msgid "Location of this subtree" -msgstr "这个子树的位置" +#: plugins/admin/ogroups/class_divListOGroup.inc:75 +#, fuzzy +msgid "Show groups containing windows workstations" +msgstr "显示包含工作站的组" -#: plugins/admin/departments/generic.tpl:79 -msgid "Postal address of this subtree" -msgstr "这个子树的地址" +#: plugins/admin/ogroups/class_divListOGroup.inc:76 +msgid "Select to see groups containing terminals" +msgstr "选择查看包含终端的组" -#: plugins/admin/departments/generic.tpl:86 -msgid "Base telephone number of this subtree" -msgstr "这个子树的电话号码" +#: plugins/admin/ogroups/class_divListOGroup.inc:76 +msgid "Show groups containing terminals" +msgstr "显示包含终端的组" -#: plugins/admin/departments/generic.tpl:94 -msgid "Base facsimile telephone number of this subtree" -msgstr "这个子树的传真号码" +#: plugins/admin/ogroups/class_divListOGroup.inc:77 +msgid "Select to see groups containing printer" +msgstr "选择查看包含打印机的组" -#: plugins/admin/departments/generic.tpl:119 -msgid "Tag department as an independent administrative unit" -msgstr "将部门标记为独立的管理单元" +#: plugins/admin/ogroups/class_divListOGroup.inc:77 +msgid "Show groups containing printer" +msgstr "显示包含打印机的组" -#: plugins/admin/departments/main.inc:41 plugins/admin/departments/main.inc:43 -msgid "Department management" -msgstr "部门管理" +#: plugins/admin/ogroups/class_divListOGroup.inc:78 +msgid "Select to see groups containing phones" +msgstr "选择查看包含电话的组" -#: plugins/admin/departments/dep_iframe.tpl:1 -msgid "Processing the requested operation" -msgstr "处理请求的操作" +#: plugins/admin/ogroups/class_divListOGroup.inc:78 +msgid "Show groups containing phones" +msgstr "显示包含电话的组" -#: plugins/admin/departments/dep_iframe.tpl:7 -msgid "" -"Your browser doesn't support iframes, please use this link to perform the " -"requested operation." -msgstr "您的浏览器不支持 iframe,请使用这个链接来执行请求的操作。" +#: plugins/admin/ogroups/class_divListOGroup.inc:176 +#: plugins/admin/ogroups/class_divListOGroup.inc:294 +#: plugins/generic/references/class_reference.inc:50 +msgid "Object group" +msgstr "对象组" -#: plugins/admin/acl/tabs_acl.inc:8 plugins/admin/acl/class_divListACL.inc:240 +#: plugins/admin/ogroups/class_divListOGroup.inc:264 #, fuzzy -msgid "Acl" -msgstr "全部" - -#: plugins/admin/acl/class_aclRole.inc:6 -msgid "Access control list templates" -msgstr "" +msgid "You are not allowed to remove this entry." +msgstr "您无权删除这个条目!" -#: plugins/admin/acl/class_aclRole.inc:103 include/class_acl.inc:177 +#: plugins/admin/ogroups/class_divListOGroup.inc:310 #, fuzzy -msgid "All categories" -msgstr "添加分类" +msgid "Number of listed object groups" +msgstr "对象组名称" -#: plugins/admin/acl/class_aclRole.inc:110 include/class_acl.inc:185 -msgid "Reset ACLs" +#: plugins/admin/ogroups/class_ogroup.inc:150 setup/setup_ldap.tpl:121 +#: ihtml/themes/default/MultiSelectWindow.tpl:44 +#: ihtml/themes/default/MultiSelectWindow.tpl:84 +#: ihtml/themes/default/msg_dialog.tpl:59 +#: ihtml/themes/default/msg_dialog.tpl:104 +msgid "Information" +msgstr "提示信息" + +#: plugins/admin/ogroups/class_ogroup.inc:150 +msgid "You cannot combine terminals and workstations in one object group!" msgstr "" -#: plugins/admin/acl/class_aclRole.inc:111 include/class_acl.inc:186 -#, fuzzy -msgid "One level" -msgstr "日志级别" +#: plugins/admin/ogroups/class_ogroup.inc:171 +msgid "This 'dn' is no object group." +msgstr "这个 'dn' 不是对象组。" -#: plugins/admin/acl/class_aclRole.inc:112 include/class_acl.inc:187 -#: include/class_acl.inc:192 -#, fuzzy -msgid "Current object" -msgstr "创建新 FAI 对象" +#: plugins/admin/ogroups/class_ogroup.inc:288 +msgid "too many different objects!" +msgstr "太多不同对象!" -#: plugins/admin/acl/class_aclRole.inc:113 include/class_acl.inc:188 -#, fuzzy -msgid "Complete subtree" -msgstr "忽略子树" +#: plugins/admin/ogroups/class_ogroup.inc:290 +msgid "users" +msgstr "用户" -#: plugins/admin/acl/class_aclRole.inc:114 include/class_acl.inc:189 -msgid "Complete subtree (permanent)" -msgstr "" +#: plugins/admin/ogroups/class_ogroup.inc:291 +msgid "groups" +msgstr "组" -#: plugins/admin/acl/class_aclRole.inc:338 -#: include/class_MultiSelectWindow.inc:227 -#: include/class_MultiSelectWindow.inc:229 include/class_acl.inc:407 -msgid "Up" -msgstr "上" +#: plugins/admin/ogroups/class_ogroup.inc:292 +msgid "applications" +msgstr "应用程序" -#: plugins/admin/acl/class_aclRole.inc:339 include/class_acl.inc:408 -msgid "Down" -msgstr "关闭" +#: plugins/admin/ogroups/class_ogroup.inc:293 +msgid "departments" +msgstr "部门" -#: plugins/admin/acl/class_aclRole.inc:340 include/class_acl.inc:409 -#, fuzzy -msgid "Edit ACL" -msgstr "编辑" +#: plugins/admin/ogroups/class_ogroup.inc:294 +msgid "servers" +msgstr "服务器" -#: plugins/admin/acl/class_aclRole.inc:341 include/class_acl.inc:410 +#: plugins/admin/ogroups/class_ogroup.inc:295 +msgid "workstations" +msgstr "工作站" + +#: plugins/admin/ogroups/class_ogroup.inc:296 #, fuzzy -msgid "Delete ACL" -msgstr "删除" +msgid "winstations" +msgstr "Windows 工作站" -#: plugins/admin/acl/class_aclRole.inc:378 include/class_acl.inc:445 -msgid "No ACL settings for this category" -msgstr "" +#: plugins/admin/ogroups/class_ogroup.inc:297 +msgid "terminals" +msgstr "终端" -#: plugins/admin/acl/class_aclRole.inc:380 include/class_acl.inc:447 -#, php-format -msgid "Contains ACLs for these objects: %s" -msgstr "" +#: plugins/admin/ogroups/class_ogroup.inc:298 +msgid "phones" +msgstr "电话" -#: plugins/admin/acl/class_aclRole.inc:385 include/class_acl.inc:452 -#, fuzzy -msgid "Edit categories ACLs" -msgstr "编辑分类" +#: plugins/admin/ogroups/class_ogroup.inc:299 +msgid "printers" +msgstr "打印机" -#: plugins/admin/acl/class_aclRole.inc:386 include/class_acl.inc:453 -msgid "Clear categories ACLs" -msgstr "" +#: plugins/admin/ogroups/class_ogroup.inc:306 +msgid "and" +msgstr "和" -#: plugins/admin/acl/class_aclRole.inc:402 include/class_acl.inc:498 -#, php-format -msgid "Edit ACL for '%s', scope is '%s'" -msgstr "" +#: plugins/admin/ogroups/class_ogroup.inc:451 +msgid "Non existing dn:" +msgstr "不存在的 dn:" -#: plugins/admin/acl/class_aclRole.inc:412 include/class_acl.inc:508 -msgid "All objects in current subtree" -msgstr "" +#: plugins/admin/ogroups/class_ogroup.inc:595 +msgid "There is already an object with this cn." +msgstr "已经存在一个有相同 cn 的对象。" -#: plugins/admin/acl/class_aclRole.inc:564 include/class_acl.inc:1061 -#, fuzzy, php-format -msgid "Saving ACLs with dn '%s' failed." -msgstr "保存 dn 为 '%s' 的 user/kolab 账号为空。" +#: plugins/admin/ogroups/class_ogroup.inc:610 +msgid "You can combine two different object types at maximum only!" +msgstr "您最多只能组合两个不同的对象类!" -#: plugins/admin/acl/class_aclRole.inc:596 +#: plugins/admin/ogroups/class_ogroup.inc:666 #, fuzzy, php-format -msgid "" -"This role can't be removed while it is in use. Follwing objects are using " -"this role %s" -msgstr "这个共享不能被删除,因为仍然被 %d 个用户使用:" +msgid "Saving of object group/generic with dn '%s' failed." +msgstr "保存 dn 为 '%s' 的 user/kolab 账号为空。" -#: plugins/admin/acl/class_aclRole.inc:602 +#: plugins/admin/ogroups/class_ogroup.inc:679 #, fuzzy, php-format -msgid "Removing of aclRole with dn '%s' failed." +msgid "Removing of object group/generic with dn '%s' failed." msgstr "删除 dn 为 '%s' 的 user/kolab 账号失败。" -#: plugins/admin/acl/class_aclRole.inc:614 -#, fuzzy, php-format -msgid "Removing aclRole from objectgroup '%s' failed" -msgstr "从对象组 '%s' 删除应用程序失败" - -#: plugins/admin/acl/class_aclRole.inc:669 include/class_acl.inc:1098 +#: plugins/admin/ogroups/class_ogroup.inc:741 #, fuzzy -msgid "ACL roles" -msgstr "MAC 地址" - -#: plugins/admin/acl/class_aclRole.inc:674 -msgid "Acl roles" -msgstr "" +msgid "Object group generic" +msgstr "对象组" -#: plugins/admin/acl/remove.tpl:6 +#: plugins/admin/ogroups/class_ogroup.inc:752 #, fuzzy -msgid "" -"This includes all system and setup informations. Please double check if your " -"really want to do this since there is no way for GOsa to get your data back." -msgstr "" -"这包含所有系统和设置信息。请再次检查您是否要这么做,因为 GOsa 没有办法将您的" -"数据找回。" +msgid "Member" +msgstr "成员" -#: plugins/admin/acl/tabs_acl_role.inc:8 -#, fuzzy -msgid "ACL Templates" -msgstr "模板" +#: plugins/admin/ogroups/generic.tpl:10 +msgid "Name of the group" +msgstr "组名称" -#: plugins/admin/acl/class_divListACL.inc:31 -#, fuzzy -msgid "List of acl" -msgstr "宏列表" +#: plugins/admin/ogroups/generic.tpl:42 +msgid "Member objects" +msgstr "成员对象" -#: plugins/admin/acl/class_divListACL.inc:32 -#, fuzzy -msgid "List of acls" -msgstr "宏列表" +#: plugins/admin/ogroups/remove.tpl:7 +msgid "" +"Please double check if you really want to do this since there is no way for " +"GOsa to get your data back." +msgstr "请再次检查您是否要这么做,因为 GOsa 没有办法将您的数据找回。" + +#: plugins/generic/references/class_reference.inc:30 +msgid "FAX" +msgstr "传真" -#: plugins/admin/acl/class_divListACL.inc:36 -#, fuzzy -msgid "This menu allows you to edit and delete selected acls." -msgstr "这个菜单允许您创建,删除和修改 FAI 分类。" +#: plugins/generic/references/class_reference.inc:32 +msgid "Proxy" +msgstr "代理" -#: plugins/admin/acl/class_divListACL.inc:61 -msgid "Ignore subtrees" -msgstr "忽略子树" +#: plugins/generic/references/class_reference.inc:34 +msgid "FTP" +msgstr "FTP" -#: plugins/admin/acl/class_divListACL.inc:65 -#, fuzzy -msgid "Display acls matching" -msgstr "显示匹配的宏" +#: plugins/generic/references/class_reference.inc:46 +msgid "Thin Client" +msgstr "瘦客户机" -#: plugins/admin/acl/class_divListACL.inc:224 -#, fuzzy -msgid "Edit acl role" -msgstr "编辑宏" +#: plugins/generic/references/contents.tpl:11 +msgid "Object name" +msgstr "对象名称" -#: plugins/admin/acl/class_divListACL.inc:234 -#, fuzzy -msgid "Delete acl role" -msgstr "删除宏" +#: plugins/generic/references/contents.tpl:11 +msgid "Contents" +msgstr "内容" -#: plugins/admin/acl/class_divListACL.inc:246 -#, fuzzy -msgid "Edit acl" -msgstr "编辑宏" +#: plugins/generic/references/contents.tpl:18 +msgid "This object has no relationship to other objects." +msgstr "这个对象和其他对象没有关系。" -#: plugins/admin/acl/class_divListACL.inc:250 -#, fuzzy -msgid "Delete acl" -msgstr "删除宏" +#: plugins/generic/welcome/welcome.tpl:4 +msgid "" +"This is the GOsa main menu. You can select your tasks from the menu on the " +"left, or by choosing one of the pictograms below. All changes apply directly " +"to your companies LDAP server." +msgstr "" +"这是 Gosa 主菜单。您可以从左侧的菜单中选择,或者点击下面的图标。所有改变都将" +"直接修改您公司的 LDAP 服务器。" -#: plugins/admin/acl/main.inc:43 plugins/admin/acl/main.inc:45 -#, fuzzy -msgid "ACL management" -msgstr "管理" +#: plugins/generic/welcome/welcome.tpl:8 +msgid "" +"Use 'Sign out' on the upper left to close the connection and 'Main' to get " +"back to the pictogram view." +msgstr "选择上方左侧的“退出”按钮断开链接,选择“首页”回到图标程序界面。" -#: plugins/admin/acl/class_aclManagement.inc:24 -#, fuzzy -msgid "ACLs" -msgstr "ACL" +#: plugins/generic/welcome/welcome.tpl:15 +msgid "The GOsa team" +msgstr "GOsa 团队" -#: plugins/admin/acl/class_aclManagement.inc:160 -#, fuzzy -msgid "You are not allowed to create a new role." -msgstr "您无权删除这个用户!" +#: plugins/generic/welcome/main.inc:24 +#, php-format +msgid "Welcome %s!" +msgstr "欢迎 %s!" -#: plugins/admin/acl/class_aclManagement.inc:197 -#, fuzzy -msgid "You are not allowed to edit this acl." -msgstr "您无权删除这个宏!" +#: include/utils/class_timezone.inc:51 +#, php-format +msgid "" +"The timezone setting '%s' in your gosa.conf is not valid. Cannot calculate " +"correct timezone offset." +msgstr "" -#: plugins/admin/acl/class_aclManagement.inc:242 -#: plugins/admin/acl/class_aclManagement.inc:306 +#: include/password-methods/class_password-methods-sha.inc:46 +#: include/password-methods/class_password-methods-ssha.inc:51 #, fuzzy, php-format -msgid "You're about to delete the acl %s." -msgstr "您将要删除宏 '%s'。" - -#: plugins/admin/acl/class_aclManagement.inc:250 -#: plugins/admin/acl/class_aclManagement.inc:313 -#: plugins/admin/acl/class_aclManagement.inc:337 -#, fuzzy -msgid "You are not allowed to delete this acl!" -msgstr "您无权删除这个宏!" +msgid "Cannot use %s encryption: no PHP functions for sha1/mhash available" +msgstr "无法使用 sha 来加密,缺少函数 sha1 / mhash / crypt" -#: plugins/admin/acl/class_aclManagement.inc:274 -#, fuzzy -msgid "You are not allowed to delete this acl role!" -msgstr "您无权删除这个宏!" +#: include/class_certificate.inc:35 +msgid "Can't open specified file, check accessibility and or existence" +msgstr "无法打开特定文件,检查是否可以访问或者是否存在。" -#: plugins/admin/groups/class_divListGroup.inc:35 -#: plugins/admin/groups/class_divListGroup.inc:36 -msgid "List of groups" -msgstr "组列表" +#: include/class_certificate.inc:53 +msgid "Can't read specified certificate / or empty string given" +msgstr "无法读取特定证书或者提供了一个空字符串" -#: plugins/admin/groups/class_divListGroup.inc:41 -msgid "" -"This menu allows you to add, edit and remove selected groups. You may want " -"to use the range selector on top of the group listbox, when working with a " -"large number of groups." -msgstr "" -"这个菜单允许您添加,编辑和删除所选的组。对于一个长列表,您可以通过选择框上面" -"的范围选择来调整。" +#: include/class_certificate.inc:80 +msgid "Can't load certificate, possibly unsupported format (use PEM/DER) " +msgstr "无法加载证书,可能是不支持的格式(用 PEM/DER)。" -#: plugins/admin/groups/class_divListGroup.inc:60 -msgid "Groupname / Department" -msgstr "组名 / 部门" +#: include/class_certificate.inc:95 +msgid "The Format must be PEM, to output certificate informations" +msgstr "要输出证书信息,格式必须是 PEM" -#: plugins/admin/groups/class_divListGroup.inc:65 -msgid "Select to see groups that are primary groups of users" -msgstr "选择查看用户的主要组" +#: include/class_certificate.inc:192 +msgid "Can't create/open File" +msgstr "无法创建/打开文件" -#: plugins/admin/groups/class_divListGroup.inc:65 -msgid "Show primary groups" -msgstr "显示主要组" +#: include/class_certificate.inc:199 +msgid "No valid certificate loaded" +msgstr "无有效证书加载" -#: plugins/admin/groups/class_divListGroup.inc:66 -msgid "Select to see groups that have samba groups mappings" -msgstr "选择查看配置了 samba 映射的用户组" +#: include/class_MultiSelectWindow.inc:114 setup/setup_migrate.tpl:79 +msgid "Close" +msgstr "关闭" -#: plugins/admin/groups/class_divListGroup.inc:66 -msgid "Show samba groups" -msgstr "显示 samba 用户组" +#: include/class_MultiSelectWindow.inc:219 +msgid "Go to root department" +msgstr "转到根部门" -#: plugins/admin/groups/class_divListGroup.inc:67 -msgid "Select to see groups that have applications configured" -msgstr "选择查看配置了应用程序的组" +#: include/class_MultiSelectWindow.inc:219 +#: include/class_MultiSelectWindow.inc:221 +msgid "Root" +msgstr "根" -#: plugins/admin/groups/class_divListGroup.inc:67 -msgid "Show application groups" -msgstr "显示应用程序组" +#: include/class_MultiSelectWindow.inc:227 +msgid "Go up one department" +msgstr "向上跳转一个部门" -#: plugins/admin/groups/class_divListGroup.inc:68 -msgid "Select to see groups that have mail settings" -msgstr "选择查看配置了邮件设置的组" +#: include/class_MultiSelectWindow.inc:235 +msgid "Go to users department" +msgstr "转到用户部门" -#: plugins/admin/groups/class_divListGroup.inc:68 -msgid "Show mail groups" -msgstr "显示邮件组" +#: include/class_MultiSelectWindow.inc:235 +#: include/class_MultiSelectWindow.inc:237 +msgid "Home" +msgstr "" -#: plugins/admin/groups/class_divListGroup.inc:69 -msgid "Select to see normal groups that have only functional aspects" -msgstr "选择查看实用的普通组" +#: include/class_MultiSelectWindow.inc:242 +msgid "Reload list" +msgstr "重新加载列表" -#: plugins/admin/groups/class_divListGroup.inc:69 -msgid "Show functional groups" -msgstr "显示实用组" +#: include/class_MultiSelectWindow.inc:503 +#, php-format +msgid "Inconsistent DN encoding detected: '%s'" +msgstr "" -#: plugins/admin/groups/class_divListGroup.inc:329 +#: include/class_MultiSelectWindow.inc:622 +#: include/class_MultiSelectWindow.inc:626 +#: include/class_MultiSelectWindow.inc:630 #, fuzzy -msgid "Number of listed groups" -msgstr "组名称" - -#: plugins/admin/groups/group_objects.tpl:6 -msgid "Select users to add" -msgstr "选择要添加的用户" +msgid "Restore" +msgstr "仓库" -#: plugins/admin/groups/group_objects.tpl:30 -msgid "Search within subtree" -msgstr "在子树中查找" +#: include/class_MultiSelectWindow.inc:625 +msgid "Restore snapshopts of already deleted objects" +msgstr "" -#: plugins/admin/groups/group_objects.tpl:37 -msgid "Display users of department" -msgstr "显示部门的用户" +#: include/class_MultiSelectWindow.inc:648 +#: include/class_SnapShotDialog.inc:113 +msgid "Restore snapshot" +msgstr "" -#: plugins/admin/groups/group_objects.tpl:47 -msgid "Regular expression for matching user names" -msgstr "匹配用户名的正则表达式" +#: include/class_MultiSelectWindow.inc:654 +#, fuzzy +msgid "Create snapshot" +msgstr "创建 nagios 账户" -#: plugins/admin/groups/class_groupManagement.inc:334 -#: plugins/admin/groups/class_groupManagement.inc:387 -#: plugins/admin/groups/class_groupManagement.inc:418 -msgid "You are not allowed to delete this group!" -msgstr "您无权删除这个组!" +#: include/class_MultiSelectWindow.inc:654 +#, fuzzy +msgid "Create a new snapshot from this object" +msgstr "创建新 FAI 对象" -#: plugins/admin/groups/class_groupManagement.inc:380 -#, php-format -msgid "You're about to delete the group '%s'." -msgstr "您将要删除组 '%s'。" +#: include/php_setup.inc:93 +msgid "Generating this page caused the PHP interpreter to raise some errors!" +msgstr "生成这个页面导致 PHP 解析器发生一些错误!" -#: plugins/admin/groups/remove.tpl:6 -msgid "" -"This may be a primary user group. Please double check if you really want to " -"do this since there is no way for GOsa to get your data back." +#: include/php_setup.inc:98 +msgid "Send bug report to the GOsa Team" msgstr "" -"这可能是一个主要的用户组。请再次检查您是否要这么做,因为 GOsa 没有办法将您的" -"数据找回。" -#: plugins/admin/groups/paste_generic.tpl:1 -msgid "Group settings" -msgstr "组设置" +#: include/php_setup.inc:98 +#, fuzzy +msgid "Send bugreport" +msgstr "发送者" -#: plugins/admin/groups/paste_generic.tpl:8 -#: plugins/admin/groups/generic.tpl:17 -msgid "Posix name of the group" -msgstr "组的 posix 名称" +#: include/php_setup.inc:103 +msgid "Toggle information" +msgstr "切换信息" + +#: include/php_setup.inc:113 +msgid "PHP error" +msgstr "PHP 错误" -#: plugins/admin/groups/paste_generic.tpl:13 -#: plugins/admin/groups/generic.tpl:65 -msgid "Normally IDs are autogenerated, select to specify manually" -msgstr "一般 ID 是自动创建的,要手工设置请选择" +#: include/php_setup.inc:132 +msgid "class" +msgstr "类" -#: plugins/admin/groups/paste_generic.tpl:15 -#: plugins/admin/groups/generic.tpl:68 -msgid "Force GID" -msgstr "强制 GID" +#: include/php_setup.inc:138 +msgid "function" +msgstr "功能" -#: plugins/admin/groups/paste_generic.tpl:18 -#: plugins/admin/groups/generic.tpl:71 -msgid "Forced ID number" -msgstr "强制 ID 编号" +#: include/php_setup.inc:143 +msgid "static" +msgstr "静态" -#: plugins/admin/groups/generic.tpl:83 plugins/admin/groups/generic.tpl:110 -msgid "Select to create a samba conform group" -msgstr "选择创建一个 samba 确认组" +#: include/php_setup.inc:147 +msgid "method" +msgstr "方法" -#: plugins/admin/groups/generic.tpl:95 plugins/admin/groups/generic.tpl:118 -msgid "in domain" -msgstr "于域" +#: include/php_setup.inc:180 +msgid "Trace" +msgstr "跟踪" -#: plugins/admin/groups/generic.tpl:140 -msgid "Members are in a phone pickup group" -msgstr "成员属于电话应答组" +#: include/php_setup.inc:181 +msgid "File" +msgstr "文件" -#: plugins/admin/groups/generic.tpl:155 -msgid "Members are in a nagios group" -msgstr "成员属于 nagios 组" +#: include/php_setup.inc:181 +msgid "Line" +msgstr "行" -#: plugins/admin/groups/generic.tpl:172 -msgid "Group members" -msgstr "组成员" +#: include/php_setup.inc:181 +msgid "Type" +msgstr "类型" -#: plugins/admin/groups/main.inc:40 plugins/admin/groups/main.inc:44 -msgid "Group administration" -msgstr "组管理" +#: include/php_setup.inc:182 +msgid "Arguments" +msgstr "参数" -#: plugins/admin/groups/class_groupGeneric.inc:137 -msgid "Can't find this groups SID in LDAP or in your configuration file!" -msgstr "无法在 LDAP 或您的配置文件中查找这个组 SID。" +#: include/functions.inc:98 +#, php-format +msgid "Fatal error: no class locations defined - please run '%s' to fix this" +msgstr "" -#: plugins/admin/groups/class_groupGeneric.inc:193 -msgid "This 'dn' is no group." -msgstr "该 'dn' 不是一个组。" +#: include/functions.inc:105 +#, php-format +msgid "" +"Fatal error: cannot instantiate class '%s' - try running '%s' to fix this" +msgstr "" -#: plugins/admin/groups/class_groupGeneric.inc:334 -msgid "Samba group" -msgstr "Samba 组" +#: include/functions.inc:315 +#, php-format +msgid "FATAL: Error when connecting the LDAP. Server said '%s'." +msgstr "致命错误:连接 LDAP 错误。服务器返回 '%s'。" -#: plugins/admin/groups/class_groupGeneric.inc:334 -msgid "Domain admins" -msgstr "域管理员" +#: include/functions.inc:341 include/functions.inc:368 +#: include/functions.inc:406 +#, fuzzy, php-format +msgid "User login failed." +msgstr "用户登录失败。LDAP 服务器返回 '%s'。" -#: plugins/admin/groups/class_groupGeneric.inc:334 -msgid "Domain users" -msgstr "域用户" +#: include/functions.inc:341 include/functions.inc:368 +#: include/functions.inc:406 include/functions.inc:602 +#: include/functions.inc:617 include/functions.inc:649 +#: include/functions.inc:688 include/functions.inc:733 +#: include/functions.inc:2503 +#, fuzzy, php-format +msgid "LDAP server returned: %s" +msgstr "LDAP 服务器" -#: plugins/admin/groups/class_groupGeneric.inc:335 -msgid "Domain guests" -msgstr "域名 guests" +#: include/functions.inc:377 include/functions.inc:447 +#, fuzzy +msgid "" +"Username / UID is not unique inside the LDAP tree. Please contact your " +"Administrator." +msgstr "用户名 / UID 不唯一。请检查您的 LDAP 数据库。" -#: plugins/admin/groups/class_groupGeneric.inc:340 -#, php-format -msgid "Special group (%d)" -msgstr "特殊组 (%d)" +#: include/functions.inc:447 include/functions.inc:592 +#: include/functions.inc:617 include/functions.inc:678 +#: include/functions.inc:994 include/functions.inc:1875 +#: include/functions.inc:1909 include/functions.inc:1929 +#: include/class_acl.inc:806 include/class_CopyPasteHandler.inc:131 +#: include/class_CopyPasteHandler.inc:250 include/class_ldap.inc:561 +#: include/class_ldap.inc:609 include/class_log.inc:87 html/getvcard.php:37 +#, fuzzy +msgid "Internal error" +msgstr "终端服务器" -#: plugins/admin/groups/class_groupGeneric.inc:494 -msgid "! unknown id" -msgstr "! 未知 id" +#: include/functions.inc:592 include/functions.inc:678 +msgid "Error while adding a lock. Contact the developers!" +msgstr "" -#: plugins/admin/groups/class_groupGeneric.inc:532 -#, php-format +#: include/functions.inc:602 +#, fuzzy, php-format msgid "" -"Your search method returned more than '%s' users, only '%s' users are shown." -msgstr "您的查询方式返回超过 '%s' 用户,只有 '%s' 用户被显示。" +"Cannot create locking information in LDAP tree. Please contact your " +"administrator!" +msgstr "无法获得 LDAP 数据库的锁信息。检查 gosa.conf 中的 'config' 条目!" -#: plugins/admin/groups/class_groupGeneric.inc:561 -#: plugins/admin/groups/class_groupGeneric.inc:826 +#: include/functions.inc:617 #, fuzzy, php-format -msgid "Removing of groups/generic with dn '%s' failed." -msgstr "删除 dn 为 '%s' 的 user/kolab 账号失败。" +msgid "Adding a lock failed." +msgstr "保存 FAI 钩子失败" -#: plugins/admin/groups/class_groupGeneric.inc:711 +#: include/functions.inc:649 +#, fuzzy, php-format +msgid "Removing a lock failed." +msgstr "删除 FAI 钩子失败" + +#: include/functions.inc:688 include/functions.inc:733 #, php-format -msgid "No configured SID found for '%s'." -msgstr "没有发现为 '%s' 配置的 SID" +msgid "Cannot get locking information from LDAP tree!" +msgstr "" -#: plugins/admin/groups/class_groupGeneric.inc:716 +#: include/functions.inc:696 +#, fuzzy +msgid "" +"Found multiple locks for object to be locked. This should not happen - " +"cleaning up multiple references." +msgstr "发现要锁定的对象由多个锁。这虽然不可能──清除多个引用。" + +#: include/functions.inc:922 #, php-format -msgid "No configured RIDBASE found for '%s'." -msgstr "没有发现为 '%s' 配置的 RIDBASE" +msgid "The size limit of %d entries is exceed!" +msgstr "超过了 %d 个条目的大小限制!" -#: plugins/admin/groups/class_groupGeneric.inc:858 +#: include/functions.inc:924 +#, php-format msgid "" -"The field 'Name' contains invalid characters. Lowercase, numbers and dashes " -"are allowed." -msgstr "字段 'Name' 包含无效字符。只允许小写字母,数字和短线。" +"Set the new size limit to %s and show me this message if the limit still " +"exceeds" +msgstr "设置新的大小限制为 %s 并且如果限制依然超出还显示这条信息。" -#: plugins/admin/groups/class_groupGeneric.inc:869 -#: plugins/admin/groups/class_groupGeneric.inc:883 -#: plugins/admin/groups/class_groupGeneric.inc:890 -msgid "Value specified as 'Name' is already used." -msgstr "指定为“名称”的值已经在使用了。" +#: include/functions.inc:941 +msgid "incomplete" +msgstr "不完整" -#: plugins/admin/groups/class_groupGeneric.inc:944 -msgid "Too many users, can't allocate a free ID!" -msgstr "太多用户,无法分配一个可用的 ID!" +#: include/functions.inc:1177 include/functions.inc:1308 +msgid "LDAP error:" +msgstr "LDAP 错误:" -#: plugins/admin/groups/class_groupGeneric.inc:993 -#, fuzzy -msgid "Generic group settings" -msgstr "组设置" +#: include/functions.inc:1178 +msgid "" +"Problems with the LDAP server mean that you probably lost the last changes. " +"Please check your LDAP setup for possible errors and try again." +msgstr "" +"LDAP 服务器发生错误,意味着您最后的修改可能丢失。请检查您 LDAP 安装可能的错误" +"再重试。" -#: plugins/admin/groups/class_groupGeneric.inc:1005 -#, fuzzy -msgid "Phone pickup group" -msgstr "成员属于电话应答组" +#: include/functions.inc:1184 +msgid "" +"Please check your input and fix the error. Press 'OK' to close this message " +"box." +msgstr "请检查您的输入并修正错误。按“OK”关闭此对话框。" -#: plugins/admin/groups/class_groupGeneric.inc:1006 -#, fuzzy -msgid "Nagios group" -msgstr "Nagios 账号" +#: include/functions.inc:1249 +msgid "Continue anyway" +msgstr "仍然继续" -#: plugins/admin/groups/class_groupGeneric.inc:1009 -#, fuzzy -msgid "Group member" -msgstr "组成员" +#: include/functions.inc:1251 +msgid "Edit anyway" +msgstr "仍然编辑" -#: plugins/admin/groups/class_groupGeneric.inc:1010 -#, fuzzy -msgid "Samba group type" -msgstr "Samba 组" +#: include/functions.inc:1253 +#, fuzzy, php-format +msgid "You're going to edit the LDAP entry/entries '%s'" +msgstr "您将要拷贝条目 '%s'。" -#: plugins/admin/groups/class_groupGeneric.inc:1011 -#, fuzzy -msgid "Samba domain name" -msgstr "Samba 主目录" +#: include/functions.inc:1311 +#, php-format +msgid "Plugin '%s':%s" +msgstr "" -#: plugins/admin/groups/class_groupGeneric.inc:1012 setup/setup_config2.tpl:15 -#, fuzzy -msgid "Samba SID" -msgstr "Samba" +#: include/functions.inc:1472 +msgid "Entries per page" +msgstr "每页条目数" -#: setup/class_setupStep_Language.inc:40 setup/class_setupStep_Language.inc:41 -#, fuzzy -msgid "Language setup" -msgstr "语言" +#: include/functions.inc:1500 +msgid "Apply filter" +msgstr "应用过滤器" -#: setup/class_setupStep_Language.inc:42 -msgid "This step allows you to select your preferred language." +#: include/functions.inc:1752 +msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" +msgstr "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" + +#: include/functions.inc:1796 +#, php-format +msgid "GOsa development snapshot (Rev %s)" +msgstr "GOsa 开发版(版本 %s)" + +#: include/functions.inc:1875 +#, php-format +msgid "File '%s' could not be deleted." msgstr "" -#: setup/class_setupStep_Language.inc:47 +#: include/functions.inc:1909 include/functions.inc:1929 #, fuzzy -msgid "Automatic" -msgstr "自动" +msgid "Cannot write to revision file!" +msgstr "无法创建文件 '%s'。" -#: 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 "" +#: include/functions.inc:2171 include/functions.inc:2175 +#: include/functions.inc:2181 +#, fuzzy +msgid "'base_hook' is not available. Using default base." +msgstr "警告: base_hook不可用。使用缺省 base。" -#: setup/setup_welcome.tpl:8 -msgid "What will the wizard do for you?" -msgstr "" +#: include/functions.inc:2203 +#, fuzzy +msgid "LDAP warning" +msgstr "LDAP 管理" -#: setup/setup_welcome.tpl:11 -msgid "Create a basic, single site configuration" -msgstr "" +#: include/functions.inc:2203 +#, fuzzy +msgid "Cannot get schema information from server. No schema check possible!" +msgstr "不能从服务器得到 schema 信息。无法对 schema 检查!" -#: setup/setup_welcome.tpl:12 -msgid "Tries to find problems within your PHP and LDAP setup" +#: include/functions.inc:2229 +msgid "Used to store account specific informations." msgstr "" -#: setup/setup_welcome.tpl:13 -msgid "Let you choose from a set of basic and advanced configuration switches" +#: include/functions.inc:2236 +msgid "" +"Used to lock currently edited entries to avoid multiple changes at the same " +"time." msgstr "" -#: setup/setup_welcome.tpl:14 -msgid "Guided migration of existing LDAP trees" +#: include/functions.inc:2279 +#, php-format +msgid "Missing required object class '%s'!" msgstr "" -#: setup/setup_welcome.tpl:17 -msgid "What will the wizard NOT do for you?" +#: include/functions.inc:2281 +#, php-format +msgid "Missing optional object class '%s'!" msgstr "" -#: setup/setup_welcome.tpl:20 -msgid "Find every possible configuration error" +#: include/functions.inc:2287 +#, php-format +msgid "Version mismatch for required object class '%s' (!=%s)!" msgstr "" -#: setup/setup_welcome.tpl:21 -msgid "Migrate every possible LDAP setup - create backup dumps!" +#: include/functions.inc:2289 +#, php-format +msgid "Version mismatch for optional object class '%s' (!=%s)!" msgstr "" -#: setup/setup_welcome.tpl:25 -#, fuzzy -msgid "To continue..." -msgstr "安装继续..." +#: include/functions.inc:2293 +#, fuzzy, php-format +msgid "Class(es) available" +msgstr "文件可用。" -#: setup/setup_welcome.tpl:28 +#: include/functions.inc:2315 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:" +"You have enabled the rfc2307bis option on the 'ldap setup' step, but your " +"schema configuration do not support this option." msgstr "" -#: setup/setup_welcome.tpl:34 -msgid "Click the 'Continue' button when you've finished." +#: include/functions.inc:2316 +msgid "" +"In order to use rfc2307bis conform groups the objectClass 'posixGroup' must " +"be AUXILIARY" msgstr "" -#: setup/class_setupStep_Config1.inc:74 setup/class_setupStep_Config1.inc:75 -#, fuzzy -msgid "GOsa settings 1/3" -msgstr "用户设置" +#: include/functions.inc:2320 +msgid "" +"You have disabled the rfc2307bis option on the 'ldap setup' step, but your " +"schema configuration do not support this option." +msgstr "" -#: setup/class_setupStep_Config1.inc:76 -#, fuzzy -msgid "GOsa generic settings" -msgstr "用户设置" +#: include/functions.inc:2321 +msgid "The objectClass 'posixGroup' must be STRUCTURAL" +msgstr "" -#: setup/class_setupStep_Config1.inc:88 setup/class_setupStep_Config3.inc:89 -#: setup/setup_feedback.tpl:55 setup/setup_feedback.tpl:73 -#: setup/class_setupStep_Ldap.inc:74 setup/class_setupStep_Schema.inc:63 -#: setup/class_setupStep_Config2.inc:161 -msgid "No" -msgstr "否" +#: include/functions.inc:2344 +msgid "German" +msgstr "德语" -#: setup/class_setupStep_Config1.inc:88 setup/class_setupStep_Config3.inc:89 -#: setup/setup_feedback.tpl:53 setup/setup_feedback.tpl:71 -#: setup/class_setupStep_Ldap.inc:74 setup/class_setupStep_Schema.inc:63 -#: setup/class_setupStep_Config2.inc:161 -msgid "Yes" -msgstr "是" +#: include/functions.inc:2345 +msgid "French" +msgstr "法语" -#: setup/class_setupStep_Config1.inc:118 -#, fuzzy, php-format -msgid "The specified value for '%s' must be a numeric value" -msgstr "指定 '%s' 的值必须是数字类型。" +#: include/functions.inc:2346 +msgid "Italian" +msgstr "意大利语" -#: setup/class_setupStep_Config1.inc:118 setup/setup_config1.tpl:97 -msgid "GID / UID min id" -msgstr "" +#: include/functions.inc:2347 +msgid "Spanish" +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 "" +#: include/functions.inc:2348 +msgid "English" +msgstr "英语" -#: setup/class_setupStep_Config1.inc:122 -msgid "People storage ou" -msgstr "" +#: include/functions.inc:2349 +msgid "Dutch" +msgstr "荷兰语" -#: setup/class_setupStep_Config1.inc:126 -msgid "Group storage ou" +#: include/functions.inc:2350 +msgid "Polish" +msgstr "波兰语" + +#: include/functions.inc:2351 +msgid "Swedish" msgstr "" -#: setup/class_setupStep_Config1.inc:130 +#: include/functions.inc:2352 #, fuzzy -msgid "Uid base must be numeric" -msgstr "超时必须填数字" +msgid "Chinese" +msgstr "芯片组" -#: setup/class_setupStep_Config1.inc:134 -#, fuzzy -msgid "The given password minimum length is not numeric." -msgstr "Sieve 端口应为数字。" +#: include/functions.inc:2353 +msgid "Russian" +msgstr "俄语" -#: setup/class_setupStep_Config1.inc:137 +#: include/functions.inc:2503 +#, fuzzy, php-format +msgid "Setting the password failed!" +msgstr "设置口令失败。LDAP 服务器返回 '%s'。" + +#: include/functions.inc:2521 include/class_plugin.inc:652 +#, php-format +msgid "" +"Command '%s', specified as POSTMODIFY for plugin '%s' doesn't seem to exist." +msgstr "命令 '%s',作为插件 '%s' 的 POSTMODIFY 好像并不存在。" + +#: include/functions.inc:2541 #, fuzzy -msgid "The given password differ value is not numeric." -msgstr "Sieve 端口应为数字。" +msgid "" +"Setting for SMBHASH in gosa.conf is incorrect! Cannot change Samba password." +msgstr "在 gosa.conf 中 SMBHASH 的设置不正确!无法修改 Samba 口令。" -#: setup/setup_ldap.tpl:7 -msgid "Please choose the LDAP user to be used by GOsa" +#: include/class_socketClient.inc:38 +msgid "The mcrypt module was not found. Please install php5-mcrypt." msgstr "" -#: setup/setup_ldap.tpl:25 -#, fuzzy -msgid "LDAP connection" -msgstr "断开" +#: include/class_tabs.inc:214 +#, php-format +msgid "Delete process has been canceled by plugin '%s': %s" +msgstr "删除进程被插件 '%s' 取消: %s" -#: setup/setup_ldap.tpl:29 -msgid "Location name" -msgstr "位置名称" +#: include/class_tabs.inc:341 include/class_acl.inc:1092 +#: include/class_acl.inc:1093 include/class_acl.inc:1098 +msgid "ACL" +msgstr "ACL" -#: setup/setup_ldap.tpl:37 -#, fuzzy -msgid "Connection URL" -msgstr "连接 URL" +#: include/class_tabs.inc:344 +msgid "References" +msgstr "参考" -#: setup/setup_ldap.tpl:45 -#, fuzzy -msgid "TLS connection" -msgstr "连接" +#: include/class_plugin.inc:433 +#, php-format +msgid "" +"Command '%s', specified as CHECK hook for plugin '%s' doesn't seem to exist." +msgstr "命令 '%s',作为插件 '%s' 的 CHECK hook 好像并不存在。" -#: setup/setup_ldap.tpl:65 -#, fuzzy -msgid "Reload" -msgstr "读" +#: include/class_plugin.inc:487 +msgid "" +"The object has changed since opened in GOsa. Please ensure that nobody has " +"done serious changes that may get lost if you save this entry." +msgstr "" -#: setup/setup_ldap.tpl:69 -#, fuzzy -msgid "Authentication" -msgstr "Nagios 鉴权" +#: include/class_plugin.inc:620 +#, php-format +msgid "" +"Command '%s', specified as POSTCREATE for plugin '%s' doesn't seem to exist." +msgstr "命令 '%s',作为插件 '%s' 的 POSTCREATE 好像并不存在。" -#: setup/setup_ldap.tpl:73 -msgid "Admin DN" -msgstr "管理员 DN" +#: include/class_plugin.inc:688 +#, php-format +msgid "" +"Command '%s', specified as POSTREMOVE for plugin '%s' doesn't seem to exist." +msgstr "命令 '%s',作为插件 '%s' 的 POSTREMOVE 好像并不存在。" -#: setup/setup_ldap.tpl:78 -#, fuzzy -msgid "Select user" -msgstr "删除用户" +#: include/class_plugin.inc:1059 include/class_plugin.inc:1106 +#: include/class_plugin.inc:1107 +#, fuzzy, php-format +msgid "Saving object snapshot with dn '%s' failed." +msgstr "保存 dn 为 '%s' 的 user/kolab 账号为空。" -#: setup/setup_ldap.tpl:86 -msgid "Automatically append LDAP base to admin DN" +#: include/class_plugin.inc:1133 include/class_plugin.inc:1145 +#, php-format +msgid "" +"The snapshot functionality is enabled, but the required variable '%s' is not " +"set." msgstr "" -#: setup/setup_ldap.tpl:93 -msgid "Admin password" -msgstr "管理员口令" +#: include/class_plugin.inc:1181 +#, fuzzy, php-format +msgid "Method get available snapshots with dn '%s' failed." +msgstr "删除 dn 为 '%s' 的 user/kolab 账号失败。" -#: setup/setup_ldap.tpl:101 -#, fuzzy -msgid "Schema based settings" -msgstr "Samba 设置" +#: include/class_plugin.inc:1237 +#, fuzzy, php-format +msgid "Method get deleted snapshots with dn '%s' failed." +msgstr "删除 dn 为 '%s' 的 user/kolab 账号失败。" -#: setup/setup_ldap.tpl:105 -msgid "Use rfc2307bis compliant groups" +#: include/class_plugin.inc:1301 include/class_plugin.inc:1315 +#, fuzzy, php-format +msgid "Restore snapshot with dn '%s' failed." +msgstr "删除 dn 为 '%s' 的 user/kolab 账号失败。" + +#: include/class_plugin.inc:1579 +msgid "Changing ACL dn" msgstr "" -#: setup/setup_ldap.tpl:117 -#, fuzzy -msgid "Current status" -msgstr "当前版本" +#: include/class_plugin.inc:1579 +msgid "from" +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 "" +#: include/class_plugin.inc:1580 setup/class_setupStep_Migrate.inc:1066 +#: setup/class_setupStep_Migrate.inc:1115 +#: setup/class_setupStep_Migrate.inc:1162 +#, fuzzy +msgid "to" +msgstr "停止" -#: setup/setup_migrate.tpl:33 +#: include/class_acl.inc:6 #, fuzzy -msgid "Check again" -msgstr "检查" +msgid "Access control" +msgstr "访问选项" -#: setup/setup_migrate.tpl:37 -msgid "Move windows workstations into a valid windows workstation department" +#: include/class_acl.inc:190 include/class_acl.inc:193 +msgid "Use ACL defined in role" msgstr "" -#: setup/setup_migrate.tpl:39 -msgid "" -"This dialog allows you to move the displayed windows workstations into a " -"valid department" -msgstr "" +#: include/class_acl.inc:645 include/class_acl.inc:652 +#, fuzzy +msgid "Show/Hide Advanced Settings" +msgstr "高级电话设置" -#: setup/setup_migrate.tpl:41 -msgid "" -"Be careful with this tool, there may be references pointing to this " -"workstations that can't be migrated." -msgstr "" +#: include/class_acl.inc:670 +#, fuzzy +msgid "Create objects" +msgstr "创建新 FAI 对象" -#: setup/setup_migrate.tpl:65 setup/setup_migrate.tpl:121 -#: setup/setup_migrate.tpl:173 setup/setup_migrate.tpl:293 -#: setup/setup_migrate.tpl:346 +#: include/class_acl.inc:671 #, fuzzy -msgid "Select all" -msgstr "选择" +msgid "Move objects" +msgstr "成员对象" -#: setup/setup_migrate.tpl:67 -msgid "Move selected windows workstations into the following GOsa department" +#: include/class_acl.inc:672 +#, fuzzy +msgid "Remove objects" +msgstr "成员对象" + +#: include/class_acl.inc:674 include/class_acl.inc:680 +msgid "Modifyable by owner" msgstr "" -#: setup/setup_migrate.tpl:72 +#: include/class_acl.inc:677 #, fuzzy -msgid "Move selected workstations" -msgstr "选择查看工作站" - -#: setup/setup_migrate.tpl:73 -msgid "What will be done here" -msgstr "" +msgid "Move object" +msgstr "成员对象" -#: setup/setup_migrate.tpl:79 include/class_MultiSelectWindow.inc:114 -msgid "Close" -msgstr "关闭" +#: include/class_acl.inc:678 +#, fuzzy +msgid "Remove object" +msgstr "成员对象" -#: setup/setup_migrate.tpl:85 -msgid "Move groups into configured group tree" -msgstr "" +#: include/class_acl.inc:685 include/class_acl.inc:776 +msgid "read" +msgstr "读" -#: setup/setup_migrate.tpl:88 -msgid "" -"This dialog allows moving a couple of groups to the configured group tree. " -"Doing this may straighten your LDAP service." -msgstr "" +#: include/class_acl.inc:686 include/class_acl.inc:778 +msgid "write" +msgstr "写" -#: setup/setup_migrate.tpl:91 -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 in this case." -msgstr "" +#: include/class_acl.inc:690 +#, fuzzy +msgid "Complete object" +msgstr "成员对象" -#: setup/setup_migrate.tpl:94 -msgid "Move selected groups into this group tree" +#: include/class_acl.inc:806 +#, php-format +msgid "Unkown ACL type '%s'. Don't know how to handle it." msgstr "" -#: setup/setup_migrate.tpl:125 setup/setup_migrate.tpl:177 -#: setup/setup_migrate.tpl:297 setup/setup_migrate.tpl:350 -msgid "Hide changes" -msgstr "" +#: include/class_acl.inc:849 +#, fuzzy, php-format +msgid "Unknown entry '%s'!" +msgstr "未知 FAIstate %s" -#: setup/setup_migrate.tpl:127 setup/setup_migrate.tpl:179 -#: setup/setup_migrate.tpl:299 setup/setup_migrate.tpl:352 -#, fuzzy -msgid "Show changes" -msgstr "显示软件包" +#: include/class_acl.inc:909 include/class_acl.inc:911 +#, fuzzy, php-format +msgid "Role: %s" +msgstr "角色" -#: setup/setup_migrate.tpl:140 -msgid "Move users into configured user tree" +#: include/class_acl.inc:911 +msgid "Unknown role, possibly removed" msgstr "" -#: setup/setup_migrate.tpl:142 -msgid "" -"This dialog allows moving a couple of users to the configured user tree. " -"Doing this may straighten your LDAP service." +#: include/class_acl.inc:919 +#, php-format +msgid "Contains settings for these objects: %s" msgstr "" -#: setup/setup_migrate.tpl:145 -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." +#: include/class_acl.inc:928 +#, fuzzy +msgid "Members:" +msgstr "成员" + +#: include/class_acl.inc:934 +msgid "ACL is valid for all users" msgstr "" -#: setup/setup_migrate.tpl:148 +#: include/class_acl.inc:1093 #, fuzzy -msgid "Move selected users into this people tree" -msgstr "创建使用该模板的用户" +msgid "Access control list" +msgstr "访问选项" -#: setup/setup_migrate.tpl:198 +#: include/class_acl.inc:1101 #, fuzzy -msgid "Next" -msgstr "下一个" +msgid "Role name" +msgstr "重命名" -#: setup/setup_migrate.tpl:199 +#: include/class_acl.inc:1102 #, fuzzy -msgid "Abort" -msgstr "端口" +msgid "Role description" +msgstr "单元描述" -#: setup/setup_migrate.tpl:201 -#, fuzzy -msgid "Create a new GOsa administrator account" -msgstr "创建 netatalk 账号" +#: include/class_pluglist.inc:55 +msgid "All objects in this category" +msgstr "" -#: setup/setup_migrate.tpl:204 -msgid "" -"This dialog will automatically add a new super administrator to your LDAP " -"tree." +#: include/class_pluglist.inc:149 +msgid "The configuration format has changed. Please re-run setup!" msgstr "" -#: setup/setup_migrate.tpl:233 -#, fuzzy -msgid "Password (again)" -msgstr "口令存储" +#: include/class_pluglist.inc:166 include/class_pluglist.inc:167 +#: include/class_pluglist.inc:281 +msgid "Unknown" +msgstr "未知" -#: setup/setup_migrate.tpl:258 +#: include/class_pluglist.inc:174 ihtml/themes/default/framework.tpl:8 +#: ihtml/themes/default/framework.tpl:11 ihtml/themes/default/framework.tpl:20 +#: ihtml/themes/default/framework.tpl:24 msgid "" -"The listed departments are currenlty invisble 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 "" +"You are currently editing a database entry. Do you want to dismiss the " +"changes?" +msgstr "您正在编辑一个数据项。您确认要丢弃当前的修改么?" -#: setup/setup_migrate.tpl:259 setup/setup_migrate.tpl:314 -msgid "" -"If you want to know what will be done when migrating the selected entries, " -"use the 'Show changes' button to see the LDIF." +#: include/class_msg_dialog.inc:91 +#, fuzzy +msgid "Please fix the above error and reload the page." +msgstr "请看一下 GOsa 日志文件。" + +#: include/class_config.inc:104 +#, php-format +msgid "XML error in gosa.conf: %s at line %d" +msgstr "XML 出错于 gosa.conf: %s ,行 %d" + +#: include/class_config.inc:107 +msgid "Config file parsing" msgstr "" -#: setup/setup_migrate.tpl:269 setup/setup_migrate.tpl:323 +#: include/class_config.inc:224 #, fuzzy -msgid "Current" -msgstr "当前版本" +msgid "Cannot bind to LDAP. Please contact the system administrator." +msgstr "无法绑定 LDAP。请联系系统管理员。" -#: setup/setup_migrate.tpl:276 setup/setup_migrate.tpl:330 +#: include/class_config.inc:556 #, fuzzy -msgid "After migration" -msgstr "用户管理" +msgid "SID and/or RIDBASE missing in the configuration!" +msgstr "您的配置文件缺少 SID 和/或 RIDBASE!" -#: setup/setup_migrate.tpl:313 -msgid "" -"The listed users are currenlty invisble 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." +#: include/class_CopyPasteHandler.inc:90 +#, php-format +msgid "Cannot cleanup copy & paste queue: setting permissions for '%s' failed!" msgstr "" -#: setup/class_setupStep_Config3.inc:80 setup/class_setupStep_Config3.inc:81 -#, fuzzy -msgid "GOsa settings 3/3" -msgstr "用户设置" - -#: setup/class_setupStep_Config3.inc:82 -msgid "Tweak some GOsa core behaviour" +#: include/class_CopyPasteHandler.inc:98 +#, php-format +msgid "Cannot cleanup copy & paste queue: no write permission inside '%s'!" msgstr "" -#: setup/class_setupStep_Config3.inc:205 -#, fuzzy -msgid "Session lifetime must be a numeric value." -msgstr "需要的分值必须是数字。" +#: include/class_CopyPasteHandler.inc:130 +#, php-format +msgid "Copy and paste failed: object '%s' is not a valid ldap object!" +msgstr "" -#: setup/class_setupStep_Config3.inc:209 -#, fuzzy -msgid "Maximal ldap query time must be a numeric value. " -msgstr "需要的分值必须是数字。" +#: include/class_CopyPasteHandler.inc:147 +#, php-format +msgid "Cannot save LDAP dump: no write permission inside '%s'!" +msgstr "" -#: setup/class_setupStep_Migrate.inc:105 setup/class_setupStep_Migrate.inc:106 -#, fuzzy -msgid "LDAP inspection" -msgstr "PHP 安装检查" +#: include/class_CopyPasteHandler.inc:155 +#, php-format +msgid "Cannot save LDAP dump: setting permissions for '%s' failed!" +msgstr "" -#: setup/class_setupStep_Migrate.inc:107 -msgid "Analyze your current LDAP for GOsa compatibility" +#: include/class_CopyPasteHandler.inc:164 +#, php-format +msgid "Cannot save LDAP dump: no write permission to '%s/%s'!" msgstr "" -#: setup/class_setupStep_Migrate.inc:113 -#, fuzzy -msgid "Checking for root object" -msgstr "检查 iconv 支持" +#: include/class_CopyPasteHandler.inc:249 +#, fuzzy, php-format +msgid "Cannot load dumped file '%s'!" +msgstr "无法打开文件 '%s'。" -#: setup/class_setupStep_Migrate.inc:119 -msgid "Checking permissions on LDAP database" -msgstr "" +#: include/class_CopyPasteHandler.inc:274 +#, fuzzy, php-format +msgid "You have no permission to save object '%s'." +msgstr "您无权在此 'Base' 下创建一个电话" -#: setup/class_setupStep_Migrate.inc:125 -#, fuzzy -msgid "Checking for invisible deparmtments" -msgstr "检查 iconv 支持" +#: include/class_CopyPasteHandler.inc:302 +#, fuzzy, php-format +msgid "You are going to paste the cutted entry '%s'." +msgstr "您将要拷贝条目 '%s'。" -#: setup/class_setupStep_Migrate.inc:131 -#, fuzzy -msgid "Checking for invisible users" -msgstr "检查 iconv 支持" +#: include/class_CopyPasteHandler.inc:315 +#, fuzzy, php-format +msgid "You have no permission to copy and paste object '%s'!" +msgstr "您无权查看和编辑 ACL。" -#: setup/class_setupStep_Migrate.inc:137 -#, fuzzy -msgid "Checking for super administrator" -msgstr "检查一些附加程序" +#: include/class_CopyPasteHandler.inc:336 +#, fuzzy, php-format +msgid "You are going to paste the copied entry '%s'." +msgstr "您将要拷贝条目 '%s'。" -#: setup/class_setupStep_Migrate.inc:143 -#, fuzzy -msgid "Checking for users outside the people tree" -msgstr "检查 cups 模块" +#: include/class_CopyPasteHandler.inc:437 +msgid "Can't paste" +msgstr "无法粘贴" -#: setup/class_setupStep_Migrate.inc:149 -#, fuzzy -msgid "Checking for groups outside the groups tree" -msgstr "检查 cups 模块" +#: include/class_gosaSupportDaemon.inc:479 +msgid "Could not parse XML." +msgstr "" + +#: include/functions_helpviewer.inc:43 +#, php-format +msgid "XML error in guide.xml: %s at line %d" +msgstr "XML 出错于 guide.xml: %s ,行 %d" + +#: include/functions_helpviewer.inc:86 +msgid "No help available for this plugin." +msgstr "此插件没有可用帮助信息。" + +#: include/functions_helpviewer.inc:95 html/helpviewer.php:196 +msgid "previous" +msgstr "上一个" -#: setup/class_setupStep_Migrate.inc:155 -msgid "Checking for windows workstations outside the winstation tree" -msgstr "" +#: include/functions_helpviewer.inc:99 html/helpviewer.php:200 +msgid "next" +msgstr "下一个" -#: setup/class_setupStep_Migrate.inc:161 -#, fuzzy -msgid "Checking for duplicate uid numbers" -msgstr "检查函数 %s" +#: include/functions_helpviewer.inc:387 +#, php-format +msgid "%s results for your search with the keyword %s" +msgstr "%s 结果当您查找关键字 %s" -#: setup/class_setupStep_Migrate.inc:167 -#, fuzzy -msgid "Checking for duplicate gid numbers" -msgstr "检查函数 %s" +#: include/functions_helpviewer.inc:461 +#, php-format +msgid "%s%% hit rate in file %s" +msgstr "%s%% 点击率于文件 %s" -#: setup/class_setupStep_Migrate.inc:190 setup/class_setupStep_Migrate.inc:239 -#: setup/class_setupStep_Migrate.inc:301 setup/class_setupStep_Migrate.inc:362 -#: setup/class_setupStep_Migrate.inc:429 setup/class_setupStep_Migrate.inc:503 -#: setup/class_setupStep_Migrate.inc:588 setup/class_setupStep_Migrate.inc:718 -#: setup/class_setupStep_Migrate.inc:807 +#: include/class_SnapShotDialog.inc:63 +#, fuzzy, php-format +msgid "You're about to delete the snapshot '%s'." +msgstr "您将要删除宏 '%s'。" + +#: include/class_SnapShotDialog.inc:115 #, fuzzy -msgid "LDAP query failed" -msgstr "Mysql 查询失败。" +msgid "Remove snapshot" +msgstr "删除记录" -#: setup/class_setupStep_Migrate.inc:191 setup/class_setupStep_Migrate.inc:240 -#: setup/class_setupStep_Migrate.inc:302 setup/class_setupStep_Migrate.inc:363 -#: setup/class_setupStep_Migrate.inc:430 setup/class_setupStep_Migrate.inc:504 -#: setup/class_setupStep_Migrate.inc:589 setup/class_setupStep_Migrate.inc:719 -#: setup/class_setupStep_Migrate.inc:808 -msgid "Possibly the 'root object' is missing." +#: include/class_SnapShotDialog.inc:117 include/class_SnapShotDialog.inc:137 +msgid "Y-m-d, H:i:s" msgstr "" -#: setup/class_setupStep_Migrate.inc:213 -#, fuzzy, php-format -msgid "Found %s duplicate values for attribute 'uidNumber'." -msgstr "发现记录类型 '%s' 有重复。" +#: include/class_SnapShotDialog.inc:149 +#, fuzzy +msgid "Please specify a valid description for this snapshot." +msgstr "请为这个附件指定一个有效名称。" -#: setup/class_setupStep_Migrate.inc:262 -#, fuzzy, php-format -msgid "Found %s duplicate values for attribute 'gidNumber'." -msgstr "发现记录类型 '%s' 有重复。" +#: include/class_ldap.inc:204 include/class_ldap.inc:236 +msgid "Performance warning" +msgstr "" -#: setup/class_setupStep_Migrate.inc:317 setup/class_setupStep_Migrate.inc:518 -#: setup/class_setupStep_Migrate.inc:531 setup/class_setupStep_Migrate.inc:881 -#: setup/class_setupStep_Migrate.inc:1612 -#: setup/class_setupStep_Migrate.inc:1625 -msgid "Failed" -msgstr "失败" +#: include/class_ldap.inc:204 include/class_ldap.inc:236 +#, php-format +msgid "LDAP performance is poor: last query took about %.2fs!" +msgstr "" -#: setup/class_setupStep_Migrate.inc:319 +#: include/class_ldap.inc:561 #, php-format msgid "" -"Found %s winstations outside the predefined winstation department ou '%s'." +"Cannot automatically create subtrees with RDN '%s': no object class found" msgstr "" -#: setup/class_setupStep_Migrate.inc:320 setup/class_setupStep_Migrate.inc:599 -#: setup/class_setupStep_Migrate.inc:728 -#, fuzzy -msgid "Migrate" -msgstr "创建" - -#: setup/class_setupStep_Migrate.inc:387 +#: include/class_ldap.inc:609 #, php-format -msgid "Found %s groups outside the configured tree '%s'." +msgid "Cannot automatically create subtrees with RDN '%s': not supported" msgstr "" -#: setup/class_setupStep_Migrate.inc:388 setup/class_setupStep_Migrate.inc:463 -#, fuzzy -msgid "Move" -msgstr "模式" +#: include/class_ldap.inc:617 +#, fuzzy, php-format +msgid "Creating subtree '%s' failed." +msgstr "创建 FAI script base 失败" -#: setup/class_setupStep_Migrate.inc:462 +#: include/class_ldap.inc:686 #, php-format -msgid "Found %s user(s) outside the configured tree '%s'." -msgstr "" +msgid "while operating on '%s' using LDAP server '%s'" +msgstr "当操作 '%s' 使用 LDAP 服务器 '%s' 时" -#: setup/class_setupStep_Migrate.inc:520 setup/class_setupStep_Migrate.inc:533 +#: include/class_ldap.inc:688 +#, php-format +msgid "while operating on LDAP server %s" +msgstr "当操作 LDAP 服务器 '%s' 时" + +#: include/class_ldap.inc:910 #, php-format msgid "" -"The specified user '%s' does not have full access to your ldap database." -msgstr "" +"This is not a valid DN: '%s'. A block for import should begin with 'dn: ...' " +"in line %s" +msgstr "这不是一条有效的 DN: '%s'。导入数据应该以 'dn:...' 开始于行 %s" -#: setup/class_setupStep_Migrate.inc:597 +#: include/class_ldap.inc:939 #, php-format -msgid "Found %s user(s) that will not be visible in GOsa." +msgid "Error while importing dn: '%s', please check your LDIF from line %s on!" +msgstr "导入 dn: '%s' 时错误,请从行 %s 开始检查您的 LDIF!" + +#: include/class_ldap.inc:1075 +#, fuzzy, php-format +msgid "Ldap import with dn '%s' failed." +msgstr "保存 dn 为 '%s' 的 user/kolab 账号为空。" + +#: include/class_hostActionQueue.inc:68 include/class_hostActionQueue.inc:193 +#, fuzzy, php-format +msgid "Can't locate gotomasses queue file '%s'." +msgstr "无法创建文件 '%s'。" + +#: include/class_hostActionQueue.inc:72 +#, fuzzy, php-format +msgid "Can't read gotomasses queue file '%s'." +msgstr "无法创建文件 '%s'。" + +#: include/class_hostActionQueue.inc:79 +#, fuzzy, php-format +msgid "Can't read gotomasses storage file '%s'." +msgstr "无法创建文件 '%s'。" + +#: include/class_hostActionQueue.inc:142 +msgid "GOsa infrastructure" msgstr "" -#: setup/class_setupStep_Migrate.inc:647 setup/class_setupStep_Migrate.inc:779 -#: setup/class_setupStep_Migrate.inc:945 -#, fuzzy -msgid "Migration error" -msgstr "创建" +#: include/class_hostActionQueue.inc:142 +msgid "Cannot read broken entry - skipped!" +msgstr "" -#: setup/class_setupStep_Migrate.inc:647 setup/class_setupStep_Migrate.inc:779 +#: include/class_hostActionQueue.inc:197 include/class_hostActionQueue.inc:206 #, fuzzy, php-format -msgid "Cannot migrate department '%s':" -msgstr "转到根部门" +msgid "Can't write gotomasses queue file '%s'." +msgstr "无法创建文件 '%s'。" -#: setup/class_setupStep_Migrate.inc:727 +#: include/class_hostActionQueue.inc:201 +msgid "The queue file was modified since last reload. Can't save changes." +msgstr "" + +#: include/class_hostActionQueue.inc:276 #, php-format -msgid "Found %s department(s) that will not be visible in GOsa." +msgid "Entry with id '%s' not found." msgstr "" -#: setup/class_setupStep_Migrate.inc:882 -msgid "There is no GOsa administrator account inside your LDAP." +#: include/class_hostActionQueue.inc:286 +#, php-format +msgid "Could not update entry, entry with id '%s' not found." msgstr "" -#: setup/class_setupStep_Migrate.inc:945 +#: include/class_hostActionQueue.inc:297 #, php-format -msgid "Cannot add ACL for user '%s':" +msgid "Could not remove entry, entry with id '%s' not found." msgstr "" -#: setup/class_setupStep_Migrate.inc:970 -#, fuzzy -msgid "Password error" -msgstr "口令过期截止日" +#: include/class_hostActionQueue.inc:371 include/class_hostActionQueue.inc:389 +#: include/class_hostActionQueue.inc:420 include/class_hostActionQueue.inc:455 +#, fuzzy, php-format +msgid "Can't set priority for ID '%s'. ID does not exist." +msgstr "软件包文件 '%s' 不存在。" -#: setup/class_setupStep_Migrate.inc:970 +#: include/class_multi_plug.inc:360 #, fuzzy -msgid "Provided passwords do not match!" -msgstr "输入的新口令和重复口令不匹配!" +msgid "You are currently editing mutliple entries." +msgstr "您无权删除这个部门。" -#: setup/class_setupStep_Migrate.inc:975 +#: include/class_multi_plug.inc:389 #, fuzzy -msgid "Input error" -msgstr "PHP 错误" +msgid "Password reset" +msgstr "口令过期截止日" -#: setup/class_setupStep_Migrate.inc:975 +#: include/class_multi_plug.inc:389 #, fuzzy -msgid "Specify a valid user ID!" -msgstr "请输入一个有效的用户名!" +msgid "The user password was resetted, please set a new password value!" +msgstr "您的口令已经过期 !! 选择一个新口令" -#: setup/class_setupStep_Migrate.inc:1019 +#: include/class_log.inc:87 #, fuzzy, php-format -msgid "Adding an administrative user failed: object '%s' already exists!" -msgstr "为对象 '%s' 设置动作状态(FAIstate) 失败,值为 '%s'。" +msgid "Logging failed: %s" +msgstr "Logging DB 用户" -#: setup/class_setupStep_Migrate.inc:1030 -#: setup/class_setupStep_Migrate.inc:1056 -#: setup/class_setupStep_Migrate.inc:1104 -#: setup/class_setupStep_Migrate.inc:1152 -#: setup/class_setupStep_Migrate.inc:1916 setup/class_setupStep_Schema.inc:95 -#: include/class_MultiSelectWindow.inc:503 include/class_config.inc:224 -#: include/functions.inc:331 include/functions.inc:358 -#: include/functions.inc:367 include/functions.inc:396 -#: include/functions.inc:639 include/functions.inc:678 -#: include/functions.inc:723 include/functions.inc:1298 -#: include/functions.inc:2490 html/index.php:243 html/index.php:257 -#: html/index.php:270 -#, fuzzy -msgid "LDAP error" -msgstr "LDAP 错误:" +#: include/class_log.inc:106 +msgid "Logging to MySQL disabled" +msgstr "" -#: setup/class_setupStep_Migrate.inc:1056 -#: setup/class_setupStep_Migrate.inc:1104 -#: setup/class_setupStep_Migrate.inc:1152 -#, fuzzy -msgid "Cannot move users to the requested department!" -msgstr "选择放置部门的子树" +#: include/class_log.inc:106 +msgid "" +"The logging to a MySQL database is now disabled for this session of GOsa, " +"due to communication errors with the specified logging database." +msgstr "" -#: setup/class_setupStep_Migrate.inc:1066 -msgid "Winstation will be moved from" +#: include/class_log.inc:119 +#, php-format +msgid "Invalid option '%s' specified." msgstr "" -#: setup/class_setupStep_Migrate.inc:1066 -#: setup/class_setupStep_Migrate.inc:1115 -#: setup/class_setupStep_Migrate.inc:1162 include/class_plugin.inc:1604 +#: include/class_log.inc:123 #, fuzzy -msgid "to" -msgstr "停止" +msgid "Specified objectType is empty or invalid" +msgstr "指定的 branch 名称无效。" -#: setup/class_setupStep_Migrate.inc:1077 -#: setup/class_setupStep_Migrate.inc:1125 -msgid "Updating following references too" +#: include/class_log.inc:144 +msgid "" +"You have enabled the logging into mysql database, but there are no logging " +"servers available." msgstr "" -#: setup/class_setupStep_Migrate.inc:1115 -msgid "Group will be moved from" -msgstr "" +#: include/class_log.inc:152 +#, fuzzy, php-format +msgid "Cannot connect to logging server '%s'." +msgstr "无法连接到数据库!" + +#: include/class_log.inc:157 +#, fuzzy, php-format +msgid "Cannot select database '%s' on server '%s': %s" +msgstr "无法在主服务器 '%s' 上选择数据库 '%s'。" + +#: include/class_log.inc:177 +#, fuzzy, php-format +msgid "Cannot query database '%s' on server '%s': %s" +msgstr "无法在主服务器 '%s' 上选择数据库 '%s'。" -#: setup/class_setupStep_Migrate.inc:1162 -msgid "User will be moved from" -msgstr "" +#: setup/class_setupStep_Ldap.inc:53 +#, fuzzy +msgid "LDAP setup" +msgstr "LDAP 服务器" -#: setup/class_setupStep_Migrate.inc:1172 -msgid "The following references will be updated" -msgstr "" +#: setup/class_setupStep_Ldap.inc:54 +#, fuzzy +msgid "LDAP connection setup" +msgstr "断开" -#: setup/class_setupStep_Migrate.inc:1613 +#: setup/class_setupStep_Ldap.inc:55 msgid "" -"The LDAP root object is missing. It is required to use your LDAP service." +"This dialog performs the basic configuration of the LDAP connectivity for " +"GOsa." msgstr "" -#: setup/class_setupStep_Migrate.inc:1614 -#: setup/class_setupStep_Migrate.inc:1627 -msgid "Try to create root object" -msgstr "" +#: setup/class_setupStep_Ldap.inc:74 setup/class_setupStep_Config1.inc:88 +#: setup/class_setupStep_Config2.inc:160 setup/class_setupStep_Config3.inc:87 +#: setup/setup_feedback.tpl:55 setup/setup_feedback.tpl:73 +#: setup/class_setupStep_Schema.inc:63 +msgid "No" +msgstr "否" -#: setup/class_setupStep_Migrate.inc:1626 -msgid "Root object couldn't be created, you should try it on your own." -msgstr "" +#: setup/class_setupStep_Ldap.inc:74 setup/class_setupStep_Config1.inc:88 +#: setup/class_setupStep_Config2.inc:160 setup/class_setupStep_Config3.inc:87 +#: setup/setup_feedback.tpl:53 setup/setup_feedback.tpl:71 +#: setup/class_setupStep_Schema.inc:63 +msgid "Yes" +msgstr "是" -#: setup/class_setupStep_Migrate.inc:1916 +#: setup/class_setupStep_Ldap.inc:105 #, fuzzy, php-format -msgid "Copy '%s' to '%s' failed:" -msgstr "移动 '%s' 到 '%s'" +msgid "Anonymous bind failed on server '%s'." +msgstr "为服务器 '%s' 插入新宏失败。" -#: setup/class_setupStep_Migrate.inc:1919 -msgid "Problem copying DNs" +#: setup/class_setupStep_Ldap.inc:107 +#, fuzzy, php-format +msgid "Bind as user '%s' failed on server '%s'." +msgstr "为服务器 '%s' 插入新宏失败。" + +#: setup/class_setupStep_Ldap.inc:112 +#, php-format +msgid "Anonymous bind on server '%s' succeeded." msgstr "" -#: setup/setup_frame.tpl:12 +#: setup/class_setupStep_Ldap.inc:113 #, fuzzy -msgid "GOsa setup wizard" -msgstr "GOsa 帮助浏览器" +msgid "Please specify user and password." +msgstr "请输入您的口令!" -#: setup/setup_frame.tpl:19 -#, fuzzy -msgid "Installation" -msgstr "Windows 工作站" +#: setup/class_setupStep_Ldap.inc:115 +#, fuzzy, php-format +msgid "Bind as user '%s' on server '%s' succeeded." +msgstr "无法在主服务器 '%s' 上选择数据库 '%s'。" -#: setup/setup_frame.tpl:19 +#: setup/class_setupStep_License.inc:56 setup/class_setupStep_License.inc:57 #, fuzzy -msgid "Steps" -msgstr "系统设置" +msgid "License" +msgstr "行" -#: setup/class_setupStep_Feedback.inc:91 -msgid "UNIX accounts/groups" +#: setup/class_setupStep_License.inc:58 +msgid "Terms and conditions for usage" msgstr "" -#: setup/class_setupStep_Feedback.inc:93 +#: setup/class_setupStep_Language.inc:40 setup/class_setupStep_Language.inc:41 #, fuzzy -msgid "Samba management" -msgstr "系统管理" +msgid "Language setup" +msgstr "语言" -#: setup/class_setupStep_Feedback.inc:95 -#, fuzzy -msgid "Mailsystem management" -msgstr "系统管理" +#: setup/class_setupStep_Language.inc:42 +msgid "This step allows you to select your preferred language." +msgstr "" -#: setup/class_setupStep_Feedback.inc:97 +#: setup/class_setupStep_Language.inc:47 #, fuzzy -msgid "FAX system administration" -msgstr "用户管理" +msgid "Automatic" +msgstr "自动" -#: setup/class_setupStep_Feedback.inc:99 +#: setup/class_setup.inc:76 setup/class_setupStep_Feedback.inc:131 #, fuzzy -msgid "Asterisk administration" -msgstr "用户管理" +msgid "Setup error" +msgstr "PHP 错误" -#: setup/class_setupStep_Feedback.inc:101 +#: setup/class_setup.inc:196 #, fuzzy -msgid "System inventory" -msgstr "删除 inventory" +msgid "Completed" +msgstr "不完整" -#: setup/class_setupStep_Feedback.inc:103 +#: setup/setup_finish.tpl:3 #, fuzzy -msgid "System-/Configmanagement" -msgstr "系统管理" +msgid "Create your configuration file" +msgstr "配置文件" -#: setup/class_setupStep_Feedback.inc:105 -msgid "Addressbook" -msgstr "地址簿" +#: setup/setup_finish.tpl:13 +msgid "Download configuration" +msgstr "下载配置" -#: setup/class_setupStep_Feedback.inc:111 -#: setup/class_setupStep_Feedback.inc:113 -msgid "Notification and feedback" +#: setup/setup_finish.tpl:18 +#, fuzzy +msgid "Status: " +msgstr "状态" + +#: setup/setup_ldap.tpl:7 +msgid "Please choose the LDAP user to be used by GOsa" msgstr "" -#: setup/class_setupStep_Feedback.inc:112 -#, fuzzy -msgid "Get notifications or send feedback" -msgstr "主机通知命令" +#: setup/setup_ldap.tpl:13 ihtml/themes/default/help.tpl:21 +msgid "Search" +msgstr "查找" -#: setup/class_setupStep_Feedback.inc:131 setup/class_setup.inc:76 +#: setup/setup_ldap.tpl:25 #, fuzzy -msgid "Setup error" -msgstr "PHP 错误" +msgid "LDAP connection" +msgstr "断开" -#: setup/class_setupStep_Feedback.inc:140 -#: setup/class_setupStep_Feedback.inc:147 -msgid "Feedback error" -msgstr "" +#: setup/setup_ldap.tpl:29 +msgid "Location name" +msgstr "位置名称" -#: setup/class_setupStep_Feedback.inc:140 -#, php-format -msgid "Cannot send feedback to '%s': %s" -msgstr "" +#: setup/setup_ldap.tpl:37 +#, fuzzy +msgid "Connection URL" +msgstr "连接 URL" -#: setup/class_setupStep_Feedback.inc:147 -msgid "Cannot send feedback: service temporarily unavailable" -msgstr "" +#: setup/setup_ldap.tpl:45 +#, fuzzy +msgid "TLS connection" +msgstr "连接" -#: setup/class_setupStep_Feedback.inc:149 -msgid "Feedback sucessfully send" -msgstr "" +#: setup/setup_ldap.tpl:65 +#, fuzzy +msgid "Reload" +msgstr "读" -#: setup/class_setupStep_Feedback.inc:179 +#: setup/setup_ldap.tpl:69 #, fuzzy -msgid "Please specify a valid email address." -msgstr "请输入一个有效的 iSerial。" +msgid "Authentication" +msgstr "Nagios 鉴权" -#: setup/class_setupStep_Feedback.inc:183 -msgid "" -"You should have enabled at least one option, to subscribe or send your " -"feedback." -msgstr "" +#: setup/setup_ldap.tpl:73 +msgid "Admin DN" +msgstr "管理员 DN" -#: setup/class_setupStep_License.inc:56 setup/class_setupStep_License.inc:57 +#: setup/setup_ldap.tpl:78 #, fuzzy -msgid "License" -msgstr "行" +msgid "Select user" +msgstr "删除用户" -#: setup/class_setupStep_License.inc:58 -msgid "Terms and conditions for usage" +#: setup/setup_ldap.tpl:86 +msgid "Automatically append LDAP base to admin DN" msgstr "" -#: setup/setup_config2.tpl:2 -msgid "Samba settings" +#: setup/setup_ldap.tpl:93 +msgid "Admin password" +msgstr "管理员口令" + +#: setup/setup_ldap.tpl:101 +#, fuzzy +msgid "Schema based settings" msgstr "Samba 设置" -#: setup/setup_config2.tpl:6 -msgid "Samba hash generator" +#: setup/setup_ldap.tpl:105 +msgid "Use rfc2307bis compliant groups" msgstr "" -#: setup/setup_config2.tpl:31 +#: setup/setup_ldap.tpl:117 #, fuzzy -msgid "RID base" -msgstr "数据库" +msgid "Current status" +msgstr "当前版本" -#: setup/setup_config2.tpl:46 +#: setup/class_setupStep_Config1.inc:74 setup/class_setupStep_Config1.inc:75 #, fuzzy -msgid "Workstation container" -msgstr "工作站名称" - -#: setup/setup_config2.tpl:61 -msgid "Samba SID mapping" -msgstr "" +msgid "GOsa settings 1/3" +msgstr "用户设置" -#: setup/setup_config2.tpl:71 +#: setup/class_setupStep_Config1.inc:76 #, fuzzy -msgid "Timezone" -msgstr "用户时区" +msgid "GOsa generic settings" +msgstr "用户设置" -#: setup/setup_config2.tpl:74 -#, fuzzy -msgid "Please your preferred timezone here" -msgstr "首选语种" +#: setup/class_setupStep_Config1.inc:118 +#, fuzzy, php-format +msgid "The specified value for '%s' must be a numeric value" +msgstr "指定 '%s' 的值必须是数字类型。" -#: setup/setup_config2.tpl:96 -#, fuzzy -msgid "Additional GOsa settings" -msgstr "应用程序设置" +#: setup/class_setupStep_Config1.inc:118 setup/setup_config1.tpl:97 +msgid "GID / UID min id" +msgstr "" -#: setup/setup_config2.tpl:100 -msgid "Enable Copy & Paste" +#: 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/setup_config2.tpl:112 -#, fuzzy -msgid "Enable DNS extension" -msgstr "删除打印机扩展" +#: setup/class_setupStep_Config1.inc:122 +msgid "People storage ou" +msgstr "" -#: setup/setup_config2.tpl:124 -#, fuzzy -msgid "Enable DHCP extension" -msgstr "删除打印机扩展" +#: setup/class_setupStep_Config1.inc:126 +msgid "Group storage ou" +msgstr "" -#: setup/setup_config2.tpl:136 +#: setup/class_setupStep_Config1.inc:130 #, fuzzy -msgid "Enable mime type management" -msgstr "系统管理" +msgid "Uid base must be numeric" +msgstr "超时必须填数字" -#: setup/setup_config2.tpl:148 +#: setup/class_setupStep_Config1.inc:134 #, fuzzy -msgid "Enable FAI release management" -msgstr "Asterisk 管理" +msgid "The given password minimum length is not numeric." +msgstr "Sieve 端口应为数字。" -#: setup/setup_config2.tpl:160 +#: setup/class_setupStep_Config1.inc:137 #, fuzzy -msgid "Enable user netatalk plugin" -msgstr "管理 netatalk 账号" +msgid "The given password differ value is not numeric." +msgstr "Sieve 端口应为数字。" -#: setup/setup_config2.tpl:171 +#: setup/class_setupStep_Config2.inc:85 setup/class_setupStep_Config2.inc:86 #, fuzzy -msgid "Government mode" -msgstr "部门名称" - -#: setup/setup_config2.tpl:180 -msgid "Mail settings" -msgstr "邮件选项" - -#: setup/setup_config2.tpl:184 -msgid "Mail method" -msgstr "邮件方法" +msgid "GOsa settings 2/3" +msgstr "用户设置" -#: setup/setup_config2.tpl:198 +#: setup/class_setupStep_Config2.inc:87 #, fuzzy -msgid "Vacation templates" -msgstr "工作站模板" +msgid "Customize special parameters" +msgstr "检查参数" -#: setup/setup_config2.tpl:214 -msgid "Use Cyrus UNIX style" +#: setup/setup_license.tpl:8 +msgid "I have read the license and accept it" msgstr "" -#: setup/setup_config2.tpl:224 -msgid "Snapshots / Undo" -msgstr "" +#: setup/class_setupStep_Config3.inc:78 setup/class_setupStep_Config3.inc:79 +#, fuzzy +msgid "GOsa settings 3/3" +msgstr "用户设置" -#: setup/setup_config2.tpl:233 setup/setup_config2.tpl:278 -msgid "Enable snapshots" +#: setup/class_setupStep_Config3.inc:80 +msgid "Tweak some GOsa core behaviour" msgstr "" -#: setup/setup_config2.tpl:239 setup/setup_config2.tpl:284 -msgid "Snapshot base" -msgstr "" +#: setup/class_setupStep_Config3.inc:194 +#, fuzzy +msgid "Session lifetime must be a numeric value." +msgstr "需要的分值必须是数字。" + +#: setup/class_setupStep_Config3.inc:198 +#, fuzzy +msgid "Maximal ldap query time must be a numeric value. " +msgstr "需要的分值必须是数字。" #: setup/setup_feedback.tpl:6 msgid "Subscribe to the gosa-announce mailinglist" @@ -4941,78 +4644,20 @@ msgstr "" msgid "Send feedback" msgstr "" -#: setup/setup_schema.tpl:3 -#, 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 -msgid "Schema check succeeded" -msgstr "" - -#: setup/setup_schema.tpl:23 -#, fuzzy -msgid "Schema check failed" -msgstr "保存电话失败" - -#: setup/setup_license.tpl:8 -msgid "I have read the license and accept it" -msgstr "" - -#: setup/class_setup.inc:196 -#, fuzzy -msgid "Completed" -msgstr "不完整" - -#: setup/class_setupStep_Ldap.inc:53 +#: setup/class_setupStep_Welcome.inc:38 #, fuzzy -msgid "LDAP setup" -msgstr "LDAP 服务器" +msgid "Welcome" +msgstr "欢迎 %s!" -#: setup/class_setupStep_Ldap.inc:54 +#: setup/class_setupStep_Welcome.inc:39 #, fuzzy -msgid "LDAP connection setup" -msgstr "断开" - -#: setup/class_setupStep_Ldap.inc:55 -msgid "" -"This dialog performs the basic configuration of the LDAP connectivity for " -"GOsa." -msgstr "" - -#: setup/class_setupStep_Ldap.inc:105 -#, fuzzy, php-format -msgid "Anonymous bind failed on server '%s'." -msgstr "为服务器 '%s' 插入新宏失败。" - -#: setup/class_setupStep_Ldap.inc:107 -#, fuzzy, php-format -msgid "Bind as user '%s' failed on server '%s'." -msgstr "为服务器 '%s' 插入新宏失败。" - -#: setup/class_setupStep_Ldap.inc:112 -#, php-format -msgid "Anonymous bind on server '%s' succeeded." -msgstr "" +msgid "The welcome message" +msgstr "解除挂起的邮件" -#: setup/class_setupStep_Ldap.inc:113 +#: setup/class_setupStep_Welcome.inc:40 #, fuzzy -msgid "Please specify user and password." -msgstr "请输入您的口令!" - -#: setup/class_setupStep_Ldap.inc:115 -#, fuzzy, php-format -msgid "Bind as user '%s' on server '%s' succeeded." -msgstr "无法在主服务器 '%s' 上选择数据库 '%s'。" +msgid "Welcome to GOsa setup wizard" +msgstr "欢迎进入 Gosa 安装程序!" #: setup/setup_config1.tpl:2 msgid "Look and feel" @@ -5135,30 +4780,170 @@ msgstr "" #: 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 通过模组支持几种邮件方法。这些方法提供用户邮箱的界面以及管理用户空间。您" -"可以选择选择 dummy 插件以保持您的邮件设置不被更改。" +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 插件以保持您的邮件设置不被更改。" + +#: setup/setup_config3.tpl:2 +#, fuzzy +msgid "GOsa core settings" +msgstr "用户设置" + +#: setup/setup_config3.tpl:6 +#, fuzzy +msgid "Disable primary group filter" +msgstr "显示用户组" + +#: setup/setup_config3.tpl:18 +#, fuzzy +msgid "Display summary in listings" +msgstr "显示匹配的宏" + +#: setup/setup_config3.tpl:30 +#, fuzzy +msgid "Honour administrative units" +msgstr "组管理" + +#: setup/setup_config3.tpl:42 +#, fuzzy +msgid "Smarty compile directory" +msgstr "用户主目录" + +#: setup/setup_config3.tpl:51 +msgid "SNMP community" +msgstr "" + +#: setup/setup_config3.tpl:60 +#, fuzzy +msgid "Path for PPD storage" +msgstr "口令存储" + +#: setup/setup_config3.tpl:77 +#, fuzzy +msgid "Path for kiosk profile storage" +msgstr "Kiosk profile 设置" + +#: setup/setup_config3.tpl:96 +#, fuzzy +msgid "Enable system deployment" +msgstr "系统管理" + +#: setup/setup_config3.tpl:115 +#, fuzzy +msgid "Mail queue script" +msgstr "邮件队列" + +#: setup/setup_config3.tpl:134 +#, fuzzy +msgid "Notification script" +msgstr "主机通知周期" + +#: setup/setup_config3.tpl:153 +#, fuzzy +msgid "Enable edit locking" +msgstr "启用邮件扫描" + +#: setup/setup_config3.tpl:174 +msgid "Special search method for huge ldap servers." +msgstr "" + +#: setup/setup_config3.tpl:185 +msgid "Login and session" +msgstr "" + +#: setup/setup_config3.tpl:188 +#, fuzzy +msgid "Login attribute" +msgstr "电话属性" + +#: setup/setup_config3.tpl:199 +msgid "Enforce register_globals to be deactivated" +msgstr "" + +#: setup/setup_config3.tpl:211 +#, fuzzy +msgid "Enforce encrypted connections" +msgstr "封锁加密归档" + +#: setup/setup_config3.tpl:223 +#, fuzzy +msgid "Warn if session is not encrypted" +msgstr "会话不会被加密。" + +#: setup/setup_config3.tpl:235 +#, fuzzy +msgid "Remember dialog filter settings" +msgstr "通用队列设置" + +#: setup/setup_config3.tpl:247 +#, fuzzy +msgid "Session lifetime" +msgstr "检测道会话冲突" + +#: setup/setup_config3.tpl:256 +#, fuzzy +msgid "Debugging" +msgstr "启用 debug" + +#: setup/setup_config3.tpl:260 +#, fuzzy +msgid "Show PHP errors" +msgstr "PHP 错误" + +#: setup/setup_config3.tpl:272 +#, fuzzy +msgid "Maximum LDAP query time" +msgstr "最大文件大小" + +#: setup/setup_config3.tpl:290 +msgid "Log LDAP statistics" +msgstr "" + +#: setup/setup_config3.tpl:302 +#, fuzzy +msgid "Debug level" +msgstr "日志级别" + +#: setup/setup_config3.tpl:307 setup/setup_config3.tpl:310 +#, fuzzy +msgid "Disabled" +msgstr "禁用" + +#: setup/setup_config3.tpl:308 setup/setup_config3.tpl:311 +#, fuzzy +msgid "Enabled" +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_language.tpl:3 +#: setup/setup_frame.tpl:19 #, fuzzy -msgid "Please select the preferred language" -msgstr "请选择一个打印机或者取消。" +msgid "Steps" +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." +#: setup/class_setupStep_Schema.inc:40 setup/class_setupStep_Schema.inc:41 +msgid "LDAP schema check" msgstr "" -#: setup/setup_language.tpl:9 -#, fuzzy -msgid "Please your preferred language here" -msgstr "首选语种" +#: setup/class_setupStep_Schema.inc:42 +msgid "Perform test on your current LDAP schema" +msgstr "" + +#: setup/class_setupStep_Schema.inc:95 html/index.php:258 +msgid "Cannot detect information about the installed LDAP schema!" +msgstr "" #: setup/class_setupStep_Checks.inc:38 setup/class_setupStep_Checks.inc:39 msgid "Installation check" @@ -5501,1504 +5286,1709 @@ msgid "" "Search for 'zend.ze1_compatibility_mode' in your php.ini and set it to 'Off'." msgstr "" -#: setup/class_setupStep_Checks.inc:262 +#: setup/class_setupStep_Checks.inc:262 +#, fuzzy +msgid "Configuration writeable" +msgstr "配置文件" + +#: setup/class_setupStep_Checks.inc:263 +#, fuzzy +msgid "The configuration file can't be written" +msgstr "查看配置信息" + +#: setup/class_setupStep_Checks.inc:264 +#, 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." +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?" +msgstr "" + +#: setup/setup_welcome.tpl:11 +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 "" + +#: setup/setup_welcome.tpl:13 +msgid "Let you choose from a set of basic and advanced configuration switches" +msgstr "" + +#: setup/setup_welcome.tpl:14 +msgid "Guided migration of existing LDAP trees" +msgstr "" + +#: setup/setup_welcome.tpl:17 +msgid "What will the wizard NOT do for you?" +msgstr "" + +#: setup/setup_welcome.tpl:20 +msgid "Find every possible configuration error" +msgstr "" + +#: setup/setup_welcome.tpl:21 +msgid "Migrate every possible LDAP setup - create backup dumps!" +msgstr "" + +#: setup/setup_welcome.tpl:25 +#, fuzzy +msgid "To continue..." +msgstr "安装继续..." + +#: 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:" +msgstr "" + +#: setup/setup_welcome.tpl:34 +msgid "Click the 'Continue' button when you've finished." +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/setup_schema.tpl:3 +#, 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 +msgid "Schema check succeeded" +msgstr "" + +#: setup/setup_schema.tpl:23 +#, fuzzy +msgid "Schema check failed" +msgstr "保存电话失败" + +#: setup/class_setupStep_Feedback.inc:91 +msgid "UNIX accounts/groups" +msgstr "" + +#: setup/class_setupStep_Feedback.inc:93 +#, fuzzy +msgid "Samba management" +msgstr "系统管理" + +#: setup/class_setupStep_Feedback.inc:95 +#, fuzzy +msgid "Mailsystem management" +msgstr "系统管理" + +#: setup/class_setupStep_Feedback.inc:97 +#, fuzzy +msgid "FAX system administration" +msgstr "用户管理" + +#: setup/class_setupStep_Feedback.inc:99 +#, fuzzy +msgid "Asterisk administration" +msgstr "用户管理" + +#: setup/class_setupStep_Feedback.inc:101 +#, fuzzy +msgid "System inventory" +msgstr "删除 inventory" + +#: setup/class_setupStep_Feedback.inc:103 +#, fuzzy +msgid "System-/Configmanagement" +msgstr "系统管理" + +#: setup/class_setupStep_Feedback.inc:105 +msgid "Addressbook" +msgstr "地址簿" + +#: setup/class_setupStep_Feedback.inc:111 +#: setup/class_setupStep_Feedback.inc:113 +msgid "Notification and feedback" +msgstr "" + +#: setup/class_setupStep_Feedback.inc:112 +#, fuzzy +msgid "Get notifications or send feedback" +msgstr "主机通知命令" + +#: setup/class_setupStep_Feedback.inc:140 +#: setup/class_setupStep_Feedback.inc:147 +msgid "Feedback error" +msgstr "" + +#: setup/class_setupStep_Feedback.inc:140 +#, php-format +msgid "Cannot send feedback to '%s': %s" +msgstr "" + +#: setup/class_setupStep_Feedback.inc:147 +msgid "Cannot send feedback: service temporarily unavailable" +msgstr "" + +#: setup/class_setupStep_Feedback.inc:149 +msgid "Feedback sucessfully send" +msgstr "" + +#: setup/class_setupStep_Feedback.inc:179 +#, fuzzy +msgid "Please specify a valid email address." +msgstr "请输入一个有效的 iSerial。" + +#: setup/class_setupStep_Feedback.inc:183 +msgid "" +"You have to select at least one of both options, subscribe or send feedback." +msgstr "" + +#: setup/class_setupStep_Finish.inc:37 +#: ihtml/themes/default/copyPasteDialog.tpl:32 +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:100 +#, fuzzy +msgid "" +"Your configuration file is currently world readable. Please update the file " +"permissions!" +msgstr "GOsa 配置 %s/gosa.conf 不可读取。退出。" + +#: setup/class_setupStep_Finish.inc:102 +#, fuzzy +msgid "The configuration is currently not readable or it does not exists." +msgstr "GOsa 配置 %s/gosa.conf 不可读取。退出。" + +#: setup/class_setupStep_Finish.inc:111 +#, 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 "" +"将文件保存在 GOsa 配置文件目录中,确认 Web 服务器运行的账号能够读取 gosa." +"conf,其他用户则无权访问。您可以执行如下命令来实现:" + +#: setup/class_setupStep_Migrate.inc:105 setup/class_setupStep_Migrate.inc:106 #, fuzzy -msgid "Configuration writeable" -msgstr "配置文件" +msgid "LDAP inspection" +msgstr "PHP 安装检查" -#: setup/class_setupStep_Checks.inc:263 +#: setup/class_setupStep_Migrate.inc:107 +msgid "Analyze your current LDAP for GOsa compatibility" +msgstr "" + +#: setup/class_setupStep_Migrate.inc:113 #, fuzzy -msgid "The configuration file can't be written" -msgstr "查看配置信息" +msgid "Checking for root object" +msgstr "检查 iconv 支持" -#: setup/class_setupStep_Checks.inc:264 -#, 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." +#: setup/class_setupStep_Migrate.inc:119 +msgid "Checking permissions on LDAP database" msgstr "" -#: setup/setup_config3.tpl:2 +#: setup/class_setupStep_Migrate.inc:125 #, fuzzy -msgid "GOsa core settings" -msgstr "用户设置" +msgid "Checking for invisible departments" +msgstr "检查 iconv 支持" -#: setup/setup_config3.tpl:6 +#: setup/class_setupStep_Migrate.inc:131 #, fuzzy -msgid "Disable primary group filter" -msgstr "显示用户组" +msgid "Checking for invisible users" +msgstr "检查 iconv 支持" -#: setup/setup_config3.tpl:18 +#: setup/class_setupStep_Migrate.inc:137 #, fuzzy -msgid "Display summary in listings" -msgstr "显示匹配的宏" +msgid "Checking for super administrator" +msgstr "检查一些附加程序" -#: setup/setup_config3.tpl:30 +#: setup/class_setupStep_Migrate.inc:143 #, fuzzy -msgid "Honour administrative units" -msgstr "组管理" +msgid "Checking for users outside the people tree" +msgstr "检查 cups 模块" -#: setup/setup_config3.tpl:42 +#: setup/class_setupStep_Migrate.inc:149 #, fuzzy -msgid "Smarty compile directory" -msgstr "用户主目录" +msgid "Checking for groups outside the groups tree" +msgstr "检查 cups 模块" -#: setup/setup_config3.tpl:51 -msgid "SNMP community" +#: setup/class_setupStep_Migrate.inc:155 +msgid "Checking for windows workstations outside the winstation tree" msgstr "" -#: setup/setup_config3.tpl:60 +#: setup/class_setupStep_Migrate.inc:161 #, fuzzy -msgid "Path for PPD storage" -msgstr "口令存储" +msgid "Checking for duplicate uid numbers" +msgstr "检查函数 %s" -#: setup/setup_config3.tpl:77 +#: setup/class_setupStep_Migrate.inc:167 #, fuzzy -msgid "Path for kiosk profile storage" -msgstr "Kiosk profile 设置" +msgid "Checking for duplicate gid numbers" +msgstr "检查函数 %s" -#: setup/setup_config3.tpl:96 +#: setup/class_setupStep_Migrate.inc:190 setup/class_setupStep_Migrate.inc:239 +#: setup/class_setupStep_Migrate.inc:301 setup/class_setupStep_Migrate.inc:362 +#: setup/class_setupStep_Migrate.inc:429 setup/class_setupStep_Migrate.inc:503 +#: setup/class_setupStep_Migrate.inc:588 setup/class_setupStep_Migrate.inc:718 +#: setup/class_setupStep_Migrate.inc:807 #, fuzzy -msgid "Enable system deployment" -msgstr "系统管理" +msgid "LDAP query failed" +msgstr "Mysql 查询失败。" -#: setup/setup_config3.tpl:116 -#, fuzzy -msgid "Network resolv hook" -msgstr "网络地址" +#: setup/class_setupStep_Migrate.inc:191 setup/class_setupStep_Migrate.inc:240 +#: setup/class_setupStep_Migrate.inc:302 setup/class_setupStep_Migrate.inc:363 +#: setup/class_setupStep_Migrate.inc:430 setup/class_setupStep_Migrate.inc:504 +#: setup/class_setupStep_Migrate.inc:589 setup/class_setupStep_Migrate.inc:719 +#: setup/class_setupStep_Migrate.inc:808 +msgid "Possibly the 'root object' is missing." +msgstr "" -#: setup/setup_config3.tpl:135 -#, fuzzy -msgid "Mail queue script" -msgstr "邮件队列" +#: setup/class_setupStep_Migrate.inc:213 +#, fuzzy, php-format +msgid "Found %s duplicate values for attribute 'uidNumber'." +msgstr "发现记录类型 '%s' 有重复。" -#: setup/setup_config3.tpl:154 -#, fuzzy -msgid "Notification script" -msgstr "主机通知周期" +#: setup/class_setupStep_Migrate.inc:262 +#, fuzzy, php-format +msgid "Found %s duplicate values for attribute 'gidNumber'." +msgstr "发现记录类型 '%s' 有重复。" -#: setup/setup_config3.tpl:173 -#, fuzzy -msgid "Enable edit locking" -msgstr "启用邮件扫描" +#: setup/class_setupStep_Migrate.inc:317 setup/class_setupStep_Migrate.inc:518 +#: setup/class_setupStep_Migrate.inc:531 setup/class_setupStep_Migrate.inc:881 +#: setup/class_setupStep_Migrate.inc:1612 +#: setup/class_setupStep_Migrate.inc:1625 +msgid "Failed" +msgstr "失败" -#: setup/setup_config3.tpl:192 -msgid "Login and session" +#: setup/class_setupStep_Migrate.inc:319 +#, php-format +msgid "" +"Found %s winstations outside the predefined winstation department ou '%s'." msgstr "" -#: setup/setup_config3.tpl:195 +#: setup/class_setupStep_Migrate.inc:320 setup/class_setupStep_Migrate.inc:599 +#: setup/class_setupStep_Migrate.inc:728 #, fuzzy -msgid "Login attribute" -msgstr "电话属性" +msgid "Migrate" +msgstr "创建" -#: setup/setup_config3.tpl:206 -msgid "Enforce register_globals to be deactivated" +#: setup/class_setupStep_Migrate.inc:387 +#, php-format +msgid "Found %s groups outside the configured tree '%s'." msgstr "" -#: setup/setup_config3.tpl:218 +#: setup/class_setupStep_Migrate.inc:388 setup/class_setupStep_Migrate.inc:463 #, fuzzy -msgid "Enforce encrypted connections" -msgstr "封锁加密归档" +msgid "Move" +msgstr "模式" -#: setup/setup_config3.tpl:230 -#, fuzzy -msgid "Warn if session is not encrypted" -msgstr "会话不会被加密。" +#: setup/class_setupStep_Migrate.inc:462 +#, php-format +msgid "Found %s user(s) outside the configured tree '%s'." +msgstr "" -#: setup/setup_config3.tpl:242 -#, fuzzy -msgid "Remember dialog filter settings" -msgstr "通用队列设置" +#: setup/class_setupStep_Migrate.inc:520 setup/class_setupStep_Migrate.inc:533 +#, php-format +msgid "" +"The specified user '%s' does not have full access to your ldap database." +msgstr "" -#: setup/setup_config3.tpl:254 -#, fuzzy -msgid "Session lifetime" -msgstr "检测道会话冲突" +#: setup/class_setupStep_Migrate.inc:597 +#, php-format +msgid "Found %s user(s) that will not be visible in GOsa." +msgstr "" -#: setup/setup_config3.tpl:262 +#: setup/class_setupStep_Migrate.inc:647 setup/class_setupStep_Migrate.inc:779 +#: setup/class_setupStep_Migrate.inc:945 #, fuzzy -msgid "Debugging" -msgstr "启用 debug" +msgid "Migration error" +msgstr "创建" -#: setup/setup_config3.tpl:266 -#, fuzzy -msgid "Show PHP errors" -msgstr "PHP 错误" +#: setup/class_setupStep_Migrate.inc:647 setup/class_setupStep_Migrate.inc:779 +#, fuzzy, php-format +msgid "Cannot migrate department '%s':" +msgstr "转到根部门" -#: setup/setup_config3.tpl:278 -#, fuzzy -msgid "Maximum LDAP query time" -msgstr "最大文件大小" +#: setup/class_setupStep_Migrate.inc:727 +#, php-format +msgid "Found %s department(s) that will not be visible in GOsa." +msgstr "" -#: setup/setup_config3.tpl:296 -msgid "Log LDAP statistics" +#: setup/class_setupStep_Migrate.inc:882 +msgid "There is no GOsa administrator account inside your LDAP." msgstr "" -#: setup/setup_config3.tpl:308 -#, fuzzy -msgid "Debug level" -msgstr "日志级别" +#: setup/class_setupStep_Migrate.inc:945 +#, php-format +msgid "Cannot add ACL for user '%s':" +msgstr "" -#: setup/setup_config3.tpl:313 setup/setup_config3.tpl:316 +#: setup/class_setupStep_Migrate.inc:970 #, fuzzy -msgid "Disabled" -msgstr "禁用" +msgid "Password error" +msgstr "口令过期截止日" -#: setup/setup_config3.tpl:314 setup/setup_config3.tpl:317 +#: setup/class_setupStep_Migrate.inc:970 #, fuzzy -msgid "Enabled" -msgstr "禁用" +msgid "Provided passwords do not match!" +msgstr "输入的新口令和重复口令不匹配!" -#: setup/class_setupStep_Welcome.inc:38 +#: setup/class_setupStep_Migrate.inc:975 #, fuzzy -msgid "Welcome" -msgstr "欢迎 %s!" +msgid "Input error" +msgstr "PHP 错误" -#: setup/class_setupStep_Welcome.inc:39 +#: setup/class_setupStep_Migrate.inc:975 #, fuzzy -msgid "The welcome message" -msgstr "解除挂起的邮件" +msgid "Specify a valid user ID!" +msgstr "请输入一个有效的用户名!" -#: setup/class_setupStep_Welcome.inc:40 +#: setup/class_setupStep_Migrate.inc:1019 +#, fuzzy, php-format +msgid "Adding an administrative user failed: object '%s' already exists!" +msgstr "为对象 '%s' 设置动作状态(FAIstate) 失败,值为 '%s'。" + +#: setup/class_setupStep_Migrate.inc:1056 +#: setup/class_setupStep_Migrate.inc:1104 +#: setup/class_setupStep_Migrate.inc:1152 #, fuzzy -msgid "Welcome to GOsa setup wizard" -msgstr "欢迎进入 Gosa 安装程序!" +msgid "Cannot move users to the requested department!" +msgstr "选择放置部门的子树" -#: setup/class_setupStep_Schema.inc:40 setup/class_setupStep_Schema.inc:41 -msgid "LDAP schema check" +#: setup/class_setupStep_Migrate.inc:1066 +msgid "Winstation will be moved from" msgstr "" -#: setup/class_setupStep_Schema.inc:42 -msgid "Perform test on your current LDAP schema" +#: setup/class_setupStep_Migrate.inc:1077 +#: setup/class_setupStep_Migrate.inc:1125 +msgid "Updating following references too" msgstr "" -#: setup/class_setupStep_Schema.inc:95 html/index.php:257 -msgid "Cannot detect information about the installed LDAP schema!" +#: setup/class_setupStep_Migrate.inc:1115 +msgid "Group will be moved from" +msgstr "" + +#: setup/class_setupStep_Migrate.inc:1162 +msgid "User will be moved from" +msgstr "" + +#: setup/class_setupStep_Migrate.inc:1172 +msgid "The following references will be updated" +msgstr "" + +#: setup/class_setupStep_Migrate.inc:1613 +msgid "" +"The LDAP root object is missing. It is required to use your LDAP service." +msgstr "" + +#: setup/class_setupStep_Migrate.inc:1614 +#: setup/class_setupStep_Migrate.inc:1627 +msgid "Try to create root object" +msgstr "" + +#: setup/class_setupStep_Migrate.inc:1626 +msgid "Root object couldn't be created, you should try it on your own." msgstr "" -#: setup/setup_checks.tpl:9 -msgid "PHP module and extension checks" -msgstr "" +#: setup/class_setupStep_Migrate.inc:1916 +#, fuzzy, php-format +msgid "Copy '%s' to '%s' failed:" +msgstr "移动 '%s' 到 '%s'" -#: setup/setup_checks.tpl:41 setup/setup_checks.tpl:103 -msgid "GOsa will NOT run without fixing this." +#: setup/class_setupStep_Migrate.inc:1919 +msgid "Problem copying DNs" msgstr "" -#: setup/setup_checks.tpl:45 setup/setup_checks.tpl:107 -msgid "GOsa will run without fixing this." +#: 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_checks.tpl:67 +#: setup/setup_language.tpl:9 #, fuzzy -msgid "PHP setup configuration" -msgstr "PHP 安装检查" +msgid "Please select your preferred language here" +msgstr "首选语种" -#: setup/setup_checks.tpl:67 +#: setup/setup_config2.tpl:2 +msgid "Samba settings" +msgstr "Samba 设置" + +#: setup/setup_config2.tpl:6 +msgid "Samba hash generator" +msgstr "" + +#: setup/setup_config2.tpl:31 #, fuzzy -msgid "show information" -msgstr "个人信息" +msgid "RID base" +msgstr "数据库" -#: setup/setup_finish.tpl:3 +#: setup/setup_config2.tpl:46 #, fuzzy -msgid "Create your configuration file" -msgstr "配置文件" +msgid "Workstation container" +msgstr "工作站名称" -#: setup/setup_finish.tpl:13 -msgid "Download configuration" -msgstr "下载配置" +#: setup/setup_config2.tpl:61 +msgid "Samba SID mapping" +msgstr "" -#: setup/setup_finish.tpl:18 +#: setup/setup_config2.tpl:71 #, fuzzy -msgid "Status: " -msgstr "状态" +msgid "Timezone" +msgstr "用户时区" -#: setup/class_setupStep_Finish.inc:38 +#: setup/setup_config2.tpl:74 #, fuzzy -msgid "Write configuration file" -msgstr "配置文件" +msgid "Please choose your preferred timezone here" +msgstr "首选语种" -#: setup/class_setupStep_Finish.inc:39 +#: setup/setup_config2.tpl:96 #, fuzzy -msgid "Finish - write the configuration file" -msgstr "需要 XML 功能来解析配置文件。" +msgid "Additional GOsa settings" +msgstr "应用程序设置" -#: setup/class_setupStep_Finish.inc:100 -msgid "" -"Your configuration file is currently world readable. Please updated the file " -"permissions!" +#: setup/setup_config2.tpl:100 +msgid "Enable Copy & Paste" msgstr "" -#: setup/class_setupStep_Finish.inc:102 +#: setup/setup_config2.tpl:112 #, fuzzy -msgid "The configuration is currently not readable or it does not exists." -msgstr "GOsa 配置 %s/gosa.conf 不可读取。退出。" +msgid "Enable DNS extension" +msgstr "删除打印机扩展" -#: setup/class_setupStep_Finish.inc:111 -#, 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 "" -"将文件保存在 GOsa 配置文件目录中,确认 Web 服务器运行的账号能够读取 gosa." -"conf,其他用户则无权访问。您可以执行如下命令来实现:" +#: setup/setup_config2.tpl:124 +#, fuzzy +msgid "Enable DHCP extension" +msgstr "删除打印机扩展" -#: setup/class_setupStep_Config2.inc:87 setup/class_setupStep_Config2.inc:88 +#: setup/setup_config2.tpl:136 #, fuzzy -msgid "GOsa settings 2/3" -msgstr "用户设置" +msgid "Enable mime type management" +msgstr "系统管理" -#: setup/class_setupStep_Config2.inc:89 +#: setup/setup_config2.tpl:148 #, fuzzy -msgid "Customize special parameters" -msgstr "检查参数" +msgid "Enable FAI release management" +msgstr "Asterisk 管理" -#: include/functions_helpviewer.inc:43 -#, php-format -msgid "XML error in guide.xml: %s at line %d" -msgstr "XML 出错于 guide.xml: %s ,行 %d" +#: setup/setup_config2.tpl:160 +#, fuzzy +msgid "Enable user netatalk plugin" +msgstr "管理 netatalk 账号" -#: include/functions_helpviewer.inc:86 -msgid "No help available for this plugin." -msgstr "此插件没有可用帮助信息。" +#: setup/setup_config2.tpl:171 +#, fuzzy +msgid "Government mode" +msgstr "部门名称" -#: include/functions_helpviewer.inc:95 html/helpviewer.php:196 -msgid "previous" -msgstr "上一个" +#: setup/setup_config2.tpl:180 +msgid "Mail settings" +msgstr "邮件选项" -#: include/functions_helpviewer.inc:99 html/helpviewer.php:200 -msgid "next" -msgstr "下一个" +#: setup/setup_config2.tpl:184 +msgid "Mail method" +msgstr "邮件方法" -#: include/functions_helpviewer.inc:387 -#, php-format -msgid "%s results for your search with the keyword %s" -msgstr "%s 结果当您查找关键字 %s" +#: setup/setup_config2.tpl:200 +msgid "Account identification attribute" +msgstr "" -#: include/functions_helpviewer.inc:461 -#, php-format -msgid "%s%% hit rate in file %s" -msgstr "%s%% 点击率于文件 %s" +#: setup/setup_config2.tpl:214 +#, fuzzy +msgid "Vacation templates" +msgstr "工作站模板" -#: include/class_tabs.inc:214 -#, php-format -msgid "Delete process has been canceled by plugin '%s': %s" -msgstr "删除进程被插件 '%s' 取消: %s" +#: setup/setup_config2.tpl:230 +msgid "Use Cyrus UNIX style" +msgstr "" -#: include/class_tabs.inc:341 include/class_acl.inc:1092 -#: include/class_acl.inc:1093 include/class_acl.inc:1098 -msgid "ACL" -msgstr "ACL" +#: setup/setup_config2.tpl:240 +msgid "Snapshots / Undo" +msgstr "" -#: include/class_tabs.inc:344 -msgid "References" -msgstr "参考" +#: setup/setup_config2.tpl:249 setup/setup_config2.tpl:294 +msgid "Enable snapshots" +msgstr "" -#: include/class_plugin.inc:436 -#, php-format -msgid "" -"Command '%s', specified as CHECK hook for plugin '%s' doesn't seem to exist." -msgstr "命令 '%s',作为插件 '%s' 的 CHECK hook 好像并不存在。" +#: setup/setup_config2.tpl:255 setup/setup_config2.tpl:300 +msgid "Snapshot base" +msgstr "" -#: include/class_plugin.inc:490 +#: setup/setup_migrate.tpl:5 msgid "" -"The object has changed since opened in GOsa. Please ensure that nobody has " -"done serious changes that may get lost if you save this entry." +"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 "" -#: include/class_plugin.inc:623 -#, php-format -msgid "" -"Command '%s', specified as POSTCREATE for plugin '%s' doesn't seem to exist." -msgstr "命令 '%s',作为插件 '%s' 的 POSTCREATE 好像并不存在。" +#: setup/setup_migrate.tpl:33 +#, fuzzy +msgid "Check again" +msgstr "检查" -#: include/class_plugin.inc:655 include/functions.inc:2508 -#, php-format -msgid "" -"Command '%s', specified as POSTMODIFY for plugin '%s' doesn't seem to exist." -msgstr "命令 '%s',作为插件 '%s' 的 POSTMODIFY 好像并不存在。" +#: setup/setup_migrate.tpl:37 +msgid "Move windows workstations into a valid windows workstation department" +msgstr "" -#: include/class_plugin.inc:691 -#, php-format +#: setup/setup_migrate.tpl:39 msgid "" -"Command '%s', specified as POSTREMOVE for plugin '%s' doesn't seem to exist." -msgstr "命令 '%s',作为插件 '%s' 的 POSTREMOVE 好像并不存在。" - -#: include/class_plugin.inc:1080 include/class_plugin.inc:1127 -#: include/class_plugin.inc:1128 -#, fuzzy, php-format -msgid "Saving object snapshot with dn '%s' failed." -msgstr "保存 dn 为 '%s' 的 user/kolab 账号为空。" +"This dialog allows you to move the displayed windows workstations into a " +"valid department" +msgstr "" -#: include/class_plugin.inc:1154 include/class_plugin.inc:1166 -#, php-format +#: setup/setup_migrate.tpl:41 msgid "" -"The snapshot functionality is enabled, but the required variable '%s' is not " -"set." +"Be careful with this tool, there may be references pointing to this " +"workstations that can't be migrated." msgstr "" -#: include/class_plugin.inc:1202 -#, fuzzy, php-format -msgid "Method get available snapshots with dn '%s' failed." -msgstr "删除 dn 为 '%s' 的 user/kolab 账号失败。" - -#: include/class_plugin.inc:1258 -#, fuzzy, php-format -msgid "Method get deleted snapshots with dn '%s' failed." -msgstr "删除 dn 为 '%s' 的 user/kolab 账号失败。" - -#: include/class_plugin.inc:1322 include/class_plugin.inc:1336 -#, fuzzy, php-format -msgid "Restore snapshot with dn '%s' failed." -msgstr "删除 dn 为 '%s' 的 user/kolab 账号失败。" +#: setup/setup_migrate.tpl:65 setup/setup_migrate.tpl:121 +#: setup/setup_migrate.tpl:173 setup/setup_migrate.tpl:293 +#: setup/setup_migrate.tpl:346 +#, fuzzy +msgid "Select all" +msgstr "选择" -#: include/class_plugin.inc:1602 -msgid "Changing ACL dn" +#: setup/setup_migrate.tpl:67 +msgid "Move selected windows workstations into the following GOsa department" msgstr "" -#: include/class_plugin.inc:1602 -msgid "from" -msgstr "从" - -#: include/class_MultiSelectWindow.inc:219 -msgid "Go to root department" -msgstr "转到根部门" +#: setup/setup_migrate.tpl:72 +#, fuzzy +msgid "Move selected workstations" +msgstr "选择查看工作站" -#: include/class_MultiSelectWindow.inc:219 -#: include/class_MultiSelectWindow.inc:221 -msgid "Root" -msgstr "根" +#: setup/setup_migrate.tpl:73 +msgid "What will be done here" +msgstr "" -#: include/class_MultiSelectWindow.inc:227 -msgid "Go up one department" -msgstr "向上跳转一个部门" +#: setup/setup_migrate.tpl:85 +msgid "Move groups into configured group tree" +msgstr "" -#: include/class_MultiSelectWindow.inc:235 -msgid "Go to users department" -msgstr "转到用户部门" +#: setup/setup_migrate.tpl:88 +msgid "" +"This dialog allows moving a couple of groups to the configured group tree. " +"Doing this may straighten your LDAP service." +msgstr "" -#: include/class_MultiSelectWindow.inc:235 -#: include/class_MultiSelectWindow.inc:237 -msgid "Home" +#: setup/setup_migrate.tpl:91 +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 "" -#: include/class_MultiSelectWindow.inc:242 -msgid "Reload list" -msgstr "重新加载列表" +#: setup/setup_migrate.tpl:94 +msgid "Move selected groups into this group tree" +msgstr "" -#: include/class_MultiSelectWindow.inc:503 -#, php-format -msgid "Inconsistent DN encoding detected: '%s'" +#: setup/setup_migrate.tpl:125 setup/setup_migrate.tpl:177 +#: setup/setup_migrate.tpl:297 setup/setup_migrate.tpl:350 +msgid "Hide changes" msgstr "" -#: include/class_MultiSelectWindow.inc:622 -#: include/class_MultiSelectWindow.inc:626 -#: include/class_MultiSelectWindow.inc:630 +#: setup/setup_migrate.tpl:127 setup/setup_migrate.tpl:179 +#: setup/setup_migrate.tpl:299 setup/setup_migrate.tpl:352 #, fuzzy -msgid "Restore" -msgstr "仓库" +msgid "Show changes" +msgstr "显示软件包" -#: include/class_MultiSelectWindow.inc:625 -msgid "Restore snapshopts of already deleted objects" +#: setup/setup_migrate.tpl:140 +msgid "Move users into configured user tree" msgstr "" -#: include/class_MultiSelectWindow.inc:648 -#: include/class_SnapShotDialog.inc:113 -msgid "Restore snapshot" +#: setup/setup_migrate.tpl:142 +msgid "" +"This dialog allows moving a couple of users to the configured user tree. " +"Doing this may straighten your LDAP service." msgstr "" -#: include/class_MultiSelectWindow.inc:654 +#: setup/setup_migrate.tpl:145 +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:148 #, fuzzy -msgid "Create snapshot" -msgstr "创建 nagios 账户" +msgid "Move selected users into this people tree" +msgstr "创建使用该模板的用户" -#: include/class_MultiSelectWindow.inc:654 +#: setup/setup_migrate.tpl:198 #, fuzzy -msgid "Create a new snapshot from this object" -msgstr "创建新 FAI 对象" +msgid "Next" +msgstr "下一个" -#: include/class_pluglist.inc:55 -msgid "All objects in this category" +#: setup/setup_migrate.tpl:199 +#, fuzzy +msgid "Abort" +msgstr "端口" + +#: setup/setup_migrate.tpl:201 +#, fuzzy +msgid "Create a new GOsa administrator account" +msgstr "创建 netatalk 账号" + +#: setup/setup_migrate.tpl:204 +msgid "" +"This dialog will automatically add a new super administrator to your LDAP " +"tree." msgstr "" -#: include/class_pluglist.inc:152 -msgid "The configuration format has changed. Please re-run setup!" +#: setup/setup_migrate.tpl:233 +#, fuzzy +msgid "Password (again)" +msgstr "口令存储" + +#: setup/setup_migrate.tpl:258 +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 "" -#: include/class_certificate.inc:35 -msgid "Can't open specified file, check accessibility and or existence" -msgstr "无法打开特定文件,检查是否可以访问或者是否存在。" +#: setup/setup_migrate.tpl:259 setup/setup_migrate.tpl:314 +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 "" -#: include/class_certificate.inc:53 -msgid "Can't read specified certificate / or empty string given" -msgstr "无法读取特定证书或者提供了一个空字符串" +#: setup/setup_migrate.tpl:269 setup/setup_migrate.tpl:323 +#, fuzzy +msgid "Current" +msgstr "当前版本" -#: include/class_certificate.inc:80 -msgid "Can't load certificate, possibly unsupported format (use PEM/DER) " -msgstr "无法加载证书,可能是不支持的格式(用 PEM/DER)。" +#: setup/setup_migrate.tpl:276 setup/setup_migrate.tpl:330 +#, fuzzy +msgid "After migration" +msgstr "用户管理" -#: include/class_certificate.inc:95 -msgid "The Format must be PEM, to output certificate informations" -msgstr "要输出证书信息,格式必须是 PEM" +#: setup/setup_migrate.tpl:313 +msgid "" +"The listed users are currenlty invisble 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 "" -#: include/class_certificate.inc:192 -msgid "Can't create/open File" -msgstr "无法创建/打开文件" +#: html/getvcard.php:37 +#, fuzzy +msgid "Missing parameters!" +msgstr "应用程序名称" -#: include/class_certificate.inc:199 -msgid "No valid certificate loaded" -msgstr "无有效证书加载" +#: html/setup.php:78 html/index.php:155 +#, fuzzy +msgid "Smarty" +msgstr "总结" -#: include/class_socketClient.inc:37 -msgid "The mcrypt module was not found. Please install php5-mcrypt." -msgstr "" +#: html/setup.php:78 html/password.php:76 html/index.php:155 +#, php-format +msgid "Directory '%s' specified as compile directory is not accessible!" +msgstr "目录 '%s' 作为编译目录无法访问!" -#: include/class_SnapShotDialog.inc:63 +#: html/password.php:56 html/index.php:130 #, fuzzy, php-format -msgid "You're about to delete the snapshot '%s'." -msgstr "您将要删除宏 '%s'。" +msgid "GOsa configuration %s/%s is not readable. Aborted." +msgstr "GOsa 配置 %s/gosa.conf 不可读取。退出。" -#: include/class_SnapShotDialog.inc:115 +#: html/password.php:76 #, fuzzy -msgid "Remove snapshot" -msgstr "删除记录" +msgid "Accessibility" +msgstr "配置文件" -#: include/class_SnapShotDialog.inc:117 include/class_SnapShotDialog.inc:137 -msgid "Y-m-d, H:i:s" +#: html/password.php:161 +msgid "Error: Password method not available!" msgstr "" -#: include/class_SnapShotDialog.inc:149 -#, fuzzy -msgid "Please specify a valid description for this snapshot." -msgstr "请为这个附件指定一个有效名称。" +#: html/password.php:217 html/index.php:292 +msgid "Please specify a valid username!" +msgstr "请输入一个有效的用户名!" -#: include/class_config.inc:104 -#, php-format -msgid "XML error in gosa.conf: %s at line %d" -msgstr "XML 出错于 gosa.conf: %s ,行 %d" +#: html/password.php:219 html/index.php:295 +msgid "Please specify your password!" +msgstr "请输入您的口令!" -#: include/class_config.inc:107 -msgid "Config file parsing" -msgstr "" +#: html/password.php:226 html/index.php:314 +msgid "Please check the username/password combination." +msgstr "请检查用户名/口令。" -#: include/class_config.inc:224 html/index.php:243 -msgid "Can't bind to LDAP. Please contact the system administrator." -msgstr "无法绑定 LDAP。请联系系统管理员。" +#: html/password.php:230 +msgid "You have no permissions to change your password." +msgstr "您无权修改您的口令。" -#: include/class_config.inc:554 -#, fuzzy -msgid "SID and/or RIDBASE missing in the configuration!" -msgstr "您的配置文件缺少 SID 和/或 RIDBASE!" +#: html/password.php:251 +msgid "External password changer reported a problem: " +msgstr "外部口令更改程序报告错误:" -#: include/class_log.inc:87 include/class_acl.inc:806 -#: include/functions.inc:437 include/functions.inc:582 -#: include/functions.inc:607 include/functions.inc:668 -#: include/functions.inc:981 include/functions.inc:1862 -#: include/functions.inc:1896 include/functions.inc:1916 -#: include/class_ldap.inc:561 include/class_ldap.inc:609 -#: include/class_CopyPasteHandler.inc:131 -#: include/class_CopyPasteHandler.inc:250 html/getvcard.php:36 -#, fuzzy -msgid "Internal error" -msgstr "终端服务器" +#: html/password.php:282 html/index.php:408 +msgid "Session will not be encrypted." +msgstr "会话不会被加密。" -#: include/class_log.inc:87 -#, fuzzy, php-format -msgid "Logging failed: %s" -msgstr "Logging DB 用户" +#: html/password.php:282 html/index.php:408 +msgid "Enter SSL session" +msgstr "进入 SSL 会话" -#: include/class_log.inc:106 -msgid "Logging to MySQL disabled" -msgstr "" +#: html/getxls.php:86 +msgid "Birthday" +msgstr "生日" -#: include/class_log.inc:106 -msgid "" -"The logging to a MySQL database is now disabled for this session of GOsa, " -"due to communication errors with the specified logging database." -msgstr "" +#: html/getxls.php:86 html/getxls.php:227 html/getxls.php:281 +#: html/getxls.php:297 +msgid "Surname" +msgstr "姓" -#: include/class_log.inc:119 +#: html/getxls.php:86 html/getxls.php:281 +msgid "Language" +msgstr "语言" + +#: html/getxls.php:94 #, php-format -msgid "Invalid option '%s' specified." -msgstr "" +msgid "User list of %s on %s" +msgstr "%s 用户列表于 %s" -#: include/class_log.inc:123 -#, fuzzy -msgid "Specified objectType is empty or invalid" -msgstr "指定的 branch 名称无效。" +#: html/getxls.php:121 html/getxls.php:284 ihtml/themes/default/acl.tpl:41 +msgid "Members" +msgstr "成员" -#: include/class_log.inc:144 -msgid "" -"You have enabled the logging into mysql databse, but there are no logging " -"servers available." -msgstr "" +#: html/getxls.php:131 html/getxls.php:360 +#, php-format +msgid "Groups of %s on %s" +msgstr "%s 的用户组于 %s 上" -#: include/class_log.inc:152 -#, fuzzy, php-format -msgid "Cannot connect to logging server '%s'." -msgstr "无法连接到数据库!" +#: html/getxls.php:155 html/getxls.php:188 html/getxls.php:190 +#: html/getxls.php:197 html/getxls.php:233 html/getxls.php:310 +#: html/getxls.php:381 +msgid "Servers" +msgstr "服务器" -#: include/class_log.inc:157 -#, fuzzy, php-format -msgid "Cannot select database '%s' on server '%s': %s" -msgstr "无法在主服务器 '%s' 上选择数据库 '%s'。" +#: html/getxls.php:159 html/getxls.php:311 +msgid "Computers" +msgstr "计算机" -#: include/class_log.inc:177 -#, fuzzy, php-format -msgid "Cannot query database '%s' on server '%s': %s" -msgstr "无法在主服务器 '%s' 上选择数据库 '%s'。" +#: html/getxls.php:169 html/getxls.php:222 html/getxls.php:401 +#: html/getxls.php:421 +msgid "Common name" +msgstr "常用名" + +#: html/getxls.php:185 +msgid "Server name" +msgstr "服务器名称" + +#: html/getxls.php:195 html/getxls.php:379 +#, php-format +msgid "Servers of %s on %s" +msgstr "%s服务器于%s" -#: include/php_setup.inc:91 -msgid "Generating this page caused the PHP interpreter to raise some errors!" -msgstr "生成这个页面导致 PHP 解析器发生一些错误!" +#: html/getxls.php:222 html/getxls.php:297 +msgid "Display name" +msgstr "显示名称" -#: include/php_setup.inc:96 -msgid "Send bug report to the GOsa Team" -msgstr "" +#: html/getxls.php:223 +msgid "Home phone" +msgstr "住宅电话" -#: include/php_setup.inc:96 -#, fuzzy -msgid "Send bugreport" -msgstr "发送者" +#: html/getxls.php:224 html/getxls.php:298 +msgid "Initials" +msgstr "中间名" -#: include/php_setup.inc:101 -msgid "Toggle information" -msgstr "切换信息" +#: html/getxls.php:225 +msgid "Mobile phone" +msgstr "移动电话" -#: include/php_setup.inc:111 -msgid "PHP error" -msgstr "PHP 错误" +#: html/getxls.php:225 html/getxls.php:298 +msgid "City" +msgstr "城市" -#: include/php_setup.inc:130 -msgid "class" -msgstr "类" +#: html/getxls.php:226 html/getxls.php:298 html/getxls.php:300 +msgid "Phone number" +msgstr "电话号码" -#: include/php_setup.inc:136 -msgid "function" +#: html/getxls.php:228 +msgid "Function" msgstr "功能" -#: include/php_setup.inc:141 -msgid "static" -msgstr "静态" - -#: include/php_setup.inc:145 -msgid "method" -msgstr "方法" +#: html/getxls.php:231 html/getxls.php:312 +msgid "Adressbook" +msgstr "地址簿" -#: include/php_setup.inc:178 -msgid "Trace" -msgstr "跟踪" +#: html/getxls.php:238 html/getxls.php:414 +#, php-format +msgid "Adressbook of %s on %s" +msgstr "%s 的地址簿,于 %s" -#: include/php_setup.inc:179 -msgid "File" -msgstr "文件" +#: html/getxls.php:244 +msgid "Common Name" +msgstr "常用名" -#: include/php_setup.inc:179 -msgid "Line" -msgstr "行" +#: html/getxls.php:281 +msgid "Day of birth" +msgstr "生日" -#: include/php_setup.inc:179 -msgid "Type" -msgstr "类型" +#: html/getxls.php:299 +msgid "Email address" +msgstr "邮件地址" -#: include/php_setup.inc:180 -msgid "Arguments" -msgstr "参数" +#: html/getxls.php:299 +msgid "Organizational unit" +msgstr "组织/公司部门" -#: include/class_acl.inc:6 -#, fuzzy -msgid "Access control" -msgstr "访问选项" +#: html/getxls.php:300 +msgid "Postal Code" +msgstr "邮编" -#: include/class_acl.inc:190 include/class_acl.inc:193 -msgid "Use ACL defined in role" -msgstr "" +#: html/getxls.php:301 +msgid "Title" +msgstr "称谓" -#: include/class_acl.inc:645 include/class_acl.inc:652 -#, fuzzy -msgid "Show/Hide Advanced Settings" -msgstr "高级电话设置" +#: html/getxls.php:304 +msgid "Full" +msgstr "全部" -#: include/class_acl.inc:670 -#, fuzzy -msgid "Create objects" -msgstr "创建新 FAI 对象" +#: html/getxls.php:341 +#, php-format +msgid "User List of %s on %s" +msgstr "%s 用户列表于 %s" -#: include/class_acl.inc:671 -#, fuzzy -msgid "Move objects" -msgstr "成员对象" +#: html/getxls.php:395 +#, php-format +msgid "Computers of %s on %s" +msgstr "%s计算机于%s" -#: include/class_acl.inc:672 +#: html/getxls.php:491 html/getldif.php:80 #, fuzzy -msgid "Remove objects" -msgstr "成员对象" - -#: include/class_acl.inc:674 include/class_acl.inc:680 -msgid "Modifyable by owner" -msgstr "" +msgid "Permission denied!" +msgstr "允许" -#: include/class_acl.inc:677 +#: html/getxls.php:491 #, fuzzy -msgid "Move object" -msgstr "成员对象" +msgid "You are not allowed to perform this action." +msgstr "您无权删除这个宏!" -#: include/class_acl.inc:678 -#, fuzzy -msgid "Remove object" -msgstr "成员对象" +#: html/helpviewer.php:68 +msgid "Help browser" +msgstr "帮助浏览器" -#: include/class_acl.inc:685 include/class_acl.inc:776 -msgid "read" -msgstr "读" +#: html/helpviewer.php:122 +msgid "There is no helpfile specified for this class" +msgstr "此类没有帮助文件" -#: include/class_acl.inc:686 include/class_acl.inc:778 -msgid "write" -msgstr "写" +#: html/helpviewer.php:271 +#, php-format +msgid "Helpdir '%s' is not accessible, can't read any helpfiles." +msgstr "帮助目录 '%s' 不能访问,无法读取任何帮助文件。" -#: include/class_acl.inc:690 +#: html/getldif.php:80 #, fuzzy -msgid "Complete object" -msgstr "成员对象" +msgid "You are not allowed to create ldap dumps." +msgstr "您无权删除这个用户!" -#: include/class_acl.inc:806 -#, php-format -msgid "Unkown ACL type '%s'. Don't know how to handle it." -msgstr "" +#: html/getldif.php:105 +#, fuzzy +msgid "Error in ivbb parameter!" +msgstr "检查参数" -#: include/class_acl.inc:849 -#, fuzzy, php-format -msgid "Unknown entry '%s'!" -msgstr "未知 FAIstate %s" +#: html/getfax.php:54 +msgid "Could not connect to database server!" +msgstr "无法连接到数据库!" -#: include/class_acl.inc:909 include/class_acl.inc:911 -#, fuzzy, php-format -msgid "Role: %s" -msgstr "角色" +#: html/getfax.php:56 +msgid "Could not select database!" +msgstr "无法选择数据库!" -#: include/class_acl.inc:911 -msgid "Unknown role, possibly removed" -msgstr "" +#: html/getfax.php:61 html/getfax.php:69 +msgid "Database query failed!" +msgstr "数据库查询失败!" -#: include/class_acl.inc:919 +#: html/main.php:150 #, php-format -msgid "Contains settings for these objects: %s" +msgid "Cannot locate file '%s' - please run '%s' to fix this" msgstr "" -#: include/class_acl.inc:928 +#: html/main.php:168 #, fuzzy -msgid "Members:" -msgstr "成员" +msgid "PHP configuration" +msgstr "PHP 安装检查" -#: include/class_acl.inc:934 -msgid "ACL is valid for all users" -msgstr "" +#: html/main.php:169 +msgid "" +"FATAL: Register globals is on. GOsa will refuse to login unless this is " +"fixed by an administrator." +msgstr "致命错误:全局注册已打开。GOsa 将拒绝登录直到被管理修正。" -#: include/class_acl.inc:1093 +#: html/main.php:214 #, fuzzy -msgid "Access control list" -msgstr "访问选项" +msgid "Configuration warning" +msgstr "配置文件" -#: include/class_acl.inc:1101 -#, fuzzy -msgid "Role name" -msgstr "重命名" +#: html/main.php:214 +msgid "Running out of memory!" +msgstr "" -#: include/class_acl.inc:1102 +#: html/main.php:353 #, fuzzy -msgid "Role description" -msgstr "单元描述" +msgid "Password reminder" +msgstr "口令过期截止日" -#: include/class_msg_dialog.inc:91 +#: html/main.php:353 #, fuzzy -msgid "Please fix the above error and reload the page." -msgstr "请看一下 GOsa 日志文件。" - -#: include/class_hostActionQueue.inc:68 include/class_hostActionQueue.inc:193 -#, fuzzy, php-format -msgid "Can't locate gotomasses queue file '%s'." -msgstr "无法创建文件 '%s'。" - -#: include/class_hostActionQueue.inc:72 -#, fuzzy, php-format -msgid "Can't read gotomasses queue file '%s'." -msgstr "无法创建文件 '%s'。" - -#: include/class_hostActionQueue.inc:79 -#, fuzzy, php-format -msgid "Can't read gotomasses storage file '%s'." -msgstr "无法创建文件 '%s'。" - -#: include/class_hostActionQueue.inc:142 -msgid "Entry broken, skipped." -msgstr "" - -#: include/class_hostActionQueue.inc:197 include/class_hostActionQueue.inc:206 -#, fuzzy, php-format -msgid "Can't write gotomasses queue file '%s'." -msgstr "无法创建文件 '%s'。" +msgid "Your password is about to expire, please change your password!" +msgstr "您的口令就要过期,请修改您的口令" -#: include/class_hostActionQueue.inc:201 -msgid "The queue file was modified since last reload. Can't save changes." -msgstr "" +#: html/main.php:362 +#, fuzzy +msgid "Plugin" +msgstr "于" -#: include/class_hostActionQueue.inc:276 +#: html/main.php:363 #, php-format -msgid "Entry with id '%s' not found." -msgstr "" +msgid "FATAL: Can't find any plugin definitions for plugin '%s'!" +msgstr "警告: 没有发现针对插件 '%s' 的任何插件定义!" -#: include/class_hostActionQueue.inc:286 -#, php-format -msgid "Could not update entry, entry with id '%s' not found." -msgstr "" +#: html/index.php:50 +#, fuzzy +msgid "Session is not encrypted!" +msgstr "会话不会被加密。" -#: include/class_hostActionQueue.inc:297 -#, php-format -msgid "Could not remove entry, entry with id '%s' not found." +#: html/index.php:57 +msgid "" +"The session lifetime configured in your gosa.conf will be overridden by php." +"ini settings." msgstr "" -#: include/class_hostActionQueue.inc:371 include/class_hostActionQueue.inc:389 -#: include/class_hostActionQueue.inc:420 include/class_hostActionQueue.inc:455 -#, fuzzy, php-format -msgid "Can't set priority for ID '%s'. ID does not exist." -msgstr "软件包文件 '%s' 不存在。" +#: html/index.php:130 +#, fuzzy +msgid "Configuration accessibility" +msgstr "配置文件" -#: include/functions.inc:98 -#, php-format -msgid "Fatal error: no class locations defined - please run '%s' to fix this" +#: html/index.php:206 +msgid "There is a problem with the authentication setup!" msgstr "" -#: include/functions.inc:105 -#, php-format -msgid "Fatal error: cannot instantiate class '%s' - execution aborted" +#: html/index.php:214 +msgid "Cannot find a valid user for the current authentication setup!" msgstr "" -#: include/functions.inc:305 -#, php-format -msgid "FATAL: Error when connecting the LDAP. Server said '%s'." -msgstr "致命错误:连接 LDAP 错误。服务器返回 '%s'。" +#: html/index.php:218 +msgid "User information is not unique accross the configured LDAP trees!" +msgstr "" -#: include/functions.inc:331 include/functions.inc:358 -#: include/functions.inc:396 -#, fuzzy, php-format -msgid "User login failed." -msgstr "用户登录失败。LDAP 服务器返回 '%s'。" +#: html/index.php:244 +msgid "Can't bind to LDAP. Please contact the system administrator." +msgstr "无法绑定 LDAP。请联系系统管理员。" -#: include/functions.inc:331 include/functions.inc:358 -#: include/functions.inc:396 include/functions.inc:592 -#: include/functions.inc:607 include/functions.inc:639 -#: include/functions.inc:678 include/functions.inc:723 -#: include/functions.inc:2490 -#, fuzzy, php-format -msgid "LDAP server returned: %s" -msgstr "LDAP 服务器" +#: html/index.php:271 +#, fuzzy +msgid "Your ldap setup contains old schema definitions:" +msgstr "您 LDAP 的设置包含老的 schema 定义。请重新执行安装。" -#: include/functions.inc:367 include/functions.inc:437 +#: html/index.php:307 #, fuzzy -msgid "" -"Username / UID is not unique inside the LDAP tree. Please contact your " -"Administrator." -msgstr "用户名 / UID 不唯一。请检查您的 LDAP 数据库。" +msgid "Authentication error" +msgstr "Nagios 鉴权" -#: include/functions.inc:582 include/functions.inc:668 -msgid "Error while adding a lock. Contact the developers!" +#: html/index.php:307 +msgid "Cannot retrieve user information for htaccess authentication!" msgstr "" -#: include/functions.inc:592 -#, fuzzy, php-format +#: html/index.php:363 +msgid "Account locked. Please contact your system administrator." +msgstr "账户锁定。请联系管理员。" + +#: html/index.php:414 msgid "" -"Cannot create locking information in LDAP tree. Please contact your " -"administrator!" -msgstr "无法获得 LDAP 数据库的锁信息。检查 gosa.conf 中的 'config' 条目!" +"Your browser has cookies disabled. Please enable cookies and reload this " +"page before logging in!" +msgstr "您的浏览器已经禁用 cookies。请启用 cookies 并在登录前重新加载本页面!" -#: include/functions.inc:607 -#, fuzzy, php-format -msgid "Adding a lock failed." -msgstr "保存 FAI 钩子失败" +#: ihtml/themes/default/copyPasteDialog.tpl:1 +#, fuzzy +msgid "Copy & paste wizard" +msgstr "拷贝和粘贴精灵" -#: include/functions.inc:639 -#, fuzzy, php-format -msgid "Removing a lock failed." -msgstr "删除 FAI 钩子失败" +#: ihtml/themes/default/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 "" +"有的变量需要在整个目录中保持唯一,而有的组合没有意义。GOsa 显示有关属性。请按" +"照这个原则维护其取值。" -#: include/functions.inc:678 include/functions.inc:723 -#, php-format -msgid "Cannot get locking information from LDAP tree!" +#: ihtml/themes/default/copyPasteDialog.tpl:9 +msgid "Remember that some properties like taken snapshots will not be copied!" msgstr "" -#: include/functions.inc:686 -#, fuzzy +#: ihtml/themes/default/copyPasteDialog.tpl:10 msgid "" -"Found multiple locks for object to be locked. This should not happen - " -"cleaning up multiple references." -msgstr "发现要锁定的对象由多个锁。这虽然不可能──清除多个引用。" +"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 "" -#: include/functions.inc:909 -#, php-format -msgid "The size limit of %d entries is exceed!" -msgstr "超过了 %d 个条目的大小限制!" +#: ihtml/themes/default/copyPasteDialog.tpl:24 +#, fuzzy +msgid "Cancel all" +msgstr "取消" -#: include/functions.inc:911 -#, php-format -msgid "" -"Set the new size limit to %s and show me this message if the limit still " -"exceeds" -msgstr "设置新的大小限制为 %s 并且如果限制依然超出还显示这条信息。" +#: ihtml/themes/default/copyPasteDialog.tpl:30 +msgid "Operation complete" +msgstr "操作完成" -#: include/functions.inc:928 -msgid "incomplete" -msgstr "不完整" +#: ihtml/themes/default/help.tpl:9 +msgid "GOsa help viewer" +msgstr "GOsa 帮助浏览器" -#: include/functions.inc:1164 include/functions.inc:1295 -msgid "LDAP error:" -msgstr "LDAP 错误:" +#: ihtml/themes/default/help.tpl:15 +msgid "Index" +msgstr "索引" + +#: ihtml/themes/default/islocked.tpl:2 +msgid "Locking conflict detected" +msgstr "检测到锁定冲突" -#: include/functions.inc:1165 +#: ihtml/themes/default/islocked.tpl:9 msgid "" -"Problems with the LDAP server mean that you probably lost the last changes. " -"Please check your LDAP setup for possible errors and try again." +"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 "" -"LDAP 服务器发生错误,意味着您最后的修改可能丢失。请检查您 LDAP 安装可能的错误" -"再重试。" +"如果锁检查失败,明显的是另外的人在进行编辑操作时关闭了浏览器。您可以通过按“仍" +"然编辑”按钮来接管这个锁文件。" -#: include/functions.inc:1171 -msgid "" -"Please check your input and fix the error. Press 'OK' to close this message " -"box." -msgstr "请检查您的输入并修正错误。按“OK”关闭此对话框。" +#: ihtml/themes/default/framework.tpl:8 ihtml/themes/default/framework.tpl:11 +msgid "Main" +msgstr "首页" -#: include/functions.inc:1236 -msgid "Continue anyway" -msgstr "仍然继续" +#: ihtml/themes/default/framework.tpl:16 +msgid "Help" +msgstr "帮助" -#: include/functions.inc:1238 -msgid "Edit anyway" -msgstr "仍然编辑" +#: ihtml/themes/default/framework.tpl:21 ihtml/themes/default/framework.tpl:25 +msgid "Sign out" +msgstr "退出" -#: include/functions.inc:1240 -#, fuzzy, php-format -msgid "You're going to edit the LDAP entry/entries '%s'" -msgstr "您将要拷贝条目 '%s'。" +#: ihtml/themes/default/framework.tpl:29 +msgid "Signed in:" +msgstr "登录:" -#: include/functions.inc:1298 -#, php-format -msgid "Plugin '%s':%s" +#: ihtml/themes/default/framework.tpl:32 +msgid "GOsa main menu" msgstr "" -#: include/functions.inc:1459 -msgid "Entries per page" -msgstr "每页条目数" - -#: include/functions.inc:1487 -msgid "Apply filter" -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 没有办法将您的数据" +"找回。" -#: include/functions.inc:1739 -msgid "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" -msgstr "*ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789" +#: ihtml/themes/default/acl.tpl:15 +msgid "Use members from" +msgstr "" -#: include/functions.inc:1783 -#, php-format -msgid "GOsa development snapshot (Rev %s)" -msgstr "GOsa 开发版(版本 %s)" +#: ihtml/themes/default/acl.tpl:29 +msgid "Available members" +msgstr "" -#: include/functions.inc:1862 -#, php-format -msgid "File '%s' could not be deleted." +#: ihtml/themes/default/acl.tpl:63 +msgid "ACLs for this object" msgstr "" -#: include/functions.inc:1896 include/functions.inc:1916 +#: ihtml/themes/default/acl.tpl:69 #, fuzzy -msgid "Cannot write to revision file!" -msgstr "无法创建文件 '%s'。" +msgid "Available roles" +msgstr "可用的应用程序" + +#: ihtml/themes/default/conflict.tpl:2 +msgid "Session conflict detected" +msgstr "检测道会话冲突" -#: include/functions.inc:2158 include/functions.inc:2162 -#: include/functions.inc:2168 +#: ihtml/themes/default/conflict.tpl:6 #, fuzzy -msgid "'base_hook' is not available. Using default base." -msgstr "警告: base_hook不可用。使用缺省 base。" +msgid "" +"Probably there's another active instance of your session. Multiple window " +"operation is technical not possible and heavily depends on the browser " +"you're using. Usage of different browsers at a time (i.e. IE and Mozilla) is " +"possible. Pressing the Logout button will close this session." +msgstr "" +"可能已经存在另外一个您的活动的会话。多窗口操作在技术上不可能并且和严重依赖您" +"使用浏览器。使用不同的浏览器(如 IE 和 Mozilla)是可能的。按“退出”按钮关闭此" +"会话。" + +#: ihtml/themes/default/conflict.tpl:10 +msgid "" +"Ignoring this message will change/destroy the data you're currently editing, " +"so please close multiple windows and log in again." +msgstr "" +"忽略这条信息将会修改/破坏您当前编辑的数据,所以请关闭多个窗口并重新登录。" + +#: ihtml/themes/default/conflict.tpl:14 +msgid "Logout" +msgstr "退出" -#: include/functions.inc:2190 +#: ihtml/themes/default/password.tpl:6 #, fuzzy -msgid "LDAP warning" -msgstr "LDAP 管理" +msgid "Change your password" +msgstr "修改口令" -#: include/functions.inc:2190 +#: ihtml/themes/default/password.tpl:34 #, fuzzy -msgid "Cannot get schema information from server. No schema check possible!" -msgstr "不能从服务器得到 schema 信息。无法对 schema 检查!" +msgid "Success" +msgstr "访问" -#: include/functions.inc:2216 -msgid "Used to store account specific informations." +#: ihtml/themes/default/password.tpl:34 +msgid "Your password has been changed successfully." msgstr "" -#: include/functions.inc:2223 +#: ihtml/themes/default/password.tpl:52 msgid "" -"Used to lock currently edited entries to avoid multiple changes at the same " -"time." +"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 "" -#: include/functions.inc:2266 -#, php-format -msgid "Missing required object class '%s'!" -msgstr "" +#: ihtml/themes/default/password.tpl:59 ihtml/themes/default/password.tpl:61 +#: ihtml/themes/default/login.tpl:50 ihtml/themes/default/login.tpl:51 +msgid "Directory" +msgstr "目录" -#: include/functions.inc:2268 -#, php-format -msgid "Missing optional object class '%s'!" -msgstr "" +#: ihtml/themes/default/password.tpl:85 +#, fuzzy +msgid "again" +msgstr "首页" -#: include/functions.inc:2274 -#, php-format -msgid "Version mismatch for required object class '%s' (!=%s)!" +#: ihtml/themes/default/password.tpl:86 +#, fuzzy +msgid "New password repeated" +msgstr "新口令" + +#: ihtml/themes/default/password.tpl:100 +#, fuzzy +msgid "Change" +msgstr "频道" + +#: ihtml/themes/default/password.tpl:101 +#, fuzzy +msgid "Click here to change your password" +msgstr "点击这里来修改您的口令" + +#: ihtml/themes/default/login.tpl:9 +msgid "GOsa login screen" msgstr "" -#: include/functions.inc:2276 -#, php-format -msgid "Version mismatch for optional object class '%s' (!=%s)!" -msgstr "" +#: ihtml/themes/default/login.tpl:25 +#, fuzzy +msgid "Login screen" +msgstr "登录脚本" + +#: ihtml/themes/default/login.tpl:32 +#, fuzzy +msgid "" +"Please use your username and your password to log into the site " +"administration system." +msgstr "请用您的用户名和口令登录" + +#: ihtml/themes/default/login.tpl:76 ihtml/themes/default/login.tpl:79 +msgid "Sign in" +msgstr "登录" + +#: ihtml/themes/default/login.tpl:77 +msgid "Click here to log in" +msgstr "点击这里登录" -#: include/functions.inc:2280 -#, fuzzy, php-format -msgid "Class(es) available" -msgstr "文件可用。" +#: ihtml/themes/default/logout.tpl:5 +msgid "Your GOsa session has expired!" +msgstr "您的 GOsa 会话已经过期!" -#: include/functions.inc:2302 +#: ihtml/themes/default/logout.tpl:7 msgid "" -"You have enabled the rfc2307bis option on the 'ldap setup' step, but your " -"schema configuration do not support this option." +"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 界面是在很长时间之前。出于安全上的考虑,已经关闭了连接。要继" +"续执行管理任务,请重新登录。" -#: include/functions.inc:2303 -msgid "" -"In order to use rfc2307bis conform groups the objectClass 'posixGroup' must " -"be AUXILIARY" -msgstr "" +#: ihtml/themes/default/logout.tpl:10 +msgid "Sign in again" +msgstr "重新登录" -#: include/functions.inc:2307 +#: ihtml/themes/default/sizelimit.tpl:3 msgid "" -"You have disabled the rfc2307bis option on the 'ldap setup' step, but your " -"schema configuration do not support this option." -msgstr "" - -#: include/functions.inc:2308 -msgid "The objectClass 'posixGroup' must be STRUCTURAL" +"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 "" +"大小限制选项会让 LDAP 操作更快,以免使 LDAP 服务器过载。最简单让大数据库处理" +"不发成长时间超时的办法是,将查询缩小到更少并且使用过滤器。" -#: include/functions.inc:2331 -msgid "German" -msgstr "德语" +#: ihtml/themes/default/sizelimit.tpl:6 +msgid "Please choose the way to react for this session" +msgstr "请选择响应这个会话的方法" -#: include/functions.inc:2332 -msgid "French" -msgstr "法语" +#: ihtml/themes/default/sizelimit.tpl:9 +msgid "ignore this error and show all entries the LDAP server returns" +msgstr "忽略错误并显示 LDAP 服务器返回的所有条目" -#: include/functions.inc:2333 -msgid "Italian" -msgstr "意大利语" +#: ihtml/themes/default/sizelimit.tpl:10 +msgid "" +"ignore this error and show all entries that fit into the defined sizelimit " +"and let me use filters instead" +msgstr "忽略错误并显示在定义限制长度内的所有条目,并让我使用过滤器。" -#: include/functions.inc:2334 -msgid "Spanish" -msgstr "西班牙语" +#: ihtml/themes/default/logout-close.tpl:5 +#, fuzzy +msgid "Your GOsa session has been closed!" +msgstr "您的 GOsa 会话已经过期!" -#: include/functions.inc:2335 -msgid "English" -msgstr "英语" +#: ihtml/themes/default/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 "" -#: include/functions.inc:2336 -msgid "Dutch" -msgstr "荷兰语" +#: ihtml/themes/default/accountexpired.tpl:15 +msgid "Your Password has expired !! Choose a new Password" +msgstr "您的口令已经过期 !! 选择一个新口令" -#: include/functions.inc:2337 -msgid "Polish" -msgstr "波兰语" +#: ihtml/themes/default/accountexpired.tpl:23 +#: ihtml/themes/default/accountexpired.tpl:27 +msgid "Old Password" +msgstr "旧口令" -#: include/functions.inc:2338 -msgid "Swedish" -msgstr "" +#: ihtml/themes/default/accountexpired.tpl:32 +#: ihtml/themes/default/accountexpired.tpl:36 +msgid "New Password" +msgstr "新口令" -#: include/functions.inc:2339 -#, fuzzy -msgid "Chinese" -msgstr "芯片组" +#: ihtml/themes/default/accountexpired.tpl:41 +#: ihtml/themes/default/accountexpired.tpl:45 +msgid "Verify Password" +msgstr "口令确认" -#: include/functions.inc:2340 -msgid "Russian" -msgstr "俄语" +#: ihtml/themes/default/accountexpired.tpl:51 +msgid "Change Password" +msgstr "修改口令" -#: include/functions.inc:2490 -#, fuzzy, php-format -msgid "Setting the password failed!" -msgstr "设置口令失败。LDAP 服务器返回 '%s'。" +#: ihtml/themes/default/accountexpired.tpl:52 +msgid "Click here to Change your password" +msgstr "点击这里来修改您的口令" -#: include/functions.inc:2528 +#: ihtml/themes/default/pwd_heimdal.tpl:5 #, fuzzy -msgid "" -"Setting for SMBHASH in gosa.conf is incorrect! Cannot change Samba password." -msgstr "在 gosa.conf 中 SMBHASH 的设置不正确!无法修改 Samba 口令。" +msgid "Heimdal options" +msgstr "邮件选项" -#: include/class_ldap.inc:204 include/class_ldap.inc:236 -msgid "Performance warning" +#: ihtml/themes/default/pwd_heimdal.tpl:6 +msgid "Use empty values for infinite" msgstr "" -#: include/class_ldap.inc:204 include/class_ldap.inc:236 -#, php-format -msgid "LDAP performance is poor: last query took about %.2fs!" +#: ihtml/themes/default/pwd_heimdal.tpl:10 +msgid "Ticket max life" msgstr "" -#: include/class_ldap.inc:561 -#, php-format -msgid "" -"Cannot automatically create subtrees with RDN '%s': no object class found" +#: ihtml/themes/default/pwd_heimdal.tpl:18 +msgid "Ticket max renew" msgstr "" -#: include/class_ldap.inc:609 -#, php-format -msgid "Cannot automatically create subtrees with RDN '%s': not supported" +#: ihtml/themes/default/pwd_heimdal.tpl:32 +msgid "infinite" msgstr "" -#: include/class_ldap.inc:617 -#, fuzzy, php-format -msgid "Creating subtree '%s' failed." -msgstr "创建 FAI script base 失败" - -#: include/class_ldap.inc:686 -#, php-format -msgid "while operating on '%s' using LDAP server '%s'" -msgstr "当操作 '%s' 使用 LDAP 服务器 '%s' 时" +#: ihtml/themes/default/pwd_heimdal.tpl:34 +msgid "Hour" +msgstr "小时" -#: include/class_ldap.inc:688 -#, php-format -msgid "while operating on LDAP server %s" -msgstr "当操作 LDAP 服务器 '%s' 时" +#: ihtml/themes/default/pwd_heimdal.tpl:36 +#, fuzzy +msgid "Minute" +msgstr "打印机" -#: include/class_ldap.inc:910 -#, php-format -msgid "" -"This is not a valid DN: '%s'. A block for import should begin with 'dn: ...' " -"in line %s" -msgstr "这不是一条有效的 DN: '%s'。导入数据应该以 'dn:...' 开始于行 %s" +#: ihtml/themes/default/pwd_heimdal.tpl:38 +#, fuzzy +msgid "Day" +msgstr "五月" -#: include/class_ldap.inc:939 -#, php-format -msgid "Error while importing dn: '%s', please check your LDIF from line %s on!" -msgstr "导入 dn: '%s' 时错误,请从行 %s 开始检查您的 LDIF!" +#: ihtml/themes/default/pwd_heimdal.tpl:40 +#, fuzzy +msgid "Month" +msgstr "月" -#: include/class_ldap.inc:1075 -#, fuzzy, php-format -msgid "Ldap import with dn '%s' failed." -msgstr "保存 dn 为 '%s' 的 user/kolab 账号为空。" +#: ihtml/themes/default/pwd_heimdal.tpl:42 +#, fuzzy +msgid "Year" +msgstr "查找" -#: include/class_CopyPasteHandler.inc:90 -#, php-format -msgid "Cannot cleanup copy & paste queue: setting permissions for '%s' failed!" +#: ihtml/themes/default/pwd_heimdal.tpl:47 +msgid "Valid ticket start time" msgstr "" -#: include/class_CopyPasteHandler.inc:98 -#, php-format -msgid "Cannot cleanup copy & paste queue: no write permission inside '%s'!" +#: ihtml/themes/default/pwd_heimdal.tpl:87 +msgid "Valid ticket end time" msgstr "" -#: include/class_CopyPasteHandler.inc:130 -#, php-format -msgid "Copy and paste failed: object '%s' is not a valid ldap object!" -msgstr "" +#: ihtml/themes/default/pwd_heimdal.tpl:127 +#, fuzzy +msgid "Password end" +msgstr "口令" -#: include/class_CopyPasteHandler.inc:147 -#, php-format -msgid "Cannot save LDAP dump: no write permission inside '%s'!" +#: ihtml/themes/default/snapshotdialog.tpl:3 +msgid "Restoring object snapshots" msgstr "" -#: include/class_CopyPasteHandler.inc:155 -#, php-format -msgid "Cannot save LDAP dump: setting permissions for '%s' failed!" +#: 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 "" -#: include/class_CopyPasteHandler.inc:164 -#, php-format -msgid "Cannot save LDAP dump: no write permission to '%s/%s'!" +#: ihtml/themes/default/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 "" -#: include/class_CopyPasteHandler.inc:249 -#, fuzzy, php-format -msgid "Cannot load dumped file '%s'!" -msgstr "无法打开文件 '%s'。" - -#: include/class_CopyPasteHandler.inc:274 -#, fuzzy, php-format -msgid "You have no permission to save object '%s'." -msgstr "您无权在此 'Base' 下创建一个电话" - -#: include/class_CopyPasteHandler.inc:302 -#, fuzzy, php-format -msgid "You are going to paste the cutted entry '%s'." -msgstr "您将要拷贝条目 '%s'。" - -#: include/class_CopyPasteHandler.inc:315 -#, fuzzy, php-format -msgid "You have no permission to copy and paste object '%s'!" -msgstr "您无权查看和编辑 ACL。" - -#: include/class_CopyPasteHandler.inc:336 -#, fuzzy, php-format -msgid "You are going to paste the copied entry '%s'." -msgstr "您将要拷贝条目 '%s'。" - -#: include/class_CopyPasteHandler.inc:437 -msgid "Can't paste" -msgstr "无法粘贴" - -#: include/password-methods/class_password-methods-sha.inc:46 -#: include/password-methods/class_password-methods-ssha.inc:51 -#, fuzzy, php-format -msgid "Cannot use %s encryption: no PHP functions for sha1/mhash available" -msgstr "无法使用 sha 来加密,缺少函数 sha1 / mhash / crypt" - -#: include/utils/class_timezone.inc:51 -#, php-format +#: ihtml/themes/default/snapshotdialog.tpl:12 msgid "" -"The timezone setting '%s' in your gosa.conf is not valid. Cannot calculate " -"correct timezone offest." +"Don't forget to check references to other objects, for example does the " +"selected printer still exists ?" msgstr "" -#: include/class_multi_plug.inc:360 +#: ihtml/themes/default/snapshotdialog.tpl:29 #, fuzzy -msgid "You are currently editing mutliple entries." -msgstr "您无权删除这个部门。" +msgid "There is no snapshot available that could be restored" +msgstr "没有可用的 mysql 扩展,请检查您的 php 设置。" -#: include/class_multi_plug.inc:389 -#, fuzzy -msgid "Password reset" -msgstr "口令过期截止日" +#: ihtml/themes/default/snapshotdialog.tpl:31 +msgid "Choose a snapshot and click the folder image, to restore the snapshot" +msgstr "" -#: include/class_multi_plug.inc:389 +#: ihtml/themes/default/snapshotdialog.tpl:49 #, fuzzy -msgid "The user password was resetted, please set a new password value!" -msgstr "您的口令已经过期 !! 选择一个新口令" +msgid "Creating object snapshots" +msgstr "创建新对象组" -#: html/getvcard.php:36 -#, fuzzy -msgid "Missing parameters!" -msgstr "应用程序名称" +#: ihtml/themes/default/snapshotdialog.tpl:52 +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 "" -#: html/getldif.php:79 -#, fuzzy -msgid "Permission denied!" -msgstr "允许" +#: ihtml/themes/default/snapshotdialog.tpl:55 +msgid "" +"Remember that database entries, DNS configurations and possibly created " +"zones in server extensions will not be stored in the snapshot." +msgstr "" -#: html/getldif.php:104 +#: ihtml/themes/default/snapshotdialog.tpl:70 #, fuzzy -msgid "Error in ivbb parameter!" -msgstr "检查参数" +msgid "Timestamp" +msgstr "过期" -#: html/password.php:56 html/index.php:129 -#, fuzzy, php-format -msgid "GOsa configuration %s/%s is not readable. Aborted." -msgstr "GOsa 配置 %s/gosa.conf 不可读取。退出。" +#: ihtml/themes/default/snapshotdialog.tpl:79 +msgid "Reason for generating this snapshot" +msgstr "" -#: html/password.php:76 html/setup.php:77 html/index.php:154 -#, php-format -msgid "Directory '%s' specified as compile directory is not accessible!" -msgstr "目录 '%s' 作为编译目录无法访问!" +#, fuzzy +#~ msgid "User delted" +#~ msgstr "用户图片" -#: html/password.php:161 -msgid "Error: Password method not available!" -msgstr "" +#, fuzzy +#~ msgid "System deployment" +#~ msgstr "系统管理" -#: html/password.php:217 html/index.php:291 -msgid "Please specify a valid username!" -msgstr "请输入一个有效的用户名!" +#, fuzzy +#~ msgid "Your are about to delete the following tasks: %s" +#~ msgstr "您将要删除条目 %s。" -#: html/password.php:219 html/index.php:294 -msgid "Please specify your password!" -msgstr "请输入您的口令!" +#, fuzzy +#~ msgid "" +#~ "This menu allows you to remove and change the properties of GOsa deamon " +#~ "tasks." +#~ msgstr "" +#~ "这个菜单允许您添加,删除和修改所选系统的属性。您只能添加已经启动过一次的系" +#~ "统。" -#: html/password.php:226 html/index.php:313 -msgid "Please check the username/password combination." -msgstr "请检查用户名/口令。" +#, fuzzy +#~ msgid "List of queued deamon jobs." +#~ msgstr "部门列表" -#: html/password.php:230 -msgid "You have no permissions to change your password." -msgstr "您无权修改您的口令。" +#, fuzzy +#~ msgid "Target" +#~ msgstr "芯片组" -#: html/password.php:251 -msgid "External password changer reported a problem: " -msgstr "外部口令更改程序报告错误:" +#~ msgid "Task" +#~ msgstr "任务" -#: html/password.php:282 html/index.php:407 -msgid "Session will not be encrypted." -msgstr "会话不会被加密。" +#, fuzzy +#~ msgid "Schedule" +#~ msgstr "PHPscheduleit" -#: html/password.php:282 html/index.php:407 -msgid "Enter SSL session" -msgstr "进入 SSL 会话" +#~ msgid "Action" +#~ msgstr "行动" -#: html/setup.php:77 html/index.php:154 #, fuzzy -msgid "Smarty" -msgstr "总结" +#~ msgid "Reomve" +#~ msgstr "删除" -#: html/index.php:50 #, fuzzy -msgid "Session is not encrypted!" -msgstr "会话不会被加密。" +#~ msgid "GOsa ping" +#~ msgstr "GOsa" -#: html/index.php:57 -msgid "" -"The session lifetime configured in your gosa.conf will be overridden by php." -"ini settings." -msgstr "" +#, fuzzy +#~ msgid "Say hello" +#~ msgstr "Shell" -#: html/index.php:129 #, fuzzy -msgid "Configuration accessibility" -msgstr "配置文件" +#~ msgid "System mass deployment" +#~ msgstr "系统管理" -#: html/index.php:205 -msgid "There is a problem with the authentication setup!" -msgstr "" +#, fuzzy +#~ msgid "Week day" +#~ msgstr "星期三" -#: html/index.php:213 -msgid "Cannot find a valid user for the current authentication setup!" -msgstr "" +#, fuzzy +#~ msgid "Header Tag" +#~ msgstr "邮件头" -#: html/index.php:217 -msgid "User information is not uniq accross the configured LDAP trees!" -msgstr "" +#, fuzzy +#~ msgid "Schedule Execution" +#~ msgstr "PHPscheduleit" -#: html/index.php:270 #, fuzzy -msgid "Your ldap setup contains old schema definitions:" -msgstr "您 LDAP 的设置包含老的 schema 定义。请重新执行安装。" +#~ msgid "Monat" +#~ msgstr "月" -#: html/index.php:306 #, fuzzy -msgid "Authentication error" -msgstr "Nagios 鉴权" +#~ msgid "Tag" +#~ msgstr "芯片组" -#: html/index.php:306 -msgid "Cannot retrieve user information for htaccess authentication!" -msgstr "" +#, fuzzy +#~ msgid "Stunde" +#~ msgstr "姓" -#: html/index.php:362 -msgid "Account locked. Please contact your system administrator." -msgstr "账户锁定。请联系管理员。" +#, fuzzy +#~ msgid "Sekunde" +#~ msgstr "发送者" -#: html/index.php:413 -msgid "" -"Your browser has cookies disabled. Please enable cookies and reload this " -"page before logging in!" -msgstr "您的浏览器已经禁用 cookies。请启用 cookies 并在登录前重新加载本页面!" +#, fuzzy +#~ msgid "Mac" +#~ msgstr "三月" -#: html/main.php:148 -#, php-format -msgid "Fatal error: cannot locate file '%s' - please run '%s' to fix this" -msgstr "" +#, fuzzy +#~ msgid "Available targets" +#~ msgstr "可用的应用程序" -#: html/main.php:165 -msgid "" -"FATAL: Register globals is on. GOsa will refuse to login unless this is " -"fixed by an administrator." -msgstr "致命错误:全局注册已打开。GOsa 将拒绝登录直到被管理修正。" +#, fuzzy +#~ msgid "Select to see object groups" +#~ msgstr "选择要添加的对象" -#: html/main.php:208 #, fuzzy -msgid "Configuration warning" -msgstr "配置文件" +#~ msgid "Show object groups" +#~ msgstr "对象组" -#: html/main.php:208 -msgid "Running out of memory!" -msgstr "" +#, fuzzy +#~ msgid "IP range is invalid!" +#~ msgstr "指定的 branch 名称无效。" -#: html/main.php:347 #, fuzzy -msgid "Password reminder" -msgstr "口令过期截止日" +#~ msgid "You are not allowed to create a new role." +#~ msgstr "您无权删除这个用户!" -#: html/main.php:347 #, fuzzy -msgid "Your password is about to expire, please change your password!" -msgstr "您的口令就要过期,请修改您的口令" +#~ msgid "You are not allowed to delete this acl!" +#~ msgstr "您无权删除这个宏!" -#: html/main.php:355 -#, php-format -msgid "FATAL: Can't find any plugin definitions for plugin '%s'!" -msgstr "警告: 没有发现针对插件 '%s' 的任何插件定义!" +#, fuzzy +#~ msgid "You are not allowed to delete this acl role!" +#~ msgstr "您无权删除这个宏!" -#: html/getxls.php:86 -msgid "Birthday" -msgstr "生日" +#~ msgid "" +#~ "Your search method returned more than '%s' users, only '%s' users are " +#~ "shown." +#~ msgstr "您的查询方式返回超过 '%s' 用户,只有 '%s' 用户被显示。" -#: html/getxls.php:86 html/getxls.php:227 html/getxls.php:281 -#: html/getxls.php:297 -msgid "Surname" -msgstr "姓" +#~ msgid "No configured SID found for '%s'." +#~ msgstr "没有发现为 '%s' 配置的 SID" -#: html/getxls.php:86 html/getxls.php:281 -msgid "Language" -msgstr "语言" +#~ msgid "No configured RIDBASE found for '%s'." +#~ msgstr "没有发现为 '%s' 配置的 RIDBASE" -#: html/getxls.php:94 -#, php-format -msgid "User list of %s on %s" -msgstr "%s 用户列表于 %s" +#~ msgid "You are not allowed to delete this group!" +#~ msgstr "您无权删除这个组!" -#: html/getxls.php:131 html/getxls.php:360 -#, php-format -msgid "Groups of %s on %s" -msgstr "%s 的用户组于 %s 上" +#~ msgid "You have no permission to remove this department." +#~ msgstr "您无权删除这个部门。" -#: html/getxls.php:155 html/getxls.php:188 html/getxls.php:190 -#: html/getxls.php:197 html/getxls.php:233 html/getxls.php:310 -#: html/getxls.php:381 -msgid "Servers" -msgstr "服务器" +#~ msgid "You are not allowed to delete this object group!" +#~ msgstr "您无权删除这个对象组!" -#: html/getxls.php:159 html/getxls.php:311 -msgid "Computers" -msgstr "计算机" +#, fuzzy +#~ msgid "Network resolv hook" +#~ msgstr "网络地址" -#: html/getxls.php:169 html/getxls.php:222 html/getxls.php:401 -#: html/getxls.php:421 -msgid "Common name" -msgstr "常用名" +#~ msgid "Administration" +#~ msgstr "系统管理" -#: html/getxls.php:185 -msgid "Server name" -msgstr "服务器名称" +#~ msgid "Addons" +#~ msgstr "插件" -#: html/getxls.php:195 html/getxls.php:379 -#, php-format -msgid "Servers of %s on %s" -msgstr "%s服务器于%s" +#, fuzzy +#~ msgid "ACL Role" +#~ msgstr "角色" -#: html/getxls.php:222 html/getxls.php:297 -msgid "Display name" -msgstr "显示名称" +#~ msgid "Unix" +#~ msgstr "Unix" -#: html/getxls.php:223 -msgid "Home phone" -msgstr "住宅电话" +#~ msgid "Connectivity" +#~ msgstr "互联" -#: html/getxls.php:224 html/getxls.php:298 -msgid "Initials" -msgstr "中间名" +#, fuzzy +#~ msgid "Scalix" +#~ msgstr "特殊" -#: html/getxls.php:225 -msgid "Mobile phone" -msgstr "移动电话" +#~ msgid "Nagios" +#~ msgstr "Nagios" -#: html/getxls.php:225 html/getxls.php:298 -msgid "City" -msgstr "城市" +#~ msgid "Applications" +#~ msgstr "应用程序" -#: html/getxls.php:226 html/getxls.php:298 html/getxls.php:300 -msgid "Phone number" -msgstr "电话号码" +#~ msgid "Options" +#~ msgstr "选项" -#: html/getxls.php:228 -msgid "Function" -msgstr "功能" +#~ msgid "Parameter" +#~ msgstr "参数" -#: html/getxls.php:231 html/getxls.php:312 -msgid "Adressbook" -msgstr "地址簿" +#, fuzzy +#~ msgid "Inventory" +#~ msgstr "添加清单(inventory)" -#: html/getxls.php:238 html/getxls.php:414 -#, php-format -msgid "Adressbook of %s on %s" -msgstr "%s 的地址簿,于 %s" +#~ msgid "Services" +#~ msgstr "服务" -#: html/getxls.php:244 -msgid "Common Name" -msgstr "常用名" +#~ msgid "FAI summary" +#~ msgstr "自动化安装说明" -#: html/getxls.php:281 -msgid "Day of birth" -msgstr "生日" +#~ msgid "OGo" +#~ msgstr "OGo" -#: html/getxls.php:299 -msgid "Email address" -msgstr "邮件地址" +#~ msgid "Export" +#~ msgstr "导出" -#: html/getxls.php:299 -msgid "Organizational unit" -msgstr "组织/公司部门" +#~ msgid "Excel Export" +#~ msgstr "导出为 Excel" -#: html/getxls.php:300 -msgid "Postal Code" -msgstr "邮编" +#~ msgid "CSV Import" +#~ msgstr "CSV 导入" -#: html/getxls.php:301 -msgid "Title" -msgstr "称谓" +#~ msgid "Partitions" +#~ msgstr "分区" -#: html/getxls.php:304 -msgid "Full" -msgstr "全部" +#~ msgid "Script" +#~ msgstr "脚本" -#: html/getxls.php:341 -#, php-format -msgid "User List of %s on %s" -msgstr "%s 用户列表于 %s" +#~ msgid "Hooks" +#~ msgstr "钩子" -#: html/getxls.php:395 -#, php-format -msgid "Computers of %s on %s" -msgstr "%s计算机于%s" +#~ msgid "Variables" +#~ msgstr "变量" -#: html/getfax.php:53 -msgid "Could not connect to database server!" -msgstr "无法连接到数据库!" +#~ msgid "Templates" +#~ msgstr "模板" -#: html/getfax.php:55 -msgid "Could not select database!" -msgstr "无法选择数据库!" +#~ msgid "Profiles" +#~ msgstr "Profiles" -#: html/getfax.php:60 html/getfax.php:68 -msgid "Database query failed!" -msgstr "数据库查询失败!" +#~ msgid "Packages" +#~ msgstr "软件包" -#: html/get_attachment.php:47 -msgid "" -"Can't connect to glpi database, there is no mysl extension available in your " -"php setup." -msgstr "无法连接到 glpi 数据库,PHP 没有安装 mysql 扩展。" +#~ msgid "System logs" +#~ msgstr "系统日志" -#: html/get_attachment.php:55 -msgid "" -"Can't connect to specified database, please check your glpi configuration." -msgstr "无法连接到指定数据库,请检查您 glpi 设置。" +#, fuzzy +#~ msgid "GOsa logs" +#~ msgstr "Syslog 服务" -#: html/get_attachment.php:64 -msgid "Can't get specified attachment file, there is no entry with this id." -msgstr "无法获取指定的附件文件,没有和该 id 匹配的条目。" +#, fuzzy +#~ msgid "Display entries with action %s." +#~ msgstr "用这个语法过滤条目" -#: html/get_attachment.php:69 -#, php-format -msgid "Can't open file '%s'." -msgstr "无法打开文件 '%s'。" +#~ msgid "" +#~ "Can't connect to glpi database, there is no mysl extension available in " +#~ "your php setup." +#~ msgstr "无法连接到 glpi 数据库,PHP 没有安装 mysql 扩展。" -#: html/helpviewer.php:68 -msgid "Help browser" -msgstr "帮助浏览器" +#~ msgid "" +#~ "Can't connect to specified database, please check your glpi configuration." +#~ msgstr "无法连接到指定数据库,请检查您 glpi 设置。" -#: html/helpviewer.php:122 -msgid "There is no helpfile specified for this class" -msgstr "此类没有帮助文件" +#~ msgid "Can't get specified attachment file, there is no entry with this id." +#~ msgstr "无法获取指定的附件文件,没有和该 id 匹配的条目。" -#: html/helpviewer.php:271 -#, php-format -msgid "Helpdir '%s' is not accessible, can't read any helpfiles." -msgstr "帮助目录 '%s' 不能访问,无法读取任何帮助文件。" +#~ msgid "Can't open file '%s'." +#~ msgstr "无法打开文件 '%s'。" -#: html/getkiosk.php:25 -#, php-format -msgid "Can't open file '%s', possibly the file does not exist." -msgstr "无法打开文件 '%s',可能是文件不存在。" +#~ msgid "Can't open file '%s', possibly the file does not exist." +#~ msgstr "无法打开文件 '%s',可能是文件不存在。" -#: html/getkiosk.php:30 -#, php-format -msgid "Can't read file '%s', check permissions." -msgstr "无法读取文件'%s',检查权限。" +#~ msgid "Can't read file '%s', check permissions." +#~ msgstr "无法读取文件'%s',检查权限。" diff --git a/gosa-core/plugins/admin/users/class_userManagement.inc b/gosa-core/plugins/admin/users/class_userManagement.inc index 922c68ffd..a11701c4c 100644 --- a/gosa-core/plugins/admin/users/class_userManagement.inc +++ b/gosa-core/plugins/admin/users/class_userManagement.inc @@ -550,7 +550,7 @@ class userManagement extends plugin $this->usertab->delete (); unset ($this->usertab); $this->usertab= NULL; - msg_dialog::display(_("User delted"),_("User successfully removed."),INFO_DIALOG); + msg_dialog::display(_("User deleted"),_("User successfully removed."),INFO_DIALOG); } else { /* Normally this shouldn't be reached, send some extra diff --git a/gosa-core/setup/class_setupStep_Feedback.inc b/gosa-core/setup/class_setupStep_Feedback.inc index 3243a770d..53993ce4a 100644 --- a/gosa-core/setup/class_setupStep_Feedback.inc +++ b/gosa-core/setup/class_setupStep_Feedback.inc @@ -180,7 +180,7 @@ class Step_Feedback extends setup_step } if(!$this->subscribe && !$this->use_gosa_announce){ - $msgs[] = _("You should have enabled at least one option, to subscribe or send your feedback."); + $msgs[] = _("You have to select at least one of both options, subscribe or send feedback."); } return($msgs); diff --git a/gosa-core/setup/class_setupStep_Finish.inc b/gosa-core/setup/class_setupStep_Finish.inc index 8a0afd56d..aecc280c0 100644 --- a/gosa-core/setup/class_setupStep_Finish.inc +++ b/gosa-core/setup/class_setupStep_Finish.inc @@ -97,7 +97,7 @@ class Step_Finish extends setup_step $err_msg= ""; if($exists && $this->is_world_readable(CONFIG_DIR."/".CONFIG_FILE)){ - $err_msg = _("Your configuration file is currently world readable. Please updated the file permissions!"); + $err_msg = _("Your configuration file is currently world readable. Please update the file permissions!"); }elseif(!$exists){ $err_msg = _("The configuration is currently not readable or it does not exists."); } diff --git a/gosa-core/setup/class_setupStep_Migrate.inc b/gosa-core/setup/class_setupStep_Migrate.inc index f60281976..20d563b5f 100644 --- a/gosa-core/setup/class_setupStep_Migrate.inc +++ b/gosa-core/setup/class_setupStep_Migrate.inc @@ -122,7 +122,7 @@ class Step_Migrate extends setup_step $this->checks['permissions']['ERROR_MSG'] = ""; $this->check_ldap_permissions(); - $this->checks['deps_visible']['TITLE'] = _("Checking for invisible deparmtments"); + $this->checks['deps_visible']['TITLE'] = _("Checking for invisible departments"); $this->checks['deps_visible']['STATUS'] = FALSE; $this->checks['deps_visible']['STATUS_MSG']= ""; $this->checks['deps_visible']['ERROR_MSG'] = ""; diff --git a/gosa-core/setup/setup_config2.tpl b/gosa-core/setup/setup_config2.tpl index e5000dead..62bdafc4c 100644 --- a/gosa-core/setup/setup_config2.tpl +++ b/gosa-core/setup/setup_config2.tpl @@ -71,7 +71,7 @@ {t}Timezone{/t}
- {foreach from=$timezones.TIMEZONES item=val key=key} {if $key == $timezone} {if isset($timezones.DST_ZONES.$key)} diff --git a/gosa-core/setup/setup_language.tpl b/gosa-core/setup/setup_language.tpl index 6d1b30b98..236ce1651 100644 --- a/gosa-core/setup/setup_language.tpl +++ b/gosa-core/setup/setup_language.tpl @@ -6,7 +6,7 @@

- {html_options options=$languages selected=$lang_selected}
diff --git a/gosa-core/setup/setup_migrate.tpl b/gosa-core/setup/setup_migrate.tpl index a1652162b..2c5f52399 100644 --- a/gosa-core/setup/setup_migrate.tpl +++ b/gosa-core/setup/setup_migrate.tpl @@ -88,7 +88,7 @@ {t}This dialog allows moving a couple of groups to the configured group tree. Doing this may straighten your LDAP service.{/t}

- {t}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 in this case.{/t} + {t}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.{/t}

{t}Move selected groups into this group tree{/t}: @@ -255,7 +255,7 @@

Department migration

-

{t}The listed departments are currenlty invisble in the GOsa user interface. If you want to change this for a couple of entries, select them and use the migrate button below.{/t}

+

{t}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.{/t}

{t}If you want to know what will be done when migrating the selected entries, use the 'Show changes' button to see the LDIF.{/t}

{foreach from=$deps_to_migrate item=val key=key} -- 2.30.2