summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: c9e0f2a)
raw | patch | inline | side by side (parent: c9e0f2a)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 4 Oct 2010 06:35:36 +0000 (06:35 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Mon, 4 Oct 2010 06:35:36 +0000 (06:35 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@19892 594d385d-05f5-0310-b6e9-bd551577e9d8
79 files changed:
diff --git a/gosa-core/debian/README.Debian b/gosa-core/debian/README.Debian
+++ /dev/null
@@ -1,73 +0,0 @@
-GOsa 2.6 for debian
--------------------
-
-* Configure GOsa
-
-By default you can point your favorite browser to the GOsa setup by
-using this URL:
-
-http://you.server.address/gosa
-
-Follow the instructions on the screen.
-
-
-* Security related information
-
-GOsa is running as the www-data user. This makes it possible for other
-web applications (well, this is the rule for allmost every web application
-that stores information somewhere around) to read the gosa.conf file, which
-may contain vital information about your LDAP service.
-
-To make it harder to extract these passwords, they get encrypted by a
-master password only readable by the GOsa location.
-
-You can simply migrate old existing passwords by typing:
-
-# a2enmod headers
-# gosa-encrypt-passwords
-# /etc/init.d/apache2 reload
-
-If this is not enough for you (exploitable PHP code may make it possible to
-read the webservers memory), you can simply create another webserver instance
-running as a different user on different port for GOsa exclusively. Or use
-apache2-mpm-itk and assign a different user to a virtual host.
-
-
-* Generic informations
-
-Getting GOsa running itself is not very complicated. Problems normally
-arise when integrating it in various services.
-
-To play nice with your LDAP, you need to include the gosa schema files
-into your LDAP configuration. For Debian, you should install the
-gosa-schema package and add at least the following lines to your
-LDAP-servers slapd.conf:
-
-Samba 3:
-include /etc/ldap/schema/gosa/samba3.schema
-include /etc/ldap/schema/gosa/trust.schema
-include /etc/ldap/schema/gosa/gosystem.schema
-include /etc/ldap/schema/gosa/gofon.schema
-include /etc/ldap/schema/gosa/goto.schema
-include /etc/ldap/schema/gosa/gosa-samba3.schema
-include /etc/ldap/schema/gosa/gofax.schema
-include /etc/ldap/schema/gosa/goserver.schema
-include /etc/ldap/schema/gosa/goto-mime.schema
-
-There's no need to have samba services up and running, GOsa only
-uses the NT/LM attributes to pre-generate samba password hashes -
-to allow easy switching of account properties without asking for
-passwords after adding samba accounts.
-
-
-* Smarty PHP errors
-
-There might pop up messages about "Only variables should be passed by
-reference" when using PHP5. I can't do anything about them - these are
-cause by smarty. To get rid of them set your "error_reporting" in the
-php.ini to "E_ALL ^ E_NOTICE". This is a workaround only, wait for the
-debian smarty package to support PHP5 in a propper way.
-
-
- -- Cajus Pollmeier <cajus@debian.org> Mon, 07 Apr 2008 11:18:53 +0200
-
diff --git a/gosa-core/debian/changelog b/gosa-core/debian/changelog
+++ /dev/null
@@ -1,54 +0,0 @@
-gosa (2.7) unstable; urgency=low
-
- * New upstream release
-
- -- Cajus Pollmeier <cajus@debian.org> Sun, 25 Apr 2010 18:40:02 +0200
-
-gosa (2.6.8-1) unstable; urgency=low
-
- * New upstream release
-
- -- Cajus Pollmeier <cajus@debian.org> Mon, 15 Feb 2010 14:19:14 +0100
-
-gosa (2.6.7-1) unstable; urgency=low
-
- * New upstream release
-
- -- Cajus Pollmeier <cajus@debian.org> Wed, 27 Jan 2010 21:53:12 +0100
-
-gosa (2.6.6-1) unstable; urgency=low
-
- * New upstream release
-
- -- Cajus Pollmeier <cajus@debian.org> Mon, 05 Oct 2009 15:03:41 +0200
-
-gosa (2.6.5-1) unstable; urgency=low
-
- * New upstream release
-
- -- Cajus Pollmeier <cajus@debian.org> Wed, 25 Feb 2009 13:36:18 +0100
-
-gosa (2.6.4-1) unstable; urgency=low
-
- * New upstream release
-
- -- Cajus Pollmeier <cajus@debian.org> Fri, 06 Feb 2009 11:35:38 +0100
-
-gosa (2.6.3-1) unstable; urgency=low
-
- * New upstream release
-
- -- Cajus Pollmeier <cajus@debian.org> Thu, 15 Jan 2009 11:43:15 +0100
-
-gosa (2.6.2-1) unstable; urgency=low
-
- * New upstream release
-
- -- Cajus Pollmeier <cajus@debian.org> Fri, 19 Dec 2008 09:51:32 +0100
-
-gosa (2.6.1-1) unstable; urgency=low
-
- * New upstream release
-
- -- Cajus Pollmeier <cajus@debian.org> Mon, 07 Apr 2008 11:18:53 +0200
-
diff --git a/gosa-core/debian/compat b/gosa-core/debian/compat
--- a/gosa-core/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-5
diff --git a/gosa-core/debian/control b/gosa-core/debian/control
--- a/gosa-core/debian/control
+++ /dev/null
@@ -1,103 +0,0 @@
-Source: gosa
-Section: web
-Priority: optional
-Maintainer: GOsa packages maintainers group <gosa-pkg@oss.gonicus.de>
-Uploaders: Cajus Pollmeier <cajus@debian.org>, Benoit Mortier <benoit.mortier@opensides.be>
-Build-Depends: debhelper (>= 5), dpatch
-Build-Depends-Indep: po-debconf
-Standards-Version: 3.8.4
-Homepage: https://oss.gonicus.de/labs/gosa/
-Vcs-Browser: https://oss.gonicus.de/repositories/gosa/trunk
-Vcs-Svn: https://oss.gonicus.de/repositories/gosa/trunk
-DM-Upload-Allowed: yes
-
-Package: gosa
-Architecture: all
-Depends: php5, php5-cli, apache2-mpm-prefork | lighttpd , exim4 | mail-transport-agent, php5-gd, php5-imap, php5-ldap, php5-mcrypt, php5-mysql, php5-imagick | imagemagick (>= 5.4.4.5-1) | graphicsmagick-im-compat, libcrypt-smbhash-perl, smarty, php5-recode, smarty-gettext, smarty-acl-render, gettext, ${misc:Depends}, libapache2-mod-php5 | php5-cgi
-Suggests: gosa-si-server, cyrus21-imapd (>= 2.1.11), postfix-ldap, slapd, gosa-schema, php5-suhosin, php-apc, php-fpdf
-Description: Web Based LDAP Administration Program
- Provided is access to posix, shadow, samba, proxy, fax, pureftp and
- kerberos accounts. It is able to manage the postfix/cyrus server
- combination and can write user adapted sieve scripts.
- .
- GOsa is a combination of system-administrator and end-user web
- interface, designed to handle LDAP based setups.
-
-Package: gosa-dev
-Architecture: all
-Depends: gosa, php5-cli, latex2html, lyx, ${misc:Depends}
-Description: GOsa development utiles
- This package contains a couple of tools to generate online
- help, extract localisations and aid developing.
- .
- GOsa is a combination of system-administrator and end-user web
- interface, designed to handle LDAP based setups.
-
-Package: gosa-desktop
-Architecture: all
-Depends: konqueror | iceweasel | mozilla | firefox, debconf, ${misc:Depends}
-Description: Desktop integration for GOsa
- This package includes a menu definition for your desktop
- environment.
- .
- GOsa is a combination of system-administrator and end-user web
- interface, designed to handle LDAP based setups.
-
-Package: gosa-schema
-Architecture: all
-Depends: ${misc:Depends}
-Recommends: slapd
-Description: LDAP schema for GOsa
- This package includes the LDAP schema needed by GOsa.
- .
- GOsa is a combination of system-administrator and end-user web
- interface, designed to handle LDAP based setups.
-
-Package: gosa-help-en
-Architecture: all
-Depends: gosa, ${misc:Depends}
-Description: English online help for GOsa
- This package includes the English online documentation for GOsa
- .
- GOsa is a combination of system-administrator and end-user web
- interface, designed to handle LDAP based setups.
-
-Package: gosa-help-de
-Architecture: all
-Depends: gosa, ${misc:Depends}
-Description: German online help for GOsa
- This package includes the German online documentation for GOsa
- .
- GOsa is a combination of system-administrator and end-user web
- interface, designed to handle LDAP based setups.
-
-Package: gosa-help-fr
-Architecture: all
-Depends: gosa, ${misc:Depends}
-Description: French online help for GOsa
- This package includes the French online documentation for GOsa
- .
- GOsa is a combination of system-administrator and end-user web
- interface, designed to handle LDAP based setups.
-
-Package: gosa-help-nl
-Architecture: all
-Depends: gosa, ${misc:Depends}
-Description: Dutch online help for GOsa
- This package includes the Dutch online documentation for GOsa
- .
- GOsa is a combination of system-administrator and end-user web
- interface, designed to handle LDAP based setups.
-
-Package: smarty-acl-render
-Architecture: all
-Depends: smarty, ${misc:Depends}
-Suggests: gosa
-Description: Provide ACL based rendering for Smarty
- smarty-acl-render provides acl based rendering support for Smarty,
- the popular PHP templating engine (http://smarty.php.net/). This
- module is mainly used by GOsa.
- .
- GOsa is a combination of system-administrator and end-user web
- interface, designed to handle LDAP based setups.
-
diff --git a/gosa-core/debian/copyright b/gosa-core/debian/copyright
+++ /dev/null
@@ -1,189 +0,0 @@
-This package was debianized by Cajus Pollmeier <cajus@debian.org> on
-Mon, 07 Apr 2008 11:18:53 +0200.
-
-It was downloaded from http://www.gosa-project.org
-
-Copyright:
-
- Copyright (C) 2001-2008 Cajus Pollmeier <pollmeier@gonicus.de>
-
-License:
-
- This package is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
-
- This package is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this package; if not, write to the Free Software
- Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-
-Files: builder.js, dragdrop.js, effects.js, scriptaculous.js, sound.js
-Copyright: (C) 2005-2008 Thomas Fuchs <thomas@script.aculo.us>
-License: MIT
- Permission is hereby granted, free of charge, to any person obtaining a copy of
- this software and associated documentation files (the "Software"), to deal in
- the Software without restriction, including without limitation the rights to
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
- of the Software, and to permit persons to whom the Software is furnished to do
- so, subject to the following conditions:
- .
- The above copyright notice and this permission notice shall be included in all
- copies or substantial portions of the Software.
- .
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
- SOFTWARE.
-
-Files: controls.js
-Copyright: (C) 2005-2009 Thomas Fuchs (http://script.aculo.us, http://mir.aculo.us)
- (C) 2005-2009 Ivan Krstic (http://blogs.law.harvard.edu/ivan)
- (C) 2005-2009 Jon Tirsen (http://www.tirsen.com)
-License: MIT
- Permission is hereby granted, free of charge, to any person obtaining a copy of
- this software and associated documentation files (the "Software"), to deal in
- the Software without restriction, including without limitation the rights to
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
- of the Software, and to permit persons to whom the Software is furnished to do
- so, subject to the following conditions:
- .
- The above copyright notice and this permission notice shall be included in all
- copies or substantial portions of the Software.
- .
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
- SOFTWARE.
-
-Files: prototype.js
-Copyright: (C) 2005-2009 Sam Stephenson
-License: MIT
- Permission is hereby granted, free of charge, to any person obtaining a copy of
- this software and associated documentation files (the "Software"), to deal in
- the Software without restriction, including without limitation the rights to
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
- of the Software, and to permit persons to whom the Software is furnished to do
- so, subject to the following conditions:
- .
- The above copyright notice and this permission notice shall be included in all
- copies or substantial portions of the Software.
- .
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
- SOFTWARE.
-
-Files: pulldown.js
-Copyright: (C) 2004 Knallgrau New Medias Solutions GmbH, BSD
-Licence: BSD
-
-Files: pwdStrength.js
-Copyright: (C) 2006 Steve Moitozo <god at zilla dot us>
-Licence: MIT
-Permission is hereby granted, free of charge, to any person
-obtaining a copy of this software and associated documentation
-files (the "Software"), to deal in the Software without
-restriction, including without limitation the rights to use,
-copy, modify, merge, publish, distribute, sublicense, and/or
-sell copies of the Software, and to permit persons to whom the
-Software is furnished to do so, subject to the following
-conditions:
-
-The above copyright notice and this permission notice shall
-be included in all copies or substantial portions of the
-Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
-KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
-WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE
-AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
-HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
-WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
-FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE
-OR OTHER DEALINGS IN THE SOFTWARE.
-
-Files: slider.js
-Copyright:
- (C) 2005-2008 Marty Haught <mghaught@gmail.com>
- (C) 2005-2008 Thomas Fuchs <thomas@script.aculo.us>
-License: MIT
- Permission is hereby granted, free of charge, to any person obtaining a copy of
- this software and associated documentation files (the "Software"), to deal in
- the Software without restriction, including without limitation the rights to
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
- of the Software, and to permit persons to whom the Software is furnished to do
- so, subject to the following conditions:
- .
- The above copyright notice and this permission notice shall be included in all
- copies or substantial portions of the Software.
- .
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
- SOFTWARE.
-
-Files: datepicker.js
-Copyright: (C) 2007 Mathieu Jondet
-Licence: MIT
- Permission is hereby granted, free of charge, to any person obtaining a copy of
- this software and associated documentation files (the "Software"), to deal in
- the Software without restriction, including without limitation the rights to
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
- of the Software, and to permit persons to whom the Software is furnished to do
- so, subject to the following conditions:
- .
- The above copyright notice and this permission notice shall be included in all
- copies or substantial portions of the Software.
- .
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
- SOFTWARE.
-
-Files: unittest.js
-Copyright: (C) 2005-2009 Thomas Fuchs, Jon Tirsen, Michael Schuerig
-Licence: MIT
- Permission is hereby granted, free of charge, to any person obtaining a copy of
- this software and associated documentation files (the "Software"), to deal in
- the Software without restriction, including without limitation the rights to
- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
- of the Software, and to permit persons to whom the Software is furnished to do
- so, subject to the following conditions:
- .
- The above copyright notice and this permission notice shall be included in all
- copies or substantial portions of the Software.
- .
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
- SOFTWARE.
-
-On Debian systems, the complete text of the GNU General
-Public License can be found in `/usr/share/common-licenses/GPL-2'.
-
-The Debian packaging is Copyright (C) 2010, Cajus Pollmeier <cajus@debian.org> and
-is licensed under the GPL, see above.
diff --git a/gosa-core/debian/gosa-16.xpm b/gosa-core/debian/gosa-16.xpm
+++ /dev/null
@@ -1,137 +0,0 @@
-/* XPM */
-static char * gosa_16_xpm[] = {
-"16 16 118 2",
-" c None",
-". c #B0B1D3",
-"+ c #B3B4D3",
-"@ c #BEC1DF",
-"# c #C6C9E7",
-"$ c #CED0EE",
-"% c #D4DAF3",
-"& c #CCE0FA",
-"* c #9ECEFE",
-"= c #BBDDFF",
-"- c #D1D8FA",
-"; c #BEC8EE",
-"> c #B1D3F4",
-", c #95D4F5",
-"' c #75CDF9",
-") c #51BEFE",
-"! c #3FAEFF",
-"~ c #34A0FF",
-"{ c #49A0FC",
-"] c #B3B0C4",
-"^ c #D0D6FA",
-"/ c #A6D5F1",
-"( c #87E0FF",
-"_ c #6BD9FF",
-": c #5BCCFF",
-"< c #4EBCFF",
-"[ c #41AEFF",
-"} c #349FFF",
-"| c #308AF1",
-"1 c #BABACE",
-"2 c #CFD4F4",
-"3 c #9AC4EA",
-"4 c #76DCFF",
-"5 c #63D4FF",
-"6 c #57C7FF",
-"7 c #4AB8FF",
-"8 c #3EAAFF",
-"9 c #2C93F8",
-"0 c #1D78EA",
-"a c #B3B8D4",
-"b c #C2C4E3",
-"c c #A4C3ED",
-"d c #63D6FF",
-"e c #5BCBFF",
-"f c #50BFFF",
-"g c #44B1FE",
-"h c #3198F8",
-"i c #2382EF",
-"j c #1572EA",
-"k c #A3B5E2",
-"l c #B5B6D2",
-"m c #BAC9F3",
-"n c #58C8FE",
-"o c #51C0FF",
-"p c #40ACFE",
-"q c #3096F8",
-"r c #2688F4",
-"s c #1E7BEF",
-"t c #136EEA",
-"u c #94B4EE",
-"v c #C9CEF2",
-"w c #57B4F4",
-"x c #3EABFF",
-"y c #3098FC",
-"z c #288CF8",
-"A c #2081F4",
-"B c #1875EF",
-"C c #0D66EA",
-"D c #95B8F4",
-"E c #C7CBEE",
-"F c #64ACF3",
-"G c #2F97FF",
-"H c #278CFC",
-"I c #2082F8",
-"J c #1978F3",
-"K c #4288F0",
-"L c #A0BFF4",
-"M c #C1C2DA",
-"N c #ACAED4",
-"O c #82ABED",
-"P c #238AFF",
-"Q c #2282FA",
-"R c #659FF5",
-"S c #B6C8F2",
-"T c #B1B2D0",
-"U c #9F9FC6",
-"V c #C0CAF3",
-"W c #83AEF6",
-"X c #BCC4EB",
-"Y c #BCC1E8",
-"Z c #7C7EB2",
-"` c #B7BAE1",
-" . c #B7B9DE",
-".. c #DBE0F8",
-"+. c #D1DAFF",
-"@. c #9EA4D8",
-"#. c #A9B2E1",
-"$. c #B6C0F2",
-"%. c #9197CF",
-"&. c #DADBE9",
-"*. c #EEF1FB",
-"=. c #BBBDDE",
-"-. c #C3C6E6",
-";. c #A5AAD9",
-">. c #B0B6E3",
-",. c #B2BBEC",
-"'. c #888DC6",
-"). c #EDEDF9",
-"!. c #F0F2FE",
-"~. c #E8EDFE",
-"{. c #D8DDF7",
-"]. c #C5CBF0",
-"^. c #888CBF",
-"/. c #B6B7D4",
-"(. c #F2F5FE",
-"_. c #CBCFEA",
-":. c #8B8CB9",
-"<. c #7B7BA8",
-" . + ",
-" @ # $ % & * = ",
-" - ; > , ' ) ! ~ { ] ",
-" ^ / ( _ : < [ } | 1 ",
-" 2 3 4 5 6 7 8 9 0 a ",
-" b c d e f g h i j k ",
-" l m n o p q r s t u ",
-" v w x y z A B C D ",
-" E F G H I J K L M ",
-" N O P Q R S T ",
-" U V W X Y Z ",
-" ` ...+.@.#.$.%. ",
-" &.*.=.-.;.>.,.'. ",
-" ).!.~.{.].^. ",
-" /.(._.:. ",
-" <. "};
diff --git a/gosa-core/debian/gosa-apache.conf b/gosa-core/debian/gosa-apache.conf
+++ /dev/null
@@ -1,26 +0,0 @@
-# Include GOsa to your web service
-Alias /gosa /usr/share/gosa/html
-
-<IfModule mod_php5.c>
-<Location /gosa>
- php_admin_flag engine on
- php_admin_flag register_globals off
- php_admin_flag allow_call_time_pass_reference off
- php_admin_flag expose_php off
- php_admin_flag zend.ze1_compatibility_mode off
- php_admin_value upload_tmp_dir /var/spool/gosa/
- php_admin_value session.cookie_lifetime 0
- include /etc/gosa/gosa.secrets
-</Location>
-</IfModule>
-
-<IfModule mod_fcgid.c>
- PHP_Fix_Pathinfo_Enable 1
- <Location /gosa>
- Options +ExecCGI
- AddHandler fcgid-script .php
- FCGIWrapper /var/www/php-fcgi/php-fcgi-starter .php
- include /etc/gosa/gosa.secrets
- </Location>
-</IfModule>
-
diff --git a/gosa-core/debian/gosa-desktop.config b/gosa-core/debian/gosa-desktop.config
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh -e
-
-set -e
-
-# Source debconf library.
-. /usr/share/debconf/confmodule
-
-# What is the URL?
-db_input medium gosa-desktop/url || true
-db_go
-
diff --git a/gosa-core/debian/gosa-desktop.desktop b/gosa-core/debian/gosa-desktop.desktop
+++ /dev/null
@@ -1,11 +0,0 @@
-[Desktop Entry]
-MimeType=text/plain;
-GenericName=GOsa²
-Exec=/usr/bin/gosa
-Icon=gosa
-Path=/usr/bin
-Type=Application
-Terminal=false
-Name=GOsa
-X-KDE-StartupNotify=true
-Categories=Qt;KDE;Utility;System;
diff --git a/gosa-core/debian/gosa-desktop.dirs b/gosa-core/debian/gosa-desktop.dirs
+++ /dev/null
@@ -1,4 +0,0 @@
-etc/gosa
-usr/bin
-usr/share/pixmaps
-usr/share/applications
diff --git a/gosa-core/debian/gosa-desktop.install b/gosa-core/debian/gosa-desktop.install
+++ /dev/null
@@ -1,5 +0,0 @@
-contrib/desktoprc /etc/gosa
-contrib/gosa /usr/bin
-debian/gosa.xpm /usr/share/pixmaps
-debian/gosa-16.xpm /usr/share/pixmaps
-debian/gosa-desktop.desktop /usr/share/applications
diff --git a/gosa-core/debian/gosa-desktop.manpages b/gosa-core/debian/gosa-desktop.manpages
+++ /dev/null
@@ -1 +0,0 @@
-contrib/gosa.1
diff --git a/gosa-core/debian/gosa-desktop.menu b/gosa-core/debian/gosa-desktop.menu
+++ /dev/null
@@ -1,8 +0,0 @@
-?package(gosa-desktop):\
- needs="x11"\
- section="Applications/System/Administration"\
- hints="KDE"\
- icon32x32="/usr/share/pixmaps/gosa.xpm"\
- icon16x16="/usr/share/pixmaps/gosa-16.xpm"\
- title="GOsa"\
- command="gosa"
diff --git a/gosa-core/debian/gosa-desktop.postinst b/gosa-core/debian/gosa-desktop.postinst
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/bin/sh
-
-set -e
-
-#DEBHELPER#
-
-# Source debconf library.
-. /usr/share/debconf/confmodule
-
-db_get gosa-desktop/url
-if [ -n "$RET" ]; then
- echo "URL='$RET'" > /etc/gosa/desktoprc
-fi
diff --git a/gosa-core/debian/gosa-desktop.postrm b/gosa-core/debian/gosa-desktop.postrm
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-set -e
-
-#DEBHELPER#
-
-if [ "$1" = "purge" ]; then
- rm -f /etc/gosa/desktoprc
-fi
diff --git a/gosa-core/debian/gosa-desktop.templates b/gosa-core/debian/gosa-desktop.templates
+++ /dev/null
@@ -1,9 +0,0 @@
-Template: gosa-desktop/url
-Type: string
-_Description: URL to your GOsa installation:
- The gosa start script can automatically point your
- browser to a system wide default location of your
- GOsa instance.
- .
- Enter the URL in order to set this default.
-Default: https://www.gosa-project.org/demo/trunk
diff --git a/gosa-core/debian/gosa-dev.dirs b/gosa-core/debian/gosa-dev.dirs
+++ /dev/null
@@ -1 +0,0 @@
-/usr/bin
diff --git a/gosa-core/debian/gosa-dev.install b/gosa-core/debian/gosa-dev.install
+++ /dev/null
@@ -1,3 +0,0 @@
-update-locale /usr/bin
-update-pdf-help /usr/bin
-dh-make-gosa /usr/bin
diff --git a/gosa-core/debian/gosa-dev.manpages b/gosa-core/debian/gosa-dev.manpages
+++ /dev/null
@@ -1,5 +0,0 @@
-dh-make-gosa.1
-update-locale.1
-update-online-help.1
-update-pdf-help.1
-
diff --git a/gosa-core/debian/gosa-help-de.dirs b/gosa-core/debian/gosa-help-de.dirs
+++ /dev/null
@@ -1 +0,0 @@
-usr/share/gosa/doc/core/de
diff --git a/gosa-core/debian/gosa-help-de.install b/gosa-core/debian/gosa-help-de.install
+++ /dev/null
@@ -1 +0,0 @@
-doc/core/de/html /usr/share/gosa/doc/core/de
diff --git a/gosa-core/debian/gosa-help-en.dirs b/gosa-core/debian/gosa-help-en.dirs
+++ /dev/null
@@ -1 +0,0 @@
-usr/share/gosa/doc/core/en
diff --git a/gosa-core/debian/gosa-help-en.install b/gosa-core/debian/gosa-help-en.install
+++ /dev/null
@@ -1 +0,0 @@
-doc/core/en/html /usr/share/gosa/doc/core/en
diff --git a/gosa-core/debian/gosa-help-es.dirs b/gosa-core/debian/gosa-help-es.dirs
+++ /dev/null
@@ -1 +0,0 @@
-usr/share/gosa/doc/core/es
diff --git a/gosa-core/debian/gosa-help-es.install b/gosa-core/debian/gosa-help-es.install
+++ /dev/null
@@ -1 +0,0 @@
-doc/core/es/html /usr/share/gosa/doc/core/es
diff --git a/gosa-core/debian/gosa-help-fr.dirs b/gosa-core/debian/gosa-help-fr.dirs
+++ /dev/null
@@ -1 +0,0 @@
-usr/share/gosa/doc/core/fr
diff --git a/gosa-core/debian/gosa-help-fr.install b/gosa-core/debian/gosa-help-fr.install
+++ /dev/null
@@ -1 +0,0 @@
-doc/core/fr/html /usr/share/gosa/doc/core/fr
diff --git a/gosa-core/debian/gosa-help-nl.dirs b/gosa-core/debian/gosa-help-nl.dirs
+++ /dev/null
@@ -1 +0,0 @@
-usr/share/gosa/doc/core/nl
diff --git a/gosa-core/debian/gosa-help-nl.install b/gosa-core/debian/gosa-help-nl.install
+++ /dev/null
@@ -1 +0,0 @@
-doc/core/nl/html /usr/share/gosa/doc/core/nl
diff --git a/gosa-core/debian/gosa-lighttpd.conf b/gosa-core/debian/gosa-lighttpd.conf
+++ /dev/null
@@ -1,29 +0,0 @@
-# lighttpd configuration for GOsa
-
-# Set alias to http://<host>/gosa/
-alias.url += (
- "/gosa/" => "/usr/share/gosa/html/"
-)
-
-# Enable FastCGI and set it to handle .php URLs
-# php-cgi is run with the GOsa-required options
-server.modules += ( "mod_fastcgi" )
-
-$HTTP["url"] =~ "^/gosa/" {
- fastcgi.server = ( ".php" =>
- ((
- "bin-path" => "/usr/bin/php-cgi -d expose_php=Off -d magic_quotes_gpc=On",
- "socket" => "/tmp/php.socket",
- "max-procs" => 2,
- "idle-timeout" => 20,
- "bin-environment" => (
- "PHP_FCGI_CHILDREN" => "4",
- "PHP_FCGI_MAX_REQUESTS" => "10000"
- ),
- "bin-copy-environment" => (
- "PATH", "SHELL", "USER"
- ),
- "broken-scriptfilename" => "enable"
- ))
- )
-}
diff --git a/gosa-core/debian/gosa-schema.dirs b/gosa-core/debian/gosa-schema.dirs
+++ /dev/null
@@ -1 +0,0 @@
-etc/ldap/schema/gosa
diff --git a/gosa-core/debian/gosa-schema.install b/gosa-core/debian/gosa-schema.install
+++ /dev/null
@@ -1,11 +0,0 @@
-contrib/openldap/gosa-samba3.schema /etc/ldap/schema/gosa
-contrib/openldap/rfc2307bis.schema /etc/ldap/schema/gosa
-contrib/openldap/samba3.schema /etc/ldap/schema/gosa
-contrib/openldap/samba.schema /etc/ldap/schema/gosa
-contrib/openldap/trust.schema /etc/ldap/schema/gosa
-contrib/openldap/gofax.schema /etc/ldap/schema/gosa
-contrib/openldap/goto-mime.schema /etc/ldap/schema/gosa
-contrib/openldap/gofon.schema /etc/ldap/schema/gosa
-contrib/openldap/goserver.schema /etc/ldap/schema/gosa
-contrib/openldap/goto.schema /etc/ldap/schema/gosa
-contrib/openldap/gosystem.schema /etc/ldap/schema/gosa
diff --git a/gosa-core/debian/gosa.dirs b/gosa-core/debian/gosa.dirs
+++ /dev/null
@@ -1,6 +0,0 @@
-etc/gosa
-usr/sbin
-usr/share/gosa
-usr/share/gosa/bin
-var/spool/gosa
-var/cache/gosa
diff --git a/gosa-core/debian/gosa.docs b/gosa-core/debian/gosa.docs
+++ /dev/null
@@ -1,4 +0,0 @@
-FAQ
-AUTHORS
-README
-README.safemode
diff --git a/gosa-core/debian/gosa.install b/gosa-core/debian/gosa.install
+++ /dev/null
@@ -1,14 +0,0 @@
-update-gosa /usr/sbin
-bin/gosa-encrypt-passwords /usr/sbin
-html /usr/share/gosa
-ihtml /usr/share/gosa
-include /usr/share/gosa
-locale /usr/share/gosa
-plugins /usr/share/gosa
-setup /usr/share/gosa
-debian/gosa-apache.conf /etc/gosa
-debian/gosa-lighttpd.conf /etc/gosa
-contrib/shells /etc/gosa
-contrib/encodings /etc/gosa
-contrib/openldap/slapd.conf /usr/share/doc/gosa/slapd.conf-example
-contrib/gosa.conf /usr/share/doc/gosa
diff --git a/gosa-core/debian/gosa.lintian-overrides b/gosa-core/debian/gosa.lintian-overrides
+++ /dev/null
@@ -1,7 +0,0 @@
-gosa: extra-license-file usr/share/gosa/setup/class_setupStep_License.inc
-gosa: extra-license-file usr/share/gosa/setup/license.txt
-gosa: extra-license-file usr/share/gosa/setup/setup_license.tpl
-gosa: package-contains-empty-directory usr/share/gosa/locale/core/en/LC_MESSAGES/
-gosa: package-contains-empty-directory usr/share/gosa/html/plugins/welcome/
-gosa: package-contains-empty-directory usr/share/gosa/bin/
-gosa: package-contains-empty-directory usr/share/gosa/html/plugins/references/
diff --git a/gosa-core/debian/gosa.manpages b/gosa-core/debian/gosa.manpages
+++ /dev/null
@@ -1,4 +0,0 @@
-contrib/gosa.conf.5
-gosa-encrypt-passwords.1
-update-gosa.1
-
diff --git a/gosa-core/debian/gosa.postinst b/gosa-core/debian/gosa.postinst
+++ /dev/null
@@ -1,107 +0,0 @@
-#!/bin/sh
-# postinst script for gosa
-#
-# see: dh_installdeb(1)
-
-set -e
-
-case "$1" in
- configure)
- ;;
-
- abort-upgrade|abort-remove|abort-deconfigure)
- ;;
-
- *)
- echo "postinst called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-#DEBHELPER#
-
-# Set ID's
-WEBUSER="www-data"
-WEBGROUP="www-data"
-
-# Create empty inclusion file for apache
-if [ ! -f /etc/gosa/gosa.secrets ]; then
- touch /etc/gosa/gosa.secrets
- chmod 600 /etc/gosa/gosa.secrets
-fi
-
-if [ -d /etc/apache2/conf.d ]; then
-
- # Copy GOsa configuration to conf.d directories
- if [ ! -L /etc/apache2/conf.d/gosa.conf ]; then
-
- # Remove old instances of this file
- if [ -f /etc/apache2/conf.d/gosa.conf ]; then
- echo "Found old gosa apache configuration in /etc/apache2/conf.d - moving it to gosa.conf.orig..."
- echo "Please check for changes in /etc/gosa/gosa-apache.conf if you modified this file!"
- mv /etc/apache2/conf.d/gosa.conf /etc/apache2/conf.d/gosa.conf.orig
- fi
-
- echo "Making /gosa available in /etc/apache2/conf.d"
-
- # Add GOsa include file
- ln -s /etc/gosa/gosa-apache.conf /etc/apache2/conf.d/gosa.conf
- fi
-
- # Add support for RequestHeader
- a2enmod headers
-
- # Finally restart servers
- if [ -x /usr/sbin/invoke-rc.d ]; then
- invoke-rc.d apache2 reload
- else
- /etc/init.d/apache2 reload
- fi
-fi
-
-if [ -d /etc/lighttpd/conf-available ]; then
-
- # Copy GOsa configuration to conf-available directories /etc/lighttpd/conf-available
- if [ ! -L /etc/lighttpd/conf-enabled/99gosa-lighttpd.conf ]; then
-
- # Remove old instances of this file
- if [ -f /etc/lighttpd/conf-enabled/99gosa-lighttpd.conf ]; then
- echo "Found old gosa apache configuration in /etc/lighttpd/conf-enabled - moving it to orig.gosa-lighttpd.conf ..."
- echo "Please check for changes in /etc/lighttpd/conf-available/orig.99gosa-lighttpd.conf if you modified this file!"
- mv /etc/lighttpd/conf-enabled/99gosa-lighttpd.conf /etc/lighttpd/conf-available/orig.gosa-lighttpd.conf
- fi
-
- echo "Making /gosa available in /etc/lighttpd/conf-enabled/"
-
- # Add GOsa include file
- ln -s /etc/gosa/gosa-lighttpd.conf /etc/lighttpd/conf-enabled/99gosa-lighttpd.conf
- fi
-
- # Finally restart servers
- if [ -x /usr/sbin/invoke-rc.d ]; then
- invoke-rc.d lighttpd reload
- else
- /etc/init.d/lighttpd reload
- fi
-
-fi
-
-# Add links for safe mode
-[ ! -d /usr/share/gosa/bin ] && mkdir -p /usr/share/gosa/bin
-for source in /usr/bin/convert /usr/bin/lpstat; do
- if [ -e $source ]; then
- target=/usr/share/gosa/bin/${source##*/}
- [ ! -L $target ] && ln -sf $source $target
- fi
-done
-
-# Fix permission in /var/(spool|cache)/gosa
-chown root.$WEBGROUP -R /var/spool/gosa
-chmod 770 -R /var/spool/gosa
-chown root.$WEBGROUP -R /var/cache/gosa
-chmod 770 -R /var/cache/gosa
-
-update-gosa
-
-exit 0
-
diff --git a/gosa-core/debian/gosa.postrm b/gosa-core/debian/gosa.postrm
+++ /dev/null
@@ -1,55 +0,0 @@
-#! /bin/sh
-# postrm script for GOsa
-#
-
-set -e
-
-case "$1" in
- purge|remove)
-
- # Pure here
- if [ "$1" = "purge" ] ; then
- if [ -d /var/spool/gosa ] ; then
- echo "Removing /var/spool/gosa as requested."
- rm -Rf /var/spool/gosa
- fi
- fi
-
- if [ -d /etc/apache2/conf.d ]; then
- # Remove GOsa include
- [ -L /etc/apache2/conf.d/gosa.conf ] && rm -f /etc/apache2/conf.d/gosa.conf
-
- # Restart servers
- if [ -x /usr/sbin/invoke-rc.d ]; then
- invoke-rc.d apache2 restart
- else
- /etc/init.d/apache2 restart
- fi
- fi
-
- if [ -d /etc/lighttpd/conf-available ]; then
- # Remove GOsa include
- [ -L /etc/lighttpd/conf-enabled/99gosa-lighttpd.conf ] && rm -f /etc/lighttpd/conf-enabled/99gosa-lighttpd.conf
-
- # Restart servers
- if [ -x /usr/sbin/invoke-rc.d ]; then
- invoke-rc.d lighttpd restart
- else
- /etc/init.d/lighttpd restart
- fi
- fi
-
- ;;
-
- upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
- ;;
-
- *)
- echo "postrm called with unknown argument \`$1'" >&2
- exit 0
- ;;
-esac
-
-#DEBHELPER#
-
-exit 0
diff --git a/gosa-core/debian/gosa.xpm b/gosa-core/debian/gosa.xpm
+++ /dev/null
@@ -1,490 +0,0 @@
-/* XPM */
-static char * gosa_xpm[] = {
-"32 32 455 2",
-" c None",
-". c #8585A9",
-"+ c #9E9EC5",
-"@ c #A8A8CF",
-"# c #ACADD2",
-"$ c #B5B7D9",
-"% c #C1C2E2",
-"& c #D8DAF2",
-"* c #C0C2E2",
-"= c #7B7BA6",
-"- c #AFAFCE",
-"; c #B5B6D6",
-"> c #BBBDDE",
-", c #C1C3E5",
-"' c #CBCDEB",
-") c #D8DAF3",
-"! c #E7E9FB",
-"~ c #EDEFFD",
-"{ c #E9EFFE",
-"] c #DCECFE",
-"^ c #DDEEFF",
-"/ c #F6F9FE",
-"( c #9696BD",
-"_ c #BDBCD6",
-": c #C0C1DC",
-"< c #BEBFDD",
-"[ c #C3C5E4",
-"} c #C9CDED",
-"| c #D1D7F5",
-"1 c #D6DCF8",
-"2 c #DCDEFA",
-"3 c #DFE0F9",
-"4 c #DBE2F8",
-"5 c #D0E0F7",
-"6 c #BBD9F7",
-"7 c #9FCFF9",
-"8 c #6AB8FD",
-"9 c #4AA7FE",
-"0 c #4DA6FF",
-"a c #CCE6FF",
-"b c #ABAAC9",
-"c c #C8C8E0",
-"d c #D8DBF2",
-"e c #CED5F8",
-"f c #CCD5FB",
-"g c #CBD2F7",
-"h c #CAD2F6",
-"i c #C8D3F6",
-"j c #BCD1F2",
-"k c #B1CEED",
-"l c #9BCDF0",
-"m c #80CBF5",
-"n c #5DC3FC",
-"o c #4BBAFF",
-"p c #40B1FF",
-"q c #39AAFF",
-"r c #36A3FF",
-"s c #319DFF",
-"t c #2490FF",
-"u c #7DBCFE",
-"v c #C7C3D7",
-"w c #C9C9DC",
-"x c #D5DDFE",
-"y c #C9D4FF",
-"z c #B4BBE3",
-"A c #ADC0E3",
-"B c #A2D0EF",
-"C c #91D8F7",
-"D c #7BD9FA",
-"E c #6CD7FC",
-"F c #60D1FF",
-"G c #58CBFF",
-"H c #51C2FF",
-"I c #4CBBFF",
-"J c #44B2FF",
-"K c #3FACFF",
-"L c #37A3FF",
-"M c #2490FD",
-"N c #5FA6F7",
-"O c #D6D4E1",
-"P c #C4C4DB",
-"Q c #D5DDFD",
-"R c #C5CDF9",
-"S c #A8C1E3",
-"T c #A9EAFE",
-"U c #92E4FF",
-"V c #83DFFF",
-"W c #71DBFF",
-"X c #67D8FF",
-"Y c #5ED0FF",
-"Z c #59CAFF",
-"` c #51C1FF",
-" . c #3EABFF",
-".. c #37A2FF",
-"+. c #319CFF",
-"@. c #238BF8",
-"#. c #4592EF",
-"$. c #DEDEEA",
-"%. c #B8B8D2",
-"&. c #DBDFF8",
-"*. c #C9D1FC",
-"=. c #A6C3E6",
-"-. c #9FE5FE",
-";. c #8BE1FF",
-">. c #7DDEFF",
-",. c #6EDAFF",
-"'. c #65D6FF",
-"). c #5DCFFF",
-"!. c #58C8FF",
-"~. c #50BFFF",
-"{. c #4AB8FF",
-"]. c #43B0FF",
-"^. c #3EAAFF",
-"/. c #36A2FF",
-"(. c #309CFF",
-"_. c #2083F2",
-":. c #3788EC",
-"<. c #DFE1EF",
-"[. c #737291",
-"}. c #D5D6F0",
-"|. c #CFD8FE",
-"1. c #A5B5DF",
-"2. c #8FDAF7",
-"3. c #80DFFF",
-"4. c #74DBFF",
-"5. c #68D8FF",
-"6. c #62D3FF",
-"7. c #5BCBFF",
-"8. c #56C6FF",
-"9. c #4EBDFF",
-"0. c #48B6FF",
-"a. c #41AFFF",
-"b. c #3CA8FF",
-"c. c #34A0FF",
-"d. c #2B91F8",
-"e. c #1D7AEB",
-"f. c #247CEB",
-"g. c #DBE2F5",
-"h. c #7F7E9F",
-"i. c #C7C8E6",
-"j. c #D0D8FB",
-"k. c #ADB6E2",
-"l. c #86CDF1",
-"m. c #76DCFF",
-"n. c #6CD9FF",
-"o. c #63D5FF",
-"p. c #5FD0FF",
-"q. c #53C2FF",
-"r. c #4CBAFF",
-"s. c #46B4FF",
-"t. c #3AA7FF",
-"u. c #2F97FA",
-"v. c #2485F0",
-"w. c #1D79EB",
-"x. c #1773E9",
-"y. c #CFDCF7",
-"z. c #8988AB",
-"A. c #B6B6D4",
-"B. c #CED4F7",
-"C. c #BDC3EE",
-"D. c #84C0E9",
-"E. c #68DAFF",
-"F. c #64D6FF",
-"G. c #60D0FF",
-"H. c #54C4FF",
-"I. c #50BEFF",
-"J. c #49B7FF",
-"K. c #44B1FF",
-"L. c #3BA7FE",
-"M. c #3199F9",
-"N. c #2685F0",
-"O. c #2280EE",
-"P. c #1C78EB",
-"Q. c #0F6DE9",
-"R. c #A8C7F6",
-"S. c #A6A4C6",
-"T. c #A5A4C0",
-"U. c #D2D6F4",
-"V. c #C5CCF6",
-"W. c #8ABDE8",
-"X. c #62D7FF",
-"Y. c #5FD1FF",
-"Z. c #51C0FF",
-"`. c #45B2FF",
-" + c #3DA9FD",
-".+ c #3096F7",
-"++ c #298BF3",
-"@+ c #2483F0",
-"#+ c #207EEE",
-"$+ c #1A76EB",
-"%+ c #0E6BE9",
-"&+ c #88B4F4",
-"*+ c #B6B5D5",
-"=+ c #CBCCE6",
-"-+ c #CED5FC",
-";+ c #9DBCEA",
-">+ c #5ACEFF",
-",+ c #55C5FF",
-"'+ c #4BB9FF",
-")+ c #42AFFE",
-"!+ c #369EFA",
-"~+ c #2F94F7",
-"{+ c #2A8DF5",
-"]+ c #2687F3",
-"^+ c #2180F0",
-"/+ c #1D7AEE",
-"(+ c #1773EB",
-"_+ c #106BE9",
-":+ c #609AF0",
-"<+ c #CCCDE6",
-"[+ c #B5B5D4",
-"}+ c #D1D9FE",
-"|+ c #AEBAE7",
-"1+ c #58C3FA",
-"2+ c #3EA9FE",
-"3+ c #359EFC",
-"4+ c #2F96F9",
-"5+ c #2C91F7",
-"6+ c #278AF5",
-"7+ c #2384F3",
-"8+ c #1E7CF0",
-"9+ c #1A77EE",
-"0+ c #1570EB",
-"a+ c #0F69E9",
-"b+ c #4D8DEF",
-"c+ c #D9DDF2",
-"d+ c #A2A1C6",
-"e+ c #CFD6F8",
-"f+ c #BEC0EA",
-"g+ c #61B2EC",
-"h+ c #4BBDFF",
-"i+ c #3DA9FF",
-"j+ c #339CFD",
-"k+ c #3098FB",
-"l+ c #2C91F9",
-"m+ c #288CF7",
-"n+ c #2486F5",
-"o+ c #2080F3",
-"p+ c #1B79F0",
-"q+ c #1774EE",
-"r+ c #126CEB",
-"s+ c #0E66E9",
-"t+ c #3B7FEC",
-"u+ c #E3EBFC",
-"v+ c #9898BD",
-"w+ c #CED3F2",
-"x+ c #CACEF5",
-"y+ c #6AAAE7",
-"z+ c #46B6FF",
-"A+ c #349FFF",
-"B+ c #2F97FD",
-"C+ c #2C93FB",
-"D+ c #288DF9",
-"E+ c #2588F7",
-"F+ c #2182F4",
-"G+ c #1D7CF2",
-"H+ c #1876F0",
-"I+ c #1570EE",
-"J+ c #0E68EB",
-"K+ c #0660E9",
-"L+ c #4D88ED",
-"M+ c #E9F0FD",
-"N+ c #C5C6E8",
-"O+ c #D3DAFE",
-"P+ c #80AFEA",
-"Q+ c #3FACFD",
-"R+ c #339DFF",
-"S+ c #2F97FF",
-"T+ c #2A91FD",
-"U+ c #288DFB",
-"V+ c #2387F9",
-"W+ c #2182F7",
-"X+ c #1D7DF4",
-"Y+ c #1977F2",
-"Z+ c #116EF0",
-"`+ c #176EED",
-" @ c #3E83ED",
-".@ c #7DA9F1",
-"+@ c #EDF0FA",
-"@@ c #E0E0F1",
-"#@ c #B0B0D6",
-"$@ c #D4DAFA",
-"%@ c #95B4EB",
-"&@ c #3DA3F9",
-"*@ c #2E97FF",
-"=@ c #2B92FF",
-"-@ c #268CFD",
-";@ c #2488FB",
-">@ c #2082F9",
-",@ c #1D7EF7",
-"'@ c #1576F5",
-")@ c #1874F1",
-"!@ c #488BEF",
-"~@ c #96B8F3",
-"{@ c #E0E9FB",
-"]@ c #E5E7F8",
-"^@ c #B4B5D6",
-"/@ c #6C6C98",
-"(@ c #9090B6",
-"_@ c #CACFF2",
-":@ c #AEBBEB",
-"<@ c #4498F2",
-"[@ c #288FFF",
-"}@ c #248BFF",
-"|@ c #2185FD",
-"1@ c #1C80FB",
-"2@ c #1D7CF7",
-"3@ c #3284F4",
-"4@ c #70A3F2",
-"5@ c #C5D3F3",
-"6@ c #E7E8F8",
-"7@ c #D4D5EC",
-"8@ c #9797C1",
-"9@ c #5F5F95",
-"0@ c #8181A7",
-"a@ c #BFC3EA",
-"b@ c #BEC6F0",
-"c@ c #5894E8",
-"d@ c #2189FF",
-"e@ c #1E84FF",
-"f@ c #1B7EFC",
-"g@ c #3285F6",
-"h@ c #80AAF1",
-"i@ c #C4D2F7",
-"j@ c #DBE0F8",
-"k@ c #C9CCEB",
-"l@ c #8586B1",
-"m@ c #5F6089",
-"n@ c #B4B5DB",
-"o@ c #D0D7F9",
-"p@ c #94A7E0",
-"q@ c #388AF5",
-"r@ c #4D94F7",
-"s@ c #A6BDF0",
-"t@ c #D4D9F5",
-"u@ c #CFD1EE",
-"v@ c #B9BEE4",
-"w@ c #7C7EB5",
-"x@ c #3A3A5E",
-"y@ c #A09FC9",
-"z@ c #D3DAFB",
-"A@ c #CAD2F8",
-"B@ c #BCC7F2",
-"C@ c #CCD5FA",
-"D@ c #C5C9EC",
-"E@ c #AFB1DB",
-"F@ c #AAAEDD",
-"G@ c #8D91CA",
-"H@ c #9094C7",
-"I@ c #8B8FC7",
-"J@ c #A6A9D8",
-"K@ c #BEC5EE",
-"L@ c #B8BEE7",
-"M@ c #ACAED7",
-"N@ c #C5C7E6",
-"O@ c #DBE1FA",
-"P@ c #D7DFFF",
-"Q@ c #CED8FF",
-"R@ c #9BA0D8",
-"S@ c #A8AFDC",
-"T@ c #ACB5E3",
-"U@ c #ADB6E7",
-"V@ c #B9C2F6",
-"W@ c #9DA4DB",
-"X@ c #767BAE",
-"Y@ c #BFC0E1",
-"Z@ c #B7B9DD",
-"`@ c #9D9ECC",
-" # c #DBDBEC",
-".# c #ECF0FF",
-"+# c #E1E7FF",
-"@# c #D5DEFF",
-"## c #CBD5FE",
-"$# c #969BD4",
-"%# c #A1A7D7",
-"&# c #A8B1DF",
-"*# c #A2ABDC",
-"=# c #BCC7F7",
-"-# c #C6D1FF",
-";# c #BAC4F6",
-"># c #8387C9",
-",# c #E6E8F4",
-"'# c #F2F5FD",
-")# c #F3F6FE",
-"!# c #C8C9E2",
-"~# c #D7DCF6",
-"{# c #B2B7E4",
-"]# c #9194CC",
-"^# c #9296CB",
-"/# c #ADB4E1",
-"(# c #B1B9E6",
-"_# c #BBC5F4",
-":# c #B7C1F3",
-"<# c #A0A8E2",
-"[# c #6668A9",
-"}# c #474685",
-"|# c #CBCBDE",
-"1# c #F5F7FC",
-"2# c #EBECF8",
-"3# c #E9ECF9",
-"4# c #D1D4EE",
-"5# c #B2B4DA",
-"6# c #9798CB",
-"7# c #9EA2D1",
-"8# c #B4BAE2",
-"9# c #BDC4EC",
-"0# c #C2CBF4",
-"a# c #BDC6F5",
-"b# c #A1A8E2",
-"c# c #6668A8",
-"d# c #48497F",
-"e# c #E4E5F6",
-"f# c #F8F9FE",
-"g# c #EFF1FC",
-"h# c #EDF0FD",
-"i# c #EAEEFE",
-"j# c #E5EAFC",
-"k# c #C3C8E8",
-"l# c #D5DAF6",
-"m# c #DAE1FD",
-"n# c #D4DCFD",
-"o# c #BCC3EE",
-"p# c #989CD4",
-"q# c #5B5C9C",
-"r# c #3F3E73",
-"s# c #DCDCF1",
-"t# c #FAFBFF",
-"u# c #F3F6FF",
-"v# c #EFF2FF",
-"w# c #EBEFFF",
-"x# c #E8ECFF",
-"y# c #E5EBFF",
-"z# c #E2E8FF",
-"A# c #C7CCF0",
-"B# c #9EA1D6",
-"C# c #61629B",
-"D# c #444374",
-"E# c #9F9FC5",
-"F# c #EEF0F9",
-"G# c #F4F6FF",
-"H# c #EFF3FF",
-"I# c #EDF1FF",
-"J# c #E1E6F9",
-"K# c #C3C7EA",
-"L# c #9293C6",
-"M# c #5A5996",
-"N# c #B5B6D7",
-"O# c #F5F8FE",
-"P# c #EEF2FC",
-"Q# c #CACDEA",
-"R# c #9496C7",
-"S# c #5F5F92",
-"T# c #9696C4",
-"U# c #8585B7",
-"V# c #585890",
-" . ",
-" + @ # $ % & * = ",
-" - ; > , ' ) ! ~ { ] ^ / ( ",
-" _ : < [ } | 1 2 3 4 5 6 7 8 9 0 a b ",
-" c d e f g h i j k l m n o p q r s t u v ",
-" w x y z A B C D E F G H I J K L s M N O ",
-" P Q R S T U V W X Y Z ` o J ...+.@.#.$. ",
-" %.&.*.=.-.;.>.,.'.).!.~.{.].^./.(._.:.<.[. ",
-" }.|.1.2.3.4.5.6.7.8.9.0.a.b.c.d.e.f.g.h. ",
-" i.j.k.l.m.n.o.p.!.q.r.s.K t.u.v.w.x.y.z. ",
-" A.B.C.D.E.F.G.7.H.I.J.K.L.M.N.O.P.Q.R.S. ",
-" T.U.V.W.X.Y.7.8.Z.I `. +.+++@+#+$+%+&+*+ ",
-" =+-+;+>+Z ,+Z.'+)+!+~+{+]+^+/+(+_+:+<+ ",
-" [+}+|+1+H.Z.I 2+3+4+5+6+7+8+9+0+a+b+c+ ",
-" d+e+f+g+h+J.i+j+k+l+m+n+o+p+q+r+s+t+u+ ",
-" v+w+x+y+z+K A+B+C+D+E+F+G+H+I+J+K+L+M+ ",
-" N+O+P+Q+R+S+T+U+V+W+X+Y+Z+`+ @.@+@@@ ",
-" #@$@%@&@*@=@-@;@>@,@'@)@!@~@{@]@^@/@ ",
-" (@_@:@<@[@}@|@1@2@3@4@5@6@7@8@9@ ",
-" 0@a@b@c@d@e@f@g@h@i@j@k@l@m@ ",
-" n@o@p@q@r@s@t@u@v@w@x@ ",
-" y@z@A@B@C@D@E@F@b@G@H@I@ ",
-" J@K@L@M@N@O@P@Q@R@S@T@U@V@W@X@ ",
-" Y@Z@`@ #.#+#@###$#%#&#*#=#-#;#># ",
-" ,#'#)#Z@!#.#~#{#]#^#/#(#_#:#<#[#}# ",
-" |#1#2#3#4#`@5#6#7#8#9#0#a#b#c#d# ",
-" e#f#g#h#i#j#k#l#m#n#o#p#q#r# ",
-" s#t#u#v#w#x#y#z#A#B#C#D# ",
-" E#F#G#H#I#J#K#L#M# ",
-" N#O#P#Q#R#S# ",
-" T#U#V# ",
-" "};
diff --git a/gosa-core/debian/patches/00list b/gosa-core/debian/patches/00list
+++ /dev/null
@@ -1,5 +0,0 @@
-01_fix_smarty_location
-02_fix_template_location
-03_fix_class_mapping
-04_fix_locale_location
-04_fix_online_help_location
diff --git a/gosa-core/debian/patches/01_fix_smarty_location.dpatch b/gosa-core/debian/patches/01_fix_smarty_location.dpatch
+++ /dev/null
@@ -1,23 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 01_fix_smarty_location.dpatch by <cajus@debian.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Adapt location for debian packaged smarty
-
-@DPATCH@
-diff -urNad gosa-core~/include/php_setup.inc gosa-core/include/php_setup.inc
---- gosa-core~/include/php_setup.inc 2008-12-12 13:31:08.000000000 +0100
-+++ gosa-core/include/php_setup.inc 2009-02-09 17:25:51.000000000 +0100
-@@ -277,7 +277,11 @@
- ini_set("include_path",".:$BASE_DIR/include:$BASE_DIR/include/utils/excel");
-
- /* Do smarty setup */
--require("smarty/Smarty.class.php");
-+if (file_exists("/usr/share/php/smarty/Smarty.class.php")){
-+ require("/usr/share/php/smarty/Smarty.class.php");
-+} else {
-+ require("/usr/share/php/smarty/libs/Smarty.class.php");
-+}
- $smarty = new Smarty;
- $smarty->template_dir = $BASE_DIR.'/ihtml/';
- $smarty->caching= false;
diff --git a/gosa-core/debian/patches/02_fix_template_location.dpatch b/gosa-core/debian/patches/02_fix_template_location.dpatch
+++ /dev/null
@@ -1,20 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 02_fix_template_location.dpatch by <cajus@debian.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Fix location of configuration template.
-
-@DPATCH@
-diff -uNr gosa-core/include/functions.inc gosa-core/include/functions.new
---- gosa-core/include/functions.inc 2009-12-03 11:23:55.000000000 +0100
-+++ gosa-core/include/functions.new 2009-12-03 11:26:16.000000000 +0100
-@@ -40,7 +40,7 @@
- }
-
- /* Define common locatitions */
--define ("CONFIG_TEMPLATE_DIR", "../contrib");
-+define ("CONFIG_TEMPLATE_DIR", "/usr/share/doc/gosa");
- define ("TEMP_DIR","/var/cache/gosa/tmp");
-
- /* Define get_list flags */
-
diff --git a/gosa-core/debian/patches/03_fix_class_mapping.dpatch b/gosa-core/debian/patches/03_fix_class_mapping.dpatch
+++ /dev/null
@@ -1,60 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 03_fix_class_mapping.dpatch by <cajus@debian.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Fix location of auto-generated class mapping file
-
-@DPATCH@
-diff -urNad gosa-2.6.3~/include/class_config.inc gosa-2.6.3/include/class_config.inc
---- gosa-2.6.3~/include/class_config.inc 2008-12-18 15:13:44.000000000 +0100
-+++ gosa-2.6.3/include/class_config.inc 2009-01-15 14:08:54.000000000 +0100
-@@ -76,12 +76,12 @@
- if we have installed or removed plugins.
- */
- if(session::global_is_set("class_location.inc:timestamp")){
-- $tmp = stat("../include/class_location.inc");
-+ $tmp = stat("/var/cache/gosa/class.cache");
- if($tmp['mtime'] != session::global_get("class_location.inc:timestamp")){
- session::global_un_set("plist");
- }
- }
-- $tmp = stat("../include/class_location.inc");
-+ $tmp = stat("/var/cache/gosa/class.cache");
- session::global_set("class_location.inc:timestamp",$tmp['mtime']);
-
-
-diff -urNad gosa-2.6.3~/include/functions.inc gosa-2.6.3/include/functions.inc
---- gosa-2.6.3~/include/functions.inc 2009-01-15 14:07:35.000000000 +0100
-+++ gosa-2.6.3/include/functions.inc 2009-01-15 14:07:36.000000000 +0100
-@@ -73,7 +73,7 @@
- $svn_revision = '$Revision: 13322 $';
-
- /* Include required files */
--require_once("class_location.inc");
-+require_once("/var/cache/gosa/class.cache");
- require_once ("functions_debug.inc");
- require_once ("accept-to-gettext.inc");
-
-diff -urNad gosa-2.6.3~/update-gosa gosa-2.6.3/update-gosa
---- gosa-2.6.3~/update-gosa 2008-06-10 09:56:22.000000000 +0200
-+++ gosa-2.6.3/update-gosa 2009-01-15 14:07:36.000000000 +0100
-@@ -21,7 +21,7 @@
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- */
-
--define ("GOSA_HOME", dirname(__FILE__));
-+define ("GOSA_HOME", "/usr/share/gosa");
- define ("LOCALE_DIR", GOSA_HOME."/locale");
- define ("PLUGSTATE_DIR", GOSA_HOME."/state");
-
-@@ -122,8 +122,8 @@
- function rescan_classes()
- {
- echo "Updating class cache...\n";
-- $class_mapping= get_classes();
-- $filename= GOSA_HOME."/include/class_location.inc";
-+ $class_mapping= get_classes("/usr/share/gosa");
-+ $filename= "/var/cache/gosa/class.cache";
-
- /* Sanity checks */
- if (!file_exists($filename) || is_writable($filename)) {
diff --git a/gosa-core/debian/patches/04_fix_locale_location.dpatch b/gosa-core/debian/patches/04_fix_locale_location.dpatch
+++ /dev/null
@@ -1,48 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 04_fix_locale_location.dpatch by <cajus@debian.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Fixed location of auto-generated locales
-
-@DPATCH@
-diff -urNad gosa-2.6.0+svn11288~/include/php_setup.inc gosa-2.6.0+svn11288/include/php_setup.inc
---- gosa-2.6.0+svn11288~/include/php_setup.inc 2008-06-11 15:55:59.000000000 +0200
-+++ gosa-2.6.0+svn11288/include/php_setup.inc 2008-06-11 15:56:00.000000000 +0200
-@@ -20,7 +20,7 @@
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- */
-
--define ("LOCALE_DIR", dirname(dirname(__FILE__))."/locale/compiled");
-+define ("LOCALE_DIR", "/var/cache/gosa/locale");
-
- function gosaRaiseError($errno, $errstr, $errfile, $errline)
- {
-diff -urNad gosa-2.6.0+svn11288~/update-gosa gosa-2.6.0+svn11288/update-gosa
---- gosa-2.6.0+svn11288~/update-gosa 2008-06-11 15:55:59.000000000 +0200
-+++ gosa-2.6.0+svn11288/update-gosa 2008-06-11 16:02:30.000000000 +0200
-@@ -169,20 +169,20 @@
-
- /* For each language, merge the target .mo to the compiled directory. */
- foreach ($languages as $language => $po_files){
-- if (!is_dir(LOCALE_DIR."/compiled/${language}/LC_MESSAGES")){
-- if (!mkdir (LOCALE_DIR."/compiled/${language}/LC_MESSAGES", 0755, TRUE)){
-- echo "Failed to create '".LOCALE_DIR."/compiled/${language}/LC_MESSAGES'- aborted";
-+ if (!is_dir("/var/cache/gosa/locale/${language}/LC_MESSAGES")){
-+ if (!mkdir ("/var/cache/gosa/locale/${language}/LC_MESSAGES", 0755, TRUE)){
-+ echo "Failed to create '/var/cache/gosa/locale/${language}/LC_MESSAGES'- aborted";
- exit (3);
- }
- }
-
- /* Cat all these po files into one single file */
-- system ("(cd ".LOCALE_DIR." && msgcat --use-first ".implode(" ", $po_files)." > compiled/${language}/LC_MESSAGES/messages.po)", $val);
-+ system ("(cd ".LOCALE_DIR." && msgcat --use-first ".implode(" ", $po_files)." > /var/cache/gosa/locale/${language}/LC_MESSAGES/messages.po)", $val);
- if ($val != 0){
- echo "Merging of message files failed - aborted";
- exit (4);
- }
-- system ("(cd ".LOCALE_DIR."/compiled/${language}/LC_MESSAGES && msgfmt -o messages.mo messages.po && rm messages.po)", $val);
-+ system ("(cd /var/cache/gosa/locale/${language}/LC_MESSAGES && msgfmt -o messages.mo messages.po && rm messages.po)", $val);
- if ($val != 0){
- echo "Compiling of message files failed - aborted";
- exit (5);
diff --git a/gosa-core/debian/patches/04_fix_online_help_location.dpatch b/gosa-core/debian/patches/04_fix_online_help_location.dpatch
+++ /dev/null
@@ -1,31 +0,0 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 04_fix_online_help_location.dpatch by <cajus@debian.org>
-##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: Fix location of auto-generated online help.
-
-@DPATCH@
-diff -urNad gosa-core~/html/helpviewer.php gosa-core/html/helpviewer.php
---- gosa-core~/html/helpviewer.php 2008-04-12 19:58:14.000000000 +0200
-+++ gosa-core/html/helpviewer.php 2008-04-14 17:25:10.000000000 +0200
-@@ -110,7 +110,7 @@
- if(session::is_set('current_class_for_help')){
-
- /* Create new XML parser with the path to the Xml file */
-- $xml = new parseXml("../doc/guide.xml");
-+ $xml = new parseXml("/etc/gosa/guide.xml");
-
- /* Generate help array */
- $str = $xml->parse();
-diff -urNad gosa-core~/update-gosa gosa-core/update-gosa
---- gosa-core~/update-gosa 2008-04-14 14:59:22.000000000 +0200
-+++ gosa-core/update-gosa 2008-04-14 17:24:53.000000000 +0200
-@@ -193,7 +193,7 @@
-
- function rescan_guide()
- {
-- $master_guide= "doc/guide.xml";
-+ $master_guide= "/etc/gosa/guide.xml";
- echo "Updating Online Help Index...\n";
- $master_guide_content="<?xml version=\"1.0\"?>\n".
- "<!--\n".
diff --git a/gosa-core/debian/po/POTFILES.in b/gosa-core/debian/po/POTFILES.in
+++ /dev/null
@@ -1 +0,0 @@
-[type: gettext/rfc822deb] gosa-desktop.templates
diff --git a/gosa-core/debian/po/cs.po b/gosa-core/debian/po/cs.po
+++ /dev/null
@@ -1,39 +0,0 @@
-# Czech translation for GOsa desktop file installer debconf messages.
-# Copyright (C) 2007 Cajus Pollmeier <cajus@debian.org>
-# This file is distributed under the same license as the gosa-desktop package.
-# Cajus Pollmeier <cajus@debian.org>, 2007.
-# Daniel Kavan <kuan@maradan.org>, 2008
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: gosa 2.5.16.1-1\n"
-"Report-Msgid-Bugs-To: cajus@debian.org\n"
-"POT-Creation-Date: 2007-06-27 10:59+0200\n"
-"PO-Revision-Date: 2008-05-27 17:49+0200\n"
-"Last-Translator: Daniel Kavan <kuan@maradan.org>\n"
-"Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../gosa-desktop.templates:1001
-msgid "URL to your GOsa installation:"
-msgstr "URL k vaší instalaci GOsa:"
-
-#. Type: string
-#. Description
-#: ../gosa-desktop.templates:1001
-msgid ""
-"The gosa start script can automatically point your browser to a system wide "
-"default location of your GOsa instance."
-msgstr ""
-"Startovací skript gosa může automaticky nasměrovat váš prohlížeč na celosystémovou "
-"adresu vaší GOsa instance."
-
-#. Type: string
-#. Description
-#: ../gosa-desktop.templates:1001
-msgid "Enter the URL in order to set this default."
-msgstr "Chcete-li dané URL nastavit jako výchozí, zadejte je zde."
diff --git a/gosa-core/debian/po/cz.po b/gosa-core/debian/po/cz.po
+++ /dev/null
@@ -1,39 +0,0 @@
-# Czech translation for GOsa desktop file installer debconf messages.
-# Copyright (C) 2007 Cajus Pollmeier <cajus@debian.org>
-# This file is distributed under the same license as the gosa-desktop package.
-# Cajus Pollmeier <cajus@debian.org>, 2007.
-# Daniel Kavan <kuan@maradan.org>, 2008
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: gosa 2.5.16.1-1\n"
-"Report-Msgid-Bugs-To: cajus@debian.org\n"
-"POT-Creation-Date: 2007-06-27 10:59+0200\n"
-"PO-Revision-Date: 2008-05-27 17:49+0200\n"
-"Last-Translator: Daniel Kavan <kuan@maradan.org>\n"
-"Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../gosa-desktop.templates:1001
-msgid "URL to your GOsa installation:"
-msgstr "URL k vaší instalaci GOsa:"
-
-#. Type: string
-#. Description
-#: ../gosa-desktop.templates:1001
-msgid ""
-"The gosa start script can automatically point your browser to a system wide "
-"default location of your GOsa instance."
-msgstr ""
-"Startovací skript gosa může automaticky nasměrovat váš prohlížeč na celosystémovou "
-"adresu vaší GOsa instance."
-
-#. Type: string
-#. Description
-#: ../gosa-desktop.templates:1001
-msgid "Enter the URL in order to set this default."
-msgstr "Chcete-li dané URL nastavit jako výchozí, zadejte je zde."
diff --git a/gosa-core/debian/po/de.po b/gosa-core/debian/po/de.po
+++ /dev/null
@@ -1,39 +0,0 @@
-# GOsa desktop file installer.
-# Copyright (C) 2007 Cajus Pollmeier <cajus@debian.org>
-# This file is distributed under the same license as the gosa-desktop package.
-# Cajus Pollmeier <cajus@debian.org>, 2007.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: 2.5.12\n"
-"Report-Msgid-Bugs-To: cajus@debian.org\n"
-"POT-Creation-Date: 2007-06-27 10:59+0200\n"
-"PO-Revision-Date: 2007-06-27 11:07+0200\n"
-"Last-Translator: Cajus Pollmeier <cajus@debian.org>\n"
-"Language-Team: GERMAN <de@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../gosa-desktop.templates:1001
-msgid "URL to your GOsa installation:"
-msgstr "URL zu Ihrer GOsa-Installation:"
-
-#. Type: string
-#. Description
-#: ../gosa-desktop.templates:1001
-msgid ""
-"The gosa start script can automatically point your browser to a system wide "
-"default location of your GOsa instance."
-msgstr ""
-"Das GOsa Start-Skript kann den Browser automatisch auf ihre systemweite "
-"Standard GOsa-Installation einstellen."
-
-#. Type: string
-#. Description
-#: ../gosa-desktop.templates:1001
-msgid "Enter the URL in order to set this default."
-msgstr "Geben Sie die URL der Standard-Installation an."
diff --git a/gosa-core/debian/po/es.po b/gosa-core/debian/po/es.po
+++ /dev/null
@@ -1,63 +0,0 @@
-# GOsa desktop file installer.
-# Copyright (C) 2007 Cajus Pollmeier <cajus@debian.org>
-# This file is distributed under the same license as the gosa-desktop package.
-# Cajus Pollmeier <cajus@debian.org>, 2007.
-#
-# Translation to Spanish
-# Copyright (C) 2007 Rudy Godoy Guillén <rudy@debian.org>
-# This file is distributed under the GNU GPL license.
-#
-# Changes:
-# - Initial translation
-# Rudy Godoy <rudy@stone-head.org>, 2008
-#
-#
-# Traductores, si no conoce el formato PO, merece la pena leer la
-# documentación de gettext, especialmente las secciones dedicadas a este
-# formato, por ejemplo ejecutando:
-# info -n '(gettext)PO Files'
-# info -n '(gettext)Header Entry'
-#
-# Equipo de traducción al español, por favor lean antes de traducir
-# los siguientes documentos:
-#
-# - El proyecto de traducción de Debian al español
-# http://www.debian.org/intl/spanish/
-# especialmente las notas de traducción en
-# http://www.debian.org/intl/spanish/notas
-#
-# - La guía de traducción de po's de debconf:
-# /usr/share/doc/po-debconf/README-trans
-# o http://www.debian.org/intl/l10n/po-debconf/README-trans
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: gosa 2.5.14\n"
-"Report-Msgid-Bugs-To: cajus@debian.org\n"
-"POT-Creation-Date: 2007-06-27 10:59+0200\n"
-"PO-Revision-Date: 2008-03-22 20:07-0500\n"
-"Last-Translator: Rudy Godoy Guillén <rudy@stone-head.org>\n"
-"Language-Team: Debian l10n Spanish team <debian-l10n-spanish@lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../gosa-desktop.templates:1001
-msgid "URL to your GOsa installation:"
-msgstr "URL de su instalación de GOsa:"
-
-#. Type: string
-#. Description
-#: ../gosa-desktop.templates:1001
-msgid ""
-"The gosa start script can automatically point your browser to a system wide "
-"default location of your GOsa instance."
-msgstr "El programa de arranque de gosa puede direccionar automáticamente el navegador web, a nivel de todo su sistema, a una ubicación predeterminada en donde se encuentra su instalación de GOsa."
-
-#. Type: string
-#. Description
-#: ../gosa-desktop.templates:1001
-msgid "Enter the URL in order to set this default."
-msgstr "Introduzca la URL para definirla como predeterminada."
diff --git a/gosa-core/debian/po/eu.po b/gosa-core/debian/po/eu.po
+++ /dev/null
@@ -1,42 +0,0 @@
-# translation of gosa-eu.po to Euskara
-# GOsa desktop file installer.
-# Copyright (C) 2007 Cajus Pollmeier <cajus@debian.org>
-# This file is distributed under the same license as the gosa-desktop package.
-#
-# Cajus Pollmeier <cajus@debian.org>, 2007.
-# Piarres Beobide <pi@beobide.net>, 2008.
-msgid ""
-msgstr ""
-"Project-Id-Version: gosa-eu\n"
-"Report-Msgid-Bugs-To: cajus@debian.org\n"
-"POT-Creation-Date: 2007-06-27 10:59+0200\n"
-"PO-Revision-Date: 2008-10-15 12:21+0200\n"
-"Last-Translator: Piarres Beobide <pi@beobide.net>\n"
-"Language-Team: Euskara <debian-l10n-basque@lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.4\n"
-
-#. Type: string
-#. Description
-#: ../gosa-desktop.templates:1001
-msgid "URL to your GOsa installation:"
-msgstr "Zure GOsa instalazioaren URLa:"
-
-#. Type: string
-#. Description
-#: ../gosa-desktop.templates:1001
-msgid ""
-"The gosa start script can automatically point your browser to a system wide "
-"default location of your GOsa instance."
-msgstr ""
-"Gosa abiarazte script-ak zure nabigatzailea automatikoki zure GOsa instantziaren "
-"lehenetsiriko kokagunera bidali dezake."
-
-#. Type: string
-#. Description
-#: ../gosa-desktop.templates:1001
-msgid "Enter the URL in order to set this default."
-msgstr "Idatzi lehenespena hau ezartzeko dagokion URLa."
-
diff --git a/gosa-core/debian/po/fi.po b/gosa-core/debian/po/fi.po
+++ /dev/null
@@ -1,32 +0,0 @@
-msgid ""
-msgstr ""
-"Project-Id-Version: gosa\n"
-"Report-Msgid-Bugs-To: cajus@debian.org\n"
-"POT-Creation-Date: 2007-06-27 10:59+0200\n"
-"PO-Revision-Date: \n"
-"Last-Translator: Esko Arajärvi <edu@iki.fi>\n"
-"Language-Team: Finnish <debian-l10n-finnish@lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Poedit-Language: Finnish\n"
-"X-Poedit-Country: FINLAND\n"
-
-#. Type: string
-#. Description
-#: ../gosa-desktop.templates:1001
-msgid "URL to your GOsa installation:"
-msgstr "GOsa-asennuksen URL:"
-
-#. Type: string
-#. Description
-#: ../gosa-desktop.templates:1001
-msgid "The gosa start script can automatically point your browser to a system wide default location of your GOsa instance."
-msgstr "gosan käynnistyskomentosarja voi automaattisesti avata selaimeen GOsa-instanssin järjestelmän laajuisen oletussijainnin."
-
-#. Type: string
-#. Description
-#: ../gosa-desktop.templates:1001
-msgid "Enter the URL in order to set this default."
-msgstr "Voit asettaa tämän oletusarvon syöttämällä URLin."
-
diff --git a/gosa-core/debian/po/fr.po b/gosa-core/debian/po/fr.po
+++ /dev/null
@@ -1,41 +0,0 @@
-# translation of templates.po to Français
-# GOsa desktop file installer.
-# Copyright (C) 2007 Cajus Pollmeier <cajus@debian.org>
-# This file is distributed under the same license as the gosa-desktop package.
-#
-# Cajus Pollmeier <cajus@debian.org>, 2007.
-# Benoit Mortier <benoit.mortier@opensides.be>, 2007.
-msgid ""
-msgstr ""
-"Project-Id-Version: templates\n"
-"Report-Msgid-Bugs-To: cajus@debian.org\n"
-"POT-Creation-Date: 2007-06-27 10:59+0200\n"
-"PO-Revision-Date: 2007-07-16 15:37+0200\n"
-"Last-Translator: Benoit Mortier <benoit.mortier@opensides.be>\n"
-"Language-Team: Français <fr@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.4\n"
-"Plural-Forms: nplurals=2; plural=(n > 1);\n"
-
-#. Type: string
-#. Description
-#: ../gosa-desktop.templates:1001
-msgid "URL to your GOsa installation:"
-msgstr "URL vers votre installation de GOsa"
-
-#. Type: string
-#. Description
-#: ../gosa-desktop.templates:1001
-msgid ""
-"The gosa start script can automatically point your browser to a system wide "
-"default location of your GOsa instance."
-msgstr "Le script de démarrage permet de configurer votre navigateur pour aller directement à votre GOsa."
-
-#. Type: string
-#. Description
-#: ../gosa-desktop.templates:1001
-msgid "Enter the URL in order to set this default."
-msgstr "Veuillez entrer l'url pour activer cette fonctionnalité."
-
diff --git a/gosa-core/debian/po/it.po b/gosa-core/debian/po/it.po
+++ /dev/null
@@ -1,42 +0,0 @@
-# ITALIAN TRANSLATION OF GOSA'S.PO-DEBCONF FILE
-# GOsa desktop file installer.
-# Copyright (C) 2007 Cajus Pollmeier <cajus@debian.org>
-# This file is distributed under the same license as the gosa-desktop package.
-#
-# Cajus Pollmeier <cajus@debian.org>, 2007.
-# Vincenzo Campanella <vinz65@gmail.com>, 2008.
-msgid ""
-msgstr ""
-"Project-Id-Version: GOSA\n"
-"Report-Msgid-Bugs-To: cajus@debian.org\n"
-"POT-Creation-Date: 2007-06-27 10:59+0200\n"
-"PO-Revision-Date: 2008-11-20 08:55+0100\n"
-"Last-Translator: Vincenzo Campanella <vinz65@gmail.com>\n"
-"Language-Team: Italian <tp@lists.linux.it>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.4\n"
-
-#. Type: string
-#. Description
-#: ../gosa-desktop.templates:1001
-msgid "URL to your GOsa installation:"
-msgstr "URL dell'installazione GOsa:"
-
-#. Type: string
-#. Description
-#: ../gosa-desktop.templates:1001
-msgid ""
-"The gosa start script can automatically point your browser to a system wide "
-"default location of your GOsa instance."
-msgstr ""
-"Lo script di avvio di GOsa può indirizzare automaticamente il browser web "
-"alla posizione di sistema predefinita della propria istanza di GOsa."
-
-#. Type: string
-#. Description
-#: ../gosa-desktop.templates:1001
-msgid "Enter the URL in order to set this default."
-msgstr "Inserire l'URL per impostare questa posizione predefinita."
-
diff --git a/gosa-core/debian/po/ja.po b/gosa-core/debian/po/ja.po
+++ /dev/null
@@ -1,38 +0,0 @@
-# GOsa desktop file installer.
-# Copyright (C) 2007-2009 Cajus Pollmeier <cajus@debian.org>
-# This file is distributed under the same license as the gosa-desktop package.
-# Hideki Yamane (Debian-JP) <henrich@debian.or.jp>, 2009.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: gosa 2.5.16-4.1\n"
-"Report-Msgid-Bugs-To: cajus@debian.org\n"
-"POT-Creation-Date: 2007-06-27 10:59+0200\n"
-"PO-Revision-Date: 2009-01-06 06:26+0900\n"
-"Last-Translator: Hideki Yamane (Debian-JP) <henrich@debian.or.jp>\n"
-"Language-Team: Japanese <debian-japanese@lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../gosa-desktop.templates:1001
-msgid "URL to your GOsa installation:"
-msgstr "GOsa がインストールされる URL:"
-
-#. Type: string
-#. Description
-#: ../gosa-desktop.templates:1001
-msgid ""
-"The gosa start script can automatically point your browser to a system wide "
-"default location of your GOsa instance."
-msgstr ""
-"gosa の起動スクリプトは、ブラウザが自動的に GOsa インスタンスのシステム全体での"
-"デフォルトの場所を表示するようにできます。"
-
-#. Type: string
-#. Description
-#: ../gosa-desktop.templates:1001
-msgid "Enter the URL in order to set this default."
-msgstr "これをデフォルトに設定するには URL を入力してください。"
diff --git a/gosa-core/debian/po/nl.po b/gosa-core/debian/po/nl.po
+++ /dev/null
@@ -1,36 +0,0 @@
-# GOsa desktop file installer.
-# Copyright (C) 2007 Cajus Pollmeier <cajus@debian.org>
-# This file is distributed under the same license as the gosa-desktop package.
-# Cajus Pollmeier <cajus@debian.org>, 2007.
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: gosa\n"
-"Report-Msgid-Bugs-To: cajus@debian.org\n"
-"POT-Creation-Date: 2007-06-27 10:59+0200\n"
-"PO-Revision-Date: 2007-10-25 19:19+0100\n"
-"Last-Translator: Bart Cornelis <cobaco@skolelinux.no>\n"
-"Language-Team: debian-l10n-dutch <debian-l10n-dutch@lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Poedit-Language: Dutch\n"
-
-#. Type: string
-#. Description
-#: ../gosa-desktop.templates:1001
-msgid "URL to your GOsa installation:"
-msgstr "URL naar uw GOsa-installatie:"
-
-#. Type: string
-#. Description
-#: ../gosa-desktop.templates:1001
-msgid "The gosa start script can automatically point your browser to a system wide default location of your GOsa instance."
-msgstr "Het gosa-startscript kan uw browser automatisch naar een systeemwijde standaardlocatie van uw GOsa-instantie wijzen."
-
-#. Type: string
-#. Description
-#: ../gosa-desktop.templates:1001
-msgid "Enter the URL in order to set this default."
-msgstr "Om deze standaardwaarde in te stellen dient u hier de URL ervan in te voeren."
-
diff --git a/gosa-core/debian/po/pl.po b/gosa-core/debian/po/pl.po
+++ /dev/null
@@ -1,40 +0,0 @@
-# GOsa desktop file installer.
-# Copyright (C) 2007 Cajus Pollmeier <cajus@debian.org>
-# This file is distributed under the same license as the gosa-desktop package.
-# Cajus Pollmeier <cajus@debian.org>, 2007.
-#
-# Łukasz Paździora <lukpaz@gmail.com>, 2008
-#
-msgid ""
-msgstr ""
-"Project-Id-Version: gosa 2.5.16.1-4\n"
-"Report-Msgid-Bugs-To: cajus@debian.org\n"
-"POT-Creation-Date: 2007-06-27 10:59+0200\n"
-"PO-Revision-Date: 2008-11-16 00:15+0100\n"
-"Last-Translator: Łukasz Paździora <lukpaz@gmail.com>\n"
-"Language-Team: Polish <debian-l10n-polish@lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../gosa-desktop.templates:1001
-msgid "URL to your GOsa installation:"
-msgstr "URL instalacji GOsa:"
-
-#. Type: string
-#. Description
-#: ../gosa-desktop.templates:1001
-msgid ""
-"The gosa start script can automatically point your browser to a system wide "
-"default location of your GOsa instance."
-msgstr ""
-"Skrypt startowy gosa może automatycznie wskazać przeglądarce "
-"domyślną lokalizację GOsa."
-
-#. Type: string
-#. Description
-#: ../gosa-desktop.templates:1001
-msgid "Enter the URL in order to set this default."
-msgstr "Proszę podać URL w celu ustawienia go domyślnym."
\ No newline at end of file
diff --git a/gosa-core/debian/po/pt.po b/gosa-core/debian/po/pt.po
+++ /dev/null
@@ -1,41 +0,0 @@
-# translation of gosa debconf to Portuguese
-# GOsa desktop file installer.
-# Copyright (C) 2007 Américo Monteiro
-# This file is distributed under the same license as the gosa-desktop package.
-#
-# Américo Monteiro <a_monteiro@netcabo.pt>, 2007.
-msgid ""
-msgstr ""
-"Project-Id-Version: gosa 2.5.12-1\n"
-"Report-Msgid-Bugs-To: cajus@debian.org\n"
-"POT-Creation-Date: 2007-06-27 10:59+0200\n"
-"PO-Revision-Date: 2007-08-01 23:35+0100\n"
-"Last-Translator: Américo Monteiro <a_monteiro@netcabo.pt>\n"
-"Language-Team: Portuguese <traduz@debianpt.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.4\n"
-
-#. Type: string
-#. Description
-#: ../gosa-desktop.templates:1001
-msgid "URL to your GOsa installation:"
-msgstr "URL da sua instalação GOsa:"
-
-#. Type: string
-#. Description
-#: ../gosa-desktop.templates:1001
-msgid ""
-"The gosa start script can automatically point your browser to a system wide "
-"default location of your GOsa instance."
-msgstr ""
-"O script de arranque do gosa pode automaticamente apontar o seu navegador Web "
-"para uma localização de omissão da sua instância GOsa para todo o sistema."
-
-#. Type: string
-#. Description
-#: ../gosa-desktop.templates:1001
-msgid "Enter the URL in order to set this default."
-msgstr "Indique o URL para regular isto como omissão."
-
diff --git a/gosa-core/debian/po/pt_BR.po b/gosa-core/debian/po/pt_BR.po
+++ /dev/null
@@ -1,37 +0,0 @@
-# translation of gosa debconf to Portuguese
-# GOsa desktop file installer.
-# Copyright (C) 2007 Américo Monteiro
-# This file is distributed under the same license as the gosa-desktop package.
-#
-# Américo Monteiro <a_monteiro@netcabo.pt>, 2007.
-msgid ""
-msgstr ""
-"Project-Id-Version: gosa 2.5.12-1\n"
-"Report-Msgid-Bugs-To: cajus@debian.org\n"
-"POT-Creation-Date: 2007-06-27 10:59+0200\n"
-"PO-Revision-Date: 2010-03-25 12:53-0300\n"
-"Last-Translator: Marcos Amorim <marcosmamorim@gmail.com>\n"
-"Language-Team: Portuguese <traduz@debianpt.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.4\n"
-
-#. Type: string
-#. Description
-#: ../gosa-desktop.templates:1001
-msgid "URL to your GOsa installation:"
-msgstr "URL da sua instalação GOsa:"
-
-#. Type: string
-#. Description
-#: ../gosa-desktop.templates:1001
-msgid "The gosa start script can automatically point your browser to a system wide default location of your GOsa instance."
-msgstr "O script de inicialização do gosa pode automaticamente apontar o seu navegador Web para uma localização de sua instância GOsa para todo o sistema."
-
-#. Type: string
-#. Description
-#: ../gosa-desktop.templates:1001
-msgid "Enter the URL in order to set this default."
-msgstr "Indique o URL para regular isto como omissão."
-
diff --git a/gosa-core/debian/po/ru.po b/gosa-core/debian/po/ru.po
+++ /dev/null
@@ -1,43 +0,0 @@
-# translation of ru.po to Russian
-# GOsa desktop file installer.
-# Copyright (C) 2007 Cajus Pollmeier <cajus@debian.org>
-# This file is distributed under the same license as the gosa-desktop package.
-#
-# Cajus Pollmeier <cajus@debian.org>, 2007.
-# Yuri Kozlov <kozlov.y@gmail.com>, 2008.
-msgid ""
-msgstr ""
-"Project-Id-Version: gosa NEW\n"
-"Report-Msgid-Bugs-To: cajus@debian.org\n"
-"POT-Creation-Date: 2007-06-27 10:59+0200\n"
-"PO-Revision-Date: 2008-10-20 20:39+0400\n"
-"Last-Translator: Yuri Kozlov <kozlov.y@gmail.com>\n"
-"Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.4\n"
-"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
-
-#. Type: string
-#. Description
-#: ../gosa-desktop.templates:1001
-msgid "URL to your GOsa installation:"
-msgstr "URL установленной GOsa:"
-
-#. Type: string
-#. Description
-#: ../gosa-desktop.templates:1001
-msgid ""
-"The gosa start script can automatically point your browser to a system wide "
-"default location of your GOsa instance."
-msgstr ""
-"Сценарий запуска gosa может автоматически указать вашему браузеру "
-"общесистемное месторасположение по умолчанию экземпляра GOsa."
-
-#. Type: string
-#. Description
-#: ../gosa-desktop.templates:1001
-msgid "Enter the URL in order to set this default."
-msgstr "Введите URL для настройки этого значения по умолчанию."
-
diff --git a/gosa-core/debian/po/sv.po b/gosa-core/debian/po/sv.po
+++ /dev/null
@@ -1,43 +0,0 @@
-# translation of gosa_2.5.16.1-3_sv.po to Swedish
-# GOsa desktop file installer.
-# Copyright (C) 2007 Cajus Pollmeier <cajus@debian.org>
-# This file is distributed under the same license as the gosa-desktop package.
-#
-# Cajus Pollmeier <cajus@debian.org>, 2007.
-# Martin Ågren <martin.agren@gmail.com>, 2008.
-msgid ""
-msgstr ""
-"Project-Id-Version: gosa_2.5.16.1-3_sv\n"
-"Report-Msgid-Bugs-To: cajus@debian.org\n"
-"POT-Creation-Date: 2007-06-27 10:59+0200\n"
-"PO-Revision-Date: 2008-07-23 20:47+0200\n"
-"Last-Translator: Martin Ågren <martin.agren@gmail.com>\n"
-"Language-Team: Swedish <debian-l10n-swedish@lists.debian.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=UTF-8\n"
-"Content-Transfer-Encoding: 8bit\n"
-"X-Generator: KBabel 1.11.4\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
-
-#. Type: string
-#. Description
-#: ../gosa-desktop.templates:1001
-msgid "URL to your GOsa installation:"
-msgstr "URL till din GOsa-installation:"
-
-#. Type: string
-#. Description
-#: ../gosa-desktop.templates:1001
-msgid ""
-"The gosa start script can automatically point your browser to a system wide "
-"default location of your GOsa instance."
-msgstr ""
-"gosa-startskriptet kan automatiskt peka din webbläsare till en systemtäckande "
-"standardplats för din GOsa-instans."
-
-#. Type: string
-#. Description
-#: ../gosa-desktop.templates:1001
-msgid "Enter the URL in order to set this default."
-msgstr "Ange URL:en för att sätta detta standardvärde."
-
diff --git a/gosa-core/debian/po/templates.pot b/gosa-core/debian/po/templates.pot
+++ /dev/null
@@ -1,37 +0,0 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
-#
-#, fuzzy
-msgid ""
-msgstr ""
-"Project-Id-Version: PACKAGE VERSION\n"
-"Report-Msgid-Bugs-To: cajus@debian.org\n"
-"POT-Creation-Date: 2008-12-01 10:40+0100\n"
-"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
-"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
-"Language-Team: LANGUAGE <LL@li.org>\n"
-"MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=CHARSET\n"
-"Content-Transfer-Encoding: 8bit\n"
-
-#. Type: string
-#. Description
-#: ../gosa-desktop.templates:1001
-msgid "URL to your GOsa installation:"
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../gosa-desktop.templates:1001
-msgid ""
-"The gosa start script can automatically point your browser to a system wide "
-"default location of your GOsa instance."
-msgstr ""
-
-#. Type: string
-#. Description
-#: ../gosa-desktop.templates:1001
-msgid "Enter the URL in order to set this default."
-msgstr ""
diff --git a/gosa-core/debian/rules b/gosa-core/debian/rules
--- a/gosa-core/debian/rules
+++ /dev/null
@@ -1,86 +0,0 @@
-#!/usr/bin/make -f
-# -*- makefile -*-
-# debian/rules file to build GOsa packages.
-#
-# This file was originally written by Joey Hess and Craig Small.
-# As a special exception, when this file is copied by dh-make into a
-# dh-make output file, you may use that output file without restriction.
-# This special exception was added by Craig Small in version 0.37 of dh-make.
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-# This has to be exported to make some magic below work.
-export DH_OPTIONS
-
-configure: configure-stamp
-configure-stamp:
- dh_testdir
- touch configure-stamp
-
-build: patch build-indep
- #*************************************************
- #* Building GOsa into a Debian/GNU Linux Package *
- #* please stand by *
- #*************************************************
-
-
-build-indep: build-indep-stamp
-build-indep-stamp: configure-stamp
- touch $@
-
-clean: clean-patched unpatch
-clean-patched:
- dh_testdir
- dh_testroot
- rm -f build-indep-stamp configure-stamp
-
- dh_clean
-
-unpatch:
- dpatch deapply-all
- rm -rf patch-stamp debian/patched
-
-install: install-indep
-install-indep:
- dh_testdir
- dh_testroot
- dh_clean -k -i
- dh_installdirs -i
- dh_install -i --exclude COPYING
-
-binary-common:
- dh_testdir
- dh_testroot
- install -D -m 644 debian/gosa.lintian-overrides debian/gosa/usr/share/lintian/overrides/gosa
- dh_installchangelogs Changelog
- dh_installdocs
- dh_installexamples
- dh_installmenu
- dh_installdebconf
- dh_installman
- rm -rf debian/gosa/usr/share/gosa/include/smarty
- dh_strip
- dh_desktop
- dh_compress
- # This is an ugly workaround to preserve gosa.conf from beeing compressed. Excluding it
- # above does not work, because the manual page will match the expression, too.
- gzip -d debian/gosa/usr/share/doc/gosa/gosa.conf.gz
- dh_fixperms
- dh_installdeb
- dh_gencontrol
- dh_md5sums
- dh_builddeb
-
-patch: patch-stamp
-patch-stamp:
- dpatch apply-all
- dpatch cat-all >patch-stamp
-
-binary-indep: build-indep install-indep
- $(MAKE) -f debian/rules DH_OPTIONS=-i binary-common
-
-binary: binary-indep
-
-binary-arch:
-.PHONY: build clean binary-indep binary install install-indep configure
diff --git a/gosa-core/debian/smarty-acl-render.dirs b/gosa-core/debian/smarty-acl-render.dirs
+++ /dev/null
@@ -1 +0,0 @@
-usr/share/php/smarty/libs/plugins
diff --git a/gosa-core/debian/smarty-acl-render.install b/gosa-core/debian/smarty-acl-render.install
+++ /dev/null
@@ -1,3 +0,0 @@
-include/smarty/plugins/block.render.php /usr/share/php/smarty/libs/plugins
-include/smarty/plugins/function.msgPool.php /usr/share/php/smarty/libs/plugins
-include/smarty/plugins/function.factory.php /usr/share/php/smarty/libs/plugins
diff --git a/gosa-core/debian/watch b/gosa-core/debian/watch
--- a/gosa-core/debian/watch
+++ /dev/null
@@ -1,3 +0,0 @@
-version=3
-
-http://oss.gonicus.de/pub/gosa/gosa-(.*)\.tar\.gz
diff --git a/gosa-core/locale/core/de/LC_MESSAGES/messages.po b/gosa-core/locale/core/de/LC_MESSAGES/messages.po
index 8ca1de0c2d8b47bf2978d837961a9a2a985698e3..a8277ee88e084a3530754e849da608887fadb12b 100644 (file)
msgstr ""
"Project-Id-Version: messages\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-07-29 20:30+0200\n"
+"POT-Creation-Date: 2010-08-02 20:33+0200\n"
"PO-Revision-Date: 2009-10-05 15:19+0200\n"
"Last-Translator: Cajus Pollmeier <pollmeier@gonicus.de>\n"
"Language-Team: de <kde-i18n-de@kde.org>\n"
+"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ihtml/themes/default/userFilterEditor.tpl:11 include/class_acl.inc:262
#: include/class_SnapShotDialog.inc:55 include/class_userFilter.inc:55
-#: include/class_userFilter.inc:150 include/class_userFilterEditor.inc:230
-#: include/class_userFilterEditor.inc:234
+#: include/class_userFilter.inc:150 include/class_userFilterEditor.inc:236
+#: include/class_userFilterEditor.inc:240
#: plugins/generic/dashBoard/dbChannelStatus/class_dbChannelStatus.inc:14
#: plugins/generic/dashBoard/dbPluginStatus/class_dbPluginStatus.inc:26
#: plugins/generic/references/class_reference.inc:57
#: ihtml/themes/default/userFilterEditor.tpl:19 include/class_acl.inc:252
#: include/class_acl.inc:262 include/class_SnapShotDialog.inc:174
-#: include/class_userFilter.inc:55 include/class_userFilterEditor.inc:239
+#: include/class_userFilter.inc:55 include/class_userFilterEditor.inc:245
#: plugins/generic/dashBoard/dbChannelStatus/class_dbChannelStatus.inc:14
#: plugins/generic/dashBoard/dbPluginStatus/class_dbPluginStatus.inc:26
#: plugins/generic/references/class_reference.inc:57
msgid "Your password has been changed successfully."
msgstr ""
-#: ihtml/themes/default/password.tpl:65 html/main.php:208
+#: ihtml/themes/default/password.tpl:65 html/main.php:220
#: plugins/admin/users/class_userManagement.inc:391
#: plugins/personal/password/class_password.inc:126
#: plugins/personal/password/class_password.inc:129
msgid "Session expires in %d!"
msgstr "Die Sitzung ist nicht verschlüsselt!"
-#: html/password.php:61 html/main.php:158 include/functions.inc:465
+#: html/password.php:61 html/main.php:170 include/functions.inc:465
#: include/.svn/tmp/tempfile.tmp:447 include/.svn/tmp/tempfile.2.tmp:447
#: include/utils/class_xml.inc:43
#: plugins/admin/departments/class_department.inc:439
msgstr "Die GOsa-Konfigurationsdatei %s/%s ist nicht lesbar. Abgebrochen."
#: html/password.php:113 html/index.php:157 html/index.php:233
-#: html/main.php:273
+#: html/main.php:285
#: include/password-methods/class_password-methods-ssha.inc:51
#: include/password-methods/class_password-methods-sha.inc:48
#: include/class_SnapshotHandler.inc:44 include/class_SnapshotHandler.inc:57
#: include/class_SnapshotHandler.inc:75 include/functions.inc:837
-#: include/functions.inc:3107 include/functions.inc:3150
-#: include/functions.inc:3163 include/.svn/tmp/tempfile.tmp:802
+#: include/functions.inc:3109 include/functions.inc:3152
+#: include/functions.inc:3165 include/.svn/tmp/tempfile.tmp:802
#: include/.svn/tmp/tempfile.tmp:3027 include/.svn/tmp/tempfile.tmp:3059
#: include/.svn/tmp/tempfile.tmp:3072 include/.svn/tmp/tempfile.2.tmp:802
#: include/.svn/tmp/tempfile.2.tmp:3080 include/.svn/tmp/tempfile.2.tmp:3112
#: include/.svn/tmp/tempfile.2.tmp:3125 include/utils/class_timezone.inc:47
-#: include/class_config.inc:162 include/class_config.inc:685
-#: include/class_config.inc:1145 include/class_config.inc:1158
-#: include/class_config.inc:1176 include/class_pluglist.inc:117
+#: include/class_config.inc:172 include/class_config.inc:695
+#: include/class_config.inc:1155 include/class_config.inc:1168
+#: include/class_config.inc:1186 include/class_pluglist.inc:117
#: include/class_CopyPasteHandler.inc:119
#: include/class_CopyPasteHandler.inc:128
#: include/class_CopyPasteHandler.inc:177
@@ -794,10 +795,11 @@ msgstr "Das externe Passwort-Änderungsprogramm hat einen Fehler gemeldet: %s."
#: include/class_configRegistry.inc:670 include/class_configRegistry.inc:685
#: include/class_configRegistry.inc:700 include/class_configRegistry.inc:715
#: include/class_configRegistry.inc:731 include/class_configRegistry.inc:736
-#: include/class_configRegistry.inc:753 include/class_configRegistry.inc:758
-#: include/class_configRegistry.inc:776 include/class_configRegistry.inc:781
-#: include/class_configRegistry.inc:797 include/class_configRegistry.inc:812
-#: include/class_configRegistry.inc:827
+#: include/class_configRegistry.inc:756 include/class_configRegistry.inc:761
+#: include/class_configRegistry.inc:778 include/class_configRegistry.inc:783
+#: include/class_configRegistry.inc:801 include/class_configRegistry.inc:806
+#: include/class_configRegistry.inc:822 include/class_configRegistry.inc:837
+#: include/class_configRegistry.inc:852
#: plugins/admin/groups/class_group.inc:832
#: plugins/admin/departments/dep_move_confirm.tpl:2
#: plugins/personal/posix/class_posixAccount.inc:651
msgid "Broken HTTP authentication setup!"
msgstr "Es gab ein Problem mit der Authentisierungseinrichtung!"
-#: html/index.php:241 html/index.php:245 include/class_management.inc:483
-#: include/class_management.inc:644
+#: html/index.php:241 html/index.php:245 include/class_management.inc:508
+#: include/class_management.inc:669
#: include/password-methods/class_password-methods.inc:277
-#: include/class_listing.inc:536 include/functions.inc:3135
-#: include/functions.inc:3441 include/functions.inc:3455
-#: include/functions.inc:3485 include/functions.inc:3493
-#: include/functions.inc:3505 include/functions.inc:3509
-#: include/functions.inc:3524 include/functions.inc:3533
-#: include/functions.inc:3593 include/class_tabs.inc:56
+#: include/class_listing.inc:536 include/functions.inc:3137
+#: include/functions.inc:3443 include/functions.inc:3457
+#: include/functions.inc:3487 include/functions.inc:3495
+#: include/functions.inc:3507 include/functions.inc:3511
+#: include/functions.inc:3526 include/functions.inc:3535
+#: include/functions.inc:3595 include/class_tabs.inc:56
#: include/.svn/tmp/tempfile.tmp:3353 include/.svn/tmp/tempfile.tmp:3367
#: include/.svn/tmp/tempfile.tmp:3397 include/.svn/tmp/tempfile.tmp:3405
#: include/.svn/tmp/tempfile.tmp:3417 include/.svn/tmp/tempfile.tmp:3421
#: include/.svn/tmp/tempfile.2.tmp:3458 include/.svn/tmp/tempfile.2.tmp:3470
#: include/.svn/tmp/tempfile.2.tmp:3474 include/.svn/tmp/tempfile.2.tmp:3489
#: include/.svn/tmp/tempfile.2.tmp:3498 include/.svn/tmp/tempfile.2.tmp:3558
-#: include/class_plugin.inc:1621 include/class_plugin.inc:1628
+#: include/class_plugin.inc:1647 include/class_plugin.inc:1654
#: include/utils/class_xml.inc:40 include/utils/class_msgPool.inc:137
#: include/utils/class_msgPool.inc:149 include/utils/class_msgPool.inc:167
#: include/utils/class_msgPool.inc:440 include/utils/class_msgPool.inc:461
#: include/functions.inc:537 include/functions.inc:583
#: include/functions.inc:852 include/functions.inc:901
#: include/functions.inc:958 include/functions.inc:1008
-#: include/functions.inc:3086 include/functions.inc:3367
+#: include/functions.inc:3088 include/functions.inc:3369
#: include/.svn/tmp/tempfile.tmp:476 include/.svn/tmp/tempfile.tmp:511
#: include/.svn/tmp/tempfile.tmp:519 include/.svn/tmp/tempfile.tmp:565
#: include/.svn/tmp/tempfile.tmp:817 include/.svn/tmp/tempfile.tmp:866
#: include/.svn/tmp/tempfile.2.tmp:817 include/.svn/tmp/tempfile.2.tmp:866
#: include/.svn/tmp/tempfile.2.tmp:923 include/.svn/tmp/tempfile.2.tmp:976
#: include/.svn/tmp/tempfile.2.tmp:3059 include/.svn/tmp/tempfile.2.tmp:3332
-#: include/class_userFilter.inc:275 include/class_ldap.inc:756
-#: include/class_ldap.inc:1173 include/class_config.inc:344
+#: include/class_userFilter.inc:275 include/class_ldap.inc:775
+#: include/class_ldap.inc:1192 include/class_config.inc:354
#: plugins/generic/references/class_reference.inc:97
#: plugins/admin/ogroups/class_ogroup.inc:749
#: plugins/admin/ogroups/class_ogroup.inc:766
@@ -1000,54 +1002,54 @@ msgstr "Das Konto ist gesperrt. Bitte benachrichtigen Sie den Administrator!"
msgid "Smarty"
msgstr "Smarty"
-#: html/main.php:159
+#: html/main.php:171
#, fuzzy, php-format
msgid "Cannot locate file %s - please run %s to fix this"
msgstr ""
"Konnte Datei '%s' nicht finden - bitte führen Sie '%s' aus um das Problem zu "
"beseitigen"
-#: html/main.php:178
+#: html/main.php:190
msgid "PHP configuration"
msgstr "PHP-Konfiguration"
-#: html/main.php:179
+#: html/main.php:191
msgid ""
"FATAL: Register globals is active. Please fix this in order to continue."
msgstr ""
-#: html/main.php:208
+#: html/main.php:220
msgid "Your password is about to expire, please change your password!"
msgstr "Ihr Passwort ist fast abgelaufen, bitte setzen Sie ein neues!"
-#: html/main.php:273
+#: html/main.php:285
msgid "Running out of memory!"
msgstr "Der verfügbare Arbeitsspeicher wird knapp!"
-#: html/main.php:333
-msgid "ACLs are disabled"
-msgstr "ACLs sind deaktiviert"
-
-#: html/main.php:333 html/main.php:335
+#: html/main.php:345
#, php-format
msgid "You're logged in as %s"
msgstr "Sie sind als %s angemeldet"
-#: html/main.php:383
+#: html/main.php:348
+msgid "ACLs are disabled"
+msgstr "ACLs sind deaktiviert"
+
+#: html/main.php:398
#, fuzzy
msgid "Plug-in"
msgstr "Erweiterung"
-#: html/main.php:384
+#: html/main.php:399
#, fuzzy, php-format
msgid "FATAL: Cannot find any plugin definitions for plugin %s!"
msgstr "FATAL: Es kann kein Plugin für die Definition '%s' gefunden werden!"
-#: html/main.php:400
+#: html/main.php:415
msgid "Configuration Error"
msgstr "Konfigurationsfehler"
-#: html/main.php:401
+#: html/main.php:416
#, php-format
msgid ""
"FATAL: not all POST variables have been transfered by PHP - please inform "
msgid "unconfigured"
msgstr "unkonfiguriert"
-#: include/class_management.inc:304 include/class_management.inc:462
-#: include/class_management.inc:509 include/class_management.inc:524
-#: include/class_management.inc:561 include/class_management.inc:575
+#: include/class_management.inc:324 include/class_management.inc:487
+#: include/class_management.inc:534 include/class_management.inc:549
+#: include/class_management.inc:586 include/class_management.inc:600
#: plugins/admin/users/class_userManagement.inc:228
#: plugins/admin/users/class_userManagement.inc:744
msgid "Permission"
msgstr "Berechtigung"
-#: include/class_management.inc:385
+#: include/class_management.inc:405
#: plugins/admin/users/class_userManagement.inc:702
#: plugins/admin/users/class_userManagement.inc:706
#: plugins/admin/acl/class_aclManagement.inc:98
msgid "Permission error"
msgstr "Berechtigungsfehler"
-#: include/class_management.inc:462
+#: include/class_management.inc:487
#, fuzzy, php-format
msgid "You are not allowed to create a snapshot for %s!"
msgstr "Ihnen ist es nicht erlaubt, einen Snapshot für %s zu erstellen."
-#: include/class_management.inc:509 include/class_management.inc:561
-#: include/class_management.inc:575
+#: include/class_management.inc:534 include/class_management.inc:586
+#: include/class_management.inc:600
#, fuzzy, php-format
msgid "You are not allowed to restore a snapshot for %s!"
msgstr "Ihnen ist es nicht erlaubt, einen Snapshot für %s wiederherzustellen."
-#: include/class_management.inc:524
+#: include/class_management.inc:549
#, fuzzy, php-format
msgid "You are not allowed to remove a snapshot for %s!"
msgstr "Ihnen ist es nicht erlaubt, einen Snapshot für %s wiederherzustellen."
-#: include/class_management.inc:634 include/class_management.inc:718
+#: include/class_management.inc:659 include/class_management.inc:743
#: include/class_acl.inc:978 include/class_session.inc:76
#: include/class_session.inc:101 include/class_session.inc:127
#: include/functions.inc:623 include/functions.inc:827
@@ -1129,15 +1131,15 @@ msgstr "Ihnen ist es nicht erlaubt, einen Snapshot für %s wiederherzustellen."
#: include/.svn/tmp/tempfile.2.tmp:605 include/.svn/tmp/tempfile.2.tmp:792
#: include/.svn/tmp/tempfile.2.tmp:910 include/.svn/tmp/tempfile.2.tmp:1308
#: include/.svn/tmp/tempfile.2.tmp:2372 include/.svn/tmp/tempfile.2.tmp:2406
-#: include/.svn/tmp/tempfile.2.tmp:2426 include/class_ldap.inc:693
-#: include/class_ldap.inc:744 include/class_log.inc:87
+#: include/.svn/tmp/tempfile.2.tmp:2426 include/class_ldap.inc:712
+#: include/class_ldap.inc:763 include/class_log.inc:87
#: include/class_CopyPasteHandler.inc:160
#: include/class_CopyPasteHandler.inc:274
#: plugins/personal/myaccount/main.inc:52
msgid "Internal error"
msgstr "Interner Fehler"
-#: include/class_management.inc:635 include/class_management.inc:719
+#: include/class_management.inc:660 include/class_management.inc:744
#: plugins/personal/myaccount/main.inc:53
#, fuzzy, php-format
msgid ""
"Kann das Karteireiter-Plugin nicht instanzieren. Das Basis-Plugin (%s) ist "
"nicht verfügbar!"
-#: include/class_management.inc:644
+#: include/class_management.inc:669
#, fuzzy, php-format
msgid ""
"No tab definition for %s found in configuration file: cannot create plugin "
"The snapshot functionality is enabled but the required variable %s is not "
"set!"
msgstr ""
-"Die Snapshot-Funktionalität ist aktiviert, aber die erforderliche Variable '%"
-"s' ist nicht gesetzt."
+"Die Snapshot-Funktionalität ist aktiviert, aber die erforderliche Variable "
+"'%s' ist nicht gesetzt."
#: include/class_SnapshotHandler.inc:58
#, fuzzy, php-format
msgstr "Ausschneiden"
#: include/class_listing.inc:1460 include/class_listing.inc:1462
-#: include/class_CopyPasteHandler.inc:570
+#: include/class_CopyPasteHandler.inc:571
msgid "Paste"
msgstr "Einfügen"
#, fuzzy, php-format
msgid "Fatal error: cannot instantiate class %s - try running %s to fix this"
msgstr ""
-"Schwerer Fehler: Kann Klasse '%s' nicht instanziieren - bitte führen Sie '%"
-"s' aus um das Problem zu beheben"
+"Schwerer Fehler: Kann Klasse '%s' nicht instanziieren - bitte führen Sie "
+"'%s' aus um das Problem zu beheben"
#: include/functions.inc:466
#, fuzzy, php-format
msgid "Russian"
msgstr "Russisch"
-#: include/functions.inc:3106
+#: include/functions.inc:3108
#, fuzzy, php-format
msgid ""
"Command %s specified as post modify action for plugin %s does not exist!"
msgstr ""
"Das als '%s'-Erweiterung angegebene Kommando für Modul '%s' existiert nicht!"
-#: include/functions.inc:3150
+#: include/functions.inc:3152
#, fuzzy
msgid "Cannot generate SAMBA hash!"
msgstr "Kann Samba-Hash nicht erzeugen!"
-#: include/functions.inc:3163
+#: include/functions.inc:3165
#, fuzzy, php-format
msgid "Generating SAMBA hash by running %s failed: check %s!"
msgstr ""
"Kann keinen SAMBA-Hash generieren: die Ausführung von '%s' ist "
"fehlgeschlagen, prüfen Sie den 'sambaHashHook'!"
-#: include/functions.inc:3441 include/functions.inc:3455
-#: include/functions.inc:3493 include/functions.inc:3505
-#: include/functions.inc:3509 include/functions.inc:3524
-#: include/functions.inc:3533
+#: include/functions.inc:3443 include/functions.inc:3457
+#: include/functions.inc:3495 include/functions.inc:3507
+#: include/functions.inc:3511 include/functions.inc:3526
+#: include/functions.inc:3535
#, fuzzy
msgid "Cannot allocate free ID:"
msgstr "Konnte keine freie ID allozieren:"
-#: include/functions.inc:3441 include/.svn/tmp/tempfile.tmp:3353
+#: include/functions.inc:3443 include/.svn/tmp/tempfile.tmp:3353
#: include/.svn/tmp/tempfile.2.tmp:3406
msgid "unknown idAllocation method!"
msgstr "unbekannte idAllocation-Methode!"
-#: include/functions.inc:3455 include/.svn/tmp/tempfile.tmp:3367
+#: include/functions.inc:3457 include/.svn/tmp/tempfile.tmp:3367
#: include/.svn/tmp/tempfile.2.tmp:3420
#, php-format
msgid "%sPoolMin >= %sPoolMax!"
msgstr "%sPoolMin >= %sPoolMax!"
-#: include/functions.inc:3485 include/.svn/tmp/tempfile.tmp:3397
+#: include/functions.inc:3487 include/.svn/tmp/tempfile.tmp:3397
#: include/.svn/tmp/tempfile.2.tmp:3450
msgid "Cannot create sambaUnixIdPool entry!"
msgstr "kann sambaUnixIdPool-Eintrag nicht anlegen!"
-#: include/functions.inc:3493 include/.svn/tmp/tempfile.tmp:3405
+#: include/functions.inc:3495 include/.svn/tmp/tempfile.tmp:3405
#: include/.svn/tmp/tempfile.2.tmp:3458
msgid "sambaUnixIdPool is not unique!"
msgstr "sambaUnixIdPool ist nicht eindeutig!"
-#: include/functions.inc:3505 include/functions.inc:3509
+#: include/functions.inc:3507 include/functions.inc:3511
#: include/.svn/tmp/tempfile.tmp:3417 include/.svn/tmp/tempfile.tmp:3421
#: include/.svn/tmp/tempfile.2.tmp:3470 include/.svn/tmp/tempfile.2.tmp:3474
msgid "no ID available!"
msgstr "keine ID verfügbar!"
-#: include/functions.inc:3533
+#: include/functions.inc:3535
#, fuzzy
msgid "maximum number of tries exceeded!"
msgstr "maximale Anzahl von Versuchen abgelaufen!"
-#: include/functions.inc:3593
+#: include/functions.inc:3595
#, fuzzy
msgid "Cannot allocate free ID!"
msgstr "Konnte keine freie ID allozieren!"
msgid ""
"Fatal error: cannot instantiate class '%s' - try running '%s' to fix this"
msgstr ""
-"Schwerer Fehler: Kann Klasse '%s' nicht instanziieren - bitte führen Sie '%"
-"s' aus um das Problem zu beheben"
+"Schwerer Fehler: Kann Klasse '%s' nicht instanziieren - bitte führen Sie "
+"'%s' aus um das Problem zu beheben"
#: include/.svn/tmp/tempfile.tmp:448 include/.svn/tmp/tempfile.2.tmp:448
#, fuzzy, php-format
msgid "Edit filters"
msgstr "Filter bearbeiten"
-#: include/class_userFilterEditor.inc:248
+#: include/class_userFilterEditor.inc:254
#, fuzzy, php-format
msgid "Error in filter #%s: %s opening and %s closing brackets detected!"
msgstr ""
"Bitte prüfen Sie den Filter #%s. Sie haben '%s' öffnende und '%s' "
"schliessende Klammern!"
-#: include/class_plugin.inc:558
+#: include/class_plugin.inc:581
msgid ""
"The current object has been altered while beeing edited. If you save this "
"entry, changes that have been made by others will be discarded!"
msgstr ""
-#: include/class_plugin.inc:1359
+#: include/class_plugin.inc:1385
#, php-format
msgid "Changing ACL DN from %s to %s"
msgstr ""
msgstr ""
"Die angegebene Basis ist ungültig. Der alte Wert wurde wieder hergestellt!"
-#: include/class_ldap.inc:233 include/class_ldap.inc:266
+#: include/class_ldap.inc:233 include/class_ldap.inc:270
msgid "Performance warning"
msgstr "Leistungswarnung"
-#: include/class_ldap.inc:233 include/class_ldap.inc:266
+#: include/class_ldap.inc:233 include/class_ldap.inc:270
#, fuzzy, php-format
msgid "LDAP performance is poor: last query took %.2fs!"
msgstr ""
"Die LDAP-Leistung ist mangelhaft: Die letzte Abfrage dauerte etwa %.2f "
"Sekunden!"
-#: include/class_ldap.inc:693
+#: include/class_ldap.inc:712
#, fuzzy, php-format
msgid "Cannot automatically create subtrees with RDN %s: no object class found"
msgstr ""
"Kann Teilbäume mit RDN '%s' nicht automatisch erzeugen: keine Objektklasse "
"gefunden!"
-#: include/class_ldap.inc:744
+#: include/class_ldap.inc:763
#, fuzzy, php-format
msgid "Cannot automatically create subtrees with RDN %s: not supported"
msgstr ""
"Kann Teilbäume mit RDN '%s' nicht automatisch erzeugen: nicht unterstützt"
-#: include/class_ldap.inc:831
+#: include/class_ldap.inc:850
#, fuzzy, php-format
msgid "while operating on %s using LDAP server %s"
msgstr "während der Arbeit mit '%s' auf dem LDAP-Server '%s'"
-#: include/class_ldap.inc:833
+#: include/class_ldap.inc:852
#, php-format
msgid "while operating on LDAP server %s"
msgstr "während der Arbeit auf LDAP-Server '%s'"
-#: include/class_ldap.inc:1006
+#: include/class_ldap.inc:1025
#, fuzzy, php-format
msgid ""
"Invalid DN %s: block to be imported should start with 'dn: ...' in line %s"
"Dies ist keine valide DN: '%s'. Ein Block für den Import sollte mit "
"'dn:...' beginnen in Zeile %s"
-#: include/class_ldap.inc:1035
+#: include/class_ldap.inc:1054
#, fuzzy, php-format
msgid "Error while importing DN %s: please check LDIF from line %s on!"
msgstr ""
msgid "The path '%s' specified for '%s:%s' is invalid!"
msgstr "'%s' Kommando für Modul %s ist ungültig!"
-#: include/class_configRegistry.inc:732 include/class_configRegistry.inc:754
+#: include/class_configRegistry.inc:732 include/class_configRegistry.inc:779
#, fuzzy, php-format
msgid "The folder '%s' specified for '%s:%s' does not exists!"
msgstr ""
msgid "The folder '%s' specified for '%s:%s' cannot be used for reading!"
msgstr ""
-#: include/class_configRegistry.inc:759
+#: include/class_configRegistry.inc:757
+#, fuzzy, php-format
+msgid ""
+"The file '%s' specified for '%s:%s' cannot be created neither be used for "
+"writing!"
+msgstr ""
+"Das als '%s'-Erweiterung angegebene Kommando für Modul '%s' existiert nicht!"
+
+#: include/class_configRegistry.inc:762
+#, fuzzy, php-format
+msgid "The file '%s' specified for '%s:%s' cannot be used for writing!"
+msgstr ""
+"Das als '%s'-Erweiterung angegebene Kommando für Modul '%s' existiert nicht!"
+
+#: include/class_configRegistry.inc:784
#, php-format
msgid "The folder '%s' specified for '%s:%s' cannot be used for writing!"
msgstr ""
-#: include/class_configRegistry.inc:777
+#: include/class_configRegistry.inc:802
#, fuzzy, php-format
msgid "The file '%s' specified for '%s:%s' does not exists!"
msgstr ""
"Das als '%s'-Erweiterung angegebene Kommando für Modul '%s' existiert nicht!"
-#: include/class_configRegistry.inc:782
+#: include/class_configRegistry.inc:807
#, php-format
msgid "The file '%s' specified for '%s:%s' cannot be read!"
msgstr ""
-#: include/class_configRegistry.inc:798
+#: include/class_configRegistry.inc:823
#, fuzzy, php-format
msgid "The command '%s' specified for '%s:%s' is invalid!"
msgstr "'%s' Kommando (%s) für Modul %s ist ungültig!"
-#: include/class_configRegistry.inc:813
+#: include/class_configRegistry.inc:838
#, fuzzy, php-format
msgid "The dn '%s' specified for '%s:%s' is invalid!"
msgstr "'%s' Kommando für Modul %s ist ungültig!"
-#: include/class_configRegistry.inc:828
+#: include/class_configRegistry.inc:853
#, fuzzy, php-format
msgid "The rdn '%s' specified for '%s:%s' is invalid!"
msgstr "'%s' Kommando für Modul %s ist ungültig!"
msgid "Cannot remove entry %s!"
msgstr "Kann Eintrag %s nicht entfernen!"
-#: include/class_config.inc:159
+#: include/class_config.inc:169
#, php-format
msgid "XML error in gosa.conf: %s at line %d"
msgstr "XML-Fehler in der Datei gosa.conf: %s in Zeile %d"
-#: include/class_config.inc:344
+#: include/class_config.inc:354
msgid "Cannot bind to LDAP!"
msgstr "Kann nicht mit dem LDAP-Server verbinden!"
-#: include/class_config.inc:685
+#: include/class_config.inc:695
msgid "sambaSID and/or sambaRidBase missing in the configuration!"
msgstr "sambaSID und/oder sambaRidBase fehlen in der Konfiguration!"
-#: include/class_config.inc:1104
+#: include/class_config.inc:1114
msgid "Configuration"
msgstr "Konfiguration"
-#: include/class_config.inc:1104
+#: include/class_config.inc:1114
#, fuzzy
msgid ""
"The configuration file you are using is outdated. Please move the GOsa "
"Die von Ihnen verwendete Konfigurationsdatei scheint veraltet zu sein. Bitte "
"entfernen Sie diese Datei und starten Sie das GOsa-Setup."
-#: include/class_config.inc:1146 include/class_config.inc:1177
+#: include/class_config.inc:1156 include/class_config.inc:1187
#, fuzzy, php-format
msgid ""
"The snapshot functionality is enabled, but the required variable %s is not "
"set."
msgstr ""
-"Die Snapshot-Funktionalität ist aktiviert, aber die erforderliche Variable '%"
-"s' ist nicht gesetzt."
+"Die Snapshot-Funktionalität ist aktiviert, aber die erforderliche Variable "
+"'%s' ist nicht gesetzt."
-#: include/class_config.inc:1159
+#: include/class_config.inc:1169
#, fuzzy, php-format
msgid ""
"The snapshot functionality is enabled, but the required compression module "
"Sie beispielsweise über Kerberos authentifizieren möchten."
#: include/class_core.inc:245
+msgid "Enables/Disables GOSa usage statistics moduls."
+msgstr ""
+
+#: include/class_core.inc:255
+msgid "The database file for GOSa usage statistics."
+msgstr ""
+
+#: include/class_core.inc:265
msgid ""
"The 'logging' statement enables event logging on GOsa side. Setting it to "
"'true' GOsa will log every action a user performs via syslog. If you use "
"'false'."
msgstr ""
-#: include/class_core.inc:256
+#: include/class_core.inc:276
msgid ""
"The 'listSummary' statement determines whether a status bar will be shown on "
"the bottom of GOsa generated lists, displaying a short summary of type and "
"number of elements in the list."
msgstr ""
-#: include/class_core.inc:266
+#: include/class_core.inc:286
msgid ""
"The 'passwordMinLength' statement determines whether a newly entered "
"password has to be of a minimum length."
msgstr ""
-#: include/class_core.inc:276
+#: include/class_core.inc:296
msgid ""
"The 'passwordMinDiffer' statement determines whether a newly entered "
"password has to be checked to have at least n different characters."
msgstr ""
-#: include/class_core.inc:287
+#: include/class_core.inc:307
msgid ""
"The 'passwordHook' can specify an external script to handle password "
"settings at some other location besides the LDAP."
msgstr ""
-#: include/class_core.inc:287
+#: include/class_core.inc:307
#, php-format
msgid "It will be called this way: %s"
msgstr ""
-#: include/class_core.inc:297
+#: include/class_core.inc:317
msgid ""
"The 'passwordProposalHook' can be used to let GOsa generate password "
"proposals for you. Whenever you change a password, you can then decide "
"whether to use the proposal or to manually specify a password."
msgstr ""
-#: include/class_core.inc:297
+#: include/class_core.inc:317
msgid "Here is an example command:"
msgstr ""
-#: include/class_core.inc:307
+#: include/class_core.inc:327
msgid ""
"The 'displayErrors' statement tells GOsa to show PHP errors in the upper "
"part of the screen. This should be disabled in productive deployments, "
"because there might be some important passwords arround."
msgstr ""
-#: include/class_core.inc:307
+#: include/class_core.inc:327
#, php-format
msgid "The property '%s' may be interesting too."
msgstr ""
-#: include/class_core.inc:317
+#: include/class_core.inc:337
msgid ""
"The 'developmentMode' statement tells GOsa to show development related error "
"messages, for example messages about missing ACL configuration or classes. "
"messages it should only be enabled while developing or debugging plugins!"
msgstr ""
-#: include/class_core.inc:328
+#: include/class_core.inc:348
msgid ""
"The 'schemaCheck' statement enables or disables schema checking during "
"login. It is recommended to switch this on in order to let GOsa handle "
"object creation more efficient."
msgstr ""
-#: include/class_core.inc:338
+#: include/class_core.inc:358
msgid ""
"The 'copyPaste' statement enables copy and paste for LDAP entries managed "
"with GOsa."
msgstr ""
-#: include/class_core.inc:348
+#: include/class_core.inc:368
msgid ""
"The 'forceGlobals' statement enables PHP security checks to force "
"register_global settings to be switched off."
msgstr ""
-#: include/class_core.inc:358
+#: include/class_core.inc:378
msgid ""
"The 'forceSSL' statement enables PHP security checks to force encrypted "
"access to the web interface. GOsa will try to redirect to the same URL - "
"just with https://"
msgstr ""
-#: include/class_core.inc:368
+#: include/class_core.inc:388
msgid ""
"Logs information about triggered ldap operations, duration, filter, aso. "
"into syslog."
msgstr ""
-#: include/class_core.inc:378
+#: include/class_core.inc:398
msgid ""
"The 'ldapFollowReferrals' statement tells GOsa to follow LDAP referrals."
msgstr ""
-#: include/class_core.inc:388
+#: include/class_core.inc:408
msgid ""
"The 'ldapFilterNestingLimit' statement can be used to speed up group "
"handling for groups with several hundreds of members. The default behaviour "
"set a member limit, where GOsa will stop to do these lookups."
msgstr ""
-#: include/class_core.inc:398
+#: include/class_core.inc:418
msgid ""
"The ldapSizelimit statement tells GOsa to retrieve the specified maximum "
"number of results. The user will get a warning, that not all entries "
"were shown."
msgstr ""
-#: include/class_core.inc:408
+#: include/class_core.inc:428
msgid ""
"Disables sizelimit checks, only the configured amount of results will be "
"shown!"
msgstr ""
-#: include/class_core.inc:418
+#: include/class_core.inc:438
msgid ""
"The 'warnSSL' statement enables PHP security checks to detect non encrypted "
"access to the web interface. GOsa will display a warning in this case."
msgstr ""
-#: include/class_core.inc:428
+#: include/class_core.inc:448
msgid "The 'ppdGzip' variable enables PPD file compression."
msgstr ""
-#: include/class_core.inc:439
+#: include/class_core.inc:459
msgid ""
"The 'ignoreAcl' value tells GOsa to ignore complete ACL sets for the given "
"DN. Add your DN here and you'll be able to restore accidently dropped ACLs."
msgstr ""
-#: include/class_core.inc:450
+#: include/class_core.inc:470
msgid ""
"The 'ppdPath' variable defines where to store PPD files for the GOto "
"environment plugins."
msgstr ""
-#: include/class_core.inc:460
+#: include/class_core.inc:480
msgid ""
"The 'ldapMaxQueryTime' statement tells GOsa to stop LDAP actions if there is "
"no answer within the specified number of seconds."
msgstr ""
-#: include/class_core.inc:470
+#: include/class_core.inc:490
msgid ""
"The 'storeFilterSettings' statement determines whether GOsa should store "
"filter and plugin settings inside of a cookie."
msgstr ""
-#: include/class_core.inc:480
+#: include/class_core.inc:500
msgid ""
"The 'sendCompressedOutput' statement determines whether PHP should send "
"compressed HTML pages to browsers or not. This may increase or decrease the "
"performance, depending on your network."
msgstr ""
-#: include/class_core.inc:491
+#: include/class_core.inc:511
msgid ""
"The 'modificationDetectionAttribute' statement enables GOsa to check if a "
"entry currently being edited has been modified from someone else outside "
"based systems."
msgstr ""
-#: include/class_core.inc:502
+#: include/class_core.inc:522
msgid ""
"The 'language' statement defines the default language used by GOsa. Normally "
"GOsa autodetects the language from the browser settings. If this is not "
"de for german) here."
msgstr ""
-#: include/class_core.inc:513
+#: include/class_core.inc:533
msgid ""
"The 'theme' statement defines what theme is used to display GOsa pages. You "
"can install some corporate identity like theme and/or modify certain "
"more information."
msgstr ""
-#: include/class_core.inc:523
+#: include/class_core.inc:543
msgid ""
"The 'sessionLifetime' value defines when a session will expire in seconds. "
"For Debian systems, this will not work because the sessions will be removed "
"instead."
msgstr ""
-#: include/class_core.inc:533
+#: include/class_core.inc:553
msgid ""
"The 'templateCompileDirectory' statements defines the path, where the PHP "
"templating engins 'smarty' should store its compiled GOsa templates for "
"is running with."
msgstr ""
-#: include/class_core.inc:543
+#: include/class_core.inc:563
#, php-format
msgid ""
"The 'debugLevel' value tells GOsa to display certain information on each "
"page load. Value is an AND combination of the following byte values: %s"
msgstr ""
-#: include/class_core.inc:563
+#: include/class_core.inc:583
#, php-format
msgid ""
"The 'sambaHashHook' statement contains an executable to generate samba hash "
"distribution installed, you can use perl to generate the hash: %s"
msgstr ""
-#: include/class_core.inc:574
+#: include/class_core.inc:594
msgid ""
"The 'passwordDefaultHash' statement defines the default password hash to "
"choose for new accounts."
msgstr ""
-#: include/class_core.inc:583
+#: include/class_core.inc:603
msgid ""
"The 'strictPasswordRules' tells GOsa to check for UTF-8 characters in the "
"supplied password. These Characters can lead to non working authentications "
"if UTF-8 and none UTF-8 systems locales get mixed. The default is 'true'."
msgstr ""
-#: include/class_core.inc:594
+#: include/class_core.inc:614
msgid ""
"The 'accountPrimaryAttribute' option tells GOsa how to create new accounts. "
"Possible values are 'uid' and 'cn'. In the first case GOsa creates uid style "
"'personalTitleInDN'."
msgstr ""
-#: include/class_core.inc:604
+#: include/class_core.inc:624
msgid ""
"The 'userRDN' statement defines the location where new accounts will be "
"created inside of defined departments. The default is 'ou=people'."
msgstr ""
-#: include/class_core.inc:614
+#: include/class_core.inc:634
msgid ""
"The 'groupsRDN' statement defines the location where new groups will be "
"created inside of defined departments. The default is 'ou=groups'."
msgstr ""
-#: include/class_core.inc:624
+#: include/class_core.inc:644
msgid ""
"The 'gidNumberBase' statement defines where to start looking for a new free "
"group id. This should be synced with your 'adduser.conf' to avoid "
"definition."
msgstr ""
-#: include/class_core.inc:634
+#: include/class_core.inc:654
msgid ""
"The 'baseIdHook' statement allows to hook into the id generation method "
"(traditional mode), to define the starting range for new generated ids"
msgstr ""
-#: include/class_core.inc:644 include/class_core.inc:664
+#: include/class_core.inc:664 include/class_core.inc:684
msgid ""
"The 'uidNumberPoolMin/gidNumberPoolMin' statement defines the lowest "
"assignable user/group id for use with the 'idAllocationMethod = pool'."
msgstr ""
-#: include/class_core.inc:654 include/class_core.inc:674
+#: include/class_core.inc:674 include/class_core.inc:694
msgid ""
"The 'uidNumberPoolMax/gidNumberPoolMax' statement defines the highest "
"assignable user/group id for use with the 'idAllocationMethod = pool'."
msgstr ""
-#: include/class_core.inc:684
+#: include/class_core.inc:704
msgid ""
"The 'uidNumberBase' statement defines where to start looking for a new free "
"user id. This should be synced with your 'adduser.conf' to avoid overlapping "
"even be dynamic. Take a look at the 'baseIdHook' definition."
msgstr ""
-#: include/class_core.inc:724
+#: include/class_core.inc:744
msgid ""
"The 'gosaSupportURI' defines the major gosa-si server host and the password "
"for GOsa to connect to it. It can be used if you want to use i.e. kerberos "
"to authenticate the users. The format is: credentials@host:port"
msgstr ""
-#: include/class_core.inc:734
+#: include/class_core.inc:754
msgid ""
"The 'gosaSupportTimeout' sets a connection timeout for all gosa-si actions. "
"See 'gosaSupportURI' for details."
msgstr ""
-#: include/class_core.inc:745
+#: include/class_core.inc:765
msgid ""
"The 'loginAttribute' statement tells GOsa which LDAP attribute is used as "
"the login name during login. It can be set to 'uid', 'mail' or 'both'"
msgstr ""
-#: include/class_core.inc:756
+#: include/class_core.inc:776
msgid ""
"The 'timezone' statements defines the timezone used inside of GOsa to handle "
"date related tasks, such as password expiery, vacation messages, etc. The "
"timezone."
msgstr ""
-#: include/class_core.inc:766
+#: include/class_core.inc:786
msgid ""
"The 'honourUnitTags' statement enables checking of 'unitTag' attributes when "
"using administrative units. If this is set to 'true' GOsa can only see "
"objects inside the administrative unit a user is logged into."
msgstr ""
-#: include/class_core.inc:776
+#: include/class_core.inc:796
msgid ""
"The 'useSaslForKerberos' statement defines the way the kerberos realm is "
"stored in the #userPassword' attribute. Set it to 'true' in order to get "
"latter is outdated, but may be needed from time to time."
msgstr ""
-#: include/class_core.inc:786
+#: include/class_core.inc:806
msgid ""
"The 'rfc2307bis' statement enables rfc2307bis style groups in GOsa. You can "
"use 'member' attributes instead of memberUid in this case. To make it work "
"style groups, too"
msgstr ""
-#: include/class_core.inc:796
+#: include/class_core.inc:816
msgid ""
"The 'personalTitleInDN' option tells GOsa to include the personal title in "
"user DNs when #accountPrimaryAttribute' is set to \"cn\"."
msgstr ""
-#: include/class_core.inc:806
+#: include/class_core.inc:826
msgid ""
"The 'nextIdHook' statement defines a script to be called for finding the "
"next free id for users or groups externaly. It gets called with the current "
"entry \"dn\" and the attribute to be ID'd. It should return an integer value."
msgstr ""
-#: include/class_core.inc:816
+#: include/class_core.inc:836
msgid ""
"The 'idGenerator' statement describes an automatic way to generate new user "
"ids. There are two basic functions supported - which can be combined: \n"
" will generate a three digits random number appended to \"ext\".\n"
msgstr ""
-#: include/class_core.inc:856
+#: include/class_core.inc:876
msgid ""
"The 'strictNamingRules' statement enables strict checking of uids and group "
"names. If you need characters like . or - inside of your accounts, set "
"this to 'false'."
msgstr ""
-#: include/class_core.inc:866
+#: include/class_core.inc:886
msgid ""
"The 'minId' statement defines the minimum assignable user or group id to "
"avoid security leaks with uid 0 accounts. This is used for the 'traditional' "
"method."
msgstr ""
-#: include/class_core.inc:877
+#: include/class_core.inc:897
msgid ""
"The 'mailAttribute' statement determines which attribute GOsa will use to "
"create accounts. Valid values are 'mail' and 'uid'."
msgstr ""
-#: include/class_core.inc:887
+#: include/class_core.inc:907
msgid ""
"This attribute allows to override the prefix used to create shared folders."
msgstr ""
-#: include/class_core.inc:897
+#: include/class_core.inc:917
msgid ""
"This attribute allows to override the user account creation syntax, see the "
"'mailFolderCreation' description for more details.\n"
"com\"\n"
msgstr ""
-#: include/class_core.inc:912
+#: include/class_core.inc:932
msgid ""
"Every mail method has its own way to create mail accounts like 'share/"
"development' or 'shared.development@example.com' which is used to identify "
" %uattrib% Depends on mailAttribute=\"uid/mail\".\n"
msgstr ""
-#: include/class_core.inc:938
+#: include/class_core.inc:958
msgid ""
"The 'imapTimeout' statement sets the connection timeout for imap actions."
msgstr ""
-#: include/class_core.inc:949
+#: include/class_core.inc:969
msgid ""
"The 'mailMethod' statement tells GOsa which mail method the setup should use "
"to communicate with a possible mail server. Leave this undefined if your "
"mail method does not match the predefined ones."
msgstr ""
-#: include/class_core.inc:959
+#: include/class_core.inc:979
msgid ""
"The 'cyrusUseSlashes' statement determines if GOsa should use \"foo/bar\" or "
"\"foo.bar\" namespaces in IMAP. Unix style is with slashes."
msgstr ""
-#: include/class_core.inc:969
+#: include/class_core.inc:989
msgid ""
"The 'vacationTemplateDirectory' statement sets the path where GOsa will look "
"for vacation message templates. Default is /etc/gosa/vacation. \n"
"\n"
msgstr ""
-#: include/class_core.inc:990
+#: include/class_core.inc:1010
msgid ""
"The 'ldapTLS' statement enables or disables TLS operating on LDAP "
"connections."
msgstr ""
-#: include/class_core.inc:1000
+#: include/class_core.inc:1020
msgid ""
"The 'honourIvbbAttributes' statement enables the IVBB mode inside of GOsa. "
"You need the ivbb.schema file from used by german authorities."
msgstr ""
-#: include/class_core.inc:1010
+#: include/class_core.inc:1030
msgid ""
"The 'sambaIdMapping' statement tells GOsa to maintain sambaIdmapEntry "
"objects. Depending on your setup this can drastically improve the windows "
"login performance."
msgstr ""
-#: include/class_core.inc:1020
+#: include/class_core.inc:1040
msgid ""
"The 'handleExpiredAccounts' statement enables shadow attribute tests during "
"the login to the GOsa web interface and forces password renewal or account "
"lockout."
msgstr ""
-#: include/class_core.inc:1030
+#: include/class_core.inc:1050
msgid ""
"The 'sambaSID' statement defines a samba SID if not available inside of the "
"LDAP. You can retrieve the current sid by net getlocalsid."
msgstr ""
-#: include/class_core.inc:1040
+#: include/class_core.inc:1060
msgid ""
"The 'sambaRidBase' statement defines the base id to add to ordinary sid "
"calculations - if not available inside of the LDAP."
msgstr ""
-#: include/class_core.inc:1050
+#: include/class_core.inc:1070
msgid ""
"The 'enableSnapshots' statement enables a snapshot mechaism in GOsa. This "
"enables you to save certain states of entries and restore them later on."
msgstr ""
-#: include/class_core.inc:1060
+#: include/class_core.inc:1080
msgid ""
"The 'snapshotBase' statement defines the base where snapshots should be "
"stored inside of the LDAP."
msgstr ""
-#: include/class_core.inc:1070
+#: include/class_core.inc:1090
msgid ""
"The 'snapshotAdminDn' variable defines the user which is used to "
"authenticate when connecting to 'snapshotURI'."
msgstr ""
-#: include/class_core.inc:1080
+#: include/class_core.inc:1100
msgid ""
"The 'snapshotAdminPassword' variable defines the credentials which are used "
"in combination with 'snapshotAdminDn' and 'snapshotURI' in order to "
"authenticate."
msgstr ""
-#: include/class_core.inc:1091
+#: include/class_core.inc:1111
msgid ""
"The 'idAllocationMethod' statement defines how GOsa generates numeric user "
"and group id values. If it is set to 'traditional' GOsa will do create a "
"the other hand it is much faster."
msgstr ""
-#: include/class_core.inc:1100
+#: include/class_core.inc:1120
msgid ""
"The 'snapshotURI' variable defines the LDAP URI for the server which is used "
"to do object snapshots."
msgid "This object will be pasted: %s"
msgstr "Dieses Objekt wird eingefügt: %s"
-#: include/class_CopyPasteHandler.inc:572
+#: include/class_CopyPasteHandler.inc:573
msgid "Cannot paste"
msgstr "Kann nicht einfügen"
diff --git a/gosa-core/locale/core/es/LC_MESSAGES/messages.po b/gosa-core/locale/core/es/LC_MESSAGES/messages.po
index e1aced9f0c1ef8c989c678e355eef4d43767f294..0c240529f135f7e7dbb4932252494c2ebd58a8a3 100644 (file)
msgstr ""
"Project-Id-Version: admin\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-07-29 20:30+0200\n"
+"POT-Creation-Date: 2010-08-02 20:33+0200\n"
"PO-Revision-Date: 2010-01-28 23:21+0100\n"
"Last-Translator: \n"
"Language-Team: Spanish <>\n"
+"Language: es\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ihtml/themes/default/userFilterEditor.tpl:11 include/class_acl.inc:262
#: include/class_SnapShotDialog.inc:55 include/class_userFilter.inc:55
-#: include/class_userFilter.inc:150 include/class_userFilterEditor.inc:230
-#: include/class_userFilterEditor.inc:234
+#: include/class_userFilter.inc:150 include/class_userFilterEditor.inc:236
+#: include/class_userFilterEditor.inc:240
#: plugins/generic/dashBoard/dbChannelStatus/class_dbChannelStatus.inc:14
#: plugins/generic/dashBoard/dbPluginStatus/class_dbPluginStatus.inc:26
#: plugins/generic/references/class_reference.inc:57
#: ihtml/themes/default/userFilterEditor.tpl:19 include/class_acl.inc:252
#: include/class_acl.inc:262 include/class_SnapShotDialog.inc:174
-#: include/class_userFilter.inc:55 include/class_userFilterEditor.inc:239
+#: include/class_userFilter.inc:55 include/class_userFilterEditor.inc:245
#: plugins/generic/dashBoard/dbChannelStatus/class_dbChannelStatus.inc:14
#: plugins/generic/dashBoard/dbPluginStatus/class_dbPluginStatus.inc:26
#: plugins/generic/references/class_reference.inc:57
msgid "Your password has been changed successfully."
msgstr "Su contraseña se ha cambiado correctamente."
-#: ihtml/themes/default/password.tpl:65 html/main.php:208
+#: ihtml/themes/default/password.tpl:65 html/main.php:220
#: plugins/admin/users/class_userManagement.inc:391
#: plugins/personal/password/class_password.inc:126
#: plugins/personal/password/class_password.inc:129
msgid "Session expires in %d!"
msgstr "¡La sesión no es codificada!"
-#: html/password.php:61 html/main.php:158 include/functions.inc:465
+#: html/password.php:61 html/main.php:170 include/functions.inc:465
#: include/.svn/tmp/tempfile.tmp:447 include/.svn/tmp/tempfile.2.tmp:447
#: include/utils/class_xml.inc:43
#: plugins/admin/departments/class_department.inc:439
msgstr "No se puede acceder a la configuración de GOsa %s/%s. Cancelado"
#: html/password.php:113 html/index.php:157 html/index.php:233
-#: html/main.php:273
+#: html/main.php:285
#: include/password-methods/class_password-methods-ssha.inc:51
#: include/password-methods/class_password-methods-sha.inc:48
#: include/class_SnapshotHandler.inc:44 include/class_SnapshotHandler.inc:57
#: include/class_SnapshotHandler.inc:75 include/functions.inc:837
-#: include/functions.inc:3107 include/functions.inc:3150
-#: include/functions.inc:3163 include/.svn/tmp/tempfile.tmp:802
+#: include/functions.inc:3109 include/functions.inc:3152
+#: include/functions.inc:3165 include/.svn/tmp/tempfile.tmp:802
#: include/.svn/tmp/tempfile.tmp:3027 include/.svn/tmp/tempfile.tmp:3059
#: include/.svn/tmp/tempfile.tmp:3072 include/.svn/tmp/tempfile.2.tmp:802
#: include/.svn/tmp/tempfile.2.tmp:3080 include/.svn/tmp/tempfile.2.tmp:3112
#: include/.svn/tmp/tempfile.2.tmp:3125 include/utils/class_timezone.inc:47
-#: include/class_config.inc:162 include/class_config.inc:685
-#: include/class_config.inc:1145 include/class_config.inc:1158
-#: include/class_config.inc:1176 include/class_pluglist.inc:117
+#: include/class_config.inc:172 include/class_config.inc:695
+#: include/class_config.inc:1155 include/class_config.inc:1168
+#: include/class_config.inc:1186 include/class_pluglist.inc:117
#: include/class_CopyPasteHandler.inc:119
#: include/class_CopyPasteHandler.inc:128
#: include/class_CopyPasteHandler.inc:177
#: include/class_configRegistry.inc:670 include/class_configRegistry.inc:685
#: include/class_configRegistry.inc:700 include/class_configRegistry.inc:715
#: include/class_configRegistry.inc:731 include/class_configRegistry.inc:736
-#: include/class_configRegistry.inc:753 include/class_configRegistry.inc:758
-#: include/class_configRegistry.inc:776 include/class_configRegistry.inc:781
-#: include/class_configRegistry.inc:797 include/class_configRegistry.inc:812
-#: include/class_configRegistry.inc:827
+#: include/class_configRegistry.inc:756 include/class_configRegistry.inc:761
+#: include/class_configRegistry.inc:778 include/class_configRegistry.inc:783
+#: include/class_configRegistry.inc:801 include/class_configRegistry.inc:806
+#: include/class_configRegistry.inc:822 include/class_configRegistry.inc:837
+#: include/class_configRegistry.inc:852
#: plugins/admin/groups/class_group.inc:832
#: plugins/admin/departments/dep_move_confirm.tpl:2
#: plugins/personal/posix/class_posixAccount.inc:651
msgid "Broken HTTP authentication setup!"
msgstr "¡Hay un problema con la configuración de autenticación!"
-#: html/index.php:241 html/index.php:245 include/class_management.inc:483
-#: include/class_management.inc:644
+#: html/index.php:241 html/index.php:245 include/class_management.inc:508
+#: include/class_management.inc:669
#: include/password-methods/class_password-methods.inc:277
-#: include/class_listing.inc:536 include/functions.inc:3135
-#: include/functions.inc:3441 include/functions.inc:3455
-#: include/functions.inc:3485 include/functions.inc:3493
-#: include/functions.inc:3505 include/functions.inc:3509
-#: include/functions.inc:3524 include/functions.inc:3533
-#: include/functions.inc:3593 include/class_tabs.inc:56
+#: include/class_listing.inc:536 include/functions.inc:3137
+#: include/functions.inc:3443 include/functions.inc:3457
+#: include/functions.inc:3487 include/functions.inc:3495
+#: include/functions.inc:3507 include/functions.inc:3511
+#: include/functions.inc:3526 include/functions.inc:3535
+#: include/functions.inc:3595 include/class_tabs.inc:56
#: include/.svn/tmp/tempfile.tmp:3353 include/.svn/tmp/tempfile.tmp:3367
#: include/.svn/tmp/tempfile.tmp:3397 include/.svn/tmp/tempfile.tmp:3405
#: include/.svn/tmp/tempfile.tmp:3417 include/.svn/tmp/tempfile.tmp:3421
#: include/.svn/tmp/tempfile.2.tmp:3458 include/.svn/tmp/tempfile.2.tmp:3470
#: include/.svn/tmp/tempfile.2.tmp:3474 include/.svn/tmp/tempfile.2.tmp:3489
#: include/.svn/tmp/tempfile.2.tmp:3498 include/.svn/tmp/tempfile.2.tmp:3558
-#: include/class_plugin.inc:1621 include/class_plugin.inc:1628
+#: include/class_plugin.inc:1647 include/class_plugin.inc:1654
#: include/utils/class_xml.inc:40 include/utils/class_msgPool.inc:137
#: include/utils/class_msgPool.inc:149 include/utils/class_msgPool.inc:167
#: include/utils/class_msgPool.inc:440 include/utils/class_msgPool.inc:461
#: include/functions.inc:537 include/functions.inc:583
#: include/functions.inc:852 include/functions.inc:901
#: include/functions.inc:958 include/functions.inc:1008
-#: include/functions.inc:3086 include/functions.inc:3367
+#: include/functions.inc:3088 include/functions.inc:3369
#: include/.svn/tmp/tempfile.tmp:476 include/.svn/tmp/tempfile.tmp:511
#: include/.svn/tmp/tempfile.tmp:519 include/.svn/tmp/tempfile.tmp:565
#: include/.svn/tmp/tempfile.tmp:817 include/.svn/tmp/tempfile.tmp:866
#: include/.svn/tmp/tempfile.2.tmp:817 include/.svn/tmp/tempfile.2.tmp:866
#: include/.svn/tmp/tempfile.2.tmp:923 include/.svn/tmp/tempfile.2.tmp:976
#: include/.svn/tmp/tempfile.2.tmp:3059 include/.svn/tmp/tempfile.2.tmp:3332
-#: include/class_userFilter.inc:275 include/class_ldap.inc:756
-#: include/class_ldap.inc:1173 include/class_config.inc:344
+#: include/class_userFilter.inc:275 include/class_ldap.inc:775
+#: include/class_ldap.inc:1192 include/class_config.inc:354
#: plugins/generic/references/class_reference.inc:97
#: plugins/admin/ogroups/class_ogroup.inc:749
#: plugins/admin/ogroups/class_ogroup.inc:766
msgid "Smarty"
msgstr "Smarty"
-#: html/main.php:159
+#: html/main.php:171
#, fuzzy, php-format
msgid "Cannot locate file %s - please run %s to fix this"
msgstr ""
"No se puede encontrar el archivo '%s' - por favor ejecute '%s' para "
"solucionarlo"
-#: html/main.php:178
+#: html/main.php:190
msgid "PHP configuration"
msgstr "Configuración PHP"
-#: html/main.php:179
+#: html/main.php:191
msgid ""
"FATAL: Register globals is active. Please fix this in order to continue."
msgstr ""
-#: html/main.php:208
+#: html/main.php:220
msgid "Your password is about to expire, please change your password!"
msgstr ""
"Su contraseña va a caducar próximamente, ¡Por favor cambie su contraseña!"
-#: html/main.php:273
+#: html/main.php:285
msgid "Running out of memory!"
msgstr "¡Funcionando sin memoria!"
-#: html/main.php:333
-#, fuzzy
-msgid "ACLs are disabled"
-msgstr "Desactivados chequeos de ACL de usuario"
-
-#: html/main.php:333 html/main.php:335
+#: html/main.php:345
#, php-format
msgid "You're logged in as %s"
msgstr ""
-#: html/main.php:383
+#: html/main.php:348
+#, fuzzy
+msgid "ACLs are disabled"
+msgstr "Desactivados chequeos de ACL de usuario"
+
+#: html/main.php:398
#, fuzzy
msgid "Plug-in"
msgstr "Extensión"
-#: html/main.php:384
+#: html/main.php:399
#, fuzzy, php-format
msgid "FATAL: Cannot find any plugin definitions for plugin %s!"
msgstr ""
"FATAL: ¡No se puede encontrar ninguna definición de extensión para la "
"extensión '%s'!"
-#: html/main.php:400
+#: html/main.php:415
msgid "Configuration Error"
msgstr "Error de configuración"
-#: html/main.php:401
+#: html/main.php:416
#, php-format
msgid ""
"FATAL: not all POST variables have been transfered by PHP - please inform "
msgid "unconfigured"
msgstr "Sin configurar"
-#: include/class_management.inc:304 include/class_management.inc:462
-#: include/class_management.inc:509 include/class_management.inc:524
-#: include/class_management.inc:561 include/class_management.inc:575
+#: include/class_management.inc:324 include/class_management.inc:487
+#: include/class_management.inc:534 include/class_management.inc:549
+#: include/class_management.inc:586 include/class_management.inc:600
#: plugins/admin/users/class_userManagement.inc:228
#: plugins/admin/users/class_userManagement.inc:744
msgid "Permission"
msgstr "Permiso"
-#: include/class_management.inc:385
+#: include/class_management.inc:405
#: plugins/admin/users/class_userManagement.inc:702
#: plugins/admin/users/class_userManagement.inc:706
#: plugins/admin/acl/class_aclManagement.inc:98
msgid "Permission error"
msgstr "Error de Permisos"
-#: include/class_management.inc:462
+#: include/class_management.inc:487
#, fuzzy, php-format
msgid "You are not allowed to create a snapshot for %s!"
msgstr "No tiene permisos para crear una instantanea para %s."
-#: include/class_management.inc:509 include/class_management.inc:561
-#: include/class_management.inc:575
+#: include/class_management.inc:534 include/class_management.inc:586
+#: include/class_management.inc:600
#, fuzzy, php-format
msgid "You are not allowed to restore a snapshot for %s!"
msgstr "No tiene permisos para recuperar una instantanea para %s."
-#: include/class_management.inc:524
+#: include/class_management.inc:549
#, fuzzy, php-format
msgid "You are not allowed to remove a snapshot for %s!"
msgstr "No tiene permisos para recuperar una instantanea para %s."
-#: include/class_management.inc:634 include/class_management.inc:718
+#: include/class_management.inc:659 include/class_management.inc:743
#: include/class_acl.inc:978 include/class_session.inc:76
#: include/class_session.inc:101 include/class_session.inc:127
#: include/functions.inc:623 include/functions.inc:827
#: include/.svn/tmp/tempfile.2.tmp:605 include/.svn/tmp/tempfile.2.tmp:792
#: include/.svn/tmp/tempfile.2.tmp:910 include/.svn/tmp/tempfile.2.tmp:1308
#: include/.svn/tmp/tempfile.2.tmp:2372 include/.svn/tmp/tempfile.2.tmp:2406
-#: include/.svn/tmp/tempfile.2.tmp:2426 include/class_ldap.inc:693
-#: include/class_ldap.inc:744 include/class_log.inc:87
+#: include/.svn/tmp/tempfile.2.tmp:2426 include/class_ldap.inc:712
+#: include/class_ldap.inc:763 include/class_log.inc:87
#: include/class_CopyPasteHandler.inc:160
#: include/class_CopyPasteHandler.inc:274
#: plugins/personal/myaccount/main.inc:52
msgid "Internal error"
msgstr "error interno"
-#: include/class_management.inc:635 include/class_management.inc:719
+#: include/class_management.inc:660 include/class_management.inc:744
#: plugins/personal/myaccount/main.inc:53
#, php-format
msgid ""
"Cannot instantiate tabbed-plug-in, the base plugin (%s) is not available!"
msgstr ""
-#: include/class_management.inc:644
+#: include/class_management.inc:669
#, fuzzy, php-format
msgid ""
"No tab definition for %s found in configuration file: cannot create plugin "
msgstr "Mover"
#: include/class_listing.inc:1460 include/class_listing.inc:1462
-#: include/class_CopyPasteHandler.inc:570
+#: include/class_CopyPasteHandler.inc:571
msgid "Paste"
msgstr "Pegar"
msgid "Russian"
msgstr "Ruso"
-#: include/functions.inc:3106
+#: include/functions.inc:3108
#, fuzzy, php-format
msgid ""
"Command %s specified as post modify action for plugin %s does not exist!"
msgstr ""
"¡El comando especificado como método %s para la extensión '%s' no existe!"
-#: include/functions.inc:3150
+#: include/functions.inc:3152
#, fuzzy
msgid "Cannot generate SAMBA hash!"
msgstr "¡No se puede generar la clave samba!"
-#: include/functions.inc:3163
+#: include/functions.inc:3165
#, fuzzy, php-format
msgid "Generating SAMBA hash by running %s failed: check %s!"
msgstr ""
"¡No se puede generar la clave samba: la ejecución de '%s' ha fallado, "
"compruebe el 'sambaHashHook'!"
-#: include/functions.inc:3441 include/functions.inc:3455
-#: include/functions.inc:3493 include/functions.inc:3505
-#: include/functions.inc:3509 include/functions.inc:3524
-#: include/functions.inc:3533
+#: include/functions.inc:3443 include/functions.inc:3457
+#: include/functions.inc:3495 include/functions.inc:3507
+#: include/functions.inc:3511 include/functions.inc:3526
+#: include/functions.inc:3535
#, fuzzy
msgid "Cannot allocate free ID:"
msgstr "No se puede asignar un identificador (ID) libre:"
-#: include/functions.inc:3441 include/.svn/tmp/tempfile.tmp:3353
+#: include/functions.inc:3443 include/.svn/tmp/tempfile.tmp:3353
#: include/.svn/tmp/tempfile.2.tmp:3406
msgid "unknown idAllocation method!"
msgstr "¡método de asignación de id desconocido!"
-#: include/functions.inc:3455 include/.svn/tmp/tempfile.tmp:3367
+#: include/functions.inc:3457 include/.svn/tmp/tempfile.tmp:3367
#: include/.svn/tmp/tempfile.2.tmp:3420
#, php-format
msgid "%sPoolMin >= %sPoolMax!"
msgstr "¡%sPoolMin >= %sPoolMax!"
-#: include/functions.inc:3485 include/.svn/tmp/tempfile.tmp:3397
+#: include/functions.inc:3487 include/.svn/tmp/tempfile.tmp:3397
#: include/.svn/tmp/tempfile.2.tmp:3450
msgid "Cannot create sambaUnixIdPool entry!"
msgstr "¡No se puede crear la entrada sambaUnixIdPool!"
-#: include/functions.inc:3493 include/.svn/tmp/tempfile.tmp:3405
+#: include/functions.inc:3495 include/.svn/tmp/tempfile.tmp:3405
#: include/.svn/tmp/tempfile.2.tmp:3458
msgid "sambaUnixIdPool is not unique!"
msgstr "¡sambaUnixIdPool no es único!"
-#: include/functions.inc:3505 include/functions.inc:3509
+#: include/functions.inc:3507 include/functions.inc:3511
#: include/.svn/tmp/tempfile.tmp:3417 include/.svn/tmp/tempfile.tmp:3421
#: include/.svn/tmp/tempfile.2.tmp:3470 include/.svn/tmp/tempfile.2.tmp:3474
msgid "no ID available!"
msgstr "¡No hay ID disponibles!"
-#: include/functions.inc:3533
+#: include/functions.inc:3535
#, fuzzy
msgid "maximum number of tries exceeded!"
msgstr "¡Excedido el número de intentos máximo!"
-#: include/functions.inc:3593
+#: include/functions.inc:3595
#, fuzzy
msgid "Cannot allocate free ID!"
msgstr "¡No se puede asignar un identificador (ID) libre!"
msgid "Edit filters"
msgstr "Editar certificados"
-#: include/class_userFilterEditor.inc:248
+#: include/class_userFilterEditor.inc:254
#, php-format
msgid "Error in filter #%s: %s opening and %s closing brackets detected!"
msgstr ""
-#: include/class_plugin.inc:558
+#: include/class_plugin.inc:581
msgid ""
"The current object has been altered while beeing edited. If you save this "
"entry, changes that have been made by others will be discarded!"
msgstr ""
-#: include/class_plugin.inc:1359
+#: include/class_plugin.inc:1385
#, php-format
msgid "Changing ACL DN from %s to %s"
msgstr ""
"The supplied base is not valid and has been reset to its previous value!"
msgstr "¡La base introducida no es válida, se ha dejado el valor anterior!"
-#: include/class_ldap.inc:233 include/class_ldap.inc:266
+#: include/class_ldap.inc:233 include/class_ldap.inc:270
msgid "Performance warning"
msgstr "Aviso e rendimiento"
-#: include/class_ldap.inc:233 include/class_ldap.inc:266
+#: include/class_ldap.inc:233 include/class_ldap.inc:270
#, fuzzy, php-format
msgid "LDAP performance is poor: last query took %.2fs!"
msgstr "El rendimiento LDAP es bajo: ¡la última consulta tardó sobre %.2fs!"
-#: include/class_ldap.inc:693
+#: include/class_ldap.inc:712
#, fuzzy, php-format
msgid "Cannot automatically create subtrees with RDN %s: no object class found"
msgstr ""
"No se pueden crear automáticamente subárboles con RDN '%s': ¡No se ha "
"encontrado la clase del objeto!"
-#: include/class_ldap.inc:744
+#: include/class_ldap.inc:763
#, fuzzy, php-format
msgid "Cannot automatically create subtrees with RDN %s: not supported"
msgstr ""
"No se pueden crear automáticamente subárboles con RDN '%s': no soportado"
-#: include/class_ldap.inc:831
+#: include/class_ldap.inc:850
#, fuzzy, php-format
msgid "while operating on %s using LDAP server %s"
msgstr "mientras operaba en '%s' usando el servidor LDAP '%s'"
-#: include/class_ldap.inc:833
+#: include/class_ldap.inc:852
#, php-format
msgid "while operating on LDAP server %s"
msgstr "mientras operaba en el servidor LDAP '%s'"
-#: include/class_ldap.inc:1006
+#: include/class_ldap.inc:1025
#, fuzzy, php-format
msgid ""
"Invalid DN %s: block to be imported should start with 'dn: ...' in line %s"
"No es un DN válido: '%s': El bloque para importar debe empezar por 'dn: ...' "
"en la linea %s"
-#: include/class_ldap.inc:1035
+#: include/class_ldap.inc:1054
#, fuzzy, php-format
msgid "Error while importing DN %s: please check LDIF from line %s on!"
msgstr ""
msgid "The path '%s' specified for '%s:%s' is invalid!"
msgstr "¡'%s' comando para la extensión %s no es válido!"
-#: include/class_configRegistry.inc:732 include/class_configRegistry.inc:754
+#: include/class_configRegistry.inc:732 include/class_configRegistry.inc:779
#, fuzzy, php-format
msgid "The folder '%s' specified for '%s:%s' does not exists!"
msgstr ""
msgid "The folder '%s' specified for '%s:%s' cannot be used for reading!"
msgstr ""
-#: include/class_configRegistry.inc:759
+#: include/class_configRegistry.inc:757
+#, fuzzy, php-format
+msgid ""
+"The file '%s' specified for '%s:%s' cannot be created neither be used for "
+"writing!"
+msgstr ""
+"¡El comando especificado como método %s para la extensión '%s' no existe!"
+
+#: include/class_configRegistry.inc:762
+#, fuzzy, php-format
+msgid "The file '%s' specified for '%s:%s' cannot be used for writing!"
+msgstr ""
+"¡El comando especificado como método %s para la extensión '%s' no existe!"
+
+#: include/class_configRegistry.inc:784
#, php-format
msgid "The folder '%s' specified for '%s:%s' cannot be used for writing!"
msgstr ""
-#: include/class_configRegistry.inc:777
+#: include/class_configRegistry.inc:802
#, fuzzy, php-format
msgid "The file '%s' specified for '%s:%s' does not exists!"
msgstr ""
"¡El comando especificado como método %s para la extensión '%s' no existe!"
-#: include/class_configRegistry.inc:782
+#: include/class_configRegistry.inc:807
#, php-format
msgid "The file '%s' specified for '%s:%s' cannot be read!"
msgstr ""
-#: include/class_configRegistry.inc:798
+#: include/class_configRegistry.inc:823
#, fuzzy, php-format
msgid "The command '%s' specified for '%s:%s' is invalid!"
msgstr "¡'%s' comando (%s) para la extensión %s no es válido!"
-#: include/class_configRegistry.inc:813
+#: include/class_configRegistry.inc:838
#, fuzzy, php-format
msgid "The dn '%s' specified for '%s:%s' is invalid!"
msgstr "¡'%s' comando para la extensión %s no es válido!"
-#: include/class_configRegistry.inc:828
+#: include/class_configRegistry.inc:853
#, fuzzy, php-format
msgid "The rdn '%s' specified for '%s:%s' is invalid!"
msgstr "¡'%s' comando para la extensión %s no es válido!"
msgid "Cannot remove entry %s!"
msgstr "¡No se puede eliminar la entrada %s!"
-#: include/class_config.inc:159
+#: include/class_config.inc:169
#, php-format
msgid "XML error in gosa.conf: %s at line %d"
msgstr "Error XML en gosa.conf: %s en la línea %d"
-#: include/class_config.inc:344
+#: include/class_config.inc:354
msgid "Cannot bind to LDAP!"
msgstr ""
-#: include/class_config.inc:685
+#: include/class_config.inc:695
msgid "sambaSID and/or sambaRidBase missing in the configuration!"
msgstr "¡sambaSID y/o sambaRidBase no aparece en la configuración!"
-#: include/class_config.inc:1104
+#: include/class_config.inc:1114
msgid "Configuration"
msgstr "Configuración"
-#: include/class_config.inc:1104
+#: include/class_config.inc:1114
#, fuzzy
msgid ""
"The configuration file you are using is outdated. Please move the GOsa "
"El archivo de configuración que está usando es obsoleto. Por favor quite el "
"archivo de configuración de GOsa y use el asistente de configuración."
-#: include/class_config.inc:1146 include/class_config.inc:1177
+#: include/class_config.inc:1156 include/class_config.inc:1187
#, fuzzy, php-format
msgid ""
"The snapshot functionality is enabled, but the required variable %s is not "
"La funcionalidad de instancias esta activa, pero el valor requerido '%s' no "
"está activo."
-#: include/class_config.inc:1159
+#: include/class_config.inc:1169
#, fuzzy, php-format
msgid ""
"The snapshot functionality is enabled, but the required compression module "
msgstr ""
#: include/class_core.inc:245
+msgid "Enables/Disables GOSa usage statistics moduls."
+msgstr ""
+
+#: include/class_core.inc:255
+msgid "The database file for GOSa usage statistics."
+msgstr ""
+
+#: include/class_core.inc:265
msgid ""
"The 'logging' statement enables event logging on GOsa side. Setting it to "
"'true' GOsa will log every action a user performs via syslog. If you use "
"'false'."
msgstr ""
-#: include/class_core.inc:256
+#: include/class_core.inc:276
msgid ""
"The 'listSummary' statement determines whether a status bar will be shown on "
"the bottom of GOsa generated lists, displaying a short summary of type and "
"number of elements in the list."
msgstr ""
-#: include/class_core.inc:266
+#: include/class_core.inc:286
msgid ""
"The 'passwordMinLength' statement determines whether a newly entered "
"password has to be of a minimum length."
msgstr ""
-#: include/class_core.inc:276
+#: include/class_core.inc:296
msgid ""
"The 'passwordMinDiffer' statement determines whether a newly entered "
"password has to be checked to have at least n different characters."
msgstr ""
-#: include/class_core.inc:287
+#: include/class_core.inc:307
msgid ""
"The 'passwordHook' can specify an external script to handle password "
"settings at some other location besides the LDAP."
msgstr ""
-#: include/class_core.inc:287
+#: include/class_core.inc:307
#, php-format
msgid "It will be called this way: %s"
msgstr ""
-#: include/class_core.inc:297
+#: include/class_core.inc:317
msgid ""
"The 'passwordProposalHook' can be used to let GOsa generate password "
"proposals for you. Whenever you change a password, you can then decide "
"whether to use the proposal or to manually specify a password."
msgstr ""
-#: include/class_core.inc:297
+#: include/class_core.inc:317
msgid "Here is an example command:"
msgstr ""
-#: include/class_core.inc:307
+#: include/class_core.inc:327
msgid ""
"The 'displayErrors' statement tells GOsa to show PHP errors in the upper "
"part of the screen. This should be disabled in productive deployments, "
"because there might be some important passwords arround."
msgstr ""
-#: include/class_core.inc:307
+#: include/class_core.inc:327
#, php-format
msgid "The property '%s' may be interesting too."
msgstr ""
-#: include/class_core.inc:317
+#: include/class_core.inc:337
msgid ""
"The 'developmentMode' statement tells GOsa to show development related error "
"messages, for example messages about missing ACL configuration or classes. "
"messages it should only be enabled while developing or debugging plugins!"
msgstr ""
-#: include/class_core.inc:328
+#: include/class_core.inc:348
msgid ""
"The 'schemaCheck' statement enables or disables schema checking during "
"login. It is recommended to switch this on in order to let GOsa handle "
"object creation more efficient."
msgstr ""
-#: include/class_core.inc:338
+#: include/class_core.inc:358
msgid ""
"The 'copyPaste' statement enables copy and paste for LDAP entries managed "
"with GOsa."
msgstr ""
-#: include/class_core.inc:348
+#: include/class_core.inc:368
msgid ""
"The 'forceGlobals' statement enables PHP security checks to force "
"register_global settings to be switched off."
msgstr ""
-#: include/class_core.inc:358
+#: include/class_core.inc:378
msgid ""
"The 'forceSSL' statement enables PHP security checks to force encrypted "
"access to the web interface. GOsa will try to redirect to the same URL - "
"just with https://"
msgstr ""
-#: include/class_core.inc:368
+#: include/class_core.inc:388
msgid ""
"Logs information about triggered ldap operations, duration, filter, aso. "
"into syslog."
msgstr ""
-#: include/class_core.inc:378
+#: include/class_core.inc:398
msgid ""
"The 'ldapFollowReferrals' statement tells GOsa to follow LDAP referrals."
msgstr ""
-#: include/class_core.inc:388
+#: include/class_core.inc:408
msgid ""
"The 'ldapFilterNestingLimit' statement can be used to speed up group "
"handling for groups with several hundreds of members. The default behaviour "
"set a member limit, where GOsa will stop to do these lookups."
msgstr ""
-#: include/class_core.inc:398
+#: include/class_core.inc:418
msgid ""
"The ldapSizelimit statement tells GOsa to retrieve the specified maximum "
"number of results. The user will get a warning, that not all entries "
"were shown."
msgstr ""
-#: include/class_core.inc:408
+#: include/class_core.inc:428
msgid ""
"Disables sizelimit checks, only the configured amount of results will be "
"shown!"
msgstr ""
-#: include/class_core.inc:418
+#: include/class_core.inc:438
msgid ""
"The 'warnSSL' statement enables PHP security checks to detect non encrypted "
"access to the web interface. GOsa will display a warning in this case."
msgstr ""
-#: include/class_core.inc:428
+#: include/class_core.inc:448
msgid "The 'ppdGzip' variable enables PPD file compression."
msgstr ""
-#: include/class_core.inc:439
+#: include/class_core.inc:459
msgid ""
"The 'ignoreAcl' value tells GOsa to ignore complete ACL sets for the given "
"DN. Add your DN here and you'll be able to restore accidently dropped ACLs."
msgstr ""
-#: include/class_core.inc:450
+#: include/class_core.inc:470
msgid ""
"The 'ppdPath' variable defines where to store PPD files for the GOto "
"environment plugins."
msgstr ""
-#: include/class_core.inc:460
+#: include/class_core.inc:480
msgid ""
"The 'ldapMaxQueryTime' statement tells GOsa to stop LDAP actions if there is "
"no answer within the specified number of seconds."
msgstr ""
-#: include/class_core.inc:470
+#: include/class_core.inc:490
msgid ""
"The 'storeFilterSettings' statement determines whether GOsa should store "
"filter and plugin settings inside of a cookie."
msgstr ""
-#: include/class_core.inc:480
+#: include/class_core.inc:500
msgid ""
"The 'sendCompressedOutput' statement determines whether PHP should send "
"compressed HTML pages to browsers or not. This may increase or decrease the "
"performance, depending on your network."
msgstr ""
-#: include/class_core.inc:491
+#: include/class_core.inc:511
msgid ""
"The 'modificationDetectionAttribute' statement enables GOsa to check if a "
"entry currently being edited has been modified from someone else outside "
"based systems."
msgstr ""
-#: include/class_core.inc:502
+#: include/class_core.inc:522
msgid ""
"The 'language' statement defines the default language used by GOsa. Normally "
"GOsa autodetects the language from the browser settings. If this is not "
"de for german) here."
msgstr ""
-#: include/class_core.inc:513
+#: include/class_core.inc:533
msgid ""
"The 'theme' statement defines what theme is used to display GOsa pages. You "
"can install some corporate identity like theme and/or modify certain "
"more information."
msgstr ""
-#: include/class_core.inc:523
+#: include/class_core.inc:543
msgid ""
"The 'sessionLifetime' value defines when a session will expire in seconds. "
"For Debian systems, this will not work because the sessions will be removed "
"instead."
msgstr ""
-#: include/class_core.inc:533
+#: include/class_core.inc:553
msgid ""
"The 'templateCompileDirectory' statements defines the path, where the PHP "
"templating engins 'smarty' should store its compiled GOsa templates for "
"is running with."
msgstr ""
-#: include/class_core.inc:543
+#: include/class_core.inc:563
#, php-format
msgid ""
"The 'debugLevel' value tells GOsa to display certain information on each "
"page load. Value is an AND combination of the following byte values: %s"
msgstr ""
-#: include/class_core.inc:563
+#: include/class_core.inc:583
#, php-format
msgid ""
"The 'sambaHashHook' statement contains an executable to generate samba hash "
"distribution installed, you can use perl to generate the hash: %s"
msgstr ""
-#: include/class_core.inc:574
+#: include/class_core.inc:594
msgid ""
"The 'passwordDefaultHash' statement defines the default password hash to "
"choose for new accounts."
msgstr ""
-#: include/class_core.inc:583
+#: include/class_core.inc:603
msgid ""
"The 'strictPasswordRules' tells GOsa to check for UTF-8 characters in the "
"supplied password. These Characters can lead to non working authentications "
"if UTF-8 and none UTF-8 systems locales get mixed. The default is 'true'."
msgstr ""
-#: include/class_core.inc:594
+#: include/class_core.inc:614
msgid ""
"The 'accountPrimaryAttribute' option tells GOsa how to create new accounts. "
"Possible values are 'uid' and 'cn'. In the first case GOsa creates uid style "
"'personalTitleInDN'."
msgstr ""
-#: include/class_core.inc:604
+#: include/class_core.inc:624
msgid ""
"The 'userRDN' statement defines the location where new accounts will be "
"created inside of defined departments. The default is 'ou=people'."
msgstr ""
-#: include/class_core.inc:614
+#: include/class_core.inc:634
msgid ""
"The 'groupsRDN' statement defines the location where new groups will be "
"created inside of defined departments. The default is 'ou=groups'."
msgstr ""
-#: include/class_core.inc:624
+#: include/class_core.inc:644
msgid ""
"The 'gidNumberBase' statement defines where to start looking for a new free "
"group id. This should be synced with your 'adduser.conf' to avoid "
"definition."
msgstr ""
-#: include/class_core.inc:634
+#: include/class_core.inc:654
msgid ""
"The 'baseIdHook' statement allows to hook into the id generation method "
"(traditional mode), to define the starting range for new generated ids"
msgstr ""
-#: include/class_core.inc:644 include/class_core.inc:664
+#: include/class_core.inc:664 include/class_core.inc:684
msgid ""
"The 'uidNumberPoolMin/gidNumberPoolMin' statement defines the lowest "
"assignable user/group id for use with the 'idAllocationMethod = pool'."
msgstr ""
-#: include/class_core.inc:654 include/class_core.inc:674
+#: include/class_core.inc:674 include/class_core.inc:694
msgid ""
"The 'uidNumberPoolMax/gidNumberPoolMax' statement defines the highest "
"assignable user/group id for use with the 'idAllocationMethod = pool'."
msgstr ""
-#: include/class_core.inc:684
+#: include/class_core.inc:704
msgid ""
"The 'uidNumberBase' statement defines where to start looking for a new free "
"user id. This should be synced with your 'adduser.conf' to avoid overlapping "
"even be dynamic. Take a look at the 'baseIdHook' definition."
msgstr ""
-#: include/class_core.inc:724
+#: include/class_core.inc:744
msgid ""
"The 'gosaSupportURI' defines the major gosa-si server host and the password "
"for GOsa to connect to it. It can be used if you want to use i.e. kerberos "
"to authenticate the users. The format is: credentials@host:port"
msgstr ""
-#: include/class_core.inc:734
+#: include/class_core.inc:754
msgid ""
"The 'gosaSupportTimeout' sets a connection timeout for all gosa-si actions. "
"See 'gosaSupportURI' for details."
msgstr ""
-#: include/class_core.inc:745
+#: include/class_core.inc:765
msgid ""
"The 'loginAttribute' statement tells GOsa which LDAP attribute is used as "
"the login name during login. It can be set to 'uid', 'mail' or 'both'"
msgstr ""
-#: include/class_core.inc:756
+#: include/class_core.inc:776
msgid ""
"The 'timezone' statements defines the timezone used inside of GOsa to handle "
"date related tasks, such as password expiery, vacation messages, etc. The "
"timezone."
msgstr ""
-#: include/class_core.inc:766
+#: include/class_core.inc:786
msgid ""
"The 'honourUnitTags' statement enables checking of 'unitTag' attributes when "
"using administrative units. If this is set to 'true' GOsa can only see "
"objects inside the administrative unit a user is logged into."
msgstr ""
-#: include/class_core.inc:776
+#: include/class_core.inc:796
msgid ""
"The 'useSaslForKerberos' statement defines the way the kerberos realm is "
"stored in the #userPassword' attribute. Set it to 'true' in order to get "
"latter is outdated, but may be needed from time to time."
msgstr ""
-#: include/class_core.inc:786
+#: include/class_core.inc:806
msgid ""
"The 'rfc2307bis' statement enables rfc2307bis style groups in GOsa. You can "
"use 'member' attributes instead of memberUid in this case. To make it work "
"style groups, too"
msgstr ""
-#: include/class_core.inc:796
+#: include/class_core.inc:816
msgid ""
"The 'personalTitleInDN' option tells GOsa to include the personal title in "
"user DNs when #accountPrimaryAttribute' is set to \"cn\"."
msgstr ""
-#: include/class_core.inc:806
+#: include/class_core.inc:826
msgid ""
"The 'nextIdHook' statement defines a script to be called for finding the "
"next free id for users or groups externaly. It gets called with the current "
"entry \"dn\" and the attribute to be ID'd. It should return an integer value."
msgstr ""
-#: include/class_core.inc:816
+#: include/class_core.inc:836
msgid ""
"The 'idGenerator' statement describes an automatic way to generate new user "
"ids. There are two basic functions supported - which can be combined: \n"
" will generate a three digits random number appended to \"ext\".\n"
msgstr ""
-#: include/class_core.inc:856
+#: include/class_core.inc:876
msgid ""
"The 'strictNamingRules' statement enables strict checking of uids and group "
"names. If you need characters like . or - inside of your accounts, set "
"this to 'false'."
msgstr ""
-#: include/class_core.inc:866
+#: include/class_core.inc:886
msgid ""
"The 'minId' statement defines the minimum assignable user or group id to "
"avoid security leaks with uid 0 accounts. This is used for the 'traditional' "
"method."
msgstr ""
-#: include/class_core.inc:877
+#: include/class_core.inc:897
msgid ""
"The 'mailAttribute' statement determines which attribute GOsa will use to "
"create accounts. Valid values are 'mail' and 'uid'."
msgstr ""
-#: include/class_core.inc:887
+#: include/class_core.inc:907
msgid ""
"This attribute allows to override the prefix used to create shared folders."
msgstr ""
-#: include/class_core.inc:897
+#: include/class_core.inc:917
msgid ""
"This attribute allows to override the user account creation syntax, see the "
"'mailFolderCreation' description for more details.\n"
"com\"\n"
msgstr ""
-#: include/class_core.inc:912
+#: include/class_core.inc:932
msgid ""
"Every mail method has its own way to create mail accounts like 'share/"
"development' or 'shared.development@example.com' which is used to identify "
" %uattrib% Depends on mailAttribute=\"uid/mail\".\n"
msgstr ""
-#: include/class_core.inc:938
+#: include/class_core.inc:958
msgid ""
"The 'imapTimeout' statement sets the connection timeout for imap actions."
msgstr ""
-#: include/class_core.inc:949
+#: include/class_core.inc:969
msgid ""
"The 'mailMethod' statement tells GOsa which mail method the setup should use "
"to communicate with a possible mail server. Leave this undefined if your "
"mail method does not match the predefined ones."
msgstr ""
-#: include/class_core.inc:959
+#: include/class_core.inc:979
msgid ""
"The 'cyrusUseSlashes' statement determines if GOsa should use \"foo/bar\" or "
"\"foo.bar\" namespaces in IMAP. Unix style is with slashes."
msgstr ""
-#: include/class_core.inc:969
+#: include/class_core.inc:989
msgid ""
"The 'vacationTemplateDirectory' statement sets the path where GOsa will look "
"for vacation message templates. Default is /etc/gosa/vacation. \n"
"\n"
msgstr ""
-#: include/class_core.inc:990
+#: include/class_core.inc:1010
msgid ""
"The 'ldapTLS' statement enables or disables TLS operating on LDAP "
"connections."
msgstr ""
-#: include/class_core.inc:1000
+#: include/class_core.inc:1020
msgid ""
"The 'honourIvbbAttributes' statement enables the IVBB mode inside of GOsa. "
"You need the ivbb.schema file from used by german authorities."
msgstr ""
-#: include/class_core.inc:1010
+#: include/class_core.inc:1030
msgid ""
"The 'sambaIdMapping' statement tells GOsa to maintain sambaIdmapEntry "
"objects. Depending on your setup this can drastically improve the windows "
"login performance."
msgstr ""
-#: include/class_core.inc:1020
+#: include/class_core.inc:1040
msgid ""
"The 'handleExpiredAccounts' statement enables shadow attribute tests during "
"the login to the GOsa web interface and forces password renewal or account "
"lockout."
msgstr ""
-#: include/class_core.inc:1030
+#: include/class_core.inc:1050
msgid ""
"The 'sambaSID' statement defines a samba SID if not available inside of the "
"LDAP. You can retrieve the current sid by net getlocalsid."
msgstr ""
-#: include/class_core.inc:1040
+#: include/class_core.inc:1060
msgid ""
"The 'sambaRidBase' statement defines the base id to add to ordinary sid "
"calculations - if not available inside of the LDAP."
msgstr ""
-#: include/class_core.inc:1050
+#: include/class_core.inc:1070
msgid ""
"The 'enableSnapshots' statement enables a snapshot mechaism in GOsa. This "
"enables you to save certain states of entries and restore them later on."
msgstr ""
-#: include/class_core.inc:1060
+#: include/class_core.inc:1080
msgid ""
"The 'snapshotBase' statement defines the base where snapshots should be "
"stored inside of the LDAP."
msgstr ""
-#: include/class_core.inc:1070
+#: include/class_core.inc:1090
msgid ""
"The 'snapshotAdminDn' variable defines the user which is used to "
"authenticate when connecting to 'snapshotURI'."
msgstr ""
-#: include/class_core.inc:1080
+#: include/class_core.inc:1100
msgid ""
"The 'snapshotAdminPassword' variable defines the credentials which are used "
"in combination with 'snapshotAdminDn' and 'snapshotURI' in order to "
"authenticate."
msgstr ""
-#: include/class_core.inc:1091
+#: include/class_core.inc:1111
msgid ""
"The 'idAllocationMethod' statement defines how GOsa generates numeric user "
"and group id values. If it is set to 'traditional' GOsa will do create a "
"the other hand it is much faster."
msgstr ""
-#: include/class_core.inc:1100
+#: include/class_core.inc:1120
msgid ""
"The 'snapshotURI' variable defines the LDAP URI for the server which is used "
"to do object snapshots."
msgid "This object will be pasted: %s"
msgstr "Este objeto sera modificado: %s"
-#: include/class_CopyPasteHandler.inc:572
+#: include/class_CopyPasteHandler.inc:573
msgid "Cannot paste"
msgstr "No puedo pegar"
diff --git a/gosa-core/locale/core/fr/LC_MESSAGES/messages.po b/gosa-core/locale/core/fr/LC_MESSAGES/messages.po
index b2f2c638f81091aee2b0cc6c5d80e910d84796d9..d24aa1c491be996fa0a68c4cfade870c5f6deeac 100644 (file)
msgstr ""
"Project-Id-Version: messages\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-07-29 20:30+0200\n"
+"POT-Creation-Date: 2010-08-02 20:33+0200\n"
"PO-Revision-Date: 2010-01-28 22:18+0100\n"
"Last-Translator: Benoit Mortier <benoit.mortier@opensides.be>\n"
"Language-Team: <fr@li.org>\n"
+"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ihtml/themes/default/userFilterEditor.tpl:11 include/class_acl.inc:262
#: include/class_SnapShotDialog.inc:55 include/class_userFilter.inc:55
-#: include/class_userFilter.inc:150 include/class_userFilterEditor.inc:230
-#: include/class_userFilterEditor.inc:234
+#: include/class_userFilter.inc:150 include/class_userFilterEditor.inc:236
+#: include/class_userFilterEditor.inc:240
#: plugins/generic/dashBoard/dbChannelStatus/class_dbChannelStatus.inc:14
#: plugins/generic/dashBoard/dbPluginStatus/class_dbPluginStatus.inc:26
#: plugins/generic/references/class_reference.inc:57
#: ihtml/themes/default/userFilterEditor.tpl:19 include/class_acl.inc:252
#: include/class_acl.inc:262 include/class_SnapShotDialog.inc:174
-#: include/class_userFilter.inc:55 include/class_userFilterEditor.inc:239
+#: include/class_userFilter.inc:55 include/class_userFilterEditor.inc:245
#: plugins/generic/dashBoard/dbChannelStatus/class_dbChannelStatus.inc:14
#: plugins/generic/dashBoard/dbPluginStatus/class_dbPluginStatus.inc:26
#: plugins/generic/references/class_reference.inc:57
msgid "Your password has been changed successfully."
msgstr "Votre mot de passe à été changé avec succès."
-#: ihtml/themes/default/password.tpl:65 html/main.php:208
+#: ihtml/themes/default/password.tpl:65 html/main.php:220
#: plugins/admin/users/class_userManagement.inc:391
#: plugins/personal/password/class_password.inc:126
#: plugins/personal/password/class_password.inc:129
msgid "Session expires in %d!"
msgstr "La session n'est pas cryptée !"
-#: html/password.php:61 html/main.php:158 include/functions.inc:465
+#: html/password.php:61 html/main.php:170 include/functions.inc:465
#: include/.svn/tmp/tempfile.tmp:447 include/.svn/tmp/tempfile.2.tmp:447
#: include/utils/class_xml.inc:43
#: plugins/admin/departments/class_department.inc:439
msgstr "Le fichier de configuration %s/%s ne peut être lu. Abandon."
#: html/password.php:113 html/index.php:157 html/index.php:233
-#: html/main.php:273
+#: html/main.php:285
#: include/password-methods/class_password-methods-ssha.inc:51
#: include/password-methods/class_password-methods-sha.inc:48
#: include/class_SnapshotHandler.inc:44 include/class_SnapshotHandler.inc:57
#: include/class_SnapshotHandler.inc:75 include/functions.inc:837
-#: include/functions.inc:3107 include/functions.inc:3150
-#: include/functions.inc:3163 include/.svn/tmp/tempfile.tmp:802
+#: include/functions.inc:3109 include/functions.inc:3152
+#: include/functions.inc:3165 include/.svn/tmp/tempfile.tmp:802
#: include/.svn/tmp/tempfile.tmp:3027 include/.svn/tmp/tempfile.tmp:3059
#: include/.svn/tmp/tempfile.tmp:3072 include/.svn/tmp/tempfile.2.tmp:802
#: include/.svn/tmp/tempfile.2.tmp:3080 include/.svn/tmp/tempfile.2.tmp:3112
#: include/.svn/tmp/tempfile.2.tmp:3125 include/utils/class_timezone.inc:47
-#: include/class_config.inc:162 include/class_config.inc:685
-#: include/class_config.inc:1145 include/class_config.inc:1158
-#: include/class_config.inc:1176 include/class_pluglist.inc:117
+#: include/class_config.inc:172 include/class_config.inc:695
+#: include/class_config.inc:1155 include/class_config.inc:1168
+#: include/class_config.inc:1186 include/class_pluglist.inc:117
#: include/class_CopyPasteHandler.inc:119
#: include/class_CopyPasteHandler.inc:128
#: include/class_CopyPasteHandler.inc:177
#, fuzzy, php-format
msgid "External password changer reported a problem: %s"
msgstr ""
-"Le programme externe pour changer votre mot de passe à renvoyé une erreur: %"
-"s."
+"Le programme externe pour changer votre mot de passe à renvoyé une erreur: "
+"%s."
#: html/password.php:338 include/functions.inc:2663 include/functions.inc:2667
#: include/functions.inc:2673 include/functions.inc:2697
#: include/class_configRegistry.inc:670 include/class_configRegistry.inc:685
#: include/class_configRegistry.inc:700 include/class_configRegistry.inc:715
#: include/class_configRegistry.inc:731 include/class_configRegistry.inc:736
-#: include/class_configRegistry.inc:753 include/class_configRegistry.inc:758
-#: include/class_configRegistry.inc:776 include/class_configRegistry.inc:781
-#: include/class_configRegistry.inc:797 include/class_configRegistry.inc:812
-#: include/class_configRegistry.inc:827
+#: include/class_configRegistry.inc:756 include/class_configRegistry.inc:761
+#: include/class_configRegistry.inc:778 include/class_configRegistry.inc:783
+#: include/class_configRegistry.inc:801 include/class_configRegistry.inc:806
+#: include/class_configRegistry.inc:822 include/class_configRegistry.inc:837
+#: include/class_configRegistry.inc:852
#: plugins/admin/groups/class_group.inc:832
#: plugins/admin/departments/dep_move_confirm.tpl:2
#: plugins/personal/posix/class_posixAccount.inc:651
msgid "Broken HTTP authentication setup!"
msgstr "Il y a une problèmes avec la configuration de l'authentification !"
-#: html/index.php:241 html/index.php:245 include/class_management.inc:483
-#: include/class_management.inc:644
+#: html/index.php:241 html/index.php:245 include/class_management.inc:508
+#: include/class_management.inc:669
#: include/password-methods/class_password-methods.inc:277
-#: include/class_listing.inc:536 include/functions.inc:3135
-#: include/functions.inc:3441 include/functions.inc:3455
-#: include/functions.inc:3485 include/functions.inc:3493
-#: include/functions.inc:3505 include/functions.inc:3509
-#: include/functions.inc:3524 include/functions.inc:3533
-#: include/functions.inc:3593 include/class_tabs.inc:56
+#: include/class_listing.inc:536 include/functions.inc:3137
+#: include/functions.inc:3443 include/functions.inc:3457
+#: include/functions.inc:3487 include/functions.inc:3495
+#: include/functions.inc:3507 include/functions.inc:3511
+#: include/functions.inc:3526 include/functions.inc:3535
+#: include/functions.inc:3595 include/class_tabs.inc:56
#: include/.svn/tmp/tempfile.tmp:3353 include/.svn/tmp/tempfile.tmp:3367
#: include/.svn/tmp/tempfile.tmp:3397 include/.svn/tmp/tempfile.tmp:3405
#: include/.svn/tmp/tempfile.tmp:3417 include/.svn/tmp/tempfile.tmp:3421
#: include/.svn/tmp/tempfile.2.tmp:3458 include/.svn/tmp/tempfile.2.tmp:3470
#: include/.svn/tmp/tempfile.2.tmp:3474 include/.svn/tmp/tempfile.2.tmp:3489
#: include/.svn/tmp/tempfile.2.tmp:3498 include/.svn/tmp/tempfile.2.tmp:3558
-#: include/class_plugin.inc:1621 include/class_plugin.inc:1628
+#: include/class_plugin.inc:1647 include/class_plugin.inc:1654
#: include/utils/class_xml.inc:40 include/utils/class_msgPool.inc:137
#: include/utils/class_msgPool.inc:149 include/utils/class_msgPool.inc:167
#: include/utils/class_msgPool.inc:440 include/utils/class_msgPool.inc:461
#: include/functions.inc:537 include/functions.inc:583
#: include/functions.inc:852 include/functions.inc:901
#: include/functions.inc:958 include/functions.inc:1008
-#: include/functions.inc:3086 include/functions.inc:3367
+#: include/functions.inc:3088 include/functions.inc:3369
#: include/.svn/tmp/tempfile.tmp:476 include/.svn/tmp/tempfile.tmp:511
#: include/.svn/tmp/tempfile.tmp:519 include/.svn/tmp/tempfile.tmp:565
#: include/.svn/tmp/tempfile.tmp:817 include/.svn/tmp/tempfile.tmp:866
#: include/.svn/tmp/tempfile.2.tmp:817 include/.svn/tmp/tempfile.2.tmp:866
#: include/.svn/tmp/tempfile.2.tmp:923 include/.svn/tmp/tempfile.2.tmp:976
#: include/.svn/tmp/tempfile.2.tmp:3059 include/.svn/tmp/tempfile.2.tmp:3332
-#: include/class_userFilter.inc:275 include/class_ldap.inc:756
-#: include/class_ldap.inc:1173 include/class_config.inc:344
+#: include/class_userFilter.inc:275 include/class_ldap.inc:775
+#: include/class_ldap.inc:1192 include/class_config.inc:354
#: plugins/generic/references/class_reference.inc:97
#: plugins/admin/ogroups/class_ogroup.inc:749
#: plugins/admin/ogroups/class_ogroup.inc:766
@@ -1003,55 +1005,55 @@ msgstr "Compte verouillé. Veuillez contacter votre administrateur système !"
msgid "Smarty"
msgstr "Smarty"
-#: html/main.php:159
+#: html/main.php:171
#, fuzzy, php-format
msgid "Cannot locate file %s - please run %s to fix this"
msgstr ""
"Je n'ai pas trouvé '%s' - veuillez exécuter '%s' pour régler ce problème"
-#: html/main.php:178
+#: html/main.php:190
msgid "PHP configuration"
msgstr "Configuration de PHP"
-#: html/main.php:179
+#: html/main.php:191
msgid ""
"FATAL: Register globals is active. Please fix this in order to continue."
msgstr ""
-#: html/main.php:208
+#: html/main.php:220
msgid "Your password is about to expire, please change your password!"
msgstr ""
"Votre mot de passe va bientôt expirer, veuillez changer votre mot de passe !"
-#: html/main.php:273
+#: html/main.php:285
msgid "Running out of memory!"
msgstr "Plus de mémoire disponible !"
-#: html/main.php:333
-#, fuzzy
-msgid "ACLs are disabled"
-msgstr "Les vérifications des ACL de l'utilisateur ont été désactivés"
-
-#: html/main.php:333 html/main.php:335
+#: html/main.php:345
#, php-format
msgid "You're logged in as %s"
msgstr ""
-#: html/main.php:383
+#: html/main.php:348
+#, fuzzy
+msgid "ACLs are disabled"
+msgstr "Les vérifications des ACL de l'utilisateur ont été désactivés"
+
+#: html/main.php:398
#, fuzzy
msgid "Plug-in"
msgstr "Extension"
-#: html/main.php:384
+#: html/main.php:399
#, fuzzy, php-format
msgid "FATAL: Cannot find any plugin definitions for plugin %s!"
msgstr "FATAL: Impossible de trouver une définition pour l'extension '%s' !"
-#: html/main.php:400
+#: html/main.php:415
msgid "Configuration Error"
msgstr "Erreur de configuration"
-#: html/main.php:401
+#: html/main.php:416
#, php-format
msgid ""
"FATAL: not all POST variables have been transfered by PHP - please inform "
msgid "unconfigured"
msgstr "non configuré"
-#: include/class_management.inc:304 include/class_management.inc:462
-#: include/class_management.inc:509 include/class_management.inc:524
-#: include/class_management.inc:561 include/class_management.inc:575
+#: include/class_management.inc:324 include/class_management.inc:487
+#: include/class_management.inc:534 include/class_management.inc:549
+#: include/class_management.inc:586 include/class_management.inc:600
#: plugins/admin/users/class_userManagement.inc:228
#: plugins/admin/users/class_userManagement.inc:744
msgid "Permission"
msgstr "Permissions"
-#: include/class_management.inc:385
+#: include/class_management.inc:405
#: plugins/admin/users/class_userManagement.inc:702
#: plugins/admin/users/class_userManagement.inc:706
#: plugins/admin/acl/class_aclManagement.inc:98
msgid "Permission error"
msgstr "Erreur de permissions"
-#: include/class_management.inc:462
+#: include/class_management.inc:487
#, fuzzy, php-format
msgid "You are not allowed to create a snapshot for %s!"
msgstr ""
"Vous n'êtes pas autorisé à créer une nouvelle copie instantanée pour %s."
-#: include/class_management.inc:509 include/class_management.inc:561
-#: include/class_management.inc:575
+#: include/class_management.inc:534 include/class_management.inc:586
+#: include/class_management.inc:600
#, fuzzy, php-format
msgid "You are not allowed to restore a snapshot for %s!"
msgstr "Vous n'êtes pas autorisé à restaurer un copie instantanée de %s."
-#: include/class_management.inc:524
+#: include/class_management.inc:549
#, fuzzy, php-format
msgid "You are not allowed to remove a snapshot for %s!"
msgstr "Vous n'êtes pas autorisé à restaurer un copie instantanée de %s."
-#: include/class_management.inc:634 include/class_management.inc:718
+#: include/class_management.inc:659 include/class_management.inc:743
#: include/class_acl.inc:978 include/class_session.inc:76
#: include/class_session.inc:101 include/class_session.inc:127
#: include/functions.inc:623 include/functions.inc:827
#: include/.svn/tmp/tempfile.2.tmp:605 include/.svn/tmp/tempfile.2.tmp:792
#: include/.svn/tmp/tempfile.2.tmp:910 include/.svn/tmp/tempfile.2.tmp:1308
#: include/.svn/tmp/tempfile.2.tmp:2372 include/.svn/tmp/tempfile.2.tmp:2406
-#: include/.svn/tmp/tempfile.2.tmp:2426 include/class_ldap.inc:693
-#: include/class_ldap.inc:744 include/class_log.inc:87
+#: include/.svn/tmp/tempfile.2.tmp:2426 include/class_ldap.inc:712
+#: include/class_ldap.inc:763 include/class_log.inc:87
#: include/class_CopyPasteHandler.inc:160
#: include/class_CopyPasteHandler.inc:274
#: plugins/personal/myaccount/main.inc:52
msgid "Internal error"
msgstr "Erreur interne"
-#: include/class_management.inc:635 include/class_management.inc:719
+#: include/class_management.inc:660 include/class_management.inc:744
#: plugins/personal/myaccount/main.inc:53
#, php-format
msgid ""
"Cannot instantiate tabbed-plug-in, the base plugin (%s) is not available!"
msgstr ""
-#: include/class_management.inc:644
+#: include/class_management.inc:669
#, fuzzy, php-format
msgid ""
"No tab definition for %s found in configuration file: cannot create plugin "
msgstr "Couper"
#: include/class_listing.inc:1460 include/class_listing.inc:1462
-#: include/class_CopyPasteHandler.inc:570
+#: include/class_CopyPasteHandler.inc:571
msgid "Paste"
msgstr "Coller"
#, fuzzy, php-format
msgid "Error while connecting to LDAP: %s"
msgstr ""
-"FATAL: Erreur lors de la connexion au serveur LDAP. Le serveur à répondu '%"
-"s'."
+"FATAL: Erreur lors de la connexion au serveur LDAP. Le serveur à répondu "
+"'%s'."
#: include/functions.inc:537 include/functions.inc:623
#, fuzzy
msgid "Russian"
msgstr "Russe"
-#: include/functions.inc:3106
+#: include/functions.inc:3108
#, fuzzy, php-format
msgid ""
"Command %s specified as post modify action for plugin %s does not exist!"
"La commande '%s', spécifiée comme connexion de l'extension '%s' n'existe "
"pas !"
-#: include/functions.inc:3150
+#: include/functions.inc:3152
#, fuzzy
msgid "Cannot generate SAMBA hash!"
msgstr "Impossible de générer un hash samba !"
-#: include/functions.inc:3163
+#: include/functions.inc:3165
#, fuzzy, php-format
msgid "Generating SAMBA hash by running %s failed: check %s!"
msgstr ""
"Impossible de générer le mot de passe samba: l'exécution de '%s' à échoué, "
"veuillez vérifier le paramètre 'sambaHashHook'!"
-#: include/functions.inc:3441 include/functions.inc:3455
-#: include/functions.inc:3493 include/functions.inc:3505
-#: include/functions.inc:3509 include/functions.inc:3524
-#: include/functions.inc:3533
+#: include/functions.inc:3443 include/functions.inc:3457
+#: include/functions.inc:3495 include/functions.inc:3507
+#: include/functions.inc:3511 include/functions.inc:3526
+#: include/functions.inc:3535
#, fuzzy
msgid "Cannot allocate free ID:"
msgstr "Impossible d'assigner un ID libre :"
-#: include/functions.inc:3441 include/.svn/tmp/tempfile.tmp:3353
+#: include/functions.inc:3443 include/.svn/tmp/tempfile.tmp:3353
#: include/.svn/tmp/tempfile.2.tmp:3406
msgid "unknown idAllocation method!"
msgstr "Méthode d'allocation des id inconnue !"
-#: include/functions.inc:3455 include/.svn/tmp/tempfile.tmp:3367
+#: include/functions.inc:3457 include/.svn/tmp/tempfile.tmp:3367
#: include/.svn/tmp/tempfile.2.tmp:3420
#, php-format
msgid "%sPoolMin >= %sPoolMax!"
msgstr ""
-#: include/functions.inc:3485 include/.svn/tmp/tempfile.tmp:3397
+#: include/functions.inc:3487 include/.svn/tmp/tempfile.tmp:3397
#: include/.svn/tmp/tempfile.2.tmp:3450
msgid "Cannot create sambaUnixIdPool entry!"
msgstr "Impossible de créer l'entrée sambaUnixIdPool !"
-#: include/functions.inc:3493 include/.svn/tmp/tempfile.tmp:3405
+#: include/functions.inc:3495 include/.svn/tmp/tempfile.tmp:3405
#: include/.svn/tmp/tempfile.2.tmp:3458
msgid "sambaUnixIdPool is not unique!"
msgstr "sambaUnixIdPool n'est pas unique !"
-#: include/functions.inc:3505 include/functions.inc:3509
+#: include/functions.inc:3507 include/functions.inc:3511
#: include/.svn/tmp/tempfile.tmp:3417 include/.svn/tmp/tempfile.tmp:3421
#: include/.svn/tmp/tempfile.2.tmp:3470 include/.svn/tmp/tempfile.2.tmp:3474
msgid "no ID available!"
msgstr "Pas d' ID disponibles !"
-#: include/functions.inc:3533
+#: include/functions.inc:3535
#, fuzzy
msgid "maximum number of tries exceeded!"
msgstr "Nombre maximum d'essais dépassés !"
-#: include/functions.inc:3593
+#: include/functions.inc:3595
#, fuzzy
msgid "Cannot allocate free ID!"
msgstr "Impossible d'assigner un ID libre !"
#, fuzzy, 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'."
+"FATAL: Erreur lors de la connexion au serveur LDAP. Le serveur à répondu "
+"'%s'."
#: include/.svn/tmp/tempfile.tmp:519 include/.svn/tmp/tempfile.2.tmp:519
msgid "Username / UID is not unique inside the LDAP tree!"
msgid "Edit filters"
msgstr "Editer des certificats"
-#: include/class_userFilterEditor.inc:248
+#: include/class_userFilterEditor.inc:254
#, php-format
msgid "Error in filter #%s: %s opening and %s closing brackets detected!"
msgstr ""
-#: include/class_plugin.inc:558
+#: include/class_plugin.inc:581
msgid ""
"The current object has been altered while beeing edited. If you save this "
"entry, changes that have been made by others will be discarded!"
msgstr ""
-#: include/class_plugin.inc:1359
+#: include/class_plugin.inc:1385
#, php-format
msgid "Changing ACL DN from %s to %s"
msgstr ""
"The supplied base is not valid and has been reset to its previous value!"
msgstr ""
-#: include/class_ldap.inc:233 include/class_ldap.inc:266
+#: include/class_ldap.inc:233 include/class_ldap.inc:270
msgid "Performance warning"
msgstr "Avertissement de performance"
-#: include/class_ldap.inc:233 include/class_ldap.inc:266
+#: include/class_ldap.inc:233 include/class_ldap.inc:270
#, fuzzy, php-format
msgid "LDAP performance is poor: last query took %.2fs!"
msgstr ""
"La performance de votre annuaire est faible : la dernière requête à duré "
"%.2fs !"
-#: include/class_ldap.inc:693
+#: include/class_ldap.inc:712
#, fuzzy, php-format
msgid "Cannot automatically create subtrees with RDN %s: no object class found"
msgstr ""
"Impossible de créer automatiquement des sous arbres avec le RDN '%s': object "
"class non trouvé !"
-#: include/class_ldap.inc:744
+#: include/class_ldap.inc:763
#, fuzzy, php-format
msgid "Cannot automatically create subtrees with RDN %s: not supported"
msgstr ""
"Impossible de créer automatiquement des sous arbres avec le RDN '%s': non "
"supporté"
-#: include/class_ldap.inc:831
+#: include/class_ldap.inc:850
#, fuzzy, php-format
msgid "while operating on %s using LDAP server %s"
msgstr "lors de l'opération sur '%s' en utilisant le serveur LDAP '%s'"
-#: include/class_ldap.inc:833
+#: include/class_ldap.inc:852
#, php-format
msgid "while operating on LDAP server %s"
msgstr "lors de l'opération sur le serveur LDAP %s"
-#: include/class_ldap.inc:1006
+#: include/class_ldap.inc:1025
#, fuzzy, php-format
msgid ""
"Invalid DN %s: block to be imported should start with 'dn: ...' in line %s"
"Ceci n'est pas un DN valide: '%s'. Le fichier d'importation doit commencer "
"avec 'dn: ...' à la ligne %s"
-#: include/class_ldap.inc:1035
+#: include/class_ldap.inc:1054
#, fuzzy, php-format
msgid "Error while importing DN %s: please check LDIF from line %s on!"
msgstr ""
msgid "The path '%s' specified for '%s:%s' is invalid!"
msgstr "l'option '%s' de la commande pour l'extension %s est invalide !"
-#: include/class_configRegistry.inc:732 include/class_configRegistry.inc:754
+#: include/class_configRegistry.inc:732 include/class_configRegistry.inc:779
#, fuzzy, php-format
msgid "The folder '%s' specified for '%s:%s' does not exists!"
msgstr ""
msgid "The folder '%s' specified for '%s:%s' cannot be used for reading!"
msgstr ""
-#: include/class_configRegistry.inc:759
+#: include/class_configRegistry.inc:757
+#, fuzzy, php-format
+msgid ""
+"The file '%s' specified for '%s:%s' cannot be created neither be used for "
+"writing!"
+msgstr ""
+"La commande '%s', spécifiée comme connexion de l'extension '%s' n'existe "
+"pas !"
+
+#: include/class_configRegistry.inc:762
+#, fuzzy, php-format
+msgid "The file '%s' specified for '%s:%s' cannot be used for writing!"
+msgstr ""
+"La commande '%s', spécifiée comme connexion de l'extension '%s' n'existe "
+"pas !"
+
+#: include/class_configRegistry.inc:784
#, php-format
msgid "The folder '%s' specified for '%s:%s' cannot be used for writing!"
msgstr ""
-#: include/class_configRegistry.inc:777
+#: include/class_configRegistry.inc:802
#, fuzzy, php-format
msgid "The file '%s' specified for '%s:%s' does not exists!"
msgstr ""
"La commande '%s', spécifiée comme connexion de l'extension '%s' n'existe "
"pas !"
-#: include/class_configRegistry.inc:782
+#: include/class_configRegistry.inc:807
#, php-format
msgid "The file '%s' specified for '%s:%s' cannot be read!"
msgstr ""
-#: include/class_configRegistry.inc:798
+#: include/class_configRegistry.inc:823
#, fuzzy, php-format
msgid "The command '%s' specified for '%s:%s' is invalid!"
msgstr "l'option '%s' de la commande (%s) pour l'extension %s est invalide !"
-#: include/class_configRegistry.inc:813
+#: include/class_configRegistry.inc:838
#, fuzzy, php-format
msgid "The dn '%s' specified for '%s:%s' is invalid!"
msgstr "l'option '%s' de la commande pour l'extension %s est invalide !"
-#: include/class_configRegistry.inc:828
+#: include/class_configRegistry.inc:853
#, fuzzy, php-format
msgid "The rdn '%s' specified for '%s:%s' is invalid!"
msgstr "l'option '%s' de la commande pour l'extension %s est invalide !"
msgid "Cannot remove entry %s!"
msgstr "Impossible d'enlever l'entrée %s !"
-#: include/class_config.inc:159
+#: include/class_config.inc:169
#, php-format
msgid "XML error in gosa.conf: %s at line %d"
msgstr "Erreur XML dans gosa.conf: %s à la ligne %d"
-#: include/class_config.inc:344
+#: include/class_config.inc:354
msgid "Cannot bind to LDAP!"
msgstr ""
-#: include/class_config.inc:685
+#: include/class_config.inc:695
msgid "sambaSID and/or sambaRidBase missing in the configuration!"
msgstr "sambaSID et/ou sambaRidBase absents de votre configuration !"
-#: include/class_config.inc:1104
+#: include/class_config.inc:1114
msgid "Configuration"
msgstr ""
-#: include/class_config.inc:1104
+#: include/class_config.inc:1114
#, fuzzy
msgid ""
"The configuration file you are using is outdated. Please move the GOsa "
"Le fichier de configuration que vous utilisez semble ancien. Veuillez "
"l'enlever et recommencer l'installation."
-#: include/class_config.inc:1146 include/class_config.inc:1177
+#: include/class_config.inc:1156 include/class_config.inc:1187
#, fuzzy, php-format
msgid ""
"The snapshot functionality is enabled, but the required variable %s is not "
"La fonctionnalité pour les copie instantanées est activée, mais la variable "
"requise '%s' n'est pas configurée."
-#: include/class_config.inc:1159
+#: include/class_config.inc:1169
#, fuzzy, php-format
msgid ""
"The snapshot functionality is enabled, but the required compression module "
msgstr ""
#: include/class_core.inc:245
+msgid "Enables/Disables GOSa usage statistics moduls."
+msgstr ""
+
+#: include/class_core.inc:255
+msgid "The database file for GOSa usage statistics."
+msgstr ""
+
+#: include/class_core.inc:265
msgid ""
"The 'logging' statement enables event logging on GOsa side. Setting it to "
"'true' GOsa will log every action a user performs via syslog. If you use "
"'false'."
msgstr ""
-#: include/class_core.inc:256
+#: include/class_core.inc:276
msgid ""
"The 'listSummary' statement determines whether a status bar will be shown on "
"the bottom of GOsa generated lists, displaying a short summary of type and "
"number of elements in the list."
msgstr ""
-#: include/class_core.inc:266
+#: include/class_core.inc:286
msgid ""
"The 'passwordMinLength' statement determines whether a newly entered "
"password has to be of a minimum length."
msgstr ""
-#: include/class_core.inc:276
+#: include/class_core.inc:296
msgid ""
"The 'passwordMinDiffer' statement determines whether a newly entered "
"password has to be checked to have at least n different characters."
msgstr ""
-#: include/class_core.inc:287
+#: include/class_core.inc:307
msgid ""
"The 'passwordHook' can specify an external script to handle password "
"settings at some other location besides the LDAP."
msgstr ""
-#: include/class_core.inc:287
+#: include/class_core.inc:307
#, php-format
msgid "It will be called this way: %s"
msgstr ""
-#: include/class_core.inc:297
+#: include/class_core.inc:317
msgid ""
"The 'passwordProposalHook' can be used to let GOsa generate password "
"proposals for you. Whenever you change a password, you can then decide "
"whether to use the proposal or to manually specify a password."
msgstr ""
-#: include/class_core.inc:297
+#: include/class_core.inc:317
msgid "Here is an example command:"
msgstr ""
-#: include/class_core.inc:307
+#: include/class_core.inc:327
msgid ""
"The 'displayErrors' statement tells GOsa to show PHP errors in the upper "
"part of the screen. This should be disabled in productive deployments, "
"because there might be some important passwords arround."
msgstr ""
-#: include/class_core.inc:307
+#: include/class_core.inc:327
#, php-format
msgid "The property '%s' may be interesting too."
msgstr ""
-#: include/class_core.inc:317
+#: include/class_core.inc:337
msgid ""
"The 'developmentMode' statement tells GOsa to show development related error "
"messages, for example messages about missing ACL configuration or classes. "
"messages it should only be enabled while developing or debugging plugins!"
msgstr ""
-#: include/class_core.inc:328
+#: include/class_core.inc:348
msgid ""
"The 'schemaCheck' statement enables or disables schema checking during "
"login. It is recommended to switch this on in order to let GOsa handle "
"object creation more efficient."
msgstr ""
-#: include/class_core.inc:338
+#: include/class_core.inc:358
msgid ""
"The 'copyPaste' statement enables copy and paste for LDAP entries managed "
"with GOsa."
msgstr ""
-#: include/class_core.inc:348
+#: include/class_core.inc:368
msgid ""
"The 'forceGlobals' statement enables PHP security checks to force "
"register_global settings to be switched off."
msgstr ""
-#: include/class_core.inc:358
+#: include/class_core.inc:378
msgid ""
"The 'forceSSL' statement enables PHP security checks to force encrypted "
"access to the web interface. GOsa will try to redirect to the same URL - "
"just with https://"
msgstr ""
-#: include/class_core.inc:368
+#: include/class_core.inc:388
msgid ""
"Logs information about triggered ldap operations, duration, filter, aso. "
"into syslog."
msgstr ""
-#: include/class_core.inc:378
+#: include/class_core.inc:398
msgid ""
"The 'ldapFollowReferrals' statement tells GOsa to follow LDAP referrals."
msgstr ""
-#: include/class_core.inc:388
+#: include/class_core.inc:408
msgid ""
"The 'ldapFilterNestingLimit' statement can be used to speed up group "
"handling for groups with several hundreds of members. The default behaviour "
"set a member limit, where GOsa will stop to do these lookups."
msgstr ""
-#: include/class_core.inc:398
+#: include/class_core.inc:418
msgid ""
"The ldapSizelimit statement tells GOsa to retrieve the specified maximum "
"number of results. The user will get a warning, that not all entries "
"were shown."
msgstr ""
-#: include/class_core.inc:408
+#: include/class_core.inc:428
msgid ""
"Disables sizelimit checks, only the configured amount of results will be "
"shown!"
msgstr ""
-#: include/class_core.inc:418
+#: include/class_core.inc:438
msgid ""
"The 'warnSSL' statement enables PHP security checks to detect non encrypted "
"access to the web interface. GOsa will display a warning in this case."
msgstr ""
-#: include/class_core.inc:428
+#: include/class_core.inc:448
msgid "The 'ppdGzip' variable enables PPD file compression."
msgstr ""
-#: include/class_core.inc:439
+#: include/class_core.inc:459
msgid ""
"The 'ignoreAcl' value tells GOsa to ignore complete ACL sets for the given "
"DN. Add your DN here and you'll be able to restore accidently dropped ACLs."
msgstr ""
-#: include/class_core.inc:450
+#: include/class_core.inc:470
msgid ""
"The 'ppdPath' variable defines where to store PPD files for the GOto "
"environment plugins."
msgstr ""
-#: include/class_core.inc:460
+#: include/class_core.inc:480
msgid ""
"The 'ldapMaxQueryTime' statement tells GOsa to stop LDAP actions if there is "
"no answer within the specified number of seconds."
msgstr ""
-#: include/class_core.inc:470
+#: include/class_core.inc:490
msgid ""
"The 'storeFilterSettings' statement determines whether GOsa should store "
"filter and plugin settings inside of a cookie."
msgstr ""
-#: include/class_core.inc:480
+#: include/class_core.inc:500
msgid ""
"The 'sendCompressedOutput' statement determines whether PHP should send "
"compressed HTML pages to browsers or not. This may increase or decrease the "
"performance, depending on your network."
msgstr ""
-#: include/class_core.inc:491
+#: include/class_core.inc:511
msgid ""
"The 'modificationDetectionAttribute' statement enables GOsa to check if a "
"entry currently being edited has been modified from someone else outside "
"based systems."
msgstr ""
-#: include/class_core.inc:502
+#: include/class_core.inc:522
msgid ""
"The 'language' statement defines the default language used by GOsa. Normally "
"GOsa autodetects the language from the browser settings. If this is not "
"de for german) here."
msgstr ""
-#: include/class_core.inc:513
+#: include/class_core.inc:533
msgid ""
"The 'theme' statement defines what theme is used to display GOsa pages. You "
"can install some corporate identity like theme and/or modify certain "
"more information."
msgstr ""
-#: include/class_core.inc:523
+#: include/class_core.inc:543
msgid ""
"The 'sessionLifetime' value defines when a session will expire in seconds. "
"For Debian systems, this will not work because the sessions will be removed "
"instead."
msgstr ""
-#: include/class_core.inc:533
+#: include/class_core.inc:553
msgid ""
"The 'templateCompileDirectory' statements defines the path, where the PHP "
"templating engins 'smarty' should store its compiled GOsa templates for "
"is running with."
msgstr ""
-#: include/class_core.inc:543
+#: include/class_core.inc:563
#, php-format
msgid ""
"The 'debugLevel' value tells GOsa to display certain information on each "
"page load. Value is an AND combination of the following byte values: %s"
msgstr ""
-#: include/class_core.inc:563
+#: include/class_core.inc:583
#, php-format
msgid ""
"The 'sambaHashHook' statement contains an executable to generate samba hash "
"distribution installed, you can use perl to generate the hash: %s"
msgstr ""
-#: include/class_core.inc:574
+#: include/class_core.inc:594
msgid ""
"The 'passwordDefaultHash' statement defines the default password hash to "
"choose for new accounts."
msgstr ""
-#: include/class_core.inc:583
+#: include/class_core.inc:603
msgid ""
"The 'strictPasswordRules' tells GOsa to check for UTF-8 characters in the "
"supplied password. These Characters can lead to non working authentications "
"if UTF-8 and none UTF-8 systems locales get mixed. The default is 'true'."
msgstr ""
-#: include/class_core.inc:594
+#: include/class_core.inc:614
msgid ""
"The 'accountPrimaryAttribute' option tells GOsa how to create new accounts. "
"Possible values are 'uid' and 'cn'. In the first case GOsa creates uid style "
"'personalTitleInDN'."
msgstr ""
-#: include/class_core.inc:604
+#: include/class_core.inc:624
msgid ""
"The 'userRDN' statement defines the location where new accounts will be "
"created inside of defined departments. The default is 'ou=people'."
msgstr ""
-#: include/class_core.inc:614
+#: include/class_core.inc:634
msgid ""
"The 'groupsRDN' statement defines the location where new groups will be "
"created inside of defined departments. The default is 'ou=groups'."
msgstr ""
-#: include/class_core.inc:624
+#: include/class_core.inc:644
msgid ""
"The 'gidNumberBase' statement defines where to start looking for a new free "
"group id. This should be synced with your 'adduser.conf' to avoid "
"definition."
msgstr ""
-#: include/class_core.inc:634
+#: include/class_core.inc:654
msgid ""
"The 'baseIdHook' statement allows to hook into the id generation method "
"(traditional mode), to define the starting range for new generated ids"
msgstr ""
-#: include/class_core.inc:644 include/class_core.inc:664
+#: include/class_core.inc:664 include/class_core.inc:684
msgid ""
"The 'uidNumberPoolMin/gidNumberPoolMin' statement defines the lowest "
"assignable user/group id for use with the 'idAllocationMethod = pool'."
msgstr ""
-#: include/class_core.inc:654 include/class_core.inc:674
+#: include/class_core.inc:674 include/class_core.inc:694
msgid ""
"The 'uidNumberPoolMax/gidNumberPoolMax' statement defines the highest "
"assignable user/group id for use with the 'idAllocationMethod = pool'."
msgstr ""
-#: include/class_core.inc:684
+#: include/class_core.inc:704
msgid ""
"The 'uidNumberBase' statement defines where to start looking for a new free "
"user id. This should be synced with your 'adduser.conf' to avoid overlapping "
"even be dynamic. Take a look at the 'baseIdHook' definition."
msgstr ""
-#: include/class_core.inc:724
+#: include/class_core.inc:744
msgid ""
"The 'gosaSupportURI' defines the major gosa-si server host and the password "
"for GOsa to connect to it. It can be used if you want to use i.e. kerberos "
"to authenticate the users. The format is: credentials@host:port"
msgstr ""
-#: include/class_core.inc:734
+#: include/class_core.inc:754
msgid ""
"The 'gosaSupportTimeout' sets a connection timeout for all gosa-si actions. "
"See 'gosaSupportURI' for details."
msgstr ""
-#: include/class_core.inc:745
+#: include/class_core.inc:765
msgid ""
"The 'loginAttribute' statement tells GOsa which LDAP attribute is used as "
"the login name during login. It can be set to 'uid', 'mail' or 'both'"
msgstr ""
-#: include/class_core.inc:756
+#: include/class_core.inc:776
msgid ""
"The 'timezone' statements defines the timezone used inside of GOsa to handle "
"date related tasks, such as password expiery, vacation messages, etc. The "
"timezone."
msgstr ""
-#: include/class_core.inc:766
+#: include/class_core.inc:786
msgid ""
"The 'honourUnitTags' statement enables checking of 'unitTag' attributes when "
"using administrative units. If this is set to 'true' GOsa can only see "
"objects inside the administrative unit a user is logged into."
msgstr ""
-#: include/class_core.inc:776
+#: include/class_core.inc:796
msgid ""
"The 'useSaslForKerberos' statement defines the way the kerberos realm is "
"stored in the #userPassword' attribute. Set it to 'true' in order to get "
"latter is outdated, but may be needed from time to time."
msgstr ""
-#: include/class_core.inc:786
+#: include/class_core.inc:806
msgid ""
"The 'rfc2307bis' statement enables rfc2307bis style groups in GOsa. You can "
"use 'member' attributes instead of memberUid in this case. To make it work "
"style groups, too"
msgstr ""
-#: include/class_core.inc:796
+#: include/class_core.inc:816
msgid ""
"The 'personalTitleInDN' option tells GOsa to include the personal title in "
"user DNs when #accountPrimaryAttribute' is set to \"cn\"."
msgstr ""
-#: include/class_core.inc:806
+#: include/class_core.inc:826
msgid ""
"The 'nextIdHook' statement defines a script to be called for finding the "
"next free id for users or groups externaly. It gets called with the current "
"entry \"dn\" and the attribute to be ID'd. It should return an integer value."
msgstr ""
-#: include/class_core.inc:816
+#: include/class_core.inc:836
msgid ""
"The 'idGenerator' statement describes an automatic way to generate new user "
"ids. There are two basic functions supported - which can be combined: \n"
" will generate a three digits random number appended to \"ext\".\n"
msgstr ""
-#: include/class_core.inc:856
+#: include/class_core.inc:876
msgid ""
"The 'strictNamingRules' statement enables strict checking of uids and group "
"names. If you need characters like . or - inside of your accounts, set "
"this to 'false'."
msgstr ""
-#: include/class_core.inc:866
+#: include/class_core.inc:886
msgid ""
"The 'minId' statement defines the minimum assignable user or group id to "
"avoid security leaks with uid 0 accounts. This is used for the 'traditional' "
"method."
msgstr ""
-#: include/class_core.inc:877
+#: include/class_core.inc:897
msgid ""
"The 'mailAttribute' statement determines which attribute GOsa will use to "
"create accounts. Valid values are 'mail' and 'uid'."
msgstr ""
-#: include/class_core.inc:887
+#: include/class_core.inc:907
msgid ""
"This attribute allows to override the prefix used to create shared folders."
msgstr ""
-#: include/class_core.inc:897
+#: include/class_core.inc:917
msgid ""
"This attribute allows to override the user account creation syntax, see the "
"'mailFolderCreation' description for more details.\n"
"com\"\n"
msgstr ""
-#: include/class_core.inc:912
+#: include/class_core.inc:932
msgid ""
"Every mail method has its own way to create mail accounts like 'share/"
"development' or 'shared.development@example.com' which is used to identify "
" %uattrib% Depends on mailAttribute=\"uid/mail\".\n"
msgstr ""
-#: include/class_core.inc:938
+#: include/class_core.inc:958
msgid ""
"The 'imapTimeout' statement sets the connection timeout for imap actions."
msgstr ""
-#: include/class_core.inc:949
+#: include/class_core.inc:969
msgid ""
"The 'mailMethod' statement tells GOsa which mail method the setup should use "
"to communicate with a possible mail server. Leave this undefined if your "
"mail method does not match the predefined ones."
msgstr ""
-#: include/class_core.inc:959
+#: include/class_core.inc:979
msgid ""
"The 'cyrusUseSlashes' statement determines if GOsa should use \"foo/bar\" or "
"\"foo.bar\" namespaces in IMAP. Unix style is with slashes."
msgstr ""
-#: include/class_core.inc:969
+#: include/class_core.inc:989
msgid ""
"The 'vacationTemplateDirectory' statement sets the path where GOsa will look "
"for vacation message templates. Default is /etc/gosa/vacation. \n"
"\n"
msgstr ""
-#: include/class_core.inc:990
+#: include/class_core.inc:1010
msgid ""
"The 'ldapTLS' statement enables or disables TLS operating on LDAP "
"connections."
msgstr ""
-#: include/class_core.inc:1000
+#: include/class_core.inc:1020
msgid ""
"The 'honourIvbbAttributes' statement enables the IVBB mode inside of GOsa. "
"You need the ivbb.schema file from used by german authorities."
msgstr ""
-#: include/class_core.inc:1010
+#: include/class_core.inc:1030
msgid ""
"The 'sambaIdMapping' statement tells GOsa to maintain sambaIdmapEntry "
"objects. Depending on your setup this can drastically improve the windows "
"login performance."
msgstr ""
-#: include/class_core.inc:1020
+#: include/class_core.inc:1040
msgid ""
"The 'handleExpiredAccounts' statement enables shadow attribute tests during "
"the login to the GOsa web interface and forces password renewal or account "
"lockout."
msgstr ""
-#: include/class_core.inc:1030
+#: include/class_core.inc:1050
msgid ""
"The 'sambaSID' statement defines a samba SID if not available inside of the "
"LDAP. You can retrieve the current sid by net getlocalsid."
msgstr ""
-#: include/class_core.inc:1040
+#: include/class_core.inc:1060
msgid ""
"The 'sambaRidBase' statement defines the base id to add to ordinary sid "
"calculations - if not available inside of the LDAP."
msgstr ""
-#: include/class_core.inc:1050
+#: include/class_core.inc:1070
msgid ""
"The 'enableSnapshots' statement enables a snapshot mechaism in GOsa. This "
"enables you to save certain states of entries and restore them later on."
msgstr ""
-#: include/class_core.inc:1060
+#: include/class_core.inc:1080
msgid ""
"The 'snapshotBase' statement defines the base where snapshots should be "
"stored inside of the LDAP."
msgstr ""
-#: include/class_core.inc:1070
+#: include/class_core.inc:1090
msgid ""
"The 'snapshotAdminDn' variable defines the user which is used to "
"authenticate when connecting to 'snapshotURI'."
msgstr ""
-#: include/class_core.inc:1080
+#: include/class_core.inc:1100
msgid ""
"The 'snapshotAdminPassword' variable defines the credentials which are used "
"in combination with 'snapshotAdminDn' and 'snapshotURI' in order to "
"authenticate."
msgstr ""
-#: include/class_core.inc:1091
+#: include/class_core.inc:1111
msgid ""
"The 'idAllocationMethod' statement defines how GOsa generates numeric user "
"and group id values. If it is set to 'traditional' GOsa will do create a "
"the other hand it is much faster."
msgstr ""
-#: include/class_core.inc:1100
+#: include/class_core.inc:1120
msgid ""
"The 'snapshotURI' variable defines the LDAP URI for the server which is used "
"to do object snapshots."
msgid "This object will be pasted: %s"
msgstr "Cet objet sera collé : %s"
-#: include/class_CopyPasteHandler.inc:572
+#: include/class_CopyPasteHandler.inc:573
msgid "Cannot paste"
msgstr "Impossible de coller"
"Password method '%s' does not support locking. Account (%s) has not been "
"locked!"
msgstr ""
-"La méthode '%s' ne permet pas le verrouillage du mot de passe. Le compte (%"
-"s) n'a pas été verrouillé !"
+"La méthode '%s' ne permet pas le verrouillage du mot de passe. Le compte "
+"(%s) n'a pas été verrouillé !"
#: plugins/admin/users/class_userManagement.inc:856
msgid "Unlock account"
#, php-format
msgid "External password changer reported a problem: %s."
msgstr ""
-"Le programme externe pour changer votre mot de passe à renvoyé une erreur: %"
-"s."
+"Le programme externe pour changer votre mot de passe à renvoyé une erreur: "
+"%s."
#: plugins/personal/password/class_password.inc:159
msgid ""
diff --git a/gosa-core/locale/core/it/LC_MESSAGES/messages.po b/gosa-core/locale/core/it/LC_MESSAGES/messages.po
index 61c1fb1319cf1dd9e6b68548f928feb4fe291b66..d8c6379be6178d34233d9b1bfc314343d0d10dc9 100644 (file)
msgstr ""
"Project-Id-Version: messages\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-07-29 20:30+0200\n"
+"POT-Creation-Date: 2010-08-02 20:33+0200\n"
"PO-Revision-Date: 2005-11-18 15:26+0100\n"
"Last-Translator: Alessandro Amici <a.amici@bopen.it>\n"
"Language-Team: Italian\n"
+"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ihtml/themes/default/userFilterEditor.tpl:11 include/class_acl.inc:262
#: include/class_SnapShotDialog.inc:55 include/class_userFilter.inc:55
-#: include/class_userFilter.inc:150 include/class_userFilterEditor.inc:230
-#: include/class_userFilterEditor.inc:234
+#: include/class_userFilter.inc:150 include/class_userFilterEditor.inc:236
+#: include/class_userFilterEditor.inc:240
#: plugins/generic/dashBoard/dbChannelStatus/class_dbChannelStatus.inc:14
#: plugins/generic/dashBoard/dbPluginStatus/class_dbPluginStatus.inc:26
#: plugins/generic/references/class_reference.inc:57
#: ihtml/themes/default/userFilterEditor.tpl:19 include/class_acl.inc:252
#: include/class_acl.inc:262 include/class_SnapShotDialog.inc:174
-#: include/class_userFilter.inc:55 include/class_userFilterEditor.inc:239
+#: include/class_userFilter.inc:55 include/class_userFilterEditor.inc:245
#: plugins/generic/dashBoard/dbChannelStatus/class_dbChannelStatus.inc:14
#: plugins/generic/dashBoard/dbPluginStatus/class_dbPluginStatus.inc:26
#: plugins/generic/references/class_reference.inc:57
msgid "Your password has been changed successfully."
msgstr ""
-#: ihtml/themes/default/password.tpl:65 html/main.php:208
+#: ihtml/themes/default/password.tpl:65 html/main.php:220
#: plugins/admin/users/class_userManagement.inc:391
#: plugins/personal/password/class_password.inc:126
#: plugins/personal/password/class_password.inc:129
msgid "Session expires in %d!"
msgstr "Rilevato un conflitto di sessione"
-#: html/password.php:61 html/main.php:158 include/functions.inc:465
+#: html/password.php:61 html/main.php:170 include/functions.inc:465
#: include/.svn/tmp/tempfile.tmp:447 include/.svn/tmp/tempfile.2.tmp:447
#: include/utils/class_xml.inc:43
#: plugins/admin/departments/class_department.inc:439
msgstr "Il file di configurazione di GOsa %s/gosa.conf non è legibile."
#: html/password.php:113 html/index.php:157 html/index.php:233
-#: html/main.php:273
+#: html/main.php:285
#: include/password-methods/class_password-methods-ssha.inc:51
#: include/password-methods/class_password-methods-sha.inc:48
#: include/class_SnapshotHandler.inc:44 include/class_SnapshotHandler.inc:57
#: include/class_SnapshotHandler.inc:75 include/functions.inc:837
-#: include/functions.inc:3107 include/functions.inc:3150
-#: include/functions.inc:3163 include/.svn/tmp/tempfile.tmp:802
+#: include/functions.inc:3109 include/functions.inc:3152
+#: include/functions.inc:3165 include/.svn/tmp/tempfile.tmp:802
#: include/.svn/tmp/tempfile.tmp:3027 include/.svn/tmp/tempfile.tmp:3059
#: include/.svn/tmp/tempfile.tmp:3072 include/.svn/tmp/tempfile.2.tmp:802
#: include/.svn/tmp/tempfile.2.tmp:3080 include/.svn/tmp/tempfile.2.tmp:3112
#: include/.svn/tmp/tempfile.2.tmp:3125 include/utils/class_timezone.inc:47
-#: include/class_config.inc:162 include/class_config.inc:685
-#: include/class_config.inc:1145 include/class_config.inc:1158
-#: include/class_config.inc:1176 include/class_pluglist.inc:117
+#: include/class_config.inc:172 include/class_config.inc:695
+#: include/class_config.inc:1155 include/class_config.inc:1168
+#: include/class_config.inc:1186 include/class_pluglist.inc:117
#: include/class_CopyPasteHandler.inc:119
#: include/class_CopyPasteHandler.inc:128
#: include/class_CopyPasteHandler.inc:177
#: include/class_configRegistry.inc:670 include/class_configRegistry.inc:685
#: include/class_configRegistry.inc:700 include/class_configRegistry.inc:715
#: include/class_configRegistry.inc:731 include/class_configRegistry.inc:736
-#: include/class_configRegistry.inc:753 include/class_configRegistry.inc:758
-#: include/class_configRegistry.inc:776 include/class_configRegistry.inc:781
-#: include/class_configRegistry.inc:797 include/class_configRegistry.inc:812
-#: include/class_configRegistry.inc:827
+#: include/class_configRegistry.inc:756 include/class_configRegistry.inc:761
+#: include/class_configRegistry.inc:778 include/class_configRegistry.inc:783
+#: include/class_configRegistry.inc:801 include/class_configRegistry.inc:806
+#: include/class_configRegistry.inc:822 include/class_configRegistry.inc:837
+#: include/class_configRegistry.inc:852
#: plugins/admin/groups/class_group.inc:832
#: plugins/admin/departments/dep_move_confirm.tpl:2
#: plugins/personal/posix/class_posixAccount.inc:651
msgid "Broken HTTP authentication setup!"
msgstr ""
-#: html/index.php:241 html/index.php:245 include/class_management.inc:483
-#: include/class_management.inc:644
+#: html/index.php:241 html/index.php:245 include/class_management.inc:508
+#: include/class_management.inc:669
#: include/password-methods/class_password-methods.inc:277
-#: include/class_listing.inc:536 include/functions.inc:3135
-#: include/functions.inc:3441 include/functions.inc:3455
-#: include/functions.inc:3485 include/functions.inc:3493
-#: include/functions.inc:3505 include/functions.inc:3509
-#: include/functions.inc:3524 include/functions.inc:3533
-#: include/functions.inc:3593 include/class_tabs.inc:56
+#: include/class_listing.inc:536 include/functions.inc:3137
+#: include/functions.inc:3443 include/functions.inc:3457
+#: include/functions.inc:3487 include/functions.inc:3495
+#: include/functions.inc:3507 include/functions.inc:3511
+#: include/functions.inc:3526 include/functions.inc:3535
+#: include/functions.inc:3595 include/class_tabs.inc:56
#: include/.svn/tmp/tempfile.tmp:3353 include/.svn/tmp/tempfile.tmp:3367
#: include/.svn/tmp/tempfile.tmp:3397 include/.svn/tmp/tempfile.tmp:3405
#: include/.svn/tmp/tempfile.tmp:3417 include/.svn/tmp/tempfile.tmp:3421
#: include/.svn/tmp/tempfile.2.tmp:3458 include/.svn/tmp/tempfile.2.tmp:3470
#: include/.svn/tmp/tempfile.2.tmp:3474 include/.svn/tmp/tempfile.2.tmp:3489
#: include/.svn/tmp/tempfile.2.tmp:3498 include/.svn/tmp/tempfile.2.tmp:3558
-#: include/class_plugin.inc:1621 include/class_plugin.inc:1628
+#: include/class_plugin.inc:1647 include/class_plugin.inc:1654
#: include/utils/class_xml.inc:40 include/utils/class_msgPool.inc:137
#: include/utils/class_msgPool.inc:149 include/utils/class_msgPool.inc:167
#: include/utils/class_msgPool.inc:440 include/utils/class_msgPool.inc:461
#: include/functions.inc:537 include/functions.inc:583
#: include/functions.inc:852 include/functions.inc:901
#: include/functions.inc:958 include/functions.inc:1008
-#: include/functions.inc:3086 include/functions.inc:3367
+#: include/functions.inc:3088 include/functions.inc:3369
#: include/.svn/tmp/tempfile.tmp:476 include/.svn/tmp/tempfile.tmp:511
#: include/.svn/tmp/tempfile.tmp:519 include/.svn/tmp/tempfile.tmp:565
#: include/.svn/tmp/tempfile.tmp:817 include/.svn/tmp/tempfile.tmp:866
#: include/.svn/tmp/tempfile.2.tmp:817 include/.svn/tmp/tempfile.2.tmp:866
#: include/.svn/tmp/tempfile.2.tmp:923 include/.svn/tmp/tempfile.2.tmp:976
#: include/.svn/tmp/tempfile.2.tmp:3059 include/.svn/tmp/tempfile.2.tmp:3332
-#: include/class_userFilter.inc:275 include/class_ldap.inc:756
-#: include/class_ldap.inc:1173 include/class_config.inc:344
+#: include/class_userFilter.inc:275 include/class_ldap.inc:775
+#: include/class_ldap.inc:1192 include/class_config.inc:354
#: plugins/generic/references/class_reference.inc:97
#: plugins/admin/ogroups/class_ogroup.inc:749
#: plugins/admin/ogroups/class_ogroup.inc:766
msgid "Smarty"
msgstr "Avvio"
-#: html/main.php:159
+#: html/main.php:171
#, php-format
msgid "Cannot locate file %s - please run %s to fix this"
msgstr ""
-#: html/main.php:178
+#: html/main.php:190
#, fuzzy
msgid "PHP configuration"
msgstr "Scarica il file di configurazione"
-#: html/main.php:179
+#: html/main.php:191
msgid ""
"FATAL: Register globals is active. Please fix this in order to continue."
msgstr ""
-#: html/main.php:208
+#: html/main.php:220
#, fuzzy
msgid "Your password is about to expire, please change your password!"
msgstr "Non hai il permesso di cambiare la tua password."
-#: html/main.php:273
+#: html/main.php:285
msgid "Running out of memory!"
msgstr ""
-#: html/main.php:333
-#, fuzzy
-msgid "ACLs are disabled"
-msgstr "disabilitato"
-
-#: html/main.php:333 html/main.php:335
+#: html/main.php:345
#, php-format
msgid "You're logged in as %s"
msgstr ""
-#: html/main.php:383
+#: html/main.php:348
+#, fuzzy
+msgid "ACLs are disabled"
+msgstr "disabilitato"
+
+#: html/main.php:398
#, fuzzy
msgid "Plug-in"
msgstr "Ricerca"
-#: html/main.php:384
+#: html/main.php:399
#, php-format
msgid "FATAL: Cannot find any plugin definitions for plugin %s!"
msgstr ""
-#: html/main.php:400
+#: html/main.php:415
#, fuzzy
msgid "Configuration Error"
msgstr "File di configurazione"
-#: html/main.php:401
+#: html/main.php:416
#, php-format
msgid ""
"FATAL: not all POST variables have been transfered by PHP - please inform "
msgid "unconfigured"
msgstr "non configurata"
-#: include/class_management.inc:304 include/class_management.inc:462
-#: include/class_management.inc:509 include/class_management.inc:524
-#: include/class_management.inc:561 include/class_management.inc:575
+#: include/class_management.inc:324 include/class_management.inc:487
+#: include/class_management.inc:534 include/class_management.inc:549
+#: include/class_management.inc:586 include/class_management.inc:600
#: plugins/admin/users/class_userManagement.inc:228
#: plugins/admin/users/class_userManagement.inc:744
#, fuzzy
msgid "Permission"
msgstr "Permessi"
-#: include/class_management.inc:385
+#: include/class_management.inc:405
#: plugins/admin/users/class_userManagement.inc:702
#: plugins/admin/users/class_userManagement.inc:706
#: plugins/admin/acl/class_aclManagement.inc:98
msgid "Permission error"
msgstr "Permessi"
-#: include/class_management.inc:462
+#: include/class_management.inc:487
#, fuzzy, php-format
msgid "You are not allowed to create a snapshot for %s!"
msgstr "Non hai il permesso di cambiare la tua password."
-#: include/class_management.inc:509 include/class_management.inc:561
-#: include/class_management.inc:575
+#: include/class_management.inc:534 include/class_management.inc:586
+#: include/class_management.inc:600
#, fuzzy, php-format
msgid "You are not allowed to restore a snapshot for %s!"
msgstr "Non hai il permesso di cambiare la tua password."
-#: include/class_management.inc:524
+#: include/class_management.inc:549
#, fuzzy, php-format
msgid "You are not allowed to remove a snapshot for %s!"
msgstr "Non hai il permesso di cambiare la tua password."
-#: include/class_management.inc:634 include/class_management.inc:718
+#: include/class_management.inc:659 include/class_management.inc:743
#: include/class_acl.inc:978 include/class_session.inc:76
#: include/class_session.inc:101 include/class_session.inc:127
#: include/functions.inc:623 include/functions.inc:827
#: include/.svn/tmp/tempfile.2.tmp:605 include/.svn/tmp/tempfile.2.tmp:792
#: include/.svn/tmp/tempfile.2.tmp:910 include/.svn/tmp/tempfile.2.tmp:1308
#: include/.svn/tmp/tempfile.2.tmp:2372 include/.svn/tmp/tempfile.2.tmp:2406
-#: include/.svn/tmp/tempfile.2.tmp:2426 include/class_ldap.inc:693
-#: include/class_ldap.inc:744 include/class_log.inc:87
+#: include/.svn/tmp/tempfile.2.tmp:2426 include/class_ldap.inc:712
+#: include/class_ldap.inc:763 include/class_log.inc:87
#: include/class_CopyPasteHandler.inc:160
#: include/class_CopyPasteHandler.inc:274
#: plugins/personal/myaccount/main.inc:52
msgid "Internal error"
msgstr "Terminal Server"
-#: include/class_management.inc:635 include/class_management.inc:719
+#: include/class_management.inc:660 include/class_management.inc:744
#: plugins/personal/myaccount/main.inc:53
#, php-format
msgid ""
"Cannot instantiate tabbed-plug-in, the base plugin (%s) is not available!"
msgstr ""
-#: include/class_management.inc:644
+#: include/class_management.inc:669
#, php-format
msgid ""
"No tab definition for %s found in configuration file: cannot create plugin "
msgstr "Esegui"
#: include/class_listing.inc:1460 include/class_listing.inc:1462
-#: include/class_CopyPasteHandler.inc:570
+#: include/class_CopyPasteHandler.inc:571
#, fuzzy
msgid "Paste"
msgstr "Data"
msgid "Russian"
msgstr "Russo"
-#: include/functions.inc:3106
+#: include/functions.inc:3108
#, php-format
msgid ""
"Command %s specified as post modify action for plugin %s does not exist!"
msgstr ""
-#: include/functions.inc:3150
+#: include/functions.inc:3152
msgid "Cannot generate SAMBA hash!"
msgstr ""
-#: include/functions.inc:3163
+#: include/functions.inc:3165
#, php-format
msgid "Generating SAMBA hash by running %s failed: check %s!"
msgstr ""
-#: include/functions.inc:3441 include/functions.inc:3455
-#: include/functions.inc:3493 include/functions.inc:3505
-#: include/functions.inc:3509 include/functions.inc:3524
-#: include/functions.inc:3533
+#: include/functions.inc:3443 include/functions.inc:3457
+#: include/functions.inc:3495 include/functions.inc:3507
+#: include/functions.inc:3511 include/functions.inc:3526
+#: include/functions.inc:3535
#, fuzzy
msgid "Cannot allocate free ID:"
msgstr "Troppi utenti non posso allocare un ID libero!"
-#: include/functions.inc:3441 include/.svn/tmp/tempfile.tmp:3353
+#: include/functions.inc:3443 include/.svn/tmp/tempfile.tmp:3353
#: include/.svn/tmp/tempfile.2.tmp:3406
msgid "unknown idAllocation method!"
msgstr ""
-#: include/functions.inc:3455 include/.svn/tmp/tempfile.tmp:3367
+#: include/functions.inc:3457 include/.svn/tmp/tempfile.tmp:3367
#: include/.svn/tmp/tempfile.2.tmp:3420
#, php-format
msgid "%sPoolMin >= %sPoolMax!"
msgstr ""
-#: include/functions.inc:3485 include/.svn/tmp/tempfile.tmp:3397
+#: include/functions.inc:3487 include/.svn/tmp/tempfile.tmp:3397
#: include/.svn/tmp/tempfile.2.tmp:3450
#, fuzzy
msgid "Cannot create sambaUnixIdPool entry!"
msgstr "Vai al dipartimento base"
-#: include/functions.inc:3493 include/.svn/tmp/tempfile.tmp:3405
+#: include/functions.inc:3495 include/.svn/tmp/tempfile.tmp:3405
#: include/.svn/tmp/tempfile.2.tmp:3458
msgid "sambaUnixIdPool is not unique!"
msgstr ""
-#: include/functions.inc:3505 include/functions.inc:3509
+#: include/functions.inc:3507 include/functions.inc:3511
#: include/.svn/tmp/tempfile.tmp:3417 include/.svn/tmp/tempfile.tmp:3421
#: include/.svn/tmp/tempfile.2.tmp:3470 include/.svn/tmp/tempfile.2.tmp:3474
msgid "no ID available!"
msgstr ""
-#: include/functions.inc:3533
+#: include/functions.inc:3535
msgid "maximum number of tries exceeded!"
msgstr ""
-#: include/functions.inc:3593
+#: include/functions.inc:3595
#, fuzzy
msgid "Cannot allocate free ID!"
msgstr "Troppi utenti non posso allocare un ID libero!"
msgid "Edit filters"
msgstr "Modifica certificati"
-#: include/class_userFilterEditor.inc:248
+#: include/class_userFilterEditor.inc:254
#, php-format
msgid "Error in filter #%s: %s opening and %s closing brackets detected!"
msgstr ""
-#: include/class_plugin.inc:558
+#: include/class_plugin.inc:581
msgid ""
"The current object has been altered while beeing edited. If you save this "
"entry, changes that have been made by others will be discarded!"
msgstr ""
-#: include/class_plugin.inc:1359
+#: include/class_plugin.inc:1385
#, php-format
msgid "Changing ACL DN from %s to %s"
msgstr ""
"The supplied base is not valid and has been reset to its previous value!"
msgstr ""
-#: include/class_ldap.inc:233 include/class_ldap.inc:266
+#: include/class_ldap.inc:233 include/class_ldap.inc:270
msgid "Performance warning"
msgstr ""
-#: include/class_ldap.inc:233 include/class_ldap.inc:266
+#: include/class_ldap.inc:233 include/class_ldap.inc:270
#, php-format
msgid "LDAP performance is poor: last query took %.2fs!"
msgstr ""
-#: include/class_ldap.inc:693
+#: include/class_ldap.inc:712
#, php-format
msgid "Cannot automatically create subtrees with RDN %s: no object class found"
msgstr ""
-#: include/class_ldap.inc:744
+#: include/class_ldap.inc:763
#, php-format
msgid "Cannot automatically create subtrees with RDN %s: not supported"
msgstr ""
-#: include/class_ldap.inc:831
+#: include/class_ldap.inc:850
#, fuzzy, php-format
msgid "while operating on %s using LDAP server %s"
msgstr "Errore durante la connessione al server LDAP. Il server dice: '%s'"
-#: include/class_ldap.inc:833
+#: include/class_ldap.inc:852
#, 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:1006
+#: include/class_ldap.inc:1025
#, php-format
msgid ""
"Invalid DN %s: block to be imported should start with 'dn: ...' in line %s"
msgstr ""
-#: include/class_ldap.inc:1035
+#: include/class_ldap.inc:1054
#, php-format
msgid "Error while importing DN %s: please check LDIF from line %s on!"
msgstr ""
msgid "The path '%s' specified for '%s:%s' is invalid!"
msgstr ""
-#: include/class_configRegistry.inc:732 include/class_configRegistry.inc:754
+#: include/class_configRegistry.inc:732 include/class_configRegistry.inc:779
#, php-format
msgid "The folder '%s' specified for '%s:%s' does not exists!"
msgstr ""
msgid "The folder '%s' specified for '%s:%s' cannot be used for reading!"
msgstr ""
-#: include/class_configRegistry.inc:759
+#: include/class_configRegistry.inc:757
+#, php-format
+msgid ""
+"The file '%s' specified for '%s:%s' cannot be created neither be used for "
+"writing!"
+msgstr ""
+
+#: include/class_configRegistry.inc:762
+#, fuzzy, php-format
+msgid "The file '%s' specified for '%s:%s' cannot be used for writing!"
+msgstr "Il valore specificato per l'UID non è valido."
+
+#: include/class_configRegistry.inc:784
#, php-format
msgid "The folder '%s' specified for '%s:%s' cannot be used for writing!"
msgstr ""
-#: include/class_configRegistry.inc:777
+#: include/class_configRegistry.inc:802
#, php-format
msgid "The file '%s' specified for '%s:%s' does not exists!"
msgstr ""
-#: include/class_configRegistry.inc:782
+#: include/class_configRegistry.inc:807
#, php-format
msgid "The file '%s' specified for '%s:%s' cannot be read!"
msgstr ""
-#: include/class_configRegistry.inc:798
+#: include/class_configRegistry.inc:823
#, php-format
msgid "The command '%s' specified for '%s:%s' is invalid!"
msgstr ""
-#: include/class_configRegistry.inc:813
+#: include/class_configRegistry.inc:838
#, fuzzy, php-format
msgid "The dn '%s' specified for '%s:%s' is invalid!"
msgstr "Il valore specificato per l'UID non è valido."
-#: include/class_configRegistry.inc:828
+#: include/class_configRegistry.inc:853
#, php-format
msgid "The rdn '%s' specified for '%s:%s' is invalid!"
msgstr ""
msgid "Cannot remove entry %s!"
msgstr ""
-#: include/class_config.inc:159
+#: include/class_config.inc:169
#, php-format
msgid "XML error in gosa.conf: %s at line %d"
msgstr ""
-#: include/class_config.inc:344
+#: include/class_config.inc:354
msgid "Cannot bind to LDAP!"
msgstr ""
-#: include/class_config.inc:685
+#: include/class_config.inc:695
#, fuzzy
msgid "sambaSID and/or sambaRidBase missing in the configuration!"
msgstr "Scarica il file di configurazione"
-#: include/class_config.inc:1104
+#: include/class_config.inc:1114
#, fuzzy
msgid "Configuration"
msgstr "File di configurazione"
-#: include/class_config.inc:1104
+#: include/class_config.inc:1114
msgid ""
"The configuration file you are using is outdated. Please move the GOsa "
"configuration file away to run the GOsa setup again."
msgstr ""
-#: include/class_config.inc:1146 include/class_config.inc:1177
+#: include/class_config.inc:1156 include/class_config.inc:1187
#, php-format
msgid ""
"The snapshot functionality is enabled, but the required variable %s is not "
"set."
msgstr ""
-#: include/class_config.inc:1159
+#: include/class_config.inc:1169
#, php-format
msgid ""
"The snapshot functionality is enabled, but the required compression module "
msgstr ""
#: include/class_core.inc:245
+msgid "Enables/Disables GOSa usage statistics moduls."
+msgstr ""
+
+#: include/class_core.inc:255
+msgid "The database file for GOSa usage statistics."
+msgstr ""
+
+#: include/class_core.inc:265
msgid ""
"The 'logging' statement enables event logging on GOsa side. Setting it to "
"'true' GOsa will log every action a user performs via syslog. If you use "
"'false'."
msgstr ""
-#: include/class_core.inc:256
+#: include/class_core.inc:276
msgid ""
"The 'listSummary' statement determines whether a status bar will be shown on "
"the bottom of GOsa generated lists, displaying a short summary of type and "
"number of elements in the list."
msgstr ""
-#: include/class_core.inc:266
+#: include/class_core.inc:286
msgid ""
"The 'passwordMinLength' statement determines whether a newly entered "
"password has to be of a minimum length."
msgstr ""
-#: include/class_core.inc:276
+#: include/class_core.inc:296
msgid ""
"The 'passwordMinDiffer' statement determines whether a newly entered "
"password has to be checked to have at least n different characters."
msgstr ""
-#: include/class_core.inc:287
+#: include/class_core.inc:307
msgid ""
"The 'passwordHook' can specify an external script to handle password "
"settings at some other location besides the LDAP."
msgstr ""
-#: include/class_core.inc:287
+#: include/class_core.inc:307
#, php-format
msgid "It will be called this way: %s"
msgstr ""
-#: include/class_core.inc:297
+#: include/class_core.inc:317
msgid ""
"The 'passwordProposalHook' can be used to let GOsa generate password "
"proposals for you. Whenever you change a password, you can then decide "
"whether to use the proposal or to manually specify a password."
msgstr ""
-#: include/class_core.inc:297
+#: include/class_core.inc:317
msgid "Here is an example command:"
msgstr ""
-#: include/class_core.inc:307
+#: include/class_core.inc:327
msgid ""
"The 'displayErrors' statement tells GOsa to show PHP errors in the upper "
"part of the screen. This should be disabled in productive deployments, "
"because there might be some important passwords arround."
msgstr ""
-#: include/class_core.inc:307
+#: include/class_core.inc:327
#, php-format
msgid "The property '%s' may be interesting too."
msgstr ""
-#: include/class_core.inc:317
+#: include/class_core.inc:337
msgid ""
"The 'developmentMode' statement tells GOsa to show development related error "
"messages, for example messages about missing ACL configuration or classes. "
"messages it should only be enabled while developing or debugging plugins!"
msgstr ""
-#: include/class_core.inc:328
+#: include/class_core.inc:348
msgid ""
"The 'schemaCheck' statement enables or disables schema checking during "
"login. It is recommended to switch this on in order to let GOsa handle "
"object creation more efficient."
msgstr ""
-#: include/class_core.inc:338
+#: include/class_core.inc:358
msgid ""
"The 'copyPaste' statement enables copy and paste for LDAP entries managed "
"with GOsa."
msgstr ""
-#: include/class_core.inc:348
+#: include/class_core.inc:368
msgid ""
"The 'forceGlobals' statement enables PHP security checks to force "
"register_global settings to be switched off."
msgstr ""
-#: include/class_core.inc:358
+#: include/class_core.inc:378
msgid ""
"The 'forceSSL' statement enables PHP security checks to force encrypted "
"access to the web interface. GOsa will try to redirect to the same URL - "
"just with https://"
msgstr ""
-#: include/class_core.inc:368
+#: include/class_core.inc:388
msgid ""
"Logs information about triggered ldap operations, duration, filter, aso. "
"into syslog."
msgstr ""
-#: include/class_core.inc:378
+#: include/class_core.inc:398
msgid ""
"The 'ldapFollowReferrals' statement tells GOsa to follow LDAP referrals."
msgstr ""
-#: include/class_core.inc:388
+#: include/class_core.inc:408
msgid ""
"The 'ldapFilterNestingLimit' statement can be used to speed up group "
"handling for groups with several hundreds of members. The default behaviour "
"set a member limit, where GOsa will stop to do these lookups."
msgstr ""
-#: include/class_core.inc:398
+#: include/class_core.inc:418
msgid ""
"The ldapSizelimit statement tells GOsa to retrieve the specified maximum "
"number of results. The user will get a warning, that not all entries "
"were shown."
msgstr ""
-#: include/class_core.inc:408
+#: include/class_core.inc:428
msgid ""
"Disables sizelimit checks, only the configured amount of results will be "
"shown!"
msgstr ""
-#: include/class_core.inc:418
+#: include/class_core.inc:438
msgid ""
"The 'warnSSL' statement enables PHP security checks to detect non encrypted "
"access to the web interface. GOsa will display a warning in this case."
msgstr ""
-#: include/class_core.inc:428
+#: include/class_core.inc:448
msgid "The 'ppdGzip' variable enables PPD file compression."
msgstr ""
-#: include/class_core.inc:439
+#: include/class_core.inc:459
msgid ""
"The 'ignoreAcl' value tells GOsa to ignore complete ACL sets for the given "
"DN. Add your DN here and you'll be able to restore accidently dropped ACLs."
msgstr ""
-#: include/class_core.inc:450
+#: include/class_core.inc:470
msgid ""
"The 'ppdPath' variable defines where to store PPD files for the GOto "
"environment plugins."
msgstr ""
-#: include/class_core.inc:460
+#: include/class_core.inc:480
msgid ""
"The 'ldapMaxQueryTime' statement tells GOsa to stop LDAP actions if there is "
"no answer within the specified number of seconds."
msgstr ""
-#: include/class_core.inc:470
+#: include/class_core.inc:490
msgid ""
"The 'storeFilterSettings' statement determines whether GOsa should store "
"filter and plugin settings inside of a cookie."
msgstr ""
-#: include/class_core.inc:480
+#: include/class_core.inc:500
msgid ""
"The 'sendCompressedOutput' statement determines whether PHP should send "
"compressed HTML pages to browsers or not. This may increase or decrease the "
"performance, depending on your network."
msgstr ""
-#: include/class_core.inc:491
+#: include/class_core.inc:511
msgid ""
"The 'modificationDetectionAttribute' statement enables GOsa to check if a "
"entry currently being edited has been modified from someone else outside "
"based systems."
msgstr ""
-#: include/class_core.inc:502
+#: include/class_core.inc:522
msgid ""
"The 'language' statement defines the default language used by GOsa. Normally "
"GOsa autodetects the language from the browser settings. If this is not "
"de for german) here."
msgstr ""
-#: include/class_core.inc:513
+#: include/class_core.inc:533
msgid ""
"The 'theme' statement defines what theme is used to display GOsa pages. You "
"can install some corporate identity like theme and/or modify certain "
"more information."
msgstr ""
-#: include/class_core.inc:523
+#: include/class_core.inc:543
msgid ""
"The 'sessionLifetime' value defines when a session will expire in seconds. "
"For Debian systems, this will not work because the sessions will be removed "
"instead."
msgstr ""
-#: include/class_core.inc:533
+#: include/class_core.inc:553
msgid ""
"The 'templateCompileDirectory' statements defines the path, where the PHP "
"templating engins 'smarty' should store its compiled GOsa templates for "
"is running with."
msgstr ""
-#: include/class_core.inc:543
+#: include/class_core.inc:563
#, php-format
msgid ""
"The 'debugLevel' value tells GOsa to display certain information on each "
"page load. Value is an AND combination of the following byte values: %s"
msgstr ""
-#: include/class_core.inc:563
+#: include/class_core.inc:583
#, php-format
msgid ""
"The 'sambaHashHook' statement contains an executable to generate samba hash "
"distribution installed, you can use perl to generate the hash: %s"
msgstr ""
-#: include/class_core.inc:574
+#: include/class_core.inc:594
msgid ""
"The 'passwordDefaultHash' statement defines the default password hash to "
"choose for new accounts."
msgstr ""
-#: include/class_core.inc:583
+#: include/class_core.inc:603
msgid ""
"The 'strictPasswordRules' tells GOsa to check for UTF-8 characters in the "
"supplied password. These Characters can lead to non working authentications "
"if UTF-8 and none UTF-8 systems locales get mixed. The default is 'true'."
msgstr ""
-#: include/class_core.inc:594
+#: include/class_core.inc:614
msgid ""
"The 'accountPrimaryAttribute' option tells GOsa how to create new accounts. "
"Possible values are 'uid' and 'cn'. In the first case GOsa creates uid style "
"'personalTitleInDN'."
msgstr ""
-#: include/class_core.inc:604
+#: include/class_core.inc:624
msgid ""
"The 'userRDN' statement defines the location where new accounts will be "
"created inside of defined departments. The default is 'ou=people'."
msgstr ""
-#: include/class_core.inc:614
+#: include/class_core.inc:634
msgid ""
"The 'groupsRDN' statement defines the location where new groups will be "
"created inside of defined departments. The default is 'ou=groups'."
msgstr ""
-#: include/class_core.inc:624
+#: include/class_core.inc:644
msgid ""
"The 'gidNumberBase' statement defines where to start looking for a new free "
"group id. This should be synced with your 'adduser.conf' to avoid "
"definition."
msgstr ""
-#: include/class_core.inc:634
+#: include/class_core.inc:654
msgid ""
"The 'baseIdHook' statement allows to hook into the id generation method "
"(traditional mode), to define the starting range for new generated ids"
msgstr ""
-#: include/class_core.inc:644 include/class_core.inc:664
+#: include/class_core.inc:664 include/class_core.inc:684
msgid ""
"The 'uidNumberPoolMin/gidNumberPoolMin' statement defines the lowest "
"assignable user/group id for use with the 'idAllocationMethod = pool'."
msgstr ""
-#: include/class_core.inc:654 include/class_core.inc:674
+#: include/class_core.inc:674 include/class_core.inc:694
msgid ""
"The 'uidNumberPoolMax/gidNumberPoolMax' statement defines the highest "
"assignable user/group id for use with the 'idAllocationMethod = pool'."
msgstr ""
-#: include/class_core.inc:684
+#: include/class_core.inc:704
msgid ""
"The 'uidNumberBase' statement defines where to start looking for a new free "
"user id. This should be synced with your 'adduser.conf' to avoid overlapping "
"even be dynamic. Take a look at the 'baseIdHook' definition."
msgstr ""
-#: include/class_core.inc:724
+#: include/class_core.inc:744
msgid ""
"The 'gosaSupportURI' defines the major gosa-si server host and the password "
"for GOsa to connect to it. It can be used if you want to use i.e. kerberos "
"to authenticate the users. The format is: credentials@host:port"
msgstr ""
-#: include/class_core.inc:734
+#: include/class_core.inc:754
msgid ""
"The 'gosaSupportTimeout' sets a connection timeout for all gosa-si actions. "
"See 'gosaSupportURI' for details."
msgstr ""
-#: include/class_core.inc:745
+#: include/class_core.inc:765
msgid ""
"The 'loginAttribute' statement tells GOsa which LDAP attribute is used as "
"the login name during login. It can be set to 'uid', 'mail' or 'both'"
msgstr ""
-#: include/class_core.inc:756
+#: include/class_core.inc:776
msgid ""
"The 'timezone' statements defines the timezone used inside of GOsa to handle "
"date related tasks, such as password expiery, vacation messages, etc. The "
"timezone."
msgstr ""
-#: include/class_core.inc:766
+#: include/class_core.inc:786
msgid ""
"The 'honourUnitTags' statement enables checking of 'unitTag' attributes when "
"using administrative units. If this is set to 'true' GOsa can only see "
"objects inside the administrative unit a user is logged into."
msgstr ""
-#: include/class_core.inc:776
+#: include/class_core.inc:796
msgid ""
"The 'useSaslForKerberos' statement defines the way the kerberos realm is "
"stored in the #userPassword' attribute. Set it to 'true' in order to get "
"latter is outdated, but may be needed from time to time."
msgstr ""
-#: include/class_core.inc:786
+#: include/class_core.inc:806
msgid ""
"The 'rfc2307bis' statement enables rfc2307bis style groups in GOsa. You can "
"use 'member' attributes instead of memberUid in this case. To make it work "
"style groups, too"
msgstr ""
-#: include/class_core.inc:796
+#: include/class_core.inc:816
msgid ""
"The 'personalTitleInDN' option tells GOsa to include the personal title in "
"user DNs when #accountPrimaryAttribute' is set to \"cn\"."
msgstr ""
-#: include/class_core.inc:806
+#: include/class_core.inc:826
msgid ""
"The 'nextIdHook' statement defines a script to be called for finding the "
"next free id for users or groups externaly. It gets called with the current "
"entry \"dn\" and the attribute to be ID'd. It should return an integer value."
msgstr ""
-#: include/class_core.inc:816
+#: include/class_core.inc:836
msgid ""
"The 'idGenerator' statement describes an automatic way to generate new user "
"ids. There are two basic functions supported - which can be combined: \n"
" will generate a three digits random number appended to \"ext\".\n"
msgstr ""
-#: include/class_core.inc:856
+#: include/class_core.inc:876
msgid ""
"The 'strictNamingRules' statement enables strict checking of uids and group "
"names. If you need characters like . or - inside of your accounts, set "
"this to 'false'."
msgstr ""
-#: include/class_core.inc:866
+#: include/class_core.inc:886
msgid ""
"The 'minId' statement defines the minimum assignable user or group id to "
"avoid security leaks with uid 0 accounts. This is used for the 'traditional' "
"method."
msgstr ""
-#: include/class_core.inc:877
+#: include/class_core.inc:897
msgid ""
"The 'mailAttribute' statement determines which attribute GOsa will use to "
"create accounts. Valid values are 'mail' and 'uid'."
msgstr ""
-#: include/class_core.inc:887
+#: include/class_core.inc:907
msgid ""
"This attribute allows to override the prefix used to create shared folders."
msgstr ""
-#: include/class_core.inc:897
+#: include/class_core.inc:917
msgid ""
"This attribute allows to override the user account creation syntax, see the "
"'mailFolderCreation' description for more details.\n"
"com\"\n"
msgstr ""
-#: include/class_core.inc:912
+#: include/class_core.inc:932
msgid ""
"Every mail method has its own way to create mail accounts like 'share/"
"development' or 'shared.development@example.com' which is used to identify "
" %uattrib% Depends on mailAttribute=\"uid/mail\".\n"
msgstr ""
-#: include/class_core.inc:938
+#: include/class_core.inc:958
msgid ""
"The 'imapTimeout' statement sets the connection timeout for imap actions."
msgstr ""
-#: include/class_core.inc:949
+#: include/class_core.inc:969
msgid ""
"The 'mailMethod' statement tells GOsa which mail method the setup should use "
"to communicate with a possible mail server. Leave this undefined if your "
"mail method does not match the predefined ones."
msgstr ""
-#: include/class_core.inc:959
+#: include/class_core.inc:979
msgid ""
"The 'cyrusUseSlashes' statement determines if GOsa should use \"foo/bar\" or "
"\"foo.bar\" namespaces in IMAP. Unix style is with slashes."
msgstr ""
-#: include/class_core.inc:969
+#: include/class_core.inc:989
msgid ""
"The 'vacationTemplateDirectory' statement sets the path where GOsa will look "
"for vacation message templates. Default is /etc/gosa/vacation. \n"
"\n"
msgstr ""
-#: include/class_core.inc:990
+#: include/class_core.inc:1010
msgid ""
"The 'ldapTLS' statement enables or disables TLS operating on LDAP "
"connections."
msgstr ""
-#: include/class_core.inc:1000
+#: include/class_core.inc:1020
msgid ""
"The 'honourIvbbAttributes' statement enables the IVBB mode inside of GOsa. "
"You need the ivbb.schema file from used by german authorities."
msgstr ""
-#: include/class_core.inc:1010
+#: include/class_core.inc:1030
msgid ""
"The 'sambaIdMapping' statement tells GOsa to maintain sambaIdmapEntry "
"objects. Depending on your setup this can drastically improve the windows "
"login performance."
msgstr ""
-#: include/class_core.inc:1020
+#: include/class_core.inc:1040
msgid ""
"The 'handleExpiredAccounts' statement enables shadow attribute tests during "
"the login to the GOsa web interface and forces password renewal or account "
"lockout."
msgstr ""
-#: include/class_core.inc:1030
+#: include/class_core.inc:1050
msgid ""
"The 'sambaSID' statement defines a samba SID if not available inside of the "
"LDAP. You can retrieve the current sid by net getlocalsid."
msgstr ""
-#: include/class_core.inc:1040
+#: include/class_core.inc:1060
msgid ""
"The 'sambaRidBase' statement defines the base id to add to ordinary sid "
"calculations - if not available inside of the LDAP."
msgstr ""
-#: include/class_core.inc:1050
+#: include/class_core.inc:1070
msgid ""
"The 'enableSnapshots' statement enables a snapshot mechaism in GOsa. This "
"enables you to save certain states of entries and restore them later on."
msgstr ""
-#: include/class_core.inc:1060
+#: include/class_core.inc:1080
msgid ""
"The 'snapshotBase' statement defines the base where snapshots should be "
"stored inside of the LDAP."
msgstr ""
-#: include/class_core.inc:1070
+#: include/class_core.inc:1090
msgid ""
"The 'snapshotAdminDn' variable defines the user which is used to "
"authenticate when connecting to 'snapshotURI'."
msgstr ""
-#: include/class_core.inc:1080
+#: include/class_core.inc:1100
msgid ""
"The 'snapshotAdminPassword' variable defines the credentials which are used "
"in combination with 'snapshotAdminDn' and 'snapshotURI' in order to "
"authenticate."
msgstr ""
-#: include/class_core.inc:1091
+#: include/class_core.inc:1111
msgid ""
"The 'idAllocationMethod' statement defines how GOsa generates numeric user "
"and group id values. If it is set to 'traditional' GOsa will do create a "
"the other hand it is much faster."
msgstr ""
-#: include/class_core.inc:1100
+#: include/class_core.inc:1120
msgid ""
"The 'snapshotURI' variable defines the LDAP URI for the server which is used "
"to do object snapshots."
msgid "This object will be pasted: %s"
msgstr ""
-#: include/class_CopyPasteHandler.inc:572
+#: include/class_CopyPasteHandler.inc:573
#, fuzzy
msgid "Cannot paste"
msgstr "Crea estensioni telefoniche"
index 6a324969bfeee0ff81436c3548753046234e2927..ad185eb3b9b4c3884d682e569342016d2f596f4d 100644 (file)
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-07-29 20:30+0200\n"
+"POT-Creation-Date: 2010-08-02 20:33+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
+"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#: ihtml/themes/default/userFilterEditor.tpl:11 include/class_acl.inc:262
#: include/class_SnapShotDialog.inc:55 include/class_userFilter.inc:55
-#: include/class_userFilter.inc:150 include/class_userFilterEditor.inc:230
-#: include/class_userFilterEditor.inc:234
+#: include/class_userFilter.inc:150 include/class_userFilterEditor.inc:236
+#: include/class_userFilterEditor.inc:240
#: plugins/generic/dashBoard/dbChannelStatus/class_dbChannelStatus.inc:14
#: plugins/generic/dashBoard/dbPluginStatus/class_dbPluginStatus.inc:26
#: plugins/generic/references/class_reference.inc:57
#: ihtml/themes/default/userFilterEditor.tpl:19 include/class_acl.inc:252
#: include/class_acl.inc:262 include/class_SnapShotDialog.inc:174
-#: include/class_userFilter.inc:55 include/class_userFilterEditor.inc:239
+#: include/class_userFilter.inc:55 include/class_userFilterEditor.inc:245
#: plugins/generic/dashBoard/dbChannelStatus/class_dbChannelStatus.inc:14
#: plugins/generic/dashBoard/dbPluginStatus/class_dbPluginStatus.inc:26
#: plugins/generic/references/class_reference.inc:57
msgid "Your password has been changed successfully."
msgstr ""
-#: ihtml/themes/default/password.tpl:65 html/main.php:208
+#: ihtml/themes/default/password.tpl:65 html/main.php:220
#: plugins/admin/users/class_userManagement.inc:391
#: plugins/personal/password/class_password.inc:126
#: plugins/personal/password/class_password.inc:129
msgid "Session expires in %d!"
msgstr ""
-#: html/password.php:61 html/main.php:158 include/functions.inc:465
+#: html/password.php:61 html/main.php:170 include/functions.inc:465
#: include/.svn/tmp/tempfile.tmp:447 include/.svn/tmp/tempfile.2.tmp:447
#: include/utils/class_xml.inc:43
#: plugins/admin/departments/class_department.inc:439
msgstr ""
#: html/password.php:113 html/index.php:157 html/index.php:233
-#: html/main.php:273
+#: html/main.php:285
#: include/password-methods/class_password-methods-ssha.inc:51
#: include/password-methods/class_password-methods-sha.inc:48
#: include/class_SnapshotHandler.inc:44 include/class_SnapshotHandler.inc:57
#: include/class_SnapshotHandler.inc:75 include/functions.inc:837
-#: include/functions.inc:3107 include/functions.inc:3150
-#: include/functions.inc:3163 include/.svn/tmp/tempfile.tmp:802
+#: include/functions.inc:3109 include/functions.inc:3152
+#: include/functions.inc:3165 include/.svn/tmp/tempfile.tmp:802
#: include/.svn/tmp/tempfile.tmp:3027 include/.svn/tmp/tempfile.tmp:3059
#: include/.svn/tmp/tempfile.tmp:3072 include/.svn/tmp/tempfile.2.tmp:802
#: include/.svn/tmp/tempfile.2.tmp:3080 include/.svn/tmp/tempfile.2.tmp:3112
#: include/.svn/tmp/tempfile.2.tmp:3125 include/utils/class_timezone.inc:47
-#: include/class_config.inc:162 include/class_config.inc:685
-#: include/class_config.inc:1145 include/class_config.inc:1158
-#: include/class_config.inc:1176 include/class_pluglist.inc:117
+#: include/class_config.inc:172 include/class_config.inc:695
+#: include/class_config.inc:1155 include/class_config.inc:1168
+#: include/class_config.inc:1186 include/class_pluglist.inc:117
#: include/class_CopyPasteHandler.inc:119
#: include/class_CopyPasteHandler.inc:128
#: include/class_CopyPasteHandler.inc:177
#: include/class_configRegistry.inc:670 include/class_configRegistry.inc:685
#: include/class_configRegistry.inc:700 include/class_configRegistry.inc:715
#: include/class_configRegistry.inc:731 include/class_configRegistry.inc:736
-#: include/class_configRegistry.inc:753 include/class_configRegistry.inc:758
-#: include/class_configRegistry.inc:776 include/class_configRegistry.inc:781
-#: include/class_configRegistry.inc:797 include/class_configRegistry.inc:812
-#: include/class_configRegistry.inc:827
+#: include/class_configRegistry.inc:756 include/class_configRegistry.inc:761
+#: include/class_configRegistry.inc:778 include/class_configRegistry.inc:783
+#: include/class_configRegistry.inc:801 include/class_configRegistry.inc:806
+#: include/class_configRegistry.inc:822 include/class_configRegistry.inc:837
+#: include/class_configRegistry.inc:852
#: plugins/admin/groups/class_group.inc:832
#: plugins/admin/departments/dep_move_confirm.tpl:2
#: plugins/personal/posix/class_posixAccount.inc:651
msgid "Broken HTTP authentication setup!"
msgstr ""
-#: html/index.php:241 html/index.php:245 include/class_management.inc:483
-#: include/class_management.inc:644
+#: html/index.php:241 html/index.php:245 include/class_management.inc:508
+#: include/class_management.inc:669
#: include/password-methods/class_password-methods.inc:277
-#: include/class_listing.inc:536 include/functions.inc:3135
-#: include/functions.inc:3441 include/functions.inc:3455
-#: include/functions.inc:3485 include/functions.inc:3493
-#: include/functions.inc:3505 include/functions.inc:3509
-#: include/functions.inc:3524 include/functions.inc:3533
-#: include/functions.inc:3593 include/class_tabs.inc:56
+#: include/class_listing.inc:536 include/functions.inc:3137
+#: include/functions.inc:3443 include/functions.inc:3457
+#: include/functions.inc:3487 include/functions.inc:3495
+#: include/functions.inc:3507 include/functions.inc:3511
+#: include/functions.inc:3526 include/functions.inc:3535
+#: include/functions.inc:3595 include/class_tabs.inc:56
#: include/.svn/tmp/tempfile.tmp:3353 include/.svn/tmp/tempfile.tmp:3367
#: include/.svn/tmp/tempfile.tmp:3397 include/.svn/tmp/tempfile.tmp:3405
#: include/.svn/tmp/tempfile.tmp:3417 include/.svn/tmp/tempfile.tmp:3421
#: include/.svn/tmp/tempfile.2.tmp:3458 include/.svn/tmp/tempfile.2.tmp:3470
#: include/.svn/tmp/tempfile.2.tmp:3474 include/.svn/tmp/tempfile.2.tmp:3489
#: include/.svn/tmp/tempfile.2.tmp:3498 include/.svn/tmp/tempfile.2.tmp:3558
-#: include/class_plugin.inc:1621 include/class_plugin.inc:1628
+#: include/class_plugin.inc:1647 include/class_plugin.inc:1654
#: include/utils/class_xml.inc:40 include/utils/class_msgPool.inc:137
#: include/utils/class_msgPool.inc:149 include/utils/class_msgPool.inc:167
#: include/utils/class_msgPool.inc:440 include/utils/class_msgPool.inc:461
#: include/functions.inc:537 include/functions.inc:583
#: include/functions.inc:852 include/functions.inc:901
#: include/functions.inc:958 include/functions.inc:1008
-#: include/functions.inc:3086 include/functions.inc:3367
+#: include/functions.inc:3088 include/functions.inc:3369
#: include/.svn/tmp/tempfile.tmp:476 include/.svn/tmp/tempfile.tmp:511
#: include/.svn/tmp/tempfile.tmp:519 include/.svn/tmp/tempfile.tmp:565
#: include/.svn/tmp/tempfile.tmp:817 include/.svn/tmp/tempfile.tmp:866
#: include/.svn/tmp/tempfile.2.tmp:817 include/.svn/tmp/tempfile.2.tmp:866
#: include/.svn/tmp/tempfile.2.tmp:923 include/.svn/tmp/tempfile.2.tmp:976
#: include/.svn/tmp/tempfile.2.tmp:3059 include/.svn/tmp/tempfile.2.tmp:3332
-#: include/class_userFilter.inc:275 include/class_ldap.inc:756
-#: include/class_ldap.inc:1173 include/class_config.inc:344
+#: include/class_userFilter.inc:275 include/class_ldap.inc:775
+#: include/class_ldap.inc:1192 include/class_config.inc:354
#: plugins/generic/references/class_reference.inc:97
#: plugins/admin/ogroups/class_ogroup.inc:749
#: plugins/admin/ogroups/class_ogroup.inc:766
msgid "Smarty"
msgstr ""
-#: html/main.php:159
+#: html/main.php:171
#, php-format
msgid "Cannot locate file %s - please run %s to fix this"
msgstr ""
-#: html/main.php:178
+#: html/main.php:190
msgid "PHP configuration"
msgstr ""
-#: html/main.php:179
+#: html/main.php:191
msgid ""
"FATAL: Register globals is active. Please fix this in order to continue."
msgstr ""
-#: html/main.php:208
+#: html/main.php:220
msgid "Your password is about to expire, please change your password!"
msgstr ""
-#: html/main.php:273
+#: html/main.php:285
msgid "Running out of memory!"
msgstr ""
-#: html/main.php:333
-msgid "ACLs are disabled"
-msgstr ""
-
-#: html/main.php:333 html/main.php:335
+#: html/main.php:345
#, php-format
msgid "You're logged in as %s"
msgstr ""
-#: html/main.php:383
+#: html/main.php:348
+msgid "ACLs are disabled"
+msgstr ""
+
+#: html/main.php:398
msgid "Plug-in"
msgstr ""
-#: html/main.php:384
+#: html/main.php:399
#, php-format
msgid "FATAL: Cannot find any plugin definitions for plugin %s!"
msgstr ""
-#: html/main.php:400
+#: html/main.php:415
msgid "Configuration Error"
msgstr ""
-#: html/main.php:401
+#: html/main.php:416
#, php-format
msgid ""
"FATAL: not all POST variables have been transfered by PHP - please inform "
msgid "unconfigured"
msgstr ""
-#: include/class_management.inc:304 include/class_management.inc:462
-#: include/class_management.inc:509 include/class_management.inc:524
-#: include/class_management.inc:561 include/class_management.inc:575
+#: include/class_management.inc:324 include/class_management.inc:487
+#: include/class_management.inc:534 include/class_management.inc:549
+#: include/class_management.inc:586 include/class_management.inc:600
#: plugins/admin/users/class_userManagement.inc:228
#: plugins/admin/users/class_userManagement.inc:744
msgid "Permission"
msgstr ""
-#: include/class_management.inc:385
+#: include/class_management.inc:405
#: plugins/admin/users/class_userManagement.inc:702
#: plugins/admin/users/class_userManagement.inc:706
#: plugins/admin/acl/class_aclManagement.inc:98
msgid "Permission error"
msgstr ""
-#: include/class_management.inc:462
+#: include/class_management.inc:487
#, php-format
msgid "You are not allowed to create a snapshot for %s!"
msgstr ""
-#: include/class_management.inc:509 include/class_management.inc:561
-#: include/class_management.inc:575
+#: include/class_management.inc:534 include/class_management.inc:586
+#: include/class_management.inc:600
#, php-format
msgid "You are not allowed to restore a snapshot for %s!"
msgstr ""
-#: include/class_management.inc:524
+#: include/class_management.inc:549
#, php-format
msgid "You are not allowed to remove a snapshot for %s!"
msgstr ""
-#: include/class_management.inc:634 include/class_management.inc:718
+#: include/class_management.inc:659 include/class_management.inc:743
#: include/class_acl.inc:978 include/class_session.inc:76
#: include/class_session.inc:101 include/class_session.inc:127
#: include/functions.inc:623 include/functions.inc:827
#: include/.svn/tmp/tempfile.2.tmp:605 include/.svn/tmp/tempfile.2.tmp:792
#: include/.svn/tmp/tempfile.2.tmp:910 include/.svn/tmp/tempfile.2.tmp:1308
#: include/.svn/tmp/tempfile.2.tmp:2372 include/.svn/tmp/tempfile.2.tmp:2406
-#: include/.svn/tmp/tempfile.2.tmp:2426 include/class_ldap.inc:693
-#: include/class_ldap.inc:744 include/class_log.inc:87
+#: include/.svn/tmp/tempfile.2.tmp:2426 include/class_ldap.inc:712
+#: include/class_ldap.inc:763 include/class_log.inc:87
#: include/class_CopyPasteHandler.inc:160
#: include/class_CopyPasteHandler.inc:274
#: plugins/personal/myaccount/main.inc:52
msgid "Internal error"
msgstr ""
-#: include/class_management.inc:635 include/class_management.inc:719
+#: include/class_management.inc:660 include/class_management.inc:744
#: plugins/personal/myaccount/main.inc:53
#, php-format
msgid ""
"Cannot instantiate tabbed-plug-in, the base plugin (%s) is not available!"
msgstr ""
-#: include/class_management.inc:644
+#: include/class_management.inc:669
#, php-format
msgid ""
"No tab definition for %s found in configuration file: cannot create plugin "
msgstr ""
#: include/class_listing.inc:1460 include/class_listing.inc:1462
-#: include/class_CopyPasteHandler.inc:570
+#: include/class_CopyPasteHandler.inc:571
msgid "Paste"
msgstr ""
msgid "Russian"
msgstr ""
-#: include/functions.inc:3106
+#: include/functions.inc:3108
#, php-format
msgid ""
"Command %s specified as post modify action for plugin %s does not exist!"
msgstr ""
-#: include/functions.inc:3150
+#: include/functions.inc:3152
msgid "Cannot generate SAMBA hash!"
msgstr ""
-#: include/functions.inc:3163
+#: include/functions.inc:3165
#, php-format
msgid "Generating SAMBA hash by running %s failed: check %s!"
msgstr ""
-#: include/functions.inc:3441 include/functions.inc:3455
-#: include/functions.inc:3493 include/functions.inc:3505
-#: include/functions.inc:3509 include/functions.inc:3524
-#: include/functions.inc:3533
+#: include/functions.inc:3443 include/functions.inc:3457
+#: include/functions.inc:3495 include/functions.inc:3507
+#: include/functions.inc:3511 include/functions.inc:3526
+#: include/functions.inc:3535
msgid "Cannot allocate free ID:"
msgstr ""
-#: include/functions.inc:3441 include/.svn/tmp/tempfile.tmp:3353
+#: include/functions.inc:3443 include/.svn/tmp/tempfile.tmp:3353
#: include/.svn/tmp/tempfile.2.tmp:3406
msgid "unknown idAllocation method!"
msgstr ""
-#: include/functions.inc:3455 include/.svn/tmp/tempfile.tmp:3367
+#: include/functions.inc:3457 include/.svn/tmp/tempfile.tmp:3367
#: include/.svn/tmp/tempfile.2.tmp:3420
#, php-format
msgid "%sPoolMin >= %sPoolMax!"
msgstr ""
-#: include/functions.inc:3485 include/.svn/tmp/tempfile.tmp:3397
+#: include/functions.inc:3487 include/.svn/tmp/tempfile.tmp:3397
#: include/.svn/tmp/tempfile.2.tmp:3450
msgid "Cannot create sambaUnixIdPool entry!"
msgstr ""
-#: include/functions.inc:3493 include/.svn/tmp/tempfile.tmp:3405
+#: include/functions.inc:3495 include/.svn/tmp/tempfile.tmp:3405
#: include/.svn/tmp/tempfile.2.tmp:3458
msgid "sambaUnixIdPool is not unique!"
msgstr ""
-#: include/functions.inc:3505 include/functions.inc:3509
+#: include/functions.inc:3507 include/functions.inc:3511
#: include/.svn/tmp/tempfile.tmp:3417 include/.svn/tmp/tempfile.tmp:3421
#: include/.svn/tmp/tempfile.2.tmp:3470 include/.svn/tmp/tempfile.2.tmp:3474
msgid "no ID available!"
msgstr ""
-#: include/functions.inc:3533
+#: include/functions.inc:3535
msgid "maximum number of tries exceeded!"
msgstr ""
-#: include/functions.inc:3593
+#: include/functions.inc:3595
msgid "Cannot allocate free ID!"
msgstr ""
msgid "Edit filters"
msgstr ""
-#: include/class_userFilterEditor.inc:248
+#: include/class_userFilterEditor.inc:254
#, php-format
msgid "Error in filter #%s: %s opening and %s closing brackets detected!"
msgstr ""
-#: include/class_plugin.inc:558
+#: include/class_plugin.inc:581
msgid ""
"The current object has been altered while beeing edited. If you save this "
"entry, changes that have been made by others will be discarded!"
msgstr ""
-#: include/class_plugin.inc:1359
+#: include/class_plugin.inc:1385
#, php-format
msgid "Changing ACL DN from %s to %s"
msgstr ""
"The supplied base is not valid and has been reset to its previous value!"
msgstr ""
-#: include/class_ldap.inc:233 include/class_ldap.inc:266
+#: include/class_ldap.inc:233 include/class_ldap.inc:270
msgid "Performance warning"
msgstr ""
-#: include/class_ldap.inc:233 include/class_ldap.inc:266
+#: include/class_ldap.inc:233 include/class_ldap.inc:270
#, php-format
msgid "LDAP performance is poor: last query took %.2fs!"
msgstr ""
-#: include/class_ldap.inc:693
+#: include/class_ldap.inc:712
#, php-format
msgid "Cannot automatically create subtrees with RDN %s: no object class found"
msgstr ""
-#: include/class_ldap.inc:744
+#: include/class_ldap.inc:763
#, php-format
msgid "Cannot automatically create subtrees with RDN %s: not supported"
msgstr ""
-#: include/class_ldap.inc:831
+#: include/class_ldap.inc:850
#, php-format
msgid "while operating on %s using LDAP server %s"
msgstr ""
-#: include/class_ldap.inc:833
+#: include/class_ldap.inc:852
#, php-format
msgid "while operating on LDAP server %s"
msgstr ""
-#: include/class_ldap.inc:1006
+#: include/class_ldap.inc:1025
#, php-format
msgid ""
"Invalid DN %s: block to be imported should start with 'dn: ...' in line %s"
msgstr ""
-#: include/class_ldap.inc:1035
+#: include/class_ldap.inc:1054
#, php-format
msgid "Error while importing DN %s: please check LDIF from line %s on!"
msgstr ""
msgid "The path '%s' specified for '%s:%s' is invalid!"
msgstr ""
-#: include/class_configRegistry.inc:732 include/class_configRegistry.inc:754
+#: include/class_configRegistry.inc:732 include/class_configRegistry.inc:779
#, php-format
msgid "The folder '%s' specified for '%s:%s' does not exists!"
msgstr ""
msgid "The folder '%s' specified for '%s:%s' cannot be used for reading!"
msgstr ""
-#: include/class_configRegistry.inc:759
+#: include/class_configRegistry.inc:757
+#, php-format
+msgid ""
+"The file '%s' specified for '%s:%s' cannot be created neither be used for "
+"writing!"
+msgstr ""
+
+#: include/class_configRegistry.inc:762
+#, php-format
+msgid "The file '%s' specified for '%s:%s' cannot be used for writing!"
+msgstr ""
+
+#: include/class_configRegistry.inc:784
#, php-format
msgid "The folder '%s' specified for '%s:%s' cannot be used for writing!"
msgstr ""
-#: include/class_configRegistry.inc:777
+#: include/class_configRegistry.inc:802
#, php-format
msgid "The file '%s' specified for '%s:%s' does not exists!"
msgstr ""
-#: include/class_configRegistry.inc:782
+#: include/class_configRegistry.inc:807
#, php-format
msgid "The file '%s' specified for '%s:%s' cannot be read!"
msgstr ""
-#: include/class_configRegistry.inc:798
+#: include/class_configRegistry.inc:823
#, php-format
msgid "The command '%s' specified for '%s:%s' is invalid!"
msgstr ""
-#: include/class_configRegistry.inc:813
+#: include/class_configRegistry.inc:838
#, php-format
msgid "The dn '%s' specified for '%s:%s' is invalid!"
msgstr ""
-#: include/class_configRegistry.inc:828
+#: include/class_configRegistry.inc:853
#, php-format
msgid "The rdn '%s' specified for '%s:%s' is invalid!"
msgstr ""
msgid "Cannot remove entry %s!"
msgstr ""
-#: include/class_config.inc:159
+#: include/class_config.inc:169
#, php-format
msgid "XML error in gosa.conf: %s at line %d"
msgstr ""
-#: include/class_config.inc:344
+#: include/class_config.inc:354
msgid "Cannot bind to LDAP!"
msgstr ""
-#: include/class_config.inc:685
+#: include/class_config.inc:695
msgid "sambaSID and/or sambaRidBase missing in the configuration!"
msgstr ""
-#: include/class_config.inc:1104
+#: include/class_config.inc:1114
msgid "Configuration"
msgstr ""
-#: include/class_config.inc:1104
+#: include/class_config.inc:1114
msgid ""
"The configuration file you are using is outdated. Please move the GOsa "
"configuration file away to run the GOsa setup again."
msgstr ""
-#: include/class_config.inc:1146 include/class_config.inc:1177
+#: include/class_config.inc:1156 include/class_config.inc:1187
#, php-format
msgid ""
"The snapshot functionality is enabled, but the required variable %s is not "
"set."
msgstr ""
-#: include/class_config.inc:1159
+#: include/class_config.inc:1169
#, php-format
msgid ""
"The snapshot functionality is enabled, but the required compression module "
msgstr ""
#: include/class_core.inc:245
+msgid "Enables/Disables GOSa usage statistics moduls."
+msgstr ""
+
+#: include/class_core.inc:255
+msgid "The database file for GOSa usage statistics."
+msgstr ""
+
+#: include/class_core.inc:265
msgid ""
"The 'logging' statement enables event logging on GOsa side. Setting it to "
"'true' GOsa will log every action a user performs via syslog. If you use "
"'false'."
msgstr ""
-#: include/class_core.inc:256
+#: include/class_core.inc:276
msgid ""
"The 'listSummary' statement determines whether a status bar will be shown on "
"the bottom of GOsa generated lists, displaying a short summary of type and "
"number of elements in the list."
msgstr ""
-#: include/class_core.inc:266
+#: include/class_core.inc:286
msgid ""
"The 'passwordMinLength' statement determines whether a newly entered "
"password has to be of a minimum length."
msgstr ""
-#: include/class_core.inc:276
+#: include/class_core.inc:296
msgid ""
"The 'passwordMinDiffer' statement determines whether a newly entered "
"password has to be checked to have at least n different characters."
msgstr ""
-#: include/class_core.inc:287
+#: include/class_core.inc:307
msgid ""
"The 'passwordHook' can specify an external script to handle password "
"settings at some other location besides the LDAP."
msgstr ""
-#: include/class_core.inc:287
+#: include/class_core.inc:307
#, php-format
msgid "It will be called this way: %s"
msgstr ""
-#: include/class_core.inc:297
+#: include/class_core.inc:317
msgid ""
"The 'passwordProposalHook' can be used to let GOsa generate password "
"proposals for you. Whenever you change a password, you can then decide "
"whether to use the proposal or to manually specify a password."
msgstr ""
-#: include/class_core.inc:297
+#: include/class_core.inc:317
msgid "Here is an example command:"
msgstr ""
-#: include/class_core.inc:307
+#: include/class_core.inc:327
msgid ""
"The 'displayErrors' statement tells GOsa to show PHP errors in the upper "
"part of the screen. This should be disabled in productive deployments, "
"because there might be some important passwords arround."
msgstr ""
-#: include/class_core.inc:307
+#: include/class_core.inc:327
#, php-format
msgid "The property '%s' may be interesting too."
msgstr ""
-#: include/class_core.inc:317
+#: include/class_core.inc:337
msgid ""
"The 'developmentMode' statement tells GOsa to show development related error "
"messages, for example messages about missing ACL configuration or classes. "
"messages it should only be enabled while developing or debugging plugins!"
msgstr ""
-#: include/class_core.inc:328
+#: include/class_core.inc:348
msgid ""
"The 'schemaCheck' statement enables or disables schema checking during "
"login. It is recommended to switch this on in order to let GOsa handle "
"object creation more efficient."
msgstr ""
-#: include/class_core.inc:338
+#: include/class_core.inc:358
msgid ""
"The 'copyPaste' statement enables copy and paste for LDAP entries managed "
"with GOsa."
msgstr ""
-#: include/class_core.inc:348
+#: include/class_core.inc:368
msgid ""
"The 'forceGlobals' statement enables PHP security checks to force "
"register_global settings to be switched off."
msgstr ""
-#: include/class_core.inc:358
+#: include/class_core.inc:378
msgid ""
"The 'forceSSL' statement enables PHP security checks to force encrypted "
"access to the web interface. GOsa will try to redirect to the same URL - "
"just with https://"
msgstr ""
-#: include/class_core.inc:368
+#: include/class_core.inc:388
msgid ""
"Logs information about triggered ldap operations, duration, filter, aso. "
"into syslog."
msgstr ""
-#: include/class_core.inc:378
+#: include/class_core.inc:398
msgid ""
"The 'ldapFollowReferrals' statement tells GOsa to follow LDAP referrals."
msgstr ""
-#: include/class_core.inc:388
+#: include/class_core.inc:408
msgid ""
"The 'ldapFilterNestingLimit' statement can be used to speed up group "
"handling for groups with several hundreds of members. The default behaviour "
"set a member limit, where GOsa will stop to do these lookups."
msgstr ""
-#: include/class_core.inc:398
+#: include/class_core.inc:418
msgid ""
"The ldapSizelimit statement tells GOsa to retrieve the specified maximum "
"number of results. The user will get a warning, that not all entries "
"were shown."
msgstr ""
-#: include/class_core.inc:408
+#: include/class_core.inc:428
msgid ""
"Disables sizelimit checks, only the configured amount of results will be "
"shown!"
msgstr ""
-#: include/class_core.inc:418
+#: include/class_core.inc:438
msgid ""
"The 'warnSSL' statement enables PHP security checks to detect non encrypted "
"access to the web interface. GOsa will display a warning in this case."
msgstr ""
-#: include/class_core.inc:428
+#: include/class_core.inc:448
msgid "The 'ppdGzip' variable enables PPD file compression."
msgstr ""
-#: include/class_core.inc:439
+#: include/class_core.inc:459
msgid ""
"The 'ignoreAcl' value tells GOsa to ignore complete ACL sets for the given "
"DN. Add your DN here and you'll be able to restore accidently dropped ACLs."
msgstr ""
-#: include/class_core.inc:450
+#: include/class_core.inc:470
msgid ""
"The 'ppdPath' variable defines where to store PPD files for the GOto "
"environment plugins."
msgstr ""
-#: include/class_core.inc:460
+#: include/class_core.inc:480
msgid ""
"The 'ldapMaxQueryTime' statement tells GOsa to stop LDAP actions if there is "
"no answer within the specified number of seconds."
msgstr ""
-#: include/class_core.inc:470
+#: include/class_core.inc:490
msgid ""
"The 'storeFilterSettings' statement determines whether GOsa should store "
"filter and plugin settings inside of a cookie."
msgstr ""
-#: include/class_core.inc:480
+#: include/class_core.inc:500
msgid ""
"The 'sendCompressedOutput' statement determines whether PHP should send "
"compressed HTML pages to browsers or not. This may increase or decrease the "
"performance, depending on your network."
msgstr ""
-#: include/class_core.inc:491
+#: include/class_core.inc:511
msgid ""
"The 'modificationDetectionAttribute' statement enables GOsa to check if a "
"entry currently being edited has been modified from someone else outside "
"based systems."
msgstr ""
-#: include/class_core.inc:502
+#: include/class_core.inc:522
msgid ""
"The 'language' statement defines the default language used by GOsa. Normally "
"GOsa autodetects the language from the browser settings. If this is not "
"de for german) here."
msgstr ""
-#: include/class_core.inc:513
+#: include/class_core.inc:533
msgid ""
"The 'theme' statement defines what theme is used to display GOsa pages. You "
"can install some corporate identity like theme and/or modify certain "
"more information."
msgstr ""
-#: include/class_core.inc:523
+#: include/class_core.inc:543
msgid ""
"The 'sessionLifetime' value defines when a session will expire in seconds. "
"For Debian systems, this will not work because the sessions will be removed "
"instead."
msgstr ""
-#: include/class_core.inc:533
+#: include/class_core.inc:553
msgid ""
"The 'templateCompileDirectory' statements defines the path, where the PHP "
"templating engins 'smarty' should store its compiled GOsa templates for "
"is running with."
msgstr ""
-#: include/class_core.inc:543
+#: include/class_core.inc:563
#, php-format
msgid ""
"The 'debugLevel' value tells GOsa to display certain information on each "
"page load. Value is an AND combination of the following byte values: %s"
msgstr ""
-#: include/class_core.inc:563
+#: include/class_core.inc:583
#, php-format
msgid ""
"The 'sambaHashHook' statement contains an executable to generate samba hash "
"distribution installed, you can use perl to generate the hash: %s"
msgstr ""
-#: include/class_core.inc:574
+#: include/class_core.inc:594
msgid ""
"The 'passwordDefaultHash' statement defines the default password hash to "
"choose for new accounts."
msgstr ""
-#: include/class_core.inc:583
+#: include/class_core.inc:603
msgid ""
"The 'strictPasswordRules' tells GOsa to check for UTF-8 characters in the "
"supplied password. These Characters can lead to non working authentications "
"if UTF-8 and none UTF-8 systems locales get mixed. The default is 'true'."
msgstr ""
-#: include/class_core.inc:594
+#: include/class_core.inc:614
msgid ""
"The 'accountPrimaryAttribute' option tells GOsa how to create new accounts. "
"Possible values are 'uid' and 'cn'. In the first case GOsa creates uid style "
"'personalTitleInDN'."
msgstr ""
-#: include/class_core.inc:604
+#: include/class_core.inc:624
msgid ""
"The 'userRDN' statement defines the location where new accounts will be "
"created inside of defined departments. The default is 'ou=people'."
msgstr ""
-#: include/class_core.inc:614
+#: include/class_core.inc:634
msgid ""
"The 'groupsRDN' statement defines the location where new groups will be "
"created inside of defined departments. The default is 'ou=groups'."
msgstr ""
-#: include/class_core.inc:624
+#: include/class_core.inc:644
msgid ""
"The 'gidNumberBase' statement defines where to start looking for a new free "
"group id. This should be synced with your 'adduser.conf' to avoid "
"definition."
msgstr ""
-#: include/class_core.inc:634
+#: include/class_core.inc:654
msgid ""
"The 'baseIdHook' statement allows to hook into the id generation method "
"(traditional mode), to define the starting range for new generated ids"
msgstr ""
-#: include/class_core.inc:644 include/class_core.inc:664
+#: include/class_core.inc:664 include/class_core.inc:684
msgid ""
"The 'uidNumberPoolMin/gidNumberPoolMin' statement defines the lowest "
"assignable user/group id for use with the 'idAllocationMethod = pool'."
msgstr ""
-#: include/class_core.inc:654 include/class_core.inc:674
+#: include/class_core.inc:674 include/class_core.inc:694
msgid ""
"The 'uidNumberPoolMax/gidNumberPoolMax' statement defines the highest "
"assignable user/group id for use with the 'idAllocationMethod = pool'."
msgstr ""
-#: include/class_core.inc:684
+#: include/class_core.inc:704
msgid ""
"The 'uidNumberBase' statement defines where to start looking for a new free "
"user id. This should be synced with your 'adduser.conf' to avoid overlapping "
"even be dynamic. Take a look at the 'baseIdHook' definition."
msgstr ""
-#: include/class_core.inc:724
+#: include/class_core.inc:744
msgid ""
"The 'gosaSupportURI' defines the major gosa-si server host and the password "
"for GOsa to connect to it. It can be used if you want to use i.e. kerberos "
"to authenticate the users. The format is: credentials@host:port"
msgstr ""
-#: include/class_core.inc:734
+#: include/class_core.inc:754
msgid ""
"The 'gosaSupportTimeout' sets a connection timeout for all gosa-si actions. "
"See 'gosaSupportURI' for details."
msgstr ""
-#: include/class_core.inc:745
+#: include/class_core.inc:765
msgid ""
"The 'loginAttribute' statement tells GOsa which LDAP attribute is used as "
"the login name during login. It can be set to 'uid', 'mail' or 'both'"
msgstr ""
-#: include/class_core.inc:756
+#: include/class_core.inc:776
msgid ""
"The 'timezone' statements defines the timezone used inside of GOsa to handle "
"date related tasks, such as password expiery, vacation messages, etc. The "
"timezone."
msgstr ""
-#: include/class_core.inc:766
+#: include/class_core.inc:786
msgid ""
"The 'honourUnitTags' statement enables checking of 'unitTag' attributes when "
"using administrative units. If this is set to 'true' GOsa can only see "
"objects inside the administrative unit a user is logged into."
msgstr ""
-#: include/class_core.inc:776
+#: include/class_core.inc:796
msgid ""
"The 'useSaslForKerberos' statement defines the way the kerberos realm is "
"stored in the #userPassword' attribute. Set it to 'true' in order to get "
"latter is outdated, but may be needed from time to time."
msgstr ""
-#: include/class_core.inc:786
+#: include/class_core.inc:806
msgid ""
"The 'rfc2307bis' statement enables rfc2307bis style groups in GOsa. You can "
"use 'member' attributes instead of memberUid in this case. To make it work "
"style groups, too"
msgstr ""
-#: include/class_core.inc:796
+#: include/class_core.inc:816
msgid ""
"The 'personalTitleInDN' option tells GOsa to include the personal title in "
"user DNs when #accountPrimaryAttribute' is set to \"cn\"."
msgstr ""
-#: include/class_core.inc:806
+#: include/class_core.inc:826
msgid ""
"The 'nextIdHook' statement defines a script to be called for finding the "
"next free id for users or groups externaly. It gets called with the current "
"entry \"dn\" and the attribute to be ID'd. It should return an integer value."
msgstr ""
-#: include/class_core.inc:816
+#: include/class_core.inc:836
msgid ""
"The 'idGenerator' statement describes an automatic way to generate new user "
"ids. There are two basic functions supported - which can be combined: \n"
" will generate a three digits random number appended to \"ext\".\n"
msgstr ""
-#: include/class_core.inc:856
+#: include/class_core.inc:876
msgid ""
"The 'strictNamingRules' statement enables strict checking of uids and group "
"names. If you need characters like . or - inside of your accounts, set "
"this to 'false'."
msgstr ""
-#: include/class_core.inc:866
+#: include/class_core.inc:886
msgid ""
"The 'minId' statement defines the minimum assignable user or group id to "
"avoid security leaks with uid 0 accounts. This is used for the 'traditional' "
"method."
msgstr ""
-#: include/class_core.inc:877
+#: include/class_core.inc:897
msgid ""
"The 'mailAttribute' statement determines which attribute GOsa will use to "
"create accounts. Valid values are 'mail' and 'uid'."
msgstr ""
-#: include/class_core.inc:887
+#: include/class_core.inc:907
msgid ""
"This attribute allows to override the prefix used to create shared folders."
msgstr ""
-#: include/class_core.inc:897
+#: include/class_core.inc:917
msgid ""
"This attribute allows to override the user account creation syntax, see the "
"'mailFolderCreation' description for more details.\n"
"com\"\n"
msgstr ""
-#: include/class_core.inc:912
+#: include/class_core.inc:932
msgid ""
"Every mail method has its own way to create mail accounts like 'share/"
"development' or 'shared.development@example.com' which is used to identify "
" %uattrib% Depends on mailAttribute=\"uid/mail\".\n"
msgstr ""
-#: include/class_core.inc:938
+#: include/class_core.inc:958
msgid ""
"The 'imapTimeout' statement sets the connection timeout for imap actions."
msgstr ""
-#: include/class_core.inc:949
+#: include/class_core.inc:969
msgid ""
"The 'mailMethod' statement tells GOsa which mail method the setup should use "
"to communicate with a possible mail server. Leave this undefined if your "
"mail method does not match the predefined ones."
msgstr ""
-#: include/class_core.inc:959
+#: include/class_core.inc:979
msgid ""
"The 'cyrusUseSlashes' statement determines if GOsa should use \"foo/bar\" or "
"\"foo.bar\" namespaces in IMAP. Unix style is with slashes."
msgstr ""
-#: include/class_core.inc:969
+#: include/class_core.inc:989
msgid ""
"The 'vacationTemplateDirectory' statement sets the path where GOsa will look "
"for vacation message templates. Default is /etc/gosa/vacation. \n"
"\n"
msgstr ""
-#: include/class_core.inc:990
+#: include/class_core.inc:1010
msgid ""
"The 'ldapTLS' statement enables or disables TLS operating on LDAP "
"connections."
msgstr ""
-#: include/class_core.inc:1000
+#: include/class_core.inc:1020
msgid ""
"The 'honourIvbbAttributes' statement enables the IVBB mode inside of GOsa. "
"You need the ivbb.schema file from used by german authorities."
msgstr ""
-#: include/class_core.inc:1010
+#: include/class_core.inc:1030
msgid ""
"The 'sambaIdMapping' statement tells GOsa to maintain sambaIdmapEntry "
"objects. Depending on your setup this can drastically improve the windows "
"login performance."
msgstr ""
-#: include/class_core.inc:1020
+#: include/class_core.inc:1040
msgid ""
"The 'handleExpiredAccounts' statement enables shadow attribute tests during "
"the login to the GOsa web interface and forces password renewal or account "
"lockout."
msgstr ""
-#: include/class_core.inc:1030
+#: include/class_core.inc:1050
msgid ""
"The 'sambaSID' statement defines a samba SID if not available inside of the "
"LDAP. You can retrieve the current sid by net getlocalsid."
msgstr ""
-#: include/class_core.inc:1040
+#: include/class_core.inc:1060
msgid ""
"The 'sambaRidBase' statement defines the base id to add to ordinary sid "
"calculations - if not available inside of the LDAP."
msgstr ""
-#: include/class_core.inc:1050
+#: include/class_core.inc:1070
msgid ""
"The 'enableSnapshots' statement enables a snapshot mechaism in GOsa. This "
"enables you to save certain states of entries and restore them later on."
msgstr ""
-#: include/class_core.inc:1060
+#: include/class_core.inc:1080
msgid ""
"The 'snapshotBase' statement defines the base where snapshots should be "
"stored inside of the LDAP."
msgstr ""
-#: include/class_core.inc:1070
+#: include/class_core.inc:1090
msgid ""
"The 'snapshotAdminDn' variable defines the user which is used to "
"authenticate when connecting to 'snapshotURI'."
msgstr ""
-#: include/class_core.inc:1080
+#: include/class_core.inc:1100
msgid ""
"The 'snapshotAdminPassword' variable defines the credentials which are used "
"in combination with 'snapshotAdminDn' and 'snapshotURI' in order to "
"authenticate."
msgstr ""
-#: include/class_core.inc:1091
+#: include/class_core.inc:1111
msgid ""
"The 'idAllocationMethod' statement defines how GOsa generates numeric user "
"and group id values. If it is set to 'traditional' GOsa will do create a "
"the other hand it is much faster."
msgstr ""
-#: include/class_core.inc:1100
+#: include/class_core.inc:1120
msgid ""
"The 'snapshotURI' variable defines the LDAP URI for the server which is used "
"to do object snapshots."
msgid "This object will be pasted: %s"
msgstr ""
-#: include/class_CopyPasteHandler.inc:572
+#: include/class_CopyPasteHandler.inc:573
msgid "Cannot paste"
msgstr ""
diff --git a/gosa-core/locale/core/nl/LC_MESSAGES/messages.po b/gosa-core/locale/core/nl/LC_MESSAGES/messages.po
index d736172aa62ccd87b8132be13ace30b9e3f5a3c3..8f73503e082b0787ec1e7af9f679f60933da1a84 100644 (file)
msgstr ""
"Project-Id-Version: messages\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-07-29 20:30+0200\n"
+"POT-Creation-Date: 2010-08-02 20:33+0200\n"
"PO-Revision-Date: 2006-06-02 16:58+0100\n"
"Last-Translator: Niels Klomp (CareWorks ICT Services) <nk@careworks.nl>\n"
"Language-Team: CareWorks ICT Services <info@careworks.nl>\n"
+"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ihtml/themes/default/userFilterEditor.tpl:11 include/class_acl.inc:262
#: include/class_SnapShotDialog.inc:55 include/class_userFilter.inc:55
-#: include/class_userFilter.inc:150 include/class_userFilterEditor.inc:230
-#: include/class_userFilterEditor.inc:234
+#: include/class_userFilter.inc:150 include/class_userFilterEditor.inc:236
+#: include/class_userFilterEditor.inc:240
#: plugins/generic/dashBoard/dbChannelStatus/class_dbChannelStatus.inc:14
#: plugins/generic/dashBoard/dbPluginStatus/class_dbPluginStatus.inc:26
#: plugins/generic/references/class_reference.inc:57
#: ihtml/themes/default/userFilterEditor.tpl:19 include/class_acl.inc:252
#: include/class_acl.inc:262 include/class_SnapShotDialog.inc:174
-#: include/class_userFilter.inc:55 include/class_userFilterEditor.inc:239
+#: include/class_userFilter.inc:55 include/class_userFilterEditor.inc:245
#: plugins/generic/dashBoard/dbChannelStatus/class_dbChannelStatus.inc:14
#: plugins/generic/dashBoard/dbPluginStatus/class_dbPluginStatus.inc:26
#: plugins/generic/references/class_reference.inc:57
msgid "Your password has been changed successfully."
msgstr ""
-#: ihtml/themes/default/password.tpl:65 html/main.php:208
+#: ihtml/themes/default/password.tpl:65 html/main.php:220
#: plugins/admin/users/class_userManagement.inc:391
#: plugins/personal/password/class_password.inc:126
#: plugins/personal/password/class_password.inc:129
msgid "Session expires in %d!"
msgstr "De sessie zal niet versleuteld zijn."
-#: html/password.php:61 html/main.php:158 include/functions.inc:465
+#: html/password.php:61 html/main.php:170 include/functions.inc:465
#: include/.svn/tmp/tempfile.tmp:447 include/.svn/tmp/tempfile.2.tmp:447
#: include/utils/class_xml.inc:43
#: plugins/admin/departments/class_department.inc:439
msgstr "GOsa configuratie %s/gosa.conf is niet leesbaar. Geannuleerd."
#: html/password.php:113 html/index.php:157 html/index.php:233
-#: html/main.php:273
+#: html/main.php:285
#: include/password-methods/class_password-methods-ssha.inc:51
#: include/password-methods/class_password-methods-sha.inc:48
#: include/class_SnapshotHandler.inc:44 include/class_SnapshotHandler.inc:57
#: include/class_SnapshotHandler.inc:75 include/functions.inc:837
-#: include/functions.inc:3107 include/functions.inc:3150
-#: include/functions.inc:3163 include/.svn/tmp/tempfile.tmp:802
+#: include/functions.inc:3109 include/functions.inc:3152
+#: include/functions.inc:3165 include/.svn/tmp/tempfile.tmp:802
#: include/.svn/tmp/tempfile.tmp:3027 include/.svn/tmp/tempfile.tmp:3059
#: include/.svn/tmp/tempfile.tmp:3072 include/.svn/tmp/tempfile.2.tmp:802
#: include/.svn/tmp/tempfile.2.tmp:3080 include/.svn/tmp/tempfile.2.tmp:3112
#: include/.svn/tmp/tempfile.2.tmp:3125 include/utils/class_timezone.inc:47
-#: include/class_config.inc:162 include/class_config.inc:685
-#: include/class_config.inc:1145 include/class_config.inc:1158
-#: include/class_config.inc:1176 include/class_pluglist.inc:117
+#: include/class_config.inc:172 include/class_config.inc:695
+#: include/class_config.inc:1155 include/class_config.inc:1168
+#: include/class_config.inc:1186 include/class_pluglist.inc:117
#: include/class_CopyPasteHandler.inc:119
#: include/class_CopyPasteHandler.inc:128
#: include/class_CopyPasteHandler.inc:177
#: include/class_configRegistry.inc:670 include/class_configRegistry.inc:685
#: include/class_configRegistry.inc:700 include/class_configRegistry.inc:715
#: include/class_configRegistry.inc:731 include/class_configRegistry.inc:736
-#: include/class_configRegistry.inc:753 include/class_configRegistry.inc:758
-#: include/class_configRegistry.inc:776 include/class_configRegistry.inc:781
-#: include/class_configRegistry.inc:797 include/class_configRegistry.inc:812
-#: include/class_configRegistry.inc:827
+#: include/class_configRegistry.inc:756 include/class_configRegistry.inc:761
+#: include/class_configRegistry.inc:778 include/class_configRegistry.inc:783
+#: include/class_configRegistry.inc:801 include/class_configRegistry.inc:806
+#: include/class_configRegistry.inc:822 include/class_configRegistry.inc:837
+#: include/class_configRegistry.inc:852
#: plugins/admin/groups/class_group.inc:832
#: plugins/admin/departments/dep_move_confirm.tpl:2
#: plugins/personal/posix/class_posixAccount.inc:651
msgid "Broken HTTP authentication setup!"
msgstr ""
-#: html/index.php:241 html/index.php:245 include/class_management.inc:483
-#: include/class_management.inc:644
+#: html/index.php:241 html/index.php:245 include/class_management.inc:508
+#: include/class_management.inc:669
#: include/password-methods/class_password-methods.inc:277
-#: include/class_listing.inc:536 include/functions.inc:3135
-#: include/functions.inc:3441 include/functions.inc:3455
-#: include/functions.inc:3485 include/functions.inc:3493
-#: include/functions.inc:3505 include/functions.inc:3509
-#: include/functions.inc:3524 include/functions.inc:3533
-#: include/functions.inc:3593 include/class_tabs.inc:56
+#: include/class_listing.inc:536 include/functions.inc:3137
+#: include/functions.inc:3443 include/functions.inc:3457
+#: include/functions.inc:3487 include/functions.inc:3495
+#: include/functions.inc:3507 include/functions.inc:3511
+#: include/functions.inc:3526 include/functions.inc:3535
+#: include/functions.inc:3595 include/class_tabs.inc:56
#: include/.svn/tmp/tempfile.tmp:3353 include/.svn/tmp/tempfile.tmp:3367
#: include/.svn/tmp/tempfile.tmp:3397 include/.svn/tmp/tempfile.tmp:3405
#: include/.svn/tmp/tempfile.tmp:3417 include/.svn/tmp/tempfile.tmp:3421
#: include/.svn/tmp/tempfile.2.tmp:3458 include/.svn/tmp/tempfile.2.tmp:3470
#: include/.svn/tmp/tempfile.2.tmp:3474 include/.svn/tmp/tempfile.2.tmp:3489
#: include/.svn/tmp/tempfile.2.tmp:3498 include/.svn/tmp/tempfile.2.tmp:3558
-#: include/class_plugin.inc:1621 include/class_plugin.inc:1628
+#: include/class_plugin.inc:1647 include/class_plugin.inc:1654
#: include/utils/class_xml.inc:40 include/utils/class_msgPool.inc:137
#: include/utils/class_msgPool.inc:149 include/utils/class_msgPool.inc:167
#: include/utils/class_msgPool.inc:440 include/utils/class_msgPool.inc:461
#: include/functions.inc:537 include/functions.inc:583
#: include/functions.inc:852 include/functions.inc:901
#: include/functions.inc:958 include/functions.inc:1008
-#: include/functions.inc:3086 include/functions.inc:3367
+#: include/functions.inc:3088 include/functions.inc:3369
#: include/.svn/tmp/tempfile.tmp:476 include/.svn/tmp/tempfile.tmp:511
#: include/.svn/tmp/tempfile.tmp:519 include/.svn/tmp/tempfile.tmp:565
#: include/.svn/tmp/tempfile.tmp:817 include/.svn/tmp/tempfile.tmp:866
#: include/.svn/tmp/tempfile.2.tmp:817 include/.svn/tmp/tempfile.2.tmp:866
#: include/.svn/tmp/tempfile.2.tmp:923 include/.svn/tmp/tempfile.2.tmp:976
#: include/.svn/tmp/tempfile.2.tmp:3059 include/.svn/tmp/tempfile.2.tmp:3332
-#: include/class_userFilter.inc:275 include/class_ldap.inc:756
-#: include/class_ldap.inc:1173 include/class_config.inc:344
+#: include/class_userFilter.inc:275 include/class_ldap.inc:775
+#: include/class_ldap.inc:1192 include/class_config.inc:354
#: plugins/generic/references/class_reference.inc:97
#: plugins/admin/ogroups/class_ogroup.inc:749
#: plugins/admin/ogroups/class_ogroup.inc:766
msgid "Smarty"
msgstr "Samenvatting"
-#: html/main.php:159
+#: html/main.php:171
#, php-format
msgid "Cannot locate file %s - please run %s to fix this"
msgstr ""
-#: html/main.php:178
+#: html/main.php:190
#, fuzzy
msgid "PHP configuration"
msgstr "FAX database"
-#: html/main.php:179
+#: html/main.php:191
msgid ""
"FATAL: Register globals is active. Please fix this in order to continue."
msgstr ""
-#: html/main.php:208
+#: html/main.php:220
#, fuzzy
msgid "Your password is about to expire, please change your password!"
msgstr "Uw wachtwoord zal spoedig verlopen! Kies a.u.b. een nieuw wachtwoord."
-#: html/main.php:273
+#: html/main.php:285
msgid "Running out of memory!"
msgstr ""
-#: html/main.php:333
-#, fuzzy
-msgid "ACLs are disabled"
-msgstr "gedeactiveerd"
-
-#: html/main.php:333 html/main.php:335
+#: html/main.php:345
#, php-format
msgid "You're logged in as %s"
msgstr ""
-#: html/main.php:383
+#: html/main.php:348
+#, fuzzy
+msgid "ACLs are disabled"
+msgstr "gedeactiveerd"
+
+#: html/main.php:398
#, fuzzy
msgid "Plug-in"
msgstr "in"
-#: html/main.php:384
+#: html/main.php:399
#, fuzzy, php-format
msgid "FATAL: Cannot find any plugin definitions for plugin %s!"
msgstr "FATAAL: Kan geen enkele module defenities vinden voor module '%s'!"
-#: html/main.php:400
+#: html/main.php:415
#, fuzzy
msgid "Configuration Error"
msgstr "Configuratie bestand"
-#: html/main.php:401
+#: html/main.php:416
#, php-format
msgid ""
"FATAL: not all POST variables have been transfered by PHP - please inform "
msgid "unconfigured"
msgstr "niet geconfigureerd"
-#: include/class_management.inc:304 include/class_management.inc:462
-#: include/class_management.inc:509 include/class_management.inc:524
-#: include/class_management.inc:561 include/class_management.inc:575
+#: include/class_management.inc:324 include/class_management.inc:487
+#: include/class_management.inc:534 include/class_management.inc:549
+#: include/class_management.inc:586 include/class_management.inc:600
#: plugins/admin/users/class_userManagement.inc:228
#: plugins/admin/users/class_userManagement.inc:744
#, fuzzy
msgid "Permission"
msgstr "Rechten"
-#: include/class_management.inc:385
+#: include/class_management.inc:405
#: plugins/admin/users/class_userManagement.inc:702
#: plugins/admin/users/class_userManagement.inc:706
#: plugins/admin/acl/class_aclManagement.inc:98
msgid "Permission error"
msgstr "Rechten"
-#: include/class_management.inc:462
+#: include/class_management.inc:487
#, fuzzy, php-format
msgid "You are not allowed to create a snapshot for %s!"
msgstr "U heeft geen toestemming om uw wachtwoord te veranderen!"
-#: include/class_management.inc:509 include/class_management.inc:561
-#: include/class_management.inc:575
+#: include/class_management.inc:534 include/class_management.inc:586
+#: include/class_management.inc:600
#, fuzzy, php-format
msgid "You are not allowed to restore a snapshot for %s!"
msgstr "U heeft geen toestemming om uw wachtwoord te veranderen!"
-#: include/class_management.inc:524
+#: include/class_management.inc:549
#, fuzzy, php-format
msgid "You are not allowed to remove a snapshot for %s!"
msgstr "U heeft geen toestemming om uw wachtwoord te veranderen!"
-#: include/class_management.inc:634 include/class_management.inc:718
+#: include/class_management.inc:659 include/class_management.inc:743
#: include/class_acl.inc:978 include/class_session.inc:76
#: include/class_session.inc:101 include/class_session.inc:127
#: include/functions.inc:623 include/functions.inc:827
#: include/.svn/tmp/tempfile.2.tmp:605 include/.svn/tmp/tempfile.2.tmp:792
#: include/.svn/tmp/tempfile.2.tmp:910 include/.svn/tmp/tempfile.2.tmp:1308
#: include/.svn/tmp/tempfile.2.tmp:2372 include/.svn/tmp/tempfile.2.tmp:2406
-#: include/.svn/tmp/tempfile.2.tmp:2426 include/class_ldap.inc:693
-#: include/class_ldap.inc:744 include/class_log.inc:87
+#: include/.svn/tmp/tempfile.2.tmp:2426 include/class_ldap.inc:712
+#: include/class_ldap.inc:763 include/class_log.inc:87
#: include/class_CopyPasteHandler.inc:160
#: include/class_CopyPasteHandler.inc:274
#: plugins/personal/myaccount/main.inc:52
msgid "Internal error"
msgstr "Terminal server"
-#: include/class_management.inc:635 include/class_management.inc:719
+#: include/class_management.inc:660 include/class_management.inc:744
#: plugins/personal/myaccount/main.inc:53
#, php-format
msgid ""
"Cannot instantiate tabbed-plug-in, the base plugin (%s) is not available!"
msgstr ""
-#: include/class_management.inc:644
+#: include/class_management.inc:669
#, php-format
msgid ""
"No tab definition for %s found in configuration file: cannot create plugin "
msgstr "knippen"
#: include/class_listing.inc:1460 include/class_listing.inc:1462
-#: include/class_CopyPasteHandler.inc:570
+#: include/class_CopyPasteHandler.inc:571
msgid "Paste"
msgstr "Plakken"
msgid "Russian"
msgstr "Russisch"
-#: include/functions.inc:3106
+#: include/functions.inc:3108
#, fuzzy, php-format
msgid ""
"Command %s specified as post modify action for plugin %s does not exist!"
"Het commando '%s' dat gespecificeerd is als CHECK inhaker voor module '%s' "
"bestaat niet."
-#: include/functions.inc:3150
+#: include/functions.inc:3152
msgid "Cannot generate SAMBA hash!"
msgstr ""
-#: include/functions.inc:3163
+#: include/functions.inc:3165
#, php-format
msgid "Generating SAMBA hash by running %s failed: check %s!"
msgstr ""
-#: include/functions.inc:3441 include/functions.inc:3455
-#: include/functions.inc:3493 include/functions.inc:3505
-#: include/functions.inc:3509 include/functions.inc:3524
-#: include/functions.inc:3533
+#: include/functions.inc:3443 include/functions.inc:3457
+#: include/functions.inc:3495 include/functions.inc:3507
+#: include/functions.inc:3511 include/functions.inc:3526
+#: include/functions.inc:3535
#, fuzzy
msgid "Cannot allocate free ID:"
msgstr ""
"Er zitten te veel gebruikers in de database. Kan geen vrij ID toewijzen!"
-#: include/functions.inc:3441 include/.svn/tmp/tempfile.tmp:3353
+#: include/functions.inc:3443 include/.svn/tmp/tempfile.tmp:3353
#: include/.svn/tmp/tempfile.2.tmp:3406
msgid "unknown idAllocation method!"
msgstr ""
-#: include/functions.inc:3455 include/.svn/tmp/tempfile.tmp:3367
+#: include/functions.inc:3457 include/.svn/tmp/tempfile.tmp:3367
#: include/.svn/tmp/tempfile.2.tmp:3420
#, php-format
msgid "%sPoolMin >= %sPoolMax!"
msgstr ""
-#: include/functions.inc:3485 include/.svn/tmp/tempfile.tmp:3397
+#: include/functions.inc:3487 include/.svn/tmp/tempfile.tmp:3397
#: include/.svn/tmp/tempfile.2.tmp:3450
#, fuzzy
msgid "Cannot create sambaUnixIdPool entry!"
msgstr "Ga naar basis afdelingen"
-#: include/functions.inc:3493 include/.svn/tmp/tempfile.tmp:3405
+#: include/functions.inc:3495 include/.svn/tmp/tempfile.tmp:3405
#: include/.svn/tmp/tempfile.2.tmp:3458
msgid "sambaUnixIdPool is not unique!"
msgstr ""
-#: include/functions.inc:3505 include/functions.inc:3509
+#: include/functions.inc:3507 include/functions.inc:3511
#: include/.svn/tmp/tempfile.tmp:3417 include/.svn/tmp/tempfile.tmp:3421
#: include/.svn/tmp/tempfile.2.tmp:3470 include/.svn/tmp/tempfile.2.tmp:3474
#, fuzzy
msgid "no ID available!"
msgstr "Bestand is beschikbaar"
-#: include/functions.inc:3533
+#: include/functions.inc:3535
msgid "maximum number of tries exceeded!"
msgstr ""
-#: include/functions.inc:3593
+#: include/functions.inc:3595
#, fuzzy
msgid "Cannot allocate free ID!"
msgstr ""
msgid "Edit filters"
msgstr "Bewerk certificaten"
-#: include/class_userFilterEditor.inc:248
+#: include/class_userFilterEditor.inc:254
#, php-format
msgid "Error in filter #%s: %s opening and %s closing brackets detected!"
msgstr ""
-#: include/class_plugin.inc:558
+#: include/class_plugin.inc:581
msgid ""
"The current object has been altered while beeing edited. If you save this "
"entry, changes that have been made by others will be discarded!"
msgstr ""
-#: include/class_plugin.inc:1359
+#: include/class_plugin.inc:1385
#, php-format
msgid "Changing ACL DN from %s to %s"
msgstr ""
"The supplied base is not valid and has been reset to its previous value!"
msgstr ""
-#: include/class_ldap.inc:233 include/class_ldap.inc:266
+#: include/class_ldap.inc:233 include/class_ldap.inc:270
msgid "Performance warning"
msgstr ""
-#: include/class_ldap.inc:233 include/class_ldap.inc:266
+#: include/class_ldap.inc:233 include/class_ldap.inc:270
#, php-format
msgid "LDAP performance is poor: last query took %.2fs!"
msgstr ""
-#: include/class_ldap.inc:693
+#: include/class_ldap.inc:712
#, php-format
msgid "Cannot automatically create subtrees with RDN %s: no object class found"
msgstr ""
-#: include/class_ldap.inc:744
+#: include/class_ldap.inc:763
#, php-format
msgid "Cannot automatically create subtrees with RDN %s: not supported"
msgstr ""
-#: include/class_ldap.inc:831
+#: include/class_ldap.inc:850
#, fuzzy, php-format
msgid "while operating on %s using LDAP server %s"
msgstr "bij het bewerken van '%s' op LDAP server '%s'"
-#: include/class_ldap.inc:833
+#: include/class_ldap.inc:852
#, php-format
msgid "while operating on LDAP server %s"
msgstr "bij het bewerken van LDAP server %s"
-#: include/class_ldap.inc:1006
+#: include/class_ldap.inc:1025
#, fuzzy, php-format
msgid ""
"Invalid DN %s: block to be imported should start with 'dn: ...' in line %s"
"Dit is geen geldige DN: '%s'. Een blok dat geïmporteerd wordt, dient te "
"beginnen met 'dn: ...' op regel %s"
-#: include/class_ldap.inc:1035
+#: include/class_ldap.inc:1054
#, fuzzy, php-format
msgid "Error while importing DN %s: please check LDIF from line %s on!"
msgstr ""
msgid "The path '%s' specified for '%s:%s' is invalid!"
msgstr ""
-#: include/class_configRegistry.inc:732 include/class_configRegistry.inc:754
+#: include/class_configRegistry.inc:732 include/class_configRegistry.inc:779
#, fuzzy, php-format
msgid "The folder '%s' specified for '%s:%s' does not exists!"
msgstr ""
msgid "The folder '%s' specified for '%s:%s' cannot be used for reading!"
msgstr ""
-#: include/class_configRegistry.inc:759
+#: include/class_configRegistry.inc:757
+#, fuzzy, php-format
+msgid ""
+"The file '%s' specified for '%s:%s' cannot be created neither be used for "
+"writing!"
+msgstr ""
+"Het commando '%s' dat gespecificeerd is als CHECK inhaker voor module '%s' "
+"bestaat niet."
+
+#: include/class_configRegistry.inc:762
+#, fuzzy, php-format
+msgid "The file '%s' specified for '%s:%s' cannot be used for writing!"
+msgstr ""
+"Het commando '%s' dat gespecificeerd is als CHECK inhaker voor module '%s' "
+"bestaat niet."
+
+#: include/class_configRegistry.inc:784
#, php-format
msgid "The folder '%s' specified for '%s:%s' cannot be used for writing!"
msgstr ""
-#: include/class_configRegistry.inc:777
+#: include/class_configRegistry.inc:802
#, fuzzy, php-format
msgid "The file '%s' specified for '%s:%s' does not exists!"
msgstr ""
"Het commando '%s' dat gespecificeerd is als CHECK inhaker voor module '%s' "
"bestaat niet."
-#: include/class_configRegistry.inc:782
+#: include/class_configRegistry.inc:807
#, php-format
msgid "The file '%s' specified for '%s:%s' cannot be read!"
msgstr ""
-#: include/class_configRegistry.inc:798
+#: include/class_configRegistry.inc:823
#, php-format
msgid "The command '%s' specified for '%s:%s' is invalid!"
msgstr ""
-#: include/class_configRegistry.inc:813
+#: include/class_configRegistry.inc:838
#, fuzzy, php-format
msgid "The dn '%s' specified for '%s:%s' is invalid!"
msgstr "De opgegeven 'UID' waarde is niet correct."
-#: include/class_configRegistry.inc:828
+#: include/class_configRegistry.inc:853
#, php-format
msgid "The rdn '%s' specified for '%s:%s' is invalid!"
msgstr ""
msgid "Cannot remove entry %s!"
msgstr "Onbekende FAI status %s"
-#: include/class_config.inc:159
+#: include/class_config.inc:169
#, php-format
msgid "XML error in gosa.conf: %s at line %d"
msgstr "XML fout in gosa.conf: %s op regel %d"
-#: include/class_config.inc:344
+#: include/class_config.inc:354
msgid "Cannot bind to LDAP!"
msgstr ""
-#: include/class_config.inc:685
+#: include/class_config.inc:695
#, fuzzy
msgid "sambaSID and/or sambaRidBase missing in the configuration!"
msgstr "SID en/of RIDBASE ontbreken in uw configuratie!"
-#: include/class_config.inc:1104
+#: include/class_config.inc:1114
#, fuzzy
msgid "Configuration"
msgstr "Configuratie bestand"
-#: include/class_config.inc:1104
+#: include/class_config.inc:1114
msgid ""
"The configuration file you are using is outdated. Please move the GOsa "
"configuration file away to run the GOsa setup again."
msgstr ""
-#: include/class_config.inc:1146 include/class_config.inc:1177
+#: include/class_config.inc:1156 include/class_config.inc:1187
#, php-format
msgid ""
"The snapshot functionality is enabled, but the required variable %s is not "
"set."
msgstr ""
-#: include/class_config.inc:1159
+#: include/class_config.inc:1169
#, php-format
msgid ""
"The snapshot functionality is enabled, but the required compression module "
msgstr ""
#: include/class_core.inc:245
+msgid "Enables/Disables GOSa usage statistics moduls."
+msgstr ""
+
+#: include/class_core.inc:255
+msgid "The database file for GOSa usage statistics."
+msgstr ""
+
+#: include/class_core.inc:265
msgid ""
"The 'logging' statement enables event logging on GOsa side. Setting it to "
"'true' GOsa will log every action a user performs via syslog. If you use "
"'false'."
msgstr ""
-#: include/class_core.inc:256
+#: include/class_core.inc:276
msgid ""
"The 'listSummary' statement determines whether a status bar will be shown on "
"the bottom of GOsa generated lists, displaying a short summary of type and "
"number of elements in the list."
msgstr ""
-#: include/class_core.inc:266
+#: include/class_core.inc:286
msgid ""
"The 'passwordMinLength' statement determines whether a newly entered "
"password has to be of a minimum length."
msgstr ""
-#: include/class_core.inc:276
+#: include/class_core.inc:296
msgid ""
"The 'passwordMinDiffer' statement determines whether a newly entered "
"password has to be checked to have at least n different characters."
msgstr ""
-#: include/class_core.inc:287
+#: include/class_core.inc:307
msgid ""
"The 'passwordHook' can specify an external script to handle password "
"settings at some other location besides the LDAP."
msgstr ""
-#: include/class_core.inc:287
+#: include/class_core.inc:307
#, php-format
msgid "It will be called this way: %s"
msgstr ""
-#: include/class_core.inc:297
+#: include/class_core.inc:317
msgid ""
"The 'passwordProposalHook' can be used to let GOsa generate password "
"proposals for you. Whenever you change a password, you can then decide "
"whether to use the proposal or to manually specify a password."
msgstr ""
-#: include/class_core.inc:297
+#: include/class_core.inc:317
msgid "Here is an example command:"
msgstr ""
-#: include/class_core.inc:307
+#: include/class_core.inc:327
msgid ""
"The 'displayErrors' statement tells GOsa to show PHP errors in the upper "
"part of the screen. This should be disabled in productive deployments, "
"because there might be some important passwords arround."
msgstr ""
-#: include/class_core.inc:307
+#: include/class_core.inc:327
#, php-format
msgid "The property '%s' may be interesting too."
msgstr ""
-#: include/class_core.inc:317
+#: include/class_core.inc:337
msgid ""
"The 'developmentMode' statement tells GOsa to show development related error "
"messages, for example messages about missing ACL configuration or classes. "
"messages it should only be enabled while developing or debugging plugins!"
msgstr ""
-#: include/class_core.inc:328
+#: include/class_core.inc:348
msgid ""
"The 'schemaCheck' statement enables or disables schema checking during "
"login. It is recommended to switch this on in order to let GOsa handle "
"object creation more efficient."
msgstr ""
-#: include/class_core.inc:338
+#: include/class_core.inc:358
msgid ""
"The 'copyPaste' statement enables copy and paste for LDAP entries managed "
"with GOsa."
msgstr ""
-#: include/class_core.inc:348
+#: include/class_core.inc:368
msgid ""
"The 'forceGlobals' statement enables PHP security checks to force "
"register_global settings to be switched off."
msgstr ""
-#: include/class_core.inc:358
+#: include/class_core.inc:378
msgid ""
"The 'forceSSL' statement enables PHP security checks to force encrypted "
"access to the web interface. GOsa will try to redirect to the same URL - "
"just with https://"
msgstr ""
-#: include/class_core.inc:368
+#: include/class_core.inc:388
msgid ""
"Logs information about triggered ldap operations, duration, filter, aso. "
"into syslog."
msgstr ""
-#: include/class_core.inc:378
+#: include/class_core.inc:398
msgid ""
"The 'ldapFollowReferrals' statement tells GOsa to follow LDAP referrals."
msgstr ""
-#: include/class_core.inc:388
+#: include/class_core.inc:408
msgid ""
"The 'ldapFilterNestingLimit' statement can be used to speed up group "
"handling for groups with several hundreds of members. The default behaviour "
"set a member limit, where GOsa will stop to do these lookups."
msgstr ""
-#: include/class_core.inc:398
+#: include/class_core.inc:418
msgid ""
"The ldapSizelimit statement tells GOsa to retrieve the specified maximum "
"number of results. The user will get a warning, that not all entries "
"were shown."
msgstr ""
-#: include/class_core.inc:408
+#: include/class_core.inc:428
msgid ""
"Disables sizelimit checks, only the configured amount of results will be "
"shown!"
msgstr ""
-#: include/class_core.inc:418
+#: include/class_core.inc:438
msgid ""
"The 'warnSSL' statement enables PHP security checks to detect non encrypted "
"access to the web interface. GOsa will display a warning in this case."
msgstr ""
-#: include/class_core.inc:428
+#: include/class_core.inc:448
msgid "The 'ppdGzip' variable enables PPD file compression."
msgstr ""
-#: include/class_core.inc:439
+#: include/class_core.inc:459
msgid ""
"The 'ignoreAcl' value tells GOsa to ignore complete ACL sets for the given "
"DN. Add your DN here and you'll be able to restore accidently dropped ACLs."
msgstr ""
-#: include/class_core.inc:450
+#: include/class_core.inc:470
msgid ""
"The 'ppdPath' variable defines where to store PPD files for the GOto "
"environment plugins."
msgstr ""
-#: include/class_core.inc:460
+#: include/class_core.inc:480
msgid ""
"The 'ldapMaxQueryTime' statement tells GOsa to stop LDAP actions if there is "
"no answer within the specified number of seconds."
msgstr ""
-#: include/class_core.inc:470
+#: include/class_core.inc:490
msgid ""
"The 'storeFilterSettings' statement determines whether GOsa should store "
"filter and plugin settings inside of a cookie."
msgstr ""
-#: include/class_core.inc:480
+#: include/class_core.inc:500
msgid ""
"The 'sendCompressedOutput' statement determines whether PHP should send "
"compressed HTML pages to browsers or not. This may increase or decrease the "
"performance, depending on your network."
msgstr ""
-#: include/class_core.inc:491
+#: include/class_core.inc:511
msgid ""
"The 'modificationDetectionAttribute' statement enables GOsa to check if a "
"entry currently being edited has been modified from someone else outside "
"based systems."
msgstr ""
-#: include/class_core.inc:502
+#: include/class_core.inc:522
msgid ""
"The 'language' statement defines the default language used by GOsa. Normally "
"GOsa autodetects the language from the browser settings. If this is not "
"de for german) here."
msgstr ""
-#: include/class_core.inc:513
+#: include/class_core.inc:533
msgid ""
"The 'theme' statement defines what theme is used to display GOsa pages. You "
"can install some corporate identity like theme and/or modify certain "
"more information."
msgstr ""
-#: include/class_core.inc:523
+#: include/class_core.inc:543
msgid ""
"The 'sessionLifetime' value defines when a session will expire in seconds. "
"For Debian systems, this will not work because the sessions will be removed "
"instead."
msgstr ""
-#: include/class_core.inc:533
+#: include/class_core.inc:553
msgid ""
"The 'templateCompileDirectory' statements defines the path, where the PHP "
"templating engins 'smarty' should store its compiled GOsa templates for "
"is running with."
msgstr ""
-#: include/class_core.inc:543
+#: include/class_core.inc:563
#, php-format
msgid ""
"The 'debugLevel' value tells GOsa to display certain information on each "
"page load. Value is an AND combination of the following byte values: %s"
msgstr ""
-#: include/class_core.inc:563
+#: include/class_core.inc:583
#, php-format
msgid ""
"The 'sambaHashHook' statement contains an executable to generate samba hash "
"distribution installed, you can use perl to generate the hash: %s"
msgstr ""
-#: include/class_core.inc:574
+#: include/class_core.inc:594
msgid ""
"The 'passwordDefaultHash' statement defines the default password hash to "
"choose for new accounts."
msgstr ""
-#: include/class_core.inc:583
+#: include/class_core.inc:603
msgid ""
"The 'strictPasswordRules' tells GOsa to check for UTF-8 characters in the "
"supplied password. These Characters can lead to non working authentications "
"if UTF-8 and none UTF-8 systems locales get mixed. The default is 'true'."
msgstr ""
-#: include/class_core.inc:594
+#: include/class_core.inc:614
msgid ""
"The 'accountPrimaryAttribute' option tells GOsa how to create new accounts. "
"Possible values are 'uid' and 'cn'. In the first case GOsa creates uid style "
"'personalTitleInDN'."
msgstr ""
-#: include/class_core.inc:604
+#: include/class_core.inc:624
msgid ""
"The 'userRDN' statement defines the location where new accounts will be "
"created inside of defined departments. The default is 'ou=people'."
msgstr ""
-#: include/class_core.inc:614
+#: include/class_core.inc:634
msgid ""
"The 'groupsRDN' statement defines the location where new groups will be "
"created inside of defined departments. The default is 'ou=groups'."
msgstr ""
-#: include/class_core.inc:624
+#: include/class_core.inc:644
msgid ""
"The 'gidNumberBase' statement defines where to start looking for a new free "
"group id. This should be synced with your 'adduser.conf' to avoid "
"definition."
msgstr ""
-#: include/class_core.inc:634
+#: include/class_core.inc:654
msgid ""
"The 'baseIdHook' statement allows to hook into the id generation method "
"(traditional mode), to define the starting range for new generated ids"
msgstr ""
-#: include/class_core.inc:644 include/class_core.inc:664
+#: include/class_core.inc:664 include/class_core.inc:684
msgid ""
"The 'uidNumberPoolMin/gidNumberPoolMin' statement defines the lowest "
"assignable user/group id for use with the 'idAllocationMethod = pool'."
msgstr ""
-#: include/class_core.inc:654 include/class_core.inc:674
+#: include/class_core.inc:674 include/class_core.inc:694
msgid ""
"The 'uidNumberPoolMax/gidNumberPoolMax' statement defines the highest "
"assignable user/group id for use with the 'idAllocationMethod = pool'."
msgstr ""
-#: include/class_core.inc:684
+#: include/class_core.inc:704
msgid ""
"The 'uidNumberBase' statement defines where to start looking for a new free "
"user id. This should be synced with your 'adduser.conf' to avoid overlapping "
"even be dynamic. Take a look at the 'baseIdHook' definition."
msgstr ""
-#: include/class_core.inc:724
+#: include/class_core.inc:744
msgid ""
"The 'gosaSupportURI' defines the major gosa-si server host and the password "
"for GOsa to connect to it. It can be used if you want to use i.e. kerberos "
"to authenticate the users. The format is: credentials@host:port"
msgstr ""
-#: include/class_core.inc:734
+#: include/class_core.inc:754
msgid ""
"The 'gosaSupportTimeout' sets a connection timeout for all gosa-si actions. "
"See 'gosaSupportURI' for details."
msgstr ""
-#: include/class_core.inc:745
+#: include/class_core.inc:765
msgid ""
"The 'loginAttribute' statement tells GOsa which LDAP attribute is used as "
"the login name during login. It can be set to 'uid', 'mail' or 'both'"
msgstr ""
-#: include/class_core.inc:756
+#: include/class_core.inc:776
msgid ""
"The 'timezone' statements defines the timezone used inside of GOsa to handle "
"date related tasks, such as password expiery, vacation messages, etc. The "
"timezone."
msgstr ""
-#: include/class_core.inc:766
+#: include/class_core.inc:786
msgid ""
"The 'honourUnitTags' statement enables checking of 'unitTag' attributes when "
"using administrative units. If this is set to 'true' GOsa can only see "
"objects inside the administrative unit a user is logged into."
msgstr ""
-#: include/class_core.inc:776
+#: include/class_core.inc:796
msgid ""
"The 'useSaslForKerberos' statement defines the way the kerberos realm is "
"stored in the #userPassword' attribute. Set it to 'true' in order to get "
"latter is outdated, but may be needed from time to time."
msgstr ""
-#: include/class_core.inc:786
+#: include/class_core.inc:806
msgid ""
"The 'rfc2307bis' statement enables rfc2307bis style groups in GOsa. You can "
"use 'member' attributes instead of memberUid in this case. To make it work "
"style groups, too"
msgstr ""
-#: include/class_core.inc:796
+#: include/class_core.inc:816
msgid ""
"The 'personalTitleInDN' option tells GOsa to include the personal title in "
"user DNs when #accountPrimaryAttribute' is set to \"cn\"."
msgstr ""
-#: include/class_core.inc:806
+#: include/class_core.inc:826
msgid ""
"The 'nextIdHook' statement defines a script to be called for finding the "
"next free id for users or groups externaly. It gets called with the current "
"entry \"dn\" and the attribute to be ID'd. It should return an integer value."
msgstr ""
-#: include/class_core.inc:816
+#: include/class_core.inc:836
msgid ""
"The 'idGenerator' statement describes an automatic way to generate new user "
"ids. There are two basic functions supported - which can be combined: \n"
" will generate a three digits random number appended to \"ext\".\n"
msgstr ""
-#: include/class_core.inc:856
+#: include/class_core.inc:876
msgid ""
"The 'strictNamingRules' statement enables strict checking of uids and group "
"names. If you need characters like . or - inside of your accounts, set "
"this to 'false'."
msgstr ""
-#: include/class_core.inc:866
+#: include/class_core.inc:886
msgid ""
"The 'minId' statement defines the minimum assignable user or group id to "
"avoid security leaks with uid 0 accounts. This is used for the 'traditional' "
"method."
msgstr ""
-#: include/class_core.inc:877
+#: include/class_core.inc:897
msgid ""
"The 'mailAttribute' statement determines which attribute GOsa will use to "
"create accounts. Valid values are 'mail' and 'uid'."
msgstr ""
-#: include/class_core.inc:887
+#: include/class_core.inc:907
msgid ""
"This attribute allows to override the prefix used to create shared folders."
msgstr ""
-#: include/class_core.inc:897
+#: include/class_core.inc:917
msgid ""
"This attribute allows to override the user account creation syntax, see the "
"'mailFolderCreation' description for more details.\n"
"com\"\n"
msgstr ""
-#: include/class_core.inc:912
+#: include/class_core.inc:932
msgid ""
"Every mail method has its own way to create mail accounts like 'share/"
"development' or 'shared.development@example.com' which is used to identify "
" %uattrib% Depends on mailAttribute=\"uid/mail\".\n"
msgstr ""
-#: include/class_core.inc:938
+#: include/class_core.inc:958
msgid ""
"The 'imapTimeout' statement sets the connection timeout for imap actions."
msgstr ""
-#: include/class_core.inc:949
+#: include/class_core.inc:969
msgid ""
"The 'mailMethod' statement tells GOsa which mail method the setup should use "
"to communicate with a possible mail server. Leave this undefined if your "
"mail method does not match the predefined ones."
msgstr ""
-#: include/class_core.inc:959
+#: include/class_core.inc:979
msgid ""
"The 'cyrusUseSlashes' statement determines if GOsa should use \"foo/bar\" or "
"\"foo.bar\" namespaces in IMAP. Unix style is with slashes."
msgstr ""
-#: include/class_core.inc:969
+#: include/class_core.inc:989
msgid ""
"The 'vacationTemplateDirectory' statement sets the path where GOsa will look "
"for vacation message templates. Default is /etc/gosa/vacation. \n"
"\n"
msgstr ""
-#: include/class_core.inc:990
+#: include/class_core.inc:1010
msgid ""
"The 'ldapTLS' statement enables or disables TLS operating on LDAP "
"connections."
msgstr ""
-#: include/class_core.inc:1000
+#: include/class_core.inc:1020
msgid ""
"The 'honourIvbbAttributes' statement enables the IVBB mode inside of GOsa. "
"You need the ivbb.schema file from used by german authorities."
msgstr ""
-#: include/class_core.inc:1010
+#: include/class_core.inc:1030
msgid ""
"The 'sambaIdMapping' statement tells GOsa to maintain sambaIdmapEntry "
"objects. Depending on your setup this can drastically improve the windows "
"login performance."
msgstr ""
-#: include/class_core.inc:1020
+#: include/class_core.inc:1040
msgid ""
"The 'handleExpiredAccounts' statement enables shadow attribute tests during "
"the login to the GOsa web interface and forces password renewal or account "
"lockout."
msgstr ""
-#: include/class_core.inc:1030
+#: include/class_core.inc:1050
msgid ""
"The 'sambaSID' statement defines a samba SID if not available inside of the "
"LDAP. You can retrieve the current sid by net getlocalsid."
msgstr ""
-#: include/class_core.inc:1040
+#: include/class_core.inc:1060
msgid ""
"The 'sambaRidBase' statement defines the base id to add to ordinary sid "
"calculations - if not available inside of the LDAP."
msgstr ""
-#: include/class_core.inc:1050
+#: include/class_core.inc:1070
msgid ""
"The 'enableSnapshots' statement enables a snapshot mechaism in GOsa. This "
"enables you to save certain states of entries and restore them later on."
msgstr ""
-#: include/class_core.inc:1060
+#: include/class_core.inc:1080
msgid ""
"The 'snapshotBase' statement defines the base where snapshots should be "
"stored inside of the LDAP."
msgstr ""
-#: include/class_core.inc:1070
+#: include/class_core.inc:1090
msgid ""
"The 'snapshotAdminDn' variable defines the user which is used to "
"authenticate when connecting to 'snapshotURI'."
msgstr ""
-#: include/class_core.inc:1080
+#: include/class_core.inc:1100
msgid ""
"The 'snapshotAdminPassword' variable defines the credentials which are used "
"in combination with 'snapshotAdminDn' and 'snapshotURI' in order to "
"authenticate."
msgstr ""
-#: include/class_core.inc:1091
+#: include/class_core.inc:1111
msgid ""
"The 'idAllocationMethod' statement defines how GOsa generates numeric user "
"and group id values. If it is set to 'traditional' GOsa will do create a "
"the other hand it is much faster."
msgstr ""
-#: include/class_core.inc:1100
+#: include/class_core.inc:1120
msgid ""
"The 'snapshotURI' variable defines the LDAP URI for the server which is used "
"to do object snapshots."
msgid "This object will be pasted: %s"
msgstr ""
-#: include/class_CopyPasteHandler.inc:572
+#: include/class_CopyPasteHandler.inc:573
#, fuzzy
msgid "Cannot paste"
msgstr "Plakken onmogelijk"
diff --git a/gosa-core/locale/core/pl/LC_MESSAGES/messages.po b/gosa-core/locale/core/pl/LC_MESSAGES/messages.po
index f384dd7cb50dc4c3a4854e240d861defc923ec47..f106b05f6edb525581619355050458fc5487a79c 100644 (file)
msgstr ""
"Project-Id-Version: polski\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-07-29 20:30+0200\n"
+"POT-Creation-Date: 2010-08-02 20:33+0200\n"
"PO-Revision-Date: 2010-04-30 21:15+0100\n"
"Last-Translator: Piort Rybicki <meritus@innervision.pl>\n"
"Language-Team: Piotr Rybicki <meritus@innervision.pl>\n"
+"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ihtml/themes/default/userFilterEditor.tpl:11 include/class_acl.inc:262
#: include/class_SnapShotDialog.inc:55 include/class_userFilter.inc:55
-#: include/class_userFilter.inc:150 include/class_userFilterEditor.inc:230
-#: include/class_userFilterEditor.inc:234
+#: include/class_userFilter.inc:150 include/class_userFilterEditor.inc:236
+#: include/class_userFilterEditor.inc:240
#: plugins/generic/dashBoard/dbChannelStatus/class_dbChannelStatus.inc:14
#: plugins/generic/dashBoard/dbPluginStatus/class_dbPluginStatus.inc:26
#: plugins/generic/references/class_reference.inc:57
#: ihtml/themes/default/userFilterEditor.tpl:19 include/class_acl.inc:252
#: include/class_acl.inc:262 include/class_SnapShotDialog.inc:174
-#: include/class_userFilter.inc:55 include/class_userFilterEditor.inc:239
+#: include/class_userFilter.inc:55 include/class_userFilterEditor.inc:245
#: plugins/generic/dashBoard/dbChannelStatus/class_dbChannelStatus.inc:14
#: plugins/generic/dashBoard/dbPluginStatus/class_dbPluginStatus.inc:26
#: plugins/generic/references/class_reference.inc:57
msgid "Your password has been changed successfully."
msgstr "Twoje hasło zostało pomyślnie zmienione."
-#: ihtml/themes/default/password.tpl:65 html/main.php:208
+#: ihtml/themes/default/password.tpl:65 html/main.php:220
#: plugins/admin/users/class_userManagement.inc:391
#: plugins/personal/password/class_password.inc:126
#: plugins/personal/password/class_password.inc:129
msgid "Session expires in %d!"
msgstr "Sesja nie jest szyfrowana!"
-#: html/password.php:61 html/main.php:158 include/functions.inc:465
+#: html/password.php:61 html/main.php:170 include/functions.inc:465
#: include/.svn/tmp/tempfile.tmp:447 include/.svn/tmp/tempfile.2.tmp:447
#: include/utils/class_xml.inc:43
#: plugins/admin/departments/class_department.inc:439
msgstr "Nie można czytać pliku konfiguracji %s/%s. Kończę."
#: html/password.php:113 html/index.php:157 html/index.php:233
-#: html/main.php:273
+#: html/main.php:285
#: include/password-methods/class_password-methods-ssha.inc:51
#: include/password-methods/class_password-methods-sha.inc:48
#: include/class_SnapshotHandler.inc:44 include/class_SnapshotHandler.inc:57
#: include/class_SnapshotHandler.inc:75 include/functions.inc:837
-#: include/functions.inc:3107 include/functions.inc:3150
-#: include/functions.inc:3163 include/.svn/tmp/tempfile.tmp:802
+#: include/functions.inc:3109 include/functions.inc:3152
+#: include/functions.inc:3165 include/.svn/tmp/tempfile.tmp:802
#: include/.svn/tmp/tempfile.tmp:3027 include/.svn/tmp/tempfile.tmp:3059
#: include/.svn/tmp/tempfile.tmp:3072 include/.svn/tmp/tempfile.2.tmp:802
#: include/.svn/tmp/tempfile.2.tmp:3080 include/.svn/tmp/tempfile.2.tmp:3112
#: include/.svn/tmp/tempfile.2.tmp:3125 include/utils/class_timezone.inc:47
-#: include/class_config.inc:162 include/class_config.inc:685
-#: include/class_config.inc:1145 include/class_config.inc:1158
-#: include/class_config.inc:1176 include/class_pluglist.inc:117
+#: include/class_config.inc:172 include/class_config.inc:695
+#: include/class_config.inc:1155 include/class_config.inc:1168
+#: include/class_config.inc:1186 include/class_pluglist.inc:117
#: include/class_CopyPasteHandler.inc:119
#: include/class_CopyPasteHandler.inc:128
#: include/class_CopyPasteHandler.inc:177
#: include/class_configRegistry.inc:670 include/class_configRegistry.inc:685
#: include/class_configRegistry.inc:700 include/class_configRegistry.inc:715
#: include/class_configRegistry.inc:731 include/class_configRegistry.inc:736
-#: include/class_configRegistry.inc:753 include/class_configRegistry.inc:758
-#: include/class_configRegistry.inc:776 include/class_configRegistry.inc:781
-#: include/class_configRegistry.inc:797 include/class_configRegistry.inc:812
-#: include/class_configRegistry.inc:827
+#: include/class_configRegistry.inc:756 include/class_configRegistry.inc:761
+#: include/class_configRegistry.inc:778 include/class_configRegistry.inc:783
+#: include/class_configRegistry.inc:801 include/class_configRegistry.inc:806
+#: include/class_configRegistry.inc:822 include/class_configRegistry.inc:837
+#: include/class_configRegistry.inc:852
#: plugins/admin/groups/class_group.inc:832
#: plugins/admin/departments/dep_move_confirm.tpl:2
#: plugins/personal/posix/class_posixAccount.inc:651
msgid "Broken HTTP authentication setup!"
msgstr "Istnieje problem z ustawieniami autentykacji!"
-#: html/index.php:241 html/index.php:245 include/class_management.inc:483
-#: include/class_management.inc:644
+#: html/index.php:241 html/index.php:245 include/class_management.inc:508
+#: include/class_management.inc:669
#: include/password-methods/class_password-methods.inc:277
-#: include/class_listing.inc:536 include/functions.inc:3135
-#: include/functions.inc:3441 include/functions.inc:3455
-#: include/functions.inc:3485 include/functions.inc:3493
-#: include/functions.inc:3505 include/functions.inc:3509
-#: include/functions.inc:3524 include/functions.inc:3533
-#: include/functions.inc:3593 include/class_tabs.inc:56
+#: include/class_listing.inc:536 include/functions.inc:3137
+#: include/functions.inc:3443 include/functions.inc:3457
+#: include/functions.inc:3487 include/functions.inc:3495
+#: include/functions.inc:3507 include/functions.inc:3511
+#: include/functions.inc:3526 include/functions.inc:3535
+#: include/functions.inc:3595 include/class_tabs.inc:56
#: include/.svn/tmp/tempfile.tmp:3353 include/.svn/tmp/tempfile.tmp:3367
#: include/.svn/tmp/tempfile.tmp:3397 include/.svn/tmp/tempfile.tmp:3405
#: include/.svn/tmp/tempfile.tmp:3417 include/.svn/tmp/tempfile.tmp:3421
#: include/.svn/tmp/tempfile.2.tmp:3458 include/.svn/tmp/tempfile.2.tmp:3470
#: include/.svn/tmp/tempfile.2.tmp:3474 include/.svn/tmp/tempfile.2.tmp:3489
#: include/.svn/tmp/tempfile.2.tmp:3498 include/.svn/tmp/tempfile.2.tmp:3558
-#: include/class_plugin.inc:1621 include/class_plugin.inc:1628
+#: include/class_plugin.inc:1647 include/class_plugin.inc:1654
#: include/utils/class_xml.inc:40 include/utils/class_msgPool.inc:137
#: include/utils/class_msgPool.inc:149 include/utils/class_msgPool.inc:167
#: include/utils/class_msgPool.inc:440 include/utils/class_msgPool.inc:461
#: include/functions.inc:537 include/functions.inc:583
#: include/functions.inc:852 include/functions.inc:901
#: include/functions.inc:958 include/functions.inc:1008
-#: include/functions.inc:3086 include/functions.inc:3367
+#: include/functions.inc:3088 include/functions.inc:3369
#: include/.svn/tmp/tempfile.tmp:476 include/.svn/tmp/tempfile.tmp:511
#: include/.svn/tmp/tempfile.tmp:519 include/.svn/tmp/tempfile.tmp:565
#: include/.svn/tmp/tempfile.tmp:817 include/.svn/tmp/tempfile.tmp:866
#: include/.svn/tmp/tempfile.2.tmp:817 include/.svn/tmp/tempfile.2.tmp:866
#: include/.svn/tmp/tempfile.2.tmp:923 include/.svn/tmp/tempfile.2.tmp:976
#: include/.svn/tmp/tempfile.2.tmp:3059 include/.svn/tmp/tempfile.2.tmp:3332
-#: include/class_userFilter.inc:275 include/class_ldap.inc:756
-#: include/class_ldap.inc:1173 include/class_config.inc:344
+#: include/class_userFilter.inc:275 include/class_ldap.inc:775
+#: include/class_ldap.inc:1192 include/class_config.inc:354
#: plugins/generic/references/class_reference.inc:97
#: plugins/admin/ogroups/class_ogroup.inc:749
#: plugins/admin/ogroups/class_ogroup.inc:766
msgid "Smarty"
msgstr "Smarty"
-#: html/main.php:159
+#: html/main.php:171
#, php-format
msgid "Cannot locate file %s - please run %s to fix this"
msgstr ""
-#: html/main.php:178
+#: html/main.php:190
msgid "PHP configuration"
msgstr "Konfiguracja PHP"
-#: html/main.php:179
+#: html/main.php:191
msgid ""
"FATAL: Register globals is active. Please fix this in order to continue."
msgstr ""
-#: html/main.php:208
+#: html/main.php:220
msgid "Your password is about to expire, please change your password!"
msgstr "Twoje hasło zaraz wygaśnie, proszę zmienić hasło!"
-#: html/main.php:273
+#: html/main.php:285
msgid "Running out of memory!"
msgstr "Kończy się pamięć!"
-#: html/main.php:333
-msgid "ACLs are disabled"
-msgstr "ACL wyłączone"
-
-#: html/main.php:333 html/main.php:335
+#: html/main.php:345
#, php-format
msgid "You're logged in as %s"
msgstr ""
-#: html/main.php:383
+#: html/main.php:348
+msgid "ACLs are disabled"
+msgstr "ACL wyłączone"
+
+#: html/main.php:398
#, fuzzy
msgid "Plug-in"
msgstr "Dodatek"
-#: html/main.php:384
+#: html/main.php:399
#, fuzzy, php-format
msgid "FATAL: Cannot find any plugin definitions for plugin %s!"
msgstr "BŁĄD: Nie można znaleźć żadnych definicji dla pluginu '%s'!"
-#: html/main.php:400
+#: html/main.php:415
msgid "Configuration Error"
msgstr "Błąd konfiguracji"
-#: html/main.php:401
+#: html/main.php:416
#, php-format
msgid ""
"FATAL: not all POST variables have been transfered by PHP - please inform "
msgid "unconfigured"
msgstr "nieskonfigurowane"
-#: include/class_management.inc:304 include/class_management.inc:462
-#: include/class_management.inc:509 include/class_management.inc:524
-#: include/class_management.inc:561 include/class_management.inc:575
+#: include/class_management.inc:324 include/class_management.inc:487
+#: include/class_management.inc:534 include/class_management.inc:549
+#: include/class_management.inc:586 include/class_management.inc:600
#: plugins/admin/users/class_userManagement.inc:228
#: plugins/admin/users/class_userManagement.inc:744
msgid "Permission"
msgstr "Uprawnienie"
-#: include/class_management.inc:385
+#: include/class_management.inc:405
#: plugins/admin/users/class_userManagement.inc:702
#: plugins/admin/users/class_userManagement.inc:706
#: plugins/admin/acl/class_aclManagement.inc:98
msgid "Permission error"
msgstr "Błąd uprawnień"
-#: include/class_management.inc:462
+#: include/class_management.inc:487
#, fuzzy, php-format
msgid "You are not allowed to create a snapshot for %s!"
msgstr "Brak uprawnień do utworzenia snapshotu dla %s."
-#: include/class_management.inc:509 include/class_management.inc:561
-#: include/class_management.inc:575
+#: include/class_management.inc:534 include/class_management.inc:586
+#: include/class_management.inc:600
#, fuzzy, php-format
msgid "You are not allowed to restore a snapshot for %s!"
msgstr "Brak uprawnień do odtworzenia snapshotu dla %s."
-#: include/class_management.inc:524
+#: include/class_management.inc:549
#, fuzzy, php-format
msgid "You are not allowed to remove a snapshot for %s!"
msgstr "Brak uprawnień do odtworzenia snapshotu dla %s."
-#: include/class_management.inc:634 include/class_management.inc:718
+#: include/class_management.inc:659 include/class_management.inc:743
#: include/class_acl.inc:978 include/class_session.inc:76
#: include/class_session.inc:101 include/class_session.inc:127
#: include/functions.inc:623 include/functions.inc:827
#: include/.svn/tmp/tempfile.2.tmp:605 include/.svn/tmp/tempfile.2.tmp:792
#: include/.svn/tmp/tempfile.2.tmp:910 include/.svn/tmp/tempfile.2.tmp:1308
#: include/.svn/tmp/tempfile.2.tmp:2372 include/.svn/tmp/tempfile.2.tmp:2406
-#: include/.svn/tmp/tempfile.2.tmp:2426 include/class_ldap.inc:693
-#: include/class_ldap.inc:744 include/class_log.inc:87
+#: include/.svn/tmp/tempfile.2.tmp:2426 include/class_ldap.inc:712
+#: include/class_ldap.inc:763 include/class_log.inc:87
#: include/class_CopyPasteHandler.inc:160
#: include/class_CopyPasteHandler.inc:274
#: plugins/personal/myaccount/main.inc:52
msgid "Internal error"
msgstr "Błąd wewnętrzny"
-#: include/class_management.inc:635 include/class_management.inc:719
+#: include/class_management.inc:660 include/class_management.inc:744
#: plugins/personal/myaccount/main.inc:53
#, php-format
msgid ""
"Cannot instantiate tabbed-plug-in, the base plugin (%s) is not available!"
msgstr ""
-#: include/class_management.inc:644
+#: include/class_management.inc:669
#, php-format
msgid ""
"No tab definition for %s found in configuration file: cannot create plugin "
msgstr "Wytnij"
#: include/class_listing.inc:1460 include/class_listing.inc:1462
-#: include/class_CopyPasteHandler.inc:570
+#: include/class_CopyPasteHandler.inc:571
msgid "Paste"
msgstr "Wklej"
msgid "Russian"
msgstr "Rosyjski"
-#: include/functions.inc:3106
+#: include/functions.inc:3108
#, fuzzy, php-format
msgid ""
"Command %s specified as post modify action for plugin %s does not exist!"
msgstr "Polecenie '%s' podane jako CHECK dla dodatku '%s' nie istnieje."
-#: include/functions.inc:3150
+#: include/functions.inc:3152
msgid "Cannot generate SAMBA hash!"
msgstr ""
-#: include/functions.inc:3163
+#: include/functions.inc:3165
#, php-format
msgid "Generating SAMBA hash by running %s failed: check %s!"
msgstr ""
-#: include/functions.inc:3441 include/functions.inc:3455
-#: include/functions.inc:3493 include/functions.inc:3505
-#: include/functions.inc:3509 include/functions.inc:3524
-#: include/functions.inc:3533
+#: include/functions.inc:3443 include/functions.inc:3457
+#: include/functions.inc:3495 include/functions.inc:3507
+#: include/functions.inc:3511 include/functions.inc:3526
+#: include/functions.inc:3535
#, fuzzy
msgid "Cannot allocate free ID:"
msgstr "Nie można nadać wolnego ID:"
-#: include/functions.inc:3441 include/.svn/tmp/tempfile.tmp:3353
+#: include/functions.inc:3443 include/.svn/tmp/tempfile.tmp:3353
#: include/.svn/tmp/tempfile.2.tmp:3406
msgid "unknown idAllocation method!"
msgstr ""
-#: include/functions.inc:3455 include/.svn/tmp/tempfile.tmp:3367
+#: include/functions.inc:3457 include/.svn/tmp/tempfile.tmp:3367
#: include/.svn/tmp/tempfile.2.tmp:3420
#, php-format
msgid "%sPoolMin >= %sPoolMax!"
msgstr ""
-#: include/functions.inc:3485 include/.svn/tmp/tempfile.tmp:3397
+#: include/functions.inc:3487 include/.svn/tmp/tempfile.tmp:3397
#: include/.svn/tmp/tempfile.2.tmp:3450
#, fuzzy
msgid "Cannot create sambaUnixIdPool entry!"
msgstr "Utwórz nowy departament"
-#: include/functions.inc:3493 include/.svn/tmp/tempfile.tmp:3405
+#: include/functions.inc:3495 include/.svn/tmp/tempfile.tmp:3405
#: include/.svn/tmp/tempfile.2.tmp:3458
msgid "sambaUnixIdPool is not unique!"
msgstr ""
-#: include/functions.inc:3505 include/functions.inc:3509
+#: include/functions.inc:3507 include/functions.inc:3511
#: include/.svn/tmp/tempfile.tmp:3417 include/.svn/tmp/tempfile.tmp:3421
#: include/.svn/tmp/tempfile.2.tmp:3470 include/.svn/tmp/tempfile.2.tmp:3474
msgid "no ID available!"
msgstr "Brak dostępnego ID!"
-#: include/functions.inc:3533
+#: include/functions.inc:3535
msgid "maximum number of tries exceeded!"
msgstr ""
-#: include/functions.inc:3593
+#: include/functions.inc:3595
#, fuzzy
msgid "Cannot allocate free ID!"
msgstr "Zbyt wielu użytkowników, nie można nadać wolnego ID"
msgid "Edit filters"
msgstr "Edytuj filtry"
-#: include/class_userFilterEditor.inc:248
+#: include/class_userFilterEditor.inc:254
#, php-format
msgid "Error in filter #%s: %s opening and %s closing brackets detected!"
msgstr ""
-#: include/class_plugin.inc:558
+#: include/class_plugin.inc:581
msgid ""
"The current object has been altered while beeing edited. If you save this "
"entry, changes that have been made by others will be discarded!"
msgstr ""
-#: include/class_plugin.inc:1359
+#: include/class_plugin.inc:1385
#, php-format
msgid "Changing ACL DN from %s to %s"
msgstr ""
"The supplied base is not valid and has been reset to its previous value!"
msgstr ""
-#: include/class_ldap.inc:233 include/class_ldap.inc:266
+#: include/class_ldap.inc:233 include/class_ldap.inc:270
msgid "Performance warning"
msgstr "Ostrzeżenie wydajności"
-#: include/class_ldap.inc:233 include/class_ldap.inc:266
+#: include/class_ldap.inc:233 include/class_ldap.inc:270
#, php-format
msgid "LDAP performance is poor: last query took %.2fs!"
msgstr ""
-#: include/class_ldap.inc:693
+#: include/class_ldap.inc:712
#, php-format
msgid "Cannot automatically create subtrees with RDN %s: no object class found"
msgstr ""
-#: include/class_ldap.inc:744
+#: include/class_ldap.inc:763
#, php-format
msgid "Cannot automatically create subtrees with RDN %s: not supported"
msgstr ""
-#: include/class_ldap.inc:831
+#: include/class_ldap.inc:850
#, fuzzy, php-format
msgid "while operating on %s using LDAP server %s"
msgstr "podczas działania na '%s' używając serwera LDAP '%s'"
-#: include/class_ldap.inc:833
+#: include/class_ldap.inc:852
#, php-format
msgid "while operating on LDAP server %s"
msgstr "podczas połączenia z serwerem LDAP '%s'"
-#: include/class_ldap.inc:1006
+#: include/class_ldap.inc:1025
#, fuzzy, php-format
msgid ""
"Invalid DN %s: block to be imported should start with 'dn: ...' in line %s"
"To nie jest poprawne DN: '%s'. Blok dla importu powinien zaczynać się "
"'dn: ...' w linii %s"
-#: include/class_ldap.inc:1035
+#: include/class_ldap.inc:1054
#, fuzzy, php-format
msgid "Error while importing DN %s: please check LDIF from line %s on!"
msgstr "Błąd podczas importu dn: '%s', proszę sprawdzić LDIF od linii %s !"
msgid "The path '%s' specified for '%s:%s' is invalid!"
msgstr ""
-#: include/class_configRegistry.inc:732 include/class_configRegistry.inc:754
+#: include/class_configRegistry.inc:732 include/class_configRegistry.inc:779
#, fuzzy, php-format
msgid "The folder '%s' specified for '%s:%s' does not exists!"
msgstr "Polecenie '%s' podane jako CHECK dla dodatku '%s' nie istnieje."
msgid "The folder '%s' specified for '%s:%s' cannot be used for reading!"
msgstr ""
-#: include/class_configRegistry.inc:759
+#: include/class_configRegistry.inc:757
+#, fuzzy, php-format
+msgid ""
+"The file '%s' specified for '%s:%s' cannot be created neither be used for "
+"writing!"
+msgstr "Polecenie '%s' podane jako CHECK dla dodatku '%s' nie istnieje."
+
+#: include/class_configRegistry.inc:762
+#, fuzzy, php-format
+msgid "The file '%s' specified for '%s:%s' cannot be used for writing!"
+msgstr "Polecenie '%s' podane jako CHECK dla dodatku '%s' nie istnieje."
+
+#: include/class_configRegistry.inc:784
#, php-format
msgid "The folder '%s' specified for '%s:%s' cannot be used for writing!"
msgstr ""
-#: include/class_configRegistry.inc:777
+#: include/class_configRegistry.inc:802
#, fuzzy, php-format
msgid "The file '%s' specified for '%s:%s' does not exists!"
msgstr "Polecenie '%s' podane jako CHECK dla dodatku '%s' nie istnieje."
-#: include/class_configRegistry.inc:782
+#: include/class_configRegistry.inc:807
#, php-format
msgid "The file '%s' specified for '%s:%s' cannot be read!"
msgstr ""
-#: include/class_configRegistry.inc:798
+#: include/class_configRegistry.inc:823
#, php-format
msgid "The command '%s' specified for '%s:%s' is invalid!"
msgstr ""
-#: include/class_configRegistry.inc:813
+#: include/class_configRegistry.inc:838
#, fuzzy, php-format
msgid "The dn '%s' specified for '%s:%s' is invalid!"
msgstr "Wartość podana jako 'UID' jest nieprawidłowa."
-#: include/class_configRegistry.inc:828
+#: include/class_configRegistry.inc:853
#, php-format
msgid "The rdn '%s' specified for '%s:%s' is invalid!"
msgstr ""
msgid "Cannot remove entry %s!"
msgstr "Nie można usunąć wpisu '%s!"
-#: include/class_config.inc:159
+#: include/class_config.inc:169
#, 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:344
+#: include/class_config.inc:354
msgid "Cannot bind to LDAP!"
msgstr ""
-#: include/class_config.inc:685
+#: include/class_config.inc:695
#, fuzzy
msgid "sambaSID and/or sambaRidBase missing in the configuration!"
msgstr "Brak parametru SID lub/i RIDBASE w konfiguracji!"
-#: include/class_config.inc:1104
+#: include/class_config.inc:1114
msgid "Configuration"
msgstr "Konfiguracja"
-#: include/class_config.inc:1104
+#: include/class_config.inc:1114
msgid ""
"The configuration file you are using is outdated. Please move the GOsa "
"configuration file away to run the GOsa setup again."
msgstr ""
-#: include/class_config.inc:1146 include/class_config.inc:1177
+#: include/class_config.inc:1156 include/class_config.inc:1187
#, fuzzy, php-format
msgid ""
"The snapshot functionality is enabled, but the required variable %s is not "
"Funkcjonalność snapshot jest włączona, lecz wymagana zmienna '%s' nie jest "
"skonfigurowana w gosa.conf."
-#: include/class_config.inc:1159
+#: include/class_config.inc:1169
#, fuzzy, php-format
msgid ""
"The snapshot functionality is enabled, but the required compression module "
msgstr ""
#: include/class_core.inc:245
+msgid "Enables/Disables GOSa usage statistics moduls."
+msgstr ""
+
+#: include/class_core.inc:255
+msgid "The database file for GOSa usage statistics."
+msgstr ""
+
+#: include/class_core.inc:265
msgid ""
"The 'logging' statement enables event logging on GOsa side. Setting it to "
"'true' GOsa will log every action a user performs via syslog. If you use "
"'false'."
msgstr ""
-#: include/class_core.inc:256
+#: include/class_core.inc:276
msgid ""
"The 'listSummary' statement determines whether a status bar will be shown on "
"the bottom of GOsa generated lists, displaying a short summary of type and "
"number of elements in the list."
msgstr ""
-#: include/class_core.inc:266
+#: include/class_core.inc:286
msgid ""
"The 'passwordMinLength' statement determines whether a newly entered "
"password has to be of a minimum length."
msgstr ""
-#: include/class_core.inc:276
+#: include/class_core.inc:296
msgid ""
"The 'passwordMinDiffer' statement determines whether a newly entered "
"password has to be checked to have at least n different characters."
msgstr ""
-#: include/class_core.inc:287
+#: include/class_core.inc:307
msgid ""
"The 'passwordHook' can specify an external script to handle password "
"settings at some other location besides the LDAP."
msgstr ""
-#: include/class_core.inc:287
+#: include/class_core.inc:307
#, php-format
msgid "It will be called this way: %s"
msgstr ""
-#: include/class_core.inc:297
+#: include/class_core.inc:317
msgid ""
"The 'passwordProposalHook' can be used to let GOsa generate password "
"proposals for you. Whenever you change a password, you can then decide "
"whether to use the proposal or to manually specify a password."
msgstr ""
-#: include/class_core.inc:297
+#: include/class_core.inc:317
msgid "Here is an example command:"
msgstr ""
-#: include/class_core.inc:307
+#: include/class_core.inc:327
msgid ""
"The 'displayErrors' statement tells GOsa to show PHP errors in the upper "
"part of the screen. This should be disabled in productive deployments, "
"because there might be some important passwords arround."
msgstr ""
-#: include/class_core.inc:307
+#: include/class_core.inc:327
#, php-format
msgid "The property '%s' may be interesting too."
msgstr ""
-#: include/class_core.inc:317
+#: include/class_core.inc:337
msgid ""
"The 'developmentMode' statement tells GOsa to show development related error "
"messages, for example messages about missing ACL configuration or classes. "
"messages it should only be enabled while developing or debugging plugins!"
msgstr ""
-#: include/class_core.inc:328
+#: include/class_core.inc:348
msgid ""
"The 'schemaCheck' statement enables or disables schema checking during "
"login. It is recommended to switch this on in order to let GOsa handle "
"object creation more efficient."
msgstr ""
-#: include/class_core.inc:338
+#: include/class_core.inc:358
msgid ""
"The 'copyPaste' statement enables copy and paste for LDAP entries managed "
"with GOsa."
msgstr ""
-#: include/class_core.inc:348
+#: include/class_core.inc:368
msgid ""
"The 'forceGlobals' statement enables PHP security checks to force "
"register_global settings to be switched off."
msgstr ""
-#: include/class_core.inc:358
+#: include/class_core.inc:378
msgid ""
"The 'forceSSL' statement enables PHP security checks to force encrypted "
"access to the web interface. GOsa will try to redirect to the same URL - "
"just with https://"
msgstr ""
-#: include/class_core.inc:368
+#: include/class_core.inc:388
msgid ""
"Logs information about triggered ldap operations, duration, filter, aso. "
"into syslog."
msgstr ""
-#: include/class_core.inc:378
+#: include/class_core.inc:398
msgid ""
"The 'ldapFollowReferrals' statement tells GOsa to follow LDAP referrals."
msgstr ""
-#: include/class_core.inc:388
+#: include/class_core.inc:408
msgid ""
"The 'ldapFilterNestingLimit' statement can be used to speed up group "
"handling for groups with several hundreds of members. The default behaviour "
"set a member limit, where GOsa will stop to do these lookups."
msgstr ""
-#: include/class_core.inc:398
+#: include/class_core.inc:418
msgid ""
"The ldapSizelimit statement tells GOsa to retrieve the specified maximum "
"number of results. The user will get a warning, that not all entries "
"were shown."
msgstr ""
-#: include/class_core.inc:408
+#: include/class_core.inc:428
msgid ""
"Disables sizelimit checks, only the configured amount of results will be "
"shown!"
msgstr ""
-#: include/class_core.inc:418
+#: include/class_core.inc:438
msgid ""
"The 'warnSSL' statement enables PHP security checks to detect non encrypted "
"access to the web interface. GOsa will display a warning in this case."
msgstr ""
-#: include/class_core.inc:428
+#: include/class_core.inc:448
msgid "The 'ppdGzip' variable enables PPD file compression."
msgstr ""
-#: include/class_core.inc:439
+#: include/class_core.inc:459
msgid ""
"The 'ignoreAcl' value tells GOsa to ignore complete ACL sets for the given "
"DN. Add your DN here and you'll be able to restore accidently dropped ACLs."
msgstr ""
-#: include/class_core.inc:450
+#: include/class_core.inc:470
msgid ""
"The 'ppdPath' variable defines where to store PPD files for the GOto "
"environment plugins."
msgstr ""
-#: include/class_core.inc:460
+#: include/class_core.inc:480
msgid ""
"The 'ldapMaxQueryTime' statement tells GOsa to stop LDAP actions if there is "
"no answer within the specified number of seconds."
msgstr ""
-#: include/class_core.inc:470
+#: include/class_core.inc:490
msgid ""
"The 'storeFilterSettings' statement determines whether GOsa should store "
"filter and plugin settings inside of a cookie."
msgstr ""
-#: include/class_core.inc:480
+#: include/class_core.inc:500
msgid ""
"The 'sendCompressedOutput' statement determines whether PHP should send "
"compressed HTML pages to browsers or not. This may increase or decrease the "
"performance, depending on your network."
msgstr ""
-#: include/class_core.inc:491
+#: include/class_core.inc:511
msgid ""
"The 'modificationDetectionAttribute' statement enables GOsa to check if a "
"entry currently being edited has been modified from someone else outside "
"based systems."
msgstr ""
-#: include/class_core.inc:502
+#: include/class_core.inc:522
msgid ""
"The 'language' statement defines the default language used by GOsa. Normally "
"GOsa autodetects the language from the browser settings. If this is not "
"de for german) here."
msgstr ""
-#: include/class_core.inc:513
+#: include/class_core.inc:533
msgid ""
"The 'theme' statement defines what theme is used to display GOsa pages. You "
"can install some corporate identity like theme and/or modify certain "
"more information."
msgstr ""
-#: include/class_core.inc:523
+#: include/class_core.inc:543
msgid ""
"The 'sessionLifetime' value defines when a session will expire in seconds. "
"For Debian systems, this will not work because the sessions will be removed "
"instead."
msgstr ""
-#: include/class_core.inc:533
+#: include/class_core.inc:553
msgid ""
"The 'templateCompileDirectory' statements defines the path, where the PHP "
"templating engins 'smarty' should store its compiled GOsa templates for "
"is running with."
msgstr ""
-#: include/class_core.inc:543
+#: include/class_core.inc:563
#, php-format
msgid ""
"The 'debugLevel' value tells GOsa to display certain information on each "
"page load. Value is an AND combination of the following byte values: %s"
msgstr ""
-#: include/class_core.inc:563
+#: include/class_core.inc:583
#, php-format
msgid ""
"The 'sambaHashHook' statement contains an executable to generate samba hash "
"distribution installed, you can use perl to generate the hash: %s"
msgstr ""
-#: include/class_core.inc:574
+#: include/class_core.inc:594
msgid ""
"The 'passwordDefaultHash' statement defines the default password hash to "
"choose for new accounts."
msgstr ""
-#: include/class_core.inc:583
+#: include/class_core.inc:603
msgid ""
"The 'strictPasswordRules' tells GOsa to check for UTF-8 characters in the "
"supplied password. These Characters can lead to non working authentications "
"if UTF-8 and none UTF-8 systems locales get mixed. The default is 'true'."
msgstr ""
-#: include/class_core.inc:594
+#: include/class_core.inc:614
msgid ""
"The 'accountPrimaryAttribute' option tells GOsa how to create new accounts. "
"Possible values are 'uid' and 'cn'. In the first case GOsa creates uid style "
"'personalTitleInDN'."
msgstr ""
-#: include/class_core.inc:604
+#: include/class_core.inc:624
msgid ""
"The 'userRDN' statement defines the location where new accounts will be "
"created inside of defined departments. The default is 'ou=people'."
msgstr ""
-#: include/class_core.inc:614
+#: include/class_core.inc:634
msgid ""
"The 'groupsRDN' statement defines the location where new groups will be "
"created inside of defined departments. The default is 'ou=groups'."
msgstr ""
-#: include/class_core.inc:624
+#: include/class_core.inc:644
msgid ""
"The 'gidNumberBase' statement defines where to start looking for a new free "
"group id. This should be synced with your 'adduser.conf' to avoid "
"definition."
msgstr ""
-#: include/class_core.inc:634
+#: include/class_core.inc:654
msgid ""
"The 'baseIdHook' statement allows to hook into the id generation method "
"(traditional mode), to define the starting range for new generated ids"
msgstr ""
-#: include/class_core.inc:644 include/class_core.inc:664
+#: include/class_core.inc:664 include/class_core.inc:684
msgid ""
"The 'uidNumberPoolMin/gidNumberPoolMin' statement defines the lowest "
"assignable user/group id for use with the 'idAllocationMethod = pool'."
msgstr ""
-#: include/class_core.inc:654 include/class_core.inc:674
+#: include/class_core.inc:674 include/class_core.inc:694
msgid ""
"The 'uidNumberPoolMax/gidNumberPoolMax' statement defines the highest "
"assignable user/group id for use with the 'idAllocationMethod = pool'."
msgstr ""
-#: include/class_core.inc:684
+#: include/class_core.inc:704
msgid ""
"The 'uidNumberBase' statement defines where to start looking for a new free "
"user id. This should be synced with your 'adduser.conf' to avoid overlapping "
"even be dynamic. Take a look at the 'baseIdHook' definition."
msgstr ""
-#: include/class_core.inc:724
+#: include/class_core.inc:744
msgid ""
"The 'gosaSupportURI' defines the major gosa-si server host and the password "
"for GOsa to connect to it. It can be used if you want to use i.e. kerberos "
"to authenticate the users. The format is: credentials@host:port"
msgstr ""
-#: include/class_core.inc:734
+#: include/class_core.inc:754
msgid ""
"The 'gosaSupportTimeout' sets a connection timeout for all gosa-si actions. "
"See 'gosaSupportURI' for details."
msgstr ""
-#: include/class_core.inc:745
+#: include/class_core.inc:765
msgid ""
"The 'loginAttribute' statement tells GOsa which LDAP attribute is used as "
"the login name during login. It can be set to 'uid', 'mail' or 'both'"
msgstr ""
-#: include/class_core.inc:756
+#: include/class_core.inc:776
msgid ""
"The 'timezone' statements defines the timezone used inside of GOsa to handle "
"date related tasks, such as password expiery, vacation messages, etc. The "
"timezone."
msgstr ""
-#: include/class_core.inc:766
+#: include/class_core.inc:786
msgid ""
"The 'honourUnitTags' statement enables checking of 'unitTag' attributes when "
"using administrative units. If this is set to 'true' GOsa can only see "
"objects inside the administrative unit a user is logged into."
msgstr ""
-#: include/class_core.inc:776
+#: include/class_core.inc:796
msgid ""
"The 'useSaslForKerberos' statement defines the way the kerberos realm is "
"stored in the #userPassword' attribute. Set it to 'true' in order to get "
"latter is outdated, but may be needed from time to time."
msgstr ""
-#: include/class_core.inc:786
+#: include/class_core.inc:806
msgid ""
"The 'rfc2307bis' statement enables rfc2307bis style groups in GOsa. You can "
"use 'member' attributes instead of memberUid in this case. To make it work "
"style groups, too"
msgstr ""
-#: include/class_core.inc:796
+#: include/class_core.inc:816
msgid ""
"The 'personalTitleInDN' option tells GOsa to include the personal title in "
"user DNs when #accountPrimaryAttribute' is set to \"cn\"."
msgstr ""
-#: include/class_core.inc:806
+#: include/class_core.inc:826
msgid ""
"The 'nextIdHook' statement defines a script to be called for finding the "
"next free id for users or groups externaly. It gets called with the current "
"entry \"dn\" and the attribute to be ID'd. It should return an integer value."
msgstr ""
-#: include/class_core.inc:816
+#: include/class_core.inc:836
msgid ""
"The 'idGenerator' statement describes an automatic way to generate new user "
"ids. There are two basic functions supported - which can be combined: \n"
" will generate a three digits random number appended to \"ext\".\n"
msgstr ""
-#: include/class_core.inc:856
+#: include/class_core.inc:876
msgid ""
"The 'strictNamingRules' statement enables strict checking of uids and group "
"names. If you need characters like . or - inside of your accounts, set "
"this to 'false'."
msgstr ""
-#: include/class_core.inc:866
+#: include/class_core.inc:886
msgid ""
"The 'minId' statement defines the minimum assignable user or group id to "
"avoid security leaks with uid 0 accounts. This is used for the 'traditional' "
"method."
msgstr ""
-#: include/class_core.inc:877
+#: include/class_core.inc:897
msgid ""
"The 'mailAttribute' statement determines which attribute GOsa will use to "
"create accounts. Valid values are 'mail' and 'uid'."
msgstr ""
-#: include/class_core.inc:887
+#: include/class_core.inc:907
msgid ""
"This attribute allows to override the prefix used to create shared folders."
msgstr ""
-#: include/class_core.inc:897
+#: include/class_core.inc:917
msgid ""
"This attribute allows to override the user account creation syntax, see the "
"'mailFolderCreation' description for more details.\n"
"com\"\n"
msgstr ""
-#: include/class_core.inc:912
+#: include/class_core.inc:932
msgid ""
"Every mail method has its own way to create mail accounts like 'share/"
"development' or 'shared.development@example.com' which is used to identify "
" %uattrib% Depends on mailAttribute=\"uid/mail\".\n"
msgstr ""
-#: include/class_core.inc:938
+#: include/class_core.inc:958
msgid ""
"The 'imapTimeout' statement sets the connection timeout for imap actions."
msgstr ""
-#: include/class_core.inc:949
+#: include/class_core.inc:969
msgid ""
"The 'mailMethod' statement tells GOsa which mail method the setup should use "
"to communicate with a possible mail server. Leave this undefined if your "
"mail method does not match the predefined ones."
msgstr ""
-#: include/class_core.inc:959
+#: include/class_core.inc:979
msgid ""
"The 'cyrusUseSlashes' statement determines if GOsa should use \"foo/bar\" or "
"\"foo.bar\" namespaces in IMAP. Unix style is with slashes."
msgstr ""
-#: include/class_core.inc:969
+#: include/class_core.inc:989
msgid ""
"The 'vacationTemplateDirectory' statement sets the path where GOsa will look "
"for vacation message templates. Default is /etc/gosa/vacation. \n"
"\n"
msgstr ""
-#: include/class_core.inc:990
+#: include/class_core.inc:1010
msgid ""
"The 'ldapTLS' statement enables or disables TLS operating on LDAP "
"connections."
msgstr ""
-#: include/class_core.inc:1000
+#: include/class_core.inc:1020
msgid ""
"The 'honourIvbbAttributes' statement enables the IVBB mode inside of GOsa. "
"You need the ivbb.schema file from used by german authorities."
msgstr ""
-#: include/class_core.inc:1010
+#: include/class_core.inc:1030
msgid ""
"The 'sambaIdMapping' statement tells GOsa to maintain sambaIdmapEntry "
"objects. Depending on your setup this can drastically improve the windows "
"login performance."
msgstr ""
-#: include/class_core.inc:1020
+#: include/class_core.inc:1040
msgid ""
"The 'handleExpiredAccounts' statement enables shadow attribute tests during "
"the login to the GOsa web interface and forces password renewal or account "
"lockout."
msgstr ""
-#: include/class_core.inc:1030
+#: include/class_core.inc:1050
msgid ""
"The 'sambaSID' statement defines a samba SID if not available inside of the "
"LDAP. You can retrieve the current sid by net getlocalsid."
msgstr ""
-#: include/class_core.inc:1040
+#: include/class_core.inc:1060
msgid ""
"The 'sambaRidBase' statement defines the base id to add to ordinary sid "
"calculations - if not available inside of the LDAP."
msgstr ""
-#: include/class_core.inc:1050
+#: include/class_core.inc:1070
msgid ""
"The 'enableSnapshots' statement enables a snapshot mechaism in GOsa. This "
"enables you to save certain states of entries and restore them later on."
msgstr ""
-#: include/class_core.inc:1060
+#: include/class_core.inc:1080
msgid ""
"The 'snapshotBase' statement defines the base where snapshots should be "
"stored inside of the LDAP."
msgstr ""
-#: include/class_core.inc:1070
+#: include/class_core.inc:1090
msgid ""
"The 'snapshotAdminDn' variable defines the user which is used to "
"authenticate when connecting to 'snapshotURI'."
msgstr ""
-#: include/class_core.inc:1080
+#: include/class_core.inc:1100
msgid ""
"The 'snapshotAdminPassword' variable defines the credentials which are used "
"in combination with 'snapshotAdminDn' and 'snapshotURI' in order to "
"authenticate."
msgstr ""
-#: include/class_core.inc:1091
+#: include/class_core.inc:1111
msgid ""
"The 'idAllocationMethod' statement defines how GOsa generates numeric user "
"and group id values. If it is set to 'traditional' GOsa will do create a "
"the other hand it is much faster."
msgstr ""
-#: include/class_core.inc:1100
+#: include/class_core.inc:1120
msgid ""
"The 'snapshotURI' variable defines the LDAP URI for the server which is used "
"to do object snapshots."
msgid "This object will be pasted: %s"
msgstr ""
-#: include/class_CopyPasteHandler.inc:572
+#: include/class_CopyPasteHandler.inc:573
msgid "Cannot paste"
msgstr "Nie można wkleić"
diff --git a/gosa-core/locale/core/pt/LC_MESSAGES/messages.po b/gosa-core/locale/core/pt/LC_MESSAGES/messages.po
index fdeceefc8abab4b94564af1fdfe899d4b2d218cf..ecc87d961bda05c22d46351ac7653455713a245c 100644 (file)
msgstr ""
"Project-Id-Version: messages-2.6.4-pt_BR\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-07-29 20:30+0200\n"
+"POT-Creation-Date: 2010-08-02 20:33+0200\n"
"PO-Revision-Date: 2009-03-02 15:03-0300\n"
"Last-Translator: Clever de Oliveira Jr. <clever@dri.cefetmg.br>\n"
"Language-Team: Brazilian Portuguese <pt@li.org>\n"
+"Language: pt_BR\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ihtml/themes/default/userFilterEditor.tpl:11 include/class_acl.inc:262
#: include/class_SnapShotDialog.inc:55 include/class_userFilter.inc:55
-#: include/class_userFilter.inc:150 include/class_userFilterEditor.inc:230
-#: include/class_userFilterEditor.inc:234
+#: include/class_userFilter.inc:150 include/class_userFilterEditor.inc:236
+#: include/class_userFilterEditor.inc:240
#: plugins/generic/dashBoard/dbChannelStatus/class_dbChannelStatus.inc:14
#: plugins/generic/dashBoard/dbPluginStatus/class_dbPluginStatus.inc:26
#: plugins/generic/references/class_reference.inc:57
#: ihtml/themes/default/userFilterEditor.tpl:19 include/class_acl.inc:252
#: include/class_acl.inc:262 include/class_SnapShotDialog.inc:174
-#: include/class_userFilter.inc:55 include/class_userFilterEditor.inc:239
+#: include/class_userFilter.inc:55 include/class_userFilterEditor.inc:245
#: plugins/generic/dashBoard/dbChannelStatus/class_dbChannelStatus.inc:14
#: plugins/generic/dashBoard/dbPluginStatus/class_dbPluginStatus.inc:26
#: plugins/generic/references/class_reference.inc:57
msgid "Your password has been changed successfully."
msgstr "Sua senha foi alterada com sucesso."
-#: ihtml/themes/default/password.tpl:65 html/main.php:208
+#: ihtml/themes/default/password.tpl:65 html/main.php:220
#: plugins/admin/users/class_userManagement.inc:391
#: plugins/personal/password/class_password.inc:126
#: plugins/personal/password/class_password.inc:129
msgid "Session expires in %d!"
msgstr "Senha expira em"
-#: html/password.php:61 html/main.php:158 include/functions.inc:465
+#: html/password.php:61 html/main.php:170 include/functions.inc:465
#: include/.svn/tmp/tempfile.tmp:447 include/.svn/tmp/tempfile.2.tmp:447
#: include/utils/class_xml.inc:43
#: plugins/admin/departments/class_department.inc:439
msgstr "A configuração GOsa %s/%s não pôde ser lida. Abortado."
#: html/password.php:113 html/index.php:157 html/index.php:233
-#: html/main.php:273
+#: html/main.php:285
#: include/password-methods/class_password-methods-ssha.inc:51
#: include/password-methods/class_password-methods-sha.inc:48
#: include/class_SnapshotHandler.inc:44 include/class_SnapshotHandler.inc:57
#: include/class_SnapshotHandler.inc:75 include/functions.inc:837
-#: include/functions.inc:3107 include/functions.inc:3150
-#: include/functions.inc:3163 include/.svn/tmp/tempfile.tmp:802
+#: include/functions.inc:3109 include/functions.inc:3152
+#: include/functions.inc:3165 include/.svn/tmp/tempfile.tmp:802
#: include/.svn/tmp/tempfile.tmp:3027 include/.svn/tmp/tempfile.tmp:3059
#: include/.svn/tmp/tempfile.tmp:3072 include/.svn/tmp/tempfile.2.tmp:802
#: include/.svn/tmp/tempfile.2.tmp:3080 include/.svn/tmp/tempfile.2.tmp:3112
#: include/.svn/tmp/tempfile.2.tmp:3125 include/utils/class_timezone.inc:47
-#: include/class_config.inc:162 include/class_config.inc:685
-#: include/class_config.inc:1145 include/class_config.inc:1158
-#: include/class_config.inc:1176 include/class_pluglist.inc:117
+#: include/class_config.inc:172 include/class_config.inc:695
+#: include/class_config.inc:1155 include/class_config.inc:1168
+#: include/class_config.inc:1186 include/class_pluglist.inc:117
#: include/class_CopyPasteHandler.inc:119
#: include/class_CopyPasteHandler.inc:128
#: include/class_CopyPasteHandler.inc:177
#: include/class_configRegistry.inc:670 include/class_configRegistry.inc:685
#: include/class_configRegistry.inc:700 include/class_configRegistry.inc:715
#: include/class_configRegistry.inc:731 include/class_configRegistry.inc:736
-#: include/class_configRegistry.inc:753 include/class_configRegistry.inc:758
-#: include/class_configRegistry.inc:776 include/class_configRegistry.inc:781
-#: include/class_configRegistry.inc:797 include/class_configRegistry.inc:812
-#: include/class_configRegistry.inc:827
+#: include/class_configRegistry.inc:756 include/class_configRegistry.inc:761
+#: include/class_configRegistry.inc:778 include/class_configRegistry.inc:783
+#: include/class_configRegistry.inc:801 include/class_configRegistry.inc:806
+#: include/class_configRegistry.inc:822 include/class_configRegistry.inc:837
+#: include/class_configRegistry.inc:852
#: plugins/admin/groups/class_group.inc:832
#: plugins/admin/departments/dep_move_confirm.tpl:2
#: plugins/personal/posix/class_posixAccount.inc:651
msgid "Broken HTTP authentication setup!"
msgstr ""
-#: html/index.php:241 html/index.php:245 include/class_management.inc:483
-#: include/class_management.inc:644
+#: html/index.php:241 html/index.php:245 include/class_management.inc:508
+#: include/class_management.inc:669
#: include/password-methods/class_password-methods.inc:277
-#: include/class_listing.inc:536 include/functions.inc:3135
-#: include/functions.inc:3441 include/functions.inc:3455
-#: include/functions.inc:3485 include/functions.inc:3493
-#: include/functions.inc:3505 include/functions.inc:3509
-#: include/functions.inc:3524 include/functions.inc:3533
-#: include/functions.inc:3593 include/class_tabs.inc:56
+#: include/class_listing.inc:536 include/functions.inc:3137
+#: include/functions.inc:3443 include/functions.inc:3457
+#: include/functions.inc:3487 include/functions.inc:3495
+#: include/functions.inc:3507 include/functions.inc:3511
+#: include/functions.inc:3526 include/functions.inc:3535
+#: include/functions.inc:3595 include/class_tabs.inc:56
#: include/.svn/tmp/tempfile.tmp:3353 include/.svn/tmp/tempfile.tmp:3367
#: include/.svn/tmp/tempfile.tmp:3397 include/.svn/tmp/tempfile.tmp:3405
#: include/.svn/tmp/tempfile.tmp:3417 include/.svn/tmp/tempfile.tmp:3421
#: include/.svn/tmp/tempfile.2.tmp:3458 include/.svn/tmp/tempfile.2.tmp:3470
#: include/.svn/tmp/tempfile.2.tmp:3474 include/.svn/tmp/tempfile.2.tmp:3489
#: include/.svn/tmp/tempfile.2.tmp:3498 include/.svn/tmp/tempfile.2.tmp:3558
-#: include/class_plugin.inc:1621 include/class_plugin.inc:1628
+#: include/class_plugin.inc:1647 include/class_plugin.inc:1654
#: include/utils/class_xml.inc:40 include/utils/class_msgPool.inc:137
#: include/utils/class_msgPool.inc:149 include/utils/class_msgPool.inc:167
#: include/utils/class_msgPool.inc:440 include/utils/class_msgPool.inc:461
#: include/functions.inc:537 include/functions.inc:583
#: include/functions.inc:852 include/functions.inc:901
#: include/functions.inc:958 include/functions.inc:1008
-#: include/functions.inc:3086 include/functions.inc:3367
+#: include/functions.inc:3088 include/functions.inc:3369
#: include/.svn/tmp/tempfile.tmp:476 include/.svn/tmp/tempfile.tmp:511
#: include/.svn/tmp/tempfile.tmp:519 include/.svn/tmp/tempfile.tmp:565
#: include/.svn/tmp/tempfile.tmp:817 include/.svn/tmp/tempfile.tmp:866
#: include/.svn/tmp/tempfile.2.tmp:817 include/.svn/tmp/tempfile.2.tmp:866
#: include/.svn/tmp/tempfile.2.tmp:923 include/.svn/tmp/tempfile.2.tmp:976
#: include/.svn/tmp/tempfile.2.tmp:3059 include/.svn/tmp/tempfile.2.tmp:3332
-#: include/class_userFilter.inc:275 include/class_ldap.inc:756
-#: include/class_ldap.inc:1173 include/class_config.inc:344
+#: include/class_userFilter.inc:275 include/class_ldap.inc:775
+#: include/class_ldap.inc:1192 include/class_config.inc:354
#: plugins/generic/references/class_reference.inc:97
#: plugins/admin/ogroups/class_ogroup.inc:749
#: plugins/admin/ogroups/class_ogroup.inc:766
msgid "Smarty"
msgstr ""
-#: html/main.php:159
+#: html/main.php:171
#, php-format
msgid "Cannot locate file %s - please run %s to fix this"
msgstr ""
-#: html/main.php:178
+#: html/main.php:190
msgid "PHP configuration"
msgstr ""
-#: html/main.php:179
+#: html/main.php:191
msgid ""
"FATAL: Register globals is active. Please fix this in order to continue."
msgstr ""
-#: html/main.php:208
+#: html/main.php:220
msgid "Your password is about to expire, please change your password!"
msgstr ""
-#: html/main.php:273
+#: html/main.php:285
msgid "Running out of memory!"
msgstr ""
-#: html/main.php:333
-#, fuzzy
-msgid "ACLs are disabled"
-msgstr "desabilitado"
-
-#: html/main.php:333 html/main.php:335
+#: html/main.php:345
#, php-format
msgid "You're logged in as %s"
msgstr ""
-#: html/main.php:383
+#: html/main.php:348
+#, fuzzy
+msgid "ACLs are disabled"
+msgstr "desabilitado"
+
+#: html/main.php:398
msgid "Plug-in"
msgstr ""
-#: html/main.php:384
+#: html/main.php:399
#, php-format
msgid "FATAL: Cannot find any plugin definitions for plugin %s!"
msgstr ""
-#: html/main.php:400
+#: html/main.php:415
msgid "Configuration Error"
msgstr ""
-#: html/main.php:401
+#: html/main.php:416
#, php-format
msgid ""
"FATAL: not all POST variables have been transfered by PHP - please inform "
msgid "unconfigured"
msgstr "desconfigurado"
-#: include/class_management.inc:304 include/class_management.inc:462
-#: include/class_management.inc:509 include/class_management.inc:524
-#: include/class_management.inc:561 include/class_management.inc:575
+#: include/class_management.inc:324 include/class_management.inc:487
+#: include/class_management.inc:534 include/class_management.inc:549
+#: include/class_management.inc:586 include/class_management.inc:600
#: plugins/admin/users/class_userManagement.inc:228
#: plugins/admin/users/class_userManagement.inc:744
msgid "Permission"
msgstr ""
-#: include/class_management.inc:385
+#: include/class_management.inc:405
#: plugins/admin/users/class_userManagement.inc:702
#: plugins/admin/users/class_userManagement.inc:706
#: plugins/admin/acl/class_aclManagement.inc:98
msgid "Permission error"
msgstr ""
-#: include/class_management.inc:462
+#: include/class_management.inc:487
#, php-format
msgid "You are not allowed to create a snapshot for %s!"
msgstr ""
-#: include/class_management.inc:509 include/class_management.inc:561
-#: include/class_management.inc:575
+#: include/class_management.inc:534 include/class_management.inc:586
+#: include/class_management.inc:600
#, php-format
msgid "You are not allowed to restore a snapshot for %s!"
msgstr ""
-#: include/class_management.inc:524
+#: include/class_management.inc:549
#, php-format
msgid "You are not allowed to remove a snapshot for %s!"
msgstr ""
-#: include/class_management.inc:634 include/class_management.inc:718
+#: include/class_management.inc:659 include/class_management.inc:743
#: include/class_acl.inc:978 include/class_session.inc:76
#: include/class_session.inc:101 include/class_session.inc:127
#: include/functions.inc:623 include/functions.inc:827
#: include/.svn/tmp/tempfile.2.tmp:605 include/.svn/tmp/tempfile.2.tmp:792
#: include/.svn/tmp/tempfile.2.tmp:910 include/.svn/tmp/tempfile.2.tmp:1308
#: include/.svn/tmp/tempfile.2.tmp:2372 include/.svn/tmp/tempfile.2.tmp:2406
-#: include/.svn/tmp/tempfile.2.tmp:2426 include/class_ldap.inc:693
-#: include/class_ldap.inc:744 include/class_log.inc:87
+#: include/.svn/tmp/tempfile.2.tmp:2426 include/class_ldap.inc:712
+#: include/class_ldap.inc:763 include/class_log.inc:87
#: include/class_CopyPasteHandler.inc:160
#: include/class_CopyPasteHandler.inc:274
#: plugins/personal/myaccount/main.inc:52
msgid "Internal error"
msgstr "Erro interno"
-#: include/class_management.inc:635 include/class_management.inc:719
+#: include/class_management.inc:660 include/class_management.inc:744
#: plugins/personal/myaccount/main.inc:53
#, php-format
msgid ""
"Cannot instantiate tabbed-plug-in, the base plugin (%s) is not available!"
msgstr ""
-#: include/class_management.inc:644
+#: include/class_management.inc:669
#, php-format
msgid ""
"No tab definition for %s found in configuration file: cannot create plugin "
msgstr ""
#: include/class_listing.inc:1460 include/class_listing.inc:1462
-#: include/class_CopyPasteHandler.inc:570
+#: include/class_CopyPasteHandler.inc:571
msgid "Paste"
msgstr "Colar"
msgid "Russian"
msgstr "Russo"
-#: include/functions.inc:3106
+#: include/functions.inc:3108
#, fuzzy, php-format
msgid ""
"Command %s specified as post modify action for plugin %s does not exist!"
msgstr "O comando especificado como %s, relativo ao plugin '%s', não existe!"
-#: include/functions.inc:3150
+#: include/functions.inc:3152
msgid "Cannot generate SAMBA hash!"
msgstr ""
-#: include/functions.inc:3163
+#: include/functions.inc:3165
#, php-format
msgid "Generating SAMBA hash by running %s failed: check %s!"
msgstr ""
-#: include/functions.inc:3441 include/functions.inc:3455
-#: include/functions.inc:3493 include/functions.inc:3505
-#: include/functions.inc:3509 include/functions.inc:3524
-#: include/functions.inc:3533
+#: include/functions.inc:3443 include/functions.inc:3457
+#: include/functions.inc:3495 include/functions.inc:3507
+#: include/functions.inc:3511 include/functions.inc:3526
+#: include/functions.inc:3535
msgid "Cannot allocate free ID:"
msgstr ""
-#: include/functions.inc:3441 include/.svn/tmp/tempfile.tmp:3353
+#: include/functions.inc:3443 include/.svn/tmp/tempfile.tmp:3353
#: include/.svn/tmp/tempfile.2.tmp:3406
msgid "unknown idAllocation method!"
msgstr ""
-#: include/functions.inc:3455 include/.svn/tmp/tempfile.tmp:3367
+#: include/functions.inc:3457 include/.svn/tmp/tempfile.tmp:3367
#: include/.svn/tmp/tempfile.2.tmp:3420
#, php-format
msgid "%sPoolMin >= %sPoolMax!"
msgstr ""
-#: include/functions.inc:3485 include/.svn/tmp/tempfile.tmp:3397
+#: include/functions.inc:3487 include/.svn/tmp/tempfile.tmp:3397
#: include/.svn/tmp/tempfile.2.tmp:3450
msgid "Cannot create sambaUnixIdPool entry!"
msgstr ""
-#: include/functions.inc:3493 include/.svn/tmp/tempfile.tmp:3405
+#: include/functions.inc:3495 include/.svn/tmp/tempfile.tmp:3405
#: include/.svn/tmp/tempfile.2.tmp:3458
msgid "sambaUnixIdPool is not unique!"
msgstr ""
-#: include/functions.inc:3505 include/functions.inc:3509
+#: include/functions.inc:3507 include/functions.inc:3511
#: include/.svn/tmp/tempfile.tmp:3417 include/.svn/tmp/tempfile.tmp:3421
#: include/.svn/tmp/tempfile.2.tmp:3470 include/.svn/tmp/tempfile.2.tmp:3474
msgid "no ID available!"
msgstr ""
-#: include/functions.inc:3533
+#: include/functions.inc:3535
msgid "maximum number of tries exceeded!"
msgstr ""
-#: include/functions.inc:3593
+#: include/functions.inc:3595
msgid "Cannot allocate free ID!"
msgstr ""
msgid "Edit filters"
msgstr "Editar certificados"
-#: include/class_userFilterEditor.inc:248
+#: include/class_userFilterEditor.inc:254
#, php-format
msgid "Error in filter #%s: %s opening and %s closing brackets detected!"
msgstr ""
-#: include/class_plugin.inc:558
+#: include/class_plugin.inc:581
msgid ""
"The current object has been altered while beeing edited. If you save this "
"entry, changes that have been made by others will be discarded!"
msgstr ""
-#: include/class_plugin.inc:1359
+#: include/class_plugin.inc:1385
#, php-format
msgid "Changing ACL DN from %s to %s"
msgstr ""
"The supplied base is not valid and has been reset to its previous value!"
msgstr ""
-#: include/class_ldap.inc:233 include/class_ldap.inc:266
+#: include/class_ldap.inc:233 include/class_ldap.inc:270
msgid "Performance warning"
msgstr "Alerta de performance"
-#: include/class_ldap.inc:233 include/class_ldap.inc:266
+#: include/class_ldap.inc:233 include/class_ldap.inc:270
#, fuzzy, php-format
msgid "LDAP performance is poor: last query took %.2fs!"
msgstr ""
"A performance do LDAP está ruim: a última pesquisa levou cerca de %.2fs!"
-#: include/class_ldap.inc:693
+#: include/class_ldap.inc:712
#, fuzzy, php-format
msgid "Cannot automatically create subtrees with RDN %s: no object class found"
msgstr ""
"Não foi possível criar subárvores automaticamente com RDN '%s': classe de "
"objeto não encontrada!"
-#: include/class_ldap.inc:744
+#: include/class_ldap.inc:763
#, fuzzy, php-format
msgid "Cannot automatically create subtrees with RDN %s: not supported"
msgstr ""
"Não foi possível criar subárvores automaticamente com '%s': não suportado"
-#: include/class_ldap.inc:831
+#: include/class_ldap.inc:850
#, fuzzy, php-format
msgid "while operating on %s using LDAP server %s"
msgstr "enquanto executava em '%s' usando LDAP server '%s'"
-#: include/class_ldap.inc:833
+#: include/class_ldap.inc:852
#, php-format
msgid "while operating on LDAP server %s"
msgstr "enquanto executava no LDAP server %s"
-#: include/class_ldap.inc:1006
+#: include/class_ldap.inc:1025
#, fuzzy, php-format
msgid ""
"Invalid DN %s: block to be imported should start with 'dn: ...' in line %s"
"Esse não é um DN válido: '%s'. O bloco para importação deve iniciar com "
"'dn: ...' na linha %s"
-#: include/class_ldap.inc:1035
+#: include/class_ldap.inc:1054
#, fuzzy, php-format
msgid "Error while importing DN %s: please check LDIF from line %s on!"
msgstr ""
msgid "The path '%s' specified for '%s:%s' is invalid!"
msgstr "O comando '%s' para o plugin %s is invalid!"
-#: include/class_configRegistry.inc:732 include/class_configRegistry.inc:754
+#: include/class_configRegistry.inc:732 include/class_configRegistry.inc:779
#, fuzzy, php-format
msgid "The folder '%s' specified for '%s:%s' does not exists!"
msgstr "O comando especificado como %s, relativo ao plugin '%s', não existe!"
@@ -2743,32 +2745,44 @@ msgstr "O comando especificado como %s, relativo ao plugin '%s', não existe!"
msgid "The folder '%s' specified for '%s:%s' cannot be used for reading!"
msgstr ""
-#: include/class_configRegistry.inc:759
+#: include/class_configRegistry.inc:757
+#, fuzzy, php-format
+msgid ""
+"The file '%s' specified for '%s:%s' cannot be created neither be used for "
+"writing!"
+msgstr "O comando especificado como %s, relativo ao plugin '%s', não existe!"
+
+#: include/class_configRegistry.inc:762
+#, fuzzy, php-format
+msgid "The file '%s' specified for '%s:%s' cannot be used for writing!"
+msgstr "O comando especificado como %s, relativo ao plugin '%s', não existe!"
+
+#: include/class_configRegistry.inc:784
#, php-format
msgid "The folder '%s' specified for '%s:%s' cannot be used for writing!"
msgstr ""
-#: include/class_configRegistry.inc:777
+#: include/class_configRegistry.inc:802
#, fuzzy, php-format
msgid "The file '%s' specified for '%s:%s' does not exists!"
msgstr "O comando especificado como %s, relativo ao plugin '%s', não existe!"
-#: include/class_configRegistry.inc:782
+#: include/class_configRegistry.inc:807
#, php-format
msgid "The file '%s' specified for '%s:%s' cannot be read!"
msgstr ""
-#: include/class_configRegistry.inc:798
+#: include/class_configRegistry.inc:823
#, fuzzy, php-format
msgid "The command '%s' specified for '%s:%s' is invalid!"
msgstr "O comando '%s' (%s) para o plugin %s é inválido!"
-#: include/class_configRegistry.inc:813
+#: include/class_configRegistry.inc:838
#, fuzzy, php-format
msgid "The dn '%s' specified for '%s:%s' is invalid!"
msgstr "O comando '%s' para o plugin %s is invalid!"
-#: include/class_configRegistry.inc:828
+#: include/class_configRegistry.inc:853
#, fuzzy, php-format
msgid "The rdn '%s' specified for '%s:%s' is invalid!"
msgstr "O comando '%s' para o plugin %s is invalid!"
msgid "Cannot remove entry %s!"
msgstr ""
-#: include/class_config.inc:159
+#: include/class_config.inc:169
#, php-format
msgid "XML error in gosa.conf: %s at line %d"
msgstr "Erro de XML no gosa.conf: %s na linha %d"
-#: include/class_config.inc:344
+#: include/class_config.inc:354
msgid "Cannot bind to LDAP!"
msgstr ""
-#: include/class_config.inc:685
+#: include/class_config.inc:695
msgid "sambaSID and/or sambaRidBase missing in the configuration!"
msgstr "sambaSID e/ou sambaRidBase não configurado!"
-#: include/class_config.inc:1104
+#: include/class_config.inc:1114
msgid "Configuration"
msgstr "Configuração"
-#: include/class_config.inc:1104
+#: include/class_config.inc:1114
#, fuzzy
msgid ""
"The configuration file you are using is outdated. Please move the GOsa "
"O arquivo de configuração do GOsa parece estar desatualizador. Por favor, "
"remova-o e execute o configurador novamente."
-#: include/class_config.inc:1146 include/class_config.inc:1177
+#: include/class_config.inc:1156 include/class_config.inc:1187
#, php-format
msgid ""
"The snapshot functionality is enabled, but the required variable %s is not "
"set."
msgstr ""
-#: include/class_config.inc:1159
+#: include/class_config.inc:1169
#, php-format
msgid ""
"The snapshot functionality is enabled, but the required compression module "
msgstr ""
#: include/class_core.inc:245
+msgid "Enables/Disables GOSa usage statistics moduls."
+msgstr ""
+
+#: include/class_core.inc:255
+msgid "The database file for GOSa usage statistics."
+msgstr ""
+
+#: include/class_core.inc:265
msgid ""
"The 'logging' statement enables event logging on GOsa side. Setting it to "
"'true' GOsa will log every action a user performs via syslog. If you use "
"'false'."
msgstr ""
-#: include/class_core.inc:256
+#: include/class_core.inc:276
msgid ""
"The 'listSummary' statement determines whether a status bar will be shown on "
"the bottom of GOsa generated lists, displaying a short summary of type and "
"number of elements in the list."
msgstr ""
-#: include/class_core.inc:266
+#: include/class_core.inc:286
msgid ""
"The 'passwordMinLength' statement determines whether a newly entered "
"password has to be of a minimum length."
msgstr ""
-#: include/class_core.inc:276
+#: include/class_core.inc:296
msgid ""
"The 'passwordMinDiffer' statement determines whether a newly entered "
"password has to be checked to have at least n different characters."
msgstr ""
-#: include/class_core.inc:287
+#: include/class_core.inc:307
msgid ""
"The 'passwordHook' can specify an external script to handle password "
"settings at some other location besides the LDAP."
msgstr ""
-#: include/class_core.inc:287
+#: include/class_core.inc:307
#, php-format
msgid "It will be called this way: %s"
msgstr ""
-#: include/class_core.inc:297
+#: include/class_core.inc:317
msgid ""
"The 'passwordProposalHook' can be used to let GOsa generate password "
"proposals for you. Whenever you change a password, you can then decide "
"whether to use the proposal or to manually specify a password."
msgstr ""
-#: include/class_core.inc:297
+#: include/class_core.inc:317
msgid "Here is an example command:"
msgstr ""
-#: include/class_core.inc:307
+#: include/class_core.inc:327
msgid ""
"The 'displayErrors' statement tells GOsa to show PHP errors in the upper "
"part of the screen. This should be disabled in productive deployments, "
"because there might be some important passwords arround."
msgstr ""
-#: include/class_core.inc:307
+#: include/class_core.inc:327
#, php-format
msgid "The property '%s' may be interesting too."
msgstr ""
-#: include/class_core.inc:317
+#: include/class_core.inc:337
msgid ""
"The 'developmentMode' statement tells GOsa to show development related error "
"messages, for example messages about missing ACL configuration or classes. "
"messages it should only be enabled while developing or debugging plugins!"
msgstr ""
-#: include/class_core.inc:328
+#: include/class_core.inc:348
msgid ""
"The 'schemaCheck' statement enables or disables schema checking during "
"login. It is recommended to switch this on in order to let GOsa handle "
"object creation more efficient."
msgstr ""
-#: include/class_core.inc:338
+#: include/class_core.inc:358
msgid ""
"The 'copyPaste' statement enables copy and paste for LDAP entries managed "
"with GOsa."
msgstr ""
-#: include/class_core.inc:348
+#: include/class_core.inc:368
msgid ""
"The 'forceGlobals' statement enables PHP security checks to force "
"register_global settings to be switched off."
msgstr ""
-#: include/class_core.inc:358
+#: include/class_core.inc:378
msgid ""
"The 'forceSSL' statement enables PHP security checks to force encrypted "
"access to the web interface. GOsa will try to redirect to the same URL - "
"just with https://"
msgstr ""
-#: include/class_core.inc:368
+#: include/class_core.inc:388
msgid ""
"Logs information about triggered ldap operations, duration, filter, aso. "
"into syslog."
msgstr ""
-#: include/class_core.inc:378
+#: include/class_core.inc:398
msgid ""
"The 'ldapFollowReferrals' statement tells GOsa to follow LDAP referrals."
msgstr ""
-#: include/class_core.inc:388
+#: include/class_core.inc:408
msgid ""
"The 'ldapFilterNestingLimit' statement can be used to speed up group "
"handling for groups with several hundreds of members. The default behaviour "
"set a member limit, where GOsa will stop to do these lookups."
msgstr ""
-#: include/class_core.inc:398
+#: include/class_core.inc:418
msgid ""
"The ldapSizelimit statement tells GOsa to retrieve the specified maximum "
"number of results. The user will get a warning, that not all entries "
"were shown."
msgstr ""
-#: include/class_core.inc:408
+#: include/class_core.inc:428
msgid ""
"Disables sizelimit checks, only the configured amount of results will be "
"shown!"
msgstr ""
-#: include/class_core.inc:418
+#: include/class_core.inc:438
msgid ""
"The 'warnSSL' statement enables PHP security checks to detect non encrypted "
"access to the web interface. GOsa will display a warning in this case."
msgstr ""
-#: include/class_core.inc:428
+#: include/class_core.inc:448
msgid "The 'ppdGzip' variable enables PPD file compression."
msgstr ""
-#: include/class_core.inc:439
+#: include/class_core.inc:459
msgid ""
"The 'ignoreAcl' value tells GOsa to ignore complete ACL sets for the given "
"DN. Add your DN here and you'll be able to restore accidently dropped ACLs."
msgstr ""
-#: include/class_core.inc:450
+#: include/class_core.inc:470
msgid ""
"The 'ppdPath' variable defines where to store PPD files for the GOto "
"environment plugins."
msgstr ""
-#: include/class_core.inc:460
+#: include/class_core.inc:480
msgid ""
"The 'ldapMaxQueryTime' statement tells GOsa to stop LDAP actions if there is "
"no answer within the specified number of seconds."
msgstr ""
-#: include/class_core.inc:470
+#: include/class_core.inc:490
msgid ""
"The 'storeFilterSettings' statement determines whether GOsa should store "
"filter and plugin settings inside of a cookie."
msgstr ""
-#: include/class_core.inc:480
+#: include/class_core.inc:500
msgid ""
"The 'sendCompressedOutput' statement determines whether PHP should send "
"compressed HTML pages to browsers or not. This may increase or decrease the "
"performance, depending on your network."
msgstr ""
-#: include/class_core.inc:491
+#: include/class_core.inc:511
msgid ""
"The 'modificationDetectionAttribute' statement enables GOsa to check if a "
"entry currently being edited has been modified from someone else outside "
"based systems."
msgstr ""
-#: include/class_core.inc:502
+#: include/class_core.inc:522
msgid ""
"The 'language' statement defines the default language used by GOsa. Normally "
"GOsa autodetects the language from the browser settings. If this is not "
"de for german) here."
msgstr ""
-#: include/class_core.inc:513
+#: include/class_core.inc:533
msgid ""
"The 'theme' statement defines what theme is used to display GOsa pages. You "
"can install some corporate identity like theme and/or modify certain "
"more information."
msgstr ""
-#: include/class_core.inc:523
+#: include/class_core.inc:543
msgid ""
"The 'sessionLifetime' value defines when a session will expire in seconds. "
"For Debian systems, this will not work because the sessions will be removed "
"instead."
msgstr ""
-#: include/class_core.inc:533
+#: include/class_core.inc:553
msgid ""
"The 'templateCompileDirectory' statements defines the path, where the PHP "
"templating engins 'smarty' should store its compiled GOsa templates for "
"is running with."
msgstr ""
-#: include/class_core.inc:543
+#: include/class_core.inc:563
#, php-format
msgid ""
"The 'debugLevel' value tells GOsa to display certain information on each "
"page load. Value is an AND combination of the following byte values: %s"
msgstr ""
-#: include/class_core.inc:563
+#: include/class_core.inc:583
#, php-format
msgid ""
"The 'sambaHashHook' statement contains an executable to generate samba hash "
"distribution installed, you can use perl to generate the hash: %s"
msgstr ""
-#: include/class_core.inc:574
+#: include/class_core.inc:594
msgid ""
"The 'passwordDefaultHash' statement defines the default password hash to "
"choose for new accounts."
msgstr ""
-#: include/class_core.inc:583
+#: include/class_core.inc:603
msgid ""
"The 'strictPasswordRules' tells GOsa to check for UTF-8 characters in the "
"supplied password. These Characters can lead to non working authentications "
"if UTF-8 and none UTF-8 systems locales get mixed. The default is 'true'."
msgstr ""
-#: include/class_core.inc:594
+#: include/class_core.inc:614
msgid ""
"The 'accountPrimaryAttribute' option tells GOsa how to create new accounts. "
"Possible values are 'uid' and 'cn'. In the first case GOsa creates uid style "
"'personalTitleInDN'."
msgstr ""
-#: include/class_core.inc:604
+#: include/class_core.inc:624
msgid ""
"The 'userRDN' statement defines the location where new accounts will be "
"created inside of defined departments. The default is 'ou=people'."
msgstr ""
-#: include/class_core.inc:614
+#: include/class_core.inc:634
msgid ""
"The 'groupsRDN' statement defines the location where new groups will be "
"created inside of defined departments. The default is 'ou=groups'."
msgstr ""
-#: include/class_core.inc:624
+#: include/class_core.inc:644
msgid ""
"The 'gidNumberBase' statement defines where to start looking for a new free "
"group id. This should be synced with your 'adduser.conf' to avoid "
"definition."
msgstr ""
-#: include/class_core.inc:634
+#: include/class_core.inc:654
msgid ""
"The 'baseIdHook' statement allows to hook into the id generation method "
"(traditional mode), to define the starting range for new generated ids"
msgstr ""
-#: include/class_core.inc:644 include/class_core.inc:664
+#: include/class_core.inc:664 include/class_core.inc:684
msgid ""
"The 'uidNumberPoolMin/gidNumberPoolMin' statement defines the lowest "
"assignable user/group id for use with the 'idAllocationMethod = pool'."
msgstr ""
-#: include/class_core.inc:654 include/class_core.inc:674
+#: include/class_core.inc:674 include/class_core.inc:694
msgid ""
"The 'uidNumberPoolMax/gidNumberPoolMax' statement defines the highest "
"assignable user/group id for use with the 'idAllocationMethod = pool'."
msgstr ""
-#: include/class_core.inc:684
+#: include/class_core.inc:704
msgid ""
"The 'uidNumberBase' statement defines where to start looking for a new free "
"user id. This should be synced with your 'adduser.conf' to avoid overlapping "
"even be dynamic. Take a look at the 'baseIdHook' definition."
msgstr ""
-#: include/class_core.inc:724
+#: include/class_core.inc:744
msgid ""
"The 'gosaSupportURI' defines the major gosa-si server host and the password "
"for GOsa to connect to it. It can be used if you want to use i.e. kerberos "
"to authenticate the users. The format is: credentials@host:port"
msgstr ""
-#: include/class_core.inc:734
+#: include/class_core.inc:754
msgid ""
"The 'gosaSupportTimeout' sets a connection timeout for all gosa-si actions. "
"See 'gosaSupportURI' for details."
msgstr ""
-#: include/class_core.inc:745
+#: include/class_core.inc:765
msgid ""
"The 'loginAttribute' statement tells GOsa which LDAP attribute is used as "
"the login name during login. It can be set to 'uid', 'mail' or 'both'"
msgstr ""
-#: include/class_core.inc:756
+#: include/class_core.inc:776
msgid ""
"The 'timezone' statements defines the timezone used inside of GOsa to handle "
"date related tasks, such as password expiery, vacation messages, etc. The "
"timezone."
msgstr ""
-#: include/class_core.inc:766
+#: include/class_core.inc:786
msgid ""
"The 'honourUnitTags' statement enables checking of 'unitTag' attributes when "
"using administrative units. If this is set to 'true' GOsa can only see "
"objects inside the administrative unit a user is logged into."
msgstr ""
-#: include/class_core.inc:776
+#: include/class_core.inc:796
msgid ""
"The 'useSaslForKerberos' statement defines the way the kerberos realm is "
"stored in the #userPassword' attribute. Set it to 'true' in order to get "
"latter is outdated, but may be needed from time to time."
msgstr ""
-#: include/class_core.inc:786
+#: include/class_core.inc:806
msgid ""
"The 'rfc2307bis' statement enables rfc2307bis style groups in GOsa. You can "
"use 'member' attributes instead of memberUid in this case. To make it work "
"style groups, too"
msgstr ""
-#: include/class_core.inc:796
+#: include/class_core.inc:816
msgid ""
"The 'personalTitleInDN' option tells GOsa to include the personal title in "
"user DNs when #accountPrimaryAttribute' is set to \"cn\"."
msgstr ""
-#: include/class_core.inc:806
+#: include/class_core.inc:826
msgid ""
"The 'nextIdHook' statement defines a script to be called for finding the "
"next free id for users or groups externaly. It gets called with the current "
"entry \"dn\" and the attribute to be ID'd. It should return an integer value."
msgstr ""
-#: include/class_core.inc:816
+#: include/class_core.inc:836
msgid ""
"The 'idGenerator' statement describes an automatic way to generate new user "
"ids. There are two basic functions supported - which can be combined: \n"
" will generate a three digits random number appended to \"ext\".\n"
msgstr ""
-#: include/class_core.inc:856
+#: include/class_core.inc:876
msgid ""
"The 'strictNamingRules' statement enables strict checking of uids and group "
"names. If you need characters like . or - inside of your accounts, set "
"this to 'false'."
msgstr ""
-#: include/class_core.inc:866
+#: include/class_core.inc:886
msgid ""
"The 'minId' statement defines the minimum assignable user or group id to "
"avoid security leaks with uid 0 accounts. This is used for the 'traditional' "
"method."
msgstr ""
-#: include/class_core.inc:877
+#: include/class_core.inc:897
msgid ""
"The 'mailAttribute' statement determines which attribute GOsa will use to "
"create accounts. Valid values are 'mail' and 'uid'."
msgstr ""
-#: include/class_core.inc:887
+#: include/class_core.inc:907
msgid ""
"This attribute allows to override the prefix used to create shared folders."
msgstr ""
-#: include/class_core.inc:897
+#: include/class_core.inc:917
msgid ""
"This attribute allows to override the user account creation syntax, see the "
"'mailFolderCreation' description for more details.\n"
"com\"\n"
msgstr ""
-#: include/class_core.inc:912
+#: include/class_core.inc:932
msgid ""
"Every mail method has its own way to create mail accounts like 'share/"
"development' or 'shared.development@example.com' which is used to identify "
" %uattrib% Depends on mailAttribute=\"uid/mail\".\n"
msgstr ""
-#: include/class_core.inc:938
+#: include/class_core.inc:958
msgid ""
"The 'imapTimeout' statement sets the connection timeout for imap actions."
msgstr ""
-#: include/class_core.inc:949
+#: include/class_core.inc:969
msgid ""
"The 'mailMethod' statement tells GOsa which mail method the setup should use "
"to communicate with a possible mail server. Leave this undefined if your "
"mail method does not match the predefined ones."
msgstr ""
-#: include/class_core.inc:959
+#: include/class_core.inc:979
msgid ""
"The 'cyrusUseSlashes' statement determines if GOsa should use \"foo/bar\" or "
"\"foo.bar\" namespaces in IMAP. Unix style is with slashes."
msgstr ""
-#: include/class_core.inc:969
+#: include/class_core.inc:989
msgid ""
"The 'vacationTemplateDirectory' statement sets the path where GOsa will look "
"for vacation message templates. Default is /etc/gosa/vacation. \n"
"\n"
msgstr ""
-#: include/class_core.inc:990
+#: include/class_core.inc:1010
msgid ""
"The 'ldapTLS' statement enables or disables TLS operating on LDAP "
"connections."
msgstr ""
-#: include/class_core.inc:1000
+#: include/class_core.inc:1020
msgid ""
"The 'honourIvbbAttributes' statement enables the IVBB mode inside of GOsa. "
"You need the ivbb.schema file from used by german authorities."
msgstr ""
-#: include/class_core.inc:1010
+#: include/class_core.inc:1030
msgid ""
"The 'sambaIdMapping' statement tells GOsa to maintain sambaIdmapEntry "
"objects. Depending on your setup this can drastically improve the windows "
"login performance."
msgstr ""
-#: include/class_core.inc:1020
+#: include/class_core.inc:1040
msgid ""
"The 'handleExpiredAccounts' statement enables shadow attribute tests during "
"the login to the GOsa web interface and forces password renewal or account "
"lockout."
msgstr ""
-#: include/class_core.inc:1030
+#: include/class_core.inc:1050
msgid ""
"The 'sambaSID' statement defines a samba SID if not available inside of the "
"LDAP. You can retrieve the current sid by net getlocalsid."
msgstr ""
-#: include/class_core.inc:1040
+#: include/class_core.inc:1060
msgid ""
"The 'sambaRidBase' statement defines the base id to add to ordinary sid "
"calculations - if not available inside of the LDAP."
msgstr ""
-#: include/class_core.inc:1050
+#: include/class_core.inc:1070
msgid ""
"The 'enableSnapshots' statement enables a snapshot mechaism in GOsa. This "
"enables you to save certain states of entries and restore them later on."
msgstr ""
-#: include/class_core.inc:1060
+#: include/class_core.inc:1080
msgid ""
"The 'snapshotBase' statement defines the base where snapshots should be "
"stored inside of the LDAP."
msgstr ""
-#: include/class_core.inc:1070
+#: include/class_core.inc:1090
msgid ""
"The 'snapshotAdminDn' variable defines the user which is used to "
"authenticate when connecting to 'snapshotURI'."
msgstr ""
-#: include/class_core.inc:1080
+#: include/class_core.inc:1100
msgid ""
"The 'snapshotAdminPassword' variable defines the credentials which are used "
"in combination with 'snapshotAdminDn' and 'snapshotURI' in order to "
"authenticate."
msgstr ""
-#: include/class_core.inc:1091
+#: include/class_core.inc:1111
msgid ""
"The 'idAllocationMethod' statement defines how GOsa generates numeric user "
"and group id values. If it is set to 'traditional' GOsa will do create a "
"the other hand it is much faster."
msgstr ""
-#: include/class_core.inc:1100
+#: include/class_core.inc:1120
msgid ""
"The 'snapshotURI' variable defines the LDAP URI for the server which is used "
"to do object snapshots."
msgid "This object will be pasted: %s"
msgstr "Esse objeto será colado: %s"
-#: include/class_CopyPasteHandler.inc:572
+#: include/class_CopyPasteHandler.inc:573
msgid "Cannot paste"
msgstr "Impossível colar"
diff --git a/gosa-core/locale/core/pt_BR/LC_MESSAGES/messages.po b/gosa-core/locale/core/pt_BR/LC_MESSAGES/messages.po
index 7fb7ea428aaceab5b7c6a77ba34e3f05c3c6dff1..94f8843eb5f2b3496a31a618b1177b5468a22672 100644 (file)
msgstr ""
"Project-Id-Version: GOsa core\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-07-29 20:30+0200\n"
+"POT-Creation-Date: 2010-08-02 20:33+0200\n"
"PO-Revision-Date: 2010-03-12 14:48-0300\n"
"Last-Translator: Marcos Amorim <marcosmamorim@gmail.com>\n"
"Language-Team: Marcos Amorim <marcosmamorim@gmail.com> Clever de Oliveira "
"<clever@dri.cefetmg.br>\n"
+"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=utf-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ihtml/themes/default/userFilterEditor.tpl:11 include/class_acl.inc:262
#: include/class_SnapShotDialog.inc:55 include/class_userFilter.inc:55
-#: include/class_userFilter.inc:150 include/class_userFilterEditor.inc:230
-#: include/class_userFilterEditor.inc:234
+#: include/class_userFilter.inc:150 include/class_userFilterEditor.inc:236
+#: include/class_userFilterEditor.inc:240
#: plugins/generic/dashBoard/dbChannelStatus/class_dbChannelStatus.inc:14
#: plugins/generic/dashBoard/dbPluginStatus/class_dbPluginStatus.inc:26
#: plugins/generic/references/class_reference.inc:57
#: ihtml/themes/default/userFilterEditor.tpl:19 include/class_acl.inc:252
#: include/class_acl.inc:262 include/class_SnapShotDialog.inc:174
-#: include/class_userFilter.inc:55 include/class_userFilterEditor.inc:239
+#: include/class_userFilter.inc:55 include/class_userFilterEditor.inc:245
#: plugins/generic/dashBoard/dbChannelStatus/class_dbChannelStatus.inc:14
#: plugins/generic/dashBoard/dbPluginStatus/class_dbPluginStatus.inc:26
#: plugins/generic/references/class_reference.inc:57
msgid "Your password has been changed successfully."
msgstr "Sua senha foi alterada com sucesso."
-#: ihtml/themes/default/password.tpl:65 html/main.php:208
+#: ihtml/themes/default/password.tpl:65 html/main.php:220
#: plugins/admin/users/class_userManagement.inc:391
#: plugins/personal/password/class_password.inc:126
#: plugins/personal/password/class_password.inc:129
msgid "Session expires in %d!"
msgstr "A sessão não é criptografada."
-#: html/password.php:61 html/main.php:158 include/functions.inc:465
+#: html/password.php:61 html/main.php:170 include/functions.inc:465
#: include/.svn/tmp/tempfile.tmp:447 include/.svn/tmp/tempfile.2.tmp:447
#: include/utils/class_xml.inc:43
#: plugins/admin/departments/class_department.inc:439
msgstr "Não é possivel ler o arquivo de configuração do GOsa: %s/%s"
#: html/password.php:113 html/index.php:157 html/index.php:233
-#: html/main.php:273
+#: html/main.php:285
#: include/password-methods/class_password-methods-ssha.inc:51
#: include/password-methods/class_password-methods-sha.inc:48
#: include/class_SnapshotHandler.inc:44 include/class_SnapshotHandler.inc:57
#: include/class_SnapshotHandler.inc:75 include/functions.inc:837
-#: include/functions.inc:3107 include/functions.inc:3150
-#: include/functions.inc:3163 include/.svn/tmp/tempfile.tmp:802
+#: include/functions.inc:3109 include/functions.inc:3152
+#: include/functions.inc:3165 include/.svn/tmp/tempfile.tmp:802
#: include/.svn/tmp/tempfile.tmp:3027 include/.svn/tmp/tempfile.tmp:3059
#: include/.svn/tmp/tempfile.tmp:3072 include/.svn/tmp/tempfile.2.tmp:802
#: include/.svn/tmp/tempfile.2.tmp:3080 include/.svn/tmp/tempfile.2.tmp:3112
#: include/.svn/tmp/tempfile.2.tmp:3125 include/utils/class_timezone.inc:47
-#: include/class_config.inc:162 include/class_config.inc:685
-#: include/class_config.inc:1145 include/class_config.inc:1158
-#: include/class_config.inc:1176 include/class_pluglist.inc:117
+#: include/class_config.inc:172 include/class_config.inc:695
+#: include/class_config.inc:1155 include/class_config.inc:1168
+#: include/class_config.inc:1186 include/class_pluglist.inc:117
#: include/class_CopyPasteHandler.inc:119
#: include/class_CopyPasteHandler.inc:128
#: include/class_CopyPasteHandler.inc:177
#: include/class_configRegistry.inc:670 include/class_configRegistry.inc:685
#: include/class_configRegistry.inc:700 include/class_configRegistry.inc:715
#: include/class_configRegistry.inc:731 include/class_configRegistry.inc:736
-#: include/class_configRegistry.inc:753 include/class_configRegistry.inc:758
-#: include/class_configRegistry.inc:776 include/class_configRegistry.inc:781
-#: include/class_configRegistry.inc:797 include/class_configRegistry.inc:812
-#: include/class_configRegistry.inc:827
+#: include/class_configRegistry.inc:756 include/class_configRegistry.inc:761
+#: include/class_configRegistry.inc:778 include/class_configRegistry.inc:783
+#: include/class_configRegistry.inc:801 include/class_configRegistry.inc:806
+#: include/class_configRegistry.inc:822 include/class_configRegistry.inc:837
+#: include/class_configRegistry.inc:852
#: plugins/admin/groups/class_group.inc:832
#: plugins/admin/departments/dep_move_confirm.tpl:2
#: plugins/personal/posix/class_posixAccount.inc:651
msgid "Broken HTTP authentication setup!"
msgstr "Há um problema com a configuração de autenticação!"
-#: html/index.php:241 html/index.php:245 include/class_management.inc:483
-#: include/class_management.inc:644
+#: html/index.php:241 html/index.php:245 include/class_management.inc:508
+#: include/class_management.inc:669
#: include/password-methods/class_password-methods.inc:277
-#: include/class_listing.inc:536 include/functions.inc:3135
-#: include/functions.inc:3441 include/functions.inc:3455
-#: include/functions.inc:3485 include/functions.inc:3493
-#: include/functions.inc:3505 include/functions.inc:3509
-#: include/functions.inc:3524 include/functions.inc:3533
-#: include/functions.inc:3593 include/class_tabs.inc:56
+#: include/class_listing.inc:536 include/functions.inc:3137
+#: include/functions.inc:3443 include/functions.inc:3457
+#: include/functions.inc:3487 include/functions.inc:3495
+#: include/functions.inc:3507 include/functions.inc:3511
+#: include/functions.inc:3526 include/functions.inc:3535
+#: include/functions.inc:3595 include/class_tabs.inc:56
#: include/.svn/tmp/tempfile.tmp:3353 include/.svn/tmp/tempfile.tmp:3367
#: include/.svn/tmp/tempfile.tmp:3397 include/.svn/tmp/tempfile.tmp:3405
#: include/.svn/tmp/tempfile.tmp:3417 include/.svn/tmp/tempfile.tmp:3421
#: include/.svn/tmp/tempfile.2.tmp:3458 include/.svn/tmp/tempfile.2.tmp:3470
#: include/.svn/tmp/tempfile.2.tmp:3474 include/.svn/tmp/tempfile.2.tmp:3489
#: include/.svn/tmp/tempfile.2.tmp:3498 include/.svn/tmp/tempfile.2.tmp:3558
-#: include/class_plugin.inc:1621 include/class_plugin.inc:1628
+#: include/class_plugin.inc:1647 include/class_plugin.inc:1654
#: include/utils/class_xml.inc:40 include/utils/class_msgPool.inc:137
#: include/utils/class_msgPool.inc:149 include/utils/class_msgPool.inc:167
#: include/utils/class_msgPool.inc:440 include/utils/class_msgPool.inc:461
#: include/functions.inc:537 include/functions.inc:583
#: include/functions.inc:852 include/functions.inc:901
#: include/functions.inc:958 include/functions.inc:1008
-#: include/functions.inc:3086 include/functions.inc:3367
+#: include/functions.inc:3088 include/functions.inc:3369
#: include/.svn/tmp/tempfile.tmp:476 include/.svn/tmp/tempfile.tmp:511
#: include/.svn/tmp/tempfile.tmp:519 include/.svn/tmp/tempfile.tmp:565
#: include/.svn/tmp/tempfile.tmp:817 include/.svn/tmp/tempfile.tmp:866
#: include/.svn/tmp/tempfile.2.tmp:817 include/.svn/tmp/tempfile.2.tmp:866
#: include/.svn/tmp/tempfile.2.tmp:923 include/.svn/tmp/tempfile.2.tmp:976
#: include/.svn/tmp/tempfile.2.tmp:3059 include/.svn/tmp/tempfile.2.tmp:3332
-#: include/class_userFilter.inc:275 include/class_ldap.inc:756
-#: include/class_ldap.inc:1173 include/class_config.inc:344
+#: include/class_userFilter.inc:275 include/class_ldap.inc:775
+#: include/class_ldap.inc:1192 include/class_config.inc:354
#: plugins/generic/references/class_reference.inc:97
#: plugins/admin/ogroups/class_ogroup.inc:749
#: plugins/admin/ogroups/class_ogroup.inc:766
msgid "Smarty"
msgstr "Smarty"
-#: html/main.php:159
+#: html/main.php:171
#, fuzzy, php-format
msgid "Cannot locate file %s - please run %s to fix this"
msgstr ""
"Não foi possível localizar o arquivo '%s' - por favor execute '%s' para "
"corrigir"
-#: html/main.php:178
+#: html/main.php:190
msgid "PHP configuration"
msgstr "Configuração do PHP"
-#: html/main.php:179
+#: html/main.php:191
msgid ""
"FATAL: Register globals is active. Please fix this in order to continue."
msgstr ""
-#: html/main.php:208
+#: html/main.php:220
msgid "Your password is about to expire, please change your password!"
msgstr "Sua senha irá expirar em breve, por favor altere sua senha!"
-#: html/main.php:273
+#: html/main.php:285
#, fuzzy
msgid "Running out of memory!"
msgstr "Running out of memory!"
-#: html/main.php:333
-#, fuzzy
-msgid "ACLs are disabled"
-msgstr "Verificação de ACL desabilitada"
-
-#: html/main.php:333 html/main.php:335
+#: html/main.php:345
#, php-format
msgid "You're logged in as %s"
msgstr ""
-#: html/main.php:383
+#: html/main.php:348
+#, fuzzy
+msgid "ACLs are disabled"
+msgstr "Verificação de ACL desabilitada"
+
+#: html/main.php:398
#, fuzzy
msgid "Plug-in"
msgstr "Plugin"
-#: html/main.php:384
+#: html/main.php:399
#, fuzzy, php-format
msgid "FATAL: Cannot find any plugin definitions for plugin %s!"
msgstr ""
"FATAL: Não foi possível encontrar qualquer definição para o plugin '%s'!"
-#: html/main.php:400
+#: html/main.php:415
msgid "Configuration Error"
msgstr "Erro de configuração"
-#: html/main.php:401
+#: html/main.php:416
#, php-format
msgid ""
"FATAL: not all POST variables have been transfered by PHP - please inform "
msgid "unconfigured"
msgstr "desconfigurado"
-#: include/class_management.inc:304 include/class_management.inc:462
-#: include/class_management.inc:509 include/class_management.inc:524
-#: include/class_management.inc:561 include/class_management.inc:575
+#: include/class_management.inc:324 include/class_management.inc:487
+#: include/class_management.inc:534 include/class_management.inc:549
+#: include/class_management.inc:586 include/class_management.inc:600
#: plugins/admin/users/class_userManagement.inc:228
#: plugins/admin/users/class_userManagement.inc:744
msgid "Permission"
msgstr "Permissão"
-#: include/class_management.inc:385
+#: include/class_management.inc:405
#: plugins/admin/users/class_userManagement.inc:702
#: plugins/admin/users/class_userManagement.inc:706
#: plugins/admin/acl/class_aclManagement.inc:98
msgid "Permission error"
msgstr "Erro de permissão"
-#: include/class_management.inc:462
+#: include/class_management.inc:487
#, fuzzy, php-format
msgid "You are not allowed to create a snapshot for %s!"
msgstr "Você não tem permissão para criar um snapshot para %s."
-#: include/class_management.inc:509 include/class_management.inc:561
-#: include/class_management.inc:575
+#: include/class_management.inc:534 include/class_management.inc:586
+#: include/class_management.inc:600
#, fuzzy, php-format
msgid "You are not allowed to restore a snapshot for %s!"
msgstr "Você não tem permissão para restaurar um snapshot para %s."
-#: include/class_management.inc:524
+#: include/class_management.inc:549
#, fuzzy, php-format
msgid "You are not allowed to remove a snapshot for %s!"
msgstr "Você não tem permissão para restaurar um snapshot para %s."
-#: include/class_management.inc:634 include/class_management.inc:718
+#: include/class_management.inc:659 include/class_management.inc:743
#: include/class_acl.inc:978 include/class_session.inc:76
#: include/class_session.inc:101 include/class_session.inc:127
#: include/functions.inc:623 include/functions.inc:827
#: include/.svn/tmp/tempfile.2.tmp:605 include/.svn/tmp/tempfile.2.tmp:792
#: include/.svn/tmp/tempfile.2.tmp:910 include/.svn/tmp/tempfile.2.tmp:1308
#: include/.svn/tmp/tempfile.2.tmp:2372 include/.svn/tmp/tempfile.2.tmp:2406
-#: include/.svn/tmp/tempfile.2.tmp:2426 include/class_ldap.inc:693
-#: include/class_ldap.inc:744 include/class_log.inc:87
+#: include/.svn/tmp/tempfile.2.tmp:2426 include/class_ldap.inc:712
+#: include/class_ldap.inc:763 include/class_log.inc:87
#: include/class_CopyPasteHandler.inc:160
#: include/class_CopyPasteHandler.inc:274
#: plugins/personal/myaccount/main.inc:52
msgid "Internal error"
msgstr "Erro interno"
-#: include/class_management.inc:635 include/class_management.inc:719
+#: include/class_management.inc:660 include/class_management.inc:744
#: plugins/personal/myaccount/main.inc:53
#, php-format
msgid ""
"Cannot instantiate tabbed-plug-in, the base plugin (%s) is not available!"
msgstr ""
-#: include/class_management.inc:644
+#: include/class_management.inc:669
#, fuzzy, php-format
msgid ""
"No tab definition for %s found in configuration file: cannot create plugin "
msgstr "Cortar"
#: include/class_listing.inc:1460 include/class_listing.inc:1462
-#: include/class_CopyPasteHandler.inc:570
+#: include/class_CopyPasteHandler.inc:571
msgid "Paste"
msgstr "Colar"
msgid "Russian"
msgstr "Russo"
-#: include/functions.inc:3106
+#: include/functions.inc:3108
#, fuzzy, php-format
msgid ""
"Command %s specified as post modify action for plugin %s does not exist!"
msgstr "O comando auxiliar especificado %s para o plugin '%s' não existe!"
-#: include/functions.inc:3150
+#: include/functions.inc:3152
#, fuzzy
msgid "Cannot generate SAMBA hash!"
msgstr "Não é possível gerar o hash do samba!"
-#: include/functions.inc:3163
+#: include/functions.inc:3165
#, fuzzy, php-format
msgid "Generating SAMBA hash by running %s failed: check %s!"
msgstr ""
"Não foi possível gerar o hash do samba: '%s' falhou, verifique o "
"'sambaHashHook'!"
-#: include/functions.inc:3441 include/functions.inc:3455
-#: include/functions.inc:3493 include/functions.inc:3505
-#: include/functions.inc:3509 include/functions.inc:3524
-#: include/functions.inc:3533
+#: include/functions.inc:3443 include/functions.inc:3457
+#: include/functions.inc:3495 include/functions.inc:3507
+#: include/functions.inc:3511 include/functions.inc:3526
+#: include/functions.inc:3535
#, fuzzy
msgid "Cannot allocate free ID:"
msgstr "Não é possível alocar um ID livre:"
-#: include/functions.inc:3441 include/.svn/tmp/tempfile.tmp:3353
+#: include/functions.inc:3443 include/.svn/tmp/tempfile.tmp:3353
#: include/.svn/tmp/tempfile.2.tmp:3406
#, fuzzy
msgid "unknown idAllocation method!"
msgstr "método idAllocation desconhecido!"
-#: include/functions.inc:3455 include/.svn/tmp/tempfile.tmp:3367
+#: include/functions.inc:3457 include/.svn/tmp/tempfile.tmp:3367
#: include/.svn/tmp/tempfile.2.tmp:3420
#, php-format
msgid "%sPoolMin >= %sPoolMax!"
msgstr "%sPoolMin >= %sPoolMax!"
-#: include/functions.inc:3485 include/.svn/tmp/tempfile.tmp:3397
+#: include/functions.inc:3487 include/.svn/tmp/tempfile.tmp:3397
#: include/.svn/tmp/tempfile.2.tmp:3450
msgid "Cannot create sambaUnixIdPool entry!"
msgstr "Não é possível criar a entrada sambaUnixIdPool!"
-#: include/functions.inc:3493 include/.svn/tmp/tempfile.tmp:3405
+#: include/functions.inc:3495 include/.svn/tmp/tempfile.tmp:3405
#: include/.svn/tmp/tempfile.2.tmp:3458
msgid "sambaUnixIdPool is not unique!"
msgstr "sambaUnixIdPool não é único!"
-#: include/functions.inc:3505 include/functions.inc:3509
+#: include/functions.inc:3507 include/functions.inc:3511
#: include/.svn/tmp/tempfile.tmp:3417 include/.svn/tmp/tempfile.tmp:3421
#: include/.svn/tmp/tempfile.2.tmp:3470 include/.svn/tmp/tempfile.2.tmp:3474
msgid "no ID available!"
msgstr "sem ID disponíveis"
-#: include/functions.inc:3533
+#: include/functions.inc:3535
#, fuzzy
msgid "maximum number of tries exceeded!"
msgstr "tentativas máxima excedida!"
-#: include/functions.inc:3593
+#: include/functions.inc:3595
#, fuzzy
msgid "Cannot allocate free ID!"
msgstr "Não é possível alocar um ID livre"
msgid "Edit filters"
msgstr "Editar certificados"
-#: include/class_userFilterEditor.inc:248
+#: include/class_userFilterEditor.inc:254
#, php-format
msgid "Error in filter #%s: %s opening and %s closing brackets detected!"
msgstr ""
-#: include/class_plugin.inc:558
+#: include/class_plugin.inc:581
msgid ""
"The current object has been altered while beeing edited. If you save this "
"entry, changes that have been made by others will be discarded!"
msgstr ""
-#: include/class_plugin.inc:1359
+#: include/class_plugin.inc:1385
#, php-format
msgid "Changing ACL DN from %s to %s"
msgstr ""
"The supplied base is not valid and has been reset to its previous value!"
msgstr "A base não é válida e foi redefinida para o valor anterior!"
-#: include/class_ldap.inc:233 include/class_ldap.inc:266
+#: include/class_ldap.inc:233 include/class_ldap.inc:270
msgid "Performance warning"
msgstr "Aviso de desempenho"
-#: include/class_ldap.inc:233 include/class_ldap.inc:266
+#: include/class_ldap.inc:233 include/class_ldap.inc:270
#, fuzzy, php-format
msgid "LDAP performance is poor: last query took %.2fs!"
msgstr ""
"O desempenho do LDAP esta baixo: A última consulta demorou cerca de %2fs!"
-#: include/class_ldap.inc:693
+#: include/class_ldap.inc:712
#, fuzzy, php-format
msgid "Cannot automatically create subtrees with RDN %s: no object class found"
msgstr ""
"Não é possivel criar automaticamente as subárvores com RDN '%s': nenhuma "
"classe de objeto encontrada!"
-#: include/class_ldap.inc:744
+#: include/class_ldap.inc:763
#, fuzzy, php-format
msgid "Cannot automatically create subtrees with RDN %s: not supported"
msgstr ""
"Não é possivel criar automaticamente as subárvores com RDN '%s': não "
"suportado"
-#: include/class_ldap.inc:831
+#: include/class_ldap.inc:850
#, fuzzy, php-format
msgid "while operating on %s using LDAP server %s"
msgstr "operando em '%s' usando o servidor LDAP '%s'"
-#: include/class_ldap.inc:833
+#: include/class_ldap.inc:852
#, php-format
msgid "while operating on LDAP server %s"
msgstr "operando usando o servidor LDAP '%s'"
-#: include/class_ldap.inc:1006
+#: include/class_ldap.inc:1025
#, fuzzy, php-format
msgid ""
"Invalid DN %s: block to be imported should start with 'dn: ...' in line %s"
"Este DN não é válido: '%s'. Um bloco para a importação deve começar com "
"'dn:...' na linha %s"
-#: include/class_ldap.inc:1035
+#: include/class_ldap.inc:1054
#, fuzzy, php-format
msgid "Error while importing DN %s: please check LDIF from line %s on!"
msgstr ""
msgid "The path '%s' specified for '%s:%s' is invalid!"
msgstr "'%s' comando para o plugin %s é inválido!"
-#: include/class_configRegistry.inc:732 include/class_configRegistry.inc:754
+#: include/class_configRegistry.inc:732 include/class_configRegistry.inc:779
#, fuzzy, php-format
msgid "The folder '%s' specified for '%s:%s' does not exists!"
msgstr "O comando auxiliar especificado %s para o plugin '%s' não existe!"
msgid "The folder '%s' specified for '%s:%s' cannot be used for reading!"
msgstr ""
-#: include/class_configRegistry.inc:759
+#: include/class_configRegistry.inc:757
+#, fuzzy, php-format
+msgid ""
+"The file '%s' specified for '%s:%s' cannot be created neither be used for "
+"writing!"
+msgstr "O comando auxiliar especificado %s para o plugin '%s' não existe!"
+
+#: include/class_configRegistry.inc:762
+#, fuzzy, php-format
+msgid "The file '%s' specified for '%s:%s' cannot be used for writing!"
+msgstr "O comando auxiliar especificado %s para o plugin '%s' não existe!"
+
+#: include/class_configRegistry.inc:784
#, php-format
msgid "The folder '%s' specified for '%s:%s' cannot be used for writing!"
msgstr ""
-#: include/class_configRegistry.inc:777
+#: include/class_configRegistry.inc:802
#, fuzzy, php-format
msgid "The file '%s' specified for '%s:%s' does not exists!"
msgstr "O comando auxiliar especificado %s para o plugin '%s' não existe!"
-#: include/class_configRegistry.inc:782
+#: include/class_configRegistry.inc:807
#, php-format
msgid "The file '%s' specified for '%s:%s' cannot be read!"
msgstr ""
-#: include/class_configRegistry.inc:798
+#: include/class_configRegistry.inc:823
#, fuzzy, php-format
msgid "The command '%s' specified for '%s:%s' is invalid!"
msgstr "'%s' o comando (%s) para o plugin %s é inválido!"
-#: include/class_configRegistry.inc:813
+#: include/class_configRegistry.inc:838
#, fuzzy, php-format
msgid "The dn '%s' specified for '%s:%s' is invalid!"
msgstr "'%s' comando para o plugin %s é inválido!"
-#: include/class_configRegistry.inc:828
+#: include/class_configRegistry.inc:853
#, fuzzy, php-format
msgid "The rdn '%s' specified for '%s:%s' is invalid!"
msgstr "'%s' comando para o plugin %s é inválido!"
msgid "Cannot remove entry %s!"
msgstr "Não é possível remover a entrada %s!"
-#: include/class_config.inc:159
+#: include/class_config.inc:169
#, php-format
msgid "XML error in gosa.conf: %s at line %d"
msgstr "Erro de XML no gosa.conf: %s na linha %d"
-#: include/class_config.inc:344
+#: include/class_config.inc:354
msgid "Cannot bind to LDAP!"
msgstr ""
-#: include/class_config.inc:685
+#: include/class_config.inc:695
msgid "sambaSID and/or sambaRidBase missing in the configuration!"
msgstr "sambaSID e/ou sambaRidBase faltando na configuração!"
-#: include/class_config.inc:1104
+#: include/class_config.inc:1114
msgid "Configuration"
msgstr "Configuração"
-#: include/class_config.inc:1104
+#: include/class_config.inc:1114
#, fuzzy
msgid ""
"The configuration file you are using is outdated. Please move the GOsa "
"mover o arquivo de configuração GOsa para executar a instalação GOsa "
"novamente."
-#: include/class_config.inc:1146 include/class_config.inc:1177
+#: include/class_config.inc:1156 include/class_config.inc:1187
#, fuzzy, php-format
msgid ""
"The snapshot functionality is enabled, but the required variable %s is not "
"A funcionalidade de snapshot esta habilitado, mas a variável '%s' exigida "
"não está definida."
-#: include/class_config.inc:1159
+#: include/class_config.inc:1169
#, fuzzy, php-format
msgid ""
"The snapshot functionality is enabled, but the required compression module "
msgstr ""
#: include/class_core.inc:245
+msgid "Enables/Disables GOSa usage statistics moduls."
+msgstr ""
+
+#: include/class_core.inc:255
+msgid "The database file for GOSa usage statistics."
+msgstr ""
+
+#: include/class_core.inc:265
msgid ""
"The 'logging' statement enables event logging on GOsa side. Setting it to "
"'true' GOsa will log every action a user performs via syslog. If you use "
"'false'."
msgstr ""
-#: include/class_core.inc:256
+#: include/class_core.inc:276
msgid ""
"The 'listSummary' statement determines whether a status bar will be shown on "
"the bottom of GOsa generated lists, displaying a short summary of type and "
"number of elements in the list."
msgstr ""
-#: include/class_core.inc:266
+#: include/class_core.inc:286
msgid ""
"The 'passwordMinLength' statement determines whether a newly entered "
"password has to be of a minimum length."
msgstr ""
-#: include/class_core.inc:276
+#: include/class_core.inc:296
msgid ""
"The 'passwordMinDiffer' statement determines whether a newly entered "
"password has to be checked to have at least n different characters."
msgstr ""
-#: include/class_core.inc:287
+#: include/class_core.inc:307
msgid ""
"The 'passwordHook' can specify an external script to handle password "
"settings at some other location besides the LDAP."
msgstr ""
-#: include/class_core.inc:287
+#: include/class_core.inc:307
#, php-format
msgid "It will be called this way: %s"
msgstr ""
-#: include/class_core.inc:297
+#: include/class_core.inc:317
msgid ""
"The 'passwordProposalHook' can be used to let GOsa generate password "
"proposals for you. Whenever you change a password, you can then decide "
"whether to use the proposal or to manually specify a password."
msgstr ""
-#: include/class_core.inc:297
+#: include/class_core.inc:317
msgid "Here is an example command:"
msgstr ""
-#: include/class_core.inc:307
+#: include/class_core.inc:327
msgid ""
"The 'displayErrors' statement tells GOsa to show PHP errors in the upper "
"part of the screen. This should be disabled in productive deployments, "
"because there might be some important passwords arround."
msgstr ""
-#: include/class_core.inc:307
+#: include/class_core.inc:327
#, php-format
msgid "The property '%s' may be interesting too."
msgstr ""
-#: include/class_core.inc:317
+#: include/class_core.inc:337
msgid ""
"The 'developmentMode' statement tells GOsa to show development related error "
"messages, for example messages about missing ACL configuration or classes. "
"messages it should only be enabled while developing or debugging plugins!"
msgstr ""
-#: include/class_core.inc:328
+#: include/class_core.inc:348
msgid ""
"The 'schemaCheck' statement enables or disables schema checking during "
"login. It is recommended to switch this on in order to let GOsa handle "
"object creation more efficient."
msgstr ""
-#: include/class_core.inc:338
+#: include/class_core.inc:358
msgid ""
"The 'copyPaste' statement enables copy and paste for LDAP entries managed "
"with GOsa."
msgstr ""
-#: include/class_core.inc:348
+#: include/class_core.inc:368
msgid ""
"The 'forceGlobals' statement enables PHP security checks to force "
"register_global settings to be switched off."
msgstr ""
-#: include/class_core.inc:358
+#: include/class_core.inc:378
msgid ""
"The 'forceSSL' statement enables PHP security checks to force encrypted "
"access to the web interface. GOsa will try to redirect to the same URL - "
"just with https://"
msgstr ""
-#: include/class_core.inc:368
+#: include/class_core.inc:388
msgid ""
"Logs information about triggered ldap operations, duration, filter, aso. "
"into syslog."
msgstr ""
-#: include/class_core.inc:378
+#: include/class_core.inc:398
msgid ""
"The 'ldapFollowReferrals' statement tells GOsa to follow LDAP referrals."
msgstr ""
-#: include/class_core.inc:388
+#: include/class_core.inc:408
msgid ""
"The 'ldapFilterNestingLimit' statement can be used to speed up group "
"handling for groups with several hundreds of members. The default behaviour "
"set a member limit, where GOsa will stop to do these lookups."
msgstr ""
-#: include/class_core.inc:398
+#: include/class_core.inc:418
msgid ""
"The ldapSizelimit statement tells GOsa to retrieve the specified maximum "
"number of results. The user will get a warning, that not all entries "
"were shown."
msgstr ""
-#: include/class_core.inc:408
+#: include/class_core.inc:428
msgid ""
"Disables sizelimit checks, only the configured amount of results will be "
"shown!"
msgstr ""
-#: include/class_core.inc:418
+#: include/class_core.inc:438
msgid ""
"The 'warnSSL' statement enables PHP security checks to detect non encrypted "
"access to the web interface. GOsa will display a warning in this case."
msgstr ""
-#: include/class_core.inc:428
+#: include/class_core.inc:448
msgid "The 'ppdGzip' variable enables PPD file compression."
msgstr ""
-#: include/class_core.inc:439
+#: include/class_core.inc:459
msgid ""
"The 'ignoreAcl' value tells GOsa to ignore complete ACL sets for the given "
"DN. Add your DN here and you'll be able to restore accidently dropped ACLs."
msgstr ""
-#: include/class_core.inc:450
+#: include/class_core.inc:470
msgid ""
"The 'ppdPath' variable defines where to store PPD files for the GOto "
"environment plugins."
msgstr ""
-#: include/class_core.inc:460
+#: include/class_core.inc:480
msgid ""
"The 'ldapMaxQueryTime' statement tells GOsa to stop LDAP actions if there is "
"no answer within the specified number of seconds."
msgstr ""
-#: include/class_core.inc:470
+#: include/class_core.inc:490
msgid ""
"The 'storeFilterSettings' statement determines whether GOsa should store "
"filter and plugin settings inside of a cookie."
msgstr ""
-#: include/class_core.inc:480
+#: include/class_core.inc:500
msgid ""
"The 'sendCompressedOutput' statement determines whether PHP should send "
"compressed HTML pages to browsers or not. This may increase or decrease the "
"performance, depending on your network."
msgstr ""
-#: include/class_core.inc:491
+#: include/class_core.inc:511
msgid ""
"The 'modificationDetectionAttribute' statement enables GOsa to check if a "
"entry currently being edited has been modified from someone else outside "
"based systems."
msgstr ""
-#: include/class_core.inc:502
+#: include/class_core.inc:522
msgid ""
"The 'language' statement defines the default language used by GOsa. Normally "
"GOsa autodetects the language from the browser settings. If this is not "
"de for german) here."
msgstr ""
-#: include/class_core.inc:513
+#: include/class_core.inc:533
msgid ""
"The 'theme' statement defines what theme is used to display GOsa pages. You "
"can install some corporate identity like theme and/or modify certain "
"more information."
msgstr ""
-#: include/class_core.inc:523
+#: include/class_core.inc:543
msgid ""
"The 'sessionLifetime' value defines when a session will expire in seconds. "
"For Debian systems, this will not work because the sessions will be removed "
"instead."
msgstr ""
-#: include/class_core.inc:533
+#: include/class_core.inc:553
msgid ""
"The 'templateCompileDirectory' statements defines the path, where the PHP "
"templating engins 'smarty' should store its compiled GOsa templates for "
"is running with."
msgstr ""
-#: include/class_core.inc:543
+#: include/class_core.inc:563
#, php-format
msgid ""
"The 'debugLevel' value tells GOsa to display certain information on each "
"page load. Value is an AND combination of the following byte values: %s"
msgstr ""
-#: include/class_core.inc:563
+#: include/class_core.inc:583
#, php-format
msgid ""
"The 'sambaHashHook' statement contains an executable to generate samba hash "
"distribution installed, you can use perl to generate the hash: %s"
msgstr ""
-#: include/class_core.inc:574
+#: include/class_core.inc:594
msgid ""
"The 'passwordDefaultHash' statement defines the default password hash to "
"choose for new accounts."
msgstr ""
-#: include/class_core.inc:583
+#: include/class_core.inc:603
msgid ""
"The 'strictPasswordRules' tells GOsa to check for UTF-8 characters in the "
"supplied password. These Characters can lead to non working authentications "
"if UTF-8 and none UTF-8 systems locales get mixed. The default is 'true'."
msgstr ""
-#: include/class_core.inc:594
+#: include/class_core.inc:614
msgid ""
"The 'accountPrimaryAttribute' option tells GOsa how to create new accounts. "
"Possible values are 'uid' and 'cn'. In the first case GOsa creates uid style "
"'personalTitleInDN'."
msgstr ""
-#: include/class_core.inc:604
+#: include/class_core.inc:624
msgid ""
"The 'userRDN' statement defines the location where new accounts will be "
"created inside of defined departments. The default is 'ou=people'."
msgstr ""
-#: include/class_core.inc:614
+#: include/class_core.inc:634
msgid ""
"The 'groupsRDN' statement defines the location where new groups will be "
"created inside of defined departments. The default is 'ou=groups'."
msgstr ""
-#: include/class_core.inc:624
+#: include/class_core.inc:644
msgid ""
"The 'gidNumberBase' statement defines where to start looking for a new free "
"group id. This should be synced with your 'adduser.conf' to avoid "
"definition."
msgstr ""
-#: include/class_core.inc:634
+#: include/class_core.inc:654
msgid ""
"The 'baseIdHook' statement allows to hook into the id generation method "
"(traditional mode), to define the starting range for new generated ids"
msgstr ""
-#: include/class_core.inc:644 include/class_core.inc:664
+#: include/class_core.inc:664 include/class_core.inc:684
msgid ""
"The 'uidNumberPoolMin/gidNumberPoolMin' statement defines the lowest "
"assignable user/group id for use with the 'idAllocationMethod = pool'."
msgstr ""
-#: include/class_core.inc:654 include/class_core.inc:674
+#: include/class_core.inc:674 include/class_core.inc:694
msgid ""
"The 'uidNumberPoolMax/gidNumberPoolMax' statement defines the highest "
"assignable user/group id for use with the 'idAllocationMethod = pool'."
msgstr ""
-#: include/class_core.inc:684
+#: include/class_core.inc:704
msgid ""
"The 'uidNumberBase' statement defines where to start looking for a new free "
"user id. This should be synced with your 'adduser.conf' to avoid overlapping "
"even be dynamic. Take a look at the 'baseIdHook' definition."
msgstr ""
-#: include/class_core.inc:724
+#: include/class_core.inc:744
msgid ""
"The 'gosaSupportURI' defines the major gosa-si server host and the password "
"for GOsa to connect to it. It can be used if you want to use i.e. kerberos "
"to authenticate the users. The format is: credentials@host:port"
msgstr ""
-#: include/class_core.inc:734
+#: include/class_core.inc:754
msgid ""
"The 'gosaSupportTimeout' sets a connection timeout for all gosa-si actions. "
"See 'gosaSupportURI' for details."
msgstr ""
-#: include/class_core.inc:745
+#: include/class_core.inc:765
msgid ""
"The 'loginAttribute' statement tells GOsa which LDAP attribute is used as "
"the login name during login. It can be set to 'uid', 'mail' or 'both'"
msgstr ""
-#: include/class_core.inc:756
+#: include/class_core.inc:776
msgid ""
"The 'timezone' statements defines the timezone used inside of GOsa to handle "
"date related tasks, such as password expiery, vacation messages, etc. The "
"timezone."
msgstr ""
-#: include/class_core.inc:766
+#: include/class_core.inc:786
msgid ""
"The 'honourUnitTags' statement enables checking of 'unitTag' attributes when "
"using administrative units. If this is set to 'true' GOsa can only see "
"objects inside the administrative unit a user is logged into."
msgstr ""
-#: include/class_core.inc:776
+#: include/class_core.inc:796
msgid ""
"The 'useSaslForKerberos' statement defines the way the kerberos realm is "
"stored in the #userPassword' attribute. Set it to 'true' in order to get "
"latter is outdated, but may be needed from time to time."
msgstr ""
-#: include/class_core.inc:786
+#: include/class_core.inc:806
msgid ""
"The 'rfc2307bis' statement enables rfc2307bis style groups in GOsa. You can "
"use 'member' attributes instead of memberUid in this case. To make it work "
"style groups, too"
msgstr ""
-#: include/class_core.inc:796
+#: include/class_core.inc:816
msgid ""
"The 'personalTitleInDN' option tells GOsa to include the personal title in "
"user DNs when #accountPrimaryAttribute' is set to \"cn\"."
msgstr ""
-#: include/class_core.inc:806
+#: include/class_core.inc:826
msgid ""
"The 'nextIdHook' statement defines a script to be called for finding the "
"next free id for users or groups externaly. It gets called with the current "
"entry \"dn\" and the attribute to be ID'd. It should return an integer value."
msgstr ""
-#: include/class_core.inc:816
+#: include/class_core.inc:836
msgid ""
"The 'idGenerator' statement describes an automatic way to generate new user "
"ids. There are two basic functions supported - which can be combined: \n"
" will generate a three digits random number appended to \"ext\".\n"
msgstr ""
-#: include/class_core.inc:856
+#: include/class_core.inc:876
msgid ""
"The 'strictNamingRules' statement enables strict checking of uids and group "
"names. If you need characters like . or - inside of your accounts, set "
"this to 'false'."
msgstr ""
-#: include/class_core.inc:866
+#: include/class_core.inc:886
msgid ""
"The 'minId' statement defines the minimum assignable user or group id to "
"avoid security leaks with uid 0 accounts. This is used for the 'traditional' "
"method."
msgstr ""
-#: include/class_core.inc:877
+#: include/class_core.inc:897
msgid ""
"The 'mailAttribute' statement determines which attribute GOsa will use to "
"create accounts. Valid values are 'mail' and 'uid'."
msgstr ""
-#: include/class_core.inc:887
+#: include/class_core.inc:907
msgid ""
"This attribute allows to override the prefix used to create shared folders."
msgstr ""
-#: include/class_core.inc:897
+#: include/class_core.inc:917
msgid ""
"This attribute allows to override the user account creation syntax, see the "
"'mailFolderCreation' description for more details.\n"
"com\"\n"
msgstr ""
-#: include/class_core.inc:912
+#: include/class_core.inc:932
msgid ""
"Every mail method has its own way to create mail accounts like 'share/"
"development' or 'shared.development@example.com' which is used to identify "
" %uattrib% Depends on mailAttribute=\"uid/mail\".\n"
msgstr ""
-#: include/class_core.inc:938
+#: include/class_core.inc:958
msgid ""
"The 'imapTimeout' statement sets the connection timeout for imap actions."
msgstr ""
-#: include/class_core.inc:949
+#: include/class_core.inc:969
msgid ""
"The 'mailMethod' statement tells GOsa which mail method the setup should use "
"to communicate with a possible mail server. Leave this undefined if your "
"mail method does not match the predefined ones."
msgstr ""
-#: include/class_core.inc:959
+#: include/class_core.inc:979
msgid ""
"The 'cyrusUseSlashes' statement determines if GOsa should use \"foo/bar\" or "
"\"foo.bar\" namespaces in IMAP. Unix style is with slashes."
msgstr ""
-#: include/class_core.inc:969
+#: include/class_core.inc:989
msgid ""
"The 'vacationTemplateDirectory' statement sets the path where GOsa will look "
"for vacation message templates. Default is /etc/gosa/vacation. \n"
"\n"
msgstr ""
-#: include/class_core.inc:990
+#: include/class_core.inc:1010
msgid ""
"The 'ldapTLS' statement enables or disables TLS operating on LDAP "
"connections."
msgstr ""
-#: include/class_core.inc:1000
+#: include/class_core.inc:1020
msgid ""
"The 'honourIvbbAttributes' statement enables the IVBB mode inside of GOsa. "
"You need the ivbb.schema file from used by german authorities."
msgstr ""
-#: include/class_core.inc:1010
+#: include/class_core.inc:1030
msgid ""
"The 'sambaIdMapping' statement tells GOsa to maintain sambaIdmapEntry "
"objects. Depending on your setup this can drastically improve the windows "
"login performance."
msgstr ""
-#: include/class_core.inc:1020
+#: include/class_core.inc:1040
msgid ""
"The 'handleExpiredAccounts' statement enables shadow attribute tests during "
"the login to the GOsa web interface and forces password renewal or account "
"lockout."
msgstr ""
-#: include/class_core.inc:1030
+#: include/class_core.inc:1050
msgid ""
"The 'sambaSID' statement defines a samba SID if not available inside of the "
"LDAP. You can retrieve the current sid by net getlocalsid."
msgstr ""
-#: include/class_core.inc:1040
+#: include/class_core.inc:1060
msgid ""
"The 'sambaRidBase' statement defines the base id to add to ordinary sid "
"calculations - if not available inside of the LDAP."
msgstr ""
-#: include/class_core.inc:1050
+#: include/class_core.inc:1070
msgid ""
"The 'enableSnapshots' statement enables a snapshot mechaism in GOsa. This "
"enables you to save certain states of entries and restore them later on."
msgstr ""
-#: include/class_core.inc:1060
+#: include/class_core.inc:1080
msgid ""
"The 'snapshotBase' statement defines the base where snapshots should be "
"stored inside of the LDAP."
msgstr ""
-#: include/class_core.inc:1070
+#: include/class_core.inc:1090
msgid ""
"The 'snapshotAdminDn' variable defines the user which is used to "
"authenticate when connecting to 'snapshotURI'."
msgstr ""
-#: include/class_core.inc:1080
+#: include/class_core.inc:1100
msgid ""
"The 'snapshotAdminPassword' variable defines the credentials which are used "
"in combination with 'snapshotAdminDn' and 'snapshotURI' in order to "
"authenticate."
msgstr ""
-#: include/class_core.inc:1091
+#: include/class_core.inc:1111
msgid ""
"The 'idAllocationMethod' statement defines how GOsa generates numeric user "
"and group id values. If it is set to 'traditional' GOsa will do create a "
"the other hand it is much faster."
msgstr ""
-#: include/class_core.inc:1100
+#: include/class_core.inc:1120
msgid ""
"The 'snapshotURI' variable defines the LDAP URI for the server which is used "
"to do object snapshots."
msgid "This object will be pasted: %s"
msgstr "Este objeto será colado: %s"
-#: include/class_CopyPasteHandler.inc:572
+#: include/class_CopyPasteHandler.inc:573
msgid "Cannot paste"
msgstr "Não é possível colar"
diff --git a/gosa-core/locale/core/ru/LC_MESSAGES/messages.po b/gosa-core/locale/core/ru/LC_MESSAGES/messages.po
index 72145611500366ac171620fd481a7f59016b4178..2f3ddd13dd85ba8117e6af73153957c572be4253 100644 (file)
msgstr ""
"Project-Id-Version: messages\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-07-29 20:30+0200\n"
+"POT-Creation-Date: 2010-08-02 20:33+0200\n"
"PO-Revision-Date: 2005-04-18 14:35+0300\n"
"Last-Translator: Igor Muratov <migor@altlinux.org>\n"
"Language-Team: ALT Linux Team\n"
+"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ihtml/themes/default/userFilterEditor.tpl:11 include/class_acl.inc:262
#: include/class_SnapShotDialog.inc:55 include/class_userFilter.inc:55
-#: include/class_userFilter.inc:150 include/class_userFilterEditor.inc:230
-#: include/class_userFilterEditor.inc:234
+#: include/class_userFilter.inc:150 include/class_userFilterEditor.inc:236
+#: include/class_userFilterEditor.inc:240
#: plugins/generic/dashBoard/dbChannelStatus/class_dbChannelStatus.inc:14
#: plugins/generic/dashBoard/dbPluginStatus/class_dbPluginStatus.inc:26
#: plugins/generic/references/class_reference.inc:57
#: ihtml/themes/default/userFilterEditor.tpl:19 include/class_acl.inc:252
#: include/class_acl.inc:262 include/class_SnapShotDialog.inc:174
-#: include/class_userFilter.inc:55 include/class_userFilterEditor.inc:239
+#: include/class_userFilter.inc:55 include/class_userFilterEditor.inc:245
#: plugins/generic/dashBoard/dbChannelStatus/class_dbChannelStatus.inc:14
#: plugins/generic/dashBoard/dbPluginStatus/class_dbPluginStatus.inc:26
#: plugins/generic/references/class_reference.inc:57
msgid "Your password has been changed successfully."
msgstr ""
-#: ihtml/themes/default/password.tpl:65 html/main.php:208
+#: ihtml/themes/default/password.tpl:65 html/main.php:220
#: plugins/admin/users/class_userManagement.inc:391
#: plugins/personal/password/class_password.inc:126
#: plugins/personal/password/class_password.inc:129
msgid "Session expires in %d!"
msgstr "Данные, передаваемые в течение этого сеанса, не будут зашифрованы."
-#: html/password.php:61 html/main.php:158 include/functions.inc:465
+#: html/password.php:61 html/main.php:170 include/functions.inc:465
#: include/.svn/tmp/tempfile.tmp:447 include/.svn/tmp/tempfile.2.tmp:447
#: include/utils/class_xml.inc:43
#: plugins/admin/departments/class_department.inc:439
"Не удается прочитать файл настройки GOsa %s/gosa.conf. Операция прервана."
#: html/password.php:113 html/index.php:157 html/index.php:233
-#: html/main.php:273
+#: html/main.php:285
#: include/password-methods/class_password-methods-ssha.inc:51
#: include/password-methods/class_password-methods-sha.inc:48
#: include/class_SnapshotHandler.inc:44 include/class_SnapshotHandler.inc:57
#: include/class_SnapshotHandler.inc:75 include/functions.inc:837
-#: include/functions.inc:3107 include/functions.inc:3150
-#: include/functions.inc:3163 include/.svn/tmp/tempfile.tmp:802
+#: include/functions.inc:3109 include/functions.inc:3152
+#: include/functions.inc:3165 include/.svn/tmp/tempfile.tmp:802
#: include/.svn/tmp/tempfile.tmp:3027 include/.svn/tmp/tempfile.tmp:3059
#: include/.svn/tmp/tempfile.tmp:3072 include/.svn/tmp/tempfile.2.tmp:802
#: include/.svn/tmp/tempfile.2.tmp:3080 include/.svn/tmp/tempfile.2.tmp:3112
#: include/.svn/tmp/tempfile.2.tmp:3125 include/utils/class_timezone.inc:47
-#: include/class_config.inc:162 include/class_config.inc:685
-#: include/class_config.inc:1145 include/class_config.inc:1158
-#: include/class_config.inc:1176 include/class_pluglist.inc:117
+#: include/class_config.inc:172 include/class_config.inc:695
+#: include/class_config.inc:1155 include/class_config.inc:1168
+#: include/class_config.inc:1186 include/class_pluglist.inc:117
#: include/class_CopyPasteHandler.inc:119
#: include/class_CopyPasteHandler.inc:128
#: include/class_CopyPasteHandler.inc:177
#: include/class_configRegistry.inc:670 include/class_configRegistry.inc:685
#: include/class_configRegistry.inc:700 include/class_configRegistry.inc:715
#: include/class_configRegistry.inc:731 include/class_configRegistry.inc:736
-#: include/class_configRegistry.inc:753 include/class_configRegistry.inc:758
-#: include/class_configRegistry.inc:776 include/class_configRegistry.inc:781
-#: include/class_configRegistry.inc:797 include/class_configRegistry.inc:812
-#: include/class_configRegistry.inc:827
+#: include/class_configRegistry.inc:756 include/class_configRegistry.inc:761
+#: include/class_configRegistry.inc:778 include/class_configRegistry.inc:783
+#: include/class_configRegistry.inc:801 include/class_configRegistry.inc:806
+#: include/class_configRegistry.inc:822 include/class_configRegistry.inc:837
+#: include/class_configRegistry.inc:852
#: plugins/admin/groups/class_group.inc:832
#: plugins/admin/departments/dep_move_confirm.tpl:2
#: plugins/personal/posix/class_posixAccount.inc:651
msgid "Broken HTTP authentication setup!"
msgstr ""
-#: html/index.php:241 html/index.php:245 include/class_management.inc:483
-#: include/class_management.inc:644
+#: html/index.php:241 html/index.php:245 include/class_management.inc:508
+#: include/class_management.inc:669
#: include/password-methods/class_password-methods.inc:277
-#: include/class_listing.inc:536 include/functions.inc:3135
-#: include/functions.inc:3441 include/functions.inc:3455
-#: include/functions.inc:3485 include/functions.inc:3493
-#: include/functions.inc:3505 include/functions.inc:3509
-#: include/functions.inc:3524 include/functions.inc:3533
-#: include/functions.inc:3593 include/class_tabs.inc:56
+#: include/class_listing.inc:536 include/functions.inc:3137
+#: include/functions.inc:3443 include/functions.inc:3457
+#: include/functions.inc:3487 include/functions.inc:3495
+#: include/functions.inc:3507 include/functions.inc:3511
+#: include/functions.inc:3526 include/functions.inc:3535
+#: include/functions.inc:3595 include/class_tabs.inc:56
#: include/.svn/tmp/tempfile.tmp:3353 include/.svn/tmp/tempfile.tmp:3367
#: include/.svn/tmp/tempfile.tmp:3397 include/.svn/tmp/tempfile.tmp:3405
#: include/.svn/tmp/tempfile.tmp:3417 include/.svn/tmp/tempfile.tmp:3421
#: include/.svn/tmp/tempfile.2.tmp:3458 include/.svn/tmp/tempfile.2.tmp:3470
#: include/.svn/tmp/tempfile.2.tmp:3474 include/.svn/tmp/tempfile.2.tmp:3489
#: include/.svn/tmp/tempfile.2.tmp:3498 include/.svn/tmp/tempfile.2.tmp:3558
-#: include/class_plugin.inc:1621 include/class_plugin.inc:1628
+#: include/class_plugin.inc:1647 include/class_plugin.inc:1654
#: include/utils/class_xml.inc:40 include/utils/class_msgPool.inc:137
#: include/utils/class_msgPool.inc:149 include/utils/class_msgPool.inc:167
#: include/utils/class_msgPool.inc:440 include/utils/class_msgPool.inc:461
#: include/functions.inc:537 include/functions.inc:583
#: include/functions.inc:852 include/functions.inc:901
#: include/functions.inc:958 include/functions.inc:1008
-#: include/functions.inc:3086 include/functions.inc:3367
+#: include/functions.inc:3088 include/functions.inc:3369
#: include/.svn/tmp/tempfile.tmp:476 include/.svn/tmp/tempfile.tmp:511
#: include/.svn/tmp/tempfile.tmp:519 include/.svn/tmp/tempfile.tmp:565
#: include/.svn/tmp/tempfile.tmp:817 include/.svn/tmp/tempfile.tmp:866
#: include/.svn/tmp/tempfile.2.tmp:817 include/.svn/tmp/tempfile.2.tmp:866
#: include/.svn/tmp/tempfile.2.tmp:923 include/.svn/tmp/tempfile.2.tmp:976
#: include/.svn/tmp/tempfile.2.tmp:3059 include/.svn/tmp/tempfile.2.tmp:3332
-#: include/class_userFilter.inc:275 include/class_ldap.inc:756
-#: include/class_ldap.inc:1173 include/class_config.inc:344
+#: include/class_userFilter.inc:275 include/class_ldap.inc:775
+#: include/class_ldap.inc:1192 include/class_config.inc:354
#: plugins/generic/references/class_reference.inc:97
#: plugins/admin/ogroups/class_ogroup.inc:749
#: plugins/admin/ogroups/class_ogroup.inc:766
msgid "Smarty"
msgstr "Запуск"
-#: html/main.php:159
+#: html/main.php:171
#, php-format
msgid "Cannot locate file %s - please run %s to fix this"
msgstr ""
-#: html/main.php:178
+#: html/main.php:190
#, fuzzy
msgid "PHP configuration"
msgstr "Базы данных"
-#: html/main.php:179
+#: html/main.php:191
msgid ""
"FATAL: Register globals is active. Please fix this in order to continue."
msgstr ""
-#: html/main.php:208
+#: html/main.php:220
#, fuzzy
msgid "Your password is about to expire, please change your password!"
msgstr "У вас недостаточно прав для смены своего пароля."
-#: html/main.php:273
+#: html/main.php:285
msgid "Running out of memory!"
msgstr ""
-#: html/main.php:333
-#, fuzzy
-msgid "ACLs are disabled"
-msgstr "отключен"
-
-#: html/main.php:333 html/main.php:335
+#: html/main.php:345
#, php-format
msgid "You're logged in as %s"
msgstr ""
-#: html/main.php:383
+#: html/main.php:348
+#, fuzzy
+msgid "ACLs are disabled"
+msgstr "отключен"
+
+#: html/main.php:398
#, fuzzy
msgid "Plug-in"
msgstr "в"
-#: html/main.php:384
+#: html/main.php:399
#, fuzzy, php-format
msgid "FATAL: Cannot find any plugin definitions for plugin %s!"
msgstr "Не удается найти определение для модуля \"%s\"!"
-#: html/main.php:400
+#: html/main.php:415
#, fuzzy
msgid "Configuration Error"
msgstr "Настроить"
-#: html/main.php:401
+#: html/main.php:416
#, php-format
msgid ""
"FATAL: not all POST variables have been transfered by PHP - please inform "
msgid "unconfigured"
msgstr "Не настроено"
-#: include/class_management.inc:304 include/class_management.inc:462
-#: include/class_management.inc:509 include/class_management.inc:524
-#: include/class_management.inc:561 include/class_management.inc:575
+#: include/class_management.inc:324 include/class_management.inc:487
+#: include/class_management.inc:534 include/class_management.inc:549
+#: include/class_management.inc:586 include/class_management.inc:600
#: plugins/admin/users/class_userManagement.inc:228
#: plugins/admin/users/class_userManagement.inc:744
#, fuzzy
msgid "Permission"
msgstr "Права для членов группы"
-#: include/class_management.inc:385
+#: include/class_management.inc:405
#: plugins/admin/users/class_userManagement.inc:702
#: plugins/admin/users/class_userManagement.inc:706
#: plugins/admin/acl/class_aclManagement.inc:98
msgid "Permission error"
msgstr "Права для членов группы"
-#: include/class_management.inc:462
+#: include/class_management.inc:487
#, fuzzy, php-format
msgid "You are not allowed to create a snapshot for %s!"
msgstr "Вам не разрешено менять пароль."
-#: include/class_management.inc:509 include/class_management.inc:561
-#: include/class_management.inc:575
+#: include/class_management.inc:534 include/class_management.inc:586
+#: include/class_management.inc:600
#, fuzzy, php-format
msgid "You are not allowed to restore a snapshot for %s!"
msgstr "Вам не разрешено менять пароль."
-#: include/class_management.inc:524
+#: include/class_management.inc:549
#, fuzzy, php-format
msgid "You are not allowed to remove a snapshot for %s!"
msgstr "Вам не разрешено менять пароль."
-#: include/class_management.inc:634 include/class_management.inc:718
+#: include/class_management.inc:659 include/class_management.inc:743
#: include/class_acl.inc:978 include/class_session.inc:76
#: include/class_session.inc:101 include/class_session.inc:127
#: include/functions.inc:623 include/functions.inc:827
#: include/.svn/tmp/tempfile.2.tmp:605 include/.svn/tmp/tempfile.2.tmp:792
#: include/.svn/tmp/tempfile.2.tmp:910 include/.svn/tmp/tempfile.2.tmp:1308
#: include/.svn/tmp/tempfile.2.tmp:2372 include/.svn/tmp/tempfile.2.tmp:2406
-#: include/.svn/tmp/tempfile.2.tmp:2426 include/class_ldap.inc:693
-#: include/class_ldap.inc:744 include/class_log.inc:87
+#: include/.svn/tmp/tempfile.2.tmp:2426 include/class_ldap.inc:712
+#: include/class_ldap.inc:763 include/class_log.inc:87
#: include/class_CopyPasteHandler.inc:160
#: include/class_CopyPasteHandler.inc:274
#: plugins/personal/myaccount/main.inc:52
msgid "Internal error"
msgstr "Терминал-сервер"
-#: include/class_management.inc:635 include/class_management.inc:719
+#: include/class_management.inc:660 include/class_management.inc:744
#: plugins/personal/myaccount/main.inc:53
#, php-format
msgid ""
"Cannot instantiate tabbed-plug-in, the base plugin (%s) is not available!"
msgstr ""
-#: include/class_management.inc:644
+#: include/class_management.inc:669
#, php-format
msgid ""
"No tab definition for %s found in configuration file: cannot create plugin "
msgstr "Выполнить"
#: include/class_listing.inc:1460 include/class_listing.inc:1462
-#: include/class_CopyPasteHandler.inc:570
+#: include/class_CopyPasteHandler.inc:571
#, fuzzy
msgid "Paste"
msgstr "Дата"
msgid "Russian"
msgstr "Русский"
-#: include/functions.inc:3106
+#: include/functions.inc:3108
#, fuzzy, php-format
msgid ""
"Command %s specified as post modify action for plugin %s does not exist!"
msgstr ""
"Не удается найти команду \"%s\", указанную в поле POSTCREATE модуля \"%s\"."
-#: include/functions.inc:3150
+#: include/functions.inc:3152
msgid "Cannot generate SAMBA hash!"
msgstr ""
-#: include/functions.inc:3163
+#: include/functions.inc:3165
#, php-format
msgid "Generating SAMBA hash by running %s failed: check %s!"
msgstr ""
-#: include/functions.inc:3441 include/functions.inc:3455
-#: include/functions.inc:3493 include/functions.inc:3505
-#: include/functions.inc:3509 include/functions.inc:3524
-#: include/functions.inc:3533
+#: include/functions.inc:3443 include/functions.inc:3457
+#: include/functions.inc:3495 include/functions.inc:3507
+#: include/functions.inc:3511 include/functions.inc:3526
+#: include/functions.inc:3535
#, fuzzy
msgid "Cannot allocate free ID:"
msgstr "Слишком много пользователей, невозможно создать идентификатор!"
-#: include/functions.inc:3441 include/.svn/tmp/tempfile.tmp:3353
+#: include/functions.inc:3443 include/.svn/tmp/tempfile.tmp:3353
#: include/.svn/tmp/tempfile.2.tmp:3406
msgid "unknown idAllocation method!"
msgstr ""
-#: include/functions.inc:3455 include/.svn/tmp/tempfile.tmp:3367
+#: include/functions.inc:3457 include/.svn/tmp/tempfile.tmp:3367
#: include/.svn/tmp/tempfile.2.tmp:3420
#, php-format
msgid "%sPoolMin >= %sPoolMax!"
msgstr ""
-#: include/functions.inc:3485 include/.svn/tmp/tempfile.tmp:3397
+#: include/functions.inc:3487 include/.svn/tmp/tempfile.tmp:3397
#: include/.svn/tmp/tempfile.2.tmp:3450
#, fuzzy
msgid "Cannot create sambaUnixIdPool entry!"
msgstr "Список подразделений"
-#: include/functions.inc:3493 include/.svn/tmp/tempfile.tmp:3405
+#: include/functions.inc:3495 include/.svn/tmp/tempfile.tmp:3405
#: include/.svn/tmp/tempfile.2.tmp:3458
msgid "sambaUnixIdPool is not unique!"
msgstr ""
-#: include/functions.inc:3505 include/functions.inc:3509
+#: include/functions.inc:3507 include/functions.inc:3511
#: include/.svn/tmp/tempfile.tmp:3417 include/.svn/tmp/tempfile.tmp:3421
#: include/.svn/tmp/tempfile.2.tmp:3470 include/.svn/tmp/tempfile.2.tmp:3474
msgid "no ID available!"
msgstr ""
-#: include/functions.inc:3533
+#: include/functions.inc:3535
msgid "maximum number of tries exceeded!"
msgstr ""
-#: include/functions.inc:3593
+#: include/functions.inc:3595
#, fuzzy
msgid "Cannot allocate free ID!"
msgstr "Слишком много пользователей, невозможно создать идентификатор!"
msgid "Edit filters"
msgstr "Изменить сертификаты"
-#: include/class_userFilterEditor.inc:248
+#: include/class_userFilterEditor.inc:254
#, php-format
msgid "Error in filter #%s: %s opening and %s closing brackets detected!"
msgstr ""
-#: include/class_plugin.inc:558
+#: include/class_plugin.inc:581
msgid ""
"The current object has been altered while beeing edited. If you save this "
"entry, changes that have been made by others will be discarded!"
msgstr ""
-#: include/class_plugin.inc:1359
+#: include/class_plugin.inc:1385
#, php-format
msgid "Changing ACL DN from %s to %s"
msgstr ""
"The supplied base is not valid and has been reset to its previous value!"
msgstr ""
-#: include/class_ldap.inc:233 include/class_ldap.inc:266
+#: include/class_ldap.inc:233 include/class_ldap.inc:270
msgid "Performance warning"
msgstr ""
-#: include/class_ldap.inc:233 include/class_ldap.inc:266
+#: include/class_ldap.inc:233 include/class_ldap.inc:270
#, php-format
msgid "LDAP performance is poor: last query took %.2fs!"
msgstr ""
-#: include/class_ldap.inc:693
+#: include/class_ldap.inc:712
#, php-format
msgid "Cannot automatically create subtrees with RDN %s: no object class found"
msgstr ""
-#: include/class_ldap.inc:744
+#: include/class_ldap.inc:763
#, php-format
msgid "Cannot automatically create subtrees with RDN %s: not supported"
msgstr ""
-#: include/class_ldap.inc:831
+#: include/class_ldap.inc:850
#, fuzzy, php-format
msgid "while operating on %s using LDAP server %s"
msgstr "Ошибка при подключении к LDAP-серверу. Ответ сервера: \"%s\"."
-#: include/class_ldap.inc:833
+#: include/class_ldap.inc:852
#, fuzzy, php-format
msgid "while operating on LDAP server %s"
msgstr "Ошибка при подключении к LDAP-серверу. Ответ сервера: \"%s\"."
-#: include/class_ldap.inc:1006
+#: include/class_ldap.inc:1025
#, php-format
msgid ""
"Invalid DN %s: block to be imported should start with 'dn: ...' in line %s"
msgstr ""
-#: include/class_ldap.inc:1035
+#: include/class_ldap.inc:1054
#, php-format
msgid "Error while importing DN %s: please check LDIF from line %s on!"
msgstr ""
msgid "The path '%s' specified for '%s:%s' is invalid!"
msgstr ""
-#: include/class_configRegistry.inc:732 include/class_configRegistry.inc:754
+#: include/class_configRegistry.inc:732 include/class_configRegistry.inc:779
#, fuzzy, php-format
msgid "The folder '%s' specified for '%s:%s' does not exists!"
msgstr ""
msgid "The folder '%s' specified for '%s:%s' cannot be used for reading!"
msgstr ""
-#: include/class_configRegistry.inc:759
+#: include/class_configRegistry.inc:757
+#, fuzzy, php-format
+msgid ""
+"The file '%s' specified for '%s:%s' cannot be created neither be used for "
+"writing!"
+msgstr ""
+"Не удается найти команду \"%s\", указанную в поле POSTCREATE модуля \"%s\"."
+
+#: include/class_configRegistry.inc:762
+#, fuzzy, php-format
+msgid "The file '%s' specified for '%s:%s' cannot be used for writing!"
+msgstr ""
+"Не удается найти команду \"%s\", указанную в поле POSTCREATE модуля \"%s\"."
+
+#: include/class_configRegistry.inc:784
#, php-format
msgid "The folder '%s' specified for '%s:%s' cannot be used for writing!"
msgstr ""
-#: include/class_configRegistry.inc:777
+#: include/class_configRegistry.inc:802
#, fuzzy, php-format
msgid "The file '%s' specified for '%s:%s' does not exists!"
msgstr ""
"Не удается найти команду \"%s\", указанную в поле POSTCREATE модуля \"%s\"."
-#: include/class_configRegistry.inc:782
+#: include/class_configRegistry.inc:807
#, php-format
msgid "The file '%s' specified for '%s:%s' cannot be read!"
msgstr ""
-#: include/class_configRegistry.inc:798
+#: include/class_configRegistry.inc:823
#, php-format
msgid "The command '%s' specified for '%s:%s' is invalid!"
msgstr ""
-#: include/class_configRegistry.inc:813
+#: include/class_configRegistry.inc:838
#, fuzzy, php-format
msgid "The dn '%s' specified for '%s:%s' is invalid!"
msgstr "Значение поля \"UID\" некорректно."
-#: include/class_configRegistry.inc:828
+#: include/class_configRegistry.inc:853
#, php-format
msgid "The rdn '%s' specified for '%s:%s' is invalid!"
msgstr ""
msgid "Cannot remove entry %s!"
msgstr "состояние неизвестно"
-#: include/class_config.inc:159
+#: include/class_config.inc:169
#, php-format
msgid "XML error in gosa.conf: %s at line %d"
msgstr "Ошибка XML в gosa.conf: %s в строке %d"
-#: include/class_config.inc:344
+#: include/class_config.inc:354
msgid "Cannot bind to LDAP!"
msgstr ""
-#: include/class_config.inc:685
+#: include/class_config.inc:695
#, fuzzy
msgid "sambaSID and/or sambaRidBase missing in the configuration!"
msgstr "В вашем файле настройки отсутствуют значения SID и/или RIDBASE!"
-#: include/class_config.inc:1104
+#: include/class_config.inc:1114
#, fuzzy
msgid "Configuration"
msgstr "Настроить"
-#: include/class_config.inc:1104
+#: include/class_config.inc:1114
msgid ""
"The configuration file you are using is outdated. Please move the GOsa "
"configuration file away to run the GOsa setup again."
msgstr ""
-#: include/class_config.inc:1146 include/class_config.inc:1177
+#: include/class_config.inc:1156 include/class_config.inc:1187
#, php-format
msgid ""
"The snapshot functionality is enabled, but the required variable %s is not "
"set."
msgstr ""
-#: include/class_config.inc:1159
+#: include/class_config.inc:1169
#, php-format
msgid ""
"The snapshot functionality is enabled, but the required compression module "
msgstr ""
#: include/class_core.inc:245
+msgid "Enables/Disables GOSa usage statistics moduls."
+msgstr ""
+
+#: include/class_core.inc:255
+msgid "The database file for GOSa usage statistics."
+msgstr ""
+
+#: include/class_core.inc:265
msgid ""
"The 'logging' statement enables event logging on GOsa side. Setting it to "
"'true' GOsa will log every action a user performs via syslog. If you use "
"'false'."
msgstr ""
-#: include/class_core.inc:256
+#: include/class_core.inc:276
msgid ""
"The 'listSummary' statement determines whether a status bar will be shown on "
"the bottom of GOsa generated lists, displaying a short summary of type and "
"number of elements in the list."
msgstr ""
-#: include/class_core.inc:266
+#: include/class_core.inc:286
msgid ""
"The 'passwordMinLength' statement determines whether a newly entered "
"password has to be of a minimum length."
msgstr ""
-#: include/class_core.inc:276
+#: include/class_core.inc:296
msgid ""
"The 'passwordMinDiffer' statement determines whether a newly entered "
"password has to be checked to have at least n different characters."
msgstr ""
-#: include/class_core.inc:287
+#: include/class_core.inc:307
msgid ""
"The 'passwordHook' can specify an external script to handle password "
"settings at some other location besides the LDAP."
msgstr ""
-#: include/class_core.inc:287
+#: include/class_core.inc:307
#, php-format
msgid "It will be called this way: %s"
msgstr ""
-#: include/class_core.inc:297
+#: include/class_core.inc:317
msgid ""
"The 'passwordProposalHook' can be used to let GOsa generate password "
"proposals for you. Whenever you change a password, you can then decide "
"whether to use the proposal or to manually specify a password."
msgstr ""
-#: include/class_core.inc:297
+#: include/class_core.inc:317
msgid "Here is an example command:"
msgstr ""
-#: include/class_core.inc:307
+#: include/class_core.inc:327
msgid ""
"The 'displayErrors' statement tells GOsa to show PHP errors in the upper "
"part of the screen. This should be disabled in productive deployments, "
"because there might be some important passwords arround."
msgstr ""
-#: include/class_core.inc:307
+#: include/class_core.inc:327
#, php-format
msgid "The property '%s' may be interesting too."
msgstr ""
-#: include/class_core.inc:317
+#: include/class_core.inc:337
msgid ""
"The 'developmentMode' statement tells GOsa to show development related error "
"messages, for example messages about missing ACL configuration or classes. "
"messages it should only be enabled while developing or debugging plugins!"
msgstr ""
-#: include/class_core.inc:328
+#: include/class_core.inc:348
msgid ""
"The 'schemaCheck' statement enables or disables schema checking during "
"login. It is recommended to switch this on in order to let GOsa handle "
"object creation more efficient."
msgstr ""
-#: include/class_core.inc:338
+#: include/class_core.inc:358
msgid ""
"The 'copyPaste' statement enables copy and paste for LDAP entries managed "
"with GOsa."
msgstr ""
-#: include/class_core.inc:348
+#: include/class_core.inc:368
msgid ""
"The 'forceGlobals' statement enables PHP security checks to force "
"register_global settings to be switched off."
msgstr ""
-#: include/class_core.inc:358
+#: include/class_core.inc:378
msgid ""
"The 'forceSSL' statement enables PHP security checks to force encrypted "
"access to the web interface. GOsa will try to redirect to the same URL - "
"just with https://"
msgstr ""
-#: include/class_core.inc:368
+#: include/class_core.inc:388
msgid ""
"Logs information about triggered ldap operations, duration, filter, aso. "
"into syslog."
msgstr ""
-#: include/class_core.inc:378
+#: include/class_core.inc:398
msgid ""
"The 'ldapFollowReferrals' statement tells GOsa to follow LDAP referrals."
msgstr ""
-#: include/class_core.inc:388
+#: include/class_core.inc:408
msgid ""
"The 'ldapFilterNestingLimit' statement can be used to speed up group "
"handling for groups with several hundreds of members. The default behaviour "
"set a member limit, where GOsa will stop to do these lookups."
msgstr ""
-#: include/class_core.inc:398
+#: include/class_core.inc:418
msgid ""
"The ldapSizelimit statement tells GOsa to retrieve the specified maximum "
"number of results. The user will get a warning, that not all entries "
"were shown."
msgstr ""
-#: include/class_core.inc:408
+#: include/class_core.inc:428
msgid ""
"Disables sizelimit checks, only the configured amount of results will be "
"shown!"
msgstr ""
-#: include/class_core.inc:418
+#: include/class_core.inc:438
msgid ""
"The 'warnSSL' statement enables PHP security checks to detect non encrypted "
"access to the web interface. GOsa will display a warning in this case."
msgstr ""
-#: include/class_core.inc:428
+#: include/class_core.inc:448
msgid "The 'ppdGzip' variable enables PPD file compression."
msgstr ""
-#: include/class_core.inc:439
+#: include/class_core.inc:459
msgid ""
"The 'ignoreAcl' value tells GOsa to ignore complete ACL sets for the given "
"DN. Add your DN here and you'll be able to restore accidently dropped ACLs."
msgstr ""
-#: include/class_core.inc:450
+#: include/class_core.inc:470
msgid ""
"The 'ppdPath' variable defines where to store PPD files for the GOto "
"environment plugins."
msgstr ""
-#: include/class_core.inc:460
+#: include/class_core.inc:480
msgid ""
"The 'ldapMaxQueryTime' statement tells GOsa to stop LDAP actions if there is "
"no answer within the specified number of seconds."
msgstr ""
-#: include/class_core.inc:470
+#: include/class_core.inc:490
msgid ""
"The 'storeFilterSettings' statement determines whether GOsa should store "
"filter and plugin settings inside of a cookie."
msgstr ""
-#: include/class_core.inc:480
+#: include/class_core.inc:500
msgid ""
"The 'sendCompressedOutput' statement determines whether PHP should send "
"compressed HTML pages to browsers or not. This may increase or decrease the "
"performance, depending on your network."
msgstr ""
-#: include/class_core.inc:491
+#: include/class_core.inc:511
msgid ""
"The 'modificationDetectionAttribute' statement enables GOsa to check if a "
"entry currently being edited has been modified from someone else outside "
"based systems."
msgstr ""
-#: include/class_core.inc:502
+#: include/class_core.inc:522
msgid ""
"The 'language' statement defines the default language used by GOsa. Normally "
"GOsa autodetects the language from the browser settings. If this is not "
"de for german) here."
msgstr ""
-#: include/class_core.inc:513
+#: include/class_core.inc:533
msgid ""
"The 'theme' statement defines what theme is used to display GOsa pages. You "
"can install some corporate identity like theme and/or modify certain "
"more information."
msgstr ""
-#: include/class_core.inc:523
+#: include/class_core.inc:543
msgid ""
"The 'sessionLifetime' value defines when a session will expire in seconds. "
"For Debian systems, this will not work because the sessions will be removed "
"instead."
msgstr ""
-#: include/class_core.inc:533
+#: include/class_core.inc:553
msgid ""
"The 'templateCompileDirectory' statements defines the path, where the PHP "
"templating engins 'smarty' should store its compiled GOsa templates for "
"is running with."
msgstr ""
-#: include/class_core.inc:543
+#: include/class_core.inc:563
#, php-format
msgid ""
"The 'debugLevel' value tells GOsa to display certain information on each "
"page load. Value is an AND combination of the following byte values: %s"
msgstr ""
-#: include/class_core.inc:563
+#: include/class_core.inc:583
#, php-format
msgid ""
"The 'sambaHashHook' statement contains an executable to generate samba hash "
"distribution installed, you can use perl to generate the hash: %s"
msgstr ""
-#: include/class_core.inc:574
+#: include/class_core.inc:594
msgid ""
"The 'passwordDefaultHash' statement defines the default password hash to "
"choose for new accounts."
msgstr ""
-#: include/class_core.inc:583
+#: include/class_core.inc:603
msgid ""
"The 'strictPasswordRules' tells GOsa to check for UTF-8 characters in the "
"supplied password. These Characters can lead to non working authentications "
"if UTF-8 and none UTF-8 systems locales get mixed. The default is 'true'."
msgstr ""
-#: include/class_core.inc:594
+#: include/class_core.inc:614
msgid ""
"The 'accountPrimaryAttribute' option tells GOsa how to create new accounts. "
"Possible values are 'uid' and 'cn'. In the first case GOsa creates uid style "
"'personalTitleInDN'."
msgstr ""
-#: include/class_core.inc:604
+#: include/class_core.inc:624
msgid ""
"The 'userRDN' statement defines the location where new accounts will be "
"created inside of defined departments. The default is 'ou=people'."
msgstr ""
-#: include/class_core.inc:614
+#: include/class_core.inc:634
msgid ""
"The 'groupsRDN' statement defines the location where new groups will be "
"created inside of defined departments. The default is 'ou=groups'."
msgstr ""
-#: include/class_core.inc:624
+#: include/class_core.inc:644
msgid ""
"The 'gidNumberBase' statement defines where to start looking for a new free "
"group id. This should be synced with your 'adduser.conf' to avoid "
"definition."
msgstr ""
-#: include/class_core.inc:634
+#: include/class_core.inc:654
msgid ""
"The 'baseIdHook' statement allows to hook into the id generation method "
"(traditional mode), to define the starting range for new generated ids"
msgstr ""
-#: include/class_core.inc:644 include/class_core.inc:664
+#: include/class_core.inc:664 include/class_core.inc:684
msgid ""
"The 'uidNumberPoolMin/gidNumberPoolMin' statement defines the lowest "
"assignable user/group id for use with the 'idAllocationMethod = pool'."
msgstr ""
-#: include/class_core.inc:654 include/class_core.inc:674
+#: include/class_core.inc:674 include/class_core.inc:694
msgid ""
"The 'uidNumberPoolMax/gidNumberPoolMax' statement defines the highest "
"assignable user/group id for use with the 'idAllocationMethod = pool'."
msgstr ""
-#: include/class_core.inc:684
+#: include/class_core.inc:704
msgid ""
"The 'uidNumberBase' statement defines where to start looking for a new free "
"user id. This should be synced with your 'adduser.conf' to avoid overlapping "
"even be dynamic. Take a look at the 'baseIdHook' definition."
msgstr ""
-#: include/class_core.inc:724
+#: include/class_core.inc:744
msgid ""
"The 'gosaSupportURI' defines the major gosa-si server host and the password "
"for GOsa to connect to it. It can be used if you want to use i.e. kerberos "
"to authenticate the users. The format is: credentials@host:port"
msgstr ""
-#: include/class_core.inc:734
+#: include/class_core.inc:754
msgid ""
"The 'gosaSupportTimeout' sets a connection timeout for all gosa-si actions. "
"See 'gosaSupportURI' for details."
msgstr ""
-#: include/class_core.inc:745
+#: include/class_core.inc:765
msgid ""
"The 'loginAttribute' statement tells GOsa which LDAP attribute is used as "
"the login name during login. It can be set to 'uid', 'mail' or 'both'"
msgstr ""
-#: include/class_core.inc:756
+#: include/class_core.inc:776
msgid ""
"The 'timezone' statements defines the timezone used inside of GOsa to handle "
"date related tasks, such as password expiery, vacation messages, etc. The "
"timezone."
msgstr ""
-#: include/class_core.inc:766
+#: include/class_core.inc:786
msgid ""
"The 'honourUnitTags' statement enables checking of 'unitTag' attributes when "
"using administrative units. If this is set to 'true' GOsa can only see "
"objects inside the administrative unit a user is logged into."
msgstr ""
-#: include/class_core.inc:776
+#: include/class_core.inc:796
msgid ""
"The 'useSaslForKerberos' statement defines the way the kerberos realm is "
"stored in the #userPassword' attribute. Set it to 'true' in order to get "
"latter is outdated, but may be needed from time to time."
msgstr ""
-#: include/class_core.inc:786
+#: include/class_core.inc:806
msgid ""
"The 'rfc2307bis' statement enables rfc2307bis style groups in GOsa. You can "
"use 'member' attributes instead of memberUid in this case. To make it work "
"style groups, too"
msgstr ""
-#: include/class_core.inc:796
+#: include/class_core.inc:816
msgid ""
"The 'personalTitleInDN' option tells GOsa to include the personal title in "
"user DNs when #accountPrimaryAttribute' is set to \"cn\"."
msgstr ""
-#: include/class_core.inc:806
+#: include/class_core.inc:826
msgid ""
"The 'nextIdHook' statement defines a script to be called for finding the "
"next free id for users or groups externaly. It gets called with the current "
"entry \"dn\" and the attribute to be ID'd. It should return an integer value."
msgstr ""
-#: include/class_core.inc:816
+#: include/class_core.inc:836
msgid ""
"The 'idGenerator' statement describes an automatic way to generate new user "
"ids. There are two basic functions supported - which can be combined: \n"
" will generate a three digits random number appended to \"ext\".\n"
msgstr ""
-#: include/class_core.inc:856
+#: include/class_core.inc:876
msgid ""
"The 'strictNamingRules' statement enables strict checking of uids and group "
"names. If you need characters like . or - inside of your accounts, set "
"this to 'false'."
msgstr ""
-#: include/class_core.inc:866
+#: include/class_core.inc:886
msgid ""
"The 'minId' statement defines the minimum assignable user or group id to "
"avoid security leaks with uid 0 accounts. This is used for the 'traditional' "
"method."
msgstr ""
-#: include/class_core.inc:877
+#: include/class_core.inc:897
msgid ""
"The 'mailAttribute' statement determines which attribute GOsa will use to "
"create accounts. Valid values are 'mail' and 'uid'."
msgstr ""
-#: include/class_core.inc:887
+#: include/class_core.inc:907
msgid ""
"This attribute allows to override the prefix used to create shared folders."
msgstr ""
-#: include/class_core.inc:897
+#: include/class_core.inc:917
msgid ""
"This attribute allows to override the user account creation syntax, see the "
"'mailFolderCreation' description for more details.\n"
"com\"\n"
msgstr ""
-#: include/class_core.inc:912
+#: include/class_core.inc:932
msgid ""
"Every mail method has its own way to create mail accounts like 'share/"
"development' or 'shared.development@example.com' which is used to identify "
" %uattrib% Depends on mailAttribute=\"uid/mail\".\n"
msgstr ""
-#: include/class_core.inc:938
+#: include/class_core.inc:958
msgid ""
"The 'imapTimeout' statement sets the connection timeout for imap actions."
msgstr ""
-#: include/class_core.inc:949
+#: include/class_core.inc:969
msgid ""
"The 'mailMethod' statement tells GOsa which mail method the setup should use "
"to communicate with a possible mail server. Leave this undefined if your "
"mail method does not match the predefined ones."
msgstr ""
-#: include/class_core.inc:959
+#: include/class_core.inc:979
msgid ""
"The 'cyrusUseSlashes' statement determines if GOsa should use \"foo/bar\" or "
"\"foo.bar\" namespaces in IMAP. Unix style is with slashes."
msgstr ""
-#: include/class_core.inc:969
+#: include/class_core.inc:989
msgid ""
"The 'vacationTemplateDirectory' statement sets the path where GOsa will look "
"for vacation message templates. Default is /etc/gosa/vacation. \n"
"\n"
msgstr ""
-#: include/class_core.inc:990
+#: include/class_core.inc:1010
msgid ""
"The 'ldapTLS' statement enables or disables TLS operating on LDAP "
"connections."
msgstr ""
-#: include/class_core.inc:1000
+#: include/class_core.inc:1020
msgid ""
"The 'honourIvbbAttributes' statement enables the IVBB mode inside of GOsa. "
"You need the ivbb.schema file from used by german authorities."
msgstr ""
-#: include/class_core.inc:1010
+#: include/class_core.inc:1030
msgid ""
"The 'sambaIdMapping' statement tells GOsa to maintain sambaIdmapEntry "
"objects. Depending on your setup this can drastically improve the windows "
"login performance."
msgstr ""
-#: include/class_core.inc:1020
+#: include/class_core.inc:1040
msgid ""
"The 'handleExpiredAccounts' statement enables shadow attribute tests during "
"the login to the GOsa web interface and forces password renewal or account "
"lockout."
msgstr ""
-#: include/class_core.inc:1030
+#: include/class_core.inc:1050
msgid ""
"The 'sambaSID' statement defines a samba SID if not available inside of the "
"LDAP. You can retrieve the current sid by net getlocalsid."
msgstr ""
-#: include/class_core.inc:1040
+#: include/class_core.inc:1060
msgid ""
"The 'sambaRidBase' statement defines the base id to add to ordinary sid "
"calculations - if not available inside of the LDAP."
msgstr ""
-#: include/class_core.inc:1050
+#: include/class_core.inc:1070
msgid ""
"The 'enableSnapshots' statement enables a snapshot mechaism in GOsa. This "
"enables you to save certain states of entries and restore them later on."
msgstr ""
-#: include/class_core.inc:1060
+#: include/class_core.inc:1080
msgid ""
"The 'snapshotBase' statement defines the base where snapshots should be "
"stored inside of the LDAP."
msgstr ""
-#: include/class_core.inc:1070
+#: include/class_core.inc:1090
msgid ""
"The 'snapshotAdminDn' variable defines the user which is used to "
"authenticate when connecting to 'snapshotURI'."
msgstr ""
-#: include/class_core.inc:1080
+#: include/class_core.inc:1100
msgid ""
"The 'snapshotAdminPassword' variable defines the credentials which are used "
"in combination with 'snapshotAdminDn' and 'snapshotURI' in order to "
"authenticate."
msgstr ""
-#: include/class_core.inc:1091
+#: include/class_core.inc:1111
msgid ""
"The 'idAllocationMethod' statement defines how GOsa generates numeric user "
"and group id values. If it is set to 'traditional' GOsa will do create a "
"the other hand it is much faster."
msgstr ""
-#: include/class_core.inc:1100
+#: include/class_core.inc:1120
msgid ""
"The 'snapshotURI' variable defines the LDAP URI for the server which is used "
"to do object snapshots."
msgid "This object will be pasted: %s"
msgstr ""
-#: include/class_CopyPasteHandler.inc:572
+#: include/class_CopyPasteHandler.inc:573
#, fuzzy
msgid "Cannot paste"
msgstr "Создать телефонный аккаунт"
diff --git a/gosa-core/locale/core/vi/LC_MESSAGES/messages.po b/gosa-core/locale/core/vi/LC_MESSAGES/messages.po
index 037563a566f59bb8dfdba18c090f3a77fa5d42eb..af62cc2e22918dc8f0ab3673525812116ae1554f 100644 (file)
msgstr ""
"Project-Id-Version: VIcore2\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-07-29 20:30+0200\n"
+"POT-Creation-Date: 2010-08-02 20:33+0200\n"
"PO-Revision-Date: 2008-07-04 09:59+0200\n"
"Last-Translator: Stefan Koehler <stefan@gonicus.de>\n"
"Language-Team: Vietnamese\n"
+"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ihtml/themes/default/userFilterEditor.tpl:11 include/class_acl.inc:262
#: include/class_SnapShotDialog.inc:55 include/class_userFilter.inc:55
-#: include/class_userFilter.inc:150 include/class_userFilterEditor.inc:230
-#: include/class_userFilterEditor.inc:234
+#: include/class_userFilter.inc:150 include/class_userFilterEditor.inc:236
+#: include/class_userFilterEditor.inc:240
#: plugins/generic/dashBoard/dbChannelStatus/class_dbChannelStatus.inc:14
#: plugins/generic/dashBoard/dbPluginStatus/class_dbPluginStatus.inc:26
#: plugins/generic/references/class_reference.inc:57
#: ihtml/themes/default/userFilterEditor.tpl:19 include/class_acl.inc:252
#: include/class_acl.inc:262 include/class_SnapShotDialog.inc:174
-#: include/class_userFilter.inc:55 include/class_userFilterEditor.inc:239
+#: include/class_userFilter.inc:55 include/class_userFilterEditor.inc:245
#: plugins/generic/dashBoard/dbChannelStatus/class_dbChannelStatus.inc:14
#: plugins/generic/dashBoard/dbPluginStatus/class_dbPluginStatus.inc:26
#: plugins/generic/references/class_reference.inc:57
msgid "Your password has been changed successfully."
msgstr "Mật khẩu của bạn đã được thay đổi thành công."
-#: ihtml/themes/default/password.tpl:65 html/main.php:208
+#: ihtml/themes/default/password.tpl:65 html/main.php:220
#: plugins/admin/users/class_userManagement.inc:391
#: plugins/personal/password/class_password.inc:126
#: plugins/personal/password/class_password.inc:129
msgid "Session expires in %d!"
msgstr "Phiên không được mã hóa!"
-#: html/password.php:61 html/main.php:158 include/functions.inc:465
+#: html/password.php:61 html/main.php:170 include/functions.inc:465
#: include/.svn/tmp/tempfile.tmp:447 include/.svn/tmp/tempfile.2.tmp:447
#: include/utils/class_xml.inc:43
#: plugins/admin/departments/class_department.inc:439
msgstr "Cấu hình GOsa %s/%s không đọc được. Bãi bỏ."
#: html/password.php:113 html/index.php:157 html/index.php:233
-#: html/main.php:273
+#: html/main.php:285
#: include/password-methods/class_password-methods-ssha.inc:51
#: include/password-methods/class_password-methods-sha.inc:48
#: include/class_SnapshotHandler.inc:44 include/class_SnapshotHandler.inc:57
#: include/class_SnapshotHandler.inc:75 include/functions.inc:837
-#: include/functions.inc:3107 include/functions.inc:3150
-#: include/functions.inc:3163 include/.svn/tmp/tempfile.tmp:802
+#: include/functions.inc:3109 include/functions.inc:3152
+#: include/functions.inc:3165 include/.svn/tmp/tempfile.tmp:802
#: include/.svn/tmp/tempfile.tmp:3027 include/.svn/tmp/tempfile.tmp:3059
#: include/.svn/tmp/tempfile.tmp:3072 include/.svn/tmp/tempfile.2.tmp:802
#: include/.svn/tmp/tempfile.2.tmp:3080 include/.svn/tmp/tempfile.2.tmp:3112
#: include/.svn/tmp/tempfile.2.tmp:3125 include/utils/class_timezone.inc:47
-#: include/class_config.inc:162 include/class_config.inc:685
-#: include/class_config.inc:1145 include/class_config.inc:1158
-#: include/class_config.inc:1176 include/class_pluglist.inc:117
+#: include/class_config.inc:172 include/class_config.inc:695
+#: include/class_config.inc:1155 include/class_config.inc:1168
+#: include/class_config.inc:1186 include/class_pluglist.inc:117
#: include/class_CopyPasteHandler.inc:119
#: include/class_CopyPasteHandler.inc:128
#: include/class_CopyPasteHandler.inc:177
#: include/class_configRegistry.inc:670 include/class_configRegistry.inc:685
#: include/class_configRegistry.inc:700 include/class_configRegistry.inc:715
#: include/class_configRegistry.inc:731 include/class_configRegistry.inc:736
-#: include/class_configRegistry.inc:753 include/class_configRegistry.inc:758
-#: include/class_configRegistry.inc:776 include/class_configRegistry.inc:781
-#: include/class_configRegistry.inc:797 include/class_configRegistry.inc:812
-#: include/class_configRegistry.inc:827
+#: include/class_configRegistry.inc:756 include/class_configRegistry.inc:761
+#: include/class_configRegistry.inc:778 include/class_configRegistry.inc:783
+#: include/class_configRegistry.inc:801 include/class_configRegistry.inc:806
+#: include/class_configRegistry.inc:822 include/class_configRegistry.inc:837
+#: include/class_configRegistry.inc:852
#: plugins/admin/groups/class_group.inc:832
#: plugins/admin/departments/dep_move_confirm.tpl:2
#: plugins/personal/posix/class_posixAccount.inc:651
msgid "Broken HTTP authentication setup!"
msgstr "Có vấn đề với việc cài đặt chức năng xác định thẩm quyền!"
-#: html/index.php:241 html/index.php:245 include/class_management.inc:483
-#: include/class_management.inc:644
+#: html/index.php:241 html/index.php:245 include/class_management.inc:508
+#: include/class_management.inc:669
#: include/password-methods/class_password-methods.inc:277
-#: include/class_listing.inc:536 include/functions.inc:3135
-#: include/functions.inc:3441 include/functions.inc:3455
-#: include/functions.inc:3485 include/functions.inc:3493
-#: include/functions.inc:3505 include/functions.inc:3509
-#: include/functions.inc:3524 include/functions.inc:3533
-#: include/functions.inc:3593 include/class_tabs.inc:56
+#: include/class_listing.inc:536 include/functions.inc:3137
+#: include/functions.inc:3443 include/functions.inc:3457
+#: include/functions.inc:3487 include/functions.inc:3495
+#: include/functions.inc:3507 include/functions.inc:3511
+#: include/functions.inc:3526 include/functions.inc:3535
+#: include/functions.inc:3595 include/class_tabs.inc:56
#: include/.svn/tmp/tempfile.tmp:3353 include/.svn/tmp/tempfile.tmp:3367
#: include/.svn/tmp/tempfile.tmp:3397 include/.svn/tmp/tempfile.tmp:3405
#: include/.svn/tmp/tempfile.tmp:3417 include/.svn/tmp/tempfile.tmp:3421
#: include/.svn/tmp/tempfile.2.tmp:3458 include/.svn/tmp/tempfile.2.tmp:3470
#: include/.svn/tmp/tempfile.2.tmp:3474 include/.svn/tmp/tempfile.2.tmp:3489
#: include/.svn/tmp/tempfile.2.tmp:3498 include/.svn/tmp/tempfile.2.tmp:3558
-#: include/class_plugin.inc:1621 include/class_plugin.inc:1628
+#: include/class_plugin.inc:1647 include/class_plugin.inc:1654
#: include/utils/class_xml.inc:40 include/utils/class_msgPool.inc:137
#: include/utils/class_msgPool.inc:149 include/utils/class_msgPool.inc:167
#: include/utils/class_msgPool.inc:440 include/utils/class_msgPool.inc:461
#: include/functions.inc:537 include/functions.inc:583
#: include/functions.inc:852 include/functions.inc:901
#: include/functions.inc:958 include/functions.inc:1008
-#: include/functions.inc:3086 include/functions.inc:3367
+#: include/functions.inc:3088 include/functions.inc:3369
#: include/.svn/tmp/tempfile.tmp:476 include/.svn/tmp/tempfile.tmp:511
#: include/.svn/tmp/tempfile.tmp:519 include/.svn/tmp/tempfile.tmp:565
#: include/.svn/tmp/tempfile.tmp:817 include/.svn/tmp/tempfile.tmp:866
#: include/.svn/tmp/tempfile.2.tmp:817 include/.svn/tmp/tempfile.2.tmp:866
#: include/.svn/tmp/tempfile.2.tmp:923 include/.svn/tmp/tempfile.2.tmp:976
#: include/.svn/tmp/tempfile.2.tmp:3059 include/.svn/tmp/tempfile.2.tmp:3332
-#: include/class_userFilter.inc:275 include/class_ldap.inc:756
-#: include/class_ldap.inc:1173 include/class_config.inc:344
+#: include/class_userFilter.inc:275 include/class_ldap.inc:775
+#: include/class_ldap.inc:1192 include/class_config.inc:354
#: plugins/generic/references/class_reference.inc:97
#: plugins/admin/ogroups/class_ogroup.inc:749
#: plugins/admin/ogroups/class_ogroup.inc:766
msgid "Smarty"
msgstr "Smarty"
-#: html/main.php:159
+#: html/main.php:171
#, fuzzy, php-format
msgid "Cannot locate file %s - please run %s to fix this"
msgstr "Không thể xác định vị trí file '%s'- xin hãy chạy '%s' để sửa lỗi này!"
-#: html/main.php:178
+#: html/main.php:190
msgid "PHP configuration"
msgstr "Cấu hình PHP"
-#: html/main.php:179
+#: html/main.php:191
msgid ""
"FATAL: Register globals is active. Please fix this in order to continue."
msgstr ""
-#: html/main.php:208
+#: html/main.php:220
msgid "Your password is about to expire, please change your password!"
msgstr "Mật khẩu của bạn chuẩn bị hết hạn, xin hãy thay đối mật khẩu của bạn!"
-#: html/main.php:273
+#: html/main.php:285
msgid "Running out of memory!"
msgstr "Hết dung lượng bộ nhớ!"
-#: html/main.php:333
-#, fuzzy
-msgid "ACLs are disabled"
-msgstr "Vô hiệu việc kiểm tra ACL của người dùng"
-
-#: html/main.php:333 html/main.php:335
+#: html/main.php:345
#, php-format
msgid "You're logged in as %s"
msgstr ""
-#: html/main.php:383
+#: html/main.php:348
+#, fuzzy
+msgid "ACLs are disabled"
+msgstr "Vô hiệu việc kiểm tra ACL của người dùng"
+
+#: html/main.php:398
#, fuzzy
msgid "Plug-in"
msgstr "Plugin"
-#: html/main.php:384
+#: html/main.php:399
#, fuzzy, php-format
msgid "FATAL: Cannot find any plugin definitions for plugin %s!"
msgstr ""
"LỖI NGHIÊM TRỌNG: không thể tìm thấy bất cứ plugin definition nào cho "
"plugin '%s'!"
-#: html/main.php:400
+#: html/main.php:415
#, fuzzy
msgid "Configuration Error"
msgstr "Lỗi cấu hình"
-#: html/main.php:401
+#: html/main.php:416
#, php-format
msgid ""
"FATAL: not all POST variables have been transfered by PHP - please inform "
msgid "unconfigured"
msgstr "không được cấu hình"
-#: include/class_management.inc:304 include/class_management.inc:462
-#: include/class_management.inc:509 include/class_management.inc:524
-#: include/class_management.inc:561 include/class_management.inc:575
+#: include/class_management.inc:324 include/class_management.inc:487
+#: include/class_management.inc:534 include/class_management.inc:549
+#: include/class_management.inc:586 include/class_management.inc:600
#: plugins/admin/users/class_userManagement.inc:228
#: plugins/admin/users/class_userManagement.inc:744
msgid "Permission"
msgstr "Cho phép"
-#: include/class_management.inc:385
+#: include/class_management.inc:405
#: plugins/admin/users/class_userManagement.inc:702
#: plugins/admin/users/class_userManagement.inc:706
#: plugins/admin/acl/class_aclManagement.inc:98
msgid "Permission error"
msgstr "Lỗi về cấp phép"
-#: include/class_management.inc:462
+#: include/class_management.inc:487
#, fuzzy, php-format
msgid "You are not allowed to create a snapshot for %s!"
msgstr "Bạn không được phép tạo ra snapshot cho %s."
-#: include/class_management.inc:509 include/class_management.inc:561
-#: include/class_management.inc:575
+#: include/class_management.inc:534 include/class_management.inc:586
+#: include/class_management.inc:600
#, fuzzy, php-format
msgid "You are not allowed to restore a snapshot for %s!"
msgstr "Bạn không được phép phục hồi một snapshot cho %s."
-#: include/class_management.inc:524
+#: include/class_management.inc:549
#, fuzzy, php-format
msgid "You are not allowed to remove a snapshot for %s!"
msgstr "Bạn không được phép phục hồi một snapshot cho %s."
-#: include/class_management.inc:634 include/class_management.inc:718
+#: include/class_management.inc:659 include/class_management.inc:743
#: include/class_acl.inc:978 include/class_session.inc:76
#: include/class_session.inc:101 include/class_session.inc:127
#: include/functions.inc:623 include/functions.inc:827
#: include/.svn/tmp/tempfile.2.tmp:605 include/.svn/tmp/tempfile.2.tmp:792
#: include/.svn/tmp/tempfile.2.tmp:910 include/.svn/tmp/tempfile.2.tmp:1308
#: include/.svn/tmp/tempfile.2.tmp:2372 include/.svn/tmp/tempfile.2.tmp:2406
-#: include/.svn/tmp/tempfile.2.tmp:2426 include/class_ldap.inc:693
-#: include/class_ldap.inc:744 include/class_log.inc:87
+#: include/.svn/tmp/tempfile.2.tmp:2426 include/class_ldap.inc:712
+#: include/class_ldap.inc:763 include/class_log.inc:87
#: include/class_CopyPasteHandler.inc:160
#: include/class_CopyPasteHandler.inc:274
#: plugins/personal/myaccount/main.inc:52
msgid "Internal error"
msgstr "Lỗi nội bộ"
-#: include/class_management.inc:635 include/class_management.inc:719
+#: include/class_management.inc:660 include/class_management.inc:744
#: plugins/personal/myaccount/main.inc:53
#, php-format
msgid ""
"Cannot instantiate tabbed-plug-in, the base plugin (%s) is not available!"
msgstr ""
-#: include/class_management.inc:644
+#: include/class_management.inc:669
#, php-format
msgid ""
"No tab definition for %s found in configuration file: cannot create plugin "
msgstr "Cut"
#: include/class_listing.inc:1460 include/class_listing.inc:1462
-#: include/class_CopyPasteHandler.inc:570
+#: include/class_CopyPasteHandler.inc:571
msgid "Paste"
msgstr "Paste"
msgid "Russian"
msgstr "Tiếng Nga"
-#: include/functions.inc:3106
+#: include/functions.inc:3108
#, fuzzy, php-format
msgid ""
"Command %s specified as post modify action for plugin %s does not exist!"
msgstr "Lệnh được cụ thể hóa là %s móc nối với plugin '%s' không tồn tại!"
-#: include/functions.inc:3150
+#: include/functions.inc:3152
#, fuzzy
msgid "Cannot generate SAMBA hash!"
msgstr "Không thể sinh ra hàm băm samba!"
-#: include/functions.inc:3163
+#: include/functions.inc:3165
#, php-format
msgid "Generating SAMBA hash by running %s failed: check %s!"
msgstr ""
-#: include/functions.inc:3441 include/functions.inc:3455
-#: include/functions.inc:3493 include/functions.inc:3505
-#: include/functions.inc:3509 include/functions.inc:3524
-#: include/functions.inc:3533
+#: include/functions.inc:3443 include/functions.inc:3457
+#: include/functions.inc:3495 include/functions.inc:3507
+#: include/functions.inc:3511 include/functions.inc:3526
+#: include/functions.inc:3535
#, fuzzy
msgid "Cannot allocate free ID:"
msgstr "Không thể phân phối một ID miễn phí!"
-#: include/functions.inc:3441 include/.svn/tmp/tempfile.tmp:3353
+#: include/functions.inc:3443 include/.svn/tmp/tempfile.tmp:3353
#: include/.svn/tmp/tempfile.2.tmp:3406
msgid "unknown idAllocation method!"
msgstr ""
-#: include/functions.inc:3455 include/.svn/tmp/tempfile.tmp:3367
+#: include/functions.inc:3457 include/.svn/tmp/tempfile.tmp:3367
#: include/.svn/tmp/tempfile.2.tmp:3420
#, php-format
msgid "%sPoolMin >= %sPoolMax!"
msgstr ""
-#: include/functions.inc:3485 include/.svn/tmp/tempfile.tmp:3397
+#: include/functions.inc:3487 include/.svn/tmp/tempfile.tmp:3397
#: include/.svn/tmp/tempfile.2.tmp:3450
#, fuzzy
msgid "Cannot create sambaUnixIdPool entry!"
msgstr "Không thể tạo ra folder '%s'!"
-#: include/functions.inc:3493 include/.svn/tmp/tempfile.tmp:3405
+#: include/functions.inc:3495 include/.svn/tmp/tempfile.tmp:3405
#: include/.svn/tmp/tempfile.2.tmp:3458
msgid "sambaUnixIdPool is not unique!"
msgstr ""
-#: include/functions.inc:3505 include/functions.inc:3509
+#: include/functions.inc:3507 include/functions.inc:3511
#: include/.svn/tmp/tempfile.tmp:3417 include/.svn/tmp/tempfile.tmp:3421
#: include/.svn/tmp/tempfile.2.tmp:3470 include/.svn/tmp/tempfile.2.tmp:3474
#, fuzzy
msgid "no ID available!"
msgstr "Không có mẫu nào!"
-#: include/functions.inc:3533
+#: include/functions.inc:3535
msgid "maximum number of tries exceeded!"
msgstr ""
-#: include/functions.inc:3593
+#: include/functions.inc:3595
#, fuzzy
msgid "Cannot allocate free ID!"
msgstr "Không thể phân phối một ID miễn phí!"
msgid "Edit filters"
msgstr "Hiệu chỉnh các giấy phép"
-#: include/class_userFilterEditor.inc:248
+#: include/class_userFilterEditor.inc:254
#, php-format
msgid "Error in filter #%s: %s opening and %s closing brackets detected!"
msgstr ""
-#: include/class_plugin.inc:558
+#: include/class_plugin.inc:581
msgid ""
"The current object has been altered while beeing edited. If you save this "
"entry, changes that have been made by others will be discarded!"
msgstr ""
-#: include/class_plugin.inc:1359
+#: include/class_plugin.inc:1385
#, php-format
msgid "Changing ACL DN from %s to %s"
msgstr ""
"The supplied base is not valid and has been reset to its previous value!"
msgstr ""
-#: include/class_ldap.inc:233 include/class_ldap.inc:266
+#: include/class_ldap.inc:233 include/class_ldap.inc:270
msgid "Performance warning"
msgstr "Cảnh báo khả năng hoạt động"
-#: include/class_ldap.inc:233 include/class_ldap.inc:266
+#: include/class_ldap.inc:233 include/class_ldap.inc:270
#, fuzzy, php-format
msgid "LDAP performance is poor: last query took %.2fs!"
msgstr ""
"Khả năng hoạt động của LDAP rất thấp: truy vấn lần cuối mất khoảng %.2fs!"
-#: include/class_ldap.inc:693
+#: include/class_ldap.inc:712
#, fuzzy, php-format
msgid "Cannot automatically create subtrees with RDN %s: no object class found"
msgstr ""
"Không thể tự động tạo ra cây con với RDN '%s': không có lớp đối tượng nào "
"được tìm thấy!"
-#: include/class_ldap.inc:744
+#: include/class_ldap.inc:763
#, fuzzy, php-format
msgid "Cannot automatically create subtrees with RDN %s: not supported"
msgstr "Không thể tự động tạo ra cây con với RDN '%s': không được hỗ trợ "
-#: include/class_ldap.inc:831
+#: include/class_ldap.inc:850
#, fuzzy, php-format
msgid "while operating on %s using LDAP server %s"
msgstr "Trong khi chạy trên '%s' sử dụng LDAP server '%s'"
-#: include/class_ldap.inc:833
+#: include/class_ldap.inc:852
#, php-format
msgid "while operating on LDAP server %s"
msgstr "Trong khi chạy trên LDAP server %s"
-#: include/class_ldap.inc:1006
+#: include/class_ldap.inc:1025
#, fuzzy, php-format
msgid ""
"Invalid DN %s: block to be imported should start with 'dn: ...' in line %s"
"Đây không phải là một DN hợp lệ: '%s'. Khóa để chặn việc nạp thêm phải được "
"bắt đầu với 'dn:...' trong dòng %s "
-#: include/class_ldap.inc:1035
+#: include/class_ldap.inc:1054
#, fuzzy, php-format
msgid "Error while importing DN %s: please check LDIF from line %s on!"
msgstr ""
msgid "The path '%s' specified for '%s:%s' is invalid!"
msgstr "Lệnh '%s' cho plugin '%s' không hợp lệ!"
-#: include/class_configRegistry.inc:732 include/class_configRegistry.inc:754
+#: include/class_configRegistry.inc:732 include/class_configRegistry.inc:779
#, fuzzy, php-format
msgid "The folder '%s' specified for '%s:%s' does not exists!"
msgstr "Lệnh được cụ thể hóa là %s móc nối với plugin '%s' không tồn tại!"
msgid "The folder '%s' specified for '%s:%s' cannot be used for reading!"
msgstr ""
-#: include/class_configRegistry.inc:759
+#: include/class_configRegistry.inc:757
+#, fuzzy, php-format
+msgid ""
+"The file '%s' specified for '%s:%s' cannot be created neither be used for "
+"writing!"
+msgstr "Lệnh được cụ thể hóa là %s móc nối với plugin '%s' không tồn tại!"
+
+#: include/class_configRegistry.inc:762
+#, fuzzy, php-format
+msgid "The file '%s' specified for '%s:%s' cannot be used for writing!"
+msgstr "Lệnh được cụ thể hóa là %s móc nối với plugin '%s' không tồn tại!"
+
+#: include/class_configRegistry.inc:784
#, php-format
msgid "The folder '%s' specified for '%s:%s' cannot be used for writing!"
msgstr ""
-#: include/class_configRegistry.inc:777
+#: include/class_configRegistry.inc:802
#, fuzzy, php-format
msgid "The file '%s' specified for '%s:%s' does not exists!"
msgstr "Lệnh được cụ thể hóa là %s móc nối với plugin '%s' không tồn tại!"
-#: include/class_configRegistry.inc:782
+#: include/class_configRegistry.inc:807
#, php-format
msgid "The file '%s' specified for '%s:%s' cannot be read!"
msgstr ""
-#: include/class_configRegistry.inc:798
+#: include/class_configRegistry.inc:823
#, fuzzy, php-format
msgid "The command '%s' specified for '%s:%s' is invalid!"
msgstr "Lệnh '%s' (%s) cho plugin %s không hợp lệ!"
-#: include/class_configRegistry.inc:813
+#: include/class_configRegistry.inc:838
#, fuzzy, php-format
msgid "The dn '%s' specified for '%s:%s' is invalid!"
msgstr "Lệnh '%s' cho plugin '%s' không hợp lệ!"
-#: include/class_configRegistry.inc:828
+#: include/class_configRegistry.inc:853
#, fuzzy, php-format
msgid "The rdn '%s' specified for '%s:%s' is invalid!"
msgstr "Lệnh '%s' cho plugin '%s' không hợp lệ!"
msgid "Cannot remove entry %s!"
msgstr "Không thể xóa entry %s!"
-#: include/class_config.inc:159
+#: include/class_config.inc:169
#, php-format
msgid "XML error in gosa.conf: %s at line %d"
msgstr "Lỗi XML trong gosa.conf: %s tại dòng %d"
-#: include/class_config.inc:344
+#: include/class_config.inc:354
msgid "Cannot bind to LDAP!"
msgstr ""
-#: include/class_config.inc:685
+#: include/class_config.inc:695
#, fuzzy
msgid "sambaSID and/or sambaRidBase missing in the configuration!"
msgstr "SID và/hoặc RIDBASE đang bị mất trong cấu hình này!"
-#: include/class_config.inc:1104
+#: include/class_config.inc:1114
msgid "Configuration"
msgstr "Cấu hình"
-#: include/class_config.inc:1104
+#: include/class_config.inc:1114
#, fuzzy
msgid ""
"The configuration file you are using is outdated. Please move the GOsa "
"File cấu hình bạn đang sử dụng hình như đã lỗi thời. Hãy chuyển file cấu "
"hình của GOsa ra chỗ khác để chạy việc cài đặt GOsa lần nữa."
-#: include/class_config.inc:1146 include/class_config.inc:1177
+#: include/class_config.inc:1156 include/class_config.inc:1187
#, fuzzy, php-format
msgid ""
"The snapshot functionality is enabled, but the required variable %s is not "
"Chức năng Snapshot đã được bật, nhưng biến số được yêu cầu: '%s' vẫn chưa "
"được thiết lập."
-#: include/class_config.inc:1159
+#: include/class_config.inc:1169
#, fuzzy, php-format
msgid ""
"The snapshot functionality is enabled, but the required compression module "
msgstr ""
#: include/class_core.inc:245
+msgid "Enables/Disables GOSa usage statistics moduls."
+msgstr ""
+
+#: include/class_core.inc:255
+msgid "The database file for GOSa usage statistics."
+msgstr ""
+
+#: include/class_core.inc:265
msgid ""
"The 'logging' statement enables event logging on GOsa side. Setting it to "
"'true' GOsa will log every action a user performs via syslog. If you use "
"'false'."
msgstr ""
-#: include/class_core.inc:256
+#: include/class_core.inc:276
msgid ""
"The 'listSummary' statement determines whether a status bar will be shown on "
"the bottom of GOsa generated lists, displaying a short summary of type and "
"number of elements in the list."
msgstr ""
-#: include/class_core.inc:266
+#: include/class_core.inc:286
msgid ""
"The 'passwordMinLength' statement determines whether a newly entered "
"password has to be of a minimum length."
msgstr ""
-#: include/class_core.inc:276
+#: include/class_core.inc:296
msgid ""
"The 'passwordMinDiffer' statement determines whether a newly entered "
"password has to be checked to have at least n different characters."
msgstr ""
-#: include/class_core.inc:287
+#: include/class_core.inc:307
msgid ""
"The 'passwordHook' can specify an external script to handle password "
"settings at some other location besides the LDAP."
msgstr ""
-#: include/class_core.inc:287
+#: include/class_core.inc:307
#, php-format
msgid "It will be called this way: %s"
msgstr ""
-#: include/class_core.inc:297
+#: include/class_core.inc:317
msgid ""
"The 'passwordProposalHook' can be used to let GOsa generate password "
"proposals for you. Whenever you change a password, you can then decide "
"whether to use the proposal or to manually specify a password."
msgstr ""
-#: include/class_core.inc:297
+#: include/class_core.inc:317
msgid "Here is an example command:"
msgstr ""
-#: include/class_core.inc:307
+#: include/class_core.inc:327
msgid ""
"The 'displayErrors' statement tells GOsa to show PHP errors in the upper "
"part of the screen. This should be disabled in productive deployments, "
"because there might be some important passwords arround."
msgstr ""
-#: include/class_core.inc:307
+#: include/class_core.inc:327
#, php-format
msgid "The property '%s' may be interesting too."
msgstr ""
-#: include/class_core.inc:317
+#: include/class_core.inc:337
msgid ""
"The 'developmentMode' statement tells GOsa to show development related error "
"messages, for example messages about missing ACL configuration or classes. "
"messages it should only be enabled while developing or debugging plugins!"
msgstr ""
-#: include/class_core.inc:328
+#: include/class_core.inc:348
msgid ""
"The 'schemaCheck' statement enables or disables schema checking during "
"login. It is recommended to switch this on in order to let GOsa handle "
"object creation more efficient."
msgstr ""
-#: include/class_core.inc:338
+#: include/class_core.inc:358
msgid ""
"The 'copyPaste' statement enables copy and paste for LDAP entries managed "
"with GOsa."
msgstr ""
-#: include/class_core.inc:348
+#: include/class_core.inc:368
msgid ""
"The 'forceGlobals' statement enables PHP security checks to force "
"register_global settings to be switched off."
msgstr ""
-#: include/class_core.inc:358
+#: include/class_core.inc:378
msgid ""
"The 'forceSSL' statement enables PHP security checks to force encrypted "
"access to the web interface. GOsa will try to redirect to the same URL - "
"just with https://"
msgstr ""
-#: include/class_core.inc:368
+#: include/class_core.inc:388
msgid ""
"Logs information about triggered ldap operations, duration, filter, aso. "
"into syslog."
msgstr ""
-#: include/class_core.inc:378
+#: include/class_core.inc:398
msgid ""
"The 'ldapFollowReferrals' statement tells GOsa to follow LDAP referrals."
msgstr ""
-#: include/class_core.inc:388
+#: include/class_core.inc:408
msgid ""
"The 'ldapFilterNestingLimit' statement can be used to speed up group "
"handling for groups with several hundreds of members. The default behaviour "
"set a member limit, where GOsa will stop to do these lookups."
msgstr ""
-#: include/class_core.inc:398
+#: include/class_core.inc:418
msgid ""
"The ldapSizelimit statement tells GOsa to retrieve the specified maximum "
"number of results. The user will get a warning, that not all entries "
"were shown."
msgstr ""
-#: include/class_core.inc:408
+#: include/class_core.inc:428
msgid ""
"Disables sizelimit checks, only the configured amount of results will be "
"shown!"
msgstr ""
-#: include/class_core.inc:418
+#: include/class_core.inc:438
msgid ""
"The 'warnSSL' statement enables PHP security checks to detect non encrypted "
"access to the web interface. GOsa will display a warning in this case."
msgstr ""
-#: include/class_core.inc:428
+#: include/class_core.inc:448
msgid "The 'ppdGzip' variable enables PPD file compression."
msgstr ""
-#: include/class_core.inc:439
+#: include/class_core.inc:459
msgid ""
"The 'ignoreAcl' value tells GOsa to ignore complete ACL sets for the given "
"DN. Add your DN here and you'll be able to restore accidently dropped ACLs."
msgstr ""
-#: include/class_core.inc:450
+#: include/class_core.inc:470
msgid ""
"The 'ppdPath' variable defines where to store PPD files for the GOto "
"environment plugins."
msgstr ""
-#: include/class_core.inc:460
+#: include/class_core.inc:480
msgid ""
"The 'ldapMaxQueryTime' statement tells GOsa to stop LDAP actions if there is "
"no answer within the specified number of seconds."
msgstr ""
-#: include/class_core.inc:470
+#: include/class_core.inc:490
msgid ""
"The 'storeFilterSettings' statement determines whether GOsa should store "
"filter and plugin settings inside of a cookie."
msgstr ""
-#: include/class_core.inc:480
+#: include/class_core.inc:500
msgid ""
"The 'sendCompressedOutput' statement determines whether PHP should send "
"compressed HTML pages to browsers or not. This may increase or decrease the "
"performance, depending on your network."
msgstr ""
-#: include/class_core.inc:491
+#: include/class_core.inc:511
msgid ""
"The 'modificationDetectionAttribute' statement enables GOsa to check if a "
"entry currently being edited has been modified from someone else outside "
"based systems."
msgstr ""
-#: include/class_core.inc:502
+#: include/class_core.inc:522
msgid ""
"The 'language' statement defines the default language used by GOsa. Normally "
"GOsa autodetects the language from the browser settings. If this is not "
"de for german) here."
msgstr ""
-#: include/class_core.inc:513
+#: include/class_core.inc:533
msgid ""
"The 'theme' statement defines what theme is used to display GOsa pages. You "
"can install some corporate identity like theme and/or modify certain "
"more information."
msgstr ""
-#: include/class_core.inc:523
+#: include/class_core.inc:543
msgid ""
"The 'sessionLifetime' value defines when a session will expire in seconds. "
"For Debian systems, this will not work because the sessions will be removed "
"instead."
msgstr ""
-#: include/class_core.inc:533
+#: include/class_core.inc:553
msgid ""
"The 'templateCompileDirectory' statements defines the path, where the PHP "
"templating engins 'smarty' should store its compiled GOsa templates for "
"is running with."
msgstr ""
-#: include/class_core.inc:543
+#: include/class_core.inc:563
#, php-format
msgid ""
"The 'debugLevel' value tells GOsa to display certain information on each "
"page load. Value is an AND combination of the following byte values: %s"
msgstr ""
-#: include/class_core.inc:563
+#: include/class_core.inc:583
#, php-format
msgid ""
"The 'sambaHashHook' statement contains an executable to generate samba hash "
"distribution installed, you can use perl to generate the hash: %s"
msgstr ""
-#: include/class_core.inc:574
+#: include/class_core.inc:594
msgid ""
"The 'passwordDefaultHash' statement defines the default password hash to "
"choose for new accounts."
msgstr ""
-#: include/class_core.inc:583
+#: include/class_core.inc:603
msgid ""
"The 'strictPasswordRules' tells GOsa to check for UTF-8 characters in the "
"supplied password. These Characters can lead to non working authentications "
"if UTF-8 and none UTF-8 systems locales get mixed. The default is 'true'."
msgstr ""
-#: include/class_core.inc:594
+#: include/class_core.inc:614
msgid ""
"The 'accountPrimaryAttribute' option tells GOsa how to create new accounts. "
"Possible values are 'uid' and 'cn'. In the first case GOsa creates uid style "
"'personalTitleInDN'."
msgstr ""
-#: include/class_core.inc:604
+#: include/class_core.inc:624
msgid ""
"The 'userRDN' statement defines the location where new accounts will be "
"created inside of defined departments. The default is 'ou=people'."
msgstr ""
-#: include/class_core.inc:614
+#: include/class_core.inc:634
msgid ""
"The 'groupsRDN' statement defines the location where new groups will be "
"created inside of defined departments. The default is 'ou=groups'."
msgstr ""
-#: include/class_core.inc:624
+#: include/class_core.inc:644
msgid ""
"The 'gidNumberBase' statement defines where to start looking for a new free "
"group id. This should be synced with your 'adduser.conf' to avoid "
"definition."
msgstr ""
-#: include/class_core.inc:634
+#: include/class_core.inc:654
msgid ""
"The 'baseIdHook' statement allows to hook into the id generation method "
"(traditional mode), to define the starting range for new generated ids"
msgstr ""
-#: include/class_core.inc:644 include/class_core.inc:664
+#: include/class_core.inc:664 include/class_core.inc:684
msgid ""
"The 'uidNumberPoolMin/gidNumberPoolMin' statement defines the lowest "
"assignable user/group id for use with the 'idAllocationMethod = pool'."
msgstr ""
-#: include/class_core.inc:654 include/class_core.inc:674
+#: include/class_core.inc:674 include/class_core.inc:694
msgid ""
"The 'uidNumberPoolMax/gidNumberPoolMax' statement defines the highest "
"assignable user/group id for use with the 'idAllocationMethod = pool'."
msgstr ""
-#: include/class_core.inc:684
+#: include/class_core.inc:704
msgid ""
"The 'uidNumberBase' statement defines where to start looking for a new free "
"user id. This should be synced with your 'adduser.conf' to avoid overlapping "
"even be dynamic. Take a look at the 'baseIdHook' definition."
msgstr ""
-#: include/class_core.inc:724
+#: include/class_core.inc:744
msgid ""
"The 'gosaSupportURI' defines the major gosa-si server host and the password "
"for GOsa to connect to it. It can be used if you want to use i.e. kerberos "
"to authenticate the users. The format is: credentials@host:port"
msgstr ""
-#: include/class_core.inc:734
+#: include/class_core.inc:754
msgid ""
"The 'gosaSupportTimeout' sets a connection timeout for all gosa-si actions. "
"See 'gosaSupportURI' for details."
msgstr ""
-#: include/class_core.inc:745
+#: include/class_core.inc:765
msgid ""
"The 'loginAttribute' statement tells GOsa which LDAP attribute is used as "
"the login name during login. It can be set to 'uid', 'mail' or 'both'"
msgstr ""
-#: include/class_core.inc:756
+#: include/class_core.inc:776
msgid ""
"The 'timezone' statements defines the timezone used inside of GOsa to handle "
"date related tasks, such as password expiery, vacation messages, etc. The "
"timezone."
msgstr ""
-#: include/class_core.inc:766
+#: include/class_core.inc:786
msgid ""
"The 'honourUnitTags' statement enables checking of 'unitTag' attributes when "
"using administrative units. If this is set to 'true' GOsa can only see "
"objects inside the administrative unit a user is logged into."
msgstr ""
-#: include/class_core.inc:776
+#: include/class_core.inc:796
msgid ""
"The 'useSaslForKerberos' statement defines the way the kerberos realm is "
"stored in the #userPassword' attribute. Set it to 'true' in order to get "
"latter is outdated, but may be needed from time to time."
msgstr ""
-#: include/class_core.inc:786
+#: include/class_core.inc:806
msgid ""
"The 'rfc2307bis' statement enables rfc2307bis style groups in GOsa. You can "
"use 'member' attributes instead of memberUid in this case. To make it work "
"style groups, too"
msgstr ""
-#: include/class_core.inc:796
+#: include/class_core.inc:816
msgid ""
"The 'personalTitleInDN' option tells GOsa to include the personal title in "
"user DNs when #accountPrimaryAttribute' is set to \"cn\"."
msgstr ""
-#: include/class_core.inc:806
+#: include/class_core.inc:826
msgid ""
"The 'nextIdHook' statement defines a script to be called for finding the "
"next free id for users or groups externaly. It gets called with the current "
"entry \"dn\" and the attribute to be ID'd. It should return an integer value."
msgstr ""
-#: include/class_core.inc:816
+#: include/class_core.inc:836
msgid ""
"The 'idGenerator' statement describes an automatic way to generate new user "
"ids. There are two basic functions supported - which can be combined: \n"
" will generate a three digits random number appended to \"ext\".\n"
msgstr ""
-#: include/class_core.inc:856
+#: include/class_core.inc:876
msgid ""
"The 'strictNamingRules' statement enables strict checking of uids and group "
"names. If you need characters like . or - inside of your accounts, set "
"this to 'false'."
msgstr ""
-#: include/class_core.inc:866
+#: include/class_core.inc:886
msgid ""
"The 'minId' statement defines the minimum assignable user or group id to "
"avoid security leaks with uid 0 accounts. This is used for the 'traditional' "
"method."
msgstr ""
-#: include/class_core.inc:877
+#: include/class_core.inc:897
msgid ""
"The 'mailAttribute' statement determines which attribute GOsa will use to "
"create accounts. Valid values are 'mail' and 'uid'."
msgstr ""
-#: include/class_core.inc:887
+#: include/class_core.inc:907
msgid ""
"This attribute allows to override the prefix used to create shared folders."
msgstr ""
-#: include/class_core.inc:897
+#: include/class_core.inc:917
msgid ""
"This attribute allows to override the user account creation syntax, see the "
"'mailFolderCreation' description for more details.\n"
"com\"\n"
msgstr ""
-#: include/class_core.inc:912
+#: include/class_core.inc:932
msgid ""
"Every mail method has its own way to create mail accounts like 'share/"
"development' or 'shared.development@example.com' which is used to identify "
" %uattrib% Depends on mailAttribute=\"uid/mail\".\n"
msgstr ""
-#: include/class_core.inc:938
+#: include/class_core.inc:958
msgid ""
"The 'imapTimeout' statement sets the connection timeout for imap actions."
msgstr ""
-#: include/class_core.inc:949
+#: include/class_core.inc:969
msgid ""
"The 'mailMethod' statement tells GOsa which mail method the setup should use "
"to communicate with a possible mail server. Leave this undefined if your "
"mail method does not match the predefined ones."
msgstr ""
-#: include/class_core.inc:959
+#: include/class_core.inc:979
msgid ""
"The 'cyrusUseSlashes' statement determines if GOsa should use \"foo/bar\" or "
"\"foo.bar\" namespaces in IMAP. Unix style is with slashes."
msgstr ""
-#: include/class_core.inc:969
+#: include/class_core.inc:989
msgid ""
"The 'vacationTemplateDirectory' statement sets the path where GOsa will look "
"for vacation message templates. Default is /etc/gosa/vacation. \n"
"\n"
msgstr ""
-#: include/class_core.inc:990
+#: include/class_core.inc:1010
msgid ""
"The 'ldapTLS' statement enables or disables TLS operating on LDAP "
"connections."
msgstr ""
-#: include/class_core.inc:1000
+#: include/class_core.inc:1020
msgid ""
"The 'honourIvbbAttributes' statement enables the IVBB mode inside of GOsa. "
"You need the ivbb.schema file from used by german authorities."
msgstr ""
-#: include/class_core.inc:1010
+#: include/class_core.inc:1030
msgid ""
"The 'sambaIdMapping' statement tells GOsa to maintain sambaIdmapEntry "
"objects. Depending on your setup this can drastically improve the windows "
"login performance."
msgstr ""
-#: include/class_core.inc:1020
+#: include/class_core.inc:1040
msgid ""
"The 'handleExpiredAccounts' statement enables shadow attribute tests during "
"the login to the GOsa web interface and forces password renewal or account "
"lockout."
msgstr ""
-#: include/class_core.inc:1030
+#: include/class_core.inc:1050
msgid ""
"The 'sambaSID' statement defines a samba SID if not available inside of the "
"LDAP. You can retrieve the current sid by net getlocalsid."
msgstr ""
-#: include/class_core.inc:1040
+#: include/class_core.inc:1060
msgid ""
"The 'sambaRidBase' statement defines the base id to add to ordinary sid "
"calculations - if not available inside of the LDAP."
msgstr ""
-#: include/class_core.inc:1050
+#: include/class_core.inc:1070
msgid ""
"The 'enableSnapshots' statement enables a snapshot mechaism in GOsa. This "
"enables you to save certain states of entries and restore them later on."
msgstr ""
-#: include/class_core.inc:1060
+#: include/class_core.inc:1080
msgid ""
"The 'snapshotBase' statement defines the base where snapshots should be "
"stored inside of the LDAP."
msgstr ""
-#: include/class_core.inc:1070
+#: include/class_core.inc:1090
msgid ""
"The 'snapshotAdminDn' variable defines the user which is used to "
"authenticate when connecting to 'snapshotURI'."
msgstr ""
-#: include/class_core.inc:1080
+#: include/class_core.inc:1100
msgid ""
"The 'snapshotAdminPassword' variable defines the credentials which are used "
"in combination with 'snapshotAdminDn' and 'snapshotURI' in order to "
"authenticate."
msgstr ""
-#: include/class_core.inc:1091
+#: include/class_core.inc:1111
msgid ""
"The 'idAllocationMethod' statement defines how GOsa generates numeric user "
"and group id values. If it is set to 'traditional' GOsa will do create a "
"the other hand it is much faster."
msgstr ""
-#: include/class_core.inc:1100
+#: include/class_core.inc:1120
msgid ""
"The 'snapshotURI' variable defines the LDAP URI for the server which is used "
"to do object snapshots."
msgid "This object will be pasted: %s"
msgstr "Đối tượng này sẽ được paste: %s"
-#: include/class_CopyPasteHandler.inc:572
+#: include/class_CopyPasteHandler.inc:573
msgid "Cannot paste"
msgstr "Không thể paste"
diff --git a/gosa-core/locale/core/zh/LC_MESSAGES/messages.po b/gosa-core/locale/core/zh/LC_MESSAGES/messages.po
index f55c38b31f5cd70475abc12832195030f5db80d7..388856bd81e6c232dc9cd6ae7933c5a59b9497d1 100644 (file)
msgstr ""
"Project-Id-Version: messages\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2010-07-29 20:30+0200\n"
+"POT-Creation-Date: 2010-08-02 20:33+0200\n"
"PO-Revision-Date: 2007-06-03 12:27+0800\n"
"Last-Translator: Jiang Xin <worldhello.net@gmail.com>\n"
"Language-Team: Chinese Simplified <zh@li.org>\n"
+"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: ihtml/themes/default/userFilterEditor.tpl:11 include/class_acl.inc:262
#: include/class_SnapShotDialog.inc:55 include/class_userFilter.inc:55
-#: include/class_userFilter.inc:150 include/class_userFilterEditor.inc:230
-#: include/class_userFilterEditor.inc:234
+#: include/class_userFilter.inc:150 include/class_userFilterEditor.inc:236
+#: include/class_userFilterEditor.inc:240
#: plugins/generic/dashBoard/dbChannelStatus/class_dbChannelStatus.inc:14
#: plugins/generic/dashBoard/dbPluginStatus/class_dbPluginStatus.inc:26
#: plugins/generic/references/class_reference.inc:57
#: ihtml/themes/default/userFilterEditor.tpl:19 include/class_acl.inc:252
#: include/class_acl.inc:262 include/class_SnapShotDialog.inc:174
-#: include/class_userFilter.inc:55 include/class_userFilterEditor.inc:239
+#: include/class_userFilter.inc:55 include/class_userFilterEditor.inc:245
#: plugins/generic/dashBoard/dbChannelStatus/class_dbChannelStatus.inc:14
#: plugins/generic/dashBoard/dbPluginStatus/class_dbPluginStatus.inc:26
#: plugins/generic/references/class_reference.inc:57
msgid "Your password has been changed successfully."
msgstr ""
-#: ihtml/themes/default/password.tpl:65 html/main.php:208
+#: ihtml/themes/default/password.tpl:65 html/main.php:220
#: plugins/admin/users/class_userManagement.inc:391
#: plugins/personal/password/class_password.inc:126
#: plugins/personal/password/class_password.inc:129
msgid "Session expires in %d!"
msgstr "会话不会被加密。"
-#: html/password.php:61 html/main.php:158 include/functions.inc:465
+#: html/password.php:61 html/main.php:170 include/functions.inc:465
#: include/.svn/tmp/tempfile.tmp:447 include/.svn/tmp/tempfile.2.tmp:447
#: include/utils/class_xml.inc:43
#: plugins/admin/departments/class_department.inc:439
msgstr "GOsa 配置 %s/gosa.conf 不可读取。退出。"
#: html/password.php:113 html/index.php:157 html/index.php:233
-#: html/main.php:273
+#: html/main.php:285
#: include/password-methods/class_password-methods-ssha.inc:51
#: include/password-methods/class_password-methods-sha.inc:48
#: include/class_SnapshotHandler.inc:44 include/class_SnapshotHandler.inc:57
#: include/class_SnapshotHandler.inc:75 include/functions.inc:837
-#: include/functions.inc:3107 include/functions.inc:3150
-#: include/functions.inc:3163 include/.svn/tmp/tempfile.tmp:802
+#: include/functions.inc:3109 include/functions.inc:3152
+#: include/functions.inc:3165 include/.svn/tmp/tempfile.tmp:802
#: include/.svn/tmp/tempfile.tmp:3027 include/.svn/tmp/tempfile.tmp:3059
#: include/.svn/tmp/tempfile.tmp:3072 include/.svn/tmp/tempfile.2.tmp:802
#: include/.svn/tmp/tempfile.2.tmp:3080 include/.svn/tmp/tempfile.2.tmp:3112
#: include/.svn/tmp/tempfile.2.tmp:3125 include/utils/class_timezone.inc:47
-#: include/class_config.inc:162 include/class_config.inc:685
-#: include/class_config.inc:1145 include/class_config.inc:1158
-#: include/class_config.inc:1176 include/class_pluglist.inc:117
+#: include/class_config.inc:172 include/class_config.inc:695
+#: include/class_config.inc:1155 include/class_config.inc:1168
+#: include/class_config.inc:1186 include/class_pluglist.inc:117
#: include/class_CopyPasteHandler.inc:119
#: include/class_CopyPasteHandler.inc:128
#: include/class_CopyPasteHandler.inc:177
#: include/class_configRegistry.inc:670 include/class_configRegistry.inc:685
#: include/class_configRegistry.inc:700 include/class_configRegistry.inc:715
#: include/class_configRegistry.inc:731 include/class_configRegistry.inc:736
-#: include/class_configRegistry.inc:753 include/class_configRegistry.inc:758
-#: include/class_configRegistry.inc:776 include/class_configRegistry.inc:781
-#: include/class_configRegistry.inc:797 include/class_configRegistry.inc:812
-#: include/class_configRegistry.inc:827
+#: include/class_configRegistry.inc:756 include/class_configRegistry.inc:761
+#: include/class_configRegistry.inc:778 include/class_configRegistry.inc:783
+#: include/class_configRegistry.inc:801 include/class_configRegistry.inc:806
+#: include/class_configRegistry.inc:822 include/class_configRegistry.inc:837
+#: include/class_configRegistry.inc:852
#: plugins/admin/groups/class_group.inc:832
#: plugins/admin/departments/dep_move_confirm.tpl:2
#: plugins/personal/posix/class_posixAccount.inc:651
msgid "Broken HTTP authentication setup!"
msgstr ""
-#: html/index.php:241 html/index.php:245 include/class_management.inc:483
-#: include/class_management.inc:644
+#: html/index.php:241 html/index.php:245 include/class_management.inc:508
+#: include/class_management.inc:669
#: include/password-methods/class_password-methods.inc:277
-#: include/class_listing.inc:536 include/functions.inc:3135
-#: include/functions.inc:3441 include/functions.inc:3455
-#: include/functions.inc:3485 include/functions.inc:3493
-#: include/functions.inc:3505 include/functions.inc:3509
-#: include/functions.inc:3524 include/functions.inc:3533
-#: include/functions.inc:3593 include/class_tabs.inc:56
+#: include/class_listing.inc:536 include/functions.inc:3137
+#: include/functions.inc:3443 include/functions.inc:3457
+#: include/functions.inc:3487 include/functions.inc:3495
+#: include/functions.inc:3507 include/functions.inc:3511
+#: include/functions.inc:3526 include/functions.inc:3535
+#: include/functions.inc:3595 include/class_tabs.inc:56
#: include/.svn/tmp/tempfile.tmp:3353 include/.svn/tmp/tempfile.tmp:3367
#: include/.svn/tmp/tempfile.tmp:3397 include/.svn/tmp/tempfile.tmp:3405
#: include/.svn/tmp/tempfile.tmp:3417 include/.svn/tmp/tempfile.tmp:3421
#: include/.svn/tmp/tempfile.2.tmp:3458 include/.svn/tmp/tempfile.2.tmp:3470
#: include/.svn/tmp/tempfile.2.tmp:3474 include/.svn/tmp/tempfile.2.tmp:3489
#: include/.svn/tmp/tempfile.2.tmp:3498 include/.svn/tmp/tempfile.2.tmp:3558
-#: include/class_plugin.inc:1621 include/class_plugin.inc:1628
+#: include/class_plugin.inc:1647 include/class_plugin.inc:1654
#: include/utils/class_xml.inc:40 include/utils/class_msgPool.inc:137
#: include/utils/class_msgPool.inc:149 include/utils/class_msgPool.inc:167
#: include/utils/class_msgPool.inc:440 include/utils/class_msgPool.inc:461
#: include/functions.inc:537 include/functions.inc:583
#: include/functions.inc:852 include/functions.inc:901
#: include/functions.inc:958 include/functions.inc:1008
-#: include/functions.inc:3086 include/functions.inc:3367
+#: include/functions.inc:3088 include/functions.inc:3369
#: include/.svn/tmp/tempfile.tmp:476 include/.svn/tmp/tempfile.tmp:511
#: include/.svn/tmp/tempfile.tmp:519 include/.svn/tmp/tempfile.tmp:565
#: include/.svn/tmp/tempfile.tmp:817 include/.svn/tmp/tempfile.tmp:866
#: include/.svn/tmp/tempfile.2.tmp:817 include/.svn/tmp/tempfile.2.tmp:866
#: include/.svn/tmp/tempfile.2.tmp:923 include/.svn/tmp/tempfile.2.tmp:976
#: include/.svn/tmp/tempfile.2.tmp:3059 include/.svn/tmp/tempfile.2.tmp:3332
-#: include/class_userFilter.inc:275 include/class_ldap.inc:756
-#: include/class_ldap.inc:1173 include/class_config.inc:344
+#: include/class_userFilter.inc:275 include/class_ldap.inc:775
+#: include/class_ldap.inc:1192 include/class_config.inc:354
#: plugins/generic/references/class_reference.inc:97
#: plugins/admin/ogroups/class_ogroup.inc:749
#: plugins/admin/ogroups/class_ogroup.inc:766
msgid "Smarty"
msgstr "总结"
-#: html/main.php:159
+#: html/main.php:171
#, php-format
msgid "Cannot locate file %s - please run %s to fix this"
msgstr ""
-#: html/main.php:178
+#: html/main.php:190
#, fuzzy
msgid "PHP configuration"
msgstr "PHP 安装检查"
-#: html/main.php:179
+#: html/main.php:191
msgid ""
"FATAL: Register globals is active. Please fix this in order to continue."
msgstr ""
-#: html/main.php:208
+#: html/main.php:220
#, fuzzy
msgid "Your password is about to expire, please change your password!"
msgstr "您的口令就要过期,请修改您的口令"
-#: html/main.php:273
+#: html/main.php:285
msgid "Running out of memory!"
msgstr ""
-#: html/main.php:333
-#, fuzzy
-msgid "ACLs are disabled"
-msgstr "禁用"
-
-#: html/main.php:333 html/main.php:335
+#: html/main.php:345
#, php-format
msgid "You're logged in as %s"
msgstr ""
-#: html/main.php:383
+#: html/main.php:348
+#, fuzzy
+msgid "ACLs are disabled"
+msgstr "禁用"
+
+#: html/main.php:398
#, fuzzy
msgid "Plug-in"
msgstr "于"
-#: html/main.php:384
+#: html/main.php:399
#, fuzzy, php-format
msgid "FATAL: Cannot find any plugin definitions for plugin %s!"
msgstr "警告: 没有发现针对插件 '%s' 的任何插件定义!"
-#: html/main.php:400
+#: html/main.php:415
#, fuzzy
msgid "Configuration Error"
msgstr "配置文件"
-#: html/main.php:401
+#: html/main.php:416
#, php-format
msgid ""
"FATAL: not all POST variables have been transfered by PHP - please inform "
msgid "unconfigured"
msgstr "未配置"
-#: include/class_management.inc:304 include/class_management.inc:462
-#: include/class_management.inc:509 include/class_management.inc:524
-#: include/class_management.inc:561 include/class_management.inc:575
+#: include/class_management.inc:324 include/class_management.inc:487
+#: include/class_management.inc:534 include/class_management.inc:549
+#: include/class_management.inc:586 include/class_management.inc:600
#: plugins/admin/users/class_userManagement.inc:228
#: plugins/admin/users/class_userManagement.inc:744
#, fuzzy
msgid "Permission"
msgstr "允许"
-#: include/class_management.inc:385
+#: include/class_management.inc:405
#: plugins/admin/users/class_userManagement.inc:702
#: plugins/admin/users/class_userManagement.inc:706
#: plugins/admin/acl/class_aclManagement.inc:98
msgid "Permission error"
msgstr "允许"
-#: include/class_management.inc:462
+#: include/class_management.inc:487
#, fuzzy, php-format
msgid "You are not allowed to create a snapshot for %s!"
msgstr "您无权删除这个用户!"
-#: include/class_management.inc:509 include/class_management.inc:561
-#: include/class_management.inc:575
+#: include/class_management.inc:534 include/class_management.inc:586
+#: include/class_management.inc:600
#, fuzzy, php-format
msgid "You are not allowed to restore a snapshot for %s!"
msgstr "您无权删除这个用户!"
-#: include/class_management.inc:524
+#: include/class_management.inc:549
#, fuzzy, php-format
msgid "You are not allowed to remove a snapshot for %s!"
msgstr "您无权删除这个用户!"
-#: include/class_management.inc:634 include/class_management.inc:718
+#: include/class_management.inc:659 include/class_management.inc:743
#: include/class_acl.inc:978 include/class_session.inc:76
#: include/class_session.inc:101 include/class_session.inc:127
#: include/functions.inc:623 include/functions.inc:827
#: include/.svn/tmp/tempfile.2.tmp:605 include/.svn/tmp/tempfile.2.tmp:792
#: include/.svn/tmp/tempfile.2.tmp:910 include/.svn/tmp/tempfile.2.tmp:1308
#: include/.svn/tmp/tempfile.2.tmp:2372 include/.svn/tmp/tempfile.2.tmp:2406
-#: include/.svn/tmp/tempfile.2.tmp:2426 include/class_ldap.inc:693
-#: include/class_ldap.inc:744 include/class_log.inc:87
+#: include/.svn/tmp/tempfile.2.tmp:2426 include/class_ldap.inc:712
+#: include/class_ldap.inc:763 include/class_log.inc:87
#: include/class_CopyPasteHandler.inc:160
#: include/class_CopyPasteHandler.inc:274
#: plugins/personal/myaccount/main.inc:52
msgid "Internal error"
msgstr "终端服务器"
-#: include/class_management.inc:635 include/class_management.inc:719
+#: include/class_management.inc:660 include/class_management.inc:744
#: plugins/personal/myaccount/main.inc:53
#, php-format
msgid ""
"Cannot instantiate tabbed-plug-in, the base plugin (%s) is not available!"
msgstr ""
-#: include/class_management.inc:644
+#: include/class_management.inc:669
#, php-format
msgid ""
"No tab definition for %s found in configuration file: cannot create plugin "
msgstr "剪切"
#: include/class_listing.inc:1460 include/class_listing.inc:1462
-#: include/class_CopyPasteHandler.inc:570
+#: include/class_CopyPasteHandler.inc:571
msgid "Paste"
msgstr "粘贴"
msgid "Russian"
msgstr "俄语"
-#: include/functions.inc:3106
+#: include/functions.inc:3108
#, fuzzy, php-format
msgid ""
"Command %s specified as post modify action for plugin %s does not exist!"
msgstr "命令 '%s',作为插件 '%s' 的 CHECK hook 好像并不存在。"
-#: include/functions.inc:3150
+#: include/functions.inc:3152
msgid "Cannot generate SAMBA hash!"
msgstr ""
-#: include/functions.inc:3163
+#: include/functions.inc:3165
#, php-format
msgid "Generating SAMBA hash by running %s failed: check %s!"
msgstr ""
-#: include/functions.inc:3441 include/functions.inc:3455
-#: include/functions.inc:3493 include/functions.inc:3505
-#: include/functions.inc:3509 include/functions.inc:3524
-#: include/functions.inc:3533
+#: include/functions.inc:3443 include/functions.inc:3457
+#: include/functions.inc:3495 include/functions.inc:3507
+#: include/functions.inc:3511 include/functions.inc:3526
+#: include/functions.inc:3535
#, fuzzy
msgid "Cannot allocate free ID:"
msgstr "太多用户,无法分配一个可用的 ID!"
-#: include/functions.inc:3441 include/.svn/tmp/tempfile.tmp:3353
+#: include/functions.inc:3443 include/.svn/tmp/tempfile.tmp:3353
#: include/.svn/tmp/tempfile.2.tmp:3406
msgid "unknown idAllocation method!"
msgstr ""
-#: include/functions.inc:3455 include/.svn/tmp/tempfile.tmp:3367
+#: include/functions.inc:3457 include/.svn/tmp/tempfile.tmp:3367
#: include/.svn/tmp/tempfile.2.tmp:3420
#, php-format
msgid "%sPoolMin >= %sPoolMax!"
msgstr ""
-#: include/functions.inc:3485 include/.svn/tmp/tempfile.tmp:3397
+#: include/functions.inc:3487 include/.svn/tmp/tempfile.tmp:3397
#: include/.svn/tmp/tempfile.2.tmp:3450
#, fuzzy
msgid "Cannot create sambaUnixIdPool entry!"
msgstr "转到根部门"
-#: include/functions.inc:3493 include/.svn/tmp/tempfile.tmp:3405
+#: include/functions.inc:3495 include/.svn/tmp/tempfile.tmp:3405
#: include/.svn/tmp/tempfile.2.tmp:3458
msgid "sambaUnixIdPool is not unique!"
msgstr ""
-#: include/functions.inc:3505 include/functions.inc:3509
+#: include/functions.inc:3507 include/functions.inc:3511
#: include/.svn/tmp/tempfile.tmp:3417 include/.svn/tmp/tempfile.tmp:3421
#: include/.svn/tmp/tempfile.2.tmp:3470 include/.svn/tmp/tempfile.2.tmp:3474
#, fuzzy
msgid "no ID available!"
msgstr "文件可用。"
-#: include/functions.inc:3533
+#: include/functions.inc:3535
msgid "maximum number of tries exceeded!"
msgstr ""
-#: include/functions.inc:3593
+#: include/functions.inc:3595
#, fuzzy
msgid "Cannot allocate free ID!"
msgstr "太多用户,无法分配一个可用的 ID!"
msgid "Edit filters"
msgstr "编辑证书"
-#: include/class_userFilterEditor.inc:248
+#: include/class_userFilterEditor.inc:254
#, php-format
msgid "Error in filter #%s: %s opening and %s closing brackets detected!"
msgstr ""
-#: include/class_plugin.inc:558
+#: include/class_plugin.inc:581
msgid ""
"The current object has been altered while beeing edited. If you save this "
"entry, changes that have been made by others will be discarded!"
msgstr ""
-#: include/class_plugin.inc:1359
+#: include/class_plugin.inc:1385
#, php-format
msgid "Changing ACL DN from %s to %s"
msgstr ""
"The supplied base is not valid and has been reset to its previous value!"
msgstr ""
-#: include/class_ldap.inc:233 include/class_ldap.inc:266
+#: include/class_ldap.inc:233 include/class_ldap.inc:270
msgid "Performance warning"
msgstr ""
-#: include/class_ldap.inc:233 include/class_ldap.inc:266
+#: include/class_ldap.inc:233 include/class_ldap.inc:270
#, php-format
msgid "LDAP performance is poor: last query took %.2fs!"
msgstr ""
-#: include/class_ldap.inc:693
+#: include/class_ldap.inc:712
#, php-format
msgid "Cannot automatically create subtrees with RDN %s: no object class found"
msgstr ""
-#: include/class_ldap.inc:744
+#: include/class_ldap.inc:763
#, php-format
msgid "Cannot automatically create subtrees with RDN %s: not supported"
msgstr ""
-#: include/class_ldap.inc:831
+#: include/class_ldap.inc:850
#, fuzzy, php-format
msgid "while operating on %s using LDAP server %s"
msgstr "当操作 '%s' 使用 LDAP 服务器 '%s' 时"
-#: include/class_ldap.inc:833
+#: include/class_ldap.inc:852
#, php-format
msgid "while operating on LDAP server %s"
msgstr "当操作 LDAP 服务器 '%s' 时"
-#: include/class_ldap.inc:1006
+#: include/class_ldap.inc:1025
#, fuzzy, php-format
msgid ""
"Invalid DN %s: block to be imported should start with 'dn: ...' in line %s"
msgstr "这不是一条有效的 DN: '%s'。导入数据应该以 'dn:...' 开始于行 %s"
-#: include/class_ldap.inc:1035
+#: include/class_ldap.inc:1054
#, fuzzy, php-format
msgid "Error while importing DN %s: please check LDIF from line %s on!"
msgstr "导入 dn: '%s' 时错误,请从行 %s 开始检查您的 LDIF!"
msgid "The path '%s' specified for '%s:%s' is invalid!"
msgstr ""
-#: include/class_configRegistry.inc:732 include/class_configRegistry.inc:754
+#: include/class_configRegistry.inc:732 include/class_configRegistry.inc:779
#, fuzzy, php-format
msgid "The folder '%s' specified for '%s:%s' does not exists!"
msgstr "命令 '%s',作为插件 '%s' 的 CHECK hook 好像并不存在。"
msgid "The folder '%s' specified for '%s:%s' cannot be used for reading!"
msgstr ""
-#: include/class_configRegistry.inc:759
+#: include/class_configRegistry.inc:757
+#, fuzzy, php-format
+msgid ""
+"The file '%s' specified for '%s:%s' cannot be created neither be used for "
+"writing!"
+msgstr "命令 '%s',作为插件 '%s' 的 CHECK hook 好像并不存在。"
+
+#: include/class_configRegistry.inc:762
+#, fuzzy, php-format
+msgid "The file '%s' specified for '%s:%s' cannot be used for writing!"
+msgstr "命令 '%s',作为插件 '%s' 的 CHECK hook 好像并不存在。"
+
+#: include/class_configRegistry.inc:784
#, php-format
msgid "The folder '%s' specified for '%s:%s' cannot be used for writing!"
msgstr ""
-#: include/class_configRegistry.inc:777
+#: include/class_configRegistry.inc:802
#, fuzzy, php-format
msgid "The file '%s' specified for '%s:%s' does not exists!"
msgstr "命令 '%s',作为插件 '%s' 的 CHECK hook 好像并不存在。"
-#: include/class_configRegistry.inc:782
+#: include/class_configRegistry.inc:807
#, php-format
msgid "The file '%s' specified for '%s:%s' cannot be read!"
msgstr ""
-#: include/class_configRegistry.inc:798
+#: include/class_configRegistry.inc:823
#, php-format
msgid "The command '%s' specified for '%s:%s' is invalid!"
msgstr ""
-#: include/class_configRegistry.inc:813
+#: include/class_configRegistry.inc:838
#, fuzzy, php-format
msgid "The dn '%s' specified for '%s:%s' is invalid!"
msgstr "'UID' 赋值无效。"
-#: include/class_configRegistry.inc:828
+#: include/class_configRegistry.inc:853
#, php-format
msgid "The rdn '%s' specified for '%s:%s' is invalid!"
msgstr ""
msgid "Cannot remove entry %s!"
msgstr "未知 FAIstate %s"
-#: include/class_config.inc:159
+#: include/class_config.inc:169
#, php-format
msgid "XML error in gosa.conf: %s at line %d"
msgstr "XML 出错于 gosa.conf: %s ,行 %d"
-#: include/class_config.inc:344
+#: include/class_config.inc:354
msgid "Cannot bind to LDAP!"
msgstr ""
-#: include/class_config.inc:685
+#: include/class_config.inc:695
#, fuzzy
msgid "sambaSID and/or sambaRidBase missing in the configuration!"
msgstr "您的配置文件缺少 SID 和/或 RIDBASE!"
-#: include/class_config.inc:1104
+#: include/class_config.inc:1114
#, fuzzy
msgid "Configuration"
msgstr "配置文件"
-#: include/class_config.inc:1104
+#: include/class_config.inc:1114
msgid ""
"The configuration file you are using is outdated. Please move the GOsa "
"configuration file away to run the GOsa setup again."
msgstr ""
-#: include/class_config.inc:1146 include/class_config.inc:1177
+#: include/class_config.inc:1156 include/class_config.inc:1187
#, php-format
msgid ""
"The snapshot functionality is enabled, but the required variable %s is not "
"set."
msgstr ""
-#: include/class_config.inc:1159
+#: include/class_config.inc:1169
#, php-format
msgid ""
"The snapshot functionality is enabled, but the required compression module "
msgstr ""
#: include/class_core.inc:245
+msgid "Enables/Disables GOSa usage statistics moduls."
+msgstr ""
+
+#: include/class_core.inc:255
+msgid "The database file for GOSa usage statistics."
+msgstr ""
+
+#: include/class_core.inc:265
msgid ""
"The 'logging' statement enables event logging on GOsa side. Setting it to "
"'true' GOsa will log every action a user performs via syslog. If you use "
"'false'."
msgstr ""
-#: include/class_core.inc:256
+#: include/class_core.inc:276
msgid ""
"The 'listSummary' statement determines whether a status bar will be shown on "
"the bottom of GOsa generated lists, displaying a short summary of type and "
"number of elements in the list."
msgstr ""
-#: include/class_core.inc:266
+#: include/class_core.inc:286
msgid ""
"The 'passwordMinLength' statement determines whether a newly entered "
"password has to be of a minimum length."
msgstr ""
-#: include/class_core.inc:276
+#: include/class_core.inc:296
msgid ""
"The 'passwordMinDiffer' statement determines whether a newly entered "
"password has to be checked to have at least n different characters."
msgstr ""
-#: include/class_core.inc:287
+#: include/class_core.inc:307
msgid ""
"The 'passwordHook' can specify an external script to handle password "
"settings at some other location besides the LDAP."
msgstr ""
-#: include/class_core.inc:287
+#: include/class_core.inc:307
#, php-format
msgid "It will be called this way: %s"
msgstr ""
-#: include/class_core.inc:297
+#: include/class_core.inc:317
msgid ""
"The 'passwordProposalHook' can be used to let GOsa generate password "
"proposals for you. Whenever you change a password, you can then decide "
"whether to use the proposal or to manually specify a password."
msgstr ""
-#: include/class_core.inc:297
+#: include/class_core.inc:317
msgid "Here is an example command:"
msgstr ""
-#: include/class_core.inc:307
+#: include/class_core.inc:327
msgid ""
"The 'displayErrors' statement tells GOsa to show PHP errors in the upper "
"part of the screen. This should be disabled in productive deployments, "
"because there might be some important passwords arround."
msgstr ""
-#: include/class_core.inc:307
+#: include/class_core.inc:327
#, php-format
msgid "The property '%s' may be interesting too."
msgstr ""
-#: include/class_core.inc:317
+#: include/class_core.inc:337
msgid ""
"The 'developmentMode' statement tells GOsa to show development related error "
"messages, for example messages about missing ACL configuration or classes. "
"messages it should only be enabled while developing or debugging plugins!"
msgstr ""
-#: include/class_core.inc:328
+#: include/class_core.inc:348
msgid ""
"The 'schemaCheck' statement enables or disables schema checking during "
"login. It is recommended to switch this on in order to let GOsa handle "
"object creation more efficient."
msgstr ""
-#: include/class_core.inc:338
+#: include/class_core.inc:358
msgid ""
"The 'copyPaste' statement enables copy and paste for LDAP entries managed "
"with GOsa."
msgstr ""
-#: include/class_core.inc:348
+#: include/class_core.inc:368
msgid ""
"The 'forceGlobals' statement enables PHP security checks to force "
"register_global settings to be switched off."
msgstr ""
-#: include/class_core.inc:358
+#: include/class_core.inc:378
msgid ""
"The 'forceSSL' statement enables PHP security checks to force encrypted "
"access to the web interface. GOsa will try to redirect to the same URL - "
"just with https://"
msgstr ""
-#: include/class_core.inc:368
+#: include/class_core.inc:388
msgid ""
"Logs information about triggered ldap operations, duration, filter, aso. "
"into syslog."
msgstr ""
-#: include/class_core.inc:378
+#: include/class_core.inc:398
msgid ""
"The 'ldapFollowReferrals' statement tells GOsa to follow LDAP referrals."
msgstr ""
-#: include/class_core.inc:388
+#: include/class_core.inc:408
msgid ""
"The 'ldapFilterNestingLimit' statement can be used to speed up group "
"handling for groups with several hundreds of members. The default behaviour "
"set a member limit, where GOsa will stop to do these lookups."
msgstr ""
-#: include/class_core.inc:398
+#: include/class_core.inc:418
msgid ""
"The ldapSizelimit statement tells GOsa to retrieve the specified maximum "
"number of results. The user will get a warning, that not all entries "
"were shown."
msgstr ""
-#: include/class_core.inc:408
+#: include/class_core.inc:428
msgid ""
"Disables sizelimit checks, only the configured amount of results will be "
"shown!"
msgstr ""
-#: include/class_core.inc:418
+#: include/class_core.inc:438
msgid ""
"The 'warnSSL' statement enables PHP security checks to detect non encrypted "
"access to the web interface. GOsa will display a warning in this case."
msgstr ""
-#: include/class_core.inc:428
+#: include/class_core.inc:448
msgid "The 'ppdGzip' variable enables PPD file compression."
msgstr ""
-#: include/class_core.inc:439
+#: include/class_core.inc:459
msgid ""
"The 'ignoreAcl' value tells GOsa to ignore complete ACL sets for the given "
"DN. Add your DN here and you'll be able to restore accidently dropped ACLs."
msgstr ""
-#: include/class_core.inc:450
+#: include/class_core.inc:470
msgid ""
"The 'ppdPath' variable defines where to store PPD files for the GOto "
"environment plugins."
msgstr ""
-#: include/class_core.inc:460
+#: include/class_core.inc:480
msgid ""
"The 'ldapMaxQueryTime' statement tells GOsa to stop LDAP actions if there is "
"no answer within the specified number of seconds."
msgstr ""
-#: include/class_core.inc:470
+#: include/class_core.inc:490
msgid ""
"The 'storeFilterSettings' statement determines whether GOsa should store "
"filter and plugin settings inside of a cookie."
msgstr ""
-#: include/class_core.inc:480
+#: include/class_core.inc:500
msgid ""
"The 'sendCompressedOutput' statement determines whether PHP should send "
"compressed HTML pages to browsers or not. This may increase or decrease the "
"performance, depending on your network."
msgstr ""
-#: include/class_core.inc:491
+#: include/class_core.inc:511
msgid ""
"The 'modificationDetectionAttribute' statement enables GOsa to check if a "
"entry currently being edited has been modified from someone else outside "
"based systems."
msgstr ""
-#: include/class_core.inc:502
+#: include/class_core.inc:522
msgid ""
"The 'language' statement defines the default language used by GOsa. Normally "
"GOsa autodetects the language from the browser settings. If this is not "
"de for german) here."
msgstr ""
-#: include/class_core.inc:513
+#: include/class_core.inc:533
msgid ""
"The 'theme' statement defines what theme is used to display GOsa pages. You "
"can install some corporate identity like theme and/or modify certain "
"more information."
msgstr ""
-#: include/class_core.inc:523
+#: include/class_core.inc:543
msgid ""
"The 'sessionLifetime' value defines when a session will expire in seconds. "
"For Debian systems, this will not work because the sessions will be removed "
"instead."
msgstr ""
-#: include/class_core.inc:533
+#: include/class_core.inc:553
msgid ""
"The 'templateCompileDirectory' statements defines the path, where the PHP "
"templating engins 'smarty' should store its compiled GOsa templates for "
"is running with."
msgstr ""
-#: include/class_core.inc:543
+#: include/class_core.inc:563
#, php-format
msgid ""
"The 'debugLevel' value tells GOsa to display certain information on each "
"page load. Value is an AND combination of the following byte values: %s"
msgstr ""
-#: include/class_core.inc:563
+#: include/class_core.inc:583
#, php-format
msgid ""
"The 'sambaHashHook' statement contains an executable to generate samba hash "
"distribution installed, you can use perl to generate the hash: %s"
msgstr ""
-#: include/class_core.inc:574
+#: include/class_core.inc:594
msgid ""
"The 'passwordDefaultHash' statement defines the default password hash to "
"choose for new accounts."
msgstr ""
-#: include/class_core.inc:583
+#: include/class_core.inc:603
msgid ""
"The 'strictPasswordRules' tells GOsa to check for UTF-8 characters in the "
"supplied password. These Characters can lead to non working authentications "
"if UTF-8 and none UTF-8 systems locales get mixed. The default is 'true'."
msgstr ""
-#: include/class_core.inc:594
+#: include/class_core.inc:614
msgid ""
"The 'accountPrimaryAttribute' option tells GOsa how to create new accounts. "
"Possible values are 'uid' and 'cn'. In the first case GOsa creates uid style "
"'personalTitleInDN'."
msgstr ""
-#: include/class_core.inc:604
+#: include/class_core.inc:624
msgid ""
"The 'userRDN' statement defines the location where new accounts will be "
"created inside of defined departments. The default is 'ou=people'."
msgstr ""
-#: include/class_core.inc:614
+#: include/class_core.inc:634
msgid ""
"The 'groupsRDN' statement defines the location where new groups will be "
"created inside of defined departments. The default is 'ou=groups'."
msgstr ""
-#: include/class_core.inc:624
+#: include/class_core.inc:644
msgid ""
"The 'gidNumberBase' statement defines where to start looking for a new free "
"group id. This should be synced with your 'adduser.conf' to avoid "
"definition."
msgstr ""
-#: include/class_core.inc:634
+#: include/class_core.inc:654
msgid ""
"The 'baseIdHook' statement allows to hook into the id generation method "
"(traditional mode), to define the starting range for new generated ids"
msgstr ""
-#: include/class_core.inc:644 include/class_core.inc:664
+#: include/class_core.inc:664 include/class_core.inc:684
msgid ""
"The 'uidNumberPoolMin/gidNumberPoolMin' statement defines the lowest "
"assignable user/group id for use with the 'idAllocationMethod = pool'."
msgstr ""
-#: include/class_core.inc:654 include/class_core.inc:674
+#: include/class_core.inc:674 include/class_core.inc:694
msgid ""
"The 'uidNumberPoolMax/gidNumberPoolMax' statement defines the highest "
"assignable user/group id for use with the 'idAllocationMethod = pool'."
msgstr ""
-#: include/class_core.inc:684
+#: include/class_core.inc:704
msgid ""
"The 'uidNumberBase' statement defines where to start looking for a new free "
"user id. This should be synced with your 'adduser.conf' to avoid overlapping "
"even be dynamic. Take a look at the 'baseIdHook' definition."
msgstr ""
-#: include/class_core.inc:724
+#: include/class_core.inc:744
msgid ""
"The 'gosaSupportURI' defines the major gosa-si server host and the password "
"for GOsa to connect to it. It can be used if you want to use i.e. kerberos "
"to authenticate the users. The format is: credentials@host:port"
msgstr ""
-#: include/class_core.inc:734
+#: include/class_core.inc:754
msgid ""
"The 'gosaSupportTimeout' sets a connection timeout for all gosa-si actions. "
"See 'gosaSupportURI' for details."
msgstr ""
-#: include/class_core.inc:745
+#: include/class_core.inc:765
msgid ""
"The 'loginAttribute' statement tells GOsa which LDAP attribute is used as "
"the login name during login. It can be set to 'uid', 'mail' or 'both'"
msgstr ""
-#: include/class_core.inc:756
+#: include/class_core.inc:776
msgid ""
"The 'timezone' statements defines the timezone used inside of GOsa to handle "
"date related tasks, such as password expiery, vacation messages, etc. The "
"timezone."
msgstr ""
-#: include/class_core.inc:766
+#: include/class_core.inc:786
msgid ""
"The 'honourUnitTags' statement enables checking of 'unitTag' attributes when "
"using administrative units. If this is set to 'true' GOsa can only see "
"objects inside the administrative unit a user is logged into."
msgstr ""
-#: include/class_core.inc:776
+#: include/class_core.inc:796
msgid ""
"The 'useSaslForKerberos' statement defines the way the kerberos realm is "
"stored in the #userPassword' attribute. Set it to 'true' in order to get "
"latter is outdated, but may be needed from time to time."
msgstr ""
-#: include/class_core.inc:786
+#: include/class_core.inc:806
msgid ""
"The 'rfc2307bis' statement enables rfc2307bis style groups in GOsa. You can "
"use 'member' attributes instead of memberUid in this case. To make it work "
"style groups, too"
msgstr ""
-#: include/class_core.inc:796
+#: include/class_core.inc:816
msgid ""
"The 'personalTitleInDN' option tells GOsa to include the personal title in "
"user DNs when #accountPrimaryAttribute' is set to \"cn\"."
msgstr ""
-#: include/class_core.inc:806
+#: include/class_core.inc:826
msgid ""
"The 'nextIdHook' statement defines a script to be called for finding the "
"next free id for users or groups externaly. It gets called with the current "
"entry \"dn\" and the attribute to be ID'd. It should return an integer value."
msgstr ""
-#: include/class_core.inc:816
+#: include/class_core.inc:836
msgid ""
"The 'idGenerator' statement describes an automatic way to generate new user "
"ids. There are two basic functions supported - which can be combined: \n"
" will generate a three digits random number appended to \"ext\".\n"
msgstr ""
-#: include/class_core.inc:856
+#: include/class_core.inc:876
msgid ""
"The 'strictNamingRules' statement enables strict checking of uids and group "
"names. If you need characters like . or - inside of your accounts, set "
"this to 'false'."
msgstr ""
-#: include/class_core.inc:866
+#: include/class_core.inc:886
msgid ""
"The 'minId' statement defines the minimum assignable user or group id to "
"avoid security leaks with uid 0 accounts. This is used for the 'traditional' "
"method."
msgstr ""
-#: include/class_core.inc:877
+#: include/class_core.inc:897
msgid ""
"The 'mailAttribute' statement determines which attribute GOsa will use to "
"create accounts. Valid values are 'mail' and 'uid'."
msgstr ""
-#: include/class_core.inc:887
+#: include/class_core.inc:907
msgid ""
"This attribute allows to override the prefix used to create shared folders."
msgstr ""
-#: include/class_core.inc:897
+#: include/class_core.inc:917
msgid ""
"This attribute allows to override the user account creation syntax, see the "
"'mailFolderCreation' description for more details.\n"
"com\"\n"
msgstr ""
-#: include/class_core.inc:912
+#: include/class_core.inc:932
msgid ""
"Every mail method has its own way to create mail accounts like 'share/"
"development' or 'shared.development@example.com' which is used to identify "
" %uattrib% Depends on mailAttribute=\"uid/mail\".\n"
msgstr ""
-#: include/class_core.inc:938
+#: include/class_core.inc:958
msgid ""
"The 'imapTimeout' statement sets the connection timeout for imap actions."
msgstr ""
-#: include/class_core.inc:949
+#: include/class_core.inc:969
msgid ""
"The 'mailMethod' statement tells GOsa which mail method the setup should use "
"to communicate with a possible mail server. Leave this undefined if your "
"mail method does not match the predefined ones."
msgstr ""
-#: include/class_core.inc:959
+#: include/class_core.inc:979
msgid ""
"The 'cyrusUseSlashes' statement determines if GOsa should use \"foo/bar\" or "
"\"foo.bar\" namespaces in IMAP. Unix style is with slashes."
msgstr ""
-#: include/class_core.inc:969
+#: include/class_core.inc:989
msgid ""
"The 'vacationTemplateDirectory' statement sets the path where GOsa will look "
"for vacation message templates. Default is /etc/gosa/vacation. \n"
"\n"
msgstr ""
-#: include/class_core.inc:990
+#: include/class_core.inc:1010
msgid ""
"The 'ldapTLS' statement enables or disables TLS operating on LDAP "
"connections."
msgstr ""
-#: include/class_core.inc:1000
+#: include/class_core.inc:1020
msgid ""
"The 'honourIvbbAttributes' statement enables the IVBB mode inside of GOsa. "
"You need the ivbb.schema file from used by german authorities."
msgstr ""
-#: include/class_core.inc:1010
+#: include/class_core.inc:1030
msgid ""
"The 'sambaIdMapping' statement tells GOsa to maintain sambaIdmapEntry "
"objects. Depending on your setup this can drastically improve the windows "
"login performance."
msgstr ""
-#: include/class_core.inc:1020
+#: include/class_core.inc:1040
msgid ""
"The 'handleExpiredAccounts' statement enables shadow attribute tests during "
"the login to the GOsa web interface and forces password renewal or account "
"lockout."
msgstr ""
-#: include/class_core.inc:1030
+#: include/class_core.inc:1050
msgid ""
"The 'sambaSID' statement defines a samba SID if not available inside of the "
"LDAP. You can retrieve the current sid by net getlocalsid."
msgstr ""
-#: include/class_core.inc:1040
+#: include/class_core.inc:1060
msgid ""
"The 'sambaRidBase' statement defines the base id to add to ordinary sid "
"calculations - if not available inside of the LDAP."
msgstr ""
-#: include/class_core.inc:1050
+#: include/class_core.inc:1070
msgid ""
"The 'enableSnapshots' statement enables a snapshot mechaism in GOsa. This "
"enables you to save certain states of entries and restore them later on."
msgstr ""
-#: include/class_core.inc:1060
+#: include/class_core.inc:1080
msgid ""
"The 'snapshotBase' statement defines the base where snapshots should be "
"stored inside of the LDAP."
msgstr ""
-#: include/class_core.inc:1070
+#: include/class_core.inc:1090
msgid ""
"The 'snapshotAdminDn' variable defines the user which is used to "
"authenticate when connecting to 'snapshotURI'."
msgstr ""
-#: include/class_core.inc:1080
+#: include/class_core.inc:1100
msgid ""
"The 'snapshotAdminPassword' variable defines the credentials which are used "
"in combination with 'snapshotAdminDn' and 'snapshotURI' in order to "
"authenticate."
msgstr ""
-#: include/class_core.inc:1091
+#: include/class_core.inc:1111
msgid ""
"The 'idAllocationMethod' statement defines how GOsa generates numeric user "
"and group id values. If it is set to 'traditional' GOsa will do create a "
"the other hand it is much faster."
msgstr ""
-#: include/class_core.inc:1100
+#: include/class_core.inc:1120
msgid ""
"The 'snapshotURI' variable defines the LDAP URI for the server which is used "
"to do object snapshots."
msgid "This object will be pasted: %s"
msgstr ""
-#: include/class_CopyPasteHandler.inc:572
+#: include/class_CopyPasteHandler.inc:573
#, fuzzy
msgid "Cannot paste"
msgstr "无法粘贴"