From: janw
Date: Thu, 21 Feb 2008 17:45:56 +0000 (+0000)
Subject: Fixed Translation Strings.
X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=18ddf97c7467b397a389cbb0cec81cc7302c5fa0;p=gosa.git
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
---
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"
-"i> 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"
+"i> 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 ""
-"ЧÑÐ¾Ð±Ñ Ð²Ð¾Ð¹Ñи в ÑиÑÑÐµÐ¼Ñ Ð²Ð²ÐµÐ´Ð¸Ñе Ñвои Ð¸Ð¼Ñ Ð¿Ð¾Ð»ÑзоваÑÐµÐ»Ñ Ð¸ паÑолÑ"
-"i>."
-
-#: 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 ""
+"ЧÑÐ¾Ð±Ñ Ð²Ð¾Ð¹Ñи в ÑиÑÑÐµÐ¼Ñ Ð²Ð²ÐµÐ´Ð¸Ñе Ñвои Ð¸Ð¼Ñ Ð¿Ð¾Ð»ÑзоваÑÐµÐ»Ñ Ð¸ паÑолÑ"
+"i>."
-#: 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}